/*
 Theme Name:   Maisha Child
 Theme URI:    http://www.anarieldesign.com/themes/
 Description:  Maisha Child Theme
 Author:       Anariel Design
 Author URI:   http://www.anarieldesign.com/
 Template:     maishawp
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         black, orange, white, gray, dark, light, two-columns, left-sidebar, right-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments
*/

.aboutpage .cd-fixed-bg-one {
        padding: 80px 0 0 0;
}

 .aboutpage .cd-fixed-bg-one .entry-content {
    padding: 0;
 }

.cd-fixed-bg-one p {
    padding-bottom: 80px;
}

.wpcf7 {
	margin-top:100px!important;
}

@media all and (min-width: 938px) {
    .home .block-four .post-thumbnail {
        height: 17vw;
    }
}
@media all and (max-width: 939px) {
    .home .block-four .post-thumbnail {
        width: 100%;
        height: 300px;
    }
    .home .block-four .post-thumbnail img {
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        opacity: 0.8;
    }
    .home .block-four .post-thumbnail:hover img {
        opacity: 1;
    }
}