* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Montserrat Light';
    src: url("fonts/Montserrat-Light.eot");
    src: url("fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Light.woff2") format("woff2"), url("fonts/Montserrat-Light.woff") format("woff"), url("fonts/Montserrat-Light.ttf") format("truetype"), url("fonts/Montserrat-Light.svg#fonts/Montserrat-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url("fonts/Montserrat-Regular.eot");
    src: url("fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/Montserrat-Regular.woff2") format("woff2"), url("fonts/Montserrat-Regular.woff") format("woff"), url("fonts/Montserrat-Regular.ttf") format("truetype"), url("fonts/Montserrat-Regular.svg#Montserrat-Regular") format("svg");
    font-weight: normal;
    font-style: normal;
}

.vcsp_section_title {
    line-height: 1.3;
    font-size: 50px;
    font-weight: 700;
}

.vcsp_section_subtitle {
    line-height: 1.3;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
    margin: 0 !important;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

textarea {
    overflow: auto;
}

a {
    text-decoration: none;
    color: #06f;
}

a:hover {
    text-decoration: underline;
}

abbr, dfn, dfn, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

ins {
    text-decoration: underline;
}

dt {
    font-weight: bold;
}

em, cite {
    font-style: oblique;
}

strong, b {
    font-weight: bold;
}

#WrapperContent strong {
    color: black;
}

a[href^=tel] {
    color: inherit;
    text-decoration: none;
}

.required {
    color: #f00;
}

input[type='email'], input[type='password'], input[type='text'], input[type='tel'], textarea {
    border: 1px solid #ccc;
    padding: 0.5em 1em;
    font-size: 12px;
    margin: 0;
    font-family: 'Montserrat Light', sans-serif;
    color: inherit;
}

input, textarea {
    outline: none;
}

textarea {
    resize: none;
}

.site-submit {
    text-indent: -9999em;
    border: 0;
    cursor: pointer;
}

body {
    background: #fff;
    font-family: 'Montserrat Light', sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 12px;
    color: #444;
}

#WrapperContent {
    padding: 40px 0;
}

.page_header_img #WrapperContent {
    padding: 0;
}

.page-header {
    display: none;
}

.page-vc #WrapperContent {
    padding: 0;
}

.page-novc .page-header {
    display: block;
}

.page-novc-content {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}

.page-novc-content:after {
    content: "";
    display: table;
    clear: both;
}

.dropdown-menu {
    float: left;
}

.dropdown-menu li {
    float: left;
    position: relative;
}

.dropdown-menu li:first-child a {
    padding-left: 0px;
}

.dropdown-menu>li>a {
    padding: 0 20px;
    color: #363636;
    font-size: 14px;
    /* text-transform: lowercase; */
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.dropdown-menu>li.current_page_item>a {
    font-weight: bold;
}

.dropdown-menu>li:hover>a {
    color: #a93030;
    text-decoration: none;
}

.dropdown-menu>li.menu-item-has-children {
    position: relative;
    margin-right: 30px;
}

.dropdown-menu>li.menu-item-has-children>a {
    padding-right: 15px;
}

.dropdown-menu>li.menu-item-has-children:after {
    content: '\25bc';
    position: absolute;
    right: 0;
    top: 3px;
    font-size: 11px;
}

.dropdown-menu>li.menu-item-has-children:hover {
    color: #a93030;
}

@media only screen and (min-width: 1100px) {
    .standard_dropdown_arrow {
        position: relative;
    }
    .standard_dropdown_arrow:after {
        content: "";
        background: url(../images/menu_arrow_right.png) no-repeat;
        width: 6px;
        height: 8px;
        position: absolute;
        right: 5px;
        top: 9px;
    }
}

.dropdown-menu>li li:hover>a {
    background: #444;
}

.dropdown-menu ul.sub-menu {
    background: #1a1a1a;
    position: absolute;
    top: 100%;
    z-index: 1000;
    padding: 10px 0;
    display: none;
}

.dropdown-menu ul.sub-menu li {
    clear: left;
    min-width: 200px;
    margin: 0;
}

.dropdown-menu ul.sub-menu li ul {
    background: #1a1a1a;
    left: 100%;
    top: 0;
    display: none;
}

.dropdown-menu ul.sub-menu li ul li {
    clear: both;
}

.dropdown-menu ul.sub-menu a {
    color: #fff;
    border-radius: 2px;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin: 0 10px;
    padding: 4px 10px;
    position: relative;
}

.dropdown-menu ul.sub-menu a:hover {
    text-decoration: none;
    background: #444;
}

#header_image {
    margin-bottom: 40px;
}

#header_image img {
    height: auto;
    max-width: 100%;
}

