/*
Theme Name: Enfold Child
Description: A <a href='//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: //www.kriesi.at
Template: enfold
*/

/* glassy donkerder maken */
#top .av_header_glassy.av_header_transparency #header_main {
    background-color: rgba(255,255,255,0.9);
}

#top .av_header_glassy.av_header_transparency #header_meta {
    background-color: rgba(255,255,255,0.9);
}

.logo img.alternate {
display: none;
}
.av_header_transparency img.alternate {
display: block !important;
}

/* letter size menu aanpassen */
.main_menu ul:first-child > li > a { 
   font-size: 24px;}

/* datum bij event groter neer zetten  */
.tribe-event-date-start, .tribe-event-date-end, .tribe-event-time {
   font-size: 16px;
   font-weight: bold;
}

/* author niet zichtbaar in news items */
.blog-author{ display: none !important; }

/* font-size van news-headline in widgets aanpassen */
.newsbox .news-headline {
font-size: 16px;
}

/*  aanpassing event widget
.av-upcoming-event-data h4 {
  font-weight: normal;
} /* This is the title */
.av-upcoming-event-schedule {
  font-weight: normal;
} /*  This is the date */
/* 
.current_page_item 
{ color: white; background: red; }
*/
/* event image vierkant maken */
.av-upcoming-event-entry .av-upcoming-event-image {
    border-radius: 0 !important;
	width: 150px;
}

.av-catalogue-image {
    border-radius:  0 !important;
    width: 100px;
    float: left;
    margin-right: 15px;
}

.av_header_transparency .logo {
    width: 100%;
}

/* heading in header foto naar beneden */
h1.av-special-heading-tag {
padding-top: 250px !important;
padding-bottom: 0px !important;
}

/* button kleuren */
.alternate_color input[type="submit"]:hover {
background-color: #fcb140;
color: #704206;
border-color: #fcb140;
}
.alternate_color input[type="submit"] {
background-color: #704206;
color: white;
border-color: #704206;
}

/* link kleuren en hover  */
.alternate_color a {
color: #704206;
}
.alternate_color a:hover {
color: #fcb140;
}

/* color hover menu */
#top #wrap_all .av_header_transparency .main_menu ul:first-child > li > a:hover .avia-menu-text{
    color: #fcb140 !important;
}
li.current-menu-item > a > .avia-menu-text {
color: #fcb140 !important;
}

/* menu items aanpassen 
.av-catalogue-title {font-size: 15px !important;}
.av-catalogue-price {font-size: 15px !important;}
.av-catalogue-content {font-size: 13px !important;}
.av-catalogue-title-container {line-height: 1em;}
.av-catalogue-container {margin: 0;}
.av-special-heading {margin-top: 20px;}
.av-special-heading-tag {text-align: left;}
*/

/* hiermee zet je de max-width voor main-menu, anders komt mobile menu.
* Je moet dan wel in Enfold child - main menu tabblad - Alternate Menu for Mobile verwijzen naar je main-menu*/
@media only screen and (max-width: 1250px) {
  .menu-item {
    display: none;
  }
  .main_menu {
    display: block !important;
  }
  .av-burger-menu-main.menu-item-avia-special {
    display: block;
  }
}

/*.avia_iconbox_title {font-size: 20px;}*/
.avia-button.avia-size-x-large {font-size: 30px;}

/* facebook en insta zichtbaar in bovenbalk, nu transparant */

#top #wrap_all .av-social-link-facebook a {
    color: #fff;
    background-color: #37589b;
}
#top #wrap_all .av-social-link-facebook:hover a {
    color: #919191;
    background-color: transparent;
}

#top #wrap_all .av-social-link-instagram a {
    color: #fff;
    background-color: #a67658;
}

#top #wrap_all .av-social-link-instagram:hover a {
    color: #fff;
    background-color: #a67658;
}

/*tekengrootte sub-menu, werkte niet in ingebouwde CSS gezet.
.sub_menu { font-size: 20px; }
*/