html, body{
	margin: 0;
	padding: 0;
	font-family: Lato;
}

#site-header{
	background-color: rgba(244, 231, 227, 0.79);
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 9;
}

.search-toggle-wrapper, .header-titles-wrapper, .header-toggles.hide-no-js, .search-modal, 
.skip-link.screen-reader-text,
.footer-nav-widgets-wrapper,
.menu-bottom,
.menu-top{
	display: none;
}

ul.primary-menu, 
.primary-menu li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: block;
}

.primary-menu-wrapper{
	display: flex;
	justify-content: center;
	align-items: center;
}

ul.primary-menu{
	display: flex;
	margin-top: 3px;
}

.primary-menu a{
	font-family: Lato;
	font-size: 17px;
	color: #405a4d !important;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	margin-left: 4px;
	margin-right: 4px;
	margin-top: 45px;
	margin-bottom: 45px;
	padding-left: 21px;
	padding-right: 21px;
	padding-top: 15px;
	padding-bottom: 15px;
}
.primary-menu .current_page_item a{
	color: #e3c6bd !important;
	border-radius: 19px;
	background-color: #405a4d;
}

@media only screen and (max-width: 1360px) {
	
	body #site-content{
		padding-left: 48px;
		padding-right: 48px;
	}
	
	body #site-content p, body #site-content ul {
		font-size: 17px;
	}
	
	.primary-menu a{
		font-size: 12px;
		padding-left: 6px;
		padding-right: 6px;
		padding-top: 10px;
		padding-bottom: 10px;
		white-space: nowrap;
		margin-top: 4px;
		margin-bottom: 4px;
	}
	
	.primary-menu{
		flex-wrap: wrap;
		justify-content: center;
	}
	.primary-menu-wrapper{
		flex-wrap: wrap;
		padding-bottom: 5px;
	}
	a.logo{
		margin-right: 0;
		margin-top: 10px;
	}
	div.language{
		position: absolute;
		top: 2px;
		right: 2px;
		margin-top: 0;
		margin-left: 0;
		width: 36px;
		height: 36px;
		margin-top: 14px;
	}
	div.language a{
		font-size: 12px;
		text-transform: uppercase;
	}
		
	
	#mainSlider{
		height: 300px !important;
	}
	
	a.logo{
		margin-right: 10px;
	}
}

.logo{
	display: block;
	width: 223px;
	height: 44px;
	background-image: url("images/logo.png");
	margin-right: 130px;
	text-decoration: none;
}

.language{
	width: 57px;
	height: 57px;
	background-color: #405a4d;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 46px;
}

.language a{
	font-family: Lato;
	font-weight: bold;
	font-size: 20px;
	color: #e3c6bd !important;
	text-decoration: none;
}

#site-content{
	box-sizing: border-box;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 10px;
}

#site-footer{
	background-color: #405a4d;
	color: #f4e7e3 !important;
	padding-top: 95px;
	padding-bottom: 70px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	position: relative;
}

#site-footer a{
	color: #f4e7e3 !important;
	text-decoration: none;
}

#site-content h1, #site-content h2, #site-content h3, #site-content h4,
#site-footer h2, #site-footer h3, #site-footer h4{
	font-weight: normal;
	margin: 0;
}

#site-footer h2{
	font-size: 25px;
	margin-bottom: 30px;
}

#site-footer h3{
	font-size: 20px;
	font-weight: 300;
	margin-bottom: 10px;
}

#site-footer h4,
#site-footer a{
	font-size: 20px;
	font-weight: 300;
}

#site-footer .icons{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 50px;
}

#site-footer .icons a{
	text-decoration: none;
	display: block;
	margin-left: 18px;
	margin-right: 18px;
}

#site-footer .icons a.phone{
	background-image: url("images/phone.png");
	width: 24px;
	height: 24px;
}

#site-footer .icons a.loc{
	background-image: url("images/loc.png");
	width: 18px;
	height: 26px;
}

#site-footer .icons a.mail{
	background-image: url("images/mail.png");
	width: 25px;
	height: 17px;
}

#site-footer .info{
	margin-bottom: 80px;
}

#site-footer .copyrights{
	font-size: 12px;
	font-weight: 300;
	line-height: 16px;
}

#mainSlider{
	height: 716px;
	width: 100%;
	background-image: url("images/slider/O_DENT-0053.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	margin-bottom: 58px;
}
.page-id-51 #mainSlider,
.page-id-107 #mainSlider{
	background-image: url("images/slider/background-gabinet.png");
}
.page-id-47 #mainSlider,
.page-id-99 #mainSlider{
	background-image: url("images/slider/background-cennik.png");
}
.page-id-13 #mainSlider,
.page-id-105 #mainSlider{
	background-image: url("images/slider/background-o-nas.png");
}
.page-id-14 #mainSlider,
.page-id-103 #mainSlider{
	background-image: url("images/slider/background-kontakt.png");
}
.page-id-49 #mainSlider,
.page-id-101 #mainSlider{
	background-image: url("images/slider/background-dojazd.png");
}


