/**
 * Photoframe Responsive CSS
*/
@media screen and (min-width:1200px) {
  .container {
    max-width: 1170px;
  }
}

@media screen and (min-width:1270px) {
  .container {
    padding: 0;
  }
}

@media screen and (max-width:1399px) {
  .photoframe-banner-inner {
    min-height: 700px;
  }
  .photoframe-banner-inner {
    height: 100%;
  }
  .banner-info {
    padding-top: 240px;
  }
  .wpo-testimonials-img {
    left: 0;
  }
}

@media screen and (max-width:1199px) {
	.services-one-info h4 {
      font-size: 22px;
      line-height: 30px;
    }
    .services-one-info {
      padding-right: 30px;
    }
    .services-one-item.left .services-one-info {
      padding-left: 30px;
    }
	.photoframe-contact-us-form {
      margin-top: -200px;
    }
    .contact-us-form-content, .contact-us-form-info {
      padding: 50px 30px 60px;
    }
    .photoframe-contact-us-one {
      height: 500px;
    }
    .contact-us-one-title h2 {
      font-size: 36px;
      line-height: 42px;
    }
    .contact-us-form-content h3 {
      font-size: 20px;
    }
  .photoframe-logo img {
    max-width: 60px;
  }
  .wpo-testimonials-img {
    width: 348px;
    height: 348px;
  }
  .header-inner .col-md-3, .header-inner .col-md-9 {
    width: 50%;
  }
  .photoframe-toggle {
    display: inline-block;
  }
  .photoframe-toggle span {
    display: block;
    width: 100%;
    height: 2px;
    margin-top: 7px;
    background: #fff;
    position: relative;
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
  }
  .photoframe-toggle span:before, .photoframe-toggle span:after {
    position: absolute;
    top: -9px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #fff;
    content: "";
    -webkit-transition: all ease .4s;
    -ms-transition: all ease .4s;
    transition: all ease .4s;
    z-index: 1;
  }
  .photoframe-toggle.active span {
    background: none;
  }
  .photoframe-toggle.active span:before {
    -webkit-transform: translateY(9px) rotateZ(-45deg);
    -ms-transform: translateY(9px) rotateZ(-45deg);
    transform: translateY(9px) rotateZ(-45deg);
  }
  .photoframe-toggle.active span:after {
    -webkit-transform: translateY(-9px) rotateZ(45deg);
    -ms-transform: translateY(-9px) rotateZ(45deg);
    transform: translateY(-9px) rotateZ(45deg);
  }
  .photoframe-toggle span:after {
    top: 9px;
  }
  .photoframe-navigation {
    position: fixed;
    height: 100vh;
    z-index: 9999;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 0;
    text-align: left;
    overflow-y: auto;
    transition: all ease .4s;
    background-color: #fff;
    transform: translateX(-100%);
    overflow-y: auto;
    width: 250px;
  }
  .photoframe-navigation.open {
    transform: translateX(0);
  }
  .photoframe-navigation ul {
    font-size: 16px;
  }
  .photoframe-navigation ul li {
    padding: 0;
    display: block;
  }
  .photoframe-navigation ul li a {
    display: block;
    padding: 10px 15px;
    border-bottom: 1px solid #d2d2d2;
    color: #7a7a7a;
  }
  .photoframe-navigation ul li a:hover {
    background-color: #7a7a7a;
    color: #ffffff;
  }
  .quick-contact-item {
    height: calc(100% - 30px);
  } 
  .photoframe-navigation ul li a::after {
    display: none;
  } 
}

@media screen and (max-width:991px) {
	.services-one-item.left .services-one-img {
      padding-left: 50px;
      padding-top: 30px;
    }
    .services-one-item {
      padding-bottom: 50px;
    }
    .services-one-info h4 {
      font-size: 20px;
      line-height: 26px;
    }
    .services-one-info p {
      font-size: 14px;
      line-height: 24px;
    }
	 .photoframe-contact-us-one {
      height: 420px;
    }
    .contact-us-one-title {
      max-width: 400px;
    }
    .contact-us-one-title h2 {
      font-size: 30px;
      line-height: 36px;
    }
    .contact-us-one-title p {
      font-size: 14px;
      line-height: 26px;
    }
    .photoframe-contact-us-form {
      margin-top: -150px;
    }
  .footer-item {
    max-width: 100%;
  }
  .wpo-testimonials-shape {
    top: 30%;
    transform: translateY(-30%);
  }
  .banner-info h2 {
    font-size: 36px;
    line-height: 46px;
    padding-bottom: 10px;
  }
  .photoframe-banner-inner {
    height: 100%;
    min-height: 550px;
  }
  .banner-info {
    padding-top: 190px;
  }
  .banner-info h3 {
    font-size: 30px;
  }
  .photoframe-btn {
    min-width: 150px;
    font-size: 16px;
  }
  .photoframe-about {
    padding: 50px 0 10px;
  }
  .section-title {
    margin-bottom: 40px;
  }
  .section-title h4 {
    font-size: 36px;
    line-height: 46px;
  }
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
    padding-bottom: 14px;
  }
  .about-info h2 {
    font-size: 36px;
    line-height: 42px;
  }
  .photoframe-gallery {
    padding: 50px 30px 40px;
  }
  .photoframe-services {
    padding: 50px 0 30px;
  }
  .service-item h4 {
    font-size: 20px;
  }
  .photoframe-testimonials {
    padding: 70px 0 50px;
  }
  .wpo-testimonials-wrap {
    margin-top: 50px;
  }
  .wpo-testimonials-img {
    left: 0;
    height: 350px;
    width: 350px;
  }
  .wpo-testimonials-wrap h2 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .wpo-testimonials-item p {
    font-size: 16px;
    line-height: 30px;
  }
  .wpo-testimonial-info-text h5 {
    font-size: 18px;
  }
  .quick-contact {
    padding: 50px 0 30px;
  }
  .photoframe-footer {
    padding: 50px 0 15px;
  }
  .footer-item h4 {
    font-size: 20px;
  }
  .footer-item p {
    font-size: 15px;
  }
  .photoframe-copyright {
    margin-top: 20px;
  }
  .footer-item {
    margin-bottom: 20px;
  }
  .photoframe-footer .col-md-4 {
    width: 100%;
    max-width: 100%;
  }
}

