@media screen and (min-width: 992px) {
    .mobile_call_to {
        display:none;
    }
}
@media screen and (max-width: 991px) {
    .mobile_call_to {
        text-align:center;
        padding-top: 10px;
        padding-bottom: 10px;
        font-size:21px;
    }
    
}

 .mobile_call_to a {
       /*background-color:#ceda62;*/
       padding: 10px;
    }
     .mobile_call_to a:hover,  .mobile_call_to a:focus {
    color: #7a2c7d;
    }
    
    footer .skew-theme-right {
    margin-bottom: -24px;
}

.envira-gallery-wrap .envira-gallery-public.envira-gallery-css-animations .envira-gallery-item img {
    opacity: 100!important;
}


footer .flow-theme-top-bottom-right:before {
    height: calc(100% + 107px);
    top: -45px;
}

footer .flow-theme-top-bottom-right:after {
    top: -45px;
    height: calc(100% + 107px);
}
@media (max-width: 767px) {

.typeheader-6 .megamenu-style-dev .navbar-default .horizontal .navbar-toggle {
    background: #000000;

}
}