/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/*** General ***/
html {
	scroll-behaviour: smooth;
}
div#ast-scroll-top {
	display: none !important;
}
.ast-plain-container.ast-no-sidebar #primary {
	margin: 0 !important;
}
.entry-content section,
.site-content section {
	padding-top: 80px !important;
	padding-bottom: 80px !important;
}
.entry-content section.pt-0,
.site-content section.pt-0 {
	padding-top: 0 !important;
}
.flex-column .ast-container {
	flex-direction: column;
}
.flex-column hr {
	width: 80%;
    background-color: #fff;
    margin: 3rem auto;
}
.pt-4 {
	padding-top: 80px !important;
}
.pb-4 {
	padding-bottom: 80px !important;
}
ol, ul {
    margin: 0 0 1.5em 0em;
    list-style-position: inside !important;
}
.centered-column {
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.call-to-action {
	position: fixed;
	bottom: 0;
    left: calc(50% - 600px);
    right: 0;
	width: 300px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 999;
/* 	background-color: #151414; */
}
.call-to-action .wp-block-buttons {
	margin-bottom: 1rem;
	margin-top: 1rem
}
p, p + .wp-block-buttons {
	margin-top: 0 !important;
}
p a {
	color: #fc8120;
	text-decoration: none !important;
}
h1 a, h2 a, h3 a, h4 a {
	text-decoration: none !important;
	color: inherit;
}
blockquote {
	font-size: 1em;
}
.wp-block-quote:not(.has-text-align-right):not(.has-text-align-center) {
	border-left-color: #fc8120;
}
a.wp-block-button__link.wp-element-button {
    padding: 1em 1.5em;
}
.button {
	margin-bottom: 1em;
	display: inline-block;
	padding: 12px 30px;
	line-height: 1.6;
	text-transform: uppercase;
	letter-spacing: 5%;
}
.is-style-fill .wp-block-button__link,
.is-style-outline .wp-block-button__link {
	padding: 12px 30px !important;
	line-height: 1.6 !important;
	text-transform: uppercase;
	letter-spacing: 5%;
}
.button-primary,
.is-style-fill .wp-block-button__link {
	background-image: url('/wp-content/uploads/2024/09/send-icon.svg');
	background-position: 30px center;
	background-repeat: no-repeat;
	background-size: 18px auto;
	padding-left: 60px !important;
}
.button-group {
	align-items: flex-start;
}
.white-btn.is-style-fill.wp-block-button .wp-block-button__link,
.black-btn.is-style-fill.wp-block-button .wp-block-button__link:hover {
	background-color: #fff;
	border: 1px solid #fff !important;
	background-image: url('/wp-content/uploads/2024/10/send-icon-pink.svg');
	color: #fc8120;
}
.black-btn.is-style-fill.wp-block-button .wp-block-button__link {
	background-color: #151414;
	border: 1px solid #151414 !important;
	color: #fff;
}
.white-btn.is-style-fill.wp-block-button .wp-block-button__link:hover {
	background-color: #fc8120;
	border: 1px solid #fc8120 !important;
	background-image: url('/wp-content/uploads/2024/09/send-icon.svg');
	color: #fff;
}
.link-with-arrow a {
	background-image: url('/wp-content/uploads/2024/09/right-arrow.svg');
	background-position: calc(100% - 5px) center;
	background-repeat: no-repeat;
	background-size: 14px auto;
	text-transform: uppercase;
	color: #fc8120;
	padding: 12px 30px;
	line-height: 1.6;
	display: block;
	position: relative;
}
.link-with-arrow.pl-0 a {
	padding-left:0;
}
.link-with-arrow a::after {
	display: block;
	content: '';
	position: absolute;
	left: 30px;
	bottom: 10px;
	width: calc(100% - 60px);
	height: 1px;
	background-color: #fc8120;
}
.link-with-arrow.pl-0 a::after {
	left: 0;
    width: calc(100% - 30px);
}
.link-with-arrow a:hover {
	background-position: right center;
}
.link-with-line {
    position: absolute;
    bottom: 30px;
	left: 1.5rem;
	right: 3.38rem;
}
.link-with-line a {
	padding: 12px 30px 12px 0;
	color: #151414;
    text-transform: uppercase;
	position: relative;
	display: block;
}
.link-with-line.white a {
	color: #fff;
}
.link-with-line a::before {
	display: block;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url('/wp-content/uploads/2024/09/arrow-in-circle.svg');
	background-size: 45px;
	background-repeat: no-repeat;
	background-position: right center;
	width: 45px;
	height: 45px;
	transform: rotate(45deg);
}
.link-with-line.white a::before {
	background-image: url('/wp-content/uploads/2024/10/arrow-in-circle-white.svg');
}
.link-with-line a:hover::before {
	transform: rotate(0deg);
	transition: all .3s;
}
.link-with-line a::after {
	display: block;
	content: '';
	position: absolute;
	left: 0;
	bottom: 10px;
	width: 105px;
	height: 1px;
	background-color: #151414;
}
.link-with-line.white a::after {
	background-color: #fff;
}
.title-wrapper {
    gap: 0px !important;
	margin-bottom: 2em;
}
* + .wp-block-button {
	margin-top: 1em;
}
.thin-wrapper {
	max-width: 850px;
	margin: 0 auto;
}
.gap-0 {
	gap: 0px;
}
section.pb-0 {
	padding-bottom: 0 !important;
}
section.pt-0 {
	padding-top: 0 !important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mt-2 {
	 margin-top: 2em;
}
.mb-2 {
	margin-bottom: 2em !important;
}
.mb-4 {
	margin-bottom: 4em !important;
}
/* .decoration-bg {
    background-image: url(https://www.productdesignaward.eu/wp-content/uploads/2023/02/decoration.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: right;
} */
.wp-block-separator {
	border: 1px solid !important;
}
.heading-with-bg {
    position: absolute !important;
    bottom: 1rem;
    left: calc(50% - 300px);
    display: inline-block;
    background-color: #fff;
    padding: 1rem 2rem;
    line-height: 1 !important;
    width: 600px !important;
}
.position-relative {
	position: relative;
}
.sticky-image {
	position: sticky;
	top: 0;
	margin-top: 0;
}
.sticky-image img {
	height: 100vh;
	object-fit: cover;
}
.photo-credits {
	position: absolute;
    bottom: 5px;
    left: 10px;
    color: #fff;
}
.left-padding-column {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.right-padding-column * {
/* 	padding-right: calc(50% - 600px);	 */
	width: 600px;
	padding-right: 20px;
}
.left-padding-column * {
/* 	padding-left: calc(50% - 600px); */
	width: 600px;
	padding-left: 20px;
}
.right-padding-column .wp-block-group,
.right-padding-column .wp-block-buttons {
	padding-right: 0;
}
.left-padding-column .wp-block-group,
.left-padding-column .wp-block-buttons {
	padding-left: 0;
}
.right-padding-column a,
.left-padding-column a {
	width: initial;
	padding-left: initial;
	padding-right: initial;
}
.entry-content section.cta-section {
	padding-top: 8em !important;
	padding-bottom: 8em !important;
}
.wp-block-column.content-center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.column-center {
	align-items: flex-start;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/*** Header ***/
.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button {
    border: 2px solid #fc8120;
	text-transform: uppercase;
	background-image: url(/wp-content/uploads/2024/09/send-icon.svg);
    background-position: 30px center;
    background-repeat: no-repeat;
    background-size: 18px auto;
    padding-left: 60px !important;
	border-radius: 0 !important;
}
.ast-header-button-1[data-section*="section-hb-button-"] .ast-builder-button-wrap .ast-custom-button:hover {
    border: 2px solid #151414;
	background-color: #151414;
}
button.ast-menu-toggle {
	width: 100% !important;
	text-align: right;
}
.page-template-template_winners .ast-above-header-wrap,
.page-template-template_single_winner .ast-above-header-wrap,
.page-template-template_hm_winners .ast-above-header-wrap,
.page-template-template_country .ast-above-header-wrap,
.single-jury .ast-above-header-wrap,
.single-post.single-format-standard .ast-above-header-wrap,
.single-winners-interviews .ast-above-header-wrap,
.page-id-6427 .ast-above-header-wrap,
.page-id-6431 .ast-above-header-wrap,
.page-id-6437 .ast-above-header-wrap,
.page-id-6439 .ast-above-header-wrap {
	background-color: #fc8120;
}
.page-template-template_winners .ast-main-header-wrap.main-header-bar-wrap,
.page-template-template_single_winner .ast-main-header-wrap.main-header-bar-wrap,
.page-template-template_hm_winners .ast-main-header-wrap.main-header-bar-wrap,
.page-template-template_country .ast-main-header-wrap.main-header-bar-wrap,
.single-jury .ast-main-header-wrap.main-header-bar-wrap,
.single-post.single-format-standard .ast-main-header-wrap.main-header-bar-wrap,
.single-winners-interviews .ast-main-header-wrap.main-header-bar-wrap,
.page-id-6427 .ast-main-header-wrap.main-header-bar-wrap,
.page-id-6431 .ast-main-header-wrap.main-header-bar-wrap,
.page-id-6437 .ast-main-header-wrap.main-header-bar-wrap,
.page-id-6439 .ast-main-header-wrap.main-header-bar-wrap{
	background-color: #151414;
}
body.single.ast-separate-container {
    background-color: #f8f8f8;
}
a.menu-link {
    background-color: #151414;
}

/*** Footer ***/
.site-primary-footer-wrap[data-section="section-primary-footer-builder"] .ast-builder-grid-row,
.site-below-footer-wrap[data-section="section-below-footer-builder"] .ast-builder-grid-row {
    padding-left: 10px;
    padding-right: 10px;
}
footer img {
	width: 170px;
	height: auto;
}
/* footer p {
	font-size: .875em;
} */
h4.footer-title {
    font-size: .875em;
    text-transform: uppercase;
    line-height: 2;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
h4.footer-title::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #fc8120;
}
ul.contact-info li {
	margin-bottom: 5px;
}
ul.contact-info li a {
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.contact-info li .icon {
    width: 30px;
    height: 30px;
    border: 1px solid #fc8120;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
ul.contact-info li img {
    width: 16px;
    height: auto;
}
ul.contact-info li a p {
    margin-bottom: 0 !important;
}
footer p,
ul li a {
	color: #fff;
}
ul li a:hover {
	color: #fc8120;
}
.footer-bottom {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid rgba(255, 255, 255, .3);
    position: relative;
}
a.back-to-top {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, .3);
    border-radius: 50%;
    width: 80px;
    height: 80px;
    background-color: #151414;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}
a.back-to-top img {
    width: 60px;
    height: 60px;
    background-color: #fc8120;
    padding: 16px;
    border-radius: 50%;
}
footer .sw {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-bottom ul.footer-menu {
    display: flex;
    gap: 20px;
	
}
/*** Home Hero ***/
.hero {
    position: relative;
    margin-top: -177px;
}
.home-hero {
	height: 100vh;
}
.page-hero {
	height: 60vh;
}
.hero::after {
    display: block;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .4);
    z-index: 0;
}
.hero-image,
.hero-image img {
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.hero .ast-container {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 1em;
	z-index: 9;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.hero-text {
	max-width: 700px;
	padding: 1.5em;
	background-color: #000;
	display: inline-block;
}
.home-hero h2 {
	text-transform: uppercase;
}
.home-hero h2,
.home-hero p {
	color: #fff;
}
.home-hero h2 span {
	color: #fc8120;
}
.home-hero p {
	margin-bottom: 0;
}
.hero-attribution {
    font-size: .875em;
    font-style: italic;
    margin-top: 3em;
    margin-bottom: 0;
    z-index: 99;
    color: #fff;
}
.site-above-header-wrap {
	position: relative;
    margin: 0;
    width: 100%;
    max-width: 100%;
}
.site-above-header-wrap .ast-builder-html-element {
    position: absolute;
    top: 6px;
	left: 0;
	right: 0;
    z-index: 99;
    width: 100%;
    overflow: hidden;
    display: flex;
}
.callout {
	width: 100%;
    white-space: nowrap;
    animation: slideTextLeft 32s linear infinite;
}
.callout a {
    font-size: .875em;
    line-height: 1;
	text-transform: uppercase;
    color: #fff;
    display: inline-block;
    margin-right: 2em; 
    animation: slideTextInnerLeft 32s linear infinite;
}
@keyframes slideTextLeft {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideTextInnerLeft {
    0% {
        transform: translateX(100%);
    }
    100% {
        transform: translateX(0);
    }
}

@keyframes slideTextRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-100%);
    }
}

@keyframes slideTextInnerRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(100%);
    }
}

/*** Misc ***/
/* .home #page .site-content {
    background-image: url(https://www.productdesignaward.eu/wp-content/uploads/2023/02/decoration.svg);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
} */
.program-wrapper {
	padding: 1em 0;
}
.program-wrapper p:first-child {
	font-size: 2.5em;
	font-weight: 700;
	width: 10%;
	opacity: .5;
}
.program-wrapper h3 {
	width: 25%;
}
.program-wrapper h3 a {
	color: #000;
	text-decoration: none !important;
}
.program-wrapper h3 a:hover {
	color: #fc8120;
}
.program-wrapper p:nth-child(3) {
	width: 50%;
}
.program-wrapper figure {
	width: 15%;
	text-align: right;
}
.program-wrapper figure a {
	opacity: .5;
}
.program-wrapper figure a:hover {
	opacity: 1;
}
.program-wrapper figure a img {
	transition: all .3s;
}
.program-wrapper figure a:hover img {
	transform: rotate(-45deg);
}
.uagb-timeline__events-inner-new {
	background-color: transparent !important;
}
.uagb-timeline__arrow {
	display: none;
}
h4.uagb-timeline__heading {
    margin-bottom: 1em !important;
    margin-top: .5em !important;
}
.winner-item {
	position: relative;
}
.winner-item figure {
	margin-bottom: 0;
	overflow: hidden;
}
.winner-item figure img {
	height: 450px;
	object-fit: cover;
	transition: ease-in-out .5s;
}
.winner-item .winner-box-info {
	position: absolute;
	bottom: 60px;
	left: 1rem;
	width: calc(100% - 2rem);
	background-color: rgba(21, 20, 20, .9);
	padding: 2rem;
}
.winner-item .winner-box-info {
	color: #fff;
}
.winner-item .wp-block-group {
	height: 100%;
}
.winner-item .winner-info {
    background-color: #fff;
    padding: 1rem;
    width: 100%;
	height: calc(100% - 450px);
}
.winner-item h3 {
	margin-top: 6px;
}
.winner-item h3 a:hover {
	color: #fc8120;
}
.winner-item .has-text-color {
	background-color: #fc8120;
    color: #fff !important;
    padding: .25em 1em;
    font-style: italic;
	font-size: .875em;
}
.winner-item .link-with-arrow {
	margin-top: 24px;
	visibility: hidden;
	transition: all .3s;
}
.winner-item .prize-info {
    width: 100%;
    padding: .5rem 1rem;
    font-weight: bold;
    font-style: italic;
	margin-top: -15px !important;
}
.winner-item .wp-block-group:hover figure img {
	transform: scale(1.1);
	transition: ease-in-out .5s;
}
.winner-item .wp-block-group:hover .link-with-arrow {
	visibility: visible;
	transition: all .3s;
}
.home .uagb-post-grid article img {
	height: 275px !important;
	object-fit: cover;
}
.home .uagb-post-grid article:nth-child(2) img {
	height: 325px !important;
}
.home .uagb-post__text.uagb-post-grid-byline {
    display: flex;
}
.programs {
	flex-wrap: wrap !important;
}
.program-item {
	padding-bottom: 100px !important;
	position: relative;
	max-width: calc(33.33% - 16px) !important;
	width: calc(33.33% - 16px) !important;
	flex-basis: inherit !important;
}
.program-item h3 {
	font-size: 1.35rem !important;
}
.jury-wrapper article {
	position: relative;
	height: 375px !important;
}
.jury-wrapper article::after {
    display: block;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #151414 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 1;
}
.jury-wrapper article img {
    height: 375px !important;
    width: 100% !important;
    object-fit: cover;
    object-position: top;
	filter: grayscale(100%);
}
.jury-wrapper article:hover img {
}
/* .jury-wrapper article:nth-child(odd) {
	margin-top: -2rem;
} */
.jury-wrapper article h3.uagb-post__title {
    position: absolute;
    bottom: 3.5rem;
    color: #fff;
	z-index: 2;
}
.jury-wrapper article .uagb-post__excerpt {
    color: #fff;
    position: absolute;
    bottom: 1rem;
    padding-bottom: 0;
	height: 55px;
	z-index: 2;
	font-size: .925em;
    line-height: 1.3;
    right: 20px;
    left: 20px;
}
.jury-wrapper article h3.uagb-post__title a:hover {
	color: #fc8120;	
}
.jury-wrapper .uagb-post-grid-byline {
	display: none;
}
.jury-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25em;
}
.jury-post {
    width: calc(25% - (3.75em / 4));
}
.jury-post a {
    display: block;
    text-decoration: none !important;
    height: 300px;
    position: relative;
	overflow: hidden;
}
.jury-post a::after {
    display: block;
    content: '';
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #151414 100%);
    bottom: 0;
    left: 0;
    width: 100%;
    height: 45%;
    z-index: 1;
}
.jury-post a img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    filter: grayscale(1);
	transition: all .3s;
}
.jury-post a:hover img {
	transform: scale(1.1);
	transition: all .3s;
}
.jury-post .jury-info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 1rem;
	z-index: 2;
}
.jury-post .jury-info h3 {
	color: #fff;
	margin-bottom: 0;
	transition: all .3s;
}
.jury-post a:hover .jury-info h3 {
	color: #fc8120;
	transition: all .3s;
}
.jury-post .jury-info p {
	margin-bottom: 0;
	color: #fff;
	font-size: .875em;
    min-height: 46px;
}
.info-boxes .wp-block-columns {
	display: flex;
	flex-wrap: wrap !important;
	justify-content: center;
	gap: 0 32px;
}
.info-boxes .wp-block-column {
    width: 31.5%;
    flex-grow: unset !important;
    flex-basis: unset !important;
    background-color: #F5F5F5;
    margin-top: 2.5rem;
    padding: 1rem 2rem;
}
.info-boxes .uagb-ifb-image-content {
    margin-top: -40px;
}
.info-boxes .uagb-ifb-title-wrap {
    margin-top: 1rem;
	margin-bottom: 1rem;
	padding-bottom: 1rem;
	display: flex;
	align-items: center;
	gap: 12px;
	border-bottom: 1px solid #fc8120;
}
.info-boxes .uagb-ifb-title-wrap h3 {
	margin-bottom: 0 !important;	
	color: #fc8120;
	text-transform: uppercase;
}
.info-boxes .uagb-ifb-title-wrap .uagb-ifb-title-prefix {
	margin-bottom: 0;
	margin-top: 0;
	color: #fc8120;
}
.benefit-row.wp-block-columns {
	align-items: center !important;
}
.benefit-row.wp-block-columns h3 {
	padding-bottom: 1.5rem;
	margin-bottom: 1.5rem;
}
.benefits-table {
	border: 0;
}
.benefits-table h3 {
	font-size: 1em;
	margin-bottom: 0;
}
.benefits-table th,
.benefits-table td {
	border-width: 0 0 1px 0;
	text-align: center;
	padding: 1rem;
	width: 16%;
}
.benefits-table th:nth-child(1),
.benefits-table td:nth-child(1) {
	width: 29%;
	text-align: left;
}
.benefits-table th:nth-child(2),
.benefits-table td:nth-child(2) {
	width: 23%;
}
.benefits-table .check {
	background-image: url('/wp-content/uploads/2026/01/double-arrow.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: 20px auto;
}
.benefits-table .check.black {
	background-image: url('/wp-content/uploads/2024/10/double-arrow-black.svg');
}
.img-gallery .slick-slide img {
    height: 500px;
    object-fit: cover;
}
.logos-wrapper {
    display: flex;
    gap: 16px;
}
.logos-wrapper .logo-item a img {
	transition: all .3s;
}
.logos-wrapper .logo-item a:hover img {
	transform: scale(1.1);
	transition: all .3s;
}
.partners-gallery .spectra-image-gallery__media-wrapper img {
    width: 100% !important;
    height: auto !important;
}
.two-column-logos .logos-wrapper,
.three-column-logos .logos-wrapper,
.four-column-logos .logos-wrapper,
.five-column-logos .logos-wrapper {
    flex-wrap: wrap;
    gap: 24px;
}
.two-column-logos .logos-wrapper .logo-item {
    width: calc(50% - 12px);
	overflow: hidden;
}
.three-column-logos .logos-wrapper .logo-item {
    width: calc(33.33% - 16px);
    overflow: hidden;
}
.four-column-logos .logos-wrapper .logo-item {
    width: calc(25% - 18px);
    overflow: hidden;
}
.five-column-logos .logos-wrapper .logo-item {
    width: calc(20% - 20px);
	height: 200px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.categories-wrapper {
	display: flex;
	gap: 1rem;
	flex-wrap: wrap;
}
.categories-wrapper .wp-block-uagb-faq-child {
    width: calc(33.33% - .75rem);
	width: 100%;
	height: 110px;
	margin-bottom: 0;
}
.categories-wrapper .wp-block-uagb-faq-child.uagb-faq-item-active {
	height: auto;
}
.categories-wrapper .wp-block-uagb-faq-child .uagb-faq-questions,
.categories-wrapper .wp-block-uagb-faq-child:hover .uagb-faq-questions {
	transition: ease-in-out .3s;
	height: 110px;
	position: relative;
}
.categories-wrapper .wp-block-uagb-faq-child .uagb-faq-questions::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fc8120;
	width: 0;
	height: 3px;
	transition: ease-in-out .3s;
}
.categories-wrapper .wp-block-uagb-faq-child:hover .uagb-faq-questions::after,
.categories-wrapper .wp-block-uagb-faq-child.uagb-faq-item-active .uagb-faq-questions::after {
	width: 100%;
	transition: ease-in-out .3s;
}
.categories-wrapper .wp-block-uagb-faq-child .uagb-faq-questions {
	border-bottom: 1px solid #fff;
}
.categories-wrapper.white-accordions .wp-block-uagb-faq-child .uagb-faq-questions {
	border-bottom: 1px solid #eee;
}
.categories-wrapper .wp-block-uagb-faq .uagb-faq-content {
	border-top: 2px solid #f8f8f8;
}
.deadlines span.uagb-icon-list__source-wrap {
	margin-top: 11px;
}
.deadlines span.uagb-icon-list__label strong {
    font-size: 1.5em;
}
.deadlines .wp-block-uagb-icon-list-child {
    width: 100%;
    border-bottom: 1px solid #eee;
    padding-bottom: 1rem;
}
.horizontal-tabs table.has-fixed-layout {
	border: 0;
}
.horizontal-tabs table.has-fixed-layout th,
.horizontal-tabs table.has-fixed-layout td {
	border-width: 0 0 1px 0;
	border-color: #eee;
	text-align: left;
	padding: 1em;
}
.horizontal-tabs table.has-fixed-layout th:first-child,
.horizontal-tabs table.has-fixed-layout td:first-child {
	width: 30%;
}
.horizontal-tabs .uagb-tab a,
.vertical-tabs .uagb-tab a {
	position: relative !important;
	display: block !important;
}
.horizontal-tabs .uagb-tab a::after,
.vertical-tabs .uagb-tab a::after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 2px;
	background-color: #fc8120;
	transition: ease-in-out .3s;
}
.horizontal-tabs .uagb-tab a:hover::after,
.horizontal-tabs .uagb-tab.uagb-tabs__active a::after,
.vertical-tabs .uagb-tab a:hover::after,
.vertical-tabs .uagb-tab.uagb-tabs__active a::after {
	width: 100%;
	transition: ease-in-out .3s;
}
.vertical-tabs.uagb-tabs__wrap ul.uagb-tabs__panel.uagb-tabs__align-left {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.vertical-tabs .uagb-tabs__panel li {
    width: calc(25% - 10px);
    margin: 10px 0 10px 0 !important;
}
.benefits-tabs .uagb-tabs__body-wrap {
	padding: 2rem;
}
.benefits-tabs .vertical-tabs .uagb-tabs__panel li {
	width: calc(34% - 16px);
}
.benefits-tabs .uagb-tabs__wrap .uagb-tabs__body-container {
	padding: 0;
}
.benefits-tabs .info-boxes .wp-block-columns {
	gap: 16px;
	justify-content: flex-start;
}
.benefits-tabs .info-boxes .wp-block-column {
	margin-top: 0;
	width: calc(33.33% - 12px);
}
.square-list span.uagb-icon-list__source-wrap {
	margin-top: 5px;
}
.square-list strong {
	text-transform: uppercase;
}
input#faq-search {
	width: 100%;
    margin-top: 0;
    padding: 1em;
    height: 60px;
    border-radius: 0;
    border-color: #eee;
}
.uagb-tab a {
    font-family: Avenir Next Bold, Helvetica, Arial, sans-serif !important;
}
/*** Winners Templates ***/
.comp-winner-header-top a {
    font-weight: 600;
    color: #151414;
}
.comp-winner-header-top a:hover {
	color: #fc8120;
}
.comp-winner-header-top h2 {
    margin-top: 1em;
}
.comp-winner-header-bottom {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}
select.comp-year {
    border-radius: 0;
    background-color: #eee;
    border-color: #eee;
    height: 54px;
}
input.search {
    height: 54px;
    border-color: #eee;
    border-radius: 0;
}
#winners {
	width: 100%;
}
#winners-list .list {
	display: flex;
	flex-wrap: wrap;
	gap: 1em;
}
#winners-list hr {
	width: 80%;
    background-color: #eee;
    margin: 2rem auto;
}
#winners-list .level-title {
    background-color: #eee;
    margin: -2rem auto 0;
    text-align: center;
    text-transform: uppercase;
    padding: 2rem;
}
#winners-list .level-title h2 {
	margin-bottom: 0;
	line-height: 1;
}
#winners-list .category-title {
	text-align: center;
    position: relative;
	margin-bottom: 1rem;
	margin-top: 2em;
}
#winners-list .category-title h3 {
	display: inline-block;
    background-color: #fff;
    padding: 0 1.5rem;
    margin: 0;
    position: relative;
    z-index: 8;
}
#winners-list .category-title::after {
    display: block;
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: #eee;
    top: 12px;
    z-index: 2;
}
.col-12 {
    width: 100%;
}
.col-6 {
    width: calc(50% - .5rem);
}
.col-8 {
    width: calc(75% - .5rem);
}
.col-4 {
    width: calc(25% - .75rem);
}
.winner-item {
    transition: 0.3s linear;
}
.winner-item .winner-img {
	overflow: hidden;
}
.winner-item .winner-img img {
    width: 100%;
    object-fit: cover;
    object-position: center;
	transition: 0.3s linear;
}
.winner-item.col-6 .winner-img img {
	height: 500px;
}
.winner-item.col-4 .winner-img img {
	height: 225px;
}
.winner-item:hover img {
	transform: scale(1.1);
	transition: 0.3s linear;
}
.winner-item.col-6 h4.prize {
    background-color: #fc8120;
    font-style: italic;
    font-size: 1em;
    color: #fff;
    padding: .5em 1em;
    margin-top: 1em;
    line-height: 1;
}
.winner-item.col-6 .designer {
    font-size: 1em;
    font-style: italic;
	font-weight: 400;
	color: #151414;
}
.winner-item.col-6 h3.project {
    margin-bottom: .25em;
}
.winner-item.col-4 h4.project {
    margin-top: 1rem;
    margin-bottom: .25rem;
    font-size: 1em;
}
.winner-item.col-4 .additional-info {
    font-style: italic;
    font-size: .875em;
    color: #151414;
}
.winner-item.col-4 .additional-info + .prize {
    font-weight: 700;
    font-size: .875em;
    color: #151414;
}
.single-winner-top .prize {
	color: #fc8120;
    font-weight: 600;
}
.single-winner-top h1 {
	margin: 1rem 0;
}
.single-winner-info-table ul.prize-details {
    list-style-type: none;
    margin: 1rem 0;
}
.single-winner-info-table li {
	padding: 1em 0;
    display: flex;
    border-bottom: 1px solid #eee;
}
.single-winner-info-table li .cell-title {
    width: 200px;
}
.single-winner-description {
    margin-bottom: 2rem;
    margin-top: 2rem;
}
.single-winner-description .credit_zoom {
    font-size: .75em;
}
.single-winner-description img {
	display: block;
}
.single-winner-description img,
.single-winner-images img {
    margin-bottom: 1rem;
}
.socialshares {
	margin-bottom: 2rem;
}
.socialshares-btn {
    width: 32px;
    padding: 6px;
    height: 32px;
    margin-right: 16px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #eee;
    cursor: pointer;
}
.socialshares-btn svg {
    fill: #eee;
}
.ast-article-single img {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
article.single-jury {
	display: flex;
	gap: 1.25em;
}
article.single-jury .jury-featured-image {
	width: 300px;
}
article.single-jury .jury-featured-image img {
	height: 300px;
	object-fit: cover;
}
article.single-jury .jury-content {
	width: calc(100% - 300px - 1.25em);
}
article.single-jury h1.jury-title {
    margin-bottom: 0;
}
.post-container.wp-block-uagb-container {
	width: 100%;
	margin-left: -20px !important;
	margin-right: -20px !important;
	margin-bottom: 0;
}
.post-container.wp-block-uagb-container figure {
	margin-top: 0;
	margin-bottom: 0;
}
.ast-separate-container .post-navigation,
.single-winners-interviews .entry-meta {
	display: none;
}
.single-post .ast-single-related-posts-container .post-thumb-img-content.post-thumb img {
    height: 250px;
    width: 100%;
    object-fit: cover;
}
.entry-meta *, single-post h1 a, .single-post h2 a, .single-post h3 a, .single-post h4 a {
	color: #fc8120;
}
.four-tabs .uagb-tab {
	width: 25%;
	border-right: 3px solid #fff;
}
.four-tabs .uagb-tab:last-child {
	border-right: 0;
}
.four-tabs .uagb-tabs__body-wrap {
    border-top: 3px solid #FFF;
}
.page-id-6405 iframe {
    width: 100%;
    height: 2765px;
}
.wp-container-core-group-is-layout-1 {
	flex-direction: row;
}
.news-wrapper.uagb-post-grid .uagb-post__image {
	overflow: hidden;
}
.news-wrapper.uagb-post-grid .uagb-post__image img {
    height: 300px !important;
    object-fit: cover;
	transition: all .3s;
}
.news-wrapper.uagb-post-grid .uagb-post__image:hover img {
	transform: scale(1.1);
	transition: all .3s;
}
.uagb-post-pagination-wrap .page-numbers {
    width: 35px;
    height: 35px;
    background-color: transparent !important;
    border: 1px solid #fc8120;
    color: #fc8120 !important;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.uagb-post-pagination-wrap .page-numbers.current,
.uagb-post-pagination-wrap .page-numbers:hover {
	background-color: #fc8120 !important;
	color: #fff !important;
}
.uagb-post-pagination-wrap .page-numbers.prev,
.uagb-post-pagination-wrap .page-numbers.next {
	width: auto;
}
.spectra-image-gallery__control-lightbox--main .swiper-slide img {
	background-color: #fff;
}
#logos-slider .slick-slide {
    margin: 0 .75rem; 
}
#logos-slider .slick-slide > div:first-child {
	margin-bottom: 1rem;
}
#logos-slider .slick-list {
    margin: 0 -.75rem; 
}
.press-wrapper h3.wp-block-heading {
    font-size: 1em;
} 
.press-wrapper h3.wp-block-heading a:hover {
	color: #fc8120;
}
.press-wrapper article.uagb-post__inner-wrap {
    border: 1px solid #eee;
}
.press-wrapper .uagb-post__image img {
	border-bottom: 1px solid #eee;
}

