/*  MICROTHEMER STYLES  */

/*= Hand Coded CSS ============ */

/** ADD A DROP SHADOW TO BEAVER THEMER HEADER SHRINK ROW **/
.fl-theme-builder-header-scrolled {
	-webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.2);
}
/** HIDE HEADER ROWS OR MODULES ON SCROLLED STATE **/
.fl-theme-builder-header-shrink .bdw-hide-scrolled { 
	display: none;
}
/** BB BUTTON **/
.fl-builder-content a.fl-button {
    border: none;
}
/** HIDE BREADCRUMBS FOR LANDING PAGES */
.single-lp p#breadcrumbs {
display: none;
}
/** FOOTER MENU STOP BREAKING ONTO TWO LINES **/
@media (max-width: 768px) {
  footer.fl-builder-content .bdw-footer-menu .menu li {
    display: inline-block;
  }
  footer.fl-builder-content .bdw-footer-menu .menu {
    text-align: center;
  }
}
/** GLOBAL SMALL DEVICE H1,2,3 FONT SIZES **/
@media (max-width: 768px) {
h1 {
font-size: 32px;
}}
@media (max-width: 768px) {
h2 {
font-size: 28px;
}}
@media (max-width: 768px) {
h3 {
font-size: 24px;
}}


/*= Header ==================== */

/** Header >> Uabb creative menu mobile toggle container **/
.uabb-creative-menu-mobile-toggle-container {
	background-color: rgb(253, 113, 64) !important;
}

/** Header >> Uabb creative menu mobile toggle label **/
.uabb-creative-menu-mobile-toggle-label {
	color: rgb(255, 255, 255) !important;
}

/*= Content =================== */

/** Content >> breadcrumbs **/
#breadcrumbs {
	margin-top: 10px !important;
	margin-right: 10px !important;
	margin-bottom: 10px !important;
	margin-left: 10px !important;
}

/** Content >> sect title **/
.sect-title {
	color: #FB0E0E !important;
	font-size: 20px !important;
	font-weight: bold !important;
	text-transform: uppercase !important;
}

/** Content >> Fl post thumb **/
.fl-post-thumb {
	text-align: center !important;
}

/*= Footer ==================== */

/** Footer >> bottom footer row **/
.bottom-footer-row {
	font-size: 13px !important;
}
