/*
Theme Name: Thorsten Child
Theme URI: https://thorsten.qodeinteractive.com
Description: A child theme of Thorsten
Author: Edge Themes
Author URI: https://qodeinteractive.com
Version: 1.0.0
Text Domain: thorsten
Template: thorsten
*/

.qodef-grid-item.qodef-col--4.qn-custom-5 .widget_block p {
    font-weight: 300;
}
.contact_footer_btn {
    position: fixed;
    bottom: 15px;
    right: 100px;
}
.contact_footer_btn a:hover {
    background-color: rgb(24, 48, 75);
}
.contact_footer_btn a {
    color: #fff;
    background: url(images/shortcut-contactus.png) no-repeat 20px center;
        background-color: rgb(24, 48, 75);
    background-size: 26px;
    border: 1px solid rgb(24, 48, 75);
    padding: 10px 20px 10px 55px;
    display: block;
}

.qodef-page-sidebar-section ul li.show.show-all {
    display: block;
}
.qodef-page-sidebar-section ul li.show {
    display: none;
}
.qodef-page-sidebar-section.publication_show ul li:not(.show) {
    display: none;
}
.qodef-page-sidebar-section.publication_show ul li.show {
    display:  block;
}


@media only screen and (min-width: 1025px){
    .qodef-grid.qodef-layout--template .qodef-grid-item.qodef-col--4.qn-custom-5 {
        width: 41%;
    }
    .qodef-grid-item.qodef-col--4.qn-custom-5 {
        width: 41%;
    }
}
