/*  
Theme Name: BT Blog Child Theme
Theme URI: https://github.com/eightbit/standard-child-theme-kit
Version: 3.2.1
Description: BT Blog child theme kit for Standard 3.
Author: 8BIT
Author URI: Dan Brown
Author Email: dan@bittorrent.com
License: GNU General Public License v3.0 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: standard
*/


/* Import Standard Styles
---------------------------------------------------------------------------------- */

@import url( '../standard/style.css' );
@import url( '../standard/css/theme-responsive.css' );

/* Uncomment the line below to enable child theme right-to-left language support. */
/* @import url( '../standard/rtl.css' ); */


/* Customizations
---------------------------------------------------------------------------------- */

/*
h1, h2, h3, h4, h5, h6 {
	font-family: Oswald, sans-serif;
	font-weight: 400;
}
*/

.post-title {
	font-size: 24px;
  font-weight: 500;
}

.post-title a {
  color: #666666;
}

/*
.widget h4.widget-title {
	font-weight: 200;
}
*/

.post p {
	font-size: 15px;
	font-weight: 400;
	line-height: 21px;
  color: #666666;
}

p {
font-family: 'Open Sans' sans-serif;
font-weight: 400;
color: #666666;
}

p strong {
	font-weight; 700;
}

.embed-youtube {
	margin-bottom: 20px;
}

.Facebook.Members.widget-title {
	display:none;
}

#hgroup {
	padding: 0 0 20px;
}

/* ### CUSTOM CAPTIONS ### */

.entry-content .wp-caption {
  border: none;
  text-align: center;
  background-color: #222222;
  padding: 0;
  margin: 0 0 20px 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  border-image: initial;
  max-width: 100%;
}

.entry-content .wp-caption img {
  max-width: 100%;
  height: auto;
}

p.wp-caption-text {
  color: #DBDADA;
  font-size: 11px;
  margin-bottom: 0;
  line-height: 23px !important;
  font-size: 12px !important;
}

.fademe img:hover,
a img:hover {
  opacity: 0.85;
}
/* Media Queries
---------------------------------------------------------------------------------- */

/* Smartphones */
@media (max-width: 480px) {

}

/* Tablet & Mobile */
@media (max-width: 979px) {	
			
}

/* Mobile to Tablet */
@media only screen and (max-width: 767px) {
	
}


/* Landscape Tablets */
@media (min-width: 768px) and (max-width: 979px) {

}

/* Desktop */
@media (min-width: 980px) {
	
}

