/*-------------------
  Load custom Styles
---------------------*/

@keyframes slideDown {

	from {
		transform: translateY(-100%);
	}

	to {
		transform: translateY(0);
	}
}

.masthead__nav a {
	font-size: 18px;
	text-transform: capitalize;
}

header.masthead.position-absolute {
	padding-top: 10px;
	padding-bottom: 10px;
	background: #000;
}

header.masthead.position-absolute .masthead__row .masthead__branding img {
	width: 200px;
}

.page-home .section-projects:first-child .section-projects__column a img {
	height: 80vh;
	object-fit: cover;
}

.page-home .section-projects + .section-cta.section-cta-blank a {
	width: 100%;
}

.page-home .section-projects + .section-cta.section-cta-blank a img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.masthead__nav .menu-toggle {
	display: none;
	visibility: hidden;
}

.sing-shani {
	margin: 0;
	text-align: left;
	max-width: 200px;
	margin-left: -20px;
}

.sing-shani img {
	filter: invert(100%);
}

/* .big-alpha strong:first-child{
    font-size: 64px;
    font-weight: 400;
    padding-bottom: 10px;
    padding-right: 0;
    margin-right: -5px;
} */

@media (min-width: 450px) {

	.sing-shani {
		max-width: 320px;
	}

	/* .big-alpha strong:first-child{
        font-size: 90px;
        margin-right: -5px;
    } */

}

.equal-columns .section-projects__column img {
	object-fit: cover;
}

.section-press-media__content p {
	line-height: 25px;
}

.section-waitlist__column.section-waitlist__form {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: flex-start;
}

.section-waitlist__column.section-waitlist__image {
	flex: 1;
}

.section-waitlist__image a {
	max-width: 100%;
	width: 100%;
}

.section-waitlist__image img {
	width: 100%;
	max-width: 100%;
}

.site-footer__copyright p,
.site-footer__top__content h2,
.site-footer .widgets .widget ul li a,
.masthead__nav li.menu-item-has-children.menu-item-has-image ul li .wp-menu-title {
	font-family: Satoshi;
}

.site-footer__top__content h2 {
	text-transform: none;
	font-size: 16px;
	font-style: italic;
}

.site-footer .widgets .widget__contact-info ul li a {
	font-family: Satoshi;
	font-style: italic;
	text-transform: initial !important;
}

.site-footer__copyright a,
.site-footer .widgets .widget ul li a {
	font-size: 14px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Satoshi;
}

.masthead__nav li.menu-item-has-children.menu-item-has-image ul li .wp-menu-description {

	/* text-transform: capitalize; */
}

.horizontal-timeline ol li .timeline-content p,
.timeline-item .content p {
	font-family: Satoshi;
}

body.menu-toggled .masthead {
	height: 100vh;
	width: 100%;
}

.navbar-sticky {
	position: fixed;
	width: 100%;
	z-index: 999;
	top: 0;
	padding: 10px 0;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	-webkit-animation: slidedown 0.35s ease-out;
	animation: slideDown 0.35s ease-out;
	background-color: #000;
}

.page-history .site-main article .entry-header p {
	font-size: 16px;
}

/* .timeline-item .content h2 {
    font-size: 55px;
    letter-spacing: -4.7px;
} */

.timeline-item.left::after {
	border: 0;
	border-radius: 50%;
	height: 12px;
	right: -5.5px;
	top: calc(50% - 8px);
	width: 12px;
}

.timeline-item.right::after {
	height: 12px;
	width: 12px;
	right: auto;
	left: -6px;
	top: calc(50% - 8px);
}

.timeline-item.right:first-child::after {
	top: -8px !important;
}

.timeline-item.left:last-child::after {
	top: calc(100% - 4px) !important;
}

.section-press-media__meta .section-press-media__meta--category {
	font-family: Satoshi;
	white-space: nowrap;
	font-size: 14px;
}

