/*
 Theme Name:   Wolverine Child Theme
 Theme URI:    http://themes.g5plus.net/wolverine
 Description:  Wolverine Child Theme
 Author:       G5plus
 Author URI:   http://g5plus.net
 Template:     wolverine
 Version:      1.3
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags: 				two-columns, three-columns, left-sidebar, right-sidebar, fixed-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: 		g5plus-framework
*/


/************************************************************************************
Put your custom CSS below this block :)
*************************************************************************************/
body {
	line-height: 1.8;
}
#zahlavi {
	color: #fff;
	font-size: 18px;
}
#zahlavi h1, #zahlavi p {
    text-shadow: 0px 0px 8px rgba(0, 0, 0, 1);
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern {
    border-color: #ff6800;
    background-color: #ff6800;
}
.vc_btn3.vc_btn3-color-warning.vc_btn3-style-modern:hover {
    border-color: #F90;
    background-color: #F90;
}

.negative h1, .negative h2, .negative h3, .negative h4, .negative h5, .negative h6 {
	color: #fff;
}
.positive h1, .positive h2, .positive h3, .positive h4, .positive h5, .positive h6 {
	color: #000;
}
.vc_row > .stin {
    margin: 20px 10px; 
}
.stin > .vc_column-inner {
	padding: 0;
}
@media (min-width: 768px) {
	.row-flex {
		display: flex; 
		gap: 10px; 
	}
}
@media (max-width: 767px) {
	.row-flex {
		width: 100%;
	}	
}
.stin > div:first-child {
	-webkit-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
	box-shadow: 0px 0px 12px 0px rgba(0,0,0,0.25);
}
.stin ul {
    padding-inline-start: 20px;
}

@media screen and (min-width: 992px) {
    header.main-header .menu-wrapper .x-nav-menu > li.x-menu-item > a {
        font-size: 15px;
    }
	.nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-item > a.x-menu-a-text {
		color: #191919 !important;
	}	
	.nav-hover-primary .menu-wrapper .x-nav-menu li.current-menu-item > a:hover.x-menu-a-text {
		color: #F90 !important;
	}		
}

@media screen and (max-width: 991px) {
    header.header-mobile-2 .header-container-wrapper {
        background-color: #aaa;
    }
	#zahlavi div {
		background-position: 20% !important;
	}	
}

@media screen and (max-width: 991px) {
    .x-nav-menu li.current-menu-item > a.x-menu-a-text {
        color: #ddd;
    }
    .x-nav-menu li.current-menu-item > a:hover.x-menu-a-text {
        color: #ff6800;
    }
}

.ref-img {
	border: 0px solid #555;
}

.kontakty a {
    color: #000;
    text-decoration: none;	
}

.kontakty a:hover {
    color: #ff6800;
    text-decoration: underline;	
}

.main-footer a:hover {
    color: #000;
    text-decoration: underline;	
}

.entry-content input[type="submit"] {
    color: #000;
    font-size: 13px;
    border: 1px solid #000;
    background-color: transparent;
    padding: 9px 12px;
	margin-top: 1.5em;
}

.entry-content input[type="submit"]:hover {
    border: 1px solid #fff;
    color: #fff;
}

.wpb_images_carousel, .vc_carousel-indicators, .vc_carousel-inner, .vc_images_carousel  {
	max-width: 100% !important;
}