/*
Theme Name: Dr. Wayne W. Dyer
Version: 1.0
Author: Marc Ertel
Author URI: http://www.dayafterdaymarketing.com/
*/

/*
HTML Boilerplate styles can be found in the html5-boilerplate/css directory.
*/

/* WordPress Required Styles */
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption-dd {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}


/* In-Article Image Alignment */
.imgR {
	float: right;
	margin: 0 0 15px 15px;
}

.imgL {
	float: left;
	margin: 0 15px 15px 0;
}

.imgC {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

@media only screen and (max-width: 1065px) {
	.ssbp-set--two {display: none !important}
}
@media only screen and (max-width: 850px) {
	.imgR, .imgL {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
}

@media only screen
and (max-width : 480px) {
	.post-body img {
		width: 100%;
		text-align: center;
		height: auto;
	}
}
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
	
.sticky h2 {
	padding-top: 10px;
}

h3.subtitle {
    margin: 7px 0 0px 0 !important}

#content img {
        border: 0px solid #eee !important;
}

#content .avatar img {
  border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border: 3px solid #ccc !important;
  width: 75px;
}

.post ul.ssbp-list li:before, .hh_events ul.ssbp-list li:before {
  color: #d96953;
  content: none;
}

ul.ssbp-list {
  margin: 0 0 0 0px !important;
}

.ssbp--theme-1 .ssbp-each-share {
  font-size: 12px !important;
  padding: 0px 4px 0px 2px !important;
  border: 1px solid #e0dddd;
  color: #000 !important;
  background: #f5f5f5 !important;
}

.featProd {
	width: 100%;
}

/*#prod-icons-map {
	top: 195px;
}*/

.article_end {font-style: italic; font-size: 14px}
.article_print {font-size: 12px; font-style: italic}


/* Hide Date for Livestream Event */
.post-12766 .event-meta, .post-12766 .event-info span.date {display: none}
/*.page-template-homepage .feat-event-date {display: none}*/


/* Blockquote Styles */
blockquote {letter-spacing: .5px}
blockquote span {font-style: normal; color: #777; text-transform: uppercase; font-size: 65%; letter-spacing: 1px;  font-weight: 700; font-family: 'Roboto', sans-serif;}

@media screen and (min-width:804px) and (max-width: 1000px) {
	#responsive-menu-button {
		left: 1rem !important;
		top: 3rem !important;
	}
}

@media screen and (min-width:769px) and (max-width: 803px) {
	#responsive-menu-button {
		left: 1rem !important;
		top: 4.8rem !important;
	}
}

@media screen and (min-width:569px) and (max-width: 768px) {
	#responsive-menu-button {
		top: 2rem !important;
	}
}

@media screen and (max-width: 568px) {
	#responsive-menu-button {
		top: 0.5rem !important;
	}
}

.responsive-menu-item a {
	background: none;
}

.responsive-menu-item a:hover {
	background: none;
}

.responsive-menu-item.facebook a,
.responsive-menu-item.twitter a,
.responsive-menu-item.youtube a,
.responsive-menu-item.pinterest a,
.responsive-menu-item.instagram a {
	padding-left: 2.5rem !important;
}

.responsive-menu-item.facebook a:before,
.responsive-menu-item.twitter a:before,
.responsive-menu-item.youtube a:before,
.responsive-menu-item.pinterest a:before,
.responsive-menu-item.instagram a:before {
	background: url(images/sprite.png);
	width: 30px;
	height: 30px;
	position: absolute;
	content: ' ';
	left: 0px;
	top: 5px;
}

.responsive-menu-item.facebook a:before {
	background-position: 5px 0px;
}

.responsive-menu-item.twitter a:before {
	background-position: -20px 0px;
}

.responsive-menu-item.youtube a:before {
	background-position: -110px 0px;
}

.responsive-menu-item.pinterest a:before {
	background-position: -50px 0px;
}

.responsive-menu-item.instagram a:before {
	background-position: 145px 0px;
}