/*   
Theme Name: your-clean-template-3 (uncommented)
Theme URI: https://github.com/saxap/clean-wp-template
Version: 3.0
Tags: clean, development, html5, bootstrap
Description: Clean wordpress theme with minimal bootstrap3 markup for fast development starting
Author: saxa:p
Author URI: http://dontforget.pro
*/


@media (min-width: 979px) { 
	ul.nav li.dropdown.show-on-hover:hover > ul.dropdown-menu {
		display: block;
	}
	.comment-list .children {
		padding: 0;
		margin-left: 74px;
		padding-bottom: 15px;
	}
	.comment-list .media {
		margin-top: 0;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.col-xxs-1,
.col-xxs-2,
.col-xxs-3,
.col-xxs-4,
.col-xxs-5,
.col-xxs-6,
.col-xxs-7,
.col-xxs-8,
.col-xxs-9,
.col-xxs-10,
.col-xxs-11,
.col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 567px) {
    .col-xxs-1,
    .col-xxs-2,
    .col-xxs-3,
    .col-xxs-4,
    .col-xxs-5,
    .col-xxs-6,
    .col-xxs-7,
    .col-xxs-8,
    .col-xxs-9,
    .col-xxs-10,
    .col-xxs-11,
    .col-xxs-12 {
        float: left;
    }
    .col-xxs-12 {
        width: 100%;
    }
    .col-xxs-11 {
        width: 91.66666667%;
    }
    .col-xxs-10 {
        width: 83.33333333%;
    }
    .col-xxs-9 {
        width: 75%;
    }
    .col-xxs-8 {
        width: 66.66666667%;
    }
    .col-xxs-7 {
        width: 58.33333333%;
    }
    .col-xxs-6 {
        width: 50%;
    }
    .col-xxs-5 {
        width: 41.66666667%;
    }
    .col-xxs-4 {
        width: 33.33333333%;
    }
    .col-xxs-3 {
        width: 25%;
    }
    .col-xxs-2 {
        width: 16.66666667%;
    }
    .col-xxs-1 {
        width: 8.33333333%;
    }
    .col-xxs-pull-12 {
        right: 100%;
    }
    .col-xxs-pull-11 {
        right: 91.66666667%;
    }
    .col-xxs-pull-10 {
        right: 83.33333333%;
    }
    .col-xxs-pull-9 {
        right: 75%;
    }
    .col-xxs-pull-8 {
        right: 66.66666667%;
    }
    .col-xxs-pull-7 {
        right: 58.33333333%;
    }
    .col-xxs-pull-6 {
        right: 50%;
    }
    .col-xxs-pull-5 {
        right: 41.66666667%;
    }
    .col-xxs-pull-4 {
        right: 33.33333333%;
    }
    .col-xxs-pull-3 {
        right: 25%;
    }
    .col-xxs-pull-2 {
        right: 16.66666667%;
    }
    .col-xxs-pull-1 {
        right: 8.33333333%;
    }
    .col-xxs-pull-0 {
        right: auto;
    }
    .col-xxs-push-12 {
        left: 100%;
    }
    .col-xxs-push-11 {
        left: 91.66666667%;
    }
    .col-xxs-push-10 {
        left: 83.33333333%;
    }
    .col-xxs-push-9 {
        left: 75%;
    }
    .col-xxs-push-8 {
        left: 66.66666667%;
    }
    .col-xxs-push-7 {
        left: 58.33333333%;
    }
    .col-xxs-push-6 {
        left: 50%;
    }
    .col-xxs-push-5 {
        left: 41.66666667%;
    }
    .col-xxs-push-4 {
        left: 33.33333333%;
    }
    .col-xxs-push-3 {
        left: 25%;
    }
    .col-xxs-push-2 {
        left: 16.66666667%;
    }
    .col-xxs-push-1 {
        left: 8.33333333%;
    }
    .col-xxs-push-0 {
        left: auto;
    }
    .col-xxs-offset-12 {
        margin-left: 100%;
    }
    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-xxs-offset-9 {
        margin-left: 75%;
    }
    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-xxs-offset-6 {
        margin-left: 50%;
    }
    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-xxs-offset-3 {
        margin-left: 25%;
    }
    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-xxs-offset-0 {
        margin-left: 0;
    }
}


@media (max-width: 567px) {
    .hidden-xxs {
        display: none !important;
    }
}

.visible-xxs {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}

@media (max-width: 567px) {
    .visible-xxs {
        display: block !important;
    }
    table.visible-xxs {
        display: table;
    }
    tr.visible-xxs {
        display: table-row !important;
    }
    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }
    .visible-xxs-block {
        display: block !important;
    }
    .visible-xxs-inline {
        display: inline !important;
    }
    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}


.text-left-not-xs,
.text-left-not-sm,
.text-left-not-md,
.text-left-not-lg {
    text-align: left;
}

.text-center-not-xs,
.text-center-not-sm,
.text-center-not-md,
.text-center-not-lg {
    text-align: center;
}

.text-right-not-xs,
.text-right-not-sm,
.text-right-not-md,
.text-right-not-lg {
    text-align: right;
}

