/*
Theme Name: depcult
*/

/* 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;
	}

/* END NULL */


/* BASE */

body {
	color: #2d2f31;
	font-size: 18px;
	line-height: 26px;
    font-family: 'SF Pro Display', sans-serif;
	background: #d4f5ef;
	text-align: center;
	}

.wrap {
	width: 1240px;
	margin: 0 auto;
	text-align: left;
	}

input, textarea {
	color: #2d2f31;
	font-size: 18px;
	line-height: 20px;
    font-family: 'SF Pro Display', sans-serif;
	}

a {
	color: #48b552;
	text-decoration: underline;
	transition: all 0.3s 0.02s ease;
	}

a:hover {
	color: #48b552;
	text-decoration: none;
	}

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 20px 0;
	}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .title {
	color: #000;
	font-weight: bold;
	}
h1, .h1, .title{
	font-size: 30px;
	line-height: 32px;
	}
h2, .h2{
	font-size: 28px;
	line-height: 30px;
	}
h3, .h3{
	font-size: 26px;
	line-height: 28px;
	}
h4, .h4{
	font-size: 24px;
	line-height: 26px;
	}
h5, .h5{
	font-size: 22px;
	line-height: 24px;
	}
h6, .h6{
	font-size: 20px;
	line-height: 22px;
	}

.black{
	color: #000;
	}
.white{
	color: #fff;
	}
.grey{
	color: #808080;
	}
.green{
	color: #34c924;
	}
.red{
	color: #ff0000;
	}
.orange{
	color: #ffa500;
	}
.yellow{
	color: #ffff00;
	}
.blue{
	color: #0000ff;
	}
.purple{
	color: #8b00ff;
	}
.pink{
	color: #ffc0cb;
	}


.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 #ddd;
	}
blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.grid {
	clear: both;
	*zoom: 1;
	}
.grid:after {
	content: "";
	display: table;
	clear: both;
	}
[class*='col-'] {
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 20px 0 0;
	}
.col-1-8 {
	width: 12.5%;
	}
.col-1-4 {
	width: 25%;
	}
.col-1-3 {
	width: 33.33%;
	}
.col-1-2 {
	width: 50%;
	}
.col-2-3 {
	width: 66.66%;
	}

/* END BASE */


/* FORM */

.form_line{
	padding: 0 0 15px 0;
	}

.lab{
	display: block;
	padding: 0 0 2px 0;
	}

.inp{
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	}

.ta{
	box-sizing: border-box;
	width: 100%;
	height: 100px;
	padding: 10px 20px;
	background: #fff;
	border: 1px solid #b2b2b2;
	border-radius: 3px;
	-webkit-appearance: none;
	color: #000;
	font-size: 15px;
	line-height: 18px;
	vertical-align: bottom;
	}

.form_sub {
	position: relative;
	}

.btn {
	display: inline-block;
	box-sizing: border-box;
	min-height: 40px;
	padding: 10px 20px;
	border: 1px solid #57b64d;
	background: #57b64d;
	border-radius: 5px;
	transition: all 0.3s 0.02s ease;
	-webkit-appearance: none;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
	}

.btn:hover{
	border-color: #ca2a3c;
	background-color: #ca2a3c;
	color: #fff;
	text-decoration: none;
	}

.form_sub .ajax-loader {
	position: absolute;
	top: -5px;
	right: -5px;
	}

/* END FORM */



/* HEADER */
/* Контейнер для кнопок */
.header_buttons {
	display: flex;
	gap: 20px; /* Расстояние между кнопками */
	align-items: center; /* Выравнивание по центру */
	margin-left: 20px; /* Расстояние от логотипа */
	margin-bottom: 30px;
}

/* Общие стили для кнопок */
.header_buttons a {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 5px;
	cursor: pointer;
	margin-bottom: 30px;
}

/* Стили для кнопки Login */
.btn_login {
	background-color: #0080d6;
	transition: background-color 0.3s;
}

.btn_login:hover {
	background-color: #005ea6;
}

/* Стили для кнопки Registration */
.btn_register {
	background-color: #fb4d00;
	transition: background-color 0.3s;
}

.btn_register:hover {
	background-color: #c83d00;
}

header {
	padding: 15px 0 0 0;
	margin: 0 0 30px 0;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    background-color: #f6f6f6;
	}


.logo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	}
.logo a{
	display: block;
	text-align: right;
	color: #2d2f31;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 2px;
	background: url('images/logo.svg') no-repeat left top;
	background-size: auto 100%;
	padding: 5px 0 5px 40px;
	}
