/*!
Theme Name: salkantayexpeditions
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: salkantayexpeditions
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

.responsive-tabs__list
{
	gap:0rem !important;
}

.ubermenu-submenu
{
    background-color: rgba(0,0,0,.7) !important;
}
.text-shadow
{
    text-shadow: 1px 1px 0px #646464;
}
.line::after
{
    content: "";
    width: 150px;
    height: 8px;
    background-color: #c76632;
    position: relative;
    display: block;
    margin-top: 1rem;
}

.spages-aside ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    color: #cc6733;
  }
  .spages-aside ul li:nth-child(2n+1) {
    background-color: #eaeaea;
  }

  .blog-box:nth-child(1)
{
	width: calc(66.7% - 4px);
	display: block;
	float: left;
	margin: 2px;
}

.parallax h2 span {
  margin-bottom: 0.75rem !important;
  display: block !important;
  font-family: Oswald !important;
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
  font-weight: 600 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.blog-box:nth-child(2), .blog-box:nth-child(3),  .blog-box:nth-child(4), .blog-box:nth-child(5), .blog-box:nth-child(6)
{
    width: calc(33.3% - 4px);
	height: auto;
	display: block;
	float: left;
	margin: 2px;
}

.aligncenter {
  clear: both;
  margin: 0 auto;
}

.home-blog {
    bottom: 1px;
    text-align: center;
    width: 100%;
    background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0,0,0,0.9443978274903712) 0%, rgba(17, 17, 17, 0.82) 41%, rgba(83, 80, 80, 0.11) 100%);
  }