/*
Theme Name: Borgafjall
Theme URI: https://borgafjall.com
Description: Välkommen till Borgafjäll
Author: Borgafjäll
Author URI: https://borgafjall.com
Version: 1.0.7
Text Domain: borgafjall
Template: montagne
*/


html {
    scrollbar-color: var(--qode-main-color) var(--qode-header-dark-color);
    scrollbar-width: thin;
    overflow-x: hidden;
}

body {
    overflow-x: hidden;
    max-width: 100%;
}

* {
    box-sizing: border-box;
}

#qodef-back-to-top:before {
    background-color: var(--qode-main-color) !important;
}


.qodef-mp-holder .qodef-mp-image {
    left: 50px !important;
}

.qodef-header--divided #qodef-page-header-inner {
    align-items: center;
}


.services-icon-box .elementor-icon-box-title {
    margin-top:12px;
}

.hero-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    left: calc(var(--e-n-carousel-dots-horizontal-position) + var(--e-n-carousel-dots-horizontal-offset));
    width: auto;
}

/* WIDGETS */
.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item .qodef-e-title {
    text-transform: none;
}

/* ---- Media Queries ---- */

/* Medium devices (tablets, less than 1024px) */
@media (max-width: 1024px) {
	/* Add your styles here */
}

/* Small devices (landscape phones, less than 767px) */
@media (max-width: 767px) {
	.qodef-interactive-link-showcase.qodef-layout--list .qodef-m-item {
        padding: 20px 0;
        font-size: 20px;
    }
}

