/*
	Theme Name: David Světlík
	Theme URI: https://www.davidsvetlik.cz
	Description: Company Theme
	Author: David Světlík
	Author URI: https://www.davidsvetlik.cz
	License: GNU General Public License version 3.0
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0
	
	Designed & Handcrafted by David Světlík for https://www.davidsvetlik.cz
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)
*/
 
/* start */
/* generally open */

html, body, div, h1, h2, h3, h4, h5, h6, ul, li, p, form, fieldset, table, th, td, img{
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html{
	scroll-behavior: smooth;
}
body{
	background-size: 100% auto;
	background-color: #ffffff;
	color: #000000;
	font-family: "Roboto", sans-serif;
	text-align: center;
}
h1{
	color: #43413D;
	font-family: "Playfair Display", serif;
}
h2{
	color: #43413D;
	font-family: "Playfair Display", serif;
	line-height: inherit;
}
h3{
	color: #43413D;
	font-family: "Playfair Display", serif;
}
h4{
	color: #43413D;
	font-family: "Playfair Display", serif;
}
.grecaptcha-badge{ 
	visibility: hidden !important; 
}
#scroll{
	behavior: 'smooth';
	padding-top: 60px !important;
	margin-top: -60px !important;
}

/* generally close */
/* container open */

#container{
	height: auto;
	overflow: hidden;
	position: relative;
	width: 100%;
}

/* container close */
/* header open */


#header__{
	background-color: #fff;
	height: 130px;
	overflow: hidden;
	position: fixed;
	transition: 0.3s all;
	width: 100%;
	z-index: 2;
}
#header_page__{
	background-color: #fff;
	height: 100px;
	overflow: hidden;
	position: fixed;
	transition: 0.3s all;
	width: 100%;
	z-index: 2;
}
#header_{
	background-color: #fff !important;
	height: auto;
	overflow: hidden;
	transition: 0.3s all;
	padding-top: 48px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2;
}
.scrollheader{
	height: 60px !important;
	opacity: 1 !important;
}
.scrollheader2{
	padding: 15px 0px 0px 0px !important;
}
#header{
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 0px 4% 0px 4%;
	width: 92%;
}
#header_left{
	float: left;
	height: auto;
	padding: 4px 0px 0px 0px;
	letter-spacing: 0em;
	text-align: left;
	width: 16%;
}
#header_left a{
	color: #000000;
	font-size: 1.5em;
	font-weight: 350;
	line-height: 1.1em;
	letter-spacing: 0em;
	text-decoration: none;
}
#header_left a:hover{
	color: #000000;
}
#header_center{
	float: left;
	height: auto;
	padding: 6px 0px 0px 0px;
	text-align: center;
	width: 68%;
}
#header_center ul{
	margin: 0px auto 0px auto;
	text-align: center;
}
#header_center ul li{
	display: inline;
	list-style: none;
	margin: 0px 22px 0px 22px;
}
#header_center ul li a{
	color: #000;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}
#header_center ul li a:hover{
	color: #888888;
}
.current_page_item a{
	color: #888888 !important;
}
.current_page_item a:hover{
	color: #000 !important;
}
.current_page_parent a{
	color: #888888 !important;
}
.current_page_parent a:hover{
	color: #000 !important;
}
.current-page-ancestor a{
	color: #888888 !important;
}
.current-page-ancestor a:hover{
	color: #000 !important;
}
.current-menu-item a{
	color: #888888 !important;
}
.current-menu-item a:hover{
	color: #000 !important;
}
#header_right_{
	float: right;
	height: auto;
	text-align: right;
	padding: 4px 0px 0px 0px !important;
	width: 16%;
}
#header_right{
	float: right;
	height: auto;
	width: auto;
}
.header_right_instagram{
	background: url("images/instagram-a.png") no-repeat;
	background-size: 24px 24px;
	display: block;
	height: 24px;
	color: #3A3A3A;
	float: left;
	font-size: 1em;
	font-weight: 500;
	text-decoration: none;
	width: 24px
}
.header_right_instagram:hover{
	background: url("images/instagram-a.png") no-repeat;
	background-size: 24px 24px;
}
.header_right_facebook{
	background: url("images/facebook-a.png") no-repeat;
	background-size: 24px 24px;
	display: block;
	height: 24px;
	color: #3A3A3A;
	float: left;
	font-size: 1em;
	font-weight: 500;
	margin-left: 28px;
	text-decoration: none;
	width: 24px
}
.header_right_facebook:hover{
	background: url("images/facebook-a.png") no-repeat;
	background-size: 24px 24px;
}
.header_right_youtube{
	background: url("images/youtube-a.png") no-repeat;
	background-size: 24px 24px;
	display: block;
	height: 24px;
	color: #3A3A3A;
	float: left;
	font-size: 1em;
	font-weight: 500;
	margin-left: 28px;
	text-decoration: none;
	width: 24px
}
.header_right_youtube:hover{
	background: url("images/youtube-a.png") no-repeat;
	background-size: 24px 24px;
}

