/*
Theme Name: Salient Child Theme
Theme URI: http: //mysite.com/
Description: This is a custom child theme for Salient
Author: My Name
Author URI: http: //mysite.com/
Template: salient
Version: 0.1
*/

/****** Custom SOcial Media in Header ******/

#social .cust-face,
#social .cust-twit,
#social .cust-you,
#social .cust-link,
#social .cust-amaz,
#social .cust-pint,
#social .cust-inst {
	text-indent:-9999px;
}

#social .cust-face:hover,
#social .cust-twit:hover,
#social .cust-you:hover,
#social .cust-link:hover,
#social .cust-amaz:hover,
#social .cust-pint:hover,
#social .cust-inst:hover {
	opacity:0.7;	
}

#social .cust-face {
	background:url('/wp-content/uploads/2018/07/facebook.png') no-repeat center center;
	height:32px;
	width:32px;
	margin-right: 3px;
}

#social .cust-twit {
	background:url('/wp-content/uploads/2018/07/twitter.png') no-repeat center center;
	height:32px;
	width:32px;
	margin-right: 3px;
}

#social .cust-you {
	background:url('/wp-content/uploads/2018/07/youtube.png') no-repeat center center;
	height:32px;
	width:32px;
	margin-right: 3px;
}

#social .cust-link {
	background:url('/wp-content/uploads/2018/07/linkedin.png') no-repeat center center;
	height:32px;
	width:32px;
	margin-right: 3px;
}

#social .cust-amaz {
	background:url('/wp-content/uploads/2018/07/amazon-smile.png') no-repeat center center;
	height:32px;
	width:32px;
  margin-right: 3px;
}

#social .cust-inst {
	background:url('img/instagram-icon.png') no-repeat center center;
	height:32px;
	width:32px;
}

#social .cust-pint {
	background:url('/wp-content/uploads/2018/07/pinterest.png') no-repeat center center;
	height:32px;
	width:32px;
	margin-right:3px;
}

#below_slider_links {
	width: 695px;
	height: 80px;
	float: left;
}
#below_slider_link01 {
	float: left;
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#below_slider_link01 a{
	background: url(../salient/img/below_slider01.png);
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#below_slider_link02 {
	float: left;
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#below_slider_link02 a{
	background: url(../salient/img/below_slider02.png);
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#below_slider_link03 {
	float: left;
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#below_slider_link03 a{
	background: url(../salient/img/below_slider03.png);
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#below_slider_link04 {
	float: left;
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}
#below_slider_link04 a{
	background: url(../salient/img/below_slider04.png) center no-repeat;
	width: 173px;
	height: 80px;
	display: block;
	text-indent: -9999px;
}

.invis-clear {
	clear:both;
	font-size:0;
	line-height:0;
	padding:0;
	margin:0;
	border:none;
}

#thyroid_guidelines {
	width: 325px;
	height: 81px;
	display: block;
	text-indent: -9999px;
}
#thyroid_guidelines a{
	background: url(../salient/img/sidebar/ve-video-btn.png);
	width: 325px;
	height: 81px;
	display: block;
	text-indent: -9999px;
}
#clinical_thyroidology_patients {
	width: 325px;
	height: 78px;
	display: block;
	text-indent: -9999px;
}
#clinical_thyroidology_patients a{
	background: url(../salient/img/sidebar/clinical_thyroidology_patients.png);
	width: 325px;
	height: 78px;
	display: block;
	text-indent: -9999px;
}
#thyroid_online_access {
	width: 325px;
	height: 81px;
	display: block;
	text-indent: -9999px;
}
#thyroid_online_access a{
	background: url(../salient/img/sidebar/thyroid_online_access.png);
	width: 325px;
	height: 81px;
	display: block;
	text-indent: -9999px;
}
#member_society {
	width: 325px;
	height: 82px;
	display: block;
	text-indent: -9999px;
}
#member_society a{
	background: url(../salient/img/sidebar/member_society.png);
	width: 325px;
	height: 82px;
	display: block;
	text-indent: -9999px;
}
#thyroid_news_blog {
	width: 710px;
	list-style: none;
}
#thyroid_news_blog div.post
{
border-top: solid 1px #ddd;
padding-top: 10px;
margin-bottom: 10px;
}

.hide-me {
  display:none;
}

@media only screen and (min-width:1000px) {
article.post .content-inner .post-featured-img img {
    width: auto;
    max-width: 500px;
}
}


/********* TPS Testing *******/

.front-face-test-wrap {
    margin: 100px;
    padding-bottom: 10px;
}

.front-face-test-wrap .col {
	text-align:center;
}

.front-face-test-wrap .btn1 {
    background-color: #69998c;
    color: #fff;
    padding: 10px 20px;
    border-radius: 20px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;	
}


