/*
Theme Name: CozyStay Child
Theme URI: https://example.com/moj-parent-child
Description: Child CozyStay.
Author: Nenad Simic
Author URI: https://example.com
Template: cozystay
Version: 1.0
Text Domain: cozystay-child
*/
.site-header.overlap-header{
    position: relative;
}
button.menu-toggle.elementor-widget-menu-toggle {
    color: #DEC76D!important;
    border: none!important;
    background-color: transparent!important;
}
button.menu-toggle.elementor-widget-menu-toggle:hover {
    background-color: transparent!important;
    color: #470E0D!important;
}
a.elementor-button.elementor-button-link.elementor-size-sm{
    background-color:transparent!important;
}
a.button.elementor-button-link {
    color: #470E0D !important;
    background-color: #DEC76D !important;
}
a.button.elementor-button-link:hover {
    color: #DEC76D !important;
    background-color: #470E0D !important;
    border: solid 1px #DEC76D !important;
}
hr.gold {
    width: 95px!important;
    border-top: 5px solid #DEC76D!important;
    margin: 20px 0 0!important;
}
.text-center hr.gold{
    margin: 20px auto 0!important;
}

/* Fixed background for tablet and mobile */
@media all and (max-width:1024px) {
    selector:after {
        content: '';
        width: 100%;
        height: 100%;
        background-position: inherit;
        background-image: inherit;
        background-size: inherit;
        background-attachment: inherit;
        background-repeat: inherit;
        position: fixed;
        top: 0;
        z-index: -1;
    }
}
.backgorund-color-primary{
    background-color: #470E0D!important;
}

.room-top-section{
    background-color: #470E0D!important;
    margin-bottom:0;
    padding-bottom:80px;
}
.primary{
    padding-bottom:0;
}
.room .post-header{
    margin-bottom:0;
}
.imp-object-list-item p {
    margin:30px;
}