#header_top_right_nav_mobile{
	display: none;
}
.header_top_right_nav_mobile{
	display: none;
}

/* header close */
/* content home open */

#content_home_top{
	background-size: cover !important;
	display: block;
	height: 100%;
	min-height: 100vh;
	overflow: auto;
	position: relative;
	text-align: center;
	width: 100%;
	z-index: 1;
}
#content_home_top h1{
	color: #fff;
	font-size: 3.8em !important;
	font-weight: 400 !important;
	position: absolute;
	text-align: center;
	left: 50%;
	letter-spacing: 0.04em;
	transform: translate(-50%, -50%);
	bottom: 220px;
	width: 80%;
}
#content_home_top p{
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 1.5em !important;
	font-weight: 300 !important;
	position: absolute;
	text-align: center;
	left: 50%;
	letter-spacing: 0.04em;
	transform: translate(-50%, -50%);
	bottom: 190px;
	width: 90%;
}
#content_home_top .down img{
	height: auto;
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	bottom: 80px;
	width: 50px;
}
#content_home_motto{
	background-color: #e8e8e8;
	height: auto;
	margin: 0px auto 90px auto;
	overflow: hidden;
	padding: 120px 0px 120px 0px;
	text-align: center;
	width: 100%;
}
#content_home_motto h2{
	font-size: 2.5em !important;
	font-weight: 500 !important;
	margin: 0px 0px 20px 0px !important;
}
#content_home_motto span{
	font-weight: 200;
	line-height: 1.8em;
	margin: 0px 0px 0px 0px;
}
#content_home_middle{
	height: auto;
	margin: 0px auto 90px auto;
	overflow: hidden;
	padding: 30px 10% 30px 10%;
	text-align: left;
	width: 80%;
}
#content_home_middle a{
	color: #C2995B;
	text-decoration: none;
}
#content_home_middle a:hover{
	color: #43413D;
}
#content_home_middle img{
	position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
#content_home_middle h1{
	font-size: 2.5em !important;
	font-weight: 500 !important;
}
#content_home_middle h2{
	font-size: 2.5em !important;
	font-weight: 500 !important;
}
#content_home_middle h3{
	font-size: 2em !important;
	font-weight: 500 !important;
}
#content_home_middle p{
	line-height: 1.8em;
	margin: 60px 0px 60px 0px;
}
#content_home_middle .wp-block-media-text__media{
	background-size: auto 100% !important;
	height: auto;
	min-height: 60vh;
	overflow: hidden;
	position: relative;
}
#content_home_middle .has-media-on-the-right .wp-block-media-text__content{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 5% 0px 0px !important;
}
#content_home_middle .wp-block-button a{
     background-color: #000000;
	border: 1px solid #43413D;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	display: block;
	height: auto;
	font-size: 0.8em;
	font-weight: 400;
	padding: 25px 54px 25px 60px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px auto 0px auto;
	width: auto;
	-webkit-appearance: none;
}
#content_home_middle .wp-block-button a:hover{
	border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
	color: #000000;
}
#content_home_bottom{
	height: auto;
	margin: 0px 5% 5% 5%;
	overflow: hidden;
	padding: 5% 0px 0px 0px;
	text-align: center;
	width: 90%;
}
#content_home_bottom p{
	color: #43413D;
	font-family: "Playfair Display", serif;
	font-size: 2.5em !important;
	font-weight: 400 !important;
	margin: 0px 0px 4% 0px !important;
	text-transform: none !important;
}
.content_home_bottom{
	background-size: auto 100% !important;
	float: left;
	height: auto;
	min-height: 60vh;
	margin: 0px 1% 0px 1%;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	position: relative;
	text-align: left;
	width: 31.33%;
}
.content_home_bottom h2{
	color: #fff;
	font-size: 3em !important;
	font-weight: 500 !important;
	position: absolute;
	text-align: center;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	width: auto;
}
#content_home_bottom a:hover h2{
	opacity: 0.6;
}

