
a, a:hover{
    text-decoration: none;
    color: #000;
}
ul{
    padding-left: 0;
}

@font-face {
    font-family: 'IndieFlower-Regular';
    src: url(../fonts/Indie_Flower/IndieFlower-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans-ExtraBold';
    src: url(../fonts/Open_Sans/OpenSans-ExtraBold.ttf);
}
@font-face {
    font-family: 'OpenSans-Bold';
    src: url(../fonts/Open_Sans/OpenSans-Bold.ttf);
}
@font-face {
    font-family: 'OpenSans-SemiBold';
    src: url(../fonts/Open_Sans/OpenSans-SemiBold.ttf);
}
@font-face {
    font-family: 'OpenSans-Regular';
    src: url(../fonts/Open_Sans/OpenSans-Regular.ttf);
}
@font-face {
    font-family: 'OpenSans-Italic';
    src: url(../fonts/Open_Sans/OpenSans-Italic.ttf);
}
@font-face {
    font-family: 'OpenSans-Light';
    src: url(../fonts/Open_Sans/OpenSans-Light.ttf);
}
@font-face {
    font-family: 'Reenie_Beanie-Regular';
    src: url(../fonts/Reenie_Beanie/ReenieBeanie-Regular.ttf);
}
@font-face {
    font-family: 'DancingScript-Regular';
    src: url(../fonts/Dancing_Script/static/DancingScript-Regular.ttf);
}

body{
    font-family: 'OpenSans-Regular';
}
.btn-1{
    background-color: #da121a;
    border: 1px solid #da121a;
    border-radius: 3px;
    color: #fff;
    padding: 4px 14px;
    transition: all .3s;
}
.btn-1:hover{
    background-color: #fff;
    color: #da121a;
}
.btn-search{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all .3s;
    background-color: #da121a;
    border: 1px solid #da121a;
}
.btn-search:focus,
.btn-search:hover{
    background-color: #fff;
    box-shadow: 0 0 0 0;
}
.btn-search svg{
    color: #fff;
}
.btn-search:focus svg,
.btn-search:hover svg{
    color: #da121a;
}

.searchbar input[type="search"]::-webkit-input-placeholder {
   text-transform: uppercase;
   font-size: 14px;
}
  
.searchbar input[type="search"]:-ms-input-placeholder {
    text-transform: uppercase;
    font-size: 14px;
}
  
.searchbar input[type="search"]::placeholder {
    text-transform: uppercase;
    font-size: 14px;
}

#dsk-menu{
    background-color: #F8F8F8;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 7px;
}
#dsk-menu>div{
    position: relative;
}
#dsk-menu .logo{
    display: block;
    text-align: center;
    font-size: 37px;
    color: #fff;
    /*font-family: 'IndieFlower-Regular';*/
    /*font-family: 'DancingScript-Regular';*/
}
#dsk-menu ul{
    display: inline;
    justify-content: center;
    margin: 0;
    margin-top: 0px;
    padding: 0;
    padding-top: 7px;
    
    /*width:100%;*/
    margin-right: auto;
margin-left: auto;
    float:left;
    
    position: relative;
  left: 50%;
  transform: translatex(-50%);
}
#dsk-menu ul li{
    list-style: none;
    text-transform: uppercase;
    margin-right: 30px;
    float: left;
}
#dsk-menu ul li:last-of-type{
    margin-right: 0;
}
#dsk-menu ul li a{
    font-size: 14px;
    color: #000;
    font-family: 'OpenSans-SemiBold';
}
#post-filter-search,
#menu-hamburger{
    padding: 0px 5px;
}
#post-filter-search svg,
#menu-hamburger svg{
    color: #da121a;
}
#post-filter-search:focus,
#menu-hamburger:focus{
    box-shadow: 0 0 0 0;
}
#menu-hamburger:focus svg{
    /*color: #13dbd4;*/
}
#mob-menu{
    display: none;
    position: fixed;
    top:0;
    right: 0;
    height: 100vh;
    width: 100%;
    z-index: 99999;
    padding: 0;
}
#mob-menu-container{
    height: 100%;
    width: 100%;
    display: flex;
}
#mob-menu #mob-menu-overlay{
    width: 38%;
    cursor: pointer;
}
#mob-menu #mob-menu-box{
    width: 62%;
    /* background-color: #166bc3; */
    background-color: #da121a;
    color: #fff;
}
#mob-menu .dropdown-submenu {
  position: relative;
}

