/*          Responsive styles
================================================== */

@media only screen and (min-width: 1400px) and (max-width: 1923px) {
  /*--------------------------------------

----------------------------------------*/
  .about_process .proces {
    padding: 60px 150px 40px 150px;
  }
  .about_process .proces p.number {
    left: 200px;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  /*--------------------------------------

----------------------------------------*/

  .about_process .proces {
    padding: 60px 100px 40px 100px;
  }
  .about_process .proces p.number {
    left: 200px;
  }

  .pricing-box {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*                     Tablet Landscape
=======================================================================================*/

@media only screen and (min-width: 992px) and (max-width: 1199px) {
  /*--------------------------------------
	 Navigation Section
----------------------------------------*/

  #navigation > ul > li > a {
    padding: 30px 12px;
  }
  /*--------------------------------------
	About Section
----------------------------------------*/

  .about_process .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about_process .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about_process .proces {
    border-right: 1px solid transparent;
  }
  /*--------------------------------------
   Call To Action Section
----------------------------------------*/

  .calltoaction .widget-content {
    text-align: center;
  }
  .callto-icon {
    float: none;
    position: relative;
    top: -20px;
  }
  .callto-link .more-link {
    margin-top: 20px;
  }
  /*--------------------------------------
  Pricing Section
----------------------------------------*/

  .pricing-box {
    padding-left: 15px;
    padding-right: 15px;
  }
  .pricing-box .more-link {
    font-size: 14px;
    padding: 12px 47px 13px 10px;
  }
  /*--------------------------------------
  Gallery Section
----------------------------------------*/

  .gallery_more {
    padding-bottom: 95px;
  }
  /*--------------------------------------
    Footer Section
----------------------------------------*/

  .subfooter {
    padding: 30px 0px 10px 25px;
  }

  /*--------------------------------------
    Blog Page
----------------------------------------*/

  .blog-area {
    padding-right: 15px;
  }
}
/*                      Tablet Portrait
=======================================================================================*/

@media (min-width: 768px) and (max-width: 991px) {
  /*--------------------------------------
     Navigation Section
----------------------------------------*/
  #navigation > ul > li > a {
    padding: 30px 17px;
  }
  .need-block {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .social-nav {
    display: none;
  }
  /*--------------------------------------
    Slider Section
----------------------------------------*/

  .slider-area .small-content {
    padding: 40px 100px;
    margin-top: -133px;
  }
  .slider-area .big-title {
    font-size: 52px;
    margin-top: -50px;
  }
  /*--------------------------------------
    About Section
----------------------------------------*/

  .about_process .col-sm-4 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about_process .col-lg-6 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .about_process .proces {
    border-right: 1px solid transparent;
    padding: 60px 15px 40px 15px;
  }
  /*--------------------------------------
    Services Section
----------------------------------------*/

  .services-box-2 h4 {
    font-size: 17px;
  }
  .services-box-2 .subtext {
    font-size: 13px;
    letter-spacing: 1px;
    display: block;
    overflow: hidden;
  }
  .services-box-2 .number {
    font-size: 42px;
    margin-right: 8px;
  }
  /*--------------------------------------
    Call To Action Section
----------------------------------------*/

  .calltoaction .widget-content {
    text-align: center;
  }
  .callto-icon {
    float: none;
    position: relative;
    top: -20px;
  }
  .callto-link .more-link {
    margin-top: 20px;
  }
  .callto-text h4 {
    font-size: 25px;
    letter-spacing: 5px;
  }
  /*--------------------------------------
  Pricing Section
----------------------------------------*/

  .pricing-section {
    padding-bottom: 70px;
  }
  .pricing-box {
    margin-bottom: 30px;
  }

  .pricing-box h2 {
    font-size: 40px;
  }
  .pricing-box p {
    font-size: 12px;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
  .pricing-box .more-link {
    font-size: 15px;
    padding: 12px 45px 11px 9px;
  }

  /*--------------------------------------
  Gallery Section
----------------------------------------*/

  .gallery_more {
    padding-bottom: 90px;
    padding-top: 70px;
  }
  /*--------------------------------------
  Team Section
----------------------------------------*/

  .team-section {
    padding-bottom: 70px;
  }
  .member {
    margin-bottom: 30px;
  }
  .member .info h6 {
    letter-spacing: 0px;
    font-size: 15px;
  }
  .member .info {
    padding: 0px 4px 0px;
  }

  /*--------------------------------------
    Blog Section
----------------------------------------*/

  .blog-warp-1 img {
    width: 100px;
    height: 100px;
    margin-right: 25px;
  }
  .blog-warp-1 {
    margin-bottom: 40px;
  }
  /*--------------------------------------
    Footer Section
----------------------------------------*/

  .footer-section .container .col-sm-2,
  .footer-section .container .col-sm-4 {
    width: 25% !important;
  }
  .footer-section .subfooter .col-md-6,
  .footer-section .subfooter .col-md-6 {
    width: 50% !important;
  }
  .widget_mailchimp #mc-embedded-subscribe {
    letter-spacing: 0px;
    font-size: 13px;
  }
  /*--------------------------------------
    About Page
----------------------------------------*/

  .about-left h3 {
    font-size: 32px;
  }
  .about-right img {
    margin-top: 155px;
  }

  /*--------------------------------------
    Blog Page
----------------------------------------*/

  .blog-area {
    padding-right: 15px;
  }
  .widget-area {
    padding-top: 0px;
  }
  .instagram-photo-list li {
    width: 25%;
  }
  .single_blog_container {
    margin-bottom: 0;
  }
}
/*                          Phone
=======================================================================================*/

@media only screen and (max-width: 767px) {
  /*--------------------------------------
   Header Section
----------------------------------------*/

  .header .col-lg-offset-1.col-lg-8.col-sm-10.col-xs-12 {
    display: none;
  }
  #navigation.small-screen {
    margin-top: -53px;
  }
  #navigation.small-screen #menu-button {
    padding: 33px;
  }
  #navigation > ul > li > a {
    padding: 16px 20px;
  }
  #navigation.small-screen #menu-button::before {
    background: #fff;
  }
  #navigation.small-screen #menu-button::after {
    border-top: 2px solid #fff;
    border-bottom: 2px solid #fff;
  }
  .header {
    padding-top: 30px;
    padding-bottom: 0px;
  }
  .social-nav {
    display: none;
  }
  .nivo-caption {
    display: none !important;
  }
  .nivo-directionNav a {
    top: 31%;
  }
  /*--------------------------------------
    About Section
----------------------------------------*/

  .base-header p::before {
    display: none;
  }
  .about_process .col-xs-12 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .abt-left h4 {
    font-size: 47px;
    margin-top: 18px;
    margin-bottom: 20px;
  }
  .about_process .proces {
    border-right: 1px solid transparent;
    padding: 60px 15px 40px 15px;
  }
  /*--------------------------------------
    Service Section
----------------------------------------*/

  .services-box-2 .subtext {
    margin-bottom: 50px;
  }
  .service-section {
    padding-bottom: 45px;
  }
  /*--------------------------------------
  Call To Action Section
----------------------------------------*/

  .callto-link {
    text-align: center;
  }
  .calltoaction .widget-content {
    text-align: center;
  }
  .callto-icon {
    margin-right: 0px;
  }
  .callto-icon {
    float: none;
    position: relative;
    top: -20px;
  }
  .callto-link .more-link {
    margin-top: 20px;
  }
  .callto-text h4 {
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 30px;
  }

  /*--------------------------------------
    Team Section
----------------------------------------*/

  .team-section {
    padding-bottom: 40px;
  }
  .member {
    margin-bottom: 80px;
  }
  /*--------------------------------------
  Testimonial  Section
----------------------------------------*/

  #quote-carousel .carousel-indicators {
    bottom: -88px;
    width: 100%;
  }
  /*--------------------------------------
    Blog Section
----------------------------------------*/

  .blog-warp-1 img {
    width: 100%;
    height: 100%;
    margin-bottom: 25px;
  }
  .blog-warp-1 {
    margin-bottom: 30px;
  }
  /*--------------------------------------
    Footer Section
----------------------------------------*/

  .footer-section {
    padding-top: 76px;
    padding-bottom: 86px;
  }
  .footer-section .widget h5 {
    margin-bottom: 20px;
  }
  .footer-links a {
    float: left;
    margin: 0px 12px;
  }
  .footer-section .col-md-4,
  .footer-section .col-md-2,
  .footer-section .col-md-3 {
    text-align: center;
  }
  .footer-section .widget p {
    padding-right: 0px;
  }
  .footer-section .subfooter .col-md-6,
  .footer-section .subfooter .col-md-6 {
    width: 100% !important;
  }
  .subfooter {
    padding: 10px 23px 10px 24px;
  }
  .scrollup {
    float: none;
  }
  .subfooter p {
    float: none;
  }
  .footer-section .widget {
    text-align: left;
    padding-bottom: 6px;
  }
  /*--------------------------------------
    Blog Page
----------------------------------------*/

  .blog-area {
    padding-right: 15px;
  }
  header .container {
    padding-top: 158px;
  }
  .blog-header {
    padding-left: 0px;
  }
  .blog-header h3 {
    line-height: 40px;
  }
  .instagram-photo-list li {
    width: 25%;
  }
  .widget-area {
    padding-top: 0px;
  }
  .single_blog_container {
    margin-bottom: 0;
  }

  /*--------------------------------------
    About Page
----------------------------------------*/

  .about-left h3 {
    font-size: 32px;
  }
  .about-right img {
    margin-top: 34px;
    width: 100%;
  }
  /*--------------------------------------
    Contact Page
----------------------------------------*/

  .contact_page .contact-info {
    margin-top: 45px;
  }
}
/* Mobile Vertical Layout: 488px
===============================================================================*/

