/*
Theme Name: joreca
Author: Thomas Heil
Author URI: www.zweiimalmehr.de
Description: Child Theme für Website www.joreca-4x4.de
Version: 1.0
Tags: Schlagwörter die euer Theme kurz beschreiben
Text Domain: joreca
Template: twentyeleven
*/

/* =Theme customization starts here
-------------------------------------------------------------- */

.wp-caption .wp-caption-text {
    padding: 10px 10px 5px 10px;
}
.wp-caption .wp-caption-text, .gallery-caption {
    font-family: inherit;
}
.wp-caption .wp-caption-text:before, .gallery-caption:before {
    /* color: #666; */
    /* content: '\2014'; */
    /* font-size: 14px; */
    /* font-style: normal; */
    /* font-weight: bold; */
    /* margin-right: 5px; */
    /* position: absolute; */
    /* left: 10px; */
    /* top: 7px; */
	all: revert;
}

#colophon .widget_nav_menu ul {
	list-style: none;
}

#site-generator {
	display: none;
}

#nav-single .nav-previous {
    padding-right: .5em;
	margin-right: 4px;
}
.nav-previous {
    padding: .5em;
    background-color: #DDDDDD;
    border-radius: 15px;
}
.nav-previous:empty {
	display:none;
}

#nav-single .nav-next {
    padding-right: .5em;
	margin-left: 4px;
}
.nav-next {
    padding: .5em;
    background-color: #DDDDDD;
    border-radius: 15px;
}
.nav-next:empty {
	display:none;
}
	
/* Anpassungen für Responsive Lightbox & Gallery */

#fancybox-loading {
    z-index: 30004;
}
#fancybox-overlay {
    z-index: 30000;
}
#fancybox-wrap {
    z-index: 30002;
}
.tos-wrapper.tos-fixed {
    z-index: 30000;
}
.mfp-bg {
    z-index: 30000;
    opacity: .92;
}
.mfp-wrap {
    z-index: 30002;
}

