/*=============================
*
* Advanced Posts CSS
*
==============================*/
/**
 * 1
/* -------------------------- start common styles -------------------------- */

.overlay-no-overlay::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80000000', GradientType=0);
  /* IE6-9 */
}

.overlay-light::before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0.9)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 100%);
  /* W3C */
  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#e6ffffff', GradientType=0);
  /* IE6-9 */
}


/**
 * 2
/* -------------------------- start widgets styles -------------------------- */


/**
 * 2.1
 * -------------------------- FLUID IMAGES WIDGET -------------------------- */

.lptw_recent_posts_fluid_images_widget .widget-title {
  border-bottom: 0 none;
  color: #333333;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.063em;
  line-height: 1em;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
}

ul.lptw-recent-posts-fluid-images-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lptw_recent_posts_fluid_images_widget li {
  margin-bottom: 30px;
}

.lptw_recent_posts_fluid_images_widget .lptw-post-thumbnail {
  position: relative;
}

.lptw_recent_posts_fluid_images_widget .lptw-post-thumbnail-link {
  line-height: 0.5em;
}

.lptw_recent_posts_fluid_images_widget .overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

.lptw_recent_posts_fluid_images_widget .lptw-post-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 10px 10px;
  line-height: 1.25;
  z-index: 10;
}

.lptw_recent_posts_fluid_images_widget .lptw-post-date {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
}

.lptw_recent_posts_fluid_images_widget .date-dark {
  color: #ffffff;
}

.lptw_recent_posts_fluid_images_widget .date-light {
  color: #111111;
}

.lptw_recent_posts_fluid_images_widget .lptw-post-title {
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.lptw_recent_posts_fluid_images_widget .title-dark {
  color: #ffffff;
}

.lptw_recent_posts_fluid_images_widget .title-light {
  color: #111111;
}

.lptw_recent_posts_fluid_images_widget .lptw-post-subtitle {
  font-weight: 400;
  display: block;
  margin: 5px 0;
  font-size: 0.875em;
  font-style: italic;
}

.lptw_recent_posts_fluid_images_widget .subtitle-dark {
  color: #ffffff;
}

.lptw_recent_posts_fluid_images_widget .subtitle-light {
  color: #111111;
}


/**
 * 2.2
 * -------------------------- SMALL THUMBNAILS WIDGET -------------------------- */

.lptw_recent_posts_thumbnails_widget .widget-title {
  border-bottom: 0 none;
  color: #333333;
  font-size: 1.25em;
  font-weight: 600;
  letter-spacing: 0.063em;
  line-height: 1em;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
}

ul.lptw-recent-posts-thumbnails-widget {
  list-style: none;
  margin: 0;
  padding: 0;
}

.lptw_recent_posts_thumbnails_widget li {
  margin-bottom: 30px;
  overflow: hidden;
}

.lptw_recent_posts_thumbnails_widget .lptw-post-header {
  color: #333333;
  display: block;
  min-height: 100px;
}

.lptw_recent_posts_thumbnails_widget .lptw-post-date {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 300;
  line-height: 1em;
  margin-bottom: 10px;
}

.lptw_recent_posts_thumbnails_widget a.lptw-thumbnail-link {
  display: block;
  float: left;
  margin-right: 10px;
  line-height: 1;
}

.lptw_recent_posts_thumbnails_widget img {
  line-height: 1;
}

.lptw_recent_posts_thumbnails_widget a.lptw-header-link {
  text-decoration: none;
  color: #333333;
  line-height: 1.5;
  padding-bottom: 5px;
  display: block;
}

.lptw_recent_posts_thumbnails_widget .lptw-post-subtitle {
  font-weight: 400;
  display: block;
  margin: 0 0 5px 0;
  font-size: 0.875em;
  font-style: italic;
}


/* -------------------------- end of widgets styles -------------------------- */


/**
 * 3
 * -------------------------- start shortcodes styles -------------------------- */

.lptw-columns-fixed {
  float: left;
  position: relative;
  min-height: 1px;
  margin: 0;
  box-sizing: content-box;
}

.lptw-columns-1,
.lptw-columns-2,
.lptw-columns-3,
.lptw-columns-4,
.lptw-columns-5,
.lptw-columns-6,
.lptw-columns-7,
.columns-8,
.lptw-columns-9,
.lptw-columns-10,
.lptw-columns-11,
.lptw-columns-12 {
  float: left;
  position: relative;
  min-height: 1px;
  margin: 0;
  box-sizing: border-box;
}

.lptw-columns-1 {
  width: 100%;
}

.lptw-columns-2 {
  width: 50%;
}

.lptw-columns-3 {
  width: 33.33333333%;
}

.lptw-columns-4 {
  width: 25%;
}

.lptw-columns-5 {
  width: 20%;
}

.lptw-columns-6 {
  width: 16.66666667%;
}

.lptw-columns-7 {
  width: 14.28571429%;
}

.lptw-columns-8 {
  width: 12.5%;
}

.lptw-columns-9 {
  width: 11.11111111%;
}

.lptw-columns-10 {
  width: 10%;
}

.lptw-columns-11 {
  width: 9.09090909%;
}

.lptw-columns-12 {
  width: 8.33333333%;
}


/**
 * 3.1
 * -------------------------- BASIC LAYOUT -------------------------- */

#basic-container {
  overflow: hidden;
}

