/*
Theme Name: Solstice
Theme URI: http://seaboardthemes.com/solstice-dark
Author: SeaboardThemes
Author URI: http://themeforest.net/user/seaboardthemes
Description: A versatile and powerful multipurpose WordPress blog theme perfect for the minimal loving creative. A stunning visual experience with responsive grid system layout optimized for mobile touch and swipe.
Version: 1.0
License: GNU General Public License v2 or later
License URI: license.txt
Tags: black, white, dark, light, clean, modern, two-columns, blog, right-sidebar, responsive-layout, sticky-menu, custom-menu, editor-style, featured-images, flexible-header, responsive post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, accessibility-ready
Text Domain: solstice
*/

@media only screen and (max-width: 979px)
.sidebar {
    display: none!important;
}

.logo-container img{
	width: 100px;

}

.isc-source-text{
	background-color: rgb(121, 121, 121)!important;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