.text-justify-not-xs,
.text-justify-not-sm,
.text-justify-not-md,
.text-justify-not-lg {
    text-align: justify;
}

@media (max-width: 767px) {
    .text-left-not-xs,
    .text-center-not-xs,
    .text-right-not-xs,
    .text-justify-not-xs {
        text-align: inherit;
    }
    .text-left-xs {
        text-align: left;
    }
    .text-center-xs {
        text-align: center;
    }
    .text-right-xs {
        text-align: right;
    }
    .text-justify-xs {
        text-align: justify;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .text-left-not-sm,
    .text-center-not-sm,
    .text-right-not-sm,
    .text-justify-not-sm {
        text-align: inherit;
    }
    .text-left-sm {
        text-align: left;
    }
    .text-center-sm {
        text-align: center;
    }
    .text-right-sm {
        text-align: right;
    }
    .text-justify-sm {
        text-align: justify;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .text-left-not-md,
    .text-center-not-md,
    .text-right-not-md,
    .text-justify-not-md {
        text-align: inherit;
    }
    .text-left-md {
        text-align: left;
    }
    .text-center-md {
        text-align: center;
    }
    .text-right-md {
        text-align: right;
    }
    .text-justify-md {
        text-align: justify;
    }
}

@media (min-width: 1200px) {
    .text-left-not-lg,
    .text-center-not-lg,
    .text-right-not-lg,
    .text-justify-not-lg {
        text-align: inherit;
    }
    .text-left-lg {
        text-align: left;
    }
    .text-center-lg {
        text-align: center;
    }
    .text-right-lg {
        text-align: right;
    }
    .text-justify-lg {
        text-align: justify;
    }
} 

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.eot');
    src: local('Montserrat Regular'), local('Montserrat-Regular'),
        url('fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Regular.woff2') format('woff2'),
        url('fonts/Montserrat-Regular.woff') format('woff'),
        url('fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Italic.eot');
    src: local('Montserrat Italic'), local('Montserrat-Italic'),
        url('fonts/Montserrat-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Italic.woff2') format('woff2'),
        url('fonts/Montserrat-Italic.woff') format('woff'),
        url('fonts/Montserrat-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.eot');
    src: local('Montserrat Bold'), local('Montserrat-Bold'),
        url('fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-Bold.woff2') format('woff2'),
        url('fonts/Montserrat-Bold.woff') format('woff'),
        url('fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-BoldItalic.eot');
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'),
        url('fonts/Montserrat-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Montserrat-BoldItalic.woff2') format('woff2'),
        url('fonts/Montserrat-BoldItalic.woff') format('woff'),
        url('fonts/Montserrat-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
}

.clearfix {
    clear: both;
}

.nowrap{
    white-space: nowrap
}

strong{
    font-weight: 800
}

.text_center{
    text-align: center;
}

.brown{
    color:#c8a876
}

.btn_green, .btn_green:focus{
    background: #d9529a;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 4px;
    color: #fff !important;
    text-decoration: none;
    height: 45px;
    font: bold 17px/45px Montserrat, sans-serif;
    border: 1px solid #d9529a;
    padding: 0 20px;
    text-decoration: none !important;
    transition: all .25s ease-out;
}

.btn_green:hover{
    text-decoration: none;
    background: #eb5da9;
    border: 1px solid #eb5da9;
    box-shadow: 0 5px 10px rgba(129, 70, 129, 0.1);
}

.btn_sepia, .btn_sepia:focus{
    background: #efd5dc;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 4px;
    color:#a5286a !important;
    text-decoration: none !important;
    height: 45px;
    font: bold 17px/45px Montserrat, sans-serif;
    border: 1px solid #efd5dc;
    padding: 0 20px;
    text-decoration: none;
    transition: all .25s ease-out;
}

.btn_sepia:hover{
    text-decoration: none;
    background: #f7f3ee;
    border: 1px solid #f7f3ee;
    box-shadow: 0 5px 10px rgba(129, 70, 129, 0.1);
}

a, a:active, a:focus {color:#9b2463}
a:hover {color:#c83e86}

body{
overflow-x: hidden;
}

#header_top{
    padding: 15px 0;
    background: #eb5da9 url(/wp-content/uploads/2025/02/hbg.jpg) right center no-repeat;
}

#header_top img{
    height: 100px;
    max-width: 333px
}

#header_top_social {
    padding: 0;
    margin: 30px 0 0 0;
    text-align: right
}


#header_top_social li{
    display: inline-block;
	white-space:nowrap
}

#header_top_social li a{
    margin: 0 0 0 7px;
    display: inline-block;
    height: 35px;   
    text-align: left;
    line-height: 35px;
    color: #f0ebe5;
    text-decoration: none;
	opacity:.85;
    transition: all .25s ease-out;
}

#header_top_social li a i{
  width: 35px;
	text-align:center;
  background: #f0ebe5;
  border-radius: 50%;
  font-size: 20px;
  height: 35px;
  vertical-align: top;
  line-height: 35px;
  margin-right: 10px;
  color: #991f60;
	opacity:1;
}


#header_top_social li a:hover{
	text-decoration:underline;
	color:#f7f3ee
}

