

body {
    font-family: open-sans, sans-serif;
    font-size: 16px;
    color: #fff;
    background: #1c1c1c;
}

nav {
    position: fixed;
    z-index: 3000;
    width: 100%;
    height: 100%;
    top: 0;
    background: #000;
    display: none;
    overflow: scroll;
}


a,
a:visited,
a:focus,
a:active {
    text-decoration: none;
    color: #d7cb8b;
}
a:hover {
    text-decoration: underline;
    color: #d7cb8b;
}


.pairing-matchup a,
.pairing-matchup a:visited,
.pairing-matchup a:focus,
.pairing-matchup a:active {
    text-decoration: none;
    color: #fff;
}

.pairing-matchup a:hover {
    text-decoration: underline;
    color: #d7cb8b;
}

nav button#close-nav {
    position: absolute;
    width: 80px;
    height: 80px;
    top: 0;
    left: 0;
    border: none;
    background: transparent;
}

nav button#close-nav span {
    position: absolute;
    width: 26px;
    height: 3px;
    background: #d7cb8b;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

nav button#close-nav span + span {
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

#nav-search {
    position: absolute;
    top: 0;
    width: calc(100% - 100px);
    right: 20px;
}

nav ul {
    list-style: none;
    text-align: center;
    padding: 0;
    position: relative;
}

nav > ul {
    margin-top: 100px;
}

nav ul li {
    margin-bottom: 38px;
}

nav ul li a {
    color: #d7cb8b;
    font-family: anziano,sans-serif;
    font-size: 30px;
    text-transform: uppercase;
    text-decoration: none;
}

nav ul ul {
    margin-bottom: 0;
    height: 0;
    transition: height 0.5s;
    overflow: hidden;
}

nav ul ul li {
    margin: 10px 0;
}

nav ul ul li:last-child {
    /*margin-bottom: 50px;*/
}

body > nav > ul > li > ul > li:nth-child(1) > a {
    text-transform: uppercase;
}

nav ul ul li a {
    color: #fff;
    font-family: open-sans, sans-serif;
    font-size: 14px;
    -ms-transform: none;
    -webkit-transform: none;
    text-transform: none;
}

nav ul li a:hover,
nav ul li a:active,
nav ul li a:visited,
nav ul li a:focus {
    color: #d7cb8b;
    text-decoration: underline;
}
nav ul li a:active,
nav ul li a:visited,
nav ul li a:focus {
    text-decoration: none;
}

nav ul ul li a:hover,
nav ul ul li a:active,
nav ul ul li a:visited {
    color: #fff;
}

.script-font {
    font-family: great-vibes,sans-serif;
    font-weight: 400;
    font-style: normal;
    -ms-transform: none;
    -webkit-transform: none;
    text-transform: none;
}

h1,
h2 {
    font-family: anziano,sans-serif;
    font-weight: 400;
    font-style: normal; 
    text-transform: uppercase;
    font-size: 56px;
    letter-spacing: 8px;
    color: #fff;
}

h3 ,
h2 {
    font-size: 40px;
}

#page-categories h1 {
    font-size: 40px;
}

#page-details h2 {
    max-width: 800px;
    margin: 20px auto 40px;
}

h1 .script-font {
    font-size: 76px;
    letter-spacing: 7px;
    line-height: 1.9;
}

header h1 {
    text-shadow: 0 0 30px #000;
    font-size: 50px;
    padding: 0 70px;
}

.product-header-title {
    position: absolute;
    top: 60px;
    z-index: 1002;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
    text-shadow: none;
}

body.page-main header h1,
body.page-category header h1,
body.page-contact header h1 {
    font-size: 40px;
}

