@import url('https://fonts.googleapis.com/css?family=Lato:300,400,500&display=swap');

body {
    font-family: 'Lato', sans-serif;
}

h1,
h2,
h3,
h4,
.elementor-widget-heading.elementor-widget-heading h1.elementor-heading-title,
.elementor-widget-heading.elementor-widget-heading h2.elementor-heading-title,
.elementor-widget-heading.elementor-widget-heading h3.elementor-heading-title,
.elementor-widget-heading.elementor-widget-heading h4.elementor-heading-title {
    color: #09344f;
}

a {
    color: #09344f;
}
a:hover {
    color: #1c424f;
}


h1.entry-title {
    color: #09344f;
    font-size: 40px;
    text-align: center;
    max-width: 1140px;
    margin: 65px auto 0;
}

h2,
.elementor-widget-heading h2.elementor-heading-title {
    margin: 30px 0 10px 0;
}

footer .elementor-widget-heading h2.elementor-heading-title {
    margin-top: 5px;
}

/* sub headings for posts */
.single-post h2,
.single-post .elementor-widget-heading h2.elementor-heading-title{
    font-size: 24px;
    margin: 10px 0 0;
}
.single-post h3,
.single-post .elementor-widget-heading h3.elementor-heading-title{
    font-size: 20px;
    margin: 10px 0 0;
}
.elementor-widget-heading .elementor-heading-title {
    font-weight: 500;
}


/* for partners page */
.logos .jet-images-layout__inner {
    overflow: visible;
}
.logos .jet-images-layout__item.image-loaded .jet-images-layout__link {
    transition: all 0.3s;
}
.logos .jet-images-layout__link:hover {
    -webkit-box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.75);
    -moz-box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.75);
    box-shadow: 5px 5px 15px -10px rgba(0,0,0,0.75);
}

/* news */
.elementor-pagination {
    margin: 50px auto;
}

/* default button styles */
.elementor-widget-button a.elementor-button-link.elementor-button {
    background: #09344f;
    border: 2px solid #09344f;
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    padding: 14px 30px;
    border-radius: 5px;
    transition: all 0.2s;
    color: #fff;
}
.elementor-widget-button a.elementor-button-link.elementor-button:hover {
    background: transparent;
    color: #09344f;
}

.section-bg {
    background: #f2f2f2;
}

/* home page partners slider */
.swiper-slide {
    padding: 20px;
}
.swiper-slide-image,
.elementor img.swiper-slide-image {
    box-shadow: 0px 0px 15px -10px rgba(0,0,0,0.5);
    transition: all 0.2s;
}
.swiper-slide-image:hover,
.elementor img.swiper-slide-image:hover {
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
}

/* presentation page */
.presentatie-item > .elementor-widget-wrap,
.presentatie-item > .elementor-column-wrap > .elementor-widget-wrap {
    box-shadow: 0px 0px 15px -5px rgba(0,0,0,0.5);
    transition: all 0.2s;
    padding-bottom: 20px;
    margin: 10px;
}
.presentatie-item > .elementor-widget-wrap:hover,
.presentatie-item > .elementor-column-wrap > .elementor-widget-wrap:hover {
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5);
}
.presentatie-item .elementor-image-box-title a {
    font-size: 18px;
    color: #54595f;
}
.presentatie-item .elementor-image-box-img,
.elementor .presentatie-item.elementor-element .elementor-image-box-wrapper .elementor-image-box-img {
    width: 100%;
}
.presentatie-item .elementor-image-box-img img {
    height: 200px;
    object-fit: cover;
}

/* hide recaptcha badge */
.grecaptcha-badge { visibility: hidden; }

/* contact form */
.wpcf7 label {
    width: 100%;
}
.wpcf7 div.wpcf7-response-output {
	margin: 0;
}