/*
Theme Name:  Salient
Description: Off canvas menu set to "Fullscreen Split" in theme options
*/

#slide-out-widget-area.fullscreen-split {
    position:fixed;
     width:100%;
     height:100%;
     right:auto;
     left:0;
     top:0;
     z-index:9997;
     background-color:transparent!important;
     display:none;
     overflow-y:scroll;
     overflow-x:hidden;
     padding-right:20px;
     box-sizing:content-box;
     -webkit-box-sizing:content-box;
     display: -webkit-flex;
     display: flex;
}

.admin-bar #slide-out-widget-area.fullscreen-split {
  height: calc(100% - 32px);
}

#slide-out-widget-area.fullscreen-split .slide_out_area_close {
  display: none!important;
}

 #slide-out-widget-area.fullscreen-split .inner {
   display: -webkit-flex;
   display: flex;
   top: 0;
}

#slide-out-widget-area.fullscreen-split .inner > .container {
 padding-top: 30px;
 padding-bottom: 30px
}

[data-permanent-transparent="1"] #slide-out-widget-area.fullscreen-split .inner > .container { 
  padding-top: 0;
}

#slide-out-widget-area.fullscreen-split .inner-wrap {
    height:100%;
    width: 100%;
    margin-right:-20px;
    display: -webkit-flex;
    display: flex;
}

#slide-out-widget-area.fullscreen-split .inner > .container {
  display: -webkit-flex;
  display: flex;
  margin: auto;
  position: relative;
  width: 100%;
  left: 10px;
}

#slide-out-widget-area.fullscreen-split .left-side {
  display: -webkit-flex;
  display: flex;
  width: 50%;
  align-items: flex-start;
  flex-flow: column;
}

#slide-out-widget-area.fullscreen-split .right-side {
  display: -webkit-flex;
  display: flex;
  width: 50%;
  align-items: flex-end;
  justify-content: center;
  flex-wrap: wrap;
}

#slide-out-widget-area.fullscreen-split .right-side-inner {
  align-self: flex-end;
}

#slide-out-widget-area.fullscreen-split .right-side-inner > *:not(:first-child) {
  margin-top: 35px;
}

#slide-out-widget-area.fullscreen-split .right-side p {
  padding-bottom: 0;
}


#slide-out-widget-area-bg.hidden,
#slide-out-widget-area.hidden {
  z-index: -999;
  pointer-events: none;
  visibility: hidden;
}

#slide-out-widget-area-bg{ 
  -webkit-transition: opacity 0.55s ease;
  transition: opacity 0.55s ease;
  opacity: 0; 
}

#slide-out-widget-area.fullscreen-split .right-side { 
  -webkit-transition: opacity 0.25s ease, transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
  transition: opacity 0.25s ease, transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
  -webkit-transform: translateY(35px);
  transform: translateY(35px);
  opacity: 0; 
}

#slide-out-widget-area.fullscreen-split.open .right-side {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.5s ease 0.3s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.3s;
  transition: opacity 0.5s ease 0.3s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.3s;
}

#slide-out-widget-area .off-canvas-menu-container > ul > li { 
  -webkit-transition: opacity 0.25s cubic-bezier(.2,.75,.5,1), transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
  transition: opacity 0.25s cubic-bezier(.2,.75,.5,1), transform 0.01s cubic-bezier(.2,.75,.5,1) 0.45s;
  -webkit-transform: translateY(40px);
  transform: translateY(40px);
  opacity: 0;
  display: block;
}

#slide-out-widget-area.open .off-canvas-menu-container > ul > li { 
  -webkit-transition: opacity 0.5s ease 0.38s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.2s;
  transition: opacity 0.5s ease 0.38s, transform 0.85s cubic-bezier(.2,.75,.5,1) 0.2s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(1) {transition-delay: 0.16s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(2) {transition-delay: 0.18s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(3) {transition-delay: 0.2s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(4) {transition-delay: 0.22s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(5) {transition-delay: 0.24s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(6) {transition-delay: 0.26s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(7) {transition-delay: 0.28s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(8) {transition-delay: 0.3s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(9) {transition-delay: 0.32s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(10) {transition-delay: 0.34s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(11) {transition-delay: 0.36s; }
#slide-out-widget-area.open .off-canvas-menu-container li:nth-child(12) {transition-delay: 0.38s; }

#slide-out-widget-area-bg.open {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

#slide-out-widget-area-bg.open.solid { opacity: 1; }
#slide-out-widget-area-bg.open.dark { opacity: 0.95; }
#slide-out-widget-area-bg.open.medium { opacity: 0.6; }
#slide-out-widget-area-bg.open.light { opacity: 0.4; }

#slide-out-widget-area-bg {
  width: 100%;
  height: 100%;
}


#slide-out-widget-area.fullscreen-split .inner .off-canvas-menu-container li a {
  -webkit-transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  transition: color 0.37s cubic-bezier(0.52, 0.01, 0.16, 1);
  display: inline-block;
}

#slide-out-widget-area.fullscreen-split .inner .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;
}

#slide-out-widget-area[data-dropdown-func].fullscreen-split .inner .off-canvas-menu-container li li a {
  font-size: 18px;
  line-height: 24px;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container li ul {
  margin-left: 10px;
}


#slide-out-widget-area .off-canvas-menu-container > ul > li > .ocm-dropdown-arrow i {
  font-size: 24px;
}

#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li > ul > li:first-child {
  margin-top: 14px;
}
#slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li {
  margin-bottom: 14px;
}

#slide-out-widget-area.fullscreen-split[data-dropdown-func="separate-dropdown-parent-link"] .inner .off-canvas-menu-container .menu-item-has-children > a {
  margin-right: 35px;
}

#slide-out-widget-area.fullscreen-split .widget h4 {
  margin-bottom: 15px;
}

#slide-out-widget-area.fullscreen-split .inner .widget.widget_nav_menu li a,
#slide-out-widget-area.fullscreen-split .widget_recent_comments ul li {
  padding: 0;
}
#slide-out-widget-area.fullscreen-split .widget_recent_comments ul li {
  margin-bottom: 10px;
  background-color: transparent;
}

@media only screen and (max-width: 690px) {
  
  #slide-out-widget-area.fullscreen-split .left-side,
  #slide-out-widget-area.fullscreen-split .right-side {
    width: 100%;
    display: block;
  }
  
  #slide-out-widget-area.fullscreen-split .right-side {
    padding-top: 10px;
  }
  
  #slide-out-widget-area.fullscreen-split .off-canvas-menu-container > ul > li {
    margin-bottom: 8px;
  }
  
  #slide-out-widget-area.fullscreen-split .right-side-inner > * {
    margin-top: 35px;
  }
  
  #slide-out-widget-area.fullscreen-split .inner > .container {
    display: block;
  }

}

@media only screen and (min-width: 1000px) {
  body[data-user-set-ocm="off"] #slide-out-widget-area,
  body[data-user-set-ocm="off"] #slide-out-widget-area-bg {
    display: none;
  }
}/*
Theme Name:  Salient
Description: Styles for the "Fancy Box" page builder element.
*/

.nectar-fancy-box{
    overflow:hidden;
     position:relative;
     padding:13%
}

 .full-width-content >.span_12 >.vc_col-sm-12 >.wpb_wrapper >.nectar-fancy-box, 
 .full-width-content .vc_col-sm-12 .vc_col-sm-12 >.wpb_wrapper >.nectar-fancy-box{
    padding:5%
}

 .full-width-content >.span_12 >.vc_col-sm-12 >.wpb_wrapper >.nectar-fancy-box .inner, 
 .full-width-content .vc_col-sm-12 .vc_col-sm-12 >.wpb_wrapper >.nectar-fancy-box .inner{
    padding-bottom:8%
}

 .nectar-fancy-box:after{
    display:block;
     position:absolute;
     content:' ';
     width:100%;
     height:6px;
     left:0;
     bottom:0;
     background:#fff;
     z-index:5;
     transform:scaleX(0) translateZ(0);
     -webkit-transform:scaleX(0) translateZ(0);
     transform-origin:0 0;
     -webkit-transform-origin:0 0;
     -webkit-transition:0.45s cubic-bezier(0.24,1,0.30,1);
     transition:0.45s cubic-bezier(0.24,1,0.30,1)
}

 .nectar-fancy-box:hover:after{
    -webkit-transform:scaleX(1) translateZ(0);
     transform:scaleX(1) translateZ(0)
}

 .nectar-fancy-box[data-style="default"] .inner *, 
 .nectar-fancy-box[data-style="parallax_hover"] .inner *,
 .nectar-fancy-box[data-style="hover_desc"] .inner * {
    color:#fff
}
 .vc_row.full-width-content .nectar-fancy-box[data-style="parallax_hover"] {
     margin-bottom: 0;
}
 .nectar-fancy-box .inner{
    position:relative;
     text-align:left;
     color:#fff;
     z-index:10;
     padding-bottom:15%
}
 .nectar-fancy-box .box-link{
    position:absolute;
     z-index:100;
     top:0;
     left:0;
     height:100%;
     width:100%;
     display:block
}
 .nectar-fancy-box .box-bg{
    position:absolute;
     top:0;
     left:0;
     height:100.2%;
     width:100.2%;
     background-size:cover;
     z-index:1;
     background-position:center;
     backface-visibility:hidden;
     -webkit-backface-visibility:hidden;
     transition:all .6s cubic-bezier(0.24,1,0.30,1);
     -webkit-transition:all .6s cubic-bezier(0.24,1,0.30,1)
}
 .nectar-fancy-box .box-bg:after{
    position:absolute;
     top:0;
     left:0;
     height:100%;
     width:100%;
     content:' ';
     background-color:rgba(51,51,51,0.5);
     transition:all .6s cubic-bezier(0.24,1,0.30,1);
     -webkit-transition:all .6s cubic-bezier(0.24,1,0.30,1)
}
 .nectar-fancy-box:hover .box-bg:after{
    background-color:rgba(51,51,51,0.2)
}
 .nectar-fancy-box:hover .box-bg{
    transform:scale(1.13);
     -webkit-transform:scale(1.13)
}

.nectar-fancy-box .box-bg[data-nectar-img-src] {
  opacity: 0;
}
.nectar-fancy-box .box-bg {
  -webkit-transition: transform .6s cubic-bezier(0.24,1,0.30,1), opacity 0.55s ease 0.25s;
  transition: transform .6s cubic-bezier(0.24,1,0.30,1), opacity 0.55s ease 0.25s;
  opacity: 1;
}

