/*
 Theme Name:   Soledad Child Theme
 Theme URI:    http://pencidesign.com/
 Description:  Soledad Child Theme - Made by PenciDesign
 Author:       Pencidesign
 Version:      1.0
 Author URI:   http://pencidesign.com/
 Template:     soledad
 Text Domain:  soledad
*/

/* = Theme customization go here
-------------------------------------------------------------- */
.langbtn .pcbtn-wrapperin {
    background-color: #2B3A8C;
    border-radius: 20px !important;
}
.pcbtn-wrapper a.pcbtn{
    background-color: transparent !important;   
}

@media only screen and (max-width: 700px){
    .pcbtn-wrapperin{
        padding: 3px 6px;
    }
    .bgdarkblue{
        background-color: #106CA5;
        color: #fff;
    }
   .bgdarkblue h6{
        color: #fff !important;
    }
    .h80 p{
        height: 80px;
    }
    .elementor-tab-mobile-title{
       display: none !important;
    }
    .langbtn .pcbtn-wrapperin{
        padding: 10px !important;
    }
    .langbtn .pcbtn-wrapperin {
        background-color: #2B3A8C;
        border-radius: 20px !important;
    }
}