@media only screen and (min-width: 1100px) {
    .page_header_img #WrapperHeader {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1000;
    }
}

.row_header_img {
    padding-top: 20%;
    padding-bottom: 0;
}

.row_header_img .vcsp_row_container {
    max-width: 100% !important;
}

.row_header_img .vcsp_row_container>.vc_column_container>.vc_column-inner {
    padding: 0 !important;
}

.row_header_img .vcsp_inner_container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
    float: none !important;
}

.row_header_img .vcsp_inner_container:after {
    content: "";
    display: table;
    clear: both;
}

.row_header_img .vc_inner {
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 40px 0;
}

#WrapperHeader {
    background: rgba(255, 255, 255, 0.9);
}

@media only screen and (min-width: 1100px) {
    #WrapperHeader {
        height: 138px;
    }
}

#WrapperHeader .container {
    height: 100%;
    position: relative;
}

#logo {
    float: left;
}

#logo img {
    max-width: 100%;
    height: auto;
}

@media only screen and (min-width: 1100px) {
    #logo {
        width: 175px;
        height: 138px;
        display: flex;
        align-items: center;
    }
}

@media only screen and (max-width: 767px) {
    #logo img {
        max-width: 30%;
    }
}

#responsive_menu_wrapper {
    float: right;
    margin-top: 5px;
}

#click-menu {
    position: relative !important;
    float: right;
}

.responsive-menu li {
    float: left;
}

.responsive-menu .sub-menu {
    float: left;
    width: 100%;
}

#header_right {
    float: left;
}

@media only screen and (min-width: 1100px) {
    #header_right {
        margin-left: 50px;
        width: 875px;
        height: 138px;
    }
}

@media only screen and (max-width: 1099px) {
    #header_right {
        margin-top: 7%;
        margin-left: 5%;
    }
}

@media only screen and (max-width: 767px) {
    #header_right {
        margin: 0;
        width: 100%;
        text-align: center;
        padding-bottom: 10px;
    }
}

@media only screen and (min-width: 1100px) {
    #header_right_top {
        height: 90px;
        float: left;
        width: 100%;
    }
}

@media only screen and (max-width: 1099px) {
    #header_right_top {
        padding-bottom: 10px;
    }
}

#seo_text {
    float: left;
}

@media only screen and (min-width: 1100px) {
    #seo_text {
        margin-top: 12px;
    }
}

@media only screen and (max-width: 1099px) {
    #seo_text {
        display: none;
    }
}

#seo_text a {
    font-size: 11px;
    color: #8f939d;
}

#seo_text .separator {
    padding: 0 8px;
}

#header_icons li {
    display: inline-block;
    margin-left: 5px;
}

@media only screen and (min-width: 1100px) {
    #header_icons {
        margin-top: 7px;
        float: right;
    }
}

#header_right_bottom {
    float: left;
    width: 100%;
}

#header_phone {
    font-size: 16px;
}

#header_phone span {
    color: #a93030;
    font-size: 14px;
}

@media only screen and (min-width: 1100px) {
    #header_phone {
        float: right;
    }
}

@media only screen and (min-width: 1100px) {
    #header_navbar {
        float: left;
    }
}

@media only screen and (min-width: 1100px) {
    #main_nav_container {
        display: table-cell;
        vertical-align: middle;
    }
}

@media only screen and (max-width: 1099px) {
    #main-menu {
        display: none;
    }
}

#WrapperFooter {
    background: #454b5c;
    font-size: 14px;
}

@media only screen and (min-width: 1100px) {
    #WrapperFooter {
        background: url("../images/footer.jpg") no-repeat center 0;
        background-size: cover;
    }
}

#WrapperFooterWidgets {
    color: #ccc;
    padding: 40px 0px;
}

/* @media only screen and (min-width: 1100px) {
  .widget-footer._last {
    width: 46%; } } */

#footer_widgets {
    padding: 20px 0;
}

@media only screen and (max-width: 768px) {
    #footer_widgets .widget {
        float: left;
        width: 100%;
        margin-bottom: 20px;
    }
}

.widget-footer {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
    color: inherit;
}

.widget-footer:last-child {
    margin-right: 0;
}

.widget-footer:nth-child(4n) {
    margin-right: 0;
}

.widget-footer:nth-child(4n+1) {
    clear: left;
}

.widget-footer a {
    color: inherit;
}

.widget-title-footer {
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

#WrapperFooterInfo {
    position: relative;
}

#footer_logo {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
    height: auto;
    max-width: 100%;
}

#footer_logo:last-child {
    margin-right: 0;
}

@media only screen and (max-width: 767px) {
    #footer_logo {
        display: none;
    }
}

#footer_logo img {
    width: 100%;
}

#footer_info {
    color: #fff;
}

