/*
Theme Name: Alante iBusiness
Template: alante
Text Domain: alante-ibusiness
Version: 1.0.0
Requires at least: 5.0
Tested up to: 6.9
Requires PHP: 7.0
Description: Alante iBusiness 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: #d33d33;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a,
#pre-header-search input {
  color: #fff;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
  color: #fff;
  opacity: 0.75;
  background-color: transparent;
}
#pre-header .header-links .sub-menu {
  background-color: #04141d;
  border: none;
}
#pre-header .header-links .sub-menu .sub-menu {
  top: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
#pre-header .header-links .sub-menu a {
  border-bottom: none;
}
#pre-header-social li a {
  background: transparent;
}
#pre-header-social li a:hover {
  background: transparent !important;
  color: #fff;
  opacity: 0.75;
}

/* Header Style */
#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;
}
#header .header-links .sub-menu {
  border: none;
  background-color: #04141d;
  box-shadow: none;
}
#header .header-links .sub-menu a {
  border-bottom: none;
  color: #fff;
}
#header .header-links .sub-menu .sub-menu {
  top: 0px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}

/* Introduction Style */
#introaction,
#outroaction {
  background: #fff;
  padding: 60px 0px;
}
.action-shadow {
  display: none;
}
#introaction-core,
#outroaction-core {
  background-color: #04141d;
  padding: 60px 45px;
}
#introaction-core h3,
#outroaction-core h3 {
  color: #fff;
  font-size: 44px;
  margin-bottom: 15px;
}
.action-text h3,
.action-text p,
.attention_text h3,
.attention_text p {
  color: #fff;
}

/* Featured Style */
#section-home {
  background-color: #f1f3f4;
  padding: 60px 0px;
}
.services-builder.style1 {
  background-color: #fff;
  border: none;
  text-align: left;
}
.services-builder .iconmain h3 {
  font-size: 20px;
}
.services-builder.style1 .iconimage {
  margin: 0px;
}
.services-builder.style1 .iconmain {
  padding: 30px;
}
.services-builder.style1 p {
  margin-bottom: 30px;
  display: inline-block;
}
.services-builder.style1 .iconmain .iconurl a {
  background-color: #d33d33;
  color: #fff;
  padding: 10px 20px;
  color: #fff;
  font-weight: 700;
}
.services-builder.style1 .iconmain .iconurl a:hover {
  background-color: #04141d;
  color: #fff;
  opacity: 1;
}

/*Footer Style */
#footer {
  background-color: #04141d;
  border: none;
  padding: 40px 0px;
}
#footer .wp-block-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
}
#footer .wp-block-heading::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #d33d33;
  content: "";
  left: 0;
  top: 8px;
}
#footer input[type="search"] {
  background-color: rgba(255, 255, 255, 0.1);
}
#footer .widget_tag_cloud a {
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 13px !important;
}
#footer .widget_tag_cloud a:hover {
  background-color: #d33d33;
  color: #fff;
  opacity: 1;
}

/* Sub-footer Style */
#sub-footer {
  background: #04141d;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}

/* Page Intro Style */
#intro.option1 {
  background-image: url(./images/heading-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 80px 0px;
}
#intro.option1 #intro-core {
  background: transparent;
  border: none;
}
#intro.option1 .page-title {
  color: #fff;
  font-size: 42px;
  text-align: left;
  font-weight: 800;
}

/* Blog Posts Style */
.blog-article .blog-thumb {
  margin: 0px;
}
.blog-article .blog-title {
  font-size: 28px;
  font-weight: 700;
}
.blog-article .more-link {
  text-align: left;
}
.blog-article .more-link i {
  display: none;
}
.blog-article .more-link a {
  color: #d33d33;
  border: 1px solid #d33d33;
  padding: 8px 15px;
}
.blog-article .more-link span {
  background: transparent;
}
.blog-article .more-link a:hover span {
  right: 0px;
  background: transparent;
}
.blog-article .more-link a:hover {
  background-color: #d33d33;
}
.entry-meta i {
  color: #d33d33;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #ddd;
  font-weight: 700;
}

/* Sidebar Style */
#sidebar .wp-block-heading {
  font-size: 16px;
  text-transform: uppercase;
  color: #1e1e1e;
  font-weight: 700;
  position: relative;
  padding-left: 18px;
  margin-bottom: 20px;
}
#sidebar .wp-block-heading::before {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #d33d33;
  content: "";
  left: 0;
  top: 8px;
}
#sidebar .widget {
  background-color: #f5f6f7;
  padding: 20px 30px 30px 30px;
}
.widget_search form {
  border: none;
  padding: 0px;
}
.widget ul {
  border: none;
}
.widget li {
  margin-bottom: 12px;
  border: none;
}
.widget li:last-child {
  margin-bottom: 0px;
}
.widget li a {
  font-weight: 600;
  padding: 0px;
  color: #1e1e1e;
}
.widget li a:hover {
  color: #d33d33;
}
#sidebar .widget_tag_cloud a {
  border: none;
  color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0.05);
  font-size: 13px !important;
}
#sidebar .widget_tag_cloud a:hover {
  background-color: #d33d33;
  color: #fff;
  opacity: 1;
}

/* Single Post Style */
#nav-above,
#nav-below {
  background-color: #fdf5f5;
  padding: 20px;
}
.nav-next a,
.nav-previous a {
  border: 1px solid #d33d33;
  color: #d33d33;
  text-decoration: none !important;
  background-color: transparent;
}
.nav-next a:hover,
.nav-previous a:hover {
  background-color: #d33d33;
  color: #fff;
  border-color: #d33d33;
}

/* Comments & Reply Style */
#comments-title,
#reply-title {
  font-size: 24px;
  font-weight: 700;
}
#commentform input[type="text"],
#commentform #comment {
  margin: 0px;
  border: 1px solid #eee;
}
.themebutton2,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  font-weight: 700;
  transition: all 0.3s;
}
.themebutton2:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background-color: #1e1e1e;
  color: #fff;
  opacity: 1;
}

