
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Muli:200,200i,300,300i,400,400i,600,600i,700,700i,800,800i,900,900i|Playfair+Display:400,400i,700,700i,900,900i');

/* ================================================================================== 
										Reset Css
===================================================================================== */

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	overflow-x: hidden;
    font-family: 'Muli', sans-serif;
    line-height: 1.5;
    color: #9c9c9c;
    font-size: 15px;
    font-weight: 400;
    line-height: 22px;
}
h1, h2, h3, h4, h5, h6 {
    clear: both;
    color: #1a191e;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 1rem;
}
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

h3 {
  font-size: 1.18em;
}

h4 {
  font-size: 1.12em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8em;
}

a:hover {
	text-decoration: none;
	color: inherit;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
button {
	outline: aut;
	cursor: pointer;
}
button:focus {
	outline: auto;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
* {
	margin:0;
	padding: 0;
}
a:focus {
	text-decoration: none;
    outline: thin dotted;
}
button {
	outline: none;
}
input {
	outline: none;
}
textarea {
	outline: none;
}
section {
	display: block;
	position: relative;
}
img {
	display: inline-block;
	margin-bottom: -6px;
}
p {
	font-size: 15px;
	line-height: 22px;
	color: #83898a;
	font-family: 'Lato';
}
body.no-scroll {
	overflow-y: hidden;
}
.container {
	padding: 0;
}
.sec-padding {
	padding: 50px 0;
}
.p-70 {
	padding: 70px 0;
}

article.masonry-post {
    float: left;
    width: 100%;
}
.ajax-pagination {
    clear: both;
}
/* ======================== TRANSITION EFFECTS  =========================== */

.blog-img:before,
.page-img:before,
.social-links li a,
.social-links li a:before,
.social-links li a:after,
.blog-img > img,
.blog-item:hover .blog-img > img,
.page-link,
.wd-post > img,
.penc-img,
.widget li a,
.search-page,
.children,
.sub-menu,
.children li a,
.children li a:before,
.sub-menu li a,
.sub-menu li a:before,
.side-menu,
.menu-list ul li a,
.menu-btn > a span,
.post-control ul li,
.post-control ul li a {
	-webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
}

/* ======================== HEADER =========================== */

.top-bar {
    width: 100%;
    border-bottom: 1px solid #181819;
    position: relative;
    margin-bottom: 30px;
    border-top: 1px solid #181819;
}
.top-bar .container {
	position: relative;
}
nav ul{
	margin: 0;
	padding: 0;
	
}
nav {
	display: inline-block;
}
nav ul li {
	display: inline-block;
	padding: 19px 11px 20px 11px;
	position: relative;
}
nav ul li a {
	display: inline-block;
	color: #1a191e;
	font-size: 11px;
	font-weight: 800;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
nav ul li a:hover {
	color: #1a191e;
}
nav > ul > li:first-child {
	padding-left: 0;
}
.rt-subs {
	float: right;
	line-height: 58px;
}
.subscribe-btn {
	display: inline-block;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 0.9px;
	padding-right: 38px;
}
.subscribe-btn i {
	font-size: 18px;
	position: relative;
	top: 2px;
	padding-right: 6px;
}
.search-btn {
	display: inline-block;
	color: #6d6d6d;
	font-size: 18px;
	position: relative;
	top: 2px;
}
.search-btn:hover {
	color: #6d6d6d;
}
.clearfix {
	clear: both;
}
header {
	display: block;
	background-color: #ffffff;
	position: relative;
}
.error404 .brb,
.single .brb {
	border-bottom: 1px solid #181819;
}
.bottom-header {
	text-align: center;
	padding: 66px 0;
}
.logo {
}
.logo > h2 {
	font-size: 46px;
	color: #181819;
	font-weight: 900;
	text-transform: uppercase;
	line-height: 46px;
}
.logo > h2 a {
	color: #181819;
}

/*==============================================================
## Header Type CSS
================================================================*/
/*## Header Images*/
.header-image {
    padding: 30px 0 0 0;
    position: relative;
}

.header-image .container {
    position: relative;
    z-index: 2;
}

.header-image:before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.2);
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}



/* ======================== BLOG ITEMS =========================== */
.slider-wrapper .layout-grid{
    grid-template-columns: repeat(3,1fr);
    grid-template-rows: repeat(2,1fr);
    column-gap: 10px;
    row-gap: 10px;
    display: grid;
    grid-auto-rows: 1fr;
}
.slider-wrapper .layout-grid .blog-item {
    display: flex;
    flex-wrap: wrap;
}
.slider-wrapper .layout-grid .blog-item:nth-child(3n+1) {
    grid-column: span 2;
    grid-row: span 2;
}
.slider-wrapper .blog-items.main .blog-item,
.has-post-thumbnail .blog-items.main .blog-item {
	position: relative;
}
.blog-items.main .blog-img {
	margin-bottom: 0;
}
.blog-item .no-image {
    min-height: 250px;
    width: 100%;
    background: #000;
}
.blog-item.blog-right:first-child {
    margin-bottom: 12px;
}
.slider-wrapper .blog-items.main .post-category,
.has-post-thumbnail .blog-items.main .post-category {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
	position: absolute;
	top: 35px;
	left: 39px;
	font-weight: 900;
	letter-spacing: 0.6px;
	z-index: 99;
}
.slider-wrapper .blog-items.main .blog-info .post-category,
.has-post-thumbnail .blog-items.main .blog-info .post-category{
	display: none;
} 
.blog-img:before,
.page-img:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(42,42,42,0.30);
	z-index: 9;
	opacity: 0;
	visibility: hidden;
}
.slider-wrapper .blog-items.main .blog-img:before,
.has-post-thumbnail .blog-items.main .blog-img:before {
	opacity: 1;
	visibility: visible;
	background-color: rgba(42,42,42,0.60);
} 
.slider-wrapper .blog-items.main .blog-img > img,
.has-post-thumbnail .blog-items.main .blog-img > img {
	width: 100%;
}

