/*!
Theme Name: Design Science
Theme URI: http://underscores.me/
Author: Thrive Web
Author URI: https://thriveweb.com.au
Description: This theme is develop by Thrive Web
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: design-science
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Design Science is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.single-project .inner_banner {
    padding-bottom: 0;
}
.wp-video {
    width: 100% !important;
    max-width: 90% !important;
    margin: 40px auto 40px;
}
.wp-video .mejs-video {
    width: 100% !important;
}
.mejs-video:hover .mejs-inner .mejs-controls {
    display: flex !important;
    transition: all 0.3s ease;
}
.mejs-controls {
    display: none !important;
	transition: all 0.3s ease;
}
blockquote p {
    font-size: 28px;
    line-height: 36px;
}
.single-project .image_silder__section {
    padding: 50px 0 30px 0;
}