/*
Theme Name: Bacata Child Theme
Version: 1.0.1.1
Description: Theme child
Author: estudio89
Author URI: http://estudio89.com
Template: bacata
*/

body, h1, h2, h3, h4, h5, h6, .post-title, .post-meta, .post-share, .post-tags, .e89-author .name, .more-link, .post-related, .post-navigation, .comment-data, .comment-reply, .comment-reply-cancel, .comment-navigation, .comment-form-msg, .form-submit, #e89-pagination, blockquote, .section-title, label, legend, input, textarea, select, input[type=reset], input[type=submit], input[type=button], button, .woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button, .e89-header-widget .widget, #e89-header-nav, #main-menu.e89-menu-normal ul li, #mobile-menu, .e89-header-bar, .e89-mobile-bar, .e89-sidebar .widget-title, .e89-sidebar .widget, #e89-footer .widget-title, #e89-footer {
    font-family: 'Montserrat HLP';
}

#e89-header {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
}
#e89-header .e89-header-wrapper {
    background-color: #fff;
    flex: 1;
    border-left: 5px solid #11b0b0;
}
.e89-header-logo .mobile-logo {
    max-height: 60px;
}
.e89-mobile-button.hamburger:before, .e89-mobile-button.hamburger:after, .e89-mobile-button.hamburger span {
    height: 2px;
    top: 24px;
}
.e89-mobile-button.hamburger:before {
    top: 15px;
}
.e89-mobile-button.hamburger:after {
    top: 33px;
}

#mobile-menu li.account {
    padding: 10px 40px;
    margin-top: 20px;
}
#mobile-menu li.account a,
#e89-header .e89-header-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    flex: 0 0 auto;
    width: 100%;
    background-color: #11b0b0;
    color: #fff;
    font-size: .9em;
    text-transform: uppercase;
}
#mobile-menu li.account a:hover,
#e89-header .e89-header-btn:hover {
    background-color: #35679a;
}
#mobile-menu li.account a .cont {
    justify-content: center;
}
#e89-header .e89-header-btn {
    display: none;
}

#e89-main-head {
    padding-top: 80px;
}
#e89-main-head.mode-slider {
    padding-top: 0;
}
#e89-main-content {
    padding-top: 80px;
    padding-bottom: 80px;
}

body.home #e89-main-content {
    padding: 0;
}
.section-home {
    padding: 80px 20px;
    text-align: center;
}
.section-home .wrapper {
    max-width: 1200px;
    margin: auto;
}
.section-home h2 {
    color: #000;
    text-transform: uppercase;
    font-size: 2em;
}
.section-home.why .wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
}
.section-home.why .img {
    width: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.section-home.why .text {
    width: 100%;
    padding-top: 20px;
}
.section-home.steps {
    background-color: #11b0b0;
    color: #fff;
}
.section-home.steps h2,
.section-home.steps h3 {
    color: #fff;
}
.section-home.steps a {
    color: #fff;
    text-decoration: underline;
}
.section-home.steps .box {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    max-width: 600px;
    min-height: 140px;
    padding: 0 20px;
}
.section-home.steps .num {
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-text-stroke: 0.711111px rgb(255, 255, 255);
    color: transparent;
    font-size: 8em;
    line-height: 1;
    font-weight: 700;
    opacity: .5;
}
.section-home.steps p {
    margin-bottom: 1em;
}
.section-home.steps .slick-slider {
    margin-top: 30px;
}
.section-home.steps .slick-slider:before {
    content: "";
    border-top: 1px solid #fff;
    display: block;
    width: 120px;
    margin: 60px auto;
}
.section-home.steps .slick-dots li button {
    background-color: #fff;
}

.section-home.faqs .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 30px;
}
.section-home.faqs .box {
    width: 100%;
    background-color: #f9f9f9;
    margin: 10px 0;
    padding: 40px 20px;
    font-size: .9em;
    line-height: 1.3em;
}
.section-home.faqs h3 {
    color: #000;
    font-size: 1.2em;
}
.section-home.faqs .box p {
    margin: 0;
}
.section-home.get {
    background-color: #35679a;
    background-image: url(img/pattern.png);
    background-size: cover;
    color: #fff;
}
.section-home.get h2 {
    color: #fff;
    margin-bottom: 40px;
}
.section-home.get img {
    width: 80px;
    display: block;
    margin: 0 auto 20px auto;
}