#header_top_social li a.btn_quest{
    margin: 0 0 0 15px;
    padding: 0 15px;
    color:#a5286a;
    background: #f0ebe5;
    border-radius: 2px;
    width: auto;
    font:bold 15px/35px Montserrat, sans-serif
}

#header_top_social li a:hover i, #header_top_social li a.btn_quest:hover{
    background: #f7f3ee;
	text-decoration:none;
    box-shadow: 0 0 15px rgb(179, 179, 89, .35);
}

#header_nav {
    background: #f2ede7;
}

#header_nav ul{
    margin:0;
    padding: 0
}

#header_nav ul li{
    display: inline-block;
}

#header_nav ul li a{
    margin: 0 10px;
    display: inline-block;
    border-top:4px solid #f2ede7;
    font:bold 15px/60px Montserrat, sans-serif;
    color: #a5286a;
}

#header_nav ul li a:hover{
    text-decoration: none;
    color: #a5286a;
    border-top:4px solid #d7b596
}

#header_nav ul li ul{
	background:#f2ede7;
	border:none;
	box-shadow:none;
	border-radius:0;
	min-width:0
}

#header_nav ul li:hover ul{
	display:block
}

#header_nav ul li ul li{
	background:#f2ede7;
	display: block;
}

#header_nav ul li ul li a {
  margin: 0;
	padding:0 10px;
  display: block;
  border-top: none;
  color: #a5286a;
	font:bold 14px/50px Montserrat, sans-serif;
	background:#f2ede7;
	border-left:5px solid #e8e7e0
}
#header_nav ul li ul li a:hover {
	border-top: none;
  background: #eae3db;
  border-left: 5px solid #ccb9ab;
}

.topslider_item{
    height: 400px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: cover
}

.topslider_item .container{
    position: relative;
    height: 400px
}

.topslider_text{
    position: absolute;
    left:0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    background: #fff;
    border-left:solid 5px #b3a277
}

.topslider_text p.topslider_title{
    margin: 0 0 10px 0;
    font: bold 26px/1.4em Montserrat, sans-serif;
    color: #333;
}

.topslider_text div.topslider_subtitle p{
    margin: 0;
    font: normal 15px/1.4em Montserrat, sans-serif;
    color: #333;
}

.slick-prev, .slick-next{
    z-index: 1;
    width: 30px;
    height: 30px;
}


.slick-prev {
    left: 15px;
}

.slick-next {
    right: 15px;
}

.slick-next::before {
    content: "►";
	padding: 0 0 0 2px;
}

.slick-prev::before {
    content: "◄";
	padding: 0 2px 0 0;
}

.slick-prev::before, .slick-next::before{
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    font-size: 15px;
    background: #000;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: block;
    text-align: center;
    line-height: 30px
}

#mp_mainblock{
    background: #f4f2f1
}

#mp_mainblock .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#mp_mainblock .col{
    padding: 0
}

#mp_mainblock_left{
    height: 100%;
    background: #dfbc79;
    /*border-top-right-radius: 50px;*/
    padding: 35px
}

#mp_mainblock_left h2{
    margin: 0 0 15px 0;
    font: normal 38px/1.3em Montserrat, sans-serif;
    color: #282f2d;
}

#mp_mainblock_left p {
    margin: 10px 0;
    font: normal 17px/1.5em Montserrat, sans-serif;
    color: #38423f;
}

#mp_mainblock_middle{
    height: 100%;
    padding: 0 35px 0 0;
    min-height: 550px;
}


#mp_mainblock_imgwrap{
    height: 100%;
    
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

#mp_mainblock_right{
    height: 100%;
    padding: 35px 35px 35px 0
}

#mp_mainblock_right h2 {
    margin: 0 0 15px 0;
    font: normal 26px/1.4em Montserrat, sans-serif;
    color: #2f3937;
}

#mp_mainblock_right p {
    margin: 10px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#page_header{
    padding: 10px 0;
    background: #d0b398
}

#page_header h1{
    margin: 15px 0;
    font:normal 28px/1.4em Montserrat, sans-serif;
    color:#eae9e1;
    text-transform: uppercase
}

#maincontent{
    margin: 15px 0 30px 0
}

#maincontent h2{
    margin: 25px 0 15px;
    font:normal 26px/1.4em Montserrat, sans-serif;  
    color: #2f3937
}

#maincontent h3{
    margin: 20px 0 15px;
    font:normal 20px/1.4em Montserrat, sans-serif;  
    color: #2f3937
}

#maincontent p{
    margin: 10px 0;
    font:normal 17px/1.6em Montserrat, sans-serif;   
    color: #333
}

#maincontent p.weekly_p{
  margin: 15px 0;
  font: normal 17px/1.6em Montserrat, sans-serif;
  color: #333;
  box-shadow: aquamarine;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 5px;
  padding: 15px 15px 15px 52px;
  
  border-radius: 3px;
}

#maincontent p.weekly_p.weekly_warning{
	border-left: 5px solid #ac6060;
	background: url(images/icon_no.png) left 14px center no-repeat
}

#maincontent p.weekly_p.weekly_yes{
	border-left: 5px solid #829f95;
	background: url(images/icon_yes.png) left 14px center no-repeat
}

