/*
Theme Name: Neblog
Theme URL: http://www.goodwinpress.ru
Description:   адаптивная тема для WordPress под бизнес-площадку или крутой персональный сайт, резиновый контейнер, статическая главная, много виджетов, консоль, неограниченное количество цветов оформления
Author: Goodwin
Version: 1.2
Tags: responsive, unlimited-colors, etc
*/

ins {
    background: white !important;
}
ol, ul{zoom: 1; overflow: hidden;}
.post ul, .entry ul, .midbox ul, .post ol, .entry ol, .midbox ol{ margin-bottom:20px;}
.post ul:last-child, .entry ul:last-child, .midbox ul:last-child, .post ol:last-child, .entry ol:last-child, .midbox ol:last-child{margin-bottom:0;}
ol{margin-left:0;}
ol > li{ margin-left:30px;}
.sidebar_widget_container{
	text-align: center;
}
.sidebar_widget{
	position: relative;
	margin-bottom: 25px;
	box-sizing: border-box;
	display: inline-block;
}
.widget_text{
	position: absolute;
	height: 39px;
	bottom:0;
	width: 100.25%;
	/* Здесь похоже что-то на баг, зазор в 1- 2 пикселя появляется
	исправил .25% ширини, не видно что она больше, и баг пропадает */
	background-color: #3B260F;
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
}
/* Добавил контейнер для выравнивания текста
 по центру через ячейку таблицы */
.widget_text_container{
	display: table-cell;
	vertical-align: middle;
	height: 40px;
}
.widget_text a:hover{text-decoration:none;}
.widget_text .like-p{
	padding: 0;
	margin:0;
	text-align: left;
	padding-left: 5px;
	color: #fff;
	font-family: "Roboto";
	font-size: 13px;
	line-height: 14px;
	display:block;
}
.pink_widget_text .like-p{
	text-shadow: 0 0 1px #3B260F;
}

.widget_border_pink{
	box-sizing: border-box;
	border: 2px solid #3B260F;
}

/* Затемнение картинок */
 .dark_photo.alignleft{
	float: left;
    margin: 5px 30px 10px 0;
 }
  .dark_photo.alignleft img{
	  margin: 0;
  }
 .dark_photo{
	 background-color: #000;
	 position: relative;
 }
 .dark_photo img{
	 opacity: 0.1;
 }
 .dark_photo img:hover{
	 opacity: 1;
 }

 .dark_photo:before{
		color: #fff;
		position: absolute;
		margin-top: -22px;
		width: 200px;
		font-size: 12px;
		text-align: center;
		line-height: 1;
		content: "Не для слабонервных. Изображение станет видно при наведении курсора.";
		height: 45px;
		top: 50%;
		text-align: center;
		padding: 0 20px;
		box-sizing: border-box;
		font-size: 14px;
		left: 50%;
		margin-left: -100px;
 }
  .is_mobile .dark_photo:before{
	  content: "Не для слабонервных. Изображение станет видно при нажатии.";
  }
 .dark_photo:hover:before{
	 display:none;
 }

 .is_mobile .dark_photo:hover:before{
	 display:block;
 }
 .is_mobile  .dark_photo img:hover{
	 opacity: 0.1;
 }