.basic-layout {
  line-height: 0.5em;
  overflow: hidden;
}

.basic-layout header {
  position: relative;
}

.basic-layout .lptw-post-thumbnail img {
  line-height: 0.5em;
}

.basic-layout .lptw-thumbnail-noimglink {
  display: block;
  width: 100%;
  min-height: 200px;
}

.basic-layout .user-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.basic-layout .lptw-post-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 1rem;
  z-index: 10;
}

.basic-layout .lptw-post-date {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.25em;
  line-height: 1.5em;
  text-decoration: none;
}

.basic-layout .date-dark,
.basic-layout .date-dark:visited,
.basic-layout .date-dark:focus {
  color: #ffffff;
  outline: none;
}

.basic-layout .date-dark:hover {
  color: #eeeeee;
}

.basic-layout .date-light,
.basic-layout .date-light:visited,
.basic-layout .date-light:focus {
  color: #111111;
}

.basic-layout .date-light:hover {
  color: #444444;
}

.basic-layout .lptw-post-title {
  font-weight: 600;
  line-height: 1.5em;
  text-decoration: none;
}

.basic-layout .title-dark,
.basic-layout .title-dark:visited,
.basic-layout .title-dark:focus {
  color: #ffffff;
}

.basic-layout .title-dark:hover {
  color: #eeeeee;
}

.basic-layout .title-light,
.basic-layout .title-light:visited,
.basic-layout .title-light:focus {
  color: #111111;
}

.basic-layout .title-light:hover {
  color: #444444;
}

.basic-layout .lptw-post-subtitle {
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  font-size: 0.875em;
}

.basic-layout .subtitle-dark,
.basic-layout .subtitle-dark:visited,
.basic-layout .subtitle-dark:focus {
  color: #f0f0f0;
}

.basic-layout .subtitle-light,
.basic-layout .subtitle-light:visited,
.basic-layout .subtitle-light:focus {
  color: #222222;
}

.basic-layout .lptw-post-thumbnail-link {}

.basic-layout .fluid-image-wrapper {
  display: block;
}

.basic-layout img.fluid {
  width: 100%;
  max-width: 100%;
  height: auto;
}


/**
 * 3.2
 * -------------------------- THUMBNAIL LAYOUT -------------------------- */

#thumbnail-container {
  overflow: hidden;
}

.thumbnail-layout {
  position: relative;
  line-height: 0.5em;
  overflow: hidden;
}

.thumbnail-layout .lptw-thumbnail-link {
  display: block;
  float: left;
  margin-right: 1em;
}

.thumbnail-layout .lptw-thumbnail-noimglink {
  display: block;
  float: left;
  margin-right: 1rem;
  width: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  font-size: 3em;
  font-weight: 600;
}

.thumbnail-layout .lptw-post-header {
  color: #333333;
}

.thumbnail-layout .lptw-post-date {
  display: block;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1em;
  margin-bottom: 0.25em;
}

.thumbnail-layout .lptw-post-title {
  font-size: 1em;
  line-height: 1.5em;
  text-decoration: none;
  color: #333333;
  margin-bottom: 5px;
  text-decoration: none;
}

.thumbnail-layout .lptw-post-subtitle {
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  font-size: 0.875em;
  color: #444444;
  margin: 5px 0;
}


/**
 * 3.3
 * -------------------------- DROP CAP LAYOUT -------------------------- */

#dropcap-container {
  overflow: hidden;
}

.dropcap-layout {
  position: relative;
  overflow: hidden;
}