#maincontent p.weekly_p.weekly_no{
	border-left: 5px solid  #caa765;
	background: url(images/icon_tip.png) left 14px center no-repeat
}

#maincontent p.weekly_p.weekly_time{
	border-left: 5px solid #2c7689;
	background: url(images/icon_clock.png) left 14px center no-repeat
}

#maincontent p img{
    max-width: 100%;
    border: 5px solid #e8e7e0;
}

#maincontent ul{
  margin: 10px 0;
  padding: 0 0 0 14px;
}

#maincontent ul li, #maincontent ol li{
	margin: 7px 0;
  font: normal 17px/1.6em Montserrat, sans-serif;
  color: #333;
}


#maincontent table{
	margin:10px 0
}

#maincontent table td{
	padding:3px 5px;
  font: normal 15px/1.5em Montserrat, sans-serif;
  color: #333;
	border-color:#333
}

#maincontent table tr.tr-green td{
	background: #6b827a;
  color: #ecebe4;
  font: bold 15px/1.5em Montserrat, sans-serif;
}

#maincontent blockquote {
  padding: 1px 15px;
  margin:10px 0;
  font-size: 17.5px;
  border-left: 5px solid #455957;
  background: #f2f6f4;
}

#maincontent #latest_posts h4{
    color:#2f3937;
    font:normal 17px/1.4em Montserrat, sans-serif;
    text-transform: uppercase;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #e1e1e1
}

#maincontent .latest_posts_item{
    margin: 20px 0
}

#maincontent .latest_posts_item h5{
    margin: 0 0 0 80px;
    font:normal 17px/1.4em Montserrat, sans-serif;
}



#maincontent .latest_posts_item_img{
    margin: 3px 0 0 0;
    width: 70px;
    height: 70px;
    float: left;
    overflow: hidden
}

#maincontent .latest_posts_item_img img{
    height: 100%;
	width:auto
}

#maincontent #bazibtns{
	text-align:center;
	padding:15px 0
}

#maincontent #bazibtns a{
	text-transform:uppercase;
	margin:10px 15px
}

#post_switch{
    margin: 25px 0;
    padding: 20px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

#post_switch_l{
    padding: 0 15px 0 0
}

#post_switch_r{
    text-align: right;
    padding: 0 0 0 15px
}

#post_switch p{
    margin: 5px 0;
    font: normal 15px/1.6em Montserrat, sans-serif;
}

#post_switch p a{
    color: #455957;
}

#post_switch p a:hover{
    color: #6b827a;
    text-decoration: none;
}

#post_switch h5{
    text-transform: uppercase;
    margin: 5px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
}

#post_switch h5 a, #post_switch h5 a:hover{
    color: #333;
    text-decoration: none;
}

#feedback_form p{
    color: #333;
    font: normal 17px/1.6em Montserrat, sans-serif;
}

#feedback_form p label{
    font-weight: bold
}

#feedback_form p input[type="text"]{
    height: 45px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ddd;
}

#feedback_form p textarea{
    height: 300px;
    border-radius: 4px;
    width: 100%;
    border: 1px solid #ddd;
}

#feedback_form p input[type="submit"]{
    background: #d9529a;
  display: inline-block;
  margin: 10px 0 0 0;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  height: 45px;
  font: bold 17px/45px Montserrat, sans-serif;
  border: 1px solid #d9529a;
  padding: 0 20px;
  text-decoration: none !important;
  transition: all .25s ease-out;
}

#feedback_form p input[type="submit"]:hover{
  text-decoration: none;
  background: #eb5da9;
  border: 1px solid #eb5da9;
  box-shadow: 0 5px 10px rgba(129, 70, 129, 0.1);
}

.feedback_item{
    position: relative;
    margin: 30px 0;
    border-radius: 8px;
    padding: 5px 20px 20px 20px;
    background: #f4f2f1
}

.feedback_item:after{
    border-bottom: 12px solid transparent;
    border-right: 12px solid #f4f2f1;
    border-top: 12px solid transparent;
    height: 0;
    left: -12px;
    position: absolute;
    top: 20px;
    width: 0;
    display: block;
    content: ' '
}

.feedback_item_top{
    padding: 0 0 5px 0;
    border-bottom: 1px solid #dedede
}

#maincontent p.feedback_item_name{
    color:#273051;
    font: bold 20px/1.6em Montserrat, sans-serif;
}

#maincontent p.feedback_item_date{
    color: #333;
    text-align: right
}

.post_item{
    margin: 30px 0
}

.post_item h2{
    font: bold 20px/1.4em Montserrat, sans-serif;
    color: #4f62a3;
}




#maincontent p.post_item_date{
    color: #9f8b79
}

#maincontent p.post_item_readmore a{
    background: #496a5c;
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    font: bold 17px/45px Montserrat, sans-serif;
    border: 1px solid #32443c;
    padding: 0 20px;
    text-decoration: none;
    transition: all .25s ease-out;
}

#maincontent p.post_item_readmore a:hover {
    background: #5e8273;
    border: 1px solid #5e8273;
    
    box-shadow: 0 0 15px rgba(129, 179, 149, 0.5);
}

.program_item{
    margin: 15px 0;
    padding: 40px 20px 85px 20px;
    position: relative;
    box-shadow: 0 5px 25px -2px #e1dfdf
}