@media (min-width: 768px) {

	.page-home .section-projects:first-child .section-projects__column a img {
		height: 100%;
		object-fit: cover;
	}

	header.masthead.position-absolute {
		padding-top: 20px;
		padding-bottom: 20px;
	}

	header.masthead.position-absolute .masthead__row .masthead__branding img {
		width: 228.412px;
	}

	.page-history .site-main article .entry-header p {
		font-size: 20px;
	}

	.timeline-item .content h2 {
		font-size: 55px;
		letter-spacing: -4.7px;
	}

	.site-footer__top__content h2 {
		font-size: 16px;
	}

	.section-brands .swiper-horizontal .swiper-slide img {
		max-height: 50px;
		object-fit: contain;
	}

	.section-press-media__meta .section-press-media__meta--category {
		font-size: 16px;
	}

	.site-footer__copyright a,
	.site-footer .widgets .widget ul li a {
		font-size: 16px;
	}

}

@media (max-width: 991px) {

	header.masthead.position-absolute {
		position: relative;
	}

	.site-footer__top__content h2 {
		font-size: 16px;
		font-weight: 400;
		line-height: 25px;
	}

	.section-press-media__content h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.page-history .section-timeline {
		padding: 220px 17px 120px;
	}

	.timeline-item .content p {
		line-height: 18px;
	}
}


/*-------------------------
    Mobile Menu Styles
-------------------------*/
.thee-offcanvas-wrapper {
	position: fixed;
	top: 0;
	max-width: calc(100%);
	background: rgba(23, 23, 23, 1);
	flex-flow: column;
	visibility: hidden;
	opacity: 0;
	z-index: 999;
	display: flex;
	flex: 1 1 auto;
	flex-direction: column;
	justify-content: space-between;
	padding: 5% 2% 5%;
	height: 100%;
	left: -100%;
	width: 100%;
	animation-duration: 0.35s;
	transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: all 0.3s ease;
}

.thee-offcanvas-wrapper .offcanvas-close {
	position: relative;
	color: #fff;
}

.thee-offcanvas-wrapper .offcanvas-close svg {
	cursor: pointer;
	color: #fff;
	stroke: #fff;
}

.thee-offcanvas-wrapper.active {
	height: 100vh;
	opacity: 1;
	left: 0;
	visibility: visible;
	overflow-y: scroll;
}

.thee-offcanvas-wrapper .thee-offcanvas__body {
	flex: 1 1 auto;
}

.thee-offcanvas-wrapper .main-menu {
	list-style: none;
	margin: 0;
	padding: 15px 20px;
}

.thee-offcanvas-wrapper .main-menu li {
	margin: 0;
}

.thee-offcanvas-wrapper .main-menu li a {
	padding: 0 0 12px;
	display: block;
	font-size: 34px;
	font-weight: 400;
	line-height: 45px;
	color: #fff !important;
	text-transform: capitalize;
}

@media (min-width: 768px) {

	.thee-offcanvas-wrapper .main-menu li a {
		font-size: 34px;
	}
}

.thee-offcanvas-wrapper .main-menu li a.active {
	color: #fff !important;
}

.thee-offcanvas-wrapper .main-menu li.current-menu-item a {
	color: #fff !important;
}

.thee-offcanvas-wrapper .main-menu li.menu-item-has-children a {
	display: flex;
	align-items: center;
}

.thee-offcanvas-wrapper .main-menu li.menu-item-has-children a > span.menu-item-icon {
	position: absolute;
	right: 0;
	top: 0%;
	padding: 2px 6px;
	min-width: 40px;
	text-align: right;
	line-height: 1;
	height: 24px;
	transform: rotate(-180deg) translateY(-50%);
	transition: all 0.3s ease-in-out;
}

.thee-offcanvas-wrapper .main-menu li.menu-item-has-children a > span.menu-item-icon svg {
	display: block;
	transform: rotate(0deg);
	transition: transform 0.3s ease-in-out;
}

.thee-offcanvas-wrapper .main-menu li.menu-item-has-children.active a > span.menu-item-icon svg {
	transform: rotate(180deg);
}

