/*
Theme Name: Sento iNews
Text Domain: sento-inews
Template: sento
Version: 1.0.2
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.0
Description: Sento iNews is a free multi-purpose professional theme ideal for a magazine, 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. Fully compatible with popular page builders and plugins, including WooCommerce and multilingual plugins. It's a perfect theme for a wide range of businesses, from startups to corporations and everything in between.
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
*/

/* Accessibility */
a:focus {
	outline: 2px dotted #f4533e;
}

/* Pre Header */
#pre-header {
  background: #ff5f4d;
  background: linear-gradient(
    90deg,
    rgba(255, 95, 77, 1) 0%,
    rgba(246, 166, 28, 1) 100%
  );
}
#pre-header .header-links li a {
  background: transparent;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
  color: #fff;
}
#pre-header .header-links .sub-menu {
  border-top: none;
  background-color: #fff;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
#pre-header .header-links .sub-menu a {
  color: #535353;
}
#pre-header .header-links .sub-menu a:hover {
  color: #f47e3e;
}
.main-navigation .sub-menu .sub-menu {
  top: 0;
}

/* Header */
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
  text-transform: uppercase;
  font-weight: 700;
  color: #1e1e1e;
  font-size: 13px;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
  border: none;
  padding: 8px 0px;
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.main-navigation .sub-menu .sub-menu {
  top: -8px;
}
#header .sub-menu li,
#header-sticky .sub-menu li {
  border: none;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
  font-weight: 400;
  text-transform: capitalize;
  color: #535353;
  border-radius: 5px;
}
#header .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu a:hover {
  background-color: #edeef1;
  color: #535353;
}

/* Intro */
#introaction {
  padding: 60px 40px;
  background-color: #edeef1;
}
#introaction-core,
#outroaction-core {
  background-color: #fff;
  padding: 40px;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#introaction-core:after,
#outroaction-core:after {
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  content: "";
  background: #ff5f4d;
  background: linear-gradient(
    90deg,
    rgba(255, 95, 77, 1) 0%,
    rgba(246, 166, 28, 1) 100%
  );
  border-radius: 0px 0px 8px 8px;
}
.action-link a {
  border-radius: 5px;
  font-weight: 700;
}
.action-link a:hover {
  background-color: #1e1e1e;
}

/* Featured Style */
#section-home .section {
  background-color: #edeef1;
  border-radius: 8px;
}
#section-home .entry-header {
  border-radius: 8px 8px 0px 0px;
}
#section-home .entry-content {
  padding: 20px 30px;
}
#section-home .more-link {
  margin-top: 30px;
}
#section-home .more-link a {
  background-color: #f47e3e;
  color: #fff;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 8px;
  text-decoration: none;
}
#section-home .more-link a:hover {
  background-color: #1e1e1e;
}

/* Blog */
.blog-style1-layout2 .blog-article {
  margin: 10px 10px 25px 10px;
  border-radius: 8px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
.blog-article .entry-content {
  padding: 30px;
}
.has-post-thumbnail .entry-content {
  padding: 20px 30px 25px 30px;
}
.blog-style1-layout2 .blog-thumb {
  margin-bottom: 0px;
  border-radius: 8px 8px 0px 0px;
}
.blog-thumb img {
  width: 100%;
}
.blog-article p.more-link {
  margin-bottom: 0px;
}
.blog-article .entry-meta > span.date {
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  margin-bottom: -8px;
  padding: 0px;
}
.blog-article .entry-meta > span.date a {
  color: #545454;
  width: auto;
}
.blog-article .entry-meta > span.date a:hover span {
  color: #f47e3e !important;
}
.blog-article .entry-meta .date-day,
.blog-article .entry-meta .date-month,
.blog-article .entry-meta .date-year {
  display: inline-block;
  color: #545454;
}
.blog-article .entry-meta .date-day {
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}
.blog-article .entry-meta .date-month {
  font-size: 12px;
  text-transform: capitalize;
}
.blog-style1 .blog-article .entry-content.date-icon {
  padding-left: 30px;
}
.blog-article .more-link a {
  text-transform: capitalize;
  color: #f47e3e;
  background: none;
  font-weight: 700;
  border: none;
  padding: 0px;
}
.blog-article .more-link a::after {
  content: ">";
  margin-left: 5px;
}
.blog-article .more-link a:hover {
  color: #1e1e1e;
  background-color: transparent;
}

/* Pagination */
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  border-radius: 5px;
  border: none;
  background-color: #edeef1;
  color: #1e1e1e;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
  background-color: #f47e3e;
  color: #fff;
}

