/**
 * Your Inspiration Themes
 * 
 * In this files the framework register default metaboxes.
 * 
 * @package WordPress
 * @subpackage Your Inspiration Themes
 * @author Your Inspiration Themes Team <info@yourinspirationthemes.com>
 *
 * This source file is subject to the GNU GENERAL PUBLIC LICENSE (GPL 3.0)
 * that is bundled with this package in the file LICENSE.txt.
 * It is also available through the world-wide-web at this URL:
 * http://www.gnu.org/licenses/gpl-3.0.txt
 */


@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/k3k702ZOKiLJc3WVjuplzHhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: local('Open Sans Extrabold'), local('OpenSans-Extrabold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/EInbV5DfGHOiMmvb1Xr-hnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/MTP_ySUJH_bn48VBG8sNSnhCUOGz7vYGh680lGh-uXM.woff) format('woff');
}
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local('Open Sans'), local('OpenSans'), url(https://themes.googleusercontent.com/static/fonts/opensans/v6/cJZKeOuBrn4kERxqtaUH3T8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}

/********************************************

In this file you can add your custom CSS.
It will always override rules in style.css.
Good work... and good luck! :)

********************************************/

#header > .group.container{
  margin-top: 60px;
  margin-bottom: 20px;
}
#topbar_login {
    position: absolute;
    right: 0;
    top: 0;
}
#topbar {
    position: fixed;
    width: 100%;
    z-index: 2147483647;
}

.content,
.content li,
.content p {
	color: #000 !important;
	font-size: 12pt !important;
}
.content a {
	font-size: 12pt !important;
	color: #008;
	font-weight: bold;
}
.wp-caption-text {
	font-size: 10pt !important;
	color: #000;
}
.recent-post .post-date {
	display: none;
}
.ssk-group {
	text-align: center;
}
.ssk.ssk-xlg::before, 
.ssk-xlg > .ssk::before, 
.ssk.ssk-xlg .glyphicon, 
.ssk-xlg > .ssk .glyphicon, 
.ssk.ssk-xlg .fa, 
.ssk-xlg > .ssk .fa  {
	font-size: 68px !important;
}
.ssk {
	margin-right: 10px;
	color: #fff !important;	
}
#portfolio.filterable .ch-info p {
    color: #fff !important;
    text-shadow: 0 0 1px #000, 
    			 0 0 1px #000,
    			 0 0 1px #000;
}
@media (max-width: 480px) {
	.box-sections.numbers-sections {
		clear: both;
       display: block;
	}
}
