body, html {
    -webkit-font-smoothing: antialiased;
    height: 100%;
    margin: 0;
    font-family: 'Larsseit Medium';
}

body, .container, .navbar, a.nav-link, .menu-item, .logo, nav, .py-md-3, img, .caption-bg, .block-image a h2, .block-simpletext a, .hero { 
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}

.brighten, #title-breadcrumb, .goToTop, .fullCenter { 
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}


a.link-effect, .img-zoom .plus, .link-space{ 
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
}

#frontPage, #page, #single {
    padding-top: 120px;
}

#title-breadcrumb {
    z-index: 1;
    -webkit-font-smoothing: auto;
    font-family: 'Larsseit Regular';
}

/* TEXT */

p {
    font-size: 18px;
}

.title-family {
    font-family: 'Larsseit Bold';
}
/*
.text-family{
    font-family: 'Open Sans';
}*/

@font-face {
    font-family: 'Larsseit Regular';
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/Larsseit/LarsseitLight.woff') format('woff');
    }

@font-face {
    font-family: 'Larsseit Medium';
    font-style: bold;
    font-weight: normal;
    src: url('../fonts/Larsseit/LarsseitMedium.woff') format('woff');
}

@font-face {
    font-family: 'Larsseit Bold';
    font-style: bolder;
    font-weight: normal;
    src: url('../fonts/Larsseit/LarsseitBold.woff') format('woff');
}

@font-face {
    font-family: 'GLight';
    src: url('../fonts/Gotham/Gotham-Light.eot');
    src: url('../fonts/Gotham/Gotham-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Light.woff') format('woff'), url('../fonts/Gotham/Gotham-Light.ttf') format('truetype');
    font-weight: lighter;
    font-style: normal
}

@font-face {
    font-family: 'GBook';
    src: url('../fonts/Gotham/Gotham-Book.eot');
    src: url('../fonts/Gotham/Gotham-Book.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Book.woff') format('woff'), url('../fonts/Gotham/Gotham-Book.ttf') format('truetype');
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'GBold';
    src: url('../fonts/Gotham/Gotham-Bold.eot');
    src: url('../fonts/Gotham/Gotham-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Gotham/Gotham-Bold.woff') format('woff'), url('../fonts/Gotham/Gotham-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal
}

/*@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/Open_Sans/OpenSans-VariableFont_wdth,wght.ttf') format("truetype");
    font-weight: 1 999;
}*/

.ls-custom {
    letter-spacing: 0.6px ;
}

.ls-m {
    letter-spacing: 3.645px ;
}

.txt-shadow {
    text-shadow: 1px 1px 2px black;
}

/* NAVBAR */


.dropdown-menu {
    --bs-dropdown-bg: var(--g-main-color);
/*    --bs-dropdown-color: var(--g-extra-color);*/
    --bs-dropdown-link-color: var(--g-extra-color);
    border-radius: 0;
    margin-left: 0.9rem;
    margin-top: -2px;
    -webkit-font-smoothing: auto;
    font-family: 'Larsseit Regular';
    width: 100%;
}

.dropdown-item.active, .dropdown-item:active {
    color: var(--g-third-color);
    background-color: var(--g-secondary-color);
}

.nav-link {
    font-family: 'Larsseit Regular';
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    text-shadow: 1px 1px 2px black;
    -webkit-font-smoothing: auto;
}
.navbar-expand-lg .navbar-nav .nav-link {
    padding: 0;
    margin-right: 0rem;
    margin-left: 1.8rem;
}

.current-menu-item a,  a.nav-link:hover,  .current-page-parent {
    color: var(--g-extra-color) !important;

}

.menu-item-has-children:hover .dropdown-menu {
     display: block !important;
}

/*@media (min-width: 576px) {
    .dropdown:hover>.dropdown-menu {
      display: block;
    }
}*/

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.navbar-toggler {
    border: 0px;
}

.navbar-toggler:focus,
.navbar-toggler:active {
    outline: none !important;
    box-shadow: none;
}

.navbar-toggler span {
    background-color:  var(--g-third-color);
    display: block;
    height: 3px;
    width: 45px;
    margin-top: 8px;
    margin-bottom: 8px;
    -webkit-transform: rotate(0deg) ;
    -moz-transform: rotate(0deg) ;
    -o-transform: rotate(0deg) ;
    transform: rotate(0deg);
    position: relative;
    left: 0;
    opacity: 1;
    z-index: 1034;
}


.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .55s ease-in-out;
   -moz-transition: transform .55s ease-in-out;
   -o-transition: transform .55s ease-in-out;
   transition: transform .55s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: relative;
    left: -1px;
    top: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: relative;
    left: -1px;
    top: -22px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}

/* FOOTER */

.footer-menu ul li{
    list-style: none;
    font-size: 1em;
    margin-bottom: 0.34rem;
}
.footer-menu ul {
    padding-inline-start: 0px;
}

footer {
    font-family: 'Larsseit Regular';
    -webkit-font-smoothing: auto;
    color: var( --g-extra-color);
}

footer a {
    padding-bottom: 2px;
    color: hsla(24,19%,95%,.45);
    text-decoration: none;
}

footer a:hover {
     color: var( --g-extra-color);
}

/* EFFECTS */
a {
    word-wrap: break-word;
    -ms-word-break: break-all;
    /*word-break: break-all;*/
    word-break: break-word;
    -ms-hyphens: none;
    -moz-hyphens: none;
    /*hyphens: auto;*/
    cursor: pointer !important;
}

a.noeffect{color: inherit;text-decoration: none;}
a.noeffect:hover{color: inherit;text-decoration: none;}