@media only screen and (min-width: 768px) {
    #footer_info {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 82.94039%;
        padding-bottom: 20px;
    }
    #footer_info:last-child {
        margin-right: 0;
    }
}

#footer_info a {
    color: inherit;
}

@media only screen and (max-width: 767px) {
    #footer_info {
        text-align: center;
        padding-bottom: 20px;
    }
}

.widget li {
    line-height: 2em;
}

.widget p {
    line-height: 1.5;
}

.widget a {
    color: inherit;
}

.widget ul.children li {
    margin-left: 10px !important;
    list-style: disc inside !important;
}

.widget img, .widget iframe, .widget video {
    height: auto;
    max-width: 100%;
}

.widget-title {
    padding-bottom: 5px;
    margin-bottom: 10px;
    display: block;
}

.sidebar .widget {
    margin-bottom: 20px;
}

.widget-title-main_sidebar {
    font-size: 18px;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.tp-caption a {
    color: #fff;
}

@media only screen and (max-width: 767px) {
    .rev-btn {
        padding: 5px 10px !important;
        font-size: 1em !important;
        margin-top: 20px;
    }
}

#home_row_quote {
    position: relative;
}

#home_row_quote .ui-datepicker-div {
    display: none;
}

@media only screen and (min-width: 1100px) {
    #home_row_quote .gform_wrapper {
        background: rgba(255, 255, 255, 0.9);
        padding: 0 0 20px 20px;
        width: 420px;
        position: absolute;
        right: 0;
        top: -695px;
    }
}

@media only screen and (min-width: 768px) {
    #home_row_quote .gform_title {
        font-size: 37px;
    }
}

#home_row_quote .gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

#home_row_quote .gform_wrapper input[type=email], #home_row_quote .gform_wrapper input[type=number], #home_row_quote .gform_wrapper input[type=password], #home_row_quote .gform_wrapper input[type=tel], #home_row_quote .gform_wrapper input[type=text], #home_row_quote .gform_wrapper input[type=url], #home_row_quote .gform_wrapper textarea {
    background-color: #fff;
    padding: 10px;
}

@media only screen and (min-width: 1100px) {
    #home_row_quote .gform_wrapper input[type=email], #home_row_quote .gform_wrapper input[type=number], #home_row_quote .gform_wrapper input[type=password], #home_row_quote .gform_wrapper input[type=tel], #home_row_quote .gform_wrapper input[type=text], #home_row_quote .gform_wrapper input[type=url], #home_row_quote .gform_wrapper textarea {
        border: 0;
    }
}

#home_row_quote .gform_footer {
    padding: 0 !important;
}

#home_row_quote .gform_footer .gform_button {
    background: #a93030;
    color: #fff;
    text-transform: lowercase;
    border: 0;
    padding: 15px 55px;
    transition: all 0.3s ease;
    cursor: pointer;
}

#home_row_quote .gform_footer .gform_button:hover {
    background: #ddd;
    color: #444;
}

@media only screen and (max-width: 767px) {
    #home_row_quote .gf_left_half, #home_row_quote .gf_right_half, #home_row_quote .gf_left_third, #home_row_quote .gf_middle_third, #home_row_quote .gf_right_third {
        width: 100% !important;
    }
    #home_row_quote .gf_right_half {
        margin: 0 !important;
    }
}

#home_row_repair {
    padding: 40px 0px;
}

@media only screen and (min-width: 768px) {
    #home_row_repair {
        padding: 100px 0;
    }
}

@media only screen and (min-width: 1100px) {
    #home_row_repair .vc_text {
        width: 500px;
        margin: auto;
    }
}

#home_row_restore ._left {
    background: #a93030;
    color: #fff;
    padding: 40px 0;
}

@media only screen and (min-width: 768px) {
    #home_row_restore ._left {
        padding: 80px 40px 80px 0;
    }
}

@media only screen and (min-width: 1100px) {
    #home_row_restore ._left {
        text-align: right;
    }
    #home_row_restore ._left .vc_text {
        padding-left: 10%;
    }
}

#home_row_restore .vcsp_link a {
    padding: 15px 40px;
    color: #fff;
    background: transparent;
    font-size: inherit;
    font-family: inherit;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

#home_row_restore .vcsp_link a:hover {
    background: #fff;
    color: #a93030;
    text-decoration: none;
}

#home_row_process1 {
    padding: 40px 0;
}

#home_row_process1 .vcsp_section_title {
    text-align: center;
}

#home_row_process1 ._bold {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}

#home_row_process1 .vc_text {
    color: #6a7574;
}

#home_row_process1 ._icons {
    text-align: center;
}

#home_row_process1 ._icons .vcsp_block_title {
    font-size: 24px;
    font-weight: bold;
}

