/*
Theme Name:     Soundcheck Child
Version:        0.1.0
Template:       soundcheck
*/

@import url("../soundcheck/style.css");

div.wpb_content_element .ui-tabs .ui-tabs-nav li, div.wpb_content_element .ui-accordion .ui-accordion-header, div.wpb_tabs .ui-tabs .ui-tabs-panel { background-color: rgba(0, 0, 0, 0.2); }
.wpb_call_to_action { background-color: rgba(0, 0, 0, 0.2); }

/*Title Color Change*/
#content .entry-title {
  padding: 8px 15px 7px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgb(141, 57, 40);
}

/*Widget Title Color Change*/
.widget-title {
  padding: 9px 15px;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: rgb(141, 57, 40);
}

/*Social Widget Color Background Change*/
.soundcheck_social_sharing_widget .sharing-buttons {
  padding: 5px;
  float: left;
  background-color: rgb(141, 57, 40);
}

/*Thumbnail Display*/
#content .entry-thumbnail {
  display: block;
  
}

/*Read More*/
.more-link	{  
  color: #ffffff; 
  background: rgb(141, 57, 40);

}
.more-link:hover	{
  background: #444444; 
  color: #000000;
}

.more-link	{ 
  font-size: 12px; 
  font-weight: bold; 
  text-transform: uppercase; 
  text-decoration: none; 
  padding: 0px 7px; 
  margin: 0 0 20px 0; 
  line-height: 19px; 
  display: inline-block; 
/*position: relative;*/ 
  top:-10px; 
  -moz-border-radius: 2px; 
  -webkit-border-radius: 2px; 
  border-radius: 2px; 
}

a.more-link:hover	{ 
  text-decoration: none;
}

blockquote:after {
  float: right;
  margin-right: 40px;
  font-size: 64px;
  line-height: 0px;
  font-weight: bold;
  content: "\201D";
}

#disqus_thread {
margin-left: 25px;
margin-right: 25px;
margin-top: 75px;
}
.wpb_video_wrapper .fluid-width-video-wrapper { padding-top: 0 !important; position: static; }