/* SIDEBAR WIDGETS  */
.widget {
    margin-bottom: 48px;
}
.cuB-bg-alt-1{background-color: #f2f3f3;}
.widget-inside {
    padding: 36px 48px 48px;
}
.home-sidebar .widget-title {
    margin-bottom: 24px; font-size:20px; font-weight:900;
}
.widget li {
    margin-bottom: 12px;
    position: relative;
}
.cuB-bg-alt-1 ul{margin:0px; padding:0px;}
.widget_archive ul li, .widget_categories ul li {
    display: block;
    overflow: hidden;
}
.widget li {
    margin-bottom: 12px;
    position: relative;
}
.widget_categories ul li a {
    padding-right: 10px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.widget_archive ul li a, .widget_categories ul li a {
    position: relative;
    z-index: 1;
}
.widget .count {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 10px;
}
.widget .count {
    position: absolute;
    right: 0;
    z-index: 1;
}

.cuB-bg-alt-1 .count, .cuB-bg-alt-1 li a, .cuB-bg-alt-1 .cuB-accordion-nav {

    background-color: #f2f3f3;

}
.widget .count {

    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    padding-left: 10px;

}
.widget .count {

    position: absolute;
    right: 0;
    z-index: 1;

}
.widget .count {

    font-weight: 900;

}
.widget_archive ul li .dots::before, .widget_categories ul li .dots::before {
    content: ". . . . . . . . . . . . . . . . . . . . " ". . . . . . . . . . . . . . . . . . . . ";
    white-space: nowrap;
    display: block;
    width: 100%;
    height: 2px;
    opacity: 1;
    position: absolute;
    z-index: 0;
    line-height: 1;
    top: 0;
    display: block;
}

/* HOME PAGE POST 
   Navigation */
.prev-next.nav-links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cuB-pagination .next a::after, .cuB-pagination a.next::after {
    content: "\e909";
    margin-left: 2px;
    margin-right: -9px;
}
.cuB-pagination .next a, .cuB-pagination .prev a, .cuB-pagination a.next, .cuB-pagination a.prev {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1;
}
.cuB-pagination a, {
    box-shadow: 0 10px 15px 0 rgba(241,59,59,0.2);
    background: #f13b3b;
    color: #fff;
}
/*--------------------------------------------------------------
   Navigation
--------------------------------------------------------------*/

.cuB-header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cuB-menu-action {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.cuB-header li {
  position: relative;list-style:none;padding-left: 15px;padding-right: 15px;
}

.cuB-menu-action li {
  margin: 0;
}

.header-bottom nav > ul > li > a {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cuB-header a {
  -webkit-transition: all .15s ease-in-out;
  -o-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
}

.cuB-header .sub-menu a {
  display: block;
  padding: 0 30px 15px 30px;
}

.cuB-header .sub-menu {
  display: none;
  background:#fff;
  opacity: 0;
  position: absolute;
  width: 220px;
  padding: 25px 0 10px 0;
  z-index: 2000;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
  left: -30px;
  -webkit-box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 15px 40px 0 rgba(0, 0, 0, 0.2);
}

.cuB-header .sub-menu .sub-menu {
  left: 100%;
  top: -25px;
}

.cuB-header li:hover > .sub-menu {
  display: block;
  -webkit-animation: fadeInFromNone .15s ease-out;
  animation: fadeInFromNone .15s ease-out;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.cuB-header .cuB-menu > li > a,
.cuB-menu-action a {
	color: #424851;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cuB-header nav > ul > li.menu-item-has-children > a:after {
  content: "\e906";
  font-family: 'cuB-font';
  margin: 0 0 0 4px;
  opacity: .5;
  width: 11px;
}

.cuB-header nav .sub-menu > li.menu-item-has-children > a:after {
  content: "\e909";
  font-family: 'cuB-font';
  margin: 0;
  float: right;
  opacity: .5;
}

.cuB-header ul li.menu-item-has-children:hover > a:after {
  opacity: 1;
}

.cuB-menu-action .jf {
  font-size: 2.4rem;
  width: 20px;
  text-align: right;
}

.cuB-menu-action a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.cuB-menu-action .jf {
  margin-left: 5px;
}

@-webkit-keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

@-webkit-keyframes fadeInToNone {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

@keyframes fadeInToNone {
  0% {
    display: block;
    opacity: 1;
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: none;
    opacity: 0;
  }
}

.cuB-menu-action .search-form {
  position: relative;
}

.cuB-menu-action .search-form button[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  font-size: 1.2rem;
  padding: 0 17px;
  -webkit-box-shadow: none;
          box-shadow: none;
  min-height: auto;
}

.cuB-menu-action .search-form input[type=text] {
  width: 250px;
  position: relative;
  font-size: 1.2rem;
  -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  border: none;
}

.cuB-header li .sub-menu.cuB-rev {
  left: auto !important;
  right: 0;
}

.cuB-header li .sub-menu .sub-menu.cuB-rev {
  left: auto !important;
  right: 100%;
}

.cuB-hamburger-hidden .cuB-hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.cuB-menu-mobile nav + ul,
.cuB-menu-mobile ul + ul,
.cuB-menu-mobile ul + nav,
.cuB-menu-mobile nav + nav {
  margin-top: 12px;
}

.cuB-menu-mobile .cuB-menu-social li {
  margin-bottom: 0;
}

.cuB-menu-mobile li.header-el-label {
  margin: 0 10px 0 0;
  color: inherit;
}

.cuB-menu-mobile .cuB-menu li a {
  display: block; text-decoration:none;color:#fff;
}

/*--------------------------------------------------------------
   Mega Menu
--------------------------------------------------------------*/

.cuB-mega-menu {
  overflow: hidden;
}

.cuB-header ul.cuB-menu .cuB-mega-menu > .sub-menu {
  width: 100%;
  max-width: 1130px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 30px;
  left: 30px;
  margin-top: 0;
}

.cuB-header ul.cuB-menu .cuB-mega-menu > .sub-menu .sub-menu {
  border-left: none;
}

.cuB-header ul.cuB-menu .cuB-mega-menu:hover > .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cuB-header ul.cuB-menu li.cuB-mega-menu > .sub-menu > li > a {
  padding-bottom: 10px;
  margin-bottom: 15px;
  position: relative;
  font-weight: 900;
  font-size: 1.8rem;
}

.cuB-header ul.cuB-menu .cuB-mega-menu .sub-menu > li a {
  padding-left: 0;
  line-height: 1.4;
}

.cuB-header ul.cuB-menu .cuB-mega-menu .sub-menu .sub-menu > li {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100%;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.cuB-header ul.cuB-menu .cuB-mega-menu .sub-menu .sub-menu > li a {
  padding-left: 0;
  line-height: 1.4;
}

.cuB-header ul.cuB-menu .cuB-mega-menu > .sub-menu > li {
  padding-right: 24px;
  min-width: 200px;
}

.cuB-header ul.cuB-menu .cuB-mega-menu > .sub-menu > li:last-child {
  padding-right: 0;
}

.cuB-header ul.cuB-menu .cuB-mega-menu .sub-menu > li:hover .sub-menu,
.cuB-header ul.cuB-menu .cuB-mega-menu .sub-menu .sub-menu {
  display: block;
  opacity: 1;
  position: relative;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  width: 100%;
  left: 0;
  right: auto;
  top: 0;
  -webkit-animation: none;
          animation: none;
  padding: 0;
}

.cuB-header .cuB-mega-menu .sub-menu .menu-item-has-children > a:after {
  display: none;
}

.cuB-header .cuB-menu li.cuB-mega-menu {
  position: static;
}

.cuB-header .container {
  position: relative;
}

.header-sticky li.cuB-mega-menu > .sub-menu,
.cuB-header-main li.cuB-mega-menu > .sub-menu {
  display: inline;
  height: 0;
  pointer-events: none;
  overflow: hidden;
}

.cuB-header-sticky-active .header-sticky li.cuB-mega-menu:hover > .sub-menu,
.cuB-header-main li.cuB-mega-menu:hover > .sub-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  pointer-events: auto;
}

.cuB-header ul.cuB-menu .cuB-mega-menu > .sub-menu.cuB-menu-posts {
  padding-bottom: 12px;
}

.cuB-mega-menu .has-arrows .owl-nav {
  margin-top: 20px;
}

.cuB-header .cuB-mega-menu .cuB-menu-posts li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.cuB-header .cuB-mega-menu .cuB-menu-posts .entry-media,
.cuB-header .cuB-mega-menu .cuB-menu-posts .entry-media a {
  margin-bottom: 12px;
  padding-bottom: 0;
}

.cuB-header .cuB-menu .cuB-mega-menu .cuB-menu-posts li {
  line-height: 1.4;
}

.cuB-header .cuB-menu .cuB-mega-menu .cuB-menu-posts li a {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.2;
}

.cuB-header .cuB-menu-posts,
.cuB-header .cuB-menu-posts li,
.cuB-header .cuB-menu-posts li a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

body .cuB-header .cuB-mega-menu .cuB-menu-posts .entry-media a {
  display: block;
}

.cuB-sidebar .widget .cuB-menu-posts {
  margin: 20px 0 0;
}

.cuB-header ul.cuB-menu .cuB-mega-menu img {
  height: auto;
  max-width: 100%;
}

.cuB-header ul.cuB-menu .cuB-mega-menu .cuB-menu-posts > li a {
  padding: 0;
}

.cuB-mega-menu .has-arrows .owl-stage-outer:after {
  display: none;
}

.cuB-mega-menu .has-arrows .owl-nav {
  background: none;
}

.cuB-mega-menu .has-arrows .owl-nav > div {
  height: 60px;
}

.cuB-mega-menu .owl-carousel.owl-hidden {
  opacity: initial;
}

.cuB-sidebar .widget_nav_menu .cuB-slider .entry-media {
  margin-bottom: 12px;
}

.cuB-sidebar .widget_nav_menu .cuB-slider .entry-header a {
  font-size: 1.8rem;
}

.cuB-sidebar .widget_nav_menu .cuB-slider article {
  margin-bottom: 24px;
}