#home_row_process2 {
    margin-bottom: 40px;
}

#home_row_process2 .vc_inner .vc_column-inner>.wpb_wrapper {
    background: #fafafc;
}

#home_row_process2 .vcsp_block_title, #home_row_process2 .vc_text {
    padding: 0 15px;
}

#home_row_process2 .vcsp_block_title {
    font-size: 24px;
    font-weight: bold;
}

#home_row_process2 .vc_text {
    padding-bottom: 10px;
    color: #8f939d;
}

#home_row_testimonials {
    background: #454b5c;
    padding: 80px 0px;
}

#home_row_testimonials .vcsp_section_title {
    margin-bottom: 30px;
}

#home_row_love ._right {
    background: rgba(255, 255, 255, 0.9);
    padding: 80px 40px;
    color: #454b5c;
}

@media only screen and (min-width: 1100px) {
    #home_row_love ._right {
        padding-right: 10%;
    }
}

#home_row_love .vcsp_section_title {
    font-size: 40px;
}

#home_row_love .vcsp_section_title span.red {
    color: #a93030;
}

#home_row_love p {
    margin-bottom: 0px;
}

#home_row_love a {
    color: inherit;
    text-decoration: underline;
}

#home_row_restoration {
    background: #a93030;
    color: #fff;
    padding: 100px 0px;
}

#home_row_restoration .vc_text {
    margin-bottom: 40px;
}

#home_row_restoration .vcsp_link a {
    padding: 15px 40px;
    color: #fff;
    background: #a93030;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

#home_row_restoration .vcsp_link a:hover {
    background: #fff;
    color: #a93030;
    text-decoration: none;
}

#home_row_gallery .vc_column_container>.vc_column-inner {
    padding: 0;
}

.vc_row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.vc_inner {
    padding: 0;
}

.row_white_text {
    color: #fff;
}

.row_no_margins {
    margin: 0 !important;
}

.row_no_paddings {
    padding: 0 !important;
}

.row_text_align_center {
    text-align: center;
}

.vcsp_parallax {
    background-attachment: fixed;
}

@media only screen and (min-width: 768px) {
    .vc_row.vc_row-o-equal-height .vcsp_container, .vc_row.vc_row-flex .vcsp_container>.vc_column_container {
        display: flex;
    }
}

.content-fullwidth .vcsp_container_desktop {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1200px;
    padding: 0;
    margin: 0 auto;
}

.content-fullwidth .vcsp_container_desktop:after {
    content: "";
    display: table;
    clear: both;
}

.content-fullwidth .vcsp_container_medium {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1000px;
    padding: 0;
    margin: 0 auto;
}

.content-fullwidth .vcsp_container_medium:after {
    content: "";
    display: table;
    clear: both;
}

.content-fullwidth .vcsp_container_small {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 900px;
    padding: 0;
    margin: 0 auto;
}

.content-fullwidth .vcsp_container_small:after {
    content: "";
    display: table;
    clear: both;
}

.content-fullwidth .vcsp_container_disabled {
    float: left;
    width: 100%;
}

.page-template-page-templatesfull-width-php .content-fullwidth .vcsp_row_container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1100px;
    padding: 0;
    margin: 0 auto;
}

.page-template-page-templatesfull-width-php .content-fullwidth .vcsp_row_container:after {
    content: "";
    display: table;
    clear: both;
}

.page-template-page-templatesfull-width-php .content-fullwidth .vc-container1600 {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1600px;
    padding: 0;
    margin: 0 auto;
}

.page-template-page-templatesfull-width-php .content-fullwidth .vc-container1600:after {
    content: "";
    display: table;
    clear: both;
}

.vcsp_inner_row_fullwidth .vcsp_container_disabled>.vc_column_container>.vc_column-inner {
    padding: 0;
}

.wpb_button, ul.wpb_thumbnails-fluid>li {
    margin-bottom: 20px;
}

.vcsp_align_left {
    text-align: left;
}

.vcsp_align_right {
    text-align: right;
}

.vcsp_align_center {
    text-align: center;
}

.vcsp_align_justify {
    text-align: justify;
}

.vcsp_col-5 {
    width: 20%;
    float: left;
}

.vcsp_col-5:last-child {
    margin: 0 !important;
}

@media only screen and (max-width: 767px) {
    .vcsp_col-5 {
        width: 100%;
    }
}

.vc_image_lightbox {
    cursor: pointer;
}

@media screen and (min-width: 600px) {
    .two_columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .three_columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
    .four_columns {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px;
    }
}

.wpb_gmaps_widget {
    margin-bottom: 0;
}

.wpb_gmaps_widget .wpb_wrapper {
    background: none !important;
    padding: 0 !important;
}

