/**
 * Classes
**/
.iq-flex,
.iq-flex-2,
.iq-flex-3,
.iq-flex-4,
.iq-flex-5,
.iq-flex-6				{display: -webkit-flex; display: flex;}
.iq-flex > *			{-ms-flex: 0 1 auto;}
.iq-flex-row			{-webkit-flex-direction: row; flex-direction: row;}
.iq-flex-col			{-webkit-flex-direction: column; flex-direction: column;}
.iq-flex-wrap			{-webkit-flex-wrap: wrap; flex-wrap: wrap;}
.iq-flex-hor-center		{-webkit-justify-content: center; justify-content: center;}
.iq-flex-hor-end		{-webkit-justify-content: flex-end; justify-content: flex-end;}
.iq-flex-hor-between	{-webkit-justify-content: space-between; justify-content: space-between;}
.iq-flex-hor-around		{-webkit-justify-content: space-around; justify-content: space-around;}
.iq-flex-vert-center	{-webkit-align-items: center; align-items: center;}
.iq-flex-vert-end		{-webkit-align-items: flex-end; align-items: flex-end;}

.iq-flex-1 > *			{flex: 100% 1 0; padding: 0 20px;}
.iq-flex-2 > *			{flex: 50% 1 0; padding: 0 20px;}
.iq-flex-3 > *			{flex: 33.33% 1 0; padding: 0 20px;}
.iq-flex-4 > *			{flex: 25% 1 0; padding: 0 20px;}
.iq-flex-5 > *			{flex: 20% 1 0; padding: 0 20px;}
.iq-flex-6 > *			{flex: 16.66% 1 0; padding: 0 20px;}

.weight-100		{font-weight: 100;}
.weight-300		{font-weight: 300;}
.weight-400		{font-weight: 400;}
.weight-500		{font-weight: 500;}
.weight-600		{font-weight: 600;}
.weight-700		{font-weight: 700;}
.weight-900		{font-weight: 900;}

.gallery 						 {display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; margin-bottom: 1.1em;}
.gallery-item 					 {float: left; margin: 0 5px 1.1em;}
.gallery-item a					 {display: block;}
.gallery-item img				 {display: block; max-width: 100%; height: auto; margin: 0 auto;}
.gallery-columns-1 .gallery-item {width: 100%;}
.gallery-columns-2 .gallery-item {width: 50%; -webkit-width: calc(100% * (1/2) - 10px); width: calc(100% * (1/2) - 10px);}
.gallery-columns-3 .gallery-item {width: 33.33%; -webkit-width: calc(100% * (1/3) - 10px); width: calc(100% * (1/3) - 10px);}
.gallery-columns-4 .gallery-item {width: 25%; -webkit-width: calc(100% * (1/4) - 10px); width: calc(100% * (1/4) - 10px);}
.gallery-columns-5 .gallery-item {width: 20%; -webkit-width: calc(100% * (1/5) - 10px); width: calc(100% * (1/5) - 10px);}
.gallery-columns-6 .gallery-item {width: 16.66%; -webkit-width: calc(100% * (1/6) - 10px); width: calc(100% * (1/6) - 10px);}
.gallery-columns-7 .gallery-item {width: 14.28%; -webkit-width: calc(100% * (1/7) - 10px); width: calc(100% * (1/7) - 10px);}
.gallery-columns-8 .gallery-item {width: 12.5%; -webkit-width: calc(100% * (1/8) - 10px); width: calc(100% * (1/8) - 10px);}
.gallery-columns-9 .gallery-item {width: 11.11%; -webkit-width: calc(100% * (1/9) - 10px); width: calc(100% * (1/9) - 10px);}
.gallery-caption 				 {display: block;}

/* Gravity Forms */
.gform_required_legend {display: none;}

/* Beaver Builder / UABB / Powerpack */
/* Text Module */
.fl-rich-text > p:last-child	{margin-bottom: 0;}

/* Logo Carousel Module */
.pp-logos-content	{padding-left: 40px; padding-right: 40px;}

/* Post Carousel */
body .fl-post-carousel-post	{border: 0; border-radius: 10px; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); overflow: hidden;}
body .bx-viewport			{padding: 10px;}


/**
 * Header
**/
#header .wpbf-menu-stacked-advanced		{display: flex; flex-direction: column-reverse;}
.wpbf-navigation-active #navigation		{padding-top: 0; padding-bottom: 0;}


/**
 * Content
**/
.wpbf-container .searchform input[type="search"]	{border-radius: 100px;}

/* Gravity Forms */
#main .gform_body .ginput_container input,
#main .gform_body .ginput_container textarea	{border: 0; background: #f8f8f8; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15);}

/* Blog - Archive */
.wpbf-post-grid article	{border-radius: 10px; box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.15); overflow: hidden;}
.wpbf-post-grid article .wpbf-post-image-link		{display: block; position: relative; padding-bottom: 80%;}
.wpbf-post-grid article .wpbf-post-image-link img	{display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}


/**
 * Footer
**/
.scroll-cta				{position: fixed; bottom: 15px; right: 70px; z-index: 223; visibility: hidden; display: block; padding: 8px 20px; border-radius: 10px; font-size: 20px; font-weight: 700; color: #fff; background: #d71e2a; box-shadow: 0px 1px 4px rgba(0, 0, 0, .5); opacity: 0; transition: all 0.4s;}
.scroll-cta:hover		{color: #fff; background: #3f5687;}
.scroll-cta.is-visible	{opacity: 1; visibility: visible;}