/*
Theme Name: Sento Dark
Text Domain: sento-dark
Template: sento
Version: 1.0.5
Requires at least: 5.0
Tested up to: 6.4
Requires PHP: 7.0
Description: Sento Dark is the free version of the multi-purpose professional theme (Sento Pro) ideal for a business or blog website. The theme has a responsive layout, HD retina ready and comes with a powerful theme options panel with can be used to make awesome changes without touching any code. The theme also comes with a full width easy to use slider. Easily add a logo to your site and create a beautiful homepage using the built-in homepage layout. Compatible with WooCommerce, WPML, Polylang, Flat Parallax Slider, Photo Gallery and Travel Map, Elementor, Page Builder, Beaver Builder, Visual Composer, SiteOrigin, Divi, etc. It's a perfect theme for small businesses (restaurants, wedding planners, sport/medical shops), startups, corporate businesses, online agencies and firms, portfolios, ecommerce (WooCommerce), and freelancers.
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, editor-style, featured-images, featured-image-header, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, portfolio, rtl-language-support
Author: Think Up Themes
Author URI: https://www.thinkupthemes.com
Theme URI:
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Pre Header */
#pre-header {
	background: #1e1e1e;
	border-bottom: none;
}
#pre-header .header-links li a {
	background: #1e1e1e;
	color: #fff;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
    background-color: #292929;
}
#pre-header .header-links .sub-menu {
	border: 1px solid #EEE;
}
#pre-header .header-links .sub-menu a:hover {
    color: rgba(250,250,250,0.5);
}
#pre-header-social li a {
	width: 40px;
	height: 40px;
	background-color: transparent;
	margin: 0px;
	border-radius: 0px;
	color: #fff;
}
#pre-header-social li a:hover {
	background: #292929!important;
}

/* Pre Header - Search */
#pre-header-search {
	font-size: 12px;
}
#pre-header-search .search {
	color: #fff;
	background: rgba(250,250,250,0.25);
}
#pre-header-search .fa-search {
	font-size: inherit;
	color: #fff;
}

/* Pre-Header Search placeholder text color */
#pre-header-search ::-webkit-input-placeholder { color: #fff; }
#pre-header-search :-moz-placeholder { color: #fff; }
#pre-header-search ::-moz-placeholder { color: #fff; }
#pre-header-search :-ms-input-placeholder { color: #fff;
}

/* Header */
#header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-size: 90%;
	font-family: FontAwesome;
	padding-left: 6px;
}
.slider-full #header-links,
.header-style2 #header-links {
	background-color: #1e1e1e;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	background-color: #1e1e1e;
	border: none;
}
.header-style2 #header .header-links .sub-menu {
	border-top: 1px solid #292929;
}
.header-style2 #header .header-links > ul > li > a {
	color: #fff;
}
.header-style2 #header .header-links > ul > li > a:hover {
	color: #f78e55;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
	color: #fff;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	border: none;
}
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu .current-menu-item a {
	color: rgba(250,250,250,0.5);
}
.header-style2 #header .main-navigation .sub-menu .sub-menu {
	border-left: 1px solid #292929;
}

/* Call to Action */
#introaction {
	background-color: #1e1e1e;
	padding: 60px;
}
#introaction-core,
#outroaction-core {
	position: relative;
	padding: 30px;
	background: #292929;
}
#introaction-core:after,
#outroaction-core:after {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #2e2e2e;
	left: 0px;
	bottom: 0px;
}
#introaction-core:before,
#outroaction-core:before {
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #2e2e2e;
	right: 0px;
	bottom: 0px;
}
.action-text h3,
.action-teaser {
	color: #fff;
}
.action-link a {
	background-color: #fff;
	color: #f78e55;
}

/* Featured Style */
#section-home .section {
	box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
}
#section-home .entry-content {
	padding: 30px;
	background-color: #1e1e1e;
	box-shadow: none;
	border-top: 3px solid #3e3e3e;
	position: relative;
}
#section-home .entry-content:after,
#section-home .entry-content:after {
	content: '';
	position: absolute;
	width: 50px;
	height: 50px;
	background-color: #2e2e2e;
	right: 0px;
	bottom: 0px;
}
#section-home h3,
#section-home p {
	color: #fff;
}
#section-home .more-link {
	margin-top: 0px;
}
#section-home .more-link a {
	background-color: #f78e55;
	color: #fff;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 600;
	border-radius: 2px;
}
#section-home .more-link a:hover {
	background-color: #1e1e1e;
	color: #f78e55;
}
#section-home p.more-link {
	margin-bottom: 0px;
	margin-top: 30px;
}

/* Blog */
.blog-article,
.blog-article .entry-content {
	background-color: #1e1e1e !important;
}
.blog-article {
	margin: 15px;
	padding: 20px;
	background-color: #1e1e1e;
	border-top: 3px solid #3e3e3e;
}
.blog-article .blog-title {
	color: #fff;
}
.blog-article .entry-meta > span:before {
	color: #F47E3E;
}
.blog-article .entry-meta {
	border-top: 1px solid #3e3e3e;
	border-bottom: 1px solid #3e3e3e;
	padding: 10px 0 5px 0;
}
.blog-article .more-link a {
    color: #FFF;
    font-weight: 600;
    text-transform: uppercase;
    background: #F47E3E;
    border: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    -o-border-radius: 2px;
    border-radius: 2px;
}
.blog-article .more-link a:hover {
	background: #1e1e1e;
	color: #f78e55;
}
.blog-article .entry-meta i {
	color: #c9c9c9;
}
.blog-article .entry-meta > span.date {
	top: 20px;
	left: 20px;
}
.entry-content p.more-link {
	margin-bottom: 10px;
}