#mob-menu .dropdown-submenu a::after {
  transform: rotate(-90deg);
  position: absolute;
  right: 6px;
  top: .8em;
}

#mob-menu .dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-left: .1rem;
  margin-right: .1rem;
}
#mob-menu-box-head{
    margin-left: 40px;
    padding-top: 18px;
    padding-bottom: 18px;
}
#mob-menu-box-head h6{
    margin-bottom: 0;
    font-size: 20px;
    font-weight: bold;
}
#mob-menu-box-head #mob-menu-back-arrow{
    display: none;
    padding: 10px 15px;
    cursor: pointer;
}
#mob-menu-box-body{
    height: 100%;
}
#mob-menu-box-body>div{
    position: relative;
    width: 100%;
    height: 100%;
    /*margin-left: 20px;
    border-left: 2px solid #cccccc;*/
    display: flex;
    flex-direction: column;
}
#mob-menu-box-body>div>ul{
    padding-left: 0px;
    margin-top: 35px;
    margin-bottom: 0;
    position: relative;
}
#mob-menu-box-body>div>ul:first-of-type{
    margin-top: 0;
}
#mob-menu-box-body>div>ul+div{
    width: calc(100% - 80px);
    margin-left: 40px;
    height: 1px;
    background-color: whitesmoke;
    margin-top: 20px;
}
#mob-menu-box-body>div>ul+div+ul{
    margin-top: 20px;
    /*border-top: 1px solid #fff;
    margin-top: 20px;
    padding-top: 20px;*/
}
#mob-menu-box-body>div>ul+div+ul h6{
    padding-left: 40px;
    font-size: 18px;
    font-family: 'OpenSans-Bold';
    text-transform: uppercase;
    margin-top: 10px;
}
#mob-menu-box-body>div ul li{
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-left: 40px;
    /*border-bottom: 1px solid #cccccc;*/
}
#mob-menu-box-body>div ul li a{
    padding-top: 7px;
    padding-bottom: 7px;
    font-size: 18px;
    margin-top: 5px;
    margin-bottom: 5px;
    /* color: #212529; */
    color: #fff;
}
#mob-menu-box-body li.child a{
    width: 82%;
}
#mob-menu-box-body li.child .mob-menu-next-arrow{
    width: 13%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    cursor: pointer;
}
#mob-menu-box-body ul ul{
    display: none;
    width: 100%;
    height: calc(100vh - 60px);
    z-index: 2;
    padding-left: 0;
    position: absolute;
    left: 0;
    top:0;
    background-color: #F7F7F7;
    overflow: scroll;
}
#mob-menu-overlay{
    background-color: rgba(0,0,0, 0.6);
}
#right-col{
    padding-left: 50px;
    display: block !important;
}
.searchbar input[type="search"]{
    border: 0;
    border-bottom: 1px solid #ddd;
    border-radius: 0;
}
.searchbar input[type="search"]:focus{
    box-shadow: 0 0 0 0;
    border-color: #da121a;
}
#searchbar-input{
    display: none;
    position: absolute;
    bottom: -55px;
    background-color: #000;
    z-index: 3;
    left: 50%;
    transform: translateX(-50%);
}
#searchbar-input+.searchbar-check-list{
    position: absolute;
    bottom: -150px;
    z-index: 3;
    color: #212529;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
}
.searchbar-input-overlay{
    background-color: rgb(0,0,0,0.5);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    display: none;
}
.searchbar-check-list{
    background-color: #fff;
    padding: 10px 15px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    display: none;
}
.searchbar-check-list>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.searchbar-check-list>div>div.custom-checkbox,
.searchbar-check-list>div>div.form-check{
    width: 50%;
}

