/*
 * Title:   Deliver | Responsive Multi-Purpose WordPress Theme - Responsive Style file
 * Author:  http://themeforest.net/user/soaptheme
 */
/* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Table of contents]

1. New Grid System
2. Add clearfix in the grid system
3. Styles for devices(>=1200px)
4. Styles for devices(>=992px and <=1199px)
5. Styles for devices(<=1199px)
6. Styles for devices(<=991px )
7. Styles for devices(>=768px and <= 991px)
8. Styles for devices(<=767px )
9. Styles for devices(>=481px and <= 767px)
10. Styles for devices(<=480px )
11. Styles for devices(<=320px )

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */

/* 1. New Grid System */
.col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 481px) and (max-width: 767px) {
  .col-sms-1, .col-sms-2, .col-sms-3, .col-sms-4, .col-sms-5, .col-sms-6, .col-sms-7, .col-sms-8, .col-sms-9, .col-sms-10, .col-sms-11, .col-sms-12 {
    float: left;
  }

  .col-sms-12 {
    width: 100%;
  }

  .col-sms-11 {
    width: 91.66666667%;
  }

  .col-sms-10 {
    width: 83.33333333%;
  }

  .col-sms-9 {
    width: 75%;
  }

  .col-sms-8 {
    width: 66.66666667%;
  }

  .col-sms-7 {
    width: 58.33333333%;
  }

  .col-sms-6 {
    width: 50%;
  }

  .col-sms-5 {
    width: 41.66666667%;
  }

  .col-sms-4 {
    width: 33.33333333%;
  }

  .col-sms-3 {
    width: 25%;
  }

  .col-sms-2 {
    width: 16.66666667%;
  }

  .col-sms-1 {
    width: 8.33333333%;
  }

  .col-sms-pull-12 {
    right: 100%;
  }

  .col-sms-pull-11 {
    right: 91.66666667%;
  }

  .col-sms-pull-10 {
    right: 83.33333333%;
  }

  .col-sms-pull-9 {
    right: 75%;
  }

  .col-sms-pull-8 {
    right: 66.66666667%;
  }

  .col-sms-pull-7 {
    right: 58.33333333%;
  }

  .col-sms-pull-6 {
    right: 50%;
  }

  .col-sms-pull-5 {
    right: 41.66666667%;
  }

  .col-sms-pull-4 {
    right: 33.33333333%;
  }

  .col-sms-pull-3 {
    right: 25%;
  }

  .col-sms-pull-2 {
    right: 16.66666667%;
  }

  .col-sms-pull-1 {
    right: 8.33333333%;
  }

  .col-sms-pull-0 {
    right: 0%;
  }

  .col-sms-push-12 {
    left: 100%;
  }

  .col-sms-push-11 {
    left: 91.66666667%;
  }

  .col-sms-push-10 {
    left: 83.33333333%;
  }

  .col-sms-push-9 {
    left: 75%;
  }

  .col-sms-push-8 {
    left: 66.66666667%;
  }

  .col-sms-push-7 {
    left: 58.33333333%;
  }

  .col-sms-push-6 {
    left: 50%;
  }

  .col-sms-push-5 {
    left: 41.66666667%;
  }

  .col-sms-push-4 {
    left: 33.33333333%;
  }

  .col-sms-push-3 {
    left: 25%;
  }

  .col-sms-push-2 {
    left: 16.66666667%;
  }

  .col-sms-push-1 {
    left: 8.33333333%;
  }

  .col-sms-push-0 {
    left: 0%;
  }

  .col-sms-offset-12 {
    margin-left: 100%;
  }

  .col-sms-offset-11 {
    margin-left: 91.66666667%;
  }

  .col-sms-offset-10 {
    margin-left: 83.33333333%;
  }

  .col-sms-offset-9 {
    margin-left: 75%;
  }

  .col-sms-offset-8 {
    margin-left: 66.66666667%;
  }

  .col-sms-offset-7 {
    margin-left: 58.33333333%;
  }

  .col-sms-offset-6 {
    margin-left: 50%;
  }

  .col-sms-offset-5 {
    margin-left: 41.66666667%;
  }

  .col-sms-offset-4 {
    margin-left: 33.33333333%;
  }

  .col-sms-offset-3 {
    margin-left: 25%;
  }

  .col-sms-offset-2 {
    margin-left: 16.66666667%;
  }

  .col-sms-offset-1 {
    margin-left: 8.33333333%;
  }

  .col-sms-offset-0 {
    margin-left: 0%;
  }
}
/* 2. Add clearfix in the grid system */
.row.add-clearfix > .col-xs-2:nth-child(6n+1) {
  clear: both;
}

