.top-bar-info li.info-item a{
    display: inline;
}
.pointer{
    cursor: pointer;
}
.textJustify{
    text-align: justify;
}
img.wp-smiley,
img.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 .07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}
#rs-demo-id {}
.woocommerce-product-gallery{ opacity: 1 !important; }

a[href^=mailto] {
    color: inherit;
    text-decoration: none;
}
a[href^=mailto]:hover {
    color: #D52600;
}
.menu--primary li > a{font-size: 14px!important;}

@media screen and (max-width: 770px) {
    .page-header .header-inner .page-top-bar{ display: none; }
}

@media screen and (min-width: 771px) {
    .page-header .header-inner .page-top-bar{ display: block; }
}
.color {color: #D52600!important;}

.slideHomeCover{
    position: relative;
    background-image: url('../images/Home5-1.jpg');
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    opacity: 1;
    visibility: inherit;
}
.slideHomeTitle{
    position: absolute;
    top: 220px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 22px;
    color: #FFFFFF;
    width: 50%;
    left: 50%;
    margin-left: -25%;
}
.slideHomeTitleSub{
    position: absolute;
    top: 300px;
    text-align: center;
    font-size: 35px;
    line-height: 45px;
    font-weight: 700;
    color: #FFFFFF;
    width: 50%;
    left: 50%;
    margin-left: -25%;
}
.slideHomeButton {
    font-size: 14px;
    color: #FFFFFF;
    text-align: center;
    position: absolute;
    bottom: 30px;
    width: 50%;
    left: 50%;
    margin-left: -25%;
}
.slideHomeButton a{
    color: #FFFFFF;
}
@media screen and (max-width: 800px) {
    .slideHomeTitle{
        top: 100px;
        font-size: 16px;
        line-height: 19px;
    }
    .slideHomeTitleSub{
        top: 200px;
        font-size: 22px;
        line-height: 25px;
        width: 50%;
        left: 50%;
        margin-left: -25%;
    }
}








