.header-vertical .top-menu ul {
    padding: 0 0 0 0;
}/* Info logo bij menu in het midden */

.header-vertical #header-tools {
    padding: 0 30px 0 30px;
    margin-top: 20px;
  
}
/* Scrolbar custom*/

/* width */
::-webkit-scrollbar {
  width: 20px;
  background: #111111;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px black; 
  border-radius: 6px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #414141; 
  border-radius: 6px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #494949;
  border-radius: 6px;
  
}

/* Grijze rand om de menu knoppen */
  :focus {
    outline-color: #414141;
}

.formatter {
    padding: 0px;
}



/* Mega menu grote aanpassing */
.mega-menu.mm_columns_2 > ul {
    width: 320px;
}

.header-vertical .top-menu ul {
    padding: 0 0 14px 0 !important;
}


/* Rare  groenen balk bij scrollen op home album*/
.scroll-below {
    color: #fff;
    text-align: center;
    line-height: 30px;
    white-space: nowrap;
    background-color: #20C063;
    border: none;
    box-shadow: 0 0 3px rgba(0,0,0,0.5);
    padding: 10px 20px;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    z-index: 100;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    transition: opacity 3s, visibility 0s 3s;
    display: none;
}

/* Diavoorstelling van albums de titel verwijdert*/
.lg-sub-html .customHtml h4, .lg-sub-html .customHtml .description {
    background-color: rgba(0,0,0,0.78);
    display: block;
    max-width: 300px;
    margin: 0 auto;
    padding: 10px;
    border-radius: 3px;
    display: none;
}

/* Gallery */
/* Tekstbox hover */
.zTitfHov2 {
    position: absolute;
    top: 0%;
    left: 0%;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
  	font-family: Rajdhani,sans-serif !important;
    text-align: center !important;
    background: #000;
    color: #fff;
    transform: translateY(-100%) !important;
    -webkit-transform: translateY(-100%) !important;
    -moz-transform: translateY(-100%) !important;
    -ms-transform: translateY(-100%) !important;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    background: rgba(0,0,0,0.78) !important;
}

/* afbeelding vergroten */
.fhovZoom2 {
    display: grid;
    position: relative;
    width: 500px !important;
    height: 301px !important;
    border: 0px solid #ffffff;
    box-shadow: 0px 0px 0px #000000;
    -moz-box-shadow: 0px 0px 0px #000000;
    -webkit-box-shadow: 0px 0px 0px #000000;
    margin: -2px !important;
    overflow: hidden;
    opacity: 0;
}

/* Protected titel album weg */
.single-album .title-bar.outside {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    background-position: 0 0;
		display: none;
}

/* Zelfgemaakte Home album bovenste deel in #111111 gemaakt  2de is de tekst naar wit*/
.category-filter, .real-content .category-filter {
    list-style-type: none;
    margin: 0;
    padding: 40px;
    background: #111111;
}

.category-filter .selected a, .category-filter a:hover {
    color: #fff;
    text-decoration: none;
}

/* Filter tekst bij blog wit */
.category-filter.posts-filter .selected a, .category-filter.posts-filter a:hover {
    color: rgb(255, 255, 255);
}

/* Blog hoeken rond maken */
.layout-full #content, .layout-full_fixed #content, .layout-full_padding #content, .layout-parted .content-box, .layout-parted #secondary, .default404 .page-background, body.password-protected .page-background, .posts-list.search-no-results .layout-full #content, .posts-list.search-no-results .layout-full_fixed #content, .posts-list.search-no-results .layout-full_padding #content, .posts-list.search-no-results .layout-parted .content-box, .posts-list .layout-full #secondary, .posts-list .layout-full_fixed #secondary, .posts-list .layout-full_padding #secondary, .bricks-frame .formatter, .posts_horizontal .archive-item, .variant-under .caption, .albums-list-page .pre-content-box, .works-list-page .pre-content-box, .single-album .album-content, .single-album .formatter {
    background-color: rgba(255,255,255,1);
    border-radius: 5px;
}

/* Reacties uitgeschakeld */

.comments-area {
    margin: 60px -60px -60px;
    padding: 40px 60px;
    background-color: #FAFAFA;
    display: none;
}


/* Video omschrijving weg */
.slide-caption .description {
    margin-top: 20px;
    display: none;
}

/* Vraag teken wit */

#header-tools .tool {
    color: rgb(255, 255, 255);
}

/* Video achtergrond kleur veranderd */
.mejs-container {
    background: #111! important;
    font-family: Helvetica,Arial,serif;
    position: relative;
    text-align: left;
    text-indent: 0;
    vertical-align: top;
}

/* Rare kleine streepje tussen Photo en Video weg */
.mega-menu > ul > li::before {
    background-color: rgba(37,37,37,1);
    display:none;
}

/* Social icons in blog berichten meer naar rechts */
#content div.sharedaddy, #main div.sharedaddy, div.sharedaddy {
    clear: both;
    margin-left: 25px;
}