/* ---------------------------------------- */


/* Custom Style */


/* ---------------------------------------- */


/* start common css */

@font-face {
	font-family: 'museo_sans_cyrl';
	src: url('../fonts/museosanscyrl-webfont.woff2') format('woff2'), url('../fonts/museosanscyrl-webfont.woff') format('woff');
	font-weight: 100;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans_cyrl';
	src: url('../fonts/museosanscyrl_0-webfont.woff2') format('woff2'), url('../fonts/museosanscyrl_0-webfont.woff') format('woff');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans_cyrl';
	src: url('../fonts/museosanscyrl_1-webfont.woff2') format('woff2'), url('../fonts/museosanscyrl_1-webfont.woff') format('woff');
	font-weight: 500;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans_cyrl';
	src: url('../fonts/museosanscyrl_2-webfont.woff2') format('woff2'), url('../fonts/museosanscyrl_2-webfont.woff') format('woff');
	font-weight: 700;
	font-style: normal;
}

@font-face {
	font-family: 'museo_sans_cyrl';
	src: url('../fonts/museosanscyrl_3-webfont.woff2') format('woff2'), url('../fonts/museosanscyrl_3-webfont.woff') format('woff');
	font-weight: 900;
	font-style: normal;
}
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i&display=swap');
* {
	margin: 0;
	padding: 0;
}

body {
	color: #141412;
	margin: 0;
	font-family: 'museo_sans_cyrl';
	background: #fff;
	font-size: 0.83vw;
}

a {
	color: #000;
	text-decoration: none;
	outline: none;
	border: none;
}
a:hover{
	color:#EF511C;
}
a:active,
a:hover {
	color: #EF511C;
	outline: 0;
}

p {
	margin: 0;
	font-size: 1.125em;
}
.wrapper {
	width: 78.75em;
	margin: 0 auto;
}

.clear:after,
.clear:before {
	clear: both;
	display: block;
	content: "";
}

.fl {
	float: left;
}

.fr {
	float: right;
}

input:focus::-webkit-input-placeholder {
	color: #fff;
}

input:focus::-moz-placeholder {
	color: #fff;
}

input:focus:-ms-input-placeholder {
	color: #fff;
}

textarea:focus::-webkit-input-placeholder {
	color: #fff;
}

textarea:focus::-moz-placeholder {
	color: #fff;
}

textarea:focus:-ms-input-placeholder {
	color: #fff;
}

::-moz-selection {
	color: #fff;
	background: #00527b;
}

::-webkit-selection {
	color: #fff;
	background: #00527b;
}

::-o-selection {
	color: #fff;
	background: #00527b;
}

::-ms-selection {
	color: #fff;
	background: #00527b;
}

::selection {
	color: #fff;
	background: #00527b;
}

button:hover, button:focus, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:focus, input[type="button"]:focus, input[type="reset"]:focus {
	background: #fff;
	color: #EF511C;
}


/*.lrshare_interfacebox {display:none !important;left: 15% !important;top: 45% !important;}*/

.shiftnav-loading {
	display: none !important
}


/* end common css */


/* start home page */

.header-inner {
	display: block;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.09);
}

.header-content {
	display: flex;
	padding: 1.5em 0;
	justify-content: space-between;
	align-items: center;
}
.header-content::before,
.header-content::after{
	display: none;
}
.menu-navigation {
	background: transparent;
	display: block;
	width: 100%;
}

.logo a img {
	width: 6.55em;
}

.logo img {
	height: auto;
	width: 100%;
}

.logo a {
	display: inline-block;
}

.social ul {
	list-style: none;
	display: inline-flex;
	margin: 0;
	padding: 0;
	align-items: center;
}

.social ul li {
	margin: 0 1.5em 0 0;
}

.social ul li a {
	font-size: 1.8em;
	color: #b4b4b4;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.social ul li a:hover {
	color: #EF511C;
}

.right-button {
	display: flex;
	justify-content: flex-end;
}

.right-button ul {
	display: inline-flex;
	align-items: center;
	list-style: none;
	margin: 0;
	padding: 0;
}

.right-button ul li {
	margin: 0 0 0 1em;
}

.right-button ul li a {
	border-radius: 4px;
	padding: 0.5em 1rem;
	color: #fff;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.right-button ul li a.consulting-btn {
	background-color: #000000;
	border: 1px solid #000;
}

.right-button ul li a.bac-btn {
	background-color: #EF511C;
	border: 1px solid #EF511C;
}

.right-button ul li a.consulting-btn:hover {
	background: transparent;
	color: #000;
}

.right-button ul li a.bac-btn:hover {
	background-color: transparent;
	color: #EF511C;
}

.header-add {
	float: right;
}

.header-nav ul {
	margin: 0;
	padding: 1.8em 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-nav ul li {
	margin: 0 1em;
}

.header-nav ul li a {
	color: #000;
	font-size: 0.875em;
	padding: 0;
	text-decoration: none;
	display: block;
	transition: all 0.2s ease-in-out 0s;
	-webkit-transition: all 0.2s ease-in-out 0s;
	-moz-transition: all 0.2s ease-in-out 0s;
}

.header-nav ul li a:hover {
	color: #EF511C;
}

.header-nav ul li:last-child a {
	border: none;
}


/* .nav-menu li.home-icon a {color: #fff;height: 54px;overflow: hidden;position: relative;text-indent: -81px;width: 59px;}
.nav-menu li.home-icon {position: relative;} */


/* .nav-menu li.home-icon a::before { content: "";display: inline-block;font-family: FontAwesome;font-size: 20px;position: absolute;right: -44px;top: 14px;z-index: 9999;} */

.header-nav ul li.current_page_item a {
	color: #EF511C;
	font-style: normal;
}

.main-blog {
	display: block;
	width: 100%;
	padding: 0;
}
.blog .main-blog, .single .main-blog {
	padding: 0 0 0;
}
#navigation {
	border-bottom:1px solid #ddd;
}
.home #navigation {
	border-bottom: none;
}
.main-blog .content-area {
	float: left;
	width: 100%;
	padding: 0;
}

.main-blog .blog-sidebar {
	float: right;
	width: 350px;
}

.print-id {
	display: none;
}

.single-author .entry-meta .author {
	display: inline-block;
}

.post-data .categories-links {
	display: none;
}

.post-data {
	display: block;
	width: 100%;
}

/* .post-data .entry-meta {
	display: inline-block;
} */

.main-blog .comment-counts .comments-link {
	float: left;
}

.post-data .date {
    /* display: inline-block; */
    /* float: left; */
    padding: 0 2em;
    position: relative;
    text-align: center;
}

.single-author .entry-meta .author {
	display: inline-block;
	float: left;
	margin-right: 0;
}

.post-data .comment-counts {
    display: inline-block;
    float: left;
    margin-right: 0;
    padding: 0;
}

.post-image-para {
	display: block;
	margin: 0 0 40px;
	width: 100%;
	position: relative;
}
.post-data .date:before {
    content: "|";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #999;
}
.post-image-para .post-image {
	display: inline-block;
	position: relative;
	margin: 0 35px 0 0;
	width: 305px;
}

.post-image-para .post-para {
	display: inline-block;
	vertical-align: top;
	width: 415px;
}

.post-para .meta-nav {
	display: none;
}
.post-para .entry-content p:first-child img{
	width: 112%;
	max-width: inherit;
	margin:0 0 0 -6% !important;
	padding-bottom: 1.875em;
}
.post-para p {
	color: #000;
    display: block;
    font-size: 1em;
    line-height: 1.5;
    text-align: left;
    width: 100%;
    font-weight: 300;
    font-style: normal;
    font-family: 'museo_sans_cyrl';
}

.post-para p a {
	/* color: #248fd4; */
	color:#ef511c;
	font-size: inherit;
	font-weight: 300;
	margin: 20px 0 0;
	width: auto;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-pagination {
	display: block;
	width: 100%;
	margin: 20px 0 0;
}

.main-blog .widget {
	background: none;
	margin: 0;
}

.blog-sidebar aside {
	position: relative;
}

.blog-sidebar aside:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #EF511C transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.blog-sidebar #text-2:after {
	font-size: 150px;
	position: absolute;
	right: 10px;
	top: 10px;
	content: "";
	font-family: FontAwesome;
	color: #f7f7f7;
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	z-index: -1;
}

.title-name {
	display: block;
	margin: 30px 0 30px;
	width: 100%;
}

.title-name h1 {
	color: #000;
    font-size: 2.325em;
    font-weight: 700;
    line-height: 1.188em;
    text-align: center;
	font-family: 'museo_sans_cyrl';
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}
.title-name h1:after{
	content: "";
	width: 3em;
    height: auto;
    display: block;
    border-bottom: 3px solid #EF511c;
    margin: 0.5em auto 0 auto;
}

.title-name h1 a {
	color: #000;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.title-name h1 a:hover {
	color: #00527b;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.main-blog article {
	/* padding: 30px 0; */
	width: 100%;
	
}

.main-blog article:first-child {
	padding: 0 0 30px;
}

.main-blog .post-data a {
    color: #828282;
    font-size: 1.125em;
    font-weight: 400;
    line-height: 28px;
    margin: 0 20px 0 0;
    padding: 0 0 0 22px;
    position: relative;
    text-transform: capitalize;
}
.post-data .date:after {
    content: "|";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);
    color: #999;
}
.main-blog .post-data .date a::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}

.main-blog .post-data .date a {
    margin: 0;
    padding: 0 0 0 26px;
}

.main-blog .post-data .author a::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}

.main-blog .post-data .comment-counts a::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 1px;
}

.main-blog .post-data .comment-counts a {
	padding: 0 0 0 25px;
}

.category-name {
	bottom: 13px;
	left: 1px;
	position: absolute;
}

