/*****************************
    Cheese.com Style
    By: Waleed Asender
    waleed@wn.com
*****************************/

/* Fonts */
/* montserrat-300 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url("../fonts/montserrat-v26-latin-300.4be39da2e8c1.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../fonts/montserrat-v26-latin-regular.a46fb7aae992.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-500 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../fonts/montserrat-v26-latin-500.1032e86f9b5d.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* montserrat-700 - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../fonts/montserrat-v26-latin-700.486c7fa9e908.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* belgrano-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Belgrano';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/belgrano-v18-latin-regular.28e151b8d302.woff2") format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


/* Presets */
body {
    font-family: 'Montserrat', sans-serif, Arial;
    font-weight: 300;
}

a, button, input {
    outline: none;
}

.leaderBoard {
    border: 2px solid #ffa000;
    display: inline-block;
    /*height: 94px;*/
    width: 732px;
}

.leaderBoard.custom-banner {
    background: url("../img/advertise/cheese-banner.3268040d0f4b.jpg") no-repeat;
    border: 0;
    padding-left: 140px;
}

.leaderBoard.custom-banner .banner-content {
    overflow: hidden;
    height: 100%;
}

.leaderBoard.custom-banner .banner-content > * {
    float: left;
    margin-right: 15px;
    margin-top: 3%;
}

.leaderBoard.custom-banner .banner-content p {
    font-size: 21px;
    font-weight: bold;
    text-transform: uppercase;
    margin-top: 5%;
}

.leaderBoard.custom-banner .banner-content a {
    margin-top: 4.5%;
}

#headerLeaderBoard,
#footerLeaderBoard {
    border: 0;
}

.hidden2 {
    display: none;
}

/* Top Banner */
#top-banner {
    background-color: #d7d4d4;
    /*padding: 15px 0;*/
}

#top-banner,
#bottom-banner {
    overflow: hidden;
}

/* Header */
#header {
    padding: 13px 0;
}

#header .container {
    position: relative;
    height: 115px;
}

#header a.logo {
    background: url("../img/logo.3feae68fc57a.svg") no-repeat;
    display: block;
    float: left;
    margin: 0;
    position: absolute;
    z-index: 10;
    height: 115px;
    width: 115px;
}

/* Top Menu */
#header nav {
    border-bottom: 1px solid #000;
    border-radius: 0;
    padding-left: 135px;
    position: absolute;
    top: 55px;
    width: 100%;
    left: 0;
}

#header nav .navbar-collapse {
    padding-right: 0 !important;
}

.navbar-nav > li > a {
    text-transform: uppercase;
    color: #000;
    font-family: 'Belgrano';
    padding: 10px;
}

#header nav .navbar-nav > li > a:hover,
#header nav .open > a {
    background-color: #000;
    color: #fff;
    height: 60px;
    padding-top: 20px;
    margin-top: -10px;
}

#header nav .dropdown > a span {
    background: url("../img/icons/nav-icons/nav-arrow-up-black.e9765f3afadc.svg") no-repeat;
    display: block;
    float: right;
    margin-left: 8px;
    height: 15px;
    width: 15px;
    margin-top: 5px;
}

#header nav .dropdown > a:hover span,
#header nav .open > a span {
    background: url("../img/icons/nav-icons/nav-arrow-down-white.c46093d17974.svg") no-repeat;
}

#header nav .dropdown-menu {
    padding: 0;
}

#header nav .dropdown-menu {
    width: 222px;
}

#header nav #cheeses-facts-sub {
    width: 232px;
}

#header nav .dropdown-menu li > a {
    text-transform: uppercase;
    padding: 15px;
}

#header nav .dropdown-menu li > a:hover {
    background-color: #eeda5c;
}

#header nav .dropdown-menu li:last-child > a:hover {
    border-radius: 0 0 3px 3px;
}

#header nav .dropdown-menu li > a span {
    background-position: center;
    display: block;
    float: left;
    margin-right: 8px;
    height: 20px;
    width: 20px;
}

#cheese-by-type-link span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-type-grey.ece3d52340f9.svg") no-repeat;
}

#cheese-by-country-link span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-country-grey.542629ababd3.svg") no-repeat;
}

#cheese-by-milk-link span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-milk-grey.fbd2c9b5ad51.svg") no-repeat;
}

#cheese-by-texture-link span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-texture-grey.59af197a9d75.svg") no-repeat;
}

