/*
Theme Name: Grandem Theme
Author: GRANDEM
Version: 1.0
*/

.debug {
    border: 1px solid red;
}

.back-button img {
    height: 30px !important;
}

.back-button:hover {
    opacity: 0.7;
}
.cut-text { 
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }


#latest-posts {
    background: #133340;
}

.header-image {
    height: 80vh;
}

.header-image-small {
    padding-bottom: 20px;
}

#menu-main-menu a {
    font-size: 1.5rem;
    padding: 1rem 0;
}

#product-of-month {
    background: #153340;
}

#cookie-notice {
    position: relative;
    z-index: 2000;
    top: 0;
    left: 0;
    background: #fff;
    text-align: center !important;
}

#confirm-age {
    z-index: 1000;
    height: 100vh;
    width: 100%;
    top: 0;
    overflow-y: hidden;
    text-align: center;
    position: fixed;
}

#confirm-overlay {
    background: url('assets/svg/header-bg-logo.svg') center no-repeat;
    height: 100vh;
    width: 100%;
    z-index: 1001;
    position: absolute;
    left: -30%;
    top: 0;
    opacity: 0.5;
}

#confirm-message {
    /* position: absolute;
  z-index: 1500;
  left: 50%;
  transform: translate(-50%, -50%); */
}

#confirm-disclaimer {
    position: absolute;
    bottom: 1px;
    margin: auto;
    width: 100%;
    background: #fff;
    text-align: center !important;
}

.contact-place {
    
    position: relative;
    overflow: hidden;
    text-align: center;
}


.contact-place img {
    height: 220px;
}

::-webkit-input-placeholder {
    color: #153340 !important;
}

:-ms-input-placeholder {
    color: #153340 !important;
}

::placeholder {
    color: #153340 !important;
}

.email-subscribe-input {
    background: transparent !important;
    border: 1px solid #153340;
    color: #153340;
}

.page-numbers {
    color: #fff;
    padding: 4px 12px;
    border-radius: 50%;
    background: #F6951E;
    font-size: 15px;
}

.page-numbers:hover {
    color: #133340;
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 8px 0;
    background: #F6951E;
    color: #fff;
    font-size: 15px;
    text-align: center;
}

.current {
    color: #133340;
}

.how-icon {
    margin-top: 20px;
    height: 100px;
    text-align: center;
}

.acf-map {
    width: 100%;
    height: 400px;
}

.acf-map img {
    max-width: inherit !important;
}

.divider {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;

}

.border-primary {
    border: 1px solid #F27C00 !important;
}

footer li {
    display: inline !important;
    margin: 0 10px;
}

footer .navbar-nav {
    display: inline-flex;
    flex-direction: row;
}

.product {
    padding: 20px;
    position: relative;
    text-align: center;
}

.dropdown-menu {
    z-index: 5000;
}

.dropdown-menu {
    transform: translate3d(5px, 35px, 0px) !important;
}


.product img {
    height: 220px;
}

.product p {
    position: relative;
    z-index: 2;
}

.product a:hover{
    background: #F27C00 !important;
    color: #fff !important;
}

.product:hover {
    color: #fff;
    cursor: pointer;
    transition: .5s ease;
}

.product-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 2;
    left: 0;
    padding: 60px 20px;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 1000;
    opacity: 0;
    transition: .5s ease;
    color: #F27C00;
    background-color: #133340;
}

.product:hover .product-overlay {
    opacity: 0.9;
}


.vaccancies-icon {
    position: relative;
    padding: 52px 52px 22px 52px;
    border: 1px solid #F27C00;
}

.vaccancies-icon p {
    font-size: 1rem;
    position: relative;
    z-index: 2;
}

.vaccancies-icon:hover {
    cursor: pointer;
    transition: .5s ease;
}


.vaccancies-overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    line-height: 2;
    left: 0;
    padding: 60px 20px;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    opacity: 0;
    transition: .5s ease;
    color: #F27C00;
    background-color: #133340;
}

.vaccancies-icon:hover .vaccancies-overlay {
    opacity: 1;
}

.vaccancies-icon img {
    height: 120px;
}

