/*
Theme Name: News247
Author: Tripples
Theme URI: http://themewinter.com/WP/news247
Author URI: http://themewinter.com/
Description: A Premium News and Magazine WordPress Theme
Version: 3.0.4
Requires at least: 5.4
Tested up to: 6.8
Requires PHP: 7.4
Tested PHP up to: 8.3
License: GNU General Public License
License URI: licensing/README_License.txt
Tags: two-columns, three-columns, four-columns, editor-style, right-sidebar, custom-background, custom-header, custom-menu, featured-images, flexible-header, full-width-template, post-formats, theme-options, translation-ready
Text Domain: news247
*/

/* Table of Content
********************************
# Reset & Basics
# Basic
# Typography
# Links
# Buttons
# Menu
# Main Content
# Core WordPress
# Search
# Blog
# Widget
# Footer
# Resonsive
*/
/*  Reset
================================================== */

html,
body,
div,
span,
applet,
object,
iframe,
p,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
tt,
var,
b,
u,
i,
center,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
	display: block;
}
ul,
ol {
	padding: 0;
	margin: 0;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	box-shadow: none;
	border: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

blockquote {
	position: relative;
	background: #f7f7f7;
	padding: 45px 50px 30px;
	border: 0;
	margin: 60px 0 40px;
	font-size: 22px;
	line-height: 34px;
	font-family: Arimo, sans-serif;
	font-weight: 400;
	text-align: center;
}

blockquote:before {
	position: absolute;
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 24px;
	padding: 8px 15px;
	top: -30px;
	left: 50%;
	margin-left: -44px;
	color: #fff;
}

cite {
	display: block;
	font-size: 14px;
	margin-top: 10px;
}

blockquote.pull-left {
	padding-left: 15px;
	padding-right: 0;
	text-align: left;
	border-left: 5px solid #eee;
	border-right: 0;
}

/*  Typography
================================================== */

body {
	-webkit-text-size-adjust: 100%;
	background-position: top center;
	background-attachment: fixed;
	word-wrap: break-word;
	text-rendering: optimizeLegibility;
	line-height: 24px;
	font-weight: 400;
	font-style: normal;
	color: #383634;
	font-family: "Roboto", sans-serif;
	font-size: 14px;
	background: #fff;
}

.body-inner {
	overflow-x: hidden;
}
/* Others font */

ul.main-menu li ul li a {
	color: #383634;
	font-family: "Roboto", sans-serif;
	font-weight: 500;
	line-height: 20px;
	font-size: 14px;
}
ul.main-menu > li > a {
	line-height: 25px;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
	font-weight: inherit;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
	text-decoration: none;
}
h1,
h2 {
	margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 15px;
	color: #0a0a0a;
	font-family: "Arimo", sans-serif;
	font-weight: 700;
}

h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
p {
	margin: 0 0 25px;
}
em,
i {
	font-style: italic;
}
b,
strong {
	font-weight: bold;
}
big {
	font-size: 110%;
	line-height: 180%;
}
dt {
	font-weight: bold;
	margin: 6px;
}
a:focus {
	outline: 0;
}
::selection {
	color: #fff;
	background-color: #2379ef;
}
/*-- Links --*/

a,
a:visited,
a:focus {
	text-decoration: none;
	outline: 0;
}
a:hover {
	text-decoration: none;
}
p a,
p a:visited {
	line-height: inherit;
}
a:focus {
	outline: 0;
}
img.pull-left {
	margin-right: 20px;
	margin-bottom: 20px;
}
.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
	outline: 0;
}
/* Button */

.btn-primary,
a.btn-primary,
.myblog-newsltter input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="submit"],
.wpcf7-form-control.wpcf7-submit {
	font-size: 12px;
	color: #fff;
	border-radius: 2px;
	border: 0;
	padding: 10px 20px;
	letter-spacing: 1px;
	text-transform: uppercase;
	-webkit-transition: background 500ms linear;
	-moz-transition: background 500ms linear;
	-o-transition: background 500ms linear;
	transition: background 500ms linear;
	-webkit-backface-visibility: hidden;
	box-shadow: none;
	cursor: pointer;
}
a.btn-primary:hover,
.btn-primary:hover,
.myblog-newsltter input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.wpcf7-form-control.wpcf7-submit:hover {
	color: #fff;
}
.btn-primary.more-link {
	margin-top: 15px;
}
.btn-primary.more-link:after {
	position: relative;
	content: "\f178";
	font-family: "FontAwesome";
	display: inline-block;
	color: #fff;
	font-size: 10px;
	font-style: normal;
	margin-left: 2px;
	opacity: 0;
	margin-left: -12px;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
.btn-primary.more-link:hover:after {
	opacity: 1;
	margin-left: 5px;
	padding-left: 5px;
}
/*-- Buttons --*/

.entry-content a.readmore-blog {
	display: inline-block;
	transition: 400ms;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	position: relative;
	line-height: 20px;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	margin-top: 25px;
	color: #fff;
	padding: 8px 20px;
}
a.more-link {
	margin-top: 30px;
	font-size: 12px;
	margin: 30px 0 0;
	display: inline-block;
	transition: 400ms;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	position: relative;
	line-height: 17px;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1px;
	width: 190px;
	display: block;
}
.btn-simple {
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1px;
	transition: 400ms;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
}
.btn-simple i {
	margin-left: 5px;
	font-size: 14px;
}
.btn-simple:hover {
	letter-spacing: 1.1px;
}
/*submit button*/

input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 12px 25px;
	margin-bottom: 0;
	border: none;
	line-height: normal;
	font-weight: 600;
	border-radius: 0;
}
.wpcf7-form-control.wpcf7-submit {
	width: auto;
	padding: 12px 30px;
	margin-top: 0;
	margin-bottom: 0px;
}
.wpcf7 p {
	font-weight: 400;
}
/* title shortcode
================================================== */

.main-block-title {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 40px;
	border-bottom: 2px solid #1c1c1c;
}
.main-block-title > span {
	background: #1c1c1c;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 8px 15px;
	position: relative;
}
.main-block-title.title-arrow > span:after {
	border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -20px;
	margin-left: -10px;
	left: 50%;
	border-width: 10px;
	border-style: solid;
}
/* Main Body
================================================== */
/* boxwith layout
================================================== */

body.boxwidth {
	margin: 0 auto;
	box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
	-webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
}
body.boxwidth .thw-menubar-wrap.sticky-header {
	width: auto;
}
@media (min-width: 768px) {
	body.boxwidth {
		width: 720px;
	}
}
@media (min-width: 992px) {
	body.boxwidth {
		width: 960px;
	}
}
@media (min-width: 1200px) {
	body.boxwidth {
		width: 1140px;
		max-width: 100%;
	}
}
/* Top Bar
================================================== */

.topbar {
	padding: 8px 0;
	border-bottom: 1px solid #dedede;
	color: #a3a3a3;
	font-size: 13px;
}
/* Date */

.tsnews-date {
	display: inline-block;
	border-right: 1px solid #acacac;
	padding-right: 10px;
	line-height: 12px;
}
.tsnews-date i {
	margin-right: 5px;
}
/* Top nav */
.top-menu {
	display: inline-block;
}
.topbar-nav {
	padding: 0;
	margin: 0;
}
.topbar-nav {
	display: inline-block;
}
.topbar-nav li {
	display: inline-block;
	line-height: 12px;
	padding: 0 8px;
}
.topbar-nav li a {
	background: none;
	color: #a3a3a3;
	padding: 0;
	line-height: 100%;
}
.topbar-nav li a {
	font-size: 13px;
	transition: 400ms;
	-webkit-transition: 400ms;
	font-weight: 500;
}

/* Top social */

.top-social ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.top-social li {
	display: inline-block;
	padding: 0;
}
.top-social li a {
	color: #a3a3a3;
	margin-right: 15px;
	font-size: 14px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}
.top-social li a:hover {
	color: #333;
}

/* Trending Bar
================================================== */

.trending-bar {
	background: #272727;
	color: #fff;
	padding: 10px 0 5px;
}
.trending-slide {
	position: relative;
}
.trending-title {
	color: #fff;
	display: inline-block;
	font-size: 11px;
	padding: 6px 7px;
	line-height: 100%;
	text-transform: uppercase;
	position: relative;
	float: left;
	margin: 0 15px 0 0;
}
.trending-title:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 0;
	bottom: -7px;
	border-right: 7px solid transparent;
}
.trending-bar .post-content,
.trending-light .post-content {
	padding: 0;
}
.trending-slide .post-content .post-title a {
	color: #fff;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.trending-slide .post-title.title-small {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
.trending-slide .carousel-inner {
	width: auto;
	display: inline-block;
}
.tp-control {
	position: absolute;
	right: 0;
	top: 0;
}
.tp-control a {
	margin: 0;
	color: #fff !important;
	width: 20px;
	height: 20px;
	line-height: 20px;
	padding: 0;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	font-size: 14px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	cursor: pointer;
	z-index: 2;
}
/* Trending light */

.trending-bar.tickerbelowmenu {
	background: #fff;
	padding: 0;
	margin: 30px 0 -30px;
}

.trending-light {
	color: #1c1c1c;
	margin: 30px 0;
}
.trending-bar.tickerbelowmenu .post-title {
	font-weight: 600;
	margin-top: 3px;
	font-size: 15px;
}

.trending-bar.tickerbelowmenu .post-title a {
	color: #1c1c1c;
}
.post-title.title-small {
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
/* Header
================================================== */

.entry-logo {
	display: inline-block;
}
.logo.site-header2 {
	margin-top: 10px;
}
.logo-slogan {
	margin-bottom: 0;
}
.logo-header-inner {
	line-height: 0;
}
.logo-text {
	margin-top: 0;
}
.contact-newsletter {
	line-height: 20px;
	font-size: 14px;
}
/* Header 1 */

.site-header {
	padding: 50px 0 40px;
	background: #fff;
}
.site-header-common #searchform {
	width: 55%;
	margin: 5px auto 0;
	display: inline-block;
	position: relative;
	transition: 300ms;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
}
.site-header-common #searchform:hover {
	width: 65%;
}
.site-header-common #searchform i {
	position: absolute;
	right: 15px;
	font-size: 14px;
	top: 12px;
}
/* personal header */

.profile-head-image img {
	width: 150px;
	height: 150px;
	border-radius: 100%;
	display: inline-block;
}
.personal-head .navigation {
	border: none;
}
.header.personal-head {
	text-align: center;
}
.personal-header {
	max-width: 650px;
	margin: 70px auto 0;
}
.profile-head-content h2 {
	text-transform: uppercase;
	font-size: 24px;
	margin: 15px 0;
}
.header.personal-head .navbar-collapse {
	padding-right: 0;
}
.header.personal-head ul.main-menu > li {
	padding: 0 20px;
}
.header.personal-head ul.main-menu > li:last-child {
	padding-right: 0;
}
.header.personal-head ul.main-menu > li:first-child {
	padding-left: 0;
}
.header.personal-head .navbar-header .navbar-toggle {
	margin-right: 55px;
	margin-left: 0;
}
.profile-head-content .profile-btn {
	display: inline-block;
	padding: 7px 20px;
	margin-top: 30px;
}
/* header 3 */

.header3 .logo-header-inner {
	margin-top: 10px;
}
.header.header3 .top-social {
	margin-top: 25px;
}
/* header 4 */

.header4 .logo {
	margin-top: 20px;
}
/* travel header */

.travel-title {
	text-align: center;
	margin: 0;
	font-size: 24px;
	text-transform: uppercase;
}
/* Ul, ol, li */

.list-arrow {
	list-style: none;
	margin: 0 !important;
	padding: 0 0 0 1px;
}
.list-arrow li {
	line-height: 24px;
}
.list-arrow li:before {
	font-family: FontAwesome;
	content: "\f101";
	margin-right: 10px;
}
.list-arrow li,
.list-arrow li a {
	color: #555;
}
.list-arrow.style2 li:before {
	content: "\f05d";
}
.unstyled {
	list-style: none;
	margin: 0;
	padding: 0;
}
/*Seacrh
================================================== */

/*-- Search start --*/

