/*
Theme Name: Farmani Competition Base Theme
Author: Faculty
Author URI: https://www.fclty.com/
Description: Super Fresh.
Version: 3.0
*/

html {
	scroll-behavior: smooth;
}

h1 {
	font-size:36px;
	font-weight:bold;
	margin-bottom:16px;
}

h2 {
	font-size:24px;
	font-weight:bold;
	margin-bottom:16px;
}

h3 {
	font-size:20px;
	font-weight:bold;
	margin-bottom:16px;
}

h3 span {
	display:block;
	font-size:16px;
	color:#979797;
	font-weight: normal;
}

h1 + p, h2 + p, h3 + p {
	margin-top:8px;
}

.page p:first-of-type {
	margin-top:16px;
}

a {
    color: #171716;
}

a:hover {
	text-decoration:none!important
}

.page a {
	color: #e51b4b;
}

em {
    font-style: italic;
}

ul.page-list {
	margin:24px 0;
}

a:hover {
	color:#e51b4b;
}

.winner-main-image {
	position:relative;
}

.credit {
	font-size:3px;
	margin-bottom:30px;
}

/* Theme specific */
.page-4819 .why-register {
	display: none;
}
.bgGrey {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}
.pic {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}
.pic .img-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.juror-wrap .pic {
	padding-top: 100%;
}
.pic .img-holder img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
	object-position: top;
}
.winner-interview .pic .img-holder img {
	filter: grayscale(1);
	transition: all .3s;
}
.winner-interview a:hover .pic .img-holder img {
	filter: none;
	transition: all .3s;
}
#single-juror .pic,
.jury .pic,
.winners-interviews .pic,
#single-winner-interview .pic {
	padding-top: 100%;
}

#single-winner h1 {
	margin-top:16px;
	margin-bottom:16px;
}

.prize-details {
  margin: 16px 0; }

.prize-details li {
  margin-bottom: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #d8d8d8; }

.prize-details li:first-of-type {
  padding-top: 8px;
  border-top: 1px solid #d8d8d8; }

.prize {
	font-weight: bold;
	margin-right:8px;
}

.winner-images img {
	margin-bottom:48px;
}

#single-winner-interview .content {
	padding-bottom: 0;
}

#single-winner-interview .content .copy img {
	width: auto;
	float: left;
	margin-right: 25px;
	margin-bottom: 25px;
}

#single-winner-interview .project-link a  {
	margin-top: 15px;
	background: #e51b4b;
	color: #fff !important;
}

#single-winner-interview .project-link a:hover {
	background: #2a2b2d;
	border-color: #2a2b2d;
}

#single-winner-interview .dark-bkg .sw {
	padding: 48px 0;
}

#single-winner-interview .dark-bkg h2,
#single-winner-interview .dark-bkg h3 {
	color: #fff;
	transition: all .3s;
}

#single-winner-interview .dark-bkg a:hover h3 {
	color: #e51b4b;
	transition: all .3s;
}

#single-winner-interview + footer {
	margin-top: 0;
}

#home .featured .pic {
	padding-top: 100%;
}

/* Hero text styling - positionk, background colour, text colour */

.hero,
#home .hero {
/* 	height:550px; */
	height: calc(100vh - 105px) !important;
}
#home .hero .grid {
	height: 100%;
}
#home .hero .bg-img .img-holder {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

#home .hero .bg-img .img-holder img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	object-position: center;
	max-width: 100%;
	max-height: 100%;
}
.hero-img .img-holder {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.hero-img .img-holder img {
	display: block;
	width: 100vw;
	height: 100vh;
	object-fit: cover;
	max-width: 100%;
	max-height: 100%;
}

.single-news-page .hero-img .img-holder img {
    width: 100%;
    height: auto;
}

.hero .copy {
	background:rgba(255,255,255,1);
	position:absolute;
	bottom:48px;
	width:500px;
	padding: 24px;
	padding-top:48px;
	left:32px;
	z-index: 4;
}
.video-holder {
	position: relative;
	padding-top: 80%;
	overflow: hidden;
}
.hero-video {
	z-index: 3;
	pointer-events: none;
	height: 100%;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

#home .winners .winner {
	position: relative;
}

#home .winners .winner .award-title {
	position: absolute;
    bottom: 0;
    left: 0;
    padding: 8px 12px;
    background: #e51b4b;
    color: #fff;
    font-weight: 800;
}

#jury .hero,
#single .hero,
#partners .hero,
#single .hero,
#winners-interviews .hero {
	min-height: 55vh;
	height: auto;
}

#single.single-news-page .hero {
	min-height: auto;
	height: auto !important;
}

#single.single-news-page .hero .bg-img,
#single.single-news-page .hero-img .img-holder {
	position: initial !important;
}

.page-189 {
	background-color: #f8f8f8;
}

#partners .pic-padding {
    height: 220px;
    background: #fff;
    display: flex;
    align-items: center;
}

.single-partners__logo .img-holder {
    display: flex;
    align-items: center;
    justify-content: center;
}
.single-partners__logo .img-holder img {
    height: auto;
    width: 100%;
}

.hero-img .img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.hero-img .img-holder img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

.ytp-chrome-top{
	display: none!important;
}

.hero .attr:before {
    content: ""!important;
}

.hero .copy p:first-of-type {
	color:#949494;
	font-size:20px;
}

.hero .copy p {
	font-size:14px;
}

.menu li:last-of-type a {
	color:#e51b4b;
}

.hero .copy .button-main {
	background:#252828!important;
}

