/**
 * 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;}

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

/* FL Icons */
.fl-icon-wrap .fl-icon	{vertical-align: top; padding-top: 5px;}


/**
 * Header
**/
.wpbf-inner-pre-header i			{display: inline-block; margin-right: 8px; padding: 8px; border-radius: 100%; background: #b1121a;}
.wpbf-inner-pre-header a:hover i	{background: #0302ce;}
.wpbf-navigation:not(.wpbf-navigation-transparent):not(.wpbf-navigation-active) .logo-container	{margin-top: -20px; margin-bottom: -40px;}

.wpbf-navigation .wpbf-mobile-logo	{margin-top: -40px; margin-bottom: -60px;}
.wpbf-navigation.wpbf-navigation-active .wpbf-mobile-logo	{margin-top: 0;}


/**
 * 768px - 1024px
**/
@media ( min-width: 768px ) and ( max-width: 1024px ) {

	.wpbf-mobile-logo	{margin-top: -60px;}

}


/**
 * 1024px
**/
@media ( max-width: 1024px ) {

	.wpbf-pre-header .wpbf-menu a	{padding: 10px;}

}


/**
 * 768px
**/
@media ( max-width: 768px ) {

	.wpbf-navigation.wpbf-navigation-active .wpbf-mobile-logo	{margin-top: -10px; margin-bottom: -80px;}

}


/**
 * 480px
**/
@media ( max-width: 480px ) {

	.wpbf-navigation .wpbf-mobile-logo	{margin-top: -50px;}
	.wpbf-navigation.wpbf-navigation-active .wpbf-mobile-logo	{margin-top: -40px;}

}