.menubelow2 .nav-search-quote,
.menuabove .nav-search-quote {
	border: none;
	padding: 0;
	border-radius: 0;
}
.nav-search {
	cursor: pointer;
	margin-left: 35px;
	color: #252525;
}
.topbar .nav-search {
	font-size: 14px;
}
.topbar .nav-search-quote {
	margin-top: 0;
}
#home-search {
	background-color: #fff;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
	display: none;
	padding: 14px;
	position: absolute;
	right: 0;
	top: 100%;
	width: 300px;
	height: 65px;
	z-index: 10;
	margin-top: 0;
}
#home-search .form-control {
	width: 100%;
	background: none;
	border: 1px solid #dedede;
	color: #000;
	width: 100%;
	height: 36px;
	border-radius: 0;
	font-size: 12px;
}
#home-search .search-close {
	color: #333;
	background: #fff;
	position: absolute;
	top: -38px;
	right: 10px;
	font-size: 36px;
	cursor: pointer;
}

#home-search i {
	position: absolute;
	top: 25px;
	right: 25px;
}

/* header social share */

.search-social .social-button {
	display: inline-block;
	font-size: 14px;
}
.social-button li {
	display: inline-block;
	margin-left: 12px;
}
.social-button li a {
	color: #252525;
}
/* Main menu
================================================== */

.thw-menubar {
	position: relative;
}
.thw-menubar-wrap.menuabove {
	position: relative;
	border-bottom: 1px solid #dedede;
}

.thw-menubar-wrap .nav-search {
	font-size: 16px;
}
.thw-menubar-wrap .nav-search-quote {
	margin-top: 0;
}
.thw-menubar-wrap .social-button li {
	font-size: 14px;
}

.thw-menubar-wrap .menu-searh-wrap {
	position: absolute;
	right: 0;
	top: 25px;
	z-index: 1000;
}

.thw-menubar-wrap .nav-search i {
	position: absolute;
	right: 12px;
	top: -8px;
}

/* Menu below */

.menubelow {
	padding-top: 5px;
	padding-bottom: 5px;
}

.menubelow .thw-menubar > .row {
	border-bottom: 1px solid #dedede;
	margin-left: -5px;
	margin-right: -5px;
}
.menubar.site-nav-inner {
	margin-bottom: 0;
	min-height: 0;
	padding: 0;
}
.site-nav-inner .navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}
.menubarleft {
	padding-left: 0;
}
ul.main-menu li ul {
	z-index: 998;
}
ul.main-menu > li.menu-item-has-children a {
	position: relative;
}
ul.main-menu > li.menu-item-has-children > a:after {
	font-family: FontAwesome;
	position: absolute;
	clear: both;
	content: "\f107";
	display: block;
	font-size: 16px;
	right: 0;
	top: 50%;
	margin-top: -27px;
}
ul.main-menu {
	float: none;
	list-style: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
	display: block;
}
ul.main-menu > li {
	margin-right: 0;
	position: relative;
	float: none;
	display: inline-block;
}
ul.main-menu > li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
}

ul.main-menu > li > ul.sub-menu > li.menu-item-has-children > a:after {
	display: block;
	content: "\f105";
	font-family: FontAwesome;
	float: right;
	margin-top: 0;
	margin-right: -5px;
}
ul.main-menu > li:hover > ul {
	top: 0;
}
ul.main-menu li ul li ul {
	position: absolute;
	left: 200px;
	top: 0;
}
ul.main-menu li > ul > li {
	float: none;
	margin: 0;
}
ul.main-menu li ul {
	position: absolute;
	left: 0;
	top: 100%;
	z-index: 993;
	width: 220px;
	padding: 0;
}
ul.main-menu li ul li a {
	height: inherit;
	float: inherit;
	text-align: left;
	display: block;
	margin: 0 !important;
	z-index: 993;
	color: #333;
	padding: 10px;
	border-top: 1px solid #eaeaea;
	transition: color 300ms !important;
	-webkit-transition: color 300ms !important;
}

ul.main-menu li ul li:first-child a {
	border-top: 0;
}

/*
ul.main-menu li ul li:last-child li a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

*/

ul.main-menu li ul li {
	position: relative;
	float: none;
	list-style: none;
	border-bottom: none;
	margin-bottom: 5px;
}
/* Menu slide */

ul.main-menu li > ul {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.28s ease-in-out;
	-moz-transition: all 0.28s ease-in-out;
	-ms-transition: all 0.28s ease-in-out;
	-o-transition: all 0.28s ease-in-out;
	transition: all 0.28s ease-in-out;
	-moz-transform: scaleY(0);
	-webkit-transform: scaleY(0);
	-o-transform: scaleY(0);
	-ms-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	background: #fff;
	box-shadow: 0 7px 13px rgba(0, 0, 0, 0.15);
	padding: 20px;
}
ul.main-menu li:hover > ul {
	top: 100%;
	opacity: 1;
	visibility: visible;
	-moz-transform: scaleY(1);
	-webkit-transform: scaleY(1);
	-o-transform: scaleY(1);
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
ul.main-menu li:hover > ul li > ul {
	top: 0;
}
ul.main-menu > li > a {
	display: inline-block;
	position: relative;
	padding: 0 15px;
	line-height: 50px;
	color: #1c1c1c;
	font-size: 14px;
	transition: color 500ms !important;
	-webkit-transition: color 500ms !important;
	text-transform: uppercase;
}

ul.main-menu > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-bottom: 3px solid;
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
	-moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
	-ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
	-o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
	transition: transform 0.45s ease, opacity 0.55s ease;
}

ul.main-menu > li:hover > a:before,
ul.main-menu > li.current-menu-item > a:before {
	opacity: 1;
	transform: scale(1) translateZ(0);
}

.nav > li > a:hover,
.nav > li > a:focus,
.nav > li.current-menu-item > a {
	background: none;
}
ul.main-menu > li {
	position: relative;
}
ul.main-menu > li:first-child:after {
	display: none;
}
.display-header .site-navigation.navigation {
	background: rgba(251, 251, 251, 0.49);
}
.site-navigation-inner {
	border-radius: 4px 4px 0 0;
}
.navbar-toggle:focus {
	border: none;
	box-shadow: none;
	outline: 0;
}
.navbar-header .navbar-toggle .icon-bar {
	width: 22px;
	height: 2px;
	background-color: #283033;
	transition: 300ms;
	-webkit-transition: 300ms;
	display: block;
}
.navbar-header .navbar-toggle .icon-bar + .icon-bar {
	margin-top: 2px;
}
.navbar-header .navbar-toggle {
	float: none;
	position: relative;
	background: none;
	margin: 0;
	margin-left: 0px;
	padding: 0;
	margin-top: 22px;
	border: none;
}
.navbar-header .navbar-toggle .menu-text {
	display: block;
	text-transform: uppercase;
	font-size: 14px;
	position: absolute;
	left: 30px;
	top: -3px;
	font-weight: 500;
	color: #283033;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.menuwithlogo .navbar-header .navbar-toggle {
	margin-left: 0;
	margin-top: -15px;
	float: right;
	cursor: pointer;
}
.menuwithlogo .navbar-header .navbar-toggle .menu-text {
	display: none;
}
.menuwithlogo .navbar-header {
	text-align: center;
}

.home .menuwithlogo,
.page-template-page-blog-left-sidebar .menuwithlogo,
.page-template-page-blog-right-sidebar .menuwithlogo,
.page-template-page-blog-fullwidth .menuwithlogo {
	border-bottom: none;
}
.navbar-responsive-collapse.collapse.in {
	min-height: 320px;
}

.thw-menubar-wrap.menuwithlogo .thw-menubar {
	border-bottom: 1px solid #e7e7e7;
}

.thw-menubar-wrap.menuwithlogo ul.main-menu > li > a {
	line-height: 70px;
}

.thw-menubar-wrap.menuwithlogo
	ul.main-menu
	> li.menu-item-has-children
	> a:after {
	margin-top: -37px;
}

/* Main navigation white */

.navigation.nav-solid {
	background: #eee;
}
.nav-solid ul.navbar-nav > li > a {
	color: #222;
}
.nav-solid ul.main-menu > li:before {
	background: #ccc;
}
/* mobile menu */

#responsive-menu {
	padding-bottom: 10px;
}
#responsive-menu .navbar-nav {
	margin: 0;
	padding: 0 10px;
}
#responsive-menu ul li span.menu-toggler {
	display: inline-block;
	width: 34px;
	cursor: pointer;
	color: #000;
	height: 34px;
	line-height: 34px;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 99;
	font-size: 16px;
}
#responsive-menu ul li ul {
	padding: 0 0 0 30px;
	list-style: none;
	margin: 0;
}
#responsive-menu ul li ul li {
	margin: 8px 0;
}
#responsive-menu ul li a {
	color: #383634;
	transition: 400ms;
	-webkit-transition: 400ms;
}
#responsive-menu #menu-main-menu {
	margin: 0;
	padding: 20px 0 0;
}
#responsive-menu .nav > li > a {
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
	display: inline-block;
}
#responsive-menu .nav > li a {
	font-size: 16px;
}
#responsive-menu .navbar-collapse {
	padding-left: 0;
	padding-right: 0;
	padding-top: 8px;
	padding-bottom: 8px;
}
#responsive-menu ul li {
	display: block;
	position: relative;
}
/*Main Content
================================================== */
/* sidebar */

.sidebar-inner {
	padding: 0;
	padding-left: 0;
}
.sidebar {
	padding-top: 0;
	padding-bottom: 2em;
	padding-left: 35px;
}
.blogSingleLeft .sidebar,
.blogCatgoryLeft .sidebar,
.page-template-page-blog-left-sidebar .sidebar {
	padding-left: 15px;
	padding-right: 35px;
}
/*Core WordPress
================================================== */
.entry-blog-home-layout5 .entry-blog-list-left .category-meta-bg {
	position: relative;
	left: 0;
	top: 0;
}
.entry-blog-home-layout5 .entry-blog-list-left {
	margin-bottom: 20px;
}
.media-list {
	list-style: none;
}
.blog-entry-summary table {
	margin: 20px 0;
}
.post.sticky,
.post.tag-sticky-2 {
	position: relative;
	overflow: hidden;
}
.post.sticky .featured-post,
.post.tag-sticky-2 .featured-post {
	position: absolute;
	right: -29px;
	top: 18px;
	background: #34a73d;
	width: auto;
	height: auto;
	padding: 12px 40px;
	color: #fff;
	display: inline-block;
	transform: rotate(45deg);
	font-size: 12px;
	-webkit-transform: rotate(45deg);
}
/* search page */

.search-page-header {
	padding: 30px 0 0;
}
.search-page-title {
	margin: 0 0 10px;
}
.search-page-content,
.search-page-content #searchform {
	position: relative;
}
.widget.widget_search #searchform i,
.search-page-content #searchform i {
	position: absolute;
	right: 15px;
	font-size: 14px;
	top: 18px;
}
.search-page-content .search-field.form-control {
	width: 100%;
	border: 1px solid #eee;
	padding: 2px 20px;
	box-shadow: none;
	line-height: 46px;
	margin-top: 30px;
	position: relative;
}
/* widget_nav_menu */

.widget_nav_menu ul.sub-menu {
	padding: 0;
	display: block;
}
.widget_nav_menu .menu.nav {
	display: block;
}
.widget_nav_menu > ul.sub-menu li,
.widget_pages > ul.children li {
	padding-left: 15px;
}
/* Page Header */

.page-header {
	border: none;
	overflow: hidden;
	margin: 10px 0 0;
}
/* Alignment */

.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}
.gallery-caption {
	position: relative;
}

.bypostauthor {
	position: relative;
}
/* Images and wp-captions should always fit and be responsive */

img {
	display: inline-block;
	height: auto;
	max-width: 100%;
}
img[class*="wp-image-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}
.wp-caption {
	margin-bottom: 10px;
	max-width: 100%;
	border-radius: 0;
	padding: 0;
	clear: both;
}
.wp-caption.aligncenter {
	margin-bottom: 10px;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
}
.wp-caption .wp-caption-text {
	text-align: center;
	margin-top: 4px;
	font-size: 13px;
	font-style: italic;
}
/* WP Gallery */

.gallery {
	margin-bottom: 1.5em;
}
.gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.gallery dd {
	margin: 0;
}
/* Make sure embeds and iframes fit their containers */

embed,
iframe,
object {
	width: 100%;
}
/* Text meant only for screen readers */

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.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-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 */
}
/* Clearing */