#content_home_spolu{
	background-color: #e8e8e8;
	margin-top: 90px;
	padding: 100px 0px 80px 0px;
	width: 100% !important;
}
#content_home_spolu img{
	height: auto;
	margin: 0px 30px 30px 30px;
	vertical-align: middle;
	width: 150px;
}

#content_home_google{
	padding: 60px 2.8% 80px 2.8%;
	width: 94.4%;
}

/* content home close */
/* content page open */

#content_portfolio_page{
	color: #686868 !important;
	font-size: 1em !important;
	font-weight: 300 !important;
	height: auto;
	margin: 0px 5% 0px 5% !important;
	overflow: hidden;
	padding: 200px 0px 90px 0px !important;
	text-align: left;
	width: 90%;
}
#content_portfolio_page a{
	color: #C2995B;
	text-decoration: none;
}
#content_portfolio_page a:hover{
	color: #43413D;
}
#content_portfolio_page img{
	height: auto;
	width: 100%;
}
#content_portfolio_page h1{
	font-size: 2.5em !important;
	font-weight: 500 !important;
	margin: -16px 20% 20px 20% !important;
	width: 60% !important;
}
#content_portfolio_page h2{
	font-size: 2.5em !important;
	font-weight: 500 !important;
	margin: 0px 20% 20px 20% !important;
	width: 60% !important;
}
#content_portfolio_page h3{
	font-size: 2em !important;
	font-weight: 500 !important;
	margin: 0px 20% 20px 20% !important;
	width: 60% !important;
}
#content_portfolio_page p{
	line-height: 1.8em;
	margin: 0px 20% 60px 20%;
	width: 60%;
}
#content_portfolio_page .wp-block-media-text{
	margin: 0px auto 0px auto !important;
	width: 70% !important;
}
#content_portfolio_page .wp-block-gallery{
	padding: 8px 0px 0px 0px !important;
	width: 100% !important;
}
#content_portfolio_page .wp-block-image{
	padding: 0.8% 0.6% 0.8% 0.6% !important;
	margin-top: -8px !important;
}
#content_portfolio_page .wp-block-button a{
     background-color: #000000;
	border: 1px solid #43413D;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	display: block;
	height: auto;
	font-size: 0.8em;
	font-weight: 400;
	padding: 25px 54px 25px 60px;
	text-transform: uppercase;
	text-decoration: none;
	margin: -30px auto 0px auto;
	width: auto;
	-webkit-appearance: none;
}
#content_portfolio_page .wp-block-button a:hover{
	border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
	color: #000000;
}
#content_portfolio_page .wp-block-media-text{
	margin: 8% 0px 8% 0px;
	padding: 0px 0px 0% 5%;
	width: 95%;
}
#content_portfolio_page .wp-block-media-text__media{
	padding-right: 10% !important;
}
#content_portfolio_page .wp-block-media-text__content{
	margin: 0px 8% 0px 0px;
	padding: 0px;
}
#content_portfolio_page .wp-block-media-text__content p{
	margin: 0px 0px 0px 0px !important;
	width: 100% !important;
}
#content_portfolio_page .wp-block-media-text__content h2{
	margin: 0px 0px 60px 0px !important;
	width: 100% !important;
}
#content_portfolio_page .wp-block-media-text__content h3{
	margin: 0px 0px 60px 0px !important;
	width: 100% !important;
}

/* content page close */
/* content galerie open */

#content_portfolio{
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 8px 0.5% 8px 0.5%;
	text-align: left;
	width: 99%;
}
#content_portfolio .wp-block-gallery{
	height: auto;
	margin: 0px !important;
}

/* content galerie close */
/* content spolupráce open */

