/*
Theme Name: customrovelhnjweb
Theme URI: http://rovelweb.nl
Description: Nvt
Author: Ron
Author URI: http://rovelweb.nl
Template: xcel
*/


/******************* BOVENKANT ***********************/

/***** Menu letters iets groter */
.main-navigation a {
    font-size:14px;
    padding:20px 12px 33px;
}

/***** Logo iets minder hoog  */
.site-branding a img {
    height: 65px;
}

/***** Hoogte van de top-image op de niet-frontpage pages en van de slider op de frontpage een beetje hoger */
.page-titlebar, .home-slider-block {
    height:400px;
}

/***** ???? */
.page-titlebar-left {
    display:none;
}

/***** Logo bovenaan zonder wit kader + wat opgeschoven */
.xcel-setting-header-type-dark-light .site-branding {
    box-shadow: 0 0 0 0px #FFFFFF; */
}

.site-branding {
    padding: 0px 10px 11px;
}


/*****   teksten weg uit de slider */
.home-slider-block-inner {
    display:none;
}

/***** Kleur van het actieve current menu */
.xcel-setting-header-type-dark-light .main-navigation a:hover, .xcel-setting-header-type-dark-light .header-cart-contents:hover, .xcel-setting-header-type-dark-light .main-navigation li.current-menu-item > a, .xcel-setting-header-type-dark-light .main-navigation li.current_page_item > a, .xcel-setting-header-type-dark-light .main-navigation li.current-menu-parent > a, .xcel-setting-header-type-dark-light .main-navigation li.current_page_parent > a, .xcel-setting-header-type-dark-light .main-navigation li.current-menu-ancestor > a, .xcel-setting-header-type-dark-light .main-navigation li.current_page_ancestor > a {
    color:#f39620;
}

/***** Settings om logo even groot als de balk te maken */
.site-header-left {
    padding: 0!important;
}

#mysticky-nav {
    height: 65px;
}

.xcel-setting-header-type-dark-light {
    height: 65px;
}



/******************* ONDERKANT ***********************/

/***** Achtergrondkleur van de footer. Was #35264f.  Color alleen nodig bij #5e566c  */
.site-footer-standard {
    background-color: #5E566C!important;
}

.site-footer-standard a {
    color: #f3961e!important;
}

/***** Geef de links in de footer ook Museo_Slab500 font */
.site-footer-widgets .widget a {
    font-family: Museo_slab500, 'Open Sans', sans-serif;
}



/******************* WIDGETS, PLUGINS ***********************/


/***** een border rond een image met een caption-veld */
.wp-caption {
    border: 1px solid #cccccc;
}

/***** Mooiere transition voor een paar inkedblog plaatjes (Site Origin add-in) */
.cl-ib.animation_melete .cl-ib-image {
  -webkit-transition-duration: 1ms;
  transition-duration: 1ms;
}
.cl-ib.animation_melete .cl-ib-content {
  -webkit-transition-duration: 1ms;
  transition-duration: 1ms;
}
.cl-ib.animation_melete.hover .cl-ib-image {
  -webkit-transition-duration: 10s;
  transition-duration: 10s;
}
.cl-ib.animation_melete.hover .cl-ib-content {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}


.cl-ib.animation_soter .cl-ib-image {
  -webkit-transition-duration: 1ms;
  transition-duration: 1ms;
}
.cl-ib.animation_soter .cl-ib-content {
  -webkit-transition-duration: 1ms;
  transition-duration: 1ms;
}
.cl-ib.animation_soter.hover .cl-ib-image {
  -webkit-transition-duration: 10s;
  transition-duration: 10s;
}
.cl-ib.animation_soter.hover .cl-ib-content {
  -webkit-transition-duration: 8s;
  transition-duration: 8s;
}

/***** Settings om de social media knoppen rechts goed te krijgen */
.sticky-container {
    top: 350px!important;
    width: 185px!important;
}

.sticky li a img {
    float: left;
    margin: 0 0 0 0!important;
    margin-right: 0px!important;
}
.sticky li {
    height: 34px!important;
    -webkit-filter: grayscale(0%)!important;
}

.sticky li:hover {
 		margin-left: -10px!important; 
}		

.sticky li a p {
    display:none;
}

/***** Wat smallere tekst-velden op het Contactformulier */
input[type=text].redNaoInputText {
    width:50%
}
.bootstrap-wrapper .form-control {
    width:50%!important;
}

/***** Settings om een paar branches in de sitemap te verbergen */
#easytree .cat-item-1, #easytree .cat-item-3, #easytree .easytree__tags { 
    display:none; 
}



/******************* CONTENT ***********************/

/***** Anders zie je (in ieder geval met het Museo-font) de hyperlinks niet in de tekst.
******  Plus maak de nog niet bezochte hyperlinks blauw
****** art-article komt nog uit Joomla, obsolete */
.art-article a {
    text-decoration:underline;
}
.art-article a:link , .art-article a:visited{
      color:#35264f!important; 
}
/***** voortaan dus entry-content gebruiken */
.entry-content a {
    text-decoration:underline;
}
.entry-content a:link , .entry-content a:visited {
    color:#35264f; 
}

/***** Blogs wat opschonen */
span.cat-links , span.posted-on {
    display:none;
}

/***** Teksten in grijspaars #35264F en headers in groen #BB3556 */
.entry-content {
    color: #35264F;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5  {
    color: #1e8549;
}

.entry-title a:hover {
    color:inherit;
}

body, button, input, select, textarea {
	font-size: 16px;
	line-height: 1.5;
}