h3,
h4,
.h4,
.featured-item p,
.recipe-details-h2 {
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

header {
    text-align: center;
    background: #333;
    background-size: cover;
    padding: 0;
    position: relative;
}

body.page-main header,
body.page-detail header,
body.page-contact header {
    height: 680px;
    margin-top: 185px;
}

body.page-category header {
    height: 1000px;
}

.static-header {
    background: url(../images/texture-header.jpg) center center no-repeat;
    background-size: cover;
    padding: 235px 0 0;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}

.static-header h1 {
    margin-bottom: 40px;
}

.static-header p {
    max-width: 750px;
    margin: 0 auto 20px;
}

footer {
    text-align: center;
    padding: 100px 40px;
    position: absolute;
    width: 100%;
    background: #1c1c1c;
    color: #bbb;
    opacity: 0.3;
}

.social-icons ul,
ul.footer-nav,
ul.footer-legal {
    list-style: none;
    padding: 0;
    margin: 30px 0;
}

ul.footer-nav {
    margin: 60px 0;
}

ul.footer-nav li,
ul.footer-legal li {
    display: inline-block;
}

ul.footer-nav li {
    margin: 0 50px;
    font-size: 18px;
}

ul.footer-legal li {
    margin: 0 60px;
}
ul.footer-legal li a,
ul.footer-nav li a  {
    text-decoration: none;
}
ul.footer-legal li a:hover,
ul.footer-nav li a:hover  {
    text-decoration: underline;
}

ul.footer-nav li a {
    color: #fff;
}

ul.footer-legal li a {
    color: #bbb;
}

.social-icons li {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: #837c59;
    border-radius: 32px;
    margin: 0 19px;
}

.social-icons a {
    display: block;
    height: 100%;
    width: 100%;
}

.social-icons a.facebook-icon {
    background: url(../images/fb-black.svg) center center  no-repeat;
    background-size: 37%;

}
.social-icons a.facebook-icon-g {
    background: url(../images/facebook-icon-g.png) center center  no-repeat;
    /*background-size: 37%;*/

}

.social-icons a.twitter-icon {
    background: url(../images/twitter-blk.svg) center center no-repeat;
    background-size: 105%;
}

.social-icons a.youtube-icon {
    background: url(../images/yt-blk.png) center center no-repeat;
    background-size: 75%;
}
.social-icons a.pinterest-icon {
    background: url(../images/pinterest-icon.png) center center no-repeat;
    /*background-size: 75%;*/
}
.social-icons a.instagram-icon {
    background: url(../images/instagram-icon.png) center center no-repeat;
    /*background-size: 75%;*/
}

/*slide mask*/
.slide-mask {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0));
    position: absolute;
    width: 100%;
    height: 50%;
    z-index: 1001;
}

section {
    text-align: center;
    padding: 200px 20px;
    position: absolute;
    z-index: 1000;
    width: 100%;
    background: #000;
}

section.background-depth {
    z-index: 100;
    padding: 0;
    height: 600px;
    opacity: 0.5;
}

section.para-bg {
    width: 100%;
    background-image: url(../images/products-in-between_06_30_2020b.jpg);
    background-position-x: center;
    background-position-y: 100%;
    background-repeat: no-repeat;
    background-size: cover;
}


section#featured-recipes-image {
    background-image: url(../images/pairing-in-between_06_30_2020.jpg);
}

section#pairing-image {
    background-image: url(../images/about-in-between_06_30_2020.jpg);
}

.featured-item {
    padding: 40px 0;
    display: inline-block;
}

.featured-item img,
.recipe-item img {
    max-width: 100%;
    border: 10px solid #000000;
}

h2.text-bloom.text-bloom-in {
    margin-bottom: 20px;
}

.featured-item:hover h3,
.featured-item:hover p,
.recipe-item:hover h3,
.product-item:hover h2,
.search-results-grid .product-item:hover h3 {
    text-decoration: underline;
}

section p,
.section-text {
    max-width: 600px;
    margin: 20px auto;
    line-height: 1.5;
    letter-spacing: 1px;
}

section#cheese-pairing {
    min-height: 590px;
    padding-top: 180px;
}

section.contact-section {
    border-top: 1px solid #383838;
}

.pairing-center {
    width: 30%;
    margin: 0 auto 70px;
}

.pairing-left,
.pairing-right {
    position: absolute;
    width: calc(30% - 30px);
    height: auto;
    text-align: center;
    bottom: 155px;
}

body.lang-fr .pairing-center {
    width: 38%;
}

body.lang-fr .pairing-left,
body.lang-fr .pairing-right {
    width: calc(26% - 30px);
}

.pairing-left {
    left: 5%;
}

.pairing-right {
    right: 5%;
}

.pairing-left img,
.pairing-right img {
    max-width: 100%;
}

a.h4,
.color-gold {
    color: #d7cb8b;
    text-decoration: none;
}
a.h4 {
    display: inline-block;
    text-decoration: none;
    margin-top: 50px;
    clear: both;
}
a.h4:hover {
    text-decoration: underline;
}

.products-used > div > a.color-gold {
    text-decoration: none;
}
.products-used > div > a.color-gold:hover {
    text-decoration: underline;
    color: #d7cb8b;
}

#items-grid a.recipe-item {
    text-decoration: none;
}
#items-grid a.recipe-item:hover {
    text-decoration: underline;
}

/*Home page*/
#about a.h4,
#cheese-pairing a.h4,
a.featured-item,
a.featured-item:hover,
#featured-products a.featured-item h3,
#feayured-recipes a.featured-item>h3{
    text-decoration: none;
}

