/*
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!!
*/




/* ===========================================================
 *	header and banner
 * ======================================================== */
#header-wrapper .content-area-width, #header-wrapper .inner-content
 {

    width: 100%;
    max-width: 100%;
}  
.header-transparent .header-menu #primary-menu > li > a:hover, .header-transparent .header-menu #primary-menu > li.active > a, .header-transparent .header-menu #primary-menu > li.sfHover > a {
        background: transparent;
    }
 .header-transparent #access.header-menu {
        background: transparent;
       
    }
.menu-item-34 a, .menu-item-35 a {border:1px solid #fff;margin-left: 5px;}  

.header-transparent #header-wrapper
 {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: transparent;
        z-index: 10;
    }
#header-wrapper #access {
    margin-top: 0px;  
}
.bannerline{width:80%;}

.banner h2 {font-size:65px;}
.banner h3 {font-size:50px;}

.banner .wp-block-separator {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

	#primary-menu > li > a{
    padding: 0.5em 0.7em;font-size:14px;
}

/* ===========================================================
 *	content
 * ======================================================== */




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

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

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

/* == 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) { }