/*
 Theme Name:   Qesco Child
 Description:  Qesco Child Theme
 Author:       Ricardo Batista
 Template:     qesco
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  qescochild
*/

.content-section {
    background: #ffffff !important;
    width: 100%;
    display: block;
    padding: 40px 0;
    background-size: cover !important;
    background-position-x: 0 !important;
    overflow-x: hidden;
}

.topbar {
    width: 99%;
    height: 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    font-size: 15px;
    margin-left: 10px;
}

.contact-box {
    width: 100%;
    display: inline-block;
    padding: 25px;
    margin: 10px 0;
    border: 1px solid #cecece;
    text-align: center;
}

.side-widget .logo img {
    margin-bottom: -50px;
    height: 75px;
}


@media screen and (min-width: 978px) {
    .trp-ls-language-name {
        margin: 0px -35px;
        font-size: 12px;
    }
    
    .callus {
        margin-left: 5px;
    }

    
    .footer .col-lg-4 {
        margin-top: 50px;
    }   
    
    .close-cross {
    	color: #000 !important;	
    	position: absolute;
    	left: 90%;
    	top: 6%;
    	font-size: 30px;
    	cursor: pointer;
    }
    
}

@media screen and (max-width: 978px) {
    .trp-ls-language-name {
        /*margin: 0px -15px;*/
        font-size: 14px;
    }
    
    .side-widget .logo img {
        margin-bottom: -50px;
        height: 75px;
    }
    
    .widget {
        margin: 0px 0 0.5em;
    }
    
    .footer-widget {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        margin-bottom: 10px !important; 
    }
    .close-cross {
    	color: #000 !important;	
    	position: absolute;
    	left: 90%;
    	top: 6%;
    	font-size: 30px;
    	cursor: pointer;
    }    
}

@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .footer {
        padding-top: 25px;
    }
}

@media only screen and (max-width: 767px) {
.side-widget {
    width: 77vw;
}
