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

body {
	font-family: "Helvetica Neue", "Helvetica", helvetica, arial, sans-serif;
	background-color:#f9f9f9;
	padding-top: 86.35px;	
}

h1 {
	font-size:26px;
}

h2 {
	font-size:21px;
}

h3 {
	font-size:18px;
}

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

p:empty {
    display: none;
}

em {
	font-style: italic;
}

.alert {
	display: none;
}

.home .alert {
	display: block;
}
.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);
}
/* .calloutON {
	top: 40px !important;
} */

.main-header {
	line-height: 1; 
	position: fixed;
	top: 0;
	padding: 4px 0 !important;
	width: 100%;
	z-index: 2000;
	background: #fff;
	transition: all 0.2s ease-in-out;
	box-shadow: 0 11px 30px 0 rgba(0,0,0,0);
	padding-top: 40px;
}
.home .main-header {
	top: 0px !important;
}
.home .alert + .main-header {
	top: 40px !important;
}
.logged-in .main-header {
	padding-top: 0;
}
.main-header li a {
	color:#2a2b2d;
	font-weight: 700;
}
.home .main-header li a {
	color:#fff;
}
.main-header.scrolled li a {
	color: #2a2b2d;
}
.menu li ul li a:focus,
.menu li ul li a:hover {
	color: #fff;
}
.main-header li a:focus,
.main-header li a:hover,
.main-header.scrolled li a:focus,
.main-header.scrolled li a:hover {
	color: #87cefa;
}
.main-header .menu > li:last-of-type {
	padding: 5px 35px;
}
.main-header li:last-of-type a:hover,
.main-header li:last-of-type a:focus {
	color: #fff;
}
header #menu-main-header-nav li ul li:nth-last-child(2) > a {
	background-color: transparent !important;
	padding: 20px 10px !important;
}
header #menu-main-header-nav li ul li:nth-last-child(2) > a:hover,
header #menu-main-header-nav li:nth-last-child(2) > a {
	background-color: #87cefa!important;
}
.wp-caption-text {
	margin-top: 5px!important;
	font-size: 12px;
	opacity: 0.8;
}
.aligncenter {
	margin-left: auto;
	margin-right: auto;
}
.wp-image-2691 {
	width: auto;
}
.current_page_item a {
  /* color: #87cefa!important; */
}
.logo-holder {
	height: 100%;
	display: block;
	padding-left: 10px;
}
.logo {
	max-width: 170px;
	transition: all 0.2s ease-in-out;
}
.justify-content-center {
	justify-content: center;
}
#home section {
	text-align:left;
}

.site-logo.grid-1-3 {
	flex: 0 0 20%;
}

.main-header .menu>li:last-of-type {
	display: none !important;
}

#menu-main-header-nav li {
	margin-bottom: 0 !important;
}

.home .testimonials {
	background-color: #87cefa;
}

.testimonials .sw .grid div:nth-child(1) {
    border-right: 3px solid white;
}

.home .testimonials .sw .grid-gutters.gutter-fat div:nth-child(1) {
    padding: 0 40px 0 0;
}

.home .testimonials .sw .grid-gutters.gutter-fat div:nth-child(2) {
    padding: 0 0 0 40px;
}

.home .testimonials .sw .grid span {
    opacity: 1 !important;
    font-size: 18px;
    display: block;
    padding: 0 20px;
    font-weight: 700;
    text-align: left;
    color: #141416 !important;
}

.html-video {
	width: 100%;
}

.news-item .html-video {
	height: 100%;
    object-fit: cover;
}

/* Theme specific */
figure.wp-block-image.alignleft {
    float: left;
    margin-right: 24px;
	margin-bottom: 16px;
}

figure.wp-block-image.alignright {
    float: right;
    margin-left: 24px;
	margin-bottom: 16px;
}

.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;
}
.page-id-3624 .pic .img-holder img {
	object-position: center;
}
.jury .pic {
	padding-top: 100%;
}


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

#single p {
	margin-bottom: 32px;
}

.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;
}

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

#home .swiper-container,
#home .hero {
	min-height: calc(100vh - 86.35px);
}
#home .swiper-wrapper,
#home .swiper-slide,
#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;
	max-width: 100%;
	max-height: 100%;
}
#home .sw {
	max-width: 1340px;
	padding: 0 20px;
}
.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%;
}
.hero video {
	height: 100%;
	object-fit: cover;
}
.hero h1 {
    font-size: 24px;
	margin-bottom: 10px;
    text-transform: uppercase;
}

