/*
Theme Name: Meshi Chitrit Berman™ Law
Description: This is a custom theme for MCB Law Firm
Theme URI:   https://meshilegal.com/
Author: iSEO Ranker
Author URI:  https://iseoranker.com
Template: salient
Version: 1.0
*/
/* top bar start */
div#header-outer {
    transform: translate(0px, 0px) !important;
}
#header-secondary-outer{
        background-color: #fff!important;
        display:none;
	padding:5px
}
#header-secondary-outer .hdr-info{
	background: #7E0A2F;
    padding: 16px;
    display: inline-block;
	    border-radius: 5px;
	transition:all 0.3s ease;
}
#header-secondary-outer .hdr-info:hover{
    background:#fff;
    border:1px solid #7E0A2F
}
#header-secondary-outer .hdr-info:hover p,
#header-secondary-outer .hdr-info:hover a{
  color:#7E0A2F;
}
#header-secondary-outer .hdr-info p{
    color:#fff;
    font-size:16px;
}
#header-secondary-outer .hdr-info a{
    color:#fff;
}
#header-secondary-outer .hdr-info a:hover{
    color:#7E0A2F;
}
/* to bar end */
/*Header*/
header#top a#hdrBtn {
    padding: 12px 30px;
    background: #7E0A2F;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: capitalize;
    border-radius: 4px;
    border: 2px solid #7E0A2F;
    transition: all .3s ease-in-out;
}
header#top a#hdrBtn::after {
    display: none;
}
header#top a#hdrBtn:hover {
    background: transparent;
    color: #7E0A2F;
    transform: translate(0px, -5px);
}
/*Footer*/
div#cstm-ftr-1 .img-with-aniamtion-wrap {
    margin-bottom: 20px;
}
div#cstm-ftr-1 .img-with-aniamtion-wrap a {
    display: block;
    overflow: hidden;
    width: 180px;
    transition: all .3s ease-in-out;
}
div#cstm-ftr-1 .img-with-aniamtion-wrap a:hover {
    transform: translate(0px, -5px);
}
div#cstm-ftr-1 p {
    color: #fff;
    font-weight: 500;
}
div#cstm-ftr-1 ul.socialIcons {
    margin: 20px 0 0;
    padding: 0;
    list-style: none;
}
div#cstm-ftr-1 ul.socialIcons li {
    list-style-type: none;
    display: inline-block;
    margin-right: 10px;
}
div#cstm-ftr-1 ul.socialIcons li:last-child {
    margin-right: 0px !important;
}
div#cstm-ftr-1 ul.socialIcons li a {
    color: #fff;
    width: 40px;
    height: 40px;
    text-align: center;
    background: transparent;
    display: block;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    border: 2px solid #fff;
    font-size: 18px;
    line-height: 37px;
}
div#cstm-ftr-1 ul.socialIcons li a:hover {
    background: #f5a0ac;
    transform: rotate(360deg) scale(1.05);
    border-color: #f5a0ac;
}
div#cstm-ftr-1 .vc_col-sm-4:first-child .vc_column-inner {
    padding-right: 50px;
}
div#cstm-ftr-1 h3 {
    color: #fff;
    font-size: 27px;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 45px;
}
div#cstm-ftr-1  .wpb_text_column {
    margin-bottom: 0;
}
div#cstm-ftr-1 h3::after {content: '';display: block;width: 120px;height: 1px;background: #F7AFB8;margin: 15px 0 20px;}
div#cstm-ftr-1 ul.menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}
div#cstm-ftr-1 ul.menu li {
    list-style-type: none;
    width: 49%;
    margin-bottom: 10px;
}
div#cstm-ftr-1 ul.menu li:last-child {
    margin-bottom: 0;
}
div#cstm-ftr-1 ul.menu li a {
    color: #fff;
    text-transform: capitalize;
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    transition: all .3s ease-in-out;
    display: block;
}
div#cstm-ftr-1 ul.menu li a:hover, div#cstm-ftr-1 ul.menu li.current-menu-item a {
    color: #F5A0AC;
    transform: translate(5px, 0px);
}
div#cstm-ftr-1 .address ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
div#cstm-ftr-1 .address ul li {
    list-style-type: none;
    padding-left: 30px;
    margin-bottom: 20px;
}
div#cstm-ftr-1 .address ul li a {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: all .3s ease-in-out;
}
div#cstm-ftr-1 .address ul li a:before {
    content: '';
    margin-left: -35px;
    font-family: 'FontAwesome';
    font-size: 18px;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50%;
    color: #fff;
    line-height: 25px;
    display: inline-block;
    margin-right: 4px;
    transition: all .3s ease-in-out;
    position: absolute;
}
div#cstm-ftr-1 .address ul li:nth-child(1) a:before {
    content: '\f095';
}
div#cstm-ftr-1 .address ul li:nth-child(2) a:before {
    content: '\f0e0';
}
div#cstm-ftr-1 .address ul li:nth-child(3) a:before {
    content: '\f041';
}
div#cstm-ftr-1 .address ul li a:hover {
    color: #f5a0ac;
}
div#cstm-ftr-1 .address ul li a:hover:before {
    transform: rotate(360deg) scale(1.05);
}
div#cstm-ftr-1 .address ul li:last-child {
    margin-bottom: 0;
}
div#cstm-ftr-2 {
    margin-top: 40px;
    padding-top: 25px;
    border-top: 1px solid #F7AFB8;
}
div#cstm-ftr-2 p {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: .5px;
}
div#cstm-ftr-2 p a {
    display: inline-block;
    color: #F7AFB8;
    transition: all .3s ease-in-out;
}
div#cstm-ftr-2 p a:hover {
    color: #fff;
}
/*Constant Elements*/
.sbHdng {
    margin-bottom: 5px !important;
}
.sbHdng h3 {
    color: #F4A1AB;
    font-weight: 400 !important;
    letter-spacing: 1px;}