#post-related ul li,
#right-col ul li{
    list-style: none;
    padding-top: 13px;
    padding-bottom: 13px;
    border-bottom: 1px solid #ddd;
    line-height: 22px;
}
#post-related ul li a,
#right-col ul li a{
    font-family: 'OpenSans-SemiBold';
    color: #212529;
}
#post-related ul li a:hover,
#right-col ul li a:hover{
    color: #da121a;
}
#post-related ul li span,
#right-col ul li span{
    font-weight: bolder;
    font-size: 12.5px;
    width: 100%;
    display: block;
    padding-top: 3px;
    font-family: 'OpenSans-Italic';
}
#post-related ul li audio,
#right-col ul li audio{
    width: 100%;
    height: 35px;
    margin-top: 7px;
}
#newsletter-box>div{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#newsletter-box .post-share-fb{
    width: 31px;
    height: 31px;
    margin-right: 10px;
}
#newsletter-box a{
    color: #212529;
}
#post-related>form{
    margin-top: 32px;
}
#post-related>div,
#right-col>div{
    margin-top: 50px;
}
#post-related>div>h6,
#right-col>div>h6{
    display: table;
    margin: 0 auto;
    margin-bottom: 7px;
    position: relative;
    padding: 1px 15px 1px 15px;
    font-style: italic;
    background: #13dbd4;
    color: #ffffff;
    padding-top: 3px;
    text-transform: uppercase;
}
#post-related .post-social-share-text{
    background: #1284d1;
}
#post-related>div>h6:before, 
#right-col>div>h6:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    top: -1px;
    left: -1px;
    border-top: 1.9em solid #ffffff;
    border-right: 0.4em solid transparent;
}
#post-related>div>h6:after, 
#right-col>div>h6:after{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    bottom: -1px;
    right: -1px;
    border-bottom: 1.9em solid #ffffff;
    border-left: 0.4em solid transparent;
}
#post-related #post-author-descr>div{
    display: flex;
    align-items: center;
    margin-top: 18px;
}
#post-related #post-author-descr>div>div{
    width: 55px;
    height: 55px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    margin-right: 13px;
}
#post-related #post-author-descr>div h5{
    margin-bottom: 0;
    font-family: 'OpenSans-SemiBold';
}
#post-related #post-author-descr p{
    margin-top: 7px;
    font-size: 15px;
    margin-bottom: 0;
}




#post-filter ul{
    /*display: flex; */
    flex-direction: row;
    justify-content: center;
    margin-top: 25px;
    width:100%;
    /*border:1px solid black;*/
    text-align:justify;
}
#post-filter ul li{
    list-style: none;
    margin-right: 17px;
    text-transform: capitalize;
    display: inline;
    white-space:nowrap;
}
/*#post-filter ul li:after{
    content:'·';
    display: block;
    margin-left: 17px;
}*/
#post-filter ul li:last-of-type{
    margin-right: 0;
}
#post-filter ul li:last-of-type:after{
    display: none;
}
#post-filter ul li a{
    color: #212529;
}
#post-filter ul li a:hover{
    box-shadow: inset 0 -0.1rem #da121a;
}
#post-filter-search{
    display: none;
}
#blog-container{
    padding-bottom: 50px;
    padding-top: 40px;
}
#blog-container>div>div.row>div{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
}
#blog-container>div>div.row>div>.post-card:first-of-type{
    width: 100%;
    margin-right: 0;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
    margin-top: 0;
}
.post-card{
    position: relative;
    margin-top: 60px;
    margin-right: 32px;
    width: calc(100% / 3 - 22px);
}
#blog-container>div>div.row>div>.post-card:nth-of-type(3n+3)+.post-card{
    margin-right: 0;
}
.post-card img{
    width: 100%;
    max-height: 150px;
    object-fit: cover;
}
#blog-container>div>div.row>div>.post-card:first-of-type img{
    /*max-height: 300px;*/
}
.post-card h4{
    margin-top: 10px;
    font-size: 17px;
    line-height: 21px;
    font-family: 'OpenSans-Regular';
}
#blog-container>div>div.row>div>.post-card:first-of-type h4{
    font-size: 26px;
    line-height: 30px;
}
.post-card h4 a{
    color: #212529;
    font-family: 'OpenSans-SemiBold';
}
.post-card h4 a:hover{
    color: #da121a;
}
.post-card h4::first-letter,
.post-card h4 a::first-letter{
    text-transform: uppercase;
}
.post-card h4+img{
    margin-top: 10px;
}
.post-card iframe{
    width: 100% !important;
    height: unset !important;
}
.post-card h4+iframe{
    margin-top: 12px;
}
.post-card .carousel-indicators{
    margin-bottom: 1px;
}
.post-card .carousel-indicators li{
    width: 9px;
    height: 9px;
    border-radius: 50%;
}
.post-card span{
    font-weight: bolder;
    font-size: 12.5px;
    width: 100%;
    display: block;
    padding-top: 3px;
    font-family: 'OpenSans-Italic';
}
.post-card audio{
    height: 40px;
    width: 100%;
}
.post-card-lateral{
    position: absolute;
    right: 0;
    top: -15px;
    display: flex;
    flex-direction: column;
}
.post-card-lateral>div{
    background-color: #000;
    box-shadow: 0px 0px 13px 3px rgba(243,243,243,1);
    transform: translateX(60%);
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-card-lateral>div:hover{
    background-color: whitesmoke;
}
.post-card-lateral>div+div{
    margin-top: 6px;
}
.post-card-lateral img{
    width: 20px;
}
#load-more-article{
    width: 100%;
    margin-top: 25px;
}
#load-more-article button{
    margin: 0 auto;
    display: block;
}