.slider-wrapper .blog-items.main .blog-img > img{
	height: 100%;
}
.slider-wrapper .blog-items.main .blog-img > img{
	display: block;
    width: 100vw;
    object-fit: cover;
}
.has-post-thumbnail .blog-items.main .blog-info,
.slider-wrapper .blog-items.main .blog-info {
	position: absolute;
	bottom: 30px;
	left: 0;
	z-index: 9;
	padding: 0 39px;
	width: 100%;
}
.slider-wrapper .blog-items.main .blog-item.main-style .post-title ,
.has-post-thumbnail .blog-items.main .blog-item.main-style .post-title {
	width: 512px;
	padding: 26px 30px 28px;
	margin-bottom: 24px;
	border:1px solid #7a7a7a;
	font-size: 23px;
	line-height: 32px;
}
.slider-wrapper .blog-items.main .blog-item.main-style .blog-info,
.has-post-thumbnail .blog-items.main .blog-item.main-style .blog-info {
	bottom: 37px;
}
.slider-wrapper .blog-items.main .post-title,
.has-post-thumbnail .blog-items.main .post-title {
	color: #fff;
	margin-bottom: 0;
}
.slider-wrapper .blog-items.main .post-title a,
.has-post-thumbnail .blog-items.main .post-title a {
	color: #ffffff;
}
.met-soc {
	float: left;
	width: 100%;
}
.blog-items.main .meta {
	float: left;
	margin-bottom: 0;
}
.slider-wrapper .blog-items.main .meta li,
.has-post-thumbnail .blog-items.main .meta li,
.slider-wrapper .blog-items.main .meta li a,
.has-post-thumbnail .blog-items.main .meta li a {
	color: rgba(255,255,255,0.76);
	font-weight: 400;
}
.slider-wrapper .blog-items.main .meta li:before,
.has-post-thumbnail .blog-items.main .meta li:before {
	background-color: #cbcccb;
}
.blog-items.main .social-links,
.blog-items.main .social-links{
	float: right;
	margin-top: -5px;
	display: none;
}
.slider-wrapper .blog-items.main .social-links,
.has-post-thumbnail .blog-items.main .social-links{
	display: inline-block;
}
.social-links li {
	display: inline-block;
	margin-right: 8px;
}
.social-links li a {
	display: inline-block;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border:1px solid rgba(255,255,255,0.30);
	text-align: center;
	color: rgba(255,255,255,0.76);
	font-size: 14px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
	z-index: 1;
}
.social-links li a:hover {
	color: #ffffff;
}
.social-links li a:hover:before,
.social-links li a:hover:after {
	opacity: 1;
	visibility: visible;
	height: 50%;
}
.social-links li a:before,
.social-links li a:after {
	content: '';
	position: absolute;
	left: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
}
.social-links li a:before {
	top: 0;
}
.social-links li a:after {
	bottom: 0;
}
.social-links li:last-child {
	margin-right: 0;
}
/* ======================== SIDEBAR OPTIONS ======================== */
.main-content  .left-sidebar{
	flex-direction: row-reverse;
}
.masonry-start {
    margin-left: -15px;
    margin-right: -15px;
}

