/*
Theme Name: B. The Agency
Author: Tristan Palmer Studio
Author URI: http://www.tristanpalmerstudio.com/
Version: 1.0
Text Domain: bta-website
*/

body .grecaptcha-badge {
	display: none !important;
}

h1.text-combined > p > strong {
	display: block;
}

.wrapper-social li a {
	display: flex!important;
	align-items: center!important;
	justify-content: center!important;
}

.wrapper-social li a i {
	position: relative!important;
	top: auto!important;
	left: auto!important;
	transform: none!important;
}

.wrapper-social li a svg {
	fill: white;
	width: 16px;
	height: 16px;
	transition: all .5s;
}

.wrapper-social li a:hover svg {
	fill: #e00008;
}

.wrapper-logos.is-expanded-default .col {
	display: block !important;
}


.plyr .plyr__control {
	left: 50% !important;
	height: auto!important;
	top: 50%!important;
	transform: translateX(-50%) translateY(-50%)!important;
	height: 100px!important;
	width: 100px!important;
	border-radius: 100%!important;
	box-shadow: none !important;
	z-index: 100 !important;
	pointer-events: auto !important;
}


.splide-arrow {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 45 81.7' style='enable-background:new 0 0 45 81.7;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bfill:none;stroke:%23E00008;stroke-width:2;%7D%0A%3C/style%3E%3Cg id='Group_6360' transform='translate(-1017.012 -1025.5)'%3E%3Cline id='Line_101' class='st0' x1='1039.5' y1='1025.5' x2='1039.5' y2='1105.5'/%3E%3Cpath id='Path_4360' class='st0' d='M1017.7,1084l21.8,21.8l21.8-21.8'/%3E%3C/g%3E%3C/svg%3E");
}

.has-grid {
	padding-top: 50px;
	display: grid;
	gap: 40px;
}

.has-grid-item {
	background: #f8b7c0;
	display: grid;
	grid-template-columns: 1fr;
}

@media (max-width: 1024px) {
	.has-grid-item {
		aspect-ratio: 1/1;
	}
}

@media (min-width: 1100px) {
	.has-grid-item {
		aspect-ratio: 1/1;
	}
}

@media not (hover: none) {
	.has-grid-item-title, .has-grid-item-content {
		grid-row-start: 1;
		grid-row-end: 1;
		grid-column-start: 1;
		grid-column-end: 1;
	}

	.has-grid-item-title {
		align-items: center;
	}

	.has-grid-item-content {
		opacity: 0;
		align-items: center;
	}

	.has-grid-item {
		grid-template-rows: 1fr;
	}

	.has-grid-item-content h3 {
		display: none;
	}
}

@media (hover: none) {
	.has-grid-item-title {
		display: none !important;
	}

	.has-grid-item-content h3 {
		display: block;
		padding-bottom: 0px !important;
	}

	.has-grid-item-content {
		flex-direction: column;
	}
}

@media (hover: none) and (min-width: 1025px) {
	.has-grid-item {
		aspect-ratio: auto !important;
	}
}

.has-grid-item-title {
	display: flex;
	justify-content: center;
	opacity: 1;
	transition: all .5s;
}

.has-grid-item-title h3, .has-grid-item-content h3 {
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 15px;
}

.has-grid-item-content {
	display: flex;
	justify-content: center;
	transition: all .5s;
}

.has-grid-item:hover .has-grid-item-title {
	opacity: 0;
}

.has-grid-item:hover .has-grid-item-content {
	opacity: 1;
}

.has-grid-item-content p {
	font-size: 20px;
	text-align: center;
	padding: 15px;
}

.has-grid.has-one {
	grid-template-columns: 1fr;
}

.has-grid.has-two {
	grid-template-columns: 1fr 1fr;
}

.has-grid.has-three {
	grid-template-columns: 1fr 1fr 1fr;
}

.has-grid.has-four {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1024px) {
	.has-grid.has-three, .has-grid.has-four {
		grid-template-columns: 1fr 1fr;
	}
}

@media (min-width: 900px) and (max-width: 1024px) {
	.has-grid.has-four .has-grid-item-title h3,
	.has-grid.has-four .has-grid-item-content h3 {
		font-size: 30px !important;
		padding: 20px;
	}

	.has-grid-item-content p {
		font-size: 20px !important;
		padding: 20px !important;
	}
}

