/*
Theme Name:   DiviChild
Description:  This is child theme for Divi
Author:       Write here the author's name
Author URL:   Write here the author's blog or website url
Template:     Divi
Version:      1.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  DiviChild
*/

/* Write here your own personal stylesheet */


#events_shortcode .et_pb_text_inner {
    display: flex;
    justify-content: space-between;
}

#events_shortcode .tribe-events-meta-group-details {
    width: 50% !important;
}

#events_shortcode  .et_pb_text_inner dd {
    color: #101010;
    margin: 10px 0 !important;
    margin: 8px 0px;
    font-family: Figtree;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    font-style: initial !important;
}

#events_shortcode  .et_pb_text_inner dt {
    margin: 6px 0;
    font-family: Figtree;
    font-size: 20px;
    font-weight: 600;
    line-height: 29px;
    text-align: left;
    text-transform: uppercase;
}



button.woocommerce-button.button.woocommerce-form-login__submit ,.woocommerce-checkout  button#place_order{
    color: #FFFFFF !important;
    border-width: 0px !important;
    border-radius: 200px;
    font-size: 14px;
    font-family: 'Figtree', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    background-color: #0066ff;
    padding: 12px 26px;
    display: block;
}

button.woocommerce-button.button.woocommerce-form-login__submit:after ,.woocommerce-checkout  button#place_order:after{
    display: none !important;
}


.woocommerce-account .woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    display: inline-block;
    display: block;
}



/* event calendar */


@media (max-width: 767px){

    .et_pb_text_inner {
        flex-direction: column;
    }
    
    #events_shortcode .tribe-events-meta-group-details {
        width: 100% !important;
    }
    .event_related_slider {
        width: 100% !important;
    }
}



/* pine creek */

.creek_categories_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    justify-content: start;
}

.categories_grid {
    width: 32%;
    padding: 15px 0;
}

.categories_grid .category_thumb {
    height: 220px;
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.categories_grid a {
    text-decoration: underline;
    color: #F47920;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Manrope Bold';
}

.categories_grid h2 {
    font-size: 26px !important;
    font-family: 'Manrope Regular';
    font-weight: 600 !important;
    line-height: 40px !important;
    color: #444444 !important;
}

.category_parent_wrapper {
    display: flex;
    gap: 22px;
    flex-wrap: wrap;
    align-items: center;
}

.categories_parent_grid {
    padding: 20px 0;
    width: 49%;
    display: flex;
    gap: 15px;
    align-items: center;
}

.categories_parent_grid 
 .category_thumbnail {
    width: 45%;
}

.categories_parent_grid .category_thumbnail img {
    border-radius: 10px;
    width: 100% !important;
    height: 100% !important;
}

.categories_parent_grid 
 .category_content {
    width: 54%;
}

.category_content h3 {
    color: #444444;
    font-family: 'Manrope Regular';
    font-weight: 600;
}

.category_content p {
    font-size: 16px;
}


.listing-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    align-items: start;
    justify-content: start;
}

.listing-item {
    width: 31%;
}

.listing_thumbnail img {
    border-radius: 15px;
    border: 1px solid #EAEAEA;
    min-height: 250px !important;
    width: 100%;
    height: 245px !important;
    object-fit: cover;
}

.listing-details h3 {
    font-family: 'Manrope Regular';
    color: #444444;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
    padding: 0;
}

.listing_meta {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    font-family: 'Manrope Regular';
    font-size: 16px;
    font-weight: 600;
}

.listing_meta a {
    gap: 5px;
    align-items: center;
    vertical-align: middle;
    display: flex;
    color: #050505;
}

.listing-details p {
    font-size: 16px;
    font-family: 'Manrope Regular';
}

.grid-pagination {
    text-align: center;
    padding: 40px 0;
}

.grid-pagination a {
    margin: 0 5px;
    background: #f47920;
    padding: 10px 15px;
    color: white;
}

