/*
Theme Name: LP Theme
Theme URI:
Author: Soto
Author URI: https://gosoto.co
Description:
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: lptheme
Template: Total
*/
@font-face {
    font-family: 'DINNextLTProLight';
    src: url('assets/fonts/DINNextLTPro-Light.eot?#iefix') format('embedded-opentype'), url('assets/fonts/DINNextLTPro-Light.otf') format('opentype'),
    url('assets/fonts/DINNextLTPro-Light.woff') format('woff'), url('DINNextLTPro-Light.ttf') format('truetype'), url('assets/fonts/DINNextLTPro-Light.svg#DINNextLTPro-Light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINNextLTProMedium';
    src: url('assets/fonts/DINNextLTPro-Medium.eot?#iefix') format('embedded-opentype'), url('assets/fonts/DINNextLTPro-Medium.otf') format('opentype'),
    url('assets/fonts/DINNextLTPro-Medium.woff') format('woff'), url('DINNextLTPro-Medium.ttf') format('truetype'), url('assets/fonts/DINNextLTPro-Medium.svg#DINNextLTPro-Medium') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: DINNextLTProLight, Arial, Helvetica, sans-serif;
    font-size: 18px;
}

h1, h2, h3, h4, h5, h6, strong {
    font-weight: normal;
}

strong,
.site-content strong {
    font-family: 'DINNextLTProMedium';
}

.lps-container > .vc_column-inner > .wpb_wrapper {
    max-width: 90%;
    margin: 0 auto;
    width: 980px;
}

a:hover, a:active {
    color: #009bb1;
    text-decoration: none;
}

/* Header */
#site-header-sticky-wrapper.is-sticky {
    height: 120px !important;
}

#site-header-sticky-wrapper.is-sticky #site-header {
    box-shadow: none;
}

.lps-menu-border {
    position: absolute;
    top: 150px;
    left: 0;
    right: 0;
    height: 2px;
    background-color: #ceced2;
    z-index: 2;
}

.is-sticky .lps-menu-border {
    display: none;
}

#site-header-inner {
    padding: 150px 0 0;
    position: relative;
    z-index: 1;
}

.is-sticky #site-header-inner {
    padding-top: 40px;
    padding-bottom: 30px;
    height: 120px;
}

.lps-site-logo {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    transition: left .15s, transform .15s;
}

.is-sticky .lps-site-logo {
    left: 0;
    transform: translateX(0);
}

.lps-site-logo .logo-img {
    display: block;
    width: auto;
    height: 90px;
}

.is-sticky .lps-site-logo .logo-img {
    height: 60px;
}

.lps-header-social-wrap {
    position: absolute;
    right: 0;
    top: 70px;
    text-align: right;
}

.is-sticky .lps-header-social-wrap {
    top: 50px;
}

ul.lps-header-socials {
    list-style: none;
    display: inline-block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.lps-header-socials li {
    float: left;
    margin-left: 10px;
}

.lps-header-socials li:first-child {
    margin-left: 0;
}

.lps-header-socials li a {
    display: block;
    height: 28px;
    width: 28px;
    line-height: 28px;
    background-color: #009bb1;
    color: #fff;
    font-size: 16px;
    text-align: center;
    transition: background-color .2s;
}

.lps-header-socials li a:hover,
.lps-header-socials li a:active {
    background-color: #2a3e4b !important;
}

.lps-header-socials li a .ticon {
    position: relative;
    top: 2px;
}

div#site-navigation-wrap {
    position: relative;
    top: auto;
    left: 0;
    right: 0;
    margin: 0;
    padding: 0;
    text-align: center;
}

.is-sticky #site-navigation-wrap {
    margin-left: 280px;
    margin-right: 90px;
}

#site-navigation {
    display: inline-block;
}

.sidr-class-dropdown-menu li a {
    font-family: DINNextLTProMedium;
    font-size: 16px;
}

#site-navigation .dropdown-menu > li.menu-item > a {
    font-family: DINNextLTProMedium;
    font-size: 18px;
    color: #aaabb3 !important;
    text-transform: uppercase;
    padding-left: 30px;
    padding-right: 30px;
}

#site-navigation .dropdown-menu > li.menu-item > a.active-item,
#site-navigation .dropdown-menu > li.menu-item > a:hover,
#site-navigation .dropdown-menu > li.menu-item > a:active {
    color: #009bb1 !important;
    text-decoration: none;
}

#sidr-id-menu-main-menu > li > a.active-item,
#sidr-id-menu-main-menu > li > a:hover,
#sidr-id-menu-main-menu > li > a:active {
    color: #fff !important;
    text-decoration: none;
}
.is-sticky #site-navigation .dropdown-menu > li.menu-item > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
}

