/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.home .site-inner {
}

.home .sidebar {
	display: none;
}

.top-slider {
	text-align: center;
	margin-bottom: 20px;
}

.slideshow-window {
	background-color: transparent !important;
	border: none !important;
}

.below-slider .one-fourth {
	height: 150px;
	border-radius: 3px;
	position: relative;
}

.below-slider h1 {
	position: relative;
	margin: 50px auto;
	text-align: center;
	display: none;
	font-family: 'Dancing Script', cursive;
	color: #fff;
	font-weight: 700;
	font-size: 28px;
}

.below-slider .button {
	margin: 0 auto 30px;
	display: block;
	width: 600px;
	background: #FFE1CC;
	color: #fff;
	border-radius: 30px;
	border: 0;
}

.below-slider .button:hover {
	background: #DEC4B0;
}

.below-slider .one-fourth:hover h1 {
	display: block;
	width: 300px;
	left: -50%;
}

.top-slider img {
	border-radius: 3px;
}

.maternity {
	background: url('https://shannonlynnphotography.com/wp-content/uploads/2016/05/maternity_2.jpg');
	background-size: cover;
}

.baby {
	background: url('https://shannonlynnphotography.com/wp-content/uploads/2016/05/newborn_6.jpg');
	background-size: cover;
}

.toddlers {
	background: url('https://shannonlynnphotography.com/wp-content/uploads/2016/05/sitters_7.jpg');
	background-size: cover;
}

.family {
	background: url('https://shannonlynnphotography.com/wp-content/uploads/2016/05/family_6.jpg');
	background-size: cover;
}

.home-social a {
	color: #FFE1CC;
	text-align: center;
}

.home-social a span:hover {
	color: #DEC4B0;
}

hr.style-eight {
	padding: 0;
	border: none;
	border-top: medium double #333;
	color: #B09481;
	text-align: center;
}

hr.style-eight:after {
	content: "My Galleries";
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	position: relative;
	top: -1em;
	font-size: 1.25em;
	padding: 0 .35em;
	background: #fff;
}

@media only screen and (max-width: 768px) {
	.site-header,
																					.nav-primary {
		margin-bottom: 0;
	}
	
	.below-slider h1 {
		display: block;
	}
}

@media only screen and (max-width: 520px) {
	.below-slider h1 {
		position: relative;
		left: -50%;
		display: block;
		width: 300px;
	}
	
	.below-slider .button {
		width: 300px;
	}
	
	.page .site-inner {
		margin-top: 20px;
	}
	
	.page img {
		width: 100%;
	}
	
	.ms-bullets,
															.ms-thumb-list {
		display: none;
	}
	
	.ms-skin-default .ms-slide .ms-slide-vpbtn, .ms-skin-default .ms-video-btn, .ms-skin-default .ms-slide .ms-slide-vcbtn, .ms-skin-default .ms-nav-next, .ms-skin-default .ms-nav-prev, .ms-skin-default .ms-bullet {
		background-size: 152px 225px;
	}
}