.hlp-faqs .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
    border-top: 1px solid #ccc;
    cursor: pointer;
}
.hlp-faqs .title:first-of-type {
    border-top: 0;
}
.hlp-faqs .title h2,
.hlp-faqs .title i {
    margin-bottom: 0;
    font-size: 1.2em;
    color: #000;
    transition: all .3s ease;
}
.hlp-faqs .title i {
    font-size: 1.1em;
    margin-left: 1em;
}
.hlp-faqs .title.active h2,
.hlp-faqs .title:hover h2,
.hlp-faqs .title.active i,
.hlp-faqs .title:hover i {
    color: #11b0b0;
}
.hlp-faqs .title.active i::before {
    content: "\e404";
}
.hlp-faqs .content {
    display: none;
}
.hlp-faqs .wrapper {
    padding: 20px;
}

.post-loop-meta {
    position: relative;
    padding: 10%;
    z-index: 2;
}
.post-loop-meta .post-date {
    position: absolute;
    top: -14%;
    right: 5%;
}
.post-loop-meta .post-date a {
    background: #35679a;
    color: #fff;
    display: block;
    width: 56px;
    padding: 10px 0;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}
.post-loop-meta .post-date .day {
    display: block;
    font-size: 22px;
    line-height: 1;
}
.post-loop-meta .post-date .month {
    display: block;
    font-size: 10px;
    line-height: 1;
    margin-top: 4px;
}
.post-loop-meta .post-category {
    display: block;
    text-transform: uppercase;
    font-size: .7em;
    font-weight: 500;
    letter-spacing: .2em;
}
.post-loop-meta .post-title {
    font-size: 1.4em;
    letter-spacing: .1em;
    font-weight: 500;
}
.post-loop-meta .post-comments {
    display: block;
    margin-top: 20px;
}
.post-loop-meta .post-comments i {
    font-size: 1.4em;
    vertical-align: middle;
    margin-right: 0.5em;
}

.post-share {
    margin-top: 40px;
}

#e89-footer-wrapper {
    padding-top: 80px;
}
#e89-footer .widget {
    margin-bottom: 60px;
}
#e89-footer .col-1 img {
    max-width: 150px!important;
}
#e89-footer .col-2 li {
    margin-bottom: .6em;
}
#e89-footer .contact {
    margin-bottom: 40px;
}
#e89-footer .contact a {
    display: block;
    width: max-content;
    margin-bottom: .6em;
}
#e89-footer .contact a i {
    width: 1em;
    text-align: center;
    margin-right: .4em;
}
#e89-footer .social a {
    display: inline-block;
    margin-right: 20px;
    font-size: 1.4em;
}
#e89-footer a.chat-whatsapp {
    display: inline-block;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 2;
    width: 50px;
    text-align: center;
    line-height: 42px;
    font-size: 30px;
    background: #1bd741;
    border: 3px solid #fff;
    color: #fff;
    border-radius: 50%;
    padding-bottom: 2px;
    box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, .2);
}

@media (min-width: 576px) {

    #e89-footer .column.col-1 {
        width: 100%;
    }

}

@media (min-width: 768px) {

    .e89-main-head-wrapper {
        min-height: 300px;
    }

    .section-home.why .img {
        width: 40%;
    }
    .section-home.why .text {
        width: 60%;
        padding-top: 0;
        padding-left: 20px;
    }

    .section-home.faqs .box {
        width: 48%;
    }

    #e89-footer .column.col-1 {
        width: 33.333%;
    }
}

@media (min-width: 1024px) {

    #e89-header {
        top: 0;
        left: 20px;
        right: 20px;
        max-width: 1200px;
        margin: auto;
        flex-direction: row;
        flex-wrap: wrap;
    }
    .e89-header-bar-wrapper {
        padding-left: 0;
        padding-right: 0;
    }
    #main-menu.e89-menu-normal >li.account {
        display: none;
    }
    #main-menu.e89-menu-normal:not(.dividers-first-last) >li:nth-last-child(2) {
        margin-right: 0;
    }
    .e89-header-bar .to-left, .e89-header-bar .to-right {
        flex: 0 0 auto;
        width: auto;
    }
    #e89-header .e89-header-btn {
        display: flex;
        margin-left: 20px;
        width: 160px;
    }

    #e89-main-head {
        padding-top: 140px;
    }

    .section-home.why .img {
        width: 50%;
        max-width: 500px;
    }
    .section-home.why .text {
        flex: 1;
        width: auto;
        padding-left: 40px;
    }

    .section-home.faqs .box {
        width: 32%;
    }

}

@media (min-width: 1200px) {


    #main-menu.e89-menu-normal >li {
        margin: 5px 15px 5px 15px;
    }

}

/* Helpsi Software */

body.hlp-page #e89-header,
body.hlp-page #e89-footer .columns-container {
    display: none!important;
}

body.hlp-page #e89-main-content {
    padding: 0;
}

body.hlp-page #e89-footer-wrapper {
    max-width: 100%;
    padding-top: 0;
}
body.hlp-page #e89-footer .copyright-area {
    margin: 0;
    border: 0;
    min-height: 55px;
    padding-top: 15px;
    padding-bottom: 10px;
}