/*
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: 767px) {
  .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: 767px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
@media (min-width: 767px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 767px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

@media (max-width: 767px) {
  ol.comment-list li.comment ol.children {
    padding-left: 15px; } }

@media (max-width: 766px) {
  .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: 767px) {
  .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: 766px) {
  .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: 766px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 766px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 766px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 767px) and (max-width: 990px) {
  .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: 767px) and (max-width: 990px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 991px) and (max-width: 1399px) {
  .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: 991px) and (max-width: 1399px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 991px) and (max-width: 1399px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 991px) and (max-width: 1399px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1400px) {
  .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: 1400px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1400px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 767px) and (max-width: 990px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 991px) and (max-width: 1399px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1400px) {
  .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: 767px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 750px; } }
@media (min-width: 991px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 970px; } }
@media (min-width: 1400px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 1170px; } }
@media (min-width: 767px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 780px; } }
@media (min-width: 991px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1000px; } }
@media (min-width: 1400px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1200px; } }

.entry-content .container .container {
  width: auto; }

@media (min-width: 991px) {
  .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 (max-width: 1400px) {
  #menu-primary > #menu-primary-items > .menu-item {
    margin-left: 15px; }

  .sidebar-header .widget .field {
    padding-left: 15px; }

  .btn-online,
  .btn-logout {
    font-size: 21px;
    line-height: 52px; }
    .btn-online:after,
    .btn-logout:after {
      font-size: 35px; }

  #menu-primary {
    margin-top: 17px; }

  .site-branding {
    padding-top: 0; }
    .site-branding .site-title.image-logo img {
      max-height: 52px; }
    .isStick .site-branding .site-title.image-logo {
      width: auto; }

  .content_countdown .time_left {
    font-size: 110px !important; }

  .simple-slider h2 {
    font-size: 60px; }

  .cherry-posts-list.posts_1 .post-title {
    font-size: 30px; }

  .cherry-posts-list.posts_1 .event-time {
    font-size: 30px;
    margin-bottom: 20px; }

  #menu-primary > #menu-primary-items .sub-menu,
  #menu-primary > #menu-primary-items .cherry-mega-menu-sub,
  #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub {
    top: 55px; }

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

  .team-socials .team-socials_link {
    width: 30px;
    height: 30px; }

  .sidebar-content-wrapper .cherry-posts-list.posts_1 .post-title,
  .content-sidebar-wrapper .cherry-posts-list.posts_1 .post-title,
  .sidebar-content-sidebar-wrapper .cherry-posts-list.posts_1 .post-title,
  .content-sidebar-sidebar-wrapper .cherry-posts-list.posts_1 .post-title,
  .sidebar-sidebar-content-wrapper .cherry-posts-list.posts_1 .post-title {
    font-size: 25px; }

  .sidebar-content-wrapper .cherry-posts-list .post-meta,
  .content-sidebar-wrapper .cherry-posts-list .post-meta,
  .sidebar-content-sidebar-wrapper .cherry-posts-list .post-meta,
  .content-sidebar-sidebar-wrapper .cherry-posts-list .post-meta,
  .sidebar-sidebar-content-wrapper .cherry-posts-list .post-meta {
    font-size: 11px; }

  .sidebar-content-wrapper .cherry-posts-list .post-thumbnail,
  .content-sidebar-wrapper .cherry-posts-list .post-thumbnail,
  .sidebar-content-sidebar-wrapper .cherry-posts-list .post-thumbnail,
  .content-sidebar-sidebar-wrapper .cherry-posts-list .post-thumbnail,
  .sidebar-sidebar-content-wrapper .cherry-posts-list .post-thumbnail {
    min-height: 139px; }

  .sidebar-content-wrapper .cherry-posts-list .media-content .content,
  .content-sidebar-wrapper .cherry-posts-list .media-content .content,
  .sidebar-content-sidebar-wrapper .cherry-posts-list .media-content .content,
  .content-sidebar-sidebar-wrapper .cherry-posts-list .media-content .content,
  .sidebar-sidebar-content-wrapper .cherry-posts-list .media-content .content {
    bottom: 10px; }

  .sidebar-content-wrapper .parallax_1 h2,
  .content-sidebar-wrapper .parallax_1 h2,
  .sidebar-content-sidebar-wrapper .parallax_1 h2,
  .content-sidebar-sidebar-wrapper .parallax_1 h2,
  .sidebar-sidebar-content-wrapper .parallax_1 h2 {
    font-size: 90px; }

  .error-404-num {
    font-size: 9em; }

  .portfolio-wrap .portfolio-filter .filter {
    font-size: 25px; }

  .portfolio-wrap .portfolio-filter .filter li {
    margin-left: 20px;
    margin-right: 20px; }

  .portfolio-wrap .portfolio-filter .filter li a:after {
    height: 3px; } }
@media (max-width: 991px) {
  #static-area-header-top {
    padding-left: 0;
    padding-bottom: 10px; }

  .sidebar-header {
    text-align: center;
    margin-bottom: 8px; }

  .site-header .static-search-form,
  .site-header .static-social-follow,
  .site-header .static-social-follow .cherry-follow_wrap {
    float: none; }
  .site-header .static-social-follow {
    text-align: center;
    margin-bottom: 5px; }
    .site-header .static-social-follow .cherry-follow_item {
      float: none;
      display: inline-block;
      vertical-align: top; }

  .site-header .search-form {
    float: none;
    margin: 0 auto; }

  .site-branding {
    text-align: center;
    margin-bottom: 20px; }
    .site-branding .site-title.image-logo img {
      max-height: none; }

  .isStick .btn-online,
  .isStick .btn-logout {
    font-size: 21px;
    line-height: 52px;
    border-top-right-radius: 28px;
    border-top-left-radius: 28px;
    border-bottom-right-radius: 28px;
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
    border-bottom-left-radius: 28px;
    border-bottom-left-radius: 28px;
    border-top-left-radius: 28px; }
    .isStick .btn-online:after,
    .isStick .btn-logout:after {
      font-size: 35px; }

  #static-area-header-bottom {
    padding-top: 10px;
    padding-bottom: 10px; }

  .isStick #menu-primary > #menu-primary-items .sub-menu,
  .isStick #menu-primary > #menu-primary-items .cherry-mega-menu-sub,
  .isStick #menu-primary > #menu-primary-items .cherry-mega-menu-sub.simple-sub {
    top: 47px; }

  .isStick #menu-primary {
    margin-top: 17px; }

  .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav {
    padding-left: 20px;
    padding-right: 20px; }
    .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav span {
      font-size: 28px;
      margin: 0 0 0 35px; }
      .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav span:after {
        bottom: 3px; }

  .cherry-posts-list.posts_1 .post-thumbnail a {
    display: block; }
  .cherry-posts-list.posts_1 .post-thumbnail img {
    width: 100%; }

  .cherry-posts-list.posts_1 {
    margin-right: 0 !important; }

  .cherry-posts-list.posts_1 .cherry-posts-item {
    margin-left: 0; }

  .cherry-posts-list.posts_2 {
    text-align: center; }
    .cherry-posts-list.posts_2 .post-thumbnail {
      display: inline-block;
      vertical-align: top; }

  .cherry-posts-list.posts_2 .media-content {
    text-align: center;
    display: inline-block;
    vertical-align: top; }

  .site-footer {
    text-align: center; }

  .format-standard .entry-meta-top {
    padding: 0 25px; }

  .pseudoStickyBlock {
    max-height: 155px; }

  .comments-area .comment-list .comment ol.children {
    padding-left: 0; }

  .comments .comment-respond form .comment-form-url {
    margin-bottom: 8px; }

  .cherry-posts-list.posts_4 .post-item {
    margin-bottom: 35px;
    text-align: center; }

  .parallax_2 h2 {
    padding-left: 90px;
    padding-right: 90px; }

  .testimonials_1 .testimonials-item {
    float: none;
    width: auto;
    margin-top: 50px; }
    .testimonials_1 .testimonials-item:first-child {
      margin-top: 0; }

  .portfolio-wrap .portfolio-filter .filter li {
    display: block;
    margin: 25px 0 0 0; }

  .portfolio-wrap .portfolio-filter .filter li:first-child {
    margin-top: 0; }

  .static-online {
    text-align: center;
    padding-top: 20px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item h3 {
    font-size: 26px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links {
    padding-bottom: 25px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink::before {
    font-size: 60px; }

  .comments .comment-respond form .comment-form-comment {
    width: auto;
    float: none; }

  .comments .comment-respond form .comment-form-fields {
    width: auto;
    float: none;
    margin-top: 8px; } }
@media (max-width: 767px) {
  .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; }

  .sidebar-header .widget .field {
    display: block;
    margin-top: 5px; }
    .sidebar-header .widget .field:first-child {
      margin-top: 0; }

  .login-box {
    left: 50%;
    margin: 0 0 0 -165.5px; }

  .pseudoStickyBlock {
    max-height: none; }

  .simple-slider h2 {
    font-size: 35px;
    padding-left: 40px;
    padding-right: 40px; }

  .content_countdown .time_left {
    font-size: 70px !important; }

  .cherry-tabs.cherry-tabs-style-default {
    text-align: center; }
    .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav {
      display: inline-block;
      vertical-align: top; }
      .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav span {
        display: block;
        margin: 10px 0 0 0; }
        .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav span:first-child {
          margin-top: 0; }

  .parallax_1 h2 {
    font-size: 75px;
    margin-bottom: 50px; }

  .blog .hentry {
    float: none;
    width: auto;
    margin-right: 0; }

  .author-bio .description {
    overflow: visible; }

  .related-posts_list {
    text-align: center; }

  .comments-area .comment-list .comment .comment-body .extra-wrap {
    overflow: visible; }

  .single .hentry .entry-thumbnail {
    height: auto; }

  .single .hentry .entry-thumbnail img {
    top: 0;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

  .cherry-posts-list.posts_1 .post-title {
    margin-bottom: 10px; }

  .cherry-posts-list.posts_1 .event-time {
    margin-bottom: 10px; }

  .parallax_2 h2 {
    font-size: 40px;
    width: 100%;
    padding: 5px 20px 12px 20px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.list-layout-item .inner-wrap .item-content {
    padding-top: 20px; }

  .author-bio h3 {
    font-size: 30px !important; } }
@media (max-width: 480px) {
  .cherry-posts-list.posts_1 .post-title {
    font-size: 30px;
    margin-bottom: 5px; }

  .cherry-posts-list.posts_1 .event-time {
    font-size: 25px;
    margin-bottom: 5px; }

  .parallax_1 h2 {
    font-size: 55px; }

  .content_countdown .time_left {
    font-size: 50px !important; }

  .simple-slider h2 {
    font-size: 25px; }

  .posted-on {
    display: block; }

  .hentry .entry-thumbnail {
    margin-bottom: -70px; }

  .format-standard .entry-meta-top {
    min-height: 51px; }

  .navigation.post-navigation .nav-links a {
    font-size: 18px; }

  .navigation.post-navigation .nav-links .nav-next a:after,
  .navigation.post-navigation .nav-links .nav-prev a:after {
    padding-top: 0; }

  .author-bio {
    padding: 20px; }

  .author-bio_avatar.alignleft {
    float: none;
    margin-right: 0; }

  .comments-area .comment-list .comment .comment-body {
    padding: 20px; }

  .comments-area .comment-list .comment div.vcard img.avatar {
    float: none;
    margin-right: 0; }

  .login-box {
    width: 300px;
    margin: 0 0 0 -150px;
    top: 92px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links .zoomlink:before {
    font-size: 65px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item.custom-hover .media-content .rollover-content h3 {
    font-size: 20px; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .custom-links {
    padding: 0 0 12px 0; } }
#menu-primary > #menu-primary-items.mega-menu-mobile-on > .menu-item {
  display: block; }
#menu-primary > #menu-primary-items.mega-menu-mobile-on .cherry-mega-menu-sub.mega-sub {
  border-top-right-radius: 28px;
  border-top-left-radius: 28px;
  border-bottom-right-radius: 28px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  border-bottom-left-radius: 28px;
  border-bottom-left-radius: 28px;
  border-top-left-radius: 28px; }
  #menu-primary > #menu-primary-items.mega-menu-mobile-on .cherry-mega-menu-sub.mega-sub > li .menu {
    padding: 0; }
#menu-primary > #menu-primary-items.mega-menu-mobile-on .menu-extra-navigation-container li {
  display: block;
  padding: 10px 0 0 0;
  margin-left: 0; }
  #menu-primary > #menu-primary-items.mega-menu-mobile-on .menu-extra-navigation-container li:first-child {
    padding-top: 0; }
    #menu-primary > #menu-primary-items.mega-menu-mobile-on .menu-extra-navigation-container li:first-child:before {
      top: -20px;
      left: 50%;
      margin: 0 0 0 -3px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 6px 3px 0 3px;
      border-color: white transparent transparent transparent; }

#menu-primary .mega-menu-mobile-on .menu-extra-navigation-container li.current-menu-item:before {
  display: none; }

/* Megamenu responsive
================================================== */
@media (max-width: 991px) {
  #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 > 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; } }

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