/*-----------------------------------------------------------------------------------

    Theme Name: BuddyApp
    Theme URI: http://themeforest.net/user/SeventhQueen
    Description: First Mobile Private Community Premium WordPress theme
    Author: SeventhQueen
    Author URI: http://themeforest.net/user/SeventhQueen
    Stylesheet v1.0.0
    LESS Compiler v2.5.1

-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Typography
  1.1 Small resets
  1.2 General Typography
  1.3 Basic Layout Styles
2. Helpers
3. Layouts
  3.1 Content
  3.2 Template Page
  3.3 Sections
  3.4 Aspect Ratio
  3.5 Responsive Grid Items
  3.6 Items Border
  3.7 Dashboard
  3.8 HTML ELEMENTS styling
  3.9 Search Form
  3.10 Page 404
4. Header
5. Page Title
6. Blog
  6.1 Blog General
  6.2 Quotes & Blockquotes
  6.3 Small Thumbs
  6.4 Blog - Author
  6.5 Comments List
  6.6 Comment Form
  6.7 Post Elements
  6.8 Pagination
  6.9 Search no result
7. Widgets
  7.1 Widgets general
  7.2 Tag Cloud
  7.3 Archives List
  7.4 Calendar
  7.5 Widget Pages
  7.6 Recent Comments
  7.7 RSS
  7.8 Widget Text
  7.9 Nav Menu
  7.10 Widget in SIDEMENU
  7.11 Polls
  7.12 Wise Chat
  7.13 Latest News
  7.14 Widgets in dashboard content
8. Extras
  8.1 Pagers & Pagination
  8.2 Bootstrap Specific
  8.3 Stretched Layout
  8.4 Page Transitions
  8.5 Login Page
  8.6 Flex Slider
9. 3rd Party plugins
  9.1 Buddypress Profile Cover
  9.2 rtMedia
  9.3 bpLike
  9.4 Cleverness To Do List
  9.5 Events Manager
  9.6 Contact Form 7
  9.7 Editor
10. Media responsive

-------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------------

   1. Typography

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
    1.1 Small resets
-----------------------------------------------------------------*/
* {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
  display: block;
  font-size: 0px;
  height: 0px;
  line-height: 0;
  width: 100%;
  overflow: hidden;
}
::selection {
  color: #fff;
  text-shadow: none;
}
::-moz-selection {
  color: #fff;
  text-shadow: none;
}
::-webkit-selection {
  color: #fff;
  text-shadow: none;
}
:active,
:focus {
  outline: none !important;
}
/* ----------------------------------------------------------------
    1.2 General Typography
-----------------------------------------------------------------*/
body {
  line-height: 1.5;
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*-webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;*/
}
a {
  text-decoration: none !important;
  -webkit-transition: color 0.4s ease;
  -moz-transition: color 0.4s ease;
  -o-transition: color 0.4s ease;
  -ms-transition: color 0.4s ease;
  transition: color 0.4s ease;
}
a img {
  border: none;
}
img {
  max-width: 100%;
}
iframe {
  border: none !important;
}
/* ----------------------------------------------------------------
    1.3 Basic Layout Styles
-----------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
  margin: 0 0 30px 0;
  letter-spacing: 0.04em;
}
h5,
h6 {
  margin-bottom: 20px;
}
h1 {
  font-size: 1.875em;
  font-weight: 700;
  letter-spacing: 0.06em;
}
h2 {
  font-size: 1.5em;
}
h3 {
  font-size: 1.125em;
}
h4 {
  font-size: 1.125em;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 0.875em;
}
h5:empty {
  display: none;
}
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form {
  margin-bottom: 30px;
}
small {
  font-size: 0.75em;
}
.large {
  font-size: 1.25em;
}
strong {
  font-weight: 600;
}
blockquote {
  font-size: 1.1rem;
  margin: 20px 0;
  padding: 20px 20px 20px 30px;
}
blockquote blockquote {
  margin: 0;
  padding: 0;
  border: none;
}
blockquote p {
  margin-bottom: 15px;
  font-style: italic;
  font-size: 1.1rem !important;
}
blockquote cite {
  font-size: 13px;
}
blockquote.pull-left {
  max-width: 300px;
  margin: 5px 20px 10px 0;
  padding-right: 0;
}
blockquote.pull-right {
  max-width: 300px;
  margin: 5px 0 10px 20px;
  padding-left: 0;
}
pre {
  font-size: 13px;
}
q {
  letter-spacing: 0.03em;
  font-weight: 600;
  display: block;
}
/*-----------------------------------------------------------------------------------

    2. Helpers

-----------------------------------------------------------------------------------*/
.dark-on-light {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.light-on-dark {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.uppercase {
  text-transform: uppercase !important;
}
.light {
  font-weight: 300;
}
.thin {
  font-weight: 200;
}
.tright {
  text-align: right !important;
}
.tleft {
  text-align: left !important;
}
.fright {
  float: right !important;
}
.fleft {
  float: left !important;
}
.fnone {
  float: none !important;
}
.ohidden {
  position: relative;
  overflow: hidden !important;
}
.line,
.double-line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 10px 0;
  border-top: 1px solid #eee;
}
.line.line-sm,
.double-line.line-sm {
  margin: 30px 0;
}
span.middot {
  display: inline-block;
  margin: 0 5px;
}
.double-line {
  border-top: 3px double #e5e5e5;
}
.emptydiv {
  display: block !important;
  position: relative !important;
}
.allmargin {
  margin: 0 !important;
}
.leftmargin {
  margin-left: 0 !important;
}
.rightmargin {
  margin-right: 0 !important;
}
.topmargin {
  margin-top: 0 !important;
}
.bottommargin {
  margin-bottom: 0 !important;
}
.clear-bottommargin {
  margin-bottom: 0 !important;
}
.allmargin-sm {
  margin: 30px !important;
}
.leftmargin-sm {
  margin-left: 30px !important;
}
.rightmargin-sm {
  margin-right: 30px !important;
}
.topmargin-sm {
  margin-top: 30px !important;
}
.bottommargin-sm {
  margin-bottom: 30px !important;
}
.clear-bottommargin-sm {
  margin-bottom: -30px !important;
}
.allmargin-lg {
  margin: 60px !important;
}
.leftmargin-lg {
  margin-left: 60px !important;
}
.rightmargin-lg {
  margin-right: 60px !important;
}
.topmargin-lg {
  margin-top: 60px !important;
}
.bottommargin-lg {
  margin-bottom: 60px !important;
}
.clear-bottommargin-lg {
  margin-bottom: -60px !important;
}
.nomargin {
  margin: 0 !important;
}
.noleftmargin {
  margin-left: 0 !important;
}
.norightmargin {
  margin-right: 0 !important;
}
.notopmargin {
  margin-top: 0 !important;
}
.nobottommargin {
  margin-bottom: 0 !important;
}
.header-stick {
  margin-top: 0 !important;
}
.content-wrap .header-stick {
  margin-top: -60px !important;
}
.footer-stick {
  margin-bottom: 0 !important;
}
.content-wrap .footer-stick {
  margin-bottom: -60px !important;
}
.noborder {
  border: none !important;
}
.noleftborder {
  border-left: none !important;
}
.norightborder {
  border-right: none !important;
}
.notopborder {
  border-top: none !important;
}
.nobottomborder {
  border-bottom: none !important;
}
.noradius {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}
.col-padding {
  padding: 60px;
}
.nopadding {
  padding: 0 !important;
}
.noleftpadding {
  padding-left: 0 !important;
}
.norightpadding {
  padding-right: 0 !important;
}
.notoppadding {
  padding-top: 0 !important;
}
.nobottompadding {
  padding-bottom: 0 !important;
}
.noabsolute {
  position: relative !important;
}
.noshadow {
  box-shadow: none !important;
}
.hidden {
  display: none !important;
}
.nothidden {
  display: block !important;
}
.inline-block {
  float: none !important;
  display: inline-block !important;
}
.center {
  text-align: center !important;
}
.divcenter {
  position: relative !important;
  float: none !important;
  margin-left: auto !important;
  margin-right: auto !important;
}
.nobg {
  background: none !important;
}
.nobgcolor {
  background-color: transparent !important;
}
.bgicon {
  display: block;
  position: absolute;
  bottom: -60px;
  right: -50px;
  font-size: 210px;
  color: rgba(0, 0, 0, 0.1);
}
.input-block-level {
  display: block;
  width: 100% !important;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.vertical-middle {
  height: auto !important;
  left: 0;
}
.magnific-max-width .mfp-content {
  max-width: 800px;
}
.sq-to-right {
  float: right;
}
/*-----------------------------------------------------------------------------------

    3. Layouts

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
    3.1 Content
-----------------------------------------------------------------*/
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
#content {
  position: relative;
}
#content p {
  line-height: 1.72222;
  font-size: 1em;
}
#content .content-wrap {
  position: relative;
}
#content.tpl-full-width .container-full-width .content-wrap {
  padding: 0;
}
#content .container {
  position: relative;
}
/*#main-container {
    @media @desktop {
        display: flex;
    }
}*/
.container-fluid {
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 768px), only screen and (min-width: 992px) {
  .container-fluid {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.vc_row.no-horizontal-padding {
  margin-left: -40px;
  margin-right: -40px;
}
#page-wrapper {
  /*
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  -webkit-box-shadow: 0 0 10px rgba(0,0,0,0.1);
  */
}
.page-template-blank #page-wrapper,
.buddypress.register #page-wrapper,
.buddypress.activate #page-wrapper {
  padding: 0 !important;
}
.container-full-width {
  margin-left: auto;
  margin-right: auto;
}
.no-sidemenu #header {
  padding-left: 0;
}
.no-sidemenu #page-wrapper {
  padding-left: 0 !important;
}
/* -----------------------------------------
 3.2 Template Page
----------------------------------------- */
.tpl-right-sidebar .main {
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .tpl-right-sidebar .main {
    float: left;
    width: calc(100% - 250px);
  }
  .tpl-right-sidebar .sidebar {
    float: left;
    width: 250px;
    padding: 40px 0;
  }
}
@media only screen and (min-width: 992px) {
  .tpl-left-sidebar .main {
    float: right;
    width: calc(100% - 250px);
  }
  .tpl-left-sidebar .sidebar {
    float: left;
    width: 250px;
    padding: 40px 0;
  }
}
.tpl-full-width .main {
  width: 100%;
}
.main-content {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .main-content {
    /*padding: @content-wrap 0;*/
  }
}
/* ----------------------------------------------------------------
    3.3 Sections
-----------------------------------------------------------------*/
.section {
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section:before,
.section:after {
  content: "";
  display: table;
}
.section:after {
  clear: both;
}
.section.alternate-bg {
  background-color: #F9F9F9;
}
.section .container {
  z-index: 2;
}
.section .container + .video-wrap {
  z-index: 1;
}
.parallax {
  background-color: transparent;
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  overflow: hidden;
}
.mobile-parallax,
.video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center;
}
.revealer-image {
  position: relative;
  bottom: -120px;
  -webkit-transition: bottom 0.3s ease-in-out;
  -moz-transition: bottom 0.3s ease-in-out;
  -o-transition: bottom 0.3s ease-in-out;
  -ms-transition: bottom 0.3s ease-in-out;
  transition: bottom 0.3s ease-in-out;
}
.section:hover .revealer-image {
  bottom: -60px;
}
/* -----------------------------------------
 3.4 Aspect Ratio
----------------------------------------- */
.keep-ratio {
  display: inline-block;
  position: relative;
  float: left;
  width: 100%;
  z-index: 1;
}
.keep-ratio:before {
  content: "";
  display: block;
}
.keep-ratio:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
.keep-ratio.aspect-ratio-1-2:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 200%;
}
.keep-ratio.aspect-ratio-2-1:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 50%;
}
.keep-ratio.aspect-ratio-4-3:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%;
}
.keep-ratio.aspect-ratio-16-9:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
.flex-ratio .slide {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 1;
}
.flex-ratio .slide:before {
  content: "";
  display: block;
}
.flex-ratio .slide:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 100%;
}
.flex-ratio.aspect-ratio-1-2 .slide:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 200%;
}
.flex-ratio.aspect-ratio-2-1 .slide:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 50%;
}
.flex-ratio.aspect-ratio-4-3 .slide:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 75%;
}
.flex-ratio.aspect-ratio-16-9 .slide:before {
  display: block;
  content: " ";
  width: 100%;
  padding-top: 56.25%;
}
/* TODO - Test alignments */
.keep-ratio .overlay-subtitle {
  position: absolute;
  z-index: 20;
  padding: 1.875em;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.keep-ratio .overlay-subtitle.text-on-tleft {
  left: 0;
  top: 0;
}
.keep-ratio .overlay-subtitle.text-on-bleft {
  left: 0;
  bottom: 0;
}
.keep-ratio .overlay-subtitle.text-on-tright {
  right: 0;
  top: 0;
}
.keep-ratio .overlay-subtitle.text-on-bright {
  right: 0;
  bottom: 0;
}
.keep-ratio .overlay-subtitle.text-on-vcenter {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}
.content-to-fill {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  height: 100%;
}
.content-to-fill:hover img {
  transform: translate3d(-50%, -50%, 0) scale(1.1);
}
.content-to-fill a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.content-to-fill img,
.content-to-fill .fluid-width-video-wrapper {
  position: relative;
  top: 50%;
  left: 50%;
  width: 100%;
  float: left;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  -ms-transition: all 1s linear;
  transition: all 1s linear;
}
.content-to-fill .fluid-width-video-wrapper,
.content-to-fill iframe {
  height: 100%;
}
.aspect-ratio-1-2 .content-to-fill img {
  width: 200% !important;
  max-width: none;
}
/* -----------------------------------------
 3.5 Responsive Grid Items
----------------------------------------- */
.responsive-items {
  list-style: none;
  padding: 0;
  margin-left: -20px;
  margin-right: -20px;
}
.responsive-items:before,
.responsive-items:after {
  content: "";
  display: table;
}
.responsive-items:after {
  clear: both;
}
.responsive-items:before,
.responsive-items:after {
  content: "";
  display: table;
}
.responsive-items:after {
  clear: both;
}
.responsive-items .item-col {
  float: left;
  position: relative;
  min-height: 1px;
  padding: 20px;
  width: 100%;
}
.responsive-items.mixed-items .item-col {
  clear: none !important;
}
.responsive-items.no-item-padding {
  margin-left: 0;
  margin-right: 0;
}
.responsive-items.no-item-padding .item-col {
  padding: 20px 0 0 !important;
}
.responsive-items.no-item-padding .portfolio-item.item-col {
  padding: 0 !important;
}
.responsive-items.sm-item-padding {
  margin: -5px;
}
.responsive-items.sm-item-padding .item-col {
  padding: 5px !important;
}
.responsive-items.md-item-padding {
  margin: -15px;
}
.responsive-items.md-item-padding .item-col {
  padding: 15px !important;
}
.responsive-items.lg-item-padding {
  margin: -30px;
}
.responsive-items.lg-item-padding .item-col {
  padding: 30px !important;
}
.responsive-items.xlg-item-padding {
  margin: -50px;
}
.responsive-items.xlg-item-padding .item-col {
  padding: 50px !important;
}
.responsive-items.per-row-1 > .item-col {
  width: 100%;
}
.responsive-items.per-row-2 > .item-col {
  width: 50%;
}
.responsive-items.per-row-2 > .item-col.wide-col {
  width: 100%;
}
.responsive-items.per-row-3 > .item-col {
  width: 33.333%;
}
.responsive-items.per-row-3 > .item-col.wide-col {
  width: 66.66%;
}
.responsive-items.per-row-4 > .item-col {
  width: 25%;
}
.responsive-items.per-row-4 > .item-col.wide-col {
  width: 50%;
}
.responsive-items.per-row-5 > .item-col {
  width: 20%;
}
.responsive-items.per-row-5 > .item-col.wide-col {
  width: 40%;
}
.responsive-items.per-row-6 > .item-col {
  width: 16.66666667%;
}
.responsive-items.per-row-6 > .item-col.wide-col {
  width: 33.333%;
}
.responsive-items.per-row-7 > .item-col {
  width: 14.28571429%;
}
.responsive-items.per-row-8 > .item-col {
  width: 12.5%;
}
.responsive-items > .item-col:nth-of-type(n) {
  clear: none;
}
.responsive-items.per-row-2 > .item-col:nth-of-type(2n+1),
.responsive-items.per-row-3 > .item-col:nth-of-type(3n+1),
.responsive-items.per-row-4 > .item-col:nth-of-type(4n+1),
.responsive-items.per-row-5 > .item-col:nth-of-type(5n+1),
.responsive-items.per-row-6 > .item-col:nth-of-type(6n+1),
.responsive-items.per-row-7 > .item-col:nth-of-type(7n+1),
.responsive-items.per-row-8 > .item-col:nth-of-type(8n+1) {
  clear: both;
}
.responsive-items.feature-box-items {
  margin: 0;
}
.responsive-items.feature-box-items .item-col {
  margin-bottom: -1000px;
  padding-bottom: 1000px;
}
.tpl-border .responsive-items.no-item-padding .item-col {
  padding: 0 !important;
}
div#content:not(.tpl-full-width).tpl-border .responsive-items {
  margin-top: -10px;
  margin-left: -10px;
  margin-right: -10px;
}
div#content:not(.tpl-full-width).tpl-border .responsive-items > .item-col {
  padding: 10px;
}
div#content:not(.tpl-full-width).tpl-border .responsive-items.no-item-padding {
  margin: 0 0 auto;
}
div#content:not(.tpl-full-width).tpl-border .responsive-items.sm-item-padding {
  margin: -5px -5px auto;
}
div#content:not(.tpl-full-width).tpl-border .responsive-items.md-item-padding {
  margin: -15px -15px auto;
}
div#content:not(.tpl-full-width).tpl-border .responsive-items.lg-item-padding {
  margin: -30px -30px auto;
}
div#content:not(.tpl-full-width).tpl-border .responsive-items.xlg-item-padding {
  margin: -50px -50px auto;
}
/* -----------------------------------------
 3.6 Items Border
----------------------------------------- */
.grid-border {
  overflow: hidden;
}
.grid-border .item-col:before,
.grid-border .item-col:after {
  content: '';
  position: absolute;
}
.grid-border .item-col:before {
  height: 100%;
  top: 0;
  left: -1px;
}
.grid-border .item-col:after {
  width: 100%;
  height: 0;
  left: 0;
  top: -1px;
}
.dark .grid-border .item-col:before,
.dark .grid-border .item-col:after {
  border-color: rgba(255, 255, 255, 0.05);
}
/* TODO Maintain relative ratio at different resolution
   (ex: 4 items per row at 800px can be 6 items per row at 1200px)
-----------------------------------------------------------------*/
.row [class*="col-"] {
  margin-bottom: 0;
}
@media only screen and (min-width: 480px) and (orientation: portrait) {
  .responsive-items > .item-col {
    width: 100% !important;
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .responsive-items.maintain-relative-ratio.per-row-4 > .item-col,
  .responsive-items.maintain-relative-ratio.per-row-5 > .item-col,
  .responsive-items.maintain-relative-ratio.per-row-6 > .item-col,
  .responsive-items.maintain-relative-ratio.per-row-7 > .item-col,
  .responsive-items.maintain-relative-ratio.per-row-8 > .item-col {
    width: 50% !important;
  }
  .responsive-items.maintain-relative-ratio.per-row-4 > .item-col:nth-of-type(2n+1),
  .responsive-items.maintain-relative-ratio.per-row-5 > .item-col:nth-of-type(2n+1),
  .responsive-items.maintain-relative-ratio.per-row-6 > .item-col:nth-of-type(2n+1),
  .responsive-items.maintain-relative-ratio.per-row-7 > .item-col:nth-of-type(2n+1),
  .responsive-items.maintain-relative-ratio.per-row-8 > .item-col:nth-of-type(2n+1) {
    clear: both;
  }
  .responsive-items.maintain-relative-ratio.per-row-5 > .item-col:nth-of-type(5n+1),
  .responsive-items.maintain-relative-ratio.per-row-6 > .item-col:nth-of-type(5n+1),
  .responsive-items.maintain-relative-ratio.per-row-7 > .item-col:nth-of-type(6n+1),
  .responsive-items.maintain-relative-ratio.per-row-8 > .item-col:nth-of-type(7n+1) {
    clear: none;
  }
}
@media only screen and (min-width: 992px) {
  .responsive-items.maintain-relative-ratio.per-row-4 > .item-col {
    width: 33.33333333% !important;
  }
  .responsive-items.maintain-relative-ratio.per-row-4 > .item-col:nth-of-type(3n+1),
  .responsive-items.maintain-relative-ratio.per-row-5 > .item-col:nth-of-type(3n+1),
  .responsive-items.maintain-relative-ratio.per-row-6 > .item-col:nth-of-type(3n+1),
  .responsive-items.maintain-relative-ratio.per-row-7 > .item-col:nth-of-type(3n+1),
  .responsive-items.maintain-relative-ratio.per-row-8 > .item-col:nth-of-type(3n+1) {
    clear: both;
  }
  .responsive-items.maintain-relative-ratio.per-row-4 > .item-col:nth-of-type(4n+1),
  .responsive-items.maintain-relative-ratio.per-row-5 > .item-col:nth-of-type(5n+1),
  .responsive-items.maintain-relative-ratio.per-row-6 > .item-col:nth-of-type(6n+1),
  .responsive-items.maintain-relative-ratio.per-row-7 > .item-col:nth-of-type(7n+1),
  .responsive-items.maintain-relative-ratio.per-row-8 > .item-col:nth-of-type(8n+1) {
    clear: none;
  }
}
/* -----------------------------------------
 3.7 Dashboard
----------------------------------------- */
.icon-custom-dashboard {
  width: 20px;
  padding: 2px 0;
  display: inline-block;
  text-align: center;
}
.icon-custom-dashboard span {
  width: 3px;
  height: 3px;
  margin: 0 auto 3px auto;
  display: block;
  -webkit-transition: background-color 0.3s ease-out;
  -moz-transition: background-color 0.3s ease-out;
  -o-transition: background-color 0.3s ease-out;
  -ms-transition: background-color 0.3s ease-out;
  transition: background-color 0.3s ease-out;
}
.icon-custom-dashboard span:last-child {
  margin-bottom: 0;
}
.dashboard-container {
  margin-bottom: 30px;
}
.dashboard-container .dashboard-title {
  font-size: 14px;
  font-weight: bold;
  padding: 30px 25px;
  position: relative;
  text-transform: uppercase;
}
.dashboard-container .dashboard-title .has-options {
  padding: 30px 40px 30px 25px;
}
.dashboard-container .dashboard-title h3 {
  font-size: 1em;
  font-weight: 400;
  margin: 0;
}
.dashboard-container .dashboard-title .dashboard-options {
  position: absolute;
  display: block;
  top: 30px;
  right: 20px;
}
.dashboard-container .dashboard-content {
  padding: 30px 25px;
}
.dashboard-container p {
  font-size: 0.875em !important;
}
.wpb_column > .wpb_wrapper > .dashboard-container:last-child {
  margin-bottom: 30px;
}
.dashboard-content .wpb_content_element {
  margin-bottom: 0;
}
.bapp-dashboard {
  background: #e5e5e5;
}
/* -----------------------------------------
 3.8 HTML ELEMENTS styling
----------------------------------------- */
/*.main {*/
ul,
menu,
dir {
  margin: 0px;
  padding: 0;
}
ul li,
menu li,
dir li {
  position: relative;
  /*&:before {
       content: '';
       width: 6px;
       height: 6px;
       border-radius: 50%;
       display: block;
       position: absolute;
       top: 8px;
       left: 0;
     }*/
}
ol {
  padding: 0 0 0 30px;
  margin-left: 10px;
}
dl dd {
  font-style: italic;
}
dl p {
  margin-bottom: 0;
}
/* FORM ELEMENTS */
form {
  font-size: 16px;
  font-size: 1rem;
}
a.button,
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
  border: none;
  min-height: 30px;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 0.750rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer !important;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
input[type="reset"] {
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
label {
  position: relative;
  display: inline-block;
  font-weight: 600;
  font-size: 12px;
  font-size: 0.750rem;
  margin: 0;
}
input[type="tel"],
input[type="number"],
input[type="date"],
input[type="url"],
input[type="text"],
input[type="email"],
input[type="password"] {
  height: 40px;
  line-height: normal;
  padding: 0 15px 0 0;
  font-weight: 400;
  font-size: 0.813rem;
  border: none;
  display: block;
  margin-bottom: 20px;
  background-color: transparent;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="date"]:focus,
input[type="url"]:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus {
  border-color: transparent;
}
input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: 2px;
  margin-right: 15px;
}
input[required] {
  box-shadow: none;
}
select {
  padding: 3px 40px 3px 0px;
  height: 40px;
  line-height: normal;
  box-shadow: none;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  margin-bottom: 30px;
  font-size: 0.813rem;
  font-weight: 400;
  border: none;
  border-radius: 0;
  padding-left: 0;
  -webkit-transition: border .3s ease-out, padding .4s ease-out;
  -moz-transition: border .3s ease-out, padding .4s ease-out;
  -o-transition: border .3s ease-out, padding .4s ease-out;
  -ms-transition: border .3s ease-out, padding .4s ease-out;
  transition: border .3s ease-out, padding .4s ease-out;
}
select:focus,
select:active {
  border-color: transparent;
}
select:not([multiple]) {
  background-color: transparent;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABcAAAAoCAYAAAAVBmHYAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDY3IDc5LjE1Nzc0NywgMjAxNS8wMy8zMC0yMzo0MDo0MiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTUgKFdpbmRvd3MpIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjg2NTFFNjIxNTYwQjExRTU5QzJDRDY4QTkwOTFFNjg4IiB4bXBNTTpEb2N1bWVudElEPSJ4bXAuZGlkOjg2NTFFNjIyNTYwQjExRTU5QzJDRDY4QTkwOTFFNjg4Ij4gPHhtcE1NOkRlcml2ZWRGcm9tIHN0UmVmOmluc3RhbmNlSUQ9InhtcC5paWQ6ODY1MUU2MUY1NjBCMTFFNTlDMkNENjhBOTA5MUU2ODgiIHN0UmVmOmRvY3VtZW50SUQ9InhtcC5kaWQ6ODY1MUU2MjA1NjBCMTFFNTlDMkNENjhBOTA5MUU2ODgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz5aRzKvAAAAeklEQVR42mL8//8/A60AEwMNwajho4aPGj5q+Kjhw8NwxkDzgEdAuhKIlyKJRwNx+7oT6+UoMZwFiHOAeDUQCwLxFCi/F4hDKXU5yPBNUIPWALEPEDsBcQhUnCphvglqoBm1DAaH+WjtP2r4qOGjho8aPmr4gBoOEGAA1cYU3Dv/MDAAAAAASUVORK5CYII=') no-repeat scroll 100% 50%;
}
select[size]:not([size="1"]) {
  background: none;
}
textarea {
  background: transparent;
  border: none;
  padding: 8px 15px 8px 0;
  font-size: 13px;
  font-size: 0.813rem;
  overflow-y: hidden;
  min-height: 40px;
  line-height: 26px;
  height: auto;
  resize: vertical;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
textarea:focus {
  border-color: transparent;
  background-color: transparent;
}
fieldset {
  padding: 20px;
}
fieldset legend {
  padding: 0 10px;
  font-weight: 700;
  margin-left: -10px;
}
fieldset label {
  font-weight: 400;
}
.fancy-checkbox input {
  position: absolute;
}
/* TABLE elements */
table:not(#wp-calendar) {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  line-height: 1.72222;
  margin-bottom: 40px;
  font-size: 1rem;
  /*tfoot tr th{
    }*/
}
table:not(#wp-calendar) caption {
  padding: 10px;
  border: none;
  font-weight: 600;
}
table:not(#wp-calendar) tr td,
table:not(#wp-calendar) tr th {
  font-size: 0.813em;
  padding: 12px;
  text-align: left;
}
table:not(#wp-calendar) thead tr th,
table:not(#wp-calendar) tfoot tr th {
  text-align: left;
  padding: 10px;
  font-weight: 600;
  /*font-size: @font-size-small-medium;*/
}
/*} */
/* de la .main */
/* -----------------------------------------
 3.9 Search Form
----------------------------------------- */
.search-form {
  margin-bottom: 0;
  position: relative;
}
.search-form label {
  display: block;
}
.search-form input[type="search"] {
  height: 30px;
  border-radius: 30px;
  padding: 0 20px;
  box-sizing: border-box;
  width: 100%;
  line-height: normal;
  border: none;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 0.02em;
  -webkit-transition: font-size .3s ease-out, background-color .3s ease-out;
  -moz-transition: font-size .3s ease-out, background-color .3s ease-out;
  -o-transition: font-size .3s ease-out, background-color .3s ease-out;
  -ms-transition: font-size .3s ease-out, background-color .3s ease-out;
  transition: font-size .3s ease-out, background-color .3s ease-out;
}
.search-form input[type="search"]:focus {
  /*font-size: 1.077em;*/
}
.search-form button {
  height: 30px;
  line-height: 30px;
  min-height: inherit;
  border-radius: 30px;
  padding: 0 12px;
  border: none;
  background: transparent;
  overflow: hidden;
  position: absolute;
  font-size: 14px;
  top: 0;
  right: 0;
}
.search-form button:hover,
.search-form button:focus {
  background-color: transparent;
}
.screen-reader-text {
  display: none;
}
/* fancy checkbox */
.fancy-checkbox {
  position: relative;
}
.fancy-checkbox label {
  width: 12px;
  height: 12px;
  position: relative;
  display: inline-block;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border: none;
}
.fancy-checkbox label:after {
  content: '';
  position: absolute;
  z-index: 2;
  /*left: 7px;*/
  left: 0px;
  top: 0px;
  opacity: 1;
  width: 12px;
  height: 12px;
  -webkit-transition-delay: 0.2s, 0s, 0s, 0s;
  -webkit-transition: border-color 0.3s 0.2s, -webkit-transform 0.3s, opacity 0.3s, left 0.3s;
  transition: border-color 0.2s 0.2s, transform 0.3s, opacity 0.3s, left 0.3s;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.fancy-checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.fancy-checkbox input:hover + label:after {
  opacity: .5;
}
.fancy-checkbox input:checked + label:after {
  opacity: 1;
  width: 6px;
  left: 3px;
  border-top: none;
  border-left: none;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
/* -----------------------------------------
 3.10 Page 404
----------------------------------------- */
.page-404 h2 {
  letter-spacing: 0.02em;
}
/* FOOTER */
/*-----------------------------------------------------------------------------------

	4. Header

-----------------------------------------------------------------------------------*/
/* --------------------------------------------------------------------------------
	GENERAL
-----------------------------------------------------------------------------------*/
html,
body {
  overflow-x: hidden;
}
@media only screen and (min-width: 768px) {
  html,
  body {
    overflow-x: visible;
  }
}
.basic-menu i.icon--none- {
  display: none !important;
}
/* Overflow for the flex menu */
.hover-menu #header-wrap {
  overflow: visible;
}
@media only screen and (min-width: 768px) {
  .hover-menu #header-wrap {
    overflow: hidden;
  }
}
.hover-menu #header-wrap:hover {
  overflow: visible;
}
.header-submenu-open #header-wrap {
  overflow: visible;
}
/* MOBILE - Left Icon menu */
.sidemenu-icon-wrapper {
  display: block;
  padding: 0 20px;
  text-align: center;
  float: left;
}
.sidemenu-icon-wrapper > span {
  width: 16px;
  height: 12px;
  display: inline-block;
}
.sidemenu-icon-wrapper > span span {
  display: block;
  height: 2px;
  margin-bottom: 3px;
  clear: both;
}
.sidemenu-icon-wrapper > span span > i {
  display: block;
  width: 2px;
  height: 2px;
  float: left;
  margin-right: 2px;
}
.sidemenu-icon-wrapper > span span > b {
  display: block;
  height: 2px;
  width: 12px;
  float: left;
}
/* MOBILE - Right Icon menu ------------------------------------------------------- */
.second-menu-icon-wrapper {
  display: block;
  width: auto;
  padding: 0 20px;
  text-align: center;
  float: right;
}
.second-menu-icon-wrapper .second-menu-icon {
  display: inline-block;
  width: 16px;
  height: 6px;
}
.second-menu-icon-wrapper .second-menu-icon > span {
  width: 3px;
  height: 3px;
  float: left;
  margin-right: 3px;
}
.second-menu-icon-wrapper .second-menu-icon > span:last-child {
  margin-right: 0;
}
.second-menu-icon-wrapper i {
  font-size: 1.125em;
}
/* NOTIFICATION Bubble ------------------------------------------------------- */
.bubble {
  position: absolute;
  display: block;
  height: 15px;
  line-height: 15px;
  border-radius: 15px;
  min-width: 15px;
  width: auto;
  padding: 0 5px;
  background: #ff2a5b;
  color: white;
  font-weight: 400;
  font-size: 9px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-align: center;
}
.bubble.no-alert {
  display: none;
}
/* DROPDROWN MENU ------------------------------------------------------- */
.basic-menu {
  /* general style */
  list-style: none;
  margin: 0;
  padding: 0 10px;
  /* First level menu */
  /* more-wrapper first level */
}
@media only screen and (min-width: 768px) {
  .basic-menu {
    display: block;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
  }
}
.basic-menu > li {
  height: auto;
  min-height: 20px;
  padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > li {
    float: left;
    padding: 0 10px;
  }
}
.basic-menu > li > a {
  padding: 2px 0 2px 0px;
  font-size: 14px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .basic-menu > li > a {
    font-size: 13px;
    padding: 0;
  }
}
.basic-menu > li > a > i {
  /*display: block;
                position: absolute;
                width: 20px;
                height: 20px;
                line-height: 20px;
                top: -2px;
                left: 0;*/
  margin-right: 16px;
  font-size: 20px;
  vertical-align: sub;
}
@media only screen and (min-width: 768px) {
  .basic-menu > li > a > i {
    margin-right: 9px;
  }
}
.basic-menu > li > a .bubble {
  top: -10px;
  left: 10px;
}
.basic-menu > li.kleo-user_avatar-nav {
  /* my-profile width 250px */
}
@media only screen and (min-width: 768px) {
  .basic-menu > li.kleo-user_avatar-nav {
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  .basic-menu > li.kleo-user_avatar-nav {
    padding: 0 10px;
  }
}
.basic-menu > li.kleo-user_avatar-nav > a {
  padding: 2px 20px 2px 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > li.kleo-user_avatar-nav > a {
    padding-right: 0px;
  }
  .basic-menu > li.kleo-user_avatar-nav > a > span {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .basic-menu > li.kleo-user_avatar-nav > a {
    width: auto;
  }
  .basic-menu > li.kleo-user_avatar-nav > a > span {
    display: inline-block;
  }
}
.basic-menu > li.kleo-user_avatar-nav > a img {
  border-radius: 50%;
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 21px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > li.kleo-user_avatar-nav > a img {
    float: right;
    width: 40px;
    height: 40px;
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 992px) {
  .basic-menu > li.kleo-user_avatar-nav > a img {
    margin-left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .basic-menu > li.kleo-user_avatar-nav > .menu-arrow {
    display: none;
  }
}
.basic-menu > li.kleo-user_avatar-nav.my-profile-default > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .basic-menu > li.kleo-user_avatar-nav.my-profile-default > a {
    width: auto;
    text-align: right;
  }
}
@media only screen and (min-width: 992px) {
}
.basic-menu li a {
  display: block;
}
@media only screen and (min-width: 768px) {
  .basic-menu li a {
    display: inline;
  }
}
.basic-menu li a .count {
  float: right;
  font-size: 10px;
  font-weight: 700;
  padding: 0 6px;
  height: 15px;
  line-height: 15px;
  border-radius: 7px;
  letter-spacing: .04em;
  text-align: center;
  margin-top: 2px;
}
@media only screen and (min-width: 992px) {
  .basic-menu li a .count {
    float: none;
  }
}
.basic-menu li a .no-count {
  display: none;
}
.basic-menu li a[href$="media/"] span {
  float: right;
  font-size: 10px;
  font-weight: 700;
  padding: 0 6px;
  height: 15px;
  line-height: 15px;
  border-radius: 7px;
  letter-spacing: .04em;
  text-align: center;
  margin-top: 2px;
  margin-left: 4px;
}
@media only screen and (min-width: 992px) {
  .basic-menu li a[href$="media/"] span {
    float: none;
  }
}
.basic-menu .has-submenu .menu-arrow {
  cursor: pointer;
  display: block;
  position: absolute;
  z-index: 100;
  top: 0;
  right: 0;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-family: 'icomoon';
  font-style: normal;
  font-size: 1.250em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.basic-menu .has-submenu .menu-arrow:before {
  content: '\e602';
  opacity: .7;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.basic-menu .has-submenu .submenu {
  list-style: none;
  display: none;
  position: static;
  min-width: 100%;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu .submenu {
    position: absolute;
    left: initial;
    right: 0;
    padding: 0;
  }
}
.basic-menu .has-submenu .submenu li a {
  position: relative;
  font-size: 13px;
  min-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: background-color .3s ease-out, color .3s ease-out;
  -moz-transition: background-color .3s ease-out, color .3s ease-out;
  -o-transition: background-color .3s ease-out, color .3s ease-out;
  -ms-transition: background-color .3s ease-out, color .3s ease-out;
  transition: background-color .3s ease-out, color .3s ease-out;
}
.basic-menu .has-submenu .submenu li a .count {
  float: right;
}
.basic-menu .has-submenu .submenu li a[href$="media/"] span {
  float: right;
}
.basic-menu .has-submenu .submenu li.footer-item {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu .submenu li.footer-item {
    font-size: 0.813em;
    margin-bottom: 0;
  }
}
.basic-menu .has-submenu .submenu li.footer-item a {
  font-weight: 400;
  font-size: 11px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu .submenu li.footer-item a {
    padding-right: 20px;
  }
  .basic-menu .has-submenu .submenu li.footer-item a:hover,
  .basic-menu .has-submenu .submenu li.footer-item a:focus {
    background: transparent;
  }
}
.basic-menu .has-submenu .submenu li.footer-item a:before {
  content: "\e860";
  font-family: 'icomoon';
  display: block;
  padding: 0 1px;
  margin: 0 15px 0 0px;
  font-weight: 400;
  font-size: 15px;
}
.basic-menu .has-submenu .submenu > li > a,
.basic-menu .has-submenu .submenu > li > span {
  display: block;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu .submenu > li > a,
  .basic-menu .has-submenu .submenu > li > span {
    padding: 10px 20px;
    min-height: 20px;
    line-height: 20px;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    -ms-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
    font-size: 13px;
  }
}
.basic-menu .has-submenu .submenu > li > span {
  position: relative;
  font-size: 13px;
  min-height: 20px;
  font-weight: 400;
  letter-spacing: 0;
  -webkit-transition: background-color .3s ease-out, color .3s ease-out;
  -moz-transition: background-color .3s ease-out, color .3s ease-out;
  -o-transition: background-color .3s ease-out, color .3s ease-out;
  -ms-transition: background-color .3s ease-out, color .3s ease-out;
  transition: background-color .3s ease-out, color .3s ease-out;
}
.basic-menu .has-submenu .submenu > li.separator {
  height: 1px;
  display: block;
  width: 100%;
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item {
  padding: 0;
  line-height: 20px !important;
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item.unread {
  background-color: transparent;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item.unread {
    padding: 10px 15px;
  }
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-thumb {
  padding-right: 20px;
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-thumb {
    padding-right: 10px;
    padding-bottom: 0;
  }
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-thumb img {
  max-width: 20px;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-thumb img {
    max-width: 30px;
  }
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-from {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-from {
    margin-top: 0px;
  }
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-from a {
  font-size: 0.786em;
  line-height: 12px;
  letter-spacing: 0;
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-date {
  font-size: 9px;
  line-height: 12px;
  font-style: italic;
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-body {
  padding-left: 40px;
  padding-top: 10px;
}
.basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-body a {
  font-size: 12px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-body a {
    display: block;
    position: relative;
    padding-right: 20px;
  }
  .basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-body a:after {
    content: '\e860';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    font-family: 'icomoon';
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .basic-menu .has-submenu.kleo-messages-nav .submenu li.kleo-submenu-item .message-body a:hover:after {
    opacity: 1;
  }
}
.basic-menu .has-submenu.kleo-notifications-nav > .submenu.has-notif > li:last-child {
  border-bottom: none;
}
.basic-menu .has-submenu.kleo-notifications-nav > .submenu > li:nth-last-child(2) {
  border-bottom: none;
}
.basic-menu .has-submenu.kleo-notifications-nav .submenu .kleo-submenu-item > span {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 20px 2px 40px;
  opacity: 0.8;
  min-height: 20px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .basic-menu .has-submenu.kleo-notifications-nav .submenu .kleo-submenu-item > span {
    padding: 10px 20px;
    min-height: 20px;
    line-height: 20px;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    -ms-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
    font-size: 13px;
    opacity: 1;
  }
}
.basic-menu .has-submenu.open > .submenu {
  display: block;
  -webkit-animation: fadein .2s;
  /* Safari and Chrome */
  -moz-animation: fadein .2s;
  /* Firefox */
  -ms-animation: fadein .2s;
  /* Internet Explorer */
  -o-animation: fadein .2s;
  /* Opera */
  animation: fadein .2s;
}
.basic-menu > .has-submenu {
  position: relative;
  /* Second level menu*/
}
.basic-menu > .has-submenu:before,
.basic-menu > .has-submenu:after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu:before {
    content: '';
    position: absolute;
    display: none;
    bottom: -1px;
    left: 50%;
    margin-left: -6px;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    z-index: 99;
  }
  .basic-menu > .has-submenu:after {
    content: '';
    position: absolute;
    display: none;
    bottom: -1px;
    left: 50%;
    margin-left: -4px;
    width: 0;
    height: 0;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    z-index: 100;
  }
}
.basic-menu > .has-submenu > a {
  position: relative;
  padding-right: 20px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > a {
    padding: 0 30px 0 0;
  }
  .basic-menu > .has-submenu > a > .bubble {
    top: -10px;
    left: 5px;
  }
}
.basic-menu > .has-submenu > a .bubble {
  top: -6px;
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > a .bubble {
    top: -10px;
    left: 10px;
  }
}
.basic-menu > .has-submenu > a.more {
  padding: 0;
  font-family: 'icomoon';
  font-size: 18px;
}
.basic-menu > .has-submenu > .menu-arrow {
  top: 10px;
  right: 10px;
  /*&:hover {
                &:before {
                }
            }*/
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .menu-arrow {
    right: 10px;
  }
}
.basic-menu > .has-submenu > .menu-arrow:before {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.basic-menu > .has-submenu.kleo-messages-nav > .submenu > li:nth-last-child(2) {
  border-bottom: 0;
}
.basic-menu > .has-submenu.kleo-user_avatar-nav > .submenu > li > a i {
  display: block;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu.kleo-user_avatar-nav > .submenu > li > a i {
    display: block;
    position: static;
    top: inherit;
    left: inherit;
  }
}
.basic-menu > .has-submenu.kleo-user_avatar-nav > .submenu > li > a:before,
.basic-menu > .has-submenu.kleo-user_avatar-nav > .submenu > li > a:after {
  display: none;
}
.basic-menu > .has-submenu > .submenu {
  top: 100%;
  left: 0;
  right: inherit;
  margin: 5px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu {
    margin: 0;
    min-width: 250px;
    max-height: 400px;
    overflow: auto;
  }
}
.basic-menu > .has-submenu > .submenu li a {
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu li a {
    line-height: 20px;
  }
}
.basic-menu > .has-submenu > .submenu > li {
  min-height: 20px;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li {
    min-height: inherit;
    padding: 0;
  }
  .basic-menu > .has-submenu > .submenu > li:last-child {
    border: none;
  }
}
.basic-menu > .has-submenu > .submenu > li > a {
  padding: 2px 20px 2px 40px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li > a {
    padding: 10px 15px 10px 15px;
  }
}
.basic-menu > .has-submenu > .submenu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  opacity: .9;
  left: 8px;
  top: 10px;
}
.basic-menu > .has-submenu > .submenu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: .9;
  top: 8px;
  left: 6px;
}
.basic-menu > .has-submenu > .submenu > li > a i {
  display: none;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li > a i {
    display: block;
    position: static;
    float: left;
    margin-right: 14px;
    margin-top: 3px;
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li > a:before,
  .basic-menu > .has-submenu > .submenu > li > a:after {
    display: none;
  }
}
.basic-menu > .has-submenu > .submenu > li > span {
  padding: 2px 20px 2px 40px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li > span {
    padding: 10px 15px 10px 15px;
  }
}
.basic-menu > .has-submenu > .submenu > li a > .bubble {
  position: static;
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li a {
    margin-right: 0;
  }
}
.basic-menu > .has-submenu > .submenu > li.footer-item > a {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.footer-item > a {
    padding-left: 45px;
    margin-top: 0;
  }
}
.basic-menu > .has-submenu > .submenu > li.footer-item > a:before {
  border-radius: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  top: 0;
  left: 0;
  font-size: 13px;
  top: 2px;
  left: 3px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.footer-item > a:before {
    left: 15px;
    top: 10px;
    font-size: 15px;
  }
}
.basic-menu > .has-submenu > .submenu > li.footer-item > a:after {
  display: none;
}
.basic-menu > .has-submenu > .submenu > li ol.todolist {
  margin-left: 0;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li ol.todolist {
    margin-bottom: 0;
    line-height: normal;
    /*padding: 10px 15px 10px 15px;*/
  }
}
.basic-menu > .has-submenu > .submenu > li ol.todolist li {
  font-size: 13px;
  padding: 5px 15px 5px 40px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li ol.todolist li {
    padding: 10px 15px 10px 46px;
  }
}
.basic-menu > .has-submenu > .submenu > li ol.todolist li p {
  line-height: normal;
}
.basic-menu > .has-submenu > .submenu > li ol.todolist li:before {
  top: 6px;
  left: 2px;
  width: 17px;
  height: 17px;
  line-height: 15px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li ol.todolist li:before {
    top: 11px;
    left: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li > ol.todolist > li:first-child {
    padding-top: 15px;
  }
  .basic-menu > .has-submenu > .submenu > li > ol.todolist > li:first-child:before {
    top: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li > ol.todolist > li:last-child {
    padding-bottom: 15px;
  }
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.kleo-user_avatar-nav > a > img {
    position: static !important;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu {
  /* Third level menu */
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > a {
    padding: 10px 40px 10px 15px;
    -webkit-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -ms-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .menu-arrow {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  right: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  padding: 0;
  float: none;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .menu-arrow {
    top: 10px;
    right: 10px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .menu-arrow:before {
  content: '\e70d';
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .menu-arrow:hover:before {
  opacity: 1;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu {
  position: static;
  margin: 5px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu {
    margin: 0;
    padding: 10px 0;
    border: none;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li {
  min-height: 20px;
  padding: 3px 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li {
    min-height: inherit;
    padding: 0;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > a {
  min-height: inherit;
  padding: 2px 20px 2px 40px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > a {
    padding: 2px 40px 2px 45px;
    font-weight: 400;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > a i {
  display: none;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  opacity: .5;
  top: 10px;
  left: 8px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > a:before {
    opacity: .9;
    left: 23px;
    top: 10px;
  }
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > a:after {
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: .9;
    top: 8px;
    left: 21px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > span {
  min-height: inherit;
  padding: 2px 20px 2px 40px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li > span {
    padding: 2px 40px 2px 45px;
    font-weight: 400;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.footer-item > a {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.footer-item > a {
    margin-top: 0;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.footer-item > a:before {
  content: '\e860';
  border-radius: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  top: 2px;
  left: 0px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.footer-item > a:before {
    top: 10px;
    left: 15px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.footer-item > a:after {
  display: none;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu {
  /* Fourth level menu */
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  right: 0px;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow {
    top: 2px;
    right: 10px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow:before {
  content: '\e70d';
  border-radius: 50%;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow:hover:before {
  opacity: 1;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu {
  position: static;
  max-height: none;
  border: none;
  margin: 3px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu {
    margin: 0;
    padding: 10px 0;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li {
  min-height: 20px;
  padding: 3px 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li {
    min-height: inherit;
    padding: 0;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a {
  padding: 2px 0 2px 40px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a {
    font-weight: 400;
    padding: 2px 40px 2px 45px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 2px;
  height: 1px;
  top: 14px;
  left: 9px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a:before {
    width: 4px;
    height: 4px;
    border-radius: 4px;
    opacity: .9;
    left: 23px;
    top: 10px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a i {
  display: none;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu {
  /* Fifth level menu */
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow {
  top: 0;
  right: 0;
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 16px;
  text-align: center;
  padding: 0;
  margin: 0;
  float: none;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow {
    top: 2px;
    right: 10px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow:before {
  content: '\e70d';
  border-radius: 50%;
  text-align: center;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .menu-arrow:hover:before {
  opacity: 1;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu {
  position: static;
  max-height: none;
  border: none;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu {
    padding: 10px 0;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a {
  font-weight: 300;
  position: relative;
  padding-left: 45px;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a {
    padding: 2px 40px 2px 45px;
  }
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a:before {
  content: '';
  display: block;
  width: 2px;
  height: 1px;
  position: absolute;
  left: 24px;
  top: 12px;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu.open > .menu-arrow:before {
  content: '\e984';
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li:last-child.has-submenu > .submenu {
  padding-bottom: 0;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu.open > .menu-arrow:before {
  content: '\e984';
}
.basic-menu > .has-submenu > .submenu > li.has-submenu > .submenu > li:last-child.has-submenu > .submenu {
  padding-bottom: 0;
}
.basic-menu > .has-submenu > .submenu > li.has-submenu.open > .menu-arrow:before {
  content: '\e984';
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu .submenu li.kleo-user_avatar-nav > a {
    padding-left: 15px;
  }
}
.basic-menu > .has-submenu .submenu li.kleo-user_avatar-nav > a:before,
.basic-menu > .has-submenu .submenu li.kleo-user_avatar-nav > a:after {
  display: none !important;
}
.basic-menu > .has-submenu .submenu li.kleo-user_avatar-nav > a > img {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  margin-right: 21px;
  position: absolute;
  top: 2px;
  left: 0;
}
@media only screen and (min-width: 768px) {
  .basic-menu > .has-submenu .submenu li.kleo-user_avatar-nav > a > img {
    margin-right: 10px;
    left: 15px;
  }
}
.basic-menu > .has-submenu.open {
  padding-bottom: 0;
}
.basic-menu > .has-submenu.open:before,
.basic-menu > .has-submenu.open:after {
  display: block;
}
.basic-menu > .has-submenu.open .menu-arrow:before {
  content: '\e603';
}
.basic-menu .more-wrapper.has-submenu > .submenu {
  /* more-wrapper second level */
}
.basic-menu .more-wrapper.has-submenu > .submenu > .has-submenu > .menu-arrow:before {
  content: '\e602';
  font-size: 20px;
}
.basic-menu .more-wrapper.has-submenu > .submenu > .has-submenu.kleo-notifications-nav > .submenu.has-notif > li:nth-last-child(2) {
  border: none;
}
.basic-menu .more-wrapper.has-submenu > .submenu > .has-submenu.open > .menu-arrow:before {
  content: '\e603';
}
.basic-menu.header-menu li.has-submenu ul li a span {
  float: right;
  font-size: 10px;
  font-weight: 700;
  padding: 0 6px;
  height: 15px;
  line-height: 15px;
  border-radius: 7px;
  letter-spacing: .04em;
  text-align: center;
  margin-top: 2px;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Firefox */
@-moz-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Safari and Chrome */
@-webkit-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Internet Explorer */
@-ms-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Opera */
@-o-keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* HEADER ICONS MENU STYLE -------------------------------------------------- */
.header-icons {
  margin: 10px 0 0 0;
  padding: 0 10px;
  order: 2;
}
@media only screen and (min-width: 768px) {
  .header-icons {
    padding: 0 20px  0 10px;
    margin: 0;
    list-style: none;
    padding: 0;
    order: 1;
  }
}
.header-icons > li {
  display: block;
  min-height: 20px;
  /*padding: 0 0 0 @sidemenu-menu-item-padding;*/
  position: relative;
  margin-bottom: 0;
  padding: 8px 10px;
}
@media only screen and (min-width: 768px) {
  .header-icons > li {
    float: left;
    min-height: auto;
    overflow: visible;
    padding: 0 20px;
    -webkit-transition: background-color 0.4s ease-out;
    -moz-transition: background-color 0.4s ease-out;
    -o-transition: background-color 0.4s ease-out;
    -ms-transition: background-color 0.4s ease-out;
    transition: background-color 0.4s ease-out;
  }
}
.header-icons > li > a {
  display: block;
  position: relative;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 20px;
  padding: 2px 0 2px 40px;
}
@media only screen and (min-width: 768px) {
  .header-icons > li > a {
    position: static;
    display: block;
    font-size: 1rem;
    letter-spacing: 0;
    text-transform: none;
    line-height: 60px;
    text-align: center;
    padding: 0;
  }
  .header-icons > li > a:hover > i:before {
    opacity: .8;
  }
  .header-icons > li > a:hover span {
    opacity: 1;
  }
}
.header-icons > li > a span {
  opacity: 0.85;
  -webkit-transition: opacity 0.4s ease-out;
  -moz-transition: opacity 0.4s ease-out;
  -o-transition: opacity 0.4s ease-out;
  -ms-transition: opacity 0.4s ease-out;
  transition: opacity 0.4s ease-out;
}
@media only screen and (min-width: 768px) {
  .header-icons > li > a span {
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    bottom: 6px;
    font-size: 0.563em;
    font-style: italic;
    letter-spacing: 0.03em;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 0 7px;
    height: 10px;
    line-height: 10px;
    white-space: nowrap;
    opacity: 0;
    -webkit-transition: opacity 0.4s ease-out;
    -moz-transition: opacity 0.4s ease-out;
    -o-transition: opacity 0.4s ease-out;
    -ms-transition: opacity 0.4s ease-out;
    transition: opacity 0.4s ease-out;
  }
}
.header-icons > li > a > i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  font-family: 'icomoon';
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  opacity: 1;
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  .header-icons > li > a > i {
    display: block;
    position: static;
    width: auto;
    height: auto;
    left: inherit;
  }
  .header-icons > li > a > i:before {
    font-size: 1.250em;
    -webkit-transition: color 0.4s ease-out;
    -moz-transition: color 0.4s ease-out;
    -o-transition: color 0.4s ease-out;
    -ms-transition: color 0.4s ease-out;
    transition: color 0.4s ease-out;
  }
}
@media only screen and (min-width: 768px) {
  .header-icons > li > a > .bubble {
    top: 50%;
    left: 50%;
    right: inherit;
    margin-top: -18px;
  }
}
.header-icons > li > .menu-arrow {
  display: block;
  position: absolute;
  z-index: 800;
  top: 10px;
  right: 0;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-family: 'icomoon';
  font-style: normal;
  font-size: 1.250em;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.header-icons > li > .menu-arrow:before {
  content: '\e602';
  opacity: .8;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.header-icons > li > .menu-arrow:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.header-icons > li > .menu-arrow:active {
  cursor: pointer;
  opacity: .9;
}
@media only screen and (min-width: 768px) {
  .header-icons > li > .menu-arrow {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .header-icons > li.has-submenu > a {
    padding: 0;
    position: static;
  }
}
@media only screen and (min-width: 768px) {
  .header-icons > li.has-submenu > a > .bubble {
    top: 50%;
    left: 50%;
    right: inherit;
    margin-top: -18px;
  }
}
.header-icons > li.has-submenu > a.more {
  font-family: 'icomoon';
  font-size: 18px;
  position: relative;
  display: inline;
}
.header-icons > li.has-submenu > a.more:before {
  content: '';
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  top: 0;
  right: 0;
}
/* HEADER MENU STYLE -------------------------------------------------- */
.header-menu {
  order: 3;
}
@media only screen and (min-width: 768px) {
  .header-menu {
    order: 4;
    flex-shrink: 1;
  }
}
@media only screen and (min-width: 768px) {
  #header.hover-menu .basic-menu > .has-submenu:hover > ul.submenu {
    display: block;
  }
}
#header.hover-menu .basic-menu > .has-submenu:hover:before,
#header.hover-menu .basic-menu > .has-submenu:hover:after {
  display: block;
}
/* SIDE-MENU STYLE --------------------------------------------------------- */
.menu-list {
  list-style: none;
  margin: 10px 0;
  padding: 0;
  /* First level menu */
}
.menu-list li.footer-item {
  padding: 0;
}
.menu-list li.footer-item a {
  font-weight: 400;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
  font-size: 11px;
  font-size: 400px;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item {
  padding: 5px 0;
  line-height: 20px !important;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item.unread {
  background-color: transparent;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-thumb {
  padding-right: 20px;
  padding-bottom: 20px;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-thumb img {
  max-width: 20px;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-from {
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-from {
    margin-top: 0px;
  }
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-from a {
  font-size: 0.786em;
  line-height: 12px;
  letter-spacing: 0;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-date {
  font-size: 9px;
  line-height: 12px;
  font-style: italic;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-body {
  padding-left: 40px;
  padding-top: 10px;
}
.menu-list li.kleo-messages-nav .submenu li.kleo-submenu-item .message-body a {
  font-size: 12px;
  font-weight: 400;
}
.menu-list li.kleo-messages-nav .submenu li.footer-item {
  margin-top: 10px;
}
.menu-list li.kleo-notifications-nav.has-submenu .submenu li.kleo-submenu-item > span {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 20px 2px 40px;
  opacity: 0.8;
  min-height: 20px;
  line-height: 20px;
  font-weight: 400;
}
.menu-list .has-submenu .submenu {
  display: none;
  list-style: none;
}
.menu-list .has-submenu.open > .submenu {
  display: block;
  -webkit-animation: fadein .2s;
  /* Safari and Chrome */
  -moz-animation: fadein .2s;
  /* Firefox */
  -ms-animation: fadein .2s;
  /* Internet Explorer */
  -o-animation: fadein .2s;
  /* Opera */
  animation: fadein .2s;
}
.menu-list > li {
  min-height: 20px;
  padding: 8px 10px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0;
  -webkit-transition: margin .2s ease-out, background-color .4s ease-out;
  -moz-transition: margin .2s ease-out, background-color .4s ease-out;
  -o-transition: margin .2s ease-out, background-color .4s ease-out;
  -ms-transition: margin .2s ease-out, background-color .4s ease-out;
  transition: margin .2s ease-out, background-color .4s ease-out;
}
@media only screen and (min-width: 768px) {
  .menu-list > li {
    height: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .menu-list > li {
    height: auto;
  }
}
.menu-list > li > a {
  display: block;
  position: relative;
  font-size: 0.875em;
  font-weight: 400;
  letter-spacing: 0.04em;
  text-transform: none;
  line-height: 1em;
  padding: 2px 20px 2px 40px;
}
.menu-list > li > a span {
  display: block;
  opacity: 0.85;
}
@media only screen and (min-width: 768px) {
  .menu-list > li > a span {
    opacity: 0;
    width: 130px;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
@media only screen and (min-width: 992px) {
  .menu-list > li > a span {
    opacity: 0.8;
    width: 130px;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
  }
}
.menu-list > li > a b {
  left: 10px;
  top: -6px;
}
.menu-list > li > a > i {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  font-family: 'icomoon';
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  opacity: .8;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .menu-list > li > a:hover span {
    opacity: 1;
  }
  .menu-list > li > a:hover > i {
    opacity: 1;
  }
}
.menu-list > li > a:active span,
.menu-list > li > a:focus span {
  opacity: 1;
}
.menu-list > li > .menu-arrow {
  display: block;
  position: absolute;
  z-index: 999;
  top: 10px;
  right: 10px;
  height: 20px;
  line-height: 20px;
  width: 20px;
  text-align: center;
  font-family: 'icomoon';
  font-style: normal;
  font-size: 20px;
  -webkit-transition: all .3s ease-out;
  -moz-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  -ms-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.menu-list > li > .menu-arrow:before {
  content: '\e602';
  opacity: .7;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.menu-list > li > .menu-arrow:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.menu-list > li > .menu-arrow:active {
  cursor: pointer;
  opacity: .9;
}
@media only screen and (min-width: 768px) {
  .menu-list > li > .menu-arrow:hover {
    cursor: pointer;
    opacity: .9;
  }
}
@media only screen and (min-width: 768px) {
  .menu-list > li > .menu-arrow {
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 0;
    right: 0;
  }
  .menu-list > li > .menu-arrow:before {
    opacity: 0;
  }
  .menu-list > li > .menu-arrow:after {
    opacity: 0.4;
  }
  .menu-list > li > .menu-arrow:hover:after {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 992px) {
  .menu-list > li > .menu-arrow {
    height: 20px;
    line-height: 20px;
    width: 20px;
    top: 10px;
    right: 10px;
  }
  .menu-list > li > .menu-arrow:before {
    opacity: .7;
  }
  .menu-list > li > .menu-arrow:after {
    opacity: 0;
  }
  .menu-list > li > .menu-arrow:hover:after {
    opacity: 0;
  }
}
.menu-list > li.current-menu-parent,
.menu-list > li.current-menu-ancestor {
  background-color: rgba(255, 255, 255, 0.03);
}
.menu-list > li.current-menu-parent > a,
.menu-list > li.current-menu-ancestor > a {
  opacity: 1;
}
.menu-list > li .current > a {
  opacity: 1 !important;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 3px;
}
.menu-list > li.current {
  background-color: rgba(255, 255, 255, 0.03);
  /*> a {
                border-radius: 3px;
                
                &:before {
                }
                &:after {
                }
                > span {
                  opacity: 1;  
                }
                > i {
                    opacity: 1;
                    border-radius: 3px;
                }
            }*/
}
.menu-list > li.kleo-user_avatar-nav > a > img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.menu-list > .has-submenu {
  /* Second level menu*/
}
.menu-list > .has-submenu > a {
  padding: 2px 20px 2px 40px;
}
.menu-list > .has-submenu .submenu li.kleo-user_avatar-nav > a:before,
.menu-list > .has-submenu .submenu li.kleo-user_avatar-nav > a:after {
  display: none;
}
.menu-list > .has-submenu .submenu li.kleo-user_avatar-nav > a > img {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 2px;
}
.menu-list > .has-submenu > .submenu {
  margin: 5px 0 0 0;
  position: static;
  min-width: auto;
  border: none;
  background: none;
  list-style: none;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu {
    margin: 10px 0;
  }
}
.menu-list > .has-submenu > .submenu > li {
  min-height: 20px;
  padding: 5px 0;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li {
    min-height: inherit;
    padding: 0;
  }
}
.menu-list > .has-submenu > .submenu > li > a {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 20px 2px 40px;
  opacity: 0.8;
  min-height: 20px;
  line-height: 20px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li > a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .menu-list > .has-submenu > .submenu > li > a:hover {
    opacity: 9.5;
  }
}
.menu-list > .has-submenu > .submenu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  opacity: .9;
  left: 8px;
  top: 10px;
}
.menu-list > .has-submenu > .submenu > li > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  opacity: .9;
  top: 8px;
  left: 6px;
}
.menu-list > .has-submenu > .submenu > li > a i {
  display: none;
}
.menu-list > .has-submenu > .submenu > li > a .bubble {
  position: static;
  display: inline-block;
  float: right;
  margin-top: 3px;
  margin-right: 8px;
}
.menu-list > .has-submenu > .submenu > li > span {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 20px 2px 40px;
  opacity: 0.8;
  min-height: 20px;
  line-height: 20px;
  font-weight: 400;
}
.menu-list > .has-submenu > .submenu > li > .menu-arrow {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  right: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  padding: 0;
  opacity: .85;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li > .menu-arrow {
    top: 2px;
  }
}
.menu-list > .has-submenu > .submenu > li > .menu-arrow:hover {
  cursor: pointer;
}
.menu-list > .has-submenu > .submenu > li > .menu-arrow:before {
  content: '\e70d';
  font-family: 'icomoon';
}
.menu-list > .has-submenu > .submenu > li.footer-item > a {
  font-size: 11px;
}
.menu-list > .has-submenu > .submenu > li.footer-item > a:before {
  content: "\e860";
  font-family: 'icomoon';
  border-radius: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  top: 0;
  left: 0;
  font-size: 13px;
  top: 2px;
  left: 3px;
}
.menu-list > .has-submenu > .submenu > li ol.todolist {
  margin-left: 0;
  margin-bottom: 10px;
}
.menu-list > .has-submenu > .submenu > li ol.todolist li {
  font-size: 13px;
  padding: 5px 15px 5px 40px;
}
.menu-list > .has-submenu > .submenu > li ol.todolist li:before {
  top: 6px;
  left: 2px;
  width: 17px;
  height: 17px;
  line-height: 15px;
}
.menu-list > .has-submenu > .submenu > li.has-submenu {
  /* Third level menu */
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu {
  position: static;
  min-width: auto;
  background-color: transparent;
  border: none;
  left: inherit;
  margin: 5px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu {
    margin: 6px 0;
  }
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li {
  min-height: 20px;
  padding: 3px 0;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li {
    min-height: inherit;
    padding: 0;
  }
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > a {
  padding: 2px 20px 2px 40px;
  opacity: .8;
  font-size: 13px;
  display: block;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > a:before {
  content: '';
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  left: 8px;
  opacity: .7;
  top: 10px;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > a {
    -webkit-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -ms-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > a:hover {
    opacity: 9.5;
  }
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > a i {
  display: none;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > span {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 20px 2px 40px;
  opacity: 0.8;
  min-height: 20px;
  line-height: 20px;
  font-weight: 400;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > .menu-arrow {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: 7px;
  right: 0;
  margin: 0;
  font-size: 16px;
  text-align: center;
  padding: 0;
  opacity: .85;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > .menu-arrow {
    top: 2px;
  }
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > .menu-arrow:hover {
  cursor: pointer;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li > .menu-arrow:before {
  content: '\e70d';
  font-family: 'icomoon';
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.footer-item > a {
  font-size: 11px;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.footer-item > a:before {
  content: "\e860";
  font-family: 'icomoon';
  border-radius: 0;
  width: auto;
  height: auto;
  background-color: transparent;
  top: 0;
  left: 0;
  font-size: 13px;
  top: 2px;
  left: 3px;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu {
  /* Fourth level menu */
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu {
  margin: 3px 0 0 0;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu {
    margin: 0;
    padding: 10px 0;
  }
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li {
  min-height: 20px;
  padding: 3px 0;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li {
    min-height: inherit;
    padding: 0;
  }
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a {
  padding: 2px 20px 2px 40px;
  font-weight: 300;
  opacity: .8;
  font-size: 13px;
  display: block;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a:before {
  content: '';
  display: block;
  width: 2px;
  height: 1px;
  position: absolute;
  left: 9px;
  top: 14px;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > a:hover {
    opacity: 1;
  }
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu > .submenu > li > span {
  display: block;
  position: relative;
  margin: 0;
  padding: 2px 20px 2px 40px;
  opacity: 0.8;
  min-height: 20px;
  line-height: 20px;
  font-weight: 400;
}
.menu-list > .has-submenu > .submenu > li.has-submenu > .submenu > li.has-submenu.open > .menu-arrow:before {
  content: '\e984';
}
.menu-list > .has-submenu > .submenu > li.has-submenu.kleo-messages-nav > .submenu li.kleo-submenu-item {
  list-style: none;
}
.menu-list > .has-submenu > .submenu > li.has-submenu.open > .menu-arrow:before {
  content: '\e984';
}
.menu-list > .has-submenu > .submenu li a {
  line-height: 24px;
}
@media only screen and (min-width: 768px) {
  .menu-list > .has-submenu > .submenu li a {
    line-height: 20px;
  }
}
.menu-list > .has-submenu.open {
  background: rgba(255, 255, 255, 0.03);
}
.menu-list > .has-submenu.open .menu-arrow:before {
  content: '\e603';
}
.menu-section {
  /* Menu style without icons */
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-section.menu-without-icons .menu-list > li.current {
    background: transparent;
  }
  .menu-section.menu-without-icons .menu-list > li > a {
    visibility: hidden;
  }
  .menu-section.menu-without-icons .menu-list > li > a .bubble {
    opacity: 0;
  }
  .menu-section.menu-without-icons .menu-list > li .menu-arrow {
    height: 0;
    width: 0;
    line-height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
.menu-section.menu-without-icons .menu-list > li > a {
  padding-left: 0;
}
.menu-section.menu-without-icons .menu-list > li img,
.menu-section.menu-without-icons .menu-list > li i {
  display: none;
}
.menu-section.menu-without-icons .menu-list > li > a span {
  width: 170px;
}
.menu-section.menu-without-icons .menu-list > li > a .bubble {
  top: 4px;
  right: 25px;
  left: inherit;
  opacity: 1;
}
.menu-section.menu-without-icons .menu-list > li > a .bubble + span {
  padding-right: 50px;
}
/* LOGIN BUTTON STYLE --------------------------------------------------------- */
.show-login {
  padding: 8px 20px;
}
@media only screen and (min-width: 768px) {
  .show-login {
    padding: 0 20px;
  }
}
.show-login > a {
  position: relative;
  padding: 2px 0 2px 40px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .show-login > a {
    padding: 0 0 0 30px;
  }
}
.show-login > a i {
  display: block;
  position: absolute;
  width: 20px;
  height: 20px;
  line-height: 20px;
  top: -2px;
  left: 0;
  font-size: 20px;
}
/* SCROLL ------------------------------------------------------- */
.scroll-container-wrapper {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
}
.scroll-container-wrapper .scroll-container {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: scroll;
}
/* fix for devices with or without scrollbar */
html.no-hiddenscroll .scroll-container {
  right: -20px;
}
html.hiddenscroll .scroll-container {
  right: 0;
}
.noSelect {
  user-select: none;
  -o-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
}
/* --------------------------------------------------------------------------------
	SIDEMENU STYLE
-----------------------------------------------------------------------------------*/
#sidemenu-wrapper {
  position: fixed;
  display: block;
  z-index: 1000;
  height: 100%;
  width: 85%;
  left: -85%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  #sidemenu-wrapper {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    -ms-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
  }
}
#sidemenu-wrapper .sidemenu-inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #sidemenu-wrapper {
    width: 250px;
    left: -250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sidemenu-wrapper {
    left: 0;
    -webkit-transition: left .25s ease-out, width .25s ease-out;
    -moz-transition: left .25s ease-out, width .25s ease-out;
    -o-transition: left .25s ease-out, width .25s ease-out;
    -ms-transition: left .25s ease-out, width .25s ease-out;
    transition: left .25s ease-out, width .25s ease-out;
    width: 60px;
  }
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper {
    left: 0;
    -webkit-transition: left .25s ease-out, width .25s ease-out;
    -moz-transition: left .25s ease-out, width .25s ease-out;
    -o-transition: left .25s ease-out, width .25s ease-out;
    -ms-transition: left .25s ease-out, width .25s ease-out;
    transition: left .25s ease-out, width .25s ease-out;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  #sidemenu-wrapper .widgets-section .menu-section.widget {
    width: 250px;
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper .widgets-section .menu-section.widget {
    display: block;
  }
}
#sidemenu-wrapper .widgets-section ol {
  margin-left: 0;
  padding: 0;
}
#sidemenu-wrapper .sidemenu-header {
  width: 100%;
}
#sidemenu-wrapper .sidemenu-header .logo {
  display: none;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: padding 0.4s ease-out;
  -moz-transition: padding 0.4s ease-out;
  -o-transition: padding 0.4s ease-out;
  -ms-transition: padding 0.4s ease-out;
  transition: padding 0.4s ease-out;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sidemenu-wrapper .sidemenu-header .logo {
    display: block;
    padding: 0 0 0 17.5px;
  }
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper .sidemenu-header .logo {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#sidemenu-wrapper .sidemenu-header > p {
  margin: 0;
  padding: 0 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.05em;
  opacity: 0.95;
}
@media only screen and (min-width: 768px) {
  #sidemenu-wrapper .sidemenu-header > p {
    display: none;
  }
}
#sidemenu-wrapper .sidemenu-main {
  flex-grow: 1;
  position: relative;
}
#sidemenu-wrapper .sidemenu-main .sidemenu-main-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
#sidemenu-wrapper .sidemenu-main .scroll-container-wrapper {
  position: relative;
  height: 100%;
  overflow: hidden;
}
#sidemenu-wrapper .sidemenu-main .scroll-container {
  height: 100%;
}
#sidemenu-wrapper .sidemenu-main .scroll-container > .menu-section:first-child {
  border-top: none;
}
#sidemenu-wrapper .sidemenu-main .menu-section {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  padding-right: 10px;
  margin-right: 4px;
}
@media only screen and (min-width: 480px) {
  #sidemenu-wrapper .sidemenu-main .menu-section {
    width: 250px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sidemenu-wrapper .sidemenu-main .menu-section {
    margin-left: 0px;
    -webkit-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    -moz-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    -o-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    -ms-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
  }
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper .sidemenu-main .menu-section {
    width: 250px;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-left: 10px;
    padding-right: 10px;
    -webkit-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    -moz-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    -o-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    -ms-transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
    transition: width .4s ease-out, margin-left .4s ease-out, padding .4s ease-out;
  }
}
#sidemenu-wrapper .sidemenu-main .menu-section .menu-section-header {
  display: block;
  line-height: 20px;
  letter-spacing: 0.1em;
  font-size: 0.875em;
  font-style: italic;
  margin: 10px 0;
  overflow: hidden;
  padding: 0 10px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) {
  #sidemenu-wrapper .sidemenu-main .menu-section .menu-section-header {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
  }
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper .sidemenu-main .menu-section .menu-section-header {
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 0 10px;
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  #sidemenu-wrapper .sidemenu-main .menu-section .menu-section-header span {
    display: block;
    width: 210px;
    -webkit-transition: width .4s ease-out, height .4s .4s ease-out, opacity .4s ease-out;
    -moz-transition: width .4s ease-out, height .4s .4s ease-out, opacity .4s ease-out;
    -o-transition: width .4s ease-out, height .4s .4s ease-out, opacity .4s ease-out;
    -ms-transition: width .4s ease-out, height .4s .4s ease-out, opacity .4s ease-out;
    transition: width .4s ease-out, height .4s .4s ease-out, opacity .4s ease-out;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sidemenu-wrapper .sidemenu-main .menu-section.menu-without-icons + .widgets-section .menu-section.widget.widget_kleo_social_share {
    display: block;
  }
}
#sidemenu-wrapper .sidemenu-footer {
  display: none;
}
#sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer {
  display: block;
  width: 100%;
  /*width: @sidemenu-mobile-width;
      height: 100%;*/
  font-size: 11px;
}
@media only screen and (min-width: 768px) {
  #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer {
    height: 0;
    width: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer {
    height: auto;
    width: 100%;
  }
}
#sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer .sidemenu-footer-inner {
  display: block;
  font-size: 11px;
  height: auto;
  min-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
  width: 100%;
  float: left;
}
@media only screen and (min-width: 768px) {
  #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer .sidemenu-footer-inner {
    height: 0;
    min-height: 0;
    padding: 0;
    border-top: 0;
    width: 250px;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer .sidemenu-footer-inner {
    height: auto;
    min-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
}
#sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer .sidemenu-footer-inner a {
  font-weight: bold;
}
/* SIDEMENU Open - #sidemenu-wrapper ------------------------------------------------------- */
.sidemenu-is-open #sidemenu-wrapper {
  left: 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidemenu-is-open #sidemenu-wrapper .menu-section.menu-without-icons .menu-list > li > a {
    visibility: visible;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #sidemenu-wrapper .menu-section.menu-without-icons .menu-list > li.current {
    background: transparent;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section.menu-without-icons .menu-list > li > a {
    visibility: hidden;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section.menu-without-icons .menu-list > li > a .bubble {
    opacity: 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section.menu-without-icons .menu-list > li > .menu-arrow {
    height: 0;
    width: 0;
    line-height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #sidemenu-wrapper .menu-section.menu-without-icons + .widgets-section .menu-section.widget.widget_kleo_social_share {
    display: block;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidemenu-is-open #sidemenu-wrapper {
    width: 250px;
  }
  .sidemenu-is-open #sidemenu-wrapper .sidemenu-header .logo {
    padding-left: 20px;
    padding-right: 20px;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section {
    width: 250px;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-section-header {
    width: auto;
    height: auto;
    margin: 10px 0;
    padding: 0 10px;
    opacity: 1;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li {
    height: auto;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li.active {
    margin-bottom: 10px;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li a span {
    opacity: 0.8;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li > .menu-arrow {
    height: 20px;
    line-height: 20px;
    width: 20px;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li > .menu-arrow:before {
    opacity: 1;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li > .menu-arrow:after {
    opacity: 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list > li.current > a {
    background: transparent;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list > li > .menu-arrow {
    top: 10px;
    right: 10px;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #sidemenu-wrapper {
    width: 60px;
  }
  .sidemenu-is-open #sidemenu-wrapper .sidemenu-header .logo {
    padding: 0 0 0 17.5px;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section {
    margin-left: 0px;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-section-header {
    width: 0;
    height: 0;
    opacity: 0;
    display: none;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li {
    height: 40px;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li a span {
    opacity: 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li > .menu-arrow {
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 0;
    right: 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li > .menu-arrow:before {
    opacity: 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li > .menu-arrow:after {
    opacity: 0.4;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li > .menu-arrow:hover:after {
    opacity: 0.7;
  }
  .sidemenu-is-open #sidemenu-wrapper .menu-section .menu-list li.active {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sidemenu-is-open #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer {
    height: auto;
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer {
    height: 0;
    width: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sidemenu-is-open #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer .sidemenu-footer-inner {
    height: auto;
    min-height: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer .sidemenu-footer-inner {
    height: 0;
    min-height: 0;
    padding: 0;
    border-top: 0;
    opacity: 0;
  }
}
@media only screen and (min-width: 768px) {
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget {
    display: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share {
    position: static;
    padding-top: 20px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list > li {
    width: auto;
    padding: 0 10px;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list > li:first-child {
    padding-left: 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list > li > a {
    margin-right: 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share.style-01 .widget-inner {
    padding-top: 20%;
    padding-bottom: 20%;
    padding-left: 20%;
    padding-right: 20%;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share.style-01 ul.social-list {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share.style-01 ul.social-list > li {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share {
    padding: 0 0 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 60px;
    border-top-color: transparent;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list {
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list > li {
    padding: 10px 0;
  }
  .sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share.style-01 .widget-inner ul.social-list {
    background-color: transparent;
    padding: 0;
  }
}
/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
.logo {
  flex-grow: 1;
  z-index: inherit;
  display: block;
  font-size: 1.250em;
}
.logo a {
  transition: none;
  display: block;
}
.logo a.mini-logo {
  display: none;
  -webkit-transition: text-align 0.4s ease-out;
  -moz-transition: text-align 0.4s ease-out;
  -o-transition: text-align 0.4s ease-out;
  -ms-transition: text-align 0.4s ease-out;
  transition: text-align 0.4s ease-out;
}
@media only screen and (min-width: 768px) {
  .logo a.mini-logo {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .logo a.mini-logo {
    display: none;
  }
}
.logo a.mini-logo img {
  width: 25px;
  height: auto;
}
.logo a.real-logo {
  -webkit-transition: margin-left 0.4s ease-out;
  -moz-transition: margin-left 0.4s ease-out;
  -o-transition: margin-left 0.4s ease-out;
  -ms-transition: margin-left 0.4s ease-out;
  transition: margin-left 0.4s ease-out;
}
@media only screen and (min-width: 768px) {
  .logo a.real-logo {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .logo a.real-logo {
    display: block;
  }
}
.logo i {
  margin: 0 10px;
}
.logo img {
  max-height: 25px;
  max-width: inherit;
}
/* SIDEMENU Open - .logo ------------------------------------------------------- */
@media only screen and (min-width: 768px) {
  .sidemenu-is-open .logo a.mini-logo {
    display: none;
  }
  .sidemenu-is-open .logo a.real-logo {
    display: block;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open .logo a.mini-logo {
    opacity: 1;
    display: block;
  }
  .sidemenu-is-open .logo a.real-logo {
    display: none;
  }
}
#header-wrap .logo {
  text-align: center;
  order: 2;
}
@media only screen and (min-width: 768px) {
  #header-wrap .logo {
    display: none;
  }
}
.no-sidemenu #header-wrap .logo {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
}
@media only screen and (min-width: 480px) {
  .no-sidemenu #header-wrap .logo {
    display: block;
  }
}
@media only screen and (min-width: 768px) {
  .no-sidemenu #header-wrap .logo {
    flex-grow: initial;
  }
}
@media only screen and (min-width: 992px) {
  .no-sidemenu #header-wrap .logo {
    flex-grow: initial;
  }
}
.no-sidemenu #header-wrap .sidemenu-trigger {
  display: none;
}
/* ----------------------------------------------------------------
	HEADER
-------------------------------------------------------------------*/
#header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  border: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #header {
    left: 0;
    padding-left: 60px;
  }
}
@media only screen and (min-width: 768px) {
  #header {
    -webkit-transition: top .15s ease-out, left .25s ease-out, padding-left .25s ease-out, min-height .25s ease-out;
    -moz-transition: top .15s ease-out, left .25s ease-out, padding-left .25s ease-out, min-height .25s ease-out;
    -o-transition: top .15s ease-out, left .25s ease-out, padding-left .25s ease-out, min-height .25s ease-out;
    -ms-transition: top .15s ease-out, left .25s ease-out, padding-left .25s ease-out, min-height .25s ease-out;
    transition: top .15s ease-out, left .25s ease-out, padding-left .25s ease-out, min-height .25s ease-out;
  }
}
@media only screen and (min-width: 992px) {
  #header {
    left: 0;
    padding-left: 250px;
  }
}
#header #header-wrap {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  width: 100%;
  -webkit-transition: height 0.4s ease-out;
  -moz-transition: height 0.4s ease-out;
  -o-transition: height 0.4s ease-out;
  -ms-transition: height 0.4s ease-out;
  transition: height 0.4s ease-out;
  height: 61px;
  /* header block sections*/
}
#header #header-wrap > .container-fluid {
  position: relative;
  padding: 0;
}
#header #header-wrap .header-left {
  position: relative;
  order: 1;
}
#header #header-wrap .header-right {
  position: relative;
  order: 3;
}
@media only screen and (min-width: 768px) {
  #header #header-wrap .header-right {
    display: none;
  }
}
#header.header-layout-01 {
  /* header-icons   .search-form-wrapper   .language-menu   .header-menu */
}
#header.header-layout-01 .header-menu {
  border-right: 0;
}
@media only screen and (min-width: 768px) {
  #header.header-layout-01 .header-menu {
    /*align right*/
    margin-left: auto;
  }
}
#header.header-layout-01 .header-menu > li:last-child.has-submenu > .submenu,
#header.header-layout-01 .header-menu > li:nth-last-child(2).has-submenu > .submenu {
  right: -10px;
  left: inherit;
}
@media only screen and (min-width: 768px) {
  #header.header-layout-01 .search-form-wrapper {
    border-right: 0;
  }
}
#header.header-layout-01 .show-login {
  order: 4;
  border-right: 0;
}
#header.header-layout-01.has-search .header-menu {
  margin-left: inherit;
}
#header.header-layout-01.has-search .header-menu > li.my-profile-default {
  border-left: none;
}
/* SIDEMENU Open - #header ------------------------------------------------------- */
.sidemenu-is-open #header {
  left: 85%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidemenu-is-open #header {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidemenu-is-open #header {
    left: 0;
    padding-left: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #header {
    left: 0;
    padding-left: 60px;
  }
}
/* ----------------------------------------------------------------
	SECONDMENU
-------------------------------------------------------------------*/
.second-menu {
  position: fixed;
  right: -85%;
  width: 85%;
  height: 100%;
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
@media only screen and (min-width: 480px) {
  .second-menu {
    width: 250px;
    right: -250px;
  }
}
@media only screen and (min-width: 768px) {
  .second-menu {
    position: static;
    overflow: visible;
    width: auto;
    right: 0;
    flex-grow: 1;
    order: 2;
    display: block;
    padding-top: 0;
    padding-bottom: 0;
    /*.transition(right .25s ease-out);*/
  }
}
.second-menu .second-menu-main {
  position: relative;
  flex-grow: 1;
}
.second-menu .second-menu-main .second-menu-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
}
.second-menu .second-menu-main .second-menu-section {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .second-menu .second-menu-main .second-menu-section {
    flex-direction: row;
  }
}
.second-menu .second-menu-main .second-menu-section > *:last-child {
  /*border-right: none;*/
}
@media only screen and (min-width: 768px) {
  .second-menu .second-menu-main .scroll-container-wrapper {
    position: static;
    display: block;
    left: inherit;
    right: inherit;
    height: auto;
  }
}
.second-menu .second-menu-main .scroll-container-wrapper .scroll-container {
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .second-menu .second-menu-main .scroll-container-wrapper .scroll-container {
    position: static;
    right: inherit;
    overflow: inherit;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }
}
.second-menu .second-menu-main .scroll-container-wrapper .scroll-container > div:not(.second-menu-section) {
  display: -moz-box;
  display: -webkit-box;
  display: box;
}
.second-menu .search-form-wrapper {
  flex-grow: 1;
  line-height: 58px;
  order: 1;
  position: fixed;
  top: 0;
  right: -85%;
  z-index: 200;
  width: 85%;
}
@media only screen and (min-width: 480px) {
  .second-menu .search-form-wrapper {
    width: 250px;
    right: -250px;
  }
}
@media only screen and (min-width: 768px) {
  .second-menu .search-form-wrapper {
    order: 2;
    position: static;
    width: auto;
  }
}
.second-menu .search-form-wrapper .search-form {
  min-width: 160px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .second-menu .search-form-wrapper .search-form {
    padding: 0 20px;
  }
}
.second-menu .search-form-wrapper .search-form input.header-search {
  display: inline-block;
  margin: 0;
  padding: 0 20px;
  border: none;
  line-height: normal;
  width: 100%;
  background: #0f0f1d;
  font-size: 0.813em;
  font-weight: 400;
  letter-spacing: 0.02em;
  border-radius: 0;
  color: white;
}
.second-menu .search-form-wrapper .search-form input.header-search::-moz-placeholder {
  color: white;
  opacity: 1;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.second-menu .search-form-wrapper .search-form input.header-search:-ms-input-placeholder {
  color: white;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.second-menu .search-form-wrapper .search-form input.header-search::-webkit-input-placeholder {
  color: white;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.second-menu .search-form-wrapper .search-form input.header-search:focus {
  background-color: #0b0c16;
}
.second-menu .search-form-wrapper .search-form input.header-search:focus::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
  opacity: 1;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.second-menu .search-form-wrapper .search-form input.header-search:focus:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.second-menu .search-form-wrapper .search-form input.header-search:focus::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .second-menu .search-form-wrapper .search-form input.header-search {
    background-color: rgba(0, 0, 0, 0.05);
    height: 30px;
    border-radius: 30px;
    -webkit-transition: background 0.4s ease-out;
    -moz-transition: background 0.4s ease-out;
    -o-transition: background 0.4s ease-out;
    -ms-transition: background 0.4s ease-out;
    transition: background 0.4s ease-out;
  }
  .second-menu .search-form-wrapper .search-form input.header-search:focus {
    background-color: rgba(0, 0, 0, 0.12);
  }
}
.second-menu .search-form-wrapper .search-form .header-search-button {
  display: block;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
}
.second-menu .search-form-wrapper .search-form .header-search-button:before {
  font-family: 'icomoon';
  content: '\e60e';
  display: inline-block;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.second-menu .search-form-wrapper .search-form .header-search-button:before {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -7px;
  margin-left: -7px;
  color: white;
}
@media only screen and (min-width: 768px) {
  .second-menu .search-form-wrapper .search-form .header-search-button {
    padding: 0 20px;
    right: 20px;
    width: 30px;
  }
}
.second-menu .search-form-wrapper .search-form .header-search-button.animate-spin:before {
  font-family: 'icomoon';
  content: '\e8c1';
  display: inline-block;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.second-menu .search-form-wrapper .search-form.expand {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 200;
}
.second-menu .kleo_ajax_results {
  text-align: center;
  line-height: normal;
  padding: 20px;
  margin-left: -21px;
  max-height: 350px;
  overflow: auto;
  position: relative;
  z-index: 100;
  position: absolute;
  top: calc(100% + 2px);
  width: calc(100% + 2px);
}
.second-menu .kleo_ajax_results:empty {
  display: none;
}
.second-menu .kleo_ajax_results.search-style-default {
  /*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);*/
}
.second-menu .kleo_ajax_results.search-style-transparent {
  /*box-shadow: 0 1px 1px 0 rgba(0,0,0,0.2);*/
}
.second-menu .kleo_ajax_results h4,
.second-menu .kleo_ajax_results .kleo_ajax_entry {
  text-align: left;
}
.second-menu .kleo_ajax_results h4 {
  font-size: 12px;
  font-weight: bold;
  height: 12px;
  text-transform: uppercase;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  margin: 0 0 30px 0;
}
.second-menu .kleo_ajax_results h4 span {
  position: relative;
  top: 0;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  padding: 0 8px;
  margin-left: 5px;
  font-size: 16px;
}
.second-menu .kleo_ajax_results .kleo-ajax-part {
  margin-bottom: 30px;
}
.second-menu .kleo_ajax_results .searchHidden {
  display: none;
}
.second-menu .kleo_ajax_results .kleo_ajax_entry {
  padding: 5px 5px 5px 10px;
  display: table;
  width: 100%;
}
.second-menu .kleo_ajax_results .kleo_ajax_entry .search_excerpt {
  font-size: 11px;
}
.second-menu .kleo_ajax_results .kleo_ajax_entry .ajax_search_image .icon {
  width: 44px;
  height: 44px;
  line-height: 42px;
  display: inline-block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.second-menu .kleo_ajax_results .kleo_ajax_entry:last-child {
  border: none;
}
.second-menu .kleo_ajax_results .ajax_not_found {
  font-style: italic;
  padding: 0;
}
.second-menu .kleo_ajax_results .ajax_search_content {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding-left: 10px;
  font-size: 13px;
  line-height: 22px;
}
.second-menu .kleo_ajax_results .ajax_search_content .search_title {
  display: inline-block;
  float: left;
  width: 100%;
  line-height: 18px;
  font-size: 13px;
  font-weight: 400;
}
.second-menu .kleo_ajax_results .ajax_search_content .search_excerpt {
  display: inline-block;
  float: left;
  line-height: 16px;
}
.second-menu .kleo_ajax_results .ajax_search_image {
  width: 44px !important;
  height: 44px;
  line-height: 44px;
  text-align: center;
  display: table-cell;
}
.second-menu .kleo_ajax_results .ajax_search_image img {
  width: 100%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.second-menu .kleo_ajax_results .ajax_search_image img.attachment-thumbnail {
  border-radius: 100%;
  width: 44px;
}
.second-menu .kleo_ajax_results .ajax_search_image img.attachment-thumbnail.wp-post-image {
  height: 100%;
}
.second-menu .kleo_ajax_results a.ajax_view_all {
  border: none;
  min-height: 30px;
  padding: 5px 20px;
  border-radius: 30px;
  margin-bottom: 30px;
  font-size: 12px;
  font-size: 0.750rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  cursor: pointer !important;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.second-menu .kleo_ajax_results a.ajax_view_all:after {
  font-family: 'icomoon';
  content: '\e60e';
  display: inline-block;
  speak: none;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.second-menu .kleo_ajax_results a.ajax_view_all:after {
  margin-left: 10px;
  position: relative;
  top: 2px;
}
.second-menu .language-menu {
  display: none;
}
header:not(.has-search) .second-menu .second-menu-main .scroll-container-wrapper .scroll-container {
  padding-top: 0;
}
/* has-language ------------------------------------------------------- */
header.has-language .second-menu .second-menu-main .scroll-container-wrapper .scroll-container {
  height: calc(100% - 60px);
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu .second-menu-header {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 992px) {
  header.has-language .second-menu .second-menu-header {
    padding: 0 0 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu .second-menu-main {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu {
    padding-bottom: 0;
  }
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu .second-menu-header {
    border-right: none;
  }
}
header.has-language .second-menu .language-menu {
  display: block;
  width: 85%;
  background-color: #1b1c35;
  order: 4;
  padding: 0;
  position: fixed;
  z-index: 110;
  bottom: 0;
  right: -85%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  header.has-language .second-menu .language-menu {
    right: -250px;
    width: 250px;
  }
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu .language-menu {
    position: relative;
    width: auto;
    text-align: center;
    background-color: transparent;
    order: 3;
    padding: 0 20px;
    right: inherit;
  }
}
header.has-language .second-menu .language-menu .has-submenu > a {
  display: block;
  padding: 0 10px 0 20px;
  font-size: 0.813em;
  letter-spacing: 0.04em;
}
header.has-language .second-menu .language-menu .has-submenu > a:hover {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu .language-menu .has-submenu > a {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    text-align: center;
    font-size: 0.813em;
    letter-spacing: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  header.has-language .second-menu .language-menu .submenu {
    position: absolute;
    top: inherit;
    width: 100%;
    background: #1b1c35;
    margin: 0;
  }
  header.has-language .second-menu .language-menu .submenu:before {
    display: none;
  }
  header.has-language .second-menu .language-menu .submenu:after {
    display: none;
  }
  header.has-language .second-menu .language-menu .submenu > li > a {
    display: block;
    padding: 10px 10px 10px 20px;
    font-size: 0.813em;
    min-height: 20px;
    line-height: 20px;
    letter-spacing: 0.04em;
  }
  header.has-language .second-menu .language-menu .submenu > li > a:before,
  header.has-language .second-menu .language-menu .submenu > li > a:after {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu .language-menu .submenu {
    top: 100%;
    bottom: auto;
    min-width: 60px;
    left: -11px;
  }
  header.has-language .second-menu .language-menu .submenu:before {
    display: block;
    left: 50%;
    margin-left: -6px;
  }
  header.has-language .second-menu .language-menu .submenu:after {
    display: block;
    left: 50%;
    margin-left: -4px;
  }
  header.has-language .second-menu .language-menu .submenu > li > a {
    display: block;
    line-height: 20px;
    padding: 10px 20px;
    opacity: 0.7;
    -webkit-transition: color .3s ease-out, opacity .3s ease-out;
    -moz-transition: color .3s ease-out, opacity .3s ease-out;
    -o-transition: color .3s ease-out, opacity .3s ease-out;
    -ms-transition: color .3s ease-out, opacity .3s ease-out;
    transition: color .3s ease-out, opacity .3s ease-out;
  }
  header.has-language .second-menu .language-menu .submenu > li > a:hover,
  header.has-language .second-menu .language-menu .submenu > li > a:focus {
    opacity: 1;
  }
}
@media only screen and (min-width: 768px) {
  header.has-language .second-menu .language-menu.open > a {
    background: rgba(0, 0, 0, 0.05);
    opacity: .8;
  }
}
/* SECONDMENU Open ------------------------------------------------------- */
.second-menu-is-open .second-menu {
  right: 0;
}
.second-menu-is-open .second-menu .search-form-wrapper {
  right: 0;
}
.second-menu-is-open #header {
  /*.transition(none);*/
  /*.transition(right .4s ease-out);*/
  left: inherit;
  right: 85%;
}
@media only screen and (min-width: 480px) {
  .second-menu-is-open #header {
    left: inherit;
    right: 250px;
  }
}
.second-menu-is-open header.has-language .second-menu .language-menu {
  right: 0;
}
/* ----------------------------------------------------------------
	MAIN CONTENT - #page-wrapper
-----------------------------------------------------------------*/
#page-wrapper {
  position: relative;
  left: 0;
  right: 0;
  overflow: hidden;
  /*.transition(left .25s ease-out);*/
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #page-wrapper {
    left: 0;
    padding-left: 60px;
    -webkit-transition: padding-left 0.25s ease-out;
    -moz-transition: padding-left 0.25s ease-out;
    -o-transition: padding-left 0.25s ease-out;
    -ms-transition: padding-left 0.25s ease-out;
    transition: padding-left 0.25s ease-out;
  }
}
@media only screen and (min-width: 992px) {
  #page-wrapper {
    padding-left: 250px;
    -webkit-transition: padding-left 0.25s ease-out;
    -moz-transition: padding-left 0.25s ease-out;
    -o-transition: padding-left 0.25s ease-out;
    -ms-transition: padding-left 0.25s ease-out;
    transition: padding-left 0.25s ease-out;
  }
}
/* Buddypress #item-header-wrap Open ------------------------------------------------------- */
#item-header-wrap {
  left: 0;
  -webkit-transition: left 0.25s ease-out;
  -moz-transition: left 0.25s ease-out;
  -o-transition: left 0.25s ease-out;
  -ms-transition: left 0.25s ease-out;
  transition: left 0.25s ease-out;
}
@media only screen and (min-width: 992px) {
  #item-header-wrap {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  body:not(.sidemenu-is-open) #item-header-wrap {
    left: 60px;
  }
}
@media only screen and (min-width: 992px) {
  body.sidemenu-is-open #item-header-wrap {
    left: 60px;
  }
}
body.no-sidemenu #item-header-wrap {
  left: 0;
}
/* SIDEMENU Open ------------------------------------------------------- */
.sidemenu-is-open #page-wrapper {
  position: relative;
  left: 85%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .sidemenu-is-open #page-wrapper {
    left: 250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidemenu-is-open #page-wrapper {
    left: 0;
    padding-left: 250px;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open #page-wrapper {
    left: 0;
    padding-left: 60px;
  }
}
/* SECONDMENU Open ------------------------------------------------------- */
.second-menu-is-open #page-wrapper {
  position: relative;
  left: -85%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .second-menu-is-open #page-wrapper {
    left: -250px;
  }
}
@media only screen and (min-width: 768px) {
  .second-menu-is-open #page-wrapper {
    left: 0;
  }
}
/* Menu items */
/*#header .footer-item {
}*/
/* ----------------------------------------------------------------
	ADMIN BAR enabled
-----------------------------------------------------------------*/
.adminbar-enable #header {
  top: 46px;
}
.adminbar-enable .sidemenu-footer {
  padding-bottom: 32px;
  -webkit-transition: padding 0.2s ease-out;
  -moz-transition: padding 0.2s ease-out;
  -o-transition: padding 0.2s ease-out;
  -ms-transition: padding 0.2s ease-out;
  transition: padding 0.2s ease-out;
}
.adminbar-enable .search-form-wrapper {
  top: 46px;
}
@media screen and (max-width: 600px) {
  html {
    -webkit-transition: margin-top 0.2s ease-out;
    -moz-transition: margin-top 0.2s ease-out;
    -o-transition: margin-top 0.2s ease-out;
    -ms-transition: margin-top 0.2s ease-out;
    transition: margin-top 0.2s ease-out;
  }
  .adminbar-enable .sidemenu-footer {
    padding-bottom: 46px;
  }
  .adminbar-enable .second-menu-footer .language-menu {
    margin-bottom: 46px;
    -webkit-transition: margin-bottom 0.2s ease-out;
    -moz-transition: margin-bottom 0.2s ease-out;
    -o-transition: margin-bottom 0.2s ease-out;
    -ms-transition: margin-bottom 0.2s ease-out;
    transition: margin-bottom 0.2s ease-out;
  }
  html.header-scrolled {
    margin-top: 0 !important;
  }
  html.header-scrolled .adminbar-enable #header {
    top: 0;
  }
  html.header-scrolled .adminbar-enable .second-menu-footer .language-menu {
    margin-bottom: 0;
  }
  html.header-scrolled .adminbar-enable .search-form-wrapper {
    top: 0px;
  }
  html.header-scrolled #wpadminbar {
    z-index: 800 !important;
  }
  html.header-scrolled .sidemenu-footer {
    padding-bottom: 0;
  }
  #wpadminbar {
    position: fixed;
    z-index: 100;
  }
}
@media screen and (min-width: 783px) {
  .adminbar-enable {
    /*.sidemenu-footer {
      .sidemenu-footer-inner {
        margin-bottom: 0;
      }
    }*/
  }
  .adminbar-enable #header {
    top: 32px;
  }
}
/* Header Hidden ------------------------------------------------------- */
.header-hidden {
  /* Sidemenu is open */
}
.header-hidden #header {
  display: none;
}
.header-hidden #page-wrapper {
  padding-top: 0;
}
.header-hidden .sidemenu-trigger {
  position: fixed;
  float: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  text-align: center;
  z-index: 100;
  height: 25px;
  line-height: 26px;
  width: 25px;
  padding: 0;
  border-radius: 50%;
  left: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hidden .sidemenu-trigger {
    left: 70px;
  }
}
@media only screen and (min-width: 768px) {
  .header-hidden .sidemenu-trigger {
    -webkit-transition: left 0.25s ease-out;
    -moz-transition: left 0.25s ease-out;
    -o-transition: left 0.25s ease-out;
    -ms-transition: left 0.25s ease-out;
    transition: left 0.25s ease-out;
  }
}
@media only screen and (min-width: 992px) {
  .header-hidden .sidemenu-trigger {
    left: 260px;
  }
}
.header-hidden .sidemenu-trigger.sidemenu-icon-wrapper .sidemenu-icon > span b,
.header-hidden .sidemenu-trigger.sidemenu-icon-wrapper .sidemenu-icon > span i {
  background: #fff;
}
.header-hidden.sidemenu-is-open .sidemenu-trigger {
  left: calc(85% + 10px);
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .header-hidden.sidemenu-is-open .sidemenu-trigger {
    left: 260px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-hidden.sidemenu-is-open .sidemenu-trigger {
    left: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .header-hidden.sidemenu-is-open .sidemenu-trigger {
    left: 70px;
  }
}
/* Hamburger ------------------------------------------------------- */
.hamburger {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: inherit;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger .hamburger-box {
  width: 10px;
  height: 7px;
  display: inline-block;
  position: relative;
}
.hamburger .hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger .hamburger-inner,
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  width: 10px;
  height: 1px;
  /*background-color: @floating-trigger-icon-color;*/
  border-radius: 0px;
  position: absolute;
  -webkit-transition: transform 0.15s ease;
  -moz-transition: transform 0.15s ease;
  -o-transition: transform 0.15s ease;
  -ms-transition: transform 0.15s ease;
  transition: transform 0.15s ease;
}
.hamburger .hamburger-inner:before,
.hamburger .hamburger-inner:after {
  content: "";
  display: block;
}
.hamburger .hamburger-inner:before {
  top: -3px;
}
.hamburger .hamburger-inner:after {
  bottom: -3px;
}
/* Hamburger Elastic */
@media only screen and (max-width: 991px) {
  .hamburger-elastic .hamburger-inner {
    top: 0.5px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
  .hamburger-elastic .hamburger-inner:before {
    top: 3px;
    transition: opacity 0.15s 0.4s ease;
  }
  .hamburger-elastic .hamburger-inner:after {
    top: 6px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  }
}
@media only screen and (min-width: 992px) {
  .hamburger-elastic .hamburger-inner {
    top: 0.5px;
    transition-duration: 0.4s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate3d(0, 3px, 0) rotate(135deg);
    transform: translate3d(0, 3px, 0) rotate(135deg);
    transition-delay: 0.1s;
  }
  .hamburger-elastic .hamburger-inner:before {
    top: 3px;
    transition: opacity 0.15s 0.4s ease;
    transition-delay: 0s;
    opacity: 0;
  }
  .hamburger-elastic .hamburger-inner:after {
    top: 6px;
    transition: -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -webkit-transform: translate3d(0, -6px, 0) rotate(-270deg);
    transform: translate3d(0, -6px, 0) rotate(-270deg);
    transition-delay: 0.1s;
  }
}
/* is active */
@media only screen and (max-width: 991px) {
  .sidemenu-is-open .hamburger-elastic .hamburger-inner {
    -webkit-transform: translate3d(0, 3px, 0) rotate(135deg);
    transform: translate3d(0, 3px, 0) rotate(135deg);
    transition-delay: 0.1s;
  }
  .sidemenu-is-open .hamburger-elastic .hamburger-inner:before {
    transition-delay: 0s;
    opacity: 0;
  }
  .sidemenu-is-open .hamburger-elastic .hamburger-inner:after {
    -webkit-transform: translate3d(0, -6px, 0) rotate(-270deg);
    transform: translate3d(0, -6px, 0) rotate(-270deg);
    transition-delay: 0.1s;
  }
}
@media only screen and (min-width: 992px) {
  .sidemenu-is-open .hamburger-elastic .hamburger-inner {
    top: 50%;
  }
  .sidemenu-is-open .hamburger-elastic .hamburger-inner,
  .sidemenu-is-open .hamburger-elastic .hamburger-inner:before,
  .sidemenu-is-open .hamburger-elastic .hamburger-inner:after {
    transform: none;
  }
  .sidemenu-is-open .hamburger-elastic .hamburger-inner:before {
    top: -3px;
    opacity: 1;
  }
  .sidemenu-is-open .hamburger-elastic .hamburger-inner:after {
    top: 3px;
  }
}
/* Force Close Sidemenu ------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .force-close-sidemenu.sidemenu-is-open #header {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .force-close-sidemenu.sidemenu-is-open #header {
    left: 0;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper {
    left: -85%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper {
    left: 0;
    /*width: ((2 * @sidemenu-inside-padding) + @sidemenu-icon-width);*/
    width: 60px;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .logo a.mini-logo {
    display: block;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .logo a.real-logo {
    display: none;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget {
    display: none;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share {
    padding: 0 0 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 60px;
    border-top-color: transparent;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share ul.social-list > li {
    padding: 10px 0;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share.style-01 .widget-inner {
    padding: 0;
    background: transparent;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .widgets-section .menu-section.widget.widget_kleo_social_share.style-01 .widget-inner ul.social-list {
    background: transparent;
    padding: 0;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-header .logo {
    display: block;
    padding: 0 0 0 17.5px;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-header > p {
    display: none;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section {
    width: 60px;
    margin-right: 0;
    margin-left: 0px;
    padding-left: 10px;
    padding-right: 10px;
    /* at tablet strict*/
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section .menu-list > li {
    height: 40px;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section .menu-list li > .menu-arrow {
    height: 40px;
    line-height: 40px;
    width: 40px;
    top: 0;
    right: 0;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section .menu-list li > .menu-arrow:before {
    opacity: 0;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section .menu-list li > .menu-arrow:after {
    opacity: .4;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section .menu-list li > .menu-arrow:hover:after {
    opacity: 0.7;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section.menu-without-icons .menu-list > li > a {
    visibility: hidden;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section.menu-without-icons .menu-list > li > .menu-arrow {
    height: 0;
    width: 0;
    line-height: 0;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    -ms-transition: none;
    transition: none;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section.menu-without-icons + .widgets-section .menu-section.widget.widget_kleo_social_share {
    display: block;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section-header {
    width: 0;
    height: 0;
    opacity: 0;
    margin: 0;
    padding: 0;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper .sidemenu-main .menu-section-header span {
    display: block;
    width: 210px;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer {
    height: 0;
    width: 0;
    overflow: hidden;
  }
  .force-close-sidemenu.sidemenu-is-open #sidemenu-wrapper.has-sidemenu-footer .sidemenu-footer .sidemenu-footer-inner {
    height: 0;
    min-height: 0;
    padding: 0;
    border-top: 0;
    width: 250px;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .force-close-sidemenu.sidemenu-is-open #page-wrapper {
    left: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .force-close-sidemenu.sidemenu-is-open #page-wrapper {
    left: 0;
    padding-left: 60px;
  }
}
.force-close-sidemenu.sidemenu-is-open.header-hidden .sidemenu-trigger {
  left: 10px;
}
@media only screen and (min-width: 768px) {
  .force-close-sidemenu.sidemenu-is-open.header-hidden .sidemenu-trigger {
    left: 70px;
  }
}
.force-close-sidemenu.second-menu-is-open #header {
  left: inherit;
  right: 85%;
}
@media only screen and (min-width: 480px) {
  .force-close-sidemenu.second-menu-is-open #header {
    left: inherit;
    right: 250px;
  }
}
.force-close-sidemenu.second-menu-is-open #page-wrapper {
  left: -85%;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .force-close-sidemenu.second-menu-is-open #page-wrapper {
    left: -250px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .force-close-sidemenu.second-menu-is-open #page-wrapper {
    left: 0;
  }
}
/*-----------------------------------------------------------------------------------

    5. Page Title

-----------------------------------------------------------------------------------*/
#page-title {
  position: relative;
  padding: 40px 0;
  clear: both;
}
#page-title .container {
  position: relative;
}
#page-title h1 {
  padding: 0 0px 0 0px;
  margin: 0 0 10px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  font-size: 28px;
  text-transform: uppercase;
}
#page-title span {
  display: block;
  margin-top: 10px;
  font-weight: 300;
  font-size: 18px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
#page-title ol.breadcrumb {
  padding: 0 0px 0 0px;
}
@media only screen and (min-width: 768px) {
  .forum-archive #page-title h1,
  .members #page-title h1 {
    padding-right: 230px;
  }
}
.breadcrumb {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-size: 0.813em;
  font-style: italic;
  margin: 0;
}
ol.breadcrumb,
ul.breadcrumb {
  margin: 0;
  padding: 0;
}
.breadcrumb > li {
  display: inline-block;
}
.breadcrumb > li + li:before {
  content: "/\00a0";
  padding: 0 5px;
}
body.stretched .container-fullwidth .breadcrumb {
  right: 60px !important;
}
#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
  margin-top: 35px !important;
}
#page-title a span {
  display: inline;
  margin-top: 0;
  font-weight: normal;
  font-size: inherit;
}
.breadcrumb i {
  width: auto !important;
}
.pagetitle-disabled.members.directory .main-content,
.pagetitle-disabled.groups.directory .main-content {
  padding-top: 100px;
}
/*-----------------------------------------------------------------------------------

    6. Blog

-----------------------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

6.1 Blog General
6.2 Quotes & Blockquotes
6.3 Small Thumbs
6.4 Blog - Author
6.5 Comments List
6.6 Comment Form
6.7 Post Elements
6.8 Pagination
6.9 Search no result
-------------------------------------------------------------------*/
/* ----------------------------------------------------------------
    6.1 Blog General
-----------------------------------------------------------------*/
.post.sticky {
  /*
    padding-bottom: 30px;
    */
  padding: 30px;
}
#posts {
  position: relative;
}
#posts .entry-content {
  margin-top: 30px;
}
.entry-content img {
  max-width: 100%;
  height: auto;
}
#content .entry-content {
  font-size: 14px;
}
.entry {
  position: relative;
  margin: 0 0 50px;
  padding: 0 0 50px;
}
.entry-image {
  margin-bottom: 30px;
}
.entry-image iframe {
  display: block;
}
.entry-image,
.entry-image > a,
.entry-image .slide a,
.entry-image img {
  position: relative;
  width: 100%;
  height: auto;
}
.entry-image.alignleft,
.entry-image > a.alignleft,
.entry-image .slide a.alignleft,
.entry-image img.alignleft,
.entry-image.alignright,
.entry-image > a.alignright,
.entry-image .slide a.alignright,
.entry-image img.alignright,
.entry-image.aligncenter,
.entry-image > a.aligncenter,
.entry-image .slide a.aligncenter,
.entry-image img.aligncenter,
.entry-image.alignnone,
.entry-image > a.alignnone,
.entry-image .slide a.alignnone,
.entry-image img.alignnone {
  height: auto;
  width: auto;
}
.entry-title h2 {
  margin: 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.entry-title h2 a {
  color: #333;
}
ul.entry-meta {
  margin: 0 0 15px 0px;
  list-style: none;
}
ul.entry-meta li {
  display: inline;
  font-size: 12px;
  line-height: 12px;
  margin: 0 15px 15px 0;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
}
ul.entry-meta li:before {
  content: '/';
  display: inline-block;
  margin-right: 5px;
  opacity: 0.5;
}
ul.entry-meta li.meta-author:before {
  content: '';
}
ul.entry-meta li.meta-avatar img {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  width: 30px;
  height: auto;
}
ul.entry-meta li.meta-avatar + li.meta-author {
  margin-left: -10px;
}
ul.entry-meta li i {
  position: relative;
  top: 1px;
  font-size: 12px;
  margin-right: 10px;
}
ul.entry-meta li:first-child:before {
  display: none;
}
ul.entry-meta li ins {
  font-weight: 600;
  text-decoration: none;
}
.single-post .entry-meta {
  margin-bottom: 20px;
}
.entry-c {
  position: relative;
  overflow: hidden;
}
.entry-c .sq_frontedit_revisions h4 {
  padding-top: 20px;
  margin: 0 0 20px 15px;
}
.entry-c .sq_frontedit_revisions .sq_frontedit_post_revisions {
  padding: 0;
}
.entry-c .sq_frontedit_revisions .sq_frontedit_post_revisions li {
  padding: 12px;
}
.entry-c .sq_frontedit_revisions .sq_frontedit_post_revisions li:last-child {
  border-bottom: none;
}
.entry-c .sq_frontedit_status {
  margin-bottom: 20px;
}
.entry-c .sq_frontedit_status.success {
  color: #1e620e;
}
.entry-c .sq_frontedit_status.success:before {
  content: '\e97c';
  font-family: 'icomoon';
  color: #1e620e;
  display: inline-block;
  margin: 0 5px 0 15px;
}
.entry-link {
  display: block;
  background-color: #f5f5f5;
  padding: 30px 0;
  text-align: center;
  color: #444;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 24px;
  font-weight: 700;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.entry-link:hover {
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
.entry-link:hover span {
  color: #eee;
}
.entry-link span {
  display: block;
  margin-top: 5px;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  font-weight: normal;
  text-transform: none;
  letter-spacing: 0;
  font-size: 14px;
  color: #aaa;
}
body:not(.device-touch) .entry-link {
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
body:not(.device-touch) .more-link {
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}
/* ----------------------------------------------------------------
    6.2 Quotes & Blockquotes
-----------------------------------------------------------------*/
blockquote ol:last-child,
blockquote p:last-child,
blockquote ul:last-child {
  margin-bottom: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
  color: #777;
  display: block;
  font-size: 80%;
  line-height: 1.42857;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
  content: "— ";
}
blockquote.pull-right {
  border-left: 0 none;
  border-right: 5px solid #eee;
  padding-left: 0;
  padding-right: 15px;
  text-align: right;
}
blockquote.pull-right .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before {
  content: "";
}
blockquote.pull-right .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after {
  content: " —";
}
.quote {
  border: none !important;
  position: relative;
}
.quote p {
  position: relative;
}
.quote:before {
  font-family: 'font-icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  content: "\e7ad";
  position: absolute;
  width: 48px;
  height: 48px;
  line-height: 48px;
  font-size: 42px;
  top: 0;
  left: 0;
  color: #eee;
}
.quote.blockquote-reverse:before {
  content: "\e7ae";
  left: auto;
  right: 0;
}
.panel {
  margin-bottom: 20px;
  border: 5px solid transparent;
  /*-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);*/
}
.panel-body {
  padding: 30px;
}
.panel-body p {
  margin-bottom: 0;
}
.panel-heading {
  padding: 10px 15px;
  border-bottom: 1px solid transparent;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}
/* 6.3 Small Thumbs
-----------------------------------------------------------------*/
.small-thumbs article {
  margin-bottom: 60px;
}
.small-thumbs .entry-image {
  width: 200px;
  margin: 0 25px 0 0;
}
.small-thumbs .entry-image {
  margin: 0 0 30px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .small-thumbs .entry-image {
    float: left;
    width: 300px;
    margin: 0 30px 0 0;
  }
}
.small-thumbs .entry-image img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.device-sm.sidemenu-is-open .small-thumbs .entry-image {
  float: none;
  margin: 0 0 30px;
  width: 100%;
}
.small-thumbs .format-status .entry-image,
.small-thumbs .format-quote .entry-image {
  float: none;
  width: 100%;
  margin: 0 0 20px 0;
}
.small-thumbs .format-status .entry-image img,
.small-thumbs .format-quote .entry-image img {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.small-thumbs .entry-title h2 {
  font-size: 20px;
  font-weight: 600;
}
.more-link {
  display: inline-block;
  font: 11px 'Open Sans', sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}
.more-link:hover {
  border-bottom-color: #555;
}
/* ----------------------------------------------------------------
    6.4 Blog - Author
-----------------------------------------------------------------*/
.author-image {
  float: left;
  width: 84px;
  height: 84px;
  margin-right: 15px;
}
.author-image img {
  width: 84px;
  height: 84px;
}
/* ----------------------------------------------------------------
    6.5 Comments List
-----------------------------------------------------------------*/
#comments {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #eee;
}
h3.comments-title,
h3.comment-reply-title {
  font-size: 16px;
}
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list > li {
  position: relative;
}
.comment-list > li.comment {
  margin-bottom: 25px;
  padding: 20px 15px;
}
@media only screen and (min-width: 992px) {
  .comment-list > li.comment {
    padding: 30px;
  }
}
.comment-list > li.comment .comment-body .comment-meta {
  float: left;
  margin-right: 0;
  line-height: 1;
  width: 100%;
}
.comment-list > li.comment .comment-body .comment-meta .fn {
  font-size: 13px;
  margin-left: 10px;
}
.comment-list > li.comment .comment-body .comment-meta .fn a {
  font-weight: 400;
}
.comment-list > li.comment .comment-body .comment-meta .says {
  font-size: 13px;
}
.comment-list > li.comment .comment-body .comment-meta .comment-metadata {
  clear: left;
  margin: 0 0 10px 60px;
}
@media only screen and (min-width: 768px) {
  .comment-list > li.comment .comment-body .comment-meta .comment-metadata {
    clear: none;
    float: right;
    margin: 15px 0 10px 60px;
  }
}
.comment-list > li.comment .comment-body .comment-meta .comment-metadata time {
  text-decoration: none;
  font-weight: 300;
  font-style: italic;
  font-size: 12px;
}
.comment-list > li.comment .comment-body .comment-meta .comment-metadata time:before {
  content: "\e66f";
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  margin: 0 5px;
}
.comment-list > li.comment .comment-body .comment-meta .comment-metadata .edit-link {
  margin-left: 20px;
  font-size: 16px;
  font-size: 1rem;
  display: inline-block;
}
.comment-list > li.comment .comment-body .comment-meta .comment-metadata .edit-link a {
  font-size: 0.750em;
  position: relative;
  line-height: 16px;
  padding-left: 24px;
  margin-bottom: 5px;
  margin-left: 10px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.comment-list > li.comment .comment-body .comment-meta .comment-metadata .edit-link a.comment-edit-link:before {
  content: '\e90b';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 1px;
  left: 0;
  font-size: 13px;
}
.comment-list > li.comment .comment-body .comment-content {
  font-size: 13px;
  padding: 0 0 0 15px;
  margin-left: 50px;
  clear: both;
}
.comment-list > li.comment .comment-body .comment-content p {
  margin: 0 0 15px 0;
}
.comment-list > li.comment .comment-body .reply {
  margin-left: 60px;
  margin-top: 15px;
}
.comment-list > li.comment .comment-body .reply a {
  position: relative;
  display: inline-block;
  font-weight: 400;
  padding: 4px 20px 4px 40px;
  min-height: inherit;
  line-height: normal;
  margin: 0 10px 10px 0;
  letter-spacing: 0.06em;
  -webkit-transition: border-color .3s ease-out, background .3s ease-out;
  -moz-transition: border-color .3s ease-out, background .3s ease-out;
  -o-transition: border-color .3s ease-out, background .3s ease-out;
  -ms-transition: border-color .3s ease-out, background .3s ease-out;
  transition: border-color .3s ease-out, background .3s ease-out;
  font-size: 11px;
  text-transform: uppercase;
  border-radius: 35px;
}
.comment-list > li.comment .comment-body .reply a:before {
  content: '\e726';
  font-family: 'icomoon';
  font-size: 14px;
  position: absolute;
  top: 3px;
  left: 15px;
  font-weight: 400;
}
.comment-list > li.comment .comment-body .reply a:hover {
  background-color: transparent;
}
.comment-list > li .children {
  margin: 0;
  padding: 30px 0 0 65px;
}
.comment-list > li .children .comment-body .comment-author img {
  width: 25px;
  height: 25px;
}
.comment-list > li .children .comment-body .comment-meta .fn {
  margin-left: 7px;
}
.comment-list > li .children .comment-body .comment-content {
  padding: 0;
  margin-left: 38px;
}
.comment-list > li .children .comment-body .reply {
  margin-left: 35px;
}
#content .comment-awaiting-moderation {
  clear: left;
  font-size: 13px;
  font-style: italic;
  margin-left: 65px;
  font-weight: 600;
  margin-bottom: 15px;
}
.bypostauthor {
  font-size: 1rem;
}
#reviews .comment-list {
  padding-bottom: 30px;
  margin: 0 0 20px;
}
#reviews .comment-list li {
  margin-top: 20px;
}
#reviews .comment-wrap {
  border: 0;
  padding: 10px 0 0 35px;
}
.comment-list ul {
  margin-bottom: 20px;
  padding: 1em;
  list-style-position: inside;
}
.comment-list ol {
  margin: 0 0 20px;
  padding: 1em;
  list-style-position: inside;
}
.comment-wrap {
  position: relative;
  border: 1px solid #e5e5e5;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 20px 20px 20px 35px;
}
.comment-list > li ::first-child,
#reviews .comment-list > li ::first-child {
  padding-top: 0;
  margin-top: 0;
}
.comment-list li .comment-content,
.pingback {
  position: relative;
  overflow: hidden;
}
.comment-list li .comment-content p,
.pingback p {
  margin: 20px 0 0 0;
}
.pingback {
  font-size: 14px;
  margin-bottom: 10px;
  font-style: italic;
}
.pingback .edit-link {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-left: 10px;
  text-transform: uppercase;
  font-style: normal;
}
.comment-author {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.comment-author img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  max-width: 50px;
  height: auto;
}
.comment-list li .children {
  list-style: none;
}
.comment-list li .children .comment-author {
  left: -25px;
}
.comment-content .comment-author {
  margin-bottom: -10px;
  font-size: 16px;
  font-weight: bold;
  color: #555;
}
.comment-content .comment-author a {
  border: none;
  color: #333;
}
.comment-content .comment-author span {
  display: block;
}
.comment-content .comment-author span:hover {
  color: #888;
}
.comment-content .comment-author span,
.comment-content .comment-author a {
  font-size: 12px;
  font-weight: normal;
  font-family: 'Open Sans', sans-serif;
  font-style: italic;
  color: #aaa;
}
.review-comment-ratings {
  display: block;
  top: 4px;
  left: auto;
  text-align: center;
  right: 0px;
  width: 14px;
  height: 14px;
  color: #ccc;
  font-size: 14px;
  line-height: 1;
}
.review-comment-ratings {
  width: auto;
  color: #333;
}
.comment-reply-link:hover {
  color: #888;
}
/* ----------------------------------------------------------------
    6.6 Comment Form
-----------------------------------------------------------------*/
#respond,
#respond form {
  margin-bottom: 0;
}
.comment-list li #respond {
  margin: 30px 0 0;
}
.comment-list li li #respond {
  margin-left: 30px;
}
#respond {
  padding: 20px;
}
#respond h3 {
  margin-bottom: 15px;
}
#respond p {
  font-size: 12px;
}
#respond p:first-child {
  margin-top: 0;
}
#respond p .form-allowed-tags {
  max-width: 500px;
}
#respond p.form-submit {
  text-align: right;
  margin-bottom: 10px;
}
#respond p.form-submit input[type="submit"] {
  margin-bottom: 0;
}
#respond .comment-form-comment label {
  margin-bottom: 10px;
}
#respond input[type="tel"],
#respond input[type="number"],
#respond input[type="date"],
#respond input[type="url"],
#respond input[type="text"],
#respond input[type="email"],
#respond input[type="password"] {
  background: transparent;
}
#respond textarea {
  font-family: inherit;
  height: 50px;
  padding: 10px;
  min-height: 70px;
  width: 100%;
  outline: none;
  font-size: 13px;
  -webkit-transition: border .3s ease-out, padding .2s ease-out;
  -moz-transition: border .3s ease-out, padding .2s ease-out;
  -o-transition: border .3s ease-out, padding .2s ease-out;
  -ms-transition: border .3s ease-out, padding .2s ease-out;
  transition: border .3s ease-out, padding .2s ease-out;
}
#respond textarea:focus {
  border: 0;
  padding-left: 0;
}
#respond .col_one_third,
#respond .col_full {
  margin-bottom: 20px;
}
form.comment-form .logged-in-as a:last-child {
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.03em;
  margin-left: 10px;
  text-transform: uppercase;
}
.fb-comments,
.fb_iframe_widget,
.fb-comments > span,
.fb_iframe_widget > span,
.fb-comments > span > iframe,
.fb_iframe_widget > span > iframe {
  display: block !important;
  width: 100% !important;
  margin: 0;
}
/* 6.7 Post Elements
-----------------------------------------------------------------*/
img.alignleft,
div.alignleft {
  float: left;
  margin: 5px 20px 13px 0;
  max-width: 100%;
}
div.alignleft > img,
div.alignnone > img,
div.aligncenter > img,
div.alignright > img {
  display: block;
  float: none;
}
img.alignnone,
img.aligncenter,
div.alignnone,
div.aligncenter {
  display: block;
  margin: 10px 0;
  float: none;
}
img.aligncenter,
div.aligncenter,
div.aligncenter img {
  margin-left: auto;
  margin-right: auto;
  clear: both;
}
img.alignright,
div.alignright {
  float: right;
  margin: 5px 0 13px 20px;
}
.wp-caption {
  clear: both;
  font-style: italic;
  text-align: center;
  margin: 10px 20px 13px 20px;
  max-width: 100% !important;
}
.wp-caption img,
.wp-caption img a {
  display: block;
  margin: 0;
  height: auto;
}
p.wp-caption-text {
  display: inline-block;
  margin: 10px 0 0 0;
  padding: 5px 10px;
  background-color: #eee;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}
.wp-smiley {
  max-height: 13px;
  margin: 0 !important;
}
/* Gallery */
.gallery {
  margin-bottom: 20px;
}
.gallery-item {
  float: left;
  margin: 0 !important;
  overflow: hidden;
  position: relative;
}
.gallery-item img.attachment-thumbnail {
  border: none !important;
  width: 100%;
}
.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: 100%;
}
.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.gallery-item:hover .gallery-caption {
  opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}
.gallery-icon {
  margin: 0;
}
.gallery-item {
  margin: 0;
}
/* ----------------------------------------------------------------
    6.8 Pagination
-----------------------------------------------------------------*/
.pagination-sticky {
  padding: 20px;
}
.pagination-sticky a {
  font-size: 11px;
  letter-spacing: 0.03em;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  height: 20px;
  line-height: 20px;
}
.pagination-sticky a > span:before {
  content: '';
  display: inline-block;
  font-family: 'icomoon';
  font-size: 14px;
}
.pagination-sticky #older-nav {
  float: left;
}
.pagination-sticky #older-nav:before {
  content: '\e7d2';
  float: left;
  margin-right: 10px;
}
.pagination-sticky #newer-nav {
  float: right;
}
.pagination-sticky #newer-nav:before {
  content: '\e7d3';
  float: right;
  margin-left: 10px;
}
/* ----------------------------------------------------------------
    6.9 Search no result
-----------------------------------------------------------------*/
.search-no-results {
  background-color: #f6f6f6;
}
.search-no-results #content {
  background-color: transparent;
}
#content .no-result-page-wrapper {
  text-align: center;
}
#content .no-result-page-wrapper svg {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px auto;
  display: block;
}
@media only screen and (min-width: 768px) {
  #content .no-result-page-wrapper svg {
    margin: 100px auto 20px auto;
  }
}
#content .no-result-page-wrapper h1 {
  font-size: 1.875em;
  font-weight: 700;
}
#content .no-result-page-wrapper p {
  font-size: 0.875em;
  line-height: 1.375em;
}
#content .no-result-page-wrapper .search-form {
  padding: 0 10px 40px 10px;
  border-bottom: 1px solid #e5e5e5;
}
#content .no-result-page-wrapper .search-form label {
  position: relative;
}
#content .no-result-page-wrapper .search-form button.search-submit {
  right: 15px;
}
#content .no-result-page-wrapper a {
  display: block;
  font-size: 0.750em;
  text-decoration: underline !important;
  opacity: .7;
  margin-top: 20px;
}
/* ----------------------------------------------------------------
    7.0 Standard HTML Tags
-----------------------------------------------------------------*/
.entry-content ul {
  margin: 0;
  padding: 1em;
  font-size: 14px;
  list-style-position: inside;
  list-style-image: none;
}
.entry-content ol {
  margin: 0;
  padding: 1em;
  font-size: 14px;
  list-style-position: inside;
}
.entry-content dl {
  font-size: 14px;
}
.entry-content dt {
  font-weight: 600;
}
/* ----------------------------------------------------------------
    Blog Full
-----------------------------------------------------------------*/
.blog-full#page-title {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
  height: 500px;
}
@media only screen and (min-width: 768px) {
  .blog-full#page-title {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-full#page-title {
    height: 700px;
  }
}
.blog-full#page-title.image-wrapper {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.blog-full#page-title .container-fluid {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 90;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  height: 400px;
}
@media only screen and (min-width: 768px) {
  .blog-full#page-title .container-fluid {
    height: 600px;
  }
}
@media only screen and (min-width: 992px) {
  .blog-full#page-title .container-fluid {
    height: 700px;
  }
}
.blog-full#page-title .container-fluid h1 {
  font-size: 48px;
  font-weight: 400;
}
.blog-full#page-title .container-fluid ol.breadcrumb li {
  opacity: .8;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}
.blog-full#page-title .container-fluid ol.breadcrumb li.active {
  opacity: .6;
}
.blog-full#page-title .entry-meta {
  position: absolute;
  z-index: 90;
  left: 0;
  bottom: 40px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.blog-full#page-title .entry-meta li:before {
  margin-right: 15px;
}
.blog-full#page-title .entry-meta li.meta-avatar {
  width: 100%;
  text-align: center;
}
.blog-full#page-title .entry-meta li.meta-avatar a {
  width: 60px;
  height: 60px;
  display: block;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  overflow: hidden;
}
.blog-full#page-title .entry-meta li.meta-avatar a img {
  width: 100%;
  height: auto;
}
.blog-full#page-title .entry-meta li.meta-author {
  width: 100%;
  text-align: center;
}
.blog-full#page-title .entry-meta li.meta-author:before {
  display: none;
}
.blog-full#page-title .entry-meta li:nth-child(3):before {
  display: none;
}
.blog-full#page-title .entry-image {
  background: #222339;
  position: relative;
  height: 100%;
  width: 100%;
}
.blog-full#page-title .entry-image img {
  opacity: .5;
}
.blog-full#page-title .entry-image .image {
  position: absolute;
  max-width: none;
  -webkit-transition: opacity 0.15s ease-in;
  -moz-transition: opacity 0.15s ease-in;
  -o-transition: opacity 0.15s ease-in;
  -ms-transition: opacity 0.15s ease-in;
  transition: opacity 0.15s ease-in;
}
.blog-full#page-title .entry-image:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 89;
  opacity: 0.56;
  background-image: linear-gradient(-180deg, rgba(70, 72, 106, 0) 38%, #222339 100%);
}
@media only screen and (min-width: 768px) {
  .blog-full ~ .main-content .small-thumbs {
    padding: 0 100px;
  }
}
.fade-on-scroll,
.fade-on-scroll-half {
  -webkit-transition: opacity 0.5s ease-out;
  -moz-transition: opacity 0.5s ease-out;
  -o-transition: opacity 0.5s ease-out;
  -ms-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}
/*-----------------------------------------------------------------------------------

    7. Widgets

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
   7.1 Widgets general
-----------------------------------------------------------------*/
.widget {
  position: relative;
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  .widget {
    padding: 40px;
  }
}
.widget .widget-title {
  opacity: .7;
  margin-bottom: 25px;
  font-size: 0.875em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.widget p:not(.lead) {
  font-size: 14px;
}
.widget > ul {
  list-style: none;
  margin-bottom: 0;
}
.widget > ul > li {
  font-size: 0.688em;
  width: 100%;
  margin: 5px 0;
  position: relative;
}
.widget > ul > li > a {
  display: inline;
  min-height: 20px;
  line-height: 20px;
  font-size: 1.182em;
  opacity: .85;
  letter-spacing: 0.02em;
  margin-right: 10px;
  padding: 0;
  -webkit-transition: opacity .2s ease-out, color .3s ease-out;
  -moz-transition: opacity .2s ease-out, color .3s ease-out;
  -o-transition: opacity .2s ease-out, color .3s ease-out;
  -ms-transition: opacity .2s ease-out, color .3s ease-out;
  transition: opacity .2s ease-out, color .3s ease-out;
}
.widget > ul > li > a:hover {
  opacity: 1;
}
.widget > label {
  float: left;
  font-size: 0.813em;
  min-height: 20px;
  margin-bottom: 10px;
}
.widget select {
  font-weight: 400;
  letter-spacing: 0.03em;
  font-size: 0.813em;
  text-transform: none;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
}
.widget input[type="text"],
.widget input[type="password"] {
  width: 100%;
  padding: 1px 10px;
}
@media only screen and (min-width: 992px) {
  .sidebar .widget:first-child {
    border-top: none;
    padding-top: 0;
  }
}
.widgets-wrap .widget {
  padding-top: 60px;
}
.widgets-wrap .widget:first-child {
  padding-top: 0;
  border-top: 0;
}
.widgets-wrap .widget > h4 {
  letter-spacing: 1px;
}
/* 7.2 Tag Cloud
-----------------------------------------------------------------*/
.tagcloud {
  margin-bottom: -2px;
}
.tagcloud a {
  display: inline-block;
  margin-right: 4px;
  margin-bottom: 4px;
  padding: 3px 6px;
  border: 1px solid #e5e5e5;
  font-size: 0.813em !important;
  color: #666;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
body:not(.device-touch) .tagcloud a {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* 7.3 Archives List
-----------------------------------------------------------------*/
.widget_archive > ul > li {
  padding: 0 0 0 30px;
}
.widget_archive > ul > li > a:before {
  position: absolute;
  display: block;
  content: '\ea1a';
  left: 0;
  top: 0;
  text-align: center;
  font-family: 'icomoon';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.125em;
}
/* 7.4 Calendar
-----------------------------------------------------------------*/
.widget_calendar #wp-calendar {
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 10px;
  border: 1px solid transparent;
}
.widget_calendar #wp-calendar > caption {
  padding: 20px;
  font-weight: 400;
  font-size: 0.813em;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.widget_calendar #wp-calendar thead tr th {
  padding: 20px 0;
  font-size: 0.813em;
  font-weight: 600;
}
@media only screen and (min-width: 992px) {
  .widget_calendar #wp-calendar thead tr th {
    padding: 10px 0;
  }
}
.widget_calendar #wp-calendar thead tr th:first-child {
  padding-left: 3px;
}
.widget_calendar #wp-calendar thead tr th:last-child {
  padding-right: 3px;
}
.widget_calendar #wp-calendar tbody tr td {
  font-size: 0.750em;
  letter-spacing: 0;
  height: 30px;
}
@media only screen and (min-width: 992px) {
  .widget_calendar #wp-calendar tbody tr td {
    padding: 2px 0;
    height: 26px;
  }
}
.widget_calendar #wp-calendar tbody tr td:first-child {
  padding-left: 3px;
}
.widget_calendar #wp-calendar tbody tr td:last-child {
  padding-right: 3px;
}
.widget_calendar #wp-calendar tbody tr td a {
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  width: 26px;
  height: 26px;
  line-height: 26px;
}
@media only screen and (min-width: 992px) {
  .widget_calendar #wp-calendar tbody tr td a {
    width: 22px;
    height: 22px;
    line-height: 22px;
  }
}
.widget_calendar #wp-calendar tfoot tr td {
  font-size: 0.750em;
}
.widget_calendar #wp-calendar tfoot tr td a {
  display: block;
  padding: 5px 0;
}
.widget_calendar #wp-calendar tfoot tr td#prev a {
  text-align: left;
  padding-left: 8px;
}
.widget_calendar #wp-calendar tfoot tr td#next a {
  text-align: right;
  padding-right: 8px;
}
/* 7.5 Widget Pages
-----------------------------------------------------------------*/
.widget_pages .current_page_item {
  font-weight: bold;
}
.widget_pages .page_item_has_children {
  position: relative;
}
.widget_pages .page_item_has_children .menu-arrow {
  cursor: pointer;
}
.widget_pages .page_item_has_children .menu-arrow:before {
  font-family: 'icomoon';
  content: '\e602';
  font-size: 1rem;
  position: absolute;
  right: 0;
  top: 0;
}
.widget_pages .page_item_has_children .menu-arrow.active:before {
  content: '\e603';
}
.widget_pages .page_item_has_children > a {
  display: block;
  position: relative;
}
.widget_pages .page_item_has_children .children {
  display: none;
  list-style: none;
  padding: 10px 0;
  margin: 10px 0;
}
.widget_pages .page_item_has_children .children li a {
  position: relative;
  font-size: 1.182em;
  opacity: .7;
  min-height: 20px;
  line-height: 20px;
  padding: 3px 0 3px 30px;
}
.widget_pages .page_item_has_children .children li a:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 10px;
  top: 12px;
}
/* 7.6 Recent Comments
-----------------------------------------------------------------*/
.widget_recent_comments ul li {
  padding: 7px 3px;
  margin: 0;
}
.widget_recent_comments ul li > span {
  font-style: italic;
  opacity: .8;
}
.widget_recent_comments ul li > span > a {
  font-size: 1em;
}
.widget_recent_comments ul li > span:before {
  content: '\ea1b';
  display: inline-block;
  font-family: 'icomoon';
  text-align: center;
  font-size: 1.231em;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  font-style: normal;
}
.widget_recent_comments ul li > a {
  position: relative;
  display: block !important;
  padding-left: 30px !important;
  font-weight: 600;
}
/* 7.7 RSS
-----------------------------------------------------------------*/
.widget_rss ul > li {
  margin: 0 0 25px 0;
}
.widget_rss ul > li > a {
  display: block;
  margin: 0 0 7px 0;
}
.widget_rss ul > li > span {
  display: block;
  font-size: 1em;
  margin-bottom: 13px;
  font-style: italic;
}
.widget_rss ul > li > span:before {
  content: '\e66f';
  font-family: 'icomoon';
  display: inline-block;
  margin-right: 5px;
  font-style: normal;
}
.widget_rss ul > li .rssSummary {
  font-size: 1.182em;
  margin-bottom: 5px;
}
.widget_rss ul > li cite {
  display: block;
  font-weight: 600;
}
/* 7.8 Widget Text
-----------------------------------------------------------------------------------*/
.widget_text .textwidget p {
  display: block;
  font-size: 13px !important;
}
.widget_text .textwidget p strong {
  display: inline-block;
  font-weight: 400;
  min-height: 20px;
  line-height: 20px;
  display: block;
  margin: 20px 0;
}
.widget_text .textwidget a {
  display: block;
}
.widget_text .textwidget br {
  display: none;
}
.widget_text .textwidget img {
  width: 100%;
  height: auto;
}
.widget_text .textwidget .wp-caption-text {
  font-size: 0.688em;
  border-radius: 0;
  background-color: transparent;
  margin: 0;
}
/* 7.9 Nav Menu
-----------------------------------------------------------------------------------*/
.widget_nav_menu h4 {
  position: relative;
}
.widget_nav_menu h4:after {
  content: '\e8be';
  display: block;
  float: right;
  font-family: 'icomoon';
}
.widget_nav_menu > div ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_nav_menu > div ul > li > a {
  font-size: 0.813em;
  padding: 0;
  font-weight: 400;
  opacity: .8;
  min-height: 20px;
}
.widget_nav_menu > div ul > li .menu-arrow {
  cursor: pointer;
}
.widget_nav_menu > div ul > li .menu-arrow:before {
  font-family: 'icomoon';
  content: '\e602';
  float: right;
}
.widget_nav_menu > div ul > li .menu-arrow.active:before {
  content: '\e603';
}
.widget_nav_menu > div ul > li > ul {
  /*.dropdown-menu {*/
  display: none;
  list-style: none;
  padding: 10px 0;
  margin: 10px 0;
}
.widget_nav_menu > div ul > li > ul > li > a {
  position: relative;
  opacity: .85;
  min-height: 20px;
  line-height: 20px;
  padding: 3px 0 3px 30px;
  font-size: 0.813em;
}
.widget_nav_menu > div ul > li > ul > li > a:before {
  content: '';
  position: absolute;
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  left: 10px;
  top: 12px;
}
.widget_nav_menu > div ul > li > ul > li > ul {
  border: none;
  padding: 3px 0 3px 30px;
}
.widget_nav_menu > div ul > li > ul > li > ul li a {
  display: block;
  padding: 0;
  font-size: 0.750em;
  min-height: 15px;
  line-height: 15px;
  padding: 2px 0;
}
.widget_nav_menu > div ul > li > ul > li > ul li a:before {
  display: none;
}
.widget_nav_menu > div ul > li.open > ul {
  /*.dropdown-menu {*/
}
#footer .widget_nav_menu h4:after {
  content: " ";
}
/* 7.10 Widget in SIDEMENU
-----------------------------------------------------------------------------------*/
#sidemenu-wrapper .menu-section.widget {
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left: 20px;
  padding-right: 20px;
  border-bottom: none;
}
#sidemenu-wrapper .menu-section.widget .menu-section-header {
  padding: 0;
  font-size: 0.750em;
  margin-bottom: 15px;
}
#sidemenu-wrapper .menu-section.widget .menu-section-header span {
  opacity: .9;
  font-style: normal;
}
#sidemenu-wrapper .menu-section.widget dt {
  opacity: .9;
}
#sidemenu-wrapper .menu-section.widget strong {
  opacity: .9;
}
#sidemenu-wrapper .menu-section.widget .rsswidget {
  opacity: .9;
  font-style: normal;
}
#sidemenu-wrapper .menu-section.widget ul li {
  opacity: 1;
}
#sidemenu-wrapper .menu-section.widget ul li a {
  opacity: 1;
}
#sidemenu-wrapper .menu-section.widget ul li a:hover {
  opacity: .8;
}
#sidemenu-wrapper .menu-section.widget .todo-list .todo-text {
  opacity: 1;
  font-size: 13px;
}
#sidemenu-wrapper .menu-section.widget.widget_archive > ul > li {
  padding: 0 0 0 40px;
}
#sidemenu-wrapper .menu-section.widget.widget_rss ul > li {
  margin: 0;
  padding: 20px 0;
}
#sidemenu-wrapper .menu-section.widget.widget_rss ul > li:first-child {
  padding-top: 0;
}
#sidemenu-wrapper .menu-section.widget.widget_rss ul > li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
#sidemenu-wrapper .menu-section.widget.widget_calendar table tfoot tr td {
  border-top: none;
}
#sidemenu-wrapper .menu-section.widget.widget_recent_comments .recentcomments {
  border: none;
}
#sidemenu-wrapper .menu-section.widget .search-form button i {
  line-height: 30px;
}
#sidemenu-wrapper .menu-section.widget.widget_search {
  padding: 20px;
}
#sidemenu-wrapper .menu-section.widget.widget_search .menu-section-header {
  display: none;
}
#sidemenu-wrapper .menu-section.widget.widget_text .textwidget > p strong {
  display: inline-block;
  font-weight: 400;
  min-height: 20px;
  line-height: 20px;
  display: block;
  margin: 20px 0;
}
#sidemenu-wrapper .menu-section.widget.widget_text .textwidget a {
  display: block;
}
#sidemenu-wrapper .menu-section.widget.widget_text .textwidget br {
  display: none;
}
#sidemenu-wrapper .menu-section.widget.widget_text .textwidget img {
  width: 100%;
  height: auto;
}
#sidemenu-wrapper .menu-section.widget.widget_text .textwidget .wp-caption-text {
  border: none;
  margin: 0;
}
#sidemenu-wrapper .menu-section.widget.widget_categories ul li a {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#sidemenu-wrapper .menu-section.widget.widget_calendar #wp-calendar tfoot tr a {
  opacity: .6;
}
#sidemenu-wrapper .menu-section.widget.widget_kleo_social_share {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  -ms-transition: none;
  transition: none;
}
#sidemenu-wrapper .menu-section.widget.widget_kleo_social_share ul.social-list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
#sidemenu-wrapper .menu-section.widget.widget_kleo_social_share ul.social-list > li {
  width: auto;
  padding: 0 10px;
}
@media only screen and (min-width: 992px) {
  #sidemenu-wrapper .menu-section.widget.widget_kleo_social_share ul.social-list > li:first-child {
    padding-left: 0;
  }
}
#sidemenu-wrapper .menu-section.widget.widget_kleo_social_share ul.social-list > li > a {
  margin-right: 0;
}
#sidemenu-wrapper .menu-section.widget.widget_kleo_social_share .style-01.widget-inner {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 20%;
  padding-bottom: 20%;
  padding-left: 20%;
  padding-right: 20%;
}
#sidemenu-wrapper .menu-section.widget.widget_kleo_social_share .style-01 ul.social-list {
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 20px 0;
}
#sidemenu-wrapper .menu-section.widget.widget_kleo_social_share .style-01 ul.social-list > li {
  padding: 10px 0;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #sidemenu-wrapper .menu-section.widget.widget_kleo_social_share {
    padding: 0 0 20px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 60px;
    border-top-color: transparent;
  }
  #sidemenu-wrapper .menu-section.widget.widget_kleo_social_share ul.social-list {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-content: center;
    align-content: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    list-style: none;
  }
  #sidemenu-wrapper .menu-section.widget.widget_kleo_social_share ul.social-list > li {
    padding: 10px 0;
  }
  #sidemenu-wrapper .menu-section.widget.widget_kleo_social_share .style-01.widget-inner {
    background: none;
  }
  #sidemenu-wrapper .menu-section.widget.widget_kleo_social_share .style-01.widget-inner ul.social-list {
    background: transparent;
    padding: 0;
  }
}
#sidemenu-wrapper .menu-section.widget .tagcloud a {
  opacity: .9;
}
/* 7.11 Polls
-----------------------------------------------------------------------------------*/
.wp-polls-ul {
  margin: 0;
  font-size: 13px;
}
.wp-polls-ul small {
  font-size: 11px;
}
.wp-polls-ul p {
  font-weight: normal;
}
.wp-polls-ul li {
  margin-bottom: 10px;
}
.wp-polls-ul li .pollbar {
  border: none !important;
  height: 14px !important;
  background-size: auto 110%;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
}
/* 7.12 Wise Chat
-----------------------------------------------------------------------------------*/
/* default style */
.wcContainer .wcMessages {
  padding: 20px;
}
.wcContainer .wcUsersList {
  padding: 20px;
  border-left: none;
}
.wcContainer .wcOperationalSection {
  padding-top: 20px;
}
/* buddyapp style */
.buddyapp-wise-chat-pro .wcContainer {
  overflow: hidden;
  font-size: 1em;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages {
  font-size: 13px;
  overflow-y: scroll;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage {
  display: table;
  margin-bottom: 20px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageUser {
  display: table-header-group;
  font-size: 11px;
  font-weight: 400;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageTime {
  display: table-row-group;
  font-size: 0.688em;
  letter-spacing: 0.05em;
  font-style: italic;
  opacity: 1;
  margin-left: 5px;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageTime:before {
  content: "\e66f";
  display: inline-block;
  font-family: "icomoon";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-transform: none;
  margin-right: 5px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageContent {
  padding: 10px 15px;
  margin-top: 10px;
  margin-right: 5px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  clear: both;
  border: none;
  position: relative;
  display: inline-block;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageContent .wcEmoticon {
  margin-left: 4px;
  margin-right: 4px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageContent:before {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000;
  position: absolute;
  top: -5px;
  left: 15px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageContent > a {
  display: block;
  padding: 10px;
  margin: 10px 0 5px 0;
  border-radius: 7px;
  display: table;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageContent > a .wcImage {
  margin-bottom: 0;
}
.buddyapp-wise-chat-pro .wcContainer .wcUsersList {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .buddyapp-wise-chat-pro .wcContainer .wcUsersList {
    width: 70px;
  }
}
.buddyapp-wise-chat-pro .wcContainer .wcUsersList > br {
  display: none;
}
.buddyapp-wise-chat-pro .wcContainer .wcUsersList > .wcUserInChannel {
  font-weight: 400;
  padding: 10px 20px;
  display: block;
}
@media only screen and (max-width: 767px) {
  .buddyapp-wise-chat-pro .wcContainer .wcUsersList > .wcUserInChannel {
    padding: 20px;
    width: 68px;
    height: 70px;
    overflow: hidden;
  }
  .buddyapp-wise-chat-pro .wcContainer .wcUsersList > .wcUserInChannel .wcUserListAvatar {
    margin: 0 0 20px 0;
  }
}
.buddyapp-wise-chat-pro .wcContainer .wcControls {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 15px;
  border-radius: 10px;
  margin-top: 20px;
}
.buddyapp-wise-chat-pro .wcContainer .wcControls .wcMessageAttachments {
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  margin-top: 0;
  border-radius: 5px;
  margin-left: 6px;
  margin-right: 10px;
  overflow: hidden;
}
.buddyapp-wise-chat-pro .wcContainer .wcControls .wcMessageAttachments .wcAttachmentClear {
  margin: 0 6px;
}
.buddyapp-wise-chat-pro .wcContainer .wcControls .wcMessageAttachments .wcAttachmentClear img {
  display: none;
}
.buddyapp-wise-chat-pro .wcContainer .wcControls .wcMessageAttachments .wcAttachmentClear:before {
  content: "\e8b9";
  font-family: 'icomoon';
}
.buddyapp-wise-chat-pro .wcContainer .wcControls .wcMessageAttachments .wcFileUploadNamePreview {
  padding: 6px 6px 6px 10px;
  display: inline-block;
}
.buddyapp-wise-chat-pro .wcContainer .wcControls .wcInputContainer {
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-width: 180px;
}
.buddyapp-wise-chat-pro .wcContainer .wcControls .wcInputContainer .wcInput {
  font-size: 13px;
  margin-bottom: 0;
  border: none;
  padding: 5px 15px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  /*&:focus {
                    }*/
}
.buddyapp-wise-chat-pro .wcContainer .wcControls a.wcToolButton {
  -webkit-box-ordinal-group: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 3;
  -webkit-order: 3;
  order: 3;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessagesContainersTabs {
  border-bottom: none;
  position: relative;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessagesContainersTabs .wcMessagesContainerTab {
  padding: 10px 15px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessagesContainersTabs .wcMessagesContainerTabActive {
  border: none;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessagesContainersTabs .wcPmNavigationButton {
  top: 50%;
  transform: translateY(-50%);
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageUser:before {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage .wcMessageTime:before {
  margin-left: 6px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage {
  text-align: right;
  width: 100%;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageUser {
  width: 100%;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageUser:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 3px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageTime {
  width: 100%;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageTime:after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 3px;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageContent {
  float: right;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageContent > a {
  margin-right: auto;
}
.buddyapp-wise-chat-pro .wcContainer .wcMessages .wcMessage.wcCurrentUserMessage .wcMessageContent:before {
  left: inherit;
  right: 15px;
}
.buddyapp-wise-chat-pro .wcContainer.wcSidebarMode .wcControls {
  padding: 0;
  border-radius: 0px;
}
.buddyapp-wise-chat-pro .wcContainer:not(.wcSidebarMode) .wcMessages {
  background: transparent;
}
@media only screen and (max-width: 767px) {
  .buddyapp-wise-chat-pro .wcContainer.wcUsersListIncluded .wcMessages {
    width: calc(100% - 70px);
  }
}
/* 7.13 Latest News
-----------------------------------------------------------------------------------*/
.news-widget-wrap {
  font-size: 16px;
  font-size: 1rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
.news-widget-wrap .news-content {
  min-height: 40px;
  margin-bottom: 15px;
}
.news-widget-wrap .news-content .news-link {
  display: table;
  height: 40px;
  width: 100%;
  text-align: left;
}
.news-widget-wrap .news-content .news-link .news-thumb {
  width: 55px;
  display: table-cell;
}
.news-widget-wrap .news-content .news-link .news-headline {
  font-size: 13px;
  font-size: 0.813em;
  display: table-cell;
  vertical-align: middle;
  height: 40px;
  text-align: left;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.news-widget-wrap .news-content .news-link .news-headline small {
  margin-left: 0;
  font-size: 12px;
  opacity: .8;
}
/* 7.14 Widgets in dashboard content
-----------------------------------------------------------------------------------*/
.dashboard-content .widget {
  padding: 0;
  border-bottom: none;
}
#content .dashboard-content p {
  font-size: 13px;
}
/* 7.15 Events Widgets
-----------------------------------------------------------------------------------*/
.widget_em_widget ul {
  list-style: none;
}
.widget_em_widget > ul > li {
  font-size: 13px;
  padding: 0 0 0 40px;
}
.widget_em_widget > ul > li:before {
  position: absolute;
  display: block;
  content: '\e8cc';
  left: 0;
  top: 0;
  text-align: center;
  font-family: 'icomoon';
  width: 20px;
  height: 20px;
  line-height: 20px;
  font-size: 1.125em;
}
.widget_em_widget > ul > li a {
  font-size: 13px;
}
.widget_em_widget > ul > li ul li {
  font-size: 12px;
  opacity: .8;
}
/*-----------------------------------------------------------------------------------

    8. Extras

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
    8.1 Pagers & Pagination
-----------------------------------------------------------------*/
.pagination li {
  display: inline-block;
  margin: 0.3em;
  vertical-align: middle;
}
.pagination a {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: transparent;
  text-align: center;
  font-size: .8em;
  padding: .33em 0;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  border: 0.2em solid #bdbdbd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: none;
}
.pagination li:hover a,
.pagination li.active a {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  -webkit-transform: scale(1.3, 1.3);
  -moz-transform: scale(1.3, 1.3);
  -ms-transform: scale(1.3, 1.3);
  -o-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.pagination li.active a {
  pointer-events: none;
}
.pagination {
  text-align: center;
}
.pagination.pag-type-1 a {
  background: transparent;
}
.pagination.pag-type-1 li:hover a {
  border: 0.09em solid #bdbdbd;
  color: #bdbdbd;
}
.pagination.pag-type-1 li.active a {
  border: 0.09em solid #9e9e9e;
  color: #9e9e9e;
}
.pagination.pag-type-2 a {
  background: #bdbdbd;
}
.pagination.pag-type-2 li:hover a {
  border: 0.09em solid transparent;
  background-color: #e0e0e0;
  color: #9e9e9e;
}
.pagination.pag-type-2 li.active a {
  border: 0.09em solid #9e9e9e;
  color: #e0e0e0;
  background: #9e9e9e;
}
.nav[role="navigation"] {
  text-align: center;
}
.page-links {
  padding: 10px 0;
}
.page-links a {
  text-decoration: none;
  display: inline-block;
  width: 2.4em;
  height: 2.4em;
  border-radius: 50%;
  color: transparent;
  text-align: center;
  font-size: .8em;
  padding: .33em 0;
  margin-top: -2px;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform: scale(0.5, 0.5);
  -moz-transform: scale(0.5, 0.5);
  -ms-transform: scale(0.5, 0.5);
  -o-transform: scale(0.5, 0.5);
  transform: scale(0.5, 0.5);
  border: 0.2em solid #bdbdbd;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
  box-shadow: none;
}
.page-links a:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  border: 0.09em solid #bdbdbd;
  color: #bdbdbd;
}
/* ----------------------------------------------------------------
    8.2 Bootstrap Specific
-----------------------------------------------------------------*/
.table .success {
  color: #3c763d;
}
.table .info {
  color: #31708f;
}
.table .warning {
  color: #8a6d3b;
}
.table .danger {
  color: #a94442;
}
.btn {
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  text-transform: uppercase;
}
.btn-link:hover,
.btn-link:focus {
  color: #222;
}
.boot-tabs {
  margin-bottom: 20px !important;
}
.carousel-control .icon-chevron-left,
.carousel-control .icon-chevron-right {
  position: absolute;
  top: 47.5%;
  z-index: 5;
  display: inline-block;
}
.carousel-control .icon-chevron-left {
  left: 50%;
}
.carousel-control .icon-chevron-right {
  right: 50%;
}
.responsive-utilities th small {
  display: block;
  font-weight: 400;
  color: #999;
}
.show-grid [class^=col-] {
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #fafafa;
  border: 0.063em solid #e5e5e5;
}
.img-circle {
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  border-radius: 50% !important;
}
label.radio,
label.checkbox {
  padding-left: 20px;
}
/* ----------------------------------------------------------------
    8.3 Stretched Layout
-----------------------------------------------------------------*/
.stretched #page-wrapper {
  width: 100%;
  margin: 0;
  box-shadow: none;
}
/* ----------------------------------------------------------------
    8.4 Page Transitions
-----------------------------------------------------------------*/
.js body.page-transition #page-wrapper,
.animsition-overlay {
  position: relative;
  overflow: hidden;
  opacity: 0;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.css3-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  text-align: center;
  background-color: #fff;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.css3-spinner > div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -9px;
  margin-left: 13px;
  width: 18px;
  height: 18px;
  background-color: #ddd;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.css3-spinner .css3-spinner-bounce1 {
  margin-left: -31px;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.css3-spinner .css3-spinner-bounce2 {
  margin-left: -9px;
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.css3-spinner > .css3-spinner-flipper {
  width: 32px;
  height: 32px;
  margin-top: -16px;
  margin-left: -16px;
  border-radius: 0;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.css3-spinner > .css3-spinner-double-bounce1,
.css3-spinner > .css3-spinner-double-bounce2 {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border-radius: 50%;
  opacity: 0.6;
  -webkit-animation: cssspinnerbounce 2s infinite ease-in-out;
  animation: cssspinnerbounce 2s infinite ease-in-out;
}
.css3-spinner > .css3-spinner-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes cssspinnerbounce {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes cssspinnerbounce {
  0%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  50% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
.css3-spinner > .css3-spinner-rect1,
.css3-spinner > .css3-spinner-rect2,
.css3-spinner > .css3-spinner-rect3,
.css3-spinner > .css3-spinner-rect4,
.css3-spinner > .css3-spinner-rect5 {
  height: 30px;
  width: 6px;
  margin-top: -15px;
  margin-left: -21px;
  border-radius: 0;
  -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
  animation: stretchdelay 1.2s infinite ease-in-out;
}
.css3-spinner > .css3-spinner-rect2 {
  margin-left: -12px;
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.css3-spinner > .css3-spinner-rect3 {
  margin-left: -3px;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.css3-spinner > .css3-spinner-rect4 {
  margin-left: 6px;
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.css3-spinner > .css3-spinner-rect5 {
  margin-left: 15px;
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretchdelay {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
    -webkit-transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
    -webkit-transform: scaleY(1);
  }
}
.css3-spinner > .css3-spinner-cube1,
.css3-spinner > .css3-spinner-cube2 {
  width: 16px;
  height: 16px;
  border-radius: 0;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: cubemove 1.8s infinite ease-in-out;
  animation: cubemove 1.8s infinite ease-in-out;
}
.css3-spinner > .css3-spinner-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes cubemove {
  25% {
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
  }
}
@keyframes cubemove {
  25% {
    transform: translateX(42px) rotate(-90deg) scale(0.5);
    -webkit-transform: translateX(42px) rotate(-90deg) scale(0.5);
  }
  50% {
    transform: translateX(42px) translateY(42px) rotate(-179deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-179deg);
  }
  50.1% {
    transform: translateX(42px) translateY(42px) rotate(-180deg);
    -webkit-transform: translateX(42px) translateY(42px) rotate(-180deg);
  }
  75% {
    transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
    -webkit-transform: translateX(0px) translateY(42px) rotate(-270deg) scale(0.5);
  }
  100% {
    transform: rotate(-360deg);
    -webkit-transform: rotate(-360deg);
  }
}
.css3-spinner > .css3-spinner-scaler {
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  -webkit-animation: scaleout 1s infinite ease-in-out;
  animation: scaleout 1s infinite ease-in-out;
}
@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
/* ICON Spin Animation */
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
/* ----------------------------------------------------------------
    8.5 Login Page
-----------------------------------------------------------------*/
.page-template-blank #page-wrapper {
  min-height: 100vh;
}
.kleo-login-wrap {
  text-align: center;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap {
    margin: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .kleo-login-wrap {
    margin: 30px auto;
  }
}
@media only screen and (min-width: 768px) {
  .kleo-login-wrap {
    width: 500px;
  }
}
.kleo-login-wrap.kleo-login-full {
  width: auto;
}
.kleo-login-wrap .login-logo-wrapper .logo {
  margin: 10px 0;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .login-logo-wrapper .logo {
    margin: 30px 0;
  }
}
.kleo-login-wrap .login-shadow-wrapper {
  box-shadow: 0px 8px 24px rgba(60, 48, 97, 0.15);
}
.kleo-login-wrap .before-login-form-wrapper {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0px 1px 0px rgba(60, 48, 97, 0.1);
  margin-bottom: 1px;
}
.kleo-login-wrap .before-login-form-wrapper:empty {
  display: none;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .before-login-form-wrapper {
    padding: 60px;
  }
}
.kleo-login-wrap .fb-register-title {
  margin: 0 0 20px 0;
  padding: 0;
  color: #2c2538;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 1em;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .fb-register-title {
    font-size: 1.250em;
    margin: 0 0 40px 0;
  }
}
.kleo-login-wrap .kleo-facebook-connect {
  text-align: center;
  display: table;
  width: 100%;
  height: 50px;
  padding: 0;
  border-radius: 0;
  background-color: #3a5795;
  font-weight: 700;
  letter-spacing: 0.03em;
  font-size: 0.688em;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .kleo-facebook-connect {
    font-size: 0.875em;
  }
}
.kleo-login-wrap .kleo-facebook-connect > span {
  padding: 0 10px;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}
.kleo-login-wrap .kleo-facebook-connect > i {
  float: left;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background-color: #334e89;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.kleo-login-wrap .kleo-facebook-connect:hover {
  opacity: 1;
  color: #FFFFFF;
  background-color: #334c83;
}
.kleo-login-wrap .kleo-facebook-connect:hover > i {
  background-color: #2c4376;
}
.kleo-login-wrap .login-form-wrapper {
  padding: 30px 30px 20px 30px;
  background-color: rgba(255, 255, 255, 0.34);
  box-shadow: 0px 1px 0px rgba(60, 48, 97, 0.1);
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .login-form-wrapper {
    padding: 60px 60px 20px 60px;
  }
}
.kleo-login-wrap .login-form-wrapper .kleo-pop-title {
  margin: 0 0 20px 0;
  padding: 0;
  display: block;
  color: #2c2538;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  font-weight: 400;
  font-size: 1em;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .login-form-wrapper .kleo-pop-title {
    font-size: 1.250em;
    margin: 0 0 40px 0;
  }
}
.kleo-login-wrap .login-form-wrapper form {
  margin-bottom: 0;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  vertical-align: top;
  overflow: hidden;
  height: 55px;
  margin-bottom: 15px;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label {
  display: block;
  position: absolute;
  font-size: 0.813em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  text-align: left;
  pointer-events: none;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label:before,
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid rgba(44, 37, 56, 0.5);
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label:after {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label .login-label-content {
  position: absolute;
  display: block;
  width: 100%;
  color: #2c2538;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  font-weight: 400;
  transition: all 0.3s ease-out;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field {
  position: relative;
  display: block;
  float: right;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
  /* for box shadows to show on iOS */
  margin-top: 10px;
  height: 40px;
  width: 100%;
  background-color: transparent !important;
  color: #2c2538;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  padding: 0;
  /* for chrome */
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:focus {
  outline: none;
  background: transparent !important;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:focus + .login-label:after,
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:valid + .login-label:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:focus + .login-label .login-label-content,
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:valid + .login-label .login-label-content {
  font-size: 10px;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:-webkit-autofill,
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:-webkit-autofill:hover,
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:-webkit-autofill:focus,
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out !important;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:-webkit-autofill + .login-label:after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:-webkit-autofill + .login-label .login-label-content {
  font-size: 10px;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
}
.kleo-login-wrap .login-form-wrapper .kleo-result {
  font-size: 0.813em;
  color: #2c2538;
}
.kleo-login-wrap .login-form-wrapper button.login-button,
.kleo-login-wrap .login-form-wrapper input[type=submit].login-button {
  width: 100%;
  border: none;
  height: 50px;
  border-radius: 0;
  margin: 15px 0 0 0;
  padding: 0;
  color: #FFFFFF;
  letter-spacing: 0.03em;
  font-size: 0.688em;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .login-form-wrapper button.login-button,
  .kleo-login-wrap .login-form-wrapper input[type=submit].login-button {
    font-size: 0.875em;
  }
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox {
  margin-top: 25px;
  width: 100%;
  float: left;
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox label {
  border: none;
  margin: 0 0 0 2px;
  float: left;
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox label:after {
  opacity: 1;
  width: 12px;
  height: 12px;
  border: 2px solid transparent;
  left: 0;
  top: 3px;
  background-color: rgba(44, 37, 56, 0.3);
  -webkit-transition: border-color 0.3s, background-color 0.2s, left 0.2s, top 0.2s, transform 0.2s;
  transition: border-color 0.3s, background-color 0.2s, left 0.2s, top 0.2s, transform 0.2s;
  -ms-transform: rotate(0);
  -webkit-transform: rotate(0);
  transform: rotate(0);
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox input {
  width: 50%;
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox > span {
  display: block;
  position: relative;
  float: left;
  margin-left: 10px;
  font-size: 0.813em;
  color: #2c2538;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  margin-bottom: 15px;
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox > input:checked + label:after {
  width: 7px;
  border-color: #c62147;
  border-top: none;
  border-left: none;
  background-color: transparent;
  top: 0;
  left: 7px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.kleo-login-wrap .login-form-wrapper .kleo-other-action {
  display: block;
  float: right;
  font-size: 0.813em;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  text-decoration: underline !important;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.kleo-login-wrap .login-form-wrapper .login-demo-info {
  margin-bottom: 5px;
}
.kleo-login-wrap .login-form-wrapper .login-demo-info p {
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  font-size: 0.813em;
  font-style: italic;
  margin: 0;
  padding: 0;
  background: transparent;
}
.kleo-login-wrap .login-form-wrapper .login-demo-info p strong {
  font-weight: 600;
}
.kleo-login-wrap .login-create-account-wrapper {
  background-color: rgba(255, 255, 255, 0.34);
  padding: 20px 0;
  margin: 1px 0 0 0;
}
.kleo-login-wrap .login-create-account-wrapper .kleo-register-link {
  font-size: 0.813em;
  display: block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
}
.kleo-login-wrap .login-create-account-wrapper .kleo-register-link > a.new-account {
  display: block;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.1);
  text-decoration: underline !important;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
@media only screen and (min-width: 480px) {
  .kleo-login-wrap .login-create-account-wrapper .kleo-register-link > a.new-account {
    display: inline;
    margin-left: 10px;
  }
}
.kleo-login-wrap.dark-login .login-shadow-wrapper {
  box-shadow: none;
}
.kleo-login-wrap.dark-login .before-login-form-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
.kleo-login-wrap.dark-login .before-login-form-wrapper .fb-register-title {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
.kleo-login-wrap.dark-login .login-form-wrapper .kleo-pop-title {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper .login-demo-info p {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper .login-input-wrapper .login-field {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper .login-input-wrapper .login-label:before,
.kleo-login-wrap.dark-login .login-form-wrapper .login-input-wrapper .login-label:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.kleo-login-wrap.dark-login .login-form-wrapper .login-input-wrapper .login-label .login-label-content {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper .kleo-result {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper .kleo-result a {
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper .fancy-checkbox label:after {
  background-color: rgba(255, 255, 255, 0.4);
}
.kleo-login-wrap.dark-login .login-form-wrapper .fancy-checkbox > span {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-form-wrapper .kleo-other-action {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-create-account-wrapper {
  background-color: rgba(0, 0, 0, 0.4);
}
.kleo-login-wrap.dark-login .login-create-account-wrapper .kleo-register-link {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
.kleo-login-wrap.dark-login .login-create-account-wrapper .kleo-register-link > a.new-account {
  color: #FFFFFF;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.1);
}
#kleo-lostpass-modal .kleo-other-action {
  float: none;
  text-align: left;
  margin-top: 25px;
}
/* modal close button */
.kleo-login-wrap + .mfp-close {
  overflow: hidden;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.kleo-login-wrap + .mfp-close:before {
  content: '\e8b9';
  display: block;
  font-family: 'icomoon';
  color: #2c2538;
  font-size: 14px;
  font-weight: 400;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.kleo-login-wrap.dark-login + .mfp-close:before {
  color: #FFFFFF;
}
/* modal for interior pages */
.kleo-form-modal .kleo-login-wrap .before-login-form-wrapper,
.kleo-form-modal .kleo-login-wrap .login-form-wrapper,
.kleo-form-modal .kleo-login-wrap .login-create-account-wrapper {
  background-color: rgba(255, 255, 255, 0.9);
}
.kleo-form-modal .kleo-login-wrap.dark-login .before-login-form-wrapper,
.kleo-form-modal .kleo-login-wrap.dark-login .login-form-wrapper,
.kleo-form-modal .kleo-login-wrap.dark-login .login-create-account-wrapper {
  background-color: rgba(0, 0, 0, 0.85);
}
.mfp-bg {
  background: #000000;
}
#kleo-login-modal,
#kleo-lostpass-modal {
  max-width: 500px;
  position: relative;
  margin: 0 auto;
}
.kleo-facebook-connect {
  background: #3b5998;
  color: #f7f7f7;
  padding: 10px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.kleo-facebook-connect:hover {
  color: #9fbbe5;
}
/* ----------------------------------------------------------------
    8.6 Flex Slider
-----------------------------------------------------------------*/
.fslider,
.fslider .flexslider,
.fslider .slider-wrap,
.fslider .slide,
.fslider .slide > a,
.fslider .slide > img,
.fslider .slide > a > img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
}
.fslider {
  min-height: 32px;
}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
  border: none;
}
.slider-wrap,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
}
.flexslider {
  position: relative;
  margin: 0;
  padding: 0;
}
.flexslider .slider-wrap > .slide {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slider-wrap img {
  width: 100%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slider-wrap:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slider-wrap {
  display: block;
}
* html .slider-wrap {
  height: 1%;
}
.no-js .slider-wrap > .slide:first-child {
  display: block;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-nav,
.flex-control-paging {
  position: absolute;
  z-index: 10;
  text-align: center;
  top: 14px;
  right: 10px;
  margin: 0;
  width: auto;
}
.flex-control-nav li,
.flex-control-paging li {
  float: left;
  display: block;
  margin: 0 3px;
  width: 10px;
  height: 10px;
}
.flex-control-nav li a,
.flex-control-paging li a {
  background: none;
  box-shadow: none;
  display: block;
  cursor: pointer;
  text-indent: -9999px;
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
}
.flex-control-nav li:hover a,
.flex-control-paging li:hover a,
.flex-control-nav li a.flex-active,
.flex-control-paging li a.flex-active {
  background-color: #fff !important;
}
.slides.flexslider .slides img {
  height: auto;
  width: 100%;
}
.mfp-content:hover .login-field:-webkit-autofill,
.mfp-content:hover .login-field:-webkit-autofill:hover,
.mfp-content:hover .login-field:-webkit-autofill:focus,
.mfp-content:hover .login-field:-webkit-autofill:active {
  transition: background-color 50000s ease-in-out !important;
}
/* CONTACT Form 7 */
.contact-form-creative.big-fonts input {
  font-size: 18px;
  margin-bottom: 20px !important;
  padding: 16px 0;
  height: auto;
}
.contact-form-creative.big-fonts input[type="tel"] {
  width: 100%;
}
.contact-form-creative.big-fonts input[type="submit"] {
  padding: 10px 60px;
  text-transform: none;
  margin: 0 auto;
  color: #fff;
  display: block;
  box-shadow: 0 6px 11px 0 rgba(55, 158, 178, 0.28);
}
.contact-form-creative.big-fonts textarea {
  font-size: 18px;
  margin-bottom: 20px !important;
  height: 80px;
}
/*-----------------------------------------------------------------------------------

    9. 3rd Party plugins

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
    9.1 Buddypress Profile Cover
-----------------------------------------------------------------*/
.profile-cover-action {
  display: none;
}
.profile-cover-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 0) linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.65) 100%) repeat scroll 0 0;
}
/* ----------------------------------------------------------------
    9.2 rtMedia
-----------------------------------------------------------------*/
#buddypress form#whats-new-form #whats-new-options select {
  padding: 3px 20px 3px 2px !important;
}
.rtm-tabs.rtm-tabs {
  margin: 0 0 20px !important;
}
.rtmedia-container .imgedit-wrap div.imgedit-settings .nowrap input[type="text"] {
  display: inline-block;
  margin: 0 10px;
}
.rtmedia-container .imgedit-wrap .imgedit-group {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rtmedia-container a.button,
.rtmedia-container input[type="submit"],
.rtmedia-container input[type="reset"],
.rtmedia-container input[type="button"],
button {
  margin-bottom: 0;
}
.rtmedia-container .rtmedia-image-editor-cotnainer {
  border-bottom: 1px solid #eee;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.rtmedia-container form.rt_media_comment_form textarea {
  margin-bottom: 20px;
}
.rtmedia-container .rtm-comment-list .rtmedia-no-comments {
  padding: 5px 10px !important;
}
.rtmedia-actions-before-comments form {
  margin-bottom: 10px;
}
.rtmedia-item-actions.rtm-single-actions.rtm-item-actions {
  margin-bottom: 30px;
}
.rtmedia-actions-before-comments .rtmedia-comment-link,
#buddypress .rtmedia-actions-before-comments .rtmedia-like {
  background: transparent;
  border-radius: 0;
  color: inherit;
}
.rtmedia-comment-user-pic img {
  border-radius: 50%;
}
.rtmedia-container .rtm-comment-list li {
  padding: 10px !important;
}
.rtmedia-container .rtmedia-no-comments {
  font-style: italic;
  font-size: 11px !important;
}
.rtmedia-container .userprofile img {
  border-radius: 50%;
}
.rtmedia-container .rt_media_comment_form {
  margin-bottom: 0;
}
.rtmedia-add-media-button,
.rtmedia-add-media-button *,
#rtmedia-action-update * {
  -webkit-backface-visibility: visible !important;
  -moz-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
#buddypress ul.rtmedia-list li {
  padding-left: 0;
}
#buddypress .rtmedia-container .rtmedia-no-media-found {
  min-height: 150px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container {
  opacity: 1;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form button,
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form .button {
  border-radius: 30px !important;
  padding: 4px 20px 4px 15px !important;
  min-height: inherit !important;
  line-height: normal !important;
  border: 1px solid transparent !important;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form button:hover,
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form .button:hover {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.5) !important;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form button:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form .button:before {
  content: '';
  font-family: 'icomoon';
  display: block;
  font-size: 14px;
  margin-right: 10px;
  float: left;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form button.rtmedia-edit:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form .button.rtmedia-edit:before {
  content: '\e7b3';
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form button.rtmedia-delete-media:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form .button.rtmedia-delete-media:before {
  content: '\e630';
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form button.rtmedia-like,
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form .button.rtmedia-like {
  margin-top: 2px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form button.rtmedia-like:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-ltb-action-container .rtmedia-actions form .button.rtmedia-like:before {
  content: '\e91e';
  margin-top: 2px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta {
  position: relative;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtm-user-meta-details .userprofile > a {
  width: 40px;
  height: 40px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments {
  max-height: inherit;
  overflow: visible;
  min-height: 330px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments button,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .button,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .rtmedia-comment-link {
  border-radius: 20px;
  line-height: normal;
  padding: 3px 20px 3px 15px;
  margin-top: 0 !important;
  min-height: inherit;
  -webkit-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  -moz-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  -o-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  -ms-transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
  transition: border-color .3s ease-out, background .3s ease-out, color .2s ease-out;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments button > span,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .button > span,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .rtmedia-comment-link > span {
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 400;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments button:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .button:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .rtmedia-comment-link:before {
  content: '';
  font-family: 'icomoon';
  display: block;
  font-size: 14px;
  margin-right: 10px;
  float: left;
  -webkit-transition: color 0.2s ease-out;
  -moz-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  -ms-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments button.rtmedia-like:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .button.rtmedia-like:before,
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .rtmedia-comment-link.rtmedia-like:before {
  content: '\e91e';
  margin-top: 2px;
  font-family: 'icomoon';
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .rtmedia-comment-link {
  font-size: 11px;
  padding: 4px 20px 4px 15px;
  text-transform: uppercase;
  font-weight: 400;
  display: inline-block;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtmedia-actions-before-comments .rtmedia-comment-link:before {
  content: '\ea2b';
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtm-like-comments-info {
  position: absolute;
  left: 20px;
  top: 110px;
  width: calc(100% - 40px);
  height: calc(100% - 282px);
  overflow-y: auto;
  margin-top: 15px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtm-like-comments-info:before {
  content: '';
  position: absolute;
  display: none;
  bottom: 0;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid red;
  z-index: 99;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtm-like-comments-info:after {
  content: '';
  position: absolute;
  display: none;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid grey;
  z-index: 100;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtm-like-comments-info .rtmedia-like-info {
  background: transparent;
  margin-bottom: 10px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtm-like-comments-info .rtmedia-comments-container .rtm-comment-list li {
  background: transparent;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtm-like-comments-info .rtmedia-comments-container .rtm-comment-list li .rtmedia-comment-user-pic a {
  display: block;
  width: 25px;
  height: 25px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-meta .rtmedia-item-comments .rtm-like-comments-info .rtmedia-comments-container .rtm-comment-list li .rtm-comment-wrap .rtmedia-comment-details {
  margin-top: 3px;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-media-single-comments {
  background: transparent;
  padding: 15px 0;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-media-single-comments textarea {
  font-family: inherit;
  font-size: 13px;
  height: 50px;
  min-height: inherit;
  max-height: inherit;
  padding: 10px;
  width: 98%;
  color: #555;
  outline: none;
  -webkit-transition: border .3s ease-out, padding .2s ease-out;
  -moz-transition: border .3s ease-out, padding .2s ease-out;
  -o-transition: border .3s ease-out, padding .2s ease-out;
  -ms-transition: border .3s ease-out, padding .2s ease-out;
  transition: border .3s ease-out, padding .2s ease-out;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtm-media-single-comments textarea:focus {
  border: 0;
  padding-left: 0;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-media .mfp-arrow:before {
  content: '\e605';
  color: #fff;
  font-size: 20px;
  font-family: 'icomoon';
  border: none;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-media .mfp-arrow:after {
  display: none;
}
#buddypress .rtmedia-container .rtm-lightbox-container .rtmedia-single-media .mfp-arrow.mfp-arrow-right:before {
  -moz-transform: scaleX(-1);
  -o-transform: scaleX(-1);
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  filter: FlipH;
  -ms-filter: "FlipH";
}
#buddypress .rtmedia-container .rtm-options {
  padding: 10px;
}
#buddypress .rtmedia-container .rtm-options li > a {
  font-size: 14px;
}
#buddypress .rtmedia-container .rtm-options li form {
  margin-bottom: 0;
}
#buddypress .rtmedia-container .rtm-options li form button {
  font-size: 14px;
  min-height: inherit;
}
#buddypress .activity-content .activity-meta .rtm-form-select {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 7px;
  height: 26px;
  margin-bottom: 18px;
  float: none;
  clear: both;
  display: block;
}
#buddypress #whats-new-form #whats-new-options {
  /*width: 100%;*/
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  #buddypress #whats-new-form #whats-new-options {
    -webkit-flex-direction: row;
    flex-direction: row;
  }
}
#buddypress #whats-new-form #whats-new-options select {
  max-width: 160px;
  margin-top: 12px;
}
#buddypress #whats-new-form #whats-new-options > div {
  /*min-width: 24%;*/
}
#buddypress #whats-new-form #whats-new-options .rtmedia-plupload-container {
  float: none;
  -webkit-box-ordinal-group: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 1;
  /* OLD - Firefox 19- */
  -ms-flex-order: 1;
  /* TWEENER - IE 10 */
  -webkit-order: 1;
  /* NEW - Chrome */
  order: 1;
}
#buddypress #whats-new-form #whats-new-options .rtmedia-plupload-container .rtm-upload-button-wrapper {
  margin-bottom: 20px;
}
#buddypress #whats-new-form #whats-new-options .rtmedia-plupload-container #rtmedia-action-update {
  margin-right: 0;
}
@media only screen and (min-width: 768px) {
  #buddypress #whats-new-form #whats-new-options .rtmedia-plupload-container #rtmedia-action-update {
    margin-right: 10px;
  }
}
#buddypress #whats-new-form #whats-new-options .rtmedia-plupload-container select {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  #buddypress #whats-new-form #whats-new-options .rtmedia-plupload-container select {
    max-width: 160px;
    width: auto;
  }
}
#buddypress #whats-new-form #whats-new-options #whats-new-post-in-box {
  float: none;
  -webkit-box-ordinal-group: 2;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 2;
  /* OLD - Firefox 19- */
  -ms-flex-order: 2;
  /* TWEENER - IE 10 */
  -webkit-order: 2;
  /* NEW - Chrome */
  order: 2;
}
#buddypress #whats-new-form #whats-new-options #whats-new-post-in-box select#whats-new-post-in {
  margin-bottom: 20px;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
}
@media only screen and (min-width: 768px) {
  #buddypress #whats-new-form #whats-new-options #whats-new-post-in-box select#whats-new-post-in {
    margin-left: 10px;
    max-width: 160px;
    width: auto;
  }
}
#buddypress #whats-new-form #whats-new-options #whats-new-submit {
  float: none;
  -webkit-box-ordinal-group: 3;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 3;
  /* OLD - Firefox 19- */
  -ms-flex-order: 3;
  /* TWEENER - IE 10 */
  -webkit-order: 3;
  /* NEW - Chrome */
  order: 3;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
#buddypress #whats-new-form #whats-new-options #whats-new-submit > input {
  float: none;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #buddypress #whats-new-form #whats-new-options #whats-new-submit > input {
    margin-left: auto;
    width: auto;
  }
}
#buddypress #whats-new-form #whats-new-options .rtmedia-uploader-div {
  -webkit-box-ordinal-group: 4;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-ordinal-group: 4;
  /* OLD - Firefox 19- */
  -ms-flex-order: 4;
  /* TWEENER - IE 10 */
  -webkit-order: 4;
  /* NEW - Chrome */
  order: 4;
  width: 100%;
  padding: 0;
  margin-top: 15px;
}
#buddypress #whats-new-form #whats-new-options .rtm-form-select {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
  float: left;
}
#buddypress #whats-new-form #whats-new-options .rtmedia-add-media-button {
  padding: 10px;
  margin-right: 7px;
}
#buddypress #whats-new-form #whats-new-options #whats-new-post-in-box #whats-new-post-in {
  margin-left: 10px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sidemenu-is-open #buddypress #whats-new-form #whats-new-options {
    flex-direction: column;
  }
  .sidemenu-is-open #buddypress #whats-new-form #whats-new-submit {
    margin-top: 10px !important;
  }
  .sidemenu-is-open #buddypress #whats-new-form #whats-new-submit > input {
    margin-left: inherit !important;
    width: 100% !important;
  }
  .sidemenu-is-open #buddypress #whats-new-form .rtmedia-plupload-container select {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sidemenu-is-open #buddypress #whats-new-form .rtmedia-plupload-container #rtmedia-action-update {
    margin-right: 0;
  }
  .sidemenu-is-open #buddypress #whats-new-form #whats-new-post-in-box select {
    width: 100% !important;
    max-width: 100% !important;
    margin-left: 0 !important;
  }
}
.rtmedia-comment-media-upload {
  float: left;
  margin-top: 17px;
  margin-right: 10px;
}
#buddypress .rtmedia-activity-container li.media-type-video {
  width: 100% !important;
  height: 300px !important;
}
@media only screen and (min-width: 768px) {
  #buddypress .rtmedia-activity-container li.media-type-video {
    height: 450px !important;
  }
}
/* ----------------------------------------------------------------
      9.3 bpLike
-----------------------------------------------------------------*/
#buddypress #activity-stream p.users-who-like {
  display: inline-block;
  font-size: 0.875em;
  font-style: italic;
  margin: 0 5px;
}
/* ----------------------------------------------------------------
    9.4 Cleverness To Do List
-----------------------------------------------------------------*/
#ctdl-frontend-admin .ctdl-tables {
  overflow: hidden;
  margin-bottom: 20px;
}
#ctdl-frontend-admin table.todo-table p,
#ctdl-frontend-admin table.todo-table span {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
}
#ctdl-frontend-admin table.todo-table tr td {
  padding: 20px;
}
#ctdl-frontend-admin table.todo-table thead tr th#checkbox-col {
  width: 55px;
}
#ctdl-frontend-admin table.todo-table thead tr th#action-col,
#ctdl-frontend-admin table.todo-table tbody tr td.todo-actions {
  /*width: 130px;*/
  padding-left: 20px;
}
#ctdl-frontend-admin table.todo-table tr td.todo-actions {
  color: transparent;
}
#ctdl-frontend-admin table.todo-table tr td.todo-actions a {
  float: left;
  margin: 0 2px;
}
#ctdl-frontend-admin table.todo-table tr td.todo-actions a.edit-todo,
#ctdl-frontend-admin table.todo-table tr td.todo-actions a.delete-todo {
  font-size: 12px;
  position: relative;
  line-height: 16px;
  padding-left: 24px;
  margin-top: 6px;
  float: left;
  margin-left: 10px;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
#ctdl-frontend-admin table.todo-table tr td.todo-actions a.edit-todo:before {
  content: '\e90b';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#ctdl-frontend-admin table.todo-table tr td.todo-actions a.delete-todo:before {
  content: '\e630';
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
}
#ctdl-frontend-admin table.todo-table tr.todo-important td.todo-priority {
  color: #FF5722;
}
#ctdl-frontend-admin table.todo-table tr.todo-normal td.todo-priority {
  color: #8BC34A;
}
#ctdl-frontend-admin table.todo-table tr.todo-low td.todo-priority {
  color: #FFC107;
}
#ctdl-frontend-admin .wp-editor-container {
  border-bottom: 0;
}
#ctdl-frontend-admin table.todo-form {
  display: block;
  width: 100%;
  /*max-width: 550px;*/
  border: none;
  background: transparent;
}
#ctdl-frontend-admin table.todo-form tbody,
#ctdl-frontend-admin table.todo-form tr {
  display: block;
  width: 100%;
}
#ctdl-frontend-admin table.todo-form tr th,
#ctdl-frontend-admin table.todo-form tr td {
  display: block;
  text-align: left;
  width: 100%;
}
#ctdl-frontend-admin table.todo-form tr th {
  padding-bottom: 0px;
  border: none;
}
#ctdl-frontend-admin table.todo-form tr td {
  /*padding-bottom: 15px;*/
  border: none;
}
#ctdl-frontend-admin table.todo-form tr td input#cleverness_todo_deadline,
#ctdl-frontend-admin table.todo-form tr td select#cleverness_todo_priority,
#ctdl-frontend-admin table.todo-form tr td select#cat {
  /*width: 100%;*/
  width: 300px;
  margin-bottom: 0;
}
#ctdl-frontend-admin table.todo-form tr td .select2-container {
  width: 100% !important;
}
#ctdl-frontend-admin #cleverness-todo-progress-slider {
  height: 2px;
  border: none;
  top: 0.5em;
  margin: 0 10px;
  width: 70% !important;
}
#ctdl-frontend-admin #cleverness-todo-progress-slider .ui-slider-handle {
  top: -0.5em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
#ctdl-frontend-admin input[type="submit"].button-primary {
  margin-left: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  -webkit-transition: background 0.3s ease-out;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -ms-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#ctdl-frontend-admin .todo-table tr:nth-child(even) td,
#ctdl-frontend-admin .todo-form tr:nth-child(even) td {
  background-color: transparent;
}
#ctdl-frontend-admin .todo-table tr:nth-child(even) td.todo-actions,
#ctdl-frontend-admin .todo-form tr:nth-child(even) td.todo-actions {
  background-color: transparent;
}
#ctdl-frontend-admin .todo-table tr:nth-child(even) th,
#ctdl-frontend-admin .todo-form tr:nth-child(even) th {
  font-weight: 600;
}
#ctdl-frontend-admin #todo-list-completed {
  margin-bottom: 10px;
}
#ctdl-frontend-admin h3 {
  font-size: .875em;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
  margin-left: 20px;
}
#ctdl-frontend-admin form#addtodo {
  padding: 8px;
}
#ctdl-frontend-admin .todo-form {
  margin-bottom: 10px;
}
#ctdl-frontend-admin .todo-form textarea {
  padding: 8px 15px;
  -webkit-transition: border-color 0.3s ease-out;
  -moz-transition: border-color 0.3s ease-out;
  -o-transition: border-color 0.3s ease-out;
  -ms-transition: border-color 0.3s ease-out;
  transition: border-color 0.3s ease-out;
}
.mce-btn button {
  min-height: inherit;
  background: transparent;
  border: 1px solid transparent;
  border-radius: inherit;
  margin-bottom: 0;
  font-size: 14px;
}
.mce-btn button:hover {
  background-color: transparent;
}
#insert-media-button {
  height: 30px;
  padding: 0 15px;
  border-radius: 30px;
  font-size: 11px;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#insert-media-button:hover {
  background-color: transparent;
}
#insert-media-button .wp-media-buttons-icon:before {
  font-size: 14px;
  float: left;
}
/* widget for task */
.widget_cleverness-to-do-widget ol li {
  background-color: transparent;
  padding: 5px 0;
  margin: 0;
  counter-increment: step-counter;
  list-style: none;
  display: block;
  margin-bottom: 2px;
}
.widget_cleverness-to-do-widget ol li div.todo-text::before {
  content: counter(step-counter);
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 0.75em;
  text-align: center;
  display: inline-block;
  float: left;
  margin-right: 8px;
}
.widget_cleverness-to-do-widget ol li div.todo-text {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  font-size: 0.875em;
}
.widget_cleverness-to-do-widget ol li div.todo-content {
  font-size: 0.75em;
  margin-top: 5px;
}
.widget_cleverness-to-do-widget ol li.todo-important div.todo-text::before {
  border: 1px solid #FF5722;
  color: #FF5722;
}
.widget_cleverness-to-do-widget ol li.todo-normal div.todo-text::before {
  border: 1px solid #8BC34A;
  color: #8BC34A;
}
.widget_cleverness-to-do-widget ol li.todo-low div.todo-text::before {
  border: 1px solid #FFC107;
  color: #FFC107;
}
#ctdl-message,
.ctdl-message {
  margin: 30px 0;
  padding: 7px 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: none;
  background: #d3ffc6;
  color: #1e620e;
  font-size: 13px;
}
#ctdl-message p,
.ctdl-message p {
  padding: 0;
  margin: 0;
}
.todo-checklist {
  margin-bottom: 50px;
}
.todo-checklist .todo-category-heading {
  font-size: 1rem;
  margin: 0;
  padding: 15px 0;
}
.todo-checklist h2 {
  font-size: .875em;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}
.todo-checklist .todo-list {
  counter-increment: step-counter;
  list-style: none;
  position: relative;
  font-size: 16px;
  font-size: 1rem;
}
.todo-checklist .todo-list input.todo-checkbox {
  display: inline-block !important;
  margin: 20px;
}
.todo-checklist .todo-list .todoitem {
  margin: 0;
  display: block;
  padding: 20px;
  font-size: 0.750em;
  position: relative;
  padding-left: 64px;
  margin-left: 54px;
  /*float: left;*/
}
.todo-checklist .todo-list .todoitem:before {
  content: counter(step-counter);
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 21px;
  font-size: 13px;
  font-weight: 600;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 0px;
  margin-left: 20px;
}
.todo-checklist .todo-list .todoitem p {
  margin: 0 0 5px 0;
  padding: 0;
}
.todo-checklist .todo-list .todoitem .todo-date {
  font-size: 1em;
  font-style: italic;
  margin-left: 20px;
  padding-left: 20px;
}
.todo-checklist .todo-list .todoitem .edit-todo {
  font-size: 1em;
  margin-left: 20px;
  padding-left: 16px;
  color: transparent;
}
.todo-checklist .todo-list .todoitem .edit-todo a.edit-todo {
  text-transform: lowercase;
  border-left: none;
  margin: 0;
  padding: 0 0 0 20px;
  position: relative;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.todo-checklist .todo-list .todoitem .edit-todo a.edit-todo:before {
  content: '\e90b';
  font-family: 'icomoon';
  position: absolute;
  left: 0;
  top: 0;
  font-size: 13px;
}
.todo-checklist .todo-list.todo-low .todoitem:before {
  color: #FFC107;
  border-color: #ffdb6d;
}
.todo-checklist .todo-list.todo-normal .todoitem:before {
  color: #8BC34A;
  border-color: #bcdc97;
}
.todo-checklist .todo-list.todo-important .todoitem:before {
  color: #FF5722;
  border-color: #ffa588;
}
#content .todo-checklist .todoitem p {
  font-size: 1.167em;
  line-height: 18px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
ul.todolist,
ol.todolist {
  margin-bottom: 40px;
  padding: 0;
}
ul.todolist li.todo-list,
ol.todolist li.todo-list {
  padding: 12px 8px 12px 41px;
  margin-bottom: 2px;
  counter-increment: step-counter;
  list-style: none;
  position: relative;
}
ul.todolist li.todo-list::before,
ol.todolist li.todo-list::before {
  content: counter(step-counter);
  background: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  line-height: 23px;
  font-size: 0.75em;
  text-align: center;
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 10px;
}
ul.todolist li.todo-list.todo-important::before,
ol.todolist li.todo-list.todo-important::before {
  border: 1px solid #FF5722;
  color: #FF5722;
}
ul.todolist li.todo-list.todo-normal::before,
ol.todolist li.todo-list.todo-normal::before {
  border: 1px solid #8BC34A;
  color: #8BC34A;
}
ul.todolist li.todo-list.todo-low::before,
ol.todolist li.todo-list.todo-low::before {
  border: 1px solid #FFC107;
  color: #FFC107;
}
ul.todolist li.todo-list p,
ol.todolist li.todo-list p {
  margin: 0;
  padding: 0;
}
table.todolist caption {
  font-size: 1.125em;
  text-align: left;
  margin-bottom: 30px;
}
table.todolist p,
table.todolist span {
  margin: 0;
  padding: 0;
}
table.todolist tr.todo-important td.todo-priority {
  color: #FF5722;
}
table.todolist tr.todo-normal td.todo-priority {
  color: #8BC34A;
}
table.todolist tr.todo-low td.todo-priority {
  color: #FFC107;
}
.header-top-tasks-widget ol.todolist,
.header-top-tasks-widget ul.todolist {
  margin-bottom: 0;
}
.header-top-tasks-widget ol.todolist li.todo-list,
.header-top-tasks-widget ul.todolist li.todo-list {
  padding: 5px 0;
  border: none;
  width: 100%;
  height: 1.72222;
  line-height: 1.72222;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 20px;
  font-size: 0.875em;
}
.header-top-tasks-widget ol.todolist li.todo-list::before,
.header-top-tasks-widget ul.todolist li.todo-list::before {
  position: relative;
  top: auto;
  left: auto;
  float: left;
  margin-right: 8px;
}
.dashboard-container .todolist {
  margin-left: 0;
}
.dashboard-container .todolist li.todo-list {
  padding: 12px 8px 12px 31px;
}
.dashboard-container .todolist li.todo-list:before {
  left: 0;
}
.dashboard-container .todolist li.todo-list p {
  margin-left: 10px;
}
#event-form h3,
#location-form h3 {
  margin: 0;
  padding: 0 0 10px 0;
}
#event-form p,
#location-form p {
  padding: 0;
  margin: 5px 0;
}
#event-form i,
#location-form i {
  padding: 0 5px;
}
#event-form select,
#location-form select {
  width: auto !important;
}
#event-form table,
#location-form table {
  margin: 0;
}
#event-form .inside,
#location-form .inside {
  margin: 10px 0 20px 0;
}
#event-form .inside .event-editor,
#location-form .inside .event-editor {
  margin-bottom: 20px;
}
.em-search-form {
  margin: 0;
}
.em-search-advanced select {
  padding-right: 40px !important;
}
.css-cats-list ul,
.css-tags-list ul {
  list-style: none;
}
.search-box input[type="text"] {
  padding: 2px 5px;
}
.search-box input[type="submit"] {
  font-size: 0.875em;
  padding: 3px 7px;
}
.kleo-nav-menu .todolist {
  font-size: 0.75rem;
  margin-bottom: 0;
  letter-spacing: normal;
}
.kleo-nav-menu .todolist li.todo-list:before {
  width: 20px;
  height: 20px;
  line-height: 18px;
}
.css-events-admin .wrap,
.css-locations-admin .wrap {
  clear: both;
}
.css-events-admin a.button,
.css-locations-admin a.button {
  position: relative;
  top: -65px;
}
/* ----------------------------------------------------------------
    9.5 Events Manager
-----------------------------------------------------------------*/
table.em-calendar tr td,
table.em-calendar tr th {
  font-size: inherit !important;
  text-align: center !important;
}
@media only screen and (min-width: 768px) {
  table.em-calendar tr td,
  table.em-calendar tr th {
    padding: 18px;
  }
}
@media only screen and (min-width: 992px) {
  table.em-calendar tr td,
  table.em-calendar tr th {
    padding: 32px !important;
  }
}
table.em-calendar tr td .em-calnav-prev,
table.em-calendar tr th .em-calnav-prev,
table.em-calendar tr td .em-calnav-next,
table.em-calendar tr th .em-calnav-next {
  display: block;
  font-size: 0;
  visibility: hidden;
}
table.em-calendar tr td .em-calnav-prev:before,
table.em-calendar tr th .em-calnav-prev:before,
table.em-calendar tr td .em-calnav-next:before,
table.em-calendar tr th .em-calnav-next:before {
  content: '';
  font-family: 'icomoon';
  font-size: 20px;
  visibility: visible;
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
table.em-calendar tr td .em-calnav-prev:before,
table.em-calendar tr th .em-calnav-prev:before {
  content: '\e9d2';
}
table.em-calendar tr td .em-calnav-next:before,
table.em-calendar tr th .em-calnav-next:before {
  content: '\e9d5';
}
table.em-calendar tr:nth-child(2n) td {
  background-color: transparent !important;
}
table.em-calendar td.eventful a,
table.em-calendar td.eventful-today a {
  font-weight: 600;
  position: relative;
  display: block;
}
table.em-calendar td.eventful a:after,
table.em-calendar td.eventful-today a:after {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 10px 0 0 -2px;
}
table.em-calendar td.eventless-today,
table.em-calendar td.eventful-today,
table.em-calendar tr:nth-child(2n) td.eventless-today,
table.em-calendar tr:nth-child(2n) td.eventful-today {
  background: transparent !important;
  position: relative;
  z-index: 2;
  text-align: center !important;
  font-weight: 600;
}
table.em-calendar td.eventless-today:before,
table.em-calendar td.eventful-today:before,
table.em-calendar tr:nth-child(2n) td.eventless-today:before,
table.em-calendar tr:nth-child(2n) td.eventful-today:before {
  content: '';
  height: 44px;
  width: 44px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -22px 0 0 -23px;
  border-radius: 50%;
  z-index: -1;
}
/* ----------------------------------------------------------------
    9.6 Contact Form 7
-----------------------------------------------------------------*/
.customcf7 label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 600;
}
.customcf7 label i {
  margin-right: 3px;
}
.customcf7 .wpcf7-form-control-wrap {
  font-weight: normal;
  display: block;
  width: 100%;
  margin-bottom: 15px;
}
.customcf7 .wpcf7-form-control-wrap input,
.customcf7 .wpcf7-form-control-wrap textarea,
.customcf7 .wpcf7-form-control-wrap select {
  width: 100%;
  display: inline-block;
  font-weight: normal;
}
.customcf7 .wpcf7-form-control-wrap input[type="radio"],
.customcf7 .wpcf7-form-control-wrap input[type="checkbox"] {
  width: auto;
  margin-right: 5px;
}
.customcf7 .wpcf7-form-control-wrap textarea {
  resize: vertical;
  height: 100px;
}
.customcf7 .wpcf7-form-control-wrap label {
  font-weight: normal;
  margin-right: 10px;
}
.customcf7 .wpcf7-form-control-wrap .wpcf7-list-item {
  display: block;
}
input[type="text"].wpcf7-form-control,
input[type="password"].wpcf7-form-control,
input[type="email"].wpcf7-form-control,
textarea.wpcf7-form-control {
  width: 100%;
}
/* Polls */
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li {
  font-size: 16px;
  font-size: 1rem;
  position: relative;
}
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li label {
  position: relative;
  display: inline-block;
  height: 14px;
  line-height: 14px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  padding-left: 30px;
  font-size: 13px;
  font-size: 0.813em;
  font-weight: 400;
}
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li label:before {
  content: '';
  position: absolute;
  display: block;
  z-index: 3;
  opacity: 1;
  top: 2px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  -ms-transform: scale(0, 0);
  /* IE 9 */
  -webkit-transform: scale(0, 0);
  /* Safari */
  transform: scale(0, 0);
}
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li label:after {
  content: '';
  position: absolute;
  z-index: 2;
  top: -1px;
  left: 0;
  opacity: 1;
  width: 14px;
  height: 14px;
  border-radius: 50%;
}
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li input {
  position: absolute !important;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  opacity: 0;
  cursor: pointer;
}
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li input:hover + label:after {
  opacity: .5;
}
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li input:checked + label:before {
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  -ms-transform: scale(1, 1);
  /* IE 9 */
  -webkit-transform: scale(1, 1);
  /* Safari */
  transform: scale(1, 1);
}
.wp-polls .wp-polls-form .wp-polls-ans ul.wp-polls-ul li input:checked + label:after {
  opacity: 1;
}
.wp-polls .wp-polls-form .wp-polls-ans p {
  margin-bottom: 0;
  margin-top: 30px;
}
.wp-polls .wp-polls-form .wp-polls-ans p:last-child {
  margin-top: 0px;
}
.wp-polls .wp-polls-form .wp-polls-ans a {
  font-size: 12px;
  text-transform: lowercase;
}
.wp-polls .Buttons {
  padding: 0 15px;
  border: none;
  min-height: 30px;
  font-size: 11px;
}
.wp-polls-ul li:before {
  display: none;
}
/* ----------------------------------------------------------------
    9.7 Editor
-----------------------------------------------------------------*/
.wp-core-ui .button.ed_button,
.wp-core-ui .button.button-small,
.wp-core-ui .button-secondary {
  box-shadow: none;
  min-height: initial;
  text-transform: lowercase;
  letter-spacing: 0;
  font-size: 11px;
  border-color: transparent;
  -webkit-transition: border 0.3s ease-out;
  -moz-transition: border 0.3s ease-out;
  -o-transition: border 0.3s ease-out;
  -ms-transition: border 0.3s ease-out;
  transition: border 0.3s ease-out;
}
.mce-btn-group .mce-btn button i[class*="mce-i-"] {
  font-size: 18px;
  text-shadow: none;
}
.mce-btn-group .mce-btn button i.mce-i-strikethrough {
  font-size: 20px;
}
.mce-statusbar {
  border-width: 1px;
}
.wp-switch-editor {
  border-radius: 0;
  font-size: 10px;
  min-height: 20px;
  padding: 0 15px;
  background-color: transparent;
  margin: 0;
  font-size: 10px !important;
}
.wp-switch-editor:hover {
  background-color: transparent;
}
.wp-editor-tabs {
  margin-bottom: 15px;
}
.rtmedia-action-buttons,
.rtmedia-upload-media-link {
  -webkit-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
/* ----------------------------------------------------------------
    9.8 Mediaelement Js
-----------------------------------------------------------------*/
.mejs-controls .mejs-button button {
  min-height: initial;
}
/* ----------------------------------------------------------------
    9.9 BuddyVerified
-----------------------------------------------------------------*/
#buddypress div#item-header-avatar a #bp-verified-header {
  width: 12px;
  height: 12px;
  top: inherit;
  bottom: 12px;
  left: 22px;
}
/* ----------------------------------------------------------------
    10.0 Events Manager
-----------------------------------------------------------------*/
#em-wrapper .em-search-wrapper {
  /* main */
  /* advanced */
}
#em-wrapper .em-search-wrapper > .em-events-search {
  padding: 0;
  border: none;
}
#em-wrapper .em-search-wrapper .em-search-main {
  height: 30px;
  border-radius: 15px;
  background-color: rgba(0, 0, 0, 0.05);
  border-bottom: none;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-text,
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo {
  background: none;
  padding: 0;
  margin: 0;
  width: auto;
  float: left;
  font-size: 13px;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-text input[type="text"],
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo input[type="text"] {
  height: 30px;
  line-height: normal;
  padding: 0 20px;
  margin: 0;
  width: 100%;
  /* de testat */
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-text input[type="text"]:-moz-placeholder,
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo input[type="text"]:-moz-placeholder {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-text input[type="text"]::-moz-placeholder,
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo input[type="text"]::-moz-placeholder {
  font-size: 13px;
  line-height: 30px;
  height: 30px;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-text input[type="text"]::-ms-input-placeholder,
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo input[type="text"]::-ms-input-placeholder {
  font-size: 13px;
  padding: 0;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-text input[type="text"]::-webkit-input-placeholder,
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo input[type="text"]::-webkit-input-placeholder {
  font-size: 13px;
  padding: 0;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-text {
  width: 40%;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo {
  position: relative;
  width: 60%;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo input[type="text"] {
  padding: 0 20px 0 30px;
}
#em-wrapper .em-search-wrapper .em-search-main .em-search-geo:before {
  content: '\e6fc';
  font-size: 16px;
  height: 30px;
  line-height: 30px;
  font-family: 'icomoon';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
#em-wrapper .em-search-wrapper .em-search-main button {
  background: none;
  display: block;
  height: 30px;
  width: 50px;
  border-radius: 15px;
  line-height: 30px;
  border: none;
  background: transparent;
  position: absolute;
  top: 0;
  right: 0;
  padding: 0;
  text-shadow: none;
}
#em-wrapper .em-search-wrapper .em-search-main button:before {
  content: "\e60e";
  font-family: 'icomoon';
  display: inline-block;
  line-height: 30px;
}
#em-wrapper .em-search-wrapper .em-search-main button img {
  display: none;
}
#em-wrapper .em-search-wrapper .em-search-advanced {
  padding: 20px;
  margin: 20px 0;
}
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-scope span.em-search-scope {
  font-size: 13px;
}
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-scope label {
  float: none;
}
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-scope input[type="text"] {
  display: inline-block;
  height: 40px;
  margin-bottom: 30px;
}
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-scope input[type="text"].em-date-start {
  margin-right: 10px;
}
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-scope input[type="text"].em-date-end {
  margin-left: 10px;
}
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-category label,
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-location label {
  float: none;
}
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-category select,
#em-wrapper .em-search-wrapper .em-search-advanced .em-search-location select {
  padding: 3px 40px 3px 0px;
  height: 40px;
  margin-bottom: 20px;
}
#em-wrapper .em-search-wrapper .em-search-options .hide-advanced,
#em-wrapper .em-search-wrapper .em-search-options .show-advanced {
  font-size: 13px;
  position: relative;
  padding-left: 30px;
}
#em-wrapper .em-search-wrapper .em-search-options .hide-advanced:before,
#em-wrapper .em-search-wrapper .em-search-options .show-advanced:before {
  content: '';
  font-size: 16px;
  display: block;
  font-family: 'icomoon';
  position: absolute;
  top: -2px;
  left: 0;
}
#em-wrapper .em-search-wrapper .em-search-options .show-advanced:before {
  content: '\e941';
}
#em-wrapper .em-search-wrapper .em-search-options .hide-advanced:before {
  content: '\ea2a';
}
.events-table tr:nth-child(even) td {
  background: transparent !important;
}
/* BuddyPress Global Search */
.bboss_search_page .bboss_search_form_wrapper {
  display: none;
}
.bboss_search_page .search_filters {
  margin-bottom: 20px;
}
.bboss_search_page .results-group {
  margin-bottom: 30px;
}
.bboss_search_page .results-group-title span {
  text-transform: uppercase;
}
.bboss_search_page .bboss_search_item {
  padding: 15px 0 !important;
  border-bottom: 0 !important;
}
.bbls-category {
  text-transform: uppercase;
}
.bb-global-search-ac {
  z-index: 1001 !important;
}
/* Wedevs Project Manager Pro */
.cpm.cpm-front-end * {
  -webkit-backface-visibility: initial;
  backface-visibility: initial;
}
/* ----------------------------------------------------------------

    10. Media responsive

-----------------------------------------------------------------*/
@media only screen and (max-width: 479px) {
  .container {
    width: 310px;
  }
}
@media only screen and (min-width: 480px) {
  .container {
    width: 470px;
  }
}
@media only screen and (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media only screen and (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
/* ----------------------------------------------------------------
    Retina CSS
-----------------------------------------------------------------*/
@supports (display: -webkit-flex) or (display: -ms-flex) or (display: flex) {
  html.no-js .list__item {
    float: left;
    width: 25%;
  }
  html.no-js .list__item img {
    float: none;
    margin-left: 0;
    max-width: none;
  }
}
/* Theme Color Init
-----------------------------------------------------------------*/
.header-colors {
  background-color: #fff;
  color: black;
  border-color: rgba(0, 0, 0, 0.1);
}
.header-colors a {
  color: black;
}
.header-colors a:hover {
  color: #d1224b;
}
.header-colors .heading-color,
.header-colors h1,
.header-colors h2,
.header-colors h3,
.header-colors h4,
.header-colors h5,
.header-colors h6 {
  color: #212121;
}
.header-colors .spost,
.header-colors .mpost {
  border-color: rgba(0, 0, 0, 0.1);
}
.page-title-colors {
  background-color: #fafafa;
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.page-title-colors a {
  color: #999;
}
.page-title-colors a:hover {
  color: #ff2a5b;
}
.page-title-colors .heading-color,
.page-title-colors h1,
.page-title-colors h2,
.page-title-colors h3,
.page-title-colors h4,
.page-title-colors h5,
.page-title-colors h6 {
  color: #513750;
}
.page-title-colors .spost,
.page-title-colors .mpost {
  border-color: rgba(0, 0, 0, 0.1);
}
/* ----------------------------------------------------------------
    Specific elements colors
-----------------------------------------------------------------*/
.sidemenu-colors {
  /* Chat */
  /* Widget Calendar */
}
.sidemenu-colors p,
.sidemenu-colors .widget li,
.sidemenu-colors .widget dt,
.sidemenu-colors .widget dd,
.sidemenu-colors .widget-error,
.sidemenu-colors select,
.sidemenu-colors label,
.sidemenu-colors .wcMessageTime,
.sidemenu-colors .wcMessageUser {
  color: white;
}
.sidemenu-colors h1,
.sidemenu-colors h2,
.sidemenu-colors h3,
.sidemenu-colors h4,
.sidemenu-colors h5,
.sidemenu-colors h6 {
  color: white;
}
.sidemenu-colors a {
  color: white;
}
.sidemenu-colors a:hover {
  color: #ff2a5b;
}
.sidemenu-colors input[type="text"],
.sidemenu-colors input[type="password"] {
  border-color: rgba(255, 255, 255, 0.07);
  background-color: #121324;
  color: white;
}
@media only screen and (min-width: 768px) {
  .sidemenu-colors input[type="text"],
  .sidemenu-colors input[type="password"] {
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
}
.sidemenu-colors input[type="text"]:focus,
.sidemenu-colors input[type="password"]:focus {
  background-color: rgba(255, 255, 255, 0.03);
}
.sidemenu-colors button,
.sidemenu-colors a.button,
.sidemenu-colors input[type="submit"],
.sidemenu-colors input[type="button"],
.sidemenu-colors input[type="reset"],
.sidemenu-colors ul.button-nav li a,
.sidemenu-colors div.generic-button a,
.sidemenu-colors .comment-reply-link,
.sidemenu-colors a.bp-title-button,
.sidemenu-colors .widget_cleverness-to-do-widget ol li {
  background-color: #121324;
}
.sidemenu-colors a.button,
.sidemenu-colors input[type="submit"],
.sidemenu-colors button {
  border-color: rgba(255, 255, 255, 0.07);
}
.sidemenu-colors select {
  background-color: rgba(255, 255, 255, 0.07) !important;
  padding: 3px 40px 3px 10px;
}
.sidemenu-colors .wcMessage .wcMessageUser {
  color: white !important;
  opacity: .4;
  font-weight: 400 !important;
}
.sidemenu-colors .wcMessage .wcMessageContent {
  background-color: rgba(255, 255, 255, 0.07) !important;
}
.sidemenu-colors .wcMessage .wcMessageContent::before {
  border-bottom-color: rgba(255, 255, 255, 0.07) !important;
}
.sidemenu-colors .wcMessage .wcMessageContent {
  color: white !important;
}
.sidemenu-colors .wcMessage.wcWpMessage .wcMessageContent {
  background: #ff2a5b !important;
  color: white !important;
}
.sidemenu-colors .wcMessage.wcWpMessage .wcMessageContent:before {
  border-bottom-color: #ff2a5b !important;
}
.sidemenu-colors .wcControls .wcInputContainer .wcInput {
  background-color: rgba(255, 255, 255, 0.07) !important;
}
.sidemenu-colors .wcControls .wcInputContainer .wcInput:focus {
  background-color: rgba(255, 255, 255, 0.05) !important;
}
.sidemenu-colors .widget_calendar #wp-calendar caption {
  background: #ff2a5b;
  color: white;
}
.sidemenu-colors .widget.buddypress div.item-options a {
  color: white;
}
.sidemenu-colors .widget.buddypress div.item-options a:hover {
  color: #ff2a5b;
}
.sidebar-colors {
  /* Chat */
  /* Widget Calendar */
}
.sidebar-colors p,
.sidebar-colors .widget li,
.sidebar-colors .widget dt,
.sidebar-colors .widget dd,
.sidebar-colors .widget-error,
.sidebar-colors select,
.sidebar-colors label,
.sidebar-colors .wcMessageTime,
.sidebar-colors .wcMessageUser {
  color: #727272;
}
.sidebar-colors h1,
.sidebar-colors h2,
.sidebar-colors h3,
.sidebar-colors h4,
.sidebar-colors h5,
.sidebar-colors h6 {
  color: #513750;
}
.sidebar-colors a {
  color: #513750;
}
.sidebar-colors a:hover {
  color: #ff2a5b;
}
.sidebar-colors input[type="text"],
.sidebar-colors input[type="password"] {
  border-color: rgba(0, 0, 0, 0.1);
  background-color: #fff;
  color: #727272;
}
@media only screen and (min-width: 768px) {
  .sidebar-colors input[type="text"],
  .sidebar-colors input[type="password"] {
    -webkit-transition: background-color 0.4s ease;
    -moz-transition: background-color 0.4s ease;
    -o-transition: background-color 0.4s ease;
    -ms-transition: background-color 0.4s ease;
    transition: background-color 0.4s ease;
  }
}
.sidebar-colors input[type="text"]:focus,
.sidebar-colors input[type="password"]:focus {
  background-color: rgba(0, 0, 0, 0.03);
}
.sidebar-colors button,
.sidebar-colors a.button,
.sidebar-colors input[type="submit"],
.sidebar-colors input[type="button"],
.sidebar-colors input[type="reset"],
.sidebar-colors ul.button-nav li a,
.sidebar-colors div.generic-button a,
.sidebar-colors .comment-reply-link,
.sidebar-colors a.bp-title-button,
.sidebar-colors .widget_cleverness-to-do-widget ol li {
  background-color: #fff;
}
.sidebar-colors a.button,
.sidebar-colors input[type="submit"],
.sidebar-colors button {
  border-color: rgba(0, 0, 0, 0.1);
}
.sidebar-colors select {
  background-color: rgba(0, 0, 0, 0.1) !important;
  padding: 3px 40px 3px 10px;
}
.sidebar-colors .wcMessage .wcMessageUser {
  color: #727272 !important;
  opacity: .4;
  font-weight: 400 !important;
}
.sidebar-colors .wcMessage .wcMessageContent {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.sidebar-colors .wcMessage .wcMessageContent::before {
  border-bottom-color: rgba(0, 0, 0, 0.1) !important;
}
.sidebar-colors .wcMessage .wcMessageContent {
  color: #727272 !important;
}
.sidebar-colors .wcMessage.wcWpMessage .wcMessageContent {
  background: #ff2a5b !important;
  color: white !important;
}
.sidebar-colors .wcMessage.wcWpMessage .wcMessageContent:before {
  border-bottom-color: #ff2a5b !important;
}
.sidebar-colors .wcControls .wcInputContainer .wcInput {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
.sidebar-colors .wcControls .wcInputContainer .wcInput:focus {
  background-color: rgba(230, 230, 230, 0.05) !important;
}
.sidebar-colors .widget_calendar #wp-calendar caption {
  background: #ff2a5b;
  color: white;
}
.sidebar-colors .widget.buddypress div.item-options a {
  color: #513750;
}
.sidebar-colors .widget.buddypress div.item-options a:hover {
  color: #ff2a5b;
}
