/*  MICROTHEMER STYLES  */

/*= Full Code Editor CSS ====== */

/** GRAVITY FORMS FIX DATEPICKER MAX WIDTH **/
.gfield .datepicker{ 
    max-width:100% 
}
/** NEW GRAVITY FORMS SECTION TITLE FORMAT **/
.fl-module .gform_wrapper .gsection-nborder{ 
    border:none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}
.fl-module .gform_wrapper .gsection-nborder h2{ 
    color:#808080;
}
/** 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;
}
.fl-builder-content a.fl-button:hover {
    border: none;
}
/** HIDE BREADCRUMBS FOR LANDING PAGES */
.single-lp p#breadcrumbs {
display: none;
}
.single-lp .fl-post-title {
    display: none !important;
}
/** 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;
}}
/* ALIGN BUTTONS WITH BOTTOM OF THE ROW */
.bottom-button {
   margin-top: auto;
}

/*= Waitlist Form ============= */

/** Waitlist Form >> Mt page waitlist input 24 2 **/
.mt-page-waitlist #input_24_2 {
	
}

/** Waitlist Form >> Mt page waitlist input 24 13 **/
.mt-page-waitlist #input_24_13 {
	
}


/*( Large Desktop )*/
@media (min-width: 1200px) {

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

	/** Content >> Mt product massage for pet owners fl callout title **/
	.mt-product-massage-for-pet-owners .fl-callout-title {
	line-height: 26px !important;
}


	/*= Waitlist Form ============= */

	/** Waitlist Form >> Mt page waitlist input 24 2 **/
	.mt-page-waitlist #input_24_2 {
	width: 95% !important;
	margin-left: 9px !important;
}

	/** Waitlist Form >> Mt page waitlist input 24 9 **/
	.mt-page-waitlist #input_24_9 {
	width: 95% !important;
	margin-left: 9px !important;
}


}

