/*
Theme Name:  Grizzly Theme
Theme URI:   https://www.grizzlymarketing.nl/
Version:     1.0.0
Description: Het theme van Grizzly New Marketing
Author:      Grizzly New Marketing
Author URI:  https://www.grizzlymarketing.nl/
Template:    Divi
*/

/*- YOU CAN INCLUDE THE CUSTOM CODE FOR YOUR CHILD THEME BELOW THIS LINE-*/
/*------------------------------------------------*/
/*-----------------[BASIC STYLES]-----------------*/
/*------------------------------------------------*/

@keyframes bounce {
  from { 
    transform: translateY(0);
  }
  to   { 
    transform: translateY(10px);
  }
}

h1 {
    font-size: 50px !important;
    font-weight: 500 !important;
    padding-bottom: 50px;
}

h2 {
    font-size: 40px !important;
    line-height: 55px;
    font-weight: 400 !important;
    padding-bottom: 30px;
}

h3 {
    font-weight: 400 !important;
    font-size: 25px !important;
    padding-bottom: 30px;
}

p a,
li a {
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}


p a:hover,
li a:hover {
    text-decoration: none;
    transition: all 0.4s ease-in-out;
}

.et_pb_section {
    background-color: initial;
}

.et_pb_button {
    margin-top: 9px;
    font-weight: 500 !important;
    line-height: 185%;
    transition: all 0.4s ease-in-out;
}

body.et_pb_button_helper_class .et_pb_button, body.et_pb_button_helper_class .et_pb_module.et_pb_button {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.et_pb_button:hover {
    text-decoration: underline;
    transition: all 0.4s ease-in-out;
}

#main-header .container {
    width: 90%;
    max-width: 90%;
}

#main-header {
    background: #313131 !important;
}

body:has(.hero-header-image) #main-header {
    background: rgba(10, 10, 10, 0.03) !important;
}

#page-container .et-fixed-header#main-header {
    background: #313131 !important;
}

#top-menu li {
    font-weight: 400;
}

#top-menu li.current-menu-ancestor > a,
#top-menu li.current-menu-item > a,
#top-menu li.current_page_item > a {
    text-decoration: underline;
}

.hero-header-image:before {
    content: "";
    width: 100%;
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.56) 0%, rgba(0, 0, 0, 0.80) 100%);
}

.hero-header-image h1,
.hero-header-image p {
    color: #fff;
}

.hero-header-image .et_pb_text .et_pb_text_inner {
    text-align: center;
}

.hero-header-image h1 {
    font-size: 80px;
    line-height: 40px;
}

.hero-header-image h1 em {
    margin-top: 50px;
    display: inline-block;
}

.hero-header-image p {
    font-size: 20px;
    line-height: 50px;
    margin-top: 80px;
}

.hero-header-image .et_pb_row {
    display: flex;
    height: 100%;
    align-items: center;
}

.hero-header-image .et_pb_row,
.hero-header-image .et_pb_column {
    position: initial;
}

.hero-header-to-content {
    position: absolute;
    bottom: 30px;
    left: calc(50% - calc(31px / 2));
}

.hero-header-to-content img {
    animation-name: bounce; 
    animation-duration: 1.2s;
    animation-direction: alternate;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

.img-carousel.dsm_image_carousel .swiper-slide img {
    height: 450px;
    width: 100%;
    object-fit: cover;
}

.swiper-slide:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(102, 102, 102, 0.00) 0%, rgba(0, 0, 0, 0.80) 100%);
    z-index: 1;
}

.dsm_image_carousel .dsm_image_carousel_container:not(.dsm_image_carousel_slideshow) {
    margin-bottom: 0 !important;
}

#footer-bottom .container {
    display: flex;
    justify-content: center;
    padding-bottom: 50px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding-top: 30px;
}

#footer-bottom {
    background-color: transparent;
}

#footer-info,
#footer-info a {
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
}

.footer-bottom-sep {
    padding: 0 1rem;
}

.footer-widget .widget_media_image {
    margin-bottom: 0 !important;
}

.footer-widget {
    display: flex;
    flex-direction: column;
}

.footer-widget .textwidget a {
    text-decoration: underline;
}

.footer-widget .textwidget a:hover {
    text-decoration: none;
    color: rgba(188, 188, 188, 0.60) !important;
}