.hero h1 a {
	color:#fff;
}
#news .hero, 
#jury .hero, 
#single .hero, 
#partners .hero, 
#single .hero {
    min-height: 55vh;
    height: auto;
}

.hero p {
	color:#7f8084;
}

.hero .copy {
	background: #141416;
	left:40px;
	bottom:0;
	position:absolute;
	padding:32px 20px;
	max-width: 500px;
	text-align:center;
}

.copy .more a {
	color:#fff;
}

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

.button-main {
	background:#87cefa;
}

.button-main:hover {
	background:#87cefa;
}

.hero .attr {
	right:0!important;
	left:initial;
}

ul.faqs {
	margin-top:32px;
}

.pop {
	font-weight:bold;
	display: inline;
	line-height: 1.6;
    border-bottom: 3px solid #141416;
    padding-bottom: 2px;
}

.pop + p, .pop + div {
	margin-top:16px;
}

.jury h3, .winner h3 {
	font-weight:normal!important;
}

#single .jury a, #single .winner a {
	color:#2a2b2d!important;
}

.juror-wrap {
	padding:16px;
	background-color:#fff;
	margin-bottom:32px;
}
/* Callout is a full width section with centered text */

.callout {
	padding:64px 0 72px;
	text-align:center!important;
	background:#fff;
	color:#141416;
}

.callout p:last-of-type {
	margin:0!important;
}
.callout-images {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 30px 0;
}

#single h2 {
	margin-top:8px;
	margin-bottom:32px;
}

#single a {
	color:#87cefa;
}

#single h3 {
	margin-bottom:16px;
	font-weight:bold;
}

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

.featured {
	background:#fff;
}

.featured .copy {
	background:#f5f5f5;
	color:#141416;
	padding:30px;
}

.featured a:hover {
	color: #141416!important;
}
.featured .copy {
	transition: background 0.2s ease-in-out;
}
.featured .copy p,
.featured .copy p a,
.featured .copy .pop {
	transition: all 0.2s ease-in-out;
}
.featured .copy:hover {
	background: #87cefa;
	color: #fff;
}
.featured .copy:hover .pop {
	color: #fff;
	border-color: #fff;
}
.featured .copy:hover p a {
	color: #fff;
}


.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;
}


/* Header svg  */

.px3-white {
	fill:#fff;
}

.px3-grey {
	fill:#ccc;
}

/* Header link color */

header {
	padding:0 15px;
}


header li:last-of-type {
    background: #87cefa;
    padding: 10px 20px;
    margin-right: 0;
}
header li:last-of-type a {
	color: #fff;
}
header li:last-of-type a:hover {
	color: #fff;
	background: #87cefa;
}
/* Header selected color */

header .current_page_item a {

}

.swiper-button-disabled {
	display:none;
}

.socialshares {
	margin-top:16px;
}

/* Alert styling */

.alert {
	background:black;
	color:white;
}

/* Styling for home page sections */

.home .winners {
	background:#f5f5f5;
}

.home .winner .copy {
    background: #87cefa;
    padding: 25px 40px;
    width: calc(100% - 40px);
    margin: 0 auto;
    position: relative;
    top: -40px;
}

.home .winner h3 {
	color: #000;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold !important;
     width: calc(100% - 60px);
}

.winner-main-image {
	margin-bottom:16px;
}

.home .winner h3 span {
	font-size: 14px;
    text-transform: none!important;
    color: #000;
    margin-top: 25px;
}

.home .winner h3 svg {
	width: 26px;
    height: auto;
    position: absolute;
    top: 20px;
    right: 40px;
	transition: all .3s;
}

.home .winner a:hover {
	transition: all .3s;
	text-decoration: none;
}

.home .winner a:hover .copy {
	background: #000;
	transition: all .3s;
}

.home .winner a:hover .copy h3,
.home .winner a:hover h3 span {
	color: #87cefa;
	transition: all .3s;
}

.home .winner a:hover h3 svg {
	right: 30px;
	transition: all .3s;
}

.home .winner a:hover h3 svg g {
	fill: #87cefa;
	transition: all .3s;
}

#home .news {
	background:#f5f5f5;
}

#home .jury {

}

#home .partners {

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

.two-columns {
	column-count: 2;
	column-gap: 40px;
}
/*** FAQs ***/
.faqs-wrapper {
	overflow: hidden;
	margin-bottom: 40px !important;
}