.vc_single_bar {
    height: 10px;
    margin-bottom: 20px !important;
}

.vc_progress_bar .vc_single_bar {
    background: rgba(0, 0, 0, 0.1);
}

.vc_label {
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    font-size: 18px;
    color: inherit;
}

.vcsp_block_title {
    line-height: 1;
}

.vcsp_block_title_reset {
    margin-bottom: 5px !important;
    line-height: 1 !important;
}

.vcsp_link a {
    display: inline-block;
}

/* Media grid */

.grid_item {
    margin-bottom: 2%;
}

.sp_media_grid_6col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 14.70196%;
}

.sp_media_grid_6col:last-child {
    margin-right: 0;
}

.sp_media_grid_6col:nth-child(6n) {
    margin-right: 0;
}

.sp_media_grid_6col:nth-child(6n+1) {
    clear: left;
}

.sp_media_grid_4col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 23.23176%;
}

.sp_media_grid_4col:last-child {
    margin-right: 0;
}

.sp_media_grid_4col:nth-child(4n) {
    margin-right: 0;
}

.sp_media_grid_4col:nth-child(4n+1) {
    clear: left;
}

.sp_media_grid_3col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 31.76157%;
}

.sp_media_grid_3col:last-child {
    margin-right: 0;
}

.sp_media_grid_3col:nth-child(3n) {
    margin-right: 0;
}

.sp_media_grid_3col:nth-child(3n+1) {
    clear: left;
}

.sp_media_grid_2col {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 48.82117%;
}

.sp_media_grid_2col:last-child {
    margin-right: 0;
}

.sp_media_grid_2col:nth-child(2n) {
    margin-right: 0;
}

.sp_media_grid_2col:nth-child(2n+1) {
    clear: left;
}

.grid_item_caption {
    text-align: center;
}

@media only screen and (max-width: 767px) {
    .grid_item {
        width: 100%;
        text-align: center;
        margin-bottom: 30px;
    }
}

/* Media grid */

@media only screen and (max-width: 1023px) {
    .sp_rollover_block {
        display: table;
    }
}

@media only screen and (max-width: 767px) {
    .sp_rollover_block {
        display: block !important;
    }
}

.sp_rollover_block {
    position: relative;
}

.sp_rollover_block:hover ._back {
    opacity: 1;
}

.sp_rollover_block ._front {
    line-height: 0;
}

.sp_rollover_block ._back {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(69, 75, 92, 0.8);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    transition: all 0.5s ease-in-out;
}

.sp_rollover_block ._back a {
    color: #fff;
    font-size: 20px;
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 40px;
}

.sp_rollover_block ._back a:hover {
    text-decoration: none;
    background: #fff;
    color: #454b5c;
}

.sp_rollover_block ._back_inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sp_anything_carousel .owl-theme .owl-controls .owl-buttons div {
    background: transparent !important;
    color: #000000 !important;
}

.sp_anything_carousel .fa {
    font-size: 25px !important;
}

.tparrows {
    transform: none !important;
}

.tp-leftarrow {
    left: 20px !important;
}

.tp-rightarrow {
    right: 20px !important;
    left: inherit !important;
}

.tp-bannertimer {
    display: none;
    transform: none !important;
}

.ui-datepicker-div {
    display: none;
}

.gform_wrapper li.hidden_label input {
    margin-top: 0 !important;
}

.gform_wrapper input[type=email], .gform_wrapper input[type=number], .gform_wrapper input[type=password], .gform_wrapper input[type=tel], .gform_wrapper input[type=text], .gform_wrapper input[type=url], .gform_wrapper textarea {
    background-color: #f6f6f6;
    color: black;
}

body .gform_wrapper ul li.gfield {
    margin-top: 0 !important;
}

.gform_wrapper ::-webkit-input-placeholder {
    color: #444;
}

.gform_wrapper :-moz-placeholder {
    color: #444;
}

.gform_wrapper ::-moz-placeholder {
    color: #444;
    opacity: 1;
}

.gform_wrapper :-ms-input-placeholder {
    color: #444;
}

.gform_footer {
    padding: 0 !important;
}

.gform_footer .gform_button {
    background: #1D233D;
    color: #fff;
    border: 0;
    padding: 5px 25px;
    transition: all 0.3s ease;
    cursor: pointer;
    text-transform: uppercase;
}

.gform_footer .gform_button:hover {
    background: #ddd;
    color: inherit;
}

@media only screen and (max-width: 767px) {
    .gf_left_half, .gf_right_half, .gf_left_third, .gf_middle_third, .gf_right_third {
        width: 100% !important;
    }
    .gf_right_half {
        margin: 0 !important;
    }
}

.wrapper {
    float: left;
    width: 100%;
}