.logo a span{
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-transform: none;
	color: #48b552;
	transition: all 0.3s 0.02s ease;
	}
.logo a:hover{
	color: #48b552;
	transform: scale(1.02);
	}
.logo a:hover span{
	color: #2d2f31;
	}


.adapt_menu{
	position: relative;
	display: none;
	width: 22px;
    height: 14px;
	cursor: pointer;
    transition: all .3s ease-in-out;
	}
.adapt_menu span{
    position: absolute;
    left: 0;
    top: 0;
	display: block;
    width: 100%;
    height: 2px;
    background: #333333;
	border-radius: 3px;
    transition: all .2s ease-in-out;
	}
.adapt_menu span:nth-child(2){
	top: 6px;
	width: 11px;
	}
.adapt_menu span:nth-child(3){
	top: 12px;
	width: 18px;
	}
.adapt_menu.adapt_menu_active span{
    top: 6px;
    width: 100%;
    background: #C91C2D;
	}
.adapt_menu.adapt_menu_active span:nth-child(1){
    transform: rotate(45deg);
	}
.adapt_menu.adapt_menu_active span:nth-child(2){
	opacity: 0;
	}
.adapt_menu.adapt_menu_active span:nth-child(3){
    transform: rotate(-45deg);
	}				
	
.main_nav{
	padding: 20px 0 0 0;
	}
.main_nav > ul{
	display: flex;	
	flex-wrap: wrap;
	justify-content: space-around;
	align-items:center;
	}
.main_nav > ul > li{
	display: block;
	position:  relative;
	padding: 0 5px;
	}
.main_nav > ul > li > a{
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #333333;
	text-decoration: none;
	position:  relative;
	display:inline-block;
	padding: 0 0 10px 0;
	}
.main_nav > ul > li > a:before{
	content:"";
	display:block;
	position:absolute;
	z-index:1;
	bottom: -1px;
	left:0;
	height: 4px;
	width: 0;
	background: #48b552;
	border-radius: 10px;
	transition: all 0.3s 0.02s ease;
	}
.main_nav > ul > li > a:hover:before, .main_nav > ul > li.current-menu-item > a:before{
	width: 100%;
	}



.header_list{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 50px 0;
	}
.header_l{
	max-width: 630px;
	}
.header_r{
	flex: 0 0 530px;
	}
.header_r img{
	width: 100%;
	vertical-align: bottom;
	}

.header_title{
	font-size: 50px;
	line-height: 60px;
	font-weight: 900;
	margin: 0 0 30px 0;
	}
.header_text{
	font-size: 24px;
	line-height: 30px;
	font-weight: 300;
	}
/* END HEADER */


/* HOME */

.services{
	padding: 0 0 100px 0;
	}
.main_title{
	font-size: 44px;
	line-height: 48px;
	font-weight: 900;
	text-align: center;
	margin: 0 0 30px 0;
	}
.services_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	}
.services_b{
	display: flex;
	flex-direction: column;
	width: 400px;
	box-sizing: border-box;
	padding: 20px 20px 20px 20px;
	text-align: center;
	background-color: #fff;
	border-radius: 26px;
	transition: all 0.3s 0.02s ease;
	}
.services_b:hover{
	box-shadow: 0 5px 8px rgb(0 0 0 / 20%);
	}
.services_title{
	font-size: 30px;
	line-height: 34px;
	font-weight: 900;
	padding: 0 0 10px 0;
	}
.services_title a{
	color: #2d2f31;
	text-decoration: none;
	}
.services_title a:hover{
	color: #48b552;
	}
.services_text{
	flex: 1;
	font-size: 18px;
	line-height: 26px;
	padding: 0 0 15px 0;
	}
.services_text span{
	display: block;
	font-weight: 600;
	}

.content{
	margin: 0 0 50px 0;
	}
.bg_text_block {
	margin: 0 0 20px 0;
    padding: 30px 20px;
    background-color: #fff;
    border-radius: 16px;
    transition: all 0.3s 0.02s ease;
	box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
	}

.breadcrumbs{
	padding: 0 0 30px 0;
	font-size: 13px;
	color: #080505;
	}
.breadcrumbs a{
	color: #080505;
	text-decoration: none;
	}
.breadcrumbs > span{
	margin: 0 5px 0 5px;
	}
.breadcrumbs > span:first-child{
	margin: 0 5px 0 0;
	}
.breadcrumbs a:hover{
	color: #48b552;
	}	