#content_collab_page{
	height: auto;
	margin: 0px 0px -6px 0px;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
}
#content_collab_page a{
	color: #C2995B;
	text-decoration: none;
}
#content_collab_page a:hover{
	color: #43413D;
}
#content_collab_page img{
	height: auto;
	width: 100%;
}
#content_collab_page h2{
	font-size: 2.5em !important;
	font-weight: 500 !important;
	margin: 0px 20% 20px 20% !important;
	width: 60% !important;
}
#content_collab_page h3{
	font-size: 2em !important;
	font-weight: 500 !important;
	margin: 0px 20% 20px 20% !important;
	width: 60% !important;
}
#content_collab_page p{
	font-size: 1.25em !important;
	line-height: 1.8em;
	margin: 60px 20% 60px 20%;
	width: 60%;
}
#content_collab_page .wp-block-button a{
    border: 1px solid #C2995B;
    background: none;
	border-radius: 100px;
	cursor: pointer;
	color: #C2995B;
	display: block;
	height: auto;
	font-size: 0.8em;
	font-weight: 400;
	padding: 22px 50px 22px 50px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px auto 0px auto;
	width: 300px;
	-webkit-appearance: none;
}
#content_collab_page .wp-block-button a:hover{
	border: 1px solid #43413D;
	color: #43413D
}
#content_collab_page .wp-block-gallery{
	height: auto;
	overflow: hidden;
	padding: 0px 0.5% 0% 0.5%;
	width: 99%;
}

/* content spolupráce close */
/* content single open */

#content_portfolio_single{
	height: auto;
	margin: 8px auto 8px auto;
	overflow: hidden;
	padding: 0px 0px 0px 0px;
	text-align: left;
	width: 100%;
}
#content_portfolio_single p{
	font-size: 1.25em !important;
	line-height: 1.8em;
	margin: 60px 20% 60px 20%;
	width: 60%;
}
#content_portfolio_single a{
	color: #888888;
	text-decoration: none;
}
#content_portfolio_single a:hover{
	color: #000000;
}
#content_portfolio_single figure{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
#content_portfolio_single .wp-block-image a{
	display: block !important;
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
#content_portfolio_single img{
	height: auto;
	width: 100%;
}
#content_portfolio_single h2{
	font-size: 2em !important;
	font-weight: 200 !important;
	margin-bottom: 18px !important;
	letter-spacing: 0.03em !important;
}
#content_portfolio_single h2 a{
	color: #43413D;
	text-decoration: none;
}
#content_portfolio_single h2 a:hover{
	color: #C2995B;
}
#content_portfolio_single img{
	margin-bottom: 30px;
}
#content_portfolio_single .wp-block-image.size-full{
	margin-top: 8px !important;
}
#content_portfolio_single .wp-block-image{
	margin-bottom: 0px !important;
}
#content_portfolio_single .wp-block-image img{
	margin-bottom: 20px !important;
}
#content_portfolio_single .wp-block-gallery{
	margin: 0px 0.5% 0px 0.5% !important;
	text-align: left;
	width: 99%;
}
#content_portfolio_single .size-full{
	margin-bottom: -20px !important;
}

/* content single close */
/* content kontakt open */

#content_contact_page{
	color: #686868 !important;
	font-weight: 300 !important;
	height: auto;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 180px 0px 60px 0px;
	text-align: left;
	width: 1220px;
}
#content_contact_page h2{
	font-size: 1.8em !important;
	font-weight: 200 !important;
	margin-bottom: 18px !important;
	margin-top: -8px;
	letter-spacing: 0.03em !important;
}
#content_contact_page a{
	color: #1d1d1d;
	font-weight: 400;
	text-decoration: none;
}
#content_contact_page a:hover{
	color: #686868 !important;
}
#content_contact_page img{
	height: auto;
	width: 100%;
}
#content_contact_page p{
	font-size: 1em;
	line-height: 2em;
}
#content_contact_page .wp-block-column{
	margin: 0px 20px 0px 20px !important;
}