.call-block {
    padding: 10px 0 20px;
}
.call-block .tabs {
    background: #56493E;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 -6px 15px #303131 inset;
    height: 36px;
    position: relative;
}
.call-block .tabs li {
    float: left;
    position: relative;
    text-align: center;
}
.call-block .tabs li.call1 {
    width: 163px;
}
.call-block .tabs li.call2 {
    width: 330px;
}
.call-block .tabs li.call3 {
    width: 86px;
}
.call-block .tabs li.call4 {
    width: 139px;
}
.call-block .tabs li.call5 {
    width: 187px;
}
.call-block .tabs li.call6 {
    width: 187px;
}
.call-block .tabs li.call7 {
    width: 150px;
}
.call-block .tabs li.call8 {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    width: 191px;
}
.call-block .tabs li a {
    color: #fff;
    display: block;
    font: bold 14px/36px Arial,Helvetica,sans-serif;
    text-decoration: none;
    text-shadow: 0 -1px #181818;
}
.call-block .tabs li.active a {
    color: #ffba00;
}
.call-block .tabs li.active {
    background: #56493E;
    box-shadow: 0 6px 25px #222 inset;
}
.call-block .tabs li.active.call1 {
    border-radius: 3px 0 0;
}
.call-block .tabs li.active.call4 {
    border-radius: 0 3px 0 0;
}
.call-block .tabs li.active.call5 {
    border-radius: 3px 0 0;
}
.call-block .tabs li.active.call8 {
    border-radius: 0 3px 0 0;
}
.call-block .tabs-box {
    background: #ececec none repeat scroll 0 0;
    display: none;
    padding: 15px 15px 10px;
}
.call-block .tabs-box.active {
    display: block;
}
.call-block .tabs-box fieldset {
    float: left;
    width: 190px;
}
.call-block .tabs-box fieldset.callblock-phone {
    width: 153px;
}
.call-block .tabs-box fieldset.callblock-select {
    width: 177px;
}
.call-block .tabs-box fieldset .input {
    border: 1px solid #cbcbcb;
    width: 156px;
}
.call-block .tabs-box fieldset.callblock-phone .input {
    width: 120px;
    height: 16px;
}
.call-block .tabs-box label {
    color: #4b4b4b;
    display: block;
    font-family: "gotham_promedium";
    font-size: 15px;
    padding: 0 0 8px;
}
.call-block .submit-btn {
    height: 32px;
    top: 20px;
    width: 86px;
}
.call-faq .submit-btn {
    top: 0;
}
.call-block textarea {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #f1f1f1 inset;
    font-size: 12px;
    height: 52px;
    padding: 8px 10px;
    position: relative;
    width: 663px;
}
.call-block .input {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #f1f1f1 inset;
    font-size: 12px;
    padding: 8px 10px;
    position: relative;
}
.breadcrumbs li{
    color:#333333;
    font:14px Arial, Helvetica, sans-serif;
    padding:0 4px 3px 0;
    float: left;
}
    .breadcrumbs li span{
        padding:0 0 0 4px
    }

	.breadcrumbs li .current {padding:0;}

    .breadcrumbs li a{
        color:#333333;
        font-size:14px;
        text-decoration: none;
    }
    .breadcrumbs li a:hover{
        text-decoration: underline;
    }