/* END HOME */



/* FOOTER */

footer{
	padding: 38px 0 48px 0;
	background-color: #f6f6f6;
	}

.footer_top{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 25px 0;
	}

.flogo{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	padding: 0 0 0 0;
	}
.flogo a{
	display: block;
	text-align: right;
	color: #2d2f31;
	font-size: 20px;
	line-height: 20px;
	text-decoration: none;
	text-transform: uppercase;
    font-weight: 600;
	letter-spacing: 2px;
	background: url('images/logo.svg') no-repeat left top;
	background-size: auto 100%;
	padding: 5px 0 5px 40px;
	}
.flogo a span{
	display: block;
	font-size: 20px;
	line-height: 20px;
	text-transform: none;
	color: #48b552;
	transition: all 0.3s 0.02s ease;
	}
.flogo a:hover{
	color: #48b552;
	transform: scale(1.02);
	}
.flogo a:hover span{
	color: #2d2f31;
	}

.nav_f ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.nav_f li{
	display: block;
	font-size: 14px;
	line-height: 20px;
	font-weight: 600;
	}
.nav_f li:before{
	content: "|";
	padding: 0 7px;
	}
.nav_f li:first-child:before{
	display: none;
	}
.nav_f li a{
	text-decoration: none;
	}
.nav_f li a:hover, .nav_f li.current-menu-item a{
	text-decoration: underline;
	}

a.chat_telegram{
	display: inline-block;
	height: 50px;
	padding: 0 25px;
	background-color: #2ea4dd;
	border-radius: 20px;
	color: #f6f6f6;
	font-size: 18px;
	line-height: 50px;
	text-decoration: none;
	}
a.chat_telegram:before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	width: 21px;
	height: 18px;
	margin: 0 10px 0 0;
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyNC4wLjIsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i0KHQu9C+0LlfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDgwMCA4MDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDgwMCA4MDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNmNmY2ZjY7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik02ODguOCwxMjMuOWwtNTkxLDIyNy45Yy00MC4zLDE2LjItNDAuMSwzOC43LTcuNCw0OC43bDE1MS43LDQ3LjNsMzUxLjEtMjIxLjVjMTYuNi0xMC4xLDMxLjgtNC43LDE5LjMsNi40DQoJTDMyOC4xLDQ4OS41SDMyOGgwLjFsLTEwLjUsMTU2LjRjMTUuMywwLDIyLjEtNywzMC43LTE1LjNsNzMuNy03MS43bDE1My4zLDExMy4yYzI4LjMsMTUuNiw0OC42LDcuNiw1NS42LTI2LjJsMTAwLjYtNDc0LjMNCglDNzQxLjksMTMwLjQsNzE1LjgsMTExLjcsNjg4LjgsMTIzLjlMNjg4LjgsMTIzLjl6Ii8+DQo8L3N2Zz4NCg==");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: auto 21px;
	}
a.chat_telegram:hover{
	background-color: #2893c6;
	box-shadow: 0 3px 6px rgb(0 0 0 / 20%);
	}

.footer_bot{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	line-height: 16px;
	font-weight: 600;
	text-transform: uppercase;
	}


/* END FOOTER */



@media (max-width: 1270px) {
	.wrap {
		width: 1100px;
		}
	.header_title{
		font-size: 46px;
		line-height: 56px;
		}
	.header_r {
		flex: 0 0 480px;
		}
	.main_title{
		font-size: 40px;
		line-height: 44px;
		}
	.services_b{
		width: 350px;
		}
	.copy{
		padding: 0 0 8px 0;
		}
	}
	
@media (max-width: 1130px) {
	.wrap {
		width: 980px;
		}
	
	.header_title{
		font-size: 40px;
		line-height: 50px;
		padding: 0 0 25px 0;
		}
	.header_r {
		flex: 0 0 420px;
		}
	.main_title{
		font-size: 34px;
		line-height: 38px;
		margin: 0 0 20px 0;
		}
	.header_text{
		font-size: 22px;
		line-height: 28px;
		padding: 0 0 40px 0;
		}
	.services {
		padding: 0 0 60px 0;
		}
	.services_b{
		width: 310px;
		}
	.support {
		padding: 0 0 60px 0;
		}
	}
	
