
@charset "UTF-8";

body, html {
	max-width: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}

body {
	color: var(--ygency-body-color);
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	overflow-x: hidden !important;
	word-wrap: break-word;
	background-color: var(--ygency-dark-color);
}

* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*, ::after, ::before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

*:focus {
	outline: none;
}

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
	display: block;
}

i, span, a {
	display: inline-block;
}

dl {
	margin-bottom: 28px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 0 28px;
}

pre {
	background: var(--ygency-tertiary-color);
	max-width: 100%;
	overflow: auto;
	padding: 30px;
	white-space: pre-wrap;
	margin: 20px 0;
}

pre, code, kbd, tt, var {
	font-size: 87.5%;
	font-size: 15px;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr, acronym {
	border-bottom: 1px dotted var(--ygency-tertiary-color);
	cursor: help;
}

mark, ins {
	background: var(--ygency-tertiary-color);
	color: var(--ygency-headline-color);
	text-decoration: none;
}

del {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	text-decoration: line-through;
}

big {
	font-size: 125%;
}

b, strong {
	font-weight: bolder;
}

small {
	font-size: 80%;
}

sub, sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid var(--ygency-border-color);
	height: 0;
}

table {
	margin: 0 0 20px;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}

table, th, td {
	border: 1px solid var(--ygency-border-color);
}

th {
	text-align: inherit;
	text-align: -webkit-match-parent;
	font-weight: 700;
	color: var(--ygency-secondary-color);
}

th, td {
	padding: 12px;
	font-size: 15px;
}

img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border-style: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

iframe {
	width: 100%;
	display: block;
}

embed, iframe, object {
	max-width: 100%;
}

figure {
	margin: 20px 0;
}

svg {
	position: relative;
	height: 1em;
	width: 1em;
	fill: currentColor;
}

ol, ul {
	padding: 0 0 0 20px;
	margin: 0 0 20px;
	list-style-position: inside;
}

ol li li, ul li li {
	list-style-position: inside;
}

ol li:not(:last-child), ul li:not(:last-child) {
	margin-bottom: 10px;
}

ol li > ol, ol li > ul, ul li > ol, ul li > ul {
	margin-top: 8px;
	margin-bottom: 0;
}

a {
	color: var(--ygency-primary-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	text-decoration: none;
	background-color: transparent;
}

a:hover {
	color: var(--ygency-secondary-color);
}

a:hover, a:focus, a:active {
	text-decoration: none;
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

a:active {
	color: inherit;
}

.fal, .far {
	font-family: "Font Awesome 5 Pro" !important;
}

p {
	margin: 0 0 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: var(--ygency-secondary-font);
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 20px;
	letter-spacing: -.02em;
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
	color: var(--ygency-headline-color);
}

h1 {
	font-size: 60px;
}

h2 {
	font-size: 48px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 16px;
}

::-webkit-scrollbar {
	background-color: #c0c0c2;
	width: 6px;
}

::-webkit-scrollbar-thumb {
	background-color: #000;
}

.overflow-hidden {
	overflow: hidden;
}

.overflow-x-hidden {
	overflow-x: hidden;
}

.overflow-y-hidden {
	overflow-y: hidden;
}

.elementor-text-editor p:last-child {
	margin: 0;
}

.elementor-widget-text-editor p:last-child {
	margin: 0;
}

.elementor-heading-title {
	margin: 0;
}

.elementor-icon-list-icon, .elementor-icon-list-text {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.clearfix::after {
	display: block;
	clear: both;
	content: "";
}

.elementor-icon-wrapper {
	line-height: 1;
}

.ygency-body-content {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	overflow-x: hidden;
}

.ygency-sticky.ygency-sticky-active {
	position: fixed !important;
	top: 0;
	left: 0 !important;
	width: 100%;
	z-index: 2;
	-webkit-animation: sticky_section 1.2s;
	animation: sticky_section 1.2s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ygency-sticky-gap {
	display: none;
}

.ygency-sticky-gap.active-sticky-gap {
	display: block;
}

.admin-bar .ygency-sticky.ygency-sticky-active {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .ygency-sticky.ygency-sticky-active {
		top: 46px;
	}
}

input, button, select, optgroup, textarea {
	display: block;
	width: 100%;
	height: 60px;
	padding: 0 30px;
	background-color: var(--ygency-tertiary-color);
	color: var(--ygency-body-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	border: 1px solid transparent;
	border-radius: 0;
}

input:focus, button:focus, select:focus, optgroup:focus, textarea:focus {
	color: var(--ygency-secondary-color);
	border-color: var(--ygency-secondary-color);
}

textarea {
	height: 170px;
	padding-top: 20px;
}

select {
	word-wrap: normal;
}

select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg viewBox=\'0 0 140 140\' width=\'14\' height=\'14\' xmlns=\'http://www.w3.org/2000/svg\'><g><path d=\'m121.3,34.6c-1.6-1.6-4.2-1.6-5.8,0l-51,51.1-51.1-51.1c-1.6-1.6-4.2-1.6-5.8,0-1.6,1.6-1.6,4.2 0,5.8l53.9,53.9c0.8,0.8 1.8,1.2 2.9,1.2 1,0 2.1-0.4 2.9-1.2l53.9-53.9c1.7-1.6 1.7-4.2 0.1-5.8z\' fill=\'white\'/></g></svg>") !important;
	background-position: right 20px top 50% !important;
	background-repeat: no-repeat !important;
}

select.nitro-lazy {
	background-image: none !important;
}

select::-ms-expand {
	display: none;
}

select:focus {
	outline: transparent;
}

select option {
	background-color: var(--ygency-tertiary-color);
	padding: 10px;
}

input[type=radio], input[type=checkbox] {
	display: inline-block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	outline-offset: -2px;
	-webkit-appearance: none;
}

[type=search]::-ms-clear {
	display: none;
	width: 0;
	height: 0;
}

[type=search]::-ms-reveal {
	display: none;
	width: 0;
	height: 0;
}

input[type=search]::-webkit-search-decoration, input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-results-button, input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	font: inherit;
	-webkit-appearance: button;
}

[hidden] {
	display: none !important;
}

::-webkit-input-placeholder {
	color: inherit;
	opacity: 1;
	font-size: inherit;
}

::-moz-placeholder {
	color: inherit;
	opacity: 1;
	font-size: inherit;
}

:-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-size: inherit;
}

::-ms-input-placeholder {
	color: inherit;
	opacity: 1;
	font-size: inherit;
}

::placeholder {
	color: inherit;
	opacity: 1;
	font-size: inherit;
}

[role=button] {
	cursor: pointer;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button:not(:disabled), [type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled) {
	cursor: pointer;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
	padding: 0;
	border-style: none;
}

input[type=submit], button[type=submit] {
	padding: 18px 45px;
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.4;
	text-transform: capitalize;
	text-decoration: none;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	border: none;
	border-radius: 0;
}

@media only screen and (max-width: 479px) {
	input[type=submit], button[type=submit] {
		padding: 16px 30px;
		font-size: 15px;
	}
}

input[type=submit]:hover, button[type=submit]:hover {
	background-color: var(--ygency-tertiary-color);
	color: var(--ygency-secondary-color);
}

button[type=submit] i {
	margin-left: 5px;
}

.wpcf7-form-control-wrap {
	display: block;
}

.wpcf7-not-valid-tip {
	margin-top: 5px;
}

label {
	display: block;
	cursor: pointer;
	font-family: var(--ygency-secondary-font);
	font-size: 16px;
	color: var(--ygency-headline-color);
	margin: 0 0 10px;
}

.wpcf7-spinner {
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: 15px;
	margin: 0;
}

.input-filed {
	margin-bottom: 30px;
}

.input-filed.mb-15 {
	margin-bottom: 15px;
}

.ygency-boxed-layout .ygency-body-content {
	background-color: rgba(219, 84, 97, .1);
	max-width: var(--ygency-boxed-width);
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.ygency-site-border .ygency-body-content {
		border: 30px solid var(--ygency-primary-color);
	}
}

.container {
	width: 100%;
	max-width: var(--ygency-container-width);
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container.container-elementor {
	max-width: 100%;
	padding: 0;
}

.container.have-sidebar {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.container.have-sidebar .content-area {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 65.892%;
	flex: 0 0 65.892%;
	max-width: 65.892%;
}

@media only screen and (max-width: 1024px) {
	.container.have-sidebar .content-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}

.container.have-sidebar .sidebar-area {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 34.108%;
	flex: 0 0 34.108%;
	max-width: 34.108%;
	padding-left: 60px;
}

@media only screen and (max-width: 1200px) {
	.container.have-sidebar .sidebar-area {
		padding-left: 35px;
	}
}

@media only screen and (max-width: 1024px) {
	.container.have-sidebar .sidebar-area {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-top: 80px;
		padding-left: 0;
	}
}

.container.have-sidebar .content-area-full {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.container.have-sidebar.left-sidebar {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.container.have-sidebar.left-sidebar .sidebar-area {
	padding-left: 0;
	padding-right: 65px;
}

.container.have-sidebar.no-sidebar .content-area {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.container-gap {
	padding-top: 130px;
	padding-bottom: 130px;
}

@media only screen and (max-width: 1024px) {
	.container-gap {
		padding-top: 100px;
		padding-bottom: 100px;
	}
}

.elementor .elementor-section.elementor-section-boxed > .elementor-container {
	max-width: var(--ygency-container-width);
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: .875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

#primary[tabindex="-1"]:focus {
	outline: 0;
}

.infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer {
	display: none;
}

.infinity-end.neverending .site-footer {
	display: block;
}

.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.custom-logo-link {
	display: inline-block;
}

.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption-text {
	text-align: center;
	font-size: 16px;
	margin: 10px 0;
}

.gallery-caption {
	display: block;
}

.gallery {
	margin-bottom: 1.5em;
	margin-left: -7px;
	margin-right: -7px;
}

.elementor-image-gallery .gallery {
	margin-bottom: 0;
}

.elementor-image-gallery .gallery a {
	display: block;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
	margin: 0;
	padding: 7px;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-columns-6 .gallery-caption, .gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption {
	display: none;
}

.wp-block-button {
	margin-bottom: 20px;
}

.wp-block-button__link {
	font-size: 15px;
	font-weight: 500;
	line-height: 1.3;
	border-radius: 30px;
	text-transform: capitalize;
	text-decoration: none;
	padding: 15px 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
}

.wp-block-button__link:hover {
	background-color: var(--ygency-tertiary-color);
	border-color: var(--ygency-tertiary-color);
	color: var(--ygency-secondary-color);
}

.is-style-outline .wp-block-button__link {
	padding: 13px 30px;
}

.is-style-outline .wp-block-button__link:hover {
	background-color: var(--ygency-tertiary-color);
	border-color: var(--ygency-secondary-color);
	color: var(--ygency-headline-color);
}

.is-style-squared .wp-block-button__link {
	border-radius: 0;
}

.wp-block-calendar {
	margin: 20px 0;
}

.wp-block-calendar table th {
	background-color: var(--ygency-tertiary-color);
}

.wp-block-calendar table td {
	color: var(--ygency-body-color);
}

.wp-block-calendar table td#today {
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
}

.wp-block-calendar table caption, .wp-block-calendar caption {
	font-weight: 500;
	font-size: 15px;
	width: 100%;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	padding: 10px;
	margin: 0;
	text-align: center;
}

.wp-block-calendar .wp-calendar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
}

.wp-block-calendar a {
	text-decoration: none;
}

.blocks-gallery-caption {
	text-align: center;
	width: 100%;
	margin-bottom: 25px;
	font-size: 15px;
}

.blocks-gallery-caption, .wp-block-embed figcaption, .wp-block-image figcaption {
	text-align: center;
	font-size: 15px;
}

.wp-block-cover {
	margin-bottom: 1.5em;
}

.wp-block-cover p:not(.has-text-color) {
	color: var(--ygency-secondary-color);
}

.wp-block-separator {
	margin: 40px 0;
}

.wp-block-separator:not(.is-style-dots) {
	background-color: var(--ygency-secondary-color);
	border: 0;
	height: 2px;
	text-align: left;
	border-color: transparent;
	max-width: 100%;
}

.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-separator.is-style-dots:before {
	content: "···············";
	color: var(--ygency-secondary-color);
	font-size: 1.6875em;
	letter-spacing: 1.5rem;
	padding-left: 1.5rem;
}

blockquote {
	position: relative;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	padding: 5px 25px;
	border-left: 3px solid var(--ygency-primary-color);
	margin: 0 0 30px;
	color: var(--ygency-headline-color);
}

blockquote p {
	margin: 0;
}

blockquote cite {
	font-weight: 500;
	color: var(--ygency-headline-color);
}

blockquote cite a {
	color: inherit;
}

.wp-block-quote cite, .blockquote cite, .wp-block-pullquote cite {
	font-size: 14px;
	margin-top: 10px;
	display: block;
	line-height: 1;
}

.wp-block-quote.has-text-align-right {
	border-left: none;
	border-right: 3px solid var(--ygency-primary-color);
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin: 0 0 30px;
	padding: 5px 30px;
}

.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	font-style: normal;
	font-size: 24px;
	line-height: 1.6;
}

.wp-block-quote.is-large cite, .wp-block-quote.is-large footer, .wp-block-quote.is-style-large cite, .wp-block-quote.is-style-large footer {
	text-align: left;
	text-align: left;
	font-size: 16px;
	margin-top: 10px;
}

.wp-block-pullquote {
	margin: 0 0 30px;
	border-top: 3px solid var(--ygency-primary-color);
	border-bottom: 3px solid var(--ygency-primary-color);
	color: var(--ygency-headline-color);
	padding: 0;
}

.wp-block-pullquote blockquote {
	margin: 0;
	border: none;
	padding: 35px 25px;
}

.wp-block-pullquote p, .wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	width: 100%;
	text-align: center;
}

.wp-caption-text, .sticky, .gallery-caption, .bypostauthor, .screen-reader-text {
	visibility: visible;
}

#wp-admin-bar-elementor_edit_page .elementor-edit-link-title {
	display: initial;
}

.wp-block-group.has-background {
	padding: 15px 15px 1px;
	margin-bottom: 30px;
}

.editor-styles-wrapper .has-large-font-size, .has-large-font-size {
	font-size: 18px;
}

.wp-block-media-text {
	margin-bottom: 30px;
}

#wp-calendar caption {
	caption-side: top;
}

.wp-block-tag-cloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.wp-block-tag-cloud a {
	display: block;
	font-family: var(--ygency-primary-font);
	font-weight: 500;
	font-size: 16px !important;
	line-height: 1;
	text-transform: capitalize;
	padding: 15px 25px;
	margin: 0 10px 10px 0;
	background-color: transparent;
	color: var(--ygency-body-color);
	border: 1px solid var(--ygency-border-color);
}

.wp-block-tag-cloud a:hover {
	background-color: var(--ygency-tertiary-color);
	border-color: var(--ygency-tertiary-color);
	color: var(--ygency-secondary-color);
}

.entry-content .wp-block-search, .wp-block-categories-dropdown {
	margin-bottom: 20px;
}

.wp-block-search__input {
	border-color: transparent;
}

.has-background {
	color: #838694;
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background-color: var(--ygency-tertiary-color);
}

.wp-block-archives a {
	color: var(--ygency-headline-color);
	font-weight: 500;
}

.wp-block-archives a:hover {
	color: var(--ygency-primary-color);
}

.wp-block-archives-list li:not(:last-child) {
	margin-bottom: 15px;
}

.wp-block-latest-comments time {
	font-size: 14px;
	margin: 10px 0;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author, .wp-block-latest-comments .wp-block-latest-comments__comment-link {
	color: var(--ygency-headline-color);
	font-weight: 600;
}

.wp-block-latest-comments .wp-block-latest-comments__comment-author:hover, .wp-block-latest-comments .wp-block-latest-comments__comment-link:hover {
	color: var(--ygency-primary-color);
}

.wp-block-latest-posts .wp-block-latest-posts__post-title {
	font-family: var(--ygency-secondary-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--ygency-headline-color);
}

.wp-block-latest-posts .wp-block-latest-posts__post-title:hover {
	color: var(--ygency-primary-color);
}

.wp-block-latest-posts time {
	line-height: 1;
	margin-top: 8px;
}

.wp-block-latest-posts li:not(:last-child) {
	margin-bottom: 20px;
}

.wp-block-rss .wp-block-rss__item-title a {
	font-family: var(--ygency-secondary-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--ygency-headline-color);
}

.wp-block-rss .wp-block-rss__item-title a:hover {
	color: var(--ygency-primary-color);
}

.site-header {
	position: relative;
	z-index: 999;
}

.site-header .header-container {
	max-width: 1650px;
	padding: 0 15px;
	margin: auto;
}

.site-header .header-navigation {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.default-header .header-navigation {
	min-height: 100px;
}

.default-header .ygency-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ygency-transparent-header .site-header {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	background-color: transparent;
}

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

@media screen and (max-width: 782px) {
	.admin-bar.ygency-transparent-header .site-header {
		top: 46px;
	}
}

.site-footer {
	margin-top: auto;
}

.site-footer.default-footer {
	background-color: var(--ygency-tertiary-color);
}

.site-footer .footer-widgets {
	padding: 80px 0;
	border-bottom: 1px solid var(--ygency-border-color);
}

.site-footer .footer-widgets .footer-widget-wrap {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 50px;
}

@media only screen and (max-width: 1024px) {
	.site-footer .footer-widgets .footer-widget-wrap {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.site-footer .footer-widgets .footer-widget-wrap {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.site-footer .footer-widgets .widget-title {
	padding: 0;
	border: none;
	color: var(--ygency-secondary-color);
}

.site-footer .footer-widgets .widget.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--ygency-dark-color);
	border-color: var(--ygency-dark-color);
}

.site-footer .footer-copyright {
	font-size: 16px;
	padding: 25px 0;
	text-align: center;
}

.site-footer .footer-copyright p {
	margin: 0;
	color: var(--ygency-body-color);
}

.back-to-top {
	position: fixed;
	right: 0;
	bottom: 20px;
	width: 65px;
	height: 55px;
	border-radius: 55px 0 0 55px;
	padding: 6px 5px 4px 5px;
	text-align: left;
	z-index: 20;
	cursor: pointer;
	opacity: 0;
	-webkit-transform: translateX(130%);
	-ms-transform: translateX(130%);
	transform: translateX(130%);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	background-color: var(--ygency-primary-color);
}

@media only screen and (max-width: 767px) {
	.back-to-top:not(.show-on-mobile) {
		display: none;
	}
}

.back-to-top i {
	content: "";
	position: absolute;
	top: 5px;
	bottom: 5px;
	left: 5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 45px;
	width: 45px;
	border-radius: 45px;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-secondary-color);
	z-index: 1;
}

.back-to-top.active {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.ygency-grid-lines {
	position: absolute;
	z-index: -1;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.ygency-grid-lines span {
	position: absolute;
	z-index: 1;
	width: 1px;
	height: 100%;
	background: rgba(var(--ygency-secondary-rgb), .05);
}

.ygency-grid-lines span:nth-child(1) {
	left: 20%;
}

.ygency-grid-lines span:nth-child(2) {
	left: 40%;
}

.ygency-grid-lines span:nth-child(3) {
	left: 60%;
}

.ygency-grid-lines span:nth-child(4) {
	left: 80%;
}

.ygency-floating-on > * {
	-webkit-animation-duration: 10s;
	animation-duration: 10s;
	-webkit-animation-timing-function: ease;
	animation-timing-function: ease;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	animation-direction: alternate;
}

.semi-rotated-img img {
	-webkit-animation: semi_rotated 10s infinite;
	animation: semi_rotated 10s infinite;
}

@-webkit-keyframes sticky_section {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@keyframes sticky_section {
	0% {
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
	
	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}

@-webkit-keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@keyframes spinner {
	to {
		-webkit-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}

@-webkit-keyframes letters-loading {
	0%, 75%, 100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	
	25%, 50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@keyframes letters-loading {
	0%, 75%, 100% {
		opacity: 0;
		-webkit-transform: rotateY(-90deg);
		transform: rotateY(-90deg);
	}
	
	25%, 50% {
		opacity: 1;
		-webkit-transform: rotateY(0deg);
		transform: rotateY(0deg);
	}
}

@-webkit-keyframes float_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@keyframes float_rotate {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg);
	}
	
	100% {
		-webkit-transform: rotate(-360deg);
		transform: rotate(-360deg);
	}
}

@-webkit-keyframes scroll_to_left {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@keyframes scroll_to_left {
	from {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
}

@-webkit-keyframes scroll_to_right {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@keyframes scroll_to_right {
	from {
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0);
	}
	
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
	}
}

@-webkit-keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@keyframes pulse-border {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1.3);
		transform: scale(1.3);
		opacity: 0;
	}
}

@-webkit-keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@keyframes pulse-border-2 {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1);
		opacity: 1;
	}
	
	100% {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
		opacity: 0;
	}
}

@-webkit-keyframes semi_rotated {
	0%, 100% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}
	
	50% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}
}

@keyframes semi_rotated {
	0%, 100% {
		-webkit-transform: rotate(8deg);
		transform: rotate(8deg);
	}
	
	50% {
		-webkit-transform: rotate(-8deg);
		transform: rotate(-8deg);
	}
}

.widget:not(:last-child) {
	margin-bottom: 60px;
}

.widget.widget_block ul, .widget.widget_block ol, .widget ul, .widget ol {
	padding: 0;
	list-style: none;
	margin: 0;
}

.widget.widget_block ul li, .widget.widget_block ol li, .widget ul li, .widget ol li {
	margin: 0;
}

.widget .widget-title {
	font-size: 24px;
	margin: 0 0 35px;
	padding: 0 0 30px;
	border-bottom: 1px solid var(--ygency-border-color);
	position: relative;
	color: var(--ygency-primary-color);
}

.widget a {
	color: var(--ygency-secondary-color);
}

.widget a:hover {
	color: var(--ygency-primary-color);
}

.widget.widget_block .wp-block-categories li, .widget.widget_block .wp-block-archives li, .widget.widget_categories li, .widget.widget_archive li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: var(--ygency-secondary-color);
	font-size: 16px;
	font-weight: 400;
	text-transform: capitalize;
	line-height: 1.4;
}

.widget.widget_block .wp-block-categories li:not(:last-child), .widget.widget_block .wp-block-archives li:not(:last-child), .widget.widget_categories li:not(:last-child), .widget.widget_archive li:not(:last-child) {
	margin-bottom: 18px;
}

.widget.widget_block .wp-block-categories li .children, .widget.widget_block .wp-block-archives li .children, .widget.widget_categories li .children, .widget.widget_archive li .children {
	margin-top: 18px;
	padding-left: 15px;
	width: 100%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.widget.widget_block .wp-block-categories li a, .widget.widget_block .wp-block-archives li a, .widget.widget_categories li a, .widget.widget_archive li a {
	position: relative;
	max-width: calc(100% - 30px);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.widget.widget_block .wp-block-categories li a::before, .widget.widget_block .wp-block-archives li a::before, .widget.widget_categories li a::before, .widget.widget_archive li a::before {
	content: "";
	font-family: "Font Awesome 5 Pro";
	font-size: 14px;
	font-weight: 400;
	vertical-align: middle;
	margin-right: 8px;
}

.widget.widget_block .wp-block-categories li a:hover, .widget.widget_block .wp-block-archives li a:hover, .widget.widget_categories li a:hover, .widget.widget_archive li a:hover {
	padding-left: 5px;
}

.widget.widget_calendar caption {
	font-size: 16px;
	font-weight: 600;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
	text-align: center;
	margin: 0;
	padding: 10px;
}

.widget.widget_calendar table {
	margin: 0 0 15px;
	text-align: center;
}

.widget.widget_calendar table td#today {
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
}

.widget.widget_calendar a {
	color: var(--ygency-primary-color);
}

.widget.widget_calendar .wp-calendar-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: 500;
}

.widget.widget_calendar .wp-calendar-nav a {
	color: var(--ygency-headline-color);
}

.widget.widget_calendar .wp-calendar-nav a:hover {
	color: var(--ygency-primary-color);
}

.widget.widget_block .wp-block-latest-posts li:not(:last-child), .widget.widget_pages li:not(:last-child), .widget.widget_meta li:not(:last-child), .widget.widget_nav_menu li:not(:last-child), .widget.widget_recent_entries li:not(:last-child) {
	margin-bottom: 10px;
}

.widget.widget_block .wp-block-latest-posts li .children, .widget.widget_block .wp-block-latest-posts li .sub-menu, .widget.widget_pages li .children, .widget.widget_pages li .sub-menu, .widget.widget_meta li .children, .widget.widget_meta li .sub-menu, .widget.widget_nav_menu li .children, .widget.widget_nav_menu li .sub-menu, .widget.widget_recent_entries li .children, .widget.widget_recent_entries li .sub-menu {
	margin-top: 10px;
	padding-left: 15px;
}

.widget.widget_block .wp-block-latest-posts li a, .widget.widget_pages li a, .widget.widget_meta li a, .widget.widget_nav_menu li a, .widget.widget_recent_entries li a {
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	position: relative;
}

.widget.widget_block .wp-block-latest-posts li a:hover, .widget.widget_pages li a:hover, .widget.widget_meta li a:hover, .widget.widget_nav_menu li a:hover, .widget.widget_recent_entries li a:hover {
	padding-left: 5px;
}

.widget.widget_recent_entries li a {
	font-weight: 500;
	line-height: 1.5;
}

.widget.widget_block .wp-block-latest-comments li:not(:last-child), .widget.widget_recent_comments li:not(:last-child) {
	margin-bottom: 10px;
}

.widget.widget_block .wp-block-latest-comments li a, .widget.widget_recent_comments li a {
	color: var(--ygency-headline-color);
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}

.widget.widget_block .wp-block-latest-comments li a:hover, .widget.widget_recent_comments li a:hover {
	color: var(--ygency-primary-color);
}

.widget.widget_block .wp-block-latest-comments li .comment-author-link a, .widget.widget_recent_comments li .comment-author-link a {
	font-weight: 600;
}

.widget.widget_rss .rss-widget-title {
	color: var(--ygency-headline-color);
}

.widget.widget_rss li:not(:last-child) {
	margin-bottom: 25px;
}

.widget.widget_rss li a.rsswidget {
	font-size: 18px;
	font-weight: 500;
	display: block;
	color: var(--ygency-headline-color);
	margin-bottom: 5px;
	line-height: 1.4;
}

@media only screen and (max-width: 479px) {
	.widget.widget_rss li a.rsswidget {
		font-size: 16px;
	}
}

.widget.widget_rss li a.rsswidget:hover {
	color: var(--ygency-primary-color);
}

.widget.widget_rss li span.rss-date, .widget.widget_rss li cite {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 500;
}

.widget.widget_rss li cite {
	margin-top: 10px;
	margin-bottom: 0;
	display: block;
}

.widget .wp-block-rss__item:not(:last-child) {
	margin-bottom: 20px;
}

.widget .wp-block-rss__item .wp-block-rss__item-title a {
	font-size: 18px;
	font-weight: 500;
	display: block;
	color: var(--ygency-headline-color);
	margin-bottom: 5px;
	line-height: 1.4;
}

.widget .wp-block-rss__item .wp-block-rss__item-title a:hover {
	color: var(--ygency-primary-color);
}

.widget .wp-block-rss__item .wp-block-rss__item-publish-date {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	font-weight: 500;
}

.widget .wp-block-rss__item .wp-block-rss__item-author {
	margin-bottom: 15px;
	display: block;
}

.widget.widget_text {
	font-size: 16px;
}

.widget.widget_text .wp-caption-text {
	padding: 0;
}

@media only screen and (max-width: 479px) {
	.widget.widget_text {
		font-size: 15px;
	}
}

.widget.widget_tag_cloud .tagcloud {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -15px 0 0 -15px;
}

.widget.widget_tag_cloud .tagcloud a {
	font-size: 15px !important;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1;
	padding: 14px 20px;
	margin: 15px 0 0 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: var(--ygency-body-color);
	border: 1px solid var(--ygency-border-color);
	background-color: transparent;
}

.widget.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--ygency-tertiary-color);
	border-color: var(--ygency-tertiary-color);
	color: var(--ygency-secondary-color);
}

.widget.widget_search form {
	position: relative;
}

.widget.widget_search input {
	padding: 0 30px 0 0;
	color: var(--ygency-secondary-color);
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--ygency-border-color);
}

