/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/


/* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */
@keyframes fadeDown {from {opacity: 0;transform: translate3d(0,-30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInDown {animation-name: fadeDown }@keyframes fadeLeft {from {opacity: 0;transform: translate3d(-30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInLeft {animation-name: fadeLeft }@keyframes fadeRight {from {opacity: 0;transform: translate3d(30px,0,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInRight {animation-name: fadeRight }@keyframes fadeUp {from {opacity: 0;transform: translate3d(0,30px,0) }to {opacity: 1;transform: none }}.elementor-element.fadeInUp {animation-name: fadeUp }


/* GENERAL */

.img-border img {
    padding:10px;
}


/* TEXT */

.fancy-text {
    font-family: "Signatie", Sans-serif !important;
    font-size: 38px;
    font-weight: 400;
}

.lrg-heading {
    font-size:46px;
}

.creame-text {
    color:#d3c9be;
}

/* INTRO */

.intro::before,
.intro::after {
    content:"";
    display:inline-block;
    width:100%;
    position:absolute;
}

.intro::before {
    height:15px;
    background: #a15541;
    top:0;
    left:0;
}

.intro::after {
    height:25px;
    background: #455864;
    bottom:0;
    left:0;
}

.intro .elementor-widget-text-editor strong {
    font-weight: 600;
}

/* STRIVING */

.striving h2 {
    width: fit-content;
    margin: 0 auto;
    position: relative;
    z-index: 5;
}

.striving h2 span.title-bg::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 23px;
    background: #a15541;
    position: absolute;
    left: 0;
    z-index: -1;
    margin-top: 16px;
    
}

/* SERVICES */

.services-grid ul {
    margin-right:50px;
}

.services-grid ul li {
    margin-bottom: 5px;
}

/* QUALIFICATIONS */

@media screen and (min-width: 1600px) {
    .qualifications-swirl .elementor-element-bcbe896 {
        top: -26vh !important; 
    }
    
    .qualifications-swirl .swirl-img img {
      max-width: 66% !important;
    }
}



/* CONTACT */

.contact-info .elementor-widget-text-editor a,
.contact-info .elementor-widget-text-editor a:visited{
    color:#333;
}

.contact-info .elementor-widget-text-editor a:hover {
    color:#a15541;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"] {
    border-radius:50px;
}

.wpcf7-form textarea {
    border-radius:20px;
}

.wpcf7-form p {
    margin-bottom: 25px;
}

.wpcf7-form label {
    text-transform: uppercase;
    margin-bottom: 5px;
}


.wpcf7-form [type="submit"] {
    margin:20px auto 0 auto;
}

.wpcf7-form .btn {
    width:100%;
    text-align: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.sent .wpcf7-response-output{
 border-color:#fff;
  text-align: center;
  font-weight: 600;
}

.wpcf7 form.invalid .wpcf7-response-output {
    color:#A15541;
}

.wpcf7 form.sent .wpcf7-response-output {
  color: #455864;
}


/* FOOTER */

.global-footer p {
    margin-bottom: 0;
}

.global-footer a,
.global-footer a:visited{
    color:#fff;
}

.global-footer a:hover {
    text-decoration:underline;
}




/* MOBILE MENU */

.mobile-menu ul li a{
    display:inline-block;
    width:100%;
    text-align: center;
}


@media screen and (max-width: 767px) {
    .striving h2 span.title-bg::after {
        display:none;
    }
}