.category-name h4 {
	background: #00527b none repeat scroll 0 0;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	padding: 6px 6px 7px 12px;
	position: relative;
}

.category-name h4 a {
	color: #fff;
}

.category-name h4:after {
	border-color: transparent transparent transparent #00527b;
	border-style: solid;
	border-width: 35px 0 0 22px;
	content: "";
	height: 0;
	position: absolute;
	right: -22px;
	top: 0;
	width: 0;
}

.category-name h4:hover {
	background: #248fd4;
}

.category-name h4:hover:after {
	border-color: transparent transparent transparent #248fd4;
}

.post-para p a:hover {
	color: #EF511c;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.main-blog .post-data a:hover {
	color: #EF511C;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.post-para p a.more-link {
	color: #00527b;
	font-weight: 700;
	font-size: 18px;
}

.post-para p a.more-link:hover {
	color: #248fd4;
}

.post-image-para .entry-summary a {
	color: #00527b;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.post-image-para .entry-summary a:hover {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.post-image img {
	width: 100%;
}



.blog-pagination li .page {
	background: transparent none repeat scroll 0 0;
	border: none;
	color: #EF511C;
	font-size: 1.125em;
	font-weight: 600;
	padding: 0.55em;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	border-bottom: 0.055em solid transparent;
}
.blog-pagination li .current {
	border-bottom: 0.055em solid #ef511c;
}

.blog-pagination li a.prev, .blog-pagination li a.next {
	background: #ef511c none repeat scroll 0 0;
    border-radius: 0.277em;
    border: 0.055em solid #ef511c;
	color: #fff;
	font-size: 1.125em;
	font-weight: 600;	
	padding: 0.5em 2em;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
    overflow: hidden;
    position: relative;
	text-align: center;
	text-indent: -99em;
}
.blog-pagination li a.prev{
	margin-right: 1em;
}
.blog-pagination li a.next {
	margin-left: 1em;
}
.blog-pagination li a.prev:after, .blog-pagination li a.next:after{
	content: "Prev";
    position: absolute;
    left: 0;
    right: 0;
    text-indent: 0em;
    display: inline-block;
}
.blog-pagination li a.next:after{
	content: "Next";
}
.blog-pagination li a.next:hover ,.blog-pagination li a.prev:hover{
	border:0.055em solid #ef511c;
	color:#ef511c;
	background:transparent;
}

ol.wp-paginate{
	display: flex;
	align-items: center;
	justify-content: center;
    margin: 3em 0;
}
.blog-pagination li a:hover {
	background: none;
	color: #000;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-sidebar .widget-area {
	float: none;
	width: 100%;
}
.blog-sidebar #text-2 {
	border: 1px solid #d5d5d5;
	margin: 0;
	padding: 50px 35px;
	width: 100%;
}

.blog-sidebar aside h3 {
	color: #000;
	font-size: 28px;
	font-weight: 800;
}

.blog-sidebar #text-2 p {
	color: #666666;
	display: block;
	font-size: 16px;
	line-height: 28px;
	margin: 15px 0 0;
	text-align: justify;
	width: 100%;
}

.blog-sidebar #text-2 table {
	width: 100%;
	margin: 20px 0 0;
}

.blog-sidebar #text-2 input[type="text"] {
	margin: 0 0 12px;
	color: #888888;
	display: inline-block;
	font-size: 16px;
	outline: medium none;
	padding: 15px 20px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #d5d5d5;
	outline: none;
}

.blog-sidebar #text-2 input[type="submit"] {
	background: #EF511C;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	padding: 15px 20px;
	border: none;
	outline: none;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	text-align: center;
	width: 100%;
}

.blog-sidebar #text-2 input[type="submit"]:hover {
	background:#ff6e3e;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.rss-reader {
	display: block;
	margin: 30px 0 0;
	width: 100%;
}

.rss-reader h5 {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 30px;
}

.rss-reader i {
	border: 1px solid #d5d5d5;
	color: #ff7e00;
	display: inline-block;
	font-size: 24px;
	margin: 0 10px 0 0;
	padding: 10px 12px;
	vertical-align: middle;
}

.rss-reader h4 {
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	vertical-align: middle;
}

.blog-sidebar #execphp-2::before {
	display: none;
}

.blog-sidebar #execphp-3::before {
	display: none;
}

.blog-sidebar #execphp-3 {
	padding: 30px 0 0;
}

.blog-sidebar #execphp-4::before {
	display: none;
}

.blog-sidebar #execphp-4 {
	padding: 60px 0;
}

.blog-sidebar #execphp-2 h3 {
	background: #00527b none repeat scroll 0 0;
	color: #fff;
	font-size: 28px;
	font-weight: 800;
	padding: 15px 25px;
	width: 100%;
}

.blog-sidebar #execphp-2 {
	padding: 0;
}

.sidebar-social {
	display: block;
	margin: 30px 0 0;
	width: 100%;
}

.sidebar-social ul li:nth-child(5n) {
	margin: 0 0 20px;
}

.sidebar-social ul li {
	display: inline-block;
	margin: 0 23px 30px 0;
	padding: 0;
	width: auto;
}

.rpwwt-widget aside {
	padding: 0;
}

.rpwwt-widget aside h3 {
	border: 1px solid #d5d5d5;
	font-size: 28px;
	padding: 15px 30px;
	width: 100%;
}

.rpwwt-widget ul {
	margin: 40px 0;
	width: 100%;
}

.blog-sidebar #rpwwt-recent-posts-widget-with-thumbnails-2 ul li {
	display: block;
	margin: 0 0 40px;
	padding: 0;
	width: 100%;
}

.blog-sidebar #rpwwt-recent-posts-widget-with-thumbnails-2 img {
	display: inline-block;
	height: auto;
	margin: 0 30px 0 0;
	vertical-align: middle;
	width: 100px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
}

.rpwwt-widget li span {
	color: #000;
	display: inline-block;
	font-size: 17px;
	font-weight: 700;
	line-height: 24px;
	vertical-align: middle;
	width: 180px;
}

.rpwwt-widget li span:hover {
	color:  #ff6e3e;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-sidebar #rpwwt-recent-posts-widget-with-thumbnails-2 ul li a {
	display: inline-block;
	width: 100%;
}

.sidebar-social ul li img {
	transform: rotate(0deg) scale(1);
	-webkit-transform: rotate(0deg) scale(1);
	-moz-transform: rotate(0deg) scale(1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.sidebar-social ul li img:hover {
	transform: rotate(360deg) scale(1.2);
	-webkit-transform: rotate(360deg) scale(1.2);
	-moz-transform: rotate(360deg) scale(1.2);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-sidebar #rpwwt-recent-posts-widget-with-thumbnails-2 ul li:hover img {
	transform: scale(0.8);
	-webkit-transform: scale(0.8);
	-moz-transform: scale(0.8);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-sidebar #text-4::before {
	display: none;
}

.blog-sidebar #text-4 {
	padding: 0;
}

.blog-sidebar #text-4 a {
	background: #00527b none repeat scroll 0 0;
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	padding: 15px 25px;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	display: inline-block;
}

.blog-sidebar #text-4 a:hover {
	background: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-sidebar #execphp-5 {
	padding: 0;
	margin: 60px 0 0;
}

.blog-sidebar #execphp-5 h3 {
	border: 1px solid #d5d5d5;
	font-size: 28px;
	padding: 15px 30px;
	width: 100%;
}

.email-marketing {
	display: block;
	margin: 40px 0;
	width: 100%;
}

.email-marketing {
	display: block;
	margin: 40px 0;
	width: 100%;
}

.email-marketing ul li {
	display: inline-block;
	margin: 0 40px 30px 0;
	padding: 0;
	width: 152px;
}

.email-marketing ul li:nth-child(2n) {
	margin: 0 0 30px;
}

.blog-sidebar #execphp-6 {
	border: 1px solid #d5d5d5;
	width: 100%;
	padding: 30px 35px;
}

.blog-sidebar #searchform {
	margin: 30px 0 0 0;
	width: 100%;
}

.blog-sidebar #searchform input[type="text"] {
	color: #888888;
	display: inline-block;
	font-size: 16px;
	outline: medium none;
	padding: 15px 20px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #d5d5d5;
	outline: none;
	margin: 0 0 15px;
}

.blog-sidebar #searchform input[type="submit"] {
	background: #00527b;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	padding: 15px 20px;
	border: none;
	outline: none;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	text-align: center;
	width: 100%;
}

.blog-sidebar #searchform input[type="submit"]:hover {
	background: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-sidebar #categories-3 {
	border: 1px solid #d5d5d5;
	margin: 0 0 60px;
	padding: 0;
	width: 100%;
}

.blog-sidebar #categories-3 ul {
	display: block;
	margin: 20px 0 0;
	width: 100%;
}

.blog-sidebar #categories-3 ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.blog-sidebar #categories-3 h3 {
	padding: 20px 0 0 35px;
}

.blog-sidebar #categories-3 ul {
	border-top: 1px solid #d5d5d5;
	display: block;
	margin: 20px 0 0;
	width: 100%;
}

.blog-sidebar #categories-3 ul li {
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}

.blog-sidebar #categories-3 ul li a {
	border-bottom: 1px solid #d5d5d5;
	color: #00527b;
	display: block;
	font-size: 17px;
	font-weight: 700;
	padding: 15px 10px 15px 55px;
	position: relative;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.blog-sidebar #categories-3 ul li a::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	position: absolute;
	left: 36px;
	top: 15px;
}

.blog-sidebar #categories-3 ul li a:hover {
	background: #00527b;
	color: #fff;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

footer.site-footer {
	background: #fff;
	margin: 0;
	padding: 0;
}

