/*  
Theme Name: Standard Child Theme Kit
Theme URI: https://github.com/eightbit/standard-child-theme-kit
Version: 3.0.1
Description: This is a "getting started" child theme kit for Standard 3.
Author: 8BIT
Author URI: http://8bit.io
Author Email: sales@8bit.io
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' );


/* Customizations
---------------------------------------------------------------------------------- */
.bsap a {
margin-bottom: 30px !important;
}

#standard-personal-image-3 {
margin-bottom: 5px;
}

#search-5 {
margin-bottom: 5px;
}

#optinskin-widget-4 {
margin-bottom: 5px;
}

.navbar .nav > li > a { font-size: 16px; color: white; }

.navbar {font-family:"Arial"}


.post p { font-size: 14px; }

.navbar-fixed-top .navbar-inner, .navbar-fixed-bottom .navbar-inner {background: #444444 !important;}


/* 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) {
	
}