/*  
Theme Name: Standard Child Theme Kit
Theme URI: https://github.com/eightbit/standard-child-theme-kit
Version: 3.0.3
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' );

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


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




/* 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) {
	
}

#wrapper .container {
	background-color: #E6E6E6;
	border: 10px solid #FFFFFF;
	padding: 25px;
}

/* Below Header
---------------------------------------------- */

/* background */
#menu-under-header .navbar-inner,
.navbar .fill {
	background-color: #007EA1; 
	background-image: none;
        filter: none;
}

#menu-under-header .navbar-inner { height: 40px; }

#header {
margin-bottom: 20px;
padding-top: 20px;
}

.navbar .social-icons > li { margin: 0; }

.navbar .social-icons {
margin-bottom: 5px;
padding-top: 5px;
}

