/*
Theme Name: Salient Child Theme (VAT Consultacny)
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

a.nectar-button {
    font-weight: 600 !important
}
.ascend #footer-outer .widget h4 {
    font-family: Roboto !important;
    text-transform: uppercase!important;
    letter-spacing: 0px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
}

/* Header */

body .sf-menu > li ul {
	width: inherit;
}

body #ajax-content-wrap {
	padding-top: 0;
}

div#ajax-content-wrap:before {
    content: '';
    position: absolute !important;
    background: #fea826;
	height: 8px;
    width: 100vw;
    z-index: 12;
}

/* New changes */

.mobile-parent {
    display: none;
    border-bottom: 2px solid #fea827;
    margin-bottom: 10px;
}

#ajax-content-wrap {
    padding-top: 45px;
}

#header-outer[data-using-secondary="1"] {
    top: 45px !important;
}

.admin-bar #header-outer[data-using-secondary="1"] {
    top: 77px !important;
}

.top-bar {
    padding: 11px 0;
    position: fixed;
    width: 100%;
    z-index: 999;
    background: #e5e5e5;
}

.top-bar .textwidget {
    max-width: 1170px;
    margin: 0 auto;
    text-align: right;
    font-size: 14px;
}

.top-bar p {
    margin: 0;
    padding: 0;
}

.first-section {
    border-top: 8px solid #fea827;
}

.divider-wrap [data-color="extra-color-3"] {
    border: 0.5px dashed #b2b2b2;
    background: transparent !important;
}

.home .services,
.home .insights {
    position: relative;
}

/*
.home .services:before,
.home .insights:before {
    content: '';
    display: block;
    height: 290px;
    background: #fff;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
}

.home .services .img-with-aniamtion-wrap .inner,
.home .insights .img-with-aniamtion-wrap .inner {
    height: 245px;
    position: relative;
    overflow: hidden;
}

.home .services .img-with-aniamtion-wrap .inner img,
.home .insights .img-with-aniamtion-wrap .inner img {
    position: absolute;
    height: 100%;
    max-width: none;
    width: auto;
}
*/

body #footer-outer a:not(.nectar-button) {
    color: #a3a5ad !important;
}

#footer-outer .row {
    padding: 55px 0px 20px 0;
}

#footer-outer .span_5 {
    width: 50%;
}

#footer-outer .widget_media_image {
    float: left;
    margin-right: 40px;
}

#footer-outer .nectar-button:hover {
    color: #fea827 !important;
    border-color: #fea827 !important;
}

.es_msg {
    color: #fea827;
    padding: 0;
    font-size: 13px;
    font-weight: 500;
    margin-top: 10px;
}

.es_widget_form .es_lablebox {
    /*margin: 0 0 -45px 15px;*/
    /*z-index: 99999;*/
    /*position: relative;*/
    /*display: block;*/
    /*width: 60px;*/
    color: #999;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    padding: 0;
}

.es_widget_form .es_textbox {
    display: inline-block;
}

.es_button {
    display: inline-block;
}

body[data-form-style="minimal"] .es_widget_form .minimal-form-input {
    padding-top: 0;
    width: auto;
}

body[data-form-style="minimal"] #footer-outer #footer-widgets .col input[type=text] {
    background: #fff;
    padding: 10px !important;
    color: #999 !important;
}

.es_widget_form input[type="button"] {
    background-color: #fea827;
    border-radius: 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 13px;
}

.sf-menu ul {
    width: auto;
}

.ascend #header-outer .sf-menu ul li a {
    white-space: nowrap;
}

.meta-comment-count,
.nectar-love {
  display: none !important;
}

.bullet-list ul {
    margin: 0;
    padding: 0;
}

.bullet-list ul li {
    list-style: none;
    margin: 0 0 20px 20px;
    position: relative;
}

.bullet-list ul li:before {
    content: "\00BB";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -20px;
    color: #fea827;
}

@media (max-width: 991px) {
    
    .home .services .img-with-aniamtion-wrap .inner,
    .home .insights .img-with-aniamtion-wrap .inner {
        height: auto;
    }

    .home .services .img-with-aniamtion-wrap .inner img,
    .home .insights .img-with-aniamtion-wrap .inner img {
        position: static;
        height: auto;
        width: 100%;
    }
    
    .es_widget_form .es_textbox,
    body[data-form-style="minimal"] .es_widget_form .minimal-form-input {
        width: 100%;
        padding: 0;
    }
    
    body #footer-outer #copyright .col {
        width: 100%;
    }
    
}