/*
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 {
    text-align: center; }

  .cherry-banner.style_1 .cherry-banner_wrap h2 {
    padding: 0;
    text-align: center; }

  .cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content {
    line-height: 45px;
    font-size: 30px;
    text-align: center; }

  .cherry-banner.style_1 .cherry-banner_wrap a.cherry-banner_link {
    margin: 0; }

  .cherry-banner.style_3 .cherry-banner_wrap {
    padding: 71px 182px 66px 0; }

  .cherry-banner.style_3 .cherry-banner_wrap .banner_img {
    right: -116px; }

  .cherry-banner.style_4 {
    text-align: right; }

  .cherry-banner.style_4 .cherry-banner_wrap h2 {
    float: none;
    width: 100%;
    margin-right: 0;
    padding-left: 30%; }

  .cherry-banner.style_4 .cherry-banner_wrap a.cherry-banner_link {
    display: inline-block;
    float: none;
    margin: 0;
    vertical-align: top; }

  .cherry-banner.style_5 {
    text-align: left; }

  .cherry-banner.style_5 .cherry-banner_wrap .banner_img {
    max-width: 50%; }

  .cherry-banner.style_5 .cherry-banner_wrap h2:before {
    left: 0;
    margin: 0; }

  .cherry-banner.style_5 .cherry-banner_wrap .cherry-banner_content {
    overflow: visible; }

  .cherry-banner.style_6 .cherry-banner_wrap .cherry-banner_content {
    margin: 0 0 20px 0; }

  .box_2 .cherry-box > .inner {
    padding: 40px 50px 26px 50px; }

  .title-box.style_1 h2 {
    line-height: 42px;
    font-size: 32px; }

  #site-wrapper .box_3 .mc4wp-form {
    float: left; }

  #site-wrapper .box_3 .mc4wp-form form p {
    float: left; }

  #site-wrapper .box_3 .mc4wp-form form p input[type="text"], #site-wrapper .box_3 .mc4wp-form form p input[type="email"] {
    width: 420px; }

  #footer .static-footer-menu ul li {
    margin: 0 19px 0 0;
    font-size: 16px; }

  #footer .static-footer-menu ul li a {
    font-size: 16px; }

  #footer .static-social-follow {
    text-align: center; }

  #footer .static-social-follow ul li a {
    width: 38px;
    height: 38px;
    line-height: 38px; }

  #footer .static-social-follow ul li a i {
    line-height: 38px; }

  #footer .cherry-footer-logo {
    text-align: left; }

  #footer .cherry-footer-logo a {
    line-height: 65px;
    font-size: 65px; } }
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  .cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content {
    line-height: 30px;
    font-size: 25px;
    text-align: center; }

  .cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content strong {
    line-height: 45px;
    font-size: 40px; }

  .cherry-banner.style_2 .cherry-banner_wrap .cherry-banner_content {
    padding: 35px 25px 125px 25px;
    line-height: 20px;
    font-size: 16px; }

  .cherry-banner.style_2 .cherry-banner_wrap .cherry-banner_content strong {
    line-height: 28px;
    font-size: 18px; }

  .cherry-banner.style_3 .cherry-banner_wrap {
    padding: 51px 182px 66px 0; }

  .cherry-banner.style_3 .cherry-banner_wrap .banner_img {
    right: -116px; }

  .cherry-banner.style_3 .cherry-banner_wrap h2 {
    line-height: 50px;
    font-size: 40px; }

  .cherry-banner.style_4 .cherry-banner_wrap h2 {
    padding-left: 0; }

  .box_2 .cherry-box > .inner {
    padding: 30px 20px 16px 20px; }

  .box_5 .cherry-box > .inner {
    padding: 30px 40px 30px 40px; }

  .title-box.style_1 h2 {
    line-height: 36px;
    font-size: 26px; }

  #site-wrapper .box_3 .mc4wp-form form p input[type="text"], #site-wrapper .box_3 .mc4wp-form form p input[type="email"] {
    width: 260px; }

  .error-404 .error-404-num {
    font-size: 180px; }

  .error-404 .search-form input[type="text"], .error-404 .search-form input[type="search"] {
    width: 180px; }

  .error-404 .search-form input[type="submit"] {
    padding-right: 20px;
    padding-left: 20px; }

  .testimonials-wrap.style_1 .testimonials-list .testimonials-item footer, .testimonials-wrap.style_1 .testimonials-list .testimonials-item b {
    line-height: 30px;
    font-size: 18px; }

  .portfolio-wrap .portfolio-filter ul.filter li {
    margin: 0 15px;
    line-height: 20px;
    font-size: 20px; }

  .list-layout .portfolio-list .portfolio-item .inner-wrap .item-content h5 {
    margin: 10px 0; }

  .list-layout .portfolio-list .portfolio-item .inner-wrap .item-content h4 {
    margin: 0 0 20px 0;
    line-height: 20px;
    font-size: 14px; }

  #footer .static-footer-menu ul {
    margin: 27px 0 0 0; }

  #footer .static-footer-menu ul li {
    margin: 0 13px 0 0;
    font-size: 14px; }

  #footer .static-footer-menu ul li a {
    font-size: 14px; }

  #footer .static-social-follow ul {
    margin: 3px 0 0 0; }

  #footer .static-social-follow ul li {
    margin-top: 1px;
    margin-bottom: 1px; }

  #footer .cherry-footer-logo a {
    line-height: 55px;
    font-size: 55px; } }
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  .site-branding {
    margin-bottom: 30px; }

  .site-branding .text-logo {
    margin-top: 0;
    line-height: 100px;
    font-size: 100px; }

  .site-branding .text-logo a {
    line-height: 100px;
    font-size: 100px; }

  #header #menu-primary .menu-items > li {
    margin: 0 0 0 28px; }

  .cherry-banner.style_2 .cherry-banner_wrap {
    margin-bottom: 0; }

  .cherry-banner.style_3 .cherry-banner_wrap .banner_img {
    right: 0; }

  .cherry-banner.style_4 .cherry-banner_wrap h2 {
    line-height: 50px;
    font-size: 40px; }

  .cherry-banner.style_6 .cherry-banner_wrap h2 {
    line-height: 52px;
    font-size: 52px; }

  .cherry-banner.style_6 .cherry-banner_wrap .cherry-banner_content {
    line-height: 30px;
    font-size: 18px; }

  .parallax_2 .parallax-content h2 {
    line-height: 42px;
    font-size: 42px; }

  .parallax_2 .parallax-content p {
    line-height: 30px;
    font-size: 18px; }

  .parallax_4 .parallax-box .parallax-bg .parallax-bg-inner:before {
    right: 0;
    left: 0;
    width: auto;
    margin: 0; }

  .parallax_5 {
    line-height: 26px;
    font-size: 18px; }

  .parallax_5 .parallax-content {
    padding-top: 20px;
    padding-bottom: 20px; }

  .parallax_5 .parallax-box .parallax-bg .parallax-bg-inner:before {
    right: 0;
    left: 0;
    width: auto;
    margin: 0; }

  .parallax_6 .parallax-content {
    padding-top: 74px;
    padding-bottom: 74px; }

  .parallax_7 .parallax-content {
    padding-top: 75px;
    padding-bottom: 75px; }

  .parallax_8 .parallax-content {
    padding-top: 20px;
    padding-bottom: 20px; }

  .parallax_8 .parallax-box .parallax-bg .parallax-bg-inner:before {
    right: 0;
    left: 0;
    width: auto;
    margin: 0; }

  a.cherry-btn-primary {
    margin-bottom: 30px; }

  .box_1 .cherry-box > .inner {
    padding: 40px 20px 40px 20px; }

  .box_5 .cherry-box a.cherry-btn-primary {
    margin: 0; }

  .cherry-posts-list.style_1 .cherry-posts-item {
    line-height: 20px;
    font-size: 14px; }

  .title-box.style_1 {
    margin: 0 0 20px 0; }

  #site-wrapper .box_3 .mc4wp-form form p input[type="submit"] {
    font-size: 18px; }

  .cherry-breadcrumbs .cherry-breadcrumbs_item {
    display: inline; }

  .cherry-breadcrumbs .cherry-breadcrumbs_item a, .cherry-breadcrumbs .cherry-breadcrumbs_item div, .cherry-breadcrumbs .cherry-breadcrumbs_item span {
    display: inline;
    line-height: 24px;
    font-size: 16px; }

  #commentform {
    margin-bottom: 50px; }

  .error-404 {
    text-align: center; }

  .testimonials-wrap.style_1 {
    text-align: center; }

  .testimonials-wrap.style_1 .testimonials-list .testimonials-item img {
    float: none;
    margin: 0 0 20px 0; }

  .testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote {
    text-align: left; }

  .portfolio-wrap .portfolio-filter ul.filter li {
    margin: 0 11px;
    line-height: 14px;
    font-size: 14px; }

  .cherry-services.style_1 .cherry-services_item {
    width: 100%; }

  #footer {
    text-align: center; }

  #footer .footer-top {
    padding-bottom: 20px; }

  #footer .static-footer-menu ul {
    margin: 0; }

  #footer .static-footer-menu ul li {
    display: inline-block;
    float: none;
    vertical-align: top; }

  #footer .static-social-follow ul {
    margin: 20px 0 0 0; }

  #footer .cherry-footer-logo {
    padding: 20px 0 0 0;
    text-align: center; }

  #footer .widget {
    margin: 0;
    line-height: 20px;
    font-size: 15px; } }
@media (max-width: 768px) {
  #header #menu-primary ul.cherry-mega-menu {
    background: none !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important; }
    #header #menu-primary ul.cherry-mega-menu:before {
      display: none !important; }
    #header #menu-primary ul.cherry-mega-menu ul {
      background: none !important;
      padding: 0 !important; }
      #header #menu-primary ul.cherry-mega-menu ul:before {
        display: none !important; }
    #header #menu-primary ul.cherry-mega-menu li {
      display: block !important;
      float: none !important;
      width: 100% !important;
      margin: 1px 0 0 0 !important;
      padding: 0 !important; }
      #header #menu-primary ul.cherry-mega-menu li a {
        background: #728f28 !important;
        display: block !important;
        padding: 10px 20px !important;
        line-height: 20px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #fdfbe1 !important; }
        #header #menu-primary ul.cherry-mega-menu li a:hover {
          background: #cbd68c !important;
          color: #434f09 !important; }
        #header #menu-primary ul.cherry-mega-menu li a:after {
          display: none; }
        #header #menu-primary ul.cherry-mega-menu li a i.fa {
          display: none !important; }
      #header #menu-primary ul.cherry-mega-menu li ul {
        position: static !important; } }
@media (max-width: 600px) {
  #header #menu-primary button {
    background: #728f28;
    width: 100%;
    padding: 10px 20px;
    border: none;
    box-shadow: none;
    outline: none;
    -webkit-transition: all, 0.8s, ease-in-out;
    -o-transition: all, 0.8s, ease-in-out;
    transition: all, 0.8s, ease-in-out;
    line-height: 20px;
    font-size: 16px;
    color: #fdfbe1; }
    #header #menu-primary button:hover {
      background: #cbd68c;
      -webkit-transition: all, 0.4s, ease-in-out;
      -o-transition: all, 0.4s, ease-in-out;
      transition: all, 0.4s, ease-in-out;
      color: #434f09; }

  #header #menu-primary ul {
    background: none !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important; }
    #header #menu-primary ul:before {
      display: none !important; }
    #header #menu-primary ul li {
      display: block !important;
      float: none !important;
      width: 100% !important;
      margin: 1px 0 0 0 !important;
      padding: 0 !important; }
      #header #menu-primary ul li a {
        background: #728f28 !important;
        display: block !important;
        padding: 10px 20px !important;
        line-height: 20px !important;
        font-size: 16px !important;
        font-weight: 400 !important;
        color: #fdfbe1 !important; }
        #header #menu-primary ul li a:hover {
          background: #cbd68c !important;
          color: #434f09 !important; }
        #header #menu-primary ul li a:after {
          display: none; }
      #header #menu-primary ul li ul {
        position: static !important; } }
/* (480px and down) */
@media (max-width: 480px) {
  .site-branding .text-logo {
    line-height: 80px;
    font-size: 70px; }

  .site-branding .text-logo a {
    line-height: 80px;
    font-size: 70px; }

  .cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content {
    line-height: 25px;
    font-size: 20px;
    text-align: center; }

  .cherry-banner.style_1 .cherry-banner_wrap .cherry-banner_content strong {
    line-height: 40px;
    font-size: 35px; }

  .cherry-banner.style_2 .cherry-banner_wrap .cherry-banner_content {
    line-height: 24px;
    font-size: 16px; }

  .cherry-banner.style_2 .cherry-banner_wrap .cherry-banner_content strong {
    line-height: 32px;
    font-size: 22px; }

  .cherry-banner.style_3 .cherry-banner_wrap {
    padding: 31px 91px 66px 0; }

  .cherry-banner.style_3 .cherry-banner_wrap .banner_img {
    right: -116px; }

  .cherry-banner.style_4 .cherry-banner_wrap h2 {
    line-height: 40px;
    font-size: 33px; }

  .cherry-banner.style_4 .cherry-banner_wrap h2:before {
    right: 25px; }

  .cherry-banner.style_5 .cherry-banner_wrap .banner_img {
    float: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 20px 0; }

  .cherry-posts-list.style_1 .cherry-posts-item {
    width: 100%;
    margin: 20px 0 0 0; }

  .cherry-posts-list.style_1 .cherry-posts-item .post-thumbnail {
    float: left;
    max-width: 45%;
    margin: 5px 20px 5px 0; }

  .parallax_4 {
    line-height: 24px;
    font-size: 16px; }

  #site-wrapper .box_3 .mc4wp-form form {
    padding: 0 12px 0 12px; }

  #site-wrapper .box_3 .mc4wp-form form p input[type="text"], #site-wrapper .box_3 .mc4wp-form form p input[type="email"] {
    width: 163px;
    padding-right: 12px;
    padding-left: 12px;
    font-size: 14px; }

  #site-wrapper .box_3 .mc4wp-form form p input[type="submit"] {
    font-size: 12px; }

  .site input[type="submit"], .site input[type="reset"] {
    height: 50px;
    padding: 0 20px 0 20px;
    font-size: 18px; }

  .error-404 .error-404-num {
    font-size: 140px; }

  .testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote {
    padding: 60px 0 0 0;
    text-align: center; }

  .testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote:before {
    left: 50%;
    margin: 0 0 0 -25px; }

  .testimonials-wrap.style_1 .testimonials-list .testimonials-item blockquote p {
    margin: 0 0 40px 0; }

  .testimonials-wrap.style_1 .testimonials-list .testimonials-item footer, .testimonials-wrap.style_1 .testimonials-list .testimonials-item b {
    line-height: 20px;
    font-size: 14px; }

  .box_4 .cherry-box > .inner {
    padding: 46px 30px 47px 30px; }

  .box_5 .cherry-box > .inner {
    padding: 30px 20px 30px 20px; }

  .testimonials-page .testimonials-list .testimonials-item {
    margin-bottom: 30px; }

  .testimonials-page .testimonials-list .testimonials-item blockquote {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 22px;
    font-size: 14px; }

  .portfolio-wrap .portfolio-filter ul.filter li {
    margin: 0 5px;
    line-height: 11px;
    font-size: 11px; }

  #primary .list-layout .portfolio-list .portfolio-item .inner-wrap .media-content {
    float: none;
    width: 100%;
    margin: 0 0 20px 0; }

  #primary .list-layout .portfolio-list .portfolio-item .inner-wrap .item-content {
    float: none;
    width: 100%; }

  .cherry-thumb-s {
    display: block;
    float: none;
    margin: 0 0 20px 0; }

  .portfolio-wrap .portfolio-pagination {
    text-align: center; }

  .portfolio-wrap .portfolio-pagination .page-link {
    float: none; }

  .portfolio-wrap .portfolio-pagination .page-nav {
    float: none; }

  #footer .static-footer-menu ul li {
    margin: 0 9px 0 0;
    font-size: 13px; }

  #footer .static-footer-menu ul li a {
    font-size: 13px; } }

/*# sourceMappingURL=main-responsive.css.map */