#post-container{
    margin-top: 30px;
    padding-bottom: 30px;
}
#post-content{
    width: 70%;
    line-height: 27px !important;
}
#post-container>div.container{
    display: flex;
    flex-direction: row;
}
#post-related{
    width: 30%;
}
#post-header{
    margin-bottom: 10px;
}
#post-header>div.post-social-share{
    margin-top: 0;
    display: none;
}
#post-content>div:not([id]) a{
    color: #212529;
    box-shadow: inset 0 -0.1rem #da121a;
    padding-left: 2px;
    padding-right: 2px;
    transition: box-shadow .3s;
}
#post-content>div:not([id]) a:focus,
#post-content>div:not([id]) a:hover{
    color: #fff;
    box-shadow: inset 0 -5.3rem #da121a;
    outline: 0;
}
#post-content ul{
    margin-top: 12px;
}
#post-content ul#gallery img{
    height: 25px;
    margin-right: 4px;
}
#post-content ul li{
    list-style: none;
}
#post-content ul#gallery li {
    display: flex;
    align-items: center;
}
#post-content ul#gallery li+li{
    margin-top: 5px;
}
#post-content ul:not(#gallery) li::before {
    content: "\2022";
    color: #da121a;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
#post-content ol{}
#post-content ol li{}
#post-content h1,
#post-content h2,
#post-content h3,
#post-content h4,
#post-content h5,
#post-content h6{}
#post-content>div:not([id]) i{
    font-family: 'OpenSans-Italic';
}
#post-content strong{
    font-family: 'OpenSans-SemiBold';
    color: #da121a;
}
#post-content p{}
#post-time{
    font-family: 'OpenSans-Italic';
    margin-top: 0px;
    margin-bottom: 0;
}
#post-time a{
    color: #212529;
    box-shadow: inset 0 -0.1rem #da121a;
}
#post-time a:hover{
    color: #da121a;
}
#post-title{
    font-family: 'OpenSans-ExtraBold';
}
#post-summary{
    margin-top: 20px;
}
#post-summary a{
    color: #212529;
    box-shadow: inset 0 -0.1rem #da121a;
    padding-left: 2px;
    padding-right: 2px;
    transition: box-shadow .3s;
}
#post-summary a:hover{
    color: #fff;
    box-shadow: inset 0 -1.3rem #da121a;
    outline: 0;
}
#post-date{}
.post-quote{
    margin-top: 23px;
    margin-bottom: 23px;
    position: relative;
}
.post-quote>span{
    font-size: 60px;
    color: #da121a;
    position: absolute;
    left: -40px;
    font-family: cursive;
}
.post-quote-cit{
    display: block;
    font-family: 'OpenSans-Italic';
}

#post-bg{
    /*height: 450px;*/
    width: 100%;
    /*bject-fit: cover;*/
    margin-top: 25px;
    margin-bottom: 35px;
}
#post-content .swiper-container, 
#post-content .post-image{
    /*height: 450px;*/
    margin-top: 25px;
    margin-bottom: 35px;
}
.swiper-container img,
.post-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
#post-content .swiper-container,
.post-image img{
    height: 400px;
}

.post-image-descr{
    font-family: 'OpenSans-Italic';
    text-align: center;
    margin-top: 3px;
    font-size: 14.5px;
}

.swiper-btn-prev,
.swiper-btn-next{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px;
    z-index: 1;
    font-size: 40px;
}
.swiper-btn-next{
    right: 10px;
    left: auto;
}