.right-sidebar #secondary{
	padding-left: 50px;
}
.left-sidebar #secondary{
	padding-right: 50px;
}
.no-sidebar #primary[class*="col-"]{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.middle-column #primary[class*="col-"]{
	-ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
    margin: auto;
}
.no-sidebar #secondary,
.middle-column #secondary{
	display: none;
}
.left-image.one-column{
	-ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.left-image.one-column .blog-item {
    display: table;
}
.left-image.one-column .blog-item .blog-img{
    display: table-cell;
    width: 300px;
    float: left;
    margin-bottom: 0;
    margin-right: 25px;
}
.left-image.one-column .blog-item .blog-info{
	display: table-cell;
    width: 100%;
    vertical-align: middle;
}
/* ======================== SECTION TITLE ======================== */

.sec-title {
	position: relative;
	margin-bottom: 24px;
	margin-top: -5px;
}
.sec-title:before {
	content: '';
	position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent 80%, #818182 15%);
    background-size: 10px 100%;
    background-repeat: repeat-x;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sec-title h3 {
	color: #1a191e;
	font-size: 15px;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	padding-right: 22px;
	letter-spacing: 0.9px;
}


.blog-img {
	margin-bottom: 15px;
	position: relative;
	overflow: hidden;
}
.blog-img > img {
	width: 100%;
}
.post-title {
	font-size: 17px;
	line-height: 25px;
	color: #1a191e;
	font-weight: 900;
	margin-bottom: 4px;
}
.post-title a {
	color: #1a191e;
}
.meta {
	margin-bottom: -7px;
	padding: 0;
	margin-left: 0;
}
.meta li,
.meta li a {
	display: inline-block;
	font-size: 11px;
	color: #a1a4a6;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.meta li i {
	padding-right: 7px;
}
.meta li {
	padding: 0 13px;
}
.meta li:last-child {
	padding-right: 0;
}
.meta li:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -3px;
	width: 2px;
	height: 1px;
	background-color: #a1a4a6;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.meta li:first-child {
	padding-left: 0;
}
.meta li:last-child:before {
	display: none;
}





.nav-tabs {
	width: 100%;
	float: left;
	border:1px solid #181819;
	margin-bottom: 40px;
}
.nav-tabs .nav-item {
	float: left;
	width: calc(100% / 3);
	text-align: center;
	margin: 0;
}
.nav-tabs .nav-item:last-child .nav-link {
	margin-left: 1px;
}
.nav-tabs .nav-link {
	color: #1a191e;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	border:0;
	display: inline-block;
	width: 100%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.nav-tabs .nav-link.active {
	background-color: #181819;
	color: #fff;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}



.blog-info .post-category {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin: 3px 0 6px 0;
	display: inline-block;
}

.tab-content .post-title,
.blog-items.style2 .post-title {
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 27px;
}
.tab-content .blog-item,
.blog-items.style2 .blog-item {
	margin-bottom: 40px;
}



.mb-20 {
	margin-bottom: 20px;
}
.top-post-section {
	position: relative;
	padding-bottom: 37px;
}
.top-post-section:before {
	content: '';
	position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, transparent 80%, #818182 15%);
    background-size: 10px 100%;
    background-repeat: repeat-x;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.top-post-section .blog-items > .row {
	margin: 0;
}
.top-post-section .blog-items > .row > .col-lg-9 {
	max-width: 532px;
	flex: inherit;
	padding: 0;
	margin-right: 40px;
}
.top-post-section .blog-items > .row > .col-lg-3 {
	max-width: 248px;
	flex: inherit;
	padding: 0;
}
.top-post-section .blog-item.lrg {
	margin-bottom: 0;
}
.top-post-section .blog-item.lrg .post-title {
	font-size: 21px;
	line-height: 27px;
	font-weight: 900;
	margin-bottom: 16px;
}
.top-post-section .blog-item.lrg .blog-info > .meta {
	margin-bottom: 13px;
}
.top-post-section .blog-item.lrg .blog-img {
	margin-bottom: 21px;
}
.top-post-section .blog-item.lrg .post-category {
	margin: 0;
}

.top-post-section .blog-item {
	margin-bottom: 36px;
}
.top-post-section .blog-item:last-child {
	margin-bottom: 0;
}
.top-post-section .blog-item .post-title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 6px;
}
.blog-item:hover .blog-img > a > img, 
.blog-item:hover .blog-img > img {
	filter: grayscale(100%);
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-item:hover .blog-img:before {
	opacity: 1;
	visibility: visible;
}


.blog-items.style2.sec-padding {
	padding: 45px 0 11px 0;
} 


.no-overlay:before {
	display: none;
}

.blog-items.style2.sec-padding2 {
	padding: 50px 0 0 0;
}
.n-pagination {
	margin: 6px 0 20px 0;
	width: 100%;
	display: flex;
	justify-content: center;
}
.page-numbers {
	padding: 0;
	margin-right: 12px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border:1px solid #e5e5e5;
	text-align: center;
	color: #1a191e;
	font-size: 11px;
	font-weight: 700;
	padding: 0;
	letter-spacing: 0;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.page-numbers.current,
.page-numbers:hover {
	border-color: transparent;
	color: #fff;
}

.page-numbers:first-child .page-link,
.page-numbers:last-child .page-link {
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}




/* ======================= SIDEBAR ======================= */


.widget {
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: relative;
    border: 1px solid #e7eaeb;
    margin-bottom: 45px;
    width: 100%;
    display: inline-block;
}
.sidebar .widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	color: #1a191e;
	font-size: 13px;
	font-weight: 900;
	text-transform: uppercase;
	background-color: #fff;
	background-color: #fff;
	display: inline-block;
	position: absolute;
	top: -11px;
	padding: 0 10px;
	left: 21px;
}
.main-content .row .col-lg-8.mgr-50 {
	margin-right: 50px;
}
.pb-30 {
	padding-bottom: 30px;
}

.wd-post {
	display: table;
	margin-bottom: 15px;
}
.wd-post:last-child {
	margin-bottom: 0;
}
.wd-post .blog-img {
	display: table-cell;
	width: 83px;
	float: left;
	margin-bottom: 0;
	overflow: hidden;
	margin-right: 20px;
}
.wd-post:hover .blog-img img {
	filter: grayscale(100%);
}
.wd-post-info {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	
}
.wd-post-info > .post-title {
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 2px;
	letter-spacing: -0.2px;
}
.post-date {
	display: inline-block;
	color: #a1a4a6;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}




/* ==================== WIDGET SOCIAL LINKS ================= */


.widget-social-links ul {
	margin-bottom: -6px;
	margin-top: 2px;
}
.widget-social-links li {
	display: inline-block;
	text-align: center;
	border-right: 1px solid #f5f5f5;
	padding: 0 15px;
	margin-right: -3px;
}
.widget-social-links li:first-child {
	padding-left: 0;
}
.widget-social-links li:last-child {
	border-right: 0;
	padding-right: 0;
}
.widget-social-links li a {
	font-size: 18px;
	display: block;
	margin-bottom: 11px;
}
.widget-social-links li h4 {
	color: #262626;
	font-size: 13px;
	font-weight: 900;
	margin-bottom: -2px;
}
.widget-social-links li span {
	display: block;
	color: #a5a5a5;
	font-size: 13px;
}
.facebook {
	color: #4867aa;
}
.twitter {
	color: #1da1f2;
}
.pinterest {
	color: #ca0034;
}




/* ===================== WIDGET-SUBSRIBE ====================== */
.mc4wp-form{
	margin: -31px;
}
.subscribe-wd {
	border:2px solid #181819;
	padding: 30px;
	position: relative;
	overflow: hidden;
}
.subscribe-wd:hover .penc-img {
	right: -55px;
}
.subscribe-wd .widget-title {
	position: static;
	padding: 0;
	font-size: 17px;
	text-transform: capitalize;
	margin-bottom: 14px;
}
.subscribe-wd .subscribe {
	position: relative;
}
.subscribe-wd .subscribe input {
	width: 100%;
	color: #a5a5a5;
	font-size: 13px;
	padding: 0 16px;
	height: 38px;
	line-height: 38px;
	font-family: 'Lato';
	border:1px solid #e1e1e1;
}
.subscribe-wd .subscribe button {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #181819;
	color: #fff;
	font-size: 15px;
	border:0;
	height: 100%;
	width: 40px;
}
.penc-img {
	position: absolute;
	top: -8px;
	right: -2px;
}

/* ===================== WIDGET COMMENTS ====================== */
.widget ol li{
	padding:0;
}
.widget ol li:before{
	content: initial;
}
/* ===================== WIDGET RECENT POSTS ====================== */

.widget-recent-post {
	padding: 35px 29px 19px;
}
.post-slide > img {
	width: 100%;
}
.slick-slide {
	outline: none;
}
.slick-dots {
	bottom: -23px;
}
.slick-dots li {
	margin: 0 5px 0 0;
}
.slick-dots li:last-child {
	margin-right: 0;
}
.slick-dots li button {
	width: 6px;
	height: 6px;
	background-color: #dcdcdc;
}
.slick-dots li.slick-active button {
	background-color: #181819;
}


/* ===================== ADVERTISEMENT BANNER ====================== */

.widget-adver {
	border:0;
	padding: 0 29px;
}
.widget-adver > img {
	width: 100%;
}

/* ===================== CATEGORIES LINKS ====================== */

.catgs-links {
	margin-top: -7px;
	margin-bottom: -16px;
}
.widget ul{
	margin: 0;
}
.widget li {
	display: block;
	padding: 9px 20px;
	position: relative;
	list-style: none;
	border-bottom: 1px solid #e6e6e6;


}
.widget li:last-child a {
	border-bottom: 0;
}
.widget li:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 4px;
	height:4px;
	background-color: #262626;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
.widget li a {
	color: #757479;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.7px;
}
.widget li a:hover {
	padding-left: 10px;
}
.widget_archive li{
	text-align: right;
}
.widget_archive li a{
	float: left;
}
/* ===================== WIDGET-TAGS ====================== */
.widget.widget_tag_cloud .tag-cloud-link {
    text-transform: capitalize;
    padding: 6px 12px;
    line-height: 1;
    background: #f7f7f7;
    color: #000;
    font-size: 11px !important;
    border-radius: 4px;
    margin-bottom: 5px;
}
.widget.widget_tag_cloud .tag-cloud-link:hover {
    color: #fff;
}
/* ===================== WIDGET-FB ====================== */

.widget-fb {
	padding: 0;
	border:0;
	background-color: #f7f7f7;
}
.page-img {
	position: relative;
}
.page-img:before {
	opacity: 1;
	visibility: visible;
}
.page-img > img {
	width: 100%;
}
.page-hd {
	position: absolute;
	top: 14px;
	left: 20px;
	z-index: 99;
}
.page-hd > h3 {
	color: #ffffff;
	font-size: 16px;
	font-weight: 900;
	letter-spacing: 1.8px;
	text-transform: uppercase;
}
.page-hd > span {
	color: rgba(255,255,255,0.50);
	font-size: 11px;
	text-transform: uppercase;
	letter-spacing: 0.7px;
}

.fb-opts {
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 99;
	padding: 0 20px;
	width: 100%;
}
.fb-opts li:first-child {
	float: left;
}
.fb-opts li:last-child {
	float: right;
}
.fb-opts li a {
	color: #1a191e;
	font-size: 11px;
	font-weight: 700;
	background-color: #ffffff;
	text-transform: capitalize;
	height: 25px;
	line-height: 25px;
	padding: 0 10px;
	display: inline-block;
}
.fb-opts li a i {
	font-size: 13.54px;
	color: #3b5998;
	margin-right: 4px;
	position: relative;
	top: 1px;
}
.post-imgs {
	background-color: #ffffff;
	padding: 15px 10px;
	-webkit-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	-o-box-shadow: 0 0 10px rgba(0,0,0,0.15);
	box-shadow: 0 0 10px rgba(0,0,0,0.15);
}
.post-imgs > h5 {
	color: #a5a5a5;
	font-size: 12px;
	font-family: 'Lato';
	margin-bottom: 3px;
	margin-top: -7px;
}
.post-mgs {
	padding: 15px;
}
.post-imgs > ul li {
	float: left;
	width: calc(100% / 6);
}
.post-imgs > ul li img {
	width: 100%;
	padding-right: 5px;
}
.post-imgs > ul li:last-child {
	margin-right: 0;
}



/* ===================== SMALLER POSTS ====================== */


.smaller-post .blog-img {
	display: table-cell;
	width: 170px;
	float: left;
	margin-bottom: 0;
	margin-right: 25px;
}
.smaller-post .blog-item {
	display: table;
	margin-bottom: 22px;
}
.smaller-post .blog-info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
}
.smaller-post .post-title {
	margin-bottom: 8px;
}
.smaller-post .blog-info .post-category {
	margin: 1px 0 7px 0;
}
.p-75 {
	padding: 75px 0;
}


/* ===================== FOOTER ====================== */

.footer{
	background-color: #151618;
}
.ts-footer {
	background-color: #151618;
}
.ft-style {
	margin-bottom: -15px;
}
.ft-style .post-title,
.ft-style .post-title a {
	color: #ffffff;
}
.footer .sec-title h3 {
    background: #151618;
    color: #fff;
}
/* =================== FOOTER CONTENT ====================== */


.footer-content {
	padding: 46px 0;
	border-top: 1px solid #28292c;
}
.ft-logo h1 {
	color: #ffffff;
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 3px;
	text-transform: uppercase;
	margin-top: 4px;
}
.ft-logo h1 a {
	color: #ffffff;
}
.ft-links {
	float: right;
	margin-top: 3px;
}
.ft-links li {
	display: inline-block;
	margin-right: 21px;
}
.ft-links li:last-child {
	margin-right: 0;
}
.ft-links li a {
	display: inline-block;
	color: #f5f5f5;
	font-size: 11px;
	text-transform: uppercase;
}


.bottom-strip {
	background-color: #0b0b0b;
	padding: 20px 0;
	text-align: center;
}
.bottom-strip p {
	color: #52575c;
	font-size: 13px;
}

/* ======================== SCROLL UP ====================== */

#toTop {
	background-color:#000000;
	text-align: center;
	bottom: 40px;
	cursor: pointer;
	display: none;
	position: fixed;
	right: 40px;
	z-index: 10;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
#toTop i {
	height: 40px;
	font-size: 20px;
	width: 40px;
	color:#ffffff;
	line-height: 36px;
	transition: all 0.3s ease 0s;
	border-radius: 3px;
}

#toTop:hover {
	bottom: 45px;
}
/* ======================== HOMEPAGE 2 ====================== */

.blog-list {
	margin-top: 5px;
}



/* ========================= TRENDING POSTS ========================== */

.trending-posts {
	background-color: #efefef;
	padding: 45px 39px;
}
.trending-posts .sec-title h3 {
	background-color: #efefef;
}
.trending-posts .blog-item.main .post-title {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 10px;
}
.trending-posts .blog-item.main .blog-img {
	margin-bottom: 21px;
}
.post-list {
	padding-left: 10px;
}
.post-list .blog-item {
	display: table;
	margin-bottom: 22px;
}
.post-list .blog-item:last-child {
	margin-bottom: 0;
}
.post-list .blog-img {
	display: table-cell;
	float: left;
	width: 110px;
	margin-bottom: 0;
}
.post-list .blog-info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-bottom: 0;
	padding-left: 18px;
	padding-top: 6px;
}
.post-list .post-title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 2px;
}