.program_item_image{
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    background: #273051;
    transform: rotateZ(24deg);
    transform: translate(0, -20px);
}

.program_item_image a{
    display: block;
    width: 80px;
    height: 80px;
    overflow: hidden;
    transform: rotateZ(-24deg);
}

.program_item_image img{
    height: 100%;
    
}

#maincontent .program_item p, #maincontent .program_item h2{
    margin: 0 110px 5px 0
}

#maincontent .program_item h2{
    font-size: 20px;
    text-transform: uppercase;
}

#maincontent .program_item p a, #maincontent .program_item p a:hover{
    color: #333;
    text-decoration: none;
}


.program_item_bottom{
    padding: 0 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 45px;
    width: 100%;
    background: #f2ede7
}

#maincontent .program_item_bottom p{
    margin: 0;
    font: normal 15px/45px Montserrat, sans-serif;
    color:#333
}

#maincontent .program_item_bottom p i{
    margin: 0 3px 0 0
}

#maincontent .program_item_bottom p span.program_item_readmore{
    float: right
}

#maincontent .program_item_bottom p a{
    color:#333
}

#maincontent .program_item_bottom p a:hover{
    color:#333;
    text-decoration: underline;
}

#mp_about{
    padding: 25px 0 35px 0
}

#mp_about h2{
    color:#caa764
}

#mp_about p {
    margin: 10px 0;
    font: normal 17px/1.5em Montserrat, sans-serif;
    color: #333;
}

#mp_textblock{
    background: #f4f2f1
}

#mp_textblock .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#mp_textbox_imgwrap{
    min-height: 300px;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover
}

#mp_textblock img{
    width: 100%;
}

#mp_textbox_textwrap{
    padding: 25px 0
}

#mp_textbox_textwrap p {
    margin: 10px 0;
    font: normal 17px/1.5em Montserrat, sans-serif;
    color: #333;
}

#mp_blocks{
    padding: 25px 0
}

#mp_blocks .row{
    margin: 0
}

#mp_blocks .col{
    padding: 0!important
}

.mp_block_wrap{
    padding: 12px
}



.mp_block_wrap {
	display:block;
	text-decoration:none
}

.mp_block_wrap:hover{
    background: #d9529a
}

.mp_block_item{
    min-height: 240px;
    position: relative;
    padding: 15px;
    background: #f4f2f1;
    border-top-right-radius: 50px;
}

.mp_block_item img{
    width: 100%;
    border-top-right-radius: 40px;
}

.mp_block_item p.mp_block_title{
    margin: 15px 0 10px 0;
    font: normal 19px/1.5em Montserrat, sans-serif;
    color: #333;
}

.mp_block_item div.mp_block_content{
    margin: 10px 0;
}

.mp_block_item div.mp_block_content p{
    font: normal 17px/1.5em Montserrat, sans-serif;
    color: #333;
}


#feedback{
    padding: 25px 0 80px 0
}

#feedback_slider{
    margin: 25px 0 0 0;
    border: 4px solid #fff;
    background: #f4f2f1;
    box-shadow: 0px 4px 15px rgba(0,0,0,.15);
}

.feeback_item{
    padding: 1px 15px;
    
}

.feeback_item h3{
    margin: 15px 0
}

.feeback_item p{
    margin: 15px 0;
    font: normal 17px/1.5em Montserrat, sans-serif;
    color: #333
}

.slick-dots {
    bottom: -40px;
}

.slick-dots li {
   margin: 0 2px
}

.slick-dots li button::before {
    font-size: 30px;
    opacity: .5;
    color: black;
}

.slick-dots li button:hover::before, .slick-dots li button:focus::before {
    opacity: 1;
    color: #c8a876;
}

.slick-dots li.slick-active button::before {
    opacity: 1;
    color: #c8a876;
}


#mp_form {
    padding: 50px 0;
}

#mp_form .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#mp_form_image{
    height: 100%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/2022/07/foto12.jpeg)
}

#mp_form h2{
    margin: 0 0 15px 0 
}

#mp_form p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#mp_formwrap{
    background: #f4f2f1
}



#mp_form_left{
    padding: 15px 30px;
    margin: 15px 15px 15px -15px;
    background: #fff
}

#mp_form_left input[type="text"]{
    width: 100%;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #d6d7d7;
    color: #333
    
}

#mp_form_left textarea{
    width: 100%;
    height: 150px;
    padding: 0 5px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #d6d7d7;
    color: #333

}

#mp_form_left .wpcf7-not-valid-tip{
	display:none !important
}

.wpcf7-list-item {
  margin: 0 5px 0 0;
}

#mp_form_left a{
    color: #455957
}

#mp_form_left input[type="submit"] {
    display: inline-block;
    margin: 10px 0 0 0;
    border-radius: 4px;
    color: #fff;
    height: 45px;
    font: bold 17px/45px Montserrat, sans-serif;
    border: 1px solid #d9529a;
    background: #d9529a;
    padding: 0 20px;
}

#mp_form_left input[type="submit"]:hover{
    background: #eb5da9;
    border: 1px solid #eb5da9;
    transition: all .25s ease-out;
    box-shadow: 0 0 15px rgba(129, 179, 149, 0.5);
}