.clear {
	clear: both;
}
.blog-entry-summary .page-links {
	display: inline-block;
	margin-top: 20px;
}
.blog-entry-summary .page-links span {
	margin-right: 5px;
	padding: 8px 15px;
	border-radius: 2px;
}
.blog-entry-summary .page-links a span {
	background: #e5e5e5;
}
/*Breadcrumb
================================================== */

.removearrow span:last-child i {
	display: none;
}
.thwbreadcrumb .removearrow a {
	color: #a3a3a3;
}

.thwbreadcrumb .removearrow a:hover {
	color: #d70000;
}
.thwbreadcrumb #crumbs span {
	margin: 0 7px 0 6px;
}
.thwbreadcrumb #crumbs .removearrow {
	margin: 0;
}

.thwbreadcrumb {
	color: #a3a3a3;
	margin: 30px 0 -10px 0;
	padding: 0;
	background: none;
}

/*Category Listing
================================================== */

.entry-blog-classic {
	margin-bottom: 50px;
	position: relative;
}

.entry-blog-classic .entry-format {
	margin-bottom: 10px;
}
.entry-blog-classic .blog-header {
	margin-bottom: 20px;
}
.entry-blog-classic .entry-post-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 0;
}
.entry-blog-classic.blog-classic2 .entry-post-title {
	margin-top: 0;
	display: inline-block;
}
.entry-blog-classic .entry-post-footer-wrap {
	margin-top: 20px;
}
.entry-post-footer-wrap > span {
	font-size: 12px;
	margin-right: 10px;
	padding-right: 10px;
	color: #a3a3a3;
	border-right: 1px solid #dedede;
	line-height: 12px;
	display: inline-block;
	text-transform: capitalize;
}
.entry-post-footer-wrap span a {
	color: #a3a3a3;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.entry-post-footer-wrap span.post-meta-author a {
	color: #1c1c1c;
	font-weight: 700;
}

.entry-post-footer-wrap > span.entry-comment,
.entry-post-footer-wrap > span.publish-date {
	margin: 0;
	border-right: none;
	padding: 0;
}

.single-entry-blog .entry-post-footer-wrap > span {
	border-right: 0;
	padding-right: 8px;
	margin-right: 8px;
}

/* Category meta */

.entry-post-footer-wrap > span.classc-category-meta {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
	font-size: 10px;
	padding: 0 5px;
	background: #1c1c1c;
	border: 0;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
	height: 20px;
	line-height: 20px;
	display: inline-block;
}

.entry-post-footer-wrap > span.classc-category-meta a {
	color: #fff;
}

.entry-post-footer-wrap > span.classc-category-meta:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 0;
	bottom: -8px;
	border-top: 8px solid #1c1c1c;
	border-right: 8px solid transparent;
}

/* home 1 */

.sticky .entry-blog {
	position: relative;
	overflow: hidden;
}
.sticky .entry-blog-classic {
	background: #eee;
	padding: 40px 40px 0;
}
.entry-post-title {
	font-size: 30px;
	font-weight: 600;
	line-height: 36px;
	margin-top: 12px;
	margin-bottom: 0;
}
.entry-blog .entry-post-title a {
	color: #1c1c1c;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.entry-post-footer-wrap a.readmore-blog {
	color: #000;
	font-size: 14px;
}
.entry-post-meta {
	font-size: 14px;
	color: #000;
}
.entry-post-meta .post-meta-author a,
.entry-post-meta .publish-date a {
	color: #000;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.entry-post-meta span {
	position: relative;
}
.entry-post-meta span:first-child {
	margin-left: 0;
}
.entry-post-meta span i {
	margin-right: 5px;
}
/* home 2 */

.entry-blog-classic2 .blog-header,
.single-entry-blog2 .blog-header,
.single-entry-blog3 .blog-header {
	max-width: 500px;
	margin: 0 auto;
	padding: 50px 0 25px;
}
.entry-blog-classic2,
.single-entry-blog2 {
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -40px;
	position: relative;
	z-index: 2;
	background: #f5f5f5;
	margin-left: 30px;
	margin-right: 30px;
}
/* home 3 */

.entry-blog-listing {
	margin-bottom: 40px;
}
.entry-blog-listing .entry-blog-list-left + .entry-blog-list-right {
	width: 58%;
	float: left;
	margin-top: 0;
}
.entry-blog-listing .entry-blog-list-left {
	width: 42%;
	padding: 0 !important;
	float: left;
}
.entry-blog-listing .entry-blog-list-right {
	padding: 0 0 0 25px !important;
}
.entry-blog .entry-blog-listing .entry-post-title {
	font-size: 20px;
	line-height: 28px;
	margin-top: 0;
}
.entry-blog-listing .entry-content {
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-height: 115px;
}
.list-entry-post-footer {
	padding: 7px 0 0;
	margin-top: 10px;
}
.col-listing .entry-blog-classic .entry-format {
	margin-bottom: 0;
}
.entry-blog-list-left {
	position: relative;
}
.entry-blog-list-left .category-meta-bg {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 2;
}
.entry-blog-listing embed,
.entry-blog-listing iframe,
.entry-blog-listing object {
	height: 276px;
	max-height: 276px;
}
.single-entry-blog3 .entry-format {
	width: 100%;
}
.format-video .single-entry-blog3 .entry-format {
	position: relative;
	z-index: 1;
}
/* home 4 */

.entry-blog-grid .entry-format {
	margin-bottom: 20px;
}
.entry-blog-grid .entry-blog .entry-post-title {
	font-size: 20px;
	line-height: 28px;
}
.entry-blog-grid .entry-content {
	margin: 15px 0 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	max-height: 75px;
}

/* Blog single
================================================== */

.main-content-wrap {
	padding: 50px 0;
}
.single-post-title {
	margin-top: 15px;
	margin-bottom: 12px;
	text-transform: capitalize;
}
.single .entry-post-meta {
	position: relative;
	margin-bottom: 30px;
}
.single-entry-blog .entry-format {
	margin-bottom: 30px;
}
.single-entry-blog .single-entry-blog3 .entry-format {
	margin-bottom: 0;
}
.single-entry-blog3 .entry-format .featured-image img {
	width: 100%;
}
.single-entry-blog3 {
	position: relative;
}
.single-entry-blog3:before {
	content: "";
	left: 0;
	top: 0;
	width: 100%;
	height: 99%;
	background: rgba(0, 0, 0, 0.3);
	position: absolute;
	z-index: 1;
}
.format-video .single-entry-blog3:before {
	display: none;
}
.format-quote .single-entry-blog3,
.format-audio .single-entry-blog3,
.format-link .single-entry-blog3,
.format-video .single-entry-blog3 {
	background: #444;
}
.format-quote .single-entry-blog3 .blog-header,
.format-audio .single-entry-blog3 .blog-header,
.format-link .single-entry-blog3 .blog-header,
.format-video .single-entry-blog3 .blog-header {
	position: relative;
}
.format-quote .single-entry-blog3,
.format-audio .single-entry-blog3,
.format-link .single-entry-blog3,
.format-video .single-entry-blog3 {
	display: block !important;
}
.single-entry-blog3 .blog-header {
	position: absolute;
	z-index: 2;
}
.single-entry-blog3 .blog-header .single-post-title,
.single-entry-blog3 .entry-post-meta,
.single-entry-blog3 .entry-post-meta a,
.single-entry-blog3 .entry-post-meta .publish-date a {
	color: #fff;
}
.single-entry-blog3 .entry-post-meta {
	font-size: 16px;
}
.entry-blog-listing .entry-image .quote-link {
	padding: 75px 40px 75px;
}
.single article.hentry {
	margin-bottom: 0;
}
.post-inwrap.header-single {
	background: #fff;
	padding: 15px 0 0;
	margin-bottom: -10px;
}
.entry-summary ul,
.blog-entry-summary ul,
.entry-content-page ul,
.entry-summary ol,
.blog-entry-summary ol,
.entry-content-page ol {
	margin: 0;
	padding: 3px 20px;
}
.entry-summary ul li,
.blog-entry-summary ul li,
.entry-content-page ul li,
.entry-content-page ol li,
.blog-entry-summary ol li,
.entry-summary ol li {
	margin: 0;
	position: relative;
	padding: 3px 0;
}
.single .post-layout embed,
.single .post-layout iframe,
.single .post-layout object {
	height: 419px;
}
.single.single-post .paging-navigation .post-nav li > a,
.single.single-post .paging-navigation .post-nav li > span {
	margin: 10px 15px 0 0;
}
.single-entry-summary {
	position: relative;
	z-index: 10;
	line-height: 28px;
	font-size: 15px;
}

.single-entry-summary-post-content img[class*="wp-image-"] {
	margin-bottom: 0;
}

.single-entry-summary-post-content h3 {
	padding: 10px 35px;
	line-height: 30px;
}

.single-entry-summary-post-content ul {
	padding: 0 0 25px 50px;
}

.single-entry-blog2 .single-entry-summary {
	padding: 15px 0 0;
}
.single-entry-blog3-content .single-entry-summary {
	padding: 0;
}
.single-entry-blog3 {
	margin: 0 0 50px;
}

/* Single 4 */

.single-entry-blog3.single-entry-blog4 .blog-header {
	z-index: 2;
	bottom: -60px;
	left: 0;
	max-width: 700px;
	text-align: left !important;
	background: #fff;
	padding: 30px 0 0 0;
}

.single-entry-blog3.single-entry-blog4 .blog-header .single-post-title {
	color: #1c1c1c;
}
.single-entry-blog3.single-entry-blog4 .entry-post-meta,
.single-entry-blog3.single-entry-blog4 .entry-post-meta a,
.single-entry-blog3.single-entry-blog4 .entry-post-meta .publish-date a {
	color: #a3a3a3;
	font-size: 14px;
}

.single-entry-blog3.single-entry-blog4:before {
	background: none;
}

.post-tags > span {
	background: #1c1c1c;
	color: #fff;
	font-size: 12px;
	padding: 3px 6px;
	text-transform: uppercase;
	margin-right: 5px;
}
.post-tags a {
	border: 1px solid #dedede;
	display: inline;
	list-style: none;
	padding: 2px 6px;
	margin-right: 5px;
	text-align: center;
	font-size: 12px;
	color: #1c1c1c;
}
.post-tags a:hover {
	background: #1c1c1c;
	color: #fff;
	border: 1px solid transparent;
}
/* share */

.share-items {
	border: 1px solid #dedede;
	border-radius: 0;
	background: none;
	padding: 10px 20px;
	width: 100%;
	margin: 40px 0;
	display: inline-block;
}
/* Single page navigation */

.post-navigation {
	text-align: center;
}
.post-navigation .nav-previous,
.post-navigation .nav-next {
	padding: 0 40px;
	width: 50%;
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
	display: table-cell;
	position: relative;
	vertical-align: middle;
}
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
	transition: 400ms;
	-webkit-transition: 400ms;
}
.post-navigation i {
	margin: 0 5px;
}
.post-navigation span {
	color: #a3a3a3;
	margin-bottom: 4px;
	display: inline-block;
}
.post-navigation:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
.post-navigation {
	display: inline-block;
}
.post-navigation {
	display: block;
}
.post-navigation .nav-previous {
	text-align: left;
	float: left;
	border-left: 0 none;
	border-right: 0 none;
	padding: 0 50px 0 0;
}
.post-navigation .nav-next {
	text-align: right;
	float: left;
	border-right: 0 none;
	padding: 0 0 0 50px;
}
.post-navigation h3 {
	font-size: 16px;
	line-height: 22px;
	margin: 0;
}
/* Author box */

.author-info {
	line-height: 22px;
	font-size: 13px;
}
.author-user-title h3 {
	font-size: 18px;
	margin-top: 0px;
	margin-bottom: 5px;
	line-height: normal;
	font-weight: 700;
	text-transform: capitalize;
}
.author-user-title h3 a {
	color: #000;
}
.author-box {
	margin-top: 50px;
	padding: 25px;
	border: 1px solid #dedede;
	font-size: 15px;
}
.author-img img {
	margin-right: 30px;
	width: 100px;
	height: 100px;
	overflow-x: hidden;
	margin-bottom: 30px;
}
.authors-social {
	color: #7a7a7a;
	margin-top: 5px;
}
.authors-social a {
	margin-left: 10px;
	color: #000 !important;
	transition: 400ms;
	-webkit-transition: 400ms;
}
/* Related post */

