/*
Theme Name: Farmani Competition Base Theme 
Author: Faculty
Author URI: https://www.fclty.com/
Description: Super Fresh.
Version: 3.0
*/

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;
}

ul.page-list {
	margin:24px 0;
}

a:hover {
	color:#e51b4b;
}

.winner-main-image {
	position:relative;
}

.credit {
	font-size:10px;
	margin-bottom:30px;
}

/* Theme specific */

#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;
}

/* Hero text styling - positionk, background colour, text colour */

.hero {
	height:550px;
}

.hero .copy {
	background:rgba(255,255,255,1);
	position:absolute;
	bottom:48px;
	width:500px;
	padding: 24px;
	padding-top:48px;
	left:32px;
}

.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;
}
#home .hero {
	height: 80vh;
}
.hero p:last-of-type {
	margin-bottom:25px;
}

.hero-logo {
	width: 250px;
	display: inline-block;
	margin-bottom: 40px;
}
.hero-text p {
	margin-bottom: 0;
	color: #fff
}
.hero-button a {
	margin-bottom: 5px;
}
.hero-button a:hover{
	background-color:#000;
}
.hero-link a {
	color: #e51b4b;
}
p:last-of-type {
	margin-bottom:32px;
}

/* Callout is a full width section with centered text */

.callout {
	padding:92px !important;
	background:#000000; !important;
	color: #ffffff; !important;
}

.callout p:last-of-type {
	margin-bottom:16px;
}

.hero .more {
	margin:24px 0 32px;
}

/* featured shows 2 columns - image plus text */

.featured {
	background:#57595d;
	color:#fff;
}

/* Header svg  */

/* Header link color */

header {
}

header a {
	display: block;
	line-height: .8;
}

/* Header selected color */

.current_page_item a {
	color:#f41a4c;
}

/* 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:14px;
	font-weight: normal;
}


/* Alert styling */

.alert {
	background:#171716;
	color:#fff;
}

.alert:hover {
	background:#2f2f2e;
	color:#fff;
}

/* Styling for home page sections */

#home .winners {
	background:#f5f5f5;
}

#home .news {
	background:#f5f5f5;
}

#home .jury {

}

#home .partners {

}

/* Styling for buttons */

.button {
	border-radius:0px;
}

.button-main {
    background-color: #f41a4c;
}

.button-main:hover {
    background-color: #f41a4c;
}

a.button-main {

}

.button-secondary {

}

a.button-secondary {
	
}

/* Footer styles */

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;
}

@media (max-width: 767px) { 
	
	header svg {
		width:85px!important;
	}
	
	footer p:last-of-type {
    	font-size: 18px;
    	font-weight:bold;
	}
	
	.hero .copy {
		width:100%;
	}
}

.benefits .benefits-label, .benefits .benefit-label {
  text-align: left !important; }

.benefits .benefits-header {
  font-size: 12px;
  font-weight: bold; }
  .benefits .benefits-header .grid-cell {
    padding: 7px 5px;
    text-align: center; }

.benefits .benefits-body {
  padding: 10px 5px;
  border-bottom: 1px solid #fff; }
  .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: #e51b4b; }
    .benefits .benefits-body .icon-check:before {
      font-family: "Ionicons";
      color: #fff;
      font-size: 10px;
      content: "\f122"; }

.benefits .benefits-body:nth-child(2n+1) {
  background: #f9f9f9; }
  
  @media (max-width: 767px) {
	  .benefits {
		  display: none;
	  }