body .nectar-fancy-box .link-text{
   font-size:12px;
 }
 .nectar-fancy-box .link-text{
     font-family:'Open Sans';
     line-height:14px;
     font-weight:700;
     letter-spacing:2px;
     text-transform:uppercase;
     position:relative;
     z-index:5;
     color:#fff;
     text-align:left
}
body .nectar-fancy-box .link-text .arrow,
body .nectar-fancy-box[data-style="parallax_hover"] .inner > .arrow {
  font-family:FontAwesome;
}
 .nectar-fancy-box .link-text .arrow,
 .nectar-fancy-box[data-style="parallax_hover"] .inner > .arrow {
     line-height:26px;
     font-size:14px;
     opacity:1;
     position:relative;
     display:inline-block;
     margin-left:16px;
     top:2px;
     transition:all 0.35s cubic-bezier(0.12,0.75,0.4,1);
     -webkit-transition:all 0.35s cubic-bezier(0.12,0.75,0.4,1);
     overflow:visible;
     height:26px;
     width:26px;
     border-radius:100px;
     text-align:center;
     border:2px solid rgba(255,255,255,0.4)
}
 .nectar-fancy-box .link-text .arrow:before, 
 .nectar-fancy-box[data-style="parallax_hover"] .inner > .arrow:before {
     content:"\f105";
     color:#fff;
     top:-2px;
     right:-1px;
     display:block;
     transition:all 0.35s cubic-bezier(0.12,0.75,0.4,1);
     -webkit-transition:all 0.35s cubic-bezier(0.12,0.75,0.4,1);
     position:relative
}
 .nectar-fancy-box .link-text .arrow:after, 
 .nectar-fancy-box[data-style="parallax_hover"] .inner > .arrow:after{
    display:block;
     content:' ';
     position:absolute;
     width:26px;
     height:1px;
     background-color:#fff;
     opacity:0;
     left:-6px;
     cursor:pointer;
     transition:all 0.35s cubic-bezier(0.12,0.75,0.4,1);
     -webkit-transition:all 0.35s cubic-bezier(0.12,0.75,0.4,1);
     pointer-events:none;
     top:11px;
     transform:translateX(-27px);
     -webkit-transform:translateX(-27px)
}
 .nectar-fancy-box:hover .link-text .arrow{
    border-color:transparent
}
 .nectar-fancy-box:hover .link-text .arrow:after, 
 .nectar-fancy-box[data-style="parallax_hover"]:hover .inner > .arrow:after {
     opacity:1;
     transform:translateX(2px);
     -webkit-transform:translateX(2px)
}
 .nectar-fancy-box:hover .link-text .arrow:before, 
 .nectar-fancy-box[data-style="parallax_hover"]:hover .inner > .arrow:before {
     transform:translateX(9px);
     -webkit-transform:translateX(9px)
}
 .nectar-fancy-box .inner-wrap > i, 
 .nectar-fancy-box .inner > i,
 .nectar-fancy-box .heading-wrap > i {
     height: auto!important;
     width: auto!important;
     display: block;
     text-align: left;
     margin-bottom: 20px;
}

 .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap > i {
   margin-bottom: 25px;
 }

 .nectar-fancy-box[data-style="default"] .im-icon-wrap path {
     fill: #fff;
}
 .nectar-fancy-box[data-style="color_box_hover"][data-border="true"] .box-inner-wrap {
     border: 1px solid rgba(0,0,0,0.1);
     transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}
.span_12.light .nectar-fancy-box[data-style="color_box_hover"][data-border="true"] .box-inner-wrap {
    border-color: rgba(255,255,255,0.14);
}
 .nectar-fancy-box[data-style="color_box_hover"][data-border="true"]:hover .box-inner-wrap {
     border: 1px solid rgba(0,0,0,0);
}
 .nectar-fancy-box[data-style="color_box_hover"] .inner {
     display: -webkit-flex;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"] .inner-wrap {
     position: relative;
}
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"] .inner i.hover-only {
     position: absolute;
     opacity: 0;
     top: -2px;
     left: 0;
     z-index: 1;
     transition: opacity 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"][data-alignment="right"] .inner i.hover-only {
     right: 0;
     left: auto;
}
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"][data-alignment="center"] .inner i.hover-only {
     left: 50%;
     transform: translateX(-50%);
}
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"]:hover .inner i.hover-only {
     opacity: 1;
}
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"].inner i:not(.hover-only) {
     transition: opacity 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"]:hover .inner i:not(.hover-only) {
     opacity: 0;
}
 .nectar-fancy-box[data-style="color_box_hover"] .inner i {
     text-align: center;
}
 .nectar-fancy-box[data-style="color_box_hover"] .inner p {
     opacity: 0.75;
}
.vc_col-sm-3 .nectar-fancy-box[data-style="color_box_hover"] .inner p,
.vc_col-sm-4 .nectar-fancy-box[data-style="color_box_hover"] .inner p,
.nectar-flickity[data-desktop-columns="4"] .nectar-fancy-box[data-style="color_box_hover"] .inner p,
.nectar-flickity[data-desktop-columns="3"] .nectar-fancy-box[data-style="color_box_hover"] .inner p {
  line-height: 1.7em;
}
 .nectar-fancy-box[data-style="color_box_hover"] .inner {
     padding-bottom: 0;
     text-align: center;
     vertical-align: middle;
}
 .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap {
     text-align: center;
     vertical-align: middle;
}
 .span_12.light .nectar-fancy-box[data-style="color_box_hover"] .inner p {
     opacity: 0.65;
}
 .span_12.light .nectar-fancy-box[data-style="color_box_hover"]:hover .inner p {
     opacity: 0.8;
}
 .span_12.light .nectar-fancy-box[data-style="color_box_hover"]:hover:before {
     display: none 
}
 .nectar-fancy-box[data-style="color_box_hover"][data-alignment="left"] .inner, 
 .nectar-fancy-box[data-style="color_box_hover"][data-alignment="left"] .inner-wrap, 
 .nectar-fancy-box[data-style="color_box_hover"][data-alignment="left"] .inner i {
     text-align: left;
}
 .nectar-fancy-box[data-style="color_box_hover"][data-alignment="right"] .inner, 
 .nectar-fancy-box[data-style="color_box_hover"][data-alignment="right"] .inner-wrap, 
 .nectar-fancy-box[data-style="color_box_hover"][data-alignment="right"] .inner i,
 .nectar-fancy-box[data-style="hover_desc"][data-alignment="right"] .inner, 
 .nectar-fancy-box[data-style="hover_desc"][data-alignment="right"] .inner-wrap, 
 .nectar-fancy-box[data-style="hover_desc"][data-alignment="right"] .inner i {
     text-align: right;
}