.faqs-wrapper h2 {
	font-weight: 600;
}

.faq-item {
	width: 100%;
    overflow: hidden;
}

.faq-item input {
	display: none;
}

.faq-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;
}

.faq-item input:checked + .faq-label {
    background: #87cefa;
    margin-bottom: 0;
}

#single .faq-label h3,
#single .answer p:last-of-type,
#single .answer ul:last-of-type,
#single .answer ol:last-of-type {
    margin-bottom: 0;
    text-transform: none;
}

#single .answer p:last-of-type + ul {
	margin-top: 32px;
}

.faq-item input:checked + .faq-label h3 {
	color: #fff;
}

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

.faqs-wrapper input:checked + .faq-label::after {
    transform: rotate(90deg);
    color: #fff;
}

.answer {
    max-height: 0;
    padding: 0 25px;
    transition: all 0.35s;
}

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

.page .faq-item p:first-of-type {
    margin-top: 0;
}

.faq-item ol, 
.faq-item ul, 
.faq-item li {
    list-style: auto;
    list-style-position: inside;
}


/* Awards pages styles */
.awards-links {
	padding: 40px 0;
}
.awards-links a {
	font-size: 20px;
	display: block;
	text-align: center;
}
.awards-section__item:not(:last-of-type) {
	border-bottom: 1px solid #eee;
}
.flex-list {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.flex-3 li {
	flex: 0 0 33.33333%;
}

.ordered-styled {
	list-style-type: desimal;
	margin-bottom: 30px;
	padding-left: 20px;
}
.ordered-styled li {
	list-style-type: desimal;
}
.unordered-styled {
	list-style-type: disc;
	margin-bottom: 30px;
	padding-left: 20px;
}
.unordered-styled li {
	list-style-type: disc;
}
.text-center {
	text-align: center;
}
/* Styling for buttons */

/* .button {
	border-radius:3px;
} */

#single a.button-main,
.button-main,
a.button-main {
    border-radius: 30px;
    color: #000;
    font-weight: 700;
    border: 2px solid #87cefa;
	background: #87cefa;
}

.button.button-main {
	color: #fff !important;
}

#single a.button:hover,
button:hover,
a.button:hover {
    background: #141416;
    border: 2px solid #141416;
    color: #fff;
    text-decoration: none;
    transition: all .3s;
}

/* #menu-main-header-nav li:nth-child(10) a:hover {
	background: #141416 !important;
} */

/* .button-main:hover,
a.button-main:hover,
#menu-main-header-nav li:nth-child(10) a:hover {
    background: #87cefb;
} */

#single a.button-secondary,
.button-secondary,
a.button-secondary {
    font-weight: 700;
    border-radius: 30px;
    border: 2px solid #141416;
    background: transparent;
    color: #141416;
    text-transform: uppercase;
}

#single a.button-secondary:hover,
button.button-secondary:hover,
a.button.button-secondary:hover {
    background: #87cefa;
    border: 2px solid #87cefa;
    color: #fff;
}

/* News page styles */
#news .news h2 {
	margin-bottom: 15px;
	transition: 0.1s ease-in-out;
	font-size: 18px;
	
}
#news .news a {
	transition: 0.1s ease-in-out;
}
#news .news .copy {
	display: inline-block;
}
#news .news a:hover {
	text-decoration: none;
}
#news .news a:hover h2 {
	color: #87cefa;
}
.wp-block-media-text .wp-block-media-text__content {
	padding: 0 8% 0 0;
}
/* Footer styles */

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

footer a {
	color:black;
}

footer #colophon {
}

.footer-wrap .grid-gutters {
	margin-top: 0;
}

.pswp {
	z-index: 99999!important;
}

.single-post .pswp,
.page-id-2 .pswp,
.page-id-31 .pswp,
.page-id-117 .pswp,
.page-id-203 .pswp,
.page-id-3416 .pswp,
.page-id-4536 .pswp,
.page-id-4257 .pswp,
.page-id-4194 .pswp, 
.page-id-3624 .pswp,
.page-id-3488 .pswp,
.page-id-3390 .pswp,
.page-id-3149 .pswp,
.page-id-191 .pswp,
.page-id-205 .pswp,
.page-id-215 .pswp,
.page-id-2553 .pswp,
.page-id-2942 .pswp
#single + footer + style + .pswp,
.page-template-default .jury,
.page-template-default .banner {
	display: none;
}