.post-capitalize{}
.post-download{}
.post-download-link{}

#post-content audio{
    display: block;
    height: 40px;
    width: 100%;
}
#post-related{
    padding-left: 50px;
}
#post-author-social,
.post-social-share{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: 15px;
}
#post-author-social{
    margin-top: 10px;
    justify-content: flex-start;
}
#post-author-social>a,
.post-social-share>a{
    margin-right: 8px;
}
.post-author-fb,
.post-author-tw,
.post-author-ig,
.post-author-mail,
.post-author-wp,
.post-share-wp,
.post-share-tw,
.post-share-ig,
.post-share-fb,
.post-share-mail{
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.post-author-wp{
    background-color: #25D366;
}
.post-author-wp:hover{
    background-color: #128C7E;
}
.post-author-ig,
.post-share-ig{
    background-color: #F83371;
}
.post-author-ig:hover,
.post-share-ig:hover{
    background-color: #ef1e60;
}
.post-author-fb,
.post-share-fb{
    background-color: #3b5999;
}
.post-author-fb:hover,
.post-share-fb:hover {
    background-color: #2e4983;
}
.post-author-mail,
.post-share-mail{
    background-color: #999999;
}
.post-author-mail:hover,
.post-share-mail:hover {
    background-color: #505050;
}
.post-author-tw,
.post-share-tw{
    background-color: #55acef;
}
.post-share-wp{
    background-color: #25D366;
}
.post-author-tw:hover,
.post-share-tw:hover {
    background-color: #2daae2;
}
.post-author-fb i,
.post-author-tw i,
.post-author-mail i,
.post-author-ig i,
.post-author-wp i,
.post-share-tw i,
.post-share-wp i,
.post-share-mail i,
.post-share-ig i,
.post-share-fb i{
    color: #fff;
}
#cont-404{
    padding-top: 100px;
    padding-bottom: 100px;
}
#cont-404 .col-12{
    text-align: center;
}
#cont-404 h6{
    color: #da121a;;
    font-size: 140px;
    font-family: 'OpenSans-Bold';
}
#cont-404 p{
    font-size: 18px;
}
#related-404-articles-box:before{
    content:'';
    width: 1.5px;
    position: absolute;
    top: -110px;
    left: 50%;
    transform: translateX(-50%);
    height: 70px;
    background-color: #ddd;
}
#related-404-articles-box{
    position: relative;
    margin-top:140px;
    text-align: left;
}
#related-404-articles{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
#related-404-articles .post-card{
    margin-top: 15px;
}
#related-404-articles>.post-card:nth-of-type(3n+3){
    margin-right: 0;
}
#related-404-articles .post-card h4{
    text-align: left;
}


.adv{
    border: 1px solid #ddd;
}
.adv>a {
	box-shadow: none;
}
.adv>a>img{
    width: 100%;
    object-fit: cover;
    margin-bottom: 10px;
    
    
}
.adv.oriz.small>a>img{
    max-height: 165px;
    
}
.adv>div>a{
    display: flex;
    align-self: flex-end;
    justify-self: flex-end;
}
.adv h6{
    font-weight: 700;
    font-family: 'OpenSans-Bold';
}
.adv h6 a{
    color: #000;
    transition: all .3s;
}
.adv h6 a:hover{
    color: #da1c19;
}
.adv svg{
    width: 32px;
    height: 32px;
    margin-bottom: 5px;
}
.adv svg path{
    fill: #636363;
}
.adv svg:hover path{
    fill:#da1c19;
}
.adv.big.oriz{
    width: 100%;
    display: grid;
    display: grid;
    grid-template-columns: 35% 65%;
    padding: 15px;
    margin-top: 20px;
}
.adv.big.oriz>a>img {
    margin-bottom: 0px;
    min-height: 135px;
     max-height: 200px;
}
.adv.big.oriz>div{
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.adv.big.oriz h6{
    font-size: 27px;
}
.adv.big.oriz>div>div{
    display: grid;
    grid-template-columns: 85% 15%;
}
.adv.big.oriz p{
    font-size: 17px;
    padding-right: 20px;
    margin-bottom: 0;
}
.adv.big>div>div>a{
    display: flex;
    align-self: center;
    justify-self: center;
    flex-direction: row;
}
.adv.big>div>div>a svg{
    margin-bottom: 0;
    width: 35px;
    height: 35px;
}
.adv.small>div{
    padding: 10px;
    display: grid;
    grid-template-columns: 77% 23%;
}
.adv.small>div>div{
    padding-right: 10px;
}
.adv.small p{
    margin: 0;
    font-size: 14px;
}

footer{
    background-color: #F8F8F8;
    padding-top: 35px;
    padding-bottom: 15px;
}
footer a{
    color: #000;
}
footer .logo{
    font-size: 37px;
    color: #000;
    /* font-family: 'IndieFlower-Regular'; */
    /*font-family: 'Reenie_Beanie-Regular';*/
}
footer ul li{
    list-style: none;
    line-height: 27px;
}
footer ul li a:hover{
    opacity: 0.8;
    color: #000;
}
#footer-pages ul li a{
    font-family: 'OpenSans-SemiBold';
}
#footer-filters ul li a{
    font-family: 'OpenSans-Light';
}
#footer-small{
    border-top: 1px solid whitesmoke;
    padding-top: 15px;
    margin-top: 10px;
}
#footer-small ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    font-size: 13px;
    color: #000;
    margin-bottom: 0;
}
#footer-small ul li{
    display: flex;
    align-items: center;
    margin-right: 15px;
}
#footer-small ul li:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background-color: #000;
    border-radius: 50%;
    margin-right: 15px;
}
#footer-small ul li:first-of-type:before{
    display: none;
}

