/*
Theme Name: critors
Theme URI: http://wordpress.org/themes/critors
Author: the critors team
Author URI: http://wordpress.org/
Description: The 2012 theme for WordPress is a fully responsive theme that looks great on any device. Features include a front page template with its own widgets, an optional display font, styling for post formats on both index and single views, and an optional no-sidebar page template. Make it yours with a custom menu, header image, and background.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, gray, white, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: critots

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a{
	text-decoration:none;
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #ddd;
}
.container{
	background:#fff;
}
.header-top{
	min-height:70px;
}

.header-banner .container, #page .container{
	padding-bottom:15px;
}
.site-title{
	padding:15px 0;
}
.site-title h1{
	margin:0;
}
.site-title h2{
	margin:0;
	font-size:14px;
}

/* FRONT PAGE */

.frontpage-top-widget, frontpage-bottom-widget{
	margin-bottom:15px;
}

/* BLOG LIST */

.entry-lists{
	margin-bottom:15px;
	border-bottom:solid 1px #ddd;
	padding-bottom:15px;
}

/* SIDEBARS */
.sidebar-widget{
	background:red;
	margin-bottom:15px;
}
.sidebar-title{
	background:blue;
	float:left;
	width:100%;
}
.sidebar-title h4{}

#footer{
	margin-bottom:15px;
}

/*REQUIRED*/

article.sticky .featured-post {
	border-top: 4px double #ededed;
	border-bottom: 4px double #ededed;
	color: #757575;
	font-size: 13px;
	font-size: 0.928571429rem;
	line-height: 3.692307692;
	margin-bottom: 24px;
	margin-bottom: 1.714285714rem;
	text-align: center;
}
.gallery-caption,
.entry-caption {
	font-style: italic;
	font-size: 12px;
	font-size: 0.857142857rem;
	line-height: 2;
	color: #757575;
}

.gallery-item a,
.gallery-caption {
	width: 90%;
}

.gallery-caption a {
	display: inline;
}


@media (min-width: 768px) {

}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
  .container {
    width: 1030px;
  }
}


/* Fonts for Socal Icons
------------------------*/
/* Font Awesome by Dave Gandy - http://fontawesome.io */

@font-face {
	font-family: 'fontawesome';
	src:url('fonts/fontawesome.eot?mzkves');
	src:url('fonts/fontawesome.eot?#iefixmzkves') format('embedded-opentype'),
		url('fonts/fontawesome.woff?mzkves') format('woff'),
		url('fonts/fontawesome.ttf?mzkves') format('truetype'),
		url('fonts/fontawesome.svg?mzkves#fontawesome') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'fontawesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-plus:before {
	content: "\f067";
}
.icon-minus:before {
	content: "\f068";
}
.icon-chevron-up:before {
	content: "\f077";
}
.icon-twitter:before {
	content: "\f081";
}
.icon-facebook:before {
	content: "\f082";
}
.icon-linkedin:before {
	content: "\f08c";
}
.icon-github:before {
	content: "\f092";
}
.icon-pinterest:before {
	content: "\f0d3";
}
.icon-googleplus:before {
	content: "\f0d4";
}
.icon-rss:before {
	content: "\f143";
}
.icon-youtube:before {
	content: "\f166";
}
.icon-instagram:before {
	content: "\f16d";
}
.icon-flickr:before {
	content: "\f16e";
}
.icon-tumblr:before {
	content: "\f174";
}
.icon-dribbble:before {
	content: "\f17d";
}
.icon-vimeo:before {
	content: "\f194";
}
/* Assistive text */
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}

.social-title {
    font-size: 21px;
    line-height: 28px;
	float:left;
	margin:0 10px 0 0;
}
.social-links a{
	display: inline-block;
	font-size: 28px;
	line-height: 1;
	margin: 0 3px 15px;
	text-decoration: none;
}