/*
Theme Name: Akatombo Normal
Theme URI: http://www.inbrackets.dev/themes/-theme
Author: Akatombo
Author URI: http://www.akatombo.no
Description: Akatombo is a template based on Bootstrap 5.3
Text Domain: akatombo
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-menu, custom-logo, featured-images, footer-widgets, theme-options, translation-ready, blog, right-sidebar, sticky-post, threaded-comments
*/

@import url('https://fonts.googleapis.com/css2?family=Baskervville:ital,wght@0,400..700;1,400..700&family=Kumbh+Sans:wght,YOPQ@100..900,300&display=swap');

/* ----------------------------------------------
Base Styles
---------------------------------------------- */
body {
    font-family: "Kumbh Sans", sans-serif;
    color: #333;
    font-size: 0.95rem;
    font-weight: 300;
    background-color: #fbfbf8;
}

h1, h2, h3 {
    font-family: "Baskervville", serif;
}

a {
    color: #cd8f58;
    text-decoration: none;
}

a:hover {
    color: #cd8f58;
    text-decoration: underline;
}

/* Typography */
p, ul li a, .nav-links a, .nav-links span {

}

embed, iframe, object {
    max-width: 100%;
}

/* Forms */
button, input, optgroup, select, textarea {
    background-color: #f6f6f6;
    padding: 5px 15px;
    border: 1px solid #e2e2e2;
    max-width: 100%;
}

/* ----------------------------------------------
Layout
---------------------------------------------- */
.content-area {
    min-height: 80vh;
    padding-top: 150px;
    padding-bottom: 100px;
}

.home .content-area,
.page-template-template-home-php .content-area {
    min-height: 500px;
    padding: 0;
}

.py-150 {
    padding-top: 150px;
    padding-bottom: 150px;
}

.py-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}


/* ----------------------------------------------
Header
---------------------------------------------- */
header .top-bar {
    background-color: #fbfbf8;
    padding: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    
    transition: 0.5s;
}

.home header .top-bar {
    background: #ffffff;
    background: linear-gradient(256deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0) 51%, rgba(255, 255, 255, 0.79) 100%);
}

header .top-bar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    /* From https://css.glass */
    background: rgba(255, 255, 255, 0.18);
    border-radius: 16px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    z-index: 500;
    box-shadow: -2px -6px 15px 11px rgba(0, 0, 0, 0.06);
    padding-right: 15px;
}

header .brand {
    padding: 10px 15px 10px 30px;
}

header .brand img {
    max-width: 150px;
    height: auto;
    transition: 0.5s;
}

header .top-bar-sticky .brand {
    padding: 0px 15px 0px 30px;
}

header .top-bar-sticky .brand img {
    max-width: 100px;
}

/* Site Title */
header p.site-title {
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #000;
    font-weight: 600;
    margin: 0;
}

/* ----------------------------------------------
Main Menu
---------------------------------------------- */
.main-menu {
    padding: 0;
    padding-right: 50px;
}

.main-menu ul {
    padding: 0;
    margin: 0;
    font-size: 14px;
    font-weight: 600;
}

.main-menu ul li {
    display: inline;
}

.main-menu > ul li a,
.navbar-light .navbar-nav .nav-link {
    color: #515b69;
    text-decoration: none;
    padding: 7px 20px;
    font-weight: 600;
}

.main-menu > ul li a:hover,
.navbar-light .navbar-nav .nav-link:hover {
    color: #009197;
}

.main-menu .navbar-toggler {
    border: none;
    padding-right: 0;
}

.main-menu .navbar-toggler-icon {
    background-image: url('img/hamburger-menu.svg');
}

/* Dropdown */
.main-menu ul li ul {
    background-color: #fff;
}

.main-menu ul li ul li a {
    padding: 1rem;
    color: #333;
}

.main-menu .dropdown:hover > .dropdown-menu,
.main-menu .dropup:hover > .dropdown-menu {
    display: block;
}

/* Active */
.main-menu .navbar-nav .active > .nav-link {
    background-color: #1e71b8;
    color: #fff;
}

/* ----------------------------------------------
Buttons
---------------------------------------------- */
.gform_button, .btn-primary {
    padding: 20px 40px;
    border: 1px solid #fff;
    color: #fff;
    border-radius: 56px;
    background: transparent;
    transition: 0.4s;
}

.gform_button:hover, .btn-primary:active:focus, .btn-primary:hover{
    background-color: #f4f2e7;
    border: 1px solid #fff;
    color: #333;
    text-decoration: none;
    box-shadow:  1px 1px 1px #aaa, 3px 3px 20px #000;
}


.btn-secondary, .wp-block-button__link  {
    padding: 20px 40px;
    color: #333;
    border: none;
    border-radius: 56px;
    background: #fbfbf8;
    box-shadow:  6px 6px 12px #ddddda, -6px -6px 12px #ffffff;
    transition: 0.3s;
}

