@media only screen and (max-width: 600px){
body #wpadminbar{position: fixed !important;}
}

body h2, body h3, body h4, body h5, body h6{
	font-family: Inter, sans-serif !important;
	font-weight: bold;
}

/*headings on mobile */
@media screen and (max-width: 992px) { 
	 /* reduce size of headings on mobile and tablet */
	h1 { font-size: 36px; }
	h2 { font-size: 32px; }
	h3 { font-size: 28px; }
	h4 { font-size: 24px; }
	h5 { font-size: 20px; }
	h6 { font-size: 16px; }
}

body a{
  -webkit-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  -o-transition: background-color 0.3s ease-in, color 0.3s ease-in;
  transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

/* Header */
body .fl-theme-builder-header-shrink #menu-main-navigation li a{color: 
 #4c4c4c !important;}

body .fl-theme-builder-header-shrink a.fl-button span{color: #134879 !important;}

body .fl-theme-builder-header-shrink a.fl-button{border: 1px solid #134879 !important;}

body .fl-theme-builder-header-shrink a.fl-button:hover span{color: #fff !important;}

body .fl-theme-builder-header-shrink a.fl-button:hover{background: #134879 !important;}

body .fl-theme-builder-header-shrink .pp-menu-toggle:before{border-color: #134879 !important;}


/* add space to left of buy now button 
#menu-item-46 {
    margin-left: 12px;
}*/
/* color special button 
#menu-item-46 { background: red; }
#menu-item-46 a { color: #fff; }*/

/* make menu text on scroll on home page black 
.fl-theme-builder-header-shrink .menu-item-text {
    color: #000 !important;
}*/


/* shift social icons in footer up and make bigger */
.fl-social-icons { margin-top: -8px; }
.fl-social-icons .fa-stack { font-size: 16px; }

/* add white background for shrinked header that is normally overlaid */
.fl-row-content-wrap.fl-theme-builder-header-shrink-row-bottom.fl-theme-builder-header-shrink-row-top { background:  #fff; }

/* Utilities */
@media only screen and (max-width: 800px){
	.ht-utils--no-bg-mobile .fl-row-content-wrap{background-image: unset !important;
	}

	.ht-utils--no-bg-mobile .fl-row-content-wrap:after{background: unset !important;}

	.ht-utils--no-bg-mobile{background-color: #144879}
}