/*
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) {
  .cherry-banner.style_1 .banner_img {
    max-width: 35%;
    margin: -60px 0 0 30px; }

  .box_1 .cherry-box > .inner {
    background-size: cover;
    padding-top: 100px;
    padding-bottom: 100px; }

  .box_1 .cherry-box > .inner h2 {
    line-height: 100px !important;
    font-size: 100px !important; }

  .portfolio-wrap .portfolio-filter ul.filter li:before {
    margin: 0 15px; }

  .portfolio-wrap .portfolio-filter ul.filter li, .portfolio-wrap .portfolio-filter ul.filter li:before, .portfolio-wrap .portfolio-filter ul.filter li a {
    line-height: 30px;
    font-size: 26px; }

  .portfolio-container.list-layout .portfolio-list .portfolio-item .inner-wrap .item-content {
    padding: 0; }

  .portfolio-container.list-layout .portfolio-list .portfolio-item .inner-wrap .item-content h3 {
    margin: 0 0 5px 0; }

  .portfolio-container.list-layout .portfolio-list .portfolio-item .inner-wrap .item-content h4 {
    margin: 0 0 5px 0; }

  .portfolio-container.list-layout .portfolio-list .portfolio-item .inner-wrap .item-content h5 {
    margin: 0 0 2px 0; }

  #footer .widget-area .mc4wp-form {
    display: inline-block;
    vertical-align: top; }

  #footer .widget-area .mc4wp-form form input[type="email"] {
    width: 200px; } }
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  h2 {
    letter-spacing: -2px !important;
    line-height: 80px !important;
    font-size: 80px !important; }

  #header {
    padding-top: 100px !important;
    padding-bottom: 100px !important; }

  #header .site-branding .site-title.text-logo {
    padding-top: 0; }

  #header .site-branding .text-logo, #header .site-branding .text-logo a {
    line-height: 150px;
    font-size: 150px; }

  #header .cherry-breadcrumbs {
    padding: 30px 0 60px 0; }

  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
    margin: 0 13px; }

  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item a,
  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep,
  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item span {
    line-height: 30px;
    font-size: 26px; }

  #content {
    padding-top: 77px; }

  .title-box.style_1 h2 {
    padding-top: 40px;
    letter-spacing: -2px;
    line-height: 80px;
    font-size: 80px; }

  .cherry-posts-list.style_1 {
    margin-bottom: 40px; }

  .cherry-posts-list.style_2 .cherry-posts-item .inner .post_day {
    line-height: 150px;
    font-size: 180px; }

  .cherry-banner.style_1 .banner_img {
    max-width: 45%;
    margin: 0 0 0 30px; }

  .box_1 .cherry-box > .inner {
    background-size: cover;
    padding-top: 80px;
    padding-bottom: 80px; }

  .box_1 .cherry-box > .inner h2 {
    letter-spacing: -2px !important;
    line-height: 70px !important;
    font-size: 70px !important; }

  .portfolio-wrap .portfolio-filter ul.filter li:before {
    margin: 0 9px; }

  .portfolio-wrap .portfolio-filter ul.filter li, .portfolio-wrap .portfolio-filter ul.filter li:before, .portfolio-wrap .portfolio-filter ul.filter li a {
    line-height: 25px;
    font-size: 21px; }

  #footer {
    line-height: 18px;
    font-size: 12px; }

  #footer h3 {
    line-height: 38px;
    font-size: 30px; }

  #footer .widget-area .mc4wp-form form input[type="email"] {
    width: 140px; } }
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  #header {
    z-index: 99; }

  #header:before {
    height: 60px !important;
    margin-bottom: -20px !important; }

  #header #menu-primary button, #header #menu-primary label {
    display: none; }

  #header #menu-primary {
    top: 144px;
    right: 15px;
    left: 15px;
    width: auto;
    border-radius: 30px; }

  #header #menu-primary:before {
    display: none; }

  #header #menu-primary .menu-items {
    display: block !important;
    padding: 15px 20px 24px 20px !important;
    border-radius: 30px; }

  #header #menu-primary .menu-items ul {
    position: relative;
    top: auto !important;
    right: auto;
    bottom: auto;
    left: auto;
    width: 100%;
    margin: 0;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
    z-index: 99; }

  #header #menu-primary .menu-items li {
    margin: 9px 0 0 0;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500; }

  #header #menu-primary .menu-items li a {
    margin: 0;
    padding: 0;
    line-height: 24px;
    font-size: 18px;
    font-weight: 500;
    color: #fff; }

  #header #menu-primary .menu-items li a:hover {
    color: #ffb2b2; }

  h2 {
    letter-spacing: -1px !important;
    line-height: 50px !important;
    font-size: 50px !important; }

  #header {
    padding-top: 20px !important;
    padding-bottom: 83px !important; }

  #header i.btn-nav {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    margin: 0 auto 20px; }

  #header .site-branding .site-description {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto; }

  #header .site-branding .site-title.text-logo {
    padding: 0 0 30px 0; }

  #header .site-branding .text-logo, #header .site-branding .text-logo a {
    letter-spacing: normal;
    line-height: 100px;
    font-size: 100px; }

  #header .cherry-breadcrumbs {
    padding: 35px 0 55px 0; }

  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep {
    margin: 0 7px; }

  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item a,
  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item .cherry-breadcrumbs_item_sep,
  #header .cherry-breadcrumbs .cherry-breadcrumbs_content .cherry-breadcrumbs_wrap .cherry-breadcrumbs_item span {
    line-height: 20px;
    font-size: 14px; }

  #content {
    padding-top: 20px !important;
    padding-bottom: 20px !important; }

  .title-box.style_1 h2 {
    padding-top: 50px;
    letter-spacing: -2px;
    line-height: 60px;
    font-size: 60px; }

  .cherry-posts-list.style_1 {
    margin-bottom: 0; }

  .cherry-posts-list.style_1 .cherry-posts-item {
    width: 100%;
    overflow: hidden;
    margin: 0 0 30px 0; }

  .cherry-posts-list.style_1 .cherry-posts-item .inner .post-thumbnail {
    float: left;
    max-width: 45%;
    margin: 0 20px 5px 0; }

  .cherry-posts-list.style_1 .cherry-posts-item .inner .post-excerpt {
    margin: 0 0 20px 0; }

  .cherry-posts-list.style_2 {
    margin-bottom: 0; }

  .cherry-banner.style_1 .banner_img {
    float: none;
    max-width: 100%;
    margin: 0 0 30px 0; }

  .cherry-banner.style_1 .caption h2 {
    letter-spacing: -2px;
    line-height: 60px !important;
    font-size: 60px !important; }

  .parallax_box.parallax_2 {
    margin-bottom: 30px; }

  .parallax_box.parallax_3 {
    margin-bottom: 30px; }

  .parallax_box.parallax_4 {
    margin-bottom: 30px; }

  .parallax_box.parallax_5 {
    margin-bottom: 30px; }

  .box_1 {
    margin-bottom: 0; }

  .box_1 .cherry-box > .inner {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 40px; }

  .box_1 .cherry-box > .inner h2 {
    margin-bottom: 20px;
    letter-spacing: -1px !important;
    line-height: 40px !important;
    font-size: 40px !important; }

  .box_1 .cherry-box > .inner a {
    padding: 11.5px 20px 11.5px 20px; }

  .cherry-spacer.extra {
    height: 20px !important; }

  .content-area article h2 {
    line-height: 40px;
    font-size: 32px; }

  .related-posts ul li {
    width: 100%;
    overflow: hidden;
    margin: 30px 0 0 0; }
    .related-posts ul li:first-child {
      margin: 0; }
    .related-posts ul li figure {
      float: left;
      max-width: 50%;
      margin: 0 20px 5px 0; }

  .error-404 {
    text-align: center; }

  .cherry-services.style_1 .services-listing .cherry-services_item {
    width: 100%;
    margin-top: 30px; }
    .cherry-services.style_1 .services-listing .cherry-services_item:first-child {
      margin-top: 0; }
    .cherry-services.style_1 .services-listing .cherry-services_item .cherry-services_excerpt {
      margin: 0; }
  .cherry-services.style_2 {
    margin-bottom: 0; }
    .cherry-services.style_2 .services-listing .cherry-services_item {
      width: 100%;
      margin-bottom: 0; }

  .cherry-list.list_1 {
    margin-bottom: 30px; }

  .portfolio-wrap .portfolio-filter ul.filter li:before {
    margin: 0 9px; }

  .portfolio-wrap .portfolio-filter ul.filter li, .portfolio-wrap .portfolio-filter ul.filter li:before, .portfolio-wrap .portfolio-filter ul.filter li a {
    letter-spacing: normal;
    line-height: 20px;
    font-size: 15px; }

  .team-wrap.style_1 .team-listing .team-item {
    margin-bottom: 30px; }

  .team-wrap.style_1 .team-listing .team-item:last-child {
    margin-top: 0; }

  .team-wrap.style_1 .team-listing .team-item .team-listing_photo {
    margin: 0 0 15px 0; }

  .team-wrap.style_1 .team-listing .team-item h6 {
    margin: 0 0 9px 0; }

  a.cherry-btn-default.style_3 {
    margin: 0 0 33px 0; }

  article.service.type-service .cherry-services_thumb {
    max-width: 45%;
    margin: 0 15px 5px 0; }

  #footer {
    padding-top: 20px;
    padding-bottom: 450px; }

  #footer .widget-area {
    margin-top: 40px; }
    #footer .widget-area:first-child {
      margin-top: 0; }

  #footer .widget-area h3 {
    margin-bottom: 20px; } }
@media (max-width: 767px) {
  #footer .widget-area .mc4wp-form form p:first-child {
    padding-left: 15px; }

  #footer .widget-area .mc4wp-form form input[type="email"] {
    width: 259px; } }
/* (480px and down) */
@media (max-width: 480px) {
  #header .site-branding .text-logo, #header .site-branding .text-logo a {
    line-height: 70px;
    font-size: 70px; }

  .cherry-banner.style_1 .caption h2 {
    letter-spacing: -1px;
    line-height: 40px !important;
    font-size: 40px !important; }

  .title-box.style_1 h2 {
    padding-top: 60px;
    letter-spacing: -1px;
    line-height: 40px !important;
    font-size: 40px !important; }

  .box_1 .cherry-box > .inner h2 {
    margin-bottom: 20px;
    letter-spacing: -1px !important;
    line-height: 25px !important;
    font-size: 25px !important; }

  .error-404 .error-404-num {
    line-height: 140px;
    font-size: 140px; }

  .content-area article .cherry-thumb-s {
    max-width: 30%; }

  .content-area article h2 {
    letter-spacing: normal;
    line-height: 30px;
    font-size: 22px; }

  .portfolio-wrap .portfolio-filter ul.filter li:before {
    margin: 0 5px; }

  .portfolio-wrap .portfolio-filter ul.filter li, .portfolio-wrap .portfolio-filter ul.filter li:before, .portfolio-wrap .portfolio-filter ul.filter li a {
    letter-spacing: normal;
    line-height: 18px;
    font-size: 12px; }

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

  .portfolio-container.list-layout .portfolio-list .portfolio-item .inner-wrap .item-content {
    float: none !important;
    width: 100% !important; }

  .sidebar-main h3, .sidebar-secondary h3, .author-bio h3, .related-posts h3, #comments h3 {
    line-height: 38px;
    font-size: 30px; }

  .content-area article .entry-meta > span {
    display: inline-block;
    vertical-align: top; }

  .testimonials-page .testimonials-list .testimonials-item {
    margin-bottom: 40px; }

  .testimonials-page .testimonials-list .testimonials-item blockquote {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: none; } }

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