/*
Theme Name: Sweetness Child Theme
Description: A child theme based on Sweetness by BNE Creative.
Author: Kerry Kline
Author URI: http://www.bnecreative.com
Version: 1.0
Template: sweetness
*/

/*
 * 	IMPORTANT! There is no need to @import the parent's
 *	main style.css file. It's already enqueued!!
*/


/* ===========================================================
 *	Global Styles
 * ======================================================== */

/* == Typography == */


/* == Menu BG == */
.menu-wrapper {}
#access {}


/* == Mobile Nav btn ==*/
.btn-navbar {}


/* == Shortcodes == */



/* ===========================================================
 *	Responsive Styles
 * ======================================================== */

/* == Mobile and larger == */
@media (min-width: 481px) { }

/* == Tablet and larger == */
@media (min-width: 768px) {
	/* Main Menu */
	.menu-wrapper {}
	#access {}
	#primary-menu {}
	#primary-menu > li > a {}	

	/* Sticky Menu */
	.bne-sticky-menu {}
	.bne-sticky-menu #primary-menu > li > a {}

}

/* == Desktop and larger == */
@media (min-width: 1281px) { }


/* == Small Tablet only == */
@media (min-width: 481px) and (max-width: 767px) { }

/* == Large Tablet only == */
@media (min-width: 768px) and (max-width: 1024px) { }

/* == Small Desktop only == */
@media (min-width: 1025px) and (max-width: 1280px) { }


/* == Small Desktop and Smaller == */
@media (max-width: 1280px) { }

/* == Tablet and Smaller == */
@media (max-width: 767px) { }

/* == Mobile only == */
@media (max-width: 480px) { }