/*
Theme Name: Sento Business
Text Domain: sento-business
Template: sento
Version: 1.0.9
Requires at least: 5.0
Tested up to: 5.7
Requires PHP: 5.6
Description: Sento Business 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.
Tags: one-column, two-columns, three-columns, right-sidebar, left-sidebar, custom-header, custom-menu, full-width-template, theme-options, threaded-comments, featured-images, post-formats, sticky-post, translation-ready, flexible-header, custom-background, grid-layout, footer-widgets, blog, e-commerce, photography, rtl-language-support
Author: Think Up Themes
Author URI: https://www.thinkupthemes.com
Theme URI: https://www.thinkupthemes.com/free/sento-free/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Services */

/* Pre Header */
#pre-header {
	background: #fff;
	border-bottom: 1px solid #EEE;
}
#pre-header .header-links li a {
	background: #fff;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
    color: #F47E3E;
}
#pre-header .header-links .sub-menu {
	border: 1px solid #EEE;
}
#pre-header .header-links .sub-menu a:hover {
    color: #F47E3E;
}

/* Header */
#header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f107";
	font-size: 90%;
	font-family: FontAwesome;
	padding-left: 6px;
}

/* Pre Header - Search */
#pre-header-search {
	font-size: 12px;
}
#pre-header-search .search {
	color: #B3B3B3;
	background: none;
	border-left: 1px solid #eee;
	border-right: 1px solid #eee;
}
#pre-header-search .fa-search {
	font-size: inherit;
	color: #B3B3B3;
}

/* Pre-Header Search placeholder text color */
#pre-header-search ::-webkit-input-placeholder { color: #B3B3B3; }
#pre-header-search :-moz-placeholder { color: #B3B3B3; }
#pre-header-search ::-moz-placeholder { color: #B3B3B3; }
#pre-header-search :-ms-input-placeholder { color: #B3B3B3; }

/* Intro */
#intro {
	padding: 5px 5px;
}

/* Blog */
.blog-article .entry-meta {
	border-top: 1px solid #f3f3f3;
	border-bottom: 1px solid #f3f3f3;
	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: #3d3d3d;
}
.blog-article .entry-meta i {
	color: #c9c9c9;
}

/* Blog - Sticky Post */
.blog-article.sticky .entry-content.comment-icon .fa-comments {
	background: #fff;
}

/* 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;
}

/* Posts & Pages */

/* Pagination */
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
	color: #fff;
	border: 1px solid #333;
	background: #333;
}
.navigation.pagination .nav-links .dots {
	vertical-align: bottom;
	line-height: 30px;
}	
.navigation.pagination .nav-links .dots,
.navigation.pagination .nav-links .dots:hover {
	color: #888;
	background: #fff;
	border-color: #fff;
}

/* Sidebars */
#sidebar .widget {
}
#sidebar h3.widget-title {
	display: block;
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
#sidebar h3.widget-title:before,
#sidebar h3.widget-title:after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: "";
}
#sidebar h3.widget-title:before {
	z-index: 1;
	width: 100px;
	border-bottom: 2px solid #F47E3E;
}
#sidebar h3.widget-title:after {
	width: 100%;
	border-bottom: 2px solid #eee;
}
#sidebar .widget_tag_cloud a {
}
#sidebar .widget_tag_cloud a:hover { 
}

/* Left Sidebar Layout */
.layout-sidebar-left #sidebar-core {
	border-right: 1px solid #eee;
	margin-right: 20px;
	padding-right: 30px;	
}

/* Right Sidebar Layout */
.layout-sidebar-right #sidebar-core {
	border-left: 1px solid #eee;
	margin-left: 20px;
	padding-left: 30px;	
}

/* Footer */
#footer-core h3 {
	text-transform: none;
    border-bottom: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

/* Responsive */

