/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* CSS override omdat autooptimize css uit de <head> overschrijft.

a, a:hover {
    color: #287abe;
} */

/* <input type="file"> fix, vervangt lelijke default browser upload knop */

.elementor-field-type-upload [type="file"] {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    white-space: nowrap;
    width: 1px;
}

.elementor-field-type-upload label {
    font-family: "Poppins", Sans-serif !important;
    font-size: 18px !important;
    background-color: #bababa;
    color: white !important;
    cursor: pointer;
    display: inline-block;
    font-size: 1rem;
    font-weight: 700;
    text-transform: uppercase;
    transition: background-color 0.3s;
    padding: 9px 25px 9px 20px !important;
    line-height: 1.4em;

    /* elementor .screen-only reset (want labels in forms zijn standaard verborgen) */
    position: relative;
    top: 0;
    width: auto;
    height: auto;
    overflow: auto;
    margin: 0;
}

.elementor-field-type-upload label:before {
    content: "\f093";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
}

.elementor-field-type-upload label:after {
    display: none;
}

.elementor-field-type-upload label:focus,
.elementor-field-type-upload label:hover {
    background-color: #287abf;
}

.elementor-field-type-upload label:focus + label {
    outline: 1px dotted #000;
    outline: -webkit-focus-ring-color auto 5px;
}

/* einde <input type="file"> fix */

/* Body marges & padding verwijderen */
#primary {
	margin: 0px;
	padding: 0px;
}
/* Cookie widget verstoppen */
.cc-revoke {
	display: none !important;
}
/* Alignering foto's binnen tekst corrigeren + afgeronde hoeken
.elementor img.alignleft {
	margin-top: 0px;
}
.elementor img.alignright {
	margin-top: 10px;
}

/* Einde breadcrumb opschonen */
.breadcrumb_last {display:none;}

/* Verwijdert border om gallerijafbeeldingen */
.gallery-icon {
	border: 0px;
}

/* Geeft tabellen met class="alternate" een duidelijkere opmaak */
.alternate tr:nth-child(2n) {
  background-color: #fbfbfb;
}

.alternate tr {
  background-color: white;
}

.alternate tr:nth-child(2n):hover, .alternate tr:hover {
  background-color: #f6f6f6;
}

/* Verbergt het eerste accordion item */
.elementor-accordion .elementor-accordion-item:first-child {
    display: none;
}
.elementor-accordion-item:nth-child(2) {
border-top: 1px solid #D4D4D4 !important;
}

/* SVG in caroussel schalen */
.elementor-widget-image .elementor-image > a img[src$=".svg"]{
	height: 100px;
}


 /* Aanpassingen formulier dropdown */
._form_element._field66._full_width {
	overflow: hidden;
}

._form input[type=password]:focus,
._form input[type=reset]:focus,
._form input[type=search]:focus,
._form input[type=tel]:focus,
._form input[type=text]:focus,
._form input[type=url]:focus,
._form select:focus,
._form textarea:focus
{
    outline: none;
}

._form input[type=checkbox] {
    width: auto;
    vertical-align: baseline;
    margin-right: 6px;
}

._form ._field1,
._form ._field34,
._form ._field179,
._form ._field180 {
    padding-bottom: 5px !important;
    width: 100% !important; 
}

._form ._field1 div:first-child,
._form ._field34 div:first-child,
._form ._field180 div:first-child,
._form ._field179 div:first-child {
    display: none !important;
}

#CTA label,
#inschrijven label,
._form_129 label, /* projectoren */
#CTA ._form-thank-you,
#inschrijven ._form-thank-you,
._form_129 ._form-thank-you {
    color: white;
}

._form ::-webkit-input-placeholder {
    color:transparent;
}
 
._form :-moz-placeholder { /* Firefox 18- */
    color:transparent; 
}
 
._form ::-moz-placeholder {  /* Firefox 19+ */
    color:transparent; 
}
 
._form :-ms-input-placeholder {  
    color:transparent;
}

._button-wrapper {
    margin: 10px 0 0 5px;
    width: 100%;
}

._form select {
    width: 100%;
}

._form ._submit {
    background-color: #47d7ad;
    color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.4em;
    border-radius: 0;
    padding: 9px 25px 9px 20px;
    border: 0;
    transition: background-color .3s;
}

._form ._submit:hover {
    background-color: #65f0c9;
}

._form ._submit::before {
    content: "\f1d8";
    font-size: 18px;
    font-family: "Font Awesome 5 Free";
    margin-right: 15px;
}

._error._below {
    background: red;
    padding: 5px 14px;
    font-size: 12px;
    color: white;
    font-weight: 700;
}

 /* einde formulieren */