/*
Theme Name: katrin
*/

/* NULL */

HTML, BODY, DIV, SPAN, APPLET, OBJECT, IFRAME, H1, H2, H3, H4, H5, H6, P, BLOCKQUOTE, PRE, A, ABBR, ACRONYM, ADDRESS, BIG, CITE, CODE, DEL, DFN, EM, FONT, IMG, INS, KBD, Q, S, SAMP, SMALL, STRIKE, STRONG, TT, VAR, B, U, I, CENTER, DL, DT, DD, OL, UL, LI, FIELDSET, FORM, LABEL, LEGEND {margin: 0;padding: 0;border: 0;outline: 0;font-size: 100%;vertical-align: baseline;background: transparent;}
SUP, SUB {line-height: 1px;}
BODY {line-height: 1;}
UL {list-style: none;}
:focus {outline: 0;}
INS {text-decoration: none;}
DEL {text-decoration: line-through;}
input::-moz-focus-inner {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary, .block {display: block;}
audio, canvas, video {display: inline-block;}
audio:not([controls]) {display: none;height: 0;}

[hidden] {display: none;}
.none, .hidden, .on980, .on760, .on320, .only980, .only760 {display: none;}

.clear, .clr {clear: both;}
hr.clear, hr.clr {padding: 0;margin: 0;height: 1px;overflow: hidden;border: 0;}
.clearfix:before, .clearfix:after, .clf:before, .clf:after {content: " ";display: table;}
.clearfix:after, .clf:after {clear: both;}
.clearfix, .clf {*zoom: 1;}

.alignright, .right { float: right; }
.alignleft, .left { float: left; }
.center { text-align: center; }
.centered, .aligncenter {
	display: block;
	margin: 0 auto;
	}

img.alignright, img.right {
	margin: 0 0 7px 20px;
	display: inline;
	}
img.alignleft, img.left {
	margin: 0 20px 7px 0;
	display: inline;
	}
a img {
	border: none;
	}
img {
	max-width: 100%;
	}

.entry img {
	height: auto;
	border-radius: 5px;
	}

/* END NULL */


/* BASE */

body {
	color: #000;
	font-size: 15px;
	line-height: 22px;
	font-family: 'Open Sans', sans-serif;
	background: #fbf1f9;
	text-align: center;
	}

.wrap {
	width: 1200px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	font-family: 'Open Sans', sans-serif;
	}

b, strong {
	font-weight: 600;
	}

a {
	color: #be5087;
	text-decoration: none;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #be5087;
	text-decoration: underline;
	}

p, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title, .entry table, .entry form, .entry ul, .entry ol, .entry hr, blockquote {
	margin: 0 0 30px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #be5087;
	font-weight: 600;
	font-style: italic;
	}
h1, .h1, .title{
	font-size: 36px;
	line-height: 40px;
	text-align: center;
	}
h2, .h2{
	font-size: 32px;
	line-height: 36px;
	}
h3, .h3{
	font-size: 30px;
	line-height: 34px;
	}
h4, .h4{
	font-size: 28px;
	line-height: 32px;
	}
h5, .h5{
	font-size: 26px;
	line-height: 30px;
	}
h6, .h6{
	font-size: 24px;
	line-height: 28px;
	}


.table, .entry table {
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #959596;
	border-left: 1px solid #959596;
	}

.table tr th, .entry table tr th{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	background: #f4f4f4;
	padding: 8px 10px;
	}

.table tr td, .entry table tr td{
	border-bottom: 1px solid #959596;
	border-right: 1px solid #959596;
	padding: 8px 10px;
	}

.entry table.nobord, .entry table.nobord tr th, .entry table.nobord tr td {
	border: 0;
	padding: 0;
	background: none;
	}

.entry ul, ul.list {
	padding: 0 0 0 20px;
	list-style: none;
	}

.entry ol, ol.list {
	padding: 0 0 0 25px;
	list-style: none;
	}

.entry ul ul, .entry ol ol, .entry ol ul, .entry ul ol, ul.list ul, ol.list ol, ol.list ul, ul.list ol {
	margin: 5px 0 0 0;
	}

.entry ol > li, ol.list > li {
	margin: 7px 0 7px 10px;
	list-style: decimal outside;
	}

.entry ul > li, ul.list > li {
	margin: 7px 0 7px 10px;
	list-style-type: disc;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}
acronym, abbr, span.caps {
	font-size: 0.9em;
	letter-spacing: .07em;
	cursor: help;
	}
acronym, abbr {
	border-bottom: 1px dashed #999;
	}
blockquote {
	padding-left: 20px;
	border-left: 5px solid #be5087;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 24px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 56px;
	padding: 17px 25px;
	background: #fff4f4;
	border: 1px solid #be5087;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 170px;
	padding: 17px 25px;
	background: #fff4f4;
	border: 1px solid #be5087;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #000;
	font-size: 18px;
	line-height: 20px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 46px;
	padding: 13px 15px;
	border: 1px solid #be5087;
	background: #be5087;
	transition: all 0.3s 0.02s ease;
	border-radius: 5px;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	font-weight: 600;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	background-color: #fff;
	color: #be5087;
	text-decoration: none;
	}

.btn_c2 {
	border-color: #fff;
	background: linear-gradient(to top, #682747, #b05f90);
	color: #f9d8a3;
	}

.btn_s2 {
	min-height: 56px;
	padding: 18px 25px;
	border-radius: 10px;
	font-style: italic;
	}

.btn_s3 {
	width: 100%;
	min-height: 56px;
	padding: 18px 25px;
	}

.form_sub .wpcf7-spinner {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */


/* HEADER */

.header_bg {
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	}

header {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 15px 0;
	}

.logo{
	width: 300px;
	margin: 0 auto 0 0;
	}

.logo img{
	vertical-align: bottom;
	}

.nav_prom {
	display: flex;
	align-content: center;
	align-items: center;
	}

.top_tel{
	padding: 0 30px 0 24px;
	background: url('images/phone.svg') no-repeat 0px center / 20px auto;
	font-size: 17px;
	}

.top_tel a{
	color: #000;
	}

.top_tel a:hover{
	color: #be5087;
	text-decoration: none;
	}

.show_nav{
	display: none;
	width: 28px;
	height: 20px;
	margin: 0 0 0 16px;
	background: url('images/show_nav.svg') no-repeat center;
	position: relative;
	cursor: pointer;
	}

.show_nav.open{
	background: url('images/close2.svg') no-repeat center;
	}

@media (min-width: 1020px) {
.nav_prom{
	opacity: 1;
	visibility: visible;
	}
}

.main_nav ul{
	display: flex;
	}

.main_nav ul li {
	margin: 0 31px 0 0;
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	}

.main_nav ul li a{
	position: relative;
	color: #000;
	}

.main_nav ul li a:hover {
	color: #000;
	text-decoration: none;
	}

.main_nav ul li a:before {
	content: " ";
	display: block;
	width: 0;
	height: 1px;
	background: #be5087;
	position: absolute;
	bottom: -2px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.main_nav ul li a:hover:before, .main_nav ul li.current-menu-item > a:before, .main_nav ul li.current-menu-parent > a:before, .main_nav ul li.current-menu-ancestor a:before {
	width: 100%;
	}

/* END HEADER */


/* POSTS */

.home_top_bg {
	background: #0b0209 url('images/home_top_bg.jpg') no-repeat center / cover;
	box-shadow: inset 0px 0px 15px rgba(255, 255, 255, 0.2);
	}

.home_top {
	padding: 110px 50% 110px 0;
	background: url('images/home_top.png') no-repeat right 2% bottom / auto 100%;
	font-size: 18px;
	line-height: 24px;
	color: #fff;
	}

.home_top_t {
	padding: 0 0 40px 0;
	font-size: 40px;
	line-height: 44px;
	font-weight: 600;
	color: #f9d8a3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.9);
	font-style: italic;
	}

.home_top_e {
	text-shadow: 1px 1px 7px rgba(0, 0, 0, 0.7);
	font-weight: bold;
	}

.home_top_go {
	padding: 40px 0 0 0;
	}

.home_top_go .btn {
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
	}


.bg_l{
	background: url('images/bg_l.svg') no-repeat left 50px;
	}


.top_text {
	display: flex;
	justify-content: space-between;
	padding: 70px 0 50px 0;
	}

.top_text_t {
	width: 43%;
	font-weight: 400;
	color: #be5087;
	font-size: 50px;
	line-height: 54px;
	font-style: italic;
	}

.top_text_e {
	width: 52%;
	padding: 10px 0 0 0;
	font-weight: 300;
	font-size: 16px;
	}

.top_text_w {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	}


.home_services {
	padding: 0 0 50px 0;
	}

.service_lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.service_list {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 19%;
	margin: 0 0 20px 0;
	background: #be5087;
	border-radius: 5px;
	text-align: center;
	}

.service_list_img {
	flex-grow: 1;
	}

.service_list_img img {
	vertical-align: bottom;
	border-radius: 5px 5px 0 0;
	}

.service_list_b {
	padding: 15px;
	}

.service_list_t {
	padding: 0 0 5px 0;
	color: #f9d8a3;
	font-size: 18px;
	}

.service_list_inf {
	font-weight: 500;
	color: #fce2e0;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
	}



.home_ctext {
	padding: 0 0 40px 110px;
	background: url('images/home_ctext.svg') no-repeat -20px 0px / 140px auto;
	position: relative;
	}

.home_ctext:before {
	content: " ";
	display: block;
	width: 56%;
	height: 1px;
	background: #be5087;
	position: absolute;
	bottom: 0px;
	left: 0px;
	}

.home_ctext_t {
	padding: 0 0 20px 0;
	font-weight: 300;
	font-size: 50px;
	line-height: 54px;
	font-style: italic;
	}

.home_ctext_fl {
	display: flex;
	justify-content: space-between;
	align-content: center;
	align-items: center;
	}

.home_ctext_img {
	order: 2;
	width: 34%;
	}

.home_ctext_img img {
	vertical-align: bottom;
	border-radius: 5px;
	}

.home_ctext_txt {
	width: 60%;
	padding: 30px 0 0 0;
	font-weight: 300;
	font-size: 16px;
	color: #7b7b7b;
	}

.home_ctext_w {
	font-weight: normal;
	font-size: 20px;
	line-height: 28px;
	}


.home_preims {
	padding: 70px 0 40px 0;
	}

.home_preims .title {
	text-align: left;
	}

.home_preims_fl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	}

.home_preim {
	display: flex;
	justify-content: space-between;
	width: 32%;
	padding: 0 0 30px 0;
	}

.home_preim_n {
	width: 80px;
	min-width: 80px;
	font-weight: 300;
	font-size: 80px;
	line-height: 72px;
	color: #f5dcef;
	}

.home_preim_r {
	font-size: 15px;
	line-height: 21px;
	}

.home_preim_t {
	padding: 0 0 10px 0;
	font-size: 22px;
	line-height: 24px;
	color: #be5087;
	}

.home_preim_r a {
	font-weight: 500;
	font-size: 16px;
	}

.home_preim_r a:hover {
	color: #C7B27D;
	}


.gallery {
	padding: 0 0 70px 0;
	}

.slider_top {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 0 0 30px 0;
	}

.slider_top_t {
	padding: 0 40px 0 0;
	font-size: 50px;
	line-height: 54px;
	font-style: italic;
	}

.slider_prev {
	display: block;
	box-sizing: border-box;
	width: 49px;
	height: 49px;
	margin: 0 25px 0 0;
	border: 1px solid #be5087;
	background: url('images/prev.svg') no-repeat center;
	border-radius: 50%;
	}

.slider_prev:hover {
	border-color: #be5087;
	background-color: #be5087;
	background-image: url('images/prev_h.svg');
	}

.slider_next {
	display: block;
	box-sizing: border-box;
	width: 65px;
	height: 65px;
	border: 1px solid #be5087;
	background: url('images/next.svg') no-repeat center;
	border-radius: 50%;
	}

.slider_next:hover {
	border-color: #be5087;
	background-color: #be5087;
	background-image: url('images/next_h.svg');
	}


.gallery_slide{
	height: 498px !important;
	position: relative;
	}

.gallery_slide img{
	position: absolute;
	vertical-align: bottom;
	border-radius: 10px;
	}

.gallery_slide a:nth-child(1) img{
	width: 796px;
	}

.gallery_slide a:nth-child(2) img{
	width: 380px;
	right: 0px;
	}

.gallery_slide a:nth-child(3) img{
	width: 380px;
	right: 0px;
	bottom: 0px;
	}


.home_form {
	padding: 70px 110px;
	background: #f1eced url('images/home_form.jpg') no-repeat center / cover;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
	}

.home_form p {
	margin: 0;
	}

.home_form_top {
	display: flex;
	align-content: center;
	align-items: center;
	padding: 0 0 30px 50px;
	background: url('images/mail.svg') no-repeat -2px 0px / 40px auto;
	}

.home_form_top .h2 {
	margin: 0;
	}

.home_form_e {
	padding: 0 0 0 40px;
	font-size: 16px;
	}

.home_form_inps {
	display: flex;
	justify-content: space-between;
	}

.home_form_inp {
	width: 38%;
	}

.home_form_sub {
	width: 20%;
	}


.post_lists{
	padding: 70px 0 40px 0;
	}

.post_lists_top{
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 30px 0;
	}

.post_lists_top .title{
	margin: 0;
	}

.post_lists_all{
	color: #000;
	font-weight: 500;
	text-decoration: underline;
	}

.post_lists_all:hover{
	color: #be5087;
	text-decoration: none;
	}


.post_lists_fl{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.post_list{
	width: 23.5%;
	margin: 0 0 30px 0;
	}

.post_list_img{
	padding: 0 0 15px 0;
	}

.post_list_img img{
	vertical-align: bottom;
	border-radius: 5px;
	}

.post_list_t{
	padding: 0 0 6px 0;
	}

.post_list_t a:hover{
	color: #000;
	text-decoration: none;
	}

.post_list_d{
	color: #ACABAB;
	font-size: 12px;
	line-height: 15px;
	}


.home_text {
	padding: 0;
	}



.rews {
	padding: 40px 0 70px 0;
	}

.rews .slider_top {
	padding: 0 0 20px 0;
	}

.rew {
	padding: 24px 10px 0 10px;
	}

.rew_b {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	box-sizing: border-box;
	height: 290px;
	padding: 40px 40px 25px 40px;
	margin: 0 auto;
	background: #f5dcef;
	border-radius: 5px;
	position: relative;
	font-size: 16px;
	text-align: left;
	}

.rew_b:before {
	content: " ";
	display: block;
	width: 50px;
	height: 40px;
	background: url('images/rew.svg') no-repeat center / 50px auto;
	position: absolute;
	top: -14px;
	left: 41px;
	}

.rew_t {
	padding: 0 0 12px 0;
	font-size: 18px;
	font-weight: 500;
	}

.rew_e {
	max-height: 136px;
	margin: 0 0 10px 0;
	overflow: hidden;
	flex-grow: 1;
	}

.rew_d {
	padding: 19px 0 0 0;
	border-top: 1px solid #be5087;
	font-weight: 500;
	font-size: 12px;
	line-height: 16px;
	color: #909090;
	}


.faqs {
	padding: 0 0 70px 0;
	}

.faqs .title {
	margin: 0 0 20px 0;
	}

.faqs_fl {
	display: flex;
	justify-content: space-between;
	}

.faqs_col {
	width: 48.5%;
	}

.faq {
	padding: 15px 0 20px 0;
	border-bottom: 1px solid rgba(108, 111, 116, 0.2);
	}

.faq_t {
	min-height: 25px;
	padding: 5px 0 0 44px;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	cursor: pointer;
	}

.faq_t:before {
	content: " ";
	display: block;
	width: 30px;
	height: 30px;
	border: 1px solid #be5087;
	border-radius: 50%;
	background: url('images/plus.svg') no-repeat center;
	position: absolute;
	top: 0px;
	left: 0px;
	transition: all 0.3s 0.02s ease;
	}

.faq.open .faq_t:before {
	background: #be5087 url('images/minus.svg') no-repeat center;
	}

.faq_e {
	display: none;
	padding: 14px 0 0 0;
	color: #000;
	}

.faq.open .faq_e {
	display: block;
	}




#content {
	padding: 50px 0;
	}


.breadc {
	padding: 0 0 20px 0;
	font-size: 12px;
	line-height: 15px;
	}


.wp-pagenavi {
	display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	padding: 0 0 20px 0;
	font-style: italic;
	font-size: 21px;
	line-height: 30px;
	text-align: center;
	letter-spacing: 0.29em;
	}

.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	margin: 0 2px;
	color: #000;
	}

.wp-pagenavi a:hover, .wp-pagenavi .current {
	color: #be5087;
	text-decoration: none;
	}

.previouspostslink, .nextpostslink {
	width: 40px;
	height: 13px;
	margin: 0 7px !important;
	background: url('images/nav.svg') no-repeat;
	overflow: hidden;
	text-indent: -9999px;
	}

.nextpostslink {
	transform: rotate(180deg);
	}

.previouspostslink:hover, .nextpostslink:hover {
	background: url('images/nav_h.svg') no-repeat;
	}


.post_top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}

.post_d {
	padding: 0 0 21px 0;
	font-size: 12px;
	line-height: 15px;
	color: #ACABAB;
	}


/* END POSTS */


/* FOOTER */

footer {
	background: #f5dcef;
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
	}

.bot {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
	padding: 30px 0;
	}

.copy {
	order: 1;
	padding: 0 25px 0 0;
	font-size: 12px;
	line-height: 19px;
	}

.soc {
	order: 2;
	display: flex;
	}

.soc a {
	display: block;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	margin: 0 0 0 19px;
	}

.soc_f {
	background: #be5087 url('images/soc_f.svg') no-repeat center;
	}
.soc_f:hover {
	background-color: #1773ea;
	}
.soc_i {
	background: #be5087 url('images/soc_i.svg') no-repeat center;
	}
.soc_i:hover {
	background-color: #f7077e;
	}
.soc_y {
	background: #be5087 url('images/soc_y.svg') no-repeat center;
	}
.soc_y:hover {
	background-color: #f70000;
	}

.soc a:hover {
	opacity: 0.7;
	}

/* END FOOTER */


/* MODAL */

.modal_win{
	display: none;
	box-sizing: border-box;
	width: 400px;
	max-width: 90%;
	padding: 30px;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 9999;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.32);
	text-align: left;
	}

