/*
Theme Name:natural-health Child
Theme URI: http://meditation-portal.com
Description: Meditation Portal Child Theme
Template: natural-health
Version: 1.0.0
Author: Pavlo Krostylov
Author URI: https://www.linkedin.com/in/pavlo-krostylov/
*/

@import url('https://fonts.googleapis.com/css?family=Alice&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic');

body {
	background:#fafafa url(images/header-bg.jpg) no-repeat top center;
	font-family: 'Open Sans', sans-serif;
	color:#504945;
}

a,
a:hover {
	color:#34910e;
	outline:none;
}

img {
	outline:none;
}

h1,.h1,h2,.h2,h3,.h3,h4,h5,h6,.widgettitle.h2 {
	font-family:'Alice';
}

h2,.widgettitle.h2,.h2 {
	font-size:42px;
}

header {
	height:410px;
	box-sizing:border-box;
	border-bottom:1px solid #e5e7e8;
	margin-bottom:40px;
}

header .top_head {
	height:328px;
}
header .bottom_head {
	height:82px;
}


.button {
	display:inline-block;
	padding:6px 10px;
	background:#fff;
	box-sizing:border-box;
	border-radius: 20px;
	border:2px solid #91bb3d;
	font-weight:600;
	color:#52890f;
	font-size:16px;
	min-width:100px;
	text-align:center;
	text-decoration:none;
	transition: all 0.2s ease;
	cursor:pointer;
}

header .button {
	background-color:#edf8ff;
}

.button:hover,
.button:focus {
	color:#fff;
	text-decoration:none;
	background-color:#91bb3d;
}

.header_tooltip > span {
	font-size:12px;
	text-transform:uppercase;
	color:#6c9a3f;
	position:relative;
	border-bottom:1px solid #6c9a3f;
	cursor:pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;  
}

.header_tooltip > span a {
	text-decoration:none !important;
	color:#6c9a3f;
}

.header_tooltip > div {
	position:relative;
}

.header_tooltip .h_tooltip_content {
	position:absolute;
	top:0;
	right:0;
	width:206px;
}

.header_tooltip .h_tooltip_content::before {
	display:block;
	content:'';
	background:url(images/top_bg_msg.png) no-repeat;
	height:38px;
}
.header_tooltip .h_tooltip_content::after {
	display:block;
	content:'';
	background:url(images/bottom_bg_msg.png) no-repeat;
	height:29px;
}

.h_tooltip_content .inner_c {
	background:url(images/repeat_bg_msg.png);
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	font-size:15px;
	line-height:18px;
	letter-spacing:-0.02em;
	padding-bottom:6px;
}

.h_tooltip_content .t_close {
	color:#91bb3d;
	font-size:18px;
	position:absolute;
	text-align:center;
	bottom:-4px;
	left:0;
	right:0;
}

.h_tooltip_content .t_close i {
	cursor:pointer;
}

.h_tooltip_content .inner_c span {
	font-weight:600;
}

.right-text {
	text-align:right;
}

.header-right-padding {
	padding-top:49px;
}


/******************** Header Menu ************************/

ul.menu {
	list-style: none;
	margin: 0;
	padding-left:0px;
}
ul.menu li {
	float: left;
	position: relative;
	list-style-type:none;
}
ul.menu > li {
	margin-right:20px;
}
ul.menu > li:last-of-type {
	margin-right:0px;
}
ul.menu a {
	color: #504945;
	display: block;
	line-height: 38px;
	padding: 0 10px;
	text-decoration: none;
	background:rgba(145, 187, 61, 0);
	transition: all 0.2s ease;
}

ul.menu > li > a,
ul.menu > li > noindex > a {	
	border-radius: 18px;
	line-height:36px;
	padding-left:20px;
	padding-right:20px;
}

ul.menu ul {
	box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 180px;
	z-index: 99999;
}
ul.menu ul li {
	min-width: 180px;
}
ul.menu ul ul {
	left: 100%;
	top: 0;
}
ul.menu ul a {
	background: #333;
	line-height: 1em;
	padding: 10px;
	width: 160px;
	height: auto;
}
ul.menu li:hover > a,
ul.menu ul :hover > a,
ul.menu li:hover > noindex > a,
ul.menu ul :hover > noindex > a {
	background:rgba(145, 187, 61, 1);
	color: #fff;
}
ul.menu li:hover > ul {
	display: block;
}
ul.menu li.current_page_item > a,
ul.menu li.current_page_ancestor > a,
ul.menu li.current-menu-ancestor > a,
ul.menu li.current-menu-item > a,
ul.menu li.current-menu-parent > a,
ul.menu li.current_page_item > noindex > a,
ul.menu li.current_page_ancestor > noindex > a,
ul.menu li.current-menu-ancestor > noindex > a,
ul.menu li.current-menu-item > noindex > a,
ul.menu li.current-menu-parent > noindex > a {
	color: #fff;
	background:rgba(145, 187, 61, 1);
}
* html ul.menu li.current_page_item a,
* html ul.menu li.current_page_ancestor a,
* html ul.menu li.current-menu-ancestor a,
* html ul.menu li.current-menu-item a,
* html ul.menu li.current-menu-parent a,
* html ul.menu li a:hover {
	color: #fff;
	background:rgba(145, 187, 61, 1);
}

/******************** Header Social ********************/

header .social_links {
	display:flex;
	justify-content:flex-end;
	float:right;
}

header .social_links a {
	display:block;
	opacity:1;
	transition: all 0.2s ease;
	background:url(images/header_icons.png) no-repeat;
	width:30px;
	height:30px;
	margin-left:8px;
}

header .social_links a:first-of-type {
	margin-left:0px;
}

header .social_links a:hover {
	opacity:0.7;
}
header .social_links a.vk {
	background-position:-30px 0;
}
header .social_links a.yt {
	background-position:-60px 0;
}
header .social_links a.gp {
	background-position:-90px 0;
}
header .social_links a.tw {
	background-position:-120px 0;
}

header .search_button_wrap {
	text-align:right;
}

header .search_button {
	font-size:21px;
	color:#504945;
	margin-right:60px;
}

.menu_right_part {
	text-align:right;
}


/******************** Footer ********************/

footer {
	border-top:1px solid #e1e1e1;
	padding:18px 0;
}

.footer-center-part {
	text-align:center;
	font-size:13px;
	text-transform:uppercase;
}

.footer-right-part {
	text-align:right;
}

footer a {
	text-decoration:underline;
}

/******************** Left Sidebar ********************/

li.widget {
	list-style-type:none;
	margin-left:0px;
}

.sidabar_menu ul {
	padding-left:20px;
}

.sidabar_menu,
.menu_box > ul {
	list-style-type:none;
	padding-left:0px;
}

.sidabar_menu li,
.menu_box > ul li {
	margin-bottom:16px;
}

.sidabar_menu li:last-of-type,
.menu_box > ul li:last-of-type {
	margin-bottom:0px !important;
}

.sidabar_menu li a + ul,
.menu_box > ul li a + ul,
.sidabar_menu li .show_hide_arrow + ul,
.menu_box > ul li .show_hide_arrow + ul {
	padding-top:16px;
}

.sidabar_menu .sub-menu {
	display:none;
}

.sidabar_menu .opened > .sub-menu {
	display:block;
}

.sidabar_menu .menu_box > .sub-menu {
	display:block !important;
	padding-top:0px;
	height:auto !important;
}

.sidabar_menu,
.sidabar_menu a {
	font-size:18px;
	line-height:1.1em;
	color:#504945;
}

.sidabar_menu .green > a,
.sidabar_menu .green > noindex > a {
	color:#52890f;
}

.sidabar_menu .bold > a,
.sidabar_menu .bold > noindex > a {
	font-weight:600;
}

.sidabar_menu .bold > a::after,
.sidabar_menu .bold > noindex > a::after {
	content:'\f06c';
	font-family:'FontAwesome';
	display:inline-block;
	font-size:16px;
	padding-left:5px;
}

#sidabar_menu ul {
	list-style-type:none;
}

.sidabar_menu .menu_box {
	border-bottom:1px solid #e9e8e8;
	margin-bottom:30px;
	padding-bottom:30px;
	position:relative;
}

.sidabar_menu .double_padding.menu_box {
	padding-bottom:60px;
}



.widget_bottom_border {
	padding-bottom:50px;
	position:relative;
	border-bottom:1px solid #e9e8e8;
	margin-bottom:30px;
}

.sidabar_menu .double_border.menu_box::after,
.widget_bottom_border::after {
	display:block;
	height:1px;
	background:#e9e8e8;
	position:absolute;
	bottom:5px;
	left:0;
	right:0;
	content:'';
}

.menu_box > a,
.menu_box > .show_hide_arrow,
.menu_box > noindex > a,
.menu_box > noindex > .show_hide_arrow {
	display:none !important;
}

.show_hide_subtitle {
	cursor:pointer;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
	font-size:13px;
	color:#52890f;
	border-bottom:1px solid #d0e1ae;
	text-transform:uppercase;
	margin-bottom:30px;
	margin-top:-10px;
}

.show_hide_subtitle::after {
	content:' \f06e';
	font-family:'FontAwesome';
	font-size:16px;
	position:relative;
	padding-left:5px;
	bottom:-1px;
	display:inline-block;
}

.sidabar_menu .show_hide_arrow {
	color:#c7c5c3;
	font-size:16px;
	cursor:pointer;
	padding-left:5px;
	-webkit-user-select: none;  /* Chrome all / Safari all */
	-moz-user-select: none;     /* Firefox all */
	-ms-user-select: none;      /* IE 10+ */
	user-select: none;
}

.sidabar_menu .size_21 > .sub-menu > li > a,
.sidabar_menu .size_21 > .sub-menu > li > noindex > a {
	font-size:21px;
}

/*.sidabar_menu .menu-item-has-children > a::after {
	content:'\f078';
	font-family:'FontAwesome';
	display:inline-block;
	color:#c7c5c3;
	font-size:16px;
	padding-left:5px;
}*/

h2.widgettitle,
.widgettitle.h2  {
	margin-bottom:20px;
}

.textwidget > * {
	max-width:100%;
}


/******************** Home Posts ********************/

.home .posts_list {
	margin-left:-15px;
	margin-right:-15px;
}

.posts_list .grid-item {
	box-sizing:border-box;
	width:33.33%;
	padding:15px 15px;
	margin-bottom:20px;
	background:#fafafa;
	transition: background-color 0.2s ease;
	border-radius: 4px;
}

.posts_list .grid-item-full {
	width:100%;
}

.posts_list .grid-item:hover {
	background-color:#f0eeeb;
}

body .ajax-load-more-wrap.infinite button.alm-load-more-btn {
	background-image:url(images/loader.gif)
}

.posts_list .grid-item img {
	width:100%;
	height:200px;
	object-fit: cover;
	object-position: 50% 50%;
	display:block;
	border-radius: 4px;
	margin-bottom:20px;
}

.posts_list h3,
.posts_list .h3 {
	font-size:24px;
	line-height:1em;
	color:#332e2c;
	margin-bottom:20px;
    -webkit-hyphens: auto;
	-moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}

.posts_list h3 a,
.posts_list .h3 a {
	color:#332e2c;
}

.posts_list p {
	font-size:17px;
	color:#5e5855;
	line-height:1.1em;
	margin-bottom:10px;
}

.posts_list .fa {
	font-size:16px;
	color:#52890f;
	position:relative;
	bottom:-1px;
}

.posts_list .cats_list a {	
	transition: all 0.2s ease;
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px 10px;
	color:#fff;
	background:#8c8886;
	font-size:11px;
	text-transform:uppercase;
}

.posts_list .cats_list a:hover {
	text-decoration:none;
	background:#91bb3d;
}

.posts_list .read_more_button {
	text-align:center;
	padding-top:5px;
}

.posts_list .read_more_button a {
	font-size:12px;
	line-height:1em;
	text-transform:uppercase;
	text-decoration:underline;
	color:#504945;
	opacity:0;
	transition: all 0.2s ease;
}

.posts_list .grid-item:hover .read_more_button > a,
.posts_list .grid-item:hover .read_more_button > noindex > a {
	opacity:0.8;
}

.posts_list_headline {
	text-align:center;
	font-size:15px;
	line-height:1.1em;
	text-transform:uppercase;
	padding-bottom:12px;
}

.posts_list_headline span {
	font-weight:600;
}

.home_favorite {
	display:flex;
	width:100%;
	align-items:stretch;
	justify-content:space-around;
	padding-bottom:30px;
	border-bottom:1px solid #e9e8e8;
	margin-bottom:28px;
}

.home_favorite > .div {
	width:auto;
}

.home_favorite .fav_item {
	border-radius:4px;
	overflow:hidden;
}

