/*
Theme Name:        Shuttle Future
Text Domain:	   shuttle-future
Template:          shuttle
Version:           1.0.0
Requires at least: 5.0
Requires PHP:      5.6
Tested up to:      6.9
Description:       Shuttle Future is designed for professional and amateur web developers. It's great for creating a website for businesses, from small to large companies. Suitable for a wide range of niches, including startups to corporates and even eCommerce sites. It had a multi-purpose design with widget areas in footer, so now even easy to make blog / news website which looks really clean and professional. The theme is responsive and fully compatible with popular translation plugins. Shuttle is fast and lightweight and can be used for any type of website, fully compatible with eCommerce plugins like WooCommerce. Whether you are building a website for yourself, your business or are a freelancer building websites for your cliente, Shuttle is the perfect choice.
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:            Shuttle Themes
Author URI:        https://www.shuttlethemes.com
Theme URI:         https://shuttlethemes.com/features-shuttle-future/
License:           GPLv2 or later
License URI:       https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Sub-header Style */
#pre-header {
  background-color: #13aff0;
}
#pre-header .header-links li a,
#pre-header-social li,
#pre-header-social li a {
  color: #fff;
  font-weight: 500;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
  color: #fff;
  opacity: 0.8;
}
#pre-header-social li:last-child > a,
#pre-header-social li:last-child {
  border-right: none;
}
#pre-header-social li a {
  border-left: none;
}
#pre-header .header-links .sub-menu a {
  color: #3e3e3e;
}

/* Header Style */
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
  border-radius: 0px;
  border-top: 2px solid #13aff0;
  border-left: none;
  border-right: none;
  border-bottom: none;
  padding: 5px 0px;
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.15);
}
#header .header-links .sub-menu .sub-menu,
#header-sticky .header-links .sub-menu .sub-menu {
  top: -7px;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
  color: #3e3e3e;
  font-weight: 500;
}

/* Cta Style */
#introaction-core,
#outroaction-core,
.sc-action-core {
  background-color: #0d4258;
  border-radius: 15px;
  padding: 60px 45px;
}
.action-text h3,
.action-teaser p {
  color: #fff;
}
.action-link a {
  border-radius: 5px;
  border: 1px solid #fff;
  background-color: transparent;
  font-weight: 400;
  transition: all 0.3s;
}
.action-link a:hover {
  background-color: #13aff0;
  border-color: #13aff0;
  color: #fff;
}

/* Featured Style */
.services-builder.style1 .iconmain {
  padding: 30px 0px 0px 0px;
}
#section-home {
  background-color: #ecf0f2;
  padding: 40px 0px;
}
.services-builder.style1 {
  text-align: left;
}
.services-builder.style1 .iconimage {
  border-radius: 10px;
  overflow: hidden;
}
#section-home-inner .services-builder {
  padding: 30px;
  border-radius: 10px;
  border: none;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
}
.services-builder.style1 .iconurl {
  position: absolute;
  right: 30px;
  bottom: -20px;
}
.services-builder.style1 .iconurl a {
  text-decoration: none !important;
  text-transform: uppercase;
  font-weight: 400;
}
.services-builder.style1 .iconurl a:hover {
  background-color: #0d4258;
}

/* Footer style */
#footer {
  background-color: #0d4258;
}
#footer .wp-block-heading {
  font-size: 18px;
  color: #fff;
}
#footer .widget li a {
  color: #fff;
  text-decoration: none !important;
}
#footer .widget li a:hover {
  color: #13aff0;
}
#footer-core,
#footer-core p {
  color: #ddd;
}
#footer .widget_tag_cloud a {
  background-color: #e6ecee;
  color: #3e3e3e;
  border-radius: 5px;
}
#footer .widget_tag_cloud a:hover {
  background-color: #13aff0;
  color: #fff;
}
#footer input[type="search"] {
  border: 1px solid #fff;
  background-color: rgba(250, 250, 250, 0.1);
  border-radius: 5px;
  color: #fff;
}
#footer button {
  transition: all 0.3s;
}
#footer button:hover {
  background-color: #fff;
  color: #13aff0;
}