@media (min-width: 768px) {

	.thee-offcanvas-wrapper .main-menu li.menu-item-has-children a > span.menu-item-icon {
		min-width: 50px;
		text-align: right;
	}
}

.thee-offcanvas-wrapper .main-menu li.menu-item-has-children a > span.menu-item-icon.active {
	transform: rotate(90deg);
}

.thee-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu {
	padding: 0;
	max-width: 100%;
	list-style: none;
	padding-left: 14px;
	display: none;
	margin-left: 0;
	margin-bottom: 20px;
}

.thee-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu li a {
	font-size: 30px;
	font-weight: 400;
	padding: 4px 0;
	line-height: 40px;
}

@media (min-width: 768px) {

	.thee-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu li a {
		font-size: 18px;
	}
}

.thee-offcanvas-wrapper .main-menu .menu-item-has-children .sub-menu li a.active {
	color: #fff !important;
}

.thee-offcanvas-wrapper .main-menu .menu-item-has-children a {
	position: relative;
}

.thee-offcanvas-wrapper .main-menu .menu-item-has-children a > span.sub-menu-arrow {
	font-size: 12px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	padding: 2px 6px;
	transition: all 0.3s ease-in-out;
	min-width: 80px;
	text-align: right;
	line-height: 1;
}

@media (min-width: 768px) {

	.thee-offcanvas-wrapper .main-menu .menu-item-has-children a > span.sub-menu-arrow {
		min-width: 150px;
		text-align: right;
	}
}

.thee-offcanvas-wrapper .main-menu .menu-item-has-children a > span.sub-menu-arrow.active {
	transform: rotate(90deg);
}

.thee-offcanvas-wrapper .main-menu .mega-menu {
	padding: 0;
	max-width: 100%;
	list-style: none;
	padding-left: 14px;
	display: none;
}

.thee-offcanvas-wrapper .main-menu .mega-menu > li .menu-title {
	margin-bottom: 5px;
	padding-top: 15px;
}

.thee-offcanvas-wrapper .main-menu .mega-menu .sub-menu {
	padding: 0;
	margin: 0;
	display: block;
}

.thee-popup-modal-overlay.modal-active {
	display: block;
	right: 0;
	width: 100vw;
	visibility: visible;
	z-index: 7;
}

.thee-offcanvas__footer {
	padding-left: 15px;
	padding-bottom: 30px;
}

.thee-offcanvas__footer .social-share {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.thee-offcanvas__header {
	display: flex;
	border-bottom: none;
	align-items: center;
	justify-content: space-between;
	padding: 15px 20px;
}

.thee-offcanvas__header .logo a img {
	width: 65%;
}

.thee-offcanvas__header .logo a img.logo-dark {
	display: none;
}

.thee-offcanvas__header .logo a img.logo-light {
	display: inline-block;
}

@media (min-width: 768px) {

	.thee-offcanvas__header .logo a img {
		width: 100%;
	}
}

.thee-offcanvas__header .close-button {
	background: #fff;
	border: 0 none;
	color: #fff;
	width: 40px;
	height: 40px;
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
	transition: var(--transition);
}

.thee-offcanvas__header .close-button:hover {
	background-color: #fff;
	color: #fff;
}

.masthead .thee-toggle-action {
	cursor: pointer;
	display: inline-block;
	background: transparent;
	border: 0;
	color: #fff;
	font-size: 14px;
	line-height: 25px;
	padding: 0;
	position: absolute;
	right: 0;
	text-decoration-line: none;
	text-transform: uppercase;
	font-style: italic;
	top: 25px;
}

@media (min-width: 998px) {

	.masthead .thee-toggle-action {
		display: none;
		visibility: hidden;
	}
}

.thee-offcanvas__footer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.thee-offcanvas__footer ul li {
	list-style: none;
}

.thee-offcanvas__footer .social-link-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

/* .page-gallery .equal-columns .section-projects__column a {
  height: 600px;
  width: 100%;
}

.page-gallery .equal-columns .section-projects__column a img {
  height: 100%;
  object-fit: fill;
} */

@media (max-width: 550px) {

	.page-home article .entry-content .section-projects:first-child,
	.page-gallery article .entry-content .section-projects:first-child,
	.page-gallery article .entry-content .section-projects:nth-child(2),
	.section-press-media .section-press-media__item:first-child {
		opacity: 1 !important;
		transform: none !important;
	}
}

#gform_wrapper_1 .ginput_container_checkbox label.gform-field-label {
	white-space: nowrap;
}

