/*
@Author: ThemeMascot
@URL: http://ThemeMascot.com

This is the file where you can add your custom styles to change the look of the
theme. But don't modify main-style.css file.

*/

/* Your custom css codes start here: */

.menuzord-brand img {
    max-height: 50px;
}

.menuzord-menu > li {
    margin-left: 2px;
}

.bulding-bg .p-80 {
    background: url(../images/bulding1.jpg) 0 0 no-repeat;
}

.bulding-bg a:hover {
    opacity: 0.7;
}

.category-title {
    position: absolute;
    z-index: 1;
    left: 10px;
    right: 10px;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    margin: 0;
}

.category-title {
    color: #fff;
    text-shadow: 0px 0px 30px rgba(0, 0, 0, 1);
    -webkit-text-stroke: 1px #82828c;
}

.layer-overlay.overlay-dark-5::before {
    background: rgba(17, 17, 17, 0.2) none repeat scroll 0 0;
}
.layer-overlay.overlay-dark-9::before {
    background-color: rgba(17, 17, 17, 0.8);
}
.text-dark {color: #333;}
.text-yellow {color: #ffcc00;}

.ml--15 {
    margin-left: -15px !important;
}

.blog-posts .post .post-thumb {
    float: left;
    max-width: 450px;
    margin: 0 20px 20px 0;
}
.flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.product .gallery-isotope .gallery-item .thumb {
    padding: 10px;
    max-height: 267px;
    
}
.product .gallery-isotope .gallery-item .thumb a h5,
.product .gallery-isotope .gallery-item .thumb a {
    transition: all .3s;
}

 

.product .gallery-isotope .gallery-item .thumb a:hover {
    opacity: .8;
}

.product .gallery-isotope .gallery-item .thumb a:hover h5 {
    color: #E80040;
}

.portfolio-filter-reload {
    margin-bottom: 30px;
}

.portfolio-filter-reload a {
    border-left: 3px solid transparent;
    background-color: #f8f8f8;
    display: inline-block;
    float: none;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    margin-right: 5px;
    outline: medium none;
    padding: 5px 15px;
    -webkit-transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    transition: all 100ms ease-in-out 0s;
}
.portfolio-filter-reload a:focus,
.portfolio-filter-reload a:hover,
.portfolio-filter-reload a.active,
.pagination>li>a:focus, 
.pagination>li>a:hover, 
.pagination>li>span:focus, 
.pagination>li>span:hover,
.pagination>li.current-item>a{
    background: #E80040;
    color: #fff;
}
.btn-group-sm>.btn, .btn-sm {
    border-radius: 0;
}
.pagination>li>a {
    color: #000;
    transition: all .3s;
}
.pagination>li.prev>a,
.pagination>li.next>a{
    background: #fff;
}
.pagination>li:first-child>a img,
.pagination>li:last-child>a img {
    transition: all .3s;
}

.pagination>li:first-child>a:hover img{
    transform: translateX(-4px);
}

.pagination>li:last-child>a:hover img {
    transform: translateX(4px);
}
@media (max-width: 768px) {
    .blog-posts .post .post-thumb {
        float: none;
        max-width: 100%;
        margin: 0;
    }
}