/* ========================= MOST VIEWED POSTS ========================== */

.most-viewed-posts .post-title {
	font-size: 21px;
	line-height: 27px;
	margin-bottom: 10px;
}
.most-viewed-posts .blog-img {
	margin-bottom: 14px;
}
.most-viewed-posts .post-list .blog-img {
	margin-bottom: 0;
}
.most-viewed-posts .post-list .blog-item {
	margin-bottom: 22px;
}
.most-viewed-posts .post-list {
	margin-top: 40px;
	margin-bottom: -25px;
}
.most-viewed-posts .post-list .post-title {
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 2px;
	padding-right: 15px;
}
.most-viewed-posts .post-list .blog-info {
	padding-left: 23px;
}
.most-viewed-posts .post-list {
	padding-left: 0;
}


/* ========================= FEATURED VIDEO ========================== */

.feautred-vid {
	background-color: #212324;
	margin: 0;
}
.feautred-vid .sec-title h3 {
	color: #fff;
	background-color: #212324;
}
.feautred-vid .post-title,
.feautred-vid .post-title a {
	color: #ffffff;
}
.play-video {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	border:2px solid #ffffff;
	color: #ffffff;
	font-size: 12px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: center;
	z-index: 99;
}



/* ========================= FEATURED STORIES ========================== */


.featured-stories .blog-item {
	margin-bottom: 40px;
}
.featured-stories .blog-items {
	margin-bottom: -40px;
}
.featured-stories .post-title {
	font-size: 15px;
	line-height: 20px;
}



/* ========================= HEADER STYLE 2 ========================== */

