/* ==========================================================================
    Header Widget
   ========================================================================== */

/* General */

.th-header-wrap .elementor-icon-box-title,
.th-header-wrap .elementor-icon-box-description {
    margin-left:5px;
    margin-right:5px;
}

.th-header-wrap .elementor-icon-box-title {margin-top:0}

.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-title {}

.th-header-wrap .th-header-divider {
    height:0;
    display:inline-block;
    border:1px solid var(--e-global-color-primary);
    margin-left:5px;
    margin-right:5px;
    margin-bottom:18px;
}

.th-header-wrap h1 + .th-header-divider {width:60px; margin-top:2px}

.th-header-wrap h2 + .th-header-divider {width:54px;}

.th-header-wrap h3 + .th-header-divider {width:50px; margin-bottom:14px}

.th-header-wrap h4 + .th-header-divider {width:44px; margin-bottom:14px}

.th-header-wrap h5 + .th-header-divider {width:42px; margin-bottom:10px}

.th-header-wrap h6 + .th-header-divider {width:30px; margin-bottom:10px}

.elementor-widget-themo-header .elementor-icon-box-content h1 ~ p {font-size:18px}

.elementor-widget-themo-header .th-btn-wrap {margin-top:32px}

.elementor-widget-themo-header .th-btn-wrap .th-btn {margin:0 5px 10px 5px}

@media (min-width:480px) {
    .elementor-widget-themo-header .elementor-icon-box-content h1 ~ .th-btn-wrap .th-btn {
        font-size: 17px;
        padding: 12px 38px;
    }
}

.elementor-widget-themo-header .th-btn-wrap .btn-image {
    display:inline-block;
    padding:0 !important;
}

.th-header-wrap .elementor-icon-box-description {white-space:pre-line}

/* Default icon */

.elementor-widget-themo-header .th-header-wrap .elementor-icon,
.elementor-widget-themo-header.elementor-view-default .th-header-wrap .elementor-icon {color: var(--e-global-color-primary)}
.elementor-widget-themo-header.elementor-view-default .th-header-wrap .elementor-icon svg {fill: var(--e-global-color-primary)}

/* Framed */

.elementor-widget-themo-header.elementor-view-framed .th-header-wrap .elementor-icon {
    padding:0.65em;
    color: var(--e-global-color-primary);
    border-color: var(--e-global-color-primary);
}

/* Filled */

.elementor-widget-themo-header.elementor-view-stacked .th-header-wrap .elementor-icon {
    padding:0.65em;
    color:#fff;
    background-color: var(--e-global-color-primary);
}

/* Icon Positioned Top */

.elementor-widget-themo-header .th-header-wrap .elementor-icon-box-icon {margin-bottom:15px}

/* Icon Positioned Left / Right */

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon,
.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.elementor-widget-themo-header.elementor-position-left .th-header-wrap .elementor-icon-box-icon {margin-right:20px; margin-bottom:0}

.elementor-widget-themo-header.elementor-position-right .th-header-wrap .elementor-icon-box-icon {margin-left:20px; margin-bottom:0}

@media (max-width:1024px) {

    /* Icon Positioned Top */
    .elementor-widget-themo-header.elementor-position-tablet-top .th-header-wrap .elementor-icon-box-icon {margin-bottom:15px}

    .elementor-widget-themo-header.elementor-position-tablet-top .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: block;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    /* Icon Positioned Left / Right */
    .elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-icon,
    .elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .elementor-widget-themo-header.elementor-position-tablet-left .th-header-wrap .elementor-icon-box-icon {margin-right:20px; margin-bottom:0}
    .elementor-widget-themo-header.elementor-position-tablet-right .th-header-wrap .elementor-icon-box-icon {margin-left:20px; margin-bottom:0}

}

@media (max-width:767px) {

    /* Icon Positioned Top */
    .elementor-widget-themo-header.elementor-position-mobile-top .th-header-wrap .elementor-icon-box-icon {margin-bottom:15px}

    .elementor-widget-themo-header.elementor-position-mobile-top .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: block;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    /* Icon Positioned Left / Right */
    .elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: left;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-wrapper.th-show-icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        text-align: right;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-icon,
    .elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-icon {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    }
    .elementor-widget-themo-header.elementor-position-mobile-left .th-header-wrap .elementor-icon-box-icon {margin-right:20px; margin-bottom:0}
    .elementor-widget-themo-header.elementor-position-mobile-right .th-header-wrap .elementor-icon-box-icon {margin-left:20px; margin-bottom:0}
}



