/*
Theme Name: Alante eShop
Template: alante
Text Domain: alante-eshop
Version: 1.0.1
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.0
Description: Alante eShop 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: https://www.thinkupthemes.com/free/alante/
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Pre Header Style */
#pre-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
  color: #1e1e1e;
  background-color: transparent;
}
#pre-header .header-links li a:hover,
#pre-header-social li a:hover {
  color: #d33d33;
  background-color: transparent !important;
}

/* Header Style */
#header .menu > li > a {
  color: #1e1e1e;
}
#header .menu > li > a::before {
  content: "";
  width: 0%;
  height: 1px;
  background-color: #1e1e1e;
  position: absolute;
  left: 10%;
  bottom: 30px;
  transition: all 0.3s;
}
#header .menu > li > a:hover::before {
  width: 80%;
}
#header .menu > li.current_page_item > a,
#header .menu > li.current-menu-ancestor > a,
#header .menu > li.menu-hover > a,
#header .menu > li > a:hover {
  box-shadow: none;
  color: #1e1e1e;
}
#header .header-links .sub-menu {
  background-color: #000;
  border: none !important;
}
#header .header-links .sub-menu .sub-menu {
  top: 0px;
  background-color: #111;
}
#header .header-links .sub-menu a {
  color: #fff;
  border-bottom: none;
}

/* Introduction Style */
#introaction,
#outroaction {
  border: none;
  background: #fff;
}
#introaction-core,
#outroaction-core {
  background-color: #f7f7f7;
  padding: 60px 45px;
  border: none;
  border-radius: 30px;
  position: relative;
}
#introaction-core::before,
#outroaction-core::before {
  content: "";
  background-image: url(./images/cta-dec.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.action-shadow {
  display: none;
}
#introaction-core h3,
#outroaction-core h3 {
  font-size: 44px;
}
#introaction-core .themebutton,
#outroaction-core .themebutton {
  background-color: transparent;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
}
#introaction-core .themebutton:hover,
#outroaction-core .themebutton:hover {
  background-color: #d33d33;
  border-color: #d33d33;
  color: #fff;
  opacity: 1;
}

/* Featured Style */
.services-builder.style1 {
  background: #fff;
  border: none;
  text-align: left;
}
.services-builder.style1 .iconmain {
  padding: 0px;
  margin-top: 25px;
}
.services-builder .iconmain h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
}
.services-builder.style1 .iconmain .iconurl a {
  background-color: transparent;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-transform: uppercase;
  padding: 6px 20px;
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
}
.services-builder.style1 .iconmain .iconurl a:hover {
  opacity: 1;
  border-color: #d33d33;
  background-color: #d33d33;
  color: #fff;
}

/*Footer Style */
#footer {
  background-color: #000;
  border-top: none;
  border-bottom: none;
  padding: 60px 0px;
}
#footer .wp-block-heading {
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
}
#footer input[type="search"] {
  border-bottom: 1px solid #fff;
  border-left: none !important;
  border-right: none !important;
  box-shadow: none;
  border-top: none !important;
  color: #fff;
  background-color: transparent;
}
#footer .widget_tag_cloud a {
  background-color: rgba(250, 250, 250, 0.1);
  border: none;
  font-size: 13px !important;
  text-transform: capitalize;
}
#footer .widget_tag_cloud a:hover {
  background-color: #d33d33;
  opacity: 1;
}

/* Sub-footer Style */
#sub-footer {
  background: #000;
  border-top: 1px solid rgba(250, 250, 250, 0.1);
}

/* Page Intro Style */
#intro.option1 {
  background-color: #f7f7f7;
  padding: 50px 0px;
  border: none;
}
#intro.option1 #intro-core {
  background: transparent;
  border: none;
  padding: 0px;
  text-align: left;
}
#intro.option1 .page-title {
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 600;
}

/* Blog Posts Style */
.blog-article {
  border: none;
  margin: 0px 0px 50px 0px;
}
.blog-article .entry-content {
  padding: 0px;
}
.blog-article .blog-thumb {
  padding: 0px;
  margin: 0px;
}
.blog-article .entry-footer {
  padding: 0px;
}
.has-post-thumbnail .entry-content {
  margin-top: 30px;
}
.blog-article .blog-title {
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 600;
}
.blog-article .blog-title:hover {
  color: #d33d33;
}
.blog-article .more-link {
  text-align: left;
}
.blog-article .more-link i {
  display: none;
}
.blog-article .more-link a {
  color: #1e1e1e;
  text-transform: uppercase;
  background: transparent !important;
  font-weight: 600;
  border-bottom: 1px solid #1e1e1e;
}
.blog-article .more-link span {
  background: #fff;
}
.blog-article .more-link a:hover span {
  right: 0px;
  background-color: #fff;
  color: #d33d33;
}
.nav-links {
  text-align: center;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  background-color: transparent;
  border: none;
  color: #aaa;
  font-size: 14px;
  font-weight: 600;
}
.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: transparent;
  color: #d33d33;
}

/* Sidebar Style */
.widget_search form {
  padding: 0px;
  border: none;
}
.wp-block-search__label {
  display: none;
}
#sidebar input[type="search"] {
  background-color: #f7f7f7;
  border: none;
  box-shadow: none;
}
#sidebar .wp-block-heading {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}
#sidebar .widget li a {
  padding: 0px;
  color: #1e1e1e;
}
#sidebar .widget li a:hover {
  color: #d33d33;
}
#sidebar .widget li {
  border-bottom: none;
  margin-bottom: 8px;
}
#sidebar .widget li:last-child {
  margin-bottom: 0px;
}
#sidebar .widget ul {
  border-width: 0px;
  border-color: transparent;
}
#sidebar .widget_tag_cloud a {
  border: none;
  background-color: #f7f7f7;
  text-transform: capitalize;
  font-size: 13px !important;
  color: #1e1e1e;
}
#sidebar .widget_tag_cloud a:hover {
  background-color: #d33d33;
  color: #fff;
}

/* Single Post Style */
#nav-above,
#nav-below {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding: 25px 0px;
}
.nav-previous a,
.nav-next a {
  background-color: transparent;
  border: 1px solid #1e1e1e;
  color: #1e1e1e;
  text-transform: uppercase;
  text-decoration: none !important;
  font-weight: 600;
}

/* Comments & Reply Style */
#comments-title,
#reply-title {
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 600;
}
.commentlist article {
  border-color: #eee;
  border-width: 0px 0px 1px 0px;
  padding: 0px;
}
#respond textarea {
  border: 1px solid #1e1e1e;
}
#respond input[type="submit"] {
  text-transform: uppercase;
  font-weight: 600;
}
#respond input[type="submit"]:hover {
  background-color: #1e1e1e;
  opacity: 1;
}

