/* tabs panel styling */
.vc_tta.vc_general .vc_tta-tab > a {
    padding: 10px 24px;
    transition: none;
    -webkit-transition: none;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab.vc_active > a {
    background-color: #00ADFA;
    border-color: #00ADFA;
    border-radius: 0px;
    color: #fff;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a:hover {
    background-color: #00ADFA;
    border-color: #00ADFA;
    border-radius: 0px;
    color: #fff;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_tta-tab > a {
    border: none;
    background-color: #fff;
}
.vc_tta-tabs-container {
    border-bottom: 6px solid #00adfb;
}
.vc_tta-panels {
    border:none!important;
    background-color: #fff!important;
}
.vc_grid-filter.vc_grid-filter-color-grey > .vc_grid-filter-item:hover {
    background-color: transparent;
}
/*Added by caesar 7/24 b/c we are losing the styling in the footer when language is changed. These styles were located in appearance > custom css*/
.footer-header.widget-area.col-md-16 {
    background: none !important;
}
form.search-form.form-inline button.search-submit.btn.btn-default {
    border-bottom-left-radius: 30px;
    border-top-left-radius: 30px;
}
form.search-form.form-inline .btn {
    padding: 4px 9px 4px 12px;
}
form.search-form.form-inline input#novelis-search-form {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
form.search-form.form-inline .form-control {
    height: 30px;
    z-index: 1;
}
.lang_sel_click ul, .lang_sel_click ul li {float:left; margin-right:10px;}
.widget_search{float:right;}
.widget_icl_lang_sel_widget {
    border-bottom: 1px solid #fff !important;
    border-radius: 0;
  margin-bottom:20px !important;
}
.widehead {min-width:350px;}
.lang_sel_click a{color:#8e8e8e;}
.lang_sel_click a:hover{color:#fff;}
.site-footer .footer-header h4.widgettitle {
    display: none;
}
.wpml-ls-legacy-list-horizontal {
    border: 1px solid transparent;
    padding: 7px;
    clear: none;
}
.sidebar{padding-top:40px;}
.search-results h2{display:none !important;}
.search-results article {margin-bottom:40px;}