/*
Theme Name: Divi Child Theme
Theme URI: http://nombre de dominio.com/
Version: 1.0
Description: A customized version of Divi which adds a number of tiny features I need.
Author: Daniel Alfaro
Author URI: http://whitesharkmedia.com/
Template: Divi
*/

.slider{
	min-height: 300px;
	position: relative;
	background-size: cover;
	background-attachment : fixed;
    background-position   : top center;
	text-align: center;
}
.slider h1{
	/*line-height: 300px;*/
	margin: 0;
	text-align: center;
	position: relative;
    z-index: 22222;
	color: #E13400;
    text-shadow: 2px 2px 0 #FFD300;
	font-family: "Vollkorn";
	font-weight: 700;
	font-size: 5rem;
	display: inline-block;
	margin-top: 100px;
}

.slider:before{
	content: "";
	background-image: url(https://mpartyrental.com/wp-content/uploads/2017/02/texture-before-1.png);
	background-repeat: repeat;
	top:0;
	left:0;
	bottom:0;
	right:0;
	position: absolute;
	opacity: .9;
	z-index: 1;
}

#crumbs{
	position: relative;
	z-index: 9;
}

#crumbs li{
	display: inline-block;
	vertical-align: top;
	margin-right: 1.5rem;
	color: #ffd300;
    font-size: 16px;
}
#crumbs li:last-child{
	margin-right: 0;
}
#crumbs a {
    color: #FFF;
}

.internal-pages-container{
	border-right: 1px solid #ddd;
}

.internal-pages-sidebar{
	padding-top:81px;
}

.internal-pages-sidebar h2{
	font-size: 22px;
	text-align: center;
	margin:0;
}

.internal-pages-sidebar section{
	margin-bottom: 4rem;
}
.internal-pages-sidebar section:first-child{
	background-color:#FFD300;
	padding: 1.5rem 1rem;
}
.internal-pages-sidebar section:first-child h2{
	color:black;
}
.internal-pages-sidebar section:first-child span{
	font-size: 16px !important;
}
.internal-pages-sidebar section:first-child a{
	margin:0;
}
@media screen and (max-width: 500px){
	
}
@media screen and (min-width: 980px){
	.wrapper{
		max-width: 1124px;
		margin-left: auto;
		margin-right: auto;
	}
}