.related-post-imgwrap {
	position: relative;
}
.related-post-imgwrap .category-meta-bg {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.related-item-content {
	margin-bottom: 30px;
	position: relative;
	background: #222;
	min-height: 230px;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.related-item-content:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.65);
}
.related-item-content img {
	max-width: 100%;
	opacity: 0.5;
}
.related-item-content .post-content {
	position: absolute;
	bottom: 0;
	padding: 20px 30px;
	z-index: 15;
	width: 100%;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.related-item-content .border-overlay-content .entry-title {
	margin-top: 0;
}
.related-item-content .border-overlay-content .entry-title a {
	color: #fff;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.related-post {
	margin-top: 30px;
}

.related-post .entry-title {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.related-post .entry-title a {
	color: #1c1c1c;
}

.single-entry-blog .related-post .entry-post-footer-wrap span.post-meta-author {
	border-right: 1px solid #dedede;
	padding-right: 8px;
	margin-right: 8px;
}

.related-post-item {
	margin-bottom: 20px;
	position: relative;
	padding-bottom: 30px;
	display: inline-block;
}
.related-post-item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
}
.related-post-item:after {
	content: "";
	position: absolute;
	left: 20px;
	bottom: 0;
	width: 95%;
	height: 1px;
	background: #eee;
}
.related-post-item:last-child:after {
	display: none;
}
.related-post-item .meta-post-date {
	color: #999;
	text-transform: uppercase;
	font-size: 13px;
}
.relate-entry-title {
	margin: 0;
	font-size: 18px;
}
.relate-entry-title a {
	color: #000;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.related-post-content {
	font-style: italic;
}
/* post layout */

.post-overlay {
	position: relative;
	height: 400px;
	overflow: hidden;
}
.entry-comment i,
.entry-meta-view i,
.entry-meta-tag i {
	margin-right: 5px;
}
.blog-entry-footer a {
	color: #9a9a9a;
	font-weight: 600;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.post-overlay:before {
	position: absolute;
	left: 0;
	content: "";
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	transition: 200ms;
	-webkit-transition: 200ms;
}
.post-overlay .meta-category a {
	transition: 300ms;
	-webkit-transition: 300ms;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 1px 10px;
	transition: 300ms;
	-webkit-transition: 300ms;
	display: inline-block;
}
.post-overlay .meta-category a:hover {
	background: #fff;
}
.post-overlay .post-head-content {
	width: 100%;
	height: 100%;
	position: absolute;
	vertical-align: middle;
}
.post-overlay .post-head-content .page-header .page-header-in {
	vertical-align: middle;
	display: table-cell;
}
.post-overlay .post-head-content .page-header {
	padding-bottom: 0;
	margin: 0;
	border-bottom: none;
}
.post-overlay .post-head-content .page-header .page-header-in > div {
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.blog-button {
	margin-top: 20px;
	display: inline-block;
	text-transform: uppercase;
	background: transparent;
	color: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.blog-button:hover {
	color: #fff;
}
.entry-meta {
	border-top: 1px solid #eee;
	margin-top: 20px;
}
.entry-meta .entry-meta-list {
	display: inline-block;
	width: 32.3333%;
	text-align: center;
	border-right: 1px solid #eee;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.entry-meta .entry-meta-list i {
	margin-right: 5px;
}
.entry-meta .entry-meta-list a {
	color: #333;
}
.entry-meta .entry-meta-list:last-child {
	border: none;
}
/* Entry Meta */

.page-header-in .entry-meta {
	color: #fff;
	font-size: 12px;
	display: block;
	padding: 0;
	margin: 0 0 15px;
	list-style: none;
	font-weight: 700;
	font-style: italic;
}
.page-header-in .entry-meta li {
	display: inline-block;
	margin-right: 10px;
	position: relative;
}
.page-header-in .entry-meta li.author {
	text-transform: uppercase;
}
.page-header-in .entry-meta li a {
	color: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.page-header span.author {
	text-transform: uppercase;
	font-size: 14px;
}
.post-overlay .post-readmore {
	position: absolute;
	bottom: 15px;
	right: 30px;
	z-index: 3;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: bold;
}
.post-overlay .post-readmore a {
	color: #fff;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.post-overlay .post-readmore a span {
	font-size: 46px;
	margin-top: -28px;
	display: block;
}
.entry-meta li:last-child:after {
	display: none;
}
.post-hits {
	color: #fff;
	display: inline-block;
	position: relative;
}
.post-hits span {
	font-size: 22px;
	position: absolute;
	left: 60px;
	z-index: 1;
	color: #ffffff;
	font-weight: 700;
	top: 10px;
}
.post-hits i {
	font-size: 42px;
}
.meta-view .post-hits {
	color: #000;
}
.meta-view .post-hits span {
	color: #000;
}
.entry-meta {
	position: relative;
}
/*Post Type*/
/* video format */

.format-video
	.post-overlay
	.post-head-content
	.page-header
	.page-header-in
	> div {
	z-index: 0;
}
.video-post {
	z-index: 2;
}
.format-video .post-overlay .meta-category {
	display: none;
}
.entry-video {
	margin-bottom: 0;
	margin-top: 0;
	line-height: 0;
}
/* audio format */

.format-audio
	.post-overlay
	.post-head-content
	.page-header
	.page-header-in
	> div {
	z-index: 0;
}
.format-audio .post-overlay .meta-category {
	display: none;
}
.entry-audio {
	position: relative;
	z-index: 2;
	margin-bottom: 0;
	line-height: 0;
}
/* link quote formart */

.format-quote .post-overlay .post-head-content,
.format-link .post-overlay .post-head-content {
	opacity: 0.1;
}
/* blog listing */

.listing-format .entry-blog {
	width: 100%;
	float: left;
}
.imgfullsize .featured-image img {
	width: 100%;
}
.entry-format .featured-image {
	position: relative;
	-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */

	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	/* Chrome, Safari, Opera */

	backface-visibility: hidden;
}
@-webkit-keyframes sharp {
	100% {
		left: 125%;
	}
}
@keyframes sharp {
	100% {
		left: 125%;
	}
}
.meta-quote {
	padding: 80px;
	color: #fff;
	text-align: center;
	font-size: 24px;
	line-height: 36px;
}
.meta-quote span {
	font-weight: 700;
}
.meta-quote p {
	margin-bottom: 15px;
	font-style: italic;
}
.entry-overlay {
	height: 100%;
	left: 0px;
	position: absolute;
	top: 0px;
	width: 100%;
	z-index: 0;
}
.entry-image {
	position: relative;
	height: 100%;
	width: 100%;
}
.entry-image .quote-link {
	color: #fff;
	position: relative;
	margin: 0;
	z-index: 1;
	text-align: center;
	opacity: 0.9;
	display: table;
	width: 100%;
	padding: 97px 50px 98px;
	height: 100%;
}
.entry-image .quote-link i {
	font-size: 28px;
	line-height: 0;
}
.entry-image .quote-link i.fa-quote-left {
	margin-right: 8px;
}
.entry-image .quote-link i.fa-quote-right {
	margin-left: 8px;
	margin-top: 15px;
}
.entry-image .quote-link p {
	font-size: 16px;
}
.format-link:hover .entry-image {
	z-index: 2;
}
.entry-image .quote-link span {
	font-weight: bold;
	font-size: 24px;
	margin-top: 25px;
	display: block;
}
.entry-image .quote-link div {
	display: table-cell;
	vertical-align: middle;
	padding: 0 40px;
}
.entry-image .quote-link h4 {
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	word-break: break-all;
}
/* Gallery Slider */

.blog-gallery-slider .img-fluid {
	height: 100%;
	width: 100%;
}
.blog-gallery-slider .carousel-control {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-image: none;
	opacity: 0.8;
	text-shadow: none;
	background-color: #fff;
	color: #000;
	top: 45%;
	bottom: auto;
	font-size: 28px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
}
.entry-blog-listing .blog-gallery-slider .carousel-inner img {
	height: 278px;
}
.blog-gallery-slider .carousel-inner img {
	opacity: 0.6;
}
.blog-gallery-slider .carousel-inner {
	background: #000;
}
.blog-gallery-slider:hover .carousel-control {
	opacity: 1;
}
.format-gallery
	.post-overlay
	.post-head-content
	.page-header
	.page-header-in
	> div {
	z-index: 0;
}
.format-gallery .post-overlay .meta-category {
	display: none;
}
.format-gallery:hover .entry-content-gallery {
	z-index: 2;
}
.post-entry-image.enrty-gallery-img {
	height: 400px;
	opacity: 0.6;
}
.entry-content-gallery .carousel-inner > .item {
	background: rgba(0, 0, 0, 0.6);
}
.entry-content-gallery .carousel-inner > .item img {
	min-height: 210px;
}
.entry-content-gallery {
	position: relative;
	z-index: 1;
}
/*default WordPress gallery*/

.gallery .gallery-item dl {
	margin-bottom: 0 !important;
}
.gallery .gallery-item img {
	border: none !important;
}
.post-navigation ul.pager {
	text-align: left;
}
.page.page-template-default .entry-content,
.page.page-template-page-sidebar .entry-content {
	margin: 0;
	padding: 0;
}
.entry-content-page h2 {
	margin-top: 20px;
}
.page.page-template-page-blog-left-sidebar .entry-content {
	margin: 0;
}
.page.page-template-page-blog-fullwidth #content {
	border-right: none;
}
.page .entry-content .wpcf7-form {
	text-align: left;
}
.entry-content span.fixed-char {
	display: block;
	position: relative;
	z-index: 1;
}
/* Post bottom */

.post-bottom {
	margin-top: 20px;
}
.more-link {
	text-transform: uppercase;
	color: #222;
	font-weight: 700;
}
.social-icons > li {
	display: inline-block;
}
.social-icons li + li {
	padding-left: 15px;
}
.social-icons a {
	color: #222;
}
.blog-entry-summary .blog-share-button ul {
	margin: 0;
}
.blog-entry-summary .blog-share-button ul li {
	display: inline-block;
	margin-left: 10px;
	margin-top: 0;
	margin-bottom: 0;
}
/* post navigation */

.post-navigation ul.pager {
	margin: 20px 0 80px 0;
}
.post-nav {
	margin: 0 0 0;
}
.post-nav .previous > a,
.post-nav .previous > span,
.post-nav .next > a,
.post-nav .next > span {
	float: none;
}
.paging-navigation .post-nav {
	list-style: none;
}
.paging-navigation .post-nav {
	margin: 0;
	padding: 0;
}
.paging-navigation .post-nav li {
	display: inline-block;
}
.paging-navigation .post-nav .meta-nav span {
}
.paging-navigation .post-nav li > a,
.paging-navigation .post-nav li > span {
	margin: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	letter-spacing: 1px;
	background: #fff;
	padding: 7px 20px;
	text-transform: capitalize;
	transition: 300ms;
	-webkit-transition: 300ms;
	color: #fff;
	border-radius: 20px;
}
.paging-navigation .post-nav li > a:hover,
.paging-navigation .post-nav li > span:hover {
	color: #fff;
}
.paging-navigation .post-nav li.previous > a i {
	margin: 0 8px 0 0;
	font-size: 16px;
}
.paging-navigation .post-nav li.next > a i {
	margin: 0 0 0 8px;
	font-size: 16px;
}
.paging-navigation {
	margin: 0;
	padding: 0;
}
#nav-below.paging-navigation {
	margin-top: 10px;
}
.paging-navigation .post-nav li.nav-next {
	float: right;
}
.paging-navigation .post-nav li .meta-nav {
	font-size: 20px;
	margin-top: -10px;
	display: inline-block;
}
/* Number Paginaion */

.post-pagination {
	margin-bottom: 25px;
}

.post-pagination ul {
	padding: 0;
	list-style: none;
	margin: 0;
}
.post-pagination ul li {
	display: inline-block;
}
.post-pagination ul li a,
.post-pagination ul li span.current,
.post-pagination ul li span.dots {
	border-radius: 0;
	background: #fff;
	border: 1px solid #dedede;
	color: #7c7c7c;
	padding: 12px 17px 11px;
	margin: 0 2px;
	transition: 400ms;
	-webkit-transition: 400ms;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
}
.post-pagination ul li span.pagination-prev,
.post-pagination ul li span.pagination-next {
	letter-spacing: 1.5px;
	padding: 12px 10px;
}
.post-pagination ul li a:hover,
.post-pagination ul li span.current {
	color: #fff;
}
/* pagination loading */

.post-content-loading {
	text-align: center;
	margin-top: 30px;
}
#post-loading-button {
	display: inline-block;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 600;
	box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15);
	border-radius: 3px;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 20px;
	padding: 12px 40px;
	transition: 400ms;
	-webkit-transition: 400ms;
}
#post-loading-button:hover {
	color: #fff;
}
/* comment pagination */

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	margin: 0;
	display: inline-block;
	font-size: 14px;
	font-weight: 400;
	color: #9a9a9a;
	letter-spacing: 1px;
	padding: 7px 20px;
	text-transform: capitalize;
	transition: 300ms;
	-webkit-transition: 300ms;
	color: #fff;
	border-radius: 20px;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	display: inline-block;
	margin-bottom: 30px;
}
.post-navigation ul.post-nav {
	margin: 0px 0 40px 0;
}
#nav-below.post-navigation {
	margin: 0 15px;
	padding: 0;
	background: #fff;
	box-sizing: border-box;
}
#nav-below.post-navigation ul li.nav-next {
	float: right;
}
#nav-below.post-navigation ul {
	margin: 0 auto;
	list-style: none;
	padding: 0;
}
#nav-below.post-navigation ul li {
	position: relative;
	display: inline-block;
	border: none;
	padding: 10px 30px;
	background: #000;
}
#nav-below.post-navigation ul li a {
	font-size: 14px;
	transition: 300ms;
	-webkit-transition: 300ms;
	font-weight: 600;
	text-transform: uppercase;
	color: #fff;
}
#nav-below.post-navigation ul li.next .meta-nav {
	font-size: 20px;
	position: absolute;
	right: 12px;
	top: 10px;
}
#nav-below.post-navigation ul li.previous .meta-nav {
	font-size: 20px;
	position: absolute;
	left: 12px;
	top: 10px;
}
.meta-tag {
	margin: 30px 0 30px;
}
.meta-tag span {
	text-transform: capitalize;
	margin-right: 10px;
	font-weight: bold;
	font-size: 16px;
}
.meta-tag a {
	font-size: 14px;
	transition: 300ms;
	-webkit-transition: 300ms;
	text-transform: capitalize;
	color: #000;
	margin-right: 10px;
	font-weight: 600;
}
/* Comments */