.nectar-fancy-box[data-style="hover_desc"][data-alignment="center"] .inner, 
.nectar-fancy-box[data-style="hover_desc"][data-alignment="center"] .inner-wrap, 
.nectar-fancy-box[data-style="hover_desc"][data-alignment="center"] .inner i {
  text-align: center;
}

 .nectar-fancy-box[data-style="color_box_hover"]:before {
     display: block;
     position:absolute;
     left: 1%;
     top: 1%;
     height: 98%;
     width: 98%;
     opacity: 0;
     content: '';
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover:before {
   opacity: 0.33;
 }
 .nectar-fancy-box[data-style="color_box_hover"]:hover .box-bg {
     transform: scale(1.08);
     -webkit-transform: scale(1.08);
}
 .nectar-fancy-box[data-style="color_box_hover"] {
     overflow: visible;
     padding: 0;
}
 .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap {
     padding: 10% 15%;
     position: relative;
     overflow: hidden;
}

 .nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap *, 
 .nectar-fancy-box[data-style="color_box_hover"] .box-bg, 
 .nectar-fancy-box[data-style="color_box_hover"] .box-bg:after {
     transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}
.nectar-fancy-box[data-style="color_box_hover"]:before {
  transition: opacity 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap .nectar-cta .link_wrap .link_text:after {
     border-color: rgba(255,255,255,0.4);
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap .nectar-cta[data-style="see-through"] .link_wrap .arrow:after {
     border-color: #fff;
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap .nectar-cta .arrow, 
 .nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap .nectar-cta .link_wrap .arrow:before {
     color: #fff;
}
 .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap *, 
 .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap {
     color: #444;
}
 .span_12.light .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap *, 
 .span_12.light .nectar-fancy-box[data-style="color_box_hover"] .inner-wrap {
     color: #fff;
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap *,
 .nectar-fancy-box[data-style="color_box_hover"]:hover .inner-wrap,
 .nectar-fancy-box[data-style="color_box_hover"][data-color*="gradient"] .inner i.hover-only,
 .nectar-fancy-box[data-style="parallax_hover"] [class^="icon-"].icon-default-style,
 .nectar-fancy-box[data-style="default"] .inner > i[data-color*="color"] {
     color: #fff!important;
}
 .nectar-fancy-box[data-style="color_box_hover"] .box-bg, 
 .nectar-fancy-box[data-style="color_box_hover"]:after {
     opacity: 0 
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover .box-bg {
     opacity: 1;
}
 .nectar-fancy-box[data-style="color_box_hover"].using-img .box-bg:after {
     opacity: 0.85;
}
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.9"] .box-bg:after { opacity: 0.9; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.8"] .box-bg:after { opacity: 0.8; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.7"] .box-bg:after { opacity: 0.7; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.6"] .box-bg:after { opacity: 0.6; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.5"] .box-bg:after { opacity: 0.5; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.4"] .box-bg:after { opacity: 0.4; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.3"] .box-bg:after { opacity: 0.3; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.2"] .box-bg:after { opacity: 0.2; }
.nectar-fancy-box[data-style="color_box_hover"][data-hover-o="0.1"] .box-bg:after { opacity: 0.1; }

 .nectar-fancy-box[data-style="color_box_hover"]:after, 
 .nectar-fancy-box[data-style="parallax_hover"]:after,
 .nectar-fancy-box[data-style="color_box_basic"]:after,
 .nectar-fancy-box[data-style="hover_desc"]:after {
     display: none;
}
 .nectar-fancy-box[data-style="color_box_hover"]:before {
     box-shadow: 0px 30px 90px #000;
}
 .nectar-fancy-box[data-style="parallax_hover"] p {
     opacity: 0.8;
}
 .nectar-fancy-box[data-style="parallax_hover"] i, 
 .nectar-fancy-box[data-style="parallax_hover"] .im-icon-wrap {
     opacity: 0.5;
     transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}
 .nectar-fancy-box[data-style="parallax_hover"]:hover i, 
 .nectar-fancy-box[data-style="parallax_hover"]:hover .im-icon-wrap {
     opacity: 1;
}
 .nectar-fancy-box[data-style="color_box_hover"] .im-icon-wrap {
     margin-bottom: 20px;
     display: block;
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover .im-icon-wrap path {
     transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}
 .nectar-fancy-box[data-style="color_box_hover"]:hover .im-icon-wrap path {
     fill: #fff;
}

.nectar-fancy-box[data-style="hover_desc"] {
  display: flex;
  flex-wrap: wrap;
  padding: 11%;
  transition: transform .65s cubic-bezier(.05,0.2,.1,1), box-shadow .65s cubic-bezier(.05,0.2,.1,1);
}
.nectar-fancy-box[data-style="hover_desc"] .box-bg {
  transition: transform 1s ease, opacity 0.5s ease 0.25s;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.nectar-fancy-box[data-style="hover_desc"][data-bg-animation="short_zoom"].hovered .box-bg {
  transform: scale(1.13);
  -webkit-transform: scale(1.13);
  transition: transform .6s cubic-bezier(0.24,1,0.30,1), opacity 0.55s ease 0.25s;
}
.nectar-fancy-box[data-style="hover_desc"][data-bg-animation="long_zoom"].hovered .box-bg {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transition: transform 9s cubic-bezier(0.1,0.2,.7,1);
}
.nectar-fancy-box[data-style="hover_desc"] .box-bg:after { 
  display: none;
}
.nectar-fancy-box[data-style="hover_desc"] .wrap-icon {
  width: 100%;
  position: relative;
  z-index: 100;
  align-self: flex-start;
}

.nectar-fancy-box[data-style="hover_desc"] .wrap-icon i:before {
  color: #fff;
}
.nectar-fancy-box[data-style="hover_desc"] .box-bg:before,
.nectar-fancy-box[data-style="hover_desc"]:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85%;
  display: block;
  z-index: 10;
  content: '';
  background: linear-gradient(to bottom,rgba(15,15,15,0),rgba(15,15,15,.75) 100%);
  transition: opacity .65s cubic-bezier(.05,0.2,.1,1);
}

.nectar-fancy-box[data-style="hover_desc"].hovered .box-bg:before,
.nectar-fancy-box[data-style="hover_desc"]:before { 
  opacity: 0; 
}
.nectar-fancy-box[data-style="hover_desc"].hovered:before {
  opacity: 1; 
}

.nectar-fancy-box[data-style="hover_desc"] .inner {
  padding: 0;
  width: 100%;
  align-self: flex-end;
}
.nectar-fancy-box[data-style="hover_desc"].hovered {
  transform: translateY(-10px);
  box-shadow: 0 25px 55px rgba(0,0,0,0.22);
}
.nectar-fancy-box[data-style="hover_desc"] > .inner > .heading-wrap {
  transition: opacity .65s cubic-bezier(.05,0.2,.1,1), transform .65s cubic-bezier(.05,0.2,.1,1);
}
.nectar-fancy-box[data-style="hover_desc"] .hover-content {
  line-height: 1.5em;
  max-width: 80%;
  transition: opacity .18s cubic-bezier(.05,0.2,.1,1), transform .18s cubic-bezier(.05,0.2,.1,1);
}
.nectar-fancy-box[data-style="hover_desc"][data-alignment="center"] .hover-content {
  text-align: center;
  width: 100%;
  max-width: 100%;
  padding: 0 10%;
}

@media only screen and (max-width: 1300px) {
  .vc_col-sm-3 .nectar-fancy-box[data-style="hover_desc"] .hover-content {
    max-width: 100%;
  }
}
.nectar-fancy-box[data-style="hover_desc"] .heading-wrap > *:last-child {
  margin-bottom: 0;
}

.nectar-fancy-box[data-style="hover_desc"] .hover-content {
  opacity: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-top: 10px;
  transform: translateY(20px);
}
.nectar-fancy-box[data-style="hover_desc"].hovered .hover-content {
  opacity: 1;
  transform: translateY(0%);
  transition: opacity .65s cubic-bezier(.05,0.2,.1,1) 0.15s, transform .65s cubic-bezier(.05,0.2,.1,1) 0.15s;
}

 .nectar-fancy-box[data-style="parallax_hover"] {
     padding:0;
}
 html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-wrap {
     transform: translateZ(0px);
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg {
     -webkit-tap-highlight-color: rgba(0,0,0,0);
     outline: 1px solid transparent;
     transition: transform 0.23s ease-out;
     -webkit-transition: transform 0.23s ease-out;
     position: relative;
     z-index: 10;
}
 .nectar-fancy-box[data-style="parallax_hover"] [class^="icon-"].icon-default-style {
     margin-bottom: 25px;
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container {
     position: relative;
     width: 100.2%;
     height: 100%;
     outline: 1px solid transparent;
     will-change: transform;
     transform-style: preserve-3d;
     -webkit-transform-style: preserve-3d;
}
 .nectar-fancy-box[data-style="parallax_hover"] img {
     width: 100%!important;
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-layers {
     position: relative;
     width: 100%;
     height: 100%;
     z-index: 2;
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
     transform-style: preserve-3d;
     -webkit-transform-style: preserve-3d;
     outline: 1px solid transparent;
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-rendered-layer, 
 .nectar-fancy-box[data-style="parallax_hover"] .bg-img:after {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-repeat: no-repeat;
     background-position: center;
     background-color: transparent;
     background-size: cover;
     outline: 1px solid transparent;
     overflow: hidden;
}
 .nectar-fancy-box[data-style="parallax_hover"] .bg-img:after {
     display: block;
     content: '';
     background-color: rgba(40,40,40,1);
     transition: all 0.45s cubic-bezier(0.25, 1, 0.2, 1);
}

 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-rendered-layer:last-child {
     position: relative;
}
 .nectar-fancy-box[data-style="parallax_hover"]:hover .parallaxImg-container .parallaxImg-rendered-layer:nth-child(2) {
     transform: translateZ(65px)!important;
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-rendered-layer > .bg-img {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     background-repeat: no-repeat;
     background-position: center;
     background-color: transparent;
     background-size: cover;
     outline: 1px solid transparent;
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container .parallaxImg-rendered-layer,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer {
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container .parallaxImg-shadow,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow {
     backface-visibility: hidden;
     -webkit-backface-visibility: hidden;
}
 html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container .parallaxImg-shadow,
 html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow, 
 html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container .parallaxImg-rendered-layer,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer {
     transition: transform 0.27s ease-out;
     -webkit-transition: transform 0.27s ease-out;
}

html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.over .parallaxImg-container {
   will-change: transform;
 }
 
 html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container:not(.over),
 html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container:not(.over) .parallaxImg-rendered-layer,
 html.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg:not(.over) {
     transition: transform 0.25s ease-out;
     -webkit-transition: transform 0.25s ease-out;
}

 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container:not(.over) .parallaxImg-shadow,
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow {
     transition: all 0.27s ease-out;
     -webkit-transition: all 0.27s ease-out;
}
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container .parallaxImg-shadow,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-container .parallaxImg-rendered-layer,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg {
     transition: transform 0.1s ease-out;
     -webkit-transition: transform 0.1s ease-out;
}
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-shadow,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition .parallaxImg-container .parallaxImg-rendered-layer,
 body.cssreflections .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg.transition {
     transition: transform 0.2s ease-out;
     -webkit-transition: transform 0.2s ease-out;
}
 .nectar-fancy-box[data-style="parallax_hover"] {
     overflow: visible;
}
 .nectar-fancy-box[data-style="parallax_hover"] .parallaxImg-shadow {
     position: absolute;
     top: 5%;
     left: 5%;
     width: 90%;
     height: 90%;
     transition: transform 0.27s ease-out, opacity 0.27s ease-out;
     z-index: 1;
     opacity: 0;
     box-shadow: 0 35px 100px rgba(0,0,0,0.4), 0 16px 40px rgba(0,0,0,0.4);
}
 .nectar-fancy-box[data-style="parallax_hover"]:hover {
     z-index: 100;
}
 .nectar-fancy-box[data-style="parallax_hover"]:hover .parallaxImg-shadow {
     opacity: 1;
}
 .nectar-fancy-box[data-style="parallax_hover"] .meta-wrap {
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-align-items: center;
     align-items: center;
     justify-content: center;
     -webkit-justify-content: center;
}
 .nectar-fancy-box[data-style="parallax_hover"] .inner {
     margin-bottom: 0;
     padding: 25% 0px;
     position: relative;
     width: 65%;
}


.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.1"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.1"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.1;
}
.nectar-fancy-box[data-style="parallax_hover"]:hover .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.2"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.2"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.2;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.3"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.3"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.3;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.4"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.4"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.4;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.5"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.5"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.5;
}
.nectar-fancy-box[data-style="parallax_hover"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.6"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.6"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.6;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.7"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.7"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.7;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.8"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.8"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.8;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="0.9"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="0.9"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 0.9;
}
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity="1"] .bg-img:after,
.nectar-fancy-box[data-style="parallax_hover"][data-overlay-opacity-hover="1"]:hover .parallaxImg-wrap .bg-img:after {
  opacity: 1;
}


.nectar-fancy-box[data-style="parallax_hover"][data-align="top"] .meta-wrap {
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.nectar-fancy-box[data-style="parallax_hover"][data-align="top"] .meta-wrap .inner {
  padding-top: 12%;
  width: 73%;
  padding-right: 5%;
}

.nectar-fancy-box[data-style="parallax_hover"][data-align="bottom"] .meta-wrap {
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
.nectar-fancy-box[data-style="parallax_hover"][data-align="bottom"] .meta-wrap .inner {
  padding-bottom: 12%;
  width: 73%;
  padding-right: 5%;
}

 .main-content .nectar-fancy-box[data-style="color_box_basic"] h1, 
 .main-content .nectar-fancy-box[data-style="color_box_basic"] h2,
 .main-content .nectar-fancy-box[data-style="color_box_basic"] h3, 
 .main-content .nectar-fancy-box[data-style="color_box_basic"] h4,
 .main-content .nectar-fancy-box[data-style="color_box_basic"] h5, 
 .main-content .nectar-fancy-box[data-style="color_box_basic"] h6,
 .main-content .nectar-fancy-box[data-style="color_box_basic"] p {
     color: inherit;
}
 .main-content .nectar-fancy-box[data-style="color_box_basic"] i {
     color: inherit!important;
}
 .main-content .nectar-fancy-box[data-style="color_box_basic"] .im-icon-wrap path {
     fill: inherit;
}
 .main-content .nectar-fancy-box[data-style="color_box_basic"] .inner {
     padding-bottom: 0;
     color: inherit;
}
 .main-content .nectar-fancy-box[data-style="color_box_basic"][data-color*="#"] .box-bg:after {
     background-color: inherit!important;
}
 .nectar-fancy-box[data-style="color_box_basic"]:hover .box-bg {
     transform: none;
}
 .nectar-fancy-box[data-style="color_box_basic"] .box-bg:after {
     backface-visibility: hidden;
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.9"] .box-bg:after {
     opacity: 0.9 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.8"] .box-bg:after {
     opacity: 0.8 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.7"] .box-bg:after {
     opacity: 0.7 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.6"] .box-bg:after {
     opacity: 0.6 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.5"] .box-bg:after {
     opacity: 0.5 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.4"] .box-bg:after {
     opacity: 0.4 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.3"] .box-bg:after {
     opacity: 0.3 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.2"] .box-bg:after {
     opacity: 0.2 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0.1"] .box-bg:after {
     opacity: 0.1 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-box-color-opacity="0"] .box-bg:after {
     opacity: 0 
}
 .nectar-fancy-box[data-style="color_box_basic"] .box-bg:before {
     position: absolute;
     top: 0;
     left: 0;
     content: '';
     width: 100%;
     height: 100%;
     background-color: #fff;
     opacity: 0;
     z-index: 1;
     transition: opacity .4s cubic-bezier(0.25, 1, 0.33, 1) 
}
 .nectar-fancy-box[data-style="color_box_basic"]:hover .box-bg:before {
     opacity: 0.13;
}
 .nectar-fancy-box[data-style="color_box_basic"][data-alignment="center"] .inner, 
 .nectar-fancy-box[data-style="color_box_basic"][data-alignment="center"] .inner > * {
     text-align: center 
}
 .nectar-fancy-box[data-style="color_box_basic"][data-alignment="right"] .inner, 
 .nectar-fancy-box[data-style="color_box_basic"][data-alignment="right"] .inner > * {
     text-align: right 
}


/* Border Radius option */
.nectar-fancy-box[data-border-radius="5px"]:not([data-style="parallax_hover"]):not([data-style="color_box_hover"]) {
 border-radius: 5px;
 overflow: hidden;
}
.nectar-fancy-box[data-border-radius="10px"]:not([data-style="parallax_hover"]):not([data-style="color_box_hover"]) {
 border-radius: 10px;
 overflow: hidden;
}

.nectar-fancy-box[data-border-radius="5px"][data-style="parallax_hover"] .parallaxImg-rendered-layer {
  border-radius: 5px;
  overflow: hidden;
}
.nectar-fancy-box[data-border-radius="10px"][data-style="parallax_hover"] .parallaxImg-rendered-layer {
  border-radius: 10px;
  overflow: hidden;
}

.nectar-fancy-box[data-border-radius="none"][data-style="color_box_hover"] .box-inner-wrap,
.nectar-fancy-box[data-border-radius="none"][data-style="color_box_basic"] {
  border-radius: 0;
}


/*
Theme Name:  Salient
Description: Styles for the "Recent Posts" page builder element.
*/

.home .blog-recent .col .post-header{
     color:#999;
     margin-bottom:12px
}
 .home .blog-recent .col .post-header h3 a{
    color:#27CFC3
}
 .blog-recent .mejs-container{
    margin-bottom:15px
}
 .home .blog-recent .col .post-header h3{
    margin-bottom:3px
}
 .blog-recent[data-style="default"] .col .post-header h3{
    margin-bottom:3px;
     letter-spacing:-0.2px;
     font-size:16px;
     line-height:23px
}
.blog-recent .col .post-header a, 
.blog-recent .col .post-header h3 a:hover{
    color:inherit
}

 .blog-recent .col{
    margin-bottom:40px
}
 .blog-recent .col .video-wrap{
    position:relative;
     padding-bottom:54.25%;
     padding-top:5px;
     height:0;
     margin-bottom:15px
}
 .blog-recent .col .video-wrap iframe{
    position:absolute;
     top:0;
     left:0;
     width:100%;
     height:100%
}
 .blog-recent div:last-of-type{
    margin-right:0
}
 @media only screen and (min-width: 1000px) {
     .blog-recent .col.span_3 {
         width: 23.4%;
    }
}
body .blog-recent[data-style].columns-4 div:nth-child(4n+4),
body .blog-recent[data-style].columns-3 div:nth-child(3n+3),
body .blog-recent[data-style].columns-2 div:nth-child(2n+2),
body .blog-recent[data-style].columns-1 div:nth-child(1n+1){
    margin-right:0!important
}

 .blog-recent.columns-4 div:nth-child(4n+5){
    clear:both
}
 .blog-recent.columns-3 div:nth-child(3n+4){
    clear:both
}
 .blog-recent.columns-2 div:nth-child(2n+3){
    clear:both
}
 .video-wrap iframe{
    opacity:0;
     visibility:hidden
}
 .blog-recent .col .audio-wrap{
    margin-bottom:15px
}
 .blog-recent[data-style="minimal"] .col{
    margin-bottom:2%;
     padding:20px
}
 .blog-recent[data-style="minimal"] .meta{
    margin-bottom:13px;
     display:block
}
 .blog-recent[data-style="title_only"] .meta{
    margin-bottom:6px;
     display:block
}
 .blog-recent[data-style="minimal"] .col >a, 
 .blog-recent[data-style="title_only"] .col >a{
    position:absolute;
     z-index:100;
     top:0;
     left:0;
     width:100%;
     height:100%;
     display:block
}
 .blog-recent[data-style="minimal"] .col a{
    color:inherit
}
 .blog-recent[data-style="minimal"] .col >span{
    color:#27CFC3;
     display:block
}
 .blog-recent[data-style="minimal"] .col i{
     background-color:transparent;
     color:inherit;
     height:auto;
     font-size:15px;
     width:23px;
     top:0px;
     transition:transform .33s cubic-bezier(.75,0,.18,1);
     -webkit-transition:transform .33s cubic-bezier(.75,0,.18,1);
}
 .blog-recent[data-style="minimal"] .col:hover i{
    transform:translateX(7px);
     -webkit-transform:translateX(7px);
}
 .blog-recent[data-style="minimal"] .col >span{
    font-family:'Open Sans';
     font-weight:700;
     text-transform:uppercase;
     letter-spacing:2px;
     font-size:12px
}
 .blog-recent[data-style="title_only"] .col{
    background-color:rgba(0,0,0,0.03);
     margin-bottom:2%;
     padding:50px 25px
}
 .blog-recent[data-style="title_only"]{
    text-align:center
}
 .blog-recent[data-style="title_only"] .post-header{
    width:70%;
     left:15%;
     margin-bottom:0;
     word-break:break-word;
     position:relative
}
 .blog-recent[data-style="title_only"] .post-header .title, 
 .blog-recent[data-style="title_only"] .col .post-header .meta{
    transition:transform .33s cubic-bezier(.75,0,.18,1),opacity .33s cubic-bezier(.75,0,.18,1),color .33s cubic-bezier(.75,0,.18,1);
     -webkit-transition:transform .33s cubic-bezier(.75,0,.18,1),opacity .33s cubic-bezier(.75,0,.18,1),color .33s cubic-bezier(.75,0,.18,1);
}
 .blog-recent[data-style="title_only"] .col:hover .post-header .title{
    transform:scale(1.1) translateY(-10px);
     -webkit-transform:scale(1.1) translateY(-10px);
     color:#27CFC3
}
 .blog-recent[data-style="title_only"] .col:hover .post-header .meta{
    transform:translateY(20px);
     -webkit-transform:translateY(20px);
     opacity:0
}
 .span_9 .carousel-heading{
    padding-right:10px
}
 .nectar-recent-posts-slider{
    overflow:hidden
}
 .nectar-recent-posts-slider .nectar-recent-post-slide {
    width:101%;
     position:relative;
     line-height:0px;
     min-height:250px;
     overflow:hidden
}
 .nectar-recent-posts-slider .nectar-recent-posts-slider-inner:not(.flickity-enabled) .nectar-recent-post-slide {
     position: absolute;
     opacity: 0;
}
 .nectar-recent-posts-slider .nectar-recent-posts-slider-inner:not(.flickity-enabled) > .nectar-recent-post-slide:first-child {
     position: relative;
     opacity: 1;
}
 .nectar-recent-posts-slider .nectar-recent-posts-slider-inner:not(.flickity-enabled) .inner-wrap {
     position: relative;
     -webkit-transform: none;
     transform: none;
}
 .nectar-recent-posts-slider .nectar-recent-posts-slider-inner:not(.flickity-enabled) .recent-post-container {
     padding-bottom: 100px;
     padding-top: 100px;
}
 .nectar-recent-post-slide .nectar-recent-post-bg, 
 .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg-wrap, 
 .nectar-recent-posts-slider_multiple_visible .nectar-recent-post-slide .nectar-recent-post-bg-blur {
    position:absolute;
     top:0;
     left:0;
     height:100%;
     width:100%;
     background-size:cover;
     background-position:center;
     background-color:#222
}
#ajax-content-wrap .nectar-recent-post-slide .nectar-recent-post-bg[data-nectar-img-src] {
	opacity: 0;
}
#ajax-content-wrap .nectar-recent-post-slide .nectar-recent-post-bg.loaded {
  -webkit-transition: opacity 0.55s ease 0.25s;
  transition: opacity 0.55s ease 0.25s;
}

#ajax-content-wrap .nectar-recent-posts-slider_multiple_visible .flickity-viewport .nectar-recent-post-bg.loaded {
  -webkit-transition: transform .28s ease, opacity 0.55s ease 0.25s;
  transition: transform .28s ease, opacity 0.55s ease 0.25s;
}

 .nectar-recent-post-slide .row-bg {
     background-color: #222;
}
 .nectar-recent-posts-single_featured .nectar-recent-post-slide .nectar-recent-post-bg:after {
     background-color: rgba(2,2,2,0.43);
}
 .nectar-recent-posts-single_featured.multiple_featured .nectar-recent-post-slide .row-bg {
     z-index: 0;
}
 .nectar-recent-posts-single_featured[data-bg-overlay="diagonal_gradient"] .nectar-recent-post-slide .nectar-recent-post-bg:after {
     background-color: transparent;
}
 .nectar-recent-posts-single_featured[data-bg-overlay="diagonal_gradient"] .nectar-recent-post-slide:after {
     background: linear-gradient(to right top, rgba(10,10,10,0.9), transparent);
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     content: '';
     z-index: 1;
}
 .nectar-recent-posts-slider .container .strong{
    font-size:12px;
     font-family:'Open Sans';
     font-weight:700;
     letter-spacing:2px;
     text-transform:uppercase;
     margin-bottom:15px;
     color:#fff;
     position:relative;
     display:block;
     line-height:12px
}
 .nectar-recent-posts-slider .container .strong a{
    color:#fff;
     margin-left:15px
}
 .nectar-recent-posts-slider .container .strong a:hover span:before{
    width:100%;
     height:20px;
     top:-4px
}
 .nectar-recent-posts-slider .container .strong a:first-child{
    margin-left:0
}

 .nectar-recent-posts-slider .container .strong span{
    display:inline-block;
    position:relative;
    padding-left:13px;
    padding-right:10px;
    z-index:10
}

 .nectar-recent-posts-slider .container .strong span:before{
    display:block;
    content:' ';
    height:11px;
    margin-right:4px;
    position:absolute;
    left:0;
    top:0px;
    width:3px;
    transition:all .3s cubic-bezier(.175,.885,.32,1.1);
    -webkit-transition:all .3s cubic-bezier(.175,.885,.32,1.1);
    z-index:-1
}

 .nectar-recent-post-content{
    position:absolute;
     color:#fff;
     z-index:20;
     width:100%;
     height:100%;
     top:0;
     left:0;
     pointer-events:none
}
 .wpb_row:not(.full-width-content) .wpb_column:not(.vc_col-sm-12) .nectar-recent-posts-slider .container{
    padding:0!important
}
 .wpb_row:not(.full-width-content) .wpb_column:not(.vc_col-sm-12) .nectar-recent-posts-slider .inner-wrap{
    max-width:none!important;
     padding:10px 15%!important;
     left:0
}
 .nectar-recent-posts-slider .container{
    height:100%;
     pointer-events:none
}
 .nectar-recent-posts-slider .inner-wrap{
    top:50%;
     position:absolute;
     left:auto;
     max-width:50%;
     width:auto;
     pointer-events:all;
     transform:translateY(-50%);
     -webkit-transform:translateY(-50%);
     transition:all 0.3s linear;
     display:inline-block;
     z-index:100
}
 .nectar-recent-posts-slider h2 a, .nectar-recent-posts-slider_multiple_visible h3 a{
    transition:color 0.16s ease;
     -webkit-transition:color 0.16s ease
}
 .nectar-recent-posts-single_featured {
     overflow: hidden;
     position: relative;
}
 .nectar-recent-posts-single_featured .nectar-recent-post-slide {
     position: relative;
     overflow: hidden;
}
 .nectar-recent-posts-single_featured.multiple_featured .nectar-recent-post-slide {
     transition: opacity .3s ease;
     opacity: 0;
}
 .nectar-recent-posts-single_featured.multiple_featured .nectar-recent-post-slide.active {
     opacity: 1;
}
 .nectar-recent-posts-single_featured.multiple_featured:not(.js-loaded) .nectar-recent-post-slide:not(:first-child), 
 .nectar-recent-posts-single_featured.multiple_featured.js-loaded .nectar-recent-post-slide:not(.tallest) {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}
 .nectar-recent-posts-single_featured .recent-post-container {
     z-index: 10;
     position: relative;
}
 .nectar-recent-posts-single_featured[data-padding="20%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="20%"] .recent-post-container {
     padding-top: 20%;
     padding-bottom: 20%;
}
 .nectar-recent-posts-single_featured[data-padding="18%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="18%"] .recent-post-container {
     padding-top: 18%;
     padding-bottom: 18%;
}
 .nectar-recent-posts-single_featured[data-padding="16%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="16%"] .recent-post-container {
     padding-top: 16%;
     padding-bottom: 16%;
}
 .nectar-recent-posts-single_featured[data-padding="14%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="14%"] .recent-post-container {
     padding-top: 14%;
     padding-bottom: 14%;
}
 .nectar-recent-posts-single_featured[data-padding="12%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="12%"] .recent-post-container {
     padding-top: 12%;
     padding-bottom: 12%;
}
 .nectar-recent-posts-single_featured[data-padding="10%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="10%"] .recent-post-container {
     padding-top: 10%;
     padding-bottom: 10%;
}
 .nectar-recent-posts-single_featured[data-padding="8%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="8%"] .recent-post-container {
     padding-top: 8%;
     padding-bottom: 8%;
}
 .nectar-recent-posts-single_featured[data-padding="6%"] .recent-post-container, 
 #boxed .nectar-recent-posts-single_featured[data-padding="6%"] .recent-post-container {
     padding-top: 6%;
     padding-bottom: 6%;
}
 @media only screen and (max-width: 999px) {
     .nectar-recent-posts-single_featured .recent-post-container, 
     .nectar-recent-posts-single_featured.multiple_featured > .container {
         padding-left: 50px;
         padding-right: 50px;
    }
     .full-width-content .vc_col-sm-12 .nectar-recent-posts-single_featured .recent-post-container, 
     .full-width-content .vc_col-sm-12 .nectar-recent-posts-single_featured.multiple_featured > .container {
         padding-left: 0px;
         padding-right: 0px;
    }
}
 .nectar-recent-posts-single_featured .nectar-button {
     opacity: 1;
     margin-bottom: 0;
}
 .nectar-recent-posts-single_featured .recent-post-container .excerpt {
     margin-bottom: 45px;
     width: 75%;
}
 .nectar-recent-posts-single_featured h2 {
     margin: 15px 0 50px 0;
}
 .nectar-recent-posts-single_featured .inner-wrap {
     width: 45%;
}
 .vc_col-sm-9 .nectar-recent-posts-single_featured .inner-wrap, 
 .vc_col-sm-8 .nectar-recent-posts-single_featured .inner-wrap, 
 .vc_col-sm-6 .nectar-recent-posts-single_featured .inner-wrap, 
 .vc_col-sm-10 .nectar-recent-posts-single_featured .inner-wrap {
     width: 60%;
}
 .vc_col-sm-2 .nectar-recent-posts-single_featured .inner-wrap, 
 .vc_col-sm-3 .nectar-recent-posts-single_featured .inner-wrap, 
 .vc_col-sm-4 .nectar-recent-posts-single_featured .inner-wrap {
     width: 80%;
}
 .nectar-recent-posts-single_featured .inner-wrap .strong a {
     padding: 4px 8px;
     display: inline-block;
     line-height: 20px;
     -webkit-transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
     transition: transform .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
 .nectar-recent-posts-single_featured .inner-wrap .strong a:hover {
     box-shadow: 0 20px 38px rgba(0, 0, 0, 0.16);
     -ms-transform: translateY(-3px);
     transform: translateY(-3px);
     -webkit-transform: translateY(-3px);
}
 .nectar-recent-posts-single_featured.multiple_featured .nectar-recent-post-slide:first-child {
     z-index: 20;
}
 .nectar-recent-posts-single_featured.multiple_featured .recent-post-container {
     z-index: auto;
}
.nectar-recent-posts-single_featured.multiple_featured[data-bg-overlay="diagonal_gradient"] .recent-post-container {
  z-index: 10;
}
 .nectar-recent-posts-single_featured.multiple_featured .recent-post-container h2 a > span {
     position: relative;
     display: inline-block;
     overflow: hidden;
     margin-bottom: -5px;
}
 .nectar-recent-posts-single_featured.multiple_featured .recent-post-container h2 a > span span {
     position: relative;
     display: block;
     -webkit-transform: translate3d(0, 102%, 0);
     transform: translate3d(0,102%, 0);
}
 .nectar-recent-posts-single_featured.multiple_featured .nectar-button {
     transition: none;
}
 .nectar-recent-posts-single_featured.multiple_featured .active .grav-wrap, 
 .nectar-recent-posts-single_featured.multiple_featured .active .recent-post-container h2 a > span span, 
 .nectar-recent-posts-single_featured.multiple_featured .active .nectar-button {
     transition: opacity .85s cubic-bezier(0.4, 0, 0.1, 1) 0.2s, transform .85s cubic-bezier(0.4, 0, 0.1, 1) 0.2s, box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}
 .nectar-recent-posts-single_featured.multiple_featured .grav-wrap, 
 .nectar-recent-posts-single_featured.multiple_featured .nectar-button {
     opacity: 0;
     transform: translateY(40px)
}
 .nectar-recent-posts-single_featured.multiple_featured .active .grav-wrap, 
 .nectar-recent-posts-single_featured.multiple_featured .active .nectar-button {
     opacity: 1;
     transform: translateY(0px)
}
 .nectar-recent-posts-single_featured.multiple_featured .active .recent-post-container h2 a > span span {
     -webkit-transform: translate3d(0, 0, 0);
     transform: translate3d(0, 0, 0);
     opacity: 1;
}
 .nectar-recent-posts-single_featured.multiple_featured > .container {
     position: absolute;
     top: 50%;
     left: 50%;
     right: 0;
     transform: translateY(-50%) translateX(-50%);
     z-index: 20;
     text-align: right;
     pointer-events: none;
}
 .nectar-recent-posts-single_featured.multiple_featured > .container .controls {
     display: inline-block;
     text-align: left;
     width: 200px;
     pointer-events: auto;
}

 @media only screen and (min-width: 1000px) {
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] > .container .controls {
         display: block;
         text-align: left;
         width: auto;
         margin-left: 0;
         pointer-events: auto;
    }
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] > .container {
         top: auto;
         right: 0;
         left: 0;
         bottom: 0;
         text-align: left;
         transform: none;
    }
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls li {
         display: inline-block;
    }
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .nectar-recent-post-slide .container {
         margin-bottom: 75px;
    }
     .full-width-content .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls[data-num="2"] li {
         width: 25%;
         margin-right: 25%;
    }
     .full-width-content .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls[data-num="3"] li {
         width: 20%;
         margin-right: 18%;
    }
     .full-width-content .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls[data-num="4"] li {
         width: 17.9%;
         margin-right: 6.9%;
    }
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls[data-num="2"] li {
         width: 25%;
         margin-right: 25%;
    }
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls[data-num="3"] li {
         width: 20%;
         margin-right: 20%;
    }
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls[data-num="4"] li {
         width: 18%;
         margin-right: 9%;
    }
     .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls li:last-child, 
     .full-width-content .nectar-recent-posts-single_featured.multiple_featured[data-nav-location="bottom"] .controls li:last-child {
         margin-right: 0;
    }
}

 @media only screen and (max-width: 999px) {
     .nectar-recent-posts-single_featured.multiple_featured .nectar-recent-post-slide .container {
         margin-bottom: 30px;
    }
}

 .nectar-recent-posts-single_featured.multiple_featured .controls li:after, 
 .nectar-recent-posts-single_featured.multiple_featured .controls li:before, 
 .nectar-recent-posts-single_featured.multiple_featured .controls li .color-bar, 
 .nectar-recent-posts-single_featured.multiple_featured .controls li .color-bar:after {
     display: block;
     content: '';
     position: absolute;
     bottom: 0;
     width: 100%;
     background-color: rgba(255,255,255,0.2);
     height: 2px;
     left: 0;
}
 @media only screen and (min-width: 1000px) {
     body .nectar-recent-posts-single_featured.multiple_featured .controls li.active:before {
         background-color: rgba(255,255,255,0.2)!important;
    }
}
 .nectar-recent-posts-single_featured.multiple_featured .controls li:after {
     transform: scaleX(0);
     transform-origin: right;
     transition: transform 1s cubic-bezier(0.4, 0, 0.1, 1);
}
 .nectar-recent-posts-single_featured[data-autorotate="3000"] .controls li.active:after {
     transition: transform 2950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="4000"] .controls li.active:after {
     transition: transform 3950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="5000"] .controls li.active:after {
     transition: transform 4950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="6000"] .controls li.active:after {
     transition: transform 5950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="7000"] .controls li.active:after {
     transition: transform 6950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="8000"] .controls li.active:after {
     transition: transform 7950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="9000"] .controls li.active:after {
     transition: transform 8950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="10000"] .controls li.active:after {
     transition: transform 9950ms linear;
}
 .nectar-recent-posts-single_featured[data-autorotate="11000"] .controls li.active:after {
     transition: transform 10950ms linear;
}
 .nectar-recent-posts-single_featured.multiple_featured .controls li.trans-out:after {
     transition: none;
}
 .nectar-recent-posts-single_featured.multiple_featured .controls li.active:after {
     transform: scaleX(1);
     transform-origin: left;
}
 .nectar-recent-posts-single_featured.multiple_featured .controls li.active .title, 
 .nectar-recent-posts-single_featured.multiple_featured .controls li:hover .title {
     opacity: 1;
}
 .nectar-recent-posts-single_featured.multiple_featured .controls li {
     margin:50px 0px;
     padding: 10px 0;
     position: relative;
     cursor: pointer;
     display: block;
}
 .nectar-recent-posts-single_featured.multiple_featured .controls li .title {
     transition: opacity .2s ease;
     opacity: 0.65;
     line-height: 22px;
     font-size: 16px;
     display: block;
}
 body[data-button-style*="slightly_rounded"] .nectar-recent-posts-single_featured .inner-wrap .strong a {
     border-radius: 5px;
}
 body[data-button-style^="rounded"] .nectar-recent-posts-single_featured .inner-wrap .strong a {
     border-radius: 50px;
     padding: 4px 12px 
}
 .nectar-recent-posts-slider h2 a, 
 .nectar-recent-posts-slider_multiple_visible h3 a, 
 .nectar-recent-posts-slider_multiple_visible .recent-post-container.container .strong a {
    color:#fff
}
.nectar-recent-posts-slider h2 a:hover{
   color:rgba(255,255,255,0.8)
}
 .nectar-recent-posts-single_featured .grav-wrap .text, 
 [data-style="list_featured_first_row"] .grav-wrap .text {
     display:inline-block;
     font-size: 16px;
     line-height: 20px 
}
 .nectar-recent-posts-single_featured .grav-wrap .text a {
     position: relative;
}
 .nectar-recent-posts-single_featured .grav-wrap .text a:before {
     background-color: #fff;
}
 .nectar-recent-posts-single_featured h2, 
 .nectar-recent-posts-single_featured a, 
 .nectar-recent-posts-single_featured .controls li, 
 .nectar-recent-posts-single_featured .inner-wrap {
     color: #fff;
}
 .blog-recent[data-style="list_featured_first_row"] a.small {
     width: 80px;
     height: 100%;
     margin-right: 30px;
     line-height: 0;
     position: relative;
}
 .blog-recent[data-style="list_featured_first_row"] a.small .img-thumbnail {
   width: 100%;
   height: 100%;
   background-size: cover;
   display: block;
 }
 
.blog-recent[data-style="list_featured_first_row"] .featured .img-thumbnail {
  width: 100%;
  background-size: cover;
  padding-bottom: 65%;
  display: block;
}

.blog-recent[data-style="list_featured_first_row"] .meta-category {
     position: relative;
     z-index: 30;
}
 .blog-recent[data-style="list_featured_first_row"] .small img, 
 .blog-recent[data-style="list_featured_first_row"] a.small .img-thumbnail,
 .blog-recent[data-style="list_featured_first_row"] .col:not(.has-post-thumbnail) a.small {
     border-radius: 5px;
     -webkit-transition: transform .7s cubic-bezier(.2,1,.22,1), box-shadow .7s cubic-bezier(.2,1,.22,1), opacity 0.55s ease 0.25s; 
     transition: transform .7s cubic-bezier(.2,1,.22,1), box-shadow .7s cubic-bezier(.2,1,.22,1), opacity 0.55s ease 0.25s; 
}
 .blog-recent[data-style="list_featured_first_row"] .col:not(.has-post-thumbnail) a.small {
     background-color:rgba(0,0,0,0.35);
     border-radius: 5px;
}
 .span_12.light .blog-recent[data-style="list_featured_first_row"] .excerpt {
     opacity: 0.7;
}
 .blog-recent[data-style="list_featured_first_row"] .full-post-link {
     position: absolute;
     left: 0;
     top: 0;
     width: 100%;
     height: 100%;
     display: block;
     z-index: 20;
}
 .blog-recent[data-style="list_featured_first_row"] .col.span_3 a.small {
     width: 60px;
     height: 60px;
}
 .blog-recent[data-style="list_featured_first_row"] .col.span_4 a.small, 
 .blog-recent[data-style="list_featured_first_row"] .col.span_6 a.small {
     width: 80px;
     height: 80px;
}
 @media only screen and (min-width: 1300px) {
     .blog-recent[data-style="list_featured_first_row"] .col.span_6 a.small {
         width: 100px;
         height: 100px;
    }
}
 .vc_col-sm-9 .blog-recent[data-style="list_featured_first_row"] .col.span_4 a.small, 
 .vc_col-sm-8 .blog-recent[data-style="list_featured_first_row"] .col.span_4 a.small, 
 .vc_col-sm-6 .blog-recent[data-style="list_featured_first_row"] .col.span_4 a.small {
     width: 65px;
     height: 65px;
     margin-right: 22px;
}
 .vc_col-sm-9 .blog-recent[data-style="list_featured_first_row"] .col.span_4 .post-header.small, 
 .vc_col-sm-8 .blog-recent[data-style="list_featured_first_row"] .col.span_4 .post-header.small, 
 .vc_col-sm-6 .blog-recent[data-style="list_featured_first_row"] .col.span_4 .post-header.small {
     padding-right: 0px;
}
 .blog-recent[data-style="list_featured_first_row"] .col:not(.has-post-thumbnail) a.small:after {
     display: block;
     width: 20px;
     height: 20px;
     border-radius: 5px;
     text-align: center;
     margin-right: 3%;
     position: absolute;
     left: 50%;
     top: 50%;
     color: #fff;
     -webkit-transform: translateY(-50%) translateX(-50%);
     transform: translateY(-50%) translateX(-50%);
     font: normal normal normal 18px/20px FontAwesome;
     content: "\f03e";
     text-rendering: auto;
     -webkit-font-smoothing: antialiased;
}
 @media only screen and (min-width: 1000px) {
     .blog-recent[data-style="list_featured_first_row"] .col.span_3 {
         width: 22.6%;
         margin-right: 3%;
    }
     .blog-recent[data-style="list_featured_first_row"] .col.span_4 {
         width: 31.2%;
         margin-right: 3%;
    }
     .blog-recent[data-style="list_featured_first_row"] .col.span_6 {
         width: 47.9%;
         margin-right: 4%;
    }
     .vc_col-sm-9 .blog-recent[data-style="list_featured_first_row"] .col.span_3, 
     .vc_col-sm-8 .blog-recent[data-style="list_featured_first_row"] .col.span_3 {
         width: 22.3%;
         margin-right: 3.5%;
    }
     .vc_col-sm-9 .blog-recent[data-style="list_featured_first_row"] .col.span_4, 
     .vc_col-sm-8 .blog-recent[data-style="list_featured_first_row"] .col.span_4 {
         width: 31%;
         margin-right: 3.4%;
    }
     .vc_col-sm-9 .blog-recent[data-style="list_featured_first_row"] .col.span_6, 
     .vc_col-sm-8 .blog-recent[data-style="list_featured_first_row"] .col.span_6 {
         width: 48.1%;
         margin-right: 3.5%;
    }
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(1), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(2), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(3), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(4), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_4:nth-child(1), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_4:nth-child(2),
    .blog-recent[data-style="list_featured_first_row"] > .col.span_4:nth-child(3), 
    .blog-recent[data-style="list_featured_first_row"] > .col.span_6:nth-child(1), 
    .blog-recent[data-style="list_featured_first_row"] > .col.span_6:nth-child(2) {
         align-self:flex-start;
    }
}
 @media only screen and (max-width: 999px) {
     .row .blog-recent[data-style="list_featured_first_row"] .col {
         margin-right: 0;
    }
}
 .blog-recent[data-style="list_featured_first_row"] {
     display: -ms-flexbox;
     display: -webkit-flex;
     display: flex;
     -webkit-flex-wrap: wrap;
     flex-wrap: wrap;
     width: 100%;
     align-items: center;
}
 @media only screen and (max-width: 999px) and (min-width: 690px) {
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(1), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(2), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(3), 
     .blog-recent[data-style="list_featured_first_row"] > .col.span_3:nth-child(4) {
         vertical-align: top;
    }
     .blog-recent[data-style="list_featured_first_row"] .col.span_3 {
         width: 46.9%!important;
         margin-right: 6%!important;
         padding-right: 0;
         padding-left: 0
    }
     .blog-recent[data-style="list_featured_first_row"] .col.span_3:nth-child(2n+2) {
         margin-right: 0!important;
    }
}
 .blog-recent[data-style="list_featured_first_row"] .col {
     float: none;
}
 .blog-recent[data-style="list_featured_first_row"] .featured .post-featured-img {
     padding-bottom: 160%;
     background-position: center;
     background-size: cover;
}

.blog-recent[data-style="list_featured_first_row"] .featured .img-thumbnail[data-nectar-img-src],
.blog-recent[data-style="list_featured_first_row"] .featured .post-featured-img[data-nectar-img-src],
.blog-recent[data-style="list_featured_first_row"] a.small .img-thumbnail[data-nectar-img-src] {
  opacity: 0;
}

 .full-width-section .blog-recent[data-style="list_featured_first_row"] .featured > img,
 .full-width-section .blog-recent[data-style="list_featured_first_row"] .featured > .img-thumbnail {
     margin-bottom: 25px;
}
 .blog-recent[data-style="list_featured_first_row"] .featured > img, 
 .blog-recent[data-style="list_featured_first_row"] .featured > .img-thumbnail, 
 .blog-recent[data-style="list_featured_first_row"] .featured .post-featured-img {
     display: block;
     margin-bottom: 20px;
     max-width: none;
     width: 100%;
     border-radius: 5px;
     -webkit-transition: transform .7s cubic-bezier(.2,1,.22,1), box-shadow .7s cubic-bezier(.2,1,.22,1), opacity 0.55s ease 0.25s;
     transition: transform .7s cubic-bezier(.2,1,.22,1), box-shadow .7s cubic-bezier(.2,1,.22,1), opacity 0.55s ease 0.25s; 
}
 .blog-recent[data-style="list_featured_first_row"] .featured:hover > img, 
 .blog-recent[data-style="list_featured_first_row"] .small:hover > img,
 .blog-recent[data-style="list_featured_first_row"] .small:hover > .img-thumbnail,  
 .blog-recent[data-style="list_featured_first_row"] .col:not(.has-post-thumbnail) a.small:hover, 
 .blog-recent[data-style="list_featured_first_row"] .col:hover a > img, 
 .blog-recent[data-style="list_featured_first_row"] .col:hover a > .img-thumbnail, 
 .blog-recent[data-style="list_featured_first_row"] .col:hover:not(.has-post-thumbnail) a.small, 
 .blog-recent[data-style="list_featured_first_row"] .col:hover .post-featured-img {
     -webkit-transform: translateY(-4px);
     transform: translateY(-4px);
     box-shadow: 0px 25px 60px rgba(0,0,0,0.17);
}
 .blog-recent[data-style="list_featured_first_row"] .small:hover > img,
 .blog-recent[data-style="list_featured_first_row"] .small:hover > .img-thumbnail {
     -webkit-transform: translateY(-3px);
     transform: translateY(-3px);
}
 .blog-recent[data-style="list_featured_first_row"] .small:hover > img {
     box-shadow: 0px 13px 30px rgba(0,0,0,0.14);
}
 .blog-recent[data-style="list_featured_first_row"] .col.span_4 .post-header.small, 
 .blog-recent[data-style="list_featured_first_row"] .col.span_6 .post-header.small {
     padding-right: 30px;
}
 .blog-recent[data-style="list_featured_first_row"] .post-header h3 a, 
 .blog-recent[data-style="list_featured_first_row"] .post-header h5 a, 
 .home .blog-recent[data-style="list_featured_first_row"] .col .post-header h3 a {
     color: inherit!important;
}
 .blog-recent[data-style="list_featured_first_row"] .post-header.small {
     display: inline-block;
     margin-bottom: 0;
     vertical-align: middle;
     width: calc(100% - 120px);
}
 @media only screen and (min-width: 1300px) {
     .blog-recent[data-style="list_featured_first_row"] .post-header.small {
         width: calc(100% - 140px);
    }
}
 .blog-recent[data-style="list_featured_first_row"] .col.span_3 .post-header.small {
     width: calc(100% - 100px);
}
 .blog-recent[data-style="list_featured_first_row"] .small img {
     margin-bottom: 0;
}
 [data-style="list_featured_first_row"] .meta-category a {
     margin-right: 10px;
     font-size: 14px;
     line-height: 18px;
     position: relative;
}
 [data-style="list_featured_first_row"] .post-header.small .meta-category a {
     font-size: 13px;
}
 .span_12.light [data-style="list_featured_first_row"] .meta-category a {
     color: #fff;
     transition: opacity 0.37s cubic-bezier(0.52, 0.01, 0.16, 1) 
}
 .span_12.light [data-style="list_featured_first_row"] .meta-category a {
     opacity: 0.72;
}
 .span_12.light [data-style="list_featured_first_row"] .meta-category a:hover {
     opacity: 1;
}
 .span_12.light [data-style="list_featured_first_row"] .meta-category a:before {
     background-color: #fff;
}
 .blog-recent[data-style*="classic_enhanced"] .inner-wrap{
    background-color:#fff
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] .inner-wrap{
    background-color:rgba(0,0,0,0.3)
}

.blog-recent[data-style="classic_enhanced"].no-thumbs .inner-wrap:not(.has-post-thumbnail) .article-content-wrap {
     position: relative;
     top: 0;
     -webkit-transform: none;
     transform: none;
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] .article-content-wrap{
    background-color:transparent
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] h3.title, 
 .span_12.light .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] h3.title{
    color:#fff
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] .inner-wrap:not(.has-post-thumbnail) .meta-category a{
    color:rgba(255,255,255,0.6)
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] .inner-wrap:not(.has-post-thumbnail) .meta-category a{
    border:2px solid rgba(255,255,255,0.3)
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] .post-meta a:hover i{
    color:#fff
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] .post-featured-img{
    overflow:hidden
}
 .blog-recent[data-style="classic_enhanced"][data-color-scheme="dark"] .post-meta{
    border-top:1px solid rgba(255,255,255,0.06)
}
 @media only screen and (min-width:1000px){
     .blog-recent[data-style*="classic_enhanced"].columns-3 .span_4, 
     .blog-recent[data-style="material"].columns-3 .span_4{
        width:31.2%;
         margin-right:3%;
         margin-bottom:3%
    }
}

 @media only screen and (min-width:1000px){
     .blog-recent[data-style*="classic_enhanced"].columns-2 .span_6{
        width:48.2%;
         margin-right:3%;
         margin-bottom:3%
    }
}

body .blog-recent[data-style*="classic_enhanced"] .has-post-thumbnail .meta-category a {
    z-index:320
}
 .blog-recent[data-style*="classic_enhanced"] .inner-wrap {
    width:100%;
     padding-bottom:47px
}
 .full-width-section >.span_12.blog-recent[data-style="material"] .col {
     margin-bottom: 30px!important
}
 .blog-recent[data-style="material"] .inner-wrap {
    width:100%;
}
 .blog-recent[data-style*="classic_enhanced"], .blog-recent[data-style="material"]{
     display:-webkit-flex;
     display:flex;
     -webkit-flex-wrap:wrap;
     flex-wrap:wrap;   
}

.single .vc_row-fluid > .blog-recent[data-style*="classic_enhanced"], 
.single .vc_row-fluid > .blog-recent[data-style="material"] {
  margin-right: 0;
  margin-left: 0;
 }
 
 .blog-recent[data-style*="classic_enhanced"] >.col, .blog-recent[data-style="material"] >.col{
     display:-webkit-flex;
     display:flex
}
 .blog-recent[data-style*="classic_enhanced_alt"] .inner-wrap{
    background-color:#444
}
 .blog-recent[data-style*="classic_enhanced_alt"] .has-post-thumbnail .meta-category a, 
 .blog-recent[data-style*="classic_enhanced_alt"] .meta-category a{
    position:relative
}
body .blog-recent[data-style="classic_enhanced_alt"] .inner-wrap .article-content-wrap, 
body .blog-recent[data-style*="classic_enhanced_alt"] .inner-wrap:not(.has-post-thumbnail) .article-content-wrap{
    position:relative;
     background-color:transparent;
     left:0;
     top:0;
     -webkit-transform:none;
     transform:none;
     width:100%;
     padding:30% 17%;
     margin-top:20px;
     z-index:100
}
 .recent-posts .post-header a{
    color:#888
}
 .recent-posts .post-header a:hover{
    color:#27CFC3
}
 .recent-posts .post-header .title{
    margin-bottom:1px
}
 .recent-posts .post-header .title a{
    color:#27CFC3
}
 .recent-posts .post-header .title a:hover{
    color:inherit
}
 .recent-posts article.post .post-header a{
    color:#999
}

 @media only screen and (min-width : 1px) and (max-width : 999px) {
   
    .blog-recent[data-style="title_only"] .post-header {
         transform: none;
         -webkit-transform: none;
         top: 0;
    }
     .nectar-recent-posts-single_featured.multiple_featured > .container .controls {
         width: auto;
         margin-left: 0;
         margin-bottom: 10px;
    }
     .nectar-recent-posts-single_featured.multiple_featured .controls li {
         display: inline-block;
         padding: 12px;
         margin: 6px;
    }
     .nectar-recent-posts-single_featured.multiple_featured .controls li:first-child {
         margin-left: -8px;
        ;
    }
     .nectar-recent-posts-single_featured.multiple_featured .controls li .title {
         display: none;
    }
     .nectar-recent-posts-single_featured.multiple_featured .controls li:after {
         display: none;
    }
     .nectar-recent-posts-single_featured.multiple_featured .controls li:before {
         height: 10px;
         width: 10px;
         top: 50%;
         bottom: auto;
         left: 50%;
         border-radius: 10px;
         transform: translateX(-50%) translateY(-50%);
         transition: all 0.3s ease;
    }
     .nectar-recent-posts-single_featured.multiple_featured > .container {
         top: auto;
         text-align: left;
         bottom: 0;
         left: 0;
         right: 0;
         -webkit-transform: translateY(-15%);
         transform: translateY(-15%) 
    }
     .nectar-recent-posts-single_featured .inner-wrap {
         width: 80%;
    }
}
 @media only screen and (max-width : 690px) {
     .nectar-recent-posts-single_featured.multiple_featured .recent-post-container {
         margin-bottom: 40px;
    }
     .nectar-recent-posts-single_featured .grav-wrap > a, 
     .nectar-recent-posts-single_featured .grav-wrap .text > span {
         display: none;
    }
    .nectar-recent-posts-single_featured .inner-wrap {
         width: 100%!important;
    }
    .blog-recent[data-style*="classic_enhanced"] .post .post-meta {
      display: block;
    }
}
 @media only screen and (min-width : 690px) and (max-width : 999px) {
     .row .blog-recent[data-style="list_featured_first_row"].columns-3 .col:first-child .post-featured-img {
         padding-bottom: 50%;
    }
     .row .blog-recent[data-style="list_featured_first_row"].columns-3 .col:not(:first-child), 
     .row .blog-recent[data-style="list_featured_first_row"].columns-2 .col {
         width: 48%;
         margin-right: 4%!important;
    }
     .row .blog-recent[data-style="list_featured_first_row"].columns-3 .col:nth-child(2n+3), 
     .row .blog-recent[data-style="list_featured_first_row"].columns-2 .col:nth-child(2n+2) {
         margin-right: 0!important;
    }
     .row .blog-recent[data-style="list_featured_first_row"].columns-3 .col:nth-child(2), 
     .row .blog-recent[data-style="list_featured_first_row"].columns-3 .col:nth-child(3), 
     .row .blog-recent[data-style="list_featured_first_row"].columns-2 .col:nth-child(1), 
     .row .blog-recent[data-style="list_featured_first_row"].columns-2 .col:nth-child(2) {
         align-self: flex-start;
    }
}
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 > .container,  
  body[data-ext-responsive="false"] #boxed #header-secondary-outer[data-full-width="true"] > .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 > ul > li > 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"] >.container nav > ul >li:last-child,
  body:not(.material) #header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid #dddddd;
  }
  body:not(.material) #header-secondary-outer[data-mobile="display_full"] nav > #social > 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 > 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 > 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"] > 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 > div,
  body .clients.four-cols.no-carousel >div {
    width: 24.2%;
    margin-right: 1%;
  }

  body .clients.no-carousel.six-cols > div {
    width: 15.8% ;
    margin-right: 1%;
  }

  body .clients.no-carousel.five-cols  > div {
    width: 19.2%;
    margin-right: 1%;
  }

  body .clients.no-carousel > div:nth-child(4n+4) {
    margin-right: 0;
  }

  body .clients.carousel > 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 > div:last-child, 
  #footer-widgets .container .row > div.col_last {
    margin-right: 0;
  }


  .iosSlider.product-thumbnails .thumb {
    width: 112px;
  }

  #footer-widgets .container .row > div:nth-child(2).span_4,
  body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3), 
	body.woocommerce-page .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3) {
    margin-right: 0!important;
  }

  body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(2n+2), 
	body.woocommerce-page .full-width-content > 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"] > 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 > .container, 
  body #header-secondary-outer[data-full-width="true"] > .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 > span:after {
    height: 9px;
}
  
  .container .comment-list .comment > div {
    padding: 25px 25px 40px 25px;
  }
  
  #ajax-content-wrap .comment-list .children {
    padding-left: 20px;
  }
  
  .container .comment-list .comment > div img.avatar {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    margin-bottom: 5px;
  }
  body:not(.original) .bypostauthor > .comment-body > .comment-author > 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 > div, 
  body.material #ajax-content-wrap .comment-list .pingback > 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 > 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 > 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"] > span:first-child > span,
  .single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] > span:first-child > 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 > 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 {
    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 > 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 > div {
    width: 100%;
    margin: 0 0 25px 0;
  }

  body .clients[class*="col"].no-carousel > div {
    margin-right: 1%;
    width: 49.4%;
  }

  body .clients[class*="col"].no-carousel > div:nth-child(2n+2) {
    margin-right: 0;
  }

  body .clients[class*="col"].carousel > div {
    margin: 0 5px;
    width: 150px;
  }

  body .clients.carousel.phone > div {
    width: 150px;
  }

  .clients[data-additional_padding="2"].no-carousel  >div {
    padding: 2% 4% 2% 4%;
  }

  .clients[data-additional_padding="3"].no-carousel  >div {
    padding: 3% 6% 3% 6%;
  }

  .clients[data-additional_padding="4"].no-carousel  >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 > div {
    width: 100%;
    float: none;
  }

  body #header-secondary-outer nav > ul > li, 
  body #header-secondary-outer nav > ul > li a,
  #header-secondary-outer nav >ul >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 > 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 > .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 > a,
  .single .blog-title #single-meta ul .meta-share-count > 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 > .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 > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  #nectar_fullscreen_rows[data-content-overflow="hidden"] .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap[data-content-pos="middle"] > .full-page-inner > .container > .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 > .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 > .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 > .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 > .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 >.inner-wrap,
  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 .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 > .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 > ul {
    width: auto;
    padding: 15px 0 25px 0;
    margin: 0 auto 0 auto;
    z-index: 100000;
    position: relative;
  }

  
  #header-outer #top nav >ul >li >ul >li { 
    opacity: 1;
    transform: none;
  }
  
  #top nav > ul li,
  #header-outer #top nav >ul >.megamenu >ul >li {
    display: block;
    width: auto;
    margin-left: 0;
  }
  #top nav >ul >.megamenu >.sub-menu { 
    width: auto!important; 
    opacity: 1;
    display: block;
  }
  
  #top nav > 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 > ul ul li {
    padding-left: 20px;
  }

  #top nav .sf-menu .sfHover > a {
    color: #FFBAAF;
  }


  a > .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 > span {
    height: 25px;
    width: 25px;
  }


  body .slider-nav > .left {
    left: 0;
  }

  body .slider-nav > .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 > 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 > .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 > .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 > .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"] > div:nth-child(1),
  .nectar-hor-list-item.has-btn[data-columns="4"] > div:nth-child(1) {
    padding-right: 135px;
  }

  .nectar-hor-list-item >.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 > .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 > ul,
  body:not(.material) #header-secondary-outer #social {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
  }

  #header-secondary-outer nav > ul > li > a .sf-sub-indicator {
    display: none;
  }

  #header-secondary-outer nav > ul > 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 > ul > li ul li {
    text-align: left;
  }

  #header-secondary-outer #social li > 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) > div {
    opacity: 1;
  }
  body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation > 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 > div,
  body:not([data-m-animate="1"]) .nectar-split-heading span > .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 > span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 > 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-"] > 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 > 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 > 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 > 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 > .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-"] > 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 > 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 > ul > li:not([class*="button_"]) > 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 > .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 > 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 > .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 > 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"] > .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 > .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 > .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 > 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 > .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 > .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 > 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"] > div {
    position: relative!important;
    left: 0!important;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .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 > div, 
  .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > 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 > div, 
  .full-width-content .vc_col-sm-8 .clients.six-cols > div {
    width: 32.3%;
  }

  .full-width-content .vc_span8 .clients.no-carousel.six-cols > div:nth-child(3n+3), 
  .full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols > div:nth-child(3n+3) {
    margin-right: 0;
  }

  .full-width-content .vc_span8 .clients.five-cols.carousel > div, 
  .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > 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 > .post-meta {
    opacity: 0;
    position: absolute!important;
  }

  .post-area.masonry.meta_overlaid .post .post-content > .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: 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"] > li {
  padding-left: 55px!important;
}
.material #footer-outer #footer-widgets .widget .nectar_widget[class*="nectar_blog_posts_"][data-style*="hover-featured-image"] > 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 > 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 > .buttons > li{
  margin: 0 14px;
}
body.material #header-outer:not([data-format="left-header"]) #top nav > .buttons > li.menu-item {
  margin: 0;
}