#cheese-by-color-link span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-colour-grey.42a11b590506.svg") no-repeat;
}

#serving-and-storage-link span {
    background: url("../img/icons/nav-icons/nav-icon-serving-storage-grey.a5c0e15e918b.svg") no-repeat;
}

#cutting-tips-link span {
    background: url("../img/icons/nav-icons/nav-icon-cut-tips-grey.5c27c89cbd81.svg") no-repeat;
}

#cheese-by-type-link:hover span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-type-white.37cdb7eaa5c2.svg") no-repeat;
}

#cheese-by-country-link:hover span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-country-white.aa011a678425.svg") no-repeat;
}

#cheese-by-milk-link:hover span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-milk-white.1ab374bef563.svg") no-repeat;
}

#cheese-by-texture-link:hover span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-texture-white.48757ef0c39e.svg") no-repeat;
}

#cheese-by-color-link:hover span {
    background: url("../img/icons/nav-icons/nav-icon-cheese-colour-white.68509f857da6.svg") no-repeat;
}

#serving-and-storage-link:hover span {
    background: url("../img/icons/nav-icons/nav-icon-serving-storage-white.5e55d96704a4.svg") no-repeat;
}

#cutting-tips-link:hover span {
    background: url("../img/icons/nav-icons/nav-icon-cut-tips-white.a4bb786afaad.svg") no-repeat;
}

/* Side Nav */
.sidenav {
    background-color: #111;
    height: auto;
    padding-top: 30px;
    position: absolute;
    left: 100%;
    margin-top: -35px;
    transition: .3s left linear;
    width: 400px;
    z-index: 10;
}

.sidenav li {
    display: block;
    font-size: 18px;
    font-family: "Belgrano";
    padding: 12px 8px;
    text-decoration: none;
    transition: 0.3s;
    list-style: none;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.showSidenav {
    left: calc(100% - 400px);
}

.sidenav li:hover {
    color: #fff;
}

@media screen and (max-height: 450px) {
    .sidenav {
        padding-top: 15px;
    }

    .sidenav li {
        font-size: 18px;
    }
}

.sidenav a {
    color: #f1f1f1;
}

.sidenav a:hover {
    color: #fff;
    text-decoration: none;
}

.dropdown-sidemenu {
    display: none;
    padding-top: 15px;
    padding-left: 15px;
}

/* Top Search */
#top-search {
    position: absolute;
    top: 0;
    right: 0;
}

.search-bar button {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: none;
    border: 1px solid #000;
    height: 42px;
    width: 42px;
    border-radius: 0 3px 3px 0;
    border-left: 0;
    padding: 0;
    float: right;
    font-size: 24px;
    margin-right: 10px;
}

.search-bar button:hover {
    background-color: #eee;
}

.search-bar input {
    height: 42px;
    padding: 0 15px;
    border-radius: 3px 0 0 3px;
    border: 1px solid #000;
    letter-spacing: 1px;
    font-size: 12px;
}

.search-bar input:focus {
    color: #000;
}

.centered-search-bar {
    margin: auto;
    margin-bottom: 20px;
    overflow: hidden;
    width: 566px;
}

#social-links {
    float: left;
}

#social-links a,
#social-links span {
    color: #6f706d;
    font-size: 32px;
    margin-left: 10px;
    text-decoration: none;
    display: inline-block;
    width: 28px;
    height: 32px;
}
#social-links #ham-button {
    margin-left: 20px;
    cursor: pointer;
}
/* Slider */
#slider {
    margin-bottom: 50px;
}

#slider .carousel {
    max-width: 1300px;
    margin: auto;
}

#slider .carousel-inner .item {
    background: black;
}
#slider .carousel-inner .item img {
    opacity: 0.95;
    transition: opacity 0.3s;
}

#slider .carousel-caption {
    top: 0;
    right: 20px;
    left: initial;
    text-align: left;
    width: 45%;
}

#slider .carousel-caption h1,
#slider .carousel-caption h2 {
    font-size: 36px;
    font-family: 'Belgrano';
}

/* Main Body */
#main-body {
    margin-bottom: 50px;
}

#main-body #intro-section {
    margin-bottom: 40px;
    position: relative;
}

#main-body #intro-section #intro-text {
    font-size: 16px;
    line-height: 1.6;
}

#main-body #intro-section a {
    color: #000;
    text-decoration: underline;
}

#main-body #intro-section #did-you-know {
    background-color: #f1f1ef;
    padding: 15px;
}