.home_favorite .right_fav .fav_item {
	width:290px;
	height:200px;
	margin-bottom:10px;
}

.home_favorite .left_fav {
	/*width:570px;*/
	width:63%;
}

.home_favorite .right_fav {
	/*width:290px;*/
	width:32%;
}

.home_favorite .right_fav .fav_item:last-of-type {
	margin-bottom:0px;
}

.home_favorite .fav_item {
	position:relative;
}

.home_favorite .fav_item .fav_content > a,
.home_favorite .fav_item .fav_content > noindex > a {
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	z-index:10;
}

.home_favorite .fav_content {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	align-content:flex-end;
	padding:5px 10px;
	z-index:20;
}

.home_favorite .fav_content::before {
	position:absolute;
	z-index:-1;
	left:0;
	right:0;
	bottom:0;
	content:'';
}

.home_favorite .left_fav.fav_desktop .fav_content::before {
	top:52%;
	background: rgba(255,200,0,0);
	background: -moz-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,200,0,0)), color-stop(100%, rgba(255,200,0,1)));
	background: -webkit-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: -o-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	background: linear-gradient(to bottom, rgba(255,200,0,0) 0%, rgba(255,200,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc800', endColorstr='#ffc800', GradientType=0 );
}

.home_favorite .right_fav .fav_content::before,
.home_favorite .fav_mobile .fav_content::before {
	height:105px;
	
	background: rgba(240,238,235,0);
	background: -moz-linear-gradient(top, rgba(240,238,235,0) 0%, rgba(240,238,235,1) 78%, rgba(240,238,235,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(240,238,235,0)), color-stop(78%, rgba(240,238,235,1)), color-stop(100%, rgba(240,238,235,1)));
	background: -webkit-linear-gradient(top, rgba(240,238,235,0) 0%, rgba(240,238,235,1) 78%, rgba(240,238,235,1) 100%);
	background: -o-linear-gradient(top, rgba(240,238,235,0) 0%, rgba(240,238,235,1) 78%, rgba(240,238,235,1) 100%);
	background: -ms-linear-gradient(top, rgba(240,238,235,0) 0%, rgba(240,238,235,1) 78%, rgba(240,238,235,1) 100%);
	background: linear-gradient(to bottom, rgba(240,238,235,0) 0%, rgba(240,238,235,1) 78%, rgba(240,238,235,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0eeeb', endColorstr='#f0eeeb', GradientType=0 );
}

.home_favorite .fav_mobile img {
	border-radius:5px;
}

.home_favorite .fav_mobile .fav_content::before {
	position:absolute;
	left:0;
	top:33%;
	right:0;
	bottom:0;
	height:auto;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}

.home_favorite h2,
.home_favorite .h2 {
	font-size:36px;
	line-height:1.1em;
	color:#332e2c;
	letter-spacing:-0.02em;
	margin-bottom:10px;
}

.home_favorite h3,
.home_favorite .h3 {
	font-size:18px;
	line-height:24px;
	color:#332e2c;
	letter-spacing:-0.02em;
	margin-bottom:0px;
}

.home_favorite .fav_cat a {	
	transition: all 0.2s ease;
	display:inline-block;
	margin-right:5px;
	margin-bottom:5px;
	padding:5px 10px;
	color:#fff;
	background:RGBA(136, 125, 99, 0.7);
	font-size:13px;
	text-transform:uppercase;
	position:relative;
	z-index:100;
}

.home_favorite .fav_cat a:hover {
	text-decoration:none;
	background:RGBA(145, 187, 61, 0.7);
}

/******************** Home Search ********************/

.home_search_pannel {
	/*border-bottom:1px solid #d2d2d1;*/
	/*margin-bottom:30px;*/
	/*padding-bottom:30px;*/
	margin-bottom:0px;
}

.search_item_date:last-of-type .date_separator {
	opacity:0;
}

body .mFilterSearch_wrap .search_res_bg_2 {
	padding-bottom:0px;
}

body .mSearchPage .search_title {
	font-family:'Alice';
	font-size:36px;
	letter-spacing:-0.02em;
	color:#504945;
}

.mSearchPage label {
	margin-bottom:0px;
	box-sizing:content-box;
	font-family:'Open Sans';
}
body .mFilterSearch_wrap label {
	font-family:'Open Sans';
	letter-spacing:-0.02em;
}
body .mSearchPage input[type="text"] {
	font-family:'Open Sans';
	letter-spacing:-0.02em;
}
body .mFilterSearch_wrap .search_param .save_button {
	font-family:'Open Sans';
	letter-spacing:-0.02em;
}
.mSearchPage input[type="checkbox"] {
	position:relative;
	bottom:-2px;
}

.clear,
.background_fix {
	clear:both;
}

body .q_mark, 
body .mFilterSearch_wrap .search_block_title .line_1 .q_mark, 
body .mFilterSearch_wrap .date_part .date_row_2 .help_icon, 
body .mFilterSearch_wrap .order_param .q_mark, 
body .mFilterSearch_wrap .search_result_param .display_param .q_mark {
	background:none !important;
}

body .q_mark::before, 
body .mFilterSearch_wrap .search_block_title .line_1 .q_mark::before, 
body .mFilterSearch_wrap .date_part .date_row_2 .help_icon::before, 
body .mFilterSearch_wrap .order_param .q_mark::before, 
body .mFilterSearch_wrap .search_result_param .display_param .q_mark::before {
	font-family:'FontAwesome';
	content:'\f059';
	font-size:18px;
	line-height:0px;
	color:#515151;
	position:relative;
	top:-3px;
	opacity:0.3;
}

body .mSearchPage .background .col_right .col_button {
	background:rgba(145, 187, 61, 0);
	width:30px;
	height:30px;
	box-sizing:border-box;
	border:1px solid #d9d9d9;
	color:#d9d9d9;
	transition: all 0.2s ease;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	text-align:center;
	border-radius: 15px;
}

body .mSearchPage .block_eventprice .background .col_right .col_button, 
body .mSearchPage .block_organizer .background .col_right .col_button {
	background:rgba(145, 187, 61, 0) !important;
	border:1px solid #d9d9d9 !important;
	color:#d9d9d9 !important;
	opacity:0.8;
	cursor:default;
}

body .mSearchPage .background .col_right .col_button:hover {
	color:#fff;
	background:rgba(145, 187, 61, 1);
	border-color:rgba(145, 187, 61);
}

body .mSearchPage .background .col_right .col_button::before {
	display:inline-block;
	content:'\f078';
	font-family:'FontAwesome';
	font-size:16px;
}

body .search_block_title .background {
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
}

body .mSearchPage .background_help {
	box-sizing:content-box;
	border-radius: 4px;
}

body .mSearchPage .background_help::after {
	display:block;
	clear:both;
	content:'';
}

body .search_block_title .background .line_1 {
	margin-top:3px;
}

body .mFilterSearch_wrap td.search_block_title .line_1 .title {
	font-size:15px;
	color:#504945;
	font-weight:bold;
	font-family:'Open Sans';
	padding-top:2px;
}

body .mFilterSearch_wrap .search_block_title .line_2 .puti, 
body .mFilterSearch_wrap .search_block_title .line_2 .city, 
body .mFilterSearch_wrap .search_block_title .line_2 .rubric, 
body .mFilterSearch_wrap .search_block_title .line_2 .country, 
body .mFilterSearch_wrap .event_type .etl_selected .event, 
body .mFilterSearch_wrap .block_eventtype .line_2 .event, 
body .mFilterSearch_wrap .date_part .date_selected .date, 
body .mFilterSearch_wrap .search_block_title .line_2 .date {
	transition: all 0.2s ease;
	background:#91bb3d;
	font-family:'Open Sans';
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 10px;
}

body .mFilterSearch_wrap .city_manager_country_box .row2 .country, 
body .mFilterSearch_wrap .city_manager_rubric_box_search .rb_blocks .puti, 
body .mFilterSearch_wrap .city_manager_rubric_box_search .rb_blocks .rubric_block_all {
	transition: all 0.2s ease;
	background:#91bb3d;	
	font-family:'Open Sans';
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 10px;
	padding-top:1px;
	padding-bottom:1px;
}

body .mFilterSearch_wrap .city_manager_rubric_box_search .rb_blocks .rubric_block_all {
	background:#91bb3d;
}

body .mFilterSearch_wrap .city_manager_country_box .row2 .city, 
body .mFilterSearch_wrap .search_block_title .line_2 .city, 
body .mFilterSearch_wrap .city_manager_rubric_box_search .rb_blocks .rubric, 
body .mFilterSearch_wrap .block_rubric .line_2 .selected_item .rubric {
	transition: all 0.2s ease;
	background:#ffd100;
	font-family:'Open Sans';
	font-weight:bold;
	font-size:12px;
	text-transform:uppercase;
	padding-bottom:0px;
	padding-left:10px;
	padding-right:10px;
	border-radius: 10px;
	padding-top:1px;
	padding-bottom:1px;
}

body .mFilterSearch_wrap .search_block_title .line_2 .puti {
	padding-top:1px;
	padding-bottom:1px;
}

body .mFilterSearch_wrap .search_block_title .line_2 .city {
	padding-top:2px;
	padding-bottom:0px;
}

body .mFilterSearch_wrap .search_block_title .line_2 .selected_item .country {
	padding-right:10px;
}

body .city_manager_country_box .row2 .country, 
body .city_manager_country_box .row2 .city, 
body .city_manager_rubric_box_search .rb_blocks .puti, 
body .city_manager_rubric_box_search .rb_blocks .rubric, 
body .mFilterSearch_wrap .search_block_title .line_2 .puti, 
body .mFilterSearch_wrap .search_block_title .line_2 .city, 
body .mFilterSearch_wrap .search_block_title .line_2 .rubric, 
body .mFilterSearch_wrap .search_block_title .line_2 .country, 
body .mFilterSearch_wrap .event_type .etl_selected .event, 
body .mFilterSearch_wrap .block_eventtype .line_2 .event, 
body .mFilterSearch_wrap .date_part .date_selected .date {
	/*padding-right:30px;*/
}

body .city_manager_country_box .row2 .country .del, 
body .city_manager_country_box .row2 .city .del, 
body .city_manager_rubric_box_search .rb_blocks .puti .del, 
body .city_manager_rubric_box_search .rb_blocks .rubric .del, 
body .mFilterSearch_wrap .search_block_title .line_2 .puti .del, 
body .mFilterSearch_wrap .search_block_title .line_2 .city .del, 
body .mFilterSearch_wrap .search_block_title .line_2 .rubric .del, 
body .mFilterSearch_wrap .search_block_title .line_2 .country .del, 
body .mFilterSearch_wrap .event_type .etl_selected .event .del, 
body .mFilterSearch_wrap .block_eventtype .line_2 .event .del, 
body .mFilterSearch_wrap .date_part .date_selected .date .del {	
	transition: all 0.2s ease;
	position:relative;
	margin-right:2px;
	color:#fff;
	width:20px;
	overflow:hidden;
	text-indent:-555px;
	height:20px;
	display:inline-block;
	top:auto;
	left:auto;
	right:auto;
	bottom:auto;
	padding:0px;
	margin-bottom:-6px;
	margin-top:-2px;
	margin-right:-8px;
}

body .city_manager_country_box .row2 .country .del:hover, 
body .city_manager_country_box .row2 .city .del:hover, 
body .city_manager_rubric_box_search .rb_blocks .puti .del:hover, 
body .city_manager_rubric_box_search .rb_blocks .rubric .del:hover, 
body .mFilterSearch_wrap .search_block_title .line_2 .puti .del:hover, 
body .mFilterSearch_wrap .search_block_title .line_2 .city .del:hover, 
body .mFilterSearch_wrap .search_block_title .line_2 .rubric .del:hover, 
body .mFilterSearch_wrap .search_block_title .line_2 .country .del:hover, 
body .mFilterSearch_wrap .event_type .etl_selected .event .del:hover, 
body .mFilterSearch_wrap .block_eventtype .line_2 .event .del:hover, 
body .mFilterSearch_wrap .date_part .date_selected .date .del:hover {
	color:red;
}

body .city_manager_country_box .row2 .country .del::before, 
body .city_manager_country_box .row2 .city .del::before, 
body .city_manager_rubric_box_search .rb_blocks .puti .del::before, 
body .city_manager_rubric_box_search .rb_blocks .rubric .del::before, 
body .mFilterSearch_wrap .search_block_title .line_2 .puti .del::before, 
body .mFilterSearch_wrap .search_block_title .line_2 .city .del::before, 
body .mFilterSearch_wrap .search_block_title .line_2 .rubric .del::before, 
body .mFilterSearch_wrap .search_block_title .line_2 .country .del::before, 
body .mFilterSearch_wrap .event_type .etl_selected .event .del::before, 
body .mFilterSearch_wrap .block_eventtype .line_2 .event .del::before, 
body .mFilterSearch_wrap .date_part .date_selected .date .del::before {
	content:'\f057';
	font-family:'FontAwesome';
	display:block;
	position:absolute;
	right:2px;
	text-indent:0;
	top:0;
	bottom:0;
	font-size:16px;
	line-height:20px;
}

body .mFilterSearch_wrap .search_block_title .line_2 .selected_item .del {
	display:none;
}

body .mFilterSearch_wrap .search_param > div {
	background:#f0eeeb;
	box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
	border-radius: 4px;
	box-sizing:content-box;
}

body .mFilterSearch_wrap .active > .background .background_fix {
	background:#f0eeeb;
}
body .city_manager_country_box .row2 .cm_title {
	line-height:1em;
}
body .mFilterSearch_wrap .active > .background {
	background:#f0eeeb;
}

.rubric_list_wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
}

body .city_manager_rubric_box_search > .info_text {
	float:right;
}

.mFilterSearch_wrap .city_manager_rubric_box_search .selected {
	font-size:13px;
	line-height:1em;
}

.mFilterSearch_wrap .rb_title,
.mFilterSearch_wrap .etl_title,
.mFilterSearch_wrap .date_title {
	line-height:1.1em;
}

body .mFilterSearch_wrap .event_type .etl_selected .event, 
body .mFilterSearch_wrap .block_eventtype .line_2 .event,
body .mFilterSearch_wrap .date_part .date_selected .date, 
body .mFilterSearch_wrap .search_block_title .line_2 .date {
	padding-top:1px;
	padding-bottom:1px;
}

body .mFilterSearch_wrap .search_res_bg_1,
body .mFilterSearch_wrap .search_res_bg_2 {
	background:none;
}

body .mFilterSearch_wrap .search_button .button_find, 
body .two_panels .button_find {
	background-color:#91bb3d;
	transition: all 0.2s ease;
	border-radius: 25px;
	font-family:'Open Sans';
	font-size:24px;
	font-weight:400;
	box-sizing:border-box;
	height:50px;
	line-height:48px;
}

body .mFilterSearch_wrap .search_button .button_find :first-letter,
body .two_panels .button_find  :first-letter {
  text-transform: capitalize;
}

body .mFilterSearch_wrap .search_button .button_border, 
body .two_panels .button_border {
	border-radius: 30px;
	background:rgba(0,0,0,0.08);
}

body .mFilterSearch_wrap .s_button_bg {
	display:none;
}

.mFilterSearch_wrap .search_block {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}
.mFilterSearch_wrap .search_block > div {
	width:100%;	
}

.mFilterSearch_wrap .search_block .row_1 {
	order:0;
}
.mFilterSearch_wrap .search_block .row_2 {
	order:1;
}
.mFilterSearch_wrap .search_block .row_3 {
	order:2;
}
.mFilterSearch_wrap .search_block .row_4 {
	order:3;
}

.mFilterSearch_wrap .search_block .row_search_buttons {
	order:4;
	position:relative;
	overflow:inherit;
}

.mFilterSearch_wrap .search_block .row_search_buttons .row_extended_search {
	position:absolute;
	right:0;
	top:27px;
	padding-right:0px;
	text-align:left;
	width:240px;
	font-family:'Open Sans';
	font-weight:400;
	color:#52890f;
	z-index:500;
}

.mFilterSearch_wrap .search_block .row_search_buttons .row_extended_search > div {
	font-family:'Open Sans';
	text-align:left;
	font-size:13px;
	text-transform:uppercase;
	font-weight:400;
	float:left;
}

.mFilterSearch_wrap .search_block .row_search_buttons .row_new_search {
	position:absolute;
	left:0;
	top:27px;
	z-index:500;
}

.mFilterSearch_wrap .search_block .row_search_buttons .new_search_button {
	font-family:'Open Sans';
	font-weight:400;
	color:#52890f !important;
	font-size:13px;
	text-transform:uppercase;
}

body .mFilterSearch_wrap .row_search_buttons .row_new_search {
	padding-left:140px;
}

body .mFilterSearch_wrap .search_result_param {
	/*border-top:1px solid #e9e8e8;
	padding-top:40px;*/
	padding-left:0px;
	padding-right:0px;
	padding-bottom:30px;
}
body .mFilterSearch_wrap .search_result_param::after {
	display:block;
	width:100%;
	content:'';
	height:1px;
	background:#e9e8e8;
}

body .mFilterSearch_wrap .search_result_param .order_param {
	margin-top:-20px;
	padding-bottom:25px;
}

body .mFilterSearch_wrap .search_result_param .result_info .line {
	border-color:#ebebeb;
}

body .mFilterSearch_wrap .search_result_param .result_info .info_num {
	background:#fafafa;
	display:inline-block;
	position:relative;
	left:auto;
	right:auto;
	top:auto;
	top:-36px;
	font-family:'Alice';
	font-size:25px;
	color:#504945;
	padding-top:0px;
	padding-bottom:0px;
	height:48px;
	line-height:48px;
}
body .mFilterSearch_wrap .search_result_param .result_info .info_num span {
	font-size:48px;
	font-family:'Alice';
}

body .mFilterSearch_wrap .search_result_param .result_info {
	text-align:center;
}

.mFilterSearch_wrap .search_result_param .order_param .order_by_date, 
.mFilterSearch_wrap .search_result_param .order_param .order_by_view, 
.mFilterSearch_wrap .search_result_param .order_param .order_by_rating, 
.mFilterSearch_wrap .search_result_param .display_param .display_by_default, 
.mFilterSearch_wrap .search_result_param .display_param .display_by_extended {
	box-sizing:content-box;
}

body .mFilterSearch_wrap .search_result_param .order_param .order_by {
	box-sizing:border-box;
	height:25px;
	background-color:#91bb3d;
	position:relative;
	border-radius: 2px;
	padding-top:0px;
	padding-bottom:0px;
	line-height:25px;
	min-width:130px;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	transition: all 0.2s ease;
}

body .mFilterSearch_wrap .search_result_param .order_param .order_by.order_by_rating {
	display:none;
}

body .mFilterSearch_wrap .search_result_param .order_param .order_by > div {
	font-size:11px;
	text-transform:uppercase;
	line-height:25px;
	box-sizing:border-box;
	padding-bottom:0px;
	height:25px;
	margin-left:auto;
	margin-right:auto;
}

body .mFilterSearch_wrap .search_result_param .order_param .order_by_date > div {
	background-image:url(images/calendar.png);
	background-position:top 4px right;
}

body .mFilterSearch_wrap .search_result_param .result_info {
	padding-bottom:0px;
}

body .mFilterSearch_wrap .search_result_param .order_param .order_by_view > div {
	background-position:top 6px right;
}
body .mFilterSearch_wrap .search_result_param .order_param .order_by_rating > div {
	background-position:top 5px right;
}

body .mFilterSearch_wrap .search_result_param .display_param {
	display:none;
}

body .mFilterSearch_wrap .search_result {
	padding-left:0px;
	padding-right:0px;
}

body .result_wrap .search_item_date .date_col {
	position:relative;
	top:-5px;
}

body .result_wrap .search_item_date .date_col,
body .result_wrap .search_item_date .date_col span {
	font-family:'Open Sans';
	font-size:30px;
	line-height:30px;
	color:#504945;
	letter-spacing:-0.08em;
}

body .result_wrap .search_item_date .search_item > .line_1 {
	border-color:#ffd100;
	background:#f2f2f2;
}

body .result_wrap .search_item_date .item_title, 
body .result_wrap .search_item_date .item_title a {
	font-family:'Open Sans';
	text-transform:uppercase;
	color:#504945;
}

body .result_wrap .search_item_date .item_image img {
	display:inline-block;
	border-radius: 3px;
}

body .result_wrap .search_item_date .item_desc, .result_wrap .search_item_date .item_desc p {
	font-family:'Open Sans';
	font-size:15px;
	color:#504945;
	line-height:1.2em;
	letter-spacing:-0.02em;
}

body .result_wrap .search_item_date .item_desc, .result_wrap .search_item_date .item_desc {
	padding-bottom:30px;
	padding-top:15px;
}

body .result_wrap .search_item_date .search_item > .line_2 {
	border-color:#e9e8e8;
}

body .result_wrap .search_item_date .item_cats, 
body .result_wrap .search_item_date .item_cats a {
	color:#504945;
	font-family:'Alice';
	font-size:24px;
	letter-spacing:-0.03em;
}

body .result_wrap .search_item_date .item_cats {
	background-image:url(images/ico_1.png);
	padding-top:0px;
}

body .result_wrap .search_item_date .item_pubrics > *,
body .result_wrap .search_item_date .item_puti > * {
	background:#91bb3d;
	font-family:'Open Sans';
	font-size:11px;
	text-transform:uppercase;
	font-weight:bold;
	height:20px;
	line-height:20px;
	padding-top:0px;
	padding-bottom:0px;
	border-radius:10px;
	padding-left:10px;
	padding-right:10px;
}

body .result_wrap .search_item_date .item_puti > * {
	background:#ffd100;
}

body .result_wrap .search_item_date .search_item > .line_3 {
	border-color:#e9e8e8;
	padding-bottom:20px;
	margin-bottom:20px;
}
body .result_wrap .search_item_date .search_item > .line_4 {
	border-color:#e9e8e8;
	padding-bottom:10px;
	margin-bottom:20px;
}

body .result_wrap .search_item_date .item_country_wrap a,
body .result_wrap .search_item_date .line_4 .author,
body .result_wrap .search_item_date .line_4 .views,
body .result_wrap .search_item_date .line_4 .event_date,
body .result_wrap .search_item_date .line_4 .rating {
	font-family:'Open Sans';
	font-size:13px;
	text-transform:uppercase;
	color:#504945;
	text-decoration:none;
}

body .result_wrap .search_item_date .line_4 .rating {
	display:none;
}

body .result_wrap .search_item_date .line_4 .location {
	background-image:url(images/ico_2.png);
}
body .result_wrap .search_item_date .line_4 .author {
	background-image:url(images/ico_3.png);
}
body .result_wrap .search_item_date .line_4 .views {
	background-image:url(images/ico_4.png);
}
body .result_wrap .search_item_date .line_4 .event_date {
	background-image:url(images/ico_5.png);
}

body .result_wrap .search_item_date .line_4 .read_more {
	text-align:right;
}

body .result_wrap .search_item_date .line_4 .close_search {
	text-align:right;
	margin-bottom:10px;
	margin-left: 27px;
	white-space:nowrap;
}

body .result_wrap .search_item_date .line_4 .read_more a,
body .result_wrap .search_item_date .line_4 .close_search a {
	box-sizing:border-box;
	height:36px;
	border-radius:18px;
	border:2px solid #91bb3d;
	padding-left:15px;
	padding-right:15px;
	transition: all 0.2s ease;
	background:rgba(145, 187, 61, 0);
	text-decoration:none;
	font-size:16px;
	line-height:31px;
	color:#52890f;
	margin-right:0px;
	float:none;
	display:inline-block;
	min-width:141px;
	text-align:center;
	margin:0px;
}
body .result_wrap .search_item_date .line_4 .read_more a:hover,
body .result_wrap .search_item_date .line_4 .close_search a:hover {
	text-decoration:none;
	background:rgba(145, 187, 61, 1);
	color:#fff;
}

body .city_manager_country_box .cl_item_loading, 
body .city_manager_rubric_box .rb_item_loading, 
body .city_manager_rubric_box_search .rb_item_loading, 
body .rubric_puti_list .rb_item_loading2, 
body .mFilterSearch_wrap .search_result .loading:NOT(button) {
	background-image:url(images/loader.gif);
}


/****************** Header Search ******************/

.header_search {
	position: relative;
	width:32px;
	height:32px;
	margin-right:60px;
	display:inline-block;
	vertical-align:middle;
}

.search-box {
	float: right;
	width: 50%;
	height: 100%;
	border: 0;
	outline: 0;
	padding-left: 0.75rem;
	font-style: italic;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	-webkit-transition: -webkit-transform ease 500ms;
	transition: -webkit-transform ease 500ms;
	transition: transform ease 500ms;
	transition: transform ease 500ms, -webkit-transform ease 500ms;
	position:relative;
	right:24px;
	width:260px;
}
.search-box:focus {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	opacity: 1;
}
.search-box:focus + .search-box-label {
	z-index: -1;
	opacity: 0;
}
.search-box:focus ~ .search-close {
	z-index: 3;
	opacity: 1;
}

.search-box-label,
.search-close {
	position: absolute;
	right: 0;
	z-index: 2;
	cursor: pointer;
	height: 100%;
	width: 3rem;
	-webkit-transition: opacity ease 250ms 250ms;
	transition: opacity ease 250ms 250ms;
	font-size:21px;
}

.search-close {
	opacity: 0;
	z-index: 0;
}

.search-icon,
.search-close-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.search-close-icon {
	background-image: url("data:image/svg+xml;utf8,<svg viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'><path fill='#555' d='M77.6 21.1l-28 28.1-28.1-28.1-1.9 1.9 28 28.1-28 28.1 1.9 1.9L49.6 53l28 28.1 2-1.9-28.1-28.1L79.6 23z'/></svg>");
}

body .search {
	content: "";
	display: table;
	clear: both;
}

.search-icon,
.search-close-icon {
	text-indent: 100%;
	overflow: hidden;
}

.search-icon,
.search-close-icon {
	display: block;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
}


/********************* Meditation Word *********************/

body .info_block1 .info_button,
body .info_block2 .info_button {
	display:none;
}

.meditatio-word-bg {
	background:url(images/word_bg.png) top left no-repeat;
	margin:0 15px 10px;
	border-radius:5px;
}

body .info_height {
	width:100%;
	margin:0px;
	height:auto !important;
	display:flex;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
	background:url(images/word-right-bg.png) right center no-repeat;
	/*background-size:contain;*/
	box-sizing:border-box;
	padding-left:120px;
	padding-right:120px;
	padding-top:10px;
	padding-bottom:10px;
	min-height:90px;
	margin-top:0px;
	overflow:hidden;
	position:relative;
	z-index:20;
	border-radius:5px;
}

body .info_height::after {
	position:absolute;
	top:0px;
	left:30px;
	bottom:0px;
	content:'';
	display:block;
	width:77px;
	background:url(images/logo-icon.svg) no-repeat left center;
	background-size:contain;
	z-index:21;
	opacity:0.7;
}

body .info_block1 .info_logo,
body .info_block2 .info_logo {
	display:none;
}

body .info_block1, 
body .info_block2 {
	display:flex !important;
	width:100%;
}

body .info_block2 {
	order:-1;
}

body .info_block1 .info_wrap_padding,
body .info_block2 .info_wrap_padding {
	width:100%;
	padding:0px;
}

body .info_block1 .info_text_wrap,
body .info_block2 .info_text_wrap {
	background:none;
	padding:0px;
	border-radius:0px;
	text-align:center;
	width:100%;
	border:none;
}

body .info_block1 .info_text,
body .info_block2 .info_text {
	padding:0px;
}

body .info_block1 .info_text_wrap,
body .info_block2 .info_text_wrap {
	min-height:0px;
}

.info_block1 .info_text p {
	font-family:'Open Sans';
	font-size:13px;
	text-transform:uppercase;
	color:#aca9a7;
}

.info_block2 .info_text p {
	font-family:'Alice';
	color:#504945;
	font-size:30px;
	line-height:24px;
}

/*********************** Mobile Menu ***********************/


.mobmenu_content .widget,
.mobmenu_content .widget p,
.mobmenu_content .widget a,
.mobmenu_content .widget noindex a {
	color:#fff;
}

.mobmenu_content .widget h1,
.mobmenu_content .widget .h1,
.mobmenu_content .widget h2,
.mobmenu_content .widget .h2,
.mobmenu_content .widget .widgettitle.h2,
.mobmenu_content .widget h3,
.mobmenu_content .widget .h3,
.mobmenu_content .widget h4,
.mobmenu_content .widget h5,
.mobmenu_content .widget h6 {
	color:#fff;
	font-family:'Open Sans';
	font-weight:bold;
}

.mobmenu_content .widget h2,
.mobmenu_content .widget .h2,
.mobmenu_content .widget .widgettitle.h2 {
	font-size:18px;
}

.mobmenu_content .widget.mobile_searchform_widget {
	padding:12px 12px;
	background:#65a025;
	margin-bottom:20px;
}

.mobile_searchform #searchform {
	display:flex;
	border-radius:5px;
	border:2px solid #4f9218;
	background:#fff;
	width:100%;
}

.mobile_searchform #searchform input[type="text"] {
	width:calc(100% - 40px);
	border:none;
	height:38px;
	background:#fff;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	padding-left:10px;
	line-height:1em;
	font-weight:bold;
	font-size:14px;
	color:#504945;
}

