/*
Raymond Law - Wider content area
*/
#content.site-content {
	max-width: 70%;
}

/*
Raymond Law - No underline for links
*/
.entry-content a, .entry-summary a, .comment-content a, .comment-respond a, .navigation a, .comment-navigation a, .current-menu-item > a {
	color: #ff0032;
	text-decoration: none !important;
}

.entry-content a:hover, .entry-summary a:hover, .comment-content a:hover, .comment-respond a:hover, .navigation a:hover, .comment-navigation a:hover, .current-menu-item > a:hover {
	color: #fe8241;
}

/*
Raymond Law - Change site branding font
*/
.site-branding a {
	font-family: 'Noto Sans';
}

.site-description {
	font-family: 'Noto Sans';
	font-style: normal;
}

/*
Raymond Law - Change site navigation lettercase
*/
#site-navigation a {
	text-transform: none;
}

/*
Raymond Law - Hide category
*/
.cat-links {
	display: none;
}

/*
Raymond Law - Hide tags
*/
.tags-links {
	display: none;
}

/*
Raymond Law - Block quote background light grey
*/
.entry-content blockquote {
	background-color: #f8f8f8;
}

/*
Raymond Law - More space below post title
*/
.entry-header {
	margin-bottom: 50px;
}

/*
Raymond Law - Fix font size for code tags
*/
code {
	border: none;
	font-size: 1em;
}

/*
Raymond Law - Remove meta data from posts and comments
*/
.entry-meta {
	display: none;
}

.comment-metadata {
	display: none;
}

/*
Raymond Law - Circle gravatar in comments
*/
.comment-author .avatar {
	border-radius: 50%;
}

/*
Raymond Law - Prevent comment content overlap avatar
*/
.comment-content {
	margin-top: 40px;
}

/*
Raymond Law - Change site info font at the bottom of page
*/
.site-info {
	font-family: 'Noto Sans';
}

/*
Raymond Law - Customize Mailchimp signup form
Reference: http://diythemes.com/thesis/mailchimp-email-signup-forms/
*/
#mc_embed_signup {
	background: #393939 url(/wp-content/uploads/2015/11/dark.png) repeat-x top;
	border: 3px solid #111;
	color: #fff;
	margin: 30px 0;
	padding: 20px 15px;
	text-align: center;
}

#mc_embed_signup h2 {
	color: #fff;
	font-size: 34px;
	line-height: 42px;
	margin: 20px 0;
}

#mc_embed_signup h4 {
	color: #fff;
}

#mc_embed_signup p {
	font-size: 18px;
	margin: 10px auto;
	max-width: 85%;
	text-align: left;
}

#mc_embed_signup .footnote {
	font-size: 14px;
}

#mc_embed_signup ul {
	font-size: 15px;
	list-style-position: inside;
	margin: 10px 0;
}

#mc_embed_signup ul li {
	margin-left: 50px;
	text-align: left;
}

#mc_embed_signup div.mc-field-group {
	margin: auto;
	width: 85%;
}

#mc_embed_signup input {
	border: 1px solid #111;
	font-family: "Noto Sans";
	font-size: 15px;
	margin: 10px 0;
	padding: 8px 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 2px 2px #111;
	-moz-box-shadow: 0 2px 2px #111;
	-webkit-box-shadow: 0 2px 2px #111;
}

#mc_embed_signup input.name {
	background: #fff url(/wp-content/uploads/2015/11/name.png) no-repeat 10px center;
	padding-left: 35px;
	width: 100%;
}

#mc_embed_signup input.email {
	background: #fff url(/wp-content/uploads/2015/11/email.png) no-repeat 10px center;
	padding-left: 35px;
	width: 100%;
}

#mc_embed_signup input[type="submit"] {
	background: #960e17 url(/wp-content/uploads/2015/11/red.png) repeat-x top;
	border: 1px solid #111;
	color: #fff;
	cursor: pointer;
	font-size: 18px;
	font-weight: bold;
	padding: 8px;
	text-shadow: -1px -1px #3a060a;
	text-transform: none;
	width: 85%;
}

#mc_embed_signup input[type="submit"]:hover {
	color: #ffa5a5;
}

#mc_embed_signup div#mce-responses {
	font-size: 15px;
	float: left;
	top: -1.4em;
	overflow: hidden;
	margin: 0 5%;
	clear: both;
	text-align: left;
}

#mc_embed_signup div.response {
	float: left;
	top: -1.5em;
	z-index: 1;
}

#mc_embed_signup #mce-error-response {
	display: none;
}

#mc_embed_signup #mce-success-response {
	display: none;
}

#mc_embed_signup label.error {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.05em;
	text-align: left;
	padding: .5em 0;
}

/*
Raymond Law - Format mentorship samples
*/
.sample {
	margin: 20px auto;
}

/*
Raymond Law - Format testimonials
*/
.testimonial {
	background: linear-gradient(#383838, #676767);
	color: #ffffff;
	margin: 20px auto;
	padding: 20px;
}

.testimonial blockquote {
	background-color: rgba(0, 0, 0, 0);
	color: #ffffff;
	margin: 0px;
}

.testimonial .author {
	margin: 10px;
	text-align: right;
}

.testimonial .author .name {
	color: #00c152;
}

.testimonial .author .avatar {
	margin: 0px 10px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
}

/*
Raymond Law - Price
*/
.price {
	color: #19c00e;
}

/*
Raymond Law - Call to action button
*/
button.cta {
	background: linear-gradient(to bottom right, #0589ff, #0589ff);
	border-radius: 13px;
	display: block;
	font-size: 1.3rem;
	line-height: normal;
	margin: auto;
	text-transform: none;
}

button.cta:hover {
	transform: scale(1.1) perspective(1px);
}
