/*
Theme Name: Jove
Theme URI: http://underscores.me/
Author: Image Conscious Studios
Author URI: https://www.icscreative.com/
Description: Custom theme: Jove, developed by Image Conscious Studios
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: jove
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

Jove is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: royalblue;
}

a:visited {
	color: purple;
}

a:hover,
a:focus,
a:active {
	color: midnightblue;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.main-navigation ul ul {
	float: left;
	position: absolute;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}
/*blog css*/
.inner-cont,
.category .cat-page,
.single-post .top-margn {
    padding-top: 50px;
}
.front-caption {
    text-align: center;
    font-size: 14px;
    color: #959595;
    padding-top: 5px;
    padding-bottom: 15px;
}
div#blog_categories_list {
	clear: both;
	float: none;
	width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 99;
	padding: 0 5vw 0;
	margin: 1px 0 0 0;
	list-style-type: none;
	text-align: left;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: inherit;
	align-items: inherit;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
	top: auto;
}
div#blog_categories_list ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: block;
	width: 100%;
}
div#blog_categories_list ul li {
color: #328cee;
    padding: 15px 0;
    margin: 0 0 0 30px;
    font-size: 12px;
    cursor: pointer;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
}
div#blog_categories_list ul li a {
	text-decoration: none;
	color: inherit;
}
#blog_categories {
	position: relative;
	padding: 0 5vw 0;
	margin: 0;
	list-style-type: none;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: inherit;
	align-items: inherit;
}
.category #blog_categories h3 {
	    font-size: 38px;
}
div#blog_categories ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#blog_categories ul li {
	float: left;
	width: 30%;
	margin-right: 5%;
}
div#blog_categories ul li:last-child{
	margin-right: 0;
}
.thumb-cat {
	height: 300px;
	background-position: top center;
	background-size: cover;
	background-repeat: no-repeat;
}
#blog_categories h4 {
	color: #4093F4;
    font-weight: 500;
    margin: 20px 0 15px 0;
    display: block;
    line-height: 24px;
}
div#blog_categories p {
    display: block;
    font-size: 15px;
    line-height: 24px;
    color: #b1b1b1;
    font-weight: 300;
    margin-bottom: 15px;
}
div#blog_categories a {
	text-decoration: none;
}
.listing-box .outer-ul{
	position: relative;
	padding: 0 5vw 0;
	margin: 0;
	list-style-type: none;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: inherit;
	align-items: inherit;
}
ul.post-listing-inner {
	list-style: none;
	padding: 0;
	margin: 0;
		clear: both;
}
.clear{
	clear: both;
}
li.outer-li:last-child {
	margin-right: 0;
}

li.outer-li {
	float: left;
	width: 30%;
	margin-right: 5%;
}
.thumb-post {
	height: 100px;
	width: calc( 100% - 78% );
	background-position: center center;
	background-size: contain;
	background-repeat: no-repeat;
	margin-right: calc( 100% - 96% );
	float: left;
}
.pst-cont {
	float: left;
	width: calc( 100% - 26% );
}
.pst-cont h5 {
	font-size: 16px;
	margin: 0 0 10px 0;
	font-weight: bold;
	line-height: 22px;
}
.pst-cont h5 a{
	text-decoration: none;
	color: inherit;
}
span.tags-nm {
	font-size: 13px;
	line-height: 18px;
	display: inline-block;
}
.first-post-content .first-post-auth span.tags-nm{
	margin-left: 20px;
}
ul.post-listing-inner li {
	margin-bottom: 40px;
	display:block;
}
span.post-reading-time {
	font-size: 14px;
	color: #aaa;
	margin-top: 0px;
	display: block;
}
span.post-date-time {
	margin-left: 15px;
	position: relative;
}
span.post-date-time:before {
	position: absolute;
	font-size: 32px;
	content: '\00b7';
	vertical-align: middle;
	top: -10px;
	line-height: normal;
	left: -10px;
}
h4.cat-title-list {
	font-weight: 400;
    border-bottom: 1px solid #E3E3E3;
    padding-bottom: 7px;
    color: #000;
    font-size: 18px;
}
h4.cat-title-list a {
	float: right;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 500;
    color: #328cee;
}
div#blog_categories_list ul li.active-nm {
	display: none;
}
/*category page*/
.category .cat-page{
	margin-bottom: 60px;
}
.cat-page {
	position: relative;
	padding: 0 23vw 0;
	margin: 0;
	list-style-type: none;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: inherit;
	align-items: inherit;
}
.fist-post-thum {
	height: 300px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    width: calc( 100% - 50% );
    float: left;
    margin-right: calc( 100% - 92% );
}
.first-post-content {
	float: left;
    width: calc( 100% - 58% );
    padding-top: 0px;
}
.first-post-content h2 {
	text-transform: unset;
    font-size: 24px;
    margin-top: 0;
    font-weight: 700;
    line-height: 30px;
    font-family: "futura-pt",sans-serif !important;
}
.first-post-content h2 a{
	text-decoration: none;
	color: inherit;
}
.first-post-auth {
	display: -ms-flex;
	display: flex;
	-ms-align-items: inherit;
	align-items: inherit;
}
span.auth-img img {
    border-radius: 50%;
    width: 100%;
}