a.featured-item {
    width: 100%;
}
.home a.featured-item img {
    max-width: 600px;
    border: none;
}
a.featured-item h3 {
    margin: 0;
}

#about a.h4:hover,
#cheese-pairing a.h4:hover,
#featured-products a.featured-item h3:hover,
#featured-recipes a.featured-item>h3:hover{
    text-decoration: underline;
    color: #d7cb8b;
}

/*Carousel*/

#brcCarousel,
#brcCarousel .carousel-inner,
#brcCarousel .item {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
    /*transition: top 0.1s;*/
}

.carousel-inner .item-text {
    position: absolute;
    z-index: 1000;
    width: 100%;
    top: 52%;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#brcCarousel .item img {
    opacity: 1;
    transition: opacity 0.4s;
}

#brcCarousel .item img.img-check {
    opacity: 0;
}

#brcCarousel .carousel-inner>.item>a>img,
#brcCarousel .carousel-inner>.item>img {
    max-width: none;
    position: relative;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 101%;
    width: auto;
}
#maintenance-page #brcCarousel .carousel-inner>.item>img{
    opacity: 0.65;
}

#brcCarousel .carousel-inner>.item>a>img.full-width,
#brcCarousel .carousel-inner>.item>img.full-width {
    height: auto;
    width: 101%;
}

.brc-btn,
.brc-btn:active,
.brc-btn:visited {
    display: inline-block;
    background: #000;
    padding: 10px 30px;
    color: #d7cb8b;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 18px;
}

.brc-btn:hover,
.brc-btn:focus {
    background: #333;
    color: #d7cb8b;
    text-decoration: none;
}

.carousel-inner .item-text .brc-btn {
    margin-top: 40px;
}

a#scroll-down {
    display: block;
    position: absolute;
    z-index: 2000;
    width: 36px;
    height: 36px;
    bottom: 20px;
    left: 50%;
    opacity: 1;
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    transition: opacity 1s;
}

a#scroll-down.out {
    opacity: 0;
}

a#scroll-down span {
    display: block;
    position: absolute;
    z-index: 1;
    width: 2px;
    height: 34px;
    top: 0;
    left: calc(50% - 1px);
    background: #fff;
}

a#scroll-down span + span {
    width: 20px;
    height: 20px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    background: transparent;
    top: 12px;
    left: 8px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    transform-origin: 50% 50%;
}

/* top Bar */

#top-bar {
    position: fixed;
    z-index: 2000;
    width: 100%;
    top: 0;
    height: 185px;
    text-align: center;
    padding: 10px;
    background-color: rgba(28, 28, 28,0);
    transition: all 1s;
}

#top-bar.bg,
#top-bar.bg-static {
    background-color: rgba(28, 28, 28, 1);
}

button#sandwich {
    position: absolute;
    left: 30px;
    top: 30px;
    height: 32px;
    z-index: 2100;
    background: transparent;
    border: none;
    overflow: hidden;
}

button#sandwich span {
    display: block;
    width: 36px;
    height: 2px;
    background: #fff;
}

button#sandwich span + span {
    margin-top: 10px;
}

a.logo {
    display: block;
    width: 154px;
    height: 166px;
    margin: 0px auto 0;
    background: url(../images/black-river-logo-1901-ul.png) center center no-repeat;
    background-size: contain;
}

#top-bar .top-nav-container {
    position: absolute;
    z-index: 2010;
    top: 18px;
    right: 19px;
}

#top-bar .search {
    float: left;
}

.search-button,
#recipe-search-button {
    width: 27px;
    height: 27px;
    border: none;
    background: url(../images/icon-search.png) center center no-repeat;
    background-size: contain;
    margin: 17px 16px;
    float: right;
}

#nav-search .search-button {
    background: url(../images/icon-search-gold.png) center center no-repeat;
    background-size: contain;
}

#top-bar .form-group,
#mob-top-nav .form-group,
nav input.searchword {
    float: right;
}

#top-bar form.search input,
nav form.search input {
    border-radius: 5em;
    margin: 14px 0 0;
    width: 0;
    opacity: 0;
    -webkit-transition: all 1s;
    transition: all 1s;
}

#top-bar form.search input.active,
nav form.search input.active {
    width: 250px;
    opacity: 1;
}

#top-bar .divider,
#mob-top-nav .divider {
    float: left;
    width: 2px;
    height: 28px;
    background: rgba(255, 255, 255, 0.33);
    margin: 16px 0 0;
}

