@media (max-width: 767px) {

.containerx{
  width: 96%;
  padding: 0 2%;
}

#header{ 
  display:none;
}

#header-mobile{
  clear:both;
  width: 100%;
  padding: 25px 0px 25px 0px;
  text-align: center;
  border-bottom: 1px solid #000;
  position:relative;
}

#header-mobile > a > img{
  width: 230px;
  margin: 0 auto;
}

.mobilemenubutton{
  position: absolute;
  top: 27px;
  left: 2%;
  font-size: 15px;
  padding: 2px 2px 0px 2px;
  /*border: 1px solid #cfcfcf;
  border-radius: 2px;*/
  color: #6f6f6f;
}

#sidebar-search-mobile{
  padding-top: 25px;
}

#sidebar-search-mobile input{
  width: 100%;
  border: 1px solid #cfcfcf;
}

#MobileMenu{
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #cfcfcf;
}

#MobileMenu h3{
  text-align: left;
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  padding: 0;
}

#MobileMenu > h3 a{
  color: #3f3f3f;
  text-transform: uppercase;
  text-decoration: none; 
}

#MobileMenu > h3 a::before{
  content: "+ ";
}

#MobileMenu h3 a:hover{
  color: #6f6f6f;
  text-decoration: none; 
}

.mobile-menu-div{
}

.mobile-menu-div ul{
  text-align: center;
  list-style-type: none;
  padding: 0;
}

.mobile-menu-div ul li a{
  color: #6f6f6f;
  text-decoration: none;
  text-transform: uppercase;
  font-family: 'LatoBold', Fallback, sans-serif;
}

.mobile-menu-div #sidebar-authors{
  padding-top: 0px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 0;
}

.mobile-menu-div .author{
  padding-top: 5px;
}

.mobile-menu-div .author h3{
  color: #3f3f3f;
  font-size: 14px;
  font-family: 'LatoBold', Fallback, sans-serif;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center !important;  
}

#sidebar-sociallinks-mobile{
  border-bottom: 1px solid #cfcfcf;
}

#sidebar-sociallinks-mobile ul{
  text-align: center;
  list-style-type: none;
  margin: 0;
  padding: 25px 0 25px 0;
}

#sidebar-sociallinks-mobile ul li{
  display: inline-block;
}

#sidebar-sociallinks-mobile ul li a img{
  height: 22px;
  width: auto;
  padding: 0 10px;
}

#sidebar-book-mobile{
  padding-top:25px;
}

#sidebar-book-mobile img{max-width:100%;height: auto !important;}

#sidebar-book-mobile h3{
  color: #3f3f3f;
  font-size: 14px;
  font-family: 'LatoBold', Fallback, sans-serif;
  padding: 0;
  margin: 0 0 20px 0;
  text-transform: uppercase;
  text-align: center !important;
  
}

#sidebar{
  display:none;
}

#posts{
  width: 100%;
  float: none;
}

.post-seemore ul li{
  width: 48%;
  padding: 1% 1%;
}

.post-seemore ul li img{
  width: 100%;
  height: auto;
}

.post-seemore ul li a.zem_rp_title{
  padding: 0 5%;
  width: 90%;
  position: absolute;
  top: 30px;
  left: 10px;
  color: rgba(0,0,0,0);
  text-transform: uppercase;
  line-height:20px;
}

.comment .comment-avatar {display:none;}
.comment .comment-body{width:100%;}
.comment.bypostauthor .comment-avatar{display:block;width:15%;float:left;margin:0;}
.comment.bypostauthor .comment-body{float:left;width:85%;}

/*.depth-1 .comment-avatar div{display:block;width:50%;}
.depth-1 .comment-body{width:50%;}
.depth-2 .comment-avatar div{display:block;width:50%;}
.depth-2 .comment-body{width:50%;}*/
/*.depth-3 .comment-avatar{display:none;}
.depth-3 .comment-body{width:100%;}
.depth-4 .comment-avatar{display:none;}
.depth-4 .comment-body{width:100%;}
.depth-5 .comment-avatar{display:none;}
.depth-5 .comment-body{width:100%;}
.depth-6 .comment-avatar{display:none;}
.depth-6 .comment-body{width:100%;}
.depth-7 .comment-avatar{display:none;}
.depth-7 .comment-body{width:100%;}
.depth-8 .comment-avatar{display:none;}
.depth-8 .comment-body{width:100%;}*/

.comment-form-row{
  padding-left: 0;
}

.comment-form-row label{
  width: 100%;
  float: none;
}

.comment-form-row textarea,
.comment-form-row input{
  width: 100%;
  float: none;
}

.comment-form-row-submit input{
  width: 75px;
  height: 30px;
}

.footer-logo{
  width: 100%;
  float: none;
  padding-left: 0;
  padding-top: 25px;
  text-align: center;
}

.footer-logo img{
  height: 40px;
  width: auto;
  margin: 0 auto;
}

.footer-disclaimer{
  width: 100%;
  float: none;
  text-align: center;
  line-height: 24px;
  color: #b7b7b6;
  padding-right: 0;
  padding-top: 25px;
  padding-bottom: 25px
}

.footer-disclaimer p{
  padding: 0 10% 0 10%;
}

}

a.mobilemenubutton,
a.mobilemenubutton span{color:#231f20 !important;}