/**handles:js_composer_custom_css**/
/*404 Search Input and Button Styling*/

.four-oh-four-search-bar .search-label {
    display: none;
}

.four-oh-four-search-bar input[type="search"] {
    width: 100%;
    text-align: center;
    border: 2px solid #01a850;
    padding: 10px;
    transition: .5s all;
}

.four-oh-four-search-bar input[type="search"]:focus {
    text-align: left;
    transition: .5s all;
    background: #02a8510f;
}

.four-oh-four-search-bar [type="submit"] {
    width: 100%;
    background-color: #01a850;
    color: #ffffff;
    border: 0px;
    padding: 10px;
    margin-top: 10px;
}

/*Removing Old Styling*/

.error404 .search-input {
    display:block !important;
}

.error404 .search-submit {
    width:100% !important;
}

/* BLOG STYLING */
#post-hero h1 {
    color: #fff;
    text-align: center;
    padding-top: 220px;
    font-weight: 700;
    margin: 0 25px;
    text-transform: uppercase;
    font-size: 40px;
    margin-bottom: 170px;
    text-shadow: 2px 3px #464646;
}
#post-hero {
    background-size: cover;
    background-repeat: no-repeat;
    height: 450px;
    margin-bottom: 50px;
    background-position: center;
    margin-top: 0px;
}
@media (max-width: 970px){
    #post-hero h1 {
        font-size: 30px;
        padding-top: 160px;
        margin-bottom: 225px;
    }
    .post-wrap {
    padding: 1em 2.5em !important;
}
}
@media (max-width: 600px){
    #post-hero h1 {
        font-size: 30px;
        padding-top: 170px;
        margin-bottom: 170px;
    }
    .post-wrap {
    padding: 1em 2.5em !important;
}
}
@media (min-width: 800px){
    .post-wrap{
        padding:1em 9.5em !important;
    }
}
@media (min-width: 1303px){
    #post-hero h1 {
        margin-bottom: 170px !important;
    }
}
.wp-caption-text{
    font-size: 12px !important;
}
.vce-post-description--category {
    color: white !important;
    background: #077309;
    padding: 4px;
}
.header-title-blog{
    display: none;
}
.breadcrumbs {
    opacity: .7;
    padding-bottom: 35px;
}
.byline-wrap {
    margin-bottom: 1.5em;
    display: none;
}
.blog-cta-header {
    font-size: 36px;
}
.rt-tpg-container .rt-pagination-wrap .rt-page-numbers .paginationjs .paginationjs-pages ul li.active > a {
    background-color: #00a852;
    color: #fff;
}
/*OTHER STYLES */
a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
    text-decoration: underline;
}
a:link, a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}
.footer-menu a {
    text-decoration: none !important;
}
.footer-2 a {
    text-decoration: none !important;
}
.btn-question a {
    text-decoration: none !important;
}
a.btn.btn-question {
    text-decoration: none;
}
@media (min-width: 845px){
.locations-box {
    box-shadow: rgb(113, 113, 113) 0 7px 12px 0px;
    min-height: 248px;
}
.logos-padding{
    padding-top: 75px !important;
}
}
.blog-cta {
    font-size: 30px;
}
.blog-cta-section{
 background: rgb(7,115,9);
background: -moz-linear-gradient(0deg, rgba(7,115,9,1) 0%, rgba(0,168,83,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(7,115,9,1) 0%, rgba(0,168,83,1) 100%);
background: linear-gradient(0deg, rgba(7,115,9,1) 0%, rgba(0,168,83,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#077309",endColorstr="#00a853",GradientType=1);
}
.sub-logos img[src$=".svg"] {
    width: 100%;
    max-height: 30px !important;
}
.layout9 .rt-holder .post-info {
    background-color: rgba(0,168,82,0.7);
    max-width: 400px !important;
}
@media only screen and (min-width: 768px){
.products-wrap {
    padding: 1em 5.5em !important;
}
}
@media only screen and (max-width: 767px){
.products-wrap {
    padding: 1em;
}
}
.icon-box a{
    text-decoration: underline !important;
}
#interior-hero {
    height: 400px;
    background-size: cover !important;
    display: flex;
    flex-direction: column;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
}
.post-title {
    margin-top: auto !important;
    width: 100% !important;
    margin: 0;
    padding: 0 50px 140px 50px;
    text-align: center;
}
.post-title h1{
    color: #fff;
    text-align: center;
    padding-top: 220px;
    font-weight: 700;
    margin: 0 25px;
    text-transform: uppercase;
    font-size: 40px;
    text-shadow: 2px 3px #464646;
}
@media only screen and (max-width: 767px){
.post-title h1{
    color: #fff;
    text-align: center;
    padding-top: 220px;
    font-weight: 700;
    margin: 0 25px;
    text-transform: uppercase;
    font-size: 25px;
}
}
.single-title {
    display: none;
}

/*HR Pages*/
.border-box {
    border: solid 2px #979797;
    padding-top: 20px;
    padding-bottom: 10px;
    border-radius: 5px;
}

/*Request Documents Landing Page*/
.doc-request{
    padding: 30px;
}
#gform_submit_button_4 {
    display: flex;
    margin: 10px auto;
    padding: 20px 40px 20px 40px;
    background: #05a752;
    color: white;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 500;
}
#gform_submit_button_4:hover {
    display: flex;
    margin: 10px auto;
    padding: 20px 40px;
    background: #fff;
    color: #05a752;
    font-size: 18px;
    border-radius: 12px;
    font-weight: 500;
    cursor: pointer;
}
.form-background{
    background: black;
}
.form-background {
    background: #474747;
    color: white;
    border-radius: 10px;
    padding-top: 30px;
}
.form-background .ginput_complex label {
    font-size: 15px;
    padding-top: 5px;
    display: none !important;
}
.form-background a{
    color: white;
}
.btn-lang {
    margin: 0;
    z-index: 9999999999;
}