/*
 Theme Name:   Enfold Child
 Description:  Enfold Chlld Theme
 Author:       Roy van Manen
 Author URI:   https://themeforest.net/item/alliance-intranet-extranet-wordpress-theme/12087162
 Template:     enfold
 Version:      1.0.0
 Text Domain:  enfold-child
*/

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
  text-transform: none;
}

.h1-link-class {
	color: #ffb866;
	text-decoration: underline;
}
.h1-link-class a:hover {
	color: #ffffff !important;
	background: #6c6760;
}

/* link in google maps */
/* #top .footer_color .widget a */
.widget a {
    font-size: 10px !important;
}

.footerlink {
	color: #ffffff !important;
	text-decoration: underline !important;
}

/* onderstaande voor de tekstgrootte in de maak een afspraak knop */
#top .avia-button .avia_button_icon,#top .avia-button .avia_iconbox_title {
    position: relative;
    font-size: 30Px;
    z-index: 3
}

@media only screen and (max-width: 479px) {
#top .avia-button .avia_button_icon,#top .avia-button .avia_iconbox_title {
    position: relative;
    font-size: 15Px;
    z-index: 3
}

/* met padding kun je de submenu hoogtes/ruimte instellen */
#top #header .avia_mega_div>.sub-menu {
    display: table;
    padding: 3px 30px 3px;
    border-top-style: solid;
    border-top-width: 2px;
	background-color: #eeeeee;
}
#top #header .avia_mega_div>.sub-menu.avia_mega_hr {
    padding-top: 3px;
	border-top-style: none;
}