.footer-widget h4.title {
    color: rgba(188, 188, 188, 0.60) !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 400;
    font-size: 18px;
}

.breadcrumbs {
    display: flex;
    justify-content: center;
    margin-top: -7%;
    margin-bottom: 4% !important;
}

.diensten-card figure:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    background: linear-gradient(0deg, rgba(10, 10, 10, 0.90) 0%, rgba(10, 10, 10, 0.40) 50%, rgba(10, 10, 10, 0.00) 100%);
}

.diensten-card .et_pb_module {
    position: absolute;
    bottom: 0;
    z-index: 1;
    width: 100%;
    padding: 32px !important;
}

.diensten-card h4 {
    font-size: 20px;
    font-weight: 700;
}

.diensten-card .et_pb_button {
    color: #ffffffcc !important;
    line-height: 26px !important;
    padding: 0 !important;
    margin: 0 !important;
    pointer-events: none;
    transition: all 0.4s ease-in-out;
}

.diensten-card .et_pb_button:after {
    display: inline !important;
    padding-left: 10px;
    top: 1px;
    content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="9" viewBox="0 0 14 9" fill="none"><path d="M12.5 4.354L12.854 4.708L13.207 4.354L12.854 4L12.5 4.354ZM12.146 4L8.14603 8L8.85403 8.708L12.854 4.708L12.146 4ZM12.854 4L8.85403 -1.90276e-07L8.14603 0.708L12.146 4.708L12.854 4ZM12.5 3.854L3.13028e-05 3.854L3.12591e-05 4.854L12.5 4.854L12.5 3.854Z" fill="white"/></svg>') !important;
}

.diensten-card:hover .et_pb_button {
    padding-left: 10px !important;
    transition: all 0.4s ease-in-out;
}

.diensten-card:hover .et_pb_button:after {
    transform: scale(1.5);
}

.usps .et_pb_code_inner {
    display: flex;
    justify-content: center;
}

.usps .usp-item {
    padding-right: 50px;
    color: #000;
    font-size: 18px;
}

.usps .usp-item .checkmark {
    margin-right: 10px;
}

.usps .usp-item:last-child {
    padding-right: 0;
}

#page-container .gform_button {
    color: #0A0A0A !important;
    padding: 15px 30px !important;
    border-radius: 42px !important;
    border: 1px solid rgba(10, 10, 10, 0.20) !important;
    backdrop-filter: blur(4px);
    background-color: transparent !important;
    display: inline-block !important;
    line-height: 26px !important;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
}

#page-container .gform_button:hover {
    color: #fff !important;
    background-color: #313131 !important;
}

.gform_required_legend {
    display: none !important;
}

#page-container .gform_fields input,
#page-container .gform_fields textarea {
    background: #F2F2F2;
    padding: 16px 20px;
    display: inline-block;
    font-size: 16px;
    line-height: 130%;
    height: 100%;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid black;
    border-radius: 0;
}

#page-container .gform_fields input::placeholder,
#page-container .gform_fields textarea::placeholder  {
    color: rgba(188, 188, 188, 0.50);
}

#page-container .gform_fields .gfield_label {
    display: none;
    /* font-size: 16px;
    color: #0A0A0A;
    line-height: 180%;
    font-weight: 400; */
}

.mobile_menu_bar:before {
    color: #fff !important;
}

#main-header .et_mobile_menu {
    background-color: #0A0A0A !important;
}

.gfield_error input {
    border-color: #c02b0a !important;
}

.gfield_error label {
    color: #c02b0a !important;
}

.gform_submission_error  {
    font-size: 20px !important;
}

@media only screen and (max-width: 980px) {

    h2 {
        font-size: 36px !important;
    }

    .hero-header-image h1 {
        word-break: break-word;

    }

    .hero-header-image h1 em {
        margin-top: initial;
    }

    #footer-info {
        display: flex;
        flex-direction: column;
    }

    .footer-bottom-sep {
        display: none;
    }

    .dsm_image_carousel .swiper-button-prev {
        left: 0;
    }

    .dsm_image_carousel .swiper-button-next {
        right: 0;
    }

    .usps .et_pb_code_inner {
        flex-direction: column;
    }
}