
.zco-btn-container {
    max-width: 400px;
    margin-bottom: 20px;
}
.zco-btn {
    outline: none;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    display: block;
    width: 100%;
    font-family: "Open Sans", "Lucida Grande", "Lucida Sans", Tahoma, sans-serif;
    transition: 0.3s;
    color: #302b2f;
    letter-spacing: 1px;
    text-shadow: rgba(0,0,0,0.6) 0 1px 1px;
    padding: 0.6em 0.7em;
    border: 1px solid rgba(186,160,19,0.3);
        border-bottom-color: rgba(186, 160, 19, 0.3);
        border-bottom-style: solid;
        border-bottom-width: 1px;
    border-bottom: 1px solid rgba(0,0,0,0.7);
    border-radius: 4px;
    background: #efd85d;
        background-image: none;
    background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0.25));
    background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0.25));
    background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(0,0,0,0.25));
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.1), rgba(0,0,0,0.25));
    box-shadow: inset 0 1px rgba(255,255,255,0.4),inset 0 0 0 1px rgba(255,255,255,0.15),inset 0 -1px 3px rgba(0,0,0,0.3),0 1px 3px rgba(0,0,0,0.2);
    line-height: 1.2em;
    margin: 0.3em 0;
    letter-spacing: 0px;
    font-weight: bold;
    text-shadow: rgba(255,255,255,0.4) 0 1px;
}
.zco-btn:hover, .zco-btn:active, .zco-btn:focus { 
    background-color: #efd85d;
    border-color: rgba(186, 160, 19, 0.3);
    color: #302b2f;
}
#zco-frame {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
}
#zco-overlay {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: rgba(241,244,242,0.95);
}
#zco-frame #zco-overlay-frame {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 4%;
    bottom: 0;
    right: 0;
    margin: auto;
    border: none;
}
#zco-overlay-close {
    position: fixed;
    right: 35px;
    top: 35px;
    width: 60px;
    height: 60px;
    opacity: 0.7;
    border: 1px solid #975a23;
    z-index: 1060;
    border-radius: 50%;
    cursor: pointer;
}
#zco-overlay-close:hover {
    opacity: 1;
}
#zco-overlay-close:before, #zco-overlay-close:after {
    position: absolute;
    left: 21px;
    top: 6px;
    content: ' ';
    height: 30px;
    width: 2px;
    background-color: #975a23;
}
#zco-overlay-close:before {
    transform: rotate(45deg);
}
#zco-overlay-close:after {
    transform: rotate(-45deg);
}
@media (min-width: 992px){
    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li {
        margin-left: 1px;
    }
    .zpheader-style-02 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li, .zpheader-style-03 .zpcontainer .theme-navigation-and-icons .theme-menu-area .theme-menu > ul > li {
        margin: -25px 22px;
    }
    
.theme-header-topbar {

    padding:5px 0px !important;    
}
/*logo larg size*/
@media all and (min-width:992px){
.theme-header .zpcontainer .theme-branding-info .theme-logo-parent a img {
max-width: none !important;
max-height: none !important;
width: 50% !important;
height: auto !important;
display: block;
margin-left: auto;
margin-right: auto;
}
}