#course_header{
    position: relative;
    padding: 50px 0 0 0;
    background: url(/wp-content/uploads/2022/08/coursehbg.jpg) top left;
    background-size: cover
}

#course_header .row{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#course_header_image{
    padding:0 0 15px 0;
    height: 100%;
    position: relative
}

#course_header_image img{
    max-width: 100%;
    position: relative;
    z-index: 2;
    border:5px solid #455957
}

#course_header_text{
    padding:1px 0 105px 0;
    height: 100%;
    position: relative
}

#course_header_text p {
    margin: 15px 0 0 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#course_header_text h1{
    margin: 15px 0 0 0;
}

#course_header_links{
    padding: 0;
    margin: 0;
    list-style: none
}

#course_header_links li{
    padding: 0 25px;
    display: inline-block;
    font: normal 17px/75px Montserrat, sans-serif;
    border-left:1px solid #d7e1e1
}

#course_header_links li a, #course_header_links li a:focus{
    font-weight: bold;
    color: #496a5c;
    text-decoration: none
}

#course_header_links li a:hover{
    color: #5f8072;
}

#course_header_links li a i{
    margin:  0 5px 0 0
}

.course_header_bottombar{
    position: absolute;
    height: 75px;
    bottom: 0;
    left: -15px;
    right: -15px;
    background: #fff;
    z-index: 1;
    border-bottom: 1px solid #d7e1e1
}

#course_desc{
    padding: 35px 0 50px 0
}

#course_desc p{
    margin: 15px 0 0 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#course_desc_details{
    padding: 30px;
    background: #fff;
    box-shadow: 0px 0px 20px 5px rgba(0, 10, 35, 0.075)
}

#course_desc_details h3{
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    border-bottom:1px solid #d7e1e1
}

#course_desc_details p span{
    float: right;
    color: #455957
}

#course_feedback{
    padding: 50px 0;
    background: #f1f4f4
}

#course_photo .row {
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
}

#course_photo_text_img{
    margin-right: -15px;
    height: 100%;
    background: url(https://iamcenter.ru/wp-content/uploads/2020/03/IMG_7665-scaled.jpg) center right no-repeat;
    background-size: cover
}

#course_photo_text{
    padding: 30px 30px 45px 30px;
    margin-left: -15px;
    background: #d0ad6b
}

#course_photo_text h2{
    margin: 0;
    padding: 0 0 20px 0;
    border-bottom:1px solid #886d3a
}

#course_photo_text p{
    margin: 0 0 5px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #38423f;
}

.course_photo_text_item{
    margin: 40px 0 0 0
}

.course_photo_text_item_image {

    margin: auto;
    width: 100px;
    height: 100px;
    background: #3a4844;
    transform: rotateZ(20deg);
}

.course_photo_text_item_image a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    transform: rotateZ(-24deg);
}

.course_photo_text_item_image a img{
    height: 100%;
}

#course_photo_text .course_photo_text_item p{
    margin: 25px 0 0 0
}

.course_photo_text_item p a, .course_photo_text_item p a:focus, .course_photo_text_item p a:hover{
    color:#3a4844;
}

#course_feedback p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#course_feedback p.course_feedback_name{
    padding: 15px 0 0 0;
    border-top: 1px solid #c4caca;
    font: normal 19px/1.6em Montserrat, sans-serif;
}

#course_important{
    padding: 0 0 50px 0;
    background: #f1f4f4
}


#course_important_text p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#course_important_text li{
    margin: 5px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#course_important_text ul{
    margin:15px 0;
    padding: 0 0 0 15px
}

#course_important_img img{
    width: 100%;
    border: 5px solid  #c4caca
}

#course_important_img p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color: #333;
}

#course_register{
    padding: 50px 0
}

#course_register .container{
    background: #455957
}

#course_register_text{
    padding: 15px 30px
}

#course_register_text h2{
    color:#fff
}

#course_register_text p{
    margin: 15px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color:#fff
}

#course_register_text p a, #course_register_text p a:focus, #course_register_text p a:hover{
    color:#fff;
    text-decoration: underline
}

#course_register_form{
    padding: 15px 30px 15px 0
}

#course_register_form p{
    margin: 15px 0 25px 0;
    font: normal 17px/1.6em Montserrat, sans-serif;
    color:#fff
}

#course_register_form input[type="text"] {
    width: 100%;
    height: 35px;
    padding: 0 5px;
    border-radius: 3px;
    background: #f7f7f7;
    border: 1px solid #263534;
    color: #333;
}

#course_register_form input[type="submit"] {
    display: inline-block;
    margin: 10px 0 0 0;
    padding: 0 15px;
    color: #222a29;
    background: #dfded2;
    border: 1px solid #dfded2;
    border-radius: 2px;
    width: auto;
    font: bold 15px/35px Montserrat, sans-serif;
    transition: all .25s ease-out;
}

#course_register_form input[type="submit"]:hover{
    background: #dfded2;
    box-shadow: 0 0 15px rgb(179, 179, 89, .35);
}

#travelcalc_wrap{
	padding: 10px 10px 1px;
  background:#f7f4f1;
}