.hero .copy h1 {
	font-size:24px;
}

.hero .copy .more a {
	color:#e51b4b;
	display: inline-block;
    padding: 8px 0px;
    border-bottom: 2px solid #e51b4b;
}

.hero p:last-of-type {
	margin-bottom:32px;
}

.hero .attr {
}

p:last-of-type {
	margin-bottom:32px;
}
/* NEWS */
#news a {
	display: block;
	transition: all 0.1s ease-in-out;
}
#news a:hover,
#news a:focus {
	text-decoration: none;
}
#news hr {
	opacity: 0.2;
}
#news a h2 {
	font-size: 20px;
}
#news .page-list li a {
	font-size: 18px;
}

/* Callout is a full width section with centered text */

.callout {
	padding:92px 0!important;
	background: rgba(229, 227, 222, 0.47);
}

.callout p:last-of-type {
	margin-bottom:16px;
}

.hero .more {
	margin:24px 0 32px;
}

/* featured shows 2 columns - image plus text */

.featured {
	background:#2a2b2d;
	color:#fff;
}

/* Header svg  */

/* Header link color */
.main-header {
	line-height: 1;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2000;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 11px 30px 0 rgba(0,0,0,0);
}
.main-header.scrolled {
	box-shadow: 0 11px 30px 0 rgba(0,0,0,0.08);
}
.logged-in .main-header {
	top: 32px;
	box-shadow: 0 11px 30px 0 rgba(0,0,0,0.08);
}
#menu-main-header-nav .open li {
    border-bottom: 1px solid #fff;
} 
#menu-main-header-nav .open li a {
    line-height: 1.4;
}
header {
	padding:0;
}

header a {
	display: block;
	line-height: .8;
}

/* Header selected color */

.current_page_item a {
	color:#e51b4b;
}

/* Winners Page */

.comp-winner-header {
	padding:32px 0;
}

.comp-winner-header h2 {
	margin-bottom:0;
}

#winners h4 {
	font-weight:bold;
}

#winners .project-name {

}

#winners .designer-name {
	display:block;
	font-size:12px;
	font-weight: normal;
}


/* Alert styling */

.alert {
	background:#e51b4b;
	color:#fff;
}

.alert:hover {
	background:#2a2b2d;
	color:#fff;
}

/* Styling for home page sections */

#home .winners,
#home .news,
#home .partners,
.grey-bkg {
	background:#f5f5f5;
}

#home .jury {

}

#home .partners {

}

#home .why-register{
    text-align: left!important;
}
#home .why-register img.icon{
    max-width: 20px;
    max-height: 20px;
    margin-bottom: 6px;
}
#home .why-register .text-siteColor{
    color: #E51B4B;
    font-size: 14px;
}
#home .why-register .sub-title{
    color: #010101;
    font-size: 14px;
    font-weight: bold;
}
#home .why-register h2{
    margin-top: 0px;
    font-size: 26px;
}

/* Styling for buttons */

.button {
	border-radius:0px;
}

.button-main {
    background-color: #e51b4b;
}

.button-main:hover {
    background-color: #e51b4b;
}

a.button-main {

}

.button-secondary {

}

a.button-secondary {

}

.wp-caption {
	width: 100% !important;
}

/* Footer styles */

footer ul {
	list-style-type: none;
	padding-left: 0!important;
}

footer {
	background:#e7e5e0;
	font-size:14px;
}

footer a {
	color:black;
}

footer p:last-of-type {
	font-size:14px;
}

footer #colophon {
}

.fee .copy {
	padding:20px;
	width:100%;
	background:#fff;
	text-align:center;
	cursor:pointer;
	display: flex;
    flex-direction: column;
}

.fee .label {
	font-weight:bold;
	text-transform:uppercase;
}

.fee .price {
	font-size:80px;
	font-weight:bold;
	margin-bottom:10px;
}

.fee .desc {
	font-size:13px;
	color:#989898;
	margin-bottom:16px;
}

.fee  a, .fee a:hover {
	color:#fff!important;
	font-weight:bold;
}
.pswp {
	z-index: 99999
}
/* dropdown menu styles */
header > .sw.wide {
	overflow: unset;
}
.menu > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.menu li {
	position: relative;
}
.menu li ul {
	position: absolute;
	top: 90%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	padding: 0;
	margin: .125rem 0 0;
	font-size: 1rem;
	color: #212529;
	text-align: left;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #000a14;
}
.menu li ul.open {
	display: block;
}
.menu li ul li {
	width: 100%;
	background: transparent!important;
	padding: 0;
	margin: 0;

}
.menu li ul li:not(:last-of-type) {
	border-bottom: 1px solid #000a14;
}
.menu li ul li a {
	color: #252828;
	display: block;
	padding: 20px 10px;
}
.menu li ul li a:hover {
	text-decoration: none;
	color: #E51B4B;
}
/*** FAQs ***/
.faqs-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
	margin-bottom: 48px;
}
.faqs-wrapper:last-child {
	margin-bottom: 0;
}
.faq-item {
    overflow: hidden;
    width: 100%;
}
.faq-item input {
    display: none;
}
label.faq-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: auto;
    padding: 1.25em 1.25em;
    background: rgba(229, 227, 222, 0.47);
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 1px;
    position: relative;
    transition: all .3s;
}
.faq-item input:checked + label.faq-label {
	background: #e51b4b;	
}
label.faq-label::after {
    width: 1.25em;
    height: 1.25em;
    text-align: center;
    transition: all 0.35s;
    display: block;
    content: '';
    background-image: url(https://www.productdesignaward.eu/wp-content/uploads/2023/02/plus.png);
    background-repeat: no-repeat;
    background-size: 100%;
}
.faq-item input:checked + label.faq-label::after {
    background-image: url(https://www.productdesignaward.eu/wp-content/uploads/2023/04/minus-white.png);
}
label.faq-label h3 {
    margin-bottom: 0;
	font-weight: normal !important;
	width: calc(100% - 1.5em);
}
.faq-item input:checked + label.faq-label h3 {
	color: #fff;
}
.answer {
    max-height: 0;
    padding: 0 1.25em;
    color: #2a2b2d;
    opacity: 0;
    transition: all 0.35s;
}
.faq-item input:checked ~ .answer {
    max-height: 10000vh;
    opacity: 1;
    padding: 1.25em;
    background: rgba(229, 227, 222, 0.47);
    margin-bottom: 5px;
}
.page .faq-item p:first-of-type {
    margin-top: 0;
}
.page .faq-item p:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 767px) {
.hero,
 #home .hero {
    height: initial !important; }
    
#home .hero .attr {
	top: 278px;
	bottom: initial;
}