a.lang-toggle {
    float: left;
    width: 31px;
    height: 31px;
    background: transparent;
    color: #fff;
    border: 2px solid rgba(255, 255, 255, 0.79);
    border-radius: 100px;
    padding: 3px 0 0 0px;
    font-size: 14px;
    margin: 14px 17px;
    text-decoration: none;
}
a.lang-toggle:hover {
    text-decoration: underline;
}

/* text-bloom */

.text-bloom {
    position: relative;
    top: 60px;
    opacity: 0;
    transition: top 1s, opacity 1s;
}

.text-bloom.text-bloom-ap {
    position: absolute;
    top:auto;
    -ms-transform: translate(0, 60px);
    -webkit-transform: translate(0, 60px);
    transform: translate(0, 60px);
}

.text-bloom.text-bloom-in {
    top: 0;
    opacity: 1;
}

#items-grid .product-item img.text-bloom.text-bloom-in{
    transition: 0.6s;
}

#items-grid .product-item img.text-bloom.text-bloom-in:hover {
    /*transform: translate(-50%, calc(-50% - 10px));*/
    top: calc(50% - 10px);
}

.darken {
    transition: 0.6s;
}
.darken:hover {
    opacity: 0.7;
}

.text-bloom.text-bloom-in.text-bloom-ap {
    top:auto;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

/* section-indicators */

#section-indicators {
    position: fixed;
    z-index: 2000;
    width: 60px;
    top: 50%;
    right: 40px;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

#section-indicators ul {
    list-style: none;
    padding: 0;
}

#section-indicators ul li {
    text-align: right;
}

#section-indicators ul li a {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
}

#section-indicators ul li a:after {
    content: '';
    position: absolute;
    width: 25px;
    height: 2px;
    background: #fff;
    top: 12px;
    right: 0;
    transition: all 0.5s;
}

#section-indicators ul li.active a:after {
    width: 40px;
    height: 3px;
}

/* product-category */

#items-grid {
    width: calc(100% - 180px);
    left: 50%;
    transform: translate(-50%, 90px);
    max-width: 1400px;
    position: absolute;
    top: 2000px;
    padding: 20px;
}

#items-grid.product-item-grid {
    padding: 40px 40px 80px;
}

#items-grid .product-item {
    float: left;
    width: 33.3%;
    margin-bottom: 15px;
    padding: 0 30px;
    display: block;
    height: 0;
    padding-bottom: 33.33%;
    position: relative;
}

#items-grid .product-item img {
    width: 80%;
    height: auto;
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 1px);
}

#items-grid .product-item.image-max-height img {
    width: auto;
    height: 80%;
}

#items-grid .product-item h2 {
    position: absolute;
    z-index: 200;
    width: 100%;
    bottom: 0;
    top: calc(100% - 40px);
    left: 0;
}

/* product-detail */

body.page-detail .carousel-inner .item-text,
header.recipe-header .carousel-inner .item-text {
    top: 15%;
    -ms-transform: none;
    -webkit-transform: none; 
    transform: none; 
}

.product-detail-pack-image {
    padding: 0px 0 40px;
}

.product-detail-unpack-image {
    padding: 40px 0;
}

.product-detail-pack-image img,
.product-detail-unpack-image img {
    max-height: 400px;
    max-width: 600px;
}

.product-add-info {
    max-width: 1000px;
    margin: 50px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.product-add-info-item {
    float: left;
    width: 33.3%;
    flex: 0 1 33.3%;
}

.product-add-info h3 {
    padding-top: 140px;
    margin-bottom: 40px;
    margin-top: 0;
}

.product-add-info-tasting h3 {
    background: url(../images/icon-tasting.png) center center no-repeat;
}

.product-add-info-pairing h3 {
    background: url(../images/icon-pairing.png) center center no-repeat;
}

.product-add-info-facts h3 {
    background: url(../images/icon-facts.png) center center no-repeat;
}

.product-add-info-item ul {
    list-style: none;
    padding: 0;
}

.product-add-info-item ul li {
    padding: 5px 0;
}

.product-featured-recipes {
    max-width: 1350px;
    margin: 120px auto 0;
}

.product-featured-recipes h3 {
    margin-bottom: 40px;
}

.product-featured-recipes .featured-item,
#items-grid .recipe-item {
    float: left;
    width: 33.3%;
    padding: 15px 15px 40px;
}

.product-featured-recipes .featured-item h4,
#items-grid .recipe-item h2,
.product-item-grid h3,
.recipe-items-grid h3,
.feat-recipe-title {
    margin: 40px 0;
    padding: 0 50px;
    height: 41px;
    font-family: open-sans, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;
}
#items-grid .product-item h2 {
    margin: 10px 0 40px;
    padding: 0 50px;
    height: 41px;
    font-family: open-sans, sans-serif;
    font-size: 18px;
    letter-spacing: 1px;

}
.feat-recipe-title {
    font-weight: bold;
}