.container {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    max-width: 1100px;
    padding: 0 15px;
    margin: 0 auto;
}

.container:after {
    content: "";
    display: table;
    clear: both;
}

.entry-content {
    float: left;
    width: 100%;
}

@media only screen and (min-width: 1024px) {
    .content-with-sidebar .entry-content {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 74.41059%;
    }
    .content-with-sidebar .entry-content:last-child {
        margin-right: 0;
    }
    .main-sidebar {
        float: left;
        display: block;
        margin-right: 2.35765%;
        width: 23.23176%;
    }
    .main-sidebar:last-child {
        margin-right: 0;
    }
}

@media only screen and (max-width: 1023px) {
    input[type='email'], input[type='password'], input[type='text'], input[type='tel'], textarea {
        width: 100%;
    }
    #respond input[type='text'], #respond textarea {
        width: 100%;
    }
    .commentlist .children {
        margin-left: 0 !important;
    }
    .sidebar {
        width: 100%;
    }
}

@media only screen and (max-width: 767px) {
    .vcsp_section_title, .vcsp_section_subtitle, .entry-title {
        font-size: 1.5em;
    }
    /* .vc_empty_space {
    height: 10px !important;
  } */
}

.entry-header {
    margin-bottom: 15px;
}

.entry-title {
    display: block;
    margin-bottom: 10px;
    font-size: 22px;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.entry-meta {
    color: #a6a6a6;
}

.entry-meta a {
    color: #a6a6a6;
}

.entry-meta a:hover {
    text-decoration: underline;
    color: #06f;
}

.entry-content {
    line-height: 1.5;
    font-size: 16px;
}

.entry-content>ul, .entry-content>ol, .entry-content p, .entry-content dd, .entry-content pre, .entry-content hr, .entry-content dl, .entry-content hr, .entry-content table, .entry-content blockquote, .entry-content pre {
    margin-bottom: 20px;
}

.entry-content li {
    list-style: disc inside;
}

.entry-content li ol, .entry-content li ul {
    margin-left: 20px;
}

.entry-content ol li {
    list-style: decimal inside;
}

.entry-content hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
}

.entry-content pre {
    border: 1px solid #ededed;
    color: inherit;
    font-family: Consolas, Monaco, Lucida Console, monospace;
    overflow: auto;
    padding: 15px;
}

.entry-content blockquote {
    font-style: italic;
    padding: 0 10px 10px;
}

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    font-weight: bold;
    margin-bottom: 10px;
}

.entry-content h1 {
    font-size: 2.5em;
}

.entry-content h2 {
    font-size: 2em;
}

.entry-content h3 {
    font-size: 1.5em;
}

.entry-content h4 {
    font-size: 14px;
}

.entry-content h5 {
    font-size: 12px;
}

.entry-content h6 {
    font-size: 12px;
}

.entry-content table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    border: 1px solid #ccc;
}

.entry-content table caption {
    padding: 0 0 10px;
    font-size: 16px;
    text-align: left;
    font-weight: bold;
}

.entry-content table th {
    padding: 10px;
    text-align: left;
    font-weight: bold;
    text-transform: uppercase;
}

.entry-content table td {
    padding: 10px;
    vertical-align: middle;
}

.entry-content table th, .entry-content table td {
    text-align: left;
    border: 1px solid #ccc;
}

.entry-content tfoot td {
    padding: 5px 10px;
}

.entry-content img, .entry-content .wp-caption {
    height: auto;
    max-width: 100%;
}

.wp-caption .wp-caption-text, .gallery-caption, .entry-caption {
    color: #a6a6a6;
    font-style: italic;
    line-height: 2;
}

.wp-caption-text {
    margin-bottom: 10px;
}

.alignleft {
    float: left;
    margin-right: 15px;
}

.alignright {
    float: right;
    margin-left: 15px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#entry-tags {
    padding: 20px 0;
    border-top: 4px double #ededed;
}

#entry-tags .tags-title {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 1;
    height: 15px;
}

#entry-tags a {
    padding-left: 10px;
    font-size: 14px;
    color: inherit;
}

.entry-index {
    padding-bottom: 25px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

.entry-title-index {
    font-size: 22px;
    color: inherit;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    font-weight: normal;
    font-style: normal;
    margin-bottom: 5px;
}

.entry-index-thumbnail img {
    height: auto;
    max-width: 100%;
}

@media only screen and (min-width: 768px) {
    .entry-index-thumbnail {
        width: 200px;
        height: 150px;
        overflow: hidden;
        float: left;
        margin-right: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .entry-index-thumbnail {
        margin-bottom: 10px;
    }
}

.entry-excerpt-text p {
    margin-bottom: 20px;
    line-height: 1.5;
}

.entry-excerpt-readmore {
    font-size: 14px;
    font-weight: bold;
    color: #454b5c;
}

.entry-excerpt-readmore:visited {
    color: #454b5c;
}

#errorbox {
    float: left;
    width: 100%;
    line-height: 1.5;
}

#errorbox h1 {
    border-bottom: 3px double #ccc;
    font-size: 24px;
    padding-bottom: 3px;
    margin-bottom: 10px;
}

