/*
Theme Name: Faculty API
Author: Faculty (derivative by 3C Group)
Author URI: https://www.fclty.com/
Description: Brand-neutral fork of Farmani PX3 Base Theme, reading FIT Design Awards data via the public API.
Version: 0
License: Proprietary — see LICENSE in repo root
*/

* {
	box-sizing: border-box;
}

@font-facebody {
	font-family: Gotham Light Regular;
	src: url(https://livawards.com/wp-content/themes/faculty/fonts/Gotham Light Regular.otf); 
	font-weight: normal; 
}

html {
	margin-top: 0 !important;
}

#wpadminbar {
	display: none !important;
}

body{
	font-family: "Gotham Light Regular", Arial, sans-serif;
/* 	background-color:#f9f9f9; */
	box-sizing: border-box;
    margin: 0;
	color: #093e5c;
}

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	line-height: 1.4;
	font-weight: 400;
}

h1 {
	color: #ff6100;
    font-weight: 400;
}

h2, h3, h4, h5, h6 {
	color: #093E5C;
}

.section-title h2 {
    font-weight: 600;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 1px;
}

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

#single hr + h2 {
	margin-top:32px;
}

h3 {
    text-transform: uppercase;
    margin-bottom: 0;
}

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

.benefits-item h3,
.category-item .round-button h3 {
	color: #093E5C;
}

.category-item h3,
.rule-item h3,
a h3 {
	color: #093E5C;
}

p, span,
.hero p:last-of-type {
	color: #093e5c;
	line-height: 1.6;
	margin-top: 0;
}

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

.number {
	font-size: 48px;
	font-weight: 700;
	font-style: italic;
	line-height: 1;
	margin-bottom: 0;
	color: #ff6100;
}

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

#single a,
#partners a,
.page-content a {
	color: #ff6100;
}

.page ul {
    margin-bottom: 32px;
	list-style-type: disc;
    padding-left: 20px;
}

.page ul li {
	line-height: 1.8;
}

.page-template-template_narrow .page-content ul li {
	list-style-type: disc;
}

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

.button {
	padding: 12px 25px;
    border-radius: 20px;
    box-shadow: 0px 8px 15px rgb(0 0 0 / 10%);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
}

.button.button-main {
    background: #fff;
    color: #093E5C;  
}

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

.button.button-secondary {
	background: #093E5C;
    color: #fff;  
}

.button.button-secondary:hover {
	background: #ff6100;
}

h2 .button.button-secondary {
    border-radius: 30px;
}

.category-item .round-button:hover,
.category-item .round-button:hover h3 {
	background: #FF6100;
	color: #fff;
}

.section-title .button {
	margin-bottom: 20px;
}

img {
    display: block;
    width: 100%;
    height: auto;
}

.icon-wrapper,
.round-button {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 80px;
	height: 80px;
	padding: 15px;
	border-radius: 50%;
    border: 2px solid #FF6100;
    margin: 0 auto 15px;
}

.icon-wrapper img {
	width: 40px;
}

section {
	padding: 40px 0;
}

.sw {
	padding: 0 15px;
}

.flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.pl-0 {
	padding-left: 0 !important;
}

.pr-0 {
	padding-right: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.section-title {
	text-align: center;
	align-items: center;
}

.lime-bkg {
/* 	background: #CEFF00; */
	background: #ff6100;
}

.blue-bkg{
	background: #093E5C;
}

.orange-bkg {
	background: #FF6100;
}

.bgGrey {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
}

/*** Header ***/
.alert {
	position: fixed;
    top: 0px;
    z-index: 9999999;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #ff6100;
    color: #fff;
    font-size: 13px;
	text-align: center;
}

.alert:hover {
	background: #093E5C;
}

.alert.header-callout {
	display: none;
}

.home .alert.header-callout {
	display: flex;
}

.main-header {
	padding: 15px;
	display: flex;
	align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background: #fff;
	box-shadow: 0 11px 30px 0 rgb(0 0 0 / 8%);
    transition: all 0.2s ease-in-out;
}

.home .main-header {
	box-shadow: none;
	top: 0px
}

.main-header.scrolled,
.home .main-header.scrolled {
	box-shadow: 0 11px 30px 0 rgb(0 0 0 / 8%);
}

.main-header.scrolled,
.main-header.open {
	background: #fff;
}

header .logo-holder {
    max-width: 140px;
}

header .logo-holder img {
	width: 100%;
	height: auto;
}

header .navigation-wrapper {
	background: #fff;
}

header nav {
	 display: none;
}

header nav.open, 
header nav.open .menu-main-header-nav-container {
	display: block !important;
}

.mobile,
.logo-wrapper {
	position: relative;
	z-index: 99;
}

.mobile span {
	display: block;
    width: 35px;
    height: 3px;
    background: #093E5C;
    margin-bottom: 6px;
    border-radius: 6px;
}

.navigation-wrapper {
	position: absolute;
    width: 100%;
    left: 0;
    right: 0;
}

#menu-main-header-nav {
    list-style: none;
    padding: 70px 0 0;
    margin-bottom: 0;
}

