/*
Theme Name: Vantage Child
Theme URI: http://www.cgk-utrechtwest.nl
Template: vantage
Author: Matthijs / Zacharias Luiten
Author URI: http://zachariasluiten.com
Tags: one-column,two-columns,left-sidebar,right-sidebar,grid-layout,custom-colors,custom-menu,custom-logo,featured-images,footer-widgets,full-width-template,post-formats,sticky-post,theme-options,threaded-comments,translation-ready,e-commerce
Version: dev.1538595203
Updated: 2018-10-03 21:33:23

*/

/* Links */
a {
    color: #ffffff;
}
a:hover,
a:focus,
a:active {
    color: #ffffff;
    text-decoration: underline;
}
/* =Menu
----------------------------------------------- */
.main-navigation {
    margin: 0 -35px;
    background: #343538;
    position: relative;
    font-size: 0;
    z-index: 9999;
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
}
.main-navigation ul li {
    display: inline-block;
    font-size: 11px;
    text-transform: uppercase; /*titel hoofdletter; matthijs*/
    position: relative;
}
.main-navigation ul ul {
    -webkit-box-shadow: 0 4px 50px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 4px 50px rgba(0,0,0,0.15);
    box-shadow: 0 4px 50px rgba(0,0,0,0.15);
    background: #464646;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    /* Third Level Items */
}
.main-navigation ul ul a {
    width: 250px;
    padding: 15px 20px 25px 20px !important;
    height: 30px; /* Matthijs' edit */
    font-size: 12px; /* Matthijs' edit */
}
/* =Archives
----------------------------------------------- */
article.post .entry-header,
article.page .entry-header {
    margin-bottom: 20px;
    max-height:330px; /*hoogte van de highlighted image, Matthijs*/
}
article.post .entry-header .entry-thumbnail,
article.page .entry-header .entry-thumbnail {
    margin-bottom: 20px;
    max-height: 280px; /*edit, Matthijs*/
    overflow:hidden; /*edit, Matthijs*/
}
article.post .entry-header .entry-thumbnail img,
article.page .entry-header .entry-thumbnail img {
    display: block;
    width: 100%;
    height: auto;
}
.post-navigation a,
#image-navigation a {
    text-decoration: none;
    padding: 6px 10px;
    /*edit Matthijsborder-top: solid 1px #d2d2d2;
    border-left: solid 1px #c3c3c3;
    border-right: solid 1px #c3c3c3;
    border-bottom: solid 1px #9f9f9f;*/
    background: #339999;
    /*edit Matthijs background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #dfdfdf), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #dfdfdf, #ffffff);
    background: -moz-linear-gradient(center bottom, #dfdfdf 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #dfdfdf);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dfdfdf', GradientType=0);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;*/
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    display: inline-block;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.125);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,0.125);
    box-shadow: 0 1px 1px rgba(0,0,0,0.125);
}
.post-navigation a:hover,
#image-navigation a:hover {
    /*edit Matthijsborder-top: solid 1px #dadada;
    border-left: solid 1px #cfcfcf;
    border-right: solid 1px #cfcfcf;
    border-bottom: solid 1px #a8a8a8;*/
    background: #99cccc;
    /*Edit Matthijs background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), color-stop(1, #ffffff));
    background: -ms-linear-gradient(bottom, #ebebeb, #ffffff);
    background: -moz-linear-gradient(center bottom, #ebebeb 0%, #ffffff 100%);
    background: -o-linear-gradient(#ffffff, #ebebeb);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ebebeb', GradientType=0);*/
}
/* =Sidebar widget styling
----------------------------------------------- */
#secondary .widget,
#footer-widgets .widget,
#masthead-widgets .widget {
    margin-bottom: 40px;
    font-size: 15px;
    color: #5e5e5e;
}
/* Plugin Inhoud Views kleur van de knop
----------------------------------------------- */
.pt-cv-readmore {
    color: #ffffff !important;
    background-color: #339999 !important;
    border-color: #339999 !important;
}

/* Font size van de kalender op de homepage */
.simcal-default-calendar p{
    font-size: 14px;
}
.simcal-default-calendar span{
    font-size: 14px;
}

/*edit Matthijs kalender dag tekst kleur*/
.simcal-day-label span{
    color: #ffffff;
}

/*edit Matthijs  geselecteerde menuknop tekst kleur*/
.current_page_item a{
    color: #ffffff !important;
}