#header-outer #mobile-menu {
display: none;
padding: 0;
z-index: 1000;
position: absolute;
left: 0;
top: calc(99% + 12px);
width: 100%;
}
#header-outer #mobile-menu > .inner {
max-height: 85vh;
position: relative;
overflow-y: auto;
overflow-x: hidden;
padding: 0;
z-index: 1001;
}
#header-outer #mobile-menu:before {
content: '';
display: block;
position: absolute;
top: 0;
margin-left: -50vw;
left: 50%;
width: 100vw;
height: 100%;
background-color: #fff;
}
#header-outer[data-full-width="true"] #mobile-menu:before {
margin-left: 0;
left: -30px;
width: calc(100vw + 60px);
}
body[data-header-color="dark"] #header-outer #mobile-menu:before {
background-color: #000;
}
body[data-header-color="dark"] #mobile-menu ul li a,
body[data-header-color="dark"] #header-outer #mobile-menu p {
color: #fff;
}
#mobile-menu ul li a,
#header-outer #mobile-menu p {
color: #999;
}
#header-outer #mobile-menu .menu-items-wrap[data-has-secondary-text="false"] > ul:first-child,
#header-outer #mobile-menu .menu-items-wrap[data-has-secondary-text="false"] > ul:first-child > li:first-child:before {
-webkit-transition: opacity 0.2s ease, padding 0.2s ease;
transition: opacity 0.2s ease, padding 0.2s ease;
}
#header-outer.transparent #mobile-menu .menu-items-wrap[data-has-secondary-text="false"] > ul:first-child {
padding-top: 10px;
}
#header-outer.transparent #mobile-menu .menu-items-wrap[data-has-secondary-text="false"] > ul:first-child > li:first-child:before {
opacity: 0;
}
#header-outer #mobile-menu ul,
#header-outer #mobile-menu p {
z-index: 10;
position: relative;
}
#header-outer #mobile-menu ul li {
position: relative;
}
#header-outer #mobile-menu ul li a {
font-size: 14px;
display: block;
position: relative;
padding: 15px 0;
}
#mobile-menu .inner ul ul > li > a span { 
opacity: 0;
display: block;
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
-webkit-transition: opacity 0.3s ease, transform 0.3s ease;
transition: opacity 0.3s ease, transform 0.3s ease;
}
#mobile-menu .inner ul .visible > ul > li > a span {
opacity: 1;
-webkit-transform: translateX(0);
transform: translateX(0);
}
#mobile-menu .visible > ul > li:nth-child(2) > a span {
transition-delay: 0.04s;
}
#mobile-menu .visible > ul > li:nth-child(3) > a span {
transition-delay: 0.08s;
}
#mobile-menu .visible > ul > li:nth-child(4) > a span {
transition-delay: 0.12s;
}
#mobile-menu .visible > ul > li:nth-child(5) > a span {
transition-delay: 0.16s;
}
#mobile-menu .visible > ul > li:nth-child(6) > a span {
transition-delay: 0.20s;
}
#mobile-menu .visible > ul > li:nth-child(7) > a span {
transition-delay: 0.24s;
}
#mobile-menu .visible > ul > li:nth-child(8) > a span {
transition-delay: 0.28s;
}
#mobile-menu .visible > ul > li:nth-child(9) > a span {
transition-delay: 0.32s;
}
#mobile-menu .visible > ul > li:nth-child(10) > a span {
transition-delay: 0.36s;
}
#mobile-menu .visible > ul > li:nth-child(11) > a span {
transition-delay: 0.40s;
}
#mobile-menu .visible > ul > li:nth-child(12) > a span {
transition-delay: 0.44s;
}
#mobile-menu .visible > ul > li:nth-child(13) > a span {
transition-delay: 0.48s;
}
#mobile-menu .visible > ul > li:nth-child(14) > a span {
transition-delay: 0.48s;
}
#mobile-menu .menu-items-wrap ul li:before {
background-color: rgba(0,0,0,0.08);
content: '';
display: block;
position: absolute;
top: -1px;
width: 100%;
left: 0;
height: 1px;
}
#mobile-menu .menu-items-wrap > ul:last-child > li:last-child:after {
background-color: rgba(0,0,0,0.08);
content: '';
display: block;
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
}
body[data-header-color="dark"] #mobile-menu .menu-items-wrap ul li:before,
body[data-header-color="dark"] #mobile-menu .menu-items-wrap > ul:last-child > li:last-child:after {
background-color: rgba(255,255,255,0.15);
}
#header-outer #mobile-menu a > .sf-sub-indicator {
right: 0px;
position: absolute;
left: auto;
padding: 0;
top: 50%;
padding: 10px 0 10px 20px;
color: inherit;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
height: auto;
width: auto;
}
#header-outer #mobile-menu a > .sf-sub-indicator i {
font-size: 20px;
color: inherit;
width: auto;
-webkit-transition: color 0.2s ease, transform 0.4s ease;
transition: color 0.2s ease, transform 0.4s ease;
}
#header-outer #mobile-menu .current-open-item > a > .sf-sub-indicator i {
transform: rotate(180deg);
}
#header-outer #mobile-menu .bottom-text {
padding: 20px 0 0;
}
#header-outer #mobile-menu ul li ul {
display: none;
}
#header-outer #mobile-menu ul ul > li > a {
margin-left: 20px;
}
#header-outer #mobile-menu ul ul ul > li > a {
margin-left: 40px;
}
#header-outer #mobile-menu ul ul ul ul > li > a {
margin-left: 60px;
}
#header-outer #mobile-menu ul ul ul ul ul > li > a {
margin-left: 80px;
}
#header-outer #mobile-menu ul ul ul ul ul ul > li > a {
margin-left: 100px;
}
#header-outer #mobile-menu .off-canvas-social-links li {
display: inline-block;
}
#header-outer #mobile-menu .off-canvas-social-links li i {
font-size: 18px;
}
#header-outer #mobile-menu .off-canvas-social-links li a {
padding: 0 10px;
}
#header-outer #mobile-menu .off-canvas-social-links {
margin-top: 20px;
}
#header-outer #mobile-menu .secondary-header-text p { 
margin-bottom: 0;
padding: 0; 
line-height: 1.5em;
}
#header-outer #mobile-menu .secondary-header-text {
padding: 15px;
margin-bottom: 20px;
margin-top: 20px;
text-align: center;
background-color: rgba(0,0,0,0.05);
border-radius: 5px;
position: relative;
z-index: 10;
}
#header-outer #mobile-menu .secondary-header-text p a {
color: inherit;
}
#header-outer #mobile-menu .below-menu-items-wrap > *:last-child {
margin-bottom: 20px;
}
body[data-header-color="dark"] #header-outer #mobile-menu .secondary-header-text {
background-color: rgba(255,255,255,0.05);
}
@media only screen and (min-width: 691px) {
#header-outer #mobile-menu .secondary-header-text {
display: none;
}
#header-outer #mobile-menu .secondary-header-items { 
display: none; 
}
}body.compensate-for-scrollbar {
overflow: hidden;
}
.fancybox-active {
height: auto;
}
.fancybox-is-hidden {
left: -9999px;
margin: 0;
position: absolute !important;
top: -9999px;
visibility: hidden;
}
.fancybox-container {
-webkit-backface-visibility: hidden;
height: 100%;
left: 0;
outline: none;
position: fixed;
-webkit-tap-highlight-color: transparent;
top: 0;
-ms-touch-action: manipulation;
touch-action: manipulation;
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
bottom: 0;
left: 0;
position: absolute;
right: 0;
top: 0;
}
.fancybox-outer {
-webkit-overflow-scrolling: touch;
overflow-y: auto;
}
.fancybox-bg {
background: rgb(30, 30, 30);
opacity: 0;
transition-duration: inherit;
transition-property: opacity;
transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}
.fancybox-is-open .fancybox-bg {
opacity: .95;
transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .25s ease 0s, visibility 0s ease 0s;
visibility: visible;
}
.fancybox-infobar {
color: #ccc;
font-size: 13px;
-webkit-font-smoothing: subpixel-antialiased;
height: 44px;
left: 0;
line-height: 44px;
min-width: 44px;
mix-blend-mode: difference;
padding: 0 10px;
pointer-events: none;
top: 0;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.fancybox-toolbar {
right: 0;
top: 0;
}
.fancybox-stage {
direction: ltr;
overflow: visible;
transform: translateZ(0);
z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
overflow: hidden;
}
.fancybox-slide {
-webkit-backface-visibility: hidden; display: none;
height: 100%;
left: 0;
outline: none;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: absolute;
text-align: center;
top: 0;
transition-property: transform, opacity;
white-space: normal;
width: 100%;
z-index: 99994;
}
.fancybox-slide::before {
content: '';
display: inline-block;
font-size: 0;
height: 100%;
vertical-align: middle;
width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
display: block;
}
.fancybox-slide--image {
overflow: hidden;
padding: 44px 0;
}
.fancybox-slide--image::before {
display: none;
}
.fancybox-slide--html {
padding: 6px;
}
.fancybox-content {
background: #fff;
display: inline-block;
margin: 0;
max-width: 100%;
overflow: auto;
-webkit-overflow-scrolling: touch;
padding: 44px;
position: relative;
text-align: left;
vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
animation-timing-function: cubic-bezier(.5, 0, .14, 1);
-webkit-backface-visibility: hidden;
background: transparent;
background-repeat: no-repeat;
background-size: 100% 100%;
left: 0;
max-width: none;
overflow: visible;
padding: 0;
position: absolute;
top: 0;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: transform, opacity;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
cursor: -webkit-grab;
cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
cursor: -webkit-grabbing;
cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
background: transparent;
border: 0;
height: 100%;
left: 0;
margin: 0;
max-height: none;
max-width: none;
padding: 0;
position: absolute;
top: 0;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
width: 100%;
}
.fancybox-spaceball {
z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
height: 100%;
overflow: visible;
padding: 0;
width: 100%;
}
.fancybox-slide--video .fancybox-content {
background: #000;
}
.fancybox-slide--map .fancybox-content {
background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
background: #fff;
}
.fancybox-video,
.fancybox-iframe {
background: transparent;
border: 0;
display: block;
height: 100%;
margin: 0;
overflow: hidden;
padding: 0;
width: 100%;
} .fancybox-iframe {
left: 0;
position: absolute;
top: 0;
}
.fancybox-error {
background: #fff;
cursor: default;
max-width: 400px;
padding: 40px;
width: 100%;
}
.fancybox-error p {
color: #444;
font-size: 16px;
line-height: 20px;
margin: 0;
padding: 0;
} .fancybox-button {
background: rgba(30, 30, 30, .6);
border: 0;
border-radius: 0;
box-shadow: none;
cursor: pointer;
display: inline-block;
height: 44px;
margin: 0;
padding: 10px;
position: relative;
transition: color .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
color: #ccc;
}
.fancybox-button:hover {
color: #fff;
}
.fancybox-button:focus {
outline: none;
}
.fancybox-button.fancybox-focus {
outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
color: #888;
cursor: default;
outline: none;
} .fancybox-button div {
height: 100%;
}
.fancybox-button svg {
display: block;
height: 100%;
overflow: visible;
position: relative;
width: 100%;
}
.fancybox-button svg path {
fill: currentColor;
stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-ms-transform: scaleX(0);
transform: scaleX(0);
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .8;
padding: 8px;
position: absolute;
right: -12px;
top: -44px;
z-index: 401;
}
.fancybox-close-small:hover {
color: #fff;
opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
color: currentColor;
padding: 10px;
right: 0;
top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
display: none;
} .fancybox-navigation .fancybox-button {
background-clip: content-box;
height: 100px;
opacity: 0;
position: absolute;
top: calc(50% - 50px);
width: 70px;
}
.fancybox-navigation .fancybox-button div {
padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0;
left: env(safe-area-inset-left);
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
right: env(safe-area-inset-right);
} .fancybox-caption {
background: linear-gradient(to top,
rgba(0, 0, 0, .85) 0%,
rgba(0, 0, 0, .3) 50%,
rgba(0, 0, 0, .15) 65%,
rgba(0, 0, 0, .075) 75.5%,
rgba(0, 0, 0, .037) 82.85%,
rgba(0, 0, 0, .019) 88%,
rgba(0, 0, 0, 0) 100%);
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 75px 44px 25px 44px;
pointer-events: none;
right: 0;
text-align: center;
z-index: 99996;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
}
}
.fancybox-caption--separate {
margin-top: -50px;
}
.fancybox-caption__body {
max-height: 50vh;
overflow: auto;
pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
color: #ccc;
text-decoration: none;
}
.fancybox-caption a:hover {
color: #fff;
text-decoration: underline;
} .fancybox-loading {
animation: fancybox-rotate 1s linear infinite;
background: transparent;
border: 4px solid #888;
border-bottom-color: #fff;
border-radius: 50%;
height: 50px;
left: 50%;
margin: -25px 0 0 -25px;
opacity: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@keyframes fancybox-rotate {
100% {
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, .25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
opacity: 0;
transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
opacity: 1;
} .fancybox-fx-zoom-in-out.fancybox-slide--previous {
opacity: 0;
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
transform: scale3d(.5, .5, .5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-close-small {
right: -6px;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
.fancybox-caption {
padding-left: 12px;
padding-right: 12px;
}
@supports (padding: max(0px)) {
.fancybox-caption {
padding-left: max(12px, env(safe-area-inset-left));
padding-right: max(12px, env(safe-area-inset-right));
}
}
} .fancybox-share {
background: #f4f4f4;
border-radius: 3px;
max-width: 90%;
padding: 30px;
text-align: center;
}
.fancybox-share h1 {
color: #222;
font-size: 35px;
font-weight: 700;
margin: 0 0 20px 0;
}
.fancybox-share p {
margin: 0;
padding: 0;
}
.fancybox-share__button {
border: 0;
border-radius: 3px;
display: inline-block;
font-size: 14px;
font-weight: 700;
line-height: 40px;
margin: 0 5px 10px 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
color: #fff;
}
.fancybox-share__button:hover {
text-decoration: none;
}
.fancybox-share__button--fb {
background: #3b5998;
}
.fancybox-share__button--fb:hover {
background: #344e86;
}
.fancybox-share__button--pt {
background: #bd081d;
}
.fancybox-share__button--pt:hover {
background: #aa0719;
}
.fancybox-share__button--tw {
background: #1da1f2;
}
.fancybox-share__button--tw:hover {
background: #0d95e8;
}
.fancybox-share__button svg {
height: 25px;
margin-right: 7px;
position: relative;
top: -1px;
vertical-align: middle;
width: 25px;
}
.fancybox-share__button svg path {
fill: #fff;
}
.fancybox-share__input {
background: transparent;
border: 0;
border-bottom: 1px solid #d7d7d7;
border-radius: 0;
color: #5d5b5b;
font-size: 14px;
margin: 10px 0 0 0;
outline: none;
padding: 10px 15px;
width: 100%;
} .fancybox-thumbs {
background: #ddd;
bottom: 0;
display: none;
margin: 0;
-webkit-overflow-scrolling: touch;
-ms-overflow-style: -ms-autohiding-scrollbar;
padding: 2px 2px 4px 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
top: 0;
width: 212px;
z-index: 99995;
}
.fancybox-thumbs-x {
overflow-x: auto;
overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
display: block;
}
.fancybox-show-thumbs .fancybox-inner {
right: 212px;
}
.fancybox-thumbs__list {
font-size: 0;
height: 100%;
list-style: none;
margin: 0;
overflow-x: hidden;
overflow-y: auto;
padding: 0;
position: absolute;
position: relative;
white-space: nowrap;
width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
background: #fff;
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
background: #2a2a2a;
border-radius: 10px;
}
.fancybox-thumbs__list a {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
background-color: rgba(0, 0, 0, .1);
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
cursor: pointer;
float: left;
height: 75px;
margin: 2px;
max-height: calc(100% - 8px);
max-width: calc(50% - 4px);
outline: none;
overflow: hidden;
padding: 0;
position: relative;
-webkit-tap-highlight-color: transparent;
width: 100px;
}
.fancybox-thumbs__list a::before {
border: 6px solid #ff5268;
bottom: 0;
content: '';
left: 0;
opacity: 0;
position: absolute;
right: 0;
top: 0;
transition: all .2s cubic-bezier(.25, .46, .45, .94);
z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
opacity: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
} @media only screen and (min-width: 600px) {
body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-toolbar {
top: 32px;
}
body.admin-bar .fancybox-container:not(.fancybox-is-fullscreen) .fancybox-infobar {
top: 38px;
}
}
.fancybox-video {
visibility: visible;
}
.fancybox-bg {
background-color: #000;
}
body.compensate-for-scrollbar,
html.compensate-for-scrollbar { 
margin-right: 0!important; 
}
html.compensate-for-scrollbar { 
overflow-y: scroll!important; 
}
button.fancybox-button {
background-color: #000;
}
body[data-button-style^="rounded"] button.fancybox-button,
body[data-button-style*="slightly_rounded"] button.fancybox-button { 
border-radius: 0!important; 
}
button.fancybox-button--fsenter, 
html body[data-button-style^="rounded"] button.fancybox-button--fsenter, 
html body[data-button-style*="slightly_rounded"] button.fancybox-button--fsenter,
button.fancybox-button--fsexit {
border-radius: 0 0 0 5px!important;
}
.fancybox-navigation button { 
color: #fff; 
background-color: transparent; 
}
.fancybox-navigation button:before {
content: "";
position: absolute;
top: 30px;
right: 25px;
width: 40px;
height: 40px;
border-radius: 50px;
background-color: rgba(25, 25, 25, 0.45);
z-index: -1;
transform: scale(0.9);
transition: all 0.25s cubic-bezier(.15,0.2,.1,1);
}
.fancybox-navigation button.fancybox-button--arrow_right:before  {
right: 5px;
}
@media only screen and (min-width: 690px) {
.fancybox-navigation button:hover:before{
transform: scale(1.1);
box-shadow: 0px 7px 18px rgba(0,0,0,0.25);
}
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 20px; 
}
.fancybox-navigation .fancybox-button--arrow_right {
right: 20px; 
}
@media only screen and (max-width: 690px){
.fancybox-navigation button:before { 
transition: none; 
}
.fancybox-navigation .fancybox-button--arrow_left {
left: 0; }
.fancybox-navigation .fancybox-button--arrow_right {
right: 0; }
}@media only screen and (min-width: 1300px) {
.container,  
body[data-ext-responsive="false"] #boxed #header-outer[data-full-width="true"] header > .container,  
body[data-ext-responsive="false"] #boxed #header-secondary-outer[data-full-width="true"] > .container,
.post-area.standard-minimal.full-width-content .post .inner-wrap,
body[data-header-format="left-header"] .container, 
body[data-header-format="left-header"] .post-area.standard-minimal.full-width-content .post .inner-wrap {
max-width: 1100px;
}
} @media only screen and (min-width: 1000px) and (max-width: 1300px) {
h2 .nectar-button {
top: -2px;
}
#author-bio #author-info,
.ascend #ajax-content-wrap .container-wrap #author-bio #author-info {
width: 544px;
}
#project-meta ul li .nectar-love-wrap.fadein {
margin-right: 11px;
padding-right: 11px;
}
.post-area.masonry {
width: 895px;
}
.post-area.masonry.span_9 {
width: 660px;
margin-right: 10px;
}
.post-area.masonry.span_9 .masonry-blog-item {
width: 46.5%;
}
#page-header-bg .span_6 .subheader {
font-size: 24px;
}
.nectar-milestone .number {
font-size: 50px;
line-height: 50px;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, 
#boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
font-size: 32px;
line-height: 50px;
}
body .swiper-slide .content p {
font-size: 20px;
line-height: 34px;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
font-size: 14px;
line-height: 24px;
}
.main-content .col.span_4 .col.span_2 img, 
.main-content .col.span_3 .col.span_2 img, 
.main-content .col.span_2 .col.span_2 img, 
.main-content .col.span_6 .col.span_2 img {
padding-right: 5px;
top: -3px;
}
.carousel-next {
right: 0;
padding-left: 1px;
}
.carousel-prev {
right: 25px;
padding-right: 1px;
}
.portfolio-items:not(.carousel) .col .work-item.style-2 i {
line-height: 32px;
height: 32px;
width: 32px;
font-size: 14px;
}
#top nav > ul > li > a {
padding-left: 8px;
}
.sf-sub-indicator {
left: 6px;
}
body .swiper-slide .content p.transparent-bg span,
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
line-height: 38px;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
max-width: 720px;
}
body .vc_pie_chart .vc_pie_chart_value {
font-size: 32px;
}
} @media only screen and (min-width : 690px) and (max-width : 999px) {
.span_1, .span_2, .span_3, .span_4, .span_5, .span_6, 
.span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
width: 100%;
margin-left: 0;
}
.col, body .vc_row-fluid .wpb_column {
margin-bottom: 25px;
}
#header-outer .col {
margin-bottom: 0;
margin-right: 0;
}
.wpb_column {
width: 100%;
}
body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
margin-right: 20px;
margin-left: 20px;
width: calc(100% - 40px);
}
body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
margin-right: 0;
width: 100%;
} body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"] {
margin-bottom: 0;
}
.vc_col-sm-12[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-12 {
width: 100%;
}
body .vc_row-fluid [class*="vc_col-"][data-t-w-inherits="small_desktop"]:first-child:not([class*="offset"]) {
margin-left: 0;
} body .vc_row-fluid .vc_col-sm-2 {
width: 31.2%;
margin-left: 3.1%;
}
body .vc_row-fluid.full-width-content .vc_col-sm-2 {
width: 33.3%;
margin-left: 0%;
}
body .vc_row-fluid.full-width-content .vc_col-xs-6 {
width: 50%;
}
body .vc_row-fluid .vc_col-xs-12[class*="vc_col-xs-"] {
width: 100%;
}
body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-7, 
body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-5 {
width: 100%;
margin-left: 0;
}
.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(3n+4):not([class*="offset"]) {
margin-left: 0;
}
.container {
max-width: 600px;
}
.wpb_column.force-tablet-text-align-left, 
.wpb_column.force-tablet-text-align-left .col {
text-align: left!important;
}
.wpb_column.force-tablet-text-align-right, 
.wpb_column.force-tablet-text-align-right .col {
text-align: right!important;
}
.wpb_column.force-tablet-text-align-center, 
.wpb_column.force-tablet-text-align-center .col, 
.wpb_column.force-tablet-text-align-center .vc_custom_heading,
.wpb_column.force-tablet-text-align-center .nectar-cta {
text-align: center!important;
}
body:not(.material) #header-secondary-outer[data-full-width="true"] >.container nav > ul >li:last-child,
body:not(.material) #header-secondary-outer nav > ul > li:last-child {
border-right: 1px solid #dddddd;
}
body:not(.material) #header-secondary-outer[data-mobile="display_full"] nav > #social > li:last-child {
border: none;
}
.one-fourths.span_3,
.one-fourths.vc_span3, 
.one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
width: 50%;
margin-bottom: 2%;
}
#footer-outer .one-fourths.span_3,
#footer-outer .one-fourths.vc_span3, 
#footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
width: 48%!important;
margin-bottom: 2%;
margin-right: 15px;
margin-left: 0!important;
padding: 15px;
float: left;
}
.one-fourths.span_3.clear-both,
.one-fourths.vc_span3.clear-both, 
.one-fourths.vc_col-sm-3.clear-both:not([class*="vc_col-xs-"]) {
clear: both;
}
#footer-outer .one-fourths.span_3.right-edge, 
.one-fourths.span_3.right-edge, 
.one-fourths.vc_span3.right-edge, 
.one-fourths.vc_col-sm-3.right-edge:not([class*="vc_col-xs-"]) {
margin-right: 0;
}
.portfolio-items .col {
width: 100%;
margin-left: 0;
margin-bottom: 8px;
}
.portfolio-items:not(.carousel) div:nth-child(2n+2), 
.portfolio-items:not(.carousel) div:nth-child(2n+2) {
clear: both;
}
body .portfolio-items:not(.carousel)[data-col-num="cols-3"], 
body .portfolio-items:not(.carousel)[data-col-num="cols-4"] {
margin: 0 -2% 0 -2%;
}
.portfolio-items[data-ps="6"] .col {
padding: 2%;
}
body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
opacity: 1;
}
body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.col.boxed:hover,
.ascend .main-content .col.boxed:hover,
.material .main-content .col.boxed:hover {
margin-top: 0;
top: 0;
transform: none;
-webkit-transform: none;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#call-to-action .container a {
margin-top: 20px;
margin-left: 0;
}
#ajax-content-wrap .post-area {
padding-right: 0;
}
body.single-portfolio .row .col.section-title h1 {
width: 450px;
margin: 0 auto;
display: block;
}
#ajax-content-wrap .contact-info {
padding-left: 0;
}
.nectar-google-map {
max-height: 425px;
}
#sidebar #flickr > div {
width: 16%;
}
#footer-outer #copyright .col {
width: 49%;
margin-bottom: 0;
}
#footer-widgets .container .col {
margin-left: 15px;
width: 48%;
}
#footer-widgets .one-fourths .span_3:nth-child(2n+1) {
margin-left: 0;
}
body #sidebar #flickr div {
float: left;
}
#sidebar .recent_projects_widget div a, 
body #sidebar #flickr div a {
width: 90px;
}
#sidebar .recent_projects_widget div a:nth-child(3n+3), 
body #sidebar #flickr div:nth-child(3n+3) a {
margin: 2% 2% 0 0;
}
body #sidebar .recent_projects_widget div a:last-child, 
body #sidebar #flickr div {
margin-right: 0;
}
#author-bio #author-info {
width: 494px;
}
#page-header-bg .span_6 h1 {
font-size: 32px;
line-height: 38px;
}
#page-header-bg .span_6 {
top: auto!important;
float: none;
}
body.single-post #page-header-bg[data-post-hs="default_minimal"] {
padding-top: 10%;
padding-bottom: 10%;
}
.page-header-no-bg #ajax-content-wrap .portfolio-filters {
margin-top: 15px;
float: none;
clear: both;
height: auto;
}
#page-header-bg[data-parallax="1"] .project-title .span_6 {
padding-right: 70px;
}
.page-header-no-bg  .portfolio-filters ul {
position: absolute;
width: 100%;
}
html.js #page-header-bg[data-parallax="0"].not-loaded {
background-color: #F5F5F5;
}
.pricing-table[class*="cols"] > div {
width: 50%;
margin-bottom: 25px;
}
.pricing-table[data-style] .pricing-column.highlight .nectar-button {
margin-bottom: 10px;
margin-top: 0;
}
.pricing-column.highlight {
margin-top: 0;
}
.pricing-table[data-style] .pricing-column h3 {
font-size: 20px;
}
.pricing-table[data-style] .pricing-column.highlight h3 {
padding: 5px 0px;
}
body .clients.no-carousel > div,
body .clients.four-cols.no-carousel >div {
width: 24.2%;
margin-right: 1%;
}
body .clients.no-carousel.six-cols > div {
width: 15.8% ;
margin-right: 1%;
}
body .clients.no-carousel.five-cols  > div {
width: 19.2%;
margin-right: 1%;
}
body .clients.no-carousel > div:nth-child(4n+4) {
margin-right: 0;
}
body .clients.carousel > div {
margin: 0 5px;
}
#call-to-action .container span {
display: block;
}
.masonry-blog-item {
width: 47.7%;
}
.post-area.masonry, 
.post-area.masonry.span_9,  
body[data-ext-responsive="true"] .post-area.masonry.span_9,
body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
width: 610px;
}
#ajax-content-wrap .post-area.masonry.span_9,
.post-area.masonry.span_9 {
margin-bottom: 90px;
}
.post-area.masonry.span_9 .masonry-blog-item {
width: 47.3%;
}
.post-area.masonry.span_9.material .masonry-blog-item {
width: 47.1%;
}
body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
width: 99%;
}
body.woocommerce .container div.product div.images div.thumbnails a, 
body.woocommerce .container #content div.product div.images div.thumbnails a, 
body.woocommerce-page .container div.product div.images div.thumbnails a, 
body.woocommerce-page .container #content div.product div.images div.thumbnails a {
width: 16.9%;
margin-right: 3.8%;
}
.woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
margin-right: 0;
}
.main-content .col.span_4 .col.span_2, 
.main-content .col.span_3 .col.span_2, 
.main-content .col.span_2 .col.span_2, 
.main-content .col.span_6 .col.span_2 {
width: 7%;
}
.main-content .col.span_4 .span_10, 
.main-content .col.span_3 .col.span_10, 
.main-content .col.span_2 .col.span_10, 
.main-content .col.span_6 .col.span_10 {
width: 91%;
}
.testimonial_slider .flickity-page-dots {
bottom: -35px;
}
#ajax-content-wrap .span_12 .col.span_6.empty-second {
width: 49%;
}
.nectar-button.extra_jumbo {
font-size: 32px;
line-height: 60px;
padding: 30px 50px;
}
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo, 
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo, 
.nectar-button.extra-color-gradient-1.extra_jumbo, 
.nectar-button.extra-color-gradient-2.extra_jumbo {
border-width: 8px;
}
body .swiper-slide .content p i {
width: 18px;
font-size: 16px;
}
.carousel-next {
right: 1px;
padding-left: 1px;
}
.carousel-prev {
right: 25px;
padding-right: 1px;
}
body .swiper-slide .content p.transparent-bg span,
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
line-height: 29px;
}
#footer-widgets .container .col.span_6, 
#footer-widgets .container .col.span_4 {
margin-left: 0;
margin-right: 15px;
padding: 15px;
margin-bottom: 0;
}
#footer-widgets .container .col.span_4 {
margin-bottom: 40px;
}
#footer-widgets .container .row > div:last-child, 
#footer-widgets .container .row > div.col_last {
margin-right: 0;
}
.iosSlider.product-thumbnails .thumb {
width: 112px;
}
#footer-widgets .container .row > div:nth-child(2).span_4,
body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3), 
body.woocommerce-page .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3) {
margin-right: 0!important;
}
body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(2n+2), 
body.woocommerce-page .full-width-content > ul.products[data-product-style="material"] li:nth-child(2n+2) {
margin-right: 2%!important;
}
} @media only screen and (max-width : 690px) {
body[data-header-format].material #header-secondary-outer {
display: none;
height: 0;
}
.material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
top: 0;
}
body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
display: block;
}
.using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] {
height: auto!important;
}
.using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > div {
position: relative!important;
left: 0!important;
}
#header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
transform: none!important;
}
.vc_row-fluid [class*="vc_span"] {
width: 100%!important;
}
body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
margin-right: 20px;
margin-left: 20px;
width: calc(100% - 40px);
}
body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
margin-right: 0;
width: 100%;
}
.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(2n+3):not([class*="offset"]) {
margin-left: 0;
}
.container, 
.orbit-wrapper .slider-nav, 
.post-area.standard-minimal.full-width-content .post .inner-wrap {
max-width: 320px;
}
body[data-slide-out-widget-area-style="simple"] #header-outer[data-full-width="true"] #mobile-menu,
body #header-outer[data-full-width="true"] header > .container, 
body #header-secondary-outer[data-full-width="true"] > .container {
max-width: 100%;
padding: 0 18px;
}
.col {
margin-bottom: 25px;
}
.wpb_column.force-phone-text-align-left, 
.wpb_column.force-phone-text-align-left .col {
text-align: left!important;
}
.wpb_column.force-phone-text-align-right, 
.wpb_column.force-phone-text-align-right .col {
text-align: right!important;
}
.wpb_column.force-phone-text-align-center, 
.wpb_column.force-phone-text-align-center .col,  
.wpb_column.force-phone-text-align-center .vc_custom_heading,
.wpb_column.force-phone-text-align-center .nectar-cta {
text-align: center!important;
}
.post-area {
margin-bottom: 0;
}
.col.boxed:hover,
.ascend .main-content .col.boxed:hover,
.material .main-content .col.boxed:hover {
margin-top: 0;
top: 0;
transform: none;
-webkit-transform: none;
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
}
#header-outer .col {
margin-bottom: 0;
}
.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, 
.nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
max-width: 100%;
}
#fp-nav ul li a, 
.fp-slidesNav ul li a {
padding: 11px 11px;
}
#fp-nav ul li a span, 
.fp-slidesNav ul li a span {
height: 6px;
width: 6px;
}
#fp-nav.right {
right: 10px;
}
.nectar_fullscreen_zoom_recent_projects .dot-nav {
display: none;
}
.container .post .post-meta {
display: none;
}
#ajax-content-wrap .container .post .post-content {
padding-left: 0;
}
.container .post-header {
font-size: 12px;
}
.post-content.classic .post-header > span:after {
height: 9px;
}
.container .comment-list .comment > div {
padding: 25px 25px 40px 25px;
}
#ajax-content-wrap .comment-list .children {
padding-left: 20px;
}
.container .comment-list .comment > div img.avatar {
display: block;
position: relative;
height: 40px;
width: 40px;
top: 0;
left: 0;
margin-bottom: 5px;
}
body:not(.original) .bypostauthor > .comment-body > .comment-author > img.avatar {
border-width: 2px;
}
body:not(.material) .comment-list .children {
background-image: none;
}
body.ascend #ajax-content-wrap .comment-list .children {
margin-left: 0;
padding-left: 30px;
}
body.material #ajax-content-wrap .comment-list .comment > div, 
body.material #ajax-content-wrap .comment-list .pingback > div {
margin-top: 2.5em;
}
body.material .comment-list .children {
border-left: 1px solid rgba(0,0,0,0.1);
}
body.material .container .comment-list .comment > div {
padding: 0px 0 40px 0;
}
body.material #ajax-content-wrap .comment-list .children {
margin-left: 0;
padding-left: 30px;
}
body.material #ajax-content-wrap .comment-list .comment .comment > div {
padding-left: 0;
}
.container #respond h3 {
font-size: 18px;
}
.container .comment-list .reply {
right: 29px;
top: auto;
bottom: 29px;
}
.original .container .comment-list .reply {
right: 0;
top: auto;
bottom: 0;
margin-top: 20px;
position: relative;
}
.auto_meta_overlaid_spaced .masonry-blog-item {
margin-bottom: 0;
}
body h1.jumbo, 
body h2.jumbo, 
body h3.jumbo, 
body h4.jumbo, 
body h5.jumbo, 
body h6.jumbo, 
p.jumbo {
font-size: 60px;
line-height: 70px;
}
.container .contact-info {
padding-left: 0;
}
#single-meta .meta-comment-count,
.row .col.section-title [data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count):not(.share-btn), 
.single #page-header-bg #single-below-header[data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count) {
display: none;
}
.single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"],
.single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] {
margin-top: 15px;
}
.single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"] > span:first-child > span,
.single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] > span:first-child > span {
padding-left: 0;
}
#ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] #single-below-header span:not(.updated),
#ajax-content-wrap .row.heading-title[data-header-style="default_minimal"] .col.section-title span.meta-category  {
display: inline-block;
}
.container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header > span,
#page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header > span {
padding: 0 8px;
}
.container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header span,
#page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span {
font-size: 13px;
line-height: 10px;
}
.single-post #single-meta .nectar-social[data-position="right"] {
margin-left: 0;
}
#single-meta .nectar-social.hover[data-position="right"] .nectar-social-inner {
left: 0;
text-align: left;
right: auto;
}
#single-meta .nectar-social {
margin-left: 0;
}
.material #page-header-bg.fullscreen-header .author-section {
margin-top: 5px;
}
html.js #page-header-bg[data-parallax="0"].not-loaded {
background-color: #F5F5F5;
}
#page-header-bg .portfolio-filters ul {
position: absolute;
width: 100%;
}
#page-header-bg .span_6 {
margin-bottom: 15px;
}
body #footer-outer #copyright .col ul {
float: left;
}
body #footer-outer #copyright .col ul li:first-child {
margin-left: 0;
}
#call-to-action .container a {
display: block;
margin-top: 20px;
margin-left: 0;
}
#call-to-action {
font-size: 18px;
}
#ajax-content-wrap h2 .nectar-button, 
#ajax-content-wrap h3 .nectar-button, 
#ajax-content-wrap h4 .nectar-button {
display: block;
}
#ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
margin-bottom: 40px;
}
#footer-outer #flickr img, #sidebar #flickr img {
width: 95px;
}
.post-area #pagination,
.post-area.masonry #pagination {
padding-left: 0;
}
body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
opacity: 1;
}
body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
body #portfolio {
margin: 3px 0 0;
}
.bottom_controls #portfolio-nav .controls li#next-link a i:after,
.bottom_controls #portfolio-nav .controls li#prev-link a i:after {
display: none;
}
#search-results .result, 
.masonry-blog-item {
width: 100%!important;
margin-right: 0!important;
margin-bottom: 25px;
margin-left: 0!important;
}
.posts-container[data-load-animation="none"] article .inner-wrap.animated {
opacity: 1;
}
.masonry-blog-item {
position: relative!important;
top: auto!important;
display: block;
}
.gallery .gallery-item {
width: 100%!important;
}
#author-bio img {
margin-right: 0;
width: 60px;
height: 60px;
}
.row .blog-recent[data-style="list_featured_first_row"].columns-3 .featured .post-featured-img {
padding-bottom: 75%;
}
.section-down-arrow i.icon-default-style[class^="icon-"] {
font-size: 16px;
}
.section-down-arrow {
bottom: 10px;
right: 20px;
}
#page-header-bg.fullscreen-header .author-section {
bottom: 20px;
}
#page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
margin-top: -4px;
display: block;
}
#contact-map {
height: 270px;
}
.nectar-google-map {
max-height: 270px;
}
.pp_pic_holder {
left: 9px;
width: 96%;
}
.pp_content {
width: 100%;
height: 290px;
}
.pp_content iframe {
width: 100%;
}
.pp_content .pp_inline iframe {
height: 250px;
}
.pp_content #pp_full_res img {
width: 100%;
height: auto;
}
#page-header-bg .span_6 h1, 
body.search #page-header-bg h1,
.single.single-post .section-title h1,
body.single.single-post .row .col.section-title.span_12 h1 {
font-size: 24px;
line-height: 30px;
margin-bottom: 4px;
}
#page-header-bg .span_6 {
top: auto!important;
float: none;
}
#page-header-bg .author-section .meta-author .avatar {
display: none;
}
#page-header-bg.fullscreen-header .author-section .avatar-post-info {
margin: 10px 0 0 0;
}
#ajax-content-wrap .pricing-table > div {
width: 100%;
margin: 0 0 25px 0;
}
body .clients[class*="col"].no-carousel > div {
margin-right: 1%;
width: 49.4%;
}
body .clients[class*="col"].no-carousel > div:nth-child(2n+2) {
margin-right: 0;
}
body .clients[class*="col"].carousel > div {
margin: 0 5px;
width: 150px;
}
body .clients.carousel.phone > div {
width: 150px;
}
.clients[data-additional_padding="2"].no-carousel  >div {
padding: 2% 4% 2% 4%;
}
.clients[data-additional_padding="3"].no-carousel  >div {
padding: 3% 6% 3% 6%;
}
.clients[data-additional_padding="4"].no-carousel  >div {
padding: 5% 10% 5% 10%;
}
body .row #error-404 h1,
body #ajax-content-wrap #error-404 h1 {
font-size: 150px;
line-height: 150px;
}
body .row #error-404 h2 {
font-size: 32px;
}
body .row #error-404 {
margin-bottom: 0;
}
body.woocommerce .post-area .woocommerce-result-count,
body.woocommerce .post-area .woocommerce-ordering {
float: none;
}
body.woocommerce .post-area .woocommerce-ordering {
right: 0;
}
body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
padding-left: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
float: none;
border-right: 0;
width: 100%;
}
div[data-style="minimal"] .toggle h3 a {
font-size: 20px;
line-height: 24px;
}
#page-header-bg #portfolio-nav ul,
.section-title #portfolio-nav ul {
margin-bottom: 0;
}
#portfolio-nav ul:first-child {
z-index: 103;
}
#portfolio-nav .controls:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
body .container .portfolio-filters-inline.full-width-content .container {
padding-left: 0;
padding-right: 0;
}
body #full_width_portfolio .project-title.parallax-effect .container, 
body #page-header-bg .project-title .container {
padding-bottom: 30px;
}
body #page-header-bg .section-title, 
.project-title .section-title,
body.single .project-title .section-title {
padding: 0;
}
.row .col.section-title.project-title {
padding-bottom: 30px;
margin-bottom: 30px!important;
}
#footer-outer #social li {
margin-right: 10px;
margin-left: 0;
}
.wpb_gallery .parallax-grid-item {
margin-bottom: 30px;
}
.post-area.masonry, 
.post-area.masonry.span_9,  
body[data-ext-responsive="true"] .post-area.masonry.span_9,
body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
width: 320px;
}
#ajax-content-wrap .post-area.masonry.span_9,
.post-area.masonry.span_9 {
margin-bottom: 90px;
}
.ascend #ajax-content-wrap .comment-list .reply {
top: 0;
}
#customer_details > div {
width: 100%;
float: none;
}
body #header-secondary-outer nav > ul > li, 
body #header-secondary-outer nav > ul > li a,
#header-secondary-outer nav >ul >li:last-child {
border: none;
}
body:not(.material) #header-secondary-outer nav .sf-menu {
padding-top: 10px;
padding-bottom: 10px;
}
body:not(.material) #header-secondary-outer ul#social {
padding: 10px 0px;
}
.woocommerce .shop_table .coupon {
margin-bottom: 10px;
margin-top: 5px;
}
.woocommerce #customer_login.col2-set .col-1, 
.woocommerce-page #customer_login.col2-set .col-1, 
.woocommerce #customer_login.col2-set .col-2, 
.woocommerce-page #customer_login.col2-set .col-2,
.woocommerce form.login .form-row-first, 
.woocommerce-page form.login .form-row-first, 
.woocommerce form.login .form-row-last, 
.woocommerce-page form.login .form-row-last {
width: 100%!important;
}
.woocommerce .shop_table .actions > input {
float: left!important;
}
.iosSlider.product-thumbnails .thumb {
width: 93px;
}
.main-content .col.span_4 .col.span_2, 
.main-content .col.span_3 .col.span_2, 
.main-content .col.span_2 .col.span_2, 
.main-content .col.span_6 .col.span_2 {
width: 15%;
}
.main-content .col.span_4 .span_10, 
.main-content .col.span_3 .col.span_10, 
.main-content .col.span_2 .col.span_10, 
.main-content .col.span_6 .col.span_10 {
width: 83%;
}
.nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
width: 70px;
height: 70px;
margin-top: -35px;
margin-left: -35px;
}
.auto_meta_overlaid_spaced .masonry-blog-item .post-content {
height: 55vh;
}
.slider-pagination {
bottom: 10px;
}
body .swiper-slide .content p i {
width: 14px;
font-size: 12px;
}
.main-content .col.span_4 .col.span_2 img, 
.main-content .col.span_3 .col.span_2 img, 
.main-content .col.span_2 .col.span_2 img, 
.main-content .col.span_6 .col.span_2 img {
padding-right: 13px;
top: -3px;
}
.carousel-next {
right: 1px;
padding-left: 1px;
}
.carousel-prev {
right: 25px;
padding-right: 1px;
}
.woocommerce .woocommerce-result-count {
padding-bottom: 0;
}
.woocommerce #ajax-content-wrap .woocommerce-ordering,
body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
position: relative;
right: 0;
top: 0;
margin-left: 0;
float: none;
}
.woocommerce .product-subtotal {
display: none;
}
.nectar-button.extra_jumbo {
font-size: 24px;
line-height: 24px;
padding: 20px 30px;
}
.nectar-button.extra_jumbo.has-icon.extra-color-gradient-1, 
.nectar-button.extra_jumbo.has-icon.extra-color-gradient-2,
.nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-1, 
.nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-2 {
font-size: 24px;
line-height: 24px;
padding: 20px 50px;
}
.nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span, 
.nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
left: -28px;
}
.nectar-button.extra_jumbo i, 
.nectar-button.extra_jumbo.has-icon i {
font-size: 26px;
}
body.material #ajax-content-wrap .nectar-button.extra_jumbo.has-icon {
font-size: 22px;
line-height: 22px;
padding: 24px 65px 24px 55px;
}
body.material #ajax-content-wrap .nectar-button.has-icon.extra_jumbo i {
height: 50px;
width: 50px;
line-height: 50px;
}
body.material .nectar-button.extra_jumbo .im-icon-wrap svg {
width: 24px;
height: 24px;
}
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo, 
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo, 
.nectar-button.extra-color-gradient-1.extra_jumbo, 
.nectar-button.extra-color-gradient-2.extra_jumbo {
border-width: 6px;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span,
body .swiper-slide .content p.transparent-bg span {
line-height: 20px;
top: -5px;
left: 4px;
box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
-moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
-webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
-o-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
}
#buddypress .register-section {
width: 100%;
margin-bottom: 15px;
}
.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
padding: 0 10%!important;
}
#header-outer[data-full-width="true"] header > .container {
padding: 0;
}
.owl-carousel[data-column-padding="10px"] .carousel-item, 
.owl-carousel[data-column-padding="15px"] .carousel-item, 
.owl-carousel[data-column-padding="20px"] .carousel-item,
.owl-carousel[data-column-padding="30px"] .carousel-item, 
.owl-carousel[data-column-padding="40px"] .carousel-item, 
.owl-carousel[data-column-padding="50px"] .carousel-item {
padding: 10px;
}
.blog-title ul .meta-share-count > a,
.single .blog-title #single-meta ul .meta-share-count > a{
display: none;
}
.blog-title ul .meta-share-count .nectar-social {
display: block!important;
position: relative!important;
}
.blog-title ul .meta-share-count .nectar-social,
.blog-title ul .meta-share-count .nectar-social a {
opacity: 1!important;
left: 0!important;
}
.nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot
.nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot {
width: 25px;
}
} @media only screen and (min-width : 1px) and (max-width : 999px) {
#to-top:not(.mobile-enabled) {
display: none;
}
body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
display: none;
}
body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml="true"] img:not(.mobile-only-logo),
body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.starting-logo.dark-version {
display: none!important;
}
body #header-outer:not(.transparent)  #top .span_3 #logo .mobile-only-logo,
body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.mobile-only-logo.starting-logo:not(.dark-version),
body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.mobile-only-logo.starting-logo.dark-version,
#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
#page-header-bg .span_6 {
display: block!important;
}
body #header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent #top .span_3 #logo .mobile-only-logo {
opacity: 1!important;
}
body[data-hhun="1"] #header-outer[data-mobile-fixed="false"].invisible:not(.side-widget-open) {
transform: none!important;
pointer-events: auto!important;
}
#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo {
display: none;
}
#page-header-bg[data-parallax="1"] .span_6, 
#page-header-bg[data-parallax="1"] {
padding-right: 0;
transform: translate(0px)!important;
visibility: visible!important;
}
#page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .span_6 {
-webkit-transform: translateY(-50%)!important;
transform: translateY(-50%)!important;
}
#page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .nectar-particles .span_6 {
-webkit-transform: none!important;
transform: none!important;
}
#page-header-bg.fullscreen-header .row {
top: 0!important;
}
#ajax-content-wrap .video-texture {
display: none;
}
.full-width-section.parallax_section, 
.full-width-content.parallax_section {
background-attachment: scroll!important;
background-position: center!important;
}
.wpb_row.parallax_section .row-bg.using-image, 
#page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
transition: none;
-webkit-transition: none;
}
.original #search-outer #search input[type="text"],
body[data-header-format="left-header"]:not(.material) #search-outer #search input[type="text"] {
font-size: 24px;
border-bottom-width: 2px;
}
.original #search-outer .container {
width: 100%;
}
body.material #search-outer #search form input[type="text"][name] {
font-size: 44px;
line-height: 44px;
border-bottom-width: 2px;
}
body.material #search-outer,
.material #header-outer.transparent .bg-color-stripe, 
.material #search-outer .bg-color-stripe {
height: 30vh;
}
body.material #search-outer {
min-height: 200px;
}
body.material #search-outer .col {
margin-bottom: 0;
}
body[data-header-format="left-header"] #header-outer header .row .col.span_9 {
top: 0;
}
body[data-header-format="left-header"].material #search-outer {
width: 100%;
left: 0;
}
body[data-header-format="left-header"].admin-bar.material #search-outer #search #close {
top: 0;
}
body[data-header-format="left-header"].material #search-outer .container {
padding-left: 0;
padding-right: 0;
}
body[data-header-format="left-header"].material #search-outer .container {
position: relative;
}
img.img-with-animation[data-animation="fade-in-from-right"] {
padding-left: 0;
}
img.img-with-animation[data-animation="fade-in-from-left"] {
padding-right: 0;
}
img.img-with-animation[data-animation="fade-in-from-bottom"] {
bottom: 0;
}
body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, 
body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
opacity: 1;
-webkit-animation: none;
-o-animation: none;
animation: none;
}
.img-with-aniamtion-wrap .inner {
margin: 0!important;
}
.img-with-aniamtion-wrap[data-max-width="110%"] .inner,
.img-with-aniamtion-wrap[data-max-width="125%"] .inner, 
.img-with-aniamtion-wrap[data-max-width="150%"] .inner, 
.img-with-aniamtion-wrap[data-max-width="165%"] .inner, 
.img-with-aniamtion-wrap[data-max-width="175%"] .inner, 
.img-with-aniamtion-wrap[data-max-width="200%"] .inner, 
.img-with-aniamtion-wrap[data-max-width="225%"] .inner, 
.img-with-aniamtion-wrap[data-max-width="250%"] .inner, 
.img-with-aniamtion-wrap img {
max-width: 100%;
}
.img-with-aniamtion-wrap:not([data-max-width-mobile="default"]) .inner {
max-width: none;  
}
.img-with-aniamtion-wrap[data-max-width-mobile="100%"] .inner {
width: 100%;
}
.img-with-aniamtion-wrap[data-max-width-mobile="125%"] .inner {
width: 125%;
}
.img-with-aniamtion-wrap[data-max-width-mobile="150%"] .inner {
width: 150%;
}
.img-with-aniamtion-wrap[data-max-width-mobile="175%"] .inner {
width: 175%;
}
.img-with-aniamtion-wrap[data-max-width-mobile="200%"] .inner {
width: 200%;
}
.img-with-aniamtion-wrap.right[data-max-width-mobile="125%"] .inner,
.img-with-aniamtion-wrap.center[data-max-width-mobile="150%"] .inner {
margin-left: -25%!important;
}
.img-with-aniamtion-wrap.right[data-max-width-mobile="150%"] .inner,
.img-with-aniamtion-wrap.center[data-max-width-mobile="200%"] .inner {
margin-left: -50%!important;
}
.img-with-aniamtion-wrap.right[data-max-width-mobile="175%"] .inner {
margin-left: -75%!important;
}
.img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner {
margin-left: -100%!important;
}
.img-with-aniamtion-wrap[data-max-width="75%"] .inner {
max-width: 75%;
}
.img-with-aniamtion-wrap[data-max-width="50%"] .inner {
max-width: 50%;
}
.img-with-animation[data-max-width="110%"], 
.img-with-animation[data-max-width="125%"], 
.img-with-animation[data-max-width="150%"], 
.img-with-animation[data-max-width="175%"], 
.img-with-animation[data-max-width="200%"],
.img-with-animation[data-max-width="225%"], 
.img-with-animation[data-max-width="250%"] {
max-width: 100%;
margin-left: 0;
}
#ajax-content-wrap .wpb_gallery .parallax-grid-item {
width: 100%;
padding-right: 0;
padding-left: 0;
}
.full-width-section > .col.span_12 {
margin-bottom: 0;
}
div[data-bg-mobile-hidden="true"] .row-bg.using-image {
background-image: none!important;
}
.full-width-section,
body[data-bg-header="true"] .full-width-section.first-section, 
body[data-bg-header="true"] .full-width-content.first-section,
body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section,
#header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
#header-outer #top #logo img {
margin-top: 0!important;
}
.single-portfolio .row .post-area {
margin-top: 0;
}
#nectar_fullscreen_rows > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
padding-top: 10%;
padding-bottom: 10%;
}
#nectar_fullscreen_rows[data-content-overflow="hidden"] .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap[data-content-pos="middle"] > .full-page-inner > .container > .span_12 {
height: auto!important;
}
.nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, 
.nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
max-width: 75%;
}
body #header-outer[data-format="centered-menu-under-logo"] #top #logo img,
body #header-outer[data-format="centered-menu-bottom-bar"] #top #logo img {
margin: 0;
}
#header-outer[data-has-menu="false"][data-format="default"] #top .span_3,
#header-outer[data-has-menu="true"][data-mobile-fixed="1"] #top .span_3,
#header-outer[data-has-menu="true"][data-ptnm="1"] #top .span_3,
#header-outer[data-has-menu="true"] #top .span_3,
body.material #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3 {
text-align: left;
}
#header-outer[data-format="centered-logo-between-menu"] .span_3, 
#header-outer[data-format="centered-logo-between-menu"] .span_3 #logo:not(.no-image) img {
transform: none;
-webkit-transform: none;
}
#header-outer[data-transparent-header="true"].no-pointer-events.side-widget-open {
pointer-events: auto;
}
.material #header-outer[data-transparent-header="true"][data-mobile-fixed="1"].transparent {
overflow: visible;
}
#header-outer[data-mobile-fixed="1"],
#header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
position: fixed!important;
}
.material #header-outer[data-mobile-fixed="false"][data-using-secondary="1"],
.material.admin-bar #header-outer[data-mobile-fixed="false"][data-using-secondary="1"] {
top: 0;
}
body #header-outer[data-transparent-header="true"][data-remove-border="true"],
body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent {
border: none;
}
body[data-slide-out-widget-area-style="slide-out-from-right-hover"][data-slide-out-widget-area="true"][data-user-set-ocm="off"] #header-outer header > .container {
max-width: 100%;
padding: 0 18px;
}
.using-mobile-browser .slide-out-hover-icon-effect a {
pointer-events: auto;
}
.container-wrap {
z-index: 11;
}
.page-submenu .mobile-menu-link {
display: inline-block;
}
.page-submenu ul {
position: absolute;
top: 48px;
left: 0;
width: 101%;
display: none;
z-index: 1000;
}
.page-submenu[data-alignment="left"],
.page-submenu[data-alignment="right"] {
text-align: center;
}
#boxed .page-submenu ul {
width: 100%;
}
#ajax-content-wrap .page-submenu ul li {
display: block;
margin: 0;
}
.page-submenu .full-width-content {
position: relative;
}
.page-submenu ul li a {
border-top: 1px solid rgba(255,255,255,0.2);
padding: 10px 20px;
}
.page-submenu[data-bg-color="#ffffff"] ul li a {
border-top: 1px solid rgba(0,0,0,0.08);
}
.work-item:not([data-custom-content="on"]) .work-info-bg {
display: none;
}
.style-3 .work-info-bg {
display: block;
}
.carousel-wrap[data-full-width="true"] {
padding: 0!important;
}
body #top #logo img, 
#header-outer[data-permanent-transparent="false"] #logo .dark-version {
height: 24px;
margin-top: -3px;
top: 3px;
position: relative;
}
#header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
#header-outer #top #logo img {
top: 0;
}
body.material #header-outer[data-permanent-transparent="false"] #logo .dark-version,
#header-outer[data-permanent-transparent="false"] #logo .dark-version {
position: absolute;
}
.original #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
.ascend #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
.material #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
.original #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
.ascend #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
.material #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd {
position: relative;
}
body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo,
body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
top: 6px;
}
.admin-bar #header-outer, .logged-in.buddypress #header-outer {
top: 0;
}
.admin-bar.material-ocm-open #header-outer.transparent {
top: 46px;
}
body #header-outer {
margin-bottom: 0;
padding: 12px 0;
}
body #header-outer,
body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached), 
body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent="false"][data-using-secondary="1"]:not([data-transparent-header="true"]) {
position: relative;
}
.original #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent,
.ascend #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent {
transition: background-color 0.30s ease,box-shadow 0.30s ease,margin 0.25s ease;
}
#header-secondary-outer {
top: -13px;
}
#header-outer[data-permanent-transparent="1"].transparent #top .span_9 > .slide-out-widget-area-toggle i {
color: #fff;
}
body #slide-out-widget-area .slide_out_area_close {
position: absolute;
right: 22px;
top: 22px;
z-index: 100;
}
#slide-out-widget-area.fullscreen .off-canvas-social-links,
.admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,
#slide-out-widget-area.fullscreen-alt .off-canvas-social-links,
.admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
position: relative;
bottom: 0;
right: 0;
margin-top: 70px;
}
#slide-out-widget-area.fullscreen .off-canvas-social-links:after,
#slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
display: block;
height: 1px;
width: 0;
background-color: rgba(255,255,255,0.6);
content: ' ';
margin: 0 auto;
position: absolute;
top: -40px;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#slide-out-widget-area .mobile-only {
display: block;
}
#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container {
top: 0;
position: relative;
}
#slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,
#slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
width: 100px;
}
#slide-out-widget-area.fullscreen .bottom-text,
.admin-bar #slide-out-widget-area.fullscreen .bottom-text,
#slide-out-widget-area.fullscreen-alt .bottom-text,
.admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text {
position: relative;
bottom: 0;
left: 0;
margin-bottom: 30px;
margin-top: 15px;
}
body #slide-out-widget-area.slide-out-from-right-hover {
z-index: 9999;
}
#header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
opacity: 1;
}
#header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
opacity: 0;
}
#slide-out-widget-area {
top: 0!important;
}
#slide-out-widget-area.overflow-state,
.admin-bar #slide-out-widget-area.overflow-state {
padding-top: 110px;
}
#slide-out-widget-area.fullscreen .inner.overflow-state {
margin-top: 0;
margin-bottom: 130px;
}
body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
display: none;
}
#header-outer #logo {
top: 0;
left: 0;
}
#header-space {
display: none;
}
#header-space[data-header-mobile-fixed="1"] {
display: block;
}
#top #mobile-cart-link, 
#top .span_9 > .slide-out-widget-area-toggle, 
#top .mobile-search {
display: inline-block;
}
#top .col.span_3 {
left: 0;
top: 0;
z-index: 100;
width: 100%;
}
#top .col.span_3, 
#header-outer[data-format="centered-menu"] #top .span_3,
#header-outer[data-format="centered-logo-between-menu"] #top .span_3 {
position: relative;
}
#header-outer #top .col.span_3 {
line-height: 0;
}
#header-outer #top .col.span_3 #logo {
vertical-align: middle;
}
#top .col.span_9 {
margin-left: 0;
margin-bottom: 0;
width: 100%!important;
float: none;
z-index: 100;
position: static;
}
#header-outer[data-format="centered-menu"] #top .span_9,
#header-outer[data-format="centered-logo-between-menu"] .row .col.span_9 {
position: static;
}
#top .col.span_9, 
body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
#header-outer[data-format="centered-menu-under-logo"] #top .span_9,
#header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 {
min-height: 0;
width: auto!important;
position: absolute!important;
right: 0;
top: 0;
z-index: 2000;
height: 100%;
}
.material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 {
line-height: inherit;
}
.owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
#slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container,
body[data-slide-out-widget-area="true"] #top #logo,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) .span_6 >.inner-wrap,
body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 >.inner-wrap,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-bottom"] {
-webkit-transform: none!important;
transform: none!important;
}
body[data-slide-out-widget-area="true"] #top .span_9 > .slide-out-widget-area-toggle.std-menu {
left: 0!important;
right: auto!important;
text-align: left;
z-index: 10000;
}
body[data-slide-out-widget-area="true"] #top .span_3 {
text-align: center;
}
body[data-slide-out-widget-area="true"] #header-outer[data-has-menu="false"] #top .span_3 {
text-align: left;
}
#header-outer .slide-out-widget-area-toggle .lines-button, 
#header-outer .slide-out-widget-area-toggle .lines, 
#header-outer .slide-out-widget-area-toggle .lines:before, 
#header-outer .slide-out-widget-area-toggle .lines:after {
width: 22px;
}
#header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
top: -6px;
}
body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
top: 6px;
}
body[data-slide-out-widget-area="true"] #top #logo, #header-outer[data-mobile-fixed="1"] #top #logo {
display: inline-block;
}
body[data-slide-out-widget-area="true"]:not(.material) [data-transparent-header="true"][data-mobile-fixed="false"] #top #logo {
position: relative;
}
body[data-slide-out-widget-area="true"] #top .col.span_3 {
width: 100%;
}
body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
display: block;
}
#slide-out-widget-area .widget_nav_menu {
overflow-y: hidden;
overflow-x: hidden;
}
#header-outer #top nav > ul {
width: auto;
padding: 15px 0 25px 0;
margin: 0 auto 0 auto;
z-index: 100000;
position: relative;
}
#header-outer #top nav >ul >li >ul >li { 
opacity: 1;
transform: none;
}
#top nav > ul li,
#header-outer #top nav >ul >.megamenu >ul >li {
display: block;
width: auto;
margin-left: 0;
}
#top nav >ul >.megamenu >.sub-menu { 
width: auto!important; 
opacity: 1;
display: block;
}
#top nav > ul ul {
position: relative;
width: auto;
top: 0;
left: 0;
padding: 0;
opacity: 1;
visibility: visible;
box-shadow: 0px 0px 0px #fff;
-webkit-box-shadow: 0px 0px 0px #fff;
background-color: transparent;
float: none;
}
#top nav > ul ul li {
padding-left: 20px;
}
#top nav .sf-menu .sfHover > a {
color: #FFBAAF;
}
a > .sf-sub-indicator {
right: 0;
position: absolute;
padding: 16px;
left: auto;
top: 0;
height: auto;
width: auto;
}
.swiper-slide .mejs-controls {
display: none;
visibility: hidden;
}
#ajax-content-wrap .mejs-controls {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
visibility: visible;
}
#ajax-content-wrap .post-area {
padding-right: 0;
margin-bottom: 0;
}
.slider-nav {
position: relative;
max-width: 600px;
margin: -40px auto 0px auto;
}
body .slider-nav > span {
height: 25px;
width: 25px;
}
body .slider-nav > .left {
left: 0;
}
body .slider-nav > .right {
left: 30px;
}
.slider-nav span span,
#header-outer #top nav {
display: none!important;
}
#footer-widgets .container .col {
margin-bottom: 40px;
}
#footer-widgets .container .col:nth-child(3), 
#footer-widgets .container .col:nth-child(4) {
margin-bottom: 0;
}
#pagination {
margin-bottom: 40px;
}
.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
width: auto;
}
body .nectar-button.see-through-2, 
body .nectar-button.see-through-3,
#page-header-wrap, 
#page-header-bg {
transition: none!important;
-webkit-transition: none!important;
}
#ajax-content-wrap .wp-caption {
width: 100%;
}
body.single-portfolio #sidebar {
margin-top: 30px;
}
body.search .row .col.section-title h1 {
font-size: 18px;
}
body.search .row .col.section-title span {
display: inline-block;
margin-top: 10px;
font-size: 14px;
}
body.search .divider {
display: none;
}
.main-content > div {
padding-bottom: 0;
}
#single-meta {
display: block;
clear: both;
margin-bottom: 10px;
}
body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs="default"]) {
min-height: 250px;
}
body.single-post #page-header-bg:not(.fullscreen-header) .row,
body #page-header-bg:not(.fullscreen-header) .row,
body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap,
#page-header-bg[data-parallax="1"] {
top: 0!important;
}
body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
padding-top: 10%;
padding-bottom: 10%;
}
body:not(.single-post) #page-header-bg[data-padding-amt="low"]:not(.fullscreen-header) {
padding-top: 5%;
padding-bottom: 5%;
}
body:not(.single-post) #page-header-bg[data-padding-amt="high"]:not(.fullscreen-header) {
padding-top: 13%;
padding-bottom: 13%;
}
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
min-height: 40px;
}
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
min-height: 80px;
}
#single-meta,
body[data-header-format] #header-secondary-outer,
#page-header-bg[data-parallax="1"],
body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 .inner-wrap,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap:first-child,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
position: relative!important;
}
body:not(.single-post) .nectar-particles svg {
display: none;
}
#top, 
#page-header-wrap,
#header-outer:not([data-permanent-transparent="1"]),
body:not(.single-post) #page-header-bg:not(.fullscreen-header),
body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header),
body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header),
.full-page-inner-wrap[data-content-pos="full_height"] .full-page-inner > .span_12,
.vc_text_separator {
height: auto!important;
}
body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) {
padding-top: 16%;
padding-bottom: 4%;
}
body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="low"]:not(.fullscreen-header) {
padding-top: 10%;
padding-bottom: 2%;
}
body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="high"]:not(.fullscreen-header) {
padding-top: 20%;
padding-bottom: 6%;
}
body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) {
padding-top: 4%;
padding-bottom: 16%;
}
body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="low"]:not(.fullscreen-header) {
padding-top: 2%;
padding-bottom: 10%;
}
body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="high"]:not(.fullscreen-header) {
padding-top: 6%;
padding-bottom: 20%;
}
.related-posts.columns-3 .span_4 {
margin-right: 0;
}
#single-meta ul {
margin-left: 0;
}
.page-template-template-portfolio-php .portfolio-filters {
margin-bottom: 0;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item,
.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
width: 100%!important;
display: block;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item:not(:last-child),
.nectar-hor-list-item[data-columns="3"] .nectar-list-item:not(:last-child) {
padding-bottom: 10px;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item,
.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
padding-left: 0px;
padding-right: 0px;
}
.nectar-hor-list-item.has-btn {
padding-right: 135px;
}
.nectar-hor-list-item.has-btn[data-columns="3"],
.nectar-hor-list-item.has-btn[data-columns="4"] {
padding-right: 0;
}
.nectar-hor-list-item.has-btn[data-columns="3"] > div:nth-child(1),
.nectar-hor-list-item.has-btn[data-columns="4"] > div:nth-child(1) {
padding-right: 135px;
}
.nectar-hor-list-item >.nectar-list-item[data-text-align="right"] {
text-align: left;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn, 
.nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn {
position: absolute;
right: 22px;
top: 25px;
}
.nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second, 
.nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second {
position: absolute;
right: 22px;
top: 65px;
}
#footer-outer #social li {
width: 33px;
margin-top: 9px;
margin-bottom: 9px;
}
.nectar-recent-posts-slider .recent-post-container {
max-width: none;
}
.nectar-recent-posts-slider .recent-post-container,
.nectar-recent-posts-slider .flickity-page-dots {
padding: 0 40px;
}
.nectar-flickity[data-controls="next_prev_arrows"] .flickity-prev-next-button {
display: none;
}
.nectar-flickity[data-controls="next_prev_arrows"]:not(.masonry) .flickity-slider .cell {
width: 60%;
margin-right: 7%;
}
.full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
max-width: 100%;
}
body[data-footer-reveal="1"] #footer-outer {
position: relative;
}
body[data-footer-reveal="1"] #ajax-content-wrap, 
body[data-footer-reveal="1"] #ajax-content-wrap > .blurred-wrap {
overflow: visible;
}
body[data-footer-reveal="1"][data-footer-reveal-shadow="large"] .container-wrap,
body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] .container-wrap {
box-shadow: none;
-webkit-box-shadow: none;
}
body[data-footer-reveal="1"] .container-wrap,
body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
margin-bottom: 0!important;
}
.carousel-heading h2 {
max-width: 83%;
font-size: 11px;
}
body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product, 
.woocommerce .related ul.products li.product, .woocommerce .related ul li.product, 
.woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, 
.woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, 
.woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product, 
body.woocommerce .span_9 ul.products li.product, body.woocommerce-page .span_9 ul.products li.product, 
body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product,
.woocommerce .products.related .product, .woocommerce .products.upsells .product, 
.woocommerce-page.columns-3 ul.products li.product, 
.woocommerce.columns-3 ul.products li.product {
width: 48%;
margin: 0px 4% 25px 0px;
}
body .woocommerce ul.products li.product.material, 
body.woocommerce-page ul.products li.product.material,
.woocommerce .span_9 ul.products li.product.material, 
.woocommerce-page .span_9 ul.products li.product.material,
body .woocommerce.columns-1 ul.products li.product.material {
width: 48.8%;
margin: 0px 2% 2% 0px;
}
body .woocommerce ul.products[data-product-style="minimal"] li.product.minimal {
width: calc(49.7% - 15px);
}
body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+1), 
body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+1) {
margin-right: 2%!important;
}
.woocommerce .products.related .product, 
.woocommerce .products.upsells .product {
width: 48%!important;
}
.woocommerce .span_9 ul.products li.product:nth-child(2n+2), 
.woocommerce-page .span_9 ul.products li.product:nth-child(2n+2), 
body .woocommerce ul.products li.product:nth-child(2n+2),  
body .woocommerce-page ul.products li.product:nth-child(2n+2),
body.woocommerce ul.products li:nth-child(2n+2) {
margin-right: 0;
}
body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+2), 
body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+2),
body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style="material"] li:nth-child(2n+1),
.woocommerce .related ul.products li:nth-child(2n+2), 
.woocommerce .upsells.products ul li.product:nth-child(2n+2) {
margin-right: 0!important;
}
body.woocommerce .span_9 ul.products li.product, 
body.woocommerce-page .span_9 ul.products li.product {
clear: none;
}
.single-product .product_title,
.span_9 .carousel-heading {
padding-right: 0!important;
}
.woocommerce .span_9 .woocommerce-ordering {
right: 0;
}
.cart-outer {
display: none;
}
body[data-header-format] #header-secondary-outer {
height: auto;
}
body:not(.material) #header-secondary-outer nav > ul,
body:not(.material) #header-secondary-outer #social {
float: none;
width: 100%;
text-align: center;
height: auto;
}
#header-secondary-outer nav > ul > li > a .sf-sub-indicator {
display: none;
}
#header-secondary-outer nav > ul > li,
#header-secondary-outer #social li {
display: inline-block;
float: none;
}
#header-secondary-outer ul ul {
z-index: 100000;
}
#header-secondary-outer ul li:hover {
z-index: 1000;
}
#header-secondary-outer nav > ul > li ul li {
text-align: left;
}
#header-secondary-outer #social li > a {
height: 15px;
}
body:not(.material) #header-secondary-outer nav .sf-menu {
border-top: 1px solid #DDDDDD;
}
#page-header-wrap {
margin-top: 0;
overflow: visible;
}
#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
#page-header-bg .span_6 {
opacity: 1!important;
}
body #header-outer[data-using-secondary="1"], 
body.admin-bar #header-outer[data-using-secondary="1"] {
top: 0;
}
h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
display: inline-block;
margin-top: 20px;
}
body .clients.no-carousel:not(.fade-in-animation) > div {
opacity: 1;
}
body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation > div {
opacity: 1;
}
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-left"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-left"],
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-right"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-right"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-right"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-right"],
body:not([data-m-animate="1"]) .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"],
body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"],
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="grow-in"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="grow-in"],
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in"],
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="slight-twist"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap,
body:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div,
body:not([data-m-animate="1"]) .nectar-split-heading span > .inner,
body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
#page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
.swiper-slide .content p, 
.swiper-slide .content h2, 
.swiper-slide .content h1,
.swiper-slide .content h3,  
.swiper-slide .content .buttons,
body:not([data-m-animate="1"]) .col.has-animation[data-animation="zoom-out"],
body:not([data-m-animate="1"]) .col.has-animation[data-animation="zoom-out-high"],
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span,
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 > span span,
body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap,
body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"],
body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg,
body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] {
transform: none!important;
-webkit-transform: none!important;
}
.divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"] {
visibility: visible!important;
}
body:not([data-m-animate="1"]) .clients.fade-in-animation > div, 
body:not([data-m-animate="1"]) img.img-with-animation, 
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
body:not([data-m-animate="1"]) .col.has-animation, 
body:not([data-m-animate="1"]) .wpb_column.has-animation, 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in"],
body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
.post-area.masonry:not(.meta_overlaid),
body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
.swiper-slide .content p, 
.swiper-slide .content h2, 
.swiper-slide .content h1, 
.swiper-slide .content h3, 
.swiper-slide .content .buttons,
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span,
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word,
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 > span span,
.nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 .word,
body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
body:not([data-m-animate="1"]) .nectar-fancy-ul[data-animation="true"] ul li,
body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
.owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
.owl-carousel[data-enable-animation="true"] .owl-controls,
body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"], 
body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div,
body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner {
opacity: 1!important;
}
.col.has-animation[data-animation="fade-in-from-bottom"], 
.wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
.nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"] {
bottom: 0!important;
}
body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
-webkit-perspective: none;
perspective: none;
}
body:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
body:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
transform: none!important;
-webkit-transform: none!important;
opacity: 1!important;
animation: none!important;
}
.main-content .vc_span2 .iwithtext .iwt-icon i {
font-size: 34px;
line-height: 34px;
width: 34px;
height: 34px;
}
.main-content .vc_span2 .iwithtext .iwt-icon img {
width: 35px;
}
.main-content .vc_span2  .iwithtext .iwt-text {
padding-left: 55px;
}
.main-content .vc_span2 .iwithtext .iwt-icon {
top: -4px;
}
.parallax_slider_outer.first-section .swiper-container .slider-prev,
.parallax_slider_outer.first-section .swiper-container .slider-next {
margin-top: -30px;
}
.post-area.col_last {
padding-left: 0!important;
}
.woocommerce .post-area .woocommerce-ordering {
float: none!important;
display: block;
}
.col.centered-text ul, 
.wpb_column.centered-text ul, 
.col.centered-text ul li, 
.wpb_column.centered-text ul li {
text-align: left;
margin-left: 0!important;
}
.col.centered-text ul, 
.wpb_column.centered-text ul {
margin: 0!important;
display: block!important;
}
#ajax-content-wrap .nectar-fancy-ul[data-animation="true"] ul li,
.nectar-fancy-ul[data-animation="true"] ul li {
left: 0;
}
.testimonial_slider .controls ul {
text-align: center!important;
}
#page-header-bg[data-parallax="0"] {
margin-top: -1px;
}
.nectar-milestone {
margin-bottom: 15px;
}
.nectar-milestone:not(.animated-in) {
opacity: 1;
}
.nectar-milestone.motion_blur .number span:not(.in-sight) {
transform: none;
-webkit-transform: none;
-moz-transform: none;
opacity: 1;
}
.wpb_tabs_nav .cta-button {
top: 0;
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
left: 0;
right: auto;
}
body.single-portfolio #full_width_portfolio .container-wrap {
padding-top: 2.1em;
}
.carousel-wrap[data-full-width="true"] {
padding: 0 9px;
}
#footer-widgets .container .row > div:last-child {
margin-bottom: 0!important;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
font-size: 16px;
top: 3px;
}
body .carousel-wrap[data-full-width="true"] .controls {
display: block;
height: 30px;
position: relative;
margin-bottom: 10px;
width: 130px;
margin: 0 auto;
margin-top: 25px;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link, 
body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-prev, 
body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-next {
top: 0!important;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link {
margin: 0 auto;
position: relative;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-prev {
left: 0;
margin-left: 0;
text-align: left;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-next {
right: 0;
}
div[data-full-width="false"] .carousel-heading h2 {
font-size: 12px;
}
.blog-fullwidth-wrap .post-area.masonry {
margin-bottom: 0;
}
body .pp_gallery, 
.woocommerce .pp_gallery {
display: none;
}
.material .span_9 #author-bio {
margin-bottom: 60px;
} 
} @media only screen and (max-width: 321px) {
.container, 
.slider-nav, 
.post-area.standard-minimal.full-width-content .post .inner-wrap {
max-width: 300px;
}
}
@media only screen and (max-width: 479px) {
.full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
width: 320px;
}
} @media only screen and (min-width: 480px) and (max-width: 690px) {
body .container, 
body .slider-nav, 
.post-area.standard-minimal.full-width-content .post .inner-wrap {
max-width: 420px;
}
#ajax-content-wrap .project-title #all-items {
left: 194px;
}
.post-area.masonry, 
.post-area.masonry.span_9,  
body[data-ext-responsive="true"] .post-area.masonry.span_9,
body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
width: 420px;
}
.iosSlider.product-thumbnails .thumb {
width: 98px;
}
body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
width: 66%;
}
body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
font-size: 10px;
}
} @media screen and (max-width: 782px) {
.admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], 
.logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
.admin-bar #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"], 
.logged-in.buddypress #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"],
body.admin-bar #header-outer[data-transparent-header="true"][data-mobile-fixed="false"] {
top: 47px;
}
#header-secondary-outer[data-permanent-transparent="1"] {
margin-top: 0;
}
body {
position: static;
}
#fp-nav.tooltip_alt {
display: none;
}
} @media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
#header-outer[data-lhe="animated_underline"] #top nav > ul > li:not([class*="button_"]) > a:hover:after {
display: none;
}
#to-top {
display: none;
}
body .slide-out-hover-icon-effect a {
pointer-events: auto;
}
#page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
transition: none;
-webkit-transition: none;
}
#page-header-bg[data-parallax="1"] .span_6, 
#page-header-bg[data-parallax="1"] {
position: relative!important;
}
#page-header-bg[data-parallax="1"] {
top: 0!important;
}
#page-header-bg .span_6 {
display: block!important;
opacity: 1!important;
}
.swiper-container .slider-right {
right: 0!important;
}
.video-texture {
display: none;
}
img.img-with-animation[data-animation="fade-in-from-right"] {
padding-left: 0;
}
img.img-with-animation[data-animation="fade-in-from-left"] {
padding-right: 0;
}
img.img-with-animation[data-animation="fade-in-from-bottom"],
.col.has-animation[data-animation="fade-in-from-bottom"], 
.wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
bottom: 0;
}
.parallax_slider_outer.first-section .nectar-slider-wrap, 
#full_width_portfolio .project-title.parallax-effect,
.parallax_slider_outer.first-section .swiper-slide .content,
.parallax_slider_outer.first-section .nectar-slider-wrap, 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"],
body:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-right"],
body:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-left"],
body:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
body:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"],
body:not([data-m-animate="1"]) .img-with-animation[data-animation="grow-in"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"],
.owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="slight-twist"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
transform: none!important;
-webkit-transform: none!important;
}
.parallax_slider_outer.first-section .swiper-slide .content,
body:not([data-m-animate="1"]) .clients.fade-in-animation > div, 
body:not([data-m-animate="1"]) .img-with-animation, 
body:not([data-m-animate="1"]) .col.has-animation, 
body:not([data-m-animate="1"]) .wpb_column.has-animation,
.owl-carousel[data-enable-animation="true"] .owl-controls,
.owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"] {
opacity: 1!important;
}
.divider-border[data-animate="yes"], 
.divider-small-border[data-animate="yes"],
.img-with-animation[data-animation="grow-in"], 
.col.has-animation[data-animation="grow-in"], 
.wpb_column.has-animation[data-animation="grow-in"] {
visibility: visible;
}
.portfolio-items .col .work-item .work-info a {
display: block;
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
text-indent: -9999px;
}
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
transform: none;
-webkit-transform: none;
}
.portfolio-items .col .work-item .work-info .custom-content .nectar-button {
width: auto;
}
body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
opacity: 1;
}
body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
opacity: 1;
transform: scale(1);
-webkit-transform: scale(1);
}
.portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
height: 100%;
top: 0 ;
transform: none;
-webkit-transform: none;
}
} @media only screen and (max-device-width: 2600px) {
body[data-ajax-transitions="true"].using-mobile-browser #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
display: none;
}
body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
overflow-y: scroll;
}
body.using-mobile-browser .full-width-content.parallax_section .row-bg[data-parallax-speed="fixed"], 
body.using-mobile-browser .full-width-section.parallax_section .row-bg[data-parallax-speed="fixed"], 
body.using-mobile-browser .wpb_row.parallax_section .row-bg[data-parallax-speed="fixed"] {
background-attachment: scroll;
}
body.using-mobile-browser .cp-modal-popup-container {
position: relative;
z-index: 100000;
}
body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video,
body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video {
display: none;
}
body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
display: block;
}
.using-mobile-browser img.img-with-animation[data-animation="fade-in-from-right"] {
padding-left: 0;
}
.using-mobile-browser img.img-with-animation[data-animation="fade-in-from-left"] {
padding-right: 0;
}
.using-mobile-browser img.img-with-animation[data-animation="fade-in-from-bottom"],
.using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"], 
.using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
bottom: 0;
}
.using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .slide-bg-wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"],
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-right"],
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-left"],
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"],
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="grow-in"], 
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"], 
body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"],
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation*="reveal-from"] > .vc_column-inner,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span > .inner,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner,
.using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"],
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .meta-date {
transform: none!important;
-webkit-transform: none!important;
}
body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image,
body.using-mobile-browser:not([data-m-animate="1"]) .clients.fade-in-animation > div, 
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation, 
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation, 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,
.using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span > .inner,
.using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-controls,
body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item  .meta-date {
opacity: 1!important;
}
body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"] {
visibility: visible!important;
}
body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
opacity: 1!important;
animation: none!important;
}
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, 
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
opacity: 1;
-webkit-animation: none;
-o-animation: none;
animation: none;
}
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
transform: none;
-webkit-transform: none;
}
.using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
top: 50%;
left: 50%;
}
.ascend.using-mobile-browser #search {
height: 100%;
}
.ascend.using-mobile-browser #search #search-box {
top: 20px;
}
.using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
display: block!important;
}
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div {
transform: none;
-webkit-transform: none;
}
.using-mobile-browser .slide-out-hover-icon-effect a {
pointer-events: auto;
}
.using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] {
height: auto!important;
}
.using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > div {
position: relative!important;
left: 0!important;
}
.using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
padding-top: 8%;
padding-bottom: 8%;
}
body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
opacity: 1;
}
.using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
backface-visibility: hidden;
-webkit-backface-visibility: hidden;
}
body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section, 
body[data-remove-m-parallax="1"].using-mobile-browser .full-width-content.parallax_section {
background-attachment: scroll!important;
background-position: center!important;
}
body[data-remove-m-parallax="1"].using-mobile-browser .wpb_row.parallax_section .row-bg, 
body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section .row-bg,
body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,
body[data-remove-m-parallax="1"].using-mobile-browser #page-header-bg[data-parallax="1"] .page-header-bg-image {
margin-top: 0!important;
height: 100%!important;
transform: none!important;
-webkit-transform: none!important;
background-attachment: scroll!important;
background-position: 50%!important;
opacity: 1;
}
body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured.parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
opacity: 1;
}
body[data-remove-m-parallax="1"].using-mobile-browser .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
height: 100%;
}
body.using-mobile-browser .blurred-wrap.blurred {
-webkit-filter: blur(0px);
-moz-filter: blur(0px);
-ms-filter: blur(0px);
filter: blur(0px);
}
} @media only screen and (min-width: 1600px) {
.post-area.full-width-content .masonry-blog-item, 
.full-width-content .post-area .masonry-blog-item {
width: 18%;
}
.post-area.full-width-content.classic_enhanced .masonry-blog-item, 
.full-width-content .post-area.classic_enhanced .masonry-blog-item {
width: 18.5%;
} body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide,
body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
width: 50%;
}
body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
width: 50%;
}
body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall, 
body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular,
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular,
#boxed .post-area.full-width-content.meta_overlaid .masonry-blog-item.regular, 
#boxed .full-width-content .post-area.meta_overlaid .masonry-blog-item.regular {
width: 25%;
} body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 63.66%;
}
body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 58.5%;
}
body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
width: 97.5%;
}
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
width: 25%;
}
body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
width: 50%;
}
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
font-size: 16px;
line-height: 22px;
}
body .masonry.meta_overlaid .post .post-header .meta-author a {
font-size: 11px;
}
body .masonry.meta_overlaid .post .post-header .meta-author span {
font-size: 13px;
}
body .default-style .portfolio-items .col.elastic-portfolio-item {
width: 22.43%!important;
}
.post-area.full-width-content .masonry-blog-item, 
.full-width-content .post-area .masonry-blog-item {
width: 23%;
}
.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
padding-left: 2.8%!important;
}
.full-width-content .vc_span2 .nectar-milestone .number, 
.full-width-content .vc_col-sm-2 .nectar-milestone .number {
font-size: 50px;
line-height: 50px;
}
.full-width-content .vc_span8 .clients.five-cols.carousel > div, 
.full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
width: 33%;
} body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 64.1%;
}
body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 73%;
}
body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
width: 97.5%;
}
}
@media only screen and (min-width: 990px) and (max-width: 1300px) { body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item,
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
width: 25%;
}
body .masonry.meta_overlaid .post .post-header .meta-author a {
font-size: 11px;
}
body .masonry.meta_overlaid .post .post-header .meta-author span {
font-size: 13px;
}
body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
width: 25%;
}
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
font-size: 14px;
line-height: 20px;
}
.full-width-content .vc_span8 .clients.six-cols > div, 
.full-width-content .vc_col-sm-8 .clients.six-cols > div {
width: 32.3%;
}
.full-width-content .vc_span8 .clients.no-carousel.six-cols > div:nth-child(3n+3), 
.full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols > div:nth-child(3n+3) {
margin-right: 0;
}
.full-width-content .vc_span8 .clients.five-cols.carousel > div, 
.full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
width: 40%;
}
#nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column,
#nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column p {
font-size: inherit;
line-height: inherit;
} body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 100%;
}
body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 97.2%;
}
body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
width: 97.5%;
}
}
@media only screen and (min-width: 470px) and (max-width: 990px) {
.portfolio-items .elastic-portfolio-item,
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
width: 50%;
}
body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
width: 100%;
}
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
font-size: 16px;
line-height: 20px;
} body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 97%;
}
body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
width: 97%;
}
}
@media only screen and (max-width: 690px) and (min-width: 470px) {
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
width: 100%;
}
.post.quote .post-content .quote-inner, 
.post.link .post-content .link-inner, 
.format-status .post-content .status-inner, 
.post.format-aside .aside-inner {
padding: 50px 10%;
}
}
@media only screen and (max-width: 690px) {
body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video,
body[data-remove-m-video-bgs="1"] .nectar-video-wrap video {
display: none;
}
body[data-remove-m-video-bgs="1"] .mobile-video-image {
display: block;
}
.posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap.animated, 
.posts-container[data-load-animation="fade_in"] article .inner-wrap.animated,
.posts-container[data-load-animation="perspective"] article .inner-wrap.animated,
.posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap, 
.posts-container[data-load-animation="fade_in"] article .inner-wrap,
.posts-container[data-load-animation="perspective"] article .inner-wrap {
opacity: 1;
transform: translateY(0);
-webkit-transform: translateY(0);
}
.post-area.masonry.classic .posts-container:not(.meta-moved) .post-content > .post-meta {
opacity: 0;
position: absolute!important;
}
.post-area.masonry.meta_overlaid .post .post-content > .post-meta {
display: none!important;
}
#ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap,
#ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap {
-webkit-transform: none;
transform: none;
top: 0;
position: relative;
}
.material .related-post-wrap h3.related-title {
padding-top: 60px;
}
.post-area.featured_img_left .article-content-wrap {
display: block;
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap,
.post-area.featured_img_left .article-content-wrap .post-content-wrap {
width: 100%;
}
.post-area.featured_img_left .quote .inner-wrap, 
.post-area.featured_img_left .link .inner-wrap {
padding-bottom: 55px;
}
.post-area.featured_img_left .article-content-wrap .post-content-wrap {
padding: 35px 0 55px 0;
overflow: visible;
}
.post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
display: none;
}
.post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
height: 200px;
border-radius: 5px 5px 0;
}
.nectar-recent-posts-slider .inner-wrap {
max-width: 80%;
}
.arhchive #page-header-wrap #page-header-bg .subheader {
display: none;
}
}
@media only screen and (max-width: 470px) {
body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
width: 100%;
}
body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
width: 50%;
}
.masonry.meta_overlaid .post.wide_tall .content-inner .post-featured-img img {
height: auto!important;
}
#ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap, 
#ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap {
transform: none;
-webkit-transform: none;
top: 0;
}
.post.quote .post-content .quote-inner, 
.post.link .post-content .link-inner, 
.format-status .post-content .status-inner, 
.post.format-aside .aside-inner {
padding: 50px 10%;
}
.full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
padding: 0 10%!important;
}
body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date, 
body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date {
font-size: 13px;
}
#ajax-content-wrap .post-area.masonry.meta_overlaid .post.wide_tall .post-meta, 
#ajax-content-wrap .post-area.masonry.meta_overlaid .post.large_featured .post-meta {
margin: -1px 0;
}
#ajax-content-wrap .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
padding-bottom: 0;
}
body .masonry.meta_overlaid .post .post-header .meta-author a {
font-size: 11px;
}
body .masonry.meta_overlaid .post .post-header .meta-author span {
font-size: 11px;
}
body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
margin: 0;
}
body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
padding-left: 0;
padding-right: 0;
}
body .woocommerce ul.products[data-product-style="material"] li.product.material, 
body.woocommerce-page ul.products[data-product-style="material"] li.product.material,
.woocommerce .span_9 ul.products li.product.material, 
.woocommerce-page .span_9 ul.products li.product.material,
body .woocommerce.columns-1 ul.products li.product.material {
margin-right: 0%!important;
width: 100%;
}
.woocommerce .products.related .product.material, 
.woocommerce .products.upsells .product.material {
width: 100%!important;
}
body #search-results[data-layout="default"] .result,
body #search-results[data-layout="masonry-no-sidebar"] .result {
opacity: 1;
position: relative!important;
top: auto!important;
left: auto!important;
}
}.select2-container .select2-choice,.select2-results .select2-result-label{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;-webkit-touch-callout:none}.select2-container{margin:0;position:relative;display:block!important;zoom:1;vertical-align:middle}.select2-container,.select2-drop,.select2-search,.select2-search input{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.select2-container .select2-choice{display:block;padding:0 0 0 8px;overflow:hidden;position:relative;border:1px solid #ccc;white-space:nowrap;color:#444;text-decoration:none;border-radius:3px;background-clip:padding-box;user-select:none;background-color:#fff;font-weight:400}html[dir=rtl] .select2-container .select2-choice{padding:0 8px 0 0}.select2-container.select2-drop-above .select2-choice{border-bottom-color:#ccc;border-radius:0 0 4px 4px}.select2-container.select2-allowclear .select2-choice .select2-chosen{margin-right:42px}.select2-container .select2-choice>.select2-chosen{margin-right:26px;display:block;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;float:none;width:auto}html[dir=rtl] .select2-container .select2-choice>.select2-chosen{margin-left:26px;margin-right:0}.select2-container .select2-choice abbr{display:none;width:12px;height:12px;position:absolute;right:24px;top:5px;font-size:1px;text-decoration:none;border:0;cursor:pointer;outline:0}.select2-container.select2-allowclear .select2-choice abbr{display:inline-block}.select2-container .select2-choice abbr:hover{background-position:right -11px;cursor:pointer}.select2-drop-mask{border:0;margin:0;padding:0;position:fixed;left:0;top:0;min-height:100%;min-width:100%;height:auto;width:auto;opacity:0;z-index:9998;background-color:#fff;filter:alpha(opacity=0)}.select2-drop{width:100%;margin-top:-1px;position:absolute;z-index:9999;top:100%;background:#fff;color:#000;border:1px solid #ccc;border-top:0;border-radius:0 0 3px 3px}.select2-drop.select2-drop-above{margin-top:1px;border-top:1px solid #ccc;border-bottom:0;border-radius:3px 3px 0 0}.select2-drop-active{border:1px solid #666;border-top:none}.select2-drop.select2-drop-above.select2-drop-active{border-top:1px solid #666}.select2-drop-auto-width{border-top:1px solid #ccc;width:auto}.select2-drop-auto-width .select2-search{padding-top:4px}.select2-container .select2-choice .select2-arrow{display:inline-block;width:22px;height:100%;position:absolute;right:0;top:0;border-radius:0 3px 3px 0;background-clip:padding-box}html[dir=rtl] .select2-container .select2-choice .select2-arrow{left:0;right:auto;border-radius:3px 0 0 3px}.select2-container .select2-choice .select2-arrow b{display:block;width:100%;height:100%;position:relative}.select2-container .select2-choice .select2-arrow b:after{position:absolute;display:block;content:"";top:50%;left:50%;border:4px solid transparent;border-top-color:#666;margin-left:-7px;margin-top:-2px}.select2-search{display:inline-block;width:100%;margin:0;padding-left:4px;padding-right:4px;position:relative;z-index:10000;white-space:nowrap;padding-bottom:4px}.select2-search input{width:100%;height:auto!important;padding:4px 20px 4px 5px!important;margin:0;outline:0;font-family:sans-serif;font-size:1em;border:1px solid #ccc;-webkit-box-shadow:none;box-shadow:none;}html[dir=rtl] .select2-search input{padding:4px 5px 4px 20px;}.select2-drop.select2-drop-above .select2-search input{margin-top:4px}.select2-search input.select2-active{background-color: #fff}.select2-container-active .select2-choice,.select2-container-active .select2-choices{border:1px solid #666;outline:0}.select2-dropdown-open .select2-choice{border-bottom-color:transparent;-webkit-box-shadow:0 1px 0 #fff inset;box-shadow:0 1px 0 #fff inset;border-bottom-left-radius:0;border-bottom-right-radius:0}.select2-dropdown-open .select2-choice .select2-arrow b:after{border-top-color:transparent;border-bottom-color:#666;margin-top:-6px}.select2-dropdown-open.select2-drop-above .select2-choice,.select2-dropdown-open.select2-drop-above .select2-choices{border:1px solid #666;border-top-color:transparent}.select2-dropdown-open .select2-choice .select2-arrow{background:0 0;border-left:none;filter:none}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow{border-right:none}.select2-dropdown-open .select2-choice .select2-arrow b{background-position:-18px 1px}html[dir=rtl] .select2-dropdown-open .select2-choice .select2-arrow b{background-position:-16px 1px}.select2-hidden-accessible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.select2-results{max-height:200px;padding:4px;margin:0;position:relative;overflow-x:hidden;overflow-y:auto;-webkit-tap-highlight-color:transparent;background:#fafafa}html[dir=rtl] .select2-results{padding:0 4px 0 0;margin:4px 0 4px 4px}.select2-results ul.select2-result-sub{margin:0;padding-left:0}.select2-results li{list-style:none;display:list-item;background-image:none;margin:3px 0}.select2-results li.select2-result-with-children>.select2-result-label{font-weight:700}.select2-results .select2-result-label{padding:5px 7px;margin:0;cursor:pointer;min-height:1em;user-select:none}.select2-results-dept-1 .select2-result-label{padding-left:20px}.select2-results-dept-2 .select2-result-label{padding-left:40px}.select2-results-dept-3 .select2-result-label{padding-left:60px}.select2-results-dept-4 .select2-result-label{padding-left:80px}.select2-results-dept-5 .select2-result-label{padding-left:100px}.select2-results-dept-6 .select2-result-label{padding-left:110px}.select2-results-dept-7 .select2-result-label{padding-left:120px}.select2-results .select2-highlighted{background:#f1f1f1;color:#000;border-radius:3px}.select2-results li em{background:#feffde;font-style:normal}.select2-results .select2-highlighted em{background:0 0}.select2-results .select2-highlighted ul{background:#fff;color:#000}.select2-results .select2-ajax-error,.select2-results .select2-no-results,.select2-results .select2-searching,.select2-results .select2-selection-limit{background:#f4f4f4;display:list-item;padding-left:5px}.select2-results .select2-disabled.select2-highlighted{color:#666;background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-disabled{background:#f4f4f4;display:list-item;cursor:default}.select2-results .select2-selected{display:none}.select2-more-results.select2-active{background:url(//typeschool.de/wp-content/themes/salient/css/images/select2-spinner.gif) 100% no-repeat #f4f4f4}.select2-results .select2-ajax-error{background:rgba(255,50,50,.2)}.select2-more-results{background:#f4f4f4;display:list-item}.select2-container.select2-container-disabled .select2-choice{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container.select2-container-disabled .select2-choice .select2-arrow{background-color:#f4f4f4;background-image:none;border-left:0}.select2-container.select2-container-disabled .select2-choice abbr{display:none}.select2-container-multi .select2-choices{height:auto!important;height:1%;margin:0;padding:0 5px 0 0;position:relative;border:1px solid #ccc;cursor:text;overflow:hidden;background-color:#fff;min-height:26px}html[dir=rtl] .select2-container-multi .select2-choices{padding:0 0 0 5px}.select2-locked{padding:3px 5px!important}.select2-container-multi.select2-container-active .select2-choices{border:1px solid #666;outline:0}.select2-container-multi .select2-choices li{float:left;list-style:none}html[dir=rtl] .select2-container-multi .select2-choices li{float:right}.select2-container-multi .select2-choices .select2-search-field{margin:0;padding:0;white-space:nowrap}.select2-container-multi .select2-choices .select2-search-field input{padding:5px;margin:1px 0;font-family:sans-serif;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;background:0 0!important}.select2-container-multi .select2-choices .select2-search-field input.select2-active{background:url(//typeschool.de/wp-content/themes/salient/css/images/select2-spinner.gif) 100% no-repeat #fff!important}.select2-default{color:#999!important}.select2-container-multi .select2-choices .select2-search-choice{padding:5px 8px 5px 24px;margin:3px 0 3px 5px;position:relative;line-height:15px;color:#333;cursor:default;border-radius:2px;background-clip:padding-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#e4e4e4}html[dir=rtl] .select2-container-multi .select2-choices .select2-search-choice{margin:3px 5px 3px 0;padding:5px 24px 5px 8px}.select2-container-multi .select2-choices .select2-search-choice .select2-chosen{cursor:default}.select2-container-multi .select2-choices .select2-search-choice-focus{background:#d4d4d4}.select2-search-choice-close{display:block;width:12px;height:13px;position:absolute;right:7px;top:6px;font-size:1px;outline:0;}html[dir=rtl] .select2-search-choice-close{right:auto;left:7px}.select2-container-multi .select2-search-choice-close{left:7px}html[dir=rtl] .select2-container-multi .select2-search-choice-close{left:auto;right:7px}.select2-container-multi .select2-choices .select2-search-choice .select2-search-choice-close:hover,.select2-container-multi .select2-choices .select2-search-choice-focus .select2-search-choice-close{background-position:right -11px}.select2-container-multi.select2-container-disabled .select2-choices{background-color:#f4f4f4;background-image:none;border:1px solid #ddd;cursor:default}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice{padding:3px 5px;border:1px solid #ddd;background-image:none;background-color:#f4f4f4}.select2-container-multi.select2-container-disabled .select2-choices .select2-search-choice .select2-search-choice-close{display:none;background:0 0}.select2-result-selectable .select2-match,.select2-result-unselectable .select2-match{text-decoration:underline}.select2-offscreen,.select2-offscreen:focus{clip:rect(0 0 0 0)!important;width:1px!important;height:1px!important;border:0!important;margin:0!important;padding:0!important;overflow:hidden!important;position:absolute!important;outline:0!important;left:0!important;top:0!important}.select2-display-none{display:none}.select2-measure-scrollbar{position:absolute;top:-10000px;left:-10000px;width:100px;height:100px;overflow:scroll}@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:2dppx){.select2-search input{background-repeat:no-repeat!important;background-size:60px 40px!important;background-position:100% -21px!important}}.original .nectar-button.extra-color-gradient-1, 
.original .nectar-button.extra-color-gradient-2, 
.original .nectar-button.see-through-extra-color-gradient-1, 
.original .nectar-button.see-through-extra-color-gradient-2{
background-color:transparent!important;
opacity:1;
box-shadow:none
}
.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after,
.nectar-button.see-through-extra-color-gradient-1:after, 
.nectar-button.see-through-extra-color-gradient-2:after{
position:absolute;
content:' ';
top:-2%;
left:-1%;
width:101.5%;
height:104%;
transform-origin:right;
-webkit-transform-origin:right;
-ms-transform-origin:right;
transform:scale(0,1);
-webkit-transform:scale(0,1);
-ms-transform:scale(0,1);
-ms-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
-webkit-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),background-size 0.38s ease;
z-index:-1
}
.nectar-button.see-through-extra-color-gradient-1:after,
.nectar-button.see-through-extra-color-gradient-2:after,
.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after {
background-size:225% 100%!important;
background-position:right!important
}
.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after,
.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after {
background-position:left!important;
background-size:100% 100%!important
}
.nectar-button.see-through-extra-color-gradient-1:hover:after,
.nectar-button.see-through-extra-color-gradient-2:hover:after{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-ms-transform:scale(1,1);
transform-origin:left;
-webkit-transform-origin:left;
-ms-transform-origin:left;
}
.nectar-button.extra-color-gradient-1:after,
.nectar-button.extra-color-gradient-2:after{
transform:scale(1,1);
-webkit-transform:scale(1,1);
-ms-transform:scale(1,1);
transform-origin:left;
-webkit-transform-origin:left;
-ms-transform-origin:left;
}
.nectar-button.extra-color-gradient-1:hover:after,
.nectar-button.extra-color-gradient-2:hover:after{
transform:scale(0,1);
-webkit-transform:scale(0,1);
-ms-transform:scale(0,1);
transform-origin:right;
-webkit-transform-origin:right;
-ms-transform-origin:right;
}
.nectar-button.extra-color-gradient-1 .start, 
.nectar-button.extra-color-gradient-2 .start, 
.nectar-button.extra-color-gradient-1 .hover, 
.nectar-button.extra-color-gradient-2 .hover, 
.nectar-button.see-through-extra-color-gradient-1 .start, 
.nectar-button.see-through-extra-color-gradient-2 .start, 
.nectar-button.see-through-extra-color-gradient-1 .hover, 
.nectar-button.see-through-extra-color-gradient-2 .hover{
-ms-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95);
transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95);
-webkit-transition:transform 0.38s cubic-bezier(.2,0.95,.4,0.95),opacity 0.38s cubic-bezier(.2,0.95,.4,0.95)
}
.nectar-button.extra-color-gradient-1 .start, 
.nectar-button.extra-color-gradient-2 .start, 
.nectar-button.see-through-extra-color-gradient-1 .start, 
.nectar-button.see-through-extra-color-gradient-2 .start{
animation:gradientTextHoverHover 0.38s;
animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
animation-fill-mode:forwards;
display:inline-block!important
}
.nectar-button.extra-color-gradient-1 .hover, 
.nectar-button.extra-color-gradient-2 .hover, 
.nectar-button.see-through-extra-color-gradient-1 .hover, 
.nectar-button.see-through-extra-color-gradient-2 .hover{
position:absolute;
display:inline;
left:0;
animation:gradientTextHoverOff 0.38s;
animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
animation-fill-mode:forwards;
text-align:center;
width:100%;
opacity:0;
z-index:0
}
.nectar-button.extra-color-gradient-1:hover .hover, 
.nectar-button.extra-color-gradient-2:hover .hover, 
.nectar-button.see-through-extra-color-gradient-1:hover .hover, 
.nectar-button.see-through-extra-color-gradient-2:hover .hover{
animation:gradientTextHoverHover 0.38s;
animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
animation-fill-mode:forwards
}
.nectar-button.extra-color-gradient-1:hover .start, 
.nectar-button.extra-color-gradient-2:hover .start, 
.nectar-button.see-through-extra-color-gradient-1:hover .start, 
.nectar-button.see-through-extra-color-gradient-2:hover .start{
animation:gradientTextHoverOff 0.38s;
animation-timing-function:cubic-bezier(.2,0.9,.4,0.9);
animation-fill-mode:forwards
}
.nectar-button.see-through-extra-color-gradient-1 .hover, 
.nectar-button.see-through-extra-color-gradient-2 .hover{
position:absolute;
display:inline;
left:0;
text-align:center;
width:100%;
opacity:0;
z-index:100
}
.nectar-button.extra-color-gradient-1 .start.loading, 
.nectar-button.extra-color-gradient-2 .start.loading, 
.nectar-button.see-through-extra-color-gradient-1 .start.loading, 
.nectar-button.see-through-extra-color-gradient-2 .start.loading{
animation:gradientTextHoverHover 0s
}
.light .nectar-button.extra-color-gradient-1:hover .hover, 
.light .nectar-button.extra-color-gradient-2:hover .hover, 
.light .nectar-button.see-through-extra-color-gradient-1:hover .start, 
.light .nectar-button.see-through-extra-color-gradient-2:hover .start, 
.light .nectar-button.see-through-extra-color-gradient-1 .start, 
.light .nectar-button.see-through-extra-color-gradient-2 .start, 
div[data-text-color="light"] .nectar-button.extra-color-gradient-1:hover .hover, 
div[data-text-color="light"] .nectar-button.extra-color-gradient-2:hover .hover, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1:hover .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2:hover .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1 .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2 .start{
background:none!important;
-webkit-background-clip:border-box;
-webkit-text-fill-color:#fff;
background-clip:border-box;
}
.light .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start, 
.light .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1.no-text-grad .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2.no-text-grad .start{
color:#fff!important
}
.light .nectar-button.see-through-extra-color-gradient-1:hover .start, 
.light .nectar-button.see-through-extra-color-gradient-2:hover .start, 
.light .nectar-button.see-through-extra-color-gradient-1 .start, 
.light .nectar-button.see-through-extra-color-gradient-2 .start, 
.light .nectar-button.extra-color-gradient-1 .start, 
.light .nectar-button.extra-color-gradient-2 .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1:hover .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2:hover .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1 .start, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2 .start, 
div[data-text-color="light"] .nectar-button.extra-color-gradient-1 .start, 
div[data-text-color="light"] .nectar-button.extra-color-gradient-2 .start{
opacity:1!important;
animation:none!important
}
.light .nectar-button.see-through-extra-color-gradient-1 .hover, 
.light .nectar-button.see-through-extra-color-gradient-2 .hover, 
.light .nectar-button.extra-color-gradient-1 .hover, 
.light .nectar-button.extra-color-gradient-2 .hover, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-1 .hover, 
div[data-text-color="light"] .nectar-button.see-through-extra-color-gradient-2 .hover, 
div[data-text-color="light"] .nectar-button.extra-color-gradient-1 .hover, 
div[data-text-color="light"] .nectar-button.extra-color-gradient-2 .hover{
opacity:0!important;
animation:none!important
}
@keyframes gradientTextHoverHover{
0%{
transform:translateX(0px);
opacity:0
}
70%{
opacity:1
}
100%{
transform:translateX(0px)!important;
opacity:1
}
}
@keyframes gradientTextHoverOff{
0%{
transform:translateX(0px);
opacity:1
}
70%{
opacity:0
}
100%{
transform:translateX(0px)!important;
opacity:0
}
}
.nectar-button.see-through-extra-color-gradient-1.medium.has-icon, 
.nectar-button.see-through-extra-color-gradient-2.medium.has-icon, 
.nectar-button.extra-color-gradient-1.medium.has-icon, 
.nectar-button.extra-color-gradient-2.medium.has-icon{
padding:7px 30px
}
.nectar-button.see-through-extra-color-gradient-1.large.has-icon, 
.nectar-button.see-through-extra-color-gradient-2.large.has-icon, 
.nectar-button.extra-color-gradient-1.large.has-icon, 
.nectar-button.extra-color-gradient-2.large.has-icon{
padding:12px 35px
}
.nectar-button.extra-color-gradient-1 i, .nectar-button.extra-color-gradient-2 i, 
.nectar-button.see-through-extra-color-gradient-1 i, .nectar-button.see-through-extra-color-gradient-2 i{
opacity:1;
right:24px;
background:inherit;
background-size:500% 100%;
background-position:right
}
.nectar-button.extra-color-gradient-1.has-icon span, 
.nectar-button.extra-color-gradient-2.has-icon span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon span{
left:-18px
}
.nectar-button.extra-color-gradient-1.has-icon:hover span, 
.nectar-button.extra-color-gradient-2.has-icon:hover span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon:hover span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon:hover span, 
.nectar-button.extra-color-gradient-1.has-icon:hover i, 
.nectar-button.extra-color-gradient-2.has-icon:hover i, 
.nectar-button.see-through-extra-color-gradient-1.has-icon:hover i, 
.nectar-button.see-through-extra-color-gradient-2.has-icon:hover i{
-ms-transform:none;
transform:none;
-webkit-transform:none
}
.nectar-button.extra-color-gradient-1.jumbo i, 
.nectar-button.extra-color-gradient-2.jumbo i, 
.nectar-button.see-through-extra-color-gradient-1.jumbo i, 
.nectar-button.see-through-extra-color-gradient-2.jumbo i{
opacity:1;
font-size:20px;
line-height:20px;
width:20px;
text-align:center;
margin-top:-10px
}
.nectar-button.extra-color-gradient-1.extra_jumbo i, 
.nectar-button.extra-color-gradient-2.extra_jumbo i, 
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo i, 
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo i{
width:40px
}
.nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span, 
.nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span{
left:-35px
}
.nectar-button.extra-color-gradient-1.has-icon.jumbo span, 
.nectar-button.extra-color-gradient-2.has-icon.jumbo span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon.jumbo span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon.jumbo span{
left:-16px
}
.nectar-button.extra-color-gradient-1.has-icon.large span, 
.nectar-button.extra-color-gradient-2.has-icon.large span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon.large span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon.large span{
left:-14px
}
.nectar-button.extra-color-gradient-1.has-icon.medium span, 
.nectar-button.extra-color-gradient-2.has-icon.medium span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon.medium span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon.medium span{
left:-13px
}
.nectar-button.extra-color-gradient-1.has-icon.small span, 
.nectar-button.extra-color-gradient-2.has-icon.small span, 
.nectar-button.see-through-extra-color-gradient-1.has-icon.small span, 
.nectar-button.see-through-extra-color-gradient-2.has-icon.small span{
left:-11px
}
.nectar-button.extra-color-gradient-1.jumbo .hover i, 
.nectar-button.extra-color-gradient-2.jumbo .hover i, 
.nectar-button.see-through-extra-color-gradient-1.jumbo .hover i, 
.nectar-button.see-through-extra-color-gradient-2.jumbo .hover i{
right:8px
}
.nectar-button.extra-color-gradient-1.extra_jumbo .hover i, 
.nectar-button.extra-color-gradient-2.extra_jumbo .hover i, 
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .hover i, 
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .hover i{
right:19px
}
.nectar-button.extra-color-gradient-1.large .hover i, 
.nectar-button.extra-color-gradient-2.large .hover i, 
.nectar-button.see-through-extra-color-gradient-1.large .hover i, 
.nectar-button.see-through-extra-color-gradient-2.large .hover i{
right:5px
}
.nectar-button.extra-color-gradient-1.medium .hover i, 
.nectar-button.extra-color-gradient-2.medium .hover i, 
.nectar-button.see-through-extra-color-gradient-1.medium .hover i, 
.nectar-button.see-through-extra-color-gradient-2.medium .hover i{
right:3px
}
.nectar-button.extra-color-gradient-1.small .hover i, 
.nectar-button.extra-color-gradient-2.small .hover i, 
.nectar-button.see-through-extra-color-gradient-1.small .hover i, 
.nectar-button.see-through-extra-color-gradient-2.small .hover i{
right:7px
}
.nectar-button.extra-color-gradient-1.jumbo .start i, 
.nectar-button.extra-color-gradient-2.jumbo .start i, 
.nectar-button.see-through-extra-color-gradient-1.jumbo .start i, 
.nectar-button.see-through-extra-color-gradient-2.jumbo .start i{
right:-32px
}
.nectar-button.extra-color-gradient-1.extra_jumbo .start i, 
.nectar-button.extra-color-gradient-2.extra_jumbo .start i, 
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo .start i, 
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo .start i{
right:-75px
}
.nectar-button.extra-color-gradient-1.large .start i, 
.nectar-button.extra-color-gradient-2.large .start i, 
.nectar-button.see-through-extra-color-gradient-1.large .start i, 
.nectar-button.see-through-extra-color-gradient-2.large .start i{
right:-32px
}
.nectar-button.extra-color-gradient-1.medium .start i, 
.nectar-button.extra-color-gradient-2.medium .start i, 
.nectar-button.see-through-extra-color-gradient-1.medium .start i, 
.nectar-button.see-through-extra-color-gradient-2.medium .start i{
right:-30px
}
.nectar-button.extra-color-gradient-1.small .start i, 
.nectar-button.extra-color-gradient-2.small .start i, 
.nectar-button.see-through-extra-color-gradient-1.small .start i, 
.nectar-button.see-through-extra-color-gradient-2.small .start i{
right:-30px
}
.nectar-button.see-through-extra-color-gradient-1.small, 
.nectar-button.see-through-extra-color-gradient-2.small, 
.nectar-button.extra-color-gradient-1.small, 
.nectar-button.extra-color-gradient-2.small{
padding:5px 14px
}
.nectar-button.see-through-extra-color-gradient-1.medium, 
.nectar-button.see-through-extra-color-gradient-2.medium, 
.nectar-button.extra-color-gradient-1.medium, 
.nectar-button.extra-color-gradient-2.medium{
border-width:3px;
padding:7px 15px
}
.nectar-button.see-through-extra-color-gradient-1.large,
.nectar-button.see-through-extra-color-gradient-2.large, 
.nectar-button.extra-color-gradient-1.large, 
.nectar-button.extra-color-gradient-2.large{
border-width:3px;
padding:12px 22px
}
.nectar-button.see-through-extra-color-gradient-1.jumbo, 
.nectar-button.see-through-extra-color-gradient-2.jumbo, 
.nectar-button.extra-color-gradient-1.jumbo, 
.nectar-button.extra-color-gradient-2.jumbo{
border-width:4px;
padding:21px 40px
}
.nectar-button.see-through-extra-color-gradient-1.extra_jumbo, 
.nectar-button.see-through-extra-color-gradient-2.extra_jumbo, 
.nectar-button.extra-color-gradient-1.extra_jumbo, 
.nectar-button.extra-color-gradient-2.extra_jumbo{
border-width:10px;
padding:56px 90px
}
.nectar-button.extra-color-gradient-1 span, 
.nectar-button.extra-color-gradient-2 span, 
.nectar-button.see-through-extra-color-gradient-1 span, 
.nectar-button.see-through-extra-color-gradient-2 span{
z-index:100
}
.comment-wrap {
padding: 60px 0;
}
.comment-wrap[data-comments-open="false"] {
padding: 0;
}
.carousel-next i, 
.carousel-prev i {
color: #fff;
}
@media only screen and (max-width: 1000px) {
#search-outer {
height: 55px;
bottom: 0;
top: auto;
}
}