/* Enter Your Custom CSS Here */
.flex-title {
    display: none;
}

#header .logo span{
  display: none;
}

#header .logo img{
  margin: 0px 0px -7px 0px;
  height: auto;
  width: 100%;
}

*,p,strong{
  font-family: 'Open Sans', sans-serif;
  font-size: 15px;
}

.rightcontainer {
    width: 20%;
    float: right;
    padding-left: 15px;
}

.rightsidebar{
   width: 20%;
   float: left;
   padding-right: 15px;
}

.leftcontainer{
   width: 60%;
   float: left;
  padding: 15px;
}

@media screen and (max-width: 700px) {
    .rightcontainer {
        width: 100%;
    }
    
    .rightsidebar{
       width: 100%;
    }
    
    .leftcontainer{
       width: 100%;
    }
}

#home_container, #single_container, #category_category{
  background: #000;
  padding-top:0px;
}
  
.leftcontainer{
  background: #eeeeee;
}

.rightcontainer > div > h3, .h3_leftsidebar{
  color: red;
  font-size: 19px;
}

.post figcaption {
    max-height: 200px;
    min-height: 100px;
}

.maincontainer, #mainmenu-container, #header, .flexslider, .transparent-bg{
  max-width: 1100px;
}

.sidebarbox ul li a {
    font-size: 14px;
}

.searchbox .button, .searchbox input[type="submit"]{
  background: #c00;
}

.simple-image img{
  max-width:100%;
  height: auto;
}

.credits a{
  font-size: 12px;
  margin-bottom: -8px;
  display: inline-block;
}

.transparent-bg {
    background-color: rgba(238, 238, 238, 0.7);
}