/**
 * @file
 * Subtheme specific CSS.
 */

/* Colors */

:root {
    /* --bs-nav-link-font-size: calc(0.7rem + .9vw); */
    --bs-breadcrumb-divider: "";
}

.row {   
    --bs-gutter-y: 1.5rem;
}

.offcanvas, .offcanvas-lg, .offcanvas-md, .offcanvas-sm, .offcanvas-xl, .offcanvas-xxl {
    --bs-offcanvas-bg: #000;
    --bs-offcanvas-padding-x: 2rem;
    --bs-offcanvas-padding-y: 2rem;
    --bs-offcanvas-header-padding-x: 1rem;
    --bs-offcanvas-header-padding-y: 2rem;
    --bs-offcanvas-width: 360px;
}

.navbar-light .nav-link {
    color: #fff;
}

.navbar-light .nav-link:hover {
    color: #bbb;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: var(--bs-primary);
}

#navbar-top {
padding: 1rem;
}

#navbar-top #block-logoheader img {
    height: 3.5rem;
}

.site-footer {
    background: #000 !important;
}
/* /Colors */

/* Heading */
.h2, h2 {
    font-size: calc(1.7rem + .9vw);
}
/* /Heading */

/* Custom container width */
.featured-top .container {    
    max-width: 100%;
    padding: 0px;
}
/* /Custom container width */

/* Offcanvas */
.offcanvas-header {
    padding: var(--bs-offcanvas-header-padding-y) var(--bs-offcanvas-header-padding-x);
}

.offcanvas-body .nav-link {
    font-size: calc(0.7rem + .9vw);
}

.offcanvas-body h2 {
    margin-bottom: 35px;
}

.offcanvas-body h2 a {
    text-decoration: none;
    color: #fff;
}

/* /Offcanvas */

/* Navbar main */
#navbar-main {
    background-color: transparent !important;
}

.navbar-toggler {
    position: fixed;
    top: 20px;
    right: 20px;
    border: none;
}

.navbar-toggler:focus {   
    box-shadow:none;
}

