/*!
Theme Name: Brave of US
Theme URI: https://braveofus.com/
Author: Future Perfekt
Author URI: https://futureperfekt.com
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: braveofus
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/

/* Fonts */
@font-face {
	font-family: 'Inter';
	src: url('/wp-content/themes/braveofus/fonts/Inter-VariableFont_opsz-wght.woff2') format('woff2');
	font-weight: 100 900;
}

@font-face {
	font-family: 'Bebas Neue';
	src: url('/wp-content/themes/braveofus/fonts/BebasNeue-Regular.woff2') format('woff2');
	font-weight: 400;
}

:root {
	--bou-max-width: 1400px;
	--font-size-1: 13px;
	--font-size-2: 15px;
	--font-size-3: 18px;
	--font-size-4: 21px;
	--font-size-5: 24px;
	--font-size-6: 36px;
	--font-size-7: 48px;
	--font-size-8: 60px;
	--font-size-9: 80px;
	--font-size-10: 120px;

	--bou-red: #FF5E64;
	--bou-teal: #0F606D;
	--bou-blue: #2840B1;
	--bou-yellow: #FDCB65;
	--bou-cream: #F8F2ED;
}

.mobile-only
{
	display: none;
}

@media all and (max-width:781px) {
	.mobile-only
	{
		display: block;
	}

	.desktop-only
	{
		display: none;
	}
}

body
{
	padding: 100px 0 0 0;
	margin: 0px;
	color: #000;
	font-size: var(--font-size-4);
	font-family: 'Inter', sans-serif;
	line-height: 1.5em;
	font-weight: 300;
}

@media all and (max-width:781px) {
	body
	{
			font-size: var(--font-size-3);
	}

}

.center-text
{
	text-align: center;
}

.wp-block-columns
{
	margin: 0;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0;
	font-weight: normal;
	line-height: 100%;
}

a
{
	color: inherit;
	text-decoration: underline;
}

.bebas
{
	font-family: 'Bebas Neue', sans-serif;
}

.animated-underline
{
  text-decoration: none;
  color: inherit;
  background-repeat: no-repeat,no-repeat;
  transition: background-position 1s ease, color 1s linear;
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(var(--bou-yellow), var(--bou-yellow)), linear-gradient(var(--bou-yellow), var(--bou-yellow));
	background-size: 100px 3px, 100% 3px, 0 3px;
  background-position: calc(100px * -1) 100%, 100% 100%, 0 100%;
  padding-bottom: 2px;
}


.animated-underline:hover
{
	background-size: 100px 3px, 0 3px, 100% 3px;
  background-position: calc(100% + 100px) 100%, 100% 100%, 0 100%;
}

h2
{
	margin-bottom: 40px;
}

h2::before
{
	content: "";
	margin-bottom: -0.09em;
  display: table;
}

h2::after
{
	content: "";
  margin-top: -0.2em;
  display: table;
}

img
{
	display: block;
	width: 100%;
	height: auto;
}

p
{
	margin: 0em 0 1em 0;
}

p:last-child
{
	margin-bottom: 0;
}

.entry-content
{
	width: 100%;
	margin: 0 auto;
}

figure
{
	margin: 0;
	position: relative;
}

figcaption
{
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-3);
	line-height: 1em;
	margin: 16px 0 0 0 !important;
}

@media all and (max-width:767px)
{
	body.single-post .site-main
	{
			margin-top: 72px;
	}
}

.bou-section img
{
	opacity: 0;
	transform: scale(.95) translate3d(0,25px,0);
  transition: opacity .3s linear, transform 800ms ease 0ms;
}

.bou-section.visible img.loaded,
.bou-section.bou-image img.loaded,
.bou-section figure.visible img.loaded
{
	opacity: 1;
	transform: scale(1) translate3d(0,0,0);
}

.bou-section.bou-image > figure
{


	width: 100%;
	max-width: none;
}

.bou-section.bou-image > figure.fadein.visible
{
	opacity: 0;
	transform: translate3d(0,15px,0);
}

.bou-section.bou-partners figure img
{
	opacity: 1;
	transform: scale(1) translate3d(0,0,0);
}

.bou-section.bou-partners figure
{
	opacity: 1;
	transform: scale(1) translate3d(0,0px,0);
  transition: opacity .3s linear, transform 800ms ease 0ms;
	flex-grow: 0 !important;
}

.fadein
{
	opacity: 0;
	transform: translate3d(0,15px,0);
	transition: opacity .3s linear, transform 800ms ease 0ms;
}

