/*
Theme Name: U-Design Child
Theme URI: http://themeforest.net/item/udesign-responsive-wordpress-theme/253220?ref=AndonDesign
Description: Child Theme for U-Design
Author: Andon
Author URI: http://themeforest.net/user/andondesign/portfolio?ref=AndonDesign
Template: u-design
Version: 1.0.0
*/

/**** BEGIN ADDING YOUR CUSTOM CSS CODE BELOW: ****/

.home a {
    text-decoration: none;
}

.page-id-6686 a {
    text-decoration: none;
}

a {
    text-decoration: underline;
}

#supplement-guide-form {
	padding: 50px 0 50px 0;
}

h2.home {
	text-align: center;
	color: #FFF;
	text-shadow: 3px 3px #333;
}

p.home {
	text-align: center;
	color: #FFF;
	text-shadow: 3px 3px #333;
}

p.update {
	padding-left: 30px;
}

h2 {
	text-align: center;
	margin: 20px 0 20px 0;
}

h3 {
	margin: 20px 0 20px 0;
}

h4 {
	margin: 20px 0 20px 0;
}

.page-id-6686 h2 {
	text-align: left;
	margin: 0 0 0 0;
}

h2.health-coaching {
	text-align: center;
	margin-top: 35px;
	color: #ffffff;
}

h2.health-coaching-2 {
	text-align: center;
	color: #ffffff;
}

h3.health-coaching {
	text-align: center;
}

a.health-coaching {
	color: #FFF;
	text-shadow: 2px 2px #333;
	text-decoration: none;
}

a.health-coaching-2 {
	color: #29C2DE;
	text-decoration: underline;
}

a.health-coaching-2:hover {
	color: #2B5763;
	text-decoration: none;
}

h2.contact {
	text-align: center;
	color: #FFF;
	text-shadow: 3px 3px #333;
}

h3.contact {
	text-align: center;
	color: #fff;
	text-shadow: 3px 3px #333;
	margin-top: 45px;
}

p.contact {
	text-shadow: 3px 3px #333;
}

a.contact {
	color: #29C2DE;
	text-decoration: underline;
}

a.contact:hover {
	color: #2B5763;
	text-decoration: none;
}

a.contact-2 {
	color: #fff;
	text-decoration: none;
}

.rounded-corners {
	border-radius: 15px;
	box-shadow: 2px 2px 2px #333;
}

span.bottom-spacer {
	margin-bottom: 30px;
}

div.tldr {
	padding: 15px;
	background-color: #ebebeb;
	margin: 25px 0 25px 0;
	border-radius: 15px;
}

div.series {
	padding: 15px;
	background-color: #29C2DE;
	color: #ffffff;
	margin: 25px 0 25px 0;
	border-radius: 15px;
}

div.series a {
	color: #ffffff;
}

.blink_me {
  animation: blinker 3s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0; }
}