/*
Theme Name: Miss Sahara
Theme URI: https://www.misssahara.com
Template: oceanwp
Author: Miss Sahara
Author URI: https://www.misssahara.com
Version: 1.1731510119
Updated: 2024-11-13 15:01:59

*/



#site-header{
    z-index: 9999;
}
#site-header .top-bar{
    top:0;
    transition: 0.5s;
}
#site-header.fixed .top-bar {
    top: -100px;
}

#site-header .main-nav{
	transition: 0.5s;
}
#site-header.fixed .main-nav {
    top: 0px;
    position: fixed;
    background: var(--e-global-color-primary);
}
#site-header.fixed .main-nav #nav-cta{
    color: var( --e-global-color-b3a8672 );
    background: var(--e-global-color-accent);
}
a {
    text-decoration: none !important;
}
button#wpforms-submit-286 {
    border: none;
}
@media only screen and (min-width: 992px) {
    .home-offset-container {
        background: red;
        height: 0 !important;
    }
    .type-property-feature {
        max-width: 387px;
    }
    .type-property-feature .e-con-inner {
        min-height: 405px;
    }
    .home-property-feature-container {
        max-height: 1100px;
        overflow: visible;
    }
    .container-half{
        max-width: 680px !important;
    }
}