/* recipe search */

.recipe-search {
    width: calc(58% - 50px);
    margin: 50px auto 70px;
    position: relative;
    min-width: 320px;
}

.recipe-search input {
    border-color: #d7cb8b;
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    height: 70px;
    padding-left: 0;
    background: #000;
    text-align: center;
    font-size: 16px;
    color: #fff;
}
.recipe-search.recipe-category-search input {
    background: transparent;
}
.form-control::-moz-placeholder {
    color: #bbb;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #bbb;
}

.form-control::-webkit-input-placeholder {
    color: #bbb;
}

select {
    color: #bbb;
}

#recipe-search-button {
    position: absolute;
    right: 0;
    background: none;
    width: 50px;
    height: 37px;
}

#recipe-search-button span {
    display: block;
    position: absolute;
    z-index: 1;
    width: 34px;
    height: 2px;
    top: calc(50% - 1px);
    right: 5px;
    background: #d7cb8b;
}

#recipe-search-button span + span {
    width: 20px;
    height: 20px;
    border-left: 2px solid #d7cb8b;
    border-bottom: 2px solid #d7cb8b;
    background: transparent;
    top: calc(50% - 10px);
    right: 6px;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-135deg);
    transform-origin: 50% 50%;
}

/* search page */

#items-grid.search-results-grid {
    padding: 0;
    background: transparent;
}

.search-results-grid .product-item-grid,
.search-results-grid .recipe-items-grid,
.search-results-grid .page-item-list {
    background: #000;
    margin-bottom: 20px;
    padding: 40px 20px;
}

#items-grid.search-results-grid .product-item {
    margin-bottom: 40px;
}

.product-item-grid .product-item h3 {
    position: absolute;
    z-index: 2000;
    width: 70%;
    padding: 0;
    margin: 0;
    left: 50%;
    bottom: 0;
    top: auto;
    transform: translate(-50%, 0);
}

.page-item-list h3 {
    margin: 50px 0;
}

.zero-results {
    width: calc(58% - 50px);
    margin: 100px auto;
    min-width: 320px;
}

/*Recipe Details - James*/

#recipes-main .recipe-content .instructions ul li:first-child {
    background: url(../images/bulb-icon.png) 0 4px no-repeat;
    background-size: 20px 30px;
}
#recipes-main .recipe-content .instructions ul li {
    padding: 10px 38px;
}
.caps {
    text-transform: uppercase;
}
.product-categories a#white-link{
    color: #fff;
}

#page-categories h2 {
    color: #fff;
}

/*.product-categories a {
    color:#d7cb8b;
    text-decoration: none;
}
.product-categories a:hover {
    text-decoration: underline;
}*/
.product-categories p {
    margin-bottom: 80px;
}

.recipe-detail-content h1 {
    font-size: 40px;
    margin: 0 auto 40px;
    padding: 0 40px;
    max-width: 1000px;
}

.recipe-detail-content p {
    max-width: 720px;
}

#featured-recipes a img{
    width: 100%;
}

.serving {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 100px;
}

/*.serving ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 200px;
}*/

.serving ul {
    list-style: none;
    padding: 0;
    margin: 0;
    position: relative;
    height: 200px;
    flex-direction: row;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
}

.serving li {
    /*position: absolute;*/
    top: 0;
    padding: 0;
    font-size: 18px;
}

.serving li strong {
    font-size: 20px;
}

.serving li:first-child {
    /*left: 0;*/
}

.serving li:nth-child(2) {
    /*left: 50%;*/
    /*transform: translate(-50%, 0);*/
}

.serving li:nth-child(3) {
    /*right: 0;*/
}

.serving.item-count-1 li,
.serving.item-count-2 li {
    position: static;
    display: inline-block;
    transform: none;
    width: 47%;
}

.serving.item-count-1 li:nth-child(2),
.serving.item-count-2 li:nth-child(2) {
    transform: none;
}

.serving ul li img {
    margin-bottom: 2px;
}

#recipes-main {
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 16px;
    line-height: 1.9;
}
    
