/*
Theme Name: Gowilds Child
Theme URI: https://gaviaspreview.com/wp/gowilds/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: Child theme for the Gowilds theme.
Template: gowilds
*/

/* Hide address and calendar section on tour details pages */
.elementor-widget-gva_ba_item_address_map, .elementor-widget-gva_ba_item_calendar {
    display: none;
}

/* Hide author on archive template boxes */
.archive .author.vcard, .search .author.vcard {
    display: none;
}

/* Hide author on single post boxes */
.post-one__single .author.vcard {
    display: none;
}

/* Highlight current menu entry */
.current-page-parent ul li.current_page_item a span {
    color: #ED1C24;
}

/* Hide registration on frontend nav */
.regis_custom .user-one__user-account > ul.my_account_nav_list li:last-child {
    display: none!important;
}

/* Remove spacing after Login li */
.regis_custom .user-one__user-account ul.my_account_nav_list li {
    margin-bottom: 0!important;
}

/* Hide registration on frontend login form */
.user-registration .quick-login-link {
    display: none!important;
}

/* Hide duplicate password forgot on babe form */
form#babe_login #forgot_url {
    display: none!important;
}