.mobile_searchform #searchform input[type="submit"] {
	display:block;
	height:38px;
	width:40px;
	position:relative;
	background:#fff;
	border:none;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	font-family:'FontAwesome';
	text-align:center;
	font-size:16px;
	color:#91bb3d;
}


.mobmenu_content .widget.widget_mp_nav_menu,
.mobmenu_content .widget.widget_mp_nav_menu_nofollow {
	padding:0px;
}

.mobmenu_content .widget h2.widgettitle,
.mobmenu_content .widget .widgettitle.h2  {
	padding:10px 20px;
	cursor:pointer;
	margin-bottom:0px;
	background:rgba(123, 173, 49, 0);
	transition: all 0.2s ease;
}

.mobmenu_content .widget h2.widgettitle:hover,
.mobmenu_content .widget .widgettitle.h2:hover {
	background:rgba(123, 173, 49, 1);
}

.mobmenu_content .widget h2.widgettitle::after,
.mobmenu_content .widget .widgettitle.h2::after {
	content:'\f078';
	color:#fff;
	font-family:'FontAwesome';
	display:inline-block;
	padding-left:10px;
}

.mobmenu_content .widget .sidabar_menu {
	padding-left:10px;
	padding-right:20px;
}

.mobmenu_content .widget .sidabar_menu li {
	margin-bottom:0px;
	border-bottom:1px solid #b2d078;
	position:relative;
}