#recipes-main .recipe-content .instructions h3,
#recipes-main .recipe-content .ingredients h3,
#recipes-main .recipe-content .products-used h3,
#recipes-main .recipe-content .ingredients-mob h3,
.recipe-details-h2 {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 16px;
}
.recipes-main-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 40px 0 45px 100px;
    position: relative;
}
.recipe-content {
    text-align: left;
    margin-top: 30px;
}
#recipes-main .recipe-content .ingredients, #recipes-main .recipe-content .products-used, #recipes-main .recipe-content .ingredients-mob {
    background: #000;
    padding: 20px 3px 20px 0;
}
#recipes-main .recipe-content .instructions h3, 
#recipes-main .recipe-content .ingredients h3,
#recipes-main .recipe-content .products-used h3, 
#recipes-main .recipe-content .ingredients-mob h3,
#recipes-main h2.recipe-details-h2 {
    color: #d7cb8b;
}
#recipes-main .recipe-content .ingredients h3.ing-sub-title {
    color: #ffffff;
    font-size: 18px;
}
#recipes-main .recipe-content .instructions {
    background: #000;
    padding: 20px 0;
    position: relative;
}
#recipes-main .recipe-content .instructions ol {
    list-style-type: decimal;
    padding-left: 18px;
}
#recipes-main .recipe-content .instructions ol li:before {
    display: none;
}
#recipes-main .recipe-content .instructions ol li {
    position: relative;
    padding: 5px 20px 16px;
}
.recipe-content .main-column {
    float: right;
    width: 60%;
    padding-right: 30px;
}
.recipe-content .left-column {
    float: left;
    width: 40%;
    padding-right: 30px;
}
#recipes-main .recipe-content .ingredients ul, #recipes-main .recipe-content .ingredients-mob ul {
    list-style: initial;
    margin: 3px 70px 10px 20px;
}

#recipes-main .recipe-content .products-used img {
    width: calc(100% - 17px);
    max-width: 250px;
    margin-bottom: 0;
}
#recipes-main > div > div > div.left-column > div > div.products-used > a.color-gold{
    display: block;
    margin-bottom: 20px;
}
.product-add-info-count-1 .product-add-info-item:first-child {
    margin-left: 33.33%;
}

.product-add-info-count-2 .product-add-info-item:first-child {
    margin-left: 16.66%;
}

/*Contact Form*/
.opt-in-checkbox {
    text-align: left;
    padding-left: 36px;
}

.opt-in-checkbox-spacer{
    margin-top: 30px;
}

.opt-in-checkbox input + label:before{
    top: 0;
    left: 0;
    transform: translate(-50%, -10px);
}

#contact-form .opt-in-checkbox > .form-check-label {
    padding-left: 50px;
}
.hover-gold{
    color: #d7cb8b;
    text-decoration: none;
}

.hover-gold:hover {
    text-decoration: underline;
    color: #d7cb8b;
}
#contact-location a {
    text-decoration: none;
}
#contact-location a:hover {
    text-decoration: underline;
    color: #d7cb8b;
}

/*MEDIA*/


/* 
    Created on : 8-Aug-2019, 9:55:53 AM
    Author     : mharris
*/

@media (min-width: 1600px) {

    #featured-products .featured-item,
    #featured-recipes .featured-item {
        margin: 0 300px;
        width: calc(100% - 600px);
    }

}

@media (max-width: 1400px) {

    section.background-depth {
        height: 550px;
    }

    section#cheese-pairing {
        padding-top: 110px;
    }

    body.lang-fr .pairing-center h2 {
        font-size: 34px;
    }
    ul.footer-nav li {
        margin: 0 30px;
    }


}

@media (max-width: 1200px) {
    #items-grid .product-item h2,
     #items-grid .recipe-item h2 {
        padding: 0 10px;
        font-size: 15px;
    }

    section.background-depth {
        height: 450px;
    }

    .pairing-left,
    .pairing-right {
        bottom: 210px;
    }

    ul.footer-nav li {
        margin: 0 35px;
    }

    ul.footer-legal li {
        margin: 0 40px;
    }

    body.lang-fr .pairing-center h2 {
        font-size: 24px;
    }
    footer {
        padding: 100px 30px;
    }
    ul.footer-nav li {
        margin: 0 20px;
    }

}



@media (max-width: 991px) {

    section.background-depth {
        height: 400px;
    }

    .pairing-left,
    .pairing-right {
        bottom: 35%;
    }

    ul.footer-nav li {
        margin: 0 16px;
    }
    footer {
        padding: 100px 20px;
    }
    ul.footer-nav li {
        font-size: 16px;
    }

    #items-grid {
        width: calc(100% - 80px);
        padding: 40px 20px 0;
    }

    #section-indicators {
        width: 40px;
        right: 10px;
    }

    #section-indicators ul li.active a:after {
        width: 24px;
    }

    #section-indicators ul li a:after {
        width: 16px;
    }

    h1 .script-font {
        font-size: 62px;
        line-height: 1.8;
    }

    header h1 {
        font-size: 38px;
    }
    .product-header-title {
        top: 40px;
    }

    body.lang-fr .pairing-center h2 {
        font-size: 20px;
        letter-spacing: 6px;
    }

}