.cimg2 {
    height: 31px;
    width: 135px;
}
.caplabel {
    float: left;
    margin-right: 17px;
    position: relative;
    top: 5px;
}
.wpcf7 label {
    color: #ffba00;
}
.call-block .tabs-box label {
    color: #4b4b4b;
    display: block;
    font-family: "gotham_promedium";
    font-size: 15px;
    padding: 0 0 8px;
}
.cinp2 {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(238, 238, 238) 0%, rgb(255, 255, 255) 100%) repeat scroll 0 0;
    border: 1px solid #b3b3b3;
    border-radius: 3px;
    box-shadow: 0 0 0 1px #f1f1f1 inset;
    font-size: 12px;
    margin-left: 15px;
    padding: 8px 10px;
    position: relative;
    top: -11px;
    width: 310px;
}
.call-faq .submit-btn {
    top: 0;
}
.call-block .submit-btn {
    height: 32px;
    top: 20px;
    width: 86px;
}
#commentform input#submit, .wpcf7-submit {
    background-color: #56493E;
    border-radius: 5px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px !important;
    height: auto !important;
    margin-top: 0 !important;
    padding: 7px 20px 8px;
    text-decoration: none;
    width: auto !important;
}
/* Selectmenu
----------------------------------*/
.ui-selectmenu { display: block; display: inline-block; position: relative; vertical-align: middle; text-decoration: none; overflow: hidden; zoom: 1;
        background: rgb(234,234,234); /* Old browsers */
        background: -moz-linear-gradient(top,  rgb(234,234,234) 0%, rgb(254,254,254) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgb(234,234,234)), color-stop(100%,rgb(254,254,254))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top,  rgb(234,234,234) 0%,rgb(254,254,254) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top,  rgb(234,234,234) 0%,rgb(254,254,254) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top,  rgb(234,234,234) 0%,rgb(254,254,254) 100%); /* IE10+ */
        background: linear-gradient(to bottom,  rgb(234,234,234) 0%,rgb(254,254,254) 100%); /* W3C */
        -pie-background: linear-gradient(rgb(234,234,234) 0%,rgb(254,254,254) 100%);
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        behavior: url(PIE.htc);
        position: relative;
        border:1px solid #b3b3b3;
        width:210px;
        margin:0 0 15px 0;
        height:25px
}
.select2 .ui-selectmenu{
    border:1px solid #cbcbcb;
    height:32px;
    text-decoration: none;
}
.ui-state-active{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.select{
    width:213px;
}
.select2 select{
    width:186px;
}.answer-header {
    padding: 10px 0 25px;
}
.answer-header img {
    border-radius: 33px;
    float: left;
    margin: 0 15px 0 0;
    position: relative;
}
.answer-header h5 {
    float: left;
    font-size: 14px;
    line-height: 20px;
    padding: 3px 0 0;
}
.answer-header h5 strong {
    display: block;
    font-weight: bold;
}
.answer-header h5 em {
    color: #4b4b4b;
    display: block;
    font-size: 12px;
    font-style: italic;
}
#ie9 .ui-selectmenu{
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VhZWFlYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
}
.ui-selectmenu-icon { position:absolute; right:6px; margin-top:-8px; top: 50%; }
.ui-selectmenu-menu {padding:0; margin:0; position:absolute; top: 0; display: none; z-index: 1005; background: #fcfcfc; border:1px solid #b3b3b3;
	behavior: url(PIE.htc);
} /* z-index: 1005 to make selectmenu work with dialog */
#ie7 .ui-selectmenu-menu{
    border-radius:none
}
.ui-selectmenu-menu  ul { padding:0; margin:0; list-style:none; position: relative; overflow: auto; overflow-y: auto ; overflow-x: hidden; -webkit-overflow-scrolling: touch;}
.ui-selectmenu-open { display: block; z-index: 1005 !important;}
ul.ui-selectmenu-menu-popup { margin-top: -1px; }
.ui-selectmenu-menu li { padding:0; margin:0; display: block; border-top: 1px dotted transparent; border-bottom: 1px dotted transparent; border-right-width: 0 !important; border-left-width: 0 !important; }
.ui-selectmenu-menu li a,.ui-selectmenu-status { padding:5px 14px; display: block; outline:none; text-decoration:none; color:#131313; font-size: 12px; }
.ui-selectmenu-menu li.ui-state-disabled a, .ui-state-disabled { cursor: default; }
.ui-selectmenu-menu li.ui-selectmenu-hasIcon a,
.ui-selectmenu-hasIcon .ui-selectmenu-status { padding-left: 20px; position: relative; margin-left: 5px; }
.ui-selectmenu-status{
    background:url(../img/select.png) no-repeat right center;
    padding:3px 25px 0 10px;
    height:20px;
    border:1px solid transparent;
}
.select2 .ui-selectmenu-status{
    background:url(img/select2.png) no-repeat right center;
    padding:7px 25px 0 10px;
    height:23px;
    border:1px solid #F1F1F1;
}
.ui-selectmenu-menu li a:hover{
    background: #b3b3b3;
    color:#FFF
}
.ui-selectmenu-menu li .ui-icon, .ui-selectmenu-status .ui-icon { /*position: absolute; top: 1em; margin-top: -8px; left: 0;*/ background:none; }
.ui-selectmenu-status { line-height: 1.4em; }
.ui-selectmenu-menu li span,.ui-selectmenu-status span { display:block; margin-bottom: .2em; }
.ui-selectmenu-menu li .ui-selectmenu-item-header { font-weight: bold; }
.ui-selectmenu-menu li .ui-selectmenu-item-footer { opacity: .8; }
/* for optgroups */
.ui-selectmenu-menu .ui-selectmenu-group { font-size: 1em; }
.ui-selectmenu-menu .ui-selectmenu-group .ui-selectmenu-group-label { line-height: 1.4em; display:block; padding: .6em .5em 0; font-weight: bold; }
.ui-selectmenu-menu .ui-selectmenu-group ul { margin: 0; padding: 0; }
/* IE6 workaround (dotted transparent borders) */
* html .ui-selectmenu-menu li { border-color: pink; filter:chroma(color=pink); width:100%; }
* html .ui-selectmenu-menu li a { position: relative }
/* IE7 workaround (opacity disabled) */
*+html .ui-state-disabled, *+html .ui-state-disabled a { color: silver; }

.call-faq select{
	width:177px
}

.ui-state-default .ui-icon {
background:none !important;
}
.pvc_stats {display: none;}
.faq {
    padding: 0 0 40px;
}
.otziv-last {
    padding: 0 0 65px;
}
.faq-group {
    clear: both;
    float: left;
    width: 100%;
}
.faq h2 {
    line-height: 20px;
    padding: 0 0 15px;
}
.faq-group p a {
    color: #b8b8b8;
    float: right;
    padding: 9px 0 0;
    text-decoration: none;
}
/*.faq-group h2 {
    float: left;
    width: 520px;
} нельзя это правило включать, от этого страдает мобильная версия */
.faq h2 a {
    color: #cbd7f0;
    font-size: 16px;
}
.faq h2 a span {
    color: #2e5ec2;
}
.faq h3 {
    font-family: "gotham_promedium";
    font-size: 16px;
    padding: 0 0 15px;
}
.faq-in {
    background: rgba(0, 0, 0, 0) url("img/faq_bg.png") repeat scroll 0 0;
    border-radius: 8px;
    clear: both;
    padding: 16px;
    position: relative;
}
.otziv .faq-in {
    padding-bottom: 27px;
    width: 644px;
}
.faq-in .faq-corner {
    background: rgba(0, 0, 0, 0) url("img/faq_corner.png") no-repeat scroll 0 0;
    height: 8px;
    left: 54px;
    position: absolute;
    top: -8px;
    width: 15px;
}
.faq p {
    line-height: 20px;
    padding: 0 0 10px;
}
.faq .noanswer {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(255, 106, 0) 0%, rgb(255, 33, 13) 100%) repeat scroll 0 0;
    border-radius: 3px;
    bottom: -13px;
    color: #fff;
    font: bold 14px/25px Arial,Helvetica,sans-serif;
    height: 25px;
    left: 16px;
    padding: 0 0 0 33px;
    position: absolute;
    width: 90px;
}
.faq .noanswer .noanswer-ico {
    background: rgba(0, 0, 0, 0) url("img/noanswer.png") no-repeat scroll 0 0;
    height: 18px;
    left: 7px;
    position: absolute;
    top: 4px;
    width: 16px;
}
.faq .yesanswer {
    background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgb(97, 204, 114) 0%, rgb(49, 170, 63) 100%) repeat scroll 0 0;
    border-radius: 3px;
    bottom: -13px;
    color: #fff;
    font: bold 14px/25px Arial,Helvetica,sans-serif;
    height: 25px;
    left: 16px;
    padding: 0 0 0 33px;
    position: absolute;
    width: 90px;
}
.faq .yesanswer .yesanswer-ico {
    background: rgba(0, 0, 0, 0) url("img/yesanswer.png") no-repeat scroll 0 0;
    height: 15px;
    left: 7px;
    position: absolute;
    top: 4px;
    width: 16px;
}
.sortby {
    padding: 0 0 25px;
}
.sortby p {
    color: #595959;
    display: inline;
    font: bold 12px Arial,Helvetica,sans-serif;
    margin: 0 8px 0 0;
}
.sortby a {
    color: #abbfe7;
    font-size: 12px;
    margin: 0 8px 0 0;
}
.sortby a span {
    color: #2e5ec2;
}
.category-teg {
    padding: 0 0 5px;
}
.category-teg a {
    color: #a7a7a7;
    font: 12px Arial,Helvetica,sans-serif;
}
.help-tabs {
    margin: -10px 0 0;
    padding: 0 0 15px;
}
.help-tabs p {
    line-height: 20px;
    padding: 0 0 20px;
}
.help-tabs ul {
    padding: 0 0 15px;
}
.help-tabs li {
    float: left;
    padding: 0 20px 0 0;
}
.help-tabs li {
    float: left;
    padding: 0 20px 0 0;
}
.help-tabs li a {
    border-bottom: 1px dotted #2e5ec2;
    color: #2e5ec2;
    display: block;
    text-decoration: none;
}
.help-tabs li.active a {
    border-bottom: 1px dotted transparent;
    color: #232323;
    font-weight: bold;
}
.help-box {
}
.help-box.tabs-box {
    display: none;
}
.help-box.tabs-box.active {
    display: block;
}
.help-filter {
    padding: 0 0 30px;
}
.help-filter label {
    color: #131313;
    float: left;
    font-weight: bold;
    padding: 4px 10px 0 0;
}
.help-cols {
    display: inline-block;
    overflow: hidden;
    padding: 0 20px 35px 0;
    vertical-align: top;
    width: 220px;
}
.help-cols li {
    float: left;
    padding: 0 0 15px;
    width: 100%;
}
.help-cols li.help-title {
    font: 24px "gotham_probold",Arial,Helvetica,sans-serif;
    padding: 0 0 17px;
}
.help-cols li a {
    color: #2e5ec2;
}
.help-last {
    padding-right: 0;
}
.help-map {
    background: #fff7e5 none repeat scroll 0 0;
    box-shadow: 0 19px 18px -10px #e2dac4;
    margin: 0 0 25px;
    padding: 10px 25px;
    position: relative;
}
.help-map .help-filter {
    border-bottom: 1px solid #ffe5a0;
    padding: 0;
}
.help-map .map-list {
    padding: 20px 0 0;
}
.help-map .map-list li {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    overflow: hidden;
    padding: 0 0 4px 4px;
    vertical-align: top;
    width: 215px;
}
.help-map .map-list li a {
    border-radius: 4px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
}
.help-map .map-list li.active a {
    background-color: #ffbb00;
}
.help-map .map-list li a span {
    border-bottom: 1px dotted #abbad7;
    color: #2e5ec2;
    font: 13px/28px "gotham_proregular",Arial,Helvetica,sans-serif;
    white-space: nowrap;
}
.help-map .map-list li.active a span {
    color: #3d3d3d;
}
.help-map .map-list li.active a span {
    border-bottom: 1px dotted transparent;
}
.help-map .map-list li a:hover span {
    border-bottom: 1px dotted transparent;
}
.faq {
    padding: 0 0 40px;
}
.otziv-last {
    padding: 0 0 65px;
}
.faq-group {
    clear: both;
    float: left;
    width: 100%;
}
.faq h2 {
    line-height: 20px;
    padding: 0 0 15px;
}
.faq-group p a {
    color: #b8b8b8;
    float: right;
    padding: 9px 0 0;
    text-decoration: none;
}
/*.faq-group h2 {
    float: left;
    width: 520px;
} нельзя это правило включать, от этого страдает мобильная версия */
.faq h2 a {
    color: #cbd7f0;
    font-size: 16px;
}
.faq h2 a span {
    color: #2e5ec2;
}
.faq h3 {
    font-family: "gotham_promedium";
    font-size: 16px;
    padding: 0 0 15px;
}
.faq-in {
    background: rgba(0, 0, 0, 0) url("img/faq_bg.png") repeat scroll 0 0;
    border-radius: 8px;
    clear: both;
    padding: 16px;
    position: relative;
}
.callblock-phone.v2s {
	/*width: 320px !important;*/
	width: 47%;
}
.callblock-phone.v2s input{
	width: 97% !important;
}
.callblock-phone.vsex {
    margin: 0 0 0 25px;
}
.callblock-phone.vsex .select2 .menu-sex span a.ui-selectmenu-dropdown {
    width: 140px !important;
}
.callblock-phone.vages .text-age input {
    width: 88% !important;
}
.clr {
	clear: both;
}
.text.ans {
    border: medium none !important;
    width: 100% !important;
}
.main-col h5 {
	font-weight: normal !important;
}
article.text.ans {
    border-bottom: 1px dashed #ddd !important;
    margin: 0 0 20px 0;
    padding: 0 0 30px 0;
}
article.text.ans:last-child {
    border: none !Important;
}
.show-hides {
    border-bottom: 1px dashed;
    color: #2e5ec2;
    cursor: pointer;
    font-size: 25px;
    margin: 0 auto;
    text-align: center;
    width: 245px;
}
.show-hides:hover {
    border-bottom: 1px solid white;
}
.hides {
	display: none;
}
.hides.active {
	display: block;
}
.hides li {
    background: rgba(0, 0, 0, 0) url("images/mark.gif") no-repeat scroll 0 8px;
    margin: 0;
    padding: 0 0 8px 10px;
}
.tabs li {
    background: transparent none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
pre{white-space:pre-wrap;}
.call-block textarea{width:95%;}
.captcha .cinp2{width: 47%;}

.inner .yarpp-related h3{text-transform:none;}

@media only screen and (max-width:767px){
	img.alignleft, img.alignright, img.aligncenter{
		display:block;
		float:none;
		margin: 0px auto 10px;
	}
}

.content__attention {
    border: 2px solid #3B260F;
    border-radius: 9px;
    margin-top: 2.5625rem;
	margin-bottom:2rem;
}
.attention__title {
    background-color: #3B260F;
    border-radius: .75rem;
    color: #fff;
    font-size: .875rem;
    padding: .0625rem 1.25rem .125rem;
    top: -.9375rem;
    left: 1rem;
	position:relative;
	display:inline-block;
}
.attention__text {   
    margin: .3125rem 1.125rem 1.5rem;
}






table.cal th.weekend, table.cal td.weekend {
    color: red;
    font-weight: 700;
}

table.cal td.inactively {
    color: #ccc;
}

table.cal td {
    color: #000000;
}

table.cal td.inactively {
    color: #cacaca;
}

table.cal td.active, table.cal td a {
    color: #64599e;
    font-weight: 700;
}

table.cal td.active, table.cal td a:hover, table.cal td.active a {
    color: #ff9900;
}

table.cal a.backward, table.cal a.forward {
    display: block;
    height: 100%;
    width: 100%;
}

.bwp-recaptcha.g-recaptcha iframe {
    margin-top: 25px;
    margin-left: 125px;
}


