/*
Theme Name: SolarVizor - the UniBlock child-theme
Theme URI:
Author:
Author URI:
Description: the uniblock child-theme
Requires at least: 5.8
Tested up to: 5.9
Requires PHP: 5.7
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: uniblock
Text Domain: solarvizor
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks
*/

.custom-logo {
    height: 30px !important;
}
.is-style-round-corners {
    overflow: hidden !important;
}

.solarvizor-into-video {
    padding-top: 56% !important;
    min-height: auto !important;
    background-size: contain;
    background-image: url(images/intro.png);
}
.solarvizor-btn-intro-play.init {
	background-image: none;
}

.solarvizor-into-video video {
	visibility: hidden;
	z-index: 99;
}
.solarvizor-into-video video.init {
	visibility: visible;
}

.solarvizor-into-video .wp-block-cover__inner-container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.solarvizor-btn-intro-play {
    position: relative;
    cursor: pointer;
}


.solarvizor-max-height-88 {
    max-height: 88px;
}
