/*
 Theme Name:  Brasserie Child
Template:    brasserie

*/
@import url("../brasserie/style.css");
/* =Theme customization starts here
-------------------------------------------------------------- */

#secondary {background: #f7f7f7;padding: 1rem;border-radius: 0.5em;}
#secondary .widget-title {color:#72535e}
#secondary .textwidget {font-size:13px;}
#secondary .textwidget a {color:#000;}
#masthead, .stickyHead, .main-navigation li, .stickyHead.is-sticky {background-color:#72535e}
#topbar_container {background: #ffd4bb; border-bottom:0px;}
.main-navigation a {color: #faf7f7;font-size: 14px;}
.main-navigation .current-menu-item a {font-weight:bold;}
#content p {font-size:16px;}
.footer_container, #colophon {background-color:#a7a7a7;}
.site-footer .widget p {color: #3e3e3e;font-size: 16px;}
#colophon .col:nth-child(2), #colophon .col:nth-child(3) {display:none;}
#colophon .col:first-child {width:100%}
.site-info {display:none;}


@media only screen and (max-width: 414px) {
	.topbar_content_left {width:100%;text-align: center;}
	.menu-toggle, .main-small-navigation .menu {background-color:#72535e !important;text-align:center;}
	.home .entry-header {display:none;}
}