/* ==============================
   Small Desktop
   ============================== */
@media only screen and (max-width: 1200px) {
  .inner-nav ul>li>a {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-text {
    padding: 0 30px;
  }

  .home-image-slider .home-description {
    font-size: 1.27em !important;
  }
}

/* ==============================
   Tablet Landskape
   ============================== */
@media only screen and (max-width: 1024px) {
  .home-image-slider .headings {
    font-size: 3.45em !important;
  }

  .home-image-slider .home-description {
    font-size: 1.2em !important;
  }

  .image-bg, .image-color-bg {
    background-attachment: scroll;
  }

  .intro-content {
    position: relative;
    width: 100%;
    border-width: 10px;
  }

  .left-side {
    display: none;
  }

  .right-side {
    width: 100%;
    margin-top: 3%;
  }

  .highlight-item .work-title {
    font-size: 60px;
  }

  .highlight-item .work-hover {
    margin-top: -70px;
  }

  .intro-text {
    width: 100%;
  }

  .work-item {
    width: 100%
  }

  .work-item:hover {
    width: 100%
  }

  .work-navigation{
    background: #FFFFFF;
  }

  .work-intro p {
  	font-size: 20px;
  }

  th, td {
    border: none;
  }

  th:first-child, td:first-child {
    display: none;
  }

  th:last-child, td:last-child {
    display: none;
  }

  .principles-section, .experience-section {
    width: 100%;
    padding: 40px;
  }

  .principles-list, .experience-list {
    width: 100%;
  }

  .footer{
    padding-bottom: 50px;
  }
}

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

}

/* ==============================
   Tablet Portrait
   ============================== */
@media only screen and (max-width: 768px) {
  .page-section {
    padding: 60px 40px;
  }

  .margin-bot {
    margin-bottom: 40px;
  }

  .section-heading,
  .banner-heading {
    margin-bottom: 40px;
  }

  .section-text {
    margin-bottom: 40px;
  }

  .service-grid {
    margin-bottom: 40px;
  }

  .works-filter {
    margin-bottom: 40px;
  }

  .works-filter li {
    border-top: none;
  }

  .works-filter li.active {
    border-top: none;
    color: #e54028;
  }

  .works-filter li:first-child,
  .works-filter li:last-child {
    margin: 0 10px;
  }

  .home-image-slider .headings {
    font-size: 2.35em !important;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar {
    margin-top: 50px;
  }
}

/* ==============================
   Phone
   ============================== */
@media only screen and (max-width: 480px) {
  .logo-wrap {
    display: none;
  }

  .intro-content {
    position: relative;
    width: 100%;
    border-width: 10px;
  }

  .intro-contact li, .intro-nav li {
    display: grid;
  }

  .intro-text {
    padding: 40px;
  }

  .image-bg,
  .image-color-bg {
    background-attachment: scroll;
  }

  .work-container {
    padding: 30px 0;
  }

  .margin-bot {
    margin-bottom: 30px;
  }

  .section-heading,
  .banner-heading {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .service-grid {
    margin-bottom: 30px;
  }

  .works-filter {
    margin-bottom: 30px;
  }

  .section-text,
  .text {
    line-height: 1.7;
  }

  .work-item, .coming-soon-item {
    width: 100%;
  }

  .tc-icon {
    margin-bottom: 15px;
  }

  .tc-author {
    margin-top: 15px;
  }

  .tc-arrows {
    margin-top: 20px;
  }

  .phone {
    margin-bottom: 30px;
    padding: 50px 20px;
  }

  .contact-text {
    padding: 0;
  }

  .contact-form-wrap {
    padding: 0 10px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .work-full-text {
    margin-top: 30px;
  }

  .home-image-slider .headings {
    font-size: 1.85em !important;
  }

  .home-image-slider .home-description {
    font-size: 1.1em !important;
  }

  .separ-space {
    display: block;
    height: 10px;
  }

  .home-call-action {
    padding-top: 24px;
    padding-bottom: 10px;
  }
}

/* ==============================
   Small Phone
   ============================== */
@media only screen and (max-width: 319px) {
  .nav-social-links {
    display: none;
  }
}
