/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

.mb0 {
    margin-bottom: 0 !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mt25 {
    margin-top: 25px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.links {
    font-size: 12px;
}

.link1 {
    .style_simple a:hover {
        color: #303640 !important
    }
    
    a:hover {
        color: #158068 !important
    }
}

body.archive.category, body.archive.tag, body.search-results, .link2 {
    h2 a:hover {
        color: #158068 !important
    }
}

body.archive.category, body.search-results, .link1, .link2 {
    img {
        transition: all 0.2s ease-in-out
    }
    img:hover {
        opacity: 0.85
    }
}

.copyright {
    margin: 0;
    font-size: 12px;
    
    a:hover {
        color: #E71494 !important;
    }
}

.hover-white a:hover {
    color: #fff !important;
}

.customtbl {
    overflow-x: auto;
    margin: 50px 0;
}

.customtbl .middle {
    background: #efefef;
    font-weight: 700;
}

.feat-img {
    position: relative;
}

.float-contact {
    background: #05382B;
    color: #fff;
    padding: 10px 20px 20px 20px;
    position: absolute;
    bottom: 0;
    right: 0;

    .btn {
        background: #158068;
        color: #fff !important;
        padding: 5px 20px;
        margin: 0 5px;

        &:hover {
            background: #05382B
        }
    }
}

.pagination>:not(.custom) .page-numbers, .dotstyle_circle .owl-dot span, .owl-carousel.navstyle_circle .owl-nav button {
    border-radius: 0
}

@media only screen and (max-width: 690px) {
    .customtbl {
        display: block;
    }

    .float-contact {
        position: fixed;
        z-index: 100;
        width: 100%;
    }
}