@media (max-width: 1020px) {
	.wrap {
		width: 760px;
		box-sizing: border-box;
		padding: 0 10px;
		}
	.header_title{
		font-size: 36px;
		line-height: 44px;
		padding: 0 0 20px 0;
		}
	.header_text{
		font-size: 20px;
		line-height: 26px;
		padding: 0 0 30px 0;
		}
	.header_r {
		flex: 0 0 300px;
		}
		
	.main_title{
		font-size: 30px;
		line-height: 34px;
		}
	
	
	.services {
		padding: 0 0 40px 0;
		}
	.services_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		}
	.services_b{
		display: flex;
		flex-direction: column;
		width: 330px;
		box-sizing: border-box;
		padding: 20px 10px 20px 10px;
		margin: 0 0 20px 0;
		text-align: center;
		background-color: #fff;
		border-radius: 26px;
		transition: all 0.3s 0.02s ease;
		}
	
	.header_top{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		padding: 0 0 15px 0;
		}	
	.adapt_menu{
		display: block;
		}
	.main_nav{
		width: 100%;
		display: none;
		}
	.main_nav > ul{
		display: block;	
		flex-wrap: wrap;
		justify-content: space-between;
		align-items:center;
		}
	.main_nav > ul > li{
		display: block;
		position:  relative;
		padding: 0 0 8px 0;
		}
	.main_nav > ul > li:last-child{
		padding: 0 0 0 0;
		}
	.main_nav > ul > li > a{
		font-weight: 600;
		font-size: 16px;
		line-height: 22px;
		text-decoration: none;
		position:  relative;
		display:inline-block;
		padding: 0 0 2px 0;
		}
	.main_nav > ul > li > a:before{
		content:"";
		display:block;
		position:absolute;
		z-index:1;
		bottom: 0;
		right:0;
		height: 3px;
		width: 0;
		border-radius: 12px;
		transition: all 0.3s 0.02s ease;
		}
	
	.bg_text_block {
		margin: 0 0 20px 0;
		padding: 20px 10px;
		border-radius: 12px;
		}
	
	.support_text{
		font-size: 24px;
		line-height: 30px;
		padding: 0 0 30px 0;
		}
	a.support_telegram{
		margin: 0 0 0 15px;
		}
	.footer_top {
		justify-content: center;
		}
	.flogo{
		order: 1;
		}
	.chat_telegram{
		order: 2;
		}
	.nav_f{
		padding: 15px 0 0 0;
		order: 3;
		width: 100%;
		}
	.nav_f ul{
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
		}
	}
	
@media (max-width: 759px) {
	.wrap {
		width: 100%;
		min-width: 320px;
		}
	
	.header_list{
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
		}
	.header_l{
		max-width: 800px;
		margin: 0 0 20px 0;
		text-align: center;
		}
	.header_r{
		flex: 0 0 auto;
		max-width: 300px;
		margin: 0 auto 0 auto;
		}
	.header_but{
		justify-content: center;
		}
	.header_but a.main_bu:nth-child(2){
		margin: 0 0 0 0;
		}
	
	
	.services_b{
		display: flex;
		flex-direction: column;
		width: auto;
		max-width: 400px;
		box-sizing: border-box;
		margin: 0 0 20px 0;
		text-align: center;
		background-color: #fff;
		border-radius: 26px;
		transition: all 0.3s 0.02s ease;
		}
	
	.support_b{
		background-color: #dde2e1;
		max-width: 1030px;
		margin: 0 auto 30px auto;
		box-sizing: border-box;
		padding: 35px 20px;
		}
	
	.flogo{
		width: 140px;
		}
	a.chat_telegram{
		padding: 0 15px;
		}
	
	a.main_but{
		height: 54px;
		padding: 0 30px;
		margin: 0 20px 0 0;
		border-radius: 24px;
		line-height: 54px;
		}
	
	.modal_block{
		padding: 10px 0 0 0;
		width: 290px;
		}
	}



/* COMMENTS */

.comments_list li {
	padding: 15px;
	margin: 0 0 15px 0;
	border: 1px solid #ddd;
	background: #f8f8f8;
	}

.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: #f8f8f8; 
	}

.comment_ava{
	float: left;
	padding: 0 10px 0 0;
	}

.comment_top{
	padding: 0 0 10px 0;
	}

.comment_a{
	font-weight: bold;
	}

.comment_d{
	font-style: italic;
	}

.comment_repl{
	text-align: right;
	}

#respond{
	padding: 15px;
	border: 1px solid #ddd;
	background: #eee;
	margin: 0 0 15px 0;
	}

.comments_list #respond{
	margin: 0 15px 15px 15px;
	}

#cancel-comment-reply-link{
	display: inline-block;
	margin: 0 0 15px 0;
	}

/* 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 */