@media (max-width: 900px){

    .recipe-content .main-column {
        width: 100%;
    }
    .recipe-content .left-column {
        display: none;
    }
    #recipes-main .recipe-content .ingredients-mob {
        background: #000;
        padding-bottom: 0;
        margin-bottom: 0;
    }
    #recipes-main .ingredients-mob .products-used > div {
        margin-bottom: 20px;
    }
    #recipes-main .recipe-content .ingredients-mob .products-used img {
        max-width: 180px;
    }
    ul.footer-legal li {
        margin: 10px 40px;
    }
    ul.footer-nav li {
        margin: 10px 16px;
    }
    #items-grid .product-item h2,
     #items-grid .recipe-item h2 {
        font-size: 13px;
    }



}

@media (max-height: 480px) {

    h1,
    h2,
    body.page-main header h1,
    body.page-category header h1 {
        font-size: 21px;
        letter-spacing: 4px;
    }

    body.home header h1 {
        font-size: 30px;
    }

    .product-header-title {
        top: 20px;
    }

    h1 .script-font {
        font-size: 48px;
        letter-spacing: 4px;
        line-height: 1.5;
    }

}

@media (max-width: 767px) {

    body {
        font-size: 14px;
    }

    nav button#close-nav {
        width: 60px;
        height: 60px;
    }

    #nav-search {
        right: 10px;
    }

    #nav-search .search-button {
        margin: 4px 12px;
    }

    nav > ul {
        margin-top: 80px;
    }

    nav ul li {
        margin-bottom: 34px;
    }

    nav > ul li a {
        font-size: 26px;
    }

    section.background-depth {
        height: 330px;
    }

    h1, h2 {
        font-size: 38px;
        letter-spacing: 6px;
    }

    body.home header h1 {
        font-size: 30px;
        padding: 0 40px;
    }

    h1 .script-font {
        font-size: 48px;
        letter-spacing: 6px;
        line-height: 1.8;
    }

    h1 .script-font.script-font-fr {
        font-size: 38px;
    }

    body.home header h1 .header-font-fr {
        font-size: 18px;
    }

    section {
        padding: 75px 20px 60px;
    }

    .featured-item {
        padding: 40px 0;
    }

    section#cheese-pairing {
        padding-top: 40px;
    }

    .pairing-center,
    body.lang-fr .pairing-center {
        width: 100%;
    }

    .pairing-left.text-bloom.text-bloom-ap,
    .pairing-right.text-bloom.text-bloom-ap,
    body.lang-fr .pairing-left.text-bloom.text-bloom-ap,
    body.lang-fr .pairing-right.text-bloom.text-bloom-ap {
        position: relative;
        width: 50%;
        bottom: auto;
        left: auto;
        right: auto;
    }

    #brcCarousel .carousel-inner>.item>img {

        top: 50%;
    }

    .pairing-left {
        float: left;
        margin-top: 20%;
    }

    .pairing-right {
        float: right;
    }

    #top-bar {
        height: 82px;
    }

    button#sandwich {
        left: 15px;
        top: 15px;
        height: 30px;
    }

    button#sandwich span {
        width: 32px;
    }

    button#sandwich span + span {
        margin-top: 9px;
    }

    a.logo {
        width: 70px;
        height: 100%;
        margin-top: 0;
    }

    #top-bar .top-nav-container {
        top: 0;
        right: 0;
    }

    #nav-search {
        top: 0;
        width: calc(100% - 72px);
    }

    .search-button {
        margin: 16px 10px;
    }

    nav form.search input {
        margin: 0;
    }

    nav form.search input.active {
        width: 195px;
    }

    .search-button
    #recipe-search-button {
        width: 24px;
        height: 24px;
        margin: 17px 12px;
    }

    #top-bar .divider,
    #mob-top-nav .divider {
        height: 25px;
    }

    a.lang-toggle {
        width: 27px;
        height: 27px;
        font-size: 13px;
        margin: 14px 12px;
    }
    /*#contact-call > div > p:nth-child(1) > a:nth-child(1)*/
    .contact-content > a, .contact-content > a:hover{
        color: #fff;
        text-decoration: none;
    }

    footer {
        padding: 50px 20px 10px;
    }

    ul.footer-nav {
        margin: 30px 0;
    }

    ul.footer-nav li,
    ul.footer-legal li {
        margin: 10px 0;
        display: block;
    }



    body.page-category header {
        height: 700px;
    }

    .static-header {
        padding: 100px 20px 0px;
    }

    body.page-main header,
    body.page-detail header,
    body.page-contact header {
        height: 270px;
        margin-top: 82px;
    }

    #items-grid {
        width: calc(100% - 30px);
        padding: 15px 10px 0;
    }

    #items-grid.product-item-grid {
        padding: 40px 20px 20px;
    }

    #items-grid .product-item {
        float: none;
        width: 100%;
        margin: 60px auto 80px;
        padding: 0 10px;
        height: auto;
        max-width: 300px;
    }

    #items-grid .product-item img,
    #items-grid .product-item h2 {
        position: static;
        transform: none;
    }

    #items-grid .product-item h2 {
        height: auto;
    }

    #items-grid .product-item.image-max-height img {
        width: 80%;
        height: auto;
    }

    .product-add-info-item {
        width: 100%;
    }

    .product-add-info-count-1 .product-add-info-item:first-child {
        margin-left: 0;
    }

    .product-featured-recipes {
        margin: 77px auto 0;
    }

    .product-featured-recipes .featured-item h4,
    #items-grid .recipe-item h2,
    #items-grid .product-item h2 {
        margin: 30px 0 10px;
    }

    .recipe-search {
        width: calc(100% - 40px);
        margin: 50px auto 20px;
        position: relative;
        min-width: 280px;
    }

    .recipe-search input {
        height: 50px;
        font-size: 14px;
    }

    #recipe-search-button {
        width: 30px;
        height: 22px;
        margin: 13px 5px;
    }

    #recipe-search-button span {
        width: 28px;
    }

    #recipe-search-button span + span {
        width: 16px;
        height: 16px;
        top: calc(50% - 8px);
    }

    .zero-results {
        width: calc(100% - 40px);
        margin: 80px auto;
    }

    #items-grid .recipe-item,
    .product-featured-recipes .featured-item {
        width: 100%;
    }

    .recipes-main-container {
        padding: 40px 30px 45px;
    }

    .serving {
        padding: 0;
    }

    .serving ul {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        height: auto;
    }

    .serving li {
        position: static;
        width: 100%;
        margin-bottom: 24px;
    }

    .serving li:nth-child(2) {
        transform: none;
    }

    .recipe-detail-content h1 {
        font-size: 32px;
        padding: 0;
    }

    #items-grid .product-item img.text-bloom.text-bloom-in:hover {
        transform: translateY(-20px);
    }
    #items-grid.search-results-grid .product-item {
        margin-bottom: 80px;
    }
    .product-item-grid .product-item h3 {
        padding-top: 40px;
    }
    .product-add-info {
        flex-direction: column;
    }
    .product-add-info-item {
        width: 100%;
        flex: 0 1 100%;
    }
    .home a.featured-item img {
        max-width: 100%;
    }
}