/* Sub footer style */
#sub-footer {
  background-color: #0d4258;
  color: #fff;
  border-top: 1px solid rgba(250, 250, 250, 0.15);
}
#sub-footer a {
  color: #fff;
}
#sub-footer a:hover {
  color: #13aff0;
}

/* Page heading style */
#intro {
  background-image: url(./images/heading-bg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 60px 0px;
  border-radius: 0px;
  margin: 0px;
  text-align: left;
}
#intro .page-title > span {
  background: transparent;
}

/*Side Bar Style */
#sidebar .widget {
  margin-bottom: 30px;
  border-radius: 10px;
  background-color: #fff;
  padding: 25px 30px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#sidebar .wp-block-heading {
  font-size: 20px;
  margin-bottom: 10px;
}
.wp-block-search__label {
  display: none;
}
#sidebar input[type="search"] {
  background-color: #e6ecee;
  border-radius: 5px;
}
.wp-block-search__button {
  transition: all 0.3s;
}
.wp-block-search__button:hover {
  background-color: #0d4258;
}
#sidebar .widget li a {
  color: #1e1e1e;
  text-decoration: none !important;
}
#sidebar .widget li a:hover {
  color: #13aff0;
}
#sidebar .widget_tag_cloud a {
  background-color: #e6ecee;
  color: #3e3e3e;
  border-radius: 5px;
}
#sidebar .widget_tag_cloud a:hover {
  background-color: #13aff0;
  color: #fff;
}

/* Blog Posts Style */
.blog-style2 #content {
  background: #fff;
}
.blog-article.sticky,
.blog-style2 .blog-article {
  background-color: #fff;
  background: #fff !important;
  border-radius: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 30px;
}
.blog-article.sticky .blog-title a {
  color: #1e1e1e;
}
.blog-article.sticky {
  color: #3e3e3e;
}
.blog-style2 .blog-article .entry-content {
  text-align: left;
}
.blog-article .more-link a {
  padding: 10px 25px;
  font-size: 14px;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
.blog-article .more-link a:hover {
  background-color: #0d4258;
}
.blog-thumb img,
.blog-article .blog-thumb {
  width: 100%;
  border-radius: 10px;
}
.has-post-thumbnail .entry-meta > span.date {
  position: absolute;
  right: 50px;
  top: 60px;
  background-color: rgba(19, 175, 240, 0.5);
  padding: 5px 10px;
  color: #fff;
  border-radius: 7px;
}
.has-post-thumbnail .entry-meta > span.date a {
  color: #fff;
}
.blog-style2 .blog-article .entry-content {
  padding: 0px 0px 0px 0px;
}
.blog-style2 .has-post-thumbnail .entry-content {
  padding: 30px 0px 0px 0px;
}
.blog-article .more-link {
  margin-bottom: 0px !important;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
  background-color: #caefff;
  color: #1e1e1e;
  border: none;
}

/* Single Post Style */
#nav-above,
#nav-below {
  background-color: #caefff;
  padding: 30px;
  border-radius: 10px;
}
.nav-previous a,
.nav-next a {
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-decoration: none !important;
  transition: all 0.3s;
}
.nav-previous a:hover,
.nav-next a:hover {
  background-color: #0d4258;
}

/* Comments & Leave Comment Style */
#comments-title h3,
#reply-title {
  text-align: left;
  font-weight: 700;
  color: #1e1e1e;
  text-transform: capitalize;
  font-size: 20px;
}
.commentlist article,
.comment-content {
  text-align: left;
}
#commentform input[type="submit"] {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.5px;
  transition: all 0.3s;
}
#commentform input[type="submit"]:hover {
  background-color: #0d4258;
}
.comment-respond .form-submit {
  text-align: left;
}