.project-link {
	display: flex;
	justify-content: center;
	margin-top: 0;
}

#single-winner-interview h2 {
	text-align: center;
}
  
.menu li ul {
		position: static;
		float: none;
		width: 100%;
	  }
	header svg {
		width:85px!important;
	}

	footer p:last-of-type {
    	font-size: 18px;
    	font-weight:bold;
	}

	.hero .copy {
		width:100%;
		position: relative;
		bottom: 0;
		width: 100%;
		z-index: 44;
		max-width: 100%;
		left: 0;
	}
	.friends.grid,
	.media.grid,
	.partner.grid,
	.partners .grid {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.friends.grid .grid-1-5,
	.media.grid .grid-1-5,
	.partner.grid .grid-1-5,
	.partners .grid .grid-1-5 {	
		flex: 0 0 50%;
		padding: 0 20px!important;
		margin-bottom: 20px!important;
	}
	#home .hero .bg-img .img-holder img {
		height: 300px;
	}
	#home .winners .winner .award-title {
		right: 0;
		padding: 4px 10px;
	}
}

/*** Style for new News and header ***/
.main-header.scrolled svg  {
	width: 80px;
	transition: all .3s;
}

.main-header svg {
	transition: all .3s;
}

#menu-main-header-nav {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.main-header .menu > li {
	margin-bottom: 0;
}

.main-header .menu > li > a {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    position: relative;
} 

.main-header .menu > li > a::after {
	position: absolute;
	bottom: 0;
	display: block;
	content: '';
	width: 0;
	height: 2px;
	background-color: #e51b4b;
	transition: all .3s;
}

.main-header .menu > li > a:hover::after,
.main-header .menu > li.current_page_item > a::after {
	width: 100%;
	transition: all .3s;
}

.main-header .menu > li:first-child > a:hover::after {
	width: 0;
}

.main-header .menu > li > a:hover,
.main-header .current_page_item a {
	color: #fff;
}

.main-header .menu li:last-of-type a {
	color: #fff;
    min-width: 100px;
    background-color: #e51b4b;
    padding: 14px 20px;
    text-align: center;
    display: inline-block;
}

.main-header .menu li:nth-child(4) li:last-of-type a {
	background-color: #252828;
	border-top: 1px solid #fff;
}

.main-header .menu li:last-of-type a:hover {
	opacity: .9;
}

.main-header .menu li:nth-child(4) li:last-of-type a:hover {
	opacity: 1;
	color: #e51b4b;
}

.main-header .menu li:last-of-type a::after {
	display: none;
}

.main-header .menu li ul li:not(:last-of-type) {
	border-bottom: 0;
}
 
.main-header .menu li:first-child a,
.main-header .menu li:nth-child(4) a {
	position: relative;
	padding-right: 16px;
}

.main-header .menu li:first-child::after,
.main-header .menu li:first-child::before,
.main-header .menu li:nth-child(4)::after,
.main-header .menu li:nth-child(4)::before {
	position: absolute;
	display: block;
	content: '';
	background-color: #fff;
	transition: all .3s;
}

.main-header .menu li:first-child::after,
.main-header .menu li:nth-child(4)::after {
	width: 11px;
	height: 1px;
    right: 0;
    top: 15px;
}

.main-header .menu li:first-child::before,
.main-header .menu li:nth-child(4)::before {
    width: 1px;
    height: 11px;
    left: calc(100% - 6px);
    top: 10px;
}

.main-header .menu li:first-child:hover::after,
.main-header .menu li:nth-child(4):hover::after  {
	opacity: 0;
	transition: all .3s;
}

.main-header .menu li:first-child:hover::before,
.main-header .menu li:nth-child(4):hover::before {
	transform: rotate(90deg);
	transition: all .3s;
}

.main-header .menu ul ul li:nth-child(4)::after,
.main-header .menu ul ul li:nth-child(4)::before {
	display: none !important;
}

.main-header .menu li ul.open {
	background-color: #252828;
	top: calc(90% - 2px);
	border: 0;
	min-width: 12rem;
	border-top: 2px solid #e51b4b;
	transition: all .3s;
}

.main-header .menu li ul li a,
.main-header .menu lu ul li:last-of-type a {
	padding: 20px 10px !important;
    text-align: left !important;
	width: 100%;
	border: 0;
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
}