.widget.widget_search input:focus {
	border-color: var(--ygency-secondary-color);
}

.widget.widget_search input[type=submit], .widget.widget_search button[type=submit] {
	padding: 0;
	background-color: transparent;
	color: var(--ygency-secondary-color);
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: auto;
	height: auto;
}

.widget.widget_block.widget_search .wp-block-search__label {
	font-size: 16px;
	font-weight: 500;
	color: var(--ygency-headline-color);
	display: block;
	margin-bottom: 15px;
}

.widget.widget_block.widget_search .wp-block-search__input {
	padding: 0 30px;
	height: 60px;
	border: 1px solid transparent;
	background-color: var(--ygency-tertiary-color);
}

.widget.widget_block.widget_search .wp-block-search__input:focus {
	border-color: var(--ygency-secondary-color);
}

.widget.widget_block.widget_search .wp-block-search__button {
	min-width: 90px;
	height: 60px;
	position: static;
	font-size: 14px;
	padding: 0;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	border: 1px solid var(--ygency-primary-color);
}

.widget.widget_block.widget_search .wp-block-search__button:hover {
	background-color: transparent;
	color: var(--ygency-headline-color);
	border-color: var(--ygency-headline-color);
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border-color: var(--ygency-border-color);
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button {
	margin: 0;
	min-width: 60px;
}

.widget.widget_block.widget_search .wp-block-search__button-inside .wp-block-search__button svg {
	fill: var(--ygency-secondary-color);
}

.widget .blocks-gallery-grid .blocks-gallery-image, .widget .blocks-gallery-grid .blocks-gallery-item, .widget .wp-block-gallery .blocks-gallery-image, .widget .wp-block-gallery .blocks-gallery-item {
	margin: 0 1em 1em 0;
}

.widget .blocks-gallery-grid .blocks-gallery-image:last-child, .widget .blocks-gallery-grid .blocks-gallery-item:last-child, .widget .wp-block-gallery .blocks-gallery-image:last-child, .widget .wp-block-gallery .blocks-gallery-item:last-child {
	margin-right: 0;
}

.widget .gallery {
	margin-bottom: 0;
}

.widget.widget_block h1, .widget.widget_block h2, .widget.widget_block h3, .widget.widget_block h4, .widget.widget_block h5, .widget.widget_block h6 {
	font-size: 24px;
	margin: 0 0 25px;
}

.widget.widget_block.widget_recent_entries .wp-block-latest-posts__post-title {
	font-weight: 600;
	color: var(--ygency-headline-color);
}

.widget.widget_block.widget_recent_entries .wp-block-latest-comments__comment-date {
	font-weight: 500;
}

.widget.ygency-author-info-widget {
	text-align: center;
}

.widget.ygency-author-info-widget img {
	width: 250px;
	height: 250px;
	border-radius: 50%;
	margin-bottom: 40px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top center;
	object-position: top center;
}

.widget.ygency-author-info-widget .widget-title {
	border: none;
	color: var(--ygency-headline-color);
	margin-bottom: 20px;
	padding-bottom: 0;
}

.widget.ygency-author-info-widget p {
	margin: 0;
}

.widget.ygency-author-info-widget .social-links {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 25px;
	padding: 0;
	line-height: 1;
	font-size: 18px;
}

.widget.ygency-author-info-widget .social-links li {
	margin: 0 10px;
}

.widget.ygency-author-info-widget .social-links a {
	color: var(--ygency-body-color);
}

.widget.ygency-author-info-widget .social-links a:hover {
	color: var(--ygency-primary-color);
}

.widget.ygency-wp-recent-posts ul {
	margin: 0;
	padding: 0;
}

.widget.ygency-wp-recent-posts ul li {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.widget.ygency-wp-recent-posts ul li:not(:last-child) {
	margin-bottom: 30px;
}

.widget.ygency-wp-recent-posts ul .post-thumbnail {
	width: 100px;
	height: 100px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	overflow: hidden;
	margin-right: 30px;
}

@media only screen and (max-width: 479px) {
	.widget.ygency-wp-recent-posts ul .post-thumbnail {
		width: 80px;
		height: 80px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 80px;
		flex: 0 0 80px;
		margin-right: 20px;
	}
}

.widget.ygency-wp-recent-posts ul .post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.widget.ygency-wp-recent-posts ul .post-title {
	font-size: 18px;
	margin: 0 0 10px;
}

@media only screen and (max-width: 479px) {
	.widget.ygency-wp-recent-posts ul .post-title {
		font-size: 16px;
	}
}

.widget.ygency-wp-recent-posts ul .post-title a {
	color: inherit;
}

.widget.ygency-wp-recent-posts ul .time {
	font-size: 14 px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
}

.widget.ygency-wp-recent-posts ul .time i {
	margin-right: 5px;
}

.entry-post {
	position: relative;
	margin-bottom: 60px;
	line-height: 1;
}

.entry-post .entry-media {
	margin-bottom: 40px;
}

.entry-post .entry-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
	.entry-post .entry-post-meta {
		font-size: 14px;
	}
}

.entry-post .entry-post-meta i {
	margin-right: 10px;
}

@media only screen and (max-width: 479px) {
	.entry-post .entry-post-meta i {
		margin-right: 8px;
	}
}

.entry-post .entry-post-meta, .entry-post .entry-post-meta a {
	color: var(--ygency-body-color);
}

.entry-post .entry-post-meta a:hover {
	color: var(--ygency-secondary-color);
}

.entry-post .entry-post-meta > span {
	margin-bottom: 15px;
}

.entry-post .entry-post-meta > span:not(:last-child) {
	position: relative;
	padding-right: 50px;
}

@media only screen and (max-width: 479px) {
	.entry-post .entry-post-meta > span:not(:last-child) {
		padding-right: 30px;
	}
}

.entry-post .entry-post-meta > span:not(:last-child)::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--ygency-body-color);
}

@media only screen and (max-width: 479px) {
	.entry-post .entry-post-meta > span:not(:last-child)::before {
		right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-post .entry-post-meta .comments span {
		display: none;
	}
}

.entry-post .post-title {
	font-size: 30px;
	line-height: 1.4;
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.entry-post .post-title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-post .post-title {
		font-size: 24px;
	}
}

@media only screen and (max-width: 479px) {
	.entry-post .post-title {
		font-size: 22px;
	}
}

.entry-post .post-title a {
	display: block;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

.entry-post .post-title a:hover {
	text-decoration: underline;
	text-decoration-thickness: 1.5px;
	text-underline-offset: 6px;
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
}

.entry-post p {
	font-size: 16px;
	margin: 25px 0 0;
	line-height: 2;
}

.entry-post .read-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ygency-primary-color);
}

.entry-post .read-more span {
	text-decoration: underline;
	text-underline-offset: 4px;
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
}

.entry-post .read-more i {
	padding-left: 10px;
	position: relative;
}

.entry-post .read-more:hover {
	color: var(--ygency-secondary-color);
}

.entry-post.no-thumbnail {
	padding: 50px 65px;
	background-color: var(--ygency-tertiary-color);
	border-left: 3px solid var(--ygency-primary-color);
}

@media only screen and (max-width: 1200px) {
	.entry-post.no-thumbnail {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-post.no-thumbnail {
		padding: 40px 30px;
		border-width: 2px;
	}
}

.entry-post.sticky {
	padding: 0;
	border: none;
}

.entry-post.sticky .entry-media {
	margin: 0;
}

.entry-post.sticky .entry-summary {
	padding: 50px 65px;
	background-color: var(--ygency-tertiary-color);
	border-left: 3px solid var(--ygency-secondary-color);
}

@media only screen and (max-width: 1200px) {
	.entry-post.sticky .entry-summary {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-post.sticky .entry-summary {
		padding: 40px 30px;
		border-width: 2px;
	}
}

.entry-post-details .entry-media {
	margin-bottom: 50px;
}

.entry-post-details .entry-content .post-password-form label {
	width: 100%;
	margin: 0;
}

.entry-post-details .entry-content .post-password-form p {
	position: relative;
}

.entry-post-details .entry-content .post-password-form p:last-child {
	margin-bottom: 0;
}

.entry-post-details .entry-content .post-password-form input {
	margin-top: 10px;
	border: 1px solid var(--ygency-primary-color);
}

.entry-post-details .entry-content .post-password-form input[type=submit] {
	position: absolute;
	width: auto;
	bottom: 0;
	right: 0;
	padding: 0 45px;
}

.entry-post-details .entry-content .post-password-form input[type=submit]:hover {
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
}

.entry-post-details .entry-content .post-password-form input[type=password] {
	padding-right: 140px;
}

.entry-post-details .entry-content .wp-block-archives-list, .entry-post-details .entry-content .wp-block-latest-comments, .entry-post-details .entry-content .wp-block-latest-posts, .entry-post-details .entry-content .wp-block-rss {
	padding: 0;
}

.entry-post-details .entry-content .wp-block-archives-list, .entry-post-details .entry-content .wp-block-archives-list li, .entry-post-details .entry-content .wp-block-latest-comments, .entry-post-details .entry-content .wp-block-latest-comments li, .entry-post-details .entry-content .wp-block-latest-posts, .entry-post-details .entry-content .wp-block-latest-posts li, .entry-post-details .entry-content .wp-block-rss, .entry-post-details .entry-content .wp-block-rss li {
	list-style: none;
}

.entry-post-details .entry-content .wp-block-search__button {
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	border: none;
}

.entry-post-details .entry-tags-share {
	margin-top: 60px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 2fr 20px 1fr;
	grid-template-columns: 2fr 1fr;
	grid-gap: 20px;
}

@media only screen and (max-width: 767px) {
	.entry-post-details .entry-tags-share {
		-ms-grid-columns: 1fr;
		grid-template-columns: 1fr;
	}
}

.entry-post-details .entry-tags-share .post-tags-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: -15px 0 0 -15px;
}

@media only screen and (max-width: 479px) {
	.entry-post-details .entry-tags-share .post-tags-wrap {
		margin: -10px 0 0 -10px;
	}
}

.entry-post-details .entry-tags-share .post-tags-wrap a {
	font-size: 16px;
	font-weight: 500;
	text-transform: capitalize;
	line-height: 1;
	padding: 15px 20px;
	margin: 15px 0 0 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: var(--ygency-body-color);
	border: 1px solid var(--ygency-border-color);
	background-color: transparent;
}

@media only screen and (max-width: 479px) {
	.entry-post-details .entry-tags-share .post-tags-wrap a {
		margin: 10px 0 0 10px;
	}
}

@media only screen and (max-width: 1024px) {
	.entry-post-details .entry-tags-share .post-tags-wrap a {
		font-size: 14px;
		padding: 12px 15px;
	}
}

.entry-post-details .entry-tags-share .post-tags-wrap a:hover {
	background-color: var(--ygency-tertiary-color);
	border-color: var(--ygency-tertiary-color);
	color: var(--ygency-headline-color);
}

.entry-post-details .entry-tags-share .post-share-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	margin: -15px 0 0 -15px;
}