.lptw-dropcap-date {
  background-color: #4CAF50;
  text-align: center;
  width: 100px;
  height: 100px;
  float: left;
  margin: 0 1em 0 0;
}

.lptw-dropcap-day {
  color: #ffffff;
  font-size: 3em;
  display: block;
  margin: 0.5em 0 0 0;
  line-height: 0.875em;
}

.lptw-dropcap-month {
  color: #ffffff;
  font-size: 1em;
  display: block;
}

.lptw-dropcap-date-link {
  text-decoration: none;
  color: #333333;
}

.dropcap-layout .lptw-post-subtitle {
  font-style: italic;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  font-size: 0.875em;
  color: #444444;
  margin: 5px 0;
}


/**
 * 3.4
 * -------------------------- GRID LAYOUT -------------------------- */

.lptw-container {
  overflow: hidden;
}

.grid-layout .overlay {
  display: none;
}

.lptw-post-grid-img {
  display: block;
  line-height: 1;
}

.grid-layout .lptw-post-date {
  display: block;
  padding: 0 1rem;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.125em;
  line-height: 1em;
  margin: 0.5rem 0 0.25em 0;
  text-decoration: none;
}

.grid-layout .lptw-post-grid-link {
  line-height: 1;
}

.grid-layout .lptw-post-title {
  display: block;
  font-weight: 600;
  padding: 0 1rem;
  margin: 0.5rem 0 0.25em 0;
  text-decoration: none;
}

.grid-layout .post-excerpt {
  display: block;
  padding: 0 1rem 1rem 1rem;
  font-size: 0.75em;
}

.lptw-grid-element {
  /*min-height: 400px;*/
  overflow: hidden;
  box-sizing: border-box;
}

.grid-element-dark {
  background-color: #2f2f33;
}

.grid-element-light {
  background-color: #ffffff;
}

.grid-layout .read-more-link {
  text-decoration: underline;
}

.grid-layout .read-more-link:hover {
  text-decoration: none;
}

.grid-layout .date-dark,
.grid-layout .date-dark:visited,
.grid-layout .title-dark,
.grid-layout .title-dark:visited,
.grid-layout .link-dark,
.grid-layout .link-dark:visited {
  color: #ffffff;
}

.grid-layout .date-dark:hover,
.grid-layout .title-dark:hover,
.grid-layout .link-dark:hover {
  color: #eeeeee;
}

.grid-layout .content-dark {
  color: #bbbbbb;
}

.grid-layout .date-light,
.grid-layout .date-light:visited,
.grid-layout .title-light,
.grid-layout .title-light:visited,
.grid-layout .link-light,
.grid-layout .link-light:visited {
  color: #111111;
}

.grid-layout .date-light:hover,
.grid-layout .title-light:hover,
.grid-layout .link-light:hover {
  color: #444444;
}

.grid-layout .lptw-post-subtitle {
  display: block;
  font-weight: 400;
  padding: 0 1rem;
  margin: 0.5rem 0 0.25em 0;
  font-size: 0.875em;
  font-style: italic;
}

.grid-layout .subtitle-dark {
  color: #f0f0f0;
}

.grid-layout .subtitle-light {
  color: #252525;
}

.grid-layout .content-light {
  color: #333333;
}

.lptw-featured .lptw-post-date {
  font-size: 1.5em;
}

.lptw-featured .lptw-post-title {
  font-size: 1.75em;
}

.lptw-featured .lptw-post-header {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: auto;
  padding: 1rem;
  z-index: 5;
}

@media only screen and ( max-width: 640px) {
  .lptw-featured .lptw-post-date {
    font-size: 1.25em;
  }
  .lptw-featured .lptw-post-title {
    font-size: 1.125em;
  }
  .lptw-featured .lptw-post-header {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: auto;
    padding: 0 0 0.5em 0;
  }
  .grid-layout .post-excerpt {
    padding: 1rem;
  }
}

.post-thumbnail {
  margin: 0;
  line-height: 0.5;
}

.lptw-grid-element img {
  line-height: 0.5;
  padding: 0;
}

.gutter-sizer {
  width: 2%;
}

.lptw-video-container-controls {
  padding-top: 35px;
}

.lptw-video-container-featured {
  position: relative;
  padding-bottom: 25%;
  height: 0;
  overflow: hidden;
}