/* content kontakt open */

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="select"]
{
    border: 1px solid #a8a8a8 !important;
	border-radius: 6px;
	color: #43413D !important;
	font-size: 1em !important;
	font-weight: 300 !important;
	height: 46px;
	margin-top: 4px !important;
	padding: 0px 2% 0px 2%;
    width: 96% !important;
    -webkit-appearance: none;
}
.wpcf7 select{
    border: 1px solid #a8a8a8 !important;
	border-radius: 6px;
	color: #43413D;
	font-size: 1em !important;
	font-weight: 300 !important;
	height: 46px;
	letter-spacing: 0.04em;
	margin-top: 4px !important;
	padding: 0px 2% 0px 2%;
    width: 100% !important;
}
.wpcf7 label{
	color: #686868;
	float: left;
	font-size: 1em !important;
	font-weight: 300 !important;
	margin-bottom: 12px;
	margin-right: 30px !important;
	width: 100%;
}
.textformarea{
	padding-top: 0px;
	overflow: hidden;
	text-align: left;
	width: 100%;
	height: auto !important;
	overflow: hidden !important;
	width: 100% !important;
}
.wpcf7 textarea{
	border: 1px solid #a8a8a8;
	border-radius: 6px;
	color: #43413D;
	font-size: 1em !important;
	font-size: inherit !important;
	font-family: "Roboto", sans-serif;
	height: 92px;
	float: none;
	margin-top: 5px;
	margin-bottom: 21px;
	padding: 2%;
	width: 96%;
	-webkit-appearance: none;
}
.wpcf7 input[type="submit"]
{
    background-color: #000000;
	border: 1px solid #43413D;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	display: block;
	height: auto;
	font-size: 0.8em;
	font-weight: 400;
	padding: 25px 54px 25px 60px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px auto 0px auto;
	width: auto;
	-webkit-appearance: none;
}
.wpcf7 input[type="submit"]:hover{
	border: 1px solid #e8e8e8;
    background-color: #e8e8e8;
	color: #000000;
}
.wpcf7 span .wpcf7-not-valid {
    border: 1px solid #F95162 !important;
}
.wpcf7 span.wpcf7-not-valid-tip {
    background-color: #FAFAFA !important;
    border: 1px solid #FAFAFA !important;
    color: #F95162 !important;
    display: block !important;
    line-height: 30px !important;
    padding: 1% 2% 1% 2%;
    width: 95% !important;
}
.wpcf7-form .wpcf7-response-output .wpcf7-validation-errors {
    display: none !important;
}
.wpcf7-form .wpcf7-response-output .wpcf7-mail-sent-ok {
    color: #4F8A10 !important;
    background-color: #DFF2BF !important;
    border: 0 !important;
    margin: 0px !important;
    text-align: center !important;
}



/* content blog open */