.mobmenu_content .widget .sidabar_menu li:last-of-type {
	border-bottom:none;
}

.mobmenu_content .widget .sidabar_menu li > a,
.mobmenu_content .widget .sidabar_menu li > noindex > a {
	background:rgba(80, 73, 69, 0);
	transition: all 0.2s ease;
}

.mobmenu_content .widget .sidabar_menu li > a:hover,
.mobmenu_content .widget .sidabar_menu li > noindex > a:hover {
	background:rgba(80, 73, 69, 1);
}

.mobmenu_content #sidabar_menu .menu_box > .mob-expand-submenu,
.mobmenu_content #sidabar_menu .menu_box > noindex > .mob-expand-submenu {
	display:none;
}

.mobmenu_content #sidabar_menu .menu_box .sub-menu li a {
	padding-left:20px;
	padding-right:20px;
}

.mobmenu_content #sidabar_menu .menu_box li.menu-item-has-children > a,
.mobmenu_content #sidabar_menu .menu_box li.menu-item-has-children > noindex > a {
	padding-right:33px;
}

.mobmenu_content #sidabar_menu .menu_box .show_hide_arrow {
	display:none;
}

.mobmenu_content #sidabar_menu .menu_box [class^="mob-icon-"],
.mobmenu_content #sidabar_menu .menu_box [class*=" mob-icon-"] {
	padding-top:5px;
	padding-bottom:5px;
}

.mobmenu_content #sidabar_menu .menu_box [class^="mob-icon-"]::before, 
.mobmenu_content #sidabar_menu .menu_box [class*=" mob-icon-"]::before {
	font-family:'FontAwesome';
	color:#fff;
	content:'\f078';
	padding:0px;
	padding-top:5px;
}

.mobmenu_content #sidabar_menu .menu_box .mob-expand-submenu {
	position:absolute;
	top:0;
	right:0;
	margin-top:0px;
}

.mobmenu_content .mob-expand-submenu i {
	top:4px;
}

.mobmenu_content .size_21 .mob-expand-submenu i {
	top:7px;
}

.mobmenu_content #sidabar_menu .menu_box {
	border-bottom:0px;
}

.mobmenu_content .sidabar_menu .double_border.menu_box::after, 
.mobmenu_content .widget_bottom_border::after {
	display:none;
}

.mobmenu_content .menu-direction-menu-container {
	overflow:hidden;
}

.mobmenu_content::after {
	display:block;
	content:'';
	clear:both;
}

.mobile_menu_widget .widgettitle + * {
	display:none;
}

.mobmenu_content .leftmtop {
	padding-bottom:30px;
}
.mobmenu_content .leftmtop::after {
	display:block;
	content:'';
	clear:both;
	padding-bottom:1px;
}

/************************ Category ************************/

.single-info {
	padding:5px 10px;
	background: #f2f2f2;
	border-left:3px solid #ffd100;
}


.single-info #admin-panel {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

.single-info .aif_padding2 {
	display:flex;
	padding-left:5px;
	padding-right:5px;
	align-items:center;
}

.single-info .post_views {
	padding-left:15px;
}

.single-info .aif_padding2 form,
.single-info .aif_padding2 > a,
.single-info .aif_padding > a,
.single-info .aif_padding2 > noindex > a,
.single-info .aif_padding > noindex > a {
	display:block;
	line-height:1em;
}

.aif_cef {
	padding:0px;
	margin:0px;
	border:none;
	width:100px;
	height:16px;
	background-image:url(images/cef.png);
	background-repeat:no-repeat;
	cursor:pointer;
	margin-left:5px;
	display:block;
}

body div#ptm-meditation-player {	
	width:100%;
	display:flex;
	justify-content:center;
	margin-left:0px;
	margin-right:0px;
	margin-bottom:50px;
	background:#efedeb;
	border-radius:4px;
	background-image: url(images/player_bg.png), url(images/player_bg.png);
  	background-repeat: no-repeat, no-repeat;
  	background-position: left 30px center, right 30px center;
	position:relative;
}

body div#ptm-meditation-player::after {
	display:block;
	content:'';
	position:absolute;
	height:1px;
	bottom:-31px;
	left:0;
	right:0;
	background:#e1e1e1;
}

.category_content .single-info #admin-panel {
	margin-bottom:0px;
	background:none;
	padding:0px;
	box-shadow:none;
	border:none;
}

.category_content .single-info {
	margin-bottom:30px;
}

.category_content #cef-title {
	margin-left:0px;
	margin-right:0px;
	width:100%;
	background:none;
	border:none;
	margin-bottom:27px;
	color:#4e4b47;
	margin-top:0px;
}

.category_content #cef-title h1,
.category_content #cef-title .h1 {
	margin-top:0px;
}

.category_content #cef-title #cef-mini-site-switch {
	display:none !important;
}

.category_content #cef-title h2,
.category_content #cef-title .h2 {
	font-size:42px;
	color:#504945;
}

.category_content .cef-mini-height {
	margin-left:0px !important;
	margin-right:0px !important;
	margin-bottom:0px !important;
	border:none;
	background:none;
}

.category_content .cef-mini-height #cef-mini-site {
	width:100%;
	background-color:transparent;
	border:none;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px;
	margin-bottom:30px !important;
}

.category_content #cef-mini-site .entry {
	padding:20px 70px 50px 70px;
}
.category_content #cef-mini-site .entry,
.category_content #cef-mini-site .entry p {
	font-size:17px;
	color:#5e5855;
	font-family:'Open Sans';
}



.category_content #cef-mini-site .entry.entry_has_image  {
	padding:100px 0px 0px 0px;
	background-size:100% auto;
	border-radius:4px;
	background-repeat:no-repeat;
}

.category_content #cef-mini-site .entry_helper {
	padding-left:70px;
	padding-bottom:50px;
	padding-right:70px;
	padding-top:160px;
	position:relative;
	z-index:10;
	overflow:hidden;
}

.category_content #cef-mini-site .entry_helper::before {
	content:'';
	display:block;
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:200px;
	z-index:-1;
	background: rgba(250,250,250,0);
	background: -moz-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,250,250,0)), color-stop(100%, rgba(250,250,250,1)));
	background: -webkit-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
	background: -o-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
	background: linear-gradient(to bottom, rgba(250,250,250,0) 0%, rgba(250,250,250,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#fafafa', GradientType=0 );
}

.category_content #cef-mini-site .entry_helper::after {
	content:'';
	display:block;
	position:absolute;
	top:200px;
	left:0;
	right:0;
	bottom:0;
	background:#fafafa;
	z-index:-1;
}


.category_content .wrap_events .events_title .event_header {
	font-family:'Open Sans';
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	color:#504945;
	margin-bottom:27px;
}

.category_content .wrap_events .events_title .event_header #cef-events-list-switch {
	display:none;
}

.category_content .wrap_events .events_filter {
	display:none;
}

.category_content .events .default_color,
.category_content .events .clearer {
	display:none;
}
.category_content .events {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:2px;
	margin-bottom:12px;
}

