ul, ol {
	list-style: none;
}
a {
	color: #222222;
	text-decoration: none;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
a:hover {
	text-decoration: none;
	color: #45deb0;
}
a:focus {
	text-decoration: none;
}
/* === 2.14. BLOG === */
.post-item {
	margin-bottom: 30px;
	box-sizing: border-box;
	word-wrap: break-word;
}
.blog-item .post-quote {
	padding: 55px 35px 47px;
	background: url(../images/blockquote_4.png) no-repeat;
	background-position: top 0 right 2px;
	margin-bottom: 35px;
	background-color: #1a237e;
}
.blog-item .post-quote .post-quote-text {
	margin-bottom: 18px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
}
.blog-item .post-quote .post-quote-name {
	position: relative;
	padding-left: 40px;
	letter-spacing: -.02em;
	font-style: italic;
	font-size: 16px;
	font-family: Libre Baskerville,sans-serif;
}
.blog-item .post-quote .post-quote-name:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 29px;
	height: 1px;
	background-color: #fff;
	content: "";
}
.blog-item .post-quote .post-quote-name {
	color: #fff;
}
.blog-item .post-video {
	margin-bottom: 35px;
}
.blog-item .post-read-more {
	width: 100%;
}
.blog-item .post-read-more a {
	position: relative;
	padding-right: 22px;
	line-height: 1.2;
}
.blog-item .post-read-more .btn-text {
	color: #222;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 600;
	font-size: 12px;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item .post-read-more:hover .btn-text {
	color: #45deb0;
}
.blog-item .post-read-more .btn-icon {
	position: absolute;
	top: -6px;
	right: -10px;
	font-weight: 700;
	color: #45deb0;
	font-size: 25px;
}
.blog-item .post-read-more a .btn-icon {
	position: absolute;
	top: -6px;
	right: -10px;
	font-weight: 700;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item .post-read-more a:hover .btn-icon {
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
.blog-item.style-1 .post-wrapper {
	-webkit-transition: all .6s cubic-bezier(0,0,.2,1);
	transition: all .6s cubic-bezier(0,0,.2,1);
	overflow: hidden;
	background: #fff;
	border-radius: 5px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.blog-item.style-1 .post-wrapper:hover {
	box-shadow: 0 0 48px rgba(0,0,0,.15);
}
.blog-item.style-1 .post-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	overflow: hidden;
}
.blog-item.style-1 .post-thumbnail img {
	-webkit-transition: all 1.5s cubic-bezier(0,0,.2,1);
	transition: all 1.5s cubic-bezier(0,0,.2,1);
	border-radius: 5px;
	width: 270px;
}
.blog-item.style-1 .post-wrapper:hover .post-thumbnail img {
	-webkit-transform: scale3d(1.2,1.2,1.2);
	transform: scale3d(1.2,1.2,1.2);
}
.blog-item.style-1 .post-info {
	position: relative;
	padding: 45px 30px 90px;
}
.blog-item.style-1 .post-categories {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.blog-item.style-1 .post-categories {
	color: #45deb0;
}
.blog-item.style-1 .post-categories a {
	color: #45deb0;
	font-size: inherit;
}
.blog-item.style-1 .post-title {
	font-weight: 600;
	font-size: 24px;
	line-height: 1.33;
}
.blog-item.style-1 .post-footer {
	position: absolute;
	bottom: 44px;
	left: 40px;
	right: 40px;
	min-width: 122px;
}
.blog-item.style-1 .post-read-more .btn-text {
	font-size: 13px;
}
.blog-item.style-2 .post-wrapper {
	border: 1px solid #eee;
	background: #fff;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-2:hover .post-wrapper {
	box-shadow: 0 0 50px 10px rgba(0,0,0,.08);
}
.blog-item.style-2 .post-thumbnail img {
	width: 100%;
}
.blog-item.style-2 .post-info {
	padding: 42px 35px 0px;
}
.blog-item.style-2 .post-title {
	margin-bottom: 7px;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-2 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-2 .post-meta {
	margin-bottom: 10px;
	font-size: 14px;
}
.blog-item.style-2 .post-date {
	font-size: inherit;
}
.blog-item.style-2 .post-meta > div {
	display: inline-block;
	margin-bottom: 5px;
}
.blog-item.style-2 .post-categories {
	color: #45deb0;
}
.blog-item.style-2 .post-categories a {
	color: inherit;
	font-weight: 500;
	font-size: inherit;
}
.blog-item.style-2 .post-footer {
	margin-top: 40px;
	padding: 29px 4px;
	border-top: 1px solid #eee;
}
.blog-item.style-2 .post-footer.inline {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}
.blog-item.style-2 .post-author {
	color: #222;
	font-size: 15px;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.blog-item.style-2 .post-comments-number {
	font-weight: 500;
	font-size: 14px;
}
.blog-item.style-2 .post-comments-number > i {
	margin-right: 7px;
	font-size: 13px;
	color: #45deb0;
}
.blog-item.style-3 {
	overflow: hidden;
	padding: 55px 35px 198px;
	border: 1px solid #eee;
	position: relative;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover {
	border-color: #1a237e;
}
.blog-item.style-3 .post-feature {
	background-position: 50%;
	background-size: cover;
	background-repeat: no-repeat;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
}
.blog-item.style-3:hover .post-feature {
	visibility: visible;
	opacity: 1;
}
.blog-item.style-3 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: -1;
	visibility: hidden;
	opacity: 0;
	background-color: #1a237e;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-overlay {
	visibility: visible;
	opacity: .9;
}
.blog-item.style-3 .post-title {
	margin-bottom: 15px;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 26px;
	line-height: 1.2;
}
.blog-item.style-3:hover .post-title a {
	color: #fff;
}
.blog-item.style-3 .post-meta {
	margin-bottom: 20px;
	font-size: 14px;
}
.blog-item.style-3 .post-meta > div {
	display: inline-block;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-excerpt {
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-meta > div,
.blog-item.style-3:hover .post-excerpt {
	color: #fff;
}
.blog-item.style-3 .post-categories a {
	color: #45deb0;
	font-weight: 500;
}
.blog-item.style-3 .post-footer {
	position: absolute;
	right: 35px;
	bottom: 0;
	left: 35px;
	padding: 29px 0;
	border-top: 1px solid #eee;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-3:hover .post-read-more .btn-text {
	color: #fff;
}
.blog-item.style-4 {
	margin-bottom: 30px;
}
.blog-item.style-4 .rotate-box {
	margin-bottom: 0;
	text-align: left;
}
.blog-item.style-4 .back, 
.blog-item.style-4 .front {
	min-height: 0;
}
.blog-item.style-4 .rotate-box .content-wrap {
	position: relative;
	top: auto;
	left: auto;
	z-index: 1;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	padding: 43px 40px 100px;
	border-radius: 5px;
	overflow: hidden;
}
.blog-item.style-4 .back .content-wrap, 
.blog-item.style-4 .front .content-wrap {
	min-height: 370px;
}
.blog-item.style-4 .front .content-wrap {
	background-color: #fff;
}
.blog-item.style-4 .post-categories {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
}
.blog-item.style-4 .front .post-categories,
.blog-item.style-4 .front .post-categories a {
	color: #45deb0;
}
.blog-item.style-4 .post-title a {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
	color: #333;
}
.blog-item.style-4 .post-meta {
	position: absolute;
	bottom: 48px;
	left: 40px;
	right: 40px;
	font-size: 14px;
	font-weight: 500;
}
.blog-item.style-4 .post-meta > div {
	display: inline-block;
}
.blog-item.style-4 .author {
	font-weight: 600;
	color: #333;
}
.blog-item.style-4 .rotate-box .back {
	box-shadow: -6px 12px 20px rgba(69,222,176,0.17);
}
.blog-item.style-4 .back .content-wrap {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50%;
}
.blog-item.style-4 .back .content-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: .95;
	background-color: #45deb0;
}
.blog-item.style-4 .back .content-inner {
	position: relative;
	z-index: 1;
}
.blog-item.style-4 .back .post-categories,
.blog-item.style-4 .back .post-categories a,
.blog-item.style-4 .back .post-meta,
.blog-item.style-4 .back .post-title a,
.blog-item.style-4 .back .author {
	color: #fff;
}
.blog-item.style-5 {
	margin-bottom: 30px;
}
.blog-item.style-5 .post-format-wrapper {
	position: relative;
}
.blog-item.style-5 .post-thumbnail img {
	width: 100%;
}
.blog-item.style-5 .post-overlay {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #111;
	opacity: 0;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-5 .post-format-wrapper:hover .post-overlay {
	opacity: .8;
}
.blog-item.style-5 .post-overlay-content:after, 
.blog-item.style-5 .post-overlay-content:before {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	background: #fff;
	content: '';
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-5 .post-overlay-content:before {
	height: 1px;
	width: 31px;
	margin-left: -15px;
}
.blog-item.style-5 .post-overlay-content:after {
	margin-top: -15px;
	width: 1px;
	height: 31px;
}
.blog-item.style-5 .post-format-wrapper:hover .post-overlay-content:after, 
.blog-item.style-5 .post-format-wrapper:hover .post-overlay-content:before {
	visibility: visible;
	opacity: 1;
}
.blog-item.style-5 .post-info {
	padding: 27px 0 0;
}
.blog-item.style-5 .post-title {
	margin-bottom: 14px;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-5 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-5 .post-meta {
	margin-bottom: 15px;
	font-size: 16px;
}
.blog-item.style-5 .post-date {
	font-size: inherit;
}
.blog-item.style-5 .post-meta > div {
	display: inline;
	margin-bottom: 5px;
}
.blog-item.style-5 .post-meta .post-categories,
.blog-item.style-5 .post-meta .post-categories a {
	color: #45deb0;
}
.blog-item.quote .post-wrapper {
	background: #1a237e url(../images/blockquote_3.png) no-repeat top 46px right 43px;
}
.blog-item.quote .post-quote-text {
	margin-bottom: 29px;
	letter-spacing: 0;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.3;
}
.blog-item.quote .post-quote-name {
	position: relative;
	padding-left: 40px;
	letter-spacing: -.02em;
	font-style: italic;
	font-size: 16px;
	font-family: "Libre Baskerville", Georgia, serif;
}
.blog-item.quote .post-quote-name:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 29px;
	height: 1px;
	content: '';
}
.blog-item.quote .post-date,
.blog-item.quote .post-meta {
	color: #fff;
}
.blog-item.quote .post-quote-text {
	color: #fff;
}
.blog-item.quote .post-quote-name:before {
	background-color: #fff;
}
.blog-item.quote .post-quote-name a {
	color: #fff;
}
.blog-item.quote .post-footer {
	border-top-color: hsla(0,0%,93%,.1);
}
.blog-item.quote .post-author,
.blog-item.quote .post-comments-number {
	color: #fff;
}
.blog-item.style-6 {
	margin-bottom: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #eee;
}
.blog-item.style-6 .post-thumbnail {
	position: relative;
	text-align: center;
	margin-bottom: 35px;
}
.blog-item.style-6 .post-title {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 24px;
	line-height: 1.2;
}
.blog-item.style-6 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-6 .post-title a:hover {
	color: #45deb0;
}
.blog-item.style-6 .post-meta {
	margin-bottom: 27px;
	font-size: 14px;
	color: #333;
}
.blog-item.style-6 .post-meta > div {
	display: inline-block;
}
.blog-item.style-6 .post-categories,
.blog-item.style-6 .post-categories a {
	color: #45deb0;
	font-weight: 600;
}
.blog-item.style-6 .post-excerpt {
	margin-bottom: 32px;
}
.blog-item.style-7 {
	margin-bottom: 30px;
}
.blog-item.style-7 .post-wrapper {
	-webkit-transition: all .5s cubic-bezier(0,0,.2,1);
	transition: all .5s cubic-bezier(0,0,.2,1);
	border: 1px solid #eee;
}
.blog-item.style-7 .post-thumbnail {
	margin: -1px -1px 0;
	overflow: hidden;
}
.blog-item.style-7 .post-thumbnail img {
	-webkit-transition: all 2s cubic-bezier(0,0,.2,1);
	transition: all 2s cubic-bezier(0,0,.2,1);
	-webkit-transform: scale3d(1.2,1.2,1.2);
	transform: scale3d(1.2,1.2,1.2);
}
.blog-item.style-7 .post-wrapper:hover .post-thumbnail img {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.blog-item.style-7 .post-info {
	background: #fff;
	position: relative;
	padding: 40px 33px 150px;
}
.blog-item.style-7 .post-categories {
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 28px;
	color: #45deb0;
}
.blog-item.style-7 .post-categories a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-7 .post-title {
	font-size: 24px;
	font-weight: 600;
	line-height: 1.33;
}
.blog-item.style-7 .post-meta {
	position: absolute;
	bottom: 36px;
	left: 33px;
	right: 33px;
	font-size: 14px;
	font-weight: 500;
}
.blog-item.style-7 .post-meta > div {
	display: inline-block;
}
.blog-item.style-7 .author {
	font-weight: 600;
	color: #333;
}
.blog-item.style-8 {
	text-align: left;
}
.blog-item.style-8 .post-thumbnail {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1a237e;
}
.blog-item.style-8 .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
}
.blog-item.style-8 .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px 48px;
	width: 100%;
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-8:hover .post-info {
	padding-bottom: 85px;
}
.blog-item.style-8 .post-title {
	margin-bottom: 4px;
	color: #fff;
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-8 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-8 .post-meta {
	color: #fff;
	font-size: 14px;
}
.blog-item.style-8 .post-meta > div {
	display: inline-block;
}
.blog-item.style-8 .post-date {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-8 .post-categories {
	color: #45deb0;
}
.blog-item.style-8 .post-categories a {
	color: inherit;
	font-weight: 500;
	font-size: inherit;
}
.blog-item.style-8 .post-categories a:hover {
	color: #1a237e;
}
.blog-item.style-8 .post-footer {
	position: absolute;
	right: 55px;
	bottom: 0;
	left: 55px;
	padding: 15px 0 19px;
	border-top: 1px solid hsla(0,0%,93%,.2);
	text-align: right;
	opacity: 0;
	-webkit-transform: translateX(100px);
	-ms-transform: translateX(100px);
	transform: translateX(100px);
	-webkit-transition: all .3s cubic-bezier(.645,.045,.355,1);
	transition: all .3s cubic-bezier(.645,.045,.355,1);
}
.blog-item.style-8:hover .post-footer {
	visibility: visible;
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
}
.blog-item.style-8 .post-read-more .btn-text {
	color: #fff;
}
.blog-item.style-8 .post-read-more a {
	padding-right: 30px;
}
.blog-item.style-8 .post-read-more .btn-icon {
	right: -3px;
}
.blog-item.style-9 {
	overflow: hidden;
	text-align: left;
}
.blog-item.style-9 .post-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	background: -webkit-linear-gradient(top,transparent,rgba(0,0,0,.6));
	background: linear-gradient(180deg,transparent,rgba(0,0,0,.6));
}
.blog-item.style-9 .post-thumbnail {
	-webkit-transition: all 1s cubic-bezier(0,0,.2,1);
	transition: all 1s cubic-bezier(0,0,.2,1);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: #1a237e;
}
.blog-item.style-9:hover .post-thumbnail {
	-webkit-transform: scale3d(1.15,1.15,1.15);
	transform: scale3d(1.15,1.15,1.15);
}
.blog-item.style-9 .post-info {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0 55px 48px;
	width: 100%;
}
.blog-item.style-9 .post-title {
	margin-bottom: 4px;
	color: #fff;
	letter-spacing: -.02em;
	font-weight: 600;
	font-size: 20px;
	line-height: 1.2;
}
.blog-item.style-9 .post-title a {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-9 .post-meta {
	color: #fff;
	font-size: 14px;
}
.blog-item.style-9 .post-meta > div {
	display: inline-block;
}
.blog-item.style-9 .post-date {
	color: inherit;
	font-size: inherit;
}
.blog-item.style-9 .post-categories,
.blog-item.style-9 .post-categories a {
	color: #45deb0;
}
.blog-item.style-9 .post-categories a:hover {
	color: #fff;
}
.widget_posts .post-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}
.widget_posts .post-item + .post-item {
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid #eee;
}
.widget_posts .post-widget-thumbnail {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 20px;
	width: 80px;
	height: 80px;
	position: relative;
}
.widget_posts .post-widget-thumbnail img {
	width: 100%;
}
.widget_posts .post-widget-overlay {
	position: absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
	opacity: 0;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.widget_posts .post-widget-thumbnail:hover .post-widget-overlay {
	visibility: visible;
	opacity: 1;
}
.widget_posts .post-overlay-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color: #fff;
	font-weight: 700;
}
.widget_posts .post-widget-info {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.widget_posts .post-widget-title {
	margin-bottom: 5px;
	line-height: 1.2;
	font-size: inherit;
}
.widget_posts .post-date {
	font-size: 13px;
}
.single-post .entry-title {
	margin: -8px 0 10px;
	letter-spacing: -.03em;
	font-weight: 500;
	font-size: 30px;
	line-height: 1.3;
}
.single-post .post-meta {
	font-size: 16px;
}
.single-post .post-date {
	color: #333;
	font-size: inherit;
}
.single-post .post-meta > div {
	display: inline-block;
}
.single-post .post-categories,
.single-post .post-categories a {
	color: #45deb0;
}
.single-post .post-categories a:hover {
	color: #1a237e;
}
.single-post .post-feature {
	margin-bottom: 50px;
	margin-top: 50px;
}
.single-post .entry-content {
	margin-bottom: 35px;
}
.single-post .entry-footer {
	margin-bottom: 45px;
}
.single-post .post-tags h6 {
	display: inline-block;
	margin-right: 12px;
	font-weight: 500;
	font-size: inherit;
}
.single-post .post-tags a {
	display: inline-block;
	padding: 3px 0;
	color: #999;
}
.single-post .post-tags a:hover {
	color: #45deb0;
}
.single-post .post-share {
	margin: 0 -8px;
	text-align: right;
}
.single-post .post-share h6 {
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	margin-right: 5px;
}
.single-post .post-share a {
	display: inline-block;
	padding: 6px 8px;
	font-size: 16px;
	color: #aaa;
}
.single-post .entry-author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 45px 42px 40px;
	background: #fcfcfc;
	margin-bottom: 30px;
	border: 1px solid #eee;
}
.single-post .entry-author .author-avatar {
	min-width: 120px;
	width: 120px;
}
.single-post .entry-author .author-avatar img {
	border-radius: 50%;
}
.single-post .entry-author .author-description {
	margin-left: 40px;
}
.single-post .entry-author .author-name {
	margin-bottom: 3px;
	letter-spacing: -.03em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.3;
}
.single-post .entry-author .author-role {
	text-transform: capitalize;
	font-size: 14px;
}
.single-post .entry-author .author-biographical-info {
	margin-top: 15px;
	line-height: 1.5;
}
.single-post .entry-author .author-social-networks {
	margin: 14px -13px 0;
}
.single-post .entry-author .author-social-networks a {
	display: block;
	float: left;
	padding: 6px 13px;
	color: #aaa;
	font-size: 18px;
	line-height: 1;
}
.single-post .related-posts-wrap {
	margin-top: 92px;
}
.single-post .related-posts-wrap .related-title {
	margin-bottom: 38px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
.single-post .related-post-item {
	padding: 53px 30px 30px;
	width: 100%;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
	height: 243px;
}
.single-post .post-item-wrapper {
	position: relative;
	z-index: 1;
}
.single-post .related-post-title a {
	display: block;
	margin-bottom: 6px;
	color: inherit;
	letter-spacing: -.02em;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2;
}
.single-post .post-meta {
	margin-bottom: 12px;
}
.single-post .post-categories {
	margin-bottom: 6px;
}
.single-post .related-post-excerpt {
	line-height: 1.5;
}
.single-post .blog-slider .owl-item + .owl-item {
	border-left: 1px solid #eee;
}
.single-post .post-link {
	padding: 40px 35px;
	margin-bottom: 50px;
	background-color: #1a237e;
}
.single-post .post-link a {
	color: #fff;
	word-wrap: break-word;
	letter-spacing: .2px;
	font-size: 24px;
	line-height: 1.55;
}
.single-post .post-quote {
	padding: 55px 35px 47px;
	background: url(../images/blockquote_4.png) no-repeat;
	background-position: top 0 right 2px;
	margin-bottom: 35px;
	background-color: #1a237e;
}
.single-post .post-quote .post-quote-text {
	margin-bottom: 18px;
	color: #fff;
	font-weight: 500;
	font-size: 22px;
	line-height: 1.3;
}
.single-post .post-quote .post-quote-name {
	position: relative;
	padding-left: 40px;
	letter-spacing: -.02em;
	font-style: italic;
	font-size: 16px;
	font-family: Libre Baskerville,sans-serif;
}
.single-post .post-quote .post-quote-name:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	width: 29px;
	height: 1px;
	background-color: #fff;
	content: "";
}
.single-post .post-quote .post-quote-name a {
	color: #fff;
}
.blog-header-image {
	position: relative;
	padding: 350px 0;
	text-align: center;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-image: url(../images/background/bg_1920x800.jpg);
}
.blog-header-image .overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.4);
}
.blog-header-image .entry-title {
	color: #fff;
	letter-spacing: -.03em;
	font-weight: 500;
	font-size: 50px;
	line-height: 1.3;
	margin-bottom: 10px;
}
.blog-header-image .post-meta {
	color: #fff;
	font-size: 16px;
}
.blog-header-image .post-meta > div {
	display: inline-block;
}
.blog-header-image .post-categories,
.blog-header-image .post-categories a {
	font-weight: 500;
	color: #45deb0;
}
.blog-header-image .post-categories a:hover {
	color: #1a237e;
}
.blog-header-image .page-breadcrumb {
	position: absolute;
	bottom: 52px;
	width: 100%;
	text-align: center;
}
.blog-header-image .breadcrumb li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}
.blog-header-image .page-breadcrumb .breadcrumb a, 
.blog-header-image .page-breadcrumb .breadcrumb li {
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}


.sidebar-content {
    margin-top: 30px;
    margin-bottom: 30px;
}
.sidebar-content {
	padding: 50px;
	border: 1px solid #eee;
	background-color: #fcfcfc;
	float: left;
	width: 100%;
}
.sidebar-content .widget {
	float: left;
	width: 100%;
}
.sidebar-content .widget+.widget {
	margin: 75px 0 0;
}
.sidebar-content .widget-title, 
.sidebar-content .widgettitle {
	margin-bottom: 35px;
	text-transform: capitalize;
	letter-spacing: -.03em;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.3;
}

.widget_categories ul {
	margin: 0;
	padding: 0;
}
.widget_categories li {
	display: block;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #eee;
	list-style-type: none;
}
.widget_categories li a {
	display: block;
	padding: 12px 0;
	color: #999;
}
.widget_categories li a:hover {
	color: #45deb0;
}
.widget_categories .count {
	float: right;
}

[class*=hint--] {
	position: relative;
	display: inline-block;
}
[class*=hint--]:after, [class*=hint--]:before {
	position: absolute;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	visibility: hidden;
	opacity: 0;
	z-index: 1000000;
	pointer-events: none;
	-webkit-transition: .3s ease;
	transition: .3s ease;
	-webkit-transition-delay: 0ms;
	transition-delay: 0ms;
}
[class*=hint--]:before {
	content: '';
	position: absolute;
	background: transparent;
	border: 7px solid transparent;
	z-index: 1000001;
}
[class*=hint--]:after {
	background: #000;
	color: #fff;
	padding: 8px 10px;
	font-size: 16px;
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	line-height: 16px;
	white-space: nowrap;
	border-radius: 5px;
}
.hint--bottom-left:before, .hint--bottom-right:before, .hint--bottom:before {
	border-bottom-color: #000;
}
.hint--bottom:before {
	margin-top: -13px;
}
.hint--bottom:after, .hint--bottom:before {
	top: 100%;
	left: 50%;
}
.hint--bottom:before {
	left: calc(50% - 7px);
}
.hint--bounce:after, .hint--bounce:before {
	-webkit-transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24);
	transition: opacity .3s ease,visibility .3s ease,transform .3s cubic-bezier(.71,1.7,.77,1.24),-webkit-transform .3s cubic-bezier(.71,1.7,.77,1.24);
}
.hint--bottom:after {
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
[class*=hint--]:after {
	text-shadow: 0 -1px 0 #000;
	box-shadow: 4px 4px 8px rgba(0,0,0,.3);
}
[class*=hint--][aria-label]:after {
	content: attr(aria-label);
}
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.hint--bottom:hover:before {
	-webkit-transform: translateY(8px);
	-ms-transform: translateY(8px);
	transform: translateY(8px);
}
[class*=hint--]:hover:after, [class*=hint--]:hover:before {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .1s;
	transition-delay: .1s;
}
.hint--bottom:hover:after {
	-webkit-transform: translateX(-50%) translateY(8px);
	-ms-transform: translateX(-50%) translateY(8px);
	transform: translateX(-50%) translateY(8px);
}

.comments-area {
	margin-top: 90px;
}
.comment-form-wrap {
	margin-top: 90px;
}
.comment-reply-title, .comments-title {
	margin-bottom: 30px;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
}
.comments-area .author-avatar {
	position: relative;
	z-index: 1;
}
.comments-area .author-avatar img {
	position: relative;
	z-index: 1;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	-o-border-radius: 50%;
	border-radius: 50%;
}
.comments-area .comment-wrap {
	border: 1px solid #eee;
	padding-top: 40px;
	padding-bottom: 42px;
	margin-bottom: 27px;
	position: relative;
}
.comments-area .comment-wrap .comment-header {
	margin-bottom: 16px;
}
.comments-area .comment-wrap .comment-author {
	font-weight: 700;
	margin: 0 0 3px;
	text-transform: capitalize;
}
.comments-area .comment-wrap .comment-date {
	font-style: italic;
	font-size: 93.333%;
}
.comments-area .comment-wrap .comment-content p:last-child {
	margin-bottom: 0;
}
.comments-area .comment-wrap .reply {
	padding-top: 25px;
}
.comments-area .comment-wrap .reply a {
	text-transform: uppercase;
	font-size: 80%;
	letter-spacing: 2.4px;
}
button, input[type=button], input[type=reset], input[type=submit] {
	padding: 0 42px;
	height: 55px;
	outline: none;
	border: 0;
	border-radius: 30px;
	background-color: transparent;
	color: #45deb0;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: 700;
	font-size: 14px;
	cursor: pointer;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], textarea {
	width: 100%;
	outline: none;
	border: 0;
	border-bottom: 1px solid #ddd;
	border-radius: 0;
	color: #878c9b;
	background: none;
}
input:focus, textarea:focus {
	border-bottom: 1px solid #1a237e;
}
input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=range], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select {
	padding: 3px 0;
	height: 57px;
	-webkit-transition: all .1s cubic-bezier(.645,.045,.355,1);
	transition: all .1s cubic-bezier(.645,.045,.355,1);
}
.form-control-wrap {
	margin-bottom: 20px;
}
.button.button-primary {
	color: #fff;
	background-color: #dd0371;
}

@media (max-width: 768px) {
	
	.blog-item.style-1 .post-wrapper {
		display: block;
	}
	.blog-item.style-1 .post-thumbnail img {
		width: 100%;
    }
}

@media (min-width: 992px) {
	.comments-area .author-avatar {
		float: left;
		margin-top: 33px;
	}
	.comments-area .comment-wrap {
		margin-left: 50px;
		padding-left: 75px;
		padding-right: 65px;
		min-height: 170px;
	}
	.comments-area ul.children {
		margin-left: 100px;
	}
	
}