#commentsubmit.btn.btn-primary:hover {
	color: #fff;
}
.comments-area {
	padding: 25px 0 0;
	margin-top: 25px;
}
.comments-area ol {
	list-style: none;
	padding: 0;
	margin: 0;
}
.comment-body {
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 40px;
	overflow: hidden;
}
.comment .children {
	margin-left: 1.5em;
	list-style: none;
}
.comment .children .comment-body {
	border-bottom: 1px solid #dedede;
}

.comments-area ol li.depth-1:last-child .comment-body {
	margin-bottom: 30px;
	border-bottom: 1px solid #dedede;
}

.comment-area {
	margin-bottom: 8px;
}
.comment-area .media-heading {
	font-weight: 600;
	font-size: 16px;
	line-height: 14px;
	margin: 0;
	color: #1c1c1c;
	border-right: 1px solid #dedede;
	padding-right: 12px;
	margin-right: 10px;
	display: inline-block;
	text-transform: capitalize;
}
.comment-area .media-heading a {
	color: #1c1c1c;
}

.comment-area cite {
	display: inline-block;
	margin: 0;
	font-size: 16px;
}
.comment-area .says {
	display: none;
}
.comment-meta {
	display: inline-block;
}
.media-body-wrap .comment-content p,
.comment-awaiting-moderation {
	margin-bottom: 10px;
}
.comment-meta a {
	color: #888;
	font-size: 12px;
}
.media > .pull-left.author-comment {
	margin-right: 20px;
}
.media > .pull-left.author-comment img {
	border-radius: 0;
}

.comment-notes {
	font-size: 12px;
	margin-bottom: 8px;
}

.comment-respond .comment-form-comment label {
	display: none;
}

.comment-body:after {
	content: "";
	width: 100%;
	height: 1px;
	bottom: 0;
	left: 0;
	position: absolute;
	background: linear-gradient(to right, #fff 0, #eee 5%, #eee 95%, #fff 100%);
	background: -ms-linear-gradient(left, #fff 0, #eee 5%, #eee 95%, #fff 100%);
	background: -o-linear-gradient(left, #fff 0, #eee 5%, #eee 95%, #fff 100%);
	background: -webkit-linear-gradient(
		left,
		#fff 0,
		#eee 5%,
		#eee 95%,
		#fff 100%
	);
	background: -moz-linear-gradient(left, #fff 0, #eee 5%, #eee 95%, #fff 100%);
	background: -webkit-gradient(
		linear,
		left top,
		right top,
		color-stop(0%, #fff),
		color-stop(5%, #eee),
		color-stop(95%, #eee),
		color-stop(100%, #fff)
	);
}
.comment-respond .alert-info {
	display: none;
}
.comment .comment-body:last-child:after {
	display: none;
}
.comment-reply-link {
	background: none;
	color: #999;
	border: none;
	position: absolute;
	padding: 0;
	font-size: 12px;
}
.comment-form label {
	display: block;
	font-weight: 600;
	margin: 0;
	font-size: 12px;
}

.comment-respond p {
	margin-bottom: 15px;
}

input,
textarea {
	border: 1px solid #dedede;
	padding: 6px 15px;
}
input:focus,
textarea:focus {
	box-shadow: none;
	outline-offset: 0;
	outline: 0;
}
.comment-form .comment-form-author input,
.comment-form .comment-form-email input,
.comment-form .comment-form-url input {
	width: 50%;
	background: rgba(255, 255, 255, 0.7);
}
.comment-form textarea {
	width: 100%;
	background: #fff;
	padding: 0 15px;
}
.comment-form .form-submit {
	margin-top: 40px;
}

/* contact form */

.wpcf7-form input,
.wpcf7-form textarea,
.wpcf7-form select {
	margin-bottom: 0;
}
.wpcf7-form textarea {
	width: 100%;
}
/* video */

.entry-video.embed-responsive.embed-responsive-16by9 {
	padding-bottom: 0;
}
/* widget */

.themewing-ads-banner-image {
	text-align: center;
}

.widget ul.nav > li > a {
	display: inline-block;
	padding: 2px 0;
	color: #000;
	font-weight: 400;
	transition: 300ms;
	-webkit-transition: 300ms;
	font-size: 14px;
}
.widget > ul.nav {
	padding: 0;
	display: block;
}
.widget > ul.nav li ul.nav {
	display: block;
	padding: 0;
}
.widget.widget_rss .widget-title span:after,
.widget.widget_rss .widget-title span:before {
	display: none;
}
#recentcomments .recentcomments {
	padding: 5px 0 !important;
}
table {
	border: 1px solid #e7e7e7;
}
.entry-content.blog-entry-summary pre,
.entry-blog .entry-content-page pre {
	padding: 20px;
}
.entry-content-page .entry-page-title {
	margin-top: 20px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td,
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	border-top: 1px solid #e7e7e7;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
	padding: 10px 20px;
}
div#calendar_wrap caption {
	margin: 10px;
}
.table-striped > tbody > tr:nth-child(odd),
table > tbody > tr:nth-child(odd) {
	border: 1px solid #e7e7e7;
}
.post-password-form input[type="password"] {
	padding: 4px 15px;
	margin-right: 10px;
}
.widget {
	margin-bottom: 30px;
}
.widget_search .search-form input[type="submit"] {
	display: none;
}
.widget select {
	width: 100%;
	border: 1px solid #e7e7e7;
	padding: 5px;
}
.footer-widget .table-striped > tbody > tr:nth-child(odd) > td,
.footer-widget .table-striped > tbody > tr:nth-child(odd) > th {
	background: transparent;
}

.footerbottom-widget .news247_ads_banner_widget {
	padding-bottom: 20px !important;
}

/* Blog post comments */

.comments-counter {
	font-size: 18px;
}
.comments-counter a {
	color: #323232;
}
.comments-list {
	list-style: none;
	margin: 0;
	padding: 20px 0;
}
.comments-list .comment {
	border-bottom: 1px solid #cecece;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.comments-list .comment.last {
	border-bottom: 0;
}
.comments-list img.comment-avatar {
	width: 84px;
	height: 84px;
	margin-right: 30px;
	border-radius: 3px;
}
.comments-list .comment-body {
	margin-left: 120px;
}
.comments-list .comment-author {
	margin-bottom: 0;
}
.comments-list .comment-date {
	font-style: italic;
	color: #959595;
	margin-bottom: 20px;
}
.comments-list .comment-reply {
	text-transform: uppercase;
	color: #323232;
}
.comments-reply {
	list-style: none;
	margin: 0 0 0 70px;
}
.comments-form .btn.btn-primary {
	padding: 10px 20px;
}
.comments-form label {
	font-weight: normal;
	color: #959595;
}
/*-- Blog tab widget --*/

.widget-tab .nav-tabs {
	margin: 0;
	text-align: center;
	border-bottom: 1px solid #e7e7e7;
}
.widget-tab .nav-tabs > li:first-child {
	margin-left: 10px;
}
.widget-tab .nav-tabs > li > a {
	background: #e7e7e7;
	color: #323232;
	font-size: 15px;
	font-weight: 700;
	text-transform: capitalize;
	border-radius: 3px 3px 0 0;
	margin-right: -1px;
	border: 1px solid #e7e7e7;
	border-bottom: 0;
}
.widget-tab .nav-tabs > li.active > a {
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 0;
}
.widget-tab .tab-content {
	border-top: 0;
	padding: 10px 0 0;
}
.widget-tab .posts-thumb img {
	display: block;
	width: 85px;
	height: 65px;
	margin-right: 20px;
}
.widget-tab .posts-avator img {
	display: block;
	width: 62px;
	height: 62px;
	margin-right: 20px;
	border-radius: 100%;
}
.widget-tab h4.entry-title {
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 5px;
}
.widget-tab h4.entry-title a {
	color: #323232;
}
.widget-tab .post-meta span {
	padding-right: 5px;
}
.widget-tab ul.posts-list li {
	padding-bottom: 10px;
}
/*-- Blog category widget --*/

.widget_categories ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.footer-widget .widget_categories ul {
	padding-right: 20px;
}
.widget_categories ul li {
	padding-bottom: 6px;
	margin-bottom: 5px;
	text-transform: capitalize;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget.widget_categories ul li a {
	padding: 0;
}
/* 404 page */

.error404 {
	text-align: center;
}
.error404 .page-header h1 {
	font-weight: 800;
	font-size: 100px;
	letter-spacing: 8px;
	margin: 0;
}
.error404 .page-header h2 {
	margin: 10px 0;
	font-size: 36px;
	font-weight: 700;
}
.error404 .page-header p {
	font-size: 16px;
	color: #777;
	margin: 15px 0;
}
.error404 .page-header {
	margin-bottom: 20px;
}
.error404 .common-btns {
	padding: 12px 28px;
	border-radius: 50px;
}
.error404 #content {
	margin-bottom: 80px;
	border-right: none;
}
@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
}
@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px);
	}
	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
}
.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown;
}
/*--- Article list post ---*/

article.list-post {
	margin-bottom: 60px;
}
/* Post media */

article.list-post .post-media img {
	width: 100%;
	min-height: 278px;
}
/* Post meta */

article.list-post-left .post-meta span {
	margin-right: 0;
	margin-left: 15px;
}
.post-meta span a {
	color: #7a7a7a;
}
.post-meta span i {
	margin-right: 5px;
}
/* Blog content
================================================== */
/*--- Article list common ---*/

article.hentry.post-layout {
	position: relative;
}
/* Post media */

.post-media img {
	width: 100%;
}
/* Post content */

.post-inwrap {
	text-align: center;
	background: #fff;
	padding: 30px;
	position: relative;
	z-index: 1;
}
/* Post meta */

.post-meta {
	padding: 10px 0 15px;
}
.post-meta span {
	color: #9a9a9a;
	margin-right: 10px;
	font-size: 12px;
}
/* Post item grid */

.post-item-grid {
	text-align: center;
	margin-bottom: 30px;
	min-height: 500px;
}
.post-item-grid .post-meta span {
	margin-right: 10px;
}
.post-item-grid .post-inwrap {
	background: #fff;
	padding: 10px 0 0;
	border-bottom: 0;
}
/* Title */

.title-normal,
.comment-reply-title,
.comments-title {
	font-weight: 600;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
	position: relative;
	display: inline-block;
}
.comment-reply-title {
	margin-bottom: 5px;
}
.home .main-content {
	margin-top: 0;
}
/* widget area */
/* search widget */

.widget.widget_search #searchform {
	position: relative;
}
.widget.widget_search .form-control {
	border: 1px solid #eee;
	color: #959595;
	box-shadow: none;
	border-radius: 0;
	padding: 12px 15px;
	min-height: 50px;
	width: 100%;
}
/* Sidebar */