header.style2 .container-fluid {
	padding: 0 75px;
}
header.style2 .logo {
	width: 25%;
	float: left;
	margin-left: -1px;
	margin-top: 24px;
}
header.style2 nav {
	width: 50%;
	text-align: center;
	float: left;
}
header.style2 .rt-subs {
	width: 25%;
	text-align: right;
	margin-top: 8px;
}
header.style2 .logo h2 {
	font-size: 26px;
}
header.style2 .logo h2 a {
	letter-spacing: 2.25px;
}
header.style2 nav > ul > li {
	padding: 27px 11px 29px;
}
header.style2 .children,
header.style2 .sub-menu {
	text-align: left;
}
header.style2 .top-bar{
	border: 0;
}


/* ========================= CONTACT PAGE ========================== */


.cont-img {
	width: calc(100% - 667px);
	float: left;
}
.cont-img > img {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 0;
	height: 100%;
	object-fit: cover;
}
.cont-form-sec {
	float: right;
	width: 667px;
	background-color: #f5f5f5;
	padding: 140px 73px;
}
.cont-form-sec h3 {
	color: #1a191e;
	font-size: 42px;
	font-weight: 900;
	margin-bottom: 43px;
	padding-top: 5px;
}
.cont-form-sec p {
	line-height: 26px;
	color: #575a5b;
	margin-bottom: 26px;
}
.form-field {
	margin-bottom: 16px;
}
.form-field input[type="text"],
.form-field input[type="email"], 
.comment-form textarea {
	width: 100%;
	background-color: #ffffff;
	color: #a5a5a5;
	font-size: 13px;
	font-family: 'Lato';
	border:0;
} 
.form-field input[type="text"],
.form-field input[type="email"] {
	padding: 0 18px;
	height: 50px;
}
.comment-form textarea {
	padding: 10px 18px;
	height: 156px;
}
.show-more,
.cont-form-sec form input[type="submit"] {
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 0 43px;
	border:0;
	cursor: pointer;
}



/* ========================= SEARCH PAGE ========================== */


.search-page {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #000000;
	z-index: 99999999;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(0.95);
	-moz-transform: scale(0.95);
	-ms-transform: scale(0.95);
	-o-transform: scale(0.95);
	transform: scale(0.95);
}
.search-page.active {
	opacity: 1;
	visibility: visible;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.search-page form {
	position: absolute;
	top: 50%;
	float: left;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.search-page .form-field {
	position: relative;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}
.search-page form .form-field input[type="search"] {
	width: 100%;
	padding: 20px 45px;
	color: #83898a;
	font-size: 27px;
	background-color: inherit;
	border:0;
	border-bottom: 1px solid #ffffff;
	height: auto;
}
.search-page form .form-field label {
	width: 100%;
}
.search-page .form-field .search-submit {
	padding: 20px 45px;
	color: #83898a;
	font-size: 27px;
	background-color: inherit;
	border:0;
	border-bottom: 1px solid #ffffff;
	height: auto;
	width: 170px;
}
.search-page form .form-field input:focus {
	border-color: #ffffff;
}
.close-search {
	color: #ffffff!important;
	font-size: 24px;
	position: fixed;
	top: 78px;
	right: 100px;
}
.close-search:hover {
	color: #ffffff;
}


/* ========================= DROPDOWN MENU ========================== */

.navbar-menu .children,
.navbar-menu .sub-menu {
	position: absolute;
	top: 100%;
	left: 0;
	padding:0;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 10px rgba(3,3,3,0.15);
	-moz-box-shadow: 0 0 10px rgba(3,3,3,0.15);
	-ms-box-shadow: 0 0 10px rgba(3,3,3,0.15);
	-o-box-shadow: 0 0 10px rgba(3,3,3,0.15);
	box-shadow: 0 0 10px rgba(3,3,3,0.15);
	z-index: 99;
	width: 230px;
	opacity: 0;
	visibility: hidden;
	-webkit-transform: translateX(-30px);
	-moz-transform: translateX(-30px);
	-ms-transform: translateX(-30px);
	-o-transform: translateX(-30px);
	transform: translateX(-30px);
}
.navbar-menu .children .children,
.navbar-menu .sub-menu .sub-menu{
	top: 0;
    left: 100%;
}
.navbar-menu .children li,
.navbar-menu .sub-menu li {
	display: block;
	padding: 9px 20px;
}

.navbar-menu .children li:last-child:before, 
.navbar-menu .sub-menu li:last-child:before {
	display: none;
}
.navbar-menu .children li a,
.navbar-menu .sub-menu li a {
	display: block;
	color: #1a191e;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	position: relative;
}
.navbar-menu .children li a:before,
.navbar-menu .sub-menu li a:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 0;
	height: 1px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
}
.navbar-menu .children li a:hover,
.navbar-menu .sub-menu li a:hover {
	padding-left: 21px;
}
.navbar-menu .children li a:hover:before,
.navbar-menu .sub-menu li a:hover:before {
	opacity: 1;
	visibility: visible;
	width: 6px;
}
.navbar-menu  ul li:focus > .children,
.navbar-menu  ul li:focus-within > .children,
.navbar-menu  ul li:focus > .sub-menu,
.navbar-menu  ul li:focus-within > .sub-menu,
.navbar-menu  ul li:hover > .children,
.navbar-menu  ul li:hover > .sub-menu {
	opacity: 1;
	visibility: visible;
	margin: 0;
}
.navbar-menu  ul li:focus > .children,
.navbar-menu  ul li:focus > .sub-menu,
.navbar-menu  ul li:focus-within > .children,
.navbar-menu  ul li:focus-within > .sub-menu,
.navbar-menu  ul li:hover > .children,
.navbar-menu  ul li:hover > .sub-menu {
	-webkit-transform: translateX(0);
	-moz-transform: translateX(0);
	-ms-transform: translateX(0);
	-o-transform: translateX(0);
	transform: translateX(0);
}
.navbar-menu .children li a.sub-toggle,
.navbar-menu .sub-menu li a.sub-toggle{
	display: none;
}

/* ========================= MENU BUTTON ========================== */

.menu-btn {
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  position: relative;
  z-index: 9999999;
  display: none;
}
.menu-btn > a {
  display: inline-block;
  width: 27px;
  margin-top: 21px;
  float: left;
}
.menu-btn > a span {
  display: block;
  width: 100%;
  height: 3px;
  background-color: #181819;
  margin-bottom: 5px;
}
.menu-btn > a span:last-child {
  margin-bottom: 0;
}
.menu-btn.active > a span.bar1 {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}
.menu-btn.active > a span.bar2 {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(2, 1);
  -ms-transform: scale(2, 1);
  transform: scale(2, 1);
}
.menu-btn.active > a span.bar3 {
  -webkit-transform: translateY(-8px) rotate(-135deg);
  -ms-transform: translateY(-8px) rotate(-135deg);
  transform: translateY(-8px) rotate(-135deg);
}
.main-menu-close{
	display: none;
}

/* ========================= SIDE MENU ========================== */
@media only screen and (max-width: 991px) {
	.navbar-menu{
	    position: fixed;
	    top: 0;
	    right: -200px;
	    width: 300px;
	    opacity: 0;
	    visibility: hidden;
	    background-color: #fff;
	    box-shadow: 0 3px 12px rgb(0 0 0 / 10%);
	    height: 100%;
	    z-index: 9999;
	    padding: 100px  30px 70px 30px;
	    transition: 0.5s;
	    height: 100%;
	    overflow: scroll;
	}

	.navbar-menu.menu-active {
	    right: 0;
	    opacity: 1;
	    visibility: visible;
	}
	.navbar-menu .main-menu-close {
	    display: block;
	    font-size: 28px;
	    position: absolute;
	    top: 10px;
	    right: 20px;
	    cursor: pointer;
	}
	.admin-bar .main-menu-close{
		top: 50px;
	}
	.navbar-menu.menu-active ul li{
		display: block;
		padding: 10px 0;
	}
	.navbar-menu  #primary-menu li .sub-toggle {
		position: absolute;
		right: 0;
		top: 15px;
		padding: 0!important;
		width: 25px;
		height: 25px;
		text-align: center;
		line-height: 25px;
		z-index: 2;
	}
	.navbar-menu.menu-active #primary-menu li a {
	    padding: 0;
	    display: block;
	}
	.navbar-menu  ul li ul.children,
	.navbar-menu  ul li ul.sub-menu {
		min-width: 100%;
		display: none;
	}
	.navbar-menu .sub-menu, 
	.navbar-menu .children {
	    box-shadow: none;
	    position: static;
	    transition: none;
	    min-width: auto;
	    width: 100%;
	    float: none;
	    border: 0;
	    opacity: 1;
	    visibility: visible;
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -o-transform: translateY(0);
	    transform: translateY(0);
	    padding-left: 15px;
	}
	.navbar-menu .children li:before, 
	.navbar-menu .sub-menu li:before{
		content: inherit;
	}
	.navbar-menu .children li a:before,
	.navbar-menu .sub-menu li a:before{
		display: none;
	}
}