.btn-secondary:hover, .btn-secondary:active:focus , .wp-block-button__link:hover {
    background-color: #f4f2e7;
    color: #333!important;
    text-decoration: none;
    box-shadow:  1px 1px 1px #ddddda, -6px -6px 12px #ffffff;
}

/* ----------------------------------------------
Carousel (Bootstrap 5)
---------------------------------------------- */
.carousel-item {
    height: 600px;
    background-size: cover;
    background-position: center;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 30px;
    border-radius: 0;
}

.carousel-caption h1 {
    font-size: 2rem;
    letter-spacing: 2px;
}

.carousel-caption p {
    font-size: 1.2rem;
}

/* ----------------------------------------------
Intro Section
---------------------------------------------- */
.intro {
    background-size: cover;
    min-height: 87vh;
    height: 700px;
    padding: 150px 30px;
}

.intro h1 {
    font-size: 45px;
    color: #fff;
    text-shadow: 4px -1px 18px rgba(0,0,0,0.3);
    opacity: 0.9;
}

.hero-content {
    padding-top: 150px;
}


.info-felt { 
    background-size: cover;
    background-attachment: fixed;
}



.brand-item img {
    max-width: 140px;
    height: auto;
    padding: 10px;
}

/* ----------------------------------------------
Other
---------------------------------------------- */

.brands h2 {
    font-size: 1.4rem;
}

.brands .btn-secondary {
    font-size: 0.9rem;
}

.catalogue-item img {
    border-radius: 10px;
}

.catalogue-item {
    border-radius: 20px;
    transition: 0.4s;
}

.catalogue-item a h2 {
    font-size: 1.2rem;
    color: #333;
}

.catalogue-item a:hover{
    text-decoration: none;
}

.catalogue-item:hover {
    background-color: #eaeadb;
}


/* ----------------------------------------------
Footer
---------------------------------------------- */
.footer-widgets {
    background: #1e1e1e;
    color: #fff;
}

.footer-widgets a {
    color: #fff;
    transition: 0.3s;
}

.footer-widgets a:hover {
    color: #dbbd75;
    text-decoration: underline;
}

.footer-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-menu ul li {
    display: inline;
    margin-right: 10px;
}

.footer-menu ul li:last-child {
    margin-right: 0;
}

.footer-menu ul li a {
    color: #aaa;
    text-decoration: none;
}

.footer-menu ul li.current-menu-item a {
    color: #cd8f58;
}

.copyright {
    background: #000;
    color: #939393;
    padding: 20px 0;
}

/* ----------------------------------------------
WooCommerce
---------------------------------------------- */
.woocommerce .col2-set .col-1,
.woocommerce .col2-set .col-2 {
    flex: 0 0 50%;
    max-width: 50%;
}

/* ----------------------------------------------
Blog/Archive
---------------------------------------------- */
.blog article,
.archive article {
    margin-bottom: 3rem;
}

.archive-title {
    font-size: 2rem;
    font-weight: 700;
    border-bottom: 1px solid #efefef;
    padding-bottom: 0.7rem;
}

/* ----------------------------------------------
Single Post
---------------------------------------------- */
.single header h1 {
    font-weight: 700;
}

.single .post-thumbnail {
    margin: 1rem 0;
}

.comments-area {
    border-top: 1px solid #eee;
    padding: 1rem 0 2rem;
    margin-top: 2rem;
}

/* ----------------------------------------------
Media Queries
---------------------------------------------- */
@media (max-width: 991.98px) {
  .main-menu {
    padding-right: 20px;
    background: none;
    border-bottom: none;
  }
}

@media (max-width: 767px) {
  .footer-widgets .col-12 {
    margin-bottom: 25px;
  }
  .footer-widgets .col-12:last-child {
    margin-bottom: 0;
  }
  .main-menu {
    padding: 10px;
    margin-top: -20px;
  }
  .main-menu ul li {
    margin: 0;
  }
}

@media (max-width: 575px) {
    .carousel-caption h1 {
        font-size: 1.5rem;
    }
    .carousel-caption p {
        font-size: 1rem;
    }
    header .brand img {
        max-width: 100px;
        height: auto;
        transition: 0.5s;
    }

    header .top-bar-sticky .brand {
        padding: 0px 15px 0px 30px;
    }

    header .top-bar-sticky .brand img {
        max-width: 70px;
    }
    .intro {
        background-size: cover;
        min-height: 850px;
        height: 700px;
        padding: 150px 30px;
    }
    .hero-content {
        padding-top: 50px;
    }
    .gform_button, .btn-primary, .btn-secondary, .wp-block-button {
        width: 100%!important;
        margin-bottom: 15px!important;
    }
    .felt-1, .footer-widgets {
        text-align: center;
    }
}

@media (max-width: 500px) {
  .woocommerce ul.products li.product a img {
    width: 100%;
  }
}
