﻿/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) { 
     
}

/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) { 
.article-list {
  padding: 30px;
}
.footer-wid {
  padding: 60px 0 0;
} 
.copyright-text {
  text-align: center;
}
.social-links.footer-social-links {
  text-align: center;
}    
.footer-bottom {
  margin-top: 45px;
}  
.newsletter-form button.btn[type="submit"] {
  float: none;
}    
.nav-links > div {
  bottom: -50px;
}  
.archive-title h2 {
  font-size: 40px;
}     
#comments {
  padding-bottom: 20px;
}
.footer {margin-top: 50px}
.mainmenu ul.nav.navbar-nav {
  margin-bottom: 10px;
}    
    
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) { 

.social-links {
  margin-top: 20px;
  text-align: center;
}
.navbar .navbar-toggle {
  border: 1px solid #333;
  display: block;
  float: none;
  margin: 25px auto;
}
.navbar .navbar-toggle .icon-bar {
  background: #333 none repeat scroll 0 0;
}  
.mainmenu ul.nav.navbar-nav li {
  display: block;
  float: none;
  text-align: left;
}    
.article-list {
  padding: 20px;
} 
.slide-text h2 {
  font-size: 45px;
}    
.post-detail-link::after, .footer-bottom::before, .entry-bottom::before, .entry-bottom::after, .comment-title::before {
  left: 50%;
  margin-left: -50%;
  width: 100%;
} 
.footer-wid {
  padding: 60px 0 0;
}
.footer-bottom {
  margin-top: 45px;
} 
.newsletter-form button.btn[type="submit"] {
  float: none;
}  
.nav-links > div {
  bottom: -40px;
}   
.header {
  height: 400px;
} 
.mainmenu ul.nav.navbar-nav::after {
  display: none;
}    
.article-title h2, .entry-title h2 {
  font-size: 25px;
}    
body {
  font-size: 15px;
  line-height: 27px;
}  
.archive-title h2 {
  font-size: 30px;
}    
.author-photo, .comment-author-img {
  margin-bottom: 30px;
  position: relative;
  width: auto;
} 
.author-right-info, .comment-content, .reply {
  padding-left: 0;
}    
.comment-content h3 span {
  float: right;
  margin-left: 10px;
}  
#comments {
  padding-bottom: 20px;
}
.footer {margin-top: 50px}
    .header-bg {background-position: center center !important}
.entry-bottom span.post-tags {
  border-right: medium none;
  margin-right: 0;
  padding-right: 0;
}
.entry-bottom span {
  display: block;
}    
    
}

/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) { 

}