#error-search {
    float: left;
    margin-top: 10px;
}

#error-search form {
    width: 300px;
}

#widget-search {
    position: relative;
    width: 100%;
    border: 1px solid #ccc;
    background: #fff;
}

#widget-search .site-input-text {
    border: 0;
    padding: 5px;
    width: 80%;
    height: 27px;
}

#widget-search .site-submit {
    position: absolute;
    top: 4px;
    right: 5px;
    background: url("../images/search-button.png") no-repeat;
    width: 20px;
    height: 20px;
}

.textwidget p, .textwidget ul, .textwidget ol {
    margin-bottom: 10px;
    line-height: 1.5;
}

.textwidget ul {
    list-style: disc inside;
}

.textwidget ul li {
    line-height: 1.5;
}

.textwidget ol {
    list-style: decimal inside;
}

.textwidget img {
    height: auto;
    max-width: 100%;
}

#comments-wrap {
    margin: 20px 0;
}

#comments-title {
    font-size: 18px;
    font-weight: bold;
    padding: 10px;
    text-transform: uppercase;
    color: inherit;
    text-align: center;
    background: #ededed;
}

.commentlist .children {
    margin-left: 4em;
}

.comment-body {
    padding-bottom: 2em;
    border-bottom: 1px solid #ededed;
    margin-top: 2em;
}

.comment-body .avatar {
    float: left;
    padding: 2px;
    width: 57px;
    height: 57px;
    margin-right: 2em;
    margin-bottom: 1em;
}

.comment-content .moderation {
    color: #f00;
    margin-bottom: 1em;
}

.comment-header {
    margin-bottom: 1em;
}

.comment-metadata {
    margin-top: 4px;
    font-size: 11px;
}

.comment-metadata a, .comment-metadata span {
    color: #a6a6a6;
}

.comment-metadata a:hover {
    text-decoration: underline;
    color: #06f;
}

.comment-text {
    line-height: 1.5;
}

#container-pings {
    padding: 20px 0;
    width: 100%;
}

#container-pings p {
    line-height: 1.5;
}

#pings-title {
    font-size: 16px;
    font-weight: bold;
}

.ping-title {
    font-size: 11px;
}

li.pings {
    padding: 10px;
    border-bottom: 1px dashed #ededed;
}

#respond {
    padding: 2em 0 1em;
}

#respond #respond-head {
    font-size: 20px;
}

#respond .cancel-comment-reply {
    margin: 1em 0;
}

#respond .cancel-comment-reply a {
    color: #f00;
}

#respond #commentform {
    margin-top: 2em;
}

#respond input[type='text'], #respond textarea {
    border-radius: 3px;
    padding: 10px;
    background: #fbfbfb;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07) inset;
    border: 1px solid #eaeaea;
}

#respond input[type='text']:focus, #respond textarea:focus {
    background: #fff;
}

#respond input[type='text'] {
    width: 50%;
    margin-bottom: 1em;
}

#respond textarea {
    width: 80%;
}

#respond .comment-admin-logged {
    margin-bottom: 1em;
}

#comment_submit {
    padding: 6px 10px;
    font-size: 14px;
    line-height: 1.5;
    font-weight: normal;
    color: #7c7c7c;
    background-color: #e6e6e6;
    background-repeat: repeat-x;
    background-image: -webkit-linear-gradient( #f4f4f4, #e6e6e6);
    background-image: linear-gradient( #f4f4f4, #e6e6e6);
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(64, 64, 64, 0.1);
    cursor: pointer;
    margin-top: 20px;
}

#comment_submit:active {
    position: relative;
    top: 1px;
}

#content_pagination {
    padding: 20px 0;
    position: relative;
    font-size: 11px;
    line-height: 13px;
    float: left;
}

#content_pagination span, #content_pagination a {
    display: block;
    float: left;
    margin: 2px 2px 2px 0;
    padding: 6px 9px 5px 9px;
    text-decoration: none;
    width: auto;
    color: #fff;
    background: #ccc;
}

#content_pagination span:hover, #content_pagination a:hover {
    background: #06f;
}

#content_pagination .current {
    padding: 6px 9px 5px 9px;
    background: #06f;
}

.gfield_captcha_input_container input {
    width: 100% !important;
}

.wpb_revslider_element {
    margin-bottom: 0 !important;
}