#menu-main-header-nav li a,
header li:nth-last-child(2) > a{
    padding: 15px 20px;
    display: block;
	background: transparent;
	color: #093e5c;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    transition: all .3s;
}

#menu-main-header-nav li a:hover,
header li:nth-last-child(2) > a:hover,
.main-header.scrolled #menu-main-header-nav li:last-of-type a {
	background: #093e5c;
	color: #fff;
	transition: all .3s;
}

#menu-main-header-nav li:last-of-type {
	background: transparent;
}

#menu-main-header-nav li:last-of-type a {
    background: #093e5c;
    color: #fff;
    transition: all .3s;
} 

.home #menu-main-header-nav li:nth-child(10) a:hover {
	color: #fff !important;	
}

.main-header.scrolled #menu-main-header-nav li:last-of-type a:hover {
	background: #ff6100;
}

select#gtranslate_selector {
    border: 0;
    width: 100%;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
    padding: 15px 20px;
    display: block;
    background: transparent;
    color: #093e5c;
    text-decoration: none;
    text-align: center;
    font-weight: 600;
    font-style: italic;
    transition: all .3s;
}

select#gtranslate_selector:focus {
	border: 0;
	outline: none;
}

.gtranslate_wrapper select {
    background: transparent;
    color: #093e5c;
    text-transform: uppercase;
    font-size: 13px;
    font-style: italic;
    padding: 14px 0 14px 14px;
    width: 100px;
}

/*** Footer ***/
.footer {
    padding: 25px 20px 10px 20px;
}

.page-template-template_application footer {
	margin-top: 0 !important;
}

#home + footer {
	background-color:#f9f9f9;
	margin-top: 0;
}

.footer .flex-wrapper {
	flex-direction: column;
	align-items: center;
	text-align: center;
}

.footer img {
    width: 180px;
    margin-bottom: 0px;
} 

.footer ul {
    list-style: none;
    padding-left: 0;
}

.footer ul a {
    text-decoration: none;
    font-size: 14px;
    padding: 3px 0;
    display: block;
    color: #093E5C;
}

.footer ul a:hover {
	color: #ff6100;
}

#colophon {
	font-size: 12px;
    padding: 10px 20px;
    color: #093E5C;
	text-align: center;
}

/*** Page ***/
.page-content {
	background-color:#f9f9f9;
}

.page-content:nth-child(1) {
	margin-top: 90px;
	padding-top: 60px;
}

/*** Benefits ***/
.benefits {
	display: none;
}

/*** News, Partners & Jury ***/
.item {
	margin-bottom: 30px;
    width: 100%;
}

.pic {
    padding-top: 100%;
    overflow: hidden;
	width: 100%;
    background-size: cover;
    background-color: #fff;
    position: relative;
    background-position: 50%;
    transition: opacity 250ms ease-in;
} 

.pic .img-holder {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pic .img-holder img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
    object-position: center;
}

#news .news .copy,
.jury .copy {
	padding-top: 10px;
	text-align: center;
}

#news .news h2 {
    margin-bottom: 5px;
    transition: 0.1s ease-in-out;
    font-size: 18px;
}

#news .news h2:hover {
	color: #ff6100;
	transition: 0.1s ease-in-out;
}

#news .news-content {
	padding-top: 30px;
}

.item h3 {
    text-transform: initial;
}

.item h3 span {
	display: block;
	font-size: 16px;
    line-height: 1.6;
}

.item h3 span:nth-child(1),
.item h3 span:nth-child(3) {
	color: #ff6100;
}