#site-content, .entry-content{
	text-align: center;
	max-width: 1200px;
	margin: 0 auto;
	z-index: 1;
}

.wp-block-image .alignright{
	margin-top: 0;
}

#site-content h1{
	font-size: 25px;
	color: #405a4d;
	font-weight: 500;
	text-align: center;
	padding-bottom: 21px;
	position: relative;
	display: inline-block;
	margin-bottom: 38px;
	text-transform: uppercase;
}

#site-content h1:before{
	content : "";
	position: absolute;
	left    : calc(50% - 131px);
	bottom  : 0;
	height: 3px;
	width: 263px;
	border-bottom: 3px solid #e3c6bd;
}

a.instagram{
	width: 91px;
	height: 81px;
	background-image: url("images/instagram.png");
	text-decoration: none;
	position: absolute;
	right: 0;
	top: 110px;
}

#site-content p, #site-content ul{
	font-size: 20px;
	line-height: 120%;
	color: #4f4f4f;
	margin-bottom: 50px;
	margin-top: 0;
	text-align: justify;
}

#site-content .entry-content h2{
	text-align: left;
	font-size: 23px;
	color: #4f4f4f;
	margin-bottom: 25px;
	font-weight: bold;
}

#site-content .entry-content h3{
	font-size: 33px;
	color: #4f4f4f;
	line-height: 180%;
	text-align: center;
}

#site-content .entry-content h4{
	font-size: 26px;
	color: #4f4f4f;
	margin-bottom: 5px;
}

.page-id-13 #site-content .entry-content h4{
	margin-top: 150px;
	margin-bottom: 42px;
}

#site-content td{
	font-size: 20px;
	color: #4f4f4f;
}

#site-content p.has-text-align-center{
	text-align: center;
}

#site-content a{
	color: #4f4f4f;
	text-decoration: none;
}
#site-content a:hover{
	text-decoration: underline;
}

#site-content .wp-block-columns p{
	line-height: 140%;
}

#site-content tr:hover{
	background-color: #e3c6bd;
}

table {  
    border-collapse: collapse;
}
th, td {
    padding: 0;
}
tr{
	padding-top: 3px;
	padding-bottom: 3px;
}

#site-content tr td:first-child{
	text-align: left;
}

#site-content tr td:last-child{
	text-align: right;
}

#site-content .wpcf7-list-item span,
#site-content figcaption{
	text-align: right;
	color: #4f4f4f;
	margin-top: 10px;
	font-size: 16px;
}

.wp-block-table{
	margin: 0;
	padding: 0;
}

#post-47 h2{
	text-transform: uppercase;
	text-align: center !important;
	font-weight: normal;
	display: block;
}

textarea, input{
	border: 2px solid #405a4d !important;
	padding-left: 18px;
	padding-right: 18px;
	padding-top: 16px;
	padding-bottom: 16px;
	margin-left: 0;
	margin-right: 0;
}

::-webkit-input-placeholder { /* Edge */
	color: rgba(64, 90, 77, 0.25);
	font-family: Lato;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: rgba(64, 90, 77, 0.25);
	font-family: Lato;
}

::placeholder {
	color: rgba(64, 90, 77, 0.25);
	font-family: Lato;
}

form{
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 1;
}

form p{
	margin-bottom: 35px;
}

#wpcf7-f73-p14-o1 p:nth-of-type(1),
#wpcf7-f73-p14-o1 p:nth-of-type(2),
#wpcf7-f73-p103-o1 p:nth-of-type(1),
#wpcf7-f73-p103-o1 p:nth-of-type(2){
	width: 50%;
	box-sizing: border-box;
	position: relative;
}

#wpcf7-f73-p14-o1 p:nth-of-type(1) input,
#wpcf7-f73-p103-o1 p:nth-of-type(1) input{
	margin-right: 18px;
	box-sizing: border-box;
	width: calc(100% - 18px);
}
#wpcf7-f73-p14-o1 p:nth-of-type(2) input,
#wpcf7-f73-p103-o1 p:nth-of-type(2) input{
	margin-left: 18px;
	box-sizing: border-box;
	width: calc(100% - 18px);
}
#wpcf7-f73-p14-o1 p:nth-of-type(3),
#wpcf7-f73-p103-o1 p:nth-of-type(3),
.wiadomosc, textarea{
	width: 100%;
	box-sizing: border-box;
}

#wpcf7-f73-p14-o1 p:nth-of-type(5),
#wpcf7-f73-p103-o1 p:nth-of-type(5){
	width: 100%;
	text-align: center;
}

span.wpcf7-list-item{
	margin-left: 0;
}

input.wpcf7-form-control.wpcf7-submit{
	color: #e3c6bd;
	font-size: 20px;
	text-align: center;
	text-transform: uppercase;
	background-color: #405a4d;
	border-radius: 16px;
	padding-left: 36px;
	padding-right: 36px;
	padding-top: 18px;
	padding-bottom: 18px;
	margin: 0 auto;
}

#jp-carousel-comment-form-container,
#jp-carousel-left-column-wrapper,
.jp-carousel-image-meta
{
	display: none !important;
}

.entry-content{
	margin-bottom: 60px;
}