
.zco-btn-container {
    max-width: 300px;
    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: #FFFFFF;
    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: #9C1E41;
        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: #341003;
    border-color: rgba(186, 160, 19, 0.3);
    color: #eab676;
}
.rounded-floating-btn { 
position: fixed;
right: 20px;
width: 50px !important;
height: 75px !important;
bottom: 20px;
padding: 15px;
z-index: 5;
border-radius: 2px;
cursor: pointer;
background-color: #101010;
box-shadow: 0 0 25px rgba(255,255,255,0.4);
color: #fff; font-size: 70%; font-weight: 400;
}
.floated-btn-svg-icon {
width: 20px;
fill: #fff;
margin: 0 auto;
margin-top: 3px;
}
.rounded-floating-btn .zptext { margin-top: 3px; } 
#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: 96%;
    position: absolute;
    left: 0;
    top: 4%;
    bottom: 0;
    right: 0;
    margin: auto;
    border: none;
}
#zco-overlay-close {
    position: fixed;
    right: 35px;
    top: 35px;
    width: 45px;
    height: 45px;
    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: 2px;
    }
    .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: -20px 18px;
    }
}
