/**
Template: astra
*/

/* LANDING PAGES IN FOOTER */

.unordered_list ul {
    margin: 0;
    list-style: none;
}

.unordered_list ul li {
    margin-bottom: 20px;
}

.hide {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 1.5s ease, opacity 1.0s ease;
}

.show {
    max-height: 1000px;
    opacity: 1;
    overflow: hidden;
    transition: max-height 1.5s ease, opacity 1.0s ease;
}

#landing_pages.hide {
    max-height: 0;
    opacity: 0;
}

#landing_pages.show {
    max-height: 1000px;
    opacity: 1;
}

.more span:hover {
    color: #85BB65;
    cursor: pointer;
}

.less span:hover {
    color: #85BB65;
    cursor: pointer;
}

.single-post-previous-next .elementor-post-navigation__separator-wrapper {
    margin: 0 10px;
}

/* ----------------------- */ 

/* FOOTER LINKS  */

.hover_links a:hover {
    color: #85BB65 !important;
}

/* GRAVITY FORM */

#gform_submit_button_1 {
    background: #168118;
    font-size: 18px;
}

#gform_submit_button_2 {
    background: #168118 !important;
    font-size: 18px;
}

.gform_title, .gform_required_legend {
    display: none;
}

form .gform-body input.large,
form .gform-body textarea {
    box-shadow: none;
    border-color: #575f54;
}

.gform-theme--foundation .gform_fields {
    row-gap: 30px;
}

/* message box max character */
div.charleft.ginput_counter {
    display: none;
}

/* hide captcha label */
div.gfield--input-type-captcha label.gfield_label {
    display: none;
}

/* ----------------------- */ 

/* PACKAGE PAGES */
.supported_payment_link {
    margin: 0 5px; 
    height: auto;
}

/* Single Posts */
.single-post-date ul {
    list-style: none;
    margin: 0;
}


