.logo {
    max-width: 200px !important;
    min-width:200px!important;
    width:200px!important;
    padding-top: 0px;
    padding-bottom: 0px;
}

@media (min-width: 900px) {
    .logo {
        padding-bottom: 11px!important;
    }
}

.blogs {display:none!important;}
.grecaptcha-badge { 
visibility: hidden!important; 
}
div.gs_logo_single {
  background-color:#fff!important;
}
.recaptchatext {
  font-size: 11px;
}

.footer_container .cws-widget ul.menu li >a:after {
  display:none!important;}

img.default.gs-logo--img.wp-post-image {
   max-height: 130px!important;
   width: auto!important;
}

div.gs_logo_single.gs_logo-single--flex-center {
  text-align: center!important;
}

#cws_page_loader .inner:before{
	background-image: -webkit-linear-gradient(top, #ED1B34, #FF1D38)!important;
	background-image: -moz-linear-gradient(top, #ED1B34, #FF1D38)!important;
	background-image: linear-gradient(to bottom, #ED1B34, #FF1D38)!important;
}#cws_page_loader .inner:after{
	background-image: -webkit-linear-gradient(top, #ffffff, #ED1B34)!important;
	background-image: -moz-linear-gradient(top, #ffffff, #ED1B34)!important;
	background-image: linear-gradient(to bottom, #ffffff, #ED1B34)!important;
}

article.no_tax.item.portfolio_item_post.portfolio_item_grid_post.item.clearfix.under_img.appear_style.style_round {
   pointer-events: none;
}

p.cws_submit {
  padding-bottom:30px!important;
}

/* Disable all pointer and touch interactions on Slider Revolution layers and elements */
.rs-layer,
.rs-layer *,
.rs-slide *,
.rs-module *,
.rs-parallax-wrap *,
.rs-slide-bg {
    pointer-events: none !important;
    touch-action: none !important;
}