@charset "UTF-8";

/* ----------------------------------

Name: custom.css
Version: 1.0

-------------------------------------

*/


@font-face {
    font-family: 'Founders Grotesk Regular';
    src: url('../fonts/FoundersGrotesk/FoundersGrotesk-Regular.woff2') format('woff2'),
        url('../fonts/FoundersGrotesk/FoundersGrotesk-Regular.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('../fonts/FoundersGrotesk/FoundersGrotesk-Medium.woff2') format('woff2'),
        url('../fonts/FoundersGrotesk/FoundersGrotesk-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Founders Grotesk';
    src: url('../fonts/FoundersGrotesk/FoundersGrotesk-Bold.woff2') format('woff2'),
        url('../fonts/FoundersGrotesk/FoundersGrotesk-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}


.bg-main {
    background-color: #CB8161;
}

.contrast-color {
    color: #EACDC0;
} 

.contrast-color-hover:hover {
    color: #EACDC0;
} 

.main-color-hover:hover {
    color: #CB8161;
} 

.hover-option3 .grid-item .opacity-medium {
    transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;
    position: absolute;
    height: 100%;
    width: 100%;
    opacity: 0.30;
    top: 0;
    left: 0;
}

.hover-option3 .grid-item figure {top:80px; z-index: 5; width: 100%; overflow: visible}
.hover-option3 .grid-item figure img {position: relative; transition: all 0.3s ease 0s; -webkit-transition: all 0.3s ease 0s; -moz-transition: all 0.3s ease 0s; -ms-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s;}

.hover-option3 .grid-item .btn-transparent-white {
    font-family: "Poppins", sans-serif;
    text-transform: uppercase;
    margin: 177px auto 20px auto;
    font-size: 16px;
}

.hover-option3 .grid-item .btn-transparent-white:hover {
    background-color: #000000;
    border-color: #000000;
    color: #ffffff;
}


.hover-option3 .grid-item figure p {
    font-family: 'Founders Grotesk';
    font-style: normal;
    font-size: 17px;
}

.hover-option3 .grid-item .slide-hover-box:hover .separator-line-horrizontal-medium-light2 { width: 100%; }

.full-width-pull-menu .link-style-2 ul li a { font-family: "Poppins", sans-serif; }

.full-width-pull-menu .link-style-2 ul li:hover > a, .full-width-pull-menu .link-style-2 ul li.show  > a { color: #666666;  }
.full-width-pull-menu .link-style-2 ul li.show > a:after  {background:var(#666666)}

.full-width-pull-menu .link-style-2 .icon-social-large a:hover { color: #666666;  }

.mobile-toggle:hover span, .white-link .mobile-toggle:hover span {background-color: #000000; }

.kreatera {
    font-family: 'Founders Grotesk';
    font-style: normal;
    font-size: 14px;
}

.kreatera-logo {
    max-height: 77px;
}

.footer-logo {
    max-height: 122px;
}