.fadein.visible
{
	opacity: 1;
	transform: translate3d(0,0px,0);
}

/*.bou-section.bou-partners figure.visible
{
	opacity: 1;
	transform: scale(1) translate3d(0,0,0);
}*/

@media all and (max-width:781px){

	body
	{
		padding-top: 68px;
	}

	.entry-content
	{
		width: 100%;
	}

	.has-bou-120-font-size
	{
		font-size: var(--font-size-9) !important;
	}

	.bou-section.bou-image > figure
	{

	}

	/*.bou-section.bou-image > figure
	{
		padding-bottom: 152.678%;
	}*/
}


/* Header */

.site-header
{
	position: fixed;
	top: 0px;
	left: 0;
	right: 0;
	height: 100px;
	background-color: #FFFFFF;
	z-index: 1000;
}

.site-header .inner
{
		margin: 0 auto;
		width: 90%;
		max-width: var(--bou-max-width);
		position: relative;
}


body.admin-bar .site-header
{
	top: 32px;
}

.site-branding
{
	width: 170px;
	margin: 0 auto;
}

.site-branding.lang-es
{
	width: 220px;
}

.site-branding img
{
	opacity: 0;
	transition: opacity .3s linear;
}

.site-branding img.visible
{
	opacity: 1;
}

.main-navigation
{
	position: absolute;
	right: 231px;
  top: 34px;
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-5);
}

.main-navigation ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	gap: 36px;
}

.main-navigation ul li a
{
  text-decoration: none;
  color: inherit;
  background-repeat: no-repeat,no-repeat;
	background-image: linear-gradient(var(--bou-yellow),var(--bou-yellow));
  background-position: 0 100%;
  background-repeat: no-repeat,no-repeat;
	background-size: 0% 3px;
	transition: all .4s ease;
  padding-bottom: 2px;
}

.main-navigation ul li a:hover
{
	background-size: 100% 3px;
}

.main-navigation ul li.current-menu-item a,
body.single-post ul li.blog-link a,
.main-navigation ul li#menu-item-292 a
{
	background-repeat: no-repeat,no-repeat;
  transition: background-position 1s ease, color 1s linear;
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(var(--bou-yellow), var(--bou-yellow)), linear-gradient(var(--bou-yellow), var(--bou-yellow));
	background-size: 100px 3px, 100% 3px, 0 3px;
  background-position: calc(100px * -1) 100%, 100% 100%, 0 100%;
  padding-bottom: 2px;
}

.main-navigation ul li.current-menu-item a:hover
{
	background-size: 100px 3px, 0 3px, 100% 3px;
  background-position: calc(100% + 100px) 100%, 100% 100%, 0 100%;
	background-image: linear-gradient(#FFF, #FFF), linear-gradient(var(--bou-yellow),var(--bou-yellow)), linear-gradient(var(--bou-yellow), var(--bou-yellow));
}

.bou-language
{
	position: absolute;
	top: 26px;
	right: 20px;
	z-index: 100;
}

.bou-lang-switch
{
	appearance: none;
	background-color: var(--bou-teal);
	transition: all .3s linear;
	color: #FFF;
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-5);
	border: 0px;
	border-radius: 0;
	padding: 8px 16px 3px 16px;
	cursor: pointer;
	border-radius: 6px;
	letter-spacing: 5%;
	box-shadow: 0px 4px 0px rgba(0,0,0,.75);
}

.bou-lang-switch:hover,
.bou-lang-switch.open
{
	background-color: var(--bou-blue);
}

.bou-lang-switch::after
{
	content: '';
	display: inline-block;
	width: 12px;
	height:12px;
	box-sizing: border-box;
	height: 12px;
	margin-left: 40px;
	background-image: url('/wp-content/themes/braveofus/images/caret-down-sharp.svg');
	border-width: 100% auto;
	background-repeat: no-repeat;
	position: relative;
	vertical-align: top;
	transform: translate3d(0,7px,0);
	transition: transform .6s ease;
}

.bou-lang-switch.open::after
{
	transform: translate3d(0,7px,0) rotate(-180deg);
}

.bou-languages-list
{
	background-color: var(--bou-yellow);
	text-transform: uppercase;
	position: absolute;
	right: 0px;
  top: 0px;
  width: 100%;
  max-width: 227px;
	z-index: 1;
	transition: all .5s ease;
	overflow: hidden;
	height:0px;
	/*opacity: 0;
	transform: translate3d(40px,0,0);*/

}

/*.bou-languages-list.visible
{
	transform: translate3d(0,0,0);
	opacity: 1;
}*/

