@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

/* Utilities */
.col-4 {
        width: 33.33333333%;
    float:left;
}
.col-8 {
        width: 66.66666667%;
    float:left;
    }
.col-2 {
        width: 16.66666667%;
    float:left;
}
.col-10 {
        width: 83.33333333%;
    float:left;
    }
.mb-1 {
    margin-bottom: 1rem !important;
}
.rounded-circle {
 border-radius: 50%;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.text-gray {
    color: #565555;
}
img {
margin:0 auto;
}
.mb-5 {
	margin-bottom:3rem !important;
}
@media (min-width: 768px) {
    .d-lg-block {
    display:block !important;
    }  
    .d-lg-none {
        display:none !important;
    }
.mb-md-5 {
	margin-bottom:5rem;
}
    .mb-5 {
	margin-bottom:5rem !important;
 }
}
.mb-10 {
 margin-bottom: 10rem !important;
}

.col-md-4, .col-sm-6 {
	padding: 0 1rem;
      height: 100% !important;

}
.mb-4 {
  margin-bottom: 1.5rem !important;
}

.w-100 {
  width: 100% !important;
}

.d-none {
    display: none;
}
.row.flex-row {
  display: flex;
  flex-wrap: wrap;
}

.row.flex-row > .col {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
     .d-md-block {
    display: block !important;
  }
    .col-md-4, .col-sm-6 {
        padding: 0 1.5rem;}

    .w-85 {
	max-width:85%;
    margin:0 auto;
	}
}
@media (max-width: 768px) {
.rounded-circle {
    margin-bottom: 2rem;
    max-height: 22rem;
    width: auto !important;
    }
}
/* Fonts*/
.you-turkey-page a:hover {    
    text-decoration: underline;
    color: #48b12a;
}
h1 {
    text-transform: none;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
     font-size: 3rem;
    color: black;
        margin-top: 0;
}
h2, .h2 {
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 700;
    font-style: normal;
    font-size: 4rem;
    margin-top: 0;
}
  .fr h2, .fr .h2 {
        font-size: 3rem;
    }
.h2-sm {
    font-size: 3rem;
}
h3 {
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    margin-top: 0;
        color: black;
    line-height: 1.2;
}
.intro-text {
    text-transform: none;
  font-family: "Barlow", sans-serif;
        font-weight: 400;
    font-style: normal;
    font-size: 1.75rem !important;
    line-height: 1.3;
    color: black;
}
.shop-now .btn {
   background-color: #cc1f2f;
    color: #fff;
    border-radius: 0;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 1.75rem;
    margin: 1rem 0 0 0;
    font-weight: 400;
    padding: 0.5rem 1rem;
}
@media (min-width: 768px) {	
    h1 {
        font-size: 4rem;
    }
    h2, .h2 {
        font-size: 5rem;
    }
     .fr h2, .fr .h2 {
        font-size: 4rem;
    }
    h3 {
    font-size:3rem;
    }
    .h2-sm {
    font-size: 5rem;
		}
    .intro-text {
    	font-size: 2rem !important;
    	line-height: 1.3;
    }
    .shop-now .btn {
      font-size: 2rem;
     padding: 1rem 2rem;
    }   
    .mr-md-3 {
    	margin-right:3rem;
    }
}   

.you-turkey-page .btn:hover {
    background-color: #48b12a;
    color: #fff !important;
    text-decoration: none !important;
}
/* Banner */
  .video-container {
    position: relative;
    display: inline-block;
    max-width: 100%;
  }

  .video-container video {
    width: 100%;
    height: auto;
    display: block;
  }

  .unmute-button {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background-color: rgba(0,0,0,0.6);
    color: white;
    border: none;
    padding: 10px 14px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    z-index: 10;
  }

  .unmute-button:hover {
    background-color: rgba(0,0,0,0.8);
  }
.pause-button {
  position: absolute;
  bottom: 10px;
  right: 12.5rem; /* adjust this so it doesn’t overlap the mute button */
  background-color: rgba(0,0,0,0.6);
  color: white;
  border: none;
  padding: 10px 14px;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  z-index: 10;
}
.fr .pause-button {
  right: 18rem;
}
.pause-button:hover {
  background-color: rgba(0,0,0,0.8);
}
.section--banner--home {
	min-height: 24rem;
	aspect-ratio: unset;
    overflow: hidden;
    /*background: url(../../images/banner-home.jpg) no-repeat top center;
    background-size: cover;*/
    position: relative;
}
/*.section--banner--home video {
    display: none;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}*/
 .section--banner--home video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
@media (min-width: 768px) {		
	.section--banner--home {
		min-height: 26rem;
	}
}
@media (min-width: 992px) {	
	.section--banner--home {
	    min-height: 40rem;
	}
    .section--banner--home video {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
}

@media (min-width: 1400px) {	
	.section--banner--home {
		min-height: 55rem;
	}
}

/* Recipe Card */
.recipe {
	color: black;
    position:relative;
    display: block;
    transition: transform 0.3s ease;
}
.you-turkey-page .recipe:hover {
	color: black;
    text-decoration:none;
    transform: translateY(-10px);
}
.recipe p {
    text-transform: uppercase;
    font-family: "Barlow Condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 2.75rem;
    margin-top: 0;
    margin-bottom:0;
    line-height: 1.2;
}
.recipe p.large {
    	font-size: 3rem;
    }
.recipe p.small {
    font-weight: 400;
    font-size: 2.25rem;
}
.recipe p.link {
    font-weight: 400;
    font-size: 1.5rem;
    margin: 2rem 0;
    text-decoration: underline;
}
.link {
  display: inline-flex;
  align-items: center;
}

.link::after {
  content: "";
  display: inline-block;
  background-image: url('/wp-content/themes/tfc/page-templates/you-turkey/images/arrow-right.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  margin-left: 6px;
}
.image-container {
  position: relative;
  display: inline-block;
   height:200px; 
}

.image-container img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (min-width: 768px) {	
.image-container,.image-container--md   {
       height:354px; 
    }
    .recipe p {
          font-size: 3rem;
    }
    .recipe p.small {
              font-size: 2rem;
    }
    .recipe p.large {
    	font-size: 3.5rem;
    }
    .recipe p.link {
                  font-size: 1.75rem;
    }
    .image-container .tag {
        font-size: 1.75rem;

    }
}
@media (min-width: 1024px) {	
	.image-container {
		height: 400PX;
	}
    .image-container--md {
        height: 354px;
    }
}
.image-container .tag {
         position: absolute;
    bottom: 0;
    right: 0;
    background-color: #cc1f2f;
    color: white;
    padding: 5px 10px;
    font-size: 1.5rem;
    font-weight: 500;
    border-radius: 0;
    font-family: "Barlow Condensed", sans-serif;
}

/* Intro Text */
/* Shop Now */
.shop-img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    display: block;

}
.shop-now, .section-grey {
	padding: 2em;
    box-shadow: 0 1px 10px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {	
	.shop-now, .section-grey {
       padding: 3em;
        text-align:unset;
    }
    .shop-now .row {
     display: flex;
    }
    .align-items-center {
   align-items: center;
      display: flex;  
    }
}
.leaf {
    position: relative;
}
.leaf:before {
  content: "";
  display: inline-block;
  background-image: url('/wp-content/themes/tfc/page-templates/you-turkey/images/red-leaf.svg');
  background-size: contain;
  background-repeat: no-repeat;
      width: 3rem;
    height: 3rem;
    margin-right: 6px;
}
@media (min-width: 768px) {	
    .leaf:before {
   	   width: 4.75rem;
    	height: 4.75rem;
    }

}