.border-bottom-primary {
    border-bottom: 2px solid #F27C00;
}

.product-of-month-text {
    float: left;
    width: 55%;
    padding: 50px 0 0 0;
}

.product-of-month-image img {
    height: 350px;
    text-align: center;
    margin: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
}

.product-of-month-image {
    float: left;
    height: 400px;
    width: 400px;
    position: relative;
    border: 4px solid #F39200;
    margin: 0 40px 0 40px;
    overflow: hidden;
    background: #ffffff;
    text-align: center;
}

.volume {
    position: relative;
    float: right;
    top: 0;
    right: 20px;
    padding-top: 5px; 
    width: 65px; 
    height: 65px; 
    text-align: center; 
    background: #153340;
}

*:focus {
    border-color: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.slick-dots {
    bottom: 80px;
    z-index: 100;
    position: relative;
    margin: auto;
    width: 200px;
    text-align: center;
    padding: 0;
}

.slick-dots li:only-child {
    display: none;
}


.slick-dots li {
    display: inline-block;
    border: 2px solid #fff;
    height: 15px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    width: 15px;
    margin: 0 3px;
    color: transparent;
}

.slick-dots button {
    color: transparent;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

ul .slick-active {
    border: 2px solid #F27C00;
}

.crop-team {
    height: 360px;
    overflow: hidden;
}

.crop-partner {
    height: 250px;
    padding: 80px 40px 20px 40px;
    overflow: hidden;
    -webkit-filter: grayscale(100%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

.crop-partner:hover {
    -webkit-filter: grayscale(0%);
    /* Safari 6.0 - 9.0 */
    filter: grayscale(0%);
}

.crop-team img,
.crop-partner img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    max-height: auto;
}

/* @media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1310px;
    }
} */


.price {
    float: left;
    position: absolute;
    left: 15px;
    top: 0px;
    z-index: 1000;
    background: #F39200;
    color: #fff;
}

.bottom-price {
    float: right;
    position: absolute;
    right: 0px;
    bottom: 0px;
    z-index: 100;
    background: #F39200;
    color: #fff;
}

.display-1 {
    font-weight: 400;
}


a:hover {
    text-decoration: none;
}

p {
    font-weight: 200;
    font-size: 18px;
    line-height: 1.7;
}

body {
    font-family: 'Oswald';
	padding-bottom: 40px;
    color: #133340;
}


nav {
    border-bottom: 1px solid #F27C00;
    line-height: 30px;
}

nav a {
    color: #ffffff;
}

.text-secondary {
    color: #133340 !important;
}

nav a:hover {
    color: #F27C00;
    text-decoration: none;
}

.overlay {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 80vh;
    background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}


.overlay-logo {
    position: absolute;
    z-index: 1;
    width: 100%;
    opacity: 0.5;
    height: 80vh;
    background-image: url('assets/svg/header-bg-logo.svg');
    background-position-x: 75%;
    background-size: 300px;
    background-position-y: 60%;
    background-repeat: no-repeat;
}

.overlay-line {
    position: absolute;
    bottom: 00px;
    right: 0px;
    width: 100%;
    height: 100px;
    background-image: url('assets/svg/diagonal.svg');
    background-position-y: bottom;
    background-repeat: no-repeat;
}

.menu-toggler {
    padding: 20px;
    height: 20px;
}

.menu-opened {
    background: url('assets/svg/menu-close.svg') top center;
    background-repeat: no-repeat;
}

.menu-closed {
    background: url('assets/svg/menu.svg') top center;
    background-repeat: no-repeat;
}


.mega-menu-line {
    width: 100%;
    height: 100px;
    margin: -3px;
    background-image: url('assets/svg/diagonal.svg');
    background-position-y: top;
    background-repeat: no-repeat;
    transform: rotate(180deg);
}



.ban {
    position: absolute;
    z-index: 1000;
}


#logo {
    height: 75px;
    padding: 9px 0;
}

#mega-menu {
    background-color: rgba(20, 51, 64, 0.9);
    position: fixed;
    display: none;
    z-index: 10000;
    height: calc(100vh - 80px) !important;
}

.fadeIn {
    opacity: 1;
    animation-name: fadeInOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
}

.fadeOut {
    opacity: 0;
    animation-name: fadeOutOpacity;
    animation-iteration-count: 1;
    animation-timing-function: ease-in;
    animation-duration: 0.3s;
}

@keyframes fadeInOpacity {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeOutOpacity {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}


.icon {
    background-repeat: no-repeat !important;
    background-position: center !important;
    padding-top: 50%;
}

#footer {
    background: #133340;
    color: #ffffff;
}

.bg-orange {
    background: #F47C02;
}

.text-primary,
.active {
    color: #F47C02 !important;
}

.btn-primary {
    border: 1px solid #F47C02 !important;
    background: none !important;
    color: #F27C00 !important;
}

button.btn-primary:hover,
button.btn-primary:active {
    border: 1px solid #F47C02 !important;
    background: #F27C00 !important;
    color: #fff !important;
}

a.text-primary:hover {
    opacity: 0.8;
    color: #F27C00 !important;
}

.text-dark {
    color: #153340;
}

.theme-dark-bg {
    background: #153340;
}

.btn:focus {
    box-shadow: none;
}

.social-media-icon {
    background: #fff;
    border-radius: 50%;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    height: 30px;
    margin: 0 3px;
}

.about-us-icon {
    height: 70px;
}


.social-media-icon:hover {
    opacity: 0.8;
}

.nav-link:hover {
    opacity: 0.6;
}


@media (max-width: 991.98px) {

    
    #single-post-gallery-slider  .slick-slide {
        margin: 0 !important;
      }
      
      #single-post-gallery-slider .slick-list {
          margin: 0 !important;
      }

      
    h1 {
        font-size: 1.9rem;
    }
    .display-3 {
        font-size: 2rem;
    }
    #confirm-overlay {
       
        left: 0%;
   
    }

    footer .menu-main-menu-container {
        display: none;
    }

    .border-bottom-primary {
        border-bottom: none;
    }

    .volume {
        display: none;
    }

    .product-of-month-text {
        float: left;
        width: 100%;
    }

    .product-of-month-image img {
        height: 200px;
        text-align: center;
        margin: auto;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        background: #fff;
    }
    
    .product-of-month-image {
        float: left;
        height: 220px;
        width: 220px;
        position: relative;
        border: 2px solid #F39200;
        overflow: hidden;
        background: #ffffff;
        text-align: center;
    }

    .overlay-logo {
        background-position-x: 50%;
    }

    #mega-menu .border-left {
        border: none !important;
    }

    .slick-prev {
        display: none !important;
    }

    .slick-next {
        display: none !important;
    }

}


