body {
	font-family: Open Sans;
}

/* Header Styles */
.top_menu_wrapper {
	background-image: linear-gradient(to right, #387F7F, #38FF7F) !important;
}
.site_logo {
	margin-top: 4px;
}
.main_menu {
	float: right !important;
  margin-left: 30px;
}
.main_menu .menu-item {
	margin-top: 5px;
}
.main_menu .menu-item > a {
	color: white !important;
	font-weight: 600;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 16px;
}

.main_menu #menu-item-701.menu-item > a:hover, .main_menu #menu-item-1387.menu-item > a:hover {
	text-decoration: underline;
	color: white !important;
	cursor: pointer;
}
.main_menu #menu-item-701.menu-item > a:focus, .main_menu #menu-item-1387.menu-item > a:focus, .main_menu #menu-item-701.menu-item > a:active, .main_menu #menu-item-1387.menu-item > a:active {
	color: white !important;
}
.header_search {
	border: none;
}
.header_search>form.search .search_text {
	background: transparent;
	padding: 10px 10px;
	text-align: left;
	font-size: 13px;
	font-style: normal; 
	transition: none;
}
.expanded_search.header_search>form.search .search_text {
	background: white;
}
.header_search>form.search {
	margin-left: 5px;
}
.header_search>form.search>i {
	right: 12px;
	color: white;
	top: 40%;
}
.expanded_search.header_search>form.search>i {
	color: #009b74;
}

/* Edit Progress Bar */
progress::-moz-progress-bar {
  background: linear-gradient(to right, #387F7F, #38FF7F);
}

progress::-webkit-progress-value {
  background: linear-gradient(to right, #387F7F, #38FF7F);
}

@media screen and (min-width: 1050px) {
.expanded_search.header_search>form.search .search_text {
    width: 1020px;
}
}
@media screen and (min-width: 768px) {
	.main_menu #menu-item-1387.menu-item > a {
	border-right: 2px solid white;
}
}
@media screen and (max-width: 1050px) and (min-width: 992px) {
.expanded_search.header_search>form.search .search_text {
    width: 925px;
}
}

@media screen and (max-width: 768px){
	.main_menu {
		float: left !important;
		padding: 0 !important;
    margin-bottom: 10px;
    margin-left: 10px;
		position: absolute;
	}
	.header_icons {
		margin-top: 70px;
	}
	.top_header_items_holder.mobile_menu_opened .header_search {
		border: none;
	}
	.main_menu .menu-item {
/* 		margin-top: 15px; */
	}
	.header_search>form.search>i {
		color: white !important;
		float: none;
	}
	.header_search>form.search .search_text {
		background: white !important;
	}
	.main_menu #menu-item-701.menu-item > a {
	padding-bottom: 5px;
	padding-top: 10px;
}
	.main_menu #menu-item-1387.menu-item > a {
	padding-top: 5px;
	padding-bottom: 0px
	}
	.site_content {
		padding-bottom: 0px;
	}
}

.top_menu_wrapper .mobile_menu_button {
	color: white;
}
.writing_mobile_icon span {
	background: white !important;
}

/* Content and Widgets */

.main_content.col-md-9 {
	width: 73.666667%;
}
.side_content.col-md-3 {
	width: 26.333333%;
}
@media screen and (max-width: 992px){
.side_content.col-md-3, .main_content.col-md-9 {
    width: 100% !important;
	}
}
.site_content {
	padding-top: 25px;
}
.widget_container ul li a {
	font-weight: 600;
	font-size: 16px;
	color: #404040;
}

.widget_container ul li {
	border-bottom: 1px solid #DDDDDD;
}

.blog_post_meta .blog_meta_author .url {
	color: #009b74;
}
.wp-block-latest-posts__post-title {
	font-size: 15px;
}
.wp-block-latest-posts__post-author {
	font-style: italic;
}

.blog_post .separator a { margin: 0 !important; 
}

.blog_posts_wrapper .blog_post {
	border-bottom: 2px solid #dddddd;
}
.widget-area {
	margin-top: 20px;
}
.widget_container ul.wp-block-archives-list li {
    width: max-content;
}
@media screen and (max-width: 768px) {
		.widget_container.widget_archive {
		display: none;
	}
}

.blog_post_control_item .share_item {
	background-color: white !important;
	border-color: #03b46e !important;
}
.blog_post_control_item .share_item:hover {
	background-color: #03b46e !important;
	cursor: pointer;
}
.blog_post_control_item .share_item.share_sign:hover {
	background-color: white !important;
}

span {
	font-family: "Open Sans","Helvetica Neue",sans-serif !important;
}

.entry-content a, .entry-content a > span {
	color: #009b74 !important;
}
.entry-content a:hover {
	text-decoration: underline;
}

.entry-content div {
	line-height: inherit !important;
}
.entry-content span {
	font-size: inherit !important;
}

/* Helper functions */

.border-radius--10 img {
	border-radius: 10px !important;
}