/*
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: 65.85%; }

  .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: 31.6%; }

  .content-sidebar-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper .widget-area,
  .sidebar-content-sidebar-wrapper .widget-area {
    float: right;
    width: 31.6%; }

  .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%; } }
/* #Header
================================================== */
@media (min-width: 768px) {
  .header-top {
    padding-bottom: 20px; } }
@media (min-width: 992px) {
  .header-top {
    padding-bottom: 36px; } }
@media (min-width: 992px) {
  .header-top.isStick {
    padding: 20px 0;
    position: fixed !important; } }

@media (min-width: 992px) {
  .pseudoStickyBlock {
    display: block !important; } }

@media (min-width: 992px) {
  .sidebar-header {
    padding-right: 18px; } }
@media (min-width: 992px) {
  .sidebar-header .textwidget {
    float: right; } }
@media (min-width: 1200px) {
  .sidebar-header .textwidget {
    float: right; } }
@media (min-width: 768px) {
  .sidebar-header address {
    display: inline-block;
    vertical-align: top;
    border-right: 1px solid #3a3c3e;
    padding-right: 15px;
    margin-right: 15px; } }
@media (min-width: 992px) {
  .sidebar-header address {
    padding-right: 39px;
    margin-right: 28px; } }
@media (min-width: 768px) {
  .sidebar-header .phone {
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid #3a3c3e; } }
@media (min-width: 992px) {
  .sidebar-header .phone {
    margin-right: 29px;
    padding-right: 30px; } }
@media (min-width: 768px) {
  .sidebar-header .btn-nav {
    display: inline-block;
    vertical-align: top; } }

/* Logo
---------------------------------------- */
@media (min-width: 768px) {
  .site-title {
    margin-bottom: 30px; } }
@media (min-width: 992px) {
  .site-title {
    margin-left: 36px;
    margin-bottom: 0; } }
@media (min-width: 1200px) {
  .site-title {
    text-align: left;
    margin-bottom: 0; } }

/* Navigation
---------------------------------------- */
@media (min-width: 768px) {
  .menu-primary {
    position: absolute;
    width: 100%;
    margin: 0;
    padding: 0; } }
@media (min-width: 992px) {
  .menu-primary {
    top: 37px; } }
@media (min-width: 768px) {
  .menu-primary .menu-items {
    height: 0;
    overflow: hidden;
    margin: 0; } }
@media (min-width: 992px) {
  .menu-primary .menu-items {
    text-align: right; } }
@media (min-width: 768px) {
  .menu-primary .menu-items li {
    margin-left: 30px; } }
@media (min-width: 992px) {
  .menu-primary .menu-items li {
    margin-left: 77px; } }
@media (min-width: 992px) {
  .menu-primary.active .menu-items {
    padding-top: 47.5px !important;
    padding-bottom: 47.5px !important; } }
@media (max-width: 767px) {
  .menu-primary .sub-menu {
    margin-top: 16px; } }
@media (max-width: 767px) {
  .menu-primary.toggled .sub-menu {
    width: auto;
    left: 0;
    padding: 10px 0 !important;
    margin: 10px -10px !important; } }

/* #Content
================================================== */
@media (max-width: 767px) {
  .error-404-num {
    font-size: 150px;
    text-align: center;
    margin-bottom: 20px; } }
@media (min-width: 992px) {
  .error-404-num {
    font-size: 250px; } }

@media (min-width: 992px) {
  .cherry-breadcrumbs .page-title {
    text-align: right; } }
@media (min-width: 992px) {
  .cherry-breadcrumbs .cherry-breadcrumbs_content {
    text-align: left; } }

@media (min-width: 1200px) {
  article[class*="post-"] .entry-title {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em; } }

@media (min-width: 992px) {
  .related-posts .related-posts_title {
    font-size: 80px; } }

/* #Slider
================================================== */
@media (max-width: 767px) {
  .sp-thumbnails-container {
    display: none !important; } }

@media (min-width: 768px) {
  .sp-bottom-thumbnails {
    bottom: 150px; } }
@media (min-width: 992px) {
  .sp-bottom-thumbnails {
    bottom: 150px; } }
@media (min-width: 1200px) {
  .sp-bottom-thumbnails {
    bottom: 400px; } }

@media (min-width: 768px) {
  .sp-horizontal .sp-layer {
    height: 60px; } }
@media (min-width: 992px) {
  .sp-horizontal .sp-layer {
    height: 60px; } }
@media (min-width: 1200px) {
  .sp-horizontal .sp-layer {
    height: 261px; } }
@media (min-width: 768px) {
  .sp-layer h2 {
    font-size: 55px;
    line-height: 60px; } }
@media (min-width: 992px) {
  .sp-layer h2 {
    font-size: 55px;
    line-height: 60px; } }
@media (min-width: 1200px) {
  .sp-layer h2 {
    font-size: 125px;
    line-height: 261px; } }

@media (min-width: 768px) {
  .sp-horizontal .sp-buttons {
    bottom: 100px; } }
@media (min-width: 992px) {
  .sp-horizontal .sp-buttons {
    bottom: 100px; } }
@media (min-width: 1200px) {
  .sp-horizontal .sp-buttons {
    bottom: 346px; } }

/* #Comments
================================================== */
@media (min-width: 992px) {
  #comments .comments-title {
    font-size: 80px; } }

@media (min-width: 1200px) {
  #reply-title {
    font-size: 80px;
    font-weight: 100;
    line-height: 1em; } }