body.material #header-outer[data-transparent-header="true"].transparent nav >ul >li >a {
  margin-bottom: 0;
}

body.material #header-outer #top nav > .buttons > li:last-child, 
body.material #header-outer[data-format="centered-menu-bottom-bar"] #top nav > .buttons > .slide-out-widget-area-toggle {
  margin-right: 0!important;
}

body.material #header-outer:not([data-format="left-header"]) #top nav > .buttons > .slide-out-widget-area-toggle {
  margin-right: 0;
}

#header-outer[data-format="centered-menu-bottom-bar"].transparent #top .span_3 nav >.buttons li span, 
#header-outer[data-format="centered-menu-bottom-bar"].transparent #top .span_3 nav >.buttons li i {
  backface-visibility: hidden;
}

#header-outer[data-format="centered-menu-bottom-bar"] #top nav >.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 >.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 >.buttons > li {
  opacity: 0;
}

#header-outer[data-format="centered-menu-bottom-bar"].fixed-menu #top nav >.buttons > 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 >.buttons > 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 >.buttons > 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 >.buttons > li:nth-child(4) {
  animation: headerButtonsBottomBarItem 0.45s cubic-bezier(0.4, 0.1, 0.15, 1) 0.15s forwards;
}

#header-outer .sf-menu > li > a > .sf-sub-indicator {
  height: auto;
}