.lptw-video-container-featured iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lptw-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.lptw-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* -------------------------- end of shortcodes styles -------------------------- */
/* -------------------------- start admin style -------------------------- */


/**
 * 1
/* -------------------------- SHORTCODES BACKEND -------------------------- */

.lptw-sb-row {
  clear: both;
  margin: 10px 0;
}

.lptw-sb-result {
  min-width: 700px;
  min-height: 200px;
}

.lptw-list-categories {
  list-style: none;
}

.ready {
  background-color: #FFF3E0;
}

#columns_and_width label {
  padding-right: 20px;
}

.layout-list ul li {
  margin: 0;
}

.layout-list a {
  text-decoration: none;
}

.layout-list .dashicons {
  line-height: 1.35;
}

#post_subtitle {
  background-color: #fff;
  font-size: 1.25em;
  height: 2em;
  line-height: 100%;
  margin: 0 0 3px;
  outline: 0 none;
  padding: 3px 8px;
  width: 100%;
}


/* -------------------------- WIDGETS BACKEND -------------------------- */

#lptw-categories-wrapper {
  display: none;
  border-bottom: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}

.lptw-categories-list {
  margin: 1em 1em 1em 1em;
}

.lptw-categories-dropdown {
  border: 1px solid #e5e5e5;
}

.lptw-categories-dropdown a {
  text-decoration: none;
  color: #444;
  display: block;
  width: 100%;
  position: relative;
  padding: 1em;
  box-sizing: border-box;
}

.lptw-categories-dropdown a:hover {
  color: #23282d;
}

#lptw-categories-action {
  color: #a0a5aa;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
}

.lptw-categories-action-down::before {
  content: '\25bc';
}

.lptw-categories-action-up::before {
  content: '\25b2';
}

.lptw-categories-action:hover {
  color: #23282d;
}

.chosen-container {
  margin: 1em 0 0 0;
  width: 100%;
}

.lptw-inner-option {
  margin: 0 7px 10px 7px;
}


/* -------------------------- ADMIN BACKEND -------------------------- */

#lptw-embedded-video-settings {
  border-top: 1px solid #333333;
  border-bottom: 1px solid #333333;
  margin: 15px 0;
}

/* Chosen v1.4.2 | (c) 2011-2015 by Harvest | MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md */

