/*
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%; } }
@media (min-width: 1000px) and (max-width: 1400px) {
  .motoslider_wrapper .ms_wrapper {
    height: 720px !important; } }
@media (max-width: 1400px) {
  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer em {
    margin: 0 0 20px 0;
    line-height: 30px;
    font-size: 22px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer strong {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    line-height: 42px;
    font-size: 42px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer p {
    line-height: 22px;
    font-size: 16px; }

  .motoslider_wrapper .ms_wrapper .ms_pagination {
    bottom: 30px; } }
/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
  #header:before {
    margin: 0 0 0 -5000px; }

  #menu-primary .menu-items.mega-menu-direction-vertical ul.mega-sub {
    right: 15px !important;
    left: -234px !important;
    width: auto !important; }

  .pagination:after {
    margin: 0 0 0 -5000px; }

  .motoslider_wrapper .ms_wrapper .ms_slide:before {
    margin: 0 0 0 -5000px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer {
    width: 952px; }

  .motoslider_wrapper .ms_wrapper .ms_pagination {
    width: 952px;
    margin: 0 0 0 -476px; }

  .site-content article.post .custom-meta {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 20px 0;
    text-align: left; }

  .site-content article.post .custom-meta .meta-rank-views,
  .site-content article.post .custom-meta .comments-link,
  .site-content article.post .custom-meta .meta-rank-likes {
    display: inline-block;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    vertical-align: top;
    text-align: center; }

  .cherry-banner .banner_1 {
    padding: 100px 0 100px 0; }

  .cherry-banner .banner_1:before {
    margin: 0 0 0 -5000px; }

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

  .box_2:before {
    margin: 0 0 0 -5000px; }

  .box_2 > .container {
    padding-top: 100px;
    padding-bottom: 100px; }

  .box_3 .cherry-box > .inner {
    padding-top: 100px;
    padding-bottom: 100px; }

  .box_4 .cherry-box > .inner {
    padding-top: 100px;
    padding-bottom: 100px; }

  .parallax-box .parallax-content {
    padding-top: 150px;
    padding-bottom: 150px; }

  .parallax-box .parallax-content:before {
    margin: 0 0 0 -5000px; }

  .cherry-posts-list.style_2 .cherry-posts-item .post_block .post-meta {
    right: 0;
    z-index: 99; }

  .cherry-counter.style_1 {
    margin: 0 0 42px 0;
    line-height: 92px;
    font-size: 92px; }

  .cherry-counter.style_1 .count {
    line-height: 92px;
    font-size: 92px; }

  .cherry-posts-list.style_2 .cherry-posts-item .post_block .post-meta {
    position: relative;
    top: auto;
    right: auto;
    margin: 0 0 20px 0;
    line-height: 0;
    font-size: 0;
    text-align: left; }

  .cherry-posts-list.style_2 .cherry-posts-item .post_block .post-meta .meta-rank-views {
    display: inline-block;
    vertical-align: top;
    text-align: center; }

  .cherry-posts-list.style_2 .cherry-posts-item .post_block .post-meta .post-comments-link {
    display: inline-block;
    vertical-align: top;
    text-align: center; }

  .cherry-posts-list.style_2 .cherry-posts-item .post_block .post-meta .meta-rank-likes {
    display: inline-block;
    vertical-align: top;
    text-align: center; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap {
    padding: 15px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .media-content {
    margin-top: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 0 !important; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .item-content {
    padding-top: 0 !important; }

  body.blog .site-content .content-area:before {
    margin: 0 0 0 -5000px; }

  body.single .site-content .content-area:before {
    margin: 0 0 0 -5000px; }

  .comments-area .comments .comment-respond {
    padding: 100px 0; }

  .comments-area .comments .comment-respond:before {
    margin: 0 0 0 -5000px; }

  #footer #static-area-footer-top .container:before {
    left: 50%;
    margin: 0 0 0 -5000px; }

  #footer .cherry-footer-logo {
    margin: 0 0 51px 0; }

  #footer .widget-area {
    margin: 0 0 51px 0; }

  #footer .static-social-follow {
    margin-bottom: 58px; } }
/* Medium devices (desktops, 992px and down) */
@media (max-width: 992px) {
  #header #menu-primary .menu-items > li {
    margin: 0 0 0 1px; }

  #header #menu-primary .menu-items > li > a {
    padding-right: 15px;
    padding-left: 15px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer {
    width: 727px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer em {
    margin: 0 0 19px 0;
    line-height: 30px;
    font-size: 22px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer strong {
    margin: 0 0 30px 0;
    padding: 0 0 28px 0;
    line-height: 42px;
    font-size: 42px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer p {
    margin: 0; }

  .motoslider_wrapper .ms_wrapper .ms_pagination {
    width: 727px;
    margin: 0 0 0 -363px; }

  .parallax-box .parallax-content {
    padding-top: 100px;
    padding-bottom: 100px; }

  .related-posts ul li {
    width: 100%;
    overflow: hidden; }

  .related-posts ul li .entry-thumbnail {
    float: left;
    max-width: 45%;
    margin: 0 20px 5px 0; }

  .related-posts ul li .caption {
    overflow: hidden;
    padding: 20px; }

  .error-404 .error-404-num {
    line-height: 180px;
    font-size: 180px; } }
/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
  h1 {
    margin: 0 0 40px 0 !important;
    line-height: 42px !important;
    font-size: 42px !important; }

  h2 {
    margin: 0 0 40px 0 !important;
    line-height: 42px !important;
    font-size: 42px !important; }

  h5 {
    line-height: 20px !important;
    font-size: 14px !important; }

  #header {
    text-align: center; }

  #header .site-branding {
    margin: 0 0 20px 0; }

  #header #static-area-header-top .container {
    padding-top: 20px;
    padding-bottom: 20px; }

  #header #static-area-header-top .container .site-title {
    padding-top: 0; }

  #header #menu-primary {
    text-align: left; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer {
    width: 440px;
    top: auto !important;
    bottom: 60px !important;
    text-align: center; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer em {
    margin: 0 0 10px 0;
    line-height: 24px;
    font-size: 16px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer strong {
    margin: 0 0 15px 0;
    padding: 0;
    line-height: 30px;
    font-size: 30px; }
    .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer strong:before {
      display: none; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer p {
    margin: 0 auto;
    padding: 0;
    line-height: 20px;
    font-size: 14px; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer p:before {
    display: none; }

  .motoslider_wrapper .ms_wrapper .ms_pagination {
    bottom: 20px;
    width: 440px;
    margin: 0 0 0 -220px;
    text-align: center; }

  .site-content article.post .entry-content {
    overflow: visible; }

  .cherry-banner .banner_1 {
    padding: 50px 0 50px 0; }

  .cherry-banner .banner_1 h2 {
    margin: 0 0 25px 0; }

  .cherry-banner .banner_1 .cherry-banner_content {
    margin: 0 0 25px 0; }

  .cherry-banner .banner_1 .cherry-banner_content strong {
    line-height: 26px;
    font-size: 18px; }

  .box_1 .cherry-box > .inner {
    padding-top: 50px;
    padding-right: 0;
    padding-bottom: 50px;
    padding-left: 0; }

  .box_2 > .container {
    padding-top: 100px;
    padding-bottom: 100px; }

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

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

  .main_box .cherry-box > .inner {
    padding: 50px 0; }

  body.blog .site-content .content-area {
    padding-top: 50px; }

  body.single .site-content .content-area {
    padding-top: 50px; }

  .cherry-posts-list.style_1 .cherry-posts-item {
    width: 100% !important;
    margin-bottom: 20px; }

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

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

  .cherry-posts-list.style_3 .cherry-posts-item {
    width: 100%;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px; }

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

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

  .cherry-posts-list.style_4 .cherry-posts-item {
    padding-top: 25px;
    padding-bottom: 25px; }

  .parallax-box .parallax-content {
    padding-top: 50px;
    padding-bottom: 50px; }

  .parallax-box .parallax-content h2 {
    padding: 0 0 35px 0; }

  .parallax-box .parallax-content p {
    max-width: 100%;
    margin: 0;
    padding: 0; }
    .parallax-box .parallax-content p:before {
      display: none; }

  .cherry-counter.style_1 {
    margin: 0 0 20px 0;
    line-height: 50px;
    font-size: 50px; }

  .cherry-counter.style_1 .count {
    line-height: 50px;
    font-size: 50px; }

  .title-box.style_1 {
    padding-top: 15px;
    padding-bottom: 15px; }

  .title-box.style_1 .title-box_title {
    margin: 0 0 5px 0 !important; }

  .portfolio-wrap .portfolio-filter ul li > a {
    padding-right: 15px !important;
    padding-left: 15px !important; }

  .portfolio-wrap .portfolio-container .portfolio-pagination a {
    min-width: 36px;
    padding: 8px 10px 8px 10px; }

  .portfolio-wrap .portfolio-container .portfolio-pagination a.next-page,
  .portfolio-wrap .portfolio-container .portfolio-pagination a.prev-page {
    padding-right: 14px;
    padding-left: 14px; }

  .pagination {
    padding: 30px 0 30px 0; }

  .pagination .nav-links a,
  .pagination .nav-links span {
    min-width: 30px;
    margin: 0 5px 0 0;
    padding: 5px;
    border-radius: 4px; }

  .author-bio {
    margin: 0 0 50px 0;
    padding: 25px !important; }

  .author-bio:before {
    top: -50px;
    bottom: -50px; }

  .related-posts {
    padding-right: 15px;
    padding-left: 15px; }

  .related-posts ul li {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0;
    padding: 15px; }

  .related-posts ul li .entry-thumbnail {
    margin: 0 20px 5px 0 !important; }

  .related-posts ul li .caption {
    overflow: visible;
    padding: 0; }

  .comments-area {
    padding: 0; }

  .comments-area h3 {
    margin: 0 0 40px 0 !important;
    letter-spacing: normal;
    line-height: 42px !important;
    font-size: 42px !important; }

  .comments-area .comments .comment-list {
    padding: 0 0 50px 0; }

  .comments-area .comments .comment-list li .children {
    padding: 0 0 0 15px; }

  .comments-area .comments .comment-list li .comment-body {
    margin: 0 0 15px 0;
    padding: 20px; }

  .comments-area .comments .comment-list li .comment-body .comment-vcard {
    margin-right: 20px; }

  .comments-area .comments .comment-list li .comment-body .caption {
    overflow: visible; }

  .comments-area .comments .comment-respond {
    padding: 50px 0; }

  .comment-form input[type="text"] {
    width: 100%; }

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

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

  .error-404 .page-header h2 {
    padding: 0; }

  .error-404 .page-header h2:before {
    display: none; }

  .error-404 .search-form label {
    margin-right: 5px;
    margin-left: 5px; }

  .error-404 .search-form input[type="search"] {
    margin: 0; }

  .maintenance-container h1 {
    margin: 0 0 10px 0 !important;
    padding: 0 !important;
    line-height: 34px !important;
    font-size: 30px !important; }

  .maintenance-container h2 {
    margin: 0 !important;
    padding: 0 !important;
    line-height: 24px !important;
    font-size: 20px !important; }

  #footer #static-area-footer-top .container {
    padding-top: 20px;
    padding-bottom: 20px; }

  #footer .cherry-footer-logo {
    margin: 0 0 20px 0;
    padding: 0 0 10px 0; }

  #footer .widget {
    margin: 0; }

  #footer .widget-area {
    margin: 0 0 30px 0;
    line-height: 20px;
    font-size: 15px; }

  #footer .static-social-follow {
    margin-bottom: 30px; }

  #footer .widget-area b {
    padding: 5px 0 0 0; }

  #footer .site-info {
    margin: 0; } }
