/*----------------------------------------------------------------------- 
table of content
-------------------------------------------------------------------------* /


File:           CSS Base
Version:        1.1
Last change:     
Author:         HTMLmate


*/

/*-------- css code for responsive layout  --------*/
/*  To make Responsive
---------------------------------------------------------------------- /
*   1 - media screen and (max-width: 1199px)
*   2 - media screen and (max-width: 991px)
*   3 - media screen and (max-width: 767px)
*   4 - media screen and (max-width: 680px)
*   5 - media screen and (max-width: 480px)
*
---------------------------------------------------------------------- 


/*  1 - media screen and (max-width: 1199px)
------------------------------------------------------------------------------------------ */
@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 991px) {
  .page-head-content {
    left: 23%;
  }
  .latest-blog-text-pic {
    max-width: 370px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: table;
  }
  .contato-info-item input {
    margin-right: 18px;
  }
  .section-title h2 {
    font-size: 26px;
  }

  .flex-content {
    flex-direction: column;
  }

  #poppin-nav.nav-on {
    left: 0;
    width: 100vw;
  }
}

@media screen and (max-width: 767px) {
  .page-head-content {
    left: 50%;
    transform: translateX(-50%);
  }
  .container {
    padding: 0 30px;
  }
  .item-grid {
    width: 50%;
  }
  #site-header {
    padding: 20px 0px;
  }
  .page-head-section {
    padding-bottom: 100px !important;
    top: 85px;
  }
  .section-content {
    padding: 50px 0px;
  }
  .contato-text span {
    font-size: 20px;
  }
  .contato-map {
    padding-top: 35px;
  }
  .contato-adress {
    padding-top: 35px;
  }
  .service-text-icon {
    max-width: 270px;
    margin: 0 auto;
    padding-bottom: 35px;
    display: table;
  }
  /* .button_fixed {
    height: 98vh;
  } */
}
@media screen and (max-width: 580px) {
  .project-description h3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 480px) {
  .page-head-social {
    height: 150px;
  }
  .newsletter-title h2 {
    font-size: 30px;
  }
  .newsletter-title {
    padding-bottom: 25px;
  }
  .newsletter-section {
    padding-bottom: 65px;
    height: auto !important;
  }
  .pt90 {
    padding-top: 35px;
  }
  .pb75 {
    padding-bottom: 35px;
  }
  .button-group button {
    margin-right: 30px;
  }
  .section-title h2 {
    font-size: 30px;
  }
  .contato-info-item input {
    width: 100%;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 420px) {
  .item-grid {
    width: 100%;
  }
  .page-head-section {
    padding-bottom: 330px;
  }
  .page-head-social {
    height: 90px;
  }
  #page-head-effect,
  #page-head-effect canvas {
    height: 330px !important;
  }
  .page-head-title h1 {
    font-size: 24px;
  }
  .portfolio-section {
    padding-top: 70px;
  }
  .button-group button {
    margin-right: 20px;
    font-size: 14px;
  }
  .pb45 {
    padding-bottom: 20px;
  }
  .blog-head h2 {
    font-size: 18px;
  }
  .newsletter-title h2 {
    font-size: 26px;
  }
  .section-title h2 {
    font-size: 26px;
  }
  .footer-2 {
    margin-top: 0;
  }
  .meta-list li a {
    margin-right: 10px;
  }
  .scrollup,
  .scrollup:before,
  .scrollup:after {
    border: none;
    content: none;
  }
  .breadcrumb > li + li:before {
    padding: 0px 4px;
  }
  #filters {
    display: flex;
    flex-direction: column;
  }
  .recent-post-list {
    margin-bottom: 20px;
  }
  .page-head-social-list li a {
    color: darkblue !important;
  }
  .page-head-social {
    border: none;
  }
  .social-title {
    display: none;
  }
  .blog-single-right-side-content {
    margin-top: 20px;
  }
  .page-head-section {
    padding-bottom: 200px;
  }
}

@media screen and (max-width: 375px) {
  .blog-main-text-pic {
    max-width: 290px;
    margin: 0 auto;
    padding-bottom: 35px;
  }
}
