/*    Gallery page    */
.mgallery-album .mablum .caption {
    text-align: left;
}
.mgallery-album .inner-mablum {
    border-radius: 10px;
    margin-bottom: 15px;
}
.mgallery-album .mablum .image {
    width: 50%;
    display: block;
    margin: auto;
}
.mgallery-album .mablum .image {
    width: 100%;
    display: block;
    margin: auto;
    padding: auto;
    float: none;
}
/*       Gallery Subpage    */
.mheading_title {
    font-size: 35px!important;
    line-height: 50px;
    font-weight: 500!important;
}
.gallery-photo .breadcrumb h1 {
    display:none;
}
@media (min-width: 768px){
    .gallery-photo .mgallery .image-col:first-child {
    width: 20%;
    }
}

/*       Homepage       */
div.home-unit div.col-4:last-child .num-text{
    padding-top:10px;
}
/*@media(max-width:936px){*/
/*    .footer .pattern .footer-newsletter .content {*/
/*    margin: 0px 0px 0px 0px; */
/*    }*/
/*    .footer .pattern .footer-newsletter .content input {*/
/*    width: 200px;*/
/*    }*/
/*}*/
/*@media(max-width:665px){*/
/*    .footer .pattern .footer-newsletter .content {*/
/*    display: block!important;*/
/*    }*/
/*    .footer .pattern .footer-newsletter .content input {*/
/*    border-top-right-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*    }*/
/*    .footer .pattern .footer-newsletter .button {*/
/*    border-top-left-radius: 5px;*/
/*    border-bottom-left-radius: 5px;*/
/*    margin-top: 10px;*/
/*    text-align: center;*/
/*    padding: 10px 16px;*/
/*    }*/
/*    .letter-title {*/
/*    font-size: 20px;*/
/*    }*/
/*}*/
/*@media(max-width:575px){*/
/*    .footer .pattern .footer-newsletter .content {*/
/*    display: flex!important;*/
/*    }*/
/*    .footer .pattern .footer-newsletter .content input {*/
/*    border-top-right-radius: unset;*/
/*    border-bottom-right-radius: unset;*/
/*    }*/
/*    .footer .pattern .footer-newsletter .button {*/
/*    border-top-left-radius: unset;*/
/*    border-bottom-left-radius: unset;*/
/*    margin-top:unset;*/
/*    }*/
/*}*/
/*@media(max-width:378px){*/
/*    .footer .pattern .footer-newsletter .content {*/
/*    display: block!important;*/
/*    }*/
/*    .footer .pattern .footer-newsletter .content input {*/
/*    border-top-right-radius: 5px;*/
/*    border-bottom-right-radius: 5px;*/
/*    width: 100%;*/
/*    display: block;*/
/*    margin: auto;*/
/*    margin-bottom: 10px;*/
/*    margin-top:10px;*/
/*    }*/
/*    .footer .pattern .footer-newsletter .button {*/
/*    border-top-left-radius: 5px;*/
/*    border-bottom-left-radius: 5px;*/
/*    margin-top: 10px;*/
/*    text-align: center;*/
/*    width: 50%;*/
/*    margin: auto;*/
/*    display: block;*/
/*    }*/
/*}*/
@media (max-width: 320px){
    /*.footer .pattern .footer-newsletter .content input {*/
    /*display: block;*/
    /*margin: auto;*/
    /*margin-bottom: 10px;*/
    /*margin-top: 10px;*/
    /*padding-left: 3px;*/
    /*padding-right: 3px;*/
    /*width: 167px!important;*/
    /*}*/
    /*.footer .pattern .footer-newsletter .button {*/
    /*padding-left: 5px;*/
    /*padding-right: 5px;*/
    /*}*/
    .product-img img{
    height: 180px;
    object-fit: cover;
    }
}