.category_content .events .event {
	margin-bottom:15px;
	width:49%;
	padding-left:90px;
	min-height:80px;
	padding-right:10px;
	border-radius:3px;
	position:relative;
	padding-top:5px;
	text-align:left;
}

.category_content .events .event::after {
	content:'';
	display:block;
	clear:both;
}

.category_content .events .event .event_img {
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	width:80px;
}
.category_content .events .event .event_img img {
	width:100%;
	height:auto;
	display:block;
	border-radius:3px;
}

.category_content .events .event p {
	margin-bottom:5px;
}

.category_content .events .event p,
.category_content .events .event > a,
.category_content .events .event > noindex > a,
.category_content .events .event p a,
.category_content .events .event > a:hover,
.category_content .events .event > noindex > a:hover,
.category_content .events .event p a:hover {
	font-family:'Open Sans';
	color:#504945;
	font-size:15px;
	text-decoration:none;
	line-height:1.1em;
}

.category_content .events .event > h3,
.category_content .events .event > h3 a,
.category_content .events .event > .h3,
.category_content .events .event > .h3 a {
	font-size:11px;
	text-transform:uppercase;
	font-family:'Open Sans';
	color:#504945;
	text-decoration:none;
	font-weight:bold;
}

.category_content .events .event > h3 a:hover,
.category_content .events .event > .h3 a:hover {
	text-decoration:underline;
}

.category_content .events_dynamic {
	text-align:center;
}

.category_content .events_footer {
	display:inline-flex;
}
.category_content .events_footer .events_prev {
	order:3;
	overflow:hidden;
	text-indent:999px;
	position:relative;
	width:20px;
	cursor:pointer;
}
.category_content .events_footer .events_shown {
	order:2;
	font-size:13px;
	font-weight:600;
	text-transform:uppercase;
}
.category_content .events_footer .events_next {
	order:1;
	overflow:hidden;
	text-indent:999px;
	position:relative;
	width:20px;
	cursor:pointer;
}

.category_content .events_footer .events_prev::before,
.category_content .events_footer .events_next::before {
	display:block;
	position:absolute;
	left:0;
	right:0;
	text-indent:0;
	font-family:'FontAwesome';
	content:'\f101';
	text-align:center;
	transition: all 0.2s ease;
	color:#c7c5c3;
	font-size:13px;
	font-weight:bold;
}

.category_content .events_footer .events_next::before {
	content:'\f100';
}

.category_content .events_footer .events_prev:hover::before,
.category_content .events_footer .events_next:hover::before {
	color:#52890f;
}

.category_content .events_add {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:-21px;
	padding-bottom:30px;
}

.category_content .events_add a {
	font-size:13px;
	text-transform:uppercase;
	color:#52890f;
}

.category_content .events_add a:hover {
	color:#52890f;
}

.category_content .cef-animate::after {
	display:block;
	content:'';
	clear:both;
}

.category_content #cef-short-posts-list-title {
	margin-left:0px;
	margin-right:0px;
	width:100%;
	background:none;
	font-family:'Open Sans';
	font-weight:bold;
	color:#504945;
	font-size:15px;
	text-transform:uppercase;
	border:none;
	padding-bottom:10px;
}

.category_content .wrap_events + #cef-short-posts-list-title {
	border-top:1px solid #e1e1e1;
	padding-top:18px;
}

.cef_home_events {
	padding-top:20px;
	padding-bottom:20px;
}

.cef_home_events .events_filter,
.cef_home_events .events_add,
.cef_home_events .events_dynamic .events_footer,
.cef_home_events .events_dynamic .default_color {
	display:none;
}



.category_content #cef-short-posts-list-title #cef-short-posts-list-switch {
	display:none;
}

.category_content #cef-short-posts-list {
	margin-left:0px;
	margin-right:0px;
	width:100%;
	margin-bottom:15px;
}

.category_content #cef-short-posts-list .short_post_list_filter {
	display:none;
}

.category_content .cef-short-posts-list-col,
.cef_home_events .events_dynamic > .events {
	display:flex;
	flex-wrap:wrap;
	width:100% !important;
	justify-content:space-between;
}
.category_content .cef-short-posts-list-col .post-item,
.cef_home_events .events_dynamic > .events > .event {
	width:31% !important;
	margin-left:0px !important;
	margin-right:0px !important;
	margin-bottom:20px !important;
	display:block !important;
	float:none !important;
	margin-top:0px !important;
}

.cef_home_events .events_dynamic > .events > .event {
	padding:0 5px 0 5px;
	background:#f0eeeb;
	border-radius:3px;
	width:49% !important;
}

.cef_home_events .events_dynamic > .events > .clearer {
	display:none !important;
}
.cef_home_events .events_dynamic > .events > .event[style="background-color:#DAE3BC;"],
.cef_home_events .events_dynamic > .events > .event[style="background-color:#DAE3BC"] {
	background:#f0eeeb !important;
}

.category_content .cef-short-posts-list-col .post-item img,
.cef_home_events .events_dynamic > .events > .event img {
	border-radius:3px;
}

.cef_home_events .events_dynamic > .events > .event {
	position:relative;
}

.cef_home_events .events_dynamic > .events > .event .event_img {
	float:left;
	margin: 0 5px 0 0;
	position:relative;
	left:-5px;
}

.cef_home_events .events_dynamic > .events > .event .favorite {
	position:absolute;
	width:18px;
	height:18px;
	top:6px;
	right:10px;
	cursor:pointer;
}

.cef_home_events .events_dynamic > .events > .event .favorite .simplefavorite-button {
	display:block;
	width:18px;
	height:18px;
	overflow:hidden;
	position:absolute;
	left:0;
	top:0;
	z-index:9999;
	opacity:0;
	text-indent:555px;
	border:none;
	padding:0px;
	margin:0px;
	cursor:pointer;
}

.cef_home_events .events_dynamic > .events > .event .favorite .ficon {
	position:absolute;
	left:0;
	top:0;
	z-index:5;
	display:flex;
	justify-content:center;
	align-content:center;
	align-items:center;
	width:18px;
	height:18px;
	cursor:pointer;
}


.cef_home_events .events_dynamic > .events > .event .favorite .ficon::after {
	content:'\F08A';
	font-family:'FontAwesome';
	color:rgba(0, 0, 0, 0.4);
	font-size:18px;
	transition: all 0.3s ease;
}

.cef_home_events .events_dynamic > .events > .event .favorite:hover .ficon::after {
	color:rgba(0, 0, 0, 0.6);
}

.cef_home_events .events_dynamic > .events > .event .favorite .active + .ficon::after {
	color:#ea493d;
	content:'\F004';
}

.cef_home_events .events_dynamic > .events > .event .favorite .loading + .ficon::after {
	color:rgba(0, 0, 0, 0);
}

.cef_home_events .box_title {
	display:block;
	width:100%;
	position:relative;
	color:rgb(80, 73, 69);
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
	padding-bottom:19px;
}

.cef_home_events .box_title span {
	position:relative;
	padding-right:25px;
	display:inline-block;
	background-color:#fafafa;
}

.cef_home_events .box_title::before {
	content:'';
	display:block;
	left:0;
	right:0;
	top:9px;
	height:6px;
	background-color:#ebebeb;
	position:absolute;
}

.cef_home_events .event,
.cef_home_events .event a,
.cef_home_events .event p {
	font-family:'Open Sans';
	font-size:14px;
	color:#504945;
	text-decoration:none !important;
	font-weight:400;
	line-height:1.2em;
}

.cef_home_events .event p {
	margin-bottom:0px;
}

/*.cef_home_events .event p,
.cef_home_events .event p a {
	display:block;
	height:34px;
	overflow:hidden;
	text-overflow: ellipsis;
}*/

.cef_home_events .event h3,
.cef_home_events .event .h3 {
	margin-bottom:8px;
	padding-top:10px;
}

.cef_home_events .event h3,
.cef_home_events .event h3 a,
.cef_home_events .event .h3,
.cef_home_events .event .h3 a {
	text-transform:uppercase;
	color:#504945;
	font-size:11px;
	font-weight:bold;
	font-family:'Open Sans';
}

.category_content #cef-short-posts-list-more {
	width:100%;
	margin-left:0px;
	margin-right:0px;
	background:none;
	border:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
}

.category_content #cef-short-posts-list-more,
.category_content #cef-short-posts-list-more p {
	text-transform:uppercase;
	color:#4e4b47;
	font-weight:600;
	font-family:'Open Sans';
	font-size:13px;
	line-height:14px;
}

.category_content #cef-short-posts-list-more p {
	margin-top:0px;
	margin-bottom:0px;
}

.category_content #cef-short-posts-list-prev,
.category_content #cef-short-posts-list-next {
	overflow:hidden;
	text-indent:999px;
	position:relative;
	width:20px;
	cursor:pointer;
	padding:0px;
	margin-top:0px;
	margin-bottom:0px;
	background:none;
	line-height:14px;
	margin-left:10px;
	margin-right:10px;
}

.category_content #cef-short-posts-list-prev::before,
.category_content #cef-short-posts-list-next::before {
	display:block;
	position:absolute;
	left:0;
	right:0;
	text-indent:0;
	font-family:'FontAwesome';
	content:'\f100';
	text-align:center;
	transition: all 0.2s ease;
	color:#c7c5c3;
	font-size:13px;
	font-weight:bold;
}

.category_content #cef-short-posts-list-next::before {
	content:'\f101';
}

.category_content #cef-short-posts-list-prev:hover::before,
.category_content #cef-short-posts-list-next:hover::before {
	color:#52890f;
}

.category_content #cef-short-posts-list .cef-short-posts-list-col {
	border-bottom:1px solid #e1e1e1;
	margin-bottom:15px;
}

.category_content #cef-short-posts-list .post-item,
.category_content #cef-short-posts-list .post-item a {
	font-family:Alice;
	font-size:17px;
	color:#4e4b47;
	transition: all 0.2s ease;
	text-decoration:none !important;
}

.archive .posts_list {
	padding-top:20px;
}

.archive .category_content + .posts_list {
	border-top:1px solid #e8e7e7;
}

body .events_ajax_content {
	height:60px;
	background:url(images/loader.gif) no-repeat center top;
}

body .events_ajax_content img {
	display:none;
}

/* =Images
-------------------------------------------------------------- */

/*
Resize images to fit the main content area.
- Applies only to images uploaded via WordPress by targeting size-* classes.
- Other images will be left alone. Use "size-auto" class to apply to other images.
*/
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%; /* When images are too wide for containing element, force them to fit. */
	height: auto; /* Override height to match resized width for correct aspect ratio. */
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 18px;
	margin-bottom: 20px;
	max-width: 632px !important; /* prevent too-wide images from breaking layout */
	padding: 4px;
	text-align: center;
}
.widget-container .wp-caption {
	max-width: 100% !important;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 622px; /* caption width - 10px */
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}
.wp-smiley {
	margin: 0;
}
.gallery {
	margin: 0 auto 18px;
}
.gallery .gallery-item {
	float: left;
	margin-top: 0;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery img {
	border: 2px solid #cfcfcf;
}
.gallery-columns-2 .attachment-medium {
	max-width: 92%;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 84%;
	height: auto;
}
.gallery .gallery-caption {
	color: #777;
	font-size: 12px;
	margin: 0 0 12px;
}
.gallery dl {
	margin: 0;
}
.gallery img {
	border: 10px solid #f1f1f1;
}
.gallery br+br {
	display: none;
}
#content .attachment img {/* single attachment images should be centered */
	display: block;
	margin: 0 auto;
}


/************************ Single ************************/

.right_sidebar .presenter_on_page {
	width:100%;
	margin:0px;
	margin-bottom:10px;
	border:1px solid #e9ebee;
	border-radius: 2px;
	box-shadow:none;
	background:url(images/presenter_on_page_bg.jpg) no-repeat top;
	background-size:100% auto;
	padding:19px;
	margin-bottom:30px;
	font-family:'Open Sans';
}

.right_sidebar .presenter_on_page::after {
	content:'';
	display:block;
	clear:both;
}

.right_sidebar .presenter_on_page .top_part_title {
	background:none;
	padding:0px;
	margin:0px;
	font-family:'Alice';
	color:#332e2c;
	font-size:42px;
	margin-bottom:18px;
}

.right_sidebar .presenter_on_page .top_part_subtitle {
	font-family:'Alice';
	color:#332e2c;
	font-size:25px;
	line-height:1em;
	margin-bottom:20px;
}

.right_sidebar .presenter_on_page .content_part {
	padding-left:0px;
}

.right_sidebar .presenter_on_page .title {
	display:block;
	font-weight:bold;
	text-transform:uppercase;
	color:#332e2c;
	text-align:left;
	margin:0px 0px 2px 0px;
	font-family:'Open Sans';
}