.main-header .menu li ul li:first-child a {
	padding-right: initial;
}

.main-header .menu li ul li:first-child a:hover,
.main-header .menu li ul li:nth-child(2) a:hover,
.main-header .menu li ul li:nth-child(3) a:hover {
	color: #e51b4b;
}

.main-header .menu li ul li:first-child::before,
.main-header .menu li ul li:first-child::after {
	display: none;
}

.main-header .grid-cell.grid-1-3 {
	flex: 0 0 17%;
}

/*** Single Press Post ***/
#single .news {
	text-align: center;
	margin-top: 60px;
	background-color: #2a2b2d;
	color: #fff;
}

#single .main-post-content {
	padding-bottom: 0;
}

#single a.button-secondary {
	color: #fff;
	background: #e51b4b;
}

#single.single-news-page + footer {
	margin-top: 0;
}

#single .news .grid-wrap a {
	color: #2a2b2d;
}

#single .news .grid-wrap a:hover {
	color: #e51b4b;
}


/*** Buttons ***/
a.button-secondary,
.hero .copy .button-main,
.hero .copy .more a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 500;
	transition: all .3s;
}

a.button-secondary:hover,
.hero .copy .button-main:hover,
.hero .copy .more a:hover {
	opacity: .9;
	transition: all .3s;
}

/*** New Prize page ***/
.text-center {
	text-align: center;
}

.text-left {
	text-align: left;
}

.flex-container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	min-height: 420px;
}

.image-wrapper {
	width: calc(55% - 15px);
	position: relative;
}

.image-wrapper img {
	height: 100%;
	object-fit: cover;
}

.image-wrapper .attr {
	position: absolute;
    left: 0;
    bottom: 0;
    padding: 4px 8px;
    background: #ecf0f1;
    font-size: 10px;
    z-index: 1;
}

.text-wrapper {
	width: calc(45% - 15px);
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 25px 0;
}

.text-wrapper p:last-of-type {
	margin-bottom: 0;
}

.text-wrapper a,
.main-text a {
	color: #e51b4b;
}

.main-text a.button,
.callout .main-text a.button.button-secondary,
.main-text a.button.button-secondary:hover {
	color: #fff !important;
}

.main-text a.button.button-secondary {
	color: #e51b4b! important;
}

.main-text p {
	font-size: 16px;
}

hr {
	width: 80px;
	height: 2px;
	background: #e51b4b;
	border: 0;
	margin: 15px 0 30px;
}

hr.hr-center {
	margin: 30px auto;
}

/*** Accordions ***/
.tabs {
	overflow: hidden;
}

.tab {
	width: 100%;
	overflow: hidden;
}

.tab-label {
	display: flex;
	justify-content: space-between;
	padding: 1em;
	background: rgba(229, 227, 222, 0.47);
	font-weight: bold;
	cursor: pointer;
	margin-bottom: 5px;
	transition: all .3s;
}

.tab-label:hover {
	background: #2a2b2d;
	color: #fff;
	transition: all .3s;
}

.tab-label::after {
	content: "\276F";
	width: 1em;
	height: 1em;
	text-align: center;
	transition: all 0.35s;
}

.tab-label h3 {
	margin-bottom: 0;
}

.tab-content {
	max-height: 0;
	padding: 0 25px;
	color: #2a2b2d;
	transition: all 0.35s;
}

.tab-content p:last-of-type {
	margin-bottom: 0;
}

.tabs input:checked ~ .tab-content p + ul {
	margin-top: 16px;
}

.tab-close {
	display: flex;
	justify-content: flex-end;
	padding: 25px;
	background: #2a2b2d;
	cursor: pointer;
}

.tab-close:hover {
	opacity: .9;
}

.tabs input {
	display: none;
}

.tabs input:checked + .tab-label {
	background: #2a2b2d;
	color: #fff;
	margin-bottom: 0;
}

.tabs input:checked + .tab-label::after {
	transform: rotate(90deg);
}

.tabs input:checked ~ .tab-content {
	max-height: 100vh;
	padding: 25px;
	background: rgba(229, 227, 222, 0.47);
	margin-bottom: 5px;
}

/* About Prize Winners Section */
.page-3597 .winners {
	background: #2a2b2d;
    padding: 92px 0!important;
}

.page-3597 .winners + footer {
	margin-top: 0;
}

.page-3597 .winners h2,
.page-3597 .winners p {
	color: #fff;
	text-align: center;
}

.page-3597 .winners .copy {
	background: #fff;
	padding: 25px;
}

.page-3597 .winners .copy span,
.page-3597 .winners .copy h3 {
	color: #2a2b2d;
	margin-bottom: 0;
	transition: all .3s;
}

.page-3597 .winners a:hover .copy span,
.page-3597 .winners a:hover .copy h3 {
	color: #e51b4b;
	transition: all .3s;
}

.page-3597 .winners .more {
	display: flex;
	justify-content: center;
}

.page-3597 .winners .more a {
	background-color: #e51b4b;
	color: #fff;
}

.squares {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-bottom: 48px;
}

.square-item {
	width: calc(25% - 20px);
    height: auto;
    padding: 24px 16px;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    color: #2a2b2d;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.square-item:last-child {
	background: #2a2b2d;
	color: #fff;
}

.square-item:nth-child(4) {
	display: none;
}

.square-item p:last-of-type {
	margin-bottom: 0;
}

.square-item span {
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
}

.square-item span.date {
    font-size: 60px;
	padding: 15px 0;
}

