/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.natural-header-active #header .site-title a, .natural-header-active #header .site-title a:link, .natural-header-active #header .site-title a:visited {
	color: #FBFCFC;
	text-shadow: 0 0 0 rgba(255,255,255,1);
}

.natural-header-active #header .site-description {
	color: #FBFCFC;
}

.site-description {
	text-shadow: 0 0 0 rgba(255,255,255,1);
	color: #ff0055;
}

a, a:link, a:visited {
	color: #208B99;
}

.headline, .title.text-center {
	color: #333;
	text-shadow: none;
}

.headline {
	text-shadow: none;
}

/*darken mobile menu*/
.mobile-menu a {
	color: #717c81 !important;
}

.menu-toggle {
	color: #717c81;
}

.menu-toggle:before {
	color: #717c81;
}

/*Reduce Size of Slider Text*/
.slideshow .headline a, .slideshow .headline a:link, .slideshow .headline a:visited {
	font-size: 22px;
}

/*
	CSS Migrated from Jetpack:
*/

/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.natural-header-active #header .site-title a, .natural-header-active #header .site-title a:link, .natural-header-active #header .site-title a:visited {
	color: #FF0055;
	text-shadow: 0 0 0 rgba(255,255,255,1);
}

.natural-header-active #header .site-description {
	color: #FF0055;
}

.site-description {
	text-shadow: 0 0 0 rgba(255,255,255,1);
	color: #ff0055;
}

a, a:link, a:visited {
	color: #208B99;
}

.headline, .title.text-center {
	color: #333;
	text-shadow: none;
}

.headline {
	text-shadow: none;
}

/*darken mobile menu*/
.mobile-menu a {
	color: #717c81 !important;
}

.menu-toggle {
	color: #717c81;
}

.menu-toggle:before {
	color: #717c81;
}

/*Reduce Size of Slider Text*/
.slideshow .headline a, .slideshow .headline a:link, .slideshow .headline a:visited {
	font-size: 22px;
}
/* Home: hide the "Leave a comment" link -- 19841111-hc (EZ) */
.home .post-author .align-right {
  display: none;
}

/* Workaround for dropdown list background colors on Jetpack contact form | 6270862-zen pj */
#contact-form-113 .contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper.ui-state-active {
    background-color: #e4edf6;
}
#contact-form-113 .contact-form .contact-form-dropdown__menu .ui-menu .ui-menu-item-wrapper {
    background-color: #fff;
}
/* End workaround for Jetpack contact form list items background */