.right_sidebar .presenter_on_page .content_part .td_1,
.right_sidebar .presenter_on_page .content_part .td_2 {
	display:block;
	float:none;
	margin-bottom:10px;
}

.right_sidebar .presenter_on_page .tag {	
	transition: all 0.2s ease;
	background-color:#91bb3d;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	line-height:20px;
	height:20px;
	border-radius:10px;
	padding-left:10px;
	padding-right:10px;
	text-decoration:none !important;
	
	text-overflow: ellipsis;
	white-space: nowrap;	
	max-width: 100%;
}
.right_sidebar .td_3 .tag {
	background-color:#ffc600;
}


.right_sidebar .presenter_on_page .top_part_button {
	background-position: 21px center;
	background-repeat: no-repeat;
	background-color: #91bb3d;
	text-decoration:none !important;
    transition: all 0.2s ease;
    border-radius: 20px;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    height: 40px;
    line-height: 38px;
	padding: 0px 20px 6px 20px;
	cursor: pointer;
	display:inline-block;
	float:none;
	width:auto;
	font-weight:600;
	background-image:none;
}

.right_sidebar .presenter_on_page .top_part_button:hover {
	background-color: #323232;
}


.right_sidebar .ps_button {
	text-align:center;
	padding-top:10px;
}

.right_sidebar .ps_button .button_border{
	display:inline-block;
	border-radius: 30px;
	background: rgba(0,0,0,0.08);
	padding: 6px;
}

#post_title {
	font-size:36px;
	font-weight:400;
	line-height:1.2em;
}

.singleinfo .category a,
.singleinfo .category span{
	display:inline-block;
	line-height:1em;
	font-size:11px;
	text-transform:uppercase;
	text-decoration:none !important;
	background:#8c8886;
	color:#fff !important;
	padding:8px 10px 7px 10px;
	margin-right:2px;	
	transition: all 0.2s ease;
	margin-bottom:4px;
}

.singleinfo .category span,
.singleinfo .post_tag span {
	cursor:default;
}

.singleinfo .category a:hover {
	background-color:#555351;
}

.singleinfo .post_tag {
	margin-top:10px;
}

.singleinfo .post_tag,
.singleinfo .post_tag a {
	font-size:11px;
	color:#504945;
}

.singleinfo .post_tag a {
	text-decoration:none;
}
.singleinfo .post_tag a:hover {
	text-decoration:underline;
}

.singleinfo .post_tag span {
	font-weight:bold;
}

.singleinfo_second {
	display:flex;
	width:100%;
	flex-wrap:wrap;
	margin-bottom:30px;
	margin-top:11px;
}

.singleinfo_second span {
	float:none;
	margin-right:20px;
	line-height:19px;
	font-size:13px;
	text-transform:uppercase;
	color:#504945;
}

.singleinfo_first {
	margin-top:30px;
}
    
	
.singleinfo .clock {
	padding-left:20px;
	background:url(images/ico_5.png) no-repeat left center;
}

.singleinfo .author {
	padding-left:22px;
	background:url(images/ico_3.png) no-repeat left center;
}
.singleinfo .author a {
	text-decoration:underline;
	color:#52890f;
}
.singleinfo .author a:hover {
	color:#52890f;
}
.singleinfo .views {
	padding-left:26px;
	background:url(images/ico_4.png) no-repeat left center;
}

.single_content .entry {
	padding-left:5%;
	padding-right:5%;
	position:relative;
}

#cef-mini-site .entry {
	position:relative;
}

.single_content .entry,
.single_content .entry p,
#cef-mini-site .entry,
#cef-mini-site .entry p {
	font-size:18px;
}

.single_content .entry a,
.single_content .entry a:hover,
#cef-mini-site .entry a,
#cef-mini-site .entry a:hover  {
	color:#52890f;
}

#cef-mini-site .entry p {
	margin-bottom: 1rem;
}

.single_content .contact_info {
	margin-left:0px;
	margin-right:0px;
	/*background:none;*/
	background-color:transparent;
}

body .contact_info {
	margin-bottom:30px;
}

.contact_info .block_headline {
	border-top:1px solid #e1e1e1;
	text-align:center;
	text-transform:uppercase;
	color:#504945;
	font-weight:600;
	line-height:1em;
	padding-top:22px;
	padding-bottom:22px;
	font-size:15px;
}

.contact_info .contact_info_head {
	margin:0px;
	background:none;
	text-align:center;
	height:auto;
	display:flex;
	justify-content:center;
	max-height:150px;
	transition: all 0.3s ease;
	overflow:hidden;
}

.contact_info .contact_info_head.hidden_head {
	max-height:0px;
}

.contact_info .contact_info_head img {
	display:none;
}

.contact_info .contact_info_head .c_info_head_right {
	position:inherit;
	top:auto;
	right:auto;
	width:auto;
	display:inline-block;
	margin:0px;
	height:auto;
}

.contact_info .contact_info_head .c_info_head_text {
	background:#91bb3d;
	border-radius:20px;
	padding:11px 36px;
	font-size:17px;
	font-weight:600;
	color:#fff;
	font-style:normal;
	line-height:1em;
	margin:0px;
	transition: all 0.2s ease;
}

.contact_info .contact_info_content {
	background:#ebebeb;
}

.contact_info .contact_info_content,
.contact_info .contact_info_content p {
	color:#5e5855;
	font-size:16px;
}

.contact_info .contact_info_content .cic_left {
	width: 100% !important;
	padding-left:5%;
	padding-right:5%;
}

.contact_info .contact_info_head .c_info_head_text:hover {
	background-color:#555351;
}

.social_panel {
	display:block;
	position:relative;
	background:url(images/word_bg.png) top left no-repeat;
	border-radius:4px;
}

.social_panel .social_panel_bg {
	background:url(images/social_bg.png) right center no-repeat;
	position:relative;
	width:100%;
	min-height:90px;
	padding:10px 120px;
	display:flex;
	align-items:center;
	align-content:center;
	flex-wrap:wrap;
	border-radius:4px;
	overflow:hidden;
}

.social_panel .social_panel_bg::before {
	position:absolute;
	top:0px;
	left:30px;
	bottom:0px;
	content:'';
	display:block;
	width:77px;
	background:url(images/logo-icon.svg) no-repeat left center;
	background-size:contain;
	z-index:21;
	opacity:0.7;
}

.social_panel .social_panel_bg > div {
	width:100%;
	text-align:center;
}

.social_panel .first_line {
	font-family:'Alice';
	font-size:24px;
	color:#504945;
	margin-bottom:2px;
}

.social_panel .second_line {
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	align-content:center;
	justify-content:center;
	margin-bottom:5px;
}

.social_panel .second_line .item {
	margin-left:2px;
	margin-right:2px;
}

.social_panel .second_line .item span {
	display:block;
}

.social_panel {
	margin-top:30px;
	margin-bottom:30px;
}

.bottom_border_line {
	border-bottom:1px solid #e1e1e1;
	margin-bottom:6px;
}

.single_admin_panel {
	margin-top:30px;
}

.new_c_buttons {
	display:flex;
	justify-content:center;
	position:relative;
	margin-bottom:50px;
}

.new_c_buttons > div {
	width:670px !important;
	max-width:100%;
	background:url(images/c_buttons_slogan.png) no-repeat top left;
	background-size:contain;
	display:flex;
	justify-content:flex-end;	
}
.new_c_buttons .post_buttons_center {
	padding-left:5px;
}

.new_c_buttons .post_buttons_center .post_button_3 span,
.new_c_buttons .post_buttons_center .post_button_2 span {
	display:none;
}
.new_c_buttons .post_buttons_center .post_button_2,
.new_c_buttons .post_buttons_center .post_button_3 {
	width:200px;
	height:200px;
	background:url(images/contact_buttons.png) no-repeat left top;
	margin-right:5px;
	margin-bottom:10px;
}

.new_c_buttons .post_buttons_center .post_button_2 {
	margin-right:0px;
}

.new_c_buttons .post_buttons_center .post_button_2:hover {
	background-position:left bottom;
}

.new_c_buttons .post_buttons_center .post_button_3 {
	background-position:right top;
}

.new_c_buttons .post_buttons_center .post_button_3:hover {
	background-position:right bottom;
}

.new_c_buttons .wrap_meditation_form {
	position:inherit;
}

.new_c_buttons .meditation_form {
	top:-160px;
	left:50%;
	margin-left:-150px;
}

#admin-panel {
	margin-bottom:60px;
	border:1px solid #e1e1e1;
	padding:20px;
	background:rgba(224, 243, 255, 0.5);
	border-radius:5px;
	box-shadow: 0px 0px 10px 2px rgba(119, 119, 119, 0.1);
}

#respond {
	margin-bottom:30px;
}

#respond .coment_form_wrap {
	border-radius:5px;
	background:#ebebeb;
	padding:20px 30px;
	position:relative;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top:26px;
	margin-bottom:10px;
}

#respond .coment_form_wrap p {
	display:block;
	margin-bottom:0px;
	max-width:100%;
}

#respond .coment_form_wrap textarea {
	max-width:100%;
	height:80px;
	width:100%;
	border:2px solid #cccccc;
	border-radius:5px;
	font-family:'Open Sans';
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	margin-top:10px;
}

#respond .coment_form_wrap input {
	border:2px solid #cccccc;
	border-radius:5px;
	font-family:'Open Sans';
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
	height:40px;
	width:100%;
}

#respond .coment_form_wrap .input_box {
	width:32%;
}

#respond .submit_box {
	text-align:center;
}

#respond .submit_box #submit {
	display:inline-block;
	width:230px;
	height:40px;
	border-radius:20px;
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	font-size:17px;
	font-family:'Open Sans';
	font-weight:500;
	line-height:39px;
	background:#91bb3d;	
	transition: all 0.2s ease;
	border:none !important;
	color:#fff;
	cursor:pointer;
}

#respond .submit_box #submit:hover {
	background-color:#323232;
}

#respond h3,
#respond .h3 {
	text-align:center;
	text-transform:uppercase;
	font-size:15px;
	font-weight:400;
	font-family:'Open Sans';
}

div.comments {
	border-top:1px solid #e1e1e1;
	padding-top:30px;
	padding-bottom:30px;
}

h3#comments,
.h3#comments {
	text-align:center;
	font-size:24px;
	margin-top:0px;
	font-weight:400;
	margin-bottom:30px;
}


ol.commentlist {
	list-style-type:none;
	padding-left:0px;
	border-bottom:1px solid #e1e1e1;
	padding-bottom:30px;
	margin-bottom:26px;
}

ol.commentlist li,
ol.commentlist ul {
	list-style-type:none;
	margin-top:20px;
}

.comment-body {
	display:flex;
	width:100%;
	flex-wrap:wrap;
}

.comment_flex_left {
	width:86px;
}
.comment_flex_right {
	width:calc(100% - 86px);
	padding-left:14px;
}

.comment_flex_right .comment_border {
	border:6px solid #ebebeb;
	border-radius:6px;
	padding:0px 20px 12px 20px;
	background:#fafafa;
	position:relative;
}

.comment_flex_right .comment_border::before {
	content:'';
	display:block;
	position:absolute;
	left:-20px;
	top:18px;
	width:20px;
	height:36px;
	background:url(images/comment_arrow.png) no-repeat;
}

.comment_flex_left img {
	box-sizing:content-box;
	display:block;
	border-radius:35px;
	border:1px solid #504945;
	max-width:100%;
	height:auto;
}

footer.comment-meta {
	border:0px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding-bottom:7px;
}

footer.comment-meta .comment-awaiting-moderation {
	display:block;
	width:100%;
}

.comment-author,
.comment-author a,
.comment-author b,
.comment-author strong {
	font-size:11px;
	text-transform:uppercase;
	font-weight:700;
	text-decoration:none;
	color:#332e2c;
}

.comment-author a:hover {
	text-decoration:underline;
	color:#332e2c;
}

.comment-metadata,
.comment-metadata a {
	font-weight:700;
	font-size:11px;
	text-decoration:none;
	color:#332e2c;
}

.comment-metadata a:hover {
	text-decoration:underline;
	color:#332e2c;
}

.comment-metadata > a,
.comment-metadata > noindex > a {
	opacity:0.5;
}

.comment-awaiting-moderation {
	color:#332e2c;
}

.comment-content,
.comment-content p {
	font-size:17px;
	color:#5e5956;
	line-height:1.2em;
}

.comment-content a,
.comment-content a:hover {
	color:#5e5956;
	text-decoration:underline;
}

.comment > #respond {
	margin-top:30px;
}

div.comments .navigation {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
}

div.comments .navigation .comm_next,
div.comments .navigation .comm_prev {
	margin-top:0px !important;
	line-height:0.9em;
}