.sidebar .widget-title,
.offcwidget .widget-title {
	margin: 0 0 20px;
	position: relative;
	color: #616a6b;
}
.sidebar .widget-title {
	padding-bottom: 0;
	margin: 0 0 40px;
	color: #000;
	text-transform: uppercase;
	line-height: 26px;
	position: relative;
	font-weight: 700;
}

.sidebar .widget {
	margin-bottom: 40px;
}

/* Recent Posts */

.recent-posts-widget ul li {
	padding-bottom: 20px;
}
.recent-posts-widget ul {
	padding-right: 0;
}
.recent-posts-widget ul li:last-child {
	padding-bottom: 0;
}
.recent-posts-widget .posts-thumb {
	margin-right: 20px;
}
.recent-posts-widget .comment-author-link a {
	color: #222;
	font-weight: 700;
	margin-bottom: 5px;
	display: inline-block;
}
.recent-posts-widget .post-info .entry-title {
	font-size: 14px;
	font-weight: 600;
	line-height: 20px;
	margin: 0;
	display: inline-block;
}
.recent-posts-widget .posts-thumb img {
	margin-right: 10px;
	width: 100px;
	height: 80px;
}
.recent-posts-widget .posts-thumb {
	position: relative;
}
.recent-posts-widget .posts-thumb .category-meta-bg {
	position: absolute;
	top: -3px;
	left: 0px;
	z-index: 1;
}
.posts-thumb-full {
	position: relative;
}
.posts-thumb-full .post-info-full {
	position: absolute;
	bottom: 0;
	padding: 25px;
	z-index: 2;
}
.posts-thumb-full .post-info-full .post-meta time {
	color: #fff !important;
}

.posts-thumb-full .entry-title a,
.posts-thumb-full .post-title a {
	color: #fff;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.posts-thumb-full .entry-title a:hover,
.posts-thumb-full .post-title a:hover {
	color: #fff;
}
.posts-thumb-full .entry-title,
.posts-thumb-full .post-title {
	margin-top: 20px;
	margin-bottom: 8px;
}
.posts-thumb-full:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 7px;
	left: 0;
	background: -moz-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -webkit-gradient(
		linear,
		left bottom,
		left bottom,
		color-stop(60%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.85))
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -ms-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
}
.recent-posts-widget .post-info .entry-title a,
.recent-posts-widget .post-info .post-title a {
	color: #1c1c1c;
	transition: 300ms;
	-webkit-transition: 300ms;
}
.footer-widget .recent-posts-widget .post-info .entry-title a {
	color: #fff !important;
}
.recent-posts-widget .post-meta {
	font-weight: 400;
	padding: 0;
	line-height: 17px;
	margin-bottom: 10px;
}
.recent-posts-widget .post-meta time {
	color: #888;
	font-size: 12px;
	text-transform: capitalize;
}
.recent-posts-widget .post-meta a {
	color: #888;
}
/* Newsletter */

.mc4wp-form-fields {
	background-color: #f1f1f1;
	background-image: url(images/newsletter-icon.png);
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 30px;
}
.mc4wp-form-fields input[type="email"] {
	width: 100%;
	margin-bottom: 20px;
}
.mc4wp-form-fields button {
	font-weight: 700;
	font-size: 12px;
	margin-top: 15px;
	padding: 10px 25px;
}
/*-- Gallery widget --*/

.post-gallery-widget ul {
	padding: 0;
	margin: 0;
	line-height: 0;
}
.gallery-widget-item {
	overflow: hidden;
	margin: 0 5px 7px 0px;
	display: inline-block;
	line-height: 0;
}
.gallery-widget-item img {
	max-width: 77px;
	height: 100%;
}
/* Widget categories */

.sidebar .widget_categories ul.nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar .widget_categories ul.nav li a,
.sidebar .widget_archive ul li a,
.sidebar .widget_pages ul li a,
.sidebar .widget_meta ul li a,
.sidebar .widget_recent_comments ul li a,
.sidebar .widget_recent_entries ul li a {
	color: #616a6b;
	padding: 0 10px 0 0;
}
.sidebar .widget_categories ul.nav li,
.sidebar .widget_archive ul li,
.sidebar .widget_pages ul li,
.sidebar .widget_meta ul li,
.sidebar .widget_recent_comments ul li,
.sidebar .widget_recent_entries ul li {
	padding-bottom: 4px;
	margin-bottom: 4px;
	font-size: 14px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget_categories ul li,
.widget_archive ul li {
	text-align: right;
	overflow: hidden;
}
.widget_categories ul.nav li:last-child {
	border-bottom: 0;
}
.widget_categories ul li a,
.widget_archive ul li a {
	float: left;
}
/* tag clouds */

.widget_tag_cloud .tagcloud {
	font-size: 0;
}
.widget.widget_tag_cloud .tagcloud a {
	margin: 2px;
	border: 1px solid #dedede;
	color: #515151;
	display: inline-block;
	font-size: 13px !important;
	padding: 6px 10px;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}
.widget.widget_tag_cloud .tagcloud a:hover {
	color: #fff;
}
/* Newsletter */

.newsletter {
	max-width: 580px;
	margin: 0 auto;
}
.newsletter h3 {
	color: #fff;
}
.newsletter input[type="email"] {
	border: 1px solid #7a7a7a;
	border-left: 0;
	border-right: 0;
	text-align: center;
	background: transparent;
	width: 100%;
}
.btn-newsletter input[type="submit"] {
	padding: 12px 30px;
	display: inline-block;
	margin: 30px 0 0;
	letter-spacing: 1px;
}
.btn-newsletter input[type="submit"]:hover {
	background: #333;
}
.footer-column {
	padding: 60px 0;
}
/* Footer bottom
================================================== */
.footer-widget .widget-title {
	font-size: 16px;
	font-weight: 700;
	position: relative;
	margin: 0 0 35px;
	text-transform: uppercase;
	color: #fff;
}

.footer-widget .table td,
.footer-widget .table th {
	padding: 7px;
}

.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.4);
	margin-top: 50px;
	padding: 50px 250px 0;
}
.footer-bottom p {
	margin-bottom: 2px;
	font-size: 13px;
}
.footer-logo img {
	display: inline-block;
	margin-bottom: 30px;
}
.footer-info-phone,
.footer-info-email {
	display: inline-block;
	margin: 0 5px;
}
.footerbottom-widget .widget {
	padding-bottom: 0;
}

.footerbottom-widget .widget.widget_media_image {
	margin-bottom: 0;
}

.footerbottom-widget .widget.widget_text {
	margin: 15px 0 25px;
}
.footerbottom-widget .social-button-widget {
	list-style: none;
	margin: 0 0 0 0;
	padding: 0;
}
.footerbottom-widget .social-button-widget li {
	margin: 0;
	display: inline-block;
}
.footerbottom-widget .social-button-widget li a {
	display: inline-block;
	margin: 0 3px;
}
.footerbottom-widget .social-button-widget li a i {
	display: block;
	width: 32px;
	height: 32px;
	line-height: 32px !important;
	font-size: 12px;
	color: #fff;
	background: #282828;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
}

/* footer
================================================== */

.footer-widget .recent-posts-widget .post-info .entry-title {
	height: 40px;
	overflow: hidden;
}
.footer-widget .widget.widget_tag_cloud .tagcloud a {
	background: rgba(0, 0, 0, 0.2);
}
.footer-widget .recent-posts-widget .posts-thumb img {
	width: 80px;
	height: 70px;
}
/* Copyright
================================================== */

.copyright {
	color: #fff;
	position: relative;
	z-index: 1;
	font-weight: 500;
	font-size: 13px;
}
.copyright-info a {
	color: #fff;
}
.copyright .copyright-info {
	padding-top: 20px;
	padding-bottom: 20px;
}
.copyright-info.copyright-layout2 {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	color: #777;
}
.copyright-info p {
	margin: 0;
}

.footer-nav {
	float: right;
}
.footer-nav li {
	display: inline-block;
	padding-left: 12px;
}
.footer-nav li a {
	transition: 400ms;
	-webkit-transition: 400ms;
}
.copyright-layout1 {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.thw-menubar-wrap {
	background: #fff;
}
.thw-menubar-wrap .navbar-collapse {
	padding: 0;
}
ul.main-menu {
	margin-left: 0;
}
.search-newsletter {
	text-transform: uppercase;
	font-size: 13px;
	color: #252525;
}
.search-newsletter .newsletter-subscribe a {
	display: inline-block;
	border: 1px solid #e7e7e7;
	padding: 6px 25px;
	border-radius: 4px;
	color: #252525;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.search-newsletter .newsletter-subscribe a:hover {
	color: #fff;
}
.search-newsletter .nav-search {
	font-size: 16px;
	display: inline-block;
	margin-left: 8px;
}
.search-newsletter .nav-search:before {
	right: 97px;
}
/*  Add Woocommerce
================================================== */

.wooshop .page-title {
	display: none;
}
.woocommerce .woocommerce-ordering select {
	margin-bottom: 12px;
	border: 1px solid #eee;
}
.woocommerce .woocommerce-result-count {
	margin-top: 12px;
}
input:focus,
textarea:focus,
select:focus {
	outline-offset: 0;
	outline: -webkit-focus-ring-color auto 0;
}
.woocommerce-cart .page-main-content,
.woocommerce-checkout .page-main-content,
.woocommerce-account .page-main-content {
	margin-top: 20px;
	margin-bottom: 50px;
}
.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	padding: 0 0 10px;
	line-height: 1.4;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	position: relative;
}
.woocommerce ul.products li.product .price {
	color: #333;
}
.woocommerce ul.products li.product .button,
.woocommerce ul.products li.product .added_to_cart {
	margin-top: 0;
	position: absolute;
	top: 0;
	padding: 8px 20px;
	color: #fff;
	border-radius: 0;
	transition: 400ms;
	font-weight: 400;
	opacity: 0;
	line-height: 1.4;
}
.woocommerce ul.products li.product .added_to_cart {
	right: 0;
	left: auto;
}
.woocommerce ul.products li.product:hover .button,
.woocommerce-page ul.products li.product:hover .button,
.woocommerce ul.products li.product:hover .added_to_cart {
	opacity: 1;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	transition: 400ms;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	margin-bottom: 20px;
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	padding: 12px 20px;
	background: #f2f2f2;
}
.woocommerce nav.woocommerce-pagination ul li a:focus,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #fff;
}
.woocommerce nav.woocommerce-pagination ul li {
	border-right: none;
	margin: 0 2px 0 0;
}
.woocommerce nav.woocommerce-pagination ul {
	border: none;
}
button:focus {
	outline: -webkit-focus-ring-color auto 0;
}
.woocommerce div.product form.cart .button {
	border-radius: 0;
	padding: 14px 20px;
	font-weight: 400;
}
.woocommerce .quantity .qty {
	width: 80px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
}
.woocommerce-product-gallery__image {
	margin-bottom: 30px;
}
.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1 {
	width: 100%;
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.666667%;
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.333333%;
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}
.woocommerce .products ul li:before,
.woocommerce ul.products li:before {
	display: none;
}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
	font-weight: 400;
	font-size: 14px;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
	background: #f7f7f7;
	border-bottom-color: #f7f7f7;
}
.woocommerce .quantity .qty {
	padding: 7px;
}
/*-- category --*/