#main-body #intro-section #did-you-know h3,
#main-body #intro-section #cheese-of-day h3 {
    margin-top: 0;
}

#main-body #intro-section #did-you-know a {
    font-weight: 500;
    margin-top: 15px;
}

#main-body #intro-section #cheese-of-day {
    background-color: #f7f7f7;
    border: 3px solid #000;
    padding: 15px 0;
}

#main-body #intro-section #cheese-of-day h3 {
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}

#main-body #intro-section #cheese-of-day h4 {
    font-family: 'Belgrano';
    margin: 15px 0 40px;
    font-size: 16px;
    font-weight: 700;
}

#main-body #intro-section #cheese-of-day img {
    max-height: 150px;
    max-width: 100%;
}
#main-body #intro-section #cheese-of-day a {
    text-decoration: none;
    font-size: 14px;
}
#main-body #intro-section #cheese-of-day a.more {
    background-color: #eeda5c;
    font-weight: bold;
    padding: 5px 15px;
    text-transform: uppercase;
    display: block;
    margin: auto auto 5px;
    width: 60%;
}

#main-body #intro-section #cheese-of-day a.more:hover {
    background-color: #e2cd48;
}

/* Sidebar */
.skyscraper {
    margin-bottom: 30px;
}

.skyscraper > div {
    height: 604px;
    border: 2px solid orange;
    margin: auto;
    width: 164px;
}

#join-us-facebook a {
    background-color: #3157a6;
    color: #fff;
    display: block;
    padding: 15px;
    overflow: hidden;
    text-decoration: none;
}

#join-us-facebook a:hover {
    background-color: #284d9a;
}

#join-us-facebook i {
    float: left;
    font-size: 48px;
    margin-right: 10px;
}

#join-us-facebook span {
    font-size: 10px;
    display: block;
}

#join-us-facebook p {
    font-size: 32px;
    margin-bottom: 0;
    line-height: 1;
}

/* Filtered Pages */
.cheese-breadcrumb {
    list-style: none;
    padding-left: 0;
}
.cheese-breadcrumb li {
    display: inline-block;
}
.cheese-breadcrumb a {
    color: black;
    /*text-decoration: none;*/
}
.internal-filter .if-item {
    display: inline-block;
    border: 1px solid #999;
    padding: 10px 20px;
    margin-right: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    text-decoration: none;
    color: black;
    text-align: center;
}
.internal-filter a.if-item:hover,
.internal-filter .if-item.current {
    background-color: #eee;
}
#alphabetical.internal-filter .if-item {
    width: 60px;
}

/* Lined Div */
.lined-div {
    margin-bottom: 40px;
}