/* Post Navigation */
.nav-previous a,
.nav-next a {
	background: #fff;
}
.nav-previous a:hover .meta-nav,
.nav-next a:hover .meta-nav {
	padding: 0;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
	display: none;
}

/* Author Bio */
#author-bio {
	background: #fff;
}
#author-bio img {
	background: none;
	border: none;
	padding: 0;
}

/* Pagination */
.pag li a,
.pag li span {
	color: #777;
	border: none;
	background: #f7f7f7;
}

/* Main */
#main h1,
#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	color: #fff;
}

/* Sidebars */
#sidebar .widget {
	padding: 20px;
	background-color: #1e1e1e;
	position: relative;
}
#sidebar .widget_search:after {
	display: none;
}
#sidebar .widget:after {
	width: 40px;
	height: 40px;
	background-color: #262626;
	right: 0;
	top: 0;
	position: absolute;
	content: '';
}
#sidebar h2 {
	color: #fff;
	display: block;
	position: relative;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 700;
	margin-bottom: 15px;
}
#sidebar .widget_tag_cloud a {
	padding: 5px;
	background-color: #f7f7f7;
}
#sidebar .widget_tag_cloud a:hover {
	color: #fff;
	background-color: #f78e55;
}
#sidebar .widget_recent_entries ul li span {
	display: block;
	color: #aaa;
}

/* Left Sidebar Layout */
.layout-sidebar-left #sidebar-core {
	margin-right: 20px;
	padding-right: 30px;
}

/* Footer */
#footer {
	background-color: #1E1E1E;
	border-top: 3px solid #292929;
}
#footer a {
	color: #777;
}
#footer a:hover {
	color: #f78e55;
}
#footer-core h2 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}
#footer .widget_search .search {
	background-color: #eee;
	border: none;
	color: #777;
}
#footer .widget ul li {
	border-bottom: 1px solid #3e3e3e;
}
#footer .widget ul li:last-child {
	border-bottom: none;
}
#footer .widget_recent_comments ul li,
#footer .widget_recent_entries ul li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}
#footer .widget_recent_entries ul li span {
	display: block;
}
#footer .widget_tag_cloud a {
	padding: 5px;
	background-color: #3e3e3e;
}
#footer .widget_tag_cloud a:hover {
	color: #fff;
	background-color: #f78e55;
}
#footer .wp-block-search .wp-block-search__input {
	background-color: #3e3e3e;
}
#sub-footer {
	background-color: #1e1e1e;
	border-top: 1px solid #3e3e3e;
}
#sub-footer a {
	color: #777;
}
#sub-footer a:hover {
	color: #f78e55;
}

/* Page Intro */
#intro {
	background-color: #292929;
	padding: 25px 25px;
}
#intro #intro-core {
	display: inline-block;
	width: auto;
	background-color: #1e1e1e;
	padding: 30px 80px;
	border-radius: 10px;
}
#intro .page-title,
#intro #breadcrumbs,
#intro #breadcrumbs a {
	color: #fff;
}
#intro #breadcrumbs a:hover {
	color: rgba(250,250,250,0.5);
}

/* Single Post Style */
.single .post-title {
	color: #fff;
}
.single article.post {
	box-shadow: 0px 0px 15px rgba(0,0,0,0.1);
	padding: 20px;
	border-top: 3px solid #3e3e3e;
	background-color: #1e1e1e;
}
.single .entry-meta > span.date {
	top: 20px;
	left: 20px;
}
#nav-above,
#nav-below {
	border: none;
}
.nav-previous a,
.nav-next a {
	background-color: #1e1e1e;
	color: #777;
}

/* Comments & Leave Comment */
.commentlist,
#respond form  {
	border: none;
	background-color: #1e1e1e;
	padding: 20px;
}
.comment-content h1,
.comment-content h2,
.comment-content h3,
.comment-content h4,
.comment-content h5,
.comment-content h6,
.comment-author h4 {
	color: #fff;
}
#comments-title h3,
#reply-title {
	padding: 20px;
	background-color: #1e1e1e;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	margin-bottom: 0;
	position: relative;
}
#comments-title h3::after,
#reply-title:after {
	position: absolute;
	width: 40px;
	height: 40px;
	background-color: #262626;
	right: 0;
	top: 0;
	content: '';
}
#comments-title h3:before,
#reply-title:before {
	display: none;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	background-color: #3e3e3e;
	border: none;
}
input[type=text]:focus,
 input[type=email]:focus,
 input[type=password]:focus,
 input[type=search]:focus,
 input[type=tel]:focus,
 select:focus,
 textarea:focus {
 	background-color: #3e3e3e;
}