@media (max-width: 767px) {
  #header #menu-primary {
    text-align: center; }

  #header #menu-primary button {
    display: block;
    width: 100%;
    margin: 0;
    padding: 5px 15px;
    border: none;
    border-radius: 0; }

  #header #menu-primary label {
    margin: 0;
    padding: 5px 15px;
    border: none;
    border-radius: 0; }
    #header #menu-primary label.cherry-mega-menu-mobile-close {
      margin: 1px 0 0 0; }

  #header #menu-primary .menu-items {
    float: none;
    margin: 0;
    padding: 0; }

  #header #menu-primary .menu-items ul.sub-menu,
  #header #menu-primary .menu-items ul.sub-menu ul.sub-menu,
  #header #menu-primary .menu-items ul.simple-sub,
  #header #menu-primary .menu-items ul.simple-sub ul.simple-sub {
    background: none !important;
    position: relative !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    box-shadow: none !important;
    text-align: center !important;
    z-index: 99; }

  #header #menu-primary .menu-items li,
  #header #menu-primary .menu-items li li {
    display: block;
    float: none;
    margin: 1px 0 0 0;
    padding: 0; }

  #header #menu-primary .menu-items li a,
  #header #menu-primary .menu-items li li a {
    position: relative;
    padding: 5px 15px 5px 15px;
    letter-spacing: 0.5px;
    line-height: 18px;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none; }
    #header #menu-primary .menu-items li a:before,
    #header #menu-primary .menu-items li li a:before {
      display: none; } }
