/*
Theme Name: erdtmann
description: >-
 erdtmann Child Theme
Author: yewcom
Template: sydney

Version: 1.0.0
*/

.site-footer a:hover {
		color: #f6a7be;
}

#mainnav .current-menu-item {
    border-bottom: 2px solid #f6a7be;
}

#mainnav ul li a {
		position: relative;
		display: block;
		font-size: 18px;
		font-family: "Raleway", sans-serif;
		color: #fff;
		font-weight: 500;
		text-shadow: 1px 1px 1px white;
	}

	.footer-widgets .widget-title {
		text-transform: uppercase;
		color: #000;
		line-height: normal;
		margin: 5px 0 0;
	}

.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 57px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
		text-shadow: 2px 2px 2px white;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
		text-shadow: 2px 2px 2px white;
	}