.modal_close {
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	right: 15px;
	top: 15px;
	transition: all 0.3s 0.02s ease;
	cursor: pointer;
	opacity: 0.5;
	}

.modal_close:before, .modal_close:after{
	content: " ";
	display: block;
	width: 138%;
	height: 2px;
	background: #000;
	border-radius: 1px;
	position: absolute;
	top: 49%;
	left: -19%;
	transform: rotate(90deg);
	transition: all 0.3s 0.02s ease;
	}

.modal_close:before{
	transform: rotate(45deg);
	}

.modal_close:after{
	transform: rotate(-45deg);
	}

.modal_close:hover{
	opacity: 1;
	transform: rotate(360deg);
	}

.modal_mask {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9000;
	background: #000;
	opacity: 0.8;
	}

.modal_win p{
	margin: 0;
	}

/* END MODAL */



/* COMMENTS */

#comments {
	padding: 37px 0 20px 0;
	}

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #eee;
	background: #f9f5f6;
	}

.comments_list li li {
	margin: 15px 0 0 0;
	}

.comments_list li.thread-even {
	background: #fff; 
	} 

.comments_list .even {
	background: #fff; 
	}

.comments_list .alt {
	background: #f9f5f6; 
	}

.comment_ava{
	float: left;
	padding: 0 15px 5px 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	max-width: 677px;
	padding: 10px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

#respond .title {
	color: #000;
	}

.comm_mail{
	padding: 0 0 26px 0;
	font-size: 12px;
	line-height: 15px;
	}

/* END COMMENTS */


/* WP OTHER */

.wp-caption {
	box-sizing: border-box;
	max-width: 100%;
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding: 4px;
	margin: 10px;
	border-radius: 3px;
	}

.wp-caption img {
	max-width: 100%;
	height: auto;
	padding: 0;
	border: 0 none;
	}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
	}

.wpcf7-not-valid { 
	border-color: #ad2929 !important;
	color: #ad2929; 
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}

#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; 
	}

/* END WP OTHER */


body::after{
	position:absolute; width:0; height:0; overflow:hidden; z-index:-1;
	content: url(images/nav_h.svg) url(images/close2.svg);
	}