/*
Theme Name: Blueprint Theme for The Architect
Author: Ollie Ford & Co.
Author URI: http://ollieford.co.uk/
Description: Blueprint theme for any Wordpress Development. Built using Wordpress coding standards and functionalities when possible.
Version: 0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: the-architect
*/

body p {
    font-weight: 400;
}

body .section-title {
    font-weight: 400
}

body .footer-menu .nav li a {
    font-weight: 400
}

.video-responsive {
    height: 100%;
    width: 100%;
}

.video-responsive .wp-video {
    position: relative;
    width: 100% !important;
    height: 100% !important;
}

.video-responsive .img-overlay {
    position: absolute;
    top: 25%;
    transform: translate(-50%);
    z-index: 80;
    left: 50%;
}

.video-responsive .wp-video-shortcode {
    right: 0;
    left: 0;
    position: absolute;
    bottom: 0;
    top: 0;
}

.video-responsive .mejs-overlay-play {
    display: none;
}

.dw-button+.dw-button,
.btn.btn-transparent+.btn.btn-transparent {
    margin-left: 15px;
}

.parallax-wrapper .section-slider .slick-slide.offset-parallax-image {
    padding-top: 0;
    height: 100% !important;
}

@media screen and (min-width: 481px) and (max-width: 768px) {
    html .parallax-wrapper .parallax-image {
        padding-top: 56% !important;
    }
    .video-responsive .img-overlay {
        top: 10%;
    }
}