/*
*Theme Name:     PatioTime Child Theme
*Theme URI: 	 https://patiotime.loftocean.com/
*Description:    PatioTime child theme for user customization
*Author:         Loft.Ocean
*Author URI:     http://www.loftocean.com
*License: 		 GNU General Public License v2 or later
*License URI: 	 http://www.gnu.org/licenses/gpl-2.0.html
*Tags: 			 full-width-template, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, rtl-language-support, sticky-post, threaded-comments, translation-ready
*Template:       patiotime
*Text Domain: 	 patiotime-child
*Version:        1.0
*/

 /** Add your styles below **/


/* Apply Brand font for titles (h1, h2, h3, etc.) */
h1, h2, h3 {
    font-family: 'Brand' !important;
    text-transform: none; /* Ensure no all-caps loopy style */
}

/* Apply Proxima Nova Condensed for small titles (uppercase bold) */
h4, h5, h6 {
    font-family: 'Proxima Nova' !important;
    font-weight: 600; /* Bold */
    text-transform: uppercase; /* Uppercase for small titles */
}

/* Apply Proxima Nova Condensed regular for body text */
body {
    font-family: 'Proxima Nova' !important;
    font-weight: 400; /* Regular weight for body text */
}

/* Additional styling for Proxima Nova Condensed on smaller headings */
h4, h5, h6 {
    font-family: 'Proxima Nova' !important;
}

.button.pt-btn-color-secondary {
    
    color: #C59764 !important;
}

.mc4wp-form .fields-container input[type="email"] {
    border-color: white;
    color: white;
    
}

.mc4wp-form .fields-container button[type="submit"] {
   
    color: white !important;
}

.mc4wp-form .agree-to-terms {
    
    color: white !important; 
}

.ep-timezone-wrap {
    display:none;
}

.ep-box-card-title a {
    box-shadow: none;
    text-decoration: none;
    font-size: 21px !important;
    color: #BC9B5D !important;
    font-family: "Brand" !important;
}

.ep-text-small {
    font-size: 18px !important;
}
