/*
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=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Bacasime+Antique&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/* ----------------------------------------------
Base Styles
---------------------------------------------- */
body {
    font-family: "Montserrat", sans-serif;
    color: #635E58;
    font-weight: 400;
    background-color: #F9F8F5;
    background-image: url('img/paper.webp');
}

h1, h2, h3 {
    font-family: "Bacasime Antique", serif;
    font-weight: 400;
}

h1 {
    margin-bottom: 2rem;
}

h2 {
    margin-bottom: 1.5rem;
}

a {
    color: #428FBD;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Typography */
p, ul li a, .nav-links a, .nav-links span {
    font-size: 1.03rem;
}

p {
    margin-bottom: 2rem;
}

strong {
    font-weight: 600;
}

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%;
}

.pt-big {
    margin-top: 170px;
}

.pb-big {
    margin-bottom: 170px;
}

.py-big {
    margin-top: 170px;
    margin-bottom: 170px;
}
 
.wp-block-quote {
    font-weight: 200;
}

ul.wp-block-list {
  list-style: none;
  padding-left: 1.5em;
}

ul.wp-block-list li {
  position: relative;
  margin-bottom: 0.8em;
}

ul.wp-block-list li::before {
  content: '•';
  color: #cfdcd5;
  font-size: 3em;
  position: absolute;
  left: -0.5em;
  top: -0.24em;
  line-height: 1;
}



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

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

.wp-block-columns.custom-gutter {
  gap: 2px;
  margin-bottom: 2px;
}

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

.home header .top-bar {
    background-color: transparent;
}

header .top-bar-sticky {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding-top: 10px;
    background-color: #fff !important;
    z-index: 1990;
    height: 80px;
    opacity: 0.97;
    box-shadow: -2px -6px 15px 11px rgba(0, 0, 0, 0.06);
}

header .brand img {
    max-width: 200px;
    height: auto;
    margin-top: 10px;
    transition: 0.5s;
    padding-top: 10px;
    filter: brightness(30%);
}

.home header .brand img {
    max-width: 300px;
    height: auto;
    transition: 0.5s;
    filter: brightness(100%);
}

header .top-bar-sticky .brand img {
    max-width: 150px;
    padding-top: 0px;
    filter: brightness(30%);
}

header .main-menu {
    margin-top: 20px;
}

.home header .main-menu {
    margin-top: 40px;
}

header .top-bar-sticky .main-menu {
    margin-top: 0px;
}

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

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



.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;
}

/* max mega meny styling */

.mega-menu-toggle {
    height: 50px!important;
    width: 50px!important;
    border-radius: 90px!important;
}


header .top-bar-sticky .mega-menu-toggle {
    background-color: transparent!important;
}

#mega-menu-wrap-akatombo_main_menu .mega-menu-toggle.mega-menu-open:after {
    background-color: rgba(255, 255, 255, 0.1);
}

#mega-menu-wrap-akatombo_main_menu #mega-menu-akatombo_main_menu > li.mega-menu-item > a.mega-menu-link {
    font-weight: 200;
}

.mega-menu-open .mega-toggle-animated-inner, .mega-menu-open .mega-toggle-animated-inner::after{
    background-color: #333!important;
}

/* ----------------------------------------------
Buttons
---------------------------------------------- */
.gform_button, .btn-primary,  .wp-block-button__link{
    background-color: #AFC8AD;
    color: #fff;
    border: none;
    border-radius: 10px;
    padding: 11px 21px;
    transition: 0.3s;
}

.gform_button:hover, .btn-primary:hover, .wp-block-button__link:hover, .btn-primary:active, .btn-primary:focus {
    background-color: #8EA88C!important;
    color: #fff!important;
    text-decoration: none;
}

.btn-secondary {
    background-color: #F2F1EB;
    border: 1px solid #DFDFDF;
    border-radius: 10px;
    padding: 10px 20px;
    color: #635E58;
    transition: 0.3s;
}

.btn-secondary:hover {
    background-color: #E6E3D1;
    border: 1px solid #DFDFDF;
    color: #635E58;
}


.merkelapp {
    display: block;
    position: absolute;
    right: 30px;
    top: -110px;
    height: 220px;
    width: 220px;
    border-radius: 50%;
    background-color: #EEE7DA;
    text-align: center;
    padding-top: 25px;
    box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.12);
    -webkit-box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.12);
    -moz-box-shadow: 5px 5px 15px -4px rgba(0,0,0,0.12);
}

/* ----------------------------------------------
Animations (AOS.js is also available in the theme)
---------------------------------------------- */

@keyframes fadeInUp {
  0% {

    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fadeIn-onLoad {
  animation: 1.7s fadeInUp;
}

/* ----------------------------------------------
Carousel (Bootstrap 5)
---------------------------------------------- */

.carousel,
.carousel-inner,
.carousel-item {
  height: 100vh;
}

.carousel-item img {

  height: 100%;
  width: 100%;
}

.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;
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

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

.intro h1 {
    font-size: 3rem;
}

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

.intro img.big-b {
    max-width: 350px;
    height: auto;
    display: block;
    margin: -300px auto 50px auto;
    z-index: 300;
}

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

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

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


/* ----------------------------------------------
Amelia Calendar plugin
---------------------------------------------- */

.am-lite-footer {
    display: none!important;
}

/* ----------------------------------------------
Footer
---------------------------------------------- */
.footer-widgets {
    padding: 35px 0;
    background: #161411;
    color: #fff;
}

.footer-widgets h2 {
    font-size: 1.4rem;
}

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

.footer-widgets a:hover {
    color: #fff;
    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: #fff;
}

.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;
}


/* ----------------------------------------------
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,
    .carousel-inner,
    .carousel-item {
      height: 700px;
    }
  .carousel-caption h1 {
    font-size: 1.5rem;
  }
  .carousel-caption p {
    font-size: 1rem;
  }
  .merkelapp {
    display: none;
    }
  .home header .brand img {
    max-width: 230px;
    height: auto;
    transition: 0.5s;
    filter: brightness(100%);
  }
  header .top-bar-sticky .brand img {
    max-width: 150px;
    padding-top: 0px;
    filter: brightness(30%);
  }
}

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