/*
Theme Name: Salient Child Theme
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: 12.1.10
*/


/*Custom footer styles*/
#footer-widgets .container .widget a{
    text-decoration: underline;
}
#footer-widgets .container .widget a:hover{
    text-decoration: none;
}

/*Services page pricing list*/
.price_list_wrap .pricing_item{
    margin-bottom: 0px !important;
    font-size: 14px;
}

.grecaptcha-badge{
    opacity: 0 !important;
}

/* nav menu fix */
.sf-menu.nav-menu-nav >li ul {
    padding: 0;
    width: 16em;
}
.sf-menu.nav-menu-nav >li ul a, 
#top nav >ul >.megamenu ul li a {
    padding: 15px 15px;
}

@media (min-width: 1000px) {
    .apply-page-wrap .wpb_text_column.wpb_content_element {
        float: left;
        padding: 0 10%;
        width: 100% !important;
        max-width: 100% !important;
    }

    body .apply-page-wrap .col.centered-text ul, 
    body .apply-page-wrap .wpb_column.centered-text ul {
        display: block !important;
    }
}
@media (max-width: 1000px){
    .header-main-nav-wrap .sm-contact-phone {
        position: relative;
        margin: 0;
        top: 0px;
        right: 15px;
    }
}

/* Wage Calculation styles start */
.wage-calculation-outer{
    position: relative;
    width: 100%;
    min-height: 100vh;
    float: left;
    padding-bottom: 400px;
    background-color: #f9f9f9;
}
/* .wage-calculation-outer::after{
    position: absolute;
    content: '';
    top: 0;
    left: 5%;
    width: 548px;
    height: 260px;
    background: transparent url(images/top_flowers.jpg) no-repeat;
    background-size: contain;
}
.wage-calculation-outer::before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 5%;
    width: 672px;
    height: 404px;
    background: transparent url(images/bottom_flowers.jpg) no-repeat;
    background-size: contain;
    z-index: 1;
} */
@media( max-width:767.98px){
    .wage-calculation-outer::after, .wage-calculation-outer::before{
        width: 100%;
        left: 0;
        right: 0;
    }
}
.wage-calculation-outer .container{
    width: 100%;
    position: relative;
    margin: 0 auto;
}
@media( min-width:1199.98px){
    .container{
        /* width: 998px !important; */
    }
}
.wage-calculation{
    position: relative;
    width: 100%;
    margin-top:95px;
    float: left;
    z-index: 2;
}
.wage-calculation h2{
    text-align: center;
    font-family: "Roboto", sans-serif;
    font-weight: 300;
    font-size: 42px;
    margin-bottom: 65px;
    color: #777;
}
.wage-step{
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 17px;
    /* outline: solid 1px red; */
    float: left;
}
.wage-step .step-labels h4{
    font-family: Montserrat;
    font-size: 16px;
    color: #87d7d1;
    font-weight: bold;
    margin: 0 0 6px 0;
}
.wage-step .step-labels p{
    font-family: Montserrat;
    font-size: 16px;
    color: #928f8f;
    font-weight: 400;
    margin: 0;
    padding: 0;
}
.step-input{
    position: relative;
    width: 187px;
    height: 58px;
    display: flex;
    padding: 0 0 7px 35px;
    align-items: flex-end;
    background-color: #efefef;
}
.step-input input[type="text"] {
    width: 100%;
    font-family: Montserrat;
    background-color: transparent !important;
    border: none !important;
    font-size: 16px !important;
    color: #928f8f;
    padding: 0 !important;
}
.step-labels {
    width: 83%;
}
.step-input:after {
    position: absolute;
    content: '$';
    top: 25px;
    left: 22px;
    font-size: 16px;
    color: #928f8f;
}
.gross-sales .step-input:after {
    top: 11px;
}
@media( max-width:565.98px){
    .step-input{
        width: 230px;
        padding: 0 0 7px 15px;
    }
  
}
.gross-sales{
    border-top: solid 1px #b5b5b5;
    border-bottom: solid 1px #b5b5b5;
    margin: 10px 0 26px 0;
}
.gross-sales p{
    text-transform: uppercase;
}
.gross-sales .step-input{
    align-items: center !important;
    padding-bottom: 0px !important;
    background-color: transparent !important;
    height: 50px !important;
}
@media( max-width:565.98px){
    .gross-sales .step-input input[type="text"]{
        text-align: right;
        padding-right: 10px;
    }
  
}
.wage-btn-outer{
    position: relative;
    width: 100%;
    display: flex;
    margin: 29px 0 78px 0;
    align-items: center;
    justify-content: space-between;
    float: left;
}
@media( max-width:565.98px){
    .wage-btn-outer{
        flex-direction: column;
    }
    .btn-solid-white, .btn-solid-green{
        width: 100% !important;
       
    }
    .btn-solid-white{
        margin-bottom: 15px;
    }
}
.btn-solid-white{
    position: relative;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #777;
    height: 44px;
    background-color: #fff;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-solid-green{
    position: relative;
    width: 47%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #87d7d1;
    height: 44px;
    background-color: #87d7d1;
    float: left;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}
.btn-solid-white:hover, .btn-solid-green:hover{
    opacity: .8;
}
.gross-wage-section{
    position: relative;
    width: 100%;
    float: left;
    padding: 17px;
    border-top: solid 2px #87d7d1;
    border-bottom: solid 2px #87d7d1;
    text-align: center;
    margin-bottom: 48px;
}
.gross-wage-section p{
    font-family: Montserrat;
    font-size: 22px;
    font-weight: 600;
    margin: 0;
    padding: 0;
    color: #777;
    display: flex;
    justify-content: space-between;
}
.gross-wage-section p:first-child{
    margin-bottom: 10px;
}
.gross-info{
    position: relative;
    width: 80%;
    left:10%;
    float: left;
    margin-bottom: 23px;
}
.gross-info p{
    font-family: "Roboto";
    font-weight: 300;
    font-size: 28px;
    line-height: 38px;
    color: #777;
    text-align: center;
}
.wage-bottom-section{
    position: relative;
    width: 100%;
    float: left;
    text-align: center;
}
.wage-bottom-section h3{
    font-family: Roboto;
    font-weight: 300;
    font-size: 42px;
    color: #777;
    margin:0;
}
@media( max-width:565.98px){
    .step-input input[type="text"]{
        padding: 0 0 0 19px !important;
    }
    .gross-sales .step-input input[type="text"]{
        text-align: left !important;
    }
}
.wage-bottom-section .btn-solid-green{
    width: 100%;
    margin: 50px 0 42px 0;
    font-size: 22px !important;
}
.wage-bottom-section small{
    font-family: "Roboto";
    font-weight: 300;
    font-size: 12px;
    color: #87d7d1;
}
@media (min-width: 1199.98px){
    .wage-calculation-outer-container {
        width: 998px !important;
    }
    
}
@media (max-width: 991.98px){
    .gross-wage-section p{
        display: block;
    }
    
}
@media (max-width: 767.98px){
    .gross-info {
        width: 100%;
        left: 0;
    }
    .gross-wage-section p{
        font-size: 18px;
    }
    
}


@media only screen and (min-width: 1000px){
    .wage-calculation-outer--container{
        width: 1125px !important;
    }
}

#total_wage_mtly, #total_wage_yrly{
    color: #000;
    font-size: 22px;
    padding-left: 20px;
    text-align: right;
    white-space: nowrap;
}
 /* Wage Calculation styles End */