.category-meta-bg a {
	position: relative;
	font-size: 10px;
	padding: 0 6px;
	margin-right: 5px;
	background: #1c1c1c;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff !important;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	transition: 400ms;
	-webkit-transition: 400ms;
}
.category-meta-bg a:hover,
.recent-posts-widget .category-meta-bg a:hover {
	color: #fff;
}
.category-meta-bg a:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 0;
	bottom: -7px;
	border-top: 8px solid;
	border-top-color: #1c1c1c;
	border-right: 5px solid transparent;
	-webkit-transition: 400ms;
}

.recent-posts-widget.post-block13-element .category-meta-bg a {
	width: 20px;
	text-align: center;
}
/*-- Post title --*/

.post-title {
	font-size: 18px;
	line-height: 24px;
	margin: 15px 0 0;
}
.post-title a,
.post-content .post-title a {
	color: #1c1c1c;
}
.post-title.title-extra-large {
	font-size: 26px;
	line-height: 30px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.post-title.title-large {
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post-title.title-medium {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post-title.title-small {
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post-overaly-style {
	position: relative;
	overflow: hidden;
}
.post-overaly-style:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -webkit-gradient(
		linear,
		left bottom,
		left bottom,
		color-stop(60%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.85))
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -ms-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
}
.post-overaly-style .post-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 25px;
	z-index: 1;
}
.post-overaly-style .post-title a {
	color: #fff;
}
.post-overaly-style .post-date {
	color: #fff;
}
.post-thumb {
	max-width: 100%;
	position: relative;
	overflow: hidden;
	-webkit-backface-visibility: hidden;
}
.post-thumb img {
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	-webkit-backface-visibility: hidden;
}
.post-block-style:hover .post-thumb img,
.post-overaly-style:hover .post-thumb img {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	transform: scale(1.15);
}
.post-block-style.post-float:hover .post-thumb img {
	transform: none;
}
/* Post overaly Top Content */

.post-overaly-style.contentTop .post-content {
	top: 0;
	bottom: auto;
}
.post-overaly-style.contentTop:before {
	top: 0;
	left: 0;
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(60%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.85))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
}
/*-- Post Overaly Textcenter --*/

.post-overaly-style.text-center .post-content {
	padding: 30px;
}
.post-overaly-style.text-center {
	margin-bottom: 20px;
}
.post-overaly-style.text-center .post-thumb img {
	min-height: 260px;
}
.post-overaly-style.text-center .post-meta time {
	padding: 0;
	margin: 0;
}
.post-overaly-style.text-center:before {
	background: -moz-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -webkit-gradient(
		linear,
		left bottom,
		left bottom,
		color-stop(60%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.85))
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -ms-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
}
/*-- Post Block style --*/

.post-block-style {
	position: relative;
	overflow: hidden;
}
.post-block-style .post-content {
	padding: 0;
}
.post-block-style .post-content p {
	font-size: 13px;
}
.post-content .post-meta span {
	font-size: 12px;
	color: #a3a3a3;
	margin-right: 8px;
	padding-right: 10px;
	border-right: 1px solid #dedede;
	line-height: 12px;
	display: inline-block;
}
.post-block-style .post-content .post-meta {
	margin: 5px 0 8px;
	padding: 0;
}
.post-meta .post-author a {
	color: #1c1c1c;
	font-weight: 700;
	text-transform: capitalize;
}
.post-meta span.post-date {
	border-right: 0;
}
/*  Post Block 2
================================================== */

.block-item2.post-block2-blank {
	min-height: 307px;
	background: #666;
}
/* post block 4
================================================== */

.post-block-style.post-float-half .post-thumb {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 30px;
	margin-bottom: 20px;
}
.post-block-style.post-float-half .post-thumb img {
	max-width: 300px;
}
.post-block-style .category-meta-bg {
	position: absolute;
	top: 20px;
	left: 20px;
	z-index: 1;
}
.post-block-style {
	padding: 1px;
}

.post-block-style.post-float-half .post-title {
	margin-top: 0;
}

/* post block 5
================================================== */

.post-block5-element .block-item5 {
	padding: 0 15px 15px;
	vertical-align: top;
}

.post-block5-blank .post-thumb {
	min-height: 154px;
	background: #666;
}

.post-block5-element .slick-slide > div {
	margin: 0 -15px;
}

/*  post block 6
================================================== */
/*-- Post list --*/

.post-thumb.block6img-blank {
	min-height: 305px;
	background: #666;
}
.list-post-block {
	margin-top: 30px;
}
.list-post {
	list-style: none;
	margin: 0;
	padding: 0;
}
.list-post-block .list-post > li {
	margin-bottom: 30px;
	max-height: 75px;
}
.list-post-block .list-post > li:last-child {
	margin-bottom: 0;
}
.post-block-style.post-float .post-thumb {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 20px;
}
.post-block-style.post-float .post-thumb img {
	max-width: 100px;
	min-height: 75px;
}
.post-block-style.post-float .post-title {
	margin-top: 0;
}
.post-block-style.post-float .post-content {
	z-index: 0;
}
.post-block-style.post-float .post-cat {
	font-size: 8px;
	left: 0;
	top: 0;
}
/* post block 6 Video
================================================== */

.pad-l-0 {
	padding-left: 0;
}
.pad-r-0 {
	padding-right: 0;
}
.video-tab {
	color: #fff;
}
.post-thumb.block7img-blank {
	height: 430px;
	background: #666;
}
.video-tab-title {
	color: #fff;
	font-size: 18px;
	text-transform: uppercase;
	margin: 0 0 30px 15px;
}
.video-tab .post-overaly-style {
	max-height: 403px;
}
.video-tab .post-overaly-style .post-content {
	padding: 35px;
}
.video-tab .post-title {
	font-size: 24px;
	line-height: 30px;
	font-weight: normal;
}
.video-tab .nav-tabs > li {
	width: 100%;
	float: none;
	display: block;
	margin-bottom: -1px;
	border: 1px solid #393a3b;
	min-height: 135px;
	padding: 30px 30px 25px;
}
.video-tab .nav-tabs .nav-item.show .nav-link,
.video-tab .nav-tabs .nav-link.active {
	color: #fff;
	background: none;
	border: none;
}
.video-tab .nav-tabs > li > a {
	background: none;
	border: 0;
	padding: 0;
}
.video-tab .nav-tabs > li > a .post-thumb img {
	max-width: 110px;
	max-height: 85px;
}
.video-tab .nav-tabs {
	border: none;
	padding: 0;
	margin: 0;
	list-style: none;
}
.video-tab .nav-tabs > li > a .post-thumb {
	float: left;
	margin-right: 20px;
	position: relative;
	overflow: hidden;
}
.video-tab .nav-tabs > li > a .post-title {
	color: #fff;
	font-weight: normal;
	line-height: 28px;
	font-size: 16px;
	margin: 0;
}
.video-icon {
	text-align: center;
	color: #fff;
	display: block;
	top: 50%;
	margin-top: -50px;
	font-size: 32px;
	z-index: 1;
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	line-height: 54px;
	border: 7px solid #fff;
	display: inline-block;
	border-radius: 100%;
}
.video-icon i {
	margin-left: 5px;
}

.video-icon a {
	color: #fff !important;
}

/*  post block 9 text center
================================================== */

.elementor-widget-news247-post-block9.text-center
	.post-overaly-style.contentTop
	.post-content {
	top: 50%;
	margin-top: -80px;
}

.elementor-widget-news247-post-block9.text-center
	.post-overaly-style.contentTop:before {
	background: -moz-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -webkit-gradient(
		linear,
		left bottom,
		left bottom,
		color-stop(60%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.85))
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -ms-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 30%,
		rgba(0, 0, 0, 0.85) 100%
	);
}

/*  post block 11
================================================== */

.post-block11-element .row .row .post-title {
	font-size: 14px;
	line-height: 20px;
}

.post-block11-element .row .row .post-block-style {
	margin-bottom: 10px;
}

/* post slide 1
================================================== */