.white_red {
    text-align: center;
}

.white_red a {
    padding: 15px 40px;
    color: #fff;
    background: #a93030;
    transition: all 0.3s ease;
    border: 1px solid #fff;
}

.white_red a:hover {
    background: #fff;
    color: #a93030;
    text-decoration: none;
}

.ga_landing_page #home_row_repair .vcsp_section_title {
    font-size: 45px;
}

.vc_text_align_center {
	text-align: center;
}

/* Mobile menu builder */

@media (max-width: 767px) {
    .contact-slideout {
        display: none !important;
    }
}

.mobile-menu-builder-customizer--container {
    padding-bottom: 0 !important;
    bottom: 0 !important;
}

@media (min-width: 1200px)
{
    .vcsp_container_disabled .vc_column-inner {
        padding: 0 !important;
    }
}

/* -----------------------------------------------------
New landing pages 
-------------------------------------------------------*/
/* contact page */

.row_form {
    padding: 60px 0;
}

.row_form .wpb_content_element
{
    margin-bottom: 20px;
}

.row_form ._title 
{
    font-size: 18px;
    font-weight: bold;
}

.row_form .gform_wrapper
{
    margin: 0 !important;
}

.row_form .gform_button {
    padding: 10px 40px;
}

.row_form .gfield 
{
    margin-bottom: 10px;
}

.landing_headline .vcsp_section_subtitle {
    font-size: 25px;
}

@media (max-width: 767px) {
    .landing_headline .vcsp_section_title {
        font-size: 18px;
    }
    .landing_headline .vcsp_section_subtitle {
        font-size: 16px;
    }
}

.landing_gallery {
    padding: 40px 0;
}

.landing_headline {
    padding: 100px 0;
}

.landing_headline .wpb_wrapper {
    background: rgba(0, 0, 0, 0.8);
    border-radius: 5px;
    padding: 20px 0;
}

.landing_video {
    padding: 80px;
}

@media (max-width: 767px) {
    .landing_video {
        padding: 40px 0;
    }
    .landing_main_text ._right .vc_column-inner {
        height: 300px;
    }
}

/* @media (min-width: 1100px)
{
  .landing_main_text .vc_text {
    padding-left: 5% !important;
  }
} */

.landing_main_text ._left {
    background: #f5f5f5 !important;
    color: #000000 !important;
}

.landing_main_text .vc_custom_heading {
    padding-left: 0 !important;
}

@media (min-width: 1200px) {
    .landing_main_text ._left {
        padding: 80px 40px 80px 40px;
    }
}

@media (max-width: 1199px) {
    .landing_main_text ._left {
        padding: 40px 20px;
    }
}

/* standard landing pages */

#landing_top {
    padding: 40px 0;
}

.vc_general.vc_cta3.vc_cta3-icons-left .vc_cta3_content-container {
    width: 100%;
}

.vc_cta3-container h2 {
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .vc_general.vc_cta3 {
        padding: 10px;
    }
}

.landing_hero {
    height: 450px;
	  margin-bottom: 0px !important;
  background-image: url(https://lovemarble.com/wp-content/uploads/love-marble-7-otimizada-scaled.jpg) !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}

.landing_hero .vcsp_container {
    width: 100%;
    height: 100%;
    background: #00000085;
    display: flex;
    align-items: center;
    justify-content: center;
}

.landing_hero .vc_text {
    color: white;
    text-transform: uppercase;
}

@media (max-width: 767px) {
    .landing_hero .vc_text {
        font-size: 17px;
    }
    .landing_hero h1 {
        line-height: 1.3;
        font-size: 2em;
    }
}

.landing_google_reviews
{
    padding: 40px 0;
}


.landing_google_reviews .vcsp_block_title {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    text-transform: uppercase;
    /* border-bottom: 3px solid #b80808; */
    /* padding-bottom: 8px; */
}

@media (max-width: 767px)
{
    .landing_google_reviews .vcsp_block_title {
        font-size: 24px;
        line-height: 1.3;  
    }
}

.landing_gallery
{
    background: #f9f9f9;
}


.landing_process {
    padding: 40px 0;
	background: #f5f5f5;
}

.landing_process .vcsp_section_title {
    text-align: center;
}

.landing_process ._bold {
    font-weight: bold;
    text-align: center;
    font-size: 17px;
    margin-bottom: 30px;
}

.landing_process .vc_text {
    color: #6a7574;
}

.landing_process ._icons {
    text-align: center;
}

.landing_process ._icons .vcsp_block_title {
    font-size: 24px;
    font-weight: bold;
}

.landing_gallery {
	padding: 40px 0;
}

.vc_cta3-container {
	margin-bottom: 0 !important;
}