/* ========================= CUSTOM SCROLLBAR STYLING ========================== */


::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}


/* ========================= PRELOADER STYLING ========================== */

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	z-index: 99999;
}
.preloader svg {
  display: none;
}

.blobs {
  -webkit-filter: url(#goo);
          filter: url(#goo);
  width: 300px;
  height: 300px;
  position: absolute;
  overflow: hidden;
  border-radius: 70px;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -moz-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.blobs .blob-center {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-animation: blob-grow linear 3.4s infinite;
          animation: blob-grow linear 3.4s infinite;
  border-radius: 50%;
  -webkit-box-shadow: 0 -10px 40px -5px #77929f	;
  -moz-box-shadow: 0 -10px 40px -5px #77929f	;
  -ms-box-shadow: 0 -10px 40px -5px #77929f	;
  -o-box-shadow: 0 -10px 40px -5px #77929f	;
  box-shadow: 0 -10px 40px -5px #77929f	;
}

.blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-animation: blobs ease-out 3.4s infinite;
          animation: blobs ease-out 3.4s infinite;
  -webkit-transform: scale(0.9) translate(-50%, -50%);
          transform: scale(0.9) translate(-50%, -50%);
  -webkit-transform-origin: center top;
          transform-origin: center top;
  opacity: 0;
}
.blob:nth-child(1) {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.blob:nth-child(2) {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}
.blob:nth-child(3) {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
}
.blob:nth-child(4) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.blob:nth-child(5) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@-webkit-keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}

@keyframes blobs {
  0% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(-330px - 50%), -50%);
            transform: scale(0) translate(calc(-330px - 50%), -50%);
  }
  1% {
    opacity: 1;
  }
  35%,65% {
    opacity: 1;
    -webkit-transform: scale(0.9) translate(-50%, -50%);
            transform: scale(0.9) translate(-50%, -50%);
  }
  99% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0) translate(calc(330px - 50%), -50%);
            transform: scale(0) translate(calc(330px - 50%), -50%);
  }
}
@-webkit-keyframes blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}
@keyframes blob-grow {
  0%,  39% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
  40%, 42% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  43%, 44% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  45%, 46% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  47%, 48% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  52% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  54% {
    -webkit-transform: scale(1.7, 1.6) translate(-50%, -50%);
            transform: scale(1.7, 1.6) translate(-50%, -50%);
  }
  58% {
    -webkit-transform: scale(1.8, 1.7) translate(-50%, -50%);
            transform: scale(1.8, 1.7) translate(-50%, -50%);
  }
  68%, 70% {
    -webkit-transform: scale(1.7, 1.5) translate(-50%, -50%);
            transform: scale(1.7, 1.5) translate(-50%, -50%);
  }
  78% {
    -webkit-transform: scale(1.6, 1.4) translate(-50%, -50%);
            transform: scale(1.6, 1.4) translate(-50%, -50%);
  }
  80%, 81% {
    -webkit-transform: scale(1.5, 1.4) translate(-50%, -50%);
            transform: scale(1.5, 1.4) translate(-50%, -50%);
  }
  82%, 83% {
    -webkit-transform: scale(1.4, 1.3) translate(-50%, -50%);
            transform: scale(1.4, 1.3) translate(-50%, -50%);
  }
  84%, 85% {
    -webkit-transform: scale(1.3, 1.2) translate(-50%, -50%);
            transform: scale(1.3, 1.2) translate(-50%, -50%);
  }
  86%, 87% {
    -webkit-transform: scale(1.2, 1.1) translate(-50%, -50%);
            transform: scale(1.2, 1.1) translate(-50%, -50%);
  }
  90%, 91% {
    -webkit-transform: scale(1, 0.9) translate(-50%, -50%);
            transform: scale(1, 0.9) translate(-50%, -50%);
  }
  92%, 100% {
    -webkit-transform: scale(0) translate(-50%, -50%);
            transform: scale(0) translate(-50%, -50%);
  }
}



#html5-watermark {
  display: none !important;
}

#html5lightbox-web-iframe img {
  float: none;
}


/* ========================= STANDARD POST PAGE ========================== */