.lined-div h4 {
    background-color: #fff;
    display: block;
    font-family: 'Belgrano';
    font-weight: bold;
    font-size: 20px;
    margin-top: -17px;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    width: 550px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.lined-div h4 span {
    font-size: 36px;
}

.lined-div p {
    border-top: 1px solid #000;
    border-bottom: 3px solid #000;
    padding-top: 4px;
}

/* Cheeses List */
.cheese-item {
    margin-bottom: 15px;
}

.cheese-item h3 {
    display: table-cell;
    font-family: 'Belgrano';
    font-size: 18px;
    height: 62px;
    line-height: 1.4;
    padding-bottom: 10px;
    text-align: center;
    vertical-align: bottom;
    width: 255px;
}

.cheese-item h3 a {
    color: #000;
}

.cheese-image {
    border: 5px solid #e5e5e5;
    padding: 15px;
}
.cheese-item .cheese-image {
    height: 197px;
    width: 260px;
}

.cheese-image-border {
    -moz-box-shadow: inset 0 0 10px #666;
    -webkit-box-shadow: inset 0 0 10px #666;
    box-shadow: inset 0 0 10px #666;
}

.cheese-item .cheese-image-border {
    height: 157px;
    width: 220px;
}

.cheese-image-border a {
    display: block;
    height: 100%;
}

.cheese-image-border img {
    position: relative;
    z-index: -1;
    width: 100%;
}

.detail .cheese-image {
    margin-bottom: 5px;
    width: 100%;
}

.detail .cheese-image-border {
    /*height: 100%;*/
    width: 100%;
}

.detail .cheese-image-border img {
    width: 100%;
    height: auto;
}

/* Pagination */
.pagination {
    float: right;
}
.pagination .page-link {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    width: 28px;
    height: 28px;
    padding: 4px;
    margin-right: -4px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    color: black;
}
.pagination .page-link.active {
    background-color: #ccc;
}
.pagination .page-link.ellipsis {
    border-color: transparent;
}
.pagination .per_page {
    float: right;
    padding: 4px;
    margin-left: 4px;
}
.pagination .per_page label {
    font-weight: normal;
}

/* Search Page */
.grid {
    overflow: hidden;
}

.search-results {
    margin-bottom: 40px;
}

.search-results > h2:not(first-child) {
    clear: both;
    margin-top: 30px;
}

/* Top Bar */
#top-bar {
    height: 120px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    max-width: 1300px;
}
.top-bar-img1 {
    /*background: url("../img/sub-page-slide1.2f55a6167279.jpg") no-repeat center;*/
    background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.1)
        ), url("../img/sub-page-slide1.2f55a6167279.jpg") no-repeat center;
}
.top-bar-img2 {
    /*background: url("../img/sub-page-slide2.256d9229a5f7.jpg") no-repeat center;*/
    background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.1)
        ),
        url("../img/sub-page-slide2.256d9229a5f7.jpg") no-repeat center;
}
.top-bar-img3 {
    /*background: url("../img/sub-page-slide3.f2eeb0176827.jpg") no-repeat center;/*/
    background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.1)
        ),
        url("../img/sub-page-slide3.f2eeb0176827.jpg") no-repeat center;
}
@supports (background-image: url("../img/sub-page-slide1.6a652b4310be.webp")) {
    #top-bar.top-bar-img1 {
        /*background: url("../img/sub-page-slide1.6a652b4310be.webp") no-repeat center;*/
        background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.1)
            ),
            url("../img/sub-page-slide1.6a652b4310be.webp") no-repeat center;
    }
    #top-bar.top-bar-img2 {
        /*background: url("../img/sub-page-slide2.fca7e3833e97.webp") no-repeat center;*/
        background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.1)
            ),
            url("../img/sub-page-slide2.fca7e3833e97.webp") no-repeat center;
    }
    #top-bar.top-bar-img3 {
        /*background: url("../img/sub-page-slide3.4fb3d32a9c9a.webp") no-repeat center;*/
        background: linear-gradient(
                to right,
                rgba(0, 0, 0, 0),
                rgba(0, 0, 0, 0.4),
                rgba(0, 0, 0, 0.5),
                rgba(0, 0, 0, 0.1)
            ),
            url("../img/sub-page-slide3.4fb3d32a9c9a.webp") no-repeat center;
    }
}

#top-bar-content {
    overflow: hidden;
    padding: 30px 0;
}

#top-bar-content p {
    color: #fff;
    font-size: 20px;
    float: right;
    text-transform: uppercase;
    text-align: center;
    width: 55%;
}