body.material #header-outer #top nav > .buttons > li:first-child {
  margin-left: 0;
}

body.material #header-outer .cart-menu, 
body.material #top nav ul #search-btn >div, 
body.material #top nav ul #nectar-user-account >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 > a,
body[data-header-format="left-header"].material #header-outer nav ul li .cart-menu > 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 >div, 
body.material #header-outer .cart-menu {
  border-left: none;
}
body.material #header-outer:not([data-format="left-header"]) #top nav >.buttons {
  margin-left: 30px;
}
body.material #header-outer[data-has-buttons="no"]:not([data-format="left-header"]) #top nav >.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 >.sf-menu >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 >.sf-menu >li[class*="button_"]:last-child a {
  margin-right: 0;
}

body.material #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav >.buttons {
  margin-left: 30px;
}

body.material #header-outer #top nav > 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 > .product_added.buttons, 
.material #top nav > .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 > .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 > .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 > .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 > .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 > .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 > .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 > .post-tags a {
  border-radius: 50px!important;
}
.material .widget .tagcloud a:hover, 
.material #sidebar .widget .tagcloud a:hover, 
.single .post-area .content-inner > .post-tags a:hover, 
.sharing-default-minimal .nectar-social a:hover, 
body.material #page-header-bg.fullscreen-header .inner-wrap >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 > .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 > .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 > div, 
body #header-outer[data-transparent-header="true"].transparent #top nav ul #nectar-user-account >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"] > 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 >ul >li:not([class*="button_"]) >a:after, 
#header-secondary-outer[data-lhe="animated_underline"] nav >.sf-menu >li:not([class*="button_"]) >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 >ul >li:not([class*="button_"]) >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 >.sf-menu >li:not([class*="button_"]) >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 > #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) > .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 > .row > .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured > div,
.main-content > .row > .wpb_row:not(.full-width-content) .nectar-recent-posts-single_featured.multiple_featured > 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 >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 > 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 > .post-tags > 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 > div,
body.material .comment-list .pingback > div {
  background-color:transparent;
  box-shadow:none;
  padding-left:85px;
  padding-bottom:0;
  padding-top:0;
  margin-top:4em 
}
body.material .comment-list .comment > div img.avatar,
body.material .comment-list .pingback > 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 > div, 
body.material .comment-list .pingback .pingback > div {
  padding-left: 65px;
}
.comment-list .comment > div p,.comment-list .pingback > 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 > 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 > 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 > .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 > 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 > #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 > 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 > 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 > .menu > 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);
}