/* (480px and down) */
@media (max-width: 480px) {
  h5 {
    line-height: 18px !important;
    font-size: 11px !important; }

  .motoslider_wrapper .ms_wrapper {
    height: 390px !important; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer {
    width: 280px;
    bottom: 40px !important;
    text-align: center; }

  .motoslider_wrapper .ms_wrapper .ms_slide .ms_layer p {
    line-height: 18px;
    font-size: 12px; }

  .motoslider_wrapper .ms_wrapper .ms_pagination {
    bottom: 5px; }

  .site-content article.post .entry-thumbnail {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    overflow: hidden !important;
    float: none !important;
    margin: 0 0 20px 0 !important; }

  .box_2 > .container {
    padding-top: 50px;
    padding-bottom: 50px; }

  .cherry-icon.style_1 {
    margin: 0 0 25px 0;
    line-height: 40px;
    font-size: 40px; }

  .cherry-counter.style_1 {
    margin: 0 0 20px 0;
    line-height: 23px;
    font-size: 23px; }

  .cherry-counter.style_1 .count {
    letter-spacing: normal;
    line-height: 23px;
    font-size: 23px; }

  .portfolio-wrap .portfolio-filter {
    margin: 20px 0 20px 0; }

  .portfolio-wrap .portfolio-filter ul li {
    margin: 0 3px 0 0 !important; }

  .portfolio-wrap .portfolio-filter ul li > a {
    padding: 5px 7px !important;
    font-size: 10px !important; }

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

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .item-content {
    float: left !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }

  .related-posts ul li .entry-thumbnail {
    float: none;
    max-width: 100%;
    margin: 0 0 20px 0 !important; }

  .static-social-follow .cherry-follow_wrap .cherry-follow_list .cherry-follow_item a {
    width: 40px;
    height: 40px;
    line-height: 40px; } }

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