@media only screen and (max-width: 767px) {
	.entry-post-details .entry-tags-share .post-share-wrap {
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
}

.entry-post-details .entry-tags-share .post-share-wrap a {
	width: 48px;
	height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	color: var(--ygency-body-color);
	background-color: transparent;
	border: 1px solid var(--ygency-border-color);
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 15px 0 0 15px;
}

@media only screen and (max-width: 1024px) {
	.entry-post-details .entry-tags-share .post-share-wrap a {
		width: 40px;
		height: 40px;
		font-size: 12px;
	}
}

.entry-post-details .entry-tags-share .post-share-wrap a:hover {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
	color: var(--ygency-secondary-color);
}

.entry-post-details .entry-tags-share > div:first-child {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.entry-post-details .entry-author-info {
	position: relative;
	background-color: var(--ygency-tertiary-color);
	padding: 40px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 60px;
}

@media only screen and (max-width: 1024px) {
	.entry-post-details .entry-author-info {
		padding: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.entry-post-details .entry-author-info {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 767px) {
	.entry-post-details .entry-author-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.entry-post-details .entry-author-info .author-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 150px;
	flex: 0 0 150px;
	margin-right: 50px;
}

@media only screen and (max-width: 767px) {
	.entry-post-details .entry-author-info .author-avatar {
		margin-right: 0;
		margin-bottom: 40px;
	}
}

.entry-post-details .entry-author-info .author-avatar img {
	border-radius: 50%;
}

.entry-post-details .entry-author-info .name {
	font-size: 22px;
	margin: 0 0 20px;
}

.entry-post-details .entry-author-info p {
	margin: 0;
}

.entry-post-details .entry-author-info .user-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
	margin-top: 20px;
}

.entry-post-details .entry-author-info .user-links li {
	margin: 0 20px 0 0;
}

.entry-post-details .entry-author-info .user-links a {
	font-size: 16px;
	color: var(--ygency-body-color);
}

.entry-post-details .entry-author-info .user-links a:hover {
	color: var(--ygency-primary-color);
}

.entry-post-details .entry-post-navigation {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
	max-width: calc(50% - 15px);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 calc(50% - 15px);
	flex: 0 0 calc(50% - 15px);
	margin-top: 30px;
}

@media only screen and (max-width: 767px) {
	.entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
		max-width: 100%;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
	.entry-post-details .entry-post-navigation .next-post, .entry-post-details .entry-post-navigation .prev-post {
		max-width: 60%;
	}
}

.entry-post-details .entry-post-navigation .next-post {
	text-align: right;
	margin-left: auto;
}

.entry-post-details .entry-post-navigation a {
	display: block;
	font-family: var(--ygency-secondary-font);
	font-size: 18px;
	font-weight: 600;
	color: var(--ygency-headline-color);
	line-height: 1.5;
}

@media only screen and (max-width: 479px) {
	.entry-post-details .entry-post-navigation a {
		font-size: 16px;
	}
}

.entry-post-details .entry-post-navigation a:hover {
	color: var(--ygency-secondary-color);
	text-decoration: underline;
	text-decoration-thickness: 1.2px;
	text-underline-offset: 4px;
	-webkit-text-decoration-color: currentColor;
	text-decoration-color: currentColor;
}

.entry-post-details .entry-post-navigation .date {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 12px;
	line-height: 1;
}

.entry-post-details .entry-post-navigation .date i {
	margin-right: 10px;
	font-size: 90%;
}

.comments-area {
	margin-top: 100px;
}

.comments-area .comments-title {
	font-size: 32px;
	margin: 0 0 60px;
	position: relative;
	line-height: 1.2;
}

.comments-area .comment-respond {
	padding: 50px 60px;
	background-color: var(--ygency-tertiary-color);
}

@media only screen and (max-width: 1200px) {
	.comments-area .comment-respond {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-respond {
		padding: 40px 30px;
	}
}

.comments-area .comment-respond .comment-reply-title {
	font-size: 24px;
	line-height: 1.3;
	margin: 0 0 15px;
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-respond .comment-reply-title {
		font-size: 20px;
	}
}

.comments-area .comment-respond form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.comments-area .comment-respond p {
	margin: 0;
}

.comments-area .comment-respond .logged-in-as {
	margin-bottom: 30px;
}

.comments-area .comment-respond input[type=text], .comments-area .comment-respond input[type=email], .comments-area .comment-respond input[type=url], .comments-area .comment-respond textarea {
	background-color: rgba(255, 255, 255, .05);
	border: none;
}

.comments-area .comment-respond input[type=text]:focus, .comments-area .comment-respond input[type=email]:focus, .comments-area .comment-respond input[type=url]:focus, .comments-area .comment-respond textarea:focus {
	background-color: var(--ygency-dark-color);
	color: var(--ygency-secondary-color);
}

.comments-area .comment-respond textarea {
	height: 150px;
}

.comments-area .comment-respond .comment-notes {
	-webkit-box-ordinal-group: -2;
	-ms-flex-order: -3;
	order: -3;
	display: block;
	margin-bottom: 35px;
	width: 100%;
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-respond .comment-notes {
		font-size: 15px;
	}
}

.comments-area .comment-respond .comment-notes .required-field-message {
	font-weight: 500;
}

.comments-area .comment-respond .comment-form-comment, .comments-area .comment-respond .comment-form-url, .comments-area .comment-respond .comment-form-cookies-consent, .comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
	margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-comment, .comments-area .comment-respond .comment-form-url, .comments-area .comment-respond .comment-form-cookies-consent {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	-webkit-box-ordinal-group: -1;
	-ms-flex-order: -2;
	order: -2;
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-respond .comment-form-author, .comments-area .comment-respond .comment-form-email {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.comments-area .comment-respond .comment-form-url {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.comments-area .comment-respond .comment-form-author {
	padding-right: 10px;
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-respond .comment-form-author {
		padding-right: 0;
	}
}

.comments-area .comment-respond .comment-form-email {
	padding-left: 10px;
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-respond .comment-form-email {
		padding-left: 0;
	}
}

.comments-area .comment-respond .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.comments-area .comment-respond .comment-form-cookies-consent #wp-comment-cookies-consent {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 10px;
	position: relative;
	top: 5px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
	color: var(--ygency-body-color);
	display: inline-block;
	margin: 0;
	font-size: 16px;
	line-height: 1.6;
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-respond .comment-form-cookies-consent label {
		font-size: 15px;
	}
}

.comments-area .comment-respond .form-submit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.comments-area .comment-respond .submit-btn {
	border: 1px solid var(--ygency-primary-color);
}

.comments-area .comment-respond .submit-btn:hover {
	border-color: var(--ygency-secondary-color);
}

.comments-area .comment-list {
	margin: 0;
	padding: 0 0 40px;
	list-style: none;
}

.comments-area .comment-list li {
	margin: 0 0 60px;
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list li {
		margin: 0 0 40px;
	}
}

.comments-area .comment-list .comment-respond {
	margin-top: 40px;
}

.comments-area .comment-list .children {
	margin: 60px 0 0 45px;
	padding: 0;
	list-style: none;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list .children {
		margin: 40px 0 0 30px;
	}
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-list .children {
		margin: 40px 0 0 20px;
	}
}

.comments-area .comment-list .children li:last-child {
	padding: 0;
	margin: 0;
	border: none;
}

.comments-area .comment-list .comment-body {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list .comment-body {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.comments-area .comment-list .comment-body .comment-avatar {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100px;
	flex: 0 0 100px;
	margin-right: 40px;
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list .comment-body .comment-avatar {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.comments-area .comment-list .comment-body .comment-avatar img {
	border-radius: 50%;
}

.comments-area .comment-list .comment-body .comment-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative;
	z-index: 1;
}

.comments-area .comment-list .comment-body .comment-content p:last-of-type {
	margin: 0;
}

.comments-area .comment-list .comment-body .comment-content img {
	margin: 15px 0;
}

.comments-area .comment-list .comment-body .comment-content li {
	margin-bottom: 10px;
	padding: 0;
	border: none;
}

.comments-area .comment-list .comment-body .comment-content .author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	margin-bottom: 20px;
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-list .comment-body .comment-content .author-info {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.comments-area .comment-list .comment-body .comment-content .name {
	font-size: 18px;
	text-transform: capitalize;
	margin: 0;
}

.comments-area .comment-list .comment-body .comment-content .date {
	display: block;
	margin: 0;
	padding-left: 80px;
	position: relative;
}

@media only screen and (max-width: 1200px) {
	.comments-area .comment-list .comment-body .comment-content .date {
		padding-left: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list .comment-body .comment-content .date {
		padding-left: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-list .comment-body .comment-content .date {
		padding-left: 0;
		margin-top: 15px;
	}
}

.comments-area .comment-list .comment-body .comment-content .date::before {
	content: "";
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	background-color: var(--ygency-secondary-color);
	border-radius: 50%;
}

@media only screen and (max-width: 1200px) {
	.comments-area .comment-list .comment-body .comment-content .date::before {
		left: 30px;
	}
}

@media only screen and (max-width: 767px) {
	.comments-area .comment-list .comment-body .comment-content .date::before {
		left: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.comments-area .comment-list .comment-body .comment-content .date::before {
		display: none;
	}
}

.comments-area .comment-list .comment-body .comment-content .comment-reply-link {
	margin-top: 20px;
	font-size: 16px;
	font-weight: 600;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	text-decoration-thickness: 1.2px;
	text-underline-offset: 5px;
}

.comments-area .no-comments {
	margin: 40px 0 0;
	font-weight: 600;
	color: var(--ygency-headline-color);
}

.error-content-area {
	padding: 130px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.error-content-area {
		padding: 100px 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
}

.error-content-area .error-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 35%;
	flex: 0 0 35%;
}

@media only screen and (max-width: 1024px) {
	.error-content-area .error-content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 100%;
		text-align: center;
	}
}

.error-content-area .error-content .error-title {
	font-size: 80px;
	font-weight: 700;
	line-height: 1;
	margin-bottom: 30px;
}

@media only screen and (max-width: 1349px) {
	.error-content-area .error-content .error-title {
		font-size: 62px;
	}
}

@media only screen and (max-width: 1024px) {
	.error-content-area .error-content .error-title {
		font-size: 52px;
	}
}

@media only screen and (max-width: 767px) {
	.error-content-area .error-content .error-title {
		font-size: 42px;
	}
}

.error-content-area .error-content .error-subtitle {
	font-family: var(--ygency-secondary-font);
	font-size: 42px;
	font-weight: 600;
	line-height: 1.3;
	color: var(--ygency-secondary-color);
	margin: 0;
}

@media only screen and (max-width: 1349px) {
	.error-content-area .error-content .error-subtitle {
		font-size: 32px;
	}
}

@media only screen and (max-width: 1024px) {
	.error-content-area .error-content .error-subtitle {
		font-size: 28px;
	}
}

@media only screen and (max-width: 767px) {
	.error-content-area .error-content .error-subtitle {
		font-size: 22px;
	}
}

.error-content-area .error-content .ygency-button {
	margin-top: 50px;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	padding: 15px 35px;
}

@media only screen and (max-width: 767px) {
	.error-content-area .error-content .ygency-button {
		margin-top: 40px;
	}
}

.error-content-area .error-content .ygency-button::before, .error-content-area .error-content .ygency-button::after {
	display: none;
}

.error-content-area .error-content .ygency-button:hover {
	background-color: transparent;
	color: var(--ygency-headline-color);
}

.error-content-area .error-illustration {
	margin-right: -130px;
}

@media only screen and (max-width: 1349px) {
	.error-content-area .error-illustration {
		margin-right: 0;
	}
}

@media only screen and (max-width: 1024px) {
	.error-content-area .error-illustration {
		max-width: 80%;
		margin-bottom: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.error-content-area .error-illustration {
		max-width: 95%;
	}
}

.not-found-content .ygency-search-form .search-submit {
	width: 70px;
	height: 60px;
}

.ygency-maintenance-page .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100vw;
	height: 100vh;
}

.ygency-maintenance-page .container .maintenance-content {
	max-width: 50%;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.ygency-maintenance-page .container .maintenance-content {
		max-width: 75%;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-maintenance-page .container .maintenance-content {
		max-width: 80%;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-maintenance-page .container .maintenance-content {
		max-width: 100%;
	}
}

.ygency-maintenance-page .container .maintenance-img {
	margin-bottom: 35px;
}

.ygency-maintenance-page .container .maintenance-title {
	font-size: 42px;
	line-height: 1.3;
}

@media only screen and (max-width: 767px) {
	.ygency-maintenance-page .container .maintenance-title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-maintenance-page .container .maintenance-title {
		font-size: 28px;
	}
}

.ygency-maintenance-page .container p {
	margin: 0;
}

.page-title-wrapper {
	background-color: var(--ygency-tertiary-color);
	background-size: cover;
	background-position: center;
	padding: 160px 0;
	text-align: center;
	position: relative;
	z-index: 1;
	line-height: 1;
}

@media only screen and (max-width: 1200px) {
	.page-title-wrapper {
		padding: 140px 0;
	}
}

@media only screen and (max-width: 1024px) {
	.page-title-wrapper {
		padding: 120px 0;
	}
}

@media only screen and (max-width: 767px) {
	.page-title-wrapper {
		padding: 100px 0;
	}
}

.page-title-wrapper::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}

.page-title-wrapper .page-title {
	font-size: 48px;
	font-weight: 600;
	margin: 0;
	line-height: 1.2;
}

@media only screen and (max-width: 1200px) {
	.page-title-wrapper .page-title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.page-title-wrapper .page-title {
		font-size: 32px;
	}
}

.page-title-wrapper .entry-post-meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

@media only screen and (max-width: 1200px) {
	.page-title-wrapper .entry-post-meta {
		font-size: 14px;
	}
}

.page-title-wrapper .entry-post-meta i {
	margin-right: 10px;
}

@media only screen and (max-width: 479px) {
	.page-title-wrapper .entry-post-meta i {
		margin-right: 8px;
	}
}

.page-title-wrapper .entry-post-meta, .page-title-wrapper .entry-post-meta a {
	color: var(--ygency-body-color);
}

.page-title-wrapper .entry-post-meta a:hover {
	color: var(--ygency-secondary-color);
}

.page-title-wrapper .entry-post-meta > span {
	margin-bottom: 15px;
}

.page-title-wrapper .entry-post-meta > span:not(:last-child) {
	position: relative;
	padding-right: 50px;
}

@media only screen and (max-width: 479px) {
	.page-title-wrapper .entry-post-meta > span:not(:last-child) {
		padding-right: 30px;
	}
}

.page-title-wrapper .entry-post-meta > span:not(:last-child)::before {
	content: "";
	position: absolute;
	right: 25px;
	top: 50%;
	-webkit-transform: translate(50%, -50%);
	-ms-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--ygency-secondary-color);
	opacity: .8;
}

@media only screen and (max-width: 479px) {
	.page-title-wrapper .entry-post-meta > span:not(:last-child)::before {
		right: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.page-title-wrapper .entry-post-meta .comments span {
		display: none;
	}
}

.page-title-wrapper .ygency-breadcrumb {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	margin: 25px 0 0;
}

@media only screen and (max-width: 1200px) {
	.page-title-wrapper .ygency-breadcrumb {
		font-size: 14px;
		margin: 20px 0 0;
	}
}

.page-title-wrapper .ygency-breadcrumb .separator {
	margin: 0 15px;
}

.page-title-wrapper .ygency-breadcrumb, .page-title-wrapper .ygency-breadcrumb a {
	color: var(--ygency-secondary-color);
}

.page-title-wrapper .ygency-breadcrumb a:hover {
	color: var(--ygency-primary-color);
}

.page-title-wrapper .ygency-breadcrumb .current {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
	color: var(--ygency-primary-color);
}

.page-title-wrapper .ygency-breadcrumb .fa, .page-title-wrapper .ygency-breadcrumb .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.page-title-wrapper.post-details-page {
	padding: 265px 0 80px;
	text-align: left;
}

@media only screen and (max-width: 1200px) {
	.page-title-wrapper.post-details-page {
		padding: 220px 0 80px;
	}
}

@media only screen and (max-width: 1024px) {
	.page-title-wrapper.post-details-page {
		padding: 200px 0 80px;
	}
}

@media only screen and (max-width: 767px) {
	.page-title-wrapper.post-details-page {
		padding: 160px 0 80px;
	}
}

.ygency-pagination, .woocommerce-pagination {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	clear: both;
	margin: 0;
	padding: 15px 0 0;
}

.ygency-pagination li, .woocommerce-pagination li {
	margin: 0 !important;
}

.ygency-pagination .page-numbers, .woocommerce-pagination .page-numbers {
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 50px;
	width: 50px;
	margin: 5px 5px 0;
	padding: 0;
	color: var(--ygency-body-color);
	font-family: var(--ygency-secondary-font);
	font-size: 16px;
	font-weight: 500;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 2px solid var(--ygency-border-color);
	border-radius: 50%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-pagination .page-numbers.current, .ygency-pagination .page-numbers:not(.dots):hover, .woocommerce-pagination .page-numbers.current, .woocommerce-pagination .page-numbers:not(.dots):hover {
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
}

.woocommerce-pagination {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 20px;
}

.page-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 1;
	clear: both;
}

.page-links .page-links-title {
	color: var(--ygency-body-color);
	font-weight: 600;
	margin-right: 10px;
}

.page-links .post-page-numbers {
	width: 30px;
	height: 30px;
	border: 1px solid var(--ygency-border-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 14px;
	margin-left: 5px;
	color: var(--ygency-body-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.page-links .post-page-numbers:hover, .page-links .post-page-numbers.current {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
	color: var(--ygency-secondary-color);
}

.ygency-popup-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	display: none;
	-webkit-animation-name: popupFadeIn;
	animation-name: popupFadeIn;
	-webkit-animation-timing-function: ease-in-out;
	animation-timing-function: ease-in-out;
	-webkit-animation-duration: .4s;
	animation-duration: .4s;
}

.ygency-popup-wrapper .popup-overly {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .5);
	cursor: pointer;
}

.ygency-popup-wrapper .popup-container {
	position: relative;
	z-index: 2;
	max-width: 100%;
	max-height: 100%;
	overflow: hidden;
	display: none;
	-webkit-animation-name: popupFadeIn;
	animation-name: popupFadeIn;
	-webkit-animation-duration: .5s;
	animation-duration: .5s;
	background-color: var(--ygency-tertiary-color);
}

.ygency-popup-wrapper .popup-container .popup-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
	line-height: 1;
	font-size: 22px;
	width: 40px;
	height: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-secondary-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-popup-wrapper.show-popup {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ygency-popup-wrapper.show-popup .popup-container {
	display: block;
}

@-webkit-keyframes popupFadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

@keyframes popupFadeIn {
	0% {
		opacity: 0;
	}
	
	to {
		opacity: 1;
	}
}

.site-preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 999999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.site-preloader .animation-preloader {
	position: absolute;
	z-index: 1000;
}

.site-preloader .animation-preloader .spinner {
	-webkit-animation: spinner 1s infinite linear;
	animation: spinner 1s infinite linear;
	border-radius: 50%;
	border: 3px solid var(--ygency-tertiary-color);
	border-top-color: var(--ygency-headline-color);
	height: 9em;
	width: 9em;
	margin: 0 auto 3em;
}

@media only screen and (max-width: 767px) {
	.site-preloader .animation-preloader .spinner {
		width: 8em;
		height: 8em;
	}
}

@media only screen and (max-width: 479px) {
	.site-preloader .animation-preloader .spinner {
		width: 6em;
		height: 6em;
	}
}

.site-preloader .animation-preloader .text-loading {
	font-family: var(--ygency-secondary-font);
	font-size: 4.5em;
	font-weight: 700;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.site-preloader .animation-preloader .text-loading {
		font-size: 3.5em;
	}
}

@media only screen and (max-width: 767px) {
	.site-preloader .animation-preloader .text-loading {
		font-size: 2.5em;
	}
}

@media only screen and (max-width: 479px) {
	.site-preloader .animation-preloader .text-loading {
		font-size: 1.8em;
	}
}

.site-preloader .animation-preloader .text-loading .letters-loading {
	color: var(--ygency-tertiary-color);
	position: relative;
	margin: 0 8px;
}

@media only screen and (max-width: 767px) {
	.site-preloader .animation-preloader .text-loading .letters-loading {
		margin: 0 5px;
	}
}

.site-preloader .animation-preloader .text-loading .letters-loading::before {
	-webkit-animation: letters-loading 4s infinite;
	animation: letters-loading 4s infinite;
	color: var(--ygency-headline-color);
	content: attr(data-text-preloader);
	left: 0;
	opacity: 0;
	position: absolute;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(2)::before {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(3)::before {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(4)::before {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(5)::before {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(6)::before {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(7)::before {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(8)::before {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(9)::before {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(10)::before {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(11)::before {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(12)::before {
	-webkit-animation-delay: 2.2s;
	animation-delay: 2.2s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(13)::before {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(14)::before {
	-webkit-animation-delay: 2.6s;
	animation-delay: 2.6s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(15)::before {
	-webkit-animation-delay: 2.8s;
	animation-delay: 2.8s;
}

.site-preloader .animation-preloader .text-loading .letters-loading:nth-child(16)::before {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.site-preloader .animation-preloader .loading-text {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 8px;
	color: var(--ygency-secondary-color);
	margin: 1.5em 0 0;
}

.site-preloader .preloader-layer {
	position: absolute;
	top: 0;
	width: 33.3333%;
	height: 100%;
	overflow: hidden;
}

.site-preloader .preloader-layer.layer-one {
	left: 0;
}

.site-preloader .preloader-layer.layer-two {
	left: 33.3333%;
}

.site-preloader .preloader-layer.layer-three {
	left: 66.6666%;
}

.site-preloader .preloader-layer .overly {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: var(--ygency-dark-color);
}

.ygency-accordion .accordion-item {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-accordion .accordion-item:not(:last-child) {
	margin-bottom: 30px;
}

.ygency-accordion .accordion-item .accordion-header {
	color: var(--ygency-headline-color);
	font-family: var(--ygency-secondary-font);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 25px;
	border-bottom: 1px solid var(--ygency-border-color);
}

.ygency-accordion .accordion-item .accordion-header .icons {
	position: relative;
	font-size: 18px;
	text-align: right;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: 25px;
	color: var(--ygency-primary-color);
}

.ygency-accordion .accordion-item .accordion-header .icons span {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	visibility: visible;
	opacity: 1;
}

.ygency-accordion .accordion-item .accordion-header .icons .icon-close {
	visibility: hidden;
	opacity: 0;
}

.ygency-accordion .accordion-item .accordion-header .icons .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.ygency-accordion .accordion-item .accordion-header.active .icon-close {
	visibility: visible;
	opacity: 1;
}

.ygency-accordion .accordion-item .accordion-header.active .icon-open {
	visibility: hidden;
	opacity: 0;
}

.ygency-accordion .accordion-item .accordion-content {
	padding-top: 25px;
}

.ygency-accordion .accordion-item .accordion-content p:last-of-type {
	margin: 0;
}

.ygency-awards-list .single-award-item {
	position: relative;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	border-bottom: 1px solid var(--ygency-border-color);
	padding-bottom: 35px;
	margin-bottom: 50px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 479px) {
	.ygency-awards-list .single-award-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.ygency-awards-list .single-award-item .title {
	font-size: 30px;
	line-height: 1.3;
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 1200px) {
	.ygency-awards-list .single-award-item .title {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-awards-list .single-award-item .title {
		font-size: 24px;
	}
}

.ygency-awards-list .single-award-item .subtitle {
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-awards-list .single-award-item .arrow-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 65px;
	width: 65px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	background-color: var(--ygency-tertiary-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin-left: 30px;
}

@media only screen and (max-width: 767px) {
	.ygency-awards-list .single-award-item .arrow-button {
		width: 50px;
		height: 50px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-awards-list .single-award-item .arrow-button {
		margin-top: 35px;
		margin-left: 0;
	}
}

.ygency-awards-list .single-award-item .arrow-button svg {
	width: 20px;
}

@media only screen and (max-width: 767px) {
	.ygency-awards-list .single-award-item .arrow-button svg {
		width: 12px;
	}
}

.ygency-awards-list .single-award-item .arrow-button svg path {
	stroke: var(--ygency-secondary-color);
}

.ygency-awards-list .single-award-item:hover {
	border-color: var(--ygency-secondary-color);
}

.ygency-awards-list .single-award-item:hover .arrow-button {
	background-color: var(--ygency-primary-color);
}

.ygency-awards-list .single-award-item:hover .arrow-button svg path {
	stroke: var(--ygency-dark-color);
}

.ygency-banner-slider .slider-content-wrapper {
	position: relative;
	z-index: 1;
	padding: 175px 0;
}

@media only screen and (max-width: 1024px) {
	.ygency-banner-slider .slider-content-wrapper {
		padding: 130px 0;
	}
}

.ygency-banner-slider .slider-item-bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.ygency-banner-slider .slider-item-bg::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background-color: #0a1019;
	opacity: .8;
}

.ygency-banner-slider .slider-container {
	max-width: var(--ygency-container-width);
	margin: auto;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ygency-banner-slider .slider-content {
	max-width: 70%;
	text-align: left;
	line-height: 1;
}

@media only screen and (max-width: 1024px) {
	.ygency-banner-slider .slider-content {
		max-width: 85%;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-banner-slider .slider-content {
		max-width: 100%;
	}
}

.ygency-banner-slider .slider-content > * {
	-webkit-transition: 1.2s;
	-o-transition: 1.2s;
	transition: 1.2s;
	-webkit-animation-duration: 1.2s;
	animation-duration: 1.2s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.ygency-banner-slider .slider-subtitle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: var(--ygency-primary-color);
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.ygency-banner-slider .slider-subtitle {
		font-size: 18px;
	}
}

.ygency-banner-slider .title-arrow {
	margin-right: 20px;
}

.ygency-banner-slider .title-arrow svg {
	width: 36px;
	height: auto;
	fill: none;
	stroke: var(--ygency-primary-color);
}

.ygency-banner-slider .title-arrow svg path {
	stroke: var(--ygency-primary-color);
}

.ygency-banner-slider .slider-title {
	font-size: 65px;
	line-height: 1.25;
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.ygency-banner-slider .slider-title {
		font-size: 48px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-banner-slider .slider-title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-banner-slider .slider-title {
		font-size: 32px;
	}
}

.ygency-banner-slider .slider-desc {
	margin: 30px 0 0;
	font-size: 18px;
	line-height: 1.75;
	color: var(--ygency-headline-color);
}

@media only screen and (max-width: 1200px) {
	.ygency-banner-slider .slider-desc {
		font-size: 16px;
	}
}

.ygency-banner-slider .slider-button-wrapper {
	margin-top: 50px;
	padding-top: 50px;
	border-top: 1px solid rgba(255, 255, 255, .3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 35px;
}

.ygency-banner-slider .ygency-button {
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	border-color: var(--ygency-primary-color);
}

.ygency-banner-slider .ygency-button::before, .ygency-banner-slider .ygency-button::after {
	background-color: transparent;
}

.ygency-banner-slider .ygency-button:hover {
	color: var(--ygency-primary-color);
}

.ygency-banner-slider .video-button {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ygency-banner-slider .video-button .play-icon {
	width: 55px;
	height: 55px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--ygency-headline-color);
	color: var(--ygency-dark-color);
	border-radius: 50%;
	font-size: 14px;
	margin-right: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 1;
}

.ygency-banner-slider .video-button .play-icon::before, .ygency-banner-slider .video-button .play-icon::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid var(--ygency-secondary-color);
	border-radius: 50%;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}

.ygency-banner-slider .video-button .play-icon::after {
	-webkit-animation: pulse-border 1s linear infinite;
	animation: pulse-border 1s linear infinite;
}

.ygency-banner-slider .video-button .button-text {
	color: var(--ygency-headline-color);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.375;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-banner-slider .video-button:hover .play-icon {
	background-color: var(--ygency-primary-color);
}

.ygency-banner-slider .video-button:hover .play-icon::before, .ygency-banner-slider .video-button:hover .play-icon::after {
	border-color: var(--ygency-primary-color);
}

.ygency-banner-slider .video-button:hover .button-text {
	color: var(--ygency-primary-color);
}

.ygency-banner-slider .slick-active .slider-content > * {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.ygency-button {
	position: relative;
	z-index: 1;
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.375;
	text-transform: capitalize;
	text-decoration: none;
	border: 1px solid var(--ygency-border-color);
	border-radius: 0;
	background-color: transparent;
	color: var(--ygency-secondary-color);
	overflow: hidden;
	padding: 18px 35px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	--icon-spacing: 10px;
}

@media only screen and (max-width: 767px) {
	.ygency-button {
		padding: 15px 30px;
		font-size: 15px;
	}
}

.ygency-button .button-icon {
	position: relative;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ygency-button.icon-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ygency-button.icon-left .button-icon {
	margin-right: var(--icon-spacing);
}

.ygency-button.icon-right .button-icon {
	margin-left: var(--icon-spacing);
}

.ygency-button.icon-top {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}

.ygency-button.icon-top .button-icon {
	margin-bottom: var(--icon-spacing);
}

.ygency-button .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
	vertical-align: middle;
}

.ygency-button::before, .ygency-button::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 0;
	z-index: -1;
	background-color: var(--ygency-primary-color);
	-webkit-transition: linear .2s;
	-o-transition: linear .2s;
	transition: linear .2s;
}

.ygency-button::after {
	left: auto;
	right: 0;
}

.ygency-button:hover {
	color: var(--ygency-dark-color);
	border-color: var(--ygency-primary-color);
	background-color: transparent !important;
}

.ygency-button.hover-normal::before {
	width: 100%;
	height: 100%;
	visibility: visible;
	opacity: 0;
}

.ygency-button.hover-normal:hover::before {
	opacity: 1;
	visibility: visible;
}

.ygency-button.hover-left:hover::before {
	width: 100%;
}

.ygency-button.hover-right:hover::after {
	width: 100%;
}

.ygency-button.hover-left-right:hover::before, .ygency-button.hover-left-right:hover::after {
	width: 55%;
}

.ygency-button.hover-top::before {
	width: 100%;
	height: 0;
}

.ygency-button.hover-top:hover::before {
	height: 100%;
}

.ygency-button.hover-bottom::after {
	width: 100%;
	height: 0;
	top: auto;
	bottom: 0;
}

.ygency-button.hover-bottom:hover::after {
	height: 100%;
}

.ygency-button.hover-top-bottom::before {
	width: 100%;
	height: 0;
}

.ygency-button.hover-top-bottom::after {
	width: 100%;
	height: 0;
	top: auto;
	bottom: 0;
}

.ygency-button.hover-top-bottom:hover::before, .ygency-button.hover-top-bottom:hover::after {
	height: 100%;
}

.ygency-check-list {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	--icon-space: 15px;
}

.ygency-check-list li {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ygency-check-list li:not(:last-child) {
	margin-bottom: 20px;
}

.ygency-check-list li .list-icon {
	color: var(--ygency-primary-color);
	font-size: 18px;
}

.ygency-check-list li .list-icon .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.ygency-check-list li .list-text {
	color: var(--ygency-headline-color);
	font-family: var(--ygency-secondary-font);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.4;
}

.ygency-check-list.icon-left .list-icon {
	margin-right: var(--icon-space);
}

.ygency-check-list.icon-right li {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ygency-check-list.icon-right .list-icon {
	margin-left: var(--icon-space);
}

.ygency-clients-logo {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-row-gap: 30px;
	grid-column-gap: 30px;
}

@media only screen and (max-width: 1024px) {
	.ygency-clients-logo {
		-ms-grid-columns: (1fr) [3];
		grid-template-columns: repeat(3, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.ygency-clients-logo {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

.ygency-clients-logo.ygency-slider-wrapper {
	display: block;
}

.ygency-clients-logo .logo-wrap {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-clients-logo .logo-wrap img {
	-webkit-filter: grayscale(1) opacity(.2);
	filter: grayscale(1) opacity(.2);
	-webkit-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
}

.ygency-clients-logo .logo-wrap a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ygency-clients-logo .logo-wrap:hover img {
	-webkit-filter: grayscale(0) opacity(1);
	filter: grayscale(0) opacity(1);
}

.ygency-counter-box {
	position: relative;
	line-height: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	--icon-space: 18px;
}

.ygency-counter-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.ygency-counter-box:hover::before {
	opacity: 1;
	visibility: visible;
}

.ygency-counter-box.text-center {
	text-align: center;
}

.ygency-counter-box.text-right {
	text-align: right;
}

.ygency-counter-box.text-left {
	text-align: left;
}

.ygency-counter-box.icon-top .counter-icon {
	margin-bottom: var(--icon-space);
}

.ygency-counter-box.icon-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ygency-counter-box.icon-left .counter-icon {
	margin-right: var(--icon-space);
}

@media only screen and (max-width: 479px) {
	.ygency-counter-box.icon-left.icon-back-top {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.ygency-counter-box.icon-left.icon-back-top .counter-icon {
		margin-right: 0;
		margin-bottom: var(--icon-space);
	}
}

.ygency-counter-box.icon-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ygency-counter-box.icon-right .counter-icon {
	margin-left: var(--icon-space);
}

@media only screen and (max-width: 479px) {
	.ygency-counter-box.icon-right.icon-back-top .counter-icon {
		margin-left: 0;
		margin-bottom: var(--icon-space);
	}
}

@media only screen and (max-width: 479px) {
	.ygency-counter-box.icon-left.icon-back-top, .ygency-counter-box.icon-right.icon-back-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ygency-counter-box.icon-left.icon-back-top.text-right, .ygency-counter-box.icon-right.icon-back-top.text-right {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.ygency-counter-box.icon-left.icon-back-top.text-center, .ygency-counter-box.icon-right.icon-back-top.text-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.ygency-counter-box.icon-left.icon-back-top.text-left, .ygency-counter-box.icon-right.icon-back-top.text-left {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
}

.ygency-counter-box .counter-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 22px;
	color: var(--ygency-primary-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-counter-box .counter-icon img {
	width: 65px;
}

.ygency-counter-box .counter-inner {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ygency-counter-box .counter-wrap {
	font-family: var(--ygency-secondary-font);
	font-size: 120px;
	font-weight: 700;
	line-height: 1;
	color: transparent;
	-webkit-text-stroke: 1px;
	-webkit-text-stroke-color: rgba(255, 255, 255, .2);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 15px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.ygency-counter-box .counter-wrap {
		font-size: 100px;
	}
}

.ygency-counter-box .counter-title {
	font-family: var(--ygency-primary-font);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--ygency-headline-color);
	margin: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-counter-box .counter-desc {
	font-size: 15px;
	font-weight: 400;
	line-height: 1.65;
	margin: 12px 0 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: var(--ygency-body-color);
}

.ygency-counter-box:hover .counter-wrap {
	color: var(--ygency-primary-color);
	-webkit-text-stroke-color: var(--ygency-primary-color);
}

.ygency-custom-shape {
	width: 280px;
	height: 280px;
	background-color: var(--ygency-primary-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: auto;
}

.ygency-custom-shape.shape-circle {
	border-radius: 50%;
}

.ygency-custom-shape.shape-triangle {
	-webkit-clip-path: polygon(0 0, 0% 100%, 100% 100%);
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
}

.ygency-custom-shape.shape-left {
	margin-right: auto;
}

.ygency-custom-shape.shape-center {
	margin: auto;
}

.ygency-custom-shape.shape-right {
	margin-left: auto;
}

.ygency-feature-box {
	position: relative;
	line-height: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	--index-space: 0;
}

.ygency-feature-box .box-index {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ygency-feature-box .box-desc {
	margin: 0;
	font-size: 16px;
	line-height: 2;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-feature-box .box-read-more {
	color: var(--ygency-body-color);
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ygency-feature-box .box-read-more .text {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 0;
	opacity: 0;
}

.ygency-feature-box .box-read-more .icon {
	font-size: 18px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ygency-feature-box .box-read-more i.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.ygency-feature-box:hover .box-read-more {
	color: var(--ygency-primary-color);
}

.ygency-feature-box:hover .box-read-more .text {
	padding-right: 10px;
	font-size: inherit;
	opacity: 1;
}

.ygency-feature-box.design-one {
	padding: 50px;
	background-color: var(--ygency-tertiary-color);
	border-bottom: 3px solid var(--ygency-primary-color);
	--index-space: 40px;
}

@media only screen and (max-width: 767px) {
	.ygency-feature-box.design-one {
		padding: 50px 40px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-feature-box.design-one {
		padding: 40px 30px;
	}
}

.ygency-feature-box.design-one .box-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 60px;
	height: 40px;
	font-size: 20px;
	line-height: 1;
	color: white;
	border: 2px solid var(--ygency-primary-color);
	border-radius: 15px;
	margin-bottom: var(--index-space);
}

.ygency-feature-box.design-one .box-title {
	font-size: 30px;
	margin-bottom: 30px;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.ygency-feature-box.design-one .box-title {
		font-size: 26px;
	}
}

.ygency-feature-box.design-two {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding-bottom: 35px;
	border-bottom: 1px solid var(--ygency-border-color);
	--index-space: 90px;
}

@media only screen and (max-width: 1200px) {
	.ygency-feature-box.design-two {
		--index-space: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-feature-box.design-two {
		--index-space: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-feature-box.design-two {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.ygency-feature-box.design-two .box-index {
	width: 45px;
	height: 45px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border: 1px solid var(--ygency-border-color);
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-family: var(--ygency-secondary-font);
	font-size: 16px;
	font-weight: 600;
	color: var(--ygency-headline-color);
	margin-right: var(--index-space);
}

@media only screen and (max-width: 479px) {
	.ygency-feature-box.design-two .box-index {
		margin-right: 0;
		margin-bottom: var(--index-space);
	}
}

.ygency-feature-box.design-two .box-title {
	font-size: 20px;
	line-height: 1.3;
	margin-bottom: 15px;
}

.ygency-feature-box.design-two .box-read-more {
	margin-top: 20px;
}

.ygency-feature-box.design-two:hover {
	border-color: var(--ygency-primary-color);
}

.ygency-feature-box.design-two:hover .box-index {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
}

.ygency-feature-box.design-three {
	padding-bottom: 50px;
	border-bottom: 2px solid var(--ygency-border-color);
	--index-space: 35px;
}

.ygency-feature-box.design-three .box-index {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 55px;
	font-weight: 300;
	color: rgba(255, 255, 255, .1);
	margin-bottom: var(--index-space);
}

@media only screen and (max-width: 767px) {
	.ygency-feature-box.design-three .box-index {
		font-size: 45px;
	}
}

.ygency-feature-box.design-three .box-title {
	font-size: 26px;
	line-height: 1.3;
	margin-bottom: 25px;
}

@media only screen and (max-width: 767px) {
	.ygency-feature-box.design-three .box-title {
		font-size: 24px;
	}
}

.ygency-feature-box.design-three .arrow-button {
	width: 85px;
	height: 85px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--ygency-tertiary-color);
	color: var(--ygency-primary-color);
	border-radius: 50%;
	font-size: 24px;
}

@media only screen and (max-width: 767px) {
	.ygency-feature-box.design-three .arrow-button {
		width: 65px;
		height: 65px;
		font-size: 20px;
	}
}

.ygency-feature-box.design-three .arrow-button i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ygency-feature-box.design-three .arrow-button i.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.ygency-feature-box.design-three:hover {
	border-color: var(--ygency-primary-color);
}

.ygency-feature-box.design-three:hover .box-index {
	color: var(--ygency-headline-color);
}

.ygency-feature-box.design-three:hover .arrow-button {
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
}

.ygency-feature-list .single-list-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	--icon-size: 35px;
}

.ygency-feature-list .single-list-item:not(:last-child) {
	padding-bottom: 55px;
}

.ygency-feature-list .single-list-item:not(:last-child)::before {
	position: absolute;
	content: "";
	left: calc(var(--icon-size) / 2);
	bottom: 20px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 2px;
	height: calc(100% - ( var(--icon-size) + 35px ));
	background: -webkit-gradient(linear, left top, left bottom, from(#55e6a5), to(rgba(255, 255, 255, 0)));
	background: -o-linear-gradient(top, #55e6a5 0%, rgba(255, 255, 255, 0) 100%);
	background: linear-gradient(180deg, #55e6a5 0%, rgba(255, 255, 255, 0) 100%);
}

.ygency-feature-list .single-list-item .list-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: var(--icon-size);
	height: var(--icon-size);
	margin-right: 25px;
	color: var(--ygency-headline-color);
	background-color: var(--ygency-primary-color);
	border-radius: 50%;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.ygency-feature-list .single-list-item .list-title {
	font-size: 22px;
	margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
	.ygency-feature-list .single-list-item .list-title {
		font-size: 20px;
	}
}

.ygency-feature-list .single-list-item .list-desc {
	margin: 0;
}

.ygency-icon-box {
	position: relative;
	background-color: var(--ygency-secondary-color);
	line-height: 1;
	border-radius: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 17px 40px;
	z-index: 1;
	-webkit-box-shadow: 0px 5px 0px 0px var(--ygency-primary-color);
	box-shadow: 0px 5px 0px 0px var(--ygency-primary-color);
	top: 0;
}

@media only screen and (max-width: 767px) {
	.ygency-icon-box {
		padding: 10px 15px;
	}
}

.ygency-icon-box .icon {
	margin-right: 15px;
	font-size: 35px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	color: var(--ygency-primary-color);
}

.ygency-icon-box .icon img {
	width: 35px;
	height: 35px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ygency-icon-box .title {
	margin: 0;
	color: var(--ygency-dark-color);
	font-size: 20px;
	font-weight: 600;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.ygency-icon-box .title {
		font-size: 18px;
	}
}

.ygency-icon-box .box-url {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.ygency-icon-box:hover {
	top: -15px;
}

.ygency-iconic-box {
	position: relative;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 30px 40px;
	background-color: var(--ygency-tertiary-color);
	border: 1px solid var(--ygency-border-color);
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1200px) {
	.ygency-iconic-box {
		padding: 30px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-iconic-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.ygency-iconic-box, .ygency-iconic-box .icon, .ygency-iconic-box .icon::after, .ygency-iconic-box .title, .ygency-iconic-box .description, .ygency-iconic-box .arrow-icon {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-iconic-box .title, .ygency-iconic-box .description {
	margin: 0;
}

.ygency-iconic-box .icon {
	position: relative;
	z-index: 1;
	line-height: 1;
	font-size: 50px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 38px;
	color: var(--ygency-primary-color);
}

@media only screen and (max-width: 479px) {
	.ygency-iconic-box .icon {
		margin-right: 0;
		margin-bottom: 40px;
	}
}

.ygency-iconic-box .icon::after {
	content: "";
	position: absolute;
	z-index: -1;
	right: -8px;
	bottom: -8px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, .07);
}

.ygency-iconic-box .icon img {
	width: 50px;
}

.ygency-iconic-box .title {
	font-size: 20px;
	letter-spacing: -.02em;
	margin-bottom: 12px;
}

.ygency-iconic-box .description {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.75;
}

.ygency-iconic-box .content {
	margin-right: 30px;
}

@media only screen and (max-width: 479px) {
	.ygency-iconic-box .content {
		margin-right: 0;
		margin-bottom: 30px;
	}
}

.ygency-iconic-box .arrow-icon {
	width: 45px;
	height: 45px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border: 1px solid var(--ygency-border-color);
	color: rgba(255, 255, 255, .75);
	font-size: 16px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-left: auto;
}

@media only screen and (max-width: 479px) {
	.ygency-iconic-box .arrow-icon {
		margin-left: 0;
	}
}

.ygency-iconic-box .arrow-icon i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ygency-iconic-box:hover {
	border-color: var(--ygency-primary-color);
}

.ygency-iconic-box:hover .arrow-icon {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
	color: var(--ygency-tertiary-color);
}

.ygency-iconic-card {
	position: relative;
	z-index: 1;
	padding: 10px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	background: var(--ygency-tertiary-color);
}

.ygency-iconic-card::before, .ygency-iconic-card::after {
	content: "";
	position: absolute;
	right: 30px;
	top: 35px;
	z-index: -1;
	width: 110px;
	height: 110px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-radius: 50%;
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .07)), to(rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(top, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(180deg, rgba(255, 255, 255, .07) 0%, rgba(255, 255, 255, 0) 100%);
}

.ygency-iconic-card::after {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(9, 9, 9, .2)), to(rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(top, rgba(9, 9, 9, .2) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(180deg, rgba(9, 9, 9, .2) 0%, rgba(255, 255, 255, 0) 100%);
	opacity: 0;
	visibility: hidden;
}

.ygency-iconic-card .content {
	padding: 30px 30px 40px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 479px) {
	.ygency-iconic-card .content {
		padding: 30px 25px 40px;
	}
}

.ygency-iconic-card .icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 60px;
	margin-bottom: 35px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-iconic-card .icon img {
	width: 60px;
}

@media only screen and (max-width: 767px) {
	.ygency-iconic-card .icon {
		font-size: 50px;
	}
}

.ygency-iconic-card .title {
	margin: 0;
	font-size: 20px;
}

.ygency-iconic-card .desc {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 15px 0 0;
}

.ygency-iconic-card .arrow-button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	font-size: 16px;
	color: var(--ygency-primary-color);
	background-color: var(--ygency-dark-color);
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 2;
}

.ygency-iconic-card .arrow-button i {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ygency-iconic-card .card-image {
	width: 100%;
	height: 115px;
}

.ygency-iconic-card .card-image img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ygency-iconic-card:hover {
	background-color: var(--ygency-primary-color);
}

.ygency-iconic-card:hover::before {
	opacity: 0;
	visibility: hidden;
}

.ygency-iconic-card:hover::after {
	opacity: 1;
	visibility: visible;
}

.ygency-iconic-card:hover .title a, .ygency-iconic-card:hover .icon, .ygency-iconic-card:hover .desc {
	color: var(--ygency-dark-color);
}

.ygency-info-box {
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 1;
	z-index: 1;
	--badge-h-offset: 0px;
	--badge-v-offset: 0px;
	--badge-rotate: 0deg;
	--icon-space: 35px;
}

.ygency-info-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.ygency-info-box:hover::before {
	opacity: 1;
	visibility: visible;
}

.ygency-info-box.text-center {
	text-align: center;
}

.ygency-info-box.text-center .box-title {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ygency-info-box.text-right {
	text-align: right;
}

.ygency-info-box.text-right .box-title {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ygency-info-box.text-left {
	text-align: left;
}

.ygency-info-box.icon-top .box-icon {
	margin-bottom: var(--icon-space);
}

.ygency-info-box.icon-left {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ygency-info-box.icon-left .box-icon {
	margin-right: var(--icon-space);
}

@media only screen and (max-width: 479px) {
	.ygency-info-box.icon-left.icon-back-top {
		-webkit-box-pack: start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important;
	}
	
	.ygency-info-box.icon-left.icon-back-top .box-icon {
		margin-right: 0;
		margin-bottom: var(--icon-space);
	}
}

.ygency-info-box.icon-right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ygency-info-box.icon-right .box-icon {
	margin-left: var(--icon-space);
}

.ygency-info-box.icon-right .box-title {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ygency-info-box.icon-right.text-left .box-title {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ygency-info-box.icon-right.text-right .box-title {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

@media only screen and (max-width: 479px) {
	.ygency-info-box.icon-right.icon-back-top .box-icon {
		margin-left: 0;
		margin-bottom: var(--icon-space);
	}
}

@media only screen and (max-width: 479px) {
	.ygency-info-box.icon-left.icon-back-top, .ygency-info-box.icon-right.icon-back-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ygency-info-box.icon-left.icon-back-top .box-title, .ygency-info-box.icon-right.icon-back-top .box-title {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	
	.ygency-info-box.icon-left.icon-back-top.text-right, .ygency-info-box.icon-right.icon-back-top.text-right {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.ygency-info-box.icon-left.icon-back-top.text-right .box-title, .ygency-info-box.icon-right.icon-back-top.text-right .box-title {
		-webkit-box-align: end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important;
	}
	
	.ygency-info-box.icon-left.icon-back-top.text-center, .ygency-info-box.icon-right.icon-back-top.text-center {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.ygency-info-box.icon-left.icon-back-top.text-center .box-title, .ygency-info-box.icon-right.icon-back-top.text-center .box-title {
		-webkit-box-align: center !important;
		-ms-flex-align: center !important;
		align-items: center !important;
	}
	
	.ygency-info-box.icon-left.icon-back-top.text-left, .ygency-info-box.icon-right.icon-back-top.text-left {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
	
	.ygency-info-box.icon-left.icon-back-top.text-left .box-title, .ygency-info-box.icon-right.icon-back-top.text-left .box-title {
		-webkit-box-align: start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important;
	}
}

.ygency-info-box .box-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.ygency-info-box .box-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-size: 55px;
	color: var(--ygency-primary-color);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
}

.ygency-info-box .box-icon img {
	width: 60px;
	height: 60px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ygency-info-box .box-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 22px;
	line-height: 1.4;
	margin: 0 0 25px;
	padding: 0 0 25px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	border-bottom: 1px solid var(--ygency-border-color);
}

.ygency-info-box .box-title a {
	display: block;
	color: inherit;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.ygency-info-box .box-title a:hover {
	color: inherit;
}

.ygency-info-box .description {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-info-box .read-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 500;
	color: var(--ygency-secondary-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-info-box .read-more i.fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.ygency-info-box .read-more.icon-left {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ygency-info-box .read-more.icon-left i {
	margin-left: 0;
	margin-right: 10px;
}

.ygency-info-box .read-more.icon-right i {
	margin-left: 10px;
}

.ygency-info-box .read-more:hover {
	color: var(--ygency-primary-color);
}

.ygency-info-box .box-badge {
	position: absolute;
	right: var(--badge-h-offset);
	top: var(--badge-v-offset);
	padding: 5px 10px;
	border-radius: 30px;
	vertical-align: middle;
	background: var(--ygency-primary-color);
	color: var(--ygency-secondary-color);
	font-size: 11px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	line-height: 1;
	-webkit-transform: rotate(var(--badge-rotate));
	-ms-transform: rotate(var(--badge-rotate));
	transform: rotate(var(--badge-rotate));
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-info-box .box-badge.badge-top-left {
	left: var(--badge-h-offset);
	right: auto;
}

.ygency-info-box .box-badge.badge-bottom-left {
	top: auto;
	bottom: var(--badge-v-offset);
	left: var(--badge-h-offset);
	right: auto;
}

.ygency-info-box .box-badge.badge-bottom-right {
	top: auto;
	bottom: var(--badge-v-offset);
}

.ygency-info-box .box-wrapper-link {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 3;
}

.ygency-search-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.ygency-search-form .search-submit {
	padding: 0;
	width: 80px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 80px;
	flex: 0 0 80px;
	height: 70px;
}

.ygency-search-form .search-submit i {
	margin: 0;
}

.ygency-search-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ygency-search-wrapper .search-icon {
	cursor: pointer;
	font-size: 18px;
	line-height: 1;
	color: var(--ygency-headline-color);
	padding: 8px;
}

.ygency-search-wrapper .ygency-search-canvas {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 65%;
	-webkit-transition: .65s ease;
	-o-transition: .65s ease;
	transition: .65s ease;
	padding: 35px;
	z-index: 99999;
	-webkit-transform: translate(-50%, -50%) scale(.5);
	-ms-transform: translate(-50%, -50%) scale(.5);
	transform: translate(-50%, -50%) scale(.5);
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1024px) {
	.ygency-search-wrapper .ygency-search-canvas {
		width: 80%;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-search-wrapper .ygency-search-canvas {
		width: 100%;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-search-wrapper .ygency-search-canvas {
		padding: 30px;
	}
}

.ygency-search-wrapper .ygency-search-canvas .canvas-inner {
	position: relative;
}

.ygency-search-wrapper .ygency-search-canvas .search-close {
	position: absolute;
	color: var(--ygency-headline-color);
	right: 35px;
	top: 0;
	font-size: 25px;
	line-height: 1;
	padding: 5px;
	cursor: pointer;
}

@media only screen and (max-width: 479px) {
	.ygency-search-wrapper .ygency-search-canvas .search-close {
		font-size: 20px;
	}
}

.ygency-search-wrapper .ygency-search-canvas input {
	background-color: transparent;
	border: none;
	border-bottom: 1px solid var(--ygency-headline-color);
	padding: 0;
	color: var(--ygency-headline-color);
}

.ygency-search-wrapper .ygency-search-canvas input:focus {
	border-color: transparent;
	border-bottom-color: var(--ygency-headline-color);
}

.ygency-search-wrapper {
	font-size: 15px;
}

.ygency-search-wrapper button {
	width: auto;
	height: auto;
	background-color: transparent;
}

.ygency-search-wrapper .ygency-search-overly {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	-webkit-transition: .55s ease;
	-o-transition: .55s ease;
	transition: .55s ease;
	background-color: #000;
	z-index: 99998;
	opacity: 0;
	visibility: hidden;
}

.ygency-search-wrapper.show-search-canvas .ygency-search-canvas {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%) scale(1);
	-ms-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
}

.ygency-search-wrapper.show-search-canvas .ygency-search-overly {
	opacity: 1;
	visibility: visible;
}

.ygency-nav-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ygency-nav-menu .nav-menu-wrapper {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.ygency-nav-menu .nav-menu-wrapper ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ygency-nav-menu .nav-menu-wrapper ul.primary-menu > li {
	height: 100px;
}

.ygency-nav-menu .nav-menu-wrapper ul.primary-menu > li > a {
	height: 100%;
}

.ygency-nav-menu .nav-menu-wrapper a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px;
	color: var(--ygency-secondary-color);
	font-family: var(--ygency-secondary-font);
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	line-height: 1.4;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}

@media only screen and (max-width: 1349px) {
	.ygency-nav-menu .nav-menu-wrapper a {
		font-size: 16px;
	}
}

.ygency-nav-menu .nav-menu-wrapper a:hover {
	color: var(--ygency-primary-color);
}

.ygency-nav-menu .nav-menu-wrapper a .submenu-toggler {
	margin-left: 8px;
	font-size: 90%;
}

.ygency-nav-menu .nav-menu-wrapper li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 15px;
	position: relative;
	height: 100%;
}

.ygency-nav-menu .nav-menu-wrapper .sub-menu {
	position: absolute;
	left: 0;
	top: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: var(--ygency-tertiary-color);
	-webkit-box-shadow: 0 2px 8px 0 rgba(0, 29, 35, .05);
	box-shadow: 0 2px 8px 0 rgba(0, 29, 35, .05);
	width: 260px;
	opacity: 0;
	pointer-events: none;
	will-change: opacity, transform;
	z-index: 10;
	-webkit-transform: translate3d(0, 18px, 0);
	transform: translate3d(0, 18px, 0);
	-webkit-transition: opacity .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.1, .76, .37, 1.19);
	transition: opacity .3s cubic-bezier(.165, .84, .44, 1), -webkit-transform .4s cubic-bezier(.1, .76, .37, 1.19);
	transition: opacity .3s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.1, .76, .37, 1.19);
	transition: opacity .3s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.1, .76, .37, 1.19), -webkit-transform .4s cubic-bezier(.1, .76, .37, 1.19);
	-o-transition: opacity .3s cubic-bezier(.165, .84, .44, 1), transform .4s cubic-bezier(.1, .76, .37, 1.19);
}

.ygency-nav-menu .nav-menu-wrapper .sub-menu a {
	padding: 15px 20px;
	width: 100%;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 16px;
}

.ygency-nav-menu .nav-menu-wrapper .sub-menu a .submenu-toggler i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.ygency-nav-menu .nav-menu-wrapper .sub-menu li {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: 0 !important;
	padding: 0;
}

.ygency-nav-menu .nav-menu-wrapper .sub-menu li:not(:last-child) {
	border-bottom: 1px solid var(--ygency-border-color);
}

.ygency-nav-menu .nav-menu-wrapper .sub-menu li .sub-menu {
	left: 100%;
	top: 80%;
}

.ygency-nav-menu .nav-menu-wrapper .sub-menu li:hover > .sub-menu {
	top: 0;
}

.ygency-nav-menu .nav-menu-wrapper li.current_page_item > a {
	color: var(--ygency-primary-color);
}

.ygency-nav-menu .nav-menu-wrapper li:hover > .sub-menu {
	opacity: 1;
	-webkit-transform: none !important;
	-ms-transform: none !important;
	transform: none !important;
	pointer-events: all;
}

.ygency-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu {
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ygency-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu > li:last-child {
	margin-right: 0;
}

.ygency-nav-menu .nav-menu-wrapper.nav-right ul.primary-menu > li:last-child > a {
	padding-right: 0;
}

.ygency-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ygency-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu > li:first-child {
	margin-left: 0;
}

.ygency-nav-menu .nav-menu-wrapper.nav-left ul.primary-menu > li:first-child > a {
	padding-left: 0;
}

.ygency-nav-menu .navbar-toggler {
	width: 50px;
	height: 42px;
	border: 1px solid var(--ygency-secondary-color);
	border-radius: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
	display: none;
}

.ygency-nav-menu .navbar-toggler .line {
	height: 2px;
	width: 30px;
	display: block;
	margin: 6px auto;
	background-color: var(--ygency-secondary-color);
}

.ygency-nav-menu .slide-panel-wrapper {
	display: none;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-overly {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	z-index: 9998;
	background-color: rgba(0, 0, 0, .4);
	opacity: 0;
	visibility: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-content {
	position: fixed;
	z-index: 9999;
	background-color: var(--ygency-tertiary-color);
	overflow: hidden;
	width: 340px;
	height: 100vh;
	left: 0;
	top: 0;
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
	opacity: 0;
	-webkit-transition: -webkit-transform .45s ease-in-out;
	transition: -webkit-transform .45s ease-in-out;
	transition: transform .45s ease-in-out;
	transition: transform .45s ease-in-out, -webkit-transform .45s ease-in-out;
	-o-transition: transform .45s ease-in-out;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 50px 30px 40px;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-content::-webkit-scrollbar {
	width: 0;
}

@media only screen and (max-width: 479px) {
	.ygency-nav-menu .slide-panel-wrapper .slide-panel-content {
		width: calc(100% - 40px);
	}
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-close {
	position: absolute;
	top: 20px;
	right: 30px;
	z-index: 2;
	font-size: 28px;
	line-height: 1;
	color: var(--ygency-secondary-color);
	cursor: pointer;
}

.ygency-nav-menu .slide-panel-wrapper.show-panel .slide-panel-overly {
	opacity: 1;
	visibility: visible;
}

.ygency-nav-menu .slide-panel-wrapper.show-panel .slide-panel-content {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-logo {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: var(--ygency-secondary-color);
	margin-bottom: 40px;
	max-width: 150px;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu ul.primary-menu {
	border-top: 1px solid var(--ygency-border-color);
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 15px 45px 15px 0;
	color: var(--ygency-secondary-color);
	font-family: var(--ygency-primary-font);
	font-size: 15px;
	font-weight: 500;
	line-height: 1.4;
	text-transform: capitalize;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	border-bottom: 1px solid var(--ygency-border-color);
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler {
	position: absolute;
	right: 0;
	top: 0;
	width: 45px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-left: 1px solid var(--ygency-border-color);
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler i {
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu a .submenu-toggler.submenu-active i {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu li {
	margin: 0;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu li.current_page_item > a {
	color: var(--ygency-primary-color);
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu {
	display: none;
}

.ygency-nav-menu .slide-panel-wrapper .slide-panel-menu .sub-menu a {
	padding-left: 20px;
}

.ygency-nav-menu.mobile-expand-all {
	height: 90px;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

.ygency-nav-menu.mobile-expand-all .nav-menu-wrapper {
	display: none;
}

.ygency-nav-menu.mobile-expand-all .navbar-toggler {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.ygency-nav-menu.mobile-expand-all .slide-panel-wrapper {
	display: block;
}

@media only screen and (max-width: 1024px) {
	.ygency-nav-menu.mobile-expand-lg {
		height: 90px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.ygency-nav-menu.mobile-expand-lg .nav-menu-wrapper {
		display: none;
	}
	
	.ygency-nav-menu.mobile-expand-lg .navbar-toggler {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.ygency-nav-menu.mobile-expand-lg .slide-panel-wrapper {
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-nav-menu.mobile-expand-md {
		height: 90px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.ygency-nav-menu.mobile-expand-md .nav-menu-wrapper {
		display: none;
	}
	
	.ygency-nav-menu.mobile-expand-md .navbar-toggler {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.ygency-nav-menu.mobile-expand-md .slide-panel-wrapper {
		display: block;
	}
}

@media only screen and (max-width: 1200px) {
	.ygency-nav-menu.mobile-expand-xl {
		height: 90px;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	
	.ygency-nav-menu.mobile-expand-xl .nav-menu-wrapper {
		display: none;
	}
	
	.ygency-nav-menu.mobile-expand-xl .navbar-toggler {
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
	}
	
	.ygency-nav-menu.mobile-expand-xl .slide-panel-wrapper {
		display: block;
	}
}

body.admin-bar .ygency-nav-menu .slide-panel-wrapper .slide-panel-overly, body.admin-bar .ygency-nav-menu .slide-panel-wrapper .slide-panel-content {
	top: 32px;
	height: calc(100vh - 32px);
}

@media screen and (max-width: 782px) {
	body.admin-bar .ygency-nav-menu .slide-panel-wrapper .slide-panel-overly, body.admin-bar .ygency-nav-menu .slide-panel-wrapper .slide-panel-content {
		top: 46px;
		height: calc(100vh - 46px);
	}
}

.ygency-offcanvas-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100vh;
	z-index: 9999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-transition: all .3s linear .15s;
	-o-transition: all .3s linear .15s;
	transition: all .3s linear .15s;
}

.ygency-offcanvas-wrapper .offcanvas-overly {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgba(0, 0, 0, .7);
	cursor: pointer;
	-webkit-transition: all .3s linear .15s;
	-o-transition: all .3s linear .15s;
	transition: all .3s linear .15s;
}

.ygency-offcanvas-wrapper .offcanvas-container {
	position: relative;
	z-index: 2;
	max-width: 100%;
	height: 100%;
	overflow: hidden;
	overflow: hidden;
	width: 420px;
	background-color: var(--ygency-tertiary-color);
	-webkit-transition: all .3s linear .15s;
	-o-transition: all .3s linear .15s;
	transition: all .3s linear .15s;
	overflow-y: scroll;
}

.ygency-offcanvas-wrapper .offcanvas-container::-webkit-scrollbar {
	width: 0;
}

.ygency-offcanvas-wrapper .offcanvas-container .offcanvas-close {
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	cursor: pointer;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-secondary-color);
	z-index: 99;
}

.admin-bar .ygency-offcanvas-wrapper {
	top: 32px;
}

@media screen and (max-width: 782px) {
	.admin-bar .ygency-offcanvas-wrapper {
		top: 46px;
	}
}

.ygency-offcanvas .offcanvas-toggle {
	width: 50px;
	height: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 0;
	background-color: var(--ygency-primary-color);
	font-size: 18px;
	border-radius: 50%;
	border: none;
}

.ygency-offcanvas .offcanvas-toggle:hover {
	background-color: var(--ygency-secondary-color);
}

.ygency-offcanvas .offcanvas-toggle svg {
	fill: none;
}

.ygency-offcanvas .offcanvas-toggle.toggle-left {
	margin-right: auto;
}

.ygency-offcanvas .offcanvas-toggle.toggle-center {
	margin: auto;
}

.ygency-offcanvas .offcanvas-toggle.toggle-right {
	margin-left: auto;
}

.ygency-offcanvas .ygency-offcanvas-wrapper {
	z-index: 0;
	visibility: hidden;
}

.ygency-offcanvas .ygency-offcanvas-wrapper .offcanvas-container {
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
}

.ygency-offcanvas .ygency-offcanvas-wrapper .offcanvas-overly {
	opacity: 0;
	visibility: hidden;
}

.ygency-offcanvas .ygency-offcanvas-wrapper.offcanvas-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.ygency-offcanvas .ygency-offcanvas-wrapper.offcanvas-left .offcanvas-close {
	left: auto;
	right: 0;
}

.ygency-offcanvas .ygency-offcanvas-wrapper.offcanvas-left .offcanvas-container {
	-webkit-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	transform: translateX(-100%);
}

.ygency-offcanvas .ygency-offcanvas-wrapper.show-offcanvas {
	z-index: 9999;
	visibility: visible;
}

.ygency-offcanvas .ygency-offcanvas-wrapper.show-offcanvas .offcanvas-container {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	opacity: 1;
	visibility: visible;
}

.ygency-offcanvas .ygency-offcanvas-wrapper.show-offcanvas .offcanvas-overly {
	opacity: 1;
	visibility: visible;
}

.ygency-portfolio-items {
	--thumb-gap: 40px;
}

.ygency-portfolio-items .portfolio-item {
	position: relative;
	z-index: 1;
	min-width: 0;
	line-height: 1;
}

.ygency-portfolio-items .portfolio-item .portfolio-thumbnail {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}

.ygency-portfolio-items .portfolio-item .portfolio-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center;
}

.ygency-portfolio-items .portfolio-item .portfolio-thumbnail.have-hover-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--ygency-primary-color);
	mix-blend-mode: multiply;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.ygency-portfolio-items .portfolio-item .portfolio-thumbnail .hover-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -30%);
	-ms-transform: translate(-50%, -30%);
	transform: translate(-50%, -30%);
	width: 90px;
	height: 90px;
	border-radius: 50%;
	background-color: var(--ygency-secondary-color);
	color: var(--ygency-dark-color);
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items .portfolio-item .portfolio-thumbnail .hover-icon {
		width: 65px;
		height: 65px;
	}
}

.ygency-portfolio-items .portfolio-item .portfolio-thumbnail .hover-icon svg {
	width: 20px;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items .portfolio-item .portfolio-thumbnail .hover-icon svg {
		width: 16px;
	}
}

.ygency-portfolio-items .portfolio-item .portfolio-thumbnail .hover-icon svg path {
	stroke: var(--ygency-dark-color);
}

.ygency-portfolio-items .portfolio-item .categories {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.ygency-portfolio-items .portfolio-item .categories a {
	font-size: 20px;
	line-height: 1.4;
	color: var(--ygency-body-color);
	margin-bottom: 5px;
	margin-right: 5px;
	text-transform: capitalize;
	text-decoration: underline;
	text-underline-offset: 2px;
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items .portfolio-item .categories a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items .portfolio-item .categories a {
		font-size: 16px;
	}
}

.ygency-portfolio-items .portfolio-item .categories a:hover {
	color: var(--ygency-secondary-color);
}

.ygency-portfolio-items .portfolio-item .title {
	margin: 0;
	line-height: 1.3;
	text-decoration-thickness: 2px;
	text-underline-offset: 8px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-portfolio-items .portfolio-item .title a {
	display: block;
	color: inherit;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.ygency-portfolio-items .portfolio-item .title .last-word {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	font-weight: 400;
	font-style: italic;
	color: var(--ygency-primary-color);
}

.ygency-portfolio-items .portfolio-item .title:hover {
	text-decoration: underline;
}

.ygency-portfolio-items .portfolio-item .title:hover .last-word {
	text-decoration: underline;
}

.ygency-portfolio-items .portfolio-item p {
	font-size: 16px;
	line-height: 1.85;
	margin-bottom: 0;
	margin-top: 60px;
	padding-top: 60px;
	border-top: 1px solid var(--ygency-border-color);
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items .portfolio-item p {
		margin-top: 50px;
		padding-top: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items .portfolio-item p {
		margin-top: 40px;
		padding-top: 40px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items .portfolio-item p {
		margin-top: 35px;
		padding-top: 35px;
	}
}

.ygency-portfolio-items .portfolio-item .read-more {
	margin-top: 40px;
	color: var(--ygency-body-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	font-weight: 500;
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items .portfolio-item .read-more {
		font-size: 16px;
	}
}

.ygency-portfolio-items .portfolio-item .read-more .text {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2.5px;
}

.ygency-portfolio-items .portfolio-item .read-more .icon {
	rotate: -45deg;
	margin-left: 8px;
}

.ygency-portfolio-items .portfolio-item .read-more .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.ygency-portfolio-items .portfolio-item .read-more:hover {
	color: var(--ygency-primary-color);
}

.ygency-portfolio-items .portfolio-item:hover .have-hover-icon::before {
	opacity: 1;
	visibility: visible;
}

.ygency-portfolio-items .portfolio-item:hover .hover-icon {
	opacity: 1;
	visibility: visible;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.ygency-portfolio-items.design-normal {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 110px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 110px;
	grid-column-gap: 110px;
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items.design-normal {
		grid-row-gap: 80px;
		grid-column-gap: 80px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-normal {
		grid-column-gap: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-normal {
		grid-row-gap: 60px;
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.ygency-portfolio-items.design-normal .portfolio-thumbnail {
	width: 100%;
	height: 535px;
	margin-bottom: var(--thumb-gap);
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items.design-normal .portfolio-thumbnail {
		height: 420px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-normal .portfolio-thumbnail {
		height: 320px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-normal .portfolio-thumbnail {
		height: 280px;
	}
}

.ygency-portfolio-items.design-normal .title {
	font-size: 48px;
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items.design-normal .title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-normal .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-normal .title {
		font-size: 24px;
	}
}

.ygency-portfolio-items.design-normal .portfolio-content {
	padding: 0 50px 0;
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-normal .portfolio-content {
		padding: 0 30px 0;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-normal .portfolio-content {
		padding: 0 20px 0;
	}
}

.ygency-portfolio-items.design-flex {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr;
	grid-template-columns: repeat(1, 1fr);
	grid-row-gap: 80px;
	grid-column-gap: 30px;
	--thumb-gap: 80px;
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items.design-flex {
		--thumb-gap: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-flex {
		--thumb-gap: 45px;
		grid-row-gap: 60px;
	}
}

.ygency-portfolio-items.design-flex .portfolio-thumbnail {
	width: 520px;
	height: 535px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: var(--thumb-gap);
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items.design-flex .portfolio-thumbnail {
		width: 460px;
		height: 480px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-flex .portfolio-thumbnail {
		width: 580px;
		margin-right: 0;
		margin-bottom: var(--thumb-gap);
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-flex .portfolio-thumbnail {
		width: 100%;
		height: 340px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-flex .portfolio-thumbnail {
		height: 280px;
	}
}

.ygency-portfolio-items.design-flex .portfolio-content {
	max-width: 480px;
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-flex .portfolio-content {
		max-width: 100%;
		padding: 0 20px;
	}
}

.ygency-portfolio-items.design-flex .title {
	font-size: 48px;
}

@media only screen and (max-width: 1200px) {
	.ygency-portfolio-items.design-flex .title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-flex .title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-flex .title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-flex .title {
		font-size: 24px;
	}
}

.ygency-portfolio-items.design-flex .portfolio-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-flex .portfolio-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.ygency-portfolio-items.design-flex .portfolio-item:nth-child(even) {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-flex .portfolio-item:nth-child(even) {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.ygency-portfolio-items.design-flex .portfolio-item:nth-child(even) .portfolio-thumbnail {
	margin-right: 0;
	margin-left: var(--thumb-gap);
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-flex .portfolio-item:nth-child(even) .portfolio-thumbnail {
		margin-left: 0;
		margin-bottom: var(--thumb-gap);
	}
}

.ygency-portfolio-items.design-creative {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 50px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-row-gap: 50px;
	grid-column-gap: 50px;
	--thumb-gap: 50px;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.ygency-portfolio-items.design-creative {
		--thumb-gap: 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-creative {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-creative {
		--thumb-gap: 30px;
	}
}

.ygency-portfolio-items.design-creative .portfolio-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-creative .portfolio-item {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.ygency-portfolio-items.design-creative .portfolio-thumbnail {
	width: 320px;
	height: 320px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	border-radius: 50%;
	margin: 0 var(--thumb-gap) 0 0;
}

@media only screen and (max-width: 1349px) {
	.ygency-portfolio-items.design-creative .portfolio-thumbnail {
		width: 280px;
		height: 280px;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.ygency-portfolio-items.design-creative .portfolio-thumbnail {
		width: 200px;
		height: 200px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-creative .portfolio-thumbnail {
		margin-right: 0;
		margin-bottom: var(--thumb-gap);
	}
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-creative .portfolio-thumbnail {
		width: 260px;
		height: 260px;
	}
}

.ygency-portfolio-items.design-creative .portfolio-thumbnail::before {
	border-radius: 50%;
}

.ygency-portfolio-items.design-creative .portfolio-thumbnail .hover-icon {
	width: 65px;
	height: 65px;
}

.ygency-portfolio-items.design-creative .portfolio-thumbnail .hover-icon svg {
	width: 15px;
}

.ygency-portfolio-items.design-creative .portfolio-content {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-creative .portfolio-content {
		width: 100%;
	}
}

.ygency-portfolio-items.design-creative .title {
	font-size: 24px;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.ygency-portfolio-items.design-creative .title {
		font-size: 22px;
	}
}

.ygency-portfolio-items.design-creative .categories a {
	font-size: 18px;
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-creative .categories a {
		font-size: 16px;
	}
}

.ygency-portfolio-items.design-creative .read-more {
	font-size: 16px;
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-creative .read-more {
		font-size: 15px;
	}
}

.ygency-portfolio-items.design-content-hover {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 30px;
	grid-column-gap: 30px;
	--thumb-gap: 0;
}

@media only screen and (max-width: 1024px) {
	.ygency-portfolio-items.design-content-hover {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-content-hover {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.ygency-portfolio-items.design-content-hover .portfolio-thumbnail {
	width: 100%;
	height: 500px;
}

@media only screen and (max-width: 767px) {
	.ygency-portfolio-items.design-content-hover .portfolio-thumbnail {
		height: 400px;
	}
}

.ygency-portfolio-items.design-content-hover .portfolio-thumbnail .hover-icon {
	left: auto;
	top: 30px;
	right: 0;
	width: 80px;
	height: 80px;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-content-hover .portfolio-thumbnail .hover-icon {
		width: 60px;
		height: 60px;
	}
}

.ygency-portfolio-items.design-content-hover .portfolio-thumbnail .hover-icon svg {
	width: 16px;
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-content-hover .portfolio-thumbnail .hover-icon svg {
		width: 14px;
	}
}

.ygency-portfolio-items.design-content-hover .portfolio-content {
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 35px;
	z-index: 2;
	overflow: hidden;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-content-hover .portfolio-content {
		padding: 30px;
	}
}

.ygency-portfolio-items.design-content-hover .portfolio-content .title {
	font-size: 24px;
	font-weight: 600;
	padding: 15px 20px;
	background-color: var(--ygency-dark-color);
	color: var(--ygency-headline-color);
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
	-webkit-transition: .6s;
	-o-transition: .6s;
	transition: .6s;
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-content-hover .portfolio-content .title {
		font-size: 20px;
	}
}

.ygency-portfolio-items.design-content-hover .portfolio-content .title .last-word {
	color: var(--ygency-headline-color);
	font-style: normal;
	font-weight: 600;
}

.ygency-portfolio-items.design-content-hover .portfolio-content .title:hover {
	text-decoration: none;
}

.ygency-portfolio-items.design-content-hover .portfolio-content .title:hover .last-word {
	text-decoration: none;
}

.ygency-portfolio-items.design-content-hover .portfolio-content .categories {
	background-color: var(--ygency-secondary-color);
	margin: 0;
	padding: 10px 15px 5px 20px;
	-webkit-transform: translateX(-50px);
	-ms-transform: translateX(-50px);
	transform: translateX(-50px);
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.ygency-portfolio-items.design-content-hover .portfolio-content .categories a {
	color: var(--ygency-dark-color);
	font-size: 18px;
	text-decoration: none;
	line-height: 1.1;
}

@media only screen and (max-width: 479px) {
	.ygency-portfolio-items.design-content-hover .portfolio-content .categories a {
		font-size: 15px;
	}
}

.ygency-portfolio-items.design-content-hover .portfolio-content .categories a:not(:last-child)::after {
	content: ",";
}

.ygency-portfolio-items.design-content-hover .portfolio-item:hover .hover-icon {
	right: 30px;
}

.ygency-portfolio-items.design-content-hover .portfolio-item:hover .title, .ygency-portfolio-items.design-content-hover .portfolio-item:hover .categories {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}

.ygency-portfolio-items.ygency-slider-wrapper {
	display: block;
}

.ygency-post-boxes {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 30px;
	grid-row-gap: 60px;
	line-height: 1;
	--thumb-gap: 40px;
}

@media only screen and (max-width: 1024px) {
	.ygency-post-boxes {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.ygency-post-boxes {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.ygency-post-boxes.ygency-slider-wrapper {
	display: block;
}

.ygency-post-boxes .ygency-post-box {
	position: relative;
	overflow: hidden;
	min-width: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-post-boxes .ygency-post-box .post-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	position: relative;
	z-index: 2;
}

.ygency-post-boxes .ygency-post-box .post-thumbnail {
	margin-bottom: var(--thumb-gap);
	width: 100%;
	height: 450px;
	overflow: hidden;
	position: relative;
	max-width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 1200px) {
	.ygency-post-boxes .ygency-post-box .post-thumbnail {
		height: 380px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-post-boxes .ygency-post-box .post-thumbnail {
		height: 320px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-post-boxes .ygency-post-box .post-thumbnail {
		height: 280px;
	}
}

.ygency-post-boxes .ygency-post-box .post-thumbnail img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
}

.ygency-post-boxes .ygency-post-box .post-thumbnail.have-hover-icon::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(0, 0, 0, .85);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

.ygency-post-boxes .ygency-post-box .post-thumbnail .hover-icon {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 75px;
	height: 75px;
	border-radius: 50%;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 0;
	visibility: hidden;
}

@media only screen and (max-width: 1024px) {
	.ygency-post-boxes .ygency-post-box .post-thumbnail .hover-icon {
		width: 60px;
		height: 60px;
	}
}

.ygency-post-boxes .ygency-post-box .post-thumbnail .hover-icon svg {
	width: 20px;
	height: auto;
}

@media only screen and (max-width: 1024px) {
	.ygency-post-boxes .ygency-post-box .post-thumbnail .hover-icon svg {
		width: 16px;
	}
}

.ygency-post-boxes .ygency-post-box .post-thumbnail .hover-icon svg path {
	stroke: var(--ygency-dark-color);
}

.ygency-post-boxes .ygency-post-box:hover .post-thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.ygency-post-boxes .ygency-post-box:hover .post-thumbnail .hover-icon {
	opacity: 1;
	visibility: visible;
}

.ygency-post-boxes .ygency-post-box:hover .post-thumbnail.have-hover-icon::before {
	opacity: 1;
	visibility: visible;
}

.ygency-post-boxes .ygency-post-box .post-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.35;
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.ygency-post-boxes .ygency-post-box .post-title {
		font-size: 22px;
	}
}

.ygency-post-boxes .ygency-post-box .post-title:hover {
	text-decoration: underline;
	text-decoration-thickness: 2px;
	text-underline-offset: 4px;
}

.ygency-post-boxes .ygency-post-box .post-title a {
	color: inherit;
	display: block;
}

.ygency-post-boxes .ygency-post-box .post-title a:hover {
	color: inherit;
}

.ygency-post-boxes .ygency-post-box p {
	font-size: 16px;
	line-height: 1.85;
	margin: 25px 0 0;
}

.ygency-post-boxes .ygency-post-box .post-meta {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ygency-post-boxes .ygency-post-box .post-meta a {
	position: relative;
	color: var(--ygency-body-color);
	font-size: 16px;
	text-transform: uppercase;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.ygency-post-boxes .ygency-post-box .post-meta a {
		font-size: 14px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-post-boxes .ygency-post-box .post-meta a {
		font-size: 14px;
	}
}

.ygency-post-boxes .ygency-post-box .post-meta a:hover {
	color: var(--ygency-secondary-color);
}

.ygency-post-boxes .ygency-post-box .post-meta a i {
	margin-right: 10px;
}

.ygency-post-boxes .ygency-post-box .post-meta a:not(:first-child) {
	padding-left: 30px;
	margin-left: 30px;
}

@media only screen and (max-width: 1200px) {
	.ygency-post-boxes .ygency-post-box .post-meta a:not(:first-child) {
		padding-left: 20px;
		margin-left: 20px;
	}
}

.ygency-post-boxes .ygency-post-box .post-meta a:not(:first-child)::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: var(--ygency-body-color);
}

@media only screen and (max-width: 479px) {
	.ygency-post-boxes .ygency-post-box .post-meta .post-comments span {
		display: none;
	}
}

.ygency-post-boxes .ygency-post-box .divider {
	display: block;
	width: 100%;
	height: 1px;
	background-color: var(--ygency-border-color);
	margin: 35px 0;
}

.ygency-post-boxes .ygency-post-box .read-more {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.2;
	color: var(--ygency-primary-color);
}

.ygency-post-boxes .ygency-post-box .read-more .read-more-icon {
	margin-left: 8px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.ygency-post-boxes .ygency-post-box .read-more .read-more-icon .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 400;
}

.ygency-post-boxes .ygency-post-box .read-more:hover {
	color: var(--ygency-secondary-color);
}

.ygency-post-boxes .ygency-post-box.thumb-after .post-thumbnail {
	-webkit-box-ordinal-group: 11;
	-ms-flex-order: 10;
	order: 10;
	margin-bottom: 0;
	margin-top: var(--thumb-gap);
}

@media only screen and (min-width: 768px) {
	.ygency-post-boxes .ygency-post-box.thumb-left {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.ygency-post-boxes .ygency-post-box.thumb-left .post-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 240px;
		height: 205px;
		margin-bottom: 0;
		margin-right: var(--thumb-gap);
	}
}

@media only screen and (min-width: 768px) {
	.ygency-post-boxes .ygency-post-box.thumb-right {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	
	.ygency-post-boxes .ygency-post-box.thumb-right .post-thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: 240px;
		height: 205px;
		margin-bottom: 0;
		margin-left: var(--thumb-gap);
	}
}

.ygency-post-boxes .ygency-post-box.meta-before .post-meta {
	-webkit-box-ordinal-group: -1;
	-ms-flex-order: -2;
	order: -2;
}

.ygency-post-boxes .ygency-post-box.meta-before .divider {
	-webkit-box-ordinal-group: 0;
	-ms-flex-order: -1;
	order: -1;
}

.ygency-post-boxes .ygency-pagination {
	padding: 0;
	grid-column: 1/-1;
}

.ygency-pricing-table {
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	padding: 40px 50px;
	background-color: var(--ygency-tertiary-color);
	line-height: 1;
	--icon-space: 40px;
}

@media only screen and (max-width: 767px) {
	.ygency-pricing-table {
		padding: 40px 30px;
	}
}

.ygency-pricing-table .table-icon {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: var(--ygency-primary-color);
	font-size: 60px;
	margin-bottom: var(--icon-space);
}

.ygency-pricing-table .table-icon img {
	width: 60px;
}

.ygency-pricing-table .table-title {
	font-size: 22px;
	margin: 0;
}

.ygency-pricing-table .table-desc {
	margin: 30px 0 0;
	line-height: 1.85;
}

.ygency-pricing-table .table-price {
	margin-top: 40px;
}

.ygency-pricing-table .table-price .table-currency {
	font-family: var(--ygency-secondary-font);
	font-size: 16px;
	font-weight: 600;
	color: var(--ygency-secondary-color);
}

.ygency-pricing-table .table-price .table-price-text {
	font-family: var(--ygency-secondary-font);
	font-size: 48px;
	font-weight: 600;
	color: var(--ygency-secondary-color);
}

@media only screen and (max-width: 1024px) {
	.ygency-pricing-table .table-price .table-price-text {
		font-size: 42px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-pricing-table .table-price .table-price-text {
		font-size: 32px;
	}
}

.ygency-pricing-table .table-price .table-period {
	font-size: 16px;
	font-weight: 400;
	color: var(--ygency-secondary-color);
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	margin-left: 10px;
}

.ygency-pricing-table .table-price .table-period::before {
	content: "/";
}

.ygency-pricing-table .features-list {
	margin: 50px 0 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.ygency-pricing-table .features-list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--ygency-secondary-color);
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.ygency-pricing-table .features-list li:not(:last-child) {
	margin-bottom: 15px;
}

.ygency-pricing-table .features-list li .feature-icon {
	color: var(--ygency-primary-color);
	font-size: 18px;
	margin-right: 12px;
}

.ygency-pricing-table .features-list.feature-col-2 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

@media only screen and (max-width: 767px) {
	.ygency-pricing-table .features-list.feature-col-2 li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.ygency-pricing-table .features-list.feature-col-3 li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.333%;
	flex: 0 0 33.333%;
}

@media only screen and (max-width: 767px) {
	.ygency-pricing-table .features-list.feature-col-3 li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.ygency-pricing-table .table-btn {
	margin-top: 50px;
}

.ygency-pricing-table .table-btn .ygency-button {
	width: 100%;
}

.ygency-pricing-table .table-badge {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	background-color: var(--ygency-primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: var(--ygency-dark-color);
	font-family: var(--ygency-secondary-font);
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 8px 10px;
}

.ygency-pricing-table .table-header.icon-inline {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 479px) {
	.ygency-pricing-table .table-header.icon-inline {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

@media only screen and (min-width: 480px) {
	.ygency-pricing-table .table-header.icon-inline .table-icon {
		margin-bottom: 0;
		margin-right: var(--icon-space);
	}
}

.ygency-pricing-table:hover .ygency-button {
	color: var(--ygency-dark-color);
}

.ygency-pricing-table:hover .ygency-button::before {
	opacity: 1;
	visibility: visible;
}

.ygency-process-box {
	position: relative;
	padding: 40px 30px;
	background: var(--ygency-tertiary-color);
	text-align: center;
	z-index: 1;
	line-height: 1;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-process-box::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-image: url("https://neodigital.ca/nitropack_static/LHEgyysrYzLfCcwPDPICtREgpYHwOokB/assets/images/optimized/rev-1950123/neodigital.ca/wp-content/themes/ygency/assets/img/step-box-bg.png");
	background-color: var(--ygency-primary-color);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	transition: .3s;
	z-index: -1;
}

.ygency-process-box.box-circle {
	width: 270px;
	height: 270px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 479px) {
	.ygency-process-box.box-circle {
		width: 250px;
		height: 250px;
	}
}

.ygency-process-box.box-circle::before {
	border-radius: 50%;
}

.ygency-process-box.box-circle::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -2;
	border-radius: 50%;
	border: 2px solid rgba(255, 255, 255, .2);
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-process-box.box-circle:hover::after {
	visibility: visible;
	opacity: 1;
	left: 10px;
	top: 10px;
}

.ygency-process-box .subtitle {
	display: block;
	font-size: 18px;
	font-weight: 500;
	color: var(--ygency-primary-color);
	margin-bottom: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 479px) {
	.ygency-process-box .subtitle {
		font-size: 16px;
	}
}

.ygency-process-box .title {
	font-size: 22px;
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid var(--ygency-border-color);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 479px) {
	.ygency-process-box .title {
		margin-bottom: 20px;
		padding-bottom: 20px;
		font-size: 20px;
	}
}

.ygency-process-box .desc {
	margin: 0;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.85;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 479px) {
	.ygency-process-box .desc {
		font-size: 15px;
	}
}

.ygency-process-box:hover::before {
	opacity: 1;
	visibility: visible;
}

.ygency-process-box:hover .subtitle, .ygency-process-box:hover .title, .ygency-process-box:hover .desc {
	color: var(--ygency-dark-color);
}

.ygency-process-box:hover .title {
	border-color: var(--ygency-dark-color);
}

.ygency-progress-bar {
	position: relative;
	line-height: 1;
}

.ygency-progress-bar .progress-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: var(--ygency-headline-color);
	font-family: var(--ygency-secondary-font);
	font-size: 20px;
	font-weight: 600;
	line-height: 1.3;
	margin-top: 25px;
}

.ygency-progress-bar .elementor-counter-number {
	font-size: 18px;
	font-weight: 400;
}

.ygency-progress-bar .elementor-counter-number::after {
	content: "%";
}

.ygency-progress-bar .elementor-progress-wrapper {
	width: 100%;
	height: 7px;
	background-color: var(--ygency-tertiary-color);
	position: relative;
	z-index: 1;
	overflow: hidden;
}

.ygency-progress-bar .elementor-progress-wrapper .elementor-progress-bar {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	background-color: var(--ygency-primary-color);
	width: 0;
	-webkit-transition: width 2s;
	-o-transition: width 2s;
	transition: width 2s;
	height: auto;
}

.ygency-progress-bar .circle-progress {
	display: inline-block;
	width: 125px;
	height: 125px;
	background-color: var(--ygency-dark-color);
	border-radius: 50%;
	position: relative;
	z-index: 1;
	-webkit-transition: 2s;
	-o-transition: 2s;
	transition: 2s;
	--line-width: 25px;
}

.ygency-progress-bar .circle-progress::before {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	width: calc(100% - var(--line-width) * 2);
	height: calc(100% - var(--line-width) * 2);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	border-radius: 50%;
	background-color: var(--ygency-dark-color);
}

.ygency-progress-bar.bar-circle {
	text-align: center;
}

.ygency-progress-bar.bar-circle .progress-header {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.ygency-progress-bar.bar-circle .progress-header .title {
	margin-bottom: 10px;
}

.ygency-scroll-text {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: hidden;
	white-space: nowrap;
	color: var(--ygency-headline-color);
	font-weight: 700;
	line-height: 1.3;
}

.ygency-scroll-text .scroll-text-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ygency-scroll-text .scroll-text-inner .divider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	line-height: 1;
}

.ygency-scroll-text.scroll-left .scroll-text-inner {
	-webkit-animation: scroll_to_left 10s linear infinite;
	animation: scroll_to_left 10s linear infinite;
}

.ygency-scroll-text.scroll-right .scroll-text-inner {
	-webkit-animation: scroll_to_right 10s linear infinite;
	animation: scroll_to_right 10s linear infinite;
}

.ygency-scroll-text.pause-on-hover:hover .scroll-text-inner {
	-webkit-animation-play-state: paused !important;
	animation-play-state: paused !important;
}

.ygency-section-title {
	position: relative;
	line-height: 1;
}

.ygency-section-title .subtitle {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	color: var(--ygency-primary-color);
	font-family: var(--ygency-primary-font);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 25px;
}

@media only screen and (max-width: 1024px) {
	.ygency-section-title .subtitle {
		font-size: 16px;
	}
}

.ygency-section-title .title-arrow {
	margin-right: 20px;
}

.ygency-section-title .title-arrow svg {
	width: 36px;
	height: auto;
	fill: none;
	stroke: var(--ygency-primary-color);
}

.ygency-section-title .title-arrow svg path {
	stroke: var(--ygency-primary-color);
}

.ygency-section-title .title {
	font-size: 48px;
	line-height: 1.3;
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.ygency-section-title .title {
		font-size: 42px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-section-title .title {
		font-size: 38px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-section-title .title {
		font-size: 32px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-section-title .title {
		font-size: 28px;
	}
}

.ygency-section-title .title span {
	display: inline;
}

.ygency-section-title .title .split-text {
	color: var(--ygency-primary-color);
	font-style: italic;
	font-weight: 400;
}

.ygency-showcase .subtitle {
	color: var(--ygency-secondary-color);
	font-size: 50px;
	font-weight: 300;
	line-height: 1;
	line-height: 1.2;
	margin-bottom: 40px;
	display: block;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

@media only screen and (max-width: 767px) {
	.ygency-showcase .subtitle {
		font-size: 32px;
		margin-bottom: 30px;
	}
}

.ygency-showcase .title {
	font-size: 24px;
	margin: 0;
	line-height: 1.4;
}

@media only screen and (max-width: 767px) {
	.ygency-showcase .title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-showcase .title {
		font-size: 20px;
	}
}

.ygency-showcase .title a {
	display: block;
	color: inherit;
}

.ygency-showcase .link-arrow {
	font-size: 22px;
}

.ygency-showcase .link-arrow svg path {
	stroke: currentColor;
}

.ygency-showcase .showcase-item {
	position: relative;
	border-bottom: 1px solid var(--ygency-border-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 1;
}

.ygency-showcase .showcase-item:hover {
	border-color: var(--ygency-primary-color);
}

.ygency-showcase .showcase-item:hover .title {
	color: var(--ygency-primary-color);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 5px;
}

.ygency-showcase.design-one {
	display: -ms-grid;
	display: grid;
	-ms-grid-rows: 1;
	grid-template-rows: 1;
	grid-auto-columns: 1;
}

.ygency-showcase.design-one .link-arrow {
	width: 100px;
	height: 100px;
	border: 1px solid var(--ygency-border-color);
	border-radius: 50%;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 1200px) {
	.ygency-showcase.design-one .link-arrow {
		width: 80px;
		height: 80px;
		font-size: 18px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-showcase.design-one .link-arrow {
		width: 60px;
		height: 60px;
		font-size: 16px;
	}
}

.ygency-showcase.design-one .link-arrow svg path {
	stroke: currentColor;
}

.ygency-showcase.design-one .thumbnail {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 38%;
	flex: 0 0 38%;
	text-align: center;
	padding: 0 30px;
}

@media only screen and (max-width: 1024px) {
	.ygency-showcase.design-one .thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-showcase.design-one .thumbnail {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		margin-bottom: 40px;
		-moz-text-align-last: left;
		text-align-last: left;
		padding: 0;
	}
}

.ygency-showcase.design-one .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 42%;
	flex: 0 0 42%;
}

@media only screen and (max-width: 1024px) {
	.ygency-showcase.design-one .content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-showcase.design-one .content {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
	}
}

.ygency-showcase.design-one .content .link-arrow {
	margin-top: 35px;
}

@media only screen and (min-width: 1025px) {
	.ygency-showcase.design-one .content .link-arrow {
		display: none;
	}
}

.ygency-showcase.design-one .link-arrow-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	text-align: right;
}

@media only screen and (max-width: 1024px) {
	.ygency-showcase.design-one .link-arrow-wrap {
		display: none;
	}
}

.ygency-showcase.design-one .showcase-item {
	padding-bottom: 60px;
	margin-bottom: 60px;
}

@media only screen and (max-width: 767px) {
	.ygency-showcase.design-one .showcase-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
}

.ygency-showcase.design-one .showcase-item:hover .subtitle {
	color: var(--ygency-primary-color);
}

.ygency-showcase.design-one .showcase-item:hover .link-arrow {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
}

.ygency-showcase.design-two {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 90px 1fr;
	grid-template-columns: repeat(2, 1fr);
	grid-column-gap: 90px;
	grid-row-gap: 0;
}

@media only screen and (max-width: 1200px) {
	.ygency-showcase.design-two {
		grid-column-gap: 60px;
	}
}

@media only screen and (max-width: 1024px) {
	.ygency-showcase.design-two {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.ygency-showcase.design-two .subtitle {
	font-size: 22px;
	margin-bottom: 0;
	margin-right: 100px;
	color: var(--ygency-body-color);
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
	.ygency-showcase.design-two .subtitle {
		margin-right: 60px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-showcase.design-two .subtitle {
		margin-right: 30px;
	}
}

.ygency-showcase.design-two .title {
	font-size: 22px;
}

@media only screen and (max-width: 767px) {
	.ygency-showcase.design-two .title {
		font-size: 20px;
	}
}

.ygency-showcase.design-two .link-arrow {
	color: var(--ygency-body-color);
}

@media only screen and (max-width: 767px) {
	.ygency-showcase.design-two .link-arrow {
		font-size: 16px;
	}
}

.ygency-showcase.design-two .thumbnail {
	position: absolute;
	right: -6px;
	top: -40%;
	max-width: 50%;
	-webkit-transform: scale(0) rotate(-30deg);
	-ms-transform: scale(0) rotate(-30deg);
	transform: scale(0) rotate(-30deg);
	z-index: 1;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

@media only screen and (max-width: 767px) {
	.ygency-showcase.design-two .thumbnail {
		top: -10%;
		right: 10px;
	}
}

.ygency-showcase.design-two .content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 85%;
	flex: 0 0 85%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.ygency-showcase.design-two .link-arrow-wrap {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 15%;
	flex: 0 0 15%;
	text-align: right;
}

.ygency-showcase.design-two .showcase-item {
	padding-bottom: 50px;
	margin-bottom: 50px;
}

.ygency-showcase.design-two .showcase-item:hover {
	border-color: var(--ygency-secondary-color);
}

.ygency-showcase.design-two .showcase-item:hover .subtitle {
	color: var(--ygency-headline-color);
}

.ygency-showcase.design-two .showcase-item:hover .link-arrow {
	color: var(--ygency-headline-color);
}

.ygency-showcase.design-two .showcase-item:hover .thumbnail {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1) rotate(13.43deg);
	-ms-transform: scale(1) rotate(13.43deg);
	transform: scale(1) rotate(13.43deg);
}

.ygency-site-logo {
	font-family: var(--ygency-secondary-font);
	font-size: 30px;
	font-weight: 700;
	line-height: 1.3;
}

.ygency-site-logo a {
	max-width: 180px;
	color: var(--ygency-secondary-color);
}

.ygency-slider-active {
	--grid-gap: 30px;
	margin-left: calc(var(--grid-gap) / -2);
	margin-right: calc(var(--grid-gap) / -2);
}

.ygency-slider-active .ygency-slider-item {
	padding-left: calc(var(--grid-gap) / 2);
	padding-right: calc(var(--grid-gap) / 2);
}

.ygency-slider-active.slick-dotted.slick-slider {
	margin-bottom: 0;
}

.ygency-slider-active .slick-slide img {
	display: inline-block;
}

.ygency-slider-wrapper {
	position: relative;
}

.ygency-slider-wrapper .ygency-slider-dots {
	--dots-size: 10px;
	--dots-space: 4px;
	position: absolute;
	left: 50%;
	bottom: -60px;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.ygency-slider-wrapper .ygency-slider-dots .slick-dots {
	margin: 0;
	padding: 0;
	list-style: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
	bottom: 0;
}

.ygency-slider-wrapper .ygency-slider-dots .slick-dots li {
	margin: 0 var(--dots-space);
	width: var(--dots-size);
	height: var(--dots-size);
	border-radius: 50%;
	cursor: pointer;
	background-color: rgba(255, 255, 255, .3);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-slider-wrapper .ygency-slider-dots .slick-dots li.slick-active {
	background-color: var(--ygency-primary-color);
}

.ygency-slider-wrapper .ygency-slider-dots .slick-dots li:first-child {
	margin-left: 0;
}

.ygency-slider-wrapper .ygency-slider-dots .slick-dots li:last-child {
	margin-right: 0;
}

.ygency-slider-wrapper .ygency-slider-dots .slick-dots button {
	display: none;
}

.ygency-slider-wrapper .ygency-slider-dots.dots-right {
	left: auto;
	right: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.ygency-slider-wrapper .ygency-slider-dots.dots-left {
	left: 0;
	-webkit-transform: translate(0);
	-ms-transform: translate(0);
	transform: translate(0);
}

.ygency-slider-wrapper .ygency-slider-arrows {
	--arrow-size: 50px;
	--arrow-h-p: 0;
	--arrow-v-p: 50%;
	--arrow-space: 10px;
	--transform-x: 0px;
	--transform-y: -50%;
}

.ygency-slider-wrapper .ygency-slider-arrows .fas {
	font-family: "Font Awesome 5 Pro";
}

.ygency-slider-wrapper .ygency-slider-arrows i {
	font-weight: 400;
}

.ygency-slider-wrapper .ygency-slider-arrows .slick-arrow {
	position: absolute;
	top: var(--arrow-v-p);
	left: var(--arrow-h-p);
	-webkit-transform: translate(var(--transform-x), var(--transform-y));
	-ms-transform: translate(var(--transform-x), var(--transform-y));
	transform: translate(var(--transform-x), var(--transform-y));
	width: var(--arrow-size);
	height: var(--arrow-size);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	font-size: 20px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-slider-wrapper .ygency-slider-arrows .arrow-next {
	left: auto;
	right: var(--arrow-h-p);
	-webkit-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
	-ms-transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
	transform: translate(calc(-1 * var(--transform-x)), var(--transform-y));
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-h, .ygency-slider-wrapper .ygency-slider-arrows.same-position-v {
	position: absolute;
	-webkit-transform: translate(var(--transform-x), var(--transform-y));
	-ms-transform: translate(var(--transform-x), var(--transform-y));
	transform: translate(var(--transform-x), var(--transform-y));
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-h .slick-arrow, .ygency-slider-wrapper .ygency-slider-arrows.same-position-v .slick-arrow {
	position: relative;
	top: 0;
	left: 0;
	right: 0;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-h {
	--arrow-h-p: 50%;
	--arrow-v-p: 100%;
	--transform-x: -50%;
	--transform-y: -50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	left: var(--arrow-h-p);
	top: var(--arrow-v-p);
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-h .arrow-prev {
	margin: 0 calc(var(--arrow-space) / 2) 0 0;
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-h .arrow-next {
	margin: 0 0 0 calc(var(--arrow-space) / 2);
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-v {
	--arrow-h-p: 100%;
	--arrow-v-p: 50%;
	--transform-x: -100%;
	--transform-y: -50%;
	left: var(--arrow-h-p);
	top: var(--arrow-v-p);
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-v .arrow-prev {
	margin: 0 0 calc(var(--arrow-space) / 2) 0;
}

.ygency-slider-wrapper .ygency-slider-arrows.same-position-v .arrow-next {
	margin: calc(var(--arrow-space) / 2) 0 0 0;
}

.ygency-team-members {
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 30px 1fr 30px 1fr;
	grid-template-columns: repeat(3, 1fr);
	grid-row-gap: 60px;
	grid-column-gap: 30px;
}

@media only screen and (max-width: 1024px) {
	.ygency-team-members {
		-ms-grid-columns: (1fr) [2];
		grid-template-columns: repeat(2, 1fr);
	}
}

@media only screen and (max-width: 767px) {
	.ygency-team-members {
		-ms-grid-columns: (1fr) [1];
		grid-template-columns: repeat(1, 1fr);
	}
}

.ygency-team-members.ygency-slider-wrapper {
	display: block;
}

.ygency-team-member {
	position: relative;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	line-height: 1;
	min-width: 0;
}

.ygency-team-member .member-image {
	margin-bottom: 35px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.ygency-team-member .member-image img {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-team-member .member-image::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	background-color: rgba(0, 0, 0, .5);
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	z-index: 1;
	opacity: 0;
	visibility: hidden;
}

.ygency-team-member .social-links {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: absolute;
	bottom: 0;
	left: 30px;
	right: 30px;
	-webkit-transition: .4s;
	-o-transition: .4s;
	transition: .4s;
	opacity: 0;
	visibility: hidden;
	z-index: 2;
}

.ygency-team-member .social-links a {
	width: 45px;
	height: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 50%;
	border: 1px solid var(--ygency-border-color);
	color: var(--ygency-body-color);
	font-size: 14px;
	margin: 5px;
}

.ygency-team-member .social-links a:hover {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
}

.ygency-team-member:hover .member-image::before {
	visibility: visible;
	opacity: 1;
	height: 100%;
}

.ygency-team-member:hover .member-image .social-links {
	opacity: 1;
	visibility: visible;
	bottom: 25px;
}

.ygency-team-member .member-name {
	font-size: 22px;
	margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
	.ygency-team-member .member-name {
		font-size: 20px;
	}
}

.ygency-team-member .member-name a {
	color: inherit;
}

.ygency-team-member .job-title {
	margin: 15px 0 0;
	font-size: 16px;
	font-weight: 400;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-team-member .member-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 30px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.ygency-team-member .read-more {
	font-size: 18px;
	color: var(--ygency-body-color);
}

.ygency-team-member .read-more:hover {
	color: var(--ygency-primary-color);
}

.ygency-team-member .read-more path {
	stroke: currentColor;
}

.team-design-two .member-image {
	margin: 0;
}

.team-design-two .member-image::before {
	background-color: transparent;
}

.team-design-two .member-content {
	display: block;
	padding: 25px;
	margin: -30px 15px 0;
	background-color: var(--ygency-tertiary-color);
	position: relative;
	z-index: 2;
	border: 1px solid var(--ygency-border-color);
}

.team-design-two .member-name {
	font-size: 18px;
}

.team-design-two .social-links {
	opacity: 1;
	visibility: visible;
	right: 15px;
	left: auto;
	bottom: calc(100% - 15px);
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
	overflow: hidden;
}

.team-design-two .social-links a {
	width: 30px;
	height: 30px;
	color: #696969;
	background-color: var(--ygency-secondary-color);
	border: none;
	font-size: 12px;
	position: relative;
	bottom: -40px;
	visibility: hidden;
	opacity: 0;
}

.team-design-two .social-links a:hover, .team-design-two .social-links a.plus-icon {
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
}

.team-design-two .social-links a.plus-icon {
	margin-bottom: 0;
	bottom: 0;
	visibility: visible;
	opacity: 1;
	z-index: 2;
}

.team-design-two .ygency-team-member:hover .member-content {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
}

.team-design-two .ygency-team-member:hover .member-name, .team-design-two .ygency-team-member:hover .job-title {
	color: var(--ygency-dark-color);
}

.team-design-two .ygency-team-member:hover .social-links a {
	opacity: 1;
	visibility: visible;
	bottom: 0;
}

.team-design-two .ygency-team-member:hover .social-links a.plus-icon {
	background-color: var(--ygency-tertiary-color);
	color: var(--ygency-secondary-color);
}

.ygency-testimonial .testimonial-item {
	position: relative;
	line-height: 1;
}

.ygency-testimonial .testimonial-item .star-rating {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.ygency-testimonial .testimonial-item .star-rating i {
	display: inline-block;
	position: relative;
	margin-right: 10px;
	font-style: normal;
	font-family: "eicons";
	font-size: 18px;
	color: var(--ygency-body-color);
}

@media only screen and (max-width: 767px) {
	.ygency-testimonial .testimonial-item .star-rating i {
		font-size: 16px;
	}
}

.ygency-testimonial .testimonial-item .star-rating i::before {
	content: "";
	display: block;
	font-size: inherit;
	font-family: inherit;
	position: absolute;
	overflow: hidden;
	color: var(--ygency-primary-color);
	top: 0;
	left: 0;
}

.ygency-testimonial .testimonial-item .star-rating i.star-empty::before {
	display: none;
}

.ygency-testimonial .testimonial-item .star-rating i.star-1::before {
	width: 10%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-2::before {
	width: 20%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-3::before {
	width: 30%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-4::before {
	width: 40%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-5::before {
	width: 50%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-6::before {
	width: 60%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-7::before {
	width: 70%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-8::before {
	width: 80%;
}

.ygency-testimonial .testimonial-item .star-rating i.star-9::before {
	width: 90%;
}

.ygency-testimonial .testimonial-item .description {
	margin: 0;
	font-size: 30px;
	font-weight: 500;
	line-height: 1.5;
	color: var(--ygency-secondary-color);
}

@media only screen and (max-width: 1200px) {
	.ygency-testimonial .testimonial-item .description {
		font-size: 26px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-testimonial .testimonial-item .description {
		font-size: 22px;
		line-height: 1.6;
	}
}

@media only screen and (max-width: 479px) {
	.ygency-testimonial .testimonial-item .description {
		font-size: 20px;
	}
}

.ygency-testimonial .testimonial-item .author-info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.ygency-testimonial .testimonial-item .author-info .image {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	margin-right: 25px;
}

@media only screen and (max-width: 479px) {
	.ygency-testimonial .testimonial-item .author-info .image {
		margin-right: 15px;
	}
}

.ygency-testimonial .testimonial-item .author-info .image img {
	width: 65px;
	height: 65px;
	border-radius: 50%;
}

.ygency-testimonial .testimonial-item .author-info .name {
	font-size: 22px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
	.ygency-testimonial .testimonial-item .author-info .name {
		font-size: 18px;
	}
}

@media only screen and (max-width: 767px) {
	.ygency-testimonial .testimonial-item .author-info .position {
		font-size: 15px;
	}
}

.ygency-testimonial .testimonial-item .testimonial-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media only screen and (max-width: 767px) {
	.ygency-testimonial .testimonial-item .testimonial-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.ygency-testimonial .testimonial-item .testimonial-footer .star-rating {
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.ygency-testimonial .testimonial-item .testimonial-footer .star-rating {
		margin-bottom: 20px;
	}
}

.ygency-testimonial .testimonial-item .footer-divider {
	margin: 70px 0;
	position: relative;
	width: 100%;
}

.ygency-testimonial .testimonial-item .footer-divider::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 100%;
	height: 1px;
	background-color: var(--ygency-border-color);
}

.ygency-testimonial .testimonial-item .footer-divider .quote-icon {
	font-size: 30px;
	font-weight: 400;
	position: absolute;
	left: 40px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 65px;
	height: 65px;
	border-radius: 50%;
	background-color: var(--ygency-dark-color);
	color: var(--ygency-primary-color);
	border: 1px solid var(--ygency-border-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media only screen and (max-width: 479px) {
	.ygency-testimonial .testimonial-item .footer-divider .quote-icon {
		width: 50px;
		height: 50px;
		font-size: 20px;
	}
}

.ygency-testimonial .testimonial-item .footer-divider .quote-icon .fas {
	font-family: "Font Awesome 5 Pro";
	font-weight: 300;
}

.ygency-testimonial .testimonial-item.footer-normal .testimonial-footer {
	margin-top: 50px;
}

.ygency-testimonial .testimonial-item.footer-border .footer-divider::before {
	height: 1.5px;
	background: -o-radial-gradient(50.43% 100.01%, 49.57% 329259.92%, #55e6a5 0%, rgba(85, 230, 165, 0) 100%);
	background: radial-gradient(49.57% 329259.92% at 50.43% 100.01%, #55e6a5 0%, rgba(85, 230, 165, 0) 100%);
}

.ygency-testimonial .testimonial-item.text-center {
	text-align: center;
}

.ygency-testimonial .testimonial-item.text-center .testimonial-footer {
	text-align: left;
}

.ygency-testimonial .testimonial-item.text-right {
	text-align: right;
}

.ygency-testimonial .testimonial-item.text-right .footer-divider .quote-icon {
	left: auto;
	right: 40px;
}

.ygency-testimonial .testimonial-item.text-right .testimonial-footer {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
	.ygency-testimonial .testimonial-item.text-right .testimonial-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.ygency-testimonial .testimonial-item.text-right .testimonial-footer .author-info {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ygency-testimonial .testimonial-item.text-right .testimonial-footer .author-info .image {
	margin-right: 0;
	margin-left: 25px;
}

.ygency-video .ygency-image {
	position: relative;
	background-size: cover;
	background-position: center;
	background-color: #02050a;
	width: 100%;
	height: 675px;
}

.ygency-video .ygency-image::after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.ygency-video, .ygency-video .ygency-image, .ygency-video .popup-video {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.ygency-video .popup-video {
	height: 120px;
	width: 120px;
	color: var(--ygency-primary-color);
	background: #fff;
	border-radius: 50%;
	font-size: 18px;
	position: relative;
	z-index: 1;
}

.ygency-video .popup-video.animated-border::before, .ygency-video .popup-video.animated-border::after {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	border: 1px solid #fff;
	border-radius: 50%;
	-webkit-animation: pulse-border-2 1.5s linear infinite;
	animation: pulse-border-2 1.5s linear infinite;
}

.ygency-video .popup-video.animated-border::after {
	-webkit-animation: pulse-border 1s linear infinite;
	animation: pulse-border 1s linear infinite;
}

.woocommerce-loop-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 45px;
}

@media only screen and (max-width: 479px) {
	.woocommerce-loop-top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
}

.woocommerce-loop-top .woocommerce-result-count {
	color: var(--ygency-secondary-color);
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	float: none;
}

@media only screen and (max-width: 479px) {
	.woocommerce-loop-top .woocommerce-result-count {
		margin-bottom: 15px;
	}
}

.woocommerce-loop-top .woocommerce-ordering {
	margin: 0;
	float: none;
}

.woocommerce-loop-top .woocommerce-ordering select {
	width: 300px;
	height: auto;
	padding: 25px 0;
	border-radius: 0;
	color: var(--ygency-secondary-color);
	border: 0;
	border-bottom: 1px solid var(--ygency-secondary-color);
	background-color: transparent;
	background-position: right 0 top 50% !important;
}

@media only screen and (max-width: 767px) {
	.woocommerce-loop-top .woocommerce-ordering select {
		width: 180px;
	}
}

body.woocommerce .woocommerce-input-wrapper, body.woocommerce-page .woocommerce-input-wrapper {
	display: block;
}

body.woocommerce .select2-container, body.woocommerce-page .select2-container {
	height: 60px;
}

body.woocommerce .select2-container .select2-selection--single, body.woocommerce-page .select2-container .select2-selection--single {
	height: 60px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: 1px solid transparent;
	background-color: var(--ygency-tertiary-color);
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__rendered, body.woocommerce-page .select2-container .select2-selection--single .select2-selection__rendered {
	padding: 0 30px;
	color: var(--ygency-body-color);
}

body.woocommerce .select2-container .select2-selection--single .select2-selection__arrow, body.woocommerce-page .select2-container .select2-selection--single .select2-selection__arrow {
	top: 14px;
	right: 10px;
}

body.woocommerce .select2-container span.selection, body.woocommerce-page .select2-container span.selection {
	display: block;
}

body.woocommerce .select2-container .select2-dropdown, body.woocommerce-page .select2-container .select2-dropdown {
	background-color: var(--ygency-tertiary-color);
}

body.woocommerce .select2-container .select2-search--dropdown .select2-search__field, body.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field {
	border-color: var(--ygency-border-color);
}

body.woocommerce .select2-container .select2-search--dropdown .select2-search__field:focus, body.woocommerce-page .select2-container .select2-search--dropdown .select2-search__field:focus {
	border-color: var(--ygency-secondary-color);
}

body.woocommerce .select2-container .select2-results__option[data-selected=true], body.woocommerce-page .select2-container .select2-results__option[data-selected=true] {
	background-color: var(--ygency-dark-color);
}

body.woocommerce form .form-row, body.woocommerce-page form .form-row {
	padding: 0 0 10px;
}

body.woocommerce .button, body.woocommerce .single_add_to_cart_button, body.woocommerce .single_add_to_cart_button.alt, body.woocommerce #respond input#submit, body.woocommerce .actions .button, body.woocommerce .wc-forward, body.woocommerce-page .button, body.woocommerce-page .single_add_to_cart_button, body.woocommerce-page .single_add_to_cart_button.alt, body.woocommerce-page #respond input#submit, body.woocommerce-page .actions .button, body.woocommerce-page .wc-forward {
	position: relative;
	z-index: 1;
	font-family: var(--ygency-primary-font);
	font-size: 16px;
	font-weight: 600;
	line-height: 1.375;
	text-transform: capitalize;
	text-decoration: none;
	border: 1px solid var(--ygency-border-color);
	border-radius: 0;
	background-color: transparent;
	color: var(--ygency-secondary-color);
	overflow: hidden;
	padding: 15px 35px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	cursor: pointer;
}

body.woocommerce .button:hover, body.woocommerce .single_add_to_cart_button:hover, body.woocommerce .single_add_to_cart_button.alt:hover, body.woocommerce #respond input#submit:hover, body.woocommerce .actions .button:hover, body.woocommerce .wc-forward:hover, body.woocommerce-page .button:hover, body.woocommerce-page .single_add_to_cart_button:hover, body.woocommerce-page .single_add_to_cart_button.alt:hover, body.woocommerce-page #respond input#submit:hover, body.woocommerce-page .actions .button:hover, body.woocommerce-page .wc-forward:hover {
	color: var(--ygency-dark-color);
	border-color: var(--ygency-primary-color);
	background-color: var(--ygency-primary-color);
}

body.woocommerce span.onsale, body.woocommerce-page span.onsale {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 30px;
	padding: 0 15px;
	font-size: 14;
	font-weight: 500;
	line-height: 1.4;
	border-radius: 0;
	min-width: inherit;
	min-height: inherit;
	text-align: center;
	text-transform: capitalize;
	color: var(--ygency-secondary-color);
	background-color: var(--ygency-tertiary-color);
	margin: 0 !important;
	top: 20px !important;
	left: auto !important;
	right: 20px !important;
	z-index: 2;
}

body.woocommerce .woocommerce-message, body.woocommerce .woocommerce-info, body.woocommerce-page .woocommerce-message, body.woocommerce-page .woocommerce-info {
	color: var(--ygency-secondary-color);
	background-color: var(--ygency-tertiary-color);
	border-color: var(--ygency-primary-color);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

body.woocommerce .woocommerce-message::before, body.woocommerce .woocommerce-info::before, body.woocommerce-page .woocommerce-message::before, body.woocommerce-page .woocommerce-info::before {
	color: var(--ygency-primary-color);
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

body.woocommerce .woocommerce-message::after, body.woocommerce .woocommerce-info::after, body.woocommerce-page .woocommerce-message::after, body.woocommerce-page .woocommerce-info::after {
	display: none;
}

body.woocommerce .woocommerce-message .button, body.woocommerce .woocommerce-info .button, body.woocommerce-page .woocommerce-message .button, body.woocommerce-page .woocommerce-info .button {
	-webkit-box-ordinal-group: 23;
	-ms-flex-order: 22;
	order: 22;
}

body.woocommerce table.shop_table, body.woocommerce-page table.shop_table {
	border-color: var(--ygency-border-color);
	border-radius: 0;
	margin: 0;
}

body.woocommerce .wc-block-components-notice-banner, body.woocommerce-page .wc-block-components-notice-banner {
	font-size: 16px;
	font-weight: 600;
	color: var(--ygency-headline-color);
	background-color: var(--ygency-tertiary-color);
	border: none;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 50px;
}

body.woocommerce .wc-block-components-notice-banner a.button, body.woocommerce-page .wc-block-components-notice-banner a.button {
	color: var(--ygency-primary-color) !important;
	opacity: 1;
}

.woocommerce ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0px -15px !important;
}

.woocommerce ul.products li.product {
	padding: 0 15px;
	margin: 0 0 30px;
	width: 100% !important;
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.woocommerce ul.products li.product {
		width: 50% !important;
	}
}

@media only screen and (min-width: 1025px) {
	.woocommerce ul.products li.product {
		width: 33.333333% !important;
	}
}

.woocommerce ul.products.columns-1 li.product {
	width: 100% !important;
}

@media only screen and (min-width: 1025px) {
	.woocommerce ul.products.columns-2 li.product {
		width: 50% !important;
	}
}

@media only screen and (min-width: 1025px) {
	.woocommerce ul.products.columns-3 li.product {
		width: 33.333333% !important;
	}
}

@media only screen and (min-width: 1201px) {
	.woocommerce ul.products.columns-4 li.product {
		width: 25% !important;
	}
}

@media only screen and (min-width: 1350px) {
	.woocommerce ul.products.columns-5 li.product {
		width: 20% !important;
	}
}

@media only screen and (min-width: 1350px) {
	.woocommerce ul.products.columns-6 li.product {
		width: 16.666666% !important;
	}
}

.woocommerce ul.products .product .woocommerce-product-inner {
	position: relative;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail {
	overflow: hidden;
	position: relative;
}

.woocommerce ul.products .product .woocommerce-product-inner .product-thumbnail img {
	width: 100%;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.woocommerce ul.products .product .woocommerce-product-inner:hover .product-thumbnail img {
	-webkit-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce ul.products .product .woocommerce-product-inner .product-content {
	position: relative;
	line-height: 1;
	padding: 40px 50px;
	background-color: var(--ygency-tertiary-color);
}

@media only screen and (max-width: 1200px) {
	.woocommerce ul.products .product .woocommerce-product-inner .product-content {
		padding: 40px 30px;
	}
}

@media only screen and (max-width: 479px) {
	.woocommerce ul.products .product .woocommerce-product-inner .product-content {
		padding: 30px 25px;
	}
}

.woocommerce ul.products .product .woocommerce-product-inner .product-title {
	font-size: 22px;
	line-height: 1.4;
	margin-bottom: 25px;
}

@media only screen and (max-width: 479px) {
	.woocommerce ul.products .product .woocommerce-product-inner .product-title {
		font-size: 20px;
	}
}

.woocommerce ul.products .product .woocommerce-product-inner .rating-price {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating {
	margin: 0 10px 0 0;
	font-size: 13px;
	color: #ff7425;
	position: relative;
}

.woocommerce ul.products .product .woocommerce-product-inner .star-rating::before {
	color: #ff7425;
}

.woocommerce ul.products .product .woocommerce-product-inner .price {
	color: var(--ygency-primary-color);
	font-family: var(--ygency-secondary-font);
	font-size: 22px;
	font-weight: 600;
	margin: 0;
}

@media only screen and (max-width: 1200px) {
	.woocommerce ul.products .product .woocommerce-product-inner .price {
		font-size: 20px;
	}
}

@media only screen and (max-width: 479px) {
	.woocommerce ul.products .product .woocommerce-product-inner .price {
		font-size: 16px;
	}
}

.woocommerce ul.products .product .woocommerce-product-inner .price del {
	text-decoration: line-through;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	color: var(--ygency-body-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .price ins {
	font-weight: inherit;
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button {
	position: relative;
	margin-top: 35px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button, .woocommerce ul.products .product .woocommerce-product-inner .cart-button .wc-forward {
	position: relative;
	padding: 15px 35px;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
	margin: 0;
}

@media only screen and (max-width: 767px) {
	.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button, .woocommerce ul.products .product .woocommerce-product-inner .cart-button .wc-forward {
		padding: 12px 20px;
		font-size: 15px;
	}
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button:hover, .woocommerce ul.products .product .woocommerce-product-inner .cart-button .wc-forward:hover {
	background-color: transparent;
	border-color: var(--ygency-border-color);
	color: var(--ygency-secondary-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button.loading, .woocommerce ul.products .product .woocommerce-product-inner .cart-button .wc-forward.loading {
	opacity: 1;
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button.loading::before, .woocommerce ul.products .product .woocommerce-product-inner .cart-button .wc-forward.loading::before {
	position: absolute;
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: var(--ygency-primary-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button.loading::after, .woocommerce ul.products .product .woocommerce-product-inner .cart-button .wc-forward.loading::after {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	content: "" !important;
	z-index: 2;
	color: var(--ygency-dark-color);
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button.added {
	opacity: 0;
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button.added::before {
	opacity: 0;
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button a.button.added::after {
	display: none;
}

.woocommerce ul.products .product .woocommerce-product-inner .cart-button .wc-forward {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.woocommerce.single-product div.product .woocommerce-summary-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

@media only screen and (max-width: 1024px) {
	.woocommerce.single-product div.product .woocommerce-summary-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.woocommerce.single-product div.product .woocommerce-summary-wrap span.onsale {
	left: 20px !important;
	right: auto !important;
}

.woocommerce.single-product div.product .woocommerce-product-gallery {
	width: 50% !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	margin: 0;
	padding-right: 15px;
}

@media only screen and (max-width: 1200px) {
	.woocommerce.single-product div.product .woocommerce-product-gallery {
		width: 50% !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
	}
}

@media only screen and (max-width: 1024px) {
	.woocommerce.single-product div.product .woocommerce-product-gallery {
		width: 100% !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-right: 0;
	}
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	border-radius: 3px;
	overflow: hidden;
	width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	position: relative;
	display: block;
	pointer-events: none;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin-top: 30px;
	display: -ms-grid;
	display: grid;
	-ms-grid-columns: 1fr 20px 1fr 20px 1fr 20px 1fr;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 20px;
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		grid-gap: 20px;
	}
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	float: none;
	width: 100%;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img {
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	opacity: 1;
	border: 3px solid transparent;
}

.woocommerce.single-product div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
	border-color: var(--ygency-primary-color);
}

.woocommerce.single-product div.product .entry-summary {
	width: 50% !important;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	float: none;
	padding-left: 80px;
	margin: 0;
}

@media only screen and (max-width: 1349px) {
	.woocommerce.single-product div.product .entry-summary {
		padding-left: 70px;
	}
}

@media only screen and (max-width: 1200px) {
	.woocommerce.single-product div.product .entry-summary {
		padding-left: 50px;
	}
}

@media only screen and (max-width: 1024px) {
	.woocommerce.single-product div.product .entry-summary {
		width: 100% !important;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		padding-left: 0;
		padding-top: 60px;
	}
}

.woocommerce.single-product div.product .entry-summary .price {
	width: auto;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	font-size: 26px;
	font-weight: 700;
	color: var(--ygency-primary-color);
	line-height: 1;
	margin: 0;
	margin: 0 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product .entry-summary .price del, .woocommerce.single-product div.product .entry-summary .price del > span {
	color: var(--ygency-body-color) !important;
	margin-right: 5px;
	text-decoration: line-through;
	opacity: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating {
	margin: 0 0 25px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	line-height: 1;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating a.woocommerce-review-link {
	color: var(--ygency-primary-color);
	line-height: 1;
	margin-left: 10px;
	font-size: 15px;
	font-weight: 500;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	color: #ff7425;
	top: -1px;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-rating .star-rating::before {
	color: #ff7425;
}

.woocommerce.single-product div.product .entry-summary .woocommerce-product-details__short-description p:last-child {
	margin: 0;
}

.woocommerce.single-product div.product .entry-summary p.stock.in-stock {
	font-size: 18px;
	font-weight: 700;
	margin: 20px 0 0;
	color: var(--ygency-secondary-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta {
	padding: 35px 0 0;
	margin: 50px 0 0;
	border-top: 1px solid var(--ygency-border-color);
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as {
	display: block;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	color: var(--ygency-headline-color);
	margin-bottom: 8px;
	line-height: 1.4;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper span, .woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in span, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in a, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as span, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a {
	color: var(--ygency-body-color);
	margin-left: 7px;
	text-transform: capitalize;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce.single-product div.product .entry-summary .product_meta .sku_wrapper a:hover, .woocommerce.single-product div.product .entry-summary .product_meta .posted_in a:hover, .woocommerce.single-product div.product .entry-summary .product_meta .tagged_as a:hover {
	color: var(--ygency-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart {
	padding: 35px 0 0;
	margin: 35px 0 0;
	border-top: 1px solid var(--ygency-border-color);
}

.woocommerce.single-product div.product .entry-summary form.cart label {
	font-size: 15px;
	letter-spacing: .03em;
	margin-bottom: 0;
	margin-right: 8px;
	color: var(--ygency-headline-color);
	font-weight: 500;
	text-transform: capitalize;
}

.woocommerce.single-product div.product .entry-summary form.cart label a {
	color: inherit;
}

.woocommerce.single-product div.product .entry-summary form.cart label a:hover {
	color: var(--ygency-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .reset_variations {
	display: none !important;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list {
	border: none;
	margin-bottom: 28px;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list td {
	vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list .woocommerce-Price-amount {
	font-weight: 600;
	color: var(--ygency-primary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list del .woocommerce-Price-amount {
	color: inherit;
	opacity: .5;
	text-decoration: line-through;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-grouped-product-list ins {
	background: transparent;
}

.woocommerce.single-product div.product .entry-summary form.cart .variations {
	margin-bottom: 10px;
}

.woocommerce.single-product div.product .entry-summary form.cart .variations td {
	padding: 0 0 20px 0;
	vertical-align: middle;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item {
	background-color: var(--ygency-tertiary-color);
	border: none;
	line-height: 40px;
	color: var(--ygency-headline-color);
	text-transform: capitalize;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: 0 5px 5px 0;
	width: 40px;
	height: 40px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item span {
	font-size: 14px;
}

.woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item.selected, .woocommerce.single-product div.product .entry-summary form.cart .button-variable-wrapper .button-variable-item:hover {
	background-color: var(--ygency-primary-color);
	color: #fff;
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item {
	padding: 0;
	border: none;
	margin: 0 5px 5px 0;
	opacity: .5;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item span {
	border: 2px solid rgba(0, 0, 0, .2);
}

.woocommerce.single-product div.product .entry-summary form.cart .color-variable-wrapper .color-variable-item.selected {
	opacity: 1;
}

.woocommerce.single-product div.product .entry-summary form.cart .woocommerce-variation-add-to-cart {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product .entry-summary form.cart button {
	height: 55px;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
	width: auto;
	padding: 0 35px;
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product .entry-summary form.cart button {
		height: 45px;
		padding: 0 25px;
		font-size: 14px;
	}
}

.woocommerce.single-product div.product .entry-summary form.cart button:hover {
	color: var(--ygency-secondary-color);
	background-color: transparent;
	border-color: var(--ygency-secondary-color);
}

.woocommerce.single-product div.product .entry-summary form.cart:not(.grouped_form) {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product .quantity {
	margin: 0 20px 0 0 !important;
}

.woocommerce.single-product div.product .quantity .qty {
	border-radius: 0;
	border-radius: 0;
	font-size: 15px !important;
	color: var(--ygency-secondary-color);
	font-weight: 500;
	height: 55px !important;
	width: 80px;
	padding: 0 3px !important;
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product .quantity .qty {
		height: 45px !important;
	}
}

.woocommerce.single-product div.product .quantity .qty:focus {
	border-color: var(--ygency-secondary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs {
	padding-top: 80px;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
	margin: 0;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: visible;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs {
		margin-bottom: 35px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs:after {
	display: none !important;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li {
	margin: 0 8px 15px 8px;
	padding: 0;
	border: none;
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.3;
	text-transform: capitalize;
	border: none;
	border-radius: 0;
	padding: 18px 45px;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-secondary-color);
}

@media only screen and (max-width: 1200px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		padding: 18px 30px;
	}
}

@media only screen and (max-width: 1024px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		font-size: 15px;
	}
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		padding: 16px 25px;
	}
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
		font-size: 14px;
		padding: 14px 20px;
	}
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
	background-color: var(--ygency-primary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
	background-color: var(--ygency-primary-color);
}

.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:before, .woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li:after {
	display: none !important;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel {
	margin-bottom: 0;
	font-size: 14px;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel > h2 {
	display: none;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel p:last-child {
	margin-bottom: 0;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes {
	border: 1px solid var(--ygency-border-color);
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th, .woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes td {
	font-family: inherit;
	font-weight: normal;
	font-style: normal;
	padding: 10px 20px;
	color: var(--ygency-secondary-color);
	background-color: transparent;
	vertical-align: middle;
	border-color: var(--ygency-border-color);
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
	background-color: var(--ygency-tertiary-color);
	width: 200px;
	font-weight: 600;
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product .woocommerce-Tabs-panel .shop_attributes th {
		width: auto;
	}
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel--reviews .woocommerce-Reviews-title {
	font-size: 24px !important;
	margin-bottom: 30px;
}

.woocommerce.single-product div.product .woocommerce-Tabs-panel--reviews .woocommerce-noreviews {
	margin-bottom: 15px !important;
}

.woocommerce.single-product div.product .comment-reply-title, .woocommerce.single-product div.product .nice-select {
	display: none;
}

.woocommerce.single-product div.product #review_form #respond {
	-webkit-box-shadow: none;
	box-shadow: none;
}

.woocommerce.single-product div.product #review_form #respond .comment-form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 50px 60px;
	background-color: var(--ygency-tertiary-color);
}

@media only screen and (max-width: 1200px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form {
		padding: 50px;
	}
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form {
		padding: 40px;
	}
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form {
		padding: 40px 30px;
	}
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-notes {
	display: none;
}

.woocommerce.single-product div.product #review_form #respond .comment-form p {
	margin: 0 0 20px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-comment, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent, .woocommerce.single-product div.product #review_form #respond .comment-form .form-submit {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
	}
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author {
	padding-right: 10px;
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-author {
		padding-right: 0;
	}
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
	padding-left: 10px;
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-email {
		padding-left: 0;
	}
}

.woocommerce.single-product div.product #review_form #respond .comment-form label {
	margin-bottom: 15px;
	display: block;
	line-height: 1;
	color: var(--ygency-body-color);
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form label {
		font-size: 14px;
	}
}

.woocommerce.single-product div.product #review_form #respond .comment-form .stars {
	margin-bottom: 10px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .stars a {
	color: #ff7425;
}

.woocommerce.single-product div.product #review_form #respond .comment-form input:not([type=submit]), .woocommerce.single-product div.product #review_form #respond .comment-form textarea {
	background-color: rgba(255, 255, 255, .05);
	border: none;
}

.woocommerce.single-product div.product #review_form #respond .comment-form input:not([type=submit]):focus, .woocommerce.single-product div.product #review_form #respond .comment-form textarea:focus {
	background-color: var(--ygency-dark-color);
	color: var(--ygency-secondary-color);
}

.woocommerce.single-product div.product #review_form #respond .comment-form #comment {
	padding: 20px 30px;
	height: 140px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent label {
	margin: 0 0 0 10px;
	line-height: 1.4;
	display: inline-block;
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent label {
		font-size: 14px;
	}
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-cookies-consent input[type=checkbox] {
	top: 5px;
	position: relative;
	height: auto;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .form-submit {
	margin: 10px 0 0;
}

.woocommerce.single-product div.product #review_form #respond .comment-form input.submit {
	border: 1px solid var(--ygency-primary-color);
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 0 30px;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating label, .woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating .stars {
	margin: 0;
	line-height: 1;
}

.woocommerce.single-product div.product #review_form #respond .comment-form .comment-form-rating .stars {
	margin-left: 20px;
	font-size: 16px;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist {
	padding: 0;
	margin: 0 0 50px;
	border-bottom: 1px solid var(--ygency-border-color);
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review {
	position: relative;
	margin: 0 0 50px;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
	position: absolute;
	right: 10px;
	top: 0;
	font-size: 15px;
	color: #ff7425;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating::before {
	color: #ff7425;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating .count-rating {
	display: none;
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
		font-size: 14px;
	}
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .star-rating {
		position: relative;
		display: block;
		right: auto;
		float: none;
		margin-bottom: 15px;
	}
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .comment_container {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review img.avatar {
	position: relative;
	padding: 0;
	width: 70px;
	height: 70px;
	border-radius: 50%;
	margin-right: 30px;
	border: none;
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review img.avatar {
		width: 60px;
		height: 60px;
		margin-right: 15px;
	}
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .comment-text {
	border: none;
	margin: 0;
	padding: 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta {
	margin: 0 0 10px;
	line-height: 1;
	color: var(--ygency-body-color);
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta time {
	display: inline-block;
	margin: 10px 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta .woocommerce-review__author {
	font-size: 20px;
	color: var(--ygency-headline-color);
}

@media only screen and (max-width: 767px) {
	.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .meta .woocommerce-review__author {
		font-size: 18px;
	}
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist li.review .description p {
	margin: 0;
}

.woocommerce.single-product div.product #reviews #comments ol.commentlist ul.children {
	margin: 35px 0 0 50px;
}

@media only screen and (max-width: 479px) {
	.woocommerce.single-product div.product #reviews #comments ol.commentlist ul.children {
		margin: 35px 0 0 30px;
	}
}

.woocommerce.single-product section.related {
	padding-top: 125px;
	margin-bottom: -30px;
}

@media only screen and (max-width: 1024px) {
	.woocommerce.single-product section.related {
		padding-top: 100px;
	}
}

.woocommerce.single-product section.related h2 {
	font-size: 35px;
	margin-bottom: 60px;
	text-align: center;
}

@media only screen and (max-width: 1024px) {
	.woocommerce.single-product section.related h2 {
		font-size: 28px;
	}
}

body.woocommerce-cart .woocommerce-cart-form .actions {
	text-align: right !important;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button {
	height: 55px;
	padding: 10px 35px;
	width: auto;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:hover {
	color: var(--ygency-secondary-color);
	border-color: var(--ygency-border-color);
	background-color: transparent;
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled] {
	opacity: .7;
	color: var(--ygency-dark-color);
}

body.woocommerce-cart .woocommerce-cart-form .actions .button:disabled[disabled]:hover {
	color: var(--ygency-secondary-color);
}

body.woocommerce-cart .woocommerce-cart-form .shop_table {
	border-width: 0 0 0 1px;
	border-radius: 0;
}

@media only screen and (max-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table {
		border-top-width: 1px;
	}
}

body.woocommerce-cart .woocommerce-cart-form .shop_table thead th {
	font-family: var(--ygency-secondary-font);
	font-size: 18px;
	font-weight: 600;
	padding: 15px;
	border-left-color: transparent;
	text-align: center;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td {
	text-align: center;
	padding: 18px 15px;
	border-left-color: transparent;
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions {
	padding: 25px;
}

@media only screen and (max-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .coupon {
		padding-bottom: 20px;
	}
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text {
	width: 200px !important;
	height: 55px;
	padding: 0 25px;
	margin-right: 20px !important;
	border: none;
}

@media only screen and (max-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .input-text {
		width: 100% !important;
		margin: 0 0 10px !important;
	}
}

@media only screen and (max-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td.actions .button {
		width: 100%;
		float: none;
	}
}

body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
	width: 80px;
	height: 50px;
	border-radius: 0;
	font-size: 15px !important;
	color: var(--ygency-secondary-color);
	padding: 0;
	margin: auto;
}

@media only screen and (max-width: 768px) {
	body.woocommerce-cart .woocommerce-cart-form .shop_table tbody td .quantity .qty {
		margin: 0 0 0 auto;
	}
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name {
	font-family: var(--ygency-secondary-font);
	font-size: 16px;
	font-weight: 600;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a {
	color: var(--ygency-headline-color);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name a:hover {
	color: var(--ygency-primary-color);
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-name dl.variation {
	display: none;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal {
	color: var(--ygency-body-color);
	font-size: 15px;
	font-weight: 500;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-price ins, body.woocommerce-cart .woocommerce-cart-form tbody .product-subtotal ins {
	color: var(--ygency-body-color);
	background-color: transparent;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail {
	text-align: center !important;
	min-width: 120px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a {
	display: block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-thumbnail a img {
	width: 100%;
	max-width: 80px;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a.remove {
	font-size: 18px;
	padding: 5px !important;
	font-weight: 500;
	color: var(--ygency-headline-color) !important;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
	margin: auto;
	width: auto;
	height: auto;
	display: inline-block;
}

body.woocommerce-cart .woocommerce-cart-form tbody .product-remove a.remove:hover {
	color: var(--ygency-primary-color) !important;
	background-color: transparent;
}

body.woocommerce-cart .cart-collaterals {
	margin-top: 80px;
}

body.woocommerce-cart .cart-collaterals .cart_totals {
	padding: 40px 50px;
	background-color: var(--ygency-tertiary-color);
	-webkit-box-shadow: none;
	box-shadow: none;
	width: 40%;
}

@media only screen and (max-width: 1024px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		width: 60%;
		padding-left: 40px;
		padding-right: 40px;
	}
}

@media only screen and (max-width: 767px) {
	body.woocommerce-cart .cart-collaterals .cart_totals {
		padding: 30px;
		width: 100%;
	}
}

body.woocommerce-cart .cart-collaterals .cart_totals > h2 {
	font-size: 24px;
	margin-bottom: 30px;
	text-transform: capitalize;
}

body.woocommerce-cart .cart-collaterals .cart_totals table {
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
	margin: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals th {
	vertical-align: middle !important;
	color: var(--ygency-headline-color);
	border: 1px solid var(--ygency-border-color);
	border-right: 0;
	padding: 15px;
}

body.woocommerce-cart .cart-collaterals .cart_totals td {
	border: 1px solid var(--ygency-border-color);
	padding: 15px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .order-total th, body.woocommerce-cart .cart-collaterals .cart_totals .order-total td {
	color: var(--ygency-headline-color);
	font-weight: 600;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator p {
	margin-bottom: 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator input, body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .select2-container .select2-selection--single {
	background-color: var(--ygency-dark-color);
	height: 55px;
	font-size: 15px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button {
	background-color: var(--ygency-dark-color);
	border: none;
	height: 55px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button:hover {
	color: var(--ygency-headline-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button {
	color: var(--ygency-primary-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-button:hover {
	color: var(--ygency-headline-color);
}

body.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .shipping-calculator-form {
	padding-top: 10px;
}

body.woocommerce-cart .cart-collaterals .cart_totals .form-row-wide > span {
	display: block;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout {
	padding: 25px 0 0;
}

body.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	margin-bottom: 0;
	width: 100%;
	padding: 18px 30px;
	font-size: 16px;
	font-weight: 600;
	color: var(--ygency-dark-color);
	background-color: var(--ygency-primary-color);
}

.woocommerce-checkout .woocommerce-form-login {
	border: none !important;
	background-color: var(--ygency-tertiary-color);
	border-radius: 0;
}

.woocommerce-checkout .woocommerce-form-login input {
	background-color: var(--ygency-dark-color);
}

.woocommerce-checkout .woocommerce-form-login .button {
	width: auto;
}

.woocommerce-checkout form.checkout_coupon {
	border: none;
	border-radius: 0;
	background-color: var(--ygency-tertiary-color);
	margin: 0;
	padding: 20px;
}

.woocommerce-checkout form.checkout_coupon .form-row-first {
	width: 50%;
	padding-right: 30px;
}

@media only screen and (max-width: 479px) {
	.woocommerce-checkout form.checkout_coupon .form-row-first {
		padding-right: 0;
		width: 100%;
	}
}

.woocommerce-checkout form.checkout_coupon .form-row-last {
	width: 50%;
}

@media only screen and (max-width: 479px) {
	.woocommerce-checkout form.checkout_coupon .form-row-last {
		width: 100%;
	}
}

.woocommerce-checkout form.checkout_coupon input.input-text {
	height: 55px;
	background-color: var(--ygency-dark-color);
}

.woocommerce-checkout form.checkout_coupon .button {
	height: 55px;
	width: auto;
}

.woocommerce-checkout #add_payment_method #payment, .woocommerce-checkout #payment {
	border-radius: 0;
}

.woocommerce-checkout #customer_details {
	margin: 0 -15px;
	width: inherit;
}

.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
	width: 50%;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: 100%;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	.woocommerce-checkout #customer_details {
		margin: 0;
	}
	
	.woocommerce-checkout #customer_details .col-1, .woocommerce-checkout #customer_details .col-2 {
		width: 100%;
		padding: 0;
	}
}

.woocommerce-checkout #customer_details span.woocommerce-input-wrapper {
	width: 100%;
	display: block;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields, .woocommerce-checkout #customer_details .woocommerce-additional-fields {
	margin-bottom: 36px;
}

.woocommerce-checkout #customer_details .woocommerce-billing-fields > h3, .woocommerce-checkout #customer_details .woocommerce-additional-fields > h3 {
	font-size: 24px;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address {
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address label {
	font-size: inherit;
	font-weight: inherit;
	font-family: inherit;
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address:hover {
	color: var(--ygency-primary-color);
}

.woocommerce-checkout #customer_details .woocommerce-shipping-fields #ship-to-different-address #ship-to-different-address-checkbox {
	position: absolute;
	opacity: 0;
}

.woocommerce-checkout #customer_details .form-row {
	margin-bottom: 20px;
}

.woocommerce-checkout #customer_details .form-row textarea {
	height: 160px;
}

.woocommerce-checkout form.woocommerce-checkout {
	padding-top: 30px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review_heading {
	font-size: 24px;
	font-weight: 700;
	margin-bottom: 18px;
	text-transform: capitalize;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th {
	font-weight: 500;
	vertical-align: middle !important;
}

.woocommerce-checkout form.woocommerce-checkout #order_review th + td {
	border-left: 1px solid var(--ygency-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .product-total {
	border-left: 1px solid var(--ygency-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table {
	margin-bottom: 50px;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th {
	font-weight: 500;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table th, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td {
	border-left: none;
	padding: 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table td.product-total, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout form.woocommerce-checkout #order_review .woocommerce-checkout-review-order-table .order-total td {
	font-size: 15px;
	font-weight: 600;
	color: var(--ygency-headline-color);
	padding: 10px 15px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment {
	background-color: var(--ygency-tertiary-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .about_paypal {
	margin-left: 10px;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .wc_payment_methods {
	padding: 30px;
	border-bottom: 1px solid var(--ygency-border-color);
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment .place-order {
	padding: 30px;
	margin: 0;
}

.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
	float: none;
	margin-top: 10px;
	background-color: var(--ygency-primary-color);
	color: var(--ygency-dark-color);
}

.woocommerce-checkout #payment .woocommerce-notice {
	background-color: var(--ygency-dark-color);
}

.woocommerce-checkout #payment input[type=radio] {
	width: 15px;
	height: 15px;
	position: relative;
	top: 2px;
}

.woocommerce-checkout #payment label {
	color: var(--ygency-headline-color);
	display: inline-block;
	margin: 0 0 8px;
	font-weight: 500;
}

.woocommerce-checkout #payment div.payment_box {
	background-color: var(--ygency-dark-color);
	color: var(--ygency-body-color);
}

.woocommerce-checkout #payment div.payment_box::before {
	border-color: var(--ygency-dark-color);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

.woocommerce-account .content-area .woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: block;
	width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
	width: 30%;
	float: left;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	.woocommerce-account .content-area .woocommerce-MyAccount-navigation {
		width: 100%;
		margin-bottom: 60px;
	}
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul {
	margin: 0;
	list-style: none;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li {
	border-bottom: 1px solid var(--ygency-border-color);
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a {
	font-size: 16px;
	padding: 10px 0;
	color: var(--ygency-headline-color);
	position: relative;
	display: block;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
	color: var(--ygency-primary-color);
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	font-family: "Font Awesome 5 Pro";
	color: var(--ygency-primary-color);
	margin-left: -16px;
	opacity: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active > a, .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover {
	color: inherit;
	padding-left: 26px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li.is-active > a:before, .woocommerce-account .content-area .woocommerce-MyAccount-navigation ul li a:hover:before {
	margin-left: 0;
	opacity: 1;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content {
	margin-bottom: 30px;
	padding: 0 15px;
	width: 70%;
	float: left;
}

@media only screen and (max-width: 767px) {
	.woocommerce-account .content-area .woocommerce-MyAccount-content {
		width: 100%;
		margin-bottom: 0;
	}
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .col-1, .woocommerce-account .content-area .woocommerce-MyAccount-content .col-2 {
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: inherit;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address {
	padding: 0;
}

@media only screen and (max-width: 767px) {
	.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-Addresses .woocommerce-Address.col-2 {
		padding-top: 30px;
	}
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row label {
	width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .form-row .woocommerce-input-wrapper {
	width: 100%;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content fieldset {
	padding: 15px;
	border: 1px solid var(--ygency-border-color);
	margin-bottom: 15px;
}

.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
	font-size: 28px;
}

@media only screen and (max-width: 1024px) {
	.woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-order-details__title, .woocommerce-account .content-area .woocommerce-MyAccount-content .woocommerce-column__title, .woocommerce-account .content-area .woocommerce-MyAccount-content h3 {
		font-size: 24px;
		margin-bottom: 15px;
	}
}

.woocommerce-account .content-area .woocommerce-MyAccount-content table.shop_table {
	border: none;
	margin: 0;
}

.woocommerce-account .content-area .woocommerce-ResetPassword, .woocommerce-account .content-area .woocommerce-form {
	background-color: var(--ygency-tertiary-color);
	border: none;
	padding: 30px;
	border-radius: 0;
	max-width: 670px;
	margin: 30px auto 0;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .form-row, .woocommerce-account .content-area .woocommerce-form .form-row {
	width: 100%;
}

.woocommerce-account .content-area .woocommerce-ResetPassword input, .woocommerce-account .content-area .woocommerce-form input {
	background-color: var(--ygency-dark-color);
}

.woocommerce-account .content-area .woocommerce-ResetPassword label, .woocommerce-account .content-area .woocommerce-form label {
	margin-bottom: 5px;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-Button.button, .woocommerce-account .content-area .woocommerce-form .woocommerce-Button.button {
	margin-right: 16px;
	height: auto;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-LostPassword, .woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword {
	margin-bottom: 0;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-LostPassword a, .woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword a {
	color: var(--ygency-primary-color);
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-LostPassword a:hover, .woocommerce-account .content-area .woocommerce-form .woocommerce-LostPassword a:hover {
	color: var(--ygency-secondary-color);
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox {
	padding: 0;
	line-height: 50px;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox span, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox span {
	font-size: 15px;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox, .woocommerce-account .content-area .woocommerce-form .woocommerce-form__label-for-checkbox .woocommerce-form__input-checkbox {
	position: relative;
	top: -1px;
}

.woocommerce-account .content-area .woocommerce-ResetPassword .woocommerce-Button, .woocommerce-account .content-area .woocommerce-form .woocommerce-Button {
	height: 42px;
}

.woocommerce-account .content-area .woocommerce-notices-wrapper + h2 {
	text-align: center;
	font-size: 24px;
}

.woocommerce-account .content-area #customer_login {
	margin: 0 -15px;
	width: inherit;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce-account .content-area #customer_login h2 {
	font-size: 24px;
}

.woocommerce-account .content-area #customer_login .u-column1.col-1, .woocommerce-account .content-area #customer_login .u-column2.col-2 {
	width: 50%;
	-webkit-box-flex: inherit;
	-ms-flex: inherit;
	flex: inherit;
	max-width: 100%;
	padding: 0 15px;
}

@media only screen and (max-width: 767px) {
	.woocommerce-account .content-area #customer_login {
		margin: 0;
	}
	
	.woocommerce-account .content-area #customer_login .u-column1.col-1, .woocommerce-account .content-area #customer_login .u-column2.col-2 {
		width: 100%;
		padding: 0;
	}
}

.woocommerce-account .content-area .woocommerce-password-strength.bad {
	background-color: transparent;
	padding: 8px 0;
}

.woocommerce-account .content-area .woocommerce-table--order-details {
	margin-bottom: 50px;
	border-right: none;
	border-top: none;
	border-bottom: none;
}

.woocommerce-account .content-area .woocommerce-table--order-details th {
	font-weight: 500;
	border-right: 0;
}

.woocommerce-account .content-area .woocommerce-table--order-details th, .woocommerce-account .content-area .woocommerce-table--order-details td {
	padding: 15px;
}

.woocommerce-account .content-area .woocommerce-table--order-details td.product-total, .woocommerce-account .content-area .woocommerce-table--order-details .cart-subtotal td, .woocommerce-account .content-area .woocommerce-table--order-details .order-total td {
	font-size: 15px;
	font-weight: 600;
	color: var(--ygency-headline-color);
	padding: 10px 15px;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.woocommerce .woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme input {
	height: auto;
	margin-right: 10px;
}

.woocommerce-order table.shop_table {
	border: none;
}

.woocommerce-order .woocommerce-order-details {
	margin: 0;
}

.woocommerce-order .woocommerce-customer-details {
	margin: 0;
	padding-top: 50px;
}

.woocommerce-order .woocommerce-customer-details address {
	padding: 20px;
	border-radius: 0;
	border-color: var(--ygency-border-color);
}

.woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title {
	font-size: 32px;
}

@media only screen and (max-width: 767px) {
	.woocommerce-order .woocommerce-order-details__title, .woocommerce-order .woocommerce-column__title {
		font-size: 26px;
	}
}

body.ygency-light-scheme {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme th {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme blockquote cite {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .wp-block-calendar caption, body.ygency-light-scheme .wp-block-calendar td#today, body.ygency-light-scheme .wp-block-calendar caption, body.ygency-light-scheme .wp-block-calendar td#today {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .wp-block-tag-cloud a {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .wp-block-tag-cloud a:hover {
	color: var(--ygency-headline-color);
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .wp-block-cover p:not(.has-text-color) {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .wp-block-button__link {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .wp-block-button__link:hover {
	background-color: var(--ygency-secondary-color);
	color: var(--ygency-white-color);
}

body.ygency-light-scheme input[type=submit], body.ygency-light-scheme button[type=submit] {
	color: var(--ygency-headline-color);
	background-color: var(--ygency-primary-color);
}

body.ygency-light-scheme input[type=submit]:hover, body.ygency-light-scheme button[type=submit]:hover {
	background-color: var(--ygency-secondary-color);
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .default-header {
	background-color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .default-header .ygency-site-logo a {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .default-header .ygency-nav-menu .nav-menu-wrapper a {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .default-header .ygency-nav-menu .nav-menu-wrapper a:hover {
	color: var(--ygency-primary-color);
}

body.ygency-light-scheme .default-header .ygency-nav-menu .nav-menu-wrapper .sub-menu a {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .default-header .ygency-nav-menu .nav-menu-wrapper .sub-menu a:hover {
	color: var(--ygency-primary-color);
}

body.ygency-light-scheme .default-header .ygency-nav-menu .nav-menu-wrapper li.current_page_item > a {
	color: var(--ygency-primary-color);
}

body.ygency-light-scheme .default-header .ygency-nav-menu .navbar-toggler {
	border-color: var(--ygency-white-color);
}

body.ygency-light-scheme .default-header .ygency-nav-menu .navbar-toggler .line {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .page-title-wrapper {
	background-color: #0a1019;
}

body.ygency-light-scheme .page-title-wrapper .page-title {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .page-title-wrapper .ygency-breadcrumb a, body.ygency-light-scheme .page-title-wrapper .ygency-breadcrumb .separator {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .page-title-wrapper .entry-post-meta, body.ygency-light-scheme .page-title-wrapper .entry-post-meta a {
	color: rgba(255, 255, 255, .75);
}

body.ygency-light-scheme .page-title-wrapper .entry-post-meta a:hover {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .page-title-wrapper .entry-post-meta span::before {
	background-color: var(--ygency-white-color);
	opacity: .75;
}

body.ygency-light-scheme .widget .widget-title {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .widget.widget_calendar caption {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .widget.widget_calendar table td#today {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .widget.widget_tag_cloud .tagcloud a {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .widget.widget_tag_cloud .tagcloud a:hover {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .entry-post .read-more {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .entry-post .read-more:hover {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .entry-post-details .entry-tags-share .post-tags-wrap a:hover {
	color: var(--ygency-headline-color);
	background-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .entry-post-details .entry-tags-share .post-share-wrap:hover {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .entry-post-details .wp-block-search__button {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .entry-post-details .wp-block-search__button:hover {
	background-color: var(--ygency-secondary-color);
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-pagination .page-numbers.current, body.ygency-light-scheme .ygency-pagination .page-numbers:not(.dots):hover, body.ygency-light-scheme .woocommerce-pagination .page-numbers.current, body.ygency-light-scheme .woocommerce-pagination .page-numbers:not(.dots):hover {
	color: var(--ygency-headline-color);
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .comments-area .comment-list .comment-content .date::before {
	background-color: var(--ygency-body-color);
}

body.ygency-light-scheme .comments-area .comment-respond input[type=text], body.ygency-light-scheme .comments-area .comment-respond input[type=email], body.ygency-light-scheme .comments-area .comment-respond input[type=url], body.ygency-light-scheme .comments-area .comment-respond textarea {
	background-color: var(--ygency-white-color);
	border: 1px solid transparent;
}

body.ygency-light-scheme .comments-area .comment-respond input[type=text]:focus, body.ygency-light-scheme .comments-area .comment-respond input[type=email]:focus, body.ygency-light-scheme .comments-area .comment-respond input[type=url]:focus, body.ygency-light-scheme .comments-area .comment-respond textarea:focus {
	border-color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .back-to-top i {
	color: var(--ygency-headline-color);
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .site-preloader .overly {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .error-content-area .error-content .ygency-button {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-awards-list .single-award-item .arrow-button {
	background-color: var(--ygency-white-color);
	border: 1px solid var(--ygency-border-color);
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .ygency-awards-list .single-award-item:hover {
	border-color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-awards-list .single-award-item:hover .arrow-button {
	background-color: var(--ygency-primary-color);
	border-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-awards-list .single-award-item:hover .arrow-button svg path {
	stroke: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-banner-slider .slider-title, body.ygency-light-scheme .ygency-banner-slider .slider-desc {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-banner-slider .ygency-button {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-banner-slider .ygency-button:hover {
	color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-banner-slider .video-button .play-icon {
	color: var(--ygency-headline-color);
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-banner-slider .video-button .play-icon::before, body.ygency-light-scheme .ygency-banner-slider .video-button .play-icon::after {
	border-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-banner-slider .video-button .button-text {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-button:hover {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-counter-box .counter-wrap {
	-webkit-text-stroke-color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-counter-box:hover .counter-wrap {
	color: var(--ygency-primary-color);
	-webkit-text-stroke-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-feature-box.design-one .box-index {
	border-color: var(--ygency-border-color);
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .ygency-feature-box.design-one:hover {
	background-color: #0a101a;
	border-color: #0a101a;
}

body.ygency-light-scheme .ygency-feature-box.design-one:hover .box-index {
	color: var(--ygency-white-color);
	border-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-feature-box.design-one:hover .box-title a {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-feature-box.design-one:hover .box-desc {
	color: rgba(255, 255, 255, .65);
}

body.ygency-light-scheme .ygency-feature-box.design-one:hover .box-read-more {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-feature-box.design-two:hover .box-index {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-feature-box.design-two:hover .box-read-more {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .ygency-feature-box.design-three .box-index {
	color: rgba(105, 105, 105, .2);
}

body.ygency-light-scheme .ygency-feature-box.design-three .arrow-button {
	color: var(--ygency-body-color);
	border: 1px solid var(--ygency-border-color);
}

body.ygency-light-scheme .ygency-feature-box.design-three:hover .box-index {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-feature-box.design-three:hover .arrow-button {
	border-color: var(--ygency-primary-color);
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-icon-box {
	background-color: var(--ygency-white-color);
	-webkit-box-shadow: 0px 4px 60px 30px rgba(0, 0, 0, .05);
	box-shadow: 0px 4px 60px 30px rgba(0, 0, 0, .05);
	border: 3px solid transparent;
}

body.ygency-light-scheme .ygency-icon-box:hover {
	border-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-iconic-card .icon {
	color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-iconic-card .arrow-button {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-iconic-card::before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .08)), to(rgba(255, 255, 255, 0)));
	background-image: -o-linear-gradient(top, rgba(0, 0, 0, .08) 0%, rgba(255, 255, 255, 0) 100%);
	background-image: linear-gradient(180deg, rgba(0, 0, 0, .08) 0%, rgba(255, 255, 255, 0) 100%);
}

body.ygency-light-scheme .ygency-iconic-card:hover .title a, body.ygency-light-scheme .ygency-iconic-card:hover .icon, body.ygency-light-scheme .ygency-iconic-card:hover .desc {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-iconic-card:hover .arrow-button {
	background-color: var(--ygency-secondary-color);
	color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-search-wrapper .ygency-search-canvas .search-close {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-search-wrapper .ygency-search-canvas input {
	color: var(--ygency-white-color);
	border-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-offcanvas .offcanvas-toggle:hover path {
	stroke: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-offcanvas-wrapper .offcanvas-close {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-portfolio-items .title .last-word {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-portfolio-items .read-more:hover, body.ygency-light-scheme .ygency-portfolio-items .categories a:hover {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-portfolio-items .hover-icon svg {
	stroke: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-portfolio-items.design-content-hover .hover-icon {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-portfolio-items.design-content-hover .hover-icon svg {
	stroke: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-portfolio-items.design-content-hover .categories {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-portfolio-items.design-content-hover .categories a {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-portfolio-items.design-content-hover .title {
	background-color: var(--ygency-secondary-color);
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-portfolio-items.design-content-hover .title .last-word {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-post-boxes .hover-icon svg {
	stroke: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-post-boxes .read-more {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .ygency-post-boxes .post-meta a::before {
	opacity: .45;
}

body.ygency-light-scheme .ygency-pricing-table .table-badge {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-pricing-table:hover .ygency-button {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-process-box .subtitle {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .ygency-process-box:hover .subtitle, body.ygency-light-scheme .ygency-process-box:hover .title, body.ygency-light-scheme .ygency-process-box:hover .desc {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-process-box:hover .title {
	border-color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-progress-bar .circle-progress, body.ygency-light-scheme .ygency-progress-bar .circle-progress::before {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-section-title .subtitle {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-section-title .title-arrow path {
	stroke: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-showcase.design-one .subtitle {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .ygency-showcase.design-one .link-arrow {
	color: var(--ygency-secondary-color);
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-showcase.design-one .showcase-item:hover .subtitle {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-showcase.design-one .showcase-item:hover .link-arrow {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-showcase.design-two .subtitle {
	color: rgba(24, 24, 24, .35);
}

body.ygency-light-scheme .ygency-showcase.design-two .showcase-item:hover .subtitle {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-slider-wrapper .slick-arrow {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-team-members .social-links a:hover {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-team-members.team-design-two .member-content {
	background-color: var(--ygency-white-color);
	border: none;
	-webkit-box-shadow: 0 4px 60px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 60px rgba(0, 0, 0, .05);
}

body.ygency-light-scheme .ygency-team-members.team-design-two .social-links a {
	color: var(--ygency-body-color);
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-team-members.team-design-two .social-links a.plus-icon, body.ygency-light-scheme .ygency-team-members.team-design-two .social-links a:hover {
	background-color: var(--ygency-secondary-color);
	color: var(--ygency-white-color);
}

body.ygency-light-scheme .ygency-team-members.team-design-two .ygency-team-member:hover .member-content {
	background-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-team-members.team-design-two .ygency-team-member:hover .member-name, body.ygency-light-scheme .ygency-team-members.team-design-two .ygency-team-member:hover .job-title {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-testimonial .footer-divider .quote-icon {
	color: var(--ygency-secondary-color);
	background-color: var(--ygency-primary-color);
	border: none;
}

body.ygency-light-scheme .ygency-testimonial .star-rating i {
	color: var(--ygency-headline-color);
}

body.ygency-light-scheme .ygency-slider-wrapper .slick-dots li {
	background-color: #e6e6e7;
}

body.ygency-light-scheme .ygency-iconic-box {
	background-color: var(--ygency-white-color);
	border: none;
	-webkit-box-shadow: 0 4px 60px 30px rgba(0, 0, 0, .05);
	box-shadow: 0 4px 60px 30px rgba(0, 0, 0, .05);
}

body.ygency-light-scheme .ygency-iconic-box .icon {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme .ygency-iconic-box .icon::after {
	background-color: var(--ygency-primary-color);
}

body.ygency-light-scheme .ygency-iconic-box .arrow-icon {
	color: var(--ygency-body-color);
}

body.ygency-light-scheme .ygency-iconic-box:hover .arrow-icon {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce .button:hover, body.ygency-light-scheme.woocommerce .single_add_to_cart_button:hover, body.ygency-light-scheme.woocommerce .single_add_to_cart_button.alt:hover, body.ygency-light-scheme.woocommerce #respond input#submit:hover, body.ygency-light-scheme.woocommerce .actions .button:hover, body.ygency-light-scheme.woocommerce .wc-forward:hover, body.ygency-light-scheme.woocommerce-page .button:hover, body.ygency-light-scheme.woocommerce-page .single_add_to_cart_button:hover, body.ygency-light-scheme.woocommerce-page .single_add_to_cart_button.alt:hover, body.ygency-light-scheme.woocommerce-page #respond input#submit:hover, body.ygency-light-scheme.woocommerce-page .actions .button:hover, body.ygency-light-scheme.woocommerce-page .wc-forward:hover {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce-account .content-area .woocommerce-ResetPassword input, body.ygency-light-scheme.woocommerce-account .content-area .woocommerce-form input {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme.woocommerce-cart .woocommerce-cart-form .actions .button {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator input, body.ygency-light-scheme.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .select2-container .select2-selection--single {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button {
	color: var(--ygency-white-color);
	background-color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-calculator .button:hover {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme.woocommerce-cart .cart-collaterals .cart_totals .wc-proceed-to-checkout .checkout-button {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce-checkout .woocommerce-form-login input, body.ygency-light-scheme.woocommerce-checkout form.checkout_coupon input {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme.woocommerce-checkout form.woocommerce-checkout #order_review #payment #place_order {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce-checkout #payment .woocommerce-notice, body.ygency-light-scheme.woocommerce-checkout #payment div.payment_box {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme.woocommerce-checkout #payment div.payment_box::before {
	border-color: var(--ygency-white-color);
	border-right-color: transparent;
	border-left-color: transparent;
	border-top-color: transparent;
}

body.ygency-light-scheme.woocommerce.single-product div.product .entry-summary form.cart button {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a {
	color: var(--ygency-white-color);
}

body.ygency-light-scheme.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li a:hover {
	color: var(--ygency-secondary-color);
	background-color: var(--ygency-primary-color);
}

body.ygency-light-scheme.woocommerce.single-product div.product .woocommerce-tabs ul.wc-tabs li.active a {
	color: var(--ygency-secondary-color);
	background-color: var(--ygency-primary-color);
}

body.ygency-light-scheme.woocommerce.single-product div.product #review_form #respond .comment-form input:not([type=submit]), body.ygency-light-scheme.woocommerce.single-product div.product #review_form #respond .comment-form textarea {
	background-color: var(--ygency-white-color);
}

body.ygency-light-scheme.woocommerce.single-product div.product #review_form #respond .comment-form input.submit {
	color: var(--ygency-secondary-color);
}

body.ygency-light-scheme.woocommerce ul.products .product .cart-button a.button, body.ygency-light-scheme.woocommerce ul.products .product .cart-button .wc-forward {
	color: var(--ygency-secondary-color);
}