.news-single h1 {
	margin-top: 20px;
}

.news-single .date {
	display: block;
	margin-bottom: 20px;
}

#partners .partner-item .pic-padding {
    height: 100%;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-item {
    width: calc(50% - 10px);
	margin-bottom: 20px;
}

.benefits-single-wrapper {
	border-bottom: 1px solid grey;
    margin-bottom: 20px;
}

.benefits .benefits-body:nth-child(even) {
    background: #f2f2f2;
}

.benefits .benefits-body:nth-child(odd) {
    background: #ddd;
}

.home .awarded_companies {
	background-color: #f9f9f9;
}

.news-wrapper .img-holder {
    height: 270px;
    margin-bottom: 10px;
}

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

/*** 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: #093e5c;
    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;
}

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

.faq-label::after {
    content: "\276F";
    width: 1em;
    height: 1em;
    margin-top: 5px;
    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;
}

.archive.tag,
.page-template-template_news_new {
	padding-top: 100px;
}

/*** Hero ***/
#home .hero {
    height: auto !important;
    min-height: 100vh !important;
    padding: 0;
}

#home .swiper-container {
	min-height: 100vh !important;
}

#home .hero .sw {
	margin-top: -220px;
    position: relative;
    z-index: 999;
    display: flex;
    flex-direction: column-reverse;
    padding: 0;
}

#home .hero .grid,
.hero-wrap {
    height: 100%;
    position: relative;
}

#news .hero,
#jury .hero, 
#single .hero, 
#partners .hero, 
#single .hero {
    height: 55vh;
    position: relative;
	margin-top: 90px;
}

#news .hero .img-holder,
#jury .hero .img-holder, 
#single .hero .img-holder, 
#partners .hero .img-holder, 
#single .hero .img-holder {
	height: 100%;
}

#news .hero .img-holder img,
#jury .hero .img-holder img, 
#single .hero .img-holder img, 
#partners .hero .img-holder img, 
#single .hero .img-holder img {
	object-fit: cover;
	height: 100%;
}


.hero .bg-img {
    background-size: cover;
    height: 100%;
    width: 100%;
    background-position: 50%;
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 1s ease-in;
}

.hero .bg-img.loaded {
    opacity: 1;
}

#home .hero .img-holder {
	position: relative;
}

#home .hero .bg-img .img-holder img {
    display: block;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    max-width: 100%;
    max-height: 100%;
}

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

.hero .hero-wrap .intro {
	padding: 30px 15px 25px;
	width: 100%;
}

.hero .hero-wrap .copy {
    background-color: rgba(255,255,255,.8);
    padding: 15px;
    text-align: center;
    width: 100%;
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.hero .hero-message {
	position: absolute;
    top: 80px;
    right: 15px;
    left: 15px;
    text-transform: lowercase;
    font-size: 40px;
    font-weight: 700;
    font-style: italic;
    text-align: center;
    line-height: 1;
}

.wrap {
	text-align: center;
}

.benefits-item,
.rule-item,
.image-item {
	width: 100%;
}

.rule-item h3 br {
	display: none;
}

.category-item {
    width: calc(50% - 15px);
    margin: 15px 0;
    text-align: center;
}

.jury-item {
	width: 100%;
	margin: 15px 0;
}

.jury-item .img-holder img {
    object-fit: cover;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    margin: 0 auto 15px;
}

.jury-item-text {
	text-align: center;
}

.jury-item-text p {
	font-style: italic;
	color: #093E5C;
}

.gallery,
.gallery .sw {
	padding: 0 !important;
}

.image-item {
    height: 300px;
}

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

.testimonial-item {
	margin: 15px 0;
	width: 100%;
}

.testimonial-item p {
	font-style: italic;
}

.testimonial-item span {
	display: block;
	font-style: italic;
	font-weight: 700;
	position: relative;
}

.testimonial-item span::after {
	display: none;
	content: '';
	position: absolute;
	left: 0;
	width: 20px;
	height: 1px;
	background-color: #093E5C;
}

/*** Single Juror ***/
.single.jury-template-default #single {
    background: #f8f8f8;
	margin-top: 90px;
}

.juror-wrap.flex-wrapper {
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
}

.flex-wrapper.juror-wrap .img-holder {
    margin-bottom: 15px;
}