.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;zoom:1;*display:inline;-webkit-user-select:none;-moz-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;left:-9999px;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;box-shadow:0 4px 5px rgba(0,0,0,.15)}.chosen-container.chosen-with-drop .chosen-drop{left:0}.chosen-container a{cursor:pointer}.chosen-container .search-choice .group-name,.chosen-container .chosen-single .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .search-choice .group-name:after,.chosen-container .chosen-single .group-name:after{content:":";padding-left:2px;vertical-align:top}.chosen-container-single .chosen-single{position:relative;display:block;overflow:hidden;padding:0 0 0 8px;height:25px;border:1px solid #aaa;border-radius:5px;background-color:#fff;background:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),color-stop(100%,#f4f4f4));background:-webkit-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-moz-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:-o-linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background:linear-gradient(top,#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;text-decoration:none;white-space:nowrap;line-height:24px}.chosen-container-single .chosen-default{color:#999}.chosen-container-single .chosen-single span{display:block;overflow:hidden;margin-right:26px;text-overflow:ellipsis;white-space:nowrap}.chosen-container-single .chosen-single-with-deselect span{margin-right:38px}.chosen-container-single .chosen-single abbr{position:absolute;top:6px;right:26px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.chosen-container-single .chosen-single div{position:absolute;top:0;right:0;display:block;width:18px;height:100%}.chosen-container-single .chosen-single div b{display:block;width:100%;height:100%;background:url(chosen-sprite.png) no-repeat 0 2px}.chosen-container-single .chosen-search{position:relative;z-index:1010;margin:0;padding:3px 4px;white-space:nowrap}.chosen-container-single .chosen-search input[type=text]{margin:1px 0;padding:4px 20px 4px 5px;width:100%;height:auto;outline:0;border:1px solid #aaa;background:#fff url(chosen-sprite.png) no-repeat 100% -20px;background:url(chosen-sprite.png) no-repeat 100% -20px;font-size:1em;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-single .chosen-drop{margin-top:-1px;border-radius:0 0 4px 4px;background-clip:padding-box}.chosen-container-single.chosen-container-single-nosearch .chosen-search{position:absolute;left:-9999px}.chosen-container .chosen-results{color:#444;position:relative;overflow-x:hidden;overflow-y:auto;margin:0 4px 4px 0;padding:0 0 0 4px;max-height:240px;-webkit-overflow-scrolling:touch}.chosen-container .chosen-results li{display:none;margin:0;padding:5px 6px;list-style:none;line-height:15px;word-wrap:break-word;-webkit-touch-callout:none}.chosen-container .chosen-results li.active-result{display:list-item;cursor:pointer}.chosen-container .chosen-results li.disabled-result{display:list-item;color:#ccc;cursor:default}.chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));background-image:-webkit-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-moz-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:-o-linear-gradient(#3875d7 20%,#2a62bc 90%);background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.chosen-container .chosen-results li.no-results{color:#777;display:list-item;background:#f4f4f4}.chosen-container .chosen-results li.group-result{display:list-item;font-weight:700;cursor:default}.chosen-container .chosen-results li.group-option{padding-left:15px}.chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.chosen-container-multi .chosen-choices{position:relative;overflow:hidden;margin:0;padding:0 5px;width:100%;height:auto!important;height:1%;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(1%,#eee),color-stop(15%,#fff));background-image:-webkit-linear-gradient(#eee 1%,#fff 15%);background-image:-moz-linear-gradient(#eee 1%,#fff 15%);background-image:-o-linear-gradient(#eee 1%,#fff 15%);background-image:linear-gradient(#eee 1%,#fff 15%);cursor:text}.chosen-container-multi .chosen-choices li{float:left;list-style:none}.chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.chosen-container-multi .chosen-choices li.search-field input[type=text]{margin:1px 0;padding:0;height:25px;outline:0;border:0!important;background:transparent!important;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0}.chosen-container-multi .chosen-choices li.search-choice{position:relative;margin:3px 5px 3px 0;padding:3px 20px 3px 5px;border:1px solid #aaa;max-width:100%;border-radius:3px;background-color:#eee;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;line-height:13px;cursor:default}.chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close{position:absolute;top:4px;right:3px;display:block;width:12px;height:12px;background:url(chosen-sprite.png) -42px 1px no-repeat;font-size:1px}.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.chosen-container-multi .chosen-choices li.search-choice-disabled{padding-right:5px;border:1px solid #ccc;background-color:#e4e4e4;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),color-stop(100%,#eee));background-image:-webkit-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-moz-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:-o-linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-image:linear-gradient(top,#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);color:#666}.chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.chosen-container-multi .chosen-results{margin:0;padding:0}.chosen-container-multi .chosen-drop .result-selected{display:list-item;color:#ccc;cursor:default}.chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;-moz-border-radius-bottomright:0;border-bottom-right-radius:0;-moz-border-radius-bottomleft:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,50% 0,50% 100%,color-stop(20%,#eee),color-stop(80%,#fff));background-image:-webkit-linear-gradient(#eee 20%,#fff 80%);background-image:-moz-linear-gradient(#eee 20%,#fff 80%);background-image:-o-linear-gradient(#eee 20%,#fff 80%);background-image:linear-gradient(#eee 20%,#fff 80%);box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:0;background:transparent}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.chosen-disabled{opacity:.5!important;cursor:default}.chosen-disabled .chosen-single{cursor:default}.chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.chosen-rtl{text-align:right}.chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.chosen-rtl .chosen-single span{margin-right:0;margin-left:26px;direction:rtl}.chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.chosen-rtl .chosen-single div{right:auto;left:3px}.chosen-rtl .chosen-single abbr{right:auto;left:26px}.chosen-rtl .chosen-choices li{float:right}.chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.chosen-rtl .chosen-choices li.search-choice .search-choice-close{right:auto;left:4px}.chosen-rtl.chosen-container-single-nosearch .chosen-search,.chosen-rtl .chosen-drop{left:9999px}.chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.chosen-rtl .chosen-results li.group-option{padding-right:15px;padding-left:0}.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:0}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:#fff url(chosen-sprite.png) no-repeat -30px -20px;background:url(chosen-sprite.png) no-repeat -30px -20px;direction:rtl}.chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.chosen-rtl .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-container-single .chosen-search input[type=text],.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span{background-image:url(chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}

/*=============================
*
* Twitter CSS
*
==============================*/
.social-link{padding:8px 16px 8px 14px;background:#eee;text-decoration:none;color:#fff;font-size:16px;display:inline-block;font-weight:normal}.social-link:hover,.social-link:focus,.social-link:active{color:#fff}.social-link i{margin-right:8px;font-size:16px}.social-link.twitter{background:#0192c9}.social-link.twitter:hover{background:#016d96}.social-link.disabled{background:#aaa;text-decoration:none;color:#fff;font-size:16px;display:inline-block;font-weight:normal}a.account{text-decoration:none}.disconnect{text-decoration:none;color:#fff;padding:0px 3px 1px 3px;background:#dd4b39;border-radius:9999px;font-size:9px;font-weight:bold}.disconnect:hover{background:#c23321;color:#fff}div.box{margin-bottom:30px}.error-log{border:1px solid #ddd;width:auto;max-width:600px;padding:0px 0px 5px 0px}.error-log li{padding:4px 10px;margin:0}.error-log li:nth-child(odd){background:#f9f9f9}.error-log li.header{padding:6px 10px 4px 10px;margin:0 0 5px 0;border-bottom:1px solid #ddd;background:#f7f7f7}.error-log li.header span{font-weight:bold}.error-log span{display:inline-block}.error-log span.date{min-width:180px}.error-log span.ref{min-width:60px}.error-log span.message{min-width:200px}.kapi-status{border:1px solid #ddd;background:#fff;padding:10px;position:absolute;top:20px;right:20px}.kapi-status.ksuccess{border-color:#009900;background:#ccffcc}.kapi-status.kerror{border-color:#c23321;background:#ffcccc}.kapi-status h4{margin:0 0 5px 0;min-width:160px}.kapi-status .kloading{margin-bottom:-2px;margin-left:20px}.kapi-status .ksuccess,.kapi-status .kerror{display:none;margin-left:10px}.kmessage{display:none;max-width:160px;margin-bottom:0}.kdebug-content{width:100%;min-height:440px}.kselect{font-size:14px;float:right}.kcontainer{margin-bottom:1.6em}html body ul.kebo-tweets{overflow:hidden;width:100%;margin:0 !important;padding:0;list-style:none;border:none;outline:none;background-image:none}html body ul.kebo-tweets li.ktweet{margin:0;padding:0;list-style:none;height:auto;border:none;outline:none;background-image:none}.kebo-tweets li.ktweet:before{content:none !important}.kebo-tweets .ktweet .kmeta{text-align:left}.kebo-tweets .ktweet .kmeta a{display:inline-block;padding:0;margin:0}.kebo-tweets .ktweet .kdate{float:right}.kebo-tweets .ktweet .ktext{margin:5px 0 2px 0;padding:0;min-height:4em;text-align:left;clear:both}.kebo-tweets .ktweet .ktext a{display:inline;padding:0}.kebo-tweets .ktweet .kavatar{float:left;margin:7px 7px 0 0;border-radius:0px;width:41px;height:41px;padding:0;border:none}.kebo-tweets .ktweet .kfooter{text-align:right;padding:0;overflow:hidden}.kebo-tweets .ktweet .kfooter a{background:url("../twitter/imgs/twitter_feed_icons_sprite.png") top left no-repeat;width:20px;height:14px;display:inline-block;padding:0;margin:0;border:none;float:none}.kebo-tweets.dark .ktweet .kfooter a.ktogglemedia,.kebo-tweets.light .ktweet .kfooter a.ktogglemedia{float:left;width:auto;height:auto;background:none;font-size:12px;padding:0;opacity:1;overflow:hidden;line-height:1em;margin-top:8px}.kebo-tweets .ktweet .kfooter a.ktogglemedia:hover{text-decoration:underline}.kebo-tweets .ktweet .kfooter a.ktogglemedia .kshow{display:none}.kebo-tweets .ktweet .kfooter a.ktogglemedia .khide{display:inline-block;float:left}.kebo-tweets .ktweet .kfooter a.ktogglemedia.kclosed .kshow{display:inline-block;float:left}.kebo-tweets .ktweet .kfooter a.ktogglemedia.kclosed .khide{display:none}.kebo-tweets .ktweet .kmedia{height:auto;overflow:hidden;margin-top:5px;text-align:center}.kebo-tweets .ktweet .kmedia.kclosed{height:0px}.kebo-tweets .ktweet .kmedia img{display:inline-block;vertical-align:middle;width:auto;height:auto;margin:0 0 5px 0;padding:0}.kebo-tweets .kfollow{margin:10px 0 0 0;padding:0}.kebo-tweets.rtl .ktweet .kmeta{text-align:right}.kebo-tweets.rtl .kmeta a{direction:rtl;unicode-bidi:bidi-override}.kebo-tweets.rtl .kmeta .kaccount{float:right}.kebo-tweets.rtl .kmeta .kdate{float:left}.kebo-tweets.rtl .ktext{text-align:right;direction:rtl;unicode-bidi:bidi-override}.kebo-tweets.rtl .ktweet .kavatar{float:right;margin:7px 0 0 7px}.kebo-tweets.rtl .kfooter a{float:left;direction:rtl;unicode-bidi:bidi-override}.kebo-tweets.light.rtl .ktweet .kfooter a.ktogglemedia,.kebo-tweets.dark.rtl .ktweet .kfooter a.ktogglemedia{float:right;margin-top:2px}.kebo-tweets.light.rtl .ktweet .kfooter a.ktogglemedia span,.kebo-tweets.dark.rtl .ktweet .kfooter a.ktogglemedia span{direction:rtl;unicode-bidi:bidi-override}.kebo-tweets.light .ktweet .kfooter a{opacity:0.5}.kebo-tweets.light .ktweet .kfooter a:hover{opacity:0.7}.kebo-tweets.light .ktweet .kfooter .kreply{background-position:0px 0px}.kebo-tweets.light .ktweet .kfooter .kretweet{background-position:-27px 0px}.kebo-tweets.light .ktweet .kfooter .kfavorite{background-position:-54px 0px}.kebo-tweets.light .ktweet .kfooter .ktimeago{color:rgba(0,0,0,0.5)}.kebo-tweets.dark .ktweet .kfooter a{opacity:1}.kebo-tweets.dark .ktweet .kfooter a:hover{opacity:0.6}.kebo-tweets.dark .ktweet .kfooter .kreply{background-position:0px -32px}.kebo-tweets.dark .ktweet .kfooter .kretweet{background-position:-27px -32px}.kebo-tweets.dark .ktweet .kfooter .kfavorite{background-position:-54px -32px}.kebo-tweets.dark .ktweet .kfooter .ktimeago{color:rgba(255,255,255,0.5)}html body ul.kebo-tweets.slider{overflow:hidden;width:100%;margin:0 !important;padding:0;list-style:none;border:none;outline:none;background-image:none;position:relative;overflow:hidden}html body ul.kebo-tweets.slider li.ktweet{margin:0;padding:0;list-style:none;border:none;outline:none;background-image:none;-webkit-backface-visibility:hidden;position:absolute;display:none;width:100%;left:0;top:0}html body ul.kebo-tweets.slider li.ktweet:first-child{position:relative;display:block;float:left}#kebo-tweet-slider{position:relative;list-style:none;overflow:hidden;width:100%;padding:0;margin:0}#kebo-tweet-slider .ktweet{display:none;height:auto;list-style:none;border-bottom:none;position:absolute;width:100%}.kebo-tweets.list .ktweet{margin:0;padding:10px 0;border-bottom:1px solid rgba(0,0,0,0.2)}.kebo-tweets.list .ktweet:first-of-type{padding-top:0}.kebo-tweets.list .ktweet:last-of-type{border-bottom:none}.kcontainer br{display:none}html body ul.kebo-tweets{overflow:hidden;width:100%;margin:0 !important;padding:0;list-style:none;border:none;outline:none;background-image:none}html body ul.kebo-tweets li.ktweet{margin:0;padding:0;list-style:none;height:auto;border:none;outline:none;background-image:none}body #sidebar ul.kebo-tweets,body #widgets ul.kebo-tweets{margin:0;padding:0}body #sidebar ul.kebo-tweets li a,body #widgets ul.kebo-tweets li a{margin:0;padding:0}body #sidebar ul.kebo-tweets .kfooter a,body #widgets ul.kebo-tweets .kfooter a{display:inline-block}
/*=============================
*
* Menu Cart CSS
*
==============================*/
@font-face {
    font-family:'FontAwesome';
    src:url(../font/fontawesome-webfont.eot?v=4.2.0);
    src:url(../font/fontawesome-webfont.eot?#iefix&v=4.2.0) format('embedded-opentype'),
        url('../font/fontawesome-webfont.woff?v=4.2.0') format('woff'),
        url('../font/fontawesome-webfont.ttf?v=4.2.0') format('truetype');
    font-weight:400;
    font-style:normal;
}
.wpmenucart-icon-shopping-cart-0:before {
	font-family: 'FontAwesome';
	speak: none;
	font-style: normal;
	font-weight: normal;
    display: inline;
    width: auto;
    height: auto;
    line-height: normal;
    text-decoration: inherit;
	-webkit-font-smoothing: antialiased;
    vertical-align: baseline;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    margin-top: 0;
    margin-right: 0.25em;
}
.wpmenucart-icon-shopping-cart-0:before{content:"\f07a"}

.empty-wpmenucart {
	display: none !important;
}
.cartcontents + .amount:before {
	content: '-';
	margin: 0 0.25em;
}
.wpmenucart-display-standard {
	
}
.wpmenucart-display-right {
	float: right !important;
}
.wpmenucart-display-left {
	float: left !important;
}
.wpmenucart-icon-shopping-cart {
	background-image: none;
	vertical-align: inherit;
}
.wpmenucart-thumbnail img {
	width: 32px;
	height: auto;	
	margin-right: 8px;
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
	-moz-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}
.wpmenucart-submenu-item a {
	overflow: hidden;
    white-space:nowrap !important;
}

.wpmenucart-thumbnail, .wpmenucart-order-item-info {
   display:inline-block;
   vertical-align:middle;
}
.wpmenucart-product-name, .wpmenucart-product-quantity-price {
	display:block;
}
.wpmenucart .clearfix:after {content: "."; display: block; height: 0; clear: both; visibility: hidden;}
.wpmenucart .clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .wpmenucart .clearfix {height: 1%;}
.wpmenucart .clearfix {display: block;}
/* End hide from IE-mac */
/* Force Inline Display */
li.wpmenucartli a.wpmenucart-contents span{
	display: inline-block !important;
}

@media screen and (min-width: 783px) {
    .primary-navigation .nav-menu {
        display: inline-table !important;
        margin-bottom: -4px;
    }
}
.main-navigation li {
	line-height: 0 !important;
}
/*=============================
*
* Notification Bar CSS
*
==============================*/
#icon-options-general {
    background: transparent url(settings-page-icon-36x34.png) no-repeat;
}

.mceLayout{
	background-color:#fff;
}

#wnb-bar{
	position:fixed;
	top:29px;
}
#wnb-bar{
	/*font-family: sans-serif;*/
	position:absolute;
	width:100%;
	z-index:99999;
	/*background:#000;*/
	text-align:center;
	color:#fff;
	height:auto;
	min-height:33px;
	top:0px;
	left:0px;
	border-bottom: 3px solid #fff;
		-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
	/*font-size:14px;*/
	line-height: 33px;
}

