/*
Description: The stylesheet with a main responsive style.
Author:      Cherry Team
Version:     1.0.0
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px;
  }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px;
  }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px;
  }
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}

@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}

@media (max-width: 768px) {
  ol.comment-list li.comment ol.children {
    padding-left: 15px;
  }
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

@-ms-viewport {
  width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }

  table.visible-xs {
    display: table;
  }

  tr.visible-xs {
    display: table-row !important;
  }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }

  table.visible-sm {
    display: table;
  }

  tr.visible-sm {
    display: table-row !important;
  }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }

  table.visible-md {
    display: table;
  }

  tr.visible-md {
    display: table-row !important;
  }

  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }

  table.visible-lg {
    display: table;
  }

  tr.visible-lg {
    display: table-row !important;
  }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 750px;
  }
}
@media (min-width: 992px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 970px;
  }
}
@media (min-width: 1200px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 1170px;
  }
}
@media (min-width: 768px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 780px;
  }
}
@media (min-width: 992px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1200px;
  }
}

.entry-content .container .container {
  width: auto;
}

@media (min-width: 992px) {
  .sidebar-sidebar-content-wrapper,
  .sidebar-content-sidebar-wrapper,
  .content-sidebar-sidebar-wrapper {
    width: 80%;
  }

  .sidebar-content-sidebar-wrapper,
  .sidebar-sidebar-content-wrapper {
    float: right;
  }

  .content-sidebar-sidebar-wrapper {
    float: left;
  }

  .sidebar-content-wrapper #primary,
  .content-sidebar-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary {
    width: 75%;
  }

  .sidebar-content-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary {
    float: right;
  }

  .content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary {
    float: left;
  }

  .sidebar-content-wrapper .widget-area,
  .sidebar-sidebar-content-wrapper .widget-area {
    float: left;
    width: 23%;
  }

  .content-sidebar-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper .widget-area,
  .sidebar-content-sidebar-wrapper .widget-area {
    float: right;
    width: 23%;
  }

  .sidebar-sidebar-content-wrapper + .widget-area,
  .sidebar-content-sidebar-wrapper + .widget-area {
    float: left;
    width: 18%;
  }

  .content-sidebar-sidebar-wrapper + .widget-area {
    float: right;
    width: 18%;
  }

  .cherry-with-sidebar .content-area .container {
    width: 80%;
  }
}
@media (max-width: 1199px) {
  h1, .h1 {
    font-size: 50px !important;
    line-height: 64px !important;
  }

  h2, .h2 {
    font-size: 38px !important;
    line-height: 56px !important;
  }
}
@media (max-width: 991px) {
  h1, .h1 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
}
@media (max-width: 767px) {
  h1, .h1, h2, .h2 {
    text-align: center;
    font-size: 26px !important;
    line-height: 37px !important;
    letter-spacing: 2.6px;
  }
}
@media (max-width: 768px) {
  .portfolio-wrap .portfolio-container .portfolio-list {
    /* List layout */
  }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content, .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
    width: auto;
    margin: 0;
  }
}
@media (max-width: 380px) {
  .team-wrap .team-meta .team-socials .team-socials_item .team-socials_link .team-socials_label {
    display: none;
  }
}
/* Megamenu responsive
================================================== */
@media (max-width: 992px) {
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub {
    padding: 30px;
    /* Post template "megamenu-posts" */
  }
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li {
    padding: 40px 0 0;
    margin: 40px 0 0;
    float: none;
    width: auto;
    border-top: 1px solid #000;
  }
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:before {
    display: none;
  }
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub > li:first-child {
    margin-top: 0;
    padding-top: 0;
    border: none;
  }
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap {
    margin-bottom: 30px;
  }
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-thumbnail {
    float: left;
    padding: 0 30px 15px 0;
  }
}
@media (max-width: 620px) {
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub {
    /* Post template "megamenu-posts" */
  }
  #menu-primary #menu-primary-items .cherry-mega-menu-sub.mega-sub .megamenu-post-wrap .post-thumbnail {
    float: none;
    padding: 0 0 15px 0;
  }
}
@media (max-width: 767px) {
  #menu-primary {
    margin: 15px 0 25px;
  }
  #menu-primary.isStick {
    margin: 15px 0;
  }
}
/* Site Branding
================================================== */
@media (max-width: 767px) {
  .static-header-logo {
    top: auto !important;
    left: auto;
    text-align: center;
    width: 100%;
  }

  .site-description {
    padding-left: 0;
    width: 100%;
  }
  .site-description:before {
    display: none;
  }
}
/* Breadcrumbs
================================================== */
@media (min-width: 1200px) {
  .cherry-breadcrumbs .cherry-breadcrumbs_content {
    padding-left: 35px;
  }
}
/* Sidebar responsive
================================================== */
@media (min-width: 992px) {
  .sidebar-content-wrapper #primary,
  .content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary {
    width: 70%;
  }

  .sidebar-content-wrapper .widget-area,
  .content-sidebar-wrapper .widget-area {
    width: 30%;
  }

  .sidebar-content-wrapper .widget-area {
    padding-right: 60px;
  }

  .sidebar-content-wrapper .content-area {
    padding-left: 59px;
    border-left: 1px solid;
  }

  .content-sidebar-wrapper .widget-area {
    padding-left: 60px;
  }

  .content-sidebar-wrapper .content-area {
    padding-right: 59px;
    border-right: 1px solid;
  }

  .sidebar-content-sidebar-wrapper #primary {
    width: 75%;
    padding: 0 25px;
    border-left: 1px solid;
    border-right: 1px solid;
  }

  .sidebar-content-sidebar-wrapper .widget-area {
    width: 25%;
    padding-left: 25px;
  }

  .sidebar-sidebar-content-wrapper + .widget-area,
  .sidebar-content-sidebar-wrapper + .widget-area,
  .content-sidebar-sidebar-wrapper + .widget-area {
    width: 20%;
  }

  .sidebar-sidebar-content-wrapper #primary {
    width: 75%;
    padding-left: 25px;
    border-left: 1px solid;
  }

  .sidebar-sidebar-content-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper .widget-area {
    width: 25%;
  }

  .sidebar-sidebar-content-wrapper .widget-area,
  .sidebar-sidebar-content-wrapper + .widget-area,
  .sidebar-content-sidebar-wrapper + .widget-area {
    padding-right: 25px;
  }

  .content-sidebar-sidebar-wrapper #primary {
    width: 75%;
    padding-right: 25px;
    border-right: 1px solid;
  }

  .content-sidebar-sidebar-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper + .widget-area {
    padding-left: 25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .cherry-sidebar-main .widget-title,
  .cherry-sidebar-secondary .widget-title {
    font-size: 22px;
    line-height: 26px;
  }
}
/* Portfolio responsive
================================================== */
@media (max-width: 991px) {
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .inner-wrap,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .inner-wrap {
    margin: 0 !important;
  }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .inner-wrap .media-content,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap .media-content,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .inner-wrap .media-content {
    width: 100%;
  }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .inner-wrap .item-content,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.masonry-layout-item .inner-wrap .item-content,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item .inner-wrap .item-content {
    padding: 25px 15px 15px;
    text-align: center;
  }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap {
    padding: 0;
  }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
    padding: 0 0 30px 0;
  }
}