.square-item em {
	font-size: 13px;
}

.author {
	color: #e51b4b;
    font-size: 15px;
    font-weight: 600;
    border-bottom: 2px solid #e51b4b;
    display: inline-block;
    padding-bottom: 6px;
}

/*** Submission tips ***/
.submission-tips {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.submission-tip {
    padding: 25px;
    width: calc(50% - 15px);
    background: #2a2b2d;
    color: #fff;
    margin-bottom: 30px;
}

.submission-tips-section a {
	color: #e51b4b;
}

.submission-tip + p {
	margin-top: 25px;
}

.tip-number {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #fff;
    display: inline-block;
    line-height: 1;
    padding: 7px;
    border-radius: 50%;
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-bottom: 48px;
}

.benefit-item {
    width: calc(33.33% - 20px);
    padding: 25px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.benfit-icon {
    width: 100px;
    height: 100px;
    border: 2px solid #e51b4b;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 25px;
}

.benfit-icon img {
	width: 46px;
	height: auto;
}

.benefit-item h3 {
	margin-bottom: 0;
}

.benefits + footer {
	margin-top: 0;
}

/*** Categories ***/
.text-wrapper.dark-bkg,
.dark-bkg {
	background: #252828;
    padding: 25px;
}

.text-wrapper.white-bkg {
	background: #fff;
    padding: 25px;
}

.dark-bkg h1,
.text-wrapper.dark-bkg h2,
.text-wrapper.dark-bkg li {
	color: #fff;
}

.text-wrapper ol {
	list-style-type: decimal-leading-zero;
    list-style-position: inside;
}

.text-wrapper li {
	font-size: 16px;
    padding-bottom: 10px;
}

.callout.dark-bkg + footer {
	margin-top: 0;
}

.dark-bkg .button-secondary {
	background-color: #e51b4b;
	color: #fff;
}

/*** Benefits ***/
.benefits-items .submission-tip {
    width: calc(50% - 15px);
    background: #fff;
    color: #2a2b2d;
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
} 

.benefits-items .submission-tip h3 {
	display: inline-block;
	margin-left: 15px;
}

.submission-tip strong {
	border-bottom: 2px solid #e51b4b;
}

.benefits-items .tip-number {
    color: #e51b4b;
    border: 2px solid #e51b4b;
}

.benefits-table thead {
	border-bottom: 5px solid #fff;
}

.benefits-table thead th,
.benefits-table tbody td {
	width: calc(70% / 4);
	font-size: 16px;
	font-weight: 600;
	color: #fff;
	padding: 8px 16px;
	text-align: left;
    vertical-align: middle;
    background: #2a2b2d;
    border-left: 1px solid #fff;
}

.benefits-table thead th:first-child,
.benefits-table tbody td:first-child {
	width: 30%;
	border-left: 0;
}

.benefits-table tbody tr:nth-child(odd) td {
	background: #fff;
	color: #2a2b2d;
}

.benefits-table tbody tr:nth-child(even) td {
	background: rgba(229, 227, 222, 0.47);
	color: #2a2b2d;
}

.benefits-table tbody td {
	font-weight: 400;
	border-left: 0;
	padding: 24px 16px;
}

.benefits-table .icon-check {
    height: 22px;
    width: 22px;
    margin: 0 auto;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    background: #e51b4b;
}

.benefits-table .icon-check:before {
    font-family: "Ionicons";
    color: #fff;
    font-size: 10px;
    content: "\f122";
}

/*** Mobile nav ***/
@media(max-width:1199px) {
	/*** Navigation ***/
	.main-header .grid-cell.grid-1-3 {
	    flex: initial;
	    width: 105px;
	}
	
	header svg {
	    width: 90px;
	}

	.main-header .menu > li > a,
	.main-header .menu li:first-child a,
	.main-header .menu li ul li a, 
	.main-header .menu lu ul li:last-of-type a {
		font-size: 10px;
	}
	
	/*** Prize ***/
	.flex-container {
		flex-direction: column;
	}
	
	.text-wrapper {
	    width: 100%;
	    text-align: center;
	}
	
	.image-wrapper {
		width: 100%;
	    order: 2;
	}
	
	hr {	    
		margin: 15px auto 30px;
	}
	
	.square-item span {
	    font-size: 14px;
	}
	
	.square-item span.date {
	    font-size: 50px;
	}

}

@media(max-width: 991px) {
	.benefit-item {
	    width: calc(50% - 15px);
	}
	
	/*** Prize ***/
	.squares {
		justify-content: center;
	}
	
	.square-item {
		margin: 0 10px 20px;
		width: calc(33.33% - 20px);
	}
}

@media(max-width: 767px) {
	#menu-main-header-nav {
		flex-direction: column;
	}
	
	.main-header #menu-main-header-nav {
		min-height: calc(100vh - 75px);
		overflow: scroll;
		padding-bottom: 25px;
		margin-top: 0 !important;
		justify-content: flex-start;
	}
	
	.mobile {
	    top: 0;
	    right: 0px;
	    width: 80px;
	    height: 100%;
	    padding: 25px;
	}
	
	ul:not(.menu-main-header-nav) li {
		margin-bottom: 0 !important;
		margin-right: 0 !important;
		padding: 0 !important;
		width: 100%;
	}
	
	.main-header .menu > li > a {
		padding-top: 17px !important;
		padding-bottom: 17px !important;
	}
	
	.main-header .menu li:first-child a {
		padding-right: 0;
	}
	
	.main-header .menu li ul li a, 
	.main-header .menu lu ul li:last-of-type a {
		text-align: center !important;
	}
	
	.main-header .menu li:last-of-type a {
		width: 100%;
	}
	
	.main-header .menu li:first-child::after,
	.main-header .menu li:nth-child(4)::after {
	    right: initial;
	    left: calc(50% + 55px);
	    top: 22px;
	}
	
	.main-header .menu li:first-child::before,
	.main-header .menu li:nth-child(4)::before {
	    left: calc(50% + 60px);
	    top: 17px;
	}
	
	footer a {
		display: block;
	}
	
	footer a img {
		margin: 0 auto;
	}
	
	.grid-cell.grid-1-4 div {
		justify-content: center;
		margin-top: 15px;
	}
	
	/*** Single News Page ***/
	#single .news {
		margin-top: 40px;
	}
	
	/*** Submission tips ***/
	.benefit-item,
	.submission-tip,
	.benefits-items .submission-tip {
	    width: 100%;
	    padding: 20px;
	    margin-bottom: 20px;
	    text-align: center;
	} 
	
	/*** Prize ***/
	.tabs input:checked ~ .tab-content {
		padding: 20px;
	}
	
	.square-item {
	    margin: 0 0 20px;
	    width: 100%;
	    height: 200px;
		justify-content: center;
	}
	
	/*** Benefits ***/
	.benefits-items .submission-tip h3 {
		display: block;
		margin-left: 0;
	}
	
}