.flex-wrapper.juror-wrap h1 {
    margin-bottom: 0;
}

.flex-wrapper.juror-wrap h2 {
    font-size: 18px;
}

#single .jury.flex-wrapper.flex-start {
	justify-content: space-between;
}

#single .juror.item {
    width: calc(50% - 15px);
	margin-right: 0;
}
ul.prize-details {
    padding-left: 0;
} 
ul.prize-details li {
	padding-bottom: 5px;
    border-bottom: 1px solid #eee;
}
p + ul.prize-details li {
	border-bottom: 0;
}
/*** Media Queries ***/
@media(min-width: 768px) {
	.flex-wrapper {
		flex-direction: row;
		justify-content: space-between;
	}
	
	.flex-wrapper.jury-wrapper {
		justify-content: center;
		margin: 0 -15px;
	}
	
	.benefits-item,
	.rule-item {
		width: calc(50% - 15px);
	}
	
	.category-item {
	    width: calc(25% - 15px);
	}
	
	.jury-item {
	    width: calc(33% - 15px);
	}
	
	.jury-item .img-holder img {
	    width: 200px;
	    height: 200px;
	}
	
	.hero .attr {
		bottom: 170px;
	}
	
	.image-item {
		width: 50%;
	}
	
	#home .hero .sw {
		margin-top: -200px;
	}
	
	.hero .hero-wrap .copy {
		height: 170px;
	}
	
	.hero .hero-message {
		width: 175px;
	    left: initial;
	    top: calc(40vh - 90px);
	    font-size: 60px;
	    text-align: left;
	}
	
	.footer .flex-wrapper {
		flex-direction: row;
    	text-align: left;
	}
	
	#colophon {
		text-align: left;
	}
	
	/*** Benefits ***/
	.benefits {
		display: block;
	}
	
	.benefits .grid {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	
	.benefits .grid-cell {
		-ms-flex: 1;
   		flex: 1;
	}
	
	.benefits .benefits-header {
		font-size: 12px;
		font-weight: bold;
	}
	
	.benefits .benefits-label, 
	.benefits .benefit-label {
		text-align: left !important;
		-ms-flex: 0 0 33.3333%;
    	flex: 0 0 33.3333%;
	}
	
	.benefits .benefits-header .grid-cell {
		padding: 15px 5px;
		text-align: center;
		font-size: 14px;
		text-transform: uppercase;
	}
	
	.benefits .benefits-body {
		padding: 10px 5px;
		border-bottom: 1px solid #f9f9f9;
	}
	
	.benefits .benefits-body .benefit-item {
		text-align: center;
	}
	
	.benefits .benefits-body .icon-check {
		height: 22px;
		width: 22px;
		margin: 0 auto;
		text-align: center;
		line-height: 18px;
		border-radius: 50%;
		background: #ff6100;
		background-image: url(https://fitdesignawards.com/wp2/wp-content/uploads/2021/12/check.png);
		background-size: 14px;
		background-repeat: no-repeat;
		background-position: center;
	}
	
	.benefits-single-wrapper {
		display: flex;
		justify-content: space-between;
		padding: 25px 0;
		margin-bottom: 0;
	}
	
	.benefits-single-wrapper:last-child {
		margin-bottom: 25px;
	}
	
	.benefits-single-wrapper:first-child {
		border-top: 1px solid grey;
	}
	
	.benefits-single-wrapper .column:nth-child(1) {
		width: calc(33% - 15px);
	}
	
	.benefits-single-wrapper .column:nth-child(2) {
		width: calc(67% - 15px);
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	
	#single .benefits-single-wrapper .text-wrapper p:last-of-type {
		margin-bottom: 0;
	}
	
	/*** News ***/	
	.flex-wrapper.flex-start {
		justify-content: flex-start;
	}

	.item {
		width: calc(50% - 15px);
		margin-right: 20px;
	}
	
	.item:nth-child(3n+3) {
		margin-right: 0;
	}
	
	#news .news .copy,
	.jury .copy {
		text-align: left;
	}
	
	.partner-item {
		width: calc(25% - 20px);
		margin-right: 20px;
	}
	
	.partner-item:nth-child(4n+4) {
		margin-right: 0;
	}
}

@media(min-width: 992px) {
	.alert {
		font-size: 16px;
	}
	
	.menu-main-header-nav-container {
		display: flex;
	}
	
	select#gtranslate_selector {
		display: inline-block;
		width: auto;
		font-size: 12px;
    	padding: 12px 7px;
	}
	
	.sw, .wide {
		width: 100%;
	}
	
	.sw.narrow {
		width: 880px;
	}
	
	section {
	    padding: 60px 0;
	}
	
	#news .news-content {
		padding-top: 60px;
	}
	
	.news-wrapper .img-holder {
		height: 315px;
	}
	
	.news-wrapper .copy {
		text-align: left;
	}
	
	.section-title {
		margin-bottom: 35px;
	}
	
	.page-content:nth-child(1) {
		padding-top: 100px;
	}
	
	.home .main-header,
	.home header .navigation-wrapper {
		background: transparent;
	}
	
	.home .main-header.scrolled {
	    background: #fff;
	}
	
	.main-header .flex-wrapper {
		display: flex;
		justify-content: space-between;
	}
	
	.navigation-wrapper {
		position: relative;
		width: auto;
	}
	
	#menu-main-header-nav {
		display: flex;
		align-items: center;
    	margin-top: 0;
    	padding: 0;
	}
	
	#menu-main-header-nav li a, 
	header li:nth-last-child(2) > a {
		font-size: 12px;
		padding: 12px 7px;
		position: relative
	}
	
	#menu-main-header-nav li a:after {
	    display: block;
	    content: '';
	    width: 0;
	    height: 2px;
	    position: absolute;
	    top: 0;
	    left: 12px;
	    background: #ff6100;
	    transition: linear .3s;
	}
	
	#menu-main-header-nav li:last-of-type a:after,
	#menu-main-header-nav li:last-of-type a:hover:after {
		display: none;
	}
	
	#menu-main-header-nav li a:hover,
	header li:nth-last-child(2) > a:hover  {
		background: transparent;
		color: #ff6100;
	}
	
	#menu-main-header-nav li a:hover:after {
		width: 50%;
		transition: linear .3s;
	}
	
	#menu-main-header-nav li:last-of-type a {
	    background: #093e5c;
	    color: #fff;
	    padding: 12px 15px;
	    border-radius: 20px;	}
	
	
	#menu-main-header-nav li:last-of-type a:hover {
		background: #ff6100;
	    transition: all .3s;
	}
	
	.home #menu-main-header-nav li:last-of-type a {
	    background: #fff;
	    color: #093e5c;	
		padding-left: 16px !important;
		padding-right: 16px !important;
	}
	
	.home #menu-main-header-nav li:last-of-type a:hover {
		background: #093e5c;
	    color: #fff;
	}
	
	select#gtranslate_selector {
		padding: 12px 8px !important;
		font-size: 13px !important;
	}
		
	.mobile {
		display: none;
	}
	
	header nav {
		display: flex;
		align-items: center;
   	 	height: 100%;
	}
	
	header li:last-of-type {
		margin-left: 7px;
	}
	
	.footer .flex-wrapper {
		justify-content: space-between;
		align-items: stretch;
	}
	
	.footer .footer-item {
		width: 30%;
		padding-left: 20px;
	}
	
	.footer .footer-item:nth-child(1) {
		width: 40%;
		padding-left: 0;
	}
	
	#home .hero {
	    height: 100vh !important;
	}
	
	#home .hero .sw {
		flex-direction: row;
		align-items: flex-end;
		margin-top: 0;
		position: absolute;
		bottom: 0;
		left: 15px;
	    right: 15px;
	    width: calc(100% - 30px);
	}
	
	.hero .attr {
		bottom: 0;	
	}	
	
	.hero .hero-wrap .intro {
		width: calc(100% - 250px);
		text-align: left;
		padding: 0 0 20px 0;
	}
	
	.hero .hero-wrap .copy {
		left: initial;
	    background-color: rgba(255,255,255,1);
	    width: 220px;
	    height: auto;
	    padding: 30px;
	    border-top-right-radius: 20px;
	    border-top-left-radius: 20px;
	    box-shadow: 0px -8px 15px rgb(0 0 0 / 10%);
	}
	
	.hero .hero-message {
		top: initial;
		bottom: calc(-100vh + 420px);
	}	
	
	.benefits-item, 
	.rule-item {
	    width: calc(33% - 15px);
	    margin: 15px 0;
    }
	
	.benefits-single-wrapper {
		padding: 40px 0;
	}
	
	.benefits-single-wrapper:first-child {
		margin-top: 40px;
	}
	
    .benefits-single-wrapper:last-child {
		margin-bottom: 40px;
	}
	
    .jury-item {
	    width: calc(20% - 15px);	
	}
	
	.jury-item .img-holder img {
	    width: 170px;
	    height: 170px;
	}
	
	.gallery {
		padding: 15px 0 !important;
	}
	
	.gallery .sw {
	    padding: 0 15px !important;
	}
	
	.image-item {
	    width: 33.3333%;
	}
	
	.testimonial-item {
		margin: 0px;
		text-align: left;
		width: calc(50% - 15px);
	}
	
	.testimonial-item span {
		padding-left: 40px;
	    float: right;
		display: inline-block;
	}
	
	.testimonial-item span::after {
	    display: block;
	    content: '';
	    position: absolute;
	    left: 15px;
	    top: 6px;
	    width: 15px;
	    height: 2px;
	}
	
		
	/*** News ***/
	.item {
		width: calc(33.33% - 15px);
	}
	
	.partner-item {
		width: calc(20% - 20px);
	}
	
	
	.partner-item:nth-child(4n+4) {
		margin-right: 20px;
	}
	
	.partner-item:nth-child(5n+5) {
		margin-right: 0;
	}
	
	/*** Juror ***/
	.juror-wrap.flex-wrapper .column {
    	width: calc(50% - 15px);
	}
	
	.juror-wrap.flex-wrapper .column .copy {
		text-align: left;
	}
	
	#single .jury.flex-wrapper.flex-start {
		justify-content: flex-start;
	}

	#single .juror.item {
		width: calc(33.33% - 10px);
		margin-right: 15px;
	}
	
	#single .juror.item:nth-child(3n+3) {
		margin-right: 0;
	}
	
	.juror-wrap.flex-wrapper {
		padding: 25px;
	}
}

