/*
 Theme Name:   Cougar Camp
 Template:     Divi
 Text Domain:  cougar-camp
 Version:      1.0.0
 Divi5:        True
*/



/* Global Image Styling - Soft Corners */


.woocommerce img,
.wp-block-image img {
    border-radius: 15px !important;
}



/* Force No Sidebar (Override Defaults) */
#sidebar {
    display: none !important;
}

#left-area {
    width: 100% !important;
    padding-right: 0 !important;
    float: none !important;
}

.et_right_sidebar #left-area,
.et_left_sidebar #left-area {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.container:before {
    display: none !important;
    /* Removes the vertical divider line in Divi */
}

/* Global Buttons - Soft Corners */
.button,
.et_pb_button,
button,
input[type="submit"],
.woocommerce button.button,
.woocommerce .button {
    border-radius: 5px !important;
}

/* Sporty Slant (CSS Fallback for Divi Dividers)
.home .et_pb_section:first-of-type {
    /* Slant the bottom of the Hero Section
    -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 3vw), 0 100%);
    padding-bottom: 5vw !important;
}
 */