#gform_wrapper_1.gform-theme--framework .gfield--type-choice .gfield_checkbox,
#gform_wrapper_1.gform-theme--framework .gfield--type-choice .gfield_radio {
	flex-wrap: wrap;
}

@media (max-width: 450px) {

	.section-content-full.section-cta.section-cta-v2 {
		padding: 40px 20px;
	}
}

.section-content-full.section-cta .section-cta__column.cta-v2 {
	align-items: center;
}

.heading-wrap {
	display: flex;
	gap: 25px;
	flex-direction: column;
}

.section-content-full.section-cta .heading-wrap .cta-sub-heading {
	font-family: Satoshi;
	font-size: 16px;
	font-weight: 400;
	margin: 0;
	text-align: left;
	text-transform: uppercase;
	color: hsla(0, 0%, 100%, 0.7);
	line-height: 178.571%;
}

.section-content-full.section-cta .heading-wrap .cta-heading {
	font-family: Baskerville, sans-serif;
	font-size: 32px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 130%;
	margin: 0;
}

.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description p::after {
	content: none !important;
}

.section-content-full.section-cta .section-cta__column.cta-v2 {

	margin: 0 auto;
	max-width: 1138px;
	width: 100%;
	gap: 20px;
	flex-direction: column;
}

.section-content-full.section-cta .short-description p {
	font-style: italic;
}

.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description .short-description,
.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description .short-description p {
	text-align: left;
}

.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description {
	max-width: 100%;
}

.section-brands .swiper-wrapper .swiper-slide img[title="sky-news"] {
	width: 40%;
}

.section-brands .swiper-wrapper .swiper-slide img[title="build-it"] {
	width: 35%;
}

.section-press-media__meta--client-logo {
	text-align: right;
}

.section-press-media__meta--client-logo img[title="Sky News"] {
	width: 70%;
}

.section-press-media__meta--client-logo img[alt="build-it"] {
	width: 60%;
}


@media (min-width: 768px) {
	.section-content-full.section-cta .section-cta__column.cta-v2 {
		flex-direction: row;
		padding: 38px 56px 38px 17px;
	}

	.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description .short-description,
	.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description .short-description p {
		text-align: right;
		font-size: 18px;
	}

	.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description {
		max-width: 100%;
	}

	.section-press-media__meta--client-logo img[alt="build-it"] {
		width: 60% !important;
	}

	.section-brands .swiper-wrapper .swiper-slide img[title="sky-news"] {
		width: 70% !important;
	}

	.page-home .section-brands .swiper-wrapper .swiper-slide img[title="build-it"] {
		width: 60% !important;
	}

}

@media (min-width: 1040px) {
	.section-content-full.section-cta .section-cta__column.cta-v2 {
		gap: 40px;
	}

	.section-content-full.section-cta .heading-wrap .cta-heading {
		max-width: 80%;
		font-size: 54px;
		line-height: 120%;
	}

	.section-content-full.section-cta .section-cta__column.cta-v2 .cta-description {
		max-width: 100%;
		width: 532px;
	}

	.section-content-full.section-cta.section-cta-v2 + .section-cta.section-cta-blank + .section-content-full.section-cta .short-description p {
		font-size: 24px;
		text-align: left !important;
	}

}

@media (max-width: 992px) {
  .section-brands .swiper .swiper-wrapper {
    height: 100px !important;
  }
}

.section-content-full.section-cta.section-cta-v2 + .section-cta.section-cta-blank + .section-content-full.section-cta .cta-description,
.section-content-full.section-cta.section-cta-v2 + .section-cta.section-cta-blank + .section-content-full.section-cta .short-description {
	text-align: left !important;
}
