/* Preserve MoversCO/WPBakery typography after semantic heading corrections. */
.headerlogo div.site-title {
    margin: 0;
}

.themestek-element-heading-wrapper p.themestek-custom-heading,
.vc_toggle_title>h3 {
    font-family: "Biryani", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 14px;
}

.themestek-element-heading-wrapper p.themestek-custom-heading {
    margin-top: 0;
}

.vc_toggle_title>h3 {
    margin: 0;
    line-height: inherit;
}


.special_header .themestek-custom-heading {
    display: table;
    width: auto !important;
    padding-bottom: 6px !important;
    color: #e22222 !important;
    font-size: 17px !important;
    font-weight: bold !important;
    letter-spacing: 2px;
    font-family: Biryani, Arial, Helvetica, sans-serif !important;
    border-bottom: 3px solid #e22222 !important;
}

.no_border .themestek-custom-heading {
    border-bottom: 0 !important;
}