span.auth-img {
	width: 100px;
	vertical-align: middle;
}
ul.post-tabs{
	margin: 0px;
	padding: 0px;
	list-style: none;
	border-bottom: 2px solid #f0f0f0;
	margin-bottom: 30px;
}
ul.post-tabs li{
	background: none;
	display: inline-block;
	cursor: pointer;
	margin-bottom: -1px;
	color: #8E8E8E;
	font-size: 18px;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;

}

ul.post-tabs li.post-current{
	color: #4093F4;
	font-weight: 600;
	border-bottom: 2px solid #4093F4;
}

.post-tab-content{
	display: none;
}

.post-tab-content.post-current{
	display: inherit;
}
ul.latest-post-list {
	padding: 0;
	margin: 0;
	list-style: none;
}
ul.latest-post-list li {
	clear: both;
	display: inline-block;
	margin-bottom: 50px;
	width: 100%;
}
.listing-content-section {
    width: calc( 100% - 30% );
    float: left;
    margin-right: calc( 100% - 90% );
}
.listing-content-thumb {
    width: calc( 100% - 80% );
    float: left;
    min-height: 150px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 100%;
}
.listing-content-section h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.listing-content-section a {
	color: inherit;
	text-decoration: none;
}
.listing-content-section p {
	margin: 5px 0;
	color: #aaa;
	font-size: 14px;
	line-height: 24px;
}
.latest-popular-posts {
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}
/*single post*/
.single-post-section {
	padding: 0 23vw 0;
	margin-bottom: 100px;
	position: relative;
}
.post-header h1 {
    text-transform: unset;
    color: #000;
    margin: 20px 0 15px 0;
    font-family: "futura-pt",sans-serif;
    font-weight: 700;
    line-height: 55px;
}
span.post-date-single {
	color: #000000;
	font-size: 24px;
	font-weight: bold;
	display: inline-block;
	margin-bottom: 25px;
}
span.post-date-single span {
	text-transform: uppercase;
}
.post-header span.author img,
.sinlge-post-footer span.author img{
	width: 50px;
	border-radius: 30px;
	float: left;
	  margin-right: 15px;
}
.post-header span.author.vcard,
.sinlge-post-footer span.author.vcard{
	display: block;
	width: 100%;
}
.post-header span.author.vcard a,
.sinlge-post-footer span.author.vcard a  {
	color: inherit;
	text-decoration: none;
	font-size: 14px;
}
.post-header span.author-information {
	margin-bottom: -8px;
	display: block;
}
.thumb-image-post {
	clear: both;
	margin-top: 50px;
}
.thumb-image-post img {
	width: 100%;
}
span.date-time-reading {
	font-size: 15px;
	color: #aaa;
}
span.auth-pos {
	font-size: 15px;
	color: #aaa;
	display: block;
	margin-top: -8px;
}
.tags-post-list {
	clear: both;
	margin-top: 30px;
	margin-bottom: 30px;
}
.sinlge-post-footer .tags-post-list{
	margin-bottom: 50px;
}
.sinlge-post-footer .header-author-share {
    margin: 60px 0px;
}
.tags-post-list span {
	display: inline-block;
	background: #fafafa;
	color: #000000;
	padding: 5px 10px;
	margin-right: 15px;
	font-size: 15px;
	font-weight: 600;
	text-transform: capitalize;
}
.single-cont.footer-social-share {
	background: no-repeat;
	padding: 0;
}
.single-cont.footer-social-share .author-sites li {
	border-radius: 5px;
	background: #4093F4;
	border: 0;
	width: 30px;
	height: 30px;
	color: #fff;
	margin-right: 25px;
}
.single-cont.footer-social-share .author-sites li span:before {
	color: #ffffff!important;
	font-size: 18px;
	line-height: 30px;
}
li.copy-url {
	background: transparent!important;
}
li.copy-url svg {
	fill: #4093F4!important;
	width: 28px;
}
.related-posts {
	margin-left: -10vw;
	margin-right: -10vw;
}
.related-content-thumb {
	height: 220px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
}
ul.related-post-list {
	list-style: none;
	padding: 0;
	margin: 0;
}
ul.related-post-list li {
	width: 23.25%;
	float: left;
	margin-right: 2.333%;
}
ul.related-post-list li:last-child {
	margin-right: 0;
}
.cat-header {
	margin-bottom: 40px;
}
.cat-header h3 {
	margin-top: 0;
	margin-bottom: 0;
	font-weight: 300;
}
.cat-header span a{
	color: #4093F4;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	position: relative;
	text-decoration: none;

}
.cat-page .breadcrumbs {
	padding-top: 40px;
	font-size: 12px;
	font-weight: 300;
		width: 100%;
	display: block;
}
.cat-page .breadcrumbs>span:first-child {
	display: none;
}
.cat-page .breadcrumbs a {
	color: inherit;
	text-decoration: none;
}
.cat-page .breadcrumbs>span:last-child {
margin-left: 20px;
    font-weight: bold;
    position: relative;
    font-size: 12px;
}
.cat-page .breadcrumbs>span:last-child:before {
	position: absolute;
	font-size: 32px;
	content: '\00b7';
	vertical-align: middle;
	top: 0px;
	line-height: 15px;
	left: -15px;
}
.related-posts h2 {
	text-align: center;
	font-size: 24px;
	text-transform: unset;
	margin: 20px 0 30px 0;
	border-top: 2px solid #f0f0f0;
	padding-top: 30px;
	font-family: "futura-pt",sans-serif;
    font-weight: bold;
}
.related-content-section h3 a {
	font-size: 18px;
	color: inherit;
	text-decoration: none;
	font-weight: 600;
	line-height: normal;
}
.related-content-section h3 {
	margin: 20px 0 5px 0;
}
.fixed-share .single-cont {
	background: no-repeat;
	padding: 0;
	display: block;
	margin-top: 35px;
}
.fixed-share h4 {
	margin: 0;
	font-size: 18px;
}
.fixed-share h4 a {
	color: inherit;
	text-decoration: none;
}
.fixed-share ul.author-sites {
	display: block;
	padding: 0;
}
.fixed-share {
	position: absolute;
	top: 0;
	max-width: 230px;
	left: 100px;
}
.fixed-share>span {
	color: #4093F4;
	display: block;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0;
	position: relative;
}
.fixed-share>span a {
	color: inherit;
	text-decoration: none;
}
.fixed-share>span:after {
	width: 100px;
	border-bottom: 2px solid #f0f0f0;
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
}
.fixed-share ul.author-sites li {
	font-size: 16px;
	font-weight: bold;
}
.fixed-share ul.author-sites li {
	padding-left: 45px;
	border-radius: 0;
	border: 0;
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.fixed-share ul.author-sites li a {
	text-decoration: none;
	color: inherit;
	padding: 0;
	margin: 0;
}
.fixed-share li.copy-url {
	padding-left: 0!important;
}
.fixed-share li.copy-url svg{
	width: 28px;
	fill: #000000!important;
}
.fixed-share .single-cont .author-sites a span:before {
	left: 16px;
	font-size: 28px;
	top: 13px;
}
li.copy-url span span {
	position: relative;
	top: -12px!important;
	left: 12px;
}
.fixed-share ul.author-sites span span:before {
	display: none;
}

.fixed-share ul.author-sites span span {
	position: relative;
	top: 2px;
}
.brdcum {
	padding: 20px 17vw;
}
.single-post .brdcum {
	padding: 20px 23vw;
}
.brdcum ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.brdcum ul li {
	display: inline-block;
	margin-right: 15px;
	font-size: 12px;
	margin-bottom: 0;
	font-weight: bold;
	position: relative;
}
.brdcum ul li:after {
	position: absolute;
	font-size: 32px;
	content: '\00b7';
	vertical-align: middle;
	top: 0px;
	line-height: 18px;
	right: -14px;
	color: #000;
}
.brdcum ul li:last-child:after{
	display: none;
}
.brdcum ul li a {
	text-decoration: none;
	color: #aaaaaa;
	font-weight: 500;
}
.brdcum ul li:last-child a {
	color: #000;
}
.single-post-content .wp-video {
	position: relative;
	width: 100%;
	padding: 10px 0;
}
.single-post-content .wp-video .mejs-container {
	position: relative;
}
/*author shortcode*/
.author-wrap.aln-left .author-image {
	margin-right: 20px
}
.author-wrap.aln-right .author-image {
	margin-left: 20px;
}
.author-wrap.aln-left .authr-box-top {
	float: left;
}
.author-wrap.aln-right .authr-box-top {
	float: right;
}
.authr-box-top {
	position: relative;
	display: -ms-flex;
	display: flex;
	flex-wrap: wrap;
	-ms-align-items: inherit;
	align-items: inherit;
}
.authr-bio {
	clear: both;
	float: none;
}
.author-image img {
	height: 150px;
	border-radius: 50%;
	width: 150px;
}
.author-des h4 {
	font-size: 26px;
	color: #000;
	margin: 0 0 5px;
	line-height: normal;
}
.author-des {
	 margin-top: 45px;
}
.author-des span {
	font-size: 16px;
	color: #aaa;

}
.author-wrap.aln-left  .authr-bio {
	padding-left: 40px;
	border-left: 1px solid #39D59F;
}
.author-wrap.aln-right .authr-bio {
	padding-right: 40px;
	border-right: 1px solid #39D59F;
}
.authr-bio {
	font-size: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 30px;
	display: inline-block;
	width: 100%;
}
.author-wrap {
	max-width: 600px;
	margin: 10px auto;
}
.other-blog-type {
	display: block;
	padding-top: 50px;
	padding-bottom: 100px;
	margin-top: 50px;
}
.other-blog-type ul {
	padding: 0;
	text-align: center;
	margin: 0;
	list-style: none;
}
.other-blog-type li {
	display: inline-block;
	margin: 0 15px;
}
.other-blog-type li a {
	color: #4093F4;
	text-decoration: none;
	font-size: 16px;
	border: 2px solid #f0f0f0;
	padding: 60px 50px 10px 20px;
	width: 100%;
}
.auth-bg {
	width: 150px;
	height: 150px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}
.cat-header,.fist-cat-post {
	display: block;
	width: 100%;
}
.category  .fist-cat-post {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}
h3.blog-type-title {
    display: block;
    font-size: 40px;
    font-weight: 300;
    color: #000;
    margin: 50px 0 50px 0;
    width: 100%;
}
@media screen and (max-width: 980px) {
	.thumb-post {
		width: 100%;
		margin-bottom: 10px;
		float: none;
		height: 150px;
	}
	.pst-cont {
		float: none;
		width: 100%;
	}
	.fist-post-thum {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.first-post-content {
		width: 100%;
		padding-top: 15px;
	}
	.listing-content-thumb {
		width: 100%;
		height: 300px;
		margin-bottom: 20px;
	}
	.listing-content-section {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	.listing-content-section  span.post-reading-time{
		margin-bottom: 10px;
	}
	.listing-content-section  span.tags-nm{
		display: inline;
	}
	.fixed-share {
		display: none;
	}
	.single-post-section .alignright {
		float: none;
		width: 100%;
		margin-right:0;
	}
	.other-blog-type li a {
		display: block;
		width: 100%;
		margin-bottom: 10px;
	}
	.other-blog-type li {
		display: block;
		margin: 0;
	}
	.other-blog-type {
		padding: 20px 0;
		margin: 0;
	}
	ul.related-post-list li {
		width: 47.5%;
		margin-right: 5%;
	}
	ul.related-post-list li:nth-child(even) {
		margin-right: 0;
	}
	.single-post .brdcum {
		padding: 20px 12vw;
	}
	.single-post-section,
	.cat-page {
		padding: 0 12vw 0;
	}
}
@media screen and (max-width: 767px) {
	div#blog_categories ul li,
	li.outer-li,
	ul.related-post-list li{
		width: 100%;
		float: none;
		margin-right: 0;
	}
	.thumb-post {
		width: 100%;
		margin-bottom: 10px;
		float: none;
		height: 300px;
	}
	.post-header h1 {
		line-height: 42px;
		font-size: 30px;
	}
	span.post-date-single {
		font-size: 22px;
	}
}
@media screen and (max-width: 740px) {
	div#blog_categories_list {
		position: inherit;
	}
	.inner-cont, .category .cat-page, .single-post .top-margn {
	    padding-top: 0;
	}
}
@media screen and (min-width: 981px) and (max-width: 1350px) {
	.fixed-share {
		left: 50px;
		max-width: 100px;
	}
}
.menu-blog-container {
	display: none;
}
