/**
 * Theme Name: Watson Child
 * Theme URI: http://thethemefoundry.com/wordpress/watson/
 * Author: The Theme Foundry
 * Author URI: http://thethemefoundry.com/
 * Description:
 * Version: 1.0
 * Template: watson
 * License: GNU General Public License
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 */
@charset "UTF-8";


 /*---------------------------------------------------------
	width fixes 
-------------------------------------------------------- */
/*
#container {max-width: 900px; }

.wrapper, .page-wrapper {max-width: 900px;}

#main, .wrapper {margin: -40px 0 0 0; }

p, p span {
    font-size: 11pt !important;
}
*/
 /*---------------------------------------------------------
	pullquote/blockquote styling
-------------------------------------------------------- */
/*
.pullquote {
    font-size: 16pt;
    font-variant: normal;
    width: 250px;
    float: inherit;
    font-weight: normal;
    font-style: normal;
    text-align: left;
    margin: 20px;
    line-height: normal;
    padding: 5px 8px 5px 8px;
}

.entry blockquote {
	float: initial;	
	display: inline-block;
	padding: 10px 20px 1px;
	margin: auto;
	background-color: #efefef;
    	font-size: 100%;
	line-height: 1.6;
	font-weight: normal;
}
*/

 /*---------------------------------------------------------
	font styling
-------------------------------------------------------- */
h1, h2, h3, body, blockquote, sample,table { font-family: Verdana, Helvetica, Arial; }

h2 {font-style: normal; }
h3 { margin-top: 0; }

h1, h2, h3, h4 {clear: inherit; }


/*---------------------------------------------------------
	color
-------------------------------------------------------- */
h1, h2, h3, a {
    color: #006544;
}
a {
    font-weight: 700;
}
.alignright { text-align: left !important; }

.post-roll article.post h1 a {
  color: #006544; } 

.post-roll article.post .post-content nav span a {
    color: #006544;
}

/*---------------------------------------------------------
	Featured slider fixes for the archive page.
-------------------------------------------------------- */
body.archive .responsive-slides {
  zoom: 1;
  margin-bottom: 24px;
  margin-bottom: 1.41176rem;
}
@media screen and (min-width: 900px) {
  body.archive .responsive-slides {
    padding-right: 4.82759%;
  }
}
body.archive .responsive-slides:before, body.archive .responsive-slides:after {
  display: table;
  content: "";
}
body.archive .responsive-slides:after {
  clear: both;
}
body.archive .responsive-slides .rslides-direction-nav {
  float: right;
  margin-bottom: 0;
}
body.archive .responsive-slides p {
  font-family: "PT Serif", Georgia, Cambria, "Times New Roman", Times, serif;
  color: #1c1c1c;
}
body.archive .responsive-slides .featured-article {
  zoom: 1;
  margin-bottom: 12px;
  margin-bottom: 0.70588rem;
}
body.archive .responsive-slides .featured-article:before, body.archive .responsive-slides .featured-article:after {
  display: table;
  content: "";
}
body.archive .responsive-slides .featured-article:after {
  clear: both;
}
body.archive .responsive-slides .featured-article h1 {
  margin: 6px 0;
  margin:  0.35294rem 0;
}
body.archive .responsive-slides .featured-article p {
  font-size: 19px;
  font-size: 1.11765rem;
  margin-bottom: 0;
}
body.archive .responsive-slides .featured-article p span {
  color: #d00f1a;
  font-family: "Source Sans Pro", Helvetica, Arial, Verdana, Tahoma, sans-serif;
  font-size: 15px;
  font-size: 0.88235rem;
}
body.archive .responsive-slides .featured-article p span:before {
  content: "[";
  padding-left: 2px;
  padding-left: 0.11765rem;
  padding-right: 1px;
  padding-right: 0.05882rem;
}
body.archive .responsive-slides .featured-article p span:after {
  content: "]";
  padding-left: 1px;
  padding-left: 0.05882rem;
}

 /*---------------------------------------------------------
	Featured slider nav fix
-------------------------------------------------------- */
.rslides-direction-nav {
font-size: 130%;
font-weight: bold;
 }
 

 /*---------------------------------------------------------
	Minor cleanup for the content_block
-------------------------------------------------------- */

.content_block .no-break {display:none;}
.content_block .st_sharethis_hcount, .content_block .st_facebook_hcount, .content_block .st_twitter_hcount, .content_block .st_reddit_hcount, .content_block .st_pocket_hcount, .content_block .st_linkedin_hcount, .content_block .st_instapaper_hcount {display:none;}
.content_block .pin-it-btn-wrapper { display: none !important; }

.sfsi_Sicons {float: inherit !important;}
.content_block .sfsi_Sicons {display:none;}

.content_block {padding: 10px !important; }

.content_block {word-break: break-word}

/*bybon*/
.sfsi_Sicons{
    display: block !important;
    margin:0 auto !important;
}
.sfsi_socialwpr > div{
    float: left;
    width:auto !important;
}

/*aside[role="complementary"] a, footer[role="contentinfo"] a, .post-roll article.post .post-content nav a, .responsive-slides a, header.post-title .post-byline a, footer.post-footer a, .fyre .fyre-stream-sort a{
    color: #006544;
    font-weight: 700;
}*/
.wrapper .sfsi_Sicons .sf_addthis{
    margin-top: 4px !important;
}
 /*---------------------------------------------------------
	Minor cleanup for the hyphen/wordbreak issues.
-------------------------------------------------------- */
p, ul, ol, dl, blockquote { -webkit-hyphens: manual !important; -moz-hyphens: manual !important; hyphens: manual !important; }
table { word-break: inherit; }

 /*---------------------------------------------------------
	ie11 fix for blockquote centering
-------------------------------------------------------- */
/*
.entry {text-align:center;}
p {text-align:left;}
*/
 /*---------------------------------------------------------
	Blockquote responsive fix
-------------------------------------------------------- */
 
/*
@media screen and (min-width: 900px) {
.entry blockquote { max-width: 492px;
} }
*/

/*---------------------------------------------------------
	ie11 blockquote fix
-------------------------------------------------------- */
 
/*
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.entry blockquote {
		float: none!important;
		display: inline-block;
		padding: 10px 20px 1px;
		margin: auto;
		background-color: #efefef;
		font-size: 100%;
		line-height: 1.6;
		font-weight: normal;
		max-width: 492px;
		}
	}
*/
