/*
You can add your own CSS here.

Click the help icon above to learn more.
*/
body, button {
  color: #272c30;
  font-family: "Rubik", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 800px) {
  body, button {
    font-size: 14px;
  }
}
@media (max-width: 600px) {
  body, button {
    font-size: 14px;
  }
}
img { 

   /* image-rendering: -moz-crisp-edges;          /* Firefox */
    /*image-rendering: -o-crisp-edges;            /* Opera   */                 
   /* image-rendering: pixelated; /* Chrome */
   /* image-rendering: optimize-contrast;         /* CSS3 Proposed  */           
    /*-ms-interpolation-mode: nearest-neighbor;   /* IE8+   */                        

}

.gallery { margin: 0 auto 0px; }
.gallery .gallery-item {
	float: center;
	margin-top: 0;
	margin-bottom: -50px;
	text-align: center;
	width: 33%;
}
.gallery-columns-2 .gallery-item { width: 50%; }
.gallery-columns-3 .gallery-item { width: 33%; }
.gallery-columns-4 .gallery-item { width: 25%; }
.gallery img {
	box-shadow: 0px 0px 4px #999;
	border: 1px solid white;
	padding: 4px;
	background: #f2f2f2;
}
.gallery img:hover {
	background: white;
}
.gallery-columns-2 .attachment-medium {
	max-width: 300;
	height: auto;
}
.gallery-columns-3.attachment-thumbnail {
	max-width: 300;
	height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
	max-width: 250;
	height: auto;
}
.gallery .gallery-caption {
	color: #888;
	font-size: 12px;
	margin: 0 0 20px;
}
.gallery dl, .gallery dt { margin: 8; }
.gallery br+br { display: none; }

*, *:before, *:after {
  box-sizing: none;
}

.grid-text {
  font-size: 12px;
  word-wrap: break-word;
}
.excerpt-view .index-posts .post .entry-title {
  font-size: 32px;
  margin-bottom: 5px;
}

.left-sidebar-image {
  width: 100%;
	margin-bottom: 30px;
	padding-left: 2%
	/* display: inline-block;
   vertical-align: top;*/
}

.single .site-main .post .entry-content,
.full-post-view .site-main .post .entry-content {
  padding-left: 23%;
  position: relative;
  margin-left: 5%;
margin-right: 1%;
}

@media (max-width:1024px){
.meta-list sticky-widget{
display:none;
}
}

@media (max-width: 600px) {
  body, button {
    font-size: 15px;
  }
	.single .site-main .post .entry-content  {
		padding-left: 0;
	}
}
h4 {
  font-size: 22px;
}
