/*
Theme Name: GoHost Child
Theme URI: https://gohost.keystonedemo.xyz
Description: GoHost – Reseller Web Hosting WordPress Theme
Author: Keystone Themes
Author URI: https://themeforest.net/user/keystonethemes/portfolio
Template: gohost
Version: 1.1
*/

@media (max-width: auto) {
    .single .site-content {
        padding: 20px 0px;
    }
}

@media (max-width: 767px) {
    .single .post-thumbnail img {
        height: auto;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-page .post-thumbnail img {
        height: auto;
    }
}


@media (max-width: 767px) {
    .single .blog-breadcrumb h1 {
        padding: 0;
        font-size: 32px;
        margin-bottom: 15px;
        line-height: 40px;
    }
}

.blog .post-thumbnail img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 5px 5px 0px 0px;
    object-position: center top;
    -webkit-border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -ms-border-radius: 5px 5px 0px 0px;
    -o-border-radius: 5px 5px 0px 0px;
}

.gohost-blog-title a {
    font-family: "General Sans";
    font-weight: 555;
    font-style: normal;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blog-details-page .post-thumbnail img {
        height: auto;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
    .blog-details-page .post-thumbnail img {
        height: auto;
    }
}

@media (max-width: 767px) {
    .single .site-content {
        padding: 60px 2px;
    }
}

}
.single .post-thumbnail img {
    height: 100%;
    border-radius: 10px;
    position: relative;
    left: 0;
    width: 100%;
    object-fit: cover;
    object-position: center;
}