/* ==========================================================================
    Button Widget
   ========================================================================== */

.elementor-widget-themo-button .th-btn {
    margin-top:5px;
    margin-bottom:5px;
}
.elementor-widget-themo-button .btn-image {display:inline-block}

.elementor-widget-themo-button .btn-1 {margin-right:6px}

.elementor-widget-themo-button.th-btn-align-center .th-btn {
    margin-left:3px;
    margin-right:3px;
}

.elementor-widget-themo-button.th-btn-align-right .btn-1 {margin-right:0}
.elementor-widget-themo-button.th-btn-align-right .btn-2 {margin-left:6px}

.btn {
    font-weight:500;
    padding:14px 20px;
    text-transform:uppercase;
    white-space:normal;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    line-height: 1.2;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.btn:focus {color:#fff}

.btn-standard-primary {
    color: #fff !important;
    background-color: var(--e-global-color-primary);
    border-color: var(--e-global-color-secondary);
}

.btn-standard-accent {
    color:#fff;
    background-color: var(--e-global-color-secondary);
    border-color: var(--e-global-color-primary);
}

.btn-standard-light {
    color:#1b1b1b;
    background-color:#fff;
    border-color:#fff;
}

.btn-standard-dark {
    color:#fff;
    background-color:#1b1b1b;
    border-color:#1b1b1b;
}

.btn-standard-primary:hover,
.btn-standard-accent:hover,
.btn-standard-dark:hover {
    color:#fff;
    opacity:0.85;
}
.btn-standard-light:hover,
.btn-standard-light:focus {
    color:#1b1b1b;
    opacity:0.85;
}

.btn-standard-primary, .btn-standard-accent,
.btn-standard-light, .btn-standard-dark,
.btn-ghost-primary, .btn-ghost-accent,
.btn-ghost-light, .btn-ghost-dark {border-width:1px}

.btn-ghost-primary {
    color: var(--e-global-color-primary);
    background-color: white;
    border-color: var(--e-global-color-primary);
}
.btn-ghost-primary:hover {
    color: var(--e-global-color-secondary);
    background-color: white;
    border-color: var(--e-global-color-secondary);
}

.btn-ghost-accent {
    color:var(--e-global-color-secondary);
    background-color: white;
    border-color:var(--e-global-color-secondary);
}
.btn-ghost-accent:hover {
    color: var(--e-global-color-primary);
    background-color: white;
    border-color: var(--e-global-color-primary);
}

.btn-ghost-light {
    color:var(--e-global-color-secondary);
    background-color: white;
    border-color:var(--e-global-color-secondary);
}
.btn-ghost-light:hover,
.btn-ghost-light:focus {
    color: var(--e-global-color-primary);
    background-color: white;
    border-color: var(--e-global-color-primary);
}

.btn-ghost-dark {
    color:#1b1b1b;
    background-color:transparent;
    border-color:#1b1b1b;
}
.btn-ghost-dark:hover {
    color:#fff;
    background-color:#1b1b1b;
    border-color:#1b1b1b;
}

.btn-cta-primary,
.btn-cta-accent {
    display:inline-block;
    padding:14px 20px;
    font-weight:600;
    text-transform:uppercase;
    color:#fff;
    white-space:nowrap;
    border:0;
}
.btn-cta-primary {background-color: var(--e-global-color-primary);}
.btn-cta-accent {background-color: var(--e-global-color-secondary);}

.btn-cta-primary:hover,
.btn-cta-accent:hover {
    text-decoration:none;
    color:#fff;
    opacity:0.85;
}

.btn:active,
.btn.active {
    background-image:none;
    outline:0;
    box-shadow:0 0 0;
}

.th-btn i,
.th-btn span {
    margin-top:2px;
    margin-left:8px;
}

.th-btn-align-left {text-align:left}
.th-btn-align-center {text-align:center}
.th-btn-align-right {text-align:right}

a:focus, .button:focus, .btn:focus {outline:none}
/* ==========================================================================
    Testimonial Widget
   ========================================================================== */

.th-testimonial-w.th-txt-sm .elementor-testimonial-content {
    font-size:18px;
}
.th-testimonial-w.th-txt-md .elementor-testimonial-content {
    font-size:22px;
}
.th-testimonial-w.th-txt-lg .elementor-testimonial-content {
    font-size:26px;
}

.th-testimonial-w .elementor-testimonial-name {
    color:#6d6d6d;
    font-size:18px;
}

.th-testimonial-w .elementor-testimonial-job {
    color:#868686;
    font-size:14px;
}

.elementor-testimonial-image img {
    width:60px !important;
    height:60px !important;
}

.th-testimonial-w .th-star-rating {
    margin-bottom:20px;
}
.th-testimonial-w .th-star-rating span {
    font-size:18px;
}
.th-testimonial-w .th-star-rating span:before {
    content:"\f006";
}

.th-testimonial-w .th-star-05 .th-star-1:before,
.th-testimonial-w .th-star-15 .th-star-2:before,
.th-testimonial-w .th-star-25 .th-star-3:before,
.th-testimonial-w .th-star-35 .th-star-4:before,
.th-testimonial-w .th-star-45 .th-star-5:before {
    content:"\f123";
}

.th-testimonial-w .th-star-10 .th-star-1:before,
.th-testimonial-w .th-star-15 .th-star-1:before,
.th-testimonial-w .th-star-20 .th-star-1:before,
.th-testimonial-w .th-star-20 .th-star-2:before,
.th-testimonial-w .th-star-25 .th-star-1:before,
.th-testimonial-w .th-star-25 .th-star-2:before,
.th-testimonial-w .th-star-30 .th-star-1:before,
.th-testimonial-w .th-star-30 .th-star-2:before,
.th-testimonial-w .th-star-30 .th-star-3:before,
.th-testimonial-w .th-star-35 .th-star-1:before,
.th-testimonial-w .th-star-35 .th-star-2:before,
.th-testimonial-w .th-star-35 .th-star-3:before,
.th-testimonial-w .th-star-40 .th-star-1:before,
.th-testimonial-w .th-star-40 .th-star-2:before,
.th-testimonial-w .th-star-40 .th-star-3:before,
.th-testimonial-w .th-star-40 .th-star-4:before,
.th-testimonial-w .th-star-45 .th-star-1:before,
.th-testimonial-w .th-star-45 .th-star-2:before,
.th-testimonial-w .th-star-45 .th-star-3:before,
.th-testimonial-w .th-star-45 .th-star-4:before,
.th-testimonial-w .th-star-50 .th-star-1:before,
.th-testimonial-w .th-star-50 .th-star-2:before,
.th-testimonial-w .th-star-50 .th-star-3:before,
.th-testimonial-w .th-star-50 .th-star-4:before,
.th-testimonial-w .th-star-50 .th-star-5:before {
    content:"\f005";
}

/* Hole Single Page */

body.single-themo_hole #respond {margin-bottom:50px}

body.single-themo_hole .comments-closed {display:none}

/* MailChimp */

#mc_signup input {
    height:46px;
    padding:10px 20px;
    border:1px solid #d3d3d3;
    border-radius:2px;
}
#mc_signup input[type=submit] {border:0}

/* ==========================================================================
    Call To Action Widget
   ========================================================================== */

.th-cta {text-align:center}

.th-cta .th-cta-text,
.th-cta .th-cta-btn {display:inline-block}

.th-cta .th-cta-text span {
    font-size:24px;
    color:#74986A;
    margin-left:15px;
    margin-right:15px;
}

.th-cta .th-cta-btn {margin:10px 15px}

.th-cta .btn-cta,
.th-cta .a2c-cta a.button {margin:5px 5px 8px}

.th-cta .th-btn {
    font-size:18px;
    padding:15px 46px;
    margin:5px 5px 10px;
}

.th-cta .btn-image {
    display:inline-block;
    padding:0 !important;
}


/* ==========================================================================
    FAQ Widget
   ========================================================================== */

.th-faq {}

.th-faq dl dt {
    padding-top:20px;
    color:#515151;
    font-size:18px;
    font-weight:600;
}

.th-faq dl dd {
    padding:10px 0 20px 0;
    border-bottom:1px solid #e2e3e4;
    color:#5c5c5c;
    line-height:24px;
}

.th-light-text .th-faq dl dt,
.th-light-text .th-faq dl dd {color:#fff}