.footer-top {
	padding: 4.375em 0 2.75em;
	margin: 0;
}

.footer-links {
	display: block;
	text-align: left;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.footer-links ul {
	display: table;
	margin: 0 auto;
	padding: 0 0 30px;
	width: auto;
}

.footer-links ul li {
	display: inline-block;
	position: relative;
	width: auto;
}

.footer-links ul li:first-child a {
	padding-left: 0;
}

.footer-links ul li:last-child a {
	border-right: none;
}

.footer-links ul li a {
	border-right: 1px solid #fff;
	color: #fff;
	font-size: 14px;
	font-weight: 500;
	padding: 0 10px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.footer-links ul li:last-child a {
	border-right: none;
	padding-right: 0;
}

.footer-bottom {
	padding: 1.8em 0;
	background-color: #E9E9E9;
}

.copy-right {
	margin: 0;
	width: 100%;
}

.copy-right p {
	color: #000;
	margin: 0;
	padding:0;
	font-size: 1.125em;
}

.footer-links ul li a:hover {
	color: #cec8c8;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}


/* end home page */

.single-post .post-data {
	margin: 0 0 40px;
}

.single-post .post-image-para .post-image {
	margin: 0 0 40px;
	width: 100%;
	display: none;
}

.single-post .post-image-para .post-para {
	margin: 0 0 20px;
	width: 100%;
}

.single-post .category-name {
	display: none;
}

.blog-sidebar ul.error {
	background: none;
	color: #eb340a;
	padding: 0;
}

.blog-sidebar ul.error li {
	padding: 0;
}

.blog-sidebar span.success {
	background: none;
	color: #0d6d06;
	padding: 0;
	margin: 10px 0 0;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

.blog-sidebar #frm-subscriptionFront {
	position: relative;
}

.blog-sidebar .newsletter-error {
	color: #eb340a;
	font-size: 13px;
	font-weight: 600;
	width: 300px;
	margin: 5px 0 0 0;
}

.post-image-para .entry-summary {
	display: inline-block;
	vertical-align: top;
	width: 415px;
}

.post-image-para .entry-summary p {
	color: #666666;
	display: block;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	width: 100%;
}

.search-no-results .main-blog header {
	background: #EF511C none repeat scroll 0 0;
}

.search-no-results .main-blog header h1 {
	color: #fff;
	font-size: 30px;
	font-style: normal;
	font-weight: 400;
	text-align: center;
}

.search-no-results .main-blog .page-content {
	max-width: 100%;
}

.search-no-results .main-blog .page-content p {
	color: #666666;
	display: block;
	font-size: 16px;
	line-height: 28px;
	text-align: justify;
	width: 100%;
}

.search-no-results .main-blog input[type="search"] {
	color: #888888;
	display: inline-block;
	font-size: 16px;
	outline: medium none;
	padding: 12px 20px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	width: 300px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #d5d5d5;
	outline: none;
	margin: 0 0 15px;
}

.error404 .page-title::before {
	color: #ef511c !important;
}
body.error404 .page-title {
	font-size: 26px;
	font-style: normal;
	font-weight: 400;
}

.page .full-width {
	display: block;
	padding: 2em 0;
	width: 100%;
}

.full-width h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	margin: 0 0 30px;
	color: #000;
}

.full-width p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 0;
	text-align: justify;
	display: block;
}

.full-width p.image {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

.full-width .image-para {
	display: inline-block;
	margin: 0 40px 0 0;
	width: 83%;
}

.full-width p a {
	color: #00527b;
	display: inline-block;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.full-width p a:hover {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.full-width h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 20px;
	color: #000;
}

.full-width ul {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.full-width ul li {
	color: #666666;
	display: block;
	margin: 0 0 10px;
	padding: 0 0 0 35px;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 28px;
}

.full-width ul li::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	left: 15px;
	position: absolute;
	top: 0;
}

.full-width ul li a {
	color: #00527b;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.full-width ul li a:hover {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.full-width p img {
	border: 4px solid #eee;
}

.page-sidebar #primary h1 {
	font-size: 35px;
	font-weight: 600;
	line-height: 45px;
	margin: 0 0 30px;
	color: #000;
}

.page-sidebar #primary p {
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.5;
	margin: 0 0 20px;
	text-align: justify;
	display: block;
}

.page-sidebar #primary h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 20px;
	color: #000;
}

.page-sidebar #primary ul {
	display: block;
	margin: 0 0 30px;
	padding: 0;
	width: 100%;
}

.page-sidebar #primary ul li {
	color: #000;
	display: block;
	margin: 0.625em 0;
	padding: 0 0 0 1.5em;
	width: 100%;
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 300;
}

.page-sidebar #primary ul li::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 18px;
	left:0;
	position: absolute;
	top: 0;
	line-height: 1.2;
}

.page-sidebar #primary ul li a {
	color: #EF511C;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.page-sidebar #primary ul li a:hover {
	color: #ff6e3e;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.page-sidebar #primary p a {
	color: #EF511C;
	display: inline-block;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.page-sidebar #primary p a:hover {
	color: #ff6e3e;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.page-sidebar #primary p a img {
	border: 4px solid #eee;
}

.page-sidebar #primary h2 {
	border-top: 1px solid #d5d5d5;
	color: #000;
	font-size: 26px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 20px;
	padding: 20px 0 0;
}

.page-sidebar #primary ul.line-height a {
	line-height: 26px;
}

.page-sidebar #primary ul.line-height li::before {
	top: 3px;
}

.page-sidebar .entry-content img.alignright,
.page-sidebar .entry-content .wp-caption.alignright {
	margin-right: 0;
}

.full-width .entry-content img.alignright,
.full-width .entry-content .wp-caption.alignright {
	margin-right: 0;
}

.image-right {
	float: right;
}

.about-image {
	display: block;
	margin: 40px 0;
	width: 100%;
}

.full-width .about-social a {
	border-right: 1px solid #fff;
	line-height: 20px;
	padding: 8px 10px;
	color: #fff;
}

.about-social a:last-child {
	border-right: none;
}

p.align-center {
	margin: 30px 0 0;
	text-align: center;
}

.full-width ul li span {
	color: #000;
	font-weight: 600;
}

.full-width table a {
	color: #00527b;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.full-width table a:hover {
	color: #248fd4;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.full-width table strong.big {
	font-size: 20px;
}

.full-width table td img {
	border: 4px solid #eee;
}

.records {
	display: inline-block;
	margin: 20px 0 0;
	width: 100%;
}

.full-width .about-social a:hover {
	background: #248fd4;
	color: #fff;
}

.contact form p {
	color: #666666;
	margin: 0 0 20px;
}

.contact form input[type="text"],
.contact form input[type="email"],
.contact form textarea {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #666666;
	margin: 5px 0 0;
	padding: 10px;
	resize: none;
	width: 90%;
	border: 1px solid #d5d5d5;
}

.contact form input[type="submit"] {
	background: #EF511C;
	border: medium none;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	color: #fff;
}

.contact form input[type="submit"]:hover {
	background: #000;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.contact div.wpcf7-validation-errors {
	border: medium none;
	color: #eb340a;
	font-size: 16px;
	font-weight: 600;
	margin: 10px 0 20px;
	padding: 0;
}

.thank-you h1 {
	color: #ef511c;
	font-size: 48px;
	font-weight: 600;
	line-height: 60px;
	margin: 0 0 22px;
	text-align: center;
	text-transform: uppercase;
	width: 100%;
}

.thank-you h2 {
	color: #ef511c;
	font-size: 30px;
	font-weight: 500;
	line-height: 40px;
	margin: 10px 0;
	text-align: center;
	width: 100%;
}

.thank-you bdi {
	color: #ef511c;
}

.thank-you p {
	color: #000;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 12px 0 0;
	text-align: center;
	width: 100%;
}

.thank-you span.thumb {
	background: url(images/thank-thumbs.png) no-repeat;
	display: table;
	height: 312px;
	width: 312px;
	margin: 25px auto 0;
}

.contact.speak {
	width: 50%;
}