#content_blog_{
	height: auto;
	overflow: hidden;
	width: 100%;
}
#content_blog{
	height: auto;
	margin: 110px 5% 0px 5%;
	overflow: hidden;
	text-align: left;
	width: 90%;
}
#content_blog_left{
	float: left;
	height: auto;
	overflow: hidden;
	padding: 90px 0px 0px 0px;
	width: 100%;
}
.content_blog_left_post{
	float: left;
	height: auto;
	margin-bottom: 0px;
	overflow: hidden;
	padding-bottom: 30px;
	width: 47.5%;
}
.content_blog_left_post.mleft{
	margin-right: 2.5%;
}
.content_blog_left_post.mright{
	margin-left: 2.5%;
}
.content_blog_left_post_thumb img{
	height: auto;
	width: 100%;
}
.content_blog_left_post_content{
	font-size: 1.0625em;
	height: auto;
	line-height: 1.8em;
	padding: 4% 0px 4% 0px;
	text-align: center;
	width: 100%;
}
.content_blog_left_post_content_top{
	min-height: 30px;
	width: 100%;
}
.content_blog_left_post_content a{
	color: #888888;
	text-decoration: none;
}
.content_blog_left_post_content a:hover{
	color: #000000;
	text-decoration: underline;
}
.content_blog_left_post_content h2 a{
	font-size: 1.2em !important;
	font-weight: 400;
	color: #000000;
	text-decoration: none;
}
.content_blog_left_post_content h2 a:hover{
	color: #888888;
	text-decoration: none;
}
.content_blog_left_post_content h1{
	color: #000000;
	font-size: 2.064em !important;
	font-weight: 300;
	margin-bottom: 13px;
}
.content_blog_left_post_content h2{
	color: #000000;
	font-size: 1.375em;
	margin-bottom: 30px;
}
.content_blog_left_post_content h3{
	color: #000000;
	font-size: 1.375em;
	margin-bottom: 30px;
}
.content_blog_left_post_content p{
	margin-bottom: 30px;
}
.content_blog_left_post_content_search{
	margin-top: 20px;
}
.content_blog_left_post_content_search h1{
	color: #C2995B;
	font-size: 2.8125em !important;
	font-weight: 500;
	margin-bottom: 40px;
}
.content_blog_left_post_content_detail figure{
	margin: 0px 0px 30px 0px !important;
	padding: 0px !important;
	border: 0px !important;
	width: 100% !important;
}
.content_blog_left_post_content_detail p{
	margin-bottom: 60px !important;
}
.content_blog_left_post_content span{
	height: auto;
	padding-bottom: 20px !important;
	width: 100%;
}
.content_blog_left_post_content span img{
	height: 4px !important;
	display: inline !important;
	margin-bottom: 3px !important;
	margin-left: 5px;
	margin-right: 5px;
	width: 4px !important;
}
.content_blog_left_post_content span a{
	color: #000000;
	text-decoration: none;
}
.content_blog_left_post_content span a:hover{
	color: #888888;
	text-decoration: none;
}
.content_blog_left_post_content_more{
	margin-top: 20px;
}
.content_blog_left_post_content_more .more-link{
	background: url("images/shape-b.png") no-repeat right;
	background-size: 4px 8px;
	color: #000000;
	float: right;
	font-size: 0.75em;
	font-weight: 600;
	letter-spacing: 0.1em;
	padding-top: 3px;
	padding-right: 15px;
	text-transform: uppercase;
	text-decoration: none;
}
.content_blog_left_post_content_more .more-link:hover{
	background: url("images/shape-b.png") no-repeat right;
	background-size: 4px 8px;
	color: #888888;
	text-decoration: none;
}
.content_blog_left_post_content_detail{
	margin-top: 20px;
}
.content_blog_left_post_content_detail img{
	height: auto;
	margin-bottom: 30px;
	width: auto;
}
.post_block_content_detail_tags{
	color: #A9B7C3;
	font-size: 0.875em;
	height: auto;
	overflow: hidden;
	padding: 2% 0px 1% 0px;
	width: 100%;
}
.post_block_content_detail_tags span{
	display: block;
	float: left;
	font-size: 0.75em;
	font-weight: 600;
	margin-top: 4.9px;
	margin-right: 10px;
}
.post_block_content_detail_tags a{
	color: #A9B7C3;
	font-size: 1em;
	margin-top: 1px;
	text-decoration: none;
}
.post_block_content_detail_tags a:hover{
	color: #C2995B;
	text-decoration: none;
}
.prev-nav{
	text-align: left;
}
.next-nav{
	text-align: right;
}

/* content blog close */
/* footer open */

#footer{
	background-color: #e8e8e8;
	color: #000000 !important;
	font-size: 1em;
	font-weight: 300;
	height: auto;
	line-height: 1.8em;
	padding: 80px 0px 80px 0px;
	text-align: center;
	width: 100%;
}
#footer ul{
	margin: 0px auto 30px auto;
	text-align: center;
}
#footer ul li{
	display: inline;
	list-style: none;
	margin: 0px 16px 0px 16px;
}
#footer ul li a{
	color: #000;
	font-size: 0.8em;
	font-weight: 400;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	text-decoration: none;
}
#footer ul li a:hover{
	color: #888888;
}

/* footer close */

/* max-width: 1500px open */

@media all and (max-width: 1500px){

/* header open */

#header__{
	height: 114px;
}
#header_page__{
	height: 80px;
}
#header_{
	padding-top: 40px;
}
#header{
	padding: 0px 3% 0px 3%;
	width: 94%;
}
#header_left{
	padding: 6px 0px 0px 0px;
	width: 13%;
}
#header_left a{
	font-size: 1.2em;
	font-weight: 400;
}
#header_center{
	width: 77%;
}
#header_center ul li{
	margin: 0px 15px 0px 15px;
}
#header_center ul li a{
	letter-spacing: 0.04em;
}
#header_right_{
	width: 10%;
}
.header_right_facebook{
	margin-left: 15px;
}
.header_right_youtube{
	margin-left: 15px;
}

