/* Enter Your Custom CSS Here */
.post .entry-content p {
	font-size: 12px;
}

.entry-featured {
  display: none;
}
#footer {
	float: left;
}
#footer .site-bar {
    display: none;
}
#footer .site-logo{
  display:none;
}
.footer-center {
  text-align: center;
}
.entry-meta a {
  color: #000;
}
.read-more {
  color: #000;
}
.entry-meta .entry-categories {
  display:none;
}
.site-bar {
  background-color: #000;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 0px;
  border-bottom: 0px;
  padding: 5px 0;
}
.site-bar.is_stuck {
  background-color: #000;
}
.site-tools.has-search .socials li a {
  color: #fff;
}
.searchform input {
	height: 33px;
}
.navigation > li > a {
  color: #fff;
}
.mobile-nav-trigger {
	color: #fff;
}
.mobile-nav-trigger a {
  color: #fff;
}
.nav ul {
	float: right;
}
.site-tools {
  float: left;
  width: auto;
}
.spacing {
	clear: both;
  	margin: 50px 0;
}
.widget {
  border: 2px solid #000;
}
.sidebar.sidebar-right .widget {
	padding: 0px;
  	padding-bottom: 5px;
  margin-bottom: 30px;
}
.textwidget {
	padding: 0px 10px;
}
.sidebar .widget:last-child, .widget p:last-child {
	border-bottom: 2px solid #000;
}
.sidebar.sidebar-right .widget {
	margin-left: 15px;
}
.sidebar {
	margin-top: 30px;
}

.sidebar.sidebar-right {
	border-left: none;
}
#content .entry {
	border: 1px solid #ebebeb;
  	padding: 10px 15px;
}
#content .row .col-md-12 {
	padding-left: 0px;
  	padding-right: 0px;
}
@media  only screen and (min-width: 992px) {
  #site-content .row .col-md-8 {
    width: 74.66666667%;
  }
  #site-content .row .col-md-4 {
    width: 23.33333333%;
    float: right;
  }
}
@media  only screen and (max-width: 600px) {
  .sidebar {
  	display: none;
  }
}

@media  only screen and (max-width: 767px) {
  .site-tools .searchform {
	display: block;
	float: none;
	margin: 0 auto;
	}  
  
  .slick-slider {
  	display: none !important;
  }
  #content .entry {
	border: 1px solid #ebebeb;
    border-left: none;
    border-right: none;
  	padding: 10px 15px;
	}
  #site-content .row .col-md-8 {
    width: 100%;
  }
  #site-content .row .col-md-4 {
    display: none;
  }
  .yuzo_related_post {
  	height: 0.1px;
    color: #fff !important;
  }
}