/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/


/*logo font grootte*/

#header_main .avia-menu-text {
    font-size: 14px;
}


#top #header #avia-menu > li:hover > a span.avia-menu-text {
    color: #59737f !important;
    border: 0 !important;
}

/*menu font*/
p, li, a {
  font-family: 'Quicksand', sans-serif;
  font-size: 12pt;
  line-height: 18pt; }

/* Main menu desktop */
@media screen and (min-width: 990px) {
    .av-main-nav > li > a {
        font-size: 16px;
        font-weight: normal;
    }
}

h1 {
		font-size: 28px;
		font-weight: 600;
		margin-bottom: 15px;
	}

h2 {
		font-size: 18px;
		font-weight: 600;
		margin-bottom: 15px;
	}


/* Form style */
textarea, input {
  background-color: #fff !important; }

input, textarea {
    color: #666 !important;
    border: 2px solid #EEE !important;
    -webkit-border-radius: 3px !important;
    -moz-border-radius: 3px !important;
    border-radius: 3px !important;
}

input[type="submit"] {
    color: white !important;
    background-color: #486472 !important;
    padding: 15px 30px;
    border: none !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}




/*scroll top link niet laten zien*/
#scroll-top-link {display: none; }

/*footer links onderstreept*/
#footer a {
  text-decoration:underline !important;
}
/*koptekst footer grootte/*/
.widgettitle { font-size: 18px; }

/* Appointments plugin CSS */
.slots {
    border: none;
    box-shadow: none;
}

/* geen lijn om de gallerij */
#top div .avia-gallery img {
    border-style: none;
}
/* gallerij goed tonen op kleine schermen */
.responsive .av-horizontal-gallery-img {
    height: 100%;
    width: auto;
}



/*recaptcha logo niet laten zien*/
.grecaptcha-badge {display: none;}

/*uitlijning trustindex:*/
.code-shortcode {
float: left;
}