a.noneeffect{text-decoration: none;}
a.noneeffect:hover{color: #fff;text-decoration: none;}

a.effect{color: inherit; text-decoration: underline;}
a.effect:hover{color: inherit;text-decoration: none;}

a.link-effect, a.nav-link, .footer-menu a {
    color: inherit;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,0,0,0);
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
    will-change: border-bottom-color;
}

.post a {
    color: white;
    text-decoration: none;
    border-bottom-color: white;
    border-bottom: 1px solid;
    -webkit-transition: all .3s cubic-bezier(.25,.46,.45,.94);
    transition: all .3s cubic-bezier(.25,.46,.45,.94);
    will-change: border-bottom-color;
}

a.link-effect:hover, a.nav-link:hover, .footer-menu a:hover {
    border-bottom-color: inherit;
}
.post a:hover {
    opacity: .5;
}

.post h2, .post h3 {
    letter-spacing: 1.2px ;
    font-family: 'Larsseit Medium';
    font-size: 1.165rem;
    color: var(--g-third-color);
}

.column h2, .column h3 {
    letter-spacing: 1.2px ;
    font-family: 'Larsseit Medium';
    font-size: 1.265rem;
    margin-bottom: 1.323rem;
    opacity: 0.4;
}

.column ul {
    margin-bottom: 0px;
}

.block-image a h2 {
    color: var(--g-extra-color);
    background-color: var(--g-main-color);
}

.block-image a:hover h2 {
    color:  var(--g-main-color);
    background-color: var(--g-third-color);
}

.block-simpletext a{
    color:  var(--g-main-color);
    background-color: var(--g-third-color);
}

.block-simpletext a:hover {
    color: var(--g-extra-color);
    background-color: var(--g-main-color);
}

.grayscale, .card-post {
    filter: grayscale(0);
    text-decoration: none;
    cursor: pointer;
}

.grayscale:hover, .card-post:hover .grayscale {
    filter: grayscale(1);
    text-decoration: none;
    cursor: pointer;
}

.brighten {
    opacity: 1;
    text-decoration: none;
    cursor: pointer;
}

.brighten:hover {
    opacity: .7;
    text-decoration: none;
    cursor: pointer;
}

img {
    user-drag: none;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.grow {transition: all .2s ease-in-out !important;transform: scale(1); }
.grow:hover { transform: scale(1.1); }
.growS { transition: all .2s ease-in-out !important; }
.growS:hover { transform: scale(1.05); }
.growI {transition: all .2s ease-in-out !important; }
.growI:hover { transform: scale(.90); }

.animate {
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}


.postition-relative{
    position: relative;
}

.postition-absolute{
    position: absolute;
}

.fullCenter {
    margin: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.xCenter {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.yCenter{
    top: 50%;
    transform: translateY(-50%);
}

.fullHeight {
    height: 100vh !important; 
}

.flex-full-center {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    /*padding-top: 30px;*/
    height: 0;
    overflow: hidden;
    margin-bottom: 1.3rem;
}

.embed-container iframe, .embed-container object,.embed-container embed  {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.grecaptcha-badge {
    display: none !important;
}

/* CF7 */
.wpcf7-response-output {
    background-color: #fff;
    color: #464646;
    font-size: 1rem;
}

label.custom-display {
    white-space: nowrap;
}

.wpcf7 p {
    margin-bottom: 0px;
}

.wpcf7 label{
    padding: 0px 5px 5px 0px;
    font-size: 90%;
    font-weight: bold;
}

.wpcf7{overflow: hidden;}

.wpcf7-form-control-wrap {
    float: left;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}

.wpcf7-form-control-wrap input, input#user_login, input#user_pass {
    width: 100%;
    padding: 6px 12px;
    font-size: 18px !important;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
}

input[type="checkbox"] {
    width: auto;
    padding: 6px 12px;
    font-size: 18px !important;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
}

.wpcf7-form-control-wrap select {
    font-size: 18px !important;
}

.wpcf7-list-item {
    display: inline-block;
    margin: 0 0 0 1em;
}

textarea {
    width: 100%;
    display: block;
    padding: 6px 12px;
    font-size: 18px !important;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border: 1px solid #fff;
}

select {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #bbb;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

/* CUSTOM */

.breadcrumbs {
    color: var(--g-extra-color);
}

.breadcrumbs a {
    color: inherit;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.btn-circle {
    border-radius: 50rem;
    color: var(--bs-white-color);
}

.link-space:hover {
    background-color: var(--g-main-color);
}

.link-wrapper {
    overflow: hidden;
}

.link-wrapper img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
}
.link-wrapper:hover img {
    scale: 1.1;
}

.link-wrapper:hover .caption-bg {
    bottom: 0;
    background-color: var(--g-third-color);
}

.link-wrapper:hover .caption-txt {
    color: var(--g-main-color) !important;
}

.custom-gradient {
    background: linear-gradient(0deg, rgba(47,46,55,1) 0%, rgba(47,46,55,0.8814119397759104) 24%, rgba(47,46,55,0) 100%);
}

.caption-bg {
    bottom: -55px;
}
.caption-txt {
    color: var(--g-third-color);
}

.img-zoom .plus {
    position: absolute;
    bottom:-47px;
    right: 8px;
    height: 40px;
    width: 47px;
    padding: 5px;
}

.img-zoom:hover .plus{
    bottom: 0px;
    right: 8px;
}

/* CUSTOM BOOTSTRAP CARROUSEL */

.carousel-item {
    height: calc(100vh - 120px);
    overflow: hidden;
}
.carousel-item img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    animation: panAndScale 20s linear infinite; 
}


@keyframes panAndScale {
    0% { transform: scale(1.1) translateX(0); } 
    50% { transform: scale(1.1) translateX(-3%); } 
    100% { transform: scale(1.1) translateX(0); } 
}

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