.grammarly img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.grammarly img:hover {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.wrike img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.wrike img:hover {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.email-marketing ul li img {
	width: 100%;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.email-marketing ul li img:hover {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.header-add img {
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.header-add img:hover {
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.contact form b {
	color: #f00;
}

em {
    display: inline-block;
    margin: 0px 0 0;
    font-style: normal;
}

img.cms-add-to-cart {
	margin: 10px 0;
}

h4 span {
	color: #00527b;
}

.single .entry-content {
	/*position: relative;*/
}

.sharify-container li {
	min-width: 8%;
}

.sharify-container span.sharify-title {
	display: none;
}

.single-post .sharify-container {
	left: -120px;
	padding: 0;
	position: absolute;
	top: 0;
	width: auto;
}

.sharify-container li {
	display: block;
	margin: 0 0 20px !important;
	width: 95px;
	float: none;
}

.sharify-container li a:hover {
	color: #fff;
}

.sharify-container li a {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	line-height: 35px;
}

.sharify-container li a span:first-child {
	border-right: 1px solid #ebedf0;
	padding-right: 10px;
}

.single-post .sharify-container li.sharify-btn-gplus span {
	padding-right: 3px;
}

.sharify-container li a:hover {
	opacity: 0.7;
}

.sharify-facebook::before {
	content: "";
	font-family: FontAwesome;
}

.sharify-gplus::before {
	content: "";
	font-family: FontAwesome;
}

.sharify-mail::before {
	content: "";
	font-family: FontAwesome;
}

.sharify-container li.sharify-btn-email span.sharify-title {
	display: block;
}

.sharify-container li.sharify-btn-facebook a {
	background: rgb(88, 145, 199);
	background: -moz-linear-gradient(90deg, rgb(88, 145, 199) 21%, rgb(49, 80, 150) 73%);
	background: -webkit-linear-gradient(90deg, rgb(88, 145, 199) 21%, rgb(49, 80, 150) 73%);
	background: -o-linear-gradient(90deg, rgb(88, 145, 199) 21%, rgb(49, 80, 150) 73%);
	background: -ms-linear-gradient(90deg, rgb(88, 145, 199) 21%, rgb(49, 80, 150) 73%);
	background: linear-gradient(180deg, rgb(88, 145, 199) 21%, rgb(49, 80, 150) 73%);
}

.sharify-container li.sharify-btn-twitter a {
	background: rgb(0, 207, 255);
	background: -moz-linear-gradient(90deg, rgb(0, 207, 255) 21%, rgb(0, 165, 255) 73%);
	background: -webkit-linear-gradient(90deg, rgb(0, 207, 255) 21%, rgb(0, 165, 255) 73%);
	background: -o-linear-gradient(90deg, rgb(0, 207, 255) 21%, rgb(0, 165, 255) 73%);
	background: -ms-linear-gradient(90deg, rgb(0, 207, 255) 21%, rgb(0, 165, 255) 73%);
	background: linear-gradient(180deg, rgb(0, 207, 255) 21%, rgb(0, 165, 255) 73%);
}

.sharify-container li.sharify-btn-linkedin a {
	background: rgb(28, 173, 211);
	background: -moz-linear-gradient(90deg, rgb(28, 173, 211) 21%, rgb(15, 100, 173) 73%);
	background: -webkit-linear-gradient(90deg, rgb(28, 173, 211) 21%, rgb(15, 100, 173) 73%);
	background: -o-linear-gradient(90deg, rgb(28, 173, 211) 21%, rgb(15, 100, 173) 73%);
	background: -ms-linear-gradient(90deg, rgb(28, 173, 211) 21%, rgb(15, 100, 173) 73%);
	background: linear-gradient(180deg, rgb(28, 173, 211) 21%, rgb(15, 100, 173) 73%);
}

.sharify-container li.sharify-btn-gplus a {
	background: rgb(246, 0, 0);
	background: -moz-linear-gradient(90deg, rgb(246, 0, 0) 21%, rgb(238, 0, 0) 73%);
	background: -webkit-linear-gradient(90deg, rgb(246, 0, 0) 21%, rgb(238, 0, 0) 73%);
	background: -o-linear-gradient(90deg, rgb(246, 0, 0) 21%, rgb(238, 0, 0) 73%);
	background: -ms-linear-gradient(90deg, rgb(246, 0, 0) 21%, rgb(238, 0, 0) 73%);
	background: linear-gradient(180deg, rgb(246, 0, 0) 21%, rgb(238, 0, 0) 73%);
}

.sharify-container li.sharify-btn-email a {
	background: rgb(86, 141, 196);
	background: -moz-linear-gradient(90deg, rgb(86, 141, 196) 21%, rgb(48, 78, 149) 73%);
	background: -webkit-linear-gradient(90deg, rgb(86, 141, 196) 21%, rgb(48, 78, 149) 73%);
	background: -o-linear-gradient(90deg, rgb(86, 141, 196) 21%, rgb(48, 78, 149) 73%);
	background: -ms-linear-gradient(90deg, rgb(86, 141, 196) 21%, rgb(48, 78, 149) 73%);
	background: linear-gradient(180deg, rgb(86, 141, 196) 21%, rgb(48, 78, 149) 73%);
}

.sharify-container li.sharify-btn-reddit a {
	background: rgb(241, 90, 41);
	background: -moz-linear-gradient(90deg, rgb(241, 90, 41) 21%, rgb(229, 50, 23) 73%);
	background: -webkit-linear-gradient(90deg, rgb(241, 90, 41) 21%, rgb(229, 50, 23) 73%);
	background: -o-linear-gradient(90deg, rgb(241, 90, 41) 21%, rgb(229, 50, 23) 73%);
	background: -ms-linear-gradient(90deg, rgb(241, 90, 41) 21%, rgb(229, 50, 23) 73%);
	background: linear-gradient(180deg, rgb(241, 90, 41) 21%, rgb(229, 50, 23) 73%);
}

.sharify-container li.sharify-btn-pinterest a {
	background: #cb2027;
}

.tags-links a {
	margin-right: 2px !important;
}

.tags-links {
	display: block;
	padding: 0 0 5px 0;
}

.tags-links a:first-child::before {
	font-size: 20px;
	left: -4px;
}

.tags-links a:first-child {
	padding-left: 3px;
}

.post-data h5 {
	color: #666666;
	display: table;
	font-size: 16px;
	font-weight: 400;
	margin: 0 auto;
	width: auto;
}

.entry-summary .meta-nav {
	display: none;
}

.comments-link span {
	color: #999999;
	display: inline-block;
	font-size: 16px;
	font-weight: 400;
	margin: 4px 0 0;
}
.comments-link span:hover{
	color: #EF511C;
}
.single-post .entry-content ul {
	display: block;
	margin: 10px 0;
	padding: 0;
	width: 100%;
	font-weight: 300;
    font-style: normal;
    font-family: 'museo_sans_cyrl';
}

.single-post .entry-content ul li {
	color: #000;
	display: block;
    margin: 0.625em 0;
    padding: 0 0 0 1.25em;
	width: 100%;
	position: relative;
	font-size: 0.975em;
	line-height: 1.5;
}

.single-post .entry-content ul li  b{
	color: #000;
	font-weight: 700;
}
.single-post .entry-content ul li::before {
	content: "";
	display: inline-block;
	font-family: FontAwesome;
	font-size: 1.2em;
	position: absolute;
	left: 0;
	top: 0;
	line-height: 1.2;
}

.single-post .entry-content ul li a {
	color: #EF511c;
	font-weight: 400;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post .entry-content ul li a:hover {
	color: #EF511c;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post .entry-content strong a {
	color: #EF511c;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post .entry-content strong a:hover {
	color: #EF511c;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.post-para .entry-content div {
	margin: 0 0 10px !important;
}

.post-para .entry-content p {
	margin: 0 0 25px;
}

.post-para .entry-content p img.alignright {
	margin-right: 0;
}
.single-post .entry-content ol{
	padding: 0 0 0 1em;
	margin: 10px 0;
}
.single-post .entry-content ol li {
	color: #000;
	margin: 0.625em 0;
	padding: 0;
	width: 100%;
	font-size: 1em;	
	font-weight: 300;
    font-style: normal;
	font-family: 'museo_sans_cyrl';
	line-height: 1.5
}

.post-para .entry-content h2 {
	color: #000;
	font-size: 1.5em;
	font-weight: 700;
	line-height: 1.075em;
	margin: 0 0 1em;
	padding: 1em 0 0;
	/* font-family: Lato !important; */
}

.post-para .entry-content h3 {
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 20px;
	color: #000;
}

.post-para .entry-content h4 {
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
	margin: 0 0 20px;
	color: #000;
}

.post-para .entry-content h4 span {
	color: #248fd4 !important;
}

.post-para .entry-content div.relatedposts {
	border-top: 1px solid #d5d5d5;
	display: block;
	margin: 40px 0 0 !important;
}

.post-para .entry-content .relatedposts h3 {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	margin: 30px 0;
}

.post-para .entry-content div.relatedposts .relatedposts-inner {
	background: #f8f8f8;
	border-bottom: 1px solid #d5d5d5;
	border-top: 1px solid #d5d5d5;
	display: block;
	margin: 0 !important;
	padding: 40px;
	width: 100%;
}

.relatedposts .relatedposts-inner a {
	border: 0 none !important;
	margin: 0 50px 0 0;
	padding: 0 !important;
	text-align: left !important;
	width: 193px !important;
	float: left;
}

.relatedposts .relatedposts-inner a .related-text {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	margin: 0 !important;
}

.relatedposts .relatedposts-inner a .related-image {
	background-size: cover !important;
	margin: 0 0 30px !important;
	width: 100% !important;
	transform: scale(1);
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.relatedposts .relatedposts-inner a:last-child {
	margin: 0;
}

.relatedposts .relatedposts-inner a:hover .related-text {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.relatedposts .relatedposts-inner a:hover .related-image {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.relatedposts-inner::before,
.relatedposts-inner::after {
	clear: both;
	content: "";
	display: block;
}

.main-blog .comment-respond {
	background: none;
	padding: 0;
	margin: 0 0 60px;
}

#commentform {
	border: 1px solid #d5d5d5;
	display: block;
	margin: 35px 0;
	padding: 25px 40px 40px;
	width: 100%;
}

.comment-respond h3 {
	color: #000;
	display: block;
	font-size: 32px;
	font-style: normal;
	font-weight: 800;
}

.main-blog #commentform p {
	display: inline-block;
	margin: 0;
	width: 315px;
	position: relative;
}

.main-blog #commentform p.comment-form-email {
	float: right;
}

.main-blog #commentform p.comment-form-title {
	float: right;
}

.main-blog #commentform p.comment-form-comment {
	width: 100%;
}

#commentform .form-allowed-tags {
	display: none !important;
}

#commentform .comment-notes {
	display: none !important;
}

#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"] {
	color: #666666;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 20px 10px 15px 25px;
	width: 315px;
	font-size: 16px;
	font-weight: 400;
	border: none;
	border-bottom: 1px solid #d5d5d5;
}

#commentform textarea {
	color: #666666;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 20px 10px 15px 25px;
	font-size: 16px;
	font-weight: 400;
	width: 315px;
	resize: none;
	width: 100%;
	border: none;
	border-bottom: 1px solid #d5d5d5;
}

#commentform input[type="submit"] {
	background: #00527b;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
}

