/*
	Theme Name: RCAP
	Theme URI: http://misfit.co
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
*/

@import url('new-style.css');

.post__d-image {
	background-size:cover;
}

.footer__logo a img{ width: 50%; }

section.banner.remove-space .banner__h-container .banner__h-media { padding: 7rem 0 0 0; }
section.banner.remove-space .banner__h-media-wrapper .swiper-slide:before { background-color: rgba(0, 0, 0, 0.3); content: ''; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
section.banner.remove-space .banner__h-media-wrapper .swiper-slide img { width: 100%; height: 100%; object-fit: cover; }
section.banner.remove-space .banner__h-media-wrapper .swiper-slide .captionWrapper {
	position: absolute;
    left: 0;
    width: 80%;
    padding: 40px 50px;
    bottom: 6%;
    margin: 0 auto;
    text-align: center;
}
/*	position: absolute; left: 0; width: 88%; padding: 20px 45px; } */
section.banner.remove-space .banner__h-media-wrapper .swiper-slide .captionWrapper p { font-family: "ITCCaslon224-Black", Helvetica, sans-serif; font-size: 3.5rem; line-height: 1.18; color: #fff; margin-bottom: 20px; }
section.banner.remove-space .banner__h-media-wrapper .swiper-slide .captionWrapper a.button:hover { background: #fff; color: #000; border-color: #fff; }

/*Home Page Ruler Matter Section CSS*/
.rural_matters_section .banner__h-title,.rural_matters_section .banner__h-text p{ color: #fff;} 
.rural_matters_section .banner__h-link .button {color: #000; background-color: #fff; border: 0.2rem solid #fff;}
.rural_matters_section .banner__h-link .button:hover { background-color: #000; color: #fff; border: 1px solid #000;}

@media only screen and (max-width: 767px){
	section.banner.remove-space .banner__h-media-wrapper .banner__h-media-padding { padding-top: 95.25%; }
}