/* #Shortcodes
================================================== */
@media (min-width: 992px) {
  .home .cherry-services.style-1 {
    margin-bottom: 123px; } }
@media (min-width: 992px) {
  .cherry-services.style-1 .cherry-services_item {
    padding-right: 30px; } }
@media (min-width: 992px) {
  .cherry-services.style-1 .cherry-services_item:nth-child(3n) {
    padding-right: 0; } }
@media (min-width: 992px) {
  .cherry-services.style-1 .cherry-services_item:nth-child(1):before, .cherry-services.style-1 .cherry-services_item:nth-child(2):before, .cherry-services.style-1 .cherry-services_item:nth-child(3):before {
    display: none; } }
@media (min-width: 1200px) {
  .cherry-services.style-1 .cherry-services_item:nth-child(1):before, .cherry-services.style-1 .cherry-services_item:nth-child(2):before, .cherry-services.style-1 .cherry-services_item:nth-child(3):before {
    display: none; } }
@media (min-width: 992px) {
  .cherry-services.style-1 .extra-wrap {
    overflow: hidden; } }
@media (min-width: 768px) {
  .cherry-services.style-1 .cherry-services_title {
    min-height: 66px; } }
@media (min-width: 992px) {
  .cherry-services.style-1 .cherry-services_title {
    min-height: 0; } }
@media (min-width: 992px) {
  .cherry-services.style-1 .cherry-services_excerpt {
    padding-right: 65px !important; } }

@media (min-width: 992px) {
  .cherry-services.style-1__extra .cherry-services_item {
    padding-right: 30px !important; } }
@media (min-width: 992px) {
  .cherry-services.style-1__extra .cherry-services_item:nth-child(1):before, .cherry-services.style-1__extra .cherry-services_item:nth-child(2):before {
    display: none !important; } }
@media (min-width: 992px) {
  .cherry-services.style-1__extra .cherry-services_item:nth-child(2n) {
    padding-right: 0 !important; } }

@media (min-width: 992px) {
  .portfolio-wrap .portfolio-filter {
    margin-bottom: 98px; } }
@media (min-width: 992px) {
  .portfolio-wrap .portfolio-filter ul.filter li {
    font-size: 30px;
    margin-left: 75px;
    display: inline-block;
    vertical-align: top; } }
@media (min-width: 992px) {
  .portfolio-wrap .portfolio-container.grid-layout .portfolio-list div.portfolio-item .inner-wrap .table-display {
    width: 280px; } }
@media (min-width: 992px) {
  .portfolio-wrap .portfolio-container.grid-layout .portfolio-list div.portfolio-item .inner-wrap .table-cell .inner-bg {
    padding: 36px 20px 27px 20px; } }
@media (min-width: 992px) {
  .portfolio-wrap .portfolio-container.grid-layout .portfolio-list div.portfolio-item .inner-wrap .table-cell h3 {
    font-size: 26px; } }

.home .cherry-box.extra-style > div {
  padding-bottom: 100px; }
  @media (min-width: 768px) {
    .home .cherry-box.extra-style > div {
      margin-bottom: 118px; } }

@media (min-width: 768px) {
  .title-box .title-box_title {
    font-size: 80px; } }
@media (min-width: 768px) {
  .title-box .title-box_subtitle {
    font-size: 80px; } }

@media (min-width: 992px) {
  .team-wrap .team-item {
    margin-bottom: 0; } }

/* #Footer
================================================== */
@media (min-width: 992px) {
  #footer {
    text-align: left; } }
@media (min-width: 992px) {
  #footer .widget {
    margin-top: 0; } }

/* #Misc
================================================== */
@media (min-width: 992px) {
  .extra-img-alignment img {
    display: inline;
    vertical-align: top;
    margin: 0;
    width: 33.33%; } }

@media (min-width: 768px) {
  .cherry-tabs-nav span {
    font-size: 30px;
    padding-left: 37px;
    padding-right: 37px; } }

@media (min-width: 992px) {
  img.aligncenter {
    margin-bottom: 0; } }

@media (min-width: 768px) {
  .cherry-btn-primary.extra-indent {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  .cherry-btn-primary.cherry-btn-large {
    padding: 0 43px; } }

@media (min-width: 992px) {
  .cherry-follow_item {
    float: left; } }

/* #Contact form
================================================== */
@media (max-width: 767px) {
  .home .wpcf7 form .submit-wrap {
    padding-left: 0;
    text-align: center; } }
@media (min-width: 768px) {
  .home .wpcf7 form .submit-wrap {
    padding-left: 0;
    text-align: center; } }
@media (min-width: 1200px) {
  .home .wpcf7 form .submit-wrap {
    padding-left: 414px;
    text-align: left; } }
@media (min-width: 992px) {
  .wpcf7 form .submit-wrap input {
    padding: 0 62px; } }
@media (max-width: 1199px) {
  .wpcf7 form .submit-wrap .ajax-loader {
    margin-left: 10px; } }

/*# sourceMappingURL=main-responsive.css.map */
