#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-menu"] #top .span_9 .sf-menu:not(.buttons) {
left:0;
position:relative;
text-align:center;
width:100%;
z-index:1
}
#header-outer[data-format="centered-menu"] #top nav >.sf-menu >li{
float:none;
display:inline-block
}
#header-outer[data-format="centered-menu"] #top nav >.sf-menu >.megamenu{
position:static
}
#header-outer[data-format="centered-menu"] #top nav >.sf-menu >li ul{
text-align:left
}
#header-outer[data-format="centered-menu"] #top nav >.buttons,
#header-outer[data-format="centered-menu"] #top .span_3{
z-index:10;
position:absolute
}
#header-outer[data-format="centered-menu"] #top .span_3{
left:0
}
#header-outer[data-format="centered-menu"] .logo-spacing {
visibility: hidden;
pointer-events:none;
z-index: -100;
}
@media only screen and (max-width: 690px) {
#header-outer[data-format="centered-menu"] .logo-spacing  {
display: none;
}
}
#header-outer[data-format="centered-menu"] .logo-spacing img {
margin-bottom: 0;
}
#header-outer[data-format="centered-menu"] #top .span_3 {
position: relative;
margin-right: 0;
}
#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-menu"] #top .span_9 .sf-menu:not(.buttons) {
position: static;
}
#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-menu"] #top .span_9 nav {
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
-ms-flex-positive: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
#header-outer[data-format="centered-menu"] #top nav >.buttons,
#header-outer[data-format="centered-menu"] #top .span_3 {
height: 100%;
}
@media only screen and (max-width: 999px) {
#header-outer[data-format="centered-menu"] #top .span_9 {
text-align: right;
z-index: 10000;
left: auto;
}
}.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:1px;
left:1px;
height:calc(100% - 2px);
width:calc(100% - 2px);
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 .fancy-box-custom-icon,
.nectar-flickity:not(.masonry) .flickity-slider .cell .nectar-fancy-box .fancy-box-custom-icon {
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;
}
.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
}
.material .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap,
.material .nectar-fancy-box[data-style="color_box_hover"]:before,
.material .nectar-fancy-box[data-style="color_box_basic"] {
border-radius: 5px;
}
.material .full-width-content .nectar-fancy-box[data-style="color_box_hover"] .box-inner-wrap,
.material .full-width-content .nectar-fancy-box[data-style="color_box_hover"]:before {
border-radius: 0;
} .nectar-fancy-box[data-border-radius="5px"]:not([data-style="parallax_hover"]):not([data-style="color_box_hover"]),
.nectar-fancy-box[data-border-radius="5px"] .image-wrap {
border-radius: 5px;
overflow: hidden;
}
.nectar-fancy-box[data-border-radius="10px"]:not([data-style="parallax_hover"]):not([data-style="color_box_hover"]),
.nectar-fancy-box[data-border-radius="10px"] .image-wrap {
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;
}
.nectar-fancy-box[data-style="image_above_text_underline"]:not(.using-img) .image-wrap {
display: none;
}
.nectar-fancy-box[data-style="image_above_text_underline"] .image-wrap {
overflow: hidden;
}
.nectar-fancy-box[data-style="image_above_text_underline"] {
padding: 0;
}
.nectar-fancy-box[data-style="image_above_text_underline"] .text {
padding: 30px 10% 0 0;
}
.nectar-fancy-box[data-style="image_above_text_underline"] .text p,
.nectar-fancy-box[data-style="image_above_text_underline"] .text > *:nth-child(2) {
padding-top: 10px;
}
.nectar-fancy-box[data-style="image_above_text_underline"] .box-bg:after,
.nectar-fancy-box[data-style="image_above_text_underline"]:after {
display: none;
}
.nectar-fancy-box[data-style="image_above_text_underline"] .box-bg {
height: auto;
width: 100.2%;
position: relative;
transition: transform 0.75s cubic-bezier(.2,.75,.5,1), opacity 0.5s ease 0.3s;
}
.nectar-fancy-box[data-style="image_above_text_underline"]:hover .box-bg {
transform: scale(1.1);
}.nectar-highlighted-text em {
position: relative;
display: inline-block;
font-family: inherit;
font-size: inherit;
font-style: inherit;
font-weight: inherit;
text-transform: inherit;
letter-spacing: inherit;
line-height: 1em;
padding: 0 3px;
}
.nectar-highlighted-text[class*="font_size_"] em {
line-height: inherit;
}
.nectar-highlighted-text:not([data-style="text_outline"]) em {
background-repeat: no-repeat;
background-size: 0% 80%;
background-image: linear-gradient(to right, #000000 0%, #000000 100%);
transition: background-size 0.9s cubic-bezier(.15,.75,.4,1), opacity 0.25s ease;
background-position: left 90%;
}
.nectar-highlighted-text[data-exp="closer"][data-style="full_text"] em { 
background-size: 0% 70%;
background-position: left 65%;
}
.nectar-highlighted-text[data-exp="closer"][data-style="full_text"] em.animated {
background-size: 100% 70%;
}
.nectar-highlighted-text[data-exp="closest"][data-style="full_text"] em { 
background-size: 0% 60%;
background-position: left 65%;
}
.nectar-highlighted-text[data-exp="closest"][data-style="full_text"] em.animated {
background-size: 100% 60%;
}
.nectar-highlighted-text[data-style="full_text"] em {
background-position: left 70%;
}
.nectar-highlighted-text[data-style="regular_underline"] a em {
-webkit-transition: color 0.9s cubic-bezier(.15,.75,.4,1), background-size 0.9s cubic-bezier(.15,.75,.4,1);
transition: color 0.9s cubic-bezier(.15,.75,.4,1), background-size 0.9s cubic-bezier(.15,.75,.4,1);
}
.nectar-highlighted-text[data-style="regular_underline"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"] em.has-link:hover {
color: #fff;
}
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] a:hover em,
.nectar-highlighted-text[data-style="regular_underline"][data-color="#ffffff"] em.has-link:hover {
color: #000;
}
.nectar-highlighted-text[data-style="regular_underline"] em,
.nectar-highlighted-text[data-style="full_text"] em,
.nectar-highlighted-text[data-style="half_text"] em {
display: inline;
}
.nectar-highlighted-text[data-style="half_text"] em {
background-size: 0% 28%;
}
.nectar-highlighted-text[data-style="half_text"] em.animated {
background-size: 100% 28%;
}
.nectar-highlighted-text[data-style="half_text"] a:hover em.animated {
background-size: 100% 14%;
}
.nectar-highlighted-text[data-style="regular_underline"] em {
background-image: linear-gradient(to right, #000000 0%, #000000 100%), linear-gradient(to right, #000000 0%, #000000 100%);
}
.nectar-highlighted-text[data-style="regular_underline"] em {
padding: 0;
}
.nectar-highlighted-text em.animated {
background-size: 100% 80%;
}
.nectar-highlighted-text[data-using-custom-color="false"] em:before {
opacity: 0.3;
}
@media only screen and (max-width: 999px) {
body:not([data-m-animate="1"]) .nectar-highlighted-text em.animated {
-webkit-transition: none;
transition: none;
}
}
.nectar-highlighted-text a {
color: inherit;
}
.nectar-highlighted-text[data-style="full_text"] a:hover em.animated {
opacity: 0.75;
}
.nectar-highlighted-text[data-style="text_outline"] em:before {
display: none;
}
.nectar-highlighted-text[data-style="text_outline"] em{
-webkit-text-stroke-color: inherit;
-webkit-text-fill-color: rgba(0,0,0,0);
}
.nectar-highlighted-text[data-style="text_outline"] a em {
transition: transform 0.3s ease;
transform-origin: left bottom;
}
.nectar-highlighted-text[data-style="text_outline"] a:hover em {
-webkit-text-fill-color: initial;
-webkit-text-stroke-color: rgba(0,0,0,0);
transform: skewX(-10deg);
}
.nectar-highlighted-text[data-style][data-user-color="true"] * {
color: inherit;
}
.nectar-highlighted-text[data-style="text_outline"] em {
display: inline;
padding: 0;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thin"] em {
-webkit-text-stroke-width: 0.015em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="regular"] em {
-webkit-text-stroke-width: 0.02em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="thick"] em {
-webkit-text-stroke-width: 0.03em;
}
.nectar-highlighted-text[data-style="text_outline"][data-outline-thickness="extra_thick"] em {
-webkit-text-stroke-width: 0.04em;
}.tabbed >ul,
.wpb_content_element .tabbed .wpb_tabs_nav {
margin-left:0px;
margin-bottom:17px
}
.tabbed >ul li{
float:left;
position:relative;
list-style:none;
margin:0px
}
.tabbed >ul:after{
content:"";
display:block;
height:0;
clear:both;
visibility:hidden
}
.tabbed >ul li a{
display:block;
color:#888;
position:relative;
background-color:rgba(0,0,0,0.045);
padding:8px 15px;
transition:all 0.3s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition:all 0.3s cubic-bezier(0.12,0.75,0.4,1);
border-left:0px;
border-right:1px solid rgba(0,0,0,0.06)
}
.tabbed >ul li a svg {
fill: #888;
}
.tabbed >ul li:hover,
body .wpb_content_element .wpb_tabs_nav li,
body .wpb_content_element .wpb_tabs_nav li:hover{
background-color:transparent
}
.tabbed .clear{
display:block!important;
padding-bottom:0px
}
.tabbed > ul li a:hover{
background-color:rgba(0,0,0,0.035)
}
.tabbed > ul li:last-child a{
border-color:transparent
}
.tabbed > ul li .active-tab{
color:#fff;
border-color:#27CFC3;
background-color:#27CFC3
}
.tabbed >ul li .active-tab svg {
fill: #fff;
}
.light .tabbed >ul li:last-child a,
.light .tabbed >ul li a{
border-color:rgba(0,0,0,0.2)
}
.light .tabbed >ul li a{
background-color:rgba(0,0,0,0.15)
}
.tabbed .wpb_tab{
opacity:0
}
body .tabbed > div {
padding:0px;
margin-bottom:0px;
background-color:transparent
}
body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
padding:0px;
background-color:transparent
}
.tabbed .wpb_tab{
position:absolute;
width: 100%;
left: -9999px;
top: 0;
visibility: hidden;
}
.tabbed >div:first-of-type{
position:relative
}
body .row .tabbed >div:first-of-type{
display: block;
opacity: 1;
visibility: visible;
position: relative;
left: 0;
}
.tabbed div.wp-video .mejs-mediaelement{
position:absolute
}
.tabbed div.wp-video .mejs-inner{
position:static
}
.wpb_tabs_nav .cta-button{
position:absolute;
right:0;
top:0
}
.tabbed[data-alignment="right"] .wpb_tabs_nav .cta-button{
left:0;
right:auto
}
.wpb_tabs_nav .cta-button a{
visibility:visible;
margin-bottom:0
}
.wpb_tabs_nav .cta-button a:after{
display:none!important
}
.tabbed .wpb_tab > .tab-icon {
display: none;
}
.tabbed[data-alignment="center"] .wpb_tabs_nav li,
.tabbed[data-alignment="right"] .wpb_tabs_nav li{
float:none;
display:inline-block
}
.tabbed[data-alignment="center"] .wpb_tabs_nav{
text-align:center
}
.tabbed[data-alignment="right"] .wpb_tabs_nav{
text-align:right
}
.tabbed[data-style="minimal"] .wpb_tabs_nav{
border-bottom:1px solid #e1e1e1;
line-height:0px;
margin-bottom:65px;
position:relative
}
.tabbed[data-style="minimal"] >ul li:not(.cta-button) a,
.tabbed[data-style="minimal"] >ul li:not(.cta-button) .active-tab,
.tabbed[data-style="minimal_alt"] >ul li:not(.cta-button) a,
.tabbed[data-style="minimal_alt"] >ul li:not(.cta-button) .active-tab{
background-color:transparent;
border-right:none;
position:relative;
color:inherit;
z-index:10;
padding:18px 17px;
line-height:32px;
margin-bottom:-1px;
overflow-y:hidden;
transition:all 0.3s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition:all 0.3s cubic-bezier(0.12,0.75,0.4,1)
}
.tabbed[data-style="minimal"] >ul li:not(.cta-button) a svg,
.tabbed[data-style="minimal"] >ul li:not(.cta-button) .active-tab svg,
.tabbed[data-style="minimal_alt"] >ul li:not(.cta-button) a svg,
.tabbed[data-style="minimal_alt"] >ul li:not(.cta-button) .active-tab svg {
fill: currentColor;
}
.tabbed[data-style="minimal"] >ul li a:hover{
opacity:0.7
}
.tabbed[data-style*="minimal"] >ul li a:after{
height:4px;
width:100%;
content:' ';
background-color:#000;
display:block;
position:absolute;
bottom:-4px;
left:0;
z-index:10;
transition:transform 0.3s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition:-webkit-transform 0.3s cubic-bezier(0.12,0.75,0.4,1)
}
.tabbed[data-style="minimal"] >ul li .active-tab{
opacity:1
}
.tabbed[data-style*="minimal"] >ul li .active-tab:after{
transform:translateY(-3px);
-webkit-transform:translateY(-3px)
}
.tabbed[data-style="vertical"].clearfix:after,
.tabbed[data-style="vertical_modern"].clearfix:after {
clear: both;
}
.tabbed[data-style="vertical"].clearfix:before,
.tabbed[data-style="vertical"].clearfix:after,
.tabbed[data-style="vertical_modern"].clearfix:before,
.tabbed[data-style="vertical_modern"].clearfix:after {
content: " ";
display: table;
}
.tabbed[data-style*="vertical"] .wpb_tabs_nav{
width:20%;
float:left
}
.tabbed[data-style*="vertical"] >div{
float:left;
width:80%;
padding-left:40px;
right: 0;
}
body .tabbed[data-style*="vertical"] .wpb_tabs_nav li {
white-space:normal;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
.tabbed[data-style*="vertical"] .wpb_tabs_nav{
width:25%;
}
.tabbed[data-style*="vertical"] >div{
width:65%;
}
}
.tabbed[data-style="vertical_modern"] >div{
padding-left:80px
}
.tabbed[data-style*="vertical"] .wpb_tabs_nav li{
float:none;
}
.tabbed[data-style*="vertical"] .wpb_tabs_nav li a{
border-right:none
}
.tabbed[data-style="vertical_modern"] > .wpb_tabs_nav li i {
transition: none;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li i,
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li svg {
margin-right: 13px;
position: relative;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
background-color: rgba(0,0,0,0.04);
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a:hover {
background-color: rgba(0,0,0,0.025);
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
align-items: center;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li {
margin-bottom: 12px;
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
border-radius: 6px;
padding: 25px 20px;
overflow: hidden;
}
@media only screen and (max-width: 999px) {
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
padding: 15px 20px;
}
}
.tabbed[data-style="vertical_modern"] .wpb_tabs_nav li .active-tab {
box-shadow: 0px 15px 50px rgba(0,0,0,0.2);
}
.tabbed[data-style="minimal_alt"] ul{
position:relative
}
@media only screen and (min-width:1000px){
body .tabbed[data-style="minimal_alt"] >ul li a:after{
display:none
}
.tabbed[data-style="minimal_alt"] .magic-line{
position:absolute;
bottom:8px;
left:0;
height:2px;
background-color:white;
width:1px;
-webkit-transform:translateX(0);
transform:translateX(0);
-webkit-transform-origin:left;
transform-origin:left;
-webkit-transition:visibility 0s,-webkit-transform 0.4s;
transition:visibility 0s,-webkit-transform 0.4s;
transition:transform 0.4s,visibility 0s;
transition:transform 0.4s,visibility 0s,-webkit-transform 0.4s;
-webkit-backface-visibility:hidden;
backface-visibility:hidden;
will-change:transform
}
}
.tabbed[data-style="minimal_alt"] >ul li:not(.cta-button) a{
padding:2px 0px!important
}
.tabbed[data-style="minimal_alt"] >ul li:not(.cta-button){
margin:0 30px!important
}
.tabbed > .wpb_tabs_nav li i{
transition: color 0.3s cubic-bezier(0.12,0.75,0.4,1);
margin-right: 10px;
}
.tabbed > .wpb_tabs_nav li svg {
transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
margin-right: 10px;
}
.tabbed[data-style="default"] > .wpb_tabs_nav li i,
.tabbed[data-style="vertical"] > .wpb_tabs_nav li i,
.tabbed[data-style*="material"] .wpb_tabs_nav li i {
transition: none;
}
.tabbed[data-style*="minimal"] .wpb_tabs_nav li i,
.tabbed[data-style*="material"] .wpb_tabs_nav li i,
.tabbed[data-style*="minimal"] .wpb_tabs_nav li svg,
.tabbed[data-style*="material"] .wpb_tabs_nav li svg {
display: block;
text-align: center;
margin: 0 0 8px 0;
font-size: 32px;
}
.tabbed[data-style*="material"] .wpb_tabs_nav,
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
margin-bottom: 65px;
}
.tabbed[data-style*="material"] .wpb_tabs_nav li {
float: none;
display: inline-block;
}
.tabbed[data-style*="material"] .wpb_tabs_nav:after,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a:before {
background-color: #000;
display: block;
left: 0;
width: 100%;
position: absolute;
content: '';
height: 1px;
opacity: 0.25;
visibility: visible;
}
.tabbed[data-style*="material"] ul:after {
opacity: 0.3;
}
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li .active-tab,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li .active-tab {
background-color: transparent;
}
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a:before {
height: 100%;
top: 0;
opacity: 0;
transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
z-index: -1;
border-radius: 5px 5px 0 0px;
}
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-1"] .wpb_tabs_nav li a:before,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-2"] .wpb_tabs_nav li a:before {
height: 100%;
top: 0;
opacity: 0;
transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
-webkit-transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
z-index: -1;
}
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] ul li .active-tab:before,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] ul li .active-tab:before,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-1"] ul li .active-tab:before,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-2"] ul li .active-tab:before,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-1"] ul li .active-tab:before,
.tabbed[data-style*="vertical"][data-color-scheme="extra-color-gradient-2"] ul li .active-tab:before {
opacity: 1;
}
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-1"] ul li .active-tab,
.tabbed[data-style*="default"][data-color-scheme="extra-color-gradient-2"] ul li .active-tab {
border-color: transparent;
}
.tabbed[data-style*="material"][data-full-width-line="true"] ul:after {
left: 50%;
right: 50%;
margin-left: -50vw;
margin-right: -50vw;
width: 100vw;
}
.tabbed[data-style*="material"] .wpb_tabs_nav li i,
.tabbed[data-style*="material"] .wpb_tabs_nav li svg {
font-size: 22px;
margin-top: 7px;
line-height: 22px;
height: auto;
margin-bottom: 5px;
width: auto;
}
.tabbed[data-style*="minimal"] .wpb_tabs_nav li svg {
margin: 0 auto 8px auto
}
.tabbed[data-style*="material"] .wpb_tabs_nav li svg {
margin: 0 auto
}
.tabbed[data-style*="material"] .wpb_tabs_nav li a:not(.active-tab):hover,
body .tabbed[data-style*="material"][data-color-scheme] .wpb_tabs_nav li a:not(.active-tab):hover {
color: #000;
}
.tabbed[data-style*="material"] .wpb_tabs_nav li a:not(.active-tab):hover svg {
fill: #000;
}
.tabbed[data-style*="material"] .wpb_tabs_nav li .active-tab:after {
opacity: 0.3;
}
.tabbed[data-style*="material"] .wpb_tabs_nav li a:after {
transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
opacity: 0.3;
display: block;
content: '';
width: 92%;
height: 92%;
top: 4%;
left: 4%;
z-index: -2;
position: absolute;
}
.span_12.light .tabbed[data-style*="material"] >ul li a:not(.active-tab) {
color: rgba(255,255,255,0.7);
}
.span_12.light .tabbed[data-style*="material"] >ul li a:hover {
color: rgba(255,255,255,1);
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
display: flex;
display: -ms-flexbox;
-ms-flex-wrap: nowrap;
flex-wrap: nowrap;
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li {
float: none;
flex-grow: 1;
-webkit-flex-grow: 1;
display: block;
border-bottom: 1px solid rgba(0,0,0,0.1);
}
.light .tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li  {
border-bottom: 1px solid rgba(255,255,255,0.1);
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a {
background-color: transparent;
text-align: center;
color: inherit;
border: none;
font-size: 1.2em;
padding: 25px 30px;
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a:not(.active-tab):hover {
opacity: 0.6;
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a.active-tab:hover {
background-color: transparent;
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a:not(.active-tab):after {
background: none;
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a:after {
-webkit-transform: scaleY(0);
transform: scaleY(0);
-webkit-transform-origin: bottom;
transform-origin: bottom;
height: 4px;
bottom: 0;
-webkit-transition: transform .4s ease;
transition: transform .4s ease;
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a.active-tab:after {
-webkit-transform: scaleY(1);
transform: scaleY(1);
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a:before {
position: absolute;
display: block;
content: '';
bottom: -4px;
left: 0;
width: 100%;
height: 4px;
opacity: 0;
transition: opacity .4s ease;
box-shadow: 0px 8px 24px rgba(0,0,0,0.15);
}
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav > li a.active-tab:before {
opacity: 0.3;
} .nectar-scrolling-tabs {
display: -webkit-flex;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
align-items: flex-start;
}
.nectar-scrolling-tabs .scrolling-tab-nav {
width: 25%;
min-width: 225px;
margin-left: 0;
margin-bottom: 0;
position: relative;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul {
margin-left: 0;
margin-bottom: 0;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul li {
list-style: none;
float: none;
display: block;
}
.nectar-scrolling-tabs[data-navigation-width="wide"] .scrolling-tab-nav {
width: 35%;
min-width: 275px;
}
.nectar-scrolling-tabs[data-navigation-width="narrow"] .scrolling-tab-nav {
width: 20%;
min-width: 175px;
}
.nectar-scrolling-tabs .scrolling-tab-content {
flex: 1;
padding-left: 7%;
}
.nectar-scrolling-tabs .scrolling-tab-nav  a {
color: inherit;
}
.nectar-scrolling-tabs .scrolling-tab-nav h6,
.nectar-scrolling-tabs .scrolling-tab-nav h5,
.nectar-scrolling-tabs .scrolling-tab-nav h4,
.nectar-scrolling-tabs .scrolling-tab-nav h3,
.nectar-scrolling-tabs .scrolling-tab-nav h2 {
margin-bottom: 0;
line-height: 1.3em;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul li {
line-height: 1em;
opacity: 0.45;
padding-left: 50px;
padding-bottom: 35px;
-webkit-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul[data-spacing="15px"] li {
padding-bottom: 15px;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul[data-spacing="20px"] li {
padding-bottom: 20px;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul[data-spacing="25px"] li {
padding-bottom: 25px;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul[data-spacing="30px"] li {
padding-bottom: 30px;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul[data-spacing="40px"] li {
padding-bottom: 40px;
}
.nectar-scrolling-tabs .scrolling-tab-nav ul[data-spacing="45px"] li {
padding-bottom: 45px;
}
.nectar-scrolling-tabs[data-tab-spacing="10%"] .scrolling-tab-content > div {
padding-top: 5%;
padding-bottom: 5%;
}
.nectar-scrolling-tabs[data-tab-spacing="20%"] .scrolling-tab-content > div {
padding-top: 10%;
padding-bottom: 10%;
}
.nectar-scrolling-tabs[data-tab-spacing="30%"] .scrolling-tab-content > div {
padding-top: 15%;
padding-bottom: 15%;
}
.nectar-scrolling-tabs[data-tab-spacing="40%"] .scrolling-tab-content > div {
padding-top: 20%;
padding-bottom: 20%;
}
.nectar-scrolling-tabs[data-tab-spacing="50%"] .scrolling-tab-content > div {
padding-top: 50%;
padding-bottom: 50%;
}
@media only screen and (min-width: 1000px) {
.nectar-scrolling-tabs .scrolling-tab-mobile-title {
margin-bottom: 60px;
}
.full-width-content .nectar-scrolling-tabs .scrolling-tab-mobile-title {
width: 50px;
margin-left: auto;
margin-right: auto;
}
.nectar-scrolling-tabs.initalized .scrolling-tab-content {
margin-top: -61px;
}
}
@media only screen and (max-width: 999px) {
.nectar-scrolling-tabs[data-tab-spacing="30%"] .scrolling-tab-content > div,
.nectar-scrolling-tabs[data-tab-spacing="40%"] .scrolling-tab-content > div,
.nectar-scrolling-tabs[data-tab-spacing="50%"] .scrolling-tab-content > div {
padding-top: 10%;
padding-bottom: 10%;
}
.nectar-scrolling-tabs {
display: block;
}
}
.nectar-scrolling-tabs[data-tab-spacing] .scrolling-tab-content > div:first-child {
padding-top: 0;
}
.nectar-scrolling-tabs[data-tab-spacing] .scrolling-tab-content > div:last-child {
padding-bottom: 0;
}
.nectar-scrolling-tabs .scrolling-tab-nav .theiaStickySidebar ul li:last-child {
padding-bottom: 0;
}
.nectar-scrolling-tabs .scrolling-tab-nav .menu-item:hover {
opacity: 1;
}
.nectar-scrolling-tabs .scrolling-tab-nav .menu-item .sub-desc {
padding-top: 10px;
line-height: 1.6em;
display: block;
opacity: 0.7;
}
.nectar-scrolling-tabs .scrolling-tab-nav .menu-item.has-icon {
display: flex;
}
.nectar-scrolling-tabs .scrolling-tab-nav .svg-icon-link svg {
width: 24px;
}
.scrolling-tab-content .im-icon-wrap.tab-icon {
display: none;
}
.nectar-scrolling-tabs .scrolling-tab-nav .svg-icon-link {
padding-top: 0;
}
.nectar-scrolling-tabs .scrolling-tab-nav i,
.nectar-scrolling-tabs .scrolling-tab-nav .svg-icon-link {
margin-right: 15px;
}
.nectar-scrolling-tabs[data-nav-tag="h2"] .scrolling-tab-nav i,
.nectar-scrolling-tabs[data-nav-tag="h2"] .scrolling-tab-nav .svg-icon-link svg {
font-size: 30px;
}
.nectar-scrolling-tabs .scrolling-tab-nav a {
padding-top: 5px;
}
.nectar-scrolling-tabs .scrolling-tab-mobile-title {
min-height: 1px;
}
.nectar-scrolling-tabs .scrolling-tab-mobile-title .inner {
display: none;
margin-bottom: 25px;
}
.scrolling-tab-mobile-title i {
font-size: 28px;
}
.nectar-scrolling-tabs .scrolling-tab-nav .active {
opacity: 1;
}
.nectar-scrolling-tabs .scrolling-tab-nav .theiaStickySidebar:before,
.nectar-scrolling-tabs .scrolling-tab-nav .line,
[data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav:before,
#ajax-content-wrap [data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a:before {
display: block;
position: absolute;
left: 3px;
top: 0;
content: '';
background-color: rgba(0,0,0,0.1);
width: 1px;
height: 100%;
}
.light .nectar-scrolling-tabs .scrolling-tab-nav .theiaStickySidebar:before,
.light .nectar-scrolling-tabs .scrolling-tab-nav .line,
.light [data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav:before,
.light #ajax-content-wrap [data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a:before {
background-color: rgba(255,255,255,0.2);
}
.nectar-scrolling-tabs .scrolling-tab-nav.single-tab .skip-hash {
pointer-events: none;
}
.nectar-scrolling-tabs .scrolling-tab-nav .line {
width: 3px;
left: 2px;
}
.nectar-scrolling-tabs .scrolling-tab-nav .line {
max-height: 1px;
height: 100%;
background-color: #000;
-webkit-transition: transform 0.5s cubic-bezier(0,0,.34,.96), max-height 0.5s cubic-bezier(0,0,.34,.96);
transition: transform 0.5s cubic-bezier(0,0,.34,.96), max-height 0.5s cubic-bezier(0,0,.34,.96);
transform: translate3d(0px, 0px, 0px);
}
@media only screen and (max-width: 999px ) {
.nectar-scrolling-tabs .scrolling-tab-nav {
display: none;
}
.nectar-scrolling-tabs .scrolling-tab-content {
padding-left: 0;
}
.nectar-scrolling-tabs:not([data-m-display="hidden"]) .scrolling-tab-mobile-title .inner {
display: block;
}
.nectar-scrolling-tabs .scrolling-tab-content > div {
padding-bottom: 40px;
}
} [data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a {
background-color: transparent!important;
padding: 0 0 0 40px;
margin-bottom: 35px;
}
[data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li:last-child,
[data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li:last-child a {
margin-bottom: 0;
}
[data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a:before {
display: none;
}
[data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li .active-tab {
box-shadow: none;
color: inherit;
}
[data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a:before {
opacity: 0;
background-color: #000;
transition: opacity 0.3s ease;
}
[data-stored-style="vs"] .tabbed[data-style="vertical_modern"] .wpb_tabs_nav li a.active-tab:before {
opacity: 1
}
.tabbed .wpb_tabs_nav li .im-icon-wrap.tab-icon {
line-height: 0;
}
.tabbed[data-icon-size="24"] .wpb_tabs_nav li i{
font-size: 24px;
line-height: 24px;
}
.tabbed[data-icon-size="26"] .wpb_tabs_nav li i{
font-size: 26px;
line-height: 26px;
}
.tabbed[data-icon-size="28"] .wpb_tabs_nav li i{
font-size: 28px;
line-height: 28px;
}
.tabbed[data-icon-size="30"] .wpb_tabs_nav li i{
font-size: 30px;
line-height: 30px;
}
.tabbed[data-icon-size="32"] .wpb_tabs_nav li i{
font-size: 32px;
line-height: 32px;
}
.tabbed[data-icon-size="34"] .wpb_tabs_nav li i{
font-size: 34px;
line-height: 34px;
}
.tabbed[data-icon-size="36"] .wpb_tabs_nav li i{
font-size: 36px;
line-height: 36px;
}
.tabbed[data-icon-size="24"] .wpb_tabs_nav li svg{
height: 24px;
}
.tabbed[data-icon-size="26"] .wpb_tabs_nav li svg{
height: 26px;
}
.tabbed[data-icon-size="28"] .wpb_tabs_nav li svg{
height: 28px;
}
.tabbed[data-icon-size="30"] .wpb_tabs_nav li svg{
height: 30px;
}
.tabbed[data-icon-size="32"] .wpb_tabs_nav li svg{
height: 32px;
}
.tabbed[data-icon-size="34"] .wpb_tabs_nav li svg{
height: 34px;
}
.tabbed[data-icon-size="36"] .wpb_tabs_nav li svg{
height: 36px;
}
.tabbed[data-style="default"] .wpb_tabs_nav li .im-icon-wrap.tab-icon { margin-right: 10px; }
.tabbed[data-style="default"] .wpb_tabs_nav li svg,
.tabbed[data-style="default"] .wpb_tabs_nav li .im-icon-wrap.tab-icon,
.tabbed[data-style="default"] .wpb_tabs_nav li .im-icon-wrap.tab-icon svg {
height: 18px;
width: 18px;
display: inline-block;
}
.tabbed[data-icon-size="30"][data-style*="material"] .wpb_tabs_nav li i,
.tabbed[data-icon-size="32"][data-style*="material"] .wpb_tabs_nav li i,
.tabbed[data-icon-size="34"][data-style*="material"] .wpb_tabs_nav li i,
.tabbed[data-icon-size="36"][data-style*="material"] .wpb_tabs_nav li i,
.tabbed[data-icon-size="30"][data-style*="material"] .wpb_tabs_nav li svg,
.tabbed[data-icon-size="32"][data-style*="material"] .wpb_tabs_nav li svg,
.tabbed[data-icon-size="34"][data-style*="material"] .wpb_tabs_nav li svg,
.tabbed[data-icon-size="36"][data-style*="material"] .wpb_tabs_nav li svg {
margin-top: 10px;
margin-bottom: 10px;
}
.tabbed[data-style="material"] .wpb_tabs_nav li a {
transition: all 0.3s cubic-bezier(0.12,0.75,0.4,1);
padding-top: 13px;
padding-bottom: 13px;
border: none;
border-radius: 5px 5px 0 0px;
}
.tabbed[data-style="material"] >ul li a:not(.active-tab) {
background-color: transparent;
}
.tabbed[data-spacing="side-15px"]:not([data-style="vertical"]) .wpb_tabs_nav li a,
.tabbed[data-spacing="side-15px"]:not([data-style="vertical"]) .wpb_tabs_nav li .active-tab {
padding-left: 17px;
padding-right: 17px;
}
.tabbed[data-spacing="side-20px"]:not([data-style="vertical"]) .wpb_tabs_nav li a,
.tabbed[data-spacing="side-20px"]:not([data-style="vertical"]) .wpb_tabs_nav li .active-tab {
padding-left: 20px;
padding-right: 20px;
}
.tabbed[data-spacing="side-25px"]:not([data-style="vertical"]) .wpb_tabs_nav li a,
.tabbed[data-spacing="side-25px"]:not([data-style="vertical"]) .wpb_tabs_nav li .active-tab {
padding-left: 25px;
padding-right: 25px;
}
.tabbed[data-spacing="side-30px"]:not([data-style="vertical"]) .wpb_tabs_nav li a,
.tabbed[data-spacing="side-30px"]:not([data-style="vertical"]) .wpb_tabs_nav li .active-tab {
padding-left: 30px;
padding-right: 30px;
}
.tabbed[data-spacing="side-35px"]:not([data-style="vertical"]) .wpb_tabs_nav li a,
.tabbed[data-spacing="side-35px"]:not([data-style="vertical"]) .wpb_tabs_nav li .active-tab {
padding-left: 35px;
padding-right: 35px;
}
.tabbed[data-spacing="side-40px"]:not([data-style="vertical"]) .wpb_tabs_nav li a,
.tabbed[data-spacing="side-40px"]:not([data-style="vertical"]) .wpb_tabs_nav li .active-tab {
padding-left:40px;
padding-right:40px;
}
.tabbed[data-spacing="side-45px"]:not([data-style="vertical"]) .wpb_tabs_nav li a,
.tabbed[data-spacing="side-45px"]:not([data-style="vertical"]) .wpb_tabs_nav li .active-tab {
padding-left:45px;
padding-right:45px;
}
@media only screen and (max-width : 690px) {
.tabbed[data-style*="minimal"] > ul li:not(.cta-button) a,
.tabbed[data-style*="minimal"] > ul li:not(.cta-button) .active-tab {
padding: 20px 15px 5px 15px;
}
.tabbed[data-style="minimal_alt"] > ul li:not(.cta-button) {
margin: 0 10px!important;
}
.tabbed[data-style="minimal"] .wpb_tabs_nav {
border-bottom: none;
}
.tabbed > ul li {
float: none;
display: inline-block;
border-right: 0px;
}
.tabbed > ul {
float: none;
}
.tabbed > ul li a {
border-right: 0px!important;
}
.tabbed[data-style*="material"] ul:after {
display: none;
}
.tabbed[data-style="material"] .wpb_tabs_nav li a,
.tabbed[data-style="material"] .wpb_tabs_nav li {
display: block;
text-align: center;
}
.tabbed[data-style="material"] ul li a,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-1"] ul li a:before,
.tabbed[data-style*="material"][data-color-scheme="extra-color-gradient-2"] ul li a:before {
border-radius: 5px;
}
.tabbed[data-style*="vertical"] .wpb_tabs_nav {
width: 100%;
}
.tabbed[data-style*="vertical"] .wpb_tabs_nav li {
display: inline-block;
margin: 5px;
}
}
@media only screen and (min-width : 1px) and (max-width : 999px) {
.tabbed[data-style="minimal_flexible"] .wpb_tabs_nav {
-ms-flex-wrap: wrap;
flex-wrap: wrap;
}
.tabbed[data-alignment="right"] .wpb_tabs_nav .cta-button {
top: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
left: auto;
right: 0;
}
.tabbed[data-alignment="center"] .wpb_tabs_nav .cta-button {
top: 0;
-webkit-transform: translateY(-100%) translateX(-50%);
transform: translateY(-100%) translateX(-50%);
left: 50%;
right: auto;
}
.tabbed[data-style*="vertical"] .wpb_tabs_nav {
width: 100%;
text-align: center;
margin-bottom: 35px!important;
}
.tabbed[data-style*="vertical"] .wpb_tabs_nav li {
display: inline-block;
font-size: 12px;
margin: 5px;
}
.tabbed[data-style*="vertical"] >div {
width: 100%;
padding-left: 0;
}
}.wpb_wrapper >.nectar-hor-list-item:not([data-hover-effect="full_border"]):last-child{
border-bottom:0
}
.wpb_wrapper >.nectar-hor-list-item{
margin-bottom:0
}
.nectar-hor-list-item{
box-sizing:border-box;
position:relative;
border-bottom:1px solid rgba(0,0,0,0.12);
padding:22px;
margin-bottom:0;
-webkit-transition:all .4s cubic-bezier(0.2,0,0.15,1);
-ms-transition:all .4s cubic-bezier(0.2,0,0.15,1);
transition:all .4s cubic-bezier(0.2,0,0.15,1)
}
.nectar-hor-list-item[data-hover-effect="none"] {
padding-left: 0;
padding-right: 0;
}
body .tabbed .nectar-hor-list-item {
padding:22px;
}
.span_12.light .nectar-hor-list-item{
border-color:rgba(255,255,255,0.12)
}
.nectar-hor-list-item[data-hover-effect="default"]:before{
height:100%;
opacity:0;
bottom:0;
left:0;
content:'';
position:absolute;
right:0;
z-index:-1;
-webkit-transform:perspective(1000px) rotateX(90deg);
-ms-transform:perspective(1000px) rotateX(90deg);
transform:perspective(1000px) rotateX(90deg);
-webkit-transform-origin:50% 100%;
-ms-transform-origin:50% 100%;
transform-origin:50% 100%;
-webkit-transition:all .4s cubic-bezier(0.2,0,0.15,1);
-ms-transition:all .4s cubic-bezier(0.2,0,0.15,1);
transition:all .4s cubic-bezier(0.2,0,0.15,1) 
}
.nectar-hor-list-item[data-color="black"]:before{
background-color:#000
}
.nectar-hor-list-item[data-color="white"]:before{
background-color:#fff
}
.nectar-hor-list-item[data-hover-effect="default"]:hover{
border-color:transparent!important
}
.nectar-hor-list-item[data-hover-effect="default"]:hover:before{
opacity:1;
-webkit-transform:perspective(1000px) rotateX(0);
-ms-transform:perspective(1000px) rotateX(0);
transform:perspective(1000px) rotateX(0)
}
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item, 
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item-btn, 
.span_12.light .nectar-hor-list-item .nectar-list-item, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn {
color:#fff
}
.nectar-hor-list-item[data-hover-effect="default"]:hover .nectar-list-item-btn, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn{
border-color:rgba(255,255,255,0.5)
}
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item, 
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item-btn{
color:#000
}
.nectar-hor-list-item[data-color="white"]:hover .nectar-list-item-btn{
border-color:rgba(0,0,0,0.3)
}
body .nectar-hor-list-item .nectar-list-item-btn {
font-size:14px;
}
.nectar-hor-list-item .nectar-list-item-btn{
padding:8px 12px;
display:inline-block;
border:2px solid rgba(0,0,0,0.3);
line-height:12px;
color:#000;
margin:3px 3px;
-webkit-transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1);
-ms-transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1);
transition:border-color .45s cubic-bezier(0.25,1,0.33,1),color .45s cubic-bezier(0.25,1,0.33,1)
}
.nectar-hor-list-item[data-hover-effect="default"] .nectar-list-item-btn:hover, 
.span_12.light .nectar-hor-list-item .nectar-list-item-btn:hover{
border-color:#fff
}
.nectar-hor-list-item[data-hover-effect="none"]:hover .nectar-list-item {
color: inherit;
}
.nectar-hor-list-item .full-link{
display:block;
position:absolute;
left:0;
top:0;
width:100%;
height:100%;
z-index:100
}
body[data-button-style^="rounded"] .nectar-hor-list-item .nectar-list-item-btn{
border-radius:100px
}
.nectar-hor-list-item >.nectar-list-item{
display:inline-block;
vertical-align:middle;
-webkit-transition:color .4s cubic-bezier(0.2,0,0.15,1);
-ms-transition:color .4s cubic-bezier(0.2,0,0.15,1);
transition:color .4s cubic-bezier(0.2,0,0.15,1)
}
.nectar-hor-list-item >.nectar-list-item[data-text-align="left"]{
text-align:left
}
.nectar-hor-list-item >.nectar-list-item[data-text-align="center"]{
text-align:center
}
.nectar-hor-list-item >.nectar-list-item[data-text-align="right"]{
text-align:right
}
.nectar-hor-list-item[data-columns="1"] >.nectar-list-item{
width:100%
}
.nectar-hor-list-item[data-columns="2"] >.nectar-list-item{
width:50%
}
.nectar-hor-list-item[data-columns="3"] >.nectar-list-item{
width:33.3%
}
.nectar-hor-list-item[data-columns="4"] >.nectar-list-item{
width:25%
}
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(4), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(3){
width:15%
}
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_first_last"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_first"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="large_nth"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="4"][data-column-layout="small_nth"] >div:nth-child(4){
width:35%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] >div:nth-child(1){
width:20%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="small_first"] >div:nth-child(3){
width:40%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] >div:nth-child(3){
width:50%
}
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] >div:nth-child(2), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_first"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_middle"] >div:nth-child(3), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] >div:nth-child(1), 
.nectar-hor-list-item[data-columns="3"][data-column-layout="large_last"] >div:nth-child(2){
width:25%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="large_first"] >div:nth-child(1){
width:70%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="large_first"] >div:nth-child(2){
width:30%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xlarge_first"] >div:nth-child(1){
width:80%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xlarge_first"] >div:nth-child(2){
width:20%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xsmall_first"] >div:nth-child(1){
width:20%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="xsmall_first"] >div:nth-child(2){
width:80%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="small_first"] >div:nth-child(1){
width:30%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="small_first"] >div:nth-child(2){
width:70%
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_first"] >div:nth-child(1){ 
width: 40%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_first"] >div:nth-child(2){ 
width: 60%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_last"] >div:nth-child(1){ 
width: 40%;
}
.nectar-hor-list-item[data-columns="2"][data-column-layout="medium_last"] >div:nth-child(2){ 
width: 60%;
}
.nectar-hor-list-item .nectar-list-item[data-text-align="left"] {
padding-right: 30px;
}
.nectar-hor-list-item > div[data-text-align="left"]:last-child {
padding-right: 0;
}
.nectar-hor-list-item .nectar-list-item[data-text-align="right"] {
padding-left: 30px;
}
.nectar-hor-list-item .nectar-list-item[data-text-align="center"] {
padding-right: 15px;
padding-right: 15px;
}
.nectar-hor-list-item[data-hover-effect="none"]:before {
display: none;
}
.row .nectar-hor-list-item h5,
.row .nectar-hor-list-item h4,
.row .nectar-hor-list-item h3,
.row .nectar-hor-list-item h2 {
color: inherit;
margin-bottom: 0;
}
.nectar-hor-list-item[data-hover-effect="full_border"] {
transition: all 0.25s ease;
}
.nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn {
border: none; 
background-color: rgba(0, 0, 0, 0.05);
transition: all 0.25s ease;
}
.nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn:hover {
color: #fff;
}
.span_12.light .nectar-hor-list-item[data-hover-effect="full_border"] .nectar-list-item-btn {
border: none; 
background-color: rgba(255, 255, 255, 0.1);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="3px"] { border-radius: 3px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="5px"] { border-radius: 5px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="10px"] { border-radius: 10px;}
.nectar-hor-list-item[data-hover-effect="full_border"][data-br="15px"] { border-radius: 15px;}
.nectar-hor-list-item[data-hover-effect="full_border"] {
border: 1px solid rgba(0,0,0,0.15);
margin-top: 20px;
}
.span_12.light .nectar-hor-list-item[data-hover-effect="full_border"] {
border: 1px solid rgba(255,255,255,0.25);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="white"]:hover {
border-color: rgba(255,255,255,1);
}
.nectar-hor-list-item[data-hover-effect="full_border"][data-color="black"]:hover {
border-color: rgba(0,0,0,1);
}
.nectar-hor-list-item[data-hover-effect="full_border"]:hover {
box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
}
.nectar-hor-list-item .nectar-list-item[data-icon="true"] > * {
display: inline-block;
vertical-align: middle;
}
.nectar-hor-list-item .item-icon {
font-size: 30px;
margin: 10px 15px 10px 0;
top: 0;
}
.nectar-hor-list-item img.item-icon.small { width: 20px; }
.nectar-hor-list-item img.item-icon { width: 30px; }
.nectar-hor-list-item img.item-icon.large { width: 45px; }
.nectar-hor-list-item img.item-icon.x_large { width: 60px; }
.nectar-hor-list-item .item-icon[data-size="small"] {
font-size: 20px;
}
.nectar-hor-list-item .item-icon[data-size="large"] {
font-size: 40px;
margin-right: 20px;
}
.nectar-hor-list-item .item-icon[data-size="x_large"] {
font-size: 50px;
margin-right: 20px;
}
body[data-button-style*="slightly_rounded"] .nectar-hor-list-item .nectar-list-item-btn {
border-radius: 4px;
-webkit-border-radius: 4px;
}
@media only screen and (min-width : 1px) and (max-width : 999px) {
.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: 22px;
}
.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:not([data-columns="2"]) >.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;
}
}.nectar-video-box .play_button_mouse_follow {
transition: opacity 0.3s ease;
}
.nectar-video-box .play_button_mouse_follow:not(.visible) {
opacity: 0;
}
.nectar-video-box .play_button_mouse_follow:before {
border-width: 2px;
}
.nectar-video-box .play_button_mouse_follow svg {
width: 12px;
}
.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
width: 94px;
height: 94px;
left: 0;
top: 0;
margin-top: -47px;
margin-left: -47px;
pointer-events: none;
}
.nectar-video-box[data-mouse-style="see_through_contrast"] .play_button_mouse_follow {
mix-blend-mode: difference;
}
.nectar-video-box[data-mouse-style="see_through_contrast"],
.nectar-video-box[data-mouse-style="see_through_contrast"] > .inner-wrap {
background-color: #fff;
}
@media only screen and (max-width: 690px) {
.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
width: 60px;
height: 60px;
margin-top: -30px;
margin-left: -30px;
}
.nectar-video-box .play_button_mouse_follow.nectar_video_lightbox svg {
width: 10px;
}
}
.nectar-video-box[data-mouse-style="solid_color"] .play_button_mouse_follow:before {
border: none;
}
@-webkit-keyframes pulse-1{
0%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1);
opacity:1
}
100%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
@keyframes pulse-1{
0%{
transform:translate3d(-50%,-50%,0)scale(1);
opacity:1
}
100%{
transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
@-webkit-keyframes pulse-2{
0%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1);
opacity:0.5
}
100%{
-webkit-transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
@keyframes pulse-2{
0%{
transform:translate3d(-50%,-50%,0)scale(1);
opacity:0.5
}
100%{
transform:translate3d(-50%,-50%,0)scale(1.7);
opacity:0
}
}
.nectar_video_lightbox.play_button{
position:relative;
width:90px;
height:90px;
margin:0;
display:inline-block
}
.centered-text .nectar_video_lightbox.play_button{
margin:0 30px
}
.nectar_video_lightbox.play_button_with_text .play{
height:52px;
width:52px;
position:relative;
vertical-align:middle;
display:inline-block
}
.nectar_video_lightbox.play_button_with_text .play >.inner-wrap{
height:100%;
width:100%;
display:block
}
.nectar_video_lightbox.play_button_with_text .play >.inner-wrap:before {
border-radius:200px;
backface-visibility: hidden;
height:100%;
width:100%;
display:block;
content:'';
transition:all 0.45s cubic-bezier(.15,0.2,.1,1) 0s;
-webkit-transition:all 0.45s cubic-bezier(.15,0.2,.1,1) 0s
}
.nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play >.inner-wrap:before {
background-color:#000;
}
.nectar_video_lightbox.play_button_with_text:hover .play >.inner-wrap:before{
-webkit-transform:scale(1.15);
transform:scale(1.15)
}
.nectar_video_lightbox.play_button_with_text .link-text >*{
margin-bottom:0
}
body .nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before{
width:50px;
height:50px;
left:50%;
top:50%;
z-index:-1
}
.nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:before, 
.nectar_video_lightbox.play_button_with_text:not([data-style="small"]) .play:after{
position:absolute;
top:50%;
left:50%;
display:block;
content:'';
border:1px solid rgba(255,255,255,.5);
border-radius:50%;
-webkit-transform:scale(.35) translateY(-50%) translateX(-50%);
-ms-transform:scale(.35) translateY(-50%) translateX(-50%);
transform:scale(.35) translateY(-50%) translateX(-50%);
opacity:0;
-webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite
}
.nectar_video_lightbox.play_button_with_text .play:after{
width:50px;
height:50px;
z-index:-1;
border-color:rgba(255,255,255,.4);
-webkit-animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
animation:pulse-1 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite
}
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:before, 
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after{
-webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite;
animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0.4s infinite
}
.span_12.dark .nectar_video_lightbox.play_button_with_text .play:after{
-webkit-animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite;
animation:pulse-2 2.6s cubic-bezier(.25,.9,.2,1) 0s infinite
}
.nectar_video_lightbox.play_button_with_text svg{
width:14px;
height:14px;
z-index:100
}
.span_12.light .nectar_video_lightbox.play_button_with_text .link-text{
color:#fff
}
.nectar_video_lightbox.play_button_with_text .link-text{
display:inline-block;
margin-left:25px;
color:#000;
vertical-align:middle
}
.play_button_with_text .link-text[data-font="nectar-btn-jumbo"] {
font-size: 18px;
}
.play_button_with_text .link-text[data-font="nectar-btn-large"] {
font-size: 14px;
}
.play_button_with_text .link-text[data-font="nectar-btn-medium"] {
font-size: 12px;
}
.nectar_video_lightbox.play_button_with_text .play:before{
display:block;
position:absolute;
content:' ';
top:0;
left:0;
width:100%;
height:100%;
z-index:10;
border-radius:200px;
box-sizing:border-box;
-webkit-box-sizing:border-box
}
.nectar_video_lightbox .play{
display:block;
height:100%;
width:100%;
transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s;
-webkit-transition:all 0.4s cubic-bezier(0.19,1,0.22,1) 0s
}
.nectar_video_lightbox path, 
.span_12.dark .nectar_video_lightbox.play_button_with_text path{
fill:#fff
}
.span_12.dark .nectar_video_lightbox path{
fill:#000
}
.span_12.dark .nectar_video_lightbox.play_button:before{
border:5px solid #000
}
.nectar_video_lightbox:hover:before{
transform:scale(1.1);
-webkit-transform:scale(1.1);
opacity:0.4
}
.nectar_video_lightbox:not(.play_button_with_text):hover .play{
transform:scale(1.3);
-webkit-transform:scale(1.3)
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:before, 
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play:after {
display: none;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="small"] .button-bg {
height: 30px;
width: 30px;
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg {
width: 70px;
height: 70px; 
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h2"] .button-bg,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] span.play,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"][data-font-style="h1"] .button-bg {
width: 90px;
height: 90px; 
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] {
text-align: center;
display: inline-block;
}
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .link-text {
display: block;
margin-left: 0;
margin-top: 28px;
}
.main-content .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"]:not([data-style="small"]) .play >.inner-wrap:before {
background-color: transparent!important;
}
.play_button_with_text[data-style="small"][data-font-style="h3"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h3"] .button-bg,
.play_button_with_text[data-style="small"][data-font-style="h2"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h2"] .button-bg,
.play_button_with_text[data-style="small"][data-font-style="h1"] span.play,
.play_button_with_text[data-style="small"][data-font-style="h1"] .button-bg {
height: 40px;
width: 40px;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] .button-bg-wrap,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .button-bg-wrap {
margin-top: -20px;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] svg,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] svg {
height: 10px;
width: 10px;
}
.nectar_video_lightbox.play_button_with_text {
display: inline-block;
padding: 20px 0;
}
.nectar_video_lightbox.play_button_with_text > span {
display: block;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] .link-text {
margin-left: 15px;
}
.play_button_with_text[data-style="small"][data-font-style="h1"] .link-text,
.play_button_with_text[data-style="small"][data-font-style="h2"] .link-text,
.play_button_with_text[data-style="small"][data-font-style="h3"] .link-text  {
margin-left: 20px;
}
.nectar_video_lightbox.play_button_with_text[data-style="small"] .play >.inner-wrap:before,
.nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play >.inner-wrap:before {
border-width: 2px;
border-style: solid;
box-sizing: border-box;
border-color: #000;
}
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style="small"] path,
.span_12.dark .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] path {
fill: #000;
}
.light .nectar_video_lightbox.play_button_with_text[data-style="small"] .play >.inner-wrap:before,
.light .nectar_video_lightbox.play_button_with_text[data-style="bordered_top"] .play >.inner-wrap:before { 
border-color: #fff;
}
.span_12.dark .nectar_video_lightbox.nectar-button[data-color*="transparent"]{
border:2px solid #000;
color:#000
}
.nectar_video_lightbox.nectar-button[data-color*="transparent"] {
background-color:transparent;
border:2px solid #fff;
opacity:1;
transition:all 0.2s ease;
-webkit-transition:all 0.2s ease
}
.nectar_video_lightbox.nectar-button[data-color*="transparent"]:hover{
color:#fff;
border-color:transparent
}
.nectar-video-box{
line-height:0;
position:relative;
margin-bottom:35px
}
.nectar-video-box img{
transition:all .7s cubic-bezier(.2,1,.22,1);
-webkit-transition:all .7s cubic-bezier(.2,1,.22,1);
margin-bottom:0!important;
transform:translateZ(0) scale(1.05);
-webkit-transform:translateZ(0) scale(1.05);
backface-visibility:hidden;
-webkit-backface-visibility:hidden;
max-width:none!important;
width:100%!important
}
.nectar-video-box img.nectar-lazy {
opacity: 0;
}
.nectar-video-box img.nectar-lazy.loaded {
opacity: 1;
}
.nectar-video-box[data-hover="zoom_button"] img,
.nectar-video-box[data-hover="zoom_button"]:hover img{
transition:none;
-webkit-transition:none;
-webkit-transform:none;
transform:none
}
.nectar-video-box .nectar_video_lightbox{
position:absolute;
left:50%;
top:50%;
z-index:10;
width:70px;
height:70px;
margin-top:-35px;
margin-left:-35px;
color:#fff;
display:inline-block;
border-radius:200px;
-webkit-transform:translateZ(0);
transform:translateZ(0)
}
body .nectar-video-box[data-hover="zoom_button"] .nectar_video_lightbox:after{
background-color:#000;
position:absolute;
content:' ';
display:block;
left:0;
top:0;
width:100%;
border-radius:200px;
height:100%;
z-index:1;
transition:all .7s cubic-bezier(.2,1,.22,1);
-webkit-transition:all .7s cubic-bezier(.2,1,.22,1)
}
.nectar-video-box:hover .nectar_video_lightbox:after{
-webkit-transform:scale(1.14);
transform:scale(1.14)
}
.nectar-video-box[data-hover="zoom_button"] .play{
position:relative;
z-index:10
}
.nectar-video-box .inner-wrap >a.full-link{
position:absolute;
display:block;
top:0;
left:0;
height:100%;
width:100%;
z-index:100
}
.nectar-video-box:hover img{
transform:scale(1.14);
-webkit-transform:scale(1.14)
}
.nectar-video-box .nectar_video_lightbox path{
fill:#fff!important
}
body .nectar-video-box[data-hover="zoom_button"] .nectar_video_lightbox{
background-color:transparent!important
}
.nectar-video-box .inner-wrap {
overflow: hidden;
}
.nectar-video-box[data-border-radius*="px"] > .inner-wrap {
transform: translateZ(0);
}
.nectar-video-box[data-border-radius="3px"] .inner-wrap {
border-radius: 3px;
}
.nectar-video-box[data-border-radius="5px"] .inner-wrap {
border-radius: 5px;
}
.nectar-video-box[data-border-radius="10px"] .inner-wrap {
border-radius: 10px;
}
.nectar-video-box[data-border-radius="15px"] .inner-wrap {
border-radius: 15px;
}
.nectar-video-box[data-border-radius="20px"] .inner-wrap {
border-radius: 20px;
}
.nectar-video-box[data-shadow*="depth"]:before {
position: absolute;
width: 98%;
height: 98%;
top: 1%;
left: 1%;
display: block;
content: '';
z-index: -1;
}
.nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
height: 110px;
width: 110px;
margin-left: -55px;
margin-top: -55px;
}
@media only screen and (max-width : 690px) {
.nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
width: 70px;
height: 70px;
margin-top: -35px;
margin-left: -35px;
}
}.owl-carousel[data-desktop-cols] {
display:none;
width:100%;
-webkit-tap-highlight-color:transparent;
position:relative;
z-index:1
}
.owl-carousel[data-desktop-cols] .owl-stage{
position:relative;
padding:25px 0;
cursor:-webkit-grab;
cursor:-moz-grab;
-ms-touch-action:pan-Y
}
.owl-carousel[data-desktop-cols] .owl-stage:after{
content:".";
display:block;
clear:both;
visibility:hidden;
line-height:0;
height:0
}
.owl-carousel[data-desktop-cols] .owl-stage-outer{
position:relative;
overflow:hidden;
-webkit-transform:translate3d(0px,0px,0px)
}
.owl-carousel[data-desktop-cols] .owl-item{
position:relative;
min-height:1px;
float:left;
-webkit-backface-visibility:hidden;
-webkit-tap-highlight-color:transparent;
-webkit-touch-callout:none
}
.owl-carousel[data-desktop-cols] .owl-item img{
display:block;
width:100%;
-webkit-transform-style:preserve-3d
}
.owl-carousel[data-desktop-cols] .owl-nav.disabled,
.owl-carousel[data-desktop-cols] .owl-dots.disabled{
display:none
}
.owl-carousel[data-desktop-cols] .owl-nav .owl-prev,
.owl-carousel[data-desktop-cols] .owl-nav .owl-next,
.owl-carousel[data-desktop-cols] .owl-dot{
cursor:pointer;
-webkit-user-select:none;
-khtml-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.owl-carousel.owl-loaded[data-desktop-cols]{
display:block
}
.owl-carousel.owl-loading[data-desktop-cols]{
opacity:0;
display:block
}
.owl-carousel.owl-hidden[data-desktop-cols]{
opacity:0
}
.owl-carousel.owl-refresh[data-desktop-cols] .owl-item{
display:none
}
.owl-carousel.owl-drag[data-desktop-cols] .owl-item{
-webkit-user-select:none;
-moz-user-select:none;
-ms-user-select:none;
user-select:none
}
.owl-carousel.owl-grab[data-desktop-cols], .owl-stage.owl-grab{
cursor:-webkit-grabbing;
cursor:-moz-grabbing
}
.owl-carousel.owl-rtl{
direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
float:right
} .no-js .owl-carousel{
display:block
} .owl-carousel[data-desktop-cols] .animated{
animation-duration:1000ms;
animation-fill-mode:both
}
.owl-carousel[data-desktop-cols] .owl-animated-in{
z-index:0
}
.owl-carousel[data-desktop-cols] .owl-animated-out{
z-index:1
}
.owl-carousel[data-desktop-cols] .fadeOut{
animation-name:fadeOut
}
@keyframes fadeOut{
0%{
opacity:1
}
100%{
opacity:0
}
}
.owl-height{
transition:height 500ms ease-in-out
}
.owl-carousel[data-desktop-cols] .owl-item .owl-lazy{
opacity:0;
transition:opacity 400ms ease
}
.owl-carousel[data-desktop-cols] .owl-item img.owl-lazy{
transform-style:preserve-3d
}
.owl-theme[data-desktop-cols] .owl-nav{
margin-top:10px;
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme[data-desktop-cols] .owl-nav [class*='owl-']{
color:#FFF;
font-size:14px;
margin:5px;
padding:4px 7px;
background:#D6D6D6;
display:inline-block;
cursor:pointer;
border-radius:3px
}
.owl-theme[data-desktop-cols] .owl-nav [class*='owl-']:hover{
background:#869791;
color:#FFF;
text-decoration:none
}
.owl-theme[data-desktop-cols] .owl-nav .disabled{
opacity:0.5;
cursor:default
}
.owl-theme[data-desktop-cols] .owl-nav.disabled+.owl-dots{
margin-top:10px
}
.owl-theme[data-desktop-cols] .owl-dots{
text-align:center;
-webkit-tap-highlight-color:transparent
}
.owl-theme[data-desktop-cols] .owl-dots .owl-dot{
display:inline-block;
zoom:1;
background: none;
border: none;
padding: 0;
}
.owl-theme[data-desktop-cols] .owl-dots .owl-dot span{
width:6px;
height:6px;
margin:5px 7px;
background:rgba(0,0,0,0.25);
display:block;
-webkit-backface-visibility:visible;
border-radius:30px;
-webkit-transition:all 0.13s ease;
transition:all 0.13s ease;
-webkit-transform:scale(0.9);
transform:scale(0.9);
}
.owl-theme[data-desktop-cols] .owl-dots .owl-dot.active span,
.owl-theme[data-desktop-cols] .owl-dots .owl-dot:hover span{
background:#869791
}
.span_12.light .owl-theme[data-desktop-cols] .owl-dots .owl-dot span{
background:rgba(255,255,255,0.5)
}
.span_12.light .owl-theme[data-desktop-cols] .owl-dots .owl-dot.active span,
.span_12.light .owl-theme[data-desktop-cols] .owl-dots .owl-dot:hover span{
background:#fff
}
.owl-theme[data-desktop-cols] .owl-dots .owl-dot.active span{
-webkit-transform:scale(1.5);
transform:scale(1.5);
}
.owl-carousel[data-column-padding="5px"] .carousel-item{
padding:6px
}
.owl-carousel[data-column-padding="10px"] .carousel-item{
padding:11px
}
.owl-carousel[data-column-padding="15px"] .carousel-item{
padding:16px
}
.owl-carousel[data-column-padding="20px"] .carousel-item{
padding:21px
}
.owl-carousel[data-column-padding="30px"] .carousel-item{
padding:31px
}
.owl-carousel[data-column-padding="40px"] .carousel-item{
padding:41px
}
.owl-carousel[data-column-padding="50px"] .carousel-item{
padding:51px
}
.owl-carousel.moving a{
pointer-events:none
}
.owl-carousel[data-enable-animation="true"] .owl-stage >.owl-item{
opacity:0;
-ms-transform:translateY(70px);
-webkit-transform:translateY(70px);
transform:translateY(70px)
}
.owl-carousel[data-enable-animation="true"] .owl-controls{
opacity:0
}
.owl-carousel[data-enable-animation="true"].animated-in .owl-controls{
opacity:1;
-ms-transition:opacity 0.5s;
-webkit-transition:opacity 0.5s;
transition:opacity 0.5s
}
@media only screen and (max-width : 690px) {
.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;
}
}.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;
background-position: center;
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: 145%;
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;
}
}