@media (max-width: 767px) {
	.has-grid {
		gap: 20px;
		padding-top: 30px;
	}

	.has-grid.has-two,
	.has-grid.has-three,
	.has-grid.has-four {
		grid-template-columns: 1fr;
	}

	.has-grid-item-content p {
		font-size: 18px !important;
		padding: 20px;
	}

	.has-grid.has-four .has-grid-item-title h3,
	.has-grid.has-four .has-grid-item-content h3 {
		font-size: 28px !important;
		padding: 20px;
	}
}

.has-grid.has-four .has-grid-item-title h3,
.has-grid.has-four .has-grid-item-content h3 {
	font-size: 25px;
}

.has-grid.has-four .has-grid-item-content p {
	font-size: 16px;
}

.cases .mod-content-one .item {
	border-top: 2px solid #e00008;
	margin-top: -2px;
}

.blk-quote .content.content-flex {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.splide__pagination {
	bottom: -32px;
}

.splide__pagination .splide__pagination__page {
	border: 2px solid #e00008;
	background: none;
	opacity: 1!important;
	width: 12px;
	height: 12px;
}

.splide__arrow {
	opacity: 1 !important;
	border-radius: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	width: 4em !important;
	height: 4em !important;
}

@media (max-width: 850px) {
	.splide__arrow {
		width: 2.6em !important;
		height: 2.6em !important;
	}
}

.splide__arrow.splide__arrow--next {
	transform: rotate(-90deg) translateX(50%);
	right: 0 !important;
}

.splide__arrow.splide__arrow--prev {
	transform: rotate(90deg) translateX(-50%);
	left: 0 !important;
}

@media (max-width: 650px) {
	.splide__arrow.splide__arrow--next {
		top: -50px !important;
		transform: rotate(-90deg) !important;
	}

	.splide__arrow.splide__arrow--prev {
		top: -50px !important;
		transform: rotate(90deg) !important;
	}
}

.splide__arrow svg {
	display: none !important;
}

.splide__pagination .splide__pagination__page.is-active {
	background: #e00008;
}

.has-margin-corrector {
	margin-top: -90px;
}

@media only screen and (max-width: 1920px) {
	.has-margin-corrector {
		margin-top: -70px;
	}
}

@media only screen and (max-width: 640px) {
	.has-margin-corrector {
		margin-top: -50px;
	}
}

body .ext-logos .logo-summer {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 800 119' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='800' height='119' fill='transparent'/%3E%3Cpath d='M770.772 109.086C762.914 109.086 756.544 102.716 756.544 94.8579C756.544 86.9999 762.914 80.6298 770.772 80.6298C778.63 80.6298 785 86.9999 785 94.8579C785 102.716 778.63 109.086 770.772 109.086Z' fill='%23EA0B00'/%3E%3Cpath d='M672.115 76.2039V108.712H645.343V10.6406H708.721C732.624 10.6406 748.332 22.3874 748.332 43.4223C748.332 57.9008 740.137 68.5548 726.751 73.3355L750.517 108.712H719.785L698.75 76.2039H672.115ZM672.115 55.0324H707.355C716.78 55.0324 721.97 50.6615 721.97 44.1052C721.97 37.1391 716.78 33.0414 707.355 33.0414H672.115V55.0324Z' fill='%23EA0B00'/%3E%3Cpath d='M539.833 10.6406H635.173V33.3146H566.058V47.9297H627.387V70.0573H566.058V86.0384H635.173V108.712H539.833V10.6406Z' fill='%23EA0B00'/%3E%3Cpath d='M470.551 108.712H448.97L419.194 38.2318V108.712H393.105V10.6406H432.989L460.034 75.9307L487.079 10.6406H526.417V108.712H500.465V38.2318L470.551 108.712Z' fill='%23EA0B00'/%3E%3Cpath d='M323.824 108.712H302.243L272.466 38.2318V108.712H246.377V10.6406H286.262L313.306 75.9307L340.351 10.6406H379.689V108.712H353.737V38.2318L323.824 108.712Z' fill='%23EA0B00'/%3E%3Cpath d='M182.859 110.215C149.258 110.215 130.818 93.1411 130.818 65.0035V10.6406H157.59V62.4083C157.59 78.1161 165.785 86.9945 182.859 86.9945C199.933 86.9945 208.128 78.1161 208.128 62.4083V10.6406H234.9V65.0035C234.9 93.1411 216.46 110.215 182.859 110.215Z' fill='%23EA0B00'/%3E%3Cpath d='M15 92.7297L30.7079 72.5144C42.4546 83.988 59.8016 88.0857 73.7337 88.0857C86.8464 88.0857 95.9979 85.2173 95.9979 79.6171C95.9979 72.9242 88.0757 72.3778 63.6261 69.646C41.4985 67.324 21.6929 62.1336 21.6929 41.9182C21.6929 21.1565 41.4985 9 70.7288 9C92.9929 9 112.799 15.8295 122.906 25.1176L107.198 43.8305C99.0029 36.0448 84.3878 30.991 68.6799 30.991C55.977 30.991 48.7378 33.996 48.7378 39.1864C48.7378 44.3768 55.8404 45.4696 78.9242 47.9282C101.598 50.5234 124.545 54.8943 124.545 76.7487C124.545 99.5592 102.691 110.35 72.0947 110.35C50.7866 110.35 25.5174 103.52 15 92.7297Z' fill='%23EA0B00'/%3E%3C/svg%3E%0A") !important;
}

body .ext-logos .logo-summer:hover, body .nav-mob .ext-logos .logo-summer.is-white {
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 800 119' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='800' height='119' fill='transparent'/%3E%3Cpath d='M770.772 109.086C762.914 109.086 756.544 102.716 756.544 94.8579C756.544 86.9999 762.914 80.6298 770.772 80.6298C778.63 80.6298 785 86.9999 785 94.8579C785 102.716 778.63 109.086 770.772 109.086Z' fill='%23ffffff'/%3E%3Cpath d='M672.115 76.2039V108.712H645.343V10.6406H708.721C732.624 10.6406 748.332 22.3874 748.332 43.4223C748.332 57.9008 740.137 68.5548 726.751 73.3355L750.517 108.712H719.785L698.75 76.2039H672.115ZM672.115 55.0324H707.355C716.78 55.0324 721.97 50.6615 721.97 44.1052C721.97 37.1391 716.78 33.0414 707.355 33.0414H672.115V55.0324Z' fill='%23ffffff'/%3E%3Cpath d='M539.833 10.6406H635.173V33.3146H566.058V47.9297H627.387V70.0573H566.058V86.0384H635.173V108.712H539.833V10.6406Z' fill='%23ffffff'/%3E%3Cpath d='M470.551 108.712H448.97L419.194 38.2318V108.712H393.105V10.6406H432.989L460.034 75.9307L487.079 10.6406H526.417V108.712H500.465V38.2318L470.551 108.712Z' fill='%23ffffff'/%3E%3Cpath d='M323.824 108.712H302.243L272.466 38.2318V108.712H246.377V10.6406H286.262L313.306 75.9307L340.351 10.6406H379.689V108.712H353.737V38.2318L323.824 108.712Z' fill='%23ffffff'/%3E%3Cpath d='M182.859 110.215C149.258 110.215 130.818 93.1411 130.818 65.0035V10.6406H157.59V62.4083C157.59 78.1161 165.785 86.9945 182.859 86.9945C199.933 86.9945 208.128 78.1161 208.128 62.4083V10.6406H234.9V65.0035C234.9 93.1411 216.46 110.215 182.859 110.215Z' fill='%23ffffff'/%3E%3Cpath d='M15 92.7297L30.7079 72.5144C42.4546 83.988 59.8016 88.0857 73.7337 88.0857C86.8464 88.0857 95.9979 85.2173 95.9979 79.6171C95.9979 72.9242 88.0757 72.3778 63.6261 69.646C41.4985 67.324 21.6929 62.1336 21.6929 41.9182C21.6929 21.1565 41.4985 9 70.7288 9C92.9929 9 112.799 15.8295 122.906 25.1176L107.198 43.8305C99.0029 36.0448 84.3878 30.991 68.6799 30.991C55.977 30.991 48.7378 33.996 48.7378 39.1864C48.7378 44.3768 55.8404 45.4696 78.9242 47.9282C101.598 50.5234 124.545 54.8943 124.545 76.7487C124.545 99.5592 102.691 110.35 72.0947 110.35C50.7866 110.35 25.5174 103.52 15 92.7297Z' fill='%23ffffff'/%3E%3C/svg%3E%0A") !important;
}

body.page-template-page_home .mod-featured-services, body.page-template-page_home .mod-featured-services .wrapper-title, body.page-template-page_about .mod-content-one {
	background-color: #ffffff !important;
}