div.comments .navigation .comm_next {
	margin-right:10px;
}

div.comments .navigation .comm_prev {
	margin-left:10px;
}

div.comments .navigation .comm_next a,
div.comments .navigation .comm_prev a {
	font-weight:bold;
	color:#c7c5c3;
    transition:all 0.2s ease;
}

div.comments .navigation .comm_next a:hover,
div.comments .navigation .comm_prev a:hover {
	color:#52890f;
}

.comment_top_nav {
	border-bottom:1px solid #e1e1e1;
	padding-bottom:15px;
}

.comment_bottom_nav {
	border-bottom:1px solid #e1e1e1;
	padding-bottom:20px;
	margin-bottom:26px;
	background:#fafafa;
	margin-top:-27px;
}

div.comments .navigation .comments_count_info {
	text-transform:uppercase;
	font-size:13px;
	font-weight:600;
	color:#504945;
	line-height:1em;	
}

.cancel-comment-reply {
	margin-top:-49px;
}

.cancel-comment-reply a {
	color:#52890f;
	font-size:12px;
	text-transform:uppercase;
	letter-spacing:-0.02em;
}

.single_content .entry img {
	max-width:100%;
	height:auto;
}

body .contact_info_new {
	background-color:transparent !important;
	margin-left:auto !important;
	margin-right:auto !important;
}

.meditation_form textarea {
	max-width:100%;
}

.meditation_form h3,
.meditation_form .h3 {
	font-size:24px;
}

.meditation_form p {
	font-size:14px !important;
}

.meditation_form input[type=text] {
	width:100% !important;
	margin-left:0px;
	margin-right:0px;
}

.textwidget iframe {
	max-width:100%;
}


/************************ Landing ************************/

.landing .headline {
	text-align:center;
}

.landing .headline span {
	font-style:italic;
	margin-bottom:15px;
	display:inline-block;
}

.landing .separator {
    background: url(images/landing_separator2.png) no-repeat center center;
    height: 24px;
}

.landing .l_block {
	display:flex;
	flex-wrap:wrap;
	padding-left:20px;
	padding-right:15px;
	align-items:stretch;
	align-content:stretch;
	width:50%;
}

.landing .l_block + .l_block {
	padding-left:15px;
	padding-right:20px;
}

.landing .l_item {
	padding:15px 20px 10px 20px;
	background:#f0eeeb;
	border:1px solid #a2b34c;
	border-radius:5px;
	position:relative;
}

.landing .flex_table,
.landing .flex_table > tbody {
	display:block;
}

.landing .flex_table > tbody > tr,
.landing .flex_table > tr {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	align-content:stretch;
}

.landing .flex_table > tbody > tr > td,
.landing .flex_table > tr > td {
	display:flex;
	flex-wrap:wrap;
	align-items:stretch;
	align-content:stretch;
}

.landing h2,
.landing .h2 {
	font-size:28px;
	font-weight: 600;
	margin-bottom:15px;
}

.landing ul {
	padding-left:20px;
}

.landing ul li {
	list-style-type:none;
	position:relative;
	margin-bottom:15px;
}

.landing ul li::before {
	width:8px;
	height:8px;
	border-radius:4px;
	display:block;
	content:'';
	background:#a2b34c;
	position:absolute;
	top:8px;
	left:-16px;
}

.landing .l_item ul li span {
	font-weight: bold;
	color: #b23432;
}

.landing .l_item_right {
	padding-bottom:90px;
}

.landing .l_item_right span.green {
	position:absolute;
	left:40px;
	right:20px;
	bottom:25px;
	color:#34910e;
	font-style:italic;
}

.landing .button_wrap {
	margin-top:30px;
	text-align:center;
}

.landing {
	margin-bottom:30px;
}

.landing .top_margin {
	height:35px;
}

.landing .pm_blocks_ul {
	padding:0px;
	list-style-type:none;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:stretch;
	align-items:stretch;
}

.landing .pm_blocks_ul > li {
	list-style-type:none;
	padding: 15px 20px 10px 20px;
	background: #f0eeeb;
	border: 1px solid #a2b34c;
	border-radius: 5px;
	position: relative;
	width:31%;
	margin-left:1%;
	margin-right:1%;
	text-align:center;
	margin-bottom:20px;
}

.landing .pm_blocks_ul > li::before {
	display:none;
}

.landing .pm_blocks_ul > li ul {
	margin-top:20px;
}

.landing .pm_blocks_ul > li li {
	text-align:left;
	margin-bottom:10px;
}

.fluid-width-video-wrapper {
	clear:both;
}

.landing .pm_blocks_ul h3,
.landing .pm_blocks_ul .h3 {
	margin-top:10px;
}

main.container > .row > div:nth-child(3) > .widget {
	margin-bottom:30px;
	position:relative;
}

.search_info_box .sib_bg {
	border-radius:4px;
	border:6px solid #ebebeb;
	background:#f2f2f2;
	padding:14px;
}

.search_info_box h4 {
	text-align:center;
	text-transform:uppercase;
	color:#504945;
	font-weight:600;
	font-size:15px;
	font-family:'Open Sans';
}

.search_info_box .search_url {
	width:100%;
	background:#52890f;
	border:none;
	border-radius:5px;
	color:#fff;
	height:40px;
	font-size:15px;
	font-weight:400;
	padding-left:44px;
	padding-right:15px;
	background-image:url(images/share.png);
	background-repeat:no-repeat;
	background-position:left 14px center;
	margin-top:16px;
	margin-bottom:28px;
}

.search_info_box .link_actions {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:stretch;
}

.search_info_box .link_actions a,
.search_info_box .link_actions a:hover,
.search_info_box .link_actions a:focus {
	text-decoration:none;
	color:#52890f;
	text-transform:uppercase;
	text-align:center;
	font-size:11px;
	line-height:1.2em;
}

.search_info_box .link_actions a span {
	display:block;
	text-align:center;
}

.search_info_box .link_actions a .text {
	text-decoration:underline;
}

.search_info_box .link_actions a:hover .text,
.search_info_box .link_actions a:focus .text {
	text-decoration:none;
}

.search_info_box .share_facebook .icon,
.search_info_box .share_vkontakte .icon,
.search_info_box .share_twitter .icon {
	width:36px;
	height:36px;
	margin-left:auto;
	margin-right:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	align-content:center;
	background:#91bb3d;
	border-radius:18px;
	margin-bottom:10px;
	color:#fff;
	font-size:18px;
	transition: all 0.2s ease;
	border:1px solid #91bb3d;
}

.search_info_box .share_vkontakte:focus .icon,
.search_info_box .share_vkontakte:hover .icon,
.search_info_box .share_facebook:focus .icon,
.search_info_box .share_facebook:hover .icon,
.search_info_box .share_twitter:focus .icon,
.search_info_box .share_twitter:hover .icon {
	background-color:#fff;
	color:#91bb3d;
}

.search_info_box .copy_to_clipboard {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:center;
	align-items:center;
}

.search_info_box .copy_to_clipboard .icon {
	margin-bottom:5px;
}

.search_info_box .copy_to_clipboard .text {
	width:100%;
}

.search_info_box .sib_bittons {
	margin-top:20px;
	text-align:center;
}

.search_info_box .hide_search_small {
	margin-top:5px;
	font-size:11px;
	text-transform:uppercase;
	color:#504945;
	text-decoration:none;
}

.search_info_box .hide_search_small:hover {
	text-decoration:underline;
}

.search_info_box:before,
.search_info_box:after {
    content: '';
    display: table;
}

.search_info_box {
	/*padding-top:30px;*/
	position: -webkit-sticky;
	position: sticky;
	top: 30px;
}


/***************** Search *****************/

.search-wrapper ::selection {
   background: #212129;
}

.search-wrapper ::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #fff;
}
.search-wrapper :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #fff;
   opacity:  1;
}
.search-wrapper ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #fff;
   opacity:  1;
}
.search-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #fff;
}
.search-wrapper ::-ms-input-placeholder { /* Microsoft Edge */
   color:    #fff;
}

.search-wrapper ::placeholder { /* Most modern browsers support this now. */
   color:    #fff;
}

.search-wrapper {
    position: absolute;
    transform: translate(-50%, -50%);
    top:50%;
    left:50%;
}
.search-wrapper.active {}

.search-wrapper .input-holder {    
    height: 36px;
    width:36px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:300px;
	margin-left:-230px;
    border-radius: 18px;
    background: rgba(0,0,0,0.5);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 30px;
    padding:0px 36px 0 20px;
    opacity: 0;
    position: absolute;
    top:-7px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color:#FFF;
    transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}
.search-wrapper .input-holder .search-icon2 {
    width:30px;
    height:30px;
    border:none;
    border-radius:15px;
    background: #92b533;
    padding:0px;
    outline:none;
    position: relative;
    z-index: 2;
    float:right;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
	margin-top:3px;
}
.search-wrapper.active .input-holder .search-icon2 {
    width: 30px;
    height:30px;
    margin: 3px;
    border-radius: 15px;
}
.search-wrapper .input-holder .search-icon2 {
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:center;
	padding-bottom:2px;
}
.search-wrapper .input-holder .search-icon2 span {
	/**margin-bottom:5px;*/
    /*width:22px;
    height:22px;*/
    display: flex;
	justify-content:center;
	align-content:center;
	align-items:center;
    vertical-align: middle;
    position:relative;
    /*transform: rotate(-45deg);*/
    transform: rotate(0deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
	/*margin-right:3px;*/
	margin:0px;
}
.search-wrapper.active .input-holder .search-icon2 span {
    /*transform: rotate(45deg);*/
    transform: rotate(90deg);
	margin-right:0px;
}
.search-wrapper .input-holder .search-icon2 span::before, .search-wrapper .input-holder .search-icon2 span::after {
    position: absolute; 
    content:'';
	display:none;
}

.search-wrapper .input-holder .search-icon2 span::before {
	content:'\f002';
	color:#fff;
	font-family:'FontAwesome';
	display:block;
	font-size:22px;
}

/*.search-wrapper .input-holder .search-icon2 span::before {
    width: 4px;
    height: 10px;
    left: 7px;
    top: 14px;
    border-radius: 2px;
    background: #fff;
}*/

/*.search-wrapper.active .input-holder .search-icon2 span::before {
    height: 9px;
}*/

/*.search-wrapper .input-holder .search-icon2 span::after {
    width: 17px;
    height: 17px;
    left: 0px;
    top: 0px;
    border-radius: 9px;
    border: 3px solid #fff;
}*/
.search-wrapper .close {
    position: absolute;
    z-index: 1;
    top:5px;
    right:5px;
    width:25px;
    height:25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
}
.search-wrapper.active .close {
    right:-30px;
    transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #91bb3d;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

/******************** Google Search *******************/
#google_search_content .gsc-control-cse {
	background-color:transparent !important;
	border:0px !important;
}

#google_search_content #adBlock,
#google_search_content .gsc-webResult.gsc-result,
#google_search_content .gsc-results .gsc-cursor-box .gsc-cursor-current-page,
#google_search_content .gsc-results .gsc-cursor-box .gsc-cursor-page,
#google_search_content .gsc-input input {
	background-color:transparent !important;
	border:0px !important;
}

#google_search_content .gsc-input td {
	padding-top:0px !important;
}

#google_search_content .gsc-input input {
	line-height:1em !important;
}

#google_search_content .gsc-input .gsib_b a {
	padding-top:0px !important;
}

#google_search_content .gsc-input .gsib_b a span {
	position:relative;
	top:4px;
}

#google_search_content .gsc-search-button {
	box-sizing:content-box;
}

.custom-html-image-widget,
#main .custom-subscribe-widget {
	background-repeat:no-repeat;
	background-position:top center;
	background-size:100% auto;
	border-radius:4px;
	border:1px solid #e9ebee;
	padding:16px;
	padding-top:10px;
	padding-bottom:10px;
}

#main .custom-html-image-widget .subscribe-form,
#main .custom-subscribe-widget .subscribe-form {
	border:none !important;
	background:none !important;
	padding:0px !important;
	width:100% !important;
	position:relative !important;
}

#main .custom-subscribe-widget .subscribe-form .form-section {
	float:none !important;
}

#main .custom-subscribe-widget .subscribe-form .form-section + .form-section {
	background:#fff;
	border:2px solid #ffc600;
	padding:4px 2px;
	border-radius:5px;
	width:77%;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px !important;
}

#main .custom-subscribe-widget .subscribe-form .form-section .ml-field-email {
	margin-bottom:0px;
	border:0px !important;
}

#main .custom-subscribe-widget .subscribe-form .form-section .ml-field-email input {
	border:0px !important;
	width:cacl(100% - 220px);
}

