﻿@media only screen and (max-width : 280px) {
    .searchBox input[type=search] {
        width: 200px !important;
        height: 40px;
        margin-top: -20px;
        margin-left: -10px;
    }

    .searchIcon {
        margin: -12px -35px;
    }

    /*EMAIL BOX BLUE*/

    div.blogHomeEmailBox {
        display: block !important;
        height: 200px !important;
        width: auto !important;
        margin-top:130px !important;
        margin-bottom: 50px;
    }

    .blogHomeEmailBox > img {
        margin-top: -110px !important;
        width: 50%;
        height: auto;
    }

    div.blogHomeEmailBox .emailBox {
        width: 95% !important;
    }
    
}

@media only screen and (max-width : 320px) {
    .bannerImage > img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .post-footer {
        font-size: 11px !important;
    }

    .searchBox input[type=search] {
        width: 200px !important;
        height: 40px;
        margin-top: -20px;
        margin-left: -10px;
    }

    .searchIcon {
        margin: -12px -35px;
    }

    /*EMAIL BOX BLUE*/
    div.blogHomeEmailBox .emailBox {
        display: block !important;
        height: 200px !important;
        width: auto !important;
        margin-top: 130px !important;
    }

    .blogHomeEmailBox .emailBox > img {
        margin-top: -110px !important;
        width: 50% !important;
        height: auto !important;
    }

    div.blogHomeEmailBox .emailBox {
        width: 95% !important;
    }
    
}

@media only screen and (min-width : 321px) {
    .bannerImage > img {
        width: 100%;
        height: 300px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .searchBox input[type=search] {
        width: 250px !important;
        height: 40px;
        margin-top: -20px;
        margin-left: -10px;
    }

    .searchIcon {
        margin: -12px -35px;
    }
}

@media only screen and (min-width:360px){
    /*EMAIL BOX BLUE*/

    div.blogHomeEmailBox .emailBox {
        display: block !important;
        height: 200px !important;
        width: auto !important;
        margin-top: 130px !important;
    }

    .blogHomeEmailBox .emailBox > img {
        margin-top: -110px !important;
        width: 50%;
        height: auto;
    }

    div.blogHomeEmailBox .emailBox {
        width: 90% !important;
    }
    
}

@media only screen and (min-width: 411px) {
    .post-img {
        height: 250px !important;
    }
}

@media only screen and (min-width: 444px) {
    .post-img {
        height: 250px !important;
    }

    .post-footer {
        font-size: 15px !important;
    }

    /*EMAIL BOX BLUE*/

    div.blogHomeEmailBox .emailBox {
        display: block !important;
        height: 240px !important;
        width: auto !important;
        margin-top: 170px !important;        
    }

    .blogHomeEmailBox .emailBox > img {
        margin-top: -150px !important;
        width: 50% !important;
        height: auto;
    }

    div.blogHomeEmailBox .emailBox {
        width: 90% !important;
    }
}

@media only screen and (min-width: 485px) {
    .post-img {
        height: 250px !important;
    }
}

@media only screen and (min-width: 520px) {
    .post-img {
        height: 250px !important;
    }

    .post-footer {
        font-size: 18px !important;
    }
}

@media only screen and (min-width: 600px) {
    .post-img {
        width: 100%;
        padding: 0px !important;
        height: 250px !important;
    }

    .searchBox input[type=search] {
        width: 300px !important;
        height: 40px;
        margin-top: -20px;
        margin-left: -10px;
    }

    .searchIcon {
        margin: -12px -45px;
    }

    .bannerImage > img {
        width: 100%;
        height: 400px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    /*EMAIL BOX BLUE*/

    div.blogHomeEmailBox .emailBox {
        display: block !important;
        padding:0px 40px !important;
        height: 250px !important;
        width: auto !important;
        margin-top: 170px !important;
        margin-bottom:100px !important;
    }

    .blogHomeEmailBox > .emailBox img {
        margin-top: -110px !important;
        width: 40% !important;
        height: auto !important;
    }

    div.blogHomeEmailBox .emailBox {
        width: 80% !important;
    }

    div.blogHomeEmailBox .emailBox > p{
        font-size: 20px !important;
    }
    
}

@media only screen and (min-width: 768px) {
    .post-img {
        height: 250px !important;
    }

    .post-footer {
        font-size: 14px !important;
    }
}

@media only screen and (min-width:800px) {
    .post-img {
        height: 250px !important;
    }

    .bannerImage > img {
        width: 100%;
        height: 500px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}

@media only screen and (min-width: 1024px) {
    .post-img {
        height: 220px !important;
    }

    .bannerImage > img {
        width: 100%;
        height: 600px;
        object-fit: cover;
        object-position: 50% 50%;
    }

    .searchBox input[type=search] {
        width: 250px !important;
        height: 40px;
        margin-top: 0px;
        margin-left: 0px;
    }

    .searchIcon {
        margin: 5px -35px;
    }

    .blogHomeEmailBox{
        display:none !important;
    }

    .blogHomeNewsletter{
        display: block !important;
    }

}

@media only screen and (min-width: 1025px) {
    .post-img {
        height: 420px !important;
    }
}

@media only screen and (min-width: 1200px) {
    .post-img {
        height: 250px !important;
    }

    .searchBox input[type=search] {
        width: 300px !important;
        height: 40px;
        margin-top: 0px;
    }

    .searchIcon {
        margin: 8px -35px;
    }

    .bannerImage > img {
        width: 100%;
        height: 700px;
        object-fit: cover;
        object-position: 50% 50%;
    }
}
