/*

Theme Name: X &ndash; Child Theme
Theme URI: http://theme.co/x/
Author: Themeco
Author URI: http://theme.co/
Description: Make all of your modifications to X in this child theme.
Version: 1.0.0
Template: x

*/

.x-btn {
	    padding: 0.579em 1.105em 0.579em !important;
}

.blog-entry {
	padding-top:35px !important;
	padding-bottom:35px !important;
}

.p-meta {
	margin-bottom:25px !important;
}
.empfehlung-box {
	display:inline-block;
	position:relative;
}
.empfehlung {
position:absolute;
top: 1px;
left: 1px;
width: 100%;
height: 100%;
z-index: 100;
background: transparent url(http://test.hochzeitssaengerin.org/bilder/tipp2.png) no-repeat;
}
.fb-video object {
	width:640px !important;
	height:360px !important;
}
    
    
    
    
    
    

.teaser-top {
	padding-top: 5px;
	font-size: 16px;
}

.x-header-landmark {
	border: 0px;
}

.border-bottom {
	border-bottom: 1px solid #f2f2f2;
}



.x-container:nth-child(3) {
	width:100% !important;
	max-width: 100% !important;
}

entry {
	display: block;
}
entry:nth-child(even) {
	background-color: rgba(167, 165, 165, 0.15) !important;
}

.lightbox {
	/** Default lightbox to hidden */
	display: none;

	/** Position and style */
	position: fixed;
	z-index: 999;
	width: 100%;
	height: 100%;
	text-align: center;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.8);
}

.lightbox img {
	/** Pad the lightbox image */
	max-width: 90%;
	max-height: 80%;
	margin-top: 2%;
}

.lightbox:target {
	/** Remove default browser outline */
	outline: none;

	/** Unhide lightbox **/
	display: block;
}