/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 29 2025 | 11:33:23 */
.qodef-h1, h1, .qodef-h2, h2, .qodef-h3, h3, .qodef-h4, h4, .qodef-h5, h5, .qodef-h6, h6, 
.qodef-section-title .qodef-m-subtitle,
.qodef-testimonials-list .qodef-e-mark,
.qodef-header-navigation>ul>li>a 
 {
    color: #805c41;
}

footer a {color: #805c41!important;}


.qodef-section-title .qodef-m-text, p, .qodef-testimonials-list .qodef-e-text {
    color: #666!important;
}

.qodef-section-title .qodef-m-supertitle .qodef-m-supertitle-text,
.qodef-section-title .qodef-m-supertitle:before {
  	color:  #805c41;!important;
}

.qodef-social-share li a {
    background-color: #e9d3c5;
}
.qodef-shortcode-list a {color: #805c41!important;}

button[type=submit] {background-color:  #e9d3c5;color: #805c41!important;}

.qodef-widget-holder.qodef--one {display: none!important;}
.qodef-widget-holder.qodef--two {display: none!important;}



@media screen and (max-width: 768px) {
    h1, h2, h3, h4, h5, h6, p, div {
        text-align: center;
    }
}


@media screen and (max-width: 768px) {
    /* Adjust text size in Revolution Slider */
    .tp-caption, 
    .tp-title, 
    .tp-paragraph, 
    .rev_slider .tp-layer {
        font-size: 14px !important; /* Adjust as needed */
        line-height: 1.2 !important;
        max-width: 90% !important; /* Ensures text does not overflow */
    }

    /* Adjust buttons in Revolution Slider */
    .rev-btn, .tp-button {
        font-size: 12px !important;
        padding: 6px 12px !important;
        min-width: auto !important;
        max-width: 100% !important;
    }

    /* Reduce the slider height on mobile */
    .rev_slider {
        height: 300px !important; /* Adjust as needed */
    }
}

