/*!
Theme Name: fullhouseogilvy
Theme URI: http://underscores.me/
Author: New Look Entertainment
Author URI: https://www.newlook.rs/
Description: fullhouseogilvy
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: fullhouseogilvy
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fullhouseogilvy is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@font-face {
	font-family: 'Gotham-Bold';
	src: url("fonts/gotham/Gotham-Bold.eot");
	src: url("fonts/gotham/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/gotham/Gotham-Bold.woff") format("woff"), url("fonts/gotham/Gotham-Bold.ttf") format("truetype"), url("fonts/gotham/Gotham-Bold.svg#Gotham-Bold") format("svg");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Gotham-Light';
	src: url("fonts/gotham/Gotham-Light.eot");
	src: url("fonts/gotham/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("fonts/gotham/Gotham-Light.woff") format("woff"), url("fonts/gotham/Gotham-Light.ttf") format("truetype"), url("fonts/gotham/Gotham-Light.svg#Gotham-Light") format("svg");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Gotham-Book';
	src: url("fonts/gotham/Gotham-Book.eot");
	src: url("fonts/gotham/Gotham-Book.eot?#iefix") format("embedded-opentype"), url("fonts/gotham/Gotham-Book.woff") format("woff"), url("fonts/gotham/Gotham-Book.ttf") format("truetype"), url("fonts/gotham/Gotham-Book.svg#Gotham-Book") format("svg");
	font-weight: normal;
	font-style: normal; }
@font-face {
	font-family: 'Gotham-Medium';
	src: url("fonts/gotham/Gotham-Medium.eot");
	src: url("fonts/gotham/Gotham-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/gotham/Gotham-Medium.woff") format("woff"), url("fonts/gotham/Gotham-Medium.ttf") format("truetype"), url("fonts/gotham/Gotham-Medium.svg#Gotham-Medium") format("svg");
	font-weight: normal;
	font-style: normal; }

@font-face {
	font-family: "Ogilvy Sans";
	src: url("fonts/OgilvySans-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Ogilvy Sans";
	src: url("fonts/OgilvySans-RegularItalic.woff") format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Ogilvy Sans";
	src: url("fonts/OgilvySans-Bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: "Ogilvy Serif";
	src: url("fonts/OgilvySerif-Regular.woff") format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: "Ogilvy Serif";
	src: url("fonts/OgilvySerif-RegularItalic.woff") format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: "Ogilvy Serif";
	src: url("fonts/OgilvySerif-Bold.woff") format('woff');
	font-weight: bold;
	font-style: normal;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
	font-family: "Ogilvy Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.container {
	width: 100%;
	margin: 0 auto;
}

@media only screen and (min-width: 576px) {
	.container {
		max-width: 540px;
	}
}
@media only screen and (min-width: 768px) {
	.container {
		max-width: 720px;
	}
}
@media only screen and (min-width: 992px) {
	.container {
		max-width: 960px;
	}
}
@media only screen and (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}
@media only screen and (min-width: 1441px) {
	.container {
		max-width: 1440px;
	}
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

a {
	text-decoration: none;
}
.site-header {
	display: flex;
	align-items: center;
}
.site-header>div {

}
.site-header>nav {
width: calc(50% - 204px);

}
.site-header nav ul {
	padding: 0;
	margin: 0;
}
.site-header nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
}
.site-header nav ul li a {
	font-size: 15px;
	color: #000;
}
.site-header nav ul.menu>li {
	display: flex;
	align-items: center;
}
.site-header .sub-menu {
	display: none;
	gap: 13px;
}
.site-header nav ul.menu>li>a {
	text-transform: uppercase;
}
.site-header .site-branding {
	max-width: 408px;
}
.site-header .site-branding img {
	width: 100%;
	max-width: 408px;
}
.site-header .main-navigation.right {
	justify-content: flex-end;
	display: flex;
}
.site-header nav.main-navigation.right ul.menu>li {
	flex-direction: row-reverse;
}
.blog-single-text {
	margin-top:-18px;
}
.header-wrap {
	padding: 2rem 0 4rem 0;
	background: rgb(243, 186, 197);
	background: linear-gradient(180deg, rgb(243, 186, 197) 60%, rgba(243, 186, 197, 0) 100%);
	z-index: 900;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
}

.menu-item-has-children.current-menu-item .sub-menu {
	display: flex;
}
.menu-item-has-children.current-menu-item .sub-menu:before {
	content: "";
	width: 30px;
	height: 1px;
	margin: 0 0 0 8px;
	background: #000;
	position: relative;
	top: 9px;
}
#primary-menu-right .menu-item-has-children.current-menu-item .sub-menu:before {
	display: none;
}

#primary-menu-right .menu-item-has-children.current-menu-item .sub-menu:after {
	content: "";
	width: 30px;
	height: 1px;
	margin: 0 8px 0 0;
	background: #000;
	position: relative;
	top: 9px;
}
.home-top img{
	margin-top: 2rem;
	max-width: 6rem;
}
.home-top {
	height: 100vh;
	display: flex;
	align-items: center;
	background: #f3bac5;
	padding-top: 0;
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
}
.home-top-inner {
	text-align: center;
	max-width: 69rem;
	margin: 0 auto;
}
.home-top-inner h1 {
	line-height: 1;
	font-size: 3.15rem;
	margin: 0;
	padding: 2rem;
	font-weight: normal;
	font-family: "Ogilvy Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #eb3f43;
}
.top-hover {
	background-image: -webkit-gradient(linear, left bottom, left top, from(hsl(0, 0%, 100%)), color-stop(7.9%, hsla(0, 0%, 100%, 0.94505)), color-stop(15.3%, hsla(0, 0%, 100%, 0.88294)), color-stop(22.2%, hsla(0, 0%, 100%, 0.81522)), color-stop(28.7%, hsla(0, 0%, 100%, 0.7426)), color-stop(34.8%, hsla(0, 0%, 100%, 0.66692)), color-stop(40.6%, hsla(0, 0%, 100%, 0.58891)), color-stop(46.2%, hsla(0, 0%, 100%, 0.50925)), color-stop(51.7%, hsla(0, 0%, 100%, 0.42866)), color-stop(57.2%, hsla(0, 0%, 100%, 0.34817)), color-stop(62.8%, hsla(0, 0%, 100%, 0.2693)), color-stop(68.7%, hsla(0, 0%, 100%, 0.19309)), color-stop(75.2%, hsla(0, 0%, 100%, 0.12126)), color-stop(82.6%, hsla(0, 0%, 100%, 0.05882)), color-stop(91.2%, hsla(0, 0%, 100%, 0.01457)), to(hsla(0, 0%, 100%, 0)));
	background-image: linear-gradient(to top, hsl(0, 0%, 100%), hsla(0, 0%, 100%, 0.94505) 7.9%, hsla(0, 0%, 100%, 0.88294) 15.3%, hsla(0, 0%, 100%, 0.81522) 22.2%, hsla(0, 0%, 100%, 0.7426) 28.7%, hsla(0, 0%, 100%, 0.66692) 34.8%, hsla(0, 0%, 100%, 0.58891) 40.6%, hsla(0, 0%, 100%, 0.50925) 46.2%, hsla(0, 0%, 100%, 0.42866) 51.7%, hsla(0, 0%, 100%, 0.34817) 57.2%, hsla(0, 0%, 100%, 0.2693) 62.8%, hsla(0, 0%, 100%, 0.19309) 68.7%, hsla(0, 0%, 100%, 0.12126) 75.2%, hsla(0, 0%, 100%, 0.05882) 82.6%, hsla(0, 0%, 100%, 0.01457) 91.2%, hsla(0, 0%, 100%, 0));
	height: 100vh;
	width: 100%;
	display: block;
	margin-top: 100vh;
}
.work-single-wrap {
	margin-top: 150px;
}
.post-single-wrap {
	margin-top: 150px;
}
.js-multimedia-play {
	border: 0 !important;
}
.work-single-wrap iframe {
	height: 677px;
}
.grid-video {
	position: relative;
}
.grid-video.active {
	background: #000 !important;
}
.grid-video button{
	position: absolute;
	z-index: 20;
	top: 50%;
	transform: translate(-50%,-50%);
	left: 50%;
}
.grid-video button svg g {
	transition: all .3s;
}
.grid-video button:hover svg g {
	stroke: #eb3e43 !important;
 }
.home-bottom {
	position: relative;
	z-index: 100;
}
.home-bottom-bottom {
	background: #fff;
	padding-bottom: 24px;
}
.grid-video iframe{
	opacity: 0;
}
.work-categories {
	padding: 0;
	margin: 0 0 2rem;
	background: #fff;
	display: flex;
	color: #000;
}
.work-categories li::marker {
	display: none !important;
	content: "";
}
.work-categories li {
	padding: 0;
	margin: 0;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: inline-block;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.work-categories li:after {
	content: "";
	background-image: url("img/horizontal-divider.svg");
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: auto 100%;
	display: inline-block;
	height: 3.2em;
	vertical-align: baseline;
	width: 1.57em;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	position: absolute;
	right: 15px;
	top: 17px;
}
.work-categories li:nth-last-of-type(1):after {
	display: none;
}
.work-categories li a {
	font-size: 4.54rem;
	color: #000;
	text-transform: uppercase;
}
.work-categories li {
	padding-right: 41px;
}
.work-categories li:nth-last-of-type(1) {
	padding-right: 0 !important;
}

.grid-wrapper > a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}
.grid-wrapper > a > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 5px;
}

.work-list .grid-wrapper {
	display: grid;
	grid-gap: 20px;
	grid-template-columns: repeat(auto-fit, minmax(353px, 1fr));
	grid-auto-rows: 328px;
	grid-auto-flow: dense;
}
.work-list .grid-wrapper .title-wrap {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #eb3f43;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 1rem;
	opacity: 0;
	transition: opacity 0.3s;
}
.work-list .grid-wrapper>a:hover .title-wrap {
	opacity: 1;
}
.work-list .grid-wrapper .title-wrap h3 {
	 font-size: 1.5rem;
	 font-weight: normal;
	 line-height: 1.2;
	text-align: center;
 }
.work-list .grid-wrapper .title-wrap h3 span {
	content: "";
	display: inline-block;
	height: 1px;
	margin: 0 0.5em;
	transform: translateY(-1px);
	vertical-align: middle;
	width: 1.5em;
	background: #fff;
}
.work-list {
	overflow-x: hidden;
}
@media only screen and (max-width: 1440px) and (min-width: 1201px) {
	.work-categories li a {
		font-size: 56px;
	}
	.work-categories li:after {
		height: 2.5em;
		top: 11px;
	}
}
@media only screen and (max-width: 1200px) and (min-width: 992px) {
	.work-categories li a {
		font-size: 46px;
	}
	.work-categories li:after {
		height: 2em;
		top: 11px;
	}
}
.about-page-wrap .home-top {
	background-color: #24298f;
	position: relative;
}
.page-template-about-page .header-wrap {
	padding: 2rem 0 4rem 0;
	background: rgb(36, 41, 143);
	background: linear-gradient(180deg, rgb(36, 41, 143) 60%, rgba(36, 41, 143, 0) 100%);
	z-index: 900;
	position: fixed;
	top: 0;
	width: 100%;
	left: 0;
}
.page-template-about-page .site-header nav ul li a {
	color: #fff;
}
.page-template-about-page .site-header nav ul li.current-menu-item>a {
	color: #eb3f43;
}
.page-template-about-page .menu-item-has-children.current-menu-item .sub-menu:before {
	background: #fff;
}
.about-two {
	min-height: 100vh;
	background: #24298f;
	background: -moz-linear-gradient(top, #24298f 0%, #d6d972 100%);
	background: -webkit-linear-gradient(top, #24298f 0%, #d6d972 100%);
	background: linear-gradient(to bottom, #24298f 0%, #d6d972 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#24298f', endColorstr='#d6d972', GradientType=0);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.about-two img {
	max-width: 30rem;
	transform: translateX(125px);
}
.about-two h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, calc(-50% - 106px));
	z-index: 11;
	color: #eb3f43;
	font-size: 8rem;
	font-family: "Ogilvy Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 500;
}
.about-three {
	background-color: #d6d972;
}
.about-three-inner {
	min-height: 100vh;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}
.about-three-inner h2 {
	text-align: center;
	line-height: 1;
	font-size: 3.15rem;
	margin: 0;
	padding: 2rem;
	font-weight: normal;
	font-family: "Ogilvy Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #eb3f43;
}
.title p {
	font-size: 1.5rem;
	letter-spacing: -.005em;
	line-height: 1.2;
	width: 100%;
	border-bottom: 1px solid #000;
	margin: 0 0 1em;
	padding: 0 0 0.35em;
}
.title a {
	font-size: 1.5rem;
	letter-spacing: -.005em;
	line-height: 1.2;
	color: #212529;
}
.about-four {
	padding-top: 7rem;
}
.team-wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 20px;
}
.team-wrap>div {
	width: calc(20% - 16px);
}
.team-wrap img {
	width: 100%;
	height: 435px;
	object-fit: cover;
}
.team-single {
	position: relative;
}
.team-single .desc {
	position: absolute;
	top: 0;
	left: 0;
	background-color: rgb(214, 217, 114);
	height: 100%;
	width: 100%;
	padding: 2rem;
	color: #eb3f43;
	opacity: 0;
	transition: 0.3s all;
}
.team-single:hover .desc {
	opacity: 1;
}
.team-single .desc p:nth-of-type(1) {
	margin: 0;
	font-family: "Ogilvy Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 22px;
	line-height: normal;
	margin-bottom: 1.5rem;
}
.team-single .desc p:nth-of-type(2) {
	margin: 0;
	font-family: "Ogilvy Serif";
	font-size: 22px;
	line-height: normal;
}
.about-five {
	padding-top: 120px;
}
.site-footer p {
	margin: 0;
	padding: 0.5rem 0;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6;
	color: #212529;
}
.site-footer a {
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.6;
	color: #212529;
	margin-right: 1rem;
	transition: 0.3s all;
}
.site-footer a:hover {
	color: #eb3f43;
}
.social-links {
	padding: 0.5rem 0;
}

.blog-list {
	display: flex;
	flex-wrap: wrap;
	gap: 20px;
	padding-bottom: 20px;
}
.blog-list>div {
	width: calc(20% - 16px);
}
.author-wrap {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 16px;
	line-height: 24px;
	color: #231f20;
	transition: all .3s;
}
.author-wrap p {
	margin: 10px 0;
}
.short-desc {
	font-size: 16px;
	line-height: 1.25;
	color: #231f20;
}
.feed__content-action {
	font-size: 16px;
	line-height: 1.25;
	color: #eb3f43;
}
.blog-single:hover .short-desc {
	color: #eb3f43;
	transition: all .3s;
}
.blog-single:hover .author-wrap {
	color: #eb3f43;
}
.blog-single .title-wrap {
	background-color: #eb3f43;
	color: #fff;
	min-height: 19.375rem;
	padding: 2.8125rem 1.25rem 1.25rem;
	display: flex;
	align-items: flex-end;
}
.blog-single .title-wrap h4 {
	margin: 0;
	font-family: "Ogilvy Serif",Georgia,Cambria,"Times New Roman",Times,serif;
	font-size: 22px;
	line-height: 1.1;
	font-weight: normal;
}
.blog-single-wrap h2 {
	font-size: 3.75rem;
	letter-spacing: -.01em;
	line-height: 1.0667;
	font-family: "Ogilvy Serif",Georgia,Cambria,"Times New Roman",Times,serif;
	font-weight: normal;
}
.blog-single-wrap {
	padding: 60px 98px;
	max-width: 966px;
	border: 1px solid #231f20;
}
.blog-single-wrap-bottom {
	display: flex;
}
.blog-single-wrap-bottom>div:nth-of-type(1) {
	width: 40%;
	font-family: "Ogilvy Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #231f20;
	font-size: 1em;
}
.blog-single-wrap-bottom>div:nth-of-type(1) p{
	margin: 0 0 5px;
}
.blog-single-wrap-bottom>div:nth-of-type(1) p span {
	color: #eb3f43;
}
.blog-single-wrap-bottom>div:nth-of-type(2) {
	width: 60%;
	font-family: "Ogilvy Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #231f20;
	font-size: 1em;
}
.blog-single-wrap-bottom>div:nth-of-type(2) p a {
	color: #eb3f43;
	text-decoration: underline;
}
.bottom-content {
	font-family: "Ogilvy Serif",Georgia,Cambria,"Times New Roman",Times,serif;
	font-style: italic;
	color: #231f20;
	font-size: 1em;
	border-bottom: 1px solid #231f20;
	border-top: 1px solid #a6a6a8;
	padding: 1.25rem 0;
}
.fancybox-slide--html .fancybox-close-small {
	padding: 10px;
	right: 78px;
	top: 26px;
}
.fancybox-bg {
	background-color: rgba(255,255,255,0.7);
}
.fancybox-navigation, .fancybox-infobar {
	display: none !important;
}
.page-template-contact-page .header-wrap,
.single-works .header-wrap{
	background: rgb(255, 255, 255);
	background: linear-gradient(180deg, rgb(255, 255, 255) 60%, rgba(255, 255, 255, 0) 100%);
}
.contact-page-wrap {
	padding-top: 180px;
}
.contact-card__content--address {
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: -.005em;
	color: #231f20;
}
.contact-card__content--address p {
	margin: 0;
}
.contact-card__content--address a {
	margin: 0;
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: -.005em;
	color: #231f20;
}
.contact-page-wrap iframe {
	width: 100% !important;
	margin-top: 80px;
	margin-bottom: 80px;
}
.cv-wrap {
	margin-bottom: 80px;
}
.cv-wrap p {
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: -.005em;
	color: #231f20;
}
.cv-wrap a {
	font-size: 1.25rem;
	line-height: 1.2;
	letter-spacing: -.005em;
	color: #231f20;
}
.single-works-content img {
	max-width: 100%;
	width: 100%;
	height: 500px;
	object-fit: cover;
}
.single-works-content >div {
	margin-bottom: 24px;
}
video {
	width: 100% !important;
}
.title.single-wrap-title p{
	border: 0;
	padding: 0;
	margin: 0;
	width: auto;
}
.more-info {
	display: flex;
	gap: 5px;
	justify-content: flex-end;
	cursor: pointer;
	font-size: 1.5rem;
	letter-spacing: -.005em;
	line-height: 1.2;
	text-align: center;
	justify-content: center;
}
.work-single-wrap-inner{
	border-bottom: 1px solid black;
	padding-bottom: 5px;
}
.single-wrap-title {
	margin-bottom: 24px;
}
.info-text-wrapper p {
	margin: 0;
	margin-bottom: 20px;
}
.info-text-wrapper {
	/*display: none;*/
}
.work-single-wrap-inner .post-title {
	text-align: center;
}
.main-navigation.mobile {
	display: none;
}
.navbar-toggle {
	display: none;
}
#primary-menu-left {
	display: flex;
	gap: 14px;
}
@media only screen and (max-width: 1440px) {
	.team-wrap img {
		height: 19rem;
	}
}
@media only screen and (max-width: 992px) {
	.page-template-about-page .site-header nav ul li a {
		color: #000;
	}
	.blog-single-wrap-bottom>div:nth-of-type(1){
		width: 100%;
	}
	.blog-single-wrap-bottom>div:nth-of-type(2) {
		width: 100%;
	}
	.blog-single-wrap-bottom {
		display: block;
	}
	.fancybox-slide--html .fancybox-close-small {
		padding: 10px;
		right: -2px;
		top: -6px;
	}
	.blog-single-wrap {
		padding: 7px 11px;
		max-width: 966px;
		border: 1px solid #231f20;
	}
	.blog-single-wrap h2 {
		font-size: 22px;
	}
	.main-navigation.right,
	.main-navigation.left {
		display: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-toggle.responsive-btn {
		position: absolute;
		top: 7px;
		left: 5px;
		z-index: 1010;
		display: inline-block;
		background-color: transparent;
		border: 2px solid transparent;
	}
	.responsive-btn.active span:nth-of-type(1) {
		opacity: 1;
		transform: translateY(0px) rotate(45deg);
	}
	.responsive-btn.active span:last-of-type {
		opacity: 1;
		transform: translateY(-5px) rotate(-45deg);
	}
	.responsive-btn .icon-bar {
		width: 22px;
		height: 2px;
		margin: 3px 0;
		display: block;
		background-color: #544C6B;
		transition: all 0.2s;
	}
	.site-header .site-branding {
		max-width: 100%;
		text-align: center;
		width: 100%;
		position: relative;
		z-index: 99;
	}
	.nav-contact li {
		line-height: 1.3rem;
		margin-top: 1rem !important;
		margin-left: 2rem !important;
	}
	.site-header nav ul li a {
		font-size: 3.125rem;
		line-height: 60px;
	}
	.nav-contact ,.nav-contact a{
		font-size: 1.125rem !important;
		line-height: 1 !important;
	}
	.nav-contact li:before {
		content: '→';
		position: absolute;
		left: 1rem;
	}
	.header-wrap {
		background: rgb(255, 255, 255);
		background: linear-gradient(180deg, rgba(255, 255, 255, 1) 60%, rgba(255, 255, 255, 0) 100%);
	}
	.site-header .site-branding img {
		width: 60%;
		height: auto;
		max-width: 408px;
	}
	.work-categories li a {
		font-size: 33px;
	}
	.work-categories li:after {
		height: 25px;
		top: 7px;
	}
	.home-top {
		display: none;
	}
	.top-hover {
		height: 0;
		width: 100%;
		display: block;
		margin-top: 120px;
	}
	.main-navigation.mobile {
		display: block;
		height: 100vh;
		padding: 6rem 1rem;
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		background: #fff;
		transform: translateY(-100%);
		transition: 0.4s all;
	}
	.main-navigation.mobile.active {
		transform: translateY(0);
	}
	.about-page-wrap .home-top {
		background-color: #24298f;
		position: relative;
		display: block;
		padding-top: 91px;
		height: auto;
	}
	.about-two{
		margin-top: -1px;
	}

}

@media only screen and (max-width: 768px) {
	.blog-list>div {
		width: 100%;
	}
	.team-wrap>div {
		width: calc(50% - 10px);
	}
	.about-two h2 {
		transform: translate(-65%, calc(-50% - 82px));
		font-size: 6rem;
	}
	.about-two img {
		max-width: 20rem;
		transform: translateX(41px);
	}
	.home-top-inner h1{
		font-size: 7vw !important;
	}
	.about-three-inner h2 {
		font-size: 7vw !important;
	}
	.work-single-wrap iframe {
		height: 180px;
	}
	.title.single-wrap-title p {
		border: 0;
		padding: 0;
		margin: 0;
		width: auto;
		font-size: 0.9rem;
	}
	.grid-video button svg {
		width: 76px;
	}
	.back-button {
		display: none;
	}
	.work-single-wrap-inner .post-title {
		text-align: left;
	}
	.single-works-content img {
		max-width: 100%;
		width: 100%;
		height: 180px;
		object-fit: cover;
	}
	.work-categories li {
		padding-right: 31px;
	}
	.work-categories li a {
		font-size: 24px;
	}
	.work-categories li:after {
		height: 18px;
		top: 5px;
	}
	.grid-wrapper > a {
		grid-column: span 1 !important;
		grid-row: span 1 !important;
	}
	.work-list .grid-wrapper {
		grid-auto-rows: 180px;
	}
	.social-links {
		padding: 20px 0 0;
		text-align: center;
	}
	.site-footer p {
		text-align: center;
	}
	.site-footer {
		padding-bottom: 20px;
	}
	.site-footer a:nth-of-type(3){
		margin-right: 0 !important;
	}
}

@media only screen and (max-width: 560px) {
	.team-wrap img {
		width: 100%;
		height: 224px;
		object-fit: cover;
	}
	.work-categories li a {
		font-size: 10.5vw;
	}
	.work-categories li {
		padding-right: 0;
	}
	.work-categories li:after {
		display: none;
	}
	.work-categories {
		display: block;
		text-align: center;
	}
	.about-two img {
		max-width: 13rem;
		transform: translateX(3px);
	}
	.about-two h2 {
		transform: translate(-66%, calc(-50% - 67px));
		font-size: 5rem;
	}
}
.pdf-wrap img {
	max-width: 100%;
}
.pdf-wrap a {
	display: block;
	position: relative;
}
.pdf-wrap span {
	position: relative;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	background: #fff;
	padding: 7px 0;
	gap: 10px;
	color: #fb464c;
	font-size: 14px;
	text-transform: uppercase;
	margin-top: 11px;
}
.pdf-wrap span svg {
	fill: #fb464c;
	width: 24px;
	height: auto;
}
.career-single h3 {
	font-weight: normal !important;
	font-style: italic !important;
	color: red;
	font-size: 19pt;
	letter-spacing: -0.1pt;
}
.career-single .career-single-text {
	line-height: 1.2;
	font-size: 15.0pt;
	color: black;
	letter-spacing: -.1pt;
	max-width: 630px;
}
.career-single-text p{
	color: #231f20 !important;
	font-weight: normal !important;
}
.career-single-text em{
	font-weight: normal !important;
	font-style: italic !important;
	font-size: 14.0pt;
	color: #231f20 !important;
	letter-spacing: -.1pt;
}
.social-networks-shares-title {
	font-size: 1.33em;
	color: #eb3f43;
	font-weight: 300
}
.social-networks-shares-network a {
	color: #231f20;
	font-size: 0.88em;
	transition: color .3s;
}
.social-networks-shares-network a:hover {
	color: #eb3f43;
}
.social-networks-shares-wrapper {
	display: flex;
	gap: 12px;
	position: relative;
	top: 2px;
	flex-wrap: wrap;
}
.social-networks-shares {
	display: flex;
	align-items: center;
	gap: 15px;
}