.bou-languages-list.visible
{
	height: 284px;
}

.bou-languages-list ul
{
	margin: 0;
	padding: 139px 32px 40px;
	list-style: none;
	position: absolute;
	bottom: 0px;
  width: 100%;
}

.bou-languages-list li
{
	border-bottom: 1px solid #000;
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-5);
	padding: 10px 0px 10px 10px;
	transition: opacity 0.45s linear 0.3s, transform 0.45s linear 0.3s, background 0.45s linear 0s;
  opacity: 0;
	transform: translate3d(0,-10px,0);
}

.bou-languages-list.visible li
{
	opacity: 1;
  transform: translateY(0px);
}

.bou-languages-list.visible li:nth-child(2)
{

	transition: opacity 0.45s linear 0.4s, transform 0.45s linear 0.4s, background 0.45s linear 0s;
}

.bou-languages-list.visible li:nth-child(3)
{
	transition: opacity 0.45s linear 0.5s, transform 0.45s linear 0.5s, background 0.45s linear 0s;
}

.bou-languages-list.visible li:nth-child(4)
{

	transition: opacity 0.45s linear 0.6s, transform 0.45s linear 0.6s, background 0.45s linear 0s;
}

.bou-languages-list.visible li:nth-child(5)
{
	transition: opacity 0.45s linear 0.7s, transform 0.45s linear 0.7s, background 0.45s linear 0s;
}

.bou-languages-list.visible li:nth-child(6)
{
	transition: opacity 0.45s linear 0.8s, transform 0.45s linear 0.8s, background 0.45s linear 0s;
}

.bou-languages-list.visible li:nth-child(7)
{
	transition: opacity 0.45s linear 0.9s, transform 0.45s linear 0.9s, background 0.45s linear 0s;
}

.bou-languages-list.visible li:nth-child(8)
{
	transition: opacity 0.45s linear 1s, transform 0.45s linear 1s, background 0.45s linear 0s;
}

.bou-languages-list.visible li:nth-child(9)
{
	transition: opacity 0.45s linear 1.1s, transform 0.45s linear 1.1s, background 0.45s linear 0s;
}

.bou-languages-list li:hover
{
	background-color: var(--bou-cream);
}

.bou-languages-list li a
{
	text-decoration: none;
}

@media all and (max-width: 1000px) {

	.site-header
	{
		height: 68px;
	}

	.site-branding,
	.site-branding.lang-es
	{
		width: 104px;
		margin: 0;
	}

	.bou-language
	{
		top: 16px;
		right: 0;
	}

	.bou-lang-switch::after
	{
		transform: translate3d(0,2px,0);
	}

	.bou-lang-switch.open::after {
		transform: translate3d(0,2px,0) rotate(-180deg)
	}

	.bou-lang-switch
	{
		font-size: var(--font-size-2);
	}

	.main-navigation
	{
		right:149px;
		top: 19px;
		font-size: 14px;
	}

	.main-navigation ul li
	{

	}
}

@media all and (max-width:350px)
{

	.main-navigation
	{
		right: 140px;
	}

	.main-navigation ul li.current-menu-item,
	body.single-post .main-navigation ul li.home-link
	{
		display: none;
	}



}

/* end of Header */


.bou-section
{
	border-bottom: 10px solid #000;
	padding: 32px 0px 100px 0px;
	box-sizing: border-box;
}

.bou-section p,
.bou-section h2,
.bou-section figcaption,
.wp-block-button
{
	opacity: 0;
	transform: translate3d(0,15px,0);
  transition: 0.7s all ease;
}

.bou-section p.visible,
.bou-section h2.visible,
figcaption.visible,
.wp-block-button.visible
{
	opacity: 1;
	transform: translate3d(0,0,0);
}

.bou-section.bou-image
{
	padding: 0;
}

.bou-section > *
{
	width: 90%;
	max-width: var(--bou-max-width);
	margin-left: auto;
	margin-right: auto;
}

.bou-inter
{
	font-family: 'Inter', sans-serif;
}

.bou-section.bou-overview
{
	background: var(--bou-teal);
	color: var(--bou-cream);
	padding-top:20px;
}

.bou-overview .wp-block-columns
{
	justify-content: space-between;
}

.bou-overview .bou-intro
{
	margin-bottom: 150px;
	margin-top: 42px;
}

.bou-overview .has-bebas-neue-font-family
{
	line-height: 1.3em;
}

.bou-overview .has-bou-18-font-size
{
	line-height: 1.5em;
}

.bou-merch
{
	background-color: var(--bou-red);
}