/* Single Page */
#sharing {
    margin-bottom: 30px;
}
#sharing ul {
    padding: 0;
}
#sharing ul li {
    display: inline-block;
    list-style: none;
    vertical-align: text-top !important;
}
#sharing ul li a span {
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
}
#sharing #fb-share-button {
    background: #1877f2;
    border-radius: 3px;
    font-weight: 500;
    display: inline-block;
    height: 20px;
}
#sharing #fb-share-button:hover {
    background: #213A6F;
}
#sharing #fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}
#sharing #fb-share-button span {
    padding: 0 6px 0 0;
}
#sharing .twitter-li {
    width: 73px;
    position: relative;
    height: 20px;
    box-sizing: border-box;
    padding: 0 12px 2px 8px;
    background-color: #1d9bf0;
    color: #fff;
    border-radius: 9999px;
    cursor: pointer;
    white-space: nowrap;
}
#sharing .twitter-li:hover {
    background-color: #0c7abf;
}
#sharing .twitter-li a {
    color: white;
    text-decoration: none;
    font-size: 12px;
}
#sharing .twitter-li a i {
    top: 2px;
    position: relative;
    display: inline-block;
    width: 14px;
    height: 14px;
    background: transparent 0 0 no-repeat;
    background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2072%2072%22%3E%3Cpath%20fill%3D%22none%22%20d%3D%22M0%200h72v72H0z%22%2F%3E%3Cpath%20class%3D%22icon%22%20fill%3D%22%23fff%22%20d%3D%22M68.812%2015.14c-2.348%201.04-4.87%201.744-7.52%202.06%202.704-1.62%204.78-4.186%205.757-7.243-2.53%201.5-5.33%202.592-8.314%203.176C56.35%2010.59%2052.948%209%2049.182%209c-7.23%200-13.092%205.86-13.092%2013.093%200%201.026.118%202.02.338%202.98C25.543%2024.527%2015.9%2019.318%209.44%2011.396c-1.125%201.936-1.77%204.184-1.77%206.58%200%204.543%202.312%208.552%205.824%2010.9-2.146-.07-4.165-.658-5.93-1.64-.002.056-.002.11-.002.163%200%206.345%204.513%2011.638%2010.504%2012.84-1.1.298-2.256.457-3.45.457-.845%200-1.666-.078-2.464-.23%201.667%205.2%206.5%208.985%2012.23%209.09-4.482%203.51-10.13%205.605-16.26%205.605-1.055%200-2.096-.06-3.122-.184%205.794%203.717%2012.676%205.882%2020.067%205.882%2024.083%200%2037.25-19.95%2037.25-37.25%200-.565-.013-1.133-.038-1.693%202.558-1.847%204.778-4.15%206.532-6.774z%22%2F%3E%3C%2Fsvg%3E);
}
#sharing .pin-li {
    border-radius: 2px;
    text-indent: 20px;
    width: auto;
    padding: 0 6px 0 0;
    text-align: center;
    text-decoration: none;
    font: 12px/20px "Helvetica Neue", Helvetica, sans-serif;
    background: #e60023 url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMzBweCIgd2lkdGg9IjMwcHgiIHZpZXdCb3g9Ii0xIC0xIDMxIDMxIj48Zz48cGF0aCBkPSJNMjkuNDQ5LDE0LjY2MiBDMjkuNDQ5LDIyLjcyMiAyMi44NjgsMjkuMjU2IDE0Ljc1LDI5LjI1NiBDNi42MzIsMjkuMjU2IDAuMDUxLDIyLjcyMiAwLjA1MSwxNC42NjIgQzAuMDUxLDYuNjAxIDYuNjMyLDAuMDY3IDE0Ljc1LDAuMDY3IEMyMi44NjgsMC4wNjcgMjkuNDQ5LDYuNjAxIDI5LjQ0OSwxNC42NjIiIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgc3Ryb2tlLXdpZHRoPSIxIj48L3BhdGg+PHBhdGggZD0iTTE0LjczMywxLjY4NiBDNy41MTYsMS42ODYgMS42NjUsNy40OTUgMS42NjUsMTQuNjYyIEMxLjY2NSwyMC4xNTkgNS4xMDksMjQuODU0IDkuOTcsMjYuNzQ0IEM5Ljg1NiwyNS43MTggOS43NTMsMjQuMTQzIDEwLjAxNiwyMy4wMjIgQzEwLjI1MywyMi4wMSAxMS41NDgsMTYuNTcyIDExLjU0OCwxNi41NzIgQzExLjU0OCwxNi41NzIgMTEuMTU3LDE1Ljc5NSAxMS4xNTcsMTQuNjQ2IEMxMS4xNTcsMTIuODQyIDEyLjIxMSwxMS40OTUgMTMuNTIyLDExLjQ5NSBDMTQuNjM3LDExLjQ5NSAxNS4xNzUsMTIuMzI2IDE1LjE3NSwxMy4zMjMgQzE1LjE3NSwxNC40MzYgMTQuNDYyLDE2LjEgMTQuMDkzLDE3LjY0MyBDMTMuNzg1LDE4LjkzNSAxNC43NDUsMTkuOTg4IDE2LjAyOCwxOS45ODggQzE4LjM1MSwxOS45ODggMjAuMTM2LDE3LjU1NiAyMC4xMzYsMTQuMDQ2IEMyMC4xMzYsMTAuOTM5IDE3Ljg4OCw4Ljc2NyAxNC42NzgsOC43NjcgQzEwLjk1OSw4Ljc2NyA4Ljc3NywxMS41MzYgOC43NzcsMTQuMzk4IEM4Ljc3NywxNS41MTMgOS4yMSwxNi43MDkgOS43NDksMTcuMzU5IEM5Ljg1NiwxNy40ODggOS44NzIsMTcuNiA5Ljg0LDE3LjczMSBDOS43NDEsMTguMTQxIDkuNTIsMTkuMDIzIDkuNDc3LDE5LjIwMyBDOS40MiwxOS40NCA5LjI4OCwxOS40OTEgOS4wNCwxOS4zNzYgQzcuNDA4LDE4LjYyMiA2LjM4NywxNi4yNTIgNi4zODcsMTQuMzQ5IEM2LjM4NywxMC4yNTYgOS4zODMsNi40OTcgMTUuMDIyLDYuNDk3IEMxOS41NTUsNi40OTcgMjMuMDc4LDkuNzA1IDIzLjA3OCwxMy45OTEgQzIzLjA3OCwxOC40NjMgMjAuMjM5LDIyLjA2MiAxNi4yOTcsMjIuMDYyIEMxNC45NzMsMjIuMDYyIDEzLjcyOCwyMS4zNzkgMTMuMzAyLDIwLjU3MiBDMTMuMzAyLDIwLjU3MiAxMi42NDcsMjMuMDUgMTIuNDg4LDIzLjY1NyBDMTIuMTkzLDI0Ljc4NCAxMS4zOTYsMjYuMTk2IDEwLjg2MywyNy4wNTggQzEyLjA4NiwyNy40MzQgMTMuMzg2LDI3LjYzNyAxNC43MzMsMjcuNjM3IEMyMS45NSwyNy42MzcgMjcuODAxLDIxLjgyOCAyNy44MDEsMTQuNjYyIEMyNy44MDEsNy40OTUgMjEuOTUsMS42ODYgMTQuNzMzLDEuNjg2IiBmaWxsPSIjZTYwMDIzIj48L3BhdGg+PC9nPjwvc3ZnPg==) 3px 50% no-repeat;
    background-size: 14px 14px;
    -webkit-font-smoothing: antialiased;
}

