@media all and (max-width: 1330px) and (min-width: 1180px) {

  header.boxed .header-margin {
    width: 1000px;
  }

  .content .text-intro {
    width: 1000px;
  }

  .footer-margin {
    width: 1000px;
  }

  .content .text-intro h1, .content .text-intro p {
    width: 100%;
  }

  #full {
    width: 1000px;
  }

  .prev-next {
    max-width: 1000px;
  }

  #portfolio-sidebar {
    width: 710px !important;
    padding-right: 320px;
  }

  .portfolio-grid {
    width: 1030px;
  }

  .grid-hover, li.grid-item, li.grid-item img {
    width: 312px;
  }
}

@media all and (max-width: 1179px) and (min-width: 1024px) {

  header.boxed .header-margin {
    width: 800px;
  }

  .content .text-intro {
    width: 800px;
  }

  .footer-margin {
    width: 800px;
  }

  .content .text-intro h1, .content .text-intro p {
    width: 100%;
  }

  #full {
    width: 800px;
  }

  .prev-next {
    max-width: 800px;
  }

  #portfolio-sidebar {
    width: 580px !important;
    padding-right: 250px;
  }

  .portfolio-grid {
    width: 830px;
  }

  .grid-hover, li.grid-item, li.grid-item img {
    width: 246px;
  }
}

@media all and (max-width: 1023px) and (min-width: 769px) {

  header.boxed .header-margin {
    width: 600px;
  }

  .content .text-intro {
    width: 600px;
  }

  .footer-margin {
    width: 600px;
  }

  .content .text-intro h1, .content .text-intro p {
    width: 100%;
  }

  #full {
    width: 600px;
  }

  .prev-next {
    max-width: 600px;
  }

  .home-sidebar {
    display: none;
  }

  ul.header-nav {
    width: 50%;
  }

  header li > a {
    padding-right: 15px;
    padding-left: 15px;
  }

  #portfolio-sidebar {
    width: 630px !important;
    padding-right: 0;
  }

  .portfolio-grid {
    width: 630px;
  }

  .grid-hover, li.grid-item, li.grid-item img {
    width: 282px;
  }
}

@media all and (max-width: 768px) and (min-width: 481px) {

  header.boxed .header-margin {
    width: 400px;
  }

  .content .text-intro {
    width: 400px;
  }

  .footer-margin {
    width: 400px;
  }

  .content .text-intro h1, .content .text-intro p {
    width: 100% !important;
  }

  #full {
    width: 400px;
    display: block !important;
  }

  .menu-index {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000; /* Adjust the background color as needed */
  }

  .menu-index i {
    font-size: 16px;
    color: #fff; /* Adjust the icon color as needed */
  }

  .prev-next {
    max-width: 400px;
  }

  .home-sidebar {
    display: none;
  }

  ul.header-nav {
    width: 50%;
  }

  header li > a {
    padding-right: 15px;
    padding-left: 15px;
  }

  .one-column, .two-column {
    width: 100%;
  }

  .contact-one, .contact-two, .contact-three {
    width: 100%;
  }

  textarea {
    height: 250px;
  }

  input.button-submit {
    margin-bottom: 100px;
  }

  .logo, .menu-index {
    display: block;
  }

  header.boxed {
    display: none !important;
  }

  #footer-left {
    text-align: center;
  }

  #portfolio-sidebar {
    width: 430px !important;
    padding-right: 0;
  }

  .portfolio-grid {
    width: 430px;
  }

  .grid-hover, li.grid-item, li.grid-item img {
    width: 400px;
  }
}

@media all and (max-width: 480px) and (min-width: 320px) {

  header.boxed .header-margin {
    width: 280px;
  }

  .content .text-intro {
    width: 280px;
  }

  .footer-margin {
    width: 280px;
  }

  .footer-margin .copyright {
    line-height: 40px;
  }

  .content .text-intro h1, .content .text-intro p {
    width: 100% !important;
  }

  #full {
    width: 280px;
    display: block !important;
  }

  .menu-index {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #000; /* Adjust the background color as needed */
  }

  .menu-index i {
    font-size: 16px;
    color: #fff; /* Adjust the icon color as needed */
  }

  .prev-next {
    max-width: 280px;
  }

  .home-sidebar {
    display: none;
  }

  .one-column, .two-column {
    width: 100%;
  }

  .contact-one, .contact-two, .contact-three {
    width: 100%;
  }

  textarea {
    height: 250px;
  }

  input, textarea {
    padding: 0;
  }

  input.button-submit {
    margin-bottom: 100px;
  }

  header.boxed {
    display: none !important;
  }

  #footer-left {
    text-align: center;
  }

  .content .text-intro h1 {
    font-size: 33px;
    line-height: 50px;
  }

  #portfolio-sidebar {
    width: 310px !important;
    padding-right: 0;
  }

  .portfolio-grid {
    width: 310px;
  }

  .grid-hover, li.grid-item, li.grid-item img {
    width: 280px;
  }
}
