/*
Theme Name: VintWood (Child Theme)
Description: a Vintage, Retro WordPress Theme
Theme URI: http://vintwood.cwsthemes.com/
Author: CWSThemes
Author URI: http://themeforest.net/user/creativews
Version: 1.0.0
License: Envato full licence agreement - https://themeforest.net/licenses/terms/regular
License URI: https://themeforest.net/licenses
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: vintwood
Template: vintwood

*/ 

/* =Theme customization starts here
-------------------------------------------------------------- */

.footer_container .cws-widget ul.menu li >a:after {
  display:none!important;}

.right-stripe {display:none;}
.left-stripe {display:none;}

div.header_wrapper_container {
  background-color: #fff;
  margin-bottom: -4px;
  padding-bottom: 8px;
}

.main-nav-container .main-menu > .menu-item:not(:last-child):after {
 display:none;
}

.main-menu > .menu-item:hover > a, .main-menu > .menu-item.current_page_item > a, .main-menu > .menu-item.current_page_ancestor > a, .main-menu > .menu-item.current-menu-item > a, .main-menu > .menu-item.current-menu-item > .cws_megamenu_item_title, .main-menu > .menu-item:hover > .cws_megamenu_item_title {
    filter: drop-shadow(0px 0px 0px rgba(175, 34, 47, 0.27))!important;
}

.main-menu > .menu-item > a, .main-menu > .menu-item > .cws_megamenu_item_title {
    filter: drop-shadow(0px 0px 0px #a9cabc)!important;
}

.footer_container .cws-widget ul.menu li > a {

    filter: drop-shadow(0px 0px 0px #4D433C)!important;
}

.mobile_menu_search {display:none;}

.mobile_menu_search {display:none;}

.footer_container .cws-widget ul.menu li >a:after {
    display:none
}

.footer_container .cws-widget ul.menu li >a:before {
    display:none
}

input.wpcf7-form-control.wpcf7-submit.has-spinner.cws_submit.theme_bg {
  text-align: center;
  margin-top: 30px;
}

div.post_top_wrapper {
  display: none!important;
}

span.day {
  display: none!important;
}

span.month {
  display: none!important;
}

#cws_textmodule_65e5bc19acb49 .cws_textmodule_title {
    background-color: #ED1B34;
    box-shadow: -6px 0 0 #ED1B34;
}

.pic img  {
  width:100%!important;
}

img.default.gs-logo--img.wp-post-image {
  max-height:170px!important;
}
.grecaptcha-badge { 
visibility: hidden!important; 
}

div.gs_logo_single {
  background-color:#fff!important;
}

@media only screen and (max-width: 767px) {
div.wpb_single_image.wpb_content_element.vc_align_left.vc_custom_1709574580259{padding-top:0px!important;}
}

#cws_page_loader:before{
    border-bottom-color: rgb(237,27,52)!important;
    border-left-color: rgb(237,27,52)!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;
}

/* 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;
}