@media(max-width:575px) {
	.benefits-table thead th, 
	.benefits-table tbody td {
		width: auto !important;
		font-size: 10px;
		padding: 8px;
	}
	
	.benefits-table .icon-check {
	    height: 16px;
	    width: 16px;
	    line-height: 16px;
	}
}

/*** NEW STYLE **/
#menu-main-header-nav li {
    margin-right: 20px;
}
.sw {
    max-width: 1240px;
    padding: 0 20px;
}
#home section {
	padding: 80px 0;
}
#home section.hero {
	padding: initial;
}
.hero .copy {
    border-left: 1px solid #E51B4B;
    text-align: left;
	padding: 48px;
	background: #f5f5f5;
}
.hero .copy p {
    font-size: 18px;
}
.hero .copy p:first-of-type {
	font-weight: bold;
	font-size: 24px;
}
.hero .copy .button-main,
.button-main {
    background: #e51b4b!important;
	font-size: 14px;
	text-transform: uppercase;
	border: 1px solid #e51b4b;
}
.hero .copy .button-main:hover,
.button-main:hover {
	background: #2a2b2d !important;
	opacity: 1 !important;
	border: 1px solid #2a2b2d;
}
.buttons-wrapper .button {
    margin: 0 4px;
}
.hero .more {
	display: none;
}
p.subtitle {
	color: #E51B4B;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 8px;
}
p.subtitle + h2,
.featured .title p.subtitle + h2 {
	margin-bottom: 48px;
	margin-top: 0;
	font-size: 36px !important;
	text-transform: uppercase;
}
.featured p.subtitle + h2 {
	text-transform: none;
}
#home p.subtitle + h2 + .paragraph-lg {
	margin-top: -24px;
}
.intro h1 {
	text-transform: uppercase;
}
.paragraph-lg p {
    font-size: 18px;
    line-height: 1.6;
}
.btn-secondary,
.button-secondary {
    background: transparent;
    border: 1px solid #E51B4B;
    text-transform: uppercase;
    font-size: 14px;
    color: #E51B4B !important;
}
.btn-secondary:hover,
.button-secondary:hover {
    background: #E51B4B;
    color: #fff !important;
}
.square-item,
.square-item:last-child {
    background: #fff;
    color: #2a2b2d;
}
.square-item.active {
    background: #2a2b2d;
    color: #fff;
}
.deadline-label {
	color: #E51B4B;
}
.narrow {
	max-width: 700px;
	margin: 0 auto;
}
.narrow-xs {
	max-width: 500px;
	margin: 0 auto;
}
.benefits-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
	padding-top: 40px;
}
.benefit-item {
	background-color: #f5f5f5;
	position: relative;
	box-shadow: none;
    padding-top: 70px;
	margin-bottom: 40px;
}
.benefit-item .icon-wrapper {
    position: absolute;
    top: -35px;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #E51B4B;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefit-item .icon-wrapper .icon {
    background: #f5f5f5;
    border: 1px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.benefit-item .icon-wrapper .icon img {
    width: 35px;
    height: auto;
}
.benefit-item p {
	text-align: center;
}
.winners .image-wrapper .award-title {
	display: none;
}
.winner .copy,
#home .juror .copy {
    position: absolute;
    z-index: 99;
    bottom: 0;
    width: calc(100% - 16px);
    height: calc(50% - 40px);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
    padding: 25px;
}
#home .winners .winner .award-title {
	position: initial;
	margin-bottom: 24px;
    display: inline-block;
}
.winner h3 a, 
.winner h3 a span {
	color: #fff;
}
.winner h3 a:hover {
	color: #e51b4b;
}
.learn-more-btn {
    padding-right: 20px;
    background-image: url(https://www.productdesignaward.eu/wp-content/uploads/2023/02/right-arrow.png);
    background-repeat: no-repeat;
    background-position: right 3px;
    background-size: 12px auto;
    color: #e51b4b;
    font-weight: 500;
}
.learn-more-btn:hover {
	padding-right: 30px;
}
.featured {
	background: transparent;
}
.featured .slick-list{ 
	padding-bottom: 40px;
}
.featured .slick-prev, 
.featured .slick-next {
    font-size: 14px;
    line-height: 1;
    color: #212529 !important;
    top: initial;
    bottom: 0;
    width: 70px;
    height: 20px;
    display: flex;
    align-items: center;
}
.featured .slick-prev {
	top: 6px;
    right: 90px;
    left: initial;
    z-index: 99;
    padding-left: 40px;
}
.featured .slick-next {
    top: 6px;
	right: 0;
    z-index: 99;
}
.featured .slick-prev:before, 
.featured .slick-next:before {
    content: '';
    background-size: 25px auto;
    background-repeat: no-repeat;
    opacity: 1;
    display: inline-block;
    height: 7px;
    width: 25px;
    position: absolute;
}
.featured .slick-prev:before {
    left: 0;
    background-image: url(https://www.productdesignaward.eu/wp-content/uploads/2023/02/left.svg);
}
.featured .slick-next:before {
    right: 0;
    background-image: url(https://www.productdesignaward.eu/wp-content/uploads/2023/02/right.svg);
}
.featured .slick-next::after {
    display: block;
    content: '';
    position: absolute;
    height: 16px;
    width: 1px;
    background-color: #2a2b2d;
    left: -11px;
    top: 0;
}
.featured .slide-item {
    position: relative;
}
.featured .slide-item .image-wrapper {
    width: 50%;
    height: 450px;
}
.featured .slide-item .text-wrapper {
    position: absolute;
	height: 450px;
    width: calc(50% + 80px);
    top: 40px;
    right: 0;
    min-height: 400px;
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
	text-align: left;
	background-color: #2a2b2d;
	border-left: 1px solid #e51b4b;
}
.featured .slide-item .text-wrapper h2 {
	font-size: 32px;
}
.featured-slider .button {
	margin-top: 32px;
}
.featured .attr,
.featured .title p.subtitle + h2 {
	color: #2a2b2d;
}
#home .jury .grid-cell:first-child {
	flex: 0 0 45%;
}
.grid-cell.jury-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 47px;
}
#home .juror {
    width: calc(50% - 36px);
    position: relative;
    height: 280px;
    margin-bottom: 20px;
}
#home .juror a.image-wrapper {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 25px;
    left: 25px;
    z-index: 99;
}
#home .juror::after {
    display: block;
    content: '';
    border: 1px solid #E51B4B;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    box-sizing: border-box;
}
#home .juror .pic {
    padding-top: 0 !important;
    position: initial;
}
#home .juror .bgGrey {
    filter: none;
    -webkit-filter: none;
}
#home .juror .copy {
	width: 100%;
	height: auto;
	padding: 20px;
    bottom: -25px;
    left: 25px;
}
#home .juror .copy h3 a,
#home .juror .copy h3 a span {
	color: #fff;
}
#home .juror .copy h3 a:hover {
	color: #E51B4B;
}
.partners .grid.grid-gutters {
	margin-bottom: 40px;
}
.partners .grid-cell.grid-1-5 .pic-padding {
    box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 15%);
    display: block;
}
.instagram,
#sb_instagram {
	padding-bottom: 0 !important;
}
.text-right {
	text-align: right;
}
footer {
    padding: 60px 0 0; 
	background-color: #2A2B2D;
}
footer .sw {
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
}
footer .footer-columns-wrapper .column {
    width: calc(25% - 30px);
}
footer ul {
    list-style-type: none;
}
footer p,
footer a, 
footer li,
footer span {
    color: rgba(255,255,255,.7);
    font-size: 14px;
}
footer p:last-of-type {
    font-weight: normal;
}
footer a:hover {
    color: #e51b4b;
}
footer p strong {
	color: #fff;
}
footer .footer-columns-wrapper .column:first-child p {
	font-size: 16px;
}
h4.column-title {
    font-size: 14px;
    text-transform: uppercase;
    line-height: 2;
    color: #fff;
    position: relative;
    margin-bottom: 20px;
}
h4.column-title::after {
    position: absolute;
    left: 0;
    bottom: -5px;
    display: block;
    content: '';
    width: 40px;
    height: 1px;
    background-color: #E51B4B;
}
.footer-logo {
    display: block;
    width: 170px;
    margin-top: 40px;
}
ul.contact-info li a {
    display: flex;
    gap: 10px;
    align-items: center;
}
ul.contact-info li a p {
	margin-bottom: 0 !important;
}
ul.contact-info li .icon {
	width: 30px;
	height: 30px;
	border: 1px solid #e51b4b;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}
ul.contact-info li img {
    width: 16px;
    height: auto;
}
.footer-bottom {
    padding-top: 40px;
    margin-top: 60px;
    border-top: 1px solid rgba(255,255,255,.3);
    position: relative;
}
.footer-bottom ul.footer-menu {
    display: flex;
    gap: 20px;
}
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: #212529;
    position: absolute;
    top: -40px;
    left: calc(50% - 40px);
}
a.back-to-top img {
    width: 60px;
    height: 60px;
    background-color: #e51b4b;
    padding: 16px;
    border-radius: 50%;
}
.copyright p {
    margin-bottom: 10px;
}
@media(max-width:1200px){
	.main-header .grid-cell.grid-1-3 {
		flex: 0 0 10%;
	}
	.hero .copy {
		padding: 32px;
	}
	#home section {
		padding: 60px 0;
	}
	footer .footer-columns-wrapper .column {
		width: calc(20% - 30px);
	}
	footer .footer-columns-wrapper .column:first-child {
		width: calc(40% - 30px);
	}
	#partners .pic-padding {
		height: 180px;
		margin-bottom: 20px;
	}
}
@media(max-width:992px) {
	.main-header .grid-center {
		flex-direction: column;
		align-items: center;
		padding-bottom: 12px;
	}
	.main-header .grid-cell.grid-1-3 {
		display: flex;
		justify-content: center;
	}
	header svg {
		width: 70px;
	}
	.main-header.scrolled svg {
		width: 50px;
	}
	.main-header .menu li:first-child::after, 
	.main-header .menu li:nth-child(4)::after {
		width: 7px;
		height: 1px;
		right: 3px;
		top: 14px;
	}
	.main-header .menu li:first-child::before, 
	.main-header .menu li:nth-child(4)::before {
		width: 1px;
		height: 7px;
		left: calc(100% - 7px);
		top: 11px;
	}
	.hero .copy {
		padding: 24px;
	}
	.paragraph-lg p {
		font-size: 16px;
	}
	.footer-bottom {
		padding-top: 40px;
	}
	a.back-to-top {
		width: 60px;
		height: 60px;
		top: -30px;
		left: calc(50% - 30px);
	}
	a.back-to-top img {
		width: 40px;
		height: 40px;
		padding: 8px;
	}
	.main-header .menu li:first-child::after, 
	.main-header .menu li:nth-child(4)::after {
		width: 11px;
		height: 1px;
		right: 3px;
		left: initial;
		top: 20px;
	}
	.main-header .menu li:first-child::before, 
	.main-header .menu li:nth-child(4)::before {
		width: 1px;
		height: 11px;
		left: initial;
		right: 8px;
		top: 15px;
	}
}
@media(max-width:768px) {
	p.subtitle + h2, .featured .title p.subtitle + h2 {
		font-size: 30px !important;
	}
	.buttons-wrapper .button {
		margin: 5px;
	}
	main {
		background-image: none;
	}
	.main-header .grid-center {
		padding-bottom: 0;
	}
	.mobile {
		top: 36px;
	}
	.main-header .menu > li > a,
	.main-header .menu li:first-child a, 
	.main-header .menu li ul li a, 
	.main-header .menu lu ul li:last-of-type a {
		font-size: 12px;
	}
	#home section {
		padding: 40px 0;
	}
	#home .sw {
		padding: 0 16px !important;
	}
	.hero .copy {
		padding: 24px 16px;
		border-top: 1px solid #E51B4B;
		border-left: 0;
		text-align: center;
	}
	.intro p {
		padding: 0;
	}
	.squares {
		justify-content: flex-start;
		gap: 20px;
	}
	.square-item {
		margin: 0;
		width: calc(50% - 10px);
	}
	.text-left,
	.featured .slide-item .text-wrapper {
		text-align: center;
	}
	.benefit-item {
		padding-top: 50px;
		margin-bottom: 20px;
	}
	.benefit-item .icon-wrapper {
		top: -30px;
		width: 60px;
		height: 60px;
	}
	.benefit-item .icon-wrapper .icon {
		width: 40px;
		height: 40px;
	}
	.benefit-item .icon-wrapper .icon img {
		width: 20px;
	}
	.featured .slide-item .image-wrapper {
		width: 100%;
		height: 350px;
	}
	.featured .slide-item .text-wrapper {
		position: initial; 
		height: auto;
		width: 100%;
		min-height: auto;
		padding: 20px;
		justify-content: center;
		align-items: center;
		border-left: 0;
		border-top: 1px solid #e51b4b;
	}
	.featured .slick-list {
		padding-bottom: 60px;
	}
	.featured .slick-next,
	.featured .slick-prev {
		top: initial;
	}
	#home .winners .winner {
		margin-bottom: 20px !important;
	}
	.winner .copy, .juror .copy {
		width: 100%;
		margin-bottom: 0;
		height: auto;
		padding: 20px;
	}
	.learn-more-btn {
		font-size: 14px;
	}
	.grid-cell.jury-wrapper {
		margin-top: 32px !important;
	}
	.grid-gutters > .grid-cell.text-right {
		margin-top: -24px !important;
    	margin-bottom: 24px !important;
		text-align: center;
	}
	footer {
		margin-top: 0;
		padding: 32px 0;
	}
	footer .sw {
		flex-direction: column;
	}
	footer .footer-columns-wrapper .column,
	footer .footer-columns-wrapper .column:first-child {
		width: 100%;
	}
	.footer-logo {
		width: 150px;
		margin: 20px auto;
	}
	h4.column-title::after {
		left: calc(50% - 20px);
	}
	footer ul.contact-info {
		display: flex;
		justify-content: center;
		gap: 10px;
		margin-bottom: 20px;
		margin-top: 28px;
	}
	footer ul.contact-info li {
		width: auto !important;
	}
	footer .footer-columns-wrapper .column:last-child {
		margin-top: 20px;
	}
	footer ul.footer-menu li a {
		padding: 4px 0;
	}
	footer p:last-of-type {
		font-size: 14px;
	}
	ul.contact-info li a p {
		display: none;
	}
	.footer-bottom ul.footer-menu li:first-child {
		text-align: right;
	}
	.footer-bottom ul.footer-menu li:last-child {
		text-align: left;
	}
	@media(max-width:576px) {
		.square-item {
			width: 100%;
		}
		#home .juror {
			width: calc(100% - 26px);
		}
	}
}