.row.add-clearfix > .col-xs-3:nth-child(4n+1) {
  clear: both;
}

.row.add-clearfix > .col-xs-4:nth-child(3n+1) {
  clear: both;
}

.row.add-clearfix > .col-xs-6:nth-child(2n+1) {
  clear: both;
}

@media (min-width: 481px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-sms-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-2:nth-child(6n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-sms-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-3:nth-child(4n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-sms-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sms-4:nth-child(3n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-sms-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 768px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-sm-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-2:nth-child(6n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-sm-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-3:nth-child(4n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-sm-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-sm-4:nth-child(3n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-sm-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 992px) {
  /* add clearfix in the grid system */
  .row.add-clearfix > .col-md-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-2:nth-child(6n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-md-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-3:nth-child(4n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-md-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-md-4:nth-child(3n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-md-6:nth-child(2n+1) {
    clear: both;
  }
}
@media (min-width: 1200px) {
  .team.team-slider .team-member .team-member-desc {
    padding-right: 28px;
  }

  /* add clearfix in the grid system */
  .row.add-clearfix > .col-lg-2:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(4n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-2:nth-child(6n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-lg-3:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-3:nth-child(3n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-3:nth-child(4n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-lg-4:nth-child(2n+1) {
    clear: none;
  }
  .row.add-clearfix > .col-lg-4:nth-child(3n+1) {
    clear: both;
  }

  .row.add-clearfix > .col-lg-6:nth-child(2n+1) {
    clear: both;
  }
}
/* 2. Add internal borders */
.row.add-internal-border > [class^="col-"],
.row.add-internal-border > [class*=" col-"] {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.row.add-internal-border > .col-xs-2:nth-child(6n+1) {
  border-left-width: 0;
}

.row.add-internal-border > .col-xs-3:nth-child(4n+1) {
  border-left-width: 0;
}

.row.add-internal-border > .col-xs-4:nth-child(3n+1) {
  border-left-width: 0;
}

.row.add-internal-border > .col-xs-6:nth-child(2n+1) {
  border-left-width: 0;
}

@media (min-width: 481px) {
  /* add clearfix in the grid system */
  .row.add-internal-border > .col-sms-2:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sms-2:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sms-2:nth-child(4n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sms-2:nth-child(6n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-sms-3:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sms-3:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sms-3:nth-child(4n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-sms-4:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sms-4:nth-child(3n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-sms-6:nth-child(2n+1) {
    border-left-width: 0;
  }
}
@media (min-width: 768px) {
  /* add clearfix in the grid system */
  .row.add-internal-border > .col-sm-2:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sm-2:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sm-2:nth-child(4n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sm-2:nth-child(6n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-sm-3:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sm-3:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sm-3:nth-child(4n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-sm-4:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-sm-4:nth-child(3n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-sm-6:nth-child(2n+1) {
    border-left-width: 0;
  }

  [class^="col-sm-"].responsive-left-padding, [class*=" col-sm-"].responsive-left-padding {
    padding-left: 48px;
  }

  [class^="col-sm-"].responsive-right-padding, [class*=" col-sm-"].responsive-right-padding {
    padding-right: 48px;
  }
}
@media (min-width: 992px) {
  /* add clearfix in the grid system */
  .row.add-internal-border > .col-md-2:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-md-2:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-md-2:nth-child(4n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-md-2:nth-child(6n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-md-3:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-md-3:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-md-3:nth-child(4n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-md-4:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-md-4:nth-child(3n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-md-6:nth-child(2n+1) {
    border-left-width: 0;
  }

  [class^="col-md-"].responsive-left-padding, [class*=" col-md-"].responsive-left-padding {
    padding-left: 48px;
  }

  [class^="col-md-"].responsive-right-padding, [class*=" col-md-"].responsive-right-padding {
    padding-right: 48px;
  }
}
@media (min-width: 1200px) {
  /* add clearfix in the grid system */
  .row.add-internal-border > .col-lg-2:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-lg-2:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-lg-2:nth-child(4n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-lg-2:nth-child(6n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-lg-3:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-lg-3:nth-child(3n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-lg-3:nth-child(4n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-lg-4:nth-child(2n+1) {
    border-left-width: 1px;
  }
  .row.add-internal-border > .col-lg-4:nth-child(3n+1) {
    border-left-width: 0;
  }

  .row.add-internal-border > .col-lg-6:nth-child(2n+1) {
    border-left-width: 0;
  }

  [class^="col-lg-"].responsive-left-padding, [class*=" col-lg-"].responsive-left-padding {
    padding-left: 48px;
  }

  [class^="col-lg-"].responsive-right-padding, [class*=" col-lg-"].responsive-right-padding {
    padding-right: 48px;
  }
}
/* 3. Styles for devices(>=1200px) */
@media (min-width: 1200px) {
  .process-builder.process-simple .process-item:first-child {
    text-align: left;
  }

  .process-builder.process-simple .process-item:last-child {
    text-align: right;
  }
}
/* 4. Styles for devices(>=992px and <=1199px) */
@media (min-width: 992px) and (max-width: 1199px) {
  .team.team-slider .team-member-thumbnails {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    top: 40px;
  }
}
/* 5. Styles for devices(<=1199px) */
@media (max-width: 1199px) {
  [class^="col-lg-"].pull-left, [class^="col-lg-"].pull-right {
    float: none !important;
  }

  .iso-container.iso-col-8 .iso-item {
    width: 16.6666%;
  }
  .iso-container.iso-col-8 .iso-item.double-width {
    width: 33.3333%;
  }
  .iso-container.iso-col-6 .iso-item, .iso-container.iso-col-7 .iso-item {
    width: 20%;
  }
  .iso-container.iso-col-6 .iso-item.double-width, .iso-container.iso-col-7 .iso-item.double-width {
    width: 40%;
  }
  .iso-container.iso-col-5 .iso-item {
    width: 25%;
  }
  .iso-container.iso-col-5 .iso-item.double-width {
    width: 50%;
  }

  .portfolio-fancy .iso-col-3 .iso-item {
    width: 50%;
  }

  .portfolio-fancy .iso-col-3 .iso-item:nth-child(6n+4) figure,
  .portfolio-fancy .iso-col-3 .iso-item:nth-child(6n+5) figure,
  .portfolio-fancy .iso-col-3 .iso-item:nth-child(6n) figure {
    float: left;
  }

  .portfolio-fancy .iso-col-3 .iso-item:nth-child(4n+3) figure,
  .portfolio-fancy .iso-col-3 .iso-item:nth-child(4n) figure {
    float: right;
  }

  .deliver-filters-wrap.items-4 .portfolio-filters, .deliver-filters-wrap.items-4 .owl-buttons {
    width: 33.4%;
    left: 33.3333%;
  }

  .deliver-filters-wrap.items-5 .portfolio-filters, .deliver-filters-wrap.items-5 .owl-buttons {
    width: 25.1%;
    left: 25%;
  }

  .deliver-filters-wrap.items-6 .portfolio-filters, .deliver-filters-wrap.items-6 .owl-buttons {
    width: 25.1%;
    left: 25%;
  }
}
/* 6. Styles for devices(<=991px ) */
@media (max-width: 991px) {
  #header .header-inner {
    min-height: 66px;
  }

  .header-two-rows1 #header .top-bar .header-inner {
    height: auto;
  }

  [class^="col-md-"].pull-left, [class^="col-md-"].pull-right, [class*=" col-md-"].pull-left, [class*=" col-md-"].pull-right {
    float: none !important;
  }

  [class^="col-sm-"].pull-left, [class*=" col-sm-"].pull-left {
    float: left !important;
  }
  [class^="col-sm-"].pull-right, [class*=" col-sm-"].pull-right {
    float: right !important;
  }

  .header-two-rows1 #header .menu-wrapper, .header-two-rows2 #header .menu-wrapper {
    text-align: left;
  }

  .header-two-rows2 #header .top-bar .header-inner {
    height: auto;
  }

  .header-two-rows2 #header .top-bar .menu > li:last-child {
    margin-right: 0;
  }

  .header-split #header .logo {
    width: auto;
    left: 0;
  }

  #footer .logo {
    padding: 30px 0;
  }

  .footer-default #footer .footer-top .footer-top-wrapper {
    display: block;
  }
  .footer-default #footer .footer-top .footer-top-wrapper > * {
    display: block;
  }

  .footer-default #footer .footer-top .footer-menu {
    text-align: left;
    padding: 0 0 20px;
  }

  .footer-style4 #footer .footer-bottom .footer-bottom-wrapper {
    display: block;
  }
  .footer-style4 #footer .footer-bottom .footer-bottom-wrapper > * {
    display: block;
  }
  .footer-style4 #footer .copyright {
    text-align: left;
  }

  .footer-style5 #footer .footer-bottom .footer-bottom-wrapper {
    display: block;
  }
  .footer-style5 #footer .footer-bottom .footer-bottom-wrapper > * {
    display: block;
    width: auto;
  }
  .footer-style5 #footer .footer-bottom .footer-bottom-wrapper .social-links {
    text-align: left;
    width: auto;
  }
  .footer-style5 #footer .footer-bottom .footer-bottom-wrapper .copyright {
    text-align: left;
    margin-top: 25px;
  }

  .team.team-slider .team-member .image-container {
    max-width: 1170px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    float: none;
  }

  .team.team-slider .team-member .team-member-desc {
    display: block;
    width: auto;
    padding-top: 30px;
  }

  .team.team-slider .team-member > .container:before {
    display: none;
  }

  .team.team-slider .team-member-thumbnails {
    left: 0;
    width: 100%;
    top: 0;
    text-align: center;
    letter-spacing: 2px;
    margin-left: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }

  .team.team-slider .team-member-thumbnails > a {
    display: inline-block;
    margin-bottom: 10px;
    width: 60px;
    height: 60px;
  }

  .image-box-slider .image-box .image-container {
    width: 40%;
  }

  .image-box-slider .image-box .desc {
    width: 60%;
  }

  .image-box-slider .owl-pagination {
    left: 40%;
    width: 60%;
  }

  .image-box-slider .image-box .box-title {
    font-size: 20px;
  }

  .image-box-slider .image-box .button {
    padding: 5px 20px;
    font-size: 11px;
  }

  .iso-container.iso-col-6 .iso-item, .iso-container.iso-col-7 .iso-item, .iso-container.iso-col-8 .iso-item {
    width: 25%;
  }
  .iso-container.iso-col-6 .iso-item.double-width, .iso-container.iso-col-7 .iso-item.double-width, .iso-container.iso-col-8 .iso-item.double-width {
    width: 50%;
  }
  .iso-container.iso-col-5 .iso-item, .iso-container.iso-col-4 .iso-item {
    width: 33.3333%;
  }
  .iso-container.iso-col-5 .iso-item.double-width, .iso-container.iso-col-4 .iso-item.double-width {
    width: 66.6666%;
  }

  .pricing-table-container.pt-col-3 .pricing-table.pricing-style2 {
    width: 40%;
  }

  .pricing-table-container.pt-col-3 .pricing-table.pricing-style2.active {
    width: 48%;
  }

  .pricing-table-container.pt-col-4 .pricing-table.pricing-style2 {
    width: 40%;
  }

  .pricing-table-container.pt-col-4 .pricing-table.pricing-style2.active {
    width: 48%;
  }

  .callout-box.callout-style3 .callout-content {
    display: block;
  }

  .callout-box.callout-style3 .callout-content > * {
    display: block;
    text-align: center;
  }

  .callout-box.callout-style3 .callout-text,
  .callout-box.callout-style4 .callout-text {
    margin-bottom: 25px;
  }

  .callout-box.callout-style4 .callout-content {
    display: block;
  }

  .callout-box.callout-style4 .callout-content > * {
    display: block;
    text-align: center;
  }

  .style-list .post-image {
    width: 40%;
  }

  .style-list .post-content {
    width: 60%;
    padding: 25px 35px;
  }

  .portfolio-fancy .portfolio .desc {
    padding: 25px 30px 80px;
  }

  .header-standard3 #header .header-top-nav .contact-phone > a {
    margin-top: 0;
  }

  .image-box.style-slider .desc {
    padding-left: 40px;
    padding-right: 40px;
  }

  .twitter-shortcode .twitter-profile {
    padding-right: 30px;
    width: 35%;
  }
  .twitter-shortcode .twitter-holder {
    width: 65%;
    padding-left: 50px;
  }

  .deliver-filters-wrap.items-2 .portfolio-filters {
    position: static;
    width: auto;
  }

  .deliver-filters-wrap.items-2 .portfolio-filters .container {
    position: static;
    width: auto;
    padding-bottom: 80px;
  }

  .deliver-filters-wrap.items-2 .owl-buttons {
    position: absolute;
    top: -70px;
    bottom: auto;
    left: 0;
    width: auto;
  }

  .deliver-filters-wrap.items-3 .portfolio-filters, .deliver-filters-wrap.items-3 .owl-buttons {
    width: 50.1%;
    left: 50%;
  }

  .deliver-filters-wrap.items-4 .portfolio-filters, .deliver-filters-wrap.items-4 .owl-buttons {
    width: 50.1%;
    left: 50%;
  }

  .deliver-filters-wrap.items-5 .portfolio-filters, .deliver-filters-wrap.items-5 .owl-buttons {
    width: 33.4%;
    left: 33.3333%;
  }

  .deliver-filters-wrap.items-6 .portfolio-filters, .deliver-filters-wrap.items-6 .owl-buttons {
    width: 33.4%;
    left: 33.3333%;
  }
}
/* 7. Styles for devices(>=768px and <= 991px) */
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sms {
    display: block;
  }
}
/* 8. Styles for devices(<=767px ) */
@media (max-width: 767px) {
  .section {
    padding-top: 80px;
    padding-bottom: 50px;
  }

  .section-lg {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .animated {
    visibility: visible;
  }

  [class^="col-sm-"].pull-left, [class^="col-sm-"].pull-right, [class*=" col-sm-"].pull-left, [class*=" col-sm-"].pull-right {
    float: none !important;
  }

  body #main, body .sidebar {
    float: none;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .sidebar-left #main {
    padding-left: 0;
  }

  .content-wrapper.sidebar-left #main {
    float: none;
  }

  #header .top-bar {
    /*background: none; */
    text-align: center;
  }
  #header .top-bar .contact-details, #header .top-bar .social-links, #header .top-bar .slogan {
    float: none;
  }

  .header-standard3 #header .contact-phone {
    display: none;
  }

  .header-modern #header {
    /*.header-inner {
      display: block;
      > * { display: block; }
      &:after { content: ""; display: table; clear: both; }
    }
    .logo { padding: 10px 0; }
    .call-to-action {
      float: left; padding-left: 0;
      &:before { display: none; }
    }
    .header-top-nav a { height: 60px; line-height: 60px; }
    .header-btn-navbar { top: auto; bottom: 22px; }*/
  }

  .header-overlay #header .menu li a {
    line-height: 40px;
    font-size: 14px;
  }

  .header-two-rows2 #header .top-menu {
    display: none;
  }

  .subheader-title-left #sub-header .page-title-container {
    display: block;
  }
  .subheader-title-left #sub-header .page-title-container > * {
    display: block;
  }
  .subheader-title-left #sub-header .breadcrumbs {
    text-align: left;
  }

  .footer-default #footer .footer-bottom .footer-bottom-wrapper {
    display: block;
  }
  .footer-default #footer .footer-bottom .footer-bottom-wrapper > * {
    display: block;
  }
  .footer-default #footer .social-links {
    text-align: left;
  }

  .footer-style6 #footer {
    padding-top: 50px;
  }
  .footer-style6 #footer .widget-wrapper .row {
    display: block;
  }
  .footer-style6 #footer .widget-wrapper .row [class^="col-"], .footer-style6 #footer .widget-wrapper .row [class*=" col-"] {
    display: block;
    border-right: none;
    padding: 0;
  }
  .footer-style6 #footer .footer-bottom {
    position: static;
  }

  .footer-style7 #footer .footer-bottom .footer-bottom-wrapper {
    text-align: left;
    display: block;
  }
  .footer-style7 #footer .footer-bottom .footer-bottom-wrapper > .st-td {
    display: block;
  }
  .footer-style7 #footer .footer-bottom .social-links {
    margin-bottom: 30px;
  }

  .footer-style8 #footer .footer-bottom .footer-bottom-wrapper, .footer-style9 #footer .footer-bottom .footer-bottom-wrapper, .footer-style11 #footer .footer-bottom .footer-bottom-wrapper, .footer-style12 #footer .footer-bottom .footer-bottom-wrapper {
    text-align: left;
    display: block;
  }
  .footer-style8 #footer .footer-bottom .footer-bottom-wrapper > *, .footer-style9 #footer .footer-bottom .footer-bottom-wrapper > *, .footer-style11 #footer .footer-bottom .footer-bottom-wrapper > *, .footer-style12 #footer .footer-bottom .footer-bottom-wrapper > * {
    display: block;
    text-align: left !important;
    margin-bottom: 20px;
  }
  .footer-style8 #footer .footer-bottom .footer-bottom-wrapper > *:last-child, .footer-style9 #footer .footer-bottom .footer-bottom-wrapper > *:last-child, .footer-style11 #footer .footer-bottom .footer-bottom-wrapper > *:last-child, .footer-style12 #footer .footer-bottom .footer-bottom-wrapper > *:last-child {
    margin-bottom: 0;
  }

  [class^="tab-horizontal-"].tab-container ul.tabs, [class*=" tab-horizontal-"].tab-container ul.tabs {
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
  [class^="tab-horizontal-"].tab-container ul.tabs li, [class*=" tab-horizontal-"].tab-container ul.tabs li {
    display: block;
    float: none !important;
  }
  [class^="tab-horizontal-"].tab-container ul.tabs li a, [class*=" tab-horizontal-"].tab-container ul.tabs li a {
    padding-left: 30px;
    padding-right: 30px;
  }
  [class^="tab-horizontal-"].tab-container ul.tabs li:after, [class*=" tab-horizontal-"].tab-container ul.tabs li:after {
    display: none;
  }

  .tab-container.tab-horizontal-1 ul.tabs li.active a {
    color: #ea088c;
  }

  .tab-container.tab-horizontal-3 ul.tabs li + li {
    margin-top: 10px;
    border-left: none;
  }

  .tab-container.tab-horizontal-4 ul.tabs li a {
    padding-left: 4px;
    padding-right: 4px;
  }
  .tab-container.tab-horizontal-4 ul.tabs li span {
    display: block;
  }

  [class^="tab-vertical-"].tab-container ul.tabs, [class^="tab-vertical-"].tab-container .tab-content, [class*=" tab-vertical-"].tab-container ul.tabs, [class*=" tab-vertical-"].tab-container .tab-content {
    float: none;
    width: 100%;
  }

  .tab-container.tab-vertical-2 ul.tabs li.active a:after {
    display: none;
  }

  .tab-container.tab-vertical-2 .tab-pane {
    padding: 30px 0 0 0;
  }

  .process-builder .process-item {
    float: none;
    width: auto !important;
  }
  .process-builder .process-icon:before, .process-builder .process-icon:after {
    display: none;
  }

  .image-box-slider .image-box .image-container {
    width: 100%;
    display: block;
  }

  .image-box-slider .image-box .desc {
    width: 100%;
    display: block;
  }

  .image-box-slider .owl-pagination {
    left: 0;
    width: 100%;
  }

  .iso-container.iso-col-3 .iso-item, .iso-container.iso-col-4 .iso-item, .iso-container.iso-col-5 .iso-item {
    width: 50%;
  }
  .iso-container.iso-col-3 .iso-item.double-width, .iso-container.iso-col-4 .iso-item.double-width, .iso-container.iso-col-5 .iso-item.double-width {
    width: 100%;
  }
  .iso-container.iso-col-6 .iso-item, .iso-container.iso-col-7 .iso-item, .iso-container.iso-col-8 .iso-item {
    width: 33.3333%;
  }
  .iso-container.iso-col-6 .iso-item.double-width, .iso-container.iso-col-7 .iso-item.double-width, .iso-container.iso-col-8 .iso-item.double-width {
    width: 66.6666%;
  }

  .pricing-table-container.pt-col-2 .pricing-table.pricing-style2 {
    width: 80%;
  }

  .pricing-table-container.pt-col-2 .pricing-table.pricing-style2.active {
    width: 90%;
  }

  .callout-box.callout-style1 {
    background: rgba(234, 8, 140, 0.9);
  }

  .callout-box.callout-style1 .callout-content:before {
    display: none;
  }

  body .callout-box.callout-style1 .callout-content {
    background: none;
    padding-left: 0;
    padding-right: 0;
  }

  .team.style-couple .team-member.team-circle {
    float: none;
    width: auto;
  }

  .team.style-couple .team-member.team-circle:first-child {
    margin-bottom: 60px;
  }

  .team.style-couple .team-member.team-circle:first-child:before {
    bottom: -30px;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -35px;
  }

  .team.style-couple .team-member.team-circle:first-child:after {
    bottom: -37px;
    top: auto;
    right: auto;
    left: 50%;
    margin-left: -14px;
  }

  .team.style-couple .team-member.team-circle:last-child:before {
    top: -30px;
    bottom: auto;
    left: 50%;
    margin-left: 21px;
  }

  .about-author .desc-wrapper .social-links {
    float: left;
  }

  .style-list .post-image {
    width: auto;
    float: none;
  }

  .style-list .post-content {
    width: 100%;
    float: none;
  }

  .style-list .post-image img {
    width: auto;
    max-width: 100%;
  }

  .style-list .format-video .post-image {
    width: 100%;
  }

  .style-list .format-gallery .post-image {
    float: none;
  }

  .style-list .format-gallery .post-image img {
    width: 100%;
  }

  .portfolio-filters.style1 {
    text-align: left;
  }

  .portfolio-filters.style1 h5 {
    display: none;
  }

  .portfolio-filters.style1 .filter-title {
    float: none;
    display: block;
    text-align: left;
  }

  .portfolio-filters.style1 ul {
    float: none;
  }

  .portfolio-fancy .iso-col-2 .iso-item {
    width: 100%;
  }

  .portfolio-fancy .iso-col-3 .iso-item {
    width: 100%;
  }

  .portfolio-fancy .iso-col-2 .iso-item:nth-child(4n+3) figure,
  .portfolio-fancy .iso-col-2 .iso-item:nth-child(4n) figure {
    float: left;
  }

  .portfolio-fancy .iso-col-2 .iso-item:nth-child(2n) figure {
    float: right;
  }

  .portfolio-fancy .iso-col-3 .iso-item:nth-child(4n+3) figure,
  .portfolio-fancy .iso-col-3 .iso-item:nth-child(4n) figure {
    float: left;
  }

  .portfolio-fancy .iso-col-3 .iso-item:nth-child(2n) figure {
    float: right;
  }

  .single-portfolio .entry-title,
  .single-portfolio .post-share {
    float: none;
  }

  .single-post .post-image.full .entry-title {
    font-size: 24px;
    margin-bottom: 5px;
  }

  .single-post .post-image.full .post-meta {
    font-size: 10px;
  }

  .single-post .post-image.full .post-header, .single-post .post-image.full .post-action {
    left: 0;
    width: 100%;
  }

  .single-post .post-image.full .post-action {
    bottom: 20px;
  }

  .image-box.style-offer .image-container {
    width: 100%;
    float: none;
    padding-right: 0;
  }

  .twitter-shortcode .twitter-st-wrapper {
    display: block;
  }
  .twitter-shortcode .twitter-profile, .twitter-shortcode .twitter-holder {
    display: block;
    width: auto;
  }
  .twitter-shortcode .twitter-profile:after {
    content: "";
    display: block;
    position: absolute;
    left: 100%;
    top: 0;
    height: 100%;
    width: 1000px;
    background-color: inherit;
  }
  .twitter-shortcode .twitter-profile {
    padding: 50px 0;
  }
  .twitter-shortcode .twitter-holder {
    padding-left: 0;
  }

  .deliver-filters-wrap.items-2 .owl-buttons {
    position: absolute;
    top: -70px;
    bottom: auto;
    left: 0;
    width: auto;
  }

  .deliver-filters-wrap.items-3 .portfolio-filters, .deliver-filters-wrap.items-3 .owl-buttons,
  .deliver-filters-wrap.items-4 .portfolio-filters, .deliver-filters-wrap.items-4 .owl-buttons,
  .deliver-filters-wrap.items-5 .portfolio-filters, .deliver-filters-wrap.items-5 .owl-buttons,
  .deliver-filters-wrap.items-6 .portfolio-filters, .deliver-filters-wrap.items-6 .owl-buttons {
    width: 50.1%;
    left: 50%;
  }

  body.single-post .next-prev-button .button {
    max-width: none;
  }
}
/* 9. Styles for devices(>=481px and <= 767px) */
@media (min-width: 481px) and (max-width: 767px) {
  .hidden-sms {
    display: none !important;
  }

  .hidden-xs {
    display: block !important;
  }
}
/* 10. Styles for devices(<=480px ) */
@media (max-width: 480px) {
  .section {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .section-lg {
    padding-top: 70px;
    padding-bottom: 40px;
  }

  .hidden-xs {
    display: none !important;
  }

  .header-modern #header .header-inner {
    padding-right: 30px;
  }
  .header-modern #header .header-top-nav a {
    margin-left: 5px;
  }

  .iso-container.iso-col-2 .iso-item, .iso-container.iso-col-3 .iso-item, .iso-container.iso-col-4 .iso-item, .iso-container.iso-col-5 .iso-item {
    width: 100%;
  }
  .iso-container.iso-col-6 .iso-item, .iso-container.iso-col-7 .iso-item, .iso-container.iso-col-8 .iso-item {
    width: 50%;
  }
  .iso-container.iso-col-6 .iso-item.double-width, .iso-container.iso-col-7 .iso-item.double-width, .iso-container.iso-col-8 .iso-item.double-width {
    width: 100%;
  }

  .testimonial-slider.testimonial-style3 .testimonial-wrapper {
    margin-left: 60px;
    margin-right: 60px;
  }

  .testimonial-slider.testimonial-style3 .testimonial-content p {
    font-size: 20px;
  }

  .testimonial.testimonial-style4 .testimonial-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial.testimonial-style4 .testimonial-content p {
    font-size: 20px;
  }

  .pricing-table-container.pt-col-3 .pricing-table.pricing-style2 {
    width: 80%;
  }

  .pricing-table-container.pt-col-3 .pricing-table.pricing-style2.active {
    width: 90%;
  }

  .pricing-table-container.pt-col-4 .pricing-table.pricing-style2 {
    width: 80%;
  }

  .pricing-table-container.pt-col-4 .pricing-table.pricing-style2.active {
    width: 90%;
  }

  .team-member.team-horizontal .image-container {
    float: none;
    width: auto;
  }

  .team-member.team-horizontal .team-member-desc {
    float: none;
    width: auto;
    padding: 30px 0 0;
  }

  .image-box.style-horizontal .image-container,
  .image-box.style-horizontal .desc {
    float: none;
    width: auto;
  }

  .icon-box.style3 {
    text-align: center;
  }

  .icon-box.style3 > * {
    display: block;
  }

  .icon-box.style3 .desc {
    padding: 0 30px 30px;
  }

  .commentlist .comment {
    padding: 26px 26px 16px;
  }

  .commentlist .comment .author-wrapper {
    float: none;
    margin-bottom: 20px;
  }

  .commentlist .comment .comment-content {
    padding-left: 0;
  }

  .portfolio-flat2 .portfolio-title {
    max-width: 100%;
    font-size: 30px;
  }

  .portfolio-fancy .portfolio figure,
  .portfolio-fancy .portfolio .desc {
    width: 100%;
    float: none !important;
  }

  .header-two-rows1 #header .top-bar .contact-details {
    display: none;
  }

  .st-home-contact-form .wpcf7-form {
    padding: 20px;
  }

  .deliver-filters-wrap.items-3 .portfolio-filters,
  .deliver-filters-wrap.items-4 .portfolio-filters,
  .deliver-filters-wrap.items-5 .portfolio-filters,
  .deliver-filters-wrap.items-6 .portfolio-filters {
    position: static;
    width: auto;
  }

  .deliver-filters-wrap.items-3 .portfolio-filters .container,
  .deliver-filters-wrap.items-4 .portfolio-filters .container,
  .deliver-filters-wrap.items-5 .portfolio-filters .container,
  .deliver-filters-wrap.items-6 .portfolio-filters .container {
    position: static;
    width: auto;
    padding-bottom: 80px;
  }

  .deliver-filters-wrap.items-3 .owl-buttons,
  .deliver-filters-wrap.items-4 .owl-buttons,
  .deliver-filters-wrap.items-5 .owl-buttons,
  .deliver-filters-wrap.items-6 .owl-buttons {
    position: absolute;
    top: -70px;
    bottom: auto;
    left: 0;
    width: auto;
  }
}
/* 11. Styles for devices(<=320px ) */
@media (max-width: 320px) {
  .iso-container.iso-col-8 .iso-item, .iso-container.iso-col-7 .iso-item, .iso-container.iso-col-6 .iso-item, .iso-container.iso-col-5 .iso-item {
    width: 100%;
  }

  .testimonial-slider.testimonial-style1 .testimonial-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .testimonial-slider.testimonial-style1 .owl-prev {
    left: -20%;
  }

  .testimonial-slider.testimonial-style1 .owl-next {
    right: -20%;
  }

  .commentlist .comment .comment-author-name {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: 1450px) {
  .footer-default #footer .deliver-footer-collapse {
    right: 5px;
  }
}