.navbar-style-one .dropdown-menu > li.menu-item > a > span.link-inner {
    padding: 0;
}

.lps-section-container {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
}

/* Banner */
#home-page-banner-text {
    height: 29vw;
    display: flex;
    align-items: flex-end;
    padding-bottom: 30px;
    min-height: 160px
}

#home-page-banner-text h1 {
    font-family: 'DINNextLTProLight';
    font-size: 68px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 0;
}

#home-page-banner-text h1 span {
    font-family: DINNextLTProMedium;
}

/* Service box */
.lps-service-grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.lps-service-box {

}

.lps-service-grid .lps-service-box {
    width: 33.33%;
    display: flex;
    align-items: stretch;
}

.lps-service-box-inner {
    position: relative;
    padding: 10px 15px 20px 15px;
    background: #b9e1d8;
    border-radius: 0;
    text-align: center;
    opacity: .4;
    transition: opacity .25s;
}

.lps-service-grid .lps-service-box:nth-child(2n) .lps-service-box-inner {
    background: #eef8f5;
}

.lps-service-box.lps-active .lps-service-box-inner {
    opacity: 1;
}

.lps-service-box-icon {
    width: auto;
    height: 70px;
    margin-bottom: 10px;
}

.lps-service-box-icon img {
    width: auto;
    height: 70px;
}

.lps-service-box .lps-service-box-title {
    color: #009bb1;
    font-family: DINNextLTProMedium;
    font-size: 24px;
    line-height: 1.15em;
    margin: 0 0 15px;
}

.lps-service-box .lps-service-box-text {
    color: #2a3e4b;
    font-family: DINNextLTProLight;
    font-size: 18px;
    line-height: 1.25em;
    margin: 0;
    padding: 0;
}

.site-content {
    font-family: DINNextLTProLight;
    font-size: 18px;
    line-height: 1.25em;
}

.site-content h2,
.site-content h2.vc_custom_heading {
    color: #009bb1;
    font-size: 32px;
    line-height: 1.12em;
    margin: 0 0 35px;
}

body .wpex-carousel button.owl-dot {
    background-color: #d3e3e9;
}

body .wpex-carousel button.owl-dot.active {
    background-color: #009bb1;
}

.lps-testimonials-thumb {
    margin-bottom: 20px;
    text-align: center;
}

body .testimonial-entry-content {
    padding: 0;
    background: transparent;
    border-radius: 0;
}

.testimonial-caret {
    display: none !important;
}

.vcex-testimonials-carousel .owl-item:not(.cloned)::after {

}

body .testimonial-entry-author {
    color: #009bb1;
    font-size: 18px;
    margin: 0 0 5px;
}

.testimonial-entry-details {
    font-style: italic;
    color: #2a3e4b;
}

.testimonial-entry-company {
    color: #2a3e4b;
    font-size: 18px;
}

.lps-text-white {
    color: #fff;
}

.lps-text-white a {
    color: inherit;
}

.lps-header-socials.lps-header-socials-white li a {
    background: #fff;
    color: #009bb1;
}


#contact-us-2 .wpb_single_image {
    text-align: right;
}

#contact-us-2 .wpb_single_image img {
    border: 10px solid #fff;
}

#footer-builder {
    font-size: 14px;
    padding: 30px 0;
    background: #2a3e4b;
}

#footer-builder a:hover, #footer-builder a:active {
    color: #009bb1;
    text-decoration: none;
}

.lps-section-id {
    position: absolute;
    left: 0;
    top: -120px;
    opacity: 0;
    z-index: -10;
}

.admin-bar .lps-section-id {
    top: -152px;
}

#site-scroll-top:hover {
    background: #009bb1;
}

/* Slider */
.lps-slider-wrap {
    position: relative;
    margin-bottom: 30px;
}

.lps-slider-wrap .forcefullwidth_wrapper_tp_banner {
    z-index: 1;
}

.lps-slider-nav-wrap {
    margin-left: 0;
    width: 560px;
    position: absolute;
    bottom: 0;
    z-index: 2;
    height: 50px;
    max-width: 75%;
}

.lps-slider-nav-dots-wrap {
    text-align: left;
    position: absolute;
    left: 0;
    white-space: nowrap;
    top: 25px;
    height: 14px;
    line-height: 14px;
}