.unit h1, h1.chheading {
    border-bottom: 1px solid #999;
    font-size: 36px;
    margin-bottom: 20px;
    margin-top: 0;
    padding-bottom: 5px;
    text-transform: uppercase;
}

.image-license {
    font-size: 10px;
    text-align: right;
    margin-bottom: 20px;
}

ul.summary-points {
    padding: 0;
}

.description a,
.summary-points a {
    color: #000;
    text-decoration: underline;
}

.summary-points li {
    list-style: none;
    margin-bottom: 10px;
}

.summary-points li p {
    float: left;
    width: 92%;
}

.summary-points li i {
    float: left;
    text-align: center;
    padding-top: 3px;
    width: 8%;
}

.unit .description {
    margin-bottom: 30px;
}

h1.chheading {
    margin-top: 0;
}

.serving-storage-img {
    margin-bottom: 20px;
    width: 100%;
}

.summary .description .framebox {
    margin: 25px;
    margin-top: 5px;
    margin-left: 0;
    width: 202px;
}

.summary .description .framebox .caption {
    font-size: 10px;
    padding-top: 5px;
}

/* Online / Offline Store Tabs */
#store-online-tabs {
    clear: both;
    margin-bottom: 30px;
}

#store-online-tabs .nav-tabs {
    border: 0;
    margin-bottom: 1px;
}

#store-online-tabs .tab-content {
    border: 1px solid #efd95c;
}

#store-online-tabs .nav-tabs > li > a {
    border: 0;
    border-radius: 0;
    font-size: 18px;
    font-weight: 500;
    color: #444;
}

#store-online-tabs .nav-tabs > li > a i {
    font-size: 28px;
    margin-right: 6px;
}

#store-online-tabs .nav-tabs > li.active > a,
#store-online-tabs .nav-tabs > li.active > a:focus,
#store-online-tabs .nav-tabs > li.active > a:hover {
    background-color: #efd95c;
    border: 0;
}

#contactModalButton,
#store-online-tabs .inner-content {
    background: #fff;
    border: 1px solid #000;
    margin: 0 40px;
    padding: 15px 20px;
}

#bannerModal .inner-content,
#onlineModal .inner-content,
#offlineModal .inner-content {
    padding: 20px 12%;
    margin-top: 10px;
}

#bannerModal .inner-content,
#offlineModal .inner-content,
#onlineModal .inner-content {
    padding: 20px 4%;
}

#store-online-tabs .tab-pane {
    padding: 0;
    -moz-box-shadow: inset 0 0 8px #999;
    -webkit-box-shadow: inset 0 0 8px #999;
    box-shadow: inset 0 0 8px #999;
}