/* header close */
/* content home open */



#content_home_middle{
	padding: 30px 5% 30px 5%;
	width: 90%;
}

/* content home close */

#content_portfolio_page{
	padding: 160px 0px 90px 0px !important;
}
#content_portfolio_page h1{
	margin: -16px 5% 20px 5% !important;
	width: 90% !important;
}
#content_portfolio_page h2{
	margin: 0px 5% 20px 5% !important;
	width: 90% !important;
}
#content_portfolio_page h3{
	margin: 0px 5% 20px 5% !important;
	width: 90% !important;
}
#content_portfolio_page p{
	margin: 0px 5% 20px 5% !important;
	width: 90% !important;
}
#content_portfolio_page .wp-block-media-text{
	margin: 0px auto 0px auto !important;
	width: 100% !important;
}
#content_portfolio_page .wp-block-button a{
	margin: 20px auto 0px auto;
}

}

/* max-width: 1500px close */
/* max-width: 1160px open */

@media all and (max-width:1220px){

/* content kontakt open */

#content_contact_page{
	margin: 0px 5% 0px 5%;
	padding: 140px 0px 60px 0px;
	width: 90%;
}

/* content kontakt open */

}

/* max-width: 1160px close */
/* max-width: 1160px open */

@media all and (max-width:1160px){

/* header open */

#header__{
	height: 90px;
}
#header_page__{
	height: 60px;
}
#header_{
	padding-top: 30px;
}
#header{
	padding: 0px 5% 0px 5%;
	width: 90%;
}
#header_left{
	padding: 4px 0px 0px 0px;
	width: 80%;
}
#header_left a{
	font-size: 1.2em;
}
#header_center{
	display: none;
}
#header_right_{
	display: none;
}
#header_top_right_nav_mobile{
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	padding: 6px 0px 0px 0px;
	text-align: right;
	width: 20%;
}
.header_mobile_bottom_menu_{
	display: none;
}
.header_mobile_bottom_menu{
	display: block;
	float: right;
	height: 16px;
	width: 24px;
}
.header_mobile_bottom_menu a{
	background: url("images/menu-close-before.png") no-repeat;
	background-size: 24px 16px;
	display: block;
	height: 16px;
	width: 24px;
}
.header_mobile_bottom_menu a:hover{
	background: url("images/menu-close-before.png") no-repeat;
	background-size: 24px 16px;
}
.header_mobile_bottom_menu2{
	display: none;
}
.header_mobile_bottom_menu2_{
	display: block;
	float: right;
	height: 16px;
	width: 24px;
}
.header_mobile_bottom_menu2_ a{
	background: url("images/menu-open-before.png") no-repeat;
	background-size: 24px 16px;
	display: block;
	height: 16px;
	width: 24px;
}
.header_mobile_bottom_menu2_ a:hover{
	background: url("images/menu-open-before.png") no-repeat;
	background-size: 24px 16px;
}
.header_top_right_nav_mobile{
	display: none;
}
#header_top_right_nav_soc{
	height: auto;
	display: block;
	margin: 0px auto 0px auto;
	overflow: hidden;
	padding: 20px 0px 20px 0px;
	text-align: center;
	width: max-content;
}
.header_top_right_nav_mobile_{
	height: auto;
	display: block;
	overflow: hidden;
	padding-top: 20px;
	width: 100%;
	z-index: 3 !important;
}
.header_top_right_nav_mobile_ a{
	color: #fff;
	text-decoration: none;
}
.header_top_right_nav_mobile_ a:hover{
	color: #fff;
}
.header_top_right_nav_mobile_ ul{
	text-align: center !important;
}
.header_top_right_nav_mobile_ ul li{
	list-style: none;
}
.header_top_right_nav_mobile_ ul li a{
	border-bottom: 1px solid #fff;
	color: #000;
	font-size: 0.875em;
	font-weight: 400;
	margin: 0px auto 0px auto;
	text-transform: uppercase;
	display: block;
	height: 34px;
	line-height: 43px;
	width: max-content;
}
.header_top_right_nav_mobile_ ul li a:hover{
	color: #888888 !important;
}
.header_top_right_nav_mobile_active{
	background-color: #43413D !important;
}
.header_top_right_nav_mobile_active:hover{
	background-color: #C2995B !important;
}