@media (max-width: 1199px) {
  .sidebar-content-sidebar-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap,
  .sidebar-sidebar-content-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap,
  .content-sidebar-sidebar-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap {
    padding-bottom: 0;
  }
  .sidebar-content-sidebar-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content,
  .sidebar-sidebar-content-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content,
  .content-sidebar-sidebar-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .media-content {
    margin-bottom: 30px;
    width: 100%;
  }
  .sidebar-content-sidebar-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content,
  .sidebar-sidebar-content-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content,
  .content-sidebar-sidebar-wrapper .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .parallax-content > .row {
    margin-left: 0;
    margin-right: 0;
  }
}
/* Services
================================================== */
@media (min-width: 992px) and (max-width: 1399px) {
  .services-wrap-1 .services-listing .cherry-services_item,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item {
    min-height: 290px;
  }
  .services-wrap-1 .services-listing .cherry-services_item .inner-wrap,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item .inner-wrap {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    text-align: center;
    padding: 0 20px;
  }
  .services-wrap-1 .services-listing .cherry-services_item .cherry-services_icon,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item .cherry-services_icon {
    font-size: 70px;
  }
  .services-wrap-1 .services-listing .cherry-services_item .cherry-services_title,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item .cherry-services_title {
    font-size: 20px;
  }
  .services-wrap-1 .services-listing .cherry-services_item .cherry-btn,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item .cherry-btn {
    display: inline-block !important;
    transform: none;
    position: relative;
    max-width: 200px;
    opacity: 1;
  }
  .services-wrap-1 .services-listing .cherry-services_item:hover,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item:hover {
    background: inherit;
  }
  .services-wrap-1 .services-listing .cherry-services_item:hover .cherry-btn,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item:hover .cherry-btn {
    transform: none;
    position: relative;
  }
}
@media (max-width: 1639px) {
  .services-wrap-2 {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .services-wrap-2 .services-listing .cherry-services_item,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item {
    width: 50%;
    padding-bottom: 30% !important;
  }
  .services-wrap-2 .services-listing .cherry-services_item:first-child,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:first-child {
    margin-left: 0;
  }
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(3) .cherry-services_icon,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(3) .cherry-services_title,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(3) .inner-description, .services-wrap-2 .services-listing .cherry-services_item:nth-child(4) .cherry-services_icon,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(4) .cherry-services_title,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(4) .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(3) .cherry-services_icon,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(3) .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(3) .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(4) .cherry-services_icon,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(4) .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(4) .inner-description {
    color: #fff;
  }
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(2):hover .cherry-services_icon,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(2):hover .cherry-services_title,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(2):hover .inner-description, .services-wrap-2 .services-listing .cherry-services_item:nth-child(5):hover .cherry-services_icon,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(5):hover .cherry-services_title,
  .services-wrap-2 .services-listing .cherry-services_item:nth-child(5):hover .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(2):hover .cherry-services_icon,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(2):hover .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(2):hover .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(5):hover .cherry-services_icon,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(5):hover .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:nth-child(5):hover .inner-description {
    color: #fff !important;
  }

  .parallax-box .cherry-banner {
    width: 100%;
  }
  .parallax-box .cherry-banner .cherry-banner_title {
    word-spacing: normal;
  }
}
@media (min-width: 1400px) {
  .services-wrap-3 .services-listing,
  .services-wrap-3 .boxed-layout .services-listing {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}
@media (max-width: 1399px) {
  .services-wrap-1 {
    position: relative;
  }

  .services-wrap-1 .services-listing .cherry-services_item,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item {
    padding-bottom: 50px;
  }
  .services-wrap-1 .services-listing .cherry-services_item .cherry-btn,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item .cherry-btn {
    display: none;
  }
  .services-wrap-1 .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-1 .services-listing .cherry-services_item:hover .cherry-services_title,
  .services-wrap-1 .services-listing .cherry-services_item:hover .cherry-services_feauters,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_title,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_feauters {
    transform: none;
    -webkit-transform: none;
    color: #fff;
  }
  .services-wrap-1 .services-listing .cherry-services_item:hover .wrap,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item:hover .wrap {
    top: 0;
  }
}
@media (min-width: 992px) {
  .services-wrap-2 .services-listing .cherry-services_item,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item {
    padding-bottom: 35%;
  }
  .services-wrap-2 .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-2 .services-listing .cherry-services_item:hover .cherry-services_title,
  .services-wrap-2 .services-listing .cherry-services_item:hover .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:hover .inner-description {
    color: #fff;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .services-wrap-2 .services-listing .cherry-services_item,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item {
    padding-bottom: 45% !important;
  }
  .services-wrap-2 .services-listing .cherry-services_item .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .cherry-services_title {
    padding: 0 20px;
  }
  .services-wrap-2 .services-listing .cherry-services_item .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .inner-description {
    display: none;
  }
  .services-wrap-2 .services-listing .cherry-services_item:hover .inner-wrap,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:hover .inner-wrap {
    transform: none;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .services-wrap-1 .services-listing,
  .services-wrap-1 .boxed-layout .services-listing {
    margin-bottom: -70px !important;
  }
  .services-wrap-1 .services-listing .cherry-services_item,
  .services-wrap-1 .boxed-layout .services-listing .cherry-services_item {
    padding: 36px 10px 30px;
  }

  .services-wrap-2 {
    padding: 0;
  }

  .services-wrap-2 .services-listing .cherry-services_item,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item {
    width: 100%;
    padding: 30px 15px 30px !important;
  }
  .services-wrap-2 .services-listing .cherry-services_item .inner-wrap,
  .services-wrap-2 .services-listing .cherry-services_item .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .inner-wrap,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .inner-description {
    position: relative;
    transform: none !important;
  }
  .services-wrap-2 .services-listing .cherry-services_item .inner-description,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .inner-description {
    padding: 0;
  }
  .services-wrap-2 .services-listing .cherry-services_item .cherry-services_icon,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .cherry-services_icon {
    font-size: 70px;
  }
  .services-wrap-2 .services-listing .cherry-services_item .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .cherry-services_title {
    font-size: 20px;
  }
  .services-wrap-2 .services-listing .cherry-services_item .cherry-services_feauters,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item .cherry-services_feauters {
    transform: none;
    opacity: 1;
  }
  .services-wrap-2 .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-2 .services-listing .cherry-services_item:hover .cherry-services_title,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-2 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_title {
    transform: none;
  }

  .parallax-box .parallax-bg-inner {
    transform: none !important;
    margin-top: 0 !important; 
  }

  .parallax-box.well-lg h1{
   margin-bottom: 0;
  }

  .parallax-box .cherry-banner {
    position: relative;
    transform: none;
  }
  .parallax-box .cherry-banner .cherry-btn {
    position: relative;
    left: auto;
    top: auto;
    transform: none;
  }
  .parallax-box .cherry-banner:first-child {
    padding-top: 35px;
    padding-bottom: 5px;
    top: auto;
    left: auto;
  }
  .parallax-box .cherry-banner:first-child .cherry-banner_link,
  .parallax-box .cherry-banner:first-child .cherry-banner_wrap {
    display: inline-block;
    position: relative;
  }
  .parallax-box .cherry-banner:first-child h2 {
    position: relative;
    transform: none;
    word-spacing: 1000px;
  }
  .parallax-box .cherry-banner-wth-btn {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1399px) {
  .services-wrap-3 .services-listing .cherry-services_item,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item {
    width: 50% !important;
  }
  .services-wrap-3 .services-listing .cherry-services_item:nth-child(3),
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item:nth-child(3) {
    clear: left !important;
  }
}
@media (max-width: 1199px) {
  .services-wrap-3 .services-listing .cherry-services_item .wrap,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item .wrap {
    display: none;
  }
  .services-wrap-3 .services-listing .cherry-services_item:nth-child(3),
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item:nth-child(3) {
    clear: left !important;
  }
  .services-wrap-3 .services-listing .cherry-services_item .cherry-btn,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item .cherry-btn {
    display: inline-block;
    transform: none;
    opacity: 1;
  }
  .services-wrap-3 .services-listing .cherry-services_item:hover .wrap,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item:hover .wrap {
    bottom: 0;
    top: 0;
    background: transparent !important;
  }
  .services-wrap-3 .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-3 .services-listing .cherry-services_item:hover .cherry-services_title,
  .services-wrap-3 .services-listing .cherry-services_item:hover .cherry-services_feauters,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_icon,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_title,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item:hover .cherry-services_feauters {
    transform: none;
    color: #fff;
  }
  .services-wrap-3 .services-listing .cherry-services_item:hover .cherry-btn,
  .services-wrap-3 .boxed-layout .services-listing .cherry-services_item:hover .cherry-btn {
    transform: none;
  }
}

/* Wells
================================================== */
@media (max-width: 767px) {
  .well-sm {
    padding-top: 28px;
    padding-bottom: 48px;
  }

  .well-md {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .well-lg {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .well-md-1 {
    padding-bottom: 0;
  }
}
/* Moto Slider
================================================== */
@media (min-width: 1400px) and (max-width: 1539px) {
  .ms_wrapper .ms_layer {
    top: 64px !important;
  }
}
@media (max-width: 1399px) {
  .ms_wrapper .ms_layer {
    top: 50% !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .motoslider_wrapper .ms_arrows .ms_prev,
  .motoslider_wrapper .ms_arrows .ms_next {
    top: 50%;
  }
}
@media (max-width: 1199px) {
  .ms_wrapper .ms_html_layer {
    white-space: normal;
  }
}
@media (max-width: 991px) {
  .ms_wrapper .ms_layer h3, .ms_wrapper .ms_layer .h3 {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .ms_wrapper {
    min-height: 480px !important;
  }
  .ms_wrapper .ms_layer {
    top: 50% !important;
    left: 15px !important;
    right: 15px !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
  }

  .motoslider_wrapper .ms_arrows .ms_prev,
  .motoslider_wrapper .ms_arrows .ms_next {
    top: auto;
    bottom: 43px;
  }
}
/* Swiper Carousel
================================================== */
.cherry-swiper-carousel-container .carousel_1 ~ .swiper-button-prev, .cherry-swiper-carousel-container .carousel_1 ~ .swiper-button-next, .cherry-swiper-carousel-container .carousel_1 ~ .swiper-button-prev.outer, .cherry-swiper-carousel-container .carousel_1 ~ .swiper-button-next.outer {
  top: 30%;
}
.cherry-swiper-carousel-container .carousel_1 ~ .swiper-button-prev.outer {
  left: 20px;
}
.cherry-swiper-carousel-container .carousel_1 ~ .swiper-button-next.outer {
  right: 20px;
}

@media (max-width: 1399px) {
  .cherry-swiper-carousel-container .carousel_2 ~ .swiper-button-prev, .cherry-swiper-carousel-container .carousel_2 ~ .swiper-button-next, .cherry-swiper-carousel-container .carousel_2 ~ .swiper-button-prev.outer, .cherry-swiper-carousel-container .carousel_2 ~ .swiper-button-next.outer {
    top: 50%;
  }
  .cherry-swiper-carousel-container .carousel_2 ~ .swiper-button-prev.outer {
    left: 10px;
  }
  .cherry-swiper-carousel-container .carousel_2 ~ .swiper-button-next.outer {
    right: 10px;
  }
}
@media (min-width: 768px) {
  .cherry-swiper-carousel-container .carousel_1 {
    margin-bottom: -10px;
  }
}
/* Blog
================================================== */
@media (max-width: 767px) {
  .single .entry-content blockquote,
  .format-quote blockquote {
    padding-left: 0;
  }
  .single .entry-content blockquote:before,
  .format-quote blockquote:before {
    position: relative;
  }
  .single .entry-content blockquote > *:first-child,
  .format-quote blockquote > *:first-child {
    margin-top: -40px;
  }

  .format-quote blockquote:before {
    margin-top: 25px;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .related-posts .related-posts_list .related-posts_item {
    margin-bottom: 30px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .related-posts .related-posts_list .related-posts_item:nth-child(3) {
    clear: left;
  }
}
/* Header
================================================== */
@media (max-width: 1699px) {
  .search-form.search-open input[type="search"] {
    width: 1000px;
  }
}
@media (max-width: 1529px) {
  .search-form.search-open input[type="search"] {
    width: 960px;
  }
}
@media (max-width: 1479px) {
  .search-form.search-open input[type="search"] {
    width: 900px;
  }
}
@media (max-width: 1399px) {
  #static-area-header-top .static-header-logo {
    position: relative;
    display: inline-block;
  }
  #static-area-header-top .static-search-form,
  #static-area-header-top .static-header-sidebar {
    top: 46px;
  }

  .search-form.search-open input[type="search"] {
    width: 280px;
  }

  .isStick .static-search-form,
  .isStick .static-header-logo,
  .isStick .static-header-sidebar {
    display: none !important;
  }
}
@media (max-width: 1199px) {
  #static-area-header-top .static-header-logo {
    top: 14px;
  }
  #static-area-header-top .static-header-logo h1, #static-area-header-top .static-header-logo h2 {
    font-size: 64px !important;
    line-height: 64px !important;
  }
}
@media (max-width: 767px) {
  .static-search-form,
  .static-header-sidebar {
    display: none;
  }
}
@media (max-width: 991px) {
  .content-area + .widget-area {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .comments .comment-respond form .comment-form-author, .comments .comment-respond form .comment-form-email, .comments .comment-respond form .comment-form-url {
    width: 100% !important;
    margin: 0 0 0 !important;
    margin-bottom: 20px !important;
  }
  .comments .comment-respond form .comment-form-url {
    margin-bottom: 40px !important;
  }
}