.path-frontpage .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(255, 255, 255, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'><path stroke='rgba(171, 165, 142, 1' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

/* /Navbar main */

/* Main */
#main {
    padding-top: calc(var(--bs-gutter-x) * 2.5);
    padding-bottom: calc(var(--bs-gutter-x) * 2.5);
}
/* /Main */

/* Menu  */
.btn-close {    
    background: transparent url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'><path d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/></svg>") center/1em auto no-repeat;
}

.btn-close:focus {
    box-shadow: none;
}
/* /Menu */

/* Breadcrumb */
.breadcrumb {
    --breadcrumb-primary-color: var(--bb-h1-color);
    --breadcrumb-hover-color: #E9E9E9;
    --breadcrumb-text-color: #E9E9E9;
    --breadcrumb-hover-text-color: var(--bb-h1-color);
    margin: 10px 0px;
}

.breadcrumb .breadcrumb-item {
    padding-left: 0px;;
}

.breadcrumb li a:hover { background: var(--breadcrumb-hover-color); color: var(--breadcrumb-hover-text-color); }
.breadcrumb li a:hover:after { color: var(--breadcrumb-hover-color); }
.breadcrumb li a:hover:before { border-left: 15px solid var(--breadcrumb-hover-color); } 

.breadcrumb li a {
    display: block;
    min-height: 20px;
    max-height: 20px;
    border-image: none;
    position: relative;
    margin-left: 25px;
    margin-right: 6px;
    padding: 4px 4px 26px 10px;
        padding-left: 10px;
    color: var(--breadcrumb-text-color);
    background: var(--breadcrumb-primary-color);
    z-index: 1;
    text-decoration: none;
}

.breadcrumb li a:before {
    content: "";
    position: absolute;
    left: 100%;
    top: 0;
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 15px solid var(--breadcrumb-primary-color);
    border-bottom: 15px solid transparent;
    z-index: -1;
}

.breadcrumb li a:after {
    content: "";
    position: absolute;
    left: -25px;
    top: 0px;
    width: 0px;
    height: 0px;
    border-width: 15px;
    border-style: solid;
    border-left: 15px solid transparent;
    -moz-border-top-colors: none;
    -moz-border-right-colors: none;
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    border-image: none;
    color: var(--breadcrumb-primary-color);
    z-index: -1;
}
 
.breadcrumb li:first-child a {
    margin-left: 0;
    padding-left: 20px;
    /* border-top-left-radius: 10px;
    border-bottom-left-radius: 10px; */
 
}

.breadcrumb li:first-child a:after {
    display: none;
}

.breadcrumb  li:last-child a {
    padding-right: 20px;
    /* border-top-right-radius: 10px;
    border-bottom-right-radius: 10px; */
    background: var(--breadcrumb-hover-color);
    color: var(--breadcrumb-hover-text-color);
    text-decoration: none;
    cursor: pointer;
}

.breadcrumb li:last-child a:after {
    color: var(--breadcrumb-hover-color);
}
.breadcrumb li:last-child a:before {
    display: none;
}

/* Breadcrumb */


/* Hero Banner */
.hero-banner {        
    background-position: -24vw center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    background-color: #000;
    transition: all 0.5s;
}

.hero-banner .mask {
    background-color:rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
}

.hero-banner h1 {
    font-weight: 700;    
    font-size: calc(1.525rem + 2.3vw);
    letter-spacing: 0.1rem;
    color: #fff;
}

.hero-banner .text {
    padding-right: calc(var(--bs-gutter-x) * 1.5);
    padding-left: calc(var(--bs-gutter-x) * 1.5);
    margin-top: calc(var(--bs-gutter-x) * 0.8);
    transition: all 0.5s;
}

.hero-banner p {
    max-width: 28ch;
}
/* /Hero Banner */

/* Footer */
.site-footer .block {
    border: 0px;
}
.site-footer__bottom {
    border-top: 0px;
}

.site-footer__top h2 {
    border-bottom: 0px;
}

.site-footer li {
    list-style: none;
}

.site-footer .content ol:not(.menu), .site-footer .content ul:not(.menu) {
    padding-left: 0px;
}

.site-footer__top .content li a {    
    padding: 2px 0px;
    text-indent: 0px;
    border-bottom: 0px;
    text-decoration: none;
}

#block-footersecond-3 p {
    margin: 0px 0px;
}
/* /Footer */

/* Misc  */

details {
    display: block;
    margin-top: 1.125rem;
    margin-bottom: 1.125rem;
    color: inherit;
    border: 1px solid #e7edf1;
    border-radius: 0.1875rem;
    box-shadow: 0 1px 4px #d7e1e8;
  }

details > summary {
    position: relative;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-right: 1.125rem;
    padding-left: 2.25rem;    
    background-color: #f7f9fa;
}
@media (min-width: 62.5rem) {
    [dir="ltr"] .details-wrapper {
      margin-right: 2.25rem;
    }
  }
  @media (min-width: 62.5rem) {
    [dir="ltr"] .details-wrapper {
      margin-left: 2.25rem;
    }
  }
  @media (min-width: 62.5rem) {
    .details-wrapper {
      margin-top: 1.6875rem;
      margin-bottom: 1.6875rem;
    }
  }
  .details-wrapper {
    margin: 1.125rem;
  }
/* /Misc  */

/* Devices breakpoints */
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {   
    .hero-banner {
        background-position: 8vw center;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {  }

@media (max-width: 767px) {
    nav.menu--main {
        margin-left: 0px !important;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .hero-banner {
        background-position: center;
        height: 100vh;
    }

    .hero-banner .text {        
        margin-top: calc(var(--bs-gutter-x) * 3.8);
    }

    .hero-banner p {
        max-width: 70ch;
    }

 }

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  }

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) {  }
/* /Devices breakpoints */