/* header close */
/* content home open */

#content_home_top h1{
	font-size: 2em !important;
	bottom: 250px !important;
}
#content_home_top p{
	font-size: 0.8em !important;
	bottom: 210px !important;
}
#content_home_top .down img{
	bottom: 140px !important;
}

#content_home_middle{
	padding: 30px 5% 30px 5%;
	width: 90%;
}

/* content home close */
/* content kontakt open */

#content_contact_page{
	margin: 0px 5% 0px 5%;
	padding: 110px 0px 40px 0px;
	width: 90%;
}

/* content kontakt open */

}

/* max-width: 1160px close */
/* max-width: 960px open */

@media all and (max-width: 960px){

/* header open */



/* header close */
/* content home open */

#content_home_motto{
	margin: 0px auto 10px auto;
	padding: 30px 5% 30px 5%;
	width: 90%;
}
#content_home_motto h2{
	font-size: 1.4em !important;
}
#content_home_middle{
	margin: 0px auto 30px auto;
	padding: 30px 5% 30px 5%;
	text-align: center;
	width: 90%;
}
#content_home_middle img{
	position: relative;
    top: 0;
    width: 100%;
    height: auto;
    object-fit: none !important;
}
#content_home_middle h2{
	font-size: 1.4em !important;
	font-weight: 600 !important;
	text-align: center !important;
}
#content_home_middle p{
	line-height: 1.8em;
	margin: 30px 0px 30px 0px;
}
#content_home_middle .wp-block-media-text__media{
	background-size: auto auto !important;
	height: auto;
	min-height: auto;
	margin-bottom: 30px !important;
	overflow: hidden;
	position: relative;
}
#content_home_middle .has-media-on-the-right .wp-block-media-text__content{
	margin: 0px 0px 0px 0px !important;
	padding: 0px 0px 0px 0px !important;
}
#content_home_middle .wp-block-spacer{
	height: 60px !important;
}
#content_home_middle .wp-block-button{
	display: block;
	height: auto;
	margin: 0px auto 0px auto !important;
	width: 240px !important;
}
#content_home_middle .wp-block-button a{
    background-color: #000000;
	border: 1px solid #43413D;
	border-radius: 6px;
	cursor: pointer;
	color: #fff;
	display: block;
	height: auto;
	font-size: 0.8em;
	font-weight: 400;
	padding: 25px 54px 25px 60px;
	text-transform: uppercase;
	text-decoration: none;
	margin: 0px auto 0px auto !important;
	width: 240px !important;
	-webkit-appearance: none;
}
#content_home_spolu{
	margin-top: 30px;
	padding: 50px 0px 30px 0px;
}

#content_home_google{
	padding: 30px 5% 30px 5%;
	width: 90%;
}

/* content home close */
/* content page open */

#content_portfolio_page{
	padding: 100px 0px 30px 0px !important;
}
#content_portfolio_page .wp-block-image{
	width: 100% !important;
	margin-bottom: 20px !important;
	float: none !important;
}

/* content page close */
/* footer open */

#footer{
	font-size: 0.75em;
	padding: 50px 0px 50px 0px;
}
#footer ul{
	display: none !important;
}

/* footer close */

}

@media all and (max-width: 781px){

/* content kontakt open */

#content_contact_page br{
	display: none !important;
}
#content_contact_page img{
	display: none !important;
}
#content_contact_page .wp-block-spacer{
	height: 10px !important;
}
#content_contact_page h2{
	font-size: 1.6em !important;
}
#content_portfolio_page p{
	margin: 0px 0px 20px 0px!important;
	line-height: 1.4em;
	width: 100% !important;
}
#content_portfolio_page .wp-block-media-text{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0% 0px;
	width: 100%;
}
#content_portfolio_page .wp-block-media-text__media{
	padding-right: 0px !important;
	margin-bottom: 30px !important;
}

/* content kontakt open */

}

/* max-width: 960px close */

/* stop */