.standard-post{
	color: #575a5b;
}
.standard-post .post-title {
	font-size: 30px;
	line-height: 40px;
	padding-right: 30px;
	margin-bottom: 31px;
}
.standard-post .meta {
	margin-bottom: 4px;
	margin-top: -14px;
	padding: 0;
}
.standard-post .blog-img {
	margin-bottom: 30px;
}

.standard-post .blog-item:hover .blog-img > img {
	filter: inherit;
	transform: inherit;
}
.standard-post .blog-item .blog-img:before {
	display: none;
}
.standard-post .blog-item > p {
	font-size: 15px;
	line-height: 26px;
	margin-bottom: 26px;
	color: #575a5b;
}
.standard-post blockquote {
	text-align: center;
	position: relative;
	padding: 27px 80px;
	margin: 21px 0 2px 0;
	display: inline-block;
	width: 100%;
	border: 0;
}
.standard-post blockquote:before {
	content: '“';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	color: #77929f;
	font-size: 75px;
	font-family: 'Playfair Display';
}
.standard-post blockquote p {
	font-size: 21px;
	line-height: 27px;
	color: #141716;
	font-weight: 800;
	margin-bottom: 14px;
}
.pst-img {
	margin: 17px 0 24px 0;
	width: 100%;
}

.post-catgs-links {
	width: 100%;
}
.post-catgs-list {
	float: left;
}
.post-catgs-list a {
	display: inline-block;
	color: #1a191e;
	font-size: 11px;
	text-transform: uppercase;
	font-weight: 700;
	margin-right: 15px;
}
.post-catgs-list a:last-child {
	margin-right: 0;
}

.post-catgs-links .social-links {
	float: right;
}
.post-catgs-links .social-links li a {
	color: #c0c2c3;
	border-color: #c3c5c6;
}

.post-author-info {
	background-color: #212324;
	padding: 30px 39px;
	margin: 40px 0 0 0;
	display: table;
}
.author-img {
	display: table-cell;
	width: 100px;
	float: left;
}
.author-img > img {
	width: 100%;
}
.author-info {
	display: table-cell;
	width: 100%;
	vertical-align: top;
	padding-left: 34px;
	padding-top: 6px;
}
.author-info > h3 {
	font-size: 19px;
	color: #ffffff;
	font-weight: 800;
	text-transform: capitalize;
	margin-bottom: 7px;
}
.author-info > h3 a {
	color: #ffffff;
}
.author-info > p {
	line-height: 24px;
	color: #c0c2c3;
	margin-bottom: 12px;
}
.author-info .social-links {
	margin-bottom: -10px;
}
.author-info .social-links li {
	margin-right: 15px;
}
.author-info .social-links li a {
	border:0;
	width: auto;
	height: auto;
	line-height: inherit;
	color: #83898a;
	text-align: left;
	font-size: 13px;
}
.author-info .social-links li a:before,
.author-info .social-links li a:after {
	display: none;
}


.post-control {
	width: 100%;
	display: inline-block;
	margin: 45px 0 30px 0;
}
.post-control ul{
	display: flex;
    flex-wrap: wrap;
}
.post-control ul li {
	width: 50%;
	float: left;
	background-color: #efefef;
	padding: 21px 17px;
	list-style: none;
}
.post-control ul li:hover {
	background-color: #77929f;
}
.post-control ul li:hover a {
	color: #ffffff;
}
.post-control ul li a {
	color: #1a191e;
	font-size: 13px;
	font-weight: 900;
	line-height: 18px;
	display: block;
	position: relative;
}
.prev-p {
	text-align: left;
}
.prev-p a {
	padding-left: 20px;
	width: 90%;
}
.next-p {
	text-align: right;
}
.next-p a {
	width: 90%;
	padding-right: 20px;
	float: right;
}
.post-control ul li a i {
	position: absolute;
	top: 50%;
	font-size: 18px;
	transform: translateY(-50%);
}
.prev-p a i {
	left: 0;
}
.next-p a i {
	right: 0;
}

.single-page-content .tp-pst {
	padding: 39px 0 45px 0;
}

.single .blog-item .post-content a,
.single .blog-item .post-content p a,
.single .blog-item .post-content h1 a,
.single .blog-item .post-content h2 a,
.single .blog-item .post-content h3 a,
.single .blog-item .post-content h4 a,
.single .blog-item .post-content h5 a,
.single .blog-item .post-content h6 a,
.single .blog-item .post-content ul li a, 
.single .blog-item .post-content ol li a{
  text-decoration: underline;
}
.standard-post ul, 
.standard-post ol {
    margin: 0 0 1.5em 0;
    padding-left: 20px;
}

/* ========================= COMMENT SECTION ========================== */
.comment-respond,
.comment-section {
	background-color: #f5f5f5;
	padding: 45px 39px;
}
/*.comment-list-sec {
	padding-bottom: 48px;
}*/
ol .comment-respond{
	padding-left: 0;
	padding-right: 0;
}
.comment-respond .sec-title h3 ,
.comment-section .sec-title h3 {
	background-color: #f5f5f5;
}
.comment-list > li:last-child .comment {
	padding-bottom: 0;
}
.comment-list ul {
	padding-left: 40px;
}
.comment {
	display: table;
	width: 100%;
	padding-bottom: 50px;
}
.comment ol.children {
    padding-top: 50px;
}
.comment ol.children li{
	padding-bottom: 0;
}
.cm-img {
	display: table-cell;
	width: 75px;
	float: left;
}
.cm-img > img {
	width: 100%;
	border-radius: 100px;
}
.cm-info {
	display: flex;
	display: -ms-flexbox;
    padding: 3px 0 0 30px;
    position: relative;
    justify-content: flex-start;
    flex-direction: column;
}
.cm-hed {
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}
.cm-hed > h3 > a {
	font-size: 17px;
	color: #1a191e;

	float: left;
	font-weight: 700;
}
.cm-right{
    display: -ms-flexbox;
    display: flex;
    justify-content: flex-end;
    align-items: center;

}
.cm-right span {
	color: #a1a4a6;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	position: relative;
	padding-right: 12px;
	letter-spacing: 0.6px;
}
.cm-hed > span:before {
	content: '';
	position: absolute;
	top: 50%;
	right: -3px;
	width: 2px;
	height: 1px;
	background-color: #a1a4a6;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.cm-info  p {
	color: #575a5b;
}
.reply a{
	display: inline-block;
	color: #77929f;
	font-size: 11px;
	font-weight: 700; 
	text-transform: uppercase;
	text-decoration: underline;
}
.comment-respond.cont-form-sec {
	padding: 0;
	float: none;
	width: 100%;
	background-color: inherit;
}
.comment-respond textarea {
	margin-bottom: 16px;
}
.comment-respond .sec-title  h3 {
	color: #a1a4a6;
    width: 100%;
    padding-right: 0;
}
.comment-respond .sec-title  h3 small a{
	display: inline-block;
	color: #77929f;
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	float: right;
}
.comment-respond .sec-title {
	padding-top: 41px;
}
.comment-respond .sec-title:before {
	top: 0;
}
.comment-respond .comment-notes{
	margin-bottom: 10px;
}
.comment-respond .logged-in-as,
.comment-respond .comment-form-cookies-consent{
	margin-bottom: 16px;
}
.comment-respond .form-submit input[type="submit"] {
	background-color: #77929f;
	color: #ffffff;
	font-size: 11px;
	font-weight: 700;
	height: 44px;
	line-height: 44px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	padding: 0 43px;
	border:0;
	cursor: pointer;

}
.comment-text a{
	text-decoration: underline;
}
.main-content.p-80 {
	padding: 80px 0 100px 0;
}