@media (max-width: 600px) {

    .product-detail-pack-image img,
    .product-detail-unpack-image img {
        max-height: 9999px;
        max-width: 100%;
    }

}

@media (max-width: 480px) {

    h1,
    h2,
    body.page-main header h1,
    body.page-category header h1 {
        font-size: 26px;
        letter-spacing: 5px;
    }

    body.home header h1 {
        font-size: 28px;
        padding: 0 10px;
    }

    h1 .script-font {
        font-size: 44px;
        letter-spacing: 5px;
        line-height: 1.9;
    }

    section.background-depth {
        height: 0;
        padding-bottom: 100%;
    }

    section#featured-products-image {
        background-image: url(../images/products-in-between-mob_06_30_2020b.jpg);
    }

    section#featured-recipes-image {
        background-image: url(../images/pairing-in-between-mob_06_30_2020.jpg);
    }

    section#pairing-image {
        background-image: url(../images/about-in-between-mob_06_30_2020.jpg);
    }

    #section-indicators {
        display: none;
    }

    .recipes-main-container {
        padding: 0;
    }


    .product-categories.recipe-detail-content p {
        margin-bottom: 40px;
    }

    #recipes-main .recipe-content .ingredients-mob ul {
        margin-right: 0;
    }

    .recipe-content .main-column {
        padding-right: 0;
    }

    .recipe-search {
        min-width: 100%;
    }

    .recipe-search button#recipe-search-button {
        right: -7px;
    }

    #show-search-filters:after {
        right: 0;
    }

    .search-results-grid .recipe-items-grid,
    .search-results-grid .page-item-list {
        padding: 20px 10px;
    }

    .slide-mask {
        height: 100%;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0));
    }
    .product-header-title {
        top: 0;
        font-size: 28px;
        padding: 0 10px;
    }

}