span.page-numbers.current {
    margin: 0 5px;
    background: black;
    padding: 10px 15px;
    color: white;
}

/* account location */

.acc_wrapper {
    flex-wrap: wrap;
    padding: 15px 0;
    display: flex;
    gap: 30px;
    justify-content: start;
}

.acc_wrapper  .loc_grid {
    border-radius: 10px;
    box-shadow: 1px 1px 9px -3px lightgray;
    width: 31%;
    padding: 12px;
}

.acc_wrapper .loc_grid img#img_loc {
    width: 100%;
}

.acc_wrapper .loc_grid h2 {
    font-size: 20px;
    line-height: 30px;
}

.acc_wrapper .loc_grid ul {
    list-style: none;
    padding: 0;
}

.acc_wrapper .loc_grid ul img {
    width: 20px !important;
}

.acc_wrapper .loc_grid ul li {
    align-items: center;
    padding: 5px 0;
    display: flex;
    gap: 13px;
}

.location_not_track{

    display: none;
}
.location_message,.location_not_track {
    position: absolute;
    left: 0;
    top: 0;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background: #00000054;
    top: 0;
    z-index: 9999;
}

.location_message .loc_cont,.location_not_track  .loc_cont{
    height: 250px;
    background: white;
    width: 50%;
    padding: 30px;
    text-align: center;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Lora', Georgia, "Times New Roman", serif;
}

.loc_cont h2 {
    line-height: 40px;
    font-family: 'Lora', Georgia, "Times New Roman", serif;
    font-size: 34px;
    padding: 20px 0 !important;
}

.loc_cont img {
    width: 10%;
}


.tribe-events .tribe-events-calendar-month__multiday-event-hidden {
    display: block !important;
    background: transparent !important;
    border: none !important;
}

.tribe-events .tribe-events-calendar-month__multiday-event-bar {
    background: transparent !important;
}

.tribe-events-view--month .tribe-events-calendar-month__multiday-event-bar-inner {
    padding: 90px 0px 0 26px !important;
}

h3.tribe-events-calendar-month__multiday-event-bar-title.tribe-common-h8 {
    padding: 10px 0 10px 10px;
    border-left: 2px solid #fff9de;
}

.tribe-events-view--month article {
    background: #004633;
    height: 170px;
    /* color: white !important; */
    width: 167px !important;
}

.woocommerce-checkout .woocommerce-notices-wrapper {
    display: none !important;
}

@media (max-width: 767px){

    .categories_grid{

        width: 100%;
    }

    .categories_parent_grid, .listing-item {
        flex-direction: column;
        width: 100% !important;
        max-width: 100% !important;
    }

    .location_message .loc_cont {
        height: 250px;
        width: 80%;
    }

    .categories_parent_grid .category_thumbnail {
        width: 100%;
    }
    
    .categories_parent_grid .category_content {
        width: 100% !important;
    }

    
    .loc_cont h2 {
        line-height: 32px;
        font-family: 'Lora', Georgia, "Times New Roman", serif;
        font-size: 24px;
        padding: 20px 0 !important;
    }

    .tribe-events-view--month article {
        width: 100% !important;
        height: 100%;
        padding: 14px !important;
        color: white !important;
    }
    
    .tribe-events-view--month article time {
        color: white !important;
    }
    
    .tribe-events-view--month article h3 {
        color: white !important;
    }
    
    .tribe-events-view--month article h3 a {
        color: white !important;
    }

}

@media (min-width: 768px) and (max-width: 1023px){

    .categories_parent_grid{

        width:100% !important;
    }
    .categories_parent_grid .category_thumbnail {
        width: 50%;
    }
    
    .categories_parent_grid .category_content {
        width: 50% !important;
    }

    .tribe-events .tribe-events-calendar-month__calendar-event {
        padding: 10px 6px !important;
    }
    .tribe-events-view--month article{

        width: 99px !important;
    }
}