@media screen and (max-width:767px) {
  .services-one-img img {
    height: auto;
}

.wpo-testimonials-img .wpo-testimonials-img-shape {
  width: 120%;
  height: 120%;
}
	.services-one-img, .services-one-item.left .services-one-img {
      padding: 0;
    }
    .photoframe-services-one {
      padding: 50px 0;
    }
    .services-one-item {
      padding-bottom: 30px;
    }
    .services-one-img:before {
      display: none;
    }
    .services-one-info, .services-one-item.left .services-one-info {
      padding: 0 0 15px;
    }
    .services-one-info h4 {
      padding-bottom: 10px;
    }
    .services-one-info p {
      margin-bottom: 0;
    }
    .services-one-info .service-one-link {
      font-size: 16px;
    }
    .services-one-info .service-one-link::before {
      left: 120px;
      width: 90px;
    }
    .services-one-info h4 {
      font-size: 18px;
    }
	.photoframe-contact-us-one {
      height: 300px;
	  padding-top: 50px;
    }
    .contact-us-form-content, .contact-us-form-info {
      padding: 20px 20px 35px;
    }
    .contact-us-form-title, .contact-us-form-content h3 {
      margin-bottom: 25px;
    }
    .photoframe-contact-us-form {
      margin-top: -100px;
    }
    .contact-us-one-title h2 {
      font-size: 26px;
      line-height: 30px;
    }
    .contact-us-form-socials {
      margin-top: 0;
    }
	.photoframe-gallery {
		padding: 50px 15px 40px;
	}
	.testimonials-swiper .swiper-pagination {
		padding-top: 15px;
	}
  .photoframe-socials {
    display: none;
  }
  .gallery-list-info {
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
  .wpo-testimonials-shape {
    top: 20%;
    transform: translateY(-20%);
  }
  .photoframe-topbar ul {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .photoframe-topbar ul li {
    padding-right: 0;
    padding-bottom: 5px;
  }
  .about-image-inner img {
    height: auto;
  }
  .service-item {
    padding: 10px;
  }
  .service-image img {
    border: 5px solid #ffc2a4;
  }
  .service-item h4 {
    font-size: 18px;
    line-height: 26px;
  }
  .service-item p {
    font-size: 14px;
    line-height: 24px;
  }
  .banner-info {
    padding-top: 230px;
  }
  .banner-info-inner {
    padding: 40px 40px;
  }
  .banner-info h2 {
    font-size: 30px;
    line-height: 42px;
  }
  .about-wrap-item {
    display: block;
  }
  .section-title h4 {
    font-size: 32px;
    line-height: 34px;
  }
  .section-title h2 {
    font-size: 26px;
    line-height: 28px;
  }
  .about-info {
    padding: 15px;
  }
  .about-info h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .about-info p {
    font-size: 14px;
  }
  .about-image, .about-info {
    flex-basis: 100%;
  }
  .about-info {
    margin-left: 0;
  }
  .style-two .about-info {
    margin-right: 0;
  }
  .gallery-list .nav-tabs .nav-link {
    font-size: 16px;
  }
  .wpo-testimonials-img {
    height: 300px;
    width: 300px;
  }
  .wpo-testimonials-wrap {
    margin-top: 30px;
  }
  .wpo-testimonials-wrap h2 {
    font-size: 20px;
  }
  .photoframe-copyright p {
    text-align: center;
  }
  .style-two .about-image {
    margin-right: 0;
  }
}

@media screen and (max-width:575px) {
	.contact-us-form-content li {
		  margin: 15px 0;
	}
	.contact-us-form-content li a {
		font-size: 15px;
	}
  .wpo-testimonials-img {
    left: 20px;
  }
  .wpo-testimonials-wrap h2 {
    font-size: 18px;
  }
  .banner-info-inner {
    padding: 40px 30px;
  }
  .banner-info h2 {
    font-size: 24px;
    line-height: 26px;
  }
  .banner-info h3 {
    font-size: 24px;
  }
  .photoframe-btn {
    padding: 10px 15px;
    min-width: 130px;
    font-size: 14px;
  }
  .section-title h4 {
    font-size: 28px;
    line-height: 30px;
  }
  .section-title h2 {
    font-size: 24px;
  }
  .wpo-testimonials-img {
    height: 260px;
    width: 260px;
  }  
  .wpo-testimonials-shape {
    right: 45px;
  }
  .wpo-testimonials-shape img {
    width: 170px;
  }
  .footer-item img {
    max-width: 80px;
  }
  .banner-info {
    padding-top: 250px;
  }
}

@media screen and (max-width:479px) {
  .banner-info h2 {
    font-size: 20px;
  }
  .wpo-testimonials-shape {
    right: 15px;
  }
  .wpo-testimonials-shape img {
    width: 150px;
  }
}

@media screen and (max-width:399px) {
  .banner-info-inner {
    padding: 30px 10px;
  }
}