/*
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: 74%; }

  .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: 65%; }

  .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: 30%; }

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

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

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

  .cherry-with-sidebar .content-area .container {
    width: 80%; } }
@media (max-width: 1200px) {
  #menu-primary > #menu-primary-items > .menu-item {
    margin-left: 5px; }
    #menu-primary > #menu-primary-items > .menu-item a {
      padding-left: 13px;
      padding-right: 13px; }

  .absolute-bottom-img {
    left: -90%; }

  .motoslider_wrapper .ms_arrows .ms_prev {
    left: -5px; }
  .motoslider_wrapper .ms_arrows .ms_next {
    right: -5px; }

  .widget-area .search-form .search-field {
    width: 240px; } }
@media (max-width: 1200px) {
  .site-content .motoslider_wrapper .ms_arrows .ms_prev, .site-content .motoslider_wrapper .ms_arrows .ms_next {
    top: auto;
    bottom: -8px; }
  .site-content .motoslider_wrapper .ms_arrows .ms_prev {
    left: 50%;
    margin-left: -48px; }
  .site-content .motoslider_wrapper .ms_arrows .ms_next {
    right: 50%;
    margin-right: -48px; }

  .widget-area .search-form .search-field {
    width: 100%; }

  .isStick#menu-primary {
    left: 0;
    margin-left: 0;
    padding: 0 15px;
    width: 100%; } }
@media (max-width: 992px) {
  .cherry-sidebar-main {
    margin-top: 50px; }

  .site-title {
    text-align: center; }

  .cherry-btn.cherry-btn-extra-small {
    padding: 5px 11px 5px 11px; }
  .cherry-btn.cherry-btn-small {
    padding: 6.66667px 14.66667px 6.66667px 14.66667px; }
  .cherry-btn.cherry-btn-medium {
    padding: 10px 22px 10px 22px; }
  .cherry-btn.cherry-btn-large {
    padding: 12.5px 27.5px 12.5px 27.5px; }
  .cherry-btn.cherry-btn-extra-large {
    padding: 15px 33px 15px 33px; }

  div.entry-permalink a {
    font-size: 14px;
    line-height: 18px;
    padding: 6px 0 3px; }

  #menu-primary {
    margin-top: 10px; }
    #menu-primary > #menu-primary-items {
      text-align: center; }
      #menu-primary > #menu-primary-items > .menu-item {
        margin-left: 5px; }
        #menu-primary > #menu-primary-items > .menu-item a {
          padding-left: 12px;
          padding-right: 12px; }

  #footer {
    padding: 70px 0 40px; }

  .cherry-footer-logo {
    margin-bottom: 10px; }

  .motoslider_wrapper .ms_arrows .ms_prev, .motoslider_wrapper .ms_arrows .ms_next {
    top: auto;
    bottom: 5px; }
    .motoslider_wrapper .ms_arrows .ms_prev:before, .motoslider_wrapper .ms_arrows .ms_next:before {
      font-size: 30px; }
  .motoslider_wrapper .ms_arrows .ms_prev {
    left: 50%;
    margin-left: -48px; }
  .motoslider_wrapper .ms_arrows .ms_next {
    right: 50%;
    margin-right: -48px; }

  .cherry-box > .inner {
    padding-top: 50px;
    padding-bottom: 30px; }

  .team-wrap .team-name-wrapper, .cherry-swiper-carousel-slide.post-item .team-name-wrapper {
    margin-bottom: 20px; }

  .team-listing .team-item {
    margin-bottom: 35px; }

  .absolute-bottom-img {
    position: static;
    padding-top: 15px;
    width: 50%;
    margin-bottom: -54px; }

  .market-icon {
    margin: 0 0 10px; }

  .video-preview {
    margin-bottom: 10px; }

  .wpcf7 form .submit-wrap input {
    padding: 9px 20px 8px; }

  .cherry-swiper-carousel-container .swiper-button-next.outer {
    right: -60px; }
  .cherry-swiper-carousel-container .swiper-button-prev.outer {
    left: -60px; }

  .error-404-num {
    font-size: 10em; } }
@media (max-width: 768px) {
  a.cherry-btn {
    font-size: 12px;
    line-height: 16px; }

  .cherry-btn.cherry-btn-extra-small {
    padding: 3px 7.5px 3px 7.5px; }
  .cherry-btn.cherry-btn-small {
    padding: 4px 10px 4px 10px; }
  .cherry-btn.cherry-btn-medium {
    padding: 6px 15px 6px 15px; }
  .cherry-btn.cherry-btn-large {
    padding: 7.5px 18.75px 7.5px 18.75px; }
  .cherry-btn.cherry-btn-extra-large {
    padding: 9px 22.5px 9px 22.5px; }

  div.entry-permalink a {
    font-size: 12px;
    line-height: 16px;
    padding: 8px 0 1px; }

  #footer {
    padding: 40px 0 40px;
    text-align: center; }

  .static-social-follow {
    text-align: center; }

  .widget_nav_menu .menu .menu-item {
    text-align: right; }
    .widget_nav_menu .menu .menu-item:nth-child(2n) {
      text-align: left; }

  .cherry-timeline .cherry-timeline-item {
    width: auto !important;
    float: none;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 180px;
    min-height: 50px; }
    .cherry-timeline .cherry-timeline-item .cherry-timeline-item-title {
      height: auto !important; }
    .cherry-timeline .cherry-timeline-item .cherry-timeline-item-line {
      position: absolute;
      top: 12px;
      left: 142px; }
      .cherry-timeline .cherry-timeline-item .cherry-timeline-item-line:before {
        top: -20px;
        left: 4px;
        width: 3px;
        height: 1000px; }
    .cherry-timeline .cherry-timeline-item .cherry-timeline-item-date {
      position: absolute;
      top: 10px;
      left: 0;
      width: 120px;
      height: 40px;
      text-align: right;
      margin-top: 0; }

  .header-page-title-holder {
    min-height: 300px; }

  .team-wrap .team-name-wrapper, .cherry-swiper-carousel-slide.post-item .team-name-wrapper {
    margin-bottom: 10px; }

  .team-listing .team-item {
    margin-bottom: 20px; }

  .team-left-wrapper {
    float: none;
    width: auto; }

  .team-right-wrapper {
    float: none;
    width: auto;
    padding-right: 0; }

  .cherry-box > .inner {
    padding-top: 30px;
    padding-bottom: 10px; }

  .absolute-bottom-img {
    margin-bottom: -34px; }

  .mpce-hotspot-shortcode-img-wrapprer > img {
    width: 100%; }

  .video-preview {
    margin-bottom: 30px; }

  .wpcf7 form .wpcf7-2col .wpcf7-form-control-wrap {
    width: auto;
    display: block; }
  .wpcf7 form .submit-wrap input {
    padding: 8px 10px 6px;
    font-size: 12px;
    line-height: 16px; }

  .cherry-swiper-carousel-container .swiper-button-next.outer {
    right: -45px; }
  .cherry-swiper-carousel-container .swiper-button-prev.outer {
    left: -45px; } }
@media (max-width: 480px) {
  .header-page-title-holder {
    min-height: 200px; }

  .type-post .entry-thumbnail.cherry-thumb-s {
    float: none; }
    .type-post .entry-thumbnail.cherry-thumb-s a {
      display: block; }
      .type-post .entry-thumbnail.cherry-thumb-s a img {
        width: 100%; }

  .cherry-swiper-carousel-container .swiper-button-next.outer {
    right: -35px; }
  .cherry-swiper-carousel-container .swiper-button-prev.outer {
    left: -35px; }

  .with-quote {
    padding: 50px 0 0; } }
@media (max-width: 520px) {
  .cherry-timeline .cherry-timeline-item {
    padding-left: 120px;
    min-height: 40px; }
    .cherry-timeline .cherry-timeline-item .cherry-timeline-item-title {
      font-size: 12px;
      line-height: 20px; }
    .cherry-timeline .cherry-timeline-item .cherry-timeline-item-line {
      left: 90px; }
    .cherry-timeline .cherry-timeline-item .cherry-timeline-item-date {
      width: 80px;
      height: 30px;
      font-size: 12px; } }
@media (max-width: 380px) {
  .team-wrap .team-meta .team-socials .team-socials_item .team-socials_link .team-socials_label {
    display: none; } }
/* Typography responsive
---------------------------------------- */
@media (max-width: 992px) {
  html body h2 {
    margin-bottom: 40px; } }
@media (max-width: 768px) {
  html body {
    font-size: 13px;
    line-height: 20px; }
    html body h1 {
      font-size: 50px;
      line-height: 45px; }
    html body h2, html body .header-page-title {
      font-size: 42px;
      line-height: 52px;
      margin-bottom: 30px; }
    html body h3 {
      font-size: 20px;
      line-height: 30px; }
    html body input[type="text"], html body input[type="search"], html body input[type="password"], html body input[type="email"], html body input[type="tel"], html body input[type="email"], html body input[type="url"] {
      font-size: 13px;
      line-height: 20px; } }
@media (max-width: 480px) {
  html body h1 {
    font-size: 40px;
    line-height: 35px; }
  html body h2, html body .header-page-title {
    font-size: 32px;
    line-height: 42px;
    margin-bottom: 20px; }
  html body h3 {
    font-size: 18px;
    line-height: 26px; } }

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