@charset "utf-8";
/* Main Top Menu */
body{
	font-family: 'Raleway', sans-serif !important;
}
header{
	height: 190px;
	background: rgba(255,0,0,0.25);
}
a, a:hover{
	text-decoration: none !important;
}
.top-menu-main{
	height: 120px;
	background-color: rgba(255,255,255,1);
}
.bottom-menu-main{
	height: 70px;
	background-color: #cf4a46;
	color: #fff;
}
.menu_container{
	height: 100%;
    display: table;
}
.menu-content{
	display: table-cell;
	vertical-align: middle;
}
.menu-items-top{
	width: 25%;
	float: left;
	display: table;
}
.img-container, .desc-container{
	float: left;
	height: 100%;
}
.img-container{
	width: 25%;
}
.desc-container{
	width: 75%;
	display: table;
}
.main-header{
	font-size: 16px;
	font-weight: 600;
}
.desc-container > span{
	font-size: 12px;
}
.contact-btn-container{
	height: 80px;
}
.button-middle{
	display: table-cell;
	vertical-align: middle;
}
.contact-button{
	background-color: rgba(255,255,255,1);
	border: 2px solid rgba(207, 74, 70, 1);
    margin: 0px auto;
    width: 80%;
    text-align: center;
    padding: 10px;
    color: #000;
    font-weight: 600;
}
.contact-button:hover{
	background-color: rgba(207, 74, 70, 0.75);
	color: #fff;
	text-decoration: none;
}
.menu-content > div.custom-menu-class > ul{
	display: flex;
	padding: 0px;
    margin: 0px;
    list-style: none;
}
.menu-content > div.custom-menu-class > ul > li{
	color: #fff;
	padding: 0px;
	position: relative;
}
.menu-content > div.custom-menu-class > ul > li > a{
	color: #fff;
    padding: 25px 15px;
    position: relative;
	display: block;
	width: max-content;
}
.menu-content > div.custom-menu-class > ul > li:hover > a, 
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li:hover > a,
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li:hover > a
{
	background-color: #d27d7b;
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu{
	display: none;
	width: max-content;
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children:hover > ul.sub-menu{
	display: block;
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu{
	position: absolute;
	top: 70px;
    left: 0px;
	padding: 0px;
	margin: 0px;
	list-style: none;
	background-color: #cf4a46;
	z-index: 999;
}

.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li{
	position: relative;
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:before{
	content: " ";
	position: absolute;
	right: 8px;
	top: 18px;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3px 0 3px 6px;
	border-color: transparent transparent transparent #fff;
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li > a{
	padding: 10px 35px;
    display: table;
    width: 100%;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.35);
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu{
	display: none;
	position: absolute;
	width: max-content;
    top: 0px;
    background-color: #cf4a46;
    list-style: none;
    padding-left: 0px;
    border-left: 1px solid rgba(255,255,255,0.35);
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
	display: none;
	position: relative;
	width: 100%;
    background-color: #cf4a46;
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children > ul.sub-menu > li > a{
	padding: 10px 35px;
    display: table;
    width: 100%;
    text-align: center;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.35);
}
.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li.menu-item-has-children:hover > ul.sub-menu{
	display: block;
}
.slider-main-home-page{
	/* height: 855px; */
	padding-left: 0px !important;
	padding-right: 0px !important;
}
.welcome-area-page-home{
	/* height: 640px; */
	background-color: #cf4a46;
	padding-top: 130px;
	padding-bottom: 130px;
}
.second-area-page-home{
	padding-top: 130px;
	padding-bottom: 130px;
	background: #fff;
}
.third-area-page-home{
	padding-top: 135px;
	padding-bottom: 135px;
	background-color: rgba(0,0,0,0.35);
}
.fourth-area-page-home{
	background-color: #fff;
	padding-top: 150px;
	padding-bottom: 150px;
}
.fiveth-area-page-home .desc-container{
	background-color: #cf4a46;
	padding-top: 145px;
	padding-bottom: 145px;
	padding-left: 85px;
	padding-right: 85px;
}
.fiveth-area-page-home-{
	padding-top: 145px;
	padding-bottom: 145px;
}
.sixeth-area-page-home{
	padding-top: 85px;
	padding-bottom: 85px;
}
footer{
	padding-top: 65px;
	padding-bottom: 65px;
	background-color: #242120;
}
.footer_main_cont{
	display: table;
}
.copyrights{
	color: #fff;
	float: left;
	margin-top: 7px;
}
.social-media-container{
	float: right;
}
.slider-description-container{
	position: absolute;
	display: table;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* background-color: rgba(255,0,0,0.35); */
}
.main-slider-content{
	display: table-cell;
	vertical-align: middle;
}
.slider-content{
	width: 75%;
    margin: 0px auto;
    color: #fff;
}
.slide-title{
	background-color: rgba(0,0,0,0.65);
    width: 50%;
    padding: 10px 15px;
    margin-bottom: 25px;
}
.slide-title > h2{
	margin: 0px;
}
.slider-desc{
	background-color: rgba(0,0,0,0.65);
	width: 50%;
	padding: 15px 15px;
    margin-bottom: 25px;
}
.slider-button{
	width: 50%;
	text-align: right;
}
.slider-button > a{
	display: table;
    padding: 15px 50px;
    background-color: #cf4a46;
    color: #fff;
    float: right;
}
.main-content img{
	max-width: 100%;
}

/* Wyszukiwarka po kliknięciu */
#searcher_main{
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.85);
	z-index: 9999;
}
.middle_area{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.center-area{
	width: 50%;
	margin: 0px auto;
	position: relative;
}
.close_search_button{
	position: absolute;
    top: -15px;
    right: 0px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    cursor: pointer;

}

.middle-container{
	width: 50%;
	margin: 150px auto 442px;
}
.middle-container > h1{
	text-align: center;
}
.short-desc{
	text-align: center;
	margin: 15px 0px 25px;
}
input[type="search"]{
	width: 100%;
	text-align: center;
	padding: 10px 15px;
	border: 1px solid rgba(0,0,0,0.35);
}
.search_label{
	position: relative;
}
.search-submit-icon{
	position: absolute;
	right: 0px;
	bottom: 0px;
	display: table;
	height: 100%;
	border: 0px;
	background-color: #cf4a46;
}
.search-submit-icon img{
	height: 60%;
	padding: 0px 8px;
}
.search-submit{
	margin: 0px auto;
	text-align: center;
	display: block;
	padding: 10px 25px;
	text-transform: uppercase;
	font-weight: 900;
	color: #fff;
	border: 0px;
	background-color: #cf4a46;
	margin-top: 15px;
	width: 40%;
}

/* Informacja o ciasteczkach */
.cookies_info_container{
	position: fixed;
	z-index: 9999;
    width: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #c34642;
    color: #fff;
	font-size: 12px;
	padding: 20px 0px;
}
.cookie-desc{
	text-align: justify;
}
.cookie-desc > span{
	color: #fff;
}
.cookie-desc >  span > a{
	color: #fff;
    font-weight: 900;
    float: right;
}
.close_cookie_area{
	background: rgba(255,255,255,0.35);
    text-align: center;
    padding: 10px 10px;
    text-transform: uppercase;
	font-weight: 900;
	cursor: pointer;
	position: relative;
	top: 20px;
}
.close_cookie_area:hover{
	color: #c34642;
	background-color: #fff;
}
.bottom-menu-main > label{
	display: none;
}
.bottom-menu-main > input#main_menu_button_mobile{
	display: none;
}
.logo-title-mobile > .img-container > img{
	width: 100%;
	position: relative;
	top: -24px;
	/* display: block; */
	/* margin: 0px auto; */
}
.bottom-menu-main{
    position: relative;
    /* top: 0px; */
}
.mobile-menu-only{
	display: none;
}
.tribe-event-featured > .tribe-events-event-image{
	width: 40% !important;
    margin: 0px auto !important;
}
@media only screen and (max-width: 1200px) {
	input#main_menu_button_mobile:checked + .mobile-menu{
		transform: translate(0%, 0%);
		padding: 0px;
	}
	.mobile-menu{
		display: block;
	}
	.bottom-menu-main > label{
		display: block;
		position: absolute;
		top: 30px;
		right: -15px;
		background-color: #4F1D1B;
		transform: rotate(270deg);
		padding: 15px 20px;
		border-top-right-radius: 10px;
		border-top-left-radius: 10px;
	}
	/*Wersje kontrolne do wykasowania */
	.top-menu-main, .bottom-menu-main{
		position: relative;
	}
	.mobile-menu{
		display: block;
		position: fixed;
		right: 0px;
		background: #cf4a46;
		top: 0px;
		width: 100% !important;
		height: 100%;
		z-index: -1;
		overflow: scroll;
		transform: translate(100%, 0%);
		transition: all ease-in-out 350ms;
	}
	.mobile-menu > .menu-content{
		display: block;
	}
	.custom-menu-class > ul{
		display: table !important;
	}
	.bottom-menu-main{
		position: fixed;
		top: 60px;
		right: 0px;
		width: 80px;
		height: 60px;
		background: none;
		z-index: 999;
	}
	header{
		height: 120px;
	}
	.slide-title, .slider-desc{
		width: 75%;
	}

	.menu-content > div.custom-menu-class > ul{
		width: 100%;
	}
	.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu{
		display: block;
	}
	.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu{
		position: relative;
		top: 0px;
		left: 0px;
		padding: 0px;
		margin: 0px;
		list-style: none;
		background-color: #cf4a46;
		z-index: 999;
	}
	.menu-content > div.custom-menu-class > ul > li > a{
		padding: 10px 25px;
		border-bottom: 1px solid #fff;
		font-weight: 900;
	}
	.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu{
		width: 100%;
	}
	.menu-content > div.custom-menu-class > ul > li.menu-item-has-children > ul.sub-menu > li > a{
		text-align: left;
		border-bottom: 1px solid rgba(255,255,255,0.35);
		padding: 10px 45px;
    	background: rgba(255,255,255,0.05);
	}
	.mobile-menu-only{
		display: block;
	}
}
@media only screen and (max-width: 1024px) {
	.contact-btn-container{
		display: none;
	}
	.menu-items-top{
		width: 33%;
	}
	.menu-items-top > .img-container > img{
		width: 80%;
		position: relative;
		top: -13px;
		display: block;
		margin: 0px auto;
	}
	.mobile-icon{
		top: 4px !important;
	}
	.mobile-icon-2{
		top: 0px !important;
	}	
	.cookie-accept-button{
		display: table;
    	width: 100%;
	}
	.welcome-area-page-home{
		padding-top: 50px;
    	padding-bottom: 50px;
	}
	.carousel-control.right.custome{
		right: 0px !important;
	}
	.carousel-control.left.custome{
		left: 0px !important;
	}
}
@media only screen and (max-width: 768px) {
	.menu-items-top > .img-container > img{
		top: 0px;
	}	
	.slide-title, .slider-desc, .slider-button{
		width: 100%;
	}
	.carousel-indicators, .slider-desc, .post-excpert-slider{
		display: none;
	}
	.main-slider-content > .slider-button{
		display: table;
	}
	.welcome-area-page-home{
		padding-top: 25px;
		padding-bottom: 25px;
	}
	.sixeth-area-page-home{
		padding-top: 25px;
    	padding-bottom: 25px;
	}
	
}
@media only screen and (max-width: 767px) {
	.new-posts-slider{
		margin-bottom: 35px;
	}
}
@media only screen and (max-width: 560px) {
	.bottom-menu-main{
		top: 0px;
	}
	.mobile-hiden-element{
		display: none;
	}
	.logo-title-mobile{
		width: 100%;
	}
	.menu_container{
		width: 100%;
	}
	.logo-title-mobile > .img-container{
		width: 20% !important;
	}
	.logo-title-mobile > .desc-container{
		width: 75% !important;
	}
	header, .top-menu-main{
		height: 100px;
	}
	.main-header{
		font-size: 20px;
	}
	.main-page-img-container{
		padding: 25px;
		margin: 0px auto;
		width: 50%;
	}
}