/* force scrollbar */
html {
    overflow-y: scroll;
}

body {
    padding-right: 0 !important;
    margin: 0 !important;
}



.navbar {
    z-index: 20000;
}

.recipeLargeHead,
.recipeSmallHead {
    text-transform: uppercase;
    font-weight: 800;
}

.darkTheme .recipeLargeHead,
.darkTheme .recipeSmallHead {
    color: #DEDEDE;
}

.lightTheme .recipeLargeHead,
.lightTheme .recipeSmallHead {
    color: #4b4741;
}

.recipeLargeHead {
    font-family: interstate, sans-serif;
    font-weight: 400;
    font-size: 24px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.recipeSmallHead {
    font-family: interstate, sans-serif;
    font-weight: 400;
    font-size: 16px;
    margin-bottom: 0px;
    padding-bottom: 18px;
}

.recipe-single li,
.recipe-single p {
    font-family: merriweather, serif;
    font-weight: 400;
    font-size: 17px;
    margin-bottom: 30px;
    line-height: 27px;
}

.darkTheme .recipe-single li,
.darkTheme .recipe-single p {
    color: #C7C7C7;
}

.lightTheme .recipe-single li,
.lightTheme .recipe-single p {
    color: #444;
}


.directions-list {
    list-style: none;
    counter-reset: item;
}

.directions-list>li {
    counter-increment: item;
    margin-bottom: 15px;
}

.directions-list>li:before {
    margin-right: 10px;
    content: counter(item);
    background: #1C4754;
    border-radius: 100%;
    color: white;
    width: 1.5em;
    text-align: center;
    display: inline-block;
}

ul li {
    margin-bottom: 17px !important;
}

.nav-item {
    margin-bottom: 0px !important;
}

ul i {
    font-size: 24px;
    margin-right: 12px;
    vertical-align: middle;
}

.darkTheme ul i {
    color: #C7C7C7;
}

.lightTheme ul i {
    color: #828281;
}

.ingredients {
    padding: 27px 29px;
    margin-bottom: 40px;
    border-top: 1px solid #1C4754;
}

.shop{
    text-align: right;
}

.darkTheme .ingredients {
    background-color: #141313;
}

.lightTheme .ingredients {
    background-color: #f9f9f9;
}

.featured-recipies hr {
    margin: 0 0 55px;
    height: 1px;
}

.darkTheme .featured-recipies hr {
    background-color: #f9f9f9;
}

.lightTheme .featured-recipies hr {
    border-color: #141313;
}

.swiper.swiper-one {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 10px;
}

.swiper-one .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-one .swiper-slide img {
    display: block;
    width: 100%;
    object-fit: cover;
}

.swiper-one .swiper-slide {
    background-size: cover;
    background-position: center;
    overflow: hidden;
    border-radius: 10px;
}

.swiper-button-next,
.swiper-button-prev {
    /*background: #fff;*/
    border: none;
    display: inline-flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
    /*box-shadow: 0 6px 26px 6px rgb(0 0 0 / 25%);*/
    border-radius: 50%;
    position: absolute;
    top: 92%;
    z-index: 12;
    cursor: pointer;
    outline: none !important;
}

.swiper-button-next i,
.swiper-button-prev i {
    color: #ffffff;
    font-size: 24px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    display: none;
}

.swiper-button-prev {
    right: 120px;
    left: auto;
}

.swiper-button-prev span {
    margin-right: 10px;
    font-family: interstate, sans-serif;
    font-weight: 400;
}

.swiper-button-next {
    right: 20px;
    left: auto;
}

.swiper-button-next span {
    margin-left: 10px;
    font-family: interstate, sans-serif;
    font-weight: 400;
}

.item-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background: rgba(17, 17, 17, 0.5);
}

.overlay-text {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 25px;
    color: white;
}

.expand-overlay {
    position: absolute;
    padding-top: 22px;
    width: 60px;
    height: 60px;
    right: 0;
    /*top: -60px;*/
    font-size: 15px;
    text-align: center;
    line-height: 0;
    color: #111;
    background: #ececec;
    -webkit-transition: top .5;
    transition: top .5;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
    border-radius: 5px;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.modal-content {
    background: none !important;
    border: none !important;
}

.videoPlay {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .3);
}

.videoPlay i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 70px;
    color: white;
}

.videoPlay i:hover {
    font-size: 80px;
}

.darkTheme .post-link {
    color: #C7C7C7;
    text-decoration: none;
    border-bottom: 3px solid #1C4754;
}

.lightTheme .post-link {
    color: #444;
    text-decoration: none;
    border-bottom: 3px solid #1C4754;
}

.post-link:hover {
    font-weight: bold;
}

.disclaimer .heading-bottom-line {
    font-size: 18px;
}

.disclaimer p:not(.recipeDescription) {
    font-size: 12px;
    line-height: 22px;
    margin-bottom: 15px;
}

.disclaimer h1.entry-title {
    font-family: interstate, sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: 44px;
    display: block;
    color:#444;
}

@media screen and (max-width: 630px) {
    .disclaimer h1.entry-title {
        font-size: 28px;
        line-height: 36px;
    }
    .shop{
        text-align: left;
    }
}