/* Sidebars */
#sidebar .widget input[type="text"],
#sidebar .widget input[type="email"],
#sidebar .widget input[type="password"],
#sidebar .widget input[type="search"],
#sidebar .widget input[type="tel"],
#sidebar .widget select,
#sidebar .widget textarea {
  background-color: #edeef1;
  border: none;
  border-radius: 5px;
}
.wp-block-search__button {
  font-weight: 700;
  border-radius: 5px;
}
.wp-block-search__label {
  display: none;
}
#sidebar .wp-block-heading {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#sidebar .wp-block-heading::after {
  width: 100%;
  height: 2px;
  background-color: #edeef1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#sidebar .wp-block-heading::before {
  width: 40px;
  height: 2px;
  background-color: #f47e3e;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 21;
}
#sidebar .widget a {
  color: #1e1e1e;
}
#sidebar .widget a:hover {
  color: #f47e3e;
}
.wp-block-latest-comments__comment {
  margin-bottom: 5px;
}
#sidebar .widget_tag_cloud a {
  background-color: #edeef1;
  border-radius: 5px;
  color: #545454;
  padding: 5px 8px;
}
#sidebar .widget_tag_cloud a:hover {
  background-color: #f47e3e;
  color: #fff;
}

/* Footer */
#footer {
  background-color: #fff;
  border-top: 1px solid #edeef1;
}
#footer .wp-block-heading {
  font-weight: 700;
  font-size: 16px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 20px;
}
#footer .wp-block-heading::after {
  width: 100%;
  height: 2px;
  background-color: #edeef1;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#footer .wp-block-heading::before {
  width: 40px;
  height: 2px;
  background-color: #f47e3e;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 21;
}
#footer-core a,
#footer-core .widget li > a:before {
  color: #545454;
}
#footer-core a:hover,
#footer-core .widget li > a:hover::before {
  color: #f47e3e;
}
#footer .widget_tag_cloud a {
  background-color: #edeef1;
  border-radius: 5px;
  color: #545454;
  padding: 5px 8px;
}
#footer .widget_tag_cloud a:hover {
  background-color: #f47e3e;
  color: #fff;
}
#footer .widget input[type="text"],
#footer .widget input[type="email"],
#footer .widget input[type="password"],
#footer .widget input[type="search"],
#footer .widget input[type="tel"],
#footer .widget select,
#footer .widget textarea {
  background-color: #edeef1;
  border: none;
  border-radius: 5px;
}
#sub-footer {
  background-color: #fff;
  border-top: 1px solid #edeef1;
}
#sub-footer,
#sub-footer a:hover {
  color: #f47e3e;
}
#sub-footer a {
  color: #1e1e1e;
}
#footer-menu li:after {
  color: #1e1e1e;
}

/* Page Intro */
#intro {
  background-color: #fff;
  border-top: 1px solid #edeef1;
  border-bottom: 1px solid #edeef1;
  text-align: left;
}
#intro .page-title {
  font-size: 36px;
  text-transform: capitalize;
  color: #1e1e1e;
}
#intro #breadcrumbs {
  color: #545454;
}

/* Single Post Style */
.single .entry-meta > span.date {
  position: relative;
  width: auto;
  height: auto;
  background: transparent;
  margin-bottom: -8px;
  padding: 0px;
}
.single .entry-meta > span.date a {
  color: #545454;
  width: auto;
}
.single .entry-meta > span.date a:hover span {
  color: #f47e3e !important;
}
.single .entry-meta .date-day,
.single .entry-meta .date-month,
.single .entry-meta .date-year {
  display: inline-block;
  color: #545454;
}
.single .entry-meta .date-day {
  font-size: 12px;
  font-weight: 400;
  margin-right: 4px;
}
.single .entry-meta .date-month {
  font-size: 12px;
  text-transform: capitalize;
}
.single .format-nomedia > .entry-header {
  padding-left: 0px;
}
#nav-above,
#nav-below {
  padding: 30px 0px;
}
.nav-previous a,
.nav-next a {
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none !important;
  border-radius: 5px;
  background-color: #edeef1;
  color: #1e1e1e;
}

/* Comments & Leave Comment */
#comments-title h3,
#reply-title {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 20px;
}
#comments-title h3:before,
#reply-title::before {
  display: none;
}
.commentlist .avatar {
  border-radius: 50%;
}
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="password"],
#respond input[type="search"],
#respond input[type="tel"],
#respond select,
#respond textarea {
  background-color: #edeef1;
  border-radius: 5px;
  color: #4a4a4a;
}
#respond input[type="text"]::placeholder,
#respond input[type="email"]::placeholder,
#respond input[type="password"]::placeholder,
#respond input[type="search"]::placeholder,
#respond input[type="tel"]::placeholder,
#respond select::placeholder,
#respond textarea::placeholder {
  color: #4a4a4a;
}
#commentform input[type="submit"] {
  border-radius: 5px;
  font-weight: 700;
  background-color: #f47e3e;
  text-transform: capitalize;
}
#commentform input[type="submit"]:hover {
  background-color: #1e1e1e;
}