#bannerModal .inner-content p,
#onlineModal .inner-content p,
#offlineModal .inner-content p,
#contactModalButton p,
#store-online-tabs .tab-pane .inner-content p {
    font-size: 18px;
}

#bannerModal .inner-content p.bold-text,
#onlineModal .inner-content p.bold-text,
#offlineModal .inner-content p.bold-text,
#store-online-tabs .tab-pane .inner-content p.bold-text {
    font-weight: 500;
}

#bannerModal .inner-content p span,
#onlineModal .inner-content p span,
#offlineModal .inner-content p span,
#contactModalButton p span,
#store-online-tabs .tab-pane .inner-content p span {
    font-size: 24px;
    font-weight: 700;
}

#contactModalButton {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}


.advertise-page .btn-link,
.btn-link {
    background: #efd95c;
    border-radius: 4px;
    color: #000;
    display: inline-block;
    font-weight: 500;
    padding: 8px 15px;
    text-transform: uppercase;
}

.btn-link:focus,
.btn-link:hover {
    background: #ead249;
    color: #000;
    text-decoration: none;
    outline: none;
}
#mc_embed_signup {
       color: #000;
}

input #mce-EMAIL {
       margin-left: 10px;
       padding: 3px 7px;
       border-top-left-radius: 5px;
       border-bottom-left-radius: 5px;
       border: 1px #acacac solid;
}

input #mc-embedded-subscribe {
       background: #efd95c;
       border-top-right-radius: 5px;
       color: #000;
       font-weight: 500;
       padding: 4px 15px !important;
       border: none;
       border-bottom-right-radius: 5px;
       margin-left: -4px;
}

#footer-bottom div > div > div:nth-child(1) {
       line-height: 28px;
}

#mc_embed_signup form {
       margin: 0;
}

@media (max-width: 1169px) {
       #footer-bottom div > div > div:nth-child(1),
       #footer-bottom div > div > div:nth-child(2) {
               text-align: center;
       }
}

#mc-embedded-subscribe-form input[type="checkbox"] {
       display: inline;
       width: auto;
       margin-right: 10px;
}

#mergeRow-gdpr {
       margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
       font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
    border: none;
    min-height: 0;
    padding-bottom: 0;

}
/* Collapsed Content */
.summary .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.summary .panel-title {
    text-transform: uppercase;
}

.summary .panel .panel-heading {
    background-color: #fff;
    border-bottom: 0;
    padding: 0;
}

.summary .panel .panel-heading a {
    display: block;
    padding: 15px;
}

.summary .panel .panel-heading a::after {
    content: "\f077";
    float: right;
    font-family: 'FontAwesome';
}

.summary .panel .panel-heading a.collapsed::after {
    content: "\f078";
}

.summary .panel-default {
    border-color: #777;
}

.summary .panel .panel-body {
    background-color: #fcf2bb;
    border-top: 1px solid #777 !important;
}

.summary .panel .panel-body a {
    color: #333;
    text-decoration: underline;
}

.summary .panel .panel-body a.show_all {
    font-weight: bold;
    text-decoration: none;
}

.tweet_div {
    float: left;
    margin-right: 24px;
    margin-bottom: 25px;
}

.tweet_div.tweet_div:nth-child(5n+0) {
    margin-right: 0;
}

/* Vertical Center Modal */
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    border-radius: 0;
    box-shadow: none;
    height: inherit;
    margin: 0 auto;
    max-width: inherit;
    pointer-events: all;
    width: inherit;
}

.close {
    cursor: pointer;
    font-size: 32px;
    opacity: .6;
    position: absolute;
    right: 12px;
    top: 8px;
    z-index: 100;
}

/* Advertise Page */

.pheading {
    font-size: 18px;
}

.advertise-page form {
    margin: 30px 0;
}

.advertise-page form > p:nth-of-type(-n+8) input, .advertise-page form select {
    padding: 3px 5px;
    box-sizing: border-box;
    margin-bottom: 20px;
    width: 100%;
    height: 28px;
    border: 1px #acacac solid;
}

.advertise-page form > p label {
    font-weight: normal;
    color: #8e9f91;
}

.advertise-page .screenshots-image {
    max-width: 100%;
    margin-top: 10px;
}

.advertise-page .errorlist {
    position: relative;
    text-align: right;
    top: 10px;
    font-size: 12px;
    font-weight: bold;
}

