<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.br_ce_image_currency{
    cursor: pointer;
    display: inline-block;
}
.br_ce_image_currency input{
    display: none;
}
.br_ce_image_currency img{
    padding: 10%;
}
.br_ce_image_currency input:checked + img{
    background-color: rgba(0,0,125, 0.5);
}
.br_mm_single_product_limitations {
    margin-right: 0 !important;
    margin-left: 0 !important;
}
.br_mm_single_product_limitations li {
    margin-left: 15px;
}.wp-block-archives{
  box-sizing:border-box;
}

.wp-block-archives-dropdown label{
  display:block;
}

.wp-block-avatar{
  line-height:0;
}
.wp-block-avatar,.wp-block-avatar img{
  box-sizing:border-box;
}
.wp-block-avatar.aligncenter{
  text-align:center;
}

.wp-block-audio{
  box-sizing:border-box;
}
.wp-block-audio figcaption{
  margin-bottom:1em;
  margin-top:.5em;
}
.wp-block-audio audio{
  min-width:300px;
  width:100%;
}

.wp-block-button__link{
  box-sizing:border-box;
  cursor:pointer;
  display:inline-block;
  text-align:center;
  word-break:break-word;
}
.wp-block-button__link.aligncenter{
  text-align:center;
}
.wp-block-button__link.alignright{
  text-align:right;
}

:where(.wp-block-button__link){
  border-radius:9999px;
  box-shadow:none;
  padding:calc(.667em + 2px) calc(1.333em + 2px);
  text-decoration:none;
}

.wp-block-button[style*=text-decoration] .wp-block-button__link{
  text-decoration:inherit;
}

.wp-block-buttons&gt;.wp-block-button.has-custom-width{
  max-width:none;
}
.wp-block-buttons&gt;.wp-block-button.has-custom-width .wp-block-button__link{
  width:100%;
}
.wp-block-buttons&gt;.wp-block-button.has-custom-font-size .wp-block-button__link{
  font-size:inherit;
}
.wp-block-buttons&gt;.wp-block-button.wp-block-button__width-25{
  width:calc(25% - var(--wp--style--block-gap, .5em)*.75);
}
.wp-block-buttons&gt;.wp-block-button.wp-block-button__width-50{
  width:calc(50% - var(--wp--style--block-gap, .5em)*.5);
}
.wp-block-buttons&gt;.wp-block-button.wp-block-button__width-75{
  width:calc(75% - var(--wp--style--block-gap, .5em)*.25);
}
.wp-block-buttons&gt;.wp-block-button.wp-block-button__width-100{
  flex-basis:100%;
  width:100%;
}

.wp-block-buttons.is-vertical&gt;.wp-block-button.wp-block-button__width-25{
  width:25%;
}
.wp-block-buttons.is-vertical&gt;.wp-block-button.wp-block-button__width-50{
  width:50%;
}
.wp-block-buttons.is-vertical&gt;.wp-block-button.wp-block-button__width-75{
  width:75%;
}

.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{
  border-radius:0;
}

.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{
  border-radius:0 !important;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline),.wp-block-button:where(.is-style-outline)&gt;.wp-block-button__link{
  border:2px solid;
  padding:.667em 1.333em;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-text-color),.wp-block-button:where(.is-style-outline)&gt;.wp-block-button__link:not(.has-text-color){
  color:currentColor;
}

.wp-block-button .wp-block-button__link:where(.is-style-outline):not(.has-background),.wp-block-button:where(.is-style-outline)&gt;.wp-block-button__link:not(.has-background){
  background-color:initial;
  background-image:none;
}

.wp-block-button .wp-block-button__link:where(.has-border-color){
  border-width:initial;
}
.wp-block-button .wp-block-button__link:where([style*=border-top-color]){
  border-top-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-right-color]){
  border-right-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-bottom-color]){
  border-bottom-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-left-color]){
  border-left-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-style]){
  border-width:initial;
}
.wp-block-button .wp-block-button__link:where([style*=border-top-style]){
  border-top-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-right-style]){
  border-right-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-bottom-style]){
  border-bottom-width:medium;
}
.wp-block-button .wp-block-button__link:where([style*=border-left-style]){
  border-left-width:medium;
}
.wp-block-buttons.is-vertical{
  flex-direction:column;
}
.wp-block-buttons.is-vertical&gt;.wp-block-button:last-child{
  margin-bottom:0;
}
.wp-block-buttons&gt;.wp-block-button{
  display:inline-block;
  margin:0;
}
.wp-block-buttons.is-content-justification-left{
  justify-content:flex-start;
}
.wp-block-buttons.is-content-justification-left.is-vertical{
  align-items:flex-start;
}
.wp-block-buttons.is-content-justification-center{
  justify-content:center;
}
.wp-block-buttons.is-content-justification-center.is-vertical{
  align-items:center;
}
.wp-block-buttons.is-content-justification-right{
  justify-content:flex-end;
}
.wp-block-buttons.is-content-justification-right.is-vertical{
  align-items:flex-end;
}
.wp-block-buttons.is-content-justification-space-between{
  justify-content:space-between;
}
.wp-block-buttons.aligncenter{
  text-align:center;
}
.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{
  margin-left:auto;
  margin-right:auto;
  width:100%;
}
.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{
  text-decoration:inherit;
}
.wp-block-buttons.has-custom-font-size .wp-block-button__link{
  font-size:inherit;
}

.wp-block-button.aligncenter,.wp-block-calendar{
  text-align:center;
}
.wp-block-calendar td,.wp-block-calendar th{
  border:1px solid;
  padding:.25em;
}
.wp-block-calendar th{
  font-weight:400;
}
.wp-block-calendar caption{
  background-color:inherit;
}
.wp-block-calendar table{
  border-collapse:collapse;
  width:100%;
}
.wp-block-calendar table:where(:not(.has-text-color)){
  color:#40464d;
}
.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{
  border-color:#ddd;
}
.wp-block-calendar table.has-background th{
  background-color:inherit;
}
.wp-block-calendar table.has-text-color th{
  color:inherit;
}

:where(.wp-block-calendar table:not(.has-background) th){
  background:#ddd;
}

.wp-block-categories{
  box-sizing:border-box;
}
.wp-block-categories.alignleft{
  margin-right:2em;
}
.wp-block-categories.alignright{
  margin-left:2em;
}
.wp-block-categories.wp-block-categories-dropdown.aligncenter{
  text-align:center;
}

.wp-block-code{
  box-sizing:border-box;
}
.wp-block-code code{
  display:block;
  font-family:inherit;
  overflow-wrap:break-word;
  white-space:pre-wrap;
}

.wp-block-columns{
  align-items:normal !important;
  box-sizing:border-box;
  display:flex;
  flex-wrap:wrap !important;
}
@media (min-width:782px){
  .wp-block-columns{
    flex-wrap:nowrap !important;
  }
}
.wp-block-columns.are-vertically-aligned-top{
  align-items:flex-start;
}
.wp-block-columns.are-vertically-aligned-center{
  align-items:center;
}
.wp-block-columns.are-vertically-aligned-bottom{
  align-items:flex-end;
}
@media (max-width:781px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column{
    flex-basis:100% !important;
  }
}
@media (min-width:782px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column{
    flex-basis:0;
    flex-grow:1;
  }
  .wp-block-columns:not(.is-not-stacked-on-mobile)&gt;.wp-block-column[style*=flex-basis]{
    flex-grow:0;
  }
}
.wp-block-columns.is-not-stacked-on-mobile{
  flex-wrap:nowrap !important;
}
.wp-block-columns.is-not-stacked-on-mobile&gt;.wp-block-column{
  flex-basis:0;
  flex-grow:1;
}
.wp-block-columns.is-not-stacked-on-mobile&gt;.wp-block-column[style*=flex-basis]{
  flex-grow:0;
}

:where(.wp-block-columns){
  margin-bottom:1.75em;
}

:where(.wp-block-columns.has-background){
  padding:1.25em 2.375em;
}

.wp-block-column{
  flex-grow:1;
  min-width:0;
  overflow-wrap:break-word;
  word-break:break-word;
}
.wp-block-column.is-vertically-aligned-top{
  align-self:flex-start;
}
.wp-block-column.is-vertically-aligned-center{
  align-self:center;
}
.wp-block-column.is-vertically-aligned-bottom{
  align-self:flex-end;
}
.wp-block-column.is-vertically-aligned-stretch{
  align-self:stretch;
}
.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{
  width:100%;
}
.wp-block-post-comments{
  box-sizing:border-box;
}
.wp-block-post-comments .alignleft{
  float:left;
}
.wp-block-post-comments .alignright{
  float:right;
}
.wp-block-post-comments .navigation:after{
  clear:both;
  content:"";
  display:table;
}
.wp-block-post-comments .commentlist{
  clear:both;
  list-style:none;
  margin:0;
  padding:0;
}
.wp-block-post-comments .commentlist .comment{
  min-height:2.25em;
  padding-left:3.25em;
}
.wp-block-post-comments .commentlist .comment p{
  font-size:1em;
  line-height:1.8;
  margin:1em 0;
}
.wp-block-post-comments .commentlist .children{
  list-style:none;
  margin:0;
  padding:0;
}
.wp-block-post-comments .comment-author{
  line-height:1.5;
}
.wp-block-post-comments .comment-author .avatar{
  border-radius:1.5em;
  display:block;
  float:left;
  height:2.5em;
  margin-right:.75em;
  margin-top:.5em;
  width:2.5em;
}
.wp-block-post-comments .comment-author cite{
  font-style:normal;
}
.wp-block-post-comments .comment-meta{
  font-size:.875em;
  line-height:1.5;
}
.wp-block-post-comments .comment-meta b{
  font-weight:400;
}
.wp-block-post-comments .comment-meta .comment-awaiting-moderation{
  display:block;
  margin-bottom:1em;
  margin-top:1em;
}
.wp-block-post-comments .comment-body .commentmetadata{
  font-size:.875em;
}
.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{
  display:block;
  margin-bottom:.25em;
}
.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{
  box-sizing:border-box;
  display:block;
  width:100%;
}
.wp-block-post-comments .comment-form-cookies-consent{
  display:flex;
  gap:.25em;
}
.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{
  margin-top:.35em;
}
.wp-block-post-comments .comment-reply-title{
  margin-bottom:0;
}
.wp-block-post-comments .comment-reply-title :where(small){
  font-size:var(--wp--preset--font-size--medium, smaller);
  margin-left:.5em;
}
.wp-block-post-comments .reply{
  font-size:.875em;
  margin-bottom:1.4em;
}
.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{
  border:1px solid #949494;
  font-family:inherit;
  font-size:1em;
}
.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{
  padding:calc(.667em + 2px);
}

:where(.wp-block-post-comments input[type=submit]){
  border:none;
}

.wp-block-comments-pagination&gt;.wp-block-comments-pagination-next,.wp-block-comments-pagination&gt;.wp-block-comments-pagination-numbers,.wp-block-comments-pagination&gt;.wp-block-comments-pagination-previous{
  margin-bottom:.5em;
  margin-right:.5em;
}
.wp-block-comments-pagination&gt;.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination&gt;.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination&gt;.wp-block-comments-pagination-previous:last-child{
  margin-right:0;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{
  display:inline-block;
  margin-right:1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){
  transform:scaleX(1);
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{
  display:inline-block;
  margin-left:1ch;
}
.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){
  transform:scaleX(1);
}
.wp-block-comments-pagination.aligncenter{
  justify-content:center;
}

.wp-block-comment-template{
  box-sizing:border-box;
  list-style:none;
  margin-bottom:0;
  max-width:100%;
  padding:0;
}
.wp-block-comment-template li{
  clear:both;
}
.wp-block-comment-template ol{
  list-style:none;
  margin-bottom:0;
  max-width:100%;
  padding-left:2rem;
}
.wp-block-comment-template.alignleft{
  float:left;
}
.wp-block-comment-template.aligncenter{
  margin-left:auto;
  margin-right:auto;
  width:-moz-fit-content;
  width:fit-content;
}
.wp-block-comment-template.alignright{
  float:right;
}

.wp-block-cover,.wp-block-cover-image{
  align-items:center;
  background-position:50%;
  box-sizing:border-box;
  display:flex;
  justify-content:center;
  min-height:430px;
  overflow:hidden;
  overflow:clip;
  padding:1em;
  position:relative;
}
.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){
  background-color:#000;
}
.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{
  background-color:initial;
}
.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{
  background-color:inherit;
  content:"";
}
.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{
  bottom:0;
  left:0;
  opacity:.5;
  position:absolute;
  right:0;
  top:0;
  z-index:1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{
  opacity:.1;
}
.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{
  opacity:.2;
}
.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{
  opacity:.3;
}
.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{
  opacity:.4;
}
.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{
  opacity:.5;
}
.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{
  opacity:.6;
}
.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{
  opacity:.7;
}
.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{
  opacity:.8;
}
.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{
  opacity:.9;
}
.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{
  opacity:1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{
  opacity:0;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{
  opacity:.1;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{
  opacity:.2;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{
  opacity:.3;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{
  opacity:.4;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{
  opacity:.5;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{
  opacity:.6;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{
  opacity:.7;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{
  opacity:.8;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{
  opacity:.9;
}
.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{
  opacity:1;
}
.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{
  max-width:420px;
  width:100%;
}
.wp-block-cover-image:after,.wp-block-cover:after{
  content:"";
  display:block;
  font-size:0;
  min-height:inherit;
}
@supports (position:sticky){
  .wp-block-cover-image:after,.wp-block-cover:after{
    content:none;
  }
}
.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{
  display:flex;
}
.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{
  color:inherit;
  width:100%;
  z-index:1;
}
.wp-block-cover h1:where(:not(.has-text-color)),.wp-block-cover h2:where(:not(.has-text-color)),.wp-block-cover h3:where(:not(.has-text-color)),.wp-block-cover h4:where(:not(.has-text-color)),.wp-block-cover h5:where(:not(.has-text-color)),.wp-block-cover h6:where(:not(.has-text-color)),.wp-block-cover p:where(:not(.has-text-color)),.wp-block-cover-image h1:where(:not(.has-text-color)),.wp-block-cover-image h2:where(:not(.has-text-color)),.wp-block-cover-image h3:where(:not(.has-text-color)),.wp-block-cover-image h4:where(:not(.has-text-color)),.wp-block-cover-image h5:where(:not(.has-text-color)),.wp-block-cover-image h6:where(:not(.has-text-color)),.wp-block-cover-image p:where(:not(.has-text-color)){
  color:inherit;
}
.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{
  align-items:flex-start;
  justify-content:flex-start;
}
.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{
  align-items:flex-start;
  justify-content:center;
}
.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{
  align-items:flex-start;
  justify-content:flex-end;
}
.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{
  align-items:center;
  justify-content:flex-start;
}
.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{
  align-items:center;
  justify-content:center;
}
.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{
  align-items:center;
  justify-content:flex-end;
}
.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{
  align-items:flex-end;
  justify-content:flex-start;
}
.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{
  align-items:flex-end;
  justify-content:center;
}
.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{
  align-items:flex-end;
  justify-content:flex-end;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{
  margin:0;
}
.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{
  margin:0;
  width:auto;
}
.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{
  border:none;
  bottom:0;
  box-shadow:none;
  height:100%;
  left:0;
  margin:0;
  max-height:none;
  max-width:none;
  object-fit:cover;
  outline:none;
  padding:0;
  position:absolute;
  right:0;
  top:0;
  width:100%;
}

.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
  background-attachment:fixed;
  background-repeat:no-repeat;
  background-size:cover;
}
@supports (-webkit-touch-callout:inherit){
  .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
    background-attachment:scroll;
  }
}
@media (prefers-reduced-motion:reduce){
  .wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{
    background-attachment:scroll;
  }
}
.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{
  background-repeat:repeat;
  background-size:auto;
}

.wp-block-cover__image-background,.wp-block-cover__video-background{
  z-index:0;
}
.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{
  color:#fff;
}

.wp-block-cover-image .wp-block-cover.has-left-content{
  justify-content:flex-start;
}
.wp-block-cover-image .wp-block-cover.has-right-content{
  justify-content:flex-end;
}

.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content&gt;h2{
  margin-left:0;
  text-align:left;
}

.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content&gt;h2{
  margin-right:0;
  text-align:right;
}

.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image&gt;h2{
  font-size:2em;
  line-height:1.25;
  margin-bottom:0;
  max-width:840px;
  padding:.44em;
  text-align:center;
  z-index:1;
}

:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){
  color:#fff;
}

:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){
  color:#000;
}

.wp-block-details{
  box-sizing:border-box;
  overflow:hidden;
}

.wp-block-details summary{
  cursor:pointer;
}

.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]&gt;[data-type="core/embed"],.wp-block[data-align=right]&gt;[data-type="core/embed"]{
  max-width:360px;
  width:100%;
}
.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]&gt;[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]&gt;[data-type="core/embed"] .wp-block-embed__wrapper{
  min-width:280px;
}

.wp-block-cover .wp-block-embed{
  min-height:240px;
  min-width:320px;
}

.wp-block-embed{
  overflow-wrap:break-word;
}
.wp-block-embed figcaption{
  margin-bottom:1em;
  margin-top:.5em;
}
.wp-block-embed iframe{
  max-width:100%;
}

.wp-block-embed__wrapper{
  position:relative;
}

.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{
  content:"";
  display:block;
  padding-top:50%;
}
.wp-embed-responsive .wp-has-aspect-ratio iframe{
  bottom:0;
  height:100%;
  left:0;
  position:absolute;
  right:0;
  top:0;
  width:100%;
}

.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{
  padding-top:42.85%;
}
.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{
  padding-top:50%;
}
.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{
  padding-top:56.25%;
}
.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{
  padding-top:75%;
}
.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{
  padding-top:100%;
}
.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{
  padding-top:177.77%;
}
.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{
  padding-top:200%;
}

.wp-block-file{
  box-sizing:border-box;
}
.wp-block-file:not(.wp-element-button){
  font-size:.8em;
}
.wp-block-file.aligncenter{
  text-align:center;
}
.wp-block-file.alignright{
  text-align:right;
}
.wp-block-file *+.wp-block-file__button{
  margin-left:.75em;
}

:where(.wp-block-file){
  margin-bottom:1.5em;
}

.wp-block-file__embed{
  margin-bottom:1em;
}

:where(.wp-block-file__button){
  border-radius:2em;
  display:inline-block;
  padding:.5em 1em;
}
:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{
  box-shadow:none;
  color:#fff;
  opacity:.85;
  text-decoration:none;
}

.wp-block-form-input__label{
  display:flex;
  flex-direction:column;
  gap:.25em;
  margin-bottom:.5em;
  width:100%;
}
.wp-block-form-input__label.is-label-inline{
  align-items:center;
  flex-direction:row;
  gap:.5em;
}
.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{
  margin-bottom:.5em;
}
.wp-block-form-input__label:has(input[type=checkbox]){
  flex-direction:row-reverse;
  width:-moz-fit-content;
  width:fit-content;
}

.wp-block-form-input__label-content{
  width:-moz-fit-content;
  width:fit-content;
}

.wp-block-form-input__input{
  font-size:1em;
  margin-bottom:.5em;
  padding:0 .5em;
}
.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{
  border:1px solid;
  line-height:2;
  min-height:2em;
}

textarea.wp-block-form-input__input{
  min-height:10em;
}

.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){
  display:flex;
  flex-wrap:wrap;
  list-style-type:none;
  margin:0;
  padding:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{
  display:flex;
  flex-direction:column;
  flex-grow:1;
  justify-content:center;
  margin:0 1em 1em 0;
  position:relative;
  width:calc(50% - 1em);
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){
  margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{
  align-items:flex-end;
  display:flex;
  height:100%;
  justify-content:flex-start;
  margin:0;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{
  display:block;
  height:auto;
  max-width:100%;
  width:auto;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{
  background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom:0;
  box-sizing:border-box;
  color:#fff;
  font-size:.8em;
  margin:0;
  max-height:100%;
  overflow:auto;
  padding:3em .77em .7em;
  position:absolute;
  text-align:center;
  width:100%;
  z-index:2;
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{
  display:inline;
}
.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{
  flex-grow:1;
}
.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{
  flex:1;
  height:100%;
  object-fit:cover;
  width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{
  margin-right:0;
  width:100%;
}
@media (min-width:600px){
  .blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{
    margin-right:1em;
    width:calc(33.33333% - .66667em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{
    margin-right:1em;
    width:calc(25% - .75em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{
    margin-right:1em;
    width:calc(20% - .8em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{
    margin-right:1em;
    width:calc(16.66667% - .83333em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{
    margin-right:1em;
    width:calc(14.28571% - .85714em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{
    margin-right:1em;
    width:calc(12.5% - .875em);
  }
  .blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){
    margin-right:0;
  }
}
.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{
  margin-right:0;
}
.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{
  max-width:420px;
  width:100%;
}
.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{
  justify-content:center;
}

.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{
  align-self:flex-start;
}

figure.wp-block-gallery.has-nested-images{
  align-items:normal;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){
  margin:0;
  width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2);
}
.wp-block-gallery.has-nested-images figure.wp-block-image{
  box-sizing:border-box;
  display:flex;
  flex-direction:column;
  flex-grow:1;
  justify-content:center;
  max-width:100%;
  position:relative;
}
.wp-block-gallery.has-nested-images figure.wp-block-image&gt;a,.wp-block-gallery.has-nested-images figure.wp-block-image&gt;div{
  flex-direction:column;
  flex-grow:1;
  margin:0;
}
.wp-block-gallery.has-nested-images figure.wp-block-image img{
  display:block;
  height:auto;
  max-width:100% !important;
  width:auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
  background:linear-gradient(0deg, #000000b3, #0000004d 70%, #0000);
  bottom:0;
  box-sizing:border-box;
  color:#fff;
  font-size:13px;
  left:0;
  margin-bottom:0;
  max-height:60%;
  overflow:auto;
  padding:0 8px 8px;
  position:absolute;
  scrollbar-color:#0000 #0000;
  scrollbar-gutter:stable both-edges;
  scrollbar-width:thin;
  text-align:center;
  width:100%;
  will-change:transform;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{
  height:12px;
  width:12px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{
  background-color:initial;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{
  background-clip:padding-box;
  background-color:initial;
  border:3px solid #0000;
  border-radius:8px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{
  background-color:#fffc;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{
  scrollbar-color:#fffc #0000;
}
@media (hover:none){
  .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
    scrollbar-color:#fffc #0000;
  }
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{
  display:inline;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{
  color:inherit;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{
  box-sizing:border-box;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border&gt;a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border&gt;div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded&gt;a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded&gt;div{
  flex:1 1 auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{
  background:none;
  color:inherit;
  flex:initial;
  margin:0;
  padding:10px 10px 9px;
  position:relative;
}
.wp-block-gallery.has-nested-images figcaption{
  flex-basis:100%;
  flex-grow:1;
  text-align:center;
}
.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){
  margin-bottom:auto;
  margin-top:0;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){
  align-self:inherit;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)&gt;a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)&gt;div:not(.components-drop-zone){
  display:flex;
}
.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{
  flex:1 0 0%;
  height:100%;
  object-fit:cover;
  width:100%;
}
.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){
  width:100%;
}
@media (min-width:600px){
  .wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){
    width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
  }
  .wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){
    width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75);
  }
  .wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){
    width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8);
  }
  .wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){
    width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333);
  }
  .wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){
    width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714);
  }
  .wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){
    width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){
    width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){
    width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5);
  }
  .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{
    width:100%;
  }
}
.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{
  max-width:420px;
  width:100%;
}
.wp-block-gallery.has-nested-images.aligncenter{
  justify-content:center;
}

.wp-block-group{
  box-sizing:border-box;
}

h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{
  padding:1.25em 2.375em;
}
h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){
  rotate:180deg;
}

.wp-block-image img{
  box-sizing:border-box;
  height:auto;
  max-width:100%;
  vertical-align:bottom;
}
.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]&gt;a{
  border-radius:inherit;
}
.wp-block-image.has-custom-border img{
  box-sizing:border-box;
}
.wp-block-image.aligncenter{
  text-align:center;
}
.wp-block-image.alignfull img,.wp-block-image.alignwide img{
  height:auto;
  width:100%;
}
.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{
  display:table;
}
.wp-block-image .aligncenter&gt;figcaption,.wp-block-image .alignleft&gt;figcaption,.wp-block-image .alignright&gt;figcaption,.wp-block-image.aligncenter&gt;figcaption,.wp-block-image.alignleft&gt;figcaption,.wp-block-image.alignright&gt;figcaption{
  caption-side:bottom;
  display:table-caption;
}
.wp-block-image .alignleft{
  float:left;
  margin:.5em 1em .5em 0;
}
.wp-block-image .alignright{
  float:right;
  margin:.5em 0 .5em 1em;
}
.wp-block-image .aligncenter{
  margin-left:auto;
  margin-right:auto;
}
.wp-block-image figcaption{
  margin-bottom:1em;
  margin-top:.5em;
}
.wp-block-image .is-style-rounded img,.wp-block-image.is-style-circle-mask img,.wp-block-image.is-style-rounded img{
  border-radius:9999px;
}
@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){
  .wp-block-image.is-style-circle-mask img{
    border-radius:0;
    -webkit-mask-image:url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="50" cy="50" r="50"/&gt;&lt;/svg&gt;');
            mask-image:url('data:image/svg+xml;utf8,&lt;svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"&gt;&lt;circle cx="50" cy="50" r="50"/&gt;&lt;/svg&gt;');
    mask-mode:alpha;
    -webkit-mask-position:center;
            mask-position:center;
    -webkit-mask-repeat:no-repeat;
            mask-repeat:no-repeat;
    -webkit-mask-size:contain;
            mask-size:contain;
  }
}
.wp-block-image :where(.has-border-color){
  border-style:solid;
}
.wp-block-image :where([style*=border-top-color]){
  border-top-style:solid;
}
.wp-block-image :where([style*=border-right-color]){
  border-right-style:solid;
}
.wp-block-image :where([style*=border-bottom-color]){
  border-bottom-style:solid;
}
.wp-block-image :where([style*=border-left-color]){
  border-left-style:solid;
}
.wp-block-image :where([style*=border-width]){
  border-style:solid;
}
.wp-block-image :where([style*=border-top-width]){
  border-top-style:solid;
}
.wp-block-image :where([style*=border-right-width]){
  border-right-style:solid;
}
.wp-block-image :where([style*=border-bottom-width]){
  border-bottom-style:solid;
}
.wp-block-image :where([style*=border-left-width]){
  border-left-style:solid;
}

.wp-block-image figure{
  margin:0;
}

.wp-lightbox-container{
  display:flex;
  flex-direction:column;
  position:relative;
}
.wp-lightbox-container img{
  cursor:zoom-in;
}
.wp-lightbox-container img:hover+button{
  opacity:1;
}
.wp-lightbox-container button{
  align-items:center;
  -webkit-backdrop-filter:blur(16px) saturate(180%);
          backdrop-filter:blur(16px) saturate(180%);
  background-color:#5a5a5a40;
  border:none;
  border-radius:4px;
  cursor:zoom-in;
  display:flex;
  height:20px;
  justify-content:center;
  opacity:0;
  padding:0;
  position:absolute;
  right:16px;
  text-align:center;
  top:16px;
  transition:opacity .2s ease;
  width:20px;
  z-index:100;
}
.wp-lightbox-container button:focus-visible{
  outline:3px auto #5a5a5a40;
  outline:3px auto -webkit-focus-ring-color;
  outline-offset:3px;
}
.wp-lightbox-container button:hover{
  cursor:pointer;
  opacity:1;
}
.wp-lightbox-container button:focus{
  opacity:1;
}
.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){
  background-color:#5a5a5a40;
  border:none;
}

.wp-lightbox-overlay{
  box-sizing:border-box;
  cursor:zoom-out;
  height:100vh;
  left:0;
  overflow:hidden;
  position:fixed;
  top:0;
  visibility:hidden;
  width:100%;
  z-index:100000;
}
.wp-lightbox-overlay .close-button{
  align-items:center;
  cursor:pointer;
  display:flex;
  justify-content:center;
  min-height:40px;
  min-width:40px;
  padding:0;
  position:absolute;
  right:calc(env(safe-area-inset-right) + 16px);
  top:calc(env(safe-area-inset-top) + 16px);
  z-index:5000000;
}
.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){
  background:none;
  border:none;
}
.wp-lightbox-overlay .lightbox-image-container{
  height:var(--wp--lightbox-container-height);
  left:50%;
  overflow:hidden;
  position:absolute;
  top:50%;
  transform:translate(-50%, -50%);
  transform-origin:top left;
  width:var(--wp--lightbox-container-width);
  z-index:9999999999;
}
.wp-lightbox-overlay .wp-block-image{
  align-items:center;
  box-sizing:border-box;
  display:flex;
  height:100%;
  justify-content:center;
  margin:0;
  position:relative;
  transform-origin:0 0;
  width:100%;
  z-index:3000000;
}
.wp-lightbox-overlay .wp-block-image img{
  height:var(--wp--lightbox-image-height);
  min-height:var(--wp--lightbox-image-height);
  min-width:var(--wp--lightbox-image-width);
  width:var(--wp--lightbox-image-width);
}
.wp-lightbox-overlay .wp-block-image figcaption{
  display:none;
}
.wp-lightbox-overlay button{
  background:none;
  border:none;
}
.wp-lightbox-overlay .scrim{
  background-color:#fff;
  height:100%;
  opacity:.9;
  position:absolute;
  width:100%;
  z-index:2000000;
}
.wp-lightbox-overlay.active{
  animation:turn-on-visibility .25s both;
  visibility:visible;
}
.wp-lightbox-overlay.active img{
  animation:turn-on-visibility .35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active){
  animation:turn-off-visibility .35s both;
}
.wp-lightbox-overlay.show-closing-animation:not(.active) img{
  animation:turn-off-visibility .25s both;
}
@media (prefers-reduced-motion:no-preference){
  .wp-lightbox-overlay.zoom.active{
    animation:none;
    opacity:1;
    visibility:visible;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container{
    animation:lightbox-zoom-in .4s;
  }
  .wp-lightbox-overlay.zoom.active .lightbox-image-container img{
    animation:none;
  }
  .wp-lightbox-overlay.zoom.active .scrim{
    animation:turn-on-visibility .4s forwards;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active){
    animation:none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{
    animation:lightbox-zoom-out .4s;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{
    animation:none;
  }
  .wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{
    animation:turn-off-visibility .4s forwards;
  }
}

@keyframes turn-on-visibility{
  0%{
    opacity:0;
  }
  to{
    opacity:1;
  }
}
@keyframes turn-off-visibility{
  0%{
    opacity:1;
    visibility:visible;
  }
  99%{
    opacity:0;
    visibility:visible;
  }
  to{
    opacity:0;
    visibility:hidden;
  }
}
@keyframes lightbox-zoom-in{
  0%{
    transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
  }
  to{
    transform:translate(-50%, -50%) scale(1);
  }
}
@keyframes lightbox-zoom-out{
  0%{
    transform:translate(-50%, -50%) scale(1);
    visibility:visible;
  }
  99%{
    visibility:visible;
  }
  to{
    transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)), calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));
    visibility:hidden;
  }
}
ol.wp-block-latest-comments{
  box-sizing:border-box;
  margin-left:0;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){
  line-height:1.1;
}

:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){
  line-height:1.8;
}

.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){
  line-height:1.5;
}

.wp-block-latest-comments .wp-block-latest-comments{
  padding-left:0;
}

.wp-block-latest-comments__comment{
  list-style:none;
  margin-bottom:1em;
}
.has-avatars .wp-block-latest-comments__comment{
  list-style:none;
  min-height:2.25em;
}
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{
  margin-left:3.25em;
}

.wp-block-latest-comments__comment-excerpt p{
  font-size:.875em;
  margin:.36em 0 1.4em;
}

.wp-block-latest-comments__comment-date{
  display:block;
  font-size:.75em;
}

.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{
  border-radius:1.5em;
  display:block;
  float:left;
  height:2.5em;
  margin-right:.75em;
  width:2.5em;
}

.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{
  font-size:inherit;
}

.wp-block-latest-posts{
  box-sizing:border-box;
}
.wp-block-latest-posts.alignleft{
  margin-right:2em;
}
.wp-block-latest-posts.alignright{
  margin-left:2em;
}
.wp-block-latest-posts.wp-block-latest-posts__list{
  list-style:none;
  padding-left:0;
}
.wp-block-latest-posts.wp-block-latest-posts__list li{
  clear:both;
}
.wp-block-latest-posts.is-grid{
  display:flex;
  flex-wrap:wrap;
  padding:0;
}
.wp-block-latest-posts.is-grid li{
  margin:0 1.25em 1.25em 0;
  width:100%;
}
@media (min-width:600px){
  .wp-block-latest-posts.columns-2 li{
    width:calc(50% - .625em);
  }
  .wp-block-latest-posts.columns-2 li:nth-child(2n){
    margin-right:0;
  }
  .wp-block-latest-posts.columns-3 li{
    width:calc(33.33333% - .83333em);
  }
  .wp-block-latest-posts.columns-3 li:nth-child(3n){
    margin-right:0;
  }
  .wp-block-latest-posts.columns-4 li{
    width:calc(25% - .9375em);
  }
  .wp-block-latest-posts.columns-4 li:nth-child(4n){
    margin-right:0;
  }
  .wp-block-latest-posts.columns-5 li{
    width:calc(20% - 1em);
  }
  .wp-block-latest-posts.columns-5 li:nth-child(5n){
    margin-right:0;
  }
  .wp-block-latest-posts.columns-6 li{
    width:calc(16.66667% - 1.04167em);
  }
  .wp-block-latest-posts.columns-6 li:nth-child(6n){
    margin-right:0;
  }
}

.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{
  display:block;
  font-size:.8125em;
}

.wp-block-latest-posts__post-excerpt{
  margin-bottom:1em;
  margin-top:.5em;
}

.wp-block-latest-posts__featured-image a{
  display:inline-block;
}
.wp-block-latest-posts__featured-image img{
  height:auto;
  max-width:100%;
  width:auto;
}
.wp-block-latest-posts__featured-image.alignleft{
  float:left;
  margin-right:1em;
}
.wp-block-latest-posts__featured-image.alignright{
  float:right;
  margin-left:1em;
}
.wp-block-latest-posts__featured-image.aligncenter{
  margin-bottom:1em;
  text-align:center;
}

ol,ul{
  box-sizing:border-box;
}
ol.has-background,ul.has-background{
  padding:1.25em 2.375em;
}

.wp-block-media-text{
  box-sizing:border-box;
  direction:ltr;
  display:grid;
  grid-template-columns:50% 1fr;
  grid-template-rows:auto;
}
.wp-block-media-text.has-media-on-the-right{
  grid-template-columns:1fr 50%;
}

.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top .wp-block-media-text__media{
  align-self:start;
}

.wp-block-media-text .wp-block-media-text__content,.wp-block-media-text .wp-block-media-text__media,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center .wp-block-media-text__media{
  align-self:center;
}

.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom .wp-block-media-text__media{
  align-self:end;
}

.wp-block-media-text .wp-block-media-text__media{
  grid-column:1;
  grid-row:1;
  margin:0;
}

.wp-block-media-text .wp-block-media-text__content{
  direction:ltr;
  grid-column:2;
  grid-row:1;
  padding:0 8%;
  word-break:break-word;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__media{
  grid-column:2;
  grid-row:1;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
  grid-column:1;
  grid-row:1;
}

.wp-block-media-text__media img,.wp-block-media-text__media video{
  height:auto;
  max-width:unset;
  vertical-align:middle;
  width:100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media{
  background-size:cover;
  height:100%;
  min-height:250px;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media&gt;a{
  display:block;
  height:100%;
}

.wp-block-media-text.is-image-fill .wp-block-media-text__media img{
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  clip:rect(0, 0, 0, 0);
  border:0;
}
@media (max-width:600px){
  .wp-block-media-text.is-stacked-on-mobile{
    grid-template-columns:100% !important;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
    grid-column:1;
    grid-row:1;
  }
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content{
    grid-column:1;
    grid-row:2;
  }
}
.wp-block-navigation{
  position:relative;
  --navigation-layout-justification-setting:flex-start;
  --navigation-layout-direction:row;
  --navigation-layout-wrap:wrap;
  --navigation-layout-justify:flex-start;
  --navigation-layout-align:center;
}
.wp-block-navigation ul{
  margin-bottom:0;
  margin-left:0;
  margin-top:0;
  padding-left:0;
}
.wp-block-navigation ul,.wp-block-navigation ul li{
  list-style:none;
  padding:0;
}
.wp-block-navigation .wp-block-navigation-item{
  align-items:center;
  display:flex;
  position:relative;
}
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{
  display:none;
}
.wp-block-navigation .wp-block-navigation-item__content{
  display:block;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
  color:inherit;
}
.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{
  text-decoration:underline;
}
.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{
  text-decoration:line-through;
}
.wp-block-navigation:where(:not([class*=has-text-decoration])) a{
  text-decoration:none;
}
.wp-block-navigation:where(:not([class*=has-text-decoration])) a:active,.wp-block-navigation:where(:not([class*=has-text-decoration])) a:focus{
  text-decoration:none;
}
.wp-block-navigation .wp-block-navigation__submenu-icon{
  align-self:center;
  background-color:inherit;
  border:none;
  color:currentColor;
  display:inline-block;
  font-size:inherit;
  height:.6em;
  line-height:0;
  margin-left:.25em;
  padding:0;
  width:.6em;
}
.wp-block-navigation .wp-block-navigation__submenu-icon svg{
  display:inline-block;
  stroke:currentColor;
  height:inherit;
  margin-top:.075em;
  width:inherit;
}
.wp-block-navigation.is-vertical{
  --navigation-layout-direction:column;
  --navigation-layout-justify:initial;
  --navigation-layout-align:flex-start;
}
.wp-block-navigation.no-wrap{
  --navigation-layout-wrap:nowrap;
}
.wp-block-navigation.items-justified-center{
  --navigation-layout-justification-setting:center;
  --navigation-layout-justify:center;
}
.wp-block-navigation.items-justified-center.is-vertical{
  --navigation-layout-align:center;
}
.wp-block-navigation.items-justified-right{
  --navigation-layout-justification-setting:flex-end;
  --navigation-layout-justify:flex-end;
}
.wp-block-navigation.items-justified-right.is-vertical{
  --navigation-layout-align:flex-end;
}
.wp-block-navigation.items-justified-space-between{
  --navigation-layout-justification-setting:space-between;
  --navigation-layout-justify:space-between;
}

.wp-block-navigation .has-child .wp-block-navigation__submenu-container{
  align-items:normal;
  background-color:inherit;
  color:inherit;
  display:flex;
  flex-direction:column;
  height:0;
  left:-1px;
  opacity:0;
  overflow:hidden;
  position:absolute;
  top:100%;
  transition:opacity .1s linear;
  visibility:hidden;
  width:0;
  z-index:2;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container&gt;.wp-block-navigation-item&gt;.wp-block-navigation-item__content{
  display:flex;
  flex-grow:1;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container&gt;.wp-block-navigation-item&gt;.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{
  margin-left:auto;
  margin-right:0;
}
.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
  margin:0;
}
@media (min-width:782px){
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
    left:100%;
    top:-1px;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{
    background:#0000;
    content:"";
    display:block;
    height:100%;
    position:absolute;
    right:100%;
    width:.5em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{
    margin-right:.25em;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{
    transform:rotate(-90deg);
  }
}
.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover&gt;.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within&gt;.wp-block-navigation__submenu-container{
  height:auto;
  min-width:200px;
  opacity:1;
  overflow:visible;
  visibility:visible;
  width:auto;
}

.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{
  left:0;
  top:100%;
}
@media (min-width:782px){
  .wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
    left:100%;
    top:0;
  }
}

.wp-block-navigation-submenu{
  display:flex;
  position:relative;
}
.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{
  stroke:currentColor;
}

button.wp-block-navigation-item__content{
  background-color:initial;
  border:none;
  color:currentColor;
  font-family:inherit;
  font-size:inherit;
  font-style:inherit;
  font-weight:inherit;
  line-height:inherit;
  text-align:left;
  text-transform:inherit;
}

.wp-block-navigation-submenu__toggle{
  cursor:pointer;
}

.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{
  padding-left:0;
  padding-right:.85em;
}
.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{
  margin-left:-.6em;
  pointer-events:none;
}

.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){
  padding:0;
}
.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{
  gap:inherit;
}
:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){
  padding:.5em 1em;
}

:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){
  padding:.5em 1em;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list&gt;.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list&gt;.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between&gt;.wp-block-navigation__container&gt;.has-child:last-child .wp-block-navigation__submenu-container{
  left:auto;
  right:0;
}
.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list&gt;.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list&gt;.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between&gt;.wp-block-navigation__container&gt;.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
  left:-1px;
  right:-1px;
}
@media (min-width:782px){
  .wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list&gt;.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list&gt;.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between&gt;.wp-block-navigation__container&gt;.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{
    left:auto;
    right:100%;
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{
  background-color:#fff;
  border:1px solid #00000026;
}

.wp-block-navigation.has-background .wp-block-navigation__submenu-container{
  background-color:inherit;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{
  color:#000;
}

.wp-block-navigation__container{
  align-items:var(--navigation-layout-align, initial);
  display:flex;
  flex-direction:var(--navigation-layout-direction, initial);
  flex-wrap:var(--navigation-layout-wrap, wrap);
  justify-content:var(--navigation-layout-justify, initial);
  list-style:none;
  margin:0;
  padding-left:0;
}
.wp-block-navigation__container .is-responsive{
  display:none;
}

.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{
  flex-grow:1;
}
@keyframes overlay-menu__fade-in-animation{
  0%{
    opacity:0;
    transform:translateY(.5em);
  }
  to{
    opacity:1;
    transform:translateY(0);
  }
}
.wp-block-navigation__responsive-container{
  bottom:0;
  display:none;
  left:0;
  position:fixed;
  right:0;
  top:0;
}
.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){
  color:inherit;
}
.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{
  align-items:var(--navigation-layout-align, initial);
  display:flex;
  flex-direction:var(--navigation-layout-direction, initial);
  flex-wrap:var(--navigation-layout-wrap, wrap);
  justify-content:var(--navigation-layout-justify, initial);
}
.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){
  background-color:inherit !important;
  color:inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open{
  animation:overlay-menu__fade-in-animation .1s ease-out;
  animation-fill-mode:forwards;
  background-color:inherit;
  display:flex;
  flex-direction:column;
  overflow:auto;
  padding:clamp(1rem, var(--wp--style--root--padding-top), 20rem) clamp(1rem, var(--wp--style--root--padding-right), 20rem) clamp(1rem, var(--wp--style--root--padding-bottom), 20rem) clamp(1rem, var(--wp--style--root--padding-left), 20em);
  z-index:100000;
}
@media (prefers-reduced-motion:reduce){
  .wp-block-navigation__responsive-container.is-menu-open{
    animation-delay:0s;
    animation-duration:1ms;
  }
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{
  align-items:var(--navigation-layout-justification-setting, inherit);
  display:flex;
  flex-direction:column;
  flex-wrap:nowrap;
  overflow:visible;
  padding-top:calc(2rem + 24px);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
  justify-content:flex-start;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{
  display:none;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{
  border:none;
  height:auto;
  min-width:200px;
  opacity:1;
  overflow:initial;
  padding-left:2rem;
  padding-right:2rem;
  position:static;
  visibility:visible;
  width:auto;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
  gap:inherit;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{
  padding-top:var(--wp--style--block-gap, 2em);
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{
  padding:0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{
  align-items:var(--navigation-layout-justification-setting, initial);
  display:flex;
  flex-direction:column;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{
  background:#0000 !important;
  color:inherit !important;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
  left:auto;
  right:auto;
}
@media (min-width:600px){
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){
    background-color:inherit;
    display:block;
    position:relative;
    width:100%;
    z-index:auto;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{
    display:none;
  }
  .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{
    left:0;
  }
}

.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
  background-color:#fff;
}

.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{
  color:#000;
}

.wp-block-navigation__toggle_button_label{
  font-size:1rem;
  font-weight:700;
}

.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{
  background:#0000;
  border:none;
  color:currentColor;
  cursor:pointer;
  margin:0;
  padding:0;
  text-transform:inherit;
  vertical-align:middle;
}
.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{
  fill:currentColor;
  display:block;
  height:24px;
  pointer-events:none;
  width:24px;
}

.wp-block-navigation__responsive-container-open{
  display:flex;
}
.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}
@media (min-width:600px){
  .wp-block-navigation__responsive-container-open:not(.always-shown){
    display:none;
  }
}

.wp-block-navigation__responsive-container-close{
  position:absolute;
  right:0;
  top:0;
  z-index:2;
}
.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{
  font-family:inherit;
  font-size:inherit;
  font-weight:inherit;
}

.wp-block-navigation__responsive-close{
  width:100%;
}
.has-modal-open .wp-block-navigation__responsive-close{
  margin-left:auto;
  margin-right:auto;
  max-width:var(--wp--style--global--wide-size, 100%);
}
.wp-block-navigation__responsive-close:focus{
  outline:none;
}

.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{
  box-sizing:border-box;
}

.wp-block-navigation__responsive-dialog{
  position:relative;
}

.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
  margin-top:46px;
}
@media (min-width:782px){
  .has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{
    margin-top:32px;
  }
}

html.has-modal-open{
  overflow:hidden;
}

.wp-block-navigation .wp-block-navigation-item__label{
  overflow-wrap:break-word;
}
.wp-block-navigation .wp-block-navigation-item__description{
  display:none;
}

.link-ui-tools{
  border-top:1px solid #f0f0f0;
  padding:8px;
}

.link-ui-block-inserter{
  padding-top:8px;
}

.link-ui-block-inserter__back{
  margin-left:8px;
  text-transform:uppercase;
}

.components-popover-pointer-events-trap{
  background-color:initial;
  cursor:pointer;
  inset:0;
  position:fixed;
  z-index:1000000;
}

.wp-block-navigation .wp-block-page-list{
  align-items:var(--navigation-layout-align, initial);
  background-color:inherit;
  display:flex;
  flex-direction:var(--navigation-layout-direction, initial);
  flex-wrap:var(--navigation-layout-wrap, wrap);
  justify-content:var(--navigation-layout-justify, initial);
}
.wp-block-navigation .wp-block-navigation-item{
  background-color:inherit;
}

.is-small-text{
  font-size:.875em;
}

.is-regular-text{
  font-size:1em;
}

.is-large-text{
  font-size:2.25em;
}

.is-larger-text{
  font-size:3em;
}

.has-drop-cap:not(:focus):first-letter{
  float:left;
  font-size:8.4em;
  font-style:normal;
  font-weight:100;
  line-height:.68;
  margin:.05em .1em 0 0;
  text-transform:uppercase;
}

body.rtl .has-drop-cap:not(:focus):first-letter{
  float:none;
  margin-left:.1em;
}

p.has-drop-cap.has-background{
  overflow:hidden;
}

p.has-background{
  padding:1.25em 2.375em;
}

:where(p.has-text-color:not(.has-link-color)) a{
  color:inherit;
}

p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{
  rotate:180deg;
}

.wp-block-post-author{
  display:flex;
  flex-wrap:wrap;
}
.wp-block-post-author__byline{
  font-size:.5em;
  margin-bottom:0;
  margin-top:0;
  width:100%;
}
.wp-block-post-author__avatar{
  margin-right:1em;
}
.wp-block-post-author__bio{
  font-size:.7em;
  margin-bottom:.7em;
}
.wp-block-post-author__content{
  flex-basis:0;
  flex-grow:1;
}
.wp-block-post-author__name{
  margin:0;
}

.wp-block-post-comments-form{
  box-sizing:border-box;
}
.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){
  font-weight:inherit;
}
.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){
  font-family:inherit;
}
.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){
  font-size:inherit;
}
.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){
  line-height:inherit;
}
.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){
  font-style:inherit;
}
.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){
  letter-spacing:inherit;
}
.wp-block-post-comments-form input[type=submit]{
  box-shadow:none;
  cursor:pointer;
  display:inline-block;
  overflow-wrap:break-word;
  text-align:center;
}
.wp-block-post-comments-form input:not([type=submit]),.wp-block-post-comments-form textarea{
  border:1px solid #949494;
  font-family:inherit;
  font-size:1em;
}
.wp-block-post-comments-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments-form textarea{
  padding:calc(.667em + 2px);
}
.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{
  box-sizing:border-box;
  display:block;
  width:100%;
}
.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{
  display:block;
  margin-bottom:.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent{
  display:flex;
  gap:.25em;
}
.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{
  margin-top:.35em;
}
.wp-block-post-comments-form .comment-reply-title{
  margin-bottom:0;
}
.wp-block-post-comments-form .comment-reply-title :where(small){
  font-size:var(--wp--preset--font-size--medium, smaller);
  margin-left:.5em;
}

.wp-block-post-date{
  box-sizing:border-box;
}

:where(.wp-block-post-excerpt){
  margin-bottom:var(--wp--style--block-gap);
  margin-top:var(--wp--style--block-gap);
}

.wp-block-post-excerpt__excerpt{
  margin-bottom:0;
  margin-top:0;
}

.wp-block-post-excerpt__more-text{
  margin-bottom:0;
  margin-top:var(--wp--style--block-gap);
}

.wp-block-post-excerpt__more-link{
  display:inline-block;
}

.wp-block-post-featured-image{
  margin-left:0;
  margin-right:0;
}
.wp-block-post-featured-image a{
  display:block;
  height:100%;
}
.wp-block-post-featured-image img{
  box-sizing:border-box;
  height:auto;
  max-width:100%;
  vertical-align:bottom;
  width:100%;
}
.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{
  width:100%;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{
  background-color:#000;
  inset:0;
  position:absolute;
}
.wp-block-post-featured-image{
  position:relative;
}

.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{
  background-color:initial;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{
  opacity:0;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{
  opacity:.1;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{
  opacity:.2;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{
  opacity:.3;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{
  opacity:.4;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{
  opacity:.5;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{
  opacity:.6;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{
  opacity:.7;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{
  opacity:.8;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{
  opacity:.9;
}
.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{
  opacity:1;
}
.wp-block-post-featured-image:where(.alignleft,.alignright){
  width:100%;
}

.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{
  display:inline-block;
  margin-right:1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){
  transform:scaleX(1);
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{
  display:inline-block;
  margin-left:1ch;
}
.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){
  transform:scaleX(1);
}
.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{
  rotate:180deg;
}

.wp-block-post-terms{
  box-sizing:border-box;
}
.wp-block-post-terms .wp-block-post-terms__separator{
  white-space:pre-wrap;
}

.wp-block-post-time-to-read,.wp-block-post-title{
  box-sizing:border-box;
}

.wp-block-post-title{
  word-break:break-word;
}
.wp-block-post-title a{
  display:inline-block;
}

.wp-block-preformatted{
  box-sizing:border-box;
  white-space:pre-wrap;
}

:where(.wp-block-preformatted.has-background){
  padding:1.25em 2.375em;
}

.wp-block-pullquote{
  box-sizing:border-box;
  overflow-wrap:break-word;
  padding:4em 0;
  text-align:center;
}
.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{
  color:inherit;
}
.wp-block-pullquote blockquote{
  margin:0;
}
.wp-block-pullquote p{
  margin-top:0;
}
.wp-block-pullquote p:last-child{
  margin-bottom:0;
}
.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{
  max-width:420px;
}
.wp-block-pullquote cite,.wp-block-pullquote footer{
  position:relative;
}
.wp-block-pullquote .has-text-color a{
  color:inherit;
}

:where(.wp-block-pullquote){
  margin:0 0 1em;
}

.wp-block-pullquote.has-text-align-left blockquote{
  text-align:left;
}

.wp-block-pullquote.has-text-align-right blockquote{
  text-align:right;
}

.wp-block-pullquote.is-style-solid-color{
  border:none;
}
.wp-block-pullquote.is-style-solid-color blockquote{
  margin-left:auto;
  margin-right:auto;
  max-width:60%;
}
.wp-block-pullquote.is-style-solid-color blockquote p{
  font-size:2em;
  margin-bottom:0;
  margin-top:0;
}
.wp-block-pullquote.is-style-solid-color blockquote cite{
  font-style:normal;
  text-transform:none;
}

.wp-block-pullquote cite{
  color:inherit;
}

.wp-block-post-template{
  list-style:none;
  margin-bottom:0;
  margin-top:0;
  max-width:100%;
  padding:0;
}
.wp-block-post-template.wp-block-post-template{
  background:none;
}
.wp-block-post-template.is-flex-container{
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  gap:1.25em;
}
.wp-block-post-template.is-flex-container&gt;li{
  margin:0;
  width:100%;
}
@media (min-width:600px){
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2&gt;li{
    width:calc(50% - .625em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3&gt;li{
    width:calc(33.33333% - .83333em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4&gt;li{
    width:calc(25% - .9375em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5&gt;li{
    width:calc(20% - 1em);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6&gt;li{
    width:calc(16.66667% - 1.04167em);
  }
}

@media (max-width:600px){
  .wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{
    grid-template-columns:1fr;
  }
}
.wp-block-post-template-is-layout-constrained&gt;li&gt;.alignright,.wp-block-post-template-is-layout-flow&gt;li&gt;.alignright{
  float:right;
  margin-inline-end:0;
  margin-inline-start:2em;
}

.wp-block-post-template-is-layout-constrained&gt;li&gt;.alignleft,.wp-block-post-template-is-layout-flow&gt;li&gt;.alignleft{
  float:left;
  margin-inline-end:2em;
  margin-inline-start:0;
}

.wp-block-post-template-is-layout-constrained&gt;li&gt;.aligncenter,.wp-block-post-template-is-layout-flow&gt;li&gt;.aligncenter{
  margin-inline-end:auto;
  margin-inline-start:auto;
}

.wp-block-query-pagination&gt;.wp-block-query-pagination-next,.wp-block-query-pagination&gt;.wp-block-query-pagination-numbers,.wp-block-query-pagination&gt;.wp-block-query-pagination-previous{
  margin-bottom:.5em;
  margin-right:.5em;
}
.wp-block-query-pagination&gt;.wp-block-query-pagination-next:last-child,.wp-block-query-pagination&gt;.wp-block-query-pagination-numbers:last-child,.wp-block-query-pagination&gt;.wp-block-query-pagination-previous:last-child{
  margin-right:0;
}
.wp-block-query-pagination.is-content-justification-space-between&gt;.wp-block-query-pagination-next:last-of-type{
  margin-inline-start:auto;
}
.wp-block-query-pagination.is-content-justification-space-between&gt;.wp-block-query-pagination-previous:first-child{
  margin-inline-end:auto;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{
  display:inline-block;
  margin-right:1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){
  transform:scaleX(1);
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow{
  display:inline-block;
  margin-left:1ch;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){
  transform:scaleX(1);
}
.wp-block-query-pagination.aligncenter{
  justify-content:center;
}

.wp-block-query-title,.wp-block-quote{
  box-sizing:border-box;
}

.wp-block-quote{
  overflow-wrap:break-word;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){
  margin-bottom:1em;
  padding:0 1em;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{
  font-size:1.5em;
  font-style:italic;
  line-height:1.6;
}
.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{
  font-size:1.125em;
  text-align:right;
}
.wp-block-quote&gt;cite{
  display:block;
}

.wp-block-read-more{
  display:block;
  width:-moz-fit-content;
  width:fit-content;
}
.wp-block-read-more:where(:not([style*=text-decoration])){
  text-decoration:none;
}
.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{
  text-decoration:none;
}

ul.wp-block-rss{
  list-style:none;
  padding:0;
}
ul.wp-block-rss.wp-block-rss{
  box-sizing:border-box;
}
ul.wp-block-rss.alignleft{
  margin-right:2em;
}
ul.wp-block-rss.alignright{
  margin-left:2em;
}
ul.wp-block-rss.is-grid{
  display:flex;
  flex-wrap:wrap;
  list-style:none;
  padding:0;
}
ul.wp-block-rss.is-grid li{
  margin:0 1em 1em 0;
  width:100%;
}
@media (min-width:600px){
  ul.wp-block-rss.columns-2 li{
    width:calc(50% - 1em);
  }
  ul.wp-block-rss.columns-3 li{
    width:calc(33.33333% - 1em);
  }
  ul.wp-block-rss.columns-4 li{
    width:calc(25% - 1em);
  }
  ul.wp-block-rss.columns-5 li{
    width:calc(20% - 1em);
  }
  ul.wp-block-rss.columns-6 li{
    width:calc(16.66667% - 1em);
  }
}

.wp-block-rss__item-author,.wp-block-rss__item-publish-date{
  display:block;
  font-size:.8125em;
}

.wp-block-search__button{
  margin-left:10px;
  word-break:normal;
}
.wp-block-search__button.has-icon{
  line-height:0;
}
.wp-block-search__button svg{
  height:1.25em;
  min-height:24px;
  min-width:24px;
  width:1.25em;
  fill:currentColor;
  vertical-align:text-bottom;
}

:where(.wp-block-search__button){
  border:1px solid #ccc;
  padding:6px 10px;
}

.wp-block-search__inside-wrapper{
  display:flex;
  flex:auto;
  flex-wrap:nowrap;
  max-width:100%;
}

.wp-block-search__label{
  width:100%;
}

.wp-block-search__input{
  -webkit-appearance:initial;
          appearance:none;
  border:1px solid #949494;
  flex-grow:1;
  margin-left:0;
  margin-right:0;
  min-width:3rem;
  padding:8px;
  text-decoration:unset !important;
}

.wp-block-search.wp-block-search__button-only .wp-block-search__button{
  flex-shrink:0;
  margin-left:0;
  max-width:100%;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__button[aria-expanded=true]{
  max-width:calc(100% - 100px);
}
.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
  min-width:0 !important;
  transition-property:width;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input{
  flex-basis:100%;
  transition-duration:.3s;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{
  overflow:hidden;
}
.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{
  border-left-width:0 !important;
  border-right-width:0 !important;
  flex-basis:0;
  flex-grow:0;
  margin:0;
  min-width:0 !important;
  padding-left:0 !important;
  padding-right:0 !important;
  width:0 !important;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){
  border:1px solid #949494;
  box-sizing:border-box;
  padding:4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{
  border:none;
  border-radius:0;
  padding:0 4px;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{
  outline:none;
}
:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){
  padding:4px 8px;
}

.wp-block-search.aligncenter .wp-block-search__inside-wrapper{
  margin:auto;
}

.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{
  float:right;
}

.wp-block-separator{
  border:none;
  border-top:2px solid;
}
.wp-block-separator.is-style-dots{
  background:none !important;
  border:none;
  height:auto;
  line-height:1;
  text-align:center;
}
.wp-block-separator.is-style-dots:before{
  color:currentColor;
  content:"Â·Â·Â·";
  font-family:serif;
  font-size:1.5em;
  letter-spacing:2em;
  padding-left:2em;
}

.wp-block-site-logo{
  box-sizing:border-box;
  line-height:0;
}
.wp-block-site-logo a{
  display:inline-block;
  line-height:0;
}
.wp-block-site-logo.is-default-size img{
  height:auto;
  width:120px;
}
.wp-block-site-logo img{
  height:auto;
  max-width:100%;
}
.wp-block-site-logo a,.wp-block-site-logo img{
  border-radius:inherit;
}
.wp-block-site-logo.aligncenter{
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}
.wp-block-site-logo.is-style-rounded{
  border-radius:9999px;
}

.wp-block-site-title a{
  color:inherit;
}

.wp-block-social-links{
  background:none;
  box-sizing:border-box;
  margin-left:0;
  padding-left:0;
  padding-right:0;
  text-indent:0;
}
.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{
  border-bottom:0;
  box-shadow:none;
  text-decoration:none;
}
.wp-block-social-links .wp-social-link a{
  padding:.25em;
}
.wp-block-social-links .wp-social-link svg{
  height:1em;
  width:1em;
}
.wp-block-social-links .wp-social-link span:not(.screen-reader-text){
  font-size:.65em;
  margin-left:.5em;
  margin-right:.5em;
}
.wp-block-social-links.has-small-icon-size{
  font-size:16px;
}
.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{
  font-size:24px;
}
.wp-block-social-links.has-large-icon-size{
  font-size:36px;
}
.wp-block-social-links.has-huge-icon-size{
  font-size:48px;
}
.wp-block-social-links.aligncenter{
  display:flex;
  justify-content:center;
}
.wp-block-social-links.alignright{
  justify-content:flex-end;
}

.wp-block-social-link{
  border-radius:9999px;
  display:block;
  height:auto;
  transition:transform .1s ease;
}
@media (prefers-reduced-motion:reduce){
  .wp-block-social-link{
    transition-delay:0s;
    transition-duration:0s;
  }
}
.wp-block-social-link a{
  align-items:center;
  display:flex;
  line-height:0;
  transition:transform .1s ease;
}
.wp-block-social-link:hover{
  transform:scale(1.1);
}

.wp-block-social-links .wp-block-social-link.wp-social-link{
  display:inline-block;
  margin:0;
  padding:0;
}
.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{
  color:currentColor;
  fill:currentColor;
}

.wp-block-social-links:not(.is-style-logos-only) .wp-social-link{
  background-color:#f0f0f0;
  color:#444;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-amazon{
  background-color:#f90;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-bandcamp{
  background-color:#1ea0c3;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-behance{
  background-color:#0757fe;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-codepen{
  background-color:#1e1f26;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-deviantart{
  background-color:#02e49b;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dribbble{
  background-color:#e94c89;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-dropbox{
  background-color:#4280ff;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-etsy{
  background-color:#f45800;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-facebook{
  background-color:#1778f2;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-fivehundredpx{
  background-color:#000;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-flickr{
  background-color:#0461dd;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-foursquare{
  background-color:#e65678;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-github{
  background-color:#24292d;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-goodreads{
  background-color:#eceadd;
  color:#382110;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-google{
  background-color:#ea4434;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-gravatar{
  background-color:#1d4fc4;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-instagram{
  background-color:#f00075;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-lastfm{
  background-color:#e21b24;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-linkedin{
  background-color:#0d66c2;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-mastodon{
  background-color:#3288d4;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-medium{
  background-color:#02ab6c;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-meetup{
  background-color:#f6405f;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-patreon{
  background-color:#000;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pinterest{
  background-color:#e60122;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-pocket{
  background-color:#ef4155;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-reddit{
  background-color:#ff4500;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-skype{
  background-color:#0478d7;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-snapchat{
  background-color:#fefc00;
  color:#fff;
  stroke:#000;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-soundcloud{
  background-color:#ff5600;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-spotify{
  background-color:#1bd760;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-telegram{
  background-color:#2aabee;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-threads,.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tiktok{
  background-color:#000;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-tumblr{
  background-color:#011835;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitch{
  background-color:#6440a4;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-twitter{
  background-color:#1da1f2;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vimeo{
  background-color:#1eb7ea;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-vk{
  background-color:#4680c2;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-wordpress{
  background-color:#3499cd;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-whatsapp{
  background-color:#25d366;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-x{
  background-color:#000;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-yelp{
  background-color:#d32422;
  color:#fff;
}
.wp-block-social-links:not(.is-style-logos-only) .wp-social-link-youtube{
  background-color:red;
  color:#fff;
}

.wp-block-social-links.is-style-logos-only .wp-social-link{
  background:none;
}
.wp-block-social-links.is-style-logos-only .wp-social-link a{
  padding:0;
}
.wp-block-social-links.is-style-logos-only .wp-social-link svg{
  height:1.25em;
  width:1.25em;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-amazon{
  color:#f90;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-bandcamp{
  color:#1ea0c3;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-behance{
  color:#0757fe;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-codepen{
  color:#1e1f26;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-deviantart{
  color:#02e49b;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dribbble{
  color:#e94c89;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-dropbox{
  color:#4280ff;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-etsy{
  color:#f45800;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-facebook{
  color:#1778f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-fivehundredpx{
  color:#000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-flickr{
  color:#0461dd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-foursquare{
  color:#e65678;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-github{
  color:#24292d;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-goodreads{
  color:#382110;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-google{
  color:#ea4434;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-gravatar{
  color:#1d4fc4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-instagram{
  color:#f00075;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-lastfm{
  color:#e21b24;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-linkedin{
  color:#0d66c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-mastodon{
  color:#3288d4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-medium{
  color:#02ab6c;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-meetup{
  color:#f6405f;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-patreon{
  color:#000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pinterest{
  color:#e60122;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-pocket{
  color:#ef4155;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-reddit{
  color:#ff4500;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-skype{
  color:#0478d7;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-snapchat{
  color:#fff;
  stroke:#000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-soundcloud{
  color:#ff5600;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-spotify{
  color:#1bd760;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-telegram{
  color:#2aabee;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-threads,.wp-block-social-links.is-style-logos-only .wp-social-link-tiktok{
  color:#000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-tumblr{
  color:#011835;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitch{
  color:#6440a4;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-twitter{
  color:#1da1f2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vimeo{
  color:#1eb7ea;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-vk{
  color:#4680c2;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-whatsapp{
  color:#25d366;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-wordpress{
  color:#3499cd;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-x{
  color:#000;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-yelp{
  color:#d32422;
}
.wp-block-social-links.is-style-logos-only .wp-social-link-youtube{
  color:red;
}

.wp-block-social-links.is-style-pill-shape .wp-social-link{
  width:auto;
}
.wp-block-social-links.is-style-pill-shape .wp-social-link a{
  padding-left:.66667em;
  padding-right:.66667em;
}

.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{
  color:#000;
}

.wp-block-spacer{
  clear:both;
}

.wp-block-tag-cloud{
  box-sizing:border-box;
}
.wp-block-tag-cloud.aligncenter{
  justify-content:center;
  text-align:center;
}
.wp-block-tag-cloud.alignfull{
  padding-left:1em;
  padding-right:1em;
}
.wp-block-tag-cloud a{
  display:inline-block;
  margin-right:5px;
}
.wp-block-tag-cloud span{
  display:inline-block;
  margin-left:5px;
  text-decoration:none;
}
.wp-block-tag-cloud.is-style-outline{
  display:flex;
  flex-wrap:wrap;
  gap:1ch;
}
.wp-block-tag-cloud.is-style-outline a{
  border:1px solid;
  font-size:unset !important;
  margin-right:0;
  padding:1ch 2ch;
  text-decoration:none !important;
}

.wp-block-table{
  overflow-x:auto;
}
.wp-block-table table{
  border-collapse:collapse;
  width:100%;
}
.wp-block-table thead{
  border-bottom:3px solid;
}
.wp-block-table tfoot{
  border-top:3px solid;
}
.wp-block-table td,.wp-block-table th{
  border:1px solid;
  padding:.5em;
}
.wp-block-table .has-fixed-layout{
  table-layout:fixed;
  width:100%;
}
.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{
  word-break:break-word;
}
.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{
  display:table;
  width:auto;
}
.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{
  word-break:break-word;
}
.wp-block-table .has-subtle-light-gray-background-color{
  background-color:#f3f4f5;
}
.wp-block-table .has-subtle-pale-green-background-color{
  background-color:#e9fbe5;
}
.wp-block-table .has-subtle-pale-blue-background-color{
  background-color:#e7f5fe;
}
.wp-block-table .has-subtle-pale-pink-background-color{
  background-color:#fcf0ef;
}
.wp-block-table.is-style-stripes{
  background-color:initial;
  border-bottom:1px solid #f0f0f0;
  border-collapse:inherit;
  border-spacing:0;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd){
  background-color:#f0f0f0;
}
.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){
  background-color:#f3f4f5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){
  background-color:#e9fbe5;
}
.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){
  background-color:#e7f5fe;
}
.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){
  background-color:#fcf0ef;
}
.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{
  border-color:#0000;
}
.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color&gt;*{
  border-color:inherit;
}
.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]&gt;*,.wp-block-table table[style*=border-top-color]&gt;* td,.wp-block-table table[style*=border-top-color]&gt;* th{
  border-top-color:inherit;
}
.wp-block-table table[style*=border-top-color] tr:not(:first-child){
  border-top-color:initial;
}
.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]&gt;*{
  border-right-color:inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]&gt;*,.wp-block-table table[style*=border-bottom-color]&gt;* td,.wp-block-table table[style*=border-bottom-color]&gt;* th{
  border-bottom-color:inherit;
}
.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){
  border-bottom-color:initial;
}
.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]&gt;*{
  border-left-color:inherit;
}
.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]&gt;*{
  border-style:inherit;
}
.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]&gt;*{
  border-style:inherit;
  border-width:inherit;
}

:where(.wp-block-term-description){
  margin-bottom:var(--wp--style--block-gap);
  margin-top:var(--wp--style--block-gap);
}

.wp-block-term-description p{
  margin-bottom:0;
  margin-top:0;
}
.wp-block-text-columns,.wp-block-text-columns.aligncenter{
  display:flex;
}
.wp-block-text-columns .wp-block-column{
  margin:0 1em;
  padding:0;
}
.wp-block-text-columns .wp-block-column:first-child{
  margin-left:0;
}
.wp-block-text-columns .wp-block-column:last-child{
  margin-right:0;
}
.wp-block-text-columns.columns-2 .wp-block-column{
  width:50%;
}
.wp-block-text-columns.columns-3 .wp-block-column{
  width:33.33333%;
}
.wp-block-text-columns.columns-4 .wp-block-column{
  width:25%;
}

pre.wp-block-verse{
  overflow:auto;
  white-space:pre-wrap;
}

:where(pre.wp-block-verse){
  font-family:inherit;
}

.wp-block-video{
  box-sizing:border-box;
}
.wp-block-video video{
  vertical-align:middle;
  width:100%;
}
@supports (position:sticky){
  .wp-block-video [poster]{
    object-fit:cover;
  }
}
.wp-block-video.aligncenter{
  text-align:center;
}
.wp-block-video figcaption{
  margin-bottom:1em;
  margin-top:.5em;
}

.editor-styles-wrapper,.entry-content{
  counter-reset:footnotes;
}

a[data-fn].fn{
  counter-increment:footnotes;
  display:inline-flex;
  font-size:smaller;
  text-decoration:none;
  text-indent:-9999999px;
  vertical-align:super;
}

a[data-fn].fn:after{
  content:"[" counter(footnotes) "]";
  float:left;
  text-indent:0;
}
.wp-element-button{
  cursor:pointer;
}

:root{
  --wp--preset--font-size--normal:16px;
  --wp--preset--font-size--huge:42px;
}
:root .has-very-light-gray-background-color{
  background-color:#eee;
}
:root .has-very-dark-gray-background-color{
  background-color:#313131;
}
:root .has-very-light-gray-color{
  color:#eee;
}
:root .has-very-dark-gray-color{
  color:#313131;
}
:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{
  background:linear-gradient(135deg, #00d084, #0693e3);
}
:root .has-purple-crush-gradient-background{
  background:linear-gradient(135deg, #34e2e4, #4721fb 50%, #ab1dfe);
}
:root .has-hazy-dawn-gradient-background{
  background:linear-gradient(135deg, #faaca8, #dad0ec);
}
:root .has-subdued-olive-gradient-background{
  background:linear-gradient(135deg, #fafae1, #67a671);
}
:root .has-atomic-cream-gradient-background{
  background:linear-gradient(135deg, #fdd79a, #004a59);
}
:root .has-nightshade-gradient-background{
  background:linear-gradient(135deg, #330968, #31cdcf);
}
:root .has-midnight-gradient-background{
  background:linear-gradient(135deg, #020381, #2874fc);
}

.has-regular-font-size{
  font-size:1em;
}

.has-larger-font-size{
  font-size:2.625em;
}

.has-normal-font-size{
  font-size:var(--wp--preset--font-size--normal);
}

.has-huge-font-size{
  font-size:var(--wp--preset--font-size--huge);
}

.has-text-align-center{
  text-align:center;
}

.has-text-align-left{
  text-align:left;
}

.has-text-align-right{
  text-align:right;
}

#end-resizable-editor-section{
  display:none;
}

.aligncenter{
  clear:both;
}

.items-justified-left{
  justify-content:flex-start;
}

.items-justified-center{
  justify-content:center;
}

.items-justified-right{
  justify-content:flex-end;
}

.items-justified-space-between{
  justify-content:space-between;
}

.screen-reader-text{
  border:0;
  clip:rect(1px, 1px, 1px, 1px);
  -webkit-clip-path:inset(50%);
  clip-path:inset(50%);
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  word-wrap:normal !important;
}

.screen-reader-text:focus{
  background-color:#ddd;
  clip:auto !important;
  -webkit-clip-path:none;
          clip-path:none;
  color:#444;
  display:block;
  font-size:1em;
  height:auto;
  left:5px;
  line-height:normal;
  padding:15px 23px 14px;
  text-decoration:none;
  top:5px;
  width:auto;
  z-index:100000;
}
html :where(.has-border-color){
  border-style:solid;
}

html :where([style*=border-top-color]){
  border-top-style:solid;
}

html :where([style*=border-right-color]){
  border-right-style:solid;
}

html :where([style*=border-bottom-color]){
  border-bottom-style:solid;
}

html :where([style*=border-left-color]){
  border-left-style:solid;
}

html :where([style*=border-width]){
  border-style:solid;
}

html :where([style*=border-top-width]){
  border-top-style:solid;
}

html :where([style*=border-right-width]){
  border-right-style:solid;
}

html :where([style*=border-bottom-width]){
  border-bottom-style:solid;
}

html :where([style*=border-left-width]){
  border-left-style:solid;
}
html :where(img[class*=wp-image-]){
  height:auto;
  max-width:100%;
}
:where(figure){
  margin:0 0 1em;
}

html :where(.is-position-sticky){
  --wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height, 0px);
}

@media screen and (max-width:600px){
  html :where(.is-position-sticky){
    --wp-admin--admin-bar--position-offset:0px;
  }
}p.cr-comment-image-text { margin-bottom: 0.5em; font-size: 0.9em; }
p.cr-comment-video-text { margin-bottom: 0.5em; font-size: 0.9em; }
.iv-comment-image {
	float: left;
	margin-right: 5px;
	margin-left: 0;
	margin-bottom: 5px;
	margin-top: 0px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%);
}
.iv-comment-image:hover,
.cr-comment-video:hover {
	filter: brightness(95%);
}
.cr-comment-image-top {
	width: 150px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: top;
	max-height: 150px;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%);
}
.cr-comment-image-top:hover {
	filter: brightness(95%);
}
.cr-comment-video {
	float: left;
	margin-right: 5px;
	margin-bottom: 5px;
	position: relative;
	cursor: pointer;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #e4e1e3;
	filter: brightness(100%);
}
.cr-comment-video video.cr-video-a {
	width: 75px;
	height: 75px;
	display: block;
	object-fit: cover;
}
.cr-comment-video-modal.cr-comment-video video.cr-video-a {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	background-color: rgba(0,0,0,0.4);
}
div.cr-comment-video img.cr-comment-videoicon {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 32px;
	margin-top: -16px;
	margin-left: -16px;
}
.cr-comment-image-top img {
	box-shadow: none;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	padding: 0;
	border-radius: 0;
}
#reviews div.iv-comment-image img,
div.iv-comment-image img {
	box-shadow: none;
	width: 75px;
	height: 75px;
	max-width: 75px;
	max-height: 75px;
	object-fit:cover;
	padding: 0;
	border-radius: 0;
	display: block;
	position: relative;
}
.cr-comment-image-top img { cursor: pointer; }
.cr-comment-images, .cr-comment-videos {
	margin-bottom: 1em;
}
.cr-all-reviews-shortcode .cr-comment-images, .cr-comment-videos {
	margin: 0;
}
.cr-comment-videos .cr-comment-video .cr-comment-video-close {
	display: none;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close {
	display: block;
	background-color: #7A7A7A;
	color: #FFFFFF;
	border: 0px solid;
	border-radius: 10px;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 1px;
	line-height: 0;
	cursor: pointer;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg {
	display: block;
	width: 18px;
	height: 18px;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-comment-video-close .cr-close-button-svg-p {
	fill: #ffffff;
}
.cr-comment-videos .cr-comment-video .cr-video-cont {
	display: flex;
	position: relative;
	margin: auto;
}
.cr-comment-videos .cr-comment-video.cr-comment-video-modal .cr-video-cont {
	padding: 10px;
	max-width: 100%;
	max-height: 100%;
}
.cr-comment-videos-modal {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	z-index: 99999;
	overflow: auto;
	background-color: rgba(0,0,0,0.4);
	display: flex;
	align-items: center;
	justify-content: center;
}
.cr-comment-videos-modal .cr-comment-video,
.cr-comment-videos-modal .iv-comment-image {
	display: none;
}
.cr-comment-video.cr-comment-video-modal {
	width: 80%;
	height: 80%;
	float: none;
	margin: auto;
	z-index: 1;
	display: flex;
	justify-content: center;
	cursor: auto;
	border-width: 0;
	filter: brightness(100%);
}
.cr-recaptcha { margin-bottom: 1.5em; }
#commentform.comment-form .cr-upload-local-images, .comment-form .cr-upload-local-images { width: 100%; flex: none; }
#commentform.comment-form .cr-upload-local-images label, .comment-form .cr-upload-local-images label {
	display: block;
	transform: none;
	position: relative;
	left: auto;
	top: auto;
}
#commentform.comment-form .cr-upload-local-images input, .comment-form .cr-upload-local-images input { display: block; width: 100%; }
.ivole-meter {
	overflow: hidden;
	background: #f2f2f2;
	background: -webkit-linear-gradient(top,#eee,#f6f6f6);
	background: linear-gradient(to bottom,#eee,#f6f6f6);
	background-color: #f3f3f3;
	height: 22px;
	border-radius: 1px;
	box-shadow: inset 0 1px 2px rgba(0,0,0,.4),inset 0 0 0 1px rgba(0,0,0,.1);
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.ivole-meter .ivole-meter-bar {
	border-radius: 1px;
	background: #fb0;
	background: -webkit-linear-gradient(top,#ffce00,#ffa700);
	background: linear-gradient(to bottom,#ffce00,#ffa700);
	background-color: #ffce00;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.25),inset 0 -1px 0 rgba(0,0,0,.05);
	-webkit-transition: width .5s ease;
	transition: width .5s ease;
	float: left;
	font-size: 0;
	height: 100%;
	width: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}
.ivole-meter .ivole-meter-bar:before {
	background-color: rgba(255,255,255,.25);
	content: "";
	display: block;
	font-size: 0;
	height: 1px;
	margin: 1px
}
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell1 {
	white-space: nowrap;
	width: auto;
}
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
	width: 70%;
}
.cr-all-reviews-shortcode #ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell2 {
	min-width: 100px;
}
#ivole-histogramTable tr.ivole-histogramRow .ivole-histogramCell3 {
	text-align: right;
	white-space: nowrap;
	width: auto;
}
#reviews .cr-summaryBox-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 2px;
	align-items: center;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-summaryBox-wrap {
	display: none;
}
.cr-reviews-grid.cr-reviews-grid-new-review .cr-summaryBox-wrap {
	display: none;
}
#reviews .cr-summaryBox-wrap {
	margin: 0 0 1em 0;
	background-color: #F9F9F9;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap,
.cr-reviews-grid .cr-summaryBox-wrap {
	margin: 0;
	background-color: #F9F9F9;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
	width: auto;
	height: 40px;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator {
	flex: 2 2 auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-summary-separator-side {
	flex: 1 1 auto;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
	width: 2px;
	height: 40px;
	background-color: #BCCCD4;
}
.cr-reviews-grid .cr-summaryBox-wrap {
	margin: 0 10px 20px 10px;
}
#reviews .cr-summaryBox-wrap .ivole-summaryBox,
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap {
	margin: 0px;
	width: 49%;
	flex: 0 0 49%;
	padding: 10px;
	border-radius: 4px;
	border: 0px solid #e4e1e3;
	box-sizing: border-box;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox {
	width: 35%;
	flex: 1 0 35%;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
	width: auto;
	flex: 0 0 auto;
}
#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	flex-direction: column;
}
#reviews .cr-summaryBox-wrap .cr-average-rating,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-average-rating,
.cr-reviews-grid .cr-summaryBox-wrap .cr-average-rating {
	font-size: 36px;
	font-weight: bold;
	line-height: 50px;
	color: #0E252C;
}
#reviews .cr-summaryBox-wrap .cr-total-rating-count,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-total-rating-count,
.cr-reviews-grid .cr-summaryBox-wrap .cr-total-rating-count {
	font-size: 14px;
	color: #0E252C;
	line-height: 25px;
}
.cr-all-reviews-shortcode .cr-review-form-wrap,
.cr-reviews-grid .cr-review-form-wrap {
	display: none;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-form-wrap,
.cr-ajax-reviews-review-form .cr-review-form-wrap,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-form-wrap {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav {
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #E5E9EB;
	border-bottom: 1px solid #E5E9EB;
	height: 50px;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right {
	display: flex;
	align-items: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-right {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
	margin: 0 5px 0 0;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg {
	pointer-events: none;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left svg:hover,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-right svg:hover {
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-nav .cr-nav-left span {
	font-size: 16px;
	color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-item,
.cr-ajax-reviews-review-form .cr-review-form-item,
.cr-reviews-grid .cr-review-form-item {
	display: flex;
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0;
	border-bottom: 1px solid #E5E9EB;
	position: relative;
	align-items: center;
}
.cr-all-reviews-shortcode .cr-review-form-item img,
.cr-ajax-reviews-review-form .cr-review-form-item img,
.cr-reviews-grid .cr-review-form-item img {
	display: block;
	height: 60px;
	width: auto;
	margin: 0 20px 0 0;
}
.cr-all-reviews-shortcode .cr-review-form-item span,
.cr-ajax-reviews-review-form .cr-review-form-item span,
.cr-reviews-grid .cr-review-form-item span {
	display: block;
	font-size: 22px;
	font-weight: 500;
	color: #0E252C;
}
.cr-all-reviews-shortcode .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-rating,
.cr-reviews-grid .cr-review-form-rating {
	max-width: 500px;
	margin: 0 auto;
	padding: 30px 0 30px 0;
	position: relative;
}
.cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-rating-overall .cr-review-form-rating {
	max-width: 500px;
	margin: 1em 0 1em 0;
	padding: 0;
	position: relative;
}
.cr-review-form-rating-overall.cr-review-form-rating-ovonly .cr-review-form-rating {
	margin: 1em 0 1.5em 0;
}
.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating,
.cr-review-form-wrap .cr-review-form-rating-overall .cr-review-form-rating {
	margin-left: auto;
	margin-right: auto;
}
.cr-review-form-wrap .cr-onsite-ratings .cr-review-form-rating-label {
	font-size: 12px;
	color: #4D5D64;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont {
	display: flex;
	position: relative;
	height: auto;
	padding: 5px 0;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
	height: 20px;
	padding: 0 5px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner {
	height: 30px;
	padding: 0 5px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg {
	height: 30px;
	width: 33px;
}
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner:first-child {
	padding-left: 0;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner .cr-rating-act {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
.cr-ajax-reviews-review-form .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-inner svg:hover {
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
.cr-onsite-ratings .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr,
.cr-reviews-grid .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	margin: 0 0 0 10px;
}
.cr-review-form-rating-overall .cr-review-form-rating .cr-review-form-rating-cont .cr-review-form-rating-nbr {
	font-size: 18px;
	line-height: 30px;
	height: 30px;
	margin: 0 0 0 10px;
}
.cr-review-form-rating-overall .cr-review-form-rating-label {
	font-size: 18px;
}
.cr-all-reviews-shortcode .cr-review-form-rating-overall .cr-review-form-rating-label,
.cr-ajax-reviews-review-form .cr-review-form-rating-overall .cr-review-form-rating-label,
.cr-reviews-grid .cr-review-form-rating-overall .cr-review-form-rating-label {
	font-size: 16px;
}
.cr-all-reviews-shortcode .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-field-error {
	font-size: 11px;
	color: #CE2B37;
	margin: 5px 0 0 0;
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont,
.cr-reviews-grid .cr-review-form-rating.cr-review-form-error .cr-review-form-rating-cont {
	background-color: #fae9eb;
}
.cr-all-reviews-shortcode .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-ratings .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-review-form-rating-overall .cr-review-form-rating.cr-review-form-error .cr-review-form-field-error,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-all-reviews-shortcode .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-ajax-reviews-review-form .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-captcha.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-form-item-media.cr-review-form-error .cr-review-form-field-error,
.cr-reviews-grid .cr-review-form-terms.cr-review-form-error .cr-review-form-field-error {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-comment,
.cr-reviews-grid .cr-review-form-comment {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
}
.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-comment .cr-review-form-comment-txt {
	border: solid 1px #D8E2E7;
	background-color: #FFFFFF;
	box-shadow: none;
	position: relative;
	padding: 12px 16px;
	color: #0E252C;
	font-size: 14px;
	width: 100%;
	margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-comment.cr-review-form-error .cr-review-form-comment-txt {
	border: #CE2B37 solid 2px;
}
.cr-all-reviews-shortcode .cr-review-form-comment .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-name .cr-review-form-lbl,
.cr-all-reviews-shortcode .cr-review-form-email .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-comment .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-name .cr-review-form-lbl,
.cr-ajax-reviews-review-form .cr-review-form-email .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-comment .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-name .cr-review-form-lbl,
.cr-reviews-grid .cr-review-form-email .cr-review-form-lbl {
	position: absolute;
	top: -7px;
	z-index: 1;
	left: 16px;
	background-color: #FFFFFF;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: #4D5D64;
}
.cr-all-reviews-shortcode .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-form-item-media,
.cr-reviews-grid .cr-form-item-media {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-terms {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	line-height: 1;
}
.cr-all-reviews-shortcode .cr-review-form-terms label,
.cr-ajax-reviews-review-form .cr-review-form-terms label,
.cr-reviews-grid .cr-review-form-terms label {
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox,
.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox,
.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox {
	appearance: auto;
	width: auto;
	height: auto;
	border: none;
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 0;
	accent-color: #4D5D64;
}
.cr-all-reviews-shortcode .cr-review-form-terms span,
.cr-ajax-reviews-review-form .cr-review-form-terms span,
.cr-reviews-grid .cr-review-form-terms span {
	display: inline;
	vertical-align: middle;
	color: #0E252C;
	line-height: 1.3;
}
.cr-all-reviews-shortcode .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-ajax-reviews-review-form .cr-review-form-terms .cr-review-form-checkbox::after,
.cr-reviews-grid .cr-review-form-terms .cr-review-form-checkbox::after {
	border: none;
	content: normal;
}
.cr-all-reviews-shortcode .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-ne,
.cr-reviews-grid .cr-review-form-ne {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	position: relative;
	display: flex;
	gap: 10px;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-name,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-email {
	width: 50%;
	position: relative;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-name input,
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-email input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-name input,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-email input,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-name input,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-email input {
	width: 100%;
}
.cr-all-reviews-shortcode .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-ne .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-ne .cr-review-form-txt {
	border: solid 1px #D8E2E7;
	background-color: #FFFFFF;
	box-shadow: none;
	position: relative;
	padding: 12px 16px;
	color: #0E252C;
	font-size: 14px;
	margin: 0;
}
.cr-review-form-wrap .cr-onsite-question .cr-onsite-question-inp {
	border: solid 1px #D8E2E7;
	background-color: #FFFFFF;
	box-shadow: none;
	padding: 12px 16px;
	color: #0E252C;
	font-size: 14px;
	width: 50%;
}
.cr-review-form-wrap .cr-onsite-question label {
	position: absolute;
	top: -7px;
	z-index: 1;
	left: 16px;
	background-color: #FFFFFF;
	padding: 0 5px;
	font-size: 12px;
	line-height: 12px;
	height: 12px;
	color: #4D5D64;
	font-weight: normal;
}
.cr-review-form-wrap .cr-onsite-questions {
	max-width: 500px;
	margin: 0 auto;
}
.cr-all-reviews-shortcode .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-email.cr-review-form-error .cr-review-form-txt,
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='text'],
.cr-onsite-questions .cr-onsite-question.cr-review-form-error input[type='number'],
.cr-single-product-review .cr-review-form-textbox.cr-review-form-error,
.cr-reviews-grid .cr-review-form-name.cr-review-form-error .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-email.cr-review-form-error .cr-review-form-txt {
	border: #CE2B37 solid 2px;
}
.cr-all-reviews-shortcode .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-captcha {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 20px 0;
	display: flex;
	flex-direction: column;
	align-items: start;
}
.cr-all-reviews-shortcode .cr-review-form-captcha .cr-recaptcha,
.cr-ajax-reviews-review-form .cr-review-form-captcha .cr-recaptcha,
.cr-reviews-grid .cr-review-form-captcha .cr-recaptcha {
	margin: 0;
}
.cr-all-reviews-shortcode .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-buttons,
.cr-reviews-grid .cr-review-form-buttons {
	max-width: 500px;
	margin: 0 auto;
	padding: 0 0 30px 0;
	position: relative;
	display: flex;
	gap: 10px;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-submit {
	display: flex;
	background-color: #31856C;
	color: #ffffff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: 50%;
	padding: 0 10px;
	margin: 0;
	align-items: center;
	justify-content: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-submit {
	width: 100%;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit:hover {
	background-color: #276A56;
	text-decoration: none;
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-captcha,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-onsite-question-inp,
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-onsite-question-inp,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-cancel,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-rating .cr-review-form-rating-inner,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-comment .cr-review-form-comment-txt,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-ne .cr-review-form-txt,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question,
.cr-reviews-grid .cr-review-form-submitting .cr-onsite-question-inp,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-terms, {
	pointer-events: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit span,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit span {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit span {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-submit img,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-submit img {
	display: none;
	height: 10px;
}
.cr-all-reviews-shortcode .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-ajax-reviews-review-form .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img,
.cr-reviews-grid .cr-review-form-submitting .cr-review-form-buttons .cr-review-form-submit img {
	display: block;
}
.cr-all-reviews-shortcode .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-ajax-reviews-review-form .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel,
.cr-reviews-grid .cr-review-form-wrap .cr-review-form-buttons .cr-review-form-cancel {
	display: flex;
	background-color: #ffffff;
	color: #0E252C;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: 50%;
	border: solid 1px #D8E2E7;
	padding: 0 10px;
	margin: 0;
	align-items: center;
	justify-content: center;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc .cr-review-form-buttons .cr-review-form-cancel {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-ajax-reviews-review-form .cr-review-form-buttons .cr-review-form-cancel:hover,
.cr-reviews-grid .cr-review-form-buttons .cr-review-form-cancel:hover {
	border: solid 1px #4D5D64;
	text-decoration: none;
	cursor: pointer;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-rating,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-comment,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-ne,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-captcha,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-buttons,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-ratings,
.cr-all-reviews-shortcode .cr-review-form-res .cr-onsite-question,
.cr-all-reviews-shortcode .cr-review-form-res .cr-form-item-media,
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-terms,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-rating,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-comment,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-ne,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-captcha,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-buttons,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-ratings,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-onsite-question,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-form-item-media,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-terms,
.cr-reviews-grid .cr-review-form-res .cr-review-form-rating,
.cr-reviews-grid .cr-review-form-res .cr-review-form-comment,
.cr-reviews-grid .cr-review-form-res .cr-review-form-ne,
.cr-reviews-grid .cr-review-form-res .cr-review-form-captcha,
.cr-reviews-grid .cr-review-form-res .cr-review-form-buttons,
.cr-reviews-grid .cr-review-form-res .cr-onsite-ratings,
.cr-reviews-grid .cr-review-form-res .cr-onsite-question,
.cr-reviews-grid .cr-review-form-res .cr-form-item-media,
.cr-reviews-grid .cr-review-form-res .cr-review-form-terms {
	display: none;
}
.cr-all-reviews-shortcode .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
.cr-reviews-grid .cr-review-form-result,
.cr-reviews-grid .cr-review-form-not-logged-in {
	max-width: 500px;
	margin: 0 auto;
	display: none;
	position: relative;
	padding: 40px 0;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result,
.cr-reviews-grid .cr-review-form-not-logged-in {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result span,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result span,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in span,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in span,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result span,
.cr-reviews-grid .cr-review-form-not-logged-in span {
	padding: 0 0 20px 0;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue {
	display: flex;
	background-color: #31856C;
	color: #ffffff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: auto;
	text-decoration: none;
	align-items: center;
	justify-content: center;
}
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue {
	padding: 10px 20px;
	min-width: 100px;
	text-align: center;
}
.cr-all-reviews-shortcode .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-all-reviews-shortcode .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-ajax-reviews-review-form .cr-review-form-not-logged-in .cr-review-form-continue:hover,
.cr-reviews-grid .cr-review-form-res .cr-review-form-result .cr-review-form-continue:hover,
.cr-reviews-grid .cr-review-form-not-logged-in .cr-review-form-continue:hover {
	background-color: #276A56;
	text-decoration: none;
	cursor: pointer;
}
.ivole-summaryBox {
	max-width: 100%;
	font-size: 14px;
}
div.ivole-summaryBox {
	margin-bottom: 2rem;
}
#ivole-histogramTable {
	margin-bottom: 0px;
	border-collapse: collapse;
	border: 0px;
	width: 100%;
	max-width: 320px;
	min-width: auto;
	margin: 0 auto;
}
#ivole-histogramTable .ivole-histogramRow {
	border: 0px;
}
#ivole-histogramTable tr.ivole-histogramRow td {
	padding: 0.2rem 0.3rem;
	vertical-align: middle;
	border: 0px;
	background-color: transparent;
}
#ivole-histogramTable tr.ivole-histogramRow:first-child td {
	padding-top: 0
}
#ivole-histogramTable tr.ivole-histogramRow:last-child td {
	padding-bottom: 0
}
#ivole-histogramTable tr.ivole-histogramRow td:first-child {
	padding-left: 0
}
#ivole-histogramTable tr.ivole-histogramRow td:last-child {
	padding-right: 0
}
#reviews .cr-credits-div,
.cr-all-reviews-shortcode .cr-credits-div,
.cr-reviews-grid .cr-credits-div {
	font-size: 10px;
	text-align: right;
	width: 100%;
	padding: 0 5px;
	margin: 7px 0;
	line-height: 16px;
	display: flex;
	align-items: center;
	justify-content: right;
	box-sizing: border-box;
}
.cr-reviews-grid .cr-credits-div {
	margin-top: 0;
	padding: 0 10px;
}
.cr-all-reviews-shortcode .cr-credits-div a,
#reviews .cr-credits-div a,
.cr-reviews-grid .cr-credits-div a {
	text-decoration: none;
}
.cr-all-reviews-shortcode .cr-credits-div a img,
#reviews .cr-credits-div a img,
.cr-reviews-grid .cr-credits-div a img {
	display: inline;
	height: 16px;
	margin: 0 0 0 4px;
	padding: 0;
	vertical-align: middle;
}
#reviews .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-count-filtered-reviews,
.cr-reviews-grid .cr-summaryBox-wrap .cr-count-filtered-reviews {
	width: 100%;
	padding: 5px 10px;
	margin-top: 0;
	font-size: 14px;
	color: #0E252C;
}
#ivole-histogramTable tr.ivole-histogramRow a {
	display: inline;
}
#ivole-histogramTable tr.ivole-histogramRow.ivole-histogramRow-s a {
	display: inline;
	font-weight: bold;
}
#reviews.cr-reviews-ajax-reviews {
	width: 100%;
}
.cr-all-reviews-shortcode .cr-count-row,
#reviews.cr-reviews-ajax-reviews .cr-count-row {
	background-color: #F9F9F9;
	padding: 10px 12px;
	font-size: 12px;
	color: #0E252C;
	margin: 24px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-count-row {
	display: none;
}
.cr-all-reviews-shortcode .cr-count-row a,
.cr-reviews-ajax-comments .cr-count-row a {
	color: #0E252C;
	text-decoration: underline;
}
.cr-all-reviews-shortcode .cr-count-row a:hover,
.cr-reviews-ajax-comments .cr-count-row a:hover {
	cursor: pointer;
	color: #0E252C;
}
div.ivole-summaryBox.cr-summaryBox-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-all-reviews-ajax.cr-summaryBar-updating,
div.ivole-summaryBox.cr-summaryBar-updating,
.cr-count-row .cr-seeAll-updating,
.cr-ajax-reviews-sort.cr-sort-updating,
.cr-review-tags-filter.cr-tags-updating {
	opacity: 0.5;
	pointer-events: none;
}
.cr-voting-cont {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
.cr-voting-cont img, .cr-voting-cont-uni svg {
	margin-left: 0px;
	margin-right: 7px;
	margin-top: 0px;
	margin-bottom: 0px;
	width: 13px;
	height: 16px;
	cursor: pointer;
	pointer-events: auto;
}
.rtl .cr-voting-cont img, .rtl .cr-voting-cont-uni svg {
	margin-right: 0px;
	margin-left: 7px;
}
.cr-voting-cont-uni .cr-voting-update svg {
	pointer-events: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg:hover {
	color: #000000;
}
.cr-voting-cont-uni span {
	display: block;
	line-height: 11px;
	font-size: 11px;
	margin-left: 0px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-int {
	fill: none;
}
.cr-voting-cont-uni span.cr-voting-upvote svg .cr-voting-svg-ext {
	fill: #18B394;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #00A382;
	fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #00A382;
}
.cr-voting-cont-uni span.cr-voting-upvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg:hover .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-ext,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-ext {
	fill: #202020;
}
.cr-voting-cont-uni span.cr-voting-upvote.cr-voting-update svg .cr-voting-svg-int,
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-update svg .cr-voting-svg-int {
	fill: none;
	animation: pulse 1s infinite;
}
@keyframes pulse {
	0% {
		fill: #FFFFFF;
	}
	50% {
		fill: #A9A9A9;
	}
	100% {
		fill: #FFFFFF;
	}
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-int {
	fill: none;
}
.cr-voting-cont-uni span.cr-voting-downvote svg .cr-voting-svg-ext {
	fill: #CE2B37;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-int {
	fill: #CA2430;
	fill-opacity: 0.4;
}
.cr-voting-cont-uni span.cr-voting-downvote.cr-voting-active svg .cr-voting-svg-ext {
	fill: #CA2430;
}
.cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 10px;
	color: #18B394;
}
.rtl .cr-voting-cont-uni span.cr-voting-upvote-count {
	margin-right: 0px;
	margin-left: 10px;
}
.cr-voting-cont-uni span.cr-voting-downvote-count {
	color: #CE2B37;
}
@font-face {font-display:swap;
	font-family: crstar;
	src: url(/wp-content/plugins/customer-reviews-woocommerce/fonts/star.eot);
	src: url(/wp-content/plugins/customer-reviews-woocommerce/fonts/star.eot?#iefix) format("embedded-opentype"),url(/wp-content/plugins/customer-reviews-woocommerce/fonts/star.woff) format("woff"),url(/wp-content/plugins/customer-reviews-woocommerce/fonts/star.ttf) format("truetype"),url(/wp-content/plugins/customer-reviews-woocommerce/fonts/star.svg#star) format("svg");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.cr-all-reviews-shortcode ol li.comment, .cr-all-reviews-shortcode ol li.review {
	list-style: none;
	margin-right: 0;
	margin-bottom: 2.5em;
	position: relative;
	border: 0;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container,
.cr-all-reviews-shortcode ol li.comment .comment_container,
.cr-all-reviews-shortcode ol li.review .comment_container {
	position: relative;
	padding: 0px;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container img.avatar,
.cr-all-reviews-shortcode ol li.comment .comment_container img.avatar,
.cr-all-reviews-shortcode ol li.review .comment_container img.avatar {
	float: left;
	position: absolute;
	padding: 0;
	top: 0;
	left: 0;
	width: 50px;
	height: auto;
	border: 0px solid #e4e1e3;
	margin: 0;
	box-shadow: none;
	border-radius: 25px;
	max-height: none;
}
#reviews #comments .cr-avatar-check {
	display: none;
}
.cr-all-reviews-shortcode ol li.comment .comment_container .cr-avatar-check,
.cr-all-reviews-shortcode ol li.review .comment_container .cr-avatar-check,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .cr-avatar-check,
.cr-reviews-grid .cr-review-card .cr-avatar-check,
.cr-reviews-slider .cr-review-card .cr-avatar-check {
	width: 20px;
	height: 20px;
	background-color: #31856C;
	position: absolute;
	left: 34px;
	top: 28px;
	border-radius: 10px;
	border: 2px solid #FFFFFF;
	display: flex;
	align-items: center;
	justify-content: center;
	box-sizing: border-box;
}
.cr-all-reviews-shortcode ol li.review .comment_container .meta,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .meta {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	color: #767676;
	font-size: 14px;
	flex-wrap: wrap;
}
.cr-all-reviews-shortcode ol li div.comment_container a.cr-comment-a {
	box-shadow: none;
}
.cr-all-reviews-shortcode ol li div.comment_container p.iv-comment-product {
	font-size: 90%;
}
.cr-all-reviews-shortcode ol li div.comment_container a.iv-comment-product-a {
	box-shadow: none;
	line-height: 0;
}
.cr-all-reviews-shortcode ol li .comment_container .iv-comment-product-img {
	width: 20px;
	height: auto;
	vertical-align: top;
	margin-right: 5px;
	display: inline;
	border-radius: 3px;
}
.cr-all-reviews-shortcode .commentlist.cr-pagination-load {
	opacity: 0.5;
	pointer-events: none;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text,
.cr-all-reviews-shortcode ol.commentlist li .comment-text {
	margin: 0 0 0 70px;
	border-top: 0 solid #e4e1e3;
	border-left: 0 solid #e4e1e3;
	border-right: 0 solid #e4e1e3;
	border-bottom: 1px solid #e4e1e3;
	padding: 0 0 1em 0;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment_container .comment-text.comment-text-no-avatar,
.cr-all-reviews-shortcode ol.commentlist li .comment-text.comment-text-no-avatar {
	margin: 0;
	float: none;
	width: 100%;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text p,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text p {
	margin: 1em 0;
	text-align: left;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta {
	font-size: 16px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta time {
	font-style: normal;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-featured-date,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .cr-meta-author-featured-date {
	display: flex;
	flex-direction: row;
	column-gap: 20px;
	align-items: baseline;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
	display: flex;
	align-items: center;
	column-gap: 20px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture {
	display: flex;
	align-items: center;
	margin: 0 0 0 0;
	column-gap: 7px;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a {
	font-size: 14px;
	color: #0E252C;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name .cr-product-name-picture .cr-comment-productname-a:hover {
	text-decoration: underline;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__author,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__author {
	color: #0E252C;
	font-size: 16px;
	display: inline;
	font-weight: 500;
	margin: 0;
	text-indent: 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .woocommerce-review__verified,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .meta .woocommerce-review__verified {
	display: block;
	color: #4D5D64;
	font-size: 14px;
	font-weight: 400;
	margin: 0;
	text-indent: 0;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-date time {
	color: #4D5D64;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}
.cr-all-reviews-shortcode ol.commentlist li .comment-text .meta .cr-meta-author-title svg {
	width: 18px;
	height: 18px;
	display: block;
	margin: 0 0 0 10px;
	color: #4D5D64;
}
.cr-tag {
	color: #3d3d3d;
	background-color: #EEEFF2;
	display: inline-block;
	padding: .2em .4em;
	font-size: 12px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 0.7em;
	border: 1px solid #c3c6d1;
	border-color: #31856C;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.cr-review-tags-filter .cr-tag {
	font-size: 14px;
	border-radius: 0.7em;
	margin-right: 5px;
	margin-bottom: 7px;
	border-color: #D0D0D0;
}
.cr-review-tags-filter span.cr-tag:hover {
	border-color: #31856C;
	cursor: pointer;
}
.cr-review-tags-filter {
	padding-top: 5px;
	padding-left: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	pointer-events: auto;
	opacity: 1;
}
.cr-review-tags-filter span.cr-tag.cr-tag-selected {
	border-color: #31856C;
	background-color: #D3D3D3;
}
div.cr-review-tags-filter.cr-review-tags-filter-disabled {
	pointer-events: none;
	opacity: 0.5;
}
.cr-review-tags {
	margin-bottom: 1em;
}
.cr-incentivized-badge {
	display: flex;
	column-gap: 4px;
	align-items: center;
	font-size: 10px;
	line-height: 10px;
	margin: 0 0 1em 0;
}
.cr-reviews-grid .cr-review-card .cr-incentivized-row .cr-incentivized-badge,
.cr-reviews-slider .cr-review-card .cr-incentivized-row .cr-incentivized-badge {
	margin: 0;
}
.cr-incentivized-badge .cr-incentivized-icon {
	display: block;
	height: 12px;
}
.cr-incentivized-badge .cr-incentivized-icon .cr-incentivized-svg {
	width: 12px;
	height: 12px;
}
.cr-all-reviews-shortcode ol.commentlist ul.children,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list ul.children {
	list-style: none outside;
	margin: 20px 0 0 50px;
	margin-inline-start: 70px;
	padding-inline-start: 0;
}
.cr-all-reviews-shortcode .crstar-rating,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating,
#reviews #comments .cr-summaryBox-wrap .crstar-rating {
	overflow: hidden;
	position: relative;
	height: 20px;
	line-height: 18px;
	font-size: 18px;
	width: 5.4em;
	font-family: crstar;
	color:#ffbc00;
	margin: 10px 0;
}
#reviews #comments .cr-summaryBox-wrap .cr-overall-rating-wrap .crstar-rating {
	margin-bottom: 0;
	margin-top: 5px;
}
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating {
	float: right;
	overflow: hidden;
	position: relative;
	height: 20px;
	line-height: 18px;
	font-size: 18px;
	width: 5.4em;
	font-family: crstar;
	color:#ffbc00;
}
.cr-all-reviews-shortcode .crstar-rating::before,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating::before,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating::before,
#reviews #comments .cr-summaryBox-wrap .crstar-rating::before {
	content: "\73\73\73\73\73";
	color: #d3ced2;
	float: left;
	top: 0;
	left: 0;
	position: absolute
}
.cr-all-reviews-shortcode .crstar-rating span,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span,
#reviews #comments .cr-summaryBox-wrap .crstar-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em
}
.cr-all-reviews-shortcode .crstar-rating span::before,
.cr-reviews-grid .cr-summaryBox-wrap .crstar-rating span::before,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .comment-text .crstar-rating span::before,
#reviews #comments .cr-summaryBox-wrap .crstar-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0
}
p.ivole-verified-badge {
	font-size: 12px;
	vertical-align: middle;
}
span.ivole-verified-badge-text {
	vertical-align: middle;
}

p.ivole-verified-badge span.ivole-review-country-text, p.ivole-verified-badge span.ivole-review-country-space {
	vertical-align: middle;
}
.cr-all-reviews-shortcode ol.commentlist,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list {
	list-style-type: none;
	margin: 0;
	padding: 0 0 1.5em 0;
	display: block;
	position: relative;
}
.cr-all-reviews-shortcode ol.commentlist li,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list li {
	margin: 0 0 30px 0;
	list-style: none;
	clear: both;
	border: 0;
	padding: 0;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review ol.commentlist,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-reviews-grid-inner,
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-review-tags-filter,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-review-tags-filter {
	display: none;
}
.cr-all-reviews-shortcode .ivole-review-country-icon,
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .ivole-review-country-icon {
	display: inline;
	height: 12px;
	width: auto;
	margin: 0 0 0 5px;
	border-radius: 0;
}
.woocommerce #content #reviews p.ivole-verified-badge img.ivole-review-country-icon,
#reviews p.ivole-verified-badge img.ivole-review-country-icon {
	float: none;
	height: 12px;
	width: auto;
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
	display: inline;
	border-radius: 0;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
	float: none;
	height: 20px;
	width: auto;
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
	display: inline;
	border-radius: 0;
}
.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce #content div.Product #reviews .comment_container img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge .ivole-verified-badge-text img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
	float: none;
	height: 11px;
	width: 11px;
	vertical-align:middle;
	margin: 0px 0px 0px 5px;
	display: inline;
	border-radius: 0;
}
.cr-form-item-media-none {
	padding: 24px;
	text-align: left;
	display: flex;
	align-items: center;
	cursor: pointer;
	border: 1px dashed #D8E2E7;
	border-radius: 2px;
}
.cr-review-form-error .cr-form-item-media-none {
	border-color: #CE2B37;
}
.cr-form-visible .cr-form-item-media-none {
	display: none;
}
.cr-form-item-media-none .cr-form-item-media-icon {
	width: 60px;
	height: 60px;
	padding: 8px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px;
	flex-shrink: 0;
}
.cr-form-item-media-none .cr-form-item-media-icon:first-child {
	margin-right: 5px;
}
.cr-rtl .cr-form-item-media-none .cr-form-item-media-icon:first-child {
	margin-right: 0;
	margin-left: 5px;
}
.cr-form-item-media-none span {
	display: inline-block;
	vertical-align: top;
	margin-left: 20px;
	color: #4D5D64;
	font-size: 12px;
}
.cr-rtl .cr-form-item-media-none span {
	margin-left: 0;
	margin-right: 20px;
}
.cr-form-item-media-none:active {
	border-color: #c9c9c9;
}
.cr-form-item-media-none:active .cr-form-item-media-icon {
	border: 1px solid #c9c9c9;
	fill: #c9c9c9;
}
.cr-form-item-media .cr-form-item-media-file {
	display: none;
}
.cr-form-item-media-preview {
	display: none;
	margin: 0;
	flex-wrap: wrap;
}
.cr-form-visible .cr-form-item-media-preview {
	display: flex;
	row-gap: 9px;
}
.cr-form-item-media-preview .cr-upload-images-containers {
	width: 108px;
	height: 108px;
	margin-bottom: 0px;
	margin-right: 9px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
	border: 1px solid #D8E2E7;
	padding: 0;
	overflow: hidden;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending {
	pointer-events: none;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok {
	padding: 0px;
}
.cr-form-item-media-preview .cr-upload-images-containers img {
	margin: 0 0 0 0;
	opacity: 0.3;
	object-fit: cover;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
	width: 108px;
	height: 108px;
	margin: 0 0 0 0;
	opacity: 0.3;
	padding: 15px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok img {
	opacity: 1;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
	opacity: 0.6;
	border-width: 0;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending img {
	opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
	opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete {
	padding: 1px;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 16px;
	height: 16px;
	display: none;
	background-color: #CE2B37;
	border-radius: 8px;
	border: 0px solid;
	line-height: 0;
	cursor: pointer;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete {
	display: block;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete {
	opacity: 0.2;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
	fill: #ffffff;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
	margin: 0;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: none;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
	display: block;
}
.cr-form-item-media-preview .cr-form-item-media-add {
	cursor: pointer;
	width: 108px;
	height: 108px;
	text-align: center;
	line-height: 108px;
	font-size: 40px;
	color: #e0e0e0;
	border: 1px dashed #e0e0e0;
	margin-bottom: 0px;
	display: inline-block;
}
.cr-form-item-media-preview .cr-form-item-media-add:active {
	border-color: #c9c9c9;
	color: #c9c9c9;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar {
	width: 94px;
	height: 10px;
	margin: 0 5px 0 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: #dddddd;
	border-radius: 5px;
}
.cr-form-item-media-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
	display: none;
}
.cr-form-item-media-preview .cr-upload-images-containers .cr-upload-images-pbar .cr-upload-images-pbarin {
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1AB394;
	border-radius: 5px;
}
.cr-pswp {
	display: none;
}
@media (max-width: 500px) {
	#reviews .cr-summaryBox-wrap .ivole-summaryBox,
	#reviews .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .ivole-summaryBox,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
	.cr-all-reviews-shortcode .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap .ivole-summaryBox,
	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .ivole-summaryBox,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-overall-rating-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-overall-rating-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap.cr-summaryBox-add-review .cr-add-review-wrap {
		width: 100%;
		flex: 0 0 100%;
	}
	.cr-all-reviews-shortcode ol.commentlist {
		margin-left: 0px;
		margin-right: 0px;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator {
		width: 100%;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-int,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-int {
		width: 50px;
		height: 2px;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-summary-separator-side,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-summary-separator-side {
		display: none;
	}
	.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap,
	.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap {
		width: 100%;
		padding: 10px;
	}
}
.woocommerce .product #reviews .comment-text p.ivf-custom-question-checkbox {font-weight: 550;margin: 0.6em 0;}
.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul {margin: 0.6em 0;}
.woocommerce .product #reviews .comment-text ul.ivf-custom-question-ul li {margin:0;}
.woocommerce .product #reviews .comment-text span.ivf-custom-question-radio {font-weight: 550;}
.woocommerce .product #reviews .comment-text hr.ivf-custom-question-hr,
.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
	margin: 0.6em 0;
}
.cr-all-reviews-shortcode .commentlist hr.ivf-custom-question-hr {
	display: none;
}
.cr-all-reviews-shortcode .commentlist .comment-text .ivf-custom-question-p {
	font-size: 14px;
	margin: 0.5em 0;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
	margin: 0.6em 0;
	display: flex;
	align-items: center;
	flex-direction: row;
}
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont {
	font-size: 14px;
}
.woocommerce .product #reviews .comment-text p.ivf-custom-question-p,
.cr-all-reviews-shortcode .commentlist p.ivf-custom-question-p {
	margin: 0.6em 0;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating {
	padding-right: 7px;
	font-weight: 550;
}
.woocommerce .product #reviews .comment-text .crf-custom-question-rating-cont .star-rating,
.cr-all-reviews-shortcode .commentlist .crf-custom-question-rating-cont .star-rating {
	font-size: 1em;
	height: 1.1em;
	line-height: 1.1em;
	float: none;
	margin: 0;
}
.cr-onsite-questions .cr-onsite-question {
	display: block;
	margin: 1.5em 0;
	position: relative;
}
.cr-onsite-questions .cr-onsite-question .required,
.cr-onsite-ratings .cr-review-form-rating .required,
.cr-review-form-rating-overall .cr-review-form-rating .required {
	margin: 0 0 0 3px;
}
.cr-onsite-questions .cr-onsite-question label,
.cr-onsite-questions .cr-onsite-question input {
	display: block;
}
.cr-onsite-questions .cr-onsite-question.cr-full-width label,
.cr-onsite-questions .cr-onsite-question.cr-full-width input {
	width: 100%;
}
.cr-review-form-wrap .cr-onsite-questions .cr-onsite-question.cr-full-width label {
	width: auto;
}
.cr-onsite-ratings {
	border-top: 1px solid #DFE4E7;
	border-bottom: 1px solid #DFE4E7;
}
.cr-onsite-ratings.cr-onsite-ratings-only {
	border-bottom: none;
}
.cr-review-form-wrap .cr-onsite-ratings {
	max-width: 500px;
	margin: 0 auto;
}
.cr-customer-consent .checkbox input.cr-customer-consent-checkbox {
	margin-right:7px;
	position: relative;
}
#kco-extra-checkout-fields .cr-customer-consent {
	display: none;
}
.cr-show-more{
	width:100%;
}
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd,
.cr-all-reviews-shortcode .cr-show-more-button,
.cr-reviews-grid .cr-show-more-button {
	display: block;
	margin: 10px auto;
	height: 40px;
	padding: 0 20px 0 20px;
	border: solid 1px #BCCCD4;
	font-size: 14px;
	background-color: transparent;
	color: #0E252C;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-button,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-button {
	display: none;
}
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:hover,
.cr-reviews-ajax-reviews .cr-show-more-reviews-prd:focus,
.cr-all-reviews-shortcode .cr-show-more-button:hover,
.cr-all-reviews-shortcode .cr-show-more-button:focus,
.cr-reviews-grid .cr-show-more-button:hover,
.cr-reviews-grid .cr-show-more-button:focus {
	border: solid 1px #00A79D;
	background-color: transparent;
	color: #0E252C;
}
.cr-show-more-review-spinner,
.cr-show-more .cr-show-more-spinner,
.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
	display: block;
	margin: 20px auto;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
.cr-all-reviews-shortcode .commentlist.cr-pagination-load .cr-pagination-review-spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin: auto;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-show-more-review-spinner,
.cr-reviews-grid.cr-reviews-grid-new-review .cr-show-more-review-spinner,
.cr-all-reviews-shortcode .commentlist .cr-pagination-review-spinner {
	display: none;
}
.cr-show-more-review-spinner-cnt {
	width: 100%;
	height: 60px;
	display: flex;
	align-items: center;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort,
.cr-all-reviews-shortcode .cr-ajax-reviews-sort-div .cr-ajax-reviews-sort {
	display: block;
	margin: 0;
	background: transparent;
	border: 0px;
	padding: 4px;
	width: auto;
	height: auto;
	appearance: auto;
	color: #0E252C;
	font-size: 12px;
	font-weight: 500;
}
.cr-ajax-reviews-sort-div {
	display: flex;
	justify-content: space-between;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-search-no-reviews {
	display: none;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search,
.cr-all-reviews-shortcode .cr-button-search {
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	padding: 3px 10px;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	font-weight: normal;
	color: black;
	letter-spacing: normal;
	font-size: 1em;
	text-transform: none;
	line-height: 1.5em;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	margin-right: 0px;
	white-space: nowrap;
	width: auto;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-button-search,
.rtl .cr-all-reviews-shortcode .cr-button-search {
	margin-left: 0px;
	margin-right: 5px;
}
#reviews.cr-reviews-ajax-reviews .cr-button-search:hover,
.cr-all-reviews-shortcode .cr-button-search:hover {
	background: #e0e3e9;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
	text-decoration: none;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search,
.cr-all-reviews-shortcode .cr-ajax-search {
	display: flex;
	padding: 0;
	margin: 24px 0;
	width: 100%;
}
.cr-all-reviews-shortcode.cr-all-reviews-new-review .cr-ajax-search {
	display: none;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search div,
.cr-all-reviews-shortcode .cr-ajax-search div,
#cr_qna.cr-qna-block div.cr-qna-search-block div {
	position: relative;
	flex-grow: 1;
}
#reviews.cr-reviews-ajax-reviews .cr-input-text,
.cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.cr-ajax-search input[type="text"] {
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	background-color: #ffffff;
	padding: 3px 10px;
	padding-left: calc(1.5em + .75rem);
	padding-right: 1.8em;
	width: 100%;
	line-height: 1.5em;
	margin: 0px;
	font-size: 1em;
	box-sizing: border-box;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-input-text,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-input-text,
.rtl .cr-ajax-search input[type="text"] {
	padding-right: calc(1.5em + .75rem);
	padding-left: 1.8em;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.cr-ajax-search .cr-ajax-search-icon {
	position: absolute;
	display: inline-block;
	top: 50%;
	left: 9px;
	transform: translateY(-50%);
	width: 1.1em;
	height: 1.1em;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-all-reviews-shortcode .cr-ajax-search .cr-ajax-search-icon,
.rtl .cr-ajax-search .cr-ajax-search-icon {
	right: 9px;
}
#cr_qna.cr-qna-block .cr-input-text, .cr-ajax-search input[type="text"] {
	border: 0px;
	border-radius: 16px 16px 16px 16px;
	background-color: #F9F9F9;
	color: #898F92;
	padding: 3px 10px;
	padding-left: calc(1.5em + .75rem);
	padding-right: 1.5em;
	width: 100%;
	margin: 0px;
	font-size: 1em;
	box-shadow: none;
	outline: none;
}
.cr-ajax-search input[type="text"] {
	height: 42px;
}
#cr_qna.cr-qna-block .cr-input-text {
	height: 100%;
}
#cr_qna.cr-qna-block .cr-input-text:focus, .cr-ajax-search input[type="text"]:focus {
	box-shadow: 0 0 0 1pt #18B394;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary {
	display: flex;
	justify-content: space-between;
	width: 100%;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt {
	height: 40px;
	display: flex;
	align-items: center;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-val {
	font-size: 25px;
	font-weight: bold;
	margin: 0 0 0 15px;
	color: #0E252C;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-rating-cnt .cr-nosummary-rating-lbl {
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 0 15px;
	color: #4D5D64;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add {
	margin: 0;
	cursor: pointer;
	background-color: #31856C;
	color: #ffffff;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	text-transform: none;
	line-height: 20px;
	font-size: 15px;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-nosummary .cr-nosummary-add:hover {
	background-color: #276A56;
}
#reviews.cr-reviews-ajax-reviews .cr-clear-input,
.cr-all-reviews-shortcode .cr-clear-input,
#cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input {
	display:none;
	position:absolute;
	cursor: pointer;
	margin-left: -1.7em ;
	margin-top: -8px;
	height: 16px;
	top: 50%;
	right: 8px;
}
.rtl #reviews.cr-reviews-ajax-reviews .cr-clear-input,
.rtl .cr-all-reviews-shortcode .cr-clear-input,
.rtl #cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input {
	left: 8px;
	right: auto;
	margin-left: 0;
}
.cr-all-reviews-shortcode .cr-clear-input.cr-visible {
	display: inline-block;
}
#reviews.cr-reviews-ajax-reviews .cr-clear-input svg,
.cr-all-reviews-shortcode .cr-clear-input svg,
#cr_qna.cr-qna-block div.cr-qna-search-block .cr-clear-input svg {
	display: block;
	height: 16px;
}
#reviews.cr-reviews-ajax-reviews .cr-qna-search-icon,
.cr-all-reviews-shortcode .cr-qna-search-icon,
#cr_qna.cr-qna-block div.cr-qna-search-block .cr-qna-search-icon {
	fill: #18B394;
	display: inline-block;
	position:absolute;
	width: 1.1em;
	height: 1.1em;
	left: 9px;
	top: 50%;
	transform: translateY(-50%);
}
#reviews.cr-reviews-ajax-reviews .cr-input-text:focus,
.cr-all-reviews-shortcode .cr-input-text:focus {
	outline:none;
	border-color: #e77600;
	box-shadow: 0 0 3px 2px rgba(228,121,17,.5);
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review {
	display: block;
	margin: 1em 0px;
	border: 1px solid;
	border-radius: 4px 4px 4px 4px;
	border-color: #ADB1B8 #A2A6AC #8D9096;
	padding: 3px 10px;
	background: -webkit-linear-gradient(top,#f7f8fa,#e7e9ec);
	background: linear-gradient(to bottom,#f7f8fa,#e7e9ec);
	font-weight: 600;
	color: black;
	letter-spacing: normal;
	font-size: 1em;
	text-transform: none;
	line-height: normal;
}
#reviews.cr-reviews-ajax-reviews .cr-ajax-reviews-add-review:hover {
	background: #e0e3e9;
	background: -webkit-linear-gradient(top,#e7eaf0,#d9dce1);
	background: linear-gradient(to bottom,#e7eaf0,#d9dce1);
	text-decoration: none;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review {
	display: block;
	background-color: #31856C;
	color: #ffffff;
	border: 0;
	height: 40px;
	line-height: 20px;
	font-size: 15px;
	width: auto;
	padding: 10px 20px;
	margin: 0;
}
.cr-all-reviews-shortcode .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover,
.cr-reviews-grid .cr-summaryBox-wrap .cr-add-review-wrap .cr-all-reviews-add-review:hover {
	background-color: #276A56;
	text-decoration: none;
	cursor: pointer;
}
.cr-ajax-reviews-review-form {
	display: none;
}
.cr-ajax-reviews-review-form.cr-ajax-reviews-review-form-nc {
	display: block;
}
#reviews.cr-reviews-ajax-reviews .comment-reply-title {
	display: block;
	font-size: 1.5em;
}
.cr-ajax-reviews-review-form p.form-submit {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div {
	margin-top: 1em;
	margin-bottom: 2em;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div p.cr-ajax-reviews-cus-images-title {
	font-size: 1em;
	margin: 0 auto 5px auto;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-div2 {
	white-space: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal-cont {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(120, 120, 120, 0.8);
	z-index: 100001;
	display: none;
	opacity: 0;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal-cont.cr-mask-active {
	visibility: visible;
	opacity: 1;
	display: flex;
	justify-content: center;
	align-items: center;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
	visibility: visible;
	position: relative;
	max-width: 100vw;
	width: 700px;
	background: #fff;
	z-index: 100001;
	display: block;
	border-radius: 3px;
	opacity: 1;
	max-height: 100vh;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-hdr {
	height: 36px;
	background: #f2f2f2;
	background: #f1f1f1;
	background: -webkit-linear-gradient(top,#f7f7f7,#eaeaea);
	background: linear-gradient(to bottom,#f7f7f7,#eaeaea);
	box-shadow: 0 1px 0 rgba(255,255,255,.5) inset,0 -1px 0 rgba(255,255,255,.4) inset;
	position: relative;
	border-bottom: 1px solid #cdcdcd;
	border-bottom-color: rgba(0,0,0,.2);
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close {
	display: block;
	zoom: 1;
	background-color: transparent;
	border: none;
	float: right;
	padding: 8px;
	position: absolute;
	top: 50%;
	right: 5px;
	margin: -15px 0 0;
	line-height: 0;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close svg {
	opacity: .64;
	width: 15px;
	height: 15px;
	font-size: 15px;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal button.cr-ajax-reviews-cus-images-close .cr-no-icon {
	fill: #333333;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	gap: 20px;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav {
	width: 80%;
	margin: 0 auto 35px auto;
	background-color: #f4f4f4;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
	max-height: 75px;
	margin: 0 auto;
	width: auto;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav {
	padding: 0px;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main div.cr-ajax-reviews-slide-main img {
	max-width: 400px;
	max-height: 400px;
	width: auto;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
	width: 250px;
	padding: 0;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment p {
	margin: 0px;
	display: block;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment time {
	opacity: 0.5;
	font-size: 0.875em;
	display: block;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment .cr-ajax-reviews-slide-main-comment-body {
	max-height: 300px;
	overflow-x: hidden;
	overflow-y: scroll;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main.slick-initialized .slick-slide {
	float: none;
	display: inline-block;
	vertical-align: middle;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal .cr-vote {
	box-sizing: border-box;
	margin: 1em 0 0 0;
}
.cr-search-highlight{
	background: linear-gradient(0deg, #FFEB82, #FFEB82), #F9F9F9;
}
.cr-noscroll {
	overflow: hidden;
}
.product_meta .cr_gtin_val, .product_meta .cr_mpn_val, .product_meta .cr_brand_val {
	display: inline;
}
.cr-reviews-slider .cr-slider-read-more a, .cr-reviews-slider .cr-slider-read-less a {
	font-size: 0.8em;
}
.cr-reviews-slider .cr-slider-details{
	display:none;
}
#cr_qna.cr-qna-block div.cr-qna-search-block {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 30px;
}
.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
	font-size: 16px;
	font-weight: 400;
	background: #18B394;
	border: 0px solid;
	border-radius: 16px;
	min-height: 42px;
	color: #FFFFFF;
	cursor: pointer;
	display: inline-block;
	outline-style: none;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 5px 15px;
}
.rtl .cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
	margin-left: 0px;
	margin-right: 10px;
}
.cr-qna-block div.cr-qna-list-block div.cr-qna-list-empty {
	padding: 30px;
	text-align: center;
}
.cr-qna-block div.cr-qna-new-q-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
	opacity: 0;
}
.cr-qna-block div.cr-qna-new-q-overlay.cr-q-modal {
	display: flex;
	background: rgb(229, 229, 229, 0.7);
	opacity: 1;
	z-index: 100001;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form {
	display: none;
	width: 680px;
	height: 670px;
	border-radius: 16px;
	background: #ffffff;
	opacity: 1;
	position: relative;
	max-width: 100%;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form.cr-q-modal {
	display: block;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-input {
	display: block;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok {
	display: none;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-error {
	display: none;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close {
	display: block;
	background-color: transparent;
	border: 0px solid;
	position: absolute;
	top: 10px;
	right: 10px;
	padding: 8px;
	line-height: 0;
	cursor: pointer;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close svg {
	display: block;
	width: 24px;
	height: 24px;
	font-size: 24px;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-close .cr-no-icon {
	fill: #dadada;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-title {
	max-width: 100%;
	margin-top: 80px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-size: 32px;
	font-weight: 600;
	text-align: center;
	display: block;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text {
	max-width: 100%;
	margin-top: 48px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	display: block;
}
.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text {
	text-align: right;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q {
	max-width: 100%;
	width: 480px;
	margin-top: 24px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: block;
	padding: 16px 20px;
	box-shadow: none;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 16px;
	resize: none;
	outline-style: none;
}
.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q {
	text-align: right;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q:focus,
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name:focus,
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email:focus {
	box-shadow: 0 0 2px #898F92;
}
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email {
	max-width: 100%;
	width: 480px;
	margin-top: 20px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 400;
	text-align: left;
	display: block;
	padding: 14px 20px;
	box-shadow: none;
	background: #f9f9f9;
	border: 1px solid #f9f9f9;
	border-radius: 16px;
	outline-style: none;
}
.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
.rtl .cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email {
	text-align: right;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s {
	max-width: 100%;
	margin-top: 40px;
	margin-left: 100px;
	margin-right: 100px;
	margin-bottom: 0px;
	width: 480px;
	text-align: center;
	display: block;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b {
	font-size: 16px;
	font-weight: 400;
	background: #e7e7e7;
	border: 0px solid;
	border-radius: 16px;
	height: 56px;
	width: 216px;
	color: #898F92;
	cursor: default;
	display: inline-block;
	outline-style: none;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-q-active {
	background: #18B394;
	color: #ffffff;
	cursor: pointer;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-qna-new-q-form-s-p {
	background: #18B394;
	color: #ffffff;
	cursor: default;
	display: none;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b.cr-qna-new-q-form-s-p img {
	height: 15px;
	margin: 0 auto;
	padding: 0px;
	display: block;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s p {
	font-size: 0.6em;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-notinit.cr-qna-new-q-form-invalid {
	border: 1px solid red;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-notinit.cr-qna-new-q-form-invalid:focus {
	box-shadow: 0 0 2px red;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-mail {
	margin-top: 48px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	height: 64px;
	width: 92px;
	display: block;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok .cr-qna-new-q-form-text,
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-error .cr-qna-new-q-form-text {
	text-align: center;
}
#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-ok .cr-qna-new-q-form-s button.cr-qna-new-q-form-s-b {
	background: #18B394;
	color: #ffffff;
	cursor: pointer;
}
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont {
	margin-top: 20px;
	margin-bottom: 0;
	margin-right: 0;
	margin-left: 0;
	overflow-wrap: break-word;
	word-break: break-word;
}
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q,
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
	display: flex;
	margin: 0px;
}
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a,
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b {
	margin-top: 20px;
}
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-l {
	min-width: 50px;
	display: flex;
	align-items: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-l,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-l {
	min-width: 50px;
	display: flex;
	align-items: flex-start;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon {
	width: 30px;
	height: 30px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon circle {
	stroke: #898F92;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-icon path {
	fill: #898F92;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
	width: 16px;
	height: 16px;
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.rtl .cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-v-icon {
	margin-left: 10px;
	margin-right: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r {
	display: block;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
	padding-bottom: 20px;
	border-bottom: solid 2px #F9F9F9;
	border-top: solid 0px;
	border-right: solid 0px;
	border-left: solid 0px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
	display: flex;
	align-items: center;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer {
	display: block;
	border-left: solid 3px #F3F3F3;
	border-top: solid 0px;
	border-right: solid 0px;
	border-bottom: solid 0px;
	padding-left: 16px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: 10px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer.cr-qna-list-last {
	margin-bottom: 0px;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-question {
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2;
	display: block;
	color: #203741;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	color: #6d6d6d;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s p {
	margin: 0;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-answer-s a {
	text-decoration: underline;
	color: #6d6d6d;
	cursor: pointer;
}
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-q .cr-qna-list-q-q-r .cr-qna-list-q-author,
.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-a .cr-qna-list-q-a-r .cr-qna-list-q-author {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2;
	display: block;
	color: #898F92;
	font-style: italic;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author .cr-qna-list-q-author-b {
	font-weight: 600;
}
#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-author-verified {
	font-size: 14px;
	color: #898F92;
}
#cr_qna.cr-qna-block div.cr-qna-list-block .cr-qna-list-q-cont button.cr-qna-ans-button {
	font-size: 14px;
	font-weight: 600;
	background: #FFFFFF;
	border: 2px solid #18B394;
	border-radius: 16px;
	height: 44px;
	color: #18B394;
	cursor: pointer;
	display: inline-block;
	outline-style: none;
	padding: 5px 15px;
}
#cr_qna.cr-qna-block #cr-show-more-q-id {
	display: block;
	margin: 20px auto;
	font-size: 14px;
	font-weight: 400;
	background: #18B394;
	border: 0px solid;
	border-radius: 16px;
	height: 42px;
	color: #FFFFFF;
	cursor: pointer;
	outline-style: none;
	padding: 5px 15px;
}
#cr_qna.cr-qna-block #cr-show-more-q-spinner {
	display: block;
	margin: 20px auto;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
}
#cr_qna.cr-qna-block .cr-search-no-qna {
	margin: 30px auto;
	text-align: center;
	color: #203741;
}
#reviews.cr-reviews-ajax-reviews p.cr-featured-badge,
.cr-all-reviews-shortcode p.cr-featured-badge {
	margin: 0px 0px 10px 0px;
}
#reviews.cr-reviews-ajax-reviews .cr-featured-badge span,
#reviews.cr-reviews-ajax-reviews .cr-all-featured-badge span,
.cr-all-reviews-shortcode .cr-all-featured-badge span {
	text-transform: uppercase;
	display: inline-block;
	font-size: 12px;
	-moz-box-shadow: inset 0px 1px 0px 0px #fff6af;
	-webkit-box-shadow: inset 0px 1px 0px 0px #fff6af;
	box-shadow: inset 0px 1px 0px 0px #fff6af;
	background-color: #ffec64;
	-webkit-border-top-left-radius: 3px;
	-moz-border-radius-topleft: 3px;
	border-top-left-radius: 3px;
	-webkit-border-top-right-radius: 3px;
	-moz-border-radius-topright: 3px;
	border-top-right-radius: 3px;
	-webkit-border-bottom-right-radius: 3px;
	-moz-border-radius-bottomright: 3px;
	border-bottom-right-radius: 3px;
	-webkit-border-bottom-left-radius: 3px;
	-moz-border-radius-bottomleft: 3px;
	border-bottom-left-radius: 3px;
	text-indent:0;
	border: 1px solid #ffaa22;
	color: #333333;
	font-weight: normal;
	font-style: normal;
	line-height: 20px;
	text-decoration: none;
	text-align: center;
	text-shadow: 0px 1px 0px #ffee66;
	padding: 0px 5px;
}
#reviews.cr-reviews-ajax-reviews #comments.cr-reviews-ajax-comments .cr-ajax-reviews-list .review .comment-text {
	display: block;
	border-bottom: 1px solid #e4e1e3;
	padding-bottom: 1em;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch {
	text-align: center;
	background-color: #F9F9F9;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a {
	color: #4D5D64;
}
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:hover,
.cr-reviews-ajax-reviews .cr-ajax-reviews-wpml-switch a:active {
	color: #0E252C;
}
#review_form .cr-upload-local-images .cr-upload-images-status,
.cr-upload-local-images .cr-upload-images-status {
	display: block;
	margin: 0px 0px 10px 0px;
	padding: 3px 5px;
}
#review_form .cr-upload-local-images #cr_review_image,
.cr-upload-local-images #cr_review_image {
	margin: 0px 0px 15px 0px;
	width: 100%;
}
#review_form .cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error,
.cr-upload-local-images .cr-upload-images-status.cr-upload-images-status-error {
	background-color: #FF4136;
	color: #303030;
}
#review_form .cr-upload-images-preview,
.cr-upload-images-preview {
	display: flex;
	margin: 0 0 0 0;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers,
.cr-upload-images-preview .cr-upload-images-containers {
	width: 75px;
	height: 75px;
	margin: 0 10px 10px 0;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	pointer-events: auto;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-video-thumbnail {
	margin: 0;
	opacity: 0.3;
	padding: 15px;
	border: 1px solid #e0e0e0;
	fill: #e0e0e0;
	border-radius: 2px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending {
	pointer-events: none;
}
#review_form .cr-upload-images-preview .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-thumbnail {
	max-width: 100%;
	max-height: 100%;
	margin: 0 0 0 0;
	opacity: 0.3;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-thumbnail,
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-video-thumbnail {
	opacity: 0.2;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-pbar {
	width: 65px;
	height: 10px;
	margin: 0 5px 0 5px;
	padding: 0;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0, -50%);
	background-color: #dddddd;
	border-radius: 5px;
}
#review_form .cr-upload-images-preview .cr-upload-images-pbar .cr-upload-images-pbarin,
.cr-upload-images-preview .cr-upload-images-pbarin {
	width: 0;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #4BBE67;
	border-radius: 5px;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-thumbnail {
	opacity: 1;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-video-thumbnail {
	opacity: 1;
	border-width: 0;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-pbar {
	display: none;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete {
	padding: 1px;
	position: absolute;
	top: 0px;
	right: 0px;
	width: 20px;
	height: 20px;
	display: none;
	background-color: #e7412c;
	border-radius: 10px;
	border: 0px solid;
	line-height: 0;
	cursor: pointer;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete:hover {
	background-color: #db2c1b;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
	display: block;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-ok.cr-upload-delete-pending .cr-upload-images-delete,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete {
	opacity: 0.2;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete svg {
	padding: 0px;
	width: 18px;
	height: 18px;
	font-size: 18px;
	line-height: 18px;
	display: block;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete .cr-no-icon {
	fill: #FFFFFF;
}
#review_form .cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers .cr-upload-images-delete-spinner {
	margin: 0;
	background: url(/wp-content/plugins/customer-reviews-woocommerce/img/spinner-2x.gif) no-repeat;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	display: none;
	text-decoration: none;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#review_form .cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner,
.cr-upload-images-preview .cr-upload-images-containers.cr-upload-delete-pending .cr-upload-images-delete-spinner {
	display: block;
}
.cr-reviews-grid {
	padding: 20px 0 10px 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	display: block;
	border-radius: 5px;
	margin: 0;
	width: 100%;
}
.cr-reviews-grid-inner {
	border-radius: inherit;
	display: flex;
}
.cr-reviews-grid-inner .cr-reviews-grid-col {
	flex-grow: 1;
	width: 0;
}
.cr-reviews-grid-inner .cr-reviews-grid-col.cr-reviews-grid-col-none {
	display: none;
}
.cr-reviews-slider{
	padding: 15px 0px;
	margin: 0 25px;
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.cr-reviews-slider.slick-initialized {
	visibility: visible;
	opacity: 1;
}
.cr-reviews-grid .cr-review-card {
	padding: 0 0 0 0;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: 10px;
	margin: 0 10px 20px 10px;
	max-width: 100%;
	overflow: hidden;
	visibility: hidden;
	display: none;
}
.cr-reviews-grid .cr-reviews-grid-col .cr-review-card {
	display: block;
}
.cr-reviews-grid .cr-reviews-grid-inner.cr-colcade-loaded .cr-review-card {
	visibility: visible;
}

.cr-reviews-slider .cr-review-card {
	box-sizing: border-box;
	padding: 0px 10px;
	height: 100%;
}

.cr-reviews-slider .cr-review-card .cr-review-card-inner {
	margin: 0 auto;
	padding: 10px;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	border-radius: inherit;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.cr-reviews-grid .breaker {
	display: block;
	margin: 5px 0px;
	height: 0px;
	width: 100%;
}

.cr-reviews-grid .cr-review-card .image-row {
	display: block;
	width: 100%;
	position: relative;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-img {
	display: block;
	max-width: 100%;
	height: auto;
	border-style: none;
	border-radius: 0;
	margin: 0 auto;
	cursor: pointer;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-img.image-row-img-none {
	display: none;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-count {
	position: absolute;
	max-width: 100%;
	width: 100%;
	height: 60px;
	border-style: none;
	border-radius: 0;
	bottom: 0;
	background: #20374199;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.cr-reviews-grid .cr-review-card .image-row .image-row-camera {
	width: 45px;
	height: 40px;
	border-style: none;
	border-radius: 0;
	display: inline;
	vertical-align: middle;
	padding: 0 5px 0 0;
}
.cr-reviews-grid .cr-review-card .top-row {
	display: flex;
	padding: 16px 0 16px 0;
	border-bottom: solid 2px #F4F4F4;
	margin: 0 15px 0 15px;
}
.cr-reviews-slider .cr-review-card .top-row {
	display: flex;
	padding: 16px 0 16px 0;
	border-bottom: solid 2px #aaaaaa;
	margin: 0 10px 0 10px;
}

.cr-reviews-grid .cr-review-card .top-row .rating,
.cr-reviews-slider .cr-review-card .top-row .rating {
	flex: 0 0 50%;
}

.cr-reviews-grid .cr-review-card .top-row .rating .crstar-rating,
.cr-reviews-slider .cr-review-card .top-row .rating .crstar-rating {
	color: #6bba70;
	font-size: 1em;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer,
.cr-reviews-slider .cr-review-card .top-row .reviewer {
	text-align: left;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.cr-reviews-grid .cr-review-card .top-row .rating .datetime,
.cr-reviews-slider .cr-review-card .top-row .rating .datetime {
	font-size: 0.9em;
	color: #676767;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name {
	font-family: sans-serif;
	font-style: normal;
	font-weight: bold;
	font-size: 18px;
	line-height: 23px;
	color: #203741;
	height: 50%;
	display: flex;
	align-items: center;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-name .ivole-grid-country-icon {
	height: 15px;
	display: block;
	margin: 0 0 0 8px;
	border-radius: 3px;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified {
	font-family: sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 14px;
	letter-spacing: 0em;
	text-align: left;
	color: #18B394;
	height: 50%;
	display: flex;
	align-items: center;
	margin: 5px 0 0 0;
}

.cr-reviews-grid .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified,
.cr-reviews-slider .cr-review-card .top-row .reviewer .reviewer-verified .cr-reviewer-verified {
	height: 22px;
	width: 22px;
	display: inline;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.cr-reviews-grid .cr-review-card .middle-row,
.cr-reviews-grid .cr-review-card .cr-incentivized-row {
	padding: 16px;
	background: #FCFCFC;
	border: 1px solid #F9F9F9;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;
	margin: 0 15px 15px 15px;
}
.cr-reviews-slider .cr-review-card .middle-row,
.cr-reviews-slider .cr-review-card .cr-incentivized-row {
	padding: 16px;
	background: #FCFCFC;
	border: 1px solid #F9F9F9;
	border-radius: 6px;
	box-sizing: border-box;
	font-family: sans-serif;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;
	margin: 0 10px 15px 10px;
	flex: 1;
}
.cr-reviews-slider .cr-review-card .cr-incentivized-row {
	flex: 0;
}

.cr-reviews-grid .cr-review-card .top-row .review-thumbnail,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail {
	flex-basis: 56px;
	flex-shrink: 0;
	margin-right: 16px;
	position: relative;
}

.cr-reviews-grid .cr-review-card .top-row .review-thumbnail img,
.cr-reviews-slider .cr-review-card .top-row .review-thumbnail img {
	max-width: 50px;
	max-height: 50px;
	border-radius: 25px;
}

.cr-reviews-grid .cr-review-card .rating-row {
	padding: 17px 0 17px 0;
	display: flex;
	align-items: center;
	margin: 0 15px 0 15px;
}
.cr-reviews-slider .cr-review-card .rating-row {
	padding: 17px 0 17px 0;
	display: flex;
	align-items: center;
	margin: 0 10px 0 10px;
	overflow: hidden;
}

.cr-reviews-grid .cr-review-card .rating-row .rating-label,
.cr-reviews-slider .cr-review-card .rating-row .rating-label {
	margin: 0 0 0 16px;
	font-family: sans-serif;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 20px;
	letter-spacing: 0.1em;
	text-align: left;
	color: #898F92;
}

.cr-reviews-grid .cr-review-card .middle-row .review-content,
.cr-reviews-slider .cr-review-card .middle-row .review-content {
	margin: 0 0 12px 0;
	color: #484E51;
}

.cr-reviews-grid .cr-review-card .middle-row .review-content p,
.cr-reviews-slider .cr-review-card .middle-row p {
	margin: 0;
}

.cr-reviews-grid .cr-review-card .middle-row .datetime,
.cr-reviews-slider .cr-review-card .middle-row .datetime {
	font-weight: 300;
	font-size: 14px;
	color: #898F92;
}

.cr-reviews-grid .cr-review-card .verified-review-row,
.cr-reviews-slider .cr-review-card .verified-review-row {
	margin: 0 0 12px 0;
	text-align: left;
	font-family: sans-serif;
}

.cr-reviews-grid .cr-review-card .verified-review-row p.ivole-verified-badge,
.cr-reviews-slider .cr-review-card .verified-review-row p.ivole-verified-badge {
	margin: 0px;
}

.cr-reviews-grid .cr-review-card .verified-review-row .verified-badge-empty,
.cr-reviews-slider .cr-review-card .verified-review-row .verified-badge-empty {
	min-height: 20px;
}

.cr-reviews-grid .cr-review-card .review-product,
.cr-reviews-slider .cr-review-card .review-product {
	border-radius: inherit;
	display: flex;
	padding: 10px;
	margin-top: 10px;
	line-height: 1;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions {
	border-radius: inherit;
	display: block;
	padding: 0;
	margin: 0 10px 17px 10px;
	line-height: 1;
	border-top: 1px dashed #aaaaaa;
	border-bottom: 1px dashed #aaaaaa;
	font-size: 14px;
}

.cr-reviews-grid .cr-review-card .review-product .product-thumbnail,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail {
	flex: 0 0 20%;
}

.cr-reviews-grid .cr-review-card .review-product .product-thumbnail img,
.cr-reviews-slider .cr-review-card .review-product .product-thumbnail img {
	width: 50px;
	height: 50px;
	max-width: none;
	max-height: none;
}

.cr-reviews-grid .cr-review-card .review-product .product-title,
.cr-reviews-slider .cr-review-card .review-product .product-title {
	margin: auto 0;
	padding-left: 5px;
	font-family: Helvetica;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 21px;
	letter-spacing: 0em;
	text-align: left;
	color: #203741;
}

p.ivole-verified-badge {
	font-size: 12px;
	vertical-align:middle;
}

span.ivole-verified-badge-text {
	vertical-align:middle;
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-icon,
p.ivole-verified-badge img.ivole-verified-badge-icon,
#reviews img.ivole-verified-badge-icon,
img.ivole-verified-badge-icon {
	float: none;
	height: 20px;
	width: 17px;
	vertical-align:middle;
	margin: 0px 5px 0px 0px;
	display: inline;
	border-radius: 0;
}

.woocommerce #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page #content div.product #reviews .comment img.ivole-verified-badge-ext-icon,
.woocommerce-page div.product #reviews .comment img.ivole-verified-badge-ext-icon,
#reviews p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
p.ivole-verified-badge img.ivole-verified-badge-ext-icon,
#reviews img.ivole-verified-badge-ext-icon,
img.ivole-verified-badge-ext-icon {
	float: none;
	height: 11px;
	width: 11px;
	vertical-align:middle;
	margin: 0px 0px 0px 5px;
	display: inline;
	border-radius: 0;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question {
	display: flex;
	align-items: center;
	margin: 15px 0;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox {
	flex-direction: column;
	align-items: flex-start;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-p {
	margin: 0;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox .cr-sldr-p {
	margin-bottom: 7px;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question.cr-sldr-checkbox ul {
	margin: 0 0 0 25px;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-question .cr-sldr-label {
	font-weight: 550;
}

.cr-reviews-grid .cr-review-card .crstar-rating,
.cr-reviews-slider .cr-review-card .crstar-rating {
	overflow: hidden;
	position: relative;
	height: 25px;
	line-height: 1;
	font-size: 25px;
	width: 172px;
	font-family: crstar;
	letter-spacing: 8px;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions .crstar-rating {
	font-size: 18px;
	height: 18px;
	letter-spacing: 6px;
	width: 135px;
	color: #aaaaaa;
}

.cr-reviews-grid .cr-review-card .crstar-rating::before,
.cr-reviews-slider .cr-review-card .crstar-rating::before {
	content: '\73\73\73\73\73';
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	font-size: 25px;
	width: 100%;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions .crstar-rating::before {
	font-size: 18px;
}

.cr-reviews-grid .cr-review-card .crstar-rating span,
.cr-reviews-slider .cr-review-card .crstar-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1em;
	font-size: 25px;
}

.cr-reviews-slider .cr-review-card .cr-sldr-custom-questions .crstar-rating span {
	font-size: 18px;
}

.cr-reviews-grid .cr-review-card .crstar-rating span::before,
.cr-reviews-slider .cr-review-card .crstar-rating span::before {
	content: '\53\53\53\53\53';
	top: 0;
	position: absolute;
	left: 0;
	width: 100%;
}

/* Slider */
@font-face
{font-display:swap;
	font-family: 'slick';
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	src: url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot');
	src: url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.woff') format('woff'), url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.ttf') format('truetype'), url('/wp-content/plugins/customer-reviews-woocommerce/fonts/slick.svg#slick') format('svg');
}
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.cr-reviews-slider .slick-list
{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	opacity: 1;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cr-reviews-slider.slick-slider .slick-track {
	display: flex;
}
.cr-reviews-slider.slick-slider .slick-slide {
	height: inherit;
}
.cr-reviews-slider.slick-slider .slick-slide &gt; div {
	height: 100%;
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide
{
	float: right;
}
.slick-slide img
{
	display: block;
}
.slick-slide.slick-loading img
{
	display: none;
}
.slick-slide.dragging img
{
	pointer-events: none;
}
.slick-initialized .slick-slide
{
	display: block;
}
.slick-loading .slick-slide
{
	visibility: hidden;
}
.slick-vertical .slick-slide
{
	display: block;

	height: auto;

	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}

.cr-reviews-slider .slick-arrow.slick-prev,
.cr-reviews-slider .slick-arrow.slick-next,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-prev,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider.cr-ajax-reviews-cus-images-slider-nav .slick-next
{
	font-size: 0;
	line-height: 0;

	position: absolute;
	top: 50%;

	display: block;

	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);

	cursor: pointer;

	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}

.cr-reviews-slider .slick-prev:hover,
.cr-reviews-slider .slick-prev:focus,
.cr-reviews-slider .slick-next:hover,
.cr-reviews-slider .slick-next:focus
{
	color: transparent;
	outline: none;
	background: transparent;
}
.cr-reviews-slider .slick-prev:hover:before,
.cr-reviews-slider .slick-prev:focus:before,
.cr-reviews-slider .slick-next:hover:before,
.cr-reviews-slider .slick-next:focus:before
{
	opacity: 1;
}
.cr-reviews-slider .slick-prev.slick-disabled:before,
.cr-reviews-slider .slick-next.slick-disabled:before
{
	opacity: .25;
}

.cr-reviews-slider .slick-prev:before,
.cr-reviews-slider .slick-next:before
{
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;

	opacity: .75;
	color:grey;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.cr-reviews-slider.slick-slider .slick-prev
{
	left: -25px;
}
[dir='rtl'] .cr-reviews-slider .slick-prev
{
	right: -25px;
	left: auto;
}
.cr-reviews-slider .slick-prev:before
{
	content: 'â†';
}
[dir='rtl'] .cr-reviews-slider .slick-prev:before
{
	content: 'â†’';
}

.cr-reviews-slider.slick-slider .slick-next
{
	right: -25px;
}
[dir='rtl'] .cr-reviews-slider .slick-next
{
	right: auto;
	left: -25px;
}
.cr-reviews-slider .slick-next:before
{
	content: 'â†’';
}
[dir='rtl'] .cr-reviews-slider .slick-next:before
{
	content: 'â†';
}

.slick-dotted.slick-slider
{
	margin-bottom: 30px;
}

.cr-reviews-slider .slick-dots,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots
{
	position: absolute;
	bottom: -25px;

	display: block;

	width: 100%;
	padding: 0;
	margin: 0;

	list-style: none;
	text-align: center;
	border: none;
}
.cr-reviews-slider .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav .slick-dots li
{
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.cr-reviews-slider .slick-dots li button,
.cr-ajax-reviews-cus-images-modal .cr-reviews-slider .slick-dots li button
{
	font-size: 0;
	line-height: 0;

	display: block;

	width: 20px;
	height: 20px;
	padding: 5px;

	cursor: pointer;

	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.cr-reviews-slider .slick-dots li button:hover,
.cr-reviews-slider .slick-dots li button:focus
{
	outline: none;
}
.cr-reviews-slider .slick-dots li button:hover:before,
.cr-reviews-slider .slick-dots li button:focus:before
{
	opacity: 1;
}
.cr-reviews-slider .slick-dots li button:before
{
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;

	position: absolute;
	top: 0;
	left: 0;

	width: 20px;
	height: 20px;

	content: 'â€¢';
	text-align: center;

	opacity: .25;
	color: black;

	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.cr-reviews-slider .slick-dots li.slick-active button:before
{
	opacity: .75;
	color: black;
}
.cr-qna-separator {
	display: inline;
	margin: 0 6px;
}
.cr-all-reviews-pagination {
	text-align: center;
	font-size: 15px;
}
.cr-all-reviews-pagination.cr-pagination-load {
	pointer-events: none;
}
.cr-all-reviews-pagination .cr-page-numbers-a {
	cursor: pointer;
}
.cr-all-reviews-pagination .cr-page-numbers-a.next,
.cr-all-reviews-pagination .cr-page-numbers-a.prev {
	text-decoration: none;
}
.cr-all-reviews-pagination .cr-page-numbers.current {
	font-weight: bold;
}
@media all and (max-width: 700px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-slide-main-flex {
		flex-direction: column;
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-main .cr-ajax-reviews-slide-main-comment {
		width: 100%;
		padding-top: 10px;
		padding-right: 10px;
		padding-left: 10px;
		max-width: 400px;
		margin: 0 auto;
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
		overflow-y: scroll;
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form {
		padding-left: 15px;
		padding-right: 15px;
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-text {
		margin-left: auto;
		margin-right: auto;
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-q,
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-name,
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-email,
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s {
		margin-left: auto;
		margin-right: auto;
	}
	#cr_qna.cr-qna-block div.cr-qna-new-q-overlay .cr-qna-new-q-form .cr-qna-new-q-form-s {
		width: auto;
	}
}
@media all and (max-width: 600px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal {
		width: 100%;
		height: 100%;
		left: 0px;
		margin-left: 0px;
		margin-top: 0px;
		top: 0px;
		max-width: 100%;
		max-height: 100%;
	}
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
		width: 80px;
	}
}
@media all and (max-width: 415px) {
	#reviews.cr-reviews-ajax-reviews div.cr-ajax-reviews-cus-images-modal div.cr-ajax-reviews-cus-images-slider-nav div.cr-ajax-reviews-slide-nav img {
		width: 60px;
	}
	#cr_qna.cr-qna-block div.cr-qna-search-block {
		flex-wrap: wrap;
	}
	#cr_qna.cr-qna-block div.cr-qna-search-block div {
		width: 100%;
	}
	#cr_qna.cr-qna-block div.cr-qna-search-block button.cr-qna-ask-button {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 0px;
		margin-left: 0px;
		margin-right: 0px;
	}
	.cr-all-reviews-shortcode ol.commentlist li .comment-text .cr-rating-product-name {
		flex-direction: column;
		align-items: flex-start;
	}
}
@media all and (max-width: 370px) {
	#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r {
		display: block;
	}
	#cr_qna.cr-qna-block .cr-qna-list-block .cr-qna-list-q-cont .cr-qna-list-q-b .cr-qna-list-q-b-r .cr-qna-q-voting {
		margin-top: 15px;
	}
}
@media only screen and (max-width: 800px) {
	.cr-reviews-grid-inner .cr-reviews-grid-col3 {
		display: none;
	}
}
@media only screen and (max-width: 550px) {
	.cr-reviews-grid-inner .cr-reviews-grid-col2 {
		display: none;
	}
}
.cr-trustbadgef, .cr-trustbadgea {
	max-width: 100%;
	overflow: hidden;
}
.cr-trustbadgef .cr-trustbadge-border {border: 1px solid #A3D8CD;}
.cr-trustbadgef .cr-trustbadge-border.badge_color_dark {border: 1px solid #8B8B8B;}

#cr_floatingtrustbadge {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 135px; border-radius: 15px; display: block; overflow: hidden; margin: 30px; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: pointer;}
#cr_floatingtrustbadge.cr-floatingbadge-big {position: fixed; box-sizing: border-box; right: 0px; bottom: 0px; width: 256px; border-radius: 15px; display: block; overflow: hidden; margin: 0 30px 30px 0; filter: drop-shadow(0px 4px 54px rgba(0, 0, 0, 0.25)); z-index: 99999; cursor: auto;}
#cr_floatingtrustbadge {border: 1px solid;}
#cr_floatingtrustbadge .cr-floatingbadge-background {position: absolute; top: 0; left: 0; height: 100%; width: 100%;}
#cr_floatingtrustbadge .cr-floatingbadge-background div {width: 100%;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 115px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-top {height: 155px;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 31px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-middle {height: 179px;}
#cr_floatingtrustbadge .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 27px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-background .cr-floatingbadge-background-bottom {height: 43px; border-top: 1px solid; border-left: 0px; border-right: 0px; border-bottom: 0px;}
#cr_floatingtrustbadge .cr-floatingbadge-top {position: relative; height: 92px; display: block;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top {position: relative; height: 124px; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top svg {position: absolute; left: 50%; top: 14px; margin-left: -35px;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top svg {position: absolute; width: 84px; height: 79px; left: 50%; top: 28px; margin-left: -42px;}
#cr_floatingtrustbadge img {margin: 0; width: 100%; position: relative; border: 0; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close {position: absolute; top: 5px; right: 5px; width: 20px; height: 20px; cursor: pointer;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {position: absolute; width: 16px; height: 16px; margin: 2px; top: 0; left: 0; display: block;}
#cr_floatingtrustbadge .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #F8942D;}
#cr_floatingtrustbadge.cr-floatingbadge-big .cr-floatingbadge-top .cr-floatingbadge-close svg {fill: #FFFFFF;}
#cr_floatingtrustbadge .cr-floatingbadge-top svg {width: 70px; height:65px;}

.cr-badge {
	display: inline-block;
	padding: 40px;
	font-family: 'Open Sans', sans-serif;
	font-size: 0;
	color: #1F1F1F;
	line-height: normal;
	position: relative;
	text-align: left;
	text-decoration:none;
	box-sizing: border-box;
	transform-origin: left;
	visibility: hidden;
}

.cr-badge .badge__nowrap {
	white-space: nowrap;
}

.cr-badge .badge__nowrap-inline {
	display: inline-block;
	white-space: nowrap;
}

.cr-badge .badge__store {
		font-size: 24px;
		font-weight: bold;
		margin-bottom: 12px;
		white-space: nowrap;
}

.cr-badge .badge__stars {
		display: inline-block;
		margin-bottom: 14px;
		margin-right: 24px;
}

.cr-badge .badge__star {
		display: inline-block;
		position: relative;
		width: 36px;
		height: 36px;
		margin-right: 3px;
		background-size: cover;
}

.cr-badge .badge-vs .badge__star {
	display: block;
}

.cr-badge .badge__star-icon {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
}

.cr-badge .badge__star-icon_type_empty {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-light.png');
}

.cr-badge .badge__star-icon_type_fill {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/small-star-full.png');
}

.cr-badge .verified {
		display: inline-block;
		vertical-align: middle;
		background: rgba(23, 157, 130, 0.1);
		height: 36px;
		border-radius: 19px;
		padding: 0 16px;
}

.cr-badge.badge_size_small .verified {
	vertical-align: top;
}

.cr-badge .verified__logo {
		display: inline-block;
		width: 32px;
		height: 32px;
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg');
		background-size: cover;
		position: relative;
		top: 2px;
		left: -6px;
		margin-right: 2px;
}

.cr-badge .verified__text {
		display: inline-block;
		line-height: 36px;
		vertical-align: top;
		font-size: 18px;
		font-weight: 600;
}

.cr-badge .rating {
		font-size: 17px;
		white-space: nowrap;
}

.cr-badge.badge_size_wide .rating {
		font-size: 16px;
}

.cr-badge rating__store {
	font-weight: 600;
}

.cr-badge .rating__product b {
	font-weight: 600;
}

.cr-badge.badge_color_dark {
	color: #fff;
}

.cr-badge.badge_color_dark .badge__star-icon_type_empty {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/small-star-empty-dark.png');
}

.cr-badge.badge_color_dark .verified {
		background: rgba(255, 255, 255, 0.25);
}

.cr-badge.badge_size_wide {
		padding: 20px;
		color: #6c6c6c;
}

.cr-badge.badge_size_wide .badge__store {
		font-size: 28px;
		margin-bottom: 24px;
}

.cr-badge .badge__info {
	position: relative;
}

.cr-badge .badge__logo {
		position: absolute;
		top: 0;
		left: 0;
		width: 60px;
		height: 60px;
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/logo.svg');
		background-size: contain;
		background-repeat: no-repeat;
}

.cr-badge .badge__reviews {
		font-size: 16px;
		padding-left: 70px;
		padding-top: 15px;
}

.cr-badge.badge_size_wide .verified {
		font-size: 16px;
		padding-left: 70px;
		height: 20px;
		background: transparent;
}

.cr-badge.badge_size_wide .badge__stars {
		margin-bottom: 0;
		margin-right: 10px;
		margin-left: 20px;
		margin-top: 0;
		vertical-align: middle;
}

.cr-badge.badge_size_wide .badge__star {
		width: 20px;
		height: 20px;
}

.cr-badge.badge_size_wide .badge__star-icon_type_empty {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-light.png');
}

.cr-badge.badge_size_wide .badge__star-icon_type_fill {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-light.png');
}

.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_fill {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-full-dark.png');
}

.cr-badge.badge_color_dark.badge_size_wide .badge__star-icon_type_empty {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/wide-star-empty-dark.png');
}

.cr-badge.badge_size_wide .rating {
		display: inline-block;
		padding-top: 0;
		vertical-align: middle;
		margin-top: 0;
		height: 18px;
}

.cr-badge.badge_size_wide.badge_color_dark {
		color: #fff;
}

.cr-badge.badge_target_mobile {
		position: relative;
		padding: 0;
		margin: 20px;
}

.cr-badge.badge_target_mobile .badge__logo {
		top: 41px;
		left: 4px;
		width: 32px;
		height: 32px;
}

.cr-badge.badge_target_mobile .badge__store {
		font-size: 24px;
		margin-bottom: 0;
		padding-left: 2px;
}

.cr-badge.badge_target_mobile .badge__reviews,
.cr-badge.badge_target_mobile .verified {
		padding-left: 48px;
		display: block;
}

.cr-badge.badge_target_mobile .badge__stars {
		padding-left: 2px;
		margin-left: 0;
		margin-top: 0;
}

.cr-badge.badge_target_mobile .rating {
		font-size: 15px;
		margin-top: 2px;
}

.cr-badge.badge_size_wide .rating b {
		display: inline-block;
		margin-left: 8px;
}

.cr-badge.badge_size_small {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.cr-badge .badge__link, .cr-badge__wrap .badge__link {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

/* internal container wrapper */
.cr-badge__wrap {
	display: inline-block;
	position: relative;
}

.cr-badge.badge-vs {
		position: relative;
		color: #4d4d4d;
		padding: 20px;
		display: inline-block;
		flex-flow: row nowrap;
		text-align: left;
		font-family: sans-serif;
		border-radius: 15px;
}

.cr-badge.badge-vs .cr-badge-vs-flex {
	display: flex;
	flex-direction: row;
}

.cr-badge.badge-vs .badge__store {
		font-size: 25px;
		font-weight: 500;
		margin-bottom: 5px;
		line-height: 1.2;
		max-width: 500px;
		text-overflow: ellipsis;
		overflow: hidden;
}

.cr-badge.badge-vs .badge__logo {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/logo-vs.svg');
		height: 80px;
		width: 80px;
		position: relative;
		display: inline-block;
		margin-right: 20px;
		flex: 0 0 auto;
}

.cr-badge.badge-vs .badge__details {
		display: flex;
		flex-flow: row nowrap;
		align-items: center;
}

.cr-badge.badge-vs .badge__rating-container {
		display: flex;
		flex-flow: column nowrap;
		justify-content: space-evenly;
		font-family: sans-serif;
		font-weight: normal;
}

.cr-badge.badge-vs .badge__rating-line {
		display: flex;
		flex-flow: row nowrap;
		justify-content: space-between;
}

.cr-badge.badge-vs .badge__stars {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
}

.cr-badge.badge-vs .badge__star {
		width: 15px;
		height: 15px;
		border-spacing: 0;
		display: flex;
}

.cr-badge.badge-vs .badge__star-icon--empty {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/star-stroke.svg');
		background-position: left;
		border-spacing: 0;
}

.cr-badge.badge-vs .badge__star-icon--fill {
		background-image: url('/wp-content/plugins/customer-reviews-woocommerce/img/star-fill.svg');
		background-position: left;
		border-spacing: 0;

}

.cr-badge.badge-vs .badge__rating.rating {
		font-size: 14px;
		line-height: 1.5;
		justify-content: space-between;
		display: flex;
		flex: 1 1 0;
		margin: -1px 0 0;
		padding: 0;
		height: 20px;
}

.cr-badge.badge-vs .badge__rating.rating span:last-child {
	padding-left: 25px;
	font-weight: bold;
}

.cr-badge .badge__rating + .badge__stars {
	margin-left: 15px;
}

.cr-badge.badge-vs .badge__reviews {
	border-radius: 30px;
	background-color: #F2F2F2;
	display: block;
	font-size: 18px;
	line-height: 1;
	padding: 6px 25px 5px;
	margin-left: 15px;
	border: 1px solid #DFDFDF99;
}

.cr-badge.badge-vs.badge_color_dark {
		color: #e5e5e5;
		border-color: transparent;
}

.cr-badge.badge-vs.badge_color_dark .badge__reviews {
	background-color: #24242499;
	border-color: transparent;
}

.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	font-family: sans-serif;
}

.badge_size_compact.cr-badge,
.badge--wide-mobile.cr-badge {
	display: block;
	flex-direction: column;
	visibility: visible;
}

.badge_size_compact.cr-badge .badge__verified,
.badge--wide-mobile.cr-badge .badge__verified {
	font-size: 10px;
	font-weight: 700;
	color: #4c4c4c;
	text-align: center;
	margin-bottom: 5px;
	margin-top: 5px;
}

.badge--wide-mobile.cr-badge .badge__verified {
	font-size: 16px;
	color: #fff;
	margin-bottom: 13px;
}

.badge--wide-mobile.cr-badge .badge__store {
	min-height: 50px;
	margin-bottom: 15px;
	color: #4d4d4d;
	font-size: 28px;
	font-weight: 700;
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 10px;
}

.badge--wide-mobile.cr-badge .badge__store span {
	min-width: 234px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-align: center;
}

.cr-badge.badge_size_compact .badge__middle,
.cr-badge.badge--wide-mobile .badge__middle {
	padding: 10px 0 9px;
}

.cr-badge.badge_size_compact .badge__stars,
.cr-badge.badge--wide-mobile .badge__stars {
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 0;
}

.cr-badge.badge_size_compact .badge__star,
.cr-badge.badge--wide-mobile .badge__star {
	position: relative;
	width: 14px;
	height: 13px;
	margin: 0 2px;
	color: #fff;
}

.cr-badge.badge_size_compact .badge__star svg,
.cr-badge.badge--wide-mobile .badge__star svg {
	display: block;
}

.cr-badge.badge_size_compact .badge__star-fill-container,
.cr-badge.badge--wide-mobile .badge__star-fill-container {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 14px;
	height: 13px;
}

.cr-badge.badge_size_compact .badge__star-fill-container svg,
.cr-badge.badge--wide-mobile .badge__star-fill-container svg {
	height: 13px;
}

.cr-badge.badge_size_compact .badge__rating,
.cr-badge.badge--wide-mobile .badge__rating {
	font-size: 12px;
	text-align: center;
	color: #4c4c4c;
}

.cr-badge.badge_size_compact .badge__rating b,
.cr-badge.badge--wide-mobile .badge__rating b  {
	margin-left: 8px;
}

.cr-badge.badge_size_compact .badge__reviews,
.cr-badge.badge--wide-mobile .badge__reviews {
	padding: 8px 0 6px;
	font-size: 10px;
	text-align: center;
	border-radius: 0 0 15px 15px;
	color: #4d4d4d;
}

.cr-badge.badge--wide-mobile .badge__middle {
	padding-top: 0px;
	padding-bottom: 20px;
	background-color: transparent;
}

.cr-badge.badge--wide-mobile .badge__stars {
	margin-bottom: 5px;
}

.cr-badge.badge--wide-mobile .badge__star {
	color: #f8942d;
}

.cr-badge.badge--wide-mobile .badge__reviews {
	font-size: 13px;
	border-top: 1px solid transparent;
	min-height: 37px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.cr-badge.badge--wide-mobile .mb21 {
	margin-bottom: 21px;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__middle,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__middle {
	border: none;
	box-sizing: border-box;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__star,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__star {
	color: #f8942d;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews {
	border: none;
}

.cr-badge.badge_size_compact.badge_color_dark .badge__verified,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__verified,
.cr-badge.badge_size_compact.badge_color_dark .badge__reviews,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__reviews,
.cr-badge.badge_size_compact.badge_color_dark .badge__rating,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__rating,
.cr-badge.badge_size_compact.badge_color_dark .badge__store,
.cr-badge.badge--wide-mobile.badge_color_dark .badge__store {
	color: #e5e5e5;
}

.cr-placeholder-tb {
	background-color: #FAFAFA;
	width: 100%;
	padding: 20px;
}

.cr-placeholder-tb .cr-placeholder-tb-fr {
	width: 50%;
	height: 40px;
	margin: 0 0 20px 0;
	background-color: #DCDEE2;
	animation: cr-placeholder-load 3s infinite;
}
.cr-placeholder-tb .cr-placeholder-tb-sr {
	width: 100%;
	height: 60px;
	background-color: #DCDEE2;
	animation: cr-placeholder-load 3s infinite;
}

@media all and (max-width: 600px) {
	#cr_floatingtrustbadge, #cr_floatingtrustbadge.cr-floatingbadge-big {display: none;}
}

@keyframes cr-placeholder-load {
	0% {
		background-color: #DCDEE2;
	}
	50% {
		background-color: #ededed;
	}
	100% {
		background-color: #DCDEE2;
	}
}
/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

.cart-upsell-section .upsell-products{
	display: flex;
	padding: 10px 10px;
	margin: 15px 0;
	align-items: center;
}
.cart-upsell-section .upsell-products .product-image{
	width: 30%;
	text-align: center;
}
.cart-upsell-section .upsell-products .product-image img{
	max-width:50%;
	margin: 0 auto;
	display: block;
}
.cart-upsell-section .upsell-products .product-content{
	width: 85%;
	text-align: center;
	padding: 2% 2%;
}
.cart-upsell-section .upsell-products .product-content h4{
	font-size: 20px;
	font-weight: 600;
}
.cart-upsell-section .upsell-products .product-content .upsell_add_to_cart_cta{
	font-weight: 800;
	padding: 10px 10px;
	font-size: 20px;
	line-height: 1;
	border: 0;
}

@media screen and (max-width:767px){
	.cart-upsell-section .upsell-products .product-image img{
		max-width:100%;
	}
	.cart-upsell-section .upsell-products .product-content h4{
		font-size: 15px;
	}
	.cart-upsell-section .upsell-products .product-content .upsell_add_to_cart_cta{
		font-size: 12px;
	}
}
.wpcf7 .screen-reader-response {
	position: absolute;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	padding: 0;
	border: 0;
	word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
	margin: 2em 0.5em 1em;
	padding: 0.2em 1em;
	border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
	display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
	border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
	position: relative;
}

.wpcf7-not-valid-tip {
	color: #dc3232; /* Red */
	font-size: 1em;
	font-weight: normal;
	display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
	position: relative;
	top: -2ex;
	left: 1em;
	z-index: 100;
	border: 1px solid #dc3232;
	background: #fff;
	padding: .2em .8em;
	width: 24em;
}

.wpcf7-list-item {
	display: inline-block;
	margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
	content: " ";
}

.wpcf7-spinner {
	visibility: hidden;
	display: inline-block;
	background-color: #23282d; /* Dark Gray 800 */
	opacity: 0.75;
	width: 24px;
	height: 24px;
	border: none;
	border-radius: 100%;
	padding: 0;
	margin: 0 24px;
	position: relative;
}

form.submitting .wpcf7-spinner {
	visibility: visible;
}

.wpcf7-spinner::before {
	content: '';
	position: absolute;
	background-color: #fbfbfc; /* Light Gray 100 */
	top: 4px;
	left: 4px;
	width: 6px;
	height: 6px;
	border: none;
	border-radius: 100%;
	transform-origin: 8px 8px;
	animation-name: spin;
	animation-duration: 1000ms;
	animation-timing-function: linear;
	animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
	.wpcf7-spinner::before {
		animation-name: blink;
		animation-duration: 2000ms;
	}
}

@keyframes spin {
	from {
		transform: rotate(0deg);
	}

	to {
		transform: rotate(360deg);
	}
}

@keyframes blink {
	from {
		opacity: 0;
	}

	50% {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

.wpcf7 [inert] {
	opacity: 0.5;
}

.wpcf7 input[type="file"] {
	cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
	cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
	cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
	direction: ltr;
}

.wpcf7-reflection &gt; output {
	display: list-item;
	list-style: none;
}

.wpcf7-reflection &gt; output[hidden] {
	display: none;
}
.wcml-dropdown{width:15.5em;max-width:100%;position:relative}.wcml-dropdown&gt;ul{position:relative;padding:0;margin:0 !important;list-style-type:none}.wcml-dropdown li{list-style-type:none;padding:0;margin:0;border:1px solid #cdcdcd;background-color:#fff}.wcml-dropdown li:hover,.wcml-dropdown li:focus{background-color:#f5f5f5}.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu,.wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu{visibility:visible}.wcml-dropdown a{display:block;text-decoration:none;padding:.5em .5em .4em;line-height:1;box-shadow:none !important;cursor:pointer}.wcml-dropdown a:hover{box-shadow:none !important;text-decoration:none}.wcml-dropdown a.wcml-cs-item-toggle{position:relative;padding-right:calc(10px + .7em + .7em)}.rtl .wcml-dropdown a.wcml-cs-item-toggle{padding-right:10px;padding-left:calc(10px + .7em + .7em)}.wcml-dropdown a.wcml-cs-item-toggle:after{content:'';vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wcml-dropdown a.wcml-cs-item-toggle:after{right:auto;left:10px}.wcml-dropdown .wcml-cs-submenu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0 !important;list-style-type:none;z-index:101}.wcml-dropdown .wcml-cs-submenu li{padding:0;margin:0;border:solid #cdcdcd;border-width:0 1px 1px 1px}.woocommerce .wcml-dropdown.product{margin:1em 0;overflow:visible}.widget .wcml-dropdown ul li{padding:0}.widget .wcml-dropdown ul li a{box-shadow:none}.widget .wcml-dropdown ul li a:hover{box-shadow:none;text-decoration:none}.wcml-spinner{position:absolute;right:-20px;top:50%;transform:translateY(-50%)}.rtl .wcml-spinner{right:auto;left:-20px}
.woof_container{
    padding-bottom: 5px;
    margin-bottom: 9px;
}

.woof_container select{
    width: 100%;
}

.woof_container label{
    display: inline-block !important;
}

ul.woof_list{
    margin: 0 !important;
    list-style: none !important;
}

li.woof_list{
    list-style: none !important;
}

.woof_list li{
    list-style: none !important;
    padding: 0 0 5px 0 !important;

}

.woof_block_html_items ul{
    margin-left: 0;
}

.woof_list label{
    vertical-align: middle;
    padding-top: 4px;
    padding-bottom: 4px;
    display: inline-block;
}

.woof_childs_list{
    margin: 7px 0 0 15px !important;
}

/**********************/
.woof_auto_show{
    position: relative;
    z-index: 1001;
}

.woof_sid_auto_shortcode .woof_container{
    float: left;
    width: 33%;
    min-width: 150px;
}


.woof_sid_auto_shortcode .woof_container_inner{
    padding-left: 5px;
}

.woof_submit_search_form{
    float: left;
}

.woof_submit_search_form_container{
    overflow: hidden;
    clear: both;
    margin: 9px 0 15px 0;
}

li.woof_childs_list_li{
    padding-bottom: 0 !important;
}

/********************/
div.woof_info_popup {
    position: fixed;
    top: 48%;
    left: 48%;
    z-index: 10001;
    display: none;
    overflow: hidden;
    padding: 20px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: rgba(0,0,0,.6);
    -webkit-box-shadow:
        inset 0 0 0 1px rgba(0,0,0,.6),
        inset 0 0 0 2px rgba(255,255,255,.2);
    -moz-box-shadow:
        inset 0 0 0 1px rgba(0,0,0,.6),
        inset 0 0 0 2px rgba(255,255,255,.2);
    box-shadow:
        inset 0 0 0 1px rgba(0,0,0,.6),
        inset 0 0 0 2px rgba(255,255,255,.2);
    color: #fff;
    font-size: 22px;
    font-family: 'Oswald',sans-serif;
}

/*************/

p.woof_tooltip {
    position: relative;
    display: inline;
    line-height: normal !important;
}
p.woof_tooltip span.woof_tooltip_data {
    position: absolute;
    width:auto;
    min-width: 140px;
    max-width: 300px;
    color: #FFFFFF;
    background: #000000;
    height: auto;
    min-height: 21px;
    line-height: 21px;
    vertical-align: middle;
    text-align: center;
    visibility: hidden;
    border-radius: 6px;
    margin-top: -30px;
}
p.woof_tooltip span.woof_tooltip_data:after {

}
p:hover.woof_tooltip span.woof_tooltip_data {
    visibility: visible;
    opacity: 0.8;
    bottom: 10px;
    left: 50%;
    margin-left: -74px;
    z-index: 999;
}
.woof_tooltip_title{
    display: none;
}
.woof_step .price_slider_amount .button{
    display: none;
}

.woof_products_top_panel{
    overflow: hidden;
    line-height: 32px;
    margin: 5px 0 15px 0;
    display: none;
    position: relative;
    z-index: 99;
    clear: both;
}
.woof_products_top_panel_ul li ul li{
    margin: 0 5px 0 0 !important;
}
.woof_reset_button_2{
    padding: 2px 7px;
}
.woof_products_top_panel ul{
    margin: 0 !important;
    padding: 0 !important;
}

.woof_products_top_panel li{
    float: left;
    margin: 0 15px 0 0 !important;
    list-style: none !important;
}

.woof_products_top_panel li a{
    text-decoration: none;
}

.woof_products_top_panel li a:hover{
    text-decoration: none;
}

.woof_products_top_panel li span{
    padding-right: 16px;
    background: url(/wp-content/plugins/woocommerce-products-filter/img/delete.png);
    background-size: 14px 14px;
    background-repeat: no-repeat;
    background-position: right;
}

.woof_products_top_panel li span:hover{
    background-size: 14px 14px;
}


/*****************************************************/
.woof_sid_auto_shortcode{
    background: #fff;
    border:solid 2px #aaa;
    border-radius: 3px;
    -moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
    -webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
    box-shadow:inset 0px 1px 0px 0px #ffffff;
    background: #fefefe;
    margin-bottom: 11px;
    clear: both;
}

.woof_sid_auto_shortcode.woof{
    padding: 16px;
}


.woof_edit_view{
    position: relative;
    float: right;
    clear: both;
    opacity: 0.7;
    z-index: 9999;
    margin-top: -20px;
}

.woof_container_overlay{
    position: relative;
    border:solid 1px orange;
}

.woof_container_setter{
    position: relative;
}

.woof_container_overlay_item{
    display: none;
    color: red;
    padding: 4px;
}

.woof_container_overlay .woof_container_setter_link{
    display: inline-block;
    position: relative;
    float: right;
    clear: both;
    opacity: 0.8;
}

.woof_show_auto_form,.woof_hide_auto_form{
    display: inline-block !important;
    margin-bottom: 3px !important;
}


.woof_show_auto_form, .woof_hide_auto_form{
    background: url("/wp-content/plugins/woocommerce-products-filter/img/autoshow_button.png");
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 32px;
    height: 32px;
    display: inline-block;
    background-repeat: no-repeat;
}

.woof_show_auto_form_txt.woof_show_auto_form,.woof_show_auto_form_txt.woof_hide_auto_form{
    width: auto;
    height: auto;
    background: none;
}

.woocommerce-ordering{
    position: relative;
    z-index: 3;
}

.woof_auto_show .woof_redraw_zone{
    position: relative;
    z-index: 1001;
}

.woof_auto_show .woof_price_search_container{
    position: relative;
    z-index: 1002;
}

.woof_price_search_container .price_slider_amount .price_label{
    float: left !important;
    display: inline-block;
    text-align: right !important;
}

.woof_childs_list_opener{
    vertical-align: middle;
    margin-left: 4px;
    display: inline-block !important;
}

.woof_childs_list_opener span{
    display: inline-block;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: right;
    width: 18px;
    height: 18px;
}

.woof_childs_list_opener span.woof_is_closed{
    background: url(/wp-content/plugins/woocommerce-products-filter/img/plus2.png);
}

.woof_childs_list_opener span.woof_is_opened{
    background: url(/wp-content/plugins/woocommerce-products-filter/img/minus2.png);
}


.woof_childs_list_opener span:hover{
    background-size: 18px 18px;
}

.woof_list_checkbox li div{
    margin-top: 3px;
}

.woof_list li{
    margin: 0 3px 0 3px !important;
}

/* =Price Filter Widget
        -------------------------------------------------------------- */
.woof .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woof .widget_price_filter .price_slider_amount {
    text-align: right;
    line-height: 2.4em;
    font-size: 0.8751em;
}
.woof .widget_price_filter .price_slider_amount .button {
    font-size: 1.15em;
    float: right !important;
}

.woof .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 0.9em;
    height: 0.9em;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    border: 1px solid #141741;
    cursor: pointer;
    background: #2d338e;
    outline: none;
}
.woof .widget_price_filter .ui-slider .ui-slider-handle:last-child {
    margin-left: -0.5em;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background: #c0132c;
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    -webkit-border-radius: 1em;
    -moz-border-radius: 1em;
    border-radius: 1em;
    background: #d5d5d5;
}
.woof .widget_price_filter .ui-slider-horizontal {
    height: .5em;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
    left: -1px;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
    right: -1px;
}


.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a46497;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.woof .widget_price_filter .ui-slider-horizontal .ui-slider-range {
    height: 100%;
    top: 0;
}
.woof .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #a46497;
    border: 0 none;
    border-radius: 1em;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
}

.woof .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #a46497;
    border-radius: 1em;
    cursor: ew-resize;
    height: 1em;
    margin-left: -0.5em;
    outline: 0 none;
    position: absolute;
    width: 1em;
    z-index: 2;
}


.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background-color: #602053;
    border: 0 none;
    border-radius: 1em;
}
.woof .widget_price_filter .price_slider_wrapper .ui-widget-content {
    background: none repeat scroll 0 0 #d5d5d5;
    border-radius: 1em;
}
.woof .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}
.woof .widget_price_filter .ui-slider {
    margin-left: 0.5em;
    margin-right: 0.5em;
    position: relative;
    text-align: left;
}
.woof .woocommerce .widget_price_filter .price_slider {
    margin-bottom: 1em;
}
.woof .widget_price_filter .ui-slider-horizontal {
    height: 0.5em;
}
.woof .widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
}
.woof .widget_price_filter .price_slider {
    margin-bottom: 1em;
}

.woof_overflow_hidden{
    overflow: hidden;
}

.woof .chosen-drop{
    z-index: 10001 !important;
}

.chosen-results{
    z-index: 10001 !important;
}

.woof .chosen-container-multi .chosen-choices li.search-field input[type="text"]{
    min-height: 18px !important;
}

.woof_sid_widget .woof_edit_view{
    display: none;
}

.woof_section_scrolled{
    overflow: auto;
    overflow-x: hidden;
    margin-bottom: 3px;
}

.woof_price_filter_dropdown{
    width: 100%;
}

.chosen-results li{
    margin-left: 0 !important;
}

.woof-padding-1{
    padding-left: 12px !important;
}
.woof-padding-2{
    padding-left: 24px !important;
}
.woof-padding-3{
    padding-left: 36px !important;
}
.woof-padding-4{
    padding-left: 48px !important;
}
.woof-padding-5{
    padding-left: 60px !important;
}

/*******************************/

.chosen-container{
    margin-bottom: 3px;
    max-width: 100%;
}

.woof_search_is_going nav.woocommerce-breadcrumb+h1.page-title{
    display: none;
}

.woof_search_is_going nav.woocommerce-breadcrumb{
    display: none;
}

.woof_checkbox_label{
    margin-left: 7px;
}

.woof_checkbox_label_selected{
    font-weight: bold;
}

.woof_radio_label_selected{
    font-weight: bold;
}

.woof_checkbox_count{
    margin-left: 3px;
}

.woof_radio_label{
    margin-left: 5px;
}

.woof_radio_count{
    margin-left: 2px;
}

a.woof_front_toggle{
    float:right;
}


.woof_closed_block{
    display: none;
}

.woof_radio_term_reset_visible{
    display: inline-block !important;
    padding: 2px 0 0 7px;
}

.woof label{
    cursor: pointer;
}

.woof_hidden_term{
    display: none !important;
}

.woof_open_hidden_li{
    clear:both;
    display: block !important;
    text-align: center;
}

.woof_open_hidden_li a{
    outline: none !important;
}

.woof_open_hidden_li img{
    box-shadow: none !important;
}

a.woof_start_filtering_btn{
    display: inline-block;
    padding: 9px 12px;
    border: solid 2px #ccc;
    border-radius: 7px;
    /*color: #00C3E4 !important;*/
    text-decoration: none !important;
    transition: all .5s;
}

a.woof_start_filtering_btn:hover{
    color: #0073d2 !important;
    border-color: #0073d2;
    text-decoration: none;
}

a.woof_start_filtering_btn2{
    display: inline-block;
    padding: 9px 12px;
    border: solid 2px #0073d2;
    border-radius: 7px;
    text-decoration: none !important;
    color: #0073d2 !important;
}

.woof_price_filter_txt{
    width: 75px !important;
}

a.chosen-single{
    text-decoration: none !important;
}

.chosen-container-single .chosen-single span{
    font-size:15px;
}

.chosen-container-single .chosen-single{
    height:27px !important;
    line-height: 25px !important;
}

.chosen-container-single .chosen-single div b{
    background-position: 0 4px !important;
}

/*shortcode skins*/

.woof_sid_flat_grey .chosen-container-single .chosen-single{
    border-radius: 0px;
    background: none;
    background-color: #fff;
    box-shadow: none;
    border: 2px solid #aaa;

}
.woof_sid_flat_grey .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #aaa;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}
.woof_sid_flat_grey .chosen-container-active{
    background: none;
    background-color: #fff;
    box-shadow: none;
}
.woof_sid_flat_grey .chosen-container-multi .chosen-choices{
    background-image: none;
    border: 2px solid #aaaaaa;
}
.woof_sid_flat_grey  .chosen-container-active .chosen-choices{
    box-shadow: none;
    border: 2px solid #97b6be;
}
.woof_sid_flat_grey  .chosen-container .chosen-results li.highlighted {
    background-color: #97b6be;
    background-image: none;
    color: #fff;
}

.woof_sid_flat_grey .chosen-container-multi .chosen-choices li.search-choice , .woof_sid_flat_dark .chosen-container-multi .chosen-choices li.search-choice {
    border: 2px solid #aaa;
    border-radius: 0px;
    background-color: transparent;;
    background-image:none;
    box-shadow: none;
}
.woof_sid_flat_grey .chosen-container .chosen-drop{
    border: 2px solid #aaa;
    border-top: 0;
    background: #fff;
    box-shadow: none;
}
.woof_sid_flat_grey .woof_submit_search_form_container button{
    border: 2px solid #aaa;
    background: #fff;
    box-shadow: none;
}
.woof_sid_flat_grey .woof_submit_search_form_container button:hover{
    background-color: #97b6be;
}
.woof_sid_flat_grey .woof_submit_search_form_container, .woof_sid_flat_dark .woof_submit_search_form_container {
    margin: 0px;
}


.woof_sid_flat_grey .woof_redraw_zone select,.woof_sid_flat_grey .woof_redraw_zone input{
    width: 100%;
}
.woof_sid_flat_grey .irs-bar, .woof_sid_flat_dark .irs-bar {
    border-top: 1px solid #97b6be;
    border-bottom: 1px solid #97b6be;
    background: #97b6be;

}
.woof_sid_flat_grey .irs-from, .woof_sid_flat_grey .irs-to, .woof_sid_flat_grey .irs-single {
    color: #fff;
    background: #97b6be;
}
.woof_sid_flat_dark .irs-from, .woof_sid_flat_dark .irs-to, .woof_sid_flat_dark .irs-single {
    color: #fff;
    background: #97b6be;
}
.woof_sid_flat_grey .irs-slider, .woof_sid_flat_dark .irs-slider{
    border: 2px solid #AAA;
    background: #DDD;
    box-shadow: 0px 0px 0px rgba(0,0,0,0.3);
}
.woof_sid_flat_grey .irs-line, .woof_sid_flat_grey .irs-line{
    background: #EEE;
    border: 2px solid #AAA;
}
.woof_sid_flat_grey .woof_container h4 {
    margin-bottom: 11px!important;
    font-size: 1.32em!important;
    background: #a0bcc385;
    padding: 11px 7px;
    color: #333;
    line-height: 1.12em!important;
    text-align: center;
}
.woof_sid_flat_grey {
    background: #fff;
    border: solid 2px #aaa;
    background: #fdfdfd;
    margin-bottom: 11px;
    margin-top: 30px;
    padding: 12px;
}
.woof_sid_flat_grey .woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #a0bcc385;
    color: #fff !important;
    border: solid 1px #fff;
}

.woof_sid_flat_grey .woof_select_radio_check dt a {
    border: solid 2px #aaa;
    border-radius: 0px;
}
.woof_sid_flat_grey .woof_color_term:hover , .woof_sid_flat_dark .woof_color_term:hover{
    border-color: #444;
    transform: scale(1.1, 1.1);
    transition-duration: 1s;
    border-style: solid;
}
.woof_sid_flat_grey .woof_color_term.checked , .woof_sid_flat_dark .woof_color_term.checked {
    transform: scale(1.1, 1.1);
}
.woof_sid_flat_grey .woof_color_term , .woof_sid_flat_dark .woof_color_term  {
    border-radius: 0px;
}
.woof_sid_flat_dark {
    border: solid 2px #aaa;
    background: #4e4d4d;
    margin-bottom: 11px;
    margin-top: 30px;
    padding: 12px;
    color: #e2e6e7;
}
.woof_sid_flat_dark .woof_redraw_zone select,.woof_sid_flat_dark .woof_redraw_zone input{
    width: 100%;
}

.woof_sid_flat_dark .chosen-container-single .chosen-single{
    border-radius: 0px;
    background: none;
    background-color: #4e4d4d;
    box-shadow: none;
    border: 2px solid #e2e6e7;
    color: #e2e6e7;

}
.chosen-container .chosen-drop {
    border: 2px solid #4d4d4;
    background: #4e4d4d;
    box-shadow: 0 0px 0px rgba(0,0,0,0);
}
.woof_sid_flat_dark .chosen-container-active.chosen-with-drop .chosen-single {
    border: 2px solid #e2e6e7;
    border-radius: 0;
    background-image: none;
    box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-active{
    background: none;
    background-color: #4e4d4d;
    box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-multi .chosen-choices{
    background-image: none;
    background-color: #4e4d4d;
    border: 2px solid #e2e6e7;
}
.woof_sid_flat_dark .chosen-container-multi ul.chosen-choices li.search-field input{
    color: #e2e6e7;
}
.woof_sid_flat_dark .chosen-container .chosen-results li.no-results {
    background: #97b6be;
}
.woof_sid_flat_dark  .chosen-container-active .chosen-choices{
    box-shadow: none;
    border: 2px solid #e2e6e7;
}
.woof_sid_flat_dark  .chosen-container .chosen-results li.highlighted {
    background-color: #97b6be;
    background-image: none;
    color: #e2e6e7;
}


.woof_sid_flat_dark .chosen-container .chosen-drop{
    border: 2px solid #e2e6e7;
    border-top: 0;
    background: #4e4d4d;
    box-shadow: none;
}
.woof_sid_flat_dark .chosen-container-single .chosen-drop {
    border-radius: 0px;
}
.woof_sid_flat_dark .woof_color_term{
    border: 0px solid #e2e6e7;
}
.woof_sid_flat_dark .woof_color_term.checked {
    border: 3px solid #e2e6e7;
}
.woof_sid_flat_dark .woof_container h4 {
    margin-bottom: 11px!important;
    font-size: 1.32em!important;
    background: #a0bcc385;
    padding: 11px 7px;
    color: #e2e6e7;
    line-height: 1.12em!important;
    text-align: center;
}
.woof_sid_flat_dark .woof_submit_search_form_container button{
    border: 2px solid #e2e6e7;
    background: #4e4d4d;
    box-shadow: none;
    color: #e2e6e7;
}
.woof_sid_flat_dark .woof_submit_search_form_container button:hover{
    background-color: #97b6be;
}
.woof_sid_flat_dark .woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #a0bcc385;
    color: #e2e6e7 !important;
    border: solid 2px #e2e6e7;
}

.woof_sid_flat_dark .woof_select_radio_check dt a {
    background-color: #4e4d4d;
    color: #e2e6e7 !important;
    border: solid 2px #e2e6e7;
    border-radius: 0px;
}
.woof_sid_flat_dark .woof_select_radio_check dd ul.woof_list {
    background-color: #4e4d4d;
    color: #e2e6e7;
}
.woof_sid_flat_dark input[type=search]:focus, .woof_sid_flat_dark input[type=text]:focus, .woof_sid_flat_dark  textarea:focus {
    background: #a0bcc385;
    color: #e2e6e7;
}
.woof_sid_flat_dark .woof_text_search_container input[type='search'], .woof_sid_flat_dark input[type='search']  {
    background: #4e4d4d;
    color: #e2e6e7;
    border: solid 2px #e2e6e7;
}
.woof_sid_flat_dark .woof_text_search_container input[type='search']::placeholder , .woof_sid_flat_dark  input[type='search']::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #a0bcc3;
    opacity: 1; /* Firefox */
}
.woof_sid_flat_dark .irs-max , .woof_sid_flat_dark .irs-min{
    background: #a0bcc385;
    color: #e2e6e7;
}
.woof_sid_flat_grey .woof_list_label li .woof_label_term:hover, .woof_sid_flat_grey .woof_list_label li .woof_label_term.checked {
    background-color: #97afb5;
    border-color: #a0bcc385;
    color: #fff;
}
.woof_sid_flat_dark .woof_list_label li .woof_label_term:hover, .woof_sid_flat_dark .woof_list_label li .woof_label_term.checked {
    background-color: #a0bcc385;
    border-color: #a0bcc385;
    color: #e2e6e7;
}
.woof_sid_flat_dark .woof_list_label li .woof_label_term{
    color: #728a90;
}
.woof_sid_flat_dark .easy-autocomplete-container ul {
    background: none repeat scroll 0 0 #4e4d4d;;
    border-top: 1px dotted #ccc;
    display: none;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
}
.woof_sid_flat_dark .easy-autocomplete-container ul li.selected {
    background: none repeat scroll 0 0 #a0bcc385;
}
/*columns*/
.woof_auto_4_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    padding: 5px;
    min-width: 150px;
}

.woof_auto_3_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 32%;
    padding: 5px;
    min-width: 150px;
}
.woof_auto_2_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 49%;
    padding: 5px;
    min-width: 150px;
}
.woof_auto_1_columns .woof_container {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding: 5px;
    min-width: 150px;
}
.woof_auto_1_columns .woof_list_checkbox li,.woof_auto_1_columns .woof_list_radio li{

}
.woof_auto_1_columns .woof_authors li{
    display: inline-block;
    margin-left: 10px;
}
.woof_auto_1_columns .woof_container_select_radio_check .woof_list_checkbox li, .woof_auto_1_columns .woof_container_select_radio_check .woof_list_radio li{
    display: block;
}
input.woof_checkbox_term, input.woof_radio_term{
    vertical-align: middle;
}
/********************************************/


/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {
    .woof_sid_auto_shortcode .woof_container{
        clear: both;
        width: 100%;
    }

    .woof_sid_auto_shortcode .woof_container .chosen-container{
        width: 100% !important;
    }

    .woof_sid_auto_shortcode .woof_container_select .woof_block_html_items,
    .woof_sid_auto_shortcode .woof_container_slider .woof_block_html_items,
    .woof_sid_auto_shortcode .woof_by_rating_container .woof_container_inner{
        height: auto !important;
        min-height: auto !important;
        max-height: auto !important;
    }
}

.easy-autocomplete-container ul{
    margin: 0 !important;
}

.woof_tooltip_templates{
    display: none;
}
.woof_container_inner .woof_tooltip_header{
    display: inline-block;
    height: 15px;
    width: auto;
    vertical-align: top;
}
.woof_tooltip_title{
    font-size: 18px;
    font-weight: bold;
    color: #2c2c2c;
}
.woof_container .woof_container_inner input[type="search"] {
    line-height: normal !important;
}
.woof_star_font,.woof_star_selected select {
    font-family: 'star';
    color: #96588a;
}
.woof_star_selected .chosen-single span{
    font-family: 'star';
    color: #96588a;
}
.woof_price_filter_txt_slider .woof_price_filter_txt_from{
    float: left;
}
.woof_price_filter_txt_slider .woof_price_filter_txt_to{
    float: right;
}
.woof_price_filter_txt_slider{
    height: 35px;
}

.woof_price_filter_txt_slider input[type='number']{
    padding: 2px 7px;
    border: solid 1px #ccc;
    background: #fff;
}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Small Devices, Tablets */
@media only screen and (max-width : 600px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

ul.chosen-choices{
    padding: 5px !important;
}


/*mobile filter*/
.woof_hide_filter{
    display: none;
}
.woof_show_filter_for_mobile.woof {
    position: fixed;
    top: 100%;
    background: white;
    z-index: 9999;
    overflow: auto;
    height: 100%;
    display: block !important;
    width: 100%;
    right: 0px;
    padding: 30px;
    padding-bottom: 100px;
    animation: move_top .5s ease ;
    animation-fill-mode: forwards;
}

.woof_hide_mobile_filter img, .woof_show_mobile_filter img{
    display: inline-block;
    width: 30px;
}
.woof_hide_mobile_filter span, .woof_show_mobile_filter span{
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    font-weight: 600;
}
.woof_hide_mobile_filter{
    margin-bottom: 10px;
    display: none;
    cursor: pointer;
}
.woof_show_filter_for_mobile .woof_hide_mobile_filter{
    display: block;
}
@keyframes move_top {
    100% {
        top: 30px;

    }
}


/********************* index.php #475 **********************************/
.woof_price_search_container .price_slider_amount .price_label{
    text-align: left !important;
}

.woof .widget_price_filter .price_slider_amount .button {
    float: left;
}

.woof_float_none{
    float: none;
}

/********************* beauty scroll start **********************************/

/* Let's get this party started */
.woof_use_beauty_scroll::-webkit-scrollbar {
    width: 6px;
}

/* Track */
.woof_use_beauty_scroll::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

/* Handle */
.woof_use_beauty_scroll::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: rgba(120,120,120,0.8); 
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.woof_use_beauty_scroll::-webkit-scrollbar-thumb:window-inactive {
    background: rgba(120,120,120,0.4); 
}

/********************* beauty scroll end **********************************/

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/.chosen-container{position:relative;display:inline-block;vertical-align:middle;font-size:13px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.chosen-container *{-webkit-box-sizing:border-box;box-sizing:border-box}.chosen-container .chosen-drop{position:absolute;top:100%;z-index:1010;width:100%;border:1px solid #aaa;border-top:0;background:#fff;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.15);box-shadow:0 4px 5px rgba(0,0,0,.15);clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.chosen-container.chosen-with-drop .chosen-drop{clip:auto;-webkit-clip-path:none;clip-path:none}.chosen-container a{cursor:pointer}.chosen-container .chosen-single .group-name,.chosen-container .search-choice .group-name{margin-right:4px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;font-weight:400;color:#999}.chosen-container .chosen-single .group-name:after,.chosen-container .search-choice .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,left top,left bottom,color-stop(20%,#fff),color-stop(50%,#f6f6f6),color-stop(52%,#eee),to(#f4f4f4));background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;-webkit-box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);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(/wp-content/plugins/woocommerce-products-filter/js/chosen/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(/wp-content/plugins/woocommerce-products-filter/js/chosen/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:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/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;clip:rect(0,0,0,0);-webkit-clip-path:inset(100% 100%);clip-path:inset(100% 100%)}.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,left top,left bottom,color-stop(20%,#3875d7),color-stop(90%,#2a62bc));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;border:1px solid #aaa;background-color:#fff;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(1%,#eee),color-stop(15%,#fff));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:0 0!important;-webkit-box-shadow:none;box-shadow:none;color:#999;font-size:100%;font-family:sans-serif;line-height:normal;border-radius:0;width:25px}.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,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-size:100% 19px;background-repeat:repeat-x;background-clip:padding-box;-webkit-box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);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(/wp-content/plugins/woocommerce-products-filter/js/chosen/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,left top,left bottom,color-stop(20%,#f4f4f4),color-stop(50%,#f0f0f0),color-stop(52%,#e8e8e8),to(#eee));background-image:linear-gradient(#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;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);box-shadow:0 0 5px rgba(0,0,0,.3)}.chosen-container-active.chosen-with-drop .chosen-single{border:1px solid #aaa;border-bottom-right-radius:0;border-bottom-left-radius:0;background-image:-webkit-gradient(linear,left top,left bottom,color-stop(20%,#eee),color-stop(80%,#fff));background-image:linear-gradient(#eee 20%,#fff 80%);-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset}.chosen-container-active.chosen-with-drop .chosen-single div{border-left:none;background:0 0}.chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 2px}.chosen-container-active .chosen-choices{border:1px solid #5897fb;-webkit-box-shadow:0 0 5px rgba(0,0,0,.3);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 .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:none}.chosen-rtl .chosen-search input[type=text]{padding:4px 5px 4px 20px;background:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/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-container .chosen-results-scroll-down span,.chosen-container .chosen-results-scroll-up span,.chosen-container-multi .chosen-choices .search-choice .search-choice-close,.chosen-container-single .chosen-search input[type=text],.chosen-container-single .chosen-single abbr,.chosen-container-single .chosen-single div b,.chosen-rtl .chosen-search input[type=text]{background-image:url(/wp-content/plugins/woocommerce-products-filter/js/chosen/chosen-sprite@2x.png)!important;background-size:52px 37px!important;background-repeat:no-repeat!important}}/* http://anseki.github.io/jquery-plainoverlay/ */

#woof_svg_load_container {
    width: 600px;
    height: 600px;
    vertical-align: middle;
    text-align: center;
}

@media only screen and (max-width: 320px) {
    #woof_svg_load_container {
        width: 200px;
        height: 200px;
    }
}

@media only screen and (max-width: 480px) {
    #woof_svg_load_container {
        width: 300px;
        height: 300px;
    }
}

#woof_svg_load_container img {
    width: 100%;
    height: 100%;
}


/* iCheck plugin Flat skin, aero
----------------------------------- */
.icheckbox_flat-aero,
.iradio_flat-aero {
    display: inline-block;
    *display: inline;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 20px;
    height: 20px;
    background: url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/aero.png) no-repeat;
    border: none;
    cursor: pointer;
}

.icheckbox_flat-aero {
    background-position: 0 0;
}
    .icheckbox_flat-aero.checked {
        background-position: -22px 0;
    }
    .icheckbox_flat-aero.disabled {
        background-position: -44px 0;
        cursor: default;
    }
    .icheckbox_flat-aero.checked.disabled {
        background-position: -66px 0;
    }

.iradio_flat-aero {
    background-position: -88px 0;
}
    .iradio_flat-aero.checked {
        background-position: -110px 0;
    }
    .iradio_flat-aero.disabled {
        background-position: -132px 0;
        cursor: default;
    }
    .iradio_flat-aero.checked.disabled {
        background-position: -154px 0;
    }

/* HiDPI support */
@media (-o-min-device-pixel-ratio: 5/4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi), (min-resolution: 1.25dppx) {
    .icheckbox_flat-aero,
    .iradio_flat-aero {
        background-image: url(/wp-content/plugins/woocommerce-products-filter/js/icheck/skins/flat/aero@2x.png);
        -webkit-background-size: 176px 22px;
        background-size: 176px 22px;
    }
}.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked {
    background-color: #34495e;
    border-color: #34495e;
}


.woof_list_label li {
    display: inline-block;
    margin: 2px;
    vertical-align: top;
}

.woof_list_label .woof_label_term
{
    display: block;
    background-color: #efefef;
    border: 1px solid #ddd;
    margin: 3px 3px 3px 0;
    padding: 3px 4px;
    width: 30px;
    height: 30px;
    line-height: 25px;
    text-align: center;
    overflow: hidden;
    text-decoration: none;
    cursor: pointer;
}

.woof_list_label li .woof_label_term:hover,
.woof_list_label li .woof_label_term.checked
{
    background-color: #34495e;
    border-color: #34495e;
    color: #fff;
}

.woof_label_count{
    font-size: 10px;
    position: absolute; 
    background: orangered;
    margin: -5px 0 0 23px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    border-radius: 200px;
    min-width: 17px;
    height: 17px;
    line-height: 17px !important;
    color: wheat;
    text-align: center;
    font-weight: bold !important;
}

/* http://codepen.io/elmahdim/pen/hlmri */
dl.woof_select_radio_check{
    margin: 0 !important;
}


.woof_select_radio_check dd,
.woof_select_radio_check dt {
    margin: 0px;
    padding: 0px;
}

.woof_select_radio_check ul {
    margin: -1px 0 0 0;
}

.woof_select_radio_check dd {
    position: relative;
}

.woof_select_radio_check a,
.woof_select_radio_check a:visited {
    color: #839b05;
    text-decoration: none;
    outline: none;
    font-size: 12px;
}

.woof_select_radio_check dt a {
    background-color: #fff;
    color: #424035 !important;
    display: block;
    padding: 4px 8px 3px 7px;
    line-height: 18px;
    overflow: hidden;
    border: solid 1px #d0cfc8;
    border-radius: 3px;
}

.woof_select_radio_check dt.woof_select_radio_check_opened a {
    background-color: #0090cb;
    color: #fff !important;
    border: solid 1px #fff;
}

.woof_multiSel{
    margin-bottom: 0 !important;
}

.woof_select_radio_check dt a span,
.woof_multiSel span {
    cursor: pointer;
    display: inline-block;
    /*padding: 0 9px 2px 0;*/
    width: 100%;
    margin-bottom: 3px;
}

.woof_select_radio_check dd ul.woof_list {
    background-color: #fff;
    border: 0;
    color: #000;
    display: none;
    left: 0px;
    position: absolute;
    z-index: 9999;
    top: 2px;
    width: 100%;
    list-style: none;
    /*height: 100px;*/
    overflow: auto;
}

.woof_select_radio_check span.value {
    display: none;
}

.woof_mutliSelect li{
    padding: 2px 15px 2px 5px;
}

.select_radio_check dd ul.woof_list li a {
    padding: 5px;
    display: block;
}

.woof_select_radio_check dd ul.woof_list li a:hover {
    background-color: #eee;
}

.woof_hida{
    display: inline-block;
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}

.woof_hida_small{
    font-size: 13px !important;
    text-align: left !important;
}

.woof_hida .woof_products_top_panel{
    padding: 0 !important;
    margin: 0 !important;
}

.woof_hida .woof_products_top_panel li{
    margin: 0 !important;
}

.woof_hida .woof_products_top_panel li a{
    border: none !important;
    padding: 2px 10px 0 9px !important;
    line-height: 12px !important;
    font-size: 12px !important;
}

/*************************************************/

.woof_products_top_panel2{
    overflow: hidden;
    line-height: 23px;
    margin: 5px 0 5px 0;
    display: none;
    position: relative;
    z-index: 99;
}

.woof_products_top_panel2 ul{
    margin: 0 !important;
    padding: 0 !important;
}

.woof_products_top_panel2 li{
    float: left;
    margin: 0 5px 5px 0 !important;
    list-style: none !important;
}

.woof_products_top_panel2 li a{    
    text-decoration: none;
}

.woof_products_top_panel2 li a:hover{
    text-decoration: none;
}

.woof_products_top_panel2 li span{
    padding-right: 16px;
}

.woof_products_top_panel2 li span:hover{
    background-size: 14px 14px;
}


.woof_select_radio_check_opener{
    background: url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/down.png) no-repeat 99% 50%;
}

.woof_select_radio_check_opened .woof_select_radio_check_opener{
    background: url(/wp-content/plugins/woocommerce-products-filter/ext/select_radio_check/img/up.png) no-repeat 99% 50%;
}



:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce .woocommerce-error .button,.woocommerce .woocommerce-info .button,.woocommerce .woocommerce-message .button,.woocommerce-page .woocommerce-error .button,.woocommerce-page .woocommerce-info .button,.woocommerce-page .woocommerce-message .button{float:right}.woocommerce .col2-set,.woocommerce-page .col2-set{width:100%}.woocommerce .col2-set::after,.woocommerce .col2-set::before,.woocommerce-page .col2-set::after,.woocommerce-page .col2-set::before{content:" ";display:table}.woocommerce .col2-set::after,.woocommerce-page .col2-set::after{clear:both}.woocommerce .col2-set .col-1,.woocommerce-page .col2-set .col-1{float:left;width:48%}.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-2{float:right;width:48%}.woocommerce img,.woocommerce-page img{height:auto;max-width:100%}.woocommerce #content div.product div.images,.woocommerce div.product div.images,.woocommerce-page #content div.product div.images,.woocommerce-page div.product div.images{float:left;width:48%}.woocommerce #content div.product div.thumbnails::after,.woocommerce #content div.product div.thumbnails::before,.woocommerce div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::before,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::before,.woocommerce-page div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::before{content:" ";display:table}.woocommerce #content div.product div.thumbnails::after,.woocommerce div.product div.thumbnails::after,.woocommerce-page #content div.product div.thumbnails::after,.woocommerce-page div.product div.thumbnails::after{clear:both}.woocommerce #content div.product div.thumbnails a,.woocommerce div.product div.thumbnails a,.woocommerce-page #content div.product div.thumbnails a,.woocommerce-page div.product div.thumbnails a{float:left;width:30.75%;margin-right:3.8%;margin-bottom:1em}.woocommerce #content div.product div.thumbnails a.last,.woocommerce div.product div.thumbnails a.last,.woocommerce-page #content div.product div.thumbnails a.last,.woocommerce-page div.product div.thumbnails a.last{margin-right:0}.woocommerce #content div.product div.thumbnails a.first,.woocommerce div.product div.thumbnails a.first,.woocommerce-page #content div.product div.thumbnails a.first,.woocommerce-page div.product div.thumbnails a.first{clear:both}.woocommerce #content div.product div.thumbnails.columns-1 a,.woocommerce div.product div.thumbnails.columns-1 a,.woocommerce-page #content div.product div.thumbnails.columns-1 a,.woocommerce-page div.product div.thumbnails.columns-1 a{width:100%;margin-right:0;float:none}.woocommerce #content div.product div.thumbnails.columns-2 a,.woocommerce div.product div.thumbnails.columns-2 a,.woocommerce-page #content div.product div.thumbnails.columns-2 a,.woocommerce-page div.product div.thumbnails.columns-2 a{width:48%}.woocommerce #content div.product div.thumbnails.columns-4 a,.woocommerce div.product div.thumbnails.columns-4 a,.woocommerce-page #content div.product div.thumbnails.columns-4 a,.woocommerce-page div.product div.thumbnails.columns-4 a{width:22.05%}.woocommerce #content div.product div.thumbnails.columns-5 a,.woocommerce div.product div.thumbnails.columns-5 a,.woocommerce-page #content div.product div.thumbnails.columns-5 a,.woocommerce-page div.product div.thumbnails.columns-5 a{width:16.9%}.woocommerce #content div.product div.summary,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.summary{float:right;width:48%;clear:none}.woocommerce #content div.product .woocommerce-tabs,.woocommerce div.product .woocommerce-tabs,.woocommerce-page #content div.product .woocommerce-tabs,.woocommerce-page div.product .woocommerce-tabs{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::before,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::before{content:" ";display:table}.woocommerce #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after,.woocommerce-page div.product .woocommerce-tabs ul.tabs::after{clear:both}.woocommerce #content div.product .woocommerce-tabs ul.tabs li,.woocommerce div.product .woocommerce-tabs ul.tabs li,.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,.woocommerce-page div.product .woocommerce-tabs ul.tabs li{display:inline-block}.woocommerce #content div.product #reviews .comment::after,.woocommerce #content div.product #reviews .comment::before,.woocommerce div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::before,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::before,.woocommerce-page div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::before{content:" ";display:table}.woocommerce #content div.product #reviews .comment::after,.woocommerce div.product #reviews .comment::after,.woocommerce-page #content div.product #reviews .comment::after,.woocommerce-page div.product #reviews .comment::after{clear:both}.woocommerce #content div.product #reviews .comment img,.woocommerce div.product #reviews .comment img,.woocommerce-page #content div.product #reviews .comment img,.woocommerce-page div.product #reviews .comment img{float:right;height:auto}.woocommerce ul.products,.woocommerce-page ul.products{clear:both}.woocommerce ul.products::after,.woocommerce ul.products::before,.woocommerce-page ul.products::after,.woocommerce-page ul.products::before{content:" ";display:table}.woocommerce ul.products::after,.woocommerce-page ul.products::after{clear:both}.woocommerce ul.products li.product,.woocommerce-page ul.products li.product{float:left;margin:0 3.8% 2.992em 0;padding:0;position:relative;width:22.05%;margin-left:0}.woocommerce ul.products li.first,.woocommerce-page ul.products li.first{clear:both}.woocommerce ul.products li.last,.woocommerce-page ul.products li.last{margin-right:0}.woocommerce ul.products.columns-1 li.product,.woocommerce-page ul.products.columns-1 li.product{width:100%;margin-right:0}.woocommerce ul.products.columns-2 li.product,.woocommerce-page ul.products.columns-2 li.product{width:48%}.woocommerce ul.products.columns-3 li.product,.woocommerce-page ul.products.columns-3 li.product{width:30.75%}.woocommerce ul.products.columns-5 li.product,.woocommerce-page ul.products.columns-5 li.product{width:16.95%}.woocommerce ul.products.columns-6 li.product,.woocommerce-page ul.products.columns-6 li.product{width:13.5%}.woocommerce-page.columns-1 ul.products li.product,.woocommerce.columns-1 ul.products li.product{width:100%;margin-right:0}.woocommerce-page.columns-2 ul.products li.product,.woocommerce.columns-2 ul.products li.product{width:48%}.woocommerce-page.columns-3 ul.products li.product,.woocommerce.columns-3 ul.products li.product{width:30.75%}.woocommerce-page.columns-5 ul.products li.product,.woocommerce.columns-5 ul.products li.product{width:16.95%}.woocommerce-page.columns-6 ul.products li.product,.woocommerce.columns-6 ul.products li.product{width:13.5%}.woocommerce .woocommerce-result-count,.woocommerce-page .woocommerce-result-count{float:left}.woocommerce .woocommerce-ordering,.woocommerce-page .woocommerce-ordering{float:right}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce .woocommerce-pagination ul.page-numbers::before,.woocommerce-page .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::before{content:" ";display:table}.woocommerce .woocommerce-pagination ul.page-numbers::after,.woocommerce-page .woocommerce-pagination ul.page-numbers::after{clear:both}.woocommerce .woocommerce-pagination ul.page-numbers li,.woocommerce-page .woocommerce-pagination ul.page-numbers li{display:inline-block}.woocommerce #content table.cart img,.woocommerce table.cart img,.woocommerce-page #content table.cart img,.woocommerce-page table.cart img{height:auto}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:right}.woocommerce #content table.cart td.actions .input-text,.woocommerce table.cart td.actions .input-text,.woocommerce-page #content table.cart td.actions .input-text,.woocommerce-page table.cart td.actions .input-text{width:80px}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:left}.woocommerce .cart-collaterals,.woocommerce-page .cart-collaterals{width:100%}.woocommerce .cart-collaterals::after,.woocommerce .cart-collaterals::before,.woocommerce-page .cart-collaterals::after,.woocommerce-page .cart-collaterals::before{content:" ";display:table}.woocommerce .cart-collaterals::after,.woocommerce-page .cart-collaterals::after{clear:both}.woocommerce .cart-collaterals .related,.woocommerce-page .cart-collaterals .related{width:30.75%;float:left}.woocommerce .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .cross-sells{width:48%;float:left}.woocommerce .cart-collaterals .cross-sells ul.products,.woocommerce-page .cart-collaterals .cross-sells ul.products{float:none}.woocommerce .cart-collaterals .cross-sells ul.products li,.woocommerce-page .cart-collaterals .cross-sells ul.products li{width:48%}.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .shipping_calculator{width:48%;clear:right;float:right}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce .cart-collaterals .shipping_calculator::before,.woocommerce-page .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::before{content:" ";display:table}.woocommerce .cart-collaterals .shipping_calculator::after,.woocommerce-page .cart-collaterals .shipping_calculator::after{clear:both}.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce .cart-collaterals .shipping_calculator .col2-set .col-2,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-1,.woocommerce-page .cart-collaterals .shipping_calculator .col2-set .col-2{width:47%}.woocommerce .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cart_totals{float:right;width:48%}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.cart_list li::before,.woocommerce-page ul.product_list_widget li::after,.woocommerce-page ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after,.woocommerce-page ul.cart_list li::after,.woocommerce-page ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img,.woocommerce-page ul.cart_list li img,.woocommerce-page ul.product_list_widget li img{float:right;height:auto}.woocommerce form .form-row::after,.woocommerce form .form-row::before,.woocommerce-page form .form-row::after,.woocommerce-page form .form-row::before{content:" ";display:table}.woocommerce form .form-row::after,.woocommerce-page form .form-row::after{clear:both}.woocommerce form .form-row label,.woocommerce-page form .form-row label{display:block}.woocommerce form .form-row label.checkbox,.woocommerce-page form .form-row label.checkbox{display:inline}.woocommerce form .form-row select,.woocommerce-page form .form-row select{width:100%}.woocommerce form .form-row .input-text,.woocommerce-page form .form-row .input-text{box-sizing:border-box;width:100%}.woocommerce form .form-row-first,.woocommerce form .form-row-last,.woocommerce-page form .form-row-first,.woocommerce-page form .form-row-last{width:47%;overflow:visible}.woocommerce form .form-row-first,.woocommerce-page form .form-row-first{float:left}.woocommerce form .form-row-last,.woocommerce-page form .form-row-last{float:right}.woocommerce form .form-row-wide,.woocommerce-page form .form-row-wide{clear:both}.woocommerce form .password-input,.woocommerce-page form .password-input{display:flex;flex-direction:column;justify-content:center;position:relative}.woocommerce form .password-input input[type=password],.woocommerce-page form .password-input input[type=password]{padding-right:2.5rem}.woocommerce form .password-input input::-ms-reveal,.woocommerce-page form .password-input input::-ms-reveal{display:none}.woocommerce form .show-password-input,.woocommerce-page form .show-password-input{position:absolute;right:.7em;top:.7em;cursor:pointer}.woocommerce form .show-password-input::after,.woocommerce-page form .show-password-input::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e010";text-decoration:none}.woocommerce form .show-password-input.display-password::after,.woocommerce-page form .show-password-input.display-password::after{color:#585858}.woocommerce #payment .form-row select,.woocommerce-page #payment .form-row select{width:auto}.woocommerce #payment .terms,.woocommerce #payment .wc-terms-and-conditions,.woocommerce-page #payment .terms,.woocommerce-page #payment .wc-terms-and-conditions{text-align:left;padding:0 1em 0 0;float:left}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:right}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-billing-fields::before,.woocommerce .woocommerce-shipping-fields::after,.woocommerce .woocommerce-shipping-fields::before,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-billing-fields::before,.woocommerce-page .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-shipping-fields::before{content:" ";display:table}.woocommerce .woocommerce-billing-fields::after,.woocommerce .woocommerce-shipping-fields::after,.woocommerce-page .woocommerce-billing-fields::after,.woocommerce-page .woocommerce-shipping-fields::after{clear:both}.woocommerce .woocommerce-terms-and-conditions,.woocommerce-page .woocommerce-terms-and-conditions{margin-bottom:1.618em;padding:1.618em}.woocommerce .woocommerce-oembed,.woocommerce-page .woocommerce-oembed{position:relative}.woocommerce-account .woocommerce-MyAccount-navigation{float:left;width:30%}.woocommerce-account .woocommerce-MyAccount-content{float:right;width:68%}.woocommerce-account .woocommerce-MyAccount-content mark{background-color:transparent;color:inherit;font-weight:700}.woocommerce-page.left-sidebar #content.twentyeleven{width:58.4%;margin:0 7.6%;float:right}.woocommerce-page.right-sidebar #content.twentyeleven{margin:0 7.6%;width:58.4%;float:left}.twentyfourteen .tfwc{padding:12px 10px 0;max-width:474px;margin:0 auto}.twentyfourteen .tfwc .product .entry-summary{padding:0!important;margin:0 0 1.618em!important}.twentyfourteen .tfwc div.product.hentry.has-post-thumbnail{margin-top:0}@media screen and (min-width:673px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1040px){.twentyfourteen .tfwc{padding-right:15px;padding-left:15px}}@media screen and (min-width:1110px){.twentyfourteen .tfwc{padding-right:30px;padding-left:30px}}@media screen and (min-width:1218px){.twentyfourteen .tfwc{margin-right:54px}.full-width .twentyfourteen .tfwc{margin-right:auto}}.twentyfifteen .t15wc{padding-left:7.6923%;padding-right:7.6923%;padding-top:7.6923%;margin-bottom:7.6923%;background:#fff;box-shadow:0 0 1px rgba(0,0,0,.15)}.twentyfifteen .t15wc .page-title{margin-left:0}@media screen and (min-width:38.75em){.twentyfifteen .t15wc{margin-right:7.6923%;margin-left:7.6923%;margin-top:8.3333%}}@media screen and (min-width:59.6875em){.twentyfifteen .t15wc{margin-left:8.3333%;margin-right:8.3333%;padding:10%}.single-product .twentyfifteen .entry-summary{padding:0!important}}.twentysixteen .site-main{margin-right:7.6923%;margin-left:7.6923%}.twentysixteen .entry-summary{margin-right:0;margin-left:0}#content .twentysixteen div.product div.images,#content .twentysixteen div.product div.summary{width:46.42857%}@media screen and (min-width:44.375em){.twentysixteen .site-main{margin-right:23.0769%}}@media screen and (min-width:56.875em){.twentysixteen .site-main{margin-right:0;margin-left:0}.no-sidebar .twentysixteen .site-main{margin-right:15%;margin-left:15%}.no-sidebar .twentysixteen .entry-summary{margin-right:0;margin-left:0}}.rtl .woocommerce .col2-set .col-1,.rtl .woocommerce-page .col2-set .col-1{float:right}.rtl .woocommerce .col2-set .col-2,.rtl .woocommerce-page .col2-set .col-2{float:left}@media only screen and (max-width: 768px){:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}.woocommerce table.shop_table_responsive thead,.woocommerce-page table.shop_table_responsive thead{display:none}.woocommerce table.shop_table_responsive tbody tr:first-child td:first-child,.woocommerce-page table.shop_table_responsive tbody tr:first-child td:first-child{border-top:0}.woocommerce table.shop_table_responsive tbody th,.woocommerce-page table.shop_table_responsive tbody th{display:none}.woocommerce table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block}.woocommerce table.shop_table_responsive tr td,.woocommerce-page table.shop_table_responsive tr td{display:block;text-align:right!important}.woocommerce table.shop_table_responsive tr td.order-actions,.woocommerce-page table.shop_table_responsive tr td.order-actions{text-align:left!important}.woocommerce table.shop_table_responsive tr td::before,.woocommerce-page table.shop_table_responsive tr td::before{content:attr(data-title) ": ";font-weight:700;float:left}.woocommerce table.shop_table_responsive tr td.actions::before,.woocommerce table.shop_table_responsive tr td.product-remove::before,.woocommerce-page table.shop_table_responsive tr td.actions::before,.woocommerce-page table.shop_table_responsive tr td.product-remove::before{display:none}.woocommerce table.shop_table_responsive tr:nth-child(2n) td,.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{background-color:rgba(0,0,0,.025)}.woocommerce table.my_account_orders tr td.order-actions,.woocommerce-page table.my_account_orders tr td.order-actions{text-align:left}.woocommerce table.my_account_orders tr td.order-actions::before,.woocommerce-page table.my_account_orders tr td.order-actions::before{display:none}.woocommerce table.my_account_orders tr td.order-actions .button,.woocommerce-page table.my_account_orders tr td.order-actions .button{float:none;margin:.125em .25em .125em 0}.woocommerce .col2-set .col-1,.woocommerce .col2-set .col-2,.woocommerce-page .col2-set .col-1,.woocommerce-page .col2-set .col-2{float:none;width:100%}.woocommerce ul.products[class*=columns-] li.product,.woocommerce-page ul.products[class*=columns-] li.product{width:48%;float:left;clear:both;margin:0 0 2.992em}.woocommerce ul.products[class*=columns-] li.product:nth-child(2n),.woocommerce-page ul.products[class*=columns-] li.product:nth-child(2n){float:right;clear:none!important}.woocommerce #content div.product div.images,.woocommerce #content div.product div.summary,.woocommerce div.product div.images,.woocommerce div.product div.summary,.woocommerce-page #content div.product div.images,.woocommerce-page #content div.product div.summary,.woocommerce-page div.product div.images,.woocommerce-page div.product div.summary{float:none;width:100%}.woocommerce #content table.cart .product-thumbnail,.woocommerce table.cart .product-thumbnail,.woocommerce-page #content table.cart .product-thumbnail,.woocommerce-page table.cart .product-thumbnail{display:none}.woocommerce #content table.cart td.actions,.woocommerce table.cart td.actions,.woocommerce-page #content table.cart td.actions,.woocommerce-page table.cart td.actions{text-align:left}.woocommerce #content table.cart td.actions .coupon,.woocommerce table.cart td.actions .coupon,.woocommerce-page #content table.cart td.actions .coupon,.woocommerce-page table.cart td.actions .coupon{float:none;padding-bottom:.5em}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce #content table.cart td.actions .coupon::before,.woocommerce table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::before,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::before,.woocommerce-page table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::before{content:" ";display:table}.woocommerce #content table.cart td.actions .coupon::after,.woocommerce table.cart td.actions .coupon::after,.woocommerce-page #content table.cart td.actions .coupon::after,.woocommerce-page table.cart td.actions .coupon::after{clear:both}.woocommerce #content table.cart td.actions .coupon .button,.woocommerce #content table.cart td.actions .coupon .input-text,.woocommerce #content table.cart td.actions .coupon input,.woocommerce table.cart td.actions .coupon .button,.woocommerce table.cart td.actions .coupon .input-text,.woocommerce table.cart td.actions .coupon input,.woocommerce-page #content table.cart td.actions .coupon .button,.woocommerce-page #content table.cart td.actions .coupon .input-text,.woocommerce-page #content table.cart td.actions .coupon input,.woocommerce-page table.cart td.actions .coupon .button,.woocommerce-page table.cart td.actions .coupon .input-text,.woocommerce-page table.cart td.actions .coupon input{width:48%;box-sizing:border-box}.woocommerce #content table.cart td.actions .coupon .button.alt,.woocommerce #content table.cart td.actions .coupon .input-text+.button,.woocommerce table.cart td.actions .coupon .button.alt,.woocommerce table.cart td.actions .coupon .input-text+.button,.woocommerce-page #content table.cart td.actions .coupon .button.alt,.woocommerce-page #content table.cart td.actions .coupon .input-text+.button,.woocommerce-page table.cart td.actions .coupon .button.alt,.woocommerce-page table.cart td.actions .coupon .input-text+.button{float:right}.woocommerce #content table.cart td.actions .button,.woocommerce table.cart td.actions .button,.woocommerce-page #content table.cart td.actions .button,.woocommerce-page table.cart td.actions .button{display:block;width:100%}.woocommerce .cart-collaterals .cart_totals,.woocommerce .cart-collaterals .cross-sells,.woocommerce .cart-collaterals .shipping_calculator,.woocommerce-page .cart-collaterals .cart_totals,.woocommerce-page .cart-collaterals .cross-sells,.woocommerce-page .cart-collaterals .shipping_calculator{width:100%;float:none;text-align:left}.woocommerce-page.woocommerce-checkout form.login .form-row,.woocommerce.woocommerce-checkout form.login .form-row{width:100%;float:none}.woocommerce #payment .terms,.woocommerce-page #payment .terms{text-align:left;padding:0}.woocommerce #payment #place_order,.woocommerce-page #payment #place_order{float:none;width:100%;box-sizing:border-box;margin-bottom:1em}.woocommerce .lost_reset_password .form-row-first,.woocommerce .lost_reset_password .form-row-last,.woocommerce-page .lost_reset_password .form-row-first,.woocommerce-page .lost_reset_password .form-row-last{width:100%;float:none;margin-right:0}.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{float:none;width:100%}.single-product .twentythirteen .panel{padding-left:20px!important;padding-right:20px!important}
}:root{--woocommerce:#7F54B3;--wc-green:#7ad03a;--wc-red:#a00;--wc-orange:#ffba00;--wc-blue:#2ea2cc;--wc-primary:#7F54B3;--wc-primary-text:white;--wc-secondary:#e9e6ed;--wc-secondary-text:#515151;--wc-highlight:#b3af54;--wc-highligh-text:white;--wc-content-bg:#fff;--wc-subtext:#767676}@keyframes spin{100%{transform:rotate(360deg)}}@font-face{font-display:swap;font-family:star;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-display:swap;font-family:WooCommerce;src:url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff2) format("woff2"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"),url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype");font-weight:400;font-style:normal}.woocommerce-store-notice,p.demo_store{position:absolute;top:0;left:0;right:0;margin:0;width:100%;font-size:1em;padding:1em 0;text-align:center;background-color:#7f54b3;color:#fff;z-index:99998;box-shadow:0 1px 1em rgba(0,0,0,.2);display:none}.woocommerce-store-notice a,p.demo_store a{color:#fff;text-decoration:underline}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.admin-bar p.demo_store{top:32px}.clear{clear:both}.woocommerce .blockUI.blockOverlay{position:relative}.woocommerce .blockUI.blockOverlay::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce .loader::before{height:1em;width:1em;display:block;position:absolute;top:50%;left:50%;margin-left:-.5em;margin-top:-.5em;content:"";animation:spin 1s ease-in-out infinite;background:url(/wp-content/plugins/woocommerce/assets/images/icons/loader.svg) center center;background-size:cover;line-height:1;text-align:center;font-size:2em;color:rgba(0,0,0,.75)}.woocommerce a.remove{display:block;font-size:1.5em;height:1em;width:1em;text-align:center;line-height:1;border-radius:100%;color:red!important;text-decoration:none;font-weight:700;border:0}.woocommerce a.remove:hover{color:#fff!important;background:red}.woocommerce small.note{display:block;color:#767676;font-size:.857em;margin-top:10px}.woocommerce .woocommerce-breadcrumb{margin:0 0 1em;padding:0}.woocommerce .woocommerce-breadcrumb::after,.woocommerce .woocommerce-breadcrumb::before{content:" ";display:table}.woocommerce .woocommerce-breadcrumb::after{clear:both}.woocommerce .quantity .qty{width:3.631em;text-align:center}.woocommerce div.product{margin-bottom:0;position:relative}.woocommerce div.product .product_title{clear:none;margin-top:0;padding:0}.woocommerce div.product p.price ins,.woocommerce div.product span.price ins{background:inherit;font-weight:700;display:inline-block}.woocommerce div.product p.price del,.woocommerce div.product span.price del{opacity:.5;display:inline-block}.woocommerce div.product p.stock{font-size:.92em}.woocommerce div.product .woocommerce-product-rating{margin-bottom:1.618em}.woocommerce div.product div.images{margin-bottom:2em}.woocommerce div.product div.images img{display:block;width:100%;height:auto;box-shadow:none}.woocommerce div.product div.images div.thumbnails{padding-top:1em}.woocommerce div.product div.images.woocommerce-product-gallery{position:relative}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{transition:all cubic-bezier(.795,-.035,0,1) .5s;margin:0;padding:0}.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .zoomImg{background-color:#fff;opacity:0}.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{border:1px solid #f2f2f2}.woocommerce div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){width:25%;display:inline-block}.woocommerce div.product div.images .woocommerce-product-gallery__trigger{position:absolute;top:.5em;right:.5em;font-size:2em;z-index:9;width:36px;height:36px;background:#fff;text-indent:-9999px;border-radius:100%;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before{content:"";display:block;width:10px;height:10px;border:2px solid #000;border-radius:100%;position:absolute;top:9px;left:9px;box-sizing:content-box}.woocommerce div.product div.images .woocommerce-product-gallery__trigger::after{content:"";display:block;width:2px;height:8px;background:#000;border-radius:6px;position:absolute;top:19px;left:22px;transform:rotate(-45deg);box-sizing:content-box}.woocommerce div.product div.images .flex-control-thumbs{overflow:hidden;zoom:1;margin:0;padding:0}.woocommerce div.product div.images .flex-control-thumbs li{width:25%;float:left;margin:0;list-style:none}.woocommerce div.product div.images .flex-control-thumbs li img{cursor:pointer;opacity:.5;margin:0}.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,.woocommerce div.product div.images .flex-control-thumbs li img:hover{opacity:1}.woocommerce div.product .woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1){clear:left}.woocommerce div.product .woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1){clear:left}.woocommerce div.product div.summary{margin-bottom:2em}.woocommerce div.product div.social{text-align:right;margin:0 0 1em}.woocommerce div.product div.social span{margin:0 0 0 2px}.woocommerce div.product div.social span span{margin:0}.woocommerce div.product div.social span .stButton .chicklets{padding-left:16px;width:0}.woocommerce div.product div.social iframe{float:left;margin-top:3px}.woocommerce div.product .woocommerce-tabs ul.tabs{list-style:none;padding:0 0 0 1em;margin:0 0 1.618em;overflow:hidden;position:relative}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid #cfc8d8;background-color:#e9e6ed;color:#515151;display:inline-block;position:relative;z-index:0;border-radius:4px 4px 0 0;margin:0 -5px;padding:0 1em}.woocommerce div.product .woocommerce-tabs ul.tabs li a{display:inline-block;padding:.5em 0;font-weight:700;color:#515151;text-decoration:none}.woocommerce div.product .woocommerce-tabs ul.tabs li a:hover{text-decoration:none;color:#6a6a6a}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff;color:#515151;z-index:2;border-bottom-color:#fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active a{color:inherit;text-shadow:inherit}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::before{box-shadow:2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li.active::after{box-shadow:-2px 2px 0 #fff}.woocommerce div.product .woocommerce-tabs ul.tabs li::after,.woocommerce div.product .woocommerce-tabs ul.tabs li::before{border:1px solid #cfc8d8;position:absolute;bottom:-1px;width:5px;height:5px;content:" ";box-sizing:border-box}.woocommerce div.product .woocommerce-tabs ul.tabs li::before{left:-5px;border-bottom-right-radius:4px;border-width:0 1px 1px 0;box-shadow:2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs li::after{right:-5px;border-bottom-left-radius:4px;border-width:0 0 1px 1px;box-shadow:-2px 2px 0 #e9e6ed}.woocommerce div.product .woocommerce-tabs ul.tabs::before{position:absolute;content:" ";width:100%;bottom:0;left:0;border-bottom:1px solid #cfc8d8;z-index:1}.woocommerce div.product .woocommerce-tabs .panel{margin:0 0 2em;padding:0}.woocommerce div.product p.cart{margin-bottom:2em}.woocommerce div.product p.cart::after,.woocommerce div.product p.cart::before{content:" ";display:table}.woocommerce div.product p.cart::after{clear:both}.woocommerce div.product form.cart{margin-bottom:2em}.woocommerce div.product form.cart::after,.woocommerce div.product form.cart::before{content:" ";display:table}.woocommerce div.product form.cart::after{clear:both}.woocommerce div.product form.cart div.quantity{float:left;margin:0 4px 0 0}.woocommerce div.product form.cart table{border-width:0 0 1px}.woocommerce div.product form.cart table td{padding-left:0}.woocommerce div.product form.cart table div.quantity{float:none;margin:0}.woocommerce div.product form.cart table small.stock{display:block;float:none}.woocommerce div.product form.cart .variations{margin-bottom:1em;border:0;width:100%}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{border:0;line-height:2em;vertical-align:top}.woocommerce div.product form.cart .variations label{font-weight:700;text-align:left}.woocommerce div.product form.cart .variations select{max-width:100%;min-width:75%;display:inline-block;margin-right:1em}.woocommerce div.product form.cart .variations td.label{padding-right:1em}.woocommerce div.product form.cart .woocommerce-variation-description p{margin-bottom:1em}.woocommerce div.product form.cart .reset_variations{visibility:hidden;font-size:.83em}.woocommerce div.product form.cart .wc-no-matching-variations{display:none}.woocommerce div.product form.cart .button{vertical-align:middle;float:left}.woocommerce div.product form.cart .group_table td.woocommerce-grouped-product-list-item__label{padding-right:1em;padding-left:1em}.woocommerce div.product form.cart .group_table td{vertical-align:top;padding-bottom:.5em;border:0}.woocommerce div.product form.cart .group_table td:first-child{width:4em;text-align:center}.woocommerce div.product form.cart .group_table .wc-grouped-product-add-to-cart-checkbox{display:inline-block;width:auto;margin:0 auto;transform:scale(1.5,1.5)}.woocommerce span.onsale{min-height:3.236em;min-width:3.236em;padding:.202em;font-size:1em;font-weight:700;position:absolute;text-align:center;line-height:3.236;top:-.5em;left:-.5em;margin:0;border-radius:100%;background-color:#b3af54;color:#fff;font-size:.857em;z-index:9}.woocommerce .products ul,.woocommerce ul.products{margin:0 0 1em;padding:0;list-style:none outside;clear:both}.woocommerce .products ul::after,.woocommerce .products ul::before,.woocommerce ul.products::after,.woocommerce ul.products::before{content:" ";display:table}.woocommerce .products ul::after,.woocommerce ul.products::after{clear:both}.woocommerce .products ul li,.woocommerce ul.products li{list-style:none outside}.woocommerce ul.products li.product .onsale{top:0;right:0;left:auto;margin:-.5em -.5em 0 0}.woocommerce ul.products li.product .woocommerce-loop-category__title,.woocommerce ul.products li.product .woocommerce-loop-product__title,.woocommerce ul.products li.product h3{padding:.5em 0;margin:0;font-size:1em}.woocommerce ul.products li.product a{text-decoration:none}.woocommerce ul.products li.product a img{width:100%;height:auto;display:block;margin:0 0 1em;box-shadow:none}.woocommerce ul.products li.product strong{display:block}.woocommerce ul.products li.product .woocommerce-placeholder{border:1px solid #f2f2f2}.woocommerce ul.products li.product .star-rating{font-size:.857em}.woocommerce ul.products li.product .button{display:inline-block;margin-top:1em}.woocommerce ul.products li.product .price{display:block;font-weight:400;margin-bottom:.5em;font-size:.857em}.woocommerce ul.products li.product .price del{color:inherit;opacity:.5;display:inline-block}.woocommerce ul.products li.product .price ins{background:0 0;font-weight:700;display:inline-block}.woocommerce ul.products li.product .price .from{font-size:.67em;margin:-2px 0 0 0;text-transform:uppercase;color:rgba(132,132,132,.5)}.woocommerce .woocommerce-result-count{margin:0 0 1em}.woocommerce .woocommerce-ordering{margin:0 0 1em}.woocommerce .woocommerce-ordering select{vertical-align:top}.woocommerce nav.woocommerce-pagination{text-align:center}.woocommerce nav.woocommerce-pagination ul{display:inline-block;white-space:nowrap;padding:0;clear:both;border:1px solid #cfc8d8;border-right:0;margin:1px}.woocommerce nav.woocommerce-pagination ul li{border-right:1px solid #cfc8d8;padding:0;margin:0;float:left;display:inline;overflow:hidden}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{margin:0;text-decoration:none;padding:0;line-height:1;font-size:1em;font-weight:400;padding:.5em;min-width:1em;display:block}.woocommerce nav.woocommerce-pagination ul li a:focus,.woocommerce nav.woocommerce-pagination ul li a:hover,.woocommerce nav.woocommerce-pagination ul li span.current{background:#e9e6ed;color:#816e99}.woocommerce .cart .button,.woocommerce .cart input.button{float:none}.woocommerce a.added_to_cart{padding-top:.5em;display:inline-block}.woocommerce #reviews h2 small{float:right;color:#767676;font-size:15px;margin:10px 0 0}.woocommerce #reviews h2 small a{text-decoration:none;color:#767676}.woocommerce #reviews h3{margin:0}.woocommerce #reviews #respond{margin:0;border:0;padding:0}.woocommerce #reviews #comment{height:75px}.woocommerce #reviews #comments .add_review::after,.woocommerce #reviews #comments .add_review::before{content:" ";display:table}.woocommerce #reviews #comments .add_review::after{clear:both}.woocommerce #reviews #comments h2{clear:none}.woocommerce #reviews #comments ol.commentlist{margin:0;width:100%;background:0 0;list-style:none}.woocommerce #reviews #comments ol.commentlist::after,.woocommerce #reviews #comments ol.commentlist::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist::after{clear:both}.woocommerce #reviews #comments ol.commentlist li{padding:0;margin:0 0 20px;border:0;position:relative;background:0;border:0}.woocommerce #reviews #comments ol.commentlist li img.avatar{float:left;position:absolute;top:0;left:0;padding:3px;width:32px;height:auto;background:#e9e6ed;border:1px solid #e1dde7;margin:0;box-shadow:none}.woocommerce #reviews #comments ol.commentlist li .comment-text{margin:0 0 0 50px;border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0}.woocommerce #reviews #comments ol.commentlist li .comment-text::after,.woocommerce #reviews #comments ol.commentlist li .comment-text::before{content:" ";display:table}.woocommerce #reviews #comments ol.commentlist li .comment-text::after{clear:both}.woocommerce #reviews #comments ol.commentlist li .comment-text p{margin:0 0 1em}.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta{font-size:.83em}.woocommerce #reviews #comments ol.commentlist ul.children{list-style:none outside;margin:20px 0 0 50px}.woocommerce #reviews #comments ol.commentlist ul.children .star-rating{display:none}.woocommerce #reviews #comments ol.commentlist #respond{border:1px solid #e1dde7;border-radius:4px;padding:1em 1em 0;margin:20px 0 0 50px}.woocommerce #reviews #comments .commentlist&gt;li::before{content:""}.woocommerce .star-rating{float:right;overflow:hidden;position:relative;height:1em;line-height:1;font-size:1em;width:5.4em;font-family:WooCommerce}.woocommerce .star-rating::before{content:"sssss";color:#cfc8d8;float:left;top:0;left:0;position:absolute}.woocommerce .star-rating span{overflow:hidden;float:left;top:0;left:0;position:absolute;padding-top:1.5em}.woocommerce .star-rating span::before{content:"SSSSS";top:0;position:absolute;left:0}.woocommerce .woocommerce-product-rating{line-height:2;display:block}.woocommerce .woocommerce-product-rating::after,.woocommerce .woocommerce-product-rating::before{content:" ";display:table}.woocommerce .woocommerce-product-rating::after{clear:both}.woocommerce .woocommerce-product-rating .star-rating{margin:.5em 4px 0 0;float:left}.woocommerce .products .star-rating{display:block;margin:0 0 .5em;float:none}.woocommerce .hreview-aggregate .star-rating{margin:10px 0 0}.woocommerce #review_form #respond{position:static;margin:0;width:auto;padding:0;background:transparent none;border:0}.woocommerce #review_form #respond::after,.woocommerce #review_form #respond::before{content:" ";display:table}.woocommerce #review_form #respond::after{clear:both}.woocommerce #review_form #respond p{margin:0 0 10px}.woocommerce #review_form #respond .form-submit input{left:auto}.woocommerce #review_form #respond textarea{box-sizing:border-box;width:100%}.woocommerce p.stars a{position:relative;height:1em;width:1em;text-indent:-999em;display:inline-block;text-decoration:none}.woocommerce p.stars a::before{display:block;position:absolute;top:0;left:0;width:1em;height:1em;line-height:1;font-family:WooCommerce;content:"\e021";text-indent:0}.woocommerce p.stars a:hover~a::before{content:"\e021"}.woocommerce p.stars:hover a::before{content:"\e020"}.woocommerce p.stars.selected a.active::before{content:"\e020"}.woocommerce p.stars.selected a.active~a::before{content:"\e021"}.woocommerce p.stars.selected a:not(.active)::before{content:"\e020"}.woocommerce table.shop_attributes{border:0;border-top:1px dotted rgba(0,0,0,.1);margin-bottom:1.618em;width:100%}.woocommerce table.shop_attributes th{width:150px;font-weight:700;padding:8px;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td{font-style:italic;padding:0;border-top:0;border-bottom:1px dotted rgba(0,0,0,.1);margin:0;line-height:1.5}.woocommerce table.shop_attributes td p{margin:0;padding:8px 0}.woocommerce table.shop_attributes tr:nth-child(even) td,.woocommerce table.shop_attributes tr:nth-child(even) th{background:rgba(0,0,0,.025)}.woocommerce table.shop_table{border:1px solid rgba(0,0,0,.1);margin:0 -1px 24px 0;text-align:left;width:100%;border-collapse:separate;border-radius:5px}.woocommerce table.shop_table th{font-weight:700;padding:9px 12px;line-height:1.5em}.woocommerce table.shop_table td{border-top:1px solid rgba(0,0,0,.1);padding:9px 12px;vertical-align:middle;line-height:1.5em}.woocommerce table.shop_table td small{font-weight:400}.woocommerce table.shop_table td del{font-weight:400}.woocommerce table.shop_table tbody:first-child tr:first-child td,.woocommerce table.shop_table tbody:first-child tr:first-child th{border-top:0}.woocommerce table.shop_table tbody th,.woocommerce table.shop_table tfoot td,.woocommerce table.shop_table tfoot th{font-weight:700;border-top:1px solid rgba(0,0,0,.1)}.woocommerce table.my_account_orders{font-size:.85em}.woocommerce table.my_account_orders td,.woocommerce table.my_account_orders th{padding:4px 8px;vertical-align:middle}.woocommerce table.my_account_orders .button{white-space:nowrap}.woocommerce table.woocommerce-MyAccount-downloads td,.woocommerce table.woocommerce-MyAccount-downloads th{vertical-align:top;text-align:center}.woocommerce table.woocommerce-MyAccount-downloads td:first-child,.woocommerce table.woocommerce-MyAccount-downloads th:first-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td:last-child,.woocommerce table.woocommerce-MyAccount-downloads th:last-child{text-align:left}.woocommerce table.woocommerce-MyAccount-downloads td .woocommerce-MyAccount-downloads-file::before,.woocommerce table.woocommerce-MyAccount-downloads th .woocommerce-MyAccount-downloads-file::before{content:"â†“";display:inline-block}.woocommerce td.product-name .wc-item-meta,.woocommerce td.product-name dl.variation{list-style:none outside}.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,.woocommerce td.product-name .wc-item-meta dt,.woocommerce td.product-name dl.variation .wc-item-meta-label,.woocommerce td.product-name dl.variation dt{float:left;clear:both;margin-right:.25em;display:inline-block;list-style:none outside}.woocommerce td.product-name .wc-item-meta dd,.woocommerce td.product-name dl.variation dd{margin:0}.woocommerce td.product-name .wc-item-meta p,.woocommerce td.product-name .wc-item-meta:last-child,.woocommerce td.product-name dl.variation p,.woocommerce td.product-name dl.variation:last-child{margin-bottom:0}.woocommerce td.product-name p.backorder_notification{font-size:.83em}.woocommerce td.product-quantity{min-width:80px}.woocommerce ul.cart_list,.woocommerce ul.product_list_widget{list-style:none outside;padding:0;margin:0}.woocommerce ul.cart_list li,.woocommerce ul.product_list_widget li{padding:4px 0;margin:0;list-style:none}.woocommerce ul.cart_list li::after,.woocommerce ul.cart_list li::before,.woocommerce ul.product_list_widget li::after,.woocommerce ul.product_list_widget li::before{content:" ";display:table}.woocommerce ul.cart_list li::after,.woocommerce ul.product_list_widget li::after{clear:both}.woocommerce ul.cart_list li a,.woocommerce ul.product_list_widget li a{display:block;font-weight:700}.woocommerce ul.cart_list li img,.woocommerce ul.product_list_widget li img{float:right;margin-left:4px;width:32px;height:auto;box-shadow:none}.woocommerce ul.cart_list li dl,.woocommerce ul.product_list_widget li dl{margin:0;padding-left:1em;border-left:2px solid rgba(0,0,0,.1)}.woocommerce ul.cart_list li dl::after,.woocommerce ul.cart_list li dl::before,.woocommerce ul.product_list_widget li dl::after,.woocommerce ul.product_list_widget li dl::before{content:" ";display:table}.woocommerce ul.cart_list li dl::after,.woocommerce ul.product_list_widget li dl::after{clear:both}.woocommerce ul.cart_list li dl dd,.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dd,.woocommerce ul.product_list_widget li dl dt{display:inline-block;float:left;margin-bottom:1em}.woocommerce ul.cart_list li dl dt,.woocommerce ul.product_list_widget li dl dt{font-weight:700;padding:0 0 .25em;margin:0 4px 0 0;clear:left}.woocommerce ul.cart_list li dl dd,.woocommerce ul.product_list_widget li dl dd{padding:0 0 .25em}.woocommerce ul.cart_list li dl dd p:last-child,.woocommerce ul.product_list_widget li dl dd p:last-child{margin-bottom:0}.woocommerce ul.cart_list li .star-rating,.woocommerce ul.product_list_widget li .star-rating{float:none}.woocommerce .widget_shopping_cart .total,.woocommerce.widget_shopping_cart .total{border-top:3px double #e9e6ed;padding:4px 0 0}.woocommerce .widget_shopping_cart .total strong,.woocommerce.widget_shopping_cart .total strong{min-width:40px;display:inline-block}.woocommerce .widget_shopping_cart .cart_list li,.woocommerce.widget_shopping_cart .cart_list li{padding-left:2em;position:relative;padding-top:0}.woocommerce .widget_shopping_cart .cart_list li a.remove,.woocommerce.widget_shopping_cart .cart_list li a.remove{position:absolute;top:0;left:0}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce .widget_shopping_cart .buttons::before,.woocommerce.widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::before{content:" ";display:table}.woocommerce .widget_shopping_cart .buttons::after,.woocommerce.widget_shopping_cart .buttons::after{clear:both}.woocommerce .widget_shopping_cart .buttons a,.woocommerce.widget_shopping_cart .buttons a{margin-right:5px;margin-bottom:5px}.woocommerce form .form-row{padding:3px;margin:0 0 6px}.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder{-webkit-transition:opacity .5s .5s ease;transition:opacity .5s .5s ease;opacity:0}.woocommerce form .form-row label{line-height:2}.woocommerce form .form-row label.hidden{visibility:hidden}.woocommerce form .form-row label.inline{display:inline}.woocommerce form .form-row .woocommerce-input-wrapper .description{background:#1e85be;color:#fff;border-radius:3px;padding:1em;margin:.5em 0 0;clear:both;display:none;position:relative}.woocommerce form .form-row .woocommerce-input-wrapper .description a{color:#fff;text-decoration:underline;border:0;box-shadow:none}.woocommerce form .form-row .woocommerce-input-wrapper .description::before{left:50%;top:0;margin-top:-4px;transform:translateX(-50%) rotate(180deg);content:"";position:absolute;border-width:4px 6px 0 6px;border-style:solid;border-color:#1e85be transparent transparent transparent;z-index:100;display:block}.woocommerce form .form-row select{cursor:pointer;margin:0}.woocommerce form .form-row .required{color:red;font-weight:700;border:0!important;text-decoration:none;visibility:hidden}.woocommerce form .form-row .optional{visibility:visible}.woocommerce form .form-row .input-checkbox{display:inline;margin:-2px 8px 0 0;text-align:center;vertical-align:middle}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{box-sizing:border-box;width:100%;margin:0;outline:0;line-height:normal}.woocommerce form .form-row textarea{height:4em;line-height:1.5;display:block;box-shadow:none}.woocommerce form .form-row .select2-container{width:100%;line-height:2em}.woocommerce form .form-row.woocommerce-invalid label{color:#a00}.woocommerce form .form-row.woocommerce-invalid .select2-container,.woocommerce form .form-row.woocommerce-invalid input.input-text,.woocommerce form .form-row.woocommerce-invalid select{border-color:#a00}.woocommerce form .form-row.woocommerce-validated .select2-container,.woocommerce form .form-row.woocommerce-validated input.input-text,.woocommerce form .form-row.woocommerce-validated select{border-color:#6dc22e}.woocommerce form .form-row ::-webkit-input-placeholder{line-height:normal}.woocommerce form .form-row :-moz-placeholder{line-height:normal}.woocommerce form .form-row :-ms-input-placeholder{line-height:normal}.woocommerce form.checkout_coupon,.woocommerce form.login,.woocommerce form.register{border:1px solid #cfc8d8;padding:20px;margin:2em 0;text-align:left;border-radius:5px}.woocommerce ul#shipping_method{list-style:none outside;margin:0;padding:0}.woocommerce ul#shipping_method li{margin:0 0 .5em;line-height:1.5em;list-style:none outside}.woocommerce ul#shipping_method li input{margin:3px .4375em 0 0;vertical-align:top}.woocommerce ul#shipping_method li label{display:inline}.woocommerce ul#shipping_method .amount{font-weight:700}.woocommerce p.woocommerce-shipping-contents{margin:0}.woocommerce ul.order_details{margin:0 0 3em;list-style:none}.woocommerce ul.order_details::after,.woocommerce ul.order_details::before{content:" ";display:table}.woocommerce ul.order_details::after{clear:both}.woocommerce ul.order_details li{float:left;margin-right:2em;text-transform:uppercase;font-size:.715em;line-height:1;border-right:1px dashed #cfc8d8;padding-right:2em;margin-left:0;padding-left:0;list-style-type:none}.woocommerce ul.order_details li strong{display:block;font-size:1.4em;text-transform:none;line-height:1.5}.woocommerce ul.order_details li:last-of-type{border:none}.woocommerce .wc-bacs-bank-details-account-name{font-weight:700}.woocommerce .woocommerce-customer-details,.woocommerce .woocommerce-order-details,.woocommerce .woocommerce-order-downloads{margin-bottom:2em}.woocommerce .woocommerce-customer-details :last-child,.woocommerce .woocommerce-order-details :last-child,.woocommerce .woocommerce-order-downloads :last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .additional-fields,.woocommerce .woocommerce-customer-details .addresses{margin-bottom:2em}.woocommerce .woocommerce-customer-details .additional-fields:last-child,.woocommerce .woocommerce-customer-details .addresses:last-child{margin-bottom:0}.woocommerce .addresses .wc-block-components-additional-fields-list{margin:0;padding:0}.woocommerce .addresses .wc-block-components-additional-fields-list dt{margin:0;padding:0;font-style:normal;font-weight:700;display:inline}.woocommerce .addresses .wc-block-components-additional-fields-list dt::after{content:": "}.woocommerce .addresses .wc-block-components-additional-fields-list dt::before{content:"";display:block}.woocommerce .addresses .wc-block-components-additional-fields-list dd{margin:0;padding:0;font-style:normal;display:inline}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list{border:1px solid rgba(0,0,0,.1);padding:0;display:grid;grid-template-columns:1fr max-content}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt{border-bottom:1px solid rgba(0,0,0,.1);font-style:normal;font-weight:700;padding:1rem;box-sizing:border-box;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt::after{display:none}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dt:last-of-type{border-bottom:0}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd{border-bottom:1px solid rgba(0,0,0,.1);padding:1rem;box-sizing:border-box;text-align:right;margin:0!important}.woocommerce .wc-block-order-confirmation-additional-fields-wrapper .wc-block-components-additional-fields-list dd:last-of-type{border-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-column__title{margin-top:0}.woocommerce .woocommerce-customer-details address{font-style:normal;margin-bottom:0;border:1px solid rgba(0,0,0,.1);border-bottom-width:2px;border-right-width:2px;text-align:left;width:100%;border-radius:5px;padding:6px 12px;box-sizing:border-box}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone{padding-left:1.5em}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email:last-child,.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone:last-child{margin-bottom:0}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e037";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e02d";text-decoration:none;margin-left:-1.5em;line-height:1.75;position:absolute}.woocommerce .woocommerce-widget-layered-nav-list{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item{padding:0 0 1px;list-style:none}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::before{content:" ";display:table}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item::after{clear:both}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a,.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item span{padding:1px 0}.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item--chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-widget-layered-nav-dropdown__submit{margin-top:1em}.woocommerce .widget_layered_nav_filters ul{margin:0;padding:0;border:0;list-style:none outside;overflow:hidden;zoom:1}.woocommerce .widget_layered_nav_filters ul li{float:left;padding:0 1em 1px 1px;list-style:none}.woocommerce .widget_layered_nav_filters ul li a{text-decoration:none}.woocommerce .widget_layered_nav_filters ul li a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00;vertical-align:inherit;margin-right:.5em}.woocommerce .widget_price_filter .price_slider{margin-bottom:1em}.woocommerce .widget_price_filter .price_slider_amount{text-align:right;line-height:2.4;font-size:.8751em}.woocommerce .widget_price_filter .price_slider_amount .button{font-size:1.15em;float:left}.woocommerce .widget_price_filter .ui-slider{position:relative;text-align:left;margin-left:.5em;margin-right:.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-handle{position:absolute;z-index:2;width:1em;height:1em;background-color:#7f54b3;border-radius:1em;cursor:ew-resize;outline:0;top:-.3em;margin-left:-.5em}.woocommerce .widget_price_filter .ui-slider .ui-slider-range{position:absolute;z-index:1;font-size:.7em;display:block;border:0;border-radius:1em;background-color:#7f54b3}.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content{border-radius:1em;background-color:#35224c;border:0}.woocommerce .widget_price_filter .ui-slider-horizontal{height:.5em}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range{top:0;height:100%}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-min{left:-1px}.woocommerce .widget_price_filter .ui-slider-horizontal .ui-slider-range-max{right:-1px}.woocommerce .widget_rating_filter ul{margin:0;padding:0;border:0;list-style:none outside}.woocommerce .widget_rating_filter ul li{padding:0 0 1px;list-style:none}.woocommerce .widget_rating_filter ul li::after,.woocommerce .widget_rating_filter ul li::before{content:" ";display:table}.woocommerce .widget_rating_filter ul li::after{clear:both}.woocommerce .widget_rating_filter ul li a{padding:1px 0;text-decoration:none}.woocommerce .widget_rating_filter ul li .star-rating{float:none;display:inline-block}.woocommerce .widget_rating_filter ul li.chosen a::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e013";text-decoration:none;color:#a00}.woocommerce .woocommerce-form-login .woocommerce-form-login__submit{float:left;margin-right:1em}.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme{display:inline-block}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button{font-size:100%;margin:0;line-height:1;cursor:pointer;position:relative;text-decoration:none;overflow:visible;padding:.618em 1em;font-weight:700;border-radius:3px;left:auto;color:#515151;background-color:#e9e6ed;border:0;display:inline-block;background-image:none;box-shadow:none;text-shadow:none}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading{opacity:.25;padding-right:2.618em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.loading::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.loading::after{font-family:WooCommerce;content:"\e01c";vertical-align:top;font-weight:400;position:absolute;top:.618em;right:1em;animation:spin 2s linear infinite}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.added::after,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.added::after,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.added::after{font-family:WooCommerce;content:"\e017";margin-left:.53em;vertical-align:bottom}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:hover{background-color:#dcd7e3;text-decoration:none;background-image:none;color:#515151}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt{background-color:#7f54b3;color:#fff;-webkit-font-smoothing:antialiased}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:hover{background-color:#7249a4;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.alt:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.alt:disabled[disabled]:hover{background-color:#7f54b3;color:#fff}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]{color:inherit;cursor:not-allowed;opacity:.5;padding:.618em 1em}.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover{color:inherit;background-color:#e9e6ed}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb{font-size:.92em;color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) .woocommerce-breadcrumb a{color:#767676}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#b3af54;font-size:1.25em}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .stock{color:#b3af54}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock{color:red}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) ul.products li.product .price{color:#b3af54}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) #reviews #comments ol.commentlist li .meta{color:#767676;font-size:.75em}.woocommerce-no-js form.woocommerce-form-coupon,.woocommerce-no-js form.woocommerce-form-login{display:block!important}.woocommerce-no-js .showcoupon,.woocommerce-no-js .woocommerce-form-coupon-toggle,.woocommerce-no-js .woocommerce-form-login-toggle{display:none!important}.woocommerce-error,.woocommerce-info,.woocommerce-message{padding:1em 2em 1em 3.5em;margin:0 0 2em;position:relative;background-color:#f6f5f8;color:#515151;border-top:3px solid #7f54b3;list-style:none outside;width:auto;word-wrap:break-word}.woocommerce-error::after,.woocommerce-error::before,.woocommerce-info::after,.woocommerce-info::before,.woocommerce-message::after,.woocommerce-message::before{content:" ";display:table}.woocommerce-error::after,.woocommerce-info::after,.woocommerce-message::after{clear:both}.woocommerce-error::before,.woocommerce-info::before,.woocommerce-message::before{font-family:WooCommerce;content:"\e028";display:inline-block;position:absolute;top:1em;left:1.5em}.woocommerce-error .button,.woocommerce-info .button,.woocommerce-message .button{float:right}.woocommerce-error li,.woocommerce-info li,.woocommerce-message li{list-style:none outside!important;padding-left:0!important;margin-left:0!important}.rtl.woocommerce .price_label,.rtl.woocommerce .price_label span{direction:ltr;unicode-bidi:embed}.woocommerce-message{border-top-color:#8fae1b}.woocommerce-message::before{content:"\e015";color:#8fae1b}.woocommerce-info{border-top-color:#1e85be}.woocommerce-info::before{color:#1e85be}.woocommerce-error{border-top-color:#b81c23}.woocommerce-error::before{content:"\e016";color:#b81c23}.woocommerce-account .woocommerce::after,.woocommerce-account .woocommerce::before{content:" ";display:table}.woocommerce-account .woocommerce::after{clear:both}.woocommerce-account .addresses .title::after,.woocommerce-account .addresses .title::before{content:" ";display:table}.woocommerce-account .addresses .title::after{clear:both}.woocommerce-account .addresses .title h3{float:left}.woocommerce-account .addresses .title .edit{float:right}.woocommerce-account ol.commentlist.notes li.note p.meta{font-weight:700;margin-bottom:0}.woocommerce-account ol.commentlist.notes li.note .description p:last-child{margin-bottom:0}.woocommerce-account ul.digital-downloads{margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li{list-style:none;margin-left:0;padding-left:0}.woocommerce-account ul.digital-downloads li::before{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-right:.618em;content:"\e00a";text-decoration:none}.woocommerce-account ul.digital-downloads li .count{float:right}#add_payment_method table.cart .product-thumbnail,.woocommerce-cart table.cart .product-thumbnail,.woocommerce-checkout table.cart .product-thumbnail{min-width:32px}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:32px;box-shadow:none}#add_payment_method table.cart td,#add_payment_method table.cart th,.woocommerce-cart table.cart td,.woocommerce-cart table.cart th,.woocommerce-checkout table.cart td,.woocommerce-checkout table.cart th{vertical-align:middle}#add_payment_method table.cart td.actions .coupon .input-text,.woocommerce-cart table.cart td.actions .coupon .input-text,.woocommerce-checkout table.cart td.actions .coupon .input-text{float:left;box-sizing:border-box;border:1px solid #cfc8d8;padding:6px 6px 5px;margin:0 4px 0 0;outline:0}#add_payment_method table.cart input,.woocommerce-cart table.cart input,.woocommerce-checkout table.cart input{margin:0;vertical-align:middle}#add_payment_method .wc-proceed-to-checkout,.woocommerce-cart .wc-proceed-to-checkout,.woocommerce-checkout .wc-proceed-to-checkout{padding:1em 0}#add_payment_method .wc-proceed-to-checkout::after,#add_payment_method .wc-proceed-to-checkout::before,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::before,.woocommerce-checkout .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::before{content:" ";display:table}#add_payment_method .wc-proceed-to-checkout::after,.woocommerce-cart .wc-proceed-to-checkout::after,.woocommerce-checkout .wc-proceed-to-checkout::after{clear:both}#add_payment_method .wc-proceed-to-checkout a.checkout-button,.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;margin-bottom:1em;font-size:1.25em;padding:1em}#add_payment_method .cart-collaterals .shipping-calculator-button,.woocommerce-cart .cart-collaterals .shipping-calculator-button,.woocommerce-checkout .cart-collaterals .shipping-calculator-button{float:none;margin-top:.5em;display:inline-block}#add_payment_method .cart-collaterals .shipping-calculator-button::after,.woocommerce-cart .cart-collaterals .shipping-calculator-button::after,.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after{font-family:WooCommerce;speak:never;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;margin-left:.618em;content:"\e019";text-decoration:none}#add_payment_method .cart-collaterals .shipping-calculator-form,.woocommerce-cart .cart-collaterals .shipping-calculator-form,.woocommerce-checkout .cart-collaterals .shipping-calculator-form{margin:1em 0 0 0}#add_payment_method .cart-collaterals .cart_totals p small,.woocommerce-cart .cart-collaterals .cart_totals p small,.woocommerce-checkout .cart-collaterals .cart_totals p small{color:#767676;font-size:.83em}#add_payment_method .cart-collaterals .cart_totals table,.woocommerce-cart .cart-collaterals .cart_totals table,.woocommerce-checkout .cart-collaterals .cart_totals table{border-collapse:separate;margin:0 0 6px;padding:0}#add_payment_method .cart-collaterals .cart_totals table tr:first-child td,#add_payment_method .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-cart .cart-collaterals .cart_totals table tr:first-child th,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child td,.woocommerce-checkout .cart-collaterals .cart_totals table tr:first-child th{border-top:0}#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table th{width:35%}#add_payment_method .cart-collaterals .cart_totals table td,#add_payment_method .cart-collaterals .cart_totals table th,.woocommerce-cart .cart-collaterals .cart_totals table td,.woocommerce-cart .cart-collaterals .cart_totals table th,.woocommerce-checkout .cart-collaterals .cart_totals table td,.woocommerce-checkout .cart-collaterals .cart_totals table th{vertical-align:top;border-left:0;border-right:0;line-height:1.5em}#add_payment_method .cart-collaterals .cart_totals table small,.woocommerce-cart .cart-collaterals .cart_totals table small,.woocommerce-checkout .cart-collaterals .cart_totals table small{color:#767676}#add_payment_method .cart-collaterals .cart_totals table select,.woocommerce-cart .cart-collaterals .cart_totals table select,.woocommerce-checkout .cart-collaterals .cart_totals table select{width:100%}#add_payment_method .cart-collaterals .cart_totals .discount td,.woocommerce-cart .cart-collaterals .cart_totals .discount td,.woocommerce-checkout .cart-collaterals .cart_totals .discount td{color:#b3af54}#add_payment_method .cart-collaterals .cart_totals tr td,#add_payment_method .cart-collaterals .cart_totals tr th,.woocommerce-cart .cart-collaterals .cart_totals tr td,.woocommerce-cart .cart-collaterals .cart_totals tr th,.woocommerce-checkout .cart-collaterals .cart_totals tr td,.woocommerce-checkout .cart-collaterals .cart_totals tr th{border-top:1px solid #e9e6ed}#add_payment_method .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-cart .cart-collaterals .cart_totals .woocommerce-shipping-destination,.woocommerce-checkout .cart-collaterals .cart_totals .woocommerce-shipping-destination{margin-bottom:0}#add_payment_method .cart-collaterals .cross-sells ul.products li.product,.woocommerce-cart .cart-collaterals .cross-sells ul.products li.product,.woocommerce-checkout .cart-collaterals .cross-sells ul.products li.product{margin-top:0}#add_payment_method .checkout .col-2 h3#ship-to-different-address,.woocommerce-cart .checkout .col-2 h3#ship-to-different-address,.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address{float:left;clear:none}#add_payment_method .checkout .col-2 .notes,.woocommerce-cart .checkout .col-2 .notes,.woocommerce-checkout .checkout .col-2 .notes{clear:left}#add_payment_method .checkout .col-2 .form-row-first,.woocommerce-cart .checkout .col-2 .form-row-first,.woocommerce-checkout .checkout .col-2 .form-row-first{clear:left}#add_payment_method .checkout .create-account small,.woocommerce-cart .checkout .create-account small,.woocommerce-checkout .checkout .create-account small{font-size:11px;color:#767676;font-weight:400}#add_payment_method .checkout div.shipping-address,.woocommerce-cart .checkout div.shipping-address,.woocommerce-checkout .checkout div.shipping-address{padding:0;clear:left;width:100%}#add_payment_method .checkout .shipping_address,.woocommerce-cart .checkout .shipping_address,.woocommerce-checkout .checkout .shipping_address{clear:both}#add_payment_method #payment,.woocommerce-cart #payment,.woocommerce-checkout #payment{background:#e9e6ed;border-radius:5px}#add_payment_method #payment ul.payment_methods,.woocommerce-cart #payment ul.payment_methods,.woocommerce-checkout #payment ul.payment_methods{text-align:left;padding:1em;border-bottom:1px solid #cfc8d8;margin:0;list-style:none outside}#add_payment_method #payment ul.payment_methods::after,#add_payment_method #payment ul.payment_methods::before,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::before,.woocommerce-checkout #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods::after,.woocommerce-cart #payment ul.payment_methods::after,.woocommerce-checkout #payment ul.payment_methods::after{clear:both}#add_payment_method #payment ul.payment_methods li,.woocommerce-cart #payment ul.payment_methods li,.woocommerce-checkout #payment ul.payment_methods li{line-height:2;text-align:left;margin:0;font-weight:400}#add_payment_method #payment ul.payment_methods li input,.woocommerce-cart #payment ul.payment_methods li input,.woocommerce-checkout #payment ul.payment_methods li input{margin:0 1em 0 0}#add_payment_method #payment ul.payment_methods li img,.woocommerce-cart #payment ul.payment_methods li img,.woocommerce-checkout #payment ul.payment_methods li img{vertical-align:middle;margin:-2px 0 0 .5em;padding:0;position:relative;box-shadow:none}#add_payment_method #payment ul.payment_methods li img+img,.woocommerce-cart #payment ul.payment_methods li img+img,.woocommerce-checkout #payment ul.payment_methods li img+img{margin-left:2px}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::before,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::before{content:" ";display:table}#add_payment_method #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-cart #payment ul.payment_methods li:not(.woocommerce-notice)::after,.woocommerce-checkout #payment ul.payment_methods li:not(.woocommerce-notice)::after{clear:both}#add_payment_method #payment div.form-row,.woocommerce-cart #payment div.form-row,.woocommerce-checkout #payment div.form-row{padding:1em}#add_payment_method #payment div.payment_box,.woocommerce-cart #payment div.payment_box,.woocommerce-checkout #payment div.payment_box{position:relative;box-sizing:border-box;width:100%;padding:1em;margin:1em 0;font-size:.92em;border-radius:2px;line-height:1.5;background-color:#dcd7e3;color:#515151}#add_payment_method #payment div.payment_box input.input-text,#add_payment_method #payment div.payment_box textarea,.woocommerce-cart #payment div.payment_box input.input-text,.woocommerce-cart #payment div.payment_box textarea,.woocommerce-checkout #payment div.payment_box input.input-text,.woocommerce-checkout #payment div.payment_box textarea{border-color:#c2b9ce;border-top-color:#b5aac3}#add_payment_method #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-cart #payment div.payment_box ::-webkit-input-placeholder,.woocommerce-checkout #payment div.payment_box ::-webkit-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-moz-placeholder,.woocommerce-cart #payment div.payment_box :-moz-placeholder,.woocommerce-checkout #payment div.payment_box :-moz-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box :-ms-input-placeholder,.woocommerce-cart #payment div.payment_box :-ms-input-placeholder,.woocommerce-checkout #payment div.payment_box :-ms-input-placeholder{color:#b5aac3}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods{list-style:none outside;margin:0}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token{margin:0 0 .5em}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-new label,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-token label{cursor:pointer}#add_payment_method #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-cart #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput,.woocommerce-checkout #payment div.payment_box .woocommerce-SavedPaymentMethods .woocommerce-SavedPaymentMethods-tokenInput{vertical-align:middle;margin:-3px 1em 0 0;position:relative}#add_payment_method #payment div.payment_box .wc-credit-card-form,.woocommerce-cart #payment div.payment_box .wc-credit-card-form,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form{border:0;padding:0;margin:1em 0 0}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number{font-size:1.5em;padding:8px;background-repeat:no-repeat;background-position:right .618em center;background-size:32px 20px}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.visa,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.visa,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.visa{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/visa.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.mastercard,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.mastercard{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/mastercard.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.laser,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.laser,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.laser{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/laser.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.dinersclub,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.dinersclub{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/diners.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.maestro,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.maestro{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/maestro.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.jcb,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.jcb{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/jcb.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.amex,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.amex,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.amex{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/amex.svg)}#add_payment_method #payment div.payment_box .wc-credit-card-form-card-cvc.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-expiry.discover,#add_payment_method #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-cart #payment div.payment_box .wc-credit-card-form-card-number.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-cvc.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-expiry.discover,.woocommerce-checkout #payment div.payment_box .wc-credit-card-form-card-number.discover{background-image:url(/wp-content/plugins/woocommerce/assets/images/icons/credit-cards/discover.svg)}#add_payment_method #payment div.payment_box span.help,.woocommerce-cart #payment div.payment_box span.help,.woocommerce-checkout #payment div.payment_box span.help{font-size:.857em;color:#767676;font-weight:400}#add_payment_method #payment div.payment_box .form-row,.woocommerce-cart #payment div.payment_box .form-row,.woocommerce-checkout #payment div.payment_box .form-row{margin:0 0 1em}#add_payment_method #payment div.payment_box p:last-child,.woocommerce-cart #payment div.payment_box p:last-child,.woocommerce-checkout #payment div.payment_box p:last-child{margin-bottom:0}#add_payment_method #payment div.payment_box::before,.woocommerce-cart #payment div.payment_box::before,.woocommerce-checkout #payment div.payment_box::before{content:"";display:block;border:1em solid #dcd7e3;border-right-color:transparent;border-left-color:transparent;border-top-color:transparent;position:absolute;top:-.75em;left:0;margin:-1em 0 0 2em}#add_payment_method #payment .payment_method_paypal .about_paypal,.woocommerce-cart #payment .payment_method_paypal .about_paypal,.woocommerce-checkout #payment .payment_method_paypal .about_paypal{float:right;line-height:52px;font-size:.83em}#add_payment_method #payment .payment_method_paypal img,.woocommerce-cart #payment .payment_method_paypal img,.woocommerce-checkout #payment .payment_method_paypal img{max-height:52px;vertical-align:middle}.woocommerce-terms-and-conditions{border:1px solid rgba(0,0,0,.2);box-shadow:inset 0 1px 2px rgba(0,0,0,.1);background:rgba(0,0,0,.05)}.woocommerce-invalid #terms{outline:2px solid red;outline-offset:2px}.woocommerce-password-strength{text-align:center;font-weight:600;padding:3px .5em;font-size:1em}.woocommerce-password-strength.strong{background-color:#c1e1b9;border-color:#83c373}.woocommerce-password-strength.short{background-color:#f1adad;border-color:#e35b5b}.woocommerce-password-strength.bad{background-color:#fbc5a9;border-color:#f78b53}.woocommerce-password-strength.good{background-color:#ffe399;border-color:#ffc733}.woocommerce-password-hint{margin:.5em 0 0;display:block}#content.twentyeleven .woocommerce-pagination a{font-size:1em;line-height:1}.single-product .twentythirteen #reply-title,.single-product .twentythirteen #respond #commentform,.single-product .twentythirteen .entry-summary{padding:0}.single-product .twentythirteen p.stars{clear:both}.twentythirteen .woocommerce-breadcrumb{padding-top:40px}.twentyfourteen ul.products li.product{margin-top:0!important}body:not(.search-results) .twentysixteen .entry-summary{color:inherit;font-size:inherit;line-height:inherit}.twentysixteen .price ins{background:inherit;color:inherit}#coming-soon-footer-banner{width:100%;height:56px;background:#fff;position:fixed;display:flex;font-size:13px;bottom:0;justify-content:center;align-items:center;border-top:1px solid #dcdcdc}#coming-soon-footer-banner a{color:#3858e9;text-decoration:none}#coming-soon-footer-banner a.coming-soon-footer-banner-dismiss{background-image:url('data:image/svg+xml,&lt;svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"&gt;&lt;path fill-rule="evenodd" clip-rule="evenodd" d="M12.4995 13.0602L16.2118 16.7725L17.2725 15.7118L13.5602 11.9995L17.2725 8.28723L16.2119 7.22657L12.4995 10.9389L8.78722 7.22656L7.72656 8.28722L11.4389 11.9995L7.72657 15.7119L8.78723 16.7725L12.4995 13.0602Z" fill="%23757575"/&gt;&lt;/svg&gt;');width:24px;height:24px;cursor:pointer;position:absolute;right:20px}.wpml-ls-legacy-dropdown-click{width:15.5em;max-width:100%}.wpml-ls-legacy-dropdown-click&gt;ul{position:relative;padding:0;margin:0!important;list-style-type:none}.wpml-ls-legacy-dropdown-click .wpml-ls-item{padding:0;margin:0;list-style-type:none}.wpml-ls-legacy-dropdown-click a{display:block;text-decoration:none;color:#444;border:1px solid #cdcdcd;background-color:#fff;padding:5px 10px;line-height:1}.wpml-ls-legacy-dropdown-click a span{vertical-align:middle}.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{position:relative;padding-right:calc(10px + 1.4em)}.rtl .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle{padding-right:10px;padding-left:calc(10px + 1.4em)}.wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{content:"";vertical-align:middle;display:inline-block;border:.35em solid transparent;border-top:.5em solid;position:absolute;right:10px;top:calc(50% - .175em)}.rtl .wpml-ls-legacy-dropdown-click a.wpml-ls-item-toggle:after{right:auto;left:10px}.wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover&gt;a,.wpml-ls-legacy-dropdown-click a:focus,.wpml-ls-legacy-dropdown-click a:hover{color:#000;background:#eee}.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu{visibility:hidden;position:absolute;top:100%;right:0;left:0;border-top:1px solid #cdcdcd;padding:0;margin:0;list-style-type:none;z-index:101}.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a{border-width:0 1px 1px}.wpml-ls-legacy-dropdown-click .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-dropdown-click .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-dropdown-click .wpml-ls-flag+span{margin-left:0;margin-right:.4em}/** Tuesday 2nd May 2023 11:14:50 UTC (core) **/
/** THIS FILE IS AUTOMATICALLY GENERATED - DO NOT MAKE MANUAL EDITS! **/
/** Custom CSS should be added to Mega Menu &gt; Menu Themes &gt; Custom Styling **/

.mega-menu-last-modified-1683026090 { content: 'Tuesday 2nd May 2023 11:14:50 UTC'; }

#mega-menu-wrap-top_nav, #mega-menu-wrap-top_nav #mega-menu-top_nav, #mega-menu-wrap-top_nav #mega-menu-top_nav ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-row, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-column, #mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}
#mega-menu-wrap-top_nav:before, #mega-menu-wrap-top_nav #mega-menu-top_nav:before, #mega-menu-wrap-top_nav #mega-menu-top_nav ul.mega-sub-menu:before, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item:before, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-row:before, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-column:before, #mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link:before, #mega-menu-wrap-top_nav #mega-menu-top_nav span.mega-menu-badge:before, #mega-menu-wrap-top_nav:after, #mega-menu-wrap-top_nav #mega-menu-top_nav:after, #mega-menu-wrap-top_nav #mega-menu-top_nav ul.mega-sub-menu:after, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item:after, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-row:after, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-column:after, #mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link:after, #mega-menu-wrap-top_nav #mega-menu-top_nav span.mega-menu-badge:after {
  display: none;
}
#mega-menu-wrap-top_nav {
  border-radius: 0;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav {
    background: #ccef00;
  }
}
#mega-menu-wrap-top_nav.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation #mega-menu-top_nav a:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation #mega-menu-top_nav span:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation #mega-menu-top_nav input:focus, #mega-menu-wrap-top_nav.mega-keyboard-navigation #mega-menu-top_nav li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px;
}
#mega-menu-wrap-top_nav.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px;
}
#mega-menu-wrap-top_nav.mega-keyboard-navigation &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav.mega-keyboard-navigation &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav {
  visibility: visible;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link {
  cursor: pointer;
  display: inline;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: flex;
  align-items: center;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-tabbed.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: block;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link &gt; span.mega-title-below {
  display: inline-block;
  transition: none;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link {
    display: block;
    line-height: 40px;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-icon-right &gt; a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-animating &gt; ul.mega-sub-menu {
  pointer-events: none;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-disable-link &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu li.mega-disable-link &gt; a.mega-menu-link {
  cursor: inherit;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-disable-link &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; li.mega-menu-item-has-children.mega-disable-link &gt; a.mega-menu-link {
  cursor: pointer;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav p {
  margin-bottom: 10px;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav input, #mega-menu-wrap-top_nav #mega-menu-top_nav img {
  max-width: 100%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item &gt; ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item &gt; ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-hide-sub-menu-on-mobile &gt; ul.mega-sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade"] li.mega-menu-item &gt; ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 10px);
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children &gt; ul.mega-sub-menu {
  display: none;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on &gt; ul.mega-sub-menu {
  display: block;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav.mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav.mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu {
  visibility: visible;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 100%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 50%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 33.33333%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 25%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 20%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 16.66667%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item a[class^='dashicons']:before {
  font-family: dashicons;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-align-bottom-left.mega-toggle-on &gt; a.mega-menu-link {
  border-radius: 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-align-bottom-right &gt; ul.mega-sub-menu {
  right: 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-align-bottom-right.mega-toggle-on &gt; a.mega-menu-link {
  border-radius: 0;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu.mega-menu-item {
    position: static;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-item-align-right {
  float: right;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:has(+ span.mega-indicator:hover), #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:has(+ span.mega-indicator:focus), #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
    background: #ccef00;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-toggle-on &gt; a.mega-menu-link {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-toggle-on &gt; a.mega-menu-link {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-multi-line &gt; a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-multi-line &gt; a.mega-menu-link br {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-item-align-right {
    float: none;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row {
  width: 100%;
  float: left;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-column {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  padding: 15px 15px 15px 15px;
  width: 100%;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-menu-clear {
  clear: left;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Second Level Menu Items */
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Second Level Menu Items (Hover) */
  color: #555;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover &gt; span.mega-title-below, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover &gt; span.mega-title-below, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus &gt; span.mega-title-below, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus &gt; span.mega-title-below {
  text-decoration: none;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Third Level Menu Items */
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: flex;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Third Level Menu Items (Hover) */
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    border-radius: 0;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child &gt; a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child &gt; a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child &gt; a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child &gt; a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ddd;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    padding-left: 30px;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  height: auto;
  line-height: inherit;
  color: inherit;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator:after {
  content: '\f140';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
  float: right;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on &gt; a.mega-menu-link &gt; span.mega-indicator:after {
  content: '\f142';
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
    float: right;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-toggle-on &gt; a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f142';
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile &gt; a.mega-menu-link &gt; span.mega-indicator {
    display: none;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) &gt; a.mega-menu-link &gt; span.mega-indicator, #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-hide-arrow &gt; a.mega-menu-link &gt; span.mega-indicator {
  display: none;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-flyout li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f139';
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator {
    float: left;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f141';
    margin: 0 6px 0 0;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0;
  }
}
#mega-menu-wrap-top_nav #mega-menu-top_nav li[class^='mega-lang-item'] &gt; a.mega-menu-link &gt; img {
  display: inline;
}
#mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link &gt; img.wpml-ls-flag, #mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link &gt; img.iclflag {
  display: inline;
  margin-right: 8px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-hide-on-mobile, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-hide-on-mobile, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-hide-on-desktop, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-hide-on-desktop, #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav:after {
    content: "";
    display: table;
    clear: both;
  }
}
#mega-menu-wrap-top_nav .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #01175a;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}
#mega-menu-wrap-top_nav .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav .mega-menu-toggle {
    display: none;
  }
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin-right: 6px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-top_nav .mega-menu-toggle + #mega-menu-top_nav {
    background: #01175a;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  #mega-menu-wrap-top_nav .mega-menu-toggle.mega-menu-open + #mega-menu-top_nav {
    display: block;
  }
}
#mega-menu-wrap-top_nav .mega-menu-toggle {
  /** Push menu onto new line **/
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 {
  /*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
  cursor: pointer;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.8);
  align-self: center;
  outline: 0;
  background: none;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before {
  top: -10px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  bottom: -10px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
#mega-menu-wrap-top_nav .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}
#mega-menu-wrap-top_nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#mega-menu-wrap-top_nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
#mega-menu-wrap-top_nav .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#mega-menu-wrap-top_nav {
  clear: both;
}
#mega-menu-wrap-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}
#mega-menu-wrap-max_mega_menu_1:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link:before, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge:before, #mega-menu-wrap-max_mega_menu_1:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 ul.mega-sub-menu:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-row:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-column:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link:after, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 span.mega-menu-badge:after {
  display: none;
}
#mega-menu-wrap-max_mega_menu_1 {
  border-radius: 0;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 {
    background: #ccef00;
  }
}
#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 a:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 span:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 input:focus, #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px;
}
#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px;
}
#mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1.mega-keyboard-navigation &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 {
  visibility: visible;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link {
  cursor: pointer;
  display: inline;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: flex;
  align-items: center;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-tabbed.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: block;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link &gt; span.mega-title-below {
  display: inline-block;
  transition: none;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link {
    display: block;
    line-height: 40px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-icon-right &gt; a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-animating &gt; ul.mega-sub-menu {
  pointer-events: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-disable-link &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu li.mega-disable-link &gt; a.mega-menu-link {
  cursor: inherit;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-disable-link &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; li.mega-menu-item-has-children.mega-disable-link &gt; a.mega-menu-link {
  cursor: pointer;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 p {
  margin-bottom: 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 input, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 img {
  max-width: 100%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item &gt; ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item &gt; ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-sub-menu-on-mobile &gt; ul.mega-sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item &gt; ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 10px);
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children &gt; ul.mega-sub-menu {
  display: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on &gt; ul.mega-sub-menu {
  display: block;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1.mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu {
  visibility: visible;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 100%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 50%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 33.33333%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 25%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 20%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 16.66667%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a[class^='dashicons']:before {
  font-family: dashicons;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-left.mega-toggle-on &gt; a.mega-menu-link {
  border-radius: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-right &gt; ul.mega-sub-menu {
  right: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-align-bottom-right.mega-toggle-on &gt; a.mega-menu-link {
  border-radius: 0;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu.mega-menu-item {
    position: static;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-item-align-right {
  float: right;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item &gt; a.mega-menu-link:has(+ span.mega-indicator:hover), #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item &gt; a.mega-menu-link:has(+ span.mega-indicator:focus), #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
    background: #ccef00;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-toggle-on &gt; a.mega-menu-link {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-toggle-on &gt; a.mega-menu-link {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item &gt; a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-multi-line &gt; a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-multi-line &gt; a.mega-menu-link br {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item.mega-item-align-right {
    float: none;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-item &gt; a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row {
  width: 100%;
  float: left;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-column {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  padding: 15px 15px 15px 15px;
  width: 100%;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-menu-clear {
  clear: left;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Second Level Menu Items */
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Second Level Menu Items (Hover) */
  color: #555;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover &gt; span.mega-title-below, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover &gt; span.mega-title-below, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus &gt; span.mega-title-below, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus &gt; span.mega-title-below {
  text-decoration: none;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Third Level Menu Items */
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: flex;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Third Level Menu Items (Hover) */
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    border-radius: 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child &gt; a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child &gt; a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child &gt; a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child &gt; a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ddd;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    padding-left: 30px;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  height: auto;
  line-height: inherit;
  color: inherit;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator:after {
  content: '\f140';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
  float: right;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on &gt; a.mega-menu-link &gt; span.mega-indicator:after {
  content: '\f142';
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
    float: right;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-toggle-on &gt; a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f142';
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile &gt; a.mega-menu-link &gt; span.mega-indicator {
    display: none;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) &gt; a.mega-menu-link &gt; span.mega-indicator, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-item-has-children.mega-hide-arrow &gt; a.mega-menu-link &gt; span.mega-indicator {
  display: none;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f139';
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator {
    float: left;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f141';
    margin: 0 6px 0 0;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0;
  }
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li[class^='mega-lang-item'] &gt; a.mega-menu-link &gt; img {
  display: inline;
}
#mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link &gt; img.wpml-ls-flag, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 a.mega-menu-link &gt; img.iclflag {
  display: inline;
  margin-right: 8px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-on-mobile, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-hide-on-mobile, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 li.mega-hide-on-desktop, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-hide-on-desktop, #mega-menu-wrap-max_mega_menu_1 #mega-menu-max_mega_menu_1 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1:after {
    content: "";
    display: table;
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #01175a;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
    display: none;
  }
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin-right: 6px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle + #mega-menu-max_mega_menu_1 {
    background: #01175a;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_1 {
    display: block;
  }
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle {
  /** Push menu onto new line **/
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 {
  /*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
  cursor: pointer;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.8);
  align-self: center;
  outline: 0;
  background: none;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before {
  top: -10px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  bottom: -10px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
#mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#mega-menu-wrap-max_mega_menu_1 {
  clear: both;
}
#mega-menu-wrap-max_mega_menu_2, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-row, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-column, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge {
  transition: none;
  border-radius: 0;
  box-shadow: none;
  background: none;
  border: 0;
  bottom: auto;
  box-sizing: border-box;
  clip: auto;
  color: #666;
  display: block;
  float: none;
  font-family: inherit;
  font-size: 14px;
  height: auto;
  left: auto;
  line-height: 1.7;
  list-style-type: none;
  margin: 0;
  min-height: auto;
  max-height: none;
  min-width: auto;
  max-width: none;
  opacity: 1;
  outline: none;
  overflow: visible;
  padding: 0;
  position: relative;
  pointer-events: auto;
  right: auto;
  text-align: left;
  text-decoration: none;
  text-indent: 0;
  text-transform: none;
  transform: none;
  top: auto;
  vertical-align: baseline;
  visibility: inherit;
  width: auto;
  word-wrap: break-word;
  white-space: normal;
}
#mega-menu-wrap-max_mega_menu_2:before, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2:before, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 ul.mega-sub-menu:before, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item:before, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-row:before, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-column:before, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link:before, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge:before, #mega-menu-wrap-max_mega_menu_2:after, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2:after, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 ul.mega-sub-menu:after, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item:after, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-row:after, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-column:after, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link:after, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 span.mega-menu-badge:after {
  display: none;
}
#mega-menu-wrap-max_mega_menu_2 {
  border-radius: 0;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 {
    background: #ccef00;
  }
}
#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-menu-toggle:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block a:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block .mega-search input[type=text]:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 a:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 span:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 input:focus, #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation #mega-menu-max_mega_menu_2 li.mega-menu-item a.mega-menu-link:focus {
  outline: 3px solid #109cde;
  outline-offset: -3px;
}
#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation .mega-toggle-block button.mega-toggle-animated:focus {
  outline-offset: 2px;
}
#mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2.mega-keyboard-navigation &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 {
  visibility: visible;
  text-align: left;
  padding: 0px 0px 0px 0px;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link {
  cursor: pointer;
  display: inline;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group {
  vertical-align: middle;
  display: inline-block;
  transition: none;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group .mega-menu-title, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group .mega-menu-description {
  transition: none;
  line-height: 1.5;
  display: block;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link .mega-description-group .mega-menu-description {
  font-style: italic;
  font-size: 0.8em;
  text-transform: none;
  font-weight: normal;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: flex;
  align-items: center;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link:before {
  flex: 0 0 auto;
  align-self: flex-start;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-tabbed.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: block;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link {
  display: table-cell;
  vertical-align: middle;
  line-height: initial;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link:before {
  display: block;
  margin: 0 0 6px 0;
  text-align: center;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link &gt; span.mega-title-below {
  display: inline-block;
  transition: none;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link {
    display: block;
    line-height: 40px;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-icon-top &gt; a.mega-menu-link:before {
    display: inline-block;
    margin: 0 6px 0 0;
    text-align: left;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-icon-right &gt; a.mega-menu-link:before {
  float: right;
  margin: 0 0 0 6px;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-animating &gt; ul.mega-sub-menu {
  pointer-events: none;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-disable-link &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu li.mega-disable-link &gt; a.mega-menu-link {
  cursor: inherit;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-disable-link &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; li.mega-menu-item-has-children.mega-disable-link &gt; a.mega-menu-link {
  cursor: pointer;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 p {
  margin-bottom: 10px;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 input, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 img {
  max-width: 100%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item &gt; ul.mega-sub-menu {
  display: block;
  visibility: hidden;
  opacity: 1;
  pointer-events: auto;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item &gt; ul.mega-sub-menu {
    display: none;
    visibility: visible;
    opacity: 1;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu.mega-menu-item.mega-toggle-on li.mega-hide-sub-menu-on-mobile &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-hide-sub-menu-on-mobile &gt; ul.mega-sub-menu {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item &gt; ul.mega-sub-menu {
    opacity: 0;
    transition: opacity 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    opacity: 0;
    transform: translate(0, 10px);
    transition: opacity 200ms ease-in, transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="fade_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    opacity: 1;
    transform: translate(0, 0);
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-flyout ul.mega-sub-menu {
    transform: translate(0, 10px);
    transition: transform 200ms ease-in, visibility 200ms ease-in;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"].mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"].mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2[data-effect="slide_up"] li.mega-menu-item.mega-menu-megamenu.mega-toggle-on ul.mega-sub-menu {
    transform: translate(0, 0);
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children &gt; ul.mega-sub-menu {
  display: none;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-collapse-children.mega-toggle-on &gt; ul.mega-sub-menu {
  display: block;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-no-js li.mega-menu-item:hover &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2.mega-no-js li.mega-menu-item:focus &gt; ul.mega-sub-menu, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-toggle-on &gt; ul.mega-sub-menu {
  visibility: visible;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu ul.mega-sub-menu {
  visibility: inherit;
  opacity: 1;
  display: block;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-1-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 100%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-2-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 50%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-3-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 33.33333%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-4-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 25%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-5-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 20%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu li.mega-6-columns &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  float: left;
  width: 16.66667%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item a[class^='dashicons']:before {
  font-family: dashicons;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item a.mega-menu-link:before {
  display: inline-block;
  font: inherit;
  font-family: dashicons;
  position: static;
  margin: 0 6px 0 0px;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: inherit;
  background: transparent;
  height: auto;
  width: auto;
  top: auto;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-hide-text a.mega-menu-link:before {
  margin: 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item.mega-hide-text li.mega-menu-item a.mega-menu-link:before {
  margin: 0 6px 0 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-align-bottom-left.mega-toggle-on &gt; a.mega-menu-link {
  border-radius: 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-align-bottom-right &gt; ul.mega-sub-menu {
  right: 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-align-bottom-right.mega-toggle-on &gt; a.mega-menu-link {
  border-radius: 0;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu.mega-menu-item {
    position: static;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item {
  margin: 0 0px 0 0;
  display: inline-block;
  height: auto;
  vertical-align: middle;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-item-align-right {
  float: right;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-item-align-right {
    margin: 0 0 0 0px;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-item-align-float-left {
    float: left;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item &gt; a.mega-menu-link:has(+ span.mega-indicator:hover), #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item &gt; a.mega-menu-link:has(+ span.mega-indicator:focus), #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
    background: #ccef00;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    border-color: #fff;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-toggle-on &gt; a.mega-menu-link {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-toggle-on &gt; a.mega-menu-link {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
  background: #ccef00;
  color: #fff;
  font-weight: normal;
  text-decoration: none;
  border-color: #fff;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-current-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-current-page-ancestor &gt; a.mega-menu-link {
    color: #fff;
    background: #01175a;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item &gt; a.mega-menu-link {
  line-height: 40px;
  height: 40px;
  padding: 0px 10px 0px 10px;
  vertical-align: baseline;
  width: auto;
  display: block;
  color: #fff;
  text-transform: none;
  text-decoration: none;
  text-align: left;
  background: rgba(0, 0, 0, 0);
  border: 0;
  border-radius: 0;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  outline: none;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-multi-line &gt; a.mega-menu-link {
    line-height: inherit;
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-multi-line &gt; a.mega-menu-link br {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item {
    display: list-item;
    margin: 0;
    clear: both;
    border: 0;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item.mega-item-align-right {
    float: none;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-item &gt; a.mega-menu-link {
    border-radius: 0;
    border: 0;
    margin: 0;
    line-height: 40px;
    height: 40px;
    padding: 0 10px;
    background: transparent;
    text-align: left;
    color: #fff;
    font-size: 14px;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row {
  width: 100%;
  float: left;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column {
  float: left;
  min-height: 1px;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row &gt; ul.mega-sub-menu &gt; li.mega-menu-column {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  padding: 15px 15px 15px 15px;
  width: 100%;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
  z-index: 999;
  border-radius: 0;
  background: #f1f1f1;
  border: 0;
  padding: 0px 0px 0px 0px;
  position: absolute;
  width: 100%;
  max-width: none;
  left: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-1 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-2 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-2 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-3 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-3 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-3 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-4 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-4 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-4 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-4 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-5 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-5 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-5 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-5 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-5 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-6 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-6 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-6 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-6 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-6 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-6 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-7 {
    width: 14.28571%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-7 {
    width: 28.57143%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-7 {
    width: 42.85714%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-7 {
    width: 57.14286%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-7 {
    width: 71.42857%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-7 {
    width: 85.71429%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-7 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-8 {
    width: 12.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-8 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-8 {
    width: 37.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-8 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-8 {
    width: 62.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-8 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-8 {
    width: 87.5%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-8 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-9 {
    width: 11.11111%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-9 {
    width: 22.22222%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-9 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-9 {
    width: 44.44444%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-9 {
    width: 55.55556%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-9 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-9 {
    width: 77.77778%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-9 {
    width: 88.88889%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-9 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-10 {
    width: 10%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-10 {
    width: 20%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-10 {
    width: 30%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-10 {
    width: 40%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-10 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-10 {
    width: 60%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-10 {
    width: 70%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-10 {
    width: 80%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-10 {
    width: 90%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-10 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-11 {
    width: 9.09091%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-11 {
    width: 18.18182%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-11 {
    width: 27.27273%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-11 {
    width: 36.36364%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-11 {
    width: 45.45455%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-11 {
    width: 54.54545%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-11 {
    width: 63.63636%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-11 {
    width: 72.72727%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-11 {
    width: 81.81818%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-11 {
    width: 90.90909%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-11-of-11 {
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-1-of-12 {
    width: 8.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-2-of-12 {
    width: 16.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-3-of-12 {
    width: 25%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-4-of-12 {
    width: 33.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-5-of-12 {
    width: 41.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-6-of-12 {
    width: 50%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-7-of-12 {
    width: 58.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-8-of-12 {
    width: 66.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-9-of-12 {
    width: 75%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-10-of-12 {
    width: 83.33333%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-11-of-12 {
    width: 91.66667%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-columns-12-of-12 {
    width: 100%;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu .mega-description-group .mega-menu-description {
  margin: 5px 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item ul.mega-sub-menu {
  clear: both;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  margin-left: 10px;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
  margin-left: 10px;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-menu-clear, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-menu-clear {
  clear: left;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title {
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 5px 0px;
  vertical-align: top;
  display: block;
  visibility: inherit;
  border: 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item h4.mega-block-title:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Second Level Menu Items */
  color: #555;
  font-family: inherit;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: bold;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Second Level Menu Items (Hover) */
  color: #555;
  font-weight: bold;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover &gt; span.mega-title-below, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover &gt; span.mega-title-below, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus &gt; span.mega-title-below, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus &gt; span.mega-title-below {
  text-decoration: none;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Third Level Menu Items */
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  text-align: left;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
  border: 0;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover {
  border-color: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item.mega-icon-left.mega-has-description.mega-has-icon &gt; a.mega-menu-link {
  display: flex;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item li.mega-menu-item &gt; a.mega-menu-link:focus {
  /* Mega Menu &gt; Menu Themes &gt; Mega Menus &gt; Third Level Menu Items (Hover) */
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu {
    border: 0;
    padding: 10px;
    border-radius: 0;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
    width: 100%;
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link {
  color: #666;
  font-family: inherit;
  font-size: 14px;
  text-transform: none;
  text-decoration: none;
  font-weight: normal;
  margin: 0;
  border: 0;
  padding: 0px 0px 0px 0px;
  vertical-align: top;
  display: block;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu.mega-no-headers &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item &gt; a.mega-menu-link:focus {
  color: #666;
  font-weight: normal;
  text-decoration: none;
  background: rgba(0, 0, 0, 0);
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu {
  z-index: 999;
  position: absolute;
  width: 250px;
  max-width: none;
  padding: 0px 0px 0px 0px;
  border: 0;
  background: #f1f1f1;
  border-radius: 0;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.5);
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu {
    float: left;
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    border-radius: 0;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item {
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  display: block;
  background: #f1f1f1;
  color: #666;
  font-family: inherit;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 10px 0px 10px;
  line-height: 35px;
  text-decoration: none;
  text-transform: none;
  vertical-align: baseline;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child &gt; a.mega-menu-link {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:first-child &gt; a.mega-menu-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child &gt; a.mega-menu-link {
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item:last-child &gt; a.mega-menu-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:hover, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link:focus {
  background: #ddd;
  font-weight: normal;
  text-decoration: none;
  color: #666;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
  position: absolute;
  left: 100%;
  top: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    position: static;
    left: 0;
    width: 100%;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu a.mega-menu-link {
    padding-left: 20px;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu ul.mega-sub-menu a.mega-menu-link {
    padding-left: 30px;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
  display: inline-block;
  width: auto;
  background: transparent;
  position: relative;
  pointer-events: auto;
  left: auto;
  min-width: auto;
  font-size: inherit;
  padding: 0;
  margin: 0 0 0 6px;
  height: auto;
  line-height: inherit;
  color: inherit;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator:after {
  content: '\f140';
  font-family: dashicons;
  font-weight: normal;
  display: inline-block;
  margin: 0;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: rotate(0);
  color: inherit;
  position: relative;
  background: transparent;
  height: auto;
  width: auto;
  right: auto;
  line-height: inherit;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
  float: right;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-collapse-children.mega-toggle-on &gt; a.mega-menu-link &gt; span.mega-indicator:after {
  content: '\f142';
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children &gt; a.mega-menu-link &gt; span.mega-indicator {
    float: right;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-toggle-on &gt; a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f142';
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-hide-sub-menu-on-mobile &gt; a.mega-menu-link &gt; span.mega-indicator {
    display: none;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-megamenu:not(.mega-menu-tabbed) li.mega-menu-item-has-children:not(.mega-collapse-children) &gt; a.mega-menu-link &gt; span.mega-indicator, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-item-has-children.mega-hide-arrow &gt; a.mega-menu-link &gt; span.mega-indicator {
  display: none;
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f139';
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link {
    text-align: right;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator {
    float: left;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link &gt; span.mega-indicator:after {
    content: '\f141';
    margin: 0 6px 0 0;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right li.mega-menu-item a.mega-menu-link:before {
    float: right;
    margin: 0 0 0 6px;
  }
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-menu-flyout.mega-align-bottom-right ul.mega-sub-menu li.mega-menu-item ul.mega-sub-menu {
    left: -100%;
    top: 0;
  }
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li[class^='mega-lang-item'] &gt; a.mega-menu-link &gt; img {
  display: inline;
}
#mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link &gt; img.wpml-ls-flag, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 a.mega-menu-link &gt; img.iclflag {
  display: inline;
  margin-right: 8px;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-hide-on-mobile, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-hide-on-mobile, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-hide-on-mobile {
    display: none;
  }
}
@media only screen and (min-width: 1100px) {
  #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 li.mega-hide-on-desktop, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-hide-on-desktop, #mega-menu-wrap-max_mega_menu_2 #mega-menu-max_mega_menu_2 &gt; li.mega-menu-megamenu &gt; ul.mega-sub-menu li.mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item.mega-hide-on-desktop {
    display: none;
  }
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2:after {
    content: "";
    display: table;
    clear: both;
  }
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle {
  display: none;
  z-index: 1;
  cursor: pointer;
  background: #01175a;
  border-radius: 2px 2px 2px 2px;
  line-height: 40px;
  height: 40px;
  text-align: left;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  white-space: nowrap;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle img {
  max-width: 100%;
  padding: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle {
    display: none;
  }
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left, #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-center, #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-preferred-size: 33.33%;
  -webkit-flex-basis: 33.33%;
  flex-basis: 33.33%;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block {
  margin-left: 6px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-left .mega-toggle-block:only-child {
  margin-right: 6px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-center .mega-toggle-block {
  margin-left: 3px;
  margin-right: 3px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block {
  margin-right: 6px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-blocks-right .mega-toggle-block:only-child {
  margin-left: 6px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  height: 100%;
  outline: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}
@media only screen and (max-width: 1099px) {
  #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle + #mega-menu-max_mega_menu_2 {
    background: #01175a;
    padding: 0px 0px 0px 0px;
    display: block;
  }
  #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open + #mega-menu-max_mega_menu_2 {
    display: block;
  }
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle {
  /** Push menu onto new line **/
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 {
  /*! 
                * Hamburgers 
                * @description Tasty CSS-animated hamburgers 
                * @author Jonathan Suh @jonsuh 
                * @site https://jonsuh.com/hamburgers 
                * @link https://github.com/jonsuh/hamburgers 
                */
  cursor: pointer;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  transform: scale(0.8);
  align-self: center;
  outline: 0;
  background: none;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
  outline: 0;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner, #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  width: 40px;
  height: 4px;
  background-color: #ddd;
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before, #mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  content: "";
  display: block;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::before {
  top: -10px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-inner::after {
  bottom: -10px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  top: 2px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  top: 20px;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
  transform: rotate(-45deg) translate3d(-5.71429px, -6px, 0);
  opacity: 0;
}
#mega-menu-wrap-max_mega_menu_2 .mega-menu-toggle.mega-menu-open .mega-toggle-block-1 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}
#mega-menu-wrap-max_mega_menu_2 {
  clear: both;
}
.wp-block {}/**
 * DO NOT EDIT THIS FILE DIRECTLY
 * This file is automatically built using a build process
 * If you need to fix errors, see https://github.com/WordPress/dashicons
 */

/* stylelint-disable function-url-quotes, declaration-colon-newline-after */
@font-face {font-display:swap;
	font-family: dashicons;
	src: url("https://cdn.boostsafety.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800");
	src: url("https://cdn.boostsafety.com/wp-includes/fonts/dashicons.eot?99ac726223c749443b642ce33df8b800#iefix") format("embedded-opentype"),
		url("data:application/x-font-woff;charset=utf-8;base64,d09GRgABAAAAAHvwAAsAAAAA3EgAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABHU1VCAAABCAAAADMAAABCsP6z7U9TLzIAAAE8AAAAQAAAAFZAuk8lY21hcAAAAXwAAAk/AAAU9l+BPsxnbHlmAAAKvAAAYwIAAKlAcWTMRWhlYWQAAG3AAAAALwAAADYXkmaRaGhlYQAAbfAAAAAfAAAAJAQ3A0hobXR4AABuEAAAACUAAAVQpgT/9mxvY2EAAG44AAACqgAAAqps5EEYbWF4cAAAcOQAAAAfAAAAIAJvAKBuYW1lAABxBAAAATAAAAIiwytf8nBvc3QAAHI0AAAJvAAAEhojMlz2eJxjYGRgYOBikGPQYWB0cfMJYeBgYGGAAJAMY05meiJQDMoDyrGAaQ4gZoOIAgCKIwNPAHicY2Bk/Mc4gYGVgYOBhzGNgYHBHUp/ZZBkaGFgYGJgZWbACgLSXFMYHD4yfHVnAnH1mBgZGIE0CDMAAI/zCGl4nN3Y93/eVRnG8c/9JE2bstLdQIF0N8x0t8w0pSMt0BZKS5ml7F32lrL3hlKmCxEQtzjAhQMRRcEJijhQQWV4vgNBGV4nl3+B/mbTd8+reeVJvuc859znvgL0A5pkO2nW3xcJ8qee02ej7/NNDOz7fHPTw/r/LnTo60ale4ooWov2orOYXXQXPWVr2V52lrPL3qq3WlmtqlZXx1bnVFdVd9TNdWvdXnfWk+tZ9dx6wfvvQ6KgaCraio6iq+/VUbaVHWVX2V0trJb2vXpNtbZaV91YU7fUbXVH3VVPrbvrefnV//WfYJc4M86OS2N9PBCP9n08FS/E6w0agxtDG2P6ProaPY3ljaMaJzVOb1ze2NC4s3Ff46G+VzfRQn8GsBEbM4RN2YQtGMVlMY2v8COGai0Hxm6MjEWxOBZGb+zJArbidjajjUGxJHbgUzwYG/EJPsNDfJLFsYzpXM6Pmcd8Ps1BvB8LGEE7W7KSzdmGA9ifgzmau7ibcUxkB7bnHhZxb+xDgw/yYb7GU/yQp2NgDI9xMZ61sWVsFZtHkxb5+ZgQE2NSdMYmDOM5HmZrfs6H+Cbf4bt8m28xhb2YyjQWciDHxk7RGg2W8DFWxbyYE20cx/GcwImcxKmxWYyIGXr3l7MPp/MAn+PzfIFH+Co/4296Q2v+wdvRHP1iQIyKMTE2ZsZesW8QSzmHi7mFK7iWsziTs7mIG/gAl3Irl3Az13A117GeC7iSdVzIjdzGMXycP/ITfskv+B5PRk/MjT1iCPuyLAbF4Jgds2Jj7uOj7MmX+DI78hfejBa6+Kxmekp0s5TBXM/kiNg29uaNmM5p0c6fmMmMGMbLMZS/8w2+zh78lPFMYFvt9Ul0Moax/IA/s5P2+hy6mcXO7EoPu7F7bM1feSR25wzuZAN3xBasiJGxDSfH9pzLeVzF7NgxtmM0+/FK7MLrvBNTeZSXYlP+wO/5J//SV/2O3/Iiv+EFfs2veDf68xHOj53p5Yt8n72ZG6MZzhoO5wgO4VCO5CgOY3VM4S1epYxdYzKP8QSPx3xu4v7o4Fmdydbo4j1eo+IZbdaW/+Gc/L/82Tj/0zbS/4kVue5YrmzpP3L1Sw3T+SY1mU46qdl05kn9TKef1GL5J6T+popAGmCqDaRWU5UgDTTVC9JGpspB2ti4TOMmpmpC2tRUV0ibmSoMqc1Ua0iDLFfwNNhypU5DTJWINNTQGqRhFos0DrdYrHGExUKNIy16Nbabqhhpc1M9I21hqmykUaYaR9rSyM+7lZGfd2sjP2+HxRKNo01VkTTGVB9JY40HNY6zyGs23lQ9SRNMdZQ00VRRSZNMtZXUaeQ5bmOqt6RtTZWXtJ2pBpO2N1Vj0g6mukza0VShSV2mWk2abKrapClGvtumWuS1mmbkNZ5u5HWdYeQ1m2mq+KRZRl7v2UZ+9p1M9wFpZ9PNQNrFdEeQdjXdFqTdTPcGaXfTDULqNvK6zjHy+vUYed5zjbwee5juHNI8I++f+ca9GheYbiTSQiOfp17TLUVaZLqvSItNNxdpT9MdRtrLdJuR9jae1rjEIu/tpRZ5/y6zyHPZxyLvkX2NtRqXW+R13s8i780VFnmdV1rkc7+/5SKRVhnPazzAIu+7Ay3yuh1kkffdwRZ53x1ikc/0oUY+f6tNNxTpMNOtTFpj5LNyuOmmJh1hurNJR5pub9JRpnucdLTpRicdY7rbSceabnnScUbep8cbeb1PMPKePdHIe/YkI7+fJxt53muN/L1Psch781SLXPNOs8h74HQjv4dnmLoL0plGXuOzLPL+Otsi781zLHINOdfI8zjPyPM438jzuMDI8/iAkedxoZGfcZ1FrlEXWeSzebFFPpeXGLlWXWrkfXSZkffa5Uae3xWmjoh0pak3Il1l6pJIV5v6JdI1ps6JdK2phyJdZ+qmSNeb+irSDaYOi3Sjqdci3WTqukg3G29rvMUi3123WuQ74jaLfEett8j1+3aLXIM3WOQafIdFrk93WuQ9c5dFPmd3W75G0z2mbi8/ah/1fRRh6gDV85t6QYpmU1dI0c/UH1K0mDpFiv6mnpFigKl7pGg19ZEUbaaOkmKQqbekGGzqMimGmPpNiqGmzpNimKkHpRhu6kYpRpj6UoqRpg6Vot3Uq1J0mLpWitGm/pVijKmTpRhr6mkpxpm6W4rxpj6XYoKp46WYaOp9KSaZumCKTlM/TNFl6owpJpt6ZIoppm6ZYqrxpMZpFqrvxXQL1fdihoXqezHTIq/TLFOnTTHbUJ0tui3yGvdYaH3LsNDXlQ0Lvb5sMnXplM2mfp2yn6lzp2wx9fCU/U3dPOUAU19P2Wrq8CnbTL0+5SDjTY2DLXe95RBTEqAcasoElMMs195yuKH6VY4wJQbKkabsQNlu5O/dYcoTlKMNrXs5xiKvwVgL9RblOFPuoBxvvKFxgimLUE40VCvLSRb5Z3aakgpllymzUE429J6VUyzynKYaL2ucZpHnPd2UcihnmPIO5UxT8qGcZcpAlLNNaYiy28jPPsfIz95j5DnOtfybg3IPI89jnpHnMd/I67TAyOu00JSzKHtNiYtqoSl7UfWaUhjVUlMeo1pmSmZU+5gyGtW+prRGtdyU26j2MyU4qhWmLEe10lBvVK0y5Tuq1aakR7XGcq2uDrfIX3+EKQdSHWlKhFRHmbIh1dGGamh1jCkvUh1r5GdZa6E9V51iSpNUpxq6d6vTTAmT6nRT1qQ6w5Qnqc405U+qswy9l9XZFjo71TmmdEq1zpRTqS4y8jpdbLyi8RKLvP6XmvIs1WXGOxovN2VcqitMaZfqSuMljVeZEjDVjaYsTHWTKRVT3WzKx1S3mJIy1a3WN8fbTOmZar0pR1PdbkrUVBtM2ZrqDlPKztdlH+Vt6jAlb+qG8a7GJlMap2425XLqFkN9Rt3flNWpB5hSO3WrKb9Tt5mSPPUgU6anHmzozNRDTDmfeqgp8VMPM2V/6uGG9lw9wtCeq0ca6i/rdkP9Zd1haC/Wow3txXqMoV6zHmtof9fjLFRH6vHGWxonGK9qnGiUGidZ6EzVnRaqR3WX8ZjGycYTGqcaj2ucZqFaUE839N7XM4z7Nc60yPOYZTyrsdvybyfrOUZe7x6L/PPnGu9pnGe8pnG+UWlcYDzzb8iLsxoAeJysvQmcJMdZJ5qRlZmR91F5VWXdZ/bd0511zEzP9PSMPKOrS5JHEpJGI0uyRbUk27KMMMuitVU25lgW+cAyuGt3f17A2Muaw6bHwMIzC5g15jFlMNcaA7vAmp41ZtnfW1h48PbVvC8is46eGZnj97qrIiMjj7i/+H9HfMWwDPyh/wddZTRmnWEaYbfj+cl/F4dYcErIc7BgIAHDv9ftdDtnEASbkL7ZRS98qimf8DXL84pOsbr/qTWMc6Io59OWVFC0WiVfkDTFUbEr5kQX/8mnmgpniLqtmTzGQ7gb0rGH4Q5NKuTLdU0pSJZZUDHOY0yKFpfvV9CvMCpjQGyziBwdVddQaxvZbYyY7uVO5/Jzlzvdy898EP0KjXYuv/mxzvi3Pvt68ih9fohGTJph7GjTKyBHWEa4Xas2T6NWZ3DoFYteNIjcYhGNiu4VtzgY0MMk7y+iX2fKTASxTrsTNsMmruIN2hg4aZJtRFql20GdbvLv+cW4vdBvI4RYLKqYU+or9XVPVZRUyg/8SMnUcjl//ICnYlHgJT29YkoCVvOrC+iHUqwoSIKEkODnc7WMlgm8IMOynpI51lipj39AdxQ/LemylrKkak3J8VxS1hHUM2SOQT/WBOzjUMBurd0McdhthrV21OmGXb/TbUeu53d97PkR3uy0mlXB8dDoONYXOgte0At8OOq42xWMhU7o5XuBB0ddOP6l8urqzurqKOeH8Q30CT/YTZ44flzQQ5LwArltZ5UUKUXL9Qvo5xmJ0UkfICgWlMdvR9h3K22/XXPRMMx99KO5X+i3hsPx1VEfNZPzaGF/f/+lwWD6nq+i/8x4TJU5DnFoYQPpCAYs1MBATRiW28hLkVMyWh2vg7sevWWNpdd8GMzeJvqsaxhu6J7IP2uW18xnsU5OTvz2PxctX/xO0fTVZ0VI8o6fWIb7FtzjhWetyir693AP3KjjZ821svlsnpwYxvhL/1z0TYRpGNFUT9eXZ7dWSLE5WvZr6BpjM3lmielA/7RbzWUU1nCtKsCI9KLKZifc9Byh2mx1/MiKI9EmNA+G7pqcop6hLFf71WXZMGTEKMYw12i0m83RgISBgHv9KI4dXpGNKDJkOBifbLbJXeH4L+nd7LvelXuExqBYUjzJ0G8yPKPADHOZHIz2BrPIQPch2lMGCtswWqCjfHJeilMbPgwtGpArFdKNb37zm+3BINj7+n5/t4XpyX+n4XjQv4r6/auDFmq10H1PPGE///zWQw/bly61lpf3Hn88/fzzaRpGj1y69Ah8dyL4S8b076P/RtuN9jiGDjfYGoznDkw7bzZ8fyJrWdnCPfVjvWYv+6tprZA5dy7UHSfvOOjnsufOZgua+aD4ePQfG68twK3fQi7knckcJ/QhRdqia1UsPnIrVjREzPhwdJ2JBqg3Pggi1EvG4GfRLzMYWqkGcWiITpHF0Dow14GqkG46g9qtbscnFwyE7rv/2P1CxuF+079W0kqFzFNlpewpZSx9FpJtHt+P3gd3YN7xW4VrriaJZcWDW96QLVQvQbKdEe5PaNgfoD9mYDghyKxJhzWZSJTINGOiHHY9Os6Rsv6D6+6G5Vi8trZ9B3ayaU/W5LSB79hedzbSdppHB2s/sK5xEN1wyS1GWtYkP51x8e3bSfp0zo3QFRgXy8ztMGqtVrNWqQquFY/YRkSG7DKi4/M0qpFBugXV72x6rj9/VkDzd7bRyFDGB3QM9xTjOpNVDEPJirI4jQwCcjXACg5IEon0UYukja9C+F2GazQFDFWHyMsk8shNKZN5N2IRrB0R8wBzGVaAqo6cItrcRq015OsIr6Gw021WsQALXgER6t6EZux2Qph7ReRvdrpeClK7HZg/zRDuhgMl8ckS6cGITAG9F3Cne7j97Pb2s28nwTt535RWSrwh2YLEsaInNyqcqAeSXpDa60GR5QwO/x92iuU5JImKUMAqdLaPc4WgYpXltMln3DvfbZQk00McyyRvheCjVh6XI81SBFGxJA1xWgbZnosUxcgG9omKKWrjrzielrUlQ8EplktxUr6TFnguldILS0iqr4Tn0JsESTM4RWFg1s/aaAFWjlPMG29oJRtinS40BtS0RhpICGmjkVUvJO2jo2YXmsrzyaXmOnLXYCKQxvPIdCUDFK7FLUf+BZc0IcS2WeiAuTZTeUlkeV3lUq7Ga6JTNNQ0JxliKFsPWTlWQk7uQmpTcQRsBxBWNZ9nWVZjOY7n0rwoaBiX/BrmIDGFrbKSYhGbUrx7X3/M9eebcPxLWEKiyIoFQ0urCPE4lTJVhDmfFwsZS87ZXAlaS4BLLMe77xQMSYYsDF7UeFbiBMnzcx5b9FRXF6DAdU8xpAa09tqWZTptaE5rrk3TTIYpAK1YYNZgDJ5gdpjzzC5zkXmYeYx5A/PMDW3NR55fa3bbMLIAXvm1dujWyFgjIYZvJPiRW2v6pAlDWELJ9D+N4ABXyHUYpPCGELoJQpKSglO4kzyJ55p6/Ndnkdg1vti0RV6V2Mdqtwui3XyMlZpnOaMrBo9dlB4l1565wEP6ZQTpKfO4yCLpuJFqrqn+sfL/8tXVcnlV9TdKf+lrq+Vj8038f9eqlR+7z2hoeq1aO/8N9xla4w3na9Xz9Ur1wvnqbffqDc249x5I1b8hSa7Wq9VKfa9e8JbPFurL4/9aK3or54q1JW9Kh2h7nmTuuGl84s5kbIUwKEndaSQeeHS0wsgssnS+kqGKJ3fPtUjwNGAuXUqrvMilMvbpNdYo2Xb/LCBRjktrupgXZFHXontdG/NVuRMoJtAkTeXE1JGx9fndlapnq1jGHAFfkrxoq2pu+96Uk81nChYrcDbisF7K6apsqvfV1pqXli1d0hVBlmd49zfQFxgHxg1DAE6yqjRhvmAfIA3vJase+nj2Qvm77E7T/pimbZ4t3XXHXbI+/jD2DMMDBJTV9Y/Zzbb9L8rnN3XlrjvvKu18GhsE/Uzz+RlY9xxY6xlUJQ2yDjO5s+l7CdjHXUDbBTqDq+RiGzB3hBjH0CSBSwmW07MtPgUTQjWcC4VOOVerHrv/WLWaK7ZLyNYVW7e0Zr5czjc1S7cV/dx6tZPfwRIviryEdwrtygSffwHquwXHJmE0CKILm8YU2QHJIFgWlxCBr9toHU0uzI4Avj+j+2njkW2T41Kav6Zxosw5mllWXjl5SbtvLS3sfFAVRN5NYSWluT6HZdYIntR5AX1GEwT99QHQwxQGTKqlZIFzBcxrr2wL6bX7tEsnX1GrmuZwsshpGz45GKcfUhyfFF2gnYbRb1F0WwT0vcXcyzDtShv4AjZcY3G74ls1i9cJAWwDCoXx522jNehZD+gfjM5tBHO9SwhqkRDOW6QhZvtU67zjpHffsHmdObyKHta6gSqaq25g38/JmIUVBF30o4zAszLPLVRsJSVLbErncmdLgsBKAt9ZDdI0zY6w6dkPvKm1cVtGw8F4iPq/EdiaID1hibLW5VNIkgUkKk8akoBkmUdQXM3iWUHm/K6t80iCvJBQtHI8yytceYoTrgBOSAEygkXFrrQrqF1xMRx7qA95RACkaGQAseGwH83G+uQ5QBcVyydPHoyHMMyuMwckgFv5G95vAB6kediAOhsRBPDlJ3kdHqJsD/7G1+Yy3IuG0X70NcpaQNOyQqZHizp5Zjh5pgsd2k3yPdwfAZOyD+hkfPUK5DKXx/T+Btwfwt0ufNHBfmv6wLWoFTGvXj9aL8imFlGIHZevB+HhoNdLyrgfDYd/R91c0qoDWq8oadoj/RDjpF9DP8eYwFvdxzwKJRZqMOXJKh7BEg/TrNuMuX/AcQnPGwJMAoq6eQYR8ttuwVivEaLhRICaYKDDNexWAQH4ruN1XU9nARG2W+jDd97/lsspjl16+vjqgw0eL6dDI4VYw0hjWQC8YhhfcRd0Q4ZJVeU4nWP5XC3dyJR4vAJPuYEmppaW/Ry7cInlJEvWjG8tdRCXaoRBFgkpX+RUJMC6X5M5xGqNFrLSrsyyJU7Scj3ADRmF1dM1zPOsZrCaZfKmGGaUbO2fyWo2rVjmMsOIU16atKMJPFEWaHEFuCI6RslIwW6U8GptwLpd4K3dyZe0+WjcR3vjq6h1rUdY4ZNucbhH/0hahIZwuRf0epSfjqKimw32WnvBXjDpw2uzsYMIk1yxKg3CYR2OW1n6dDBEw1arB3MkCBIaegXKKxIZhwUcAhDKw1Y/OjiI+lCYUT84OAj6zFQecgXtkVFnEylAOBgM4EbUHwyyBwezewaoRWYo8DhosNdH0f7+7BrhCURaNpoVnuWBgiTb6b17cC9P3kNuTXJBcZ7Te3pQHpZKn1APhvPe1x/Np9uuhLRSEYribCaVO5oH4YF8PKRZJDlMrtP3A8CGyYr60/cnbdaoWbQa4bT004xuarMG5X6TCgxvarMeyecM8g/2+gfD4Q3pCEco2BtBHae079MwroDTtr2YlfO9WIBEVgmSoBOWhEJt36OAu0kQ9e9hFokqm0qrvl4IZN8vFng+W1jffMtl11akU43mDm4sSorI1xcUBf1ECnNKWjYV0ZSCjKDywtnOyehksZRqbyxF6/c73idMFKQ9RxcKlj2hR59Evw6UKAPlC2kJfbIA+6SJ12FMYJ+MfsLUhZMItJ/fjRp+F4e1b9D1Vmlrq9TS9ai8tVV+dOnUqQdObS3HEqRzlfbZ+s74z8qdnfoO+mfxfeT+cgT3/+KpB7fg5mwsRMqfUL/3xHee0D54ImmzX4dylZglIg9gdZagO8p9bLNrrE4Hmb/N4ma7u0EkFd0memzzJI4uv3mjvqktSQvFxgMXQn717gcu2Mdekteyl9+8LaJstvcC4tBPwtkbTuIgfbKeK22aNr0Nbm5m7v1gZvOk8EdY4V988WIHsTOaPQLqKQIuNQFHQf/CZOVxFEbJl5AKBOtYfzzid8SI38HwFccjSrtHe9ksjCHyd53IF2MsgT6PPg84YoFpM+cASbyRoKIEruKQoB0ikY3FskB6IblBZbFwreUTmEi6gkoHZidCtZtgSALunG6z1gFcAo8ChiQUXgBSHTkEVaInK2mP01Sd812loe1oWtrQ9ee0hvIRT+fG/zMSTE67y+QcQXiO1yX+OUFbmkQ5/RMQkYXnBD3FvVkWRbG44KQkvZ7VBEtkFcWtB/UsSnNekE2pluundX0HOADHAG7gLZr2MU7XT7R4XrvPFPQXBI17q6Bq3HMCWhLIgcYvvJVX9NRbgHgbb5btpbyIFUkLmpqAjaLipoNcY4Yr/jX0jUAkJg1YjmqwBLVblC1YQ1XBdQBmFaCVSIetIcS4xX7xxaUqAt4x7Zt8dZnNuyjyC0Cb3eJvbNW6MiuximXBlBK7jeN+KO/siM052jAkXB8iazX5EqFeBfKroUGvD6uOjvq6gvot+NOV0UjRp/Laa/Ac4Pxuxa3A6mi1OhHQeiLR6loE4xNJy2aHiqBg6pTJUTGMbWA94NOLVkuoVVodDwHVP4ICgqvHhzwVnKPp+2FCo8hK3r6FrBp5e1RBwyh+5+EhkbCgAGDX3tz7pu1I3nECxiJjAxyB8rnwOSr3EWoTAVByrIaThDYVAfkTMd0oWi/6+cAtFt0A8tA0CKJJJFgtR0PZIBwKOjyIiuue1ysuFUmSfJyjwp9WHHLHyWEvW149OKAMjZHMHbJmS4zP1OnseRuUmXR1t9PuNP1OE2oOk8GLNrudIxxkqhpLdoC9idUL3dm923AVGKFOd9PBG0QgC8QYLpK51N10McFDRC5C2CcBw6vpC18omTkO4ccE3TVyHBYs3TO01e7j3e7jz5Ggu3B7lrO4Uuvhpx9utR5eFXTHDDiZswyn+GjzfMbyMR8UzaKt8Szp6nwG81kvqBRE4XgtYxpcfmV1c/2e9fV70JNL3Ubt7Z4gCx/JlV1rJe2kTbSc5APB+IVCjnf5Ns0IgrfTu2yPrSOpnGM5JH9T2t/2bKyzqRTiX0wvV8sriqyXuML6Pa+7Z500a6KIgeGgAhJqAq06xewyj9+gjfHnmxQfvYKLMFbwNnCQTUzGARkPRP9A5RxRi1A3gw3pCghgdcLOI+bC286ff9t3k+DCuefPnn3+3SQ4t/XU1tZT30SCZ1y7FOpBZeVyaWVle2XlHs0xVMyzbNk1sqrU6XQaviXyLMpxItZVU9FYJnkhBFryQgiyyQshWFHxRjnwhIVcaSUgL91eGRiCqaU1Q+3kHXiZ224j18w5vl0PfJrfhHZfgbki0hm9GNNuuxVCq0B9u5MIbpOpUIgT5+I+UKcbphE8MFHFbVJYsA3tOtE2uXHznkZTdd1hVjZNx9gL6BzaiydGcuhvLPhlL/DK/sKG7S6JtqfaVaJFEpcWDkxHXZIqtmYcu/j6i8d0wy5Ljqc66CCTkwuuacjJ8b2PKIYpHw3M/Lp+xvR9c3eXhGf09eOer6WwxAkCJ+GUtvoWIWWxAD78Xn49l1vP93zFklhRSgkz3oOsoz5TY9aJlHkiR25S4gHw2sGU3vAVEtYqFHbPxxNqBDdCSHiMLn0DunTF9DxzkfXMwPTYRTgZ/+85IXKdKFAM5ToJtymVySe35uEE9aCxME8qxWPSdnFD9uLDruEZk4sQnfAMA6iHDr2/ypxmzjLnmTuZHh0DzXUK59xkJMyfpqgmKB4FUFs6JubPw66LzyDXQPER/6Eqaqqii6q/6g1VUVdUTVS9Vf8VQ45IdSLZGNKQnh9GwBomH/QmM5t2LctNZ82sbWePnI3/dkQeGZFXTGMfCSL6DzglaMF3uq78FNRznWpkiEIG10IhFov7BE/4AvbbaywlpmSF7dJlF2gw+u6qFBiR95rcbV7HCKSaZbP8Yg4bUbCqOCvbq7a8FrRNKb/IszZ6In1XzQvYwSCV82p3WxIyjcoZ05OffJ+49ZqtWg0C8QOvF7PmTsUwETO3Xo0YjeqLAOz4wK/FiNoOuyGGDyBXDGwPYo7dv1Qe991cUC81R48/rpwU/lCNxMcfln/gY2i0Uy6PD1HgZJy86Yy/4+7b5cpz2jdmxNvvVJ5+dkoT0RfRLzH3MA8xTzDPMS8y38F8ANAGUeKtI4d0sJEIvdsT+NUlgxNaCNqDDtFooh1JjvFAjm8g497zw8nS2Z3QTaLFJAMDhhGMEz8eLXESzJPO5Nyfi6Nf8FbP+KIqpSVbIpyApIr+mVXPdNI1lq8EelPiyJoMa00LviTKSaEWVDm2mguuSSYZ9A/FS/N5HtYm+Ka4gHuNxO3CJBd2BfzILtG5kKBEcQgJ/sbfWfW1Zt41RYUXVNF0cw3NX93xZU1eP6nq1ZMuLDuwxGvkWS0O4ZQ1BPdkVVdPrpvWU/F8i+LDBzgVgA+f2hGwCAhzCyuiqOAohkMJLTlEf0TXKTIHATtTxEygMqxDs5NOi5g1kI6aImPPwfz81IQGRYpSVt5PFHLvV9BptaS+T/VJ3HwjSXvjGlHlvZ8E4y8roqpIiiA5hlhFv6Mo71dLPrl2WonvgOD736iUfRWeou/wS+p70jnbteyMHeh+fiq/eRl9gXHpCsKQqUREr2GXcDmeTway3zQQgTCwWgKxCCn2wB7KfmN6uflAczn9gn6ieSbKamo6WN/4pgyAtoWglmnuOIG90/R8M0QXf6Pu2bZX/0Imh+6ub7iKId6lvmOFy6653x14q17AF1zgZyhdZpk5mZTP5IDzqgE/uAyzP2K6zBZzhmEIYvVr7Wjyxf+AOJGYUElWP4r2WsB8R6NXj/SJwAr+WKZHDtGA4OnWII7T8HCfxOZli7/KNJg1qm+Pp2IN+y4O292wGuumCBtAFk8CCrsA9SiAaaIDzcooQdpeNIMgveza2YyMJZF385X1zQvbJfOgHqqNVkMN790pe0Vd5FIrlV4+36uspDhDlUwtY+1g4BV0jNGLJ+85duy+4zP53K8yAZUUE9kKnqAeKMMWonpcWlLCS4fT4lw8HgTH12F9S/mF4nJYDJeLBT8lOO47F+FvUhbE9Or1nuo7DX+bZI7gK2z7DccX0ouL/+ekGNNyjKActzN3Q+uQpqkRAUsVC3F7dD1SlHYLmKcuEUEkIIOQNShTZ9KcIVGdxv8wZXwoNBqaWb2EspcvZ08WskG5ura4uFYtB+O/MhqczYsqLyqGnQHWTeMaJUfLcBxiBfNZU2ARx2U0Z29ra+tQF1KpzusuHw+8E3eIooAR9JUo3tE5rwoZK6jwgoB5nLJM1RRULKT0QFP8ghmGZsFXtEBPCXgleOWV6Ti4hgYwgksQq8zsLU4jAKExiCCWQJDkuUT2TMgf6kPI6+p4qOq6ivqqjgZFl16C4IAkDhRdVxiqtKH2A7GsZImi4/PMa5lLzOvi/CbacuC/mqmbpCYz8cnXuBTjQapXnyZ2iWxhcJ2hBSThoWbZvp3Wjhx6WhoIDJxNDukgnX7O9h04rUCib1vZ67Cqo9F8ZcffBhfgcxluBJj7UHw4uCExk7Gz/vdoaUe5RILjSfpDpEm0ZC3+EtCN0hF6cRsdc/cy98d8qXV0DXRrFBWRvqkK/lzcJis5kIstRMThkYtviE8oC3Dc437PL/l9+B7GK8NBfKBkBpjwPSApyWFICQsajgdokCVwLkvDHbKE7ZD1aBobfwuRm1+jJCdLiU1Aw2iCBW6u6z+sfu2K241VCvQb1wMwaB/A5y3qMWwNSbn30d7fUe5XDg+zV+gfMzcfRolNDWBnGJ90EsTygW6UmhrVDO5WDVMZP6uYhnp3rx9RId4pmOHq+DeUdFpBa6oZjQ9OPXgKPvP2IsSWhtjbkXpYNVxzuxPbpmEPDa5Fg2ul1dUzq6sIyDaMvqB1OEpMxhKbDfRtgKhX6FxiGk6i8OzW1lhCtWsTdEwbNIrDuB0rVMHmT5lMtAMtCA14eRGv7VTD4zhtFx1NbGzWL9Y3G6LmFMb/QzpXcyv4E9B+Jd//KHAJ8MRT1cgTcadZtCu6k200suTr6EW3VKvLQtknAww+Ezz8x+h/EK1fN5HeAl1M7EO2UaxXpclNCgmbVIabcHaYGlRgYi9IFYRHokKUvufC3T1b05S8bsmOKWmeKuCMVlJ9N49QvaaJMse5Ws4GUq+noctLxYqb9pfrHOIlrr6SNhdKHMvLXDFsWOkFs1qK2mWvUijIImfpHAZ4Y2IuhQQ97aTLnKcVlBNphfV0gDKqKRlmRpJUtbyaSUkim8qs5ooLHitjlnXDO7bOMsxMXzECxFWFsc90owln1rYSRo6M/gqu4ckYiKaD4XDCgFF+pacYaLd/qMVd8Fcm6TiPCngUxNBDdLDnQdrkMyfnGhLrLbtC5psPE4hIzPoHrSsB6sH46rUOZ7wmKWuBacIsPU70OVQoUaWrF4YjDjuzczQpKD81zZtE0EglUNXUntXKgdBJERSr7qJ9hYLk8X9SiA7e+P4YM0doS8joZPEwssIPy2k9lCRidqr5+DvRIIa2B0f4y+lcGs3rEOk/mVOjvagf7cWKpGB8OBrN8T5lZgNijoCtCmE3OpSB9qnoipySo1tEKQt7iZghJLo+jEaaMn7Hm3hoVtSAZRVfNjwT0IuibTwoQEcsKjD0LqKPKg43/sSPSjIhNxxvquxH1LTpp1Ip3h7/S1T4PrgCTDebxuy75nEY0c9QCSkwhW7oRlPhEGI2Lh4bXdm4+OT9x47dj5iDYxc3hleOkZMnL27EfDXLoDFgz1Wmw5xktplzzAXmLoKOPaoogVkkEDRPBN3rKBFzA49HzeLaa6gGM6wm+EnHbRoIkBU++kUbNaOUV50sQimOrWP8VdEVfxnjP8Oup7/DAGjCskjVJE9Vc/eLtIt+KP2D6V+efn/A/lz6B230V3WWwJmMq+bKel104QX4l+FVXxXP6S8Zdk5VPUnTUIpNWSLtZwueege84aW571zfEz6mfoOczY4lbLG0DZgC7APLsoEdxBx/Xbf7uudJcHzpwtLShQdIkEml0Au9LNRslFyEYLyfXIXgO1MIdS6++CKvzPPQQ8CGZYbYPLeILBSTgErN3RjMAB8adgkf/SJ/aqmwoRpK0EzVVtp1BFh7/Zcu1teerKPAkJdOl7N8Iyezwma13ulcaH3gtfW119fn5m3lVXLZQu1al8xlSsdvzOZS74UXdh+BrG7OBK70IKN52pCDY+vVq4Lenjq1VNzQZW2uEqsoSFn80mngZ2flvz2a0pFfR78FfXMnc5H5ZrLSUeUCwWik3JR+ABV0CblI6lJt8gQwd6iomTAePiH1XWroFQe+12k3G1N8Rwu8jNzYaN2jGgtPoAnkCpEeVJv/SpRVCTCwkTZYRVUV1kjDoiAi2VnLK36KXauH95cKWSwWyk+t5DVdFRSFNWXTcPzU+K+XycJ9SknBQ1gWJUmRiLxZSxsp8i6k5SWJZWWlgHlN0bEti4Yo29iQDf4Zt1jAjeWF16TTWi57d2OhWDf8vJk2RU1CuiCzrO8ET8bI4EXexrqi8bgAr+NkKS/y8Ir4dbM1hPQTBh4TRl03AcyNmA2HlZ2qRKKQtK4LLdkvekRnMx4V3QM4/H7YbofLGVtR7MyAkNknHRKOogc2Lzu5x4LpuP499HuA0pcSucBUnRZLBKhdEZ/YLPqxgeMZFKLPOW17HeYrdjEeiI6YFkVjzR5/ryMJMi9aaddVV1Tbeddl9DnbXktjnIZ7B6KYxq5ordvta44NN7hu2hJ5WZDgxjm6OIhtX7qRVbPh29sn5iSxrQbDHFnfBBhlDbdrAfFEzHAI38ceG1997LEb7kF8G1t+G42uT25CLbiJTeSTwyQ/K7JIfkQ91aOmKOQ7zY/cR/TlGoqLMiSq7CltuEJl3Izt4nal7eO23+66FTfsuoMIZff2gmh8bW8P9XrNj0a93WiYHGfl3Kd2DaQmoVuzIrdLjAuAyx+h05fHo8uXX3wRRS++OF8vYnNDauW3ocxtPBoOye2foVV78cXxVXL35P4gtgWwI8igFu0NBlAUgpjn8SkP6//5yT0NOvWcmIslmpxONyIrB2FxiRiTMr01eiWWvU8vRERwQHM4L+sZ03XNjC6zKSnFcjyyrbKlOarKcXII8A1WEJIuiaqoKBBIHCfxyNLzcel+l5PTQe11tSAtcwDmZFZK1zohAAaJk2XuPQs5XUQSL6UEUbWWLFUUUpLMs6KeY+b3FxApzXGCme3KBNcLFNcjAEaNVoxOyXaCmOndjBUwcTI98XHFrRxHL2tOWh0/r9g2+nZiEQUcuqSnc7pK2M20qSmiwPNQFNWsmyoU5o/pCDq0lfHvahabVtGiYo9HZOjsyTKVoV4h3PKeqXmmY8LH00wRK6L024SeitN+0RgPOChih0w0jncTvSjBZ3S1A1pgT9DXzVASd+NNEtNNFJXplZiZ2ew8gXbcDF3+Mp+K4dmjMTz7TzFoe+nrAMTtxXG0HV96m0GNKfu5czW6uh6vnUPZOK0VI7X48563EdnAcnc+rRe/ipnTTYqMA/U7BjzwvWRVn4h2gYUltmEA7dq41enW4tr6sN633VildpqqJWEMzieRIRmtEXNBmob6MTm3KFvaymcCQFYPXYaA6nWOXfTXgslJZUW+HDhZ7uyjxy4iJibTsQgtCoptR89oduFPdV/vaRkdTnoQfZOgZ/QenEBSFATaos8WbXJhrn4yrLRrgNFuI/jM/sdXJZo2jU+b5fDvXZnvi9tgiUgIUf8fWpW4IQ56u7ukSvP1Kty6XjdXA99Y1VvXi3Q5Dif1+sjRysxquXFDvaBve7uzer3jSEX6R2s5uLFeQOppxebHoworLtmRdPv8eHSPjsOv3Vc39e1kHP6T/datqzep08asnnNjMLh15eZ6aXC0nrfspzv//+mnkFrI/YO7yVy+K3359D+2n966Ak9vz+tGVVqvM6SP5sD/TS0f/p0JlNuaFPrviqK+nsmRYkJweLTM/Vl94KDvkavwTQ5zmG5ELSfrsxVpAmgr7QQq0/WJJ9KvCPdQn0gEBhHZFQTs/gDO0MPjq8HhIdkzdJ2RgezKQUAPRH177cqVYX+ebyFtlbmRYwrn9X4zLumne71o8jnCHR3OXWDm94hhRidWjxE1zfXJDI7aaC8aX23t9waDHuCk0WjY2h8O52wlfx19nuzIRMTGhAzGyVZaujuhGAvbO/EOrm0YeGRnG6zFnSb6abVQvuvsome7fNrAAPEVwRZ5XledQOSB3xZct1sweMPJp5csQUYve7aTquzUC13XJdt9eDlnqzrPi46gmIIi6K7g2h5b2jElKTOzF/499AcUE9qw2vrddRb7tu8JBkv3sX6k8smqUflk/csPKEj+fz9Z/3NTrXxf5ROQ9ok6Wn5AKcrj+if/pyKlZjj+t9FvA75KA11h7JpVadfIrDIQAL12t9M00Bnk9wHBjtBTFTEjQc/uYXa44791EQ3GBxG6rSKyOBiPhn0p8z3+zlsXJ+/9CXQA8zvZQ0oKCJjdI8w80eqip85LCI/eWxzh3On35t+z9978e9EPn5ey4ucL7/m8iO57X/59PwVp0zk1s7WmVltk/PHJEfWvoiygnmx8AJJElFM0ZL7W8/7k+egwsUPv3/T4qz3vJ/mTIzo4PCRm+TS84fGkLd4JmNiAFi5BG1sxO0j2FhAGF7djARyONqk9xPAb26eDohds3Vaq5YNMEC4eD/KQDG29WmlilgsLK4vvvssK08eXfG8OcxP73ijG9RExFjscDK6h4bXeXr/HzMsJeGppTq17bbJBAx/2+9nhsEdD1O+TXb3XGXqY42euUJ4c4He35nb9ShcazweEj6M2DiuY8DgfOHmy3C8/Me4/AYc4joYQR/c/MYbjXvnECQieQP1JfGqL99FYZkLkXgImwnSK5qlQD2YbEa/HWnmAxcxGlNaX9l/XsOwHP/CAbTYe23dVU7Qi9E3d9kYtl4P1qBquv+be+25bDytwpiuGWdlod0lW/LQuRN4d750FnsKtQaZhF/OkLn7Kx1C5CqlleDAcDvZKx59Ezl7pyeOl6taTpfEIolvE2rhfevLE7f3SiSfR7ZXHT5T6EH183qZfjTWZM/IPND0kBnbAqBLBBg4JGoY+BwbWxYkQoYoOEmIOwfcvqJahGJpXMCuNUsNwdbGJ9ayuZ+eXBUXRXeD2bdmo2MWs5RuKIt0rBCqQ+ilWv5aMXzIbParNrBIZCLByRBsTEaaw1iDR5Bslx95h0O9H8LnOHB7AMA/6ox4Z4kE224suPULgZ6/V2o0ich7N2viGvREomW0TXUk8a8jWiMM+0G6YNjD69qiqprXfn7Ph/hcxL4lgduBaN+rCF31L546O8aMmDWHSRdFhazpPR/Pz1AbWaP4/Fr/Ofw8I7qYqoUR/fm0qv/0a+nNi4U/XP3d+G0H89V/lGtF4VZI42RUAte/3okE0aME36s8njAbZEcpCFAHbPOj3e63p3+DatdHBwX6U/O3GqXM6Irpyo1o83rYQVVeR5Zou5TROkZIPLHzv58vtYrFd1kzbjD+BZJrmAI1K7TPt0r5smjKKSDge0XgPbtm72mdmtnNXoG3uZy4zTzBPMU8TqSCwpDCHHYOsuLVuwpOvI+KBoSoQDwcdv0kn9wakwwwgUu4OoXs4hhk+NTskeLUauqS4rdRml7wL+3w0Gz9okDJYIcUv3rFSYgWWZ/mUgkUeiYhs+dwQZRXWUlW3dZno1JEp8KoIHDyHeJlXeMzLoRdxnJOuyOO/uEb/UImFl/Apll9Mp4speI6XOY4kpFhR5j8mcgKv6ByWDZ7VeJ5Np1iOg7U9xad53VRQTby3n9XCYAj/8+0j0l26K8xF5uuodg37Z4iBFSE5wDtSC8GYPGB/mxJAWCbjy5RC+ARguBMMBotEtQntMls/yObSIVRDFdGdh4flFc1ICRw2LFnFqqCoQiplZGFZqtimo8tY5g1Fw1hXFQXrWEs7nqbJWgXWvV4/0CQsn4+CD6WRCvVUDRWzgqDzgiBAPY3A2AzuVjXF4FOqKFiCiVOcLViGrCHE6lYwoTNXbk1nanStxDAN/HbUoAQg/taS40EfZnJACA2aIzTDbJbqbG9FaGZ+Qip/nxGPBv+h3C6V2mUFWHzTIQZSAYxqMth32qUPUYvqiNhIjqlFHSJqnSlNGQFV02FmrRAkAxO8O7WP7t6kjiUG6sTBAqGh6PRt15nXnIplF98XkhePhyQMddRqXd1toVEvCHqJCimAq6NJQaxTp34Q5vvgpjJs3FQG2yJSZ5pWmxkvECM/+ER+Fz5HCvJFkv/4qk7LQ/A7NGgQtDeAqLeywZEijUdxWU6bSdm+eGUwgA+UK6Y5vwj02SaWMd3YCAawMNGDJtvQbpH2F6bipA1htVbbqi2K/Gajsvz5I0nCRrO8/GN5R4fpV7qQ3sy3tm5b74aVm1LmcP5PMQ6lez6RuydapdMo1isR/yLraCY4Rs/lTfPfGavGCcMgh3d9RBS72MM/hHFXdNF35Q0fUOq/M83jptfx4RZj/NUfwi7cgz8ieriLGeYfTm9LqP2Po7ejPpHxTuwVfo0iyHVYh04z54m0jQoEu82YZwZWpK3Htrg4CmHFhPXSfRWsSYhzaeLjgerUQvS9kiTIkrNateoVPy06kp/Jfil3Incyp291ukHBsDSjUHY8y9DN51Z0PiU+lbUsy8gBzgxGffTv2RTnynY901zEXorLHy9++3C4/Jah75oWh9i05tg7y7KnBAuWEtTVjPbBwSgY9qaY4RfQPcxZ5nbmXqCWl+gukK5LhbhhLbYUBsRZIx5YyO49GNWAUagI1IUujwgl3fTxGtQfMCSQRbjQwNE6EqANKN7CG7Uo1sW00AdlS0n7lbSRyvCFbLeeyRknjVwmU83k/LXVtCJhA7MVVpDKa46EbcnVJPbuu1lJHf8FnxMF7vmirJvWG1euoI3AND/LpVzsWAVRdTI7O8vLO8HOzk4KnnbgMVNN27KbEgzFChzZeFB3PNNcQqIvv2ZZzc5kO1eO4I7ZvsUb7O9mOxXjmRh/kn2wxDqmNYzxTDxG3011NDK8L0rVUtBqYa2L7j/2TKt/LP9G5WJzQLTRvfDtszVrSNcsl1oHNMnO/Yl2iyxKr3rycqz7P3Z4uHOLGDXNhngU7N8UmckC9tCArhpMbE8fxob11JS+7RIlej+qd9JOlCn+01LmEA2+pxHabu0D37taDsPS6k9CreM16Kvoq0wGkFsRZmebOQ6YbZtJvA8JOCSKI6AGbBi7H+J9IJEh9qncKPE85MdGp10+hPEGc8NPXBApVmc5JD6InNOWqBInRON3jYatfjQcjT5t2rXEBVH9lBValVUT8ZOL8DzxMKSK1lJIvBHZZ7qmQtwRnYWLo71+9H7rVB1Ol08c92q2uWCuViw3uUSqZE3Xuq+FS2M7LdJ6sKpaBMFHKEGdeA6B3ur4atfQsAcYfdi7zgSICbLDLDlcnQY3JaBREIwH2SzqZ8nfYBCQv2gaBJBCLkQ0IAlTe5QW1VHBcLATtb/XmNgE1SaRQXGpCB9EfH9B7HPxgSgWybEYX40/UxpN+O7V2H9Tbc6WMCSepoghQpVujiTD7QyRe3Q7RL2CDj1zvE/sItCe6VWEFPf0U5hPSannO93nUxLLC089zbGACP/Nv9FfPiSWFST4G0HhnngaCyn28Y2Nx9mUgJ9+glMEWX3nO9Up//1nUJ4i0foR7TAAiAZVQhPvCWTbaIklXpIcYE6uUqvGFoTC8ONEc8Rx3/+ulKygL78orvn/xXPFbyFH3737z19QMM8idPLjHIul2Xy6RnmnLJXkQVZQe8iIbIci0h1i0+T5bwBacGz8o8e+9CM8p1ji+78Hp+UUj4ZrX1yDzx+8hzMNln/DG3jWMDlmprcibUp8pBCL5xvsM3HNnbnCinzsu8R1WDds+0csNT9HNooVXV3t95vN3d2g2QS0V/SuEiMbCHp7RDlTFJ97GQAEDEDC/vfm91onvPuNuUOX3jq/198ql4/Nv1yYe7cNrVaClX31VvU7WquwDaOnOzXAO1LHg4Np5a6tFVumQsSt+nwJRvsvzJUhu9N01rZjqeyRtl6lnmhuUdupT6nmvD+pkHqcetW2/zNZTAluvoJNB+sKruRd2RexxApuz1X8b71VSw1EMSO5haqgati2hGreEVhJlDKKc5fLp47Nt+N8uX06Sm5uw5Aywt1XHx3RAHjiW3ZZfWOwVt07Miom+CHWp2aYPPWGdpPvq6ltWIUg9PkTdGjI4z71bjWUjfEg0Sg+NL7WmkUjRHcc0fvQd8XweH9/NInM2U0RDwRE5mwBE2ABKxAbLSFA2f3+Z56rf/zj9efQQexfY9R6rv4jP1J/jpm3uxJjz4cuGVrdmk109Ras/+7hKHpv/V8+HUXja6NWHx2MgnvfW/9X15ledICy0Wxv/ltgnXCJhQKgpBpxbbaF2k1qggkF+t27t+U7BMltZspL0Zkz0c/euZYW5bOpaLVz51TWNzoq/4/fc+Q1bqIGuAu9SQYm8um2eFpLl61iY7nd/iUJBvlIk8evyNqHt0PDOM4uh6vbH9ZkcjMzlR9cozbYs9VsTgcevxxROQpdyNp8cjzaDeNhtheMxlchoC7KhhOWZrx/7doIWEVgbAOqEpjKGr9EfXW0EwV6CbnYBbK/jtq9bKWy9sBapZId2F7FVNHLEcY8/URXDlK8qesvMUd9oLiJZ5H2xLmYK8Q29oOol615axvBci1YzrY3/GaEBuPBcCQiRGzjpZHKIowRO6Fpv0/bnOiZAXGRJk42GtamGw4npsfxcuFDF8T8RVXwYYwLc9fDVvOAF7NYga+KfUPP6IaPVwOgKuXVK7kG6zgQdRzURC9L3M6OgCfhA1aWpabyB2zWeoCTtOE+NTAfrODNmr+gf5ycfVxf8Gubc3Nusp+e+kCxcMUmIrCEC/a7tQBd3R+PdmOTleFwNBigw/FoHwE22AOIEAT9wax/rqFDsjrajQ4dCZOFBLsJY0NOWp0DRBRKd7XbDds+5KNqo9Vq2I6OPhmxpjL+xUa7fVdL+v7oT8orcJP0W3TQsdPy2gTXIjqSp15FY5vXqbdRN0zSUeC6tR7BG+6+V9wnR+haIEaoX7fXe72iS82X+nD0iru7RW9A/JDO2iZLLVepZcS85TZ1vRdvHid7GMh+nInRg9+ZGH3U2nPmHhEdrFYtFgah4SYVJnxKMWkE3a2YY6AC42sDArnLfgToQ1Q0M30trco8x6KUIGt2ThfZg6yp/AkamuRheHLTJA+Td30eZRPE/obEBGQ0VGVL1VXNkLWspsH7/0Qxs8yN9it5gq9vmrvAv9jTOk0MWax5Q5aNJJHET6Lv1tNpffyNEKLvGA8PYhTXS+xYYpvjcqAJsRFLuhyoGB0mD+jk4fEe5YFI3ywXi29U1UKmamfoXlHlIAqyUA9LVgNtNhYIP019aR2VU2DhFsKLJPH3bC3j2EJ7cWm51ky72tZyuPl/pbWMm8btxcWVatN2tJOQ9jOVjMnzfOOie9KpNlc333R2Nbw5aUoHr1GOq0g9wZ6IuXqHQlLil3KCLaKbIvgm6xrEvP3EsWMn/pYEcmyV/a0mtb3+1rhrfyVOPD3ZtX9scbh4jAZX5+2048/LyViKzWemcghSXonRAK3HfnbKk96HFbfjE7EDkT0kX7oLBBLpytoy3toKoh7wAoP4m+2Nh4P9/XgBRmhfNqgnKOIM6pDu3tijugB9ui6lKDerQ97OdN1oQh+ukN2tRJND1gu+WwPs6TZCtwuMHZSBOGMCxMHDlIJruBuWUNtAUXRwcO1g/PPN3mgA4SAMd0Kylg6Je48BAmwRhOGl5g4gkBHx+bHTHAwGcEsvbGrhdQZSgMEJw72wCbfuNBlmTlYnQPs4VLtE9EhUywYMZjuFY4UZ0ZeF3YPB2vnwjs+t3RGeX3shPL88WPub82uDtTvQaEDT4CokXmdCmkqun791HvFbqRTHjXiaU60SZ/xQ/Q54+PAOchh/jh5QH95Wh1zopTpNe4WGNH1ajy8AhiO7Y1p0X+YaIltTqf/kif57M1n1yJ4JHFtD0UXan3Bw3UkEfZ+y4A/9BSVv6IJjFKywqGfyvl5sWkXTEXTjMMgG8PkuzdHgs6Hbmmbr6AXbcezl4+2HdMWUSxnJMKRMSbIU/aH28TVyf9CUyY36kkwe02bryK9Su3rCC0fUPRu1BNz0u2sTWR1x/NAOm+gzP/88PruweZ5FpRPVldpWcEez+7rjx1/XPXlpg2VRc3dhg0XnN6tbdVQ8HuSpi4bo0ZO6fSPunOCYmyihn3jbnXjdnUcwPzdE/f2IBEcx6FXicIy6KUtoxK+gnwZezqO+h7aoTRPphk3Cy1UpcUqi/iya6naASpQQ2f0XwhG6Yh016XaCTY+wDtUw3vjyeU5R9WqgiIVq4bmU5BU8GWcL2T/kZIhKOFPIpsv6xrObRpkvheUP5ay8Vs1xOXVpVZY/v7qkQryqF6x8ipPRe6wl3Swu1TKZRb2ezdYLjmNMIuOrz60fP77+nJZOf6HZeVLU1ccW1hFaX3hM1cUnuk2OQ9P++1P0acK5Evam2wwnGwW6jWSfTgmh/1h/pO7p2W/6DuyKJYBS2a2ve+ZMLjACAb2u/lDdrQQ//M0Yl7CHxw1UzihZo4pn42OQ6BVnohIL7Qx24IOG3/7t44Nv+zbUm9z7m+iniFSqETt0IO7EBRxvUiDGIIg5vbESZHmvcTK7Ydsb2ZMNj49WNu4Klhc31h/Mr7GuabrsWv7rHl9cno6ZrwB+JLLcJnOK2WFi6+ZmTUcYcJxHBFFF1EWdFo+hwl0dxTYmJaBJmJiVLyPcKRHXA9Q7jgEx9LOiL28vLd35YpU3iivLIrIyEjovjr9S3Siu35nl3iyzsKrLP+hlsmWv8swpJ1A948xb65zGcdo39JdOoR/BeNtAd52RHbRQWBYzFpLQHVLmv1Tya+cyubuPSzkZ462ymc2UoxMBi9BWJDg8l5b6p2bt+jGYd4T3qlHLeWgwuljVKvGGd0IuCAlJPNpQvczLGmvYx9Yck9WIxen4kIRH01AAYb9TDguFsNKO+eOjZ3M8xRXoV5vKJtaZNvFEVqPMZsw9UP0rifsRkVq2a7hG3PzRG1LUIiKm1f2IiKei+uOVKKilmkHA5s08e3U3G/2vrS3zkUfWaNine5kHgGL3Bg89NLhvZ+e+QR85J7dKlx55Zetk6ZFLTOKvO1m74vWK9PhrmDuYXWgnQH54G51JdShhYl0yX1Ob3UQrhsNqst2ZjLRN4PFZYltb86catEpswEKEwsPrPE5xKUBMlibqIo8QD7yGrH4BVq2HambOEARRti090DXNteH8Cl1nqR050KT3pDAvi5LiG4KsYl6y4Iy7LYA1OrvumTm9TFwtAZCEA8eX9ZyVy2ZbQbBLQ2amoxgm9Tye1JPWkZ+rI3ZcH+rI/z3rF9dtfI0XWS7FskJaEzWoHM8Cw6IibvBdNSOvAypU0lA1Q42rdo2oqMbDPmp9IytysiTCYCfV4mSoFlSu3/d8K9DLQOFT8FIWsTypk9mmcsoomPn1A6iYBpyTgXokBr/JIgejBLgE14/a6LDfG/X7vYNe0OvvEcVln353s70DGBxTO/b/hr4wkXGiCTLmyUwn9NqfuBhFfbJl84FT4//e8JZfe5e3dPHXGq9d9u66uOShZ5eoseJ97sW73KWLd3qfdV2SfufFGSaH8hIZMSkzQ9iFCX1LAZ8KIxwwETq82rp6taUFO/0+YvqxGQbqUysMgqC1S/B3JX4fC2+E9+nJ+1y6grWJNV0jCv2KW8E1n2V68RvGf3Hl0gF5ySNXLqGA5HH1atT/KOTDTMpHfRIpVL5WINgI8G3UBva15jegrGTrrU81pyG8+mAzbYenzq/dhj4MXXk4gjwGdOPzoGY7ndtPPPRpwI6IOYyg3Ye3fD8MpG4NqI8LQKVRARIPhbdJa7SJkhZ9aPPibasXtkLbGr8L3gNvi3q7WZLBQw+duL3j2LcdEhwYXWd6B4dztlCERy1TlF4ku/aoUr4bIwoyeKvE+W3b3wZOf6e9eeLEZnvn1NPlc97ZxuLtS0u3LzbOumv7xypvQIfl4jMvPVMsd9fDQm3p9tfevlQtNltXFpeJK/fpfCIyf6IVyUOei8TrHBAHq0IaCapjQ9tFrSaBFt2IjCkSa0z4A79dpdCn5hL3iK1oPAImda/4K9lRH3irQTARnN+xVHV2nMryoIeYXg+qi6gXNeDUe3DDjw0GWcJSLRf7kQrQVR0cobVE4lakPgcJ919z426MqA3MdDt8mwCfLl+JI4BAI+LXNEK98egwLgM/Pgx61Ifs+BrxbHatFaEgGl27thdzgsPg6uHh/iA7OpzDXfP6EIZwGpXEFw/5lQMojEX3mcM3QFfHwAn/E806JH4ziRM/9OPjd6M9V01bX0e3NDPEX0WrNcfbphLvWUSSVpt6cwmPOiKj9qqx7ephq0VMChzTlM88e/r0s+8gwZmZndZg2I/1vv3kGgTjvZm117wNbqyBu8Ff14RoUGXYnFnsxWR/w7xJbLIt4vfpuJ3ZJSvQW1Q6SqSDber6DvD6vI2yPZ9lqtKuHLaojVQwZ3Fc26pWty6Q4H2EZIyoMdLw2MU3kKsQoFZ16/aT1erJ27eq40E0zf/aLH9Ec3ZpKV69SVNkngZfqwC/g/ooujH/8dVZ/sRajWSfmvYr6dUGxF8917myIeaWfem3dnfhgw5v3ZUoS662ZjxCbLtvUf8dj8/R/+5NrFJYrVVrsEoKxLGHAyslcTOyOfmdmtOIuO2lflH82GqKTHEiqSJiXmo/hc4vnFyAT/30w6fhk48R0rfxSsOu5l2OaIpYyc3X7EaxYdf0nJqk6HrNafyHSrXzb6OGkU4bS2s0gpgCedtCYYW87fQ5GFe+bm6wqqfpVbtRpm+VyCt4NWfU7Dp5K+SDWfTDD0SNSiW9mv232dU0jczJjq7QmevNpAczjokH6h/GprkxTOwRFxeJuwv0CIEsPeKRs2Wq6BXVRAe6MvGqoejR6KB/kCW/SzHf9vN+munOPbdGdvCliB6bWAYOBsPBYH9vbx8iRCUOqOMQBYAhYIkcZPeYmdyX+KWlnmuJ/qJHXENf37t6de/rmek974cxVmY249nr0p9ioro+6uuMCG/XETVmhelFfylmOblEZJGICc+FmgxcsmQofcWQgDeW9PBccygqWFcjVcOKiA6b50K35GUcMafEv8Ch5EQn45VcuHP8rOdppqppqjkb95+lbaASayxS7yk18yk8aAEj4cceL+gPPuz0ek07lwuD4IO7u5axZJg9362UTkUo/45cMwefH14ef/l7CmkTmVbpe35soxAIQmaCdY/qYTaZDtVNM93Eo8pEJ2O/qj7m1U/meefTt1TT3DoaxGx1/CTaT1xURf1JZO+mlCkt/gVKi4Gvb3TnPA9M3WP4XUCxuN0FjrRXNOxmu5E2i7GQ7dQDb//Xg8FzK5/4kFhMB81mkC6Kr4sla99SvdZqRYetxs/M7VUgFhdMvHFusr948ttdbeqhcSrkW7qw5JgFPg8sLa4aeb5gOpBUb7XuaMEiQKLVYpbznZVsdsXxuWyxWofEc9Gdrdads30EQ+rDr0G1nFN9w43aTuAvE5cEAqZaICKvHgQAUANqpMRA+HxLkTW/6CtqnQALFOwunzq1vGvKB+QWCK6c4GzZ8H1DTade3CWqvKP7P25c6Y7smD+yTX5G+I/s/zhIEiEgr535+OGovFCj2gmP0n1ikU2czPlRiKkKMpwL8WZn4lDMm3YxivbGV0e9Xn+ttLbWmwahlWFZJRIExGZMIpRWFDTaGwMHtNfTokALslor0LKBFmUh7GctqZzPFVUjd1qxFPgc6QdSznBWMpsaa0FXJP7gNgnl77rEHwmV/06KFAjcmyVeTOmOUxLNnmoLsmsZzrQc4799Nyc4rPIQ6xQcrOsPmlspXpALjnskb5lqLEnedOcNMMdk8w3NBFZPokXr9bIA1+LXjg+jVra3u9vLEl/47JE6TGswKeG0KDf2i3iTLUvyLNmoQ/oGDu1KgY3oL46F8SnlCumrgyEU62DYv870gXL3h0Qem+RFbNN7wMP1qIQQeNxsNjtlUxPsOilveqJ7nLU8LP0YuLtoHU0NnBIUOalTdBVeF5BsYgrzTb3ecNbk1/b3iVH2bgLKWq0ezdg8UvfY/3SGovo6tRA+xrQSnjkpS8IDT8ye8T8gTgt6hVjutIbQd7cKp+XtxYY5weRADXeyyaFFTXQSu6pb9dut+izZm3PLzor3ydOd7jd1VkRzh0+CESZ9RNH9pH9u9L5JdIOTfsmaco+6pZHN3WiuQ3bJEkkCYxDbm8Vj/0voT6Hl6a9/IM8lkAuo3zLy49W4G1InmWvUp8A2S382rDbdZY4SQXgsjqT7VgSq+YVFAn1BRGbJ4QSW437sBBZ6AkZBCUmu5Boidr6S4kTRWWmWTiJD9bBWMSpGSVMLpXIFi5Ysp0RdMLHBC5hV0dPFUn6zIrDoZXiIexkhUbJP5DPSd7MpjhX0WvRTnB60/FxUNlROWlp4rlD8NJvCtptRZAfuwHrG9SWNme1Lmf0mBvm9CvhaEMT2g/R72LrSQkyrNWunQeLzIHmmTdS709+nSL4D4vRv2Jo8wzIzPzhobkSwzJiZfNGAWJb19nu9adlumc9c2QiLPslnQncIT0E8m8576XXILqLYtjX5TbPpKkY3FRCNRBTzlXt3diMiY6ToIOrcBVMW1jbyczzBfqL1LbknHpTbMTBoyw+eIHeSBU425n1uD+O9hnZEERWgS7qnpj/dX4j6rcmuw6ntOrV+I7tUYocOwbT96Lp4grlAfa6R4daKf2SAuAQC6A/zihhUT2BCvGOCyoY9wrbEG4zCr8GqIsNSeJ7jMId5T/dFQ7WKjmmnTCWPNVUUZcOVVTFQjGw671mSIknp5pw37GOvPXbstU+QAAWcwkqSxPIoxaZLoizW65zlO4Gh6CleFDOqLEtq3lCMapiy5HyQwemfnXN2/a7kPRBMeCUYO4Q3aMLMJL5aGJj3tZkfGFzp6ogKSbdTAI1ifY5PpYaJNDHWeJxh6fJNnUOF2wgnu6uaLGNvVLMLiizbBWH8v38HGBcO8RiqiPkUYWJMDav4eSOjlyt6RlczYtEtitbXFxYXTzgStE3tm4NGAB90MB5VN3Ie51pfxqpgpiSR5wVJ4kSZ/MzY9xe0rEH8S2iFlIBSKcSxiycXbcPSA2z7j6RzuUa8Hk1kSteI1S+iFJxsUq3RbXyJQx0iYuzv0k9yRMzcCTlO5UUx9o5R9x3MffHMOOKfeIJr7NhbzYQvmf9hS/ITJlMWdRLBAEMAoTVRZMixW3fZiJItBUW3l02/Jp3tTawWg/FwP3F6Hx8+1HxHkzt5z0mY9onrMOPhZJPBwQiaOJ3NpqGtIVr88eEwwe5yfHAdxyatha5fT2jLg8SieWKtMTHhIG3390qbbGSeWX5Mtti4aEQZKrqrORjM4tlBMIsX3SNX3OJBvL6QIIpeJe4V58+KM19oL6GXKJ3E8Q+tEh0EeunRR+uPXmo8+mjj0qPoUXICMXKePPN+9H76zOwRH3Ue7V56tPMo/SDmUvfR5KQ7R6M4uks0rMH9qYqNtOhj6dCJUC8C8vSXP59NnNjE938efYZ6xmTs2Mx+YqvRrBIv+kVWmFjbC24tNvAgW5boXeQH3cjJnNDq91XRV2Tdz3sFP68s7VUMO7+ZZg0j1a6kzSXPGZTy6yvrGf/ia/RaaSGzoivloFbIWLvvi80Q0Gc4uRDU7bSbzmxkPC5dWm7Ki2fl7IWdS7ed7iw2TG6znc+kjdA2pEztKzETlrTXf0Z/NLMC1xFg/DUU/8YsoZ9Ev0jdkNFfJ9OpR0JiSknEfcLcD0iiK+RHS69kzuxkORJ7h3XM00TPe4cIK/s7sO7hd5DfRLI075h1xV8pplKSIAJUkDhhA/1s9ty5zKcyluFxmXPnsi9ZoiKI/hn/JWy4+CX6hvQxT00Lsmh9yttZQYjYinnEGT7LTuTB8Z52smO+CphxkzkJa2XicYvs3bYwHcg1ss3D9WPbPfpzR4m7kgiWVeLHInnkFQdWSjwYod4fO6YTrJnOM3mnXrcLj0fArvbGh1f671UURTeGARBFFBHndZ8x3GzfMdN2oZ93fEDB/eCwf9DSfWNeB6TQX8Ob+FaF9bwzdQrTnZDiKU2mJk8b9Ffrmq1pavemyBNoZ5Xyewcxth7Eh2/U72k2GqFurpbfnphjxheGiVuX43fEKv07/igmJ4uEaOn6rrbgWLv3aGZ5NRunKEcOE/nRj9P1qAR88gnqxW4zBoFk6BNOvTZ/LhRRl6ZT/8Tk1xNasfcywrV1af0hsglnpD3Qhm/qkpL2TaB096UV2TD9tCKxWvbXMpaZNn0I/rzqmemaZ1oXsyeaTbMVbBrLzRNoMZ8NPNMuZHKuadummw/yacu1wiDIZ/J2LpfN2fn7cu28HbRzmdWz+YrjVPJnV2e6qK8CN7ZKf5c5bMZChhLC5PfBsDBxtEx6hPiy9r1EDNHthHzYjB0flBBqCxKSexoPy9/eWz3V1mEJ9PDJJ+RA1OzierH0fEkgysazpiYI4vjTvMKyWk9RZR71BVmT79EQq/IvvbVYXCs5mhjI5x4RfQANSlp137oIC7LmnU1rqiF8mVdEXu3JrMTP6ZmJVQpxCk3kMV7shjkhUXQPqQDknSxe1NOxD3BJ2IjlKVNVDeI7C82wkBFSKS7lS8VK1C1kvUzN8K1UpqyoYglLiCtqLMZSOR1uV5fvRCPPOb9QaJssp6T5VP6+fLFSXFkuVVnHlI9V7TTWraxjvhhusmilLgYZzVi6cP9tzdk+n2sJxiW/17wxQ8eEV2pQ59aT7Q7dNjD8SZzKYhKGEIDHgBiTjkbou4e8IJpuobCQZweKnCkUlgrSXw/39sjG5thBd1RAgvC2VGGxkEm/lH+Eh0jB/QQW9ycOCvAN5crRPZvNoyXr3rCGElOjG4qztxc7ByXBww8+COdzpWjNfqPgSivqTX0rXP9bsqij65AzkX516CrY7ayxbeJklRrgEacblPoSQweINRtUMo5jt/BklhGXb5fvXbtX4GxX+aenT2Zydo4XO7nC+XvWz36b7Av02vhXVQmXFL+olp7M5opa8b+it5MLvs29DT9xbFM3RJUXtkvwVHThqzIn3Lt+kfNrWjmfeT0846slLGrOl5O18XfR7yZ+S4pIZ9fYbdZLzRQqLnplMZ9/7Zve9FoaXtjb24XWeGVhkgDh+CdJ2u7MB8KVxB5lakYV/+5gC7iCfRKZYcVYj3PDvQPqzqRHQvrz60k5D9BvQo9ukV9Bi61nyc+UEY0zZZfohshOy16DOnhxnCyMUJnkPuIDF118RobZyeoax4qOya2dW/OfwWmzVn3k4ddkMlUSF5/JWNaxc2czJZwVBMMRKsqHn5EDJ5XK6LLJif9fZVce3MZ13vft9fbGsVgssABxElyKBEGRi0MSKZKSTOowoYOU4viWFQW04qN2bcty3ThIrXQSJemRNrXJmcTNjNI2mTRNQ9e5HWfGaTIxWTfH1E3SNskfISepp+00bqedNlDf9xYAQcpuEhDcA8Du2337ju/4fb8vFMyMlg6Rw/QI4rK2feiWm7MXpGCIHHfwwO5QKJa5rYAjmiCV3w6X7ev/LVInJrn6GkVF5wHLRBE4E4gmUhCxnfedHpyYJ0IrGaHIx76wCzZ3PyFQgYahT1DAaWNBUtFg3BFZQ74cEQKnJZV9uIElXMPKU1oE/YFisMNIwQsKvoto22z4QVFhizza/wBPtHG8T8M8i5qacu38haQiTYZknNd1vfVtU1X+XlYKvIJ5vh+LX7R/KEoC0JxvPYcl8sx8zz/opmAuGOvopLjDlowaw1lH17PDRAFtm6hRI1+TPhw0ZfxNqZYnSmfIl7d79M5NonWCN8sPD3cxEOpOoTZqlA58oCn6/SSKfiM3NpaT5URr4zWulItls7uz4oIcMAVWilt4UUMbu2fH2ETrZ6hZcN+XG83liA60KNsJHoUMaVHs9Uv740UnCo0pgCeR/AOgpkbDxzo6Bxju/TGMy9NO4kcyes2ms7JSr9dpMAT4bzxE1zevkVfZcTbidaceX1taMtSmZjSblMK9tbnaqC/He3yaOvUiwUzWZgH2XMgf5ULxHqllF1t+go4K3qYFQMC97Qv9jGYoopTFAVaXjegsGw6usudOnDjH1g11BcwDEjtYHWQl1UAK2VFZ0HJV4/6Q7rp66Ey9fvpKOn3ldH2dkuaphgvmftdQmS285ia1NfYD43KHZRyC+4EBIUVqCFJ11cZyogCW3zEy2Lr06sto1Wk1nNxEPhGLJfITuda652RGEDOScepOmYhkmyjukc8VhfzG84byI4teZiQ/5N1r5zwv18uhCFbeuK9jYhpBWxE8oj/kBfIBmeSJlrm+1GjWyWNprdf7kgkPrSw1+/qcBmrMe+tgeNlT8p6dh6W3dV/PUZbfObCiFWiyKKKm1+xu4B45f87COUxT10W9LrXVFBK64p/o5lw/jzHwcUd9wnwiqaP1hCmFxMnJyCEzEY4YcoA/LLLOwao+4OiSQD2tmtFaD8fDZjy0OlgYyvM8i1E6m0sJAU0PR2Jh1vx5xGGJHHNXUA+RsyhSWLjfNRIFQ9Jy4CLOaWI0Arz6kfDhBG/zEstaPG8JUtGMmWY83KujQ+5lsPCAZcdHtFl536yy3lxebg7t3z/UbFImX6LlLjXqk2cmvV2HFw/vYnb6n/v+P/8zGLvfwO/81NobuZzXy+UeW0KFPA1S+fmyWxvvAMZhMBjIV3q8WFY7brxa8yi8nfQatBJ3pXu1v+KDXKJQqAyIz1p5O1k8UEzadnJyqK+kXZIGY+kSO7KatOPWF7iBSqGQUAKfC98rufFMsZghx18yRp3hyaRtpUYyqeJWG/wa6asxmuHPTyFGkTlE4vTAfGMRlRJ3A+meOLGndtvZX7ulfmNx5L0njr79qDtb63tPNJMZyWS8++64rVKrF4tH528+8vjherI6W0gXM5liuvusPoEe83OYUrLod3/ySP+930KXyOqebzLXj2FbGBLgiWmz4gCEXKDpYdvoQWCMoTTe15jGNWZpjYzpS8sNSHBCptzmChG7INLodfiizB0I4I1l1CBTOqB+nS2gb3dM/wJ6kWJ9aLYm38QHiTMByQOeY2qUJlM0blfVOKrllYQsa6GgpIdVFIo7CU1WHVEcvDWbMM3qkaOyUzlWLh9DH+x/yy4JS5om6URNCLKqqcmBgiRYejZx9EjVNJ93biyXb+yx/W6ir9I4yAWwkUNu0xJHZDKDx5ZIx5ApDhi9uS5lJx6APMIAWqhN8bVKlQaKGxzpfyUOPSOLTloWiZ6i2rZqhUMa6a4Xb+AUJ5MLu244l3HODJQHyPsHnV+aejSmm+Gg3v1l1nRdM5tx0L1GOiwaOKzJrCCw5PbDCpKUeTHgWAFOkriA5TzuwMkGFjq/lDhB4CQtGJE7vzTArG5YTi9XrkKxbrgCSFWYNbisH4JH7pj08339uwvCrYubyPFazX+fGz6OvMY80sPF2ePC8damt+v3kKO5nXb4FdLGcsBlQEc6MsS7PszDbjO9g4kSR4HuHT1EU61yD9gHR0YOxB7gIL/CAftBjnswSnMtZGR5wiEbzoQs05+SjTD5aJtcCFwo7exynk+Q20n70k5sBUgSxGAciiT7+vOlbNWJSIoSMIimaYQ0Q5RmZjImWud5BcwTT9x2aDgq84KkaEEzGk9lC7tKXrwnhsYvc88vUyqRCqgKWaGfUYIGCuT+RRfT5AXyx+fdvkG1KUdDTjgS/IUXuC6Sx2wn85Ks6Opqvr8vGQnrPXMhpihBpkblkZBne2be9tN9h1bK5aWlZPWO6gLZWFkrt9YgnL28Vka0X3T0uKXtfA01wETCyEHGCpgW3LZ61ERMa9UjR5NRYoW81tbiK/S11Cay6fhY1tt4GDK/dOIufTSMSXOX45U10K5g8fyK02jsCHek1L0bzW6//TZ6nNosimC9A32Y2ifG/HwC2/c5PytVbsDFKbRqpbAWDMZNnPoLsqkHgk4Y99UOP2LnzHOXzpk5+xH0OMRtc6yg0QQJ3c3WRxZvUPfMze1Rb1hktuLt6j5eBmVtL+si5xrTnEdME9UhC/MWD6hG7t0hsuQQ1Yl7GdMKNmlNRFrAFGTZJZ0AUwUuIdut1mxjO1X+qwNx9awxhtSzanwgPfaUDzD8vL/3T+0ve0AF/+h/c9L/Ztn3C0X8vWn/O6Y37kZjksxuyK+6bQY3aZwJzrngqoGomFzeDz2hjkH4KIV8hbaEqDGRqliI2XKrDLIav+uOosYLwvjSqBhFiOV1sfS2iqCznL7vsbLAs7uPHPIkncfSxNHFKlE3VHLnW96U73I8a6u6IsgooDnqqMjxCS3IYsGQw4E0r1eSokB2gwYXEsUsFxSDvXGRMmVqI0o2rtmQMzqNIHqq5pLxor58oW9lpe/Ccn3y0VPRS5eipx5FG8vmox+bn//Yo+bZS4FbL09OXr41sM2fIZP1652j50hme/mB68u/ruzryu2WuYQ2YPyDgGmfW8Emcw8djsA5RpPb+sGzzY1YOh27CZHZABuYTAlvJvvo6gF0UHDjenxAOHhQTqSseNxKJeSDB4UB8qHbnZ8pxjgDyHaTUpO0GUq2rfYjN0vUPNuPOvDHwAimnWzHBnYCpYCzY1FvER2n2WjqWoDHmO8bTfWsEjpiVNXMZMydS8h/nvnvZnOVlRVRDhCVxrK6a8Uga5PtznPALAXcqFkM+b/JI5qGCof8VPX19Y8Ui1L/mG2P9RNBdn39PGxJwyUp2+ufBD4q0GhrgocLOD8NilbErnkBMhdMsW7FRcm/bG14q8h55tjMC+dXB35wZOq5wfHKYhEJiFknL6f0/mK9fvzAxdJv9wfM+tLeOuePCazexrF3cQaFHuuKANw4vkmb/kP8LLr7jjuKd97ZepHVWk8/SV/oSOu7yP3M7aXbyfu30EutCvr4uSz5Q3e3nn6jcswt6GeFI+Vw5NxmT1lXaTF/y2ovwsmvXqYv9IxfSOuP/FJaT6O7aUlMx6epd/Py5WmkYq3i2jXLBVBDIV+hhAi4za1vV/wF1/XsYPtqNns1k3nx56+hVy+LzpMJ8cknw4EnY9LlPzx52l08OXhywV04iVAGZ7OZuey/wFUcdHCiVEpgB909GQ5MTMSk4dbayUV38ZR7cmFw4WR3Lnuduu5UNOC423Vda/8DjyI6d6z/GHm3PuxX9lXyvnyZ3PhL/3PsWO7YsavtuoZXevONyzE7FU1Kg7ouANEfYG5BCidlfdwv5uOklM/RUuh5XyL1fSstp/VZeqOkFCRups91sAedcvJg9doiEoY7cfOu75vP+rYKTARy9NcnT5HacxdOu6dPts6yWkbLjpQyRqvyTObLz2c/hF76PlTvqQH4waknoMir8GzbD3grN19n/n69SGgPN3oS2aL+awyR/HdSFvgggGYvNo6HvGzIs5DbRfUjZ/Uas4rm/UBntA57DR+gD4cp7fH0Web1eCwpd+UWw0+W4pp6GX86fJUwU6O11eYyIOfja2hto0FEmaVVb7WBVsHj3IToIZrdse60Xz0cnB32P1obvuW4G2sP8F4/dsTyGpThxnKaQP6BRgF061B87+YmWqW5QppNuvIcL16OM1v8optML6YXemqe8lRQ+1LFz1JJlHJvjb4o5eZa69m4nx+XeUPeLdQmL+itE6DWo2FINLPG0vIKWllvEJHLN29Tsl/for2lQ1Dew1rOHSsh6kZspzkeo7ZICwL9DES6mfd5Dqsyx9m2VlcNjxcl/NOqdFzkDaRC3kw+oipzVtBQg1dlLG9ID6uSsrzRLueb6G8oVzdEooylECWtAm92hPJVg+uPaC9EciKPE831lhN3egpq/QcA+7olWW863VvSFiZjkwmSeyozpyh+HVcofxAu1KJTRCusQQZ2opzSFOxpSHdadW24JAOBQdknyjajnp2tULtQxcO2P0f72WLsqECd8nYbjcAyTmQgELac1hOO6RrhiIO4vKBpX9FiQp5Xta+IghL69AsS5vJcAL8giWyeVURuVQ+hFhDIWAl8VNFNfV03LaG1oeHoN1RpHWvo9qMIEwUSH3nPESk86OKjrR+fJeecI+c+q8f4OVZdn+MMfBfGHFlLZwXc+rpSnycC4fFIgguqDd009REpFGlI6pExSVUZzccksAy1rk0SufAYqaMLzGPMO5h3Me+HDMOICNrbasuuQqhXClXdqJ0nX9ljUbBY1+xodZQdENMsBnbHUVJrmIi3JXB7TIP67Vo2iDKAcNlWlX5iajKliBGPTOJubXwggPJVXIaDa9TBDZioaSC8qgG1/vX1+5+Bwol6H/n3ckEkqkTU5Fk9wiocy8WiPMdLyKU7feHSWayjsPZgVRM4PlQYQsGArpypCImtur8vMXlm8k8LLKcYkZzKIz4mChGpGEveU+REpRS3kryOLib6AgENXTyCw4MD+OiVw7CWjv5wsJ7sP0n+P6KlWVEPBlUcSl7gkISwjESWHxq/wGEkG3g6bDRN7+whIyDbpczxBVbkpZvNkDV/IxkJj1tunwsgrRkdiWhw8jw5Hkn7zPAldWQ6KAUi2T3OkHZKE/jbT53osdP7/D1EDiUaf0XEFbGQtYjqWq2R0eSOM7ehQGsF8u989p7n7Oqx6k+ei9fqnsUI0AbomGuTUW+IuZHaS3zrJ6aRpltYEwvna/ZOd1pHtEkh0i3y5CkRnYw844FpEBRJLybKj0caCHJcLYrto/uHzSOUd2Q1mnqo7Dy0SrfJ4uWFvlMZLqQH8xKRsYKjlrU7RDbkfEgPsdMRsYpNhOqKNLvqNfwjrMaN4+0tGGyTtVoylA9gmY/JIU0LKXHSrwL9wbFwOh1GW3YhP38qxcWjnuwAYFLHHo1Jz3L+/bnIq2tGazWg1PlCqXCuztux6D3IsYPKZ+UAi1YMzXHUAFyAahhvbv1cNnSlq289T8qR20wTjIlDEHjp1SqkdQN/Lp1CwN8wG14olW78/fzM0p4TqDTT37/U34/WD7W+tWvXu1793oTnvXbo/PnzbT3hQ+ScSZBycvtRO+d2Bzxo0yzclRJC569IH7CyWesD2ZFUKrXvSjTDZp9R6umRdNVOp+1/rmaybNay0+1z/hh9nuYMaDt3wBMDCIASaq/2k+5fQjSVeFsHt6s1EVfRj81kOrNvZuH4QV054KV2y7Kk6dmhSNS09fxb93E1N9KvZxJqKoF+py+izUzOFIaG0CDqTyJOLOeQivRd49FimVUVtxY0cDAX5np4nCLQDinrrg+HtDqub+8XGax77dUWZCjazmO+lawHxqZ2PqYA3aCggTEfPADADtB+0MbUhScuTNHFhs9IslxMjxeL4+liysr1KZqAsVIwg+FIwMJKSFZTOSuFmOn2MVMX/tcnjHwMCzQImRcCMsZCbcrdw/E35PL9g/E8x7+tUibn6eHA+xh6npEoPvRXvWDml7/KL/0ql7aFl++jviDfGJ9vp5z1x4VuhmPb7c12STGrHoRedLJwBtQVRdHIdWqKghwaWUFDLwLqKuW9UQPP1gRTBSJD1RRqW/UCY1WIcm7BzBztEGPgPPBTe5RsCcxB0Fpq3gekqcFkKThszw0W58dx5eZbXrhlQpnc9hlyBrxY1EumB+eGl5a8JXc8Fh3ry5C9bpmvoj/3ywQ3hw0oRz9altyjmSM9BbCOPvUOWHSEkflxsXrLLZPy1GBid3A4PtdXrO/4BH1i8PBwo+GOx63xvkzrz3r3tu51hXKlGDRyFuCUHTP8OjjLl8uoXF4BgG4ZoLq9MWMgEQL7yYHrueRciGmnkm1HNezh++jYwl3KZk7NvtXadlnfoWjmryFN0kBw1qTWa5Kmfd/PJrMUMcJkCgsb7eQqncPimpSZL89nwH4PR6742X0fTYnxIAyfwbjIbOnnKzTGIANZddpBJBQuXwu5eAcglFxZE1STphpYXlqKb0E1UNP3Nj8C7g4PMqWqyzSurjdHt+lza/aesGaHoK12ZxWi6qx2MnGnzjyEmIe2tUOIVr+uhgsVG22krBY9B6pbqdYmZNmDvWuwHF3rxtX/hFwHsCdVGGCpoeZnPzcjRQvUgIii3fntHJBSiF0nZHnABToN9J1d75w9vG84JwR3zUxd2bcrwuu8JP2dnDDNhIknLmRHj8ad0b27+wL60dHsBaTv24vxULaqRvb1JbTBTEqwBFWbkU044At7xw/GUm5yLOmM9nFmvxE7OL53e2xv8PrY3lo+jboOnR7j5Bl5Xt4jh/tNM99r5Py3j370TXI6HE6He2UXwIWADuOLE6EsUYRq21AiXn0DxR0H8mHHEcRdtJqbNC+208MZDOcJv4HuZvco1O3H4dEo8X+dAdZj/43WKY4XNDey+l7n4/jMDNMbH4D99olcM2+6BaFL9wqmXeo6pvBScFd8WfM0MiKD/uW3SPV3k6KujJ2KxU6NKbqYRMx8axP1B5aWHKxKkopX9g6U2N2uu5stDfTmhghQK/Pw6/TocWgJVNraomKjzj/gXO7tu+vDJzKZE2+CxR2+rdgDAoS1FcRAv6GX+Mpgf2FwsNA/OE95TFOfcRzQXfV2m+/lPfRjf/Yy+8k4c4w5/jq8lURV7rAgUibEzkwGiiTIlu62D3b+ghILNenFN4HcEtVbq04dkBWt74oYaqvYaCw3my90d1Z7v2mgOh2DVsFsMbVU92Otm34tO06zLikSeTvA0y8B0Fvq+tL+Af2EtHXIIUw1EIuMmbXqOK65RJD9VL8k3U8eWagkWVeu9F8Jox/1Y0u6/79QsyT96D2FK9Wtdv0yepm0xxnauylOiegwIFURVYrmeWx7mSjR5XgUlKMIpgRHbXoqGAVonAT6ZOqu++4c51JCZF4qVybHR8e4xWCc19Rw3/SQxUckrAtExTBY4O7lOTYQicdkng3zAr8LeHHvJwfsu+u+UVyPCMk0OdkH4xxiOTU1FXfTFiY6dpYXWSwqLOaJKqsIWAjziLUENgA6wrVrRE9EpE4OMHVmkbl5h0wluHBLeSI8uv6kPOADTMm1+4ghdxwUaaLagXg5NiBGvTS7uwKoTJo4AgGgqJam37LM7MUrF2dnH3nvxdnW125KibwoWnEjkH7rRPFkOqAbAi8LRliWj8tYEHlBjMYC0QFR4EU7+3Vwkyb2l1/ZN2d+52Aunybda5ac6+J7HyGLG37KIkNHLBrdk0myimapmhTEMdeuJexXWJZog0QE4lAwyN6kISuUdscnpt+WkpIPHBofeueqJm/ZHeHxAhaiztzE3M68ZUdt7EwINl6FqhlGb1w1/i9yo2QmgpqhiFWX9ISCCRXTrZdH3kduAxbXeqRL7XhCILVgRnWj75aKeyShq7rIyZwWlKRZDD4CnnzpRE2R54Ro3wOHeIE0klit9am7vOmXJ1IZJ4GYufaJZx9BxS1xt/XMt1hdQ2hoPBlHsmIqmhTgonlrLBZ5gWUNA0RGsjz+pU/roXA8Xrz/zp+2fuacnyyd+GNV6vSBT1P8WIGMyRTeFvEA0AqT7TRbpWg4sPnYkIIA7AZf4owJ0n53zXCcwO1ThZlvcBwrwsYBdJqV+QkB8wvoQUUSZu/nRUF5YIXDnPLrD/ErAmkMT22LzTV3IlXyfrRBzxx1JLeYO3g5t80J98WHM1NPx5iOb+bD6Ema69bGcDj6zdwH4Rj0ZOyVhzP7u+X9CUWfQsQTOMpyFIIcafficT+djEDkgq9KyUpipP/USS1CpunOTlKSrjHvQpeSkgBJW/iItv/i/vaOlNw7PfFuyDXwfwVB8YUAAHicY2BkYGAA4lWM4ubx/DZfGbiZGEDgtpnQKRj9/9f//0y8TCCVHAxgaQAQawqVAHicY2BkYGBiAAI9Job/v/5/ZuJlYGRAAYwhAF9SBIQAeJxjYGBgYBrFo3gUD0H8/z8Zen4NvLtpHR7khAt1wh4A/0IMmAAAAAAAAAAAUABwAI4A5AEwAVQBsgIAAk4CgAKWAtIDDgNuBAAEqgVSBcgF/AZABqAHIgc+B1IHeAeSB6oHwgfmCAIIigjICOII+AkKCRgJLglACUwJYAlwCXwJkgmkCbAJvAoKClYKnArGC2oLoAu8C+wMDgxkDRINpA5ADqQPGA9mD5wQZhDGEQwRbBG2EfoScBKgEywTohP4FCYUSBSgFSAVYBV2FcwV5BYwFlAWyhcIFzwXbheaGEIYdBi8GNAY4hj0GQgZFhk2GU4ZZhl2GeIaQhqyGyIbjhv6HGIczh0sHWQdkh2uHf4eJh5SHngemB64HtgfCB8cHzgfZh+eH9AgGCBQIHQgjCCsIQohQiHSIkwihCK2IvgjRCOGI8Ij+iRqJOglFCUsJWoljiX6JmgmlCbcJxInPid+J6wn9ChQKIoozCjsKQ4pLiliKZwpwCnoKkQqbCqcKtIrQiuiK+YsPix6LM4tAC0yLZAtxi34LnAuoC62LuAvTC+ML9gwTDC0MNoxDDE0MVwxjDG+MfQyQjKCMrAy7jMaM1oznDPYNGA0ljS8NM41GDVONbQ16DYiNmQ2kjbmNyQ3SDdeN6A33Dg6OHI4ojkcOTY5UDlqOYQ5yDniOfA6bjroOww7fjvmPAA8GjwyPJg8/D1OPbY+ID6APtw/KD9mP8A/6D/+QBRAckDYQQRBQEGEQdhCGEJEQrpC3EMOQ1pDkEOiQ9BD7kQ0RKxE1EUKRURFnkXARehGEEZURmZGvEcoR1BHaEeKR75IIEhASHBIpEjYSSZJWkmOSchJ8koQSk5KgEqkSs5LAks4S8hMrEzKTUBNdE2eTchOEk40TpRO4E8gT1pPlk+wUBBQQlBkUIZQ3FEKUS5RYFGaUd5SUlJ2UtxTYlP4VDJUWFRqVKAAAHicY2BkYGAMYZjCIMgAAkxAzAWEDAz/wXwGACE9AhEAeJxtkE1OwzAQhV/6h2glVIGExM5iwQaR/iy66AHafRfZp6nTpEriyHEr9QKcgDNwBk7AkjNwFF7CKAuoR7K/efPGIxvAGJ/wUC8P181erw6umP1ylzQW7pEfhPsY4VF4QP1FeIhnLIRHuEPIG7xefdstnHAHN3gV7lJ/E+6R34X7uMeH8ID6l/AQAb6FR3jyFruwStLIFNVG749ZaNu8hUDbKjWFmvnTVlvrQtvQ6Z3anlV12s+di1VsTa5WpnA6y4wqrTnoyPmJc+VyMolF9yOTY8d3VUiQIoJBQd5AY48jMlbshfp/JWCH5Zk2ucIMPqYXfGv6isYb8gc1HQpbnLlXOHHmnKpDzDymxyAnrZre2p0xDJWyqR2oRNR9Tqi7SiwxYcR//H4zPf8B3ldh6nicbVcFdOO4Fu1Vw1Camd2dZeYsdJaZmeEzKbaSaCtbXktum/3MzMzMzMzMzMzMzP9JtpN0zu85je99kp+fpEeaY3P5X3Xu//7hJjDMo4IqaqijgSZaaKODLhawiCUsYwXbsB07sAf2xF7Yib2xD/bFftgfB+BAHISDcQgOxWE4HEfgSByFo3EMjkUPx+F4nIATsYpdOAkn4xScitNwOs7AmTgLZ+McnIvzcD4uwIW4CBfjElyKy3A5rsCVuApX4xpci+twPW7AjWTlzbgdbo874I64E+6Mu+CuuBvujnuAo48AIQQGGGIEiVuwBoUIMTQS3IoUBhYZ1rGBTYxxG+6Je+HeuA/ui/vh/ngAHogH4cF4CB6Kh+HheAQeiUfh0XgMHovH4fF4Ap6IJ+HJeAqeiqfh6XgGnoln4dl4Dp6L5+H5eAFeiBfhxXgJXoqX4eV4BV6JV+HVeA1ei9fh9XgD3og34c14C96Kt+HteAfeiXfh3XgP3ov34f34AD6ID+HD+Ag+io/h4/gEPolP4dP4DD6Lz+Hz+AK+iC/hy/gKvoqv4ev4Br6Jb+Hb+A6+i+/h+/gBfogf4cf4CX6Kn+Hn+AV+iV/h1/gNfovf4ff4A/6IP+HP+Av+ir/h7/gH/ol/4d/4D/7L5hgYY/OswqqsxuqswZqsxdqsw7psgS2yJbbMVtg2tp3tYHuwPdlebCfbm+3D9mX7sf3ZAexAdhA7mB3CDmWHscPZEexIdhQ7mh3DjmU9dhw7np3ATmSrbBc7iZ3MTmGnstPY6ewMdiY7i53NzmHnsvPY+ewCdiG7iF3MLmGXssvY5ewKdiW7il3NrmHXsuvY9ewGdiO7id08t8TDSMY9niSCpzwOxEIuCLRSPDFTGkUitqaYHmTG6kjeJtJuLhiKWKQyaOVspCPRzqGS8ZopcCRCyRcLnCkrjbSiUBALu6HTtUJBwoflQKKyoYxNOaCNLUwywloZD01JSVePK7u4la7uxne1prwwy2qtShMzI1LT4DJNFI9Flat+FnW4kkNaM61fpEs5GWRK9TZkaEetXKDEwBYw1rFYzGHiprmhpRmeyuHItnOBx8V7pE7UeMRv03GTx1yNrQxMnafBSK7TOaSp3uiFeiPOV7mFrramvJjpvjozs6TlTMeLIW+DG1vaja+2ZwSdHGeJG+nOktWVCQuzRMmAW9EoRfM8tTW+wdPQ1Po8WMuSSp/Ha5W+ECn9KNXtKx2s9UIx4OQSjb7Wa05pxYGVfhaGMtCx6fHAynVpx3tMRf1+kgpjekoP9c4ZMaHxdGTbdMQ5cRaTkqWpbKDTLDLLM4JUijg0M1OGqc4S05kKkmhmfipoyWJ2vtUJHdyM7TalhZOrNvqZVCGBdj8zMiYLIx4vlDghz9Nxt6QbmgZr/cxaHbcCroJMcavTDkGyj6dukxoloQmRSLmT1XI4H/CUIJ2CrdDDTbViqNNxKxgR7fFU8GYO++59jyhYRSFMJCElk76mo6sG7oza9JuFPcPXRdjJMR235n44CxcCHYqesdwZRKcd6MFAiA4lEp2SumBNpHUiWRSbLm2LTSnqes4lliaMDsN5ysJEkHAKyOlsCsrx4oTRzgtulyfcrJG5pG/7Fkmhc2UiXHc2CDJueXdR3A70ukh7MqL00wy5GfnVd0JueZ8byh9huDghYjPRqZ1yGW3lqYhIW3fC16XYaJSsHgqzRo5SD6WJpDENF7luL5uh80eK/LUWZUs6Ep6SLR66pFhxaMX9aOcBlDaKtDQrcrG9PCvIM04h6WsVdkpMXrC2oyD+/CYRvDiRxs5/Jwrz1O+cpFtIaCPozEv1I6GSckTGIVm3PGGUXG2kUzEZt2ResFCwW0izHIzL1a1JG4xETNGQbwWJlJ18VFMetao5YaUSnVn3zXI/Eipqw5Qno+WJwFAhsGLTbpVQ8Znsyq2ZtmLPguTHSF4UcV9vSlvo66UGCl2lyFZyvVJiU7km7Igyx3BUqqWTV6I0zFngQ6NcQqbKoYx2LXWh2J0IXBUt1axTmdAN+qJMjDRNEXGpXOC3Jmi16mFbRH0R9ngWSt3NcVGmi5FkpK1uFZgKayH2H+iIzUCkifVuWxGb0jbIYpFSXeoMeCDKPN0oSYOCPXThVxtIRRMrA8WHlYHWYSffvB43pHhCnFXtgpA32YUCD7lSIh2X83wslsQfTLcglGlsZsohb3TVEbPgirMJUiF8bdw2Q906nKw6pCRpakOth0o0h6kM/TpreaqvjTh1O2l9JLjL1lV6UhEbyZA8qznSWTpU3JjKyEaqRm+SPibDlre0F6Q66eQw34cdBaHjor4olVTdyeu3zUgp5VC8c7WcyyhjU/j5Ar2yRZKX4VlR/k3jLGhP4WrLxd1mL3C5S8YD7YLC+VPFkU4ehj0+IOO6Bek7Bxe1nDXpYV3URDVqASlJ0WNMKprOJG9EU7nffqb6DeeZ5JgxiUzuLB2qFdxK7Te/UZKFvMqX2aUW8ZQKQte3hL2ix2kXzLlGK8cuJxWTig5hoWA6yFxHupxT6ZKg7xFEITHUAvDQjISwhS4XcsUnvLc0IzGkzEDdWoM0Zc7cZglWJ2hXxaFWJN3Jusn1SNLeWFGlfjEzzYhEY+9THlVctqjH5F60ha2iqyUnqsXaO0qs2zohTxxQFhZpI+EqsuSazYRT/XcFdz4JB23C3q8pu1cSYU3Vf7mZ+GUKaoFdJfQ77jdrSv3CFoueuedzkggbxL1nNEuwWnGommh6uenKFplD4eiSQBFXTd9B2ZE09ST1n3XPdR6MG0mqwyywpkn3hdDfAmqpoF7HVuiha3nCbDgz6Voh51Njqr5naBiyJ8yU6ObRqBPnGKZmhDv/pqGS4lv01gStVj0kgRTKB1othzSZjHbOUTOKlmxa1Eql1u9SjQqqooMwNGPeaFM3iXZ1pUULo2IVJXbc9pDiUwlS5fCIq0HNl91xleoblSiT0SGMROqPrTlhiz6Lu+tRHkFLU54H0YwgFEpQIc0Frh2efcPxLW/4/t2/UfMCO08e1KB/3121Le2nJBeTXDWdJ+ftgPdpO8qivvHNf7PAWdJ2iyHXcebXC1yxtFdtKuexUT4qq4TNqGY3XK1tuwcZmL+R4woVI72dmmZKUobTmoPANdbusrC7sEZlimK8lSUhz+9atRzWii5x3YVv03uoP+YJWp3CXQSN7EtFXXqd+raYQmdpQyhq3X375Vc9EZS30pVSoMiV6G5Jm7pcilxK8re9HaWE7llDtzEurqevbqTuhkiXkWFjg8qRoRtx1zUF+U3C+cCEVTbJqvo4z7bz9Ky79Jj1xdzc/wARDj0u") format("woff"),
		url("https://cdn.boostsafety.com/wp-includes/fonts/dashicons.ttf?99ac726223c749443b642ce33df8b800") format("truetype");
	font-weight: 400;
	font-style: normal;
}
/* stylelint-enable */


.dashicons,
.dashicons-before:before {
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	font-style: normal;
	speak: never;
	text-decoration: inherit;
	text-transform: none;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	width: 20px;
	height: 20px;
	font-size: 20px;
	vertical-align: top;
	text-align: center;
	transition: color 0.1s ease-in;
}

/* Icons */

.dashicons-admin-appearance:before {
	content: "\f100";
}

.dashicons-admin-collapse:before {
	content: "\f148";
}

.dashicons-admin-comments:before {
	content: "\f101";
}

.dashicons-admin-customizer:before {
	content: "\f540";
}

.dashicons-admin-generic:before {
	content: "\f111";
}

.dashicons-admin-home:before {
	content: "\f102";
}

.dashicons-admin-links:before {
	content: "\f103";
}

.dashicons-admin-media:before {
	content: "\f104";
}

.dashicons-admin-multisite:before {
	content: "\f541";
}

.dashicons-admin-network:before {
	content: "\f112";
}

.dashicons-admin-page:before {
	content: "\f105";
}

.dashicons-admin-plugins:before {
	content: "\f106";
}

.dashicons-admin-post:before {
	content: "\f109";
}

.dashicons-admin-settings:before {
	content: "\f108";
}

.dashicons-admin-site-alt:before {
	content: "\f11d";
}

.dashicons-admin-site-alt2:before {
	content: "\f11e";
}

.dashicons-admin-site-alt3:before {
	content: "\f11f";
}

.dashicons-admin-site:before {
	content: "\f319";
}

.dashicons-admin-tools:before {
	content: "\f107";
}

.dashicons-admin-users:before {
	content: "\f110";
}

.dashicons-airplane:before {
	content: "\f15f";
}

.dashicons-album:before {
	content: "\f514";
}

.dashicons-align-center:before {
	content: "\f134";
}

.dashicons-align-full-width:before {
	content: "\f114";
}

.dashicons-align-left:before {
	content: "\f135";
}

.dashicons-align-none:before {
	content: "\f138";
}

.dashicons-align-pull-left:before {
	content: "\f10a";
}

.dashicons-align-pull-right:before {
	content: "\f10b";
}

.dashicons-align-right:before {
	content: "\f136";
}

.dashicons-align-wide:before {
	content: "\f11b";
}

.dashicons-amazon:before {
	content: "\f162";
}

.dashicons-analytics:before {
	content: "\f183";
}

.dashicons-archive:before {
	content: "\f480";
}

.dashicons-arrow-down-alt:before {
	content: "\f346";
}

.dashicons-arrow-down-alt2:before {
	content: "\f347";
}

.dashicons-arrow-down:before {
	content: "\f140";
}

.dashicons-arrow-left-alt:before {
	content: "\f340";
}

.dashicons-arrow-left-alt2:before {
	content: "\f341";
}

.dashicons-arrow-left:before {
	content: "\f141";
}

.dashicons-arrow-right-alt:before {
	content: "\f344";
}

.dashicons-arrow-right-alt2:before {
	content: "\f345";
}

.dashicons-arrow-right:before {
	content: "\f139";
}

.dashicons-arrow-up-alt:before {
	content: "\f342";
}

.dashicons-arrow-up-alt2:before {
	content: "\f343";
}

.dashicons-arrow-up-duplicate:before {
	content: "\f143";
}

.dashicons-arrow-up:before {
	content: "\f142";
}

.dashicons-art:before {
	content: "\f309";
}

.dashicons-awards:before {
	content: "\f313";
}

.dashicons-backup:before {
	content: "\f321";
}

.dashicons-bank:before {
	content: "\f16a";
}

.dashicons-beer:before {
	content: "\f16c";
}

.dashicons-bell:before {
	content: "\f16d";
}

.dashicons-block-default:before {
	content: "\f12b";
}

.dashicons-book-alt:before {
	content: "\f331";
}

.dashicons-book:before {
	content: "\f330";
}

.dashicons-buddicons-activity:before {
	content: "\f452";
}

.dashicons-buddicons-bbpress-logo:before {
	content: "\f477";
}

.dashicons-buddicons-buddypress-logo:before {
	content: "\f448";
}

.dashicons-buddicons-community:before {
	content: "\f453";
}

.dashicons-buddicons-forums:before {
	content: "\f449";
}

.dashicons-buddicons-friends:before {
	content: "\f454";
}

.dashicons-buddicons-groups:before {
	content: "\f456";
}

.dashicons-buddicons-pm:before {
	content: "\f457";
}

.dashicons-buddicons-replies:before {
	content: "\f451";
}

.dashicons-buddicons-topics:before {
	content: "\f450";
}

.dashicons-buddicons-tracking:before {
	content: "\f455";
}

.dashicons-building:before {
	content: "\f512";
}

.dashicons-businessman:before {
	content: "\f338";
}

.dashicons-businessperson:before {
	content: "\f12e";
}

.dashicons-businesswoman:before {
	content: "\f12f";
}

.dashicons-button:before {
	content: "\f11a";
}

.dashicons-calculator:before {
	content: "\f16e";
}

.dashicons-calendar-alt:before {
	content: "\f508";
}

.dashicons-calendar:before {
	content: "\f145";
}

.dashicons-camera-alt:before {
	content: "\f129";
}

.dashicons-camera:before {
	content: "\f306";
}

.dashicons-car:before {
	content: "\f16b";
}

.dashicons-carrot:before {
	content: "\f511";
}

.dashicons-cart:before {
	content: "\f174";
}

.dashicons-category:before {
	content: "\f318";
}

.dashicons-chart-area:before {
	content: "\f239";
}

.dashicons-chart-bar:before {
	content: "\f185";
}

.dashicons-chart-line:before {
	content: "\f238";
}

.dashicons-chart-pie:before {
	content: "\f184";
}

.dashicons-clipboard:before {
	content: "\f481";
}

.dashicons-clock:before {
	content: "\f469";
}

.dashicons-cloud-saved:before {
	content: "\f137";
}

.dashicons-cloud-upload:before {
	content: "\f13b";
}

.dashicons-cloud:before {
	content: "\f176";
}

.dashicons-code-standards:before {
	content: "\f13a";
}

.dashicons-coffee:before {
	content: "\f16f";
}

.dashicons-color-picker:before {
	content: "\f131";
}

.dashicons-columns:before {
	content: "\f13c";
}

.dashicons-controls-back:before {
	content: "\f518";
}

.dashicons-controls-forward:before {
	content: "\f519";
}

.dashicons-controls-pause:before {
	content: "\f523";
}

.dashicons-controls-play:before {
	content: "\f522";
}

.dashicons-controls-repeat:before {
	content: "\f515";
}

.dashicons-controls-skipback:before {
	content: "\f516";
}

.dashicons-controls-skipforward:before {
	content: "\f517";
}

.dashicons-controls-volumeoff:before {
	content: "\f520";
}

.dashicons-controls-volumeon:before {
	content: "\f521";
}

.dashicons-cover-image:before {
	content: "\f13d";
}

.dashicons-dashboard:before {
	content: "\f226";
}

.dashicons-database-add:before {
	content: "\f170";
}

.dashicons-database-export:before {
	content: "\f17a";
}

.dashicons-database-import:before {
	content: "\f17b";
}

.dashicons-database-remove:before {
	content: "\f17c";
}

.dashicons-database-view:before {
	content: "\f17d";
}

.dashicons-database:before {
	content: "\f17e";
}

.dashicons-desktop:before {
	content: "\f472";
}

.dashicons-dismiss:before {
	content: "\f153";
}

.dashicons-download:before {
	content: "\f316";
}

.dashicons-drumstick:before {
	content: "\f17f";
}

.dashicons-edit-large:before {
	content: "\f327";
}

.dashicons-edit-page:before {
	content: "\f186";
}

.dashicons-edit:before {
	content: "\f464";
}

.dashicons-editor-aligncenter:before {
	content: "\f207";
}

.dashicons-editor-alignleft:before {
	content: "\f206";
}

.dashicons-editor-alignright:before {
	content: "\f208";
}

.dashicons-editor-bold:before {
	content: "\f200";
}

.dashicons-editor-break:before {
	content: "\f474";
}

.dashicons-editor-code-duplicate:before {
	content: "\f494";
}

.dashicons-editor-code:before {
	content: "\f475";
}

.dashicons-editor-contract:before {
	content: "\f506";
}

.dashicons-editor-customchar:before {
	content: "\f220";
}

.dashicons-editor-expand:before {
	content: "\f211";
}

.dashicons-editor-help:before {
	content: "\f223";
}

.dashicons-editor-indent:before {
	content: "\f222";
}

.dashicons-editor-insertmore:before {
	content: "\f209";
}

.dashicons-editor-italic:before {
	content: "\f201";
}

.dashicons-editor-justify:before {
	content: "\f214";
}

.dashicons-editor-kitchensink:before {
	content: "\f212";
}

.dashicons-editor-ltr:before {
	content: "\f10c";
}

.dashicons-editor-ol-rtl:before {
	content: "\f12c";
}

.dashicons-editor-ol:before {
	content: "\f204";
}

.dashicons-editor-outdent:before {
	content: "\f221";
}

.dashicons-editor-paragraph:before {
	content: "\f476";
}

.dashicons-editor-paste-text:before {
	content: "\f217";
}

.dashicons-editor-paste-word:before {
	content: "\f216";
}

.dashicons-editor-quote:before {
	content: "\f205";
}

.dashicons-editor-removeformatting:before {
	content: "\f218";
}

.dashicons-editor-rtl:before {
	content: "\f320";
}

.dashicons-editor-spellcheck:before {
	content: "\f210";
}

.dashicons-editor-strikethrough:before {
	content: "\f224";
}

.dashicons-editor-table:before {
	content: "\f535";
}

.dashicons-editor-textcolor:before {
	content: "\f215";
}

.dashicons-editor-ul:before {
	content: "\f203";
}

.dashicons-editor-underline:before {
	content: "\f213";
}

.dashicons-editor-unlink:before {
	content: "\f225";
}

.dashicons-editor-video:before {
	content: "\f219";
}

.dashicons-ellipsis:before {
	content: "\f11c";
}

.dashicons-email-alt:before {
	content: "\f466";
}

.dashicons-email-alt2:before {
	content: "\f467";
}

.dashicons-email:before {
	content: "\f465";
}

.dashicons-embed-audio:before {
	content: "\f13e";
}

.dashicons-embed-generic:before {
	content: "\f13f";
}

.dashicons-embed-photo:before {
	content: "\f144";
}

.dashicons-embed-post:before {
	content: "\f146";
}

.dashicons-embed-video:before {
	content: "\f149";
}

.dashicons-excerpt-view:before {
	content: "\f164";
}

.dashicons-exit:before {
	content: "\f14a";
}

.dashicons-external:before {
	content: "\f504";
}

.dashicons-facebook-alt:before {
	content: "\f305";
}

.dashicons-facebook:before {
	content: "\f304";
}

.dashicons-feedback:before {
	content: "\f175";
}

.dashicons-filter:before {
	content: "\f536";
}

.dashicons-flag:before {
	content: "\f227";
}

.dashicons-food:before {
	content: "\f187";
}

.dashicons-format-aside:before {
	content: "\f123";
}

.dashicons-format-audio:before {
	content: "\f127";
}

.dashicons-format-chat:before {
	content: "\f125";
}

.dashicons-format-gallery:before {
	content: "\f161";
}

.dashicons-format-image:before {
	content: "\f128";
}

.dashicons-format-quote:before {
	content: "\f122";
}

.dashicons-format-status:before {
	content: "\f130";
}

.dashicons-format-video:before {
	content: "\f126";
}

.dashicons-forms:before {
	content: "\f314";
}

.dashicons-fullscreen-alt:before {
	content: "\f188";
}

.dashicons-fullscreen-exit-alt:before {
	content: "\f189";
}

.dashicons-games:before {
	content: "\f18a";
}

.dashicons-google:before {
	content: "\f18b";
}

.dashicons-googleplus:before {
	content: "\f462";
}

.dashicons-grid-view:before {
	content: "\f509";
}

.dashicons-groups:before {
	content: "\f307";
}

.dashicons-hammer:before {
	content: "\f308";
}

.dashicons-heading:before {
	content: "\f10e";
}

.dashicons-heart:before {
	content: "\f487";
}

.dashicons-hidden:before {
	content: "\f530";
}

.dashicons-hourglass:before {
	content: "\f18c";
}

.dashicons-html:before {
	content: "\f14b";
}

.dashicons-id-alt:before {
	content: "\f337";
}

.dashicons-id:before {
	content: "\f336";
}

.dashicons-image-crop:before {
	content: "\f165";
}

.dashicons-image-filter:before {
	content: "\f533";
}

.dashicons-image-flip-horizontal:before {
	content: "\f169";
}

.dashicons-image-flip-vertical:before {
	content: "\f168";
}

.dashicons-image-rotate-left:before {
	content: "\f166";
}

.dashicons-image-rotate-right:before {
	content: "\f167";
}

.dashicons-image-rotate:before {
	content: "\f531";
}

.dashicons-images-alt:before {
	content: "\f232";
}

.dashicons-images-alt2:before {
	content: "\f233";
}

.dashicons-index-card:before {
	content: "\f510";
}

.dashicons-info-outline:before {
	content: "\f14c";
}

.dashicons-info:before {
	content: "\f348";
}

.dashicons-insert-after:before {
	content: "\f14d";
}

.dashicons-insert-before:before {
	content: "\f14e";
}

.dashicons-insert:before {
	content: "\f10f";
}

.dashicons-instagram:before {
	content: "\f12d";
}

.dashicons-laptop:before {
	content: "\f547";
}

.dashicons-layout:before {
	content: "\f538";
}

.dashicons-leftright:before {
	content: "\f229";
}

.dashicons-lightbulb:before {
	content: "\f339";
}

.dashicons-linkedin:before {
	content: "\f18d";
}

.dashicons-list-view:before {
	content: "\f163";
}

.dashicons-location-alt:before {
	content: "\f231";
}

.dashicons-location:before {
	content: "\f230";
}

.dashicons-lock-duplicate:before {
	content: "\f315";
}

.dashicons-lock:before {
	content: "\f160";
}

.dashicons-marker:before {
	content: "\f159";
}

.dashicons-media-archive:before {
	content: "\f501";
}

.dashicons-media-audio:before {
	content: "\f500";
}

.dashicons-media-code:before {
	content: "\f499";
}

.dashicons-media-default:before {
	content: "\f498";
}

.dashicons-media-document:before {
	content: "\f497";
}

.dashicons-media-interactive:before {
	content: "\f496";
}

.dashicons-media-spreadsheet:before {
	content: "\f495";
}

.dashicons-media-text:before {
	content: "\f491";
}

.dashicons-media-video:before {
	content: "\f490";
}

.dashicons-megaphone:before {
	content: "\f488";
}

.dashicons-menu-alt:before {
	content: "\f228";
}

.dashicons-menu-alt2:before {
	content: "\f329";
}

.dashicons-menu-alt3:before {
	content: "\f349";
}

.dashicons-menu:before {
	content: "\f333";
}

.dashicons-microphone:before {
	content: "\f482";
}

.dashicons-migrate:before {
	content: "\f310";
}

.dashicons-minus:before {
	content: "\f460";
}

.dashicons-money-alt:before {
	content: "\f18e";
}

.dashicons-money:before {
	content: "\f526";
}

.dashicons-move:before {
	content: "\f545";
}

.dashicons-nametag:before {
	content: "\f484";
}

.dashicons-networking:before {
	content: "\f325";
}

.dashicons-no-alt:before {
	content: "\f335";
}

.dashicons-no:before {
	content: "\f158";
}

.dashicons-open-folder:before {
	content: "\f18f";
}

.dashicons-palmtree:before {
	content: "\f527";
}

.dashicons-paperclip:before {
	content: "\f546";
}

.dashicons-pdf:before {
	content: "\f190";
}

.dashicons-performance:before {
	content: "\f311";
}

.dashicons-pets:before {
	content: "\f191";
}

.dashicons-phone:before {
	content: "\f525";
}

.dashicons-pinterest:before {
	content: "\f192";
}

.dashicons-playlist-audio:before {
	content: "\f492";
}

.dashicons-playlist-video:before {
	content: "\f493";
}

.dashicons-plugins-checked:before {
	content: "\f485";
}

.dashicons-plus-alt:before {
	content: "\f502";
}

.dashicons-plus-alt2:before {
	content: "\f543";
}

.dashicons-plus:before {
	content: "\f132";
}

.dashicons-podio:before {
	content: "\f19c";
}

.dashicons-portfolio:before {
	content: "\f322";
}

.dashicons-post-status:before {
	content: "\f173";
}

.dashicons-pressthis:before {
	content: "\f157";
}

.dashicons-printer:before {
	content: "\f193";
}

.dashicons-privacy:before {
	content: "\f194";
}

.dashicons-products:before {
	content: "\f312";
}

.dashicons-randomize:before {
	content: "\f503";
}

.dashicons-reddit:before {
	content: "\f195";
}

.dashicons-redo:before {
	content: "\f172";
}

.dashicons-remove:before {
	content: "\f14f";
}

.dashicons-rest-api:before {
	content: "\f124";
}

.dashicons-rss:before {
	content: "\f303";
}

.dashicons-saved:before {
	content: "\f15e";
}

.dashicons-schedule:before {
	content: "\f489";
}

.dashicons-screenoptions:before {
	content: "\f180";
}

.dashicons-search:before {
	content: "\f179";
}

.dashicons-share-alt:before {
	content: "\f240";
}

.dashicons-share-alt2:before {
	content: "\f242";
}

.dashicons-share:before {
	content: "\f237";
}

.dashicons-shield-alt:before {
	content: "\f334";
}

.dashicons-shield:before {
	content: "\f332";
}

.dashicons-shortcode:before {
	content: "\f150";
}

.dashicons-slides:before {
	content: "\f181";
}

.dashicons-smartphone:before {
	content: "\f470";
}

.dashicons-smiley:before {
	content: "\f328";
}

.dashicons-sort:before {
	content: "\f156";
}

.dashicons-sos:before {
	content: "\f468";
}

.dashicons-spotify:before {
	content: "\f196";
}

.dashicons-star-empty:before {
	content: "\f154";
}

.dashicons-star-filled:before {
	content: "\f155";
}

.dashicons-star-half:before {
	content: "\f459";
}

.dashicons-sticky:before {
	content: "\f537";
}

.dashicons-store:before {
	content: "\f513";
}

.dashicons-superhero-alt:before {
	content: "\f197";
}

.dashicons-superhero:before {
	content: "\f198";
}

.dashicons-table-col-after:before {
	content: "\f151";
}

.dashicons-table-col-before:before {
	content: "\f152";
}

.dashicons-table-col-delete:before {
	content: "\f15a";
}

.dashicons-table-row-after:before {
	content: "\f15b";
}

.dashicons-table-row-before:before {
	content: "\f15c";
}

.dashicons-table-row-delete:before {
	content: "\f15d";
}

.dashicons-tablet:before {
	content: "\f471";
}

.dashicons-tag:before {
	content: "\f323";
}

.dashicons-tagcloud:before {
	content: "\f479";
}

.dashicons-testimonial:before {
	content: "\f473";
}

.dashicons-text-page:before {
	content: "\f121";
}

.dashicons-text:before {
	content: "\f478";
}

.dashicons-thumbs-down:before {
	content: "\f542";
}

.dashicons-thumbs-up:before {
	content: "\f529";
}

.dashicons-tickets-alt:before {
	content: "\f524";
}

.dashicons-tickets:before {
	content: "\f486";
}

.dashicons-tide:before {
	content: "\f10d";
}

.dashicons-translation:before {
	content: "\f326";
}

.dashicons-trash:before {
	content: "\f182";
}

.dashicons-twitch:before {
	content: "\f199";
}

.dashicons-twitter-alt:before {
	content: "\f302";
}

.dashicons-twitter:before {
	content: "\f301";
}

.dashicons-undo:before {
	content: "\f171";
}

.dashicons-universal-access-alt:before {
	content: "\f507";
}

.dashicons-universal-access:before {
	content: "\f483";
}

.dashicons-unlock:before {
	content: "\f528";
}

.dashicons-update-alt:before {
	content: "\f113";
}

.dashicons-update:before {
	content: "\f463";
}

.dashicons-upload:before {
	content: "\f317";
}

.dashicons-vault:before {
	content: "\f178";
}

.dashicons-video-alt:before {
	content: "\f234";
}

.dashicons-video-alt2:before {
	content: "\f235";
}

.dashicons-video-alt3:before {
	content: "\f236";
}

.dashicons-visibility:before {
	content: "\f177";
}

.dashicons-warning:before {
	content: "\f534";
}

.dashicons-welcome-add-page:before {
	content: "\f133";
}

.dashicons-welcome-comments:before {
	content: "\f117";
}

.dashicons-welcome-learn-more:before {
	content: "\f118";
}

.dashicons-welcome-view-site:before {
	content: "\f115";
}

.dashicons-welcome-widgets-menus:before {
	content: "\f116";
}

.dashicons-welcome-write-blog:before {
	content: "\f119";
}

.dashicons-whatsapp:before {
	content: "\f19a";
}

.dashicons-wordpress-alt:before {
	content: "\f324";
}

.dashicons-wordpress:before {
	content: "\f120";
}

.dashicons-xing:before {
	content: "\f19d";
}

.dashicons-yes-alt:before {
	content: "\f12a";
}

.dashicons-yes:before {
	content: "\f147";
}

.dashicons-youtube:before {
	content: "\f19b";
}

/* Additional CSS classes, manually added to the CSS template file */

.dashicons-editor-distractionfree:before {
	content: "\f211";
}

/* This is a typo, but was previously released. It should remain for backward compatibility. See https://core.trac.wordpress.org/ticket/30832. */
.dashicons-exerpt-view:before {
	content: "\f164";
}

.dashicons-format-links:before {
	content: "\f103";
}

.dashicons-format-standard:before {
	content: "\f109";
}

.dashicons-post-trash:before {
	content: "\f182";
}

.dashicons-share1:before {
	content: "\f237";
}

.dashicons-welcome-edit-page:before {
	content: "\f119";
}
.select2-container{box-sizing:border-box;display:inline-block;margin:0;position:relative;vertical-align:middle}.select2-container .select2-selection--single{box-sizing:border-box;cursor:pointer;display:block;height:28px;margin:0 0 -4px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--single .select2-selection__rendered{display:block;padding-left:8px;padding-right:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-selection--single .select2-selection__clear{position:relative}.select2-container[dir=rtl] .select2-selection--single .select2-selection__rendered{padding-right:8px;padding-left:20px}.select2-container .select2-selection--multiple{box-sizing:border-box;cursor:pointer;display:block;min-height:32px;user-select:none;-webkit-user-select:none}.select2-container .select2-selection--multiple .select2-selection__rendered{display:inline-block;overflow:hidden;padding-left:8px;text-overflow:ellipsis;white-space:nowrap}.select2-container .select2-search--inline{float:left;padding:0}.select2-container .select2-search--inline .select2-search__field{box-sizing:border-box;border:none;font-size:100%;margin:0;padding:0}.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-dropdown{background-color:#fff;border:1px solid #aaa;border-radius:4px;box-sizing:border-box;display:block;position:absolute;left:-100000px;width:100%;z-index:1051}.select2-results{display:block}.select2-results__options{list-style:none;margin:0;padding:0}.select2-results__option{padding:6px;user-select:none;-webkit-user-select:none}.select2-results__option[aria-selected],.select2-results__option[data-selected]{cursor:pointer}.select2-container--open .select2-dropdown{left:0}.select2-container--open .select2-dropdown--above{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--open .select2-dropdown--below{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-search--dropdown{display:block;padding:4px}.select2-search--dropdown .select2-search__field{padding:4px;width:100%;box-sizing:border-box}.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{-webkit-appearance:none}.select2-search--dropdown.select2-search--hide{display:none}.select2-close-mask{border:0;margin:0;padding:0;display:block;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:99;background-color:#fff}.select2-hidden-accessible{border:0!important;clip:rect(0 0 0 0)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;width:1px!important}.select2-container--default .select2-selection--single{background-color:#fff;border:1px solid #aaa;border-radius:4px}.select2-container--default .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--default .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700}.select2-container--default .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;top:1px;right:1px;width:20px}.select2-container--default .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--default[dir=rtl] .select2-selection--single .select2-selection__arrow{left:1px;right:auto}.select2-container--default.select2-container--disabled .select2-selection--single{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{display:none}.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--default .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text}.select2-container--default .select2-selection--multiple .select2-selection__rendered{box-sizing:border-box;list-style:none;margin:0;padding:0 5px;width:100%}.select2-container--default .select2-selection--multiple .select2-selection__rendered li{list-style:none;margin:5px 5px 0 0}.select2-container--default .select2-selection--multiple .select2-selection__rendered li:before{content:"";display:none}.select2-container--default .select2-selection--multiple .select2-selection__placeholder{color:#999;margin-top:5px;float:left}.select2-container--default .select2-selection--multiple .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-top:5px;margin-right:10px}.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{color:#999;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{color:#333}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-search--inline,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__placeholder{float:right}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--default[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--default.select2-container--focus .select2-selection--multiple{border:solid #000 1px;outline:0}.select2-container--default.select2-container--disabled .select2-selection--multiple{background-color:#eee;cursor:default}.select2-container--default.select2-container--disabled .select2-selection__choice__remove{display:none}.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--above .select2-selection--single{border-top-left-radius:0;border-top-right-radius:0}.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,.select2-container--default.select2-container--open.select2-container--below .select2-selection--single{border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--default .select2-search--dropdown .select2-search__field{border:1px solid #aaa}.select2-container--default .select2-search--inline .select2-search__field{background:0 0;border:none;outline:0;box-shadow:none;-webkit-appearance:textfield}.select2-container--default .select2-results&gt;.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--default .select2-results__option[role=group]{padding:0}.select2-container--default .select2-results__option[aria-disabled=true]{color:#999}.select2-container--default .select2-results__option[aria-selected=true],.select2-container--default .select2-results__option[data-selected=true]{background-color:#ddd}.select2-container--default .select2-results__option .select2-results__option{padding-left:1em}.select2-container--default .select2-results__option .select2-results__option .select2-results__group{padding-left:0}.select2-container--default .select2-results__option .select2-results__option .select2-results__option{margin-left:-1em;padding-left:2em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-2em;padding-left:3em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-3em;padding-left:4em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-4em;padding-left:5em}.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{margin-left:-5em;padding-left:6em}.select2-container--default .select2-results__option--highlighted[aria-selected],.select2-container--default .select2-results__option--highlighted[data-selected]{background-color:#0073aa;color:#fff}.select2-container--default .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic .select2-selection--single{background-color:#f7f7f7;border:1px solid #aaa;border-radius:4px;outline:0;background-image:linear-gradient(to bottom,#fff 50%,#eee 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--single .select2-selection__rendered{color:#444;line-height:28px}.select2-container--classic .select2-selection--single .select2-selection__clear{cursor:pointer;float:right;font-weight:700;margin-right:10px}.select2-container--classic .select2-selection--single .select2-selection__placeholder{color:#999}.select2-container--classic .select2-selection--single .select2-selection__arrow{background-color:#ddd;border:none;border-left:1px solid #aaa;border-top-right-radius:4px;border-bottom-right-radius:4px;height:26px;position:absolute;top:1px;right:1px;width:20px;background-image:linear-gradient(to bottom,#eee 50%,#ccc 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--single .select2-selection__arrow b{border-color:#888 transparent transparent transparent;border-style:solid;border-width:5px 4px 0 4px;height:0;left:50%;margin-left:-4px;margin-top:-2px;position:absolute;top:50%;width:0}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__clear{float:left}.select2-container--classic[dir=rtl] .select2-selection--single .select2-selection__arrow{border:none;border-right:1px solid #aaa;border-radius:0;border-top-left-radius:4px;border-bottom-left-radius:4px;left:1px;right:auto}.select2-container--classic.select2-container--open .select2-selection--single{border:1px solid #0073aa}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow{background:0 0;border:none}.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b{border-color:transparent transparent #888 transparent;border-width:0 4px 5px 4px}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single{border-top:none;border-top-left-radius:0;border-top-right-radius:0;background-image:linear-gradient(to bottom,#fff 0,#eee 50%);background-repeat:repeat-x}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;background-image:linear-gradient(to bottom,#eee 50%,#fff 100%);background-repeat:repeat-x}.select2-container--classic .select2-selection--multiple{background-color:#fff;border:1px solid #aaa;border-radius:4px;cursor:text;outline:0}.select2-container--classic .select2-selection--multiple:focus{border:1px solid #0073aa}.select2-container--classic .select2-selection--multiple .select2-selection__rendered{list-style:none;margin:0;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__clear{display:none}.select2-container--classic .select2-selection--multiple .select2-selection__choice{background-color:#e4e4e4;border:1px solid #aaa;border-radius:4px;cursor:default;float:left;margin-right:5px;margin-top:5px;padding:0 5px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove{color:#888;cursor:pointer;display:inline-block;font-weight:700;margin-right:2px}.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover{color:#555}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{float:right}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice{margin-left:5px;margin-right:auto}.select2-container--classic[dir=rtl] .select2-selection--multiple .select2-selection__choice__remove{margin-left:2px;margin-right:auto}.select2-container--classic.select2-container--open .select2-selection--multiple{border:1px solid #0073aa}.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple{border-top:none;border-top-left-radius:0;border-top-right-radius:0}.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-container--classic .select2-search--dropdown .select2-search__field{border:1px solid #aaa;outline:0}.select2-container--classic .select2-search--inline .select2-search__field{outline:0;box-shadow:none}.select2-container--classic .select2-dropdown{background-color:#fff;border:1px solid transparent}.select2-container--classic .select2-dropdown--above{border-bottom:none}.select2-container--classic .select2-dropdown--below{border-top:none}.select2-container--classic .select2-results&gt;.select2-results__options{max-height:200px;overflow-y:auto}.select2-container--classic .select2-results__option[role=group]{padding:0}.select2-container--classic .select2-results__option[aria-disabled=true]{color:grey}.select2-container--classic .select2-results__option--highlighted[aria-selected],.select2-container--classic .select2-results__option--highlighted[data-selected]{background-color:#3875d7;color:#fff}.select2-container--classic .select2-results__group{cursor:default;display:block;padding:6px}.select2-container--classic.select2-container--open .select2-dropdown{border-color:#0073aa}@font-face {font-display:swap;
  font-family: 'Woo-Side-Cart';
  src:  url('/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.eot?le17z4');
  src:  url('/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.eot?le17z4#iefix') format('embedded-opentype'),
    url('/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.woff?le17z4') format('woff'),
    url('/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.ttf?le17z4') format('truetype'),
    url('/wp-content/plugins/woocommerce-side-cart-premium/assets/css/fonts/Woo-Side-Cart.svg?le17z4#Woo-Side-Cart') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="xoo-wsc-icon-"], [class*=" xoo-wsc-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'Woo-Side-Cart' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.xoo-wsc-icon-coupon-7:before {
  content: "\e925";
}
.xoo-wsc-icon-coupon-8:before {
  content: "\e926";
}
.xoo-wsc-icon-coupon-9:before {
  content: "\e927";
}
.xoo-wsc-icon-coupon-1:before {
  content: "\e91d";
}
.xoo-wsc-icon-coupon-2:before {
  content: "\e91e";
}
.xoo-wsc-icon-coupon-3:before {
  content: "\e91f";
}
.xoo-wsc-icon-coupon-5:before {
  content: "\e920";
}
.xoo-wsc-icon-coupon-6:before {
  content: "\e921";
}
.xoo-wsc-icon-coupon:before {
  content: "\e922";
}
.xoo-wsc-icon-coupon-4:before {
  content: "\e923";
}
.xoo-wsc-icon-bag1:before {
  content: "\e90c";
}
.xoo-wsc-icon-bag2:before {
  content: "\e910";
}
.xoo-wsc-icon-cart1:before {
  content: "\e911";
}
.xoo-wsc-icon-cart2:before {
  content: "\e912";
}
.xoo-wsc-icon-arrow-long-right:before {
  content: "\e900";
}
.xoo-wsc-icon-basket5:before {
  content: "\e901";
}
.xoo-wsc-icon-basket4:before {
  content: "\e902";
}
.xoo-wsc-icon-basket6:before {
  content: "\e903";
}
.xoo-wsc-icon-basket1:before {
  content: "\e904";
}
.xoo-wsc-icon-basket2:before {
  content: "\e905";
}
.xoo-wsc-icon-basket3:before {
  content: "\e906";
}
.xoo-wsc-icon-trash1:before {
  content: "\e907";
}
.xoo-wsc-icon-trash:before {
  content: "\e908";
}
.xoo-wsc-icon-cross:before {
  content: "\e909";
}
.xoo-wsc-icon-check_circle:before {
  content: "\e90a";
}
.xoo-wsc-icon-spinner:before {
  content: "\e97a";
}
.xoo-wsc-icon-spinner2:before {
  content: "\e97b";
}
.xoo-wsc-icon-trash2:before {
  content: "\e9ad";
}
.xoo-wsc-icon-checkmark:before {
  content: "\ea10";
}
.xoo-wsc-icon-discout:before {
  content: "\e924";
}
.xoo-wsc-icon-chevron-thin-left:before {
  content: "\e919";
}
.xoo-wsc-icon-chevron-left:before {
  content: "\e91a";
}
.xoo-wsc-icon-arrow-thin-left:before {
  content: "\e91b";
}
.xoo-wsc-icon-arrow-left:before {
  content: "\e91c";
}
.xoo-wsc-icon-arrow-thin-right:before {
  content: "\e90d";
}
.xoo-wsc-icon-del4:before {
  content: "\e913";
}
.xoo-wsc-icon-pencil:before {
  content: "\e90b";
}
.xoo-wsc-icon-cart:before {
  content: "\e93a";
}
.xoo-wsc-icon-spinner4:before {
  content: "\e97d";
}
.xoo-wsc-icon-spinner8:before {
  content: "\e981";
}
.xoo-wsc-icon-spinner11:before {
  content: "\e984";
}
.xoo-wsc-icon-shopping-bag:before {
  content: "\e918";
}
.xoo-wsc-icon-trash3:before {
  content: "\e914";
}
.xoo-wsc-icon-del1:before {
  content: "\e915";
}
.xoo-wsc-icon-del2:before {
  content: "\e916";
}
.xoo-wsc-icon-del3:before {
  content: "\e917";
}
.xoo-wsc-icon-shopping-bag1:before {
  content: "\e90e";
}
.xoo-wsc-icon-shopping-cart:before {
  content: "\e90f";
}
.xoo-wsc-container, .xoo-wsc-slider {
    position: fixed;
    background-color: #fff;
    z-index: 999999;
    display: flex;
    flex-direction: column;
    width: 90%;
    transition: 0.5s;
}

.xoo-wsc-modal * {
    box-sizing: border-box;
}

.xoo-wsc-cart-active .xoo-wsc-opac {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    z-index: 999998;
    opacity: 0.7;
}

.xoo-wsc-body {
    flex-grow: 1;
    overflow: auto;
}

.xoo-wsc-loading .xoo-wsc-loader{
    display: block;
}

span.xoo-wsc-loader {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0.5;
    background-color: #eee;
}


body.xoo-wsc-cart-active, html.xoo-wsc-cart-active{
    overflow: hidden!important;
}

.xoo-wsc-basket {
    padding: 10px 12px;
    margin: 10px;
    z-index: 9999999;
    cursor: pointer;
    position: fixed;
    transition: 0.5s;
    display: none;
}

.xoo-wsc-items-count{
    border-radius: 50%;
    position: absolute;
    font-size: 13px;
    width: 28px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    overflow: hidden;
}

.xoo-wsc-bki{
    position: relative;
    top: 2px;
}

.xoo-wsc-fly-animating{
    opacity: 1;
    position: absolute!important;
    height: 150px;
    width: 150px;
    z-index: 100;
}


.xoo-wsc-sc-cont .xoo-wsc-cart-trigger {
    display: flex;
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.xoo-wsc-sc-bki{
    font-size: 30px;
}

span.xoo-wsc-sc-count {
    border-radius: 50%;
    height: 18px;
    line-height: 18px;
    width: 18px;
    display: inline-block;
    text-align: center;
    font-size: 13px;
}

.xoo-wsc-sc-cont .xoo-wsc-cart-trigger &gt; * {
    margin-right: 3px;
}


/* Notices */
.xoo-wsc-notice-container {
    z-index: 2;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: none;
}

ul.xoo-wsc-notices {
    margin: 0;
    list-style-type: none;
    padding: 0;
}

.xoo-wsc-notice-success {
    background-color: #DFF0D8;
    color: #3C763D;
}
.xoo-wsc-notice-error {
    color: #a94442;
    background-color: #f2dede;
}

ul.xoo-wsc-notices li {
    padding: 15px 20px;
    list-style-type: none;
}

ul.xoo-wsc-notices li span {
    margin-right: 6px;
}

span.xoo-wsc-undo-item {
    float: right;
    text-decoration: underline;
    cursor: pointer;
}


.xoo-wsc-notices a.button.wc-forward {
    display: none;
}

/* Basket */
.xoo-wscb-icon {
    font-size: 37px;
}

.xoo-wscb-count {
    position: absolute;
    z-index: 1;
    background-color: transparent;
    font-size: 15px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    left: 0;
    right: 0;
}

/* Header */
.xoo-wsc-header {
    padding: 15px;
    color: #000;
}

span.xoo-wsch-close {
    position: absolute;
    cursor: pointer;
}

span.xoo-wsch-text {
    margin-left: 8px;
}

.xoo-wsch-top {
    align-items: center;
}

.xoo-wsch-top .xoo-wsch-basket {
    display: table;
    position: relative;
}

.xoo-wsch-top {
    display: flex;
    margin: 0 auto;
}

.xoo-wsc-sb-bar {
    height: 8px;
    width: 90%;
    background-color: #eeee;
    border-radius: 7px;
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}

.xoo-wsc-sb-bar &gt; span {
    display: block;
    z-index: 1;
    height: inherit;
}

.xoo-wsc-ship-bar-cont {
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

/****** BODY ***********/

/*** Product ***/
.xoo-wsc-product {
    display: flex;
    border-bottom: 1px solid #eee;
}

.xoo-wsc-img-col {
    align-self: center;
}

.xoo-wsc-sum-col {
    flex-grow: 1;
    padding-left: 15px;
    display: flex;
    flex-direction: column;
}

.xoo-wsc-img-col img {
    width: 100%;
    height: auto;
}

.xoo-wsc-sm-left {
    flex-grow: 1;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    min-width: 0;
}

.xoo-wsc-sm-right {
    align-items: flex-end;
    padding-left: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-width: 30px;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-weight: 600;
}

span.xoo-wsc-smr-del {
    cursor: pointer;
    margin-top: 5px;
}

.xoo-wsc-sm-info {
    display: flex;
    min-width: 0;
}

.xoo-wsc-sm-sales {
    text-transform: uppercase;
    border: 1px solid #333;
    padding: 2px 10px;
    display: block;
    margin-bottom: 5px;
    border-radius: 10px;
    font-size: 10px;
}

.xoo-wsc-sm-left &gt; *:not(:last-child) {
    padding-bottom: 4px;
}

/* Qty Box */
.xoo-wsc-qty-box {
    margin-top: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 90px;
    width: 100%;
    flex-direction: row;
}

input[type="number"].xoo-wsc-qty {
    font-size: 14px;
    width: 100%;
    flex-grow: 1;
    padding: 6px;
    text-align: center;
    border: 0;
    box-shadow: none;
    background-color: transparent;
    height: 28px;
    line-height: 28px;
    min-width: 1%;
}

.xoo-wsc-qtb-square input[type="number"].xoo-wsc-qty{
    border-top-width: 0;
    border-bottom-width: 0;
}

span.xoo-wsc-chng {
    min-width: 18px;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-weight: 600;
    user-select: none;
}


.xoo-wsc-qtb-circle .xoo-wsc-chng {
    border-radius: 50%;
    height: 70%;
    align-self: center;
}

.xoo-wsc-qtb-circle input[type="number"].xoo-wsc-qty {
    margin: 0 5px;
}

input.xoo-wsc-qty::-webkit-outer-spin-button,
input.xoo-wsc-qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.xoo-wsc-qty[type=number] {
  -moz-appearance: textfield;
}

/* Variation */
.xoo-wsc-product dl.variation dd, .xoo-wsc-product dl.variation dt {
    margin: 0 4px 0 0;
    display: inline-block;
    float: left;
    font-style: italic;
}

.xoo-wsc-product dl.variation dt {
    clear: left;
}

.xoo-wsc-product dl.variation, .xoo-wsc-product dl.variation p {
    margin: 0;
    font-size: 13px;
}

/** Slider **/

.xoo-wsc-sl-content {
    display: none;
    overflow: auto;
    flex-direction: column;
}

.xoo-wsc-sl-content[style*='block'] {
    display: flex !important;
}

.xoo-wsc-sl-heading {
    display: flex;
    font-size: 20px;
    font-weight: 600;
    padding: 20px;
    align-items: center;
}

.xoo-wsc-slc-active.xoo-wsc-sl-content{
    display: block;
}

.xoo-wsc-sl-body {
    padding: 10px 20px;
    flex-grow: 1;
    overflow: auto;
}

span.xoo-wsc-slider-close {
    margin: 0 10px;
    cursor: pointer;
}

/** SLider Shipping */

ul.xoo-wsc-shipping-methods {
    list-style-type: none;
    margin: 0 auto 20px;
    padding: 0;
    display: table;
}


input.xoo-wsc-shipping-method {
    margin-right: 5px;
}

ul.xoo-wsc-shipping-methods li {
    list-style-type: none;
    margin: 0 0 7px 0;
    padding: 0;
}

ul.xoo-wsc-shipping-methods li label {
    cursor: pointer;
}

.xoo-wsc-shipping-destination span:nth-child(1) {
    color: #777;
    font-weight: 600;
    margin-right: 8px;
    font-size: 16px;
}

.xoo-wsc-shipping-destination {
    display: table;
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 17px;
}

.select2-dropdown {
    z-index: 999999;
}

.xoo-wsc-slider section.shipping-calculator-form {
    display: block!important;
    margin: 0;
    padding: 0;
}

.xoo-wsc-slider a.shipping-calculator-button {
    display: none;
}
.woocommerce-checkout .xoo-wsc-sl-content.xoo-wsc-sl-shipping, .woocommerce-checkout .xoo-wsc-ft-amt-label .xoo-wsc-toggle-slider span {
    display: none!important;
}


.woocommerce-checkout .xoo-wsc-ft-amt{
    pointer-events: none;
}

.xoo-wsc-slider button[name="calc_shipping"] {
    display: table;
    margin: 0 auto;
}

.xoo-wsc-slider section.shipping-calculator-form &gt; p{
    margin: 0 0 30px 0;
    padding: 0;
}

.xoo-wsc-slider section.shipping-calculator-form input, .xoo-wsc-slider section.shipping-calculator-form select {
    width: 100%;
}

.xoo-wsc-slider .woocommerce-shipping-calculator {
    padding: 0;
    margin: 0;
}

/** SLIDER Coupon **/
.xoo-wsc-coupon-row &gt; span {
    display: block;
    margin-bottom: 9px;
}

span.xoo-wsc-cr-code {
    display: inline-block;
    text-transform: uppercase;
    border: 1px solid;
    padding: 1px 20px;
}

.xoo-wsc-coupon-row {
    padding: 0 15px 30px;
    border-bottom: 1px dashed #afafaf;
    margin-bottom: 30px;
}

span.xoo-wsc-cr-off {
    color: #4CAF50;
    font-weight: 600;
    margin-bottom: 0;
}

form.xoo-wsc-sl-apply-coupon {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: stretch;
    margin: 20px 0;
    flex-wrap: wrap;
}

.xoo-wsc-sl-applied &gt; div {
    display: flex;
    text-transform: uppercase;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

span.xoo-wsc-remove-coupon {
    text-transform: uppercase;
    cursor: pointer;
    font-size: 10px;
    margin-left: 2px;
}

.xoo-wsc-sl-applied {
    padding: 0 10px;
    font-size: 14px;
    margin-bottom: 20px;
}

.xoo-wsc-sl-applied &gt; div .xoo-wsc-slc-saved {
    color: #4CAF50;
    font-weight: 600;
}

span.xoo-wsc-slc-remove {
    font-weight: 600;
}

span.xoo-wsc-clist-label {
    text-transform: uppercase;
    color: #777;
    font-weight: bold;
    text-align: center;
    font-size: 12px;
    padding: 0 20px;
    display: inline-block;
    margin: 20px 0;
    text-align: center;
}

.xoo-wsc-clist-section {
    border: 1px solid #eee;
    margin-bottom: 35px;
    font-size: 13px;
    padding: 0 25px;
}

.xoo-wsc-coupon-row:last-child {
    border-bottom: 0;
    margin-bottom: 0;
}

.xoo-wsc-coupon-row &gt; span:last-child {
    margin-bottom: 0;
}

span.xoo-wsc-slc-remove .xoo-wsc-remove-coupon {
    display: block;
    text-align: right;
}


/** Footer */
.xoo-wsc-ftx-row {
    padding: 8px 0;
    border-top: 1px solid #f3f3f3;
    font-size: 14px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f3f3f3;
}

span.xoo-wsc-ftx-icon {
    margin-right: 5px;
    font-size: 17px;
}


.xoo-wsc-ftx-coups &gt; div {
    flex-grow: 1;
}

.xoo-wsc-ftx-coups {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-grow: 1;
    margin-left: 7px;
}

.xoo-wsc-remove-coupon {
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    margin-right: 3px;
}

.xoo-wsc-remove-coupon span {
    color: red;
    margin-left: 2px;
}


.xoo-wsc-ft-buttons-cont {
    display: grid;
    text-align: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
}

a.xoo-wsc-ft-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

a.xoo-wsc-ft-btn:not(.btn):not(.button) {
    padding: 10px;
}


.xoo-wsc-ft-buttons-cont a.xoo-wsc-ft-btn:only-child {
    grid-column: 1/-1;
}


/** FOOTER Totals **/
.xoo-wsc-ft-totals {
    width: 100%;
    padding: 10px 0;
}

.xoo-wsc-ft-amt {
    padding: 3px;
    display: flex;
    justify-content: space-between;
}

.xoo-wsc-ft-amt-value .xoo-wsc-toggle-slider {
    cursor: pointer;
    margin-left: 5px;
}

span.xoo-wsc-ft-amt-label {
    font-weight: 600;
}

.xoo-wsc-toggle-slider {
    cursor: pointer;
}

.xoo-wsc-ft-amt-shipping .xoo-wsc-toggle-slider span {
    margin-left: 5px;
}

.xoo-wsc-ft-amt-label {
    flex-grow: 1;
    padding-right: 10px;
}

.xoo-wsc-ft-amt-value {
    text-align: right;
}

.xoo-wsc-ft-amt.less {
    color: #4CAF50;
}

.xoo-wsc-ft-amt-total {
    border-top: 1px dashed #9E9E9E;
    margin-top: 5px;
    padding-top: 5px;
}

/** SUGGESTED PRODUCTS **/
span.xoo-wsc-sp-heading {
    text-align: center;
    display: block;
    padding-top: 5px;
    font-weight: 600;
}

.xoo-wsc-sp-product {
    padding: 0 15px;
}

.xoo-wsc-sp-container {
    margin: 10px 0;
}


.xoo-wsc-sp-left-col img {
    width: 100%;
    height: auto;
}

.xoo-wsc-sp-product {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    align-self: stretch;
}

.xoo-wsc-sp-right-col {
    padding-left: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-grow: 1;
    justify-content: center;
}

.xoo-wsc-sp-right-col &gt; span {
    display: block;
}

span.xoo-wsc-sp-atc a.button {
    text-transform: uppercase;
    font-size: 12px;
}

span.xoo-wsc-sp-atc a.button span {
    margin-right: 5px;
}

.xoo-wsc-sp-wide .xoo-wsc-sp-rc-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.xoo-wsc-sp-container .lSAction &gt; .lSPrev {
    background-image: url(/wp-content/plugins/woocommerce-side-cart-premium/assets/images/arrow-left.png);
    background-position: center center;
    left: 0;
}

.xoo-wsc-sp-container .lSAction &gt; .lSNext {
    background-image: url(/wp-content/plugins/woocommerce-side-cart-premium/assets/images/arrow-right.png);
    background-position: center center;
    right: 0;
}

.xoo-wsc-sp-container .lSAction &gt; a {
    background-size: 50%;
    background-repeat: no-repeat;
    max-width: 22px;
}

.xoo-wsc-sp-narrow .xoo-wsc-sp-rc-bottom {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    flex-grow: 1;
}

.xoo-wsc-sp-container ul.lSPager.lSpg {
    display: none;
}

.xoo-wsc-sp-rc-top {
    padding-bottom: 6px;
}

.xoo-wsc-payment-btns {
    display: flex;
    align-items: center;
    justify-content: center;
}


.xoo-wsc-payment-btns p {
    padding: 0!important;
    margin: 0!important;
    display: block;
}

.xoo-wsc-payment-btns &gt; * {
    flex-grow: 1;
    margin-top: 8px!important;
}

.xoo-wsc-payment-btns .widget_shopping_cart {
    margin: 0;
    padding: 0;
}

/* Bundled product */

.xoo-wsc-product.xoo-wsc-is-parent {
    border-bottom: 0;
    padding-bottom: 0;
}

.xoo-wsc-product.xoo-wsc-is-child img {
    max-width: 50px;
    margin-left: auto;
    float: right;
}

.xoo-wsc-product.xoo-wsc-is-child {
    padding-top: 5px;
}

.xoo-wsc-empty-cart {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.xoo-wsc-empty-cart &gt; * {
    margin-bottom: 20px;
}


span.xoo-wsc-ecl {
    font-size: 13px;
    cursor: pointer;
    display: table;
    padding: 10px;
    margin-left: auto;
}
@font-face{font-display:swap;
	font-family:'FontAwesome';
	src:url('/wp-content/themes/eyeprotect/css/fonts/fontawesome-webfont.eot?v=4.2');
	src:url('/wp-content/themes/eyeprotect/css/fonts/fontawesome-webfont.eot?#iefix&amp;v=4.2') format('embedded-opentype'),
		url('/wp-content/themes/eyeprotect/css/fonts/fontawesome-webfont.svg#fontawesomeregular?v=4.2') format('svg'),
	    url('/wp-content/themes/eyeprotect/css/fonts/fontawesome-webfont.woff?v=4.2') format('woff'),
	    url('/wp-content/themes/eyeprotect/css/fonts/fontawesome-webfont.ttf?v=4.2') format('truetype');
	font-weight:normal;
	font-style:normal;
}
[class^="icon-"],[class*=" icon-"], i[class*="fa-"], span[class*="fa-"]{font-family:FontAwesome;font-weight:normal;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased;*margin-right:.3em;}
[class^="icon-"]:before,[class*=" icon-"]:before{text-decoration:inherit;speak:none;}
.icon-large:before{vertical-align:-10%;font-size:1.3333333333333333em;}
[class^="icon-"].icon-fixed-width,[class*=" icon-"].icon-fixed-width{display:inline-block;width:1.1428571428571428em;text-align:right;padding-right:0.2857142857142857em;}[class^="icon-"].icon-fixed-width.icon-large,[class*=" icon-"].icon-fixed-width.icon-large{width:1.4285714285714286em;}
.icons-ul{margin-left:2.142857142857143em;list-style-type:none;}.icons-ul&gt;li{position:relative;}
.icons-ul .icon-li{position:absolute;left:-2.142857142857143em;width:2.142857142857143em;text-align:center;line-height:inherit;}
[class^="icon-"].hide,[class*=" icon-"].hide{display:none;}
.icon-muted{color:#eeeeee;}
.icon-light{color:#ffffff;}
.icon-dark{color:#333333;}
.icon-border{border:solid 1px #eeeeee;padding:.2em .25em .15em;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px;}
.icon-2x{font-size:2em;}.icon-2x.icon-border{border-width:2px;-webkit-border-radius:4px;-moz-border-radius:4px;border-radius:4px;}
.icon-3x{font-size:3em;}.icon-3x.icon-border{border-width:3px;-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;}
.icon-4x{font-size:4em;}.icon-4x.icon-border{border-width:4px;-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;}
.icon-5x{font-size:5em;}.icon-5x.icon-border{border-width:5px;-webkit-border-radius:7px;-moz-border-radius:7px;border-radius:7px;}
.pull-right{float:right;}
.pull-left{float:left;}
[class^="icon-"].pull-left,[class*=" icon-"].pull-left{margin-right:.3em;}
[class^="icon-"].pull-right,[class*=" icon-"].pull-right{margin-left:.3em;}
[class^="icon-"],[class*=" icon-"]{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0% 0%;background-repeat:repeat;margin-top:0;}
.icon-white,.nav-pills&gt;.active&gt;a&gt;[class^="icon-"],.nav-pills&gt;.active&gt;a&gt;[class*=" icon-"],.nav-list&gt;.active&gt;a&gt;[class^="icon-"],.nav-list&gt;.active&gt;a&gt;[class*=" icon-"],.navbar-inverse .nav&gt;.active&gt;a&gt;[class^="icon-"],.navbar-inverse .nav&gt;.active&gt;a&gt;[class*=" icon-"],.dropdown-menu&gt;li&gt;a:hover&gt;[class^="icon-"],.dropdown-menu&gt;li&gt;a:hover&gt;[class*=" icon-"],.dropdown-menu&gt;.active&gt;a&gt;[class^="icon-"],.dropdown-menu&gt;.active&gt;a&gt;[class*=" icon-"],.dropdown-submenu:hover&gt;a&gt;[class^="icon-"],.dropdown-submenu:hover&gt;a&gt;[class*=" icon-"]{background-image:none;}
.btn [class^="icon-"].icon-large,.nav [class^="icon-"].icon-large,.btn [class*=" icon-"].icon-large,.nav [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].icon-spin,.nav [class^="icon-"].icon-spin,.btn [class*=" icon-"].icon-spin,.nav [class*=" icon-"].icon-spin{display:inline-block;}
.nav-tabs [class^="icon-"],.nav-pills [class^="icon-"],.nav-tabs [class*=" icon-"],.nav-pills [class*=" icon-"],.nav-tabs [class^="icon-"].icon-large,.nav-pills [class^="icon-"].icon-large,.nav-tabs [class*=" icon-"].icon-large,.nav-pills [class*=" icon-"].icon-large{line-height:.9em;}
.btn [class^="icon-"].pull-left.icon-2x,.btn [class*=" icon-"].pull-left.icon-2x,.btn [class^="icon-"].pull-right.icon-2x,.btn [class*=" icon-"].pull-right.icon-2x{margin-top:.18em;}
.btn [class^="icon-"].icon-spin.icon-large,.btn [class*=" icon-"].icon-spin.icon-large{line-height:.8em;}
.btn.btn-small [class^="icon-"].pull-left.icon-2x,.btn.btn-small [class*=" icon-"].pull-left.icon-2x,.btn.btn-small [class^="icon-"].pull-right.icon-2x,.btn.btn-small [class*=" icon-"].pull-right.icon-2x{margin-top:.25em;}
.btn.btn-large [class^="icon-"],.btn.btn-large [class*=" icon-"]{margin-top:0;}.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x,.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-top:.05em;}
.btn.btn-large [class^="icon-"].pull-left.icon-2x,.btn.btn-large [class*=" icon-"].pull-left.icon-2x{margin-right:.2em;}
.btn.btn-large [class^="icon-"].pull-right.icon-2x,.btn.btn-large [class*=" icon-"].pull-right.icon-2x{margin-left:.2em;}
.nav-list [class^="icon-"],.nav-list [class*=" icon-"]{line-height:inherit;}
.icon-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:-35%;}.icon-stack [class^="icon-"],.icon-stack [class*=" icon-"]{display:block;text-align:center;position:absolute;width:100%;height:100%;font-size:1em;line-height:inherit;*line-height:2em;}
.icon-stack .icon-stack-base{font-size:2em;*line-height:1em;}
.icon-spin{display:inline-block;-moz-animation:spin 2s infinite linear;-o-animation:spin 2s infinite linear;-webkit-animation:spin 2s infinite linear;animation:spin 2s infinite linear;}
a .icon-stack,a .icon-spin{display:inline-block;text-decoration:none;}
@-moz-keyframes spin{0%{-moz-transform:rotate(0deg);} 100%{-moz-transform:rotate(359deg);}}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);} 100%{-webkit-transform:rotate(359deg);}}@-o-keyframes spin{0%{-o-transform:rotate(0deg);} 100%{-o-transform:rotate(359deg);}}@-ms-keyframes spin{0%{-ms-transform:rotate(0deg);} 100%{-ms-transform:rotate(359deg);}}@keyframes spin{0%{transform:rotate(0deg);} 100%{transform:rotate(359deg);}}.icon-rotate-90:before{-webkit-transform:rotate(90deg);-moz-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);}
.icon-rotate-180:before{-webkit-transform:rotate(180deg);-moz-transform:rotate(180deg);-ms-transform:rotate(180deg);-o-transform:rotate(180deg);transform:rotate(180deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);}
.icon-rotate-270:before{-webkit-transform:rotate(270deg);-moz-transform:rotate(270deg);-ms-transform:rotate(270deg);-o-transform:rotate(270deg);transform:rotate(270deg);filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);}
.icon-flip-horizontal:before{-webkit-transform:scale(-1, 1);-moz-transform:scale(-1, 1);-ms-transform:scale(-1, 1);-o-transform:scale(-1, 1);transform:scale(-1, 1);}
.icon-flip-vertical:before{-webkit-transform:scale(1, -1);-moz-transform:scale(1, -1);-ms-transform:scale(1, -1);-o-transform:scale(1, -1);transform:scale(1, -1);}
a .icon-rotate-90:before,a .icon-rotate-180:before,a .icon-rotate-270:before,a .icon-flip-horizontal:before,a .icon-flip-vertical:before{display:inline-block;}
.icon-glass:before{content:"\f000";}
.icon-music:before{content:"\f001";}
.icon-search:before{content:"\f002";}
.icon-envelope-alt:before{content:"\f003";}
.icon-heart:before{content:"\f004";}
.icon-star:before{content:"\f005";}
.icon-star-empty:before{content:"\f006";}
.icon-user:before{content:"\f007";}
.icon-film:before{content:"\f008";}
.icon-th-large:before{content:"\f009";}
.icon-th:before{content:"\f00a";}
.icon-th-list:before{content:"\f00b";}
.icon-ok:before{content:"\f00c";}
.icon-remove:before{content:"\f00d";}
.icon-zoom-in:before{content:"\f00e";}
.icon-zoom-out:before{content:"\f010";}
.icon-power-off:before,.icon-off:before{content:"\f011";}
.icon-signal:before{content:"\f012";}
.icon-gear:before,.icon-cog:before{content:"\f013";}
.icon-trash:before{content:"\f014";}
.icon-home:before{content:"\f015";}
.icon-file-alt:before{content:"\f016";}
.icon-time:before{content:"\f017";}
.icon-road:before{content:"\f018";}
.icon-download-alt:before{content:"\f019";}
.icon-download:before{content:"\f01a";}
.icon-upload:before{content:"\f01b";}
.icon-inbox:before{content:"\f01c";}
.icon-play-circle:before{content:"\f01d";}
.icon-rotate-right:before,.icon-repeat:before{content:"\f01e";}
.icon-refresh:before{content:"\f021";}
.icon-list-alt:before{content:"\f022";}
.icon-lock:before{content:"\f023";}
.icon-flag:before{content:"\f024";}
.icon-headphones:before{content:"\f025";}
.icon-volume-off:before{content:"\f026";}
.icon-volume-down:before{content:"\f027";}
.icon-volume-up:before{content:"\f028";}
.icon-qrcode:before{content:"\f029";}
.icon-barcode:before{content:"\f02a";}
.icon-tag:before{content:"\f02b";}
.icon-tags:before{content:"\f02c";}
.icon-book:before{content:"\f02d";}
.icon-bookmark:before{content:"\f02e";}
.icon-print:before{content:"\f02f";}
.icon-camera:before{content:"\f030";}
.icon-font:before{content:"\f031";}
.icon-bold:before{content:"\f032";}
.icon-italic:before{content:"\f033";}
.icon-text-height:before{content:"\f034";}
.icon-text-width:before{content:"\f035";}
.icon-align-left:before{content:"\f036";}
.icon-align-center:before{content:"\f037";}
.icon-align-right:before{content:"\f038";}
.icon-align-justify:before{content:"\f039";}
.icon-list:before{content:"\f03a";}
.icon-indent-left:before{content:"\f03b";}
.icon-indent-right:before{content:"\f03c";}
.icon-facetime-video:before{content:"\f03d";}
.icon-picture:before{content:"\f03e";}
.icon-pencil:before{content:"\f040";}
.icon-map-marker:before{content:"\f041";}
.icon-adjust:before{content:"\f042";}
.icon-tint:before{content:"\f043";}
.icon-edit:before{content:"\f044";}
.icon-share:before{content:"\f045";}
.icon-check:before{content:"\f046";}
.icon-move:before{content:"\f047";}
.icon-step-backward:before{content:"\f048";}
.icon-fast-backward:before{content:"\f049";}
.icon-backward:before{content:"\f04a";}
.icon-play:before{content:"\f04b";}
.icon-pause:before{content:"\f04c";}
.icon-stop:before{content:"\f04d";}
.icon-forward:before{content:"\f04e";}
.icon-fast-forward:before{content:"\f050";}
.icon-step-forward:before{content:"\f051";}
.icon-eject:before{content:"\f052";}
.icon-chevron-left:before{content:"\f053";}
.icon-chevron-right:before{content:"\f054";}
.icon-plus-sign:before{content:"\f055";}
.icon-minus-sign:before{content:"\f056";}
.icon-remove-sign:before{content:"\f057";}
.icon-ok-sign:before{content:"\f058";}
.icon-question-sign:before{content:"\f059";}
.icon-info-sign:before{content:"\f05a";}
.icon-screenshot:before{content:"\f05b";}
.icon-remove-circle:before{content:"\f05c";}
.icon-ok-circle:before{content:"\f05d";}
.icon-ban-circle:before{content:"\f05e";}
.icon-arrow-left:before{content:"\f060";}
.icon-arrow-right:before{content:"\f061";}
.icon-arrow-up:before{content:"\f062";}
.icon-arrow-down:before{content:"\f063";}
.icon-mail-forward:before,.icon-share-alt:before{content:"\f064";}
.icon-resize-full:before{content:"\f065";}
.icon-resize-small:before{content:"\f066";}
.icon-plus:before{content:"\f067";}
.icon-minus:before{content:"\f068";}
.icon-asterisk:before{content:"\f069";}
.icon-exclamation-sign:before{content:"\f06a";}
.icon-gift:before{content:"\f06b";}
.icon-leaf:before{content:"\f06c";}
.icon-fire:before{content:"\f06d";}
.icon-eye-open:before{content:"\f06e";}
.icon-eye-close:before{content:"\f070";}
.icon-warning-sign:before{content:"\f071";}
.icon-plane:before{content:"\f072";}
.icon-calendar:before{content:"\f073";}
.icon-random:before{content:"\f074";}
.icon-comment:before{content:"\f075";}
.icon-magnet:before{content:"\f076";}
.icon-chevron-up:before{content:"\f077";}
.icon-chevron-down:before{content:"\f078";}
.icon-retweet:before{content:"\f079";}
.icon-shopping-cart:before{content:"\f07a";}
.icon-folder-close:before{content:"\f07b";}
.icon-folder-open:before{content:"\f07c";}
.icon-resize-vertical:before{content:"\f07d";}
.icon-resize-horizontal:before{content:"\f07e";}
.icon-bar-chart:before{content:"\f080";}
.icon-twitter-sign:before{content:"\f081";}
.icon-facebook-sign:before{content:"\f082";}
.icon-camera-retro:before{content:"\f083";}
.icon-key:before{content:"\f084";}
.icon-gears:before,.icon-cogs:before{content:"\f085";}
.icon-comments:before{content:"\f086";}
.icon-thumbs-up-alt:before{content:"\f087";}
.icon-thumbs-down-alt:before{content:"\f088";}
.icon-star-half:before{content:"\f089";}
.icon-heart-empty:before{content:"\f08a";}
.icon-signout:before{content:"\f08b";}
.icon-linkedin-sign:before{content:"\f08c";}
.icon-pushpin:before{content:"\f08d";}
.icon-external-link:before{content:"\f08e";}
.icon-signin:before{content:"\f090";}
.icon-trophy:before{content:"\f091";}
.icon-github-sign:before{content:"\f092";}
.icon-upload-alt:before{content:"\f093";}
.icon-lemon:before{content:"\f094";}
.icon-phone:before{content:"\f095";}
.icon-unchecked:before,.icon-check-empty:before{content:"\f096";}
.icon-bookmark-empty:before{content:"\f097";}
.icon-phone-sign:before{content:"\f098";}
.icon-twitter:before{content:"\f099";}
.icon-facebook:before{content:"\f09a";}
.icon-github:before{content:"\f09b";}
.icon-unlock:before{content:"\f09c";}
.icon-credit-card:before{content:"\f09d";}
.icon-rss:before{content:"\f09e";}
.icon-hdd:before{content:"\f0a0";}
.icon-bullhorn:before{content:"\f0a1";}
.icon-bell:before{content:"\f0a2";}
.icon-certificate:before{content:"\f0a3";}
.icon-hand-right:before{content:"\f0a4";}
.icon-hand-left:before{content:"\f0a5";}
.icon-hand-up:before{content:"\f0a6";}
.icon-hand-down:before{content:"\f0a7";}
.icon-circle-arrow-left:before{content:"\f0a8";}
.icon-circle-arrow-right:before{content:"\f0a9";}
.icon-circle-arrow-up:before{content:"\f0aa";}
.icon-circle-arrow-down:before{content:"\f0ab";}
.icon-globe:before{content:"\f0ac";}
.icon-wrench:before{content:"\f0ad";}
.icon-tasks:before{content:"\f0ae";}
.icon-filter:before{content:"\f0b0";}
.icon-briefcase:before{content:"\f0b1";}
.icon-fullscreen:before{content:"\f0b2";}
.icon-group:before{content:"\f0c0";}
.icon-link:before{content:"\f0c1";}
.icon-cloud:before{content:"\f0c2";}
.icon-beaker:before{content:"\f0c3";}
.icon-cut:before{content:"\f0c4";}
.icon-copy:before{content:"\f0c5";}
.icon-paperclip:before,.icon-paper-clip:before{content:"\f0c6";}
.icon-save:before{content:"\f0c7";}
.icon-sign-blank:before{content:"\f0c8";}
.icon-reorder:before{content:"\f0c9";}
.icon-list-ul:before{content:"\f0ca";}
.icon-list-ol:before{content:"\f0cb";}
.icon-strikethrough:before{content:"\f0cc";}
.icon-underline:before{content:"\f0cd";}
.icon-table:before{content:"\f0ce";}
.icon-magic:before{content:"\f0d0";}
.icon-truck:before{content:"\f0d1";}
.icon-pinterest:before{content:"\f0d2";}
.icon-pinterest-sign:before{content:"\f0d3";}
.icon-google-plus-sign:before{content:"\f0d4";}
.icon-google-plus:before{content:"\f0d5";}
.icon-money:before{content:"\f0d6";}
.icon-caret-down:before{content:"\f0d7";}
.icon-caret-up:before{content:"\f0d8";}
.icon-caret-left:before{content:"\f0d9";}
.icon-caret-right:before{content:"\f0da";}
.icon-columns:before{content:"\f0db";}
.icon-sort:before{content:"\f0dc";}
.icon-sort-down:before{content:"\f0dd";}
.icon-sort-up:before{content:"\f0de";}
.icon-envelope:before{content:"\f0e0";}
.icon-linkedin:before{content:"\f0e1";}
.icon-rotate-left:before,.icon-undo:before{content:"\f0e2";}
.icon-legal:before{content:"\f0e3";}
.icon-dashboard:before{content:"\f0e4";}
.icon-comment-alt:before{content:"\f0e5";}
.icon-comments-alt:before{content:"\f0e6";}
.icon-bolt:before{content:"\f0e7";}
.icon-sitemap:before{content:"\f0e8";}
.icon-umbrella:before{content:"\f0e9";}
.icon-paste:before{content:"\f0ea";}
.icon-lightbulb:before{content:"\f0eb";}
.icon-exchange:before{content:"\f0ec";}
.icon-cloud-download:before{content:"\f0ed";}
.icon-cloud-upload:before{content:"\f0ee";}
.icon-user-md:before{content:"\f0f0";}
.icon-stethoscope:before{content:"\f0f1";}
.icon-suitcase:before{content:"\f0f2";}
.icon-bell-alt:before{content:"\f0f3";}
.icon-coffee:before{content:"\f0f4";}
.icon-food:before{content:"\f0f5";}
.icon-file-text-alt:before{content:"\f0f6";}
.icon-building:before{content:"\f0f7";}
.icon-hospital:before{content:"\f0f8";}
.icon-ambulance:before{content:"\f0f9";}
.icon-medkit:before{content:"\f0fa";}
.icon-fighter-jet:before{content:"\f0fb";}
.icon-beer:before{content:"\f0fc";}
.icon-h-sign:before{content:"\f0fd";}
.icon-plus-sign-alt:before{content:"\f0fe";}
.icon-double-angle-left:before{content:"\f100";}
.icon-double-angle-right:before{content:"\f101";}
.icon-double-angle-up:before{content:"\f102";}
.icon-double-angle-down:before{content:"\f103";}
.icon-angle-left:before{content:"\f104";}
.icon-angle-right:before{content:"\f105";}
.icon-angle-up:before{content:"\f106";}
.icon-angle-down:before{content:"\f107";}
.icon-desktop:before{content:"\f108";}
.icon-laptop:before{content:"\f109";}
.icon-tablet:before{content:"\f10a";}
.icon-mobile-phone:before{content:"\f10b";}
.icon-circle-blank:before{content:"\f10c";}
.icon-quote-left:before{content:"\f10d";}
.icon-quote-right:before{content:"\f10e";}
.icon-spinner:before{content:"\f110";}
.icon-circle:before{content:"\f111";}
.icon-mail-reply:before,.icon-reply:before{content:"\f112";}
.icon-github-alt:before{content:"\f113";}
.icon-folder-close-alt:before{content:"\f114";}
.icon-folder-open-alt:before{content:"\f115";}
.icon-expand-alt:before{content:"\f116";}
.icon-collapse-alt:before{content:"\f117";}
.icon-smile:before{content:"\f118";}
.icon-frown:before{content:"\f119";}
.icon-meh:before{content:"\f11a";}
.icon-gamepad:before{content:"\f11b";}
.icon-keyboard:before{content:"\f11c";}
.icon-flag-alt:before{content:"\f11d";}
.icon-flag-checkered:before{content:"\f11e";}
.icon-terminal:before{content:"\f120";}
.icon-code:before{content:"\f121";}
.icon-reply-all:before{content:"\f122";}
.icon-mail-reply-all:before{content:"\f122";}
.icon-star-half-full:before,.icon-star-half-empty:before{content:"\f123";}
.icon-location-arrow:before{content:"\f124";}
.icon-crop:before{content:"\f125";}
.icon-code-fork:before{content:"\f126";}
.icon-unlink:before{content:"\f127";}
.icon-question:before{content:"\f128";}
.icon-info:before{content:"\f129";}
.icon-exclamation:before{content:"\f12a";}
.icon-superscript:before{content:"\f12b";}
.icon-subscript:before{content:"\f12c";}
.icon-eraser:before{content:"\f12d";}
.icon-puzzle-piece:before{content:"\f12e";}
.icon-microphone:before{content:"\f130";}
.icon-microphone-off:before{content:"\f131";}
.icon-shield:before{content:"\f132";}
.icon-calendar-empty:before{content:"\f133";}
.icon-fire-extinguisher:before{content:"\f134";}
.icon-rocket:before{content:"\f135";}
.icon-maxcdn:before{content:"\f136";}
.icon-chevron-sign-left:before{content:"\f137";}
.icon-chevron-sign-right:before{content:"\f138";}
.icon-chevron-sign-up:before{content:"\f139";}
.icon-chevron-sign-down:before{content:"\f13a";}
.icon-html5:before{content:"\f13b";}
.icon-css3:before{content:"\f13c";}
.icon-anchor:before{content:"\f13d";}
.icon-unlock-alt:before{content:"\f13e";}
.icon-bullseye:before{content:"\f140";}
.icon-ellipsis-horizontal:before{content:"\f141";}
.icon-ellipsis-vertical:before{content:"\f142";}
.icon-rss-sign:before{content:"\f143";}
.icon-play-sign:before{content:"\f144";}
.icon-ticket:before{content:"\f145";}
.icon-minus-sign-alt:before{content:"\f146";}
.icon-check-minus:before{content:"\f147";}
.icon-level-up:before{content:"\f148";}
.icon-level-down:before{content:"\f149";}
.icon-check-sign:before{content:"\f14a";}
.icon-edit-sign:before{content:"\f14b";}
.icon-external-link-sign:before{content:"\f14c";}
.icon-share-sign:before{content:"\f14d";}
.icon-compass:before{content:"\f14e";}
.icon-collapse:before{content:"\f150";}
.icon-collapse-top:before{content:"\f151";}
.icon-expand:before{content:"\f152";}
.icon-euro:before,.icon-eur:before{content:"\f153";}
.icon-gbp:before{content:"\f154";}
.icon-dollar:before,.icon-usd:before{content:"\f155";}
.icon-rupee:before,.icon-inr:before{content:"\f156";}
.icon-yen:before,.icon-jpy:before{content:"\f157";}
.icon-renminbi:before,.icon-cny:before{content:"\f158";}
.icon-won:before,.icon-krw:before{content:"\f159";}
.icon-bitcoin:before,.icon-btc:before{content:"\f15a";}
.icon-file:before{content:"\f15b";}
.icon-file-text:before{content:"\f15c";}
.icon-sort-by-alphabet:before{content:"\f15d";}
.icon-sort-by-alphabet-alt:before{content:"\f15e";}
.icon-sort-by-attributes:before{content:"\f160";}
.icon-sort-by-attributes-alt:before{content:"\f161";}
.icon-sort-by-order:before{content:"\f162";}
.icon-sort-by-order-alt:before{content:"\f163";}
.icon-thumbs-up:before{content:"\f164";}
.icon-thumbs-down:before{content:"\f165";}
.icon-youtube-sign:before{content:"\f166";}
.icon-youtube:before{content:"\f167";}
.icon-xing:before{content:"\f168";}
.icon-xing-sign:before{content:"\f169";}
.icon-youtube-play:before{content:"\f16a";}
.icon-dropbox:before{content:"\f16b";}
.icon-stackexchange:before, .fa-stackexchange:before {content:"\f16c";}
.icon-instagram:before{content:"\f16d";}
.icon-flickr:before{content:"\f16e";}
.icon-adn:before{content:"\f170";}
.icon-bitbucket:before{content:"\f171";}
.icon-bitbucket-sign:before{content:"\f172";}
.icon-tumblr:before{content:"\f173";}
.icon-tumblr-sign:before{content:"\f174";}
.icon-long-arrow-down:before{content:"\f175";}
.icon-long-arrow-up:before{content:"\f176";}
.icon-long-arrow-left:before{content:"\f177";}
.icon-long-arrow-right:before{content:"\f178";}
.icon-apple:before{content:"\f179";}
.icon-windows:before{content:"\f17a";}
.icon-android:before{content:"\f17b";}
.icon-linux:before{content:"\f17c";}
.icon-dribbble:before{content:"\f17d";}
.icon-skype:before{content:"\f17e";}
.icon-foursquare:before{content:"\f180";}
.icon-trello:before{content:"\f181";}
.icon-female:before{content:"\f182";}
.icon-male:before{content:"\f183";}
.icon-gittip:before{content:"\f184";}
.icon-sun:before{content:"\f185";}
.icon-moon:before{content:"\f186";}
.icon-archive:before{content:"\f187";}
.icon-bug:before{content:"\f188";}
.icon-vk:before{content:"\f189";}
.icon-weibo:before{content:"\f18a";}
.icon-renren:before{content:"\f18b";}



.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul&gt;li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.fa-handshake-o:before{content:"\f2b5"}.fa-envelope-open:before{content:"\f2b6"}.fa-envelope-open-o:before{content:"\f2b7"}.fa-linode:before{content:"\f2b8"}.fa-address-book:before{content:"\f2b9"}.fa-address-book-o:before{content:"\f2ba"}.fa-vcard:before,.fa-address-card:before{content:"\f2bb"}.fa-vcard-o:before,.fa-address-card-o:before{content:"\f2bc"}.fa-user-circle:before{content:"\f2bd"}.fa-user-circle-o:before{content:"\f2be"}.fa-user-o:before{content:"\f2c0"}.fa-id-badge:before{content:"\f2c1"}.fa-drivers-license:before,.fa-id-card:before{content:"\f2c2"}.fa-drivers-license-o:before,.fa-id-card-o:before{content:"\f2c3"}.fa-quora:before{content:"\f2c4"}.fa-free-code-camp:before{content:"\f2c5"}.fa-telegram:before{content:"\f2c6"}.fa-thermometer-4:before,.fa-thermometer:before,.fa-thermometer-full:before{content:"\f2c7"}.fa-thermometer-3:before,.fa-thermometer-three-quarters:before{content:"\f2c8"}.fa-thermometer-2:before,.fa-thermometer-half:before{content:"\f2c9"}.fa-thermometer-1:before,.fa-thermometer-quarter:before{content:"\f2ca"}.fa-thermometer-0:before,.fa-thermometer-empty:before{content:"\f2cb"}.fa-shower:before{content:"\f2cc"}.fa-bathtub:before,.fa-s15:before,.fa-bath:before{content:"\f2cd"}.fa-podcast:before{content:"\f2ce"}.fa-window-maximize:before{content:"\f2d0"}.fa-window-minimize:before{content:"\f2d1"}.fa-window-restore:before{content:"\f2d2"}.fa-times-rectangle:before,.fa-window-close:before{content:"\f2d3"}.fa-times-rectangle-o:before,.fa-window-close-o:before{content:"\f2d4"}.fa-bandcamp:before{content:"\f2d5"}.fa-grav:before{content:"\f2d6"}.fa-etsy:before{content:"\f2d7"}.fa-imdb:before{content:"\f2d8"}.fa-ravelry:before{content:"\f2d9"}.fa-eercast:before{content:"\f2da"}.fa-microchip:before{content:"\f2db"}.fa-snowflake-o:before{content:"\f2dc"}.fa-superpowers:before{content:"\f2dd"}.fa-wpexplorer:before{content:"\f2de"}.fa-meetup:before{content:"\f2e0"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}@media only screen and (max-width: 349px) {

    .main-content&gt;.row&gt;.vc_row,
    #copyright&gt;.container&gt;.col {
        margin-left: 0;
        margin-right: 0;
    }

    .main-content&gt;.row&gt;.vc_row.testimonial-row {
        margin-left: 0;
        margin-right: 0;
    }

    #footer-widgets&gt;.container&gt;.row {
        margin-left: 0;
        margin-right: 0;
    }
}

body { 
    font-family: Arial, sans-serif;
}

/*=============================================
=            Header Stylesheet            =
=============================================*/
li ul, li ol {
    margin-top: 8px;
}

ul li ul li {
    list-style: circle;
}

ul li ul li ul li {
    list-style: disc;
}

.main-nav li {
    margin: 0 8px;
}

.main-nav&gt;nav&gt;ul,
.flex-center {
    display: flex !important;
    justify-content: center;
    align-items: center !important;
}

.flex-end {
    display: flex !important;
    justify-content: flex-end;
    align-items: center !important;
}

.flex-center-alt {
    display: flex !important;
    justify-content: center;
    flex-direction: column;
}

.sidenav .sf-menu ul {
    /* display: none !important; */
}

.sidenav .sf-menu .menu-expanded ul {
    display: block !important;
}

.sidenav .sf-menu .menu-expanded .sf-sub-indicator {
    transform: rotate(180deg);
}

#header-secondary-outer #social, body.material #header-secondary-outer nav &gt;ul {
  display: none;
}

body #header-secondary-outer .nectar-center-text {
  text-transform: none;
  font-weight: normal;
  font-family: Arial, sans-serif;
}

.small-header .iwithtext {
    display: inline-block;
    margin: auto;
    margin-left: 30px;
    padding-right: 30px;
    border-right: 4px solid #01175a;
    min-height: 35px;
    align-items: center;
    justify-content: center;
    display: inline-flex;
    flex-direction: row;
}

.about-us-img-block .column-image-bg {
  background-size: cover;
  background-repeat: no-repeat;
}


@media only screen and (max-width: 1024px) {
    .small-header .iwithtext {
        margin-left: 0;
        padding-right: 0;
    }
    
    .about-us-img-block .column-image-bg-wrap {
      position: relative !important;
      min-height: 350px;
    }
    
    .about-us-img-block .column-image-bg {
        min-height: 400px;
        position: relative !important;
    }

}

.small-header .iwithtext:last-child {
    border-right: 0px;
}

.small-header .iwithtext .iwt-text {
    padding-left: 45px;
    font-size: 16px;
    color: #01175a;
    font-weight: 700;
}

.main-nav {
    background-color: #CCEF00;
    padding: 10px 0;
    z-index: 5;
}

body #header-outer #top .main-nav li a {
    color: #000 !important;
    font-size: 14px !important;
    text-transform: uppercase;
    font-weight: 700 !important;
    font-family: Rubik, Arial;
    line-height: 1em;
    letter-spacing: 0px;
    transition: .3s ease all;
    display: inline-block;
}

body #header-outer #top .main-nav&gt;nav&gt;ul&gt;li&gt;a {
    font-size: 16px !important;
    line-height: 1.2em !important;
}

body #header-outer #top .main-nav li.zero-parent li a {
    padding: 0px;
    margin-bottom: 15px;
}

body #header-outer #top .main-nav .megamenu li a:hover {
    /* text-decoration: underline; */
    border-bottom: 2px solid #000 !important;
    background: transparent !important;
}

#header-outer .secondary-menu {
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 10px !important;
}

#header-outer .secondary-menu &gt; .span_12 {
    display: flex;
    justify-content: center;
}

#header-outer .secondary-menu a {
    font-size: 16px !important;
    font-weight: 500;
    text-transform: initial !important;
    margin: 0 5px !important;
}

#header-outer .search-row {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-bottom: 20px !important;
}

@media only screen and (max-width: 1100px) {
    .search-row&gt;.span_12 {
        display: flex;
    }

    #top #mobile-cart-link,
    #top .mobile-search,
    #top .mobile-user-account {
        top: 25px !important;
    }
}

body #header-outer #search-btn {
    margin-right: 5px !important;
}

html body.material #header-outer:not([data-format="left-header"]) #top nav&gt;.buttons&gt;li {
    margin: 0 20px;
}

#logo {
    top: 15px;
    image-rendering: -webkit-optimize-contrast;
}

#logo img {
    display: inline-block !important;
    image-rendering: unset;
}

@media only screen and (min-width: 1000px) {
    #logo img {
        margin-bottom: 20px !important;
    }
}

#logo h5 {
    display: inline-block;
    color: #fff;
    font-family: myriad-pro, sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 1.5em;
    font-style: normal;
    position: relative;
    bottom: 20px;
    left: 10px;
    text-transform: capitalize !important;
}

@media only screen and (max-width: 999px) {
    #logo h5 {
        font-size: 16px;
        line-height: 1.3em;
        top: -10px;
    }
}

.search-form {
    position: relative;
    display: flex;
    margin-right: 10px;
}

.search-form input[type='text'] {
    background-color: #ffffff30;
    color: #fff;
    border-radius: 0px;
    border-radius: 0px;
    width: 35em;
    font-style: italic;
}

.search-form input[type='text']::placeholder {
    color: #fff;
    opacity: 1;
}

.search-form button {
    background: transparent !important;
    position: absolute;
    right: 0;
}

.search-form button span {
    background: transparent !important;
}

html body .search-form button:hover {
    background: transparent !important;
    opacity: .7;
}

@media only screen and (max-width: 1100px) {
    .main-nav {
        display: none !important;
    }

    #info-bar {
        /* text-align: left; */
    }
    
    html body #footer-outer #copyright p {
        text-align: center;
    }
}

@media only screen and (max-width: 1270px) {
    #info-bar .iwithtext {
        border: none;
        position: absolute;
        top: -2px;
        left: 50%;
        transform: translateX(-50%);
    }

    .small-header .wpb_wrapper {
        min-height: 30px !important;
    }

    #info-bar .iwithtext {
        /* border: none; */
        font-size: 12px;
        line-height: 1.25em;
        opacity: 0;
        transition: all 1s ease;
        width: 100%;
        display: flex;
    }

    .small-header .iwithtext .iwt-icon {
        position: relative !important;
        transform: unset !important;
    }

    #info-bar .iwithtext.highlight {
        opacity: 1;
    }

    .small-header .iwithtext .iwt-text {
        padding-left: 10px;
        position: relative;
        bottom: 2px;
    }
}

@media only screen and (max-width: 690px) {
    #info-bar {
        text-align: left;
    }
}

@media only screen and (max-width: 1600px) {
    .main-nav a br {
        display: none;
    }

    .main-nav ul {
        flex-wrap: wrap;
    }
}

@media only screen and (min-width: 999px) {
    body .main-nav .sub-menu li {
        margin-bottom: 10px;
    }

    body .main-nav .sub-menu li a {
        font-weight: 700;
    }
}

@media only screen and (min-width: 1481px) {
    body .main-nav .sub-menu {
        display: table !important;
    }
}

/*=====  End of Header Stylesheet  ======*/

.capitalise {
    text-transform: uppercase !important;
}

.product-category-grid {
    margin-bottom: 30px !important;
}

.product-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    min-height: 13rem;
    position: relative;
    transition: all .3s ease;
    border: 1px solid #bfbfbf;
    border-bottom: 0px;
}

.brand-page-shortcode .product-bg {
    /* border: 1px solid #f1f1f1; */
}

@media only screen and (min-width: 1400px) {
    .product-bg {
        min-height: 14.25em;
    }
}

.product-cat-href span {
    width: 100%;
    padding: 10px 15px;
    display: flex;
    align-items: center;
    background: #01175a;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 25px;
    font-weight: 500;
    min-height: 4.5rem;
    transition: all .2s ease;
    font-family: Rubik, Arial;
    line-height: 1.2em;
}

@media only screen and (max-width: 999px) {
    .product-cat-href span {
        font-size: 16px;
        justify-content: center;
    }
}

.product-cat_skel {
    overflow: hidden;
    position: relative;
}

img.home-cat-img {
    margin-bottom: -10px !important;
}

.product-cat_skel .product-bg:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    -webkit-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    transition: .1s cubic-bezier(0.4, 0, 1, 1);
}

.woocommerce #woof_results_by_ajax .woocommerce-info {
    background-color: transparent !important;
    text-align: center;
}

#woof_results_by_ajax {
    text-align: center;
}

.woocommerce .material.product .product-wrap {
    /* min-height: 380px; */
    min-height: auto;
    /* padding-bottom: 30px; */
}

.woocommerce .material.product .product-wrap .product-link {
    color: #000;
    display: block;
}

.product-cat-href:hover span {
    background: #CCEF00 !important;
    color: #01175a;
}

.secondary-navbar .iwt-icon img {
    width: 35px !important;
}

.cat-whole-span {
    position: relative;
}

.cat-whole-span:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    -webkit-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    transition: .1s cubic-bezier(0.4, 0, 1, 1);
}

.row .col img.brand-grid-item {
    margin-bottom: 0px;
    border-radius: 0;
}

.woocommerce .woocommerce-info {
    background-color: #ccef00 !important;
    color: #01175a !important;
    line-height: 1.5em;
}

.excerpt {
    max-width: 800px;
    margin: auto;
    padding-bottom: 1em;
}

.product-cat-href:hover .cat-whole-span:before {
    border: 6px solid #CCEF00;
    width: 100%;
    height: 100%;
    z-index: 10;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

body .nectar-button:hover, body .full-width-section .light .nectar-button:hover {
    opacity: 1;
}

.search-results #page-header-bg .span_6 {
    margin-top: 0 !important;
}

.brands .product-cat-href span {
    /* background: #F1F1F1;
    color: #01175a; */
}

.brand-grid {
    position: relative;
    border: 1px solid #BFBFBF;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100%;
    padding: 20px;
    transition: all .1s ease;
}

@media only screen and (min-width: 1400px) {
    .brand-grid {
        min-height: 291.84px;
    }
}

.brand-grid::before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: inline-block;
    -webkit-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: .1s cubic-bezier(0.4, 0, 1, 1);
    transition: .1s cubic-bezier(0.4, 0, 1, 1);
}

.brand-grid:hover {
    border: 1px solid #CCEF00;
}

.brand-grid:hover::before {
    border: 6px solid #CCEF00;
    height: calc(100% - 12px);
    width: calc(100% - 12px);
}

.font-bold {
    font-weight: 700 !important;
}

.font-medium {
    font-weight: 500 !important;
}

.is-mobile-heading {
    font-weight: 700;
    letter-spacing: 0px;
}

@media only screen and (max-width: 999px) {
    .is-mobile-heading {
        text-align: left !important;
    }
}

@media only screen and (max-width: 690px) {
    .product-bg {
        min-height: 15rem;
        background-position: top;
    }

    .brand-grid {
        /* min-height: 60% !important;
        width: 60% !important; */
        margin: auto;
    }
}

/*=============================================
=            Newsletter Section            =
=============================================*/

.newsletter-section {
    border-right: 5px solid #01175a;
}

@media only screen and (max-width: 999px) {
    .newsletter-section {
        border-right: none;
        /* border-bottom: 5px solid #01175a; */
    }

    .newsletter-section::after {
        width: 200vw;
        transform: translateX(-25%);
        content: '';
        height: 4px !important;
        background: #01175a;
        display: block;
        margin: auto;
        z-index: 100;
        visibility: visible !important;
        position: absolute;
        bottom: -20px;
    }
}


.newsletter_form input[type='text'] {
    background: #4E5D8C;
    color: #fff;
    border-radius: 0px;
    font-style: italic;
    margin: 0;
}

.newsletter_form button[type='submit'] {
    margin: 0;
}

.newsletter_form input[type='text']::placeholder {
    color: #fff;
    opacity: 1;
}

.newsletter_form button {
    display: inline-block;
    /* position: absolute; */
    height: 100%;
    right: 0;
}

@media only screen and (max-width: 480px) {
    .newsletter_form button {
        position: relative;
        width: 100% !important;
    }
}

.call-section .iwithtext .iwt-icon {
    position: absolute;
    height: 100%;
    top: 30%;
}

.call-section .iwithtext .iwt-icon img:not([srcset]) {
    width: 50px !important;
    position: relative;
    bottom: 10px;
}

.call-section .iwithtext .iwt-text {
    padding-left: 70px;
}

.all-section-mobile-row:hover,
.all-section-mobile-row:focus {
    cursor: pointer;
}

.outer-call-section .vc_column-inner {
    display: flex;
    justify-content: center;
}

/*=====  End of Newsletter Section  ======*/


/*=============================================
=            Salient Section            =
=============================================*/

/* .read_more::after {
    content: '';
    height: 4px;
    background-color: #01175A;
    width: 5em;
    display: inline-block;
    margin-left: 10px;
    position: relative;
    bottom: 6px;
} */

body .tabbed[data-style="minimal_alt"]&gt;ul li:not(.cta-button) {
    margin: 0 10px !important;
    font-weight: 700;
    text-transform: uppercase;
}

body .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:before,
html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button:after {
    background-color: #FEB900 !important;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
    content: '';
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    display: block;
}

body .related ul .flickity-prev-next-button,
body .configurable-products .flickity-prev-next-button {
    background-color: #FEB900 !important;
    color: #fff;
    border-radius: 0;
    content: '';
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    display: block;
}

body .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button svg,
.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button.next svg,
html .woocommerce .related ul .flickity-prev-next-button svg {
    width: 20px;
}

body .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button .arrow,
body .flickity-prev-next-button .arrow,
html .woocommerce .related ul .flickity-prev-next-button .arrow {
    fill: #FFF !important;
}

body .nectar-flickity[data-controls*="arrows_overlaid"] .previous:after,
body .nectar-flickity[data-controls*="arrows_overlaid"] .next:after,
html .woocommerce .related ul .previous:after,
html .woocommerce .related ul .next:after {
    display: none;
}

html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next:before,
html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous:before,
html .woocommerce .related ul .next:before,
html .woocommerce .related ul .previous:before {
    display: none;
}

html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next,
html .woocommerce .related ul .next {
    right: -25px;
}

html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous,
html .woocommerce .related ul .previous {
    left: -25px;
}


html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button,
html .woocommerce .related ul .flickity-prev-next-button {
    transition: all .3s ease;
    top: 45%;
    z-index: 10000;
    width: 40px;
    height: 40px;
}

@media only screen and (max-width: 690px) {
    html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button {
        top: auto;
    }
}

html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button:hover::after {
    transform: scale(1.0);
    opacity: .8;
}

html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous {
    left: -25px;
}

html body #footer-outer #copyright {
    padding-top: 0px;
}

#footer-outer #copyright p {
    font-size: 12px;
}

@media only screen and (max-width: 999px) {
    html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next {
        right: -30px !important;
    }

    html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous {
        left: -30px !important;
    }
}

@media only screen and (max-width: 690px) {
    html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next {
        right: 15px !important;
    }

    html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous {
        left: 15px !important;
    }
}

@media only screen and (max-width: 400px) {
    html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next {
        right: 10px !important;
    }

    html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous {
        left: 10px !important;
    }
}

body .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button.next svg {
    left: 25%;
    top: 25%;
    height: 50%;
}

body .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg {
    width: 20px;
    height: 50%;
    left: 25%;
    top: 25%;
}

body .nectar-woo-carousel-top {
    position: absolute !important;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1000;
}

@media only screen and (min-width: 1000px) {
    /* body .nectar-woo-carousel-top {
        margin-top: -90px;
    } */
}

html body.material #header-outer #social-in-menu i {
    width: 20px;
}

/*=====  End of Salient Section  ======*/


/*=============================================
=            Testimonial Section            =
=============================================*/

img.img-with-animation.skip-lazy.avatar-img {
    margin: auto;
    display: inline-block;
    border-radius: 100%;
    border: 2px solid #03185b;
    max-width: 5em !important;
}

.testimonial-row .nectar-carousel .cell&gt;.inner-wrap-outer&gt;.inner-wrap {
    width: 50%;
    min-width: 35em;
    /* box-shadow: 10px 10px 20px #00000020; */
    margin: auto;
}

.testimonial-row .star-rating-wrap {
    display: block;
    font-size: 20px;
}

.testimonial-row .star-rating {
    display: inline-block;
    margin-top: -10px;
    -webkit-transform: none;
    transform: none;
    position: relative;
    font-size: 25px !important;
}

.testimonial-row .star-rating:before {
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
    color: #ddd;
    float: left;
    top: 0;
    left: 0;
}

.testimonial-row .star-rating .filled {
    position: absolute;
    display: block;
    font-size: 25px !important;
    left: 0;
    -webkit-transform: none !important;
    transform: none !important;
    width: 100%;
    overflow: hidden;
    z-index: 100;
}

.testimonial-row .star-rating .filled:before {
    font-family: FontAwesome;
    color: #CCEF00;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    content: "\f005\00a0\f005\00a0\f005\00a0\f005\00a0\f005";
    float: left;
}

.testimonial-row .nectar-carousel .flickity-viewport {
    overflow: hidden !important;
}

@media only screen and (max-width: 999px) {
    .testimonial-row .nectar-carousel .cell&gt;.inner-wrap-outer&gt;.inner-wrap {
        width: 100%;
        min-width: 200px;
    }

    .testimonial-grid {
        text-align: center !important;
    }

}

@media only screen and (max-width: 690px) {
    .testimonial-row .nectar-carousel .cell&gt;.inner-wrap-outer&gt;.inner-wrap {
        bottom: 30px;
        position: relative;
    }
}

@media only screen and (max-width: 999px) {
    .testimonial-row .nectar-flickity.nectar-carousel[data-format="default"] .flickity-slider .cell {
        min-height: 100%;
    }

    .testimonial-grid {
        top: 50%;
        transform: translateY(-50%)
    }
}

/*=====  End of Testimonial Section  ======*/

.open-mobile-nav {
    background: transparent;
    border: none;
    display: none;
}

@media only screen and (max-width: 1100px) {
    .open-mobile-nav {
        display: block;
    }
}

html body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before,
html body .slide-out-widget-area-toggle.mobile-icon .lines-button:after {
    width: 22px !important;
    background-color: #ffffff;
}

body #header-outer .slide-out-widget-area-toggle .lines-button,
body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
    background-color: #fff;
    ;
}


/*=============================================
=            Mobile Navbar Section            =
=============================================*/

/** mobile nav **/
.sidenav {
    height: 100vh;
    width: 620px;
    position: fixed;
    z-index: 10000;
    top: 35px;
    right: -100vw;
    background-color: #01175a;
    overflow-x: hidden;
    transition: 0.5s;
    padding: 35px 30px;
    padding-left: 30px;
}
.small-nav .sidenav {
    top: 40px !important;
}
.hidden-secondary .sidenav {
    top: 58px !important;
}

.sidenav .sf-menu li {
    line-height: inherit;
    display: block;
    float: none;
    text-align: left;
    color: #fff;
}

.sidenav .sf-menu li br {
    display: none;
}

.sidenav .sf-menu li a {
    font-size: 16px;
    line-height: 1.3em;
    font-weight: 700;
    margin: 0 0 20px 0;
    color: #fff;
}

.sidenav .sf-menu ul {
    position: relative !important;
    top: 0 !important;
    background-color: transparent !important;
}

#top .sidenav .sf-menu li ul li a {
    color: #fff !important;
    font-family: inherit;
    font-size: 16px;
}

#top .sidenav .sf-menu li ul li a:hover {
    background-color: transparent !important;
}

html body:not([data-header-format="left-header"]) #top .sidenav .sf-menu li ul {
    background-color: transparent !important;
    border: none;
    box-shadow: unset;
    opacity: 1;
    padding: 0 0 0 20px;
}

@media only screen and (max-width: 690px) {
    .sidenav {
        width: 100vw;
    }
}

.mobile_menu-overlay {
    position: fixed;
    top: 35px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffffa6;
    color: #fff;
    z-index: 200;
    display: none;
}

.close-row {
    padding-bottom: 30px;
    float: right;
    text-transform: uppercase;
    width: 100%;
    text-align: right;
}

.close-row a {
    font-size: 12px;
    color: #fff;
}

.close {
    position: relative;
    width: 20px;
    height: 20px;
    top: 5px;
    opacity: 1;
    display: inline-block;
}

.close:hover {
    opacity: 1;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #FFF;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.mobile-footer {
    position: absolute;
    bottom: 0;
}

/*=====  End of Mobile Navbar Section  ======*/

@media only screen and (max-width: 999px) {
    .mobile-center {
        text-align: center !important;
    }
}


/*=============================================
=            Button Section            =
=============================================*/
.button-border-alt {
    border: 2px solid #02B2FB;
}

/* Sweep To Right */
html body .hvr-sweep-to-right {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

html body .hvr-sweep-to-right:hover,
html body .hvr-sweep-to-right:focus,
html body .hvr-sweep-to-right:active {
    background-color: #01175a;
    color: white;
}


/* Sweep To Right */
html body.material .nectar-button.hvr-sweep-to-right-alt {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    background-color: #01175a;
    border: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 14px;
    line-height: 14px !important;
}

html body.material .nectar-button.hvr-sweep-to-right-alt:hover,
html body.material .nectar-button.hvr-sweep-to-right-alt:focus,
html body.material .nectar-button.hvr-sweep-to-right-alt:active {
    color: #01175a;
    cursor: pointer;
    background-color: #ccef00 !important;
}

html body.material .nectar-button.hvr-sweep-to-right-alt.about-us-btn:focus {
    background-color: #02b2fb !important;
}

html body.material .nectar-button.hvr-sweep-to-right-alt.about-us-btn:hover {
    background-color: #02B2FB !important;
}

/* Sweep To Right */
html body.material .nectar-button.hvr-sweep-to-right-ult {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

html body.material .nectar-button.hvr-sweep-to-right-ult:hover,
html body.material .nectar-button.hvr-sweep-to-right-ult:focus,
html body.material .nectar-button.hvr-sweep-to-right-ult:active {
    background-color: #CCEF00 !important;
    /* color: #000 !important; */
    color: #01175a;
    opacity: 1;
}



.homepage-content .button .primary-color,
.main-blog-button {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    letter-spacing: 0px;
    font-size: 14px !important;
    line-height: 14px;
}

.homepage-content .button .primary-color:hover,
.homepage-content .button .primary-color:focus,
.homepage-content .button .primary-color:active,
.main-blog-button:hover {
    background-color: #CCEF00 !important;
    /* color: #000 !important; */
    color: #01175a;
    opacity: 1;
}

html body[data-form-submit="regular"] button[type=submit]:hover {
    opacity: 1;
}

/*=====  End of Button Section  ======*/

#header-outer .sidenav .sf-menu&gt;li&gt;a&gt;.sf-sub-indicator {
    padding: 0px;
    position: relative;
    left: 10px;
    transition: all .3s ease;
}

body #header-outer #top .sidenav .sf-menu&gt;li&gt;a:hover .sf-sub-indicator i,
body #header-outer #top .sidenav .sf-menu&gt;li&gt;a:focus .sf-sub-indicator i {
    color: #fff !important;
}

body #header-outer .sf-menu&gt;li&gt;a&gt;.sf-sub-indicator {
    display: none;
}

body #header-outer #mobile-sidebar .sf-menu&gt;li&gt;a&gt;.sf-sub-indicator {
    display: inline-block;
}

.call-section .iwithtext {
    max-width: 300px;
    display: inline-flex;
    margin-bottom: 0;
}

.call-section .iwithtext h6,
.call-section .iwithtext .iwt-text {
    color: #01175A !important;
}

.call-section .wpb_text_column, .call-section .nectar-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    margin-left: 10px;
    position: relative;
    top: 25%;
}

@media only screen and (min-width: 481px) and (max-width: 690px) {
    .call-section .iwithtext {
        max-width: none;
        width: 65%;
    }

    .call-section .nectar-button {
        margin-left: 0px;
        top: 25%;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1220px) {
    .call-section .nectar-button {
        margin-left: 70px;
        top: 10px;
    }
}

@media only screen and (max-width: 480px) {
    .call-section .nectar-button {
        margin: auto;
        margin-left: 70px;
        margin-top: 10px;
        position: relative;
        top: 0px;
    }
}

@media only screen and (max-width: 690px) {
    .newsletter-section h6 {
        margin-right: 0px !important;
        text-align: center !important;
    }

    html body .newsletter-section .vc_col-sm-12.wpb_column.child_column {
        margin-right: 0px !important;
    }

    .newsletter-section .vc_column-inner {
        padding-right: 0px !important;
    }

    .newsletter_form input[type='text'] {
        text-align: left;
    }
}

@media only screen and (max-width: 500px) {
    .newsletter_form input[type='text'] {
        text-align: center;
    }
}

.call-section .nectar-button span {
    font-size: 14px;
    line-height: 14px;
}

html body.material .call-section .nectar-button.hvr-sweep-to-right-alt {
    line-height: 14px !important;
    max-height: 44px;
}

html body.material .call-section .nectar-button.hvr-sweep-to-right-alt:hover {
    background-color: #02b2fb !important;
    color: #fff;
}

.testimonial-grid:before {
    content: '';
    background: center / contain no-repeat url(/wp-content/themes/eyeprotect-child/images/left-quote.png);
    width: 100%;
    height: 140px;
    position: absolute;
    top: 0px;
}

@media only screen and (max-width: 999px) {
    .testimonial-grid:before {
        top: 50%;
        transform: translateY(-50%);
    }
}

.read-more-section {
    height: 240px;
    overflow: hidden;
}

.category-read-more-section {
    height: 200px;
    overflow: hidden;
    position: relative;
}

.category-read-more-section::after {
    content: '';
    position: absolute;
    bottom: 0;
    height: 50%;
    background: #ffffff;
    z-index: 999;
    width: 100%;
    opacity: .5;
    transition: all .3s ease;
}

.category-read-more-alt .category-read-more-section::after {
    background: #f1f1f1;
}

.show-opac.category-read-more-section::after {
    opacity: 0;
}

.heightAuto {
    height: auto;
}

@media only screen and (max-width: 999px) {
    body .nectar-flickity.nectar-carousel.nectar-carousel:not(.masonry) .flickity-viewport {
        margin: 30px 0;
    }
}

body #header-outer[data-lhe="animated_underline"] #top .main-nav nav&gt;ul&gt;li&gt;a:after {
    border-color: #000;
}

@media only screen and (max-width: 999px) {
    .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
        right: -30px !important;
    }

    .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
        left: -30px !important;
    }

    body .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button {
        transform: none;
    }
}

@media only screen and (max-width: 690px) {
    body .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.next {
        right: -10px !important;
        top: 40%;
    }

    body .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button.previous {
        left: -10px !important;
        top: 40%;
    }
}

.read_more:hover,
.read_more:focus {
    cursor: pointer;
}


/* Megamenu submenu */
.megamenu&gt;ul.sub-menu {
    /* min-width: 1500px; */
    /* width: auto !important; */
    margin: auto;
    /* left: 50% !important; */
    /* transform: translateX(-50%) !important; */
    width: 100% !important;
    min-width: auto !important;
    text-align: left;
    left: 0 !important;
    transform: unset !important;
}

.megamenu&gt;ul.sub-menu::before {
    content: '';
    background: #FFF !important;
    width: 9999px;
    height: 100%;
    display: block;
    min-height: 22em;
    z-index: -1;
    position: absolute;
    top: 0;
    left: -50%;
    padding-bottom: 60px;
}

@media only screen and (max-width: 999px) {
    .megamenu&gt;ul.sub-menu::before {
        background: #01175A !important;
        display: none;
    }
}

@media only screen and (max-width: 1480px) {
    body #top nav&gt;ul&gt;.megamenu.columns-4&gt;ul&gt;li {
        width: 23%;
        display: inline-flex !important;
        padding-left: 5px;
    }

    .megamenu&gt;ul.sub-menu {
        min-width: auto;
        /* width: 100vw !important; */
    }

    #top nav&gt;ul&gt;li {
        margin: 5px 0;
    }
}

.btn-padding {
    padding: 15px 22px !important;
}

#footer-outer #footer-widgets .col ul li:first-child&gt;a,
#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button) {
    font-size: 14px;
}

.our-picks .tabbed[data-style*="minimal"]&gt;ul li a:after {
    background-color: #CCEF00 !important;
}

#mobile-sidebar .sf-menu li li ul {
    left: 2em;
    padding-top: 10px !important;
}

#mobile-sidebar .sf-menu li li.zero-parent ul {
    left: 0em;
}

#mobile-sidebar .sf-menu li li ul a {
    margin-top: 10px;
    margin-bottom: 10px;
}

.zero-parent&gt;a {
    display: none !important;
}

.megamenu.menu-item-has-children&gt;a.sf-with-ul {
    z-index: 1000;
}

#mobile-sidebar .megamenu.menu-item-has-children&gt;ul.sub-menu {
    top: -10px !important;
}

@media only screen and (max-width: 690px) {
    .ep_text-block .vc_column-inner {
        padding-top: 60px !important;
        padding-bottom: 60px !important;
    }
}

body .row .col .iwithtext .iwt-icon img:not([srcset]) {
    width: auto;
}

.small-header .iwithtext .iwt-icon {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 690px) {
    .small-header .iwithtext .iwt-icon {
        transform: translateY(0);
    }

}

/* Other pages */

.bg-header {
    min-height: 30vh;
}

.shop-all-btn,
.read-more-btn {
    min-width: 15em;
    text-align: center;
    box-shadow: 10px 10px 10px #0000001a !important;
}

.blog-date {
    font-weight: 700
}

.blog-short-content {
    margin-bottom: 1em;
}

.image-thumbnail-col img {
    min-width: 100%;
    margin-bottom: 0 !important;
}

.blog-row {
    display: flex !important;
    padding-bottom: 60px !important;
}

.item-parent .sub-menu li {
    margin-bottom: 0px !important;
}

body #header-outer #top .main-nav .item-parent .sub-menu li a {
    font-weight: 300 !important;
    font-size: 14px !important;
}

.sf-menu ul li {
    margin: 0;
}

@media only screen and (min-width: 690px) {
    .first-content-section {
        margin-top: 0px !important;
    }
}

body #footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):hover {
    opacity: 1;
    /* text-decoration: underline; */
}

nav&gt;ul&gt;li.menu-item:hover {
    /* text-decoration: underline; */
}

html body #header-outer[data-lhe="animated_underline"] #top .main-nav nav&gt;ul&gt;li&gt;a:after,
body #header-outer[data-lhe="animated_underline"] #top nav&gt;ul&gt;li:not([class*="button_"])&gt;a:after {
    display: none;
}

h6&gt;a:hover,
h6.read_more:hover {
    text-decoration: underline !important;
}

.woof_products_top_panel {
    display: none !important;
}

.woof_section_scrolled {
    width: 100%;
}

img.small_blog-img {
    max-width: 120px !important;
}

#sidebar div ul li a.recently_written-posts {
    display: flex;
    color: #000;
}

.recently_written-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
}

.recently_written-desc .post-title {
    font-weight: 700;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    margin-right: 10px;
    text-overflow: ellipsis;
}

.top_post-bg-cover {
    width: 25%;
    max-width: 5em;
    overflow: hidden;
}

.top_post-bg {
    width: 100%;
    max-width: 5em;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 70px;
    height: 100%;
    transition: .3s ease all;
}

.other_index-post {
    width: 80%;
    display: inline-flex;
    position: absolute;
    top: 0;
    left: 5em;
}

body #sidebar .top_picks ul li {
    position: relative;
    padding: 0px;
    border: 1px solid #ABABAB;
    margin-bottom: 10px;
    overflow: hidden;
}

#sidebar .top_picks a.recently_written-posts.post-with-row-bg:hover .row-bg,
#sidebar .top_picks a.recently_written-posts:hover .top_post-bg {
    transform: scale(1.2);
}

.post-with-row-bg li {
    border: 0 !important;
}

body #sidebar .top_picks ul .row-bg {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 12em;
    transition: .3s ease all;
    width: 100%;
    
}

.recently_written-posts:hover&gt;li {
    border: 1px solid #02B2FB !important;
}

.recently_written-posts.post-with-row-bg:hover li {
    border: 0 !important;
}

#sidebar .top_picks a.recently_written-posts.post-with-row-bg {
    color: #FFF;
}


#sidebar .top_picks a.recently_written-posts {
    color: #000;
}

body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post,
body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
    padding: 4% 9%;
    min-height: auto;
}

body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
    justify-content: flex-end;
}

body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
    justify-content: end;
}

body[data-form-submit="regular"] .container-wrap button#submit,
.wpcf7 textarea {
    width: 100%;
}

.contact-information .vc_custom_heading,
.contact-information .iwithtext {
    margin-bottom: 30px !important;
}

.contact-information .iwithtext .iwt-text {
    margin-left: 10px;
    padding-top: 7px;
}

.wpcf7-form input[type=number] {
    background-color: rgba(0, 0, 0, 0.04);
    border-radius: 4px;
    border: 2px solid rgba(0, 0, 0, 0);
    font-size: 14px;
    line-height: 24px;
    padding: 10px;
    width: 100%;
}

.wpcf7-form .ajax-loader {
    display: none;
}

.woof label {
    max-width: 80%;
}

.woof_section_scrolled {
  width: 100%;
}

.mobile-ver {
    display: none;
}

.toggle-filter, .toggle-sort {
    color: #fff;
    background: #01175a;
    display: block;
    padding: 10px 10px;
    width: 100%;
    font-family: Rubik, Arial;
}

.toggle-filter:hover, .toggle-filter:active,
.toggle-sort:hover, .toggle-sort:active {
    color: #fff;
}

@media only screen and (max-width: 690px) {
    /* .best-seller, .bg-header, .mobile-left {    
        left: 30px;
    } */

    .mobile-left {
        left: 30px;
    }

    .desktop-section,
    .desktop-ver {
        display: none;
    }

    .mobile-ver {
        display: inline-block;
        min-width: 48%;
        margin-bottom: 15px;
    }
}

.mobile-left .vc_column_container {
    margin-bottom: 0 !important;
}

body .mobile-section {
    margin-top: -1.5em !important;
    z-index: -1;
}

@media only screen and (max-width: 690px) {
    body .mobile-left {
        margin-left: -30px;
    }

    .toggle-filter, .toggle-sort {
        border: 2px solid #01175a;
        -webkit-appearance: none;
        font-size: 14px;
        top: 2px;
        position: relative;
        padding: 15px 10px !important;
    }
}

@media only screen and (min-width: 996px) {
    body .mobile-section {
        display: none !important;
    }
}

#review_form_wrapper {
    display: none;
}

body.woocommerce div.product .summary.entry-summary .woocommerce-product-rating {
    max-height: 1em;
}

body.woocommerce div.product div.summary {
    float: left;
}

.custom-icon {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    display: inline-block;
}

.checklist {
    background-image: url('/wp-content/themes/eyeprotect-child/icons/checklist.svg');
}

.special-order {
    background-image: url('/wp-content/themes/eyeprotect-child/icons/special.svg');
    width: 45px;
    height: 45px;

}

@media only screen and (max-width: 690px) {
    .checklist {
        width: 35px;
        height: 32px;
        transform: scale(.75);
        margin-right: 2px;

    }
}

.cross {
    background-image: url('/wp-content/themes/eyeprotect-child/icons/cross.svg');
}

.truck {
    background-size: contain;
    background-image: url('/wp-content/themes/eyeprotect-child/icons/car-1-green.svg');
    width: 40px;
    height: 40px;
    margin-right: 10px;
}

.flex-row-center {
    display: flex;
    align-items: center;
}

body.woocommerce div.product .stock,
.nectar-quick-view-box div.product .stock {
    padding-bottom: 0;
    display: flex;
    align-items: center;
    padding-top: 1.5em;
    margin-bottom: 1.5em;
    border-top: 1px solid #f1f1f1;
    color: #000;
}

form.cart button:hover,
form.cart button:focus {
    background-color: #01175A !important;
}

body div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs {
    text-align: left;
}

body.single-product .subscription {
    margin-bottom: 0px;
    margin-top: -1.5em;
}

.woocommerce div.product div.images .woocommerce-product-gallery img {
    padding: 5%;
    max-height: 600px !important;
    object-fit: contain;
}

.woocommerce div.product div.images .woocommerce-product-gallery .flickity-viewport {
    overflow: hidden;
    border: 1px solid #DCDCDC;
    min-height: 520px;
}

.woocommerce table.cart td.product-quantity {
    text-align: center;
}

.main-desc-img {
    display: block;
    margin-left: 30px;
}

@media only screen and (max-width: 690px) {
    .main-desc-img {
        margin-left: 0;
        order: 1;
        margin-bottom: 60px;
    }

    .woocommerce-Tabs-panel .span_8 {
        order: 2;
    }

    .woocommerce div.product div.images .woocommerce-product-gallery .flickity-viewport {
        min-height: auto;
    }

    body div.product .woocommerce-tabs .full-width-content {
        margin-left: 0 !important;
    }

    body div.product .woocommerce-tabs .full-width-content .tab-container {
        margin: 0;
    }
}

.main-desc-img img {
    border: 1px solid #DCDCDC;
    padding: 10%;
}

.main-desc-img div {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
    max-height: 20em;
    display: block;
    width: 100%;
    border: 1px solid #DCDCDC;
}

.comment-form-comment label {
    margin-bottom: 10px;
    display: inline-block;
}

.bottom-row {
    margin-bottom: 0px !important;
    padding-bottom: 30px !important;
}

.bottom-row-alt {
    margin-bottom: 0px !important;
}

.our-customer-section {
    margin-top: -24px !important;
}

.our-customer-content .flickity-viewport {
    margin: 60px 0 !important;
}

@media only screen and (max-width: 690px) {
    .our-customer-content .flickity-viewport {
        margin-top: 30px !important;
    }
}

.our-customer-content .flickity-viewport .flickity-slider {
    padding: 0 !important;
}

/** homepage banner */
.homepage-banner .slider-next,
.homepage-banner .slider-prev {
    background: #feb900;
    border-radius: 0px;
    width: 50px !important;
    transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
    -webkit-transition: all 0.45s cubic-bezier(.15, 0.2, .1, 1);
}

.homepage-banner .slider-prev {
    left: 2%;
}

.homepage-banner .slider-next {
    right: 2%;
    ;
}

.homepage-banner .slider-next:hover,
.homepage-banner .slider-prev:hover {
    background: #feb900 !important;
    transform: scale(1.0);
    opacity: .8 !important;
}

.homepage-banner .slider-next .slide-count,
.homepage-banner .slider-prev .slide-count {
    display: none !important;
}

body .full-width-section&gt;.col.span_12.dark .swiper-slide[data-color-scheme="light"] .content h3 {
    margin-bottom: 30px !important;
}

body .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p {
    font-size: 18px !important;
    letter-spacing: .5px;
    line-height: 1.2em !important;
}

div#subscription-row,
.full-row {
    margin-bottom: 0 !important;
}

.icon-salient-right-arrow::before,
.icon-salient-left-arrow::before {
    content: '' !important;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
    top: 30%;
    background-repeat: no-repeat;
    background-size: contain;
    filter: invert(1);
}

.icon-salient-right-arrow::before {
    background-image: url('/wp-content/themes/eyeprotect-child/icons/right-chevron.svg');
}

.icon-salient-left-arrow::before {
    background-image: url('/wp-content/themes/eyeprotect-child/icons/left-chevron.svg');
}

.swiper-container .slider-next&gt;i,
.swiper-container .slider-prev&gt;i {
    top: 0px;
    height: 100%;
}

.category-col-inner {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

ul.nectar-social.product_added {
    top: 4px;
    position: relative;
}

html body #footer-outer .widget.widget_nav_menu li a {
    border-bottom: 2px solid transparent !important;
    display: inline-block !important;
}

body #header-outer #top .main-nav li a,
#header-outer #top .secondary-menu nav&gt;ul&gt;li&gt;a {
    border-bottom: 2px solid transparent !important;
}

html body #footer-outer .widget.widget_nav_menu li a:hover,
#header-outer #top .secondary-menu nav&gt;ul&gt;li&gt;a:hover {
    border-bottom: 2px solid #fff !important;
}

body #header-outer #top .main-nav&gt;nav&gt;ul&gt;li&gt;a:hover {
    border-bottom: 2px solid #000 !important;
}

.breadcrumb,
.breadcrumb a {
    color: #01175a;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

html #header-outer[data-lhe="animated_underline"] #top .sf-menu&gt;.sf-with-ul:not([class*="button"])&gt;a {
    padding-right: 0 !important;
}

ul.nectar-social {
    position: relative;
    top: 4px;
}

@media only screen and (min-width: 1480px) {
    ul.nectar-social {
        top: 0px;
    }
}

.child-cat-banner&gt;.vc_column-inner&gt;.wpb_wrapper {
    padding-right: 90px;
    padding-left: 90px;
    margin-left: calc(49.5vw - (1425px)/2) !important;
}

@media only screen and (max-width: 1425px) and (min-width: 1000px) {
    .child-cat-banner&gt;.vc_column-inner&gt;.wpb_wrapper {
        margin-left: 0 !important;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 690px) {
    .child-cat-banner&gt;.vc_column-inner&gt;.wpb_wrapper {
        padding-right: 0;
        padding-left: 0;
        margin-left: calc(49.5vw - 300px) !important;
        margin-right: calc(49.5vw - 300px) !important;
    }
}

@media only screen and (max-width: 690px) and (min-width: 480px) {
    .child-cat-banner&gt;.vc_column-inner&gt;.wpb_wrapper {
        padding-right: 0;
        padding-left: 0;
        margin-left: calc(49.5vw - 210px) !important;
        margin-right: calc(49.5vw - 210px) !important;
    }
}

@media only screen and (max-width: 480px) {
    .child-cat-banner&gt;.vc_column-inner&gt;.wpb_wrapper {
        padding-right: 0;
        padding-left: 0;
        margin-left: calc(49.5vw - 160px) !important;
        margin-right: calc(49.5vw - 160px) !important;
    }
}

.related .flickity-viewport,
.configurable-products .flickity-viewport {
    width: 100%;
}

html .woocommerce .configurable-products .flickity-viewport {
    padding-top: 30px;
    min-height: 38em;
    padding-top: 0 !important;
    overflow: visible;
}

html .woocommerce .products.related ul.products li.product.last,
html .woocommerce-page .products.related ul.products li.product.last {
    margin-right: 2% !important;
}

html .woocommerce .related .flickity-viewport {
    /* padding-top: 30px; */
    min-height: 480px;
    overflow: visible;
}

@media only screen and (max-width: 690px) {
    html .woocommerce .related .flickity-viewport {
        /* min-height: unset; */
    }
}

.related .flickity-viewport:after {
    content: '';
    background: #f1f1f1;
    width: 99999px;
    position: absolute;
    height: 110%;
    z-index: 1;
    top: 50%;
    right: -15px;
    transform: translate(100%, -50%);
}

.related .flickity-viewport:before {
    content: '';
    background: #f1f1f1;
    width: 99999px;
    position: absolute;
    height: 110%;
    z-index: 1;
    top: 50%;
    left: -8px;
    transform: translate(-100%,-50%);
}

@media only screen and (max-width: 690px) {

    .related .flickity-viewport:before,
    .related .flickity-viewport:after {
        content: '';
        display: none;
    }
}

.related .previous {
    left: -25px;
}

html body.material .write_review-btn .nectar-button.hvr-sweep-to-right-ult a {
    margin-bottom: 30px;
    min-width: 15em;
    border-radius: 5px !important;
    box-shadow: 6px 6px 5px 2px #dadadaab;
}

.row.breadcrumb {
    padding-bottom: 60px !important;
    display: block;
}

html .nectar-flickity[data-controls*="arrows_overlaid"] .flickity-prev-next-button:hover:before {
    -webkit-transform: scale(1.0) translateZ(0);
    transform: scale(1.0) translateZ(0);
    opacity: .8;
}

.custom_fancy-box .nectar-fancy-box {
    padding-top: 60px;
    padding-bottom: 60px;
    box-shadow: 5px 5px 8px #0000005c;
}

.custom_fancy-box .nectar-fancy-box .box-bg:after {
    background-color: #fff;
}

.custom_fancy-box .nectar-fancy-box:after {
    top: 0px;
    -webkit-transform: scaleX(1) translateZ(0);
    transform: scaleX(1) translateZ(0);
}

.custom_fancy-box .nectar-fancy-box:hover:after {
    top: 0px;
}

.custom_fancy-box .nectar-fancy-box:hover .box-bg:after {
    background-color: #fff;
}

.custom_fancy-box .nectar-fancy-box .inner {
    min-height: auto !important;
    padding-bottom: 0 !important;
}

.custom_fancy-box .nectar-fancy-box .inner h3,
.custom_fancy-box .nectar-fancy-box .inner p {
    color: #000;
}

.heading-paragraph {
    font-family: Rubik, Arial !important;
   
    font-size: 24px;
    line-height: 1.5em;
    font-weight: 300 !important;
}

.custom_team-member img {
    border-radius: 50%;
    margin: auto;
    display: flex;
}

.custom_team-member .team-member:after {
    content: '';
    background: #F1F1F1;
    width: 100%;
    height: calc(100% - 8em);
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.custom_team-member .team-member {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 60px;
}

.row .custom_team-member .col .team-member h4 {
    margin-bottom: 0px;
    font-size: 20px;
    font-weight: 500;
    color: #01175a;
    letter-spacing: 0px;
}

.custom_team-member .team-member p.description,
.row .custom_team-member .col .team-member p.description {
    border-bottom: 0px;
    border-top: 2px solid #02B2FB;
}

.woocommerce-review__author {
    color: #000;
    font-weight: 700;
    font-family: Rubik, Arial;
    font-size: 30px;
}

img.brand-grid-item {
    margin: 0;
}

.row .custom_text-grid .col .img-with-aniamtion-wrap .hover-wrap {
    margin-bottom: 0px;
}

.row .custom_text-grid .col .img-with-aniamtion-wrap .hover-wrap img {
    width: 100%;
}

.row .custom_text-grid .col h4 {
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    color: #01175a;
    letter-spacing: 0px;
}

.row .custom_text-grid .col p {
    color: #01175a;
}

.custom_text-block .wpb_wrapper {
    border: 2px solid #E9ECEF;
    border-top: 0;
    padding: 30px 10%;
    min-height: 16em;
}

.about_us-heading .vc_column-inner {
    padding-left: 0 !important;
}

#header-outer #top .secondary-menu nav&gt;ul&gt;li.button_social_group&gt;a:hover {
    border-bottom: 0px !important;
}

.WOOF_Widget {
    width: 20%;
    display: inline-flex;
}

.widget.widget-woof {
    width: 95%;
}

@media only screen and (max-width: 690px) {
    .WOOF_Widget {
        width: 100%;
        display: block;
    }

    .widget.widget-woof {
        width: 100%;
    }
}

.tax-product_cat ul.products,
.tax-brand ul.products {
    width: 80% !important;
    display: inline-flex !important;
    position: relative;
    /* top: -30px; */
    float: right;
    top: -4px;
}

.post-type-archive-product ul.products {
    width: 100% !important;
    display: inline-flex !important;
    position: relative;
    /* top: -30px; */
    float: right;
    top: -4px;
}

@media only screen and (max-width: 690px) {

    .post-type-archive-product ul.products,
    .tax-product_cat ul.products,
    .tax-brand ul.products {
        width: 100% !important;
        display: block !important;
        position: relative;
        /* top: -30px; */
        float: left;
        top: 0;
    }
}

html .woocommerce button.woof_reset_search_form {
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    overflow: hidden;
    background-color: #01175a;
    border: none;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
    font-size: 14px;
    line-height: 24px;
    border-radius: 0px;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase !important;
    padding: 10px 20px;
}

.first_index-post {
    position: absolute;
    bottom: 0;
}

.variations option {
    font-weight: 300;
}


/* Single */
html body.single-post.material[data-bg-header="true"] .container-wrap {
    padding-top: 60px !important;
}

@media only screen and (min-width: 1100px) {
    li.megamenu.menu-item-has-children&gt;.sub-menu::after {
        content: '';
        background-size: cover;
        background-position: top center;
        background-repeat: no-repeat;
        height: 100%;
        min-height: 18em;
        width: 30%;
        top: 0;
        margin-top: 0 !important;
        margin: 30px 0;
    }

    li.megamenu.without-image.menu-item-has-children&gt;.sub-menu::after {
        width: 0;
    }

    .megamenu.menu-item-has-children&gt;.sub-menu {
        width: 100vw !important;
        min-width: 100vw !important;
        max-width: 1400px;
        padding-left: 60px !important;
        margin: auto !important;
        display: flex !important;
        left: 50% !important;
        min-height: 20em;
        transform: translateX(-50%) !important;
        justify-content: center;
    }

    body #header-outer #top nav&gt;ul&gt;.megamenu&gt;ul&gt;li {
        display: inline-flex;
    }

    body #top nav&gt;ul&gt;.megamenu.menu-item-has-children.columns-5&gt;ul&gt;li {
        width: calc(70% / 5) !important;
    }

    body #top nav&gt;ul&gt;.megamenu.menu-item-has-children.columns-4&gt;ul&gt;li {
        width: calc(70% / 4) !important;
    }

    body #top nav&gt;ul&gt;.megamenu.menu-item-has-children.columns-3&gt;ul&gt;li {
        width: calc(70% / 3) !important;
        max-width: 23em;
    }

    body #top nav&gt;ul&gt;.megamenu.menu-item-has-children.columns-2&gt;ul&gt;li {
        width: calc(70% / 2) !important;
    }

    body #top nav&gt;ul&gt;.megamenu&gt;ul&gt;li {
        padding: 0px;
    }
}

@media only screen and (max-width: 690px) {

    .homepage-banner #nectar-slider-instance-1,
    .homepage-banner .swiper-container {
        min-height: 70vh;
        /* width: 108vw !important;
        left: 0 !important;
        right: 0 !important; */
    }

    body .homepage-banner .swiper-slide {
        min-height: 70vh;
    }
}

#recent-posts-2 h3,
#recent-posts-3 h3 {
    font-size: 24px;
}

.image-thumbnail-col {
    overflow: hidden;
}

.blog-href-div img {
    transition: .3s ease all;
}

.blog-href-div:hover img {
    transform: scale(1.2);
}

.blogdesc-href-div {
    color: #000;
}

.blogdesc-href-div:hover {
    /* text-decoration: underline; */
}

.post_thumbnail_img {
    height: 35em;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
}

@media only screen and (max-width: 690px) {
    .post_thumbnail_img {
        height: 20em;
    }

    .blog-header {
        margin-bottom: 0 !important;
    }
}

body #respond {
    margin-top: 36px;
    margin-bottom: 36px;
}

body #commentform .comment-notes {
    display: none;
}

p.comment-form-author,
p.comment-form-email,
p.comment-form-url {
    width: 33%;
    display: inline-block;
}

p.comment-form-url {
    float: right;
}

p.comment-form-author input,
p.comment-form-email input {
    width: 95%;
}

h3#reply-title {
    font-weight: 500 !important;
    color: #01175a;
}

.comment-form label {
    font-weight: 500;
    font-family: Rubik, Arial;
    margin-bottom: 10px !important;
    display: inline-block;
}

.comment-form-cookies-consent label {
    display: initial;
}

.comment-form span.required {
    color: red;
}

body #commentform .form-submit {
    margin-top: 0px;
}

.secondary-navbar {
    /* margin-left: 0 !important; */
}

@media only screen and (max-width: 690px) {

    p.comment-form-author,
    p.comment-form-email,
    p.comment-form-url {
        width: 100%;
    }

    p.comment-form-author input,
    p.comment-form-email input {
        width: 100%;
    }
}

.shop-product-bg {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 12em;
    margin: 10px;
    display: block;
    z-index: 5;
}

@media only screen and (max-width: 690px) {
    .shop-product-bg {
        min-height: 8em;
    }
}

.related .shop-product-bg {
    /* min-height: 10em; */
    background-size: contain;
    margin: 10px;
}

.material #header-secondary-outer {
    min-height: auto !important;
}

body #header-secondary-outer nav .nectar-center-text {
    max-width: 100%;
    width: 100%; 
    position: relative;
    left: unset;
    top: unset;
    -webkit-transform: none;
    transform: none;
    line-height: 18px;
}
#header-secondary-outer .nectar-center-text a:hover {
    text-decoration: underline;
}

.material #header-space[data-secondary-header-display="full"], #header-space[data-secondary-header-display="full"] {
    height: 262px !important;
}

.material #header-space, #header-space {
    height: 222px !important;
}

.navigation.pagination {
    padding-top: 45px;
    padding-bottom: 60px;
    text-align: center;
}

a.prev.page-numbers, a.next.page-numbers {
    top: 2px;
    position: relative;
}

.navigation.pagination .nav-links a, .navigation.pagination .nav-links span {
    margin: 0 15px;
}

.navigation.pagination .nav-links span {
    color: #02b2fb;
    font-weight: 700;
}

.navigation.pagination .nav-links a:hover {
    color: #02b2fb;
    text-decoration: underline;
}

@media only screen and (max-width: 999px )and (min-width:501px) {
    .material #header-space[data-secondary-header-display="full"], #header-space[data-secondary-header-display="full"] {
        height: 116px !important;
    }
}
@media only screen and (max-width: 999px ) {
    .material #header-space, #header-space {
        height: 75px !important;
    }
}

@media only screen and (max-width: 500px) {
    .material #header-space[data-secondary-header-display="full"], #header-space[data-secondary-header-display="full"] {
        height: 132px !important;
    }
}
@media only screen and (min-width: 1100px) and (max-width: 1600px) {
    .material #header-space[data-secondary-header-display="full"], #header-space[data-secondary-header-display="full"] {
        height: 292px !important;
    }
    .material #header-space, #header-space {
        height: 252px !important;
    }
}

@media only screen and (min-width: 1000px) and (max-width: 1099px) {
    .material #header-space[data-secondary-header-display="full"], #header-space[data-secondary-header-display="full"] {
        height: 116px !important;
    }

    .material #header-space, #header-space {
        height: 75px !important;
    }

    #header-outer #top nav &gt; ul {
        width: auto;
        padding: 15px 0 25px 0;
        margin: 0 auto 0 auto;
        z-index: 100000;
        position: relative;
    }

    #header-outer #top nav {
        display: none !important;
    }

    #top #mobile-cart-link, #top .span_9 &gt; .slide-out-widget-area-toggle, #top .mobile-search {
        display: inline-block !important;
        padding: 0 8px;
    }

    #top .col.span_9 {
        min-height: 0;
        width: auto!important;
        position: absolute!important;
        right: 0;
        top: 0;
        z-index: 2000;
        height: 100%;
    }

    #header-outer #top #logo img {
        max-height: 50px;
        margin: 0px !important;
        top: -15px;
        position: relative;
    }

    #header-outer #top #logo {
        margin: 0;
        bottom: auto;
    }

    #mega-menu-wrap-top_nav {
        background: transparent;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item {
        display: list-item;
        margin: 0;
        clear: both;
        border: 0;
    }

    #mega-menu-wrap-top_nav .mega-menu-toggle + #mega-menu-top_nav {
        background: #01175a;
        padding: 0px 0px 0px 0px;
        display: block;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link {
        border-radius: 0;
        border: 0;
        margin: 0;
        line-height: 40px;
        height: 40px;
        padding: 0 10px;
        background: transparent;
        text-align: left;
        color: #fff;
        font-size: 14px;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item&gt;ul.mega-sub-menu {
        display: none !important;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-toggle-on&gt;ul.mega-sub-menu, 
    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block !important;
        padding: 0 !important;
        margin-left: -1px;
        margin-bottom: 10px;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item &gt; a.mega-menu-link:hover {
        background: transparent;
    }

    html body #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.sfHover &gt; a.mega-menu-link {
        background-color: transparent !important;
        border-bottom: 0 !important;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.mega-current-menu-ancestor &gt; a.mega-menu-link {
        background: transparent;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: flex !important;
        flex-direction: column;
        box-shadow: none;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column {
        width: 100% !important;
        max-width: 500px;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-row {
        margin: 0px auto !important;
    }

    #top .mobile-search,
    #top .mobile-user-account {
        top: 15px !important;
        position: relative;
    } 

    #top #mobile-cart-link {
        top: 22px !important;
        position: relative;
    }

    .open-mobile-nav {
        top: 5px !important;
        position: relative;
    }

    body #header-outer #top{
        padding: 12px 0 !important;
    }
}

@media only screen and (max-width: 1100px) {
    
    #top {
        z-index: 10000 !important;
    }

    body #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-row .mega-menu-column&gt;ul.mega-sub-menu&gt;li.mega-menu-item.widget_media_image {
        display: none;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        box-shadow: none;
    }
}


#ajax-content-wrap .container-wrap {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.search #ajax-content-wrap .container-wrap {
    padding-top: 60px !important;
}

.custom-edge .sub-menu {
    right: 0 !important;
    top: 0;
    left: unset !important;
}

@media only screen and (max-width: 690px) {
    body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a {
        font-size: 10px;
        padding: 14px 14px;
    }

    body .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p,
    body .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p,
    body .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
        font-size: 15px !important;
        line-height: 18px !important;
    }

}

body #header-outer:not([data-format="left-header"]) #top nav&gt;ul&gt;li:not(.megamenu) ul a {
    color: #000 !important;
}

.tax-brand.woocommerce .container-wrap {
    background-color: #f6f6f6;
}

@media only screen and (max-width: 690px) {
    .product-category-grid {
        width: 50% !important;
    }
   
    .mobile-subscribe-margin {
        margin-bottom: -25px !important;
    }
}

.woocommerce-Tabs-panel--free_trial_requests ol li {
    padding-bottom: 24px;
}

.woocommerce-Tabs-panel--free_trial_requests button {
    padding: 18px;
    max-width: 10em;
}

#header-outer .nectar-woo-cart .widget_shopping_cart,
#header-outer .nectar-woo-cart .cart-notification {
    display: none !important;
}

.cart-menu .xoo-wsc-cart-trigger:hover {
    cursor: pointer;
}

body #header-outer[data-format="default"] #social-in-menu {
    margin: 0;
}

a.xoo-wsc-ft-btn {
    height: 45px;
    text-transform: uppercase !important;
    font-size: 14px !important;
    line-height: 27px !important;
    border-radius: 0px !important;
    background: #02b2fb !important;
    font-weight: 700 !important;
    transition: all 0.2s ease;
    color: #fff !important;
}

html body .xoo-wsc-container .xoo-wsc-footer a.xoo-wsc-ft-btn:hover {
    background-color: #01175a !important;
}

.xoo-wsch-top .xoo-wsch-text {
    font-weight: 700;
}

.blog-background {
    background-size: cover;
    background-position: center;
    min-height: 14em;
    transition: .2s ease all;
}

.blog-href-div:hover .blog-background {
    transform: scale(1.2);
}

.blogdesc-href-div h3 {
    transition: .2s ease all;
}

.blogdesc-href-div:hover h3 {
    color: #02B2FB;
}

body .woocommerce-checkout-review-order-table .product-info .product-quantity {
    font-size: 16px;
}

#top nav&gt;ul {
    top: -1px;
}

html .post-type-archive-product.woocommerce .container-wrap,
.tax-product_cat.woocommerce .empty-children-archive .container-wrap {
    background-color: #f6f6f6 !important;
}

.main-description-product,
.main-description-product ul {
    text-align: left !important;
}

.main-description-product ul {
    margin-left: 20px !important;
}

.woocommerce .woocommerce-message {
    background-color: #ccef00 !important;
    color: #01175a !important;
    line-height: 24px;
}

.woocommerce .woocommerce-message a {
    color: #01175a !important;
}

.woocommerce .woocommerce-message a:hover {
    background-color: #ccef00 !important;
    color: #01175a !important;
}

@media only screen and (min-width: 999px) {
    .zero-parent ul.sub-menu {
        min-height: 23em;
    }

    .sub-menu li.item-parent {
        padding-right: 15px;
    }

    .megamenu&gt;.sub-menu {
        max-height: 40em;
        overflow: scroll;
        overflow-x: hidden;
    }
    
}

.tax-brand .woof_shortcode_output #woof_results_by_ajax {
    display: block;
    text-align: center;
    font-weight: 700;
    width: 100% !important;
}

.tax-brand #woof_results_by_ajax {
    display: block;
    text-align: center;
    font-weight: 700;
    width: 80% !important;
}

.two-line-menu {
    min-height: 12em;
}

.two-line-menu.menu-item-has-children {
    min-height: calc(12em - 5px);
}

.two-line-menu .sub-menu {
    min-height: 0 !important;
}

.zero-children-menu {
    min-height: 6em;
}

#header-outer .sf-menu .last-item&gt;.sub-menu {
    left: -13.5em;
    top: 3.5em !important;
}

body #header-outer #top .main-nav li.item-parent.first-item-parent&gt;a {
    margin-bottom: 30px;
}

body #header-outer #top .main-nav li.item-parent.second-item-parent&gt;a {
    font-weight: 700 !important;
}

/* #top nav &gt;ul &gt;.megamenu.megamenu-ppe &gt; .sub-menu {
    display: block !important;
}

#top nav &gt;ul &gt;.megamenu.megamenu-ppe &gt; .sub-menu .first-child {
    width: 100% !important;
}

#top nav &gt;ul &gt;.megamenu.megamenu-ppe &gt; .sub-menu .first-child &gt; a {
    width: 100%;
    display: block !important;
    min-width: 100vw;
    height: 100%;
} */

span.mega-menu-description {
    display: none !important;
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu&gt;ul.mega-sub-menu {
    width: 100vw;
    left: 50%;
    transform: translate(-50%, 7px) !important;
}

#mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-row {
    max-width: 1400px;
    margin: auto;
    left: 50%;
    transform: translate(-50%, 10px);
    margin-top: 25px;
    margin-bottom: 25px;
}

@media only screen and (max-width: 999px) {
    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-row {
        margin-top: 0;
        margin-bottom: 0;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item&gt;ul.mega-sub-menu {
        display: none !important;
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-toggle-on&gt;ul.mega-sub-menu,
    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu.mega-menu-item.mega-toggle-on ul.mega-sub-menu {
        display: block !important;
        padding: 0 !important;
        margin-left: -1px;
        margin-bottom: 10px;
    }
    
    .container, .orbit-wrapper .slider-nav, .post-area.standard-minimal.full-width-content .post .inner-wrap {
        max-width: 90% !important;
    }

    
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-item&gt;a.mega-menu-link,
body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu&gt;ul.mega-sub-menu li.mega-menu-column&gt;ul.mega-sub-menu&gt;li.mega-menu-item&gt;a.mega-menu-link {
    text-transform: uppercase;
    font-family: Arial;
    line-height: 1.2em;
    display: inline-block;
}


body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-item li.mega-menu-item&gt;a.mega-menu-link,
body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu&gt;ul.mega-sub-menu li.mega-menu-column&gt;ul.mega-sub-menu&gt;li.mega-menu-item li.mega-menu-item&gt;a.mega-menu-link {
    font-weight: 300 !important;
    font-family: Arial;
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.2em;
    display: inline-block;
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-item&gt;a.mega-menu-link {
    font-family: Rubik, Arial;
    text-transform: uppercase;
    font-size: 16px !important;
    line-height: 20px;
    display: flex;
    align-items: center;
    padding: 0 !important;
    margin: 0 10px 0 10px;
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-item&gt;a.mega-menu-link:hover {
    /* text-decoration: underline; */
    border-bottom: 2px solid #000;
}

@media only screen and (min-width: 1600px) {
    body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-item&gt;a.mega-menu-link {
        /* max-width: 10em; */
        margin: 5px 10px;
    }
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-row .mega-menu-column&gt;ul.mega-sub-menu&gt;li.mega-menu-item {
    padding-top: 0px;
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu&gt;ul.mega-sub-menu li.mega-menu-column&gt;ul.mega-sub-menu ul.mega-sub-menu ul.mega-sub-menu {
    margin-left: 0;
}

.mega-second-item-parent&gt;a&gt;span&gt;span.mega-menu-title,
html body header#top #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu ul.mega-sub-menu li.mega-second-item-parent&gt;a.mega-menu-link {
    font-weight: 700 !important;
    margin-top: 10px;
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link .mega-description-group .mega-menu-title,
#mega-menu-wrap-top_nav #mega-menu-top_nav a.mega-menu-link .mega-description-group .mega-menu-description {
    line-height: 1em;
    margin-top: 0px !important;
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav {
    justify-content: center;
    display: inline-flex;
    height: 100%;
    position: relative;
    top: 2px;
}

body #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.sfHover &gt; a.mega-menu-link {
    background-color: #CCEF00 !important;
    border-bottom: 2px solid #000 !important;
}

.contact-information .iwithtext .iwt-icon img {
    max-width: 50px;
    width: 100% !important;
}

.woocommerce #review_form #respond .form-submit input {
    padding: 15px 22px;
    font-size: 14px;
    background-color: #02b2fb;
    color: #fff;
    transition: .3s ease all;
}

.woocommerce #review_form #respond .form-submit input:hover {
    background-color: #ccef00 !important;
    color: #01175a;
}

.woocommerce #review_form #respond {
    padding: 30px 0;
}

body .woocommerce #reviews #reply-title {
    font-size: 22px;
    line-height: 1.5em;
}

@media only screen and (max-width: 999px) {
    body #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-item.sfHover &gt; a.mega-menu-link {
        background-color: unset !important;
        border-bottom: 0px !important;
    }
}

@media only screen and (min-width: 1080px) and (max-width: 1600px) {
    body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu&gt;ul.mega-sub-menu {
        position: absolute;
        top: 78px;
        max-height: 65vh;
        overflow-y: auto;
    }
}

@media only screen and (min-width: 1080px) {
    body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-megamenu.mega-megamenu-ppe&gt;ul.mega-sub-menu li.mega-menu-column&gt;ul.mega-sub-menu&gt;li.mega-menu-item&gt;a.mega-menu-link {
        /* min-height: 3.5em; */
    }

    body #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu&gt;ul.mega-sub-menu&gt;li.mega-menu-row .mega-menu-column&gt;ul.mega-sub-menu&gt;li.mega-menu-item {
        position: relative;
    }

    body #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item.mega-menu-megamenu ul.mega-sub-menu .mega-item-parent ul.mega-sub-menu {
        /* position: relative;
        top: 3.5em !important; */
    }
}

.woocommerce-Tabs-panel--product_information {
    text-align: center;
}

.single_variation_wrap .single_variation {
display: none !important;
}

.availability {
display: none;
}

html body .price .woocommerce-Price-amount bdi, .html body .price .woocommerce-Price-amount bdi span {
    font-family: Rubik, Arial;
    text-transform: capitalize;
    font-size: 30px;
    line-height: 1.25em;
    font-weight: 500;
    color: black;
}

.woocommerce .summary .price, .woocommerce div.product .summary p.price {
margin-top: 0 !important;
}

.woocommerce-product-gallery .flickity-slider {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.woocommerce .container-wrap nav.woocommerce-pagination ul li span, .container-wrap nav.woocommerce-pagination ul li span {
    margin: 0 !important;
}

html body.woocommerce nav.woocommerce-pagination ul li a, html body nav.woocommerce-pagination ul li a {
    color: #02b2fb !important;
    font-size: 14px !important;
    font-weight: 500;
}

html body.woocommerce nav.woocommerce-pagination ul li a:hover, html body nav.woocommerce-pagination ul li a:hover {
    text-decoration: underline;
}

body.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    background-color: transparent !important;
    box-shadow: none;
    color: #02b2fb !important;
    font-size: 14px !important;
    font-weight: 700;
    top: -1px;
    position: relative;
}

.woocommerce nav.woocommerce-pagination ul li a i {
    color: #02b2fb !important;
}

body .woocommerce-page nav.woocommerce-pagination ul {
    padding: 30px 0;
}

a.next.page-numbers, a.prev.page-numbers {
    top: 0px;
    position: relative;
    color: #02b2fb;
}

@media only screen and (max-width: 690px) {
    .tax-brand #woof_results_by_ajax {
        width: 100% !important;
    }

    .mega-sub-menu img {
        display: none;
    }

    .mega-sub-menu {
        box-shadow: none !important;
    }
}

.woof_shortcode_output {
    justify-content: center;
    font-weight: 700;
}

#search-results .result img {
    max-width: 18em;
    margin: auto;
}


html body.search #search-results .result .inner-wrap {
    /* min-height: 36em; */
    border-radius: 0px;
    position: relative;
    transition: .3s ease all;
    border: 0;
    overflow: initial;
}

html body.search #search-results .result:hover .inner-wrap {
    box-shadow: none;
    transform: none;
}

html body.search #search-results .result .inner-wrap::before {
    content: '';
    border: 4px solid #f6f6f6;
    transition: .3s ease all;
    width: calc(100% + 7px);
    height: calc(100% + 7px);
    top: -7px;
    left: -7px;
    position: absolute;
    display: block;
}

html body.search #search-results .result:hover .inner-wrap::before {
    border: 4px solid #02b2fb;
}

body.search #search-results .result .inner-wrap h2 {
    padding: 25px 10px 0px !important;
    /* position: absolute; */
    bottom: 0;
    min-height: 8em;
}

.product-meta.woocommerce {
    padding: 0px 10px 10px;
}

body .iwithtext .iwt-icon img {
    margin-bottom: 0;
}

.woocommerce-products-header {
    padding-top: 30px;
}

.logged-in #menu-item-78 {
    display: none !important;
}

.lost_reset_password {
    text-align: center;
    max-width: 550px;
    margin: auto;
}

.woocommerce-checkout .container-wrap .woocommerce-error {
    margin-top: 60px;
}

.woocommerce-lost-password .main-content .woocommerce {
    padding: 60px 0;
}

.woocommerce .woocommerce-MyAccount-content .button {
    background-color: #02B2FB;
    margin: 3px;
    transition: all .3s ease;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Button--next,
.woocommerce .woocommerce-order-details .order-again a.button,
.woocommerce-payment-methods .woocommerce-MyAccount-content a.button {
    font-size: 14px;
    padding: 15px 22px;
    border-radius: 0;
    font-weight: 700;
}

body.woocommerce-cart .cart-collaterals .cart_totals table {
    margin-bottom: 0px;
}


body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 48px;
}

body.woocommerce-account .select2-container--default .select2-selection--single {
    background: transparent;
    border: 1px solid #000;
    height: 48px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

body.woocommerce .woof_star_selected  .chosen-container-single .chosen-single&gt;span {
    font-family: inherit;
}

body.woocommerce .woof_star_selected {
    font-family: Rubik, Arial;
}

span.wpcf7-form-control-wrap.recaptcha {
    padding-bottom: 24px;
    text-align: left;
    float: left;
}

#ship-to-different-address-checkbox {
    top: 1px;
    position: relative;
}

.woocommerce .woocommerce-MyAccount-content .button:hover {
    background-color: #01175A !important;
}

.woocommerce-account .addresses .title .edit {
    margin-top: 15px;
}

.woocommerce-EditAccountForm legend {
    display: none;
}

.woocommerce-EditAccountForm em {
    display: block;
    margin-top: 5px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before {
    margin-right: 12px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
    margin-right: 11px;
}

.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
    margin-right: 17px;
}

p.qty-stock {
    position: relative;
    top: 50px;
    padding-bottom: 30px;
}

.search #pagination {
    margin-bottom: 60px;
}

html body .woocommerce-order-details .woocommerce-Price-amount bdi {
    font-size: 14px;
    font-family: 'Open Sans';
    font-weight: 600;
    color: #333;
}

.woocommerce-order-details .woocommerce-table__product-name a {
    color: #333;
    font-size: 16px;
    font-family: 'Open Sans';
    font-weight: 600;
}

html body .woocommerce .woocommerce-customer-details address {
    padding: 12px;
    border-radius: 0px;
    border: 1px solid #ececec;
}

.woocommerce form .form-row .optional {
    display: none;
}

a.woocommerce-review-link {
    color: #000;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
    transform: translateY(-4px);
}

html body .woocommerce-customer-details--email {
    padding-bottom: 0px;
}

html body.material .nectar-button.hvr-sweep-to-right-ult.cat-readmore-btn {
    padding: 15px !important;
    font-size: 14px !important;
    display: none;
}

/* .tax-brand .cat-desc-bg {
    background-color: #fff !important;
} */

a.product-wrap-href {
    height: calc(100% - 45px);
    display: block;
    width: 100%;
    position: absolute;
    cursor: pointer;
    z-index: 1000;
}

a.product-wrap-href:hover {
    cursor: pointer;
}

th.product-price, td.product-price {
    text-align: center !important;
}

th.product-subtotal, td.product-subtotal {
    text-align: right !important;
}

.row .brochure-images .col img, .row .col img.pdf-image {
    max-width: 212px;
}

.small-header .iwithtext .iwt-text.safety-text {
    padding-left: 45px;
}

.woocommerce ul.products .material.product span.onsale, .woocommerce-page ul.products .material.product span.onsale {
    background-color: #feb900 !important;
}


@media only screen and (max-width: 1000px) {
    .small-header .iwithtext .iwt-text.safety-text {
        padding-left: 10px;
    }
}

@media only screen and (min-width: 691px) and (max-width: 1000px) {
    .secondary-menu nav ul li {
        position: relative !important;
        visibility: visible !important;
    }
}

@media only screen and (min-width: 691px) and (max-width: 982px) {
    .WOOF_Widget {
        width: 30%;
    }
}

@media only screen and (max-width: 982px) {
    .top-level.first-section {
        margin-left: -10% !important;
        width: 120% !important;
    }

    .home .top-level.first-section {
        width: 100% !important;
        margin-left: 0 !important;
    }

    body #mega-menu-wrap-top_nav #mega-menu-top_nav &gt; li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
        background: #01175a;
    }
}

@media only screen and (max-width: 690px) {
    body.search #search-results .result .inner-wrap {
        min-height: auto
    }

    body.search #search-results .result .inner-wrap h2 {
        min-height: auto;
        position: relative;
    }

    body .woocommerce .cart .quantity input.minus {
        padding-bottom: 8px !important;
        text-align: center;
    }

    body .woocommerce .cart .quantity input.plus {
        padding-bottom: 2px !important;
    }

    .cat-desc-banner {
        text-align: left;
    }

    .cat-desc-banner h3 {
        text-align: left !important;
    }

    .product-category-description {
        max-height: 54px;
        overflow: hidden;
        /* margin-bottom: 0 !important; */
    }
    
    .product-category-description.show-description {
        max-height: none;
    }

    .cat-description {
        max-height: 120px;
        overflow: hidden;
        /* margin-bottom: 0 !important; */
    }
    
    .cat-description.show-description {
        max-height: none;
    }

    html body.material .nectar-button.hvr-sweep-to-right-ult.cat-readmore-btn.active {
        display: block;
    }

    html .woocommerce button.woof_reset_search_form {
        font-size: 14px;
    }

    .row.breadcrumb {
        padding-bottom: 15px !important;
        font-size: 14px;
    }
    
    p.qty-stock {
        position: relative;
        top: 5px;
        display: table;
        padding-bottom: 0px;
    }

    .wpml-ls-legacy-dropdown-click .wpml-ls-item {
        padding-right: 10px;
        display: flex;
        padding-right: 0;
        margin-top: -4px;
    }

    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
        display: block;
    }
}

@media only screen and (max-width: 1100px) {
    body div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs {
        flex-flow: column;
        flex-wrap: unset;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li::after, .woocommerce div.product .woocommerce-tabs ul.tabs li::before {
        display: none;
    }

    body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li {
        border-right: 0px !important;
    }
}

@media only screen and (min-width: 1000px) {
    body.search-no-results:not(.post-type-archive) .container-wrap:not([data-layout=default]) .container.main-content {
        max-width: 1425px;
    }
}

.woocommerce-tabs ul li, .woocommerce-tabs ol li {
    margin-bottom: 8px;
}

ul li {
    margin-bottom: 8px;
}

.woocommerce-tabs li ul {
    margin-top: 8px;
}

.woocommerce .material.product .product-wrap .product-meta {
    text-align: center;
}

.product-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px !important;
    min-height: 110px;
    font-family: Arial, Helvetica, sans-serif;
}

@media only screen and (min-width: 1300px) {
    .products .product-title {
        min-height: 120px;
    }
}

@media only screen and (max-width: 690px) {
    .product-title {
        min-height: 110px;
        font-size: 14px;
    }
}

.upsells .product-title,
.related .product-title {
    min-height: 120px;
}

.custom-price {
    display: block;
    margin-bottom: 10px;
}

.woocommerce form .form-row input.input-text {
    line-height: 48px !important;
    height: 48px;
    border: 1px solid #000;
    background: #fff;
}

body .checkout .woocommerce-billing-fields {
    padding-bottom: 0px;
}

.woocommerce form .form-row .input-text, .woocommerce-page form .form-row .input-text,
body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__rendered {
    border: 1px solid #000;
    background: #fff;
    border-radius: 5px;
}


#ship-to-different-address span {
  font-size: 16px;
  color: #000;
}

@media only screen and (max-width: 690px) {
    #ship-to-different-address span {
        font-size: 14px;
        color: #000;
    }

    #woof_results_by_ajax .woocommerce-info {
        padding-bottom: 0 !important;
    }
}

.xoo-wsc-bundled_by a {
    cursor: default;
}

.woocommerce-checkout #payment .wc_payment_methods.payment_methods {
  padding: 0;
}

.woocommerce-privacy-policy-text p {
   font-size: 12px;
}

.woocommerce-checkout .order-review li, .woocommerce-checkout .order-review span, .woocommerce-checkout .order-review td, .woocommerce-checkout .order-review th {
  font-size: 16px !important;
  color: #000;
}

/* .woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr:nth-child(even) th {
    background: #fff !important;
} */

.woocommerce table.shop_attributes tr:nth-child(even) td, .woocommerce table.shop_attributes tr th {
    vertical-align: middle;
}

.woocommerce table.shop_attributes td p {
    padding: 0;
}

.view-product-btn {
    width: 100%;
    display: block;
    padding: 10px 0px;
    background: #02b2fb;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    top: 1px;
    font-family: Arial, Helvetica, sans-serif;
    text-transform: uppercase !important;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
}

.view-product-btn:hover {
    color: #fff;
}

span.xoo-wsc-pname, span.xoo-wsc-pname a {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
}

body.material #header-outer:not([data-format="left-header"]) .cart-icon-wrap .cart-wrap {
    top: -10px;
    right: -10px;
}

.cart-icon-wrap .cart-wrap span {
    display: inline-block;
    background-color: #ccef00;
    color: #000;
    padding: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 20px;
}

.xoo-wsc-sl-apply-coupon .button {
    width: 100%;
    margin-top: 10px;
    padding: 15px 0;
}

.xoo-wsc-sl-apply-coupon input[type="text"] {
    border-radius: 0;
}

.xoo-wsc-pprice .woocommerce-Price-amount bdi span {
    font-size: 14px !important;
    font-family: Arial, Helvetica, sans-serif !important;
}

span.xoo-wsc-chng:hover, .xoo-wsc-sl-apply-coupon .button:hover {
    background: #01175a !important;
    color: #fff;
}

.woocommerce .material.product {
    /* transition: all .1s ease !important; */
    border-radius: 0px !important;
    overflow: initial !important;
    /* min-height: 26em; */
    position: relative;
}

.our-picks .woocommerce .material.product {
    /* min-height: 25em; */
}

html body .our-picks .woocommerce .nectar-woo-flickity .flickity-viewport {
    min-height: auto;
}

.woocommerce .best-seller .material.product {
    min-height: 24em;
}

.material.product::before {
    content: ' ';
    position: absolute;
    left: 0;
    bottom: 3px;
    height: calc(100% - 4px);
    width: calc(100% - 2px);
    display: inline-block;
    -webkit-transition: .2s cubic-bezier(0.4, 0, 1, 1);
    -moz-transition: .2s cubic-bezier(0.4, 0, 1, 1);
    -ms-transition: .2s cubic-bezier(0.4, 0, 1, 1);
    -o-transition: .2s cubic-bezier(0.4, 0, 1, 1);
    transition: .2s cubic-bezier(0.4, 0, 1, 1);
    border: 1px solid #BFBFBF;
    background-color: #fff; 
}

.post-type-archive-product .material.product::before {
    border: 4px solid #f6f6f6;
    width: calc(100% + 6px);
    left: -7px;
}

.tax-product_cat .material.product::before {
    border: 4px solid #f1f1f1;
    width: calc(100% + 6px);
    left: -7px;
}

.tax-product_cat ul.products li.material.product::before {
    border: 4px solid #f6f6f6;
}

.related.products {
    display: flex;
    flex-direction: column;
}

.related.products ul.products {
    width: 100% !important;
}

@media only screen and (max-width: 470px) {
    .related.products ul.products {
        max-width: 320px;
        margin: auto;
    }
}

.material.product:hover {
    box-shadow: none !important;
}

.material.product:hover:before,
.material.product:focus:before {
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    border: 4px solid #02b2fb;
    background-color: #fff;
    z-index: 5;
    width: calc(100% - 8px);
    box-shadow: none;
    height: calc(100% - 14px);
}

.archive .material.product::before {
    top: 0;
    height: 100%;
    bottom: auto;
    width: calc(100% + 6px);
    left: -7px;
    border: 4px solid #f6f6f6;
}

.archive .material.product:hover:before,
.archive .material.product:focus:before {
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
    border: none;
    width: calc(100% + 6px);
    border: 4px solid #02b2fb !important;
    left: -7px;
}

.woocommerce ul.products li.product.material img {
    width: 90% !important;
    margin: auto;
    margin-top: 5px;
}

html body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell {
    padding: 10px;
}

html body .woocommerce .nectar-woo-flickity .flickity-viewport {
    /* overflow: visible !important; */
    padding: 30px 0;
    min-height: 28em;
}

@media only screen and (max-width: 690px) {
    html body .woocommerce .nectar-woo-flickity .flickity-viewport {
        padding: 0px !important;
    }
}

html body .woocommerce .nectar-woo-flickity {
    /* position: relative; */
}

body .wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity .flickity-viewport {
    overflow: visible !important;
}

.our-picks .woocommerce .flickity-viewport:before,
.our-picks .woocommerce .flickity-viewport:after {
    content: '';
    background: white;
    width: 99999px;
    position: absolute;
    height: 110%;
    z-index: 1;
}

.best-seller .woocommerce .flickity-viewport:before,
.best-seller .woocommerce .flickity-viewport:after {
    content: '';
    background: #f1f1f1;
    width: 99999px;
    position: absolute;
    height: 110%;
    z-index: 1;
}

.woocommerce-product-alt-bg {
    padding-bottom: 60px !important;
}

.woocommerce-product-alt-bg .woocommerce .flickity-viewport:before,
.woocommerce-product-alt-bg .woocommerce .flickity-viewport:after {
    background: #F1F1F1;
}

.our-picks .woocommerce .flickity-viewport:before,
.best-seller .woocommerce .flickity-viewport:before {
    left: -8px;
    transform: translateX(-100%);
}

.our-picks .woocommerce .flickity-viewport:after,
.best-seller .woocommerce .flickity-viewport:after {
    right: -8px;
    transform: translateX(100%);
}

@media only screen and (max-width: 690px) {
    .woocommerce ul.products li.product.material img {
        width: 60% !important;
    }

    .woocommerce .material.product .product-wrap {
        margin: 0 auto;
    }

    .material.product::before {
        /* left: 50%;
        transform: translateX(-50%); */
        height: 100%;
        margin: auto;
        width: calc(100% - 2px);
    }

    .material.product:hover:before,
    .material.product:focus:before {
        width: calc(100% - 8px);
        /* transform: scale(1.1) translateX(-45.5%); */
    }

    html body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell li {
        width: 80% !important;
    }

    html body .nectar-woo-flickity .flickity-cell {
        display: flex !important;
    }

    html body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+1) {
        margin: auto !important;
    }

    .woo-flickity-count {
        display: none !important;
    }

    body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top {
        left: 0;
        position: absolute !important;
        width: 100%;
        top: 55%;
        min-height: unset;
        z-index: 9999;
        -webkit-transform:translate3d(0,0,0);
    }

    .flickity-viewport {
        /* padding-top: 30px !important;
        overflow: hidden !important;
        height: 25em !important; */
    }

    body .wpb_row.full-width-content .woocommerce .nectar-woo-flickity, body .wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity {
        padding-bottom: 0px;
        /* padding-top: 0px; */
    }

    .pd__content-wrapper .flickity-viewport {
        overflow: hidden !important;
        height: 100% !important;
    }

    body .wpb_row.full-width-content .woocommerce .nectar-woo-flickity,
    body .wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity {
        padding-bottom: 0px;
    }

    @media only screen and (max-width: 480px) {
        html body .woocommerce ul.products[data-product-style="material"] li.product.material {
            margin-right: auto !important;
        }
    }

    html body .woocommerce ul.products[data-product-style="material"] li.product.material {
        margin-bottom: 30px !important;
        width: 48%;
    }
}

.our-picks ul li&gt;a&gt;span {
    font-family: Rubik, Arial;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 500;
}

html body .wpb_content_element .wpb_tabs_nav li {
    padding-bottom: 4px !important;
    bottom: 6px;
    margin-bottom: 8px !important;
}

body.woocommerce-cart .tax-total td,
html body .woocommerce-Price-amount bdi,
html body .woocommerce-Price-amount bdi span {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    font-family: Arial, Helvetica, sans-serif;
}

.modal-text {
    position: absolute;
    top: calc( 50% + 120px);
    left: 50%;
    transform: translate(-50%, -50%);
    font-weight: 700;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
}

@media only screen and (max-width: 690px) {
    html body .tabbed[data-style="minimal_alt"]&gt;ul li:not(.cta-button) {
        margin: 0 5px !important;
    }

    .our-picks ul li&gt;a&gt;span {
        font-size: 16px;
        line-height: 20px;
    }

    .testimonial-row .flickity-viewport {
        min-height: 30em !important;
    }

    html body .woocommerce-Price-amount bdi,
    .html body .woocommerce-Price-amount bdi span {
        font-size: 14px;
    }

    .modal-text {
        font-size: 14px;
        width: 100%;
    }
}


/* Woocommerce shop page */
.nectar-shop-header {
    display: none;
}


/* Woof Filter */

body .row .col .woof_container_inner {
    background-color: #fff;
    padding: 0 10px;
    color: #01175a;
}

body .chosen-container {
    width: 100% !important;
}

body .row .col .woof_container_inner h4 {
    font-weight: 500;
    font-size: 15px;
    color: #01175a;
    font-family: Rubik, Arial;
    text-transform: capitalize !important;
    line-height: 16px;
    padding: 15px 0;
    max-width: 90.5%;
    position: relative;
}


.woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button:hover {
    background-color: #ccef00 !important;
    color: #01175a;
}

body.woocommerce div[data-project-style="material"] .quantity input.minus {
    padding-bottom: 4px;
}

body .woocommerce .cart .quantity input.plus {
    padding-left: 1px;
    padding-bottom: 1px;
}

body .woocommerce .cart .quantity input.plus, body .woocommerce .cart .quantity input.minus {
    background-color: #02b2fb;
    color: #fff !important;
    font-size: 30px;
    width: 35px;
    height: 35px;
    transition: .3s ease all;
}

body .single-product-price ins {
    text-decoration: none;
}

body .woocommerce .cart .quantity input.minus {
    padding-bottom: 4px;
}

body .woocommerce .cart .quantity input.plus:hover, body .woocommerce .cart .quantity input.minus:hover {
    background-color: #01175a !important;
    color: #fff !important;
}

body .container .woocommerce-message .button.wc-forward:hover {
    background-color: transparent !important;
    text-decoration: underline;
}

body .woocommerce .woocommerce-info a {
    color: #01175a !important;
    background-image: linear-gradient(to right, #01175a 0%, #01175a 100%) !important;
}

@media only screen and (max-width: 690px) {
    .woocommerce .woocommerce-message{
        display: flex;
        flex-direction: column-reverse;
    }

    .woocommerce .container .woocommerce-message a.button {
        display: inline-flex;
        margin-left: 0;
        margin-top: 15px;
    }

    body .woocommerce table.cart td.actions button[type="submit"] {
        margin-bottom: 0;
    }
}

.jQuery-plainOverlay-progress {
    transition: none !important;
    border: none !important;
    background: rgba(255, 255, 255, 0) url('/wp-content/themes/eyeprotect-child/icons/loading-icon.gif') 50% 50% no-repeat;
    animation-duration: 0s !important;
}

.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
    height: 100%;
    width: 100%;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: 5% auto;
    transform: translate(-50%, -50%);
    display: block;
    content: "";
    -webkit-animation: none;
    -moz-animation: none;
    animation: none;
    background: rgba(255, 255, 255, 0) url('/wp-content/themes/eyeprotect-child/icons/loading-icon.gif') 50% 50% no-repeat;
}

.woocommerce .blockUI.blockOverlay {
    background: rgba(255, 255, 255, 0.8) !important;
    opacity: .7 !important;
    z-index: 10000 !important;
}

.plainoverlay {
    background-color: rgba(255, 255, 255, 0.8) !important;
}

.xoo-wsc-img-col {
    width: 20%;
}

.xoo-wsc-sm-left .xoo-wsc-pprice, .xoo-wsc-sm-left .xoo-wsc-pprice .woocommerce-Price-amount bdi {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Arial, Helvetica, sans-serif !important;
  font-weighT: 300;
}

.xoo-wsc-sm-right {
    max-width: 50px;
}

.xoo-wsc-sm-right .woocommerce-Price-amount bdi {
  font-size: 14px;
}

.woof label {
  font-size: 14px;
  margin-left: 7px !important;
}

.woocommerce-cart .product-quantity input.qty {
  font-size: 18px !important;
  padding: 0px !important;
  left: -2px;
}

html body .order-total .woocommerce-Price-amount bdi {
    font-weight: 700;
}

.woocommerce .woof_star_font,
.woocommerce .woof_star_selected select {
    color: #FFC107;
}

body.woocommerce .chosen-container-single .chosen-single&gt;span {
    font-weight: 500;
    font-size: 15px;
    color: #01175a;
    font-family: Rubik, Arial;
    text-transform: capitalize !important;
}

.woof_childs_list li label.woof_checkbox_label {
    margin-left: 11px !important;
}

body .row .col .woof_container_inner .woof_checkbox_count {
    color: #01175a;
}

a.woof_front_toggle {
    float: right;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 690px) {
    a.woof_front_toggle {
        right: -11%;
    }
}

body .woof_front_toggle img {
    width: 25px !important;
    background: #01175a;
    margin: 0 !important;
    padding: 3px;
}

body .row .col .woof_container_inner .woof_checkbox_term {
    margin: 0;
    border-radius: 0px;
    background: transparent;
    position: relative;
}

body .row .col .woof_container_inner input[type=checkbox]:checked:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #1E80EF;
}

body.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle:before,
body.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
    box-shadow: 0 0 0 10px #01175a inset;
}

body.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
body.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
    background-color: #01175a !important;
}

body .vc_row.vc_row-o-equal-height&gt;.span_12&gt;.vc_column_container&gt;.category-col-inner {
    padding-top: calc(100vw * 0.02);
    padding-bottom: calc(100vw * 0.02);
}

.woocommerce div.product div.images .woocommerce-product-gallery .flickity-viewport:hover {
    border: 1px solid #02b2fb;
}

html body .single-product-price bdi,
.single-product-price .woocommerce-Price-currencySymbol {
    font-family: Rubik, Arial;
    text-transform: capitalize;
    font-size: 36px;
    line-height: 1.25em;
    font-weight: 500;
}

body.woocommerce div.product form.cart .variations {
    width: 100%;
}

body.woocommerce div.product form.cart .variations .value {
    padding-right: 0;
}

body.woocommerce div.product form.cart .variations select {
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 15px;
    color: #000 !important;
    background-color: #F1F1F1 !important;
    padding: 15px 10px;
}

body.woocommerce .star-rating span {
    color: #FFC107 !important;
}

.ep_product-title {
    width: 75%;
    display: inline-block;
}

.single.single-product div.product h1.product_title {
    font-size: 30px;
    line-height: 1.25em;
    text-transform: none;
}

body.woocommerce div.product form.cart div.quantity,
body.woocommerce-page div.product form.cart div.quantity {
    display: inline-block;
    float: left;
    max-height: 45px;
    min-width: 150px;
}

body.woocommerce-page button[type="submit"].single_add_to_cart_button,
body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    float: right;
    margin-top: 0px;
    width: 68%;
    position: absolute;
    right: 0;
}

@media only screen and (min-width: 1400px) {

    body.woocommerce-page button[type="submit"].single_add_to_cart_button,
    body.woocommerce-page button[type="button"].single_add_to_cart_button,
    body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
        width: 70%;
    }
}

.wpml-ls-flag[alt="English"] {
    filter: invert(100%) sepia(0%) saturate(7467%) hue-rotate(149deg) brightness(108%) contrast(101%);
}

.wpml-ls-flag {
    max-width: 21px !important;
}

#header-outer .js-wpml-ls-sub-menu .wpml-ls-item a {
    margin: 0 !important;
    right: 0;
}


body.woocommerce div[data-project-style="material"] .quantity input.minus,
body.woocommerce div[data-project-style="material"] .quantity input.plus {
    border-radius: 0 !important;
    background: #02b2fb !important;
    height: 100%;
    /* padding: 20px 0px; */
    min-height: 45px;
    line-height: 12px !important;
    font-size: 30px;
    color: #fff !important;
    transition: .3s ease all;
}

body.woocommerce div[data-project-style="material"] .quantity input.plus:hover,
body.woocommerce div[data-project-style="material"] .quantity input.minus:hover {
    background: #01175a !important;
}

body.woocommerce .cart .quantity input.qty {
    border: 2px solid #F1F1F1;
    font-size: 15px;
    padding: 15px 0;
    height: 100%;
    min-width: 60px;
    margin: 0 5px;
}

body.woocommerce div.product_meta {
    display: none;
}

.main-content img.product-brand-img {
    display: inline-block;
    max-width: 20%;
    float: right;
    position: relative;
    top: -10px;
}

.single-product .product-thumbs.custom_single-product-slider .flickity-slider .thumb {
    width: 33.333%;
    min-height: 100%;
    display: flex;
}

.single-product .product-thumbs.custom_single-product-slider .flickity-slider .thumb .thumb-inner {
    border: 1px solid #DCDCDC;
    min-height: 100%;
    min-width: 100%;
    display: flex;
}

.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected img {
	border: 0 !important;
}

.single-product .product-thumbs .flickity-slider .thumb img {
	border: 0 !important;
}

.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected .thumb-inner {
	border: 1px solid #02b2fb;
}

.single-product .product-thumbs.custom_single-product-slider .flickity-slider .thumb .thumb-inner:hover {
    border: 1px solid #02b2fb;
}

.single-product .product-thumbs.custom_single-product-slider .flickity-slider .thumb .thumb-inner img {
    display: block;
    margin: 0;
    object-fit: contain;
    max-height:150px;

}

body.woocommerce .related {
    padding: 60px 0;
    position: relative;
    margin-bottom: -24px !important;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper.full-width-tabs::before,
body.woocommerce .related::before {
    content: '';
    background: #f1f1f1;
    width: 200vw;
    left: -100%;
    height: 100%;
    top: 0;
    position: absolute;
    z-index: -1;
    display: block;
}

.single-product .woocommerce-tabs.wc-tabs-wrapper.full-width-tabs {
    padding: 60px 0;
    position: relative;
}

body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a {
    background-color: #01175a !important;
    padding: 10px !important;
    margin: 0 !important;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Rubik, Arial;
    font-weight: 500;
    background-image: none;
}

body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a {
    background-color: #fff !important;
    padding: 10px 25px !important;
    margin: 0 !important;
}

body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a {
    color: #01175a;
}

body div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs {
    margin-bottom: 0px;
    margin-top: 0px;
    top: 5px;
    display: flex;
    flex-wrap: wrap;
}

body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li {
    flex-grow: 1;
    border-right: 1px solid #fff;
}

@media only screen and (max-width: 1100px) {
    body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li {
        margin-bottom: 1px;
    }
}

body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li:last-child {
    border-right: 0px;
}

body.woocommerce div.product .woocommerce-tabs .panel {
    padding: 60px 40px !important;
    background: #fff;
    display: block;
}

body.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
    display: flex;
}

@media only screen and (max-width: 690px) {
    body.woocommerce div.product .woocommerce-tabs .panel {
        flex-direction: column;
    }
}

.woocommerce-Reviews {
    padding: 60px 0;
}

.woocommerce.single-product ul.products[data-product-style="material"] {
    padding-bottom: 30px;
    justify-content: center;
}

@media only screen and (max-width: 690px) {
    .woocommerce.single-product ul.products[data-product-style="material"] {
        padding-bottom: 0px;
        display: inline-flex;
    }

    .woocommerce.single-product .cross-sells ul.products[data-product-style="material"] {
        display: flex;
    }

    body .other_models-product {
        width: 6em;
        height: 6em;
    }
}

html .woocommerce .related ul .previous .flickity-button-icon {
    left: 30%;
}

@media only screen and (min-width: 1000px) {
    html .woocommerce .products.related ul.products li.product {
        margin-right: 1.5% !important;
        width: 24% !important;
    }

    html .woocommerce .products.related ul.products li.product.last, html .woocommerce-page .products.related ul.products li.product.last {
        margin-right: 1.5% !important;
    }

    .comment-text .description {
        width: 70%;
        position: absolute;
        left: 20%;
        top: 30px;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta, 
    .woocommerce #reviews #comments ol.commentlist li .comment-text .star-rating, 
    .woocommerce #reviews #comments ol.commentlist li .comment-text div:nth-child(3),
    .woocommerce #reviews #comments ol.commentlist li .comment-text p:nth-child(4) {
        width: 30%;
    }
}
.woocommerce #reviews #comments ol.commentlist li .comment-text p:nth-child(2 of .meta) {
    display: none !important;
}

.woocommerce .woof_list, .woof_childs_list {
    margin:0 !important;
}

.woocommerce .woof_list li {
    padding: 0 10px 0 0 !important;
    margin-left: 0 !important;
}

body.single-product .container-wrap {
    padding-bottom: 0 !important;
}

.product-overall-rating {
    width: 49.8%;
    display: inline-block !important;
}

#star-reviews {
    display: flex;
    padding-top: 60px;
    padding-bottom: 30px;
}

.rating-box {
    max-width: 400px;
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #70707030;
    width: 25em;
    padding: 3% 0;
    text-align: center;
    border-radius: 15px;
}

.star-rating-box {
    float: right;
    flex: 1;
    height: 100%;
    justify-content: center;
    margin-right: 10px;
}

.individual-rating-box {
    float: left;
    margin-left: 10px;
}

.woocommerce .woocommerce-product-rating .rating-box .star-rating {
    font-size: 1.5em;
    margin: 0;
}

.woocommerce .woocommerce-product-rating .individual-rating-box .star-rating {
    font-size: 1.2em;
    margin: 5px 0;
    display: block;
}

.star-rating-block {
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    display: flex;
    margin-bottom: 10px;
}

.star-rating-block:last-child {
    margin-bottom: 0px;
}

.progress-bar {
    box-sizing: content-box;
    position: relative;
    margin: 0 10px;
    height: 1.8em;
    width: 100%;
    max-width: 12em;
    display: inline-block;
    overflow: hidden;
    background: #F1F1F1;
    border-radius: 9px;
}

@media only screen and (max-width: 690px) {
    .progress-bar {
        max-width: 9em;
    }
}

.progress-bar&gt;span {
    display: block;
    height: 100%;
    background-color: #CCEF00;
    position: relative;
    overflow: hidden;
}

.progress-bar&gt;span:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
}

.rating-number {
    font-size: 12px;
    line-height: 28px;
    opacity: 0.6;
}

body.woocommerce .rating-box .star-rating span,
body.woocommerce .comment-text .star-rating span {
    color: #CCEF00 !important;
}

.comment-form-rating .stars {
    margin-top: 10px !important;
}

.woocommerce-page .comment-form-rating .stars a {
    color: #ccef00;
    font-size: 1.5em;
    width: 1em !important;
}

.woocommerce .comment-form-rating p.stars a:hover {
    color: #ccef00 !important;
}

.write_review-btn {
    text-align: center;
}

body.woocommerce .products .material .star-rating,
body.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .star-rating,
.woocommerce.product-meta .star-rating {
    display: block !important;
    text-align: center;
    margin: auto;
    font-size: 18px !important;
}

body.woocommerce .products .material .woocommerce-product-rating {
    margin: 0;
}

.product-star-review {
    font-size: 12px;
    opacity: 0.5;
    font-family: Arial, Helvetica, sans-serif;
}

.woocommerce-product-details__short-description {
    margin-bottom: 20px;
}

.other_models-title {
    width: 100%;
    text-align: center;
    margin: 60px 0;
    display: inline-block;
}

@media only screen and (max-width: 999px) {
    .other_models-title {
        margin-top: 0px;
    }

    body.woocommerce div.product div.summary {
        margin-bottom: 0px;
    }
}

.other_models-title h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.woocommerce #reviews #comments h2 {
    font-size: 30px;
    line-height: 40px;
    text-transform: uppercase;
}

.other_models-product {
    display: flex;
    transition: .3s ease all;
    position: relative;
    width: 9em;
    height: 9em;
    margin: auto;
    overflow: hidden;
}

.main-content .other_models-product img{
    max-width:100%;
    object-fit: contain;
    height: 100%;
}

body.woocommerce .star-rating::before,
.woocommerce.product-meta .star-rating::before {
    color: #ccef0080;
}

body.woocommerce .woocommerce-product-rating .star-rating::before {
    color: #d3ced2;
}

.woocommerce.product-meta .woocommerce-product-rating {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    margin: 15px 0;
}

.tile-center .span_12 {
    justify-content: center;
}

.other_models-div {
    width: auto;
    margin: 0 10px;
}

li.other_models-div:first-child {
    margin-left: 0;
}

.other_models-div:last-child {
    margin-right: 0;
}

.other_models-product img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    padding: 0;
}

@media only screen and (max-width: 690px) {
    .other_models-product img {
        padding: 15px;
        max-height: 100px;
        max-width: 100px;
    }
}

.other_models-product-title {
    display: block;
    padding-top: 10px;
    text-align: center;
    font-weight: 700;
    color: #000;
}

.other_models-product::before {
    content: '';
    border: 1px solid #DCDCDC;
    transition: .3s ease all;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    box-sizing: border-box;
}

.other_models-div a:hover .other_models-product::before,
.other_models-div a:focus .other_models-product::before {
    border: 1px solid #02b2fb;
}

.other_models-div a:hover .other_models-product-title,
.other_models-div a:focus .other_models-product-title {
    color: #02b2fb;
}

body .chosen-container-single .chosen-single div b {
    background-image: url(/wp-content/themes/eyeprotect-child/icons/arrow-down.png) !important;
    left: 0px;
    position: relative;
    top: 0px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
}

body .chosen-container-active.chosen-with-drop .chosen-single div b {
    background-image: url(/wp-content/themes/eyeprotect-child/icons/arrow-up.png) !important;
}

body .chosen-container-single .chosen-single div,
body .chosen-container-active.chosen-with-drop .chosen-single div {
    width: 25px;
    height: 25px;
    padding: 3px;
    margin: 10px 0 10px 10px;
    background: #01175a;
}

body.woocommerce .chosen-container-single .chosen-single {
    padding: 10px 0 5px 0;
    box-shadow: unset;
}

body.woocommerce .chosen-container .woof_star_font {
    color: #CCEF00;
}

html body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button:hover,
body .multiple-buttons button[type='button']:hover {
    color: #01175a !important;
    background-color: #CCEF00 !important;
}

.woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
  margin: 40px 0 0 0;
}

.woocommerce .my-account-div table .button {
    border-radius: 0px;
    white-space: nowrap;
    margin-right: 10px;
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
}

.woocommerce-page .container .my-account-div .woocommerce-message a.button,
.woocommerce-page .container .my-account-div .woocommerce-info a.button {
    color: inherit !important;
    font-size: 16px;
    border-radius: 0;
    border-bottom: 1px solid transparent;
    transition: .3s ease all;
    background-image: none;
}

.woocommerce-page .container .my-account-div .woocommerce-message a.button:hover,
.woocommerce-page .container .my-account-div .woocommerce-info a.button:hover {
    background-color: inherit !important;
    background-image: none;
    border-bottom: 1px solid #01175a;
}

.single-product .product-thumbs .flickity-prev-next-button.next,
.single-product .product-thumbs .flickity-prev-next-button.previous  {
    background-color: #feb900 !important;
    border-radius: 0;
}

@media only screen and (max-width: 690px) {
    .single-product .product-slider .flickity-viewport {
        padding-top: 0 !important;
        height: 22em !important;
    }

    .custom_single-product-slider .flickity-viewport {
        padding-top: 0px !important;
        /* height: 10em !important; */
    }

    .ep_product-title {
        width: 100%;
    }

    .other_models-div {
        width: 30%;
        display: block !important;
    }

    html body.single-product .cross-sells ul.products[data-product-style="material"] li.other_models-div:nth-child(3n) {
        /* margin-right: 0px !important; */
    }

    body.single-product .cross-sells ul.products[data-product-style="material"] li.other_models-div:nth-child(3n-1) {
        /* margin: 0 10px !important; */
    }

    body.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a {
        width: 100%;
        text-align: center;
    }

    #star-reviews {
        flex-direction: column;
    }

    .product-overall-rating {
        width: 100%;
    }

    .rating-box {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 4em 0;
    }

    .related .products .product {
        margin-bottom: 1.5em !important;
    }

    body.woocommerce div.product form.cart div.quantity,
    body.woocommerce-page div.product form.cart div.quantity {
        width: 100% !important;
    }

    .woocommerce-page button[type="submit"].single_add_to_cart_button,
    body.woocommerce-page button[type="button"].single_add_to_cart_button,
    body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
        width: 100%;
        margin-top: 1.5em;
    }
}

body.woocommerce .woocommerce-variation-add-to-cart {
    display: flex;
    flex-direction: row;
    position: relative;
}

@media only screen and (max-width: 690px) {

    .woocommerce-page button[type="submit"].single_add_to_cart_button,
    body.woocommerce-page button[type="button"].single_add_to_cart_button,
    body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
        position: relative;
    }

    body.woocommerce .woocommerce-variation-add-to-cart {
        display: block;
    }
}

body.tax-product_cat.woocommerce .container-wrap {
    padding-bottom: 0px;
    padding-top: 0px;
}

.woocommerce-review-link {
    color: #767676;
}

.single-product-main-image .images {
    /* border: 2px solid #DCDCDC; */
}

body.woocommerce-page button[type="submit"].single_add_to_cart_button,
body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    height: 100% !important;
}

#ajax-content-wrap .related.products&gt;h2,
#ajax-content-wrap .upsells.products&gt;h2,
#ajax-content-wrap #comments h2,
#ajax-content-wrap #review_form h3,
#ajax-content-wrap .cart_totals h2,
#ajax-content-wrap .shipping_calculator h2,
#ajax-content-wrap .cross-sells&gt;h2,
#ajax-content-wrap .cart-collaterals&gt;h2 {
    font-size: 30px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
    margin-top: 0px !important;
}

body div.clear {
    padding-bottom: 0;
}

.related h2 {
    padding-bottom: 40px;
}

body.woocommerce .cross-sells ul.products[data-product-style="material"] li {
    flex: 1;
    display: block;
}

@media only screen and (min-width: 690px) {
    html body.woocommerce .cross-sells ul.products[data-product-style="material"] li {
        margin: 0 10px !important;
        margin-right: 10px !important;
        margin-left: 10px !important;
        max-width: 10em;
    }

    html body.single-product ul.products[data-product-style="material"] li.other_models-div:first-child {
        /* margin-left: 0px !important; */
    }

    html body.single-product ul.products[data-product-style="material"] li.other_models-div:last-child {
        /* margin-right: 0px !important; */
    }
}

body .homepage-content .content {
    /* top: 0 !important;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%; */

    padding-top: 60px;
    padding-bottom: 60px;
    top: 50% !important;
    transform: translateY(-50%);
}

body .homepage-banner .nectar-slider-wrap,
body .homepage-banner .swiper-container,
body .homepage-banner .swiper-wrapper,
body .homepage-banner .swiper-slide {
    max-height: 500px;
}

@media only screen and (min-width: 1000px) {
    body #footer-outer .row {
        padding: 60px 0;
    }
}

body #footer-outer .widget h4,
#sidebar h4 {
    margin-bottom: 0px;
}

body.woocommerce-page button[type="submit"].single_add_to_cart_button,
html body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
    padding: unset !important;
    height: 45px !important;
    font-size: 14px;
}

a.category-read-more-btn {
    margin-top: 30px;
}

html .woocommerce .material.product .product-wrap .product-meta {
    padding: 20px 10px 10px 10px;
}

.cart-collaterals .cross-sells {
    display: none;
}

body.woocommerce form .form-row-first, body.woocommerce form .form-row-last, 
body.woocommerce-page form .form-row-first, body.woocommerce-page form .form-row-last {
    padding: 3px;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {

    html .woocommerce ul.products[data-product-style="material"] li:nth-child(3n+3),
    html .woocommerce-page ul.products[data-product-style="material"] li:nth-child(3n+3),
    html .woocommerce ul.products[data-product-style="material"] li.material:nth-child(3n+3).last,
    html .woocommerce-page ul.products[data-product-style="material"] li.material:nth-child(3n+3).last {
        margin-right: 10px;
    }
}

html .woocommerce ul.products li.product.material, .woocommerce-page ul.products li.product.material {
    /* padding: 0 10px; */
    /* margin-right: 20px !important; */
}

html body.single-product .container-wrap {
    padding-top: 30px;
}

html .woo-breadcrumbs,
html body.single-product .container-wrap .woocommerce-breadcrumb {
    display: none;
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .archive.woocommerce ul.products li.product.material, .woocommerce-page ul.products li.product.material {
        width: 32%;
    }
}

body.single-product .related.products h2, body.single-product .upsells.products h2 {
    margin-bottom: 0px;
}

@media only screen and (max-width: 690px) {
    body.woocommerce-page .related ul.products[data-product-style="material"] li.product.material {
        margin: 0 15px;
        width: 100% !important;
        margin-right: 10% !important;
    }
}

@media only screen and (max-width: 690px) {
    html .mobile div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs {
        margin: 0;
    }

    .woof_results_by_ajax_shortcode, .woof_shortcode_output {
        width: 100%;
    }
}

.woof_price2_search_container.woof_container.woof_price_filter {
    position: relative;
    top: -3px;
}

.woocommerce-Tabs-panel table tr td:nth-child(2n - 1) {
    min-width: 15em;
}

.woocommerce-Tabs-panel table tr td:nth-child(2n) {
    width: 70%;
    vertical-align: middle;
}

html .woocommerce-checkout #payment div.payment_box {
    background: #f5f5f5;
    color: #000;
}

.woocommerce-checkout .woocommerce-form-login .woocommerce-form-login__submit {
    margin-left: -2px;
}

html .woocommerce .payment_box p {
    padding-left: 0px;
}

#add_payment_method #payment div.payment_box .form-row, 
html .woocommerce-cart #payment div.payment_box .form-row, 
html .woocommerce-checkout #payment div.payment_box .form-row {
    margin: 0 !important;
    padding: 0 !important;
}

.woocommerce-noreviews {
    text-align: center;
}

body.woocommerce-page .woocommerce p.cart-empty {
    padding-right: 1em;
}

.GooglePayButton-logo {
    height: 55px;
    margin: auto;
}

.woocommerce-product-attributes-item__value a {
    color: #000;
    cursor: default;
}

.woocommerce-product-attributes-item__value a:hover {
    cursor: default;
}

.woocommerce-checkout .woocommerce {
    /* padding-bottom: 30px; */
}

.product-section {
    margin: 60px 0;
}

html .woocommerce .woocommerce-ordering {
    position: absolute;
    top: -55px;
    right: 6.5em;
    min-width: 13em;
}

html .woocommerce .woocommerce-ordering select, form.form-wppp-select.products-per-page select {
    border: 2px solid #01175a;
    background-image: url(/wp-content/themes/eyeprotect-child/icons/dark-arrow-down.png) !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    background: #fff;
    background-repeat: no-repeat;
    background-position-x: calc(100% - 7px);
    background-position-y: 7px;
    margin-right: auto;
    /* padding: 15px 10px; */
    font-size: 16px;
    color: #01175a;
    line-height: 18px;
    font-family: Rubik, Arial;
    background-size: 25px;
}

html .woocommerce .woocommerce-result-count, 
html .woocommerce-page .woocommerce-result-count {
    position: relative;
    right: 16px;
    top: 10px;
    display: flex;
    justify-content: center;
}

form.form-wppp-select.products-per-page {
    position: absolute;
    margin-left: 0px !important;
    top: -55px;
    /* left: 0px; */
    right: 0;
    float: none;
}

form.form-wppp-select.products-per-page select {
    min-width: 5em;
}

div#woof_results_by_ajax {
    position: relative;
    /* width: 100%; */
}

.woof_shortcode_output #woof_results_by_ajax {
    width: 100%;
}

.woocommerce-perpage {
    width: auto;
    position: relative;
    right: 0;
    margin-bottom: 15px;
    margin-left: 15px;
}

.pswp__item {
    background-color: #fff;
}

.pswp__ui--fit  .pswp__top-bar {
    opacity: 1 !important;
    background-color: #01175a !important;
}

.pswp__counter {
    opacity: 1;
}

.pswp__ui--fit .pswp__caption {
    display: none;
}

html body[data-form-submit=regular] .container-wrap button[type=submit]:hover {
    background-color: #ccef00 !important;
    color: #01175a;
}

html body.material .mfp-arrow-right, 
html body.material.woocommerce .pswp__button--arrow--right,
html body.material .mfp-arrow-left, 
html body.material.woocommerce .pswp__button--arrow--left {
    border-radius: 0px;
    background: #FEB900 !important;
    border: 2px solid #FEB900;
}

body.material.woocommerce .pswp__button--arrow--right:before, 
body.material.woocommerce .pswp__button--arrow--left:before {
    font-size: 35px;
}

body.woocommerce .commentlist li .comment_container {
    border: none;
    border-top: 2px solid #70707030;
    border-radius: 0px;
}

body.woocommerce .commentlist li .comment_container .comment-text, 
body.woocommerce #reviews #comments ol.commentlist li .comment-text {
    padding: 30px 0;
    margin-left: 0;
    display: flex;
    flex-direction: column;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    padding-top: 10px;
    display: flex;
    flex-direction: column;
}

.woocommerce-review__dash {
    display: none;
}

.woocommerce-review__published-date {
    padding-top: 5px;
}

html body.woocommerce .comment-text .star-rating span, html body.woocommerce .comment-text .star-rating  {
    font-size: 24px;
}

body.woocommerce #reviews #comments ol.commentlist li img.avatar {
    display: none;
}

.my-account-heading {
    padding: 60px 0;
}

.my-account-div {
    margin-top: 20px;
    margin-bottom: 60px; 
    display: flex;
}

body .woocommerce-account .woocommerce &gt; #customer_login {
    padding: 0;
}

body.woocommerce .cart .quantity input.qty {
    padding: 0px;
    /* left: -2px; */
}

.g-recaptcha &gt; div {
    margin: auto;
}

.woocommerce-checkout .g-recaptcha &gt; div {
    margin-left: 0;
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme {
    top: 5px;
    position: relative;
}

.woocommerce-account .button.woocommerce-form-login__submit, .woocommerce-account .button.woocommerce-form-register__submit {
    margin: 15px 0px 0px !important;
}

a.pdf-thumbnail, a.pdf-thumbnail img {
    max-width: 212px;
    display: inline-block;
}

html body .single-product-price del {
    text-decoration-thickness: 4px;
    height: 100%;
    display: inline-block;
    position: relative;
    font-size: 40px;
    line-height: 1.5em;
}

.product-price ins {
    text-decoration: none;
}

@media only screen and (max-width: 690px) {
    html body .single-product-price del {
        font-size: 24px;
    }

    .main-content img.product-brand-img {
        display: block;
        float: none;
        top: 0;
    }

    .comment-reply-title {
        font-size: 17px;
        line-height: 1.5em;
    }

    .other_models-title {
        margin: 30px 0;
    }

    .woocommerce #reviews #comments h2, .other_models-title h2 {
        font-size: 25px;
        line-height: 32px;
    }

    .category-span_12 {
        left: 50%;
        transform: translateX(-50%);
    }

    form.form-wppp-select.products-per-page {
        position: relative;
        width: 100%;
        top: 0;
        display: none;
    }

    form.form-wppp-select.products-per-page select {
        margin-bottom: 15px;
        max-width: 48%;
        float: left;
    }

    html .woocommerce #ajax-content-wrap .woocommerce-ordering {
        position: relative;
        width: 48%;
        float: right;
        margin-bottom: 15px;
        display: inline-block;
        min-width: auto;
    }

    .product-section {
        margin-top: 0;
    }
    
    .single.single-product div.product h1.product_title {
        font-size: 18px;
        line-height: 1.25em;
    }

    html body .single-product-price bdi, .single-product-price .woocommerce-Price-currencySymbol {
        font-size: 24px;
    }

    html #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-hide-arrow &gt; a.mega-menu-link &gt; span.mega-indicator {
        display: block;
    }
    
    html .woocommerce .woocommerce-ordering select, form.form-wppp-select.products-per-page select {
        padding: 15px 10px;
        font-size: 14px;
        border-radius: 0px !important;
    }

    .filter-toggle-icon {
        font-size: 24px;
        position: absolute;
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    body .row .col .woof_container_inner h4, body.woocommerce .chosen-container-single .chosen-single&gt;span {
        font-size: 14px;
    }

    html .woocommerce .woocommerce-ordering select, form.form-wppp-select.products-per-page select {
        background-position-y: 11px;
    }
}

.woocommerce-MyAccount-navigation .button {
    font-size: 14px;
    font-weight: 700;
    padding: 15px;
}

@media only screen and (min-width: 691px) and (max-width: 999px) {
    .woocommerce-tabs .first-section {
        left: -5.5% !important;
        margin-left: 0 !important;
    }

    body div.product .woocommerce-tabs .full-width-content[data-tab-style=fullwidth] ul.tabs {
        margin: 0 !important;
    }

    body .other_models-title {
        margin: 60px 0;
    }
}

@media only screen and (max-width: 999px) {
    body.woocommerce div.product .woocommerce-tabs .panel.woocommerce-Tabs-panel--description {
        display: flex;
        flex-direction: column-reverse;    
    }

    .span_4.main-desc-img {
        width: 10em;
        height: 10em;
        margin: auto;
        margin-bottom: 30px;
    }

    .main-desc-img .main-content img {
        height: 100%;
        object-fit: contain;
    }
}.multiple-buttons {
    display: flex;
    flex-direction: column;
    width: 100%;
}

body.woocommerce .multiple-buttons button {
    float: right;
    margin-top: 0px;
    width: 100% !important;
    border-radius: 0px;
    max-height: 45px !important;
    height: 45px !important;
    position: relative;
    margin-bottom: 10px;
}

body.woocommerce .multiple-buttons button[type="submit"].single_add_to_cart_button {
    position: relative !important;
    width: 100% !important;
    border-radius: 0px;
}

/** Lens wrapper */

.pd__wrapper {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
    z-index: -100;
    transition: all .3s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}

.pd__wrapper .pd__header-wrapper {
    background: #01175a;
    color: #fff;
}

.pd__wrapper.open {
    opacity: 1;
    z-index: 1000000;
}

.pd__content-item {
    display: none;
    width: 100%;
}

.pd__wrapper.open .active {
    display: block;
}

.pd__content-wrapper {
    height: 100%;
    /* overflow-y: auto; */
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 32px 0;
    text-align: center;
}

.pd__content-description {
    max-width: 600px;
    margin: auto;
}

.pd__content-desc {
    color: #01175a;
    padding-bottom: 37.5px;
    display: block;
}

.pd__product-description {
    color: #01175a;
    padding: 20px;
    min-height: 16.96em;
    text-align: left;
    position: relative;
}

.pd__product-description h6 {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 1.2em;
    color: #01175a;
    font-family: Rubik, Arial;
    font-weight: 500;
}

.pd__product-content {
    border: 2px solid #DCDCDC;
    width: 100%;
    position: relative;
}

.pd__product-content:hover {
    border: 2px solid #02b2fb;
    cursor: pointer;
}

.pd__product-active .pd__product-content {
    border: 2px solid #ccef00;
}

.pd__product-active .pd__product-content::after {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 20px;
    line-height: 30px;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 30px;
    height: 30px;
    background: #ccef00;
}

.pd__product-div {
    margin-bottom: 60px !important;
}

@media only screen and (max-width: 576px) {
    .pd__product-div {
        width: 100% !important;
    }
}

span.pd__product-price {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    font-family: Rubik, Arial;
    font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
    color: #01175a;
}

.pd__product-image .bg-product {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 14.84em;
}

@media only screen and (max-width: 999px) {
    .pd__product-image .bg-product {
        height: 15em;
    }
}

.pd__footer-wrapper {
    padding: 0;
    box-shadow: 0 0px 4px 0 #dadada;
    z-index: 1;
}

.pd__inner-wrapper {
    width: 100%;
}

.pd__product-cart {
    max-width: 680px;	
    padding-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.pd__product-cart-desc {
    margin-left: 30px;
}

.pd__product-cart-desc h6 {
    font-size: 20px;
    line-height: 1.2em;
    color: #01175a;
    font-family: Rubik, Arial;
    font-weight: 500;
}

.pd__product-cart-price {
    font-weight: 500;
}

.pd__next-btn-div a,
.pd__prev-btn-div a,
.pd__add-to-cart-div a {
    min-width: 120px;
    text-align: center;
    color: #01175a !important;
}

html body.material .nectar-button.hvr-sweep-to-right-alt.pd__prev-btn {
    background-color: #E9ECEF !important;
}

@media only screen and (min-width: 1000px) {
    .pd__content-wrapper .wrapper {
        display: block;
    }
}

.wrapper {
    display: flex;
    flex-direction: row;
}

.pd__next-btn-div,
.pd__prev-btn-div,
.pd__add-to-cart-div {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pd__add-to-cart-div {
    display: none;
}

.first_step-prev {
    visibility: hidden;
}

ul.pd__pagination {
    display: flex;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    margin: 20px 0;
    width: 100%;
}

li.pd__pagination-item {
    display: flex;
    flex-direction: column;
}

.pd__pagination-item .icon-circle {
    font-size: 50px;
    position: relative;
}

.pd__pagination-item .icon-circle::after {
    content: '';
}

span.pd__pagination-index {
    color: #01175a;
    font-size: 20px;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 50%;
    font-family: Rubik, Arial;
    z-index: 100;
}

li.pd__pagination-item {
    text-align: center;
    position: relative;
}

.pd__pagination-title {
    font-weight: 700;
}

.pd__pagination-item .icon-circle:before {
    z-index: 20;
    position: relative;
    color: #67749c;
}

.pd__active .icon-circle:before {
    color: #fff;
}

.pd__pagination-item .icon-circle::after {
    content: '';
    width: 100%;
    height: 1px;
    display: block;
    position: absolute;
    background: #fff;
    top: 50%;
    z-index: 1;
    opacity: .5;
}

.pd__pagination-item:first-of-type .icon-circle::after {
    width: 50%;
    left: 50%;
}

.pd__pagination-item:last-child .icon-circle::after {
    width: 50%;
    right: 50%;
}

.pd__prev-btn-div.active {
    visibility: visible;
    display: flex !important;
}

/**
 * Final step body content
 */

label.filelabel {
    max-width: 400px;
    text-align: center;
    padding: 40px 30px;
    border: 2px solid #E9ECEF;
    color: #01175a;
    margin: 30px auto;
}

.pd__content-item.final-step {
    margin: auto;
}

.final_step-or {
    text-align: center;
    min-width: 200px;
    display: block;
    margin: 0px auto 30px auto;
    font-family: Rubik, Arial;
    font-weight: 300;
}

.final_step-or::before,
.final_step-or::after {
    content: '';
    width: 40%;
    display: inline-block;
    height: 1px;
    background: #EDF2FB;
    position: relative;
    top: -5px;
}

label.final_step-contact-us {
    display: block;
    margin: auto;
    max-width: 400px;
}

span.final_step-email {
    display: block;
    margin-bottom: 15px;
    font-family: Rubik, Arial;
    color: #01175a;
}

.final_step-desc {
    color: #01175a;
}

.filelabel span.title {
    color: #01175a;
    font-family: Rubik, Arial;
    font-weight: 500;
}

.filelabel:hover {
    border: 2px solid #02b2fb;
    cursor: pointer;
}

/* Start by setting display:none to make this hidden.
   Then we position it in relation to the viewport window
   with position:fixed. Width, height, top and left speak
   for themselves. Background we set to 80% white with
   our animation centered, and no-repeating */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, .8) url('/wp-content/themes/eyeprotect-child/icons/loading-icon.gif') 50% 50% no-repeat;
}

/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading .modal {
    overflow: hidden;
}

/* Anytime the body has the loading class, our
   modal element will be visible */
body.loading .modal {
    display: block;
}

/* Close btn */
.close {
    position: absolute;
    right: 32px;
    top: 32px;
    width: 32px;
    height: 32px;
    opacity: 1;
}

.close:hover {
    opacity: 1;
    cursor: pointer;
}

.close:before,
.close:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #ffffff;
}

.close:before {
    transform: rotate(45deg);
}

.close:after {
    transform: rotate(-45deg);
}

.stock .span_6 {
    width: 49.0%;
    padding-right: 10px;
}

html body.material .pd__next-btn-div .nectar-button.hvr-sweep-to-right-alt:hover {
    background-color: #02b2fb !important;
    color: #fff !important;
}

/* body.single-product .cross-sells ul.products[data-product-style="material"] li.other_models-div:nth-child(2n+1) {
    margin-right: 10px !important;
} */

/* body.single-product ul.products[data-product-style="material"] li.other_models-div:nth-child(2n+1) {
    margin-right: 0px !important;
} */

@media only screen and (max-width: 999px) {
    html body.woocommerce .cross-sells ul.products li:nth-child(2n+2) {
        margin-right: 10px !important;
    }
}

@media only screen and (max-width: 690px) {
    body.woocommerce .cross-sells ul.products[data-product-style="material"] li.other_models-div {
        align-items: center;
        justify-content: center;
        display: inline-block !important;
        margin-bottom: 10px;
        margin: 2% !important;
    }

    body.woocommerce .cart .quantity input.qty {
        padding: 10px 0;
        max-height: 44px;
    }

    body.woocommerce div[data-project-style="material"] .quantity input.minus, body.woocommerce div[data-project-style="material"] .quantity input.plus {
        padding: 15px 0px;
    }
}

.pd__prev-btn, .pd__next-btn {
    width: 120px;
    color: #01175a !important;
    text-align: center;
}

html body.material .nectar-button .pd__next-btn:disabled {
    cursor: not-allowed;
    background: #f1f1f1;
}

.pd__next-btn:hover:disabled {
    cursor: not-allowed;
}

span.pd__pagination-subtitle {
    position: absolute;
    bottom: -25px;
    /* top: 4.5em; */
    text-align: center;
    width: 100%;
}

.container.wrapper {
    padding-bottom: 20px;
}

.pd__inner-wrapper .container.wrapper {
    padding-bottom: 0;
}

.pd__inner-wrapper .flickity-prev-next-button .flickity-button-icon {
    left: 20%;
}

.pd__inner-wrapper .flickity-prev-next-button.next {
    right: -20px;
    width: 40px;
    height: 40px;
}

.pd__inner-wrapper .flickity-prev-next-button.previous {
    left: -20px;
    width: 40px;
    height: 40px;
}

ul.pd__pagination {
    /* padding-bottom: 20px; */
    padding-bottom: 35px;
}

html body.material .nectar-button.hvr-sweep-to-right-alt.pd__next-btn:disabled {
    background-color: rgb(241 241 241) !important;
    color: rgb(255 255 255) !important;
    cursor: not-allowed;
}

html body.material .nectar-button.hvr-sweep-to-right-alt.pd__next-btn:disabled:hover {
    /* cursor: default; */
    background-color: #DADADA !important;
}

.readmore-btn {
    display: none;
    
}

@media only screen and (max-width: 767px) {
    .pd__next-btn-div, .pd__prev-btn-div, .pd__add-to-cart-div {
        max-width: 90px;
    }
    
    .product-excerpt-block {
        display: block;
        height: 60px;
        overflow: hidden;
    }
    
    .pd__product-description {
        min-height: 100px;
    }
    
    .pd__product-cart {
        text-align: center;
    }

    .pd__product-cart img {
        display: none;
    }

    .pd__product-cart-desc {
        margin-left: 0;
    }
    
    .pd__content-wrapper {
      padding: 30px 0 !important;
    }
    
    .pd__content-desc {
      padding-bottom: 10px;
    }

    li.pd__pagination-item {
        margin-bottom: 10px;
    }

    ul.pd__pagination {
        padding: 20px 0 0 0;
        margin: 10px 0;
    }
    
    .pd__inner-wrapper .flickity-prev-next-button.next {
        top: 43%;
        right: -10px;
    }
    
    .pd__inner-wrapper .flickity-prev-next-button.previous {
        top: 43%;
        right: -10px;
    }
    
    .readmore-btn.mobile-only {
        display: block;
        width: 100%;
        border: 0;
        text-align: center;
        background: transparent;
        font-size: 12px;
        font-weight: bold;
        text-transform: uppercase;
        letter-spacing: 1px;
        background: rgb(2,0,36);
        background: linear-gradient(180deg, rgba(2,0,36,0) 0%, rgba(255,255,255,1) 46%);
        height: 60px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
    
    .pd__product-description .readmore-btn.mobile-only {
        background: #fff;
    }
    
    span.pd__product-price {
      background: #fff;
      padding: 10px;
      top: 187px;
      right: 0px;
      bottom: auto;
      left: auto;
      width: auto;
    }

    .product-excerpt-block.show-excerpt {
      overflow: inherit;
      height: 100%;
      min-height: 150px;
    }
    
    .pd__add-to-cart-div .nectar-button.pd__add-to-cart-btn, html body.material .nectar-button.hvr-sweep-to-right-alt.pd__prev-btn {
      margin-top: 8px;
    }
    
    .pd__add-to-cart-div .nectar-button.pd__add-to-cart-btn span {
      width: 100px;
      left: -11px;
    }

    .pd__pagination-item .icon-circle {
        font-size: 35px;
    }

    .pd__product-cart-desc {
        padding: 5px 0 10px 0;
    }
    
    .pd__next-btn-div .pd__next-btn {
      margin-bottom: 0;
    }

    .pd__product-cart-desc h6 {
        font-size: 16px;
        display: none;
    }
    
    .pd__header-right {
      position: absolute;
      top: -15px;
      right: -25px;
    }

    .close {
        right: 30px;
        top: 25px;
    }

    .close:before, .close:after {
        height: 25px;
    }
    
    .pd__pagination-title {
      display: none;
    }

    .pd__product-cart-price {
        font-size: 18px;
        line-height: 1.25em;
    }

    /* For safari IOS */
    input[type=text], input[type=button] {
        -webkit-appearance: none;
        -webkit-border-radius: 0;
    }
}
/*! Flickity v2.2.2
https://flickity.metafizzy.co
---------------------------------------------- */

.flickity-enabled {
    position: relative;
  }
  
  .flickity-enabled:focus { outline: none; }
  
  .flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
  }
  
  .flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  
  /* draggable */
  
  .flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
  }
  
  .flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: -webkit-grabbing;
    cursor: grabbing;
  }
  
  /* ---- flickity-button ---- */
  
  .flickity-button {
    position: absolute;
    background: hsla(0, 0%, 100%, 0.75);
    border: none;
    color: #333;
  }
  
  .flickity-button:hover {
    background: white;
    cursor: pointer;
  }
  
  .flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19F;
  }
  
  .flickity-button:active {
    opacity: 0.6;
  }
  
  .flickity-button:disabled {
    opacity: 0.3;
    cursor: auto;
    /* prevent disabled button from capturing pointer up event. #716 */
    pointer-events: none;
  }
  
  .flickity-button-icon {
    fill: currentColor;
  }
  
  /* ---- previous/next buttons ---- */
  
  .flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    /* vertically center */
    transform: translateY(-50%);
    background-color: transparent!important;
    font-size: 25px!important;
    transition: all 0.25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition: all 0.25s cubic-bezier(0.12,0.75,0.4,1);
  }
  
  .flickity-prev-next-button.previous { left: 10px; }
  .flickity-prev-next-button.next { right: 10px; }
  /* right to left */
  .flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px;
  }
  .flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px;
  }
  
  .flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 25%;
    top: 20%;
    width: 60%;
    height: 60%;
  }
  
  /* ---- page dots ---- */
  
  .flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    line-height: 1;
  }
  
  .flickity-rtl .flickity-page-dots { direction: rtl; }
  
  .flickity-page-dots .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    background: #333;
    border-radius: 50%;
    opacity: 0.25;
    cursor: pointer;
  }
  
  .flickity-page-dots .dot.is-selected {
    opacity: 1;
  }

div.ui-tabs-panel {
  margin-top: -30px !important;
}.cart-collaterals {
    margin-bottom: 60px;
}

.woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button {
    font-size: 14px;
}

.woocommerce-cart .woocommerce-cart-form__contents tr th.product-subtotal,
.woocommerce-cart .woocommerce-cart-form__contents tr td.product-subtotal,
.woocommerce-cart .woocommerce-cart-form__contents tr th.product-quantity {
    text-align: center;
}

.woocommerce-cart .container .woocommerce table.cart th.product-name,
.woocommerce-cart .container .woocommerce table.cart td.product-name {
    padding-left: 20px;
}

.woocommerce-cart .woocommerce-cart-form__contents tr th {
    text-align: left;
    padding: 0;
}

body.woocommerce-cart .woocommerce table.shop_table td {
    padding: 20px 10px;
}

.woocommerce .woocommerce-cart-form__contents .actions .button, .woocommerce-cart button {
    transition: .3s ease all;
}

.woocommerce .woocommerce-order-details .order-again a.button {
    background-color: #02b2fb;
    color: #fff;
}

.woocommerce .woocommerce-cart-form__contents .actions .button:hover, html .woocommerce a.button.alt:hover,
.woocommerce .woocommerce-order-details .order-again a.button:hover {
    background-color: #ccef00 !important;
    color: #01175a !important;
    opacity: 1;
}

.woocommerce-order-received .woocommerce-table.woocommerce-table--order-details {
    font-size: 14px;
}

.woocommerce-order-received .woocommerce-order-details .woocommerce-table__product-name a {
    font-size: 14px;
    font-family: arial;
    font-weight: 400;
    color: #000;
}

.woocommerce-order-received .woocommerce-order-details .bundled_table_item .woocommerce-table__product-name a {
    pointer-events: none;
}

body .woocommerce #order_review #payment #place_order {
    font-size: 14px;
    padding: 20px 25px !important;
}

body .woocommerce #order_review #payment #place_order:hover {
    background-color: #ccef00 !important;
    color: #01175a !important;
    opacity: 1;
}

.woocommerce-input-wrapper .select2-selection {
    background-color: #f5f5f5;
    border: 0;
}

.select2-container--open .select2-dropdown--below {
    background: #f5f5f5;
    border: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    background: #fff;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #02b2fb !important;
}

body .woocommerce-terms-and-conditions-wrapper .button {
    font-size: 14px;
}

.cart_item .product-info h4 {
    font-weight: 400;
}

.woocommerce .woocommerce-checkout-review-order-table .product-info .amount {
    color: #000 !important;
}

.woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper {
    padding-right: 45px !important;
    display: block;
}

#header-outer .cart-outer .total strong {
    font-size: 16px;
    font-family: Rubik, Arial;
    margin-right: 5px;
}

body #top nav .widget_shopping_cart a.button {
    transition: .3s ease all;
    font-size: 14px;
}

body #top nav .widget_shopping_cart a.button:hover {
    background-color: #01175a !important;
}

.bundle_table_item .product-thumbnail a {
    /* display: none !important; */
}

.bundle_table_item .product-thumbnail {
    visibility: hidden;
}

.order-total .includes_tax {
    display: none;
} 

body .woocommerce table.order-review th {
    padding-left: 0;
    color: #000;
}

.checkout #order_review .order-review td, .checkout #order_review .order-review tr th {
    padding: 8px 0;
}

html body .cart-subtotal .woocommerce-Price-amount bdi {
    font-weight: 700;
}

.woocommerce form .form-row label, .checkout #order_review,
.checkout #order_review .order-review, .checkout #order_review .order-review tr th,
.html .checkout body .woocommerce-Price-amount bdi {
    font-weight: 500;
    font-family: Rubik, Arial;
}

body #customer_details p.create-account {
    margin: 0;
    padding-left: 3px;
    color: #000;
}

body #customer_details p.create-account span {
    color: #000;
}

@media only screen and (max-width: 770px) {
    body.woocommerce table.cart tr td:last-child {
        padding-right: 0px !important;
    }
    
    .woocommerce-additional-fields__field-wrapper .notes .woocommerce-input-wrapper {
      padding: 0 !important;
      margin-bottom: 30px;
    }
    
    .woocommerce-checkout-review-order-table .bundled_table_item {
      display: none;
    }
    
    .cart_item .product-info h4, body .woocommerce-checkout-review-order-table .product-info .product-quantity,
    html body  .woocommerce-checkout-review-order-table .product-container bdi    {
      font-size: 14px;
    }

    body.woocommerce-cart .woocommerce table.shop_table td {
        padding: 20px;
    }
    
}

.bundled_table_item_indent a {
	color: #000;
	cursor: default;
}

.woocommerce-cart .woocommerce-cart-form__contents thead tr th {
    padding: 20px 10px;
}

body.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions), body.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th {
    background-color: #fff;
}

.notes .optional {
    display: none;
}
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart:before,
#mobile-cart-link .icon-salient-cart:before {
    display: none;
}

#mobile-cart-link .icon-salient-cart, #mobile-cart-link .ic-cart,
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
body.material #header-outer .cart-menu .cart-icon-wrap .ic-cart {
    font-size: 22px;
    background-image: url('/wp-content/themes/eyeprotect-child/icons/real_cart-1.svg');
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.post ul li li, .post ul li li li li {
    list-style: circle;
}

.post ul li li li, .post ul li li li li li {
    list-style: initial;
}

.enquiry-box &gt; .vc_column-inner{
    padding-left: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 0px !important;
}
.col {
  position: relative;
  display: block;
  width: 100%; 
}

html body .vc_row-fluid &gt; .span_12,
.full-page-inner &gt; .span_12,
.full-page-inner &gt; .container &gt; .span_12 {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  float: none;
}

@media (min-width: 690px) {
  .col {
    margin-right: 2%; 
   } 
}

.col:last-child {
    margin-right: 0;
}
.col.col_last { 
	margin-right: 0; 
} 



/* Gutters */
html body .vc_row-fluid &gt; .span_12 &gt; .wpb_column,
.compose-mode .vc_row-fluid &gt; .span_12 &gt; .vc_element,
.compose-mode .vc_row-fluid &gt; .span_12 &gt; .vc_element &gt; .wpb_column,
.full-page-inner &gt; .span_12 &gt; .wpb_column,
.full-page-inner &gt; .container &gt; .span_12 &gt; .wpb_column {
  float: none;
  margin-right: 0;
}

html body .vc_row-fluid &gt; .span_12 &gt; .wpb_column:not([class*="offset-"]),
.compose-mode .vc_row-fluid &gt; .span_12 &gt; .vc_element:not([class*="offset-"]),
.compose-mode #nectar_fullscreen_rows .full-page-inner &gt; .container &gt; .span_12 &gt; .vc_element:not([class*="offset-"]),
.compose-mode .vc_row-fluid &gt; .span_12 &gt; .vc_element &gt; .wpb_column:not([class*="offset-"]),
.full-page-inner &gt; .span_12 &gt; .wpb_column:not([class*="offset-"]),
.full-page-inner &gt; .container &gt; .span_12 &gt; .wpb_column:not([class*="offset-"]) {
  margin-left: 0;
}

.vc_row-fluid &gt; .span_12,
.full-page-inner &gt; .span_12,
.full-page-inner &gt; .container &gt; .span_12 {
  width: auto;
}


/* Default */
.vc_row-fluid &gt; .span_12,
body[data-col-gap="default"] .vc_row-fluid[data-column-margin="default"]:not(.full-width-content) .full-page-inner &gt; .container &gt; .span_12 {
  margin-left: -1%;
  margin-right: -1%;
}

.vc_row-fluid &gt; .span_12 .wpb_column,
body[data-col-gap="default"] .vc_row-fluid[data-column-margin="default"]:not(.full-width-content) .full-page-inner &gt; .container &gt; .span_12 .wpb_column:not(.child_column) {
  padding-left: 1%;
  padding-right: 1%;
}

body[data-col-gap*="px"] .wpb_wrapper &gt; .wpb_row:last-child:not([data-column-margin*="px"]) {
  margin-bottom: 0;
}



/* None */
body .container-wrap .wpb_row[data-column-margin="none"]:not(.full-width-section):not(.full-width-content) {
  margin-bottom: 0;
}

body .container-wrap .vc_row-fluid[data-column-margin="none"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="none"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="none"] .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
}

body .container-wrap .vc_row-fluid[data-column-margin="none"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="none"] .child_column {
  padding-left: 0;
  padding-right: 0;
}



/* 20px */
body[data-col-gap="20px"] .wpb_row:not(.full-width-section):not(.full-width-content),
body .container-wrap .wpb_row[data-column-margin="20px"]:not(.full-width-section):not(.full-width-content) {
  margin-bottom: 20px;
}

body[data-col-gap="20px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .full-page-inner &gt; .span_12 {
  margin-left: -10px;
  margin-right: -10px;
}

body[data-col-gap="20px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="20px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="20px"] .child_column {
  padding-left: 10px;
  padding-right: 10px;
}
.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="20px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 10px;
  padding-right: 10px;
}


/* 30px */
body[data-col-gap="30px"] .wpb_row:not(.full-width-section):not(.full-width-content),
body .container-wrap .wpb_row[data-column-margin="30px"]:not(.full-width-section):not(.full-width-content) {
  margin-bottom: 30px;
}

body[data-col-gap="30px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .full-page-inner &gt; .span_12 {
  margin-left: -15px;
  margin-right: -15px;
}

body[data-col-gap="30px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="30px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="30px"] .child_column {
  padding-left: 15px;
  padding-right: 15px;
}
.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="30px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}


/* 40px */
body[data-col-gap="40px"] .wpb_row:not(.full-width-section):not(.full-width-content),
body .container-wrap .wpb_row[data-column-margin="40px"]:not(.full-width-section):not(.full-width-content) {
  margin-bottom: 40px;
}

body[data-col-gap="40px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .full-page-inner &gt; .span_12 {
  margin-left: -20px;
  margin-right: -20px;
}

body[data-col-gap="40px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="40px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="40px"] .child_column {
  padding-left: 20px;
  padding-right: 20px;
}
.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="40px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}



/* 50px */

body[data-col-gap="50px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .full-page-inner &gt; .span_12 {
  margin-left: -25px;
  margin-right: -25px;
}

body[data-col-gap="50px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="50px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="50px"] .child_column {
  padding-left: 25px;
  padding-right: 25px;
}
.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="50px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 25px;
  padding-right: 25px;
}



/* 60px */


body[data-col-gap="60px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .full-page-inner &gt; .span_12 {
  margin-left: -30px;
  margin-right: -30px;
}

body[data-col-gap="60px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="60px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="60px"] .child_column {
  padding-left: 30px;
  padding-right: 30px;
}

.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="60px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 30px;
  padding-right: 30px;
}



/* 70px */


body[data-col-gap="70px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .full-page-inner &gt; .span_12 {
  margin-left: -35px;
  margin-right: -35px;
}

body[data-col-gap="70px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="70px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="70px"] .child_column {
  padding-left: 35px;
  padding-right: 35px;
}

.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="70px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 35px;
  padding-right: 35px;
}



/* 80px */


body[data-col-gap="80px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .full-page-inner &gt; .span_12 {
  margin-left: -40px;
  margin-right: -40px;
}

body[data-col-gap="80px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="80px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="80px"] .child_column {
  padding-left: 40px;
  padding-right: 40px;
}

.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="80px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 40px;
  padding-right: 40px;
}



/* 90px */


body[data-col-gap="90px"] .vc_row-fluid .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner &gt; .container &gt; .span_12,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .full-page-inner &gt; .span_12 {
  margin-left: -45px;
  margin-right: -45px;
}

body[data-col-gap="90px"] .vc_row-fluid .wpb_column,
body .container-wrap .vc_row-fluid[data-column-margin="90px"] .wpb_column:not(.child_column),
body .container-wrap .inner_row[data-column-margin="90px"] .child_column {
  padding-left: 45px;
  padding-right: 45px;
}

.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content &gt; .span_12,
.container-wrap .vc_row-fluid[data-column-margin="90px"].full-width-content .full-page-inner &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
  padding-left: 45px;
  padding-right: 45px;
}




html body .full-width-content.vc_row-fluid .wpb_column { 
  padding: 0; 
}

.full-width-content.vc_row-fluid .wpb_column .wpb_row, 
.full-width-content.vc_row-fluid .wpb_column .wpb_wrapper,
html body .full-width-content.vc_row-fluid .span_12 { 
  margin: 0; 
}


/* One fourths */
@media only screen and (max-width: 999px) and (min-width: 690px) {
  

  .vc_row-fluid[data-column-margin="20px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="20px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]) {
    margin-bottom: 20px!important;
  }
  
  body[data-col-gap="30px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  body[data-col-gap="30px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid[data-column-margin="30px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="30px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]) {
    margin-bottom: 30px;
  }

  body[data-col-gap="40px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  body[data-col-gap="40px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid[data-column-margin="40px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="40px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]) {
    margin-bottom: 40px;
  }
  
  body[data-col-gap="50px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  body[data-col-gap="50px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid[data-column-margin="50px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid.vc_row-fluid.inner_row[data-column-margin="50px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]) {
    margin-bottom: 50px;
  }
  
  body[data-col-gap="60px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  body[data-col-gap="60px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid[data-column-margin="60px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="60px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]) {
    margin-bottom: 60px;
  }
  
  body[data-col-gap="70px"] .vc_row-fluid:not(.inner_row):not(.full-width-content) &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  body[data-col-gap="70px"] .vc_row-fluid:not(.full-width-content) .vc_row-fluid.inner_row &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid[data-column-margin="70px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
  .vc_row-fluid .vc_row-fluid.inner_row[data-column-margin="70px"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]) {
    margin-bottom: 70px;
  }
  
}


/* FWC Gutters */
@media only screen and ( max-width: 1000px ) {
  .container-wrap .full-width-content .vc_row-fluid[data-column-margin*="px"] &gt; .span_12 &gt; .wpb_column {
    margin-bottom: 30px;
  } 
}


.vc_row-fluid[data-column-margin="default"].full-width-content &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
.vc_row-fluid[data-column-margin="none"].full-width-content &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
body[data-col-gap*="px"] .vc_row-fluid.full-width-content .inner_row[data-column-margin="default"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
body[data-col-gap*="px"] .vc_row-fluid.full-width-content .inner_row[data-column-margin="none"] &gt; .span_12 &gt; .one-fourths:not([class*="vc_col-xs-"]),
body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content,
body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content,
body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="default"],
body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="none"] {
  margin-bottom: 0;
}

body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content &gt; .span_12,
body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content &gt; .span_12,
body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="default"] &gt; .span_12,
body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="none"] &gt; .span_12 {
  margin-left: 0;
  margin-right: 0;
}

body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="default"].full-width-content &gt; .span_12 &gt; .wpb_column,
body[data-col-gap*="px"] .vc_row-fluid[data-column-margin="none"].full-width-content &gt; .span_12 &gt; .wpb_column,
body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="default"] &gt; .span_12 &gt; .wpb_column,
body[data-col-gap*="px"] .full-width-content .inner_row[data-column-margin="none"] &gt; .span_12 &gt; .wpb_column {
  padding-left: 0;
  padding-right: 0;
}




/* Border Radius */
.wpb_column[data-border-radius*="px"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap {
  overflow: hidden;
}
.wpb_column[data-border-radius="3px"] &gt; .vc_column-inner, 
.wpb_column[data-border-radius="3px"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap,
.wpb_column[data-border-radius="3px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
.wpb_column[data-border-radius="3px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap .column-image-bg {
  border-radius: 3px;
}
.wpb_column[data-border-radius="5px"] &gt; .vc_column-inner, 
.wpb_column[data-border-radius="5px"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap,
.wpb_column[data-border-radius="5px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
.wpb_column[data-border-radius="5px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap .column-image-bg {
  border-radius: 5px;
}
.wpb_column[data-border-radius="10px"] &gt; .vc_column-inner, 
.wpb_column[data-border-radius="10px"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap,
.wpb_column[data-border-radius="10px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
.wpb_column[data-border-radius="10px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap .column-image-bg {
  border-radius: 10px;
}
.wpb_column[data-border-radius="15px"] &gt; .vc_column-inner, 
.wpb_column[data-border-radius="15px"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap,
.wpb_column[data-border-radius="15px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
.wpb_column[data-border-radius="15px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap .column-image-bg {
  border-radius: 15px;
}
.wpb_column[data-border-radius="20px"] &gt; .vc_column-inner, 
.wpb_column[data-border-radius="20px"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap,
.wpb_column[data-border-radius="20px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
.wpb_column[data-border-radius="20px"] &gt; .vc_column-inner &gt; .column-image-bg-wrap .column-image-bg {
  border-radius: 20px;
}



/* Boxed Column */
.vc_row-fluid .wpb_column.boxed,
.material .vc_row-fluid .wpb_column.boxed,
.ascend .vc_row-fluid .wpb_column.boxed {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.wpb_column.boxed &gt; .vc_column-inner {
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 25px 15px 15px;
    position: relative;
    -webkit-transition: transform .2s ease,-webkit-box-shadow .2s ease;
    transition: transform .2s ease,box-shadow .2s ease;
    top: 0;
}

.wpb_column.boxed:hover &gt; .vc_column-inner {
  transform:translateY(-4px);
  -webkit-transform:translateY(-4px);
  box-shadow:0 17px 25px rgba(0,0,0,0.13);
  -webkit-box-shadow:0 17px 25px rgba(0,0,0,0.13);
}


/* Box Shadows */
.vc_row-fluid .wpb_column {
  box-shadow: none;
}
 
.wpb_column[data-shadow="small_depth"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap {
  box-shadow:0 10px 50px rgba(0,0,0,0.08),0 13px 45px rgba(0,0,0,0.08)
}

.wpb_column[data-shadow="medium_depth"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap {
  box-shadow:0 30px 80px rgba(0,0,0,0.14),0 20px 70px rgba(0,0,0,0.12)
}

.wpb_column[data-shadow="large_depth"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap{
  box-shadow:0 40px 100px rgba(0,0,0,0.15),0 25px 80px rgba(0,0,0,0.1)
}

.wpb_column[data-shadow="x_large_depth"] &gt; .vc_column-inner &gt; .column-bg-overlay-wrap {
  box-shadow:0 60px 135px rgba(0,0,0,0.14),0 15px 65px rgba(0,0,0,0.14)
}


/* Border Layer */
.wpb_column &gt; .vc_column-inner &gt; .border-wrap{
  position:static;
  pointer-events:none
}
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;span{
  position:absolute;
  z-index: 100;
}
.wpb_column[data-border-style="solid"] &gt; .vc_column-inner &gt; .border-wrap &gt;span{
  border-style:solid
}
.wpb_column[data-border-style="dotted"] &gt; .vc_column-inner &gt; .border-wrap &gt;span{
  border-style:dotted
}
.wpb_column[data-border-style="dashed"] &gt; .vc_column-inner &gt; .border-wrap &gt;span{
  border-style:dashed
}
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top:after{
  width:100%;
  top:0;
  left:0;
  border-color:inherit;
}
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom:after{
  width:100%;
  bottom:0;
  left:0;
  border-color:inherit;
}
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left:after{
  height:100%;
  top:0;
  left:0;
  border-color:inherit;
}
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right:after{
  height:100%;
  top:0;
  right:0;
  border-color:inherit;
}

.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom:after {
  border-top:none!important
}

.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top:after {
  border-right:none!important
}

.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-left:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top:after {
  border-bottom:none!important
}

.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-right:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-bottom:after,
.wpb_column &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top, 
.wpb_column[data-border-style*="double"] &gt; .vc_column-inner &gt; .border-wrap &gt;.border-top:after {
  border-left:none!important
}


/* Reveal Columns */
@media only screen and (min-width:1000px){

  .wpb_column.has-animation[data-animation="reveal-from-bottom"] &gt; .vc_column-inner{
    transform:translateY(101%);
    -webkit-transform:translateY(101%)
  }
  .wpb_column.has-animation[data-animation="reveal-from-top"] &gt; .vc_column-inner{
    transform:translateY(-101%);
    -webkit-transform:translateY(-101%)
  }
  .wpb_column.has-animation[data-animation="reveal-from-left"] &gt; .vc_column-inner{
    transform:translateX(-120%);
    -webkit-transform:translateX(-120%)
  }
  .wpb_column.has-animation[data-animation="reveal-from-right"] &gt; .vc_column-inner {
    transform:translateX(120%);
    -webkit-transform:translateX(120%)
  }
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-bottom"] &gt; .vc_column-inner {
  transform:translateY(101%);
  -webkit-transform:translateY(101%)
}

body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-top"] &gt; .vc_column-inner{
  transform:translateY(-101%);
  -webkit-transform:translateY(-101%)
}
body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-left"] &gt; .vc_column-inner{
  transform:translateX(-120%);
  -webkit-transform:translateX(-120%)
}
body[data-m-animate="1"] .wpb_column.has-animation[data-animation="reveal-from-right"] &gt; .vc_column-inner {
  transform:translateX(120%);
  -webkit-transform:translateX(120%)
}

/* El margin */
body[data-col-gap] .vc_row-fluid .span_12.testimonial_slider,
body[data-col-gap] .vc_row-fluid .span_12.col.section-title,
body[data-col-gap] .vc_row-fluid .span_12.post-area {
  margin-left: 0;
  margin-right: 0;
}

/* Column Percent Based Padding */
.col.padding-1-percent &gt; .vc_column-inner { padding: calc(600px * 0.01); }

.col.padding-2-percent &gt; .vc_column-inner,
.col.padding-3-percent &gt; .vc_column-inner { padding: calc(600px * 0.03); }

.col.padding-4-percent &gt; .vc_column-inner,
.col.padding-5-percent &gt; .vc_column-inner,
.col.padding-6-percent &gt; .vc_column-inner { padding: calc(600px * 0.06); }

.col.padding-7-percent &gt; .vc_column-inner { padding: calc(600px * 0.07); }
.col.padding-8-percent &gt; .vc_column-inner { padding: calc(600px * 0.08); }
.col.padding-9-percent &gt; .vc_column-inner { padding: calc(600px * 0.09); }
.col.padding-10-percent &gt; .vc_column-inner { padding: calc(600px * 0.1); }
.col.padding-11-percent &gt; .vc_column-inner { padding: calc(600px * 0.11); }
.col.padding-12-percent &gt; .vc_column-inner { padding: calc(600px * 0.12); }
.col.padding-13-percent &gt; .vc_column-inner { padding: calc(600px * 0.13); }
.col.padding-14-percent &gt; .vc_column-inner { padding: calc(600px * 0.14); }
.col.padding-15-percent &gt; .vc_column-inner { padding: calc(600px * 0.15); }
.col.padding-16-percent &gt; .vc_column-inner { padding: calc(600px * 0.16); }
.col.padding-17-percent &gt; .vc_column-inner { padding: calc(600px * 0.17); }
.col.padding-18-percent &gt; .vc_column-inner { padding: calc(600px * 0.18); }
.col.padding-19-percent &gt; .vc_column-inner { padding: calc(600px * 0.19); }
.col.padding-20-percent &gt; .vc_column-inner { padding: calc(600px * 0.2); }


@media only screen and (max-width: 1000px) and (min-width: 691px) {
  .wpb_column.col.no-extra-padding_tablet &gt; .vc_column-inner,
  .full-width-content .wpb_column.col.no-extra-padding_tablet &gt; .vc_column-inner { padding: 0; }
}

/* Mobile */
@media only screen and (max-width: 690px) {
  
  .wpb_column.col.no-extra-padding_phone &gt; .vc_column-inner,
  .full-width-content .wpb_column.col.no-extra-padding_phone &gt; .vc_column-inner { padding: 0; }
  
  .col.padding-1-percent &gt; .vc_column-inner { padding: calc(100vw * 0.01); }
  
  .col.padding-2-percent &gt; .vc_column-inner,
  .col.padding-3-percent &gt; .vc_column-inner { padding: calc(100vw * 0.03); }
  
  .col.padding-4-percent &gt; .vc_column-inner,
  .col.padding-5-percent &gt; .vc_column-inner,
  .col.padding-6-percent &gt; .vc_column-inner { padding: calc(100vw * 0.06); }
  
  .col.padding-7-percent &gt; .vc_column-inner { padding: calc(100vw * 0.07); }
  .col.padding-8-percent &gt; .vc_column-inner { padding: calc(100vw * 0.08); }
  .col.padding-9-percent &gt; .vc_column-inner { padding: calc(100vw * 0.09); }
  .col.padding-10-percent &gt; .vc_column-inner { padding: calc(100vw * 0.1); }
  .col.padding-11-percent &gt; .vc_column-inner { padding: calc(100vw * 0.11); }
  .col.padding-12-percent &gt; .vc_column-inner { padding: calc(100vw * 0.12); }
  .col.padding-13-percent &gt; .vc_column-inner { padding: calc(100vw * 0.13); }
  .col.padding-14-percent &gt; .vc_column-inner { padding: calc(100vw * 0.14); }
  .col.padding-15-percent &gt; .vc_column-inner { padding: calc(100vw * 0.15); }
  .col.padding-16-percent &gt; .vc_column-inner { padding: calc(100vw * 0.16); }
  .col.padding-17-percent &gt; .vc_column-inner { padding: calc(100vw * 0.17); }
  .col.padding-18-percent &gt; .vc_column-inner { padding: calc(100vw * 0.18); }
  .col.padding-19-percent &gt; .vc_column-inner { padding: calc(100vw * 0.19); }
  .col.padding-20-percent &gt; .vc_column-inner { padding: calc(100vw * 0.2); }
  
  /* columns with border */
  .col.padding-1-percent[data-border-width*="px"] &gt; .vc_column-inner,
  .col.padding-2-percent[data-border-width*="px"] &gt; .vc_column-inner,
  .col.padding-3-percent[data-border-width*="px"] &gt; .vc_column-inner,
  .col.padding-4-percent[data-border-width*="px"] &gt; .vc_column-inner,
  .col.padding-5-percent[data-border-width*="px"] &gt; .vc_column-inner,
  .col.padding-6-percent[data-border-width*="px"] &gt; .vc_column-inner,
  .col.padding-7-percent[data-border-width*="px"] &gt; .vc_column-inner {
    padding: calc(100vw * 0.09);
  }
  
}


/* Sm Desktop */
@media only screen and (min-width: 1000px) {
  .col.padding-1-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.01); }
  .col.padding-2-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.02); }
  .col.padding-3-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.03); }
  .col.padding-4-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.04); }
  .col.padding-5-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.05); }
  .col.padding-6-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.06); }
  .col.padding-7-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.07); }
  .col.padding-8-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.08); }
  .col.padding-9-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.09); }
  .col.padding-10-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.1); }
  .col.padding-11-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.11); }
  .col.padding-12-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.12); }
  .col.padding-13-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.13); }
  .col.padding-14-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.14); }
  .col.padding-15-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.15); }
  .col.padding-16-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.16); }
  .col.padding-17-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.17); }
  .col.padding-18-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.18); }
  .col.padding-19-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.19); }
  .col.padding-20-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.2); }
  
  .column_container:not(.vc_col-sm-12) .col.padding-1-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.005); }
  .column_container:not(.vc_col-sm-12) .col.padding-2-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.01); }
  .column_container:not(.vc_col-sm-12) .col.padding-3-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.015); }
  .column_container:not(.vc_col-sm-12) .col.padding-4-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.02); }
  .column_container:not(.vc_col-sm-12) .col.padding-5-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.025); }
  .column_container:not(.vc_col-sm-12) .col.padding-6-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.03); }
  .column_container:not(.vc_col-sm-12) .col.padding-7-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.035); }
  .column_container:not(.vc_col-sm-12) .col.padding-8-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.04); }
  .column_container:not(.vc_col-sm-12) .col.padding-9-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.045); }
  .column_container:not(.vc_col-sm-12) .col.padding-10-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.05); }
  .column_container:not(.vc_col-sm-12) .col.padding-11-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.055); }
  .column_container:not(.vc_col-sm-12) .col.padding-12-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.06); }
  .column_container:not(.vc_col-sm-12) .col.padding-13-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.065); }
  .column_container:not(.vc_col-sm-12) .col.padding-14-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.07); }
  .column_container:not(.vc_col-sm-12) .col.padding-15-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.075); }
  .column_container:not(.vc_col-sm-12) .col.padding-16-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.08); }
  .column_container:not(.vc_col-sm-12) .col.padding-17-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.09); }
  .column_container:not(.vc_col-sm-12) .col.padding-18-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.095); }
  .column_container:not(.vc_col-sm-12) .col.padding-19-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.1); }
  .column_container:not(.vc_col-sm-12) .col.padding-20-percent &gt; .vc_column-inner { padding: calc((100vw - 180px) * 0.105); }
  
}


/* Large Desktop */
@media only screen and (min-width: 1425px) {
  .col.padding-1-percent &gt; .vc_column-inner { padding: calc(1245px * 0.01); }
  .col.padding-2-percent &gt; .vc_column-inner { padding: calc(1245px * 0.02); }
  .col.padding-3-percent &gt; .vc_column-inner { padding: calc(1245px * 0.03); }
  .col.padding-4-percent &gt; .vc_column-inner { padding: calc(1245px * 0.04); }
  .col.padding-5-percent &gt; .vc_column-inner { padding: calc(1245px * 0.05); }
  .col.padding-6-percent &gt; .vc_column-inner { padding: calc(1245px * 0.06); }
  .col.padding-7-percent &gt; .vc_column-inner { padding: calc(1245px * 0.07); }
  .col.padding-8-percent &gt; .vc_column-inner { padding: calc(1245px * 0.08); }
  .col.padding-9-percent &gt; .vc_column-inner { padding: calc(1245px * 0.09); }
  .col.padding-10-percent &gt; .vc_column-inner { padding: calc(1245px * 0.1); }
  .col.padding-11-percent &gt; .vc_column-inner { padding: calc(1245px * 0.11); }
  .col.padding-12-percent &gt; .vc_column-inner { padding: calc(1245px * 0.12); }
  .col.padding-13-percent &gt; .vc_column-inner { padding: calc(1245px * 0.13); }
  .col.padding-14-percent &gt; .vc_column-inner { padding: calc(1245px * 0.14); }
  .col.padding-15-percent &gt; .vc_column-inner { padding: calc(1245px * 0.15); }
  .col.padding-16-percent &gt; .vc_column-inner { padding: calc(1245px * 0.16); }
  .col.padding-17-percent &gt; .vc_column-inner { padding: calc(1245px * 0.17); }
  .col.padding-18-percent &gt; .vc_column-inner { padding: calc(1245px * 0.18); }
  .col.padding-19-percent &gt; .vc_column-inner { padding: calc(1245px * 0.19); }
  .col.padding-20-percent &gt; .vc_column-inner { padding: calc(1245px * 0.2); }
  
  .column_container:not(.vc_col-sm-12) .col.padding-1-percent &gt; .vc_column-inner { padding: calc(1245px * 0.005); }
  .column_container:not(.vc_col-sm-12) .col.padding-2-percent &gt; .vc_column-inner { padding: calc(1245px * 0.01); }
  .column_container:not(.vc_col-sm-12) .col.padding-3-percent &gt; .vc_column-inner { padding: calc(1245px * 0.015); }
  .column_container:not(.vc_col-sm-12) .col.padding-4-percent &gt; .vc_column-inner { padding: calc(1245px * 0.02); }
  .column_container:not(.vc_col-sm-12) .col.padding-5-percent &gt; .vc_column-inner { padding: calc(1245px * 0.025); }
  .column_container:not(.vc_col-sm-12) .col.padding-6-percent &gt; .vc_column-inner { padding: calc(1245px * 0.03); }
  .column_container:not(.vc_col-sm-12) .col.padding-7-percent &gt; .vc_column-inner { padding: calc(1245px * 0.035); }
  .column_container:not(.vc_col-sm-12) .col.padding-8-percent &gt; .vc_column-inner { padding: calc(1245px * 0.04); }
  .column_container:not(.vc_col-sm-12) .col.padding-9-percent &gt; .vc_column-inner { padding: calc(1245px * 0.045); }
  .column_container:not(.vc_col-sm-12) .col.padding-10-percent &gt; .vc_column-inner { padding: calc(1245px * 0.05); }
  .column_container:not(.vc_col-sm-12) .col.padding-11-percent &gt; .vc_column-inner { padding: calc(1245px * 0.055); }
  .column_container:not(.vc_col-sm-12) .col.padding-12-percent &gt; .vc_column-inner { padding: calc(1245px * 0.06); }
  .column_container:not(.vc_col-sm-12) .col.padding-13-percent &gt; .vc_column-inner { padding: calc(1245px * 0.065); }
  .column_container:not(.vc_col-sm-12) .col.padding-14-percent &gt; .vc_column-inner { padding: calc(1245px * 0.07); }
  .column_container:not(.vc_col-sm-12) .col.padding-15-percent &gt; .vc_column-inner { padding: calc(1245px * 0.075); }
  .column_container:not(.vc_col-sm-12) .col.padding-16-percent &gt; .vc_column-inner { padding: calc(1245px * 0.08); }
  .column_container:not(.vc_col-sm-12) .col.padding-17-percent &gt; .vc_column-inner { padding: calc(1245px * 0.09); }
  .column_container:not(.vc_col-sm-12) .col.padding-18-percent &gt; .vc_column-inner { padding: calc(1245px * 0.095); }
  .column_container:not(.vc_col-sm-12) .col.padding-19-percent &gt; .vc_column-inner { padding: calc(1245px * 0.1); }
  .column_container:not(.vc_col-sm-12) .col.padding-20-percent &gt; .vc_column-inner { padding: calc(1245px * 0.105); }
  
}


/* Full width content rows */
.full-width-content .col.padding-1-percent &gt; .vc_column-inner { padding: calc(100vw * 0.01); }
.full-width-content .col.padding-2-percent &gt; .vc_column-inner { padding: calc(100vw * 0.02); }
.full-width-content .col.padding-3-percent &gt; .vc_column-inner { padding: calc(100vw * 0.03); }
.full-width-content .col.padding-4-percent &gt; .vc_column-inner { padding: calc(100vw * 0.04); }
.full-width-content .col.padding-5-percent &gt; .vc_column-inner { padding: calc(100vw * 0.05); }
.full-width-content .col.padding-6-percent &gt; .vc_column-inner { padding: calc(100vw * 0.06); }
.full-width-content .col.padding-7-percent &gt; .vc_column-inner { padding: calc(100vw * 0.07); }
.full-width-content .col.padding-8-percent &gt; .vc_column-inner { padding: calc(100vw * 0.08); }
.full-width-content .col.padding-9-percent &gt; .vc_column-inner { padding: calc(100vw * 0.09); }
.full-width-content .col.padding-10-percent &gt; .vc_column-inner { padding: calc(100vw * 0.1); }
.full-width-content .col.padding-11-percent &gt; .vc_column-inner { padding: calc(100vw * 0.11); }
.full-width-content .col.padding-12-percent &gt; .vc_column-inner { padding: calc(100vw * 0.12); }
.full-width-content .col.padding-13-percent &gt; .vc_column-inner { padding: calc(100vw * 0.13); }
.full-width-content .col.padding-14-percent &gt; .vc_column-inner { padding: calc(100vw * 0.14); }
.full-width-content .col.padding-15-percent &gt; .vc_column-inner { padding: calc(100vw * 0.15); }
.full-width-content .col.padding-16-percent &gt; .vc_column-inner { padding: calc(100vw * 0.16); }
.full-width-content .col.padding-17-percent &gt; .vc_column-inner { padding: calc(100vw * 0.17); }
.full-width-content .col.padding-18-percent &gt; .vc_column-inner { padding: calc(100vw * 0.18); }
.full-width-content .col.padding-19-percent &gt; .vc_column-inner { padding: calc(100vw * 0.19); }
.full-width-content .col.padding-20-percent &gt; .vc_column-inner { padding: calc(100vw * 0.2); }

@media only screen and (max-width: 999px) {
  
  .full-width-content .col.padding-1-percent &gt; .vc_column-inner { padding: calc(100vw * 0.01); }
  
  .full-width-content .col.padding-2-percent &gt; .vc_column-inner,
  .full-width-content .col.padding-3-percent &gt; .vc_column-inner { padding: calc(100vw * 0.03); }
  
  .full-width-content .col.padding-4-percent &gt; .vc_column-inner,
  .full-width-content .col.padding-5-percent &gt; .vc_column-inner,
  .full-width-content .col.padding-6-percent &gt; .vc_column-inner { padding: calc(100vw * 0.06); }

  
}

@media only screen and (min-width: 1000px) {
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-1-percent &gt; .vc_column-inner { padding: calc(100vw * 0.005); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-2-percent &gt; .vc_column-inner { padding: calc(100vw * 0.01); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-3-percent &gt; .vc_column-inner { padding: calc(100vw * 0.015); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-4-percent &gt; .vc_column-inner { padding: calc(100vw * 0.02); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-5-percent &gt; .vc_column-inner { padding: calc(100vw * 0.025); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-6-percent &gt; .vc_column-inner { padding: calc(100vw * 0.03); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-7-percent &gt; .vc_column-inner { padding: calc(100vw * 0.035); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-8-percent &gt; .vc_column-inner { padding: calc(100vw * 0.04); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-9-percent &gt; .vc_column-inner { padding: calc(100vw * 0.045); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-10-percent &gt; .vc_column-inner { padding: calc(100vw * 0.05); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-11-percent &gt; .vc_column-inner { padding: calc(100vw * 0.055); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-12-percent &gt; .vc_column-inner { padding: calc(100vw * 0.06); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-13-percent &gt; .vc_column-inner { padding: calc(100vw * 0.065); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-14-percent &gt; .vc_column-inner { padding: calc(100vw * 0.07); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-15-percent &gt; .vc_column-inner { padding: calc(100vw * 0.075); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-16-percent &gt; .vc_column-inner { padding: calc(100vw * 0.08); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-17-percent &gt; .vc_column-inner { padding: calc(100vw * 0.09); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-18-percent &gt; .vc_column-inner { padding: calc(100vw * 0.095); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-19-percent &gt; .vc_column-inner { padding: calc(100vw * 0.1); }
  .full-width-content .column_container:not(.vc_col-sm-12) .col.padding-20-percent &gt; .vc_column-inner { padding: calc(100vw * 0.105); }
}


body #ajax-content-wrap .col[data-padding-pos="right"] &gt; .vc_column-inner {
  padding-left:0;
  padding-top:0;
  padding-bottom:0
}
body #ajax-content-wrap .col[data-padding-pos="left"] &gt; .vc_column-inner {
  padding-right:0;
  padding-top:0;
  padding-bottom:0
}
body #ajax-content-wrap .col[data-padding-pos="bottom"] &gt; .vc_column-inner {
  padding-right:0;
  padding-top:0;
  padding-left:0
}
#ajax-content-wrap .col[data-padding-pos="top"] &gt; .vc_column-inner {
  padding-right:0;
  padding-bottom:0;
  padding-left:0
}
#ajax-content-wrap .col[data-padding-pos="top-right"] &gt; .vc_column-inner {
  padding-bottom:0;
  padding-left:0
}
#ajax-content-wrap .col[data-padding-pos="top-left"] &gt; .vc_column-inner {
  padding-bottom:0;
  padding-right:0
}
#ajax-content-wrap .col[data-padding-pos="top-bottom"]&gt; .vc_column-inner {
  padding-left:0;
  padding-right:0
}
#ajax-content-wrap .col[data-padding-pos="bottom-right"] &gt; .vc_column-inner {
  padding-left:0;
  padding-top:0
}
#ajax-content-wrap .col[data-padding-pos="bottom-left"] &gt; .vc_column-inner {
  padding-right:0;
  padding-top:0
}
#ajax-content-wrap .col[data-padding-pos="left-right"] &gt; .vc_column-inner {
  padding-top:0;
  padding-bottom:0
}




/* Front end editor */
body.compose-mode .vc_row.vc_row-o-content-middle&gt;.fp-tableCell .full-page-inner-wrap-outer&gt;.full-page-inner-wrap&gt;.full-page-inner&gt;.span_12&gt;.vc_element&gt;.vc_column_container&gt;.vc_column-inner,
body.compose-mode .vc_row.vc_row-o-content-middle&gt;.fp-tableCell .fp-scrollable &gt; .fp-scroller .full-page-inner-wrap-outer&gt; .full-page-inner-wrap&gt;.full-page-inner&gt;.span_12&gt;.vc_element&gt;.vc_column_container&gt;.vc_column-inner {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

body.compose-mode .wpb_row.vc_row-flex&gt;.fp-tableCell .full-page-inner-wrap-outer&gt;.full-page-inner-wrap&gt;.full-page-inner&gt;.span_12&gt;.vc_element&gt;.vc_column_container&gt;.vc_column-inner,
body.compose-mode .wpb_row.vc_row-flex&gt;.fp-tableCell .fp-scrollable &gt; .fp-scroller &gt; .full-page-inner-wrap-outer &gt; .full-page-inner-wrap&gt;.full-page-inner&gt;.span_12&gt;.vc_element&gt;.vc_column_container&gt;.vc_column-inner {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}


@media (max-width:999px) and (min-width: 691px) {
  
  .vc_col-xs-12:not([data-t-w-inherits="small_desktop"]) {
      width:100%
  }
  .vc_col-xs-11:not([data-t-w-inherits="small_desktop"]) {
      width:91.66666667%
  }
  .vc_col-xs-10:not([data-t-w-inherits="small_desktop"]) {
      width:83.33333333%
  }
  .vc_col-xs-9:not([data-t-w-inherits="small_desktop"]) {
      width:75%
  }
  .vc_col-xs-8:not([data-t-w-inherits="small_desktop"]) {
      width:66.66666667%
  }
  .vc_col-xs-7:not([data-t-w-inherits="small_desktop"]) {
      width:58.33333333%
  }
  .vc_col-xs-6:not([data-t-w-inherits="small_desktop"]) {
      width:50%
  }
  .vc_col-xs-5:not([data-t-w-inherits="small_desktop"]) {
      width:41.66666667%
  }
  .vc_col-xs-4:not([data-t-w-inherits="small_desktop"]) {
      width:33.33333333%
  }
  .vc_col-xs-3:not([data-t-w-inherits="small_desktop"]) {
      width:25%
  }
  .vc_col-xs-2:not([data-t-w-inherits="small_desktop"]) {
      width:16.66666667%
  }
  .vc_col-xs-1:not([data-t-w-inherits="small_desktop"]) {
      width:8.33333333%
  }
  
}

@media (max-width: 690px) {
  
  .vc_col-xs-12 {
      width:100%
  }
  .vc_col-xs-11 {
      width:91.66666667%
  }
  .vc_col-xs-10 {
      width:83.33333333%
  }
  .vc_col-xs-9 {
      width:75%
  }
  .vc_col-xs-8 {
      width:66.66666667%
  }
  .vc_col-xs-7 {
      width:58.33333333%
  }
  .vc_col-xs-6 {
      width:50%
  }
  .vc_col-xs-5 {
      width:41.66666667%
  }
  .vc_col-xs-4 {
      width:33.33333333%
  }
  .vc_col-xs-3 {
      width:25%
  }
  .vc_col-xs-2 {
      width:16.66666667%
  }
  .vc_col-xs-1 {
      width:8.33333333%
  }
  
}


.vc_col-xs-pull-12{
    right:100%
}
.vc_col-xs-pull-11{
    right:91.66666667%
}
.vc_col-xs-pull-10{
    right:83.33333333%
}
.vc_col-xs-pull-9{
    right:75%
}
.vc_col-xs-pull-8{
    right:66.66666667%
}
.vc_col-xs-pull-7{
    right:58.33333333%
}
.vc_col-xs-pull-6{
    right:50%
}
.vc_col-xs-pull-5{
    right:41.66666667%
}
.vc_col-xs-pull-4{
    right:33.33333333%
}
.vc_col-xs-pull-3{
    right:25%
}
.vc_col-xs-pull-2{
    right:16.66666667%
}
.vc_col-xs-pull-1{
    right:8.33333333%
}
.vc_col-xs-pull-0{
    right:auto
}
.vc_col-xs-push-12{
    left:100%
}
.vc_col-xs-push-11{
    left:91.66666667%
}
.vc_col-xs-push-10{
    left:83.33333333%
}
.vc_col-xs-push-9{
    left:75%
}
.vc_col-xs-push-8{
    left:66.66666667%
}
.vc_col-xs-push-7{
    left:58.33333333%
}
.vc_col-xs-push-6{
    left:50%
}
.vc_col-xs-push-5{
    left:41.66666667%
}
.vc_col-xs-push-4{
    left:33.33333333%
}
.vc_col-xs-push-3{
    left:25%
}
.vc_col-xs-push-2{
    left:16.66666667%
}
.vc_col-xs-push-1{
    left:8.33333333%
}
.vc_col-xs-push-0{
    left:auto
}
.vc_col-xs-offset-12{
    margin-left:100%
}
.vc_col-xs-offset-11{
    margin-left:91.66666667%
}
.vc_col-xs-offset-10{
    margin-left:83.33333333%
}
.vc_col-xs-offset-9{
    margin-left:75%
}
.vc_col-xs-offset-8{
    margin-left:66.66666667%
}
.vc_col-xs-offset-7{
    margin-left:58.33333333%
}
.vc_col-xs-offset-6{
    margin-left:50%
}
.vc_col-xs-offset-5{
    margin-left:41.66666667%
}
.vc_col-xs-offset-4{
    margin-left:33.33333333%
}
.vc_col-xs-offset-3{
    margin-left:25%
}
.vc_col-xs-offset-2{
    margin-left:16.66666667%
}
.vc_col-xs-offset-1{
    margin-left:8.33333333%
}
.vc_col-xs-offset-0{
    margin-left:0
}



@media (min-width:690px){

    .rtl .vc_rtl-columns-reverse .vc_col-sm-1,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-10,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-11,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-12,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-2,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-4,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-6,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-7,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-8,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-9{
        float:right
    }
    
    .vc_col-sm-12{
        width:100%
    }
    .vc_col-sm-11{
        width:91.66666667%
    }
    .vc_col-sm-10{
        width:83.33333333%
    }
    .vc_col-sm-9{
        width:75%
    }
    .vc_col-sm-8{
        width:66.66666667%
    }
    .vc_col-sm-7{
        width:58.33333333%
    }
    .vc_col-sm-6{
        width:50%
    }
    .vc_col-sm-5{
        width:41.66666667%
    }
    .vc_col-sm-4{
        width:33.33333333%
    }
    .vc_col-sm-3{
        width:25%
    }
    .vc_col-sm-2{
        width:16.66666667%
    }
    .vc_col-sm-1{
        width:8.33333333%
    }
    .vc_col-sm-pull-12{
        right:100%
    }
    .vc_col-sm-pull-11{
        right:91.66666667%
    }
    .vc_col-sm-pull-10{
        right:83.33333333%
    }
    .vc_col-sm-pull-9{
        right:75%
    }
    .vc_col-sm-pull-8{
        right:66.66666667%
    }
    .vc_col-sm-pull-7{
        right:58.33333333%
    }
    .vc_col-sm-pull-6{
        right:50%
    }
    .vc_col-sm-pull-5{
        right:41.66666667%
    }
    .vc_col-sm-pull-4{
        right:33.33333333%
    }
    .vc_col-sm-pull-3{
        right:25%
    }
    .vc_col-sm-pull-2{
        right:16.66666667%
    }
    .vc_col-sm-pull-1{
        right:8.33333333%
    }
    .vc_col-sm-pull-0{
        right:auto
    }
    .vc_col-sm-push-12{
        left:100%
    }
    .vc_col-sm-push-11{
        left:91.66666667%
    }
    .vc_col-sm-push-10{
        left:83.33333333%
    }
    .vc_col-sm-push-9{
        left:75%
    }
    .vc_col-sm-push-8{
        left:66.66666667%
    }
    .vc_col-sm-push-7{
        left:58.33333333%
    }
    .vc_col-sm-push-6{
        left:50%
    }
    .vc_col-sm-push-5{
        left:41.66666667%
    }
    .vc_col-sm-push-4{
        left:33.33333333%
    }
    .vc_col-sm-push-3{
        left:25%
    }
    .vc_col-sm-push-2{
        left:16.66666667%
    }
    .vc_col-sm-push-1{
        left:8.33333333%
    }
    .vc_col-sm-push-0{
        left:auto
    }
    .vc_col-sm-offset-12{
        margin-left:100%
    }
    .vc_col-sm-offset-11{
        margin-left:91.66666667%
    }
    .vc_col-sm-offset-10{
        margin-left:83.33333333%
    }
    .vc_col-sm-offset-9{
        margin-left:75%
    }
    .vc_col-sm-offset-8{
        margin-left:66.66666667%
    }
    .vc_col-sm-offset-7{
        margin-left:58.33333333%
    }
    .vc_col-sm-offset-6{
        margin-left:50%
    }
    .vc_col-sm-offset-5{
        margin-left:41.66666667%
    }
    .vc_col-sm-offset-4{
        margin-left:33.33333333%
    }
    .vc_col-sm-offset-3{
        margin-left:25%
    }
    .vc_col-sm-offset-2{
        margin-left:16.66666667%
    }
    .vc_col-sm-offset-1{
        margin-left:8.33333333%
    }
    .vc_col-sm-offset-0{
        margin-left:0
    }
}
@media (min-width:1000px){

    .rtl .vc_rtl-columns-reverse .vc_col-md-1,
    .rtl .vc_rtl-columns-reverse .vc_col-md-10,
    .rtl .vc_rtl-columns-reverse .vc_col-md-11,
    .rtl .vc_rtl-columns-reverse .vc_col-md-12,
    .rtl .vc_rtl-columns-reverse .vc_col-md-2,
    .rtl .vc_rtl-columns-reverse .vc_col-md-3,
    .rtl .vc_rtl-columns-reverse .vc_col-md-4,
    .rtl .vc_rtl-columns-reverse .vc_col-md-5,
    .rtl .vc_rtl-columns-reverse .vc_col-md-6,
    .rtl .vc_rtl-columns-reverse .vc_col-md-7,
    .rtl .vc_rtl-columns-reverse .vc_col-md-8,
    .rtl .vc_rtl-columns-reverse .vc_col-md-9{
        float:right
    }
    
    .vc_col-md-12{
        width:100%
    }
    .vc_col-md-11{
        width:91.66666667%
    }
    .vc_col-md-10{
        width:83.33333333%
    }
    .vc_col-md-9{
        width:75%
    }
    .vc_col-md-8{
        width:66.66666667%
    }
    .vc_col-md-7{
        width:58.33333333%
    }
    .vc_col-md-6{
        width:50%
    }
    .vc_col-md-5{
        width:41.66666667%
    }
    .vc_col-md-4{
        width:33.33333333%
    }
    .vc_col-md-3{
        width:25%
    }
    .vc_col-md-2{
        width:16.66666667%
    }
    .vc_col-md-1{
        width:8.33333333%
    }
    .vc_col-md-pull-12{
        right:100%
    }
    .vc_col-md-pull-11{
        right:91.66666667%
    }
    .vc_col-md-pull-10{
        right:83.33333333%
    }
    .vc_col-md-pull-9{
        right:75%
    }
    .vc_col-md-pull-8{
        right:66.66666667%
    }
    .vc_col-md-pull-7{
        right:58.33333333%
    }
    .vc_col-md-pull-6{
        right:50%
    }
    .vc_col-md-pull-5{
        right:41.66666667%
    }
    .vc_col-md-pull-4{
        right:33.33333333%
    }
    .vc_col-md-pull-3{
        right:25%
    }
    .vc_col-md-pull-2{
        right:16.66666667%
    }
    .vc_col-md-pull-1{
        right:8.33333333%
    }
    .vc_col-md-pull-0{
        right:auto
    }
    .vc_col-md-push-12{
        left:100%
    }
    .vc_col-md-push-11{
        left:91.66666667%
    }
    .vc_col-md-push-10{
        left:83.33333333%
    }
    .vc_col-md-push-9{
        left:75%
    }
    .vc_col-md-push-8{
        left:66.66666667%
    }
    .vc_col-md-push-7{
        left:58.33333333%
    }
    .vc_col-md-push-6{
        left:50%
    }
    .vc_col-md-push-5{
        left:41.66666667%
    }
    .vc_col-md-push-4{
        left:33.33333333%
    }
    .vc_col-md-push-3{
        left:25%
    }
    .vc_col-md-push-2{
        left:16.66666667%
    }
    .vc_col-md-push-1{
        left:8.33333333%
    }
    .vc_col-md-push-0{
        left:auto
    }
    .vc_col-md-offset-12{
        margin-left:100%
    }
    .vc_col-md-offset-11{
        margin-left:91.66666667%
    }
    .vc_col-md-offset-10{
        margin-left:83.33333333%
    }
    .vc_col-md-offset-9{
        margin-left:75%
    }
    .vc_col-md-offset-8{
        margin-left:66.66666667%
    }
    .vc_col-md-offset-7{
        margin-left:58.33333333%
    }
    .vc_col-md-offset-6{
        margin-left:50%
    }
    .vc_col-md-offset-5{
        margin-left:41.66666667%
    }
    .vc_col-md-offset-4{
        margin-left:33.33333333%
    }
    .vc_col-md-offset-3{
        margin-left:25%
    }
    .vc_col-md-offset-2{
        margin-left:16.66666667%
    }
    .vc_col-md-offset-1{
        margin-left:8.33333333%
    }
    .vc_col-md-offset-0{
        margin-left:0
    }
}
@media (min-width:1300px){

    .rtl .vc_rtl-columns-reverse .vc_col-lg-1,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-10,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-11,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-12,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-2,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-3,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-4,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-5,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-6,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-7,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-8,
    .rtl .vc_rtl-columns-reverse .vc_col-lg-9{
        float:right
    }
    .vc_col-lg-12{
        width:100%
    }
    .vc_col-lg-11{
        width:91.66666667%
    }
    .vc_col-lg-10{
        width:83.33333333%
    }
    .vc_col-lg-9{
        width:75%
    }
    .vc_col-lg-8{
        width:66.66666667%
    }
    .vc_col-lg-7{
        width:58.33333333%
    }
    .vc_col-lg-6{
        width:50%
    }
    .vc_col-lg-5{
        width:41.66666667%
    }
    .vc_col-lg-4{
        width:33.33333333%
    }
    .vc_col-lg-3{
        width:25%
    }
    .vc_col-lg-2{
        width:16.66666667%
    }
    .vc_col-lg-1{
        width:8.33333333%
    }
    .vc_col-lg-pull-12{
        right:100%
    }
    .vc_col-lg-pull-11{
        right:91.66666667%
    }
    .vc_col-lg-pull-10{
        right:83.33333333%
    }
    .vc_col-lg-pull-9{
        right:75%
    }
    .vc_col-lg-pull-8{
        right:66.66666667%
    }
    .vc_col-lg-pull-7{
        right:58.33333333%
    }
    .vc_col-lg-pull-6{
        right:50%
    }
    .vc_col-lg-pull-5{
        right:41.66666667%
    }
    .vc_col-lg-pull-4{
        right:33.33333333%
    }
    .vc_col-lg-pull-3{
        right:25%
    }
    .vc_col-lg-pull-2{
        right:16.66666667%
    }
    .vc_col-lg-pull-1{
        right:8.33333333%
    }
    .vc_col-lg-pull-0{
        right:auto
    }
    .vc_col-lg-push-12{
        left:100%
    }
    .vc_col-lg-push-11{
        left:91.66666667%
    }
    .vc_col-lg-push-10{
        left:83.33333333%
    }
    .vc_col-lg-push-9{
        left:75%
    }
    .vc_col-lg-push-8{
        left:66.66666667%
    }
    .vc_col-lg-push-7{
        left:58.33333333%
    }
    .vc_col-lg-push-6{
        left:50%
    }
    .vc_col-lg-push-5{
        left:41.66666667%
    }
    .vc_col-lg-push-4{
        left:33.33333333%
    }
    .vc_col-lg-push-3{
        left:25%
    }
    .vc_col-lg-push-2{
        left:16.66666667%
    }
    .vc_col-lg-push-1{
        left:8.33333333%
    }
    .vc_col-lg-push-0{
        left:auto
    }
    .vc_col-lg-offset-12{
        margin-left:100%
    }
    .vc_col-lg-offset-11{
        margin-left:91.66666667%
    }
    .vc_col-lg-offset-10{
        margin-left:83.33333333%
    }
    .vc_col-lg-offset-9{
        margin-left:75%
    }
    .vc_col-lg-offset-8{
        margin-left:66.66666667%
    }
    .vc_col-lg-offset-7{
        margin-left:58.33333333%
    }
    .vc_col-lg-offset-6{
        margin-left:50%
    }
    .vc_col-lg-offset-5{
        margin-left:41.66666667%
    }
    .vc_col-lg-offset-4{
        margin-left:33.33333333%
    }
    .vc_col-lg-offset-3{
        margin-left:25%
    }
    .vc_col-lg-offset-2{
        margin-left:16.66666667%
    }
    .vc_col-lg-offset-1{
        margin-left:8.33333333%
    }
    .vc_col-lg-offset-0{
        margin-left:0
    }
}


/* 1/5 columns */
.vc_col-xs-5\/5{
    width:100%
}
.vc_col-xs-4\/5{
    width:80%
}
.vc_col-xs-3\/5{
    width:60%
}
.vc_col-xs-2\/5{
    width:40%
}
.vc_col-xs-1\/5{
    width:20%
}
.vc_col-xs-pull-5\/5{
    right:100%
}
.vc_col-xs-pull-4\/5{
    right:80%
}
.vc_col-xs-pull-3\/5{
    right:60%
}
.vc_col-xs-pull-2\/5{
    right:40%
}
.vc_col-xs-pull-1\/5{
    right:20%
}
.vc_col-xs-pull-0\/5{
    right:auto
}
.vc_col-xs-push-5\/5{
    left:100%
}
.vc_col-xs-push-4\/5{
    left:80%
}
.vc_col-xs-push-3\/5{
    left:60%
}
.vc_col-xs-push-2\/5{
    left:40%
}
.vc_col-xs-push-1\/5{
    left:20%
}
.vc_col-xs-push-0\/5{
    left:auto
}
.vc_col-xs-offset-5\/5{
    margin-left:100%
}
.vc_col-xs-offset-4\/5{
    margin-left:80%
}
.vc_col-xs-offset-3\/5{
    margin-left:60%
}
.vc_col-xs-offset-2\/5{
    margin-left:40%
}
.vc_col-xs-offset-1\/5{
    margin-left:20%
}
.vc_col-xs-offset-0\/5{
    margin-left:0
}
.rtl .vc_rtl-columns-reverse .vc_col-xs-1\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-2\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-3\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-4\/5,
.rtl .vc_rtl-columns-reverse .vc_col-xs-5\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-1\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-2\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-3\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-4\/5,
.rtl .vc_rtl-columns-reverse .vc_non_responsive .vc_row .vc_col-sm-5\/5{
    float:right
}
@media (min-width:690px){
    .vc_col-sm-1\/5,
    .vc_col-sm-2\/5,
    .vc_col-sm-3\/5,
    .vc_col-sm-4\/5,
    .vc_col-sm-5\/5{
        float:left
    }
    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5{
        float:right
    }
    .vc_col-sm-5\/5{
        width:100%
    }
    .vc_col-sm-4\/5{
        width:80%
    }
    .vc_col-sm-3\/5{
        width:60%
    }
    .vc_col-sm-2\/5{
        width:40%
    }
    .vc_col-sm-1\/5{
        width:20%
    }
    .vc_col-sm-pull-5\/5{
        right:100%
    }
    .vc_col-sm-pull-4\/5{
        right:80%
    }
    .vc_col-sm-pull-3\/5{
        right:60%
    }
    .vc_col-sm-pull-2\/5{
        right:40%
    }
    .vc_col-sm-pull-1\/5{
        right:20%
    }
    .vc_col-sm-pull-0\/5{
        right:auto
    }
    .vc_col-sm-push-5\/5{
        left:100%
    }
    .vc_col-sm-push-4\/5{
        left:80%
    }
    .vc_col-sm-push-3\/5{
        left:60%
    }
    .vc_col-sm-push-2\/5{
        left:40%
    }
    .vc_col-sm-push-1\/5{
        left:20%
    }
    .vc_col-sm-push-0\/5{
        left:auto
    }
    .vc_col-sm-offset-5\/5{
        margin-left:100%
    }
    .vc_col-sm-offset-4\/5{
        margin-left:80%
    }
    .vc_col-sm-offset-3\/5{
        margin-left:60%
    }
    .vc_col-sm-offset-2\/5{
        margin-left:40%
    }
    .vc_col-sm-offset-1\/5{
        margin-left:20%
    }
    .vc_col-sm-offset-0\/5{
        margin-left:0
    }
}
@media (min-width:1000px){
    .vc_col-md-1\/5,
    .vc_col-md-2\/5,
    .vc_col-md-3\/5,
    .vc_col-md-4\/5,
    .vc_col-md-5\/5{
        float:left
    }
    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5{
        float:right
    }
    .vc_col-md-5\/5{
        width:100%
    }
    .vc_col-md-4\/5{
        width:80%
    }
    .vc_col-md-3\/5{
        width:60%
    }
    .vc_col-md-2\/5{
        width:40%
    }
    .vc_col-md-1\/5{
        width:20%
    }
    .vc_col-md-pull-5\/5{
        right:100%
    }
    .vc_col-md-pull-4\/5{
        right:80%
    }
    .vc_col-md-pull-3\/5{
        right:60%
    }
    .vc_col-md-pull-2\/5{
        right:40%
    }
    .vc_col-md-pull-1\/5{
        right:20%
    }
    .vc_col-md-pull-0\/5{
        right:auto
    }
    .vc_col-md-push-5\/5{
        left:100%
    }
    .vc_col-md-push-4\/5{
        left:80%
    }
    .vc_col-md-push-3\/5{
        left:60%
    }
    .vc_col-md-push-2\/5{
        left:40%
    }
    .vc_col-md-push-1\/5{
        left:20%
    }
    .vc_col-md-push-0\/5{
        left:auto
    }
    .vc_col-md-offset-5\/5{
        margin-left:100%
    }
    .vc_col-md-offset-4\/5{
        margin-left:80%
    }
    .vc_col-md-offset-3\/5{
        margin-left:60%
    }
    .vc_col-md-offset-2\/5{
        margin-left:40%
    }
    .vc_col-md-offset-1\/5{
        margin-left:20%
    }
    .vc_col-md-offset-0\/5{
        margin-left:0
    }
}
@media (min-width:1300px){
    .vc_col-lg-1\/5,
    .vc_col-lg-2\/5,
    .vc_col-lg-3\/5,
    .vc_col-lg-4\/5,
    .vc_col-lg-5\/5{
        float:left
    }
    .rtl .vc_rtl-columns-reverse .vc_col-sm-1\/5,.rtl .vc_rtl-columns-reverse .vc_col-sm-2\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-3\/5,.rtl .vc_rtl-columns-reverse .vc_col-sm-4\/5,
    .rtl .vc_rtl-columns-reverse .vc_col-sm-5\/5{
        float:right
    }
    .vc_col-lg-5\/5{
        width:100%
    }
    .vc_col-lg-4\/5{
        width:80%
    }
    .vc_col-lg-3\/5{
        width:60%
    }
    .vc_col-lg-2\/5{
        width:40%
    }
    .vc_col-lg-1\/5{
        width:20%
    }
    .vc_col-lg-pull-5\/5{
        right:100%
    }
    .vc_col-lg-pull-4\/5{
        right:80%
    }
    .vc_col-lg-pull-3\/5{
        right:60%
    }
    .vc_col-lg-pull-2\/5{
        right:40%
    }
    .vc_col-lg-pull-1\/5{
        right:20%
    }
    .vc_col-lg-pull-0\/5{
        right:auto
    }
    .vc_col-lg-push-5\/5{
        left:100%
    }
    .vc_col-lg-push-4\/5{
        left:80%
    }
    .vc_col-lg-push-3\/5{
        left:60%
    }
    .vc_col-lg-push-2\/5{
        left:40%
    }
    .vc_col-lg-push-1\/5{
        left:20%
    }
    .vc_col-lg-push-0\/5{
        left:auto
    }
    .vc_col-lg-offset-5\/5{
        margin-left:100%
    }
    .vc_col-lg-offset-4\/5{
        margin-left:80%
    }
    .vc_col-lg-offset-3\/5{
        margin-left:60%
    }
    .vc_col-lg-offset-2\/5{
        margin-left:40%
    }
    .vc_col-lg-offset-1\/5{
        margin-left:20%
    }
    .vc_col-lg-offset-0\/5{
        margin-left:0
    }
}








/* Tablet width override */
@media only screen and (min-width : 690px) and (max-width : 999px) {

  .vc_col-sm-1[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-1 {
    width: 8.33333333%;
  }

  .vc_col-sm-2[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-2 {
    width: 16.66666667%;
  }

  .vc_col-sm-3[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-3 {
    width: 25%;
  }

  .vc_col-sm-4[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-4 {
    width: 33.33333333%;
  }

  .vc_col-sm-5[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-5 {
    width: 41.66666667%;
  }


  .vc_col-sm-6[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-6 {
    width: 50%;
  }


  .vc_col-sm-7[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-7 {
    width: 58.33333333%;
  }


  .vc_col-sm-8[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-8 {
    width: 66.66666667%;
  }


  .vc_col-sm-9[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-9 {
    width: 75%;
  }

  .vc_col-sm-10[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-10 {
    width: 83.33333333%;
  }

  .vc_col-sm-11[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-11 {
    width: 91.66666667%;
  }

}

/* Phone */
@media only screen and (max-width : 690px) {
  
  [class*="vc_col-"]:not([class*="vc_col-xs"]) {
    width: 100%;
  }
  
  .wpb_column:not([class*="vc_col-xs"]) {
    width: 100%;
    margin-bottom: 25px;
  }
  
  body .vc_row-fluid .vc_col-sm-2:not([class*="vc_col-xs"]),
  body .vc_row-fluid.full-width-content .vc_col-sm-2:not([class*="vc_col-xs"]) {
    width: 50%;
  }
  
}


/* Phone and Tablet */
@media only screen and (min-width : 1px) and (max-width : 999px) {
  .vc_row-fluid.full-width-content .col .wpb_row, 
  .vc_row-fluid.full-width-content .col, 
  .vc_row-fluid.vc_row[data-column-margin="none"] .col,
  .vc_row-fluid .wpb_column[class*="vc_col-xs"]:not(.vc_col-xs-12) {
    margin-bottom: 0;
  }
}



/* Reverse columns */
@media only screen and (min-width : 1000px) {
  .wpb_row.reverse_columns_desktop .row_col_wrap_12,
  .wpb_row.inner_row.reverse_columns_desktop .row_col_wrap_12_inner {
    flex-direction: row-reverse;
  }
}

@media only screen and (max-width : 999px) and (min-width : 691px) {
  .wpb_row.reverse_columns_row_tablet .row_col_wrap_12,
  .wpb_row.inner_row.reverse_columns_row_tablet .row_col_wrap_12_inner {
    flex-direction: row-reverse;
  }
  .wpb_row.reverse_columns_column_tablet .row_col_wrap_12,
  .wpb_row.inner_row.reverse_columns_column_tablet .row_col_wrap_12_inner {
    flex-direction: column-reverse;
  }
}

@media only screen and (max-width : 690px) {
  .wpb_row.reverse_columns_row_phone .row_col_wrap_12,
  .wpb_row.inner_row.reverse_columns_row_phone .row_col_wrap_12_inner {
    flex-direction: row-reverse;
  }
  .wpb_row.reverse_columns_column_phone .row_col_wrap_12,
  .wpb_row.inner_row.reverse_columns_column_phone .row_col_wrap_12_inner {
    flex-direction: column-reverse;
  }
}/*
Theme Name:  Salient
Description: Main Salient styles
*/

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

[Table Of Contents]

1. Browser Reset
2. Globally Applied Styles
3. Page Transitions
4. Page Templates
5. Header / Search Bar Styles 
6. Row Styles
7. Column Styles
8. Third Party Styling
9. Salient Elements
  9.1. Animated Title
  9.2. Button
  9.3. Call to Action
  9.4. Cascading images
  9.5. Category Grid
  9.6. Clients
  9.7. Divider
  9.8. Dropcap
  9.9. Fancy Box
  9.10. Fancy Unordered List
  9.11. Flip Box
  9.12. Food Menu Item
  9.13. Highlighted Text
  9.14. Horizontal List Item
  9.15. Icon
  9.16. Icon List
  9.17. Icon with text
  9.18. Image Comparison
  9.19. Image with animation
  9.20. Image with Hotspots
  9.21. Interactive Map
  9.22. Milestone
  9.23. Morphing outline
  9.24. Page Submenu
  9.25. Pricing Table
  9.26. Progress Bar
  9.27. Recent Posts
  9.28. Split Heading
  9.29. Tabbed Section
  9.30. Team Member
  9.31. Testimonial Slider
  9.32. Toggle Panels
  9.33. Video Lightbox
	9.34. Self Hosted Video Player
	9.35. Scrolling Text
	9.36. Drag Indicator
10. Page Header
11. Masonry Items / Search Results
12. Blog
  12.1. General/Pagination
  12.2. Masonry Auto Meta Overlaid 
  12.3. Masorny Classic Enhanced
  12.4. Masonry Meta Overalaid
  12.5. Standard Minimal
13. Footer 
14. To Top Button
15. Off Canvas / Mobile Menu
16. Sidebar Styles 
17. Comment Styles 
18. General Form Styles 
19. Page Builder Full Width 
20. Salient Icons

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



/*-------------------------------------------------------------------------*/
/* 1. Browser Reset
/*-------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

input[type=submit]{
  -webkit-appearance:none 
}
html{
  overflow-x:hidden;
  overflow-y:scroll;
  max-width: 100%
}
body{
  max-width: 100%;
  overflow-x:hidden;
  background:white;
  font-family:Arial, sans-serif, 'Open Sans';
  color:#676767;
  position:relative
}
ol, ul{
  list-style:none
}
input[type=text]::-ms-clear{
  display:none 
}
sup{
  font-size:10px;
  vertical-align:super
}
sub{
  font-size:10px;
  vertical-align:sub
}
p:empty{
  display:none
}
article, aside, details, figcaption, 
figure, footer, header, hgroup, 
menu, nav, section{
  display:block 
}


* { 
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; 
}

/* Main container */
.container, 
.post-area.standard-minimal.full-width-content .post .inner-wrap	{ 
	margin: 0 auto;  
	position: relative; 
}

.container, 
.post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 880px; 
} 


.row {
	position: relative;
}

/* Self clearing floats - clearfix method */
.row:after, 
.col:after, 
.clr:after, 
.group:after { 
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}


/* Default row styles */
.row, 
div.clear { 
	padding-bottom: 24px; 
} 

/* Column width on displays +690px */
@media (min-width: 690px) {
	
	.span_1 { 
		width: 6.5%; 
	}
	.span_2 { 
		width: 15.0%; 
	}
	.span_3 { 
		width: 23.5%; 
	}
	.span_4 { 
		width: 32.0%; 
	}
	.span_5 { 
		width: 40.5%; 
	}
	.span_6 { 
		width: 49.0%; 
	}
	.span_7 { 
		width: 57.5%; 
	}
	.span_8 { 
		width: 66.0%; 
	}
	.span_9 { 
		width: 74.5%; 
	}
	.span_10 { 
		width: 83.0%; 
	}
	.span_11 { 
		width: 91.5%; 
	}
	.span_12 { 
		width: 100%; 
	}

}
		


/*-------------------------------------------------------------------------*/
/* 2. Globally Applied Styles
/*-------------------------------------------------------------------------*/

body{
  font-size:14px;
  -webkit-font-smoothing: antialiased;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:400;
  line-height:26px;
}
body:not(.nectar-no-flex-height) {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
@media only screen and (min-width: 1000px) {
  body.admin-bar:not(.nectar-no-flex-height) {
    min-height: calc(100vh - 32px);
  }
}
body:not(.nectar-no-flex-height) #ajax-content-wrap, 
body:not(.nectar-no-flex-height) #ajax-content-wrap .blurred-wrap, 
body:not(.nectar-no-flex-height) .ocm-effect-wrap, 
body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
body:not(.nectar-no-flex-height) .container-wrap {
  flex-grow: 1;
}
p{
  -webkit-font-smoothing: antialiased;
}
body .ui-widget{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:400
}
.overflow-x-hidden{
  overflow-x:hidden
}
.alignleft{
  float:left;
  margin-right:15px
}
.alignright{
  float:right;
  margin-left:15px
}
.aligncenter{
  display:block;
  margin:15px auto
}
.no-bottom-padding{
  padding-bottom:0
}
.col.center{
  text-align:center
}
.col.right{
  text-align:right
}
.wp-smiley{
  margin-bottom:0
}
dt{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  color:#333
}
dd{
  padding-left:20px
}
.gallery-caption{
  margin-left:0;
  margin-bottom:10px;
  padding:0 10px
}
#wpstats{
  display:none
}
.post-area:not(.masonry) .sticky{
  margin-bottom:50px
}
.post-area:not(.masonry) .sticky .content-inner{
  margin-bottom:0;
  padding-bottom:0;
  border-bottom:0;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
  background-color:#fff;
  padding:25px;
  position:relative
}
.side-box{
  padding:10px 0;
  margin-bottom:10px;
  border:1px solid #CCC;
  background-color:#E6E6E6;
  text-align:center
}
.side-box a:link, 
.side-box a:visited{
  font-weight:normal;
  color:#06c55b;
  font-size:12px
}
div[id="wpadminbar"]{
  z-index:1000000!important
}
table{
  font-size:12px;
  margin-bottom:20px
}
.wp-caption{
  max-width:100%;
  position: relative;
}
.wp-caption .wp-caption-text{
  max-width: 90%;
  width: auto;
  margin-left: 5%;
  display:inline-block;
  margin-bottom:5px;
  background-color: #fff;
  box-shadow: 0 10px 35px rgba(0,0,0,0.1);
}
.wp-caption .wp-caption-text, 
.row .col .wp-caption .wp-caption-text {
  padding: 10px 15px;
  top: -25px;
  position: relative;
  border-left: 4px solid #000;
}
.wp-caption img, 
.row .col .wp-caption img {
  margin-bottom:0;
  display:block;
  margin-right: 0;
}
em{
  font-style:italic
}
caption, th, td{
  font-weight:normal;
  text-align:left
}
.container-wrap, 
.project-title{
  background-color:#f8f8f8;
  position:relative;
  z-index:10;
  margin-top:0;
  padding-top:40px;
  padding-bottom:40px
}
body[data-header-resize="0"] .container-wrap, 
body[data-header-resize="0"] .project-title {
  margin-top:0;
  padding-top:40px
}
body.page-template-template-no-header .container-wrap, 
body.page-template-template-no-header-footer .container-wrap {
  padding-top: 0;
}
body[data-smooth-scrolling="0"]{
  overflow:hidden
}

.clear{
  clear:both
}
.subheader{
  color:#6F6F6F;
  margin-bottom:15px
}
a{
  color:#3555ff;
  text-decoration:none;
  transition:color 0.3s;
  -webkit-transition:color 0.3s
}
a:hover {
  color:inherit
}
h1{
  font-size:54px;
  line-height:62px;
  margin-bottom:7px
}
h2{
  font-size:34px;
  line-height:44px;
  margin-bottom:7px
}
h3{
  font-size:22px;
  line-height:34px;
  margin-bottom:7px
}
h4{
  font-size:18px;
  line-height:32px;
  margin-bottom:7px
}
h5{
  font-size:16px;
  line-height:26px;
  margin-bottom:7px
}
h6{
  font-size:14px;
  line-height:24px;
  margin-bottom:7px
}
h1, h2, h3, h4, h5, h6{
  color:#444;
  letter-spacing:0;
  -webkit-font-smoothing:antialiased;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600
}
.bold, strong, b{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600
}
.uppercase{
  font-weight:700;
  text-transform:uppercase
}
.tiny{
  font-size:14px;
  line-height:22px
}
body h1.light, 
body h2.light, 
body h3.light, 
body h4.light, 
body h5.light, 
body h6.light, 
p.light{
  text-transform:none;
  font-weight:300
}
body h1.jumbo, 
body h2.jumbo, 
body h3.jumbo, 
body h4.jumbo, 
body h5.jumbo, 
body h6.jumbo, 
p.jumbo{
  font-size:100px;
  line-height:110px
}
h1.light{
  font-size:34px;
  margin-bottom:30px
}
h2.light{
  font-size:28px;
  margin-bottom:30px;
  letter-spacing:0.5px
}
h3.light{
  font-size:24px;
  margin-bottom:15px;
  letter-spacing:0.5px
}
h4.light{
  font-size:18px;
  margin-bottom:7px;
  letter-spacing:0.5px
}
h5.light{
  font-size:16px;
  margin-bottom:7px;
  letter-spacing:0.5px
}
h6.light{
  font-size:14px;
  margin-bottom:7px;
  letter-spacing:0.5px
}
body h1 em, body h2 em, 
body h3 em, body h4 em{
  font-size:inherit
}

h1.uppercase{
  letter-spacing:3px
}

h2.uppercase{
  letter-spacing:2.5px
}

h3.uppercase{
  letter-spacing:2px
}

h4.uppercase{
  letter-spacing:2px
}

h5.uppercase{
  letter-spacing:1.3px
}

h6.uppercase{
  letter-spacing:1.3px
}

h1 .nectar-button, 
h2 .nectar-button, 
h3 .nectar-button, 
h4 .nectar-button{
  margin-left:13px
}

.text-align-center{
  text-align:center
}

p{
  padding-bottom:27px
}

.row .col p:last-child{
  padding-bottom:0
}

.container .row:last-child, 
.wpb_wrapper .clear{
  padding-bottom:0
}

.wpb_wrapper &gt;div{
  margin-bottom:24px
}

.wpb_wrapper &gt; div:last-child, 
.row .wpb_wrapper &gt; img:last-child, 
.row .wpb_wrapper &gt;.img-with-aniamtion-wrap:last-child img,
.row .wpb_wrapper &gt;.img-with-aniamtion-wrap:last-child .hover-wrap {
  margin-bottom:0
}

body .pum-overlay, 
.pum-overlay .pum-container, 
.pum-overlay .pum-container .pum-content {
  line-height: inherit;
}

blockquote{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:300;
  line-height:40px;
  font-size:22px;
  padding-left:0;
  letter-spacing:0.5px;
  margin-bottom:30px
}

ul, ol{
  margin-left:30px;
  margin-bottom:30px
}

li ul, li ol {
	margin-bottom: 0;
}

ul li{
  list-style:disc;
  list-style-position:outside
}

ol li{
  list-style:decimal;
  list-style-position:outside
}

#header-secondary-outer ul, 
#header-secondary-outer ol, 
#header-outer nav &gt; ul, 
#header-outer ol, 
#footer-outer ul, 
#footer-outer ol, 
#slide-out-widget-area ul, 
#slide-out-widget-area ol, 
#search-outer ul, 
#search-outer ol,
#mobile-menu ul, 
#mobile-menu ol, 
#header-outer .button_social_group ul {
  margin: 0;
}
#header-secondary-outer ul li, 
#header-secondary-outer ol li, 
#header-outer ul li, 
#header-outer ol li, 
#footer-outer ul li, 
#footer-outer ol li, 
#search-outer ul li, 
#search-outer ol li, 
#slide-out-widget-area ul li, 
#slide-out-widget-area ol li, 
#mobile-menu ul li, 
#mobile-menu ol li {
  list-style: none;
}

.main-content img{
  max-width:100%;
  height:auto
}

.main-content .col.span_4 .col.span_2 img, 
.main-content .col.span_3 .col.span_2 img, 
.main-content .col.span_2 .col.span_2 img, 
.main-content .col.span_6 .col.span_2 img, 
.main-content .col.span_4 .col.span_2 i, 
.main-content .col.span_3 .col.span_2 i, 
.main-content .col.span_2 .col.span_2 i, 
.main-content .col.span_6 .col.span_2 i{
  top:-4px
}

.no-transform{
  -webkit-transform:inherit!important;
	transform:inherit!important;
}

html.no-overflow-y{
  overflow-y:hidden!important;
}
html.no-overflow-y body{
  overflow-y:hidden;
}

.light h1, 
.light h2,
.light h3, 
.light h4, 
.light h5, 
.light h6, 
.light p{
  color:#fff
}

code{
  display:block;
  clear:both;
  overflow:auto;
  padding: 1.6em;
	margin-bottom: 1.6em;
  white-space:pre;
  background-color:#f0f0f0;
  font:14px "Andale Mono",Courier,"Courier New",monospace
}

pre{
    background: #f0f0f0;
    font-family: "Andale Mono",Courier,"Courier New",monospace;
    font-size: 14px;
    font-size: 0.9375rem;
		padding: 1.6em;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
}

.body-border-bottom{
  height:20px;
  width:100%;
  bottom:0;
  left:0;
  position:fixed;
  z-index:10000;
  background-color:#fff
}

.body-border-top{
  height:20px;
  width:100%;
  top:0;
  left:0;
  z-index:10000;
  position:fixed;
  background-color:#fff
}

.admin-bar .body-border-top{
  top:32px
}

.body-border-right{
  height:100%;
  width:20px;
  top:0;
  right:0;
  z-index:10000;
  position:fixed;
  background-color:#fff
}

.body-border-left{
  height:100%;
  width:20px;
  top:0;
  left:0;
  z-index:10000;
  position:fixed;
  background-color:#fff
}

.no-left-margin.first-section{
  height:auto!important
}

.row .col h3, .row .col h4{
  margin-bottom:8px
}

.vc_separator.vc_separator_align_center h4, 
.vc_separator.vc_separator_align_center h3 {
  margin-bottom: 0;
}

.row .col img{
  margin-bottom:15px;
  max-width:100%;
  height:auto
}

.row .col img:not([srcset]){
  width: auto;
}

.row .col .wp-block-gallery.is-cropped .blocks-gallery-image img, 
.row .col .wp-block-gallery.is-cropped .blocks-gallery-item img {
  width: 100%;
  margin-bottom: 0;
}

/* gutenberg full width images */
body .container-wrap [class*="wp-block"].alignfull {
  margin-left: -50vw!important;
  left: 50%;
  max-width: 100vw;
  width: 100vw;
  position: relative;
}
body .container-wrap [class*="wp-block"].alignfull img,
body .container-wrap [class*="wp-block"].alignwide img {
  max-width: none;
  width: 100%;
}



/* gutenberg default blocks */
blockquote.wp-block-quote {
  position: relative;
  padding-left: 1.3em;
}
blockquote.wp-block-quote:before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
  border-left: 4px solid rgba(0,0,0,0.1);
}
blockquote.wp-block-quote.has-text-align-center:before {
	display: none;
}
.wp-block-quote.is-large p, 
.wp-block-quote.is-style-large p {
	font-style: inherit;
	font-size: 1em;
}
blockquote.wp-block-quote p {
  margin-bottom: 0;
}
blockquote.wp-block-quote cite {
  font-size: 14px;
  line-height: 18px;
  display: block;
}

.wpb_text_column &gt;.wpb_wrapper &gt;*:last-child {
  margin-bottom:0
}

.gallery a img{
  width:90%;
  max-width:90%;
  height:auto;
  max-height:90%;
  padding:5px;
  background-color:#fff;
  border:1px solid #e5e5e5!important;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}


/*-------------------------------------------------------------------------*/
/* 3. Page Transitions
/*-------------------------------------------------------------------------*/

#ajax-loading-screen{
  background-color:#fff;
  width:100%;
  height:100%;
  position:fixed;
  top:0;
  left:0;
  display:none;
  z-index:1000000000
}
#ajax-loading-screen .reveal-1, 
#ajax-loading-screen .reveal-2{
  position:absolute;
  left:100%;
  top:0;
  width:100%;
  height:100%
}
#ajax-loading-screen[data-effect*="horizontal_swipe"]{
  background-color:transparent!important;
  left:-100%
}
body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-effect*="horizontal_swipe"]{
  display:block
}
body[data-ajax-transitions="true"][data-apte="horizontal_swipe_basic"] #ajax-loading-screen .reveal-2 {
  display: none;
}
#ajax-loading-screen.in-from-right{
  left:0;
}
.no-cssanimations #ajax-loading-screen.loaded .reveal-1, 
.no-cssanimations #ajax-loading-screen.loaded .reveal-2{
  display:none
}
#ajax-loading-screen.loaded .reveal-1{
  backface-visibility: hidden;
  -webkit-animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
  animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards
}
#ajax-loading-screen.loaded .reveal-2{
  backface-visibility: hidden;
  -webkit-animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
  animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards
}
#ajax-loading-screen.loaded.in-from-right .reveal-1{
  -webkit-animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
  animation:nectar-anim-effect-2-1 1.85s cubic-bezier(0.67,0,0.3,1) forwards
}
body[data-apte="horizontal_swipe_basic"] #ajax-loading-screen.loaded.in-from-right .reveal-1{
  -webkit-animation:nectar-anim-effect-2-1 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards;
  animation:nectar-anim-effect-2-1 1.1s cubic-bezier(0.215, 0.61, 0.355, 1) forwards 
}
#ajax-loading-screen.loaded.in-from-right .reveal-2{
  -webkit-animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards;
  animation:nectar-anim-effect-2-2 1.85s cubic-bezier(0.67,0,0.3,1) forwards
}
body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden{
  display:none
}
body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"].hidden.loaded.in-from-right {
  display: block;
}
@-webkit-keyframes nectar-anim-effect-2-1{
  0%{
    -ms-transform:translateX(0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  30%, 100%{
    -ms-transform:translateX(-100%);
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
    animation-timing-function:cubic-bezier(0.67,0,0.3,1)
  }
}
@keyframes nectar-anim-effect-2-1{
  0%{
    -ms-transform:translateX(0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  30%, 100%{
    -ms-transform:translateX(-100%);
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
    animation-timing-function:cubic-bezier(0.67,0,0.3,1)
  }
}
@-webkit-keyframes nectar-anim-effect-2-2{
  0%,14.5%{
    -ms-transform:translateX(0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  34.5%, 100%{
    -ms-transform:translateX(-100%);
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
    animation-timing-function:cubic-bezier(0.67,0,0.3,1)
  }
}
@keyframes nectar-anim-effect-2-2{
  0%,14.5%{
    -ms-transform:translate3d(0,0,0);
    -webkit-transform:translate3d(0,0,0);
    transform:translate3d(0,0,0)
  }
  34.5%, 100%{
    -ms-transform:translate3d(-100%,0,0);
    -webkit-transform:translate3d(-100%,0,0);
    transform:translate3d(-100%,0,0);
    -webkit-animation-timing-function:cubic-bezier(0.67,0,0.3,1);
    animation-timing-function:cubic-bezier(0.67,0,0.3,1)
  }
}
body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"], 
body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect*="horizontal_swipe"][data-method="ajax"], 
body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"] .loading-icon{
  display:block;
  opacity:1
}
#ajax-loading-screen .loading-icon{
  background-repeat:no-repeat;
  background-position:center center;
  display:block;
  position:absolute;
  opacity:0;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.default-loading-icon{
  top:50%;
  border-radius:100%;
  height:40px;
  width:40px;
  margin:0 auto;
  display:block;
  position:relative;
  border:3px solid #e5e5e5;
  margin-top:-20px
}
.loading-icon .material-icon .spinner{
  width:60px;
  height:60px;
  position:absolute;
  top:0;
  left:0;
  right:0;
  bottom:0;
  margin:auto
}
.loading-icon .material-icon .spinner{
  -webkit-animation:material-rotate-all 1s linear infinite;
  animation:material-rotate-all 1s linear infinite
}
.loading-icon .material-icon .spinner .right-side, 
.loading-icon .material-icon .spinner .left-side{
  -webkit-animation:material-fade-in-first 1.2s linear infinite alternate;
  animation:material-fade-in-first 1.2s linear infinite alternate
}
.loading-icon .material-icon .spinner.color-2 .right-side, 
.loading-icon .material-icon .spinner.color-2 .left-side{
  -webkit-animation:material-fade-in-second 1.2s linear infinite alternate;
  animation:material-fade-in-second 1.2s linear infinite alternate
}
.loading-icon .material-icon .right-side, 
.loading-icon .material-icon .left-side{
  width:50%;
  height:100%;
  position:absolute;
  top:0;
  overflow:hidden
}
.loading-icon .material-icon .left-side{
  left:0
}
.loading-icon .material-icon .right-side{
  right:0
}
.loading-icon .material-icon .bar{
  width:100%;
  height:100%;
  -webkit-border-radius:200px;
  border-radius:200px 0 0 200px;
  border:6px solid #666;
  position:relative
}
.loading-icon .material-icon .bar:after{
  content:"";
  width:6px;
  height:6px;
  display:block;
  background:#666;
  position:absolute;
  -webkit-border-radius:6px;
  border-radius:6px
}
.loading-icon .material-icon .right-side .bar{
  -webkit-border-radius:0;
  border-radius:0 200px 200px 0;
  border-left:none;
  -webkit-transform:rotate(-10deg);
  -webkit-transform-origin:left center;
  transform:rotate(-10deg);
  transform-origin:left center;
  -webkit-animation:material-rotate-right 0.75s linear infinite alternate;
  animation:material-rotate-right 0.75s linear infinite alternate
}
.loading-icon .material-icon .right-side .bar:after{
  bottom:-6px;
  left:-3px
}
.loading-icon .material-icon .left-side .bar{
  border-right:none;
  -webkit-transform:rotate(10deg);
  transform:rotate(10deg);
  -webkit-transform-origin:right center;
  transform-origin:right center;
  -webkit-animation:material-rotate-left 0.75s linear infinite alternate;
  animation:material-rotate-left 0.75s linear infinite alternate
}
.loading-icon .material-icon .left-side .bar:after{
  bottom:-6px;
  right:-3px
}
@keyframes material-rotate-left{
  to{
    transform:rotate(30deg)
  }
  from{
    transform:rotate(175deg)
  }
}
@keyframes material-rotate-right{
  from{
    transform:rotate(-175deg)
  }
  to{
    transform:rotate(-30deg)
  }
}
@keyframes material-rotate-all{
  from{
    transform:rotate(0deg)
  }
  to{
    transform:rotate(-360deg)
  }
}
@keyframes material-fade-in-first{
  from{
    opacity:1
  }
  to{
    opacity:0
  }
}
@keyframes material-fade-in-second{
  from{
    opacity:0
  }
  to{
    opacity:1
  }
}
.loading-icon .material-icon{
  top:50%;
  height:65px;
  width:65px;
  position:relative;
  margin:-32px auto 0 auto;
  display:block
}
.default-loading-icon:before{
  position:absolute;
  content:"";
  border-color:rgba(0,0,0,1) transparent transparent;
  border-radius:100%;
  border-style:solid;
  border-width:3px;
  display:block;
  height:100%;
  width:100%;
  top:-3px;
  left:-3px
}
.loading-icon.spin, 
.portfolio-loading.spin, 
.pp_loaderIcon.spin, 
.default-loading-icon.spin{
  animation:2s cubic-bezier(0.63,0.045,0.34,1) 0s normal none infinite spinning_animation;
  -webkit-animation:2s cubic-bezier(0.63,0.045,0.34,1) 0s normal none infinite spinning_animation
}
.default-skin-loading-icon{
  width:100%;
  height:100%;
  background-position:center;
  display:block;
  background-repeat:no-repeat;
  background-image:url("/wp-content/themes/eyeprotect/img/icons/loading-white-bg.gif")
}
@keyframes spinning_animation{
  0%{
    transform:scale(1) rotate(0deg);
  }
  50%{
    transform:scale(0.8) rotate(360deg);
  }
  100%{
    transform:scale(1) rotate(720deg);
  }
}
@-webkit-keyframes spinning_animation{
  0%{
    -webkit-transform:scale(1) rotate(0deg)
  }
  50%{
    -webkit-transform:scale(0.8) rotate(360deg)
  }
  100%{
    -webkit-transform:scale(1) rotate(720deg)
  }
}
@keyframes bounce_in_animation{
  0%{
    transform:scale(0,0);
  }
  20%{
    transform:scale(1.4,1.4);
  }
  50%{
    transform:scale(0.8,0.8);
  }
  85%{
    transform:scale(1.1,1.1);
  }
  100%{
    transform:scale(1,1);
  }
}
@-webkit-keyframes bounce_in_animation{
  0%{
    -webkit-transform:scale(0,0)
  }
  20%{
    -webkit-transform:scale(1.4,1.4)
  }
  50%{
    -webkit-transform:scale(0.8,0.8)
  }
  85%{
    -webkit-transform:scale(1.1,1.1)
  }
  100%{
    -webkit-transform:scale(1,1)
  }
}
@keyframes grow_in_animation{
  0%{
    transform:scale(0,0);
  }
  100%{
    transform:scale(1,1);
  }
}
@-webkit-keyframes grow_in_animation{
  0%{
    -webkit-transform:scale(0,0)
  }
  100%{
    -webkit-transform:scale(1,1)
  }
}
body #ajax-loading-screen[data-effect="center_mask_reveal"]{
  background-color:transparent
}
body[data-ajax-transitions="true"] #ajax-loading-screen[data-effect="center_mask_reveal"].hidden{
  display:none
}
#ajax-loading-screen[data-effect="center_mask_reveal"] span{
  position:absolute;
  background:#fff;
  z-index:100;
  -webkit-transition:0.8s cubic-bezier(0.12,0.75,0.4,1);
  transition:0.8s cubic-bezier(0.12,0.75,0.4,1) 
}
#ajax-loading-screen .mask-top{
  top:0;
  left:0;
  height:50%;
  width:100%
}
#ajax-loading-screen .mask-right{
  top:0;
  right:0;
  height:100%;
  width:50%
}
#ajax-loading-screen .mask-bottom{
  bottom:0;
  right:0;
  height:50%;
  width:100%
}
#ajax-loading-screen .mask-left{
  top:0;
  left:0;
  height:100%;
  width:50%
}
#ajax-loading-screen.loaded .mask-top{
  -webkit-transform:translateY(-100%) translateZ(0);
  -ms-transform:translateY(-100%) translateZ(0);
  transform:translateY(-100%) translateZ(0)
}
#ajax-loading-screen.loaded .mask-right{
  -webkit-transform:translateX(100%) translateZ(0);
  -ms-transform:translateX(100%) translateZ(0);
  transform:translateX(100%) translateZ(0)
}
#ajax-loading-screen.loaded .mask-bottom{
  -webkit-transform:translateY(100%) translateZ(0);
  -ms-transform:translateY(100%) translateZ(0);
  transform:translateY(100%) translateZ(0)
}
#ajax-loading-screen.loaded .mask-left{
  -webkit-transform:translateX(-100%) translateZ(0);
  -ms-transform:translateX(-100%) translateZ(0);
  transform:translateX(-100%) translateZ(0)
}
#ajax-loading-screen[data-effect="center_mask_reveal"].set-to-fade span, 
#ajax-loading-screen[data-effect="center_mask_reveal"].set-to-fade.loaded span {
  width:100%;
  height:100%;
  top:0;
  left:0;
  -webkit-transform:none;
	transform:none; 
}



/*-------------------------------------------------------------------------*/
/* 4. Page Templates
/*-------------------------------------------------------------------------*/

#error-404{
  text-align:center;
  padding: 10% 0;
  position: relative;
  z-index: 10;
}
body.error {
  padding: 0;
}
body #error-404[data-cc="true"] h1, 
body #error-404[data-cc="true"] h2, 
body #error-404[data-cc="true"] p {
  color: inherit;
}
body.error404 .error-404-bg-img, 
body.error404 .error-404-bg-img-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50%;
  z-index: 1;
}
body.error404 .error-404-bg-img-overlay {
  opacity: 0.8;
}
body #error-404 h1,
body #error-404 h2 {
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700 
}
body #ajax-content-wrap #error-404 h1 {
  font-size:250px;
  line-height:250px;
}
body #ajax-content-wrap #error-404 h2 {
  font-size:54px;
} 
.woocommerce-page .woocommerce p.cart-empty {
  font-size:54px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700
}
body #error-404 .nectar-button {
  margin-top: 50px;
}

body.page-template-page-sidebar-php .main-content &gt;.row &gt;.post-area, 
body.page-template-page-sidebar-php .main-content &gt;.row &gt;#sidebar, 
body.page-template-page-left-sidebar-php .main-content &gt;.row &gt;.post-area, 
body.page-template-page-left-sidebar-php .main-content &gt;.row &gt;#sidebar{
  margin-top:30px
}
.container-wrap .row &gt;.wpb_row:last-child, 
.home-wrap .row &gt;.wpb_row:last-child, 
#portfolio-extra &gt;.wpb_row:last-child {
  margin-bottom:0
}
.wpb_row, 
.wpb_content_element {
  margin-bottom: 35px;
}
body[data-bg-header="true"] .container-wrap, 
body.single-portfolio .container-wrap, 
body.page-template-template-portfolio-php .container-wrap, 
body.tax-project-type .container-wrap{
  padding-top:25px;
  margin-top:0!important;
  padding-bottom:40px 
}
body.search-results .container-wrap,
body[data-header-resize="1"].search-results .container-wrap {
  padding-top: 50px;
}
body.search #page-header-bg {
  height: 250px;
}
body.search #page-header-bg h1 {
  font-size: 40px;
  line-height: 50px;
  padding: 0;
}
body.search #page-header-bg h1 span {
  color: inherit;
}
body.search-no-results[data-header-resize] .container-wrap {
  padding: 8% 0;
}
@media only screen and (max-width: 690px) {
  body.search-no-results[data-header-resize] .container-wrap {
    padding: 14% 0;
  }
}
body.search-no-results #search-results .search-form {
  position: relative;
}
body.search-no-results #search-results .search-form button[type=submit] {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
}
@media only screen and (min-width: 1000px) {
  body.search-no-results:not(.post-type-archive) .container-wrap:not([data-layout="default"]) .container.main-content {
    max-width: 1000px;
  }
  body.search-results[data-ext-responsive="true"] #search-results[data-layout="list-no-sidebar"] {
    max-width: 1000px;
    margin: 0 auto;
  }
}
body.search-no-results #search-results input[type=text] {
  padding-right: 60px;
}







/*-------------------------------------------------------------------------*/
/* 5. Header / Search Bar Styles 
/*-------------------------------------------------------------------------*/

/* Secondary Header Layout - See css/header/header-secondary-nav.css */

#header-space{
  height:90px;
  background-color: #fff;
}

body[data-header-color="dark"] #header-space {
  background-color: #000;
}

#header-outer{
  width:100%;
  top:0;
  left:0;
  position:fixed;
  padding:28px 0 0 0;
  background-color:#fff;
  z-index:9999;
  overflow:visible
}

#header-outer[data-box-shadow="small"],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="small"][data-remove-fixed="1"]:not(.transparent){
  -webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.22);
	box-shadow:0 0 3px 0 rgba(0,0,0,0.22);
}

#header-outer[data-box-shadow="large"],
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="0"]:not(.transparent):not(.invisible),
body.material[data-hhun="1"] #header-outer[data-header-resize="0"][data-box-shadow="large"][data-remove-fixed="1"]:not(.transparent) {
  -webkit-box-shadow:0 3px 45px rgba(0,0,0,0.15);
	box-shadow:0 3px 45px rgba(0,0,0,0.15);
}

body.page-template-template-no-header #header-outer, 
body.page-template-template-no-header-footer #header-outer {
  visibility: hidden;
}
body[data-transparent-nav="1"][data-header-color="light"] #header-outer{
  background-color:rgba(255,255,255,0.965)
}
body[data-header-color="dark"] #header-outer, 
body[data-header-color="dark"] #search-outer{
  background-color:#000;
  -webkit-box-shadow:none;
	box-shadow:none;
}

body[data-header-color="dark"] #top nav ul li a, 
body[data-header-color="dark"] #search-outer input, 
body[data-header-color="dark"] #top #logo, 
body[data-header-color="dark"] #top nav ul #nectar-user-account a span, 
body[data-header-color="dark"] #top nav ul #search-btn a span, 
body[data-header-color="dark"] #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
  color:#A0A0A0
}

body[data-header-color="dark"] #top nav ul .slide-out-widget-area-toggle a .lines, 
body[data-header-color="dark"] #top nav ul .slide-out-widget-area-toggle a .lines:after, 
body[data-header-color="dark"] #top nav ul .slide-out-widget-area-toggle a .lines:before, 
body[data-header-color="dark"] #top nav ul .slide-out-widget-area-toggle .lines-button:after{
  background-color:#A0A0A0
}

.admin-bar #header-outer, 
.logged-in.buddypress #header-outer{
  top:32px
}

#top #logo{
  width:auto;
  max-width:none;
  display:block;
  line-height:22px;
  font-size:22px;
  letter-spacing:-1px;
  color:#444;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600
}

#top #logo .retina-logo, 
#top .span_3 #logo .mobile-only-logo {
  display:none
}
#top #logo .starting-logo{
  position:absolute;
  top:0;
  opacity:0;
  left:0
}
#top #logo:hover,
#top #logo:focus{
  color:#000
}
#top #logo img{
  text-indent:-9999px;
  max-width:none;
  width:auto;
  margin-bottom:0;
  display:block;
  transition:opacity 0.4s ease
}
#header-outer[data-transparent-header="true"] #top #logo img.stnd {
  position: relative;
}
#top{
  position:relative;
  z-index:9998;
  width:100%
}
#top .container .row{
  padding-bottom:0
}
#top nav &gt;ul{
  overflow:visible;
  transition:padding 0.8s ease,margin 0.25s ease;
  min-height:1px;
  line-height:1px
}
#top nav .no-menu-assigned{
  visibility:hidden
}
body:not(.ascend) #top nav &gt;.buttons, 
body.ascend #header-outer[data-full-width="false"] #top nav &gt;.buttons, 
#header-outer[data-format="centered-menu-under-logo"] #top nav &gt;.buttons{
  margin-left:15px
}
body #header-outer[data-full-width="false"][data-has-buttons="no"]:not([data-format="left-header"]) #top nav &gt;.buttons {
  margin-left: 0;
}
body:not(.ascend) #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn{
  margin-left:22px
}
#top nav &gt;.buttons{
  transition:padding 0.8s ease
}
#top nav &gt;ul .slide-out-widget-area-toggle{
  transition:margin 0.25s ease
}
.side-widget-open #top nav &gt;ul .slide-out-widget-area-toggle{
  transition:margin 0.75s ease
}
#header-outer[data-transparency-option="1"][data-full-width="true"].side-widget-open{
  box-shadow:none
}

#header-outer.side-widget-open.hidden-menu #top nav &gt;.sf-menu li, 
#header-outer.hidden-menu-items #top nav &gt;.sf-menu li:not(#social-in-menu){
  transition:opacity 0.75s ease
}
body:not(.material) #header-outer[data-format="centered-menu"].side-widget-open #top nav &gt;.sf-menu:not(.buttons) li, 
body:not(.material) #header-outer.side-widget-open.hidden-menu #top nav &gt;.sf-menu:not(.buttons) li, 
body:not(.material) #header-outer.side-widget-open.hidden-menu-items #top nav &gt;.sf-menu:not(.buttons) li:not(#social-in-menu){
  opacity:0
}
.side-widget-open.no-bg-color {
  border-color:transparent!important
}

#header-outer #top nav &gt;.buttons{
  right:0;
  height:100%;
  overflow:hidden
}
body #header-outer[data-using-pr-menu="true"] #top nav &gt;.buttons{
  display:block;
  overflow:visible
}
body.material #header-outer[data-using-pr-menu="true"] #top nav &gt;.buttons{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.woocommerce #header-outer .cart-notification .item-name, 
#header-outer .woocommerce-page .cart-notification .item-name{
  color:#999
}

#top nav ul li{
  float:right
}

#top nav &gt; ul &gt; li{
  float:left
}

#top nav &gt;ul &gt;li &gt;a, 
.pull-left-wrap &gt; ul &gt; li &gt; a{
  padding:0 10px 0 10px;
  display:block;
  color:#676767;
  font-size:14px;
  line-height:20px;
  -webkit-transition:color 0.1s ease;
  transition:color 0.1s linear
}

#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;li &gt;a{
  -webkit-transition:color 0.2s ease;
  transition:color 0.2s ease
}


/* Centered Bottom Bar Layout - See css/header/header-layout-centered-bottom-bar.css */

/* Left Header Layout - See css/header/header-layout-left.css */

/* Centered Menu Layout */
#header-outer[data-format="centered-menu"] #top .span_9, 
#header-outer[data-format="centered-menu"] #top .span_9 .sf-menu:not(.buttons) {
  left:0;
  position:relative;
  text-align:center;
  width:100%;
  z-index:1
}

#header-outer[data-format="centered-menu"] #top nav &gt;.sf-menu &gt;li{
  float:none;
  display:inline-block
}
#header-outer[data-format="centered-menu"] #top nav &gt;.sf-menu &gt;.megamenu{
  position:static
}
#header-outer[data-format="centered-menu"] #top nav &gt;.sf-menu &gt;li ul{
  text-align:left
}
#header-outer[data-format="centered-menu"] #top nav &gt;.buttons, 
#header-outer[data-format="centered-menu"] #top .span_3{
  z-index:10;
  position:absolute
}
#header-outer[data-format="centered-menu"] #top .span_3{
  left:0
}


/* Left Aligned Menu */
#header-outer[data-format="menu-left-aligned"] .row .col.span_3{
  margin-right:25px
}
#header-outer[data-format="menu-left-aligned"] .row .col.span_9{
  float:left
}
#header-outer[data-format="menu-left-aligned"] .row .right-aligned-menu-items{
  float:right
}
body #header-outer[data-full-width="true"] #top nav &gt;.buttons{
  margin-left:0
}



/* Centered Menu Under Logo */
#header-outer[data-format="centered-menu-under-logo"] #top nav{
  display:inline-block
}
#header-outer[data-format="centered-menu-under-logo"] .span_9{
  text-align:center;
  line-height:1px
}
body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9, 
body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3, 
body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9, 
body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3, 
body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9, 
body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3 {
  display:block;
  float:none;
  width:100%!important
}
body #header-outer[data-format="centered-menu-under-logo"] .span_3{
  text-align:center
}
#header-outer[data-format="centered-menu-under-logo"] #top nav &gt;.sf-menu &gt;li ul {
  text-align:left
}
#header-outer[data-format="centered-menu-under-logo"] #top .span_9{
  position:relative
}
#header-outer[data-format="centered-menu-under-logo"] .cart-menu{
  -ms-transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
  transform:translateY(-50%);
  top:50%
}
#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav &gt;ul &gt;li:not(#social-in-menu):not(#search-btn):not(.slide-out-widget-area-toggle) &gt;a {
  padding-top:0;
  padding-bottom:20px 
}
#header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #search-btn, 
#header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #nectar-user-account, 
#header-outer[data-format="centered-menu-under-logo"] #top nav &gt;ul .slide-out-widget-area-toggle {
  padding-top:0;
  padding-bottom:0
}
#header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #social-in-menu a {
  margin-top:0;
  margin-bottom:20px
}
#header-outer[data-format="centered-menu-under-logo"] #top #logo img{
  margin:0 auto 0 auto
}
#header-outer[data-format="centered-menu-under-logo"] #top #logo .starting-logo{
  position:absolute;
  margin-bottom:0;
  left:50%;
  -webkit-transform:translateX(-50%) translateZ(0);
	transform:translateX(-50%) translateZ(0);
}
@media only screen and (min-width: 1000px) {
  #header-outer[data-format="centered-menu-under-logo"] #top #logo .starting-logo{
    top:0;
  }
}
@media only screen and (max-width: 999px) {
  #header-outer[data-format="centered-menu-under-logo"] #top #logo .starting-logo {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
}



/* Centered Logo Between Menu */
#header-outer[data-format="centered-logo-between-menu"] .cart-menu-wrap{
  z-index:10000
}
@media only screen and (min-width:1000px){
  #header-outer[data-format="centered-logo-between-menu"] nav{
    visibility:hidden
  }
}
#header-outer[data-format="centered-logo-between-menu"] .span_3{
  position:absolute;
  left:50%;
  margin-right:0
}
#header-outer[data-format="centered-logo-between-menu"] .span_3 #logo.no-image{
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
#header-outer[data-format="centered-logo-between-menu"] .span_3 #logo:not(.no-image) img{
  -ms-transform:translateX(-50%);
  -webkit-transform:translateX(-50%);
	transform:translateX(-50%);
}
#header-outer[data-format="centered-logo-between-menu"] .row .col.span_9, 
#header-outer[data-format="centered-logo-between-menu"] .row .col.span_9 .sf-menu:not(.buttons) {
  left:0;
  position:relative;
  text-align:center;
  width:100%;
  z-index:1
}
body #header-outer[data-format="centered-logo-between-menu"] .row .col.span_9 .sf-menu:not(.buttons) {
  position:static
}
#header-outer[data-format="centered-logo-between-menu"] #top nav &gt;.buttons, 
#header-outer[data-format="centered-logo-between-menu"] #top .span_3{
  z-index:10;
  position:absolute
}
#header-outer[data-format="centered-logo-between-menu"] #top nav &gt;.sf-menu &gt;li ul{
  text-align:left
}
#header-outer[data-format="centered-logo-between-menu"] #top nav &gt;.sf-menu &gt;li{
  float:none;
}
#header-outer[data-format="centered-logo-between-menu"] #top nav &gt;.sf-menu &gt;.megamenu{
  position:static
}
#header-outer[data-format="centered-logo-between-menu"] nav #social-in-menu{
  position:absolute;
  left:0
}




/* Header button styles */
#top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:before, 
#header-outer.transparent #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:before,
#top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
  display:block;
  position:absolute;
  left:0;
  padding-bottom:10px;
  -webkit-transform:translateY(-7px);
  -ms-transform:translateY(-7px);
	transform:translateY(-7px);
  width:100%;
  height:24px;
  content:' ';
  z-index:-1;
  -webkit-transition:opacity 0.2s ease;
  transition:opacity 0.2s ease
}

body #header-outer .slide-out-widget-area-toggle[data-custom-color="true"] .lines:before {
	 top: 6px;
}
body #header-outer .slide-out-widget-area-toggle[data-custom-color="true"] .lines:after {
	 top: -6px;
}

#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt;ul &gt;li[class*="button_"] &gt;a:before,
#header-outer:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
  -webkit-transform:translateY(-50%);
  -ms-transform:translateY(-50%);
	transform:translateY(-50%);
	top: 50%;
}

#header-outer[data-format="centered-menu-under-logo"] #top nav &gt;ul &gt;li[class*="button_"] &gt;a:before,
#header-outer[data-format="centered-menu-bottom-bar"] #top nav &gt;ul &gt;li[class*="button_"] &gt;a:before,
#header-outer[data-format="centered-menu-bottom-bar"] #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
  -webkit-transform:translateY(-9px);
  -ms-transform:translateY(-9px);
	transform:translateY(-9px);
}

#header-outer[data-header-button_style="default"] #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:hover:before, 
#header-outer[data-header-button_style="default"].transparent #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:hover:before{
  opacity:0.85!important
}

#header-outer[data-header-button_style="shadow_hover_scale"] #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:before,
#header-outer[data-header-button_style="shadow_hover_scale"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
	box-shadow: 0px 10px 25px rgba(0,0,0,0.13);
}

#header-outer[data-header-button_style*="hover_scale"] #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:before,
#header-outer[data-header-button_style*="hover_scale"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before {
	-webkit-transition: transform 0.3s ease;
	transition: transform 0.3s ease;
	transform-origin: top;
}
#header-outer[data-header-button_style*="hover_scale"]:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav li[class*="button_solid_color"] &gt;a:hover:before,
#header-outer[data-header-button_style*="hover_scale"]:not([data-format="centered-menu-under-logo"]):not([data-format="centered-menu-bottom-bar"]) #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a:hover:before  {
	-webkit-transform: scale(1.1) translateY(-50%);
  transform: scale(1.1) translateY(-50%);
}
#header-outer[data-header-button_style*="hover_scale"][data-format="centered-menu-bottom-bar"] #top nav &gt;ul &gt;li[class*="button_"] &gt;a:hover:before,
#header-outer[data-header-button_style*="hover_scale"][data-format="centered-menu-under-logo"] #top nav &gt;ul &gt;li[class*="button_"] &gt;a:hover:before,
#header-outer[data-header-button_style*="hover_scale"][data-format="centered-menu-under-logo"] #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a:hover:before,
#header-outer[data-header-button_style*="hover_scale"][data-format="centered-menu-bottom-bar"] #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a:hover:before{
	-webkit-transform: scale(1.1) translateY(-9px);
  transform: scale(1.1) translateY(-9px);
}

#top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:before, 
#header-outer.transparent #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:before{
  border:2px solid #fff;
  display:block;
  position:absolute;
  left:0;
  padding-bottom:10px;
  -webkit-transform:translateY(-7px);
  -ms-transform:translateY(-7px);
	transform:translateY(-7px);
  width:100%;
  height:34px;
  content:' ';
  z-index:-1;
  -moz-box-sizing:border-box;
  -webkit-box-sizing:border-box;
	box-sizing:border-box;
  -webkit-transition:border-color 0.2s ease;
	transition:border-color 0.2s ease;
}
#top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:before{
  border-color:rgba(0,0,0,0.4)
}
.light-text #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:before{
  border-color:#fff
}

#header-outer[data-lhe="default"] #top nav &gt;ul &gt;li[class*="button_solid_color"].current_page_ancestor &gt;a,
#header-outer[data-lhe="default"] #top nav &gt;ul &gt;li[class*="button_solid_color"].current-menu-ancestor &gt;a,
#header-outer #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a,
#header-outer[data-lhe="default"] #top nav .sf-menu &gt; [class*="button_solid_color"].sfHover:not(#social-in-menu) &gt; a,
#header-outer #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a .sf-sub-indicator i,
#header-outer #top .sf-menu &gt; li[class*="button_solid_color"].sfHover &gt; a .sf-sub-indicator i,
#header-outer #top .sf-menu &gt; li[class*="button_solid_color"]:hover &gt; a .sf-sub-indicator i {
  color:#fff!important;
}
#top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a, 
body #header-outer.transparent #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a, 
#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a, 
#header-outer.transparent.dark-slide &gt; #top nav .sf-menu &gt; li[class*="button_solid_color"].sfHover &gt; a,
#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:hover, 
#header-outer[data-lhe="default"].transparent.dark-slide #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:hover, 
#header-outer[data-lhe="default"] #top nav .sf-menu &gt; li[class*="button_solid_color"] &gt; a:hover, 
#header-outer.dark-text #top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a, 
#header-outer[data-lhe="default"] #top nav .sf-menu .current_page_item[class*="button_solid_color"] &gt;a, 
#header-outer.transparent.dark-slide &gt;#top nav &gt;ul &gt;li[class*="button_solid_color"] &gt;a:hover{
  color:#fff!important;
  opacity:1!important;
  padding-left:20px;
  padding-right:20px;
}

#header-outer[data-lhe="default"] #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a:hover,
body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; li[class*="button_solid_color"].sfHover &gt; a {
  color: #fff!important;
}

#header-outer[data-lhe="default"] #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a, 
#header-outer[data-lhe="default"] #top nav &gt; ul &gt; li[class*="button_bordered"] &gt; a,
#top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a, 
body #header-outer.transparent #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a, 
#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a, 
#header-outer[data-lhe="default"] #top nav ul li[class*="button_bordered"] a:hover{
  padding-left:20px;
  padding-right:20px;
}

body[data-header-search="false"][data-full-width-header="false"] #header-outer[data-lhe="animated_underline"][data-format="default"][data-cart="false"] #top nav &gt;ul &gt;li:last-child &gt;a, 
body[data-header-search="false"][data-user-set-ocm="off"] #header-outer[data-lhe="animated_underline"][data-format="centered-menu"][data-cart="false"] #top nav &gt;.buttons &gt;li:last-child &gt;a, 
body[data-header-search="false"][data-user-set-ocm="off"] #header-outer[data-lhe="animated_underline"][data-format="menu-left-aligned"][data-cart="false"] #top nav &gt;.buttons &gt;li:last-child &gt;a{
  margin-right:0
}

#header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a {
	padding: 0 18px;
	display: block;
	position: relative;
}
#header-outer #top nav .slide-out-widget-area-toggle[data-custom-color="true"]:not(.mobile-icon) a:not(.using-label) {
	width: 22px;
}

.original #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a,
.ascend #header-outer #top nav ul .slide-out-widget-area-toggle[data-custom-color="true"] a,
.original .slide-out-widget-area-toggle[data-custom-color="true"].mobile-icon a &gt; span,
.ascend .slide-out-widget-area-toggle[data-custom-color="true"].mobile-icon a &gt; span {
	height: 22px;
}

/* Header text hover effects */ 
#header-outer[data-lhe="animated_underline"] nav &gt; ul &gt;li:not([class*="button_"]) &gt;a:after, 
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after, 
#header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li &gt;a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after {
  -ms-transition:-webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition:-webkit-transform .3s ease-out, border-color .3s ease-out;
  transition:transform .3s ease-out,border-color .3s ease-out;
  position:absolute;
  display:block;
  bottom:-6px;
  left:0;
  width:100%;
  -ms-transform:scaleX(0);
  -webkit-transform:scaleX(0);
  transform:scaleX(0);
  border-top:2px solid #000;
  content:'';
  padding-bottom:inherit 
}

#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
	position: relative;
}

body:not(.material) #header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li &gt;a:after {
  bottom: -9px;
}

#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;li &gt;a:hover:after, 
#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;.sfHover &gt;a:after, 
#header-outer[data-lhe="animated_underline"] .sf-menu .current_page_ancestor &gt;a:after, 
#header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-ancestor &gt;a:after, 
#header-outer[data-lhe="animated_underline"] .sf-menu .current-menu-item &gt;a:after, 
#header-outer[data-lhe="animated_underline"] .sf-menu .current_page_item &gt;a:after, 
#header-outer[data-lhe="animated_underline"] .buttons .current-menu-item &gt;a:after, 
#header-outer[data-lhe="animated_underline"] .buttons .current-menu-ancestor &gt;a:after, 
#header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li &gt;a:hover:after,
#header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li &gt;a:focus:after,
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container .current-menu-item &gt; a:after, 
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:hover:after,
body.material #slide-out-widget-area[class="slide-out-from-right"] .off-canvas-menu-container li a:focus:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container .current-menu-item &gt; a:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:hover:after,
#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:focus:after {
  backface-visibility: hidden;
  -ms-transform:scaleX(1);
  -webkit-transform:scaleX(1);
  transform:scaleX(1)
}
#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;li &gt;a{
  padding-left:0;
  padding-right:0;
  margin-right:10px;
  margin-left:10px
}

#top nav ul li a{
  color:#999
}


/* Menu Dropdown Style */
.sf-menu{
  line-height:1;
  float:left;
  margin-bottom:30px
}
.sf-menu ul li{
  font-weight:normal;
  width:100%
}

#header-outer .sf-menu &gt;li:hover &gt;ul, 
#header-outer .sf-menu &gt;.sfHover &gt;ul{
  top: 100%
}

.sub-menu{
  z-index:3
}

.sf-menu li:hover, 
.sf-menu .sfHover, 
.sf-menu:not(.buttons) a:focus, 
.sf-menu a:hover, 
.sf-menu a:active{
  outline:0 none
}

.sf-menu ul li a{
  margin:0;
}

.sf-sub-indicator{
  display:inline-block;
  width:10px;
  position:relative;
  left:8px;
  height:10px
}
.sf-sub-indicator i{
  width:8px
}
.sf-sub-indicator [class^="icon-"], 
body .sf-sub-indicator [class*=" icon-"]{
  color:#888;
  font-size:12px;
  line-height:16px;
  height:auto;
  background-color:transparent
}
.material .sf-menu &gt; li &gt; a &gt; .sf-sub-indicator i {
  font-size: 16px;
}

.sf-shadow .sf-shadow-off{
  background:none repeat scroll 0 0 transparent
}
.sf-vertical, 
.sf-vertical li {
  width:100%
}
.sf-vertical li:hover ul, 
.sf-vertical .sfHover ul{
  left:100%;
  top:0
}

.sf-menu, .sf-menu *{
  list-style:none outside none;
  margin:0;
  padding:0;
  z-index:10
}

.sf-menu{
  line-height:1
}

.sf-menu ul{
  position:absolute;
  top:-999em;
}
.sf-menu ul li, 
.sf-menu ul li li{
  font-size:12px;
  width:100%
}

.sf-menu li:hover{
  visibility:inherit
}
.sf-menu li{
  float:left;
  line-height:0;
  font-size:12px;
  position:relative
}
.sf-menu a{
  display:block;
  position:relative; 
  text-decoration:none
}
.sf-menu li:hover ul, 
.sf-menu .sfHover ul {
  z-index:999
}


.sf-menu li li:hover ul,
.sf-menu li .sfHover ul,
.sf-menu li li li:hover ul, 
.sf-menu li li .sfHover ul {
  left:20em;
  top:0
}

.sf-menu .sf-with-ul a{
  min-width:1px;
}

#header-outer .sf-menu li ul li a{
  font-size:12px;
  line-height:13px;
  transition:none;
  letter-spacing:0;
}

.sf-menu li ul li .sf-sub-indicator{
  right:14px;
  left:auto;
  top:14px;
  display:block;
  position:absolute
}

.sf-menu .sfHover ul li a, 
.sf-menu .sfHover ul li li a{
  box-shadow:none
}

.sf-menu ul li a:focus, 
.sf-menu ul li a:hover, 
.sf-menu ul li a:active, 
.sf-menu ul li li a:focus, 
.sf-menu ul li li a:hover, 
.sf-menu ul li li a:active{
  border-radius:0 0 0 0;
  box-shadow:none;
  text-shadow:none
}

body #top nav &gt;ul &gt;li &gt;.temp-hidden-display, 
body #header-secondary-outer nav &gt;ul &gt;li &gt;.temp-hidden-display{
  display:block!important;
  opacity:0;
  left:0!important;
  right:auto!important
}
body #top nav &gt;ul &gt;.edge &gt;ul, 
body #header-secondary-outer nav &gt;ul &gt;.edge &gt;ul{
  left:auto;
  right:0
}
body #top nav &gt;ul &gt;li .edge &gt;ul, 
body #header-secondary-outer nav &gt;ul &gt;li .edge &gt;ul{
  left:auto;
  right:0
}
#top .span_9{
  position:static
}
#header-outer #top nav &gt;ul &gt;.megamenu{
  position:inherit
}
#top nav &gt;ul &gt;.megamenu &gt;.sub-menu{
  width:100%;
  left:0;
  padding:15px 0;
  display:table;
  background-color:#1C1C1C
}

body .no-transition, 
#header-outer[data-megamenu-rt="1"].no-transition, 
#header-outer[data-megamenu-rt="1"].no-transition a:not(#logo), 
#header-outer[data-megamenu-rt="1"].no-transition img, 
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-search, 
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-m-user, 
#header-outer[data-megamenu-rt="1"].no-transition .icon-salient-cart, 
.ascend #header-outer[data-megamenu-rt="1"].no-transition .has_products .cart-menu .cart-icon-wrap .icon-salient-cart, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:before, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a .lines:after, 
#header-outer[data-megamenu-rt="1"].no-transition .lines-button:after, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul li a &gt; .sf-sub-indicator i, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul #search-btn a:after, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul #nectar-user-account a:after, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav ul .slide-out-widget-area-toggle a:after, 
#header-outer[data-megamenu-rt="1"].no-transition .cart-menu:after, 
#header-outer[data-megamenu-rt="1"].no-transition #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:not(:hover):before, 
#header-outer[data-megamenu-rt="1"].no-transition.transparent #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:not(:hover):before,
body #slide-out-widget-area-bg.fullscreen-alt.open.no-transition, 
body #slide-out-widget-area-bg.fullscreen-alt.no-transition,
.page-submenu.no-trans,
.sf-menu &gt;.no-trans &gt;ul,
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open),
.posts-container article.ajax-loaded,
body[data-button-style="slightly_rounded_shadow"] .nectar-button.wpb_start_animation, 
body[data-button-style="rounded_shadow"] .nectar-button.wpb_start_animation,
.post-area.masonry {
  -webkit-transition:none!important;
  transition:none!important
}
.material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header="true"]):not([data-format="left-header"]).no-transition #logo img, 
.material #header-outer[data-megamenu-rt="1"]:not([data-transparent-header="true"]):not([data-format="left-header"]).no-transition .logo-spacing img {
  -webkit-transition: height 0.15s ease!important;
  transition: height 0.15s ease!important;
}
.material #header-outer[data-megamenu-rt="1"]:not([data-format="left-header"]).no-transition #logo img, 
.material #header-outer[data-megamenu-rt="1"]:not([data-format="left-header"]).no-transition .logo-spacing img {
  -webkit-transition: height 0.32s ease!important;
  transition: height 0.32s ease!important;
}
#header-outer[data-megamenu-rt="1"].no-transition li[class*="button_"] a:hover{
  -webkit-transition:opacity 0.2s ease,color 0.2s ease!important;
  transition:opacity 0.2s ease,color 0.2s ease!important
}
#header-outer[data-lhe="animated_underline"][data-megamenu-rt="1"].no-transition #top nav &gt;ul &gt;li:not([class*="button_"]) &gt;a:after{
  -webkit-transition:-webkit-transform .3s ease-out;
  transition:transform .3s ease-out
}
#top nav &gt;ul &gt;.megamenu &gt;.sub-menu{
  display:table
}
#top nav &gt;ul &gt;.megamenu &gt;.sub-menu{
  padding:30px 0
}
#top nav &gt;ul &gt;.megamenu &gt;ul &gt;li{
  padding:0 0 0 30px;
  border:none
}
#top nav &gt;ul &gt;li &gt;ul &gt;li, 
#header-outer[data-format="centered-menu"] #top nav &gt;ul &gt;li &gt;ul &gt;li, 
#header-secondary-outer .sf-menu &gt; li &gt; ul &gt; li, 
#header-outer .widget_shopping_cart .cart_list, 
#header-outer .widget_shopping_cart .total, 
#header-outer .widget_shopping_cart .buttons{
  opacity:0;
  -ms-transform:translateY(13px);
  -webkit-transform:translateY(13px);
  transform:translateY(13px);
  -ms-transition:transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  transition:transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1);
  -webkit-transition:transform 0.65s cubic-bezier(0.2,.8,.25,1),opacity 0.65s cubic-bezier(0.2,.8,.25,1)
}
#top nav &gt;ul &gt;.sfHover &gt;ul &gt;li, 
#header-secondary-outer .sf-menu &gt; .sfHover &gt; ul &gt; li, 
#header-outer[data-format="centered-menu"] #top nav &gt;ul &gt;.sfHover &gt;ul &gt;li, 
#header-outer .widget_shopping_cart.open .cart_list, 
#header-outer .widget_shopping_cart.open .total, 
#header-outer .widget_shopping_cart.open .buttons{
  opacity:1;
  -ms-transform:translateY(0px);
  -webkit-transform:translateY(0px);
  transform:translateY(0px)
}
#header-outer .widget_shopping_cart .cart_list,
#header-outer .widget_shopping_cart,
.wpcf7-form-control-wrap,
.nectar-social.full-width &gt;* {
  display:block!important
}
#top nav &gt;ul &gt;.megamenu &gt;ul &gt;li:last-child{
  padding-right:30px
}

[data-megamenu-width="full-width"] #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li{
  padding:0 30px 0 0
}

[data-megamenu-width="full-width"] #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li:last-child{
  padding:0
}

#top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul{
  margin:0;
  padding:0
}

#top nav &gt;ul &gt;.megamenu &gt;ul &gt;li{
  width:33.33%
}

#header-outer #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li {
  display:table-cell;
  float:none;
}

#top nav &gt;ul &gt;.megamenu.columns-2 &gt;ul &gt;li{
  width:50%
}
#top nav &gt;ul &gt;.megamenu.columns-3 &gt;ul &gt;li{
  width:33.33%
}
#top nav &gt;ul &gt;.megamenu.columns-4 &gt;ul &gt;li{
  width:25%
}
#top nav &gt;ul &gt;.megamenu.columns-5 &gt;ul &gt;li{
  width:20%
}
#top nav &gt;ul &gt;.megamenu.columns-6 &gt;ul &gt;li{
  width:16.66%
}
#top nav &gt;ul &gt;.megamenu &gt;ul &gt;li ul{
  display:block!important;
  top:0!important;
  width:100%;
  opacity:1!important;
  left:0!important;
  box-shadow:none;
  position:relative
}
#top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul &gt;ul{
  margin-left:0;
  padding-right:0;
  padding-left:0
}

#top nav &gt;ul &gt;.megamenu ul li{
  float:none
}
#top nav &gt;ul &gt;.megamenu ul li a{
  border-bottom:none;
  padding:9px 15px
}
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;a, 
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul &gt;a{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  font-size:12px;
  text-transform:uppercase;
  margin-bottom:7px;
  letter-spacing:2px;
}
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;a, 
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul &gt;a{
  color:#444
}

body[data-header-color="dark"]:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;a,
body[data-header-color="dark"]:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul &gt;a {
	color: #fff;
}

body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul &gt;ul{
  padding-bottom:15px
}
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul &gt;ul{
  padding-bottom:20px
}
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul:last-child &gt;ul{
  padding-bottom:0
}
#top nav &gt;ul &gt;.megamenu &gt;.sub-menu &gt;li a, 
body #top nav &gt;ul &gt;.megamenu &gt;.sub-menu &gt;li a, 
body #header-outer #top nav &gt;ul &gt;.megamenu &gt;.sub-menu &gt;li &gt;a,
#top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;a:hover, 
#top nav &gt;ul &gt;.megamenu &gt;ul &gt;.sfHover &gt;a, 
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul.current-menu-item &gt;a,
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;a, 
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li &gt;ul &gt;.has-ul &gt;a{
  background-color:transparent!important
}

#header-secondary-outer .sf-menu li ul li a,
#top .sf-menu li ul li a {
  background-color:transparent
}

body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul ul li a:hover, 
body:not([data-header-format="left-header"]) #top nav &gt;ul &gt;.megamenu &gt;ul ul .current-menu-item &gt; a{
  color:#CCC;
  background-color:#000
}

#top .menu-item-language .iclflag, 
#header-secondary-outer .menu-item-language .iclflag{
  top:1px;
  position:relative;
  margin-right:4px
}
.sf-menu &gt;li &gt;ul{
  opacity:0;
  pointer-events:none;
  -ms-transition:none;
  -webkit-transition:none;
  transition:none;
  display:block;
  -webkit-box-shadow:0 19px 35px rgba(0,0,0,0.11);
	box-shadow:0 19px 35px rgba(0,0,0,0.11);
}
.sf-menu &gt;li ul{
  padding:20px;
  width:20em
}

.sf-menu &gt;li ul a, 
#top nav &gt;ul &gt;.megamenu ul li a{
  padding:6px 6px
}
.sf-menu li ul li .sf-sub-indicator{
  top:6px;
  right:6px
}
body[data-header-color="light"]:not([data-header-format="left-header"]) #header-outer:not(.transparent) .sf-menu &gt;li ul{
  border-top:1px solid #e9e9e9
}
#header-outer[data-box-shadow="none"]:not(.transparent) .sf-menu &gt;li:not(.megamenu) ul{
  border-top:none
}
#header-outer .open.widget_shopping_cart{
  -ms-transform:translateY(0px);
  -webkit-transform:translateY(0px);
  transform:translateY(0px);
  opacity:1;
  top: 100%;
  pointer-events:auto
}
#header-outer .cart-outer .cart-notification { top: 100%; }

#header-outer .widget_shopping_cart{
  -ms-transition:none;
  -webkit-transition:none;
  transition:none;
  opacity:0;
  pointer-events:none
}

.sf-menu &gt;.sfHover{
  z-index:500
}

#header-secondary-outer .sf-menu li ul, 
body:not([data-header-format="left-header"]) #top .sf-menu li ul, 
#top nav &gt;ul &gt;.megamenu &gt;.sub-menu, 
#header-outer .widget_shopping_cart .cart_list li, 
#header-outer .cart-notification, 
#header-outer .widget_shopping_cart_content {
  background-color:#fff
}

#header-outer .cart-outer .widget_shopping_cart &gt; .widgettitle {
  display: none;
}

body[data-header-color="dark"] #header-secondary-outer .sf-menu li ul, 
body[data-header-color="dark"]:not([data-header-format="left-header"]) #top .sf-menu li ul, 
body[data-header-color="dark"] #top nav &gt;ul &gt;.megamenu &gt;.sub-menu, 
body[data-header-color="dark"] #header-outer .widget_shopping_cart .cart_list li, 
body[data-header-color="dark"] #header-outer .cart-notification, 
body[data-header-color="dark"] #header-outer .widget_shopping_cart_content {
  background-color:#000
}

#header-outer nav ul li li:hover &gt;a .sf-sub-indicator i,   
#header-outer nav ul li .sfHover &gt;a .sf-sub-indicator i, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) ul .current-menu-ancestor &gt;a .sf-sub-indicator i,
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;.megamenu ul ul .current-menu-item &gt;a, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;.megamenu ul ul .current-menu-ancestor &gt;a, 
#header-outer #top nav &gt; ul &gt;.megamenu &gt; ul ul .sfHover &gt;a,
#header-outer #top nav &gt; ul &gt;.megamenu &gt; ul ul li a:hover, 
#header-outer #top nav &gt; ul &gt;.megamenu &gt; ul ul li a:focus, 
body:not([data-header-format="left-header"]) #header-outer #top nav &gt;ul &gt;.megamenu &gt;ul ul .current-menu-item &gt; a,
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) ul a:hover, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) .sfHover &gt;a, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) ul .current-menu-item &gt;a, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) ul .current-menu-ancestor &gt;a {
  color:#fff
}

#header-outer .widget_shopping_cart, 
.woocommerce .cart-notification, 
#header-outer .cart-notification{
  -webkit-box-shadow:0 19px 35px rgba(0,0,0,0.11);
	box-shadow:0 19px 35px rgba(0,0,0,0.11);
}

#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) .cart_list a:hover {
  background-color: transparent!important;
}

#header-outer .widget_shopping_cart a.button:hover, 
.nectar-slide-in-cart .widget_shopping_cart a.button:hover{
  background-color:#333!important
}
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) ul a:hover, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) .sfHover &gt;a, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) ul .current-menu-item &gt;a, 
#header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li:not(.megamenu) ul .current-menu-ancestor &gt;a{
  background-color:#27CCC0
}

#header-outer .sf-menu li ul li a, 
#header-outer .widget_shopping_cart .quantity, 
#header-outer .widget_shopping_cart .cart_list li, 
#header-outer .cart-notification, 
#header-outer .total, 
#header-outer .total strong, 
#header-outer .product_list_widget li dl dd{
  color:#999
}

#header-outer #top nav &gt;ul &gt;.megamenu:hover ul li{
  pointer-events:auto
}

.sf-menu .megamenu li ul{
  -webkit-transform:none;
  transform:none;
  -webkit-box-shadow:none;
  box-shadow:none
}

#header-outer #top .sf-menu .megamenu li ul,
[data-header-color="light"] #header-outer:not(.transparent) .sf-menu &gt; .megamenu li ul {
  border-top:0;
}

#header-secondary-outer .sf-menu li li ul {
  margin-left:-20px;
  margin-top:-20px;
}

.sf-menu li li ul{
  display:block;
  visibility:visible;
  top:0!important;
  z-index:auto;
  left:20em;
  margin-left:-20px;
  margin-top:-20px;
  -ms-transition:transform 0.25s,opacity 0.25s;
  -webkit-transition:transform 0.25s,opacity 0.25s;
  transition:transform 0.25s,opacity 0.25s;
  -webkit-box-shadow:0 19px 35px rgba(0,0,0,0.11);
	box-shadow:0 19px 35px rgba(0,0,0,0.11);
  opacity:0;
  pointer-events:none;
  -ms-transform:translateX(25px);
  -webkit-transform:translateX(25px);
	transform:translateX(25px);
}

#header-secondary-outer .sf-menu li li .on-left-side,
#header-secondary-outer sf-menu li .sfHover .on-left-side,
.sf-menu li li .on-left-side,
.sf-menu li .sfHover .on-left-side {
  right:20em;
  left: auto;
  margin-right: -20px;
  margin-left: 0;
}
.sf-menu .sfHover &gt;.on-left-side {
  -ms-transform:translateY(0px) translateX(0px);
  -webkit-transform:translateY(0px) translateX(0px);
  transform:translateY(0px) translateX(0px);
}
body[data-header-color="light"] #header-outer:not(.transparent) .sf-menu &gt; li:not(.megamenu) li ul, 
body[data-header-color="custom"] #header-outer:not(.transparent) .sf-menu &gt; li:not(.megamenu) li ul {
  margin-top: -21px;
}
body[data-header-color="light"] #header-secondary-outer .sf-menu &gt; li:not(.megamenu) li ul, 
body[data-header-color="light"] .sf-menu &gt; li:not(.megamenu) li ul, 
body[data-header-color="light"] #header-outer[data-box-shadow="none"]:not(.transparent) .sf-menu &gt; li:not(.megamenu) li ul, 
body[data-header-color="custom"] #header-outer[data-box-shadow="none"]:not(.transparent) .sf-menu &gt; li:not(.megamenu) li ul {
  margin-top:-20px
}
.sf-menu ul li a{
  border-bottom:0
}

.sf-menu .sfHover &gt; ul {
  pointer-events:auto;
  opacity:1;
  -ms-transform:translateY(0px) translateX(0px);
  -webkit-transform:translateY(0px) translateX(0px);
  transform:translateY(0px) translateX(0px);
}

.sf-menu &gt; li.sfHover:not(.megamenu) &gt; ul:not(.on-left-side) {
	left: 0;
}


#header-outer:not([data-format="left-header"]) #logo, 
#header-outer:not([data-format="left-header"]) .logo-spacing {
  transition: margin 0.32s ease;
}
#header-outer:not([data-format="left-header"]) #logo img, 
#header-outer:not([data-format="left-header"]) .logo-spacing img {
  transition: height 0.32s ease, opacity 0.2s ease;
}
#header-outer:not([data-transparent-header="true"]):not([data-format="left-header"]) #logo, 
#header-outer:not([data-transparent-header="true"]):not([data-format="left-header"]) .logo-spacing {
  transition: margin 0.15s ease;
}
#header-outer:not([data-transparent-header="true"]):not([data-format="left-header"]) #logo img, 
#header-outer:not([data-transparent-header="true"]):not([data-format="left-header"]) .logo-spacing img {
  transition: height 0.15s ease, opacity 0.2s ease;
}
#header-outer.small-nav:not([data-format="left-header"]) {
  transition: box-shadow 0.42s ease, opacity 0.3s ease;
}
#header-outer.small-nav:not([data-format="left-header"]) #logo, 
#header-outer.small-nav:not([data-format="left-header"]) .logo-spacing {
  transition: margin 0.32s ease;
}
#header-outer.small-nav:not([data-format="left-header"]) #logo img, 
#header-outer.small-nav:not([data-format="left-header"]) .logo-spacing img {
  transition: height 0.32s ease;
}
body[data-hhun="0"] #header-outer[data-header-resize="0"]:not([data-transparent-header="true"]) {
  transition: box-shadow 0.42s ease, opacity 0.3s ease, transform 0.32s ease;
}
#header-outer[data-using-secondary="1"]:not([data-format="left-header"]) {
  transition: transform 0.32s ease, background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease;
}
#header-outer[data-using-secondary="1"].small-nav:not([data-format="left-header"]) {
  transition: box-shadow 0.42s ease, opacity 0.3s ease, transform 0.32s ease;
}
#header-outer[data-format="centered-menu"] .logo-spacing, 
#header-outer[data-format="centered-logo-between-menu"] .logo-spacing {
  visibility: hidden;
  pointer-events:none;
  z-index: -100;
}

@media only screen and (max-width: 690px) {
  #header-outer[data-format="centered-menu"] .logo-spacing, 
  #header-outer[data-format="centered-logo-between-menu"] .logo-spacing {
    display: none;
  }
}

@media only screen and (min-width: 1000px) {
  
  #header-outer:not([data-format="left-header"]) {
    padding-top: 0;
  }
  #header-outer:not([data-format="left-header"]) #top &gt; .container &gt; .row, 
  #header-outer:not([data-format="left-header"]) #top &gt; .container &gt; .row nav, 
  #header-outer:not([data-format="left-header"]) #top &gt; .container &gt; .row nav &gt;ul, 
  #header-outer:not([data-format="left-header"]) #top &gt; .container &gt; .row nav &gt;ul &gt; li {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header-outer:not([data-format="left-header"]) #top .span_9, 
  #header-outer:not([data-format="left-header"]) #top .span_3 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    float: none;
    width: auto;
  }

  #header-outer[data-format="centered-menu-under-logo"] .span_9, 
  #header-outer[data-format="centered-menu-under-logo"] .span_9 nav,
  #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 100%;
  }
  #header-outer[data-format="centered-menu-under-logo"] .cart-menu {
    -webkit-transform: none;
    transform: none;
  }
  #header-outer .logo-spacing {
    line-height: 0;
  }
  #header-outer[data-format="centered-logo-between-menu"] .logo-spacing[data-using-image="false"] {
		font-size: 22px;
		line-height: 22px;
    letter-spacing: -1px;
		width: 1px;
	}
  #header-outer[data-format="centered-menu"] .logo-spacing img, 
  #header-outer[data-format="centered-logo-between-menu"] .logo-spacing img {
    margin-bottom: 0;
  }
  #header-outer[data-format="centered-logo-between-menu"] .logo-spacing img {
    width: 1px;
  }
  #header-outer[data-format="centered-logo-between-menu"] #top .span_9, 
  #header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav {
    width: 100%;
  }
  #header-outer[data-format="centered-menu"] #top .span_3 {
    position: relative;
    margin-right: 0;
  }
  #header-outer[data-format="centered-menu"] #top .span_9, 
  #header-outer[data-format="centered-menu"] #top .span_9 .sf-menu:not(.buttons) {
    position: static;
  }
  #header-outer[data-format="centered-logo-between-menu"] .row .col.span_3 {
    pointer-events: none;
  }
  body #header-outer[data-format="centered-logo-between-menu"] .span_3 #logo:not(.no-image) img {
    transform: none;
  }
  body #header-outer[data-format="centered-logo-between-menu"] #top #logo {
    transform: translateX(-50%);
    pointer-events: auto;
  }
	body[data-slide-out-widget-area-style="slide-out-from-right"]:not(.material) #header-outer[data-format="centered-logo-between-menu"] #top #logo {
		transform: translateX(-50%)!important;
	}
  #header-outer[data-format="default"] #top .span_9 {
    margin-left: auto;
  }
  #header-outer[data-format="centered-menu"] #top .span_9, 
  #header-outer[data-format="centered-menu"] #top .span_9 nav {
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    -ms-flex-grow: 1;
    flex-grow: 1;
  }
  #header-outer[data-format="centered-menu"] #top .span_9 nav .sf-menu:not(.buttons), 
  #header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav .sf-menu:not(.buttons), 
  #header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav, 
  #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav {
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
  }
  #header-outer:not([data-format="left-header"]) #top nav &gt;.buttons {
    overflow: visible;
    height: auto;
  }
  #header-outer:not([data-format="left-header"]) #top nav &gt;ul &gt;li {
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #header-outer:not([data-format="left-header"]) #top nav &gt;ul {
    float: none;
    display: inline-block;
    vertical-align: middle;
  }
  #header-outer[data-format="centered-menu"] #top nav &gt;.buttons, 
  #header-outer[data-format="centered-menu"] #top .span_3, 
  #header-outer[data-format="centered-logo-between-menu"] nav #social-in-menu, 
  #header-outer[data-format="centered-logo-between-menu"] #top nav &gt;.buttons {
    height: 100%;
  }
  #header-outer #top &gt; .container &gt; .row .right-aligned-menu-items nav {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  #header-outer[data-format="menu-left-aligned"] .row .right-aligned-menu-items {
    float: none;
    margin-left: auto;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  #header-outer[data-format="centered-menu-under-logo"] .row, 
  #header-outer[data-format="centered-menu-bottom-bar"] .row {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -moz-flex-direction: column;
    flex-direction: column;
  }
}

@media only screen and (max-width: 999px) {
  #top .col.span_9 {
    text-align: right;
    line-height: 0;
  }
  #header-outer[data-format="centered-menu"] #top .span_9, 
  #header-outer[data-format="centered-logo-between-menu"] #top .span_9 {
    text-align: right;
    z-index: 10000;
    left: auto;
  }
  #top .span_9 &gt;.slide-out-widget-area-toggle &gt; div, 
  #header-outer .mobile-search .icon-salient-search, 
  #header-outer #top #mobile-cart-link i, 
  #header-outer .mobile-user-account .icon-salient-m-user {
    position: relative;
    display: block;
    top: 50%;
    font-size: 18px;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-color: transparent;
  }
  #top .span_9 &gt;.slide-out-widget-area-toggle, 
  #top #mobile-cart-link, 
  #top .mobile-search, 
  #header-outer #top .mobile-user-account {
    position: relative;
    width: auto;
    padding: 0 7px;
    top: auto;
    right: auto;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    height: 100%;
    -webkit-transform: none;
    transform: none;
  }
  
	body[data-slide-out-widget-area-style="slide-out-from-right"].material a.slide_out_area_close:before,
  body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close:before {
    background-color: rgba(0,0,0,.06);
  }
  #header-outer[data-cart="true"] #top .span_9 &gt;.slide-out-widget-area-toggle, 
  #header-outer[data-cart="true"] #top #mobile-cart-link, 
  #top .mobile-search {
    padding: 0 8px;
  }
  
  #header-outer[data-cart="true"] #top .row .span_9 &gt; .slide-out-widget-area-toggle,
  #top .span_9 &gt;.slide-out-widget-area-toggle {
    padding-right: 0;
  }
  #search-outer #search #close a:before,
  body.material #header-outer #search-outer #search #close a:before {
    height: 40px;
    width: 40px;
    margin: -20px 0 0 -20px;
  }
  #search-outer #search #close a span {
    font-size: 16px;
    height: 16px;
    line-height: 16px;
  }
  #search-outer #search #close a {
    height: 14px;
  }
  #search-outer #search #close,
  body.material #header-outer #search-outer #search #close {
    top: 0;
    right: -5px;
  }
  #search-outer #search #close a,
  body.material #header-outer #search-outer #search #close a {
    right: 13px;
    top: 19px;
  }
  body.original #search-outer #search #close a {
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav &gt;.buttons {
  padding-bottom: 20px;
}

@media only screen and (max-width: 999px) {
  .slide-out-widget-area-toggle.mobile-icon a &gt; span &gt; .hover-effect {
    display: none;
  }
}

#top nav ul #search-btn a span, 
#top nav ul #search-btn a, 
#top nav ul .slide-out-widget-area-toggle a, 
#top nav ul #nectar-user-account a span, 
#top nav ul #nectar-user-account a {
  line-height: 20px;
  height: 20px;
}

#top nav ul .slide-out-widget-area-toggle a .label,
#top .span_9 &gt; .slide-out-widget-area-toggle a.using-label .label {
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	line-height: 1em;
  font-size: 14px;
}
#top .span_9 &gt; .slide-out-widget-area-toggle a.using-label .label {
	transition: color 0.2s ease;
}

#top nav ul .slide-out-widget-area-toggle a.using-label &gt; span,
#top .span_9 &gt; .slide-out-widget-area-toggle a.using-label &gt; span {
	display: inline-block;
	vertical-align: middle;
}

#top nav ul .slide-out-widget-area-toggle a.using-label,
#top .span_9 &gt; .slide-out-widget-area-toggle a.using-label,
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a.using-label {
	width: auto;
	vertical-align: middle;
}

@media only screen and (min-width: 690px) {
  #slide-out-widget-area .secondary-header-text {
    display: none;
  }
}
@media only screen and (max-width: 999px) and (min-width: 690px) {
  body.original #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: none;
  }
}
#top nav .buttons li{
  line-height:12px;
  position:relative
}
#top nav .buttons .menu-item a{
  position:relative
}

.original #top nav ul #search-btn &gt;div,
.original #top nav ul #nectar-user-account &gt;div,
.original #top nav ul .nectar-woo-cart &gt;div,
.original #top nav ul .slide-out-widget-area-toggle &gt; div,
.ascend #header-outer[data-full-width="false"] #top nav ul #search-btn &gt;div,
.ascend #header-outer[data-full-width="false"] #top nav ul #nectar-user-account &gt;div,
.ascend #header-outer[data-full-width="false"] #top nav ul .nectar-woo-cart &gt;div,
.ascend #header-outer[data-full-width="false"] #top nav ul .slide-out-widget-area-toggle &gt; div {
  padding-left:19px 
}

#header-outer .cart-menu .cart-icon-wrap i {
  line-height: 18px;
}

#header-outer:not([data-format="left-header"]) .cart-menu .cart-icon-wrap {
  width: auto;
  height: 20px;
}


#top nav ul #search-btn a, 
#top nav ul #nectar-user-account a, 
#top nav ul .slide-out-widget-area-toggle a{
  padding:0 0 0 0;
  width:24px;
  display:block;
  background-position:right top;
  background-repeat:no-repeat;
  box-sizing:content-box;
}
#top nav ul[data-user-set-ocm="off"] .slide-out-widget-area-toggle, 
body.material #header-outer:not([data-format="left-header"]) #top &gt; .container &gt; .row nav &gt;ul[data-user-set-ocm="off"] &gt; .slide-out-widget-area-toggle{
  display:none
}
#top nav ul #nectar-user-account a span, 
#top nav ul #search-btn a span {
  top: 0;
  background-color:transparent;
  -webkit-transition:color 0.2s ease;
  transition:color 0.2s ease 
}
#top nav ul .slide-out-widget-area-toggle a i.label {
	-webkit-transition:color 0.2s ease;
  transition:color 0.2s ease 
}

.cart-menu .cart-icon-wrap .icon-salient-cart {
  -webkit-transition:color 0.2s ease;
  transition:color 0.2s ease 
}

/* Social in menu */ 
#header-outer #social-in-menu i, 
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i {
  font-size:18px;
  color:inherit;
  background-color:transparent;
  transition:transform 0.25s ease,opacity 0.2s ease;
  -webkit-transition:-webkit-transform 0.25s ease,opacity 0.2s ease;
  text-align:center;
  line-height:24px;
  height:22px;
  width:36px
}
body[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] #social-in-menu i{
  font-size:20px;
  width:38px;
  line-height:26px;
  height:26px;
  margin-bottom:-3px
}
#header-outer #social-in-menu a, 
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a {
  display:inline-block;
  margin-right:0;
  margin-left:0;
  overflow:hidden
}
#header-outer #social-in-menu a:hover i, 
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i{
  -webkit-transform:translateY(-100%);
  transform:translateY(-100%)
}
#header-outer #social-in-menu a i:after, 
.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after {
  position:absolute;
  top:100%;
  left:0;
  -webkit-transform:translate3d(0,0,0);
  transform:translate3d(0,0,0);
  width:100%
}
#header-outer #social-in-menu a i:before{
  width:100%
}
#header-outer #social-in-menu [class^="fa-"]:after, 
#header-outer #social-in-menu [class*="fa-"]:after, 
#header-outer #social-in-menu .fa-vine:before, 
#header-outer #social-in-menu .fa-vine:after{
  text-decoration:inherit;
  display:block;
  speak:none
}
#header-outer #social-in-menu .fa-vine{
  display:block;
  text-align:center
}
#header-outer #social-in-menu i.fa-facebook{
  width:28px
}
#header-outer #social-in-menu .fa-instagram:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-instagram:after{ content:"\f16d" }

#header-outer #social-in-menu .fa-behance:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-behance:after{ content:"\f1b4" }

#header-outer #social-in-menu .fa-vine:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-vine:after{ content:"\f1ca" }

#header-outer #social-in-menu .fa-vk:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-vk:after{ content:"\f189" }

#header-outer #social-in-menu .icon-salient-spotify:after, 
.material #slide-out-widget-area.slide-out-from-right .icon-salient-spotify:after{ content:"\f1bc" }

#header-outer #social-in-menu .icon-salient-facebook-messenger:after, 
.material #slide-out-widget-area.slide-out-from-right .icon-salient-facebook-messenger:after{ content:"\e90d" }

#header-outer #social-in-menu .fa-flickr:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-flickr:after{ content:"\f16e" }

#header-outer #social-in-menu .fa-soundcloud:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-soundcloud:after{ content:"\f1be" }

#header-outer #social-in-menu .fa-stackexchange:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-stackexchange:after { content:"\f16c" }

#header-outer #social-in-menu .fa-google:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-google:after{ content:"\f1a0" }

#header-outer #social-in-menu .fa-github-alt:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-github-alt:after { content:"\f113" }

#header-outer #social-in-menu .fa-dribbble:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-dribbble:after{ content:"\f17d" }

#header-outer #social-in-menu .fa-tumblr:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-tumblr:after { content:"\f173" }

#header-outer #social-in-menu .fa-youtube-play:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-youtube-play:after { content:"\f16a" }

#header-outer #social-in-menu .fa-linkedin:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-linkedin:after { content:"\f0e1" }

#header-outer #social-in-menu .fa-pinterest:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-pinterest:after{ content:"\f0d2" }

#header-outer #social-in-menu .fa-vimeo:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-vimeo:after{ content:"\f27d" }

#header-outer #social-in-menu .fa-facebook:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-facebook:after{ content:"\f09a" }

#header-outer #social-in-menu .fa-rss:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-rss:after{ content:"\f09e" }

#header-outer #social-in-menu .fa-twitter:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-twitter:after{ content:"\f099" }

#header-outer #social-in-menu .fa-houzz:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-houzz:after{ content:"\f27c" }

#header-outer #social-in-menu .fa-yelp:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-yelp:after{ content:"\f1e9" }

#header-outer #social-in-menu .fa-mixcloud:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-mixcloud:after{ content:"\f289" }

#header-outer #social-in-menu .fa-bandcamp:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-bandcamp:after{ content:"\f2d5" }

#header-outer #social-in-menu .fa-snapchat:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-snapchat:after{ content:"\f2ab" }

#header-outer #social-in-menu .fa-tripadvisor:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-tripadvisor:after{ content:"\f262" }

#header-outer #social-in-menu .fa-telegram:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-telegram:after{ content:"\f2c6" }

#header-outer #social-in-menu .fa-slack:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-slack:after{ content:"\f198" }

#header-outer #social-in-menu .fa-medium:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-medium:after{ content:"\f23a" }

#header-outer #social-in-menu .icon-salient-artstation:after, 
.material #slide-out-widget-area.slide-out-from-right .icon-salient-artstation:after{ content:"\e90b" }

#header-outer #social-in-menu .icon-salient-discord:after, 
.material #slide-out-widget-area.slide-out-from-right .icon-salient-discord:after{ content:"\e90c" }

#header-outer #social-in-menu .fa-whatsapp:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-whatsapp:after{ content:"\f232" }

#header-outer #social-in-menu .fa-phone:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-phone:after{ content:"\f095" }

#header-outer #social-in-menu .fa-envelope:after, 
.material #slide-out-widget-area.slide-out-from-right .fa-envelope:after{ content:"\f0e0" }

#header-outer[data-format="default"] #social-in-menu{
  margin:0 0 0 30px
}
#slide-out-widget-area .off-canvas-menu-container li &gt; a &gt; .sf-sub-indicator {
  display: none;
}
body.original #header-outer[data-full-width="true"][data-format="default"] #social-in-menu{
  margin-right: 22px;
}
#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;#social-in-menu &gt;a, 
#header-outer[data-lhe="default"] #top nav &gt;ul &gt;#social-in-menu &gt;a{
  margin-left:0;
  margin-right:0;
  padding-right:0;
  padding-left:0
}


#top #mobile-cart-link, 
#top .mobile-search, 
#top .mobile-user-account {
  display:none;
  text-align:right;
  z-index:10000
}
#top .span_9 &gt;.slide-out-widget-area-toggle{
  display:none;
  z-index:10000;
}

#top #mobile-cart-link i,
.mobile-search .icon-salient-search, 
.mobile-user-account .icon-salient-m-user {
  background-color:transparent;
  color:#a9a9a9;
  line-height:34px;
  font-size:18px;
  width:18px;
  transition:color 0.3s ease;
  -webkit-transition:color 0.3s ease
}
#header-outer #mobile-cart-link .cart-wrap span {
  border-radius: 50%;
  height: 16px;
  width: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 10px;
  display: block;
  visibility:hidden 
}
#header-outer #mobile-cart-link .cart-wrap {
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: -1px;
  color: #fff;
}
#header-outer .first-load a.cart-contents .cart-wrap span, 
#header-outer #mobile-cart-link.first-load .cart-wrap span {
  visibility:visible;
  animation:.6s ease-in-out .12s normal both 1 bounce_in_animation;
  -webkit-animation:.6s ease-in-out .12s normal both 1 bounce_in_animation 
}
.material .mobile-search .icon-salient-search, 
.material .mobile-user-account .icon-salient-m-user {
  color:#a9a9a9;
}

body #header-outer[data-transparent-header="true"],body #header-outer[data-transparent-header="true"] .cart-menu{
  transition:background-color 0.30s ease,box-shadow 0.30s ease,margin 0.25s ease;
  -webkit-transition:background-color 0.30s ease,box-shadow 0.30s ease,margin 0.25s ease
}
body #header-outer[data-transparent-header="true"].transparent, 
body #header-outer[data-transparent-header="true"].transparent .cart-menu {
  transition:border-color 0.30s ease;
  -webkit-transition:border-color 0.30s ease
}

body.original #header-outer[data-transparent-header="true"].transparent,
body.ascend #header-outer[data-transparent-header="true"].transparent,
body.material #header-outer[data-transparent-header="true"].transparent {
  box-shadow:none;
}
body #header-outer[data-transparent-header="true"].transparent {
  background-color:transparent!important;
  -webkit-box-shadow:none;
	box-shadow:none;
  border-bottom:1px solid rgba(255,255,255,0.25) 
}
#header-outer[data-transparent-header="true"][data-transparent-shadow-helper="true"].transparent:not(.dark-slide):before {
  background: linear-gradient(to top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.04) 16%,rgba(0,0,0,0.23) 75%,rgba(0,0,0,0.33) 100%);
  position: absolute;
  pointer-events: none;
  height: 120%;
  top: 0;
  left: 0;
  width: 100%;
  content: '';
  display: block;
}
.pum-open [data-body-border="1"] #header-outer[data-transparent-header="true"][data-transparent-shadow-helper="true"].transparent:not(.dark-slide):before {
  opacity: 0;
}
body.material #header-outer[data-transparent-header="true"].transparent {
  border-bottom: 0;
}

body #header-outer[data-transparent-header="true"].transparent nav &gt;ul &gt;li &gt;a{
  margin-bottom:-1px
}
body #header-outer[data-transparent-header="true"][data-format="centered-menu"].transparent.side-widget-open.small-nav nav &gt;ul &gt;li &gt;a{
  margin-bottom:0
}

#header-outer[data-transparent-header="true"].transparent #logo img, 
#header-outer[data-transparent-header="true"] #logo .starting-logo, 
#header-outer[data-transparent-header="true"].light-text #logo img{
  opacity:0;
  -ms-filter:'alpha(opacity=0)'
}
#header-outer[data-transparent-header="true"].transparent #logo .starting-logo, 
#header-outer[data-transparent-header="true"].light-text #logo .starting-logo{
  opacity:1;
  -ms-filter:'alpha(opacity=100)'
}
body #header-outer[data-transparent-header="true"][data-remove-border="true"], 
#header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-menu, 
#header-outer[data-transparent-header="true"][data-full-width="false"][data-remove-border="true"].transparent .cart-menu,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top .nectar-woo-cart .cart-contents {
  border:none!important
}
body #header-outer.transparent[data-transparent-header="true"][data-remove-border="true"]{
  transition:background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease;
  -webkit-transition:background-color 0.3s ease 0s,box-shadow 0.3s ease 0s,margin 0.25s ease;
}
body:not(.ascend) #header-outer[data-transparent-header="true"][data-remove-border="true"]:not(.transparent) .cart-menu:after{
  border-left:1px solid rgba(0,0,0,0)
}

body #header-outer.no-bg-color{
  box-shadow:none!important;
  background-color:transparent!important
}
body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent.pseudo-data-transparent {
  border-color:transparent!important
}
#header-outer.slide-out-hover{
  -webkit-transition:background-color .3s ease;
  -ms-transition:background-color .3s ease;
  transition:background-color .3s ease
}
#header-outer.slide-out-hover header, #header-outer.slide-out-hover &gt;.cart-outer{
  -webkit-transition:opacity .3s ease;
  -ms-transition:opacity .3s ease;
  transition:opacity .3s ease
}
#header-outer.pseudo-data-transparent.transparent #top nav &gt;ul &gt;li &gt;a, 
#header-outer.pseudo-data-transparent.transparent #top nav ul #search-btn a .icon-salient-search, 
#header-outer.pseudo-data-transparent.transparent #top nav ul #nectar-user-account a span, 
#header-outer.pseudo-data-transparent.transparent nav &gt;ul &gt;li &gt;a &gt;.sf-sub-indicator i, 
#header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart, 
.ascend #boxed #header-outer.pseudo-data-transparent.transparent .cart-menu .cart-icon-wrap .icon-salient-cart{
  color:#fff!important;
  opacity:0.75!important;
  transition:opacity 0.2s ease,color 0.2s ease
}


#header-outer.slide-out-hover #top.all-hidden, #header-outer &gt;.cart-outer.all-hidden{
  opacity:0
}
body #header-outer-bg-only{
  display:block;
  width:100%;
  height:100%;
  position:fixed;
  left:0;
  top:0;
  z-index:1000;
  content:' ';
  -webkit-box-shadow:0 0 3px 0 rgba(0,0,0,0.22);
	box-shadow:0 0 3px 0 rgba(0,0,0,0.22);
  -webkit-transition:opacity .7s cubic-bezier(0.2,1,.2,1),transform .7s cubic-bezier(0.2,1,.2,1);
  -ms-transition:opacity .7s cubic-bezier(0.2,1,.2,1),transform .7s cubic-bezier(0.2,1,.2,1);
  transition:opacity .7s cubic-bezier(0.2,1,.2,1),transform .7s cubic-bezier(0.2,1,.2,1)
}
body.admin-bar #header-outer-bg-only{
  top:32px
}

/* Light and Dark Transparent Colors */ 
#header-outer.light-text #top nav &gt;ul &gt;li &gt;a, 
#header-outer.light-text #top nav ul #search-btn a span, 
#header-outer.light-text #top nav ul #nectar-user-account a span, 
#header-outer.light-text nav &gt;ul &gt;li &gt;a &gt;.sf-sub-indicator i, 
#header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart, 
.ascend #boxed #header-outer.light-text .cart-menu .cart-icon-wrap .icon-salient-cart, 
#header-outer[data-lhe="default"].light-text #top nav .sf-menu .current-menu-item &gt;a, 
body[data-header-inherit-rc="true"] #header-outer[data-lhe="default"].light-text #top nav .sf-menu &gt; .sfHover:not(#social-in-menu) &gt; a,
#header-outer[data-lhe="default"].light-text #top nav &gt;ul &gt;li &gt;a:hover, 
#header-outer[data-lhe="default"].light-text #top nav .sf-menu &gt;.sfHover &gt;a{
  color:#fff!important;
  opacity:0.7
}
#header-outer.light-text #logo {
	color: #fff;
}
body[data-header-inherit-rc="true"] #header-outer[data-lhe="animated_underline"].light-text #top nav &gt;ul &gt;li:not([class*="button_"]) &gt;a:after {
	border-color: #fff;
}
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:before, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines:after, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle .lines-button:after,
#header-outer.pseudo-data-transparent.transparent &gt;#top nav ul .slide-out-widget-area-toggle a .lines:before, 
#header-outer.pseudo-data-transparent.transparent &gt;#top nav ul .slide-out-widget-area-toggle a .lines:after {
  background-color:#fff !important
}
#header-outer.dark-text #top nav &gt;ul &gt;li &gt;a, 
#header-outer.dark-text #top nav ul #search-btn a span, 
#header-outer.dark-text #top nav ul #nectar-user-account a span, 
#header-outer.dark-text nav &gt;ul &gt;li &gt;a &gt;.sf-sub-indicator i, 
#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart, 
.ascend #boxed #header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer[data-lhe="default"].dark-text #top nav .sf-menu .current-menu-item &gt;a{
  color:#444!important;
  opacity:0.7
}
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines, 
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:before, 
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines:after{
  background-color:#444 !important
}
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines, 
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a .lines, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a .lines-button:after{
  opacity:0.7
}
#header-outer.light-text #top nav &gt;ul &gt;li &gt;a:hover, 
#header-outer.light-text #top nav .sf-menu &gt;.sfHover &gt;a, 
#header-outer.light-text #top nav .sf-menu &gt;.current_page_ancestor &gt;a, 
#header-outer.light-text #top nav .sf-menu &gt;.current-menu-item &gt;a, 
#header-outer.light-text #top nav .sf-menu &gt;.current-menu-ancestor &gt;a, 
#header-outer.light-text #top nav .sf-menu &gt;.current_page_item &gt;a, 
#header-outer.light-text #top nav &gt;ul &gt;li &gt;a:hover &gt;.sf-sub-indicator &gt;i, 
#header-outer.light-text #top nav &gt;ul &gt;.sfHover &gt;a &gt;span &gt;i, 
#header-outer.light-text #top nav ul #search-btn a:hover span, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover span, 
#header-outer.light-text #top nav .sf-menu &gt;.current-menu-item &gt;a i, 
#header-outer.light-text #top nav .sf-menu &gt;.current-menu-ancestor &gt;a i, 
#header-outer.light-text .cart-outer:hover .icon-salient-cart, 
.ascend #boxed #header-outer.light-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart, 
.ascend #boxed #header-outer.dark-text .cart-outer:hover .cart-menu .cart-icon-wrap .icon-salient-cart,
#header-outer.dark-text #top nav &gt;ul &gt;li &gt;a:hover, 
#header-outer.dark-text #top nav .sf-menu &gt;.sfHover &gt;a, 
#header-outer.dark-text #top nav .sf-menu &gt;.current_page_ancestor &gt;a, 
#header-outer.dark-text #top nav .sf-menu &gt;.current-menu-item &gt;a, 
#header-outer.dark-text #top nav .sf-menu &gt;.current-menu-ancestor &gt;a, 
#header-outer.dark-text #top nav .sf-menu &gt;.current_page_item &gt;a, 
#header-outer.dark-text #top nav &gt;ul &gt;li &gt;a:hover &gt;.sf-sub-indicator &gt;i, 
#header-outer.dark-text #top nav &gt;ul &gt;.sfHover &gt;a &gt;span &gt;i, 
#header-outer.dark-text #top nav ul #search-btn a:hover span, 
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover span,
#header-outer.dark-text #top nav .sf-menu &gt;.current-menu-item &gt;a i, 
#header-outer.dark-text #top nav .sf-menu &gt;.current-menu-ancestor &gt;a i, 
#header-outer.dark-text .cart-outer:hover .icon-salient-cart, 
#header-outer.light-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, 
#header-outer.light-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, 
#header-outer.dark-text.side-widget-open #top nav ul .slide-out-widget-area-toggle a .lines, 
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines, 
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, 
#header-outer.dark-text #top nav ul .slide-out-widget-area-toggle a:hover .lines:after,
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, 
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines, 
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:before, 
#header-outer.pseudo-data-transparent.transparent #top nav ul .slide-out-widget-area-toggle a:hover .lines:after {
  opacity:1!important
}

#header-outer.light-text #top nav &gt;ul &gt;li &gt;a, 
#header-outer.light-text #top nav &gt;ul &gt;li *, 
body.ascend #header-outer.light-text .cart-menu, 
#header-outer.dark-text #top nav &gt;ul &gt;li &gt;a, 
#header-outer.dark-text #top nav &gt;ul &gt;li *, 
.ascend #header-outer[data-full-width="true"].dark-text #top nav ul #search-btn a, 
.ascend #header-outer[data-full-width="true"].dark-text #top nav ul .slide-out-widget-area-toggle a, 
.ascend #header-outer[data-full-width="true"].light-text #top nav ul #search-btn a, 
.ascend #header-outer[data-full-width="true"].light-text #top nav ul .slide-out-widget-area-toggle a, 
body.ascend #header-outer.dark-text .cart-menu{
  border-color:rgba(0,0,0,0.1)
}
#header-outer[data-full-width="true"][data-cart="true"] #top nav ul .slide-out-widget-area-toggle{
  position:relative
}

body #header-outer.transparent[data-transparent-header="true"].dark-slide, 
body #header-outer.transparent[data-transparent-header="true"].dark-slide .cart-menu, 
body #header-outer.transparent[data-transparent-header="true"].dark-slide &gt;#top nav ul #nectar-user-account &gt;div, 
body #header-outer.transparent[data-transparent-header="true"].dark-slide &gt;#top nav ul .slide-out-widget-area-toggle &gt;div, 
#boxed #header-outer.transparent[data-transparent-header="true"].dark-slide, 
body #header-outer.transparent[data-transparent-header="true"][data-remove-border="true"].dark-slide .cart-menu:after{
  border-color:rgba(0,0,0,0.08) !important
}
#header-outer[data-lhe="animated_underline"].transparent.dark-slide #top nav &gt;ul &gt;li &gt;a:after, 
#header-outer.transparent.dark-slide #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:before,
.dark-slide.transparent #top nav &gt;ul &gt;li[class*="button_bordered"] &gt;a:before {
  border-color:#000!important
}
#header-outer[data-transparent-header="true"].no-pointer-events {
  pointer-events:none
}
#header-outer[data-transparent-header="true"].no-pointer-events.side-widget-open.style-slide-out-from-right, 
#header-outer[data-transparent-header="true"].no-pointer-events.side-widget-open.style-slide-out-from-right-alt{
  pointer-events:auto
}

body[data-bg-header="true"][data-header-search="true"].ascend #header-outer.transparent[data-has-menu="false"] #top nav ul #search-btn a:after,
body[data-bg-header="true"][data-header-search="true"].ascend #header-outer[data-has-menu="false"] #top nav ul #search-btn a:after,
body[data-bg-header="true"][data-header-search="true"] #header-outer[data-has-menu="false"] #top nav ul #search-btn a:after{
  border:none;
  display:none
}
#header-outer.dark-text #top nav ul #search-btn a span, 
#header-outer.dark-text #top nav ul #nectar-user-account a span, 
#header-outer.dark-text .cart-menu .cart-icon-wrap .icon-salient-cart {
  opacity:1 
}
.lines-button.x2.close .lines,
.sf-menu .megamenu li ul, 
#top .sf-menu .megamenu ul .sub-menu {
  background-color:transparent!important
}
#header-outer[data-transparent-header="true"] #logo .dark-version {
  position:absolute
}
#header-outer[data-transparent-header="true"][data-format="centered-menu-under-logo"] #logo .dark-version {
  position:relative
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines, 
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before, 
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after{
  height:4px;
  width:2.1rem;
  -webkit-border-radius:1px;
	border-radius:1px;
}
body[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] .lines-button, 
.slide-out-hover-icon-effect:not(.small) .lines-button, 
body .slide-out-hover-icon-effect:not(.small) .lines-button{
  line-height:0;
  font-size:0
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .lines-button.close{
  -webkit-transform:none;
	transform:none;
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label), 
.slide-out-hover-icon-effect a{
  width:34px
}
.slide-out-hover-icon-effect.small a{
  width:auto
}

body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before{
  top:9px
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after{
  top:-9px
}
#header-outer[data-transparent-header="true"].transparent &gt;header #logo img.dark-version,
#header-outer[data-transparent-header="true"].light-text &gt;header #logo img.dark-version,
#header-outer[data-transparent-header="true"].transparent.dark-slide &gt;header #logo img, 
#header-outer[data-transparent-header="true"].dark-text &gt;header #logo img, 
#header-outer[data-transparent-header="true"].dark-text.side-widget-open &gt;header #logo img.dark-version{
  opacity:0!important
}
#header-outer[data-transparent-header="true"].transparent.dark-slide &gt;header #logo img.dark-version, 
#header-outer[data-transparent-header="true"].dark-text &gt;header #logo img.dark-version, 
#header-outer[data-transparent-header="true"].dark-text.side-widget-open &gt;header #logo img.starting-logo{
  opacity:1!important
}


/* Search bar */ 
#search-outer{
  top:0;
  left:0;
  width:100%;
  height: 100%;
  position:absolute;
  z-index:10000;
  overflow:visible;
  display:none;
  background-color:#fff
}
.original #search-outer #search {
  height: 100%;
  display:-webkit-flex;
  display:flex;
  align-items: center;
}
#search-box{
  position:relative
}
#search-outer .container{
  overflow:visible;
	width: 100%;
}
#search-outer #search input[type=text]{
  width:100%;
  color:#888;
  font-size:43px;
  line-height:43px;
  position:relative;
  padding:0;
  background-color:transparent;
  border:0;
  -webkit-transition:none;
	transition:none;
  -webkit-box-shadow:none;
	box-shadow:none;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:1px
}
#search-outer .ui-widget-content{
  background-color:#1F1F1F;
  border:none;
  border-radius:0;
  -webkit-border-radius:0;
  background-image:none
}
#search-outer .ui-widget-content li:hover, 
.ui-state-hover, .ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover, .ui-state-focus, 
.ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus{
  background-color:#272727;
  cursor:pointer
}
#search-outer .ui-widget-content li:hover a{
  background-image:none
}
#search-outer .ui-widget-content li:last-child a{
  border:none
}
#search-outer .ui-widget-content li a{
  border-bottom:1px solid rgba(255,255,255,0.1)
}
.ui-helper-hidden-accessible{
  display:none
}

#search-outer .ui-widget-content img, 
#search-outer .ui-widget-content i{
  width:40px;
  height:auto;
  float:left;
  margin-right:15px
}
#search-outer .ui-widget-content i{
  line-height:40px;
  font-size:22px;
  background-color:rgba(255,255,255,0.1);
  border-radius:0
}
.ui-widget{
  font-family:Verdana,Arial,sans-serif;
  font-size:1.1em
}
.ui-menu{
  display:block;
  float:left;
  list-style:none outside none;
  margin:0;
  padding:2px
}
.ui-autocomplete{
  cursor:default;
  position:absolute
}
.ui-menu .ui-menu-item a{
  display:block;
  line-height:1.5;
  padding:0.2em 0.4em;
  text-decoration:none
}
#search-outer .ui-widget-content{
  width:100%!important;
  left:0!important
}

#search-outer .ui-widget-content li{
  line-height:14px;
  clear:left;
  width:100%;
  display:block;
  float:left;
  margin:0
}
#search-outer .ui-widget-content li .desc{
  position:relative;
  line-height:14px;
  font-size:11px
}
#search-outer .ui-widget-content li a{
  color:#CCC;
  line-height:1.4em;
  transition:none;
  -webkit-transition:none;
  padding:15px 15px
}
#search-outer &gt;#search form{
  width:92%;
  float:left
}
#search-outer #search #close{
  list-style:none
}
#search-outer #search #close a{
  position:absolute;
  right:0;
  top:24px;
  display:block;
  width:24px;
  height:17px;
  line-height:22px;
  z-index:10
}
#search-outer #search #close a span:not(.close-line){
  color:#a0a0a0;
  font-size:18px;
  height:20px;
  line-height:19px;
  background-color:transparent;
  -webkit-transition:color 0.2s ease;
  transition:color 0.2s ease 
}
#search-outer &gt;#search #close a:hover span{
  color:#000
}
#header-outer #search{
  position:relative
}
#header-outer .row .col.span_3, 
#header-outer .row .col.span_9{
  width:auto
}
#header-outer .row .col.span_9{
  float:right
}
#header-outer[data-full-width="true"] header &gt;.container,
body[data-slide-out-widget-area-style="simple"] #header-outer[data-full-width="true"] #mobile-menu {
  width:100%;
  max-width:100%;
  padding:0 28px
}



/* Hide Header Until Needed Effect */
#header-outer.highzI{
  z-index:9999
}

body[data-hhun="1"] #header-outer[data-remove-fixed="1"] {
  position:absolute
}
body[data-hhun="1"] #header-secondary-outer[data-remove-fixed="0"] {
  transition: transform 0.3s ease;
}

@media only screen and (min-width:1000px){
  
  body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"]:not(.detached), 
  body[data-hhun="1"]:not(.no-scroll) #header-outer[data-remove-fixed="1"][data-permanent-transparent="false"][data-using-secondary="1"] {
    top:0 
  }
  
}

body[data-hhun="1"].original #header-outer.detached:not(.side-widget-open){
  -webkit-transform:translateY(0);
  transform:translateY(0);
}

body[data-hhun="1"].original #header-outer[data-remove-border="true"].detached:not(.side-widget-open){
  border-color:rgba(255,255,255,0)
}


body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open){
  -webkit-transition:-webkit-transform .3s ease;
  transition:transform .3s ease;
  z-index:9998;
  pointer-events:none
}
body[data-hhun="1"] #header-outer.invisible:not(.side-widget-open),
body[data-hhun="1"] #header-outer.no-trans-hidden:not(.side-widget-open) {
  -webkit-transform:translateY(-100%)!important;
  transform:translateY(-100%)!important;
}


body[data-hhun="1"] #header-outer.transparent[data-transparent-header="true"][data-remove-border="true"][data-permanent-transparent="1"].detached, 
body[data-hhun="1"] #header-outer.detached{
  position:fixed!important;
  z-index:9998!important;
  -webkit-transition:-webkit-transform .3s ease,height .3s ease,background .3s ease,opacity .3s ease,border-color 0.3s ease;
  transition:transform .3s ease,height .3s ease,background .3s ease,opacity .3s ease,border-color 0.3s
}

body[data-hhun="1"] #header-outer.transparent.at-top{
  transition:background-color 0.3s ease,box-shadow 0.3s ease, transform 0.3s ease
}






/*-------------------------------------------------------------------------*/
/* 6. Row Styles
/*-------------------------------------------------------------------------*/

/* Nectar Video BG */
.mobile-video-image{
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  display:none;
  height:100%;
  width:100%;
  background-position:center;
  background-repeat:no-repeat;
  background-size:cover;
  -webkit-background-size:cover;
  -o-background-size:cover
}
.using-mobile-browser .mobile-video-image {
  display: block;
}

.wpb_row .nectar-video-wrap, 
#page-header-bg .nectar-video-wrap {
  position:absolute;
  top:0;
  left: 0;
  padding-bottom:0;
  overflow:hidden;
  opacity:0;
  z-index:1;
}
.wpb_row .nectar-video-wrap .nectar-video-inner.transition,
.wpb_row .row-bg-wrap .row-bg.transition {
	-webkit-transition: transform .65s cubic-bezier(.05,0.2,.1,1);
	transition: transform .65s cubic-bezier(.05,0.2,.1,1);
}
.wpb_row .nectar-video-wrap.column-video, 
.wpb_row .mobile-video-image.column-video {
  z-index: 0;
}
body.using-mobile-browser .wpb_row .nectar-video-wrap,
body.using-mobile-browser #page-header-bg .nectar-video-wrap {
  left: -3000px;
}
body.using-mobile-browser .nectar-slider-wrap .slide-bg-wrap .video-wrap {
  bottom: -3000px;
}
.wpb_row .nectar-video-wrap video {
  transition: opacity 0.25s ease;
  opacity:0;
}
.wpb_row .nectar-video-wrap.position-loaded video {
  opacity:1;
}
#page-header-bg .nectar-video-wrap{
  opacity:1;
  background-position:center;
  background-repeat:repeat;
  height: 100%;
  width: 100%;
}
#page-header-bg .nectar-video-wrap video{
  opacity:0
}
@media only screen and (min-width: 1000px) {
  body[data-ajax-transitions="true"][data-apte="center_mask_reveal"]:not(.using-mobile-browser) #page-header-bg[data-animate-in-effect="zoom-out"] .nectar-video-wrap video{
    opacity:1
  }
}
.video-color-overlay{
  width:100%;
  height:100%;
  opacity:0;
  position:absolute;
  -webkit-backface-visibility:hidden;
  top:0;
  left:0;
  padding-bottom:0;
  z-index:3
}
.wpb_row .nectar-video-wrap .mejs-container .mejs-controls,
.mejs-overlay-button, 
.mejs-overlay-loading,
#search-outer .ui-helper-hidden-accessible,
.mobile #search-outer .ui-widget-content {
  display:none!important
}
.wpb_row &gt;.span_12{
  z-index:10;
}

.wpb_row &gt;.span_12{
  margin-bottom:0!important;
}

.wpb_row &gt;.span_12 &gt;.column_container:last-child{
  margin-bottom:0;
}

#page-header-bg .container{
  z-index:100
}


/* Nectar mouse parallax */
.nectar-slider-loading{
  background-color:#393939;
  background-position:center;
  background-repeat:repeat;
  position:absolute;
  z-index:1000;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.wpb_row .nectar-parallax-scene{
  position:absolute;
  top:0;
  left:0;
  margin-bottom:0;
  padding-bottom:0;
	margin-left: 0;
  overflow:hidden;
  width:100%;
  height:100%;
  z-index:1;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transform:translate3d(0px,0px,0px);
  transform:translate3d(0px,0px,0px);
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d
}
.wpb_row.full-width-content .nectar-parallax-scene{
  margin-left: 0;
}
.wpb_row .nectar-parallax-scene li:first-child {
  position: relative;
}
.wpb_row .nectar-parallax-scene li{
  height:100%;
  width:100%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}
.wpb_row .nectar-parallax-scene div{
  margin-left:-10%;
  top:-10%;
  min-height:100%;
  width:120%;
  height:120%;
  background-size:cover;
  margin-bottom:0;
  max-width:none;
  position:relative;
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
  -webkit-transform:translate3d(0px,0px,0px);
  transform:translate3d(0px,0px,0px);
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d
}
.wpb_row .nectar-parallax-scene[data-scene-position="center"] div{
  background-position:center
}
.wpb_row .nectar-parallax-scene[data-scene-position="bottom"] div{
  background-position:center bottom
}
.wpb_row .nectar-parallax-scene[data-scene-position="top"] div{
  background-position:center top
}


/* General */
body .full-width-section {
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
	box-sizing:content-box;
}
.full-width-section {
  -webkit-background-size:cover;
	background-size:cover;
  width:100%;
  position:relative;
}
.full-width-content.parallax_section{
  -webkit-background-size:cover;
	background-size:cover;
}
.full-width-content.vc_row-fluid .wpb_column{
  background-position:center;
  background-size:cover;
  -webkit-background-size:cover
}
.wpb_row{
  position:relative
}

.wpb_row.vc_row-o-full-height {
	min-height: 99vh;
}

.wpb_row .row-bg, 
.full-width-section .row-bg, 
#page-header-bg .page-header-bg-image-wrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  background-size:cover;
  -webkit-background-size:cover
}
body:not(.using-mobile-browser):not(.mobile) #page-header-bg .page-header-bg-image.translate {
  -webkit-transform: none!important;
	transform: none!important;
  height: 100%!important;
}
@media only screen and (max-width: 999px) {
  #page-header-bg[data-parallax="1"] .page-header-bg-image{
    height: calc(100% + 15px);
    top: auto;
    bottom: 0;
  }
}
.wpb_row .row-bg-wrap .row-bg-overlay {
  display:block;
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  content:' ';
  z-index:2;
  backface-visibility: hidden;
}
.row.right-align-text{
  text-align:right
}
.wpb_row[data-using-ctc="true"] h1, 
.wpb_row[data-using-ctc="true"] h2, 
.wpb_row[data-using-ctc="true"] h3, 
.wpb_row[data-using-ctc="true"] h4, 
.wpb_row[data-using-ctc="true"] h5, 
.wpb_row[data-using-ctc="true"] h6{
  color:inherit
}
.wpb_row.full-width-section, 
.wpb_row.full-width-content, 
body.material .wpb_row.full-width-section, 
body.material .wpb_row.full-width-content{
  margin-bottom:0
}
.wpb_row.full-width-content img, 
.wpb_row.full-width-content .img-with-aniamtion-wrap,
.wpb_row.full-width-content .img-with-aniamtion-wrap .hover-wrap{
  margin-bottom:0
}
body[data-ext-responsive="true"] .container .page-submenu &gt; .full-width-section .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
  padding: 0 90px!important;
}
.full-width-section &gt;.span_12 &gt;div:last-child {
  padding-bottom:0
}
.full-width-section &gt;.span_12 &gt;div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child, 
.full-width-section &gt;.span_12 .col &gt;div.boxed:not(.padding-2-percent):not(.padding-3-percent):not(.padding-4-percent):not(.padding-5-percent):not(.padding-6-percent):last-child{
  padding-bottom:15px!important
}
.full-width-section img{
  display:block;
  margin-bottom:0
}
html:not(.js) .full-width-section, 
html:not(.js) .full-width-content{
  visibility:visible
}
.full-width-section.parallax_section .row-bg, 
.full-width-content.parallax_section .row-bg, .wpb_row.parallax_section .row-bg{
  background-attachment:fixed
}
body .full-width-section.parallax_section .row-bg.translate, 
body .full-width-content.parallax_section .row-bg.translate, 
body .wpb_row.parallax_section .row-bg.translate, 
.nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg.translate, 
#page-header-bg .page-header-bg-image.translate, 
[data-parallax="true"] .swiper-slide .image-bg.translate {
  background-attachment:scroll;
  top:auto;
  bottom:0
}
body .full-width-content.parallax_section .row-bg, 
body .full-width-section.parallax_section .row-bg, 
body .wpb_row.parallax_section .row-bg {
  background-attachment:fixed
}
body[data-ajax-transitions="false"] .parallax_section .row-bg, 
body[data-ajax-transitions="false"] .parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
  opacity: 0;
  transition: opacity 0.2s ease;
}
_::-webkit-full-page-media, _:future, :root body[data-ajax-transitions="false"] .parallax_section .row-bg {
  opacity: 1;
}

body[data-ajax-transitions="false"] .parallax_section.top-level .row-bg:not([data-parallax-speed="fixed"]),
body:not([data-remove-m-parallax="1"]) .parallax_section.top-level .row-bg:not([data-parallax-speed="fixed"]) {
  opacity: 1;
  background-attachment: scroll;
  top: auto;
  bottom: 0;
}
@media only screen and (min-width: 1000px) {
  body:not([data-header-format="left-header"]) .parallax_section.top-level .row-bg[data-parallax-speed="slow"]:not([data-parallax-speed="fixed"]) {
    height: calc(100% + 90px);
  }
  body:not([data-header-format="left-header"]) .parallax_section.top-level .row-bg[data-parallax-speed="medium"]:not([data-parallax-speed="fixed"]) {
    height: calc(100% + 70px);
  }
  body:not([data-header-format="left-header"]) .parallax_section.top-level .row-bg[data-parallax-speed="fast"]:not([data-parallax-speed="fixed"]) {
    height: calc(100% + 40px);
  }
}
@media only screen and (max-width: 999px) {
  body .parallax_section.top-level .row-bg:not([data-parallax-speed="fixed"]) {
    height: calc(100% + 40px);
  }
}
body .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
  height: calc(100% + 40px);
}
body[data-ajax-transitions="false"] .parallax_section .nectar-recent-post-slide .row-bg, 
body[data-ajax-transitions="false"] .parallax_section.nectar-parallax-enabled .row-bg, 
body[data-ajax-transitions="false"] .parallax_section.nectar-parallax-enabled .nectar-recent-post-slide .nectar-recent-post-bg, 
body[data-ajax-transitions="false"] .parallax_section .row-bg[data-parallax-speed="fixed"], 
body[data-ajax-transitions="false"] .parallax_section .row-bg .nectar-recent-post-slide {
  opacity: 1;
}
.full-width-section.parallax_section .row-bg-wrap, 
.full-width-content.parallax_section .row-bg-wrap, 
.wpb_row.parallax_section .row-bg-wrap, 
.wpb_row .row-bg-wrap .inner-wrap {
  overflow:hidden;
  width:100.1%;
  height:100.1%;
  position:absolute;
  z-index:1;
  top:0;
  left:0
}

.wpb_row.parallax_section .row-bg-wrap,
.wpb_row .row-bg-wrap[data-bg-animation="zoom-out-reveal"] {
	z-index: 2;
}

.wpb_row .row-bg-wrap, 
.full-width-section .row-bg-wrap {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0 
}

/* Row border radius */
.wpb_row[data-br*="px"][data-br-applies="inner"] .row_col_wrap_12,
.wpb_row[data-br*="px"][data-br-applies="bg"] &gt; .row-bg-wrap {
	overflow: hidden;
}

.wpb_row[data-br="5px"][data-br-applies="inner"] .row_col_wrap_12, 
.wpb_row[data-br="5px"][data-br-applies="bg"] &gt; .row-bg-wrap,
.wpb_row[data-br="5px"][data-br-applies="bg"] &gt; .nectar-video-wrap,
.wpb_row[data-br="5px"][data-br-applies="bg"] &gt; .nectar-parallax-scene { 
	border-radius: 5px; 
}

.wpb_row[data-br="10px"][data-br-applies="inner"] .row_col_wrap_12,
.wpb_row[data-br="10px"][data-br-applies="bg"] &gt; .row-bg-wrap,
.wpb_row[data-br="10px"][data-br-applies="bg"] &gt; .nectar-video-wrap,
.wpb_row[data-br="10px"][data-br-applies="bg"] &gt; .nectar-parallax-scene { 
	border-radius: 10px; 
}

.wpb_row[data-br="20px"][data-br-applies="inner"] .row_col_wrap_12,
.wpb_row[data-br="20px"][data-br-applies="bg"] &gt; .row-bg-wrap,
.wpb_row[data-br="20px"][data-br-applies="bg"] &gt; .nectar-video-wrap,
.wpb_row[data-br="20px"][data-br-applies="bg"] &gt; .nectar-parallax-scene { 
	border-radius: 20px; 
}


/* Row and Col Background Animations */
.wpb_row .row-bg-wrap canvas.nectar-liquid-bg, 
.column-image-bg-wrap canvas.nectar-liquid-bg {
  z-index: 100;
  position: relative;
}
.wpb_row .row-bg-wrap .nectar-displacement {
  display: none;
}
.wpb_row .column-image-bg-wrap .nectar-displacement {
  display: none;
}
.row-bg-wrap[data-bg-animation*="fade"], .row-bg-wrap[data-bg-animation*="zoom"], 
.column-image-bg-wrap[data-bg-animation*="fade"], .column-image-bg-wrap[data-bg-animation*="zoom"] {
  overflow: hidden;
}
body:not(.compose-mode) .row-bg-wrap[data-bg-animation*="displace-filter"] .row-bg.using-image, 
body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation*="displace-filter"] .column-image-bg,
body:not(.compose-mode) #ajax-content-wrap .row-bg-wrap[data-bg-animation*="displace-filter"] .row-bg.using-image, 
body:not(.compose-mode) #ajax-content-wrap .column-image-bg-wrap[data-bg-animation*="displace-filter"] .column-image-bg {
  background-size: 0;
}
body:not(.compose-mode) .row-bg-wrap[data-bg-animation="displace-filter-fade"] .row-bg.using-image .nectar-liquid-bg, 
body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation="displace-filter-fade"] .nectar-liquid-bg {
  opacity: 0;
  transition: opacity 0.55s ease-out;
}
body:not(.compose-mode) .row-bg-wrap[data-bg-animation="displace-filter-fade"] .row-bg.using-image .nectar-liquid-bg.animated-in, 
body:not(.compose-mode) .column-image-bg-wrap[data-bg-animation="displace-filter-fade"] .nectar-liquid-bg.animated-in {
  opacity: 1;
}
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="fade-in"] .inner-wrap.using-image, 
.column-image-bg-wrap[data-bg-animation="fade-in"] .inner-wrap {
  opacity: 0;
  -webkit-transition: opacity 0.55s ease-out;
  transition: opacity 0.55s ease-out;
}
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="fade-in"] .inner-wrap.using-image.animated-in, 
.column-image-bg-wrap[data-bg-animation="fade-in"] .inner-wrap.animated-in {
  opacity: 1;
}
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap.using-image, 
.column-image-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap {
  -webkit-transform: scale(1.25);
  transform: scale(1.25);
  -webkit-transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
  transition: transform 2.5s cubic-bezier(0.1,0.55,0.4,1);
}
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-high"] .inner-wrap.using-image, 
.column-image-bg-wrap[data-bg-animation="zoom-out-high"] .inner-wrap {
  -webkit-transform: scale(1.6);
  transform: scale(1.6);
  -webkit-transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
  transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
}


.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
.row-bg-wrap[data-bg-animation="zoom-out-reveal"] {
	-webkit-transform: scale(0.7);
  transform: scale(0.7);
	overflow: hidden;
	opacity: 0;
  -webkit-transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1), opacity 0.4s ease-out;
  transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1), opacity 0.4s ease-out;
}

.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"][data-bg-overlay="true"],
.row-bg-wrap[data-bg-animation="zoom-out-reveal"][data-bg-overlay="true"] {
  -webkit-transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1), opacity 0.55s ease-out 0.2s;
  transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1), opacity 0.55s ease-out 0.2s;
}

.wpb_column .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"] {
	-webkit-transform: scale(0.7);
  transform: scale(0.7);
	opacity: 0;
	-webkit-transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), opacity 0.35s ease-out, transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
  transition: background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1), opacity 0.35s ease-out, transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
}

.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap,
.row-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap {
  -webkit-transform: scale(1.75);
  transform: scale(1.75);
  -webkit-transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
  transition: transform 1.3s cubic-bezier(0.12,0.75,0.4,1);
}



body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image, 
.column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap {
  -webkit-transform: scale(1.35);
  transform: scale(1.35);
  -webkit-transition: transform 8s cubic-bezier(0.1,0.2,.7,1);
  transition: transform 8s cubic-bezier(0.1,0.2,.7,1);
}
.column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap {
  -webkit-transform: scale(1.45);
  transform: scale(1.45);
}
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap.using-image.animated-in, 
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.using-image.animated-in, 
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap.animated-in, 
body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in, 
.column-image-bg-wrap[data-bg-animation="zoom-out"] .inner-wrap.animated-in, 
.column-image-bg-wrap[data-bg-animation="zoom-out-slow"] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation="zoom-out-high"] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap.animated-in,
.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in,
.column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"].animated-in {
  -webkit-transform: scale(1);
  transform: scale(1);
}

body[data-ajax-transitions] .row-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in, 
.column-image-bg-wrap[data-bg-animation="zoom-out-reveal"].animated-in,
.column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"].animated-in {
	opacity: 1;
}

.wpb_row .row-bg-wrap .inner-wrap {
  height: 100%;
  width: 100%;
}
.full-width-section.parallax_section .row-bg, 
.full-width-content.parallax_section .row-bg, 
.wpb_row.parallax_section .row-bg {
  position:absolute;
  z-index:1;
  top:0;
  left:0;
  background-size:cover;
  -webkit-background-size:cover
}
.full-width-section.no-cover .row-bg, 
.wpb_row .row-bg.no-cover, 
.full-width-section .row-bg.no-cover{
  background-size:auto!important;
  -webkit-background-size:auto
}
body .full-width-section &gt;.col.span_12{
  float:none
}
.full-width-section &gt;.col.span_12.light, 
.full-width-content &gt;.col.span_12.light, 
.col.span_12.light .wpb_text_column &gt;.wpb_wrapper &gt;ul{
  color:#fff
}

.vc_row.vc_row-o-equal-height&gt;.span_12&gt;.vc_column_container&gt;.vc_column-inner{
  width:100%
}
.vc_row.vc_row-o-equal-height&gt;.span_12&gt;.wpb_column &gt;.vc_column-inner &gt;.wpb_wrapper{
  min-height:1px
}
.vc_column_container&gt;.vc_column-inner {
  position: relative;
}
@media only screen and (max-width: 999px) {
  body .vc_row.vc_row-flex.vc_row-o-equal-height &gt; .span_12, 
  body .vc_row.vc_row-flex.vc_row-o-equal-height&gt;.span_12&gt;.vc_column_container&gt;.vc_column-inner, 
  body .vc_row.vc_row-flex.vc_row-o-equal-height&gt;.span_12&gt;.vc_column_container, 
  body .vc_row.vc_row-flex.vc_row-o-equal-height &gt; .fp-tableCell .full-page-inner-wrap-outer &gt; .full-page-inner-wrap &gt; .full-page-inner &gt; .span_12, 
  body .vc_row.vc_row-flex.vc_row-o-equal-height &gt; .fp-tableCell .full-page-inner-wrap-outer &gt; .full-page-inner-wrap &gt; .full-page-inner &gt; .span_12 &gt;.vc_column_container, 
  body .vc_row.vc_row-flex.vc_row-o-equal-height &gt; .fp-tableCell .full-page-inner-wrap-outer &gt; .full-page-inner-wrap &gt; .full-page-inner &gt; .span_12 &gt;.vc_column_container&gt;.vc_column-inner, 
  body .wpb_row.vc_row-flex.vc_row-o-equal-height &gt; .fp-tableCell .fp-scrollable &gt; .fp-scroller &gt; .full-page-inner-wrap-outer &gt; .full-page-inner-wrap&gt;.full-page-inner&gt;.span_12&gt;.vc_column_container&gt;.vc_column-inner {
    display: -webkit-flex;
    display: flex;
  }
}
@media (max-width: 1299px) and (min-width: 1000px) {
  .vc_hidden-md {
    display: none;
  }
}

/* Shape divider layer */
.nectar-shape-divider-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 3;
  transform: translateZ(0);
}
.post-area.span_9 .nectar-shape-divider-wrap {
  overflow: hidden;
}
.nectar-shape-divider-wrap[data-position="top"] {
  top: -1px;
  bottom: auto;
}
.nectar-shape-divider-wrap[data-position="top"] {
  transform: rotate(180deg) 
}
.nectar-shape-divider-wrap[data-front="true"] {
  z-index: 50;
}

@media only screen and (min-width: 1000px) {
	.nectar-shape-divider-wrap[data-style="curve"] .nectar-shape-divider {
	  filter: blur(0.5px);
	  transform: scale(1.03);
	}
}

.nectar-shape-divider-wrap[data-style="waves_opacity"] svg path:first-child {
  opacity: 0.6;
}
@media only screen and (min-width: 1000px) {
  .nectar-shape-divider-wrap[data-style="clouds"] .nectar-shape-divider {
    min-width: 1700px;
  }
}
@media only screen and (max-width: 999px) {
  .nectar-shape-divider-wrap[data-style="clouds"] .nectar-shape-divider {
    min-width: 800px;
  }
}
@media only screen and (max-width: 690px) {
  .nectar-shape-divider-wrap[data-style="clouds"] .nectar-shape-divider {
    min-width: 690px;
  }
}
.nectar-shape-divider-wrap[data-style="fan"] svg {
  width: 102%;
  left: -1%;
}
.nectar-shape-divider-wrap[data-style="fan"] svg polygon:nth-child(2) {
  opacity: 0.15;
}
.nectar-shape-divider-wrap[data-style="fan"] svg rect {
  opacity: 0.3;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:first-child {
  opacity: 0.1;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(2) {
  opacity: 0.12;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(3) {
  opacity: 0.18;
}
.nectar-shape-divider-wrap[data-style="mountains"] svg path:nth-child(4) {
  opacity: 0.33;
}
.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(1), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(1) {
  opacity: 0.15;
}
.nectar-shape-divider-wrap[data-style="curve_opacity"] svg path:nth-child(2), .nectar-shape-divider-wrap[data-style="waves_opacity_alt"] svg path:nth-child(2) {
  opacity: 0.3;
}
.nectar-shape-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
}
.nectar-shape-divider-wrap.no-color .nectar-shape-divider {
  fill: #fff;
}
@media only screen and (max-width: 999px) {
  .nectar-shape-divider-wrap:not([data-using-percent-val="true"]) .nectar-shape-divider {
    height: 75%;
  }
  .nectar-shape-divider-wrap[data-style="clouds"]:not([data-using-percent-val="true"]) .nectar-shape-divider {
    height: 55%;
  }
}
@media only screen and (max-width: 690px) {
  .nectar-shape-divider-wrap:not([data-using-percent-val="true"]) .nectar-shape-divider {
    height: 33%;
  }
  .nectar-shape-divider-wrap[data-style="clouds"]:not([data-using-percent-val="true"]) .nectar-shape-divider {
    height: 33%;
  }
}





/*-------------------------------------------------------------------------*/
/* 7. Column Styles
/*-------------------------------------------------------------------------*/

.col {
  position: relative;
  float: left;
}

/* Column boxed style */
.col.boxed:not(.wpb_column) {
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.2);
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
  background-color:#fff;
  padding:25px 15px 15px 15px;
  position:relative;
  -webkit-transition:top 0.2s ease,-webkit-box-shadow 0.2s ease;
  transition:top 0.2s ease,box-shadow 0.2s ease
}
.col.boxed .bottom-line, 
.wpb_column.boxed .bottom-line {
  height:1px;
  width:100%;
  display:block;
  position:absolute;
  bottom:2px;
  left:0;
  background-color:#E8E8E8
}

.col.boxed img, 
.wpb_column.boxed img{
  padding:0 15px
}

.col.boxed:not(.wpb_column):hover {
  top:-4px;
  -webkit-box-shadow:0 2px 3px rgba(0,0,0,0.3);
  box-shadow:0 2px 3px rgba(0,0,0,0.3)
}

.col.boxed.no-pointer-events{
  pointer-events:none
}


/* Center align content */
.col.centered-text, 
.wpb_column.centered-text{
  text-align:center
}

.centered-text .divider-small-border{
  margin:25px auto
}
.centered-text .divider-border[data-animate="yes"], 
.centered-text .divider-small-border[data-animate="yes"]{
  -webkit-transform-origin:center;
	transform-origin:center;
}

body .col.centered-text ul, 
body .wpb_column.centered-text ul{
  display:inline-block;
  text-align:center;
  margin-left:0
}
.col.centered-text ul, 
.wpb_column.centered-text ul{
  text-align:left
}

body .col.centered-text img,
body .wpb_column.centered-text img, 
.col.center img{
  margin-left: auto;
  margin-right: auto;
}

/* Background */
.wpb_column{
  background-position:center
}
.wpb_column[data-video-bg="true"] .wpb_wrapper, 
.wpb_column[data-overlay-color="true"] .wpb_wrapper, 
.wpb_column[data-has-bg-color="true"] .wpb_wrapper, 
.wpb_column[data-using-bg="true"] .wpb_wrapper,
.wpb_column[data-hover-bg^="#"] .wpb_wrapper{
  position:relative;
  z-index:2
}
.wpb_column .column-bg-overlay,
.wpb_column .column-bg-overlay-wrap {
  pointer-events: none;
  position:absolute;
  z-index:0;
  height:100%;
  width:100%;
  top:0;
  left:0;
  content:' ';
  display:block;
  opacity:0;
  transition:background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition:background-color 0.45s cubic-bezier(0.25, 1, 0.33, 1),opacity 0.45s cubic-bezier(0.25, 1, 0.33, 1);
}

.vc_column-inner .column-overlay-layer {
	pointer-events: none;
	position:absolute;
	z-index:0;
	height:100%;
	width:100%;
	top:0;
	left:0;
	content:' ';
	display:block;
}

.wpb_column .column-bg-overlay-wrap {
	opacity: 1;
}

.column-link{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  display:block;
  z-index:10
}


/* Border layer */
/* (Bulk Loaded conditionally) - See css/elements/wpb-column-border.css */





.img-with-aniamtion-wrap[data-border-radius="3px"] .img-with-animation,
.img-with-aniamtion-wrap[data-border-radius="3px"] .hover-wrap,
.nectar_video_player_self_hosted[data-border-radius="3px"] .wpb_video_wrapper {
  border-radius: 3px;
}

.img-with-aniamtion-wrap[data-border-radius="5px"] .img-with-animation,
.img-with-aniamtion-wrap[data-border-radius="5px"] .hover-wrap,
.nectar_video_player_self_hosted[data-border-radius="5px"] .wpb_video_wrapper {
  border-radius: 5px;
}

.img-with-aniamtion-wrap[data-border-radius="10px"] .img-with-animation,
.img-with-aniamtion-wrap[data-border-radius="10px"] .hover-wrap,
.nectar_video_player_self_hosted[data-border-radius="10px"] .wpb_video_wrapper {
  border-radius: 10px;
}

.img-with-aniamtion-wrap[data-border-radius="15px"] .img-with-animation,
.img-with-aniamtion-wrap[data-border-radius="15px"] .hover-wrap,
.nectar_video_player_self_hosted[data-border-radius="15px"] .wpb_video_wrapper {
  border-radius: 15px;
}

.img-with-aniamtion-wrap[data-border-radius="20px"] .img-with-animation,
.img-with-aniamtion-wrap[data-border-radius="20px"] .hover-wrap,
.nectar_video_player_self_hosted[data-border-radius="20px"] .wpb_video_wrapper {
  border-radius: 20px;
}


@media only screen and (min-width:1000px){
  
  .wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap &gt;.border-top,
  .wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap &gt;.border-bottom{
    transition:transform 1s cubic-bezier(0.19,1,0.22,1);
    transform:scaleX(0)
  }
  .wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap &gt;.border-left, 
  .wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap &gt;.border-right{
    -webkit-transition:transform 1s cubic-bezier(0.19,1,0.22,1);
    -webkit-transform:scaleY(0);
    transition:transform 1s cubic-bezier(0.19,1,0.22,1);
    transform:scaleY(0)
  }
}

.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-top, 
.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-bottom {
  transform: scaleX(1);
}
.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-top {
  transform-origin: left;
}
.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-bottom {
  transform-origin: right;
}
.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-left, 
.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-right {
  transform: scaleY(1);
}
.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-left {
  transform-origin: bottom;
}
.wpb_column[data-border-animation="true"] .vc_column-inner &gt; .border-wrap.animation &gt; .border-right {
  transform-origin: top;
}



/* General */
.col.span_3 .col.span_12 i, 
.col.span_4 .col.span_12 i{
  margin-bottom:0
}
body .wpb_text_column{
  margin-bottom:0
}
.wpb_animate_when_almost_visible {
  opacity: 0;
}
.wpb_start_animation {
  opacity: 1;
}
body .wpb_text_column h2:last-child, 
body .wpb_text_column h3:last-child{
  margin-bottom:10px
}






/*-------------------------------------------------------------------------*/
/* 8. Third Party Styling
/*-------------------------------------------------------------------------*/

/* carouFredSel */
.carousel-outer{
  overflow:hidden;
  margin-right:2px
}
body[data-ajax-transitions="true"] .row.carousel{
  opacity:1
}
.carousel-heading{
  z-index:100;
  position:relative;
  margin-bottom:7px;
  min-height:23px
}
.carousel-heading h2{
  font-weight:700;
  text-transform:uppercase;
  letter-spacing:2px;
  font-size:12px;
  margin-left:10px;
  margin-bottom:7px
}
.carousel-wrap .item-count{
  font-size:12px
}
.carousel-wrap[data-full-width="false"] .carousel-heading h2{
  font-size:12px
}
html:not(.js) .carousel-heading{
  display:none
}
.carousel-wrap[data-ctc="light"] .carousel-heading h2, 
.ascend .carousel-wrap[data-ctc="light"] .carousel-next i, 
.ascend .carousel-wrap[data-ctc="light"] .carousel-prev i, 
.carousel-wrap[data-ctc="light"] .item-count, 
.carousel-wrap[data-full-width="true"][data-ctc="light"] .carousel-heading i{
  color:#fff
}
.recent-work-carousel[data-ctc="light"][data-full-width="true"] .carousel-heading{
  background-color:#252525
}


.caroufredsel_wrapper,
.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info a, 
.woocommerce .products-carousel ul.products .product a{
  cursor:grab!important;
  cursor:-moz-grab!important;
  cursor:-webkit-grab!important;
  margin:0!important
}

.caroufredsel_wrapper.active,
.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item .work-info .active, 
.woocommerce .products-carousel ul.products .product a.active{
  cursor:grabbing!important;
  cursor:-moz-grabbing!important;
  cursor:-webkit-grabbing!important
}

body .carousel-wrap{
  position:relative;
  overflow:hidden;
  margin:0 -10px 0 -10px
}
body .full-width-section .carousel-wrap{
  margin-bottom:0
}
.carousel-wrap[data-full-width="true"]{
  padding:0 18px;
}
.carousel-wrap[data-full-width="true"] .carousel-heading{
  background-color:#f8f8f8;
  padding:43px 0 40px 0;
  margin-bottom:0;
  text-align:center
}
body .carousel-wrap[data-full-width="true"] .carousel-heading h2{
  font-size:24px;
  line-height:36px;
  letter-spacing:0.5px;
  margin:0 auto;
  max-width:900px;
  text-transform:none;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:300
}
.carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link, 
.carousel-wrap[data-full-width="true"] .carousel-heading .carousel-prev, 
.carousel-wrap[data-full-width="true"] .carousel-heading .carousel-next {
  top:8px!important
}
.carousel-wrap[data-full-width="true"] .carousel-heading a{
  background-color:transparent
}
.carousel-wrap[data-full-width="true"] .carousel-heading i{
  background-color:transparent;
  color:#888;
  font-size:30px;
  line-height:28px;
  transition:color 0.2s ease 0s
}
body .carousel-wrap[data-full-width="true"] .carousel-heading .container{
  min-height:40px
}
body[data-smooth-scrolling="0"] .carousel-wrap[data-full-width="true"]{
  padding:0
}
.carousel-wrap .work-item.style-2, 
.carousel-wrap[data-full-width="true"]{
  margin-bottom:0;
}

.carousel-wrap[data-full-width="true"] .span_4.no-margin {
  margin: 0;
}

.full-width-content .caroufredsel_wrapper{
  overflow:visible!important
}
.carousel-wrap .carousel-heading{
  padding:0
}
html:not(.js) .carousel-wrap{
  display:none
}
.carousel-wrap .left-border, 
.carousel-wrap .right-border{
  width:10px;
  display:block;
  height:100%;
  position:absolute;
  top:0;
  z-index:100;
  background-color:#f8f8f8
}
.carousel-wrap .left-border{
  left:0
}
.carousel-wrap .right-border{
  right:0
}
.carousel-next, 
.carousel-prev{
  background-color:#dadada;
  cursor:pointer;
  display:block;
  margin-left:5px;
  line-height:22px;
  -webkit-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
  background-repeat:no-repeat;
  position:absolute;
  top:0;
  height:20px;
  width:20px;
  -webkit-border-radius:1px;
	border-radius:1px;
  text-align:center
}
.carousel-wrap[data-full-width="true"] .carousel-next, 
.carousel-wrap[data-full-width="true"] .carousel-prev{
  height:28px;
  width:44px
}
.carousel-wrap[data-full-width="true"] .carousel-next{
  text-align:right
}
.carousel-wrap[data-full-width="true"] .carousel-prev{
  text-align:left
}
.carousel-next{
  right:0;
  padding-left:1px
}
.carousel-prev{
  right:25px;
  padding-right:1px
}
.carousel-wrap[data-full-width="false"] .control-wrap{
  position:absolute;
  right:0;
  top:0
}
.carousel-next i, 
.carousel-prev i,
.carousel-wrap .carousel-next i, 
.carousel-wrap .carousel-prev i{
  background-color:transparent;
  line-height:24px;
  font-size:14px
}
.carousel-prev:hover, .carousel-next:hover{
  background-color:#000
}
ul.row.carousel{
  opacity:0
}
#ajax-content-wrap .carousel-wrap[data-full-width="true"] .span_4.no-margin
.carousel-wrap[data-full-width="true"] .span_4.no-margin{
  margin:0
}
.carousel-wrap[data-full-width="true"].default-style{
  padding:0 20px!important
}
.carousel-wrap[data-full-width="true"] .work-meta{
  padding:0 15px
}
.carousel-wrap[data-full-width="true"].default-style .work-meta,
.carousel-wrap[data-full-width="true"]{
  padding:0!important
}
body .carousel .span_4, 
body .portfolio-items.carousel .span_4{
  margin:0 10px 0 10px
}
.carousel-wrap[data-full-width="true"].default-style .span_4{
  margin:0 15px 0 15px
}
.carousel .span_4 .clear{
  padding-bottom:0;
  margin-bottom:0
}

/* Owl carousel */
.owl-carousel{
  display:none;
  width:100%;
  -webkit-tap-highlight-color:transparent;
  position:relative;
  z-index:1
}
.owl-carousel .owl-stage{
  position:relative;
  padding:25px 0;
  cursor:-webkit-grab;
  cursor:-moz-grab;
  -ms-touch-action:pan-Y
}
.owl-carousel .owl-stage:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
.owl-carousel .owl-stage-outer{
  position:relative;
  overflow:hidden;
  -webkit-transform:translate3d(0px,0px,0px)
}
.owl-carousel .owl-item{
  position:relative;
  min-height:1px;
  float:left;
  -webkit-backface-visibility:hidden;
  -webkit-tap-highlight-color:transparent;
  -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
  display:block;
  width:100%;
  -webkit-transform-style:preserve-3d
}
.owl-carousel .owl-nav.disabled, 
.owl-carousel .owl-dots.disabled{
  display:none
}
.owl-carousel .owl-nav .owl-prev, 
.owl-carousel .owl-nav .owl-next, 
.owl-carousel .owl-dot{
  cursor:pointer;
  -webkit-user-select:none;
  -khtml-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.owl-carousel.owl-loaded{
  display:block
}
.owl-carousel.owl-loading{
  opacity:0;
  display:block
}
.owl-carousel.owl-hidden{
  opacity:0
}
.owl-carousel.owl-refresh .owl-item{
  display:none
}
.owl-carousel.owl-drag .owl-item{
  -webkit-user-select:none;
  -moz-user-select:none;
  -ms-user-select:none;
  user-select:none
}
.owl-carousel.owl-grab, .owl-stage.owl-grab{
  cursor:-webkit-grabbing;
  cursor:-moz-grabbing
}
.owl-carousel.owl-rtl{
  direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
  float:right
}
/* No Js */
.no-js .owl-carousel{
  display:block
}
/* * Owl Carousel - Animate Plugin */
.owl-carousel .animated{
  animation-duration:1000ms;
  animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
  z-index:0
}
.owl-carousel .owl-animated-out{
  z-index:1
}
.owl-carousel .fadeOut{
  animation-name:fadeOut
}
@keyframes fadeOut{
  0%{
    opacity:1
  }
  100%{
    opacity:0
  }
}
.owl-height{
  transition:height 500ms ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
  opacity:0;
  transition:opacity 400ms ease
}
.owl-carousel .owl-item img.owl-lazy{
  transform-style:preserve-3d
}
.owl-theme .owl-nav{
  margin-top:10px;
  text-align:center;
  -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-nav [class*='owl-']{
  color:#FFF;
  font-size:14px;
  margin:5px;
  padding:4px 7px;
  background:#D6D6D6;
  display:inline-block;
  cursor:pointer;
  border-radius:3px
}
.owl-theme .owl-nav [class*='owl-']:hover{
  background:#869791;
  color:#FFF;
  text-decoration:none
}
.owl-theme .owl-nav .disabled{
  opacity:0.5;
  cursor:default
}
.owl-theme .owl-nav.disabled+.owl-dots{
  margin-top:10px
}
.owl-theme .owl-dots{
  text-align:center;
  -webkit-tap-highlight-color:transparent
}
.owl-theme .owl-dots .owl-dot{
  display:inline-block;
  zoom:1;
  background: none;
  border: none;
  padding: 0;
}
.owl-theme .owl-dots .owl-dot span{
  width:6px;
  height:6px;
  margin:5px 7px;
  background:rgba(0,0,0,0.25);
  display:block;
  -webkit-backface-visibility:visible;
  border-radius:30px;
  -webkit-transition:all 0.13s ease;
	transition:all 0.13s ease;
  -webkit-transform:scale(0.9);
	transform:scale(0.9);
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span{
  background:#869791
}
.span_12.light .owl-theme .owl-dots .owl-dot span{
  background:rgba(255,255,255,0.5)
}
.span_12.light .owl-theme .owl-dots .owl-dot.active span, 
.span_12.light .owl-theme .owl-dots .owl-dot:hover span{
  background:#fff
}
.owl-theme .owl-dots .owl-dot.active span{
  -webkit-transform:scale(1.5);
	transform:scale(1.5);
}
.owl-carousel[data-column-padding="5px"] .carousel-item{
  padding:6px
}
.owl-carousel[data-column-padding="10px"] .carousel-item{
  padding:11px
}
.owl-carousel[data-column-padding="15px"] .carousel-item{
  padding:16px
}
.owl-carousel[data-column-padding="20px"] .carousel-item{
  padding:21px
}
.owl-carousel[data-column-padding="30px"] .carousel-item{
  padding:31px
}
.owl-carousel[data-column-padding="40px"] .carousel-item{
  padding:41px
}
.owl-carousel[data-column-padding="50px"] .carousel-item{
  padding:51px
}
.owl-carousel.moving a{
  pointer-events:none
}
.owl-carousel[data-enable-animation="true"] .owl-stage &gt;.owl-item{
  opacity:0;
  -ms-transform:translateY(70px);
  -webkit-transform:translateY(70px);
  transform:translateY(70px)
}
.owl-carousel[data-enable-animation="true"] .owl-controls{
  opacity:0
}
.owl-carousel[data-enable-animation="true"].animated-in .owl-controls{
  opacity:1;
  -ms-transition:opacity 0.5s;
  -webkit-transition:opacity 0.5s;
  transition:opacity 0.5s
}


/* Revolution Slider */
rs-module video {
	visibility: visible;
}


/* Orbit */
.home-wrap {
  padding-top:3em;
  margin-bottom:0;
  padding-bottom:0;
  position:relative;
  z-index:100;
  background-color:#f8f8f8
}
html:not(.js) .home-wrap{
  padding-top:0
}
.home-wrap .full-width-section.first-section{
  margin-top:-37px
}

/* WP Job Manager */
.single_job_listing .company img {
	height: 3em;
}
.single_job_listing .meta li {
	list-style: none;
}

/* Flexslider */
.flex-gallery{
  margin:0;
  padding:0
}
.flex-gallery .slides &gt;li{
  display:none;
  -webkit-backface-visibility:hidden
}
.flex-gallery .slides img{
  width:99.8%;
  display:block
}
.flex-pauseplay span{
  text-transform:capitalize
}
.slides:after{
  content:".";
  display:block;
  clear:both;
  visibility:hidden;
  line-height:0;
  height:0
}
html[xmlns] .slides{
  display:block
}
* html .slides{
  height:1%
}
.no-js .slides &gt;li:first-child{
  display:block
}
.flex-gallery{
  margin:0 0 15px;
  position:relative;
  zoom:1;
  background-color:transparent
}
.flex-viewport{
  max-height:2000px;
  -webkit-transition:all 1s ease;
  transition:all 1s ease
}
.loading .flex-viewport{
  max-height:300px
}
.flex-gallery .slides{
  zoom:1
}
.flex-gallery ul{
  position:relative;
  z-index:1000;
  margin:0
}
.flex-gallery .flex-direction-nav{
  margin:0;
  position:absolute;
  top:8px
}
.flex-gallery ul li{
  list-style:none
}
.flex-gallery ul li img{
  margin-bottom:0
}
.carousel li{
  margin-right:0;
  margin-left:0
}
.flex-control-nav{
  display:none
}
.flex-direction-nav{
  *height:0
}
.flex-direction-nav a{
  display:block;
  line-height:22px;
  position:relative;
  background-color:#000;
  height:25px;
  width:25px;
  text-align:center;
  -webkit-transition:all 0.2s ease;
  transition:all 0.2s ease;
  -webkit-border-radius:1px 1px 1px 1px;
	border-radius:1px 1px 1px 1px;
}
.flex-direction-nav a i{
  line-height:29px;
  font-size: 16px;
  color:#fff;
  background-color:transparent
}
.flex-direction-nav .flex-next{
  padding-left:2px
}
.flex-direction-nav .flex-prev{
  padding-right:2px
}
body #ajax-content-wrap .flex-gallery .flex-direction-nav li{
  float:left;
  margin-left:7px
}
.flex-direction-nav a:hover{
  background-color:#333
}
.flex-direction-nav .flex-next span{
  background-position:right top;
  top:9px;
  right:9px;
  position:absolute;
  display:block;
  height:15px;
  width:15px;
  z-index:100
}
.flex-direction-nav .flex-prev span{
  background-position:left top;
  top:9px;
  left:9px;
  position:absolute;
  display:block;
  height:15px;
  width:15px;
  z-index:100
}


/* Slider paginations */
body.mobile.material [data-bullet_style="see_through"] .slider-pagination {
  bottom: 13px;
}
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
  position: relative;
  top: 50%;
}
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
  display: block;
  content: '';
}
.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot, 
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot, 
.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot, 
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot, .nectar-woo-flickity .flickity-page-dots .dot, 
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch {
  width:30px;
  margin:0;
  opacity:0.35
}
.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot:before, 
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot:before, 
.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot:before, 
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, 
.nectar-quick-view-box .flickity-page-dots .dot:before, .nectar-woo-flickity .flickity-page-dots .dot:before, 
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch:before {
  width:6px;
  height:6px;
  transition:all 0.25s ease;
  border-radius:50%;
  margin-left:11px;
  background-color:transparent;
  box-shadow:inset 0 0 0 5px #000
}
.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot.is-selected, 
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected, 
.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot.is-selected, 
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected, 
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch, 
.nectar-quick-view-box .flickity-page-dots .dot.is-selected, 
.nectar-woo-flickity .flickity-page-dots .dot {
  opacity:1
}
.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot.is-selected:before,
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected:before, 
.testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot.is-selected:before, 
.nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before, 
.nectar-woo-flickity .flickity-page-dots .dot.is-selected:before, 
.nectar-quick-view-box .flickity-page-dots .dot.is-selected:before, 
body.material [data-bullet_style="see_through"] .slider-pagination .swiper-pagination-switch.swiper-active-switch:before {
  -webkit-transform:scale(2);
  transform:scale(2);
  box-shadow:inset 0 0 0 1px #000;
  background-color:transparent
}
.span_12.light .nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot:before, 
.span_12.light .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot:before, 
.span_12.light .testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot:before, 
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot:before, 
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot:before, 
body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch:before {
  box-shadow:inset 0 0 0 5px #fff
}
.span_12.light .nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot.is-selected:before, 
.span_12.light .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot.is-selected:before, 
.span_12.light .testimonial_slider[data-style="multiple_visible_minimal"] .flickity-page-dots .dot.is-selected:before, 
.span_12.light .nectar-woo-flickity .flickity-page-dots .dot.is-selected:before, 
.span_12.light .nectar-recent-posts-slider_multiple_visible .flickity-page-dots .dot.is-selected:before, 
body.material [data-bullet_style="see_through"] .slider-pagination:not(.dark-cs) .swiper-pagination-switch.swiper-active-switch:before {
  box-shadow:inset 0 0 0 1px #fff
}
.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots,
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots{
  bottom:-85px;
  margin:0
}
.nectar-flickity[data-control-style="material_pagination"]:not(.masonry) .flickity-viewport,
.nectar-flickity[data-controls="material_pagination"]:not(.masonry) .flickity-viewport{
  margin:110px 0 130px 0
}





iframe.iframe-embed, 
iframe{
  max-width:100%
}
html:not(.js) .main-content iframe[src], 
.main-content #sidebar iframe[src], 
.wc-braintree-hosted-field iframe{
  opacity:1
}
.iframe-embed-standard iframe{
  width:100%!important
}

/* Media Element Styles (mejs) */
body .mejs-container .mejs-controls &gt;.mejs-horizontal-volume-slider{
  height:26px;
  width:56px;
  position:relative;
  display:block;
  float:left;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total{
  background:rgba(255,255,255,.33)
}
.mejs-controls .mejs-button button:focus{
  outline:none
}

body[data-button-style*="_rounded"] .mejs-button&gt;button,
body[data-button-style^="rounded"] .mejs-controls .mejs-pause button,
body .mejs-controls .mejs-pause {
  border-radius: 0!important;
}

video, audio{
  visibility:hidden
}
.mejs-controls .mejs-time-rail .mejs-time-loaded{
  background-color:rgba(255,255,255,0.3)!important
}
.mejs-video .mejs-controls .mejs-time-rail{
  padding-top:12px
}
.mejs-audio .mejs-controls .mejs-time-rail{
  padding-top:11px
}
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-current, 
.mejs-video .mejs-controls .mejs-time-rail span, 
.mejs-video .mejs-controls .mejs-time-rail a, 
.mejs-video .mejs-controls .mejs-time-rail .mejs-time-loaded{
  height:8px
}
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-current, 
.mejs-audio .mejs-controls .mejs-time-rail span, 
.mejs-audio .mejs-controls .mejs-time-rail a, 
.mejs-audio .mejs-controls .mejs-time-rail .mejs-time-loaded{
  height:8px
}
#ajax-content-wrap .mejs-container{
  background-color:transparent;
  background-image:none!important
}
.wp-video{
  margin-bottom:20px;
}
.wp-video, 
.mejs-container .mejs-poster img{
  max-width:none!important;
  width:100%!important
}
.wp-video-shortcode.mejs-container .mejs-poster img{
  visibility:hidden;
  display: block;
  margin-bottom: 0;
}
.mejs-container-fullscreen .mejs-poster img{
  height:100%!important
}
body .mejs-poster{
  background-size:cover
}
body .mejs-container .mejs-controls .mejs-time{
  opacity:0.8;
}
body .mejs-controls button{
  transition:opacity 0.15s ease
}
body .mejs-controls button:hover, 
.mejs-controls .mejs-fullscreen-button:hover button{
  opacity:0.8
}

#ajax-content-wrap .mejs-controls .mejs-time-rail .mejs-time-total{
  background-color:rgba(255,255,255,0.25)
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current{
  background:transparent!important
}
body .mejs-controls .mejs-button button{
  font-size:18px;
  color:#fff;
  width:auto;
  position:relative;
  display:inline-block;
  background-image:none
}
body .mejs-controls button:before{
  text-decoration:inherit;
  display:inline-block;
  speak:none
}
body .mejs-controls .mejs-play button:before{
  content:"\e052"
}
body .mejs-controls .mejs-mute button:before{
  content:"\e098"
}
body .mejs-controls .mejs-unmute button:before{
  content:"\e099"
}
body .mejs-controls .mejs-fullscreen-button button:before{
  content:"\e110";
  font-size:17px
}
body .mejs-controls .mejs-fullscreen-button.mejs-unfullscreen button:before{
  content:"\e111"
}
body .mejs-button.mejs-volume-button{
  margin-left:5px
}
body .mejs-controls .mejs-pause{
  top:2px;
  left:2px;
  position:relative;
}

body .mejs-controls .mejs-pause button{
  border-left:3px solid #fff;
  border-right:3px solid #fff;
  width:9px;
  height:12px;
  right:3px;
  top:2px
}
#ajax-content-wrap .mejs-container.mejs-audio{
  height:44px!important;
  background-color:rgba(0,0,0,1)
}
#ajax-content-wrap .mejs-container.mejs-audio .mejs-playpause-button {
  margin-left: 0;
}

body .mejs-container.mejs-audio .mejs-controls, 
body .masonry-blog-item .mejs-container.mejs-video .mejs-controls{
  height:42px
}
#ajax-content-wrap .masonry-blog-item .mejs-container.mejs-video .mejs-controls .mejs-playpause-button{
  margin-left:10px
}
#ajax-content-wrap .masonry-blog-item .mejs-container .mejs-fullscreen-button{
  margin-right:10px
}
body .masonry-blog-item .mejs-container:not(.mejs-audio) .mejs-controls:before{
  height:250%
}
body .mejs-container:not(.mejs-audio) .mejs-controls:before{
  background:-webkit-linear-gradient(top,rgba(255,255,255,0) -2%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.04) 44%,rgba(0,0,0,0.8) 100%,rgba(0,0,0,0.6) 100%);
  background:linear-gradient(rgba(255,255,255,0) -2%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.04) 44%,rgba(0,0,0,0.8) 100%,rgba(0,0,0,0.6) 100%);
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  height:400%;
  z-index:11;
  border-radius:4px;
  content:' '
}
body .mfp-wrap .mfp-content .mejs-container:not(.mejs-audio) .mejs-controls:before {
  border-radius: 0;
}
body .mejs-container .mejs-controls &gt;*{
  z-index:100;
  position:relative
}
body .mejs-container .mejs-controls{
  background:none!important;
  height:50px
}
#ajax-content-wrap .mejs-playpause-button{
  margin-left:20px
}
#ajax-content-wrap .mejs-fullscreen-button{
  margin-right:20px
}
body .mejs-video .mejs-controls .mejs-time-rail .mejs-time-float{
  color:#fff;
  border:none;
  background-color:transparent
}
body .mejs-controls .mejs-time-rail .mejs-time-float-corner{
  border-color:transparent transparent
}
body .mejs-audio .mejs-controls .mejs-time-rail .mejs-time-float{
  border:none;
  background-color:#fff;
  height:15px;
  box-shadow:0 2px 12px rgba(0,0,0,0.25)
}
#header-outer .wpml-ls-menu-item .wpml-ls-flag{
  margin-bottom:0
}



/* Isotope */
.isotope-item{
  z-index:2
}
.isotope-hidden.isotope-item{
  pointer-events:none;
  z-index:1
}
.isotope{
  -webkit-transition-property:height;
  -ms-transition-property:height;
  transition-property:height
}
.isotope .isotope-item{
  -webkit-transition-property:-webkit-transform,opacity;
  -ms-transition-property: -ms-transform,opacity;
  transition-property: transform,opacity
}


/* BBPress */
.bbp-author-avatar img{
  margin-bottom:-3px
}
body #bbpress-forums fieldset.bbp-form{
  border:1px solid #D9D9D9
}
#bbpress-forums fieldset.bbp-form p{
  padding-bottom:10px
}
#bbpress-forums .bbp-header, 
#bbpress-forums .bbp-footer{
  font-weight:normal
}
#bbpress-forums .bbp-body ul.forum, 
#bbpress-forums .bbp-body ul.topic{
  padding-left:15px
}
#bbpress-forums .bbp-forum-header, 
#bbpress-forums .bbp-topic-header, 
#bbpress-forums .bbp-reply-header{
  background-color:#f4f4f4
}
.bbp-topic-meta{
  margin-top:1px
}
#bbpress-forums .bbp-header{
  background-color:#f1f1f1
}
#bbpress-forums .wp-editor-container, 
#bbpress-forums ul.bbp-lead-topic, 
#bbpress-forums ul.bbp-topics, 
#bbpress-forums ul.bbp-forums, 
#bbpress-forums ul.bbp-replies, 
#bbpress-forums ul.bbp-search-results{
  border:1px solid #DDD
}
.bbp-topic-permalink{
  font-size:14px
}
.topic .bbp-topic-title{
  margin-top:2px
}
.bbp-template-notice p{
  padding:4px
}
#bbp_search_submit, #members_search_submit{
  padding:10px 11px
}
#bbpress-forums #subscription-toggle{
  color:#ccc
}
body #bbpress-forums fieldset.bbp-form{
  padding-bottom:20px
}


/* BuddyPress */
body #buddypress form.bp-dir-search-form button[type="submit"] {
  padding: 10px .7em!important;
}
.material .buddypress-wrap form.bp-dir-search-form input[type="search"]:focus {
  box-shadow: none;
}
.buddypress-wrap form.bp-dir-search-form button[type=submit] span {
  line-height: 1em;
}
body[data-form-style="minimal"] #buddypress input[type="text"], 
body[data-form-style="minimal"] #buddypress input[type="password"], 
body[data-form-style="minimal"] #buddypress input[type="email"] {
  padding-left: 10px;
  padding-right: 10px;
}
#buddypress input[type=submit]:hover {
  color: #fff;
}
#buddypress .activity-update-form #whats-new-submit input[type=submit] {
  line-height: 1em;
}
body[data-form-style="minimal"] #buddypress textarea {
  background-color: rgba(0,0,0,0.018);
  border-radius: 4px;
  border: 1px solid rgba(0,0,0,0.05);
  padding: 10px;
  -webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.buddypress-wrap .bp-feedback.bp-messages p {
  padding-bottom: 0;
}
#buddypress form#whats-new-form textarea{
  width:100%!important
}
.buddypress h1{
  margin-bottom:30px
}

/* Events calendar */
.tribe-events-c-view-selector ul li,
.tribe-events .tribe-events-c-top-bar__nav-list-item {
	list-style: none;
}



/*-------------------------------------------------------------------------*/
/* 9. Salient Elements
/*-------------------------------------------------------------------------*/

/* 9.1. Animated Title */
.nectar-animated-title, 
body .wpb_wrapper &gt; .nectar-animated-title {
  margin-bottom:0
}
.nectar-animated-title-inner{
  display:inline-block;
  overflow:hidden;
  position:relative;
  margin-bottom:10px
}
.nectar-animated-title h6{
  padding:5px 10px
}
.nectar-animated-title h5{
  padding:6px 12px
}
.nectar-animated-title h4{
  padding:7px 14px
}
.nectar-animated-title h3{
  padding:8px 16px
}
.nectar-animated-title h2{
  padding:10px 20px
}
.nectar-animated-title h1{
  padding:15px 30px
}
.nectar-animated-title .nectar-animated-title-inner .wrap &gt;*{
  margin-bottom:0;
  position:relative;
  z-index:100;
  color:#fff
}
.nectar-animated-title .nectar-animated-title-inner:after{
  display:block;
  background-color:#000;
  content:' ';
  position:absolute;
  z-index:10;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.nectar-animated-title .nectar-animated-title-outer{
  display:inline-block
}
.nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-outer{
  perspective:1000px
}
.nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner{
  -ms-transform:rotateX(-90deg) translateZ(0);
  -webkit-transform:rotateX(-90deg) translateZ(0);
  transform:rotateX(-90deg) translateZ(0);
  -ms-transform-origin:0px 0px 0px;
  -webkit-transform-origin:0px 0px 0px;
  transform-origin:0px 0px 0px;
  opacity:0;
  box-shadow:rgba(0,0,0,0.13) 0px 6px 20px
}
.nectar-animated-title[data-style="hinge-drop"].completed .nectar-animated-title-inner{
  -ms-transform:rotateX(0deg) translateZ(0);
  -webkit-transform:rotateX(0deg) translateZ(0);
  transform:rotateX(0deg) translateZ(0);
  opacity:1;
  -ms-transition:transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1);
  transition:transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1);
  -webkit-transition:-webkit-transform 1.3s cubic-bezier(0.2,1,0.2,1),opacity 1.3s cubic-bezier(0.2,1,0.2,1)
}
.nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after{
  -ms-transform-origin:left;
  -ms-transform:scale(0,1);
  transform-origin:left;
  transform:scale(0,1)
}
.nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap{
  overflow:hidden;
  -ms-transform:translateX(-100%) translateZ(0);
  -webkit-transform:translateX(-100%) translateZ(0);
  transform:translateX(-100%) translateZ(0);
  position:relative;
  z-index:100
}
.nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *{
  -ms-transform:translateX(100%) translateZ(0);
  -webkit-transform:translateX(100%) translateZ(0);
  transform:translateX(100%) translateZ(0);
  display:block
}
.nectar-animated-title[data-style="color-strip-reveal"].completed .nectar-animated-title-inner .wrap, 
.nectar-animated-title[data-style="color-strip-reveal"].completed .nectar-animated-title-inner .wrap *{
  -ms-transform:translateX(0%) translateZ(0);
  -webkit-transform:translateX(0%) translateZ(0);
  transform:translateX(0%) translateZ(0);
  -ms-transition:transform 0.7s cubic-bezier(0.85,0,0.12,1);
  -webkit-transition:-webkit-transform 0.7s cubic-bezier(0.85,0,0.12,1);
  transition:transform 0.7s cubic-bezier(0.85,0,0.12,1)
}
.nectar-animated-title[data-style="color-strip-reveal"].completed .nectar-animated-title-inner:after{
  -webkit-animation:colorStripReveal 0.7s cubic-bezier(0.85,0,0.12,1) forwards;
  animation:colorStripReveal 0.7s cubic-bezier(0.85,0,0.12,1) forwards
}
@keyframes colorStripReveal{
  0%{
    transform:scale(0,1) translateZ(0)
  }
  100%{
    transform:scale(1,1) translateZ(0)
  }
}





/* 9.2. Button */
.btn {
  padding:8px 16px
}
.nectar-button {
  border-radius:5px 5px 5px 5px;
  -webkit-border-radius:5px 5px 5px 5px;
  box-shadow:0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 -3px rgba(0,0,0,0.1) inset;
  transition:opacity .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:opacity .45s cubic-bezier(0.25,1,0.33,1);
  -o-transition:opacity .45s cubic-bezier(0.25,1,0.33,1);
  color:#FFF;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  font-size:12px;
  padding:13px 18px;
  position:relative;
  top: 0;
  margin-bottom:10px;
  opacity:1;
  line-height:20px;
  background-color:#000;
  display:inline-block
}
.nectar-3d-transparent-button {
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  font-size:12px;
  line-height:20px;
  visibility:hidden
}
.nectar-button.small{
  border-radius:2px 2px 2px 2px;
  font-size:11px;
  padding:8px 14px;
  color:#FFF;
  box-shadow:0 -1px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 -1px rgba(0,0,0,0.1) inset;
}
.nectar-button.medium{
  border-radius:3px 3px 3px 3px;
  padding:10px 15px;
  font-size:12px;
  color:#FFF;
  box-shadow:0 -2px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 -2px rgba(0,0,0,0.1) inset;
}
body .nectar-button.small{
  font-size:12px
}
body .nectar-button.medium{
  font-size:12px
}
.nectar-button.large{
  font-size:14px;
  padding:15px 22px;
  box-shadow:0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 -3px rgba(0,0,0,0.1) inset;
}
.nectar-button.jumbo{
  font-size:18px;
  padding:25px 40px;
  box-shadow:0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 -3px rgba(0,0,0,0.1) inset;
}
.nectar-button.extra_jumbo{
  font-size:60px;
  line-height:60px;
  padding:60px 90px;
  box-shadow:0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 -3px rgba(0,0,0,0.1) inset;
}
.nectar-button.small.see-through, 
.nectar-button.small.see-through-2, 
.nectar-button.small.see-through-3{
  padding-top:6px;
  padding-bottom:6px
}
.nectar-button.medium.see-through, 
.nectar-button.medium.see-through-2, 
.nectar-button.medium.see-through-3{
  padding-top:9px;
  padding-bottom:9px
}
body .nectar-button.large.see-through, 
body .nectar-button.large.see-through-2, 
body .nectar-button.large.see-through-3{
  border-width:2px;
  padding-top:13px;
  padding-bottom:13px 
}
body .nectar-button.jumbo.see-through, 
body .nectar-button.jumbo.see-through-2, 
body .nectar-button.jumbo.see-through-3{
  border-width:4px;
  padding-top:21px;
  padding-bottom:21px 
}
body .nectar-button.extra_jumbo.see-through, 
body .nectar-button.extra_jumbo.see-through-2, 
body .nectar-button.extra_jumbo.see-through-3{
  border-width:10px 
}
.nectar-button.extra_jumbo.has-icon, 
.nectar-button.tilt.extra_jumbo.has-icon{
  padding-left:80px;
  padding-right:80px
}
.nectar-button.extra_jumbo i, 
.nectar-button.tilt.extra_jumbo i, 
.nectar-button.extra_jumbo i[class*="fa-"], 
.nectar-button.tilt.extra_jumbo i[class*="fa-"] {
  right:75px
}
.nectar-button.has-icon.extra_jumbo:hover i, 
.nectar-button.tilt.extra_jumbo.has-icon i{
  -ms-transform:translateX(13px);
  -webkit-transform:translateX(13px);
  transform:translateX(13px);
}
.nectar-button.has-icon.extra_jumbo:hover span, 
.nectar-button.tilt.extra_jumbo.has-icon span {
  -ms-transform:translateX(-30px);
  -webkit-transform:translateX(-30px);
  transform:translateX(-30px)
}
body .nectar-button.extra_jumbo i{
  font-size:40px;
  margin-top:-20px;
  line-height:40px
}
body .nectar-button em{
  font-size:inherit;
  line-height:inherit
}
.nectar-button i, 
.nectar-button i[class*="fa-"] {
  font-size:18px;
  line-height:18px;
  width:18px;
  position:absolute;
  top:50%;
  right:30px;
  margin-top:-9px;
  opacity:0;
  -ms-filter:"alpha(opacity=0)";
  transition:all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all .45s cubic-bezier(0.25,1,0.33,1)
}
.nectar-button.small i{
  font-size:16px;
  line-height:16px;
  right:26px
}
.nectar-button i.icon-button-arrow{
  font-size:19px
}
.nectar-button.medium i.icon-button-arrow, 
.nectar-button.small i.icon-button-arrow{
  font-size:16px
}
.nectar-button span{
  left:0;
  display:inline-block;
  -webkit-transform:translateX(0);
  transform:translateX(0);
  transition:opacity .45s cubic-bezier(0.25,1,0.33,1),transform .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:opacity .45s cubic-bezier(0.25,1,0.33,1),-webkit-transform .45s cubic-bezier(0.25,1,0.33,1);
  position:relative
}
.nectar-button .im-icon-wrap svg {
  width: 18px;
  height: 18px;
  fill: currentColor;
}
.nectar-button.extra_jumbo .im-icon-wrap svg {
  width: 40px;
  height: 40px;
}
.material .nectar-button .im-icon-wrap,
.material .nectar-button .im-icon-wrap span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.material .nectar-button .im-icon-wrap svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

body #ajax-content-wrap .nectar-button .im-icon-wrap, 
body #ajax-content-wrap .nectar-button .im-icon-wrap span {
  left: auto;
  transform: none;
}
.nectar-button.has-icon, .nectar-button.tilt.has-icon{
  padding-left:42px;
  padding-right:42px
}
body[data-button-style^="rounded"] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).has-icon, 
body[data-button-style^="rounded"] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3).tilt.has-icon{
  padding-left:42px;
  padding-right:42px
}
.nectar-button.has-icon.small, 
.nectar-button.tilt.has-icon.small{
  padding-left:33px;
  padding-right:33px
}
.nectar-button.has-icon:hover span, 
.nectar-button.tilt.has-icon span, 
body.material .nectar-button.has-icon span {
  -ms-transform:translateX(-18px);
  -webkit-transform:translateX(-18px);
  transform:translateX(-18px)
}
.nectar-button.has-icon.small:hover span, 
.nectar-button.tilt.small.has-icon span, 
body.material .nectar-button.has-icon.small span {
  -ms-transform:translateX(-14px);
  -webkit-transform:translateX(-14px);
  transform:translateX(-14px)
}
.nectar-button.has-icon:hover i, 
.nectar-button.tilt.has-icon i, 
body.material .nectar-button.has-icon i {
  opacity:1;
  -ms-filter:"alpha(opacity=100)";
  -webkit-transform:translateX(6px);
  transform:translateX(6px);
}
.nectar-button.small.has-icon:hover i, 
.nectar-button.small.tilt.has-icon i, 
body.material .nectar-button.small.has-icon i {
  -webkit-transform:translateX(10px);
  transform:translateX(10px);
}
.nectar-button:hover, 
.full-width-section .light .nectar-button:hover{
  opacity:0.87;
  color:#fff
}
@media only screen and (min-width: 1000px) {
  
  .full-width-section .light .nectar-button.wpb_animate_when_almost_visible:not(.see-through):not(.see-through-2):not(.see-through-3), 
  body .nectar-button.wpb_animate_when_almost_visible{
    opacity:0
  }
}

body:not([data-button-style*="rounded_shadow"]) .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3), 
body .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3){
  opacity:0.9
}
body[data-button-style] .full-width-section .light .nectar-button:not(.see-through):not(.see-through-2):not(.see-through-3):hover, 
body[data-button-style] .full-width-section .light .nectar-button.wpb_animate_when_almost_visible.animated:not(.see-through):not(.see-through-2):not(.see-through-3):hover, 
body .nectar-button.wpb_animate_when_almost_visible.animated, 
body[data-button-style] .nectar-button.wpb_animate_when_almost_visible.animated {
  opacity:1
}
.text_on_hover.product .add_to_cart_button, 
.text_on_hover.product a.added_to_cart{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  font-size:12px;
  line-height:14px;
  letter-spacing:1px;
  position:relative;
  text-transform:uppercase
}
.text_on_hover.product a.added_to_cart{
  border-radius:2px
}
.nectar-button.see-through, 
body .nectar-button.see-through {
  -webkit-box-shadow:none;
  opacity:1!important;
  transition:all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius:2px;
  -webkit-border-radius:2px;
  border:2px solid rgba(255,255,255,0.75)
}
.text_on_hover.product .add_to_cart_button {
  -webkit-box-shadow:none;
  opacity:1;
  transition:all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius:2px;
  -webkit-border-radius:2px;
  border:2px solid rgba(255,255,255,0.75)
}

.nectar-button.see-through, 
body .nectar-button.see-through,
.text_on_hover.product .add_to_cart_button {
  background-color:transparent!important;
  box-shadow:none!important;
}

.nectar-button.see-through-2, .nectar-button.see-through-3{
  background-color:transparent;
  box-shadow:none;
  -webkit-box-shadow:none;
  opacity:1;
  transition:all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius:2px;
  -webkit-border-radius:2px;
  border:2px solid rgba(255,255,255,0.75)
}
.nectar-button.see-through-2:hover, 
.nectar-button.see-through-3:hover{
  background-color:transparent
}
.nectar-button.see-through-3{
  border:2px solid rgba(255,255,255,1)
}

/* rounded buttons */
body[data-button-style^="rounded"] .nectar-cta:not([data-style="material"]) .link_wrap, 
body[data-button-style^="rounded"] .nectar-button.see-through, 
body[data-button-style^="rounded"].ascend .nectar-button.see-through, 
body[data-button-style^="rounded"] .nectar-button.see-through-2, 
body[data-button-style^="rounded"].ascend .nectar-button.see-through-2, 
body[data-button-style^="rounded"] .nectar-button.see-through-3, 
body[data-button-style^="rounded"].ascend .nectar-button.see-through-3, 
body[data-button-style^="rounded"] .portfolio-filters-inline .container ul li a, 
body[data-button-style^="rounded"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before,
body[data-button-style^="rounded"] #to-top, 
body[data-button-style^="rounded"] .flex-direction-nav a, 
body[data-button-style^="rounded"] #pagination span, 
body[data-button-style^="rounded"] #pagination a, 
body[data-button-style^="rounded"] #pagination .next.inactive, 
body[data-button-style^="rounded"] #pagination .prev.inactive, 
body[data-button-style^="rounded"].woocommerce nav.woocommerce-pagination ul li a, 
body[data-button-style^="rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span, 
body[data-button-style^="rounded"] .container-wrap nav.woocommerce-pagination ul li span, 
body[data-button-style^="rounded"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
body[data-button-style^="rounded"] #infscr-loading, 
body[data-button-style^="rounded"] input[type=submit], 
body[data-button-style^="rounded"] button[type=submit], 
body[data-button-style^="rounded"] input[type="button"], 
body[data-button-style^="rounded"] button, 
body[data-button-style^="rounded"].ascend .container-wrap input[type="submit"], 
body[data-button-style^="rounded"].ascend .container-wrap button[type="submit"], 
body[data-button-style^="rounded"] .nectar-button, 
body[data-button-style^="rounded"] .swiper-slide .button a, 
body[data-button-style^="rounded"] #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a:before, 
body[data-button-style^="rounded"] #top nav &gt; ul &gt; li[class*="button_bordered"] &gt; a:before, 
body[data-button-style^="rounded"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button, 
body[data-button-style^="rounded"] #header-outer .widget_shopping_cart a.button {
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

body[data-button-style*="slightly_rounded"] .nectar-cta:not([data-style="material"]) .link_wrap, 
body[data-button-style*="slightly_rounded"] .nectar-button.see-through, 
body[data-button-style*="slightly_rounded"].ascend .nectar-button.see-through, 
body[data-button-style*="slightly_rounded"] .nectar-button.see-through-2, 
body[data-button-style*="slightly_rounded"].ascend .nectar-button.see-through-2, 
body[data-button-style*="slightly_rounded"] .nectar-button.see-through-3, 
body[data-button-style*="slightly_rounded"].ascend .nectar-button.see-through-3, 
body[data-button-style*="slightly_rounded"] .portfolio-filters-inline .container ul li a, 
body[data-button-style*="slightly_rounded"] .slide-out-widget-area-toggle[data-custom-color="true"] a:before,
body[data-button-style*="slightly_rounded"] #infscr-loading, 
body[data-button-style*="slightly_rounded"] .flex-direction-nav a, 
body[data-button-style*="slightly_rounded"] #pagination span, 
body[data-button-style*="slightly_rounded"] #pagination a, 
body[data-button-style*="slightly_rounded"] #pagination .next.inactive, 
body[data-button-style*="slightly_rounded"] #pagination .prev.inactive, 
body[data-button-style*="slightly_rounded"].woocommerce nav.woocommerce-pagination ul li a, 
body[data-button-style*="slightly_rounded"].woocommerce .container-wrap nav.woocommerce-pagination ul li span, 
body[data-button-style*="slightly_rounded"] .container-wrap nav.woocommerce-pagination ul li span, 
body[data-button-style*="slightly_rounded"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
body[data-button-style*="slightly_rounded"] input[type=submit], 
body[data-button-style*="slightly_rounded"] button[type=submit], 
body[data-button-style*="slightly_rounded"] input[type="button"], 
body[data-button-style*="slightly_rounded"] button, 
body[data-button-style*="slightly_rounded"].ascend .container-wrap input[type="submit"], 
body[data-button-style*="slightly_rounded"].ascend .container-wrap button[type="submit"], 
body[data-button-style*="slightly_rounded"] .nectar-button, 
body[data-button-style*="slightly_rounded"] .swiper-slide .button a,
body[data-button-style*="slightly_rounded"] #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a:before, 
body[data-button-style*="slightly_rounded"] #top nav &gt; ul &gt; li[class*="button_bordered"] &gt; a:before, 
body[data-button-style*="slightly_rounded"] #header-outer .widget_shopping_cart a.button, 
body[data-button-style*="slightly_rounded"] .comment-list .reply a, 
body[data-button-style*="slightly_rounded"].material #page-header-bg.fullscreen-header .inner-wrap &gt;a, 
body[data-button-style*="slightly_rounded"] .sharing-default-minimal .nectar-social-inner &gt;a, 
body[data-button-style*="slightly_rounded"] .sharing-default-minimal .nectar-love, 
body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a, 
body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt; a, 
body[data-button-style*="slightly_rounded"] .masonry.classic_enhanced .posts-container article .meta-category a, 
body[data-button-style*="slightly_rounded"] .blog-recent[data-style*="classic_enhanced"] .meta-category a, 
.ascend[data-button-style="slightly_rounded"] .container-wrap input[type="submit"], 
.ascend[data-button-style*="slightly_rounded"] .container-wrap button[type="submit"], 
body[data-button-style*="slightly_rounded"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  border-radius: 4px!important;
  -webkit-border-radius: 4px!important;
  box-shadow: none;
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
body[data-button-style*="slightly_rounded"] .nectar-hor-list-item .nectar-list-item-btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
}
body[data-button-style*="slightly_rounded"] #to-top {
  border-radius: 200px!important;
  -webkit-border-radius: 200px!important;
}
body[data-button-style*="slightly_rounded"] .col.dark .nectar-button.see-through, 
body[data-button-style*="slightly_rounded"] .col.dark .nectar-button.see-through-2 {
  border-color: rgba(0,0,0,0.15);
  color: #000;
}
body[data-button-style*="rounded_shadow"] .wp-block-button &gt; .wp-block-button__link {
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
body[data-button-style*="rounded_shadow"] .wp-block-button &gt; .wp-block-button__link:hover, 
body[data-button-style*="rounded_shadow"] .nectar-button:hover, 
body[data-button-style*="rounded_shadow"] .nectar-button:focus, 
body[data-button-style*="rounded_shadow"].ascend .nectar-button.see-through:hover, 
body[data-button-style*="rounded_shadow"] input[type="submit"]:hover, 
body[data-button-style*="rounded_shadow"] input[type="submit"]:focus, 
body[data-button-style*="rounded_shadow"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
body[data-button-style*="rounded_shadow"] .swiper-slide .button a:hover, 
body[data-button-style="rounded_shadow"].ascend .nectar-button.see-through-2:hover, 
body[data-button-style*="rounded_shadow"].ascend .nectar-button:hover, 
body[data-button-style*="rounded_shadow"] .sharing-default-minimal .nectar-love:hover, 
body[data-button-style="rounded_shadow"] .sharing-default-minimal .nectar-social-inner &gt; a:hover, 
body[data-button-style*="rounded_shadow"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover, 
body[data-button-style*="rounded_shadow"] .container-wrap input[type="submit"]:hover, 
body[data-button-style="rounded_shadow"] .container-wrap button[type="submit"]:hover, 
body[data-button-style="rounded_shadow"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}

body[data-button-style*="rounded_shadow"] .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover,
body[data-button-style*="rounded_shadow"].material .nectar-button.see-through:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.11)!important;
}
body[data-button-style="slightly_rounded_shadow"] .nectar-button:hover, 
body[data-button-style="slightly_rounded_shadow"] .nectar-button:focus,
body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through:hover, 
body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:hover, 
body[data-button-style="slightly_rounded_shadow"] input[type="submit"]:focus, 
body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, 
body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt; a:hover, 
body[data-button-style="slightly_rounded_shadow"].woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, 
body[data-button-style="slightly_rounded_shadow"] .swiper-slide .button a:hover, 
body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button.see-through-2:hover, 
body[data-button-style="slightly_rounded_shadow"].ascend .nectar-button:hover, 
body[data-button-style="slightly_rounded_shadow"].woocommerce-page .woocommerce p.return-to-shop a.wc-backward:hover, 
body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-love:hover, 
body[data-button-style="slightly_rounded_shadow"] .sharing-default-minimal .nectar-social-inner &gt; a:hover, 
body[data-button-style="slightly_rounded_shadow"] .container-wrap input[type="submit"]:hover, 
body[data-button-style="slightly_rounded_shadow"] .container-wrap button[type="submit"]:hover, 
body[data-button-style="slightly_rounded_shadow"] .woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
  box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16)!important;
  -ms-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transform: translateY(-3px);
}
body[data-button-style*="slightly_rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, 
body[data-button-style*="slightly_rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt; a:hover {
  transform: translateY(-3px)!important;
}
body[data-button-style="slightly_rounded_shadow"] .nectar-button.wpb_start_animation, 
body[data-button-style="rounded_shadow"] .nectar-button.wpb_start_animation {
  -webkit-animation-fill-mode: none;
  animation-fill-mode: none;
}
body[data-button-style="slightly_rounded_shadow"] .widget_search input[type="submit"]:hover {
  -webkit-transform: none!important;
  transform: none!important;
}
body[data-button-style^="rounded"] .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
  padding: 12px 18px;
}
body .nectar-button.see-through:hover {
  border-color: rgba(255,255,255,1);
}
.col.light .nectar-button.see-through-2, 
.col.light .nectar-button.see-through-3 {
  color: #fff;
}
.col.light .nectar-button.see-through {
  border-color: rgba(255,255,255,0.75);
  color: #fff;
}
.col.light .nectar-button.see-through:hover {
  border-color: rgba(255,255,255,1);
}
.col.dark .nectar-button.see-through, 
.col.dark .nectar-button.see-through-2 {
  border-color: rgba(0,0,0,0.75);
  color: #444444;
}
.col.dark .nectar-button.see-through:hover {
  border-color: rgba(0,0,0,1);
}
body .nectar-button.see-through-2:hover, 
body .col.dark .nectar-button.see-through-2:hover, 
body .nectar-button.see-through-3:hover, 
body .col.dark .nectar-button.see-through-3:hover {
  color: #fff;
  opacity: 1!important;
}
h2 .nectar-button {
  top: -6px;
}
body.material .nectar-button[class*="m-extra-color-gradient-"][class*="see-through"] {
  visibility: hidden;
}

.swiper-slide .button.solid_color_2, 
.tilt-button-wrap{
  -webkit-perspective:800px;
  perspective:800px;
  display:inline-block
}
.swiper-slide .button.solid_color_2:before{
  -webkit-font-smoothing:antialiased
}
.swiper-slide .button.solid_color_2 a:hover, 
.nectar-button.tilt:hover, 
.swiper-slide .button.solid_color_2 a:hover:after, 
.nectar-button.tilt:hover:after, 
.swiper-slide .button.solid_color_2 a:hover:before, 
.nectar-button.tilt:hover:before{
  -webkit-transition:all .5s cubic-bezier(0.25,1,0.33,1);
  transition:all .5s cubic-bezier(0.25,1,0.33,1);
}
.swiper-slide .button.solid_color_2 a, 
.nectar-button.tilt {
  display:block;
  background:#5cbcf6;
  outline:1px solid transparent;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d;
  outline:none;
  padding-left:22px;
  padding-right:22px;
  position:relative;
  border-bottom:none;
  opacity:1;
  -webkit-transition:all .5s cubic-bezier(0.25,1,0.33,1);
  transition:all .5s cubic-bezier(0.25,1,0.33,1)
}
body[data-button-style*="rounded"] .nectar-button.tilt, 
body[data-button-style="rounded"] .swiper-slide .button-wrap a,
body[data-button-style^="rounded"].ascend .container-wrap .search-form input[type="submit"] {
  border-radius:0!important;
  -webkit-border-radius:0!important
}

.swiper-slide .button.solid_color_2 a:after, 
.nectar-button.tilt:after{
  width:100%;
  height:37%;
  left:0;
  top:-35%;
  -webkit-transform-origin:0% 100%;
  -webkit-transform:rotateX(90deg);
  transform-origin:0% 100%;
  transform:rotateX(90deg);
  content:'';
  position:absolute;
  z-index:-1;
  -webkit-transition:all .5s cubic-bezier(0.25,1,0.33,1);
  transition:all .5s cubic-bezier(0.25,1,0.33,1);
  -webkit-font-smoothing:antialiased
}
.swiper-slide .button.solid_color_2 a:before, 
.nectar-button.tilt:before{
  width:100%;
  height:30%;
  left:0;
  top:99%;
  background:#49a7df;
  -webkit-transform-origin:0% 0%;
  -webkit-transform:rotateX(-90deg);
  -ms-transform-origin:0% 0%;
  -ms-transform:rotateX(-90deg);
  transform-origin:0% 0%;
  transform:rotateX(-90deg);
  -webkit-transition:all .5s cubic-bezier(0.25,1,0.33,1);
  transition:all .5s cubic-bezier(0.25,1,0.33,1);
  -webkit-font-smoothing:antialiased;
  content:'';
  position:absolute;
  z-index:-1
}

.swiper-slide .button.solid_color_2 a:after, 
.nectar-button.tilt:after,
.swiper-slide .button.solid_color_2 a:before, 
.nectar-button.tilt:before {
  opacity: 0;
}
.swiper-slide .button.solid_color_2 a:hover:after, 
.nectar-button.tilt:hover:after,
.swiper-slide .button.solid_color_2 a:hover:before, 
.nectar-button.tilt:hover:before {
  opacity: 1;
}

.swiper-slide .button.solid_color_2 a:hover, 
.nectar-button.tilt:hover{
  -webkit-transform:rotateX(20deg);
  -ms-transform:rotateX(20deg);
  transform:rotateX(20deg)
}
.swiper-slide .button.solid_color_2 .button-wrap, 
.tilt-button-inner{
  overflow:hidden;
  padding:3px 0;
  display:inline
}
.nectar-3d-transparent-button{
  display:inline-block
}
.nectar-3d-transparent-button a{
  display:block
}
.nectar-3d-transparent-button .hidden-text{
  height:1em;
  line-height:1.5;
  overflow:hidden
}
.nectar-3d-transparent-button .hidden-text{
  display:block;
  height:0;
  position:absolute
}
body .nectar-3d-transparent-button{
  position:relative;
  margin-bottom:0
}
.nectar-3d-transparent-button .inner-wrap{
  -webkit-perspective:2000px;
  perspective:2000px;
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  display:block
}
.nectar-3d-transparent-button .front-3d{
  position:absolute;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  display:block
}
.nectar-3d-transparent-button .back-3d{
  position:relative;
  top:0;
  right:0;
  bottom:0;
  left:0;
  width:100%;
  height:100%;
  display:block
}
.nectar-3d-transparent-button .back-3d{
  -webkit-transform-origin:50% 50% -2.3em;
  transform-origin:50% 50% -2.3em
}
.nectar-3d-transparent-button .front-3d{
  -webkit-transform-origin:50% 50% -2.3em;
  transform-origin:50% 50% -2.3em;
  -webkit-transform:rotateX(-90deg);
  transform:rotateX(-90deg)
}
.nectar-3d-transparent-button:hover .front-3d{
  -webkit-transform:rotateX(0deg);
  transform:rotateX(0deg)
}
.nectar-3d-transparent-button:hover .back-3d{
  -webkit-transform:rotateX(90deg);
  transform:rotateX(90deg)
}
.nectar-3d-transparent-button .back-3d, 
.nectar-3d-transparent-button .front-3d{
  transition:-webkit-transform .25s cubic-bezier(.2,.65,.4,1);
  transition:transform .25s cubic-bezier(.2,.65,.4,1);
  transition:transform .25s cubic-bezier(.2,.65,.4,1),-webkit-transform .25s cubic-bezier(.2,.65,.4,1)
}
.nectar-3d-transparent-button .back-3d, 
.nectar-3d-transparent-button .front-3d{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
.nectar-3d-transparent-button .back-3d svg, 
.nectar-3d-transparent-button .front-3d svg{
  display:block
}


/* Underline Effect */
.nectar-category-grid .nectar-category-grid-item .content[data-subtext="custom"][data-subtext-vis="always"] .subtext:after,
.nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a:after,
.nectar-cta[data-style="underline"] .link_wrap .link_text:after {
  display: block;
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 2px;
  background-color: #fff;
  bottom: -4px;
  opacity: 0.8;
  left: 0;
  backface-visibility: hidden;
  pointer-events: none;
  animation: portSliderLine2 0.45s cubic-bezier(.15,.75,.5,1) forwards;
}
body:not(.mobile) .nectar-category-grid .nectar-category-grid-item:hover .content[data-subtext="custom"][data-subtext-vis="always"] .subtext:after,
body:not(.mobile) .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a:hover:after,
body:not(.mobile) .nectar-cta[data-style="underline"] .link_wrap .link_text:hover:after {
  animation: portSliderLine 0.45s cubic-bezier(.15,.75,.5,1) forwards;
}

@keyframes portSliderLine {
  0% { transform: scaleX(0); transform-origin: left;}
  100% { transform: scaleX(1); transform-origin: left;}
}
@keyframes portSliderLine2 {
  0% { transform: scaleX(1); transform-origin: right;}
  100% { transform: scaleX(0); transform-origin: right;}
}


.nectar-category-grid[data-text-color="dark"] .content[data-subtext="custom"][data-subtext-vis="always"] .subtext:after, 
.span_12.dark .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a:after {
  background-color: #000;
}
.nectar-category-grid[data-text-color="dark"] .nectar-category-grid-item .content *, 
.span_12.dark .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a {
  color: #000;
}
.nectar-category-grid[data-text-color="light"] .nectar-category-grid-item .content *, 
.full-width-section &gt; .col.span_12.dark .nectar-category-grid[data-text-color="light"] .nectar-category-grid-item .content *, 
.span_12.light .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a {
  color: #fff;
}





/* 9.3. Call to Action */
.nectar-cta .link_wrap .link_text{
  padding-right:36px;
  position:relative;
  display:inline-block
}

.nectar-cta[data-display="inline"] {
	display: inline-block;
}

.nectar-cta[data-using-bg="true"] .text {
	margin-right: 10px;
}

.nectar-cta .link_wrap{
  position:relative;
  text-decoration:inherit;
  speak:none
}

.nectar-cta[data-using-bg="true"] .link_wrap {
	cursor: pointer;
}

.nectar-cta[data-style="see-through"] .link_wrap .arrow:after{
  position:absolute;
  content:'';
  border-bottom:1px solid #000;
  height:1px;
  width:22px;
  right:12px;
  top:50%;
  margin-top:-2px;
  -ms-transform:scale(0,1) translateX(0px);
  -ms-transform-origin:left;
  transform:scale(0,1) translateX(0px);
  transform-origin:left;
  -webkit-transform:scale(0,1) translateX(0px);
  -webkit-transform-origin:left;
  pointer-events:none;
  transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1)
}
.nectar-cta .link_wrap .arrow:before {
  font-family:'Fontawesome';
  font-weight:normal;
  font-style:normal;
  text-decoration:inherit;
  backface-visibility:hidden;
  -webkit-font-smoothing:antialiased;
  content:"\f105";
  color:#000;
  line-height:30px;
  font-size:14px;
  position:absolute;
  right:0;
  width:26px;
  text-align:center;
  height:30px;
  top:50%;
  margin-top:-16px;
  -ms-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1) 
}
.nectar-cta[data-text-color="custom"] .link_wrap .arrow:before, 
.span_12.light .nectar-cta[data-text-color="custom"] .link_wrap .arrow:before, 
.nectar-cta[data-text-color="custom"] .arrow:after, 
.span_12.light .nectar-cta[data-text-color="custom"] .arrow:after, 
.nectar-cta[data-style="see-through"][data-text-color="custom"] .link_wrap .arrow:after{
  color:inherit;
  border-color:inherit
}
.nectar-cta[data-alignment="left"]{
  text-align:left
}
.nectar-cta[data-alignment="center"]{
  text-align:center
}
.nectar-cta[data-alignment="right"]{
  text-align:right
}
.span_12.light .nectar-cta .link_wrap .link_text:after{
  border-color:rgba(255,255,255,0.5);
  border-radius:50%
}
.nectar-cta[data-color="black"]:not([data-style="material"]) .link_wrap {
	background-color: #000;
}
.nectar-cta[data-color="white"]:not([data-style="material"]) .link_wrap {
	background-color: #fff;
}
#ajax-content-wrap .nectar-cta .arrow,
.nectar-cta .arrow{
  letter-spacing:0
}
.span_12.light .nectar-cta .arrow:before{
  color:#fff
}
.span_12.light .nectar-cta .arrow:after{
  border-color:#fff
}
.nectar-cta .link_wrap .link_text{
  color:inherit
}
.nectar-cta &gt; p {
	padding-bottom: 0;
}
.nectar-cta[data-text-color="custom"] .link_wrap .link_text:after, 
.nectar-cta[data-text-color="custom"] .link_wrap:after{
  border-color:inherit!important
}
.nectar-cta[data-text-color="custom"] .link_wrap:before{
  color:inherit!important
}
.nectar-cta[data-style="material"] .link_wrap .circle {
  background-color: #000;
}
.nectar-cta .link_wrap .link_text:after, .nectar-cta[data-style="material"] .link_wrap .link_text:before, 
.nectar-cta[data-style="material"] .link_wrap .circle {
  border-radius:100px;
  border:1px solid rgba(0,0,0,0.3);
  height:25px;
  width:25px;
  position:absolute;
  right:0;
  top:50%;
  margin-top:-14px;
  content:' ';
  display:block;
  pointer-events:none;
  -ms-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1) 
}
.nectar-cta[data-style="see-through"] .link_wrap:hover .link_text:after{
  -ms-transform:scale(0.8);
  -webkit-transform:scale(0.8);
  transform:scale(0.8);
  opacity:0
}
.nectar-cta[data-style="see-through"] .link_wrap:hover .arrow:after, 
.nectar-cta[data-style="see-through"] .link_wrap:hover .arrow:before{
  -ms-transform:scale(1,1) translateX(9px);
  -webkit-transform:scale(1,1) translateX(9px);
  transform:scale(1,1) translateX(9px)
}
.nectar-cta[data-style="material"] .link_wrap .circle {
  border: none;
  z-index: -1;
}
.nectar-cta[data-style="material"] .link_wrap .link_text:before {
  box-shadow: 0 9px 20px;
  opacity: 0.29;
  border: none;
  z-index: -1;
}
.nectar-cta[data-style="material"] .link_wrap .link_text:after {
  background-color: inherit;
  border: none;
}
.nectar-cta[data-style="material"] .link_wrap .link_text {
  padding-right: 38px;
}
.nectar-cta[data-style="material"] .link_wrap .arrow {
  overflow: hidden;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -14px;
  height: 25px;
  line-height: 28px;
  width: 24px;
  border-radius: 50px;
  transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all 0.33s cubic-bezier(0.12,0.75,0.4,1) 
}
.nectar-cta[data-style="material"] .link_wrap .arrow:before, 
.nectar-cta[data-style="material"] .link_wrap .arrow:after {
  margin-top: -14px;
  height: 28px;
  line-height: 28px;
  width: 25px;
  padding-left: 1px;
  box-sizing: border-box;
}
.nectar-cta[data-style="material"] .link_wrap .arrow:after {
  transform: translateX(-100%);
}
.nectar-cta[data-style="material"] .link_wrap .link_text:before, 
.nectar-cta[data-style="material"] .link_wrap .circle {
  height: 27px;
  width: 27px;
  right: -1px;
  margin-top: -14px;
}
.nectar-cta[data-style="material"] .link_wrap .circle {
  transform: scale(0.85);
}
.nectar-cta[data-style="material"] .link_wrap .link_text:before {
  transform: scale(0.84);
}
.nectar-cta[data-style="material"] .link_wrap:hover .circle, 
.nectar-cta[data-style="material"] .link_wrap:hover .link_text:before {
  transform: scale(1);
}
.nectar-cta[data-style="material"] .arrow, 
.nectar-cta[data-style="material"] .link_wrap .arrow:before, 
.nectar-cta[data-style="material"] .link_wrap .arrow:after {
  color: #fff;
}
.nectar-cta[data-style="underline"] .link_wrap .link_text {
  padding-right: 0;
}
.nectar-cta[data-style="underline"] .link_wrap .link_text:after {
  margin-top: 0;
  top: auto;
  border-top: none;
  border-right: none;
  bottom: 0px;
  border-left: none;
  border-bottom: 2px solid #000;
  border-radius: 0;
  background-color: transparent!important;
  transition: transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.23, 0.46, 0.4, 1);
  animation: none;
  transform-origin: left;
  z-index: 1;
}
.span_12.light .nectar-cta[data-style="underline"] .link_wrap .link_text:after {
	border-radius: 0;
}
body:not(.mobile) .nectar-cta[data-style="underline"] .link_wrap:hover .link_text:after {
  animation: none;
  transform: scaleX(0);
  transform-origin: right;
}

.nectar-cta[data-style="arrow-animation"] svg,
.nectar-cta[data-style="arrow-animation"] svg polyline {
	stroke: currentColor;
}
.team-meta .nectar-cta[data-style="arrow-animation"] svg polyline {
	stroke-dashoffset: 0;
	stroke-dasharray: 0;
}
.nectar-cta[data-style="arrow-animation"] svg polyline {
	stroke-dashoffset: 140px;
	stroke-dasharray: 140px;
}

.nectar-cta[data-style="arrow-animation"] .link_wrap .link_text:after {
	display: none;
}
.nectar-cta[data-style="arrow-animation"] .link_wrap .link_text {
	padding: 0 0 0 40px;
	position: relative;
}
.nectar-cta[data-style="arrow-animation"] .link_wrap .link_text &gt; .text {
	display: block;
}


.nectar-cta[data-style="arrow-animation"] .line {
	height: 1px;
	width: 25px;
	position: absolute;
	content: '';
	left: 0;
	display: block;
	top: 50%;
	transform-origin:left;
	-webkit-transform: translateY(calc(-50% + 0.5px)) translateZ(0);
	transform: translateY(calc(-50% + 0.5px)) translateZ(0);
}

.nectar-cta[data-style="arrow-animation"] svg {
	position: absolute;
	left: 25px;
	top: 50%;
	width: 6px;
}
.team-meta nectar-cta[data-style="arrow-animation"] svg {
	left: 24px;
}


@keyframes ctaArrowSVGStart {
  0% {
		transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
  }
  100% {
		transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
  }
}
@keyframes ctaArrowSVGEnd {
	0% {
		transform: translateY(calc(-50% + 0.5px)) translateX(-3px) translateZ(0);
  }
  100% {
		transform: translateY(calc(-50% + 0.5px)) translateX(0) translateZ(0);
  }
}

@keyframes ctaArrowTextStart {
  0% {
    transform: translateX(6px);
  }
  100% {
		transform: translateX(0);
  }
}
@keyframes ctaArrowTextEnd {
  0% {
    transform: translateX(0);
  }
  100% {
		transform: translateX(6px);
  }
}

@keyframes ctaArrowStart {
	0% {
		stroke-dashoffset: 140px;
		stroke-dasharray: 140px;
	}
	100% {
		stroke-dasharray: 140px;
		stroke-dashoffset: 10px;
	}
}
@keyframes ctaArrowStartTeam {
	0% {
		stroke-dashoffset: 0px;
		stroke-dasharray: 0px;
	}
	50% {
		stroke-dashoffset: 140px;
		stroke-dasharray: 140px;
	}
	100% {
		stroke-dasharray: 140px;
		stroke-dashoffset: 10px;
	}
}
@keyframes ctaArrowEnd {
	0% {
		stroke-dashoffset: 10px;
		stroke-dasharray: 150px 150px;
  }
	40% {
		opacity: 1;
	}
  100% {
		opacity: 0;
		stroke-dashoffset: -53px;
		stroke-dasharray: 1px 150px;
  }
}

@keyframes ctaArrowLineStart {
  0% {
		transform-origin: left;
		transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
  }
  100% {
    transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0);
  }
}

@keyframes ctaArrowLineEnd {
  0% {
		transform-origin: right;
		transform: scaleX(1) translateY(calc(-50% + 0.5px)) translateZ(0);
  }
	50% {
		transform-origin: right;
		transform: scaleX(0) translateY(calc(-50% + 0.5px)) translateZ(0);
	}
	51% {
	 transform-origin: left;
	}
	
  100% {
    transform: scaleX(1.2) translateY(calc(-50% + 0.5px)) translateZ(0);
		transform-origin: left;
  }
}

.nectar-cta[data-style="arrow-animation"]:not(.loaded) * {
	animation-duration: 0s!important;
}

.nectar-cta[data-style="arrow-animation"] svg polyline {
	animation: ctaArrowEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.team-meta .nectar-cta[data-style="arrow-animation"] .link_wrap polyline {
	animation: none;
}

.nectar-cta[data-style="arrow-animation"] .link_wrap .link_text &gt; .text {
	animation: ctaArrowTextStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.nectar-cta[data-style="arrow-animation"] .line {
	animation: ctaArrowLineStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.nectar-cta[data-style="arrow-animation"] svg {
	animation: ctaArrowSVGStart 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}

.nectar-cta[data-style="arrow-animation"] .link_wrap:hover svg,
.team-member:hover .nectar-cta[data-style="arrow-animation"] .link_wrap svg {
	animation: ctaArrowSVGEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}
.nectar-cta[data-style="arrow-animation"] .link_wrap:hover .link_text .line,
.team-member:hover .nectar-cta[data-style="arrow-animation"] .link_wrap .link_text .line {
	animation: ctaArrowLineEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
} 
.nectar-cta[data-style="arrow-animation"] .link_wrap:hover .link_text &gt; .text,
.team-member:hover .nectar-cta[data-style="arrow-animation"] .link_wrap .link_text &gt; .text {
	animation: ctaArrowTextEnd 0.45s cubic-bezier(0.23, 0.46, 0.4, 1) forwards;
}

.nectar-cta[data-style="arrow-animation"] .link_wrap:hover polyline,
.team-member:hover .nectar-cta[data-style="arrow-animation"] .link_wrap polyline {
	animation: ctaArrowStart 0.45s ease 0.25s forwards;
}
.team-meta .nectar-cta[data-style="arrow-animation"] .link_wrap:hover polyline,
.team-member:hover .team-meta .nectar-cta[data-style="arrow-animation"] .link_wrap polyline {
	animation: ctaArrowStartTeam 0.8s ease forwards;
}

.nectar-cta[data-style="basic"] .link_wrap .link_text:after {
	display: none;
}
.nectar-cta[data-style="basic"] .link_wrap .link_text {
	padding-right: 0;
}
.nectar-cta[data-style="basic"][data-using-bg="true"] .text {
	margin-right: 0;
}

body[data-button-style^="rounded"] .nectar-cta .link_wrap:before {
	border-radius: 200px;
}

body[data-button-style*="slightly_rounded"] .nectar-cta .link_wrap:before  {
	border-radius: 4px;
}

.nectar-cta[data-color*="extra-color-gradient"][class*="hover_color_"] .link_wrap:before {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.25s ease;
}
.nectar-cta[data-color*="extra-color-gradient"][class*="hover_color_"] .link_wrap:before {
	left: -0.1%;
	top: -0.1%;
	width: 100.2%;
	height: 100.2%;
}
.nectar-cta[data-color*="extra-color-gradient"][class*="hover_color_"] .link_wrap:hover:before {
	opacity: 1;
}


/* 9.4. Cascading images */
.nectar_cascading_images{
  position:relative;
  display:block;
}
.nectar_cascading_images .cascading-image {
	pointer-events: none;
}
.nectar_cascading_images .cascading-image img, 
.nectar_cascading_images .cascading-image .img-wrap{
  display:block;
  margin-bottom:0;
  line-height:0
}
.nectar_cascading_images .cascading-image img.nectar-lazy {
	opacity: 0;
	width: 100%;
	transition: opacity 0.5s ease;
}
.nectar_cascading_images .cascading-image img.nectar-lazy.loaded {
	opacity: 1;
}

.nectar_cascading_images .cascading-image img{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden
}
.nectar_cascading_images .cascading-image .img-wrap{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  display:inline-block
}
.nectar_cascading_images .cascading-image, 
.nectar_cascading_images .cascading-image .inner-wrap{
  display:inline-block;
  width:100%;
  text-align:center
}
.nectar_cascading_images {
	line-height: 0;
}
.nectar_cascading_images .cascading-image:not(:first-child){
  position:absolute;
  top:50%;
  left:50%;
  -ms-transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%)
}
.nectar_cascading_images.animated-in .cascading-image .inner-wrap{
  -ms-transition:transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  -webkit-transition:-webkit-transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  transition:transform 0.7s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease
}
.nectar_cascading_images.animated-in .cascading-image[data-animation="grow-in-reveal"] .inner-wrap{
  -ms-transition:transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  -webkit-transition:-webkit-transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease;
  transition:transform 1.1s cubic-bezier(.3,0.95,.3,0.95),opacity 0.3s ease
}
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap img, 
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .img-wrap, 
.nectar_cascading_images[data-border-radius="3px"] .inner-wrap .bg-color {
  border-radius: 3px;
}
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap img, 
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .img-wrap, 
.nectar_cascading_images[data-border-radius="5px"] .inner-wrap .bg-color {
  border-radius: 5px;
}
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap img, 
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .img-wrap, 
.nectar_cascading_images[data-border-radius="10px"] .inner-wrap .bg-color {
  border-radius: 10px;
}
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap img, 
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .img-wrap, 
.nectar_cascading_images[data-border-radius="15px"] .inner-wrap .bg-color {
  border-radius: 15px;
}
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap img, 
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .img-wrap, 
.nectar_cascading_images[data-border-radius="20px"] .inner-wrap .bg-color {
  border-radius: 20px;
}

.cascading-image[data-has-img="true"] .inner-wrap .bg-color {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nectar_cascading_images .cascading-image[data-max-width="125%"] img {
	max-width: 125%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="135%"] img {
	max-width: 135%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="150%"] img {
	max-width: 150%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="175%"] img {
	max-width: 175%;
	width: auto;
}
.nectar_cascading_images .cascading-image[data-max-width="200%"] img {
	max-width: 200%;
	width: auto;
}


@media only screen and (max-width: 1000px) {
	
	.nectar_cascading_images .cascading-image[data-max-width-mobile="100%"] img {
		max-width: 100%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="125%"] img {
		max-width: 125%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="135%"] img {
		max-width: 135%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="150%"] img {
		max-width: 150%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="175%"] img {
		max-width: 175%;
		width: auto;
	}
	.nectar_cascading_images .cascading-image[data-max-width-mobile="200%"] img {
		max-width: 200%;
		width: auto;
	}
}


@media all and (-ms-high-contrast:none){
  *::-ms-backdrop,.row .nectar_cascading_images .cascading-image img:not([srcset]){
    width:100%
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .row .nectar_cascading_images .cascading-image img:not([srcset]){
    width:100%
  }
	.nectar_cascading_images .cascading-image .img-wrap {
	  max-width: 100%;
	}
}




/* 9.5. Category Grid (Loaded conditionally) - See css/elements/category-grid.css */



/* 9.6. Clients */
.clients.two-cols &gt;div{
  width:49.4%
}
.clients.two-cols.no-carousel &gt;div{
  width:48.4%
}
.clients.two-cols &gt;div:nth-child(2n+2){
  margin-right:0
}
.clients.carousel.two-cols &gt;div{
  margin:0 10px
}
.clients.three-cols &gt;div{
  width:32.6%
}
.clients.three-cols.no-carousel &gt;div{
  width:31.6%
}
.clients.three-cols &gt;div:nth-child(3n+3){
  margin-right:0
}
.clients.carousel.three-cols &gt;div{
  margin:0 10px
}
@media only screen and (min-width: 1000px) {
  .clients.no-carousel.three-cols &gt; div:nth-child(3n+4) {
    clear: both;
  }
}
@media only screen and (min-width: 690px) {
  .clients.no-carousel.four-cols &gt; div:nth-child(4n+5) {
    clear: both;
  }
  .clients.no-carousel.five-cols &gt; div:nth-child(5n+6) {
    clear: both;
  }
  .clients.no-carousel.six-cols &gt; div:nth-child(6n+7) {
    clear: both;
  }
}
.clients.four-cols &gt;div{
  width:24.2%
}
.clients.four-cols.no-carousel &gt;div{
  width:23.2%
}
.clients.four-cols &gt;div:nth-child(4n+4){
  margin-right:0
}
.clients.carousel.four-cols &gt;div{
  margin:0 10px
}
.clients.five-cols &gt;div{
  width:19.2%
}
.clients.five-cols.no-carousel &gt;div{
  width:18.2%
}
.clients.five-cols &gt;div:nth-child(5n+5){
  margin-right:0
}
.clients.carousel.five-cols &gt;div{
  margin:0 10px
}
.clients.six-cols &gt;div{
  width:15.8%
}
.clients.six-cols.no-carousel &gt;div{
  width:14.8%
}
.clients.six-cols &gt;div:nth-child(6n+6){
  margin-right:0
}
.clients.carousel.six-cols &gt;div{
  margin:0 10px
}
.clients &gt;div{
  float:left;
  transition:opacity 0.2s linear;
  -webkit-transition:opacity 0.2s linear;
  margin-right:2%;
  margin-bottom:2%;
  opacity:1
}
.clients.fade-in-animation &gt;div{
  opacity:0;
  -webkit-transition:none;
	transition:none;
}
.clients.fade-in-animation.completed &gt;div{
  -webkit-transition:opacity 0.2s linear;
	transition:opacity 0.2s linear;
  -webkit-backface-visibility:hidden
}
.clients:not(.fade-in-animation) &gt;.no-link:hover, 
.clients.fade-in-animation.completed &gt;.no-link:hover{
  opacity:1!important
}
.clients:not(.fade-in-animation) &gt;div:hover,
.clients.fade-in-animation.completed &gt;div:hover{
  opacity:0.7!important
}
.clients &gt;div img{
  display:block;
  max-width:100%;
  margin:0 auto
}
.clients.no-carousel:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}
.clients.no-carousel {
  display: -ms-flexbox;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  justify-content: center;
  -ms-flex-flow: row wrap;
  flex-wrap: wrap;
}
.clients.no-carousel &gt; div {
  float: none;
}
.clients[data-additional_padding="2"].no-carousel &gt; div, 
.clients[data-additional_padding="3"].no-carousel &gt; div, 
.clients[data-additional_padding="4"].no-carousel &gt; div, 
.clients[data-additional_padding="2"].no-carousel &gt; div img, 
.clients[data-additional_padding="3"].no-carousel &gt; div img, 
.clients[data-additional_padding="4"].no-carousel &gt; div img {
  margin: 0;
}
.clients[data-additional_padding="2"].no-carousel &gt;div {
  padding: 2%;
}
.clients[data-additional_padding="3"].no-carousel &gt;div {
  padding: 3%;
}
.clients[data-additional_padding="4"].no-carousel &gt;div {
  padding: 3% 5%;
}
.clients[data-he="greyscale_to_color"] &gt; div img{
  transition: filter 0.45s cubic-bezier(0.3, 0.4, 0.1, 1), opacity 0.45s cubic-bezier(0.3, 0.4, 0.1, 1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  opacity: 0.55;
}
.clients[data-he="greyscale_to_color"] &gt; div:hover img{
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  opacity: 1;
}




/* 9.7. Divider */
.wpb_wrapper &gt;.divider, 
.wpb_wrapper &gt;.divider-border, 
.wpb_wrapper &gt;.divider-small-border, 
.wpb_wrapper &gt;.divider-wrap{
  margin-bottom:0
}
.divider{
  height:20px
}
.divider-border{
  margin:35px auto 35px auto;
  background-color:rgba(0,0,0,0.12);
  height:1px
}
.span_12.light .divider-border{
  background-color:rgba(255,255,255,0.3)
}

.divider-small-border{
  margin:25px 0;
  width:20%;
  height:1px;
  background-color:#ddd
}
.divider-border[data-animate="yes"], 
.divider-small-border[data-animate="yes"]{
  visibility:hidden;
  transform-origin:left;
  -webkit-transform-origin:left
}

.divider-wrap[data-alignment="center"] .divider-small-border {
  transform-origin:center;
  -webkit-transform-origin:center;
  margin: 25px auto;
}
.divider-wrap[data-alignment="right"] {
  text-align: right;
}
.divider-wrap[data-alignment="right"] .divider-small-border {
  transform-origin: right;
  -webkit-transform-origin: right;
  margin-right: 0;
  margin-left: 0;
  display: inline-block;
}
body .wpb_separator, body .vc_text_separator{
  border-color:rgba(0,0,0,0.06)
}
body .vc_text_separator div{
  background-color:#f8f8f8;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:300;
  font-size:22px;
  line-height:32px;
  letter-spacing:0.5px;
  top:-20px
}
.light .divider-small-border{
  background-color:rgba(255,255,255,0.6)
}






/* 9.8. Dropcap */
.nectar-dropcap{
  font-size:4em;
  display:block;
  float:left;
  padding:5px 10px 0 0
}
.nectar-dropcap span{
  display:block
}





/* 9.9. Fancy Box (Loaded conditionally) - See css/elements/fancy-box.css */





/* 9.10. Fancy Unordered List */
.nectar-fancy-ul ul li{
  list-style:none;
  position:relative;
  padding-left:38px
}
body .nectar-fancy-ul[data-list-icon="none"] ul li{
  padding-left:0;
  margin-bottom:0
}
.nectar-fancy-ul ul{
  margin-left:0
}
.nectar-fancy-ul ul li i, 
.nectar-fancy-ul ul li i.icon-default-style{
  position:absolute;
  left:0;
  top:0;
  width:20px
}
.nectar-fancy-ul ul li .icon-default-style[class^="icon-"]{
  font-size:16px;
  height:100%;
  line-height:22px
}
.nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line{
  font-size:27px;
  height:27px;
  line-height:27px
}
.main-content .nectar-fancy-ul[data-spacing="5px"] ul li {
	margin-bottom: 5px;
}
.main-content .nectar-fancy-ul[data-spacing="10px"] ul li {
	margin-bottom: 10px;
	line-height: 1.5em;
}
.main-content .nectar-fancy-ul[data-spacing="15px"] ul li {
	margin-bottom: 15px;
	line-height: 1.5em;
}
.main-content .nectar-fancy-ul[data-spacing="20px"] ul li {
	margin-bottom: 20px;
	line-height: 1.5em;
}
.main-content .nectar-fancy-ul[data-spacing="25px"] ul li {
	margin-bottom: 25px;
	line-height: 1.5em;
}
.nectar-fancy-ul[data-list-icon="dot"] ul li {
	padding-left: 30px;
}
.nectar-fancy-ul[data-list-icon="dot"] ul li:before {
	content: ".";
  position: absolute;
  left: 0px;
	top: 9px;
	line-height: 0;
  font-size: 26px;
}

.nectar-fancy-ul[data-animation="true"] ul li{
  opacity:0;
  left:-20px;
  margin-bottom:5px
}
.nectar-fancy-ul[data-alignment="center"] ul, 
.nectar-fancy-ul[data-alignment="center"] ul li{
  text-align:center!important
}
.nectar-fancy-ul[data-alignment="right"] ul, 
.nectar-fancy-ul[data-alignment="right"] ul li{
  text-align:right!important
}
.nectar-fancy-ul[data-alignment="right"] ul li i:not(.none), 
.nectar-fancy-ul[data-alignment="center"] ul li i:not(.none){
  position:relative;
  margin-right:10px
}





/* 9.11. Flip Box (Loaded conditionally) - See css/elements/flip-box.css */





/* 9.12. Food Menu Item */
body .nectar_food_menu_item, 
body .tabbed .nectar_food_menu_item{
  margin-bottom:30px
}
body .nectar_food_menu_item .inner{
  display:-webkit-box;
  display:-webkit-flex;
  display:-ms-flexbox;
  display:flex
}
.span_12.light .nectar_food_menu_item .line_spacer{
  border-color:#fff
}
.tabbed &gt; .wpb_tab:not(.visible-tab) {
  display: none;
}
.nectar_food_menu_item h3, .nectar_food_menu_item h4, 
.nectar_food_menu_item h5, .nectar_food_menu_item h6, 
.row .col .nectar_food_menu_item h3, .row .col .nectar_food_menu_item h4, 
.row .col .nectar_food_menu_item h5, .row .col .nectar_food_menu_item h6 {
  margin-bottom:0;
  line-height:21px
}
.nectar_food_menu_item[data-style="default"] .line_spacer{
  visibility:hidden
}
.nectar_food_menu_item .line_spacer{
  border-bottom:1px solid #000;
  -webkit-box-flex:1;
  -webkit-flex:1 1 auto;
  -ms-flex:1 1 auto;
  flex:1 1 auto
}
.nectar_food_menu_item .item_price{
  -webkit-box-flex:0;
  -webkit-flex:0 1 auto;
  -ms-flex:0 1 auto;
  flex:0 1 auto;
  padding-left:10px;
  text-align:left
}
.nectar_food_menu_item .item_name{
  padding-right:10px;
  -webkit-box-flex:0;
  -webkit-flex:0 1 auto;
  -ms-flex:0 1 auto;
  flex:0 1 auto
}
.nectar_food_menu_item .inner{
  transition:transform 0.6s cubic-bezier(0,0.2,0.22,1),opacity 0.6s cubic-bezier(0,0.2,0.22,1);
  transform:translateY(50px);
  opacity:0
}
.nectar_food_menu_item .item_description{
  margin-top:10px;
  transition:transform 0.6s cubic-bezier(0,0.2,0.22,1) 0.1s,opacity 0.6s cubic-bezier(0,0.2,0.22,1) 0.1s;
  transform:translateY(50px);
  opacity:0
}
.nectar_food_menu_item.animated-in .item_description, 
.nectar_food_menu_item.animated-in .inner{
  -ms-transform:translateY(0);
  -webkit-transform:translateY(0);
  transform:translateY(0);
  opacity:1
}





/* 9.13. Highlighted Text */
.nectar-highlighted-text em {
  position: relative;
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: 1em;
  padding: 0 3px;
}

.nectar-highlighted-text[class*="font_size_"] em {
	line-height: inherit;
}
.nectar-highlighted-text em:before,
.nectar-highlighted-text[data-style="regular_underline"] a em:after,
.nectar-highlighted-text[data-style="regular_underline"] em a:after {
  -webkit-transition: -webkit-transform 1.2s cubic-bezier(.15,.75,.4,1), opacity 0.25s ease;
  transition: transform 1.2s cubic-bezier(.15,.75,.4,1), opacity 0.25s ease;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left bottom;
  transform-origin: left bottom;
}

.nectar-highlighted-text[data-style="regular_underline"] a em:after,
.nectar-highlighted-text[data-style="regular_underline"] em a:after {
	-webkit-transition: -webkit-transform 0.45s cubic-bezier(0.23, 0.46, 0.4, 1);
  transition: transform 0.45s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.nectar-highlighted-text[data-style="regular_underline"] em a,
.nectar-highlighted-text[data-style="regular_underline"] a em {
	-webkit-transition: color 0.45s cubic-bezier(0.23, 0.46, 0.4, 1);
	transition: color 0.45s cubic-bezier(0.23, 0.46, 0.4, 1);
}

.nectar-highlighted-text[data-style="regular_underline"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"] em:hover a {
	color: #fff;
}
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] em:hover a {
	color: #000;
}

.nectar-highlighted-text[data-style="half_text"] em:before {
  height: 28%;
  top: auto;
  bottom: 0;
}
.nectar-highlighted-text[data-style="regular_underline"] em:before {
	height: 3px;
	top: auto;
	bottom: -1px;
	padding: 0;
}
.nectar-highlighted-text[data-style="regular_underline"][data-underline-thickness="1px"] em:before {
	height: 1px;
}
.nectar-highlighted-text[data-style="regular_underline"][data-underline-thickness="2px"] em:before {
	height: 2px;
}
.nectar-highlighted-text[data-style="regular_underline"][data-underline-thickness="4px"] em:before {
	height: 4px;
}

.nectar-highlighted-text[data-style="regular_underline"] em {
	padding: 0;
}

.nectar-highlighted-text[data-style="regular_underline"] a em:after {
	height: 100%;
}

.nectar-highlighted-text em.animated:before,
.nectar-highlighted-text[data-style="regular_underline"] a:hover em:after,
.nectar-highlighted-text[data-style="regular_underline"] em:hover a:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.nectar-highlighted-text[data-using-custom-color="false"] em:before {
  opacity: 0.3;
}
@media only screen and (max-width: 999px) {
  body:not([data-m-animate="1"]) .nectar-highlighted-text em.animated:before {
    -webkit-transition: none;
    transition: none;
  }
}
.nectar-highlighted-text a {
  color: inherit;
}
.nectar-highlighted-text[data-style="half_text"] a:hover em.animated:before {
  -webkit-transform: scaleX(1) scaleY(0.5);
  transform: scaleX(1) scaleY(0.5);
}
.nectar-highlighted-text[data-style="full_text"] a:hover em.animated:before {
  opacity: 0.65;
}

.nectar-highlighted-text[data-style="text_outline"] em:before {
	display: none;	
}
.nectar-highlighted-text[data-style="text_outline"] em,
.nectar-scrolling-text[data-style="text_outline"] em,
.nectar-scrolling-text[data-style="text_outline"] i {
	-webkit-text-stroke-color: inherit;
  -webkit-text-fill-color: rgba(0,0,0,0);
}
.nectar-highlighted-text[data-style="text_outline"] a em {
	transition: transform 0.3s ease;
	transform-origin: left bottom;
}
.nectar-highlighted-text[data-style="text_outline"] a:hover em {
	-webkit-text-fill-color: initial;
	-webkit-text-stroke-color: rgba(0,0,0,0);
	transform: skewX(-10deg);
}

.nectar-highlighted-text[data-style][data-user-color="true"] * {
	color: inherit;
}
.nectar-highlighted-text[data-style="text_outline"] em {
	display: inline;
	padding: 0;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thin"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="thin"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="thin"] i {
	-webkit-text-stroke-width: 0.015em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="regular"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="regular"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="regular"] i {
	-webkit-text-stroke-width: 0.02em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thick"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="thick"] em {
	-webkit-text-stroke-width: 0.03em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="extra_thick"] em,
.nectar-scrolling-text[data-style="text_outline"][data-outline-thickness="extra_thick"] em {
	-webkit-text-stroke-width: 0.04em;
}

/* 9.14. Horizontal List Item */
.wpb_wrapper &gt;.nectar-hor-list-item:not([data-hover-effect="full_border"]):last-child{
  border-bottom:0
}
.wpb_wrapper &gt;.nectar-hor-list-item{
  margin-bottom:0
}
.nectar-hor-list-item{
  box-sizing:border-box;
  position:relative;
  border-bottom:1px solid rgba(0,0,0,0.12);
  padding:22px;
  margin-bottom:0;
  -webkit-transition:all .4s cubic-bezier(0.2,0,0.15,1);
  -ms-transition:all .4s cubic-bezier(0.2,0,0.15,1);
  transition:all .4s cubic-bezier(0.2,0,0.15,1)
}
.nectar-hor-list-item[data-hover-effect="none"] {
	padding-left: 0;
	padding-right: 0;
}
body .tabbed .nectar-hor-list-item {
  padding:22px;
}
.span_12.light .nectar-hor-list-item{
  border-color:rgba(255,255,255,0.12)
}
.nectar-hor-list-item[data-hover-effect="default"]:before{
  height:100%;
  opacity:0;
  bottom:0;
  left:0;
  content:'';
  position:absolute;
  right:0;
  z-index:-1;
  -webkit-transform:perspective(1000px) rotateX(90deg);
  -ms-transform:perspective(1000px) rotateX(90deg);
  transform:perspective(1000px) rotateX(90deg);
  -webkit-transform-origin:50% 100%;
  -ms-transform-origin:50% 100%;
  transform-origin:50% 100%;
  -webkit-transition:all .4s cubic-bezier(0.2,0,0.15,1);
  -ms-transition:all .4s cubic-bezier(0.2,0,0.15,1);
  transition:all .4s cubic-bezier(0.2,0,0.15,1) 
}
.nectar-hor-list-item[data-color="black"]:before{
  background-color:#000
}
.nectar-hor-list-item[data-color="white"]:before{
  background-color:#fff
}
.nectar-hor-list-item[data-hover-effect="default"]:hover{
  border-color:transparent!important
}
.nectar-hor-list-item[data-hover-effect="default"]:hover:before{
  opacity:1;
  -webkit-transform:perspective(1000px) rotateX(0);
  -ms-transform:perspective(1000px) rotateX(0);
  transform:perspective(1000px) rotateX(0)
}
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item, 
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item-btn, 
.span_12.light .nectar-hor-list-item .nectar-list-item, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn {
  color:#fff
}
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item-btn, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn{
  border-color:rgba(255,255,255,0.5)
}
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item, 
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item-btn{
  color:#000
}
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item-btn{
  border-color:rgba(0,0,0,0.3)
}
body .nectar-hor-list-item .nectar-list-item-btn {
  font-size:14px;
}
.nectar-hor-list-item .nectar-list-item-btn{
  padding:8px 12px;
  display:inline-block;
  border:2px solid rgba(0,0,0,0.3);
  line-height:12px;
  color:#000;
  margin:3px 3px;
  -webkit-transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1);
  -ms-transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1);
  transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1)
}
.nectar-hor-list-item[data-hover-effect="default"] .nectar-list-item-btn:hover, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn:hover{
  border-color:#fff
}

.nectar-hor-list-item[data-hover-effect="none"]:hover .nectar-list-item {
	color: inherit;
}

.nectar-hor-list-item .full-link{
  display:block;
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  z-index:100
}
body[data-button-style^="rounded"] .nectar-hor-list-item .nectar-list-item-btn{
  border-radius:100px
}
.nectar-hor-list-item &gt;.nectar-list-item{
  display:inline-block;
  vertical-align:middle;
  -webkit-transition:color .4s cubic-bezier(0.2,0,0.15,1);
  -ms-transition:color .4s cubic-bezier(0.2,0,0.15,1);
  transition:color .4s cubic-bezier(0.2,0,0.15,1)
}
.nectar-hor-list-item &gt;.nectar-list-item[data-text-align="left"]{
  text-align:left
}
.nectar-hor-list-item &gt;.nectar-list-item[data-text-align="center"]{
  text-align:center
}
.nectar-hor-list-item &gt;.nectar-list-item[data-text-align="right"]{
  text-align:right
}
.nectar-hor-list-item[data-columns="1"] &gt;.nectar-list-item{
  width:100%
}
.nectar-hor-list-item[data-columns="2"] &gt;.nectar-list-item{
  width:50%
}
.nectar-hor-list-item[data-columns="3"] &gt;.nectar-list-item{
  width:33.3%
}
.nectar-hor-list-item[data-columns="4"] &gt;.nectar-list-item{
  width:25%
}
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] &gt;div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] &gt;div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] &gt;div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] &gt;div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] &gt;div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] &gt;div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] &gt;div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] &gt;div:nth-child(3){
  width:15%
}
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] &gt;div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] &gt;div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] &gt;div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] &gt;div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] &gt;div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] &gt;div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] &gt;div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] &gt;div:nth-child(4){
  width:35%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] &gt;div:nth-child(1){
  width:20%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] &gt;div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] &gt;div:nth-child(3){
  width:40%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] &gt;div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] &gt;div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] &gt;div:nth-child(3){
  width:50%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] &gt;div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] &gt;div:nth-child(3), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] &gt;div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] &gt;div:nth-child(3), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] &gt;div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] &gt;div:nth-child(2){
  width:25%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="large_first"] &gt;div:nth-child(1){
  width:70%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="large_first"] &gt;div:nth-child(2){
  width:30%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xlarge_first"] &gt;div:nth-child(1){
  width:80%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xlarge_first"] &gt;div:nth-child(2){
  width:20%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xsmall_first"] &gt;div:nth-child(1){
  width:20%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xsmall_first"] &gt;div:nth-child(2){
  width:80%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="small_first"] &gt;div:nth-child(1){
  width:30%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="small_first"] &gt;div:nth-child(2){
  width:70%
}

.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_first"] &gt;div:nth-child(1){ 
	width: 40%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_first"] &gt;div:nth-child(2){ 
	width: 60%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_last"] &gt;div:nth-child(1){ 
	width: 40%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_last"] &gt;div:nth-child(2){ 
	width: 60%;
}

.nectar-hor-list-item .nectar-list-item[data-text-align="left"] {
	padding-right: 30px;
}
.nectar-hor-list-item &gt; div[data-text-align="left"]:last-child {
	padding-right: 0;
}

.nectar-hor-list-item .nectar-list-item[data-text-align="right"] {
	padding-left: 30px;
}
.nectar-hor-list-item .nectar-list-item[data-text-align="center"] {
	padding-right: 15px;
	padding-right: 15px;
}

.nectar-hor-list-item[data-hover-effect="none"]:before {
	display: none;
}

.row .nectar-hor-list-item h5,
.row .nectar-hor-list-item h4,
.row .nectar-hor-list-item h3,
.row .nectar-hor-list-item h2 {
	color: inherit;
	margin-bottom: 0;
}

.nectar-hor-list-item[data-hover-effect="full_border"] {
	transition: all 0.25s ease;
}

.nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn {
	border: none; 
	background-color: rgba(0, 0, 0, 0.05);
	transition: all 0.25s ease;
}

.nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn:hover {
	color: #fff;
}

.span_12.light .nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn {
	border: none; 
	background-color: rgba(255, 255, 255, 0.1);
}

.nectar-hor-list-item[data-hover-effect="full_border"][data-br="3px"] { border-radius: 3px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="5px"] { border-radius: 5px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="10px"] { border-radius: 10px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="15px"] { border-radius: 15px;}

.nectar-hor-list-item[data-hover-effect="full_border"] {
	border: 1px solid rgba(0,0,0,0.15);
	margin-top: 20px;
}
.span_12.light .nectar-hor-list-item[data-hover-effect="full_border"] {
	border: 1px solid rgba(255,255,255,0.25);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="white"]:hover {
	border-color: rgba(255,255,255,1);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="black"]:hover {
	border-color: rgba(0,0,0,1);
}
.nectar-hor-list-item[data-hover-effect="full_border"]:hover {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}

.nectar-hor-list-item .nectar-list-item[data-icon="true"] &gt; * {
	display: inline-block;
	vertical-align: middle;
}

.nectar-hor-list-item .item-icon {
	font-size: 30px;
	margin: 10px 15px 10px 0;
	top: 0;
}
.nectar-hor-list-item .item-icon[data-size="small"] {
	font-size: 20px;
}
.nectar-hor-list-item .item-icon[data-size="large"] {
	font-size: 40px;
	margin-right: 20px;
}
.nectar-hor-list-item .item-icon[data-size="x_large"] {
	font-size: 50px;
	margin-right: 20px;
}


/* 9.15. Icon */
i[class*="fa-"], 
span[class*="fa-"] {
  display:inline-block;
  word-spacing:1px;
  position:relative;
  text-align:center;
  top: -2px;
  vertical-align:middle;
  max-width:100% 
}
[class^="icon-"], 
i[class*=" icon-"]{
  display:inline-block;
  max-width:100%;
  position:relative;
  text-align:center;
  vertical-align:middle;
  top: -2px;
  word-spacing:1px 
}
i.icon-normal {
  background-color:#000;
  border-radius:999px;
  -webkit-border-radius:999px;
  color:#fff;
  font-size:16px;
  width:32px;
  height:32px;
  line-height:32px;
}
[class^="icon-"].icon-3x, 
i[class*=" icon-"].icon-3x{
  background-color:#eeedec 
}
body [class^="icon-"].icon-3x.alt-style, 
body [class*=" icon-"].icon-3x.alt-style{
  background-color:#000;
  color:#fff 
}
.col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^="icon-"].icon-3x.alt-style.hovered, 
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered{
  background-color:rgba(0,0,0,0.035) 
}
.light .col:not(.post-area):not(.span_12):not(#sidebar):hover i[class^="icon-"].icon-3x.alt-style.hovered, 
.light .col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style.hovered{
  background-color:rgba(0,0,0,0.1) 
}
#sidebar .widget:hover i[class^="icon-"].icon-3x.alt-style{
  background-color:rgba(0,0,0,0.035) 
}
.full-width-section i[class^="icon-"].icon-3x, 
.full-width-section i[class*=" icon-"].icon-3x{
  background-color:rgba(0,0,0,0.021) 
}
[class^="icon-"].icon-3x, 
[class*=" icon-"].icon-3x, 
.circle-border{
  background-color:#eeedec;
  border-radius:999px;
  -webkit-border-radius:999px;
  color:#000;
  display:inline-block;
  font-size:30px;
  height:90px;
  line-height:90px;
  max-width:100%;
  position:relative;
  text-align:center;
  vertical-align:middle;
  width:90px;
  word-spacing:1px;
  transition:all 0.1s linear;
  -webkit-transition:all 0.1s linear;
}
[class^="icon-"].icon-3x, 
[class*=" icon-"].icon-3x{
  margin-bottom:27px
}
body [class^="icon-"].icon-tiny{
  line-height:15px;
  height:13px;
  width:15px;
  margin-right:5px;
  font-size:13px;
  background-color:transparent
}
[class^="icon-"].icon-tiny {
	color:#888;
}

body [class^="icon-"].icon-default-style{
  line-height:34px;
  height:34px;
  width:34px;
  margin-right:0;
  font-size:34px;
  color:#000;
  background-color:transparent 
}

h3 [class^="icon-"], 
h2 [class^="icon-"], 
h4 [class^="icon-"], 
h5 [class^="icon-"]{
  margin-right:5px
}
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border, 
#sidebar .widget:hover .circle-border{
  border:1px solid #000;
  transform:scale(1.18);
  transition-timing-function:cubic-bezier(0.4,0.25,0.14,1.73);
  -webkit-transition-timing-function:cubic-bezier(0.4,0.25,0.14,1.73);
}
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.hovered, 
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.hovered, 
#sidebar .widget:hover [class^="icon-"].icon-3x{
  color:#fff;
  background-color:#000
}
.circle-border{
  background:none repeat scroll 0 0 transparent;
  border:1px solid #eeedec;
  height:88px;
  left:1px;
  position:absolute;
  z-index:1;
  top:1px;
  transition-duration:225ms;
  -webkit-duration:225ms;
  transition-property:all;
  -webkit-transition-property:all;
  transition-timing-function:cubic-bezier(0.5,-0.7,0.67,0.7);
  -webkit-transition-timing-function:cubic-bezier(0.5,-0.7,0.67,0.7);
  width:88px
}
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-1 .circle-border, 
#sidebar .widget:hover .extra-color-gradient-1 .circle-border, 
.col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered.extra-color-gradient-2 .circle-border, 
#sidebar .widget:hover .extra-color-gradient-2 .circle-border, .extra-color-gradient-1 .circle-border, 
.extra-color-gradient-2 .circle-border {
  transform:none;
  -webkit-transform:none;
}
.extra-color-gradient-1 .circle-border, 
.extra-color-gradient-2 .circle-border{
  border:2px solid rgba(0,0,0,0.065)!important
}
.light .extra-color-gradient-1 .circle-border, 
.light .extra-color-gradient-2 .circle-border{
  border:2px solid rgba(255,255,255,0.085)!important
}
[class^="icon-"].icon-3x.extra-color-gradient-2:not(.alt-style), 
[class*=" icon-"].icon-3x.extra-color-gradient-2:not(.alt-style), 
[class^="icon-"].icon-3x.extra-color-gradient-1:not(.alt-style), 
[class*=" icon-"].icon-3x.extra-color-gradient-1:not(.alt-style),
body:not(.material) .nectar-button i, 
body.material:not([data-button-style^="rounded"]) .nectar-button i {
  background-color:transparent!important
}
[class^="icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before, 
[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal):before, 
[class^="icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before, 
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal):before{
  background:#fff;
  -webkit-background-clip:text;
  background-clip:text
}
[class^="icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before, 
[class*=" icon-"].extra-color-gradient-1.alt-style:not(.icon-normal).no-grad:before, 
[class^="icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before, 
[class*=" icon-"].extra-color-gradient-2.alt-style:not(.icon-normal).no-grad:before, 
[class^="icon-"][data-color="extra-color-gradient-1"].no-grad:before, 
[class*=" icon-"][data-color="extra-color-gradient-1"].no-grad:before, 
[class^="icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before, 
[class*=" icon-"].extra-color-gradient-1:not(.icon-normal).no-grad:before, 
[class^="icon-"][data-color="extra-color-gradient-2"].no-grad:before, 
[class*=" icon-"][data-color="extra-color-gradient-2"].no-grad:before, 
.extra-color-gradient-2[class^="icon-"]:not(.icon-normal).no-grad:before, 
.extra-color-gradient-2[class*=" icon-"]:not(.icon-normal).no-grad:before, 
.nectar-gradient-text.no-grad *, 
.nectar_icon_wrap[data-color="extra-color-gradient-1"] .nectar_icon.no-grad i, 
.nectar_icon_wrap[data-color="extra-color-gradient-2"] .nectar_icon.no-grad i{
  background-color:transparent!important;
  background:none!important
}
body .nectar-gradient-text[data-color="extra-color-gradient-1"].no-grad *, 
body .nectar-gradient-text[data-color="extra-color-gradient-2"].no-grad *, 
.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start, 
.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start, 
.nectar-button.extra-color-gradient-1.no-text-grad .hover, 
.nectar-button.extra-color-gradient-2.no-text-grad .hover, 
.nectar-flip-box .flip-box-front i[data-color="extra-color-gradient-1"].icon-default-style.no-grad:before, 
.nectar-flip-box .flip-box-front i[data-color="extra-color-gradient-2"].icon-default-style.no-grad:before, 
.nectar_icon_wrap[data-color="extra-color-gradient-1"] .nectar_icon.no-grad i, 
.nectar_icon_wrap[data-color="extra-color-gradient-2"] .nectar_icon.no-grad i{
  -webkit-text-fill-color:initial
}

.nectar_icon_wrap[data-style="border-animation"] .nectar_icon:not(.no-grad):hover i,
[class^="icon-"].extra-color-gradient-1.icon-3x.alt-style:before, 
[class*=" icon-"].extra-color-gradient-1.icon-3x.alt-style:before, 
[class^="icon-"].extra-color-gradient-2.icon-3x.alt-style:before, 
[class*=" icon-"].extra-color-gradient-2.icon-3x.alt-style:before, 
body .nectar_icon_wrap[data-color="white"] i, 
body .svg-icon-holder[data-color="white"]{
  color:#fff!important
}
body .nectar_icon_wrap[data-color="black"] i, 
body .svg-icon-holder[data-color="black"]{
  color:#000!important
}
body .nectar_icon_wrap[data-color="grey"] i, 
body .svg-icon-holder[data-color="grey"]{
  color:#c8c8c8!important
}
body .svg-icon-holder[data-color="white"] svg path {
  stroke:#fff
}
body .svg-icon-holder[data-color="black"] svg path {
  stroke:#000
}
body .svg-icon-holder[data-color="grey"] svg path {
  stroke:#c8c8c8
}

.nectar_icon_wrap[data-style="soft-bg"][data-color="black"] .nectar_icon:before,
.nectar_icon_wrap[data-style="soft-bg"][data-color="grey"] .nectar_icon:before {
  background-color: #888;
}
.nectar_icon_wrap[data-color="extra-color-gradient-1"] .nectar_icon i, 
.nectar_icon_wrap[data-color="extra-color-gradient-2"] .nectar_icon i,
.nectar_icon .im-icon-wrap &gt; span {
  display: inline-block;
}

.nectar_icon .im-icon-wrap {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
}
.nectar_icon_wrap .im-icon-wrap[data-color="white"] path, 
.nectar-fancy-box[data-style="parallax_hover"] .im-icon-wrap path{
  fill: #fff;
}
.nectar_icon_wrap .im-icon-wrap[data-color="black"] path {
  fill: #000;
}
.nectar_icon_wrap .im-icon-wrap[data-color="grey"] path {
  fill: #888;
}
.full-width-section .circle-border{
  background-color:rgba(0,0,0,0.021);
  border-color:rgba(0,0,0,0.05)
}
.full-width-section .light .circle-border{
  background-color:rgba(0,0,0,0.021);
  border-color:rgba(0,0,0,0.2)
}

.main-content .svg-icon-holder{
  height:64px;
  overflow:hidden;
  min-width:1px;
  margin-bottom:20px;
  display:inline-block;
  opacity:0
}
.nectar_icon_wrap{
  display:inline-block;
  position:relative
}
.nectar_icon_wrap .nectar_icon .svg-icon-holder{
  margin-bottom:0
}
.nectar_icon_wrap[data-padding="10px"] .nectar_icon{
  padding:10px
}
.nectar_icon_wrap[data-padding="15px"] .nectar_icon{
  padding:15px
}
.nectar_icon_wrap[data-padding="20px"] .nectar_icon{
  padding:20px
}
.nectar_icon_wrap[data-padding="25px"] .nectar_icon{
  padding:25px
}
.nectar_icon_wrap[data-padding="30px"] .nectar_icon{
  padding:30px
}
.nectar_icon_wrap[data-padding="35px"] .nectar_icon{
  padding:35px
}
.nectar_icon_wrap[data-padding="40px"] .nectar_icon{
  padding:40px
}
.nectar_icon_wrap[data-padding="45px"] .nectar_icon{
  padding:45px
}
.nectar_icon_wrap[data-padding="50px"] .nectar_icon{
  padding:50px
}
.span_12.light .nectar_icon_wrap[data-style="border-basic"] .nectar_icon, 
.span_12.light .nectar_icon_wrap[data-style="border-animation"] .nectar_icon{
  border-color:rgba(255,255,255,0.15)
}
.nectar_icon_wrap[data-style="border-basic"] .nectar_icon, 
.nectar_icon_wrap[data-style="border-animation"] .nectar_icon, 
.nectar_icon_wrap[data-style="soft-bg"] .nectar_icon,
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon {
  line-height:0;
  border:2px solid rgba(0,0,0,0.065);
  text-align: center;
  border-radius:100px;
  position:relative;
  -webkit-transition:background-color .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1);
  transition:background-color .45s cubic-bezier(0.25,1,0.33,1),border-color .45s cubic-bezier(0.25,1,0.33,1)
}
.nectar_icon_wrap[data-style="soft-bg"] .nectar_icon,
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon {
  border: 0;
}
.nectar_icon_wrap[data-style="soft-bg"] .nectar_icon:before,
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:before,
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:after {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: '';
  position: absolute;
  display: block;
  border-radius:100px;
  z-index: -1;
  opacity: 0.11;
}
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:before,
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:after {
	opacity: 1;
}
.nectar_icon_wrap[data-style*="border"] .nectar_icon i, 
.nectar_icon_wrap[data-style="soft-bg"] .nectar_icon i,
.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon i {
  display: inline-block;
  vertical-align: middle;
  max-width: none;
  top: 0;
}

.nectar_icon_wrap[data-style="shadow-bg"][data-color="white"] .nectar_icon i {
	color: #000!important;
}

.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:before {
	box-shadow: 0 15px 28px #000;
  opacity: 0.1;
}

.nectar_icon_wrap[data-style="shadow-bg"] .nectar_icon:after {
	background-color: #fff;
}

.nectar_icon_wrap[data-style*="default"][data-color*="extra-color-gradient"] .nectar_icon i {
  border-radius: 0!important;
  text-align: center;
}
.nectar_icon_wrap[data-style*="default"][data-color*="extra-color-gradient"] .nectar_icon i:before {
  vertical-align: top;
}
.nectar_icon_wrap i:before {
  line-height: inherit;
}
.nectar_icon_wrap[data-style="border-animation"] .nectar_icon i{
  -webkit-transition:color .45s cubic-bezier(0.25,1,0.33,1);
  transition:color .45s cubic-bezier(0.25,1,0.33,1)
}
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"]:hover .nectar_icon, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"]:hover .nectar_icon{
  border-color:transparent
}
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"]:hover:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"]:hover:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"]:hover .nectar_icon:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"]:hover .nectar_icon:before{
  opacity:1
}
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"]:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"]:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"] .nectar_icon:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"] .nectar_icon:before{
  position:absolute;
  z-index:-1;
  content:' ';
  display:block;
  top:0;
  left:0;
  width:100%;
  height:100%;
  opacity:0;
  border-radius:100px;
  -webkit-transition:opacity .45s cubic-bezier(0.25,1,0.33,1);
  transition:opacity .45s cubic-bezier(0.25,1,0.33,1) 
}
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"] .nectar_icon:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"] .nectar_icon:before{
  opacity:1
}
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"] .nectar_icon:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"] .nectar_icon:before{
  background-color:#f6f6f6
}
.nectar_icon_wrap[data-border-thickness="1px"] .nectar_icon{
  border-width:1px
}
.nectar_icon_wrap[data-border-thickness="2px"] .nectar_icon{
  border-width:2px
}
.nectar_icon_wrap[data-border-thickness="3px"] .nectar_icon{
  border-width:3px
}
.nectar_icon_wrap[data-border-thickness="4px"] .nectar_icon{
  border-width:4px
}
.nectar_icon_wrap[data-border-thickness="5px"] .nectar_icon{
  border-width:5px
}
.nectar_icon_wrap[data-style="border-basic"] .nectar_icon i{
  text-align:center
}
.nectar_icon_wrap a{
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  left:0;
  top:0;
  z-index:1
}





/* 9.16. Icon List (Loaded conditionally) - See css/elements/icon-list.css */





/* 9.17. Icon with text */
.iwithtext{
  position:relative
}
.iwithtext .iwt-icon{
  position:absolute;
  left:0;
  top:0
}
.iwithtext .iwt-icon img{
  width:35px;
  height:auto;
  padding:0
}
.row .col .iwithtext .iwt-icon img:not([srcset]) {
  width:35px;
}
.span_10.iwt h2{
  line-height:20px
}

.span_10.iwt h3{
  line-height:18px
}
.iwithtext .iwt-text{
  padding-left:55px
}
.main-content .vc_span2 .iwithtext .iwt-icon, 
.main-content .vc_col-sm-2 .iwithtext .iwt-icon{
  top:-2px
}
.main-content .vc_span2 .iwithtext .iwt-icon i, 
.main-content .vc_col-sm-2 .iwithtext .iwt-icon i{
  font-size:26px;
  line-height:26px;
  width:26px;
  height:26px 
}
.main-content .vc_span2 .iwithtext .iwt-icon img, 
.main-content .vc_col-sm-2 .iwithtext .iwt-icon img{
  width:26px
}
.main-content .vc_span2 .iwithtext .iwt-icon img:not([srcset]), 
.main-content .vc_col-sm-2 .iwithtext .iwt-icon img:not([srcset]) {
  width:26px
}
.main-content .vc_span2 .iwithtext .iwt-text, 
.main-content .vc_col-sm-2 .iwithtext .iwt-text{
  padding-left:45px
}






/* 9.18. Image Comparison (Loaded conditionally) - See css/twentytwenty.css */





/* 9.19. Image with animation / Col animation */
img.img-with-animation, 
.img-with-aniamtion-wrap .hover-wrap,
.col.has-animation, 
.wpb_column.has-animation, 
.nectar_cascading_images .cascading-image .inner-wrap, 
.nectar-fancy-box.has-animation{
  opacity:0;
  position:relative
}
.wpb_column.has-animation[data-animation*="reveal"]{
  opacity:1
}
img.img-with-animation[data-animation="grow-in"].full-opacity{
  opacity:1
}
html:not(.js) img.img-with-animation, 
html:not(.js) .col.has-animation, 
html:not(.js) .wpb_column.has-animation{
  opacity:1
}
img.img-with-animation[data-animation="none"], 
.img-with-aniamtion-wrap[data-animation="none"] .hover-wrap,
.nectar_cascading_images .cascading-image[data-animation="none"] .inner-wrap{
  opacity:1
}
.col.has-animation[data-animation="zoom-out"] {
  transform: translateZ(0) scale(1.2);
  opacity: 0;
}
.col.has-animation[data-animation="slight-twist"] {
  transform: rotateY(20deg) rotateZ(-4deg);
  opacity: 0;
}
img.img-with-animation[data-animation="grow-in"], 
.img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap,
.col.has-animation[data-animation="grow-in"], 
.wpb_column.has-animation[data-animation="grow-in"], 
.nectar-fancy-box.has-animation[data-animation="grow-in"]{
  opacity:0;
  transform:scale(0.75);
  -webkit-transform:scale(0.75);
  transition:opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1);
  -webkit-transition:opacity 0.6s cubic-bezier(0.15,0.84,0.35,1.25),background-color 0.35s cubic-bezier(.65,0,.35,1);
  -webkit-backface-visibility:hidden
}
.nectar_cascading_images .cascading-image[data-animation="grow-in"] .inner-wrap{
  -webkit-transform:scale(0.75);
	transform:scale(0.75);
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap {
	-webkit-transform:scale(0.5);
	transform:scale(0.5);
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap .img-wrap {
		overflow: hidden;
}
.nectar_cascading_images .cascading-image[data-animation="grow-in-reveal"] .inner-wrap img {
	-webkit-transform: scale(1.7);
	transform: scale(1.7);
	transition: transform 1.1s cubic-bezier(.3,0.95,.3,0.95);
  -webkit-transition: transform 1.1s cubic-bezier(.3,0.95,.3,0.95);
}
img.img-with-animation[data-animation="flip-in"], 
.img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap,
.col.has-animation[data-animation="flip-in"], 
.wpb_column.has-animation[data-animation="flip-in"], 
.nectar-fancy-box.has-animation[data-animation="flip-in"]{
  opacity:0;
  transform: rotateY(25deg);
  -webkit-transform:rotateY(25deg);
  -webkit-transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1);
	transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1);
}
.nectar_cascading_images .cascading-image[data-animation="flip-in"] .inner-wrap{
  transform: rotateY(25deg);
  -webkit-transform:rotateY(25deg);
}
.flip-in-vertical-wrap{
  -webkit-perspective:2000px;
  perspective:2000px
}
img.img-with-animation[data-animation="flip-in-vertical"], 
.img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap,
.col.has-animation[data-animation="flip-in-vertical"], 
.wpb_column.has-animation[data-animation="flip-in-vertical"], 
.nectar-fancy-box.has-animation[data-animation="flip-in-vertical"]{
  opacity:0;
  transform: rotateX(-45deg) translateY(120px);
  -webkit-transform:rotateX(-45deg) translateY(120px);
  transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1);
  -webkit-transition:opacity 1s ease,background-color 0.35s cubic-bezier(.65,0,.35,1);
}
img.img-with-animation[data-shadow="small_depth"], 
.img-with-aniamtion-wrap[data-shadow="small_depth"] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow="small_depth"] .img-wrap, 
.nectar_cascading_images .cascading-image[data-shadow="small_depth"] .bg-color, 
.nectar-video-box[data-shadow="small_depth"]:before, 
.nectar-flickity[data-shadow="small_depth"] .cell,
.nectar_video_player_self_hosted[data-shadow="small_depth"] .wpb_video_wrapper {
  box-shadow: rgba(0, 0, 0, 0.04) 0px 1px 0px, rgba(0, 0, 0, 0.05) 0px 2px 7px, rgba(0, 0, 0, 0.06) 0px 12px 22px;
}
img.img-with-animation[data-shadow="medium_depth"], 
.img-with-aniamtion-wrap[data-shadow="medium_depth"] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow="medium_depth"] .img-wrap, 
.nectar_cascading_images .cascading-image[data-shadow="medium_depth"] .bg-color, 
.nectar-video-box[data-shadow="medium_depth"]:before, 
.nectar-flickity[data-shadow="medium_depth"] .cell,
.nectar_video_player_self_hosted[data-shadow="medium_depth"] .wpb_video_wrapper {
  box-shadow:0 30px 80px rgba(0,0,0,0.14),0 20px 70px rgba(0,0,0,0.12)
}
img.img-with-animation[data-shadow="large_depth"], 
.img-with-aniamtion-wrap[data-shadow="large_depth"] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow="large_depth"] .img-wrap, 
.nectar_cascading_images .cascading-image[data-shadow="large_depth"] .bg-color, 
.nectar-video-box[data-shadow="large_depth"]:before,
.nectar_video_player_self_hosted[data-shadow="large_depth"] .wpb_video_wrapper {
  box-shadow:0 40px 100px rgba(0,0,0,0.15),0 25px 80px rgba(0,0,0,0.1)
}
.nectar-flickity[data-shadow="large_depth"] .cell{
  box-shadow:0 35px 55px rgba(0,0,0,0.08),0 25px 63px rgba(0,0,0,0.08)
}

img.img-with-animation[data-shadow="x_large_depth"], 
.img-with-aniamtion-wrap[data-shadow="x_large_depth"] .hover-wrap,
.nectar_cascading_images .cascading-image[data-shadow="x_large_depth"] .img-wrap, 
.nectar_cascading_images .cascading-image[data-shadow="x_large_depth"] .bg-color, 
.nectar-video-box[data-shadow="x_large_depth"]:before, 
.nectar-flickity[data-shadow="x_large_depth"] .cell,
.nectar_video_player_self_hosted[data-shadow="x_large_depth"] .wpb_video_wrapper {
  box-shadow:0 60px 135px rgba(0,0,0,0.14),0 15px 65px rgba(0,0,0,0.14)
}


img.img-with-animation[data-animation="fade-in-from-left"],
.img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap {
  transform:translateX(-75px);
  -webkit-transform:translateX(-75px);
  padding-right:30px
}
img.img-with-animation[data-animation="fade-in-from-left"][data-shadow*="_depth"],
.img-with-aniamtion-wrap[data-animation="fade-in-from-left"][data-shadow*="_depth"] .hover-wrap {
  padding-right: 0;
}
.col.has-animation[data-animation="fade-in-from-left"], 
.wpb_column.has-animation[data-animation="fade-in-from-left"], 
.nectar-fancy-box.has-animation[data-animation="fade-in-from-left"]{
  transform:translateX(-45px);
  -webkit-transform:translateX(-45px);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-left"] .inner-wrap{
  transform:translateX(-60px);
  -webkit-transform:translateX(-60px);
}
img.img-with-animation[data-animation="fade-in-from-right"],
.img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap {
  transform:translateX(75px);
  -webkit-transform:translateX(75px);
}
.col.has-animation[data-animation="fade-in-from-right"], 
.wpb_column.has-animation[data-animation="fade-in-from-right"], 
.nectar-fancy-box.has-animation[data-animation="fade-in-from-right"]{
  transform:translateX(45px);
  -webkit-transform:translateX(45px);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-right"] .inner-wrap{
  transform:translateX(60px);
  -webkit-transform:translateX(60px);
}

.nectar-scrolling-text .background-layer[data-bg-animation="fade-in-from-bottom"] .inner,
img.img-with-animation[data-animation="fade-in-from-bottom"],
.img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap{
  transform:translateY(100px);
  -webkit-transform:translateY(100px);
}
.col.has-animation[data-animation="fade-in-from-bottom"], 
.wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
.nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"]{
  transform:translateY(50px);
  -webkit-transform:translateY(50px);
}
.nectar_cascading_images .cascading-image[data-animation="fade-in-from-bottom"] .inner-wrap{
  transform:translateY(60px);
  -webkit-transform:translateY(60px);
}
img.img-with-animation[data-animation="fade-in-from-left"], 
img.img-with-animation[data-animation="fade-in-from-right"], 
.nectar-fancy-box.has-animation[data-animation="fade-in-from-right"]{
  margin:0 auto
}


.img-with-aniamtion-wrap,
body .wpb_wrapper &gt; .img-with-aniamtion-wrap {
  line-height:0;
  margin-bottom:0
}
.img-with-aniamtion-wrap &gt; .inner {
	height: 100%;
}
.center img.img-with-animation{
  margin:0 auto;
  display:block
}
.right.img-with-aniamtion-wrap{
  text-align:right
}
.right.img-with-aniamtion-wrap img{
  display:inline-block
}

.img-with-aniamtion-wrap .color-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	z-index: 10;
	opacity: 0;
  pointer-events: none;
}
.img-with-aniamtion-wrap:hover .color-overlay {
	opacity: 0.5;
}

.img-with-aniamtion-wrap .hover-wrap {
	overflow: hidden;
}
.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="none"] {
	overflow: visible;
}

.img-with-aniamtion-wrap[data-shadow*="depth"] .hover-wrap,
.img-with-aniamtion-wrap[data-shadow*="depth"] .hover-wrap .hover-wrap-inner {
	display: inline-block;
}
.img-with-aniamtion-wrap[data-shadow*="depth"].center {
	text-align: center;
}

.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}

.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .hover-wrap,
.nectar-scrolling-text .background-layer:not([data-bg-animation="none"]).animated-in .inner {
	opacity: 1;
}

.nectar-scrolling-text .background-layer[data-bg-animation="fade-in-from-bottom"] .inner {
	-webkit-transition: transform 1s cubic-bezier(0.2, 0.65, 0.3, 1), opacity 0.25s ease;
	transition: transform 1s cubic-bezier(0.2, 0.65, 0.3, 1), opacity 0.25s ease;
}
.nectar-scrolling-text .background-layer[data-bg-animation="fade-in-from-bottom"].animated-in .inner {
	transform: translateY(0);
}

.column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
.nectar-scrolling-text .background-layer:not([data-bg-animation="none"]) .inner {
	overflow: hidden;
	opacity: 0;
}

.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"] .inner,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
.column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap {
	opacity: 0;
	overflow: hidden;
	-webkit-transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity 0.25s ease;
	transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity 0.25s ease;
	will-change: transform, opacity;
	-webkit-backface-visibility: hidden;
}

.img-with-aniamtion-wrap[data-animation*="reveal-from-"],
.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"] .color-overlay,
.column-image-bg-wrap[data-bg-animation*="reveal-from-"],
.column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
.column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg,
.column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] &gt; div,
.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"] .background-image {
	-webkit-transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity .65s cubic-bezier(.2,1,.2,1);
	transition: transform 2.3s cubic-bezier(0.2, 0.65, 0.3, 1), opacity .65s cubic-bezier(.2,1,.2,1);
	will-change: transform;
	-webkit-backface-visibility: hidden;
}

.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in,
.revealed-bg .column-image-bg-wrap[data-bg-animation*="reveal-from-"],
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in .inner,
.revealed-bg .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
.revealed-bg .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] &gt; div {
	-webkit-transform: rotate(0deg) translateZ(0);
	transform: rotate(0deg) translateZ(0);
	opacity: 1;
}

.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"].animated-in .inner {
	-webkit-transform: rotate(0deg) translate3d(0,0,0);
	transform: rotate(0deg) translate3d(0,0,0);
	opacity: 1;
}

.nectar-scrolling-text .background-layer[data-bg-animation*="reveal-from-"].animated-in .background-image,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation*="reveal-from-"].animated-in .color-overlay,
.revealed-bg .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg {
	-webkit-transform: rotate(0deg) translateZ(0);
	transform: rotate(0deg) translateZ(0);
}



/* reveal left */
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-left"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-left"] {
	-webkit-transform: translate3d(-250px,0,0);
	transform: translate3d(-250px,0,0);
}

.img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-left"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-left"] &gt; div {
  -webkit-transform: rotate(-25deg) translateZ(0);
	transform: rotate(-25deg) translateZ(0);
	transform-origin: right bottom;
}

.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-left"] .inner {
	-webkit-transform: translate3d(-250px,0,0) rotate(-25deg);
	transform: translate3d(-250px,0,0) rotate(-25deg);
	transform-origin: right bottom;
}

.img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-left"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-left"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-left"] .background-image {
  -webkit-transform: rotate(25deg) translateZ(0);
	transform: rotate(25deg) translateZ(0);
	transform-origin: right bottom;
}


/* reveal right */
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-right"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-right"] {
  -webkit-transform: translate3d(250px,0,0);
	transform: translate3d(250px,0,0);
	transform-origin: left bottom;
}

.img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-right"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-right"] &gt; div {
  -webkit-transform: rotate(25deg) translateZ(0);
	transform: rotate(25deg) translateZ(0);
	transform-origin: left bottom;
}

.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-right"] .inner {
	-webkit-transform: translate3d(250px,0,0) rotate(25deg);
	transform: translate3d(250px,0,0) rotate(25deg);
	transform-origin: left bottom;
}

.img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-right"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-right"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-right"] .background-image {
  -webkit-transform: rotate(-25deg) translateZ(0);
	transform: rotate(-25deg) translateZ(0);
	transform-origin: left bottom;
}


/* reveal bottom */
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-bottom"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-bottom"] {
	-webkit-transform: translate3d(0,250px,0);
	transform: translate3d(0,250px,0);
}

.img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-bottom"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-bottom"] &gt; div {
  -webkit-transform: rotate(25deg) translateZ(0);
	transform: rotate(25deg) translateZ(0);
	transform-origin: left bottom;
}

.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-bottom"] .inner {
	-webkit-transform: translate3d(0,250px,0) rotate(25deg) ;
	transform: translate3d(0,250px,0) rotate(25deg) ;
	transform-origin: left bottom;
}

.img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-bottom"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-bottom"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-bottom"] .background-image {
  -webkit-transform: rotate(-25deg) translateZ(0);
	transform: rotate(-25deg) translateZ(0);
	transform-origin: left bottom;
}


/* reveal top */
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"],
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-top"],
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-top"] {
	-webkit-transform: translate3d(0,-250px,0);
	transform: translate3d(0,-250px,0);
}


.img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"] .inner,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-top"] .inner-wrap,
.column-bg-overlay-wrap[data-bg-animation="ro-reveal-from-top"] &gt; div {
  -webkit-transform: rotate(-25deg) translateZ(0);
	transform: rotate(-25deg) translateZ(0);
	transform-origin: left top;
}

.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-top"] .inner {
	-webkit-transform: translate3d(0,-250px,0) rotate(-25deg) ;
	transform: translate3d(0,-250px,0) rotate(-25deg) ;
	transform-origin: left top;
}

.img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"] .hover-wrap .hover-wrap-inner img.img-with-animation,
.img-with-aniamtion-wrap[data-animation="ro-reveal-from-top"] .color-overlay,
.column-image-bg-wrap[data-bg-animation="ro-reveal-from-top"] .inner-wrap .column-image-bg,
.nectar-scrolling-text .background-layer[data-bg-animation="ro-reveal-from-top"] .background-image {
  -webkit-transform: rotate(25deg) translateZ(0);
	transform: rotate(25deg) translateZ(0);
	transform-origin: left top;
}


img.img-with-animation.nectar-lazy {
	display: block;
	min-height: 1px;
	min-width: 1px;
}
.row .col img.img-with-animation.nectar-lazy:not([srcset]) {
	width: 100%;
}

.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy,
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy {
	opacity: 0;
	transition: opacity 0.5s ease;
}
.img-with-aniamtion-wrap img.img-with-animation.nectar-lazy.loaded,
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner img.img-with-animation.nectar-lazy.loaded {
	opacity: 1;
}

.img-with-aniamtion-wrap .hover-wrap {
	margin-bottom: 15px;
}

.img-with-aniamtion-wrap .color-overlay {
	-webkit-transition: opacity .65s cubic-bezier(.2,1,.2,1);
	transition: opacity .65s cubic-bezier(.2,1,.2,1);
}

.img-with-aniamtion-wrap[data-shadow] .hover-wrap .img-with-animation {
	box-shadow: none;
}

.img-with-aniamtion-wrap .inner .hover-wrap:not([data-hover-animation="none"]) {
	-webkit-transition: all .65s cubic-bezier(.05,0.2,.1,1);
	transition: all .65s cubic-bezier(.05,0.2,.1,1)!important;
}
.img-with-aniamtion-wrap .hover-wrap .hover-wrap-inner {
	-webkit-transition: transform .65s cubic-bezier(.05,0.2,.1,1);
	transition: transform .65s cubic-bezier(.05,0.2,.1,1);
}
.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="zoom"]:hover .hover-wrap-inner {
	-webkit-transform: scale(1.13);
	transform: scale(1.13);
}
.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="zoom-crop"]:hover .hover-wrap-inner {
	-webkit-transform: scale(1.15);
	transform: scale(1.15);
}
.img-with-aniamtion-wrap .hover-wrap[data-hover-animation="zoom-crop"]:hover {
	-webkit-transform: scale(0.95);
	transform: scale(0.95)!important;
}

.right.img-with-aniamtion-wrap[data-max-width="110%"] img, 
.right.img-with-aniamtion-wrap[data-max-width="125%"] img, 
.right.img-with-aniamtion-wrap[data-max-width="150%"] img, 
.right.img-with-aniamtion-wrap[data-max-width="175%"] img, 
.right.img-with-aniamtion-wrap[data-max-width="200%"] img, 
.right.img-with-aniamtion-wrap[data-max-width="225%"] img, 
.right.img-with-aniamtion-wrap[data-max-width="250%"] img{
  display:block
}

.img-with-aniamtion-wrap[data-max-width="50%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="75%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="110%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="125%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="150%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="175%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="200%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="225%"]:not(.right) img, 
.img-with-aniamtion-wrap[data-max-width="250%"]:not(.right) img{
  backface-visibility:hidden
}
.wpb_column.has-animation[data-animation*="reveal"]{
  overflow:hidden
}
.wpb_column.has-animation[data-animation*="reveal"] .column-inner-wrap{
  overflow:hidden;
  height:100%;
  width:100%
}
.img-with-aniamtion-wrap[data-max-width="110%"] .inner{
  width:110%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="125%"] .inner{
  width:125%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="150%"] .inner{
  width:150%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="165%"] .inner{
  width:165%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="175%"] .inner{
  width:175%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="200%"] .inner{
  width:200%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="225%"] .inner{
  width:225%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="250%"] .inner{
  width:250%;
  display:block
}
.img-with-aniamtion-wrap[data-max-width="110%"].center .inner{
  margin-left:-5%
}
.img-with-aniamtion-wrap[data-max-width="125%"].center .inner{
  margin-left:-12.5%
}
.img-with-aniamtion-wrap[data-max-width="150%"].center .inner{
  margin-left:-25%
}
.img-with-aniamtion-wrap[data-max-width="165%"].center .inner{
  margin-left:-32.5%
}
.img-with-aniamtion-wrap[data-max-width="175%"].center .inner{
  margin-left:-37.5%
}
.img-with-aniamtion-wrap[data-max-width="200%"].center .inner{
  margin-left:-50%
}
.img-with-aniamtion-wrap[data-max-width="225%"].center .inner{
  margin-left:-62.5%
}
.img-with-aniamtion-wrap[data-max-width="250%"].center .inner{
  margin-left:-75%
}
.img-with-aniamtion-wrap.right[data-max-width="110%"] .inner{
  margin-left:-10%
}
.img-with-aniamtion-wrap.right[data-max-width="125%"] .inner{
  margin-left:-25%
}
.img-with-aniamtion-wrap.right[data-max-width="150%"] .inner{
  margin-left:-50%
}
.img-with-aniamtion-wrap.right[data-max-width="165%"] .inner{
  margin-left:-65%
}
.img-with-aniamtion-wrap.right[data-max-width="175%"] .inner{
  margin-left:-75%
}
.img-with-aniamtion-wrap.right[data-max-width="200%"] .inner{
  margin-left:-100%
}
.img-with-aniamtion-wrap.right[data-max-width="225%"] .inner{
  margin-left:-125%
}
.img-with-aniamtion-wrap.right[data-max-width="250%"] .inner{
  margin-left:-150%
}
.img-with-aniamtion-wrap[data-max-width="50%"] .inner, 
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="50%"] img {
  max-width:50%;
  width: auto;
}
.img-with-aniamtion-wrap[data-max-width="75%"] .inner, 
.nectar-flickity:not(.masonry) .flickity-slider .cell .img-with-aniamtion-wrap[data-max-width="75%"] img {
  max-width:75%;
  width: auto;
}
.img-with-aniamtion-wrap[data-max-width="50%"].right .inner,
.img-with-aniamtion-wrap[data-max-width="75%"].right .inner,
.img-with-aniamtion-wrap[data-max-width="50%"].center .inner,
.img-with-aniamtion-wrap[data-max-width="75%"].center .inner {
	display: inline-block
}
.img-with-aniamtion-wrap[data-max-width="110%"] img, 
.img-with-aniamtion-wrap[data-max-width="125%"] img, 
.img-with-aniamtion-wrap[data-max-width="150%"] img, 
.img-with-aniamtion-wrap[data-max-width="175%"] img, 
.img-with-aniamtion-wrap[data-max-width="200%"] img, 
.img-with-aniamtion-wrap[data-max-width="225%"] img, 
.img-with-aniamtion-wrap[data-max-width="250%"] img{
  max-width:100%;
  width: auto;
}

.img-with-aniamtion-wrap[data-max-width="none"] img,
.row .img-with-aniamtion-wrap[data-max-width="none"] img:not([srcset]) {
	max-width: none;
	width: 100%;
}

.img-with-aniamtion-wrap[data-max-width="125%"][data-shadow*="depth"] img, 
.img-with-aniamtion-wrap[data-max-width="150%"][data-shadow*="depth"] img, 
.img-with-aniamtion-wrap[data-max-width="175%"][data-shadow*="depth"] img, 
.img-with-aniamtion-wrap[data-max-width="200%"][data-shadow*="depth"] img, 
.img-with-aniamtion-wrap[data-max-width="225%"][data-shadow*="depth"] img, 
.img-with-aniamtion-wrap[data-max-width="250%"][data-shadow*="depth"] img {
	max-width: none;
	width: 100%;
}

.wpb_column.has-animation[data-animation*="reveal"] .column-inner-wrap.no-transform, 
.wpb_column.has-animation[data-animation*="reveal"] .column-inner-wrap.no-transform .column-inner{
  transform:none;
  -webkit-transform:none
}
@media only screen and (min-width: 690px) {
  .vc_row-o-equal-height .wpb_column.has-animation[data-animation*="reveal"] &gt; .column-inner-wrap {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .vc_row-o-equal-height.vc_row-o-content-middle .wpb_column.has-animation[data-animation*="reveal"] &gt; .column-inner-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: auto;
  }
  .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*="reveal"] &gt; .column-inner-wrap, 
  .vc_row-o-equal-height.vc_row-o-content-bottom .wpb_column.has-animation[data-animation*="reveal"] &gt; .column-inner-wrap &gt; .column-inner {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}
.wpb_column .column-inner[data-bg-cover="true"], .wpb_column[data-bg-cover="true"] {
  background-size:cover;
  background-position:center
}

.vc_ie-flexbox-fixer {
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal 
}
.vc_ie-flexbox-fixer&gt;.vc_row {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  box-sizing: border-box;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox 
}





/* 9.20. Image with Hotspots (Loaded conditionally) - See css/elements/image-with-hotspots.css */
@-webkit-keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
@keyframes pulsate{
  from{
    opacity:1;
    transform:scale(1)
  }
  to{
    opacity:0;
    transform:scale(3)
  }
}
@keyframes nectarBounceIn{
  0%{
    transform:translateY(80px);
    opacity:0
  }
  33%{
    transform:translateY(-13px);
    opacity:1
  }
  66%{
    transform:translateY(4px);
    opacity:1
  }
  100%{
    transform:translateY(0px);
    opacity:1
  }
}
@-webkit-keyframes nectarBounceIn{
  0%{
    transform:translateY(80px);
    opacity:0
  }
  33%{
    transform:translateY(-13px);
    opacity:1
  }
  66%{
    transform:translateY(4px);
    opacity:1
  }
  100%{
    transform:translateY(0px);
    opacity:1
  }
}





/* 9.21. Interactive Map */
html:not(.js) #contact-map, 
html:not(.js) .nectar-google-map{
  display:none
}
.grecaptcha-badge {
  z-index: 100;
}
#contact-map{
  width:100%;
  height:370px;
  margin-bottom:30px
}

body.page-template-template-contact[data-header-resize="1"] .container-wrap {
	padding-top: 0; 
}

.gm-style-iw{
  color:#777
}
#contact-map div, 
.nectar-google-map div {
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box 
}
.wpb_wrapper &gt; .nectar-google-map, 
.nectar-google-map{
  margin-bottom:0
}
.nectar-google-map img{
  max-width:none!important
}
.wpb_column.centered-text .nectar-google-map img {
  display: block;
}
body[data-bg-header="true"] #contact-map{
  margin-top:-30px
}
.contact-info{
  padding-left:20px
}
body.page-template-template-contact-php .page-header-no-bg .col.section-title{
  border-bottom:0
}
body.page-template-template-contact-php #page-header-bg{
  margin-bottom:0
}
.gm-style .gm-style-iw, 
.gm-style .gm-style-iw a, 
.gm-style .gm-style-iw span, 
.gm-style .gm-style-iw label, 
.gm-style .gm-style-iw div{
  font-family:arial;
  letter-spacing:0;
  line-height:20px
}
.nectar-google-map .animated-dot, 
.nectar-leaflet-map .animated-dot {
  width:20px;
  height:20px;
  left:-9px;
  top:-5px;
  position:relative
}
.nectar-google-map .animated-dot .middle-dot, 
.nectar-leaflet-map .animated-dot .middle-dot {
  width:16px;
  height:16px;
  border-radius:30px;
  position:absolute;
  left:2px;
  top:2px;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-iteration-count:infinite
}
.nectar-google-map[data-dark-color-scheme="1"] .animated-dot .middle-dot:after{
  width:100%;
  height:100%;
  display:block;
  position:absolute;
  left:0;
  top:0;
  content:' ';
  background-color:#fff;
  border-radius:30px;
  z-index:100;
  opacity:0;
  animation:animationSignal2 cubic-bezier(0,.55,.55,1) 2s;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-delay:0.78s;
  animation-iteration-count:infinite
}
.nectar-google-map .animated-dot .signal, 
.nectar-leaflet-map .animated-dot .signal {
  width:180px;
  pointer-events:none;
  height:180px;
  border-radius:200px;
  position:absolute;
  left:-80px;
  top:-80px;
  opacity:0;
  -webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
  animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-delay:0.78s;
  animation-iteration-count:infinite
}
.nectar-google-map .animated-dot .signal2, 
.nectar-leaflet-map .animated-dot .signal2 {
  width:180px;
  height:180px;
  pointer-events:none;
  border-radius:200px;
  position:absolute;
  left:-80px;
  top:-80px;
  opacity:0;
  -webkit-animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
  animation:animationSignal cubic-bezier(0,.55,.55,1) 2s;
  transform-origin:50% 50%;
  animation-fill-mode:forwards;
  animation-delay:1s;
  animation-iteration-count:infinite
}
.nectar-leaflet-map .nectar-leaflet-pin {
  width: 34px;
  height: 34px;
  font-size: 0;
  border: 10px solid #3452ff;
  border-radius: 50% 50% 50% 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: relative;
  background-color: #fff;
}
.nectar-leaflet-map:not([data-marker-style="nectar"]) .leaflet-marker-icon:before {
  background-image: url(/wp-content/themes/eyeprotect/img/icons/leaflet/marker-shadow.png);
  position: absolute;
  z-index: -1;
  display: block;
  top: 2px;
  left: 9px;
  width: 41px;
  height: 41px;
  content: '';
  -webkit-transform: rotate(13deg);
  transform: rotate(13deg);
}
.nectar-leaflet-map .leaflet-marker-icon {
  overflow: visible;
  background-color: transparent;
  border: none;
}
.nectar-leaflet-map[data-greyscale="1"] &gt; .leaflet-map-pane .leaflet-tile-container {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
@-webkit-keyframes animationSignal{
  0%{
    opacity:0;
    transform: scale(0.00)
  }
  1%{
    opacity:0.25
  }
  20%{
    opacity:0.25
  }
  60%{
    transform: scale(1);
    opacity:0
  }
}
@-webkit-keyframes animationSignal2{
  0%{
    opacity:0
  }
  1%{
    opacity:0.2
  }
  20%{
    opacity:0.17
  }
  60%{
    opacity:0
  }
}
@keyframes animationSignal{
  0%{
    opacity:0;
    transform: scale(0.00)
  }
  1%{
    opacity:0.25
  }
  20%{
    opacity:0.25
  }
  60%{
    transform: scale(1);
    opacity:0
  }
}
@keyframes animationSignal2{
  0%{
    opacity:0
  }
  1%{
    opacity:0.2
  }
  20%{
    opacity:0.17
  }
  60%{
    opacity:0
  }
}






/* 9.22. Milestone */
.nectar-milestone{
  text-align:center
}
.nectar-milestone:not(.animated-in){
  opacity:0
}
.span_12.right .nectar-milestone, .nectar-milestone[data-ms-align="right"]{
  text-align:right
}
.nectar-milestone[data-ms-align="left"]{
  text-align:left
}
.span_12.right .nectar-milestone[data-symbol-alignment="superscript"]{
  padding-right:40px
}
body .nectar-milestone .number h1, 
body .nectar-milestone .number h2, 
body .nectar-milestone .number h3, 
body .nectar-milestone .number h4, 
body .nectar-milestone .number h5{
  font-size:inherit;
  line-height:inherit;
  color:inherit;
  display:inline-block 
}
.nectar-milestone .number{
  font-size:62px;
  line-height:62px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  margin-bottom:5px;
  position:relative;
  display:inline-block
}
.nectar-milestone.motion_blur .number span:not(.in-sight) {
  transform:translateY(-100%);
  -webkit-transform:translateY(-100%);
  opacity:0 
}
.nectar-milestone.motion_blur .number span{
  display:inline-block
}
body .nectar-milestone .subject {
  letter-spacing:0.5px;
  font-size:16px;
  line-height:25px 
}
.nectar-milestone .number .symbol-wrap{
  display:inline-block
}
.nectar-milestone[data-symbol-alignment="superscript"] .number .symbol-wrap{
  transform:translateX(103%);
  -webkit-transform:translateX(103%);
  top:0;
  right:0;
  position:absolute;
  display:inline;
  font-size:30px;
  line-height:34px
}
.nectar-milestone[data-symbol-alignment="superscript"][data-symbol-pos="before"] .number .symbol-wrap{
  transform:translateX(-103%);
  -webkit-transform:translateX(-103%);
  right:auto;
  left:0
}
.milestone-wrap{
  text-align:center
}






/* 9.23. Morphing outline */
.morphing-outline{
  visibility:visible;
  padding:90px 50px;
  text-align:center
}
.morphing-outline .inner{
  -webkit-transition:color .35s cubic-bezier(.65,0,.35,1);
  transition:color .35s cubic-bezier(.65,0,.35,1);
  position:relative;
  display:inline-block;
  line-height:1;
  z-index:1;
  -webkit-perspective:1000;
  text-align:center
}
.morphing-outline .inner p{
  padding-bottom:10px
}
body .wpb_column:hover &gt;.wpb_wrapper &gt;.morphing-outline .inner &gt;*{
  transform:scale(1.11);
  -webkit-transform:scale(1.11);
}
body .wpb_column &gt;.wpb_wrapper &gt;.morphing-outline .inner &gt;h5{
  transform:scale(0.68);
  -webkit-transform:scale(0.68);
}
body .wpb_column:hover &gt;.wpb_wrapper &gt;.morphing-outline .inner &gt;h5{
  transform:scale(0.77);
  -webkit-transform:scale(0.77);
}
.morphing-outline .inner &gt;*{
  color:#fff;
  -webkit-transition:color .35s cubic-bezier(.65,0,.35,1),transform .35s cubic-bezier(.65,0,.35,1);
  transition:color .35s cubic-bezier(.65,0,.35,1),transform .35s cubic-bezier(.65,0,.35,1)
}
.morphing-outline .inner &gt;*:last-child{
  margin-bottom:0;
  padding-bottom:0
}
.morphing-outline .inner:after{
  -webkit-transition:all .35s cubic-bezier(.65,0,.35,1);
  transition:all .35s cubic-bezier(.65,0,.35,1);
  height:100%;
  width:100%;
  position:absolute;
  left:-62px;
  top:-92px;
  padding:80px 50px;
  z-index:-1;
  border-width:12px;
  border-style:solid;
  border-color:#fff;
  display:block;
  content:'';
  border-radius:50%
}
body[data-button-style="default"] .wpb_column &gt;.wpb_wrapper &gt;.morphing-outline .inner:after, 
body[data-button-style="default"] .wpb_column &gt;.vc_column-inner &gt;.wpb_wrapper &gt;.morphing-outline .inner:after{
  border-radius:0
}
body[data-button-style="default"] .wpb_column:hover &gt;.wpb_wrapper &gt;.morphing-outline .inner:after, 
body[data-button-style="default"] .wpb_column:hover &gt;.vc_column-inner &gt;.wpb_wrapper &gt;.morphing-outline .inner:after{
  border-radius:50%
}
.wpb_column:hover &gt;.wpb_wrapper &gt;.morphing-outline .inner:after, 
.wpb_column:hover &gt;.vc_column-inner &gt;.wpb_wrapper &gt;.morphing-outline .inner:after{
  border-radius:0%;
  border-color:#fff;
}
.wpb_column:hover &gt;.wpb_wrapper &gt;.morphing-outline .inner &gt;*, 
.wpb_column:hover &gt;.vc_column-inner &gt;.wpb_wrapper &gt;.morphing-outline .inner &gt;*{
  color:#fff
}





/* 9.24. Page Submenu */
.page-submenu:not(.stuck){
  transform:translateY(0px)!important;
  -webkit-transform:translateY(0px)!important
}

.page-submenu.stuck{
  position:fixed;
  top:0;
  left:0;
  width:100%;
  z-index:1000;
  transition:all 0.3s;
  -webkit-transition:all 0.3s;
}
.page-submenu.stuck.header-not-visible{
  transition:all 0.2s;
  -webkit-transition:all 0.2s;
}
.page-submenu.stuck .full-width-content, 
.full-width-content &gt;.span_12 &gt;.vc_col-sm-12 &gt;.vc_column-inner &gt;.wpb_wrapper .page-submenu:not(.stuck) &gt;.full-width-content{
  margin-left:0!important
}
.page-submenu .full-width-section, 
.page-submenu .full-width-content{
  height:auto!important
}
.page-submenu ul{
  margin:0;
  color:inherit
}
@media only screen and (min-width:1000px){
  .page-submenu ul{
    display:block!important;
    height:auto!important
  }
}
.page-submenu[data-alignment="left"]{
  text-align:left
}
.page-submenu[data-alignment="center"]{
  text-align:center
}
.page-submenu[data-alignment="right"]{
  text-align:right
}
.page-submenu[data-alignment="right"] .full-width-section ul li:last-child{
  margin-right:0
}
.page-submenu[data-alignment="left"] .full-width-section ul li:first-child{
  margin-left:0
}
.page-submenu[data-alignment="left"] .full-width-content ul li:first-child{
  margin-left:25px
}
.page-submenu[data-alignment="right"] .full-width-content ul li:last-child{
  margin-right:33px
}
.page-submenu li{
  display:inline-block;
  margin:0 25px 0 0;
  color:inherit
}
body .page-submenu li a{
  color:inherit;
  transition:all 0.1s ease;
  -webkit-transition:all 0.1s ease;
  padding-top:20px;
  padding-bottom:20px;
  display:block;
  opacity:0.7 
}
.page-submenu li a:hover, 
.page-submenu.stuck .current-menu-item a{
  opacity:1;
  color:inherit
}
.page-submenu .mobile-menu-link{
  padding:16px 20px;
  border-left:1px solid rgba(255,255,255,0.2);
  border-right:1px solid rgba(255,255,255,0.2);
  color:inherit;
  display:none;
  line-height:17px
}
.page-submenu[data-bg-color="#fff"] .mobile-menu-link{
  border-left:1px solid rgba(0,0,0,0.08);
  border-right:1px solid rgba(0,0,0,0.08)
}
.salient-page-submenu-icon{
  font-size:16px;
  float:left;
  margin-right:8px
}
.salient-page-submenu-icon:before{
  content:'\e067'
}





/* 9.25. Pricing Table (Loaded conditionally) - See css/elements/pricing-table.css */





/* 9.26. Progress Bar */
.nectar-progress-bar, 
.wpb_wrapper &gt; .nectar-progress-bar{
  margin-bottom:0
}
.nectar-progress-bar .bar-wrap{
  margin-bottom:13px;
  border-radius:300px 300px 300px 300px;
  -webkit-border-radius:300px 300px 300px 300px;
  background-color:#ebebeb;
  box-shadow:0 1px 2px rgba(0,0,0,0.09) inset;
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.09) inset;
  -o-box-shadow:0 1px 2px rgba(0,0,0,0.09) inset
}
.nectar-progress-bar span{
  height:14px;
  width:0;
  display:block;
  background-color:#000;
  border-radius:300px 300px 300px 300px;
  -webkit-border-radius:300px 300px 300px 300px;
}
.nectar-progress-bar p{
  padding-bottom:2px
}
.nectar-progress-bar span{
  overflow:visible;
  position:relative
}
.nectar-progress-bar span strong{
  position:absolute;
  right:-0px;
  top:-23px;
  opacity:0;
  display:block;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  border-radius:2px;
  -webkit-border-radius:2px;
}
.nectar-progress-bar span strong i{
  font-style:normal;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  letter-spacing:0;
  text-transform:none
}
body .nectar-progress-bar span strong, 
body .nectar-progress-bar .bar-wrap span strong i, 
body .nectar-progress-bar .bar-wrap span strong{
  font-size:11px!important;
  line-height:12px!important
}
.nectar-progress-bar span strong.full:after{
  left:15px
}
.nectar-progress-bar span strong.full{
  width:43px;
  text-align:right
}
body .vc_pie_chart .vc_pie_chart_value{
  font-size:42px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:300
}
body .vc_pie_chart .wpb_pie_chart_heading{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  text-transform:uppercase;
  font-size:12px;
  margin-top:12px;
  margin-bottom:0;
  letter-spacing:2px
}
body .vc_pie_chart_back{
  border-width:7px;
  opacity:0
}
body .vc_pie_chart {
  opacity: 1;
}





/* 9.27. Recent Posts (Loaded conditionally) - See css/elements/recent-posts.css */





/* 9.28. Split Heading */
.nectar-split-heading .heading-line{
  display:block;
  overflow:hidden;
  position:relative
}
.nectar-split-heading .heading-line &gt;div{
  display:block;
  transform:translateY(200%);
  -webkit-transform:translateY(200%)
}

.nectar-split-heading h1{
  margin-bottom:0
}

@media only screen and (min-width: 1000px) {
	.nectar-split-heading[data-custom-font-size="true"] h1,
	.nectar-split-heading[data-custom-font-size="true"] h2,
	.nectar-split-heading[data-custom-font-size="true"] h3,
	.nectar-split-heading[data-custom-font-size="true"] h4 {
		font-size: inherit;
		line-height: inherit;
	}
}

.centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h1,
.centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h2,
.centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h3,
.centered-text .nectar-split-heading[data-animation-type="line-reveal-by-space"] h4 {
	margin: 0 auto;
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"]:not(.markup-generated),
.nectar-split-heading[data-animation-type="letter-fade-reveal"]:not(.markup-generated) {
	opacity: 0;
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"] &gt; * &gt; span,
.nectar-split-heading[data-animation-type="letter-fade-reveal"] &gt; * &gt; span {
	position: relative;
	display: inline-block;
	overflow: hidden;
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"] span,
.nectar-split-heading[data-animation-type="letter-fade-reveal"] span {
	 vertical-align: bottom;
}

.nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner {
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(102%);
	transform: translateY(102%);
}
.nectar-split-heading[data-animation-type="line-reveal-by-space"] span .inner.animated {
	-webkit-transform: none;
	transform: none;
}

.nectar-split-heading[data-animation-type="letter-fade-reveal"] span span {
	position: relative;
	display: inline-block;
	-webkit-transform: translateY(102%);
	transform: translateY(102%);
	opacity: 0;
}

.nectar-split-heading[data-animation-type="twist-in"] {
	transform: rotateY(25deg) rotateZ(-4deg);
  opacity: 0;
	transition: opacity 1s cubic-bezier(.15,.75,.4,1), transform 1.2s cubic-bezier(.15,.75,.4,1); 
}
.nectar-split-heading[data-animation-type="twist-in"].animated-in {
	transform: rotateY(0deg) rotateZ(0deg);
  opacity: 1;
}



/* 9.29. Tabbed Section (Loaded conditionally) - See css/elements/tabbed-section.css */





/* 9.30. Team Member (Loaded conditionally) - See css/elements/team-member.css */





/* 9.31. Testimonial Slider (Loaded conditionally) - See css/elements/testimonial.css */
.wpb_column[data-cfc="true"] h1, 
.wpb_column[data-cfc="true"] h2, 
.wpb_column[data-cfc="true"] h3, 
.wpb_column[data-cfc="true"] h4, 
.wpb_column[data-cfc="true"] h5, 
.wpb_column[data-cfc="true"] h6, 
.wpb_column[data-cfc="true"] p{
  color:inherit
}
blockquote .image-icon[data-shadow="true"] {
  box-shadow: 0px 15px 37px rgba(0,0,0,0.15) 
}
.span_12.light .flickity-page-dots .dot:before, 
.testimonial_slider[data-style="multiple_visible"][data-color*="-light"] .flickity-page-dots .dot:before{
  background-color:#fff
}





/* 9.32. Toggle Panels */
body .toggle{
  margin-bottom:15px
}
.toggle.open h3 a{
  color:#fff;
  background-color:#000
}
body .toggle h3, 
body .row .toggle h3 {
  margin-bottom:0 
}
.toggle h3 {
  position:relative;
  z-index:10;
  font-size:12px;
}
div[data-style="default"] .toggle h3 a, 
div[data-style="default"] .toggle h3{
  font-size:14px;
  line-height:14px 
}
.toggle h3 a{
  display:block;
  color: rgba(0,0,0,0.65);
  letter-spacing:0;
  font-size:14px;
  line-height:16px;
  padding:14px 14px 16px 43px;
  font-weight:400;
  background-color:rgba(0,0,0,0.045);
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}
.toggle h3 a i{
  position:absolute;
  left:13px;
  background-color:transparent;
  color:#888;
  top:13px;
  width:18px;
  height:16px;
  line-height:18px;
  font-size:15px;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}
.toggle.open h3 a i{
  color:#fff
}
.toggle h3 a:hover{
  background-color:rgba(0,0,0,0.035)
}
body .toggle &gt;div{
  border-top:0;
  background-color:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,0.2);
	padding:10px 14px;
	display:none;
}

.toggle &gt;div .wpb_wrapper{
  margin:0
}

body .toggle[data-inner-wrap="true"] &gt; div {
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease;
	max-height: 0;
	overflow: hidden;
	pointer-events: none;
	display: block;
}

body .toggle[data-inner-wrap="true"].open &gt; div {
	pointer-events: all;
}

body .toggle[data-inner-wrap="true"] &gt; div,
div[data-style="minimal_small"] .toggle[data-inner-wrap="true"] &gt; div,
div[data-style*="minimal"] .toggle[data-inner-wrap="true"] &gt; div {
	padding: 0;
}

body div[data-style="minimal_small"] .toggle &gt; div .inner-toggle-wrap {
	padding-top: 1.4em;
  padding-bottom: 0;
}

div[data-style="minimal"] .toggle[data-inner-wrap="true"] &gt; div .inner-toggle-wrap {
	padding: 0 0 30px 0;
}

body .toggle[data-inner-wrap="true"] &gt; div .inner-toggle-wrap {
	padding:10px 14px;
}


.toggle &gt;div &gt;div:last-child,
.toggle[data-inner-wrap="true"] .inner-toggle-wrap &gt; div:last-child{
  margin-bottom:0!important
}
.light .toggle &gt;div{
  color:#676767
}
.light .toggles[data-style="default"] .toggle h3 a {
  color: #fff;
}
.light .toggles[data-style="default"] .toggle &gt;div{
  background-color: transparent;
}
body div[data-style*="minimal"] .toggle.open h3 a, 
body div[data-style*="minimal"] .toggle h3 a{
  background-color:transparent 
}
div[data-style*="minimal"] .toggle &gt;div{
  box-shadow:none;
  -webkit-box-shadow:none;
  padding:0 0 30px 0;
  background-color:transparent 
}
div[data-style*="minimal"] .toggle h3 i{
  width:30px;
  height:30px;
  position:absolute;
  right:0;
  left:auto;
  top:50%;
  margin-top:-15px;
  border:2px solid #888;
  border-radius:30px 30px;
  -ms-transition:border-color 0.15s ease;
  transition:border-color 0.15s ease;
  -webkit-transition:border-color 0.15s ease
}
div[data-style="minimal"] .toggle h3 a{
  padding:30px 70px 30px 0px;
  -ms-transition:color 0.15s ease;
  transition:color 0.15s ease;
  -webkit-transition:color 0.15s ease
}
div[data-style="minimal"] .toggle{
  border-bottom:2px solid rgba(0,0,0,0.08);
  -ms-transition:border-color 0.15s ease;
  transition:border-color 0.15s ease;
  -webkit-transition:border-color 0.15s ease;
}
body div[data-style="minimal"] .toggle {
  margin-bottom:0 
}
div[data-style="minimal"] .toggle h3 i:before{
  content:' ';
  top:14px;
  left:6px;
  margin-top:-2px;
  width:14px;
  height:2px;
  position:absolute;
  background-color:#888;
  -ms-transition:background-color 0.15s ease;
  transition:background-color 0.15s ease;
  -webkit-transition:background-color 0.15s ease
}
div[data-style="minimal"] .toggle h3 i:after{
  content:' ';
  top:6px;
  left:14px;
  width:2px;
  margin-left:-2px;
  height:14px;
  position:absolute;
  background-color:#888;
  -ms-transition:transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  transition:transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease;
  -webkit-transition:-webkit-transform 0.45s cubic-bezier(.3,.4,.2,1),background-color 0.15s ease
}
.light div[data-style="minimal"] .toggle {
  border-color:rgba(255,255,255,0.2)
}
.light div[data-style*="minimal"] .toggle h3 i{
  border-color:#fff
}
.light div[data-style*="minimal"] .toggle h3 i:before, 
.light div[data-style*="minimal"] .toggle h3 i:after{
  background-color:#fff
}
.light div[data-style*="minimal"] .toggle h3 a{
  color:#fff
}
div[data-style*="minimal"] .toggle.open i:after{
  -ms-transform:scale(1,0);
  transform:scale(1,0);
  -webkit-transform:scale(1,0)
}
div[data-style="minimal_small"] .toggle h3 {
  display: inline-block;
  padding: 0 0 4px;
}
div[data-style="minimal_small"] .toggle h3 a {
  padding: 0
}
div[data-style="minimal_small"] .toggle.default h3 a:hover, 
div[data-style="minimal_small"] .toggle.default.open h3 a {
  color: #000;
}
div[data-style="minimal_small"] .toggle.default &gt; h3:after {
  background-color: #000;
}
.span_12.light div[data-style="minimal_small"] .toggle.default h3 a:hover, 
.span_12.light div[data-style="minimal_small"] .toggle.default.open h3 a {
  color: #fff;
}
.span_12.light div[data-style="minimal_small"] .toggle &gt; h3:before {
  background-color: rgba(255,255,255,0.2);
}
.span_12.light div[data-style="minimal_small"] .toggle.default:hover &gt; h3:after, 
.span_12.light div[data-style="minimal_small"] .toggle.default.open &gt; h3:after,
.span_12.light div[data-style="minimal_small"] .toggle.default &gt; h3:after {
  background-color: #fff;
}
div[data-style="minimal_small"] .toggle &gt; h3:after, 
div[data-style="minimal_small"] .toggle &gt; h3:before {
  display: block;
  content: '';
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: rgba(0,0,0,0.1);
  height: 2px;
  left: 0;
  pointer-events: none;
}
div[data-style="minimal_small"] .toggle &gt; h3:after {
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: transform 0.5s cubic-bezier(0.3, 0.4, 0.1, 1);
  transition: transform 0.5s cubic-bezier(0.3, 0.4, 0.1, 1);
  transform-origin: left;
}
div[data-style="minimal_small"] .toggle.open &gt; h3:after, 
div[data-style="minimal_small"] .toggle:hover &gt; h3:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
div[data-style="minimal_small"] .toggle &gt;div {
  padding-top: 1.3em;
  padding-bottom: 0;
}
div[data-style="minimal_small"] .toggle &gt; h3 i {
  display: none;
}
div[data-style="minimal_small"] .toggle {
  margin-bottom: 1.4em;
}






/* 9.33. Video Lightbox */
.nectar_video_lightbox svg, 
.masonry-blog-item .video-play-button svg, 
.auto_meta_overlaid_spaced article .content-inner &gt; .play svg {
  display:block;
  width:20px;
  height:20px;
  position:absolute;
  top:50%;
  left:50%;
  margin-left:2px;
  -ms-transform:translateY(-50%) translateX(-50%);
  transform:translateY(-50%) translateX(-50%);
  -webkit-transform:translateY(-50%) translateX(-50%)
}
.nectar_video_lightbox.play_button:before,
.nectar-video-box .play_button_mouse_follow:before,  
.auto_meta_overlaid_spaced article .content-inner &gt; .play:before {
  display:block;
  position:absolute;
  content:' ';
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:6px solid #fff;
  z-index:10;
  border-radius:200px;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;
  transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
  -webkit-transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s
}
.nectar-video-box .play_button_mouse_follow {
	transition: opacity 0.3s ease;
}
.nectar-video-box .play_button_mouse_follow:not(.visible) {
	opacity: 0;
}
.nectar-video-box .play_button_mouse_follow:before {
	border-width: 2px;
}
.nectar-video-box .play_button_mouse_follow svg {
	width: 12px;
}
.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
	width: 94px;
	height: 94px;
	left: 0;
	top: 0;
	margin-top: -47px;
	margin-left: -47px;
	pointer-events: none;
}
.nectar-video-box[data-mouse-style="see_through_contrast"] .play_button_mouse_follow {
  mix-blend-mode: difference;
}
.nectar-video-box[data-mouse-style="see_through_contrast"],
.nectar-video-box[data-mouse-style="see_through_contrast"] &gt; .inner-wrap {
	background-color: #fff;
}

@media only screen and (max-width: 690px) {
	.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
		width: 60px;
		height: 60px;
		margin-top: -30px;
		margin-left: -30px;
	}
	.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox svg {
		width: 10px;
	}
}
.nectar-video-box[data-mouse-style="solid_color"] .play_button_mouse_follow:before {
	border: none;
}

@-webkit-keyframes pulse-1{
  0%{
    -webkit-transform:translate3d(-50%,-50%,0)scale(1);
    opacity:1
  }
  100%{
    -webkit-transform:translate3d(-50%,-50%,0)scale(1.7);
    opacity:0
  }
}
@keyframes pulse-1{
  0%{
    transform:translate3d(-50%,-50%,0)scale(1);
    opacity:1
  }
  100%{
    transform:translate3d(-50%,-50%,0)scale(1.7);
    opacity:0
  }
}
@-webkit-keyframes pulse-2{
  0%{
    -webkit-transform:translate3d(-50%,-50%,0)scale(1);
    opacity:0.5
  }
  100%{
    -webkit-transform:translate3d(-50%,-50%,0)scale(1.7);
    opacity:0
  }
}
@keyframes pulse-2{
  0%{
    transform:translate3d(-50%,-50%,0)scale(1);
    opacity:0.5
  }
  100%{
    transform:translate3d(-50%,-50%,0)scale(1.7);
    opacity:0
  }
}

.nectar_video_lightbox.play_button{
    position:relative;
     width:90px;
     height:90px;
     margin:0;
     display:inline-block
}
 .centered-text .nectar_video_lightbox.play_button{
    margin:0 30px
}
 .nectar_video_lightbox.play_button_with_text .play{
     height:52px;
     width:52px;
     position:relative;
     vertical-align:middle;
     display:inline-block
}
 .nectar_video_lightbox.play_button_with_text .play &gt;.inner-wrap{
    height:100%;
     width:100%;
     display:block
}
 .nectar_video_lightbox.play_button_with_text .play &gt;.inner-wrap:before {
     border-radius:200px;
     backface-visibility: hidden;
     height:100%;
     width:100%;
     display:block;
     content:'';
     transition:all 0.45s cubic-bezier(.15,0.2,.1,1) 0s;
     -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1) 0s
}
 .nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play &gt;.inner-wrap:before {
 	background-color:#000;
 }
 .nectar_video_lightbox.play_button_with_text:hover .play &gt;.inner-wrap:before{
     -webkit-transform:scale(1.15);
     transform:scale(1.15)
}
 .nectar_video_lightbox.play_button_with_text .link-text &gt;*{
     margin-bottom:0
}
 body .nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before{
     width:50px;
     height:50px;
     left:50%;
     top:50%;
     z-index:-1
}
 .nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before, 
 .nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:after{
     position:absolute;
     top:50%;
     left:50%;
     display:block;
     content:'';
     border:1px solid rgba(255,255,255,.5);
     border-radius:50%;
     -webkit-transform:scale(.35) translateY(-50%) translateX(-50%);
     -ms-transform:scale(.35) translateY(-50%) translateX(-50%);
     transform:scale(.35) translateY(-50%) translateX(-50%);
     opacity:0;
     -webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
     animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite
}
 .nectar_video_lightbox.play_button_with_text .play:after{
     width:50px;
     height:50px;
     z-index:-1;
     border-color:rgba(255,255,255,.4);
     -webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
     animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite
}
 .span_12.dark .nectar_video_lightbox.play_button_with_text .play:before, 
 .span_12.dark .nectar_video_lightbox.play_button_with_text .play:after{
     -webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
     animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite
}
 .span_12.dark .nectar_video_lightbox.play_button_with_text .play:after{
     -webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
     animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite
}
 .nectar_video_lightbox.play_button_with_text svg{
     width:14px;
     height:14px;
     z-index:100
}
 .span_12.light .nectar_video_lightbox.play_button_with_text .link-text{
     color:#fff
}
 .nectar_video_lightbox.play_button_with_text .link-text{
     display:inline-block;
     margin-left:25px;
     color:#000;
     vertical-align:middle
}
.play_button_with_text .link-text[data-font="nectar-btn-jumbo"] {
	  font-size: 18px;
}
.play_button_with_text .link-text[data-font="nectar-btn-large"] {
	  font-size: 14px;
}
.play_button_with_text .link-text[data-font="nectar-btn-medium"] {
	  font-size: 12px;
}
 .nectar_video_lightbox.play_button_with_text .play:before{
     display:block;
     position:absolute;
     content:' ';
     top:0;
     left:0;
     width:100%;
     height:100%;
     z-index:10;
     border-radius:200px;
     box-sizing:border-box;
     -webkit-box-sizing:border-box
}
 .nectar_video_lightbox .play{
     display:block;
     height:100%;
     width:100%;
     transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
     -webkit-transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s
}
 .nectar_video_lightbox path, 
 .span_12.dark .nectar_video_lightbox.play_button_with_text path{
     fill:#fff
}
 .span_12.dark .nectar_video_lightbox path{
     fill:#000
}
 .span_12.dark .nectar_video_lightbox.play_button:before{
     border:5px solid #000
}
 .nectar_video_lightbox:hover:before{
     transform:scale(1.1);
     -webkit-transform:scale(1.1);
     opacity:0.4
}
 .nectar_video_lightbox:not(.play_button_with_text):hover .play{
     transform:scale(1.3);
     -webkit-transform:scale(1.3)
}

.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:before, 
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:after {
	display: none;
}

.nectar_video_lightbox.play_button_with_text[data-style="small"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="small"] .button-bg {
    height: 30px;
    width: 30px;
}

.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg {
	width: 70px;
	height: 70px; 
}

.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] .button-bg,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] .button-bg {
	width: 90px;
	height: 90px; 
}

.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] {
	text-align: center;
	display: inline-block;
}

.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .link-text {
	display: block;
	margin-left: 0;
	margin-top: 28px;
}

.main-content .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"]:not([data-style="small"]) .play &gt;.inner-wrap:before {
 background-color: transparent!important;
}

.play_button_with_text[data-style="small"][data-font-style="h3"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h3"] .button-bg,
.play_button_with_text[data-style="small"][data-font-style="h2"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h2"] .button-bg,
.play_button_with_text[data-style="small"][data-font-style="h1"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h1"] .button-bg {
    height: 40px;
    width: 40px;
}

.nectar_video_lightbox.play_button_with_text[data-style="small"] .button-bg-wrap,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg-wrap {
  margin-top: -20px;
}

.nectar_video_lightbox.play_button_with_text[data-style="small"] svg,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] svg {
  height: 10px;
  width: 10px;
}

.nectar_video_lightbox.play_button_with_text {
	display: inline-block;
	padding: 20px 0;
}
.nectar_video_lightbox.play_button_with_text &gt; span {
	display: block;
}

.nectar_video_lightbox.play_button_with_text[data-style="small"] .link-text {
	margin-left: 15px;
}
.play_button_with_text[data-style="small"][data-font-style="h1"] .link-text,
.play_button_with_text[data-style="small"][data-font-style="h2"] .link-text,
.play_button_with_text[data-style="small"][data-font-style="h3"] .link-text  {
	margin-left: 20px;
}


.nectar_video_lightbox.play_button_with_text[data-style="small"] .play &gt;.inner-wrap:before,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play &gt;.inner-wrap:before {
    border-width: 2px;
		border-style: solid;
		box-sizing: border-box;
		border-color: #000;
}
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style="small"] path,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] path {
	fill: #000;
}
.light .nectar_video_lightbox.play_button_with_text[data-style="small"] .play &gt;.inner-wrap:before,
.light .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play &gt;.inner-wrap:before { 
	border-color: #fff;
}

 .span_12.dark .nectar_video_lightbox.nectar-button[data-color*="transparent"]{
     border:2px solid #000;
     color:#000
}
 .nectar_video_lightbox.nectar-button[data-color*="transparent"] {
     background-color:transparent;
     border:2px solid #fff;
     opacity:1;
     transition:all 0.2s ease;
     -webkit-transition:all 0.2s ease
}
 .nectar_video_lightbox.nectar-button[data-color*="transparent"]:hover{
     color:#fff;
     border-color:transparent
}
 .nectar-video-box{
     line-height:0;
     position:relative;
     margin-bottom:35px
}
 .nectar-video-box img{
    transition:all .7s cubic-bezier(.2,1,.22,1);
     -webkit-transition:all .7s cubic-bezier(.2,1,.22,1);
     margin-bottom:0!important;
     transform:translateZ(0) scale(1.05);
     -webkit-transform:translateZ(0) scale(1.05);
     backface-visibility:hidden;
     -webkit-backface-visibility:hidden;
     max-width:none!important;
     width:100%!important
}
 .nectar-video-box[data-hover="zoom_button"] img,
.nectar-video-box[data-hover="zoom_button"]:hover img{
    transition:none;
    -webkit-transition:none;
    -webkit-transform:none;
    transform:none
}
 .nectar-video-box .nectar_video_lightbox{
    position:absolute;
     left:50%;
     top:50%;
     z-index:10;
     width:70px;
     height:70px;
     margin-top:-35px;
     margin-left:-35px;
     color:#fff;
     display:inline-block;
     border-radius:200px;
     -webkit-transform:translateZ(0);
     transform:translateZ(0)
}
 body .nectar-video-box[data-hover="zoom_button"] .nectar_video_lightbox:after{
     background-color:#000;
     position:absolute;
     content:' ';
     display:block;
     left:0;
     top:0;
     width:100%;
     border-radius:200px;
     height:100%;
     z-index:1;
     transition:all .7s cubic-bezier(.2,1,.22,1);
     -webkit-transition:all .7s cubic-bezier(.2,1,.22,1)
}
 .nectar-video-box:hover .nectar_video_lightbox:after{
     -webkit-transform:scale(1.14);
     transform:scale(1.14)
}
 .nectar-video-box[data-hover="zoom_button"] .play{
     position:relative;
     z-index:10
}
 .nectar-video-box .inner-wrap &gt;a.full-link{
    position:absolute;
     display:block;
     top:0;
     left:0;
     height:100%;
     width:100%;
     z-index:100
}
 .nectar-video-box:hover img{
     transform:scale(1.14);
     -webkit-transform:scale(1.14)
}
 .nectar-video-box .nectar_video_lightbox path{
     fill:#fff!important
}
 body .nectar-video-box[data-hover="zoom_button"] .nectar_video_lightbox{
     background-color:transparent!important
}
 .nectar-video-box .inner-wrap {
     overflow: hidden;
}
 .nectar-video-box[data-border-radius*="px"] &gt; .inner-wrap {
     transform: translateZ(0);
}
 .nectar-video-box[data-border-radius="3px"] .inner-wrap {
     border-radius: 3px;
}
 .nectar-video-box[data-border-radius="5px"] .inner-wrap {
     border-radius: 5px;
}
 .nectar-video-box[data-border-radius="10px"] .inner-wrap {
     border-radius: 10px;
}
 .nectar-video-box[data-border-radius="15px"] .inner-wrap {
     border-radius: 15px;
}
 .nectar-video-box[data-border-radius="20px"] .inner-wrap {
     border-radius: 20px;
}
 .nectar-video-box[data-shadow*="depth"]:before {
     position: absolute;
     width: 98%;
     height: 98%;
     top: 1%;
     left: 1%;
     display: block;
     content: '';
     z-index: -1;
}
 .nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
     height: 110px;
     width: 110px;
     margin-left: -55px;
     margin-top: -55px;
}


/* 9.34. Self Hosted Video Player */
.nectar_video_player_self_hosted .wpb_wrapper video {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    margin: 0;
    top: 0;
    left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
		visibility: visible;
		object-fit: cover;
}
.nectar_video_player_self_hosted[data-border-radius*="px"] .wpb_video_wrapper {
	overflow: hidden;
}


/* 9.35. Scrolling Text */
.nectar-scrolling-text {
	overflow: hidden;
}

.nectar-scrolling-text .nectar-scrolling-text-inner {
	width: 100%;
	height: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
	overflow: hidden;
	white-space: nowrap;
}

.nectar-scrolling-text[data-overflow="visible"],
.nectar-scrolling-text[data-overflow="visible"] .nectar-scrolling-text-inner {
	overflow: visible;
}

.nectar-scrolling-text .nectar-scrolling-text-inner &gt; * {
	color: inherit;
	margin-bottom: 0;
}

.nectar-scrolling-text .nectar-scrolling-text-inner &gt; * {
	transform: translateX(-20%) translateZ(0);
	animation: nectar-scrolling-text-animation linear infinite 15s;
}

.nectar-scrolling-text[data-s-dir="rtl"] .nectar-scrolling-text-inner &gt; * {
	animation-direction: reverse;
	will-change: transform;
}

.nectar-scrolling-text[data-s-speed="slow"] .nectar-scrolling-text-inner &gt; * {
	animation-duration: 8s;
}
.nectar-scrolling-text[data-s-speed="medium"] .nectar-scrolling-text-inner &gt; * {
	animation-duration: 6s;
}
.nectar-scrolling-text[data-s-speed="fast"] .nectar-scrolling-text-inner &gt; * {
	animation-duration: 4s;
}
.nectar-scrolling-text[data-style="text_outline"] em,
.nectar-scrolling-text[data-style="text_outline"] i {
	font-style: normal;
	font-family: inherit;
}
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; h1,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; h2,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; h3,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; h4,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; h5,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; p,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; strong,
.nectar-scrolling-text[data-spacing="true"] .nectar-scrolling-text-inner &gt; b {
	padding-left: 0.5em;
}

.row .nectar-scrolling-text .nectar-scrolling-text-inner &gt; * {
	margin-bottom: 0;
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom {
	padding: 0 0.4em;
  display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale="three-fourths"] {
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
		padding: 0 0.35em;
}

.nectar-scrolling-text .nectar-scrolling-text-inner span.custom[data-scale="half"] {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
	padding: 0 0.3em;
}

@keyframes nectar-scrolling-text-animation {
    to {
        transform: translateX(-120%) translateZ(0);
    }
}

body .nectar-scrolling-text[data-using-bg="true"] .background-layer,
body .full-width-section .nectar-scrolling-text[data-using-bg="true"] .background-layer.row-bg-wrap {
	overflow: hidden;
	z-index: 100;
	position: relative;
	width: 100%;
	margin-left: 0;
	left: 0;
	top: 0;
}

.nectar-scrolling-text[data-using-bg="true"] .background-image {
	background-size: cover;
	background-position: center;
}

.nectar-scrolling-text[data-sep-text="true"] {
	position: relative;
}

.nectar-scrolling-text[data-sep-text="true"],
.nectar-scrolling-text[data-sep-text="true"] &gt; .nectar-scrolling-text-inner {
	overflow: visible;
}

.nectar-scrolling-text[data-using-bg="true"][data-sep-text="true"] .nectar-scrolling-text-inner {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 10;
}
.wpb_row .nectar-scrolling-text .row-bg {
	position: relative;
	top: 0;
	left: 0;
}
.nectar-scrolling-text .background-layer:not([data-bg-animation="none"]) .nectar-scrolling-text-inner { 
	opacity: 0; 
	transition: opacity 0.6s ease;
}
.nectar-scrolling-text .background-layer:not([data-bg-animation="none"]).animated-in .nectar-scrolling-text-inner { 
	opacity: 1;
}

/* 9.36. Drag Indicator */
.nectar-view-indicator {
  position: fixed;
	z-index: 400;
  left: -47px;
  top: -47px;
  pointer-events: none;
  width: 94px;
  height: 94px;
  mix-blend-mode: difference;
	will-change: transform;
}

.nectar-drag-indicator {
	position: fixed;
	z-index: 400;
  left: -26px;
  top: -26px;
  pointer-events: none;
  width: 52px;
  height: 52px;
  mix-blend-mode: difference;
	will-change: transform;
}

.nectar-drag-indicator:before {
  border: 2px solid #fff;
  width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
	transform: scale(0.2);
	opacity: 0;
  border-radius: 50%;
}

.nectar-drag-indicator span {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  width: 100%;
  text-align: center;
  transform: translateY(-50%);
}

.nectar-drag-indicator i {
  top: 0;
  color: #fff;
  font-size: 16px;
	opacity: 0;
	position: absolute;
}

.nectar-drag-indicator i.fa-angle-left {
	left: -22px;
	top: -9px;
	transform: translateX(17px);
}

.nectar-drag-indicator i.fa-angle-right {
  right: -22px;
	top: -9px;
	transform: translateX(-17px);
}

.nectar-drag-indicator:before,
.nectar-view-indicator .color-circle {
	-webkit-transition: transform 0.45s ease, opacity 0.3s ease;
	transition: transform 0.45s ease, opacity 0.3s ease;
}
.nectar-drag-indicator i,
.nectar-view-indicator span {
	-webkit-transition: transform 0.2s ease, opacity 0.2s ease;
	transition: transform 0.2s ease, opacity 0.2s ease;
}

.nectar-drag-indicator.visible i {
	-webkit-transition: transform 0.45s ease, opacity 0.3s ease;
	transition: transform 0.45s ease, opacity 0.3s ease;
}

.nectar-drag-indicator.visible:before,
.nectar-view-indicator.visible .color-circle,
.nectar-view-indicator.visible span,
.nectar-drag-indicator.visible i.fa-angle-left,
.nectar-drag-indicator.visible i.fa-angle-right {
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

.nectar-drag-indicator.visible.pointer-down:before {
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	-webkit-transition: transform 0.25s ease-out, opacity 0.3s ease;
	transition: transform 0.25s ease-out, opacity 0.3s ease;
}

.nectar-view-indicator:not(.style-see-through) {
	mix-blend-mode: normal;
}

.nectar-view-indicator .color-circle {
	background-color: #000;
	width: 100%;
  height: 100%;
  display: block;
  content: '';
  position: absolute;
  left: -2px;
  top: -2px;
	transform: scale(0.2);
	opacity: 0;
  border-radius: 50%;
}

body .nectar-view-indicator span {
	opacity: 0;
	font-size: 16px;
	color: #fff;
	line-height: 94px;
	text-align: center;
	width: 100%;
  display: inline-block;
}

.nectar-view-indicator.style-see-through .color-circle {
	background-color: transparent;
	border: 2px solid #fff;
}

.nectar-drag-indicator.in-boxed,
.nectar-view-indicator.in-boxed {
	z-index: 10000;
}


/* Salient Widgets - Popular Posts */
.widget .nectar_widget[class*="nectar_blog_posts_"][data-style="minimal-counter"] &gt; li::before, 
.widget .nectar_widget[class*="nectar_blog_posts_"][data-style="hover-featured-image-gradient-and-counter"] &gt; li::before, 
body.search-results #search-results[data-layout="list-no-sidebar"] article:before {
  content: counter(step-counter);
  margin-right: 20px;
  border: 1px solid rgba(0,0,0,0.1);
  font-weight: bold;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 10;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 34px;
  width: 34px;
  line-height: 34px;
  font-size: 12px;
  pointer-events: none;
  text-align: center;
  border-radius: 50%;
  -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1), border-color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}
body.search-results #search-results[data-layout="list-no-sidebar"] article:before {
  height: 50px;
  width: 50px;
  font-size: 16px;
  line-height: 50px;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article {
  counter-increment: step-counter;
}
#footer-outer .widget.widget_media_image img {
  margin-bottom: 0;
}

.blog-recent[data-style="list_featured_first_row"] .small {
  position: relative;
  -webkit-transform: none;
  transform: none;
  top: 0;
  display: inline-block;
  vertical-align: middle;
}
.widget .nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] &gt; li:not(.has-img):after, 
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
  border-radius: 0;
  text-align: center;
  color: #fff;
  font: normal normal normal 18px/60px FontAwesome;
  content: "\f03e";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
  font-size: 50px
}
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap,
.post-area.featured_img_left .post-featured-img-wrap {
  background-color: rgba(0,0,0,0.25)
}
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}





/* Parallax Image Grid */
@media only screen and (min-width: 1600px) {
  .full-width-content .vc_col-sm-12 .wpb_gallery .parallax-grid-item {
    width: 33%;
  }
  .full-width-content .vc_col-sm-12 .wpb_gallery .wpb_gallery_slidesparallax_image_grid &gt; div:nth-child(3) {
    margin-top: 0;
  }
}
.wpb_gallery .parallax-grid-item img {
  width: 100%;
  max-width: none;
  height: auto;
}
.wpb_gallery .parallax-grid-item img:not([srcset]) {
  max-width: 100%;
}
.wpb_gallery .parallax-grid-item .parallaxImg-layers a {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 10;
  height: 100%;
}
.wpb_gallery .parallax-grid-item .item-meta p {
  opacity: 0.65;
}
.wpb_gallery .parallax-grid-item .item-meta h4 {
  margin-bottom: 3px;
}
.wpb_gallery .parallax-grid-item .item-meta {
  padding: 5% 0 0 0;
}
.wpb_gallery_slidesparallax_image_grid &gt; div:nth-child(2n+2) {
  padding-left: 3.3%;
}
.wpb_gallery_slidesparallax_image_grid &gt; div:nth-child(2n+1) {
  padding-right: 3.3%;
}
.wpb_gallery .parallax-grid-item {
  width: 50%;
  display: inline-block;
  margin-top: 6.2%;
  vertical-align: top;
  transform: translateZ(0px);
}
.wpb_gallery_slidesparallax_image_grid &gt; div:nth-child(1) {
  margin-top: 0;
}
.wpb_gallery_slidesparallax_image_grid &gt; div:nth-child(2) {
  margin-top: 0;
}
body.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
  transition: transform 0.2s cubic-bezier(0,0,0.65,1);
  -webkit-transition: transform 0.2s cubic-bezier(0,0,0.65,1);
  outline: 1px solid transparent;
  backface-visibility: hidden;
}
html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg.transition .parallaxImg-container {
  transition: transform 0.8s cubic-bezier(0,0,0.55,1);
  -webkit-transition: transform 0.8s cubic-bezier(0,0,0.55,1);
}
html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container {
  transition: transform 0.5s cubic-bezier(0,0,0.55,1);
  -webkit-transition: transform 0.5s cubic-bezier(0,0,0.55,1);
  backface-visibility: hidden;
}
html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over), 
html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg-container:not(.over) .parallaxImg-rendered-layer, 
html.cssreflections .wpb_gallery .parallax-grid-item .parallaxImg:not(.over) {
  transition: transform 1.1s cubic-bezier(0,0,0.2,1);
  -webkit-transition: transform 1.1s cubic-bezier(0,0,0.2,1);
}







/*-------------------------------------------------------------------------*/
/* 10. Page Header
/*-------------------------------------------------------------------------*/

.row .col.section-title{
  margin:0 0 0 0;
  padding:0 0 36px 0;
  border-bottom:1px solid rgba(0,0,0,0.15)
}
.row .col.section-title.project-title, 
.row .col.section-title.blog-title{
  margin-bottom:14px
}
.home .row .col.section-title{
  padding:0 0 3em 0
}
.row .col.section-title h1, 
.row .col.section-title h2{
  margin-bottom:0;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  letter-spacing:-1px;
  position:relative
}
.row .col.section-title h2{
  margin-bottom:5px
}
.page-template-template-portfolio-php .row .col.section-title h1{
  margin-bottom:0
}
.row .col.section-title h1{
  top:3px
}
.row .col.section-title span{
  font-size:20px;
  line-height:20px;
  color: rgba(0,0,0,0.45);
  top:0;
  position:relative;
  text-transform:none;
  font-family:Arial, sans-serif, 'Open Sans';
  padding-left:10px
}
#ajax-content-wrap .row .col.section-title .nectar-love span {
	line-height: 20px;
}

.archive.author .row .col.section-title span, 
.archive.category .row .col.section-title span, 
.archive.tag .row .col.section-title span, 
.archive.date .row .col.section-title span{
  padding-left:0
}

.archive.author #page-header-wrap,
.archive.category #page-header-wrap,
.archive.tag #page-header-wrap,
.archive.date #page-header-wrap {
	height: 400px;
}

.archive.author #page-header-wrap #page-header-bg,
.archive.category #page-header-wrap #page-header-bg,
.archive.tag #page-header-wrap #page-header-bg,
.archive.date #page-header-wrap #page-header-bg {
	height: 100%;
}

.row .col.section-title h1{
  margin-bottom:0
}

.row .col.section-title p {
  font-size:20px;
  line-height:28px;
  padding-bottom:0;
}

.archive.category .row .col.section-title p {
  margin-top: 10px;
}


/* Background Layer Animations */
#page-header-wrap[data-animate-in-effect="slide-down"], 
#page-header-wrap[data-animate-in-effect="slide-down"] #page-header-bg{
  transition:height 0.85s cubic-bezier(0.725,0,0,0.995);
  -webkit-transition:height 0.85s cubic-bezier(0.725,0,0,0.995);
}
body[data-ajax-transitions="true"] #page-header-wrap[data-animate-in-effect="slide-down"] {
  transition:height 0.85s 0.2s cubic-bezier(0.725,0,0,0.995);
  -webkit-transition:height 0.85s 0.2s cubic-bezier(0.725,0,0,0.995);
}

@media only screen and (min-width: 1000px) {
  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image-wrap, 
  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .nectar-video-wrap, 
  .top-level .nectar-slider-wrap[data-animate-in-effect="zoom-out"]:not([data-bg-animation="ken_burns"]) .slide-bg-wrap, 
  .nectar-recent-posts-slider[data-animate-in-effect="zoom-out"] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg, 
  body[data-aie="zoom-out"] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
    -webkit-transform:scale(1.11) translateZ(0);
    -ms-transform:scale(1.11) translateZ(0);
    transform:scale(1.11) translateZ(0);
    -webkit-transition:0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
    transition:0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9)
  }
}

body[data-apte*="horizontal_swipe"] #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image-wrap, 
body[data-apte*="horizontal_swipe"] #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .nectar-video-wrap, 
body[data-apte*="horizontal_swipe"][data-aie="zoom-out"] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
  -webkit-transition:1.25s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  transition:1.25s 0s cubic-bezier(0.3,0.58,0.42,0.9) 
}
body[data-ajax-transitions="true"] #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .nectar-video-wrap{
  -webkit-transition:transform 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  transition:transform 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9)
}
#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"].loaded .page-header-bg-image-wrap, 
#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"].loaded .nectar-video-wrap, 
.top-level .nectar-slider-wrap[data-animate-in-effect="zoom-out"]:not([data-bg-animation="ken_burns"]).loaded .slide-bg-wrap, 
.nectar-recent-posts-slider[data-animate-in-effect="zoom-out"].loaded .nectar-recent-post-bg, 
#page-header-wrap #page-header-bg[data-animate-in-effect="long-zoom-out"].loaded .page-header-bg-image-wrap, 
#page-header-wrap #page-header-bg[data-animate-in-effect="long-zoom-out"].loaded .nectar-video-wrap, 
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="long-zoom-out"].loaded .image-bg, 
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="long-zoom-out"].loaded .video-wrap, 
.parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="long-zoom-out"].loaded .slide-bg-wrap, 
.nectar-recent-posts-slider[data-animate-in-effect="long-zoom-out"].loaded .nectar-recent-post-bg, 
.js_active body[data-aie="long-zoom-out"] .nectar-recent-posts-single_featured .nectar-recent-post-bg, 
.js_active body[data-aie="zoom-out"] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
  -webkit-transform:scale(1) translateZ(0);
  -ms-transform:scale(1) translateZ(0);
  transform:scale(1) translateZ(0)
}
@media only screen and (min-width: 1000px) {
  body[data-aie="zoom-out"] .first-section .row-bg-wrap .inner-wrap, 
  body[data-aie="zoom-out"] .top-level .row-bg-wrap .inner-wrap, 
  body[data-aie="zoom-out"] .first-section .project-slide .bg-inner-wrap{
    -webkit-transform:scale(1.11) translateZ(0);
    -ms-transform:scale(1.11) translateZ(0);
    transform:scale(1.11) translateZ(0)
  }
}
body[data-aie="zoom-out"] .first-section.loaded .row-bg-wrap .inner-wrap, 
body[data-aie="zoom-out"] .top-level.loaded .row-bg-wrap .inner-wrap, 
body[data-aie="zoom-out"] .first-section.loaded .project-slide .bg-inner-wrap{
  -webkit-transform:scale(1) translateZ(0);
  -ms-transform:scale(1) translateZ(0);
  transform:scale(1) translateZ(0);
  -webkit-transition:transform 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9);
  transition:transform 0.95s 0s cubic-bezier(0.3,0.58,0.42,0.9)
}
body[data-aie="zoom-out"] #nectar_fullscreen_rows[data-row-bg-animation="ken_burns"] .first-section .row-bg-wrap .inner-wrap {
  -webkit-transform:none;
  -ms-transform:none;
  transform:none;
}
body[data-aie="zoom-out"] .first-section .row-bg-wrap, 
body[data-aie="zoom-out"] .top-level .row-bg-wrap, 
body[data-aie="long-zoom-out"] .first-section .row-bg-wrap{
  overflow:hidden;
  height:100%;
  width:100%;
  position:absolute;
  left:0;
  top:0
}
#page-header-wrap #page-header-bg[data-animate-in-effect="long-zoom-out"] .page-header-bg-image-wrap, 
#page-header-wrap #page-header-bg[data-animate-in-effect="long-zoom-out"] .nectar-video-wrap, 
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="long-zoom-out"] .image-bg, 
.first-nectar-slider.nectar-slider-wrap[data-animate-in-effect="long-zoom-out"] .video-wrap, 
.first-section .nectar-slider-wrap[data-animate-in-effect="long-zoom-out"] .image-bg, 
.first-section .nectar-slider-wrap[data-animate-in-effect="long-zoom-out"] .video-wrap,
.nectar-recent-posts-slider[data-animate-in-effect="long-zoom-out"] .nectar-recent-posts-slider-inner:not(.loaded) .nectar-recent-post-bg, 
body[data-aie="long-zoom-out"] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
  -webkit-transform:scale(1.14) translateZ(0);
  -ms-transform:scale(1.14) translateZ(0);
  transform:scale(1.14) translateZ(0);
  -webkit-transition:3.5s 0s cubic-bezier(0.4,0.58,0.5,1);
  transition:3.5s 0s cubic-bezier(0.4,0.58,0.5,1)
}
body[data-aie="long-zoom-out"] .first-section .row-bg-wrap .inner-wrap, 
body[data-aie="long-zoom-out"] .top-level .row-bg-wrap .inner-wrap, 
body[data-aie="long-zoom-out"] .first-section .nectar-video-wrap video{
  -webkit-transform:scale(1.14) translateZ(0);
  -ms-transform:scale(1.14) translateZ(0);
  transform:scale(1.14) translateZ(0)
}
body[data-aie="long-zoom-out"] .first-section.loaded .row-bg-wrap .inner-wrap, 
body[data-aie="long-zoom-out"] .top-level.loaded .row-bg-wrap .inner-wrap, 
body[data-aie="long-zoom-out"] .first-section.loaded .nectar-video-wrap video, 
.js_active body[data-aie="long-zoom-out"] .nectar-recent-posts-single_featured .nectar-recent-post-bg {
  -webkit-transform:scale(1) translateZ(0);
  -ms-transform:scale(1) translateZ(0);
  transform:scale(1) translateZ(0);
  -webkit-transition:transform 3.5s 0s cubic-bezier(0.4,0.58,0.5,1);
  transition:transform 3.5s 0s cubic-bezier(0.4,0.58,0.5,1)
}


#page-header-bg[data-animate-in-effect="fade-in"] .scroll-down-wrap {
	opacity: 0;
	transition: opacity 1s ease 0.6s;
  -webkit-transition: opacity 1s ease 0.6s;
}

#page-header-bg[data-animate-in-effect="fade-in"].loaded .scroll-down-wrap {
	opacity: 1;
	transition: opacity 1s ease 0.4s;
  -webkit-transition: opacity 1s ease 0.4s;
}

#page-header-bg[data-animate-in-effect="fade-in"] .page-header-bg-image-wrap, 
#page-header-wrap #page-header-bg[data-animate-in-effect="fade-in"] .nectar-video-wrap {
	opacity: 0;
	-webkit-animation: pageHeaderFadeIn 1.5s ease forwards;
	animation: pageHeaderFadeIn 1.5s ease forwards;
	animation-delay: 0.5s;
}

#page-header-bg[data-animate-in-effect="fade-in"] .container {
	opacity: 0;
	-webkit-animation: pageHeaderFadeInText 1.5s ease forwards;
	animation: pageHeaderFadeInText 1.5s ease forwards;
	animation-delay: 0.1s;
}




@keyframes pageHeaderFadeIn {
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}

@keyframes pageHeaderFadeInText {
  0%{
		-webkit-transform:translateY(40px);
		transform:translateY(40px);
    opacity: 0;
  }
  100%{
    -webkit-transform:translateY(0);
		transform:translateY(0);
    opacity: 1;
  }
}

/* Page header core */
body[data-bg-header="true"] .container-wrap, 
html.fp-enabled .container-wrap{
  margin-top:0!important;
  padding-top:0!important 
}

#page-header-wrap{
  height:60px;
  overflow:hidden;
  position:relative;
  background-color:#f8f8f8;
  -webkit-font-smoothing:antialiased
}
body.material #page-header-wrap, 
body[data-header-resize="0"] #page-header-wrap {
  margin-top: 0;
}
#page-header-bg{
  width:100%;
  height:60px;
  overflow:hidden;
  color:#fff;
  display:block!important;
  -webkit-font-smoothing:antialiased;
  position:relative;
  z-index:2
}
.page-header-bg-image{
  position:absolute;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:9;
  background-repeat:no-repeat;
  background-position:top center;
  background-size:cover
}
.page-header-overlay-color{
  position:static;
  height:1px;
  width:1px;
  margin-left:-9999px;
  pointer-events:none;
  background-color: #333;
}
.page-header-overlay-color:after{
  position:absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-color:inherit;
  content:' ';
  z-index:10;
  opacity:0.65
}
.page-header-overlay-color[data-overlay-opacity="0.9"]:after { opacity:0.9; }
.page-header-overlay-color[data-overlay-opacity="0.8"]:after { opacity:0.8; }
.page-header-overlay-color[data-overlay-opacity="0.7"]:after { opacity:0.7; }
.page-header-overlay-color[data-overlay-opacity="0.6"]:after { opacity:0.6; }
.page-header-overlay-color[data-overlay-opacity="0.5"]:after { opacity:0.5; }
.page-header-overlay-color[data-overlay-opacity="0.4"]:after { opacity:0.4; }
.page-header-overlay-color[data-overlay-opacity="0.3"]:after { opacity:0.3; }
.page-header-overlay-color[data-overlay-opacity="0.2"]:after { opacity:0.2; }
.page-header-overlay-color[data-overlay-opacity="0.1"]:after { opacity:0.1; }

#page-header-bg[data-bg-pos="bottom"] .page-header-bg-image{
  background-position:bottom center
}
#page-header-bg[data-bg-pos="top"] .page-header-bg-image{
  background-position:top center
}
#page-header-bg[data-bg-pos="center"] .page-header-bg-image{
  background-position:center center
}
body[data-header-resize="0"] #page-header-bg{
  margin-top:0
}
.page-header-no-bg{
  padding-bottom:0;
  padding-top: 35px;
  background-color:#f8f8f8
}
.page-header-no-bg{
  z-index:1000
}
#page-header-bg[data-parallax="1"]{
  overflow:hidden;
  margin:0;
  position:fixed;
  z-index:2
}
body[data-footer-reveal="1"] #page-header-bg[data-parallax="1"]{
  opacity:1
}
#page-header-bg[data-parallax="1"] .span_6{
  z-index:0
}
body[data-apte="center_mask_reveal"][data-ajax-transitions="true"] #page-header-bg[data-parallax="1"]:not(.out-of-sight){
  opacity:1
}
#page-header-bg[data-parallax="1"].out-of-sight{
  pointer-events:none
}
#page-header-bg[data-parallax="1"].out-of-sight .nectar-video-wrap{
  display:none
}
#page-header-bg[data-alignment="center"], .page-header-no-bg[data-alignment="center"] {
  text-align:center
}
#page-header-bg[data-alignment="right"], .page-header-no-bg[data-alignment="right"] {
  text-align:right
}
#page-header-bg[data-alignment-v="bottom"] .row, #page-header-bg[data-alignment-v="bottom"] .container, 
#page-header-bg[data-alignment-v="top"] .row, #page-header-bg[data-alignment-v="top"] .container, 
#page-header-bg[data-alignment-v="middle"] .row, #page-header-bg[data-alignment-v="middle"] .container {
  height:100%
}
#page-header-bg[data-alignment-v="bottom"] .span_6, 
#page-header-bg[data-parallax="1"][data-alignment-v="bottom"] .span_6, 
#page-header-bg[data-alignment-v="bottom"] .nectar-particles .inner-wrap {
  bottom:26%;
  top:auto!important;
  left:0;
  margin-bottom:0!important;
  position:absolute!important
}
#page-header-bg[data-alignment-v="top"].fullscreen-header .nectar-particles .span_6, 
#page-header-bg[data-alignment-v="middle"].fullscreen-header .nectar-particles .span_6 {
  top:auto!important;
  transform:none!important;
  -webkit-transform:none!important
}
#page-header-bg[data-alignment-v="top"] .span_6, 
#page-header-bg[data-alignment-v="top"] .nectar-particles .inner-wrap {
  left:0;
  position:absolute
}
#page-header-bg[data-alignment-v="top"] .span_6, 
#page-header-bg[data-alignment-v="top"] .nectar-particles .inner-wrap,
#page-header-bg[data-alignment-v="top"].fullscreen-header .span_6{
  top:25%!important
}
#page-header-bg[data-alignment-v="bottom"] .span_6 &gt;.inner-wrap {
  transform:translateY(50%)!important;
  -webkit-transform:translateY(50%)!important
}
#page-header-bg .span_6 {
  width:100%
}
.nectar-recent-post-slide .nectar-recent-post-bg:after, 
.single [data-post-hs="default_minimal"] .page-header-bg-image:after, 
.archive .page-header-bg-image:after{
   background-color:rgba(45,45,45,0.35);
    position:absolute;
    top:0;
    left:0;
    height:100%;
    width:100%;
    content:' ';
    z-index:1;
    display:block
}


body[data-bg-header="true"].archive .container-wrap, 
body[data-bg-header="true"].category .container-wrap, 
body[data-bg-header="true"].blog .container-wrap{
  padding-top:4.1em!important
}
body[data-bg-header="true"].archive .container-wrap.meta_overlaid_blog, 
body[data-bg-header="true"].category .container-wrap.meta_overlaid_blog {
  padding-top: 0!important;
}
#page-header-bg .row{
  z-index:100;
  position:relative
}
html:not(.js) #page-header-bg .row,
body #page-header-bg .row {
  visibility:visible
}
html:not(.js) #page-header-bg .span_6{
  margin-top:120px
}
#page-header-bg h1, .nectar-box-roll .overlaid-content h1{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  font-size:44px;
  line-height:54px;
  margin-bottom:8px;
  display:block;
  color:#fff;
  z-index:101
}
.single.single-post .heading-title[data-header-style="default"] h1 {
  margin-bottom: 8px;
}
#page-header-bg #portfolio-nav a i, 
#page-header-bg span, 
#page-header-bg .pinterest-share i, 
#page-header-bg .facebook-share i, 
#page-header-bg .linkedin-share i, 
#page-header-bg .twitter-share i, 
#page-header-bg .google-plus-share i, 
#page-header-bg .icon-salient-heart, 
#page-header-bg .icon-salient-heart-2{
  color:#fff
}
.single #page-header-bg #single-below-header &gt;span, 
.single #page-header-bg #single-meta &gt; div &gt; a {
  border-color:rgba(255,255,255,0.25)
}


.single #single-meta &gt; div &gt;a, 
.single #single-meta ul .n-shortcode a, 
#project-meta ul li &gt;a, 
#project-meta ul .n-shortcode a, 
#project-meta ul .project-date{
  display:block;
  border-radius:100px;
  padding: 6px 20px!important;
  -webkit-transition:border-color .45s cubic-bezier(0.25,1,0.33,1);
  transition:border-color .45s cubic-bezier(0.25,1,0.33,1);
  height:auto;
  line-height:20px
}
.single #single-meta ul li span, 
.single #single-meta ul .n-shortcode span, 
#project-meta ul li span, 
#project-meta ul .n-shortcode span{
  transition:color 0.2s linear;
  line-height:20px!important;
  font-family:inherit!important
}

.blog-title #single-meta .nectar-social.hover .share-btn, 
.blog-title #single-meta .nectar-social.hover &gt; div a,
.single .blog-title #single-meta &gt; div &gt;a, 
.single .blog-title #single-meta div .n-shortcode a, 
.single-product #single-meta &gt; div &gt;a, 
#project-meta ul li &gt;a, 
#project-meta ul .n-shortcode a, 
#sidebar #project-meta ul .project-date, 
.ascend #sidebar #project-meta ul .project-date{
  border:2px solid rgba(0,0,0,0.1)
}
.ascend #sidebar #project-meta ul .project-date {
	border:2px solid rgba(0,0,0,0.1)!important;
}

#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn, 
#page-header-bg .blog-title #single-meta .nectar-social.hover &gt; div a,
.single #page-header-bg .blog-title #single-meta &gt; div &gt;a, 
.single #page-header-bg .blog-title #single-meta &gt; div .n-shortcode a{
  border:2px solid rgba(255,255,255,0.4)
}
#page-header-bg .blog-title #single-meta .nectar-social.hover .share-btn:hover, 
#page-header-bg .blog-title #single-meta .nectar-social.hover &gt; div a:hover,
.single #page-header-bg .blog-title #single-meta &gt; div &gt;a:hover, 
.single #page-header-bg .blog-title #single-meta div .n-shortcode:hover a{
  border:2px solid rgba(255,255,255,1)
}

body.single #single-meta ul li:first-child{
  border:none!important
}
.single .blog-title #single-meta div i, 
.single #single-meta .meta-comment-count a, 
.single #single-meta ul .meta-share-count .nectar-social a, 
#project-meta ul li i, 
#project-meta .meta-comment-count a, 
#project-meta ul .meta-share-count .nectar-social a, 
#project-meta ul li span,
#project-meta ul .n-shortcode span, 
#project-meta ul .project-date {
  color:#999!important
}
.single #page-header-bg #single-meta ul li{
  border:none;
  margin:0
}

body.single #ajax-content-wrap #single-meta ul li:first-child,
.single #page-header-bg #single-meta ul li, 
.single .blog-title #single-meta ul li, 
#project-meta ul li, 
body.single-portfolio #ajax-content-wrap #sidebar #project-meta ul li:first-child {
  margin:5px
}
.single #single-meta ul .meta-share-count, 
#project-meta ul .meta-share-count{
  position:relative;
  z-index:100
}
.single #single-meta ul .meta-share-count span, 
.single #project-meta ul .meta-share-count span{
  font-size:inherit;
  padding-left:0;
  color:#888
}

.single #single-meta ul li i, 
#project-meta ul li i{
  font-size:16px!important;
  width:16px;
  line-height:22px!important;
  margin-right:7px;
  height:20px
}
.single #single-meta ul li i.icon-salient-heart-2,
#project-meta ul li i.icon-salient-heart-2{
  line-height:20px!important
}
.single-post #single-meta{
  top:50%;
  margin-top:-13px;
  float:none;
  z-index:102;
  position:absolute
}

#page-header-bg .subheader, 
.nectar-box-roll .overlaid-content .subheader{
  font-size:28px;
  line-height:28px;
  color:#fff!important;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:300
}
#page-header-bg[data-text-alignment="center"], 
.page-header-no-bg[data-text-alignment="center"], 
.nectar-box-roll .overlaid-content[data-text-alignment="center"]{
  text-align:center
}
#page-header-bg[data-text-alignment="right"], 
.page-header-no-bg[data-text-alignment="right"], 
.nectar-box-roll .overlaid-content[data-text-alignment="right"]{
  text-align:right
}
#page-header-bg[data-text-alignment="center"] .span_6, 
.page-header-no-bg[data-text-alignment="center"] .span_6, 
.nectar-box-roll .overlaid-content[data-text-alignment="center"] .span_6{
  left:0;
  width:100%!important
}
#page-header-bg[data-text-alignment="center"] h1, 
.nectar-box-roll .overlaid-content[data-text-alignment="center"] h1{
  margin-bottom:12px
}
#page-header-bg[data-text-alignment="center"] h1, 
.page-header-bg[data-text-alignment="center"] .subheader, 
.nectar-box-roll .overlaid-content[data-text-alignment="center"] .subheader{
  max-width:900px;
  margin:0 auto;
  display:block
}




/* Particle Styles */
#page-header-bg .canvas-bg{
  transition:background-color 0.7s ease; 
  -webkit-transition:background-color 0.7s ease; 
  position:absolute; 
  top:0; 
  left:0; 
  width:100%; 
  height:100%; 
  z-index: 10;
}
#page-header-bg .nectar-particles .span_6, 
.nectar-box-roll .overlaid-content .span_6{
  backface-visibility:visible; 
  transform-style:preserve-3d; 
  -webkit-transform-origin:50% 100%;  
  transform-origin:50% 100%;  
  top:auto;  
  bottom:auto;  
  width:100%; 
  height:100%
}

#page-header-bg .nectar-particles{
  width:100%;
  height:100%
}
#page-header-bg .nectar-particles .inner-wrap {
  top:0;
  left:0;
  position:absolute;
  width:100%;
}

@media only screen and (min-width: 1000px) {
	#page-header-bg[data-alignment-v="middle"][data-alignment="center"][data-parallax="1"] .nectar-particles .inner-wrap {
		height: 100%;
		top: 0;
		-webkit-transform: none;
		transform: none;
		-webkit-display: flex;
		display: flex;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: center;
		justify-content: center;
		-webkit-flex-direction: column;
		flex-direction: column;
		padding-top: 0;
	}
}

#page-header-bg .nectar-particles .span_6 .inner-wrap, 
.nectar-box-roll .overlaid-content .span_6 .inner-wrap {
  left:0;
  position:absolute;
  width:100%
}

#page-header-wrap .nectar-particles .fade-out{
  content:'';
  display:block;
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:1000;
  opacity:0;
  background-color:#000;
  pointer-events:none
}

#page-header-bg[data-alignment-v="top"] .span_6 .inner-wrap{
  left:0;
  position:absolute;
  width:100%
}
.pagination-navigation{
  text-align:center;
  font-size:0;
  position:absolute;
  right:20px;
  top:50%;
  width:33px;
  transform:translateY(-50%) translateZ(0);
  -webkit-transform:translateY(-50%) translateZ(0);
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  opacity:0.5;
  line-height:1px;
  z-index:1000
}
@media only screen and (max-width:690px){
  #ajax-content-wrap .pagination-navigation,
  .pagination-navigation{
    display:none
  }
  .overlaid-content svg{
    display:none
  }
}

.pagination-dot, .pagination-current{
  transition: transform 0.3s cubic-bezier(.21, .6, .35, 1);
  position:relative;
  display:inline-block;
  width:10px;
  height:10px;
  padding:0;
  line-height:17px;
  background:#fff;
  border-radius:50%;
  margin:12px 7px;
  border:none;
  outline:none;
  font-size:14px;
  font-weight:bold;
  color:#fff;
  cursor:pointer;
  transform:translateY(20px);
  -webkit-transform:translateY(20px);
  opacity:0 
}
.nectar-particles .pagination-current, 
.overlaid-content .pagination-current{
  position:absolute;
  left:1px;
  top:0;
  z-index:100;
  display: none;
}

.pagination-dot.active {
  transform: scale(1.7)!important;
}
body .pagination-navigation {
  -webkit-filter: none;
  filter: none;
}


/* Header Text Effects */
#page-header-bg[data-text-effect="rotate_in"] .wraped, 
.overlaid-content[data-text-effect="rotate_in"] .wraped{
  display:inline-block
}
#page-header-bg[data-text-effect="rotate_in"] .wraped span, 
.overlaid-content[data-text-effect="rotate_in"] .wraped span,
#page-header-bg[data-text-effect="rotate_in"] .inner-wrap &gt;*:not(.top-heading), 
.overlaid-content[data-text-effect="rotate_in"] .inner-wrap &gt;*:not(.top-heading){
  opacity:0;
  transform-origin:center center;
  -webkit-transform-origin:center center;
  transform:translateY(30px);
  -webkit-transform:translateY(30px);
  transform-style:preserve-3d;
  -webkit-transform-style:preserve-3d
}
#page-header-bg .nectar-particles .inner-wrap &gt;*:not(.top-heading), 
.overlaid-content .inner-wrap &gt;*:not(.top-heading){
  opacity:0;
  transform:translateY(35px);
  -webkit-transform:translateY(35px)
}
#page-header-bg[data-text-effect="rotate_in"] .wraped span, 
#page-header-bg[data-text-effect="rotate_in"] .inner-wrap.shape-1 &gt;*:not(.top-heading), 
#page-header-bg[data-text-effect="rotate_in"] &gt;div:not(.nectar-particles) .span_6 .inner-wrap &gt;*:not(.top-heading), 
.overlaid-content[data-text-effect="rotate_in"] .wraped span, 
.overlaid-content[data-text-effect="rotate_in"] .inner-wrap.shape-1 &gt;*:not(.top-heading), 
.overlaid-content[data-text-effect="rotate_in"] .inner-wrap &gt;*:not(.top-heading){
  transform:rotateX(90deg) translateY(35px);
  -webkit-transform:rotateX(90deg) translateY(35px)
}
#page-header-bg[data-text-effect="rotate_in"] .wraped, 
#page-header-bg[data-text-effect="rotate_in"] .wraped span, 
.overlaid-content[data-text-effect="rotate_in"] .wraped, 
.overlaid-content[data-text-effect="rotate_in"] .wraped span{
  display:inline-block
}
#page-header-bg[data-text-effect="rotate_in"] .wraped span, 
.overlaid-content[data-text-effect="rotate_in"] .wraped span{
  transform-origin:initial;
  -webkit-transform-origin:initial
}
.scroll-down-wrap.hidden{
  transform:translateY(55px);
  -webkit-transform:translateY(55px);
  opacity:0
}
.scroll-down-wrap{
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
}


/* Fullscreen header */
#page-header-bg.fullscreen-header, 
#page-header-wrap.fullscreen-header{
  width:100%;
  position:relative;
  transition:none;
  -webkit-transition:none;
  z-index:2
}
#page-header-bg[data-parallax="1"].fullscreen-header{
  position:fixed
}
#page-header-wrap.fullscreen-header{
  background-color:#2b2b2b
}
#page-header-bg.fullscreen-header .span_6{
  opacity:1
}
#page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6{
  top:50%!important
}
.hidden-social-img{
  position:absolute;
  pointer-events: none;
  visibility:hidden;
  opacity:0;
  z-index: -100;
}
.default-blog-title.fullscreen-header{
  position:relative
}
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap{
  text-align:center
}
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt;a, 
body.material #page-header-bg.fullscreen-header .inner-wrap &gt;a{
  color:#fff;
  font-weight: 600;
  border:2px solid rgba(255,255,255,0.4);
  padding:4px 10px;
  margin:5px 6px 0px 5px;
  display:inline-block;
  transition:all 0.2s ease;
  -webkit-transition:all 0.2s ease;
  font-size:14px;
  line-height:18px
}
body.material #page-header-bg.fullscreen-header .inner-wrap &gt;a{
 margin-bottom: 15px;
}

body.material #page-header-bg.fullscreen-header .inner-wrap &gt;a {
  border: none;
  padding: 6px 10px
}
body[data-button-style^="rounded"] #page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt;a, 
body[data-button-style^="rounded"].material #page-header-bg.fullscreen-header .inner-wrap &gt;a {
  border-radius:100px
}

body.single [data-post-hs="default_minimal"] #single-below-header span,
body.single .heading-title[data-header-style="default_minimal"] #single-below-header span {
  line-height: 14px;
}

#page-header-bg[data-post-hs="default_minimal"] #single-below-header{
  text-align:center;
  position:relative;
  z-index:100
}
#page-header-bg[data-post-hs="default_minimal"] #single-below-header span{
  float:none;
  display:inline-block
}
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt;a:hover,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt;a:focus{
  border-color:transparent
}
#page-header-bg.fullscreen-header .avatar, 
#page-header-bg[data-post-hs="default_minimal"] .avatar{
  border-radius:100%
}
#page-header-bg.fullscreen-header .meta-author span, 
#page-header-bg[data-post-hs="default_minimal"] .meta-author span{
  display:block
}
#page-header-bg.fullscreen-header .meta-author img{
  margin-bottom:0;
  height:50px;
  width:auto
}
#page-header-bg[data-post-hs="default_minimal"] .meta-author img{
  margin-bottom:0;
  height:40px;
  width:auto
}
#page-header-bg[data-post-hs="default_minimal"] .author-section{
  position:absolute;
  bottom:30px
}
#page-header-bg.fullscreen-header .meta-author, 
#page-header-bg[data-post-hs="default_minimal"] .meta-author{
  font-size:18px
}
#page-header-bg.fullscreen-header .author-section .meta-date, 
#page-header-bg[data-post-hs="default_minimal"] .author-section .meta-date{
  font-size:12px;
  color:rgba(255,255,255,0.8)
}
#page-header-bg.fullscreen-header .author-section .meta-date i{
  font-size:12px
}
#page-header-bg[data-post-hs="default_minimal"] .author-section .meta-date i{
  font-size:11px;
  line-height:14px
}
#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info{
  position:relative;
  top:-5px
}
#page-header-bg.fullscreen-header .author-section a, 
#page-header-bg[data-post-hs="default_minimal"] .author-section a{
  display:block;
  margin-bottom:-2px
}
#page-header-bg[data-post-hs="default_minimal"] .author-section a{
  font-size:14px;
  line-height:14px
}
#page-header-bg.fullscreen-header .author-section a:hover, 
#page-header-bg[data-post-hs="default_minimal"] .author-section a:hover{
  color:rgba(255,255,255,0.85)!important
}
#page-header-bg.fullscreen-header .author-section, 
#page-header-bg[data-post-hs="default_minimal"] .author-section{
  width:100%;
  z-index:10;
  text-align:center
}
#page-header-bg.fullscreen-header .author-section {
	margin-top: 25px;
}
#page-header-bg.fullscreen-header .author-section span, 
#page-header-bg[data-post-hs="default_minimal"] .author-section span{
  padding-left:0;
  line-height:20px;
  font-size:20px
}
#page-header-bg.fullscreen-header .author-section .avatar-post-info, 
#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info{
  margin-left:10px
}
#page-header-bg.fullscreen-header .author-section .avatar-post-info, 
#page-header-bg.fullscreen-header .author-section .meta-author, 
#page-header-bg[data-post-hs="default_minimal"] .author-section .avatar-post-info, 
#page-header-bg[data-post-hs="default_minimal"] .author-section .meta-author{
  text-align:left;
  display:inline-block;
  top:9px
}

#page-header-bg.fullscreen-header .author-section a, 
#page-header-bg[data-post-hs="default_minimal"] .author-section a,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#footer-outer .nectar-button:hover {
  color:#fff!important
}

#page-header-bg .project-title .container, 
#page-header-bg .heading-title{
  border:none!important;
  padding:0
}

#page-header-bg .section-title{
  padding-bottom:0;
  margin-bottom:0
}

.single .heading-title{
  padding-bottom:35px;
  border-bottom:1px solid #DDD;
  margin-bottom:35px
}

.single .row .section-title{
  padding:0;
  margin:0
}



/* Page header css vert center */
#page-header-bg .span_6,
#page-header-bg .nectar-particles .span_6 .inner-wrap {
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
#page-header-bg[data-alignment-v="top"] .span_6,
#page-header-bg[data-alignment-v="bottom"] .span_6 {
  -webkit-transform: none;
  transform: none;
}

#page-header-bg .nectar-particles .span_6 {
  top: 0;
  -webkit-transform: none;
  transform: none;
}


/* Scroll down link */
.section-down-arrow, 
body[data-button-style^="rounded"] .scroll-down-wrap, 
.scroll-down-wrap.no-border,
.scroll-down-wrap.minimal-arrow {
  position:absolute;
  bottom:20px;
  left:50%;
  width:60px;
  margin-left:-30px;
  z-index:101
}

.scroll-down-wrap.minimal-arrow,
body[data-button-style^="rounded"] #ajax-content-wrap .scroll-down-wrap.minimal-arrow {
	bottom: 30px;
	width: 40px;
	margin-left: -20px;
}

@media only screen and (max-width: 690px) {
	.scroll-down-wrap.minimal-arrow {
		transform: scale(0.6);
	}
}

body[data-button-style*="rounded"] .scroll-down-wrap{
  margin-left:-22px
}
body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"] {
  height:60px;
  width:60px;
  font-size:20px;
  line-height:60px;
  z-index:10;
  animation:3.4s ease-in-out infinite fadebottom;
  -webkit-animation:3.4s ease-in-out infinite fadebottom 
}
body[data-button-style="default"] .section-down-arrow i.icon-default-style[class^="icon-"], 
body[data-button-style^="rounded"] .section-down-arrow, 
.nectar-next-section-wrap.mouse-wheel .nectar-next-section, 
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section, 
.scroll-down-wrap.no-border .section-down-arrow, 
body[data-button-style^="rounded"] .section-down-arrow i, 
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
  color:#fff!important;
}
body[data-button-style^="rounded"] .section-down-arrow, 
.nectar-next-section-wrap.mouse-wheel .nectar-next-section, 
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section, 
.scroll-down-wrap.no-border .section-down-arrow{
  display:inline-block;
  width:49px;
  height:49px;
  border:2px solid #fff;
  text-align:center;
  line-height:50px;
  border-radius:100px;
  font-size:25px;
  -webkit-border-radius:100px;
  transition:opacity 0.4s ease;
  -webkit-transition:opacity 0.4s ease;
  overflow:hidden;
  margin-left:0;
  left:0;
  bottom:16px;
  opacity:0.6
}
body[data-button-style^="rounded"] .section-down-arrow.hidden{
  transform:translateY(55px);
  -webkit-transform:translateY(55px);
  opacity:0
}
body[data-button-style^="rounded"] .section-down-arrow i, 
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i{
  transition:transform 0.2s ease;
  -webkit-transition:transform 0.2s ease;
  display:block;
  width:49px;
  height:48px;
  line-height:48px;
  font-size:20px
}
body[data-button-style^="rounded"] .nectar-box-roll .section-down-arrow i{
  transition:none;
  -webkit-transition:none
}
body[data-button-style^="rounded"] .section-down-arrow:hover, 
body[data-button-style^="rounded"] .section-down-arrow.hovered, 
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover {
  opacity:1
}
body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down.top, 
body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down, 
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section i {
  -webkit-transform:translate(0,-48px);
  transform:translate(0,-48px)
}
body[data-button-style^="rounded"] .section-down-arrow:hover i.fa-angle-down.top, 
body[data-button-style^="rounded"] .section-down-arrow:hover i.fa-angle-down, 
body[data-button-style^="rounded"] .section-down-arrow.hovered i.fa-angle-down.top, 
body[data-button-style^="rounded"] .section-down-arrow.hovered i.fa-angle-down, 
.nectar-next-section-wrap.down-arrow-bordered .nectar-next-section:hover i {
  -webkit-transform:translate(0,0px)!important;
  transform:translate(0,0px)!important
}
.nectar-next-section-wrap.bounce a:before {
  border-radius: 100px;
  background-color: #000;
  position: absolute;
  top: -10%;
  left: -10%;
  width: 120%;
  height: 120%;
  display: block;
  content: '';
  transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
  transform: scale(0.8);
}
.nectar-next-section-wrap.bounce a:hover:before {
  transform: scale(1);
}
.nectar-next-section-wrap.bounce a {
  position: relative;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  -webkit-animation: down_arrow_bounce 2.3s infinite;
  animation: down_arrow_bounce 2.3s infinite;
}
.nectar-next-section-wrap.bounce i {
  font-size: 24px;
  width: 24px;
  height: 24px;
  line-height: 24px;
  color: #fff;
  top: 0;
  display: inline-block;
  background-color: transparent;
}

.nectar-next-section-wrap.bounce[data-shad="add_shadow"] a,
.nectar-next-section-wrap.down-arrow-bordered[data-shad="add_shadow"] a {
   box-shadow: 0px 13px 35px rgba(0,0,0,0.15);
}

.nectar-next-section-wrap.bounce i.dark-arrow {
	color: #000;
}

.nectar-next-section-wrap.minimal-arrow a {
	width: 30px;
	height: 70px;
	text-align: center;
	display: block;
	line-height: 0;
	position: relative;
}
.centered-text .nectar-next-section-wrap.minimal-arrow a {
	display: inline-block;
}

.nectar-next-section-wrap[data-align="center"] {
	text-align: center;
}
.nectar-next-section-wrap[data-align="right"] {
	text-align: right;
}

.nectar-next-section-wrap[data-align="center"].minimal-arrow a,
.nectar-next-section-wrap[data-align="right"].minimal-arrow a {
	display: inline-block;
}

@keyframes ctaMinimaLArrowOuter {
  0% {
		transform: translateY(0);
  }
	20% {
    transform: translateY(12px);
  }
	50% {
		transform: translateY(0);
	}
  100% {
		transform: translateY(0);
  }
}

@keyframes ctaMinimaLArrowLine {
	0% {
		transform-origin: bottom;
		transform: scaleY(1);
	}
	50% {
		transform-origin: bottom;
		transform: scaleY(0);
	}
	51% {
	 transform-origin: top;
	}
	
	100% {
		transform: scaleY(1);
		transform-origin: top;
	}
}

@keyframes ctaMinimaLArrow {
	0% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 0px;
	}
	50% {
		stroke-dasharray: 45px;
		stroke-dashoffset: -45px;
	}
	51% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 45px;
	}
	100% {
		stroke-dasharray: 45px;
		stroke-dashoffset: 0px;
	}
}

.nectar-next-section-wrap.minimal-arrow svg {
	animation: ctaMinimaLArrowOuter 2.5s cubic-bezier(.55, 0, 0.45, 1) infinite;
}

.nectar-next-section-wrap.minimal-arrow a:hover svg path {
	animation: ctaMinimaLArrowLine 0.6s cubic-bezier(.25, 0, 0.45, 1) forwards;
}

.nectar-next-section-wrap.minimal-arrow a:hover svg polyline {
	stroke-dashoffset: 0px;
	stroke-dasharray: 45px;
	animation: ctaMinimaLArrow 0.6s cubic-bezier(.25, 0, 0.45, 1) forwards 0.1s;
}

.nectar-next-section-wrap.minimal-arrow svg {
	display: block;
	width: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
}

.nectar-next-section-wrap[data-custom-color="true"].bounce a {
	border-radius: 100px;
}

.nectar-next-section-wrap[data-custom-color="true"].mouse-wheel .nectar-next-section:before {
	display: none;
}

.nectar-next-section-wrap[data-custom-color="true"].bounce a:before {
	background: inherit!important;
}
.nectar-next-section-wrap[data-custom-color="true"].down-arrow-bordered a,
.nectar-next-section-wrap[data-custom-color="true"].mouse-wheel a:after {
	border-color: inherit;
}
.nectar-next-section-wrap[data-custom-color="true"].down-arrow-bordered a,
.nectar-next-section-wrap[data-custom-color="true"].down-arrow-bordered a i {
	color: inherit!important;
}
.nectar-next-section-wrap[data-custom-color="true"].mouse-wheel a:after {
	opacity: 0.5;
}

@keyframes down_arrow_bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-14px);
  }
  60% {
    transform: translateY(-7px);
  }
}
@media only screen and (max-height:750px){
  body[data-button-style="rounded"] .section-down-arrow{
    bottom:33px
  }
}
@media only screen and (max-height:650px){
  body[data-button-style^="rounded"] .section-down-arrow{
    width:30px;
    height:30px;
    line-height:34px;
    bottom:25px;
    margin-left:-15px
  }
  body[data-button-style^="rounded"] .scroll-down-wrap:not(.no-border) {
    margin-left:0
  }
  body[data-button-style^="rounded"] .section-down-arrow i{
    width:26px;
    height:26px;
    line-height:28px
  }
  body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down.top, 
  body[data-button-style^="rounded"] .section-down-arrow i.fa-angle-down{
    -webkit-transform:translate(0,-26px);
    -ms-transform:translate(0,-26px);
    transform:translate(0,-26px);
    font-size:18px
  }
}
@media only screen and (max-height:450px){
  body[data-button-style^="rounded"] .section-down-arrow{
    display:none
  }
}
body[data-button-style^="rounded"] .scroll-down-wrap.no-border, 
.scroll-down-wrap.no-border{
  bottom:12px
}
.scroll-down-wrap.no-border .section-down-arrow, 
.slider-down-arrow.no-border {
  border:none!important;
  overflow:visible;
  text-align:center;
  opacity:1;
  height:auto;
  bottom:13px;
  -webkit-animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite
}

.nectar-next-section-wrap.mouse-wheel .nectar-next-section {
	border-width: 0;
	overflow:visible;
  text-align:center;
  opacity:1;
  height:auto;
  bottom:13px;
  -webkit-animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite;
  animation:nudgeMouse 2.4s cubic-bezier(0.250,0.460,0.450,0.940) infinite
}


.nectar-scroll-icon-path{
  fill:transparent;
  stroke-width:2px;
  stroke-dashoffset:120;
  stroke-dasharray:120;
  -webkit-animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-out .55s cubic-bezier(.5,.1,.07,1)
}
.nectar-scroll-icon{
  width:30px;
  height:45px;
  text-align:center;
  cursor:pointer;
  position:relative;
  z-index:100
}
.scroll-down-wrap.no-border .section-down-arrow:after, 
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:after, 
.slider-down-arrow.no-border:after{
  content:"";
  position:absolute;
  top:0;
  left:50%;
  display:block;
  width:30px;
  height:45px;
  margin-left:-15px;
  border:2px solid rgba(255,255,255,0.5);
  border-radius:30px;
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  z-index:62
}
.scroll-down-wrap.no-border:hover .section-down-arrow:before, 
.slider-down-arrow.no-border:hover:before{
  background-color:rgba(255,255,255,1)
}
.scroll-down-wrap.no-border:hover .nectar-scroll-icon-path, 
.nectar-next-section:hover .nectar-scroll-icon-path, 
.slider-down-arrow.no-border:hover .nectar-scroll-icon-path{
  stroke-dashoffset:0;
  -webkit-animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1);
  animation:mouse-scroll-btn-roll-over .55s cubic-bezier(.5,.1,.07,1)
}
@-webkit-keyframes mouse-scroll-btn-roll-over{
  0%{
    stroke-dashoffset:120
  }
  100%{
    stroke-dashoffset:0
  }
}
@keyframes mouse-scroll-btn-roll-over{
  0%{
    stroke-dashoffset:120
  }
  100%{
    stroke-dashoffset:0
  }
}
@-webkit-keyframes mouse-scroll-btn-roll-out{
  0%{
    stroke-dashoffset:0
  }
  100%{
    stroke-dashoffset:-120
  }
}
@keyframes mouse-scroll-btn-roll-out{
  0%{
    stroke-dashoffset:0
  }
  100%{
    stroke-dashoffset:-120
  }
}
.scroll-down-wrap.no-border .section-down-arrow:before, 
.nectar-next-section-wrap.mouse-wheel .nectar-next-section:before, 
.slider-down-arrow.no-border:before,
.nectar-next-section-wrap.mouse-wheel[data-custom-color="true"] .track-ball
{
  position:absolute;
  content:'';
  display:block;
  left:50%;
  margin-left:-1px;
  top:22px;
  background-color:rgba(255,255,255,0.5);
  width:2px;
  height:6px;
  border-radius:10px;
  transition:background-color .55s cubic-bezier(.5,.1,.07,1);
  -webkit-animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite;
  animation:trackBallSlide 2.4s cubic-bezier(0.000,0.000,0.725,1.000) infinite
}
@-webkit-keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px)
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px)
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px)
  }
  65%, 100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px)
  }
}
@keyframes trackBallSlide{
  0%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px)
  }
  45%{
    opacity:0;
    -webkit-transform:scaleY(0.5) translateY(13px);
    transform:scaleY(0.5) translateY(13px)
  }
  46%{
    opacity:0;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px)
  }
  65%, 100%{
    opacity:1;
    -webkit-transform:scaleY(1) translateY(-10px);
    transform:scaleY(1) translateY(-10px)
  }
}
@keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px)
  }
  65%, 100%{
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
@-webkit-keyframes nudgeMouse{
  0%{
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
  45%{
    -webkit-transform:translateY(8px);
    transform:translateY(8px)
  }
  65%, 100%{
    -webkit-transform:translateY(0);
    transform:translateY(0)
  }
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .text .line, 
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .text .line, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .text .line {
  height: 2px;
  width: 45px;
  background-color: #fff;
  position: absolute;
  content:'';
  right: -74px;
  display: block;
  backface-visibility: hidden;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(28px) scaleX(0);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(28px) scaleX(0);
  transform-origin: right;
}
@keyframes portRightLineStart {
  0% {
    transform: translateY(-50%) translateX(-25px) scaleX(0);
  }
  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}
@keyframes rightLineStart {
  0% {
    transform: translateY(-50%) translateX(-88px) scaleX(0);
  }
  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}
@keyframes rightLineEnd {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
  100% {
    transform: translateY(-50%) translateX(28px) scaleX(0);
  }
}
@keyframes rightLineStart2 {
  0% {
    transform: translateY(-50%) translateX(88px) scaleX(0);
  }
  100% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
}
@keyframes rightLineEnd2 {
  0% {
    transform: translateY(-50%) translateX(0px) scaleX(1);
  }
  100% {
    transform: translateY(-50%) translateX(-28px) scaleX(0);
  }
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow, 
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow, 
.portfolio-items[data-ps="8"] .next-arrow, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .next-arrow {
  position: absolute;
  backface-visibility: hidden;
  right: -43px;
  top: 50%;
  margin-top: -15px;
  height: 30px;
  width: 40px;
  display: block;
  transform: translateX(38px);
}
@keyframes rightArrowStart {
  0% {
    transform: translateX(-50px);
  }
  100% {
    transform: translateX(42px);
  }
}
@keyframes rightArrowEnd {
  0% {
    transform: translateX(42px);
  }
  100% {
    transform: translateX(75px);
  }
}
@keyframes rightArrowStart2 {
  0% {
    transform: translateX(50px) rotate(180deg);
  }
  100% {
    transform: translateX(-42px) rotate(180deg);
  }
}
@keyframes rightArrowEnd2 {
  0% {
    transform: translateX(-42px) rotate(180deg);
  }
  100% {
    transform: translateX(-75px) rotate(180deg);
  }
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow line, 
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow line, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow line, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3 .next-arrow line, 
.portfolio-items[data-ps="8"] line {
  stroke-width: 2px;
  stroke-dasharray: 10px;
  stroke-dashoffset: 30px;
}
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow line, 
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow line, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow line, 
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3 .next-arrow line, 
.portfolio-items[data-ps="8"] line {
  stroke: #ffffff;
}
.portfolio-items[data-ps="8"] line,
.portfolio-items[data-ps="8"] .col .work-info .vert-center line {
  -webkit-transition: none;
  transition: none;
}
@keyframes rightArrowLineStart {
  0% {
    stroke-dashoffset: 30px;
  }
  100% {
    stroke-dashoffset: 40px;
  }
}
@keyframes rightArrowLineEnd {
  0% {
    stroke-dashoffset: 40px;
  }
  100% {
    stroke-dashoffset: 50px;
  }
}






/*-------------------------------------------------------------------------*/
/* 11. Masonry Items / Search Results
/*-------------------------------------------------------------------------*/

/* Masonry Auto Meta Overlaid Style - See css/blog/masonry-auto-meta-overlaid.css */

/* Masonry Classic Enhanced Style - See css/blog/masonry-classic-enhanced.css */

/* Masonry Meta Overlaid Style - See css/blog/masonry-meta-overlaid.css */

.post-area.masonry{
  width:1125px;
  margin-bottom:20px;
  margin-top:0;
  overflow:visible
}
.blog-fullwidth-wrap .post-area.masonry {
  margin-bottom:40px;
}
[data-ext-responsive="false"] .blog-fullwidth-wrap .post-area.masonry {
  width: auto;
}
.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
  overflow-x: auto;
  overflow-y: hidden;
}
.vc_col-sm-4 .post-area.masonry, 
.vc_col-sm-3 .post-area.masonry{
  width:100%
}
body[data-ext-responsive="true"] .post-area.masonry{
  width:100%
}
.post-area.masonry.span_9{
  width:834px;
  margin-right:5px
}
body[data-ext-responsive="true"] .post-area.masonry.span_9,
body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid{
  width:76.5%;
  margin-right:0
}

.post-area.masonry.span_12 #pagination, 
.blog-fullwidth-wrap .post-area.masonry #pagination {
  height:32px;
  margin-top:55px;
  text-align:center;
  width:100%;
  margin-bottom:40px
}
.post-area.masonry.span_9 #pagination {
  height:32px;
  margin-top:45px;
  width:100%;
  margin-bottom:40px 
}

.post-area.masonry.span_12 #pagination, 
.blog-fullwidth-wrap .post-area.masonry #pagination,
.post-area.masonry.span_9 #pagination {
  position:relative;
  bottom:0;
}

.post-area.masonry.span_12 #pagination &gt;div, 
.blog-fullwidth-wrap .post-area.masonry #pagination &gt;div{
  display:inline;
  float:none;
  margin:0 5px 0 0
}

body.blog .meta_overlaid_blog.container-wrap{
  padding-top:0!important
}

body.blog .meta_overlaid_blog.container-wrap .post-area,
.blog-fullwidth-wrap .post-area.masonry:not(.meta_overlaid),
.page-submenu .full-width-section.first-section {
  margin-top:0!important
}
.post-area.masonry .post .post-meta.no-img{
  top:0!important
}
.post-area.masonry &gt;article:last-child .content-inner{
  border-bottom:1px solid #DDD
}
.post-area.masonry .post .post-content, 
.post-area.featured_img_left .post .post-content{
  padding-left:0!important
}
.post-area.masonry .post .quote-inner,
.post-area.masonry .post .link-inner{
  margin-bottom:8px
}
#search-results{
  margin-bottom:30px;
  overflow:visible;
}
#search-results article {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#search-results .result img{
  margin-bottom:10px
}
.post-area.masonry .post .post-meta{
  display:block;
  margin-bottom:0
}
.post-area.infinite_scroll video.wp-video-shortcode, 
.post-area.infinite_scroll .wp-video-shortcode video{
  visibility:visible
}
.search .row .col.section-title h1{
  font-size:28px;
  line-height:42px;
  margin-bottom:0;
  text-transform:none;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  letter-spacing:-1px
}
.post.masonry-blog-item .post-meta{
  position:relative
}
body .post.masonry-blog-item .post-meta .date{
  border-bottom:0;
  line-height:22px;
  padding-bottom:0;
  float:left;
  margin-bottom:0
}
.light .post.masonry-blog-item p{
  color:#676767
}

.post.masonry-blog-item .content-inner{
  padding-bottom:0;
  margin-bottom:18px
}

.masonry.classic .post.masonry-blog-item h3.title{
  font-size:20px;
  line-height: 30px
}

.post.masonry-blog-item .post-meta .date span{
  float:left;
  display:inline!important;
  text-transform:capitalize;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:400;
  font-size:12px;
  line-height:12px;
  color:#676767
}
.post.masonry-blog-item .more-link{
  margin-bottom:10px
}

.post.masonry-blog-item .post-meta:after{
  content:"";
  display:block;
  height:0;
  clear:both;
  visibility:hidden
}

.portfolio-items[data-col-num="elastic"] .col img, 
body .masonry.meta_overlaid .post-featured-img img, 
body .masonry.meta_overlaid .content-inner .whole-link{
  width:100%!important; 
  max-width:100%!important
}

.post-featured-img img.nectar-lazy {
	display: block;
}
.post-featured-img img.nectar-lazy:not(.loaded) {
	opacity: 0;
}
.post-featured-img img.nectar-lazy.loaded {
	opacity: 1;
}
.masonry.classic .post-featured-img img.nectar-lazy,
.post-content.classic .post-featured-img img.nectar-lazy,
.post-area.standard-minimal .post-featured-img img.nectar-lazy {
	transition: opacity 0.5s ease;
}

.masonry .post-featured-img img.nectar-lazy:not(.loaded) {
	width: 100%;
}

#search-results .result, .masonry-blog-item{
  width:31%;
  display:inline-block;
  margin-bottom:2.5%;
  position:relative;
  color:#676767
}
body #search-results .result {
  width:33.3%;
  padding: 15px;
  margin-bottom: 0;
}
#search-results[data-layout="masonry-no-sidebar"] .result {
  width: 25%;
}
@media only screen and (max-width: 999px) {
  #search-results[data-layout="masonry-no-sidebar"] .result {
    width: 50%;
  }
}
body.search-results #pagination[data-layout="masonry-no-sidebar"], 
body.search-results #pagination[data-layout="list-no-sidebar"] {
  text-align: center;
}
body.search-results #pagination[data-layout="masonry-no-sidebar"] &gt;div, 
body.search-results #pagination[data-layout="list-no-sidebar"] &gt;div {
  float: none;
  display: inline-block;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article {
  opacity: 1;
  width: 100%;
  margin-bottom: 15px;
  padding: 15px 0 15px 0;
}
body.search-results #search-results[data-layout="list-no-sidebar"] .bottom-line {
  display: none;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article .inner-wrap {
  border: 0;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article:hover .inner-wrap {
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
}
body.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 {
  padding-top: 25px;
  padding-left: 0;
  padding-bottom: 0;
  position: relative;
}
body.search-results #search-results[data-layout="list-no-sidebar"] .result .inner-wrap h2 span {
  opacity: 0.6;
  font-size: 13px;
  line-height: 13px;
  position: absolute;
  top: 0;
  left: 0;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article {
  font-size: 14px;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article .inner-wrap &gt; a {
  width: 50px;
  height: 50px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  border-radius: 100px;
  display: block;
  background-color: #000;
  transition: margin-top 0.25s ease, box-shadow 0.25s ease;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article .inner-wrap &gt; a:hover {
  box-shadow: 0px 20px 40px rgba(0,0,0,0.14);
}
body.search-results #search-results[data-layout="list-no-sidebar"] article .inner-wrap &gt; a img {
  height: 80px;
  width: auto;
  max-width: none;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  opacity: 0.7;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article[data-post-thumb="1"]:before {
  color: #fff;
  border: 1px transparent;
}
body.search-results #search-results[data-layout="list-no-sidebar"] article {
  padding-left: 80px;
}
.masonry-blog-item .inner-wrap, #search-results .result .inner-wrap{
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.15);
  box-shadow:0 1px 2px rgba(0,0,0,0.15);
  background-color:#fff;
  padding:18px
}
.original .masonry.material .masonry-blog-item .inner-wrap {
  padding: 0;
}
.original .masonry.material .masonry-blog-item .content-inner {
  padding-bottom: 0;
  margin-bottom: 0;
}
.masonry.material .post .post-featured-img {
  overflow: hidden;
  display: block;
  line-height: 0;
  position: relative;
}
.masonry.material .post .post-featured-img img {
  margin-bottom: 0
}

.masonry.material .posts-container .format-video .post-featured-img,
.masonry.material .posts-container .format-audio .post-featured-img {
  overflow: visible;
}
.masonry.material .posts-container .format-video .post-featured-img .wrap, 
.related-posts[data-style="material"] .post-featured-img {
  overflow: hidden;
  display: block;
}
.masonry.material .post.quote:not(.has-post-thumbnail) .post-content .quote-inner:before, 
.masonry.material .post.link:not(.has-post-thumbnail) .post-content .link-inner:before {
  -webkit-transition: all .21s cubic-bezier(.5,.5,.4,.88);
  transition: all .21s cubic-bezier(.5,.5,.4,.88);
}
.masonry.material .masonry-blog-item .inner-wrap {
  background-color: transparent;
}
.masonry.material .posts-container .video-play-button, 
body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
  position: absolute;
  bottom: 0;
  right: 30px;
  transform: translateY(50%);
  -webkit-transform: translateY(50%);
  -webkit-transition: all .21s cubic-bezier(.5,.5,.4,.88);
  transition: all .21s cubic-bezier(.5,.5,.4,.88);
  color: #fff;
  font-size: 30px;
  z-index: 1000;
  height: 60px;
  width: 60px;
  line-height: 60px;
  text-align: center;
  border-radius: 100px;
}
body .post-area.featured_img_left .posts-container .article-content-wrap .video-play-button {
  pointer-events: none;
  font-size: inherit;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.post-area.masonry.material .post .post-content &gt; .post-meta {
  display: none;
}
.masonry.material .masonry-blog-item .grav-wrap{
  position: relative;
  margin-top: 30px;
  z-index: 110;
}
.masonry.material .masonry-blog-item .grav-wrap img, 
.related-posts[data-style="material"] .grav-wrap img, 
.post-area.featured_img_left article .grav-wrap img, 
.nectar-recent-posts-single_featured .grav-wrap img, 
[data-style="list_featured_first_row"] .grav-wrap img {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  margin-bottom: 0;
  margin-right: 13px;
  vertical-align: middle;
  display: inline-block;
  transition: all 0.4s cubic-bezier(0.2, 1, 0.2, 1);
}
.related-posts[data-style="material"] .grav-wrap {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
body .related-posts[data-style="material"] .article-content-wrap {
  padding-bottom:80px!important 
}
.related-posts[data-style="material"] .grav-wrap img {
  display: inline-block;
}
.masonry.material .masonry-blog-item .grav-wrap .text a, 
.related-posts[data-style="material"] .grav-wrap .text a, 
.post-area.featured_img_left article .grav-wrap .text a{
  display:block;
  font-size: 14px;
  line-height: 20px 
}
.masonry.material .masonry-blog-item .meta-category a, 
.related-posts[data-style="material"] .meta-category a, 
.post-area.featured_img_left article .meta-category a, 
.nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
  font-size: 14px;
  line-height: 19px;
  position:relative;
  display: inline-block;
  font-weight: 600;
  margin: 0 10px 10px 0;
}
.masonry.material .masonry-blog-item .meta-category a:before, 
.post-area.featured_img_left .meta-category a:before, 
.related-posts[data-style="material"] .meta-category a:before, 
.nectar-recent-posts-single_featured .grav-wrap .text a:before, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before, 
[data-style="list_featured_first_row"] .meta-category a:before {
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -3px;
  left: 0;
  content: '';
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  transform-origin: left;
  -webkit-transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.masonry.material .masonry-blog-item .meta-category a:hover:before, 
.related-posts[data-style="material"] .meta-category a:hover:before, 
.post-area.featured_img_left .meta-category a:hover:before, 
.nectar-recent-posts-single_featured .grav-wrap .text a:hover:before, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover:before, 
[data-style="list_featured_first_row"] .meta-category a:hover:before,
.masonry.material .masonry-blog-item .meta-category a:focus:before, 
.related-posts[data-style="material"] .meta-category a:focus:before, 
.post-area.featured_img_left .meta-category a:focus:before, 
.nectar-recent-posts-single_featured .grav-wrap .text a:focus:before, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:focus:before, 
[data-style="list_featured_first_row"] .meta-category a:focus:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.masonry.material .masonry-blog-item .grav-wrap .text span, 
.related-posts[data-style="material"] .grav-wrap .text span, 
.post-area.featured_img_left article .grav-wrap .text span {
  font-size: 13px;
  line-height: 18px;
}
.masonry.material .masonry-blog-item .grav-wrap .text, 
.related-posts[data-style="material"] .grav-wrap .text, 
.post-area.featured_img_left article .grav-wrap .text, 
.nectar-recent-posts-single_featured .grav-wrap .text {
  vertical-align: middle;
  display:inline-block;
  line-height: 0
}
.masonry.material .masonry-blog-item .grav-wrap a, 
.related-posts[data-style="material"] .grav-wrap a, 
.post-area.featured_img_left .grav-wrap a {
  color: inherit;
}
.masonry.material .masonry-blog-item .grav-wrap a:hover img, 
.nectar-recent-posts-single_featured a:hover img, 
.nectar-recent-posts-single_featured a img.hovered, 
.masonry.material .masonry-blog-item .grav-wrap a img.hovered, 
.post-area.featured_img_left .grav-wrap a:hover img, 
.post-area.featured_img_left .grav-wrap a img.hovered, 
.related-posts[data-style="material"] .grav-wrap a:hover img, 
.related-posts[data-style="material"] .grav-wrap a img.hovered {
  box-shadow: 0 7px 20px rgba(0,0,0,0.19);
}
.material.masonry .masonry-blog-item .video-play-button {
  box-shadow: 0 10px 37px rgba(0,0,0,0.19);
}
.material.masonry .masonry-blog-item .video-play-button svg, 
.post-area.featured_img_left .video-play-button svg {
  height: 14px;
  width: 14px
}
.masonry .video-play-button path,
.post-area .video-play-button path {
  fill: #fff;
}
.post-area.featured_img_left .video-play-button svg {
  margin-right: -2px;
}
.post.format-quote .quote-inner .title, 
.post.format-link .link-inner .title, 
.masonry.material .post.quote .quote-inner .title, 
.masonry.material .post.link .link-inner .title, 
.single .post.quote .quote-inner .title, 
.post-area.featured_img_left .post.quote .quote-inner .title, 
.post-area.featured_img_left .post.link .link-inner .title {
  color: #fff;
}
.post-area.featured_img_left .post.link .link-inner .title {
  margin-bottom: 0;
}
.masonry.material .masonry-blog-item h3 a, 
.related-posts[data-style="material"] h3 a, 
.post-area.featured_img_left h3 a,
.masonry.material .masonry-blog-item h3 a:hover, 
.related-posts[data-style="material"] h3 a:hover, 
.post-area.featured_img_left h3 a:hover {
  color: inherit!important;
}
.masonry.material .masonry-blog-item .article-content-wrap, 
.related-posts[data-style="material"] .article-content-wrap {
  padding: 10px 30px 30px 30px!important;
}
.masonry.auto_meta_overlaid_spaced .post.quote .post-content .quote-inner, 
.masonry.auto_meta_overlaid_spaced .post.link .post-content .link-inner, 
.masonry.material .post.quote .post-content .quote-inner, 
.masonry.material .post.link .post-content .link-inner, 
.post-area.featured_img_left .post.quote .post-content .quote-inner, 
.post-area.featured_img_left .post.link .post-content .link-inner {
  background-color: transparent!important;
}
.masonry.material .masonry-blog-item .article-content-wrap, 
.masonry.material .masonry-blog-item .meta-category, 
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:before {
  background-color: #fff;
}
.post-area.featured_img_left .post.quote .post-content .quote-inner, 
.post-area.featured_img_left .post.link .post-content .link-inner {
  text-align: center;
  padding: 10%;
  border-radius: 5px;
  overflow: hidden;
}

.post.format-quote .n-post-bg, 
.post.format-link .n-post-bg, 
.masonry.material .post.quote .post-content .quote-inner:before, 
.masonry.material .post.link .post-content .link-inner:before,
.post.quote .classic .n-post-bg, 
.post.link .classic .n-post-bg, 
.masonry .post.quote .n-post-bg, 
.masonry .post.link .n-post-bg, 
.standard-minimal .n-post-bg,
.masonry.auto_meta_overlaid_spaced .post .n-post-bg, 
.post-area.featured_img_left .post.quote .n-post-bg, 
.post-area.featured_img_left .post.link .n-post-bg, 
.post-area.featured_img_left .post.quote .post-content .quote-inner:before, 
.post-area.featured_img_left .post.link .post-content .link-inner:before, 
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after, 
.auto_meta_overlaid_spaced .post.link .n-post-bg:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.88;
}
.post-area.featured_img_left .post.quote .n-post-bg, 
.post-area.featured_img_left .post.link .n-post-bg {
	background-position: center;
}

.format-quote .n-post-bg, 
.format-link .post.link .n-post-bg {
  background-size: cover;
	background-position: center;
}

.masonry.material .post.quote .post-content .quote-inner:before, 
.masonry.material .post.link .post-content .link-inner:before,
.featured_img_left .post.quote .post-content .quote-inner:before, 
.featured_img_left .post.link .post-content .link-inner:before {
  z-index: 10;
}

.masonry .post.quote .n-post-bg, 
.masonry .post.link .n-post-bg,
.post.quote .classic .n-post-bg, 
.post.link .classic .n-post-bg,
.standard-minimal .n-post-bg,
.standard-minimal .post.quote .n-post-bg,
.standard-minimal .post.link .n-post-bg,
.single .quote-inner .n-post-bg,
.single .link-inner .n-post-bg {
  opacity: 0.25
}

.single .post.format-link .post-content &gt; .link-inner,
.single .post.format-quote .post-content &gt; .quote-inner {
  padding: 10%;
}

.post.format-quote .post-content .quote-inner:hover,
.post.format-link .post-content .link-inner:hover,
.masonry.classic .post.quote .post-content .quote-inner:hover,
.masonry.meta_overlaid .post.quote .post-content .quote-inner:hover,
.masonry.classic_enhanced .post.quote .post-content .quote-inner:hover,
.masonry.classic .post.link .post-content .link-inner:hover,
.masonry.meta_overlaid .post.link .post-content .link-inner:hover,
.masonry.classic_enhanced .post.link .post-content .link-inner:hover,
.post.quote .classic .quote-inner:hover, 
.post.link .classic .link-inner:hover {
  background-color: #333;
}

.post-area.featured_img_left .post.quote .post-content, 
.post-area.featured_img_left .post.link .post-content {
  display: block;
  backface-visibility: hidden;
  border-radius: 5px;
  overflow: hidden
}
.single .post.format-quote .quote-inner .quote-wrap:before,
.masonry.material .post.quote .quote-wrap:before, 
.post-area.featured_img_left .post.quote .quote-wrap:before, 
.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
  content: "\201C";
  font-family:sans-serif;
  font-weight:700;
  font-size: 54px;
  color: #fff;
  z-index: 10000;
  height: 32px;
  display: block;
  position: relative;
  padding-top: 33%;
}
.single .post.format-quote .quote-inner .quote-wrap:before,
.masonry.auto_meta_overlaid_spaced .post.quote .quote-wrap:before {
  padding-top: 0;
}
.single-post .quote-below-content {
  margin-top: 70px;
}
.post-area.featured_img_left .post.quote .quote-wrap:before {
  padding-top: 0;
  line-height: 54px;
  padding-bottom: 15px
}

.post .quote-wrap, .post .link-wrap { 
  display: block; 
}

.masonry.material .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before, 
.masonry.material .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before, 
.post-area.featured_img_left .post.quote:not(.has-post-thumbnail):hover .post-content .quote-inner:before, 
.post-area.featured_img_left .post.link:not(.has-post-thumbnail):hover .post-content .link-inner:before {
  opacity: 1;
}
.masonry.material .post.quote .author, .post-area.featured_img_left .post.quote .author {
  margin-top: 10px;
  display: block;
}
.masonry.material .post.quote .n-post-bg, .masonry.material .post.link .n-post-bg, 
.post-area.featured_img_left .post.quote .n-post-bg, 
.post-area.featured_img_left .post.link .n-post-bg, 
.masonry.auto_meta_overlaid_spaced .post .n-post-bg {
  opacity: 1;
  background-size: cover;
}
.masonry.material .post .post-content .quote-inner .icon, 
.masonry.material .post .post-content .link-inner .icon, 
.masonry.auto_meta_overlaid_spaced .post .post-content .quote-inner .icon, 
.masonry.auto_meta_overlaid_spaced .post .post-content .link-inner .icon, 
.post-area.featured_img_left .post .post-content .quote-inner .icon, 
.post-area.featured_img_left .post .post-content .link-inner .icon {
  display: none;
}
.post-area.featured_img_left .format-link .content-inner, 
.post-area.featured_img_left .format-quote .content-inner {
  padding-bottom: 0;
  margin-bottom: 0;
}
.masonry.material .post .post-content .link-inner .link-wrap, 
.post-area.featured_img_left .post .post-content .link-inner .link-wrap {
  z-index: 10;
  position: relative;
}
.masonry.material .post.quote .post-content .quote-inner, 
.masonry.material .post.link .post-content .link-inner {
  padding: 30px;
  margin-bottom: 0;
}
.masonry.material .masonry-blog-item .meta-category, 
.related-posts[data-style="material"] .meta-category {
  padding: 20px 30px 0 30px;
  display: block;
  position: relative;
  z-index: 110;
}
.masonry.material .masonry-blog-item.format-video .meta-category {
  padding-right: 90px;
}
.masonry.material .masonry-blog-item .inner-wrap, 
body .related-posts[data-style="material"] .inner-wrap {
  box-shadow: 0px 30px 90px rgba(0,0,0,0.14);
  border-radius: 5px;
  overflow: hidden;
}
.masonry-blog-item{
  margin-bottom:0
}

.masonry-blog-item{
  width:31.1%
}

#ajax-content-wrap .post-area.full-width-article,
.post-area.full-width-article {
  margin-bottom:0
}
.post-area.full-width-article .masonry-blog-item{
  width:100%!important
}
.post-area.masonry.span_9 .masonry-blog-item{
  width:46.8%
}
#search-results .result{
  font-size:11px
}
#search-results .result .bottom-line, 
.masonry-blog-item .bottom-line{
  height:1px;
  width:100%;
  display:block;
  position:absolute;
  bottom:2px;
  left:0;
  background-color:#eaeaea
}
#search-results .result .title span{
  display:block;
  font-size:12px;
  letter-spacing:0;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:400;
  color:#999;
  margin-top:3px
}
#search-results .result h2{
  margin-bottom:1px;
  font-size:17px;
  line-height:22px
}
#search-results .result p{
  padding-bottom:0
}
article.result .title a{
  color:#000
}
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span {
  line-height: 1.5em;
  display: block;
}
#search-results .result .title a, 
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close span {
  background-repeat: no-repeat;
  background-size: 0% 2px;
  background-image: linear-gradient(to right, #000 0%, #000 100%);
  -webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1);
  transition: background-size 0.55s cubic-bezier(.2,.75,.5,1);
  background-position: left bottom;
}
#search-results .result .title a:hover, 
#search-results .result .title a:focus,
.pum-theme-salient-page-builder-optimized .pum-container .pum-content+.pum-close:hover span {
  background-size: 100% 2px;
}
.posts-container article .inner-wrap.animated, 
.posts-container[data-load-animation="fade_in"] article .inner-wrap.animated{
  opacity:0;
  transition:opacity 0.5s ease-out;
  -webkit-transition:opacity 0.5s ease-out
}
.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap,
.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap.animated {
  transition:opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),transform 0.3s cubic-bezier(0.3,0.58,0.55,1);
  -webkit-transition:opacity 0.3s cubic-bezier(0.3,0.58,0.55,1),-webkit-transform 0.3s cubic-bezier(0.3,0.58,0.55,1);
}
.posts-container[data-load-animation="fade_in_from_bottom"] article .inner-wrap{
  transform:translateY(80px);
  -webkit-transform:translateY(80px);
}
.post-area:not(.masonry) .posts-container[data-load-animation="none"] article .inner-wrap.animated, 
.auto_meta_overlaid_spaced .posts-container[data-load-animation="none"] article .inner-wrap.animated {
  opacity: 1;
}
.posts-container[data-load-animation="perspective"]{
  perspective:2000px;
  -webkit-perspective:2000px;
  perspective-origin:50% 0px;
  -webkit-perspective-origin:50% 700px
}
.posts-container[data-load-animation="perspective"] article{
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d
}
.posts-container[data-load-animation="perspective"] article .inner-wrap,
.posts-container[data-load-animation="perspective"] article .inner-wrap.animated {
  transition:opacity 0.3s cubic-bezier(0.1,0.3,0.2,1),transform 0.72s cubic-bezier(0.1,0.3,0.27,1);
  -webkit-transition:opacity 0.3s cubic-bezier(0.1,0.3,0.2,1),-webkit-transform 0.72s cubic-bezier(0.1,0.3,0.27,1);
}
.posts-container[data-load-animation="perspective"] article .inner-wrap {
  transform:translateY(450px) rotateX(24deg);
  -webkit-transform:translateY(450px) rotateX(24deg);
}
.posts-container article .inner-wrap{
  height:100%
}
.posts-container article.animated-in .inner-wrap, 
.posts-container[data-load-animation="fade_in"] article.animated-in .inner-wrap.animated{
  opacity:1;
  transform:translateY(0);
  -webkit-transform:translateY(0);
  height:100%
}
.posts-container[data-load-animation="perspective"] article.animated-in .inner-wrap.animated{
  transform:translateY(0) translateZ(0) rotateX(0);
  -webkit-transform:translateY(0) translateZ(0) rotateX(0);
  opacity:1
}
.post-area.masonry.classic_enhanced .post .post-featured-img, 
.blog-recent[data-style*="classic_enhanced"] .post-featured-img,
.post-area.masonry.classic_enhanced .n-post-bg {
  transition:all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition:all .7s cubic-bezier(.2,1,.22,1);
  line-height:0;
  display:block;
  position:relative
}
.post-area.masonry.classic_enhanced .post .post-featured-img img, 
.post-area.masonry.material .post .post-featured-img img, 
.post-area.featured_img_left .post .post-featured-img, 
.related-posts[data-style="material"] .post-featured-img img, 
.post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap .flickity-slider .cell img, 
.post-area.masonry.material .post.format-gallery .inner-wrap .flickity-slider .cell img, 
.post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap .flickity-viewport, 
.post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap .flickity-viewport, 
.masonry.material .post.quote .n-post-bg, 
.masonry.material .post.link .n-post-bg, 
.post-area.featured_img_left .post.quote .n-post-bg, 
.post-area.featured_img_left .post.link .n-post-bg, 
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img, 
.blog-recent[data-style*="classic_enhanced"] .post-featured-img img, 
.masonry.auto_meta_overlaid_spaced .post.quote .n-post-bg, 
.masonry.auto_meta_overlaid_spaced .post.link .n-post-bg {
  margin-bottom:0;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  transition:all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition:all .7s cubic-bezier(.2,1,.22,1)
}
.post-area.masonry.classic_enhanced .post .inner-wrap:hover .post-featured-img img, 
.post-area.masonry.classic_enhanced .post.large_featured .inner-wrap:hover .post-featured-img, 
.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:hover .post-featured-img, 
.post-area.masonry.classic_enhanced .post.format-gallery .inner-wrap:hover .flickity-slider .cell img, 
.post-area.masonry.classic_enhanced .link .inner-wrap:hover .n-post-bg,
.post-area.masonry.classic_enhanced .quote .inner-wrap:hover .n-post-bg,
.post-area.masonry.material .post.format-gallery .inner-wrap:hover .flickity-slider .cell img, 
.post-area.masonry.classic_enhanced .post.format-gallery.wide_tall .inner-wrap:hover .flickity-viewport, 
.post-area.masonry.classic_enhanced .post.format-gallery.large_featured .inner-wrap:hover .flickity-viewport, 
.blog-recent[data-style*="classic_enhanced"] .inner-wrap:hover .post-featured-img img, 
.post-area.masonry.material .post .inner-wrap:hover .post-featured-img img, 
.related-posts[data-style="material"] .inner-wrap:hover .post-featured-img img, 
.masonry.material .post.quote:hover .n-post-bg, 
.masonry.material .post.link:hover .n-post-bg, 
.auto_meta_overlaid_spaced .masonry-blog-item:hover .post-featured-img, 
.post-area.featured_img_left .post.quote:hover .n-post-bg, 
.post-area.featured_img_left .post.link:hover .n-post-bg, 
.blog-recent[data-style*="classic_enhanced_alt"] .inner-wrap:hover .post-featured-img, 
.masonry.auto_meta_overlaid_spaced .post.quote:hover .n-post-bg, 
.masonry.auto_meta_overlaid_spaced .post.link:hover .n-post-bg {
  transform:scale(1.07);
  -webkit-transform:scale(1.07)
}

.masonry.classic_enhanced .masonry-blog-item .entire-meta-link, 
.post-area.featured_img_left .entire-meta-link, 
.masonry.material .masonry-blog-item .entire-meta-link, 
.blog-recent[data-style*="classic_enhanced"] .entire-meta-link, 
.blog-recent[data-style="material"] .entire-meta-link {
  position:absolute;
  top:0;
  left:0;
  display:block;
  width:100%;
  z-index:101;
  height:100%
}
.related-post-wrap .row-bg-wrap {
  z-index: 0;
  pointer-events: none;
}
.related-post-wrap .row-bg-wrap .row-bg {
  background-color: rgba(0,0,0,0.04);
}
.related-post-wrap {
  padding-bottom: 0 
}
.original .blog-recent.related-posts {
  padding: 0 0 60px 0;
}
.related-post-wrap h3.related-title {
  padding: 60px 0 30px 0;
}
.ascend .blog-recent.related-posts, 
.material .blog-recent.related-posts {
  padding: 0 0 8% 0;
}
.ascend .related-post-wrap h3.related-title, 
.material .related-post-wrap h3.related-title {
  padding: 8% 0 40px 0;
}
.related-post-wrap[data-using-post-pagination="true"], 
.ascend .fullscreen-blog-header .related-post-wrap[data-using-post-pagination="false"] {
  margin-top: 0 
}
.related-post-wrap[data-using-post-pagination="false"] {
  margin-top: 80px 
}
.post-area.featured_img_left .post-content-wrap .grav-wrap, 
.post-area.featured_img_left .post-content-wrap .meta-category {
  z-index: 150;
  position: relative;
}
.post-area.featured_img_left article {
  margin-bottom: 6%;
}
.post-area.featured_img_left .article-content-wrap {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
  width: 33%;
  position: relative;
  border-radius: 5px;
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap:before {
  transition: box-shadow .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: box-shadow .7s cubic-bezier(.2,1,.22,1);
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  transform: scale(0.96);
  border-radius: 5px;
}
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap:before {
  transform: none;
}
.post-area.featured_img_left .article-content-wrap .post-featured-img {
  border-radius: 5px;
  overflow: hidden;
}
.post-area.featured_img_left article .article-content-wrap .post-featured-img-wrap {
  transition: all .7s cubic-bezier(.2,1,.22,1);
  -webkit-transition: all .7s cubic-bezier(.2,1,.22,1);
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a, 
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.post-area.featured_img_left .article-content-wrap .post-content-wrap {
  width: 66.6%;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
  padding: 6% 0 6% 6%;
}
.post-area.featured_img_left.span_12 .article-content-wrap .post-content-wrap {
  padding: 7%;
}
.post-area.featured_img_left.span_12 article {
  margin-bottom: 60px;
}
.post-area.featured_img_left .post:hover .post-featured-img-wrap:before {
  box-shadow: 0px 30px 60px rgba(0,0,0,0.17);
}
.post-area.featured_img_left article:hover .article-content-wrap .post-featured-img-wrap {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.post-area.featured_img_left .post-content-wrap .grav-wrap {
  margin-top: 20px
}
.post-area.featured_img_left .article-content-wrap .post-featured-img {
  background-size: cover;
  background-position: center
}



/*-------------------------------------------------------------------------*/
/* 12. Blog
/*-------------------------------------------------------------------------*/

/* 12.1. General/Pagination */

.post-area #pagination{
  padding-left:95px
}
.post-area.featured_img_left #pagination,
.post-area.masonry #pagination {
  padding-left: 0;
}
.post-area.infinite_scroll #pagination{
  visibility: hidden;
  height: 1px;
  width: 1px;
}
#infscr-loading{
  position:relative;
  z-index:10000000;
  background-image:url("/wp-content/themes/eyeprotect/img/icons/loading-white-bg.gif");
  background-repeat:no-repeat;
  background-position:center;
  height:60px;
  border-radius:2px;
  color:#555;
  display:inline-block;
  margin:0 auto;
  text-align:center;
  width:60px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  font-size:12px;
  letter-spacing:2px;
  border-color:#555;
  border-style:solid;
  border-width:0;
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box 
}
#infscr-loading.default_loader{
  background-image:none
}
.infscr-loading-wrap{
  margin:20px auto;
  clear:both;
  padding:0;
  text-align:center;
  height:0;
  opacity:0;
  transform:scale(0.5);
  box-sizing:content-box;
  -webkit-box-sizing:content-box;
  -moz-box-sizing:content-box
}
#infscr-loading div{
  opacity:0;
  color:#555;
  font-size:12px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  letter-spacing:2px;
  text-transform:uppercase
}
#ajax-content-wrap #infscr-loading img,
#infscr-loading img{
  margin-bottom:0;
  display:none
}
.post-area{
  padding-right:30px;
  margin-top:4px
}
.post-area.col_last{
  padding-left:20px;
  padding-right:0
}
.post-area.col_last.span_12{
  padding-left:0;
  float:none
}
.post-area &gt;article .content-inner{
  margin-bottom:0;
  border-bottom:0
}
.post .more-link, 
.blog-recent .more-link{
  display:block;
  margin-top:25px;
  cursor:default;
  color:#fff
}
.post .content-inner{
  padding-bottom:80px;
}
.single-post .content-inner &gt; .post-tags {
  margin-top: 50px; 
}

.post .more-link span, 
.blog-recent .more-link span{
  background-color:#333;
  transition:all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all 0.45s cubic-bezier(0.25,1,0.33,1);
  width:auto;
  cursor:pointer;
  padding:8px 12px;
  border-radius:2px;
  -webkit-border-radius:2px;
}
body[data-button-style*="slightly_rounded"] .post .more-link span, 
body[data-button-style*="slightly_rounded"] .blog-recent .more-link span {
	border-radius:4px;
  -webkit-border-radius:4px;
}
.post .more-link span:hover, 
.blog-recent .more-link span:hover{
  background-color:#000
}
.post .post-meta{
  position:absolute;
  left:0;
  top:0
}
.post.masonry-blog-item .post-meta{
  border-right:0
}
.main-content .recent-posts-title{
  font-size:12px;
  letter-spacing:1.5px;
  margin-bottom:7px
}
.post-header, 
#single-below-header{
  margin-bottom:12px;
  color:#888
}
.post .post-header h1, 
.post .post-header h2{
  font-size:26px;
  line-height:30px
}
.post .post-header h2 a{
  color:#000
}
.post .post-header h2 a:hover{
  color:inherit
}
.post .post-header a, 
.result a, 
#single-below-header a,
#page-header-bg #single-below-header a{
  color:inherit
}
#single-below-header a:hover,
#single-below-header a:focus{
  color:#000
}
#page-header-bg #single-below-header a:hover,
#page-header-bg #single-below-header a:focus {
  color: #fff;
}

.post .post-content.classic .content-inner {
  border-bottom: 1px solid #DDD;
  padding-bottom: 60px;
  margin-bottom: 60px;
}

.post-area:not(.masonry) article .post-content.classic {
	overflow: hidden;
}

.original .post-area.masonry .post .post-content.classic .content-inner {
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.ascend .post-area.masonry .post .post-content.classic .content-inner,
.material .post-area.masonry .post .post-content.classic .content-inner {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.masonry .post-content.classic .post-header {
  font-size: 12px;
}

.post .post-content{
  position:relative;
  min-height:98px
}
.post-tags h4{
  float:left;
  margin-top:8px;
  margin-bottom:15px;
  margin-right:25px
}
.post-tags .clear{
  padding-bottom:0
}
.post-content{
  padding-left:95px
}
.post .content-inner{
  position:relative
}
.post.format-quote .post-content .quote-inner, 
.post.format-link .post-content .link-inner {
  background-color:#000;
  position:relative;
  padding:15px;
  color:#fff;
  transition:all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all .45s cubic-bezier(0.25,1,0.33,1)
}

.post.quote .content-inner .quote-inner .whole-link{
  transition:all .45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all .45s cubic-bezier(0.25,1,0.33,1)
}
.post.format-aside .aside-inner p{
  margin-bottom:15px
}
.post.format-aside .aside-inner .post-header{
  margin-bottom:0
}
.post.format-chat .content-inner dt{
  margin-top:15px
}
.post.quote .quote-inner a, 
.post.format-aside .aside-inner a, 
.post.format-aside .aside-inner a:hover, 
.post.format-aside .aside-inner p, 
.post.format-aside .aside-inner .post-header{
  color:#fff!important
}
.post.quote .quote-inner .title, 
.post.quote .quote-inner .author, 
.post.quote .quote-inner .title, 
.post.quote .quote-inner .icon,
.post.format-quote .quote-wrap, 
.post.format-link .link-wrap {
  position:relative;
  z-index:100
}
.post.quote .content-inner .whole-link{
  position:absolute;
  z-index:10;
  display:block;
  background-color:#000;
  height:100%;
  width:100%;
  top:0;
  left:0
}
.post .full-post-link {
  position:absolute;
  content: '';
  z-index:1000;
  display:block;
  height:100%;
  width:100%;
  top:0;
  left:0
}
.post.quote .content-inner .quote-inner:hover .whole-link{
  background-color:#333
}
.post.quote figure:not([class*="wp-block"]) {
  margin:0 auto
}
.post.quote blockquote:not(.wp-block-quote):not(.wp-block-pullquote){
  background-image:none;
  padding:0;
  font-family:inherit;
  margin:0 auto 
}
.post.quote .wp-block-quote blockquote:not(.wp-block-quote), 
.post.quote .wp-block-pullquote blockquote:not(.wp-block-quote) {
  color: inherit!important;
}
.post.link .post-content .destination{
  word-wrap:break-word
}
.post.quote .post-content .quote-inner .icon{
  bottom:17px;
  height:17px;
  width:19px;
  display:block;
  background-image:url(/wp-content/themes/eyeprotect/img/icons/quote.png);
  position:absolute;
  right:20px
}
.post.link .post-content .link-inner .icon{
  bottom:17px;
  height:20px;
  width:18px;
  display:block;
  background-image:url(/wp-content/themes/eyeprotect/img/icons/link.png);
  position:absolute;
  right:20px
}
.post.format-status .post-content .status-inner .icon{
  bottom:17px;
  height:16px;
  width:18px;
  display:block;
  background-image:url(/wp-content/themes/eyeprotect/img/icons/status.png);
  position:absolute;
  right:20px
}

@media only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi){
  body .post.quote .post-content .quote-inner .icon{
    background-size:19px 17px;
    background-image:url(/wp-content/themes/eyeprotect/img/icons/quote-2x.png) 
  }
  body .post.link .post-content .link-inner .icon{
    background-size:18px 20px;
    background-image:url(/wp-content/themes/eyeprotect/img/icons/link-2x.png) 
  }

}
.post .post-content.quote a, 
.post .post-content.link a{
  display:block;
  z-index:10
}
.post.quote .post-content h3, 
.post.link .post-content h3, 
.masonry.classic_enhanced .post.quote.masonry-blog-item h3.title, 
.masonry.classic_enhanced .post.link.masonry-blog-item h3.title{
  color:#fff;
  font-size:26px;
  line-height:34px;
  display:block;
  margin-bottom:15px
}
.post.format-quote .post-content h3, 
.post.format-link .post-content h3 {
  margin-bottom:15px
}
.single .post.format-quote .post-content h3, 
.single .post.format-link .post-content h3 {
  margin-bottom:20px
}

.single .post.format-link .post-content h3 a {
	color: inherit;
}

body .meta_overlaid .post.quote .post-content h3, 
body .meta_overlaid .post.link .post-content h3 {
  font-size:18px;
  line-height:30px;
}

.post.quote .post-content .quote-below-content h2 {
  color: inherit;
}
.format-status .post-content h2 a{
  color:#fff
}
.post.quote .post-content a:hover .quote-inner, 
.post.link .post-content a:hover .link-inner {
  background-color:#333
}
.post .post-meta a{
  color:#888
}

.post-content.classic .post-header &gt; span:after  {
  background-color: #888;
  width: 1px;
  margin: 0 4px;
  height: 11px;
  content: '';
  display: inline-block;
}

.masonry .post-content.classic .post-header &gt; span:after  {
  height: 10px;
  margin: 0 6px;
}

.post-content.classic .post-header &gt; span:last-of-type:after  {
  display: none;
}

.post .post-meta a:hover{
  color:#000
}
.post h3.title{
  margin-bottom: 4px
}
.post .post-meta{
  display:block;
  margin-bottom:20px;
  border-right:1px solid #E6E6E6
}
.post .post-meta.no-img{
  top:6px
}
.post .content-inner .post-featured-img img{
  max-width:none;
  margin-bottom:15px;
  width:100%
}
.post .post-meta .date{
  font-size:12px;
  padding-bottom:2px;
  margin-bottom:12px;
  position:relative;
  transition:all 0.2s linear 0s
}
.masonry.classic .nectar-love-wrap .nectar-love-count {
	font-size: 12px;
}
.post .post-meta .month, 
.post .post-meta .year{
  display:block;
  font-size:17px;
  line-height:10px;
  text-align:center;
  text-transform:uppercase;
  margin-bottom:4px;
  padding:0;
  font-weight:600
}
.post-content.classic .post-meta .month {
	line-height: 1em;
}
.post .post-meta .year{
  margin-top:5px
}
.post .post-meta .day{
  display:block;
  font-size:30px;
  line-height:29px;
  text-align:center;
  padding:0 12px 0 12px;
  font-weight:700;
  text-transform:uppercase
}
.post .post-meta .date{
  padding-bottom:17px;
  border-bottom:1px solid #E6E6E6
}

.post-content.classic .post-meta[data-love="false"] .date {
	border-bottom: 0;
}
.post-content.classic .post-meta[data-love="false"] {
	border-right: 0;
}
.post-content.classic .post-meta[data-love="false"] .month,
.post-content.classic .post-meta[data-love="false"] .year {
	font-size: 24px;
}
.post-content.classic .post-meta[data-love="false"] .day {
	font-size: 36px;
	line-height: 36px;
}

.post.video .video-wrap, 
.single-portfolio .video-wrap{
  position:relative;
  padding-bottom:56.25%;
  height:0;
  margin-bottom:15px
}
.post.video .video-wrap iframe, 
.single-portfolio .video-wrap iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%
}
.post.video .mejs-container{
  margin-bottom:15px
}
.post.audio .audio-wrap, 
.main-content .audio-wrap{
  margin-bottom:15px
}
.post .gallery-slider .gallery, 
.post .gallery-slider .jetpack-slideshow{
  display:none
}
.post table{
  width:100%
}
.post table td, .post table th{
  text-align:center
}
.post table tbody td{
  padding:5px;
  border-right:1px solid #E6E6E6;
  border-bottom:1px solid #E6E6E6;
  color:#676767
}
.post table tbody tr td:first-child{
  border-left:1px solid #E6E6E6
}
.post table th{
  border-bottom:1px solid #E6E6E6;
  color:#676767
}
.post table #prev{
  text-align:left;
  position:relative;
  z-index:2
}
.post table #next{
  text-align:right;
  position:relative;
  z-index:2
}
.post caption{
  position:absolute;
  bottom:0;
  z-index:1;
  width:100%;
  text-align:center
}

/* remove archive meta date */
.hentry .updated.rich-snippet-hidden, 
#page-header-bg[data-post-hs="default_minimal"] #single-below-header .updated.rich-snippet-hidden, 
.post-area[data-remove-post-date="1"] article .date,
.post-area[data-remove-post-date="1"].masonry.classic_enhanced .post-header &gt; span, 
.post-area[data-remove-post-date="1"].masonry.material .masonry-blog-item .grav-wrap .text &gt; span, 
.post-area[data-remove-post-date="1"].featured_img_left .grav-wrap .text span, 
.blog-recent[data-style*="classic_enhanced"][data-remove-post-date="1"] .post-header &gt; span, 
.blog-recent[data-style="title_only"][data-remove-post-date="1"] .post-header &gt; span, 
.blog-recent[data-style="minimal"][data-remove-post-date="1"] .post-header &gt; .meta &gt; span {
  display: none;
}
/* remove archive meta author */
.post-area[data-remove-post-author="1"] article .meta-author, 
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap .text a, 
.post-area[data-remove-post-author="1"].masonry.material .masonry-blog-item .grav-wrap &gt; a, 
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap .text a, 
.post-area[data-remove-post-author="1"].featured_img_left .grav-wrap &gt; a, 
.post-area[data-remove-post-author="1"].standard-minimal .post-author .grav-wrap, 
.blog-recent[data-style="default"][data-remove-post-author="1"] .meta-author, 
.blog-recent[data-style*="classic_enhanced"][data-remove-post-author="1"] .meta-author, 
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap &gt; a, 
.nectar-recent-posts-single_featured[data-remove-post-author="1"] .grav-wrap .text &gt; span {
  display: none;
}

/* remove archive meta comment */
.post-area[data-remove-post-comment-number="1"] article .meta-comment-count, 
.blog-recent[data-style="default"][data-remove-post-comment-number="1"] .meta-comment-count, 
.blog-recent[data-style*="classic_enhanced"][data-remove-post-comment-number="1"] .meta-comment-count {
  display: none;
}

/* remove archive meta love */
.post-area[data-remove-post-nectar-love="1"] article .nectar-love, 
.post-area[data-remove-post-nectar-love="1"].masonry.classic_enhanced article .nectar-love-wrap {
  display: none;
  pointer-events: none;
}
body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap, 
.blog-recent[data-style*="classic_enhanced"][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .inner-wrap {
  padding-bottom: 0;
}
.post-area[data-remove-post-date="1"][data-remove-post-nectar-love="1"]:not(.masonry):not(.standard-minimal) .post .post-content, 
.post-area[data-remove-post-author="1"].standard-minimal .post .post-content {
  padding-left: 0;
}
.post-area[data-remove-post-author="1"].standard-minimal .post-author {
  position: relative;
  text-align: left;
  width: auto;
}
.container-wrap[data-remove-post-comment-number="1"][data-remove-post-author="1"] .blog-recent[data-style*="classic_enhanced"].related-posts .post-meta, 
.post-area.masonry.material[data-remove-post-author="1"][data-remove-post-date="1"] .masonry-blog-item .grav-wrap, 
.post-area.featured_img_left[data-remove-post-author="1"][data-remove-post-date="1"] .post-content-wrap .grav-wrap {
  display: none;
}
.post-area.masonry.classic_enhanced[data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post .post-meta, 
#ajax-content-wrap .blog-recent[data-style*="classic_enhanced"][data-remove-post-nectar-love="1"] .nectar-love-wrap, 
.blog-recent[data-style*="classic_enhanced"][data-remove-post-nectar-love="1"][data-remove-post-comment-number="1"][data-remove-post-author="1"] .post-meta {
  display: none;
}

p &gt;a &gt;i.icon-3x{
  margin-bottom:0
}
#pagination{
  position:relative;
  margin-bottom:10px;
  height:32px;
  width:100%
}
#pagination.fw-pagination{
  text-align:center;
  height:auto;
  padding:10px 0 50px 0;
  margin-bottom:0
}
#pagination.fw-pagination.alt-style-padding{
  padding:50px 0
}
#pagination.fw-pagination &gt;div{
  float:none;
  display:inline-block
}
#pagination.infinite_scroll{
  display:none
}
#pagination span:not(.page-numbers), 
#pagination a:not(.page-numbers){
  background-color:#333
}
#pagination span, #pagination a, 
#pagination .next.inactive, 
#pagination .prev.inactive, 
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce .container-wrap nav.woocommerce-pagination ul li span, 
.container-wrap nav.woocommerce-pagination ul li span {
  background-repeat:no-repeat;
  cursor:pointer;
  display:inline-block;
  padding:11px 13px 10px 13px!important;
  background-position:-21px center;
  position:relative;
  text-transform:capitalize;
  color:#fff !important;
  transition:all .45s cubic-bezier(0.25,1,0.33,1);
  border-radius:2px 2px 2px 2px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700 
}
.woocommerce nav.woocommerce-pagination ul li{
  overflow:visible
}
body #pagination span.page-numbers.dots, 
body #pagination &gt;a, 
.woocommerce nav.woocommerce-pagination ul li a, 
body nav.woocommerce-pagination ul li span.page-numbers.dots{
  background-color:transparent!important;
  font-size:12px!important;
  line-height:14px
}


body #pagination span.page-numbers.dots, 
body #pagination &gt;a, 
.woocommerce nav.woocommerce-pagination ul li a, 
body nav.woocommerce-pagination ul li span.page-numbers.dots,
body #pagination .page-numbers.prev, 
body #pagination .page-numbers.next, 
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, 
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  color:inherit!important;
}


body #pagination &gt;span.page-numbers.current, 
body nav.woocommerce-pagination span.page-numbers.current{
  -webkit-box-shadow:0 6px 15px rgba(0,0,0,0.16);
  box-shadow:0 6px 15px rgba(0,0,0,0.16);
  margin:0 8px;
  height:35px;
  width:35px;
  text-align:center;
  line-height:14px;
  font-size:12px!important
}
body #pagination .page-numbers.prev, 
body #pagination .page-numbers.next, 
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev, 
body.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{
  width:auto;
  background-color:transparent;
  background-image:none;
  text-indent:0!important;
  border:0
}
#ajax-content-wrap nav.woocommerce-pagination .page-numbers.prev, 
#ajax-content-wrap nav.woocommerce-pagination .page-numbers.next
body nav.woocommerce-pagination .page-numbers.prev, 
body nav.woocommerce-pagination .page-numbers.next{
  width:auto
}
body #pagination &gt;span:first-child.page-numbers{
  margin-left:0!important
}

body #pagination &gt;a:hover,
body #pagination &gt;a.page-numbers:hover, 
body nav.woocommerce-pagination li a:hover{
  background-color:transparent!important
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce .container-wrap nav.woocommerce-pagination ul li span, 
.container-wrap nav.woocommerce-pagination ul li span {
  line-height:11px!important
}
#pagination &gt;div{
  float:left;
  margin:0 5px 0 0
}
#pagination &gt;div:first-child{
  margin-left:0
}
#pagination .next a:hover, 
#pagination .prev a:hover, 
#pagination a.page-numbers:hover, 
#pagination span.page-numbers.current, 
.woocommerce nav.woocommerce-pagination ul li a:hover, 
.woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span, 
.woocommerce nav.woocommerce-pagination ul li a:active{
  background-color:#000
}

#pagination span{
  cursor:default
}
#pagination a, #pagination span{
  display:inline-block
}
#pagination .next a,
#pagination .next.inactive, 
#pagination .page-numbers.next, 
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next,
#pagination .prev a, 
#pagination .prev.inactive, 
#pagination .page-numbers.prev, 
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{
  text-indent:-9999px;
  height:32px;
  width:32px;
  background-repeat:no-repeat!important
}
#pagination a.page-numbers, 
#pagination span.page-numbers{
  font-size:12px;
  line-height:11px
}
#pagination .next.inactive, 
#pagination .prev.inactive{
  background-color:#eae8e5;
  cursor:default!important;
  height:32px;
  width:32px;
  margin:0 5px 0 0
}
#pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, 
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next{
  background-image:url("/wp-content/themes/eyeprotect/img/icons/portfolio-arrows.png");
  background-position:-20px 12px
}
#pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, 
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{
  background-image:url("/wp-content/themes/eyeprotect/img/icons/portfolio-arrows.png");
  background-position:13px 12px 
}
@media only screen and (-o-min-device-pixel-ratio:3/2), only screen and (-webkit-min-device-pixel-ratio:1.5), only screen and (min-device-pixel-ratio:1.5), only screen and (min-resolution:144dpi){
  #pagination .next a, #pagination .next.inactive, #pagination .page-numbers.next, 
  .woocommerce nav.woocommerce-pagination ul li .page-numbers.next{
    background-image:url("/wp-content/themes/eyeprotect/img/icons/portfolio-arrows-2x.png");
    background-size:40px 9px
  }
  #pagination .prev a, #pagination .prev.inactive, #pagination .page-numbers.prev, 
  .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev{
    background-image:url("/wp-content/themes/eyeprotect/img/icons/portfolio-arrows-2x.png");
    background-size:40px 9px
  }
}
#author-bio{
  padding-bottom:50px;
  margin-bottom:50px;
  margin-top:0;
  min-height:80px;
  box-sizing:content-box;
  -moz-box-sizing:content-box;
  -webkit-box-sizing:content-box;
  border-bottom:1px solid #DDD;
  position:relative 
}
#author-bio #author-info{
  width:100%;
  padding-left:105px
}
#author-bio img{
  width:80px;
  height:80px;
  margin-bottom:0;
  position:absolute;
  left:0;
  top:0
}
#author-bio .clear{
  padding-bottom:0
}


/* 12.2. Masonry Auto Meta Overlaid */
.auto_meta_overlaid_spaced .masonry-blog-item {
  padding: 4px;
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12 {
  padding: 4px;
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="4px"],
.post-area.auto_meta_overlaid_spaced {
  margin: 0 0 0 -4px;
}

body .post-area.auto_meta_overlaid_spaced.span_12 {
  width: calc(100% + 8px);
}

.auto_meta_overlaid_spaced[data-ams="8px"] .masonry-blog-item {
  padding: 8px;
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
  padding: 8px;
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="8px"],
.post-area.auto_meta_overlaid_spaced[data-ams="8px"] {
  margin: 0 0 0 -8px;
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="8px"] {
  width: calc(100% + 16px);
}

.auto_meta_overlaid_spaced[data-ams="12px"] .masonry-blog-item {
  padding: 12px;
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
  padding: 12px;
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="12px"],
.post-area.auto_meta_overlaid_spaced[data-ams="12px"] {
  margin: 0 0 0 -12px;
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="12px"] {
  width: calc(100% + 24px);
}

.auto_meta_overlaid_spaced[data-ams="16px"] .masonry-blog-item {
  padding: 16px;
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
  padding: 16px;
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="16px"],
.post-area.auto_meta_overlaid_spaced[data-ams="16px"] {
  margin: 0 0 0 -16px;
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="16px"] {
  width: calc(100% + 32px);
}

.auto_meta_overlaid_spaced[data-ams="20px"] .masonry-blog-item {
  padding: 20px;
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
  padding: 20px;
}

body[data-col-gap] .vc_row-fluid .span_12.post-area.auto_meta_overlaid_spaced[data-ams="20px"],
.post-area.auto_meta_overlaid_spaced[data-ams="20px"] {
  margin: 0 0 0 -20px;
}

body .post-area.auto_meta_overlaid_spaced.span_12[data-ams="20px"] {
  width: calc(100% + 40px);
}

.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12,
.blog-fullwidth-wrap .post-area.auto_meta_overlaid_spaced.span_12[data-ams],
body[data-col-gap] .vc_row-fluid .blog-fullwidth-wrap .span_12.post-area.auto_meta_overlaid_spaced[data-ams] {
  margin: 0;
  width: 100%!important;
}

.auto_meta_overlaid_spaced .post-header .meta-author, 
.auto_meta_overlaid_spaced .post-header .meta-category, 
.auto_meta_overlaid_spaced .post-header .meta-comment-count {
  display: none;
}

.auto_meta_overlaid_spaced .masonry-blog-item .inner-wrap {
  background-color: transparent;
  padding: 0;
  border-radius: 5px;
  overflow: hidden;
  transform: translateZ(0);
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.ascend .auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
  padding: 30px!important;
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img, 
.auto_meta_overlaid_spaced .content-inner &gt; a,
.auto_meta_overlaid_spaced .masonry-blog-item .content-inner, 
.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
  top: auto;
  bottom: 0;
  height: 75%;
}

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img {
  transition: transform .7s cubic-bezier(.2,1,.22,1), opacity 0.5s ease;
  backface-visibility: visible;
  background-size: cover;
  background-position: center;
  width: 100.5%;
  height: 100.5%;
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner {
	background-color: rgba(0,0,0,0.3);
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img[data-nectar-img-src],
.post-area.featured_img_left .post-featured-img[data-nectar-img-src] {
	opacity: 0;
}

body .auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img.no-img {
  background-color: rgba(0,0,0,0.2);
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img:after {
  content: '';
  background: linear-gradient(to bottom,rgba(35,35,35,0),rgba(35,35,35,.65) 100%);
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-featured-img img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.auto_meta_overlaid_spaced .masonry-blog-item .content-inner &gt; a {
  z-index: 30;
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap {
	left: 0;
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap,
.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
  pointer-events: none;
  z-index: 33;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner {
  height: 100%;
}

.auto_meta_overlaid_spaced .post.quote.masonry-blog-item .quote-inner .quote-wrap,
.auto_meta_overlaid_spaced .post.link.masonry-blog-item .link-inner .link-wrap {
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  position: absolute;
  padding: 30px;
}

.auto_meta_overlaid_spaced .post.link .full-post-link,
.auto_meta_overlaid_spaced .post.quote .full-post-link {
  pointer-events: all;
}

.auto_meta_overlaid_spaced.post-area.masonry .post .quote-inner,
.auto_meta_overlaid_spaced.post-area.masonry .post .link-inner {
	margin-bottom: 0;
}

.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a, 
.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap h3 a:hover,
.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
  color: #fff!important;
  transition: opacity 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}
.auto_meta_overlaid_spaced .meta-category a,
.auto_meta_overlaid_spaced .post.quote .author {
  font-weight: 600;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a {
  opacity: 0.72;
}

.auto_meta_overlaid_spaced .masonry-blog-item .meta-category a:hover {
  opacity: 1;
}

.post-area.auto_meta_overlaid_spaced .posts-container {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
  height: 50vh;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item .article-content-wrap .meta-category {
  pointer-events: all;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item {
  width: 25%;
  display: block;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1),
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6),
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7),
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
  width: 50%;
}

.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,
.post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
  max-width: 55%;
}

.auto_meta_overlaid_spaced .masonry-blog-item .post-header,
.auto_meta_overlaid_spaced .masonry-blog-item .post-header h3 {
  margin-bottom: 0;
}

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item {
  width: 50%;
}

.post-area.masonry.span_9.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
  width: 100%;
}

@media only screen and (max-width: 690px) {
  .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 33vh;
  }
}

@media only screen and (max-width: 999px) {
  .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 50%;
  }

  .post-area.masonry.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(3n+1) {
    width: 100%;
  }
}

@media only screen and (max-width: 1600px) and (min-width: 1001px) {
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 25%;
  }

  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
    max-width: 100%;
  }

  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1),
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6),
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7),
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) {
    width: 50%;
  }

  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+1) .post-header,
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+6) .post-header,
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+7) .post-header,
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(8n+8) .post-header {
    max-width: 55%;
  }
}

@media only screen and (min-width: 1601px) {
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item {
    width: 20%;
  }

  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item .post-header {
    max-width: 100%;
  }

  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1),
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7),
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9),
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10) {
    width: 40%;
  }

  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+1) .post-header,
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+7) .post-header,
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+9) .post-header,
  .full-width-content .post-area.auto_meta_overlaid_spaced .masonry-blog-item:nth-child(11n+10) .post-header {
    max-width: 55%;
  }
}

.auto_meta_overlaid_spaced article .content-inner &gt; .play svg {
  width: 14px;
  height: 14px;
}

.auto_meta_overlaid_spaced article .content-inner &gt; .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  height: 60px;
  width: 60px;
  z-index: 100;
  pointer-events: none;
}

.auto_meta_overlaid_spaced article .content-inner &gt; .play:before {
  border-width: 3px;
}

.auto_meta_overlaid_spaced article:hover  .content-inner &gt; .play:before {
  transform: scale(1.14);
  -webkit-transform: scale(1.14);
  opacity: 0.4;
}

.auto_meta_overlaid_spaced article .content-inner &gt; .play svg path {
  fill: #fff;
}
 



/* 12.3. Masorny Classic Enhanced */
body .blog-recent[data-style*="classic_enhanced"] .post-meta {
  position: absolute;
  bottom: 0;
  left: 0;
  top: auto;
  z-index: 300;
  width: 100%;
  margin-bottom: 0;
  border-right: 0;
}

.masonry.classic_enhanced .post .post-header h2 a {
  color: inherit;
}

.masonry.classic_enhanced .post .post-meta a, 
.masonry.classic_enhanced .post .post-meta i:not(.icon-salient-heart),
 .blog-recent[data-style*="classic_enhanced"] .post-meta a, 
 .blog-recent[data-style*="classic_enhanced"] .post-meta i:not(.icon-salient-heart) {
  transition: color 0.1s linear;
  -webkit-transition: color 0.1s linear;
}

.masonry.classic_enhanced .post .post-meta a, 
.masonry.classic_enhanced .post-header,
 .masonry.classic_enhanced .post .excerpt, 
 .blog-recent[data-style*="classic_enhanced"] .excerpt, 
 .blog-recent[data-style*="classic_enhanced"] .post-meta a {
  color: #888;
}

.blog-recent[data-style*="classic_enhanced"] .post-meta a .nectar-love-count {
  color: #888;
}

.masonry.classic_enhanced .post .post-meta a, 
.masonry.classic_enhanced .post-meta .nectar-love-count, 
.masonry.classic_enhanced .post-header, 
.blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-count,
.blog-recent[data-style*="classic_enhanced"] .post-header,
.blog-recent[data-style*="classic_enhanced"] .post-meta a {
	font-size: 12px;
}

.masonry.classic_enhanced .post .post-meta i, 
 .masonry.classic_enhanced .post .post-header .icon-salient-m-clock,
 .blog-recent[data-style*="classic_enhanced"] .post-meta i, 
 .blog-recent[data-style*="classic_enhanced"] .post-header .icon-salient-m-clock {
  color: #b9b9b9;
}

.masonry.classic_enhanced .post.wide_tall .post-meta i,
 .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-meta i {
  color: rgba(255,255,255,0.5);
}

.masonry.classic_enhanced .post .post-meta a, 
.blog-recent[data-style*="classic_enhanced"] .post-meta a {
  display: inline-block;
  vertical-align: middle;
}

.masonry.classic_enhanced .post .post-meta i,
 .blog-recent[data-style*="classic_enhanced"] .post-meta i {
  width: 15px;
  margin-right: 3px;
  font-size: 14px;
  top: 0;
}

.masonry.classic_enhanced .post .post-meta .icon-salient-heart-2,
 .blog-recent[data-style*="classic_enhanced"] .post-meta .icon-salient-heart-2 {
   margin-right: 0;
 }

.masonry.classic_enhanced .post .post-meta .meta-comment-count i,
.blog-recent[data-style*="classic_enhanced"] .post-meta .meta-comment-count i {
  width: 14px;
}

.masonry.classic_enhanced .post .post-header .icon-salient-m-clock,
 .blog-recent[data-style*="classic_enhanced"] .post-header .icon-salient-m-clock {
  width: 14px;
  margin-right: 5px;
  font-size: 14px;
  top: 0;
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a,
 .masonry.classic_enhanced .posts-container .large_featured .meta-category a,
 .blog-recent[data-style*="classic_enhanced"] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
  color: #000;
  border: 2px solid rgba(0,0,0,0.2);
}

body[data-button-style^="rounded"] .masonry.classic_enhanced .posts-container article .meta-category a,
 body[data-button-style^="rounded"] .blog-recent[data-style*="classic_enhanced"] .meta-category a {
  border-radius: 100px;
}

.masonry.classic_enhanced .posts-container article .meta-category a, 
.masonry.classic_enhanced .posts-container .wide_tall .meta-category a, 
.blog-recent[data-style*="classic_enhanced"] .meta-category a {
  padding: 0 10px;
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
  transition: all 0.2s ease;
}

body .blog-recent[data-style*="classic_enhanced_alt"] .meta-category a,
.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap:not(.has-post-thumbnail) .meta-category a {
  color: #fff;
  border: 2px solid rgba(255,255,255,0.5);
}

.masonry.classic_enhanced .posts-container article .meta-category a:hover {
  border: 2px solid transparent;
  color: #fff;
}

body .blog-recent[data-style*="classic_enhanced"] .meta-category a:hover,
.blog-recent[data-style*="classic_enhanced"] .inner-wrap:not(.has-post-thumbnail) .meta-category a:hover {
  border: 2px solid transparent;
  color: #fff;
}

.masonry.classic_enhanced .posts-container .has-post-thumbnail .meta-category a,
 .blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .meta-category a,
 .blog-recent[data-style*="classic_enhanced"] .meta-category a {
  position: absolute;
  top: 20px;
  left: 20px;
  z-index: 101;
}

body .blog-recent[data-style*="classic_enhanced"] .meta-category a {
  z-index: 301;
}

.masonry.classic_enhanced .posts-container article .meta-category a, 
.blog-recent[data-style*="classic_enhanced"] .meta-category a {
  z-index: 101;
  position: relative;
}

.masonry.classic_enhanced .posts-container article .meta-category a:not(:first-child), 
.blog-recent[data-style*="classic_enhanced"] .meta-category a:not(:first-child) {
  display: none;
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .meta-category a {
  margin-top: 20px;
  margin-left: 20px;
  margin-bottom: 0;
}

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap, 
.blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap {
  float: none;
  display: inline-block;
}

.masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love i,
 .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
 .masonry.classic_enhanced .masonry-blog-item .post-meta .nectar-love-wrap .nectar-love .nectar-love-count,
 .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap .nectar-love i,
 .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap .nectar-love .heart-wrap,
 .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love-wrap .nectar-love .nectar-love-count {
  display: block;
  line-height: 18px;
  float: left;
}

.blog-recent[data-style*="classic_enhanced_alt"] .inner-wrap {
  overflow: hidden;
}

.blog-recent[data-style*="classic_enhanced_alt"] .inner-wrap.has-post-thumbnail {
  background-color: transparent;
}

.post-area.masonry.classic_enhanced .post .post-meta,
 .blog-recent[data-style*="classic_enhanced"] .post-meta {
  padding: 6px 21px;
  z-index: 101;
  position: relative;
  border-top: 1px solid rgba(0,0,0,0.06);
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-video .video-play-button {
  display: none;
}

.post-area.masonry.classic_enhanced .post.format-link.has-post-thumbnail .post-featured-img,
 .post-area.masonry.classic_enhanced .post.format-quote.has-post-thumbnail .post-featured-img {
  display: none;
}

.span_12.light .masonry.classic_enhanced .masonry-blog-item h3.title, 
.span_12.light .blog-recent[data-style="classic_enhanced"] h3.title {
  color: #444;
}

.masonry.classic_enhanced .masonry-blog-item .inner-wrap,
 .blog-recent[data-style*="classic_enhanced"] .inner-wrap {
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0px 1px 3px rgba(0,0,0,.08);
}
 .blog-recent[data-style*="classic_enhanced"] .inner-wrap {
   -webkit-perspective: none;
   perspective: none;
 }

body:not(.ascend) .masonry.classic_enhanced .masonry-blog-item .inner-wrap {
  padding: 0;
}

body:not(.ascend) .masonry.classic_enhanced .post .content-inner {
  border: none;
  padding-bottom: 0;
  margin-bottom: 0;
}

.post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
  position: relative;
  width: 50%;
  height: 100%;
  z-index: 100;
  background-color: #fff;
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
  width: 100%;
  top: 50%;
  left: 0;
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.post-area.masonry.classic_enhanced .post:not(.wide_tall) .img-link {
  position: relative;
  display: block;
}

.post-area.masonry.classic_enhanced .post.large_featured .post-content {
  height: 100%;
}

.post-area.masonry.classic_enhanced .post.large_featured .img-link,
 .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 100;
}

.post-area.masonry.classic_enhanced .post.large_featured .post-featured-img,
 .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell,
 .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell {
  background-size: cover;
  width: 100%;
  height: 100%;
  z-index: 100;
  background-color: #333;
  background-position: center;
}

.post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img,
 .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity,
 .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-featured-img {
  position: absolute;
  background-size: cover;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-position: center;
  background-color: #777;
}

.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-featured-img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap &gt; .img-link {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: hidden;
  border-radius: 4px;
}

.post-area.masonry.classic_enhanced .post.wide_tall.format-quote .post-featured-img, 
.post-area.masonry.classic_enhanced .post.wide_tall.format-link .post-featured-img {
  opacity: 0.1;
}

.post-area.masonry.classic_enhanced .post.wide_tall .flickity-slider .cell,
 .post-area.masonry.classic_enhanced .post.wide_tall .flickity-viewport,
 .post-area.masonry.classic_enhanced .post.large_featured .flickity-slider .cell,
 .post-area.masonry.classic_enhanced .post.large_featured .flickity-viewport {
  height: 100%!important;
}

.post-area.masonry.classic_enhanced .post.wide_tall .meta-category, 
.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .meta-category {
  z-index: 1000;
  display: block;
  position: relative;
}

.post-area.masonry.classic_enhanced .post.wide_tall h3, 
.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap h3, 
.span_12.light .post-area.masonry.classic_enhanced .post.wide_tall h3 {
  color: #fff;
}

.post-area.masonry.classic_enhanced article h3:hover a {
  color: inherit;
}

.post-area.masonry.classic_enhanced .post.wide_tall .inner-wrap:after, 
.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap:after {
  background: -webkit-linear-gradient(to bottom,rgba(255,255,255,0) -2%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.04) 44%,rgba(0,0,0,0.25) 100%,rgba(0,0,0,0.5) 100%);
  background: linear-gradient(to bottom,rgba(255,255,255,0) -2%,rgba(0,0,0,0) 35%,rgba(0,0,0,0.04) 44%,rgba(0,0,0,0.25) 100%,rgba(0,0,0,0.5) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  z-index: 11;
  border-radius: 4px;
  content: ' ';
}

.post-area.masonry.classic_enhanced .post.wide_tall:not(.format-quote):not(.format-link) .inner-wrap:before, 
.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap:before {
  background-color: rgba(0,0,0,0.43);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 11;
  content: ' ';
}

.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap:before {
  background-color: rgba(0,0,0,0.55);
  border-radius: 4px;
}

.masonry.classic_enhanced .post.wide_tall .post-meta a, 
.masonry.classic_enhanced .wide_tall .post-header,
 .masonry.classic_enhanced .post.wide_tall .excerpt, 
 .masonry.classic_enhanced .post.wide_tall .nectar-love span,
 .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-meta a, 
 .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-header,
 .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .excerpt, 
 .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .nectar-love span {
  color: rgba(255,255,255,0.9);
}

.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .nectar-love span {
  color: rgba(255,255,255,0.9);
}

.post-area.masonry.classic_enhanced .post.wide_tall .post-meta, 
.blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-meta {
  border-color: rgba(255,255,255,0.15);
}

.post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
  position: absolute;
  z-index: 100;
  top: 50%;
  background-color: transparent;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 20%;
}

.post-area.masonry.classic_enhanced .post.large_featured .post-meta {
  bottom: 0;
  top: auto;
  left: 0;
  z-index: 1000;
  width: 50%;
  position: absolute;
}

.masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap {
  padding: 21%;
}

.masonry.classic_enhanced .masonry-blog-item h3.title {
  line-height: 26px;
}

.post-area.masonry.classic_enhanced .post.quote .post-content .quote-inner, 
.post-area.masonry.classic_enhanced .post.link .post-content .link-inner {
  padding: 0;
}

.post-area.masonry.classic_enhanced .post.quote .post-content, 
.post-area.masonry.classic_enhanced .post.quote .content-inner,
 .post-area.masonry.classic_enhanced .post.quote .quote-inner, 
 .post-area.masonry.classic_enhanced .post.link .post-content,
 .post-area.masonry.classic_enhanced .post.link .content-inner, 
 .post-area.masonry.classic_enhanced .post.link .link-inner,
 .post-area.masonry.classic_enhanced .post.wide_tall .post-content, 
 .post-area.masonry.classic_enhanced .post.wide_tall .content-inner,
 .post-area.masonry.classic_enhanced .post.wide_tall .conent-inner a {
  height: 100%;
}

.post-area.masonry.classic_enhanced .quote-wrap, 
.post-area.masonry.classic_enhanced .link-wrap,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
  padding: 17%!important;
  display: block;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  top: 50%;
  z-index: 10;
  left: 0;
  position: absolute;
}

.post-area.masonry.classic_enhanced .large_featured .quote-wrap, 
.post-area.masonry.classic_enhanced .large_featured .link-wrap {
  padding: 10.5%!important;
}

@media only screen and (min-width:1000px) {
  .blog-recent[data-style*="classic_enhanced"] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
    padding: 17%;
    display: block;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    top: 50%;
    z-index: 10;
    left: 0;
    position: absolute;
  }
}

.blog-recent[data-style*="classic_enhanced"] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
  width: 100%;
}

.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .content-inner,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-content,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .content-inner,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-content,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-content,
 .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .content-inner {
  height: 100%;
}

.masonry.classic_enhanced .posts-container article .video-play-button svg {
  width: 16px;
  height: 16px;
  display: block;
}

.masonry.classic_enhanced .posts-container article .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  -webkit-transition: all .21s cubic-bezier(.5,.5,.4,.88);
  transition: all .21s cubic-bezier(.5,.5,.4,.88);
  color: #fff;
  font-size: 40px;
  z-index: 1000;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  border-radius: 100px;
}

.masonry.classic_enhanced .posts-container .format-audio:hover .video-play-button,
.masonry.classic_enhanced .posts-container .format-video:hover .video-play-button {
  transform: translateY(-50%) translateX(-50%) scale(1.18);
  -webkit-transform: translateY(-50%) translateX(-50%) scale(1.18);
  box-shadow: 0 5px 8px 0 rgba(0,0,0,.17);
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail) .video-play-button, 
.masonry.classic_enhanced .posts-container .wide_tall .video-play-button {
  position: relative;
  top: 0;
  left: 0;
  margin-bottom: 20px;
  transform: none;
  -webkit-transform: none;
}

.masonry.classic_enhanced .posts-container article:not(.has-post-thumbnail):hover .video-play-button, 
.masonry.classic_enhanced .posts-container .wide_tall:hover .video-play-button {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}

.masonry.classic_enhanced .posts-container .large_featured .video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

.post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .post-meta.no-img,
 .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .post-meta.no-img,
 .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
 .post-area.masonry.classic_enhanced .post.wide_tall .post-meta, 
 .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .post-meta {
  position: absolute!important;
  bottom: 0;
  top: auto!important;
  left: 0;
  z-index: 101;
  width: 100%;
}

@media only screen and (min-width:1000px) {
  .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
    font-size: 30px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 1000px) {
  .blog-recent[data-style*="classic_enhanced"].related-posts .col {
    margin-bottom: 0;
  }
}

.blog-recent[data-style*="classic_enhanced"].related-posts .article-content-wrap {
  padding: 30px;
}

.blog-recent[data-style*="classic_enhanced"].related-posts .article-content-wrap .post-header {
  margin-bottom: 0;
}

.blog-recent[data-style*="classic_enhanced"].related-posts .post-meta {
  padding: 10px 21px;
}

.blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap {
  padding-bottom: 52px!important;
}

.container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap {
  padding-bottom: 0!important;
}

.post-area.masonry.classic_enhanced .post .post-meta &gt;*,
 .blog-recent[data-style*="classic_enhanced"] .post-meta &gt;* {
  margin-right: 13px;
  margin-left: 0;
}

.post-area.masonry.classic_enhanced .post .content-inner {
  position: static;
}

.post-area.masonry.classic_enhanced .post .post-meta &gt;*:last-child, 
.blog-recent[data-style*="classic_enhanced"] .post-meta &gt;*:last-child {
  margin-right: 0;
}

.post-area.masonry.classic_enhanced .post .post-meta .nectar-love,
 .blog-recent[data-style*="classic_enhanced"] .post-meta .nectar-love {
  margin-left: 0;
}

.post-area.masonry.classic_enhanced .post .post-meta .nectar-love .icon-salient-heart,
 .post-area.masonry.classic_enhanced .post.large_featured .post-featured-img img,
 .post-area.masonry.classic_enhanced .post.wide_tall .post-featured-img img,
 .blog-recent[data-style*="classic_enhanced_alt"] .post-featured-img img,
 .post-area.masonry.classic_enhanced .post.wide_tall .nectar-flickity .cell img,
 .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity .cell img {
  display: none;
}

.masonry.classic_enhanced .masonry-blog-item .article-content-wrap,
 .blog-recent[data-style*="classic_enhanced"] .article-content-wrap {
  padding: 17%;
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.masonry.classic_enhanced .masonry-blog-item h3.title, 
.blog-recent[data-style*="classic_enhanced"] h3.title {
  margin-bottom: 0;
}

@media only screen and (max-width: 690px) {

  .post-area.masonry.classic_enhanced .post.large_featured:not(.format-link):not(.format-quote) .content-inner {
    width: 100%;
    height: auto;
    position: static;
  }

  body .masonry.classic_enhanced .masonry-blog-item.post.large_featured .article-content-wrap,
  body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap,
  .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-audio .article-content-wrap {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: auto;
    height: auto!important;
    padding: 17%;
  }

  .post-area.masonry.classic_enhanced .post.large_featured .post-meta,
     .post-area.masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .post-meta.no-img,
     .post-area.masonry.classic_enhanced .quote-wrap, 
     .post-area.masonry.classic_enhanced .link-wrap,
     .post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
    position: relative;
    width: 100%!important;
  }

  body .post-area.masonry.classic_enhanced .post.wide_tall .article-content-wrap {
    padding: 30% 17%;
  }

  .post-area.masonry.classic_enhanced .post.wide_tall .post-meta {
    position: absolute;
  }

  .post-area.masonry.classic_enhanced .post.large_featured .nectar-flickity {
    position: relative;
    width: 100%;
    height: 280px;
    overflow: hidden;
    z-index: 110;
  }

  body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-standard .article-content-wrap,
     body .masonry.classic_enhanced .masonry-blog-item:not(.has-post-thumbnail).regular.format-video .article-content-wrap,
     .post-area.masonry.classic_enhanced .quote-wrap, 
     .post-area.masonry.classic_enhanced .link-wrap {
    height: auto!important;
    -webkit-transform: none;
    transform: none;
    position: relative;
  }

  .post-area.masonry.classic_enhanced .post.large_featured .meta-category a {
    color: #fff;
    border: 2px solid rgba(255,255,255,0.5);
  }

  .post-area.masonry.classic_enhanced .post.large_featured .img-link {
    position: relative;
    width: 100%;
    height: 280px;
  }

  .post-area.masonry.classic_enhanced .post.large_featured,
     .post-area.masonry.classic_enhanced .post.regular .article-content-wrap,
     .post-area.masonry.classic_enhanced .post.regular.format-standard.has-post-thumbnail,
     .post-area.masonry.classic_enhanced .post.regular.format-video.has-post-thumbnail,
     .post-area.masonry.classic_enhanced .post.regular.format-audio.has-post-thumbnail,
     .masonry.classic_enhanced .masonry-blog-item {
    height: auto!important;
  }

  .post-area.masonry.classic_enhanced .posts-container:not(.meta-moved) .post-content &gt; .post-meta {
    opacity: 0;
    position: absolute!important;
  }
}
 

/* 12.4. Masonry Meta Overalaid */
.post-area.masonry.meta_overlaid{
    margin-bottom:0
}
 .post-area.masonry.meta_overlaid .posts-container{
    overflow:hidden
}
 body[data-ext-responsive="true"] .post-area.masonry.meta_overlaid{
    width:100%
}
 body.blog .post-area.masonry.meta_overlaid.infinite_scroll #pagination{
    margin-bottom:0;
}
 body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap{
    padding:20px
}
 body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap &gt;*:not(.post-header){
    display:none
}
 .post-area.masonry.meta_overlaid .post .post-meta{
     margin: 0 0 3px;
     line-height:26px
}
 .post-area.masonry.meta_overlaid .post.wide_tall .post-meta, 
 .post-area.masonry.meta_overlaid .post.large_featured .post-meta{
    margin:6px 0 6px
}
 body .post-area.masonry.meta_overlaid article.post .post-meta .date,
 body .post-area.masonry.meta_overlaid .post.quote .quote-inner .author,
 body .post-area.masonry.meta_overlaid .post.link .post-content .destination{
    float:none!important;
    font-size:12px
}
 .post-area.masonry.meta_overlaid article .post-header{
    font-size:12px
}
body .meta_overlaid .post .post-header h3 {
    font-size:18px;
     margin-bottom:6px
}
 body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-category, 
 body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap .meta-comment-count{
    display:none
}
 body .masonry.meta_overlaid .masonry-blog-item{
    margin-bottom:0
}
 body .masonry.meta_overlaid .masonry-blog-item .post-featured-img:before{
     background:-moz-linear-gradient(center top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%) repeat scroll 0 0 rgba(0,0,0,0);
     background:-webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%);
     bottom:0;
     content:"";
     display:block;
     height:50%;
     left:0;
     position:absolute;
     transition:all 300ms cubic-bezier(0.42,0,0.58,1) 0s;
     width:100%;
     opacity:1;
     z-index:1
}
 body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:before{
     opacity:1
}
 body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img{
    transition:opacity 300ms cubic-bezier(0.42,0,0.58,1) 0s;
     opacity:0.85
}
body .masonry.meta_overlaid .masonry-blog-item .post-featured-img img.nectar-lazy:not(.loaded) {
	opacity: 0;
}
 body .masonry.meta_overlaid .masonry-blog-item:hover .post-featured-img:hover img{
    opacity:1
}
 body .masonry.meta_overlaid .content-inner &gt;a{
    height:100%
}
 body .masonry.meta_overlaid .content-inner &gt;a &gt;.post-featured-img{
    background-color:#000
}
 .masonry.meta_overlaid .masonry-blog-item .bottom-line, 
 .masonry.meta_overlaid .masonry-blog-item .more-link{
    display:none
}
 .masonry.meta_overlaid .masonry-blog-item, 
 .masonry.meta_overlaid .masonry-blog-item .mejs-container .mejs-controls{
    box-shadow:none
}
 .masonry.meta_overlaid .masonry-blog-item .post-meta{
    padding:0 18px 0 18px
}
 .masonry.meta_overlaid .post .nectar-love-wrap{
    line-height:20px
}
 .masonry.meta_overlaid .masonry-blog-item{
    padding:0
}
 .masonry.meta_overlaid .masonry-blog-item .content-inner .post-featured-img img, 
 .masonry.meta_overlaid .masonry-blog-item .more-link, 
 .masonry.meta_overlaid .post .quote-inner, 
 .masonry.meta_overlaid .post .link-inner, 
 .masonry.meta_overlaid .post .status-inner, 
 .masonry.meta_overlaid .post .aside-inner,
.masonry.meta_overlaid .masonry-blog-item .content-inner.gallery-slider img{
    margin-bottom:0!important
}
 .masonry.meta_overlaid .masonry-blog-item .content-inner{
    padding-bottom:0;
     border:0;
     margin-bottom:0
}

 .masonry.meta_overlaid .post.quote .post-content .post-meta,
 .masonry.meta_overlaid .post.link .post-content .post-meta,
 .masonry.meta_overlaid .format-status .post-content .post-meta,
 .masonry.meta_overlaid .post.format-aside .post-meta{
     display:none
}
 .masonry.meta_overlaid .post .post-header h3 a,
 .masonry.meta_overlaid .post .post-header,
 .masonry.meta_overlaid .post .post-header h3 a:hover{
    color:#fff
}
 .masonry.meta_overlaid .post .post-header h3 a{
    display:block
}
 body .masonry.meta_overlaid .content-inner &gt;a, 
 body .masonry.meta_overlaid .content-inner &gt;a &gt;span{
    display:block;
     line-height:1px
}
 body .masonry.meta_overlaid article.post .post-header .meta-author span{
    font-size:13px
}
 body .masonry.meta_overlaid .post .post-header .meta-author a{
    margin-left:4px;
     color:#fff;
     transition:opacity 0.2s linear;
     -webkit-transition:opacity 0.2s linear;
}
 body .masonry.meta_overlaid .post .post-header .meta-author a:hover{
    opacity:0.85
}
 body .masonry.meta_overlaid .masonry-blog-item .article-content-wrap{
    position:absolute;
     bottom:10px;
     width:100%;
     z-index:10;
     text-align:center
}
 body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date,
 body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date{
    font-size:16px
}


body .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured {
  width: 100%!important;
}

@media only screen and (min-width: 690px) {
   body .masonry.meta_overlaid .masonry-blog-item.wide_tall h3.title, 
   body .masonry.meta_overlaid .masonry-blog-item.large_featured h3.title{
      font-size:30px;
      line-height: 36px;
      margin-bottom:12px
  }
}

 body .masonry.meta_overlaid .post .content-inner, 
 body .masonry.meta_overlaid .post .post-content, 
 body .masonry.meta_overlaid .post.quote .post-content .quote-inner, 
 body .masonry.meta_overlaid .post .post-content .link-inner, 
 body .masonry.meta_overlaid .post.format-link .content-inner a{
    height:100%!important;
     width:100%!important
}
 body .masonry.meta_overlaid .link-inner .link-wrap,
 body .masonry.meta_overlaid .quote-inner .quote-wrap{
    position:relative;
     top:50%;
     transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
     display:block;
     z-index:100;
     padding:0 12%
}
 body .masonry.meta_overlaid .post-content{
    min-height:40px
}
 body .post-area.masonry.meta_overlaid.span_9{
    padding-right:40px
}
 .post-area.masonry.meta_overlaid .post .quote-inner, 
 .post-area.masonry.meta_overlaid .post .link-inner, 
 .post-area.masonry.meta_overlaid .post .status-inner, 
 .post-area.masonry.meta_overlaid .post .aside-inner{
    text-align:center;
     overflow:hidden
}
 
 

 
/* 12.5. Standard Minimal */

.post-area.standard-minimal .post-author{
    position:absolute;
     left:0;
     top:0;
     text-align:center;
     width:100px;
     font-size:12px;
     line-height:22px
}
 .post-area.standard-minimal.full-width-content .post{
    border-bottom:1px solid #e6e6e6;
     padding-top:70px
}
 .post-area.standard-minimal.full-width-content .posts-container &gt;article:last-child{
    border:none
}
 .post-area.standard-minimal.full-width-content .post .content-inner{
    padding-bottom:0;
     margin-bottom:70px;
     border-bottom: 0;
}
 .post-area.standard-minimal.full-width-content .post .more-link{
    margin-top:25px
}
 .post-area.standard-minimal.full-width-content #pagination{
    text-align:center
}
 .post-area.standard-minimal.full-width-content #pagination &gt;div{
    float:none;
     display:inline-block
}
 .post-area.standard-minimal .post .more-link span{
    background-color:transparent;
     padding:0;
     color:#333
}
 .post-area.standard-minimal .post .post-header, 
 .post-area.standard-minimal .post .content-inner .post-featured-img img, 
 .post-area.standard-minimal .post .content-inner .article-content-wrap &gt;.video &gt;.wp-video, 
 .post-area.standard-minimal .post .content-inner .article-content-wrap .audio-wrap, 
 .post-area.standard-minimal .post .content-inner .quote-inner{
     margin-bottom:60px!important
}
 .post-area.standard-minimal .post .content-inner .quote-inner h3 {
    color:#fff;
     margin-bottom:20px
}
 .post-area.standard-minimal .post .content-inner .quote-inner, 
 .post-area.standard-minimal .post .content-inner .link-inner{
     padding:10%;
     position: relative;
}
.post-area.standard-minimal .quote-wrap,
.post-area.standard-minimal .link-wrap {
  z-index: 100;
  position: relative;
}
 .post-area.standard-minimal .post.quote .post-content .quote-inner .icon, 
 .post-area.standard-minimal .post.link .post-content .link-inner .icon{
    right:30px;
     bottom:30px
}
 .post-area.standard-minimal .post .content-inner .quote-inner .author{
    position:relative;
     padding-left:30px
}
 .post-area.standard-minimal .post .content-inner .quote-inner .author:before{
     position:absolute;
     display:block;
     top:50%;
     left:0;
     width:20px;
     height:2px;
     content:' ';
     -ms-transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
     transform:translateY(-50%);
     background-color:#fff
}

 .post-area.standard-minimal .post .more-link{
     display:inline-block;
     cursor:pointer;
     height:50px;
     position:relative;
     line-height:50px;
     padding-right:25px
}
 .post-area.standard-minimal .post .more-link span{
     transition:all 0.25s cubic-bezier(0.12,0.75,0.4,1);
     -webkit-transition:all 0.25s cubic-bezier(0.12,0.75,0.4,1)
}
 .post-area.standard-minimal .post .more-link span:after {
     display:inline-block;
     font-family:'FontAwesome'!important;
     speak:none;
     font-style:normal;
     font-weight:normal;
     font-variant:normal;
     text-transform:none;
     line-height:50px;
     height:50px;
     -webkit-font-smoothing:antialiased;
     letter-spacing:0;
     content:"\f105";
     margin-left:15px;
     position:absolute;
     right:0;
     top:53%;
     -webkit-transform:translateY(-50%) translateZ(0);
     transform:translateY(-50%) translateZ(0);
     font-size:25px;
     transition:opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
     -webkit-transition:opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1) 
}
 .post-area.standard-minimal .post .more-link:hover span:after{
     transform:translateX(12px) translateY(-50%);
     -webkit-transform:translateX(12px) translateY(-50%)
}
 .post-area.standard-minimal .post .more-link:hover span:before{
    opacity:1;
     transform:translateY(-50%) translateX(0px);
     -webkit-transform:translateY(-50%) translateX(0px)
}
 .post-area.standard-minimal .post .more-link span:before {
     backface-visibility:hidden;
     letter-spacing:0;
     display:block;
     content:' ';
     z-index:100;
     position:absolute;
     width:22px;
     height:2px;
     background-color:#000;
     top:53%;
     opacity:0;
     right:-10px;
     cursor:pointer;
     transform:translateY(-50%) translateX(-20px) translateZ(0);
     -webkit-transform:translateY(-50%) translateX(-20px) translateZ(0);
     transition:opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),transform 0.25s cubic-bezier(0.12,0.75,0.4,1);
     -webkit-transition:opacity 0.25s cubic-bezier(0.12,0.75,0.4,1),-webkit-transform 0.25s cubic-bezier(0.12,0.75,0.4,1)
}
 .post-area.standard-minimal .post .post-meta .date, 
 .post-area.standard-minimal .post .more-link span{
    font-family:Arial, sans-serif, 'Open Sans';
     font-weight:700;
     margin-bottom:5px;
     font-size:14px
}
 .post-area.standard-minimal .post .post-meta .date a{
    display:block
}
 .post-area.standard-minimal .post .article-content-wrap .meta-comment-count a, 
 .post-area.standard-minimal .post .article-content-wrap .meta-comment-count a span, 
 .post-area.standard-minimal .post .article-content-wrap .nectar-love, 
 .post-area.standard-minimal .post .article-content-wrap .nectar-love &gt;span, 
 .post-area.standard-minimal .post .article-content-wrap .meta-comment-count i, 
 .post-area.standard-minimal .post .article-content-wrap .nectar-love i, 
 .post-area.standard-minimal .post .article-content-wrap .meta-comment-count, 
 .post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap, 
 .post-area.standard-minimal .post .article-content-wrap .nectar-love-wrap &gt;span, 
 .post-area.standard-minimal .post .article-content-wrap .meta-category i{
    line-height:34px;
    height:34px;
    width:auto;
    display:inline-block
}
 .post-area.standard-minimal .post .more-link{
    margin-top:15px
}
 .post-area.standard-minimal .post .article-content-wrap .meta-category i{
    font-size:20px
}
 .post-area.standard-minimal .post .article-content-wrap .nectar-love &gt;span{
    font-size:14px;
     color:#aaa
}
 .post-area.standard-minimal .post .article-content-wrap .meta-comment-count{
    margin-left:15px
}
 .post-area.standard-minimal .post .article-content-wrap .meta-comment-count a, 
 .post-area.standard-minimal .post .article-content-wrap .meta-category a{
    font-size:14px
}
 .post-area.standard-minimal .post .article-content-wrap .meta-comment-count a:not(:hover), 
 .post-area.standard-minimal .post .article-content-wrap .meta-category a:not(:hover){
    color:#aaa
}
 .post-area.standard-minimal .post .article-content-wrap a i,
 .post-area.standard-minimal .post .article-content-wrap .meta-category i{
    font-size:20px;
     width:22px;
     margin-right:5px;
     transition:color 0.2s linear;
     -webkit-transition:color 0.2s linear
}
 .post-area.standard-minimal .post .article-content-wrap a:not(:hover) i:not(.loved),
 .post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) i{
    color:#c1c1c1
}
.post-area.standard-minimal .post .article-content-wrap .flex-direction-nav a:not(:hover) i:not(.loved),
.post-area.standard-minimal .post .article-content-wrap .meta-category:not(:hover) .flex-direction-nav i{
   color:#fff
}
 .post-area.standard-minimal .post .post-meta{
    margin-bottom:0
}
 .post-area.standard-minimal #pagination{
    padding-left:0
}
 .post-area.standard-minimal .post .post-meta, 
 .post-area.standard-minimal .post .post-meta .date{
    position:relative;
     padding-bottom:0;
     border:none
}
 .post-area.standard-minimal .post-content{
    padding-left:175px;
		overflow: hidden;
}
.single .post-area.standard-minimal .post-content {
	overflow: visible;
}
 .post-area.standard-minimal .post-author .grav-wrap{
    border-radius:100px;
     overflow:hidden;
     margin-bottom:10px;
     width:90px;
     height:90px;
     margin:0 auto 25px auto
}
 #pagination{
    position:relative;
     margin-bottom:10px;
     height:32px;
     width:100%
}
 .standard-minimal.full-width-content.post-area #pagination {
     margin-bottom: 40px;
}
 .post-area.standard-minimal .post .post-meta.no-img{
    top:0
}
 .post-area.standard-minimal .post .nectar-love .icon-salient-heart {
    display:none
}
 @media only screen and (min-width : 690px) and (max-width : 999px) {
     .container, .post-area.standard-minimal.full-width-content .post .inner-wrap {
         max-width: 600px;
    }
     .post-area.standard-minimal .post-author .grav-wrap {
         width: 70px;
         height: 70px;
    }
     .post-area.standard-minimal .post-content {
         padding-left: 140px;
    }
}
 @media only screen and (max-width: 321px) {
     .post-area.standard-minimal.full-width-content .post .inner-wrap {
         max-width: 300px;
    }
}
 @media only screen and (min-width: 480px) and (max-width: 690px) {
     .post-area.standard-minimal.full-width-content .post .inner-wrap {
         max-width: 420px;
    }
}
 @media only screen and (max-width: 690px) {
     .post-area.standard-minimal .post-author {
         position: relative;
    }
     .post-area.standard-minimal .grav-wrap {
         display: none;
    }
     .post-area.standard-minimal .post-author {
         width: 100%;
         text-align: left;
    }
}




/*-------------------------------------------------------------------------*/
/* 13. Footer 
/*-------------------------------------------------------------------------*/
#footer-outer, 
#nectar_fullscreen_rows &gt; #footer-outer.wpb_row .full-page-inner-wrap{
  color:#ccc;
  position:relative;
  z-index:10;
  background-color:#252525
}
#footer-outer .row{
  padding:55px 0;
  margin-bottom:0
}
#footer-outer #footer-widgets[data-has-widgets="false"] .row {
  padding: 0;
}
#footer-outer .widget h4, 
.text-on-hover-wrap .categories a{
  color:#777;
  font-size:14px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  margin-bottom:20px
}
#footer-outer .widget{
  margin-bottom:30px
}
#footer-outer .widget.widget_categories ul ul, 
#footer-outer .widget.widget_pages ul ul, 
#footer-outer .widget.widget_nav_menu ul ul,
#slide-out-widget-area .widget.widget_nav_menu ul ul{
  margin:0!important;
  padding:0 0 0 20px 
}

#footer-outer #footer-widgets .widget.widget_pages li, 
#footer-outer #footer-widgets .widget.widget_nav_menu li, 
#slide-out-widget-area .widget.widget_nav_menu li {
  border-bottom:0;
  padding:0!important 
}

#footer-outer .widget.widget_pages li a, 
#footer-outer .widget.widget_nav_menu li a{
  padding:8px 0;
  display:block;
  border-bottom:1px solid #444
}

#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_categories li a,
#ajax-content-wrap #footer-outer #footer-widgets .widget.widget_archive li a {
	display: inline-block;
	border-bottom: 0;
}
#slide-out-widget-area .widget.widget_nav_menu li a{
  padding:6px 20px;
  display:block
}
#footer-outer .widget.widget_categories &gt;ul &gt;li:first-child &gt;a, 
#footer-outer .widget.widget_pages &gt;ul &gt;li:first-child &gt;a, 
#footer-outer .widget.widget_nav_menu &gt;ul &gt;li:first-child &gt;a, 
#slide-out-widget-area .widget.widget_categories &gt;ul &gt;li:first-child &gt;a, 
#slide-out-widget-area .widget.widget_pages &gt;ul &gt;li:first-child &gt;a{
  padding-top:0
}
#footer-outer .span_3 .widget:last-child{
  margin-bottom:0
}
#footer-outer a{
  color:#ccc
}
#footer-outer a:hover{
  color:#000
}


.original #footer-outer[data-link-hover="underline"] #footer-widgets .col ul li a {
	padding: 0;
	border: none;
}

.original #footer-outer[data-link-hover="underline"] #footer-widgets .col ul li {
	padding: 4px 0!important;
	border: none;
}


#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	background-repeat: no-repeat;
	background-size: 0% 2px;
	background-position: left bottom;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
	-webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), color 0.5s ease;
	transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), color 0.5s ease;
}

#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

#ajax-content-wrap #footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button),
#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button),
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
	display: inline;
}

#footer-outer[data-link-hover="underline"] #footer-widgets ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button):hover,
#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button):hover,
#slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button):hover {
  background-size: 100% 2px;
	opacity: 1;
}

#footer-outer .widget ul li{
  margin-bottom:7px
}
#footer-outer #copyright{
  padding:20px 0;
  font-size:12px;
  background-color:#1c1c1c;
  color:#777
}
#footer-outer #copyright li{
  float:left;
  margin-left:20px
}
#footer-outer[data-cols="1"] #copyright .social li a {
  height: 50px;
}
#footer-outer #copyright .container div:last-child{
  margin-bottom:0
}
#footer-outer #copyright li a, 
#header-secondary-outer #social li a{
  display:block;
  line-height:22px;
  height:24px;
  position:relative;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  background-position:center top
}
#footer-outer #copyright li a i, 
#header-secondary-outer #social li a i{
  color:#777;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear
}
#footer-outer .icon-be, 
#footer-outer .icon-vimeo, 
#footer-outer .icon-salient-spotify {
  line-height:32px
}
#footer-outer .fa-vine{
  font-size:16px
}
#footer-outer[data-full-width="1"] .container{
  width:100%;
  padding:0 28px;
  max-width:none
}
#footer-outer #copyright li a i:hover{
  color:#000
}
#footer-outer #copyright li .vimeo, 
#footer-outer #copyright li .behance, 
#header-secondary-outer #social li .behance, 
#header-secondary-outer #social li .vimeo{
  background-color:#666
}
#footer-outer #copyright li .vimeo:hover, 
#footer-outer #copyright li .behance:hover, 
#header-secondary-outer #social li .behance:hover, 
#header-secondary-outer #social li .vimeo:hover{
  background-color:#000
}
#footer-outer #copyright p{
  line-height:22px;
  margin-top:3px
}
#footer-outer #copyright .col ul{
  float:right
}
#footer-outer #copyright li .facebook{
  width:12px
}
#footer-outer #copyright li .twitter{
  width:20px
}
#footer-outer #copyright li .dribbble{
  width:24px
}
#footer-outer #copyright li .google-plus{
  width:20px
}
#footer-outer #copyright li .pinterest{
  width:17px
}
#footer-outer #copyright li .rss{
  width:18px
}
#footer-outer #copyright li .vimeo{
  width:20px;
  text-indent:-9999px
}
#footer-outer #copyright li .tumblr{
  width:21px
}
#footer-outer #copyright li .youtube{
  width:21px
}
#footer-outer #copyright li .linkedin{
  width:19px
}
#footer-outer #copyright li .behance{
  width:27px;
  text-indent:-9999px
}
#footer-outer #copyright li .instagram{
  width:20px
}
#footer-outer #copyright #social .icon-soundcloud{
  font-size:26px
}
body #footer-outer i, 
body #header-secondary-outer #social i{
  font-size:20px;
  width:auto;
  background-color:transparent
}
#footer-outer #copyright i.icon-be{
  font-size:24px
}
#header-secondary-outer #social li .icon-be{
  font-size:18px
}


/* Footer Reveal Effect */
body[data-footer-reveal="1"] #ajax-content-wrap,
body[data-footer-reveal="1"] #ajax-content-wrap &gt; .blurred-wrap {
	overflow: hidden;
}

body[data-footer-reveal="1"] #footer-outer {
  position:fixed;
  bottom:0;
  width:100%;
  z-index:1;
}
body[data-footer-reveal="1"] .container-wrap{
  margin-bottom:280px
}
body[data-footer-reveal="1"][data-footer-reveal-shadow="small"] .container-wrap{
  box-shadow:0 5px 8px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow:0 5px 8px -3px rgba(0,0,0,0.2);
}
body[data-footer-reveal="1"][data-footer-reveal-shadow="large"] .container-wrap{
  box-shadow:0 27px 25px -2px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0 27px 25px -2px rgba(0,0,0,0.3);
}
body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] .container-wrap{
  box-shadow: 0 70px 110px -30px rgba(0,0,0,1);
  -webkit-box-shadow: 0 70px 110px -30px rgba(0,0,0,1);
}
body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] #footer-outer .row{
  padding:80px 0
}
body .container-wrap.no-shadow, 
body[data-footer-reveal="1"][data-footer-reveal-shadow] .container-wrap.no-shadow{
  box-shadow:none
}
body[data-footer-reveal="1"] #call-to-action .triangle{
  display:none
}
@media only screen and (min-width:1000px){
  #footer-widgets[data-cols="5"] .container .row &gt;div{
    width:19.5%
  }
  #footer-widgets[data-cols="5"] .container .row &gt;div:first-child{
    width:35%
  }
}

#footer-outer .col {
  z-index: 10;
  min-height: 1px;
}
#footer-outer[data-cols="1"] .col {
  text-align: center;
}
#footer-outer[data-cols="1"] #footer-widgets .container .col {
  width: 100%;
}
#footer-outer[data-cols="1"] #footer-widgets .span_12 &gt; div:last-child {
  margin-bottom: 0;
}
#footer-outer[data-cols="1"] #copyright .col, 
#footer-outer[data-cols="1"] #copyright .col ul,
#footer-outer #copyright[data-layout="centered"] .col, 
#footer-outer #copyright[data-layout="centered"] .col ul {
  width: 100%;
  float: none;
}
#footer-outer #copyright[data-layout="centered"] .col .social li {
  margin-top: 25px;
}
#footer-outer[data-cols="1"] #copyright #social li a {
  display: block;
  height: 50px;
  width: 50px;
}
#footer-outer:not([data-cols="1"]) #copyright[data-layout="centered"] .social li a {
  height: 30px;
  width: 30px;
  line-height: 30px;
}
#footer-outer[data-cols="1"] #copyright li a i {
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 48px;
}
#footer-outer[data-cols="1"] #copyright li a:hover i {
  border-color: #fff;
  color: #fff;
}
#footer-outer[data-cols="1"] #copyright .col ul li {
  margin-bottom: 25px;
}
#footer-outer[data-cols="1"] #copyright, 
#footer-outer #copyright[data-layout="centered"] {
  padding: 45px 0;
}
#footer-outer[data-cols="1"] #copyright li, 
#footer-outer #copyright[data-layout="centered"] li, 
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li {
  float: none;
  display: inline-block;
  margin: 0 10px;
  width: auto;
}
@media only screen and (min-width: 1000px) {
  #footer-outer #copyright[data-layout="centered"] .col.span_5 {
    max-width: 70%;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 999px) {
  #footer-outer #copyright[data-layout="centered"] .col.span_5 {
    margin-bottom: 0;
  }
}
#footer-outer #copyright[data-layout="centered"] .widget, 
#footer-outer[data-cols="1"] #copyright .widget {
  margin-bottom: 0;
}
.ascend #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child, 
.material #footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li:first-child {
  padding-top: 4px!important;
}
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li, 
#footer-outer #copyright[data-layout="centered"] .widget_nav_menu li, 
#footer-outer[data-cols="1"] #copyright .widget_nav_menu li, 
#footer-outer #copyright[data-layout="centered"] .widget_pages li, 
#footer-outer[data-cols="1"] #copyright .widget_pages li {
  vertical-align: top;
  text-align: left;
  margin: 0 15px;
}
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul, 
#footer-outer #copyright[data-layout="centered"] .widget_nav_menu li ul, 
#footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul, 
#footer-outer #copyright[data-layout="centered"] .widget_pages li ul, 
#footer-outer[data-cols="1"] #copyright .widget_pages li ul {
  padding-left: 0;
  margin-left: 0;
}
#footer-outer[data-cols="1"] #footer-widgets .widget.widget_nav_menu li ul li, 
#footer-outer #copyright[data-layout="centered"] .widget_nav_menu li ul li, 
#footer-outer[data-cols="1"] #copyright .widget_nav_menu li ul li, 
#footer-outer #copyright[data-layout="centered"] .widget_pages li ul li, 
#footer-outer[data-cols="1"] #copyright .widget_pages li ul li {
  display: block;
  margin-left: 0;
}
#footer-outer #copyright[data-layout="centered"] .widget [data-style="minimal-counter"] &gt; li::before, 
#footer-outer[data-cols="1"] #copyright .widget [data-style="minimal-counter"] &gt; li::before, 
#footer-outer[data-cols="1"] #copyright .arrow-circle, #footer-outer #copyright[data-layout="centered"] .widget .arrow-circle, 
#footer-outer #copyright .widget_products img {
  display: none;
}
#footer-outer #copyright .widget .nectar_widget[class*="nectar_blog_posts_"][data-style="featured-image-left"] &gt; li, 
#footer-outer #copyright[data-layout="centered"] .widget_search, 
#footer-outer[data-cols="1"] #copyright .widget_search {
  margin: 20px 0;
}
#footer-outer #copyright[data-layout="centered"] .col {
  text-align: center;
}
#footer-outer[data-cols="1"] #copyright li a i:after {
  position: absolute;
  -webkit-transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
  pointer-events: none;
  display: block;
  content: '';
  top: 0;
  left: 0;
  opacity: 0.2;
  border-radius: 50%;
  border: 2px solid #fff;
  height: 46px;
  width: 46px;
}
#footer-outer[data-cols="1"] #copyright li a:hover i:after {
  opacity: 1;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"] .row {
  padding-top: 70px;
  padding-bottom: 40px;
}
#footer-outer[data-cols="1"][data-disable-copyright="false"] #copyright {
  padding-bottom: 70px;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-using-widget-area="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright,
body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-using-widget-area="false"] #copyright {
  padding-top: 70px;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] .row {
  padding-bottom: 0;
}
body #footer-outer[data-cols="1"][data-disable-copyright="false"][data-copyright-line="false"][data-matching-section-color="true"] #copyright {
  padding-top: 30px;
}
#footer-outer[data-cols="1"] #copyright[data-layout="centered"] .col .social li {
  margin-top: 0;
}

#footer-outer[data-using-bg-img="true"] {
  background-size: cover;
  background-position: center;
}
#footer-outer[data-using-bg-img="true"]:after {
  position: absolute;
  width: 100%;
  height: 100%;
  content:'';
  left:0;
  top:0;
  background-color: inherit;
  opacity: 0.9;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0"]:after,
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.0"]:after {
  opacity: 0;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.1"]:after {
  opacity: 0.1;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.2"]:after {
  opacity: 0.2;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.3"]:after {
  opacity: 0.3;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.4"]:after {
  opacity: 0.4;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.5"]:after {
  opacity: 0.5;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.6"]:after {
  opacity: 0.6;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.7"]:after {
  opacity: 0.7;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.8"]:after {
  opacity: 0.8;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="0.9"]:after {
  opacity: 0.9;
}
#footer-outer[data-using-bg-img="true"][data-bg-img-overlay="1"]:after {
  opacity: 1;
}





/*-------------------------------------------------------------------------*/
/* 14. To Top Button
/*-------------------------------------------------------------------------*/

#to-top{
  display:block;
  position:fixed;
  text-align:center;
  line-height:12px;
  right:17px;
  bottom:-30px;
  color:#fff;
  cursor:pointer;
  border-radius:2px;
  -webkit-border-radius:2px;
  z-index:9994;
  height:29px;
  width:29px;
  background-color:rgba(0,0,0,0.25);
  background-repeat:no-repeat;
  background-position:center;
  transition:background-color 0.1s linear;
  -webkit-transition:background-color 0.1s linear;
}
body[data-button-style*="rounded"] #to-top{
  transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  -webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
  background-color:rgba(0,0,0,0.25) 
}
body[data-button-style*="rounded"] #to-top:hover, 
body[data-button-style*="rounded"] #to-top.dark:hover{
  transition:box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  -webkit-transition:-webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
  box-shadow:1px 2px 3px rgba(0,0,0,0.16);
  background-color:transparent!important 
}
body[data-button-style*="rounded"] #to-top:after, 
body[data-button-style*="rounded"] #to-top:before{
  display:block;
  content:' ';
  height:100%;
  width:100%;
  position:absolute;
  top:0;
  left:0;
  z-index:1;
  background-color:#000;
  transform:scale(0);
  -webkit-transform:scale(0);
  transition:all 0.3s cubic-bezier(.55,0,.1,1);
  -webkit-transition:all 0.3s cubic-bezier(.55,0,.1,1);
  border-radius:100px;
  -webkit-border-radius:100px
}
body[data-button-style*="rounded"] #to-top:before{
  background-color:rgba(255,255,255,0.25);
  transform:scale(1);
  -webkit-transform:scale(1);
  transition:all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  -webkit-transition:all 0.5s cubic-bezier(0.165,0.84,0.44,1);
  opacity:0;
  z-index:2
}
body[data-button-style*="rounded"] #to-top:hover:after{
  transform:scale(1);
  -webkit-transform:scale(1);
}
body[data-button-style*="rounded"] #to-top{
  overflow:hidden
}
body[data-button-style*="rounded"] #to-top i.fa-angle-up.top-icon, 
body[data-button-style*="rounded"] #to-top i.fa-angle-up{
  -webkit-transform:translate(0,0px);
  transform:translate(0,0px);
  transition:transform 0.2s ease;
  -webkit-transition:transform 0.2s ease;
}
body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up.top-icon, 
body[data-button-style*="rounded"] #to-top:hover i.fa-angle-up, 
body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up.top-icon, 
body[data-button-style*="rounded"] #to-top.hovered i.fa-angle-up{
  -webkit-transform:translate(0,-29px);
  transform:translate(0,-29px)
}
body[data-button-style*="rounded"] #to-top:active:before{
  opacity:1
}
#to-top i{
  line-height:29px;
  width:29px;
  height:29px;
  font-size:14px;
  top:0;
  left:0;
  text-align:center;
  position:relative;
  z-index:10;
  background-color:transparent 
}
#to-top:hover, 
#to-top.dark:hover{
  background-color:#000
}
#to-top.dark{
  background-color:rgba(0,0,0,0.87)
}




/*-------------------------------------------------------------------------*/
/* 15. Off Canvas / Mobile Menu
/*-------------------------------------------------------------------------*/

/* Fullscreen style - See css/off-canvas/fullscreen.css */

/* Simple Dropdown - See css/off-canvas/simple-dropdown.css */

/* Slide Out Right Hover - See css/off-canvas/slide-out-right-hover.css */

#slide-out-widget-area.slide-out-from-right{
  position:fixed;
  transform:translate(301px,0px);
  -webkit-transform:translate(301px,0px);
  -ms-transform:translate(301px,0px);
  top:0;
  right:0;
  width:300px;
  height:100%;
  z-index:10000;
  padding:33px;
  overflow:hidden
}
#slide-out-widget-area .inner .off-canvas-menu-container li a{
  font-size:20px;
  line-height:30px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
}
#slide-out-widget-area.fullscreen .inner li a, 
#slide-out-widget-area .off-canvas-social-links li a, 
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a, 
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a, 
#slide-out-widget-area .menuwrapper li small{
  opacity:0.7;
  transition:opacity 0.2s ease, color 0.2s ease;
  -webkit-transition:opacity 0.2s ease, color 0.2s ease;
}
#slide-out-widget-area.fullscreen .inner li a:hover, 
#slide-out-widget-area .off-canvas-social-links li a:hover, 
#slide-out-widget-area .off-canvas-social-links li a:hover, 
#slide-out-widget-area .inner .current_page_ancestor &gt;a, 
#slide-out-widget-area .inner .current-menu-item &gt;a, 
#slide-out-widget-area .inner .current-menu-ancestor &gt;a, 
#slide-out-widget-area .inner .current_page_item &gt;a, 
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:hover, 
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover, 
#slide-out-widget-area.slide-out-from-right .inner .off-canvas-menu-container li a:focus, 
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:focus, 
#slide-out-widget-area .inner .off-canvas-menu-container .menuwrapper li &gt;a.hovered{
  opacity:1
}
#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li {
  position: relative;
}
#slide-out-widget-area .ocm-dropdown-arrow {
  transition: transform 0.5s cubic-bezier(0.215,0.61,0.355,1);
  position: absolute;
  right: -6px;
  top: 10px;
  transform: translateY(-50%);
  cursor: pointer;
  height: 28px;
  width: 28px;
  line-height: 0;
}
#slide-out-widget-area .ocm-dropdown-arrow i {
  font-size: 18px;
  height: 28px;
  width: 28px;
  line-height: 28px;
  top:0 ;
}
#slide-out-widget-area .open-submenu &gt; .ocm-dropdown-arrow {
  transform: translateY(-50%) rotate(180deg);
}
.admin-bar #slide-out-widget-area{
  padding-top:33px
}
.admin-bar #slide-out-widget-area.slide-out-from-right{
  padding-top:53px
}
#slide-out-widget-area .secondary-header-text {
  margin-bottom: 35px;
  border-radius: 6px;
  background-color: rgba(0,0,0,0.1);
  padding: 10px 15px;
}
body #slide-out-widget-area .secondary-header-text {
	line-height: 1.4em;
}
#slide-out-widget-area.mobile,
#slide-out-widget-area.slide-out-from-right-hover.mobile {
  overflow-y:scroll;
  overflow-x:hidden;
}
#slide-out-widget-area-bg{
  -webkit-backface-visibility:hidden;
  background-color:rgba(0,0,0,0.8);
  position:fixed;
  height:1px;
  width:1px;
  opacity:0;
  left:0;
  top:0;
  z-index:9996
}
#slide-out-widget-area-bg .bg-inner{
  width:100%;
  height:100%;
  background-color:rgba(0,0,0,0.8)
}
#slide-out-widget-area .bottom-text{
  padding-bottom:0;
  font-size:12px
}
#slide-out-widget-area:not(.fullscreen) .off-canvas-social-links li{
  display:inline-block;
  padding:0 6px 6px 0
}
#slide-out-widget-area .off-canvas-social-links li i{
  background-color:transparent;
  font-size:18px;
  line-height:22px
}

body:not(.material) #slide-out-widget-area .off-canvas-social-links li a,
.material #slide-out-widget-area:not(.slide-out-from-right) .off-canvas-social-links li a {
	padding: 0 8px;
}

#header-outer #mobile-menu .off-canvas-social-links li:first-child a,
#slide-out-widget-area .off-canvas-social-links li:first-child a {
	padding-left: 0;
}
.blurred-wrap{
  transition:filter 0.45s linear;
  -webkit-transition:-webkit-filter 0.45s linear;
}
.blurred-wrap.blurred{
  -webkit-filter:blur(5px);
  -moz-filter:blur(5px);
  -ms-filter:blur(5px);
  filter:blur(5px)
}
.msie .blurred-wrap.blurred{
  -ms-filter:none;
  filter:none
}
#slide-out-widget-area .widget h4{
  margin-bottom:8px
}
#slide-out-widget-area .inner &gt;div{
  margin-bottom:25px
}
#slide-out-widget-area .inner &gt;div:first-of-type{
  margin-top:-7px
}
#slide-out-widget-area .inner{
  width:100%;
  height:100%
}
#slide-out-widget-area a, 
#slide-out-widget-area, 
#slide-out-widget-area h4, 
#slide-out-widget-area h3{
  color:#fff
}
body.material #slide-out-widget-area.slide-out-from-right .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover {
  color:#fff
}

body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{
  position:absolute;
  right:22px;
  top:22px
}
body[data-full-width-header="false"].admin-bar #slide-out-widget-area .slide_out_area_close{
  top:47px
}
body[data-full-width-header="false"].ascend #slide-out-widget-area.slide-out-from-right .slide_out_area_close, 
body[data-full-width-header="false"].original #slide-out-widget-area.slide-out-from-right .slide_out_area_close {
  z-index: 100;
}
body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{
  display:block;
  transition:all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition:all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:400
}
body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close{
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
  width:34px;
  height:34px;
  transition:all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition:all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  color:#ddd;
  font-size:18px;
  max-width:none;
  line-height:32px 
}
body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"]{
  transform:rotate(90deg);
  -webkit-transform:rotate(90deg)
}
body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close:hover{
  border-color:rgba(255,255,255,0.7)
}
body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"]{
  -webkit-backface-visibility:hidden;
  color:#fff;
  font-size:18px;
  height:34px;
  left:-2px;
  line-height:32px;
  max-width:none;
  transition:all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  -webkit-transition:all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
  width:34px 
}
body[data-full-width-header="true"] .slide_out_area_close{
  display:none
}



#top nav ul .slide-out-widget-area-toggle a .lines, 
#top nav ul .slide-out-widget-area-toggle a .lines:before, 
#top nav ul .slide-out-widget-area-toggle a .lines:after{
  background-color:rgba(0,0,0,0.4)
}

body .lines-button {
  line-height:0;
  font-size:0;
}

.lines-button{
  transition:.3s;
  cursor:pointer;
  top:9px;
  position:relative;
  user-select:none;
  display:block
}
.lines-button:hover{
  opacity:1
}
.lines{
  display:block;
  width:1.4rem;
  height:3px;
  background-color:#ecf0f1;
  transition:0.3s;
  position:relative
}
.lines:before, 
.lines:after{
  display:block;
  width:1.4rem;
  height:3px;
  background:#ecf0f1;
  transition:0.3s;
  position:absolute;
  left:0;
  content:'';
  -webkit-transform-origin:0.142rem center;
  transform-origin:0.142rem center
}
.lines:before{
  top:6px
}
.lines:after{
  top:-6px
}
.lines-button.close{
  -webkit-transform:scale3d(0.8,0.8,0.8);
  transform:scale3d(0.8,0.8,0.8)
}
.lines-button.arrow.close .lines:before, 
.lines-button.arrow.close .lines:after{
  top:0;
  width:1.11111rem
}
#header-outer.transparent #top nav ul .slide-out-widget-area-toggle a .lines-button .lines, 
#header-outer #top nav ul .slide-out-widget-area-toggle a .lines-button .lines, 
#header-outer.transparent.dark-slide &gt;#top nav ul .slide-out-widget-area-toggle a .lines-button i,
#footer-outer[data-using-bg-img="true"] #copyright {
  background-color:transparent!important
}
.slide-out-widget-area-toggle .lines-button.close .lines:before{
  -webkit-transform:translateY(-6px) rotateZ(-45deg);
  -ms-transform:translateY(-6px) rotateZ(-45deg);
  transform:translateY(-6px) rotateZ(-45deg)
}
.slide-out-widget-area-toggle .lines-button.close .lines:after{
  -webkit-transform:translateY(6px) rotateZ(45deg);
  -ms-transform:translateY(6px) rotateZ(45deg);
  transform:translateY(6px) rotateZ(45deg)
}
.slide-out-widget-area-toggle .lines-button:after{
  background-color:rgba(0,0,0,0.4);
  display:inline-block;
  width:1.4rem;
  height:2px;
  transition:transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
  -webkit-transition:-webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
  position:absolute;
  left:0;
  top:0;
  content:'';
  transform:scale(1,1);
  -webkit-transform:scale(1,1)
}


.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:before, 
.slide-out-widget-area-toggle.mobile-icon .lines-button.x2 .lines:after, 
.slide-out-widget-area-toggle.mobile-icon .lines-button:after {
  background-color:#999
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle.mobile-icon .lines:before{
  top:6px
}
body #header-outer .lines-button{
  top:9px
}
body.original .slide-out-hover-icon-effect.small .lines-button, 
body.ascend .slide-out-hover-icon-effect.small .lines-button {
  top: 10px;
}

body.ascend:not(.mobile) .slide-out-hover-icon-effect:not(.small) .lines-button {
  top: -1px;
}
body.original #header-outer[data-has-menu="true"] .lines-button, 
body.ascend #header-outer[data-has-menu="true"] .lines-button{
  top:10px
}
.slide-out-widget-area-toggle.mobile-icon .lines-button:after{
  top:0!important
}
#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:before{
  -webkit-transform:translateY(-6px) rotateZ(-45deg);
  transform:translateY(-6px) rotateZ(-45deg)
}
#header-outer .slide-out-widget-area-toggle.mobile-icon .lines-button.close .lines:after{
  -webkit-transform:translateY(6px) rotateZ(45deg);
  transform:translateY(6px) rotateZ(45deg)
}
.slide-out-widget-area-toggle .lines-button.x2 .lines:before, 
.slide-out-widget-area-toggle .lines-button.x2 .lines:after{
  transition:-webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition:transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease
}
.slide-out-widget-area-toggle.mobile-icon .lines{
  background-color:transparent
}
.slide-out-widget-area-toggle.mobile-icon .lines-button:after, 
.slide-out-widget-area-toggle.mobile-icon .lines:before, 
.slide-out-widget-area-toggle.mobile-icon .lines:after {
  height:2px!important;
  width:22px!important
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) &gt; span {
  height: auto;
}
body[data-header-search="false"].material #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) &gt; span {
  height: 22px;
}

body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines-button:after{
  height:3px;
  top:0;
  width:2rem;
  border-radius:2px
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines, 
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before, 
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:after{
  height:3px;
  width:2rem;
  border-radius:2px
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines:before{
  top:9px
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .close .lines:before{
  top:10px
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:before{
  -webkit-transform:translateY(-9px) rotateZ(-45deg);
  -ms-transform:translateY(-9px) rotateZ(-45deg);
  transform:translateY(-9px) rotateZ(-45deg)
}
body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]):not(.mobile-icon) a:not(.using-label) .lines-button.close .lines:after{
  -webkit-transform:translateY(10px) rotateZ(45deg);
  -ms-transform:translateY(10px) rotateZ(45deg);
  transform:translateY(10px) rotateZ(45deg)
}

.slide-out-widget-area-toggle .lines-button.close:after{
  transform:scale(0,1);
  -webkit-transform:scale(0,1)
}
.lines-button.minus.close .lines:before, 
.lines-button.minus.close .lines:after{
  -webkit-transform:none;
  transform:none;
  top:0;
  width:1.4rem
}
.lines-button.x.close .lines{
  background:transparent!important
}
.lines-button.x.close .lines:before, 
.lines-button.x.close .lines:after{
  -webkit-transform-origin:50% 50%;
  transform-origin:50% 50%;
  top:0;
  width:1.4rem
}
.lines-button.x2 .lines{
  transition:background 0.2s ease,opacity 0.2s ease
}
.lines-button.x2 .lines:before, 
.lines-button.x2 .lines:after{
  -webkit-transform-origin:50% 50%;
  transform-origin:50% 50%;
  transition:top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition:top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease
}
.slide-out-widget-area-toggle a &gt;span{
  transition:-webkit-transform 0.33s 0.3s ease-in;
  transition:transform 0.33s 0.3s ease-in;
  -webkit-transform-origin:center;
  transform-origin:center;
  display:block;
  height:21px
}
.slide-out-widget-area-toggle.mobile-icon a &gt;span{
  height:20px
}
.slide-out-widget-area-toggle .closed &gt;span{
  transition:-webkit-transform 0.33s 0s ease;
  transition:transform 0.33s 0s ease
}
#slide-out-widget-area .menuwrapper{
  position:relative;
  -webkit-perspective:1000px;
  perspective:1000px;
  -webkit-perspective-origin:center;
  perspective-origin:center;
  margin-right:0;
  display:block
}
#slide-out-widget-area .menuwrapper button{
  background:#ccc;
  border:none;
  width:48px;
  height:45px;
  text-indent:-900em;
  overflow:hidden;
  position:relative;
  cursor:pointer;
  outline:none
}
#slide-out-widget-area .menuwrapper button:after{
  content:'';
  position:absolute;
  width:68%;
  height:5px;
  background:#fff;
  top:10px;
  left:16%;
  box-shadow:0 10px 0 #fff,0 20px 0 #fff
}
#slide-out-widget-area .menuwrapper ul{
  padding:0;
  list-style:none;
  -webkit-transform-style:preserve-3d;
  transform-style:preserve-3d
}
#slide-out-widget-area .menuwrapper li{
  position:relative
}
#slide-out-widget-area .menuwrapper li small{
  display:inline-block;
  text-transform:uppercase;
  font-size:15px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  letter-spacing:2px;
  position:relative;
  top:-4px;
  opacity:0.6
}
#slide-out-widget-area:not(.fullscreen):not(.fullscreen-alt) .menuwrapper li small{
  font-size:10px;
  display:block;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700
}
#slide-out-widget-area .no-touch .menuwrapper li a:hover{
  background:rgba(255,248,213,0.1)
}
#slide-out-widget-area .menuwrapper .back &gt;a{
  background:rgba(0,0,0,0.13)
}
#slide-out-widget-area:not(.fullscreen) .menuwrapper .back &gt;a,
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container .back &gt; a {
  padding-left:10px;
  padding-right:10px;
  margin-left:-10px
}
body #slide-out-widget-area .menuwrapper .back, 
body #slide-out-widget-area .menu.subview .subviewopen &gt;.sub-menu &gt;.back{
  display:inline-block;
  margin-bottom:20px!important
}
#slide-out-widget-area .menuwrapper .menu{
  margin:0;
  position:relative;
  width:100%;
  opacity:0;
  pointer-events:none;
  -webkit-transform:translateY(10px);
  transform:translateY(10px);
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden
}
#slide-out-widget-area .menuwrapper .menu.menu-toggle{
  transition:all 0.25s ease
}
#slide-out-widget-area .menuwrapper .menu.menuopen{
  opacity:1;
  pointer-events:auto;
  -webkit-transform:translateY(0px);
  transform:translateY(0px)
}

/* Hide the inner submenus */
body #slide-out-widget-area .menuwrapper li .sub-menu{
  display:none;
}
body #slide-out-widget-area .menuwrapper li .sub-menu, 
#slide-out-widget-area .menuwrapper &gt;.sub-menu {
  margin:0!important;
  padding:0!important 
}
body #slide-out-widget-area .menu.subview li, 
body #slide-out-widget-area .menu.subview .subviewopen &gt;a, 
body #slide-out-widget-area .menu.subview .subview &gt;a, 
body #slide-out-widget-area .menu.subview .subviewopen &gt;small, 
body #slide-out-widget-area .menu.subview .subview &gt;small, 
#slide-out-widget-area .mobile-only {
  display:none
}
body #slide-out-widget-area .menu.subview .subviewopen &gt;a, 
body #slide-out-widget-area .menu.subview .subview &gt;a {
  display: none!important;
}
body #slide-out-widget-area .menu.subview .subview, 
body #slide-out-widget-area .menu.subview .subview .sub-menu, 
body #slide-out-widget-area .menu.subview .subviewopen, 
body #slide-out-widget-area .menu.subview .subviewopen &gt;.sub-menu, 
body #slide-out-widget-area .menu.subview .subviewopen &gt;.sub-menu &gt;li{
  display:block
}

/* Dynamically added submenu outside of the menu context */
#slide-out-widget-area .menuwrapper &gt;.sub-menu{
  position:absolute;
  width:100%;
  top:0;
  left:0;
}
.menu.dl-animate-out-5{
  -webkit-animation:MenuAnimOut5 0.4s ease-in-out;
  animation:MenuAnimOut5 0.4s ease-in-out
}
.menu.dl-animate-in-5{
  -webkit-animation:MenuAnimIn5 0.4s ease-in-out;
  animation:MenuAnimIn5 0.4s ease-in-out
}
.menuwrapper &gt;.sub-menu.dl-animate-in-5{
  -webkit-animation:SubMenuAnimIn5 0.4s ease-in-out;
  animation:SubMenuAnimIn5 0.4s ease-in-out
}
.menuwrapper &gt;.sub-menu.dl-animate-out-5{
  -webkit-animation:SubMenuAnimOut5 0.4s ease-in-out;
  animation:SubMenuAnimOut5 0.4s ease-in-out
}
@-webkit-keyframes MenuAnimOut5{
  0%{
  }
  100%{
    -webkit-transform:rotateY(-25deg) translateX(-300px);
    opacity:0
  }
}
@keyframes MenuAnimOut5{
  0%{
  }
  100%{
    -webkit-transform:rotateY(-25deg) translateX(-300px);
    transform:rotateY(-25deg) translateX(-300px);
    opacity:0
  }
}
@-webkit-keyframes MenuAnimIn5{
  0%{
    -webkit-transform:rotateY(-25deg) translateX(-300px);
    opacity:0
  }
  100%{
    -webkit-transform:rotateY(0deg) translateX(0px);
    opacity:1
  }
}
@keyframes MenuAnimIn5{
  0%{
    -webkit-transform:rotateY(-25deg) translateX(-300px);
    transform:rotateY(-25deg) translateX(-300px);
    opacity:0
  }
  100%{
    -webkit-transform:rotateY(0deg) translateX(0px);
    transform:rotateY(0deg) translateX(0px);
    opacity:1
  }
}
@-webkit-keyframes SubMenuAnimIn5{
  0%{
    -webkit-transform:rotateY(25deg) translateX(300px);
    opacity:0
  }
  100%{
    -webkit-transform:rotateY(0deg) translateX(0px);
    opacity:1
  }
}
@keyframes SubMenuAnimIn5{
  0%{
    -webkit-transform:rotateY(25deg) translateX(300px);
    transform:rotateY(25deg) translateX(300px);
    opacity:0
  }
  100%{
    -webkit-transform:rotateY(0deg) translateX(0px);
    transform:rotateY(0deg) translateX(0px);
    opacity:1
  }
}
@-webkit-keyframes SubMenuAnimOut5{
  0%{
    -webkit-transform:rotateY(0deg) translateX(0px);
    opacity:1
  }
  100%{
    -webkit-transform:rotateY(25deg) translateX(300px);
    opacity:0
  }
}
@keyframes SubMenuAnimOut5{
  0%{
    -webkit-transform:rotateY(0deg) translateX(0px);
    transform:rotateY(0deg) translateX(0px);
    opacity:1
  }
  100%{
    -webkit-transform:rotateY(25deg) translateX(300px);
    transform:rotateY(25deg) translateX(300px);
    opacity:0
  }
}
.menu.dl-animate-out-4{
  -webkit-animation:MenuAnimOut4 0.4s ease-in-out;
  animation:MenuAnimOut4 0.4s ease-in-out
}
.menu.dl-animate-in-4{
  -webkit-animation:MenuAnimIn4 0.4s ease-in-out;
  animation:MenuAnimIn4 0.4s ease-in-out
}
.menuwrapper &gt;.sub-menu.dl-animate-in-4{
  -webkit-animation:SubMenuAnimIn4 0.4s ease;
  animation:SubMenuAnimIn4 0.4s ease
}
.menuwrapper &gt;.sub-menu.dl-animate-out-4{
  -webkit-animation:SubMenuAnimOut4 0.4s ease;
  animation:SubMenuAnimOut4 0.4s ease
}
@-webkit-keyframes MenuAnimOut4{
  0%{
  }
  100%{
    -webkit-transform:scale(1.2);
    opacity:0
  }
}
@keyframes MenuAnimOut4{
  0%{
  }
  100%{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    opacity:0
  }
}
@-webkit-keyframes MenuAnimIn4{
  0%{
    -webkit-transform: scale(1.2);
    opacity:0
  }
  100%{
    -webkit-transform:scale(1);
    opacity:1
  }
}
@keyframes MenuAnimIn4{
  0%{
    -webkit-transform:scale(1.2);
    transform:scale(1.2);
    opacity:0
  }
  100%{
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity:1
  }
}
@-webkit-keyframes SubMenuAnimIn4{
  0%{
    -webkit-transform:scale(0.8);
    opacity:0
  }
  100%{
    -webkit-transform:scale(1);
    opacity:1
  }
}
@keyframes SubMenuAnimIn4{
  0%{
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    opacity:0
  }
  100%{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
  }
}
@-webkit-keyframes SubMenuAnimOut4{
  0%{
    -webkit-transform:scale(1);
    opacity:1
  }
  100%{
    -webkit-transform:scale(0.8);
    opacity:0
  }
}
@keyframes SubMenuAnimOut4{
  0%{
    -webkit-transform:scale(1);
    transform:scale(1);
    opacity:1
  }
  100%{
    -webkit-transform:scale(0.8);
    transform:scale(0.8);
    opacity:0
  }
}
#nectar-ocm-ht-line-check {
  position: absolute;
  visibility: hidden;
  pointer-events: none;
  width: 100%;
  font-size: 36px;
  line-height: 36px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight: 700;
  letter-spacing: -1px;
}
#slide-out-widget-area.fullscreen-split[data-dropdown-func="default"] .off-canvas-menu-container li ul, 
.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul, 
#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul {
  position: relative;
  max-height: 0;
  box-sizing: content-box;
  -webkit-transition: max-height 0.5s cubic-bezier(0.215,0.61,0.355,1),padding 0.25s cubic-bezier(0.215,0.61,0.355,1);
  transition: max-height 0.5s cubic-bezier(0.215,0.61,0.355,1),padding 0.25s cubic-bezier(0.215,0.61,0.355,1);
  -ms-transform: none;
  -webkit-transform: none;
  transform: none;
  overflow: hidden;
}
.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul, 
#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul {
  padding-left: 20px;
}
.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul &gt; li:first-child, 
#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul &gt; li:first-child {
  margin-top: 10px;
}
.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li ul &gt; li:last-child, 
#slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul &gt; li:last-child {
  margin-bottom: 0;
}
.material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container li li a, 
body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container li li a {
  font-size: 16px;
  line-height: 22px;
}
.material #slide-out-widget-area[class*="slide-out-from-right"] .inner .off-canvas-menu-container .menu-item-has-children &gt; a, 
body #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container .menu-item-has-children &gt; a{
  margin-right: 20px;
}
body:not(.material) #slide-out-widget-area[data-dropdown-func="separate-dropdown-parent-link"] .off-canvas-menu-container li ul &gt; li:last-child {
  margin-bottom: 10px;
}
#footer-outer .col .widget_recent_entries span, 
#footer-outer .col .recent_posts_extra_widget .post-widget-text span, 
#slide-out-widget-area .widget_recent_entries span, 
#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span{
  display:block;
  line-height:17px;
  color:#999;
  font-size:11px;
  margin-bottom:6px
}
#slide-out-widget-area .widget_recent_entries span, 
#slide-out-widget-area .recent_posts_extra_widget .post-widget-text span{
  color:inherit
}
#slide-out-widget-area .widget_recent_entries span{
  opacity:0.8
}
#footer-outer #footer-widgets .col ul li{
  padding:8px 0;
  list-style:none;
  margin-bottom:0;
  border-bottom:1px solid #444
}
#footer-outer #footer-widgets .col ul li:last-child{
  margin-bottom:0
}
#footer-outer .widget.widget_nav_menu li a,
#footer-outer #footer-widgets .col ul ul li:last-child{
  border-bottom:0!important
}

#footer-outer #footer-widgets .col p{
  padding-bottom:20px
}
#footer-outer #footer-widgets .col p:last-child{
  padding-bottom:0
}




/***************** Calendar Widget ******************/
.widget_calendar{
  position:relative;
}
#sidebar .widget_calendar {
	margin-bottom: 30px;
}
.widget_calendar table{
  width:100%;
  border-collapse:collapse
}
.widget_calendar table td, 
#footer-outer #footer-widgets .col .widget_calendar table th{
  text-align:center
}
.widget_calendar table tbody td{
  border:0;
  padding:4px;
  font-size:14px;
  color:#666
}
.widget_calendar table tbody tr td:first-child{
  border-left:0
}
.widget_calendar table tbody tr:nth-child(2n+1){
  background-color:#f0f0f0
}
#slide-out-widget-area .widget_calendar table tbody tr:nth-child(2n+1) {
	background-color: rgba(0,0,0,0.1);
}

.widget_calendar table th{
  font-weight:700;
  border-bottom:0;
  text-align:center;
  padding-bottom:10px;
  color:#999
}
.widget_calendar table #prev{
  text-align:left;
  position:relative;
  padding:10px 0 0 0;
  z-index:2
}
.widget_calendar table #next{
  text-align:right;
  position:relative;
  padding:10px 0 0 0;
  z-index:2
}
.widget_calendar caption{
  width: 100%;
	text-align: center;
	color: #fff;
	padding: 5px;
	background-color: rgba(0,0,0,0.2);
}
.widget_calendar .wp-calendar-nav {
	display: table;
	width: 100%;
}
body .widget_calendar th,
body:not(.woocommerce-cart) .main-content .widget_calendar th {
	text-align: center;
}
.widget_calendar .wp-calendar-nav span {
	display: table-cell;
	line-height: 1;
	padding: 2.5%;
}
.widget_calendar .wp-calendar-nav-prev{
	    text-align: left;
}
.widget_calendar .calendar_wrap .wp-calendar-nav-next{
	    text-align: right;
}
#footer-outer #footer-widgets .col .widget_calendar table tbody td{
  border:0;
  color:#666;
  padding:8px;
  font-size:14px
}
#footer-outer #footer-widgets .col .widget_calendar table{
  border-collapse:collapse
}
#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child{
  border-left:0
}
#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1){
  background-color:rgba(0,0,0,0.1)
}
#footer-outer #footer-widgets .col .widget_calendar table th{
  border-bottom:0;
  padding-bottom:10px;
  font-weight:700;
	padding: 10px;
  color:#666
}
#footer-outer #footer-widgets .col .widget_calendar table tfoot tr{
  margin-top:20px
}
.widget_search .search-form, .newsletter-widget form{
  position:relative;
  overflow:hidden
}

.widget_search .search-form input[type=text], 
#sidebar .widget_search .search-form input[type=text], 
#footer-outer #footer-widgets .widget_search .search-form input[type=text] {
  padding-right:45px;
  margin:0 
}
.newsletter-widget form input[type=email]{
  padding-right:75px;
  margin:0
}
.widget_search .search-form button[type=submit] .text, 
body.search-no-results .search-form button[type=submit] .text {
  display: none;
}
body .widget_search .search-form button[type=submit], 
body.search-no-results .search-form button[type=submit] {
  padding: 14px!important;
}
body .widget_search .search-form button[type=submit], 
.widget_search .search-form button[type=submit] .icon-salient-search, 
body.search-no-results .search-form button[type=submit], 
body.search-no-results .search-form button[type=submit] .icon-salient-search,
body .widget_search .search-form button[type=submit]:hover, 
body.search-no-results .search-form button[type=submit]:hover, 
body.search-no-results #search-results .search-form button[type=submit]:hover {
  background-color: transparent!important;
}
body .widget_search .search-form button[type=submit], 
body.search-no-results #search-results .search-form button[type=submit] {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  line-height: 0;
}
body .widget_search .search-form button[type=submit]:hover, 
body.search-no-results .search-form button[type=submit]:hover, 
body.search-no-results #search-results .search-form button[type=submit]:hover {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  box-shadow: none!important;
}
body[data-form-style="minimal"] .widget_search .search-form button[type=submit], 
body[data-form-style="minimal"] .widget_search .search-form button[type=submit]:hover {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}
body.search-no-results[data-form-style="minimal"] #search-results .search-form button[type=submit] {
  top: auto;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
}
.widget_search .search-form button[type=submit] .icon-salient-search, 
body.search-no-results .search-form button[type=submit] .icon-salient-search {
  margin-top: 1px;
  display: block;
  font-size: 17px;
}
.widget_search .search-form button[type=submit] .icon-salient-search:before, 
body.search-no-results .search-form button[type=submit] .icon-salient-search:before {
  content: "\e906";
}
.widget_search .search-form, body.search-no-results .search-form {
  overflow: visible;
}
.widget_search .search-form button[type=submit], 
.widget_search .search-form input[type=submit], 
.newsletter-widget form input[type=submit], 
body[data-form-style="minimal"] .main-content .post-password-form input[type=submit]{
  position:absolute;
  right:0;
  top:0;
  margin:0!important;
  line-height:22px;
  padding:10px 11px
}
body[data-form-style="minimal"] .main-content .post-password-form input[type=submit]{
  top:auto;
  bottom:35px
}
.main-content &gt; .row &gt; form.post-password-form {
  padding: 15% 0;
}
#footer-outer .widget_search .search-form input[type=submit], 
#footer-outer .newsletter-widget form input[type=submit]{
  padding:10px 11px 11px 10px
}
#footer-outer #footer-widgets .col .tagcloud a{
  background-color: rgba(0,0,0,0.1);
  color:#A0A0A0;
  cursor:pointer;
  display:inline-block;
  float:left;
  margin:3px 3px 0 0;
  padding:5px 7px;
  position:relative;
  font-size:8pt;
  text-transform:capitalize;
  transition:all 0.2s linear;
  border-radius:2px;
  line-height:22px;
  -webkit-border-radius:2px;
}
#footer-outer #footer-widgets .col .widget_tag_cloud:after{
  display:block;
  height:0;
  clear:both;
  content:"";
  visibility:hidden
}
#slide-out-widget-area .tagcloud a{
  padding:2px 11px;
  position: relative;
  border:1px solid #fff;
  background-color: transparent;
  margin:0 8px 8px 0;
  font-size:12px;
  display:block;
  float:left;
  text-transform:uppercase;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear
}
#slide-out-widget-area .tagcloud a:last-child:after, 
#slide-out-widget-area .tagcloud:after{
  display:block;
  content:' ';
  clear:both;
  height:1px
}
#footer-outer #footer-widgets .col .tagcloud a:hover {
  background-color:#000;
}

#footer-outer #footer-widgets .col .widget_recent_comments ul li, 
#slide-out-widget-area .widget_recent_comments ul li{
  background:none repeat scroll 0 0 rgba(0,0,0,0.15);
  border:medium none;
  display:block;
  margin-bottom:18px;
  padding:15px;
  position:relative
}
#footer-outer #footer-widgets .col .widget.widget_recent_comments ul li {
	 padding:15px!important;
}
#slide-out-widget-area .widget_recent_comments ul li{
  background:none repeat scroll 0 0 rgba(0,0,0,0.05)
}
#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child, 
#slide-out-widget-area .widget_recent_comments ul li:last-child{
  margin-bottom:0
}
#footer-outer #footer-widgets .col input[type=text],
#footer-outer #footer-widgets .col input[type=email]{
  padding:10px;
  width:100%
}
body[data-form-style="minimal"] #footer-outer #footer-widgets .col input[type=text]{
  color:#fff
}
body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=text]:focus, 
body:not([data-form-style="minimal"]) #footer-outer #footer-widgets .col input[type=email]:focus{
  background-color:#fff
}
#footer-outer #footer-widgets .col input[type=submit]{
  background-color:#000;
  opacity:0.9;
  transition:opacity 0.2s linear 0s;
  -webkit-transition:opacity 0.2s linear 0s;
}
#footer-outer #footer-widgets .col input[type=submit]:hover{
  opacity:1
}
#footer-outer #footer-widgets .col .search-form form, 
#footer-outer #footer-widgets .col .search-form label, 
#footer-outer #footer-widgets .col .newsletter-widget form, 
#footer-outer #footer-widgets .col .search-form{
  line-height:12px
}
#footer-outer .recent_projects_widget img{
  background-color:#444;
  border-color:#4d4d4d
}
#footer-outer .recent_projects_widget a:hover img{
  border-color:#616161;
  background-color:#616161
}

#footer-outer #footer-widgets .col ul li:first-child &gt;a,
#footer-outer #footer-widgets .col ul li:first-child {
  padding-top:0!important
}
#footer-outer #footer-widgets .rsswidget img{
  margin-bottom:-2px;
  margin-right:2px
}



/***************** Call to action ******************/
#call-to-action{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:300;
  position:relative;
  z-index:10;
  background-color:#eeedec;
  text-align:center;
  vertical-align:bottom;
  font-size:22px
}
#boxed #call-to-action .container,
#call-to-action .container,
#footer-outer[data-full-width="1"] #call-to-action .container{
  padding:42px 0 36px 0
}
#call-to-action .container span{
  display:inline-block
}
#call-to-action .container a{
  background:none repeat scroll 0 0 #000;
  position:relative;
  top:-3px;
  color:#FFF;
  margin-bottom:0;
  font-size:12px;
  box-shadow:0 -3px rgba(0,0,0,0.1) inset;
  -webkit-box-shadow:0 -3px rgba(0,0,0,0.1) inset;
  text-transform:uppercase;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700;
  letter-spacing:2px;
  margin-left:20px;
  line-height:24px;
  display:inline-block;
  border-radius:5px 5px 5px 5px;
  padding:16px 21px
}
#call-to-action .triangle{
  border-left:10px solid transparent;
  border-right:10px solid transparent;
  border-top:10px solid #f8f8f8;
  height:10px;
  width:10px;
  left:440px;
  margin:-42px auto 33px auto
}
#call-to-action a{
  color:#45484a;
  opacity:1;
  transition:opacity 0.3s linear;
  -webkit-transition:opacity 0.3s linear;
}
#call-to-action a:hover{
  opacity:0.75
}
#call-to-action span{
  color:#4b4f52;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600
}




/*-------------------------------------------------------------------------*/
/* 16. Sidebar Styles 
/*-------------------------------------------------------------------------*/
#sidebar div ul{
  margin-left:0
}
#sidebar div ul li{
  padding:8px 0;
  list-style:none;
  border-bottom:1px solid #e6e6e6
}
#sidebar &gt;div{
  margin-bottom:50px
}
#sidebar &gt;div:last-child{
  margin-bottom:0
}
#sidebar #sidebar-inner{
  margin-bottom:0
}
#sidebar h4{
  color:#000;
	opacity: 0.7;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  font-size:14px;
  margin-bottom:15px;
}
#sidebar .widget_recent_comments h4, 
#sidebar .Simple_Flickr_Photos h4{
  margin-bottom:16px
}
#sidebar .widget li:first-child{
  padding-top:0
}
#sidebar .widget .recentcomments,
.original #sidebar .widget .recentcomments,
.ascend #sidebar .widget .recentcomments {
  padding:15px;
  margin-bottom:22px;
  border:none;
  position:relative;
  display:block;
  background:none repeat scroll 0 0 rgba(0,0,0,0.02)
}

.widget .tagcloud a, 
#sidebar .widget .tagcloud a, 
.post-area .content-inner &gt; .post-tags a {
  background-color:#333;
  color:#FFF;
  cursor:pointer;
  display:inline-block;
  line-height:22px;
  margin:3px 3px 0 0;
  padding:5px 7px;
  font-size: 14px!important;
  position:relative;
  text-transform:capitalize;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
  border-radius:2px;
  -webkit-border-radius:2px;
}
.single #ajax-content-wrap .post-area .content-inner &gt; .post-tags a {
  font-size: 14px!important;
  text-transform:capitalize;
}
#sidebar .widget_tag_cloud:after{
  display:block;
  height:0;
  clear:both;
  content:"";
  visibility:hidden
}
#sidebar .widget .tagcloud a:hover, 
.post-tags a:hover{
  background-color:#000
}
#sidebar .widget input[type=text], 
#sidebar .widget input[type=email]{
  padding:10px;
  width:100%
}
#sidebar .widget form p{
  padding-bottom:15px
}
#sidebar .widget.widget_categories ul ul, 
#sidebar .widget.widget_pages ul ul, 
#sidebar .widget.widget_nav_menu ul ul{
  margin:0!important;
  padding:0 0 0 20px
}
#sidebar .widget.widget_categories li, 
#sidebar .widget.widget_pages li, 
#sidebar .widget.widget_nav_menu li{
  border-bottom:0!important;
  padding:0!important
}
#sidebar .widget.widget_categories li a, 
#sidebar .widget.widget_pages li a, 
#sidebar .widget.widget_nav_menu li a{
  padding:8px 0;
  display:block;
  border-bottom:1px solid #E6E6E6
}
#sidebar .widget.widget_categories li { 
	position: relative; 
}
#sidebar .widget.widget_categories li .post_count {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	background-color: rgba(0,0,0,0.05);
	padding: 5px 8px;
	border-radius: 100px;
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
}

#sidebar .widget.widget_categories &gt;ul &gt;li:first-child &gt;a, 
#sidebar .widget.widget_pages &gt;ul &gt;li:first-child &gt;a, 
#sidebar .widget.widget_nav_menu &gt;ul &gt;li:first-child &gt;a{
  padding-top:0
}
#sidebar.left-sidebar{
  float:left
}
.post-area.col_last{
  float:right
}
#sidebar &gt; .widget_media_image {
  text-align: center;
}
#sidebar .recent_projects_widget img,
#footer-outer .recent_projects_widget img {
  margin-bottom:0;
}
.recent_projects_widget img, 
#sidebar #flickr img, 
#footer-outer #flickr img{
  margin-bottom:0;
  display:block;
  padding:5px;
  background-color:#fff;
  margin-top:0;
  margin-left:0;
  border:1px solid #e5e5e5;
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}
.recent_projects_widget a:hover img, 
#sidebar #flickr a:hover img, 
#footer-outer #flickr a:hover img{
  border-color:#000
}
.recent_projects_widget div a, 
#sidebar #flickr div a,
#footer-outer #flickr div a{
  float:left;
  margin:2% 2% 0 0;
  width:32%
}
.recent_projects_widget div a:nth-child(3n+3), 
#sidebar #flickr div:nth-child(3n+3) a, 
#footer-outer #flickr div:nth-child(3n+3) a{
  margin-right:0
}
#slide-out-widget-area .recent_projects_widget img{
  height:auto;
  width:100%
}
#sidebar select{
  max-width:100%
}
.recent_projects_widget &gt;div:after{
  clear:both;
  content:'';
  display:block
}
.widget_pages ul ul{
  margin-top:20px;
  margin-bottom:30px;
  margin-left:20px!important
}






/*-------------------------------------------------------------------------*/
/* 17. Comment Styles 
/*-------------------------------------------------------------------------*/
body #respond{
  background-color:transparent;
  box-shadow:none;
  padding:0 
}
#respond &gt;p, 
#respond .comment-notes, 
p.logged-in-as{
  margin-bottom:10px
}
p.logged-in-as{
  padding-bottom:0
}
body .comment-list{
  margin-bottom:40px;
  margin-left:0
}
.comment-list li{
  list-style:none
}
.comment-list .comment &gt;div, 
.comment-list .pingback &gt;div{
  background-color:#fff;
  margin:0;
  overflow:hidden;
  padding:25px;
  margin-top:2em;
  position:relative;
  padding-left:116px;
  box-shadow:0 1px 2px rgba(0,0,0,0.17);
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.17)
}
.comment-list .children{
  margin-left:0;
  padding-left:40px;
  border-left:1px solid #ddd;
}
body:not(.material) .comment-list .children{
  margin-left:0;
  padding-left:40px;
  border-left:1px solid #ddd;
  background-repeat:no-repeat;
  background-position:left 20px;
  background-image:url(/wp-content/themes/eyeprotect/img/icons/comment-children-line.jpg) 
}
.comment-list .comment &gt;div img.avatar, 
.comment-list .pingback &gt;div img.avatar{
  position:absolute;
  left:29px;
  top:29px;
  width:60px;
  height:60px
}
.comment-list .reply{
  position:absolute;
  top:29px;
  right:29px
}
.comment-list .reply a{
  box-shadow:0 1px 0 rgba(255,255,255,0.3) inset;
  color:#FFF;
  cursor:pointer;
  padding:3px 7px;
  font-size:11px;
  transition:all 0.2s linear 0s;
  -webkit-transition:all 0.2s linear 0s;
  width:auto;
  border-radius:2px;
  -webkit-border-radius:2px;
  background-color:#333
}
.comment-list .comment-author,
.comment-list .pingback .comment-body &gt; a {
  color:#333;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
	font-size: 16px;
	line-height: 30px;
}
.comment-list .pingback .comment-body &gt; a { display: block; }

body.material .comment-list .pingback .comment-body,
body.ascend .comment-list .pingback .comment-body {
	padding-left: 0;
}
body.original .comment-list .pingback .comment-body {
	padding-left: 25px;
}
.comment-list .comment-meta{
  font-size:11px;
  line-height:15px
}
.comment-list .comment-meta a{
  color:#888
}
.comment-list .comment-meta a:hover{
  color:#000
}
.comment-list .reply a:hover{
  background-color:#000
}
.comment-list .comment &gt;div p, 
.comment-list .pingback &gt;div p{
  padding-bottom:0;
  margin-top:10px
}
.comment-list .comment #commentform .form-submit {
	margin-top: 0;
}
#respond h3 .cancel-comment-reply, 
#respond #cancel-comment-reply-link{
  display:inline-block;
  margin-left:10px;
  padding-left:10px;
  position:relative;
  border-left:1px solid #ddd
}
#respond h3, 
h3#comments{
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600;
  text-transform:none;
}
.comment-author a{
  color:inherit
}
body.original .bypostauthor .comment-body {
  position: relative;
}
body.original .bypostauthor .comment-body:before {
  opacity: 0.06;
  position: absolute;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  top: 0;
  left: 0;
}
body:not(.original) .bypostauthor &gt; .comment-body &gt; .comment-author &gt; img.avatar {
  border: 3px solid #000;
  padding: 3px;
}
body.material .comment-list .comment .bypostauthor &gt; .comment-body &gt; .comment-author &gt; img.avatar {
  border: 2px solid #000;
  padding: 2px;
}



/*-------------------------------------------------------------------------*/
/* 18. General Form Styles 
/*-------------------------------------------------------------------------*/
input[type=text],  
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=url], 
input[type=search], 
input[type=date],
textarea {
  padding:10px;
  width:100%;
  font-size:14px;
  font-family: inherit;
  line-height:24px;
  color:#555;
  background-color:#f1f1f1;
  border: none;
  transition:all 0.2s ease;
  -webkit-transition:all 0.2s ease;
}
input:focus,
select:focus,
textarea:focus {
  outline: 0;
}
.original[data-form-style="default"] input[type=text]:focus, 
.original[data-form-style="default"] textarea:focus, 
.original[data-form-style="default"] input[type=email]:focus, 
.original[data-form-style="default"] input[type=search]:focus, 
.original[data-form-style="default"] input[type=password]:focus, 
.original[data-form-style="default"] input[type=tel]:focus, 
.original[data-form-style="default"] input[type=url]:focus, 
.original[data-form-style="default"] input[type=date]:focus{
  background-color:#ebebeb
}
input[type=submit], 
button[type=submit], 
input[type="button"]{
  background-color:#333;
  padding:7px 11px;
  border:none;
  color:#fff;
  cursor:pointer;
  transition:all 0.45s cubic-bezier(0.25,1,0.33,1);
  -webkit-transition:all 0.45s cubic-bezier(0.25,1,0.33,1);
  width:auto;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight: 600;
  font-size:14px;
  border-radius:2px;
  -webkit-border-radius:2px;
}
input[type=submit]:hover, 
button[type=submit]:hover, 
input[type="button"]:hover{
  background-color:#000
}
body[data-form-submit="regular"] .container-wrap input[type=submit], 
body[data-form-submit="regular"] .container-wrap button[type=submit], 
body[data-form-submit="see-through"] .container-wrap input[type=submit], 
body[data-form-submit="see-through"] .container-wrap button[type=submit]:not(.search-widget-btn) {
  padding:15px 22px!important
}
body[data-form-submit="regular"] input[type=submit]:hover, 
body[data-form-submit="regular"] button[type=submit]:hover{
  opacity:0.85
}
body[data-form-submit="see-through"] input[type=submit],
body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn),
body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order {
  background-color:transparent!important;
  border:2px solid #000!important
}

select{
  padding:10px;
  width:100%;
  border: none;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:400;
  font-size:12px;
  line-height:22px;
  color:#555;
  background-color:#fff;
  box-shadow:0 1px 2px rgba(0,0,0,0.16);
  -webkit-box-shadow:0 1px 2px rgba(0,0,0,0.16);
  transition:all 0.2s linear;
  -webkit-transition:all 0.2s linear;
}
textarea{
  max-width:100%
}


/* Minimal Form Style */
body[data-form-style="minimal"] input[type="text"], 
body[data-form-style="minimal"] textarea, 
body[data-form-style="minimal"] input[type="email"], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], 
body[data-form-style="minimal"] input[type=password], 
body[data-form-style="minimal"] input[type=tel], 
body[data-form-style="minimal"] input[type=url], 
body[data-form-style="minimal"] input[type=search], 
body[data-form-style="minimal"] input[type=date] {
  background-color: rgba(0,0,0,0.035);
  box-shadow:none;
  -webkit-box-shadow:none;
  border:none;
  position:relative;
  margin:0;
  font-size:14px;
  border-bottom: 2px solid #e0e0e0;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  border-radius: 0;
}
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"], 
body[data-form-style="minimal"] .container-wrap .span_12.light textarea, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search], 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date]{
  color:#fff;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  background-color: rgba(255,255,255,0.04);
	box-shadow: none;
  border-bottom: 2px solid transparent;
}

body[data-form-style="minimal"] .container-wrap .span_12.light input[type="text"]:focus, 
body[data-form-style="minimal"] .container-wrap .span_12.light textarea:focus, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"]:focus, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=password]:focus, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=tel]:focus, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=url]:focus, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=search]:focus, 
body[data-form-style="minimal"] .container-wrap .span_12.light input[type=date]:focus {
	border-top: 0;
  border-left: 0;
  border-right: 0;
	border-color: #fff;
}

body[data-form-style="minimal"] textarea, body[data-form-style="minimal"].woocommerce #review_form #respond textarea{
  padding: 20px;
}
body[data-form-style="minimal"] .widget_search .search-form .search-submit{
  top:30px
}

/* Fancy Selects */
body[data-fancy-form-rcs="1"] .select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  padding: 4px;
}
body[data-fancy-form-rcs="1"] .select2-container .select2-choice, 
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single {
  height: auto;
  background-color:transparent;
  border-color:#e0e0e0;
  padding-top:5px;
  padding-bottom:5px;
  -webkit-transition:background-color 0.15s cubic-bezier(.39,.71,.56,.98),color 0.15s cubic-bezier(.39,.71,.56,.98);
  transition:background-color 0.15s cubic-bezier(.39,.71,.56,.98),color 0.15s cubic-bezier(.39,.71,.56,.98)
}
body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover .select2-arrow b:after{
  -webkit-transition:border-color 0.15s cubic-bezier(.39,.71,.56,.98);
  transition:border-color 0.15s cubic-bezier(.39,.71,.56,.98)
}
body[data-fancy-form-rcs="1"] .select2-drop, 
body[data-fancy-form-rcs="1"] .select2-dropdown{
  border:none;
  background-color:#fff;
  box-shadow:0 0 6px rgba(0,0,0,0.2)
}
body[data-fancy-form-rcs="1"] .select2-container, 
body[data-fancy-form-rcs="1"] .select2-drop, 
body[data-fancy-form-rcs="1"] .select2-search, 
.select2-search input{
  font-size:14px
}
body[data-fancy-form-rcs="1"] .select2-container:not(.select2-dropdown-open) .select2-choice:hover .select2-arrow b:after, 
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, 
body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection__arrow b {
  border-top-color:#fff
}
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice .select2-arrow b:after, 
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__arrow b, 
body[data-fancy-form-rcs="1"] .select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color:#fff
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 100%;
  width: 30px;
  top: 0;
}
body[data-fancy-form-rcs="1"] .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 10px;
  padding-right: 30px;
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option[aria-selected=true], 
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #f0f0f0!important;
}
body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-above .select2-search input, 
body[data-fancy-form-rcs="1"] .select2-drop.select2-drop-below .select2-search input, 
body[data-fancy-form-rcs="1"] .select2-drop .select2-search input[type="text"]{
  padding:0 4px!important;
  margin-top:7px!important
}
body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover, 
body[data-fancy-form-rcs="1"] .select2-container .select2-choice:hover &gt;.select2-chosen, 
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice, 
body[data-fancy-form-rcs="1"] .select2-dropdown-open .select2-choice &gt;.select2-chosen{
  color:#fff!important;
  box-shadow:none;
  -webkit-box-shadow:none
}
body[data-fancy-form-rcs="1"].admin-bar .select2-drop.select2-drop-above.select2-drop-active{
  margin-top:-33px
}
.select2-container .select2-choice&gt;.select2-chosen{
  color:#000!important;
  line-height:30px;
  padding-left:3px
}
body[data-fancy-form-rcs="1"] .fancy-select-wrap{
  padding-top:12px
}
body[data-fancy-form-rcs="1"] .fancy-select-wrap label{
  padding-bottom:0;
  font-size:12px;
  display:inline-block;
  color:#acacac!important
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single .select2-selection__rendered, 
body[data-fancy-form-rcs="1"] .select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: #444!important;
}
body[data-fancy-form-rcs="1"] .select2-container--default:hover .select2-selection--single .select2-selection__rendered, 
body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single .select2-selection__rendered,
body[data-form-submit="see-through"] input[type=submit]:hover, 
body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn):hover,
.nectar_icon_wrap[data-style="shadow-bg"]:not([data-color="white"]) .nectar_icon i {
  color: #fff!important;
}
body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover .select2-selection__placeholder {
  color: #fff;
}
div.wpforms-container-full .wpforms-form .select2-container {
  position: relative;
}

.widget_text textarea{
  max-height:100px
}


/* Gravity Forms */
body .gform_wrapper .description, 
body .gform_wrapper .gfield_description, 
body .gform_wrapper .gsection_description, 
body .gform_wrapper .instruction{
  font-size:12px
}
body .gform_wrapper div.charleft{
  font-size:10px
}
body .gform_wrapper .top_label .gfield_label {
  margin-top:20px;
  margin-bottom:6px;
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:700
}

/* Contact Form 7 */
.wpcf7-form p span{
  color:#000
}
div.wpcf7-validation-errors, 
.light .wpcf7 div.wpcf7-response-output{
  color:#666!important 
}
div.wpcf7 img.ajax-loader{
  margin-top:10px;
  display:inline-block
}
.wpcf7-not-valid-tip{
  background:none repeat scroll 0 0 #fff
}
.minimal-form-input .wpcf7-not-valid-tip{
  position:absolute;
  top:100% 
}
.wpcf7-form .wpcf7-not-valid-tip{
  top:-3px;
  padding:2px 6px;
  border:0;
  box-shadow:0 4px 9px rgba(0,0,0,0.07);
  -webkit-box-shadow: 0 4px 9px rgba(0,0,0,0.07);
}
.wpb_column.centered-text .wpcf7-form .wpcf7-not-valid-tip {
	text-align: left;
}
.wpcf7 .wpcf7-response-output{
  background-color:#fff;
  margin-left:0;
  margin-top:10px
}

.wpcf7-form .nectar-wpcf7-inline-form {
	display: flex;
	flex-direction: row;
	padding: 27px 0;
}

.material .wpcf7-form .nectar-wpcf7-inline-form { 
	padding: 1.5em 0;
}

.wpcf7-form .nectar-wpcf7-inline-form &gt; div:last-child {
	padding-right: 0;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field {
	flex-grow: 1;
	padding-right: 30px;
	display: flex;
	align-items: center;
}

.wpcf7-form .nectar-wpcf7-inline-form .ajax-loader {
	align-self: center;
	margin-left: 10px;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field input {
	width: 100%;
}

.wpcf7-form .nectar-wpcf7-inline-form .nectar-wpcf7-inline-field &gt; *:not(.ajax-loader) {
	width: 100%;
}

@media only screen and (max-width: 1000px) {
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col,
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col {
		flex-wrap: wrap;
		padding-bottom: 0;
	}
	
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-2-col .nectar-wpcf7-inline-field {
		width: 50%;
		padding-bottom: 1.5em;
	}
	
	.wpcf7-form .nectar-wpcf7-inline-form.mobile-1-col .nectar-wpcf7-inline-field {
		width: 100%;
		padding-bottom: 1.5em;
	}
}




/* table styling */
body:not(.woocommerce-cart) .main-content table{
  margin:0 0 20px;
  padding:0;
  width:100%;
  border-collapse:collapse;
  border-spacing:0;
  background-color:#fff;
  border-top:1px solid #ececec
}
body:not(.woocommerce-cart) .main-content tr th:first-child, 
body:not(.woocommerce-cart) .main-content tr td:first-child{
  border-left-style:solid;
  border-left-width:1px;
  border-color:#ececec
}
body:not(.woocommerce-cart) .main-content tr th:first-child, 
body:not(.woocommerce-cart) .main-content tr td:first-child{
  border-left-style:solid;
  border-left-width:1px
}
body:not(.woocommerce-cart) .main-content th{
  border-left:medium none;
  border-style:none solid solid none;
  border-top:medium none;
  border-width:medium 1px 1px medium;
  font-weight:bold;
  padding:10px;
  text-align:left;
  border-color:#ececec
}
body:not(.woocommerce-cart) .main-content td{
  border-color:#ececec;
  border-left:none;
  border-style:none solid solid none;
  border-top:medium none;
  border-width:medium 1px 1px medium;
	font-size: 14px;
  padding:10px
}
body:not(.woocommerce-cart) .main-content table tr:nth-child(2n+1){
  background-color:#fcfcfc
}



/******** Keyframe animations ********/
@keyframes fadebottom{
  0%{
    opacity:1;
    transform:translateY(0px);
  }
  25%{
    opacity:0;
    transform:translateY(20px);
  }
  30%{
    opacity:0;
    transform:translateY(0px);
  }
  45%{
    opacity:1;
    transform:translateY(0px);
  }
  100%{
    opacity:1;
    transform:translateY(0px);
  }
}
@-webkit-keyframes fadebottom{
  0%{
    opacity:1;
    transform:translateY(0px);
    -webkit-transform:translateY(0px)
  }
  25%{
    opacity:0;
    transform:translateY(20px);
    -webkit-transform:translateY(20px)
  }
  30%{
    opacity:0;
    transform:translateY(0px);
    -webkit-transform:translateY(0px)
  }
  45%{
    opacity:1;
    transform:translateY(0px);
    -webkit-transform:translateY(0px)
  }
  100%{
    opacity:1;
    transform:translateY(0px);
    -webkit-transform:translateY(0px)
  }
}




/*-------------------------------------------------------------------------*/
/* 19. Page Builder Full Width Calcs
/*-------------------------------------------------------------------------*/

/* Full width row BGs */
body .full-width-section,
body .full-width-content {  
  visibility: visible; 
}

.portfolio-filters-inline.full-width-section:not(.non-fw),
.portfolio-filters-inline.full-width-content,
.post-area.full-width-content.standard-minimal,
body[data-col-gap] .vc_row-fluid .span_12.post-area.full-width-content.standard-minimal,
.full-width-content.blog-fullwidth-wrap,
.wpb_row.full-width-content, 
.full-width-content.nectar-shop-outer,
.page-submenu &gt; .full-width-section,
.page-submenu .full-width-content,
.wpb_row.full-width-section .mobile-video-image,
body .full-width-section .row-bg-wrap,
body .full-width-section .nectar-parallax-scene,
body .full-width-section &gt; .nectar-shape-divider-wrap,
body .full-width-section &gt; .video-color-overlay,
body[data-aie="zoom-out"] .first-section .row-bg-wrap, 
body[data-aie="long-zoom-out"] .first-section .row-bg-wrap,
body[data-aie="zoom-out"] .top-level.full-width-section .row-bg-wrap, 
body[data-aie="long-zoom-out"] .top-level.full-width-section .row-bg-wrap,
body .full-width-section.parallax_section .row-bg-wrap,
.nectar-slider-wrap[data-full-width="true"],
.wpb_row.full-width-section .templatera_shortcode &gt; .wpb_row.full-width-section &gt; .row-bg-wrap {
  margin-left: -50vw;
  left: 50%;
  width: 100vw;
}
body .full-width-section &gt; .nectar-video-wrap {
  margin-left: -50vw;
  left: 50%;
  width: 100vw!important;
}
body .full-width-section &gt; .nectar-video-wrap,
body .full-width-content &gt; .nectar-video-wrap,
.nectar-video-wrap .nectar-video-inner {
  height: 100%;  
}

/* Boxed and left header */
@media only screen and (min-width: 1000px) {
  
  [data-header-format="left-header"] .full-width-content.blog-fullwidth-wrap,
  [data-header-format="left-header"] .wpb_row.full-width-content, 
  [data-header-format="left-header"] .full-width-content.nectar-shop-outer,
  [data-header-format="left-header"] .page-submenu &gt; .full-width-section,
  [data-header-format="left-header"] .page-submenu .full-width-content,
  [data-header-format="left-header"] .full-width-section .row-bg-wrap,
  [data-header-format="left-header"] .full-width-section .nectar-parallax-scene,
  [data-header-format="left-header"] .full-width-section &gt; .nectar-shape-divider-wrap,
  [data-header-format="left-header"] .full-width-section &gt; .video-color-overlay,
  [data-header-format="left-header"][data-aie="zoom-out"] .first-section .row-bg-wrap, 
  [data-header-format="left-header"][data-aie="long-zoom-out"] .first-section .row-bg-wrap,
  [data-header-format="left-header"][data-aie="zoom-out"] .top-level.full-width-section .row-bg-wrap, 
  [data-header-format="left-header"][data-aie="long-zoom-out"] .top-level.full-width-section .row-bg-wrap,
  [data-header-format="left-header"] .full-width-section.parallax_section .row-bg-wrap,
  [data-header-format="left-header"] .nectar-slider-wrap[data-full-width="true"],
  body[data-header-format="left-header"] .wpb_row.full-width-section .templatera_shortcode &gt; .wpb_row.full-width-section &gt; .row-bg-wrap {
    margin-left: calc(-50vw + 135px);
    width: calc(100vw - 272px);
    left: 50%;
  }
  [data-header-format="left-header"] .full-width-section &gt; .nectar-video-wrap {
    margin-left: calc(-50vw + 135px);
    width: calc(100vw - 272px)!important;
    left: 50%;
  }
  
  
  #boxed .full-width-content.blog-fullwidth-wrap,
  #boxed .wpb_row.full-width-content, 
  #boxed .page-submenu &gt; .full-width-section,
  #boxed .page-submenu .full-width-content,
  #boxed .full-width-content.nectar-shop-outer,
  body #boxed .full-width-section .row-bg-wrap,
  body #boxed .full-width-section .nectar-parallax-scene,
  body #boxed .full-width-section &gt; .nectar-shape-divider-wrap,
  body #boxed .full-width-section &gt; .video-color-overlay,
  body[data-aie="zoom-out"] #boxed .first-section .row-bg-wrap, 
  body[data-aie="long-zoom-out"] #boxed .first-section .row-bg-wrap,
  body[data-aie="zoom-out"] #boxed .top-level.full-width-section .row-bg-wrap, 
  body[data-aie="long-zoom-out"] #boxed .top-level.full-width-section .row-bg-wrap,
  body #boxed .full-width-section.parallax_section .row-bg-wrap,
  #boxed .nectar-slider-wrap[data-full-width="true"],
  #boxed .wpb_row.full-width-section .templatera_shortcode &gt; .wpb_row.full-width-section &gt; .row-bg-wrap,
  #boxed .portfolio-filters-inline.full-width-section:not(.non-fw) {
    margin-left: -5%;
    width: 110%;
    left: 0;
  }
  body #boxed .full-width-section &gt; .nectar-video-wrap {
    margin-left: -5%;
    width: 110%!important;
    left: 0;
  }
  
}

@media only screen and (max-width: 999px) and (min-width: 691px) {
  
  #boxed .full-width-content.blog-fullwidth-wrap,
  #boxed .wpb_row.full-width-content, 
  #boxed .page-submenu &gt; .full-width-section,
  #boxed .page-submenu .full-width-content,
  body #boxed .full-width-section .row-bg-wrap,
  body #boxed .full-width-section .nectar-parallax-scene,
  body #boxed .full-width-section &gt; .nectar-shape-divider-wrap,
  body #boxed .full-width-section &gt; .video-color-overlay,
  body[data-aie="zoom-out"] #boxed .first-section .row-bg-wrap, 
  body[data-aie="long-zoom-out"] #boxed .first-section .row-bg-wrap,
  body[data-aie="zoom-out"] #boxed .top-level.full-width-section .row-bg-wrap, 
  body[data-aie="long-zoom-out"] #boxed .top-level.full-width-section .row-bg-wrap,
  body #boxed .full-width-section.parallax_section .row-bg-wrap,
  #boxed .nectar-slider-wrap[data-full-width="true"],
  #boxed .wpb_row.full-width-section .templatera_shortcode &gt; .wpb_row.full-width-section &gt; .row-bg-wrap {
    margin-left: -7%;
    width: 114%;
    left: 0;
  }
  body #boxed .full-width-section &gt; .nectar-video-wrap {
    margin-left: -7%;
    width: 114%!important;
    left: 0;
  }
  
}

.page-submenu .full-width-content,
.page-submenu &gt; .full-width-section,
.full-width-content.blog-fullwidth-wrap,
.portfolio-filters-inline.full-width-content,
.portfolio-filters-inline.full-width-section { 
	position: relative;
}


/* Prevent full width bgs on rows inside non compat areas */
body .post-area.span_9 
body .post-area.span_9 .portfolio-filters-inline.full-width-section:not(.non-fw),
body .post-area.span_9 .portfolio-filters-inline.full-width-content,
body .post-area.span_9 .post-area.full-width-content.standard-minimal,
body .post-area.span_9 .full-width-content.blog-fullwidth-wrap,
body .post-area.span_9 .wpb_row.full-width-content, 
body .post-area.span_9 .page-submenu &gt; .full-width-section,
body .post-area.span_9 .page-submenu .full-width-content,
body .post-area.span_9 .full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-section .nectar-parallax-scene,
body .post-area.span_9  .full-width-section &gt; .nectar-shape-divider-wrap,
body .post-area.span_9  .full-width-section &gt; .video-color-overlay,
body[data-aie="zoom-out"] .post-area.span_9 .first-section .row-bg-wrap, 
body[data-aie="long-zoom-out"] .post-area.span_9 .first-section .row-bg-wrap,
body[data-aie="zoom-out"] .post-area.span_9 .top-level.full-width-section .row-bg-wrap, 
body[data-aie="long-zoom-out"] .post-area.span_9 .top-level.full-width-section .row-bg-wrap,
body .post-area.span_9 .full-width-section.parallax_section .row-bg-wrap,
body .post-area.span_9 .wpb_row.parallax_section .row-bg-wrap,
.post-area.span_9 .nectar-slider-wrap[data-full-width="true"],
body #boxed .post-area.span_9 .full-width-section .row-bg-wrap,
body .post-area.span_9 .wpb_row.full-width-section .templatera_shortcode &gt; .wpb_row.full-width-section &gt; .row-bg-wrap { 
  margin-left: 0;
  left: 0;
  width: 100%;
}

body .post-area.span_9 .full-width-section &gt; .nectar-video-wrap {
  margin-left: 0;
  left: 0;
  width: 100%!important;
}

.pum .pum-container .popmake-content .full-width-section .row-bg-wrap,
.pum .pum-container .popmake-content .wpb_row.full-width-content,
body #boxed .pum .pum-container .popmake-content .full-width-section .row-bg-wrap,
body #boxed .pum .pum-container .popmake-content .wpb_row.full-width-content {
  margin-left: 0!important;
  left: 0!important;
  width: 100%!important;
}

/* Inner row */
body .wpb_row.full-width-section .wpb_row &gt; .row-bg-wrap,
#boxed .wpb_row.full-width-section .wpb_row &gt; .row-bg-wrap,
body .wpb_row.full-width-content .wpb_row &gt; .row-bg-wrap,
#boxed .wpb_row.full-width-content .wpb_row &gt; .row-bg-wrap {
  margin-left: 0;
  left: 0;
  width: 100%;
}


/* Col BG */
.wpb_row .column-image-bg-wrap, 
.wpb_row .column-image-bg-wrap .inner-wrap, 
.wpb_row .column-image-bg-wrap .column-image-bg {
   overflow:hidden;
   width:100%;
   height:100%;
   position:absolute;
   z-index:1;
   top:0;
   left:0;
}
.wpb_column[data-bg-cover="true"] .column-image-bg, 
.wpb_column .column-inner[data-bg-cover="true"] .column-image-bg {
  background-size:cover;
  background-position:center
}
.wpb_row .column-image-bg-wrap {
   z-index: 0;
   overflow: hidden;
}
.full-width-content.vc_row-fluid .wpb_column .column-image-bg-wrap .column-image-bg{
  background-position:center;
   background-size:cover;
   -webkit-background-size:cover
}
.column-image-bg-wrap[data-bg-pos="center top"] .column-image-bg { background-position: center top; }
.column-image-bg-wrap[data-bg-pos="center bottom"] .column-image-bg  { background-position: center bottom; }
.column-image-bg-wrap[data-bg-pos="left top"] .column-image-bg  { background-position: left top; }
.column-image-bg-wrap[data-bg-pos="left center"] .column-image-bg  { background-position: left center; }
.column-image-bg-wrap[data-bg-pos="left bottom"] .column-image-bg  { background-position: left bottom; }
.column-image-bg-wrap[data-bg-pos="right top"] .column-image-bg  { background-position: right top; }
.column-image-bg-wrap[data-bg-pos="right center"] .column-image-bg  { background-position: right center; }
.column-image-bg-wrap[data-bg-pos="right bottom"] .column-image-bg  { background-position: right bottom; }

/*-------------------------------------------------------------------------*/
/* 20. Salient Icons
/*-------------------------------------------------------------------------*/

@font-face{font-display:swap;
  font-family:'icomoon'; 
  src:url('/wp-content/themes/eyeprotect/css/fonts/icomoon.eot'); 
  src:url('/wp-content/themes/eyeprotect/css/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
      url('/wp-content/themes/eyeprotect/css/fonts/icomoon.woff') format('woff'),
      url('/wp-content/themes/eyeprotect/css/fonts/icomoon.ttf') format('truetype'),
      url('/wp-content/themes/eyeprotect/css/fonts/icomoon.svg#icomoon') format('svg'); 
  font-weight:normal; 
  font-style:normal
}


/* linecons */
@font-face{font-display:swap;font-family:linecons;src:url(/wp-content/themes/eyeprotect/css/fonts/linecons.eot);src:url(/wp-content/themes/eyeprotect/css/fonts/linecons.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/eyeprotect/css/fonts/linecons.ttf) format('truetype'),url(/wp-content/themes/eyeprotect/css/fonts/linecons.woff) format('woff'),url(/wp-content/themes/eyeprotect/css/fonts/linecons.svg#linecons) format('svg');font-weight:400;font-style:normal}[class*=" linecon-icon-"],[class^=linecon-icon-]{font-family:linecons!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.linecon-icon-heart:before{content:"\e600"}.linecon-icon-cloud:before{content:"\e601"}.linecon-icon-star:before{content:"\e602"}.linecon-icon-tv:before{content:"\e603"}.linecon-icon-sound:before{content:"\e604"}.linecon-icon-video:before{content:"\e605"}.linecon-icon-trash:before{content:"\e606"}.linecon-icon-user:before{content:"\e607"}.linecon-icon-key:before{content:"\e608"}.linecon-icon-search:before{content:"\e609"}.linecon-icon-eye:before{content:"\e60a"}.linecon-icon-bubble:before{content:"\e60b"}.linecon-icon-stack:before{content:"\e60c"}.linecon-icon-cup:before{content:"\e60d"}.linecon-icon-phone:before{content:"\e60e"}.linecon-icon-news:before{content:"\e60f"}.linecon-icon-mail:before{content:"\e610"}.linecon-icon-like:before{content:"\e611"}.linecon-icon-photo:before{content:"\e612"}.linecon-icon-note:before{content:"\e613"}.linecon-icon-food:before{content:"\e614"}.linecon-icon-t-shirt:before{content:"\e615"}.linecon-icon-fire:before{content:"\e616"}.linecon-icon-clip:before{content:"\e617"}.linecon-icon-shop:before{content:"\e618"}.linecon-icon-calendar:before{content:"\e619"}.linecon-icon-wallet:before{content:"\e61a"}.linecon-icon-vynil:before{content:"\e61b"}.linecon-icon-truck:before{content:"\e61c"}.linecon-icon-world:before{content:"\e61d"}.linecon-icon-clock:before{content:"\e61e"}.linecon-icon-paperplane:before{content:"\e61f"}.linecon-icon-params:before{content:"\e620"}.linecon-icon-banknote:before{content:"\e621"}.linecon-icon-data:before{content:"\e622"}.linecon-icon-music:before{content:"\e623"}.linecon-icon-megaphone:before{content:"\e624"}.linecon-icon-study:before{content:"\e625"}.linecon-icon-lab:before{content:"\e626"}.linecon-icon-location:before{content:"\e627"}.linecon-icon-display:before{content:"\e628"}.linecon-icon-diamond:before{content:"\e629"}.linecon-icon-pen:before{content:"\e62a"}.linecon-icon-bulb:before{content:"\e62b"}.linecon-icon-lock:before{content:"\e62c"}.linecon-icon-tag:before{content:"\e62d"}.linecon-icon-camera:before{content:"\e62e"}.linecon-icon-settings:before{content:"\e62f"}

/* steadysets */
@font-face{font-display:swap;font-family:steadysets;src:url(/wp-content/themes/eyeprotect/css/fonts/steadysets.eot);src:url(/wp-content/themes/eyeprotect/css/fonts/steadysets.eot?#iefix) format('embedded-opentype'),url(/wp-content/themes/eyeprotect/css/fonts/steadysets.ttf) format('truetype'),url(/wp-content/themes/eyeprotect/css/fonts/steadysets.woff) format('woff'),url(/wp-content/themes/eyeprotect/css/fonts/steadysets.svg#icomoon) format('svg');font-weight:400;font-style:normal}[class*=" steadysets-icon-"],[class^=steadysets-icon-]{font-family:steadysets!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.steadysets-icon-type:before{content:"\e600"}.steadysets-icon-box:before{content:"\e601"}.steadysets-icon-archive:before{content:"\e602"}.steadysets-icon-envelope:before{content:"\e603"}.steadysets-icon-email:before{content:"\e604"}.steadysets-icon-files:before{content:"\e605"}.steadysets-icon-uniE606:before{content:"\e606"}.steadysets-icon-connection-empty:before{content:"\e607"}.steadysets-icon-connection-25:before{content:"\e608"}.steadysets-icon-connection-50:before{content:"\e609"}.steadysets-icon-connection-75:before{content:"\e60a"}.steadysets-icon-connection-full:before{content:"\e60b"}.steadysets-icon-microphone:before{content:"\e60c"}.steadysets-icon-microphone-off:before{content:"\e60d"}.steadysets-icon-book:before{content:"\e60e"}.steadysets-icon-cloud:before{content:"\e60f"}.steadysets-icon-book2:before{content:"\e610"}.steadysets-icon-star:before{content:"\e611"}.steadysets-icon-phone-portrait:before{content:"\e612"}.steadysets-icon-phone-landscape:before{content:"\e613"}.steadysets-icon-tablet:before{content:"\e614"}.steadysets-icon-tablet-landscape:before{content:"\e615"}.steadysets-icon-laptop:before{content:"\e616"}.steadysets-icon-uniE617:before{content:"\e617"}.steadysets-icon-barbell:before{content:"\e618"}.steadysets-icon-stopwatch:before{content:"\e619"}.steadysets-icon-atom:before{content:"\e61a"}.steadysets-icon-syringe:before{content:"\e61b"}.steadysets-icon-pencil:before{content:"\e61c"}.steadysets-icon-chart:before{content:"\e61d"}.steadysets-icon-bars:before{content:"\e61e"}.steadysets-icon-cube:before{content:"\e61f"}.steadysets-icon-image:before{content:"\e620"}.steadysets-icon-crop:before{content:"\e621"}.steadysets-icon-graph:before{content:"\e622"}.steadysets-icon-select:before{content:"\e623"}.steadysets-icon-bucket:before{content:"\e624"}.steadysets-icon-mug:before{content:"\e625"}.steadysets-icon-clipboard:before{content:"\e626"}.steadysets-icon-lab:before{content:"\e627"}.steadysets-icon-bones:before{content:"\e628"}.steadysets-icon-pill:before{content:"\e629"}.steadysets-icon-bolt:before{content:"\e62a"}.steadysets-icon-health:before{content:"\e62b"}.steadysets-icon-map-marker:before{content:"\e62c"}.steadysets-icon-stack:before{content:"\e62d"}.steadysets-icon-newspaper:before{content:"\e62e"}.steadysets-icon-uniE62F:before{content:"\e62f"}.steadysets-icon-coffee:before{content:"\e630"}.steadysets-icon-bill:before{content:"\e631"}.steadysets-icon-sun:before{content:"\e632"}.steadysets-icon-vcard:before{content:"\e633"}.steadysets-icon-shorts:before{content:"\e634"}.steadysets-icon-drink:before{content:"\e635"}.steadysets-icon-diamond:before{content:"\e636"}.steadysets-icon-bag:before{content:"\e637"}.steadysets-icon-calculator:before{content:"\e638"}.steadysets-icon-credit-cards:before{content:"\e639"}.steadysets-icon-microwave-oven:before{content:"\e63a"}.steadysets-icon-camera:before{content:"\e63b"}.steadysets-icon-share:before{content:"\e63c"}.steadysets-icon-bullhorn:before{content:"\e63d"}.steadysets-icon-user:before{content:"\e63e"}.steadysets-icon-users:before{content:"\e63f"}.steadysets-icon-user2:before{content:"\e640"}.steadysets-icon-users2:before{content:"\e641"}.steadysets-icon-unlocked:before{content:"\e642"}.steadysets-icon-unlocked2:before{content:"\e643"}.steadysets-icon-lock:before{content:"\e644"}.steadysets-icon-forbidden:before{content:"\e645"}.steadysets-icon-switch:before{content:"\e646"}.steadysets-icon-meter:before{content:"\e647"}.steadysets-icon-flag:before{content:"\e648"}.steadysets-icon-home:before{content:"\e649"}.steadysets-icon-printer:before{content:"\e64a"}.steadysets-icon-clock:before{content:"\e64b"}.steadysets-icon-calendar:before{content:"\e64c"}.steadysets-icon-comment:before{content:"\e64d"}.steadysets-icon-chat-3:before{content:"\e64e"}.steadysets-icon-chat-2:before{content:"\e64f"}.steadysets-icon-chat-1:before{content:"\e650"}.steadysets-icon-chat:before{content:"\e651"}.steadysets-icon-zoom-out:before{content:"\e652"}.steadysets-icon-zoom-in:before{content:"\e653"}.steadysets-icon-search:before{content:"\e654"}.steadysets-icon-trashcan:before{content:"\e655"}.steadysets-icon-tag:before{content:"\e656"}.steadysets-icon-download:before{content:"\e657"}.steadysets-icon-paperclip:before{content:"\e658"}.steadysets-icon-checkbox:before{content:"\e659"}.steadysets-icon-checkbox-checked:before{content:"\e65a"}.steadysets-icon-checkmark:before{content:"\e65b"}.steadysets-icon-refresh:before{content:"\e65c"}.steadysets-icon-reload:before{content:"\e65d"}.steadysets-icon-arrow-right:before{content:"\e65e"}.steadysets-icon-arrow-down:before{content:"\e65f"}.steadysets-icon-arrow-up:before{content:"\e660"}.steadysets-icon-arrow-left:before{content:"\e661"}.steadysets-icon-settings:before{content:"\e662"}.steadysets-icon-battery-full:before{content:"\e663"}.steadysets-icon-battery-75:before{content:"\e664"}.steadysets-icon-battery-50:before{content:"\e665"}.steadysets-icon-battery-25:before{content:"\e666"}.steadysets-icon-battery-empty:before{content:"\e667"}.steadysets-icon-battery-charging:before{content:"\e668"}.steadysets-icon-uniE669:before{content:"\e669"}.steadysets-icon-grid:before{content:"\e66a"}.steadysets-icon-list:before{content:"\e66b"}.steadysets-icon-wifi-low:before{content:"\e66c"}.steadysets-icon-folder-check:before{content:"\e66d"}.steadysets-icon-folder-settings:before{content:"\e66e"}.steadysets-icon-folder-add:before{content:"\e66f"}.steadysets-icon-folder:before{content:"\e670"}.steadysets-icon-window:before{content:"\e671"}.steadysets-icon-windows:before{content:"\e672"}.steadysets-icon-browser:before{content:"\e673"}.steadysets-icon-file-broken:before{content:"\e674"}.steadysets-icon-align-justify:before{content:"\e675"}.steadysets-icon-align-center:before{content:"\e676"}.steadysets-icon-align-right:before{content:"\e677"}.steadysets-icon-align-left:before{content:"\e678"}.steadysets-icon-file:before{content:"\e679"}.steadysets-icon-file-add:before{content:"\e67a"}.steadysets-icon-file-settings:before{content:"\e67b"}.steadysets-icon-mute:before{content:"\e67c"}.steadysets-icon-heart:before{content:"\e67d"}.steadysets-icon-enter:before{content:"\e67e"}.steadysets-icon-volume-decrease:before{content:"\e67f"}.steadysets-icon-wifi-mid:before{content:"\e680"}.steadysets-icon-volume:before{content:"\e681"}.steadysets-icon-bookmark:before{content:"\e682"}.steadysets-icon-screen:before{content:"\e683"}.steadysets-icon-map:before{content:"\e684"}.steadysets-icon-measure:before{content:"\e685"}.steadysets-icon-eyedropper:before{content:"\e686"}.steadysets-icon-support:before{content:"\e687"}.steadysets-icon-phone:before{content:"\e688"}.steadysets-icon-email2:before{content:"\e689"}.steadysets-icon-volume-increase:before{content:"\e68a"}.steadysets-icon-wifi-full:before{content:"\e68b"}

.icon-salient-x, 
.icon-salient-m-eye, 
.icon-salient-search, 
.icon-salient-woo-zoom-icon, 
.icon-salient-right-arrow, 
.icon-salient-left-arrow, 
.icon-salient-right-line, 
.icon-salient-back-to-all, 
.icon-salient-left-arrow-thin, 
.icon-salient-right-arrow-thin, 
.icon-salient-down-arrow-thin, 
.icon-salient-down-arrow, 
.icon-salient-google-plus, 
.ascend .mfp-image-holder .mfp-close, 
.ascend .mfp-iframe-holder .mfp-close, 
.mfp-iframe-holder .mfp-close, 
.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close, 
.mfp-iframe-holder .mfp-close, 
.icon-salient-facebook, 
.icon-salient-twitter, 
.icon-salient-pinterest, 
.icon-salient-heart, 
.icon-salient-heart-2, 
.icon-salient-plus, 
.icon-salient-cart, 
.icon-salient-pencil, 
.icon-salient-artstation,
.icon-salient-discord,
.icon-be, 
.icon-vimeo, 
.icon-soundcloud, 
.icon-button-arrow, 
.icon-salient-thin-line, 
.icon-salient-spotify, 
.icon-salient-m-user, 
.icon-salient-facebook-messenger,
.salient-page-submenu-icon, 
.icon-salient-m-clock, 
.video-play-button, 
.mejs-controls .mejs-button button {
  font-family:'icomoon'!important; 
  speak:none; font-style:normal; 
  font-weight:normal; 
  font-variant:normal; 
  text-transform:none; 
  line-height:1; 
  -webkit-font-smoothing:antialiased
}

.icon-salient-m-bag:before{content:"\e900"}
.icon-salient-m-eye:before{content:"\e015"}
.icon-salient-m-clock:before{content:"\e016"}
.icon-salient-m-gear:before{content:"\e023"}
.icon-salient-m-heart:before{content:"\e024"}
.icon-salient-m-search:before{content:"\e036"}
.icon-salient-m-prev:before{content:"\e050"}
.icon-salient-m-rewind:before{content:"\e051"}
.icon-salient-m-play:before{content:"\e052"}
.icon-salient-woo-zoom-icon:before{content:"\e908"}
.icon-salient-woo-zoom-icon-minus:before{content:"\e90a"}
.icon-salient-m-pause:before{content:"\e053"}
.icon-salient-m-stop:before{content:"\e054"}
.icon-salient-m-ff:before{content:"\e055"}
.icon-salient-m-next:before{content:"\e056"}
.icon-salient-m-user:before{content:"\e074"}
.icon-salient-m-chat:before{content:"\e076"}
.icon-salient-m-social:before{content:"\e081"}
.icon-salient-m-left-arrow:before{content:"\e094"}
.icon-salient-m-right-arrow:before{content:"\e095"}
.icon-salient-m-sound:before{content:"\e098"}
.icon-salient-m-mute:before{content:"\e099"}
.icon-salient-m-close:before{content:"\e117"}
.icon-salient-m-menu:before{content:"\e120"}
.icon-salient-x:before{content:"\e003"}
.icon-salient-right-arrow:before{content:"\e000"}
.icon-salient-left-arrow:before{content:"\e001"}
.icon-salient-right-line:before{content:"\e004"}
.icon-salient-back-to-all:before{content:"\e005"}
.icon-salient-right-arrow-thin:before{content:"\e006"}
.icon-salient-left-arrow-thin:before{content:"\e007"}
.icon-salient-down-arrow-thin:before{content:"\e00c"}
.icon-salient-down-arrow:before{content:"\e008"}
.icon-salient-google-plus:before{content:"\e009"}
.icon-salient-facebook:before{content:"\e00a"}
.icon-salient-twitter:before{content:"\e00b"}
.icon-salient-pinterest:before{content:"\e00d"}
.icon-salient-heart:before{content:"\e00e"}
.icon-salient-plus:before{content:"\e010"}
.icon-salient-cart:before{content:"\e012"}
.icon-salient-pencil:before{content:"\e011"}
.icon-be:before{content:"\e013"}
.icon-vimeo:before{content:"\e014"}
.icon-soundcloud:before{content:"\e600"}
.icon-button-arrow:before{content:"\e909"}
.icon-salient-thin-line:before{content:"\e602"}
.icon-salient-spotify:before{content:"\f1bc"}
.icon-salient-facebook-messenger:before{content:"\e90d"}
.icon-salient-artstation:before{content:"\e90b"}
.icon-salient-discord:before{content:"\e90c"}

body[data-header-search="false"].ascend #header-outer[data-has-menu="false"][data-cart="false"][data-full-width="true"] .slide-out-widget-area-toggle:not(.mobile-icon) a:not(.using-label) .lines-button{
  top:-1px
}

body .lines, 
body .lines:before, 
body .lines:after{
  height:2px
}

body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"]{
  font-size:24px!important
}

.icon-salient-search:before{
  content:"\e036"
}

body .icon-salient-x:before{ 
  content:"\e117"
}

body.ascend .icon-salient-cart:before, 
body .icon-salient-cart:before{ 
  content:"\e106"
}

body.ascend #header-outer .cart-contents .cart-wrap span{
  width:17px; 
  line-height:17px; 
  font-size:10px; 
  font-family:Arial, sans-serif, 'Open Sans';
  font-weight:600
}

.icon-salient-heart-2:before{
  content:"\e024"!important
}

body #single-below-header.fullscreen-header .steadysets-icon-chat-3,
body #single-below-header.fullscreen-header .steadysets-icon-book2, 
body .steadysets-icon-chat-3{
  font-family:'icomoon'!important;
  font-size:20px
}

body .steadysets-icon-chat-3:before{
  content:"\e076"
}

body .steadysets-icon-book2:before{
  font-family:'icomoon'!important; 
  content:"\e034"
}

#top nav ul #nectar-user-account a span, 
#top nav ul #search-btn a span, 
#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
  font-size:18px; 
  color:rgba(0,0,0,0.48)
}

body #search-outer #search #close a span{
  font-size:20px
}
.woocommerce img.pswp__img,.woocommerce-page img.pswp__img{max-width:none}button.pswp__button{box-shadow:none!important;background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png)!important}button.pswp__button,button.pswp__button--arrow--left::before,button.pswp__button--arrow--right::before,button.pswp__button:hover{background-color:transparent!important}button.pswp__button--arrow--left,button.pswp__button--arrow--left:hover,button.pswp__button--arrow--right,button.pswp__button--arrow--right:hover{background-image:none!important}button.pswp__button--close:hover{background-position:0 -44px}button.pswp__button--zoom:hover{background-position:-88px 0}/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp{display:none;position:absolute;width:100%;height:100%;left:0;top:0;overflow:hidden;-ms-touch-action:none;touch-action:none;z-index:1500;-webkit-text-size-adjust:100%;-webkit-backface-visibility:hidden;outline:0}.pswp *{-webkit-box-sizing:border-box;box-sizing:border-box}.pswp img{max-width:none}.admin-bar .pswp{height:calc(100% - 32px);top:32px}@media screen and (max-width:782px){.admin-bar .pswp{height:calc(100% - 46px);top:46px}}.pswp--animate_opacity{opacity:.001;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--open{display:block}.pswp--zoom-allowed .pswp__img{cursor:-webkit-zoom-in;cursor:-moz-zoom-in;cursor:zoom-in}.pswp--zoomed-in .pswp__img{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.pswp--dragging .pswp__img{cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.pswp__bg{position:absolute;left:0;top:0;width:100%;height:100%;background:#000;opacity:0;-webkit-transform:translateZ(0);transform:translateZ(0);-webkit-backface-visibility:hidden;will-change:opacity}.pswp__scroll-wrap{position:absolute;left:0;top:0;width:100%;height:100%;overflow:hidden}.pswp__container,.pswp__zoom-wrap{-ms-touch-action:none;touch-action:none;position:absolute;left:0;right:0;top:0;bottom:0}.pswp__container,.pswp__img{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none}.pswp__zoom-wrap{position:absolute;width:100%;-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top;-webkit-transition:-webkit-transform 333ms cubic-bezier(.4,0,.22,1);transition:transform 333ms cubic-bezier(.4,0,.22,1)}.pswp__bg{will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--animated-in .pswp__bg,.pswp--animated-in .pswp__zoom-wrap{-webkit-transition:none;transition:none}.pswp__container,.pswp__zoom-wrap{-webkit-backface-visibility:hidden}.pswp__item{position:absolute;left:0;right:0;top:0;bottom:0;overflow:hidden}.pswp__img{position:absolute;width:auto;height:auto;top:0;left:0}.pswp__img--placeholder{-webkit-backface-visibility:hidden}.pswp__img--placeholder--blank{background:#222}.pswp--ie .pswp__img{width:100%!important;height:auto!important;left:0;top:0}.pswp__error-msg{position:absolute;left:0;top:50%;width:100%;text-align:center;font-size:14px;line-height:16px;margin-top:-8px;color:#ccc}.pswp__error-msg a{color:#ccc;text-decoration:underline}/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */.pswp__button{width:44px;height:44px;position:relative;background:0 0;cursor:pointer;overflow:visible;-webkit-appearance:none;display:block;border:0;padding:0;margin:0;float:right;opacity:.75;-webkit-transition:opacity .2s;transition:opacity .2s;-webkit-box-shadow:none;box-shadow:none}.pswp__button:focus,.pswp__button:hover{opacity:1}.pswp__button:active{outline:0;opacity:.9}.pswp__button::-moz-focus-inner{padding:0;border:0}.pswp__ui--over-close .pswp__button--close{opacity:1}.pswp__button,.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.png) 0 0 no-repeat;background-size:264px 88px;width:44px;height:44px}@media (-webkit-min-device-pixel-ratio:1.1),(-webkit-min-device-pixel-ratio:1.09375),(min-resolution:105dpi),(min-resolution:1.1dppx){.pswp--svg .pswp__button,.pswp--svg .pswp__button--arrow--left:before,.pswp--svg .pswp__button--arrow--right:before{background-image:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/default-skin.svg)}.pswp--svg .pswp__button--arrow--left,.pswp--svg .pswp__button--arrow--right{background:0 0}}.pswp__button--close{background-position:0 -44px}.pswp__button--share{background-position:-44px -44px}.pswp__button--fs{display:none}.pswp--supports-fs .pswp__button--fs{display:block}.pswp--fs .pswp__button--fs{background-position:-44px 0}.pswp__button--zoom{display:none;background-position:-88px 0}.pswp--zoom-allowed .pswp__button--zoom{display:block}.pswp--zoomed-in .pswp__button--zoom{background-position:-132px 0}.pswp--touch .pswp__button--arrow--left,.pswp--touch .pswp__button--arrow--right{visibility:hidden}.pswp__button--arrow--left,.pswp__button--arrow--right{background:0 0;top:50%;margin-top:-50px;width:70px;height:100px;position:absolute}.pswp__button--arrow--left{left:0}.pswp__button--arrow--right{right:0}.pswp__button--arrow--left:before,.pswp__button--arrow--right:before{content:'';top:35px;background-color:rgba(0,0,0,.3);height:30px;width:32px;position:absolute}.pswp__button--arrow--left:before{left:6px;background-position:-138px -44px}.pswp__button--arrow--right:before{right:6px;background-position:-94px -44px}.pswp__counter,.pswp__share-modal{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.pswp__share-modal{display:block;background:rgba(0,0,0,.5);width:100%;height:100%;top:0;left:0;padding:10px;position:absolute;z-index:1600;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;-webkit-backface-visibility:hidden;will-change:opacity}.pswp__share-modal--hidden{display:none}.pswp__share-tooltip{z-index:1620;position:absolute;background:#fff;top:56px;border-radius:2px;display:block;width:auto;right:44px;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.25);box-shadow:0 2px 5px rgba(0,0,0,.25);-webkit-transform:translateY(6px);-ms-transform:translateY(6px);transform:translateY(6px);-webkit-transition:-webkit-transform .25s;transition:transform .25s;-webkit-backface-visibility:hidden;will-change:transform}.pswp__share-tooltip a{display:block;padding:8px 12px;color:#000;text-decoration:none;font-size:14px;line-height:18px}.pswp__share-tooltip a:hover{text-decoration:none;color:#000}.pswp__share-tooltip a:first-child{border-radius:2px 2px 0 0}.pswp__share-tooltip a:last-child{border-radius:0 0 2px 2px}.pswp__share-modal--fade-in{opacity:1}.pswp__share-modal--fade-in .pswp__share-tooltip{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.pswp--touch .pswp__share-tooltip a{padding:16px 12px}a.pswp__share--facebook:before{content:'';display:block;width:0;height:0;position:absolute;top:-12px;right:15px;border:6px solid transparent;border-bottom-color:#fff;-webkit-pointer-events:none;-moz-pointer-events:none;pointer-events:none}a.pswp__share--facebook:hover{background:#3e5c9a;color:#fff}a.pswp__share--facebook:hover:before{border-bottom-color:#3e5c9a}a.pswp__share--twitter:hover{background:#55acee;color:#fff}a.pswp__share--pinterest:hover{background:#ccc;color:#ce272d}a.pswp__share--download:hover{background:#ddd}.pswp__counter{position:absolute;left:0;top:0;height:44px;font-size:13px;line-height:44px;color:#fff;opacity:.75;padding:0 10px}.pswp__caption{position:absolute;left:0;bottom:0;width:100%;min-height:44px}.pswp__caption small{font-size:11px;color:#bbb}.pswp__caption__center{text-align:left;max-width:420px;margin:0 auto;font-size:13px;padding:10px;line-height:20px;color:#ccc}.pswp__caption--empty{display:none}.pswp__caption--fake{visibility:hidden}.pswp__preloader{width:44px;height:44px;position:absolute;top:0;left:50%;margin-left:-22px;opacity:0;-webkit-transition:opacity .25s ease-out;transition:opacity .25s ease-out;will-change:opacity;direction:ltr}.pswp__preloader__icn{width:20px;height:20px;margin:12px}.pswp__preloader--active{opacity:1}.pswp__preloader--active .pswp__preloader__icn{background:url(/wp-content/plugins/woocommerce/assets/css/photoswipe/default-skin/preloader.gif) 0 0 no-repeat}.pswp--css_animation .pswp__preloader--active{opacity:1}.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn{-webkit-animation:clockwise .5s linear infinite;animation:clockwise .5s linear infinite}.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut{-webkit-animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite;animation:donut-rotate 1s cubic-bezier(.4,0,.22,1) infinite}.pswp--css_animation .pswp__preloader__icn{background:0 0;opacity:.75;width:14px;height:14px;position:absolute;left:15px;top:15px;margin:0}.pswp--css_animation .pswp__preloader__cut{position:relative;width:7px;height:14px;overflow:hidden}.pswp--css_animation .pswp__preloader__donut{-webkit-box-sizing:border-box;box-sizing:border-box;width:14px;height:14px;border:2px solid #fff;border-radius:50%;border-left-color:transparent;border-bottom-color:transparent;position:absolute;top:0;left:0;background:0 0;margin:0}@media screen and (max-width:1024px){.pswp__preloader{position:relative;left:auto;top:auto;margin:0;float:right}}@-webkit-keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes clockwise{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}@keyframes donut-rotate{0%{-webkit-transform:rotate(0);transform:rotate(0)}50%{-webkit-transform:rotate(-140deg);transform:rotate(-140deg)}100%{-webkit-transform:rotate(0);transform:rotate(0)}}.pswp__ui{-webkit-font-smoothing:auto;visibility:visible;opacity:1;z-index:1550}.pswp__top-bar{position:absolute;left:0;top:0;height:44px;width:100%}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right,.pswp__caption,.pswp__top-bar{-webkit-backface-visibility:hidden;will-change:opacity;-webkit-transition:opacity 333ms cubic-bezier(.4,0,.22,1);transition:opacity 333ms cubic-bezier(.4,0,.22,1)}.pswp--has_mouse .pswp__button--arrow--left,.pswp--has_mouse .pswp__button--arrow--right{visibility:visible}.pswp__caption,.pswp__top-bar{background-color:rgba(0,0,0,.5)}.pswp__ui--fit .pswp__caption,.pswp__ui--fit .pswp__top-bar{background-color:rgba(0,0,0,.3)}.pswp__ui--idle .pswp__top-bar{opacity:0}.pswp__ui--idle .pswp__button--arrow--left,.pswp__ui--idle .pswp__button--arrow--right{opacity:0}.pswp__ui--hidden .pswp__button--arrow--left,.pswp__ui--hidden .pswp__button--arrow--right,.pswp__ui--hidden .pswp__caption,.pswp__ui--hidden .pswp__top-bar{opacity:.001}.pswp__ui--one-slide .pswp__button--arrow--left,.pswp__ui--one-slide .pswp__button--arrow--right,.pswp__ui--one-slide .pswp__counter{display:none}.pswp__element--disabled{display:none!important}.pswp--minimal--dark .pswp__top-bar{background:0 0}/* General */
.grecaptcha-badge {
    visibility: visible;
}

ul.woocommerce-error li:last-child {
    margin-bottom: 0 !important;
}
.nectar-button.btn-padding span {
    /* padding-top: 2px; */
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=url], input[type=search], input[type=date], textarea{
    color: #000;
    background: rgb(241 241 241);
    font-size: 16px !important;
}
.newsletter_form button{ 
    font-family: "Arial" !important;
}

/* Header */
body #header-outer #mobile-cart-link .cart-wrap span {
    background-color: rgb(204 239 0) !important;
    color: rgb(1 23 90);
}

#info-bar .iwithtext .iwt-icon {
    display: flex;
}

@media only screen and (max-width:1270px){
    .small-header .iwithtext .iwt-text {
        bottom: unset;
    }
}

/* woocommerce General */
/* Pagination */
.navigation.pagination .next.page-numbers, .navigation.pagination .prev.page-numbers,
.woocommerce nav.woocommerce-pagination ul li a i {
    color: rgb(255 201 14) !important;
}
.navigation.pagination .page-numbers.current,

.woocommerce .container-wrap nav.woocommerce-pagination ul li span.current {
    border-radius: 50% !important;
    border: 3px solid rgb(181 230 29);
    padding: 6px !important;
    line-height: 1rem !important;
}

.navigation.pagination .page-numbers.current {
    width: 35px;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 35px !important;
    font-size: 14px;
    margin: 0;
}

/* Price font */
html body .xoo-wsc-product .xoo-wsc-sm-info .woocommerce-Price-amount bdi, 
html body .xoo-wsc-product .xoo-wsc-sm-info .woocommerce-Price-amount bdi span,
html body .xoo-wsc-product .xoo-wsc-sm-info .xoo-wsc-pprice .woocommerce-Price-amount bdi, 
html body .xoo-wsc-product .xoo-wsc-sm-info .xoo-wsc-pprice .woocommerce-Price-amount bdi span {
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: 500;
}
.xoo-wsc-modal dt,
.modal-text,.woocommerce .cart .quantity input.qty,
body.woocommerce-cart .woocommerce-Price-amount bdi,
body.woocommerce-cart .woocommerce-Price-amount bdi span,
body.woocommerce-checkout .woocommerce-Price-amount bdi,
body.woocommerce-checkout .woocommerce-Price-amount bdi span,
html body .xoo-wsc-header .woocommerce-Price-amount bdi, 
html body .xoo-wsc-header .woocommerce-Price-amount bdi span,
html body .xoo-wsc-footer .woocommerce-Price-amount bdi, 
html body .xoo-wsc-footer .woocommerce-Price-amount bdi span,
.woocommerce-order-details .woocommerce-table__product-name a,
/* .woocommerce table.order-review th, 
.woocommerce-page table.order-review th, 
.woocommerce table.order-review tfoot td, 
.woocommerce table.order-review tfoot th,  */
.woocommerce-page table.shop_table tfoot td, 
.woocommerce-page table.shop_table tfoot th {
    font-family: 'Arial' !important;
}

/* Button size */
body .woocommerce #order_review #payment #place_order {
    padding: 15px 22px !important;
}

body a.xoo-wsc-ft-btn {
    padding: 15px 22px !important;
    line-height: 1em !important;
    font-size: 14px !important;
}

.pswp__counter {
    font-size: 20px;
    line-height: 44px;
}

body .related ul .flickity-prev-next-button:hover,
.single-product.woocommerce .pswp__button:hover {
    opacity: .8;
}
.single-product.woocommerce .pswp__button--arrow--left:after,
.single-product.woocommerce .pswp__button--arrow--right:after {
    transform: unset !important;
    display: none;
}

.single-product.woocommerce .pswp__button--arrow--left:hover:before,
.single-product.woocommerce .pswp__button--arrow--right:hover:before {
    transform: unset;
}

/* prescription product */
.pd__product-content {
    border: 2px solid rgb(208 208 208);
}

html body.material .nectar-button.hvr-sweep-to-right-alt.pd__prev-btn {
    background-color: rgb(208 208 208) !important;
}

html body.material .nectar-button.hvr-sweep-to-right-alt.pd__prev-btn,
html body.material .nectar-button.hvr-sweep-to-right-alt.pd__next-btn {
    margin-bottom: 0;
}

html body.material .nectar-button.hvr-sweep-to-right-alt.pd__next-btn:disabled {
    background-color: rgb(208 208 208) !important;
}

label.filelabel {
    border: 2px solid rgb(208 208 208);
}
.pd__header-right .close {
    width: 20px;
    height: 20px;
}
.pd__header-right .close:before, .pd__header-right .close:after {
    left: 50%;
    top: 50%;
}
.pd__header-right .close:before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.pd__header-right .close:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* homepage - about us section */
.vc_row.vc_row-o-equal-height&gt;.span_12&gt;.wpb_column.about-us-img-block&gt;.vc_column-inner&gt;.wpb_wrapper {
    min-height: 0;
}

/* homepage - Nectar slider */
.products .product-title {
    padding: 0 10px;
}

.homepage-banner .slider-next, .homepage-banner .slider-prev {
    padding: 0;
}
.homepage-banner .swiper-container .slider-next&gt;i, .homepage-banner .swiper-container .slider-prev&gt;i {
    width: 100%;
    left: 50%;
    transform: translate(-50%);
}

.homepage-banner .icon-salient-right-arrow::before, .homepage-banner .icon-salient-left-arrow::before {
    top: unset;
}

.homepage-banner .icon-salient-right-arrow::before, .homepage-banner .icon-salient-left-arrow::before {
    top: unset;
    display: flex;
    align-items: center;
    line-height: 100%;
    background-position: center center;
    background-size: 20px;
}

/* Checkout page payment method alignment issue */
.woocommerce ul#shipping_method li input {
    margin-top: 0;
}

.woocommerce ul#shipping_method li {
    display: flex;
    align-items: center;
}

/* Customize list itme */
ol &gt; li &gt; ol &gt; li {
    list-style: lower-alpha;
}

ol &gt; li &gt; ol &gt; li &gt; ol &gt; li{
    list-style: lower-roman;
}

.woocommerce .woocommerce-message, 
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info, 
.woocommerce-page .woocommerce-message {
    /* display: flex;
    align-items: center; */
    /* flex-flow: row-reverse; */
    /* justify-content: center; */
}

@media only screen and (min-width: 1000px) {
    .woocommerce-info .woocommerce-Button {
        order: 1;
    }
}

.woocommerce .woocommerce-message a, 
.woocommerce .woocommerce-error a, 
.woocommerce .woocommerce-info a, 
.woocommerce-page .woocommerce-message  a{
    margin-left: 15px;
}
.container .woocommerce-message .button.wc-forward,
.woocommerce .woocommerce-message .woocommerce-Button, 
.woocommerce .woocommerce-error .woocommerce-Button, 
.woocommerce .woocommerce-info .woocommerce-Button, 
.woocommerce-page .woocommerce-message .woocommerce-Button {
    margin-left: auto;
}

.woocommerce.single-product table.shop_attributes td, 
.woocommerce-page.single-product table.shop_attributes td {
    background-color: #fff !important;
}

body:not(.woocommerce-cart) .main-content table.shop_attributes td,
body:not(.woocommerce-cart) .main-content table.shop_attributes tr th:first-child, body:not(.woocommerce-cart) .main-content table.shop_attributes tr td:first-child {
    border-color: #f1f1f1 !important;
}
.woocommerce.single-product table.shop_attributes tr:nth-child(odd) th, 
.woocommerce-page.single-product table.shop_attributes tr:nth-child(odd) th, 
.woocommerce.single-product table.shop_attributes tr:nth-child(odd) td, 
.woocommerce-page.single-product table.shop_attributes tr:nth-child(odd) td {
    background: rgb(241 241 241) !important;
}

html body.product-template-default .summary &gt; .single-product-price span.woocommerce-Price-amount,
html body.product-template-default .price .woocommerce-Price-amount bdi, 
.html body.product-template-default .price .woocommerce-Price-amount bdi span {
    color: rgb(2 178 251) !important;
}

.pd__product-description,
.pd__product-description h6 {
    text-align: center;
}

body.woocommerce .main-content .product .entry-summary .star-rating span {
    color: rgb(204 239 0) !important;
}

/* Contact us page */
.page-id-301 .wpcf7-form input[type=number],
.page-id-301 .wpcf7-form input[type=text], .page-id-301 .wpcf7-form textarea, .page-id-301 .wpcf7-form input[type=email], 
.page-id-301 .wpcf7-form input[type=password], .page-id-301 .wpcf7-form input[type=tel], .page-id-301 .wpcf7-form input[type=url], 
.page-id-301 .wpcf7-form input[type=search], .page-id-301 .wpcf7-form input[type=date], 
.material.woocommerce-page[data-form-style="default"] input#coupon_code
{
    background-color: rgb(241 241 241);
}
.contact-information .iwithtext {
    display:flex;
    margin-bottom: 26px !important;
}
.contact-information .iwithtext .iwt-text {
    padding-top: 0;
    padding-left: 0;
}
.contact-information .iwithtext .iwt-icon {
    position: relative;
}
.contact-information .iwithtext .iwt-icon img {
    top: 0;
}

/* Search page */
@media only screen and (min-width: 1000px){
    body.search-no-results:not(.post-type-archive) .container-wrap:not([data-layout="default"]) .container.main-content {
        max-width: 1425px;
    }
}

body.search-no-results .search-form button[type=submit] .icon-salient-search {
    color: #ffffff;
}
body .widget_search .search-form button[type=submit]:hover, 
body.search-no-results .search-form button[type=submit]:hover, 
body.search-no-results #search-results .search-form button[type=submit]:hover {
    -webkit-transform: none;
    transform: none;
    box-shadow: none!important;
}

body.search-no-results #search-results .search-form {
    display: none;
}

#search-results .result, .masonry-blog-item {
    color: #000;
}

/* Search icon */
body.material #search-outer #search form input[type="text"][name] {
    text-transform: none;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px !important;
    border-radius: 0;
}

#search-outer #search .span_12 span {
    font-family: Arial, Helvetica, sans-serif;
}

/* Side cart */
.xoo-wsch-basket .xoo-wscb-icon {
    background-image: url(/wp-content/themes/eyeprotect-child/icons/real_cart-black.svg);
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}

.xoo-wsch-basket .xoo-wscb-count {
    display: inline-block;
    background-color: rgb(204 239 0);
    color: rgb(0 0 0);
    padding: 3px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    text-align: center;
    line-height: 20px;
    top:-10px;
    right: -10px;
    left: unset;
}
.xoo-wsch-basket .xoo-wscb-icon:before {display: none;}

a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-continue {
    background-color: rgb(208 208 208) !important;
}

a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout {
    background-color: rgb(204 239 0) !important;
    color: #01175A !important;
}
a.xoo-wsc-ft-btn.xoo-wsc-ft-btn-checkout:hover {
    color: #ffffff !important;
}

/* Cart page */
.bundle_table_item .product-thumbnail {
    visibility: visible;
}
.shop_table tr.order-total * {
    font-size: 18px !important;
}

.shop_table tr * {
    font-size: 16px !important;
}

.woocommerce .woocommerce-cart-form__contents .actions .button {
    font-size: 14px !important;
    line-height: 1em;
}

.material.woocommerce-page[data-form-style="default"] input#coupon_code {
    padding: 10px !important;
    font-size: 14px;
    color: rgb(0 0 0);
    height: 44px;
    background-color: rgb(241 241 241) !important;
    border-radius: 0 !important;
}

.cart-upsell-section .upsell-products .product-content .upsell_add_to_cart_cta {
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    padding: 15px 22px !important;
    border-radius: 0px !important;
}

.woocommerce-cart .container .woocommerce table.cart th.product-name, .woocommerce-cart .container .woocommerce table.cart td.product-name {
    max-width: 550px;
}
.woocommerce-cart .woocommerce .cart_totals table {
    font-family: Rubik, Arial;
}

html body .cart-subtotal .woocommerce-Price-amount bdi, html body .order-total .woocommerce-Price-amount bdi, body.woocommerce-cart .woocommerce table.shop_table td {
    font-weight: 700;
    font-family: 'Arial';
}

body.woocommerce-cart .wc-proceed-to-checkout a.wc-forward.checkout-button {
    padding: 15px 22px !important;
    line-height: 20px;
    margin-top: 20px;
}

/* Update the quantity icon size match product page */
body .woocommerce .cart .quantity input.plus, body .woocommerce .cart .quantity input.minus {
    font-size: 30px !important;
}

/* Remove the calculator button top margin */
.woocommerce-cart .cart-collaterals .shipping-calculator-button {
    margin-top: 0;
}

/* custom qty button */
/* body .woocommerce .cart .quantity input[type="button"] {display: none;}
.custom-qty {
    display: inline-flex;
    height: 35px;
    width: 35px;
    justify-content: center;
    align-items: center;
    background-color: rgb(2 178 251);
    border-radius: 50%;
    font-family: 'Open Sans';
    font-size: 30px;
    color: rgb(255 255 255);
    line-height: 24px !important;
    font-weight: 500;
    transition: .3s ease all;
    cursor: pointer;
    box-shadow: 0 2px 12px rgb(0 0 0 / 8%);
}
.custom-qty:hover {
    background-color: rgb(1 23 90) !important;
    box-shadow: 0 2px 12px rgb(0 0 0 / 25%);
}
.custom-qty i {
    top: unset;
    font-size: 13px;
    line-height: 13px;
    width: 13px;
    height: 13px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-qty.qty-minus i {
    top: 1px;
} */

/* Checkout page */
.payment_box .custom-message {
    display: none;
}

.woocommerce-checkout-review-order-table .product-info h4 {
    font-family: Arial;
    font-weight: 700;
}

/* error page */
body a.button.wc-backward {
    background-color: rgb(2 178 251) !important;
    display: block;
    text-align: center;
    padding: 15px 22px;
    width: fit-content;
    line-height: 20px;
    border-radius: 0;
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-transform: uppercase!important;
    font-weight: 700;
}

body a.button.wc-backward:hover {
    background-color: rgb(204 239 0) !important;
    color: rgb(1 23 90);
}
/* dropdown */
.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: rgb(0 0 0);
    padding-left: 10px;
}

/* Shipping address checkbox aligment issue */
.checkout #order_review .order-review tr th {
    padding-right: 8px;
    width: 35%;
}

.woocommerce-checkout .woocommerce ul#shipping_method .amount bdi, 
.woocommerce-checkout .woocommerce ul#shipping_method .amount bdi span {
    color: rgb(2 178 251);
}
#ship-to-different-address span {
    text-transform: none;
}

.woocommerce-checkout #order_review .product-container .woocommerce-Price-amount bdi {
    font-family: Arial;
}

.woocommerce-checkout-review-order-table .product-container,
html .woocommerce-checkout #payment div.payment_box {
    background: rgb(241 241 241) !important;
}

/* Child Category page - Sort by dropdown */
body.archive.woocommerce .woocommerce-ordering {
    bottom: unset;
    display: flex;
    align-items: center;
    text-align: right;
    justify-content: flex-end;
}

body.archive .woocommerce-ordering label {
    font-family: 'Arial';
    font-weight: 700;
    min-width: fit-content;
    color: rgb(1 23 90);
    margin-right: 12px;
}

html .woocommerce .woocommerce-ordering select, 
form.form-wppp-select.products-per-page select {
    font-family: 'Arial';
    font-weight: 700;
    padding-right: 40px;
}

html .woocommerce .woocommerce-ordering select option,
form.form-wppp-select.products-per-page select option {
    font-family: 'Arial';
}

body.woocommerce .woof_by_rating_container[selected='selected'] .woof_container_inner .chosen-container-single .chosen-single&gt;span {
    font-family: 'star';
}

/* Product page */
html body .awdr-bulk-customizable-table .woocommerce-Price-amount bdi, html body .awdr-bulk-customizable-table .woocommerce-Price-amount bdi span {
    font-family: 'Arial';
}
/* Product page -- comment */
.woocommerce-review__author {
    font-family: Arial;
}

.woocommerce .comment-text .star-rating {
    width: calc(5.4em + 20px) !important;
}

.woocommerce .comment-text .star-rating::before, .woocommerce .comment-text .star-rating span::before {
    letter-spacing: 5px;
}
/* html body.woocommerce .comment-text .star-rating {
    width: 6.2em;
} */

/* Product page - related slider arrow button */
html body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button, 
html .woocommerce .related ul .flickity-prev-next-button {
    top: 50%;
    transform: translateY(-50%);
}

html body .summary .price .woocommerce-Price-amount bdi, .product-type-variable .summary .price .woocommerce-Price-currencySymbol {
    text-transform: capitalize;
    font-size: 36px;
    line-height: 1.25em;
    font-weight: 500;
    font-family: Rubik, Arial;
}

/* My account page */
/* lost password page */
.woocommerce-lost-password .container-wrap {
    min-height: unset !important;
}
.woocommerce-lost-password .main-content .woocommerce {
    padding-bottom: 0;
}
/* Order details Table */
html body .woocommerce-order-details .woocommerce-Price-amount bdi,
html body .woocommerce-table--order-details  .woocommerce-Price-amount bdi span {
    font-family: 'Arial';
    font-weight: 600;
    font-size: 14px;
}
.woocommerce-account .woocommerce-order-details .product-quantity {
    font-family: 'Arial';
    font-weight: 600;
}
/* Order details table and order list table style */
body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details, 
body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details td,
body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details tfoot th,
body:not(.woocommerce-cart) .main-content table.woocommerce-MyAccount-orders, 
body:not(.woocommerce-cart) .main-content table.woocommerce-MyAccount-orders td {
    border-color: rgb(241 241 241);
}
body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details,
body:not(.woocommerce-cart) .main-content table.woocommerce-MyAccount-orders {
    border-top-color: rgb(1 23 90);
}
body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details thead th,
body:not(.woocommerce-cart) .main-content table.woocommerce-MyAccount-orders th {
    border-color: rgb(1 23 90);
}

body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details thead tr,
body:not(.woocommerce-cart) .main-content table.woocommerce-MyAccount-orders thead tr {
    background-color: rgb(1 23 90);
    color: #fff;
}

body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details tbody tr:nth-child(2n+1),
body:not(.woocommerce-cart) .main-content table.woocommerce-table--order-details tfoot tr:nth-child(2n+1),
body:not(.woocommerce-cart) .main-content table.woocommerce-MyAccount-orders tbody tr:nth-child(2n+1) {
    background-color: rgb(241 241 241);
}

ul.pd__pagination {
    align-items: flex-start;
    padding: 0;
}
span.pd__pagination-subtitle {
    position: relative;
    top: unset;
    bottom: unset;
}

/* Blog */
.first_index-post {
   width: 100%;
}

/* Remove extra padding on top of the next-prev section */
.blog_next_prev_buttons {
    margin-top: 0 !important;
}

@media only screen and (max-width:1300px) and (min-width: 1100px){
    .archive.woocommerce ul.products li.product.material.last,
    .archive.woocommerce ul.products li.product.material {
        width: 24%;
        margin-right: 1.3%;
    }
    .archive.woocommerce ul.products li.product.material.last{
        margin-right: 0% !important;
    }
}
@media only screen and (max-width:1100px) and (min-width: 1000px){
    .archive.woocommerce ul.products li.product.material.last,
    .archive.woocommerce ul.products li.product.material {
        width: 48.8%;
    }
    .archive.woocommerce ul.products li.product.material:nth-child(2n){
        margin-right: 0% !important;
    }
    .archive.woocommerce ul.products li.product.material:nth-child(2n+1){
        margin-right: 2% !important;
    }
}
@media only screen and (max-width:1100px){
    
    /* #header-outer .secondary-menu {
        padding-top: 3px !important;
    } */
    .open-mobile-nav {
        display: block;
        padding: 0 8px;
    }
    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-item-has-children.mega-hide-arrow &gt; a.mega-menu-link &gt; span.mega-indicator {
        display: block;
        font-size: 20px;
    }
        
    body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-item&gt;a.mega-menu-link {
        width: calc(620px - 80px);
        justify-content: space-between;
        max-width: calc(620px - 80px);
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
        max-width: calc(100vw - 80px);
    }
}


@media only screen and (max-width: 1000px){
    .product-title-row {
        display: flex;
        flex-direction: column-reverse;
    }

    body.archive .woocommerce-ordering label {
        display: none;
    }

    .woocommerce .woocommerce-message, 
    .woocommerce .woocommerce-error, 
    .woocommerce .woocommerce-info, 
    .woocommerce-page .woocommerce-message {
        flex-flow: column-reverse;
        padding: 10px !important;
        text-align: center;
        display: flex;
    }
    .woocommerce .woocommerce-message .woocommerce-Button, 
    .woocommerce .woocommerce-error .woocommerce-Button, 
    .woocommerce .woocommerce-info .woocommerce-Button, 
    .woocommerce-page .woocommerce-message .woocommerce-Button {
        margin-left: auto;
        margin-right: auto;
    }

    .woocommerce-message a.button.wc-forward {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    
    ul.pd__pagination {
        padding: 0;
        margin: 0;
    }
    li.pd__pagination-item {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .pd__pagination-item .icon-circle {
        top: 0;
    }

    
    span.pd__pagination-subtitle {
        /* position: absolute; */
        bottom: unset;
        top: unset;
        /* text-align: center; */
        /* width: 100%; */
    }

}
@media only screen and (max-width:999px) and (min-width: 1px){
    .woocommerce.single-product ul.products[data-product-style="material"] {
        /* padding-left: 30px;
        padding-right: 30px; */
    }

    body.woocommerce.single-product ul.products[data-product-style="material"] li.product {
        margin: 2% !important;
    }

    .related .flickity-viewport:after,
    .related .flickity-viewport:before {
        height: 130%;
    }

    /* Cart page */
    .woocommerce-cart .container .woocommerce table.cart td.product-name {
        padding-left: 0;
    }

    .woocommerce table.cart tr td:last-child {
        padding-right: 0;
    }
    
    /* Contact us page */
    .contact-information .vc_custom_heading  {
        margin-top: 18px;
    }

    /* myaccount page */
    .woocommerce-MyAccount-navigation, .woocommerce-MyAccount-content {
        margin: 0 !important;
    }

    .my-account-div {
        display: block;
    }

    .product-cat-href span {
        font-size: 1rem !important;
        justify-content: center;
        min-height: calc(3.6rem + 20px) !important;
        line-height: 1.2rem !important;
    }

    /* Checkout page */
    
    body.woocommerce-cart .woocommerce table.shop_table td, 
    body.woocommerce-cart .woocommerce table.shop_table th {
        padding: 8px 0;
    }

    body.woocommerce-cart .woocommerce table.shop_table th {
        padding-right: 8px;
    }
    body.woocommerce-cart .woocommerce table.cart tr td:last-child {
        padding-right: 0;
    }

    /* blog archive page */
    .blog-row {
        display: block !important;
        padding-bottom: 16px !important;
    }

    /* Product page slider image  */
    .single-product .images .product-slider {
        margin-bottom: 0 !important;
    }
    .col.single-product-main-image {
        margin-bottom: 22.5px;
    }

    /* Increase product name on product page */
    .single.single-product div.product h1.product_title {
        font-size: 24px;
    }
}

@media only screen and (max-width: 769px) {
   
    .pd__header-right {
        width: 100%;
        height: 55px;
        top: 0;
        right: 0;
    }

    .pd__header-right .close {
        right: 10px;
        top: 50%;
        transform: translateY(-50%);
    }

    span.pd__pagination-subtitle {
        display: none;
    }
}
@media only screen and (max-width: 690px){

    /* Blog */
    body.blog .breadcrumb {
        padding-bottom: 15px !important;
    }

    /* Blog post */
    .single-post .post_thumbnail {
        padding-top: 0 !important;
    }
    /* Side nave width */
    body #mega-menu-wrap-top_nav #mega-menu-top_nav&gt;li.mega-menu-item&gt;a.mega-menu-link {
        width: calc(100vw - 80px);
        justify-content: space-between;
        max-width: calc(100vw - 80px);
    }

    #mega-menu-wrap-top_nav #mega-menu-top_nav li.mega-menu-megamenu &gt; ul.mega-sub-menu &gt; li.mega-menu-row .mega-menu-column &gt; ul.mega-sub-menu &gt; li.mega-menu-item {
        max-width: calc(100vw - 80px);
    }
    
    .wpml-ls-legacy-dropdown-click .wpml-ls-item {
        margin-top: 0 !important;
    }
    
    /* Main brand, main category == contain */
    .product-bg {
        background-position: center !important;
        background-size: contain !important;
    }
    
    /* Home,  == cover */
    .tax-product_cat.term-ppe .product-bg,
    .home .product-bg {
        background-position: center !important;
        background-size: cover !important;
    }

    .product-category-description.show-description {
        margin-bottom: 0;
    }
    .product-category-description.show-description p{
        padding-bottom: 0;
    }

    .product-category-description.text-align-center{
        text-align: center;
    }

    .cat-description {
        max-height: unset;
    }

    .checklist {
        min-width: 35px;
        min-height: 35px;
    }

    /* cart page */
    
    body.woocommerce-cart .cart-discount,
    body.woocommerce-cart .tax-total td {
        font-size: 16px !important;
    }

    .woocommerce-cart .product-quantity input.qty,
    .woocommerce-checkout .order-review span {
        font-size: 14px !important;
    }
    html body .woocommerce-Price-amount bdi span {
        font-size: 14px;
    }

    body.archive.tax-product_cat .woocommerce-ordering label {
        display: none;
    }

    /* Hide product page thumbnails slider on mobile */
    .product-thumbs {
        display: none;
    }

    .main-content img.product-brand-img {
        display:inline-block;
    }
}
@media only screen and (max-width: 420px){

    #header-outer[data-cart="true"] #top .span_9 &gt;.slide-out-widget-area-toggle, #header-outer[data-cart="true"] #top #mobile-cart-link, #top .mobile-search{
        padding: 0 4px;
    }
}
.currency-selecter {
    position: relative;
    margin-left: 20px;
    display: flex;
    align-items: center;
}

.currency-selecter:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid #fff !important;
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translate(-100%,-50%);
    /* margin-right: 5px; */
}

.currency-item {
    cursor: pointer;
    color: #fff;
    position: relative;

    line-height: 30px;
}

.currency-item:hover:after {
    content: "";
    position: absolute;
    bottom: 5px;
    width: 100%;
    display: block;
    height: 2px;
    background: #fff;
}

.currency-trigger {
    cursor: pointer;
}

/* Hide the dropdown's content by default */
.currency-list {
    display: none;

    /* Position it right below the trigger element */
    left: 0;
    padding-top: 0.25rem;
    position: absolute;
    top: 100%;

    /* It should be on the top of other elements */
    /* background-color: #fff; */
    z-index: 9999;

    width: 100%;
    text-align: right;

}

/* Show the content when hover on the container */
.currency-selecter:hover .currency-list {
    display: block;
}

.wcml-dropdown {
    width: fit-content;
    width: auto;
    display: flex;
    align-items: center;
}

.wcml-dropdown li.wcml-cs-active-currency .wcml-cs-submenu {
    visibility: hidden !important; 
}

.wcml-dropdown li.wcml-cs-active-currency.active .wcml-cs-submenu {
    visibility: visible !important; 
}

.wcml-dropdown li:hover.wcml-cs-active-currency .wcml-cs-submenu, 
.wcml-dropdown li:focus.wcml-cs-active-currency .wcml-cs-submenu {
    visibility: hidden;
}


.woocommerce .wcml-dropdown.product {
    margin: 0
}

.wcml-dropdown li {
    background: rgb(0 0 0 / 0%);
    border: 0;
    padding: 0;
}

.wcml-dropdown a.wcml-cs-item-toggle {
    background: #01175a;
    padding-left: calc(0.3em + 10px + 0.3em);
    padding-right: 0.5em;
    color: #fff;
}

.wcml-cs-submenu a:hover, .wcml-cs-active-currency:hover a.wcml-cs-item-toggle {
    color: #fff;
}

.wcml-dropdown a.wcml-cs-item-toggle:after {
    right: unset;
    left: 10px;
    transform: translate(-50%);
    top: calc(50% - 0.175em);
    border: 0.35rem solid rgb(0 0 0 / 0%);
    border-top: 0.5rem solid;
}
.wcml-dropdown .wcml-cs-submenu {
    border: 0;
    width: fit-content;
    left: 16px;
}

.wcml-dropdown .wcml-cs-submenu li {
    background: #01175a;
    color:#fff;
    border: 0;
    white-space: nowrap;
}
#header-outer .secondary-menu .wcml-dropdown .wcml-cs-submenu a {
    margin: 0 !important;
}

.wcml-dropdown a {
    color: #fff;
    text-align: center;
}

.wcml-dropdown a:hover {
    color: #02b2fb;
}

.wcml-dropdown li:hover, .wcml-dropdown li:focus {
    background-color: #01175a;
}
.wcml-dropdown .wcml-spinner {
    display: none;
}

#header-outer .wpml-ls-legacy-dropdown-click {
    /* margin: 3px 0 0 -380px !important; */
}

.wpml-ls-legacy-dropdown-click &gt; ul .wpml-ls-item {
    display: flex;
    align-items: center;
    cursor:pointer;
}

.wpml-ls-legacy-dropdown-click &gt; ul .wpml-ls-item a:after {
    content: '';
    white-space: nowrap;
    display: block !important;
    font-size: 16px;
    line-height:1.2;
    position: relative;
    color: #fff;
    font-family: Arial;
    margin-left: 8px;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 0;
    right: unset;
    top: unset;
}

.wpml-ls-legacy-dropdown-click &gt; ul .wpml-ls-sub-menu .wpml-ls-item:hover a:after {
    color: #02b2fb;
}

.wpml-ls-legacy-dropdown-click &gt; ul &gt; li.wpml-ls-item-sg &gt; a:after,
.wpml-ls-legacy-dropdown-click &gt; ul .wpml-ls-sub-menu .wpml-ls-item.wpml-ls-item-sg a:after {
    content: 'Singapore';
}

.wpml-ls-legacy-dropdown-click &gt; ul &gt; li.wpml-ls-item-nz &gt; a:after,
.wpml-ls-legacy-dropdown-click &gt; ul .wpml-ls-sub-menu .wpml-ls-item.wpml-ls-item-nz a:after {
    content: 'New Zealand';
}

.wpml-ls-legacy-dropdown-click &gt; ul &gt; li.wpml-ls-item-au &gt; a:after,
.wpml-ls-legacy-dropdown-click &gt; ul .wpml-ls-sub-menu .wpml-ls-item.wpml-ls-item-au a:after {
    content: 'Australia';
}

.wpml-ls-legacy-dropdown-click &gt; ul &gt; li.wpml-ls-item-en &gt; a:after,
.wpml-ls-legacy-dropdown-click &gt; ul .wpml-ls-sub-menu .wpml-ls-item.wpml-ls-item-en a:after {
    content: 'Global';
}

#header-outer .wpml-ls-legacy-dropdown-click .wpml-ls-current-language:hover&gt;a, 
#header-outer  .wpml-ls-legacy-dropdown-click a:focus, 
#header-outer  .wpml-ls-legacy-dropdown-click a:hover {
    border: 0;
    background: transparent !important;
    padding: 0 !important;
}

#header-outer .secondary-menu a.wpml-ls-item-toggle {
    padding: 0;
    width: fit-content;
    display: flex;
    align-items: center;
    margin: 0 !important;
    text-align: right;
    background: transparent;
    border: 0;
    line-height: 30px;
}

#header-outer .wpml-ls-legacy-dropdown-click {
    display: flex;
    width: auto;
    position: relative;
    margin: 0 5px 0 0;
    align-items: center;
}

.wpml-ls-legacy-dropdown-click &gt; ul &gt; li a.wpml-ls-item-toggle:after { display: none; }
.wpml-ls-legacy-dropdown-click &gt; ul &gt; li a.wpml-ls-item-toggle:before {
    content: "";
    vertical-align: middle;
    display: inline-block;
    border: 0.35rem solid rgb(0 0 0 / 0%);
    position: absolute;
    border-top: 0.5rem solid rgb(255 255 255) !important;
    left: -16px;
    right: unset;
    top: calc(50% - .175em);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-item {
    width: auto;
    text-align: center;
    padding: 0.25em 0.5em;
    padding-left: calc(0.3em + 10px + 0.3em);
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li a {
    padding: 0 !important;
    border: 0 !important;
    position: relative;
    /* right: -10px; */
    text-align: right;
    display: flex;
    align-items: center;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu, 
.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
    border: 0 !important;
    min-width: 150px;
    left:11px;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu li {
    background-color: #01175a;
    padding: 0.5em;
}

.wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu a {
    background-color: transparent;
}

#header-outer .wpml-ls-legacy-dropdown-click .wpml-ls-flag {
    margin: 0;
    min-width: 21px;
}

@media only screen and (max-width: 1099px) {
    #top .mobile-search, #top .mobile-user-account, #header-outer #top #mobile-cart-link, #top .open-mobile-nav {
        top: 0 !important;
        position: relative;
    }

    #top .open-mobile-nav {
        width: 38px;
        height: 22px;
    }

    body #header-outer .lines-button {
        top: 0;
    }

    #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 {
        display: flex;
        flex-direction: row !important;
    }

    #header-outer .search-row,
    #header-outer .secondary-menu {
        position: relative;
        padding: 0 !important;
        display: flex;
        align-items: center;
    }

    .search-row&gt;.span_12 {
        display: flex;
        align-items: center;
    }
    .wcml-dropdown {
        /* width: 90px;
        max-width: unset;
        margin: 5px 0 0 80px!important; */
    }

    .wcml-dropdown a.wcml-cs-item-toggle:after {
        top: calc(50% - 0.2em);
    }

    #header-outer .wpml-ls-legacy-dropdown-click {
        margin-right: 0;
    }

    .wpml-ls-legacy-dropdown-click .wpml-ls-sub-menu {
        transform: translateY(4px);
    }

    .currency-selecter {
        float: left;
        /* margin: 9px 0 0 100px!important; */
    }

    .wpml-ls-legacy-dropdown-click &gt; ul &gt; .wpml-ls-item &gt; a:after { display: none !important;}
}

@media only screen and (max-width:999px){
    #top .span_9 &gt;.slide-out-widget-area-toggle &gt; div, #header-outer .mobile-search .icon-salient-search, #header-outer #top #mobile-cart-link i, #header-outer .mobile-user-account .icon-salient-m-user {
        top: 0;
        transform: unset;
    }
}
@media only screen and (max-width:690px){
    /* #header-outer .wpml-ls-legacy-dropdown-click {
        margin: 9px 0 0 -400px!important;
    } */
    #header-outer .secondary-menu a.wcml-cs-item-toggle {
        margin: 0 !important;
    }

    .wcml-dropdown .wcml-cs-submenu {
        left: 11px;
    }
}
@media only screen and (max-width: 500px){
    /* #header-outer .wpml-ls-legacy-dropdown-click {
        margin: 9px 0 0 -365px!important;
    } */
    /* #header-outer .wpml-ls-legacy-dropdown-click {
        margin: 9px 0 0 -332px!important;
    } */

    
    .wcml_currency_switcher {
        display: none;
    }
/* 
    body.mobile #top #logo img, body.mobile #header-outer[data-permanent-transparent="false"] #logo .dark-version {
        height: 24px !important;
    } */
}/*
Theme Name:  Salient
Description: "Secondary Header Bar" enabled in theme options 
*/

body[data-header-color="dark"] #header-secondary-outer{
    background-color:#111;
     border-bottom:1px solid #444
}

 body[data-header-color="dark"] #header-secondary-outer nav &gt;ul &gt;li &gt;a{
    border-left:1px solid #222
}

 body[data-header-color="dark"] #header-secondary-outer nav &gt;ul &gt;li:last-child{
    border-right:1px solid #272727
}

body[data-header-color="dark"] #header-secondary-outer nav &gt;ul &gt;li &gt;a, 
body[data-header-color="dark"] #header-secondary-outer nav &gt;ul &gt;li &gt;a .sf-sub-indicator i,
body[data-header-color="dark"] #header-secondary-outer .nectar-center-text, 
body[data-header-color="dark"] #header-secondary-outer .nectar-center-text a,
body[data-header-color="dark"] #header-secondary-outer #social li a i {
    color:#A0A0A0
}

 #header-secondary-outer ul ul li a{
    font-size:11px;
    transition:none;
    -webkit-transition:none;
}


.material #header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li &gt;a:hover:after, 
.material #header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li &gt;a.current-menu-item:after{
     backface-visibility: hidden;
     -ms-transform:scaleX(1);
     -webkit-transform:scaleX(1);
     transform:scaleX(1)
}

body[data-dropdown-style="minimal"] #header-secondary-outer .sf-menu &gt; li ul{
     height: auto;
}

#header-secondary-outer .container {
     position: static;
}
#header-secondary-outer {
     min-height: 34px;
}

.material #header-secondary-outer {
     min-height: 42px;
}

#header-secondary-outer .nectar-center-text {
     text-align: center;
     padding: 0 130px;
     font-size: 14px;
     line-height: 14px;
     width: 100%;
     position: absolute;
     left: 50%;
     top: 50%;
     z-index: 10;
     -webkit-transform: translateX(-50%) translateY(-50%);
     transform: translateX(-50%) translateY(-50%);
}

 body #header-secondary-outer .nectar-center-text {
     font-size: 16px;
     line-height: 16px;
     max-width: 70%;
}

#header-secondary-outer .nectar-center-text a {
     color: inherit 
}


@media only screen and (max-width: 999px) {
   
     body #header-secondary-outer[data-secondary-text="true"] ul {
         display: none;
    }
     #header-secondary-outer .nectar-center-text {
         padding: 0 15px;
    }
}

@media only screen and (max-width: 690px) {
   
     body.original #header-secondary-outer .nectar-center-text {
         display: none;
    }
     body.original #header-secondary-outer {
         display: none;
    }

}

#header-secondary-outer{
     position:relative;
     top:0px;
     left:0px;
     width:100%;
     z-index:10000;
     background-color:#F8F8F8;
     border-bottom:1px solid #ddd
}
 body[data-header-color="custom"]:not(.material) #header-secondary-outer{
    border-bottom:1px solid rgba(0,0,0,0.1)
}
#header-secondary-outer #social{
    float:left;
     position: relative;
}
#header-secondary-outer #social li{
    float:left
}
#header-secondary-outer #social li a {
    line-height:20px
}
#header-secondary-outer #social li a i {
    height:14px;
    line-height:14px;
    font-size:14px;
    color: rgba(0,0,0,0.55)
}

 #header-secondary-outer #social li a{
    position:relative;
    padding:8px 10px 8px 10px;
    height:16px;
    box-sizing: content-box;
}

#header-secondary-outer ul {
    height:32px;
    float: right;
    z-index:1000
}
#header-secondary-outer nav &gt;ul &gt;li &gt;a{
   color:rgba(0,0,0,0.55);
}

 body #header-secondary-outer nav &gt;ul &gt;li &gt;a{
     border-left:1px solid #ddd;
     line-height:11px;
     font-size:11px;
     padding:10px
}
 body[data-header-color="custom"]:not(.material) #header-secondary-outer nav &gt;ul &gt;li &gt;a{
    border-left:1px solid rgba(0,0,0,0.1)
}
 #header-secondary-outer nav &gt;ul &gt;li &gt;a:hover, 
 #header-secondary-outer nav &gt;ul &gt;.current-menu-item &gt;a, 
 #header-secondary-outer nav &gt;ul &gt;.current-menu-ancestor &gt;a{
    color:rgba(0,0,0,0.8)
}
 #header-secondary-outer nav &gt;ul &gt;li &gt;a .sf-sub-indicator {
    margin-right:5px;
     height:11px
}
 #header-secondary-outer nav &gt;ul &gt;li:last-child{
    border-right:1px solid #ddd
}
 body[data-header-color="custom"]:not(.material) #header-secondary-outer nav &gt;ul &gt;li:last-child{
    border-right:1px solid rgba(0,0,0,0.1)
}
 #header-secondary-outer nav &gt;ul &gt;li &gt;a .sf-sub-indicator i {
    color:rgba(0,0,0,0.45);
    font-size: 14px;
}
 #header-secondary-outer ul ul li a{
    background-color:#1F1F1F;
     color:#CCC
}
 #header-secondary-outer ul &gt;.menu-item-language-current &gt; a {
    height:32px;
    padding-top:8px
}
 #header-secondary-outer #social li .behance, 
 #header-secondary-outer #social li .vimeo{
    background-color:#a6a6a6;
     background-position:center;
     background-repeat:no-repeat;
     text-indent:-9999px
}

 #header-secondary-outer #social li .vimeo{
    width:15px
}
 #header-secondary-outer #social li .behance{
    width:17px
}
 #header-secondary-outer[data-full-width="true"] &gt;.container{
    width:100%;
     max-width:100%;
     padding:0 28px
}
 #header-secondary-outer[data-full-width="true"] &gt;.container nav &gt;ul &gt;li:last-child, 
 #header-secondary-outer[data-full-width="true"] nav &gt;ul#social &gt;li:first-child &gt;a{
    border:none
}


 body[data-header-color="dark"] #header-secondary-outer .current-menu-ancestor &gt;a,
 body[data-header-color="dark"] #header-secondary-outer .current-menu-item &gt;a, 
 body[data-header-color="dark"] #header-secondary-outer .sfHover &gt;a, 
 body[data-header-color="dark"] #header-secondary-outer .sfHover &gt;a i,
 body[data-header-color="dark"] #header-secondary-outer nav &gt;ul &gt;li a:hover, 
 body[data-header-color="dark"] #header-secondary-outer nav &gt;ul &gt;li a:hover .sf-sub-indicator i,
 body[data-dropdown-style="minimal"] #header-secondary-outer ul &gt;li:not(.megamenu) .sfHover &gt;a,
 body[data-dropdown-style="minimal"] #header-secondary-outer ul &gt;li:not(.megamenu) ul a:hover {
    color:#fff!important
}

body[data-header-color="dark"] #header-secondary-outer nav &gt;ul &gt;li &gt;a .sf-sub-indicator i {
    color:#A0A0A0!important
}

/*material*/
 body.material #header-secondary-outer nav &gt;ul {
     height: auto;
     padding: 6px 0;
}
 body.material #header-secondary-outer nav &gt;.sf-menu {
     padding: 9px 0 8px 0;
}
 body.material #header-secondary-outer .nectar-center-text {
     padding: 10px 0;
}
 body.material #header-secondary-outer nav:after {
     display: block;
     clear: both;
     content: '';
}
 body.material #header-secondary-outer nav &gt;ul &gt;li &gt;a, 
 body.material #header-secondary-outer #social li a {
     padding: 0;
     margin: 0 10px;
     height: auto;
}
 body.material #header-secondary-outer {
     border: 1px solid transparent;
}
 body.material #header-secondary-outer nav &gt;ul &gt;li &gt;a{
    border-left: 0px;
     line-height:22px;
     font-size:12px;
}
 body.material #header-secondary-outer nav &gt;ul &gt;li:last-child {
     border-right: 0px;
}
 body.material #header-secondary-outer nav &gt;ul &gt;li:last-child &gt; a {
     margin-right: 0;
     padding-right: 0;
}
 body.material #header-secondary-outer #social li a i {
     font-size: 16px;
}
 body.material #header-secondary-outer #social li a {
     line-height: 28px;
}
 body.material #header-secondary-outer #social li:first-child a {
     padding-left: 0;
     margin-left: 0;
}

@media only screen and (max-width: 999px) {
    
    #header-secondary-outer[data-mobile="display_full"] .nectar-center-text {
      position: relative;
      left: 0;
      top: 0;
      margin: 0px auto;
      -webkit-transform: none;
      transform: none;
    }
    body:not(.material) #header-secondary-outer[data-mobile="display_full"] .nectar-center-text {
        margin: 20px auto;
    }
     body #header-secondary-outer[data-mobile="display_full"] ul,
     body.original #header-secondary-outer[data-mobile="display_full"] .nectar-center-text,
     body.ascend #header-secondary-outer[data-mobile="display_full"] .nectar-center-text {
         display: block;
    }
    body.original #header-secondary-outer[data-mobile="display_full"] #social &gt; li &gt; a {
      border: none!important;
    }
    #header-secondary-outer[data-mobile="display_full"] #social,
    #header-secondary-outer[data-mobile="display_full"] ul {
      float: none;
      text-align: center;
      margin: 0 auto;
    }
    body.original #header-secondary-outer[data-mobile="display_full"],
    body.ascend #header-secondary-outer[data-mobile="display_full"],
    body.material #header-secondary-outer[data-mobile="display_full"] {
      display: block!important;
      height: auto!important;
  }
  body[data-dropdown-style] #header-secondary-outer[data-mobile="display_full"] .sf-menu &gt; li ul {
    display: none!important;
  }
  

}/*
Theme Name:  Salient
Description: Styles loaded only on single posts/projects
*/

body.single-post[data-bg-header="true"] .container-wrap {
  padding-top: 40px!important;
}

body.single-post.material[data-bg-header="true"] .container-wrap {
  padding-top: 80px!important;
}

body.single .post .wpb_text_column h2, 
body.single .post .content-inner &gt; h2,
body.single .post .wpb_text_column h3, 
body.single .post .content-inner &gt; h3,
body.single .post .wpb_text_column h4, 
body.single .post .content-inner &gt; h4,
body.single .post .wpb_text_column h5, 
body.single .post .content-inner &gt; h5,
body.single .post .wpb_text_column h6, 
body.single .post .content-inner &gt; h6 {
  margin-top: 10px;
}

.single #single-below-header .updated.rich-snippet-hidden,
.single .heading-title[data-header-style="default_minimal"] #single-below-header .updated.rich-snippet-hidden {
  display: none;
}


/* template style changes based on included meta */
.single-post #single-below-header.fullscreen-header[data-remove-post-comment-number="1"] &gt;span {
  width: 50%;
}

body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] .related-posts[data-style="material"] .article-content-wrap {
  padding-bottom: 20px!important;
}

body.single-post [data-post-hs="default"] [data-remove-post-author="1"][data-remove-post-date="1"] #single-below-header span, 
body.single-post .container-wrap[data-remove-post-author="1"][data-remove-post-date="1"] [data-header-style="default"] #single-below-header span {
  padding-left: 0;
  border-left: 0;
}

body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="1"][data-remove-post-date="1"][data-remove-post-comment-number="0"] #single-below-header span, 
body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="0"][data-remove-post-date="1"][data-remove-post-comment-number="1"] #single-below-header span {
  padding-left: 0;
  border-left: 0;
}

body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="0"][data-remove-post-date="1"][data-remove-post-comment-number="1"] #single-below-header span,
body.single-post [data-post-hs="default_minimal"] [data-remove-post-author="1"][data-remove-post-date="0"][data-remove-post-comment-number="1"] #single-below-header span,
body.single-post [data-remove-post-author="1"][data-remove-post-date="0"][data-remove-post-comment-number="1"] .heading-title[data-header-style="default_minimal"] #single-below-header span,
body.single-post [data-remove-post-author="0"][data-remove-post-date="1"][data-remove-post-comment-number="1"] .heading-title[data-header-style="default_minimal"] #single-below-header span {
  padding-left: 0;
  padding-right: 0;
  border-left: 0;
}


.single #page-header-bg #single-below-header span {
  color: rgba(255,255,255,0.8);
}

.single #single-meta ul .meta-comment-count i {
  margin-right: 3px;
}

.single #single-meta span,
.single #single-below-header span {
  font-size: 16px;
}


.single #single-meta div i {
  font-size: 16px;
  line-height: 30px;
  height: 30px;
}

.single #page-header-bg #single-meta div a,
.single #page-header-bg #single-meta div i,
.single #page-header-bg #single-meta div span {
  color: #fff!important;
}

.single-post #single-meta .nectar-social {
  margin-left: 14px;
}

.single-post .post-content &gt; .video,
.single-post .post-content &gt; .audio-wrap,
.single-post .post-content &gt; .quote-inner,
.single-post .post-content &gt; .post-featured-img &gt; img{
  margin-bottom: 50px;
}


@media only screen and (min-width:690px) {
	 
  .single-portfolio #page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6 .inner-wrap #portfolio-nav ul:not(.controls) {
    left: -70px;
  }

  .single-portfolio #page-header-bg.fullscreen-header[data-alignment-v="middle"] .span_6 .inner-wrap #portfolio-nav .controls {
    right: -75px;
  }
}

.single:not(.material) #page-header-bg.fullscreen-header h1 {
  font-size: 5.5vw;
  line-height: 5.9vw;
}

.single-post #page-header-bg.fullscreen-header, 
 .single-post #single-below-header.fullscreen-header {
  background-color: #f8f8f8;
}


.single.single-post .fullscreen-header .blog-title {
  text-align: center;
}

body.single.single-post:not(.material) .fullscreen-header .blog-title h1 {
  max-width: none;
}


.default-blog-title.fullscreen-header,
 .single-post #page-header-bg.default-blog-title.fullscreen-header,
 .single-post.ascend #page-header-bg.default-blog-title.fullscreen-header {
  background-color: #333;
}

.single-post.ascend .container-wrap.fullscreen-blog-header, 
 body.single-post[data-bg-header="true"].ascend .container-wrap {
  padding-top: 70px!important;
  margin-top: 0!important;
}

.single-post #page-header-bg.fullscreen-header.bottom-shadow:before {
  background: -moz-linear-gradient(center top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%);
  background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(0,0,0,0) 1%,rgba(0,0,0,0.06) 16%,rgba(0,0,0,0.4) 75%,rgba(0,0,0,0.6) 100%);
  bottom: 0;
  content: "";
  display: block;
  height: 351px;
  left: 0;
  position: absolute;
  transition: all 100ms cubic-bezier(0.42,0,0.58,1) 0s;
  width: 100%;
  z-index: 10;
}

.single-post #page-header-bg.fullscreen-header.bg-overlay:after {
  background: none repeat scroll 0 0 rgba(0,0,0,0.4);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: all 100ms cubic-bezier(0.42,0,0.58,1) 0s;
  width: 100%;
  z-index: 10;
}

.single-post .container-wrap.fullscreen-blog-header {
  margin-top: 0;
}

.single-post .bottom-meta a {
  color: inherit;
}

.single-post .container-wrap .bottom-meta #author-bio #author-info {
  width: auto!important;
  float: none;
  display: inline-block!important;
}



.single-post .bottom-meta .sharing-default-minimal {
  padding-top: 0px;
}

.single-post .bottom-meta &gt;div:last-child {
  margin-bottom: 60px;
}

.single-post .bottom-meta .sharing-default-minimal[data-bottom-space="false"] {
  margin-bottom: 0;
}

.single #single-meta li .n-shortcode, 
.single #single-meta li .nectar-love {
  padding-left: 0!important;
}

.single #single-meta ul li .nectar-love-wrap span {
  opacity: 1;
}

body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .post-area, 
 body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .comment-list &gt;li, 
 body[data-ext-responsive="true"].single-post.material .container-wrap.no-sidebar .comment-wrap h3#comments, 
 body[data-ext-responsive="true"].single-post.material .comment-wrap #respond, 
 body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1, 
 body[data-ext-responsive="true"].single-post.material #page-header-bg.fullscreen-header h1, 
 body[data-ext-responsive="true"].single-post .heading-title[data-header-style="default_minimal"] .entry-title {
  max-width: 1000px;
  margin: 0 auto!important;
}

.blog_next_prev_buttons[data-style="fullwidth_next_only"] .col {
  border-left: 0;
}

.blog_next_prev_buttons .inner {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
}

.blog_next_prev_buttons {
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #333;
}

body .blog_next_prev_buttons .full-link a, 
body .blog_next_prev_buttons .full-link, 
body .blog_next_prev_buttons .bg-overlay {
  margin-bottom: 0;
}

.blog_next_prev_buttons .full-link a, 
 .blog_next_prev_buttons .full-link, 
 .blog_next_prev_buttons .bg-overlay {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  left: 0;
  width: 100%;
  height: 100%;
}

.blog_next_prev_buttons .bg-overlay {
  background-color: #282b30;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
}

.blog_next_prev_buttons:hover .bg-overlay {
  opacity: 0;
}

.blog_next_prev_buttons.bg-color-only .bg-overlay {
  opacity: 0;
}

.blog_next_prev_buttons.bg-color-only:hover .bg-overlay {
  opacity: 0.08;
}

.blog_next_prev_buttons span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}

.blog_next_prev_buttons[data-style*="next_prev"] .next-post h3 span {
  text-align: left;
}

.blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span {
  text-align: right;
  position: relative;
}

.blog_next_prev_buttons .col {
  height: 250px;
  border-left: 1px solid #ddd;
}


.blog_next_prev_buttons[data-post-header-style="default_minimal"] .col {
  height: 350px;
}

@media only screen and (max-width:1000px) {
  .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col {
    height: 200px;
  }
}

.blog_next_prev_buttons .col h3 {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  padding: 0 15%;
  color: #fff;
  margin: 0;
}

.full-width-content.blog_next_prev_buttons &gt; .col.span_12.dark h3 {
  color: #fff;
}

.container-wrap[data-nav-pos="after_project_2"] {
  padding-bottom: 0!important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .controls &gt; .hidden, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls &gt; .hidden {
  display: none!important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .controls &gt; .only, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls &gt; .only {
  width: 100%!important;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .only span:not(.text), 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .only span:not(.text) {
  text-align: center!important;
}

#full_width_portfolio .container-wrap[data-nav-pos="after_project_2"] .bottom_controls {
  margin-top: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul {
  padding: 0;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul {
  margin: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .container {
  max-width: none;
  width: 100%;
  padding: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav, 
 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .container {
  height: auto;
  line-height: 0;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav {
  display: block;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
  width: 50%;
  line-height: 0;
  height: auto;
  padding: 6%;
  min-height: 300px;
  -webkit-justify-content: center;
  justify-content: center;
  display: -webkit-flex;
  display: flex;
  -moz-box-align: center;
  -moz-box-pack: center;
  align-items: center;
  -webkit-align-items: center;
  float: none;
  overflow: hidden;
  position: relative;
  background-color: #333;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
  padding: 6% 9%;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:after, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:after {
  background-color: rgba(13,13,13,0.35);
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: background-color 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover:after, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:hover:after, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:hover:after {
  background-color: rgba(13,13,13,0.9);
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .controls li a, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  display: block;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 {
  -webkit-transform: translateX(-40px) translateZ(0);
  transform: translateX(-40px) translateZ(0);
  backface-visibility: hidden;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 {
  transform: translateX(40px) translateZ(0);
  backface-visibility: hidden;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project.mouse-leaving h3 .text .line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .text .line {
  animation: rightLineEnd 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project.mouse-leaving h3 .text .line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .text .line {
  animation: rightLineEnd2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: left;
  animation: rightLineStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(0px) scaleX(1);
  -webkit-transform-origin: right;
  transform: translateY(-50%) translateX(0px) scaleX(1);
  transform-origin: right;
  animation: rightLineStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .text .line {
  -webkit-transform: translateY(-50%) translateX(-28px) scaleX(0);
  -webkit-transform-origin: left;
  transform: translateY(-50%) translateX(-28px) scaleX(0);
  transform-origin: left;
  left: -74px;
  right: auto;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project.mouse-leaving h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .next-arrow {
  animation: rightArrowEnd2 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project.mouse-leaving h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .next-arrow {
  animation: rightArrowEnd 0.7s cubic-bezier(0, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow,
.blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3 .next-arrow {
  -webkit-transform: translateX(38px) rotate(180deg);
  transform: translateX(38px) rotate(180deg);
  left: -43px;
  right: auto;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .next-arrow {
  animation: rightArrowStart 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .next-arrow {
  animation: rightArrowStart2 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) forwards;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3 .next-arrow, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 .next-arrow, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3 .next-arrow {
  -webkit-transform: translateX(42px);
  transform: translateX(42px);
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project.mouse-leaving h3 .next-arrow line, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project.mouse-leaving h3 .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post.mouse-leaving h3 .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post.mouse-leaving h3 .next-arrow line {
  animation: rightArrowLineEnd 0.4s cubic-bezier(0.3, 0.2, 0.1, 1) 0.25s forwards;
  stroke-dashoffset: 40px;
}

body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover .next-arrow line, 
 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls .previous-post:hover .next-arrow line, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls .next-post:hover .next-arrow line {
  animation: rightArrowLineStart 0.3s cubic-bezier(0.05, 0.2, 0.1, 1) 0.1s forwards;
  stroke-dashoffset: 30px;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 {
  display: inline-block;
  -webkit-transform: translateX(0px) translateZ(0);
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transform: translateX(0px) translateZ(0);
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span:not(.text), 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text) {
  display: block;
  font-size: 16px;
  text-align: left;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span:not(.text), 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text) {
  display: block;
  font-size: 16px;
  text-align: right;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project span, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3, 
 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project span, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post h3, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span {
  color: #fff;
  position: relative;
  z-index: 100;
}

.container-wrap[data-nav-pos="after_project_2"] .bottom_controls .proj-bg-img, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .post-bg-img,
 .blog_next_prev_buttons[data-style="fullwidth_next_only"] .post-bg-img {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
  height: 100%;
  -ms-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  -webkit-transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
  transition: transform 0.4s cubic-bezier(0.05, 0.2, 0.1, 1) 0s;
}

 .blog_next_prev_buttons[data-style="fullwidth_next_only"]:hover .post-bg-img,
.container-wrap[data-nav-pos="after_project_2"] .bottom_controls li:hover .proj-bg-img, 
 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li:hover .post-bg-img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.single .post-content {
  padding-left: 0;
}

.single #single-meta {
  right: 0;

}

.single #single-meta ul {
  margin-bottom: 0;
}

.single #single-meta {
  margin-top: 4px;
}

.single #single-meta ul li {
  float: left;
  list-style: none;
  padding: 0;
  border-bottom: 0;
}

.single #single-meta ul li .nectar-love-wrap {
  border-right: 1px solid #ddd;
  margin-right: 20px;
  padding-right: 20px;
  width: auto!important;
}

.single #single-meta ul li .nectar-love-wrap span {
  font-size: 12px;
  height: 13px;
  display: block;
  width: auto;
  padding-left: 0;
  font-family: 'Open Sans';
  font-weight: 400;
  line-height: 11px;
}

.single #single-below-header {
  margin-bottom: 0;
}

#single-below-header [class^="icon-"] {
  font-size: 18px;
  line-height: 23px;
  height: 20px;
  width: auto;
  margin-right: 7px;
  color: inherit;
}

.fullscreen-blog-header #single-below-header {
  margin-bottom: 60px;
}

.single .fullscreen-blog-header #single-below-header &gt; span,
.single .fullscreen-blog-header #single-below-header &gt; div {
  font-family: inherit;
  color: #888;
  padding-left: 0;
  display: inline-block;
  float: left;
}
.single .fullscreen-blog-header #single-below-header &gt; span a {
  margin-right: 14px;
  font-size: 14px;
  line-height: 28px;
  border: 2px solid rgba(0,0,0,0.1);
  -webkit-transition: border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1);
  transition: border-color .45s cubic-bezier(0.25,1,0.33,1), color .45s cubic-bezier(0.25,1,0.33,1);
  padding: 6px 20px;
  margin-bottom: 14px;
  border-radius: 100px;
  display: inline-block;
}

#single-meta .meta-category,
#single-meta .meta-comment-count,
#single-below-header .meta-category,
#single-below-header .meta-comment-count {
  -webkit-transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
  transition: all 0.4s cubic-bezier(0.05, 0.2, 0.1, 1);
}

#single-below-header.social-hovered .meta-category,
#single-below-header.social-hovered .meta-comment-count,
#single-meta.social-hovered .meta-category,
#single-meta.social-hovered .meta-comment-count {
  opacity: 0;
  pointer-events: none;
}

.single-post #single-meta &gt; div {
  float: left;
}

  

.single [data-post-hs="default_minimal"] #single-below-header span, 
.single .heading-title[data-header-style="default_minimal"] #single-below-header span {
  font-size: 14px;
}


.single #single-below-header:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.blog-title #single-below-header &gt; span {
  padding: 0 20px 0 20px;
  border-left: 1px solid rgba(0,0,0,0.1);
}
.blog-title #single-below-header &gt; span:first-child {
    padding-left: 0;
    border: none;
}

.single.single-post .section-title h1 {
  max-width: 800px;
}

.single .row .section-title {
  border-bottom: none;
}

.single [data-post-hs="default_minimal"] .section-title h1 {
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 0;
}

.single .heading-title[data-header-style="default_minimal"] h1, 
 body[data-ext-responsive="true"].single-post #page-header-bg[data-post-hs="default_minimal"] h1 {
  padding: 20px 0 20px 0;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a {
  border: 2px solid #000;
  padding: 4px 8px;
  margin: 5px 6px 0px 5px;
  display: inline-block;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  font-size: 14px;
  line-height: 18px;
  font-weight: 600;
  color: #000;
}

body[data-button-style^="rounded"].single .heading-title[data-header-style="default_minimal"] .meta-category a {
  border-radius: 100px;
}

.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover,
.single .heading-title[data-header-style="default_minimal"] .meta-category a:focus {
  border-color: transparent;
  color: #fff;
}

.single .heading-title[data-header-style="default_minimal"] {
  border-bottom: 0;
  text-align: center;
  padding-top: 30px;
}

.single .heading-title[data-header-style="default_minimal"] #single-below-header span {
  float: none;
  display: inline-block;
}

.single-post .post.quote .post-content .quote-inner {
  padding: 45px;
}

.single .post .content-inner .post-featured-img img {
  margin-bottom: 25px;
}

.single .post .content-inner[data-has-gallery] .gallery,
.single .post .content-inner[data-has-gallery] .wp-block-gallery {
  display: none;
}
.single .post .top-featured-media &gt; .nectar-flickity &gt; .flickity-viewport {
  margin-top: 0;
}
.single .post .top-featured-media&gt; .nectar-flickity &gt; .flickity-viewport .cell {
  width: auto;
}
.single .post .top-featured-media.full-width-content &gt; .nectar-flickity &gt; .flickity-viewport .cell {
  margin: 0 1%;
}
.single .post .top-featured-media &gt; .nectar-flickity &gt; .flickity-viewport img {
  height: 500px;
  width: auto;
}

.single .post.video .mejs-container {
  margin-bottom: 25px;
}

.single .post-area.standard-minimal .post-content {
  padding-left: 0;
}

.single .post-area.span_12 #author-info {
  width: 992px;
}

/* remove single meta date option */
body.single-post .container-wrap[data-remove-post-date="1"] #single-below-header .meta-date,
body.single-post #page-header-bg[data-remove-post-date="1"] .author-section .meta-date,
body.single-post #page-header-bg .span_6[data-remove-post-date="1"] #single-below-header .meta-date,
body.single-post #page-header-bg .span_6[data-remove-post-date="1"] .meta-date,
body.single-post .container-wrap[data-remove-post-date="1"] .related-posts .article-content-wrap .post-header .meta,
body.single-post .container-wrap[data-remove-post-date="1"] .related-posts[data-style="material"] .grav-wrap .text span,
.single-post #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-date="1"] #single-below-header .meta-date {
  display: none;
}

/* remove single meta author option */
body.single-post .container-wrap[data-remove-post-author="1"] #single-below-header .meta-author,
body.single-post #page-header-bg[data-remove-post-author="1"] .author-section .meta-author,
body.single-post #page-header-bg .span_6[data-remove-post-author="1"] #single-below-header .meta-author,
body.single-post #page-header-bg .span_6[data-remove-post-author="1"] .meta-author,
body.single-post #page-header-bg .span_6[data-remove-post-author="1"] .author-section a,
body.single-post #page-header-bg[data-remove-post-author="1"].fullscreen-header .author-section a,
body.single-post .container-wrap[data-remove-post-author="1"] .related-posts[data-style="material"] .grav-wrap img,
body.single-post .container-wrap[data-remove-post-author="1"] .related-posts[data-style="material"] .grav-wrap .text a,
body.single-post .container-wrap[data-remove-post-author="1"] .related-posts[data-style="classic_enhanced"] .meta-author,
.single-post #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-author="1"] #single-below-header .meta-author {
  display: none;
}

/* remove single meta comment count option */
body.single-post .container-wrap[data-remove-post-comment-number="1"] #single-below-header .meta-comment-count,
body.single-post #page-header-bg[data-remove-post-comment-number="1"] .author-section .meta-comment-count,
body.single-post #page-header-bg .span_6[data-remove-post-comment-number="1"] #single-below-header .meta-comment-count,
body.single-post #page-header-bg .span_6[data-remove-post-comment-number="1"] .meta-comment-count,
body.single-post .container-wrap[data-remove-post-comment-number="1"] #single-meta .meta-comment-count,
body.single-post .container-wrap[data-remove-post-comment-number="1"] .related-posts[data-style="material"] .meta-comment-count,
body.single-post .container-wrap[data-remove-post-comment-number="1"] .related-posts[data-style="classic_enhanced"] .meta-comment-count,
#single-below-header.fullscreen-header[data-remove-post-comment-number="1"] .meta-comment-count,
.single-post #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="1"] #single-below-header .meta-comment-count {
  display: none;
}


@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	
  .single .post .top-featured-media &gt; .nectar-flickity &gt; .flickity-viewport img {
    height: 425px;
  }
   
  body.single-portfolio #sidebar.fixed-sidebar, 
		 body.single-portfolio #sidebar {
    width: 27.5%;
  }

  body.single-portfolio .post-area {
    width: 72.5%;
  }

  body.single-portfolio.material .post-area.span_9 {
    width: 68.5%;
  }

  .single-portfolio #boxed .post-area {
    width: 72.49%;
  }

  body.single.single-post .section-title h1 {
    max-width: 620px;
  }

  body.single-portfolio .row .title-wrap .col.section-title {
    text-align: center;
  }

  body.single-portfolio .row .col.section-title h1 {
    max-width: 725px;
    margin: 0 auto;
  }

  .single .post-area.span_12 #author-bio #author-info {
    width: 773px;
  }
}

@media only screen and (max-width : 1130px) and (min-width : 1000px) {
  body.single.single-post .section-title h1 {
    max-width: 490px;
  }
}

@media only screen and (min-width : 1px) and (max-width : 1000px) {
  .single-post #page-header-bg[data-post-hs="default_minimal"], 
		 .single-post #page-header-bg[data-post-hs="default"] {
    height: auto!important;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  body.single-post #page-header-bg[data-post-hs="default_minimal"][data-alignment-v="middle"]:not(.fullscreen-header) .span_6, 
		 body.single-post #page-header-bg[data-post-hs="default"][data-alignment-v="middle"]:not(.fullscreen-header) .span_6 {
    -webkit-transform: none!important;
    transform: none!important;
    top: 0!important;
  }

  .single #single-meta ul {
    float: left;
  }

  .single .blog-title #single-meta ul li {
    float: right;
  }

  body.single-post .blog-title #single-meta ul li:last-child {
    margin: 5px!important;
  }

  .single-post[data-bg-header="true"].material .container-wrap:not(.no-sidebar) &gt; .main-content {
    padding-top: 0;
  }

  .material .blog_next_prev_buttons {
    margin-top: 35px;
  }

  .related-posts[data-style="material"] .post-featured-img img {
    width: 100%;
    max-width: none;
  }

  body.single-post #page-header-bg #single-meta,
  body.single-post .blog-title #single-meta {
    margin-top: 20px;
  }

  #full_width_portfolio .project-title.parallax-effect {
    position: relative;
    top: 0px;
  }

  .ascend #author-bio img {
    margin: 0 auto;
  }
}

@media only screen and (min-width : 690px) and (max-width : 1000px) {
  
  .single .post .top-featured-media &gt; .nectar-flickity &gt; .flickity-viewport img {
    height: 300px;
  }
  
  .single-portfolio #full_width_portfolio .row .col.section-title h1 {
    max-width: 430px;
    margin: 0 auto;
    letter-spacing: -1px;
    font-size: 22px;
  }

  .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project:hover h3, 
		 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project:hover h3, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post:hover h3,
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post:hover h3 {
    transform: translateX(0px) translateZ(0);
    -webkit-transform: translateX(0px) translateZ(0);
  }

  body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .next-project h3 .next-arrow, 
		 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls .previous-project h3 .next-arrow, 
		 body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav .controls .line, 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .next-arrow, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] h3 .line, 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post .line:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post .line:not(.text) {
    display: none;
  }

  body .container-wrap[data-nav-pos="after_project_2"] .bottom_controls li span:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span:not(.text), 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .previous-post span, 
		 body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .next-post span {
    text-align: center;
  }

  .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .previous-project, 
		 .container-wrap[data-nav-pos="after_project_2"] .bottom_controls #portfolio-nav ul .next-project, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
    min-height: 225px;
  }
}

@media only screen and (max-width : 690px) {
  
  .single .post .top-featured-media &gt; .nectar-flickity &gt; .flickity-viewport img {
    height: 200px;
  }
  .single .post .top-featured-media&gt; .nectar-flickity &gt; .flickity-viewport .cell {
    margin: 0 3%;
  }
  .single .post .top-featured-media &gt; .nectar-flickity .dot {
    width: 20px;
  }
  .single .post .top-featured-media &gt; .nectar-flickity .flickity-viewport {
    margin-bottom: 90px;
  }
  .single .post .top-featured-media &gt; .nectar-flickity .flickity-page-dots {
    bottom: -60px;
  }
  
  .single-portfolio .row .col.section-title.span_12 {
    text-align: center;
  }
  
  html body.single [data-post-hs="default_minimal"] #single-below-header span {
    font-size: 14px;
  }

  .single-post #single-below-header.fullscreen-header &gt; span {
    width: 100%;
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #dddddd;
  }

  .single-post #single-below-header.fullscreen-header {
    border: none;
  }

  body #author-bio #author-info {
    padding-left: 85px;
  }

  .material .container-wrap #author-bio #author-info {
    width: 100%!important;
    text-align: center;
    padding-left: 0;
    margin-top: 20px;
  }

  .material .container-wrap #author-bio #author-info p {
    max-width: none;
  }

  .material #author-bio {
    text-align: center;
  }

  .single #page-header-bg .span_6 {
    margin-bottom: 0;
  }

  .ascend.single .container-wrap #author-bio #author-info {
    width: 100%;
  }

  body.ascend .container-wrap #author-bio #author-info p {
    max-width: 100%;
  }

  body.single.ascend .comment-list .comment &gt; div, 
		body.single.ascend .comment-list .pingback &gt; div {
    padding-left: 0;
  }

  .bottom_controls #portfolio-nav {
    margin-top: 0;
  }

  body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls {
    position: relative;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] li span:not(.text) {
    text-align: center!important;
  }

  body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post, 
		body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post {
    min-height: 250px;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] .controls span {
    display: block;
  }

  body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post, 
		body .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post {
    width: 100%;
  }

  .blog_next_prev_buttons[data-style*="next_prev"] .previous-post h3 span, 
		 .blog_next_prev_buttons[data-style*="next_prev"] .next-post h3 span {
    text-align: center;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .previous-post:hover h3, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .next-post:hover h3 {
    transform: translateX(0px) translateZ(0)!important;
    -webkit-transform: translateX(0px) translateZ(0)!important;
  }

  .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul h3 .next-arrow, 
		 .blog_next_prev_buttons[data-style="fullwidth_next_prev"] ul .line {
    display: none!important;
  }
}

@media only screen and (max-width: 480px) {
  .single .blog-title #single-meta ul {
    float: left;
  }

  .single .blog-title #single-meta ul .meta-share-count {
    float: none;
    clear: both;
  }

  .single .blog-title #single-meta ul li a {
    display: inline-block;
    margin-bottom: 5px;
  }

  .single .blog-title #single-meta ul li:not(.meta-share-count) &gt; a, 
		 .single .blog-title #single-meta ul li .n-shortcode a {
    opacity: 1!important;
  }
}

@media only screen and ( min-width: 1001px ) {
  .single-post #page-header-wrap[data-responsive="true"],
  .single-post #page-header-wrap[data-responsive="true"] #page-header-bg {
      min-height: 550px;
  }
}
 body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .95;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden;
    /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(to top,
        rgba(0, 0, 0, .85) 0%,
        rgba(0, 0, 0, .3) 50%,
        rgba(0, 0, 0, .15) 65%,
        rgba(0, 0, 0, .075) 75.5%,
        rgba(0, 0, 0, .037) 82.85%,
        rgba(0, 0, 0, .019) 88%,
        rgba(0, 0, 0, 0) 100%);
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }

    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }

    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}


/* nectar skin */
@media only screen and (min-width: 600px) {
  body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar {
      top: 32px;
  }
  body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar {
      top: 38px;
  }
}
.fancybox-video {
  visibility: visible;
}
.fancybox-bg {
  background-color: #000;
}

body.compensate-for-scrollbar,
html.compensate-for-scrollbar { 
  margin-right: 0!important; 
}
html.compensate-for-scrollbar { 
  overflow-y: scroll!important; 
}

button.fancybox-button {
  background-color: #000;
}

body[data-button-style^="rounded"] button.fancybox-button,
body[data-button-style*="slightly_rounded"] button.fancybox-button { 
   border-radius: 0!important; 
}
 
button.fancybox-button--fsenter, 
html body[data-button-style^="rounded"] button.fancybox-button--fsenter, 
html body[data-button-style*="slightly_rounded"] button.fancybox-button--fsenter,
button.fancybox-button--fsexit {
    border-radius: 0 0 0 5px!important;
}
.fancybox-navigation button { 
  color: #fff; 
  background-color: transparent; 
}
.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 25px;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: rgba(25, 25, 25, 0.45);
  z-index: -1;
  transform: scale(0.9);
  transition: all 0.25s cubic-bezier(.15,0.2,.1,1);
}
.fancybox-navigation button.fancybox-button--arrow_right:before  {
  right: 5px;
}

@media only screen and (min-width: 690px) {
  .fancybox-navigation button:hover:before{
    transform: scale(1.1);
    box-shadow: 0px 7px 18px rgba(0,0,0,0.25);
  }
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 20px; 
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 20px; 
}

@media only screen and (max-width: 690px){
  
  .fancybox-navigation button:before { 
    transition: none; 
  }
  
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 0; }

  .fancybox-navigation .fancybox-button--arrow_right {
    right: 0; }
}/*
Theme Name:  Salient
Description: Global responsive styles
*/

@media only screen and (min-width: 1300px) {
  
  .container,  
  body[data-ext-responsive="false"] #boxed #header-outer[data-full-width="true"] header &gt; .container,  
  body[data-ext-responsive="false"] #boxed #header-secondary-outer[data-full-width="true"] &gt; .container,
  .post-area.standard-minimal.full-width-content .post .inner-wrap,
   body[data-header-format="left-header"] .container, 
   body[data-header-format="left-header"] .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 1100px;
  }
}



/* Small Desktop */
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	

  h2 .nectar-button {
    top: -2px;
  }

  #author-bio #author-info,
  .ascend #ajax-content-wrap .container-wrap #author-bio #author-info {
    width: 544px;
  }

  #project-meta ul li .nectar-love-wrap.fadein {
    margin-right: 11px;
    padding-right: 11px;
  }

  .post-area.masonry {
    width: 895px;
  }

  .post-area.masonry.span_9 {
    width: 660px;
    margin-right: 10px;
  }

  .post-area.masonry.span_9 .masonry-blog-item {
    width: 46.5%;
  }

  #page-header-bg .span_6 .subheader {
    font-size: 24px;
  }

  .nectar-milestone .number {
    font-size: 50px;
    line-height: 50px;
  }

  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, 
  #boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
    font-size: 32px;
    line-height: 50px;
  }

  body .swiper-slide .content p {
    font-size: 20px;
    line-height: 34px;
  }

  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .main-content .col.span_4 .col.span_2 img, 
  .main-content .col.span_3 .col.span_2 img, 
  .main-content .col.span_2 .col.span_2 img, 
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 5px;
    top: -3px;
  }

  .carousel-next {
    right: 0;
    padding-left: 1px;
  }

  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }

  .portfolio-items:not(.carousel) .col .work-item.style-2 i {
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 14px;
  }

  #top nav &gt; ul &gt; li &gt; a {
    padding-left: 8px;
  }

  .sf-sub-indicator {
    left: 6px;
  }

  body .swiper-slide .content p.transparent-bg span,
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
    line-height: 38px;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
    max-width: 720px;
  }

  body .vc_pie_chart .vc_pie_chart_value {
    font-size: 32px;
  }
}






/* Tablet Portrait */
@media only screen and (min-width : 690px) and (max-width : 999px) {
		
  .span_1, .span_2, .span_3, .span_4, .span_5, .span_6, 
  .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
    width: 100%;
    margin-left: 0;
  }

  .col, body .vc_row-fluid .wpb_column {
    margin-bottom: 25px;
  }

  #header-outer .col {
    margin-bottom: 0;
    margin-right: 0;
  }

  .wpb_column {
    width: 100%;
  }

  body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
    margin-right: 0;
    width: 100%;
  }


  /* Tablet width override */
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"] {
    margin-bottom: 0;
  }

  .vc_col-sm-12[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-12 {
    width: 100%;
  }

  body .vc_row-fluid [class*="vc_col-"][data-t-w-inherits="small_desktop"]:first-child:not([class*="offset"]) {
    margin-left: 0;
  }
  
  /* Tablet width override end */
  

  body .vc_row-fluid .vc_col-sm-2 {
    width: 31.2%;
    margin-left: 3.1%;
  }

  body .vc_row-fluid.full-width-content .vc_col-sm-2 {
    width: 33.3%;
    margin-left: 0%;
  }


  body .vc_row-fluid.full-width-content .vc_col-xs-6 {
    width: 50%;
  }

  body .vc_row-fluid .vc_col-xs-12[class*="vc_col-xs-"] {
    width: 100%;
  }

  body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-7, 
  body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-5 {
    width: 100%;
    margin-left: 0;
  }

  .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
	.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(3n+4):not([class*="offset"]) {
    margin-left: 0;
  }

  .container {
    max-width: 600px;
  }

  .wpb_column.force-tablet-text-align-left, 
  .wpb_column.force-tablet-text-align-left .col {
    text-align: left!important;
  }

  .wpb_column.force-tablet-text-align-right, 
  .wpb_column.force-tablet-text-align-right .col {
    text-align: right!important;
  }

  .wpb_column.force-tablet-text-align-center, 
  .wpb_column.force-tablet-text-align-center .col, 
  .wpb_column.force-tablet-text-align-center .vc_custom_heading,
  .wpb_column.force-tablet-text-align-center .nectar-cta {
    text-align: center!important;
  }
  
  body:not(.material) #header-secondary-outer[data-full-width="true"] &gt;.container nav &gt; ul &gt;li:last-child,
  body:not(.material) #header-secondary-outer nav &gt; ul &gt; li:last-child {
    border-right: 1px solid #dddddd;
  }
  body:not(.material) #header-secondary-outer[data-mobile="display_full"] nav &gt; #social &gt; li:last-child {
    border: none;
  }

  .one-fourths.span_3,
  .one-fourths.vc_span3, 
  .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    width: 50%;
    margin-bottom: 2%;
  }
  
  #footer-outer .one-fourths.span_3,
  #footer-outer .one-fourths.vc_span3, 
  #footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    width: 48%!important;
    margin-bottom: 2%;
    margin-right: 15px;
    margin-left: 0!important;
    padding: 15px;
    float: left;
  }

  .one-fourths.span_3.clear-both,
  .one-fourths.vc_span3.clear-both, 
  .one-fourths.vc_col-sm-3.clear-both:not([class*="vc_col-xs-"]) {
    clear: both;
  }
  
  #footer-outer .one-fourths.span_3.right-edge, 
  .one-fourths.span_3.right-edge, 
  .one-fourths.vc_span3.right-edge, 
  .one-fourths.vc_col-sm-3.right-edge:not([class*="vc_col-xs-"]) {
    margin-right: 0;
  }

  .portfolio-items .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }

  .portfolio-items:not(.carousel) div:nth-child(2n+2), 
  .portfolio-items:not(.carousel) div:nth-child(2n+2) {
    clear: both;
  }

  body .portfolio-items:not(.carousel)[data-col-num="cols-3"], 
  body .portfolio-items:not(.carousel)[data-col-num="cols-4"] {
    margin: 0 -2% 0 -2%;
  }

  .portfolio-items[data-ps="6"] .col {
    padding: 2%;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers &gt; div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .col.boxed:hover,
  .ascend .main-content .col.boxed:hover,
  .material .main-content .col.boxed:hover {
    margin-top: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  #call-to-action .container a {
    margin-top: 20px;
    margin-left: 0;
  }

  #ajax-content-wrap .post-area {
    padding-right: 0;
  }

  body.single-portfolio .row .col.section-title h1 {
    width: 450px;
    margin: 0 auto;
    display: block;
  }

  #ajax-content-wrap .contact-info {
    padding-left: 0;
  }

  .nectar-google-map {
    max-height: 425px;
  }

  #sidebar #flickr &gt; div {
    width: 16%;
  }

  #footer-outer #copyright .col {
    width: 49%;
    margin-bottom: 0;
  }

  #footer-widgets .container .col {
    margin-left: 15px;
    width: 48%;
  }

  #footer-widgets .one-fourths .span_3:nth-child(2n+1) {
    margin-left: 0;
  }

  body #sidebar #flickr div {
    float: left;
  }

  #sidebar .recent_projects_widget div a, 
  body #sidebar #flickr div a {
    width: 90px;
  }

  #sidebar .recent_projects_widget div a:nth-child(3n+3), 
  body #sidebar #flickr div:nth-child(3n+3) a {
    margin: 2% 2% 0 0;
  }
  
  body #sidebar .recent_projects_widget div a:last-child, 
  body #sidebar #flickr div {
    margin-right: 0;
  }


  #author-bio #author-info {
    width: 494px;
  }

  #page-header-bg .span_6 h1 {
    font-size: 32px;
    line-height: 38px;
  }

  #page-header-bg .span_6 {
    top: auto!important;
    float: none;
  }

  body.single-post #page-header-bg[data-post-hs="default_minimal"] {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .page-header-no-bg #ajax-content-wrap .portfolio-filters {
    margin-top: 15px;
    float: none;
    clear: both;
    height: auto;
  }

  #page-header-bg[data-parallax="1"] .project-title .span_6 {
    padding-right: 70px;
  }

  .page-header-no-bg  .portfolio-filters ul {
    position: absolute;
    width: 100%;
  }

  html.js #page-header-bg[data-parallax="0"].not-loaded {
    background-color: #F5F5F5;
  }

  .pricing-table[class*="cols"] &gt; div {
    width: 50%;
    margin-bottom: 25px;
  }

  .pricing-table[data-style] .pricing-column.highlight .nectar-button {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .pricing-column.highlight {
    margin-top: 0;
  }

  .pricing-table[data-style] .pricing-column h3 {
    font-size: 20px;
  }

  .pricing-table[data-style] .pricing-column.highlight h3 {
    padding: 5px 0px;
  }

  body .clients.no-carousel &gt; div,
  body .clients.four-cols.no-carousel &gt;div {
    width: 24.2%;
    margin-right: 1%;
  }

  body .clients.no-carousel.six-cols &gt; div {
    width: 15.8% ;
    margin-right: 1%;
  }

  body .clients.no-carousel.five-cols  &gt; div {
    width: 19.2%;
    margin-right: 1%;
  }

  body .clients.no-carousel &gt; div:nth-child(4n+4) {
    margin-right: 0;
  }

  body .clients.carousel &gt; div {
    margin: 0 5px;
  }

  #call-to-action .container span {
    display: block;
  }

  .masonry-blog-item {
    width: 47.7%;
  }

  .post-area.masonry, 
  .post-area.masonry.span_9,  
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 610px;
  }
  
  #ajax-content-wrap .post-area.masonry.span_9,
  .post-area.masonry.span_9 {
    margin-bottom: 90px;
  }

  .post-area.masonry.span_9 .masonry-blog-item {
    width: 47.3%;
  }

  .post-area.masonry.span_9.material .masonry-blog-item {
    width: 47.1%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 99%;
  }


  body.woocommerce .container div.product div.images div.thumbnails a, 
  body.woocommerce .container #content div.product div.images div.thumbnails a, 
  body.woocommerce-page .container div.product div.images div.thumbnails a, 
  body.woocommerce-page .container #content div.product div.images div.thumbnails a {
    width: 16.9%;
    margin-right: 3.8%;
  }

  .woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
    margin-right: 0;
  }

  .main-content .col.span_4 .col.span_2, 
  .main-content .col.span_3 .col.span_2, 
  .main-content .col.span_2 .col.span_2, 
  .main-content .col.span_6 .col.span_2 {
    width: 7%;
  }

  .main-content .col.span_4 .span_10, 
  .main-content .col.span_3 .col.span_10, 
  .main-content .col.span_2 .col.span_10, 
  .main-content .col.span_6 .col.span_10 {
    width: 91%;
  }

  .testimonial_slider .flickity-page-dots {
    bottom: -35px;
  }

  #ajax-content-wrap .span_12 .col.span_6.empty-second {
    width: 49%;
  }

  .nectar-button.extra_jumbo {
    font-size: 32px;
    line-height: 60px;
    padding: 30px 50px;
  }

  .nectar-button.see-through-extra-color-gradient-1.extra_jumbo, 
  .nectar-button.see-through-extra-color-gradient-2.extra_jumbo, 
  .nectar-button.extra-color-gradient-1.extra_jumbo, 
  .nectar-button.extra-color-gradient-2.extra_jumbo {
    border-width: 8px;
  }

  body .swiper-slide .content p i {
    width: 18px;
    font-size: 16px;
  }

  .carousel-next {
    right: 1px;
    padding-left: 1px;
  }

  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }

  body .swiper-slide .content p.transparent-bg span,
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
    line-height: 29px;
  }

  #footer-widgets .container .col.span_6, 
  #footer-widgets .container .col.span_4 {
    margin-left: 0;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 0;
  }

  #footer-widgets .container .col.span_4 {
    margin-bottom: 40px;
  }

  #footer-widgets .container .row &gt; div:last-child, 
  #footer-widgets .container .row &gt; div.col_last {
    margin-right: 0;
  }


  .iosSlider.product-thumbnails .thumb {
    width: 112px;
  }

  #footer-widgets .container .row &gt; div:nth-child(2).span_4,
  body .woocommerce .full-width-content &gt; ul.products[data-product-style="material"] li:nth-child(3n+3), 
	body.woocommerce-page .full-width-content &gt; ul.products[data-product-style="material"] li:nth-child(3n+3) {
    margin-right: 0!important;
  }

  body .woocommerce .full-width-content &gt; ul.products[data-product-style="material"] li:nth-child(2n+2), 
	body.woocommerce-page .full-width-content &gt; ul.products[data-product-style="material"] li:nth-child(2n+2) {
    margin-right: 2%!important;
  }
}



/* Phone */
@media only screen and (max-width : 690px) {

  body[data-header-format].material #header-secondary-outer {
    display: none;
    height: 0;
  }

  .material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
    top: 0;
  }

  body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: block;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] {
    height: auto!important;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] &gt; div {
    position: relative!important;
    left: 0!important;
  }
  
  #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
    transform: none!important;
  }

  .vc_row-fluid [class*="vc_span"] {
    width: 100%!important;
  }

  body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
    margin-right: 0;
    width: 100%;
  }


  .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
	.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(2n+3):not([class*="offset"]) {
    margin-left: 0;
  }

  .container, 
  .orbit-wrapper .slider-nav, 
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 320px;
  }
  
  body[data-slide-out-widget-area-style="simple"] #header-outer[data-full-width="true"] #mobile-menu,
  body #header-outer[data-full-width="true"] header &gt; .container, 
  body #header-secondary-outer[data-full-width="true"] &gt; .container {
    max-width: 100%;
    padding: 0 18px;
  }

  .col {
    margin-bottom: 25px;
  }

  .wpb_column.force-phone-text-align-left, 
  .wpb_column.force-phone-text-align-left .col {
    text-align: left!important;
  }

  .wpb_column.force-phone-text-align-right, 
  .wpb_column.force-phone-text-align-right .col {
    text-align: right!important;
  }

  .wpb_column.force-phone-text-align-center, 
  .wpb_column.force-phone-text-align-center .col,  
  .wpb_column.force-phone-text-align-center .vc_custom_heading,
  .wpb_column.force-phone-text-align-center .nectar-cta {
    text-align: center!important;
  }

  .post-area {
    margin-bottom: 0;
  }

  .col.boxed:hover,
  .ascend .main-content .col.boxed:hover,
  .material .main-content .col.boxed:hover {
    margin-top: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  #header-outer .col {
    margin-bottom: 0;
  }

  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, 
  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    max-width: 100%;
  }

  #fp-nav ul li a, 
  .fp-slidesNav ul li a {
    padding: 11px 11px;
  }

  #fp-nav ul li a span, 
  .fp-slidesNav ul li a span {
    height: 6px;
    width: 6px;
  }

  #fp-nav.right {
    right: 10px;
  }

  .nectar_fullscreen_zoom_recent_projects .dot-nav {
    display: none;
  }

  .container .post .post-meta {
    display: none;
  }

  #ajax-content-wrap .container .post .post-content {
    padding-left: 0;
  }


  .container .post-header {
    font-size: 12px;
  }
  .post-content.classic .post-header &gt; span:after {
    height: 9px;
}
  
  .container .comment-list .comment &gt; div {
    padding: 25px 25px 40px 25px;
  }
  
  #ajax-content-wrap .comment-list .children {
    padding-left: 20px;
  }
  
  .container .comment-list .comment &gt; div img.avatar {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    margin-bottom: 5px;
  }
  body:not(.original) .bypostauthor &gt; .comment-body &gt; .comment-author &gt; img.avatar {
    border-width: 2px;
  }
  
  body:not(.material) .comment-list .children {
    background-image: none;
  }
  body.ascend #ajax-content-wrap .comment-list .children {
    margin-left: 0;
    padding-left: 30px;
  }
  
  body.material #ajax-content-wrap .comment-list .comment &gt; div, 
  body.material #ajax-content-wrap .comment-list .pingback &gt; div {
    margin-top: 2.5em;
  }
  
  body.material .comment-list .children {
    border-left: 1px solid rgba(0,0,0,0.1);
  }
  body.material .container .comment-list .comment &gt; div {
    padding: 0px 0 40px 0;
  }
  body.material #ajax-content-wrap .comment-list .children {
    margin-left: 0;
    padding-left: 30px;
  }
  body.material #ajax-content-wrap .comment-list .comment .comment &gt; div {
    padding-left: 0;
  }


  .container #respond h3 {
    font-size: 18px;
  }

  .container .comment-list .reply {
    right: 29px;
    top: auto;
    bottom: 29px;
  }
  .original .container .comment-list .reply {
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 20px;
    position: relative;
  }

  .auto_meta_overlaid_spaced .masonry-blog-item {
    margin-bottom: 0;
  }

  body h1.jumbo, 
  body h2.jumbo, 
  body h3.jumbo, 
  body h4.jumbo, 
  body h5.jumbo, 
  body h6.jumbo, 
  p.jumbo {
    font-size: 60px;
    line-height: 70px;
  }

  .container .contact-info {
    padding-left: 0;
  }
  
  #single-meta .meta-comment-count,
  .row .col.section-title [data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count):not(.share-btn), 
  .single #page-header-bg #single-below-header[data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count) {
    display: none;
  }
  
  .single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"],
  .single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] {
      margin-top: 15px;
  }
  .single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"] &gt; span:first-child &gt; span,
  .single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] &gt; span:first-child &gt; span {
      padding-left: 0;
  }
  
  #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] #single-below-header span:not(.updated),
  #ajax-content-wrap .row.heading-title[data-header-style="default_minimal"] .col.section-title span.meta-category  {
    display: inline-block;
  }
  
  .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header &gt; span,
  #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header &gt; span {
    padding: 0 8px;
  }
  .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header span,
  #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span {
    font-size: 13px;
    line-height: 10px;
  }
   
  .single-post #single-meta .nectar-social[data-position="right"] {
    margin-left: 0;
  }
  
  #single-meta .nectar-social.hover[data-position="right"] .nectar-social-inner {
    left: 0;
    text-align: left;
    right: auto;
  }
  
  #single-meta .nectar-social {
    margin-left: 0;
  }

  .material #page-header-bg.fullscreen-header .author-section {
    margin-top: 5px;
  }

  html.js #page-header-bg[data-parallax="0"].not-loaded {
    background-color: #F5F5F5;
  }

  #page-header-bg .portfolio-filters ul {
    position: absolute;
    width: 100%;
  }

  #page-header-bg .span_6 {
    margin-bottom: 15px;
  }

  body #footer-outer #copyright .col ul {
    float: left;
  }

  body #footer-outer #copyright .col ul li:first-child {
    margin-left: 0;
  }

  #call-to-action .container a {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }

  #call-to-action {
    font-size: 18px;
  }

  #ajax-content-wrap h2 .nectar-button, 
  #ajax-content-wrap h3 .nectar-button, 
  #ajax-content-wrap h4 .nectar-button {
    display: block;
  }

  #ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
    margin-bottom: 40px;
  }

  #footer-outer #flickr img, #sidebar #flickr img {
    width: 95px;
  }

  .post-area #pagination,
  .post-area.masonry #pagination {
    padding-left: 0;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers &gt; div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  body #portfolio {
    margin: 3px 0 0;
  }

  .bottom_controls #portfolio-nav .controls li#next-link a i:after,
	.bottom_controls #portfolio-nav .controls li#prev-link a i:after {
    display: none;
  }

  #search-results .result, 
  .masonry-blog-item {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 25px;
    margin-left: 0!important;
  }

  .posts-container[data-load-animation="none"] article .inner-wrap.animated {
    opacity: 1;
  }

  .masonry-blog-item {
    position: relative!important;
    top: auto!important;
    display: block;
  }

  .gallery .gallery-item {
    width: 100%!important;
  }

  #author-bio img {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }

  .row .blog-recent[data-style="list_featured_first_row"].columns-3 .featured .post-featured-img {
    padding-bottom: 75%;
  }

  .section-down-arrow i.icon-default-style[class^="icon-"] {
    font-size: 16px;
  }

  .section-down-arrow {
    bottom: 10px;
    right: 20px;
  }

  #page-header-bg.fullscreen-header .author-section {
    bottom: 20px;
  }

  #page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
    margin-top: -4px;
    display: block;
  }

  #contact-map {
    height: 270px;
  }

  .nectar-google-map {
    max-height: 270px;
  }

  .pp_pic_holder {
    left: 9px;
    width: 96%;
  }

  .pp_content {
    width: 100%;
    height: 290px;
  }

  .pp_content iframe {
    width: 100%;
  }

  .pp_content .pp_inline iframe {
    height: 250px;
  }

  .pp_content #pp_full_res img {
    width: 100%;
    height: auto;
  }

  #page-header-bg .span_6 h1, 
  body.search #page-header-bg h1,
  .single.single-post .section-title h1,
   body.single.single-post .row .col.section-title.span_12 h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  #page-header-bg .span_6 {
    top: auto!important;
    float: none;
  }

  #page-header-bg .author-section .meta-author .avatar {
    display: none;
  }

  #page-header-bg.fullscreen-header .author-section .avatar-post-info {
    margin: 10px 0 0 0;
  }



  #ajax-content-wrap .pricing-table &gt; div {
    width: 100%;
    margin: 0 0 25px 0;
  }

  body .clients[class*="col"].no-carousel &gt; div {
    margin-right: 1%;
    width: 49.4%;
  }

  body .clients[class*="col"].no-carousel &gt; div:nth-child(2n+2) {
    margin-right: 0;
  }

  body .clients[class*="col"].carousel &gt; div {
    margin: 0 5px;
    width: 150px;
  }

  body .clients.carousel.phone &gt; div {
    width: 150px;
  }

  .clients[data-additional_padding="2"].no-carousel  &gt;div {
    padding: 2% 4% 2% 4%;
  }

  .clients[data-additional_padding="3"].no-carousel  &gt;div {
    padding: 3% 6% 3% 6%;
  }

  .clients[data-additional_padding="4"].no-carousel  &gt;div {
    padding: 5% 10% 5% 10%;
  }

  body .row #error-404 h1,
  body #ajax-content-wrap #error-404 h1 {
    font-size: 150px;
    line-height: 150px;
  }

  body .row #error-404 h2 {
    font-size: 32px;
  }

  body .row #error-404 {
    margin-bottom: 0;
  }

  body.woocommerce .post-area .woocommerce-result-count,
  body.woocommerce .post-area .woocommerce-ordering {
    float: none;
  }

  body.woocommerce .post-area .woocommerce-ordering {
    right: 0;
  }

  body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    float: none;
    border-right: 0;
    width: 100%;
  }

  div[data-style="minimal"] .toggle h3 a {
    font-size: 20px;
    line-height: 24px;
  }

  #page-header-bg #portfolio-nav ul,
  .section-title #portfolio-nav ul {
    margin-bottom: 0;
  }

  #portfolio-nav ul:first-child {
    z-index: 103;
  }

  #portfolio-nav .controls:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  body .container .portfolio-filters-inline.full-width-content .container {
    padding-left: 0;
    padding-right: 0;
  }


  body #full_width_portfolio .project-title.parallax-effect .container, 
  body #page-header-bg .project-title .container {
    padding-bottom: 30px;
  }

  body #page-header-bg .section-title, 
  .project-title .section-title,
  body.single .project-title .section-title {
    padding: 0;
  }

  .row .col.section-title.project-title {
    padding-bottom: 30px;
    margin-bottom: 30px!important;
  }

  #footer-outer #social li {
    margin-right: 10px;
    margin-left: 0;
  }

  .wpb_gallery .parallax-grid-item {
    margin-bottom: 30px;
  }

  .post-area.masonry, 
  .post-area.masonry.span_9,  
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 320px;
  }
  
  #ajax-content-wrap .post-area.masonry.span_9,
  .post-area.masonry.span_9 {
    margin-bottom: 90px;
  }

  .ascend #ajax-content-wrap .comment-list .reply {
    top: 0;
  }

  #customer_details &gt; div {
    width: 100%;
    float: none;
  }

  body #header-secondary-outer nav &gt; ul &gt; li, 
  body #header-secondary-outer nav &gt; ul &gt; li a,
  #header-secondary-outer nav &gt;ul &gt;li:last-child {
    border: none;
  }

  body:not(.material) #header-secondary-outer nav .sf-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body:not(.material) #header-secondary-outer ul#social {
    padding: 10px 0px;
  }

  .woocommerce .shop_table .coupon {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .woocommerce #customer_login.col2-set .col-1, 
  .woocommerce-page #customer_login.col2-set .col-1, 
  .woocommerce #customer_login.col2-set .col-2, 
  .woocommerce-page #customer_login.col2-set .col-2,
  .woocommerce form.login .form-row-first, 
  .woocommerce-page form.login .form-row-first, 
  .woocommerce form.login .form-row-last, 
  .woocommerce-page form.login .form-row-last {
    width: 100%!important;
  }

  .woocommerce .shop_table .actions &gt; input {
    float: left!important;
  }

  .iosSlider.product-thumbnails .thumb {
    width: 93px;
  }

  .main-content .col.span_4 .col.span_2, 
  .main-content .col.span_3 .col.span_2, 
  .main-content .col.span_2 .col.span_2, 
  .main-content .col.span_6 .col.span_2 {
    width: 15%;
  }

  .main-content .col.span_4 .span_10, 
  .main-content .col.span_3 .col.span_10, 
  .main-content .col.span_2 .col.span_10, 
  .main-content .col.span_6 .col.span_10 {
    width: 83%;
  }

  .nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }

  .auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 55vh;
  }

  .slider-pagination {
    bottom: 10px;
  }

  body .swiper-slide .content p i {
    width: 14px;
    font-size: 12px;
  }

  .main-content .col.span_4 .col.span_2 img, 
  .main-content .col.span_3 .col.span_2 img, 
  .main-content .col.span_2 .col.span_2 img, 
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 13px;
    top: -3px;
  }

  .carousel-next {
    right: 1px;
    padding-left: 1px;
  }

  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }

  .woocommerce .woocommerce-result-count {
    padding-bottom: 0;
  }

  .woocommerce #ajax-content-wrap .woocommerce-ordering,
  body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 0;
    float: none;
  }

  .woocommerce .product-subtotal {
    display: none;
  }

  .nectar-button.extra_jumbo {
    font-size: 24px;
    line-height: 24px;
    padding: 20px 30px;
  }


  .nectar-button.extra_jumbo.has-icon.extra-color-gradient-1, 
  .nectar-button.extra_jumbo.has-icon.extra-color-gradient-2,
	.nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-1, 
  .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-2 {
    font-size: 24px;
    line-height: 24px;
    padding: 20px 50px;
  }

  .nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span, 
  .nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span, 
  .nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span, 
  .nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
    left: -28px;
  }

  .nectar-button.extra_jumbo i, 
  .nectar-button.extra_jumbo.has-icon i {
    font-size: 26px;
  }

  body.material #ajax-content-wrap .nectar-button.extra_jumbo.has-icon {
    font-size: 22px;
    line-height: 22px;
    padding: 24px 65px 24px 55px;
  }

  body.material #ajax-content-wrap .nectar-button.has-icon.extra_jumbo i {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  
  body.material .nectar-button.extra_jumbo .im-icon-wrap svg {
    width: 24px;
    height: 24px;
  }

  .nectar-button.see-through-extra-color-gradient-1.extra_jumbo, 
  .nectar-button.see-through-extra-color-gradient-2.extra_jumbo, 
  .nectar-button.extra-color-gradient-1.extra_jumbo, 
  .nectar-button.extra-color-gradient-2.extra_jumbo {
    border-width: 6px;
  }
  
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span,
  body .swiper-slide .content p.transparent-bg span {
    line-height: 20px;
    top: -5px;
    left: 4px;
    box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
  }

  #buddypress .register-section {
    width: 100%;
    margin-bottom: 15px;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding: 0 10%!important;
  }

  #header-outer[data-full-width="true"] header &gt; .container {
    padding: 0;
  }

  .owl-carousel[data-column-padding="10px"] .carousel-item, 
  .owl-carousel[data-column-padding="15px"] .carousel-item, 
  .owl-carousel[data-column-padding="20px"] .carousel-item,
	.owl-carousel[data-column-padding="30px"] .carousel-item, 
  .owl-carousel[data-column-padding="40px"] .carousel-item, 
  .owl-carousel[data-column-padding="50px"] .carousel-item {
    padding: 10px;
  }
  
  .blog-title ul .meta-share-count &gt; a,
  .single .blog-title #single-meta ul .meta-share-count &gt; a{
    display: none;
  }

  .blog-title ul .meta-share-count .nectar-social {
    display: block!important;
    position: relative!important;
  }
  
  .blog-title ul .meta-share-count .nectar-social,
  .blog-title ul .meta-share-count .nectar-social a {
    opacity: 1!important;
    left: 0!important;
  }
  
  .nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot
  .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot {
    width: 25px;
  }
  
}


/* Phone and Tablet */
@media only screen and (min-width : 1px) and (max-width : 999px) {
	
  #to-top:not(.mobile-enabled) {
    display: none;
  }
  
  body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
    display: none;
  }


  body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml="true"] img:not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.starting-logo.dark-version {
    display: none!important;
  }

  body #header-outer:not(.transparent)  #top .span_3 #logo .mobile-only-logo,
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.mobile-only-logo.starting-logo:not(.dark-version),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.mobile-only-logo.starting-logo.dark-version,
  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  #page-header-bg .span_6 {
    display: block!important;
  }

  body #header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent #top .span_3 #logo .mobile-only-logo {
    opacity: 1!important;
  }

  body[data-hhun="1"] #header-outer[data-mobile-fixed="false"].invisible:not(.side-widget-open) {
    transform: none!important;
    pointer-events: auto!important;
  }

  #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo {
    display: none;
  }

	#page-header-bg[data-parallax="1"] .span_6, 
  #page-header-bg[data-parallax="1"] {
    padding-right: 0;
    transform: translate(0px)!important;
    visibility: visible!important;
  }

  #page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .span_6 {
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
  }

  #page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .nectar-particles .span_6 {
    -webkit-transform: none!important;
    transform: none!important;
  }

  #page-header-bg.fullscreen-header .row {
    top: 0!important;
  }

  #ajax-content-wrap .video-texture {
    display: none;
  }

  .full-width-section.parallax_section, 
  .full-width-content.parallax_section {
    background-attachment: scroll!important;
    background-position: center!important;
  }

  .wpb_row.parallax_section .row-bg.using-image, 
  #page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
    transition: none;
    -webkit-transition: none;
  }

  .original #search-outer #search input[type="text"],
  body[data-header-format="left-header"]:not(.material) #search-outer #search input[type="text"] {
    font-size: 24px;
    border-bottom-width: 2px;
  }
  
 .original #search-outer .container {
   width: 100%;
 }
 
  body.material #search-outer #search form input[type="text"][name] {
    font-size: 44px;
    line-height: 44px;
    border-bottom-width: 2px;
  }

  body.material #search-outer,
	.material #header-outer.transparent .bg-color-stripe, 
  .material #search-outer .bg-color-stripe {
    height: 30vh;
  }

  body.material #search-outer {
    min-height: 200px;
  }

  body.material #search-outer .col {
    margin-bottom: 0;
  }

  body[data-header-format="left-header"] #header-outer header .row .col.span_9 {
    top: 0;
  }

  body[data-header-format="left-header"].material #search-outer {
    width: 100%;
    left: 0;
  }

  body[data-header-format="left-header"].admin-bar.material #search-outer #search #close {
    top: 0;
  }

  body[data-header-format="left-header"].material #search-outer .container {
    padding-left: 0;
    padding-right: 0;
  }

  body[data-header-format="left-header"].material #search-outer .container {
    position: relative;
  }

  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }

  body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, 
  body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
    opacity: 1;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }

  .img-with-aniamtion-wrap .inner {
    margin: 0!important;
  }

   .img-with-aniamtion-wrap[data-max-width="110%"] .inner,
   .img-with-aniamtion-wrap[data-max-width="125%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="150%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="165%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="175%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="200%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="225%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="250%"] .inner, 
   .img-with-aniamtion-wrap img {
    max-width: 100%;
  }
  
  .img-with-aniamtion-wrap:not([data-max-width-mobile="default"]) .inner {
    max-width: none;  
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="100%"] .inner {
    width: 100%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="125%"] .inner {
    width: 125%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="150%"] .inner {
    width: 150%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="175%"] .inner {
    width: 175%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="200%"] .inner {
    width: 200%;
  }
  
  .img-with-aniamtion-wrap.right[data-max-width-mobile="125%"] .inner,
  .img-with-aniamtion-wrap.center[data-max-width-mobile="150%"] .inner {
      margin-left: -25%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="150%"] .inner,
  .img-with-aniamtion-wrap.center[data-max-width-mobile="200%"] .inner {
      margin-left: -50%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="175%"] .inner {
      margin-left: -75%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner {
      margin-left: -100%!important;
  }

  .img-with-aniamtion-wrap[data-max-width="75%"] .inner {
    max-width: 75%;
  }

  .img-with-aniamtion-wrap[data-max-width="50%"] .inner {
    max-width: 50%;
  }

  .img-with-animation[data-max-width="110%"], 
  .img-with-animation[data-max-width="125%"], 
  .img-with-animation[data-max-width="150%"], 
  .img-with-animation[data-max-width="175%"], 
  .img-with-animation[data-max-width="200%"],
	.img-with-animation[data-max-width="225%"], 
  .img-with-animation[data-max-width="250%"] {
    max-width: 100%;
    margin-left: 0;
  }

  #ajax-content-wrap .wpb_gallery .parallax-grid-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .full-width-section &gt; .col.span_12 {
    margin-bottom: 0;
  }


  div[data-bg-mobile-hidden="true"] .row-bg.using-image {
    background-image: none!important;
  }
  
  .full-width-section,
  body[data-bg-header="true"] .full-width-section.first-section, 
  body[data-bg-header="true"] .full-width-content.first-section,
	body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section,
  #header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
  #header-outer #top #logo img {
    margin-top: 0!important;
  }

  .single-portfolio .row .post-area {
    margin-top: 0;
  }


  #nectar_fullscreen_rows &gt; div:not(.full-width-content) .full-page-inner-wrap-outer &gt; .full-page-inner-wrap &gt; .full-page-inner &gt; .container {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  #nectar_fullscreen_rows[data-content-overflow="hidden"] .vc_row.vc_row-flex &gt; .fp-tableCell .full-page-inner-wrap-outer &gt; .full-page-inner-wrap[data-content-pos="middle"] &gt; .full-page-inner &gt; .container &gt; .span_12 {
    height: auto!important;
  }

  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, 
  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    max-width: 75%;
  }


  body #header-outer[data-format="centered-menu-under-logo"] #top #logo img,
  body #header-outer[data-format="centered-menu-bottom-bar"] #top #logo img {
    margin: 0;
  }

  #header-outer[data-has-menu="false"][data-format="default"] #top .span_3,
	#header-outer[data-has-menu="true"][data-mobile-fixed="1"] #top .span_3,
	#header-outer[data-has-menu="true"][data-ptnm="1"] #top .span_3,
  #header-outer[data-has-menu="true"] #top .span_3,
  body.material #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3 {
    text-align: left;
  }

  #header-outer[data-format="centered-logo-between-menu"] .span_3, 
  #header-outer[data-format="centered-logo-between-menu"] .span_3 #logo:not(.no-image) img {
    transform: none;
    -webkit-transform: none;
  }

  #header-outer[data-transparent-header="true"].no-pointer-events.side-widget-open {
    pointer-events: auto;
  }

  .material #header-outer[data-transparent-header="true"][data-mobile-fixed="1"].transparent {
    overflow: visible;
  }

  #header-outer[data-mobile-fixed="1"],
	#header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: fixed!important;
  }

  .material #header-outer[data-mobile-fixed="false"][data-using-secondary="1"],
  .material.admin-bar #header-outer[data-mobile-fixed="false"][data-using-secondary="1"] {
    top: 0;
  }

  body #header-outer[data-transparent-header="true"][data-remove-border="true"],
  body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent {
    border: none;
  }

  body[data-slide-out-widget-area-style="slide-out-from-right-hover"][data-slide-out-widget-area="true"][data-user-set-ocm="off"] #header-outer header &gt; .container {
    max-width: 100%;
    padding: 0 18px;
  }


  .using-mobile-browser .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }

  .container-wrap {
    z-index: 11;
  }

  .page-submenu .mobile-menu-link {
    display: inline-block;
  }

  .page-submenu ul {
    position: absolute;
    top: 48px;
    left: 0;
    width: 101%;
    display: none;
    z-index: 1000;
  }

  .page-submenu[data-alignment="left"],
	.page-submenu[data-alignment="right"] {
    text-align: center;
  }

  #boxed .page-submenu ul {
    width: 100%;
  }

  #ajax-content-wrap .page-submenu ul li {
    display: block;
    margin: 0;
  }

  .page-submenu .full-width-content {
    position: relative;
  }

  .page-submenu ul li a {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 10px 20px;
  }

  .page-submenu[data-bg-color="#ffffff"] ul li a {
    border-top: 1px solid rgba(0,0,0,0.08);
  }

  .work-item:not([data-custom-content="on"]) .work-info-bg {
    display: none;
  }

  .style-3 .work-info-bg {
    display: block;
  }

  .carousel-wrap[data-full-width="true"] {
    padding: 0!important;
  }


  body #top #logo img, 
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 24px;
    margin-top: -3px;
    top: 3px;
    position: relative;
  }

  #header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
  #header-outer #top #logo img {
    top: 0;
  }
  
  
  body.material #header-outer[data-permanent-transparent="false"] #logo .dark-version,
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    position: absolute;
  }
  
  .original #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .ascend #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .material #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .original #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
  .ascend #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
  .material #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd {
    position: relative;
  }


  body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo,
	body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
    top: 6px;
  }

  .admin-bar #header-outer, .logged-in.buddypress #header-outer {
    top: 0;
  }

  .admin-bar.material-ocm-open #header-outer.transparent {
    top: 46px;
  }

  body #header-outer {
    margin-bottom: 0;
    padding: 12px 0;
  }
  
  body #header-outer,
  body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached), 
  body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent="false"][data-using-secondary="1"]:not([data-transparent-header="true"]) {
    position: relative;
  }
  
  .original #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent,
  .ascend #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent {
    transition: background-color 0.30s ease,box-shadow 0.30s ease,margin 0.25s ease;
  }

  #header-secondary-outer {
    top: -13px;
  }

  #header-outer[data-permanent-transparent="1"].transparent #top .span_9 &gt; .slide-out-widget-area-toggle i {
    color: #fff;
  }

  body #slide-out-widget-area .slide_out_area_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 100;
  }

  #slide-out-widget-area.fullscreen .off-canvas-social-links,
	.admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links,
	.admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 70px;
  }

  #slide-out-widget-area.fullscreen .off-canvas-social-links:after,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
    display: block;
    height: 1px;
    width: 0;
    background-color: rgba(255,255,255,0.6);
    content: ' ';
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #slide-out-widget-area .mobile-only {
    display: block;
  }

  #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container {
    top: 0;
    position: relative;
  }

  #slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
    width: 100px;
  }

  #slide-out-widget-area.fullscreen .bottom-text,
	.admin-bar #slide-out-widget-area.fullscreen .bottom-text,
	#slide-out-widget-area.fullscreen-alt .bottom-text,
	.admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  body #slide-out-widget-area.slide-out-from-right-hover {
    z-index: 9999;
  }

  #header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
    opacity: 1;
  }

  #header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
    opacity: 0;
  }

  #slide-out-widget-area {
    top: 0!important;
  }

  #slide-out-widget-area.overflow-state,
  .admin-bar #slide-out-widget-area.overflow-state {
    padding-top: 110px;
  }

  #slide-out-widget-area.fullscreen .inner.overflow-state {
    margin-top: 0;
    margin-bottom: 130px;
  }

  body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
    display: none;
  }

  #header-outer #logo {
    top: 0;
    left: 0;
  }

  #header-space {
    display: none;
  }

  #header-space[data-header-mobile-fixed="1"] {
    display: block;
  }
 
  #top #mobile-cart-link, 
  #top .span_9 &gt; .slide-out-widget-area-toggle, 
  #top .mobile-search {
    display: inline-block;
  }

  #top .col.span_3 {
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  #top .col.span_3, 
  #header-outer[data-format="centered-menu"] #top .span_3,
  #header-outer[data-format="centered-logo-between-menu"] #top .span_3 {
    position: relative;
  }

  #header-outer #top .col.span_3 {
    line-height: 0;
  }

  #header-outer #top .col.span_3 #logo {
    vertical-align: middle;
  }

  #top .col.span_9 {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%!important;
    float: none;
    z-index: 100;
    position: static;
  }

  #header-outer[data-format="centered-menu"] #top .span_9,
  #header-outer[data-format="centered-logo-between-menu"] .row .col.span_9 {
    position: static;
  }


  #top .col.span_9, 
  body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
  body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
  body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
  #header-outer[data-format="centered-menu-under-logo"] #top .span_9,
  #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 {
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 2000;
    height: 100%;
  }

  .material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 {
    line-height: inherit;
  }
  
  .owl-carousel[data-enable-animation="true"] .owl-stage &gt; .owl-item,
  #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container,
  body[data-slide-out-widget-area="true"] #top #logo,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) .span_6 &gt;.inner-wrap,
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 &gt;.inner-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-bottom"] {
    -webkit-transform: none!important;
    transform: none!important;
  }


  body[data-slide-out-widget-area="true"] #top .span_9 &gt; .slide-out-widget-area-toggle.std-menu {
    left: 0!important;
    right: auto!important;
    text-align: left;
    z-index: 10000;
  }

  body[data-slide-out-widget-area="true"] #top .span_3 {
    text-align: center;
  }

  body[data-slide-out-widget-area="true"] #header-outer[data-has-menu="false"] #top .span_3 {
    text-align: left;
  }

  #header-outer .slide-out-widget-area-toggle .lines-button, 
	#header-outer .slide-out-widget-area-toggle .lines, 
	#header-outer .slide-out-widget-area-toggle .lines:before, 
	#header-outer .slide-out-widget-area-toggle .lines:after {
    width: 22px;
  }

  #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
    top: -6px;
  }

  body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 6px;
  }

  body[data-slide-out-widget-area="true"] #top #logo, #header-outer[data-mobile-fixed="1"] #top #logo {
    display: inline-block;
  }

  body[data-slide-out-widget-area="true"]:not(.material) [data-transparent-header="true"][data-mobile-fixed="false"] #top #logo {
    position: relative;
  }

  body[data-slide-out-widget-area="true"] #top .col.span_3 {
    width: 100%;
  }

  body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
    display: block;
  }

  #slide-out-widget-area .widget_nav_menu {
    overflow-y: hidden;
    overflow-x: hidden;
  }

  #header-outer #top nav &gt; ul {
    width: auto;
    padding: 15px 0 25px 0;
    margin: 0 auto 0 auto;
    z-index: 100000;
    position: relative;
  }

  
  #header-outer #top nav &gt;ul &gt;li &gt;ul &gt;li { 
    opacity: 1;
    transform: none;
  }
  
  #top nav &gt; ul li,
  #header-outer #top nav &gt;ul &gt;.megamenu &gt;ul &gt;li {
    display: block;
    width: auto;
    margin-left: 0;
  }
  #top nav &gt;ul &gt;.megamenu &gt;.sub-menu { 
    width: auto!important; 
    opacity: 1;
    display: block;
  }
  
  #top nav &gt; ul ul {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    background-color: transparent;
    float: none;
  }

  #top nav &gt; ul ul li {
    padding-left: 20px;
  }

  #top nav .sf-menu .sfHover &gt; a {
    color: #FFBAAF;
  }


  a &gt; .sf-sub-indicator {
    right: 0;
    position: absolute;
    padding: 16px;
    left: auto;
    top: 0;
    height: auto;
    width: auto;
  }

  .swiper-slide .mejs-controls {
    display: none;
    visibility: hidden;
  }

  #ajax-content-wrap .mejs-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  #ajax-content-wrap .post-area {
    padding-right: 0;
    margin-bottom: 0;
  }

  .slider-nav {
    position: relative;
    max-width: 600px;
    margin: -40px auto 0px auto;
  }

  body .slider-nav &gt; span {
    height: 25px;
    width: 25px;
  }


  body .slider-nav &gt; .left {
    left: 0;
  }

  body .slider-nav &gt; .right {
    left: 30px;
  }

  .slider-nav span span,
  #header-outer #top nav {
    display: none!important;
  }
  

  #footer-widgets .container .col {
    margin-bottom: 40px;
  }

  #footer-widgets .container .col:nth-child(3), 
  #footer-widgets .container .col:nth-child(4) {
    margin-bottom: 0;
  }

  #pagination {
    margin-bottom: 40px;
  }

  .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
    width: auto;
  }

  body .nectar-button.see-through-2, 
  body .nectar-button.see-through-3,
  #page-header-wrap, 
  #page-header-bg {
    transition: none!important;
    -webkit-transition: none!important;
  }

  #ajax-content-wrap .wp-caption {
    width: 100%;
  }

  body.single-portfolio #sidebar {
    margin-top: 30px;
  }

  body.search .row .col.section-title h1 {
    font-size: 18px;
  }

  body.search .row .col.section-title span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
  }

  body.search .divider {
    display: none;
  }

  .main-content &gt; div {
    padding-bottom: 0;
  }

  #single-meta {
    display: block;
    clear: both;
    margin-bottom: 10px;
  }

  body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs="default"]) {
    min-height: 250px;
  }

  body.single-post #page-header-bg:not(.fullscreen-header) .row,
  body #page-header-bg:not(.fullscreen-header) .row,
  body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 &gt; .inner-wrap,
  #page-header-bg[data-parallax="1"] {
    top: 0!important;
  }

  body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  body:not(.single-post) #page-header-bg[data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  body:not(.single-post) #page-header-bg[data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    min-height: 40px;
  }
  
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
    min-height: 80px;
  }
  
  #single-meta,
  body[data-header-format] #header-secondary-outer,
  #page-header-bg[data-parallax="1"],
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 .inner-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 &gt; .inner-wrap:first-child,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    position: relative!important;
  }


  body:not(.single-post) .nectar-particles svg {
    display: none;
  }
  
  #top, 
  #page-header-wrap,
  #header-outer:not([data-permanent-transparent="1"]),
  body:not(.single-post) #page-header-bg:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header),
  .full-page-inner-wrap[data-content-pos="full_height"] .full-page-inner &gt; .span_12,
  .vc_text_separator {
    height: auto!important;
  }
  
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) {
    padding-top: 16%;
    padding-bottom: 4%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 10%;
    padding-bottom: 2%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 20%;
    padding-bottom: 6%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) {
    padding-top: 4%;
    padding-bottom: 16%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 2%;
    padding-bottom: 10%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 6%;
    padding-bottom: 20%;
  }

  .related-posts.columns-3 .span_4 {
    margin-right: 0;
  }

  #single-meta ul {
    margin-left: 0;
  }

  .page-template-template-portfolio-php .portfolio-filters {
    margin-bottom: 0;
  }

  .nectar-hor-list-item[data-columns="4"] .nectar-list-item,
	.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
    width: 100%!important;
    display: block;
  }
  .nectar-hor-list-item[data-columns="4"] .nectar-list-item:not(:last-child),
	.nectar-hor-list-item[data-columns="3"] .nectar-list-item:not(:last-child) {
    padding-bottom: 10px;
  }
  .nectar-hor-list-item[data-columns="4"] .nectar-list-item,
	.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nectar-hor-list-item.has-btn {
    padding-right: 135px;
  }
  .nectar-hor-list-item.has-btn[data-columns="3"],
  .nectar-hor-list-item.has-btn[data-columns="4"] {
    padding-right: 0;
  }
  .nectar-hor-list-item.has-btn[data-columns="3"] &gt; div:nth-child(1),
  .nectar-hor-list-item.has-btn[data-columns="4"] &gt; div:nth-child(1) {
    padding-right: 135px;
  }

  .nectar-hor-list-item &gt;.nectar-list-item[data-text-align="right"] {
    text-align: left;
  }

  .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn, 
  .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn {
    position: absolute;
    right: 22px;
    top: 25px;
  }

  .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second, 
  .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second {
    position: absolute;
    right: 22px;
    top: 65px;
  }


  #footer-outer #social li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .nectar-recent-posts-slider .recent-post-container {
    max-width: none;
  }

  .nectar-recent-posts-slider .recent-post-container,
	.nectar-recent-posts-slider .flickity-page-dots {
    padding: 0 40px;
  }

  .nectar-flickity[data-controls="next_prev_arrows"] .flickity-prev-next-button {
    display: none;
  }

  .nectar-flickity[data-controls="next_prev_arrows"]:not(.masonry) .flickity-slider .cell {
    width: 60%;
    margin-right: 7%;
  }

  .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
    max-width: 100%;
  }

  body[data-footer-reveal="1"] #footer-outer {
    position: relative;
  }
  body[data-footer-reveal="1"] #ajax-content-wrap, 
  body[data-footer-reveal="1"] #ajax-content-wrap &gt; .blurred-wrap {
    overflow: visible;
  }

  body[data-footer-reveal="1"][data-footer-reveal-shadow="large"] .container-wrap,
  body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] .container-wrap {
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  body[data-footer-reveal="1"] .container-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    margin-bottom: 0!important;
  }

  .carousel-heading h2 {
    max-width: 83%;
    font-size: 11px;
  }

  body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product, 
  .woocommerce .related ul.products li.product, .woocommerce .related ul li.product, 
  .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, 
  .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, 
  .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product, 
	body.woocommerce .span_9 ul.products li.product, body.woocommerce-page .span_9 ul.products li.product, 
  body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product,
	.woocommerce .products.related .product, .woocommerce .products.upsells .product, 
  .woocommerce-page.columns-3 ul.products li.product, 
	.woocommerce.columns-3 ul.products li.product {
    width: 48%;
    margin: 0px 4% 25px 0px;
  }

  body .woocommerce ul.products li.product.material, 
  body.woocommerce-page ul.products li.product.material,
	.woocommerce .span_9 ul.products li.product.material, 
  .woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
    width: 48.8%;
    margin: 0px 2% 2% 0px;
  }

  body .woocommerce ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(49.7% - 15px);
  }


  body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+1), 
	 body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+1) {
    margin-right: 2%!important;
  }

  .woocommerce .products.related .product, 
  .woocommerce .products.upsells .product {
    width: 48%!important;
  }

  .woocommerce .span_9 ul.products li.product:nth-child(2n+2), 
  .woocommerce-page .span_9 ul.products li.product:nth-child(2n+2), 
	body .woocommerce ul.products li.product:nth-child(2n+2),  
  body .woocommerce-page ul.products li.product:nth-child(2n+2),
	body.woocommerce ul.products li:nth-child(2n+2) {
    margin-right: 0;
  }
  
  body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+2), 
	body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+2),
  body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style="material"] li:nth-child(2n+1),
  .woocommerce .related ul.products li:nth-child(2n+2), 
  .woocommerce .upsells.products ul li.product:nth-child(2n+2) {
    margin-right: 0!important;
  }

  body.woocommerce .span_9 ul.products li.product, 
  body.woocommerce-page .span_9 ul.products li.product {
    clear: none;
  }

  .single-product .product_title,
  .span_9 .carousel-heading {
    padding-right: 0!important;
  }

  .woocommerce .span_9 .woocommerce-ordering {
    right: 0;
  }

  .cart-outer {
    display: none;
  }

  body[data-header-format] #header-secondary-outer {
    height: auto;
  }

  body:not(.material) #header-secondary-outer nav &gt; ul,
  body:not(.material) #header-secondary-outer #social {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
  }

  #header-secondary-outer nav &gt; ul &gt; li &gt; a .sf-sub-indicator {
    display: none;
  }

  #header-secondary-outer nav &gt; ul &gt; li,
  #header-secondary-outer #social li {
    display: inline-block;
    float: none;
  }

  #header-secondary-outer ul ul {
    z-index: 100000;
  }

  #header-secondary-outer ul li:hover {
    z-index: 1000;
  }

  #header-secondary-outer nav &gt; ul &gt; li ul li {
    text-align: left;
  }

  #header-secondary-outer #social li &gt; a {
    height: 15px;
  }

  body:not(.material) #header-secondary-outer nav .sf-menu {
    border-top: 1px solid #DDDDDD;
  }

  #page-header-wrap {
    margin-top: 0;
    overflow: visible;
  }
  
  
  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  #page-header-bg .span_6 {
    opacity: 1!important;
  }


  body #header-outer[data-using-secondary="1"], 
  body.admin-bar #header-outer[data-using-secondary="1"] {
    top: 0;
  }

  h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
    display: inline-block;
    margin-top: 20px;
  }

  body .clients.no-carousel:not(.fade-in-animation) &gt; div {
    opacity: 1;
  }
  body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation &gt; div {
    opacity: 1;
  }
  
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-left"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-right"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-right"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-right"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-right"],
  body:not([data-m-animate="1"]) .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"],
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="grow-in"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="slight-twist"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap,
  body:not([data-m-animate="1"]) .nectar-split-heading .heading-line &gt; div,
  body:not([data-m-animate="1"]) .nectar-split-heading span &gt; .inner,
  body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
	body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
  .swiper-slide .content p, 
  .swiper-slide .content h2, 
  .swiper-slide .content h1,
  .swiper-slide .content h3,  
  .swiper-slide .content .buttons,
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="zoom-out"],
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="zoom-out-high"],
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 &gt; span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 &gt; span span,
  body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap,
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] &gt; div,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] {
    transform: none!important;
    -webkit-transform: none!important;
  }


  .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"] {
    visibility: visible!important;
  }

  body:not([data-m-animate="1"]) .clients.fade-in-animation &gt; div, 
  body:not([data-m-animate="1"]) img.img-with-animation, 
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
  body:not([data-m-animate="1"]) .col.has-animation, 
  body:not([data-m-animate="1"]) .wpb_column.has-animation, 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
  .post-area.masonry:not(.meta_overlaid),
  body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
	body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
  .swiper-slide .content p, 
  .swiper-slide .content h2, 
  .swiper-slide .content h1, 
  .swiper-slide .content h3, 
  .swiper-slide .content .buttons,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 &gt; span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 &gt; span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 .word,
  body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body:not([data-m-animate="1"]) .nectar-fancy-ul[data-animation="true"] ul li,
  body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  .owl-carousel[data-enable-animation="true"] .owl-stage &gt; .owl-item,
  .owl-carousel[data-enable-animation="true"] .owl-controls,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"], 
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] &gt; div,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner {
    opacity: 1!important;
  }

  .col.has-animation[data-animation="fade-in-from-bottom"], 
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
  .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0!important;
  }


  body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
    -webkit-perspective: none;
    perspective: none;
  }

  body:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
  body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
  body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
  body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
	body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
  body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
  body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
  body:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
    transform: none!important;
    -webkit-transform: none!important;
    opacity: 1!important;
    animation: none!important;
  }

  .main-content .vc_span2 .iwithtext .iwt-icon i {
    font-size: 34px;
    line-height: 34px;
    width: 34px;
    height: 34px;
  }

  .main-content .vc_span2 .iwithtext .iwt-icon img {
    width: 35px;
  }

  .main-content .vc_span2  .iwithtext .iwt-text {
    padding-left: 55px;
  }

  .main-content .vc_span2 .iwithtext .iwt-icon {
    top: -4px;
  }

  .parallax_slider_outer.first-section .swiper-container .slider-prev,
  .parallax_slider_outer.first-section .swiper-container .slider-next {
    margin-top: -30px;
  }

  .post-area.col_last {
    padding-left: 0!important;
  }

  .woocommerce .post-area .woocommerce-ordering {
    float: none!important;
    display: block;
  }

  .col.centered-text ul, 
  .wpb_column.centered-text ul, 
  .col.centered-text ul li, 
  .wpb_column.centered-text ul li {
    text-align: left;
    margin-left: 0!important;
  }

  .col.centered-text ul, 
  .wpb_column.centered-text ul {
    margin: 0!important;
    display: block!important;
  }


  #ajax-content-wrap .nectar-fancy-ul[data-animation="true"] ul li,
  .nectar-fancy-ul[data-animation="true"] ul li {
    left: 0;
  }

  .testimonial_slider .controls ul {
    text-align: center!important;
  }

  #page-header-bg[data-parallax="0"] {
    margin-top: -1px;
  }

  .nectar-milestone {
    margin-bottom: 15px;
  }

  .nectar-milestone:not(.animated-in) {
    opacity: 1;
  }

  .nectar-milestone.motion_blur .number span:not(.in-sight) {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    opacity: 1;
  }


  .wpb_tabs_nav .cta-button {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    right: auto;
  }

  body.single-portfolio #full_width_portfolio .container-wrap {
    padding-top: 2.1em;
  }

  .carousel-wrap[data-full-width="true"] {
    padding: 0 9px;
  }

  #footer-widgets .container .row &gt; div:last-child {
    margin-bottom: 0!important;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
    font-size: 16px;
    top: 3px;
  }

  body .carousel-wrap[data-full-width="true"] .controls {
    display: block;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
    width: 130px;
    margin: 0 auto;
    margin-top: 25px;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link, 
	body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-prev, 
	body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-next {
    top: 0!important;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link {
    margin: 0 auto;
    position: relative;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-prev {
    left: 0;
    margin-left: 0;
    text-align: left;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-next {
    right: 0;
  }

  div[data-full-width="false"] .carousel-heading h2 {
    font-size: 12px;
  }

  .blog-fullwidth-wrap .post-area.masonry {
    margin-bottom: 0;
  }

  body .pp_gallery, 
  .woocommerce .pp_gallery {
    display: none;
  }


  .material .span_9 #author-bio {
    margin-bottom: 60px;
  } 
  
}


/* Legacy Phone with Narrow Width */
@media only screen and (max-width: 321px) {
  
  .container, 
  .slider-nav, 
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 300px;
  }
}



@media only screen and (max-width: 479px) {
  
  .full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
    width: 320px;
  }
  
}

/* Phone Landscape */
@media only screen and (min-width: 480px) and (max-width: 690px) {
	
  body .container, 
  body .slider-nav, 
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 420px;
  }


  #ajax-content-wrap .project-title #all-items {
    left: 194px;
  }

  .post-area.masonry, 
  .post-area.masonry.span_9,  
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 420px;
  }

  .iosSlider.product-thumbnails .thumb {
    width: 98px;
  }
  
  body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
    width: 66%;
  }

  body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
    font-size: 10px;
  }
  
}


/* WP Admin Bar Changes Height */
@media screen and (max-width: 782px) {
  .admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], 
  .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
	.admin-bar #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"], 
  .logged-in.buddypress #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"],
  body.admin-bar #header-outer[data-transparent-header="true"][data-mobile-fixed="false"] {
    top: 47px;
  }

  #header-secondary-outer[data-permanent-transparent="1"] {
    margin-top: 0;
  }

  body {
    position: static;
  }

  #fp-nav.tooltip_alt {
    display: none;
  }
}






/* Tablet Landscape */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
	
  #header-outer[data-lhe="animated_underline"] #top nav &gt; ul &gt; li:not([class*="button_"]) &gt; a:hover:after {
    display: none;
  }

  #to-top {
    display: none;
  }

  body .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }

  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
    transition: none;
    -webkit-transition: none;
  }

  #page-header-bg[data-parallax="1"] .span_6, 
  #page-header-bg[data-parallax="1"] {
    position: relative!important;
  }

  #page-header-bg[data-parallax="1"] {
    top: 0!important;
  }

  #page-header-bg .span_6 {
    display: block!important;
    opacity: 1!important;
  }

  .swiper-container .slider-right {
    right: 0!important;
  }

  .video-texture {
    display: none;
  }

  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }
  
  img.img-with-animation[data-animation="fade-in-from-bottom"],
  .col.has-animation[data-animation="fade-in-from-bottom"], 
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }
  
  
  .parallax_slider_outer.first-section .nectar-slider-wrap, 
  #full_width_portfolio .project-title.parallax-effect,
  .parallax_slider_outer.first-section .swiper-slide .content,
  .parallax_slider_outer.first-section .nectar-slider-wrap, 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-right"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-left"],
  body:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
  body:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"],
  .owl-carousel[data-enable-animation="true"] .owl-stage &gt; .owl-item,
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="slight-twist"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    transform: none!important;
    -webkit-transform: none!important;
  }

  
  .parallax_slider_outer.first-section .swiper-slide .content,
  body:not([data-m-animate="1"]) .clients.fade-in-animation &gt; div, 
  body:not([data-m-animate="1"]) .img-with-animation, 
  body:not([data-m-animate="1"]) .col.has-animation, 
  body:not([data-m-animate="1"]) .wpb_column.has-animation,
  .owl-carousel[data-enable-animation="true"] .owl-controls,
  .owl-carousel[data-enable-animation="true"] .owl-stage &gt; .owl-item,
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"] {
    opacity: 1!important;
  }
  

  .divider-border[data-animate="yes"], 
  .divider-small-border[data-animate="yes"],
  .img-with-animation[data-animation="grow-in"], 
  .col.has-animation[data-animation="grow-in"], 
  .wpb_column.has-animation[data-animation="grow-in"] {
    visibility: visible;
  }

  .portfolio-items .col .work-item .work-info a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }
  
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
    transform: none;
    -webkit-transform: none;
  }


  .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
    width: auto;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers &gt; div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
    height: 100%;
    top: 0 ;
    transform: none;
    -webkit-transform: none;
  }
  
}



/* Higher Res Tablets */
@media only screen and (max-device-width: 2600px) {
	
  body[data-ajax-transitions="true"].using-mobile-browser #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
    display: none;
  }

  body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
    overflow-y: scroll;
  }

  body.using-mobile-browser .full-width-content.parallax_section .row-bg[data-parallax-speed="fixed"], 
  body.using-mobile-browser .full-width-section.parallax_section .row-bg[data-parallax-speed="fixed"], 
  body.using-mobile-browser .wpb_row.parallax_section .row-bg[data-parallax-speed="fixed"] {
    background-attachment: scroll;
  }

  body.using-mobile-browser .cp-modal-popup-container {
    position: relative;
    z-index: 100000;
  }

  body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video,
  body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video {
    display: none;
  }

  body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
    display: block;
  }


  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }


  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }
  
  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-bottom"],
  .using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"], 
  .using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }
  
  .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .slide-bg-wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-right"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-left"],
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="grow-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation*="reveal-from"] &gt; .vc_column-inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span &gt; .inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage &gt; .owl-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"],
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .meta-date {
    transform: none!important;
    -webkit-transform: none!important;
  }

  
  body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image,
  body.using-mobile-browser:not([data-m-animate="1"]) .clients.fade-in-animation &gt; div, 
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation, 
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation, 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
  .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage &gt; .owl-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span &gt; .inner,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-controls,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item  .meta-date {
    opacity: 1!important;
  }
  
  

  body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"] {
    visibility: visible!important;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
    opacity: 1!important;
    animation: none!important;
  }


  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
    opacity: 1;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
    transform: none;
    -webkit-transform: none;
  }
  
  .using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
    top: 50%;
    left: 50%;
  }

  .ascend.using-mobile-browser #search {
    height: 100%;
  }

  .ascend.using-mobile-browser #search #search-box {
    top: 20px;
  }

  .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
    display: block!important;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line &gt; div {
    transform: none;
    -webkit-transform: none;
  }

  .using-mobile-browser .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }


  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] {
    height: auto!important;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] &gt; div {
    position: relative!important;
    left: 0!important;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] &gt; div:not(.full-width-content) .full-page-inner-wrap-outer &gt; .full-page-inner-wrap &gt; .full-page-inner &gt; .container {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
    opacity: 1;
  }

  .using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section, 
  body[data-remove-m-parallax="1"].using-mobile-browser .full-width-content.parallax_section {
    background-attachment: scroll!important;
    background-position: center!important;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .wpb_row.parallax_section .row-bg, 
  body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section .row-bg,
  body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,
  body[data-remove-m-parallax="1"].using-mobile-browser #page-header-bg[data-parallax="1"] .page-header-bg-image {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
    opacity: 1;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured.parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
    opacity: 1;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
    height: 100%;
  }
  
  body.using-mobile-browser .blurred-wrap.blurred {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  
}




/* Responsive styles specific to full width masonry setups */
@media only screen and (min-width: 1600px) {
  

  .post-area.full-width-content .masonry-blog-item, 
  .full-width-content .post-area .masonry-blog-item {
    width: 18%;
  }

  .post-area.full-width-content.classic_enhanced .masonry-blog-item, 
  .full-width-content .post-area.classic_enhanced .masonry-blog-item {
    width: 18.5%;
  }
	
  
	/* Constrained Masonry */
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 50%;
  }

  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
    width: 50%;
  }

  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall, 
  body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.regular,
	#boxed .post-area.full-width-content.meta_overlaid .masonry-blog-item.regular, 
  #boxed .full-width-content .post-area.meta_overlaid .masonry-blog-item.regular {
    width: 25%;
  }

	/* Classic Blog Enhanced */
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 63.66%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 58.5%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 97.5%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {


  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 25%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 50%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
    font-size: 16px;
    line-height: 22px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author a {
    font-size: 11px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author span {
    font-size: 13px;
  }

  body .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 22.43%!important;
  }

  .post-area.full-width-content .masonry-blog-item, 
  .full-width-content .post-area .masonry-blog-item {
    width: 23%;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding-left: 2.8%!important;
  }

  .full-width-content .vc_span2 .nectar-milestone .number, 
  .full-width-content .vc_col-sm-2 .nectar-milestone .number {
    font-size: 50px;
    line-height: 50px;
  }

  .full-width-content .vc_span8 .clients.five-cols.carousel &gt; div, 
  .full-width-content .vc_col-sm-8 .clients.five-cols.carousel &gt; div {
    width: 33%;
  }
	

	/* Classic Blog Enhanced*/
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 64.1%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 73%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 97.5%;
  }
}


@media only screen and (min-width: 990px) and (max-width: 1300px) {

	/* Constrained Cols */
  body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 25%;
  }
	
  body .masonry.meta_overlaid .post .post-header .meta-author a {
    font-size: 11px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author span {
    font-size: 13px;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 25%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
    font-size: 14px;
    line-height: 20px;
  }


  .full-width-content .vc_span8 .clients.six-cols &gt; div, 
  .full-width-content .vc_col-sm-8 .clients.six-cols &gt; div {
    width: 32.3%;
  }

  .full-width-content .vc_span8 .clients.no-carousel.six-cols &gt; div:nth-child(3n+3), 
  .full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols &gt; div:nth-child(3n+3) {
    margin-right: 0;
  }

  .full-width-content .vc_span8 .clients.five-cols.carousel &gt; div, 
  .full-width-content .vc_col-sm-8 .clients.five-cols.carousel &gt; div {
    width: 40%;
  }

  #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column,
	#nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column p {
    font-size: inherit;
    line-height: inherit;
  }

	/* Classic Blog Enhanced */
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 100%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 97.2%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 97.5%;
  }
}


@media only screen and (min-width: 470px) and (max-width: 990px) {

  .portfolio-items .elastic-portfolio-item,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 50%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 100%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
    font-size: 16px;
    line-height: 20px;
  }
	
	/* Classic Blog Enhanced */
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 97%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 97%;
  }
}


@media only screen and (max-width: 690px) and (min-width: 470px) {
  body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
    width: 100%;
  }

  .post.quote .post-content .quote-inner, 
  .post.link .post-content .link-inner, 
  .format-status .post-content .status-inner, 
  .post.format-aside .aside-inner {
    padding: 50px 10%;
  }
}





@media only screen and (max-width: 690px) {
  
  body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video,
  body[data-remove-m-video-bgs="1"] .nectar-video-wrap video {
    display: none;
  }

  body[data-remove-m-video-bgs="1"] .mobile-video-image {
    display: block;
  }
  
  .posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap.animated, 
	.posts-container[data-load-animation="fade_in"] article .inner-wrap.animated,
  .posts-container[data-load-animation="perspective"] article .inner-wrap.animated,
  .posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap, 
	.posts-container[data-load-animation="fade_in"] article .inner-wrap,
  .posts-container[data-load-animation="perspective"] article .inner-wrap {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .post-area.masonry.classic .posts-container:not(.meta-moved) .post-content &gt; .post-meta {
    opacity: 0;
    position: absolute!important;
  }

  .post-area.masonry.meta_overlaid .post .post-content &gt; .post-meta {
    display: none!important;
  }

  #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap,
  #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap {
    -webkit-transform: none;
    transform: none;
    top: 0;
    position: relative;
  }

  .material .related-post-wrap h3.related-title {
    padding-top: 60px;
  }

  .post-area.featured_img_left .article-content-wrap {
    display: block;
  }

  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap,
  .post-area.featured_img_left .article-content-wrap .post-content-wrap {
    width: 100%;
  }

  .post-area.featured_img_left .quote .inner-wrap, 
  .post-area.featured_img_left .link .inner-wrap {
    padding-bottom: 55px;
  }

  .post-area.featured_img_left .article-content-wrap .post-content-wrap {
    padding: 35px 0 55px 0;
    overflow: visible;
  }

  .post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
    display: none;
  }

  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    height: 200px;
    border-radius: 5px 5px 0;
  }

  .nectar-recent-posts-slider .inner-wrap {
    max-width: 80%;
  }

  .arhchive #page-header-wrap #page-header-bg .subheader {
    display: none;
  }
}


@media only screen and (max-width: 470px) {


  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
    width: 100%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 50%;
  }

  .masonry.meta_overlaid .post.wide_tall .content-inner .post-featured-img img {
    height: auto!important;
  }

  #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap, 
  #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap {
    transform: none;
    -webkit-transform: none;
    top: 0;
  }

  .post.quote .post-content .quote-inner, 
  .post.link .post-content .link-inner, 
  .format-status .post-content .status-inner, 
  .post.format-aside .aside-inner {
    padding: 50px 10%;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding: 0 10%!important;
  }

  body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date, 
  body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date {
    font-size: 13px;
  }

  #ajax-content-wrap .post-area.masonry.meta_overlaid .post.wide_tall .post-meta, 
  #ajax-content-wrap .post-area.masonry.meta_overlaid .post.large_featured .post-meta {
    margin: -1px 0;
  }

  #ajax-content-wrap .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    padding-bottom: 0;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author a {
    font-size: 11px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author span {
    font-size: 11px;
  }

  body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
    margin: 0;
  }

  body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
    padding-left: 0;
    padding-right: 0;
  }

  body .woocommerce ul.products[data-product-style="material"] li.product.material, 
	body.woocommerce-page ul.products[data-product-style="material"] li.product.material,
	.woocommerce .span_9 ul.products li.product.material, 
	.woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
    margin-right: 0%!important;
    width: 100%;
  }

  .woocommerce .products.related .product.material, 
  .woocommerce .products.upsells .product.material {
    width: 100%!important;
  }

  body #search-results[data-layout="default"] .result,
  body #search-results[data-layout="masonry-no-sidebar"] .result {
    opacity: 1;
    position: relative!important;
    top: auto!important;
    left: auto!important;
  }
}




/*
Theme Name:  Salient
Description: WooCommerce plugin styles
*/


.woocommerce.single-product div.product[data-tab-pos] { 
  height: auto; 
  width: auto; 
  display: block; 
}

.nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a {
	position: relative;
}

body[data-smooth-scrolling="0"] #header-outer .cart-menu {
	padding-right: 0;
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart {
	right: 0;
}

#header-outer .icon-shopping-cart {
	font-size: 20px;
	height: auto;
	line-height: 20px;
	border-radius: 0;
	-webkit-border-radius: 0;
	text-indent: -9999px;
	background-repeat: no-repeat;
	background-color: transparent;
}

.woocommerce #payment, 
.woocommerce-page #payment,
#add_payment_method #payment, 
.woocommerce-cart #payment, 
.woocommerce-checkout #payment {
	background-color: transparent;
}

.woocommerce #order_review #payment #place_order {
	float: none;
}

body.single-product .container-wrap {
	padding-bottom: 50px;
}

body.original #top nav ul .nectar-woo-cart &gt;div { 
  padding-left: 0; 
}

body.original .buttons .nectar-woo-cart {
  pointer-events: none;
  width: 0;
  padding-left: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body.original .buttons.product_added .nectar-woo-cart {
  pointer-events: all;
  width: 45px;
  padding-left: 19px;
} 

body.original #header-outer .cart-menu-wrap { 
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 0.4s ease 0.2s;
  transition: transform 0.4s ease 0.2s;
}

body.original #header-outer .cart-menu-wrap.has_products {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.woocommerce-checkout #payment div.payment_box:before {
	display: none;
}

#header-outer .cart-menu-wrap {
	top: 0; 
	height: 100%;
}

#header-outer .cart-outer .widget_shopping_cart_content p.woocommerce-mini-cart__empty-message {
	padding: 20px;
	width: 240px;
	font-size: 14px; 
  line-height: 22px;
}

#header-outer .cart-outer .blockUI.blockOverlay {
	opacity: 0.2!important;
}

html:not(.js) #header-outer .cart-menu-wrap {
 	visibility: visible;
}

.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 6px 0;
}

#header-outer .cart-menu {
	z-index: 10000;
	right: 0;
	top: 0;
}

#header-outer .cart-menu .icon-shopping-cart {
	left: 0;
	margin-top: -1px;
	top: auto;
	position: absolute;
	width: 24px;
}

#header-outer .cart-menu .cart-icon-wrap {
	margin-left: 0;
	height: 24px;
	line-height: 18px;
	position: relative;
}


#header-outer .cart-menu .cart-icon-wrap i {
	background-color: transparent;
	border-radius: 0;
	line-height: 17px;
	height: 21px;
	position: absolute;
	top: 2px;
	left: 0;
	width: 22px;
	color: rgba(0,0,0,0.4);
}


#header-outer .cart-menu .cart-contents {
	padding-left: 0;
	position: relative;
}


#header-outer .widget_shopping_cart, 
.woocommerce .cart-notification, 
#header-outer .cart-notification  {
	display: none;
	position: absolute;
	right: 16px;
	z-index: 100000;
}

body[data-smooth-scrolling="0"] #header-outer .widget_shopping_cart, 
body[data-smooth-scrolling="0"] .woocommerce .cart-notification, 
body[data-smooth-scrolling="0"] #header-outer .cart-notification  {
	right: 0;
}

#header-outer .widget_shopping_cart h2.widgettitle, 
#header-outer .cart-notification h2.widgettitle {
	margin-bottom: 0;
}

#header-outer .widget_shopping_cart .cart_list  {
	display: none;
	position: relative;
	top: 0!important;
	width: 325px;
	left: auto;
	max-height: 482px;
	overflow-y: auto;
}

#header-outer .widget_shopping_cart .cart_list a,
.nectar-slide-in-cart .widget_shopping_cart .cart_list a {
	background-color: transparent!important;
	border: none;
	font-weight: normal;
	line-height: 17px;
  padding: 0;
	color: #27CCC0;
	transition: none;
	-webkit-transition: none;
	font-family: 'Open Sans';
}

#header-outer .widget_shopping_cart .cart_list .product-meta a,
.nectar-slide-in-cart .widget_shopping_cart .cart_list .woocommerce-mini-cart-item a {
  padding-bottom: 8px;
}

body #header-outer .widget_shopping_cart .cart_list li .product-meta &gt; a,
#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta &gt; a {
	line-height: 1.3em;
	margin-bottom: 6px;
	max-width: calc(100% - 26px);
	padding-bottom: 0;
	font-size: 14px;
}

#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta &gt; a {
  max-width: calc(100% - 37px);
}

#header-outer .widget_shopping_cart .cart_list a img {
	width: 55px;
	float: left;
	margin-left: 0;
}

#header-outer .widget_shopping_cart .cart_list .product-meta a img,
#slide-out-widget-area .widget_shopping_cart .cart_list .product-meta a img {
	display: none;
}

#header-outer .widget_shopping_cart .cart_list li .product-meta a,
#slide-out-widget-area .widget_shopping_cart .cart_list li .product-meta a  { 
  display: inline-block; 
  transition: 0.2s ease color; 
}

#header-outer .widget_shopping_cart .cart_list li {
	float: none;
}

#header-outer .widget_shopping_cart .cart_list li, 
#header-outer .cart-notification {
	padding: 14px 20px;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li {
	padding: 20px 20px;
}

#header-outer .widget_shopping_cart .cart_list li {
	font-size: 12px;
	line-height: 22px;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list li span.quantity {
	line-height: 12px;
	display: block;
}

.cart-outer .cart-notification {
 	width: 240px;
 	display: none;
 	margin-top: 0;
 	line-height: 20px;
}

 #header-outer .cart-outer .cart-notification {
   padding: 20px;
   font-size: 12px;
 }

.nectar-slide-in-cart {
	position: fixed;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 100000;
	-webkit-transition: all .7s cubic-bezier(0.25,1,.2,1);
  -ms-transition: all .7s cubic-bezier(0.25,1,.2,1);
  transition: all .7s cubic-bezier(0.25,1,.2,1);
	-ms-transform: translateX(107%);
	transform: translateX(107%);
	-webkit-transform: translateX(107%);
}

.nectar-slide-in-cart.open {
    -ms-transform: translateX(0%);
    transform: translateX(0%);
    -webkit-transform: translateX(0%);
}

.nectar-slide-in-cart .widget_shopping_cart {
	position: relative;
	height: 100%;
	left: 0;
	top: 0;
	display: block!important;
	opacity: 1!important;
}

.nectar-slide-in-cart .widget_shopping_cart .cart_list &gt; li:first-child {
	padding-top: 0;
	min-height: 98px;
}

.nectar-slide-in-cart .widgettitle {
     display: none;
}

 .nectar-slide-in-cart .total,
 .nectar-slide-in-cart .woocommerce.widget_shopping_cart .total {
     padding: 20px 0 20px;
}

body .nectar-slide-in-cart ul.product_list_widget li dl dd {
     color: inherit;
}

body .nectar-slide-in-cart ul.product_list_widget li dl {
     width: 219px;
}

body .nectar-slide-in-cart .total, 
body .nectar-slide-in-cart .total strong {
     color: #000;
}

.nectar-slide-in-cart {
     background-color: #fff;
     box-shadow: 0 3px 20px rgba(0,0,0,0.09);
     -webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.09);
}

.nectar-slide-in-cart .widget_shopping_cart_content {
     height: 100%;
     padding: 35px;
}

 .nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item &gt; a {
     font-size: 18px;
     line-height: 24px;
}

 .nectar-slide-in-cart .widget_shopping_cart .buttons a {
     display: block;
     padding: 20px;
     font-size: 16px;
     margin-top: 8px;
     margin-left: 0;
}
body .nectar-slide-in-cart .woocommerce.widget_shopping_cart .cart_list li a.remove {
     position: absolute;
     right: 0;
     height: 23px;
     width: 23px;
     padding: 3px;
     line-height: 14px;
     margin: 0;
     font-size: 24px;
     transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
     -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
}
 .nectar-slide-in-cart .woocommerce.widget_shopping_cart .cart_list li a.remove:hover {
     transform: rotate(90deg) translateZ(0);
     -webkit-transform: rotate(90deg) translateZ(0);
}
body  .nectar-slide-in-cart .widget_shopping_cart .cart_list a img {
    width: 75px;
     height: auto;
}
 .nectar-slide-in-cart .widget_shopping_cart .cart_list {
     display: block!important;
     max-height: 65%;
     overflow-y: auto;
     overflow-x: hidden;
     width: 300px;
}

 .nectar-slide-in-cart .widget_shopping_cart .cart_list a img {
     position: absolute;
     left: 0;
     float: none;
}
 .nectar-slide-in-cart .widget_shopping_cart .cart_list li {
     padding-left: 100px;
     min-height: 112px;
     border-bottom: 1px solid #eee;
}
 body .nectar-slide-in-cart ul.product_list_widget li dl {
     clear: none;
     float: none;
     margin-bottom: 10px;
}
 body.admin-bar .nectar-slide-in-cart .widget_shopping_cart {
     top: 32px;
}

.woocommerce .cart-notification .item-name, 
#header-outer .cart-notification .item-name {
	color: #fff;
	font-family: 'Open Sans';
	font-weight: 600;
}

body:not([data-header-color="custom"]) #header-outer .cart-notification .item-name {
	color: #888;
}

.woocommerce .cart-notification .item-name:before, 
#header-outer .cart-notification .item-name:before {
	content: '"';
}

.woocommerce .cart-notification .item-name:after, 
#header-outer .cart-notification .item-name:after {
	content: '"';
}

.woocommerce .cart-notification img, #header-outer .cart-notification img {
	float: right;
	width: 55px;
	height: auto;
	margin-left: 14px;
}

.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}


.quantity input[type=number] {
	-moz-appearance: textfield;
	 margin: 0; 
}

#header-outer .widget_shopping_cart .cart_list li:first-child {
	padding-top: 20px;
}

#header-outer .total,
.nectar-slide-in-cart .total {
	clear: both;
	color: #ccc;
	padding: 17px 20px;
	border: 0;
}

.nectar-slide-in-cart .woocommerce.widget_shopping_cart .total {
   border: 0;
}

#header-outer .total, 
#header-outer .total strong,
.nectar-slide-in-cart .total, 
.nectar-slide-in-cart .total strong {
	font-size: 18px;
	font-family: 'Open Sans';
	font-weight: 600;
  font-weight: normal;
  letter-spacing: -1px;
}

.nectar-slide-in-cart .total, 
.nectar-slide-in-cart .total strong {
	font-size: 24px;
	font-family: inherit;
}

#header-outer .widget_shopping_cart .quantity {
	margin-left: 0;
	line-height: 14px;
	height: 14px;
	display: block;
}

#slide-out-widget-area .widget_shopping_cart .quantity {
  margin-left: 0;
	line-height: 14px;
	height: 14px;
	display: block;
}

#header-outer .widget_shopping_cart .quantity, 
#header-outer .widget_shopping_cart .quantity span {
	font-size: 14px;
}

#header-outer .widget_shopping_cart .buttons {
	padding: 3px 20px 20px 20px;
	clear: both;
}

#header-outer ul.product_list_widget li dl dt,
.nectar-slide-in-cart ul.product_list_widget li dl dt {
   color: #999;
}
.nectar-slide-in-cart ul.product_list_widget li dl dt { 
  font-family: inherit;
}

#header-outer ul.product_list_widget li dl dd,
.nectar-slide-in-cart ul.product_list_widget li dl dd {
   color: #fff;
   margin-bottom: 0;
   padding-left: 0;
}

#header-outer ul.product_list_widget li dl p,
.nectar-slide-in-cart ul.product_list_widget li dl p {
	padding-bottom: 0;
}

#header-outer ul.product_list_widget li dl,
.nectar-slide-in-cart ul.product_list_widget li dl {
   margin: 0 0 10px 0;
   border-width: 1px;
   padding-left: 13px;
}

#slide-out-widget-area ul.product_list_widget .product-meta,
#header-outer ul.product_list_widget .product-meta,
.nectar-slide-in-cart ul.product_list_widget .product-meta {
	float: right;
	padding-left: 5px;
	width: calc(100% - 90px);
}

.woocommerce a.button, 
.woocommerce-page a.button, 
.woocommerce button.button, 
.woocommerce-page button.button, 
.woocommerce input.button, 
.nectar-quick-view-box a.button, 
.woocommerce-page input.button, 
.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit, 
.woocommerce #content input.button, 
.woocommerce-page #content input.button {
	background-color: #333333;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	border: none;
    background-repeat: no-repeat;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    line-height: 12px;
    padding: 10px 10px;
    position: relative;
    text-align: center;
    text-transform: capitalize;
    font-weight: normal;
    transition: all 0.25s ease 0s;
}

body #top nav .widget_shopping_cart a.button,
.woocommerce #respond input#submit:hover, 
.woocommerce a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce input.button:hover,
.woocommerce #respond input#submit.disabled, 
.woocommerce #respond input#submit:disabled, 
.woocommerce #respond input#submit:disabled[disabled], 
.woocommerce a.button.disabled, .woocommerce a.button:disabled, 
.woocommerce a.button:disabled[disabled], 
.woocommerce button.button.disabled, 
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled], 
.woocommerce input.button.disabled, 
.woocommerce input.button:disabled, 
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.disabled:hover, 
.woocommerce #respond input#submit:disabled:hover, 
.woocommerce #respond input#submit:disabled[disabled]:hover, 
.woocommerce a.button.disabled:hover, 
.woocommerce a.button:disabled:hover, 
.woocommerce a.button:disabled[disabled]:hover, 
.woocommerce button.button.disabled:hover, 
.woocommerce button.button:disabled:hover, 
.woocommerce button.button:disabled[disabled]:hover, 
.woocommerce input.button.disabled:hover, 
.woocommerce input.button:disabled:hover, 
.woocommerce input.button:disabled[disabled]:hover {
  color: #FFFFFF;
}

.woocommerce #respond input#submit, 
.woocommerce-page #respond input#submit {
	padding: 15px 22px;
}

.woocommerce .cart-collaterals .cart_totals table th, 
.woocommerce-page .cart-collaterals .cart_totals table th,
.woocommerce .cart-collaterals .cart_totals table td, 
.woocommerce-page .cart-collaterals .cart_totals table td {
	padding-bottom: 10px;
}

@media only screen and (min-width: 1000px) {
	.woocommerce-cart .span_8 {
		padding-right: 30px;
	}
}

body .cart-collaterals .order-total {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.woocommerce li[class*="fa-"].product { 
  height: auto; 
}

.woocommerce-page div[data-project-style="classic"] button[type="submit"].single_add_to_cart_button:hover,
.woocommerce input[type="submit"][name="apply_coupon"]:hover, 
.woocommerce input[type="submit"][name="update_cart"]:hover, 
.woocommerce button[type="submit"][name="calc_shipping"]:hover {
	background-color: #333333!important;
}

.woocommerce input[type="submit"][name="apply_coupon"]:hover, 
.woocommerce input[type="submit"][name="update_cart"]:hover, 
.woocommerce button[type="submit"][name="calc_shipping"]:hover {
	opacity: 0.8;
}

.woocommerce .span_4 input[type="submit"].checkout-button:hover, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce #order_review #payment #place_order:hover {
	opacity: 0.8;
}

.woocommerce .span_4 input[type="submit"].checkout-button, 
.checkout input[type="submit"]#place_order {
	width: 100%!important;
	margin-top: 10px;
}

.woocommerce-cart .wc-proceed-to-checkout {
	padding: 0;
}
.woocommerce-cart .wc-proceed-to-checkout a {
	padding: 10px;
}
.woocommerce-page button[type="submit"].single_add_to_cart_button,
body[data-form-submit="regular"].woocommerce-page .container-wrap button[type=submit].single_add_to_cart_button {
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px 45px!important;
	transition: all 0.2s ease;
}

.woocommerce-page .woocommerce p.return-to-shop a.wc-backward {
	padding: 20px 45px;
	transition: all 0.2s ease;
}

.woocommerce-page .woocommerce p.cart-empty { 
  padding-bottom: 25px; 
  padding-top: 10%; 
  color: #000;
  background-color: transparent!important;
  text-align: center;
  margin-bottom: 20px;
}

.woocommerce-page .woocommerce p.return-to-shop {
	padding-bottom: 10%;
	text-align: center;
}
.woocommerce-page .woocommerce p.return-to-shop a.button.wc-backward {
	display: inline-block;
}


.woocommerce .cart .quantity input.qty,
.ascend.woocommerce .cart .quantity input.qty,
.ascend .woocommerce .cart .quantity input.qty,
.nectar-quick-view-box .cart .quantity input.qty {
	height: 35px;
	font-family: 'Open Sans';
	font-weight: 700;
	font-size: 24px;
	width: 46px;
	border: none;
}


.woocommerce .cart .quantity {
	position: relative;
}

.woocommerce .cart .quantity input.plus {
	border-radius: 50px;
	width: 35px;
	height: 35px;
	line-height: 24px!important;
	border: none;
	color: #fff;
	text-shadow: none;
	padding: 0;
}

.woocommerce div[data-project-style="classic"] .quantity input.plus,
.woocommerce div[data-project-style="classic"] .quantity input.minus,
.woocommerce div[data-project-style="material"] .quantity input.plus,
.woocommerce div[data-project-style="material"] .quantity input.minus,
.woocommerce .cart .quantity input.plus, 
.woocommerce .cart .quantity input.minus {
	color: #666!important;
	background-color: transparent;
}

.woocommerce .cart .quantity label.screen-reader-text {
	display: none;
}

.woocommerce .cart .quantity.hidden input.plus, 
.woocommerce .cart .quantity.hidden input.minus {
	visibility: hidden;
	pointer-events: none;
}

.woocommerce .cart .quantity input.minus {
	width: 35px;
	height: 35px;
	line-height: 24px!important;
	z-index: 100;
	color: #fff;
	border-radius: 50px;
	text-shadow: none;
	padding: 0;
}

#header-outer .widget_shopping_cart a.button {
	background-color: #27CCC0;
	font-size: 12px;
	display: inline-block;
	padding: 10px 14px;
	width: calc(50% - 7px);
	margin: 0;
}

.woocommerce a.button:hover, 
.woocommerce-page a.button:hover, 
.woocommerce button.button:hover, 
.woocommerce-page button.button:hover, 
.woocommerce input.button:hover, 
.woocommerce-page input.button:hover, 
.woocommerce #respond input#submit:hover, 
.woocommerce-page #respond input#submit:hover, 
.woocommerce #content input.button:hover, 
.woocommerce-page #content input.button:hover {
	background-color: #27CCC0;
}

#header-outer .widget_shopping_cart a.button.checkout {
	margin-left: 10px;
}

#header-outer .widget_shopping_cart a.button:hover {
	background-color: #3f3f3f!important;
	color: #fff!important;
}

#header-outer a.cart-contents .cart-wrap span {
    border-radius: 99px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 11px;
    font-weight: normal;
    line-height: 17px;
    right: 7px;
    margin-left: 4px;
    text-align: center;
    width: 17px;	
    height: 17px;
}


#header-outer .cart-wrap {
	position: relative;
  right: -7px;
  top: -7px;
	font-size: 12px;
	margin-right: 0;
	z-index: 10;
	float: right;
}


#header-outer nav.cart-active #search-btn {
	margin-left: 10px;
}

#header-outer nav.cart-active #search-btn &gt; div {
	padding-left: 10px;
}

.woocommerce ul.products li.product .product-wrap img, 
.woocommerce-page ul.products li.product .product-wrap img {
  width: 100%;
  height: auto;
  display: block;
}

body.woocommerce.single-product div[data-tab-pos="in_sidebar"] section.related.products {
	margin-top: 30px;
}

.woocommerce ul.products li.product.classic .product-wrap img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product.classic .onsale {
  pointer-events: none;
}

.woocommerce ul.products li.product .product-wrap:hover img.hover-gallery-image {
	opacity: 1;
}
.woocommerce ul.products li.product .product-wrap img.hover-gallery-image {
	position: absolute;
	z-index: 10;
	top: 0;
	left: 0;
	opacity: 0;
	-ms-transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	-webkit-transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	transform: translateZ(0) scale(1.0, 1.0);
}

.woocommerce div.product div.images .woocommerce-product-gallery img {
	margin-bottom: 0;
}

.woocommerce ul.products li.product img, 
.woocommerce-page ul.products li.product img, 
.woocommerce div.product div.images img, 
.woocommerce-page div.product div.images img, 
.woocommerce #content div.product div.images img, 
.woocommerce-page #content div.product div.images img {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.woocommerce ul.products li.product h3, 
.woocommerce-page ul.products li.product h3,
.woocommerce ul.products li.product h2, 
.woocommerce-page ul.products li.product h2 {
	font-family: 'Open Sans';
	font-weight: 400;
    line-height: 23px;
    font-size: 18px;
    margin-top: 10px;
    text-transform: none;
    letter-spacing: 0;
    padding: 0.5em 0 0.3em 0;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  line-height: 23px;
  font-size: 18px;
  margin-top: 10px;
}

.woocommerce ul.products li.product.classic h3, 
.woocommerce-page ul.products li.product.classic h3 {
	font-size: 14px;
}

.woocommerce div.product[data-tab-pos="in_sidebar"] div.summary, 
.woocommerce-page div.product[data-tab-pos="in_sidebar"] div.summary, 
.woocommerce #content div.product div.summary, 
.woocommerce-page #content div.product div.summary, 
.woocommerce div.product div.images, 
.woocommerce-page div.product div.images, 
.woocommerce #content div.product div.images, 
.woocommerce-page #content div.product div.images {
	width: 100%!important;
	margin-bottom: 0!important;
}

#ajax-content-wrap .component .composited_product_images, 
.woocommerce-page #ajax-content-wrap div.product div.composited_product_images {
    width: 20%!important;
}

.woocommerce .single-product-summary {
	padding-left: 15px;
}

.woocommerce .single-product-summary .entry-summary p {
	padding-bottom: 20px;
}

.product[data-tab-pos="fullwidth"] .summary.entry-summary {
	width: 57.5%;
}

@media only screen and (max-width: 999px) {
	.product[data-tab-pos="fullwidth"] .summary.entry-summary {
		width: 100%;
	}
  
  .single-product #reviews #review_form_wrapper {
    margin-top: 30px;
  }
  
}

.product[data-hide-product-sku="1"] .product_meta .sku_wrapper  {
	display: none;
}

.woocommerce .quantity, 
.woocommerce-page .quantity, 
.woocommerce #content .quantity, 
.woocommerce-page #content .quantity {
	width: auto!important;	
}

.woocommerce .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page #content .quantity input.qty {
	float: none!important;
}

.woocommerce div.product form.cart div.quantity { 
  float: none; 
  width: auto; 
}

.woocommerce div.product form.cart div.quantity, 
.woocommerce-page div.product form.cart div.quantity, 
.woocommerce #content div.product form.cart div.quantity, 
.woocommerce-page #content div.product form.cart div.quantity {
	margin-right: 20px;
}

.woocommerce ul.products li.product, 
.woocommerce-page ul.products li.product {
	width: 23.45%;
	margin-right: 2%;
	margin-bottom: 2%;
}

.woocommerce .span_9 ul.products li.product, 
.woocommerce-page .span_9 ul.products li.product {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
}



nav.woocommerce-pagination {
	margin-top: 50px;
}

/*material*/
/*default cols*/
.woocommerce ul.products li.product.material, 
.woocommerce-page ul.products li.product.material {
	width: 24%;
	margin-right: 1.3%;
	margin-bottom: 1.3%;
}
.woocommerce ul.products li.product.material img, 
.woocommerce-page ul.products li.product.material img {
	pointer-events: none;
	max-width: none;
	margin-bottom: 0;
}

@media only screen and (min-width:1000px) {
  
	/* 4 cols */
	.woocommerce.columns-4 ul.products li.product.material, 
  .woocommerce-page .columns-4 ul.products li.product.material,
	.woocommerce.columns-4 ul.products li.product.material.last, 
  .woocommerce-page .columns-4 ul.products li.product.material.last {
		width: 23.9%;
		margin-left: 0;
		margin-right: 1.3%;
		margin-bottom: 1.3%;
	}
	.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover,
	.woocommerce.columns-4 ul.products.columns-4 li.classic { 
    margin-right: 2%; 
    clear: none; 
  }
	.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+4),
	.woocommerce.columns-4 ul.products.columns-4 li.product.material:nth-child(4n+4),
	.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+4) { 
    margin-right: 0%;
  }
	.woocommerce.columns-4 ul.products.columns-4 li.text_on_hover:nth-child(4n+5),
	.woocommerce.columns-4 ul.products.columns-4 li.classic:nth-child(4n+5) { 
    clear: both; 
  }
	
	/* 3 cols */
	.woocommerce.columns-3 ul.products li.product.material, 
	.woocommerce.columns-3 ul.products li.product.material.last, 
	.woocommerce-page .columns-3 ul.products li.product.material {
		width: 32.4%;
		margin-left: 0;
		margin-right: 1.3%;
		margin-bottom: 1.3%;
	}
	.woocommerce.columns-3 ul.products[data-product-style="material"] li.product.material:nth-child(3n+3), 
	.woocommerce-page .columns-3 ul.products[data-product-style="material"] li.product:nth-child(3n+3) {
		margin-right: 0%;
	}
	
	.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover,
	.woocommerce.columns-3 ul.products.columns-3 li.classic { 
    margin-right: 2%; 
    clear: none; 
    width: 32%; 
  }
	
	.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+3),
	.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+3)  { 
    margin-right: 0%;
  }
	
	.woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4),
	.woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4) { 
    clear: both; 
  }
	
	/* 2 cols */
	.woocommerce.columns-2 ul.products li.product.material, 
	.woocommerce-page .columns-2 ul.products li.product.material,
	.woocommerce.columns-2 ul.products li.product.material.last, 
	.woocommerce-page .columns-2 ul.products li.product.material.last {
		width: 49%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.woocommerce.columns-2 ul.products[data-product-style="material"] li.product.material:nth-child(2n+2), 
	.woocommerce-page .columns-2 ul.products[data-product-style="material"] li.product:nth-child(2n+2) {
		margin-right: 0;
	}
	
	.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover,
	.woocommerce.columns-2 ul.products.columns-2 li.classic { 
    margin-right: 2%; 
    clear: none; 
  }
	.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+2),
	.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+2) { 
    margin-right: 0%;
  }
	.woocommerce.columns-2 ul.products.columns-2 li.text_on_hover:nth-child(2n+3),
	.woocommerce.columns-2 ul.products.columns-2 li.classic:nth-child(2n+3) { 
    clear: both; 
  }
	
}

/* 1 col */
.woocommerce.columns-1 ul.products li.product.material, 
.woocommerce-page .columns-1 ul.products li.product.material {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 1%;
}

/* sidebar cols */
@media only screen and (min-width: 1000px) {
  .woocommerce .span_9 ul.products li.product.material, 
  .woocommerce-page .span_9 ul.products li.product.material {
  	width: 31.9%;
  	margin-right: 1.3%;
  	margin-bottom: 1.3%;
  }
}


.woocommerce ul.products[data-product-style="material"],
.woocommerce-page ul.products[data-product-style="material"] {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap; 
  	flex-wrap: wrap;
  	width: 100%;
}

.woocommerce ul.products[data-product-style="material"] li,
.woocommerce-page ul.products[data-product-style="material"] li {
	display: -webkit-flex;
	display: flex;
	float: none;
	clear: none!important;
}

.carousel-wrap  ul.products[data-product-style="material"] li,
.carousel-wrap  ul.products[data-product-style="material"] {
	display: inline-block!important;
	box-shadow: none!important;
}

@media only screen and (min-width: 1000px)  {
	body .cross-sells ul.products[data-product-style="material"] li.product,
	body .cross-sells ul.products[data-product-style="material"] li.product.last {
	    width: 48.4%;
	    margin-right: 1.3%;
	}
	body .cross-sells ul.products[data-product-style="material"] li.product:last-child {
		margin-right: 0;
	}
	
	/*fullwidth*/
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover,
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic { 
    margin-left: 0%; width: 30.75%; 
  }
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(3n+4),
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.text_on_hover:nth-child(1),
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(3n+4),
	.full-width-content .woocommerce.columns-3 ul.products.columns-3 li.classic:nth-child(1) { 
    margin-left: 2%; 
  }
	
	
}

div[data-project-style="material"] .up-sells {
  margin-top: 30px;
}

/*fullwidth*/
@media only screen and (min-width: 1500px) {
	.woocommerce-page .full-width-content ul.products li.product.material.last,
	.woocommerce .full-width-content ul.products li.product.material.last,  
	.woocommerce .full-width-content .vc_span12 ul.products li.product.material.last {
		margin-right: 1.3%;
	}
	.woocommerce .full-width-content ul.products li.product.material,
	.woocommerce-page .full-width-content .vc_span12 ul.products li.product.material {
		width: 18.13%;
	}
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
	.woocommerce .full-width-content ul.products li.product.material,
	.woocommerce-page .full-width-content .vc_span12 ul.products li.product.material {
	    width: 23%;
	    margin-right: 1.3%;
	    margin-bottom: 1.3%;
	}
	.woocommerce-page .full-width-content ul.products li.product.material.last,
	.woocommerce .full-width-content ul.products li.product.material.last,  
	.woocommerce .full-width-content .vc_span12 ul.products li.product.material.last {
		margin-right: 0%;
		width: 23%;
	}
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
	body .full-width-content .vc_span12 ul.products li.product.material, 
	.woocommerce-page .full-width-content ul.products li.product.material {
	    width: 30%;
	    margin-right: 1.3%;
	    margin-bottom: 1.3%;
	}
	body .full-width-content .vc_span12 ul.products[data-product-style="material"] li.product:nth-child(2n+2), 
  body.woocommerce-page .full-width-content ul.products[data-product-style="material"] li.product:nth-child(2n+2) {
		margin-right: 1.3%;
	}
	body .full-width-content .vc_span12 ul.products[data-product-style="material"] li:nth-child(3n+3), 
  .woocommerce-page .full-width-content ul.products[data-product-style="material"] li:nth-child(3n+3) {
		margin-right: 0;
	}
	body .full-width-content .vc_span12 ul.products[data-product-style="material"] li:nth-child(3n+1), 
  .woocommerce-page .full-width-content ul.products[data-product-style="material"] li:nth-child(3n+1) {
	    margin-left: 4%;
	}
}
@media only screen and (max-width: 690px) {
	body .full-width-content .vc_span12 ul.products[data-product-style="material"] li.product, 
  body.woocommerce-page .full-width-content ul.products[data-product-style="material"] li.product {
	    width: 44.9%;
	}
	body .full-width-content .vc_span12 ul.products[data-product-style="material"] li:nth-child(2n+1), 
  .woocommerce-page .full-width-content ul.products[data-product-style="material"] li:nth-child(2n+1) {
	    margin-left: 4%;
	}
}
@media only screen and (max-width: 470px) {
	body .full-width-content .vc_span12 ul.products[data-product-style="material"] li.product, 
  body.woocommerce-page .full-width-content ul.products[data-product-style="material"] li.product {
	    width: 91%;
	    margin-bottom: 4%;
	    margin-left: 4%;
	}
}
/*end fullwidth*/
@media only screen and (max-width: 1500px) and (min-width: 1000px) {
	 body[data-header-format="left-header"].woocommerce ul.products li.product.material, 
	 body[data-header-format="left-header"].woocommerce-page ul.products li.product.material,
	 body[data-header-format="left-header"].woocommerce ul.products li.product.material.last, 
	 body[data-header-format="left-header"].woocommerce-page ul.products li.product.material.last {
		width: 32%;
		margin-right: 1.3%;
		margin-left: 0;
		margin-bottom: 1.3%;
	}
	body[data-header-format="left-header"].woocommerce .full-width-content ul.products li.product.material, 
	 body[data-header-format="left-header"].woocommerce-page .full-width-content ul.products li.product.material {
		width: 31.1%;
	}

	 body[data-header-format="left-header"].woocommerce ul.products[data-product-style="material"] li:nth-child(3n+3), 
	 body[data-header-format="left-header"].woocommerce-page ul.products[data-product-style="material"] li:nth-child(3n+3) {
		margin-right: 0%;
	}

	body[data-header-format="left-header"].woocommerce .span_9 ul.products[data-product-style="material"] li.product.material, 
	body[data-header-format="left-header"].woocommerce-page .span_9 ul.products[data-product-style="material"] li.product.material {
		width: 48.8%;
   	    margin: 0 2% 2% 0;
	}
	 body[data-header-format="left-header"].woocommerce .span_9 ul.products[data-product-style="material"] li.product.material:nth-child(2n+2), 
	 body[data-header-format="left-header"].woocommerce-page .span_9 ul.products[data-product-style="material"] li.product.material:nth-child(2n+2) {
		margin-right: 0%;
	}
	body[data-header-format="left-header"] .full-width-content ul.products li.material:nth-child(3n+1), 
	body[data-header-format="left-header"].woocommerce-page .full-width-content ul.products li.material:nth-child(3n+1) {
	    margin-left: 2%;
	}
}
@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.woocommerce ul.products li.product.material, 
	.woocommerce-page ul.products li.product.material,
	.woocommerce ul.products li.product.material.last, 
	.woocommerce-page ul.products li.product.material.last {
		width: 32.4%;
		margin-right: 1.3%;
		margin-bottom: 1.3%;
	}
	.woocommerce ul.products[data-product-style="material"] li:nth-child(3n+3), 
	.woocommerce-page ul.products[data-product-style="material"] li:nth-child(3n+3),
	.woocommerce ul.products[data-product-style="material"] li.material:nth-child(3n+3).last, 
	.woocommerce-page ul.products[data-product-style="material"] li.material:nth-child(3n+3).last {
		margin-right: 0%;
	}
	.woocommerce .span_9 ul.products li.product.material, 
	.woocommerce-page .span_9 ul.products li.product.material,
	.woocommerce .span_9 ul.products li.product.material.last, 
	.woocommerce-page .span_9 ul.products li.product.material.last {
		width: 48.8%;
		margin-right: 2%;
		margin-bottom: 2%;
	}
	.woocommerce .span_9 ul.products li.product.material:nth-child(2n+2), 
	.woocommerce-page .span_9 ul.products li.product.material:nth-child(2n+2) {
		margin-right: 0;
	}
}
@media only screen and (max-width: 1150px) and (min-width: 1000px) {
	 body[data-header-format="left-header"].woocommerce ul.products li.product.material, 
	 body[data-header-format="left-header"].woocommerce-page ul.products li.product.material,
	 body[data-header-format="left-header"].woocommerce ul.products li.product.material.last, 
	 body[data-header-format="left-header"].woocommerce-page ul.products li.product.material.last {
		width: 48.8%;
   	    margin: 0 2% 2% 0;
	}
	 body[data-header-format="left-header"].woocommerce ul.products[data-product-style="material"] li.material:nth-child(2n+2), 
	 body[data-header-format="left-header"].woocommerce-page ul.products[data-product-style="material"] li.material:nth-child(2n+2) {
		margin-right: 0%;
		margin-left: 0;
	}

	body[data-header-format="left-header"] .full-width-content .vc_span12 ul.products[data-product-style="material"] li.product, 
	body[data-header-format="left-header"].woocommerce-page .full-width-content ul.products[data-product-style="material"] li.product {
	    width: 44.9%;
	}
    body[data-header-format="left-header"] .full-width-content .vc_span12 ul.products[data-product-style="material"] li:nth-child(2n+1), 
    body[data-header-format="left-header"].woocommerce-page .full-width-content ul.products[data-product-style="material"] li:nth-child(2n+1) {
	    margin-left: 4%;
	}
}

.woocommerce ul.products li.first, 
.woocommerce-page ul.products li.first {
	clear: none;
}

.woocommerce ul.products li.first.classic, 
.woocommerce-page ul.products li.first.classic {
	clear: both;
}




/*fullwidth*/
@media only screen and (max-width: 1500px) and (min-width: 1000px) {
	
	.woocommerce ul.products li.first, .woocommerce-page ul.products li.first {
		clear: both;
	}

	.full-width-content ul.products li.product, 
  .woocommerce-page .full-width-content ul.products li.product {
		width: 22.45%;
	}

	.full-width-content ul.products li:nth-child(4n+1), 
  .woocommerce-page .full-width-content ul.products li:nth-child(4n+1) {
		margin-left: 2%;
	}

	.full-width-content .columns-2 ul.products li:nth-child(4n+1), 
  .woocommerce-page .full-width-content .columns-2 ul.products li:nth-child(4n+1) {
		margin-left: 0;
	}

	.woocommerce-page .full-width-content ul.products li.product.last, 
  .full-width-content ul.products li.product.last {
		margin-right: 2%;
	}

}

@media only screen and (min-width: 1500px) {

	.woocommerce ul.products li.first, 
  .woocommerce-page ul.products li.first {
		clear: both;
	}
	
	.full-width-content .vc_span12 ul.products li.product, 
  .woocommerce-page .full-width-content ul.products li.product {
		width: 17.54%;
	}
	.woocommerce-page .full-width-content .vc_span12 ul.products li.product.last, 
  body .full-width-content .vc_span12 ul.products li.product.last,
	.woocommerce-page .full-width-content ul.products li.product.last, 
  .woocommerce-page .full-width-content ul.products li.product.last {
		margin-right: 2%;
	}

	.full-width-content .vc_span12 ul.products li.first, 
  .woocommerce-page .full-width-content ul.products li.first {
		clear: none!important;
	}
	.full-width-content .vc_span12 ul.products li:nth-child(5n+6), 
  .woocommerce-page .full-width-content ul.products li:nth-child(5n+6) {
		clear: both;
	}
	.full-width-content .vc_span12 ul.products li:nth-child(5n+1), 
  .woocommerce-page .full-width-content .vc_span12 ul.products li:nth-child(5n+1),
	.woocommerce-page .full-width-content ul.products li:nth-child(5n+1),
  .woocommerce-page .full-width-content .vc_span12 ul.products li:nth-child(5n+1) {
		margin-left: 2%;
	}
  
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
	.woocommerce .full-width-content &gt; ul.products[data-product-style="text_on_hover"], 
	.woocommerce-page .full-width-content &gt; ul.products[data-product-style="text_on_hover"],
	.woocommerce .full-width-content &gt; ul.products[data-product-style="classic"], 
	.woocommerce-page .full-width-content &gt; ul.products[data-product-style="classic"] {
		display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
		padding: 15px;
	}
	.woocommerce .full-width-content &gt; ul.products[data-product-style="text_on_hover"] li.product, 
	.woocommerce-page .full-width-content &gt; ul.products[data-product-style="text_on_hover"] li.product,
	.woocommerce .full-width-content &gt; ul.products[data-product-style="classic"] li.product, 
	.woocommerce-page .full-width-content &gt; ul.products[data-product-style="classic"] li.product {
		float: none;
		margin: 0!important;
		width: 33.3%;
		padding: 15px;
	}
	
	 body .full-width-content .vc_span12 ul.products li.product, 
	.woocommerce-page .full-width-content ul.products li.product {
		width: 27.7%;
	}

	body .full-width-content .vc_span12 ul.products li:nth-child(3n+1), 
	.woocommerce-page .full-width-content ul.products li:nth-child(3n+1) {
		margin-left: 4%;
		margin-right: 4%;
	}

	.woocommerce-page .full-width-content ul.products li.product.last, 
  body .full-width-content .vc_span12 ul.products li.product.last {
		margin-right: 4%;
	}

  body .full-width-content .vc_span12 ul.products li:nth-child(3n+4), 
  .woocommerce-page .full-width-content ul.products li:nth-child(3n+4) {
		clear: both!important;
	}
	 body .full-width-content .vc_span12 ul.products li.first, 
   .woocommerce-page .full-width-content ul.products li.first {
		clear: none;
	}
	 body .full-width-content .vc_span12 ul.products li:nth-child(3n+3), 
   .woocommerce-page .full-width-content ul.products li:nth-child(3n+3) {
		clear: none;
	}

	body .full-width-content .vc_span12 ul.products li:nth-child(2n+2), 
  body.woocommerce-page .full-width-content ul.products li.product:nth-child(2n+2),
	body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2) {
		margin-right: 4%;
	}

	 body .full-width-content .page-title, 
   .woocommerce .full-width-content .woocommerce-result-count, 
   .full-width-content .woocommerce-breadcrumb {
		padding-left: 4%;
	}

	.full-width-content .woocommerce-ordering {
		right: 4%;
	}
	 body .full-width-content .vc_span12 ul.products li.product:nth-child(2n), 
   .woocommerce-page .full-width-content ul.products li.product:nth-child(2n) {
		float: left;
	}
	.full-width-content .vc_span12 ul.products li.product, 
  .woocommerce-page .full-width-content ul.products li.product {
		clear: none;
	}

	.woocommerce ul.products li.first.classic, 
  .woocommerce-page ul.products li.first.classic {
		clear: none;
	}

}

@media only screen and (max-width: 690px) {
  
	body .full-width-content .vc_span12 ul.products li:nth-child(4n+1), 
  .woocommerce-page .full-width-content ul.products li:nth-child(4n+1) {
		margin-left: 5%;
	}

	.woocommerce-page .full-width-content ul.products li.product.last, 
  body .full-width-content .vc_span12 ul.products li.product.last {
		margin-right: 5%;
	}
	body .full-width-content .page-title, 
  .full-width-content .woocommerce-result-count,
	body .full-width-content .woocommerce-ordering {
		padding-left: 5%;
		padding-right: 5%;
		right: 0;
	}
	body .full-width-content .vc_span12 ul.products li:nth-child(2n+2), 
  .woocommerce-page .full-width-content ul.products li:nth-child(2n+2),
	body .full-width-content .vc_span12 .woocommerce ul.products li:nth-child(2n+2) {
		margin-right: 5%;
	}
	body .full-width-content .vc_span12 ul.products li:nth-child(2n+3), 
  .woocommerce-page .full-width-content ul.products li:nth-child(2n+3) {
		margin-left: 5%;
	}
	body .full-width-content .vc_span12 ul.products li.product, 
  body.woocommerce-page .full-width-content ul.products li.product {
		width: 42.5%;
	}

	.woocommerce ul.products .text_on_hover.product .add_to_cart_button,
	.text_on_hover.product a.added_to_cart {
		padding: 10px 13px;
		width: 100%;
		margin-top: 10px;
	}


}




.full-width-content .vc_span12 .carousel-wrap.products-carousel, 
.full-width-content .vc_col-sm-12 .carousel-wrap.products-carousel{
  padding:0 30px; 
  overflow:visible
}

.full-width-content .vc_span9 .carousel-wrap.products-carousel, 
.full-width-content .vc_span8 .carousel-wrap.products-carousel, 
.full-width-content .vc_span6 .carousel-wrap.products-carousel, 
.full-width-content .vc_span4 .carousel-wrap.products-carousel, 
.full-width-content .vc_span3 .carousel-wrap.products-carousel, 
.full-width-content .vc_span9 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_span8 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_span6 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_span4 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_span3 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_col-sm-9 .carousel-wrap.products-carousel, 
.full-width-content .vc_col-sm-8 .carousel-wrap.products-carousel, 
.full-width-content .vc_col-sm-6 .carousel-wrap.products-carousel, 
.full-width-content .vc_col-sm-4 .carousel-wrap.products-carousel, 
.full-width-content .vc_col-sm-3 .carousel-wrap.products-carousel, 
.full-width-content .vc_col-sm-9 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_col-sm-8 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_col-sm-6 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_col-sm-4 .carousel-wrap.products-carousel .caroufredsel_wrapper, 
.full-width-content .vc_col-sm-3 .carousel-wrap.products-carousel .caroufredsel_wrapper{
  overflow:hidden!important
}

body .wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity .flickity-viewport,
.wpb_row.full-width-content .vc_col-sm-6 .woocommerce .nectar-woo-flickity .flickity-viewport,
.wpb_row.full-width-content .vc_col-sm-5 .woocommerce .nectar-woo-flickity .flickity-viewport,
.wpb_row.full-width-content .vc_col-sm-4 .woocommerce .nectar-woo-flickity .flickity-viewport,
.wpb_row.full-width-content .vc_col-sm-3 .woocommerce .nectar-woo-flickity .flickity-viewport,
.wpb_row.full-width-content .vc_col-sm-8 .woocommerce .nectar-woo-flickity .flickity-viewport {
  overflow: hidden; 
  position: relative; 
  width: 100%;
}

body .wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity .flickity-viewport .background-color-expand,
.wpb_row.full-width-content .vc_col-sm-6 .woocommerce .nectar-woo-flickity .flickity-viewport .background-color-expand,
.wpb_row.full-width-content .vc_col-sm-5 .woocommerce .nectar-woo-flickity .flickity-viewport .background-color-expand,
.wpb_row.full-width-content .vc_col-sm-4 .woocommerce .nectar-woo-flickity .flickity-viewport .background-color-expand,
.wpb_row.full-width-content .vc_col-sm-3 .woocommerce .nectar-woo-flickity .flickity-viewport .background-color-expand,
.wpb_row.full-width-content .vc_col-sm-8 .woocommerce .nectar-woo-flickity .flickity-viewport .background-color-expand {
  visibility: hidden;
}

.wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity li.product.minimal:hover .product-meta,
.wpb_row.full-width-content .vc_col-sm-6 .woocommerce .nectar-woo-flickity li.product.minimal:hover .product-meta,
.wpb_row.full-width-content .vc_col-sm-5 .woocommerce .nectar-woo-flickity li.product.minimal:hover .product-meta,
.wpb_row.full-width-content .vc_col-sm-4 .woocommerce .nectar-woo-flickity li.product.minimal:hover .product-meta,
.wpb_row.full-width-content .vc_col-sm-3 .woocommerce .nectar-woo-flickity li.product.minimal:hover .product-meta,
.wpb_row.full-width-content .vc_col-sm-8 .woocommerce .nectar-woo-flickity li.product.minimal:hover .product-meta {
  transform: none;
  -webkit-transform: none;
}
.wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity li.product.minimal .product-add-to-cart a {
  -webkit-transition: none;
  transition: none;
}

.wpb_row:not(.full-width-content) .woocommerce .nectar-woo-flickity {
    width: calc(100% + 30px);
    margin-left: -15px;
    padding: 15px 0;
}

.wpb_row.full-width-content .woocommerce .nectar-woo-flickity {
    padding: 45px 15px;
}



body .woocommerce .nectar-woo-flickity .flickity-slider li,
body .woocommerce .nectar-woo-flickity ul.products[data-product-style="material"] li:nth-child(2n+2) {
  margin: 0!important;
}



body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell li { 
  width: 100%!important;
}

body .woocommerce .nectar-woo-flickity .flickity-slider .flickity-cell {
  padding: 20px;
  width: 100%;
}

body .woocommerce ul.products[data-product-style="material"] .flickity-page-dots li, 
.woocommerce-page ul.products[data-product-style="material"] .flickity-page-dots li {
  display: inline-block;
  margin: 0;
}

body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.minimal {
  box-shadow: 0 2px 6px rgba(0,0,0,0.075);
  border-radius: 6px;
}

body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.material:not(:hover) {
  box-shadow: 0 3px 7px rgba(0,0,0,0.07);
}
body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.classic,
body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.text_on_hover {
  box-shadow: 0 3px 7px rgba(0,0,0,0.07);
}

body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.open-nectar-quick-view {
  box-shadow: none!important;
}

body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.classic .price {
  margin-bottom: 20px;
}
body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.classic .price,
body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.classic .woocommerce-loop-product__title {
  padding-left: 25px;
}
body .woocommerce .nectar-woo-flickity[data-item-shadow="1"] li.product.text_on_hover {
  padding-bottom: 18px;
}

@media only screen and (min-width: 690px) {
  
  body .woocommerce.columns-4 .nectar-woo-flickity .flickity-slider .flickity-cell,
  body .woocommerce.columns-3 .nectar-woo-flickity .flickity-slider .flickity-cell,
  body .woocommerce.columns-2 .nectar-woo-flickity .flickity-slider .flickity-cell,
  body .woocommerce.columns-dynamic .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 50%;
  }
  
  body .full-width-content .vc_col-sm-12 .woocommerce.columns-dynamic .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 33.3%;
  }
  
  
}


@media only screen and (min-width: 1000px) {
  
  body .woocommerce.columns-2 .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 50%
  }
  
  body .woocommerce.columns-3 .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 33.3%
  }
  
  body .woocommerce.columns-4 .nectar-woo-flickity .flickity-slider .flickity-cell,
  body .woocommerce.columns-dynamic .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 25%;
  }
  
  body .full-width-content .vc_col-sm-12 .woocommerce.columns-dynamic .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 25%;
  }
  

}



@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  body .woocommerce.columns-dynamic .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 33.3%;
  }
  
}


@media only screen and (min-width: 1600px) {
  body .full-width-content .vc_col-sm-12 .woocommerce.columns-dynamic .nectar-woo-flickity .flickity-slider .flickity-cell {
    width: 20%;
  }
  
}

/*before loaded*/
body .nectar-woo-flickity &gt; ul.products[data-product-style] &gt; li.product,
body .full-width-content .nectar-woo-flickity &gt; ul.products[data-product-style] &gt; li.product {
  margin-right: 15px!important;
  margin-left: 15px!important;
  clear: none;
}

@media only screen and (max-width: 690px) {

  .nectar-woo-flickity &gt; ul.products[data-product-style] &gt; li.product {
      width: calc(100% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style] &gt; li.product:nth-child(1n+2) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }

}

@media only screen and (min-width: 690px) and (max-width: 999px) {
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-dynamic &gt; li.product {
      width: calc(33% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-dynamic &gt; li.product:nth-child(1n+4) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1600px)  {
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-dynamic &gt; li.product {
      width: calc(25% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-dynamic &gt; li.product:nth-child(1n+5) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }
}

@media only screen and (min-width: 1600px) {
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-dynamic &gt; li.product {
      width: calc(20% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-dynamic &gt; li.product:nth-child(1n+6) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }
}

@media only screen and (min-width: 1000px) {
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-4  &gt; li.product {
      width: calc(25% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-4  &gt; li.product:nth-child(1n+5) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-3  &gt; li.product {
      width: calc(33% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-3  &gt; li.product:nth-child(1n+4) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-2  &gt; li.product {
      width: calc(50% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-2  &gt; li.product:nth-child(1n+3) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-1  &gt; li.product {
      width: calc(100% - 30px)!important;
  }
  .nectar-woo-flickity &gt; ul.products[data-product-style].columns-1  &gt; li.product:nth-child(1n+2) {
      visibility: hidden;
      position: absolute;
      pointer-events: none;
  }
}

body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top {
  text-align: center;
  position: relative;
  margin-bottom: 25px;
  min-height: 30px;
}
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button {
  border-radius: 100px;
  position: absolute;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
}
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .woo-flickity-count {
  display: none;
  text-align: center;
}

 .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg {
  width: 30%;
  height: 30%;
  left: 25%;
  top: 35%;
}
 .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button.next svg  {
   left: 45%;
 }
body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous .arrow,
body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next .arrow {
  fill: #000;
}
body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous:before,
body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next:before,
body .span_12.dark .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button:after {
  background-color: #000;
}
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous:before,
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next:before,
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button:after {
  background-color: #fff;
  position: absolute;
  height: 2px; left: 11px;
  top: 50%;
  margin-top: -1px;
  width: 15px;
  content: '';
  display: block;
}
body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button:after {
  background-color: transparent!important;
  border-radius: 100px;
  width: 100%;
  height: 100%;
  margin: 0;
  left: 0;
  top: 0;
  z-index: -1;
  transition: transform 0.45s cubic-bezier(.15,.75,.5,1), opacity 0.45s cubic-bezier(.15,.75,.5,1);
}


body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous:before {
  left: 14px;
}

body  .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .previous { 
  left: 15px; 
}
body  .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .next { 
  right: 15px; 
}



.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg:not(.flickity-button-icon) {
  width: 48px;
  height: 48px;
	top: -5px;
  left: -2px;
  transform-origin: center;
  transform: rotate(-88deg);
  position: absolute;
}

.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle.time {
	stroke-dashoffset: 183;
	stroke-dasharray: 183;
	stroke: #fff; 
  stroke-linecap: butt;
  -webkit-transition: stroke-dashoffset 600ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;
	transition: stroke-dashoffset 600ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;
}

.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle:not(.time) {
	stroke: rgba(0,0,0,0.25);
}
.span_12.light .nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle:not(.time) {
	stroke: rgba(255,255,255,0.25);
}

.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button:hover svg circle.time {
	stroke-dashoffset: 8;
	-webkit-transition: stroke-dashoffset 600ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;
	transition: stroke-dashoffset 600ms cubic-bezier(.25, 0.25, 0.1, 1), stroke 0.2s ease;
}


.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle.time {
	stroke: #000;
}


.full-width-content .vc_span9 .caroufredsel_wrapper,
.full-width-content .vc_span9 .carousel-wrap,
.full-width-content .vc_span8 .caroufredsel_wrapper,
.full-width-content .vc_span8 .carousel-wrap,
.full-width-content .vc_span6 .caroufredsel_wrapper,
.full-width-content .vc_span6 .carousel-wrap,
.full-width-content .vc_span4 .caroufredsel_wrapper,
.full-width-content .vc_span4 .carousel-wrap,
.full-width-content .vc_span3 .caroufredsel_wrapper,
.full-width-content .vc_span3 .carousel-wrap {
	overflow: hidden!important;
}

body .products-carousel ul {
	opacity: 0;
}

body .products-carousel .products li.product {
	margin-right: 15px!important;
	margin-left: 15px!important;
	margin-bottom: 25px!important;
	clear: none!important;
	float: left!important;
}

body .products-carousel .carousel-prev {
	left: -77px;
	top: 49%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
body .products-carousel .carousel-next {
	right: -96px;
	top: 49%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}
body .products-carousel:hover .carousel-prev { 
  left: 9px; 
}
body .products-carousel:hover .carousel-next {
   right: 16px; 
 }

body .products-carousel .carousel-next, 
body .products-carousel .carousel-prev {
	height: 60px;
	line-height: 60px;
	width: 55px;
	border: none;
	background-color: rgba(255,255,255,0.5);
	z-index: 1000;
	transition: all 0.45s ease 0s;
	-webkit-transition: all 0.45s ease 0s;
}

body .products-carousel .carousel-next i, 
body .products-carousel .carousel-prev i {
	color: #777;
	height: 20px;
	line-height: 19px;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
}
body .products-carousel .carousel-next:hover i, 
body .products-carousel .carousel-prev:hover i {
	color: #fff;
}

.woocommerce .full-width-content .page-title, 
.woocommerce .full-width-content .woocommerce-result-count, 
 body .full-width-content .woocommerce-breadcrumb {
	padding-left: 2%;
}

.woocommerce .full-width-content .woocommerce-ordering {
	right: 2%;
}
.woocommerce .full-width-content .woocommerce-result-count {
	margin-right: 2%;
}

.woocommerce .full-width-content {
	position: relative;
}

.woocommerce-page .full-width-content {
	margin-top: 0!important;
}
.nectar-quick-view-box .woocommerce-product-rating {
    line-height: 2;
    display: block;
}
.nectar-quick-view-box .summary .price {
    color: #444444;
    font-size: 30px;
    line-height: 30px;
    letter-spacing: -1px;
    margin-top: 20px;
}
.nectar-quick-view-box .star-rating span {
    overflow: hidden;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
    padding-top: 1.5em;
}
.nectar-quick-view-box .star-rating::before {
    content: '\73\73\73\73\73';
    color: #d3ced2;
    float: left;
    top: 0;
    left: 0;
    position: absolute;
}
.nectar-quick-view-box div.product .woocommerce-product-rating {
    margin-bottom: 1.618em;
}
.nectar-quick-view-box .star-rating span::before {
    content: '\53\53\53\53\53';
    top: 0;
    position: absolute;
    left: 0;
}
.nectar-quick-view-box .star-rating {
    overflow: hidden;
    position: relative;
    height: 1em;
    line-height: 1;
    font-size: 1em;
    width: 5.4em;
    font-family: star;
}
.woocommerce mark { 
  background-color: transparent!important; 
}

.cart .quantity input.plus, 
.cart .quantity input.minus, 
.nectar-quick-view-box .quantity input.plus, 
.nectar-quick-view-box .cart .quantity input.minus,
.nectar-quick-view-box .cart .quantity input.plus {
    background-color: #F8F8F8;
    background-repeat: repeat-x;
    border: 1px solid #E1E1E1;
    border-radius: 0 0 0 0;
    color: #666666;
    cursor: pointer;
    display: inline;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    margin: 0;
    padding: 0;
    vertical-align: middle;
    width: 35px;
    position: relative;
    font-family: 'Open Sans';
	font-weight: 400;
}
.woocommerce .cart .quantity input.qty, 
.nectar-quick-view-box .cart .quantity input.qty {
    border-left: medium none;
    border-right: medium none;
    margin: 0 10px;
    display: inline-block;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding: 0 5px;
    text-align: center;
    vertical-align: middle;
		background-color: transparent;
    width: 46px;
    position: relative;
}

@media only screen and (max-width: 690px) {
	.woocommerce .shop_table .coupon {
		border: none;
		margin-top: 30px;
		padding: 0;
	}
	.woocommerce table.cart td.actions {
		padding: 20px;
	}
	.woocommerce table.cart td.actions button[type="submit"] {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.woocommerce .shop_table .coupon input, 
  .woocommerce .shop_table .coupon input#coupon_code {
		width: 100%!important;
		margin-top: 10px;
	}

}


.woocommerce .star-rating {
	height: 1.1em!important;
	color: #27CCC0;
}

.woocommerce p.stars a.star-1, .woocommerce-page p.stars a {
	width: 1.5em;
}

.woocommerce .products.related .product, 
.woocommerce .products.upsells .product {
    margin-bottom: 2%;
    margin-right: 2% !important;
}

@media only screen and (min-width: 1000px) {
  .woocommerce .products.related .product, 
  .woocommerce .products.upsells .product {
    width: 23.45% !important;
  }
}

.single-product .post-area.span_9 .products.related .product, 
.single-product .post-area.span_9 .products.upsells .product {
    width: 32% !important;
}
@media only screen and (min-width: 1000px) {
	.single-product .post-area.span_9 .products.related ul &gt; .product:nth-child(4) .single-product .post-area.span_9 .products.upsells ul &gt; .product:nth-child(4) {
		display: none;
	}
}

.woocommerce .span_9 .products.related .products li:nth-child(4), 
.woocommerce .span_9 .products.upsells .products li:nth-child(4) {
	display: none;
}

.woocommerce .span_9 .products.related .products li:nth-child(3), 
.woocommerce .span_9 .products.upsells .products li:nth-child(3),
.woocommerce .products.related ul.products li.product.last,
.woocommerce-page .products.related ul.products li.product.last,
.woocommerce .products.upsells ul.products li.product.last  {
	margin-right: 0!important;
}

#ajax-content-wrap .related.products &gt; h2, 
#ajax-content-wrap .upsells.products &gt; h2, 
#ajax-content-wrap #comments h2, 
#ajax-content-wrap #review_form h3, 
#ajax-content-wrap .cart_totals h2, 
#ajax-content-wrap .shipping_calculator h2, 
#ajax-content-wrap .cross-sells &gt; h2, 
#ajax-content-wrap .cart-collaterals &gt; h2 {
	font-size: 30px;
	line-height: 40px;
}

.single-product .related.products h2, 
.single-product .upsells.products h2 {
	margin-bottom: 20px;
}
.single-product .products.related, 
.single-product .products.upsells { margin-top: 25px;}

.woocommerce-page ul.products li.product.last, 
.woocommerce ul.products li.product.last {
	margin-right: 0;
}


.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
	font-size: 12px;
}

.woocommerce .cart-collaterals .shipping_calculator .shipping-calculator-button:after, 
.woocommerce-page .cart-collaterals .shipping_calculator .shipping-calculator-button:after {
	font-size: 18px;
}

body[data-fancy-form-rcs="1"] .cart_totals #shipping_method li, 
body[data-fancy-form-rcs="1"] .order-review #shipping_method li {
	text-indent: 0;
	position: relative;
}

.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper .woocommerce-privacy-policy-text p {
  padding-bottom: 1.5em;
}

.wc-proceed-to-checkout .button.checkout-button,
.woocommerce #order_review #payment #place_order,
body.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  font-size: 1.25em; 
  padding: 25px!important; 
  display: block; 
  text-align: center; 
  width: 100%;
}

.woocommerce .products.related, 
.woocommerce .products.upsells {
	clear: both;
}

.woocommerce ul.products li.product .text-on-hover-wrap .price del, 
.woocommerce-page ul.products li.product .text-on-hover-wrap .price del {
	color: rgba(0,0,0,0.7)!important;
}


.woocommerce .pp_gallery {
	opacity: 1;
	display: block;
}

.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price {
	color: #27CCC0;
}

.woocommerce .product-wrap {
	overflow: hidden;
	position: relative;
}

.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external {
	margin-left: 10px;
	padding: 13px 15px!important;
}
.woocommerce div.product form.cart .group_table .woocommerce-grouped-product-list-item__quantity .button.product_type_external i {
	display: none;
}

.woocommerce .classic .product-wrap .add_to_cart_button, 
.woocommerce .classic .product-wrap .product_type_variable, 
.woocommerce .classic .product-wrap .product_type_grouped, 
.woocommerce .classic .product-wrap a.button {
	position: absolute!important;
	transform: translateY(101%);
	-webkit-transform: translateY(101%);
	top: auto!important;
	bottom: 0;
	left: 0;
	z-index: 20;
}

.woocommerce .classic .product-wrap a.button,
.woocommerce ul.products li.product.classic .button {
	min-height: 40px;
  margin: 0;
}

.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}

.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .add_to_cart_button, 
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .product_type_variable, 
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .product_type_grouped, 
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a.button {
	position: relative!important;
	display: block;
	float: left;
}
.woocommerce .classic  a.add_to_cart_button.button.loading {
	opacity: 0.55;
}
.woocommerce .classic .product-wrap .product-add-to-cart .add_to_cart_button,
.woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_variable {
	width: 100%;
}
.woocommerce .classic  .product-add-to-cart .add_to_cart_button span,
.woocommerce .classic  .product-add-to-cart .nectar_quick_view span,
.woocommerce .classic .product-add-to-cart .add_to_cart_button i,
.woocommerce .classic .product-add-to-cart .nectar_quick_view i {
	transition: opacity 0.25s ease;
}

.woocommerce .classic .product-add-to-cart .add_to_cart_button.product_type_variable i {
	display: none;
}

.woocommerce .classic  .product-add-to-cart .add_to_cart_button:hover span,
.woocommerce .classic  .product-add-to-cart .nectar_quick_view:hover span,
.woocommerce .classic  .product-add-to-cart .add_to_cart_button:hover i,
.woocommerce .classic  .product-add-to-cart .nectar_quick_view:hover i {
	opacity: 0.8;
}
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .add_to_cart_button,
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .button.product_type_variable,
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a.button.product_type_simple {
	border-radius: 3px 0 0 3px!important;
	width: calc(100% - 46px);
}
.woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_grouped {
	width: 100%;
	line-height: 24px;
	border-radius: 3px!important;
}
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .nectar_quick_view {
	border-radius: 0 3px 3px 0!important;
  margin: 0;
	width: 46px;
}
.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .nectar_quick_view:after {
	background-color: rgba(255,255,255,0.07);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
	content: '';
}

.woocommerce .classic .product-wrap .add_to_cart_button i,
.woocommerce .classic .product-wrap .nectar_quick_view i,
.text_on_hover.product .nectar_quick_view i {
	background-color: transparent;
	height: 20px;
	line-height: 20px;
	width: 16px;
	margin-right: 8px;
}
.woocommerce .classic .product-wrap .nectar_quick_view i { margin-right: 0; }
.woocommerce .classic .product-wrap .nectar_quick_view span {
	display: none;
}

.woocommerce .classic .product-wrap .add_to_cart_button, 
.woocommerce .classic .product-wrap .nectar_quick_view,
.woocommerce .classic .product-wrap .button.product_type_variable, 
.woocommerce .classic .product-wrap a.button.product_type_simple { 
  line-height: 24px; 
}

.woocommerce .classic .product-wrap .nectar_quick_view,
.woocommerce .classic .product-wrap .add_to_cart_button, 
.woocommerce .classic .product-wrap .button.product_type_variable,
.woocommerce .classic .product-wrap a.button.product_type_simple  {
	padding: 8px 15px;
}

div.pp_woocommerce a.pp_expand, 
div.pp_woocommerce a.pp_contract, 
div.pp_woocommerce a.pp_expand:before, 
div.pp_woocommerce a.pp_contract:before {
	display: none!important;
}

.woocommerce div.product form.cart .variations,
.woocommerce .variations,
.nectar-quick-view-box .variations,
.woocommerce .nectar-quick-view-box div.product form.cart .variations {
	position: relative;
	width: auto;
	background-color: transparent;
	margin-bottom: 40px;	
}

.woocommerce .variations td,
.nectar-quick-view-box .variations td{
	vertical-align: middle!important;	
}

.nectar-quick-view-box  .woocommerce-product-rating .star-rating {
    margin: .5em 4px 0 0;
    float: left;
}

.nectar-quick-view-box div.product form.cart { margin-bottom: 3em; }

.woocommerce .variations th,
.nectar-quick-view-box .variations th,
.woocommerce .variations tr,
.woocommerce .variations td,
.nectar-quick-view-box .variations td  {
	background-color: transparent!important;
	border: none!important;
}


div.product .single_variation .price {
	display: block;
	margin-top: 0;
}

body:not([data-fancy-form-rcs="1"]).woocommerce .reset_variations  {
	display: none!important;
}

.woocommerce .reset_variations,
.nectar-quick-view-box .reset_variations {
	display: inline-block;
	margin-left: 15px;
	font-size: 14px;
	vertical-align: middle;
}
.woocommerce a.reset_variations:before {
    display: inline-block;
    font-size: inherit;
    position: relative;
    top: 1px;
    content: "\e117";
    margin-right: .5407911001em;
    font-family:'icomoon';  
    speak:none; font-weight:normal; font-variant:normal; text-transform:none; 
    line-height:1; -webkit-font-smoothing:antialiased; -moz-osx-font-smoothing:grayscale
}
.woocommerce div.product form.cart .variations td .fancy-select-wrap {
	display: inline-block;
	padding-top: 0;
}

.woocommerce .variations td.label label {
	color: #000;
}

.woocommerce .product-wrap .add_to_cart_button.added {
	background-color: #27CCC0;
}

.woocommerce .product-wrap .add_to_cart_button.added:before, 
.woocommerce .product-wrap .add_to_cart_button.added:after {
	background-image: none;
	content: none!important;
}

.woocommerce .product-wrap img.attachment-shop_catalog {
	position: relative;
	display: block;
	transition: all 0.2s linear;
	margin-bottom: 0!important;
}
.woocommerce .product-wrap:hover a {
	-webkit-transform: translateY(0)!important;
	transform: translateY(0)!important;
}

a.added_to_cart, 
.classic a.added_to_cart {
	display: none;
	position: absolute!important;
	text-indent: -9999px;
}

.woocommerce ul.products li.product .price, 
.woocommerce ul.products li.product .price ins, 
.woocommerce ul.products li.product .price ins .amount {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Open Sans';
	font-weight: 600;
}
.woocommerce ul.products li.product.material .price, 
.woocommerce ul.products li.product.material .price ins, 
.woocommerce ul.products li.product.material .price ins .amount,
.woocommerce ul.products li.product.material .price ins .woocommerce-Price-currencySymbol {
	font-size: 12px;
}
.woocommerce ul.products li.product.material .price del, 
.woocommerce-page ul.products li.product.material .price del {
	color: rgba(0,0,0,0.6);
	font-size:12px;
	padding-right: 5px;
}
.woocommerce .price ins, 
.woocommerce ul.products li.product .price ins,
.nectar-quick-view-box .summary .price ins {
	font-weight: normal;
	text-decoration: none;
}
.nectar-quick-view-box .summary .price ins {
  font-weight: 700;
}
.nectar-quick-view-box .summary .price del {
   color: rgba(145, 145, 145, 0.5);
   font-size: 0.67em;
 }

.woocommerce .woocommerce-ordering {
	position: absolute;
	right: 0;
	bottom: 13px;
	margin-bottom: 0;
}

.woocommerce .span_9 .woocommerce-ordering {
	right: 20px;
}

.woocommerce .span_9.col_last .woocommerce-ordering {
	right: 0!important;
}

.woocommerce .post-area .woocommerce-ordering {
	float: right!important;
}

.woocommerce .post-area .woocommerce-result-count {
	float: left!important;
}

.nectar-shop-header {
	position: relative;
}

.nectar-shop-header .woocommerce-breadcrumb {
	padding: 13px 0;
	line-height: 40px;
	border-bottom: 1px solid rgba(0,0,0,0.07);
	margin-bottom: 40px;
	color: #aaa;
}

.nectar-shop-header .woocommerce-breadcrumb .fa.fa-angle-right {
	font-size: 14px;
}

.woocommerce-breadcrumb [class*="fa-"] {
	line-height: 32px;
  top: -1px;
  width: 20px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap {
	padding-top: 0;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
	float: none;
	margin-bottom: 5px;
	padding-bottom: 15px;
	position: absolute;
	bottom: 13px;
	padding: 0;
	font-size: .92em;
	right: 220px;
	color: #aaa;
}

body[data-fancy-form-rcs="1"].woocommerce .woocommerce-result-count,
body[data-fancy-form-rcs="1"].woocommerce-page .woocommerce-result-count {
	right: auto;
	position: relative;
	float: right;
	bottom: auto;
	margin-bottom: 0;
	margin-top: 13px;
	line-height: 40px;
	display: inline-block;
}
body[data-fancy-form-rcs="1"].woocommerce.woocommerce .woocommerce-ordering {
	position: relative;
	float: right;
	bottom: auto;
	margin-left: 20px;
	margin-top: 13px;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
	min-width: 130px;
	width: auto!important;
}

body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single {
	border: none!important;
	box-sizing: content-box;
	padding-top: 5px;
	padding-bottom: 5px;
}
body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: inherit;
}
.select2-results {
	padding: 4px;
}

.woocommerce .cart-notification {
	display: none;
}

.woocommerce ul.products li.product .onsale, 
.woocommerce-page ul.products li.product .onsale, 
.woocommerce span.onsale, 
.woocommerce-page span.onsale {
	z-index: 1000;
	border-radius: 100px;		
	-webkit-border-radius: 100px;			
	line-height: 29px;
	padding: 7px; 
	right: 15px;
	width: 44px;
	margin-top: -8px;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
	text-shadow: none;
	background-color: #27CCC0;
	left: auto;
	font-family: 'Open Sans';
	font-weight: 300;
}

.woocommerce-page .single-product-main-image .onsale {
	display: none;
}

.woocommerce #pp_full_res .pp_inline p {
	display: block;
}

.woocommerce .products .classic .star-rating, 
.woocommerce-page .products .classic .star-rating,
.woocommerce-page .products .material .star-rating, 
.woocommerce .products .material .star-rating,
.woocommerce .products .minimal .star-rating {
	display: none!important;
}

.woocommerce .summary .price,
.woocommerce div.product .summary p.price {
	color: #444444;
	font-size: 30px;
	line-height: 30px;
	letter-spacing: -1px;
	margin-top: 20px;
}

.single-product .post-area.span_9 .product .summary .woocommerce-product-details__short-description {
  padding-bottom: 20px;
}

.woocommerce .summary ins .price {
	color: #444444;
}

.woocommerce .quick_rating .star-rating {
	float: none;
	position: relative;
	top: 2px;
}

.woocommerce .review_num {
	float: left;
	margin-right: 5px;
}

.woocommerce .quick_rating:after {
	content: ""; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden; 
}

.woocommerce .quick_rating {
	margin-bottom: 0;
}

.woocommerce div.product .product_title, .woocommerce #content div.product .product_title, 
.woocommerce-page div.product .product_title, .woocommerce-page #content div.product .product_title {
	margin-bottom: 3px;
}

.woocommerce .cart .quantity input.plus, 
.woocommerce .cart .quantity input.minus,
.nectar-quick-view-box .cart .quantity input.plus, 
.nectar-quick-view-box .cart .quantity input.minus,
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background-image: none;
	display: inline-block;
	vertical-align: middle;
	border: none;
	position: relative;
	transition: all 0.25s ease;
	box-shadow: 0 2px 12px rgba(0,0,0,0.08);
	-webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
	border-radius: 50px!important;
	background-color: #fff;
  -webkit-appearance: none; 
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger  { position: absolute; }

.woocommerce .cart .quantity input.plus:hover, .woocommerce .cart .quantity input.minus:hover,
.nectar-quick-view-box .cart .quantity input.plus:hover, .nectar-quick-view-box .cart .quantity input.minus:hover {
	box-shadow: 0 2px 12px rgba(0,0,0,0.25);
}

.woocommerce div.product form.cart .variations td, 
.woocommerce div.product form.cart .variations th,
.nectar-quick-view-box div.product form.cart .variations td, 
.nectar-quick-view-box div.product form.cart .variations th {
	display: block;
	line-height: 1em;
}

.woocommerce-page button[type="submit"].single_add_to_cart_button {
	margin-top: 30px;
}

.woocommerce .cart .quantity input.plus:hover, 
.woocommerce .cart .quantity input.minus:hover,
.nectar-quick-view-box .cart .quantity input.plus:hover, 
.nectar-quick-view-box .cart .quantity input.minus:hover {
	color: #fff!important;
}

.woocommerce .quantity input.qty, 
.woocommerce #content .quantity input.qty, 
.woocommerce-page .quantity input.qty, 
.woocommerce-page #content .quantity input.qty,
.nectar-quick-view-box .quantity input.qty {
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-color: #E1E1E1;
	font-weight: normal;
	font-size: 12px;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li {
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin-left: -2px;
	margin-right: -2px;
	border-radius: 0;
	-webkit-border-radius: 0;
	border-top: 0;
	border-left: 0;
	transition: background-color 0.2s linear;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:last-child {
	border-right: 0;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before {
	box-shadow: none;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li {
	border-bottom: none!important;
	background-color: rgba(0, 0, 0, 0.043);
}

.woocommerce div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs:before {
	border: none!important;
	box-shadow: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active {
	background-color: #000000;	
	color: #fff;
	border: none!important;
}

.woocommerce div.product .woocommerce-tabs ul.tabs {
	padding-left: 2px;
	margin-bottom: 0;
}


.woocommerce div.product .woocommerce-tabs ul.tabs li a {
	font-weight: 400;
	font-weight: normal;
	border-top: 0;
	text-shadow: none;
	-webkit-text-shadow: none;
}

.woocommerce div.product form.cart, 
.woocommerce #content div.product form.cart, 
.woocommerce-page div.product form.cart,
.woocommerce-page #content div.product form.cart {
	margin-bottom: 3em;
}

.woocommerce table.shop_attributes, 
.woocommerce-page table.shop_attributes,
body:not(.woocommerce-cart) .main-content table.shop_attributes {
	margin-top: 20px;
}

.woocommerce .woocommerce-tabs &gt; div:not(.tab-container) {
	padding: 15px 0!important;
	margin-top: 0!important;
	margin-bottom: 0!important;
}


.woocommerce-tabs .full-width-content.wpb_row  {
	border-top: 0;
}

.full-width-tabs #tab-description .nectar-slider-wrap[data-full-width="true"],
.full-width-tabs.woocommerce-tabs #tab-description .first-section.full-width-section,
.full-width-tabs.woocommerce-tabs #tab-description .first-section.full-width-content  {
	margin-top: -17px;
}


.woocommerce div.product .woocommerce-tabs &gt; .full-width-content {
	padding: 0!important;
}

.woocommerce  div.product .woocommerce-tabs .full-width-content ul.tabs {
	padding-left: 0!important;
}

.woocommerce  div.product .woocommerce-tabs .full-width-content ul.tabs li {
	background-color: transparent!important; 
	margin: 0;
	padding: 0;
	float: left;
	border-left: none;
	border-right: none;
	overflow: hidden;
}


.woocommerce-account[data-fancy-form-rcs="1"] .login-btn-row {
	margin-top: 40px;
}
 .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li.active {
 	background-color: transparent;
 }


  .woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li.active a:after {
 	top: 0;
 	-ms-transform: scale(1,1);
    -webkit-transform: scale(1,1);
    transform: scale(1,1);
 }

.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a {
	color: #5e5e5e;
}


div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs  {
	text-align: center;
	margin: 70px 0 50px 0;
}
.mobile div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs  {
	margin: 50px 0 40px 0;
}
@media only screen and (max-width: 690px) {
	.mobile div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs  {
		margin: 50px 0 20px 0;
	}
}
.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li {
	float: none;
	display: inline-block;
}

.woocommerce div.product .woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a {
	padding: 0!important;
	line-height: 1.7em;
	margin: 4px 20px;
  font-size: 17px;
}

.woocommerce-tabs[data-tab-style="fullwidth"] #tab-additional_information &gt; h2 {
	display: none;
}

.woocommerce-tabs[data-tab-style="fullwidth"],
.woocommerce-tabs[data-tab-style="fullwidth_centered"] { 
  margin-top: 40px; 
  clear: both; 
}

 @media only screen and (min-width: 1000px) {
   .woocommerce-tabs[data-tab-style="fullwidth"] &gt; div,
   .woocommerce-tabs[data-tab-style="fullwidth_centered"] &gt; div {
     margin-top: 15px; 
   }
   
   .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #comments,
   .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #review_form_wrapper {  
     float: left; 
     width: 47%; 
   }
   .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #comments { 
     margin-right: 3%; 
     width: 50%; 
   } 

   .rtl.woocommerce .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #comments, 
   .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #review_form_wrapper { 
     float: right;
   }
   
   .rtl.woocommerce .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #comments { 
     margin-left: 3%; 
     margin-right: 0;
   }
           
   .woocommerce-tabs[data-tab-style="fullwidth"] #reviews #reply-title { 
     margin-top: 5px; 
   }
   
 }


/*left aligned thumbs*/
.single-product .product[data-gallery-style="left_thumb_sticky"] div.images[data-has-gallery-imgs="false"] {
	padding-left: 0;
	width: 100%!important;
}

@media only screen and (min-width: 1000px) {
	.single-product .product[data-gallery-style="ios_slider"] &gt; .single-product-main-image,
	.single-product .product[data-gallery-style="ios_slider"][data-tab-pos="in_sidebar"] &gt; .single-product-summary,
	.single-product .product[data-gallery-style="ios_slider"][data-tab-pos="fullwidth"] &gt; .summary.entry-summary {
		width: 50%;
		margin-right: 0;
	}
	.single-product .product[data-gallery-style="ios_slider"][data-tab-pos="in_sidebar"] &gt; .single-product-summary,
	.single-product .product[data-gallery-style="ios_slider"][data-tab-pos="fullwidth"] &gt; .summary.entry-summary {
		padding-left: 50px;
	}
	
	.single-product .product[data-gallery-style="left_thumb_sticky"] .single-product-main-image {
		width: 60%;
		margin-right: 0;
	}
	.single-product .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="in_sidebar"] .single-product-summary,
	.single-product .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="fullwidth"] .summary.entry-summary {
		width: 40%;
		padding-left: 40px;
	}
	
	.single-product .row &gt; .product[data-gallery-style="left_thumb_sticky"] .single-product-main-image {
		width: 64%;
	}
	
	.single-product .row &gt; .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="in_sidebar"] .single-product-summary,
	.single-product .row &gt; .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="fullwidth"] .summary.entry-summary {
		width: 36%;
	}

  .single-product .row &gt; .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="fullwidth"] &gt; .summary.entry-summary {
    float: right;
  }
	
}

@media only screen and (min-width: 1000px) {
	.single-product .product[data-gallery-style="left_thumb_sticky"] .flickity.product-thumbs .theiaStickySidebar {
		width: 100px!important; 
	}
  .single-product .product[data-gallery-style="left_thumb_sticky"] .flickity.product-thumbs {
  	width: 100px; 
  	float: left; 
  }
  .single-product .product[data-gallery-style="left_thumb_sticky"] div.images {
  	width: calc(100% - 100px)!important;
  	float: right;
  	padding-left: 30px;
  }
}

@media only screen and (max-width: 999px) {
  
	.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs.flickity { 
    overflow: hidden!important; 
  }
  
	.single-product .product-thumbs, 
  .single-product .product-thumbs &gt; .theiaStickySidebar { 
    width: 100%; 
  }
  .single-product .product-thumbs &gt; .theiaStickySidebar &gt; .slider:focus,
  .single-product .product-thumbs &gt; .theiaStickySidebar &gt; .slider .flickity-viewport:focus {
    outline: 0;
  }
	.single-product .product-thumbs &gt; .theiaStickySidebar &gt; .slider { 
    width: calc(100% + 10px); 
    margin-left: -5px;
  }
	
	.single-product .product[data-gallery-style="left_thumb_sticky"] .images .flickity-slider .slide { 
    position: absolute;
  }
	
	.single-product .row &gt; .product[data-gallery-style="left_thumb_sticky"] .summary.entry-summary {
		clear: both;
	}
	
}

@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.single-product .product[data-gallery-style="left_thumb_sticky"] .flickity.product-thumbs .theiaStickySidebar {
		width: 70px!important; 
	}
	.single-product .product[data-gallery-style="left_thumb_sticky"] .flickity.product-thumbs {
		width: 70px; 
		float: left; 
	}
	.single-product .product[data-gallery-style="left_thumb_sticky"] div.images {
		width: calc(100% - 70px)!important;
		float: right;
		padding-left: 30px;
	}
}

.woocommerce .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="in_sidebar"] .single-product-summary &gt; div.summary,
.woocommerce .product[data-gallery-style="left_thumb_sticky"][data-tab-pos="fullwidth"] &gt; .summary.entry-summary,
.single-product .product[data-gallery-style="left_thumb_sticky"] .nectar-sticky-prod-wrap,
.woocommerce div.product[data-gallery-style="left_thumb_sticky"] div.images .woocommerce-product-gallery__image:nth-child(n+2) { float: none; width: 100%; }

.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb-inner,
.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb-inner a { line-height: 0; }

.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs img,
.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide {
	margin-bottom: 15px;
}

.single-product:not(.mobile) .product[data-gallery-style="left_thumb_sticky"] .woocommerce-product-gallery__trigger {
	display: none;	
}

.single-product .product-thumbs .flickity-slider .thumb img,
.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb img {
	border: 1px solid rgba(0,0,0,0);
	padding: 1px;
	-webkit-transition: border-color 0.1s ease;
	transition: border-color 0.1s ease;
}
.single-product .product-thumbs .flickity-slider .thumb.is-nav-selected img {
	border: 1px solid #999;
}
.single-product:not(.mobile) .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb a.active img {
	border: 1px solid #999;
}

.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .flickity-slider .thumb img,
.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb img {
	border: 2px solid rgba(0,0,0,0);
	padding: 2px;
	-webkit-transition: border-color 0.1s ease;
	transition: border-color 0.1s ease;
}
.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .flickity-slider .thumb.is-nav-selected img {
	border: 2px solid #999;
}
.single-product:not(.mobile) .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb a.active img {
	border: 2px solid #999;
}

/*remove extra woocommerce zoom img on first */
.single-product:not(.mobile) .product[data-gallery-style="left_thumb_sticky"] .slider &gt; div:first-child:not(.nectar-no-larger-img) &gt; .woocommerce-product-gallery__image &gt; img.zoomImg {
	display: none!important;
}

.single-product .nectar-woo-zoom-icon {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	z-index: 100;
	height: 30px;
	width: 30px;
	line-height: 30px;
	font-size: 20px;
	background-color: transparent!important;
	color: #888;
	display: none;
}
.single-product .nectar-woo-zoom-icon.visible {
	opacity: 1;
}
.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide {
	border: 1px solid rgba(0,0,0,0.06);
}

@media only screen and (min-width: 1000px) {
	
	.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide:not(.nectar-no-larger-img),
	.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide:not(.nectar-no-larger-img) * { 
		cursor: zoom-in;
	}
	.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide.zoom-img-active,
	.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide.zoom-img-active * { 
		cursor: zoom-out;
	}
	
	.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide.nectar-no-larger-img,
	.single-product .product[data-gallery-style="left_thumb_sticky"] .images .slide.nectar-no-larger-img * {
		cursor: default;
	}
	
	.single-product .nectar-woo-zoom-icon { display: block; }
	
	.product[data-gallery-style="left_thumb_sticky"] .easyzoom &gt; a { 
    pointer-events: none; 
    display: block; 
  }
	.product[data-gallery-style="left_thumb_sticky"] .zoomImg { 
    opacity: 0!important; pointer-events: none; 
    -webklit-transition: opacity 0.15s ease; 
    transition: opacity 0.25s ease; 
  }
	.product[data-gallery-style="left_thumb_sticky"] .zoom-img-active .zoomImg { 
    opacity: 1!important; pointer-events: auto; 
  }
	
}


.single-product .nectar-woo-zoom-icon.active:before {
	content: '\e90a';
}

/*flicktiy*/
.woocommerce div.product[data-gallery-style="left_thumb"] div.images,
.woocommerce div.product[data-gallery-style="ios_slider"] div.images { float: none; }

.single-product .images .product-slider,
.single-product .product-thumbs.flickity { overflow: hidden; }

.single-product [data-gallery-style="ios_slider"] .images .product-slider.flickity .slider &gt; .slide {
	position: absolute;
	top: 0;
	z-index: -1;
	opacity: 0;
}
.single-product [data-gallery-style="ios_slider"] .images .product-slider.flickity .slider &gt; .slide:first-child {
	position: relative;
	opacity: 1;
}

.single-product [data-gallery-style="ios_slider"] .slider &gt; .thumb {
	float: left;
	width: 20%;
	border: 1px solid rgba(0,0,0,0);
  padding: 1px 6px 1px 6px;
}
.single-product [data-gallery-style="ios_slider"] .slider &gt; .thumb:nth-child(1n + 6) {
	position: absolute;
	opacity: 0;
}

.single-product .images .flickity-slider .slide {
	width: 100%!important;
}

.single-product .images .product-slider .woocommerce-product-gallery__image &gt; div &gt; a { 
  pointer-events: none; 
}

.single-product .images .product-slider { 
  margin-bottom: 10px;
}
.single-product .images .flickity-slider .slide img { 
  margin-bottom: 0;
}

.single-product .product-slider .flickity-viewport {
	-webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.single-product .flickity-viewport:focus,
.single-product .flickity-slider:focus,
.single-product .product-thumbs:focus,
.single-product .product-thumbs .slider:focus {
  outline: 0;
}

.single-product .product-thumbs &gt; .slider {
	width: calc(100% + 10px);
	margin-left: -5px;
}
.single-product [data-gallery-style="left_thumb_sticky"] .product-thumbs &gt; .slider {
	width: 100%;
	margin-left: 0;
}
.single-product .product-thumbs .flickity-slider .thumb { 
	width: 20%;
	padding: 0 5px;
}
@media only screen and (max-width: 690px) {
	.single-product .product-thumbs .flickity-slider .thumb { 
		width: 25%;
	}
}

.single-product [data-gallery-style="ios_slider"] .product-thumbs .flickity-slider .thumb {
	cursor: pointer;
}

.single-product .product-thumbs .flickity-slider .thumb img,
.single-product .product-thumbs .slider .thumb img { 
  max-width: none; width: 100%;
}

.single-product .flickity-prev-next-button:disabled {
    filter: alpha(opacity=30);
    opacity: 0.3;
    cursor: auto;
}

.single-product .flickity-prev-next-button:disabled {
    display: none;
}

.single-product .product-thumbs img { margin-bottom: 0; }
.single-product .product-thumbs .flickity-prev-next-button {
    position: absolute;
    border: none;
    color: #333;
		top: 50%;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    transform: translateY(-50%);
		border-radius: 50px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.08);
		background-color: #fff;
		-webkit-transition: opacity 0.25s ease;
		transition: opacity 0.25s ease;
}

.single-product:not(.mobile) .product-thumbs .flickity-prev-next-button { opacity: 0; }
.single-product .product-thumbs:hover .flickity-prev-next-button { opacity: 1; }

.single-product .product-thumbs .flickity-prev-next-button:active {
    filter: alpha(opacity=60);
    opacity: 0.8;
}

.single-product .product-thumbs .flickity-prev-next-button svg {
    position: absolute;
		left: 35%;
		top: 35%;
		width: 30%;
		height: 30%;
}
.single-product .product-thumbs .flickity-button-icon .arrow { fill: #333; }

.single-product .product-thumbs .flickity-prev-next-button.next {
    right: 20px;
		left: auto;
}
.single-product .product-thumbs .flickity-prev-next-button.previous {
    left: 20px;
		right: auto;
}

.single-product .product-thumbs.flickity { position: relative; }

.woocommerce div.product_meta &gt; span {
	display: block;
}

.woocommerce div.product_meta { font-size: 14px; }

.woocommerce .woocommerce-tabs &gt; div h2 {
	margin-bottom: 4px;
}

.woocommerce div[itemprop="description"] ul {
	margin-left: 0;
}

.woocommerce div.product div.images div.thumbnails a,
 .woocommerce #content div.product div.images div.thumbnails a, 
 .woocommerce-page div.product div.images div.thumbnails a, 
 .woocommerce-page #content div.product div.images div.thumbnails a {
	width: 22.1%!important;
}

.woocommerce div.product div.images div.thumbnails a.first, 
.woocommerce #content div.product div.images div.thumbnails a.first, 
.woocommerce-page div.product div.images div.thumbnails a.first, 
.woocommerce-page #content div.product div.images div.thumbnails a.first {
	clear: none!important;
}

.woocommerce div.product div.images div.thumbnails a.last, 
.woocommerce #content div.product div.images div.thumbnails a.last, 
.woocommerce-page div.product div.images div.thumbnails a.last, 
.woocommerce-page #content div.product div.images div.thumbnails a.last {
	margin-right: 3.8%!important;
}

.woocommerce div.product div.images div.thumbnails a:nth-child(4n+4) {
	margin-right: 0!important;
}

.woocommerce table.shop_attributes th, 
.woocommerce-page table.shop_attributes th {
	background-color: transparent!important;
}

.woocommerce table.shop_attributes td, 
.woocommerce-page table.shop_attributes td {
	font-weight: normal;
	font-style: normal;
	background-color: transparent;
}

.woocommerce table.shop_attributes th, 
.woocommerce-page table.shop_attributes th {
	color: #333;
}

.woocommerce #tab-reviews #reviews #comments div[itemprop="aggregateRating"] .star-rating {
	display: none!important;
}

.woocommerce .commentlist li { 
	list-style: none;
}

.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li {
	margin: 1px!important;
}

.woocommerce-pagination {
	padding-bottom: 20px;
}

.woocommerce #content nav.woocommerce-pagination ul, 
.woocommerce nav.woocommerce-pagination ul, 
.woocommerce-page #content nav.woocommerce-pagination ul, 
.woocommerce-page nav.woocommerce-pagination ul,
.woocommerce #content nav.woocommerce-pagination ul li, 
.woocommerce nav.woocommerce-pagination ul li, 
.woocommerce-page #content nav.woocommerce-pagination ul li, 
.woocommerce-page nav.woocommerce-pagination ul li {
	border: 0!important;
}

.woocommerce .commentlist li .comment_container {
	list-style: none;
	background-color: #FFFFFF;
	border: 1px solid rgba(0,0,0,0.08);
	border-radius: 5px;
  margin: 2em 0 0;
  overflow: hidden;
  padding:  0 0 0 0;
  position: relative;
}

.woocommerce .commentlist li .comment_container .comment-text,
.woocommerce #reviews #comments ol.commentlist li .comment-text {
	border: none;
	padding: 30px;
	margin-left: 75px;
}

.woocommerce #reviews #comments ol.commentlist li img.avatar, 
.woocommerce-page #reviews #comments ol.commentlist li img.avatar {
	width: 45px;
	padding: 0;
	height: 45px;
	left: 30px;
	top: 30px;
	border-radius: 100px;
	border: 0;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p, 
.woocommerce-page #reviews #comments ol.commentlist li .comment-text p {
	padding-bottom: 10px;
	line-height: 25px;
	font-size: 14px;
	margin-bottom: 0;
}

.woocommerce .full-width-tabs #reviews #comment {
	height: 150px;
}

.woocommerce .commentlist li .comment_container .clear {
	padding-bottom: 0;
}

div.pp_woocommerce .pp_content_container {
	background-color: transparent!important;
	padding: 0!important;
}

div.pp_woocommerce .pp_details .pp_description,
div.pp_woocommerce .pp_close:before,
.woocommerce #pp_full_res .pp_inline p:empty {
	display: none;	
}

.pp_woocommerce .pp_content_container .pp_left {
	padding-left: 40px;
}
.pp_woocommerce .pp_content_container .pp_right {
	padding-right: 40px;
}


div.pp_woocommerce .pp_previous:before, 
div.pp_woocommerce .pp_next:before {
	background-image: none;
	text-shadow: none;
	-webkit-text-shadow: none;
	color: #fff;
	font-size: 36px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	font-weight: normal;
}


.woocommerce #pp_full_res .pp_inline p {
	padding-bottom: 6px;	
}

.woocommerce #pp_full_res .pp_inline #reply-title {
	margin-bottom: 18px;
}

.woocommerce #pp_full_res .comment-form-comment, 
.woocommerce .comment-form-comment {
	margin-top: 25px!important;
}

.woocommerce #pp_full_res .comment-form-comment textarea {
	margin: 9px 0;
}

div.pp_woocommerce #respond {
	background-color: #fff!important;
	padding: 20px;
}

.woocommerce #review_form #respond p.form-submit {
	padding-bottom: 0;
	margin-top: 30px;
}
.woocommerce #review_form #respond p { width: 100%; }

@media only screen and (min-width: 690px) {
	.woocommerce #review_form #respond p.comment-form-author,
	.woocommerce #review_form #respond p.comment-form-email {
		width: 50%;
	}
	.woocommerce #reviews .comment-form p.comment-form-author { 
    padding-right: 2%;
  }
	.woocommerce #reviews .comment-form p.comment-form-email { 
    padding-left: 2%; 
  }

}

.woocommerce #reviews #commentform {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.woocommerce #reviews .comment-form p.comment-form-email { 
  margin-left: 4%;
}


.woocommerce.single-product [data-tab-pos="in_sidebar"] .nectar-social.hover {
	margin: -20px 0 35px 0;
}


.woocommerce.single-product div[data-tab-pos="fullwidth"] #single-meta,
.woocommerce.single-product div[data-tab-pos="fullwidth_centered"] #single-meta {
	left: 0;
}
.woocommerce.single-product div[data-tab-pos="fullwidth"] #single-meta ul,
.woocommerce.single-product div[data-tab-pos="fullwidth_centered"] #single-meta ul {
	margin-left: 0;
}

.after-product-summary-clear { clear: both; }

.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error, 
.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-message {
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	padding-left: 15px;
	-webkit-border-radius: 0;
	background-image: none;
	background-color: #27CCC0;
	color: #fff;
	border: none;
	text-shadow: none;
	-webkit-text-shadow: none;
}

.woocommerce-message a {
	color: #fff;
}

.woocommerce-message:before, 
.woocommerce-error:before,
.woocommerce-info:before {
	box-shadow: none;
	-webkit-box-shadow: none;
	content: none;
}

.woocommerce .container .woocommerce-message a.button, 
.woocommerce .container .woocommerce-error a.button, 
.woocommerce .container .woocommerce-info a.button,
.woocommerce-page .container .woocommerce-message a.button,
.woocommerce-page .container .woocommerce-error a.button, 
.woocommerce-page .container .woocommerce-info a.button {
	padding: 0;
	line-height: inherit;
	height: 1.5em;
	vertical-align: middle;
	background-color: transparent;	
}
.container .woocommerce-message .button.wc-forward {
  margin-left: 25px;
}


.woocommerce-message:before {
	box-shadow: none;
	-webkit-box-shadow: none;
	content: '';
	background-color: transparent;	
	text-indent: -9999px;
	display: block;
	position: absolute;
	top: 10px;
	width: 20px;
	height: 16px;
}

.woocommerce input#coupon_code {
	width: 50%;	
	font-size: 14px;
	line-height: 18px;
	float: none;
}

.woocommerce .checkout_coupon input#coupon_code { 
  width: 100%; 
}

.woocommerce-cart .cart-collaterals .cart_totals table { 
  margin-bottom: 20px; 
}

.woocommerce-shipping-calculator p { 
  padding-bottom: 0; 
}
.woocommerce-shipping-calculator p a { 
  margin-top: 3px; 
  display: block; 
}
.woocommerce-shipping-calculator &gt; p:first-child a:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0d1";
    margin-right: 0.3342343017em;
}

@media only screen and (min-width: 770px) {
  .coupon .minimal-form-input {
  	width: 54%;
  }
}

@media only screen and (max-width: 770px) {
  
body.woocommerce .cart-collaterals .cross-sells ul.products li, 
body.woocommerce-page .cart-collaterals .cross-sells ul.products li {
	width: 100%;
	margin-bottom: 3em;
}
.woocommerce table.shop_table { margin-bottom: 4em; }

}



@media only screen and (max-width: 770px) {

  .woocommerce .cart .quantity { width: auto!important; }

  .woocommerce table.cart tbody td {
      padding: 10px 20px;
  		border: none;
  } 
  .woocommerce table.cart tr td:last-child {
  	padding-right: 20px;
  }
  table.cart tr { margin-bottom: 15px; }
  table.cart td.product-remove a.remove {
      position: absolute;
      font-size: 1.4em;
      top: 20px;
      right: 20px;
  }
  .woocommerce table.cart td.product-thumbnail {
  	padding-top: 20px;
  }
  table.cart td.product-remove {
      padding: 0!important;
      border-top: 1.6em solid;
      position: relative;
  }
  .woocommerce-cart .cart-collaterals .woocommerce-shipping-destination {
    padding-top: 1.5em;
  }

}


.woocommerce-cart .cart-collaterals .cart_totals table td, 
.woocommerce-cart .cart-collaterals .cart_totals table th {
	padding: 20px;
	border: none;
}
.woocommerce-cart .woocommerce table.shop_table td {
	border: none;
}

#add_payment_method .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-cart .cart-collaterals .shipping-calculator-button::after, 
.woocommerce-checkout .cart-collaterals .shipping-calculator-button::after {
  font-size: 14px;
}

.woocommerce-cart table tbody tr:nth-child(1n) td:not(.actions),
.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th {
    background-color: rgba(0,0,0,0.01);
}
.woocommerce-cart table tbody tr:nth-child(2n) td:not(.actions),
.woocommerce-cart .cart-collaterals table tr:nth-child(2n) th {
    background-color: rgba(0,0,0,0.03);
}

.woocommerce-cart .cart-collaterals table tr:nth-child(1n) th {
    
}

.coupon .minimal-form-input input#coupon_code {
	width: 100%;
}
.woocommerce-page table.cart td.actions .coupon {
	min-width: 50%;
	text-align: left;
}


.woocommerce .woocommerce-cart-form__contents .actions .button {
	height: auto;
}



.woocommerce .actions .button {
	padding: 5px 8px 5px 8px;
	height: 29px;
	line-height: 20px;
}

body[data-form-submit="default"] .woocommerce .actions input[type=submit], 
body[data-form-submit="default"] .woocommerce .actions button[type=submit] {
    padding: 15px 22px;
}

body:not(.ascend) .actions .coupon .button {
	height: auto;
}

.woocommerce .actions {
	padding: 12px;
}

#add_payment_method table.cart img, 
.woocommerce-cart table.cart img, 
.woocommerce-cart table.cart img:not([srcset]), 
.woocommerce-checkout table.cart img,
.woocommerce table.cart img, 
.woocommerce #content table.cart img, 
.woocommerce-page table.cart img, 
.woocommerce-page #content table.cart img {
	width: 90px;
	margin-bottom: 0;
}

.woocommerce table.shop_table, 
.woocommerce-page table.shop_table {
	border-radius: 0;		
	-webkit-border-radius: 0;	
	border: none;
}

.woocommerce table.cart td {
	padding: 25px 20px;
}

@media only screen and (max-width: 999px) and (min-width: 770px) {
	.woocommerce table.cart td {
		padding: 20px 10px 20px 20px;
	}
	.woocommerce table.cart td img {
		height: auto;
	}
}

.woocommerce table.cart td.product-remove {
	padding-right: 0;
}

.woocommerce table.cart td.actions,
body .woocommerce table.cart td.actions {
	padding-left: 0;
	padding-right: 0;
} 

.woocommerce table.cart td.actions {
  background-color: transparent;
}

 .woocommerce-cart[data-form-style="default"] table.cart td.actions .coupon .input-text {
	 padding: 16px;
 }

body[data-form-style="minimal"].woocommerce-cart table.cart .minimal-form-input {
	margin-top: -30px;
}

.woocommerce .widget_shopping_cart .cart_list li a.remove, 
.woocommerce.widget_shopping_cart .cart_list li a.remove {
	top: auto;
	left: auto;
	position: relative;
	right: auto;
	float: right;
	margin-left: 15px;
	margin-bottom: 15px;
	border: 1px solid transparent;
    font-size: 20px ;
    height: 20px ;
    line-height: 17px ;
    padding: 0 ;
    transition: all 0.2s linear 0s;
    width: 10px ;
}



.woocommerce table.cart a.remove, 
.woocommerce #content table.cart a.remove,
.woocommerce-page table.cart a.remove, 
.woocommerce-page #content table.cart a.remove { 
	transition: all 0.2s linear;
	font-size: 24px;
	padding: 0;
	line-height: 30px;
	width: 30px;
	height: 30px;
	-webkit-transition: color 0.2s ease, background-color 0.2s ease;
	transition: color 0.2s ease, background-color 0.2s ease;
	color: rgba(0,0,0,0.7)!important;
	margin: 0 auto;
}

table.cart a.remove {
	font-family: 'Open Sans';
	font-weight: 400;
}

.woocommerce  table.cart td.product-quantity {
    min-width: 157px;
}
.woocommerce div.product form.cart .group_table td:first-child {
	min-width: 180px;
}
.woocommerce table.cart .product-thumbnail a, .woocommerce table.cart .product-thumbnail a img {
	display: block;
}

.woocommerce-page table.cart a.remove:hover {
	color: #fff!important;
}

.woocommerce-cart.material .wc-proceed-to-checkout a.checkout-button {
	padding: 24px;
}

@media only screen and (max-width: 768px) {
	.woocommerce table.cart .product-thumbnail a {
		display: inline-block;
	}
	.woocommerce-page table.shop_table_responsive tr td.product-thumbnail {
		text-align: left!important;
	}
	.woocommerce-page table.cart a.remove {
		color: #fff!important;
		width: 24px;
		height: 24px;
		line-height: 24px;
		font-size: 18px!important;
	}

}

.woocommerce .cart-collaterals .shipping_calculator, 
.woocommerce-page .cart-collaterals .shipping_calculator {
	margin-top: 0!important;
}

.woocommerce p.woocommerce-info {
	padding-left: 1em!important;
}

.woocommerce .woocommerce-info a {
	color: #fff!important;
	line-height: 1.5em;
	display: inline-block;
}
.woocommerce-message a {
	line-height: 1.5em;
	display: inline-block;
}

.woocommerce .woocommerce-info:before {
	background-color: transparent!important;
	content: ' '!important;
}

.woocommerce-billing-fields .clear, .shipping_address .clear {
	padding-bottom: 0;
}

.woocommerce .payment_methods li {
	list-style: none;
}
 
.woocommerce .payment_box p {
	padding-bottom: 0;
	padding-left: 10px;
	line-height: inherit;
	font-size: inherit;
}

.woocommerce-checkout #payment div.payment_box {
   background-color: transparent;
   line-height: inherit;
	font-size: inherit;
}

.woocommerce-checkout #payment ul.payment_methods {
	border: none;
}

.woocommerce-checkout #payment ul.payment_methods li img {
	margin-right: 10px;
}


.product-categories .children,
#footer-outer .product-categories .children {
    margin-left: 20px !important;
    margin-top: 10px;
    margin-bottom: 0!important;
}

.select2-drop-active {
	z-index: 10000000!important;
}

.cat-parent {
	border-bottom: 0!important;
}

.checkout #order_review {
	margin-top: 34px;
}

.checkout #order_review .order-review {
   background-color: transparent;
   border: none;
}

.checkout #order_review .order-review td, 
.checkout #order_review .order-review  tr th {
	border: none;
}

.checkout #order_review tr:nth-child(2n+1) {
    background-color: transparent;
}

.checkout .col2-set .col-1 {
	width: 58%;
}
.checkout .col2-set .col-2 {
	width: 39%;
}

.woocommerce .payment_box {
	margin: 0;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.checkout .woocommerce-shipping-fields, .checkout .woocommerce-billing-fields {
	padding-right: 45px;
}

@media only screen and (max-width: 999px) {
	.checkout .woocommerce-shipping-fields, .checkout .woocommerce-billing-fields { border: none;}
}

.checkout .woocommerce-billing-fields {
	padding-bottom: 20px;
}

.woocommerce .payment_box:after {
	border: none;
}

.woocommerce div.product_meta {
	margin-bottom: 20px;
}

body[data-bg-header="true"].woocommerce-checkout .container-wrap .woocommerce,
body[data-bg-header="true"].woocommerce-cart .container-wrap .woocommerce {
	padding-top: 45px;
}

.woocommerce-checkout-review-order-table .product-container {
	background-color: rgba(0,0,0,0.02);
	padding: 20px;
	max-height: 456px;
	overflow-x: hidden;
	overflow-y: auto;
	margin-bottom: 30px;
}

.woocommerce-checkout-review-order-table .product-image {
	float: left;
	line-height: 1px;
	width: 20%;
}
.woocommerce-checkout-review-order-table .product-info {
	padding-right: 30px;
	float: right;
	width: 75%;
}

.woocommerce-checkout-review-order-table .product-info .product-quantity  {
	font-size: 13px;
	display: block;
}

.woocommerce-checkout-review-order-table .product-info h4 {
	font-size :16px;
	line-height: 22px;
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .product-info .amount {
	font-size: 14px;
}

.woocommerce-checkout-review-order-table .product-container &gt; div:last-child {
	margin-bottom: 0;
}

.woocommerce-checkout-review-order-table .cart_item {
	margin-bottom: 20px;
}

.woocommerce-checkout-review-order-table .cart_item:after {
	clear: both;
	display: block;
	content: ' ';
}

.woocommerce-cart[data-form-style="minimal"] table.cart td.actions .coupon .input-text {
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom-width: 2px;
  padding: 14px;
}

body[data-form-style="minimal"] .woocommerce-invalid-required-field:not(.woocommerce-validated) .minimal-form-input label:after{ 
  -webkit-transform:translate3d(0,0,0);  
  transform:translate3d(0,0,0);  
  border-color:#ff2929!important
}

body[data-form-style="minimal"].woocommerce form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required, 
body[data-form-style="minimal"].woocommerce-page form .form-row.woocommerce-invalid-required-field:not(.woocommerce-validated) label:not([for*="_state"]) .required { 
  color:#ff2929!important
}

body[data-form-style="minimal"].woocommerce form .required{ 
  -webkit-transition:color 0.2s cubic-bezier(.39,.71,.56,.98);  
  transition:color 0.2s cubic-bezier(.39,.71,.56,.98)
}


body[data-fancy-form-rcs="1"] .woocommerce-billing-fields .fancy-select-wrap,
body[data-fancy-form-rcs="1"] .woocommerce-shipping-fields .fancy-select-wrap {
 padding-top: 0;
}

body[data-fancy-form-rcs="1"].woocommerce-page #billing_state_field .select2-container--default .select2-selection--single {
	min-height: 40px;
}

.woocommerce[data-form-style="minimal"] #review_form #respond p.comment-form-comment {
	margin-top: 0!important;
}
.woocommerce[data-form-style="minimal"] #review_form #respond p.form-submit {
	margin-top: 20px!important;
}

.woocommerce .chzn-container-single .chzn-single, 
.woocommerce .chosen-container-single .chosen-single {
	background-image: none!important;
	border: none;
	padding: 4px 10px;
	background-color: #fff;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16);
	border-radius: 0;
	-webkit-border-radius: 0;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
}
.woocommerce .variations td label,
.nectar-quick-view-box .variations td label { 
	font-size: 14px;
}
.woocommerce .variations td,
.nectar-quick-view-box .variations td {
	padding: 7px 0;
}

.woocommerce .variations td.value, 
.nectar-quick-view-box .variations td.value { 
  padding-top: 0; 
  padding-bottom: 15px; 
}

.woocommerce .variations tr:last-child td.value, 
.nectar-quick-view-box .variations tr:last-child td.value{ 
  padding-bottom: 0; 
} 

body[data-fancy-form-rcs="1"] .variations_form.cart .variations .select2-container, 
body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container {
	min-width: 200px;
	width: auto!important;
}

.woocommerce form .form-row {
	  margin: 0 0 8px;
}
.woocommerce form .form-row textarea {
	height: 5em
}

body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single,
body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout:not([data-fancy-form-rcs="1"]) .select2-container--default .select2-selection--single .select2-selection__arrow,
body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single,
body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-cart:not([data-fancy-form-rcs="1"]) .cart_totals .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 48px;
  line-height: 48px;
}

.woocommerce form .form-row .required, .woocommerce-page form .form-row .required {
	color: #27CCC0;
}

.woocommerce .chzn-container .chzn-results .highlighted, 
.woocommerce .chosen-container .chosen-results .highlighted {
	background-image: none;
	background-color: #27CCC0;
}

.woocommerce .chosen-container-single .chosen-search input[type=text] {
	background: none!Important;
}

.woocommerce .chzn-container-active .chzn-single-with-drop, .woocommerce .chosen-container-active .chosen-single-with-drop {
	background-color: #fff;
}

.woocommerce .chzn-container .chzn-drop, 
.woocommerce .chosen-container .chosen-drop { 
	border: none;
}

.woocommerce table.order-review th, .woocommerce-page table.order-review th, 
.woocommerce table.order-review tfoot td, .woocommerce table.order-review tfoot th, 
.woocommerce-page table.shop_table tfoot td, .woocommerce-page table.shop_table tfoot th {
	font-family: 'Open Sans';
	font-weight: 600;
	color: #333;
}

.woocommerce table.order-review td {
	padding: 8px;
}

.woocommerce table.order-review td p {
	padding-bottom: 0;
}

.woocommerce table.order-review .order-total td, .woocommerce table.order-review th {
	font-size: 16px;
	padding: 6px;
}

.woocommerce #payment div.form-row,
.woocommerce-page #payment div.form-row {
	padding: 15px 0!important;	
}

.woocommerce .form-row.terms {
	float: left;
	padding-left: 0;
}

.woocommerce .form-row.terms #terms {
	margin-top: -2px;
	margin-left: 5px;
}

.container-wrap .woocommerce-error {
	margin-left: 0;
	padding-left: 10px;
}

.woocommerce-error strong {
	color: #fff!important;
}

.woocommerce-error:before {
	content: '';
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: transparent;
}

.woocommerce-cart .shipping-calculator-form button[name="calc_shipping"] {
	margin-top: 10px;
}


.woocommerce .order_details li {
	list-style: none;
}

.woocommerce .customer_details {
	margin-bottom: 20px;
}

.woocommerce form .form-row-first, 
.woocommerce form .form-row-last, 
.woocommerce-page form .form-row-first, 
.woocommerce-page form .form-row-last {
	width: 49%;
	padding: 1px;
}


.woocommerce .products {
	margin-bottom: 0!important;
}

.woocommerce a.woocommerce-main-image img {
	margin-top: 9px;
}

.woocommerce .price_slider_amount .clear {
	padding: 0!important;
}

.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, 
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 10px;
	background-color: #EBEBEB;
	height: 10px;
	background-image: none;
  border-radius: 300px 300px 300px 300px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12) inset;
  border-bottom: 1px solid #FFFFFF;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	background-color: #72C4EA;
	height: 10px;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	background-image: none;
    border-radius: 300px 300px 300px 300px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) inset;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15) inset;
    border-bottom: 1px solid #FFFFFF;
}

.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
	background-color: #F5F5F5;
	background-image: none;
	height: 20px;
	width: 20px;
	top: -5px;
	border: none;
	box-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 9px 8px rgba(0,0,0,0.035), 0px 1px 0px #fff inset;
	-webkit-box-shadow: 0px 1px 4px rgba(0,0,0,0.25), 0px 9px 8px rgba(0,0,0,0.035), 0px 1px 0px #fff inset;
}

.woocommerce .widget_price_filter .price_slider_amount .button {
  font-size: 12px;
}

.woocommerce .price_slider_amount button.button, 
.woocommerce .price_slider_amount .price_label,
.woocommerce.ascend .price_slider_amount button.button[type="submit"], 
.woocommerce.ascend .price_slider_amount .price_label {
	background-color: #F8F8F8;
    background-repeat: repeat-x;
    color: #666666;
    line-height: 14px;
    border: 1px solid #E1E1E1;
    padding: 5px 8px;
    border-radius: 0 0 0 0;
    margin-top: 9px;
    font-size: 12px;
}
.woocommerce.ascend .price_slider_amount button.button[type="submit"], 
.woocommerce.ascend .price_slider_amount .price_label {
  padding: 5px 8px!important;
}

/*before js*/
.woocommerce.widget_price_filter .price_slider_amount input[type="text"] { opacity: 0; position: absolute;}
body:not(.original) .woocommerce.widget_price_filter .price_slider:not(.ui-slider) { display: block!important; }
.woocommerce.widget_price_filter .price_slider:not(.ui-slider):before,
.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	height: 20px;
	width: 20px;
	display: block;
	content: '';
	position: absolute;
	top: -7px;
	left: 0;
	border-radius: 100px;
}

.woocommerce.widget_price_filter .price_slider:not(.ui-slider) { height: 4px; overflow: visible; position: relative; }

.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider) { height: 6px; }

.woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	right: -4px;
	left: auto;
}
.ascend .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	right: -2px;
}


.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range {
	height: 6px;
	box-shadow: none;
}
.ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle,
.ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before,
.ascend.woocommerce .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after {
	top: -6px;
	height: 18px;
  width: 18px;
  background-color: #fff;
  box-shadow: 0 3px 12px 0 rgba(43,43,49,.09), 0 5px 17px 0 rgba(43,43,49,.11);
}
.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, 
.ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	box-shadow: none;
    border-bottom: none;
}
.ascend.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, 
.ascend.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
	height: 6px;
	background-color: rgba(0,0,0,0.07)!important;
}
.woocommerce.ascend .price_slider_amount .price_label,
.woocommerce.material .price_slider_amount .price_label { 
  border: none; 
  background-color: transparent; 
  padding-right: 0;
}

body[data-form-submit="see-through"].woocommerce .price_slider_amount button.button:hover  {
	color: #666!important;
}
.woocommerce.material .price_slider_amount .price_label { padding-left: 0!important;}
body[data-form-submit="regular"].material .container-wrap .widget_price_filter button[type=submit],
body[data-form-submit].material .container-wrap .widget_price_filter button[type=submit] {
	padding: 7px 15px!important;
}
.woocommerce.ascend .price_slider_amount button.button[type="submit"] {
	background-color: transparent!important;
	border: none!important;
	padding-left: 0!important;
}
.woocommerce.material .price_slider_amount button.button[type="submit"] {
	float: right;
}
.woocommerce.material .price_slider_amount .price_label { float:left; }

body[data-button-style="slightly_rounded_shadow"].woocommerce .widget .price_slider_amount button.button[type="submit"]:hover {
	-webkit-transform: none!important;
	transform: none!important;
	box-shadow: none!important;
}
.ascend #sidebar .widget.woocommerce.widget_price_filter &gt; form {
	padding-top: 15px;
}

.woocommerce .price_slider_amount button.button:hover {
	background-color: #F4f4f4!important;
}

.woocommerce .price_slider_amount .price_label {
	float: right;
	position: relative;
}

.woocommerce ul.cart_list li a, 
.woocommerce ul.product_list_widget li a, 
.woocommerce-page ul.cart_list li a, 
.woocommerce-page ul.product_list_widget li a {
	font-weight: normal;	
}

.woocommerce .product_list_widget span, 
.woocommerce .product_list_widget,
.woocommerce.ascend .product_list_widget .star-rating:before  {
	font-size: 12px;
}

.woocommerce .widget_recent_reviews .product_list_widget li, .woocommerce .widget_top_rated_products .product_list_widget li {
	line-height: 26px;
}

.woocommerce .widget_layered_nav ul li a, .woocommerce-page .widget_layered_nav ul li a,
.woocommerce .woocommerce-widget-layered-nav-list .woocommerce-widget-layered-nav-list__item a {
	padding-left: 25px;
}

#sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice { padding: 4px 8px; }
.ascend #sidebar .woocommerce-widget-layered-nav ul li.select2-selection__choice { 
  padding: 4px 8px!important; 
}
#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline { padding: 0; }
#sidebar .woocommerce-widget-layered-nav ul li.select2-search--inline input { 
  padding: 4px!important; 
}
.ascend.woocommerce #sidebar .woocommerce-widget-layered-nav ul { margin-top: 0; }

div.widget.woocommerce.widget_product_search,
div.widget.woocommerce.widget_product_search form { position: relative; }

div.widget.woocommerce.widget_product_search button[type=submit] {
	position: absolute; 
	right: 0;
	top: 0;
  height: 100%;
	padding: 15px 22px;
}


body[data-form-submit="see-through"] div.widget.woocommerce.widget_product_search button[type=submit] {
	padding: 12px 22px!important;
}
body[data-form-submit="see-through"].ascend div.widget.woocommerce.widget_product_search button[type=submit],
.ascend div.widget.woocommerce.widget_product_search button[type=submit] {
	padding: 18px 22px!important;
}

div.widget.woocommerce.widget_product_search input[type="search"] {
	padding-right: 100px;
}
body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search input[type="search"] {
	padding-right: 100px;
}

body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search .minimal-form-input  .screen-reader-text {
	clip: auto;
}
body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search { position: relative; }
body[data-form-style="minimal"] div.widget.woocommerce.widget_product_search button[type=submit] {
	top: auto;
	bottom: 0px;
}

.woocommerce .widget_layered_nav ul li a:before, 
.woocommerce-page .widget_layered_nav ul li a:before {
	width: 12px;
	height: 12px;
	border-radius: 2px;
	background-color: transparent!important;
	border: 1px solid rgba(0,0,0,0.15);
	position: absolute;
	left: 0;
	top: 4px;
	content: ' '!important;
	display: block;
}

.woocommerce .widget_layered_nav ul li.chosen a:after, .woocommerce-page .widget_layered_nav ul li.chosen a:after {
	content: "\f00c";
	width: 13px;
	text-align: center;
    line-height: 14px;
	position: absolute;
	font-size: 12px;
	left: 0;
	top: 4px;
	font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
	display: block;
}

.ascend.woocommerce #sidebar div ul li {
	padding: 0 0 12px 0;
	font-size: 15px;
	line-height: 20px;
}

.ascend.woocommerce #sidebar div ul li a {
	color: inherit;
}
.woocommerce #sidebar div ul li a:hover ~ .count,
.woocommerce #sidebar div ul .current-cat &gt; .count {
	color: #fff;
}
.ascend.woocommerce #sidebar h4 {
	color: #000;
}
.ascend.woocommerce #sidebar div ul {
	margin-top: 12px;
}
.ascend.woocommerce #sidebar div ul &gt; li:last-child {
	padding-bottom: 0!important;
}
.widget.woocommerce .product-categories li, .widget.woocommerce .wc-layered-nav-term,
.woocommerce .widget_layered_nav ul li, .woocommerce-page .widget_layered_nav ul li {
	position: relative;
}

@media only screen and (max-width: 999px) {
	.woocommerce #sidebar &gt; div,
	.woocommerce #sidebar &gt; div.widget {
		margin-bottom: 0;
	}
	.woocommerce  #sidebar .widget.woocommerce {
		margin-top: 8px;
		position: relative;
	}
	.woocommerce  #sidebar .widget.woocommerce:not(.widget_price_filter) h4 {
		margin-bottom: 0;
	}
	.woocommerce  #sidebar .widget.woocommerce:not(.widget_price_filter) h4 {
		cursor: pointer;
		line-height: 34px;
		padding-left: 35px;
		font-size: 14px;
	}

	.woocommerce  #sidebar .widget.woocommerce:not(.widget_price_filter) h4:before {
	    content: ' ';
	    top: 10px;
	    left: 14px;
	    width: 2px;
	    margin-left: -2px;
	    height: 14px;
	    position: absolute;
	    background-color: #888;
	    -ms-transition: transform 0.45s cubic-bezier(.3,.4,.2,1), background-color 0.15s ease;
	    transition: transform 0.45s cubic-bezier(.3,.4,.2,1), background-color 0.15s ease;
	    -webkit-transition: -webkit-transform 0.45s cubic-bezier(.3,.4,.2,1), background-color 0.15s ease;
	}
	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter) h4:after {
	    content: ' ';
	    top: 18px;
	    left: 6px;
	    margin-top: -2px;
	    width: 14px;
	    height: 2px;
	    position: absolute;
	    background-color: #888;
	    -ms-transition: background-color 0.15s ease;
	    transition: background-color 0.15s ease;
	    -webkit-transition: background-color 0.15s ease;
	}

	.woocommerce #sidebar .widget.woocommerce:not(.widget_price_filter).open-filter h4:before {
		transform: scaleY(0);
		-webkit-transform: scaleY(0);
	}

	.woocommerce #sidebar .widget.woocommerce:not(.no-widget-title) &gt; ul,
	.woocommerce #sidebar .widget.widget_product_tag_cloud &gt; div,
  .woocommerce #sidebar .widget.woocommerce-widget-layered-nav &gt; .woocommerce-widget-layered-nav-dropdown {
		display: none;
		padding-left: 35px;
	}
	
	.ascend.woocommerce #sidebar div ul.yith-wcan-color li {
		padding-bottom: 0!important;
	}

	.woocommerce-result-count { display: none;}
}
@media only screen and (min-width: 1001px) {
	.woocommerce #sidebar .widget.woocommerce &gt; ul,
	.woocommerce #sidebar .widget.widget_product_tag_cloud &gt; div,
  .woocommerce #sidebar .widget.woocommerce-widget-layered-nav &gt; .woocommerce-widget-layered-nav-dropdown {
		display: block!important;
	}
	
}
@media only screen and (min-width: 691px) {
	body[data-fancy-form-rcs="1"] .woocommerce-ordering .fancy-select-wrap a.select2-choice {
		border: none;
	}	
	body .woocommerce-ordering .select2-container .select2-choice&gt;.select2-chosen {
		font-size: 14px!important;
	}
	body[data-fancy-form-rcs="1"] .bigdrop {
		min-width: 200px;
	}
}
@media only screen and (max-width: 690px) {
	.woocommerce .container-wrap .woocommerce-ordering {
		margin-bottom: 20px;
	}
}


.widget.woocommerce .product-categories li .count, .widget.woocommerce .wc-layered-nav-term .count {
	position: absolute;
	right: 0;
	top: 0;
	background-color: rgba(0,0,0,0.05);
	padding: 5px 8px;
	border-radius: 100px;
	font-size: 11px;
	line-height: 11px;
	display: inline-block;
	-ms-transition: background-color 0.2s, color 0.2s;
	-webkit-transition: background-color 0.2s, color 0.2s;
	transition: background-color 0.2s, color 0.2s;
}

body:not(.ascend) .widget.woocommerce .product-categories li .count, 
body:not(.ascend) .widget.woocommerce .wc-layered-nav-term .count {
	top: 12px;
}
body:not(.ascend) #sidebar .widget.woocommerce li:first-child &gt; .count {
	top: 6px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before, 
body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before {
	top: 17px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before {
	top: 8px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:after, 
body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:after {
	top: 17px;
}
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:after {
	top: 8px;
}
.woocommerce-page ul.product_list_widget li img, 
#header-outer ul.product_list_widget li img,
#header-outer .widget_shopping_cart .cart_list a img,
.woocommerce-page ul.product_list_widget li img:not([srcset]) {
	height: auto;
	width: 75px;
	margin-left: 0;
	margin-right: 15px;
	float: left;
	margin-bottom: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
}

#header-outer .widget_shopping_cart .cart_list li .product-meta a,
#header-outer .widget_shopping_cart .cart_list li &gt; a &gt; img {
	-webkit-transition: opacity 0.25s ease, color 0.25s ease;
	transition: opacity 0.25s ease, color 0.25s ease;
}

#header-outer .widget_shopping_cart .cart_list li .product-meta a:hover,
#header-outer .widget_shopping_cart .cart_list li &gt; a:hover &gt; img {
	opacity: 0.75;
}

#header-outer .widget_shopping_cart .cart_list &gt; li {
	border-bottom: 1px solid rgba(0,0,0,0.07);
}
#header-outer .widget_shopping_cart .cart_list li {
	padding-bottom: 20px;
	padding-top: 20px;
}

.material.woocommerce-page ul.product_list_widget li img, 
.material #header-outer ul.product_list_widget li img {
	border-radius: 4px;
}

.woocommerce .widget_layered_nav_filters ul li a, 
.woocommerce-page .widget_layered_nav_filters ul li a {
	border: 1px solid rgba(0,0,0,0.15)!important;
	padding: 3px 8px;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.woocommerce .widget_layered_nav_filters ul li {
	margin-right: 12px!important;
}
.woocommerce .widget_layered_nav_filters ul li a:before {
	color: inherit;
	margin-top: 3px;
    display: inline-block;

}

.woocommerce-page .widget_layered_nav_filters ul li {
	padding: 0 1px 1px 0!important;
	border-bottom: 0!important;
}

.woocommerce .ppt {
	text-indent: -9999px!important;
}

.woocommerce #reviews .comment-form p {
	padding-bottom: 0;
}

.woocommerce #reviews #reply-title {
	display: block;
	margin: 0 0 0 0;
}
.woocommerce .comment-form-rating { margin-top: 20px; }

.woocommerce #reviews #comments ol.commentlist li, 
.woocommerce-page #reviews #comments ol.commentlist li {
	margin-bottom: 0!important;
}

/* yith ajax filters */

.woocommerce .yith-wcan-reset-navigation.button {
	padding: 13px 15px!important
}
.woocommerce .yith-wcan-reset-navigation.button:hover {
	opacity: 0.8;
}
.woocommerce .widget_layered_nav ul.yith-wcan-label li.chosen a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li.chosen a,
.woocommerce .widget_layered_nav ul.yith-wcan-label li a, 
.woocommerce-page .widget_layered_nav ul.yith-wcan-label li a {
	background-color: transparent;
	margin: 0;
	transition: background-color 0.2s ease;
}
.widget_layered_nav ul.yith-wcan-label li a:before,
.widget_layered_nav ul.yith-wcan-label li a:after {
	display: none!important;
}

.widget_layered_nav ul.yith-wcan-label li,
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-label li { 
  padding: 0!important; 
	margin: -1px -1px 0 0;
	background-color: #fff;
}

.material .widget_layered_nav ul.yith-wcan-label li,
.woocommerce.material #sidebar .widget_layered_nav ul.yith-wcan-label li {
		border: 1px solid rgba(0,0,0,0.1); 
}

body .widget_layered_nav ul.yith-wcan-label li.chosen a,
body .widget_layered_nav ul.yith-wcan-label li a:hover,
body #sidebar .widget_layered_nav ul.yith-wcan-label li.chosen a,
body #sidebar .widget_layered_nav ul.yith-wcan-label li a:hover,
.ascend.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-label li a:hover {
	color: #fff!important;
	border-color: transparent;
}

.widget_layered_nav ul.yith-wcan-label li a,
body.material .widget_layered_nav ul.yith-wcan-label li a,
body #sidebar .widget_layered_nav ul.yith-wcan-label li a { 
  padding: 10px 20px!important; 
  line-height: 1em; 
}

.woocommerce .widget_layered_nav ul.yith-wcan-label li {
	margin: 0;
}
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select { 
  margin-bottom: 0; 
}
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li {
	border: none;
	box-shadow: none;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li:not(.chosen) {
	opacity: 0.3;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li:hover {
	opacity: 1;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen {
	box-shadow: none;
}
.woocommerce-page .widget_layered_nav .yith-wcan-select-wrapper ul li.chosen a {
	background-image: none;
}

@media only screen and (min-width: 1000px) {
  
	.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color { 
    margin-bottom: -14px; 
  }
  
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a {
	border-radius: 100px;
	height: 32px; 
	width: 32px;
	position: relative;
	border: none;
	margin: 0 14px 14px 0;
	box-shadow: 0px 0px 0px 1px rgba(0,0,0,0.1);
	transition: box-shadow 0.25s ease, transform 0.25s ease;
}
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.woocommerce.original #sidebar .widget_layered_nav ul.yith-wcan-color li {
	border: none;
	padding: 0;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:before,
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:before,
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-select li a:after { display: none; }

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a {
	padding-left: 0!important;
}

.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-1 {
  border-width: 32px 32px 0 0;
}
.woocommerce .widget_layered_nav ul.yith-wcan-color li a span.multicolor.color-2 {
	border-width: 0 0 32px 32px;
}


#customer_details p.create-account {
	padding-left: 0;
	margin-top: 30px;
}

body[data-form-style="minimal"].single-product .comment-form-rating label[for="rating"] {
	color: #acacac;
	margin-bottom: 7px;
	display: block;
}

.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
	float: none;
}

body[data-form-style="minimal"] .create-account &gt; p:first-child {
	padding-bottom: 0;
}

/*material style*/
.woocommerce .material.product {  
  text-align: left; 
  background-color: #fff;
	border-radius: 4px; 
  transition: box-shadow 0.3s cubic-bezier(.21, .6, .35, 1); 
  overflow: hidden; 
}
.woocommerce .material.product { padding: 0!important;}
.woocommerce .material.product .product-wrap {
	overflow: visible;
	width: 100%;
}

body .products li.product.minimal .product-add-to-cart a { font-size: 12px; }

.woocommerce-page ul.products li.product.material .price,
.woocommerce-page ul.products li.product.minimal .price {
	color: #000!important;
}
.woocommerce-page ul.products li.product.minimal .price,
.woocommerce ul.products li.product.minimal .price {
	padding-top: 7px;
	margin-bottom: 0;
}

.woocommerce ul.products .material.product h3, 
.woocommerce-page ul.products .material.product h3, 
.woocommerce ul.products .material.product h2, 
.woocommerce-page ul.products .material.product h2 { 
  margin-top: 0!important; 
  color: #000; 
  transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
}

.woocommerce ul.products .material.product .price,
.woocommerce-page ul.products .material.product .price {
	transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
}
.woocommerce .material.product .product-wrap .product-add-to-cart {
	opacity: 0;
	transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
	position: absolute;
    left: 20px;
    transform: translateY(16px);
    bottom: 23px;
}
.woocommerce .material.product .product-wrap .product-add-to-cart a {
	border-radius: 0;
}

.minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"],
.minimal.product .product-wrap .normal.icon-salient-m-eye[class*=" icon-"] {
		background-color: transparent;
		width: auto;
		padding-right: 5px;
}

.minimal.product .product-wrap .normal.icon-salient-m-eye[class*=" icon-"] {
	padding-right: 4px;

}

.woocommerce .material.product .product-wrap .product-add-to-cart a {
	border: 1px solid rgba(0,0,0,0.13);
	transition: color 0.2s linear;
	background-color: transparent!important;
	padding: 0!important;
	color: #000;
}
.woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart {
	position: relative!important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart a.add_to_cart_button.added,
 .material.product .add_to_cart_button:after {
	display: none;
}

 
.woocommerce .material.product .product-wrap .product-add-to-cart a &gt; span,
.woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart { 
	padding: 8px 13px!important;
	font-size: 12px;
	line-height: 12px;
	display: inline-block;
	color: #000;
	transition: color 0.2s linear;
}

body .material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a span,
.woocommerce .main-content .material.product .product-wrap .product-add-to-cart a.added_to_cart { 
  font-size: 14px!important; 
}

.material.product .product-wrap .product-add-to-cart[data-nectar-quickview="true"] a &gt; span.price {
	display: none;
}

.material.product .product-wrap .product-add-to-cart a.nectar_quick_view span { 
  padding: 0!important; 
}

.material.product .product-wrap .product-add-to-cart a.nectar_quick_view { 
  border-left: none!important;    
  line-height: 26px!important;
}

.material.product .product-wrap .product-add-to-cart a.nectar_quick_view span {  
  padding: 8px 13px!important;  
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price,
.material.product .product-wrap .product-add-to-cart a.nectar_quick_view {
	border-right: 1px solid rgba(0,0,0,0.13);
	transition: color 0.2s linear;
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price ins,
.material.product .product-wrap .product-add-to-cart a.nectar_quick_view {
	line-height: 12px;
	font-size: 12px;
  display: inline-block;
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price .amount, 
.woocommerce .material.product .product-wrap .product-add-to-cart a,
.woocommerce .material.product .product-wrap .product-add-to-cart .price,
.material.product .product-wrap .product-add-to-cart a.nectar_quick_view { 
  font-size: 12px!important;
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price ins .amount {
	line-height: 12px;
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price,
.material.product .product-wrap .product-add-to-cart a.nectar_quick_view { 
  display: inline-block; 
  line-height: 12px; 
  margin-bottom: 0; 
	padding-right: 20px;
	position: relative;
}

.woocommerce .material.product .product-wrap .product-add-to-cart .price del { display: none;}
.woocommerce .material.product .product-wrap .product-add-to-cart a { margin-top: 0;}
.woocommerce .material.product .product-wrap .product-meta &gt; .price,
.material.product .product-wrap .product-add-to-cart a.nectar_quick_view {
	transition: all 0.25s cubic-bezier(.21, .6, .35, 1) 0.05s;
	opacity: 1;
}
.woocommerce .material.product:hover .product-wrap .product-meta &gt; .price,
.material.product .product-wrap .product-add-to-cart a.nectar_quick_view {
	transition: all .15s cubic-bezier(.21, .6, .35, 1);
}

.material.product .product-wrap .product-add-to-cart a.nectar_quick_view i {
  line-height: 20px; 
  height: 20px; 
  width: 16px; 
  margin: 0 3px 0 8px; 
  background-color: transparent!important; 
  color: inherit
}

.woocommerce .material.product .product-wrap .product-meta {
	padding: 20px 25px 20px 25px;
}

.woocommerce .material.product:hover h3, .woocommerce .material.product:hover .product-meta &gt; .price,
.woocommerce .material.product:hover h2 {
	transform: translateY(-11px);
}
.woocommerce .material.product:hover .product-wrap .product-add-to-cart {
	transform: translateY(0px);
}

.woocommerce .material.product .add_to_cart_button, 
.woocommerce .material.product .added_to_cart {
	display: inline-block;
	padding: 15px!important;
	transition: background-color 0.2s linear, opacity 0.14s cubic-bezier(.21, .6, .35, 1), transform 0.3s cubic-bezier(.21, .6, .35, 1);
	text-align: center;
	text-indent: 0;
}
.woocommerce .material.product:hover .add_to_cart_button, 
.woocommerce .material.product:hover .added_to_cart { 
	transition: background-color 0.2s linear, opacity 0.27s cubic-bezier(.21, .6, .35, 1), transform 0.3s cubic-bezier(.21, .6, .35, 1);
}


.material.product:hover .product-wrap,
.material.product.hovered .product-wrap {
	z-index: 101;
}

.material.product:hover {
	z-index: 1001;
}
.woocommerce ul.products .material.product  span.onsale,
.woocommerce-page ul.products .material.product  span.onsale{ 
  font-family: inherit; 
  font-weight: inherit; 
  border-radius: 0; 
  top: 22px; 
  min-height: 0; 
  padding-top: 0; 
  padding-bottom: 0; 
  min-width: 0; 
  right: auto; 
  left: 22px; 
  margin: 0; 
  width: auto; 
  font-size: 12px; 
  line-height: 20px;
}

.woocommerce ul.products .minimal.product  span.onsale,
.woocommerce-page ul.products .minimal.product  span.onsale {
 top: 22px; 
 min-height: 0; 
 padding-top: 0; 
 padding-bottom: 0; 
 min-width: 0; 
 right: auto; 
 left: 22px; 
 margin: 0; 
 width: auto; 
 font-size: 12px!important; 
 line-height: 20px;
}

body[data-button-style="rounded"].woocommerce ul.products .material.product  span.onsale,
body[data-button-style="rounded"].woocommerce-page ul.products .material.product  span.onsale {
	border-radius: 100px!important;
	padding-left: 10px!important;
	padding-right: 10px!important;
}

.material.product:hover {
	z-index: 100;
    box-shadow: 0 20px 70px rgba(0,0,0,0.17);
}

.material.product:hover .product-wrap .product-add-to-cart {
	opacity: 1;
}

.woocommerce .material.product:hover .product-wrap .product-meta &gt; .price {
	opacity: 0;
}



/*minimal*/
 li.product.minimal .woocommerce-loop-product__title {
	 width: calc(100%);
	padding-bottom: 2px!important;
	display: inline;
 }
 body.woocommerce #ajax-content-wrap ul.products li.minimal.product span.onsale,
 .nectar-woo-flickity ul.products li.minimal.product span.onsale {
	 border-radius: 4px!important;
	 z-index: 100;
 }
 
 .span_12.light li.product.minimal .woocommerce-loop-product__title,
 .span_12.light li.product.minimal div.product-add-to-cart { color: #333; }
 
  ul.products li.minimal.product .product-wrap { overflow: visible; }
 
.products li.product.minimal .product-meta { position: relative; }

@media only screen and (max-width: 1250px) and (min-width: 1000px) {
  
	.full-width-content .vc_col-sm-6 .products.columns-2.flickity-enabled li.product.minimal [data-nectar-quickview="true"] a i.normal,
	.products.columns-dynamic.flickity-enabled li.product.minimal [data-nectar-quickview="true"] a i.normal,
	.products.columns-4 li.product.minimal [data-nectar-quickview="true"] a i.normal {
		display: none;
	}
  
}

 .products li.product.minimal [data-nectar-quickview="true"] .nectar_quick_view {
	 display: inline-block;
	 line-height: 12px;
	 font-size: 12px;
	 border-radius: 3px;
	 color: inherit;
	 letter-spacing: 0;
 }
 .products li.product.minimal [data-nectar-quickview="true"] .button.product_type_variable,
 .products li.product.minimal [data-nectar-quickview="true"] .button.product_type_simple:not(.added) {
	margin-right: 14px;
 } 
 .products li.product.minimal [data-nectar-quickview="true"] .add_to_cart_button,
 .products li.product.minimal .product-add-to-cart .added_to_cart {
	 display: inline-block;
	 margin-right: 15px;
	 letter-spacing: 0;
	 color: inherit;
	 line-height: 20px;
 }
 
 .products li.product.minimal .product-add-to-cart .loading:after {
		right: auto!important;
		left: 2px;
  }
 .products li.product.minimal .product-add-to-cart .loading .icon-salient-cart { 
   visibility: hidden; 
 }
	
 .products li.product.minimal:hover .product-add-to-cart a.added_to_cart {
	 transition: transform 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.55s cubic-bezier(.2,.75,.5,1), background-size 0.55s cubic-bezier(.2,.75,.5,1); 
 }
 .products li.product.minimal .product-add-to-cart a.added { margin-right: 0; }
 .products li.product.minimal .product-add-to-cart a.added span { display: none; }
 
  .products li.product.minimal .product-add-to-cart .added_to_cart {
    text-indent: 0; 
    position: relative!important; 
    font-size: 12px; 
  }

 .products li.product.minimal .product-add-to-cart[data-nectar-quickview="true"] a,
 .products li.product.minimal .product-add-to-cart a {
	 background-color: transparent!important;
	 padding: 0!important;
	 color: inherit;
	 margin-top: 0;
 }

  li.product.minimal .product-wrap img { 
    margin-bottom: 0!important; 
    border-radius: 6px 6px 0 0; 
    transition: border-radius 0.5s cubic-bezier(.2,.75,.5,1)
  }
  
 .woocommerce ul.products .minimal.product span.onsale, 
 .woocommerce-page ul.products .minimal.product span.onsale{
 	left: 20px;
	top: 20px;
 	padding: 3px 11px;
 }

 .products li.product.minimal .product-meta {
	 padding: 25px 25px 25px 25px;
 }
 .products li.product .nectar_quick_view {
	 cursor: pointer;
 }
 
 @media only screen and (max-width: 999px) {
   
	  .products li.product .nectar_quick_view { 
      display: none!important; 
    }
		.woocommerce .classic .product-wrap .product-add-to-cart[data-nectar-quickview="true"] .add_to_cart_button {
			width: 100%;
		}
 }
 
.products li.product.minimal .product-meta h2 { 
  padding-top: 0; 
  margin-top: 0!important; 
}

.products li.product.minimal .product-add-to-cart {
	 position: absolute;
		width: 100%;
		padding: 0;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		pointer-events: none;
}
.products li.product.minimal .price-hover-wrap .price { 
  margin-bottom: 0; 
}
.products li.product.minimal .price-hover-wrap { 
  position: relative; 
  min-height: 26px; 
  width: calc(100% + 40px);
}
.products li.product.minimal .product-add-to-cart a { 
	opacity: 0;
	transition: none;
}
#header-outer .widget_shopping_cart .cart_list li {
    text-align: left;
}

.products li.product.minimal:hover .product-add-to-cart a {
	pointer-events: all;
}

body .nectar-quick-view-box h1.product_title.entry-title {
	padding-right: 30px;
}
.nectar-quick-view-box .single_add_to_cart_button_wrap a span,
.products li.product.minimal .product-add-to-cart a span { padding: 4px 0;}
 .nectar-quick-view-box  .single_add_to_cart_button_wrap a:hover span,
.products li.product.minimal .product-add-to-cart a:hover span,
.products li.product.minimal .product-add-to-cart .added_to_cart:hover,
.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control.active,
.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li.active a,
.woocommerce .woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-MyAccount-content .woocommerce-message a.button:hover {
	background-size: 100% 2px;
}
.nectar-quick-view-box .single_add_to_cart_button_wrap a span,
.products li.product.minimal .product-add-to-cart a span,
.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control,
.products li.product.minimal .product-add-to-cart .added_to_cart,
.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,
.woocommerce .woocommerce-info a,
.woocommerce-message a {
	background-repeat: no-repeat;
	background-size: 0% 2px;
	background-position: left bottom;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
	transition: background-size 0.55s cubic-bezier(.2,.75,.5,1);
}

.nectar-quick-view-box  .single_add_to_cart_button_wrap a.single_add_to_cart_button span,
.woocommerce .woocommerce-info a,
.woocommerce-message a,
.woocommerce-MyAccount-content .woocommerce-message a.button {
	background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
}

.nectar-quick-view-box  .single_add_to_cart_button_wrap a,
.woocommerce-tabs .full-width-content[data-tab-style="fullwidth"] ul.tabs li a,
.woocommerce .woocommerce-info a,
.woocommerce-message a {
	position: relative;
}

.nectar-quick-view-box .summary-content &gt; .nectar-full-product-link  {
 display: none!important;
}

.nectar-quick-view-box .nectar-full-product-link a {
	color: #000;
	padding-bottom:4px;
}

.products li.product.minimal .product-meta &gt; a h2,
.products li.product.minimal .product-meta,
.products li.product.minimal .product-meta .price  {
	display: block;
	transition: opacity 0.55s cubic-bezier(.2,.75,.5,1), transform 0.55s cubic-bezier(.2,.75,.5,1);
}

.products li.product.minimal:hover .product-meta .price {
	transition: opacity 0.15s cubic-bezier(.2,.75,.5,1), transform 0.15s cubic-bezier(.2,.75,.5,1);
}

.products li.product.minimal:hover .product-meta &gt; a h2 {
	transform: translateY(0px);
}
.products li.product.minimal .product-add-to-cart a {
	transform: translateY(0px);
	transition: transform 0.25s cubic-bezier(.2,.75,.5,1), opacity 0.25s cubic-bezier(.2,.75,.5,1);
} 
.products li.product.minimal:hover .product-add-to-cart a {
	transition: transform 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.55s cubic-bezier(.2,.75,.5,1);
} 

.products li.product.minimal.hover-bound:hover .product-meta  {
	transform: translateY(9px) translatex(-10px);
}

.products li.product.minimal:hover .product-meta .price {
	opacity: 0;

}
.products li.product.minimal:hover .product-add-to-cart a {
	opacity: 1;
	transform: translateY(0px);

}

  li.product.minimal:hover .product-wrap img { border-radius: 0 0 0 0 } 

.products li.product.minimal .background-color-expand,
.products li.product.minimal .background-color-expand:before {
	display: block;
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #fff;
	border-radius: 6px;
	transition: transform 0.55s cubic-bezier(.2,.75,.5,1); 
	pointer-events: none;
	z-index: -1;
}
.products li.product.minimal .background-color-expand:before {
	z-index: -2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	transform-origin: center;
	background-color: transparent;
	box-shadow: none;
	background-color: transparent;
	transition: box-shadow 0.55s cubic-bezier(.2,.75,.5,1);
}


.products[data-product-style="minimal"] { 
	width: calc(100% + 15px);     
	display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; 
}

.nectar-woo-flickity .products[data-product-style="minimal"] {
	width: 100%;
}

.carousel-wrap.products-carousel .caroufredsel_wrapper .products[data-product-style="minimal"] {
	display: block;
}

.woocommerce .products-carousel .caroufredsel_wrapper ul.products[data-product-style="minimal"] li.product a.add_to_cart_button,
.woocommerce .products-carousel .caroufredsel_wrapper ul.products[data-product-style="minimal"] li.product .product-add-to-cart a {
	   margin-right: 15px!important;
}
	
.full-width-content &gt; .products[data-product-style="minimal"] { width: 100%; padding-left: 15px;}

.products li.product.minimal.hover-bound:hover .background-color-expand:before {
	 box-shadow: 0px 50px 95px -15px rgba(0,0,0,0.15);
	 pointer-events: all;
}
.products li.product.minimal:hover .background-color-expand {
 pointer-events: all;
}

.products li.product.minimal .product-wrap {
	background-color: #fff;
	border-radius: 6px;
}

.woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal, 
.woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(33.3% - 15px);
}

.woocommerce ul.products[data-product-style="minimal"] li.product.minimal, 
.woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(25% - 15px);
    margin-right: 15px;
    margin-bottom: 15px;
		clear: none;
}

@media only screen and (min-width: 1000px) {
	body .woocommerce.columns-4 ul[data-product-style="minimal"].products li.product {
		width: calc(24.9% - 15px);
	}
}
@media only screen and (min-width: 690px) {
	
	body .woocommerce.columns-2 ul[data-product-style="minimal"].products li.product {
		width: calc(49.7% - 15px);
	}
	body .woocommerce.columns-3 ul[data-product-style="minimal"].products li.product {
		width: calc(33.1% - 15px);
	}
}
body .woocommerce.columns-1 ul[data-product-style="minimal"].products li.product {
	width: calc(100%);
}

.woocommerce .cart-collaterals .cross-sells ul.products[data-product-style="minimal"] li.product.minimal, 
.woocommerce-page .cart-collaterals .cross-sells  ul.products[data-product-style="minimal"] li.product.minimal {
	width: calc(50% - 15px);
}

.full-width-content ul.products[data-product-style="minimal"] li.product.minimal, 
.woocommerce-page .full-width-content ul.products[data-product-style="minimal"] li.product.minimal {
  margin-left: 0!important;	
}

@media only screen and (max-width: 1500px) and (min-width: 1000px) {
	.full-width-content ul.products[data-product-style="minimal"] li.product.minimal, 
	.woocommerce-page .full-width-content ul.products[data-product-style="minimal"] li.product.minimal {
	     width: calc(24.9% - 15px);
	}
}

@media only screen and (min-width: 1500px) {
	.full-width-content .vc_span12 ul.products[data-product-style="minimal"] li.product.minimal, 
	.woocommerce-page .full-width-content ul.products[data-product-style="minimal"] li.product.minimal {
	    width: calc(20% - 15px);
	}
}



@media only screen and (max-width: 1300px) and (min-width: 1000px) {
	.woocommerce  ul.products[data-product-style="minimal"] li.product.minimal, 
	.woocommerce-page  ul.products[data-product-style="minimal"] li.product.minimal {
	    width: calc(33.1% - 15px);
	}
}


@media only screen and (max-width: 1300px) and (min-width: 690px) {
	.woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal, 
	.woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal {
	    width: calc(49.7% - 15px);
	}
}

@media only screen and (max-width: 999px) {
 body.woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal, 
 body.woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
 body.woocommerce ul.products[data-product-style="minimal"] li.product.minimal, 
 body.woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal {
	 margin-right: 15px;
	 width: calc(49.7% - 15px);
 }
}


@media only screen and (max-width: 690px) {
	.woocommerce .span_9 ul.products[data-product-style="minimal"] li.product.minimal, 
	.woocommerce-page .span_9 ul.products[data-product-style="minimal"] li.product.minimal,
	.woocommerce  ul.products[data-product-style="minimal"] li.product.minimal, 
	.woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal {
	    width: 100%;
	}
}

.woocommerce-page ul.products[data-product-style="minimal"] li.product.minimal.last, 
.woocommerce ul.products[data-product-style="minimal"] li.product.minimal.last {
	margin-right: 15px;
}


.woocommerce.add_to_cart_inline a.button.add_to_cart_button span.price,
.woocommerce.add_to_cart_inline a.button.add_to_cart_button .icon-salient-cart {
	display: none;
}

p.woocommerce.add_to_cart_inline { text-align: center; }
body p.woocommerce.add_to_cart_inline &gt; span.woocommerce-Price-amount,
body p.woocommerce.add_to_cart_inline ins &gt; span.woocommerce-Price-amount { 
  display: block; 
  margin-bottom: 20px; 
  font-size: 22px; 
}

body p.woocommerce.add_to_cart_inline { 
  padding: 0 0 40px!important; 
  border: none!important; 
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button {
	padding: 22px 45px;
	display: inline-block;
	font-size: 14px;
}
body .woocommerce.add_to_cart_inline a.button.add_to_cart_button:hover { opacity: 0.9; }
body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.added:after {
	margin-left: 10px;
}

body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading { opacity: 0.5; }
body .woocommerce.add_to_cart_inline a.button.add_to_cart_button.loading:after { display: none; }

/*quick view*/

.nectar-quick-view-box .product-loading { 
  pointer-events: none;
	opacity: 0; transition: opacity 0.3s; position: absolute; top: 50%; left: 50%; transform: translateY(-50%) translateX(-50%); z-index: 20; 
}

.nectar-quick-view-box .product-loading .dot {
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background: #fff;
	margin: 6px;
	transform-origin: center;
}

.nectar-quick-view-box.visible.loading-vis .product-loading {
	opacity: 1;
}
.nectar-quick-view-box.visible.loading-vis .product-loading .dot {
	-webkit-animation: n_dot_loading 1.1s infinite;
	animation: n_dot_loading 1.1s infinite;
}

.nectar-quick-view-box.visible.loading-vis .product-loading .dot:nth-child(3) {
  animation-delay: -0.9s;
}
.nectar-quick-view-box.visible.loading-vis .product-loading .dot:nth-child(2) {
  animation-delay: -1s;
}
.nectar-quick-view-box.visible.loading-vis .product-loading .dot:nth-child(1) {
}

@keyframes n_dot_loading {
	0%, 60%, 100% {
		transform: initial;
	}
	30% {
		transform: translateY(-15px);
	}
}

.nectar-quick-view-box.animate-width.loading-vis .product-loading { transition: opacity 0.3s ease; opacity: 0; }

li.product.no-trans * { visibility: hidden!important; }
li.product.no-trans.minimal:before { background-color: rgba(0,0,0,0.08); position: absolute; left: 0; top: 0; width: 100%;
 height: 100%; content: ''; display: block; }
 
 li.product.no-trans.minimal:before {
	 border-radius: 6px;
 }
 
ul.products li.product.no-trans,
ul.products li.product.no-trans *,
ul.products li.product.no-trans .background-color-expand:before {
	-webkit-transition: none!important;
	transition: none!important;
	transition-delay: 0s!important;
	box-shadow: none;
}

.nectar-quick-view-box-backdrop {
	position: fixed;
	z-index: -1;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	cursor: pointer;
	transition: opacity 0.3s ease;
	background-color: rgba(0,0,0,0.45);
	visibility: hidden;
	pointer-events: none;
	opacity: 0;
}
.nectar-quick-view-box-backdrop.visible {
	opacity: 1;
	z-index: 10000;
	transition: opacity 0.7s ease;
	pointer-events: all;
}
.nectar-quick-view-box {
	display: block;
  position: fixed;
  max-width: 1050px;
  visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  will-change: left,top,width;
	pointer-events: none;
  z-index: 20000;
	min-width: 200px;
	min-height: 200px;
}

.nectar-quick-view-box .inner-wrap {
	height: 100%;
	width: 100%;
	border-radius: 6px;
	overflow: hidden;
	background-color: #fff;
  position: relative;
}

.nectar-quick-view-box:before {
	position: absolute;
	display: block;
	content: '';
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -1;
	opacity: 0;
	box-shadow: 0 50px 95px -15px rgba(0,0,0,0.15);
}

.nectar-quick-view-box.box-shadow-trans:before { 
	transition: opacity 0.55s ease;
}

.nectar-quick-view-box.visible:before {
	opacity: 1;
}
.product.open-nectar-quick-view { transition: opacity .3s ease; }

.nectar-quick-view-box .woocommerce-review-link { pointer-events: none; color: inherit; opacity: 0.6; font-size: 14px;}

.nectar-quick-view-box .entry-summary p.price {
	padding-bottom: 20px;
}

.woocommerce-variation-add-to-cart.woocommerce-variation-add-to-cart-enabled {
	margin-top: 30px;
}

.woocommerce div.product .stock, .nectar-quick-view-box div.product .stock {
	padding-bottom: 0;
}

.nectar-quick-view-box .preview_image { position: absolute; height: 100%; left: 0; overflow: visible;
top: 0; z-index: 10; }
.nectar-quick-view-box .preview_image img {
	max-width: none;
	height: 100%;
	width: auto;
	display: block;
}

.nectar-quick-view-box.visible {
    visibility: visible;
		pointer-events: all;
}

.nectar-quick-view-box .nectar-product-slider { opacity: 0; }
.nectar-quick-view-box .nectar-product-slider .carousel-cell &gt; a {
	display: block;
	line-height: 0;
}
.nectar-quick-view-box.add-content .nectar-product-slider { opacity: 1; }

.nectar-quick-view-box .flickity-viewport { overflow: hidden; position: relative; }


.nectar-quick-view-box  .flickity-page-dots {
	bottom: 15px;
}
body .nectar-quick-view-box .images .carousel-cell {
	width: 100%!important;
	min-height: 400px;
	display: block;
	pointer-events: none;
}

.nectar-quick-view-box .flickity-page-dots .dot {
	width: 16px;
}

.nectar-quick-view-box div.product { display: block; }

body .nectar-quick-view-box .woocommerce-product-gallery, 
body .nectar-quick-view-box div.product div.summary {
	float: none!important;
	display: inline-block;
}

body .nectar-quick-view-box div.product div.images { position: relative; }
body .nectar-quick-view-box div.product div.images:after {
	background-color: rgba(0,0,0,0.08);
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
	content: '';
	display: block;
	-webkit-transform: scaleY(0);
	transform: scaleY(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-webkit-transition: transform 0.55s cubic-bezier(.2,.75,.5,1); 
	transition: transform 0.55s cubic-bezier(.2,.75,.5,1); 
}
body .nectar-quick-view-box.add-content div.product div.images:after {
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
}

body .nectar-quick-view-box div.product div.images { 
  width: calc(100% - 475px)!important; 
  height: 100%; 
}


body.woocommerce .nectar-quick-view-box div.product div.summary,
body.woocommerce-page .nectar-quick-view-box div.product div.summary, 
.nectar-quick-view-box div.product div.summary  { 
  width: 475px!important; 
}

.nectar-quick-view-box div.product div.images {
	float: left
}

.nectar-quick-view-box .nectar-product-slider { 
  width: calc(100% + 2px);
  height: calc(100% + 4px); 
  top: -2px; 
  left: -2px; 
}

.nectar-quick-view-box .inner-content, .nectar-quick-view-box div.product,
 body .nectar-quick-view-box div.product div.summary  {
	height: 100%;
}
body .nectar-quick-view-box div.product div.summary {
	padding: 50px 50px 0 50px;
}

.nectar-quick-view-box .entry-summary::-webkit-scrollbar,
#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar,
.nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar {
    width: 10px;
}
#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar,
.nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar {
	background-color: rgba(0, 0, 0, 0.07);
}
.nectar-quick-view-box .entry-summary::-webkit-scrollbar:hover,
.nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.09);
}
#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar:hover,
.nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar:hover {
	background-color: rgba(0, 0, 0, 0.11);
}
.nectar-quick-view-box .entry-summary::-webkit-scrollbar-thumb,
#header-outer .widget_shopping_cart .cart_list::-webkit-scrollbar-thumb,
.nectar-slide-in-cart .widget_shopping_cart .cart_list::-webkit-scrollbar-thumb {
		background: rgba(0,0,0,0.25);
  background-clip: padding-box;
  min-height: 10px;
}

.nectar-quick-view-box .summary-content &gt; * {
	opacity: 0;
	transform: translateY(30px);
	transition: transform 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.55s cubic-bezier(.2,.75,.5,1);
}
.woocommerce-account .woocommerce &gt; #customer_login form { 
	display: block; 
	opacity: 0;
	transition: opacity 0.5s ease;
}

.woocommerce-account .woocommerce &gt; #customer_login .visible form  {
	opacity: 1;
}

.nectar-quick-view-box.add-content .summary-content &gt; * {
	opacity: 1;
	transform: translateY(0px);
	transition: transform 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.55s cubic-bezier(.2,.75,.5,1);
}
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(2) { transition-delay: 0.05s; }
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(3) { transition-delay: 0.1s; }
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(4) { transition-delay: 0.15s; }
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(5) { transition-delay: 0.2s; }
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(6) { transition-delay: 0.25s; }
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(7) { transition-delay: 0.3s; }
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(8) { transition-delay: 0.35s; }
.nectar-quick-view-box.add-content .summary-content &gt; *:nth-child(9) { transition-delay: 0.4s; }

body .nectar-quick-view-box.add-content div.product div.summary { 
  overflow-y: auto; 
  height: calc(100% - 52px); 
}

body .nectar-quick-view-box div.product div.summary { 
  background-color: #fff; 
  position: relative; 
  z-index: 1; 
}

body .nectar-quick-view-box a.single_add_to_cart_button,
body .nectar-quick-view-box a.button.disabled {
	padding: 20px 10px;
}

.nectar-quick-view-box .single_add_to_cart_button_wrap {
		width: 475px;
		position: absolute;
		bottom: 0;
		right: 0;
		z-index: 10;
		display: -webkit-flex;
		display: flex;
}

body .nectar-quick-view-box .single_add_to_cart_button {
	display: block;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
body .nectar-quick-view-box .nectar-full-product-link a {
	display: block;
}
.nectar-quick-view-box .single_add_to_cart_button_wrap a.single_add_to_cart_button,
.nectar-quick-view-box .single_add_to_cart_button_wrap .nectar-full-product-link a {
    min-width: 150px;
    display: block;
		border-radius: 0;
}
body .nectar-quick-view-box .nectar-full-product-link {
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
.nectar-quick-view-box .nectar-full-product-link a {
	left: auto;
	right: 0;
	padding: 20px 15px;
	text-align: center;
	margin-bottom: 0;
	font-size: 12px;
  line-height: 12px;
	background-color: #f1f1f1;
}
.nectar-quick-view-box .single_add_to_cart_button_wrap {
	opacity: 0;
	transition: opacity 0.55s cubic-bezier(.2,.75,.5,1);
}

.nectar-quick-view-box.add-content .single_add_to_cart_button_wrap  {
	opacity: 1;
}

.nectar-quick-view-box .summary-content button[type="submit"].single_add_to_cart_button {
	display: none;
}

.nectar-quick-view-box a .close-wrap,
.nectar-quick-view-box .close a  {
    width: 19px;
    height: 18px;
    opacity: 0;
}
.nectar-quick-view-box .close {
  right: 40px;
  top: 40px;
  position: absolute;
}
 .nectar-quick-view-box .close a {
    position: relative;
    display: block;
    width: 24px;
    height: 17px;
    line-height: 22px;
    z-index: 10;
  }
.nectar-quick-view-box a .close-wrap, 
.nectar-quick-view-box .close a { 
  display: block; opacity: 1; 
}

.nectar-quick-view-box .close-wrap{
	 -webkit-font-smoothing: subpixel-antialiased;
	 -webkit-transform-style: preserve-3d;
	 transform-style: preserve-3d;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
	 transform: translateX(-50%) translateY(-50%) translateZ(0);
	 -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
	 transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
	 transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
	 transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
	 width: 20px;
	 height: 20px;
	 display: block;
	 overflow: hidden;
}

.nectar-quick-view-box.add-content .close-line1 {
    -webkit-animation-name: crossRight;
    animation-name: crossRight;
    -webkit-animation-delay: .29s;
    animation-delay: .29s;
}

.nectar-quick-view-box.add-content .close-line2  {
    -webkit-animation-name: crossLeft;
    animation-name: crossLeft;
    -webkit-animation-delay: .15s;
    animation-delay: .15s;
}

.nectar-quick-view-box .close-wrap .close-line1  {
	display: block;
    -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
    transform: translateY(-30px) translateX(30px) rotate(45deg);
}

.nectar-quick-view-box .close-wrap .close-line2 {
	display: block;
    -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg); 
     transform: translateY(-30px) translateX(-30px) rotate(-45deg); 
}

.nectar-quick-view-box .close-wrap .close-line {
    height: 100%;
    width: 2px;
    background-color: #545454;
    backface-visibility: hidden;
    position: absolute;
    border-radius: 5px;
    left: 9px;
    transition: opacity 0.2s ease, background-color 0.2s ease;
		-webkit-animation-duration: .4s;
		animation-duration: .4s;
		-webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
		animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
		-webkit-animation-fill-mode: forwards;
		animation-fill-mode: forwards;
}

.nectar-quick-view-box .close a:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0 -20px;
    border-radius: 50%;
    background-color: rgba(0,0,0,.05);
    content: '';
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
    -webkit-transition: all 0.45s cubic-bezier(.15,0.2,.1,1);
}

.nectar-quick-view-box .close:hover a:before {
    transform: scale(1.2) translateZ(0);
    -webkit-transform: scale(1.2) translateZ(0);
}

@-webkit-keyframes crossLeft{
    100%{-webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
        transform:translateY(0px) translateX(0px) rotate(-45deg)
    }
}
@keyframes crossLeft{
    100%{-webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
        transform:translateY(0px) translateX(0px) rotate(-45deg)
        }
}

@-webkit-keyframes crossRight{
    100%{-webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
        transform:translateY(0px) translateX(0px) rotate(45deg)
        }
}
@keyframes crossRight{
    100%{-webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
        transform:translateY(0px) translateX(0px) rotate(45deg)
        }
}

.nectar-quick-view-box .close { opacity: 0; pointer-events: none; transition: opacity 0.4s ease; }
.nectar-quick-view-box.add-content .close { opacity: 1; pointer-events: all; }

.woocommerce span.onsale .nectar-quick-view-box .onsale, 
.woocommerce-page .nectar-quick-view-box .onsale, 
.nectar-quick-view-box .onsale {
	padding: 6px 12px;
	border-radius: 4px;
	left: 25px;
	right: auto;
	top: 25px;
	min-height: 0;
	min-width: 0;
	width: auto;
	margin-top: 0;
	line-height: 1em;
	height: auto;
	opacity: 0;
	transform: scale(0.7);
	transition: transform 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.55s cubic-bezier(.2,.75,.5,1);
}
.nectar-quick-view-box .onsale { 
  color: #fff; 
  position: absolute; 
  z-index: 10;
}

 .woocommerce span.onsale .nectar-quick-view-box.add-content .onsale, 
 .woocommerce-page .nectar-quick-view-box.add-content .onsale, 
 .nectar-quick-view-box.add-content .onsale {
	 opacity: 1;
	 transform: scale(1);
 }

/* hover text style */
.text_on_hover.product {
	text-align: center;
	margin-bottom: 4%!important;
}

body .text_on_hover.product .add_to_cart_button { 
  border: none; 
}

.text_on_hover.product .text-on-hover-wrap {
	position: absolute;
	top: 0;
	width: 100%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transition: all 0.25s ease;
	-webkit-transition: all 0.25s ease;
	top: 50%;
	text-align: center;
	z-index: 20;
	opacity: 0;
}

.text_on_hover.product .text-on-hover-wrap .star-rating {
	display: inline-block;
	margin-top: 13px;
	font-size: 18px;
	margin-bottom: -2px!important;
}

.text_on_hover.product .star-rating span:before {
	content: "\73\73\73\73\73"!important;
}

.woocommerce ul.products li.product .price del, 
.woocommerce-page ul.products li.product .price del {
	font-size: 0.67em;
	color: rgba(145, 145, 145, 0.5);
	display: inline;
}


.woocommerce #content div.product p.price del, .woocommerce #content div.product span.price del, 
.woocommerce div.product p.price del, .woocommerce div.product span.price del, 
.woocommerce-page #content div.product p.price del, .woocommerce-page #content div.product span.price del, 
.woocommerce-page div.product p.price del, .woocommerce-page div.product span.price del {
    color: rgba(145, 145, 145, 0.5);
    font-size: 0.67em;
}

.text_on_hover.product .text-on-hover-wrap .price, 
.text_on_hover.product .text-on-hover-wrap ins .amount,
.woocommerce ul.products li.text_on_hover.product .price {
	font-size: 26px;
	margin-top: 6px;
	margin-bottom: 4px;
}

.text_on_hover.product .text-on-hover-wrap del {
	display: block!important;
}

.text_on_hover.product .text-on-hover-wrap * {
	color: #000;
}

.woocommerce .text_on_hover.product .star-rating:before, 
.woocommerce-page .text_on_hover.product .star-rating:before {
	color: #aaa;
}

.text_on_hover.product h3 {
	text-align: center;
	padding-bottom: 0!important;
	margin-bottom: 0!important;
}

.text_on_hover.product h3 a {
	color: #000!important;
}

.text_on_hover.product .text-on-hover-wrap .price del {
	display: block;
	margin-bottom: 5px!important;
}

.woocommerce #respond input#submit.loading:after, 
.woocommerce a.button.loading:after,
 .woocommerce button.button.loading:after, 
 .woocommerce input.button.loading:after {
	right:-20px!important;
	top: 0!important;
}

.woocommerce .products-carousel ul.products li.product.text_on_hover.product a.added_to_cart, 
.woocommerce .products-carousel ul.products li.product.text_on_hover.product .add_to_cart_button,
.woocommerce .products-carousel ul.products li.product.text_on_hover.product h3 a {
	cursor: pointer!important;
}

.woocommerce .products .text_on_hover.product .star-rating, 
.woocommerce-page .products .text_on_hover.product .star-rating {
	margin-bottom: 0;
	margin-top: 11px;
}

.text_on_hover.product .link-overlay, 
.classic.product .link-overlay {
	z-index: 100;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}


.woocommerce ul.products .text_on_hover.product .add_to_cart_button {
	background-color: transparent!important;
	color: #000;
	padding: 0;
	vertical-align: top;
	margin: 8px 0 0 0!important;
}


.text_on_hover.product .add_to_cart_button.product_type_simple.added {
	display: none!important;
}

.woocommerce ul.products .text_on_hover.product a.added_to_cart.wc-forward {
	padding: 6px 10px!important;
	margin: 10px 0 0 0!important;
}


.text_on_hover.product .add_to_cart_button:focus {
	top:0px!important;
}

.text_on_hover.product .add_to_cart_button:hover {
	border-color: transparent!important;
	background-color: transparent!important;
	opacity: 0.7;
}

.text-on-hover-wrap .categories a {
	letter-spacing: 0;
	font-size: 12px;
}

.text_on_hover.product .product-wrap .bg-overlay {
  transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	-webkit-transition: opacity 0.3s cubic-bezier(.21, .6, .35, 1);
	opacity: 0;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: ' ';
	background-color: #f8f8f8;
	z-index: 11;
}

.text_on_hover.product a.added_to_cart {
   display: inline-block;
   position: relative!important;
   text-indent: 0;
   transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
	-webkit-transition: all 0.3s cubic-bezier(.21, .6, .35, 1);
	color: #fff!important;
	margin-left: 3px;
}

.ascend .text_on_hover.product a.added_to_cart,
.ascend .text_on_hover.product .add_to_cart_button {
	border-radius: 0;
}

.text_on_hover.product a.added_to_cart:hover {
	opacity: 0.8;
}


.text_on_hover.product .nectar_quick_view {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	width: 100%;
	z-index: 100;
	padding: 7px;
	opacity: 0;
	transition: all 0.25s ease;
}
.text_on_hover.product .product-wrap:hover .nectar_quick_view {
	opacity: 1;
}
.text_on_hover.product .nectar_quick_view span {
	 line-height: 20px;
}

 .woocommerce .text_on_hover.product a.button.loading:before, 
 .woocommerce .text_on_hover.product button.button.loading:before, 
 .woocommerce-page .text_on_hover.product a.button.loading:before, 
 .woocommerce-page .text_on_hover.product button.button.loading:before {
 	background: none!important;
 }

body #amazon_customer_details.wc-amazon-payments-advanced-populated + #customer_details {
	display: block;
}
body #amazon_customer_details.wc-amazon-payments-advanced-populated + #customer_details .col-1 {
	display: none;
}

.wc-forward a:after, .wc-forward:after,
.woocommerce .text_on_hover.product a.button.added:before, 
.woocommerce .text_on_hover.product button.button.added:before,
.woocommerce .text_on_hover.product input.button.added:before, 
.woocommerce-page .text_on_hover.product a.button.added:before, 
.woocommerce-page .text_on_hover.product button.button.added:before, 
.woocommerce-page .text_on_hover.product input.button.added:before {
	content: ''!important;
	margin: 0!important;
}

.text_on_hover.product.hovered .product-wrap .bg-overlay {
	opacity: 0.88;
}

.text_on_hover.product.hovered .product-wrap .text-on-hover-wrap, 
.woocommerce ul.products li.product.text_on_hover.hovered .onsale,
ul.products li.product.text_on_hover.hovered .onsale {
	opacity: 1;
}

.woocommerce ul.products li.product.text_on_hover .onsale, 
.woocommerce-page ul.products li.product.text_on_hover .onsale, 
.woocommerce .text_on_hover.product span.onsale, 
.woocommerce-page .text_on_hover.product span.onsale, 
div[data-project-style="text_on_hover"] .single-product-main-image .onsale {
    border-radius: 0;
    margin-top: 0;
    padding: 4px 9px;
    margin-right: 0;
    right: auto;
    line-height: 16px;
    min-height: 0;
    height: auto;
    left: 13px;
    top: 13px;
    width: auto;
    z-index: 1000;
    transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	font-family: 'Open Sans';
	font-weight: 400;
	text-transform: uppercase;
}

div[data-project-style="text_on_hover"] .single-product-main-image .onsale {
	width: 59px;
	font-size: 14px;
	top: 21px;
}


.iosSlider {
	position: relative;
	margin-top: 9px;
	opacity: 0;
}

.iosSlider.product-slider .slide .easyzoom a {
	pointer-events: none;
	display: block;
}

.iosSlider.product-thumbs .thumb {
	width: 118px;
	margin-right: 10px;
	display: inline-block;
}

.iosSlider.product-thumbs .thumb img {
	opacity: 0.4;
	transition: opacity 0.2s linear;
	-webkit-transition: opacity 0.2s linear;
	-moz-backface-visibility: hidden;
}

.iosSlider.product-thumbs .thumb.active img {
	opacity: 1;
}

.iosSlider.product-thumbs .slider &gt; div:last-child {
	margin-right: 0;
}

.iosSlider.product-thumbs .slider {
	margin-top: 10px;
}

.iosSlider.product-thumbs {
	width: 100%;
}

.iosSlider .slider .slide {
    float: left;
    width: 100%;
}

.iosSlider .slider_controls .fa-angle-right,
.iosSlider .slider_controls .fa-angle-left {
	background-color: transparent;
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	color: #666;
	line-height: 50px;
	height: 45px;
	width: 35px;
}

.iosSlider .next_slide,
.iosSlider .prev_slide {
	position: absolute;
	top: 50%;
	width: 35px;
	height: 45px;
	background-color: rgba(255,255,255,0.6);
	z-index: 1000000;
	margin-top: -20px;
	transition: all 0.45s ease 0s ;
	-webkit-transition: all 0.45s ease 0s ;
}

.iosSlider .next_slide:hover .fa-angle-right,
.iosSlider .prev_slide:hover .fa-angle-left {
	color: #fff;
}

.iosSlider.product-thumbs .slider_controls .fa-angle-right,
.iosSlider.product-thumbs .slider_controls .fa-angle-left,
.iosSlider.product-thumbs .next_slide,
.iosSlider.product-thumbs .prev_slide {
	width: 30px;
	height: 40px;
	line-height: 40px;
}

.iosSlider .prev_slide { left: -42px; }
.iosSlider .prev_slide.inactive { left: -42px; } 

.iosSlider .next_slide { right: -42px; }
.iosSlider .next_slide.inactive { right: -42px; }

@media only screen and (min-width:1000px) {
	.iosSlider:hover .prev_slide {
		left: 0;
	}

	.iosSlider:hover .next_slide {
		right: 0;
	}
}

.easyzoom {
    display: block;
    position: relative;
}
.easyzoom img {
    vertical-align: bottom;
}

.easyzoom-flyout img {
    max-width: none !important;
    width: auto !important;
    transition: none!important;
}

.easyzoom-flyout {
    background-color: #fff;
    width: 100%;
    height: 100%;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1000;
    transition: opacity 0.25s ease 0s!important;
    -webkit-transition: opacity 0.25s ease 0s!important;
}
.easyzoom-flyout:hover { opacity: 1; }


#slide-out-widget-area .widget_shopping_cart .cart_list li {
	padding-left: 0;
	padding-bottom: 20px;
}
#slide-out-widget-area .widget_shopping_cart .cart_list li a.remove {
	width: 20px;
	height: 20px;
	line-height: 16px;
	font-size: 14px;
	color: inherit!important;
	border-width: 2px;
	border-color: rgba(255,255,255,0.4);
}
#slide-out-widget-area .widget_shopping_cart .cart_list li a.remove:hover {
	border-color: rgba(255,255,255,1);
  background-color: transparent;
}
#sidebar .widget_shopping_cart .cart_list li a.remove:hover {
  background-color: transparent;
}
body #slide-out-widget-area .widget_shopping_cart .cart_list li a {
    font-size: 12px;
    line-height: 18px;
}
#slide-out-widget-area .widget_shopping_cart ul.product_list_widget li img {
	left: 0;
}
#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dt {
	color: inherit;
}
#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dd {
	margin-bottom: 0;
}
#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dd p, .cart_item dd p {
	padding-bottom: 0;
}
.woocommerce .cart_item dt {
	font-weight: inherit;
	font-family: inherit;
}
.woocommerce .cart_item dl {
	font-size: 14px;
}
#slide-out-widget-area .widget_shopping_cart ul.product_list_widget dl {
    border-left: 1px solid rgba(255,255,255,.2);
    margin-top: 2px;
}
#slide-out-widget-area .widget_shopping_cart .button {
	width: 100%;
	padding-top: 14px;
	padding-bottom: 14px;
	margin-bottom: 7px;
	display: block;
}
#slide-out-widget-area .widget_shopping_cart p.buttons {
	padding-bottom: 0;
}

#slide-out-widget-area .widget_shopping_cart .button {
	background-color: transparent!important;
	border: 2px solid rgba(255,255,255,0.4);
}

#slide-out-widget-area .widget_shopping_cart .button:hover {
	border: 2px solid rgba(255,255,255,1);
}

#slide-out-widget-area.fullscreen .widget_shopping_cart, 
#slide-out-widget-area.fullscreen-alt .widget_shopping_cart,
#slide-out-widget-area.fullscreen .inner .widget.widget_shopping_cart,
#slide-out-widget-area.fullscreen-alt .inner .widget.widget_shopping_cart {
	max-width: 450px;
}

#slide-out-widget-area .widget_shopping_cart .total {
	padding-top: 5px;
	padding-bottom: 20px;
	border-top: none;
}
#slide-out-widget-area ul.product_list_widget li img {
    height: auto;
    width: 62px;
    margin-left: 0;
    margin-right: 15px;
    float: left;
    margin-bottom: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
}
#slide-out-widget-area .widget_shopping_cart .total span.amount {
	float: right;
}

#slide-out-widget-area .widget_shopping_cart .total strong { 
  font-weight: inherit!important;
}

@media only screen and (max-width: 768px) {
	body .woocommerce table.cart .product-thumbnail:before { display: none; }
  body .woocommerce table.cart .product-thumbnail { display: block;}
}

/* Account */
@media only screen and (min-width: 768px) {
	
  .woocommerce-account .woocommerce-MyAccount-navigation {
     padding-right: 30px;
   }

}

.woocommerce-MyAccount-navigation ul{
  margin-left:0;
  border-top:1px solid rgba(0,0,0,.05);
}
.woocommerce-MyAccount-navigation ul li{
  list-style:none;
  border-bottom:1px solid rgba(0,0,0,.05);
  position:relative
}
.woocommerce-MyAccount-navigation ul li.is-active a:before, 
.woocommerce-MyAccount-navigation ul li.is-active a, 
.woocommerce-MyAccount-navigation ul li:hover a{
  opacity:1;
}
.woocommerce-MyAccount-navigation ul li a{
  padding:.857em 0;
  display:block; 
  color: inherit; 
  opacity:.4;
}
.woocommerce-MyAccount-navigation ul li a:before{
  display:inline-block;font:normal normal normal 1em/1 FontAwesome;
  font-size:inherit;
  text-rendering:auto;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
  content:"\f0f6";
  line-height:1.618;
  line-height: inherit;
  margin-right:15px;
  text-align:right;
  float:left;
  opacity:.4;
}
.woocommerce-MyAccount-navigation ul li a:hover:before{
  opacity:1;
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before{
  content:"\f0e4";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before{
  content:"\f291";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before{
  content:"\f1c6";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before{
  content:"\f015";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--payment-methods a:before{
  content:"\f09d";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before{
  content:"\f007";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before{
  content:"\f08b";
}
.woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--subscriptions a:before{
  content:"\f021";
}

.woocommerce div.product div.images .flex-control-thumbs {
	display: block;
}
.woocommerce figure.woocommerce-product-gallery__wrapper {
	margin: 0;
}

.woocommerce form .shipping-calculator-form .form-row .select2-container {
	width: 100%!important;
}

body .pswp {
    z-index: 1000001;
}


.woocommerce ul.products[data-product-style="text_on_hover"] li.product .woocommerce-loop-product__title {
	padding-bottom: 0;
}

.woocommerce ul.products[data-product-style="text_on_hover"] li.product img { 
  margin-bottom: 0;
}


/* Custom archive col sizing */
.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]),
.woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]),
.woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]),
.woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]) {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}
.woocommerce ul.products[data-product-style]:not([data-n-desktop-columns="default"]) li.product,
.woocommerce ul.products[data-product-style]:not([data-n-desktop-small-columns="default"]) li.product,
.woocommerce ul.products[data-product-style]:not([data-n-tablet-columns="default"]) li.product,
.woocommerce ul.products[data-product-style]:not([data-n-phone-columns="default"]) li.product {
	float: none!important;
	clear: none!important;
}

@media only screen and (min-width: 1300px) {
	
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-columns="6"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-columns="5"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-columns="2"] {
			padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"] {
		width: 102%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="6"] li.product {
		width: 15.14%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="5"] li.product {
		width: 18.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="4"] li.product {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="3"] li.product {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-columns="2"] li.product {
		width: 47.9%!important;
		margin: 0 2% 2% 0%!important;
	}
	
}



@media only screen and (max-width: 1300px) and (min-width: 1000px){
	
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-small-columns="6"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-small-columns="5"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-small-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-small-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-desktop-small-columns="2"] {
			padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"] {
		width: 102%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="6"] li.product {
		width: 15.14%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="5"] li.product {
		width: 18.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="4"] li.product {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="3"] li.product {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-desktop-small-columns="2"] li.product {
		width: 47.9%!important;
		margin: 0 2% 2% 0%!important;
	}
	
}



@media only screen and (max-width: 999px) and (min-width: 690px){
	
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-tablet-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-tablet-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-tablet-columns="2"] {
			padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"] {
		width: 102%!important;
	}
	
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="4"] li.product {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
		padding: 0;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="3"] li.product {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
		padding: 0;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-tablet-columns="2"] li.product {
		width: 47.9%!important;
		margin: 0 2% 2% 0%!important;
		padding: 0;
	}
	
}


@media only screen and (max-width: 690px) {
	
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-phone-columns="4"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-phone-columns="3"],
	body.woocommerce:not(.single-product) .full-width-content &gt; ul.products[data-n-phone-columns="2"] {
			padding: 1.5%;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] {
		width: 101.5%!important;
	}
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"],
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] {
		width: 102%!important;
	}
	
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="4"] li.product.material {
		width: 23.4%!important;
		margin: 0 1.5% 1.5% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="3"] li.product.material {
		width: 31.2%!important;
		margin: 0 2% 2% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="2"] li.product.material {
		width: 47.8%!important;
		margin: 0 2% 2% 0%!important;
	}
	
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product,
	body.woocommerce:not(.single-product) ul.products[data-n-phone-columns="1"] li.product.material {
		width: 100%!important;
		margin: 0 0% 20px 0%!important;
	}
	
  
  #ajax-content-wrap .related.products &gt; h2, 
  #ajax-content-wrap .upsells.products &gt; h2, 
  #ajax-content-wrap #comments h2, 
  #ajax-content-wrap #review_form h3, 
  #ajax-content-wrap .cart_totals h2, 
  #ajax-content-wrap .shipping_calculator h2, 
  #ajax-content-wrap .cross-sells &gt; h2, 
  #ajax-content-wrap .cart-collaterals &gt; h2 {
  	font-size: 24px;
  	line-height: 34px;
  }
  
}


.full-width-content &gt; .woocommerce-products-header .term-description { 
  padding: 0 35px; 
}

.row .woocommerce-products-header .term-description p {
	padding-bottom: 1.5em;
}

.woocommerce form.login, .woocommerce form.register { 
  border: none; padding: 0;}

.woocommerce-account .woocommerce &gt; #customer_login {
	padding: 6% 0;
}

.woocommerce-account h2.n-disable-reg { 
  margin-top: 6%; 
  margin-bottom: 40px; 
}
body.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg { 
  margin-bottom: 6%; 
}

.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls {
	text-align: center;
}

.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control {
	cursor: pointer;
	display: inline-block;
	margin: 10px 30px;
	line-height: 1.3em!important;
	-webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25s ease, color 0.25s ease;
	transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25s ease, color 0.25s ease;
	opacity: 0.25;
	background-image: linear-gradient(to right, #000000 0%, #000000 100%);
}


.woocommerce-account.mobile .woocommerce &gt; #customer_login .nectar-form-controls .control {
	margin: 10px 15px;
}

.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control:hover {
	opacity: 1;
	-webkit-transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25 ease, color 0.25s ease;
	transition: background-size 0.55s cubic-bezier(.2,.75,.5,1), opacity 0.25 ease, color 0.25s ease;
}

.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control.active {
	opacity: 1;
}

.woocommerce-account .woocommerce &gt; #customer_login &gt; .col-1,
.woocommerce-account .woocommerce &gt; #customer_login &gt; .col-2,
.woocommerce-account .woocommerce-form.woocommerce-form-login.n-disable-reg {
	max-width: 550px;
	width: 100%;
	float: none; 
	margin: 0 auto;
}

.woocommerce-account .woocommerce &gt; #customer_login &gt; .col-1 form &gt; p:nth-child(3){
	margin-top: 15px;
}

#customer_login .woocommerce-LostPassword.lost_password,
.woocommerce-account h2.n-disable-reg {
	text-align: center;
	position: relative;
}

.woocommerce-account .woocommerce &gt; #customer_login .col-2 { 
  display: none; 
}

.woocommerce-account .woocommerce &gt; #customer_login .col-1 h2,
.woocommerce-account .woocommerce &gt; #customer_login .col-2 h2 { 
  display: none; 
}

.single-product .entry-summary p.stock.out-of-stock,
.nectar-quick-view-box p.stock.out-of-stock {
	padding: 10px 20px;
	color: #888!important;
	border: 1px solid rgba(0,0,0,0.1);
	margin-bottom: 20px;
	display: inline-block;
}

.single-product .entry-summary .woocommerce-variation-availability p.stock.out-of-stock {
	margin-top: 15px;
}

.nectar-quick-view-box .outofstock.product .nectar-full-product-link a {
	width: 475px;
}

body[data-button-style*="slightly_rounded"].single-product .entry-summary p.stock.out-of-stock,
body[data-button-style*="slightly_rounded"] .nectar-quick-view-box p.stock.out-of-stock {
	border-radius: 4px;
	-webkit-border-radius: 4px;
}
body[data-button-style^="rounded"].single-product .entry-summary p.stock.out-of-stock,
body[data-button-style^="rounded"] .nectar-quick-view-box p.stock.out-of-stock {
	border-radius: 200px;
	-webkit-border-radius: 200px;
}

.woocommerce-account .woocommerce-form-login button.button, 
.woocommerce-account .woocommerce-form-register button.button {
	width: 100%;
	margin-top: 50px;
	margin-bottom: 5px;
}

.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button,
.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button {
	border: 2px solid #000;
}

@media only screen and (max-width: 768px) {
  #customer_details &gt; div { 
    width: 100%; 
  }
  .checkout .woocommerce-billing-fields { 
    padding-right: 0; 
  }
  .woocommerce table.shop_table_responsive tr td.actions, 
  .woocommerce-page table.shop_table_responsive tr td.actions {
    background-color: transparent;
  }
}
/*
Theme Name: Eye Protect Child theme
Theme URI: http: //eyeprotect.com.au/
Description: This is a custom child theme for Eye Protect
Author: Kevin Whitetower
Author URI: http: //whitetower.com.au/
Template: eyeprotect
Version: 0.1
*/





/*
Theme Name:  Salient
Description: Theme Skin set to "Material" in theme options
*/

p {
  padding-bottom: 1.5em;
}

.material .wpb_row, 
.material .wpb_content_element {
  margin-bottom: 1.5em;
}

.wp-block-quote.is-large, 
.wp-block-quote.is-style-large {
  margin-bottom: 1.5rem;
}

.material .vc_row-fluid[data-column-margin="none"] {
  margin-bottom: 0;
}

#header-space {
  background-color: #fff;
}

body[data-header-color="dark"] #header-space {
  background-color: #000;
}


#sidebar div ul li, 
#sidebar .widget.widget_categories li, 
#sidebar .widget.widget_pages li, 
#sidebar .widget.widget_nav_menu li {
  border:none;
  padding:4px 0;
}

.material #footer-outer #footer-widgets .col ul li {
  padding:4px 0!important;
  border:none;
}

.material #footer-outer #footer-widgets .widget .nectar_widget[class*="nectar_blog_posts_"][data-style="minimal-counter"] &gt; li {
  padding-left: 55px!important;
}
.material #footer-outer #footer-widgets .widget .nectar_widget[class*="nectar_blog_posts_"][data-style*="hover-featured-image"] &gt; li {
  padding: 20px!important;
}

@media only screen and (min-width: 1000px) {
  #footer-outer .row {
    padding: 75px 0;
  }
}

.ocm-effect-wrap, 
.container-wrap, 
.project-title,
.material .vc_text_separator div,
.carousel-wrap[data-full-width="true"] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
#page-header-wrap,
.page-header-no-bg,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4 {
  background-color: #fff;
}

#call-to-action .triangle {
  color:#fff;
}

#footer-outer #footer-widgets .col ul li, 
#sidebar div ul li, #sidebar .widget.widget_categories li, 
#sidebar .widget.widget_pages li, 
#sidebar .widget.widget_nav_menu li {
  border:none;
  padding:4px 0 
}

#sidebar .widget.widget_categories li, 
#sidebar .widget.widget_pages li, 
#sidebar .widget.widget_nav_menu li, 
#footer-outer .widget.widget_categories li, 
#footer-outer .widget.widget_pages li, 
#footer-outer .widget.widget_nav_menu li {
  padding:4px 0!important 
}

.material .widget li a, 
.material #sidebar .widget li a, 
.material #footer-outer .widget li a {
  padding:0!important;
  border:none;
  color: inherit;
}

.woocommerce #sidebar .widget_layered_nav ul li a {
  padding-left: 25px!important;
}

body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li a:before, 
body:not(.ascend).woocommerce-page #sidebar .widget_layered_nav ul li a:before,
body:not(.ascend).woocommerce #sidebar .widget_layered_nav ul li:first-child a:before {
  top: 14px;
}

body[data-header-resize="1"] .container-wrap, 
body[data-header-resize="1"] .project-title {
  margin-top: 0;
  padding-top: 40px;
}

body.search-results.material .container-wrap {
  margin-top: 0;
  padding-top: 60px;
}

body[data-header-resize="1"] #page-header-wrap {
  margin-top: 0;
}

body.material .page-header-no-bg {
  padding-top: 35px;
  margin-top: 0;
}

.parallax_slider_outer.first-section, 
.parallax_slider_outer.first-section .swiper-slide .content, 
.nectar-slider-wrap.first-section .swiper-slide .content {
  margin-top: 0!important;
}

body.material #header-outer[data-header-resize="1"]:not([data-format="left-header"]):not(.small-nav),
body.material #header-outer[data-header-resize="0"]:not([data-format="left-header"]):not(.scrolled-down):not(.fixed-menu) {
  box-shadow: none;
}


@media only screen and (min-width: 1000px) {
  
  body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines-button:after, 
  body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before, 
  body.material .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after {
    height: 2px!important;
  }
  
  body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) span:not(.close-line) {
    width: 30px;
    overflow: hidden;
  }
  
  .slide-out-hover-icon-effect:not(.small) {
    width: 32px;
    overflow: hidden;
  }
  
  #top .slide-out-widget-area-toggle:not(.small) a .close-wrap {
    height: 28px;
    width: 22px!important;
  }
  
  #top .slide-out-widget-area-toggle:not(.small) a.using-label .close-wrap {
    height: 22px;
  }
  
  body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) span .lines-button.hover-effect {
    left: -40px;
    margin-top: -3px;
  }
  
  body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:after, 
  .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:after {
    top: -8px;
  }
  
  body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before, 
  .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
    top: 8px;
  }
  
  body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines-button:after, 
  body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before, 
  body[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:after {
    border-radius: 0!important;
    height: 2px;
  }
  
  body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label):hover .lines-button:after, 
  body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label):hover .lines:before, 
  body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label):hover .lines:after, 
  body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a.effect-shown:not(.using-label) .lines-button:after, 
  body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a.effect-shown:not(.using-label) .lines:before, 
  body:not([data-slide-out-widget-area-style*="fullscreen"])[data-header-search="false"] #header-outer[data-has-menu="false"][data-cart="false"] #top .slide-out-widget-area-toggle:not([data-custom-color="true"]) a.effect-shown:not(.using-label) .lines:after {
    transform: translateX(40px);
  }
  
  body.material[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before, 
  body.material[data-header-search="false"]:not(.mobile) #header-outer[data-has-menu="false"][data-cart="false"] .slide-out-widget-area-toggle:not([data-custom-color="true"]) a:not(.using-label) .lines:before, 
  .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
    width: 1.4rem;
  }
  
}


@media only screen and (max-width: 1001px) {
  .slide-out-hover-icon-effect.slide-out-widget-area-toggle:not(.small) .lines:before {
    width: 1rem;
  }
}


#top .slide-out-widget-area-toggle a span {
  overflow: hidden;
  width: 22px;
}

#top .slide-out-widget-area-toggle a &gt; span {
  position: relative;
}

#top .slide-out-widget-area-toggle a span .lines-button.hover-effect {
  left: -30px;
  margin-top: -2px;
}

#top .slide-out-widget-area-toggle a .lines-button:after {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.04s, background-color 0.2s ease, opacity 0.2s ease!important;
}

body .slide-out-widget-area-toggle a:hover .lines:before {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.08s, background-color 0.2s ease,opacity 0.2s ease!important;
}

body .slide-out-widget-area-toggle a:hover .lines:after {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease!important;
}

body .lines:before {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0s, background-color 0.2s ease,opacity 0.2s ease!important;
}

body .lines:after {
  transition: transform 0.65s cubic-bezier(0.3, 1, 0.3, 1) 0.08s, background-color 0.2s ease,opacity 0.2s ease!important;
}

#top a.no-trans .lines-button:after, 
#top a.no-trans .lines:before, 
#top a.no-trans .lines:after{
  transition: none!important;
}

@media only screen and (min-width: 1000px) {
  
  body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .slide-out-widget-area-toggle a:hover .lines-button:after, 
  body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .slide-out-widget-area-toggle a:hover .lines:before, 
  body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .slide-out-widget-area-toggle a:hover .lines:after, 
  body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .effect-shown .lines-button:after, 
  body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .effect-shown .lines:before, 
  body:not([data-slide-out-widget-area-style*="fullscreen"]) #top .effect-shown .lines:after{
    transform: translateX(30px);
  }
  
  body[data-slide-out-widget-area-style="simple"] #top .slide-out-widget-area-toggle a:hover .lines-button:after, 
  body[data-slide-out-widget-area-style="simple"] #top .slide-out-widget-area-toggle a:hover .lines:before,
  body[data-slide-out-widget-area-style="simple"] #top .slide-out-widget-area-toggle a:hover .lines:after {
    transform: none;
  }
  
}

body[data-slide-out-widget-area-style*="fullscreen"] #top .menu-push-out .lines-button:after, 
body[data-slide-out-widget-area-style*="fullscreen"] #top .menu-push-out .lines:before, 
body[data-slide-out-widget-area-style*="fullscreen"] #top .menu-push-out .lines:after,
body[data-slide-out-widget-area-style="simple"] #top .menu-push-out .lines-button:after, 
body[data-slide-out-widget-area-style="simple"] #top .menu-push-out .lines:before, 
body[data-slide-out-widget-area-style="simple"] #top .menu-push-out .lines:after {
  transform: translateX(30px)!important;
}

body.material #header-outer:not([data-format="left-header"]) #top nav &gt; .buttons &gt; li{
  margin: 0 14px;
}
body.material #header-outer:not([data-format="left-header"]) #top nav &gt; .buttons &gt; li.menu-item {
  margin: 0;
}

body.material #header-outer[data-transparent-header="true"].transparent nav &gt;ul &gt;li &gt;a {
  margin-bottom: 0;
}

body.material #header-outer #top nav &gt; .buttons &gt; li:last-child, 
body.material #header-outer[data-format="centered-menu-bottom-bar"] #top nav &gt; .buttons &gt; .slide-out-widget-area-toggle {
  margin-right: 0!important;
}

body.material #header-outer:not([data-format="left-header"]) #top nav &gt; .buttons &gt; .slide-out-widget-area-toggle {
  margin-right: 0;
}

#header-outer[data-format="centered-menu-bottom-bar"].transparent #top .span_3 nav &gt;.buttons li span, 
#header-outer[data-format="centered-menu-bottom-bar"].transparent #top .span_3 nav &gt;.buttons li i {
  backface-visibility: hidden;
}

#header-outer[data-format="centered-menu-bottom-bar"] #top nav &gt;.buttons {
  transition: transform 0.45s cubic-bezier(0.4, 0.1, 0.15, 1);
  -webkit-transition: transform 0.45s cubic-bezier(0.4, 0.1, 0.15, 1);
}

#header-outer[data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt;.buttons {
  transition: opacity 0.45s cubic-bezier(0.4, 0.1, 0.15, 1);
  -webkit-transition: opacity 0.45s cubic-bezier(0.4, 0.1, 0.15, 1);
}

#header-outer[data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt;.buttons &gt; li {
  opacity: 0;
}

#header-outer[data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt;.buttons &gt; li:nth-child(1) {
  animation: headerButtonsBottomBarItem 0.45s cubic-bezier(0.4, 0.1, 0.15, 1) forwards;
}

#header-outer[data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt;.buttons &gt; li:nth-child(2) {
  animation: headerButtonsBottomBarItem 0.45s cubic-bezier(0.4, 0.1, 0.15, 1) 0.05s forwards;
}

#header-outer[data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt;.buttons &gt; li:nth-child(3) {
  animation: headerButtonsBottomBarItem 0.45s cubic-bezier(0.4, 0.1, 0.15, 1) 0.1s forwards;
}

#header-outer[data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt;.buttons &gt; li:nth-child(4) {
  animation: headerButtonsBottomBarItem 0.45s cubic-bezier(0.4, 0.1, 0.15, 1) 0.15s forwards;
}

#header-outer .sf-menu &gt; li &gt; a &gt; .sf-sub-indicator {
  height: auto;
}

body.material #header-outer #top nav &gt; .buttons &gt; li:first-child {
  margin-left: 0;
}

body.material #header-outer .cart-menu, 
body.material #top nav ul #search-btn &gt;div, 
body.material #top nav ul #nectar-user-account &gt;div {
  padding-left: 0;
  border-left: none!important;
}

body.material #header-outer:not([data-format="left-header"]) .cart-menu {
  position: relative;
  right: auto;
  padding: 0;
  background-color: transparent;
  top: auto;
}

body.material #boxed #header-outer .cart-menu {
  background-color: transparent;
}

body[data-header-format="left-header"] #header-outer .cart-outer {
  -webkit-transition: opacity .35s cubic-bezier(0.12,0.75,0.4,1);
  transition: opacity .35s cubic-bezier(0.12,0.75,0.4,1);
}
body[data-header-format="left-header"] #header-outer.material-search-open .cart-outer {
  opacity: 0;
  pointer-events: none;
}
#header-outer[data-format="left-header"] .sf-menu li {
  opacity: 1;
}
body.material #header-outer[data-format="left-header"] .cart-menu &gt; a,
body[data-header-format="left-header"].material #header-outer nav ul li .cart-menu &gt; a {
  padding: 0;
}
body.material #header-outer:not([data-format="left-header"]) .cart-wrap {
  margin-right: 0;
  top: -5px;
  right: -9px;
  color: #fff;
}
@media only screen and (max-width: 999px) {
  body.material #header-outer[data-format="left-header"] .cart-wrap {
    margin-right: 0;
    top: -5px;
    right: -9px;
    color: #fff;
  }
}




body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, 
body.material #top nav ul #search-btn a span {
  font-size: 20px;
}
body.material #top nav ul #nectar-user-account a span {
  font-size: 22px;
  width: 26px;
  max-width: 26px;
}

body.material #header-outer #social-in-menu i {
  font-size: 18px;
  width: 36px;
  top: 0;
}

body #header-outer[data-transparent-header="true"] #top nav ul #nectar-user-account &gt;div, 
body.material #header-outer .cart-menu {
  border-left: none;
}
body.material #header-outer:not([data-format="left-header"]) #top nav &gt;.buttons {
  margin-left: 30px;
}
body.material #header-outer[data-has-buttons="no"]:not([data-format="left-header"]) #top nav &gt;.buttons {
  margin-left: 0;
}

/* last menu item in default layout when no buttons are present */
body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] #top nav &gt;.sf-menu &gt;li:not([class*="button_"]):last-child a {
  padding-right: 0;
}

body.material #header-outer[data-has-buttons="no"][data-full-width="false"][data-format="default"] #top nav &gt;.sf-menu &gt;li[class*="button_"]:last-child a {
  margin-right: 0;
}

body.material #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav &gt;.buttons {
  margin-left: 30px;
}

body.material #header-outer #top nav &gt; ul #social-in-menu a {
  line-height: 22px;
}

body.material #header-outer[data-transparent-header="true"] .cart-outer .cart-notification, 
body.material #header-outer[data-transparent-header="true"] .cart-outer .widget_shopping_cart {
  margin-top: 0;
}

#header-outer .nectar-woo-cart .widget_shopping_cart, 
#header-outer .nectar-woo-cart .cart-notification{
  top: 100%;
}

#header-outer[data-format="centered-menu-bottom-bar"]:not(.fixed-menu) #top .nectar-woo-cart {
  height: 75px;
}

#header-outer .nectar-woo-cart .cart-menu-wrap {
  position: relative;
  width: auto;
  overflow: visible;
  right: auto!important;
}

.material #top nav &gt; .product_added.buttons, 
.material #top nav &gt; .buttons {
  padding-right: 0!important;
}

body[data-full-width-header="false"] #slide-out-widget-area .slide_out_area_close {
  z-index: 100;
}

.woocommerce #sidebar div ul li,
.material.woocommerce #sidebar div ul li {
  padding:3px 0
}

body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li:first-child a:before, 
body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:before, 
body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:before, 
body:not(.ascend).woocommerce.material #sidebar .widget_layered_nav ul li a:after, 
body:not(.ascend).woocommerce-page.material #sidebar .widget_layered_nav ul li a:after {
  top: 50%;
  margin-top: -1px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

body:not(.ascend).material #sidebar .widget.woocommerce li:first-child &gt; .count {
  top: 6px;
}

body:not(.ascend) #sidebar .widget.woocommerce li .count {
  top: 8px;
}

body.woocommerce-page.material .product-categories .children {
  margin-top: 3px;
}

#footer-outer #footer-widgets .col ul li a, 
#sidebar div ul li a {
  display:block 
}

#footer-outer .widget h4, #sidebar h4 {
  margin-bottom:15px 
}

#footer-outer #copyright {
  font-size: 14px;
  background-color:transparent 
}

#footer-outer[data-copyright-line="true"] #copyright {
  border-top:1px solid rgba(255,255,255,0.1);
}

#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button) {
  transition: all 0.2s ease;
}

#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):hover,
#footer-outer[data-custom-color="true"] #footer-widgets a:not(.nectar-button):focus {
  opacity: 0.65;
}
#footer-outer[data-custom-color="true"] #footer-widgets .tagcloud a:not(.nectar-button):hover {
  opacity: 1;
}

#footer-outer[data-using-widget-area="false"] #copyright {
  border:none 
}

.material .widget .tagcloud a, 
.material #sidebar .widget .tagcloud a, 
.single .post-area .content-inner &gt; .post-tags a {
  border-radius: 0!important;
  padding: 5px 10px;
  margin: 10px 10px 0 0;
  -webkit-transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  transition: all 0.4s cubic-bezier(0.25, 1, 0.2, 1);
  background-color: transparent;
}

.material .widget .tagcloud a:before, 
.material #sidebar .widget .tagcloud a:before, 
.single .post-area .content-inner &gt; .post-tags a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0;
  opacity: 0.06;
}
.material[data-button-style*="slightly_rounded"] .widget .tagcloud a:before, 
.material[data-button-style*="slightly_rounded"] #sidebar .widget .tagcloud a:before, 
.single[data-button-style*="slightly_rounded"] .post-area .content-inner &gt; .post-tags a:before, 
.material[data-button-style*="slightly_rounded"] .widget .tagcloud a, 
.material[data-button-style*="slightly_rounded"] #sidebar .widget .tagcloud a, 
.single[data-button-style*="slightly_rounded"] .post-area .content-inner &gt; .post-tags a {
  border-radius: 5px!important;
}
.material[data-button-style*="rounded"] .widget .tagcloud a:before, 
.material[data-button-style*="rounded"] #sidebar .widget .tagcloud a:before, 
.single[data-button-style*="rounded"] .post-area .content-inner &gt; .post-tags a:before, 
.material[data-button-style*="rounded"] .widget .tagcloud a, 
.material[data-button-style*="rounded"] #sidebar .widget .tagcloud a, 
.single[data-button-style*="rounded"] .post-area .content-inner &gt; .post-tags a {
  border-radius: 50px!important;
}
.material .widget .tagcloud a:hover, 
.material #sidebar .widget .tagcloud a:hover, 
.single .post-area .content-inner &gt; .post-tags a:hover, 
.sharing-default-minimal .nectar-social a:hover, 
body.material #page-header-bg.fullscreen-header .inner-wrap &gt;a:hover {
  box-shadow: 0 10px 24px rgba(0,0,0,0.15);
}
.material #sidebar .widget .recentcomments {
  background-color: transparent;
  padding: 0;
  margin-bottom: 8px;
}
.material .span_12.light .widget .tagcloud a, 
.material .span_12.light #sidebar .widget .tagcloud a, 
.material #sidebar .widget .tagcloud a:hover, 
.single.material .post-area .content-inner &gt; .post-tags a:hover,
#header-outer.light-text #search-outer input[type="text"], 
body[data-header-color="dark"] #header-outer #search-outer input[type="text"],
body.mobile.material[data-header-color="light"] #header-outer[data-permanent-transparent="1"].transparent .slide-out-widget-area-toggle a .close-line {
  color: #fff!important;
}
body.single-post .content-inner &gt; .post-tags {
  margin-top: 60px;
}
.nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap, 
.nectar-fancy-box[data-style="color_box_hover"]:before, 
.nectar-fancy-box[data-style="color_box_basic"] {
  border-radius: 5px;
}
.full-width-content .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap, 
.full-width-content .nectar-fancy-box[data-style="color_box_hover"]:before {
  border-radius: 0;
}
.nectar-progress-bar span strong {
  padding:4px 0;
  background-color:transparent;
  color:inherit 
}
.nectar-progress-bar span strong:after {
  display:none 
}
.nectar-progress-bar .bar-wrap {
  background-color:rgba(0,0,0,0.043) 
}
.nectar-progress-bar .bar-wrap, .nectar-progress-bar span {
  box-shadow:none;
  -webkit-box-shadow:none;
  border-radius:0;
  -webkit-border-radius:0;
}
body .carousel-wrap[data-full-width="false"] .control-wrap {
  right:10px;
  text-align:center 
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev {
  padding-right:10px;
  padding-left:10px;
  margin-right:0 
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
  padding-left:10px;
  margin-left:0 
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev,
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
  right:0!important;
  position:relative;
  display:block;
  float:left 
}
.carousel-next, 
.carousel-prev {
  background-color:transparent;
  height:23px;
  width:10px;
  line-height:22px;
  font-size:14px;
  cursor:pointer;
  top:1px!important;
  transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
  box-sizing:content-box 
}
.carousel-wrap .control-wrap .item-count {
  height:23px;
  top:-1px;
  right:-2px;
  line-height:22px;
  letter-spacing:4px;
  position:relative;
  display:block;
  float:left;
  z-index:10;
  cursor:pointer;
  transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1) 
}
[data-full-width="false"] .carousel-next:after, 
[data-full-width="false"] .carousel-prev:after {
  display:block;
  content:' ';
  position:absolute;
  width:24px;
  height:2px;
  background-color:#000;
  top:8px;
  opacity:0;
  left:-4px;
  cursor:pointer;
  transform:translateX(-20px);
  transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1) 
}
.light [data-full-width="false"] .carousel-next:after, 
.light [data-full-width="false"] .carousel-prev:after {
  background-color:#fff 
}
.light .carousel-next i, .light .carousel-prev i {
  color:#fff 
}
[data-full-width="false"] .carousel-next:after {
  left:5px 
}
[data-full-width="false"] .carousel-next:hover:after {
  opacity:1;
  transform:translateX(-12px) 
}
[data-full-width="false"] .carousel-prev:after {
  transform:translateX(20px) 
}
[data-full-width="false"] .carousel-prev:hover:after {
  opacity:1;
  transform:translateX(0px) 
}
[data-full-width="false"] .carousel-prev:hover i {
  transform:translateX(-18px) 
}
[data-full-width="false"] .carousel-prev.next-hovered, 
[data-full-width="false"] .item-count.next-hovered {
  transform:translateX(-18px) 
}
body.material .carousel-next:hover, 
body.material .carousel-prev:hover {
  background-color:transparent
}
body.material .carousel-wrap[data-full-width="true"] .carousel-prev,
body.material .carousel-wrap[data-full-width="true"] .carousel-next {
  border:none
}
.carousel-heading .container .carousel-prev {
  right:30px 
}
[data-ext-responsive="true"] .carousel-heading .container .carousel-prev {
  right:40px 
}
.carousel-next i, .carousel-prev i {
  color:#000;
  font-size:22px;
  line-height:17px;
  height:20px;
  transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1) 
}
 .carousel-wrap .carousel-next i, 
 .carousel-wrap .carousel-prev i {
   font-size:22px;
   line-height:18px;
 }
.carousel-next:hover, .carousel-prev:hover {
  border-color:transparent 
}
.light .carousel-next:hover i, .light .carousel-prev:hover i {
  color:#fff 
}
.nectar-button.see-through,
body .nectar-button.see-through,
.swiper-slide .button a,
body .nectar-button.see-through-2, 
.nectar-button,
#to-top {
  border-radius:0!important;
  box-shadow:none 
}
body.material .nectar-button.large {
  padding-left: 35px;
  padding-right: 35px;
}
body.material .nectar-button.jumbo {
  padding-left: 50px;
  padding-right: 50px;
}
body.material .nectar-button.jumbo:not([class*="see-through"]) {
  padding: 23px 50px;
}
body.material .nectar-button.medium, 
body.material .nectar-button.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
  padding-left: 24px;
  padding-right: 24px;
}
body.material .nectar-button.see-through[data-color-override="false"] i:after, 
body.material .nectar-button.regular[class*="m-extra-color-gradient-"]:before, 
body.material .nectar-button.see-through[class*="m-extra-color-gradient-"]:before, 
body.material .nectar-button.see-through[class*="m-extra-color-gradient-"]:after {
  display: block;
  content: '';
  position:absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  transition: all .45s cubic-bezier(0.25, 1, 0.33, 1);
}
body.material[data-button-style*="slightly_rounded"] .nectar-button.see-through[class*="m-extra-color-gradient-"]:before {
  border-radius: 5px;
}
body.material[data-button-style*="slightly_rounded"] .nectar-button.see-through[class*="m-extra-color-gradient-"]:after {
  border-radius: 3px;
}
body.material[data-button-style="default"] .nectar-button.see-through[class*="m-extra-color-gradient-"]:before, 
body.material[data-button-style="default"] .nectar-button.see-through[class*="m-extra-color-gradient-"]:after {
  border-radius: 0;
}
body.material[data-button-style="default"] .nectar-button {
  box-shadow: none;
}
body.material .nectar-button.see-through[class*="m-extra-color-gradient-"]:before {
  border-radius: 50px;
  z-index: -2;
  backface-visibility: hidden;
}
body.material .nectar-button.see-through[class*="m-extra-color-gradient-"]:after {
  width: calc(100% - 4px);
  height: calc(100% - 4px);
  top: 2px;
  left: 2px;
  border-radius: 50px;
  background-color: #fff;
  z-index: -1;
  backface-visibility: hidden;
}
body.material .nectar-button.see-through[class*="m-extra-color-gradient-"]:hover:after {
  opacity: 0;
}
body.material .nectar-button.see-through[class*="m-extra-color-gradient-"] {
  backface-visibility: hidden;
  border: none!important;
}
body.material .nectar-button.see-through[data-color-override="false"] i,
body.material .nectar-button.see-through[data-color-override="false"]:hover i:after, 
body.material .nectar-button.see-through:hover i {
  box-shadow: none!important;
}
body.material[data-button-style="default"] .nectar-button.regular[class*="m-extra-color-gradient-"]:before {
  border-radius: 0;
}
body.material[data-button-style*="rounded"] .nectar-button.regular[class*="m-extra-color-gradient-"]:before {
  border-radius: 100px;
}
body.material[data-button-style*="slightly_rounded"] .nectar-button.regular[class*="m-extra-color-gradient-"]:before {
  border-radius: 5px;
}
body.material .nectar-button.regular[class*="m-extra-color-gradient-"]:before {
  opacity: 0;
}

body.material[data-button-style^="rounded"] .nectar-button.see-through[class*="m-extra-color-gradient-"].has-icon:not(:hover) span {
  transform: none!important;
}
body.material[data-button-style^="rounded"] .nectar-button.see-through[class*="m-extra-color-gradient-"].has-icon:not(:hover) i {
  transform: translateX(-5px) translateY(-50%)!important;
}
body.material[data-button-style^="rounded"] .nectar-button.see-through[class*="m-extra-color-gradient-"]:not(:hover) i {
  opacity: 0!important;
  background-color: transparent!important;
}
body.material[data-button-style^="rounded"] .nectar-button.see-through[class*="m-extra-color-gradient-"]:hover i {
  opacity: 1!important;
}
body.material .nectar-button.regular[class*="m-extra-color-gradient-"]:hover:before {
  opacity: 1;
}
body.material[data-button-style^="rounded"] .nectar-button.see-through[data-color-override="#ffffff"] i, 
body.material[data-button-style^="rounded"] .nectar-button.see-through-2[data-color-override="#ffffff"]:not(:hover) i, 
body.material[data-button-style^="rounded"] .nectar-button.see-through-3[data-color-override="#ffffff"]:not(:hover) i, 
body.material[data-button-style^="rounded"] .span_12.light .nectar-button.see-through-2[data-color-override="false"]:not(:hover) i {
  color: #000!important;
}
body.material[data-button-style^="rounded"] .nectar-button.see-through-2[data-hover-color-override="#ffffff"]:hover i, 
body.material[data-button-style^="rounded"] .nectar-button.see-through-3[data-hover-color-override="#ffffff"]:hover i {
  background-color: rgba(0,0,0,0.07)!important;
}

body.material .nectar-button.see-through[class*="m-extra-color-gradient-"]:hover,
body.material[data-button-style^="rounded"] .nectar-button.see-through i, 
body.material[data-button-style^="rounded"] .nectar-button.see-through-2:not(:hover) i, 
body.material[data-button-style^="rounded"] .nectar-button.see-through-3:not(:hover) i {
  color: #fff!important;
}
body.material .nectar-button.small i {
  font-size: 14px;
}
body.material .nectar-button.medium i {
  font-size: 16px;
}
body.material .nectar-button.large i {
  font-size: 16px;
}
body.material .nectar-button.jumbo i {
  font-size: 20px;
}
body.material[data-button-style^="rounded"] .nectar-button.small i {
  font-size: 12px;
}
body.material[data-button-style^="rounded"] .nectar-button.medium i {
  font-size: 14px;
}
body.material[data-button-style^="rounded"] .nectar-button.large i {
  font-size: 14px;
}
body.material[data-button-style^="rounded"] .nectar-button.jumbo i {
  font-size: 18px;
}
body.material .nectar-button.jumbo.see-through, 
body.material .nectar-button.jumbo.see-through-2, 
body.material .nectar-button.jumbo.see-through-3 {
  border-width: 2px;
}
body.material .nectar-button.has-icon.extra_jumbo[class*="see-through"] {
  border-width: 6px;
  padding-top: 31px;
  padding-bottom: 31px;
}
body.material .nectar-button.has-icon.extra_jumbo[class*="see-through"] i {
  transform: translateY(-50%) translateX(-3px);
}
.nectar-button.has-icon.see-through[class*="m-extra-color-gradient-"] .im-icon-wrap svg path {
  fill: #000;
  transition: all 0.2s ease;
}
.nectar-button.has-icon.see-through[class*="m-extra-color-gradient-"]:hover .im-icon-wrap svg path {
  fill: #fff;
}
body.material .nectar-button.has-icon, body.material .nectar-button.tilt.has-icon {
  padding-right: 46px;
}
body.material .nectar-button.has-icon.small{
  padding-right: 36px;
}
body.material .nectar-button.has-icon.medium, 
body.material .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
  padding-right: 38px;
  padding-left: 46px;
}
body.material .nectar-button.has-icon.large {
  padding-right: 44px;
  padding-left: 46px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.large[class*="m-extra-color-gradient-"] {
  padding-top: 15px;
  padding-bottom: 15px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.small{
  padding-right: 28px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.medium {
  padding-right: 32px;
  padding-left: 46px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.large {
  padding-right: 37px;
  padding-left: 46px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.jumbo {
  padding-right: 56px;
  padding-left: 54px;
  padding-top: 20px;
  padding-bottom: 20px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.medium:not(.see-through):not(.see-through-2):not(.see-through-3) {
  padding-right: 34px;
  padding-left: 46px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.large:not(.see-through):not(.see-through-2):not(.see-through-3) {
  padding-right: 39px;
  padding-left: 46px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.jumbo:not(.see-through):not(.see-through-2):not(.see-through-3), 
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon.jumbo[class*="m-extra-color-gradient-"] {
  padding-right: 56px;
  padding-left: 54px;
  padding-top: 22px;
  padding-bottom: 22px;
}
body.material .nectar-button.has-icon.jumbo {
  padding-top: 22px;
  padding-bottom: 22px;
  padding-right: 66px;
  padding-left: 54px;
}
body.material .nectar-button.has-icon.extra_jumbo {
  padding-top: 36px;
  padding-bottom: 36px;
  padding-right: 142px;
  padding-left: 80px;
}
body.material .nectar-button.has-icon.extra_jumbo:hover span {
  -webkit-transform: translateX(-18px);
  transform: translateX(-18px);
}
body.material[data-button-style^="rounded"] .nectar-button.has-icon:not([class*="see-through"]) i, 
body.material[data-button-style^="rounded"] .nectar-button.has-icon[class*="see-through"]:hover i {
  background-color: rgba(255,255,255,0.22);
}
body.material[data-button-style^="rounded"] .nectar-button.see-through[class*="m-extra-color-gradient-"]:hover i {
  background-color: rgba(255,255,255,0.22)!important;
}
body.material[data-button-style^="rounded"] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button i, 
body.material[data-button-style^="rounded"] .nectar-button.has-icon[data-color-override="#ffffff"].regular-button:hover i {
  background-color: rgba(0,0,0,0.04);
}
body.material .nectar-button.has-icon i {
  right: 14px;
  margin-top: 0;
  text-align:center;
  vertical-align: middle;
  border-radius: 50%;
  line-height: 32px;
  height: 32px;
  width: 32px;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.has-icon i {
  transition: none;
  -webkit-transition: none;
}
body.material:not([data-button-style^="rounded"]) .nectar-button.see-through.has-icon[data-color-override="false"] i, 
body.material:not([data-button-style^="rounded"]) .nectar-button.see-through-2.has-icon i, 
body.material:not([data-button-style^="rounded"]) .nectar-button.see-through-3.has-icon i {
  color: inherit!important;
}
body.material[data-button-style^="rounded"] .nectar-button.has-icon i {
  background-color: rgba(0,0,0,0.2);
}
body.material .nectar-button.has-icon.large i {
  -webkit-transform: translateY(-50%) translateX(6px);
  transform: translateY(-50%) translateX(6px);
}
body.material .nectar-button.has-icon.large:not([class*="see-through"]) i {
  -webkit-transform: translateY(-50%) translateX(4px);
  transform: translateY(-50%) translateX(4px);
}
body.material .nectar-button.has-icon.medium i {
  -webkit-transform: translateY(-50%) translateX(7px);
  transform: translateY(-50%) translateX(7px);
  height: 28px;
  width: 28px;
  line-height: 28px;
}
body.material .nectar-button.has-icon.medium:not([class*="see-through"]) i {
  -webkit-transform: translateY(-50%) translateX(4px);
  transform: translateY(-50%) translateX(4px);
  height: 28px;
  width: 28px;
  line-height: 28px;
}
body.material .nectar-button.has-icon.small i {
  -webkit-transform: translateY(-50%) translateX(8px);
  transform: translateY(-50%) translateX(8px);
  height: 24px;
  width: 24px;
  line-height: 24px;
}
body.material .nectar-button.has-icon.small:not([class*="see-through"]) i {
  -webkit-transform: translateY(-50%) translateX(7px);
  transform: translateY(-50%) translateX(7px);
  height: 24px;
  width: 24px;
  line-height: 24px;
}
body.material .nectar-button.has-icon.jumbo i {
  -webkit-transform: translateY(-50%) translateX(2px);
  transform: translateY(-50%) translateX(2px);
  height: 44px;
  width: 44px;
  line-height: 44px;
}
body.material .nectar-button.has-icon.jumbo:not([class*="see-through"]) i {
  -webkit-transform: translateY(-50%) translateX(3px);
  transform: translateY(-50%) translateX(3px);
  height: 44px;
  width: 44px;
  line-height: 44px;
}
body.material .nectar-button.has-icon.extra_jumbo i {
  -webkit-transform: translateY(-50%) translateX(-6px);
  transform: translateY(-50%) translateX(-6px);
  height: 94px;
  width: 94px;
  margin-top: 0;
  line-height: 94px;
}


.n-sc-button[class*="gradient"] {
  background-color:transparent!important;
  opacity:1;
  box-shadow:none
}

.n-sc-button[class*="gradient"]:after,
.n-sc-button[class*="gradient"][class*="see-through"]:after{
   position:absolute;
    content:' ';
    top:-2%;
    left:-1%;
    width:101.5%;
    height:104%;
    transform-origin:right;
    -webkit-transform-origin:right;
    -ms-transform-origin:right;
    transform:scale(0,1);
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);
    -ms-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
    transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
    -webkit-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
    z-index:-1
}
.n-sc-button[class*="see-through"][class*="gradient"]:after,
.n-sc-button[class*="gradient"]:hover:after {
   background-size:225% 100%!important;
    background-position:right!important
}

.n-sc-button[class*="see-through"][class*="gradient"]:hover:after,
.n-sc-button[class*="gradient"]:after {
  background-position:left!important;
  background-size:100% 100%!important
}

.n-sc-button[class*="see-through"][class*="gradient"]:hover:after{
   transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform-origin:left;
    -webkit-transform-origin:left;
    -ms-transform-origin:left;
}

.n-sc-button[class*="gradient"]:after{
   transform:scale(1,1);
    -webkit-transform:scale(1,1);
    -ms-transform:scale(1,1);
    transform-origin:left;
    -webkit-transform-origin:left;
    -ms-transform-origin:left;
}

.n-sc-button[class*="gradient"]:hover:after{
   transform:scale(0,1);
    -webkit-transform:scale(0,1);
    -ms-transform:scale(0,1);
    transform-origin:right;
    -webkit-transform-origin:right;
    -ms-transform-origin:right;
}
.n-sc-button[class*="gradient"] .start, 
.n-sc-button[class*="gradient"] .hover, 
.n-sc-button[class*="see-through"][class*="gradient"] .start,
.n-sc-button[class*="see-through"][class*="gradient"] .hover{
   -ms-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95);
    transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95);
    -webkit-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95)
}
.n-sc-button[class*="gradient"] .start {
   animation:gradientTextHoverHover 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards;
    display:inline-block
}
.n-sc-button[class*="gradient"] .hover{
   position:absolute;
    display:inline;
    left:0;
    animation:gradientTextHoverOff 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards;
    text-align:center;
    width:100%;
    opacity:0;
    z-index:0
}
.n-sc-button[class*="gradient"]:hover .hover{
   animation:gradientTextHoverHover 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards
}
.n-sc-button[class*="gradient"]:hover .start{
   animation:gradientTextHoverOff 0.38s;
    animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
    animation-fill-mode:forwards
}
.n-sc-button[class*="see-through"][class*="gradient"] .hover{
   position:absolute;
    display:inline;
    left:0;
    text-align:center;
    width:100%;
    opacity:0;
    z-index:100
}
.n-sc-button[class*="gradient"] .start.loading{
   animation:gradientTextHoverHover 0s
}
.light .n-sc-button[class*="gradient"]:hover .hover, 
.light .n-sc-button[class*="see-through"][class*="gradient"]:hover .start, 
.light .n-sc-button[class*="see-through"][class*="gradient"] .start {
   background:none!important;
    -webkit-background-clip:border-box;
    -webkit-text-fill-color:#fff;
    background-clip:border-box;
}
.light .n-sc-button[class*="gradient"].no-text-grad .start {
   color:#fff!important
}
.light .n-sc-button[class*="see-through"][class*="gradient"]:hover .start, 
.light .n-sc-button[class*="see-through"][class*="gradient"] .start, 
.light .n-sc-button[class*="gradient"] .start {
   opacity:1!important;
    animation:none!important
}
.light .n-sc-button[class*="see-through"][class*="gradient"] .hover, 
.light .n-sc-button[class*="gradient"] .hover {
   opacity:0!important;
    animation:none!important
}
@keyframes gradientTextHoverHover {
    0%{
        transform:translateX(0px);
        opacity:0
   }
    70%{
        opacity:1
   }
    100%{
        transform:translateX(0px)!important;
        opacity:1
   }
}
@keyframes gradientTextHoverOff {
    0%{
        transform:translateX(0px);
        opacity:1
   }
    70%{
        opacity:0
   }
    100%{
        transform:translateX(0px)!important;
        opacity:0
   }
}
.n-sc-button[class*="gradient"].medium.has-icon{
   padding:7px 30px
}
.n-sc-button[class*="gradient"].large.has-icon{
   padding:12px 35px
}
.n-sc-button[class*="gradient"] i{
   opacity:1;
    right:24px;
    background:inherit;
    background-size:500% 100%;
    background-position:right
}
.n-sc-button[class*="gradient"].has-icon span{
   left:-18px
}
.n-sc-button[class*="gradient"].has-icon:hover span, 
.n-sc-button[class*="gradient"].has-icon:hover i{
   -ms-transform:none;
    transform:none;
    -webkit-transform:none
}
.n-sc-button[class*="gradient"].jumbo i{
   opacity:1;
    font-size:20px;
    line-height:20px;
    width:20px;
    text-align:center;
    margin-top:-10px
}
.n-sc-button[class*="gradient"].extra_jumbo i{
    width:40px
}
.n-sc-button[class*="gradient"].has-icon.extra_jumbo span{
   left:-35px
}
.n-sc-button[class*="gradient"].has-icon.jumbo span{
   left:-16px
}
.n-sc-button[class*="gradient"].has-icon.large span{
   left:-14px
}
.n-sc-button[class*="gradient"].has-icon.medium span{
   left:-13px
}
.n-sc-button[class*="gradient"].has-icon.small span{
   left:-11px
}
.n-sc-button[class*="gradient"].jumbo .hover i{
   right:8px
}
.n-sc-button[class*="gradient"].extra_jumbo .hover i{
   right:19px
}
.n-sc-button[class*="gradient"].large .hover i{
   right:5px
}
.n-sc-button[class*="gradient"].medium .hover i{
   right:3px
}
.n-sc-button[class*="gradient"].small .hover i{
   right:7px
}
.n-sc-button[class*="gradient"].jumbo .start i{
   right:-32px
}
.n-sc-button[class*="gradient"].extra_jumbo .start i{
   right:-75px
}
.n-sc-button[class*="gradient"].large .start i{
   right:-32px
}
.n-sc-button[class*="gradient"].medium .start i{
   right:-30px
}
.n-sc-button[class*="gradient"].small .start i{
   right:-30px
}
.n-sc-button[class*="gradient"].small{
   padding:5px 14px
}
.n-sc-button[class*="gradient"].medium{
   border-width:3px;
    padding:7px 15px
}
.n-sc-button[class*="gradient"].large{
   border-width:3px;
    padding:12px 22px
}
.n-sc-button[class*="gradient"].jumbo{
   border-width:4px;
    padding:21px 40px
}
.n-sc-button[class*="gradient"].extra_jumbo{
   border-width:10px;
    padding:56px 90px
}
.n-sc-button[class*="gradient"] span{
   z-index:100
}



#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
  left:0;
  transition:all .2s ease;
  -webkit-transition:all .2s ease 
}
body.material #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
  font-size:22px
}
.icon-salient-cart:before, body.material .icon-salient-cart:before {
  content:"\e902" 
}
.material #header-outer a.cart-contents .cart-wrap span:before {
  display:none
}
#header-outer .cart-wrap {
  font-size:11px 
}

#header-outer[data-full-width="true"] #top nav ul #nectar-user-account &gt; div, 
body #header-outer[data-transparent-header="true"].transparent #top nav ul #nectar-user-account &gt;div {
  border:none!important;
}

#header-outer a.cart-contents .cart-wrap span {
  visibility:hidden;
}
body.material #header-outer a.cart-contents .cart-wrap span {
  border-radius:99px;
  font:bold 11px/16px Arial;
  line-height:18px;
  width:18px;
  padding:0 1px;
  box-shadow: 0 5px 12px rgba(0,0,0,0.2);
}
#header-outer .sf-menu ul li a {
  border-bottom:none 
}

#header-outer .static a.cart-contents span {
  visibility:visible;
}
#header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
  transition:all .2s ease;
  -webkit-transition:all .2s ease 
}
body.material #header-outer .cart-menu {
  border-left:1px solid rgba(0,0,0,0.07);
  background-color:transparent 
}
body #boxed #header-outer .cart-menu-wrap {
  position:relative!important;
  box-shadow:none 
}


body[data-slide-out-widget-area-style*="fullscreen"] #boxed #slide-out-widget-area .slide_out_area_close {
  display: none!important;
}

body #boxed #header-outer .widget_shopping_cart,
body.woocommerce #boxed .cart-notification {
  position:absolute!important 
}

body.material #boxed #header-outer .cart-menu-wrap .cart-menu {
  box-shadow:none
}
#top #mobile-cart-link i {
  height: 20px;
  line-height: 20px;
}
@media screen and (max-width: 999px) {
  .material #header-outer.transparent .bg-color-stripe, 
  .material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe,
  .material #header-outer[data-transparent-header].transparent .bg-color-stripe, 
  .material #header-outer[data-transparent-header]:not([data-permanent-transparent="1"]).transparent .bg-color-stripe {
    height: 200px;
    top: 0;
  }
  body.material #search-outer,
  body.material #header-outer #search-outer {
    height: 200px;
    transform: translate3d(0,-200px,0);
    -webkit-transform: translate3d(0,-200px,0);
  }
  body.material #header-outer[data-using-secondary="1"] #search-outer {
    top: auto;
    margin-top: -13px;
  }
  html.material #search-outer .bg-color-stripe {
    height: 200px;
    top: 0;
  }
  #search-outer #search-box, #search-outer #search #close,
  #header-outer #search-outer #search-box, #header-outer #search-outer #search #close {
    -webkit-transform: translate3d(0,200px,0);
    transform: translate3d(0,200px,0);
  }
}
body.material #search-outer {
  background-color: transparent;
  height: 35vh;
  position: absolute;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0,-35vh,0);
  -webkit-transform: translate3d(0,-35vh,0);
  z-index: 2000!important;
  padding:0;
  top: -1px;
}

body.material[data-header-search="false"] #search-outer {
  visibility: hidden;
}

@media only screen and (min-width: 1000px) {
  body.material [data-format="centered-menu-bottom-bar"][data-condense="true"].fixed-menu #search-outer {
    top: 50%;
  }
}
body.material #search-outer.perma-trans {
  position: fixed;
}
body.material.admin-bar #search-outer.perma-trans {
  top: 32px;
}
body.search .row .col.section-title {
  border-bottom: 0;
  padding-bottom: 0;
}
body.search .row .col.section-title span:not(.result-num) {
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  color: inherit;
}
body.search .row .col.section-title .result-num {
  margin-top: 10px;
  padding-left: 0;
  display: block;
}
body.search #search-results .result .inner-wrap {
  border-radius: 5px;
  overflow: hidden;
  box-shadow: none;
  padding: 0;
  border: 1px solid #e7e7e7;
  transition: all .7s cubic-bezier(.2,1,.22,1);
}
body.search #search-results .result .inner-wrap img {
  margin-bottom: 0;
  display: block;
}
body.search #search-results .result .inner-wrap h2 {
  padding: 25px;
}
body.search #search-results .result:hover .inner-wrap {
  box-shadow: 0 15px 30px rgba(0,0,0,0.1);
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
body.material #search-outer .container {
  height:auto!important;
  float:none;
  width:100%;
}
body #search-outer .inner-wrap {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
}
body #search-outer.material-open .inner-wrap {
  -webkit-transform: scale(1);
  transform: scale(1);
}
#header-outer header {
  transition: all 0.2s;
}
#header-outer:not([data-format="left-header"]).material-search-open header {
  opacity: 0;
  transition: all 0.2s;
  pointer-events: none;
}
#header-outer.material-search-open {
  box-shadow: none;
}
.material #header-outer.transparent .bg-color-stripe, 
.material #search-outer .bg-color-stripe {
  height: 35vh;
  top: 0;
}
body[data-header-color="dark"] #header-outer .bg-color-stripe, 
body[data-header-color="dark"].material #header-outer #search-outer:before {
  background-color: #000;
}
#header-outer .bg-color-stripe, #search-outer .bg-color-stripe, 
.material #header-outer #search-outer:before {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: block;
  background-color: #fff;
  -ms-transform: scaleY(0);
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -ms-transform-origin: top;
  -webkit-transform-origin: top;
  transform-origin: top;
}
.material #header-outer.no-material-transition #search-outer, 
body[data-slide-out-widget-area-style="slide-out-from-right"] &gt; a.slide_out_area_close.no-material-transition, 
body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap.material-ocm-open.no-material-transition, 
body[data-slide-out-widget-area-style="slide-out-from-right"].material .ocm-effect-wrap-shadow.no-material-transition {
  transition: none;
}
.material #header-outer #search-outer:before {
  content: '';
  -webkit-transform: none;
  transform: none;
  backface-visibility: hidden;
}
body.material[data-header-inherit-rc="true"] #header-outer #search-outer:before {
  display: none;
}
body.material[data-header-inherit-rc="true"] #search-outer {
  background-color: inherit;
}
#header-outer.material-search-open .bg-color-stripe, #search-outer.material-open .bg-color-stripe {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
}
body[data-header-color="dark"] #ajax-content-wrap:after {
  background-color: rgba(255,255,255,0.55);
}
#ajax-content-wrap:after {
  background-color: rgba(0,0,0,0.45);
  content: '';
  position: fixed;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  pointer-events: none;
  transform: translateZ(0);
  backface-visibility: hidden;
  transition: opacity 0.7s cubic-bezier(0.2, 1, 0.3, 1);
}
#ajax-content-wrap.material-open:after {
  opacity: 1;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
  #ajax-content-wrap:after {
    display: none;
  }
}

#header-secondary-outer, 
#header-secondary[data-using-secondary="1"] {
  transition: transform 0.32s ease;
}

#slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
  display: none;
}
#slide-out-widget-area .mobile-only .menu.secondary-header-items {
  margin-top: 25px;
}
#slide-out-widget-area .mobile-only .menu.secondary-header-items li a {
  font-size: 18px;
}
body.material #slide-out-widget-area .mobile-only.off-canvas-menu-container .menu.secondary-header-items li {
  margin-bottom: 5px;
}
.nectar-video-box a.nectar_video_lightbox:not(.play_button_mouse_follow):before {
  opacity:0.8;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  top: 0;
  left: 0;
  display: block;
  position: absolute;
  border: none;
}
.nectar-video-box[data-color] a.nectar_video_lightbox.play_button_2 {
  background-color: transparent!important;
}
.nectar-video-box:not([data-mouse-style="see_through_contrast"]) a.nectar_video_lightbox {
  box-shadow: 0 20px 45px rgba(0,0,0,0.25) 
}
.nectar_video_lightbox.play_button:before, .span_12.dark .nectar_video_lightbox.play_button:before {
  border-width: 3px;
}
.nectar_video_lightbox svg {
  width: 18px;
  height: 18px;
}
.material #search-outer {
  display: block;
  overflow: hidden;
}
#search-outer #search {
  max-width: 1200px;
  position: relative;
  z-index: 10;
  margin: 0 auto;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.material #search-outer #search,
.material #header-outer #search-outer #search {
  padding: 0;
}
#search-outer #search-box, 
#search-outer #search #close {
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translate3d(0,35vh,0);
  opacity: 0;
}
body.material #search-outer.material-open,
body.material #header-outer #search-outer.material-open {
  transform: translate3d(0,0vh,0);
  -webkit-transform: translate3d(0,0vh,0);
}
#search-outer.material-open #search-box, 
#search-outer.material-open #search #close,
#header-outer #search-outer.material-open #search-box, 
#header-outer #search-outer.material-open #search #close {
  transform: translate3d(0,0vh,0);
  opacity: 1;
}
#header-outer .mobile-search .icon-salient-search, 
#header-outer .mobile-user-account .icon-salient-m-user, 
#header-outer #top #mobile-cart-link i {
  background-color: transparent!important;
  vertical-align: middle;
  font-size: 18px;
}
#header-outer .mobile-user-account .icon-salient-m-user {
  font-size: 19px;
  width: 21px;
}
#header-outer #top #mobile-cart-link i {
  font-size: 19px;
  width: 19px;
}
#header-outer .mobile-search .icon-salient-search, 
#header-outer .mobile-user-account .icon-salient-m-user {
  transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
}
body #search-outer #search input[type="text"] {
  height:auto!important;
  text-transform: none;
  color: #000;
  border-bottom: 4px solid #3452ff;
}
body #search-outer #search input[type="text"],
body.material #search-outer #search form input[type="text"] {
  font-size:70px;
}

body.material #search-outer #search input[type="text"] {
  line-height: 70px;
}

@media only screen and (min-width: 1000px) {
  body #search-outer #search input[type="text"] {
    height: 100px!important;
  }
  body.material #search-outer #search #search-box input[type="text"] {
    line-height: 100px;
  }
}
#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;li:not([class*="button_"]) &gt;a:after, 
#header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li:not([class*="button_"]) &gt;a:after {
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  bottom: -3px;
}
#header-outer[data-lhe="animated_underline"] #top nav &gt;ul &gt;li:not([class*="button_"]) &gt;a:after {
  -webkit-transition: -webkit-transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1), border-color 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.35s cubic-bezier(0.52, 0.01, 0.16, 1), border-color 0.35s cubic-bezier(0.52, 0.01, 0.16, 1);
}
#header-secondary-outer[data-lhe="animated_underline"] nav &gt;.sf-menu &gt;li:not([class*="button_"]) &gt;a:after {
  bottom: 0;
  border-width: 1px;
}
body[data-header-color="custom"] #search-outer #search .span_12 span {
  opacity: 0.7;
}

body[data-header-color="light"] #header-outer #search-outer input::-webkit-input-placeholder {
  color: #000;
}
body[data-header-color="dark"] #header-outer #search-outer input::-webkit-input-placeholder {
  color: #fff;
}

#header-outer #search-outer input::-webkit-input-placeholder, 
#header-outer #search-outer input::-moz-placeholder, 
#header-outer #search-outer input:-ms-input-placeholder {
  color: #888;
}
body.material #search-outer &gt; #search form {
  width:100%;
  float:none 
}
#header-outer.light-text #search-outer input[type="text"], 
body[data-header-color="dark"] #header-outer #search-outer input[type="text"] {
  border-color: #fff;
}
#header-outer.light-text #search-outer #search .span_12 span, 
body[data-header-color="dark"] #header-outer #search-outer #search .span_12 span {
  color: rgba(255,255,255,0.6);
}
#header-outer.light-text #search-outer #search #close a span, 
body[data-header-color="dark"] #header-outer #search-outer #search #close a span {
  color: #fff;
}
#header-outer.light-text #search-outer input::-webkit-input-placeholder, 
body[data-header-color="dark"] #header-outer #search-outer input::-webkit-input-placeholder {
  color: rgba(255,255,255,0.5);
}
#header-outer.light-text #search-outer input::-moz-placeholder, 
body[data-header-color="dark"] #header-outer #search-outer input::-moz-placeholder {
  color: rgba(255,255,255,0.5);
}
#header-outer.light-text #search-outer input:-ms-input-placeholder, 
body[data-header-color="dark"] #header-outer #search-outer input:-ms-input-placeholder {
  color: rgba(255,255,255,0.5);
}
#search-outer #search #close {
  position:absolute;
  top:25px;
  right:40px 
}

body[data-ext-responsive="false"].material #search-outer #search #close {
  right: 0;
}
body[data-ext-responsive="false"].material #search-outer #search #close a {
  right: 15px;
}

body.material #search-outer #search input[type="text"]{
  padding-right: 70px;
}
body.material #search-outer #search #close a {
  right:64px;
  top:16px;
}
#search-outer #search #close a:before, .slide_out_area_close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background-color: rgba(0,0,0,.05);
  content: '';
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
  transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1);
}
[data-header-color="dark"] #search-outer #search #close a:before {
  background-color: rgba(255,255,255,.1);
}
body[data-is].material #search-outer #search #close a:hover:not(:focus):before, 
body[data-is].material .slide_out_area_close:hover:not(:focus):before {
  transform: scale(1.2) translateZ(0);
  -webkit-transform: scale(1.2) translateZ(0);
}
blockquote::before {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 4px;
  content: '';
  border-left: 4px solid rgba(0,0,0,0.1);
}

blockquote.wp-block-quote.has-text-align-center.is-style-large {
  padding: 1em 1em;
}

.testimonial_slider blockquote:before {
  border: none;
}
blockquote {
  position: relative;
  padding-left: 1.8em;
}
#search-outer #search .span_12 span {
  display:block;
  color:rgba(0,0,0,0.4);
  margin-top:15px 
}
@media only screen and (min-width: 691px) {
  #boxed #search-outer #search,
  .material #boxed #header-outer #search-outer #search {
    padding: 0 90px;
  }
}
body.material #search-outer #search #close a span {
  color:#000;
}
body #search-outer .ui-widget-content {
  top:90px
}
body #search-results .result .bottom-line, 
body .masonry-blog-item .bottom-line, 
body .masonry-blog-item .more-link {
  display:none 
}
body.material .masonry-blog-item .inner-wrap, 
body.material .masonry-blog-item .mejs-container .mejs-controls {
  box-shadow:none 
}
.masonry-blog-item .post-meta {
  padding:0 18px 18px 
}
.post .nectar-love-wrap {
  line-height:20px 
}
.masonry-blog-item .inner-wrap {
  padding:0 
}
.masonry-blog-item .content-inner .post-featured-img img, 
.masonry-blog-item .more-link,
.post-area.masonry .post .quote-inner,
.post-area.masonry .post .link-inner,
.post-area.masonry .post .status-inner,
.post-area.masonry .post .aside-inner {
  margin-bottom:0!important 
}
@media only screen and (min-width: 1000px) {
  .post-area.masonry.span_9, 
  .single-portfolio .post-area.span_9,
  .post-area.span_9, 
  body[data-ext-responsive="true"] .post-area.masonry.span_9, 
  body.search.material .span_9, 
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    padding-right: 0;
    margin-right: 4%;
    width: 68.5%;
  }
  .post-area.span_9.col_last,
  body.search.material.woocommerce .span_9 {
    margin-right: 0;
  }
  .material.single-portfolio .post-area.span_9 {
    margin-right: 4%!important;
  }
  .post-area.masonry.span_9 .masonry-blog-item {
    width: 47.2%;
  }
  .post-area.masonry.span_9.material .masonry-blog-item {
    width: 47.2%;
  }
  #sidebar.span_3 {
    width: 27.5%;
    backface-visibility: hidden;
  }
  .woocommerce.archive #sidebar.span_3, .woocommerce.single #sidebar.span_3 {
    width: 21%;
  }
  .woocommerce.archive #sidebar.span_3.col_last {
    width: 20%;
  }
  .woocommerce.archive .post-area.span_9, .woocommerce.single .post-area.span_9 {
    width: 75.5%;
  }
  .woocommerce.single .post-area.span_9:not(.col_last) {
    margin-right: 0;
    padding-right: 20px;
  }
  .woocommerce.single #sidebar.span_3.col_last {
    margin-left: 2%;
  }
  .masonry-blog-item {
    width: 31.1%;
  }
}
/* styles which need top padding on main blog page */
body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material, 
body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced, 
body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic {
  padding-top: 35px;
}
@media only screen and (min-width: 1000px) {
  body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.material, 
  body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic_enhanced, 
  body.blog[data-bg-header="false"] .full-width-content.blog-fullwidth-wrap .post-area.span_12.masonry.classic {
    padding-top: 2%;
  }
}
.single-post[data-bg-header="true"] .container-wrap:not(.no-sidebar) &gt; .main-content {
  padding-top: 35px;
}
.material .masonry-blog-item .content-inner {
  padding-bottom:0;
  border:0;
  margin-bottom:0 
}
.masonry-blog-item .article-content-wrap {
  padding:16px 18px 18px 
}
.main-content &gt; .row &gt; .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured &gt; div,
.main-content &gt; .row &gt; .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured.multiple_featured &gt; div {
  border-radius: 5px;
  overflow: hidden;
}
.post-area.masonry .post.quote .post-content .post-meta, 
.post-area.masonry .post.link .post-content .post-meta, 
.post-area.masonry .format-status .post-content .post-meta, 
.post-area.masonry .post.format-aside .post-meta {
  display:none!important 
}
body.material .post .content-inner {
  border:none 
}
#sidebar .widget {
  margin-bottom: 60px;
}
#sidebar &gt;div:last-child {
  margin-bottom: 0;
}
#author-bio {
  padding-bottom:0;
  border:none;
  margin-bottom: 0 
}
#author-bio img {
  display: inline-block;
  position:relative;
  vertical-align: middle;
}
.blog_next_prev_buttons {
  margin-top: 80px;
}
#author-bio h3 span, 
.comments-section .comment-wrap.full-width-section &gt; h3 span, 
.container-wrap #author-bio #author-info p {
  display:block;
  margin-bottom:5px;
  font-size:14px;
  text-transform:none 
}

.container-wrap #author-bio #author-info p  {
  line-height: 1.8em;
  font-size: 16px;
}

.container-wrap #author-bio #author-info h3 {
  margin-bottom: -3px;
  line-height: 1.6em;
}
#author-bio[data-has-tags="true"] {
  padding-top: 0;
}
.container-wrap #author-bio #author-info a {
  color: inherit;
}
.container-wrap #author-bio #author-info {
  width:75%!important;
  vertical-align: middle;
  display: inline-block;
  padding-left:30px 
}
.container-wrap #author-bio #author-info p {
  max-width:70%;
  opacity: 0.7;
}
#author-bio .nectar-button {
  margin-top:20px 
}
#author-bio .avatar {
  border-radius:100% 
}
#page-header-bg.fullscreen-header .author-section .meta-category {
  display: block;
}
#page-header-bg.fullscreen-header .author-section .meta-category a, 
#page-header-bg.fullscreen-header .author-section, 
#page-header-bg.fullscreen-header .meta-author img {
  display: inline-block 
}
#page-header-bg h1 {
  padding-top: 10px;
  padding-bottom: 10px
}
.single-post #page-header-bg.fullscreen-header h1 {
  margin: 0 auto;
}
#page-header-bg.fullscreen-header .author-section {
  width: auto
}
#page-header-bg.fullscreen-header .author-section .avatar-post-info, 
#page-header-bg.fullscreen-header .author-section .meta-author {
  text-align: center
}
#page-header-bg.fullscreen-header .author-section .avatar-post-info {
  margin-top: 13px;
  margin-left: 0 
}
#page-header-bg.fullscreen-header .author-section .meta-author {
  top: 0
}
#page-header-bg.fullscreen-header .author-section {
  margin-top: 25px 
}
#page-header-bg.fullscreen-header .author-section .meta-author {
  display: block;
  float: none
}
.single .post-area .content-inner &gt; .post-tags &gt; h4 {
  display: none;
}
.material .comment-list .reply {
  position: relative;
  top: auto;
  right: auto;
  margin-top: 5px;
  bottom: auto;
}
.material .comment-list .reply a {
  font-size: 13px;
  background-color:transparent;
  color: #888;
  border-radius:0;
  padding: 0;
}
.material .comment-list .reply a:before {
  content: "\f112";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  transform: rotate(180deg);
  padding-left: 6px;
}
.comment-list .comment-meta {
  font-size: 13px;
}
body .comment-list .reply a:hover,
body .comment-list .reply a:focus {
  background-color:transparent!important 
}
#respond {
  margin-top:80px
}
body[data-ext-responsive="true"].single-post.material .comment-wrap .comment #respond {
  margin: 40px auto 0 auto!important;
}
body.material .comment-list .comment &gt; div,
body.material .comment-list .pingback &gt; div {
  background-color:transparent;
  box-shadow:none;
  padding-left:85px;
  padding-bottom:0;
  padding-top:0;
  margin-top:4em 
}
body.material .comment-list .comment &gt; div img.avatar,
body.material .comment-list .pingback &gt; div img.avatar {
  left:0;
  border-radius:100%;
  top:0
}
.comment-list .comment .comment img.avatar, 
.comment-list .pingback .pingback img.avatar {
  width: 40px;
  height: 40px;
}
body.material .comment-list .comment .comment &gt; div, 
body.material .comment-list .pingback .pingback &gt; div {
  padding-left: 65px;
}
.comment-list .comment &gt; div p,.comment-list .pingback &gt; div p {
  margin-top:30px 
}
.comment-list .children {
  border-left: none;
  background-position:left 30px;
  margin-left:26px;
  padding-left:60px 
}
.comment-list .says {
  display:none 
}
#reply-title {
  margin-bottom:25px;
}
.single-product.material #reply-title,
.single-product.material #commentform .form-submit {
  text-align:left 
}
.material .comment #reply-title {
  text-align:left
}
#respond #cancel-comment-reply-link {
  padding-left:15px 
}
body.material .comment-wrap {
  margin-top:0;
  padding-top:8%;
  padding-bottom:8%;
}
body.material .comment-wrap[data-comments-open="false"] {
  padding: 0;
  margin-bottom: 0;
  margin-top: 0;
}
body.material.single-portfolio .comment-wrap {
  margin-top:30px
}
#author-bio.no-pagination {
  border-top:1px solid #999 
}
.comments-section[data-author-bio="false"] .comment-wrap {
  border:none 
}
.comment-list {
  padding-bottom:80px;
}
#author-bio.no-pagination.lighter-grey,
.comment-wrap.lighter-grey {
  border-color:#ddd 
}
.comment-wrap, 
#author-bio {
  padding-top:30px 
}
body.material .blog-recent[data-style*="classic_enhanced"].related-posts .inner-wrap {
  box-shadow: 0 45px 85px rgba(0,0,0,.08);
}
.single-post #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header {
  background-color:#f6f6f6 
}
.single-post #single-below-header.fullscreen-header {
  border-top:1px solid #DDD;
  border-bottom:none!important 
}
.tagcloud a,
#header-outer .widget_shopping_cart a.button,
.post .more-link span,
.blog-recent .more-link span,
.flex-direction-nav a,
#pagination span,
#pagination a,
#pagination .next.inactive,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
  border-radius:0!important 
}

.material .col.boxed:not(.wpb_column) {
  box-shadow:0 1px 1px rgba(0,0,0,0.1);
  -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
  background-color:#fff;
  padding:25px 15px 15px;
  position:relative;
  -webkit-transition:transform .2s ease,-webkit-box-shadow .2s ease;
  transition:transform .2s ease,box-shadow .2s ease;
  top:0
}
.material .col.boxed:not(.wpb_column):hover  {
  transform:translateY(-4px);
  -webkit-transform:translateY(-4px);
  box-shadow:0 17px 25px rgba(0,0,0,0.13);
  -webkit-box-shadow:0 17px 25px rgba(0,0,0,0.13);
}

.material .pp_arrow_previous, 
.material .pp_arrow_next, 
.material .mfp-arrow-right, 
.material .mfp-arrow-left, 
.woocommerce .pswp__button--arrow--right, 
.woocommerce .pswp__button--arrow--left {
  overflow:visible;
  height:40px;
  width:40px;
  border-radius:100px;
  border:2px solid rgba(255,255,255,0.4) 
}
.material.woocommerce .pswp__button--arrow--right:before, 
.material.woocommerce .pswp__button--arrow--left:before {
  background-image: none;
  line-height:40px;
  height:40px;
  width: 36px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  top: -7px!important;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, 
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, 
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content {
  height: 4px;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:before, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100px;
  box-shadow: 0 0 0 10px #000 inset;
  transition: box-shadow 0.2s ease;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
  transform: scale(1.2);
  box-shadow:0px 5px 12px rgba(0,0,0,0.2)!important;
}
.woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content, 
.woocommerce-page .widget_price_filter .price_slider_wrapper .ui-widget-content,
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, 
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
  box-shadow: none!important;
  border: 0!important;
}
.pp_arrow_previous {
  left:30px 
}
.pp_arrow_next {
  right:30px 
}
.pp_arrow_next:hover, 
.pp_arrow_previous:hover, 
.mfp-arrow-right:hover, 
.mfp-arrow-left:hover, 
.woocommerce .pswp__button--arrow--right:hover, 
.woocommerce .pswp__button--arrow--left:hover {
  border:2px solid rgba(255,255,255,0) 
}
.pp_arrow_previous .icon-default-style {
  border-radius:0;
  width:20px;
  height:40px;
  line-height:39px;
  font-size:24px;
  font-family:FontAwesome;
  margin-top:0;
  left:-1px;
  transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
body.material .mfp-arrow-left, 
body.material.woocommerce .pswp__button--arrow--left {
  height:40px;
  line-height:40px;
  font-size:24px;
  font-family:FontAwesome;
  margin-top:0;
  opacity:1;
  left:40px;
  transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
.pp_arrow_next .icon-default-style {
  border-radius:0;
  width:20px;
  line-height:39px;
  height:40px;
  font-size:24px;
  margin-top:0;
  font-family:FontAwesome;
  left:1px;
  transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
body.material .mfp-arrow-right, 
body.material.woocommerce .pswp__button--arrow--right {
  line-height:40px;
  height:40px;
  font-size:24px;
  margin-top:0;
  font-family:FontAwesome;
  opacity:1;
  right:40px;
  transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
.pp_arrow_previous .icon-default-style:after, 
.pp_arrow_next .icon-default-style:after, 
.mfp-arrow-left:after, .mfp-arrow-right:after, 
.woocommerce .pswp__button--arrow--right:after, 
.woocommerce .pswp__button--arrow--left:after {
  display:block;
  content:' ';
  position:absolute;
  width:36px;
  height:2px;
  background-color:#fff;
  top:19px;
  opacity:0;
  left:-6px;
  cursor:pointer;
  transform:translateX(-37px);
  transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  pointer-events:none 
}
.mfp-arrow-left:after, .mfp-arrow-right:after, 
.woocommerce .pswp__button--arrow--right:after, 
.woocommerce .pswp__button--arrow--left:after {
  top:17px;
  transform:translateX(-27px);
  -webkit-transform:translateX(-27px) 
}
.mfp-arrow-left:after, 
.woocommerce .pswp__button--arrow--left:after {
  left:65px 
}
.pp_arrow_previous .icon-default-style:after {
  left:59px 
}
.pp_arrow_previous .icon-default-style:before,
.mfp-arrow-left:before, 
.woocommerce .pswp__button--arrow--left:before {
  content:"\f104";
  color:#fff 
}
.mfp-arrow-left:before, 
.woocommerce .pswp__button--arrow--left:before {
  top:-3px;
  left:-1px;
  display:block;
  position:relative;
  transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
.pp_arrow_next .icon-default-style:before, 
.mfp-arrow-right:before, 
.woocommerce .pswp__button--arrow--right:before {
  content:"\f105";
  color:#fff 
}
.mfp-arrow-right:before, 
.woocommerce .pswp__button--arrow--right:before {
  top:-3px;
  right:-1px;
  display:block;
  transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
  position:relative 
}
.pp_arrow_next:hover .icon-default-style:after,
.mfp-arrow-right:hover:after, 
.woocommerce .pswp__button--arrow--right:hover:after {
  opacity:1;
  transform:translateX(-18px);
  -webkit-transform:translateX(-18px) 
}
.mfp-arrow-right:hover:before, 
.woocommerce .pswp__button--arrow--right:hover:before {
  transform:translateX(9px);
  -webkit-transform:translateX(9px) 
}
.mfp-arrow-left:hover:before, 
.woocommerce .pswp__button--arrow--left:hover:before {
  transform:translateX(-9px);
  -webkit-transform:translateX(-9px) 
}
.mfp-arrow-right:hover:after, 
.woocommerce .pswp__button--arrow--right:hover:after {
  transform:translateX(-1px);
  -webkit-transform:translateX(-1px) 
}
.pp_arrow_next:hover .icon-default-style {
  transform:translateX(7px);
  -webkit-transform:translateX(7px) 
}
.pp_arrow_previous:hover .icon-default-style:after,.mfp-arrow-left:hover:after, 
.woocommerce .pswp__button--arrow--left:hover:after {
  opacity:1;
  transform:translateX(-51px);
  -webkit-transform:translateX(-51px) 
}
.mfp-arrow-left:hover:after, 
.woocommerce .pswp__button--arrow--left:hover:after {
  transform:translateX(-58px);
  -webkit-transform:translateX(-58px) 
}
.pp_arrow_previous:hover .icon-default-style {
  transform:translateX(-7px);
  -webkit-transform:translateX(-7px) 
}
.nectar_team_member_overlay .inner-wrap {
  padding-top: 0!important;
}
#commentform .form-submit {
  margin-top:25px 
}
.container-wrap input[type="submit"], 
.container-wrap button[type="submit"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
  padding:16px!important;
  border-radius:0!important 
}

body[data-button-style="rounded"] .container-wrap input[type="submit"],
body[data-button-style="rounded"] .container-wrap button[type="submit"] {
  padding:16px 23px!important 
}
body[data-button-style="rounded"][data-form-submit="see-through"] .container-wrap .widget_search input[type="submit"],
body[data-button-style="rounded"][data-form-submit="see-through"] .container-wrap .widget_search button[type="submit"] {
  padding:12px 23px!important 
}
.woocommerce .actions .button {
  height:auto!important;
  padding:14px!important 
}
.cart .quantity input.plus, 
.cart .quantity input.minus {
  font-weight:400;
  height:46px;
  font-size:16px;
  width:46px 
}
.cart .quantity input.qty {
  height:46px;
  width:46px 
}
.widget_search .search-form input[type=submit], 
.newsletter-widget form input[type=submit] {
  line-height:24px 
}

.span_12.light input[type="text"]::placeholder,
.span_12.light textarea::placeholder,
.span_12.light input[type="email"]::placeholder, 
.span_12.light input[type="password"]::placeholder,
.span_12.light input[type="tel"]::placeholder,
.span_12.light input[type="url"]::placeholder,
.span_12.light input[type="search"]::placeholder,
.span_12.light input[type="date"]::placeholder { 
  color: #fff; 
  opacity: 0.5; 
}

.span_12.light input[type="text"],
.span_12.light textarea,
.span_12.light input[type="email"], 
.span_12.light input[type="password"],
.span_12.light input[type="tel"],
.span_12.light input[type="url"],
.span_12.light input[type="search"],
.span_12.light input[type="date"] {
  background-color: rgba(255, 255, 255, 0.1);
  border: 2px solid rgba(255,255,255,0);
  color:#fff 
}

.span_12.light input[type="text"]:focus,
.span_12.light textarea:focus,
.span_12.light input[type="email"]:focus,
.span_12.light input[type="password"]:focus,
.span_12.light input[type="tel"]:focus, 
.span_12.light input[type="url"]:focus,
.span_12.light input[type="search"]:focus,
.span_12.light input[type="date"]:focus {
  border: 2px solid rgba(255,255,255,0.8);
  box-shadow: 0px 0px 10px rgba(255, 255, 255, 0.15);
}

.span_12.light .wpcf7-form .wpcf7-not-valid-tip {
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
  color: #fff;
}

.container-wrap .span_12.light input[type="submit"]:hover {
  background-color:#333;
  opacity:.8
}
body[data-button-style*="_shadow"] .container-wrap .span_12.light input[type="submit"]:hover {
  opacity: 1;
}
.mfp-iframe-holder .mfp-content, .mfp-inline-holder .mfp-content {
  max-width: 1280px;
}
#slide-out-widget-area.slide-out-from-right {
  min-width: 390px;
  padding-left: 60px;
  padding-right: 60px;
  z-index: 5;
  overflow: hidden;
  transform: none;
}

#ajax-content-wrap #slide-out-widget-area.slide-out-from-right {
  z-index: -1;
}
.slide_out_area_close:before, 
#search-outer #search #close a:before {
  transform: scale(0);
}
.material-ocm-open.slide_out_area_close:before, 
#search-outer.material-open #search #close a:before {
  transform: scale(1);
}
.slide_out_area_close .close-wrap,
#search-outer .close-wrap, 
.slide-out-widget-area-toggle a .close-wrap{
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0);
  transform: translateX(-50%) translateY(-50%) translateZ(0);
  -webkit-transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,opacity .3s ease,-webkit-transform .2s ease 1s;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease;
  transition: margin .2s ease,transform .2s ease 1s,opacity .3s ease,-webkit-transform .2s ease 1s;
  width: 20px;
  height: 20px;
  display: block;
  overflow: hidden;
}
#top .slide-out-widget-area-toggle a .close-wrap {
  width: 22px;
  height: 22px;
  opacity: 0;
}
@media only screen and (max-width: 999px) {
  #top .slide-out-widget-area-toggle a .close-wrap {
    height: 20px;
  }
}
#top .slide-out-widget-area-toggle .open .close-wrap, 
#top .slide-out-widget-area-toggle .animating .close-wrap {
  opacity: 1;
}
.material-ocm-open.slide_out_area_close .close-line1, 
#search-outer.material-open .close-line1, 
.slide-out-widget-area-toggle .open .close-line1 {
  -webkit-animation-name: crossRight;
  animation-name: crossRight;
  -webkit-animation-delay: .29s;
  animation-delay: .29s;
}
.material-ocm-open.slide_out_area_close .close-line2, 
#search-outer.material-open .close-line2, 
.slide-out-widget-area-toggle .open .close-line2 {
  -webkit-animation-name: crossLeft;
  animation-name: crossLeft;
  -webkit-animation-delay: .15s;
  animation-delay: .15s;
}
.slide_out_area_close .close-line1, 
#search-outer:not(.material-open) .close-line1, 
.slide-out-widget-area-toggle a:not(.open) .close-line1 {
  -webkit-transform: translateY(0) translateX(0) rotate(-45deg);
  transform: translateY(0) translateX(0) rotate(-45deg);
  -webkit-animation-name: crossLeftClose;
  animation-name: crossLeftClose;
  -webkit-animation-delay: .0s;
  animation-delay: .0s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.slide-out-widget-area-toggle a:not(.open) .close-line1 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
}

#header-outer.transparent .slide-out-widget-area-toggle a .close-wrap:not(.loaded) {
	opacity: 0!important;
}

.slide_out_area_close .close-line2, 
#search-outer:not(.material-open) .close-line2, 
.slide-out-widget-area-toggle a:not(.open) .close-line2 {
  -webkit-transform: translateY(0) translateX(0) rotate(45deg);
  transform: translateY(0) translateX(0) rotate(45deg);
  -webkit-animation-name: crossRightClose;
  animation-name: crossRightClose;
  -webkit-animation-delay: .06s;
  animation-delay: .06s;
  -webkit-animation-duration: .15s;
  animation-duration: .15s;
}
.slide-out-widget-area-toggle a:not(.open) .close-line2 {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.slide_out_area_close .close-line, 
#search-outer .close-line, 
.slide-out-widget-area-toggle a .close-line {
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  -webkit-animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  animation-timing-function: cubic-bezier(0.52, 0.01, 0.16, 1);
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.material-ocm-open.slide_out_area_close .close-wrap .close-line1, 
#search-outer.material-open .close-wrap .close-line1, 
.slide-out-widget-area-toggle .open .close-line1 {
  -webkit-transform: translateY(-30px) translateX(30px) rotate(45deg);
  transform: translateY(-30px) translateX(30px) rotate(45deg);
}
.material-ocm-open.slide_out_area_close .close-wrap .close-line2, 
#search-outer.material-open .close-wrap .close-line2, 
.slide-out-widget-area-toggle .open .close-line2 {
  -webkit-transform: translateY(-30px) translateX(-30px) rotate(-45deg);
  transform: translateY(-30px) translateX(-30px) rotate(-45deg);
}
.slide_out_area_close .close-wrap .close-line, 
#search-outer .close-wrap .close-line, 
#top .slide-out-widget-area-toggle .close-line {
  height: 100%;
  width: 2px;
  background: #fff;
  backface-visibility: hidden;
  position: absolute;
  border-radius: 5px;
  left: 9px;
  transition: opacity 0.2s ease, background-color 0.2s ease;
}
#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line {
  background-color: #666;
}
#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap, 
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap, 
#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap, 
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap {
  display: none;
}
body[data-slide-out-widget-area-style*="fullscreen"][data-header-color="light"] #header-outer.side-widget-open:not(.transparent):not(.light-text) header .slide-out-widget-area-toggle .close-line {
  background-color: #888;
}
#slide-out-widget-area-bg.fullscreen-alt {
  padding: 0!important;
}
#search-outer .close-wrap .close-line, 
.slide-out-widget-area-toggle a .close-line {
  background-color: #000;
}
body.mobile.material[data-header-color="light"] #header-outer .slide-out-widget-area-toggle a .close-line, 
body.mobile.material[data-header-color="light"] #header-outer.transparent .slide-out-widget-area-toggle a .close-line {
  background-color: #999!important;
}

@keyframes headerButtonsBottomBarItem {
  0%{
    transform: translateX(15px);
    opacity: 0;
  }
  100%{
    transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes crossLeft{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
    transform:translateY(0px) translateX(0px) rotate(-45deg) 
  }
}
@keyframes crossLeft{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(-45deg);
    transform:translateY(0px) translateX(0px) rotate(-45deg) 
  }
}
@-webkit-keyframes crossLeftClose{
  100%{
    -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
    transform:translateY(22px) translateX(22px) rotate(-45deg) 
  }
}
@keyframes crossLeftClose{
  100%{
    -webkit-transform:translateY(22px) translateX(22px) rotate(-45deg);
    transform:translateY(22px) translateX(22px) rotate(-45deg) 
  }
}
@-webkit-keyframes crossRight{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
    transform:translateY(0px) translateX(0px) rotate(45deg) 
  }
}
@keyframes crossRight{
  100%{
    -webkit-transform:translateY(0px) translateX(0px) rotate(45deg);
    transform:translateY(0px) translateX(0px) rotate(45deg) 
  }
}
@-webkit-keyframes crossRightClose{
  100%{
    -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
    transform:translateY(22px) translateX(-22px) rotate(45deg) 
  }
}
@keyframes crossRightClose{
  100%{
    -webkit-transform:translateY(22px) translateX(-22px) rotate(45deg);
    transform:translateY(22px) translateX(-22px) rotate(45deg) 
  }
}
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container {
  position: relative;
  top: auto;
}
#slide-out-widget-area.slide-out-from-right .inner-wrap, 
#slide-out-widget-area.slide-out-from-right .off-canvas-menu-container {
  width: 100%;
}

#slide-out-widget-area.slide-out-from-right .inner-wrap {
  opacity: 0;
}
body.material-ocm-open #slide-out-widget-area.slide-out-from-right .inner-wrap {
  opacity: 1;
}
#slide-out-widget-area.slide-out-from-right #slide-out-widget-area .inner &gt; div, 
#slide-out-widget-area.slide-out-from-right .inner {
  width: auto;
}
#slide-out-widget-area[class*="slide-out-from-right"] .inner {
  height: auto;
}
#slide-out-widget-area[class*="slide-out-from-right"] .menuwrapper, 
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container, 
#slide-out-widget-area[class*="slide-out-from-right"] .widget.widget_nav_menu &gt; div, 
#slide-out-widget-area[class*="slide-out-from-right"] .bottom-meta-wrap {
  display: inline-block;
}
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container {
  min-width: 190px;
}
@media only screen and (min-width: 1000px) {
  #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container.mobile-only {
    display: none;
  }
}
#slide-out-widget-area[class*="slide-out-from-right"] .widget.widget_nav_menu li a {
  padding-left: 0;
  padding-right: 0;
}
#slide-out-widget-area[class*="slide-out-from-right"] .inner-wrap, 
#slide-out-widget-area.slide-out-from-right-hover .inner &gt; .off-canvas-menu-container {
  margin: auto 0;
  position: relative;
}
#slide-out-widget-area[class*="slide-out-from-right"], 
#slide-out-widget-area.slide-out-from-right-hover .inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
#slide-out-widget-area.slide-out-from-right-hover .inner{
  flex-wrap: wrap;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .slide-out-widget-area-toggle {
  z-index: 100;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li:first-child a {
  padding-left: 0;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li a i:after {
  z-index: 10000;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li {
  padding: 0;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li a {
  height: 24px;
  display: block;
  width: auto;
  line-height: 38px;
  opacity: 1;
  padding: 0 14px;
  box-sizing: content-box;
  text-align: center;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li i:before {
  z-index: 10;
  display: block;
  position: relative;
}
body[data-slide-out-widget-area-style="slide-out-from-right"].material #slide-out-widget-area .off-canvas-social-links li i {
  height: 26px;
  width: auto;
}
body.material[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li i {
  font-size: 20px;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area .off-canvas-social-links li i {
  line-height: 28px;
  display: block;
  position: relative;
  top: auto;
  backface-visibility: hidden;
  transition: color 0.2s ease;
  vertical-align: middle;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close{
  position:absolute;
  right:50px;
  top:50px;
  z-index: 8;
  display: block;
}

@media only screen and (min-width: 1000px) {
  
  body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close{
    opacity: 0;
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    position:fixed;
    right:-100px;
    top:50%;
    transform: translateY(-50%) translateX(100%);
    z-index: 10000;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .follow-body.slide_out_area_close {
    opacity: 1;
    right: 0;
    transform: translateY(-50%) translateX(-36.55vw);
  }
}

body[data-slide-out-widget-area-style="slide-out-from-right"][data-full-width-header="false"].admin-bar #slide-out-widget-area .slide_out_area_close {
  top: 50px;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #header-outer.side-widget-open {
  box-shadow: none;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .nectar-social.fixed {
  transition: transform 0.45s cubic-bezier(.15,0.2,.1,1);
}
/*things to hide when material ocm is open*/
.ocm-effect-wrap.material-ocm-open .nectar-social.fixed {
  -webkit-transform: scale(0);
  transform: scale(0);
}
.ocm-effect-wrap.material-ocm-open .swiper-container .slider-prev, 
.ocm-effect-wrap.material-ocm-open .swiper-container .slider-next {
  transition: background-color 0.2s linear, opacity 0.45s cubic-bezier(.15,0.2,.1,1);
  -webkit-transition: background-color 0.2s linear, opacity 0.45s cubic-bezier(.15,0.2,.1,1);
}
.ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-prev,
.ocm-effect-wrap.material-ocm-open .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-next {
  opacity: 0!important;
}
#fp-nav li {
  transition: transform 0.3s ease;
  -webkit-transition: transform 0.3s ease;
}
#fp-nav.material-ocm-open li {
  -webkit-transform: scale(0);
  transform: scale(0);
}
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item &gt; a {
  opacity: 1;
}
#slide-out-widget-area.slide-out-from-right, 
#slide-out-widget-area.slide-out-from-right:not(.fullscreen-alt):not(.fullscreen) {
  background-color: transparent!important;
}
#slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a {
  font-size: 22px;
  line-height: 28px;
  font-family: 'Open Sans';
  font-weight: 400;
}
#slide-out-widget-area-bg.slide-out-from-right {
  opacity: 1;
  height: 100%;
  width: 100%;
  z-index: 1;
}
/*before div gets moved*/
#ajax-content-wrap &gt; #slide-out-widget-area-bg.slide-out-from-right {
  visibility: hidden;
}
body[data-boxed-style="1"] #slide-out-widget-area-bg.slide-out-from-right, 
body[data-boxed-style="1"] #slide-out-widget-area.slide-out-from-right {
  opacity: 0;
  pointer-events: none;
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1), opacity 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
body[data-boxed-style="1"] #slide-out-widget-area-bg.slide-out-from-right.material-open, 
body[data-boxed-style="1"] #slide-out-widget-area.slide-out-from-right.material-open {
  opacity: 1;
  pointer-events: auto;
}
body[data-boxed-style="1"].material .ocm-effect-wrap {
  background-color: transparent;
}
body[data-boxed-style="1"].material-ocm-open .ocm-effect-wrap-inner {
  padding-top: 0!important;
}
body[data-boxed-style="1"].material-ocm-open div[id="wpadminbar"] {
  opacity: 0;
}
body[data-boxed-style="1"].material-ocm-open #header-outer {
  top: 0!important;
}
body[data-boxed-style="1"].material-ocm-open {
  background-attachment: fixed;
}
@media only screen and (min-width: 1000px) {
  body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close{
    position:fixed;
    z-index: 10000;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .slide_out_area_close:before {
    background-color: #f91b39;
    box-shadow: 0 16px 44px rgba(0,0,0,0.3);
  }
}
body[data-slide-out-widget-area-style="slide-out-from-right"] #slide-out-widget-area.slide-out-from-right {
  -webkit-transform: none;
  transform: none;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap {
  -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  overflow: hidden;
  position: relative;
  z-index: 10;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap-shadow {
  -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -ms-transform-origin: right;
  -webkit-transform-origin: right;
  transform-origin: right;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  z-index: 1;
  box-shadow: 0 80px 145px rgba(0,0,0,0.33);
}

/* Safari admin bar fix with OCM */
@media not all and (min-resolution:.001dpcm) { @media {
  body[data-slide-out-widget-area-style="slide-out-from-right"].admin-bar:not(.material-ocm-open) .ocm-effect-wrap {
    position: static;
  }
}}
@media only screen and (max-width: 600px) {
  body[data-slide-out-widget-area-style="slide-out-from-right"].admin-bar:not(.material-ocm-open) .ocm-effect-wrap {
    position: static;
  }
}

body:not(.nectar-no-flex-height) .ocm-effect-wrap-inner,
body[data-slide-out-widget-area-style="slide-out-from-right"]:not(.nectar-no-flex-height) .ocm-effect-wrap {
  height: auto!important;
}
.nectar-no-flex-height .ocm-effect-wrap-inner,
body[data-slide-out-widget-area-style="slide-out-from-right"].nectar-no-flex-height .ocm-effect-wrap {
  height: 100%;
}

body.admin-bar.material-ocm-open {
  position: fixed;
  left: 0;
  width: 100%;
  height: 100%;
  top: 0;
}
.slide-out-widget-area-toggle .lines-button.x2 .lines:before, 
.slide-out-widget-area-toggle .lines-button.x2 .lines:after {
  transition: top 0.4s 0.45s ease,width 0.3s ease, -webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
  transition: top 0.4s 0.45s ease,width 0.3s ease, transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
}
.lines:after, body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:after {
  top: -7px;
}
.lines:before, body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle.small .lines:before {
  width: 1rem;
  top: 7px;
}
body[data-slide-out-widget-area-style="slide-out-from-right-hover"] .slide-out-widget-area-toggle.mobile-icon .lines:before, 
body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
  width: 1rem!important;
}
.slide-out-widget-area-toggle .lines-button.close .lines:before {
  -webkit-transform: translateY(-7px) rotateZ(-45deg);
  -ms-transform: translateY(-7px) rotateZ(-45deg);
  transform: translateY(-7px) rotateZ(-45deg);
  width: 1.5rem;
}
.slide-out-widget-area-toggle .lines-button.close .lines:after {
  -webkit-transform: translateY(7px) rotateZ(45deg);
  -ms-transform: translateY(7px) rotateZ(45deg);
  transform: translateY(7px) rotateZ(45deg);
  width: 1.5rem;
}
.material .lines-button.close {
  transform: none;
}
body #header-outer .icon-salient-search:before, 
body.material #header-outer .icon-salient-search:before {
  content:"\e906"
}


.admin-bar[class*="bp-"] .ocm-effect-wrap-inner, 
.admin-bar[class*="bp-"] .ocm-effect-wrap {
  border-radius: initial;
}


.material-ocm-open .container-wrap {
  pointer-events:none;
}


.ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
  -webkit-transform: scale(1.007)!important;
  transform: scale(1.007)!important;
  -webkit-transform-origin: center;
  transform-origin: center;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap.material-ocm-open {
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale(0.835) translateX(-466px) translateZ(0)!important;
  transform: scale(0.835) translateX(-466px) translateZ(0)!important;
  height: 100%;
}
body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap-shadow.material-ocm-open {
  -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  -webkit-transform: scale(0.825) translateX(-476px) translateZ(0)!important;
  transform: scale(0.825) translateX(-476px) translateZ(0)!important;
  height: 100%;
}
@media only screen and (min-width: 1000px) and (max-width: 1100px) {
  body[data-slide-out-widget-area-style="slide-out-from-right"] .follow-body.slide_out_area_close {
    -webkit-transform: translateY(-50%) translateX(-389px)!important;
    transform: translateY(-50%) translateX(-389px)!important;
  }
}

@media only screen and (max-width: 450px) {
  
  #slide-out-widget-area.slide-out-from-right {
    min-width: 78vw;
    width: 78vw;
    padding-left: 50px;
    padding-right: 50px;
    -ms-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap-shadow {
    -webkit-transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
    transition: transform 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap.material-ocm-open {
    -webkit-transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
    transform: scale(0.84) translateX(-93vw) translateZ(0)!important;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap-shadow.material-ocm-open {
    -webkit-transform: scale(0.83) translateX(-94vw) translateZ(0)!important;
    transform: scale(0.83) translateX(-94vw) translateZ(0)!important;
  }
}

@media only screen and (min-width: 1100px) {
  
  #slide-out-widget-area.slide-out-from-right {
    min-width: 33.3vw;
    padding-left: 4%;
    padding-right: 4%;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap.material-ocm-open {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.8) translateX(-32vw) translateZ(0)!important;
    transform: scale(0.8) translateX(-32vw) translateZ(0)!important;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .ocm-effect-wrap-shadow.material-ocm-open {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.79) translateX(-33.6vw) translateZ(0)!important;
    transform: scale(0.79) translateX(-33.6vw) translateZ(0)!important;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"] .follow-body.slide_out_area_close {
    -ms-transform: translateY(-50%) translateX(-35.55vw);
    -webkit-transform: translateY(-50%) translateX(-35.55vw);
    transform: translateY(-50%) translateX(-35.55vw);
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open {
    -ms-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.85) translateX(-29.6vw) translateZ(0)!important;
    transform: scale(0.85) translateX(-29.6vw) translateZ(0)!important;
  }
  body[data-slide-out-widget-area-style="slide-out-from-right"][data-boxed-style="1"] .ocm-effect-wrap.material-ocm-open .ocm-effect-wrap-inner {
    -webkit-transform: none!important;
    transform: none!important;
  }
  
}

@media only screen and (max-width: 999px) and (min-width: 691px) {
  
  body.material .nectar-button.extra_jumbo.has-icon {
    font-size: 30px;
    line-height: 60px;
    padding: 30px 100px 30px 60px;
  }
  
  body.material .nectar-button.has-icon.extra_jumbo i {
    height: 74px;
    width: 74px;
    line-height: 74px;
  }
  
}

.material-ocm-open #ajax-content-wrap {
  cursor: pointer;
}
#slide-out-widget-area.slide-out-from-right .inner &gt; div, 
#slide-out-widget-area.slide-out-from-right .bottom-meta-wrap {
  -webkit-transform: translateX(110px);
  -webkit-transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
  transform: translateX(110px);
  transition: all 0.8s cubic-bezier(0.2, 1, 0.3, 1);
}
#slide-out-widget-area.slide-out-from-right.material-open .inner &gt; div, 
#slide-out-widget-area.slide-out-from-right.material-open .bottom-meta-wrap {
  -ms-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  transform: translateX(0px);
}
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li {
  margin-bottom: 12px;
}
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container li a {
  position: relative;
}
body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container &gt; .menu &gt; li a {
  opacity: 1;
  transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
}
body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after {
  transform-origin: left;
  pointer-events: none;
  bottom: -2px;
  -webkit-transition: -webkit-transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: transform 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  border-color: #fff;
}
body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a {
  color: #fff;
}
input[type=text], 
textarea, 
input[type=email], 
input[type=password], 
input[type=tel], 
input[type=url], 
input[type=search], 
input[type=date], 
.material.woocommerce-page[data-form-style="default"] input#coupon_code {
  background-color: rgba(0,0,0,0.04);
  border-radius: 4px;
  border: 2px solid rgba(0,0,0,0);
}
input[type=text]:focus, 
textarea:focus, 
input[type=email]:focus, 
input[type=search]:focus, 
input[type=password]:focus, 
input[type=tel]:focus, 
input[type=url]:focus, 
input[type=date]:focus {
  box-shadow: 0px 0px 10px rgba(0,0,0,0.11);
}
.wcpa_form_outer{margin:1em 0 2em 0;width:100%;clear:both;flex:0 0 100%}.wcpa_form_outer *{box-sizing:border-box}.wcpa_skeleton_loader_area{width:100%;display:block;margin:2em 0 2em}.wcpa_skeleton_loader{width:100%;display:block;margin:0 0 23px}.wcpa_skeleton_loader *{background:#eee;background:linear-gradient(130deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);border-radius:5px;background-size:200% 100%;animation:1.5s shine linear infinite}.wcpa_skeleton_loader .wcpa_skeleton_label{width:75px;height:20px;display:block;margin:0 0 8px}.wcpa_skeleton_loader .wcpa_skeleton_field{width:100%;height:45px;display:block;border-radius:4px}.wcpa_skeleton_loader .wcpa_skeleton_fieldarea{width:100%;height:175px;display:block;border-radius:4px}@keyframes shine{to{background-position-x:-200%}}@keyframes wcpaAnimate{0%{opacity:0}100%{opacity:1}}.wcpa_wrap{padding:0 2px}.wcpa_wrap .wcpa_new{animation-name:wcpaAnimate;animation-duration:.5s;animation-timing-function:ease-out}.wcpa_wrap .wcpa_row{flex-wrap:wrap}.wcpa_wrap .wcpa-col-1,.wcpa_wrap .wcpa-col-2,.wcpa_wrap .wcpa-col-3,.wcpa_wrap .wcpa-col-4,.wcpa_wrap .wcpa-col-5,.wcpa_wrap .wcpa-col-6{padding:0 7px}.wcpa_wrap .wcpa-col-6{width:100%}.wcpa_wrap .wcpa-col-5{width:83.33333333%}.wcpa_wrap .wcpa-col-4{width:66.66666667%}.wcpa_wrap .wcpa-col-3{width:50%}.wcpa_wrap .wcpa-col-2{width:33.33333%}.wcpa_wrap .wcpa-col-1{width:16.66666%}.wcpa_wrap .wcpa_field_wrap{margin:0 0 15px}.wcpa_wrap .wcpa_field_wrap:first-child{padding-left:0}.wcpa_wrap .wcpa_field_wrap:last-child{padding-right:0}.wcpa_wrap .wcpa_field_wrap input[type=text],.wcpa_wrap .wcpa_field_wrap input[type=url],.wcpa_wrap .wcpa_field_wrap input[type=date],.wcpa_wrap .wcpa_field_wrap input[type=time],.wcpa_wrap .wcpa_field_wrap input[type=number],.wcpa_wrap .wcpa_field_wrap input[type=email],.wcpa_wrap .wcpa_field_wrap input[type=tel],.wcpa_wrap .wcpa_field_wrap input[type=password],.wcpa_wrap .wcpa_field_wrap select,.wcpa_wrap .wcpa_field_wrap textarea{width:100%}.wcpa_wrap .wcpa_date_field_wrap input{padding-right:25px !important}.wcpa_wrap .wcpa_date_field_wrap{position:relative;width:100%}.wcpa_wrap .wcpa_date_field_wrap .wcpa_reset_field{position:absolute;top:50%;transform:translateY(-50%);right:10px;background-image:url(/wp-content/plugins/woo-custom-product-addons/assets/images/date-reset.svg);background-repeat:no-repeat;background-size:contain;width:15px;height:15px;z-index:1;cursor:pointer;display:block}.wcpa_wrap .wcpa_date_field_wrap .inline+.wcpa_reset_field{display:none !important}.wcpa_wrap .wcpa_checkbox{position:relative}.wcpa_wrap .wcpa_checkbox label{margin:0;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer}.wcpa_wrap .wcpa_checkbox input{margin:3px 3px 3px 4px}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom{display:none}.wcpa_wrap .wcpa_radio{position:relative}.wcpa_wrap .wcpa_radio label{margin:0;display:inline-flex;align-items:center;justify-content:flex-start;cursor:pointer}.wcpa_wrap .wcpa_radio label input{margin:3px 3px 3px 4px}.wcpa_wrap .wcpa_radio .wcpa_radio_custom{display:none}.wcpa_wrap .wcpa_group_field,.wcpa_wrap .wcpa_grp_items{display:grid;grid-template-columns:100%;gap:10px 20px;align-items:flex-start}.wcpa_wrap .wcpa_grp_wrap .wcpa_grp_title{margin:0 0px 10px 0px}.wcpa_wrap .wcpa_field{width:100%}.wcpa_wrap .wcpa_fl_inline{display:flex;flex-wrap:wrap}.wcpa_wrap .wcpa_fl_inline.wcpa_grouped_options{display:block}.wcpa_wrap .wcpa_fl_inline .wcpa_grp_items{display:flex;flex-wrap:wrap}.wcpa_wrap .wcpa_field_label{width:100%;font-weight:400;line-height:20px;margin:0 0 8px 0;display:inline-block}.wcpa_wrap .wcpa_field_desc{margin:4px 0 0;font-size:.8em}.wcpa_wrap .wcpa_cloned_field .wcpa_field_desc{display:none}.wcpa_wrap .wcpa_field_price{display:block;font-weight:400;font-size:1em;line-height:20px;text-align:right;margin:0 0 0 10px}.wcpa_wrap .wcpa_field_price del{opacity:.5;font-weight:normal;display:inline-block;margin:0 5px;font-size:.9em}.wcpa_wrap .wcpa_field_bottom{width:100%;display:flex;align-items:flex-start;justify-content:space-between;margin:5px 0 0 0}.wcpa_wrap .wcpa_field_error{display:block}.wcpa_wrap .wcpa_field_error p{margin:0;font-weight:400;font-size:13px;line-height:20px;color:#eb0a25}.wcpa_wrap .wcpa_form_error{color:#eb0a25;font-weight:400;font-size:13px;line-height:20px}.wcpa_section{padding:0;margin:0 0 5px;position:relative}.wcpa_section .wcpa_row{display:flex;flex-direction:row}.wcpa_cl_disabled .wcpa_field{opacity:.5}.wcpa_color_field{min-width:120px;display:inline-flex;align-items:center;justify-content:space-between;line-height:25px;padding:5px;border:1px solid #aaa;background:#fff;box-shadow:none;outline:0;box-sizing:border-box;position:relative;gap:5px}.wcpa_color_field .wcpa_field{width:100%;height:100%;border:none;padding:0 !important;position:absolute;left:0;top:0;cursor:pointer;opacity:0;z-index:1}.wcpa_color_field .wcpa_color{width:30px;height:30px;display:block;border:1px solid #cfddef;border-radius:4px}.wcpa_color_field .wcpa_code{font-size:14px;line-height:20px}*[dir=rtl] .wcpa_field_wrap .wcpa_reset_field,*[style*="direction: rtl"] .wcpa_field_wrap .wcpa_reset_field{left:10px;right:auto}*[dir=rtl] .wcpa_wrap .wcpa_field_wrap:first-child,*[style*="direction: rtl"] .wcpa_wrap .wcpa_field_wrap:first-child{padding-right:0;padding-left:7px}*[dir=rtl] .wcpa_wrap .wcpa_field_wrap:last-child,*[style*="direction: rtl"] .wcpa_wrap .wcpa_field_wrap:last-child{padding-left:0;padding-right:7px}*[dir=rtl] .wcpa_date_field_wrap input,*[style*="direction: rtl"] .wcpa_date_field_wrap input{padding-left:25px !important}*[dir=rtl] .wcpa_status,*[style*="direction: rtl"] .wcpa_status{left:0;right:inherit}.wcpa_required_ast{color:#f25a87}.wcpa_price_summary{width:100%;display:block;margin-top:20px}.wcpa_price_summary h4{font-weight:700;font-size:16px;line-height:20px;margin:0 0 15px}.wcpa_price_summary .wcpa_options_total,.wcpa_price_summary .wcpa_product_total,.wcpa_price_summary .wcpa_total{width:100%;display:flex;align-items:center;justify-content:space-between;font-weight:400;font-size:14px;line-height:20px;margin:0 0 10px}.wcpa_price_summary .wcpa_total{border-top:1px solid #c6d0e9;padding:15px 0;font-weight:700;font-size:18px;line-height:20px}.wcpa_label_pos_above .wcpa_field_desc{margin:0 0 8px}.wcpa_label_pos_above.wcpa_desc_pos_below .wcpa_field_label{margin:0 0 8px 0}.wcpa_label_pos_above.wcpa_desc_pos_below .wcpa_field_desc{margin:4px 0 0 !important}.wcpa_label_pos_below .wcpa_field_label{margin:4px 0 !important}.wcpa_label_pos_below .wcpa_field_desc{margin:0 !important}.wcpa_label_pos_below.wcpa_desc_pos_above .wcpa_field_label{margin:4px 0 0 !important}.wcpa_label_pos_below.wcpa_desc_pos_above .wcpa_field_desc{margin:0 0 8px !important}.wcpa_label_pos_disable.wcpa_desc_pos_above .wcpa_field_desc{margin:0 0 8px !important}.wcpa_color_picker{position:absolute;z-index:999}.wcpa_color_picker.wcpa_inline_color_picker{position:relative;z-index:inherit}.wcpa_edit_product{font-size:12px;margin:0 4px;text-decoration:none !important}.wcpa_cart_color{width:30px;height:30px;display:block}.disp_squircle{border-radius:5px}.disp_square{border-radius:0}.disp_circle{border-radius:50%}.woocommerce-page table.shop_table tbody .product-name .variation dt,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dt{float:unset}.woocommerce-page table.shop_table tbody .product-name .variation dd,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd{margin-left:0;padding-left:0}.woocommerce-page table.shop_table tbody .product-name .variation dd a,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a{text-decoration:none}.woocommerce-page table.shop_table tbody .product-name .variation dd a:focus,.woocommerce-page table.shop_table tbody .product-name .variation dd a:focus-visible,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a:focus,.woocommerce-page table.shop_table_responsive tbody .product-name .variation dd a:focus-visible{outline:none}.woocommerce #content table.cart .product-name img,.woocommerce table.cart .product-name img,.woocommerce-page #content table.cart .product-name img,.woocommerce-page table.cart .product-name img{display:block;max-width:100%;max-width:100px}.wcpa_cart_meta .wcpa_cart_meta_item-value img{max-width:100px !important}.wcpa_cart_meta .wcpa_cart_meta_item-value .wcpa_icon{width:20px}.woocommerce table.cart .variation{display:flex;flex-wrap:wrap;gap:5px}.woocommerce table.cart .variation dt{flex-basis:100%}.wcpa_prevent_quantity_change .product-remove{visibility:hidden}.wcpa_prevent_quantity_change .product-quantity{opacity:.5}.wcpa_prevent_quantity_change td{border-top:none !important}.wcpa_bind_quantity .product-quantity{opacity:.5}.mini_cart_item .wcpa_cart_meta{font-size:13px;margin:0}.mini_cart_item .wcpa_cart_meta_item{margin-bottom:1px;padding:0px;border:none}.wcpa_cart_meta{list-style-type:none;font-size:15px;margin:10px 0 0}.wcpa_cart_meta .wcpa_cart_meta_item{display:flex;flex-wrap:wrap;margin-bottom:5px;min-height:auto}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-label{font-weight:600;margin-left:0px;margin-bottom:5px;margin-top:0}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value{margin-left:5px;margin-bottom:0;display:flex;gap:7px;flex-wrap:wrap}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value p{margin:0}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a{text-decoration:none}.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a:focus,.wcpa_cart_meta .wcpa_cart_meta_item .wcpa_cart_meta_item-value a:focus-visible{outline:none}.woocommerce-table--order-details .wc-item-meta{list-style-type:none;margin-left:0px}.woocommerce-table--order-details .wc-item-meta li{display:flex;flex-wrap:wrap}.woocommerce-table--order-details .wc-item-meta li p{margin-left:5px}.woocommerce-table--order-details .wc-item-meta li p a img{max-width:100px}.woocommerce-table--order-details .wc-item-meta li p a span{display:block}dt.variation-wcpa_empty_label{display:none !important}li.variation-wcpa_empty_label span:first-child{display:none !important}div.product.wcpa_has_options form.cart,div.product.wcpa_has_options form.cart&gt;div:first-child,.sydney-single-addtocart-wrapper,.woocommerce-variation-add-to-cart{flex-wrap:wrap !important}.wcpa_wrap *{outline:none}.wcpa_wrap .wcpa_field_label{color:var(--wcpaLabelColor);font-size:var(--wcpaLabelSize);font-weight:var(--wcpaLabelWeight)}.wcpa_wrap .wcpa_field_desc,.wcpa_wrap .wcpa_option_desc{color:var(--wcpaDescColor);font-size:var(--wcpaDescSize);font-weight:var(--wcpaDescWeight)}.wcpa_wrap .wcpa_field_wrap input[type=text],.wcpa_wrap .wcpa_field_wrap input[type=url],.wcpa_wrap .wcpa_field_wrap input[type=date],.wcpa_wrap .wcpa_field_wrap input[type=time],.wcpa_wrap .wcpa_field_wrap input[type=number],.wcpa_wrap .wcpa_field_wrap input[type=email],.wcpa_wrap .wcpa_field_wrap input[type=tel],.wcpa_wrap .wcpa_field_wrap input[type=password],.wcpa_wrap .wcpa_field_wrap input[type=datetime-local],.wcpa_wrap .wcpa_field_wrap .wcpa_color_field,.wcpa_wrap .wcpa_field_wrap select,.wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control,.wcpa_wrap .wcpa_field_wrap .wcpa_other_value input{box-shadow:none;border:var(--wcpaBorderWidth) solid var(--wcpaBorderColor);background-color:var(--wcpaInputBgColor);height:var(--wcpaInputHeight);border-radius:var(--wcpaBorderRadius);line-height:25px;padding:5px 10px;outline:0;box-sizing:border-box;color:var(--wcpaInputColor)}.wcpa_wrap .wcpa_field_wrap input[type=text]:focus,.wcpa_wrap .wcpa_field_wrap input[type=url]:focus,.wcpa_wrap .wcpa_field_wrap input[type=date]:focus,.wcpa_wrap .wcpa_field_wrap input[type=time]:focus,.wcpa_wrap .wcpa_field_wrap input[type=number]:focus,.wcpa_wrap .wcpa_field_wrap input[type=email]:focus,.wcpa_wrap .wcpa_field_wrap input[type=tel]:focus,.wcpa_wrap .wcpa_field_wrap input[type=password]:focus,.wcpa_wrap .wcpa_field_wrap input[type=datetime-local]:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_color_field:focus,.wcpa_wrap .wcpa_field_wrap select:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_advanced_select .wcpa__control:focus,.wcpa_wrap .wcpa_field_wrap .wcpa_other_value input:focus{border-color:var(--wcpaBorderColorFocus)}.wcpa_wrap .wcpa_field_wrap textarea{box-shadow:none;border:var(--wcpaBorderWidth) solid var(--wcpaBorderColor);background-color:var(--wcpaInputBgColor);border-radius:var(--wcpaBorderRadius);line-height:25px;padding:5px 15px;outline:0;box-sizing:border-box}.wcpa_wrap .wcpa_field_wrap textarea:focus{border-color:var(--wcpaBorderColorFocus)}.wcpa_wrap .wcpa_group_field label{color:var(--wcpaCheckLabelColor);font-size:var(--wcpaCheckLabelSize)}.wcpa_wrap .wcpa_checkbox{position:relative}.wcpa_wrap .wcpa_checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom{width:var(--wcpaCheckWidth);height:var(--wcpaCheckHeight);display:flex;align-items:center;justify-content:center;position:relative;border:var(--wcpaCheckBorderWidth) solid var(--wcpaCheckBorderColor);border-radius:var(--wcpaCheckBorderRadius);margin:0 5px 0 5px;cursor:pointer;flex:var(--wcpaCheckWidth) 0 0}.wcpa_wrap .wcpa_checkbox .wcpa_checkbox_custom::after{content:"";position:absolute;width:9px;height:4px;border:solid var(--wcpaCheckTickColor);border-width:0 0 2px 2px;transform:rotate(-45deg);visibility:hidden;opacity:0;margin-top:-2px}.wcpa_wrap .wcpa_checkbox input:checked~.wcpa_checkbox_custom{background-color:var(--wcpaCheckBgColor);border-color:var(--wcpaCheckBgColor)}.wcpa_wrap .wcpa_checkbox input:checked~.wcpa_checkbox_custom::after{visibility:visible;opacity:1}.wcpa_wrap .wcpa_radio{position:relative}.wcpa_wrap .wcpa_radio input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.wcpa_wrap .wcpa_radio .wcpa_radio_custom{width:var(--wcpaCheckWidth);height:var(--wcpaCheckHeight);flex:0 0 var(--wcpaCheckWidth);display:flex;align-items:center;justify-content:center;position:relative;border:var(--wcpaCheckBorderWidth) solid var(--wcpaRadioBorderColor);background-color:rgba(0,0,0,0);border-radius:50%;margin:0 5px 0 0}.wcpa_wrap .wcpa_radio .wcpa_radio_custom::after{content:"";position:absolute;width:10px;height:10px;background-color:var(--wcpaRadioBgColor);border-radius:50%;transform:scale(0);transition:all ease-in-out .2s}.wcpa_wrap .wcpa_radio input:checked~.wcpa_radio_custom{background-color:rgba(0,0,0,0);border-color:var(--wcpaRadioBgColor)}.wcpa_wrap .wcpa_radio input:checked~.wcpa_radio_custom::after{transform:scale(1)}.wcpa_wrap .wcpa_price_summary{color:var(--wcpaLabelColor)}.wcpa_wrap .wcpa_price_summary .wcpa_total{border-top:1px solid var(--wcpaLineColor)}.wcpa_wrap .wcpa_field_price{color:var(--wcpaLabelColor)}.wcpa_wrap .wcpa_field_error p,.wcpa_wrap .wcpa_error{color:var(--wcpaErrorColor);font-size:var(--wcpaErrorSize)}

body a, 
label span, 
body [class^="icon-"].icon-default-style,
.blog-recent[data-style*="classic_enhanced"] .post-meta .icon-salient-heart-2.loved, 
.blog-recent[data-style*="classic_enhanced"] .post-meta a:hover i,
.masonry.classic_enhanced .post .post-meta .icon-salient-heart-2.loved,
.masonry.classic_enhanced .post .post-meta a:hover i,
.post .post-header h2 a,
.post .post-header a:hover,
#single-below-header a:hover,
.post .post-header a:focus,
#single-below-header a:focus,
.comment-list .pingback .comment-body &gt; a:hover,
.pricing-column h3,
[data-style="list_featured_first_row"] .meta-category a,
body.material .tabbed[data-color-scheme="accent-color"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) a:hover, 
body.material .tabbed[data-color-scheme="accent-color"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) .active-tab, 
.tabbed[data-style*="material"][data-color-scheme="accent-color"] .wpb_tabs_nav li a:not(.active-tab):hover,
[data-style="list_featured_first_row"] .meta-category a,
.icon-3x[class^="icon-"], 
.icon-3x[class*=" icon-"],
.icon-tiny[class^="icon-"],
.nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"] .icon-default-style,
.col:hover &gt; [class^="icon-"].icon-3x.accent-color.alt-style.hovered,
.col:hover &gt; [class*=" icon-"].icon-3x.accent-color.alt-style.hovered,
div[data-style="minimal"] .toggle:hover h3 a,
div[data-style="minimal"] .toggle.open h3 a,
#footer-outer #copyright li a i:hover,
.ascend .comment-list .reply a,
body.material .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #sidebar .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
body.material #footer-outer .widget:not(.nectar_popular_posts_widget):not(.recent_posts_extra_widget) li a:hover,
#top nav .sf-menu .current_page_item &gt; a .sf-sub-indicator i, 
#top nav .sf-menu .current_page_ancestor &gt; a .sf-sub-indicator i,
.sf-menu &gt; .current_page_ancestor &gt; a &gt; .sf-sub-indicator i, 
.material .widget .tagcloud a,
#single-below-header a:hover [class^="icon-"],
#header-outer[data-format="left-header"] #top nav &gt; ul &gt; li:not(.megamenu) ul a:hover,
#header-outer #mobile-menu ul li[class*="current"] &gt; a,
#header-outer #mobile-menu ul li a:hover,
#header-outer #mobile-menu ul li a:focus,
#header-outer #mobile-menu ul li a:hover .sf-sub-indicator i,
#header-outer #mobile-menu ul li a:focus .sf-sub-indicator i,
.wpcf7-form .wpcf7-not-valid-tip
{ 
	color: #02b2fb; 
}


#header-outer[data-lhe="default"] #top nav &gt; ul &gt; li &gt; a:hover,
#header-outer[data-lhe="default"] #top nav .sf-menu &gt; .sfHover:not(#social-in-menu) &gt; a, 
#header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current-menu-item &gt; a,
#header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current_page_ancestor &gt; a, 
#header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current-menu-ancestor &gt; a, 
#header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current_page_item &gt; a,
#header-outer[data-lhe="default"] #top nav &gt; ul &gt; .button_bordered &gt; a:hover,
#header-outer[data-lhe="default"] #top nav &gt; .sf-menu &gt; .button_bordered.sfHover &gt; a,
#header-outer #top nav &gt; ul &gt; .button_bordered &gt; a:hover,  
#header-outer:not(.transparent) #social-in-menu a i:after, 
.sf-menu &gt; li &gt; a:hover &gt; .sf-sub-indicator i, 
.sf-menu &gt; li &gt; a:active &gt; .sf-sub-indicator i,
.sf-menu &gt; .sfHover &gt; a &gt; .sf-sub-indicator i,
.sf-menu .megamenu &gt; ul &gt; li:hover &gt; a,
#top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; a:hover, 
#top nav &gt; ul &gt; .megamenu &gt; ul &gt; .sfHover &gt; a, 
#top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; a:focus, 
#top nav ul #nectar-user-account a:hover span, 
#top nav ul #search-btn a:hover span, 
#top nav ul .slide-out-widget-area-toggle a:hover span, 
#header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item &gt; a, 
body.material:not([data-header-color="custom"]) #header-outer:not([data-format="left-header"]) #top ul.cart_list a:hover, 
body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, 
#header-outer .widget_shopping_cart .cart_list a, 
#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu ul ul .current-menu-item.has-ul &gt; a,
#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu ul ul .current-menu-ancestor.has-ul &gt; a, 
body #header-secondary-outer #social a:hover i,
body #header-secondary-outer #social a:focus i,
#footer-outer a:focus, 
#footer-outer a:hover, 
.recent-posts .post-header a:hover, 
.result a:hover, 
.post-area.standard-minimal .post .post-meta .date a,
.post-area.standard-minimal .post .post-header h2 a:hover, 
.post-area.standard-minimal  .post .more-link:hover span,
.post-area.standard-minimal .post .more-link span:after, 
.post-area.standard-minimal .post .minimal-post-meta a:hover, 
.single .post .post-meta a:hover,
.single .post .post-meta a:focus,
.single #single-meta div a:hover i, 
.single #single-meta div:hover &gt; a, 
.single #single-meta div:focus &gt; a, 
.comment-list .comment-meta a:hover, 
.comment-list .comment-meta a:focus, 
.result .title a, 
.circle-border, 
.home .blog-recent:not([data-style="list_featured_first_row"]) .col .post-header a:hover,
.home .blog-recent .col .post-header h3 a, 
.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color h4, 
.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color .interval,
.comment-author a:hover, 
.comment-author a:focus, 
.project-attrs li i, 
.woocommerce .star-rating, 
.woocommerce form .form-row .required, 
.woocommerce-page form .form-row .required, 
.woocommerce ul.products li.product .price, 
.woocommerce-page ul.products li.product .price, 
.woocommerce-checkout-review-order-table .product-info .amount,
.woocommerce-pagination a.page-numbers:hover, 
.woocommerce p.stars a:hover, 
.woocommerce .material.product .product-wrap .product-add-to-cart a:hover, 
.woocommerce .material.product .product-wrap .product-add-to-cart a:hover &gt; span, 
.woocommerce-MyAccount-navigation ul li.is-active a:before, 
.woocommerce-MyAccount-navigation ul li:hover a:before, 
.woocommerce.ascend .price_slider_amount button.button[type="submit"], 
.ascend.woocommerce #sidebar div ul li a:hover, 
.ascend.woocommerce #sidebar div ul .current-cat &gt; a, 
.woocommerce .widget_layered_nav ul li.chosen a:after, 
.woocommerce-page .widget_layered_nav ul li.chosen a:after, 
.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control.active, 
.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control:hover, 
.woocommerce #review_form #respond p.comment-notes span.required,
.nectar-milestone .number.accent-color, 
body #portfolio-nav a:hover i,
span.accent-color, 
.portfolio-items .nectar-love:hover i, 
.portfolio-items .nectar-love.loved i, 
body .hovered .nectar-love i, 
body:not(.material) #search-outer #search #close a span:hover, 
.carousel-wrap[data-full-width="true"] .carousel-heading a:hover i, 
#search-outer .ui-widget-content li:hover *,  
#search-outer .ui-widget-content .ui-state-focus *, 
.portfolio-filters-inline .container ul li .active,
.svg-icon-holder[data-color="accent-color"], 
.team-member .accent-color:hover, 
.text_on_hover.product .add_to_cart_button, .blog-recent[data-style="minimal"] .col &gt; span, 
.blog-recent[data-style="title_only"] .col:hover .post-header .title, 
.nectar-icon-list[data-icon-style="border"][data-icon-color="accent-color"] .list-icon-holder[data-icon_type="numerical"] span, 
.nectar-icon-list[data-icon-color="accent-color"][data-icon-style="border"] .content h4, 
.nectar-icon-list[data-icon-color="accent-color"] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
body #pagination .page-numbers.prev:hover, 
body #pagination .page-numbers.next:hover,  
body #pagination a.page-numbers:hover, 
body #pagination a.page-numbers:focus, 
.nectar-slide-in-cart .widget_shopping_cart .cart_list a, 
.sf-menu ul .open-submenu &gt; a,
body[data-form-submit="see-through"] input[type=submit], 
body[data-form-submit="see-through"] button[type=submit], 
.nectar_icon_wrap[data-color="accent-color"] i, 
.nectar_team_member_close .inner:before, 
body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul &gt; a:hover, 
body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul &gt; a:focus, 
.masonry.material .masonry-blog-item .meta-category a, 
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section .active, 
body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="accent-color-underline"].full-width-section a:hover, 
.material .comment-list .reply a:hover, 
.material .comment-list .reply a:focus, 
.related-posts[data-style="material"] .meta-category a,
.material .widget li:not(.has-img) a:hover .post-title, 
.material #sidebar .widget li:not(.has-img) a:hover .post-title, 
.material .container-wrap #author-bio #author-info a:hover,
.material #sidebar .widget ul[data-style="featured-image-left"] li a:hover .post-title, 
.material #sidebar .widget .tagcloud a, 
.single.material .post-area .content-inner &gt; .post-tags a, 
.post-area.featured_img_left .meta-category a,
body.material .nectar-button.see-through.accent-color[data-color-override="false"],
div[data-style="minimal_small"] .toggle.accent-color &gt; h3 a:hover, 
div[data-style="minimal_small"] .toggle.accent-color.open &gt; h3 a, 
.testimonial_slider[data-rating-color="accent-color"] .star-rating .filled:before,
.nectar_single_testimonial[data-color="accent-color"] p .open-quote, 
.nectar-quick-view-box .star-rating, 
.minimal.product .product-wrap .normal.icon-salient-cart[class*=" icon-"], 
.minimal.product .product-wrap i, 
.minimal.product .product-wrap .normal.icon-salient-m-eye, 
.products li.product.minimal .product-add-to-cart .loading:after, 
.widget_search .search-form button[type=submit] .icon-salient-search, 
body.search-no-results .search-form button[type=submit] .icon-salient-search, 
#sidebar .widget_shopping_cart .cart_list li a.remove:hover,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.accent-color.alt-style.hovered, 
body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.accent-color.alt-style.hovered,
.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart {
	color:#02b2fb!important;
}
.nectar-highlighted-text em:before,
.nectar_icon_wrap[data-style="soft-bg"][data-color="accent-color"] .nectar_icon:before, 
.nectar_icon_wrap[data-style="shadow-bg"][data-color="accent-color"] .nectar_icon:after,
.pricing-table[data-style="default"] .pricing-column.highlight.accent-color h3,
.pricing-table[data-style="flat-alternative"] .pricing-column.highlight h3 .highlight-reason,
.pricing-table[data-style="flat-alternative"] .pricing-column.accent-color:before,
[data-style="list_featured_first_row"] .meta-category a:before,
.tabbed &gt; ul li .active-tab,
.tabbed &gt; ul li .active-tab:hover,
.tabbed[data-style="vertical_modern"][data-color-scheme="accent-color"] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*="minimal"] &gt; ul li a:after, 
.tabbed[data-style="minimal_alt"] .magic-line, 
.tabbed[data-style*="material"][data-color-scheme="accent-color"] ul:after,
.nectar-scrolling-tabs[data-color-scheme="accent-color"] .scrolling-tab-nav .line,
.wpb_row .nectar-post-grid-filters[data-active-color="accent-color"] a:after,
#ajax-content-wrap [data-stored-style="vs"] .tabbed[data-color-scheme="accent-color"] .wpb_tabs_nav li a:before,
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] .flickity-page-dots .dot.is-selected:before, 
.testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote.is-selected p,
.nectar_video_lightbox.nectar-button[data-color="default-accent-color"],
.nectar_video_lightbox.nectar-button[data-color="transparent-accent-color"]:hover,
.nectar-cta[data-color="accent-color"]:not([data-style="material"]) .link_wrap,
.flex-direction-nav a,
.carousel-prev:hover, 
.carousel-next:hover,
.nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="accent-color"] .flickity-prev-next-button:hover:before,
.nectar-flickity[data-controls="default"][data-control-color="accent-color"] .flickity-page-dots .dot:before,
.nectar-flickity[data-controls="touch_total"][data-control-color="accent-color"] .visualized-total span,
body [class^="icon-"].icon-3x.alt-style.accent-color, 
body [class*=" icon-"].icon-3x.alt-style.accent-color,
[class*=" icon-"],
.col:hover &gt; [class^="icon-"].icon-3x:not(.alt-style).accent-color.hovered, 
.col:hover &gt; [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered,
.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x:not(.alt-style).accent-color.hovered, 
.col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x:not(.alt-style).accent-color.hovered,
.toggle.open h3 a,
div[data-style="minimal"] .toggle.open h3 i:after, 
div[data-style="minimal"] .toggle:hover h3 i:after, 
div[data-style="minimal"] .toggle.open h3 i:before, 
div[data-style="minimal"] .toggle:hover h3 i:before,
div[data-style="minimal_small"] .toggle.accent-color &gt; h3:after,
.main-content .widget_calendar caption,
#footer-outer .widget_calendar caption,
.post .more-link span:hover,
.post.format-quote .post-content .quote-inner, 
.post.format-link .post-content .link-inner,
.nectar-post-grid-wrap[data-load-more-color="accent-color"] .load-more:hover,
.format-status .post-content .status-inner, 
.nectar-post-grid-item.nectar-new-item .inner:before,
input[type=submit]:hover, 
input[type="button"]:hover,  
body[data-form-submit="regular"] input[type=submit], 
body[data-form-submit="regular"] button[type=submit],
body[data-form-submit="regular"] .container-wrap .span_12.light input[type=submit]:hover, 
body[data-form-submit="regular"] .container-wrap .span_12.light button[type=submit]:hover,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
#slide-out-widget-area, 
#slide-out-widget-area-bg.fullscreen, 
#slide-out-widget-area-bg.fullscreen-split, 
#slide-out-widget-area-bg.fullscreen-alt .bg-inner,
body.material #slide-out-widget-area-bg.slide-out-from-right,
.widget .material .widget .tagcloud a:before,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"] .nectar-list-item-btn:hover { 
	background-color:#02b2fb; 
}
	

.orbit-wrapper .slider-nav .right, 
.orbit-wrapper .slider-nav .left, 
.progress li span, .nectar-progress-bar span,
#footer-outer #footer-widgets .col .tagcloud a:hover, 
#sidebar .widget .tagcloud a:hover, 
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner,
#pagination .next a:hover, 
#pagination .prev a:hover, 
.comment-list .reply a:hover, 
.comment-list .reply a:focus, 
.icon-normal, 
.bar_graph li span, 
.nectar-button[data-color-override="false"].regular-button, 
.nectar-button.tilt.accent-color, 
body .swiper-slide .button.transparent_2 .primary-color:hover, 
#footer-outer #footer-widgets .col input[type="submit"],
body .products-carousel .carousel-next:hover, 
body .products-carousel .carousel-prev:hover, 
.blog-recent .more-link span:hover, 
.post-tags a:hover, 
#to-top:hover, 
#to-top.dark:hover, 
body[data-button-style*="rounded"] #to-top:after, 
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current, 
.portfolio-items .col[data-default-color="true"] .work-item:not(.style-3) .work-info-bg,
.portfolio-items .col[data-default-color="true"] .bottom-meta, 
.portfolio-items .col.nectar-new-item .inner-wrap:before, 
.portfolio-filters-inline[data-color-scheme="accent-color-underline"] a:after, 
.portfolio-filters a, 
.portfolio-filters #sort-portfolio, 
.project-attrs li span, 
.portfolio-filters, 
.portfolio-filters-inline[data-color-scheme="accent-color"], 
.bottom_controls #portfolio-nav .controls li a i:after, 
.bottom_controls #portfolio-nav ul:first-child li#all-items a:hover i, 
.single-portfolio .facebook-share a:hover, 
.single-portfolio .twitter-share a:hover, 
.single-portfolio .pinterest-share a:hover,  
.single-post .facebook-share a:hover, 
.single-post .twitter-share a:hover, 
.single-post .pinterest-share a:hover, 
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current, 
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
#sidebar .widget:hover [class^="icon-"].icon-3x, 
.post.quote .content-inner .quote-inner .whole-link, 
.masonry.classic_enhanced .post.quote.wide_tall .post-content a:hover .quote-inner, 
.masonry.classic_enhanced .post.link.wide_tall .post-content a:hover .link-inner, 
.iosSlider .prev_slide:hover, 
.iosSlider .next_slide:hover,  
#header-outer .widget_shopping_cart a.button, 
#header-outer a.cart-contents .cart-wrap span, 
#header-outer #mobile-cart-link .cart-wrap span, 
#top nav ul .slide-out-widget-area-toggle a:hover .lines, 
#top nav ul .slide-out-widget-area-toggle a:hover .lines:after, 
#top nav ul .slide-out-widget-area-toggle a:hover .lines:before, 
#top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after,
#header-outer #top nav &gt; ul &gt; li:not(.megamenu) ul a:hover, 
#header-outer #top nav &gt; ul &gt; li:not(.megamenu) .sfHover &gt; a, 
#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) .sfHover &gt; a, 
#header-outer .widget_shopping_cart a.button, 
body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav ul li:not([class*="button_"]) &gt; a span:after, 
#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul a:hover,
#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul .current-menu-item &gt; a, 
#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul .current-menu-ancestor &gt; a, 
#top nav &gt; ul &gt; .megamenu &gt; ul ul li a:hover, 
#top nav &gt; ul &gt; .megamenu &gt; ul ul li a:focus,
#top nav &gt; ul &gt; .megamenu &gt; ul ul .sfHover &gt; a, 
body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul ul .current-menu-item &gt; a, 
#buddypress a.button:focus, 
.text_on_hover.product a.added_to_cart, 
.swiper-slide .button.solid_color a, 
.swiper-slide .button.solid_color_2 a, 
.select2-container .select2-choice:hover, 
.select2-dropdown-open .select2-choice,
#top nav &gt; ul &gt; .button_solid_color &gt; a:before,
#header-outer.transparent #top nav &gt; ul &gt; .button_solid_color &gt; a:before, 
.twentytwenty-handle, 
.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after, 
.twentytwenty-vertical .twentytwenty-handle:before, .twentytwenty-vertical 
.twentytwenty-handle:after, 
.masonry.classic_enhanced .posts-container article .meta-category a:hover, 
.blog-recent[data-style*="classic_enhanced"] .meta-category a:hover, 
.masonry.classic_enhanced .posts-container article .video-play-button,
.masonry.material .masonry-blog-item .meta-category a:before, 
.material.masonry .masonry-blog-item .video-play-button, 
.masonry.material .quote-inner:before, 
.masonry.material .link-inner:before, 
.nectar-recent-posts-slider .container .strong span:before, 
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt; a:hover,
#page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt; a:focus,
.single .heading-title[data-header-style="default_minimal"] .meta-category a:hover, 
.single .heading-title[data-header-style="default_minimal"] .meta-category a:focus, 
.nectar-fancy-box:after, 
.divider-small-border[data-color="accent-color"], 
.divider-border[data-color="accent-color"], 
.nectar-animated-title[data-color="accent-color"] .nectar-animated-title-inner:after, 
#fp-nav:not(.light-controls).tooltip_alt ul li a span:after, 
#fp-nav.tooltip_alt ul li a span:after, 
.nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox,  
body .nectar-video-box[data-color="default-accent-color"][data-hover="zoom_button"] .nectar_video_lightbox:after, 
.span_12.dark .owl-theme .owl-dots .owl-dot.active span, 
.span_12.dark .owl-theme .owl-dots .owl-dot:hover span, 
.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="accent-color"] .nectar_hotspot, 
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:before, 
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose span:after,
#header-secondary-outer ul &gt; li:not(.megamenu) .sfHover &gt; a, 
#header-secondary-outer ul &gt; li:not(.megamenu) ul a:hover, 
#header-secondary-outer ul &gt; li:not(.megamenu) ul a:focus, 
.nectar-recent-posts-single_featured .strong a, 
.post-area.standard-minimal .post .more-link span:before, 
.nectar-slide-in-cart .widget_shopping_cart a.button, 
.related-posts[data-style="material"] .meta-category a:before, 
.post-area.featured_img_left .meta-category a:before, 
.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"]:not([data-draw="true"]) .nectar_icon:hover, 
body.material #page-header-bg.fullscreen-header .inner-wrap &gt;a, 
.nectar-google-map[data-nectar-marker-color="accent-color"] .animated-dot .middle-dot, 
.nectar-leaflet-map[data-nectar-marker-color="accent-color"] .animated-dot .middle-dot, 
.nectar-google-map[data-nectar-marker-color="accent-color"] .animated-dot div[class*="signal"], 
.nectar-leaflet-map[data-nectar-marker-color="accent-color"] .animated-dot div[class*="signal"], 
.nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"]:not([data-style="small"]) .play &gt; .inner-wrap:before, 
.nectar-hor-list-item[data-color="accent-color"]:before,  
.material #sidebar .widget .tagcloud a:before, 
.single .post-area .content-inner &gt; .post-tags a:before, 
.auto_meta_overlaid_spaced .post.quote .n-post-bg:after, 
.auto_meta_overlaid_spaced .post.link .n-post-bg:after,
.post-area.featured_img_left .posts-container .article-content-wrap .video-play-button, 
.post-area.featured_img_left .post .quote-inner:before, 
.post-area.featured_img_left .link-inner:before,
.nectar-recent-posts-single_featured.multiple_featured .controls li:after,
.nectar-recent-posts-single_featured.multiple_featured .controls .active:before, 
.nectar-fancy-box[data-color="accent-color"]:not([data-style="default"]) .box-bg:after, 
body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i, 
body.material .nectar-video-box[data-color="default-accent-color"] .nectar_video_lightbox:before,
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:before, 
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close:after, 
.fancybox-navigation button:hover:before, 
ul.products li.minimal.product span.onsale, 
.span_12.dark .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top a:after,
.woocommerce-page button.single_add_to_cart_button,
.woocommerce div.product .woocommerce-tabs .full-width-content ul.tabs li a:after, 
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
.woocommerce #order_review #payment #place_order, 
.woocommerce .span_4 input[type="submit"].checkout-button,
.woocommerce .material.product .add_to_cart_button,
body nav.woocommerce-pagination span.page-numbers.current, 
.woocommerce span.onsale .nectar-quick-view-box .onsale, 
.nectar-quick-view-box .onsale, 
.woocommerce-page .nectar-quick-view-box .onsale, 
.nectar-quick-view-box .cart .quantity input.plus:hover, 
.nectar-quick-view-box .cart .quantity input.minus:hover, 
.woocommerce .cart .quantity input.plus:hover, 
.woocommerce .cart .quantity input.minus:hover, 
body .nectar-quick-view-box .single_add_to_cart_button, 
.woocommerce .classic .add_to_cart_button,
.woocommerce .classic .product-add-to-cart a.button, 
button[type=submit]:hover, 
button[type=submit]:focus,
body[data-form-submit="see-through"] input[type=submit]:hover, 
body[data-form-submit="see-through"] button[type=submit]:hover, 
body[data-form-submit="see-through"] .container-wrap .span_12.light input[type=submit]:hover, 
body[data-form-submit="see-through"] .container-wrap .span_12.light button[type=submit]:hover, 
body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order:hover,
.text_on_hover.product .nectar_quick_view, 
body.original .bypostauthor .comment-body:before, 
.widget_layered_nav ul.yith-wcan-label li a:hover, 
.widget_layered_nav ul.yith-wcan-label .chosen a, 
.nectar-next-section-wrap.bounce a:before,
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover  , .woocommerce ul.products li.product .onsale, .woocommerce-page ul.products li.product .onsale, .woocommerce span.onsale, .woocommerce-page span.onsale, .woocommerce .product-wrap .add_to_cart_button.added, .single-product .facebook-share a:hover, .single-product .twitter-share a:hover, .single-product .pinterest-share a:hover, .woocommerce-message, .woocommerce-error, .woocommerce-info, .woocommerce .chzn-container .chzn-results .highlighted, .woocommerce .chosen-container .chosen-results .highlighted, .woocommerce a.button:hover, .woocommerce-page a.button:hover, .woocommerce button.button:hover, .woocommerce-page button.button:hover, .woocommerce input.button:hover, .woocommerce-page input.button:hover, .woocommerce #respond input#submit:hover, .woocommerce-page #respond input#submit:hover, .woocommerce #content input.button:hover, .woocommerce-page #content input.button:hover, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .ascend.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .ascend.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce #sidebar div ul li a:hover ~ .count, .woocommerce #sidebar div ul .current-cat &gt; .count, body[data-fancy-form-rcs="1"] .select2-container--default .select2-selection--single:hover, body[data-fancy-form-rcs="1"] .select2-container--default.select2-container--open .select2-selection--single, .woocommerce .widget_price_filter .ui-slider .ui-slider-range, .material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .woocommerce-account .woocommerce-form-login button.button, .woocommerce-account .woocommerce-form-register button.button, .woocommerce.widget_price_filter .price_slider:not(.ui-slider):before, .woocommerce.widget_price_filter .price_slider:not(.ui-slider):after , .woocommerce.widget_price_filter .price_slider:not(.ui-slider), body .woocommerce.add_to_cart_inline a.button.add_to_cart_button, .woocommerce table.cart a.remove:hover, .woocommerce #content table.cart a.remove:hover, .woocommerce-page table.cart a.remove:hover, .woocommerce-page #content table.cart a.remove:hover, .woocommerce-page .woocommerce p.return-to-shop a.wc-backward, .woocommerce .yith-wcan-reset-navigation.button 
{
	background-color:#02b2fb!important;
}
.tabbed &gt; ul li .active-tab, 	
.material input[type=text]:focus, 
.material textarea:focus, 
.material input[type=email]:focus, 
.material input[type=search]:focus, 
.material input[type=password]:focus, 
.material input[type=tel]:focus, 
.material input[type=url]:focus, 
.material input[type=date]:focus, 
.row .col .wp-caption .wp-caption-text, 
.material.woocommerce-page input#coupon_code:focus, 
.material #search-outer #search input[type="text"],
#header-outer[data-lhe="animated_underline"] #top nav &gt; ul &gt; li &gt; a:after, 
div[data-style="minimal"] .toggle.default.open i, 
div[data-style="minimal"] .toggle.default:hover i, 
div[data-style="minimal"] .toggle.accent-color.open i, 
div[data-style="minimal"] .toggle.accent-color:hover i,
body[data-form-style="minimal"] input[type=text]:focus, 
body[data-form-style="minimal"].woocommerce-cart table.cart .actions .coupon .input-text:focus,
body[data-form-style="minimal"] textarea:focus, 
body[data-form-style="minimal"] input[type=email]:focus, 
body[data-form-style="minimal"] input[type=search]:focus, 
body[data-form-style="minimal"] input[type=password]:focus, 
body[data-form-style="minimal"] input[type=tel]:focus, 
body[data-form-style="minimal"] input[type=url]:focus, 
body[data-form-style="minimal"] input[type=date]:focus,
.single #single-meta div a:hover,
.single #single-meta div a:focus,
.single .fullscreen-blog-header #single-below-header &gt; span a:hover,
.blog-title #single-meta .nectar-social.hover &gt; div a:hover,
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="accent-color"]:hover {
	border-color:#02b2fb;
}


body[data-form-style="minimal"] label:after, 
body .recent_projects_widget a:hover img, 
.recent_projects_widget a:hover img, 
#sidebar #flickr a:hover img, 
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover,
#footer-outer #flickr a:hover img,  
#featured article .post-title a:hover, 
body #featured article .post-title a:hover, 
div.wpcf7-validation-errors, 
.select2-container .select2-choice:hover, 
.select2-dropdown-open .select2-choice, 
body:not(.original) .bypostauthor img.avatar, 
.material blockquote::before,
blockquote.wp-block-quote:before,
#header-outer:not(.transparent) #top nav &gt; ul &gt; .button_bordered &gt; a:hover:before, 
.single #project-meta ul li:not(.meta-share-count):hover a, 
.nectar_image_with_hotspots .nectar_hotspot_wrap .nttip .tipclose, 
body[data-button-style="rounded"] #pagination &gt; a:hover, 
body[data-form-submit="see-through"] input[type=submit], 
body[data-form-submit="see-through"] button[type=submit], 
.nectar_icon_wrap[data-style="border-basic"][data-color="accent-color"] .nectar_icon, 
.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"]:not([data-draw="true"]) .nectar_icon,
.nectar_icon_wrap[data-style="border-animation"][data-color="accent-color"][data-draw="true"]:hover .nectar_icon, 
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:before,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="default-accent-color"] .play:after, 
#header-secondary-outer[data-lhe="animated_underline"] nav &gt; .sf-menu &gt;li &gt;a:after, 
body.material .nectar-button.see-through.accent-color[data-color-override="false"], 
.woocommerce-page.material .widget_price_filter .ui-slider .ui-slider-handle,
body[data-form-submit="see-through"] button[type=submit]:not(.search-widget-btn),
.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-login button.button,
.woocommerce-account[data-form-submit="see-through"] .woocommerce-form-register button.button,
body[data-form-submit="see-through"] .woocommerce #order_review #payment #place_order,
.single-product .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .flickity-slider .thumb.is-nav-selected img,
.single-product:not(.mobile) .product[data-gallery-style="left_thumb_sticky"] .product-thumbs .thumb a.active img,
.gallery a:hover img {
	border-color:#02b2fb!important;
}
.nectar_icon_wrap .svg-icon-holder[data-color="accent-color"] svg path { 
	stroke:#02b2fb!important; 
}
	
body.material[data-button-style^="rounded"] .nectar-button.see-through.accent-color[data-color-override="false"] i:after { 
	box-shadow: #02b2fb 0px 8px 15px; opacity: 0.24; 
}

.nectar-fancy-box[data-style="color_box_hover"][data-color="accent-color"]:before { 
	box-shadow: 0 30px 90px #02b2fb; 
} 

.nectar-fancy-box[data-style="hover_desc"][data-color="accent-color"]:before {
  background: linear-gradient(to bottom, rgba(0,0,0,0), #02b2fb 100%);
}

#footer-outer[data-link-hover="underline"][data-custom-color="false"] #footer-widgets ul:not([class*="nectar_blog_posts"]) a:not(.tag-cloud-link):not(.nectar-button),
#footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
  background-image: linear-gradient(to right, #02b2fb 0%, #02b2fb 100%);
}

.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle:before, 
.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle:before {
	box-shadow: 0 0 0 10px #02b2fb inset;
}
.woocommerce.material .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before, 
.material.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active:before {
	box-shadow: 0 0 0 2px #02b2fb inset;
}

.nectar_icon_wrap[data-style="shadow-bg"][data-color="accent-color"] .nectar_icon:before {
  box-shadow: 0px 15px 28px #02b2fb; opacity: 0.3; 
}  

.tabbed[data-style="minimal_flexible"][data-color-scheme="accent-color"] .wpb_tabs_nav &gt; li a:before {
  box-shadow: 0px 8px 22px #02b2fb;
}

.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li.chosen a {
	box-shadow: 0 0 0 2px #02b2fb, inset 0 0 0 3px #fff;
}
.woocommerce #sidebar .widget_layered_nav ul.yith-wcan-color li a:hover {
	box-shadow: 0 0 0 2px #02b2fb, 0px 8px 20px rgba(0,0,0,0.2), inset 0 0 0 3px #fff;
}

.nectar-leaflet-map[data-nectar-marker-color="accent-color"] .nectar-leaflet-pin { 
	border: 10px solid #02b2fb; 
}

.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control {
  background-image: linear-gradient(to right, #02b2fb 0%, #02b2fb 100%); 
}

#search-results .result .title a {
  background-image: linear-gradient(to right, #02b2fb 0%, #02b2fb 100%); 
}
.tabbed[data-style*="material"][data-color-scheme="accent-color"] ul li .active-tab:after { 
	box-shadow: 0px 18px 50px  #02b2fb; 
}

.container-wrap .bottom_controls #portfolio-nav ul:first-child  li#all-items a:hover i { 
	box-shadow: -.6em 0 #02b2fb, 
  -.6em .6em #02b2fb, 
  .6em 0 #02b2fb, 
  .6em -.6em #02b2fb, 
  0 -.6em #02b2fb, 
  -.6em -.6em #02b2fb, 
  0 .6em #02b2fb, 
  .6em .6em #02b2fb;  
}

@media only screen and (max-width: 768px) {
	.woocommerce-page table.cart a.remove {
		background-color:#02b2fb!important;
	}
}

#fp-nav:not(.light-controls).tooltip_alt ul li a.active span, 
#fp-nav.tooltip_alt ul li a.active span { 
	box-shadow: inset 0 0 0 2px #02b2fb; 
	-webkit-box-shadow: inset 0 0 0 2px #02b2fb; 
}

.default-loading-icon:before { 
	border-top-color:#02b2fb!important; 
}

#header-outer a.cart-contents span:before, 
#fp-nav.tooltip ul li .fp-tooltip .tooltip-inner:after { 
	border-color: transparent #02b2fb!important; 
}

body .col:not(.post-area):not(.span_12):not(#sidebar):hover .hovered .circle-border, 
body #sidebar .widget:hover .circle-border, 
body .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after, 
body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="accent-color"] blockquote .bottom-arrow:after, 
.portfolio-items[data-ps="6"] .bg-overlay, 
.portfolio-items[data-ps="6"].no-masonry .bg-overlay,
.nectar_team_member_close .inner, 
.nectar_team_member_overlay .team_member_details .bio-inner .mobile-close { 
	border-color:#02b2fb; 
}

.widget .nectar_widget[class*="nectar_blog_posts_"] .arrow-circle svg circle,
.nectar-woo-flickity[data-controls="arrows-and-text"] .flickity-prev-next-button svg circle.time { 
	stroke: #02b2fb; 
}

.im-icon-wrap[data-color="accent-color"] path {
		 fill: #02b2fb;
}

@media only screen and (min-width : 1px) and (max-width : 1000px) {
		body #featured article .post-title &gt; a { background-color:#02b2fb; }
		body #featured article .post-title &gt; a { border-color:#02b2fb; }
	}#header-outer .widget_shopping_cart .cart_list li a.remove,  
		.original #header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove,
		.stock.out-of-stock,
		#header-outer #top nav &gt; ul &gt; .button_bordered_2 &gt; a:hover,
		#header-outer[data-lhe="default"] #top nav &gt; ul &gt; .button_bordered_2 &gt; a:hover,
		#header-outer[data-lhe="default"] #top nav .sf-menu .button_bordered_2.current-menu-item &gt; a {
				color: #ccef00!important;
		}
		
		#top nav &gt; ul &gt; .button_solid_color_2 &gt; a:before, 
		#header-outer.transparent #top nav &gt; ul &gt; .button_solid_color_2 &gt; a:before, 
		body[data-slide-out-widget-area-style="slide-out-from-right"]:not([data-header-color="custom"]).material .slide_out_area_close:before,
		#header-outer .widget_shopping_cart a.button, 
		.woocommerce ul.products li.product .onsale, 
		.woocommerce-page ul.products li.product .onsale, 
		.woocommerce span.onsale, 
		.woocommerce-page span.onsale {
				background-color: #ccef00;
		}
		
		#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, 
		#header-outer .woocommerce.widget_shopping_cart .cart_list li a.remove, 
		#header-outer:not(.transparent) #top nav &gt; ul &gt; .button_bordered_2 &gt; a:hover:before {
			border-color: #ccef00;
		}
	
	
		.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-1 h3,
		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1 h4,
		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1 .interval,
		body.material .tabbed[data-color-scheme="extra-color-1"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) a:hover, 
		body.material .tabbed[data-color-scheme="extra-color-1"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) .active-tab, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-1"] ul li a:not(.active-tab):hover,
		.testimonial_slider[data-rating-color="extra-color-1"] .star-rating .filled:before,
		.icon-3x[class^="icon-"].extra-color-1:not(.alt-style), 
		.icon-tiny[class^="icon-"].extra-color-1, 
		.icon-3x[class*=" icon-"].extra-color-1:not(.alt-style), 
		body .icon-3x[class*=" icon-"].extra-color-1:not(.alt-style) .circle-border,
		.col:hover &gt; [class^="icon-"].icon-3x.extra-color-1.alt-style.hovered, 
		.col:hover &gt; [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered, 
		.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-1.alt-style.hovered, 
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-1.alt-style.hovered,
		div[data-style="minimal"] .toggle.extra-color-1:hover h3 a, 
		div[data-style="minimal"] .toggle.extra-color-1.open h3 a, 
		div[data-style="minimal_small"] .toggle.extra-color-1 &gt; h3 a:hover, 
		div[data-style="minimal_small"] .toggle.extra-color-1.open &gt; h3 a {
			color: #ccef00;
		}
		
		
		.nectar-milestone .number.extra-color-1, span.extra-color-1,
		.team-member .social.extra-color-1 li a, 
		body [class^="icon-"].icon-default-style.extra-color-1, 
		body [class^="icon-"].icon-default-style[data-color="extra-color-1"], 
		.team-member .extra-color-1:hover, 
		.svg-icon-holder[data-color="extra-color-1"], 
		.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-1"] .list-icon-holder[data-icon_type="numerical"] span, 
		.nectar-icon-list[data-icon-color="extra-color-1"][data-icon-style="border"] .content h4,
		 .nectar_icon_wrap[data-color="extra-color-1"] i, 
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section .active, 
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-1-underline"].full-width-section a:hover, 
		 body.material .nectar-button.see-through.extra-color-1[data-color-override="false"], 
		 .nectar_single_testimonial[data-color="extra-color-1"] p .open-quote, 
		 .nectar-icon-list[data-icon-color="extra-color-1"] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
		 .no-highlight.extra-color-1 h3 {
			color: #ccef00!important;
		}
		

		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-1:before,
		.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-1 h3 .highlight-reason,
		.tabbed[data-color-scheme="extra-color-1"][data-style="default"] li:not(.cta-button) .active-tab,
		.tabbed[data-style="vertical_modern"][data-color-scheme="extra-color-1"] .wpb_tabs_nav li .active-tab,
		body .tabbed[data-color-scheme="extra-color-1"][data-style="minimal"] &gt; ul li:not(.cta-button) a:after,
		.tabbed[data-color-scheme="extra-color-1"][data-style="minimal_alt"] .magic-line, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-1"] ul:after, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-1"] ul li .active-tab,
    .nectar-scrolling-tabs[data-color-scheme="extra-color-1"] .scrolling-tab-nav .line,
    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-1"] a:after,
    #ajax-content-wrap [data-stored-style="vs"] .tabbed[data-color-scheme="extra-color-1"] .wpb_tabs_nav li a:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] .flickity-page-dots .dot.is-selected:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote.is-selected p,
		.nectar-button.nectar_video_lightbox[data-color="default-extra-color-1"], 
		.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-1"]:hover,
		body [class^="icon-"].icon-3x.alt-style.extra-color-1, 
		body [class*=" icon-"].icon-3x.alt-style.extra-color-1,
		.col:hover &gt; [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),
		.col:hover &gt; [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered, 
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-1"] .nectar_icon:after,
    .nectar-cta[data-color="extra-color-1"]:not([data-style="material"]) .link_wrap,
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style).hovered, 
		body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style).hovered,
    .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-1"] .flickity-prev-next-button:hover:before,
    .nectar-flickity[data-controls="default"][data-control-color="extra-color-1"] .flickity-page-dots .dot:before,
    .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-1"] .visualized-total span,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-1"] .load-more:hover,
		[class*=" icon-"].extra-color-1.icon-normal,
		div[data-style="minimal"] .toggle.extra-color-1.open i:after, 
		div[data-style="minimal"] .toggle.extra-color-1:hover i:after, 
		div[data-style="minimal"] .toggle.open.extra-color-1 i:before, 
		div[data-style="minimal"] .toggle.extra-color-1:hover i:before, 
		div[data-style="minimal_small"] .toggle.extra-color-1 &gt; h3:after,
		.toggle.open.extra-color-1 h3 a,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"] .nectar-list-item-btn:hover {
			background-color: #ccef00;
		}
		
		.nectar-button.regular-button.extra-color-1, 
		.nectar-button.tilt.extra-color-1,
		body .swiper-slide .button.transparent_2 .extra-color-1:hover,
		#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),
		.portfolio-filters-inline[data-color-scheme="extra-color-1"], 
    .portfolio-filters[data-color-scheme="extra-color-1"] #sort-portfolio, 
    .portfolio-filters[data-color-scheme="extra-color-1"] a,
		.nectar-fancy-box[data-color="extra-color-1"]:after, 
		.divider-small-border[data-color="extra-color-1"],
		.divider-border[data-color="extra-color-1"], 
		.nectar-animated-title[data-color="extra-color-1"] .nectar-animated-title-inner:after, 
		.nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox,  
		body .nectar-video-box[data-color="extra-color-1"][data-hover="zoom_button"] .nectar_video_lightbox:after, 
		.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="extra-color-1"] .nectar_hotspot, 
		.portfolio-filters-inline[data-color-scheme="extra-color-1-underline"] a:after, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"]:not([data-draw="true"]) .nectar_icon:hover, 
		.nectar-google-map[data-nectar-marker-color="extra-color-1"] .animated-dot .middle-dot, 
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-1"] .animated-dot .middle-dot, 
		.nectar-google-map[data-nectar-marker-color="extra-color-1"] .animated-dot div[class*="signal"], 
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-1"] .animated-dot div[class*="signal"], 
		.nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"]:not([data-style="small"]) .play &gt; .inner-wrap:before,
		.nectar-hor-list-item[data-color="extra-color-1"]:before, 
		.nectar-fancy-box[data-color="extra-color-1"]:not([data-style="default"]) .box-bg:after, 
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-1"] li:after, 
		body.material .nectar-video-box[data-color="extra-color-1"] .nectar_video_lightbox:before,
		.nectar_icon_wrap[data-style="soft-bg"][data-color="extra-color-1"] .nectar_icon:before,
		.extra-color-1.icon-normal, 
		.bar_graph li .extra-color-1,
		.nectar-progress-bar .extra-color-1, 
		.swiper-slide .button.solid_color .extra-color-1, 
		.swiper-slide .button.solid_color_2 .extra-color-1,
		.pricing-column.highlight.extra-color-1 h3
		{
			background-color: #ccef00!important;
		}
		
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-1"] .nectar-leaflet-pin { 
			border: 10px solid #ccef00; 
		}
		
		.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-1"] svg path { 
			stroke:#ccef00!important; 
		}
		
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-1[data-color-override="false"] i:after { 
			box-shadow: #ccef00 0px 8px 15px; opacity: 0.24; 
		}
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-1"] .nectar_icon:before {
      box-shadow: 0px 15px 28px #ccef00; opacity: 0.3; 
    }   
    
    .tabbed[data-style="minimal_flexible"][data-color-scheme="extra-color-1"] .wpb_tabs_nav &gt; li a:before {
      box-shadow: 0px 8px 22px #ccef00;
    } 
		
		.tabbed[data-style*="material"][data-color-scheme="extra-color-1"] ul li .active-tab:after { 
			 box-shadow: 0px 18px 50px  #ccef00; 
		 }
		
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-1"]:before { 
			box-shadow: 0 30px 90px #ccef00; 
		} 
    .nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-1"]:before {
      background: linear-gradient(to bottom, rgba(0,0,0,0), #ccef00 100%);
    }
		
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-1.hovered .circle-border, 
		body #sidebar .widget:hover .extra-color-1 .circle-border, 
		body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after,
		body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-1"] blockquote .bottom-arrow:after, 
		div[data-style="minimal"] .toggle.open.extra-color-1 i, div[data-style="minimal"] .toggle.extra-color-1:hover i,
		.nectar_icon_wrap[data-style="border-basic"][data-color="extra-color-1"] .nectar_icon, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"]:not([data-draw="true"]) .nectar_icon, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-1"][data-draw="true"]:hover .nectar_icon,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:before, 
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-1"] .play:after,
		.tabbed[data-color-scheme="extra-color-1"][data-style="default"] li:not(.cta-button) .active-tab,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-1"]:hover { 
			border-color:#ccef00; 
		}
		
		body.material .nectar-button.see-through.extra-color-1[data-color-override="false"] { 
			border-color:#ccef00!important; 
		}
		
		
		.im-icon-wrap[data-color="extra-color-1"] path {
				 fill: #ccef00;
		}
		
		
		.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-2 h3,
		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-2 h4,
		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-2 .interval,
		body.material .tabbed[data-color-scheme="extra-color-2"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) a:hover, 
		body.material .tabbed[data-color-scheme="extra-color-2"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) .active-tab, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-2"] ul li a:not(.active-tab):hover,
		.testimonial_slider[data-rating-color="extra-color-2"] .star-rating .filled:before,
		.icon-3x[class^="icon-"].extra-color-2:not(.alt-style), 
		.icon-tiny[class^="icon-"].extra-color-2, 
		.icon-3x[class*=" icon-"].extra-color-2:not(.alt-style), 
		body .icon-3x[class*=" icon-"].extra-color-2:not(.alt-style) .circle-border,
		.col:hover &gt; [class^="icon-"].icon-3x.extra-color-2.alt-style.hovered, 
		.col:hover &gt; [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered, 
		.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-2.alt-style.hovered, 
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-2.alt-style.hovered,
		div[data-style="minimal"] .toggle.extra-color-2:hover h3 a, 
		div[data-style="minimal"] .toggle.extra-color-2.open h3 a, 
		div[data-style="minimal_small"] .toggle.extra-color-2 &gt; h3 a:hover, 
		div[data-style="minimal_small"] .toggle.extra-color-2.open &gt; h3 a {
			color: #01175a;
		}
		
		
		.nectar-milestone .number.extra-color-2, span.extra-color-2,
		.team-member .social.extra-color-2 li a, 
		body [class^="icon-"].icon-default-style.extra-color-2, 
		body [class^="icon-"].icon-default-style[data-color="extra-color-2"], 
		.team-member .extra-color-2:hover, 
		.svg-icon-holder[data-color="extra-color-2"], 
		.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-2"] .list-icon-holder[data-icon_type="numerical"] span, 
		.nectar-icon-list[data-icon-color="extra-color-2"][data-icon-style="border"] .content h4,
		 .nectar_icon_wrap[data-color="extra-color-2"] i, 
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section .active, 
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-2-underline"].full-width-section a:hover, 
		 body.material .nectar-button.see-through.extra-color-2[data-color-override="false"], 
		 .nectar_single_testimonial[data-color="extra-color-2"] p .open-quote, 
		 .nectar-icon-list[data-icon-color="extra-color-2"] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
		 .no-highlight.extra-color-2 h3 {
			color: #01175a!important;
		}
		

		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-2:before,
		.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-2 h3 .highlight-reason,
		.tabbed[data-color-scheme="extra-color-2"][data-style="default"] li:not(.cta-button) .active-tab,
		.tabbed[data-style="vertical_modern"][data-color-scheme="extra-color-2"] .wpb_tabs_nav li .active-tab,
		body .tabbed[data-color-scheme="extra-color-2"][data-style="minimal"] &gt; ul li:not(.cta-button) a:after,
		.tabbed[data-color-scheme="extra-color-2"][data-style="minimal_alt"] .magic-line, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-2"] ul:after, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-2"] ul li .active-tab,
    .nectar-scrolling-tabs[data-color-scheme="extra-color-2"] .scrolling-tab-nav .line,
    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-2"] a:after,
    #ajax-content-wrap [data-stored-style="vs"] .tabbed[data-color-scheme="extra-color-2"] .wpb_tabs_nav li a:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] .flickity-page-dots .dot.is-selected:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote.is-selected p,
		.nectar-button.nectar_video_lightbox[data-color="default-extra-color-2"], 
		.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-2"]:hover,
		body [class^="icon-"].icon-3x.alt-style.extra-color-2, 
		body [class*=" icon-"].icon-3x.alt-style.extra-color-2,
		.col:hover &gt; [class^="icon-"].icon-3x.extra-color-2:not(.alt-style),
		.col:hover &gt; [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered, 
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-2"] .nectar_icon:after,
    .nectar-cta[data-color="extra-color-2"]:not([data-style="material"]) .link_wrap,
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style).hovered, 
		body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style).hovered,
    .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-2"] .flickity-prev-next-button:hover:before,
    .nectar-flickity[data-controls="default"][data-control-color="extra-color-2"] .flickity-page-dots .dot:before,
    .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-2"] .visualized-total span,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-2"] .load-more:hover,
		[class*=" icon-"].extra-color-2.icon-normal,
		div[data-style="minimal"] .toggle.extra-color-2.open i:after, 
		div[data-style="minimal"] .toggle.extra-color-2:hover i:after, 
		div[data-style="minimal"] .toggle.open.extra-color-2 i:before, 
		div[data-style="minimal"] .toggle.extra-color-2:hover i:before, 
		div[data-style="minimal_small"] .toggle.extra-color-2 &gt; h3:after,
		.toggle.open.extra-color-2 h3 a,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"] .nectar-list-item-btn:hover {
			background-color: #01175a;
		}
		
		.nectar-button.regular-button.extra-color-2, 
		.nectar-button.tilt.extra-color-2,
		body .swiper-slide .button.transparent_2 .extra-color-2:hover,
		#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style),
		.portfolio-filters-inline[data-color-scheme="extra-color-2"], 
    .portfolio-filters[data-color-scheme="extra-color-2"] #sort-portfolio, 
    .portfolio-filters[data-color-scheme="extra-color-2"] a,
		.nectar-fancy-box[data-color="extra-color-2"]:after, 
		.divider-small-border[data-color="extra-color-2"],
		.divider-border[data-color="extra-color-2"], 
		.nectar-animated-title[data-color="extra-color-2"] .nectar-animated-title-inner:after, 
		.nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox,  
		body .nectar-video-box[data-color="extra-color-2"][data-hover="zoom_button"] .nectar_video_lightbox:after, 
		.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="extra-color-2"] .nectar_hotspot, 
		.portfolio-filters-inline[data-color-scheme="extra-color-2-underline"] a:after, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-2"]:not([data-draw="true"]) .nectar_icon:hover, 
		.nectar-google-map[data-nectar-marker-color="extra-color-2"] .animated-dot .middle-dot, 
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-2"] .animated-dot .middle-dot, 
		.nectar-google-map[data-nectar-marker-color="extra-color-2"] .animated-dot div[class*="signal"], 
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-2"] .animated-dot div[class*="signal"], 
		.nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"]:not([data-style="small"]) .play &gt; .inner-wrap:before,
		.nectar-hor-list-item[data-color="extra-color-2"]:before, 
		.nectar-fancy-box[data-color="extra-color-2"]:not([data-style="default"]) .box-bg:after, 
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-2"] li:after, 
		body.material .nectar-video-box[data-color="extra-color-2"] .nectar_video_lightbox:before,
		.nectar_icon_wrap[data-style="soft-bg"][data-color="extra-color-2"] .nectar_icon:before,
		.extra-color-2.icon-normal, 
		.bar_graph li .extra-color-2,
		.nectar-progress-bar .extra-color-2, 
		.swiper-slide .button.solid_color .extra-color-2, 
		.swiper-slide .button.solid_color_2 .extra-color-2,
		.pricing-column.highlight.extra-color-2 h3
		{
			background-color: #01175a!important;
		}
		
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-2"] .nectar-leaflet-pin { 
			border: 10px solid #01175a; 
		}
		
		.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-2"] svg path { 
			stroke:#01175a!important; 
		}
		
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-2[data-color-override="false"] i:after { 
			box-shadow: #01175a 0px 8px 15px; opacity: 0.24; 
		}
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-2"] .nectar_icon:before {
      box-shadow: 0px 15px 28px #01175a; opacity: 0.3; 
    }   
    
    .tabbed[data-style="minimal_flexible"][data-color-scheme="extra-color-2"] .wpb_tabs_nav &gt; li a:before {
      box-shadow: 0px 8px 22px #01175a;
    } 
		
		.tabbed[data-style*="material"][data-color-scheme="extra-color-2"] ul li .active-tab:after { 
			 box-shadow: 0px 18px 50px  #01175a; 
		 }
		
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-2"]:before { 
			box-shadow: 0 30px 90px #01175a; 
		} 
    .nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-2"]:before {
      background: linear-gradient(to bottom, rgba(0,0,0,0), #01175a 100%);
    }
		
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-2.hovered .circle-border, 
		body #sidebar .widget:hover .extra-color-2 .circle-border, 
		body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after,
		body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-2"] blockquote .bottom-arrow:after, 
		div[data-style="minimal"] .toggle.open.extra-color-2 i, div[data-style="minimal"] .toggle.extra-color-2:hover i,
		.nectar_icon_wrap[data-style="border-basic"][data-color="extra-color-2"] .nectar_icon, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-2"]:not([data-draw="true"]) .nectar_icon, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-2"][data-draw="true"]:hover .nectar_icon,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:before, 
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-2"] .play:after,
		.tabbed[data-color-scheme="extra-color-2"][data-style="default"] li:not(.cta-button) .active-tab,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-2"]:hover { 
			border-color:#01175a; 
		}
		
		body.material .nectar-button.see-through.extra-color-2[data-color-override="false"] { 
			border-color:#01175a!important; 
		}
		
		
		.im-icon-wrap[data-color="extra-color-2"] path {
				 fill: #01175a;
		}
		
		
		.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-3 h3,
		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-3 h4,
		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-3 .interval,
		body.material .tabbed[data-color-scheme="extra-color-3"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) a:hover, 
		body.material .tabbed[data-color-scheme="extra-color-3"][data-style="minimal"]:not(.using-icons) &gt;ul li:not(.cta-button) .active-tab, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-3"] ul li a:not(.active-tab):hover,
		.testimonial_slider[data-rating-color="extra-color-3"] .star-rating .filled:before,
		.icon-3x[class^="icon-"].extra-color-3:not(.alt-style), 
		.icon-tiny[class^="icon-"].extra-color-3, 
		.icon-3x[class*=" icon-"].extra-color-3:not(.alt-style), 
		body .icon-3x[class*=" icon-"].extra-color-3:not(.alt-style) .circle-border,
		.col:hover &gt; [class^="icon-"].icon-3x.extra-color-3.alt-style.hovered, 
		.col:hover &gt; [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered, 
		.col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-3.alt-style.hovered, 
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-3.alt-style.hovered,
		div[data-style="minimal"] .toggle.extra-color-3:hover h3 a, 
		div[data-style="minimal"] .toggle.extra-color-3.open h3 a, 
		div[data-style="minimal_small"] .toggle.extra-color-3 &gt; h3 a:hover, 
		div[data-style="minimal_small"] .toggle.extra-color-3.open &gt; h3 a {
			color: #000000;
		}
		
		
		.nectar-milestone .number.extra-color-3, span.extra-color-3,
		.team-member .social.extra-color-3 li a, 
		body [class^="icon-"].icon-default-style.extra-color-3, 
		body [class^="icon-"].icon-default-style[data-color="extra-color-3"], 
		.team-member .extra-color-3:hover, 
		.svg-icon-holder[data-color="extra-color-3"], 
		.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-3"] .list-icon-holder[data-icon_type="numerical"] span, 
		.nectar-icon-list[data-icon-color="extra-color-3"][data-icon-style="border"] .content h4,
		 .nectar_icon_wrap[data-color="extra-color-3"] i, 
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section .active, 
		 body .wpb_row .span_12 .portfolio-filters-inline[data-color-scheme="extra-color-3-underline"].full-width-section a:hover, 
		 body.material .nectar-button.see-through.extra-color-3[data-color-override="false"], 
		 .nectar_single_testimonial[data-color="extra-color-3"] p .open-quote, 
		 .nectar-icon-list[data-icon-color="extra-color-3"] .nectar-icon-list-item .list-icon-holder[data-icon_type="numerical"],
		 .no-highlight.extra-color-3 h3 {
			color: #000000!important;
		}
		

		.pricing-table[data-style="flat-alternative"] .pricing-column.extra-color-3:before,
		.pricing-table[data-style="flat-alternative"] .pricing-column.highlight.extra-color-3 h3 .highlight-reason,
		.tabbed[data-color-scheme="extra-color-3"][data-style="default"] li:not(.cta-button) .active-tab,
		.tabbed[data-style="vertical_modern"][data-color-scheme="extra-color-3"] .wpb_tabs_nav li .active-tab,
		body .tabbed[data-color-scheme="extra-color-3"][data-style="minimal"] &gt; ul li:not(.cta-button) a:after,
		.tabbed[data-color-scheme="extra-color-3"][data-style="minimal_alt"] .magic-line, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-3"] ul:after, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-3"] ul li .active-tab,
    .nectar-scrolling-tabs[data-color-scheme="extra-color-3"] .scrolling-tab-nav .line,
    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-3"] a:after,
    #ajax-content-wrap [data-stored-style="vs"] .tabbed[data-color-scheme="extra-color-3"] .wpb_tabs_nav li a:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] .flickity-page-dots .dot.is-selected:before,
		.testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote.is-selected p,
		.nectar-button.nectar_video_lightbox[data-color="default-extra-color-3"], 
		.nectar_video_lightbox.nectar-button[data-color="transparent-extra-color-3"]:hover,
		body [class^="icon-"].icon-3x.alt-style.extra-color-3, 
		body [class*=" icon-"].icon-3x.alt-style.extra-color-3,
		.col:hover &gt; [class^="icon-"].icon-3x.extra-color-3:not(.alt-style),
		.col:hover &gt; [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered, 
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-3"] .nectar_icon:after,
    .nectar-cta[data-color="extra-color-3"]:not([data-style="material"]) .link_wrap,
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style).hovered, 
		body .col:not(.post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style).hovered,
    .nectar-flickity[data-controls*="arrows_overlaid"][data-control-color="extra-color-3"] .flickity-prev-next-button:hover:before,
    .nectar-flickity[data-controls="default"][data-control-color="extra-color-3"] .flickity-page-dots .dot:before,
    .nectar-flickity[data-controls="touch_total"][data-control-color="extra-color-3"] .visualized-total span,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-3"] .load-more:hover,
		[class*=" icon-"].extra-color-3.icon-normal,
		div[data-style="minimal"] .toggle.extra-color-3.open i:after, 
		div[data-style="minimal"] .toggle.extra-color-3:hover i:after, 
		div[data-style="minimal"] .toggle.open.extra-color-3 i:before, 
		div[data-style="minimal"] .toggle.extra-color-3:hover i:before, 
		div[data-style="minimal_small"] .toggle.extra-color-3 &gt; h3:after,
		.toggle.open.extra-color-3 h3 a,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"] .nectar-list-item-btn:hover {
			background-color: #000000;
		}
		
		.nectar-button.regular-button.extra-color-3, 
		.nectar-button.tilt.extra-color-3,
		body .swiper-slide .button.transparent_2 .extra-color-3:hover,
		#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style),
		.portfolio-filters-inline[data-color-scheme="extra-color-3"], 
    .portfolio-filters[data-color-scheme="extra-color-3"] #sort-portfolio, 
    .portfolio-filters[data-color-scheme="extra-color-3"] a,
		.nectar-fancy-box[data-color="extra-color-3"]:after, 
		.divider-small-border[data-color="extra-color-3"],
		.divider-border[data-color="extra-color-3"], 
		.nectar-animated-title[data-color="extra-color-3"] .nectar-animated-title-inner:after, 
		.nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox,  
		body .nectar-video-box[data-color="extra-color-3"][data-hover="zoom_button"] .nectar_video_lightbox:after, 
		.nectar_image_with_hotspots[data-stlye="color_pulse"][data-color="extra-color-3"] .nectar_hotspot, 
		.portfolio-filters-inline[data-color-scheme="extra-color-3-underline"] a:after, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-3"]:not([data-draw="true"]) .nectar_icon:hover, 
		.nectar-google-map[data-nectar-marker-color="extra-color-3"] .animated-dot .middle-dot, 
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-3"] .animated-dot .middle-dot, 
		.nectar-google-map[data-nectar-marker-color="extra-color-3"] .animated-dot div[class*="signal"], 
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-3"] .animated-dot div[class*="signal"], 
		.nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"]:not([data-style="small"]) .play &gt; .inner-wrap:before,
		.nectar-hor-list-item[data-color="extra-color-3"]:before, 
		.nectar-fancy-box[data-color="extra-color-3"]:not([data-style="default"]) .box-bg:after, 
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-3"] li:after, 
		body.material .nectar-video-box[data-color="extra-color-3"] .nectar_video_lightbox:before,
		.nectar_icon_wrap[data-style="soft-bg"][data-color="extra-color-3"] .nectar_icon:before,
		.extra-color-3.icon-normal, 
		.bar_graph li .extra-color-3,
		.nectar-progress-bar .extra-color-3, 
		.swiper-slide .button.solid_color .extra-color-3, 
		.swiper-slide .button.solid_color_2 .extra-color-3,
		.pricing-column.highlight.extra-color-3 h3
		{
			background-color: #000000!important;
		}
		
		.nectar-leaflet-map[data-nectar-marker-color="extra-color-3"] .nectar-leaflet-pin { 
			border: 10px solid #000000; 
		}
		
		.nectar_icon_wrap .svg-icon-holder[data-color="extra-color-3"] svg path { 
			stroke:#000000!important; 
		}
		
		body.material[data-button-style^="rounded"] .nectar-button.see-through.extra-color-3[data-color-override="false"] i:after { 
			box-shadow: #000000 0px 8px 15px; opacity: 0.24; 
		}
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-3"] .nectar_icon:before {
      box-shadow: 0px 15px 28px #000000; opacity: 0.3; 
    }   
    
    .tabbed[data-style="minimal_flexible"][data-color-scheme="extra-color-3"] .wpb_tabs_nav &gt; li a:before {
      box-shadow: 0px 8px 22px #000000;
    } 
		
		.tabbed[data-style*="material"][data-color-scheme="extra-color-3"] ul li .active-tab:after { 
			 box-shadow: 0px 18px 50px  #000000; 
		 }
		
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-3"]:before { 
			box-shadow: 0 30px 90px #000000; 
		} 
    .nectar-fancy-box[data-style="hover_desc"][data-color="extra-color-3"]:before {
      background: linear-gradient(to bottom, rgba(0,0,0,0), #000000 100%);
    }
		
		body .col:not(.post-area):not(.span_12):not(#sidebar):hover .extra-color-3.hovered .circle-border, 
		body #sidebar .widget:hover .extra-color-3 .circle-border, 
		body .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after,
		body .dark .testimonial_slider[data-style="multiple_visible"][data-color*="extra-color-3"] blockquote .bottom-arrow:after, 
		div[data-style="minimal"] .toggle.open.extra-color-3 i, div[data-style="minimal"] .toggle.extra-color-3:hover i,
		.nectar_icon_wrap[data-style="border-basic"][data-color="extra-color-3"] .nectar_icon, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-3"]:not([data-draw="true"]) .nectar_icon, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-3"][data-draw="true"]:hover .nectar_icon,
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:before, 
		.span_12.dark .nectar_video_lightbox.play_button_with_text[data-color="extra-color-3"] .play:after,
		.tabbed[data-color-scheme="extra-color-3"][data-style="default"] li:not(.cta-button) .active-tab,
    .nectar-hor-list-item[data-hover-effect="full_border"][data-color="extra-color-3"]:hover { 
			border-color:#000000; 
		}
		
		body.material .nectar-button.see-through.extra-color-3[data-color-override="false"] { 
			border-color:#000000!important; 
		}
		
		
		.im-icon-wrap[data-color="extra-color-3"] path {
				 fill: #000000;
		}
		
		.widget .nectar_widget[class*="nectar_blog_posts_"][data-style="hover-featured-image-gradient-and-counter"] &gt; li a .popular-featured-img:after {
		background: #3452ff; 
		background: linear-gradient(to right, #3452ff, #ff1053); 
	}.divider-small-border[data-color="extra-color-gradient-1"], 
		.divider-border[data-color="extra-color-gradient-1"], 
		.nectar-progress-bar .extra-color-gradient-1,
		.tabbed[data-style*="minimal"][data-color-scheme="extra-color-gradient-1"] &gt;ul li a:after,
		.tabbed[data-style="minimal_alt"][data-color-scheme="extra-color-gradient-1"] .magic-line,
    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-1"] a:after,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-1"] li:after, 
		.nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-1"]:after {
			background: #ff1053; 
		  background: linear-gradient(to right, #ff1053, #3452ff); 
		}
    
    .nectar-scrolling-tabs[data-color-scheme="extra-color-gradient-1"] .scrolling-tab-nav .line,
    #ajax-content-wrap [data-stored-style="vs"] .tabbed[data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a:before {
      background: #ff1053; 
		  background: linear-gradient(to bottom, #ff1053, #3452ff); 
    }
		
		.icon-normal.extra-color-gradient-1, 
		body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-1,
		.nectar-button.extra-color-gradient-1:after, 
    .nectar-cta[data-color="extra-color-gradient-1"]:not([data-style="material"]) .link_wrap,
		.nectar-button.see-through-extra-color-gradient-1:after,
		.nectar_icon_wrap[data-color="extra-color-gradient-1"]:not([data-style="shadow-bg"]) i, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-1"]:before, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] ul li a:before,
		.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-1"] ul li a:before, 
		.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-1"] ul li a:before,
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"] .box-bg:after, 
		.nectar_icon_wrap[data-style="soft-bg"][data-color="extra-color-gradient-1"] .nectar_icon:before,
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-gradient-1"] .nectar_icon:after,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-1"] .load-more:before {
			 background: #ff1053; 
		   background: linear-gradient(to bottom right, #ff1053, #3452ff); 
		}
		
		body.material .nectar-button.regular.m-extra-color-gradient-1, 
		body.material .nectar-button.see-through.m-extra-color-gradient-1:before,
		.swiper-slide .button.solid_color .extra-color-gradient-1, 
		.swiper-slide .button.transparent_2 .extra-color-gradient-1:before {
			 background: #ff1053; 
		   background: linear-gradient(125deg, #ff1053, #3452ff);
		}
		body.material .nectar-button.regular.m-extra-color-gradient-1:before {
			 background: #3452ff; 
		}
		
		.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] ul:after { 
			background-color: #3452ff;
		}
		
		.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] ul li .active-tab:after { 
			box-shadow: 0px 18px 50px #3452ff; 
		}
		
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-1"]:before { 
			box-shadow: 0px 30px 90px #3452ff; 
		}
    
    .tabbed[data-style="minimal_flexible"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav &gt; li a:before {
      box-shadow: 0px 8px 22px #3452ff;
    } 
    
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-gradient-1"] .nectar_icon:before {
      box-shadow: 0px 15px 28px #3452ff; opacity: 0.3; 
    }  
		
		
		.testimonial_slider[data-rating-color="extra-color-gradient-1"] .star-rating .filled:before {
			 color: #ff1053;
			 background: linear-gradient(to right, #ff1053, #3452ff); 
			 -webkit-background-clip: text;
			 -webkit-text-fill-color: transparent;
			 background-clip: text;
			 text-fill-color: transparent;
		}

		.nectar-button.extra-color-gradient-1, 
		.nectar-button.see-through-extra-color-gradient-1 {
			 border-width: 3px;
			 border-style: solid;
		   -moz-border-image: -moz-linear-gradient(top right, #ff1053 0%, #3452ff 100%);
		   -webkit-border-image: -webkit-linear-gradient(top right, #ff1053 0%,#3452ff 100%);
		   border-image: linear-gradient(to bottom right, #ff1053 0%, #3452ff 100%);
		   border-image-slice: 1;
		}
		
		.nectar-gradient-text[data-color="extra-color-gradient-1"][data-direction="horizontal"] * { 
			background-image: linear-gradient(to right, #ff1053, #3452ff);  
		}
		
		.nectar-gradient-text[data-color="extra-color-gradient-1"] *, 
		.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-gradient-1"] .list-icon-holder[data-icon_type="numerical"] span {
			 color: #ff1053;
			 background: linear-gradient(to bottom right, #ff1053, #3452ff); 
			 -webkit-background-clip: text;
			 -webkit-text-fill-color: transparent;
			 background-clip: text;
			 text-fill-color: transparent;
			 display: inline-block;
		}
		
		[class^="icon-"][data-color="extra-color-gradient-1"]:before, 
		[class*=" icon-"][data-color="extra-color-gradient-1"]:before,
		[class^="icon-"].extra-color-gradient-1:not(.icon-normal):before, 
		[class*=" icon-"].extra-color-gradient-1:not(.icon-normal):before,
		.nectar_icon_wrap[data-color="extra-color-gradient-1"]:not([data-style="shadow-bg"]) i {
			  color: #ff1053;
			  background: linear-gradient(to bottom right, #ff1053, #3452ff); 
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial; 
		}
		.nectar-button.extra-color-gradient-1 .hover, 
		.nectar-button.see-through-extra-color-gradient-1 .start {
			  background: #ff1053; 
			  background: linear-gradient(to bottom right, #ff1053, #3452ff); 
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial; 
		}
		
		.nectar-button.extra-color-gradient-1.no-text-grad .hover, 
		.nectar-button.see-through-extra-color-gradient-1.no-text-grad .start {
			 background: transparent!important;
			 color: #ff1053!important; 
		}.divider-small-border[data-color="extra-color-gradient-2"], 
		.divider-border[data-color="extra-color-gradient-2"], 
		.nectar-progress-bar .extra-color-gradient-2,
		.tabbed[data-style*="minimal"][data-color-scheme="extra-color-gradient-2"] &gt;ul li a:after,
		.tabbed[data-style="minimal_alt"][data-color-scheme="extra-color-gradient-2"] .magic-line,
    .wpb_row .nectar-post-grid-filters[data-active-color="extra-color-gradient-2"] a:after,
		.nectar-recent-posts-single_featured.multiple_featured .controls[data-color="extra-color-gradient-2"] li:after, 
		.nectar-fancy-box[data-style="default"][data-color="extra-color-gradient-2"]:after {
			background: #32d6ff; 
		  background: linear-gradient(to right, #32d6ff, #2AC4EA); 
		}
    
    .nectar-scrolling-tabs[data-color-scheme="extra-color-gradient-2"] .scrolling-tab-nav .line,
    #ajax-content-wrap [data-stored-style="vs"] .tabbed[data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a:before {
      background: #32d6ff; 
		  background: linear-gradient(to bottom, #32d6ff, #2AC4EA); 
    }
		
		.icon-normal.extra-color-gradient-2, 
		body [class^="icon-"].icon-3x.alt-style.extra-color-gradient-2,
		.nectar-button.extra-color-gradient-2:after, 
    .nectar-cta[data-color="extra-color-gradient-2"]:not([data-style="material"]) .link_wrap,
		.nectar-button.see-through-extra-color-gradient-2:after,
		.nectar_icon_wrap[data-color="extra-color-gradient-2"]:not([data-style="shadow-bg"]) i, 
		.nectar_icon_wrap[data-style="border-animation"][data-color="extra-color-gradient-2"]:before, 
		.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] ul li a:before,
		.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-2"] ul li a:before, 
		.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-2"] ul li a:before,
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"] .box-bg:after, 
		.nectar_icon_wrap[data-style="soft-bg"][data-color="extra-color-gradient-2"] .nectar_icon:before,
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-gradient-2"] .nectar_icon:after,
    .nectar-post-grid-wrap[data-load-more-color="extra-color-gradient-2"] .load-more:before {
			 background: #32d6ff; 
		   background: linear-gradient(to bottom right, #32d6ff, #2AC4EA); 
		}
		
		body.material .nectar-button.regular.m-extra-color-gradient-2, 
		body.material .nectar-button.see-through.m-extra-color-gradient-2:before,
		.swiper-slide .button.solid_color .extra-color-gradient-2, 
		.swiper-slide .button.transparent_2 .extra-color-gradient-2:before {
			 background: #32d6ff; 
		   background: linear-gradient(125deg, #32d6ff, #2AC4EA);
		}
		body.material .nectar-button.regular.m-extra-color-gradient-2:before {
			 background: #2AC4EA; 
		}
		
		.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] ul:after { 
			background-color: #2AC4EA;
		}
		
		.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] ul li .active-tab:after { 
			box-shadow: 0px 18px 50px #2AC4EA; 
		}
		
		.nectar-fancy-box[data-style="color_box_hover"][data-color="extra-color-gradient-2"]:before { 
			box-shadow: 0px 30px 90px #2AC4EA; 
		}
    
    .tabbed[data-style="minimal_flexible"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav &gt; li a:before {
      box-shadow: 0px 8px 22px #2AC4EA;
    } 
    
    .nectar_icon_wrap[data-style="shadow-bg"][data-color="extra-color-gradient-2"] .nectar_icon:before {
      box-shadow: 0px 15px 28px #2AC4EA; opacity: 0.3; 
    }  
		
		
		.testimonial_slider[data-rating-color="extra-color-gradient-2"] .star-rating .filled:before {
			 color: #32d6ff;
			 background: linear-gradient(to right, #32d6ff, #2AC4EA); 
			 -webkit-background-clip: text;
			 -webkit-text-fill-color: transparent;
			 background-clip: text;
			 text-fill-color: transparent;
		}

		.nectar-button.extra-color-gradient-2, 
		.nectar-button.see-through-extra-color-gradient-2 {
			 border-width: 3px;
			 border-style: solid;
		   -moz-border-image: -moz-linear-gradient(top right, #32d6ff 0%, #2AC4EA 100%);
		   -webkit-border-image: -webkit-linear-gradient(top right, #32d6ff 0%,#2AC4EA 100%);
		   border-image: linear-gradient(to bottom right, #32d6ff 0%, #2AC4EA 100%);
		   border-image-slice: 1;
		}
		
		.nectar-gradient-text[data-color="extra-color-gradient-2"][data-direction="horizontal"] * { 
			background-image: linear-gradient(to right, #32d6ff, #2AC4EA);  
		}
		
		.nectar-gradient-text[data-color="extra-color-gradient-2"] *, 
		.nectar-icon-list[data-icon-style="border"][data-icon-color="extra-color-gradient-2"] .list-icon-holder[data-icon_type="numerical"] span {
			 color: #32d6ff;
			 background: linear-gradient(to bottom right, #32d6ff, #2AC4EA); 
			 -webkit-background-clip: text;
			 -webkit-text-fill-color: transparent;
			 background-clip: text;
			 text-fill-color: transparent;
			 display: inline-block;
		}
		
		[class^="icon-"][data-color="extra-color-gradient-2"]:before, 
		[class*=" icon-"][data-color="extra-color-gradient-2"]:before,
		[class^="icon-"].extra-color-gradient-2:not(.icon-normal):before, 
		[class*=" icon-"].extra-color-gradient-2:not(.icon-normal):before,
		.nectar_icon_wrap[data-color="extra-color-gradient-2"]:not([data-style="shadow-bg"]) i {
			  color: #32d6ff;
			  background: linear-gradient(to bottom right, #32d6ff, #2AC4EA); 
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial; 
		}
		.nectar-button.extra-color-gradient-2 .hover, 
		.nectar-button.see-through-extra-color-gradient-2 .start {
			  background: #32d6ff; 
			  background: linear-gradient(to bottom right, #32d6ff, #2AC4EA); 
			  -webkit-background-clip: text;
			  -webkit-text-fill-color: transparent;
			  background-clip: text;
			  text-fill-color: transparent;
			  display: initial; 
		}
		
		.nectar-button.extra-color-gradient-2.no-text-grad .hover, 
		.nectar-button.see-through-extra-color-gradient-2.no-text-grad .start {
			 background: transparent!important;
			 color: #32d6ff!important; 
		}
	body, 
	.container-wrap, 
	.material .ocm-effect-wrap, 
	.project-title, 
	.ascend .container-wrap, 
	.ascend .project-title, 
	body .vc_text_separator div, 
	.carousel-wrap[data-full-width="true"] .carousel-heading, 
	.carousel-wrap .left-border, 
	.carousel-wrap .right-border, 
	.single-post.ascend #page-header-bg.fullscreen-header, 
	.single-post #single-below-header.fullscreen-header,
	#page-header-wrap, 
	.page-header-no-bg, 
	#full_width_portfolio .project-title.parallax-effect, 
	.portfolio-items .col, 
	.page-template-template-portfolio-php .portfolio-items .col.span_3, 
	.page-template-template-portfolio-php .portfolio-items .col.span_4 { 
		background-color: #ffffff; 
	}body, body h1, body h2, body h3, body h4, body h5, body h6, .masonry.material .masonry-blog-item .grav-wrap .text { 
		color: #000000; 
	}
  #sidebar h4,
  body .row .col.section-title span {
   color: #000000; 
  }
  .single .heading-title[data-header-style="default_minimal"] .meta-category a {
    color: #000000; 
    border-color: #000000; 
  }body #header-outer, 
		body #search-outer, 
		body.ascend #search-outer, 
    body[data-header-format="left-header"].ascend #search-outer,
		.material #header-space, 
		#header-space, 
		.material #header-outer .bg-color-stripe, 
		.material #search-outer .bg-color-stripe, 
		.material #header-outer #search-outer:before,
    body[data-header-format="left-header"].material #search-outer, 
		body.material[data-header-format="centered-menu-bottom-bar"] #page-header-wrap.fullscreen-header,
		#header-outer #mobile-menu:before { 
			background-color:#01175a; 
		}body #header-outer, body[data-header-color="dark"] #header-outer { 
				 background-color: rgba(1,23,90,100); 
			 }.material #header-outer:not(.transparent) .bg-color-stripe { 
				 display: none; 
			 }
		#header-outer #top nav &gt; ul &gt; li &gt; a, 
    #header-outer .slide-out-widget-area-toggle a i.label,
		#header-outer:not(.transparent) #top #logo, 
		#header-outer #top .span_9 &gt; .slide-out-widget-area-toggle i, 
		#header-outer #top .sf-sub-indicator i, 
		body[data-header-color="custom"].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i,  
		#header-outer #top nav ul #nectar-user-account a span, 
		#header-outer #top #toggle-nav i, 
    .material #header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search, 
		#header-outer:not([data-permanent-transparent="1"]) .mobile-user-account .icon-salient-m-user, 
		#header-outer:not([data-permanent-transparent="1"]) .mobile-search .icon-salient-search,
		#header-outer #top #mobile-cart-link i, 
		#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart, 
		body[data-header-format="left-header"] #header-outer #social-in-menu a, 
		#header-outer #top nav ul #search-btn a span,
		#search-outer #search input[type="text"], 
		#search-outer #search #close a span,
		body.ascend #search-outer #search #close a span,
		body.ascend #search-outer #search input[type="text"],
		.material #search-outer #search .span_12 span,
		#header-outer #mobile-menu ul li a,
		#header-outer #mobile-menu .below-menu-items-wrap p { 
			color:#ffffff!important; 
		}
    
    .material #header-outer #search-outer input::-webkit-input-placeholder,
    body[data-header-format="left-header"].material #search-outer input::-webkit-input-placeholder {
      color:#ffffff!important; 
    }
		#header-outer #top .slide-out-widget-area-toggle a .lines:after, 
		#header-outer #top .slide-out-widget-area-toggle a .lines:before,
		#header-outer #top .slide-out-widget-area-toggle a .lines-button:after, 
		body.material.mobile #header-outer.transparent:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, 
		body.material.mobile #header-outer:not([data-permanent-transparent="1"]) header .slide-out-widget-area-toggle a .close-line, 
		#search-outer .close-wrap .close-line,
		#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line { 
			background-color:#ffffff; 
		}#top nav &gt; ul &gt; .button_bordered &gt; a:before, 
		#header-outer:not(.transparent) #top .slide-out-widget-area-toggle .close-line { 
			border-color:#ffffff; 
		}
		#header-outer[data-lhe="default"] #top nav &gt; ul &gt; li &gt; a:hover, 
    #header-outer .slide-out-widget-area-toggle a:hover i.label,
		body #header-outer:not(.transparent) #social-in-menu a i:after,
		#header-outer[data-lhe="default"] #top nav .sf-menu &gt; .sfHover:not(#social-in-menu) &gt; a, 
		body #header-outer[data-lhe="default"] #top nav &gt; ul &gt; li &gt; a:hover, 
		.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart, 
		body.material #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap .icon-salient-cart, 
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .sfHover:not(#social-in-menu) &gt; a, 
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current-menu-item &gt; a, 
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current_page_item &gt; a .sf-sub-indicator i,  
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current_page_ancestor &gt; a, 
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current-menu-ancestor &gt; a, 
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current-menu-ancestor &gt; a i,  
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current_page_item &gt; a, 
		body #top nav .sf-menu &gt; .current_page_ancestor &gt; a .sf-sub-indicator i,
		body #top nav .sf-menu &gt; .current_page_item &gt; a .sf-sub-indicator i, 
		body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; .current-menu-ancestor &gt; a, 
		#header-outer #top .sf-menu &gt; .sfHover &gt; a .sf-sub-indicator i, 
		#header-outer #top .sf-menu &gt; li &gt; a:hover .sf-sub-indicator i, 
		#header-outer #top nav ul #search-btn a:hover span, 
		#header-outer #top nav ul #nectar-user-account a:hover span, 
		#header-outer #top nav ul .slide-out-widget-area-toggle a:hover span, 
		body:not(.material) #search-outer #search #close a span:hover,
		#header-outer #mobile-menu ul li a:hover,
		#header-outer #mobile-menu ul li a:hover .sf-sub-indicator i,
		#header-outer #mobile-menu ul li a:focus,
		#header-outer #mobile-menu ul li a:focus .sf-sub-indicator i,
		#header-outer #mobile-menu ul li[class*="current"] &gt; a,
		#header-outer #mobile-menu ul li[class*="current"] &gt; a i { 
			color:#ffffff!important; 
		}
		#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:after, 
		#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines:before,
		#header-outer:not(.transparent) #top nav ul .slide-out-widget-area-toggle a:hover .lines-button:after, 
		body[data-header-format="left-header"] #header-outer[data-lhe="animated_underline"] #top nav &gt; ul &gt; li:not([class*="button_"]) &gt; a &gt; span:after { 
			background-color:#ffffff!important; 
		}
		#header-outer[data-lhe="animated_underline"] #top nav &gt; ul &gt; li &gt; a:after, 
		body.material #header-outer #search-outer #search input[type="text"],
    body[data-header-format="left-header"].material #search-outer #search input[type="text"] { 
			border-color:#ffffff; 
		}
		#search-outer .ui-widget-content, 
		body:not([data-header-format="left-header"]) #top .sf-menu li ul, 
		#top nav &gt; ul &gt; .megamenu &gt; .sub-menu, 
		body #top nav &gt; ul &gt; .megamenu &gt; .sub-menu &gt; li &gt; a, 
		#header-outer .widget_shopping_cart .cart_list a, 
		#header-outer .widget_shopping_cart .cart_list li, 
		#header-outer .widget_shopping_cart_content, 
		.woocommerce .cart-notification, 
		#header-secondary-outer ul ul li a, 
		#header-secondary-outer .sf-menu li ul { 
			background-color:#ffffff; 
		}body[data-header-format="left-header"] #header-outer .cart-outer .cart-notification:after { 
			border-color: transparent transparent #ffffff transparent; 
		} 
		#top .sf-menu li ul li a:hover, 
		body #top nav .sf-menu ul .sfHover &gt; a, 
		#top .sf-menu li ul .current-menu-item &gt; a, 
		#top .sf-menu li ul .current-menu-ancestor &gt; a, 
		#top nav &gt; ul &gt; .megamenu &gt; ul ul li a:hover, 
		#top nav &gt; ul &gt; .megamenu &gt; ul ul li a:focus, 
		#top nav &gt; ul &gt; .megamenu &gt; ul ul .current-menu-item &gt; a, 
		#header-secondary-outer ul ul li a:hover, 
		#header-secondary-outer ul ul li a:focus, 
		#header-secondary-outer ul &gt; li:not(.megamenu) ul a:hover,
		body #header-secondary-outer .sf-menu ul .sfHover &gt; a, 
		#search-outer .ui-widget-content li:hover, 
		.ui-state-hover, 
		.ui-widget-content .ui-state-hover, 
		.ui-widget-header .ui-state-hover, 
		.ui-state-focus, 
		.ui-widget-content .ui-state-focus, 
		.ui-widget-header .ui-state-focus, 
		#header-outer #top nav &gt; ul &gt; li:not(.megamenu) ul a:hover, 
		#header-outer #top nav &gt; ul &gt; li:not(.megamenu) .sfHover &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) .sfHover &gt; a, 
		#top nav &gt; ul &gt; .megamenu &gt; ul ul .sfHover &gt; a,
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul a:hover, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul ul .current-menu-item &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul .current-menu-item &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul .current-menu-ancestor &gt; a { 
			background-color:#ffffff!important; 
		}
		#search-outer .ui-widget-content li a, 
		#search-outer .ui-widget-content i, 
		#top .sf-menu li ul li a, 
		body #header-outer .widget_shopping_cart .cart_list a, 
		#header-secondary-outer ul ul li a, 
		.woocommerce .cart-notification .item-name, 
		.cart-outer .cart-notification, 
		#header-outer #top .sf-menu li ul .sf-sub-indicator i, 
		#header-outer .widget_shopping_cart .quantity, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul a, 
		#header-outer .cart-notification .item-name, 
		#header-outer #top nav &gt; ul &gt; .nectar-woo-cart .cart-outer .widget ul a:hover, 
		#header-outer .cart-outer .total strong, 
		#header-outer .cart-outer .total,
		#header-outer ul.product_list_widget li dl dd,  
		#header-outer ul.product_list_widget li dl dt { 
			color:#01175a!important; 
		}
		#search-outer .ui-widget-content li:hover *, 
		#search-outer .ui-widget-content .ui-state-focus *, 
		body #top nav .sf-menu ul .sfHover &gt; a, 
		#top nav &gt; ul &gt; .megamenu &gt; ul ul .current-menu-item &gt; a, 
		#header-secondary-outer ul ul li:hover &gt; a, 
		#header-secondary-outer ul ul li:hover &gt; a i, 
		#header-secondary-outer ul .sfHover &gt; a, 
    body[data-dropdown-style="minimal"] #header-secondary-outer ul &gt; li:not(.megamenu) .sfHover &gt; a, 
		body #top nav .sf-menu ul .sfHover &gt; a .sf-sub-indicator i, 
		body #top nav .sf-menu ul li:hover &gt; a .sf-sub-indicator i, 
		body #top nav .sf-menu ul li:hover &gt; a, 
		#top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; a:hover, 
		#top nav &gt; ul &gt; .megamenu &gt; ul &gt; .sfHover &gt; a, 
		body #top nav .sf-menu ul .current-menu-item &gt; a, 
		body #top nav .sf-menu ul .current_page_item &gt; a .sf-sub-indicator i, 
		body #top nav .sf-menu ul .current_page_ancestor &gt; a .sf-sub-indicator i, 
		body #top nav .sf-menu ul .sfHover &gt; a, 
		body #top nav .sf-menu ul .current_page_ancestor &gt; a, 
		body #top nav .sf-menu ul .current-menu-ancestor &gt; a, 
		body #top nav .sf-menu ul .current_page_item &gt; a, 
		body .sf-menu ul li ul .sfHover &gt; a .sf-sub-indicator i, 
		body .sf-menu &gt; li &gt; a:active &gt; .sf-sub-indicator i, 
		body .sf-menu &gt; .sfHover &gt; a &gt; .sf-sub-indicator i, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) .sfHover &gt; a, 
		body .sf-menu li ul .sfHover &gt; a, 
		body #top nav &gt; ul &gt; .megamenu ul li:hover &gt; a, 
		#header-outer #top nav &gt; ul &gt; li:not(.megamenu) ul a:hover, 
    body[data-dropdown-style="minimal"] #header-secondary-outer ul &gt;li:not(.megamenu) ul a:hover,
		#header-outer #top nav &gt; ul &gt; li:not(.megamenu) .sfHover &gt; a, 
		#header-outer #top nav ul li .sfHover &gt; a .sf-sub-indicator i, 
		#top nav &gt; ul &gt; .megamenu &gt; ul ul li a:hover, 
    #top nav &gt; ul &gt; .megamenu &gt; ul ul li a:focus,
		#top nav &gt; ul &gt; .megamenu &gt; ul ul .sfHover &gt; a, 
		#header-outer #top nav ul li li:hover &gt; a .sf-sub-indicator i, 
    #header-outer[data-format="left-header"] .sf-menu .sub-menu .current-menu-item &gt; a,
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul a:hover, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul ul .current-menu-item &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) .current-menu-item &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul .current-menu-item &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul .current-menu-ancestor &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; li:not(.megamenu) ul .current-menu-ancestor &gt; a .sf-sub-indicator i, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu ul ul .current-menu-item &gt; a, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul &gt; a:hover, 
    body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul &gt; a:focus, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li:hover &gt; a, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul:hover &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu ul ul .current-menu-item.has-ul &gt; a, 
	  #header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu ul ul .current-menu-ancestor.has-ul &gt; a, 
		#header-outer ul.product_list_widget li:hover dl dt, #header-outer ul.product_list_widget li:hover dl dd { 
			color:#01175a!important; 
		}
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; a, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul &gt; a, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; a, 
		#header-outer[data-lhe="default"] #top nav .sf-menu .megamenu ul .current_page_ancestor &gt; a, 
		#header-outer[data-lhe="default"] #top nav .sf-menu .megamenu ul .current-menu-ancestor &gt; a, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul &gt; a { 
			color:#0a0a0a!important; 
		}
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li:hover &gt; a, 
	  #header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; .current-menu-ancestor.menu-item-has-children &gt; a, 
		#top nav &gt; ul &gt; .megamenu &gt; ul ul .current-menu-item &gt; a, 
		body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul:hover &gt; a, 
    body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; .has-ul &gt; a:focus, 
	  #header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu ul ul .current-menu-item.has-ul &gt; a, 
		#header-outer:not([data-format="left-header"]) #top nav &gt; ul &gt; .megamenu ul ul .current-menu-ancestor.has-ul &gt; a  { 
			color:#000000!important; 
		}
		body #header-outer[data-transparent-header="true"] #top nav ul #nectar-user-account &gt; div, 
		body[data-header-color="custom"] #top nav ul #nectar-user-account &gt; div, 
		.ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a:after, 
		.ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a:after, 
		.ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a:after, 
		.ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-contents:after,
		#header-outer:not(.transparent) .sf-menu &gt; li ul { 
			border-color:#eeeeee; 
		} 
		#header-outer:not(.transparent) .sf-menu &gt; li ul { 
				border-top-width: 1px; border-top-style: solid; 
		}#header-secondary-outer, 
    #header-outer #header-secondary-outer, 
    #header-outer #mobile-menu .secondary-header-text { 
			background-color:#ffe292; 
		}#header-secondary-outer nav &gt; ul &gt; li &gt; a, 
		#header-secondary-outer .nectar-center-text, 
		#header-secondary-outer .nectar-center-text a, 
		body #header-secondary-outer nav &gt; ul &gt; li &gt; a .sf-sub-indicator i, 
		#header-secondary-outer #social li a i,
		#header-secondary-outer[data-lhe="animated_underline"] nav &gt; .sf-menu &gt;li:hover &gt;a,
    #header-outer #mobile-menu .secondary-header-text p { 
			color:#01175a; 
		}
		#header-secondary-outer #social li a:hover i, 
		#header-secondary-outer .nectar-center-text a:hover, 
		#header-secondary-outer[data-lhe="animated_underline"] nav &gt; .sf-menu &gt;li &gt;a:after, 
		#header-secondary-outer nav &gt; ul &gt; li:hover &gt; a, 
		#header-secondary-outer nav &gt; ul &gt; .current-menu-item &gt; a, 
		#header-secondary-outer nav &gt; ul &gt; .sfHover &gt; a, 
		#header-secondary-outer nav &gt; ul &gt; .sfHover &gt; a .sf-sub-indicator i, 
		#header-secondary-outer nav &gt; ul &gt; .current-menu-item &gt; a .sf-sub-indicator i, 
		#header-secondary-outer nav &gt; ul &gt; .current-menu-ancestor &gt; a, 
		#header-secondary-outer nav &gt; ul &gt; .current-menu-ancestor &gt; a .sf-sub-indicator i, 
		#header-secondary-outer nav &gt; ul &gt; li:hover &gt; a .sf-sub-indicator i { 
			color:#222222!important; 
		}
			 #search-outer .ui-widget-content, 
			 body:not([data-header-format="left-header"]) #top .sf-menu li ul, 
			 #top nav &gt; ul &gt; .megamenu &gt; .sub-menu, 
			 body #top nav &gt; ul &gt; .megamenu &gt; .sub-menu &gt; li &gt; a, 
			 #header-outer .widget_shopping_cart .cart_list a, 
			 #header-secondary-outer ul ul li a, 
			 #header-outer .widget_shopping_cart .cart_list li, 
			 .woocommerce .cart-notification, 
			 #header-outer .widget_shopping_cart_content { 
				 background-color: rgba(255,255,255,100)!important; 
			 }
		#slide-out-widget-area:not(.fullscreen-alt):not(.fullscreen), 
		#slide-out-widget-area-bg.fullscreen, 
    #slide-out-widget-area-bg.fullscreen-split, 
		#slide-out-widget-area-bg.fullscreen-alt .bg-inner, 
		body.material #slide-out-widget-area-bg.slide-out-from-right { 
			background-color:#01175a; 
		}
		#slide-out-widget-area, 
		body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a:hover i:before, 
		#slide-out-widget-area a, 
    #slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a, 
    #slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a,
    #slide-out-widget-area.fullscreen-split .inner .widget.widget_nav_menu li a, 
    #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a,
    #slide-out-widget-area.fullscreen .menuwrapper li a,
		body #slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a,
		body #slide-out-widget-area .slide_out_area_close .icon-default-style[class^="icon-"] { 
			color:#eefbfa; 
		}
		#slide-out-widget-area .tagcloud a, 
		body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
    #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after { 
			border-color: #eefbfa; 
		}
		.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:before, 
		.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines:after, 
		.slide-out-hover-icon-effect.slide-out-widget-area-toggle .lines-button:after,
		.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:before, 
		.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line .lines:after, 
		.slide-out-hover-icon-effect.slide-out-widget-area-toggle .unhidden-line.lines-button:after { 
			background-color:#eefbfa; 
		}#slide-out-widget-area h1, 
		#slide-out-widget-area h2, 
		#slide-out-widget-area h3, 
		#slide-out-widget-area h4, 
		#slide-out-widget-area h5 { 
			color:#01175a; 
		}
		body #slide-out-widget-area.fullscreen a:hover, 
    body #slide-out-widget-area.fullscreen-split a:hover, 
    #slide-out-widget-area.fullscreen-split .off-canvas-menu-container .current-menu-item &gt; a, 
		#slide-out-widget-area.slide-out-from-right-hover a:hover,
		body.material #slide-out-widget-area.slide-out-from-right .off-canvas-social-links a i:after, 
		body #slide-out-widget-area.slide-out-from-right a:hover, 
		#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a:hover, 
		#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a:hover, 
		#slide-out-widget-area.slide-out-from-right-hover.no-text-effect .inner .off-canvas-menu-container li a:hover, 
		body #slide-out-widget-area .slide_out_area_close:hover .icon-default-style[class^="icon-"], 
		body.material #slide-out-widget-area.slide-out-from-right .off-canvas-menu-container .current-menu-item &gt; a { 
			color:#ffffff!important; 
		}  
		body.material #slide-out-widget-area[class*="slide-out-from-right"] .off-canvas-menu-container li a:after,
    #slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a:after,
		#slide-out-widget-area .tagcloud a:hover { 
			border-color: #ffffff; 
		} 
    #slide-out-widget-area.fullscreen-split .widget ul:not([class*="nectar_blog_posts"]) li &gt; a:not(.tag-cloud-link):not(.nectar-button),
    #slide-out-widget-area.fullscreen-split .textwidget a:not(.nectar-button) {
      background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    }body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close:before { 
			background-color: #ff1053; 
		} @media only screen and (min-width: 1000px) { 
			body[data-slide-out-widget-area-style="slide-out-from-right"].material .slide_out_area_close .close-line { 
				background-color: #ffffff; 
			} 
		} 
		#footer-outer, 
		#nectar_fullscreen_rows &gt; #footer-outer.wpb_row .full-page-inner-wrap { 
			background-color:#01175a!important; 
		} 
		#footer-outer #footer-widgets { 
			border-bottom: none; 
		} 
		body.original #footer-outer #footer-widgets .col ul li { 
			border-bottom: 1px solid rgba(0,0,0,0.1); 
		} 
		.original #footer-outer #footer-widgets .col .widget_recent_comments ul li,
		#footer-outer #footer-widgets .col .widget_recent_comments ul li { 
			background-color: rgba(0, 0, 0, 0.07); 
			border-bottom: 0px;
		} 
		#footer-outer, 
		#footer-outer a:not(.nectar-button) { 
			color:#ffffff!important; 
		}
    #footer-outer[data-link-hover="underline"][data-custom-color="true"] #footer-widgets ul:not([class*="nectar_blog_posts"]) a:not(.tag-cloud-link):not(.nectar-button),
    #footer-outer[data-link-hover="underline"] #footer-widgets .textwidget a:not(.nectar-button) {
      background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
    }
		#footer-outer #footer-widgets .widget h4, 
		#footer-outer .col .widget_recent_entries span, 
		#footer-outer .col .recent_posts_extra_widget .post-widget-text span { 
			color:#ffffff!important; 
		}
		#footer-outer #copyright,
		.ascend #footer-outer #copyright { 
			border: none; 
			background-color:#01175a; 
		}
		#footer-outer #copyright .widget h4, 
		#footer-outer #copyright li a i, 
		#footer-outer #copyright p { 
			color:#ffffff; 
		} 
		#footer-outer[data-cols="1"] #copyright li a i:after { 
			border-color:#ffffff; 
		}
		#footer-outer #copyright li a:hover i, 
		#footer-outer[data-cols="1"] #copyright li a:hover i, 
		#footer-outer[data-cols="1"] #copyright li a:hover i:after { 
			border-color: #ffffff; 
			color:#ffffff; 
		}#call-to-action { 
		background-color:#ECEBE9; 
	}#call-to-action span { 
		color:#4B4F52; 
	}body #slide-out-widget-area-bg { 
		background-color: rgba(0,0,0,0.8); 
	}.single-post #page-header-bg[data-post-hs="default_minimal"] .page-header-bg-image:after { 
     background-color: #2d2d2d;
     opacity: 0.4; 
   }
   .single-post #page-header-bg[data-post-hs="default_minimal"] { background-color: #2d2d2d; }
		  @media only screen and (min-width: 1000px) {

				#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo {  
					margin-top: -15px; 
				}
				
				#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 nav &gt;ul &gt;li:not(#social-in-menu):not(#nectar-user-account):not(#search-btn):not(.slide-out-widget-area-toggle) &gt; a { 
					padding-bottom: 30px;  
				}
			  
				#header-outer #logo, 
				#header-outer .logo-spacing { 
					margin-top: 30px; 
					margin-bottom: 30px; 
					position: relative; 
				}
				
				 #header-outer.small-nav #logo, 
				 #header-outer.small-nav .logo-spacing { 
						margin-top: 16.666666666667px; 
						margin-bottom: 16.666666666667px; 
					
				} 
				
				#header-outer.small-nav #logo img, 
				#header-outer.small-nav .logo-spacing img { 
						height: 64px; 
				}

			  .material #header-outer:not(.transparent) .bg-color-stripe { 
					top: 130px; 
					height: calc(35vh - 130px); 
				}
					
			  .material #header-outer:not(.transparent).small-nav .bg-color-stripe { 
					top: 97.333333333333px; 
					height: calc(35vh - 97.333333333333px); 
				}
		  }
			
		  @media only screen and (max-width: 999px) {
		  	.material #header-outer:not([data-permanent-transparent="1"]):not(.transparent) .bg-color-stripe, 
				.material #header-outer:not([data-permanent-transparent="1"]).transparent .bg-color-stripe { 
					top: 74px; 
					height: calc(30vh - 74px); 
				}
		  }

		  #header-outer #logo img, 
			#header-outer .logo-spacing img { 
				height: 70px; 
			}
		 #header-outer[data-lhe="animated_underline"] #top nav &gt; ul &gt; li &gt; a,
		 #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a, 
		 body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; li[class*="button_solid_color"] &gt; a:hover,
		 #header-outer[data-lhe="animated_underline"] #top nav &gt; .sf-menu &gt; li[class*="button_bordered"] &gt; a,
		 #top nav &gt; ul &gt; li[class*="button_bordered"] &gt; a, 
		 body #header-outer.transparent #top nav &gt; ul &gt; li[class*="button_bordered"] &gt; a,
		 body #header-outer[data-lhe="default"] #top nav .sf-menu &gt; li[class*="button_bordered"] &gt; a:hover,
		 body #header-outer.transparent #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a, 
		 #header-outer[data-lhe="animated_underline"] #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a { 
			 margin-left: 10px; 
			 margin-right: 10px; 
		 }
		 
		 #header-outer[data-lhe="default"] #top nav &gt; ul &gt; li &gt; a { 
			 padding-left: 10px; 
			 padding-right: 10px; 
		 }
		 
		 #header-outer[data-lhe="animated_underline"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt; ul &gt; li &gt; a { 
			 margin-left: 7px; 
			 margin-right: 7px; 
		 }
		 
		 #header-outer[data-lhe="default"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav &gt; ul &gt; li &gt; a { 
			 padding-left: 7px; 
			 padding-right: 7px; 
		 }
		 #header-outer #top .sf-menu &gt; .sf-with-ul &gt; a { 
					 padding-right: 20px!important;
				 }
	 			 #header-outer[data-lhe="animated_underline"] #top .sf-menu &gt; .sf-with-ul:not([class*="button"]) &gt; a { 
					 padding-right: 10px!important;
				 }
         #header-outer[data-lhe="animated_underline"] #top .sf-menu &gt; .sf-with-ul[class*="button"] &gt; a { 
					 padding-right: 26px!important;
				 }
				 #header-outer[data-lhe="default"][data-condense="true"][data-format="centered-menu-bottom-bar"].fixed-menu #top nav .sf-menu &gt; .sf-with-ul &gt; a { 
					 padding-right: 17px!important;
				 }#header-space { 
		 height: 172px;
	 }
	 @media only screen and (max-width: 999px) {
		 #header-space { 
			 height: 74px;
		 }
	 }@media only screen and (max-width: 999px) {
		
		.using-mobile-browser #page-header-wrap.fullscreen-header,
		.using-mobile-browser #page-header-wrap.fullscreen-header #page-header-bg,
		.using-mobile-browser #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) &gt; div {
			height: calc(100vh - 126px);
		}
		.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level, 
		.using-mobile-browser .wpb_row.vc_row-o-full-height.top-level &gt; .col.span_12 { 
			min-height: calc(100vh - 126px); 
		}
		#page-header-wrap.fullscreen-header,
			#page-header-wrap.fullscreen-header #page-header-bg,
			 html:not(.nectar-box-roll-loaded) .nectar-box-roll &gt; #page-header-bg.fullscreen-header,
			 .nectar_fullscreen_zoom_recent_projects,
			 .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), 
			 .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container,
			 #nectar_fullscreen_rows:not(.afterLoaded):not([data-mobile-disable="on"]) &gt; div {
				height: calc(100vh - 73px);
			}
			.wpb_row.vc_row-o-full-height.top-level, 
			.wpb_row.vc_row-o-full-height.top-level &gt; .col.span_12 { 
				min-height: calc(100vh - 73px); 
			}[data-bg-header="true"][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header,
		[data-bg-header="true"][data-permanent-transparent="1"] #page-header-wrap.fullscreen-header #page-header-bg,
		html:not(.nectar-box-roll-loaded) [data-bg-header="true"][data-permanent-transparent="1"] .nectar-box-roll &gt; #page-header-bg.fullscreen-header,
		[data-bg-header="true"][data-permanent-transparent="1"] .nectar_fullscreen_zoom_recent_projects,
		[data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded), 
		[data-permanent-transparent="1"] .nectar-slider-wrap[data-fullscreen="true"]:not(.loaded) .swiper-container {
			height: 100vh;
		}
		
		[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level, 
		[data-permanent-transparent="1"] .wpb_row.vc_row-o-full-height.top-level &gt; .col.span_12 {	min-height: 100vh; }
		
		body[data-transparent-header="false"] #ajax-content-wrap.no-scroll { 
			min-height:  calc(100vh - 73px);	
			height: calc(100vh - 73px); 
		} 
		
	}#ajax-loading-screen .reveal-1 { background-color: #ffffff; }#ajax-loading-screen .reveal-2 { background-color: #ffffff; }
	 #header-outer #logo .mobile-only-logo, 
	 #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"] .span_9 #logo img { 	
		 height: 50px; 
	 }
	 
	 @media only screen and (max-width: 999px) { 
		 	body #top #logo img, 
			#header-outer[data-permanent-transparent="false"] #logo .dark-version { 
		 		height: 50px!important; 
		 	} 

	 }@media only screen and (min-width: 1000px) and (max-width: 1100px) {
			
      #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 {
        flex-direction: row-reverse;
      }
      
      body[data-slide-out-widget-area-style="simple"] #header-outer #mobile-menu {
          top: 100%;
      }
      
      body[data-slide-out-widget-area-style="simple"][data-ext-responsive="true"] #header-outer[data-full-width="false"] #mobile-menu { 
        padding: 0 90px;
      }
      
	 		#header-outer #top .span_9 nav .sf-menu:not(.buttons) &gt; li, 
			#top .span_9 nav .buttons .menu-item,
      #top .right-aligned-menu-items .buttons .menu-item { 
				visibility: hidden; 
				pointer-events: none; 
				margin: 0; 
			}
			
	 		#header-outer #top .span_9 nav .sf-menu:not(.buttons) &gt; li:not(:nth-child(1)), 
			#top .span_9 nav .buttons .menu-item,
      #top .right-aligned-menu-items .buttons .menu-item { 
				position: absolute;
			}
      
      #header-outer[data-format="centered-menu"] #top nav &gt;.buttons {
        position: relative;
      }
			
	 		#header-outer #top nav .sf-menu &gt; #social-in-menu { 
				position: relative; 
				visibility: visible; 
				pointer-events: auto;
			}
			
			body.material[data-header-search="true"][data-user-set-ocm="off"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt; .buttons,
			body.material[data-cart="true"][data-user-set-ocm="off"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt; .buttons,
			body.material[data-user-account-button="true"][data-user-set-ocm="off"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt; .buttons { 
				margin-right: 28px; 
			}
			
      body.ascend[data-header-search="true"] #header-outer[data-full-width="false"]:not([data-format="left-header"]) #top nav &gt; .buttons,
      body.ascend[data-cart="true"] #header-outer[data-full-width="false"]:not([data-format="left-header"]) #top nav &gt; .buttons { 
        margin-right: 19px; 
      } 
      
			body[data-header-search="true"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt; .buttons,
			body[data-cart="true"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt; .buttons,
			body[data-user-account-button="true"] #header-outer:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt; .buttons { 
				margin-right: 19px; 
			}
      
      body #header-outer[data-full-width="false"][data-has-buttons="no"]:not([data-format="left-header"]) #top nav #social-in-menu,
      body.material #header-outer[data-has-buttons="no"]:not([data-format="left-header"]) #top nav #social-in-menu {
        margin-right: 20px;
      }
      
      #header-outer[data-format="menu-left-aligned"] #top &gt; .container .span_9 &gt; .slide-out-widget-area-toggle.mobile-icon {
        top: 50%;
        right: 0;
        position: absolute;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
      }
      body #header-outer[data-format="menu-left-aligned"]:not([data-format="left-header"]):not([data-format="centered-menu-bottom-bar"]) #top nav &gt; .buttons {
        margin-right: 55px;
      }
      
			body.ascend #header-outer[data-full-width="false"] .cart-menu { 
				border-left: none; 
			}
			
			#top nav ul .slide-out-widget-area-toggle { 
				display: none!important; 
			}
			

	 		#header-outer[data-format="centered-menu"] #top .span_9 nav .sf-menu, 
	 		#header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav .sf-menu, 
      #header-outer[data-format="centered-logo-between-menu"] #top .span_9 nav .sf-menu:not(.buttons),
	 		#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav {
	 			-webkit-justify-content: flex-end;
			    -moz-justify-content: flex-end;
			    -ms-flex-pack: flex-end;
			    -ms-justify-content: flex-end;
			    justify-content: flex-end;
	 		}
			
			#header-outer[data-format="centered-logo-between-menu"] #top nav &gt; .buttons {
				position: relative;
			}
			
			body #header-outer[data-format="centered-logo-between-menu"] #top #logo,
      body[data-slide-out-widget-area-style="slide-out-from-right"]:not(.material) #header-outer[data-format="centered-logo-between-menu"] #top #logo { 
				transform: none!important; 
			}
			
 	    #header-outer:not([data-format="centered-menu-bottom-bar"]) #top .span_9 &gt; .slide-out-widget-area-toggle, 
			#slide-out-widget-area .mobile-only { 
        display: -webkit-flex;
				display: flex!important;
        -webkit-align-items: center;   
        align-items: center;
				transition: padding 0.2s ease; 
			}
      
      #slide-out-widget-area.fullscreen .mobile-only,
      #slide-out-widget-area.fullscreen-alt .mobile-only {
        justify-content: center;
      }
			
	 		#header-outer[data-has-menu="true"] #top .span_3, 
			body #header-outer[data-format="centered-menu-under-logo"] .span_3 {
			    text-align: left;
			    left: 0;
			    width: auto;
			    float: left;
			}
			
			#header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #social-in-menu a {
				margin-bottom: 0;
			}
			
			#header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav &gt;.buttons {
				padding-bottom: 0;
			}
			
			body.material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 {
			    margin-left: auto;
			}
			
			body.material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 ul #social-in-menu a,
		  body.material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 nav &gt;.buttons { 
				margin-bottom: 0; 
				padding-bottom: 0;
			}
			
			body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
			body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3,
			body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
			body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3,
			body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
			body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_3 { 
				    display: -webkit-flex;
				    display: -ms-flexbox;
				    display: flex;
			}
			
			body #header-outer[data-format="centered-menu-under-logo"] .row {
				-webkit-flex-direction: row; 
			    -ms-flex-direction: row; 
			    -moz-flex-direction: row; 
			    flex-direction: row; 
			}
			
			#header-outer[data-format="centered-menu-under-logo"] #top #logo{
			  display: -webkit-flex;
			  display: -ms-flexbox;
			  display: flex;
			  -webkit-align-items: center;
			  align-items: center;
			}
			
			body #header-outer[data-format="centered-menu-under-logo"] #top #logo .starting-logo { 
				left: 0;
				-webkit-transform: none; 
				transform: none;
			}
			 
			body #header-outer[data-format="centered-menu-under-logo"] #top #logo img { 
				margin: 0
			}
			
			#header-outer[data-format="centered-menu-under-logo"] #top #logo { 
				text-align: left;
			}

			.cart-outer, body #header-outer[data-full-width="false"] .cart-outer {
			    display: block;
			}

			#header-outer[data-format="centered-logo-between-menu"] #top nav .sf-menu &gt; li { 
				float: left!important; 
			} 
			

			body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close { 
				display: none; 
			}

			body[data-slide-out-widget-area-style="slide-out-from-right-hover"][data-slide-out-widget-area="true"][data-user-set-ocm="off"] #header-outer[data-full-width="false"][data-cart="false"] header &gt; .container {
			    max-width: 100%!important;
			    padding: 0 28px !important;
			}

			body[data-full-width-header="false"][data-cart="true"] .slide-out-hover-icon-effect.small {
				right: 28px!important;
			}

			body[data-full-width-header="false"][data-cart="true"] .slide-out-widget-area-toggle .lines-button.x2.no-delay .lines:before, 
			body[data-full-width-header="false"][data-cart="true"] .slide-out-widget-area-toggle .lines-button.x2.no-delay .lines:after,
			body[data-full-width-header="false"][data-cart="true"] .slide-out-hover-icon-effect.slide-out-widget-area-toggle .no-delay.lines-button.no-delay:after {
				-webkit-transition: none!important;
				transition: none!important;
			}

			body:not(.mobile) #header-outer.transparent &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines-button:after, 
			body:not(.mobile) #header-outer.transparent &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines:before,
			body:not(.mobile) #header-outer.transparent &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines:after {
				background-color: #ffffff!important;
				opacity: 0.75;
			}
			body:not(.mobile) #header-outer.transparent.dark-slide &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines-button:after, 
			body:not(.mobile) #header-outer.transparent.dark-slide &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines:before,
			body:not(.mobile) #header-outer.transparent.dark-slide &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines:after {
				background-color: #000!important;
				opacity: 0.75;
			}
			body:not(.mobile) #header-outer.transparent &gt; #top .span_9 &gt; .slide-out-widget-area-toggle:hover .lines-button:after, 
			body:not(.mobile) #header-outer.transparent &gt; #top .span_9 &gt; .slide-out-widget-area-toggle:hover .lines:before,
			body:not(.mobile) #header-outer.transparent &gt; #top .span_9 &gt; .slide-out-widget-area-toggle:hover .lines:after { 
				opacity: 1;
			}

			body #top .span_9 &gt; .slide-out-widget-area-toggle.mobile-icon a:hover .lines:after, 
			body #top .span_9 &gt; .slide-out-widget-area-toggle.mobile-icon a:hover .lines-button:after, 
			body #top .span_9 &gt; .slide-out-widget-area-toggle.mobile-icon a:hover .lines:before {
				background-color: #ffffff!important;
			}

			body:not(.mobile) #header-outer.light-text &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines-button:after, 
			body:not(.mobile) #header-outer.light-text &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines:before,
			body:not(.mobile) #header-outer.light-text &gt; #top .span_9 &gt; .slide-out-widget-area-toggle .lines:after {
				background-color: #fff!important;
			}
      
      body[data-user-set-ocm="off"] #slide-out-widget-area.fullscreen-split,
      body[data-user-set-ocm="off"] #slide-out-widget-area-bg.fullscreen-split {
        display: block;
      }
      
	 	} .portfolio-loading, #ajax-loading-screen .loading-icon, .loading-icon, .pp_loaderIcon { background-image: url(""); } @media only screen and (min-width: 1000px) and (max-width: 1300px) {
	    .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2, 
	    .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
	    .full-width-content .vc_span12 .swiper-slide .content h2 {
			font-size: 45px!important;
			line-height: 51px!important;
		}

		.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p, 
		.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p, 
	    .full-width-content .vc_span12 .swiper-slide .content p {
			font-size: 18px!important;
			line-height: 31.2px!important;
		}
	}
	
	@media only screen and (min-width : 690px) and (max-width : 999px) {
		.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2, 
		.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
	    .full-width-content .vc_span12 .swiper-slide .content h2 {
			font-size: 33px!important;
			line-height: 39px!important;
		}

		.nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p, 
		.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p, 
	    .full-width-content .vc_span12 .swiper-slide .content p {
			font-size: 13.2px!important;
			line-height: 24px!important;
		}
	}
	
	@media only screen and (max-width : 690px) {
		.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2, 
		.nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2,
	    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
			font-size: 15px!important;
			line-height: 21px!important;
		}

		.nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p, 
		.nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"]  .swiper-slide .content p, 
	    .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
			font-size: 10px!important;
			line-height: 17.52px!important;
		}
	}
	.loading-icon .material-icon .bar:after { 
					background-color: #3452ff; 
				}
			  .loading-icon .material-icon .bar { 
					border-color: #3452ff;
				}
			  .loading-icon .material-icon .color-2 .bar:after { 
					background-color: #3452ff; 
				}
			  .loading-icon .material-icon .color-2 .bar { 
					border-color: #3452ff;
				}.loading-icon .material-icon .spinner.color-2 { 
					display: none!important; 
				} 
				.loading-icon .material-icon &gt; div:first-child .right-side, 
				.loading-icon .material-icon &gt; div:first-child .left-side { 
					-webkit-animation: none!important; 
					animation: none!important; 
				}@media only screen and (min-width: 1000px) {
			    .container, 
					body[data-header-format="left-header"] .container, 
					.woocommerce-tabs .full-width-content .tab-container, 
					.nectar-recent-posts-slider .flickity-page-dots, 
					.post-area.standard-minimal.full-width-content .post .inner-wrap, 
					.material #search-outer #search  {
			      max-width: 1425px; 
					  width: 100%;
					  margin: 0 auto;
					  padding: 0px 90px; 
			    } 

			    body[data-header-format="left-header"] .container, body[data-header-format="left-header"] .woocommerce-tabs .full-width-content .tab-container, 
					body[data-header-format="left-header"] .nectar-recent-posts-slider .flickity-page-dots,
			    body[data-header-format="left-header"] .post-area.standard-minimal.full-width-content .post .inner-wrap {
			    	padding: 0 60px;
			    }

			    body .container .page-submenu.stuck .container:not(.tab-container):not(.normal-container), 
					.nectar-recent-posts-slider .flickity-page-dots,
			    #nectar_fullscreen_rows[data-footer="default"] #footer-widgets .container, 
					#nectar_fullscreen_rows[data-footer="default"] #copyright .container {
			    	  padding: 0px 90px!important; 
			    }	
				
				.swiper-slide .content {
				  padding: 0px 90px; 
				}

				body[data-header-format="left-header"] .container .page-submenu.stuck .container:not(.tab-container), 
				body[data-header-format="left-header"] .nectar-recent-posts-slider .flickity-page-dots {
			    	  padding: 0px 60px!important; 
			    }	
				
				body[data-header-format="left-header"] .swiper-slide .content {
				  padding: 0px 60px; 
				}
				
				body .container .container:not(.tab-container):not(.recent-post-container):not(.normal-container) {
					width: 100%!important;
					padding: 0!important;
				}
				
				body .carousel-heading .container .carousel-next { 
					right: 10px; 
				} 
				body .carousel-heading .container .carousel-prev { 
					right: 35px; 
				}
				.carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link { 
					left: 90px; 
				}
				.carousel-wrap[data-full-width="true"] .carousel-heading { 
					margin-left: -20px; 
					margin-right: -20px; 
				}
				#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-next { 
					right: 90px; 
				} 
		   	#ajax-content-wrap .carousel-wrap[data-full-width="true"] .carousel-prev { 
					right: 115px; 
				}
				.carousel-wrap[data-full-width="true"] { 
					padding: 0; 
				}
				.carousel-wrap[data-full-width="true"] .caroufredsel_wrapper { 
					padding: 20px; 
				}
				
				#search-outer #search #close a {
					right: 90px;
				}
	
				#boxed, 
				#boxed #header-outer, 
				#boxed #slide-out-widget-area-bg.fullscreen, 
				#boxed #page-header-bg[data-parallax="1"], 
				#boxed #featured, 
				body[data-footer-reveal="1"] #boxed #footer-outer, 
				#boxed .orbit &gt; div, 
				#boxed #featured article, 
				body.ascend #boxed #search-outer {
				   max-width: 1400px!important;
				   width: 90%!important;
				   min-width: 980px;
				}

				body[data-hhun="1"] #boxed #header-outer:not(.detached), 
				body[data-hhun="1"] #boxed #header-secondary-outer,
				#boxed #header-outer[data-format="centered-menu-bottom-bar"][data-condense="true"]:not(.fixed-menu),
				#boxed #header-secondary-outer.centered-menu-bottom-bar {
					width: 100%!important;
				}

				#boxed #search-outer #search #close a {
					right: 0!important;
				}

				#boxed .container {
				  width: 92%;
				  padding: 0;
			   } 
				
				#boxed #footer-outer #footer-widgets, #boxed #footer-outer #copyright {
					padding-left: 0;
					padding-right: 0;
				}

				#boxed .carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link { 
					left: 35px; 
				}
				
				#boxed .carousel-wrap[data-full-width="true"] .carousel-next { 
					right: 35px!important; 
				} 
				#boxed .carousel-wrap[data-full-width="true"] .carousel-prev { 
					right: 60px!important; 
				}

				
			 }@media only screen and (min-width: 1000px) { 
						 .container, 
						 body[data-header-format="left-header"] .container, 
						 .woocommerce-tabs .full-width-content .tab-container, 
						 .nectar-recent-posts-slider .flickity-page-dots, 
						 .post-area.standard-minimal.full-width-content .post .inner-wrap, 
						 .material #search-outer #search { 
							 max-width: 1425px; 
						 } 
					 }input[type=text], 
      input[type=email], 
      input[type=password], 
      input[type=tel], 
      input[type=url], 
      input[type=search], 
      input[type=date], 
      textarea,
      span.wpcf7-not-valid-tip,
      .woocommerce input#coupon_code,
      body[data-fancy-form-rcs="1"] .select2-container, 
      body[data-fancy-form-rcs="1"] .select2-drop, 
      body[data-fancy-form-rcs="1"] .select2-search, 
      .select2-search input,
      body[data-form-style="minimal"] input[type="text"], 
      body[data-form-style="minimal"] textarea,
      body[data-form-style="minimal"] input[type="email"],
      body[data-form-style="minimal"] .container-wrap .span_12.light input[type="email"], 
      body[data-form-style="minimal"] input[type=password], 
      body[data-form-style="minimal"] input[type=tel], 
      body[data-form-style="minimal"] input[type=url], 
      body[data-form-style="minimal"] input[type=search], 
      body[data-form-style="minimal"] input[type=date] {
        font-size: 14px;
      }	
	body, .toggle h3 a, body .ui-widget, table, .bar_graph li span strong, #slide-out-widget-area .tagcloud a, 
		body .container .woocommerce-message a.button, #search-results .result .title span, .woocommerce ul.products li.product h3, 
		.woocommerce-page ul.products li.product h3, .row .col.section-title .nectar-love span, body .nectar-love span, 
		body .nectar-social .nectar-love .nectar-love-count, body .carousel-heading h2, .sharing-default-minimal .nectar-social .social-text, 
		body .sharing-default-minimal .nectar-love, .widget ul.nectar_widget[class*="nectar_blog_posts_"] &gt; li .post-date, 
		.single [data-post-hs="default_minimal"] #single-below-header span, .single .heading-title[data-header-style="default_minimal"] #single-below-header span {font-family: Arial, sans-serif; font-size:16px; line-height:20px; font-weight:400; }.bold, strong, b { font-family: Arial, sans-serif; font-weight: 600; } .single #single-below-header span { font-family: Arial, sans-serif;  }.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {line-height:20px;}     
		 @media only screen and (max-width: 1300px) and (min-width: 1000px) {
			 body {
				 font-size: 16px;
				 line-height: 20px;
			 }
		 }
		 @media only screen and (max-width: 999px) and (min-width: 690px) {
			 body {
				 font-size: 16px;
				 line-height: 20px;
			 }
			 
		 }
		 @media only screen and (max-width: 690px) {
			 body {
				 font-size: 15px;
				 line-height: 18px;
			 }

		 }
		 
	 
 #top nav &gt; ul &gt; li &gt; a, .span_3 .pull-left-wrap &gt; ul &gt; li &gt; a, body.material #search-outer #search input[type="text"], #top nav ul .slide-out-widget-area-toggle a i.label,
    #top .span_9 &gt; .slide-out-widget-area-toggle a.using-label .label, #header-secondary-outer .nectar-center-text, #slide-out-widget-area .secondary-header-text, 
    #header-outer #mobile-menu ul li a, #header-outer #mobile-menu .secondary-header-text {font-family: Rubik; text-transform: uppercase; font-size:16px; line-height:24px; font-weight:700;  }#top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a:before, #header-outer.transparent #top nav &gt; ul &gt; li[class*="button_solid_color"] &gt; a:before, #header-outer #top .slide-out-widget-area-toggle[data-custom-color="true"] a:before { 
		    		height: 27px; 
		    	}#top nav &gt; ul &gt; li[class*="button_bordered"] &gt; a:before, #header-outer.transparent #top nav &gt; ul &gt; li[class*="button_bordered"] &gt; a:before { 
		    		height: 37px; 
		    	}.material .sf-menu &gt; li &gt; a &gt; .sf-sub-indicator [class^="icon-"] { font-size: 18px; }#page-header-bg h1, body h1, body .row .col.section-title h1, 
			.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2, body #error-404 h1 {font-family: Rubik; text-transform: none; font-size:44px; line-height:60px; font-weight:500;  }
			@media only screen and (max-width: 1300px) and (min-width: 1000px) {
				body .row .col.section-title h1, body h1, .full-width-content .recent-post-container .inner-wrap h2 {
					font-size: 33px;
					line-height: 45px;
				}
			}
			@media only screen and (max-width: 999px) and (min-width: 690px) {
				body .row .col.section-title h1, 
        body h1, 
        html body .row .col.section-title.span_12 h1, 
        #page-header-bg .span_6 h1,
        #page-header-bg.fullscreen-header .span_6 h1,
        .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
					font-size: 30.8px;
					line-height: 42px;
				}
				.full-width-content .recent-post-container .inner-wrap h2 {
					font-size: 30.8px;
					line-height: 42px;
				}
				
				.wpb_wrapper h1.vc_custom_heading {
					font-size: 30.8px!important;
					line-height: 42px!important;
				}
				
			}
			@media only screen and (max-width: 690px) {
				body .row .col.section-title h1, 
        body h1, 
        html body .row .col.section-title.span_12 h1, 
        body.single.single-post .row .col.section-title.span_12 h1,
        #page-header-bg .span_6 h1,
        #page-header-bg.fullscreen-header .span_6 h1,
        .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap h2 {
					font-size: 30.8px;
					line-height: 42px;
				}
				
				.wpb_wrapper h1.vc_custom_heading {
					font-size: 30.8px!important;
					line-height: 42px!important;
				}

			}

	
	#page-header-bg h2, body h2, article.post .post-header h2, article.post.quote .post-content h2, 
		article.post.link .post-content h2, #call-to-action span, .woocommerce .full-width-tabs #reviews h3, 
		.row .col.section-title h2, .nectar_single_testimonial[data-style="bold"] p,
		.woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control,
		body #error-404 h2, .woocommerce-page .woocommerce p.cart-empty { font-family: Rubik; text-transform: none; font-size:40px; line-height:52px; font-weight:500;  }		
		.single-product div.product h1.product_title {
			font-size: 40px;
			line-height: 52px;
		}
		
		@media only screen and (max-width: 1300px) and (min-width: 1000px) {
		 	body h2, .single-product div.product h1.product_title {
		 		font-size: 34px;
				line-height: 44.2px;
			}
			.row .span_2 h2, .row .span_3 h2, .row .span_4 h2, .row .vc_col-sm-2 h2, .row .vc_col-sm-3 h2, .row .vc_col-sm-4 h2 { 
				font-size: 28px;
				line-height: 36.4px;
			}
			
		}

		@media only screen and (max-width: 999px) and (min-width: 690px) {
		.col h2, h2, .single-product div.product h1.product_title, .woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control,
    .nectar_single_testimonial[data-style="bold"] p {
				font-size: 32px;
				line-height: 41.6px;
			}
			.wpb_wrapper h2.vc_custom_heading {
				font-size: 32px!important;
				line-height: 41.6px!important;
			}
			
		}

		@media only screen and (max-width: 690px) {
		.col h2, h2, .single-product div.product h1.product_title, .woocommerce-account .woocommerce &gt; #customer_login .nectar-form-controls .control,
    .nectar_single_testimonial[data-style="bold"] p {
				font-size: 28px;
				line-height: 36.4px;
			}
			.wpb_wrapper h2.vc_custom_heading {
				font-size: 28px!important;
				line-height: 36.4px!important;
			}
		}
		
		
	body h3, .row .col h3, .toggle h3 a, .ascend #respond h3, .ascend h3#comments, 
	.woocommerce ul.products li.product.text_on_hover h3, .masonry.classic_enhanced .masonry-blog-item h3.title, 
	.woocommerce ul.products li.product.material h3, .woocommerce-page ul.products li.product.material h3, .portfolio-items[data-ps="8"] .col h3,
	.nectar-hor-list-item[data-font-family="h3"], .woocommerce ul.products li.product h2, .nectar-quick-view-box h1 { font-family: Rubik; text-transform: none; font-size:36px; line-height:46px; font-weight:500;  }	
	@media only screen and (min-width: 1000px) {
		.ascend .comments-section .comment-wrap.full-width-section &gt; h3#comments, .blog_next_prev_buttons[data-post-header-style="default_minimal"] .col h3 {
			font-size: 61.2px;
			line-height: 69.2px;
		}

		#ajax-content-wrap .masonry.classic_enhanced .masonry-blog-item.large_featured h3.title {
			font-size: 54px;
			line-height: 69px;
		}
	}

	@media only screen and (min-width: 1300px) and (max-width: 1500px){
		body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
			font-size: 30.6px;
			line-height: 39.1px;
		}
	}

	
	@media only screen and (max-width: 1300px) and (min-width: 1000px) {
		.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
			font-size: 30.6px;
			line-height: 39.1px;
		}
	}

	@media only screen and (max-width: 999px) and (min-width: 690px) {
		.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
			font-size: 28.8px;
			line-height: 36.8px;
		}
		.wpb_wrapper h3.vc_custom_heading {
			font-size: 28.8px!important;
			line-height: 36.8px!important;
		}
	}

	@media only screen and (max-width: 690px) {
		.row .span_2 h3, .row .span_3 h3, .row .span_4 h3, .row .vc_col-sm-2 h3, .row .vc_col-sm-3 h3, .row .vc_col-sm-4 h3, .row .col h3, body h3 {
			font-size: 25.2px;
			line-height: 32.2px;
		}
		.wpb_wrapper h3.vc_custom_heading {
			font-size: 25.2px!important;
			line-height: 32.2px!important;
		}
	}
  
  
  @media only screen and (min-width: 1300px) {
    .nectar-post-grid[data-columns="2"][data-masonry="yes"] &gt; div:nth-of-type(3n + 1) h3 {
      font-size: 50.4px;
    }
  }
  @media only screen and (max-width: 1300px) and (min-width: 1000px) {
    .nectar-post-grid[data-columns="2"][data-masonry="yes"] &gt; div:nth-of-type(3n + 1) h3 {
      font-size: 42.84px;
    }
  }
  @media only screen and (max-width: 999px) and (min-width: 690px) {
    .nectar-post-grid[data-columns="2"][data-masonry="yes"] &gt; div:nth-of-type(3n + 1) h3 {
      font-size: 40.32px;
    }
  } 


	body h4, .row .col h4, .portfolio-items .work-meta h4, .list-icon-holder[data-icon_type="numerical"] span, 
		.portfolio-items .col.span_3 .work-meta h4, #respond h3, .blog-recent.related-posts h3.title, h3#comments, 
		.portfolio-items[data-ps="6"] .work-meta h4, .nectar-hor-list-item[data-font-family="h4"], .toggles[data-style="minimal_small"] .toggle &gt; h3 a, 
		.woocommerce #reviews #reply-title, p.woocommerce.add_to_cart_inline &gt; span.woocommerce-Price-amount, 
		p.woocommerce.add_to_cart_inline ins &gt; span.woocommerce-Price-amount, #header-outer .total, #header-outer .total strong { font-family: Rubik; text-transform: none; font-size:32px; line-height:48px; font-weight:700;  }		
		@media only screen and (min-width: 690px) {
			.portfolio-items[data-ps="6"] .wide_tall .work-meta h4 {
				font-size: 54.4px!important;
				line-height: 62.4px!important;
			}

			.nectar-slide-in-cart .widget_shopping_cart .cart_list .mini_cart_item &gt; a:not(.remove) {
				font-family: Rubik!important;font-weight:700!important;			}

		}

		
		@media only screen and (max-width: 1300px) and (min-width: 1000px) {
			.row .col h4, body h4 {
				font-size: 32px;
				line-height: 48px;
			}
		}

		@media only screen and (max-width: 999px) and (min-width: 690px) {
			.row .col h4, body h4 {
				font-size: 28.8px;
				line-height: 43.2px;
			}
		}

		@media only screen and (max-width: 690px) {
			.row .col h4, body h4 {
				font-size: 22.4px;
				line-height: 33.6px;
			}
		}
		
		
	body h5, .row .col h5, .portfolio-items .work-item.style-3-alt p, .nectar-hor-list-item[data-font-family="h5"] { font-family: Rubik; text-transform: uppercase; font-size:28px; line-height:36.4px; font-weight:700;  }
		body .wpb_column &gt; .wpb_wrapper &gt; .morphing-outline .inner &gt; h5 {
			font-size: 38px;
		}
		
		
		@media only screen and (max-width: 1300px) and (min-width: 1000px) {
			.row .col h5, body h5 {
				font-size: 28px;
				line-height: 36px;
			}
		}

		@media only screen and (max-width: 999px) and (min-width: 690px) {
			.row .col h5, body h5 {
				font-size: 28px;
				line-height: 36px;
			}
		}

		@media only screen and (max-width: 690px) {
			.row .col h5, body h5 {
				font-size: 19.6px;
				line-height: 25.2px;
			}
		}
	
		
	body h6, .row .col h6, .nectar-hor-list-item[data-font-family="h6"] { font-family: Rubik; text-transform: none; font-size:24px; line-height:31px; font-weight:700;  }
		@media only screen and (max-width: 1300px) and (min-width: 1000px) {
			.row .col h6, body h6 {
				font-size: 24px;
				line-height: 31px;
			}
		}

		@media only screen and (max-width: 999px) and (min-width: 690px) {
			.row .col h6, body h6 {
				font-size: 24px;
				line-height: 31px;
			}
		}

		@media only screen and (max-width: 690px) {
			.row .col h6, body h6 {
				font-size: 16.8px;
				line-height: 21.7px;
			}
		}
	
		


			


  		
      	
		

		
	
		

		

		
	
			
	
		

		
			
		
	
		
	
		


		
	
		
	

		
	
	
	#footer-outer .widget h4, 
      #sidebar h4, 
      #call-to-action .container a, 
      .uppercase, 
      .nectar-post-grid-wrap .load-more,
      .nectar-button, 
      .nectar-button.medium, 
      .nectar-button.small,
      .nectar-view-indicator span,
      .nectar-3d-transparent-button, 
      .swiper-slide .button a, 
      .play_button_with_text span[data-font*="btn"],
      body .widget_calendar table th, 
      body #footer-outer #footer-widgets .col .widget_calendar table th, 
      body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; a, 
      .carousel-heading h2, body .gform_wrapper .top_label .gfield_label, 
      body .vc_pie_chart .wpb_pie_chart_heading, 
      #infscr-loading div, #page-header-bg .author-section a, 
      .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, 
      .ascend input[type="submit"], .ascend button[type="submit"], 
      .material input[type="submit"], 
      .material button[type="submit"], 
      body.material #page-header-bg.fullscreen-header .inner-wrap &gt;a, 
      #page-header-bg[data-post-hs="default_minimal"] .inner-wrap &gt; a,
      .widget h4, .text-on-hover-wrap .categories a, 
      .text_on_hover.product .add_to_cart_button, 
      .woocommerce-page .single_add_to_cart_button, 
      .woocommerce div[data-project-style="text_on_hover"] .cart .quantity input.qty, 
      .woocommerce-page #respond input#submit, 
      .meta_overlaid article.post .post-header h3, 
      .meta_overlaid article.post.quote .post-content h3, 
      .meta_overlaid article.post.link .post-content h3, 
      .meta_overlaid article .meta-author a, 
      .pricing-column.highlight h3 .highlight-reason,
      .blog-recent[data-style="minimal"] .col &gt; span, 
      body .masonry.classic_enhanced .posts-container article .meta-category a, 
      body .masonry.classic_enhanced .posts-container article.wide_tall .meta-category a, 
      .blog-recent[data-style*="classic_enhanced"] .meta-category a, 
      .nectar-recent-posts-slider .container .strong, 
      .single .heading-title[data-header-style="default_minimal"] .meta-category a, 
      .nectar-fancy-box .link-text, 
      .woocommerce-account .woocommerce-form-login button.button, 
      .woocommerce-account .woocommerce-form-register button.button,
      .post-area.standard-minimal article.post .post-meta .date a, 
      .post-area.standard-minimal article.post .more-link span, 
      .nectar-slide-in-cart .widget_shopping_cart .buttons a, 
      .material.product .product-wrap .product-add-to-cart a .price .amount, 
      .material.product .product-wrap .product-add-to-cart a span, 
      ul.products li.material.product span.onsale,
      body[data-button-style="rounded"] #pagination &gt; a, 
      html body #pagination &gt; span, 
      .woocommerce nav.woocommerce-pagination ul li a, 
      html body nav.woocommerce-pagination ul li a, 
      html body nav.woocommerce-pagination ul li span, 
      .woocommerce .material.product .product-wrap .product-add-to-cart a.added_to_cart,
      .woocommerce-page ul.products li.product.material .price, 
      .woocommerce-page ul.products li.product.material .price ins span, 
      body[data-form-submit="see-through-2"] input[type=submit], 
      body[data-form-submit="see-through-2"] button[type=submit], 
      body[data-form-submit="see-through"] input[type=submit], 
      body[data-form-submit="see-through"] button[type=submit], 
      body[data-form-submit="regular"] input[type=submit] body[data-form-submit="regular"] button[type=submit], 
      .nectar_team_member_overlay .team_member_details .title, 
      body:not([data-header-format="left-header"]) #top nav &gt; ul &gt; .megamenu &gt; ul &gt; li &gt; ul &gt; li.has-ul &gt; a, 
      .nectar_fullscreen_zoom_recent_projects .project-slide .project-info .normal-container &gt; a,
      .nectar-hor-list-item .nectar-list-item-btn, 
      .nectar-category-grid-item .content span.subtext, 
      body .woocommerce .nectar-woo-flickity[data-controls="arrows-and-text"] .nectar-woo-carousel-top, 
      .products li.product.minimal .product-add-to-cart a, 
      .woocommerce div.product form.cart .button, 
      .nectar-quick-view-box .nectar-full-product-link, 
      .woocommerce-page .nectar-quick-view-box button[type="submit"].single_add_to_cart_button, 
      #header-outer .widget_shopping_cart a.button,
      .woocommerce .classic .product-wrap .product-add-to-cart .add_to_cart_button, 
      .text_on_hover.product .nectar_quick_view, 
      .woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_variable, 
      .woocommerce.add_to_cart_inline a.button.add_to_cart_button, 
      .woocommerce .classic .product-wrap .product-add-to-cart .button.product_type_grouped, 
      .woocommerce-page .woocommerce p.return-to-shop a.wc-backward, 
      .yikes-easy-mc-form .yikes-easy-mc-submit-button,
      .nectar-cta .nectar-button-type,
      .nectar-post-grid-wrap .nectar-post-grid-filters h4 { font-family: Arial, sans-serif; text-transform: uppercase!important; font-size:14px; font-weight:700;  }			
		


	.awdr_free_product_text{
    display: inline-block;
    padding: 0px 10px;
    background-color: #3d9cd2;
    color: #fff;
    border-radius: 3px;
}
.variation-wdr_free_product{
    display: none !important;
}
.awdr_change_product{
    cursor: pointer;
}
.awdr_free_product_variants{
    padding: 5px;
}
.awdr-product-name{
    padding-left: 10px;
}
.awdr_change_product{
    display: flex;
}
.awdr-select-free-variant-product-toggle {
    color: gray;
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 1.02em;
    transition: 0.4s;
}

.awdr-select-free-variant-product-toggle-active, .awdr-select-free-variant-product-toggle:hover {
    color: #444;
}

.awdr-select-variant-product {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}
.awdr-select-free-variant-product-toggle:after {
    content: '\02795'; /* Unicode character for "plus" sign (+) */
    font-size: 12px;
    color: #777;
    margin-left: 10px;
}

.awdr-select-free-variant-product-toggle-active:after {
    content: "\2796";/* Unicode character for "minus" sign (-) */
}@font-face{font-display:swap;font-family:'FontAwesomePB';src:url("/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.eot");src:url("/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.eot?#iefix") format("embedded-opentype"),url("/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.woff2") format("woff2"),url("/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.woff2") format("woff"),url("/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.ttf") format("truetype"),url("/wp-content/plugins/woocommerce-product-bundles/assets/fonts/fa-pb-67.svg#fapbregular") format("svg");font-weight:normal;font-style:normal}.bundled_table_item .product-name,.bundled_table_item .product-price,.bundled_table_item:not(.order_item) .product-quantity,.bundled_table_item .product-subtotal,.bundled_table_item .product-total{font-size:.875em}.bundled_table_item .bundled_table_item_indent{padding-left:32px}.woocommerce .bundled_table_item td.product-name dl.variation,.woocommerce-page .bundled_table_item td.product-name dl.variation,.bundled_table_item td.product-name .wc-item-meta{font-size:100%}.bundled_table_item,.bundled_table_item td{border-top:none !important;border-bottom:none !important}.bundle_table_item,.bundle_table_item td{border-bottom:none !important}.bundled_table_item_price:before,.bundled_table_item_subtotal:before{font-family:'FontAwesomePB';font-size:1rem;display:inline-block;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg);content:"\e806";margin:0 12px 0 3px;opacity:.25}dt.bundled_title_meta,.bundled_notice{margin:12px 0 5px}a.edit_bundle_in_cart_text{color:#888;font-weight:normal;text-decoration:none}a.edit_bundle_in_cart_text:hover small{text-decoration:underline}
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}body.wc-block-product-gallery-modal-open{overflow:hidden}.wc-block-grid__products .wc-block-grid__product-image{display:block;position:relative;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image a{border:0;box-shadow:none;outline:0;text-decoration:none}.wc-block-grid__products .wc-block-grid__product-image img{height:auto;max-width:100%;width:auto}.wc-block-grid__products .wc-block-grid__product-image img[hidden]{display:none}.wc-block-grid__products .wc-block-grid__product-image img[alt=""]{border:1px solid #f2f2f2}.edit-post-visual-editor .editor-block-list__block .wc-block-grid__product-title,.editor-styles-wrapper .wc-block-grid__product-title,.wc-block-grid__product-title{color:inherit;display:block;font-family:inherit;font-size:inherit;font-weight:700;line-height:1.2;padding:0}.wc-block-grid__product-price{display:block}.wc-block-grid__product-price .wc-block-grid__product-price__regular{margin-right:.5em}.wc-block-grid__product-add-to-cart.wp-block-button{white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{display:inline-flex;font-size:1em;justify-content:center;margin-left:auto!important;margin-right:auto!important;text-align:center;white-space:normal;word-break:break-word}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading{opacity:.25}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.added:after{content:"î€—";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link.loading:after{animation:spin 2s linear infinite;content:"î€±";display:inline-block;font-family:WooCommerce;height:auto;margin-left:.5em;width:auto}.has-5-columns:not(.alignfull) .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-6-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-7-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-8-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after,.has-9-columns .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link:after{content:"";margin:0}.wc-block-grid__product-rating{display:block}.wc-block-grid__product-rating .star-rating,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars{font-family:WooCommerce;font-size:1em;font-weight:400;height:1.618em;line-height:1.618;margin:0 auto;overflow:hidden;position:relative;text-align:left;width:5.3em}.wc-block-grid__product-rating .star-rating:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars:before{content:"SSSSS";left:0;opacity:.5;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid__product-rating .star-rating span,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span{left:0;overflow:hidden;padding-top:1.5em;position:absolute;right:0;top:0}.wc-block-grid__product-rating .star-rating span:before,.wc-block-grid__product-rating .wc-block-grid__product-rating__stars span:before{color:inherit;content:"SSSSS";left:0;position:absolute;right:0;top:0;white-space:nowrap}.wc-block-grid .wc-block-grid__product-onsale,.wc-block-grid__product-image .wc-block-grid__product-onsale{background:#fff;border:1px solid #43454b;border-radius:4px;color:#43454b;display:inline-block;font-size:.875em;font-weight:600;left:auto;padding:.25em .75em;position:absolute;right:4px;text-align:center;text-transform:uppercase;top:4px;width:auto;z-index:9}.wc-block-grid__product .wc-block-grid__product-image,.wc-block-grid__product .wc-block-grid__product-link{display:inline-block;position:relative}.wc-block-grid__product .wc-block-grid__product-image:not(.wc-block-components-product-image),.wc-block-grid__product .wc-block-grid__product-title{margin:0 0 12px}.wc-block-grid__product .wc-block-grid__product-add-to-cart,.wc-block-grid__product .wc-block-grid__product-onsale,.wc-block-grid__product .wc-block-grid__product-price,.wc-block-grid__product .wc-block-grid__product-rating{margin:0 auto 12px}.theme-twentysixteen .wc-block-grid .price ins{color:#77a464}.theme-twentynineteen .wc-block-grid__product{font-size:.88889em}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-components-product-title,.theme-twentynineteen .wc-block-grid__product-onsale,.theme-twentynineteen .wc-block-grid__product-title{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.theme-twentynineteen .wc-block-grid__product-title:before{display:none}.theme-twentynineteen .wc-block-components-product-sale-badge,.theme-twentynineteen .wc-block-grid__product-onsale{line-height:1}.theme-twentynineteen .editor-styles-wrapper .wp-block-button .wp-block-button__link:not(.has-text-color){color:#fff}.theme-twentytwenty .wc-block-grid__product-link{color:#000}.theme-twentytwenty .wc-block-components-product-title,.theme-twentytwenty .wc-block-grid__product-title{color:#cd2653;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:1em}.theme-twentytwenty .wp-block-columns .wc-block-components-product-title{margin-top:0}.theme-twentytwenty .wc-block-components-product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-components-product-price__value,.theme-twentytwenty .wc-block-grid__product-price .woocommerce-Price-amount,.theme-twentytwenty .wc-block-grid__product-price__value{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-size:.9em}.theme-twentytwenty .wc-block-components-product-price del,.theme-twentytwenty .wc-block-grid__product-price del{opacity:.5}.theme-twentytwenty .wc-block-components-product-price ins,.theme-twentytwenty .wc-block-grid__product-price ins{text-decoration:none}.theme-twentytwenty .star-rating,.theme-twentytwenty .wc-block-grid__product-rating{font-size:.7em}.theme-twentytwenty .star-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .star-rating .wc-block-grid__product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-components-product-rating__stars,.theme-twentytwenty .wc-block-grid__product-rating .wc-block-grid__product-rating__stars{line-height:1}.theme-twentytwenty .wc-block-components-product-button&gt;.wp-block-button__link,.theme-twentytwenty .wc-block-grid__product-add-to-cart&gt;.wp-block-button__link{font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif}.theme-twentytwenty .wc-block-components-product-sale-badge,.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{background:#cd2653;color:#fff;font-family:-apple-system,blinkmacsystemfont,Helvetica Neue,helvetica,sans-serif;font-weight:700;letter-spacing:-.02em;line-height:1.2;text-transform:uppercase}.theme-twentytwenty .wc-block-grid__products .wc-block-components-product-sale-badge{position:static}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-image .wc-block-components-product-sale-badge{position:absolute}.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale:not(.wc-block-components-product-sale-badge){position:absolute;right:4px;top:4px;z-index:1}.theme-twentytwenty .wc-block-active-filters__title,.theme-twentytwenty .wc-block-attribute-filter__title,.theme-twentytwenty .wc-block-price-filter__title,.theme-twentytwenty .wc-block-stock-filter__title{font-size:1em}.theme-twentytwenty .wc-block-active-filters .wc-block-active-filters__clear-all,.theme-twentytwenty .wc-block-grid__product-add-to-cart.wp-block-button .wp-block-button__link{font-size:.75em}@media only screen and (min-width:768px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}@media only screen and (min-width:1168px){.theme-twentytwenty .wc-block-grid__products .wc-block-grid__product-onsale{font-size:.875em;padding:.5em}}.theme-twentytwentytwo .wc-block-grid__product-add-to-cart .added_to_cart{display:block;margin-top:12px}.theme-twentytwentytwo .wc-block-components-product-price ins,.theme-twentytwentytwo .wc-block-grid__product-price ins{text-decoration:none}.screen-reader-text{clip:rect(1px,1px,1px,1px);word-wrap:normal!important;border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;overflow-wrap:normal!important;padding:0;position:absolute!important;width:1px}.screen-reader-text:focus{clip:auto!important;background-color:#fff;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip-path:none;color:#2b2d2f;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}.wp-block-group.woocommerce.product .up-sells.upsells.products{max-width:var(--wp--style--global--wide-size)}
@keyframes spinner__animation{0%{animation-timing-function:cubic-bezier(.5856,.0703,.4143,.9297);transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes loading__animation{to{transform:translateX(100%)}}.wc-block-components-notice-banner{align-content:flex-start;align-items:stretch;background-color:#fff;border:1px solid;border-radius:4px;box-sizing:border-box;color:#2f2f2f;display:flex;font-size:.875em;font-weight:400;gap:12px;line-height:1.5;margin:16px 0;padding:16px!important}.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content{-ms-grid-row-align:center;align-self:center;flex-basis:100%;padding-right:16px;white-space:normal}.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content:last-child{padding-right:0}.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content .wc-block-components-notice-banner__summary{font-weight:600;margin:0 0 8px}.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content ol,.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content ul{margin:0 0 0 24px;padding:0}.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content ol li:after,.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content ul li:after{clear:both;content:"";display:block}.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content .wc-forward{-moz-appearance:none;appearance:none;background:transparent!important;border:0;color:#2f2f2f!important;float:right;margin:0;opacity:.6;padding:0!important;text-decoration-line:underline;text-underline-position:under}.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content .wc-forward:active,.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content .wc-forward:focus,.wc-block-components-notice-banner&gt;.wc-block-components-notice-banner__content .wc-forward:hover{opacity:1}.wc-block-components-notice-banner&gt;svg{fill:#fff;background-color:#2f2f2f;border-radius:50%;flex-grow:0;flex-shrink:0;height:100%;padding:2px}.wc-block-components-notice-banner&gt;.wc-block-components-button{background:transparent none!important;border:0!important;box-shadow:none!important;color:#2f2f2f!important;flex:0 0 16px;height:16px!important;margin:6px 0 0 auto!important;min-height:auto!important;min-width:0!important;opacity:.6;outline:none!important;padding:0!important;width:16px!important}.wc-block-components-notice-banner&gt;.wc-block-components-button&gt;svg{margin:0!important}.wc-block-components-notice-banner&gt;.wc-block-components-button:active,.wc-block-components-notice-banner&gt;.wc-block-components-button:focus,.wc-block-components-notice-banner&gt;.wc-block-components-button:hover{opacity:1}.wc-block-components-notice-banner.is-error{background-color:#fff0f0;border-color:#cc1818}.wc-block-components-notice-banner.is-error&gt;svg{background-color:#cc1818;transform:rotate(180deg)}.wc-block-components-notice-banner.is-warning{background-color:#fffbf4;border-color:#f0b849}.wc-block-components-notice-banner.is-warning&gt;svg{background-color:#f0b849;transform:rotate(180deg)}.wc-block-components-notice-banner.is-success{background-color:#f4fff7;border-color:#4ab866}.wc-block-components-notice-banner.is-success&gt;svg{background-color:#4ab866}.wc-block-components-notice-banner.is-info{background-color:#f4f8ff;border-color:#007cba}.wc-block-components-notice-banner.is-info&gt;svg{background-color:#007cba}.woocommerce.wc-block-store-notices.alignwide{max-width:var(--wp--style--global--wide-size)}
.tooltipster-fall,.tooltipster-grow.tooltipster-show{-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-base{display:flex;pointer-events:none;position:absolute}.tooltipster-box{flex:1 1 auto}.tooltipster-content{box-sizing:border-box;max-height:100%;max-width:100%;overflow:auto}.tooltipster-ruler{bottom:0;left:0;overflow:hidden;position:fixed;right:0;top:0;visibility:hidden}.tooltipster-fade{opacity:0;-webkit-transition-property:opacity;-moz-transition-property:opacity;-o-transition-property:opacity;-ms-transition-property:opacity;transition-property:opacity}.tooltipster-fade.tooltipster-show{opacity:1}.tooltipster-grow{-webkit-transform:scale(0,0);-moz-transform:scale(0,0);-o-transform:scale(0,0);-ms-transform:scale(0,0);transform:scale(0,0);-webkit-transition-property:-webkit-transform;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform;-webkit-backface-visibility:hidden}.tooltipster-grow.tooltipster-show{-webkit-transform:scale(1,1);-moz-transform:scale(1,1);-o-transform:scale(1,1);-ms-transform:scale(1,1);transform:scale(1,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-swing{opacity:0;-webkit-transform:rotateZ(4deg);-moz-transform:rotateZ(4deg);-o-transform:rotateZ(4deg);-ms-transform:rotateZ(4deg);transform:rotateZ(4deg);-webkit-transition-property:-webkit-transform,opacity;-moz-transition-property:-moz-transform;-o-transition-property:-o-transform;-ms-transition-property:-ms-transform;transition-property:transform}.tooltipster-swing.tooltipster-show{opacity:1;-webkit-transform:rotateZ(0);-moz-transform:rotateZ(0);-o-transform:rotateZ(0);-ms-transform:rotateZ(0);transform:rotateZ(0);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,1);-webkit-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-moz-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-ms-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);-o-transition-timing-function:cubic-bezier(.23,.635,.495,2.4);transition-timing-function:cubic-bezier(.23,.635,.495,2.4)}.tooltipster-fall{-webkit-transition-property:top;-moz-transition-property:top;-o-transition-property:top;-ms-transition-property:top;transition-property:top;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-fall.tooltipster-initial{top:0!important}.tooltipster-fall.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;top:0!important;opacity:0}.tooltipster-slide{-webkit-transition-property:left;-moz-transition-property:left;-o-transition-property:left;-ms-transition-property:left;transition-property:left;-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1);-webkit-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-moz-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-ms-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);-o-transition-timing-function:cubic-bezier(.175,.885,.32,1.15);transition-timing-function:cubic-bezier(.175,.885,.32,1.15)}.tooltipster-slide.tooltipster-initial{left:-40px!important}.tooltipster-slide.tooltipster-dying{-webkit-transition-property:all;-moz-transition-property:all;-o-transition-property:all;-ms-transition-property:all;transition-property:all;left:0!important;opacity:0}@keyframes tooltipster-fading{0%{opacity:0}100%{opacity:1}}.tooltipster-update-fade{animation:tooltipster-fading .4s}@keyframes tooltipster-rotating{25%{transform:rotate(-2deg)}75%{transform:rotate(2deg)}100%{transform:rotate(0)}}.tooltipster-update-rotate{animation:tooltipster-rotating .6s}@keyframes tooltipster-scaling{50%{transform:scale(1.1)}100%{transform:scale(1)}}.tooltipster-update-scale{animation:tooltipster-scaling .6s}.tooltipster-sidetip .tooltipster-box{background:#565656;border:2px solid #000;border-radius:4px}.tooltipster-sidetip.tooltipster-bottom .tooltipster-box{margin-top:8px}.tooltipster-sidetip.tooltipster-left .tooltipster-box{margin-right:8px}.tooltipster-sidetip.tooltipster-right .tooltipster-box{margin-left:8px}.tooltipster-sidetip.tooltipster-top .tooltipster-box{margin-bottom:8px}.tooltipster-sidetip .tooltipster-content{color:#fff;line-height:18px;padding:6px 14px}.tooltipster-sidetip .tooltipster-arrow{overflow:hidden;position:absolute}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow{height:10px;margin-left:-10px;top:0;width:20px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow{height:20px;margin-top:-10px;right:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow{height:20px;margin-top:-10px;left:0;top:0;width:10px}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow{bottom:0;height:10px;margin-left:-10px;width:20px}.tooltipster-sidetip .tooltipster-arrow-background,.tooltipster-sidetip .tooltipster-arrow-border{height:0;position:absolute;width:0}.tooltipster-sidetip .tooltipster-arrow-background{border:10px solid transparent}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#565656;left:0;top:3px}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background{border-left-color:#565656;left:-3px;top:0}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background{border-right-color:#565656;left:3px;top:0}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background{border-top-color:#565656;left:0;top:-3px}.tooltipster-sidetip .tooltipster-arrow-border{border:10px solid transparent;left:0;top:0}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border{border-bottom-color:#000}.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border{border-left-color:#000}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border{border-right-color:#000}.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border{border-top-color:#000}.tooltipster-sidetip .tooltipster-arrow-uncropped{position:relative}.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped{top:-10px}.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped{left:-10px}.tooltipster-sidetip.tooltipster-noir .tooltipster-box{border-radius:0;border:3px solid #000;background:#fff}.tooltipster-sidetip.tooltipster-noir .tooltipster-content{color:#000}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow{height:11px;margin-left:-11px;width:22px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow,.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow{height:22px;margin-left:0;margin-top:-11px;width:11px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-background{border:11px solid transparent}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-background{border-bottom-color:#fff;top:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-left .tooltipster-arrow-background{border-left-color:#fff;left:-4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-background{border-right-color:#fff;left:4px}.tooltipster-sidetip.tooltipster-noir.tooltipster-top .tooltipster-arrow-background{border-top-color:#fff;top:-4px}.tooltipster-sidetip.tooltipster-noir .tooltipster-arrow-border{border-width:11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-bottom .tooltipster-arrow-uncropped{top:-11px}.tooltipster-sidetip.tooltipster-noir.tooltipster-right .tooltipster-arrow-uncropped{left:-11px}</pre></body></html>