.bou-merch-photos figure
{
	border-radius: 8px;
	overflow: hidden;
}

.bou-merch figcaption
{
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-5);
	background-color: var(--bou-yellow);
	margin: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
	transform: translate3d(-50%,15px,0);
	padding: 12px 20px 15px 20px;
	border-radius: 8px 8px 0 0;
}

.bou-merch figcaption.visible
{
	transform: translate3d(-50%,0px,0);
}

.bou-merch-photos p
{
	border-width: 3px 0;
	border-color: #000;
	border-style: solid;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 0;
	line-height: 1em;
	font-family: 'Bebas Neue', sans-serif;
	font-size: 60px;
	margin: 20px 0 0 0;
}



.bou-merch figcaption::before,
.bou-merch-photos p::before
{
  content: "";
	margin-bottom: -0.09em;
  display: table;
}

.bou-merch figcaption::after,
.bou-merch-photos p::after
{
  content: "";
  margin-top: -0.2em;
  display: table;
}

.bou-merch-photos a
{
	text-decoration: none;
}

.wp-block-buttons
{

	border-radius: 12px;
	text-transform: uppercase;
	text-align: center;
	margin-top: 60px;
}

.wp-block-buttons > .wp-block-button
{
	margin: 0 auto;
	padding: 10px 24px;
	width: 448px;
}

.wp-block-button__link
{
	border-radius: 12px;
	padding: 22px 0;
	background-color: #000 !important;
	transition: all .3s linear;
}

.wp-block-button__link:hover
{
	background-color: var(--bou-teal) !important;
}

@media all and (max-width: 781px){

	.bou-merch figcaption
	{
		font-size: var(--font-size-3);
	}

}

.bou-partners h2
{
	margin-bottom: 60px;
}

.bou-partner-grid figure
{
	box-sizing: border-box;
}

.bou-partners figure.wp-block-gallery
{
	opacity: 0;
	transform: translate3d(0,25px,0);
  transition: opacity .3s linear, transform 800ms ease 0ms;
}

.bou-partners figure.wp-block-gallery.visible.ready
{
	opacity: 1;
	transform: translate3d(0,0px,0);
  transition: opacity .3s linear, transform 800ms ease 0ms;
}

.bou-logo-gallery
{
	gap: 28px 2% !important;
	margin-bottom: 48px;
}

.bou-logo-gallery figure
{
	margin: 0px !important;
	width: 15% !important;
	border: 2px solid #000;
	border-radius: 8px;
	overflow: hidden;
}

.bou-partner-columns
{
	margin-bottom: 80px;
	gap:2%;
}

.bou-partner-columns ul
{
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: 'Bebas Neue', serif;
	font-size: var(--font-size-5);
}

.bou-partner-columns ul li
{
	border-width: 1px 0 0px 0;
	border-style: solid;
	border-color: #000;
	padding: 10px 0;
}

.bou-partner-columns ul li.visible
{
	opacity: 1;
	transform: translate3d(0,0,0);
}

.bou-partner-columns ul li:last-child
{
	border-bottom: 1px solid #000;
}

.bou-partner-columns ul li::before
{
	content: "";
	margin-bottom: -0.09em;
  display: table;
}

.bou-partner-columns ul li::after
{
	content: "";
	margin-top: -0.2em;
  display: table;
}

@media all and (max-width:781px) {

	.bou-section
	{
		padding: 36px 0 60px 0;
	}

	.bou-section > *
	{
		width: 93.4%;
		margin-left: auto;
		margin-right: auto;
	}

	.bou-section > h2
	{
		margin-bottom: 36px;
	}

	.bou-section.bou-image > *
	{
		width: 100%;
	}

	.bou-section.bou-overview
	{
		padding-top:20px;

	}

	.bou-section.bou-overview .wp-block-columns
	{
		padding-right: 11%;
		box-sizing: border-box;
		gap: 0px;
		padding: 0px;
	}

	#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error
	{
		top: calc(100% + 4px);
	}

	.bou-logo-gallery
	{
		gap: 15px 15px !important;
	}

	.bou-logo-gallery figure
	{
		width: 30% !important;
	}

	.bou-overview-title
	{
		width: 93%;
		max-width: 300px;
		margin-bottom: 50px;
	}

	.bou-overview .bou-intro
	{
		margin-bottom: 34px;
		margin-top: 40px;
		line-height: 1.3em;
	}

	.bou-section.bou-merch .wp-block-columns
	{
		padding-right: 0;
		gap: 28px;
	}

	.bou-merch .wp-block-buttons
	{
		margin-top: 70px;
		padding:0px;
	}

	.bou-merch .wp-block-buttons .wp-block-button
	{
		padding: 0px;
		width: 100%;
	}

	.bou-merch .wp-block-buttons .wp-block-button__link
	{
		padding: 13px 0 10px 0;
	}

	.bou-merch .wp-block-buttons .wp-block-button__link.has-bou-48-font-size
	{
		font-size: var(--font-size-6) !important;
	}

	.bou-partner-columns ul li:last-child
	{
		border-bottom: none;
	}

	.bou-partner-columns
	{
		border-bottom: 1px solid #000;
		padding: 0;
		gap: 0;
		margin-bottom: 20px;
	}


}