.main-blog #commentform p.form-submit {
	display: block;
	margin: 30px 0;
	width: 100%;
}

#gasp_p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
}

#commentluv div#cl_messages {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 0 0 20px;
	width: 100%;
}

.preminum-note {
	color: #666666;
	display: block;
	font-size: 16px;
	font-weight: 400;
	line-height: 28px;
	margin: 20px 0 0;
	width: 100%;
}

#commentform input[type="text"]::-moz-placeholder,
#commentform input[type="email"]::-moz-placeholder,
#commentform input[type="url"]::-moz-placeholder,
#commentform textarea::-moz-placeholder {
	color: #888888;
	opacity: 1;
}

#commentform input[type="text"]::-webkit-placeholder,
#commentform input[type="email"]::-webkit-placeholder,
#commentform input[type="url"]::-webkit-placeholder,
#commentform textarea::-webkit-placeholder {
	color: #888888;
	opacity: 1;
}

.main-blog #commentform p:before {
	color: #999999;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}

.comment-form-author::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 22px;
}

.comment-form-email::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 22px;
}

.comment-form-url::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 22px;
}

.comment-form-title::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 22px;
}

.comment-form-comment::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: 22px;
}

.main-blog input.cl_error {
	border: 1px solid #fba1a1 !important;
}

#gasp_p div.checker span.checked {
	background-position: 0 bottom;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}

#gasp_p div.checker span {
	background: url(images/commentluv-sprite.png) no-repeat 0 top;
	display: block;
	height: 16px;
	width: 18px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}

#gasp_p div.checker,
#gasp_p div.checker span,
#gasp_p div.checker input {
	height: 16px;
	width: 18px;
	cursor: pointer;
}

#commentluv div.checker span.checked {
	background-position: 0 bottom;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}

#commentluv div.checker span {
	background: url(images/commentluv-sprite.png) no-repeat 0 top;
	display: block;
	height: 16px;
	width: 18px;
	transition: all 0.5s ease-out 0s;
	-webkit-transition: all 0.5s ease-out 0s;
	-moz-transition: all 0.5s ease-out 0s;
}

#commentluv div.checker,
#gasp_p div.checker span,
#gasp_p div.checker input {
	height: 16px;
	width: 18px;
	cursor: pointer;
}

.main-blog #commentform p#gasp_p {
	margin: 0 0 10px;
}

.comment-form-title label {
	display: none;
}

#comments h2.comments-title {
	color: #000;
	font-size: 32px;
	font-weight: 800;
	margin: 0 0 30px;
	font-style: normal;
}

.single-post .main-blog .post-image-para {
	margin: 0;
}

.single-post .main-blog article {
	padding: 0;
}

#comments>ol {
	background: #f8f8f8;
	margin: 0 0 40px;
	padding: 40px;
}

#comments ol .cluv {
	border: none;
	margin: 20px 0 0;
	padding: 10px 0;
	border-top: 1px solid #d5d5d5;
	color: #00527b;
	font-weight: 600;
}

#comments ol .cluv a {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	font-weight: 400;
	line-height: 30px;
}

#comments ol .cluv a:hover {
	color: #00527b;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

#comments ol #commentform input[type="text"],
#comments ol #commentform input[type="email"],
#comments ol #commentform input[type="url"] {
	color: #666666;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 20px 10px 15px 25px;
	width: 100%;
	font-size: 16px;
	font-weight: 400;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	background: #f8f8f8;
}

#comments ol #commentform p.comment-form-email {
	float: right;
}

#comments ol #commentform p.comment-form-title {
	float: right;
}

#comments ol #commentform textarea {
	color: #666666;
	display: block;
	margin: 0;
	max-width: 100%;
	padding: 20px 10px 15px 25px;
	font-size: 16px;
	font-weight: 400;
	width: 315px;
	resize: none;
	width: 100%;
	border: none;
	border-bottom: 1px solid #d5d5d5;
	background: #f8f8f8;
}

.main-blog #comments ol #commentform p {
	display: inline-block;
	margin: 0;
	position: relative;
	width: 280px;
}

.main-blog #comments ol #commentform p.comment-form-comment {
	width: 100%;
}

.main-blog #comments ol #commentform p.form-submit {
	display: block;
	margin: 30px 0;
	width: 100%;
}

.main-blog #comments ol .reply a::before {
	display: none;
}

.main-blog #comments ol .reply a {
	background: #00527b;
	border: none;
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 10px 20px;
	display: inline-block;
}

.main-blog #comments ol a.comment-date::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: -7px;
}

.main-blog #comments ol a.comment-date {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	margin: 0 40px 0 0;
	padding: 0 0 0 22px;
	position: relative;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.main-blog #comments ol .reply {
	display: block;
	float: right;
	width: 100%;
	text-align: right;
}

.main-blog #comments ol a.comment-date:hover {
	color: #00527b;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.main-blog #comments ol b .url::before {
	content: "";
	font-family: FontAwesome;
	left: 0;
	position: absolute;
	top: -7px;
}

.main-blog #comments ol b .url {
	color: #999999;
	font-size: 16px;
	font-weight: 400;
	line-height: 34px;
	padding: 0 0 0 22px;
	position: relative;
	text-transform: capitalize;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s
}

.main-blog #comments ol b .url:hover {
	color: #00527b;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	position: relative;
}

.main-blog #comments ol .comment-content p {
	color: #666666;
	font-size: 16px;
	font-weight: 400;
	line-height: 26px;
	margin: 0 0 10px 0;
}

.main-blog #comments ol .edit-link {
	display: none;
}

.main-blog #comments ol .comment-content {
	border-bottom: 1px solid #d5d5d5;
	margin: 0 0 20px;
}

.main-blog #comments ol .reply a:hover {
	background: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

#commentform input[type="submit"]:hover {
	background: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.main-blog #comments ol .comment-reply-title small a {
	color: #00527b;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.main-blog #comments ol .comment-reply-title small a:hover {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.comment-reply-title small a::before {
	font-weight: 700;
}

.main-blog #commentform p.logged-in-as {
	color: #666;
}

.main-blog #commentform p.logged-in-as a {
	color: #00527b;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.main-blog #commentform p.logged-in-as a:hover {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.fo-no-comments {
	display: none;
}

.page .fo-no-comments {
	display: block;
}

.post-para p em a {
	display: inline-block;
}

.post-para .entry-content h3 span {
	color: #00527b !important;
}

span.wpcf7-not-valid-tip {
	color: #eb340a;
}

.comment-reply-title small a {
	width: 18px;
}

.main-blog .comment-form-author:before,
.main-blog .comment-form-author:after,
.main-blog .comment-form-email:before,
.main-blog .comment-form-email:after,
.main-blog .comment-form-url:before,
.main-blog .comment-form-url:after,
.main-blog .comment-body:before,
.main-blog .comment-body:after {
	display: block !important;
}

.single-post .post-para .entry-content p a {
	margin: 0;
	width: auto;
}

.single-post .entry-content ol li em a {
	color: #00527b;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post .entry-content ol li em a:hover {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post .post-para .entry-content p a .infography {
	width: 100%;
	max-width: 100%;
}

.post-para .entry-content h5 span {
	color: #00527b !important;
	font-weight: 600;
	font-size: 14px;
	margin: 0 0 5px 0;
	display: block;
}

.single-post .post-para .entry-content div a {
	color: #00527b;
	font-weight: 600;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post .post-para .entry-content div a:hover {
	color: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post .post-para .entry-content p a img {
	width: 100%;
}

.write-form input[type="text"] {
	color: #888888;
	display: inline-block;
	font-size: 16px;
	outline: medium none;
	padding: 15px 20px;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #d5d5d5;
	outline: none;
}

.write-form input[type="submit"] {
	background: #00527b;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	padding: 15px 20px;
	border: none;
	outline: none;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	text-align: center;
	width: 100%;
}

.write-form input[type="submit"]:hover {
	background: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.write-form .widgetGuts table td {
	width: 100%;
}

.write-form {
	display: block;
	margin: 20px auto 0;
	width: 300px;
}

.write-form .widgetGuts table {
	width: 100%;
	padding: 0 0 10px;
}

.write-form ul.error {
	background: none;
	color: #eb340a;
	padding: 0;
	margin: 0;
}

.write-form ul.error li {
	padding: 0;
	color: #eb340a;
}

.write-form span.success {
	background: none;
	color: #0d6d06;
	padding: 0;
	margin: 0 0 10px;
	-moz-hyphens: none;
	-webkit-hyphens: none;
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}

.write-form #frm-subscriptionFront {
	position: relative;
}

.write-form .newsletter-error {
	color: #eb340a;
	font-size: 13px;
	font-weight: 600;
	width: 300px;
	margin: 5px 0 0 0;
}

.write-form ul li::before {
	content: "";
}

.contact div.wpcf7-mail-sent-ng {
	border: medium none;
	color: #eb340a;
	font-weight: 600;
	margin: 10px 0;
	padding: 0;
}

.post-para .entry-content li img.alignright {
	margin-right: 0;
}

.single-post .post-para .entry-content p a img.alignleft {
	margin-left: 0;
}

.post-para .entry-content h4 img.alignright {
	margin-right: 0;
}

.post-para .entry-content h4 img.alignleft {
	margin-left: 0;
}

.post-para .entry-content h3 img.alignleft {
	margin-left: 0;
}

.post-para .entry-content h3 img.alignright {
	margin-right: 0;
}

.post-para .entry-content figure.alignright {
	margin-right: 0;
}

.post-para .entry-content figure.alignleft {
	margin-left: 0;
}

.single-post .af-form-wrapper {
	display: block;
	margin: 0 auto;
	width: 300px;
}

.single-post .af-form-wrapper #af-form-1955804136 input[type="text"] {
	color: #888888;
	display: inline-block;
	font-size: 16px;
	outline: medium none;
	padding: 15px 20px !important;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	border: 1px solid #d5d5d5;
	outline: none;
}

.single-post .af-form-wrapper #af-form-1955804136 input[type="submit"] {
	background: #00527b;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 700;
	cursor: pointer;
	padding: 15px 20px;
	border: none;
	outline: none;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
	text-align: center;
	width: 100%;
}

