/*
Theme Name: Sweetness Child Theme
Description: A child theme based on Sweentess 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!!
*/


/* ===========================================================
 *	Child Theme Styles
 * ======================================================== */

.header-message {color:#fff;padding-top:40px;}
.header-menu-center .header-menu #primary-menu {font-size:inherit;}

#header-wrapper, #header-above, #featured-wrapper, #main-content-wrapper, #footer-above, #footer-wrapper {
    position: relative;
    padding: 0px 30px;
}
#primary-menu>li>a {
    line-height: 40px;
    padding: 0px 20px;
    text-transform: uppercase;
    border-right: solid grey 1px;
}

.divider {
    border-color: #ccc;
    width: 100%;
    margin: 50px 0px;
}
.align-center_center {width:100%;}
body:not(.fullwidth-100) #sidebar_layout #content, body:not(.fullwidth-100) #sidebar_layout .fixed-sidebar {
    padding-right: 30px;
    padding-left: 30px;
    padding-top: 30px;
}
.tablepress tfoot th, .tablepress thead th {
    background-color: #41253F!important;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
}


#footer_sub_content {
    font-size: 80%;
    padding-top: 130px;
    color: #fff;
}
#footer-wrapper {
    min-height: 150px;
}
#footer-above a:not(.btn), #footer-wrapper a:not(.btn) {
    color: #f5f5f5;
}

/* ===========================================================
 *	Responsive Styles
 * ======================================================== */

@media only screen and (min-width: 768px){
.header-transparent #access.header-menu {
    border-radius: 0;
    border: none;
    background-color: #7adff7!important;
    top: 150px;
    position: relative;

}

.header-transparent .header-menu #primary-menu>li>a {
    color: #2d2d2d;
    text-shadow: 1px 1px 0 rgba(0,0,0,.0);
    text-transform: uppercase;
}
.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: rgba(0,0,0,0);
}
#featured-wrapper.full-width-featured-area {
    padding: 0!important;
    margin-top: -40px;
}
}


/* == Desktops == */
@media only screen and (max-width: 959px) { }

/* == Tablet and smaller Desktop == */
@media only screen and (min-width: 768px) and (max-width: 959px) { }

/* == Tablets and Smaller == */
@media only screen and (max-width: 767px) {
#header-wrapper {
    position: relative;
    padding: 0px 30px;
    color: white;border-bottom: solid 1px #FFF;} 
.header-message {padding-top:0px;}

.btn-navbar {
    background-color: #dbbce4;
    color: #151515!important;
}
}

/* == Smaller than most Tablets == */
@media only screen and (max-width: 600px) {


 }

/* == Between Phones and Tablets == */
@media only screen and (min-width: 481px) and (max-width: 767px) { }

/* == Phones and Smaller == */
@media only screen and (max-width: 480px) { }



