/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/***** HEADER *****/
#Logo img {width:210px;}
.Home-header-animatie {right:0px!important; bottom:0!important;}
.Animatie-bij {z-index:-1!important;}
.fusion-sticky-transition .collapse-enabled.mobile-size-full-absolute:not(.mobile-mode-always-expanded) .awb-menu__main-ul {max-height:unset!important;}

/***** BUTTON SCHUINE RANDEN *****/
.zij-button-1 {clip-path: polygon(5% 8%, 100% 13%, 100% 90%, 2% 96%);}
.zij-button-2 {clip-path: polygon(0% 4%, 100% 15%, 100% 90%, 5% 86%);}

.schuin-1, .gform_button {clip-path: polygon(5% 3%, 96% 13%, 97% 90%, 2% 86%);}
.schuin-2 {clip-path: polygon(5% 8%, 100% 13%, 97% 90%, 2% 96%);}
.schuin-3 {clip-path: polygon(3% 5%, 90% 10%, 90% 90%, 10% 80%);}

.wpgb-block-5 {clip-path: polygon(5% 3%, 96% 13%, 97% 90%, 2% 86%); padding:10px 20px!important;}
.plekken-single-knop p {background-color:#fff!important; display:inline-block!important; padding:10px 20px!important; clip-path: polygon(5% 3%, 96% 13%, 97% 90%, 2% 86%);}


/***** BUTTON SCHUINE RANDEN *****/
.tribe-common-c-btn-border {
    display: none;
}

/***** VACATURES ZOEKEN *****/
.wpgb-facet .wpgb-search-facet input[type="search"], 
.wpgb-facet .wpgb-autocomplete-facet input[type="search"],
.wpgb-select {border:1px solid #033243!important; border-radius:30px!important; color:#033243!important;}
.wpgb-facet *, .wpgb-facet ::before, .wpgb-facet ::after {color:#033243!important;}
.wpgb-select .wpgb-select-controls .wpgb-select-separator {background:#033243!important;}
.wpgb-select input::placeholder, .wpgb-search-facet input::placeholder {color:#033243!important; font-weight:600!important;}
.wpgb-reset {width:100%!important; background-color:#c4921e!important; color:#fff!important; border-radius:20px!important;}
.wpgb-select-placeholder {margin:2px 20px!important;}

/***** VACATURES ZOEKEN HOME *****/
#Vacatures-search-home .wpgb-facet .wpgb-search-facet input[type="search"], 
#Vacatures-search-home .wpgb-facet .wpgb-autocomplete-facet input[type="search"],
#Vacatures-search-home .wpgb-select {border:2px solid #fff!important; border-radius:30px!important; color:#fff!important;}
#Vacatures-search-home .wpgb-facet *, 
#Vacatures-search-home .wpgb-facet ::before, 
#Vacatures-search-home .wpgb-facet ::after {color:#fff!important;}
#Vacatures-search-home .wpgb-select .wpgb-select-controls .wpgb-select-separator {background:#fff!important;}
#Vacatures-search-home .wpgb-select input::placeholder, 
#Vacatures-search-home .wpgb-search-facet input::placeholder {color:#fff!important; font-weight:400!important;}

#Vacatures-search-home .wpgb-facet-8 {max-width:350px!important;}
#Vacatures-search-home .wpgb-facet-2 {max-width:200px!important; margin:0 20px!important;}
#Vacatures-search-home .wpgb-facet-3 {max-width:200px!important; margin:0 20px!important;}
#Vacatures-search-home .wpgb-facet-4 {max-width:200px!important; margin:0 20px!important;}
#Vacatures-search-home .wpgb-facet-5 {max-width:200px!important; margin:0 20px!important;}
#Vacatures-search-home .wpgb-facet-6 {max-width:200px!important; margin:0 20px!important;}
#Vacatures-search-home .wpgb-facet-7 {max-width:200px!important; margin:0 20px!important;}
#Vacatures-search-home .wpgb-combobox {border:0px!important;}
#Vacatures-search-home .wpgb-facet-1 .wpgb-button {border-radius:30px!important; background-color:#fff!important; color:#033243!important; font-size:16px!important; font-family:'poppins'; font-weight:600!important;}
#Vacatures-search-home .wpgb-facet-5 .wpgb-button:hover {border-radius:30px!important; background-color:#033243!important; color:#fff!important;}

/* Negatieve selectie: verberg elk element met class "no-print" */
@media print {
  .no-print { 
    display: none !important; 
  }
}

/* Verberg de Register-link in het Fusion Login-element */
.fusion-login-box .fusion-login-register {
    display: none !important;
}