.lps-slider-nav-dots-wrap a.lps-slider-nav-dot-item {
    background: #009bb1;
    width: 14px;
    height: 14px;
    line-height: 0;
    font-size: 0;
    display: inline-block;
    margin-right: 8px;
    border-radius: 50%;
    box-shadow: 0 0 0px 1px rgba(255, 255, 255, .5);
}

.lps-slider-nav-dots-wrap a.lps-slider-nav-dot-item.lps-slider-dot-current {
    background: #2a3e4b;
}

.lps-slider-nav-arrows-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 50px;
    transform: translateY(50%);
}

.lps-slider-nav-arrows-wrap a {
    background: #009bb1;
    color: #fff;
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 5px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
}

.lps-slider-nav-arrows-wrap a:hover, .lps-slider-nav-arrows-wrap a:active {
    background: #2a3e4b;
}

.lps-slider-wrap .tp-bannertimer {
    display: none !important;
}

.lps-slider-wrap .tp-parallax-wrap,
.lps-slider-wrap .tp-loop-wrap,
.lps-slider-wrap .tp-mask-wrap,
.lps-slider-wrap .lps-slide-caption,
.lps-slide-caption .lps-slide-caption-link {
    position: absolute !important;
    left: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    right: 0 !important;
    width: auto !important;
}

.lps-slide-caption {
    display: flex !important;
    align-items: flex-end;
}

.easl-hps-caption .lps-slide-caption-link {
    z-index: 1;
}

.lps-slide-caption-inner {
    position: relative;
    bottom: 50px;
    z-index: 2;
}

.lps-slide-caption-content {
    width: 560px;
    overflow: hidden;
    white-space: normal;
    position: relative;
    z-index: 2;
    max-width: 75%;
}

.lps-slide-caption-content .lps-slide-caption-title {
    font-family: 'DINNextLTProLight';
    font-size: 68px;
    line-height: 1em;
    color: #fff;
    margin-bottom: 0;
}

.lps-slide-caption-content .lps-slide-caption-title strong {
    font-family: DINNextLTProMedium;
}


@media only screen and (max-width: 1365px) {
    #home-page-banner-text h1 {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1100px) {
    .lps-slide-caption-content .lps-slide-caption-title {
        font-size: 56px;
    }
}

@media only screen and (max-width: 1023px) {
    .is-sticky #site-navigation .dropdown-menu > li.menu-item > a {
        padding-left: 15px;
        padding-right: 15px;
    }

    #home-page-banner-text {
        padding-bottom: 20px;
    }

    #home-page-banner-text h1 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 959px) {
    .lps-menu-border {
        display: none;
    }

    .lps-header-social-wrap,
    .is-sticky .lps-header-social-wrap {
        right: 45px;
    }

    body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
        margin-top: -9px;
    }

    .lps-slide-caption-content .lps-slide-caption-title {
        font-size: 36px;
    }
}

@media only screen and (max-width: 767px) {
    #site-header-inner,
    .is-sticky #site-header-inner {
        padding: 12px 0 20px;
        height: auto;
    }

    .lps-site-logo {
        position: relative;
        left: 0;
        transform: translate(0, 0);
        float: left;
        top: 0;
        max-width: calc(100% - 130px);
    }

    .lps-site-logo .logo-img,
    .is-sticky .lps-site-logo .logo-img {
        height: 60px;
    }

    .lps-header-social-wrap,
    .is-sticky .lps-header-social-wrap {
        top: 35px;
        right: 45px;
    }

    body.wpex-mobile-toggle-menu-icon_buttons #mobile-menu {
        top: 37px;
        margin-top: 0;
    }

    .lps-slider-wrap .tp-parallax-wrap {
        background-color: rgba(0, 0, 0, .25);
    }

    .lps-slide-caption-content .lps-slide-caption-title {
        font-size: 32px;
    }

    .lps-service-grid {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }

    .lps-service-grid .lps-service-box {
        display: block;
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }

    #about-us-wrap .wpb_single_image {
        text-align: center;
        padding-top: 15px;
    }

    #contact-us-2 .wpb_wrapper {
        text-align: center;
    }

    #contact-us-2 .lps-header-socials {
        margin-bottom: 15px;
    }

    .testimonial-entry-content {
        text-align: center;
    }

    .testimonial-entry-bottom {
        text-align: center;
    }

    .testimonial-entry-meta {
        float: none;
    }

    #footer-builder .vc_row > .wpb_column:first-child {
        margin-bottom: 10px;
    }

    #footer-builder .wpb_text_column {
        text-align: center !important;
    }
}

@media only screen and (max-width: 639px) {
    .lps-slide-caption-content .lps-slide-caption-title {
        font-size: 28px;
    }
}