/*
Theme Name: Morgen Media base
Author: Morgen Media 
Description: Template Morgen Media base
Version: 1.0
*/

.home #slider {
	background: #000;
	height: 60vh;
}
#slider {
	background: #000;
	height: 40vh;
}
#slider .carousel-inner,
#slider .carousel-inner .carousel-item {
	height: inherit;
}
#slider .slide {
	height: inherit;
	background-size: cover;
	background-position: center center;
	position: relative;
} 
#slider .slide .overlay {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 60px;
	color: #FFF;
}
#slider .slide .overlay h1 {
	text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
	margin-bottom: 15px;
	color: #FFF !important;
}
#slider .carousel-control-next, #slider .carousel-control-prev {
	width: 5%;
} 

.card {
	-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.05);
	border-radius: 0;
}
.card .card-img-top {
	border-radius: 0;
}

/*Wordpress editor styles start*/
.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	margin-bottom: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	margin-bottom: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