@media only screen and (min-width: 576px) and (max-width: 767px) {
  /*--------------------------------------
    About Section
----------------------------------------*/
  .abt-nmbr {
    top: -150px;
  }
  .abt-left h4 {
    font-size: 40px;
  }
  /*--------------------------------------
    Service Section
----------------------------------------*/

  .service-section .col-xs-12 {
    width: 50%;
  }
  /*--------------------------------------
    Pricing Section
----------------------------------------*/

  .pricing-section {
    padding-bottom: 70px;
  }
  .pricing-box {
    margin-bottom: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .pricing-box .more-link {
    font-size: 14px;
    padding: 12px 47px 13px 9px;
  }
  /*--------------------------------------
    Work Section
----------------------------------------*/

  .project-list .col-xs-12.mix {
    width: 50%;
  }
  /*--------------------------------------
    Team Section
----------------------------------------*/

  .team-section .col-xs-12 {
    width: 50%;
  }
  /*--------------------------------------
    Blog Section
----------------------------------------*/

  .blog-section .col-xs-12 {
    width: 50%;
  }
  .blog-warp-1 a {
    letter-spacing: 0px;
  }
  /*--------------------------------------
    Footer Section
----------------------------------------*/

  .footer-section .row .col-xs-12 {
    width: 50%;
  }
  .footer-section .widget p {
    margin-top: 0px;
  }
  .footer-section .recent-post li a {
    font-size: 14px;
  }
  .subfooter {
    position: relative;
    top: 20px;
  }
}