#main .custom-html-image-widget .subscribe-form .form-section h4,
#main .custom-html-image-widget .subscribe-form .form-section p {
	font-family:'Alice' !important;
	color:#fff !important;
}

#main .custom-subscribe-widget .subscribe-form .form-section h4 {
	font-family:'Alice' !important;
	text-align:center !important;
	font-size:30px !important;
	color:#504945 !important;
}

/**#main .custom-subscribe-widget .subscribe-form .form-section p {
	text-align:center !important;
	font-size:17px !important;
	color:#504945 !important;
	font-family:'Open Sans';
}*/
#main .custom-subscribe-widget .subscribe-form .form-section p {
	text-align:center !important;
	font-size:19px !important;
	color:#504945 !important;
	line-height:1em !important;
	font-family:'Alice' !important;
	letter-spacing:-0.02em;
}
#main .single_content .custom-subscribe-widget .subscribe-form .form-section p br {
	display:none !important;
}


#main .custom-subscribe-widget .subscribe-form .form-section b,
#main .custom-subscribe-widget .subscribe-form .form-section strong {
	font-weight:400;
}

#main .custom-subscribe-widget .subscribe-form .form-section p + p {
	margin-top:-10px;
}

#main .right_sidebar .custom-subscribe-widget .subscribe-form .form-section p {
	text-align:left !important;
	font-size:24px !important;
	line-height:18px !important;
}
#main .right_sidebar .custom-subscribe-widget .subscribe-form .form-section p + p {
	font-size:17px !important;
	font-family:'Alice' !important;
	margin-top:0px;
	line-height:1.3em !important;
}

#main .right_sidebar .custom-subscribe-widget .subscribe-form .form-section p b,
#main .right_sidebar .custom-subscribe-widget .subscribe-form .form-section p strong {
	display:block;
	width:100%;
	font-size:28px;
	letter-spacing:-0.07em !important;
}

#main .custom-html-image-widget .subscribe-form .form-section h4 {
	font-size:42px !important;
	line-height:1.1em !important;
}

#main .custom-html-image-widget .subscribe-form .form-section p {
	font-size:25px !important;
	line-height:1.1em !important;
}

#main .right_sidebar .custom-subscribe-widget .subscribe-form .form-section + .form-section {
	width:100% !important;
	background:none !important;
	border:none !important;
}

#main .custom-html-image-widget .subscribe-form .form-section input[type="email"],
#main .right_sidebar .custom-subscribe-widget .subscribe-form .form-section input[type="email"] {
	width:100% !important;
	border:2px solid #ffc600 !important;
	border-radius:6px;
}

#main .custom-html-image-widget .subscribe-form {
	text-align:center;
}

#main .custom-html-image-widget .subscribe-form .form-section {
	text-align:left;
}

#main .custom-html-image-widget .subscribe-form button[type="submit"],
#main .custom-subscribe-widget .subscribe-form button[type="submit"],
#main .right_sidebar .custom-subscribe-widget .subscribe-form button[type="submit"] {
	height:40px !important;
	display:inline-flex !important;
	align-content:center;
	align-items:center;
	justify-content:center;
	background:#fac700 url(images/form_button_bg.jpg) no-repeat center !important;
	border-radius:20px !important;
	font-size:17px !important;
	line-height:1em !important;
	padding-left:20px !important;
	padding-right:20px !important;
	color:#332e2c !important;
	font-weight:600 !important;
	width:auto !important;
	font-family:'Open Sans' !important;
}

#main .custom-subscribe-widget .subscribe-form button[type="submit"] {
	border-radius:4px !important;
	position:absolute !important;
	bottom:4px !important;
	right:12% !important;
}

#main .right_sidebar .custom-subscribe-widget .subscribe-form {
	text-align:center;
}

#main .right_sidebar .custom-subscribe-widget .ml-block-success,
#main .right_sidebar .custom-subscribe-widget .ml-block-success p {
	text-align:center;
}

#main .right_sidebar .custom-subscribe-widget .subscribe-form button[type="submit"] {
	border-radius:20px !important;
	position:inherit !important;
	bottom:auto !important;
	right:auto !important;
	margin-bottom:10px !important;
}

#main .custom-html-image-widget .subscribe-form button.loading {
	background:url(images/loader.gif) center no-repeat !important;
	margin-top:10px !important;
}

#main .custom-subscribe-widget .subscribe-form button.loading {
	position:absolute !important;
	right:6% !important;
	bottom:6px !important;
	width:36px !important;
	height:36px !important;
	background:url(/wp-content/themes/natural-health-child/images/loader.gif) no-repeat !important;
	border-radius: 18px !important;
}

#main .right_sidebar .custom-subscribe-widget .subscribe-form button.loading {
	bottom:12px !important;
}

#main .custom-subscribe-widget .subscribe-form button.loading img {
	display:none !important;
}

#main .custom-html-image-widget .subscribe-form button.loading img {
	display:none !important;
}

.presenter_on_page .top_part_title {
	max-width:100%;
}

.mFilterSearch_wrap .search_block .row_3 {
	display:none !important;
}

#main .custom-subscribe-widget {
	background-position:center;
	display:flex;
	flex-wrap:wrap;
	align-content:center;
	align-items:center;
	justify-content:center;
	min-height:60px;
	position:relative;
}

#main .custom-subscribe-widget:NOT(.active) {
	background-image:none !important;
}

#main .custom-subscribe-widget > * {
	position:relative;
	z-index:20;
}
.widget_subscribe .s_small_image {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-size:cover !important;
	background-position:center;
	border-radius:5px;
}

.widget_subscribe {
	position:relative;
}


#main .custom-subscribe-widget > div,
#main .custom-subscribe-widget > h2,
#main .custom-subscribe-widget > .h2 {
	width:100%;
	text-align:center;
}

#main .custom-subscribe-widget > h2,
#main .custom-subscribe-widget > .h2 {
	font-family:'Open Sans';
	margin:0px;
	font-size:17px;
	font-weight:400;
	color:#332e2c;
	text-decoration:underline;
	cursor:pointer;
	line-height:1.3em;
	overflow:auto;
}

#main .custom-subscribe-widget > h2:hover,
#main .custom-subscribe-widget > .h2:hover {
	text-decoration:none;
}

#main .custom-subscribe-widget .text_content,
#main .custom-subscribe-widget .text_content p {
	text-align:center;
	margin-bottom:0px;
	font-size:17px;
	color:#504945;
	line-height:1.3em;
	letter-spacing: -0.07em;
}

#main .custom-subscribe-widget .text_content small {
	color:rgba(79,73,69,0.5);
	font-size:13px;
	display:block;
	text-align:center;
	margin-top:5px;
	line-height:1em;
}

#main .custom-subscribe-widget {
	transition: all 0.2s ease;
	max-height:140px;
	margin-bottom:10px;
	background-size:cover;
}

#main .right_sidebar .custom-subscribe-widget {
	background-size:100% auto;
	background-position:top;
	background-repeat:no-repeat;
}
#main .right_sidebar .custom-subscribe-widget.active {
	background-color:#fafafa;
}

#main .right_sidebar .custom-subscribe-widget {
	max-height:140px;
}

#main .custom-subscribe-widget.active {
	max-height:700px;
}

#main .custom-subscribe-widget > div {
	overflow:hidden;
	max-height:0px;
	transition: all 0.2s ease;
}

#main .custom-subscribe-widget > h2,
#main .custom-subscribe-widget > .h2 {
	overflow:hidden;
	max-height:100px;
	transition: all 0.2s ease;
	line-height:1.1em;
}

#main .right_sidebar .custom-subscribe-widget > h2,
#main .right_sidebar .custom-subscribe-widget > .h2 {
	text-align:left;
	text-decoration:none;
}
#main .right_sidebar .custom-subscribe-widget > h2:hover,
#main .right_sidebar .custom-subscribe-widget > .h2:hover {
	text-decoration:underline;
}


#main .custom-subscribe-widget.active > div {
	max-height:500px;
}

#main .custom-subscribe-widget.active > h2,
#main .custom-subscribe-widget.active > .h2 {
	max-height:0px;
}


.post_sidebar_wrap {
	padding-top:20px;
	padding-bottom:20px;
}

#main .custom-subscribe-widget input[type=email] {
	cursor:text;
}

.result_wrap .search_item_date .line_4 .col_2 .favorite {
	display:block;
}

.result_wrap .search_item_date .line_4 .col_2 .favorite button {
	background:none;
	border:none;
	text-transform:uppercase;
	text-decoration:underline;
	padding:0px;
	width:auto;
	height:auto;
	font-size:13px;
	font-weight:bold;
	cursor:pointer;
}

.result_wrap .search_item_date .line_4 .col_2 .favorite button:hover {
	text-decoration:none;
}

.textwidget .favorites-list {
	padding:0px;
}

.textwidget .favorites-list p {
	margin:0px;
}

.textwidget .favorites-list li {
	border-top:1px solid #E3E3E3;
	padding-right:26px;
	position:relative;
}

.textwidget .favorites-list li:nth-child(1) {
	border-top:0px;
}

.textwidget .favorites-list li > button,
.textwidget .favorites-list li > noindex > button {
	display:none;
}

.textwidget .favorites-list {
	line-height:1.4em !important;
	font-size:14px;
}

.textwidget .favorites-list a {
	color:#504945;
	font-size:14px;
}

.textwidget .favorites-list a:hover {
	text-decoration:none;
}

.textwidget .favorites-list li .simplefavorite-button.active {
	position:absolute;
	right:0px;
	top:40px;
	background:url(images/close.svg) no-repeat center;
	background-size:contain;
	overflow:hidden;
	text-indent:555px;
	border:0px;
	width:16px;
	height:16px;
	display:block;
	padding:0px;
	margin:0px;
	transition: all 0.2s ease;
	opacity:1;
	cursor:pointer;
}
.textwidget .favorites-list li .simplefavorite-button.active:hover {
	opacity:0.8;
}

.textwidget .favorites-list li img {
	border-radius:4px;
}

.textwidget .no-favorites {
	text-align:center;
	padding-left:0px;
}

.textwidget .clear_all_fav {
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-content:center;
	align-items:center;
}

.entry > .simplefavorite-button,
.entry > p > .simplefavorite-button,
.single_content .cover > .simplefavorite-button,
.single_content .cover > p > .simplefavorite-button {
	display:none !important;
}

.favorite_widget {
	display:none;
}

.favorite_widget ul.favorites-list li p .simplefavorite-button {
	display:none !important;
}

body .jp-audio {
	margin-left:0px;
	max-width:100%;
}

#main .right_sidebar .custom-subscribe-widget .subscribe-form .form-section p:nth-child(1) {
	padding-right:47px !important;
}

.mpad_box {
	display:flex;
	width:100%;
	justify-content:center;
	flex-wrap:wrap;
	align-content:center;
	align-items:center;
	overflow:hidden;
	padding-bottom:20px;
}

.inner_content_banner .mpad_box .mpad_box_desktop {
	min-height:90px;
}
.mpad_box .mpad_box_mobile {
	display:none;
}
.inner_content_banner .mpad_box .mpad_box_mobile {
	min-height:135px;
	min-width: 290px;
}

.archive_contact_msg {
	display:block;
	border-radius:5px;
	background:#f0eeeb;
	padding:20px 10px 30px 10px;
	margin:20px 0px;
}
.archive_contact_msg .button {
	margin-top:15px;
}

.archive_contact_msg .button:hover {
	color:#fff !important;
}

.search_result .error .error_msg {
	padding-bottom:30px;
}

.mob-menu-slideout-over .mobmenu_content {
	padding-top:0px !important;
}

.new_red_menu_item a {
	position:relative;
}

.new_red_menu_item a::after {
	content:'new';
	display:block;
	padding:3px 6px;
	padding-top:1px;
	padding-bottom:4px;
	background:#FF0004;
	position:absolute;
	top:-5px;
	right:-8px;
	border-radius:10px;
	line-height:1em;
	color:#fff;
	font-size:11px;
	font-weight:bold;
}

.alm-google-inner {
	width:200px !important;
	height:200px !important;
	margin-left:auto;
	margin-right:auto;
}


.search_item .mp_post_google {
	padding-bottom:20px;
}

.sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}

.sticky_sidebar_widget_left,
.sticky_sidebar_widget_right,
.sticky_sidebar_widget_right2 {
	padding-top: 30px;
}
/* 
Скрываем банеры */
.events_banners {
    display:none !important;
}
.grid-item.grid-item-css.alm-google {
    display: none !important;
}
.mpad_box {
    display: none;
}

.inner_content_banner {
    display: none;
}

/* Скрываем меню  */
li .menu-item-489766 {
    display: none;
}

.header-right-padding {
    display: none;
}