@media(min-width: 1200px) {
	select#gtranslate_selector {
		font-size: 14px;
    	padding: 12px;
	}
	
	.sw, .wide {
		width: 1200px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
	
	#home .hero .sw {
		width: 1170px;
	}
	
	#menu-main-header-nav li a, 
	header li:nth-last-child(2) > a {
		font-size: 13px;
		padding: 12px 8px;
	}
	
	#menu-main-header-nav li:last-of-type a {
	    padding: 12px 25px;
	}
	
	.footer ul a {
		font-size: 16px;
	}
	
	.flex-wrapper.column-9 {
		width: calc(88% - 30px);
	}
	
	.section-title {
	    margin-bottom: 0;
	    margin-top: 10px;
	    width: 12%;
	    text-align: right;
	}
	
	.section-title.full-title {
		width: 100%;
		text-align: left;
	}
	
	.section-title h2 {
	    letter-spacing: 4px;
	    line-height: 1.8;
	}
	
	.benefits-item,
	.rule-item  {
	    text-align: left;
	}
	
	.category-item {
		width: calc(100% / 6);
	}
	
	.rule-item {
	    width: calc((100% / 6) - 15px);
	}
	
	.icon-wrapper, 
	.round-button {
	    width: 100px;
	    height: 100px;
	}
	
/* 	.sw.jury-wrapper {
	    display: flex;
	    align-items: center;
	    justify-content: space-between;
	}
	
	.flex-wrapper.jury-wrapper {
	    margin: 0 -30px;
	}
	
	.jury-item {
	    width: 160px;
	    margin-right: 30px;
	}
	
	.jury-wrapper .button.button-main {
		margin-top: -70px;
	}
	
	.juror-wrap.flex-wrapper .img-holder {
		height: 500px;
	}
	
	.juror-wrap.flex-wrapper .img-holder img {
		height: 100%;
		object-fit: cover;
	} */
		
	.number {
		font-size: 68px;
	}
	
	.rule-item h3 br {
		display: block;
	}
	
	.gallery {
		padding: 60px 0 !important;
	} 
	
	.image-item {
		width: calc(100% / 6);
		height: 200px;
	}
	
	.hero .hero-message {
	    right: calc(50% - (1170px / 2));
	    font-size: 80px;
	    width: 220px;
	}
}