.single-post .af-form-wrapper #af-form-1955804136 input[type="submit"]:hover {
	background: #248fd4;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.single-post #af-form-1955804136 .af-body label.previewLabel {
	font-size: 16px;
}

.single-post #af-form-1955804136 .af-body input.text:focus,
.single-post #af-form-1955804136 .af-body textarea:focus {
	border: 1px solid #d5d5d5;
}

.blog-pagination li a {
	display: block;
}

.blog-pagination .wp-paginate li {
	display: inline-block;
	margin: 0 0 10px;
}

.post-para .entry-content p img.alignleft {
	margin-left: 0;
}

.post-para .entry-content p img.alignright {
	margin-right: 0;
}

.main-blog article.page .page-cat {
	display: none;
}

.post-para .entry-content div img.alignright {
	margin-right: 0;
}

.post-para .entry-content div img.alignleft {
	margin-left: 0;
}

.item_note p {
	display: inline-block;
	margin: 0;
}

.main-blog div.wpcf7-mail-sent-ok {
	border: none;
	margin: 0 0 10px;
	padding: 0;
	color: #0d6d06;
	font-weight: 600;
}

.sharify-container.fixed {
	position: fixed;
	top: 10px;
	z-index: 99;
	left: 240px;
}


/*.se-pre-con{position:fixed;left:0px;top:0px;width:100%;height:100%;z-index:9999;background:url(images/rightmix_loading.gif) center no-repeat #fff;}*/

.records table td {
	padding: 6px 10px;
}

.rss-reader a {
	color: #EF511C;
	display: inline-block;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.rss-reader a:hover {
	color: #ff6e3e;
	transition: all 0.5s ease-in-out 0s;
	-webkit-transition: all 0.5s ease-in-out 0s;
	-moz-transition: all 0.5s ease-in-out 0s;
}

.alexa {
	display: block;
	margin: 40px 0 60px;
	width: 100%;
}

.alexa ul li {
	display: inline-block;
	padding: 0;
	width: 152px;
}

.alexa ul li a {
	display: inline-block;
	width: 100%;
}

.alexa ul li img {
	width: 100%;
}

.blog-sidebar #execphp-7 {
	padding: 0;
}

.blog-sidebar #execphp-7 h3 {
	border: 1px solid #d5d5d5;
	font-size: 28px;
	padding: 15px 30px;
	width: 100%;
}

.alexa aside:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 12px 12px 0 0;
	border-color: #00527b transparent transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
	content: "";
}

.about-social {
	background: #00527b;
	display: inline-block;
	margin: 0 0 20px;
}

.about-social p {
	margin: 0;
}

p.tom-feature {
	border: 1px solid #d5d5d5;
	padding: 10px 0;
}

.full-width p.tom-feature img {
	border: medium none;
}

.page-sidebar.contact #primary .about-social a {
	border-right: 1px solid #fff;
	line-height: 20px;
	padding: 8px 10px;
	color: #fff;
	background: #EF511C;
}

.page-sidebar.contact #primary .about-social p a:last-child {
	border-right: none;
}

.page-sidebar.contact #primary .about-social p {
	margin: 0;
}

.page-sidebar.contact #primary .about-social p {
	margin: 0;
}

.contact .about-social {
	margin: 0;
}

.page-sidebar.contact #primary .about-social a:hover {
	background: #000;
	color: #fff;
}

.blog-sidebar #text-2 form {
	display: block;
	margin: 25px 0 0;
}

.write-form label {
	font-size: 15px !important;
}

.home .tags-links {
	display: none;
}

.page .main-blog {
	padding: 30px 0 0;
}

/* .single .main-blog {
	padding: 0 0 0;
} */

.post-para .entry-content div.saboxplugin-socials {
	margin: 0 !important;
}

.saboxplugin-socials a span {
	background: #ffffff;
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	height: 30px;
	padding: 7px;
	width: 30px;
}

.saboxplugin-socials a:hover span.saboxplugin-icon-grey {
	color: #00527b;
}

.post-para .entry-content div.saboxplugin-wrap {
	margin: 30px 0 0 !important;
	padding: 20px;
}

.saboxplugin-wrap .saboxplugin-gravatar {
	padding: 0 20px;
}

.saboxplugin-wrap .saboxplugin-desc span {
	color: #666666;
}

.post-data .comment-counts .author-info {
	display: none;
}

.rpwwt-widget {
	display: block;
	margin: 60px 0 0;
}

.main-blog #comments ol b.fn .url {
	font-size: 13px;
}

.main-blog #comments .comment-author {
	max-width: 94px;
}

.single-post .post-para .entry-content div a {
	color: #248fd4;
	font-weight: 400;
}

.single-post .post-para .entry-content div a:hover {
	color: #00527b;
}

.single-post .post-para .entry-content div.saboxplugin-authorname a {
	color: #000000;
    font-size: 26px;
    line-height: 31px;
	font-family: 'museo_sans_cyrl';
	font-weight: 700;
}

.single-post .post-para .entry-content div.saboxplugin-authorname a:hover {
	color: #248fd4;
}

.single-post .post-para .entry-content p a img {
	width: auto;
}

.comment-counts .comments-link span {
	margin: 0;
}

.footer-top aside.widget-area {
	display: flex;
	justify-content: space-between;
	font-size: initial;
}

.footer-top .widget-title {
	font-size: 1.25em;
	color: #000000;
	font-style: normal;
	font-weight: 700;
	margin: 0 0 1em;
}

.footer-top p {
	color: #828282;
	line-height: 2;
	margin: 0 0 1.5em;
	font-weight: 300;
}

.site-footer .footer-top .widget-column {
	width: 33.3%;
}

.site-footer .footer-top .widget-column.footer-widget-1 {
	width: 60%;
	padding-right: 2em;
}

.site-footer .footer-top .widget-column.footer-widget-2 {
	width: 20%;
	padding: 0 2em;
}

.site-footer .footer-top .widget-column.footer-widget-3 {
	width: 20%;
	padding: 0 2em;
}

.site-footer .footer-top .widget {
	float: none;
	width: auto;
	color: inherit;
	margin: 0;
	padding: 0;
	font-size: inherit;
}

.site-footer .footer-top .footer-widget-2 .widget {
	padding: 0;
}

.site-footer .widget a {
	font-size: 1.125em;
	color: #000000;
}
.site-footer .widget a:hover {
	color: #EF511C;
}
.site-footer .social.footer-social ul li a {
	font-size: 1.8em;
	color: #b4b4b4;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}

.site-footer .social.footer-social ul li a:hover {
	color: #EF511C;
}

.widget .widget-title {
	font-family: 'museo_sans_cyrl';
}

.subscribe-section {
	background-image: url(../images/message.png);
	background-position: 105% center;
	background-size: contain;
	background-repeat: no-repeat;
	background-color: #EF511C;
	padding: 4.375em 0;
	text-align: center;
}

.subscribe {
	margin: 0;
	padding: 0;
}
.subscribe h2 {
	font-size: 2.625em;
	color: #fff;
	font-weight: 700;
	margin: 0;
	line-height: 1;
}
.subscribe p {
	font-weight: 500;
	margin: 0.8em 0 0;
	color: #FFFFFF;
	padding: 0;
}

.form-row {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	padding: 2.3em 0 0 0;
}
.fr-input {
	margin: 0 1em 0 0;
}
.fr-input input, .fr-input textarea {
	background-color: #FFFFFF;
	border-radius: 5px;
	box-shadow: 13px 13px 30px 0 rgba(90,103,109,0.15);
	border: none;
	padding: 1em 1.25em;
	color: #000000;
	height: 3.5em;
	width: 100%;
}
.btn .wpcf7-submit {
	background: #000000;
	border-radius: 5px;
	color: #fff;
	height: 3.5em;
	border: none;
	box-shadow: none;
	font-weight: 700;
	padding: 0 3em;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.btn .wpcf7-submit:hover {
	background: #fff;
	color: #EF511C;
}
.fr-input.email-input {
	max-width: 36.875em;
	width: 100%;
}
.fr-input.email-input .wpcf7-form-control-wrap {
	display: block;
}
.fr-input span.wpcf7-not-valid-tip {
	text-align: left;
	padding: 0.2em 0;
	color: #fff;
}
.subscribe div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: none;
	background: #fff;
	padding: 1em;
	border-radius: 5px;
	color: #cb2027;
	max-width: 50%;
	margin: 2em auto 0;
}

.blog_post {
	margin: 0 0 4em;
	padding: 0;
}
.blog_post ul {
	display: grid;
	grid-gap: 2em;
	grid-template-columns: 33.3% auto auto auto;
	list-style: none;
	margin: 0;
	padding: 0 2em;
	/* grid-template-rows: 380px; */
}
.blog_post ul li {
	float: left;
	padding: 0;
}
.blog_box {
	position: relative;
	height: 100%;
}
.blog_image {
	display: block;
	height: 100%;
}
.blog_image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.blog_post ul li:nth-child(1) {
	grid-area: 1 / 1 / 3 / 2;
}
.blog_post ul li:nth-child(2) {
	grid-area: 1 / 2 / 3 / 4;
}	
.blog_post ul li:nth-child(3) {
	grid-area: 1 / 4 / 2 / 4;
}
.blog_post ul li:nth-child(4) {
	grid-area: 2 / 4 / 2 / 4;
}


.blog-info {
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 2.125em;
	background: #fff;
	max-width: 32.8em;
}
.blog_category {
	display: block;
	margin: 0 0 0.5em;
}
.blog_category a {
	color: #EF511C;
	text-transform: uppercase;
	font-size: 0.875em;
}
.blog-info_inner h2 a.blog_title {
	font-size: 1em;
	line-height: 1.3;
	color: #000000;
	font-weight: 700;
	margin: 0 0 0.8em;
}
.blog-info_inner h2 a.blog_title:hover{
	color:#EF511C;
}
.blog_action {
	display: flex;
	/* align-items: center; */
	flex-direction: row-reverse;
	justify-content: flex-end;
	text-transform: uppercase;
	padding-top:0.5em;
}
.blog_action .categories-links {
	display: none;
}
.blog_action .author {
	margin: 0 0 0 0.5em;
}
.blog_action .date a {
	color: #777777;
}

.blog_post ul li:nth-child(2) .blog-info {
	top: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	max-width: inherit;
}
.blog_post ul li:nth-child(2) .blog_action .date a, .blog_post ul li:nth-child(2) .blog_title, .blog_post ul li:nth-child(2) .blog_category a {
	color: #fff;
}
.blog_post ul li:nth-child(2) .blog_category a:hover ,.blog_post ul li:nth-child(2) .blog-info a:hover{
	color:#EF511C;
}
.blog_post ul li:nth-child(2) .blog_action .author a {
	color: #fff; 
	font-weight: 600;
}
.blog_post ul li:nth-child(2) .blog_action .author a:hover{
	color: #EF511C;
}
.blog_post ul li:nth-child(3) .blog-info, .blog_post ul li:nth-child(4) .blog-info {
	text-align: center;
	margin: 0 auto;
	left: 0;
}
.blog_post ul li:nth-child(3) .blog_action, .blog_post ul li:nth-child(4) .blog_action {
	display: none;
}
.blog_post ul li:nth-child(3) .blog_title, .blog_post ul li:nth-child(4) .blog_title {
	font-size: 1.375em;
	margin: 0;
}
.single div#primary {
    padding: 0 8.22em;
}