/* Blog Index */

.bou-section.bou-image.bou-blog-hero
{
	width: 90%;
	max-width: var(--bou-max-width);
	padding: 0px;
	margin: 0px auto;
	box-sizing: border-box;
	margin-bottom: 2%;
	border: none;
}

.bou-posts
{
	/*display: flex;
	flex-direction: row;
	gap: 2%;*/
	display: grid;
	grid-template-columns: repeat(auto-fit, 32%);
	column-gap: 2%;
	/*row-gap: 88px;*/

	max-width: var(--bou-max-width);
  margin: 0 auto;
  width: 90%;
  box-sizing: border-box;
	margin-bottom: 140px;
	margin-top: 256px;
}

.bou-posts a
{
	text-decoration: none;
}

.bou-posts > div
{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	row-gap: 24px;
	margin-bottom: 88px;
	/*flex-basis: 32%;
	display: flex;
	flex-direction: column;
	gap: 24px;*/
}


.bou-post figure
{
	opacity: 0;
	transform: scale(.95) translate3d(0,25px,0);
	transition: opacity .3s linear, transform 800ms ease 0ms;
}

.bou-post div
{
	opacity: 0;
	transform: translate3d(0,25px,0);
	transition: opacity .3s linear, transform 800ms ease 0ms;
}

/*.bou-post.visible div
{
	opacity: 1;
	transform: translate3d(0,25px,0);
}

.bou-post.visible figure
{
	opacity: 1;
	transform: scale(1) translate3d(0,0px,0);
}*/

.bou-posts > div:only-child
{
	grid-template-rows: auto auto auto auto;
}


@keyframes fadeInUp {
	0% {opacity: 0; transform: translate3d(0,15px,0);}
	100% {opacity: 1; transform: translate3d(0,0px,0);}
}



.bou-posts > div figure
{
	width: 100%;
	aspect-ratio: .85;
	overflow: hidden;
}

.bou-post-title h2
{
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-6);
	text-transform: uppercase;
	margin: 0px;
}

.bou-excerpt
{
	font-size: var(--font-size-2);
	line-height: 1.3em;
}

.bou-excerpt p::before
{
	content: "";
  margin-bottom: -0.1641em;
  display: table;
}

.bou-excerpt p::after
{
	content: "";
  margin-top: -0.1914em;
  display: table;
}

.bou-load-more
{
	max-width: var(--bou-max-width);
  padding: 0px 20px;
	margin: 160px auto 160px auto;
  width: 90%;
	text-align: center;
}

.bou-load-more button
{
	appearance: none;
	border-radius: 12px;
  text-transform: uppercase;
  text-align: center;
	padding: 10px 24px;
  width: 448px;
	color: #FFF;
	background-color: #000;
	transition: all .3s linear;
	font-size: var(--font-size-7);
	cursor: pointer;
	border: none;
}

.bou-load-more p
{
	margin: 48px 0 0 0;
	font-size: var(--font-size-3);
}

.bou-load-more button:hover
{
	background-color: var(--bou-teal);
}

.bou-read-more a
{
	appearance: none;
	background-color: #000;
	color: #FFF;
	font-size: var(--font-size-3);
	border-radius: 8px;
	font-family: 'Bebas Neue', sans-serif;
	padding: 8px 25px;
  line-height: 1em;
	cursor: pointer;
	display: inline-block;
	transition: background-color .3s linear;
}

.bou-read-more a:hover
{
	background-color: var(--bou-yellow);
}

@media all and (max-width: 1000px){

}

@media all and (max-width: 781px){

	.bou-section.bou-image.bou-blog-hero
	{

	}

	body.single-post .bou-section.bou-image.bou-blog-hero
	{
		padding: 0px;
	}

	.bou-posts
	{
		padding: 0px;
		grid-template-columns: repeat(auto-fit, 100%);
		margin-top: 100px;
	}

	.bou-posts > div
	{
		margin-bottom: 40px;
	}

	.bou-load-more button
	{
		width: 100%;
		font-size: var(--font-size-6);
	}
}