.advertise-page .errorlist.nonfield {
    height: 30px;
    left: 0;
    top: -8px;
    text-align: left !important;
}

.advertise-page .errorlist, .advertise-page .errorlist li {
    padding-left: 0;
    color: #c30;
    list-style: none;
    height: 0;
    margin: 0;
}

.advertise-page .errorfield input,
.advertise-page .errorfield select,
.advertise-page input.errorfield,
.advertise-page select.errorfield {
    border-color: #c30 !important;
}

ul.messages {
    padding: 0;
    margin: 0;
}

ul.messages li {
    display: block;
    font-weight: 400;
    font-size: 1.5rem;
    padding: 10px 10px 10px 10px;
    margin: 0 0 10px 0;
    background-color: rgb(221, 255, 221);
    color: black;
    word-break: break-word;
}

ul.messages li.warning {
    background-color: #cc8500;
    background-size: 14px auto;
}

ul.messages li.error {
    background: #c30;
    color: white;
    font-weight: bold;
    background-size: 16px auto;
}

@media only screen and (min-width: 600px) {
    .advertise-page form {
        margin-bottom: 80px;
    }

    .advertise-page form > p {
        clear: left;
        position: relative;
    }

    .advertise-page form > p label {
        width: 30%;
        display: block;
        float: left;
    }

    .advertise-page form > p:nth-of-type(-n+6) input, .advertise-page form select {
        width: 65%;
    }

    .advertise-page form > p:nth-of-type(-n+6) {
        width: 50%;
        float: left;
        clear: none;
    }

    .advertise-page form label[for=id_captcha] {
        width: 15%
    }

    .advertise-page form textarea {
        height: 150px;
        width: 75%
    }

    .advertise-page form form .captcha {
        padding-left: 12.5%;
    }

    .advertise-page form form .captcha input {
        width: 77.5%;
    }

    .advertise-page form .helptext {
        padding-left: 12.5%;
    }

    .advertise-page form input[type=submit] {
        margin-left: 15%;
        background: #efd95c;
        border-radius: 4px;
        color: #000;
        display: inline-block;
        font-weight: 500;
        padding: 8px 15px;
        text-transform: uppercase;
        border: none;
    }

    .advertise-page form .g-recaptcha {
        position: relative;
        top: -10px;
        margin-left: 15%;
    }

    .advertise-page .errorlist {
        text-align: left;
        left: 15%;
        top: -20px;
    }
}


/* Back to Top Button */
#back-to-top {
    border: 5px solid #e5e5e5;
    background-color: #fff;
    border-radius: 50px;
    text-align: center;
    padding-top: 24px;
    font-weight: bold;
    position: absolute;
    right: 0;
    cursor: pointer;
    top: -50px;
    margin-right: 30px;
    height: 100px;
    width: 100px;
}

#back-to-top p {
    font-size: 12px;
    margin: 0;
}

#back-to-top #line2 i {
    display: inline-block;
    margin-top: 6px;
    vertical-align: top;
}

#back-to-top #line2 p {
    display: inline-block;
    font-size: 20px;
    margin: 0;
}

/* Bottom Banner */
#bottom-banner {
    margin-bottom: 20px;
}

/* Footer */
#footer {
    position: relative;
}

#footer-main {
    background-color: #a4a4a4;
    color: #fff;
    padding: 35px 0;
}

#footer-main h3 {
    font-family: "Belgrano";
    font-size: 36px;
    text-transform: uppercase;
}

#footer-main img {
    height: 64px;
}

#footer-main p {
}

#footer-bottom {
    font-weight: 500;
    margin: 15px 0 30px;
}

#footer-bottom a {
    color: #000;
}

/* common blog css */

#blog-list .item {
    border: 1px solid #d5d5d5;
    background: #fff;
    position: relative;
}

#blog-list .item img {
    width: 100%;
    height: auto;
}

#blog-list .item .post-content {
    padding: 20px 15px;
    color: #000;
    font-weight: 300;
}

#blog-list .item .post-content a {
    color: #000;
    text-decoration: none;
}

#blog-list .item .post-content h3 {
    font-size: 18px;
    margin-top: 0;
}

#blog-list .item .post-content .post-info div {
    font-size: 13px;
    margin-bottom: 10px;
}

#blog-list.front-blog-list {
    clear: both;
}

#blog-list.front-blog-list .item {
    margin-bottom: 50px;
}

.contact-form {
    border: 1px solid black;
    padding: 15px 20px;
}
