/*
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%; } }
/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
  #menu-primary .menu-items > li {
    margin: 0 0 0 20px; }

  .cherry-posts-list .cherry-posts-item .inner .caption .inner_box {
    width: 30%; }
  .cherry-posts-list .cherry-posts-item .inner .caption .post-content {
    width: 70%; }

  .cherry-chart.chart-progress_bar .cherry-progress-bar {
    width: 100%; }
    .cherry-chart.chart-progress_bar .cherry-progress-bar .cherry-charts-bar.horizontal {
      width: 100% !important; }

  .attachment-img-size-2.wp-post-image {
    width: 100%;
    height: auto; }

  .box .cherry-box > .inner h1 {
    letter-spacing: 5px; }

  .cherry-swiper-carousel-container .style_2 .inner .post-content {
    padding: 12px 10% 0; }

  .parallax_4 .parallax-box .parallax-content, .parallax_6 .parallax-box .parallax-content {
    padding: 140px 0; }

  .team-listing {
    padding: 0; }

  .team-wrap .team-listing {
    padding: 0; }
    .team-wrap .team-listing .team-item .team-listing_photo {
      width: 100%;
      height: auto;
      border: 0;
      padding: 0; }
      .team-wrap .team-listing .team-item .team-listing_photo a:before {
        display: none; }

  .entry-permalink .btn.btn-default {
    padding: 4px 20px; }

  .content-wrapper-sidebar-sidebar .cherry-chart.chart-progress_bar .cherry-progress-bar .cherry-charts-bar.horizontal, .sidebar-sidebar-content-wrapper .cherry-chart.chart-progress_bar .cherry-progress-bar .cherry-charts-bar.horizontal, .sidebar-content-sidebar-wrapper .cherry-chart.chart-progress_bar .cherry-progress-bar .cherry-charts-bar.horizontal {
    width: 100% !important; }

  .team-wrap .team-listing .team-item .team-listing_photo {
    height: 100%;
    width: 100%; }
    .content-wrapper-sidebar-sidebar .team-wrap .team-listing .team-item .team-listing_photo, .sidebar-sidebar-content-wrapper .team-wrap .team-listing .team-item .team-listing_photo, .sidebar-content-sidebar-wrapper .team-wrap .team-listing .team-item .team-listing_photo {
      height: 100%;
      width: 100%; }
    .team-wrap .team-listing .team-item .team-listing_photo a img {
      height: 100%;
      width: 100%; }
      .content-wrapper-sidebar-sidebar .team-wrap .team-listing .team-item .team-listing_photo a img, .sidebar-sidebar-content-wrapper .team-wrap .team-listing .team-item .team-listing_photo a img, .sidebar-content-sidebar-wrapper .team-wrap .team-listing .team-item .team-listing_photo a img {
        height: 100%;
        width: 100%; } }
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #menu-primary .menu-items > li {
    margin: 0 0 0 7px; }
    #menu-primary .menu-items > li > a {
      line-height: 35px;
      padding: 0 12px; }
  #menu-primary .menu-items ul {
    top: 65px; }
  #menu-primary .menu-items .cherry-mega-menu-sub {
    top: 80px; }

  .cherry-mega-menu.mega-menu-direction-vertical > li {
    margin: 0 0 8px !important; }
    .cherry-mega-menu.mega-menu-direction-vertical > li .simple-sub,
    .cherry-mega-menu.mega-menu-direction-vertical > li .mega-sub {
      width: 80% !important; }

  .text-logo .site-link {
    letter-spacing: .1px; }

  .widget_calendar #calendar_wrap tr td, .widget_calendar #calendar_wrap tr th {
    padding: 6px !important; }

  .content_box_1 img {
    width: 100%; }

  .post-navigation .paging-navigation .nav-links > div a {
    padding: 4px 12px; }

  .cherry-posts-list .cherry-posts-item .inner .caption .inner_box {
    width: 40%;
    margin: 0; }
  .cherry-posts-list .cherry-posts-item .inner .caption .post-content {
    width: 60%; }

  .cherry-services .cherry-services_item .cherry-services_feauters {
    padding: 0 10%; }

  .site-title.image-logo img {
    width: 100%;
    height: auto; }

  .motoslider_wrapper .ms_wrapper .ms_pagination {
    bottom: 130px; }

  .content-area {
    padding: 40px 0; }

  .spacer1, .spacer2, .spacer3, .spacer4, .spacer5, .spacer6, .spacer7, .spacer8 {
    height: 40px !important; }

  h2 {
    margin: 20px 0;
    padding: 0 0 20px; }

  .box .cherry-box > .inner {
    padding-bottom: 40px; }

  .parallax_2 .parallax-box .parallax-content {
    padding: 100px 0; }

  .parallax_4, .parallax_6 {
    margin-bottom: -40px; }

  .parallax_4 .parallax-box .parallax-content strong,
  .parallax_6 .parallax-box .parallax-content strong {
    padding: 0; }

  .team-wrap .team-listing .team-item .team-listing_photo a > img {
    width: 100%;
    height: auto; }
  .team-wrap .team-listing .team-item .cherry-team_excerpt {
    padding: 16px 0; }

  .sidebar-main ol li, .sidebar-main ul li, .sidebar-secondary ol li, .sidebar-secondary ul li {
    text-align: center; }

  .sidebar-main .widget_calendar #calendar_wrap {
    font-size: 13px; }
    .sidebar-main .widget_calendar #calendar_wrap caption {
      margin-bottom: 25px;
      font-size: 15px;
      font-weight: 600; }
    .sidebar-main .widget_calendar #calendar_wrap tr td,
    .sidebar-main .widget_calendar #calendar_wrap tr th {
      padding: 10px;
      text-align: center; }

  .related-posts_thumbnail > img {
    width: 100%;
    height: auto; }

  .cherry-has-entry-date {
    margin-bottom: 30px; }

  #footer {
    padding: 50px 0 40px; }
    #footer h3 {
      font-size: 25px; }
    #footer .static-footer-sidebars ul {
      padding-left: 0; } }
@media only screen and (max-width: 991px) {
  .box .cherry-box > .inner h1 > a {
    top: 10px; }

  .comment-form p > input,
  .comment-form p textarea {
    width: 100% !important; } }
@media (min-width: 992px) {
  .team-listing_item.col-md-4:nth-child(3n+1) {
    clear: both; } }
@media (min-width: 768px) and (max-width: 991px) {
  .team-listing_item.col-sm-6:nth-child(2n+1) {
    clear: both; }

  .related-posts_item:nth-child(2n+1) {
    clear: both; } }
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  body.home #header .header-top.static-area {
    position: relative; }

  #menu-primary .menu-items > li {
    display: block;
    text-align: center;
    margin: 0 0 0 7px; }
    #menu-primary .menu-items > li > a {
      line-height: 35px;
      padding: 0 12px; }
  #menu-primary .menu-items ul {
    top: 65px; }
  #menu-primary .menu-items .cherry-mega-menu-sub {
    top: 81px; }

  .cherry-mega-menu-mobile-close {
    display: none !important; }

  .cherry-swiper-carousel-container {
    margin-bottom: 40px; }

  .cherry-swiper-carousel-container .post-title {
    margin-top: 40px; }

  .cherry-swiper-carousel-container .post-title {
    letter-spacing: 1px !important; }

  .cherry-chart.chart-progress_bar:last-child {
    margin-bottom: 50px; }

  .alignright + .entry-header h2,
  .alignleft + .entry-header h2 {
    letter-spacing: 4px;
    margin: 14px 0; }

  .motoslider_wrapper .ms_wrapper .ms_pagination {
    display: none; }

  #footer .static-footer-sidebars ul {
    text-align: center; }

  .parallax_2 .parallax-box .parallax-content .mc4wp-form form input {
    float: none;
    width: 100% !important;
    margin: 0 !important; }
  .parallax_2 .parallax-box .parallax-content .mc4wp-form form p {
    margin: 10px 0 0 !important;
    position: relative;
    overflow: hidden; }
  .parallax_2 .parallax-box .parallax-content .mc4wp-notice {
    padding: 8px;
    margin: 10px 15px 0;
    border-radius: 0;
    width: auto; }

  .related-posts_list .entry-thumbnail.cherry-thumb-s.related-posts_thumbnail img {
    width: 100%; }

  .related-posts_item.col-xs-12.col-sm-6.col-md-3:nth-child(2n+1) {
    clear: both; }

  .comments-area .comment-reply-title {
    font-size: 27px;
    letter-spacing: 4px; }

  .cherry-posts-list {
    margin: 30px 0 0; }
    .cherry-posts-list .cherry-posts-item .inner .post-thumbnail,
    .cherry-posts-list .cherry-posts-item.even .inner .post-thumbnail {
      position: relative;
      display: block;
      margin: 0 auto;
      left: 0;
      right: 0; }
    .cherry-posts-list .cherry-posts-item .inner .caption,
    .cherry-posts-list .cherry-posts-item.even .inner .caption {
      margin: -88px 0 60px;
      padding: 80px 15px 10px; }
      .cherry-posts-list .cherry-posts-item .inner .caption .inner_box,
      .cherry-posts-list .cherry-posts-item.even .inner .caption .inner_box {
        width: 100%;
        float: none;
        text-align: center; }
      .cherry-posts-list .cherry-posts-item .inner .caption .post-content,
      .cherry-posts-list .cherry-posts-item.even .inner .caption .post-content {
        width: 100%;
        float: none; }

  .box .cherry-box > .inner h1 > a {
    display: block; }

  .content_box img {
    width: 100%;
    height: auto; }

  .cherry-has-entry-date {
    margin-bottom: 30px; }

  .portfolio-list .masonry-layout-item {
    width: 100% !important; }
    .portfolio-list .masonry-layout-item .inner-wrap {
      margin-bottom: 30px !important; }
      .portfolio-list .masonry-layout-item .inner-wrap .media-content {
        float: left;
        width: 46%;
        margin-right: 4%; }
      .portfolio-list .masonry-layout-item .inner-wrap .item-content {
        float: left;
        width: 50% !important; }
        .portfolio-list .masonry-layout-item .inner-wrap .item-content h3 {
          margin: 0 0 15px !important; }

  .related-posts_item.col-xs-12.col-sm-6.col-md-3 {
    width: 50%; }

  ul.order-filter {
    margin: 35px 0 0;
    text-align: center;
    width: 100%; }
    ul.order-filter li {
      float: none;
      display: inline-block;
      margin: 0 15px; }

  div.portfolio-wrap .portfolio-filter {
    margin: 0 0 50px; }
    div.portfolio-wrap .portfolio-filter .filter.filter-category li {
      width: 100%;
      display: block; }

  .wpcf7-form {
    margin-top: 20px; }
    .wpcf7-form .submit-wrap {
      margin-top: 28px; }
    .wpcf7-form .wpcf7-not-valid-tip {
      position: absolute;
      z-index: 1; }

  .cherry-services_item {
    width: 100%; }

  #footer {
    min-height: 725px; }
    #footer .static-social-follow {
      width: 440px;
      height: 440px;
      padding: 125px 50px; }
      #footer .static-social-follow:before {
        top: -13px;
        left: -13px;
        height: 466px;
        width: 466px; }
    #footer .static-footer-info .site-info a {
      display: inline-block; }

  .cherry-spacer.spacer10 {
    display: none; } }
@media only screen and (max-width: 767px) {
  .static-header-menu {
    margin: 30px 0 0; }

  .text-logo .site-link {
    letter-spacing: 2.8px; }

  #menu-primary .menu-items {
    padding: 20px 0 !important;
    background: #222;
    width: 100%; }
    #menu-primary .menu-items > li {
      width: 100%; }
      #menu-primary .menu-items > li > a {
        letter-spacing: 3px;
        line-height: 40px;
        color: #7a7a7a; }
        #menu-primary .menu-items > li > a:before {
          display: none; }
        #menu-primary .menu-items > li > a:hover {
          color: #ff8023; }
      #menu-primary .menu-items > li ul.sub-menu,
      #menu-primary .menu-items > li ul.cherry-mega-menu-sub {
        padding: 0;
        width: 100%; }
        #menu-primary .menu-items > li ul.sub-menu li,
        #menu-primary .menu-items > li ul.cherry-mega-menu-sub li {
          margin: 0;
          padding: 0; }
          #menu-primary .menu-items > li ul.sub-menu li a,
          #menu-primary .menu-items > li ul.cherry-mega-menu-sub li a {
            line-height: 32px;
            letter-spacing: 1px; }
      #menu-primary .menu-items > li + li {
        margin: 0; }

  .menu-items li li.current-menu-item > a,
  .menu-items > li.current-menu-item > a {
    color: #ff8023 !important; }

  .menu-primary_trigger {
    background: transparent;
    box-shadow: none;
    cursor: pointer;
    display: none;
    border: 1px solid rgba(255, 255, 255, 0.3);
    width: 100%;
    color: #fff;
    margin: 0;
    padding: 10px 30px;
    position: relative;
    z-index: 999; }

  .cherry-mega-menu-mobile-trigger.mega-menu-mobile-on,
  .cherry-mega-menu-mobile-close {
    background: none !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    color: #fff;
    text-align: center;
    -webkit-transition: all, 0.3s, ease-in-out;
    -o-transition: all, 0.3s, ease-in-out;
    transition: all, 0.3s, ease-in-out; }
    .cherry-mega-menu-mobile-trigger.mega-menu-mobile-on:hover,
    .cherry-mega-menu-mobile-close:hover {
      color: #ff8023; }
    .cherry-mega-menu-mobile-trigger.mega-menu-mobile-on:before,
    .cherry-mega-menu-mobile-close:before {
      font-size: 17px !important; }

  .parallax_5 .parallax-box .parallax-content .services-listing .cherry-services_item .serv-cont {
    text-align: center; }
    .parallax_5 .parallax-box .parallax-content .services-listing .cherry-services_item .serv-cont .cherry-services_excerpt {
      text-align: center; }

  .cherry-services .cherry-services_item .cherry-services_thumb > a:before {
    display: none; } }
/* (480px and down) */
@media (max-width: 480px) {
  h5, .h5,
  h3, .h3,
  h4, .h4,
  h2, .h2, .entry-title {
    letter-spacing: 4px !important; }

  .cherry-chart.chart-progress_bar h3 {
    letter-spacing: 2.2px; }

  .content_box_1 {
    padding-bottom: 30px; }

  .cherry-chart.chart-progress_bar:last-child {
    margin-bottom: 30px; }

  .cherry-services .cherry-services_item {
    margin-top: 30px; }

  .spacer1, .spacer2, .spacer3, .spacer4, .spacer5, .spacer6, .spacer7, .spacer8 {
    height: 30px !important; }

  .cherry-services {
    margin-bottom: 0; }

  .wpcf7-form .submit-wrap > input {
    padding: 4px 30px; }

  .related-posts_item.col-xs-12.col-sm-6.col-md-3 {
    width: 100%; }

  .error-404-num {
    font-size: 10em; }

  .parallax_4 .parallax-box .parallax-content strong,
  .parallax_6 .parallax-box .parallax-content strong {
    font-size: 27px;
    letter-spacing: 4px; }

  .portfolio-list .media-content {
    float: none !important;
    width: 100% !important;
    margin: 0 0 20px; }
  .portfolio-list .item-content {
    float: none !important;
    width: 100% !important; }

  .comment-navigation .nav-previous,
  .posts-navigation .nav-previous,
  .post-navigation .nav-previous,
  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    width: 100%;
    float: none; }
    .comment-navigation .nav-previous > a,
    .posts-navigation .nav-previous > a,
    .post-navigation .nav-previous > a,
    .comment-navigation .nav-next > a,
    .posts-navigation .nav-next > a,
    .post-navigation .nav-next > a {
      display: block !important;
      text-align: center; }

  .portfolio-list .masonry-layout-item .inner-wrap {
    margin-bottom: 30px !important; }
    .portfolio-list .masonry-layout-item .inner-wrap .media-content {
      float: none;
      width: 100%;
      margin: 0; }
    .portfolio-list .masonry-layout-item .inner-wrap .item-content {
      margin-top: 30px;
      float: none;
      width: 100% !important; }
      .portfolio-list .masonry-layout-item .inner-wrap .item-content h3 {
        margin: 0 0 15px !important; }
      .portfolio-list .masonry-layout-item .inner-wrap .item-content p {
        margin-bottom: 0 !important; }

  .portfolio-pagination .page-link {
    float: none !important; }
  .portfolio-pagination .page-nav {
    float: none;
    margin-top: 10px;
    padding: 0;
    position: relative; }

  .comment-navigation .nav-next,
  .posts-navigation .nav-next,
  .post-navigation .nav-next {
    margin-top: 15px; }

  .swiper-container.swiper-container-horizontal .swiper-button-next,
  .swiper-container.swiper-container-horizontal .swiper-button-prev {
    top: 43%; }

  .navigation.pagination .nav-links .page-numbers {
    margin: 2px 0 3px; }

  .testimonials-item blockquote {
    border-left: 0 none;
    border-top: 5px solid #eeeeee;
    float: none;
    overflow: hidden;
    padding-left: 0;
    width: 100%;
    margin-bottom: 30px; }

  .alignright,
  .alignleft {
    display: block;
    margin: 10px 25px 0 0; }
    .alignright > a,
    .alignleft > a {
      display: block; }
    .alignright img,
    .alignleft img {
      width: 100%;
      height: auto; }

  #footer {
    min-height: 565px; }
    #footer .static-social-follow {
      width: 270px;
      height: 270px;
      padding: 84px 30px; }
      #footer .static-social-follow .cherry-follow_title {
        margin: 0;
        letter-spacing: 2px; }
      #footer .static-social-follow .cherry-follow_list li + li {
        margin-left: 15px; }
      #footer .static-social-follow:before {
        top: -10px;
        left: -10px;
        height: 290px;
        width: 290px; }

  .static-search-form label {
    width: 100%; }
  .static-search-form .search-field {
    width: 100%; }
  .static-search-form .search-submit {
    width: 100%; }

  .parallax_3 .parallax-box .parallax-content .cherry-services_item .icon-holder a:before {
    display: none; }

  ol.comment-list li + li {
    margin-left: 0 !important; }
    ol.comment-list li + li + li {
      margin-left: 0 !important; } }

/*# sourceMappingURL=main-responsive.css.map */