/* style */
.saboxplugin-wrap .saboxplugin-gravatar {
    float: left;
    padding: 0 2em 0 0 !important;
}
body .saboxplugin-wrap .saboxplugin-desc p, .saboxplugin-wrap .saboxplugin-desc {
    font-size: 18px !important;
    color: #000;
    line-height: 26px !important;
	font-weight: 300;
	font-family: 'museo_sans_cyrl';
}
.bottom-section{
	background-color: #F5F5F5;
	padding:3em 0;
}
body .saboxplugin-wrap {
    box-sizing: border-box;
    border: none;
    width: auto;
    clear: both;
    display: block;
    overflow: hidden;
    word-wrap: break-word;
    position: relative;
	background: #fff;
	padding:2em;
	margin: 0 8.22em;
}
body .saboxplugin-wrap .saboxplugin-authorname a {
    text-decoration: none;
	font-family: 'museo_sans_cyrl';
    font-size: 26px;
	line-height: 31px;
	font-weight: 700;
}
.nav-links{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.nav-links::before, .nav-links::after{
	display: none;
}
.navigation .nav-previous {
    margin-bottom: 1em;
}
.nav-previous a ,.nav-next a{
	display: flex;
	text-align: left !important;
}
.previous-text span.reader-text ,.next-text span.reader-text{
	display:block;
	color: #8F8F8F;
	font-family: 'museo_sans_cyrl';
	font-size: 0.8em;
	line-height: 1em;
	text-transform: uppercase;
	font-style: normal;
	padding-bottom: 0.5em;
}
.previous-text span.reader-text:hover, .next-text span.reader-text:hover{
	color:#ef511c;
}
span.post-title{
	color: #000000;
	font-family: 'museo_sans_cyrl';
	font-size: 1em;
    line-height: 1.5em;
    font-style: normal;
    font-weight: 700;
}
span.post-title:hover{
	color:#ef511c;
}
.next-text, .previous-text{
	padding-left: 1em;
	padding-right: 1em;
}
.previous-tex{
	text-align: right;
}
.post-data.post-inner{
	
	border-top: 1px solid #E8E8E8;
    border-bottom: 1px solid #E8E8E8;
    padding: 1.5em 0;
}
.entry-meta {
    margin: 0;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
	padding: 0 2em;
	align-items: center;
}

/* blog */
.blog .site-content ,.archive .site-content {
	display: grid;
    grid-gap: 2em;
    /* grid-template-columns: 50% auto; */
    list-style: none;
    margin: 0;
    padding: 0 1em;
	/* grid-template-rows: 380px; */
	grid-template-columns: 25% 25%;
}
.archive .site-content{
	padding-top: 2em;
}

.blog .site-content article:nth-child(1) ,.archive .site-content article:nth-child(1) {
    grid-column: 1 / span 2;
  	grid-row: 1 / span 2;
}
.blog .site-content article:nth-child(2) ,.archive .site-content article:nth-child(2)  {
	grid-column: 3;
	grid-row: 1 / span 1;
}
.blog .site-content article:nth-child(3) ,.archive .site-content article:nth-child(3)  {
	grid-column: 3;
	grid-row: 2 / span 1;
}
.blog .site-content article:nth-child(4) ,.archive .site-content article:nth-child(4){
	grid-column: 1 / span 3;
  	grid-row: 3;
}

.blog .site-content article .the_post_thumbnail a ,.archive .site-content article .the_post_thumbnail a{
	display: flex;
	width:100%;
	height: 100%;
}
.blog .site-content article .the_post_thumbnail a img ,.archive .site-content article .the_post_thumbnail a img{
	width:100%;
}
.blog .site-content article:nth-child(5) ,.archive .site-content article:nth-child(5)  {
	grid-column: 3;
  	grid-row: 4;
}
.blog .site-content article:nth-child(6) ,.archive .site-content article:nth-child(6){
	grid-column: 1 / span 3;
  	grid-row: 5;
}
.search-results .site-content article{width: 47%;margin-right: 2em;margin-bottom: 2em;min-height: 16em;
    background: #f8f8f8;padding: 0;}


.search-results .site-content{
	display: flex;
	flex-wrap: wrap;
	padding-top: 3em;
}

/* .blog .site-content article:nth-child(6) .the_post_thumbnail a{
	display: block;
	width:100%;
}
.blog .site-content article:nth-child(6) .the_post_thumbnail a img{
	width:100%;
} */
.blog .site-content article:nth-child(7) ,.archive .site-content article:nth-child(7) {
    grid-column: 1 / span 2;
  	grid-row: 6 / span 1;
}
.blog .site-content article:nth-child(8) ,.archive .site-content article:nth-child(8) {
    grid-column: 1 / span 3;
  	grid-row: 7;
}
.blog .site-content article:nth-child(9)  ,.archive .site-content article:nth-child(9) {
    grid-column: 1 / span 2;
  	grid-row: 8 / span 1;
}
.blog .site-content article:nth-child(10) ,.archive .site-content article:nth-child(10) {
    grid-column: 1 / span 2;
  	grid-row: 9 / span 1;
}
.blog .site-content article:nth-child(11) ,.archive .site-content article:nth-child(11) {
    grid-column: 3 / span 1;
  	grid-row: 8 / span 2;
}
.blog .site-content article:nth-child(2) ,.blog .site-content article:nth-child(3) ,.blog .site-content article:nth-child(9) ,.blog .site-content article:nth-child(10)
,.archive .site-content article:nth-child(2) ,.archive .site-content article:nth-child(3) ,.archive.site-content article:nth-child(9) ,.archive .site-content article:nth-child(10)
{
	text-align: center;
}

.blog .site-content article:nth-child(2) .the_post_author ,.blog .site-content article:nth-child(3) .the_post_author ,.blog .site-content article:nth-child(9) .the_post_author ,.blog .site-content article:nth-child(10) .the_post_author
,.archive .site-content article:nth-child(2) .the_post_author ,.archive .site-content article:nth-child(3) .the_post_author ,.archive .site-content article:nth-child(9) .the_post_author ,.archive .site-content article:nth-child(10) .the_post_author  {
	display: none;
}


.blog .site-content article .post-image ,.archive.site-content article .post-image{
	width: 100%;
}
.site-content .the_post_item{
	position: relative;
	height: 100%;
}
.the_post_content{
	position: absolute;
    left: 3em;
    bottom: 0;
    padding: 1.125em 2.125em;
    background: #fff;
    max-width: 100%;
    height: auto;
    right: 3em;
}
.the_post_category{
	padding-bottom: 0.5em;
}
.the_post_category a{
	color: #EF511C;
    font-size: 0.8em;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 500;
}
.the_post_category a:hover{
	color:#000;
}
.the_post_title a{
	color: #000000;
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 700;
}
.the_post_title a:hover{
	color: #EF511C;
}
.the_post_author span.date{
	color:#7b7b7b;
}
.the_post_author a:hover span.date{
	color:#EF511C;
}
.the_post_author{
	padding-top: 0.5em;
}
.the_post_thumbnail {
	height: 100%;
	min-height: 20em;
    background: #E9E9E9;
}
.the_post_thumbnail a img{
	/* height: 100% !important; */
	object-fit: cover;
	max-width: 100%;
}
/* .blog-pagination{
	display: none;
} */
.blog .main-blog article:first-child {
    padding: 0;
}
.blog-page{
	text-align: center;
	padding-top: 2em;
}
.blog-page p{
	color: #000000;
	font-size: 1.125em;
    line-height: 2.563em;
	text-align: center;
	font-weight: 300;
}
.blog-page h1:after {
    content: "";
    width: 3em;
    height: auto;
    display: block;
    border-bottom: 3px solid #EF511c;
    margin: 0.5em auto 0 auto;
}
ol.wp-paginate li {
	line-height: 1.5;
}
body .bottom-section .saboxplugin-authorname{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

/* home page */
.blog-featured .blog-inner-desc p{
	border-top: 2px solid #E5E5E5;
    padding: 2em 6em;
    color: #000000;
    font-size:  1.125em;
    line-height: 1.963em;
    text-align: center;
    font-weight: 300;
}
.title h2, .title h3{
	color: #000000;
    font-size: 2.625em;
    line-height: 1.163em;
	text-align: center;
	font-weight:700;
}
.title h2:after, .title h3:after {
    content: "";
    width: 3em;
    height: auto;
    display: block;
    border-bottom: 3px solid #EF511c;
    margin: 0.5em auto 0 auto;
}
.title p{
	color: #000000;	
	font-size: 1.125em;
    line-height: 2.2em;
	text-align: center;
	font-weight: 300;
	padding:1em 0 3em 0;
}
.blog-featured{
	padding-bottom: 3.7em;
}
.blog-featured .blog_post_inner {
    margin: 0 0 4em;
    padding: 0;
}
.blog-featured .blog_post_inner ul{
	display: flex;
	align-items: flex-start;
	list-style: none;
	padding:0;
}
.blog-featured .blog_post_inner ul li:nth-child(1) {
	/* height: 32em; */
	width:100%;
	height:100%;
}
.blog-featured .blog_post_inner ul li:nth-child(2){
	width:100%;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog_box_inner{
	display: flex;
	align-items: center;
	flex-direction: row-reverse;
}
.blog-featured .blog_box_inner {
    position: relative;
    height: 100%;
}
.blog-featured .blog_image_inner {
    height: 100%;
    width: 100%;
}
.blog-featured .blog_post_inner ul li:nth-child(1) .blog_image_inner {
	min-height: 32em;
}

.blog-featured .blog_post_inner ul li:nth-child(1) .blog_image_inner img {
	min-height: 32em;
}
.blog-featured .blog-info_inner {
    position: absolute;
    left: 3em;
    bottom: 0;
    padding: 1.125em 2.125em;
    background: #fff;
    max-width: 100%;
    height: auto;
    right: 0;
}
.blog-featured .blog_image_inner img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog-info_inner{
	position: static;
}
.blog-info_inner span.blog_category_inner a{
	color: #EF511C;
    text-transform: uppercase;
    font-size: 0.875em;
}
.blog-info a.blog_title {
    color: #000000;
    font-size: 1.575em;
    line-height: 1.5em;
    font-weight: 700;
}
.blog-info a.blog_title:hover{
	color: #EF511C;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog_image_inner img{
	height: 12em;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog_action{
	display: none;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog-info_inner span.blog_category_inner a{
	color: #000000;
	display: inline-block;
    margin-bottom: 0.5em;
}
.blog-featured .blog_post_inner ul li:nth-child(1) .blog-info_inner span.blog_category_inner a{
	margin-bottom: 0.5em;
	display: inline-block;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog-info_inner span.blog_category_inner a:hover{
	color: #EF511C;
}
.viewmore-btn a{
	border-radius: 4px;
    background: linear-gradient(90deg, #EF511C 0%, #EF511C 100%);
    padding: 0.7em 1.5em;
    display: inline-block;
    color: #fff;
    font-size: 1.1em;
    font-size: 1.125em;
    line-height: 1.375em;
	font-weight: 700;
	border: 1px solid transparent;
}
.viewmore-btn a:hover{
	background: transparent;
	border:1px solid #EF511C;
	color:#EF511C;
}
.viewmore-btn{
	/* margin: 1em 0 3em 0; */
    text-align: center;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog-info_inner h2 a.blog_title {
    font-size: 0.9em;
    line-height: 1.5;
    color: #000000;
    font-weight: 700;
    margin: 0;
    display: inline-block;
}
.blog-featured .blog_post_inner ul li:nth-child(2) .blog-info_inner h2 a.blog_title:hover{
	color:#EF511C;
}
.recent-post-data{
	background-color: #FDF3F0;
	padding: 3.375em 0;
}
.recent_post_inner ul{
	display:grid;
	grid-gap:2em;
	list-style: none;
    margin: 0;
	padding: 0 1em;
	grid-template-columns: 25% 25%;
}
.recent_post_inner ul li:nth-child(1) {
    grid-column: 1 / span 2;
    grid-row: 1 / span 3;
}

.recent_post_inner ul li:nth-child(2) {
    grid-column: 3;
    grid-row: 1 / span 1;
}

.recent_post_inner ul li:nth-child(3) {
    grid-column: 3;
    grid-row: 2 / span 1;
}

.recent_box_inner{
	position: relative;
    height: 100%;
}
.recent_image_inner img{
	height: 100%;
	width: 100%;
	object-fit: cover;
}
.recent_image_inner{
	height: 100%;
    width: auto;
}
.recent-info_inner{
	position: absolute;
    left: 3em;
    bottom: 0;
    padding: 1.125em 2.125em;
    background: #fff;
    max-width: 100%;
    height: auto;
    right: 3em;
}
.recent_post_inner ul li:nth-child(1) .recent-info_inner{
	position: absolute;
    left: 2em;
    bottom: 0em;
    padding: 2.125em 2.125em;
    background: #fff;
    max-width: 100%;
    height: auto;
    right: 2em;
}
.recent_post_inner ul li:nth-child(1) span.recent_category_inner a{
	display: inline-block;
    padding-bottom: 0.5em;
    color: #ef511c;
    text-transform: capitalize;
}
.recent_post_inner ul li:nth-child(1) .recent-info_inner h2 a{
	line-height: 1.5em;
}
.recent_post_inner ul li:nth-child(1) span.recent_action {
    padding-top: 0.5em;
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
}
.recent_post_inner ul li:nth-child(1) span.author.vcard{
	padding-left: 0.5em;
}
.recent_post_inner ul li:nth-child(1) span.date a{
	color:#777777;
}
.recent_post_inner ul li:nth-child(1) span.categories-links{
	display: none;
}
.recent_post_inner ul li:nth-child(1) .recent_image_inner img{
	max-height: 25em;
}
.recent_post_inner ul li:nth-child(2) .recent-info_inner ,.recent_post_inner ul li:nth-child(3) .recent-info_inner ,.recent_post_inner ul li:nth-child(4) .recent-info_inner{
	position:initial;
	background: none;
}
.recent_post_inner ul li:nth-child(2) .recent_box_inner ,.recent_post_inner ul li:nth-child(3) .recent_box_inner ,.recent_post_inner ul li:nth-child(4) .recent_box_inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.recent_post_inner ul li:nth-child(2) .recent_image_inner img ,.recent_post_inner ul li:nth-child(3) .recent_image_inner img ,.recent_post_inner ul li:nth-child(4) .recent_image_inner img{
	height: 10em;
	min-width: 15em;
	max-width: 15em;
}
.recent_post_inner ul li:nth-child(2) .recent_action ,.recent_post_inner ul li:nth-child(3) .recent_action ,.recent_post_inner ul li:nth-child(4) .recent_action{
	display: none;
}
.recent_post_inner ul li:nth-child(2) .recent-info_inner span.recent_category_inner a ,.recent_post_inner ul li:nth-child(3) .recent-info_inner span.recent_category_inner a ,.recent_post_inner ul li:nth-child(4) .recent-info_inner span.recent_category_inner a{
	padding-bottom: 0.5em;
    display: inline-block;
}
.recent_post_inner ul li:nth-child(2) .recent-info_inner h2 a.recent_title ,.recent_post_inner ul li:nth-child(3) .recent-info_inner h2 a.recent_title ,.recent_post_inner ul li:nth-child(4) .recent-info_inner h2 a.recent_title{
	font-size: 0.8em;
	display: inline-flex;
	line-height: 1.5em;
}
.view-more{
	padding-top:3em;
}
.image-gallery ul{
	list-style: none;
    display: flex;
    /* justify-content: space-between; */
	flex-wrap: wrap;
	padding:0;
	margin:0;
	border-top:2px solid #E4E4E4;
}
.image-gallery ul li{
	width: 20%;
    text-align: center;
    border: 2px solid #E4E4E4;
	border-left: 0;
	border-top:0;
    padding: 3em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 15.500em;
}
.our-clients{
	padding:3.375em 0;
}
.sumome-share-client-wrapper.sumome-share-client-wrapper-left-page{
	display: none;
}
.about-social {
	background: transparent;
}
.saboxplugin-desc{
	float: none;
	overflow: hidden;
}
body .is-menu.dropdown form {
    display: none;
    min-width: 310px;
    max-width: 100%;
    position: absolute;
    right: -21em;
    /* left: 0; */
    top: 0px;
    z-index: 9;
}
#shiftnav-toggle-main .shiftnav-main-toggle-content {
    padding: 0;
}
body .is-menu.dropdown form {
    right: -1em;
    top: 0;
    transform: translate(100%, 0);
    /* left: 0em; */
}
span.tags-links{
	display:none;
}
.navigation .nav-next, .navigation .nav-previous {
	display: inline-flex;
	align-items: flex-start;
	width: 50%;
}

.nav-previous a img {
    height: auto;
    max-width: inherit;
}
a.post-title:hover{
	color:#ef511c;
}
.previous-text a.reader-text:hover, .next-text a.reader-text:hover{
	color:#ef511c;
}
.next-text  a:first-child{
	display:none;
}
.blog-page p{
	display: none;
}
.blog-page .title h3{
	padding:0 0 1em 0;
}
div.wpcf7-mail-sent-ok{
	border:none !important;
}