
/* Normal desktop :992px. */
@media (min-width: 992px) and (max-width: 1200px) {
 .logo {
    margin: 30px 0 10px;
    font-weight: bold;
    font-size: 66px;
 }
 figure.effect-layla figcaption {
   padding:2em;
 }
}
/* Tablet desktop :768px. */
@media (min-width: 768px) and (max-width: 991px) {
  .mobile-menu-area {
    display: block;
  }
  .logo {
    font-size: 60px;
    text-align: center;
  }
  .social-icons {
    margin:0px;
  }
  .social-icons li {
    margin:0 2%;
  }
  .text-search {
    border-bottom:0px !important;
  }
  .search-box {
    margin:0 0 3px;
  }
  
}


/* small mobile :320px. */
@media (max-width: 767px) {
     .mobile-menu-area {
    display: block;
  }
  .logo {
     font-size: 45px;
    line-height: 46px;
    text-align: center;
    margin:0 0 30px;
  }
  .border-wrap {
    margin: 20px 0 0;
  }
  .jast-site  {
    text-align: center;
  }
  body .post:nth-child(2n) {
    -webkit-transition-delay:0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
  }
  .promo {
      height: 229px;
      width: 100%;
      background-size: cover !important;
      margin: 0 0 20px;
      background: url(/img/promo.jpg) no-repeat 61% center;
  }
  .social-icons {
    margin:0px;
  }
  .social-icons li {
    margin:0 2%;
  }
  .text-search {
    border-bottom:0px !important;
  }
  .search-box {
    margin:0 0 3px;
  }
  figure.effect-layla figcaption {
       padding: 2em; 
  }
}
@media (min-width: 480px) and (max-width: 620px){ 
  
}

/* Large Mobile :480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {

   
}