#wnb-bar a, #wnb-bar a:link, #wnb-bar a:active, #wnb-bar a:visited, #wnb-bar a:hover{
	font-family: sans-serif;
	text-decoration:none;
}
.wnb-bar-button{
	display:inline-block;
	margin-left:5px;
	/*font-family: sans-serif;*/
	padding: 2px 6px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 10.998px;
	font-weight: bold;
	/*line-height: 14px;*/
	white-space: nowrap;
	vertical-align: baseline;
	/*background-color: #999;*/
	font-size: inherit;
	font-weight: normal;
}

/*=============================
*
* WooCommerce MailChimp CSS
*
==============================*/
.loading-indicator {
	display: inline-block;
	vertical-align:top;
	margin-top:5px;
}

.woocommerce table.form-table .select2-container {
	display: inline-block !important;
}

.woocommerce-mailchimp-loading {
	margin-left: 5px;
	margin-top: 2px;
	display: inline-block;
}

.woocommerce-mailchimp-loading-indicator {
    color: #32373c;
}

.woocommerce-mailchimp-loading-indicator:before {
	font-family: dashicons;
    line-height: 1.5em;
    display: inline-block;
    font-size: 20px;
    line-height: 1;
    text-decoration: inherit;
    font-weight: 400;
    font-style: normal;
    vertical-align: top;
    text-align: center;
	content: "\f463";
}

.woocommerce-mailchimp-loading-indicator.loading:before {\
	-webkit-animation: rotation 2s infinite linear;
	animation: rotation 2s infinite linear;
}

.woocommerce-mailchimp-loading-indicator.success:before {
	color: #46b450;
	content: "\f147";
}

.woocommerce-mailchimp-loading-indicator.error:before {
	color: #dc3232;
	content: "\f534";
}