/* end Blog Index */

/* Single Blog Post */

.wp-block-post-date
{

}

.bou-blog-content
{
	width: 56.2%;
	max-width: 924px;
	margin: 0px auto;
}

.bou-blog-content header
{
	margin-top: 72px;
}

.wp-block-post-date
{
	text-transform: uppercase;
}

.bou-blog-content h1
{
	margin: 0 0 110px 0;
}

.wp-block-embed
{
	margin-bottom: 40px;
	margin-top: 80px;
}

.wp-block-video
{
	margin-top: 80px;
}



footer.entry-footer
{
	width: 100%;
	font-size: var(--font-size-5);
	font-family: 'Bebas Neue', sans-serif;
	margin-top: 120px;
	margin-bottom: 140px;
}

footer.entry-footer .nav-links
{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

footer.entry-footer .nav-links div
{
	width: 23%;
}

footer.entry-footer .nav-links div.nav-previous
{

}

footer.entry-footer .nav-links div.nav-next
{
	text-align: right;
}

footer.entry-footer a
{
	text-decoration: none;
}

footer.entry-footer .nav-subtitle
{
	font-size: var(--font-size-2);
}

.bou-carousel .wp-block-cb-carousel-v2
{
	width: 70.6%;
	margin: 0px auto;
}

.wp-block-columns.swiper-slider
{
	gap: 2%;
}

.swiper
{
	margin-top: 80px;
	/*height: 580px;*/
}

.wp-block-columns.swiper-slider .wp-block-column:first-child
{
	flex-basis: 32.33 !important;
}

.wp-block-cb-carousel-v2 .cb-button-next,
.wp-block-cb-carousel-v2 .cb-button-prev
{
	background-color: rgba(253, 203, 101, 0);
  width: 42px;
  height: 42px;
	border-radius: 100%;
	transition: all .3s linear;
}

.wp-block-cb-carousel-v2 .cb-button-next::after,
.wp-block-cb-carousel-v2 .cb-button-prev::after
{
	font-size: 17px;
}

.wp-block-cb-carousel-v2 .cb-button-next:hover,
.wp-block-cb-carousel-v2 .cb-button-prev:hover
{
	background-color: rgba(253, 203, 101, 1);
}

.wp-block-cb-carousel-v2 .cb-button-prev
{
	right: calc(100% + 12px);
	left: auto;
}

.wp-block-cb-carousel-v2 .cb-button-next
{
	left: calc(100% + 12px);
}

.entry-footer
{
	max-width: 70.4%;
	margin: 0 auto;
}


.no-results
{
	min-height: 600px;
	margin-top: 212px;
	text-align: center;
}

.no-results h1
{
	font-size: var(--font-size-2);
	text-transform: uppercase;
	margin-bottom: 15px;
}

.no-results .page-content
{
	font-size: var(--font-size-9);
	line-height: 1.5em;
	text-transform: uppercase;
}

.no-results .page-content a
{
	text-decoration: none;
	background-repeat: no-repeat,no-repeat;
  transition: background-position 1s ease, color 1s linear;
  background-image: linear-gradient(#FFF, #FFF), linear-gradient(var(--bou-yellow), var(--bou-yellow)), linear-gradient(var(--bou-yellow), var(--bou-yellow));
  background-size: 100px 3px, 100% 3px, 0 3px;
  background-position: calc(100px * -1) 100%, 100% 100%, 0 100%;
  padding-bottom: 2px;
}

.no-results .page-content a:hover
{
	background-size: 100px 3px, 0 3px, 100% 3px;
  background-position: calc(100% + 100px) 100%, 100% 100%, 0 100%;
  background-image: linear-gradient(#FFF, #FFF), linear-gradient(var(--bou-yellow),var(--bou-yellow)), linear-gradient(var(--bou-yellow), var(--bou-yellow));
}

@media all and ( max-width: 1000px ){
	.entry-footer
	{
		max-width: 90%;
	}

	footer.entry-footer .nav-links div
	{
		width: 48%;
	}

	.bou-carousel .cb-button-next,
	.bou-carousel .cb-button-prev
	{
		display: none;
	}

	.bou-blog-content header
	{
		margin-bottom:
	}

}


/* end Sngle Blog Post */

/* 404 Page */

.error-404
{
	min-height: 600px;
	margin-top: 212px;
	text-align: center;
}

.error-404 h1
{
	font-size: var(--font-size-2);
	text-transform: uppercase;
	margin-bottom: 15px;
}

.error-404 .page-content
{
	font-size: var(--font-size-9);
	line-height: 1.5em;
	text-transform: uppercase;
}

.error-404 .page-content a
{
	text-decoration: none;
	background-repeat: no-repeat,no-repeat;
  transition: background-position 1s ease, color 1s linear;
  background-image: linear-gradient(#FFF, #FFF), linear-gradient(var(--bou-yellow), var(--bou-yellow)), linear-gradient(var(--bou-yellow), var(--bou-yellow));
  background-size: 100px 3px, 100% 3px, 0 3px;
  background-position: calc(100px * -1) 100%, 100% 100%, 0 100%;
  padding-bottom: 2px;
}

.error-404 .page-content a:hover
{
	background-size: 100px 3px, 0 3px, 100% 3px;
  background-position: calc(100% + 100px) 100%, 100% 100%, 0 100%;
  background-image: linear-gradient(#FFF, #FFF), linear-gradient(var(--bou-yellow),var(--bou-yellow)), linear-gradient(var(--bou-yellow), var(--bou-yellow));
}

/* end 404 Page */

/* Social Slider */

.bou-social-slider
{
	width: 70.6%;

  padding: 0px;
	margin: 120px auto;
}

.bou-social-slider h2
{
	margin-bottom: 20px;
}

.bou-social-slider .swiper
{
	margin: 0;
	max-height:210px;
}

.bou-social-slider figure
{
	max-width: 210px;
	aspect-ratio: 1;
}

.bou-social-slider figure img
{
	width: 100%;
	display: block;
}

.bou-social-slider .swiper-wrapper
{
	align-items: start;
}

.bou-social-slider .swiper-button-prev
{
	top: 0;
  left: 100%;
  right: auto;
	transform: translate3d(calc(-100% - 63px),calc(-100% - 2px),0);
}

.bou-social-slider .swiper-button-next
{
	right: auto;
	top: 0;
  left: 100%;
  transform: translate3d(-100%,calc(-100% - 2px),0);
}

@media all and (max-width:1000px)
{
	.bou-blog-content,
	.bou-carousel .wp-block-cb-carousel-v2,
	.bou-social-slider
	{
		width: 90%;
	}

	.bou-social-slider h2
	{
		width: 50%;
		margin: 0 0 20px 0 !important;

	}

}

/* end Social Slider */


/* Footer */

#mc_embed_signup
{
	margin: 0 auto;
	background-color: transparent !important;
	width: 100% !important;
	max-width: 600px;

}

#mc_embed_signup form
{
	margin: 0 0 24px 0 !important;
}

#mc_embed_signup .bou-button
{
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-6) !important;
	line-height: 1em;
	text-transform: uppercase;
	background-color: #000;
	transition: all .3s linear;
	color: #FFF;
	-webkit-appearance: none;
	appearance: none;
	padding: 4px 12px 0 12px !important;
	line-height: 1em !important;
	height: auto !important;
	border: none;
	border-radius:8px;
	margin: 0 0 10px 0;
}

#mc_embed_signup .bou-button:hover
{
	background-color: var(--bou-teal);
}

html[lang="ko-KR"] #mc_embed_signup .bou-button
{
	font-size: var(--font-size-5) !important;
}

#mc_embed_signup .main-elements
{
	display: flex;
	flex-direction: row;
	border-color: #000;
	border-style: solid;
	border-width: 0 0 1px 0;
	gap: 5%;
}

#mce-EMAIL
{
	background-color: transparent;
	-webkit-appearance: none;
	appearance: none;
}

#mc_embed_signup .mc-field-group input
{
	border-radius: 0 !important;
	border: none !important;
	color: #000;
	font-size: var(--font-size-5);
	padding: 8px 0 0 0 !important;
	outline: var(--bou-cream);
}

#mc_embed_signup .mc-field-group input::placeholder
{
	opacity: 1;
	color: #000;
	font-size: var(--font-size-5);
}

#mc_embed_signup .mc-field-group
{
	padding-bottom: 0 !important;
}

#mc_embed_signup #mc-embedded-subscribe-form div.mce_inline_error
{
	position: absolute !important;
	osition: absolute !important;
  top: 100%;
  margin: 0 !important;
  background-color: transparent !important;
}

#mc_embed_signup div#mce-responses
{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	text-align: center !important;
	width: 100% !important;
	float: none !important;
}

#mc_embed_signup #mce-success-response
{
	color: #000 !important;
	font-family: 'Inter', sans-serif;
	font-size: var(--font-size-1) !important;
	width: 100% !important;
}

.signup-text
{
	font-size: var(--font-size-6);
	line-height: 1.5em;
	margin: 0 auto 70px auto;
	text-align: center;
	font-weight: 600;
}

.site-footer
{
	background-color: var(--bou-yellow);
	width: 100%;

	margin: 0 auto;
	padding-top: 120px;
	padding-bottom: 40px;
}

.site-footer .inner
{
	max-width: var(--bou-max-width);
	margin: 0 auto;
}

.site-footer h2
{
	font-family: 'Bebas Neue', sans-serif;
	font-size: var(--font-size-10);
	margin: 0px auto 40px auto;
	text-align: center;
	opacity: 0;
	transform: translate3d(0,15px,0);
  transition: opacity .3s linear, transform 800ms ease 0ms;
}

html[lang="ko-KR"] .site-footer h2
{
	font-size: var(--font-size-9);
}

.site-footer h2.visible
{
	opacity: 1;
	transform: translate3d(0,0px,0);
}

.site-footer p
{
	opacity: 0;
	transform: translate3d(0,15px,0);
  transition: opacity .3s linear, transform 800ms ease 0ms;
}

.site-footer p.visible
{
	opacity: 1;
	transform: translate3d(0,0px,0);
}

.bou-footer-text
{
	max-width: 686px;
	margin: 0 auto 95px auto;
}

.bou-social
{
	margin:0;
	padding:0;
	max-width: 600px;
	margin: 70px auto 0px auto;
}

.bou-social ul
{
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-direction: row;
	gap: 48px;
	justify-content: center;
}

.bou-social ul li
{
	width: 48px;
	opacity: 1;
	transition: opacity .3s linear;
}

.bou-social ul li:hover
{
	opacity: .8;
}

.bou-contact
{
	font-size: var(--font-size-2);
	font-style: italic;
	margin-top: 220px;
	text-align: center;
	line-height: 1.3em;
}

@media all and (max-width:781px){

	.site-footer
	{
		padding-top: 100px;
		width: 100%;
		max-width: none;
	}

	.site-footer .inner
	{
		width: 90%;
		margin: 0 auto;
	}

	.site-footer h2
	{
		font-size: var(--font-size-9);
	}

	.signup-text
	{
		font-size: var(--font-size-4);
	}

	#mc_embed_signup .main-elements
	{
		align-items: end;
	}

	#mc_embed_signup .mc-field-group
	{
		min-height: 0 !important;
		padding-bottom: 11px !important;
	}

	#mc_embed_signup .mc-field-group input
	{
		font-size: var(--font-size-1);
	}

	#mc_embed_signup .mc-field-group input::placeholder
	{
		font-size: var(--font-size-1);
	}

	#mc_embed_signup .bou-button
	{
		font-size: var(--font-size-3) !important;
    line-height: 0 !important;
    display: inline !important;
    height: 25px !important;
    vertical-align: bottom !important;
    margin: 0 0 8px 0 !important;
    padding: 3px 12px 1px 12px !important;
    line-height: 1em !important;
	}

	html[lang="ko-KR"] #mc_embed_signup .bou-button
	{
	  font-size: var(--font-size-4) !important;
	  height: 28px !important;
	}

	#mc_embed_signup .button::before
	{
		content: "";
		margin-bottom: -0.09em;
	  display: table;
	}

	#mc_embed_signup .button::after
	{
		content: "";
	  margin-top: -0.2em;
	  display: table;
	}
}

/* End footer */


.grid-container {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-template-rows: 1fr;
    gap: 2%;
    grid-template-areas: ". . . . . . . . . . . .";
    position: fixed;
    height: 100%;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    pointer-events: none;
    opacity: 0;
    width: 90%;
		max-width: var(--bou-max-width);
		mix-blend-mode: multiply;
		margin: 0;
		box-sizing: border-box;
}

.grid-container.visible
{
		opacity: 0;
}

.mobile-grid.grid-container.visible
{
	opacity: 0;
}

.grid-container div
{
	background-color: rgba(255, 0, 0, .1); /*#CCCCCC8A*/
}

@media all and (max-width:781px){

	.grid-container
	{
		display: none;
	}

	.mobile-grid.grid-container.visible
	{
		opacity: 1;
		width: 93.4%;
		display: none;
		grid-template-columns: repeat(4, 1fr);
		gap: 4.7%;
		grid-template-areas: ". . . .";
		padding: 0;
	}
}
