/*
Theme Name: Michal Vojtyla Theme
Author: Michal Vojtyla
Author URI: https://vojtyla.sk
Description: Michal Vojtyla Theme is child theme of Extra theme. It is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu.
Version: 1.0.0
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-menu, featured-images, flexible-header, full-width-template, post-formats, sticky-post, theme-options, translation-ready
Text Domain: custom theme
Template: Extra

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

@import url('../Extra/style.css');


#slogan{
	/* display: block; */
	position: absolute;
	top: 36px;
	left: 80px;
	width: auto;
	color: #b0b7bf;
}

#slogan a{
	color: #b0b7bf!important;
}

.et-fixed-header #slogan{
	top: 15px!important;
	left: 60px!important;
}

#et-navigation > ul > li{
	margin: 0 10px;
}

.logo{
	order: 0; 
}

.video-container,
.fluid-width-video-wrapper {
	position: relative!important;
	padding-bottom: 56.25%!important;
	height: 0!important;
	overflow: hidden!important;
}

.video-container iframe,  
.video-container object,  
.video-container embed,
.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed{
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
}

.entry-content img, 
.entry-content iframe, 
.entry-content object, 
.entry-content embed {
    max-width: 100%;
}

.mc_form_inside{
	padding: 15px;
}

.single .fluid-width-video-wrapper{
	height: inherit!important;
}