pre {
    border: 1px solid red;
    padding: 20px;
}

#years, #years li {
    margin: 0;
    padding: 0;
}

#years li {
    list-style-type: none;
    margin-bottom: 1rem;
}

#years a {
    display: block;
    border: 2px solid #F27C00;
    color: #F27C00;
    padding: .5rem;
    font-size: 1.2rem;
}
.headquarters {
    position: relative;
    top: -230px;
    margin-bottom: -200px;
}

.partner-slide {
    object-fit: contain;
    width: 100%;
    height: 150px;
}

#single-post-gallery-slider img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

#single-post-gallery-slider  .slick-slide {
  margin: 0 10px 0 0;
}

#single-post-gallery-slider .slick-list {
    margin: 0 10px 0 0;
}


#partner-slider .slick-slide {

}

#single-post a {
    color: #F27C00;
}

#single-post a:hover {
    opacity: .7;
}

.slick-prev,
.slick-next {
    font-size: 0;
    line-height: 0;
    color: #000;
    position: absolute;
    top: 50%;
    display: block;
    width: 100px;
    height: 100px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    border: none;
    outline: none;
}

.slick-prev {
    background: url('assets/svg/arrow-prev.svg') no-repeat center;
}

.slick-next {
    background: url('assets/svg/arrow-next.svg') no-repeat center;
}

.slick-prev:hover,
.slick-next:hover {
    opacity: 0.5;
}


.slick-prev {
    left: -85px;
}

.slick-next {
    right: -85px;
}