#calc_controls{
	display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 0 10px;
}

#travelcalc_wrap input{
margin: 0 0 10px 0;
  padding: 5px 5px 5px 8px;
  background: #e8e5e2;
  border: 1px solid #cec9c4;
  border-radius: 3px;
  color: #333;
  height: 45px;
  flex-grow: 1;
}

#travelcalc_wrap #result{
	font: normal 18px/1.6em Montserrat, sans-serif;
  margin: 10px 0 0;
  text-align: center;
  color: #7b2652;
}

#travelcalc_wrap button {
  background: #d9529a;
  display: inline-block;
  margin: 0 0 10px 0;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none;
  height: 45px;
  font: bold 17px/45px Montserrat, sans-serif;
    font-size: 17px;
  font-size: 17px;
  font-size: 17px;
  border: 1px solid #d9529a;
  padding: 0 20px;
  text-decoration: none !important;
  transition: all .25s ease-out;
}

#travelcalc_wrap button:hover {
  text-decoration: none;
  background: #eb5da9;
  border: 1px solid #eb5da9;
  box-shadow: 0 5px 10px rgba(129, 70, 129, 0.1);
}

footer{
    background: #df4990;
    padding: 30px 0;
}

footer h4{
    margin: 0 0 15px 0;
    font:normal 24px/1.4em Montserrat, sans-serif;
    color: #dddfd4
}

footer p{
    color: #e8cfa0;
    font:normal 14px/1.6em Montserrat, sans-serif;    
}

footer p.footer_contacts_item{
	margin-bottom:8px
}

footer a.footer_link{
    color: #efd5dc;
    font-size: 16px;
	opacity:.85
}

footer a.footer_link i{
	width:16px;
	margin-right:10px
}

footer a.footer_link:hover{
	opacity:1;
	text-decoration:underline
}

footer ul{
    padding: 0;
    list-style: none
}

footer ul li{
    font:normal 14px/1.6em Montserrat, sans-serif;   
    margin: 0 0 5px 0
}

#footer_social {
    padding: 0;
    margin: 15px 0 0 0;
}


#footer_social li{
    display: inline-block;
}

#footer_social li a {
    margin: 0 7px 0 0;
    display: inline-block;
    height: 35px;
    width: 35px;
    background: #d0cfc5;
    border-radius: 50%;
    font-size: 20px;
    text-align: center;
    line-height: 35px;
    color: #222a29;
    text-decoration: none;
    transition: all .25s ease-out;
}

#footer_social li a:hover{
    background: #dfded2;
    box-shadow: 0 0 15px rgb(179, 179, 89, .35); 
}

#bottomfixed{
	z-index:99;
    position: fixed;
    background: #ce2b70;
    width: 100%;
    bottom: 0
}

#bottomfixed_close{
    position: absolute;
    height: 30px;    
    width: 30px;
    right: 15px;
    top: 50%;
    transform: translateY(-50%)
}

#bottomfixed_close img{
    width: 100%;
}

.bottomfixed_item{
    padding: 15px 0;
}

.bottomfixed_item_img{
    height: 50px;
    width: 50px;
    border-radius: 50%;
    float: left
}

.bottomfixed_item p{
    margin: 0 0 0 75px;
    font: normal 15px/1.6em Montserrat, sans-serif;
    color: #fff;
}

.bottomfixed_item p a{
    font: normal 14px/1.6em Montserrat, sans-serif;
    color: #fff
}

.bottomfixed_item p a img{
    height: 15px;
}

#cbox_inline_wrap{
    display: none
}

#cboxOverlay {
  background: #000;
}

.cbox_form{
	background: #fff;
padding: 50px;
text-align: center;
border: 5px solid #455957
}

.cbox_form h3{
  margin: 0 0 15px 0;
  font: normal 26px/1.4em Montserrat, sans-serif;
  color: #2f3937;
}

.cbox_form p, .wpcf7-form p{
  margin: 20px 0 !important;
  font: normal 17px/1.6em Montserrat, sans-serif;
  color: #333;
}

.cbox_form p input[type="text"], .wpcf7-form p input[type="text"]{
	background: #f0efea;
border: 1px solid #e8e7e0;
border-radius: 3px;
padding: 2px 8px;
	width:100%;
	max-width: 500px;
}

.cbox_form p textarea{
	background: #f0efea;
border: 1px solid #e8e7e0;
border-radius: 3px;
padding: 2px 8px;
	height:200px;
	width:100%;
	max-width: 500px;
}

.cbox_form p input[type="submit"], .wpcf7-form p input[type="submit"], .cbox_form p a.cbox_close{
	border:none;
	display:inline-block;
  padding: 0 15px;
  background: #6b827a;
  border-radius: 2px;
	color:#fff;
  font: bold 15px/35px Montserrat, sans-serif;
	transition: all .25s ease-out;
}

.cbox_form p input[type="submit"]:hover, .wpcf7-form p input[type="submit"]:hover, .cbox_form p a.cbox_close:hover{
	background: #455957;
	text-decoration:none
}

.wpcf7-spinner {
  display: none !important;
}

.wpcf7-response-output {
  display: none !important;
}




/*for md*/