/* =======================Breadcrumbs========================*/
.ts-breadcrumbs {
  position: relative;
  padding:20px 0;
  margin-bottom: 40px;
}
.ts-breadcrumbs .trail-items {
    padding: 0;
    list-style: none;
    margin: 0;
}
.ts-breadcrumbs .breadcrumbs-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  position: relative;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23E7EAEBFF' stroke-width='2' stroke-dasharray='2 6' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
}
.ts-breadcrumbs .page-title {
	color: #1a191e;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 900;
	position: relative;
	display: inline-block;
	background-color: #ffffff;
	padding-right: 22px;
	letter-spacing: 0.9px;
}
.ts-breadcrumbs ul span.delim {
  display: none;
}
.ts-breadcrumbs ul li {
  text-transform: uppercase;
  position: relative;
  float: left;
  color: #707070;
  font-size: 13px;
}
.ts-breadcrumbs ul li {
  margin-right: 12px;
  padding-right: 12px;
}
.ts-breadcrumbs ul li:after {
  content: "\002F";
  position: absolute;
  right: 0;
  font-size: 11px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ts-breadcrumbs ul li:last-of-type:after {
  content: "";
}
.ts-breadcrumbs ul li a {
	display: inline-block;
	font-size: 11px;
	color: #a1a4a6;
	font-weight: 700;
	position: relative;
	text-transform: uppercase;
	letter-spacing: 0.5px;
}
.ts-breadcrumbs ul li a:hover {
  color: #000000;
}
/* ========================= 404  PAGE ========================== */
.page-404__title {
    font-size: 150px;
    letter-spacing: 0;
    font-weight: 700;
    line-height: 1em;
}
.page-404-content{
	padding: 70px 0;
}
.error-code {
    font-size: 90px;
    color: #181819;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 46px;
    margin-bottom: 20px;
}
.page-404-content p{
	margin-bottom: 20px;
}
.search-no-results .no-results .page-title{
	font-size: 30px;
    color: #181819;
    font-weight: 900;
    margin-bottom: 20px;
}
.search-no-results .search-form{
    display: flex;
    margin-top: 30px;
}
.search-no-results .search-form label{
	width: 100%;
	margin-bottom: 0;
}
.search-no-results .search-form .search-field{
	background-color: #FFF;
    border: 1px solid;
    border-radius: 0px;
    display: inline-block;
    font-size: 13px;
    line-height: 27px;
    padding: 13px 28px;
    width: 100%;
    outline: 0
}
.search-no-results .search-submit {
    background-color: #181819;
    color: #fff;
    border: 0;
    border-radius: 0;
}
/* ========================= SOCIAL ICONS ========================== */
.social-icon-links ul {
  margin: 0;
  list-style-type: none;
  text-align: center;
}
.social-icon-links ul li {
  display: inline-block;
}
.social-icon-links ul li:first-child {
  margin-left: 0;
}
.social-icon-links ul li a {
  font-size: 0;
  color: transparent;
}
.social-icon-links ul li a:before {
	content: "";
    font-family: "Font Awesome 5 Brands", sans-serif;
    font-size: 14px;
    transition: color 0.3s ease-in-out 0s;
    vertical-align: middle;
    line-height: 12px;
    color: #f5f5f5;
    border-radius: 30px;
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid rgba(255,255,255,0.30);
    text-align: center;
}
.social-icon-links ul .page_item {
    display: none;
}
.social-icon-links ul li:hover a:before {
  color: #77929f;
}
.social-icon-links ul li a[href*="facebook.com"]:before {
  content: "\f39e";
}
.social-icon-links ul li a[href*="twitter.com"]:before {
  content: "\f099";
}
.social-icon-links ul li a[href*="linkedin.com"]:before {
  content: "\f0e1";
}
.social-icon-links ul li a[href*="plus.google.com"]:before {
  content: "\f0d5";
}
.social-icon-links ul li a[href*="youtube.com"]:before {
  content: "\f167";
}
.social-icon-links ul li a[href*="dribbble.com"]:before {
  content: "\f17d";
}
.social-icon-links ul li a[href*="pinterest.com"]:before {
  content: "\f0d2";
}
.social-icon-links ul li a[href*="bitbucket.org"]:before {
  content: "\f171";
}
.social-icon-links ul li a[href*="github.com"]:before {
  content: "\f113";
}
.social-icon-links ul li a[href*="codepen.io"]:before {
  content: "\f1cb";
}
.social-icon-links ul li a[href*="flickr.com"]:before {
  content: "\f16e";
}
.social-icon-links ul li a[href$="/feed/"]:before {
  content: "\f09e";
}
.social-icon-links ul li a[href*="foursquare.com"]:before {
  content: "\f180";
}
.social-icon-links ul li a[href*="instagram.com"]:before {
  content: "\f16d";
}
.social-icon-links ul li a[href*="tumblr.com"]:before {
  content: "\f173";
}
.social-icon-links ul li a[href*="reddit.com"]:before {
  content: "\f1a1";
}
.social-icon-links ul li a[href*="vimeo.com"]:before {
  content: "\f194";
}
.social-icon-links ul li a[href*="digg.com"]:before {
  content: "\f1a6";
}
.social-icon-links ul li a[href*="twitch.tv"]:before {
  content: "\f1e8";
}
.social-icon-links ul li a[href*="stumbleupon.com"]:before {
  content: "\f1a4";
}
.social-icon-links ul li a[href*="delicious.com"]:before {
  content: "\f1a5";
}
.social-icon-links ul li a[href*="mailto:"]:before {
  content: "\f0e0";
}
.social-icon-links ul li a[href*="skype.com"]:before {
  content: "\f17e";
}
.social-icon-links ul li a[href*="dribble.com"]:before {
  content: "\f17d";
}



