/*
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: 67%; }

  .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.5%; }

  .content-sidebar-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper .widget-area,
  .sidebar-content-sidebar-wrapper .widget-area {
    float: right;
    width: 31.5%; }

  .sidebar-sidebar-content-wrapper + .widget-area,
  .sidebar-content-sidebar-wrapper + .widget-area {
    float: left;
    width: 24%; }

  .content-sidebar-sidebar-wrapper + .widget-area {
    float: right;
    width: 24%; }

  .cherry-with-sidebar .content-area .container {
    width: 80%; } }
@media (max-width: 1600px) {
  .team-listing .team-item .hovered-content > div.team-listing_excerpt {
    padding: 0;
    flex: 0 1 auto; } }
@media (max-width: 1199px) {
  #site-wrapper {
    padding-top: 0; }

  .site-header,
  #static-area-header-top > .container {
    padding-left: 0;
    padding-right: 0; }

  .blog .site-header, .single .site-header {
    padding-bottom: 39px; }

  .site-header.wide .container {
    width: 100%; }

  .site-header.with-slider {
    padding-top: 30px; }

  #static-area-header-top.opened > .container {
    padding: 0 30px; }

  #menu-primary #menu-primary-items.mega-menu-mobile-on > .menu-item {
    padding: 0;
    margin: 0; }

  .cherry-swiper-carousel-container {
    padding: 0 100px; }

  .services-listing .theme-services .cherry-services_thumb,
  .services-listing .theme-services .features-circle {
    max-width: 220px; }

  .services-listing .theme-services .features-circle:not(:empty) {
    width: 220px;
    height: 220px; }

  .services-listing .theme-services .first-col {
    padding-top: 0;
    padding-bottom: 0; }

  .services-listing .cherry-services_item .theme-services .features-circle:not(:empty) .cherry-services_feauters {
    font-size: 1.5rem;
    line-height: 1.2em;
    width: 100%; }

  .portfolio-wrap .portfolio-filter {
    margin: 20px 0; }

  .team-listing .team-item .hovered-content > div.team-listing_excerpt {
    max-height: 3em;
    overflow: hidden; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.justified-layout-item.custom-hover .item-content .item-content-inner div {
    display: none; }

  .team-listing .team-item .showed-content .hovered-content {
    padding: 10px; }

  .error-404-num {
    font-size: 10em; }

  .static-area.footer-bottom {
    padding: 30px 0; } }
@media (max-width: 992px) {
  #site-wrapper .container {
    max-width: 100%; }

  .site-content {
    padding: 30px 0;
    margin-top: 0; }

  .title-box {
    padding: 30px 0; }

  .entry-thumbnail.alignnone {
    margin-right: 0; }

  .cherry-sidebar-main.sidebar-main {
    padding: 50px 0 0;
    margin: 50px 0 0;
    border-top: 2px solid; }

  .sidebar-content-sidebar-wrapper ~ .widget-area,
  .sidebar-sidebar-content-wrapper ~ .widget-area,
  .content-sidebar-sidebar-wrapper ~ .widget-area {
    padding: 50px 0 0; }

  .cherry-posts-list.template-clients .cherry-posts-item {
    padding-top: 15px;
    padding-bottom: 15px; }

  .team-listing .team-item .hovered-content > div.team-listing_excerpt {
    max-height: none;
    overflow: hidden; }

  .services-listing .theme-services .cherry-services_thumb,
  .services-listing .theme-services .features-circle {
    max-width: 180px; }

  .services-listing .theme-services .features-circle:not(:empty) {
    width: 180px;
    height: 180px; }

  .services-listing .cherry-services_item .theme-services .features-circle:not(:empty) .cherry-services_feauters {
    font-size: 1rem;
    line-height: 1.2em; }

  .services-listing .cherry-services_item[class*="12"] .theme-services {
    padding-top: 30px;
    padding-bottom: 30px; }

  .services-listing .theme-services .features-circle:not(:empty) .vertical-align-wrap {
    padding-left: 60px;
    padding-right: 20px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .item-content .item-content-inner div {
    display: none; }

  .footer-bottom.static-area {
    padding: 40px 0 20px; }
    .footer-bottom.static-area [class*='static-'] {
      margin: 10px 0; }
      .footer-bottom.static-area [class*='static-'] [class*='col-'] {
        margin: 20px 0; }

  .site-content .widget {
    padding: 20px; }

  .comments .comment-respond form .row > div {
    margin: 0 0 20px; }
    .comments .comment-respond form .row > div:last-child {
      margin: 0; } }
@media (max-width: 768px) {
  #site-wrapper {
    padding: 0 30px 30px 30px; }
    #site-wrapper .container {
      width: 100%; }

  .container {
    padding: 0; }

  .site-content {
    padding: 30px 0; }

  #static-area-header-top.opened > .container {
    padding-left: 20px;
    padding-right: 20px; }

  .static-header-logo > .row:not(.hidden-logo) .site-title-inner .page-title {
    line-height: 1.2em;
    margin: 20px 0; }

  .mCSB_inside > .mCSB_container {
    margin: 0; }

  #menu-primary #menu-primary-items.mega-menu-direction-vertical {
    display: block !important; }

  .cherry-posts-list.template-latest_articles .cherry-posts-item .item-content {
    padding: 15px 20px; }

  .post-type-archive-team .team-wrap .team-listing_item {
    width: 100%; }

  .services-listing .cherry-services_item[class*="12"] .theme-services .second-col {
    margin: 20px 0 0;
    text-align: left;
    float: left; }

  .services-listing .theme-services .cherry-services_thumb,
  .services-listing .theme-services .features-circle {
    max-width: 52%;
    z-index: 100; }

  .services-listing .theme-services .features-circle:not(:empty) {
    position: absolute;
    width: 52%;
    height: 100%;
    z-index: 10;
    margin-left: -6%; }

  .portfolio-wrap .portfolio-filter .filter-title,
  .portfolio-wrap .portfolio-filter .filter,
  .portfolio-wrap .portfolio-filter .order-filter {
    display: block;
    margin: 0 0 20px; }

  .portfolio-wrap .portfolio-filter .filter li,
  .portfolio-wrap .portfolio-filter .order-filter li {
    display: block;
    margin: 10px 0; }

  .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; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .item-content .item-content-inner div {
    display: block; }

  .service.type-service .cherry-services_item .cherry-services_thumb {
    margin: 0 0 20px;
    float: none; }

  .site-footer .static-area {
    text-align: center; }

  .error-404-num {
    font-size: 5em; }

  .comments-area .comment-list .comment .children {
    padding-left: 30px; }

  .author-bio_avatar .avatar,
  .comment-author .avatar {
    max-width: 100px; }

  .author-bio_descr {
    top: 0; }

  .widget_calendar th,
  .widget_calendar tbody td {
    font-size: 12px;
    width: 10%; } }
@media only screen and (min-width: 768px) and (max-width: 769px) {
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .item-content .item-content-inner div {
    display: none; } }
@media (max-width: 479px) {
  #site-wrapper {
    padding: 0 20px 20px 20px; }

  #static-area-header-top > .container {
    padding-left: 0;
    padding-right: 0; }

  .row.hidden-logo .site-title-inner .page-title {
    font-size: 1rem; }

  .cherry-swiper-carousel-container {
    padding: 0; }

  .cherry-swiper-carousel-container .swiper-button-next,
  .cherry-swiper-carousel-container .swiper-button-prev {
    top: auto;
    bottom: 0;
    display: none; }

  .cherry-swiper-carousel-container .cherry-swiper-carousel-slide .meta {
    margin-top: 20px; }

  .services-listing .theme-services .cherry-services_thumb,
  .services-listing .theme-services .features-circle {
    max-width: 100%;
    border-radius: 0; }

  .services-listing .theme-services .features-circle:not(:empty) {
    position: relative;
    width: 100%;
    height: auto;
    margin-left: 0; }

  .services-listing .theme-services .features-circle:not(:empty) .vertical-align-wrap {
    padding: 5px 10px;
    text-align: center; }

  div.portfolio-wrap div.portfolio-item .inner-wrap .rollover-content {
    position: relative;
    opacity: 1; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.grid-layout-item .item-content {
    opacity: 1;
    transform: none; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .item-content .item-content-inner h6,
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .item-content .item-content-inner div {
    transform: none;
    opacity: 1; }

  div.portfolio-wrap div.portfolio-item.list-layout-item .inner-wrap .rollover-content {
    position: absolute; }

  .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%; }

  .alignleft {
    float: none;
    margin: 0 0 20px;
    display: inline-block; }

  .comments-area .comment-list .comment-author-name {
    text-align: left; }

  body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-navigation span {
    display: block; }

  body.single-portfolio article.type-portfolio .cherry-portfolio-single-post .post-navigation span:not(:empty):before {
    display: none; }

  body .post-gallery_prev, body .post-gallery_next {
    width: 40px;
    height: 40px;
    margin-top: -20px; }

  body .post-gallery_prev {
    left: 10px; }

  body .post-gallery_next {
    right: 10px; }

  .comments-area .comment-list .comment .children {
    padding: 0; }

  .comments-area .comment-list .comment-body,
  .author-bio {
    padding: 20px; }

  .static-content-bottom .textwidget .row,
  .static-footer-sidebar-4 .widget.cherry-shortcodes .row {
    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: 1200px) {
  .site-content h1,
  .site-content h2,
  .site-content h3,
  .site-content h4,
  .site-content h5,
  .site-content h6,
  .site-header h1,
  .site-header h2,
  .site-header h3,
  .site-header h4,
  .site-header h5,
  .site-header h6,
  .cherry-breadcrumbs h1,
  .cherry-breadcrumbs h2,
  .cherry-breadcrumbs h3,
  .cherry-breadcrumbs h4,
  .cherry-breadcrumbs h5,
  .cherry-breadcrumbs h6 {
    letter-spacing: 0;
    line-height: 1.4; }
  .site-content h1,
  .site-header h1,
  .cherry-breadcrumbs h1 {
    font-size: 1.55rem; }
  .site-content h2,
  .site-header h2,
  .cherry-breadcrumbs h2 {
    font-size: 1.5rem; }
  .site-content h3,
  .site-content .services-listing .theme-services .cherry-services_title,
  .site-content .services-listing .theme-services .cherry-services_title a,
  .site-header h3,
  .site-header .services-listing .theme-services .cherry-services_title,
  .site-header .services-listing .theme-services .cherry-services_title a,
  .cherry-breadcrumbs h3,
  .cherry-breadcrumbs .services-listing .theme-services .cherry-services_title,
  .cherry-breadcrumbs .services-listing .theme-services .cherry-services_title a {
    font-size: 1.45rem; }
  .site-content h4,
  .site-header h4,
  .cherry-breadcrumbs h4 {
    font-size: 1.4rem; }
  .site-content h5,
  .site-header h5,
  .cherry-breadcrumbs h5 {
    font-size: 1.35rem; }
  .site-content h6,
  .site-header h6,
  .cherry-breadcrumbs h6 {
    font-size: 1.3rem; } }
@media (max-width: 992px) {
  .site-content h1,
  .site-header h1,
  .cherry-breadcrumbs h1 {
    font-size: 1.45rem; }
  .site-content h2,
  .site-header h2,
  .cherry-breadcrumbs h2 {
    font-size: 1.4rem; }
  .site-content h3,
  .site-content .services-listing .theme-services .cherry-services_title,
  .site-content .services-listing .theme-services .cherry-services_title a,
  .site-header h3,
  .site-header .services-listing .theme-services .cherry-services_title,
  .site-header .services-listing .theme-services .cherry-services_title a,
  .cherry-breadcrumbs h3,
  .cherry-breadcrumbs .services-listing .theme-services .cherry-services_title,
  .cherry-breadcrumbs .services-listing .theme-services .cherry-services_title a {
    font-size: 1.35rem; }
  .site-content h4,
  .site-header h4,
  .cherry-breadcrumbs h4 {
    font-size: 1.3rem; }
  .site-content h5,
  .site-header h5,
  .cherry-breadcrumbs h5 {
    font-size: 1.25rem; }
  .site-content h6,
  .site-header h6,
  .cherry-breadcrumbs h6 {
    font-size: 1.2rem; } }
@media (max-width: 768px) {
  .site-content h1,
  .site-header h1,
  .cherry-breadcrumbs h1 {
    font-size: 1.25rem; }
  .site-content h2,
  .site-header h2,
  .cherry-breadcrumbs h2 {
    font-size: 1.2rem; }
  .site-content h3,
  .site-content .services-listing .theme-services .cherry-services_title,
  .site-content .services-listing .theme-services .cherry-services_title a,
  .site-header h3,
  .site-header .services-listing .theme-services .cherry-services_title,
  .site-header .services-listing .theme-services .cherry-services_title a,
  .cherry-breadcrumbs h3,
  .cherry-breadcrumbs .services-listing .theme-services .cherry-services_title,
  .cherry-breadcrumbs .services-listing .theme-services .cherry-services_title a {
    font-size: 1.15rem; }
  .site-content h4,
  .site-header h4,
  .cherry-breadcrumbs h4 {
    font-size: 1.1rem; }
  .site-content h5,
  .site-header h5,
  .cherry-breadcrumbs h5 {
    font-size: 1.05rem; }
  .site-content h6,
  .site-header h6,
  .cherry-breadcrumbs h6 {
    font-size: 1rem; } }