@media (max-width: 1199px) {
    
    
    
}


/*for sm*/

@media (max-width: 991px) {
	
	.topslider_text {
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
		width: 65%;
    }
	
	.topslider_text p.topslider_title {
  font: bold 22px/1.4em Montserrat, sans-serif;
}
    
    
  .bottomfixed_item p{
        margin: 10px 60px;
        text-align: center;
        font: normal 15px/1.6em Montserrat, sans-serif;
        color: #fff;
    }
    
    .bottomfixed_item p a{
        font: normal 15px/1.6em Montserrat, sans-serif;
    }  
	
	#mp_form_left{
    margin: 15px;
}
	
	#course_desc_details{
        margin: 30px 0 0 0
    }
    
    #course_photo .row {
        display: block;
    }
    
    #course_photo_text_img{
        margin: 0;
        height: 375px;
    }
    
    #course_photo_text {
        margin: 0
    }
    
    #course_register_form{
        padding: 0 30px 15px 30px
    }
    
    #course_important_img img{
        margin: 15px 0 0 0
    }
	
	#mp_textbox_imgwrap{
    min-height: 600px;
    height: 100%;
}

}

/*for xs*/

@media (max-width: 767px) {
    
 
    
    #header_top_social {
        margin: 15px 0 0 0;
        text-align: center;
    }
    
    #header_top_social li a {
        margin: 0 3px;
    }
    
    #header_top_social li a.btn_quest {
        margin: 0 3px 0 10px;

    }
	
	#menutoggle{
		margin:40px 5px 0 0
	}
	
	#menutoggle a{
		font-size:24px;
			color:#dfded2;
		transition: all .25s ease-out;
	}
	
	#menutoggle a:hover {
		
  color: #dfded2;
  text-shadow: 0 0 15px rgb(179, 179, 89, .35);
}
	
	#header_nav{
		height:0;
		overflow:hidden;
		opacity:0;
		transition: opacity .5s ease-out;
	}
	
	#header_nav.active{
		height:auto;
		display:block;
		opacity:1;
		
	}
    
#header_nav ul {
  margin-bottom: 0;
}
	
	#header_nav ul li {
  		display: block;
		border-top:1px solid #bdbcb4
	}
	
	#header_nav ul li:first-child{
		border-top:none
	}
	
	#header_nav ul li a,  #header_nav ul li a:hover{

  border-top:none;

}
	
	#header_nav ul li ul {
  background: #e8e7e0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-width: 0;
  display: block;
  position: relative;
  top: 0;
  margin: 0 10px;
  border-top: 1px solid #bdbcb4;
  float: none;
}
	
	#header_nav ul li ul li a, #header_nav ul li ul li a:hover  {

  font: bold 14px/50px Montserrat, sans-serif;
		padding:0 10px 0 10px;
  background: #e8e7e0;
}
	
	
	#mp_mainblock_right{
        padding: 0 35px 35px 35px
    }
	
	 #mp_textblock {
        padding: 15px 0 0 0
    }
    
    #mp_textbox_textwrap {
        padding: 0 0 25px 0;
    }
	
	/*#mp_textbox_imgwrap:after {
    border-radius: 300px 300px 0 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;background: rgba(0,0,0,0);
    background: -moz-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(5,6,5,0) 15%, rgba(15,19,15,0.5) 50%, rgba(25,32,25,0) 84%, rgba(30,38,30,0) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0,0,0,0)), color-stop(15%, rgba(5,6,5,0)), color-stop(50%, rgba(15,19,15,0.5)), color-stop(84%, rgba(25,32,25,0)), color-stop(100%, rgba(30,38,30,0)));
    background: -webkit-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(5,6,5,0) 15%, rgba(15,19,15,0.5) 50%, rgba(25,32,25,0) 84%, rgba(30,38,30,0) 100%);
    background: -o-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(5,6,5,0) 15%, rgba(15,19,15,0.5) 50%, rgba(25,32,25,0) 84%, rgba(30,38,30,0) 100%);
    background: -ms-linear-gradient(left, rgba(0,0,0,0) 0%, rgba(5,6,5,0) 15%, rgba(15,19,15,0.5) 50%, rgba(25,32,25,0) 84%, rgba(30,38,30,0) 100%);
    background: linear-gradient(to right, rgba(0,0,0,0) 0%, rgba(5,6,5,0) 15%, rgba(15,19,15,0.5) 50%, rgba(25,32,25,0) 84%, rgba(30,38,30,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#1e261e', GradientType=1 );
}*/
	
	
	#mp_mainblock_middle{
    padding:  35px;
}
	
	#course_register{
        padding: 50px 0 0 0 
    }
	
    footer{
		text-align:center;
        padding: 10px 0
    }
    
    footer .row div{
        margin: 20px 0
    }
    
	
	footer img{
		max-width:100%
	}
}


/*for xxs*/

@media (max-width: 565px) {
    
    #course_header_text {
        padding: 1px 0 220px 0;
    }
    
    .course_header_bottombar{
        height: 150px;
    }
    
    #course_header_links li {
        padding: 0 15px;
        display: block;
        text-align: center;
        border: none;
        border-top: 1px solid #d7e1e1;
    }
 
}