.post-slide1-element .post-slide-item1 {
	min-height: 465px;
	position: relative;
	background-position: 50% 50%;
	-webkit-background-size: cover;
	background-size: cover;
	-webkit-backface-visibility: hidden;
}
.post-slide1-element .post-slide-item1:before {
	content: " ";
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
	bottom: 0;
	left: 0;
	background: -moz-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(60%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.85))
	);
	background: -webkit-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -o-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -ms-linear-gradient(
		top,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: linear-gradient(
		to top,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
}
.post-slide-item1 .post-content {
	padding: 30px;
	z-index: 1;
	position: relative;
}
.featured-post .post-date,
.featured-post .post-title a {
	color: #fff;
}
/* Featured slider content bottom */

.featured-slider.content-bottom .featured-post {
	position: absolute;
	bottom: 0;
}
.featured-slider.content-bottom .item:before {
	background: -moz-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -webkit-gradient(
		linear,
		left bottom,
		left bottom,
		color-stop(60%, rgba(0, 0, 0, 0)),
		color-stop(100%, rgba(0, 0, 0, 0.85))
	);
	background: -webkit-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -o-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: -ms-linear-gradient(
		bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
	background: linear-gradient(
		to bottom,
		rgba(0, 0, 0, 0) 40%,
		rgba(0, 0, 0, 0.85) 100%
	);
}
/* post block 8
================================================== */

.hot-post-top {
	min-height: 280px;
	margin-bottom: 3px;
}
.hot-post-bottom,
.hot-post-bottom img {
	min-height: 182px;
}
.hot-post-top .post-content,
.hot-post-bottom .post-content {
	padding: 20px;
}

.hot-post-top .post-title.title-medium {
	font-size: 22px;
	line-height: 30px;
}

.hot-post-bottom .post-title.title-medium {
	font-size: 14px;
	line-height: 20px;
}

.hot-post-bottom .post-date {
	font-size: 13px;
}

/* post block 9
================================================== */

.post-block9-element .fourNewsboxTop {
	margin-bottom: 3px;
}
.post-block9-element .fourNewsboxTop {
	min-height: 231px;
}
.fourNewsboxTop {
	margin-bottom: 3px;
}

.post-block9-element {
	margin: 0 15px;
}

.post-block9-element .row [class*="col"] {
	padding: 0 2px;
}

/* Common styles
================================================== */

.pad-0 {
	padding-left: 0;
	padding-right: 0;
	padding-top: 0;
	padding-bottom: 0;
}
.pad-r {
	padding-right: 2px;
}
.pad-l {
	padding-left: 2px;
}
.pad-r-small .col-md-6,
.pad-r-small .col-sm-12 {
	padding-right: 1.5px;
	padding-left: 1.5px;
}
.pad-r-small .row {
	margin-right: -1.5px;
	margin-left: -1.5px;
}
.pad-l-0 {
	padding-left: 0;
}
.pad-r-0 {
	padding-right: 0;
}
.block-title {
	font-size: 14px;
	line-height: 100%;
	text-transform: uppercase;
	margin: 0 0 40px;
	border-bottom: 2px solid #1c1c1c;
}
.block-title > span {
	background: #1c1c1c;
	color: #fff;
	height: 30px;
	line-height: 30px;
	padding: 8px 15px;
	position: relative;
}
.block-title > span:after {
	border-color: #272727 rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0);
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -20px;
	margin-left: -10px;
	left: 50%;
	border-width: 10px;
	border-style: solid;
}
/*-- Post title --*/

.post-title a {
	color: #1c1c1c;
}
.post-title.title-extra-large {
	font-size: 26px;
	line-height: 36px;
	margin-top: 15px;
	margin-bottom: 10px;
}
.post-title.title-large {
	font-size: 20px;
	line-height: 26px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post-title.title-medium {
	font-size: 16px;
	line-height: 24px;
	margin-top: 15px;
	margin-bottom: 5px;
}
.post-title.title-small {
	font-size: 14px;
	line-height: 20px;
	margin-top: 15px;
	margin-bottom: 5px;
}

/* Featuted Tab
================================================== */

/*-- Common styles --*/

.featured-tab {
	position: relative;
}

.featured-tab .nav-tabs {
	border: 0;
	position: absolute;
	top: -72px;
	right: 0;
}

.featured-tab .nav-tabs > li > a {
	color: #999999;
	text-shadow: none;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 0;
	margin: 0 1px 0;
	padding: 0 0 0 15px;
	border: 0 !important;
	-moz-transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.featured-tab .tab-content {
	border-top: 0;
	padding: 0;
	overflow: hidden;
}

.featured-tab .nav-tabs > li > a.active {
	color: #1c1c1c;
	position: relative;
	background: none;
}

.featured-tab .nav-tabs > li > a.active:after {
	position: absolute;
	content: " ";
	width: auto;
	height: auto;
	bottom: -6px;
	margin-left: 0;
	left: 50%;
	border-width: 7px;
	border-style: solid;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1c1c1c rgba(0, 0, 0, 0);
}

.featured-tab .list-post-block {
	margin-top: 0;
}

/* Tab blue */

.tab-blue .featured-tab .nav-tabs > li > a.active {
	color: #1e88e5;
}

.tab-blue .featured-tab .nav-tabs > li > a.active:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #1e88e5 rgba(0, 0, 0, 0);
}

/* Tab Orange */

.tab-orange .featured-tab .nav-tabs > li > a.active {
	color: #ff7a09;
}

.tab-orange .featured-tab .nav-tabs > li > a.active:after {
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #ff7a09 rgba(0, 0, 0, 0);
}

/*  common slick nav
================================================== */

.pb-common-nav-wrap {
	position: relative;
}
.pb-common-nav {
	position: absolute;
	right: 0;
	top: -70px;
}
.pb-common-prev.pb-common-nav {
	right: 25px;
}
.pb-common-nav {
	margin: 0;
	background: none;
	border: 1px solid #dedede;
	color: #999;
	width: 20px;
	height: 20px;
	line-height: 18px;
	padding: 0;
	border-radius: 0;
	display: inline-block;
	text-align: center;
	font-size: 12px;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	cursor: pointer;
	z-index: 2;
}
.pb-common-nav:hover {
	border: 1px solid transparent;
	color: #fff;
}
.ts-common-nav {
	top: 0;
	border: none;
	color: #fff;
	line-height: 20px;
}
.ts-common-nav:hover {
	border: none;
}

/*  common slick nav
================================================== */

.ps-common-nav-wrap {
	position: relative;
}
.ps-common-nav {
	position: absolute;
	top: 50%;
}
.ps-common-prev.ps-common-nav {
	left: 0;
}
.ps-common-next.ps-common-nav {
	right: 0;
}

.post-slide1-warp .swiper-button-prev,
.post-slide1-warp .swiper-button-next {
	background-image: none !important;
	background: #000;
	color: #fff;
}

.ps-common-nav {
	margin: 0;
	background: #000;
	background: rgba(0, 0, 0, 0.65);
	border: none;
	color: #999;
	width: 34px;
	height: 40px;
	line-height: 38px;
	padding: 0;
	border-radius: 0;
	display: inline-block;
	font-size: 24px;
	text-align: center;
	-webkit-transition: 400ms;
	-moz-transition: 400ms;
	-o-transition: 400ms;
	transition: 400ms;
	cursor: pointer;
	z-index: 1;
	margin-top: -17px;
}

.ps-common-nav:hover,
.ps-common-nav:focus {
	border: none;
	color: #fff;
	outline: none;
}

/*  Elementor common
================================================== */

/* Section margin */
.section-margin {
	margin-left: -15px;
	margin-right: -15px;
}

/*-- Social counter --*/

.apsc-theme-2 .apsc-each-profile {
	width: 98px;
	min-height: 80px;
	margin: 0;
}
.apsc-theme-2 .apsc-each-profile a {
	border-radius: 0;
	box-shadow: none;
}

.apsc-theme-2 .apsc-inner-block {
	padding: 15px;
	border-radius: 0;
	box-shadow: none;
}

.apsc-theme-2 .apsc-each-profile a:hover {
	transform: scale(1) rotate(0deg);
	-webkit-transform: scale(1) rotate(0deg);
	-ms-transform: scale(1) rotate(0deg);
}

.apsc-theme-2 .apsc-count {
	font-size: 18px;
	line-height: 20px;
}

.apsc-theme-2 .social-icon .fa {
	font-size: 18px;
}

/* Full width */

.apsc-theme-fullwidth .apsc-theme-2 .apsc-inner-block {
	padding: 0;
}

.apsc-theme-fullwidth .apsc-theme-2 .apsc-each-profile {
	width: 100%;
	min-height: auto;
	margin: 0 0 10px;
	text-align: left;
}

.apsc-theme-fullwidth .apsc-theme-2 .social-icon {
	float: left;
	border-right: 1px solid rgba(255, 255, 255, 0.35);
	padding: 10px 20px;
	margin: 0;
	line-height: normal;
	width: 60px;
}

.apsc-theme-fullwidth .apsc-theme-2 .apsc-count {
	font-size: 16px;
	line-height: normal;
	padding: 12px 6px 11px 20px;
	display: inline-block;
}

.apsc-theme-fullwidth .apsc-theme-2 .apsc-media-type {
	font-size: 14px;
	display: inline-block;
}

/*  WP mega menu
================================================== */

#wp-megamenu-primary {
	z-index: 999;
}

.wp-megamenu-sub-menu .wpmm-grid-post-img-wrap .post-in-image {
	top: 15px;
	left: 15px;
	bottom: auto;
}

.wp-megamenu-sub-menu
	.wpmm-grid-post
	.wpmm-grid-post-img-wrap
	.post-in-image
	a {
	font-size: 10px !important;
	padding: 0 6px !important;
	text-transform: uppercase !important;
	height: 20px;
	line-height: 20px !important;
	position: relative;
}

.wp-megamenu-sub-menu
	.wpmm-grid-post
	.wpmm-grid-post-img-wrap
	.post-in-image
	a:before {
	content: "";
	position: absolute;
	left: 0;
	z-index: 0;
	bottom: -7px;
	border-top: 8px solid;
	border-top-color: #1c1c1c;
	border-right: 5px solid transparent;
	-webkit-transition: 400ms;
}

#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a {
	position: relative;
}

#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li > a:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0;
	border-bottom: 3px solid;
	transform: scale(0) translateZ(0);
	-webkit-transition: -webkit-transform 0.45s ease, opacity 0.55s ease;
	-moz-transition: -moz-transform 0.45s ease, opacity 0.55s ease;
	-ms-transition: -ms-transform 0.45s ease, opacity 0.55s ease;
	-o-transition: -o-transform 0.45s ease, opacity 0.55s ease;
	transition: transform 0.45s ease, opacity 0.55s ease;
}

#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li.current-menu-ancestor
	> a:before,
#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li.current-menu-item
	> a:before,
#wp-megamenu-primary > .wpmm-nav-wrap ul.wp-megamenu > li:hover > a:before {
	opacity: 1;
	transform: scale(1) translateZ(0);
}

#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li.wpmm_mega_menu
	> ul.wp-megamenu-sub-menu {
	border-top: 1px solid #dedede;
	min-width: 1120px;
}

/* Mega menu tab */

ul.wp-megamenu .wpmm-vertical-tabs-nav {
	border-right: 1px solid #dedede;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li.active {
	border-top: 1px solid #dedede;
	border-bottom: 1px solid #dedede;
}

ul.wp-megamenu li ul.wp-megamenu-sub-menu .wpmm-vertical-tabs-nav ul li {
	padding: 0 25px;
}

/* Menu with logo */

.thw-menubar-wrap.menuwithlogo
	#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li
	> a {
	line-height: 50px;
}

.thw-menubar-wrap.menuwithlogo .entry-logo {
	margin-top: 18px;
}

.thw-menubar-wrap.menuwithlogo
	#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li.wpmm_mega_menu
	> ul.wp-megamenu-sub-menu {
	left: -292px;
}

.thw-menubar-wrap.menuwithlogo .menu-searh-wrap {
	right: 10px;
	top: 0;
	min-height: 80px;
}

.thw-menubar-wrap.menuwithlogo .menu-searh-wrap .nav-search i {
	top: 30px;
}

.thw-menubar-wrap.menuwithlogo #home-search .search-close {
	top: -53px;
}

/* Features menu*/

#wp-megamenu-primary
	> .wpmm-nav-wrap
	.wp-megamenu
	> li
	> ul.wp-megamenu-sub-menu
	li.wpmm-type-widget
	> a {
	text-transform: capitalize;
	border-bottom: 1px solid #dedede !important;
	position: relative;
}

#wp-megamenu-primary
	> .wpmm-nav-wrap
	.wp-megamenu
	> li
	> ul.wp-megamenu-sub-menu
	li.wpmm-type-widget
	> a:after {
	position: absolute;
	content: " ";
	width: 80px;
	left: 0;
	bottom: 0;
}

/* Menu dark style */

.menubelow.menudarkstyle .thw-menubar > .row {
	border: 0;
	background: #272727;
}

.menubelow.menudarkstyle
	#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li
	> a {
	color: #fff !important;
}

.menubelow.menudarkstyle
	#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li
	> a:before {
	border: 0;
}

.menubelow.menudarkstyle #home-search .search-close {
	color: #fff;
	background: #272727;
}

.menubelow.menudarkstyle .thw-menubar .nav-search {
	color: #fff;
}

/* Menu Bg with logo */

.menu-menuwithlogodark
	#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li.current-menu-ancestor
	> a,
.menu-menuwithlogodark
	#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li:hover
	> a {
	color: #fff !important;
}

.menu-menuwithlogodark
	#wp-megamenu-primary
	> .wpmm-nav-wrap
	ul.wp-megamenu
	> li
	> a:before {
	border: 0;
}

/* Back to top */

#back-to-top {
	right: 40px;
	top: auto;
	z-index: 10;
	-webkit-backface-visibility: hidden;
}

#back-to-top.affix {
	bottom: 54px;
	position: fixed;
}

#back-to-top .btn.btn-primary {
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: rgba(0, 0, 0, 0.9);
	font-weight: 700;
	font-size: 16px;
	padding: 0;
}

/* Social icon box style */

.social-icon-box > li {
	width: 100%;
	background: #1c1c1c;
	padding: 12px;
	color: #fff;
	margin-bottom: 10px;
}
.social-icon-box > li > a {
	color: #fff;
}
.social-icon-box > li > a i {
	width: 48px;
	height: 48px;
	line-height: 48px !important;
	text-align: center;
	float: left;
	margin-right: 20px;
	background: rgba(0, 0, 0, 0.2);
}
.social-icon-box .ts-social-title {
	font-size: 14px;
	margin-bottom: -5px;
}
.social-icon-box .ts-social-desc {
	display: block;
	font-size: 13px;
}
.social-icon-box > li.rss {
	background: #fa9b39;
}
.social-icon-box > li.facebook {
	background: #3b5998;
}
.social-icon-box > li.twitter {
	background: #00aced;
}
.social-icon-box > li.gplus {
	background: #c53942;
}
.social-icon-box > li.instagram {
	background: #c50c7b;
}
.social-icon-box > li.linkedin {
	background: #007bb6;
}
.social-icon-box > li.youtube {
	background: #dd4b39;
}
.social-icon-box > li.vimeo {
	background: #1bb6ec;
}
.social-icon-box > li.soundcloud {
	background: #f68110;
}
.social-icon-box > li.pinterest {
	background: #cb2026;
}
.social-icon-box > li.delicious {
	background: #00f;
}
.social-icon-box > li.tumblr {
	background: #334e6b;
}
.social-icon-box > li.stumbleupon {
	background: #1cb730;
}
.social-icon-box > li.dribble {
	background: #ec4a89;
}
.elementor-element .posts-thumb-full .post-info-full .post-meta,
.elementor-element .posts-thumb-full .post-info-full .post-meta time {
	color: #fff !important;
}

/* Review Update */

.list-entry-post-footer {
	margin-top: 25px;
}

.entry-blog-list-left .category-meta-bg {
	top: 25px;
	left: 25px;
}
.post-overaly-style a.overlay-link {
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
}
.post-overaly-style.contentTop .post-content {
	z-index: 4;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	display: none !important;
}