div.recipe{
	border: 5px dotted #da121a;
	background-color: rgba(252,221,9,0.38); /*#D0E4F5;*/ 
	padding: 15px;
	overflow-wrap: break-word; 
}

div.recipe img {
	float:right;
	max-height: 150px;
	object-fit:cover;
	border: 5px double #da121a;
	
}

@media (max-width: 1500px){
    #post-bg{
        /*height: 400px;*/
    }
    div.recipe img {
    	float:right;
    	max-height: 150px;
    	width:100%;
    	margin-bottom:20px;
    	object-fit:cover;
    	border: 5px double #da121a;
    }
}
@media (max-width: 1199.98px){
    #blog-container{
        padding-top: 25px;
    }
    #post-content{
        padding-right: 30px;
    }
    #post-related{
        padding-left: 20px;
    }
    #right-col{
        padding-left: 40px;
    }
    #right-col{
        margin-top: 10px;
    }
    #post-related{
        margin-top: 8px;
    }
    .post-card {
        margin-right: 25px;
        width: calc(100% / 3 - 17px);
    }
    #post-bg{
        /*height: 350px;*/
    }
    #post-content iframe,
    #post-content .swiper-container,
    .post-image img{
        /*height: 350px;*/
    }
    .adv.big.oriz h6 {
        font-size: 25px;
    }
    .adv.big.oriz p {
        font-size: 15px;
    }
}
@media (max-width: 991.98px){
    #dsk-menu{
        padding-top: 9px;
        padding-bottom: 4px;
    }
    #dsk-menu>div.container-semifluid{
        max-width: unset !important;
    }
    #searchbar-input+.searchbar-check-list,
    #searchbar-input{
        max-width: 720px;
    }
    #blog-container{
        padding-top: 30px;
    }
    #post-content{
        padding-right: 0px;
    }
    #post-related,
    #right-col{
        padding-left: 15px;
    }
    #post-container>div.container{
        flex-direction: column;
    }
    #post-header>div.post-social-share{
        display: flex;
    }
    #post-filter-search{
        display: block;
    }
    #post-filter-search svg{
        width: 22px !important;
        height: 22px !important;
    }
    #post-related ul li,
    #right-col ul li{
        padding-top: 16px;
        padding-bottom: 16px;
    }
    #post-related,
    #post-content{
        width: 100%;
    }
    #right-col{
        margin-top: 80px;
    }
    #post-related{
        margin-top: 20px;
    }
    #post-header{
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    #post-title,
    #post-summary{
        width: 100%;
    }
    .post-share-tw, 
    .post-share-wp, 
    .post-share-ig, 
    .post-share-fb, 
    .post-share-mail {
        width: 32px;
        height: 32px;
    }
    #post-related .adv.small.orizz{
        vertical-align: top;
    }
    #post-related .adv.small{
        display: inline-block;
        width: 48%;
    }
    #post-related .adv.small+.adv.small{
        margin-left: 3%;
    }
    #post-related .adv.small+.adv.small+.adv.small{
        margin-left: 0%;
        margin-top: 20px;
    }
    #post-related .adv.small+.adv.small+.adv.small+.adv.small{
        margin-left: 3%;
        margin-top: 20px;
    }
    .adv.big.oriz>a>img{
        max-height: 165px;
    }
    
}
@media (max-width: 767.98px){
    #mob-menu #mob-menu-box {
        width: 68%;
        /*background-color: #F7F7F7;*/
        
    }
    #mob-menu #mob-menu-overlay {
        width: 32%;
    }

    .post-card {
        margin-right: 25px;
        width: calc(100% / 2 - 13px);
    }
    #related-404-articles>.post-card:nth-of-type(3n+3),
    #blog-container>div>div.row>div>.post-card:nth-of-type(3n+3)+.post-card {
        margin-right: 25px;
    }
    #related-404-articles>.post-card:nth-of-type(2n+2),
    #blog-container>div>div.row>div>.post-card:nth-of-type(2n+2)+.post-card {
        margin-right: 0px;
    }
    #post-bg{
        /*height: 300px;*/
    } 
    #post-content iframe,
    #post-content .swiper-container, 
    #post-content .post-image img{
        /*height: 275px;*/
    }
    #post-filter{
        display: none;
    }
    #post-related .adv.small p{
        font-size: 13.5px;
    }
    #post-related .adv.small>div {
        padding: 8px;
    }
    .adv.big.oriz{
        padding: 10px;
        grid-template-columns: 40% 60%;
    }
    .adv.big.oriz>div{
        padding-left: 15px;
    }
    .adv.big.oriz>div>div{
        grid-template-columns: 100%;
    }
    .adv.big.oriz h6{
        font-size: 18px;
    }
    .adv.big.oriz p{
        padding-right: 0;
        margin-bottom: 15px;
        font-size: 14.5px;
    }
    .adv.big>div>div>a{
        justify-self:flex-end;
    }
    .adv.big>div>div>a svg{
        margin-bottom: 0;
    }
    #footer-filters, 
    #footer-pages{
        margin-top: 20px;
    }
}
@media (max-width: 599.98px){
    #post-related .adv.small>div {
        padding: 10px;
        display: grid;
        grid-template-columns: 100%;
    }
    #post-related .adv.small>div>a{
        display: none;
    }
    #post-related .adv.small>div>div{
        padding-right: 0;
    }
}
@media (max-width: 575.98px){
    #dsk-menu .logo{
        font-size: 32px;
        text-align: left;
    }
    .iframe-blocker{
        position:absolute; height:100%; width:100%; z-index:1; background:rgba(0,0,0,0);
        max-height: 150px;
    }
    #mob-menu-box-head {
        margin-left: 20px;
    }
    #mob-menu #mob-menu-box {
        width: 75%;
    }
    #mob-menu #mob-menu-overlay {
        width: 25%;
    }
    #mob-menu-box-body>div>ul+div+ul h6,
    #mob-menu-box-body>div ul li {
        padding-left: 20px;
    }
    #mob-menu-box-body>div>ul+div{
        width: calc(100% - 40px);
        margin-left: 20px;
    }
    footer .logo{
        display: block;
        text-align: center;
    }
    footer>.container-semifluid,
    #blog-container>div.container,
    #post-container>div.container{
        padding: 0;
    }
    #dsk-menu>div.container-semifluid,
    #post-content{
        padding:0;
    }
    #footer-filters ul, 
    #footer-pages ul{
        text-align: center;
    }
    #post-content h1#post-title{
        font-size: 33px;
        line-height: 37px;
        margin-top: 20px;
    }
    #post-content ul li{
        margin-left: 16px;
    }
    .post-quote{
        margin-left: 35px;
    }
    #post-bg{
        /*height: 275px;*/
    } 
    #post-content iframe,
    #post-content .swiper-container, 
    #post-content .post-image img{
        height: 250px;
    }
    footer ul li{
        font-size: 17px;
        line-height:30px;
    }
    #footer-small ul li{
        font-size: 13px;
    }
}
@media (max-width: 499.98px){
    #dsk-menu .logo{
        font-size: 30px;
    }
    #blog-container{
        padding-top: 15px;
    }
    .post-card {
        margin-right: 17px;
        width: calc(100% / 2 - 9px);
    }
    #related-404-articles>.post-card:nth-of-type(3n+3),
    #blog-container>div>div.row>div>.post-card:nth-of-type(3n+3)+.post-card{
        margin-right: 17px;
    }
    .adv.big.oriz{
        grid-template-columns: 100%;
    }
    .adv.big.oriz>a{
        display: contents;
    }
    .adv.big.oriz>a>img{
        margin-bottom: 15px;
    }
    .adv.big.oriz>div{
        padding-left: 0;
    }
    .adv.big.oriz>div>div {
        grid-template-columns: 85% 15%;
    }
    .adv.big.oriz h6{
        font-size: 17px;
    }
    .adv.big.oriz p{
        margin-bottom: 0;
        font-size: 13.5px;
    }
    #footer-small ul{
        justify-content: center;
    }
}
@media (max-width: 459.98px){
    #post-related .adv.small>div {
        padding: 10px;
        display: grid;
        grid-template-columns: 77% 23%;
    }
    #post-related .adv.small>div>a {
        display: flex;
    }
    #post-related .adv.small{
        display: block;
        width: 325px;
        max-width: 100%;
        margin: 0 auto;
        margin-top: 35px;
    }
    #post-related .adv.small+.adv.small,
    #post-related .adv.small+.adv.small+.adv.small,
    #post-related .adv.small+.adv.small+.adv.small+.adv.small{
        margin: 0 auto;
        margin-top: 25px;
    }
}
@media (max-width: 449.98px){
    #dsk-menu{
        padding-top: 10px;
        padding-bottom: 5px;
    }
    #dsk-menu .logo{
        font-size: 24px;
    }
    footer .logo{
        font-size: 34px;
    }
    .post-card {
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        margin-right: 0px;
        width: 100%;
        margin-top: 0px;
        padding-bottom: 22px;
        padding-top: 22px;
        border-bottom: 1px solid #ddd;
    }
    .post-card span{
        padding-top: 5px;
    }
    .post-card.audio{
        flex-direction: column;
    }
    .post-card.audioimg audio,
    .post-card.audio audio{
        margin-top: 10px;
    }
    .post-card.audioimg{
        display: block;
    }
    .post-card.audioimg h4,
    .post-card.audioimg img{
        float: left;
    }
    #related-404-articles>.post-card:nth-of-type(3n+3),
    #blog-container>div>div.row>div>.post-card:nth-of-type(3n+3)+.post-card{
        margin-right: 0px;
    }
    #blog-container>div>div.row>div>.post-card:first-of-type{
        display: block;
    }
    #blog-container>div>div.row>div>.post-card:first-of-type h4 a {
        font-family: 'OpenSans-Bold';
        font-size: 20px;
        line-height: 24px;
        display: block;
    }
    .post-card>a{
        width: 35% !important;
        margin-right: 10px;
    }
    .post-card iframe {
        max-height: 90px;
    }
    .post-card .carousel-control-prev,
    .post-card .carousel-control-next{
        display: none;
    }
    .post-card .carousel{
        width: 35%;
        margin-right: 10px;
    }
    .post-card .carousel img{
        width: 100%;
    }
    #related-404-articles>.post-card img,
    #blog-container>div>div.row>div>.post-card img {
        width: 100%;
        margin-right: 10px;
        object-fit: contain;
    }
    #blog-container>div>div.row>div>.post-card:first-of-type img {
        width: 100%;
        height: 200px;
        max-height: 200px;
        object-fit: cover;
    }
    #related-404-articles>.post-card>div:last-of-type,
    #blog-container>div>div.row>div>.post-card>div:last-of-type{
        width: calc(65% - 10px);
    }
    #blog-container>div>div.row>div>.post-card:first-of-type>div{
        width: 100%;
    }
    #related-404-articles>.post-card h4,
    #blog-container>div>div.row>div>.post-card h4{
        font-size: 16px;
        margin: 0;
    }
    #related-404-articles>.post-card.audioimg>div:last-of-type, 
    #blog-container>div>div.row>div>.post-card.audioimg>div:last-of-type{
        width: 100%;
    }
    #blog-container>div>div.row>div>.post-card:first-of-type h4{
        width: 100%;
    }
    #post-related ul li audio, #right-col ul li audio{
        width: 100% !important;
    }
   
}
