/**
 * Elements
**/
body	{padding: 10px;}


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


/**
 * Content
**/
#navigation:before						{content: ''; position: relative; top: 30px; left: -20px; z-index: 1; width: calc( 100% + 40px ); height: 1px; background: #6c757d;}
#navigation > .wpbf-menu				{position: relative; z-index: 2; width: fit-content; margin-left: auto; margin-right: auto; background-color: #fff;}
.wpbf-navigation + .fl-builder-content	{display: none !important;}
.wpbf-mobile-menu-overlay				{left: 0;}

.fl-photo-caption	{font-style: italic; font-weight: 200;}

.gform-body input,
.gform-body textarea			{text-align: left !important; box-shadow: none !important;}
.gform-body .gform-page-footer	{justify-content: center;}
.gform-body label,
.gform-body .gform-field-label,
.gform-body .gform-field-label--type-sub	{text-align: left !important; font-family: "Kaisei Tokumin" !important;}
.gform-body .gfield_label		{font-size: 18px;}


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

	#container				{margin-top: 20px !important; margin-bottom: 20px !important;}
	.wpbf-navigation + .fl-builder-content	{display: block !important;}
	.wpbf-mobile-logo a		{display: block;}
	.wpbf-mobile-logo img	{width: 100%; height: auto; max-width: 250px;}
	.wpbf-mobile-nav-wrapper .wpbf-menu-toggle-container	{width: 100%;}
	.wpbf-mobile-nav-wrapper .wpbf-menu-toggle-container h5	{font-size: 16px;}

}