/*
	Theme Name:         Verve
	Theme URI:          http://www.pirenko.com/previews/?theme=verve
	Description:        High-Style WordPress Theme
	Version:            2.2
	Author:             Pirenko
	Author URI:         http://www.pirenko.com/
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: fluid-layout,custom-colors,featured-images,theme-options,responsive-layout
*/

.btn_play {
	cursor: pointer;
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 99999;
	color: #0ab6d1;
	font-size: 30px;
	background-color: white;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.btn_play .verve_fa-close {
	color: red;
}

@media (max-width: 869px) {
	.btn_play {
		position: fixed;
		left: 25px;
		top: 75px;
	}
}

#modal {
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

#modal > div {
	max-height: 400px;
	max-width: 700px;
	width: 100%;
	height: 100%;
}

#modal iframe {
	width: 100%;
	height: 100%;
}

.mb-5{
	margin-bottom: 5px;
}

.d-none {
	display: none;
}
.d-block {
	display: block;
}

.d-flex {
	display: flex!important;
}

.justify-content-center {
	justify-content: center;
}

.align-item-center {
	align-items: center;
}

#modal-info {
	position: absolute;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}

#modal-info > div {
	max-height: 163px;
	max-width: 400px;
	width: 100%;
	height: 100%;
	text-align: center;
	background-color: white;
	vertical-align: middle;
	display: inline-block;
	font-size: 24px;
	padding: 40px 25px;
}