.home.page-template-default .jury,
.home.page-template-default .banner {
	display: block;
}

.page-id-3026 #single + footer + style + .pswp {
	display: initial;
}

.page ul#menu-main-header-nav {
	margin-bottom: 0;
}

.content.winners .sw.narrow {
	max-width: 1200px !important;
	padding: 0 70px !important;
}

.benefits-single-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 40px 0;
    border-top: 1px solid grey;
}

.benefits-single-wrapper:last-of-type {
	border-bottom: 1px solid grey;
	margin-bottom: 40px;
}

.benefits-single-wrapper .column.image-wrapper {
    width: calc(33% - 15px);
}

.page .benefits-single-wrapper p:first-of-type {
    margin-top: 0 !important;
}

#single .benefits-single-wrapper p:last-of-type {
    margin-bottom: 0 !important;
}

.benefits-single-wrapper .column.text-wrapper {
    width: calc(67% - 15px);
}

.subscription {
	background: #fff;
}

.subscription form {
	max-width: 600px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	align-items: flex-start;
}

.subscription form .column,
.subscription form .form-group,
.subscription form .form-group input {
	width: 100%;
}

.subscription form .form-group label {
	display: none;
}

.subscription #submit {
	border-radius: 30px;
    color: #fff;
    font-weight: 700;
    border: 2px solid #141416;
    background: #141416;
	padding: 12px 36px;
	margin-top: 30px;
	text-transform: uppercase;
	transition: all .3s;
}

.subscription #submit:hover {
	border-color: #fff;
	background: #fff;
	color: #141416;
	transition: all .3s;
}
@media(max-width: 1200px) {
	header a {
		font-size: 12px;
	}
}

@media(max-width:991px) {
	#home .winner .copy {
		height: auto;
	}
	.home .main-header li a {
		color: #000;
	}
	.main-header {
		background: #fff !important;
	}
	.home .hero {
		margin-top: 120px !important;
	}
}

/* @media (max-width: 782px) {
    .logged-in .main-header {
        top: 46px;
    }
} */
@media (max-width: 767px) { 
	.logo {
		max-width: 120px;
	}
	body {
		padding-top: 88.35px;
	}
	header {
		padding:0 15px;
	}
	.logo-holder {
		display: inline-block;
	}
	#home .swiper-container,
	#home .hero {
		min-height: calc(100vh - 88.35px);
	}
	
	#home section {
		text-align: center;
	}
	
	.hero .copy {
		text-align: center;
	}
	
	#home .button {
		width:100%;
	}
	
	.pop + p, .pop + div, .pop + ul {
		margin-top:32px!important;
	}
	.callout-images {
		display: block;
		max-width: 80%;
		margin: 0 auto;
	}
	.callout-images img {
		width: 100%;
	}
	section {
		padding:16px;
	}
	
	section + .featured {
		padding: 8px 0 0 0;
	}

	.home .winner {
		margin-bottom: 25px !important;
	}
	
	.home .winner:last-of-type {
		margin-bottom: 0 !important;
	}
	
	.home .winner .copy {
		width:100%!important;
		padding: 20px;
		height: auto;
		top: 0;
	}
	
	.home .winner h3 {
		width: 100%;
		margin-bottom: 0;
	}
	
	.home .winner h3 span {
		margin-top: 15px;
		margin-bottom: 15px;
	}
	
	.home .winner h3 svg {
		position: relative;
		top: initial;
		right: initial;
	}
	
	.home .winner a:hover h3 svg {
		right: initial;
	}
	
	.more {
		text-align:middle;
	}
	
	.grid-cell .copy {
		margin-bottom:8px;
	}
	.jury_linkedin_profile, .jury_website {
     display: inline-block !important; 

	}
	.content.winners .sw.narrow {
		padding: 0 8px !important;
	}
	
	.benefits-single-wrapper {
		flex-direction: column;
		padding: 25px 0;
	}
	
	.benefits-single-wrapper:last-of-type {
		margin-bottom: 25px;
	}
	
	.benefits-single-wrapper .column.image-wrapper {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.benefits-single-wrapper .column.text-wrapper {
		width: 100%;
	}
	.two-columns {
		column-count: 1;
		column-gap: 0px;
	}
}
@media(max-width:576px){
	#home .swiper-wrapper, #home .swiper-slide, #home .hero .grid {
		height: 300px;
	}
}