@media (max-width:1200px) {
	.right-padding-column * {
		width: 100% !important;
		padding-right: 0 !important;
	}
}
@media(max-width:992px) {
	body {
		overflow-x: hidden;
	}
	.img-gallery .slick-slide img {
		height: 400px;
	}
	.ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .comment-respond {
		padding: 1em;
	}
	.col-4.col-t-6 {
		width: calc(33.33% - 0.75em);
	}
	.five-column-logos .logos-wrapper .logo-item {
		width: calc(33.33% - 18px);
	}
	.ast-separate-container .site-content .ast-single-post-featured-section + article {
		margin-top: 0 !important;
	}
	.press-wrapper .uagb-post__text {
		padding-left: 1rem;
		padding-right: 1rem;
	}
}
@media (max-width:768px) {
	.winner-item figure img {
		height: 320px;
	}
	.link-with-line {
		left: 1.5rem;
		right: 1.5rem;
	}
	.jury-post {
		width: calc(50% - 10px);
	}
	.post-id-6076 .jury-post {
        width: 100%;
    }
	.post-id-6076 .jury-post a {
		height: 400px;
	}
	.post-id-6076 .jury-post a img {
		object-position: top;
	}
	.m-align-left, .m-align-left * {
		text-align: left !important;
		align-items: flex-start !important;
	}
	.uagb-tabs__panel .uagb-tab {
		margin-bottom: 0 !important;
	}
	table.benefits-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
	.wp-block-group.title-wrapper.left {
		align-items: flex-start;
	}
	.heading-with-bg {
		width: 100% !important;
		left: 0;
	}
	.logos-wrapper {
		flex-wrap: wrap;
	}
	.logo-item {
		width: calc(33.33% - 11px);
	}
	.img-gallery .slick-slide img {
		height: 325px;
	}
	.ast-separate-container .ast-article-single.single-jury {
		flex-direction: column;
	}
	article.single-jury .jury-featured-image {
		width: 100%;
	}
	article.single-jury .jury-featured-image img {
		height: 400px;
		width: auto;
		object-position: top;
	}
	article.single-jury .jury-content {
		width: 100%;
	}
	.comp-winner-header-bottom {
		flex-direction: column;
		gap: 1em;
	}
	.col-4.col-t-6 {
		width: calc(50% - 0.5em);
	}
	.col-4.col-m-12,
	.col-8.col-m-12,
	.winner-item.col-6.col-m-12 {
		width: 100%;
	}
	#winners-list .category-title h3 {
		max-width: 80%;
	}
	.winner-item.col-6 .winner-img img {
		height: auto;
	}
	.five-column-logos .logos-wrapper .logo-item {
		width: calc(50% - 16px);
	}
	.news-wrapper.uagb-post-grid .uagb-post__image img {
		object-fit: contain;
	}
}
