/* Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/*
Note: The best way to structure the use of media queries is to create the queries
near the relevant code. For example, if you wanted to change the styles for buttons
on small devices, paste the mobile query code up in the buttons section and style it
there.
*/

/* Main Style */


/* Main Style End*/
html {
  overflow-x: hidden;
}
.post-list .post-text-content {
  position: relative;
  width: 100%;
  bottom: 0;
  left: 0;
  background: #fff;
  padding: 20px 25px;
}
.post-one {
  margin-top: 65px;
}
.custom-margin-1 {
  margin-top: -130px;
}


/* Larger than Desktop HD */
@media (max-width: 1366px) {
  header img {
    width: 200px;
  }
}


/* Larger than Desktop HD */
@media (max-width: 1339px) {

  .post-list .post-count {
    font-size: 100px;
    line-height: 115px;
    margin-top: -20px;
    margin-right: 30px;
  }
  .post-list .post-text-content {
    bottom: -80%;
    padding: 20px;
  }





}


/* Larger than desktop */
@media (max-width: 1024px) {
  .container {
    max-width: 900px !important;
  }
  .post-list {
    margin-top: 80px;
  }
  .post-list .post-content {
    width: 70%;
  }
  .post-list .lightgallery img {
    width: 75%;
    margin-left: 12.5%;
  }
  .custom-margin-1 {
    margin-top: -100px;
  }
  .post-list .post-text-content .title {
    font-size: 21px;
    line-height: 21px;
  }
  .hero-title {
    font-size: 28px;
    line-height: 35px;
  }
  .about-the-host {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .about-the-host .name {
    font-size: 30px;
    line-height: 37px;
  }
  .about .footer-logo h4 {
    font-size: 35px;
    line-height: 35px;
  }
  .about {
    padding: 60px 0;
  }
  .about .row::before {
    top: -60px;
  }
  .move-to-bottom img {
    width: 100%;
  }


}

@media screen and (max-width: 999px) {
  .container {
      max-width: 800px !important;
  }
  .post-list .even-post .post-count {
    margin-left: 20px;
  }
  .post-list .post-count {
    margin-right: 20px;
  }

}

/* only for king composer */
@media screen and (max-width: 998px) {


}


/* only 768*/
@media screen and (max-width: 768px) {
  .container {
    max-width: 668px !important;
  }
  .post-list .col-md-4 , .post-list .col-md-6, .post-list .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin: 0;
  }
  .about-the-host .col-md-3, .about-the-host .col-md-5, .about .col-md-8, .home .col-md-7, .home .col-md-5 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .about-the-host .title {
    text-align: left !important;
  }
  .about-the-host .name {
    margin-left: 0;
    margin-top: 20px;
  }
  .about h3.title {
    margin-top: 50px;
  }
  .about .col-md-3 {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }
  .disable-on-mobile {
    display: none;
  }
  .first-post {
    margin-top: 0;
  }
  .hero-bg-image {
    width: 70%;
    bottom: 0;
    top: unset;
    transform: translateY(-10px);
  }
  .home {
    position: relative;
    height: auto;
  }
  .home .row {
    padding: 140px 0 80px;
  }
  .home .content-area {
    margin-top: 50px;
  }
  header img {
    width: 200px;
  }
  .full-height {
    height: auto;
  }
  .post-list .post-2 {
    margin-top: 0;
  }
  .post-list .post-content {
    width: auto;
  }
  .post-list .post-text-content {
    bottom: 0;
    padding: 0;
    margin-top: 20px;
  }
  .post-one {
    margin-top: 0;
  }
  .post-each {
    margin-top: 60px !important;
  }

}



/* Larger than tablet */
@media screen and (max-width: 767px) {
  .container {
      max-width: 667px !important;
  }
  

}

/*iPhone 6Plus Landscape Mode*/
@media screen and (max-width: 736px) {
  .container {
      max-width: 636px !important;
  }



}


/*iPhone 6 Landscape Mode*/
@media screen and (max-width: 667px) {
  .container {
      max-width: 567px !important;
  }


}

@media screen and (max-width: 639px) {


}

/*Google Nexus and Other Large Smart Phones v1*/
@media screen and (max-width: 600px) {
  .container {
      max-width: 500px !important;
  }
  .hero-title {
    font-size: 25px;
    line-height: 33px;
  }
  .home .content-area {
    margin-top: 30px;
  }
  .home .row {
    padding: 130px 0 60px;
  }
  .post-list .post-count {
    font-size: 70px;
    line-height: 80px;
    margin-top: 0;
    margin-right: 0;
  }
  .post-list .post-content {
    width: 100%;
  }
  .about-the-host {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .about-the-host .title {
    font-size: 30px;
    line-height: 37px;
  }
  .about-the-host .name {
    font-size: 25px;
    margin-top: 15px;
    line-height: 32px;
  }
  .about .col-md-3 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 1000%;
  }
  .about h3.title {
    margin-top: 30px;
  }
  .about {
    padding: 30px 0;
  }
  .footer {
    padding: 30px 0;
  }
  .post-list {
    margin-top: 60px;
  }
  .for-mobile {
    display: block !important;
  }
  .for-pc {
    display: none !important;
  }
  .post-list .even-post .post-count {
    margin-left: 0;
  }
  .post-each {
    margin-top: 30px !important;
  }
  .post-list .post-5 {
    padding-bottom: 0px;
  }
  .post-list .post-3 {
    margin-bottom: 0;
  }
  .about .row::before {
    top: -40px;
  }


}


/*iPhone Landscape Mode and Mediium Smart Phones*/
@media screen and (max-width: 480px) {
  .container {
      max-width: 400px !important;
  }
  



}

/*iPhone 6Plus Portrait Mode*/
@media screen and (max-width: 414px) {
  .container {
      max-width: 374px !important;
  }



}

/*iPhone 6 Portrait Mode*/
@media screen and (max-width: 375px) {
  .container {
      max-width: 325px !important;
  }




}

/* Microsoft Lumia 940 */
@media screen and (max-width: 360px) {
  .container {
      max-width: 320px !important;
  }




}

/*iPhone 5S, 5, 4S & 4 Portrait Mode and Very Small Mobile Phones*/
@media screen and (max-width: 320px) {
  .container {
      max-width: 280px !important;
  }




}

@media (max-width: 1366px) and (max-resolution: 118dpi){
  header img {
    width: 180px;
  }
}

/* iphone X landscape */
@media screen and (max-width: 812px) and (orientation:landscape) {

}

@media only screen and (max-width: 736px) and (orientation:landscape) {

}

@media only screen and (max-width: 667px) and (orientation:landscape) {

}
