/*
 Theme Name:   Bcom Child
 Theme URI:    https://rstheme.com/products/wordpress/bcom/
 Description:  Bcom Child
 Author:       RSTheme
 Author URI:   http://rstheme.com
 Template:     bcom
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */
 .mktoForm *{
     font-family: "Public Sans", sans-serif;
    font-size: 18px;
    font-weight : 400;   
    
 }
.kds-frm .mktoForm{
    width: 100% !important;

 }
.kds-frm .mktoForm .mktoFormRow{

 }
.kds-frm .mktoForm .mktoFormCol {
    width: 100% !important;
}
.kds-frm .mktoForm .mktoFieldWrap {
    width: 100%;
}
.kds-frm .mktoForm .mktoRequiredField label.mktoLabel {
    width: auto !important;
    font-weight: 500 !important;
}
.kds-frm .mktoForm .mktoRequiredField .mktoAsterix {
    
}
.kds-frm .mktoForm .mktoOffset{
    height: 0 !important;
}
.kds-frm .mktoForm input[type=text], .kds-frm .mktoForm input[type=url], .kds-frm .mktoForm input[type=email], .kds-frm .mktoForm input[type=tel], .kds-frm .mktoForm input[type=number], .kds-frm .mktoForm input[type=date]{
    width: 100% !important;
    padding: 5px 12px;
    border: 1px solid #0d6efd1f;
}
.kds-frm .mktoButtonRow{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.kds-frm .mktoButtonRow .mktoButtonWrap{
    margin: 15px 0 0 0 !important;
}
.kds-frm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton{
    color: #FFFFFF;
    border: 1px solid #006FCF;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    padding: 20px 50px 20px 50px;
    background-color: #006FCF;
    border-radius: 50px 50px 50px 50px;
    background-image: none;
    transition: all 0.4s;
}
.kds-frm .mktoForm .mktoButtonWrap.mktoSimple .mktoButton:before{
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 0px;
    z-index: -1;
    content: "";
    color: #000 !important;
    background: #fff;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.kds-frm .mktoForm .mktoButtonWrap.mktoSimple .mktoButto:hover{
    color: #006FCF !important;
    border: 1px solid #006FCF;
}
.kds-frm .mktoForm .mktoButtonWrap.mktoSimple .mktoButto:hover:before {
    left: 0%;
    right: auto;
    width: 100%;
}
.kds-frm .mktoForm .mktoError .mktoErrorArrow {
    background-color: #0d6efd;
    border: 1px solid #0d6efd;
}
.kds-frm .mktoForm .mktoError .mktoErrorMsg {
    background-color: #0d6efd;
    background-image: -webkit-linear-gradient(#0d6efd 43%, #0d6efd 100%);
    background-image: -moz-linear-gradient(#0d6efd 43%, #0d6efd 100%);
    background-image: linear-gradient(#0d6efd 43%, #0d6efd 100%);
    background-image: -ms-linear-gradient(#0d6efd 43%, #0d6efd 100%);
    border: 1px solid #2b59ff;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #0d6efd 0 1px 0px;
    box-shadow: rgba(0,0,0,0.65) 0 2px 7px, inset #0d6efd 0 1px 0px;
    color: #f3f3f3;
    font-size: 1em;
    line-height: 1.2em;
    max-width: 16em;
    padding: 0.4em 0.6em;
    text-shadow: #0d6efd 0 -1px 0;
}


.cpel-switcher--layout-dropdown .cpel-switcher__list .cpel-switcher__lang a{
    line-height: 33px !important;
    font-size: 35px !important;
}
button.swal2-confirm.swal2-styled{
    background-color: #006FCF !important;
}
.menu-button.menu-item{
    padding-top: 17px;
}
.menu-button.menu-item a{
    color: #006FCF !important;
    line-height: 62px !important;
    background: #fff;
    border-radius: 35px;
}
@media (max-width: 1024px){
    .menu-button.menu-item a, .menu-button.menu-item a.hfe-menu-item{
        text-align: center;
        display: block;
        background: #fff !important;
    }

}