.mainHdng {
    margin-bottom: 0px !important;
}
.mainHdng h2 {
    color: #000;
}
/* form styling start */
div#mcb-form label{
    font-size:15px;
    margin-bottom:20px;
        line-height: 15px;
}

div#mcb-form input,
div#mcb-form textarea
{
    margin-top:10px!important;
}

div#mcb-sec-7-1 div#lf_form_container form {
    display: flex;
    gap: 5px;
    width: 100%;
    overflow: hidden;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
}

div#mcb-sec-7-1 div#lf_form_container form p {
    width: 49%;
}

div#mcb-sec-7-1 div#lf_form_container form input[tye=text],div#mcb-sec-7-1 div#lf_form_container form input[tye=email],div#mcb-sec-7-1 div#lf_form_container form input[tye=tel], div#mcb-sec-7-1 div#lf_form_container form textarea {
    width: 100%;
    margin: 0;
}

div#mcb-sec-7-1 div#lf_form_container form p.buttons {
    width: 100%;
}

div#mcb-sec-7-1 div#lf_form_container form p.g-recaptcha {
    width: 100%;
}

div#mcb-sec-7-1 p a, div#mcb-sec-7-1 p {
    font-size: 13px!important;
    font-weight: 600;
    letter-spacing: .5px;
    line-height: 12px;
        line-height: 12px;
    margin-top: 5px;
}
div#mcb-sec-7-1 .col-img .vc_column-inner {
    height: 100%;
}
div#mcb-sec-7-1 .col-img .vc_column-inner > .wpb_wrapper {
    height: 100%;
}
div#mcb-sec-7-1 .col-img iframe {
    height: 100%;
}
div#mcb-sec-7-1 .col-img .wpb_raw_html, div#mcb-sec-7-1 .col-img .wpb_raw_html .wpb_wrapper {
    height: 100%;
}
/* form styling end */
@media only screen and (max-width: 1024px) {
    div#mcb-sec-7-1 div#lf_form_container form{
        display:block;
        
    }
    div#mcb-sec-7-1 div#lf_form_container form p {
    width: 100%;
}
}
@media only screen and (max-width: 800px) {
    .nectar-header-text-content{
        display:none!important;
    }
}
@media only screen and (max-width: 480px) {
    div#mcb-sec-7-1 div#lf_form_container form{
        display:block;
        
    }
    div#mcb-sec-7-1 div#lf_form_container form p {
    width: 100%;
}
}