/*
Theme Name:  Salient
Description: Global responsive styles
*/

@media only screen and (min-width: 1300px) {
  
  .container,  
  body[data-ext-responsive="false"] #boxed #header-outer[data-full-width="true"] header > .container,  
  body[data-ext-responsive="false"] #boxed #header-secondary-outer[data-full-width="true"] > .container,
  .post-area.standard-minimal.full-width-content .post .inner-wrap,
   body[data-header-format="left-header"] .container, 
   body[data-header-format="left-header"] .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 1100px;
  }
}



/* Small Desktop */
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	

  h2 .nectar-button {
    top: -2px;
  }

  #author-bio #author-info,
  .ascend #ajax-content-wrap .container-wrap #author-bio #author-info {
    width: 544px;
  }

  #project-meta ul li .nectar-love-wrap.fadein {
    margin-right: 11px;
    padding-right: 11px;
  }

  .post-area.masonry {
    width: 895px;
  }

  .post-area.masonry.span_9 {
    width: 660px;
    margin-right: 10px;
  }

  .post-area.masonry.span_9 .masonry-blog-item {
    width: 46.5%;
  }

  #page-header-bg .span_6 .subheader {
    font-size: 24px;
  }

  .nectar-milestone .number {
    font-size: 50px;
    line-height: 50px;
  }

  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2, 
  #boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
    font-size: 32px;
    line-height: 50px;
  }

  body .swiper-slide .content p {
    font-size: 20px;
    line-height: 34px;
  }

  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    font-size: 14px;
    line-height: 24px;
  }

  .main-content .col.span_4 .col.span_2 img, 
  .main-content .col.span_3 .col.span_2 img, 
  .main-content .col.span_2 .col.span_2 img, 
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 5px;
    top: -3px;
  }

  .carousel-next {
    right: 0;
    padding-left: 1px;
  }

  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }

  .portfolio-items:not(.carousel) .col .work-item.style-2 i {
    line-height: 32px;
    height: 32px;
    width: 32px;
    font-size: 14px;
  }

  #top nav > ul > li > a {
    padding-left: 8px;
  }

  .sf-sub-indicator {
    left: 6px;
  }

  body .swiper-slide .content p.transparent-bg span,
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
    line-height: 38px;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
    max-width: 720px;
  }

  body .vc_pie_chart .vc_pie_chart_value {
    font-size: 32px;
  }
}






/* Tablet Portrait */
@media only screen and (min-width : 690px) and (max-width : 999px) {
		
  .span_1, .span_2, .span_3, .span_4, .span_5, .span_6, 
  .span_7, .span_8, .span_9, .span_10, .span_11, .span_12 {
    width: 100%;
    margin-left: 0;
  }

  .col, body .vc_row-fluid .wpb_column {
    margin-bottom: 25px;
  }

  #header-outer .col {
    margin-bottom: 0;
    margin-right: 0;
  }

  .wpb_column {
    width: 100%;
  }

  body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
    margin-right: 0;
    width: 100%;
  }


  /* Tablet width override */
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"] {
    margin-bottom: 0;
  }

  .vc_col-sm-12[data-t-w-inherits="small_desktop"]:not([class*="vc_col-md-"]),
  body .vc_row-fluid .wpb_column[data-t-w-inherits="small_desktop"].vc_col-md-12 {
    width: 100%;
  }

  body .vc_row-fluid [class*="vc_col-"][data-t-w-inherits="small_desktop"]:first-child:not([class*="offset"]) {
    margin-left: 0;
  }
  
  /* Tablet width override end */
  

  body .vc_row-fluid .vc_col-sm-2 {
    width: 31.2%;
    margin-left: 3.1%;
  }

  body .vc_row-fluid.full-width-content .vc_col-sm-2 {
    width: 33.3%;
    margin-left: 0%;
  }


  body .vc_row-fluid.full-width-content .vc_col-xs-6 {
    width: 50%;
  }

  body .vc_row-fluid .vc_col-xs-12[class*="vc_col-xs-"] {
    width: 100%;
  }

  body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-7, 
  body #nectar_fullscreen_rows .vc_row-fluid .vc_col-sm-5 {
    width: 100%;
    margin-left: 0;
  }

  .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
	.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(3n+4):not([class*="offset"]) {
    margin-left: 0;
  }

  .container {
    max-width: 600px;
  }

  .wpb_column.force-tablet-text-align-left, 
  .wpb_column.force-tablet-text-align-left .col {
    text-align: left!important;
  }

  .wpb_column.force-tablet-text-align-right, 
  .wpb_column.force-tablet-text-align-right .col {
    text-align: right!important;
  }

  .wpb_column.force-tablet-text-align-center, 
  .wpb_column.force-tablet-text-align-center .col, 
  .wpb_column.force-tablet-text-align-center .vc_custom_heading,
  .wpb_column.force-tablet-text-align-center .nectar-cta {
    text-align: center!important;
  }
  
  body:not(.material) #header-secondary-outer[data-full-width="true"] >.container nav > ul >li:last-child,
  body:not(.material) #header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid #dddddd;
  }
  body:not(.material) #header-secondary-outer[data-mobile="display_full"] nav > #social > li:last-child {
    border: none;
  }

  .one-fourths.span_3,
  .one-fourths.vc_span3, 
  .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    width: 50%;
    margin-bottom: 2%;
  }
  
  #footer-outer .one-fourths.span_3,
  #footer-outer .one-fourths.vc_span3, 
  #footer-outer .one-fourths.vc_col-sm-3:not([class*="vc_col-xs-"]) {
    width: 48%!important;
    margin-bottom: 2%;
    margin-right: 15px;
    margin-left: 0!important;
    padding: 15px;
    float: left;
  }

  .one-fourths.span_3.clear-both,
  .one-fourths.vc_span3.clear-both, 
  .one-fourths.vc_col-sm-3.clear-both:not([class*="vc_col-xs-"]) {
    clear: both;
  }
  
  #footer-outer .one-fourths.span_3.right-edge, 
  .one-fourths.span_3.right-edge, 
  .one-fourths.vc_span3.right-edge, 
  .one-fourths.vc_col-sm-3.right-edge:not([class*="vc_col-xs-"]) {
    margin-right: 0;
  }

  .portfolio-items .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 8px;
  }

  .portfolio-items:not(.carousel) div:nth-child(2n+2), 
  .portfolio-items:not(.carousel) div:nth-child(2n+2) {
    clear: both;
  }

  body .portfolio-items:not(.carousel)[data-col-num="cols-3"], 
  body .portfolio-items:not(.carousel)[data-col-num="cols-4"] {
    margin: 0 -2% 0 -2%;
  }

  .portfolio-items[data-ps="6"] .col {
    padding: 2%;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .col.boxed:hover,
  .ascend .main-content .col.boxed:hover,
  .material .main-content .col.boxed:hover {
    margin-top: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  #call-to-action .container a {
    margin-top: 20px;
    margin-left: 0;
  }

  #ajax-content-wrap .post-area {
    padding-right: 0;
  }

  body.single-portfolio .row .col.section-title h1 {
    width: 450px;
    margin: 0 auto;
    display: block;
  }

  #ajax-content-wrap .contact-info {
    padding-left: 0;
  }

  .nectar-google-map {
    max-height: 425px;
  }

  #sidebar #flickr > div {
    width: 16%;
  }

  #footer-outer #copyright .col {
    width: 49%;
    margin-bottom: 0;
  }

  #footer-widgets .container .col {
    margin-left: 15px;
    width: 48%;
  }

  #footer-widgets .one-fourths .span_3:nth-child(2n+1) {
    margin-left: 0;
  }

  body #sidebar #flickr div {
    float: left;
  }

  #sidebar .recent_projects_widget div a, 
  body #sidebar #flickr div a {
    width: 90px;
  }

  #sidebar .recent_projects_widget div a:nth-child(3n+3), 
  body #sidebar #flickr div:nth-child(3n+3) a {
    margin: 2% 2% 0 0;
  }
  
  body #sidebar .recent_projects_widget div a:last-child, 
  body #sidebar #flickr div {
    margin-right: 0;
  }


  #author-bio #author-info {
    width: 494px;
  }

  #page-header-bg .span_6 h1 {
    font-size: 32px;
    line-height: 38px;
  }

  #page-header-bg .span_6 {
    top: auto!important;
    float: none;
  }

  body.single-post #page-header-bg[data-post-hs="default_minimal"] {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  .page-header-no-bg #ajax-content-wrap .portfolio-filters {
    margin-top: 15px;
    float: none;
    clear: both;
    height: auto;
  }

  #page-header-bg[data-parallax="1"] .project-title .span_6 {
    padding-right: 70px;
  }

  .page-header-no-bg  .portfolio-filters ul {
    position: absolute;
    width: 100%;
  }

  html.js #page-header-bg[data-parallax="0"].not-loaded {
    background-color: #F5F5F5;
  }

  .pricing-table[class*="cols"] > div {
    width: 50%;
    margin-bottom: 25px;
  }

  .pricing-table[data-style] .pricing-column.highlight .nectar-button {
    margin-bottom: 10px;
    margin-top: 0;
  }

  .pricing-column.highlight {
    margin-top: 0;
  }

  .pricing-table[data-style] .pricing-column h3 {
    font-size: 20px;
  }

  .pricing-table[data-style] .pricing-column.highlight h3 {
    padding: 5px 0px;
  }

  body .clients.no-carousel > div,
  body .clients.four-cols.no-carousel >div {
    width: 24.2%;
    margin-right: 1%;
  }

  body .clients.no-carousel.six-cols > div {
    width: 15.8% ;
    margin-right: 1%;
  }

  body .clients.no-carousel.five-cols  > div {
    width: 19.2%;
    margin-right: 1%;
  }

  body .clients.no-carousel > div:nth-child(4n+4) {
    margin-right: 0;
  }

  body .clients.carousel > div {
    margin: 0 5px;
  }

  #call-to-action .container span {
    display: block;
  }

  .masonry-blog-item {
    width: 47.7%;
  }

  .post-area.masonry, 
  .post-area.masonry.span_9,  
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 610px;
  }
  
  #ajax-content-wrap .post-area.masonry.span_9,
  .post-area.masonry.span_9 {
    margin-bottom: 90px;
  }

  .post-area.masonry.span_9 .masonry-blog-item {
    width: 47.3%;
  }

  .post-area.masonry.span_9.material .masonry-blog-item {
    width: 47.1%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 99%;
  }


  body.woocommerce .container div.product div.images div.thumbnails a, 
  body.woocommerce .container #content div.product div.images div.thumbnails a, 
  body.woocommerce-page .container div.product div.images div.thumbnails a, 
  body.woocommerce-page .container #content div.product div.images div.thumbnails a {
    width: 16.9%;
    margin-right: 3.8%;
  }

  .woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
    margin-right: 0;
  }

  .main-content .col.span_4 .col.span_2, 
  .main-content .col.span_3 .col.span_2, 
  .main-content .col.span_2 .col.span_2, 
  .main-content .col.span_6 .col.span_2 {
    width: 7%;
  }

  .main-content .col.span_4 .span_10, 
  .main-content .col.span_3 .col.span_10, 
  .main-content .col.span_2 .col.span_10, 
  .main-content .col.span_6 .col.span_10 {
    width: 91%;
  }

  .testimonial_slider .flickity-page-dots {
    bottom: -35px;
  }

  #ajax-content-wrap .span_12 .col.span_6.empty-second {
    width: 49%;
  }

  .nectar-button.extra_jumbo {
    font-size: 32px;
    line-height: 60px;
    padding: 30px 50px;
  }

  .nectar-button.see-through-extra-color-gradient-1.extra_jumbo, 
  .nectar-button.see-through-extra-color-gradient-2.extra_jumbo, 
  .nectar-button.extra-color-gradient-1.extra_jumbo, 
  .nectar-button.extra-color-gradient-2.extra_jumbo {
    border-width: 8px;
  }

  body .swiper-slide .content p i {
    width: 18px;
    font-size: 16px;
  }

  .carousel-next {
    right: 1px;
    padding-left: 1px;
  }

  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }

  body .swiper-slide .content p.transparent-bg span,
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
    line-height: 29px;
  }

  #footer-widgets .container .col.span_6, 
  #footer-widgets .container .col.span_4 {
    margin-left: 0;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 0;
  }

  #footer-widgets .container .col.span_4 {
    margin-bottom: 40px;
  }

  #footer-widgets .container .row > div:last-child, 
  #footer-widgets .container .row > div.col_last {
    margin-right: 0;
  }


  .iosSlider.product-thumbnails .thumb {
    width: 112px;
  }

  #footer-widgets .container .row > div:nth-child(2).span_4,
  body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3), 
	body.woocommerce-page .full-width-content > ul.products[data-product-style="material"] li:nth-child(3n+3) {
    margin-right: 0!important;
  }

  body .woocommerce .full-width-content > ul.products[data-product-style="material"] li:nth-child(2n+2), 
	body.woocommerce-page .full-width-content > ul.products[data-product-style="material"] li:nth-child(2n+2) {
    margin-right: 2%!important;
  }
}



/* Phone */
@media only screen and (max-width : 690px) {

  body[data-header-format].material #header-secondary-outer {
    display: none;
    height: 0;
  }

  .material:not(.admin-bar) #header-outer[data-using-secondary="1"] {
    top: 0;
  }

  body #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
    display: block;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] {
    height: auto!important;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > div {
    position: relative!important;
    left: 0!important;
  }
  
  #header-outer[data-using-secondary="1"]:not(.hidden-secondary) {
    transform: none!important;
  }

  .vc_row-fluid [class*="vc_span"] {
    width: 100%!important;
  }

  body[data-ccsa="larger"] .vc_row-fluid:not(.full-width-content) .wpb_column {
    margin-right: 20px;
    margin-left: 20px;
    width: calc(100% - 40px);
  }

  body[data-ccsa="larger"] .vc_row-fluid.full-width-content .wpb_column {
    margin-right: 0;
    width: 100%;
  }


  .vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:first-child:not([class*="offset"]),
	.vc_row-fluid .vc_col-sm-2[class*="vc_col-sm-"]:nth-child(2n+3):not([class*="offset"]) {
    margin-left: 0;
  }

  .container, 
  .orbit-wrapper .slider-nav, 
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 320px;
  }
  
  body[data-slide-out-widget-area-style="simple"] #header-outer[data-full-width="true"] #mobile-menu,
  body #header-outer[data-full-width="true"] header > .container, 
  body #header-secondary-outer[data-full-width="true"] > .container {
    max-width: 100%;
    padding: 0 18px;
  }

  .col {
    margin-bottom: 25px;
  }

  .wpb_column.force-phone-text-align-left, 
  .wpb_column.force-phone-text-align-left .col {
    text-align: left!important;
  }

  .wpb_column.force-phone-text-align-right, 
  .wpb_column.force-phone-text-align-right .col {
    text-align: right!important;
  }

  .wpb_column.force-phone-text-align-center, 
  .wpb_column.force-phone-text-align-center .col,  
  .wpb_column.force-phone-text-align-center .vc_custom_heading,
  .wpb_column.force-phone-text-align-center .nectar-cta {
    text-align: center!important;
  }

  .post-area {
    margin-bottom: 0;
  }

  .col.boxed:hover,
  .ascend .main-content .col.boxed:hover,
  .material .main-content .col.boxed:hover {
    margin-top: 0;
    top: 0;
    transform: none;
    -webkit-transform: none;
    -webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.2);
    box-shadow: 0 1px 2px rgba(0,0,0,0.2);
  }

  #header-outer .col {
    margin-bottom: 0;
  }

  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, 
  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    max-width: 100%;
  }

  #fp-nav ul li a, 
  .fp-slidesNav ul li a {
    padding: 11px 11px;
  }

  #fp-nav ul li a span, 
  .fp-slidesNav ul li a span {
    height: 6px;
    width: 6px;
  }

  #fp-nav.right {
    right: 10px;
  }

  .nectar_fullscreen_zoom_recent_projects .dot-nav {
    display: none;
  }

  .container .post .post-meta {
    display: none;
  }

  #ajax-content-wrap .container .post .post-content {
    padding-left: 0;
  }


  .container .post-header {
    font-size: 12px;
  }
  .post-content.classic .post-header > span:after {
    height: 9px;
}
  
  .container .comment-list .comment > div {
    padding: 25px 25px 40px 25px;
  }
  
  #ajax-content-wrap .comment-list .children {
    padding-left: 20px;
  }
  
  .container .comment-list .comment > div img.avatar {
    display: block;
    position: relative;
    height: 40px;
    width: 40px;
    top: 0;
    left: 0;
    margin-bottom: 5px;
  }
  body:not(.original) .bypostauthor > .comment-body > .comment-author > img.avatar {
    border-width: 2px;
  }
  
  body:not(.material) .comment-list .children {
    background-image: none;
  }
  body.ascend #ajax-content-wrap .comment-list .children {
    margin-left: 0;
    padding-left: 30px;
  }
  
  body.material #ajax-content-wrap .comment-list .comment > div, 
  body.material #ajax-content-wrap .comment-list .pingback > div {
    margin-top: 2.5em;
  }
  
  body.material .comment-list .children {
    border-left: 1px solid rgba(0,0,0,0.1);
  }
  body.material .container .comment-list .comment > div {
    padding: 0px 0 40px 0;
  }
  body.material #ajax-content-wrap .comment-list .children {
    margin-left: 0;
    padding-left: 30px;
  }
  body.material #ajax-content-wrap .comment-list .comment .comment > div {
    padding-left: 0;
  }


  .container #respond h3 {
    font-size: 18px;
  }

  .container .comment-list .reply {
    right: 29px;
    top: auto;
    bottom: 29px;
  }
  .original .container .comment-list .reply {
    right: 0;
    top: auto;
    bottom: 0;
    margin-top: 20px;
    position: relative;
  }

  .auto_meta_overlaid_spaced .masonry-blog-item {
    margin-bottom: 0;
  }

  body h1.jumbo, 
  body h2.jumbo, 
  body h3.jumbo, 
  body h4.jumbo, 
  body h5.jumbo, 
  body h6.jumbo, 
  p.jumbo {
    font-size: 60px;
    line-height: 70px;
  }

  .container .contact-info {
    padding-left: 0;
  }
  
  #single-meta .meta-comment-count,
  .row .col.section-title [data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count):not(.share-btn), 
  .single #page-header-bg #single-below-header[data-hide-on-mobile="true"] span:not(.total_loves):not(.nectar-love-count) {
    display: none;
  }
  
  .single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"],
  .single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] {
      margin-top: 15px;
  }
  .single #page-header-bg[data-post-hs="default"] #single-below-header[data-hide-on-mobile="false"] > span:first-child > span,
  .single [data-header-style="default"] #single-below-header[data-hide-on-mobile="false"] > span:first-child > span {
      padding-left: 0;
  }
  
  #ajax-content-wrap #page-header-bg[data-post-hs="default_minimal"] #single-below-header span:not(.updated),
  #ajax-content-wrap .row.heading-title[data-header-style="default_minimal"] .col.section-title span.meta-category  {
    display: inline-block;
  }
  
  .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header > span,
  #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header > span {
    padding: 0 8px;
  }
  .container-wrap[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] .heading-title[data-header-style="default_minimal"] #single-below-header span,
  #page-header-bg[data-post-hs="default_minimal"] .span_6[data-remove-post-comment-number="0"][data-remove-post-author="0"][data-remove-post-date="0"] #single-below-header span {
    font-size: 13px;
    line-height: 10px;
  }
   
  .single-post #single-meta .nectar-social[data-position="right"] {
    margin-left: 0;
  }
  
  #single-meta .nectar-social.hover[data-position="right"] .nectar-social-inner {
    left: 0;
    text-align: left;
    right: auto;
  }
  
  #single-meta .nectar-social {
    margin-left: 0;
  }

  .material #page-header-bg.fullscreen-header .author-section {
    margin-top: 5px;
  }

  html.js #page-header-bg[data-parallax="0"].not-loaded {
    background-color: #F5F5F5;
  }

  #page-header-bg .portfolio-filters ul {
    position: absolute;
    width: 100%;
  }

  #page-header-bg .span_6 {
    margin-bottom: 15px;
  }

  body #footer-outer #copyright .col ul {
    float: left;
  }

  body #footer-outer #copyright .col ul li:first-child {
    margin-left: 0;
  }

  #call-to-action .container a {
    display: block;
    margin-top: 20px;
    margin-left: 0;
  }

  #call-to-action {
    font-size: 18px;
  }

  #ajax-content-wrap h2 .nectar-button, 
  #ajax-content-wrap h3 .nectar-button, 
  #ajax-content-wrap h4 .nectar-button {
    display: block;
  }

  #ajax-content-wrap #footer-widgets .container .col:nth-child(3) {
    margin-bottom: 40px;
  }

  #footer-outer #flickr img, #sidebar #flickr img {
    width: 95px;
  }

  .post-area #pagination,
  .post-area.masonry #pagination {
    padding-left: 0;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  body #portfolio {
    margin: 3px 0 0;
  }

  .bottom_controls #portfolio-nav .controls li#next-link a i:after,
	.bottom_controls #portfolio-nav .controls li#prev-link a i:after {
    display: none;
  }

  #search-results .result, 
  .masonry-blog-item {
    width: 100%!important;
    margin-right: 0!important;
    margin-bottom: 25px;
    margin-left: 0!important;
  }

  .posts-container[data-load-animation="none"] article .inner-wrap.animated {
    opacity: 1;
  }

  .masonry-blog-item {
    position: relative!important;
    top: auto!important;
    display: block;
  }

  .gallery .gallery-item {
    width: 100%!important;
  }

  #author-bio img {
    margin-right: 0;
    width: 60px;
    height: 60px;
  }

  .row .blog-recent[data-style="list_featured_first_row"].columns-3 .featured .post-featured-img {
    padding-bottom: 75%;
  }

  .section-down-arrow i.icon-default-style[class^="icon-"] {
    font-size: 16px;
  }

  .section-down-arrow {
    bottom: 10px;
    right: 20px;
  }

  #page-header-bg.fullscreen-header .author-section {
    bottom: 20px;
  }

  #page-header-bg.fullscreen-header .author-section .meta-date:not(.updated) {
    margin-top: -4px;
    display: block;
  }

  #contact-map {
    height: 270px;
  }

  .nectar-google-map {
    max-height: 270px;
  }

  .pp_pic_holder {
    left: 9px;
    width: 96%;
  }

  .pp_content {
    width: 100%;
    height: 290px;
  }

  .pp_content iframe {
    width: 100%;
  }

  .pp_content .pp_inline iframe {
    height: 250px;
  }

  .pp_content #pp_full_res img {
    width: 100%;
    height: auto;
  }

  #page-header-bg .span_6 h1, 
  body.search #page-header-bg h1,
  .single.single-post .section-title h1,
   body.single.single-post .row .col.section-title.span_12 h1 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 4px;
  }

  #page-header-bg .span_6 {
    top: auto!important;
    float: none;
  }

  #page-header-bg .author-section .meta-author .avatar {
    display: none;
  }

  #page-header-bg.fullscreen-header .author-section .avatar-post-info {
    margin: 10px 0 0 0;
  }



  #ajax-content-wrap .pricing-table > div {
    width: 100%;
    margin: 0 0 25px 0;
  }

  body .clients[class*="col"].no-carousel > div {
    margin-right: 1%;
    width: 49.4%;
  }

  body .clients[class*="col"].no-carousel > div:nth-child(2n+2) {
    margin-right: 0;
  }

  body .clients[class*="col"].carousel > div {
    margin: 0 5px;
    width: 150px;
  }

  body .clients.carousel.phone > div {
    width: 150px;
  }

  .clients[data-additional_padding="2"].no-carousel  >div {
    padding: 2% 4% 2% 4%;
  }

  .clients[data-additional_padding="3"].no-carousel  >div {
    padding: 3% 6% 3% 6%;
  }

  .clients[data-additional_padding="4"].no-carousel  >div {
    padding: 5% 10% 5% 10%;
  }

  body .row #error-404 h1,
  body #ajax-content-wrap #error-404 h1 {
    font-size: 150px;
    line-height: 150px;
  }

  body .row #error-404 h2 {
    font-size: 32px;
  }

  body .row #error-404 {
    margin-bottom: 0;
  }

  body.woocommerce .post-area .woocommerce-result-count,
  body.woocommerce .post-area .woocommerce-ordering {
    float: none;
  }

  body.woocommerce .post-area .woocommerce-ordering {
    right: 0;
  }

  body[data-fancy-form-rcs="1"] .woocommerce-ordering .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
  }

  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    float: none;
    border-right: 0;
    width: 100%;
  }

  div[data-style="minimal"] .toggle h3 a {
    font-size: 20px;
    line-height: 24px;
  }

  #page-header-bg #portfolio-nav ul,
  .section-title #portfolio-nav ul {
    margin-bottom: 0;
  }

  #portfolio-nav ul:first-child {
    z-index: 103;
  }

  #portfolio-nav .controls:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  
  body .container .portfolio-filters-inline.full-width-content .container {
    padding-left: 0;
    padding-right: 0;
  }


  body #full_width_portfolio .project-title.parallax-effect .container, 
  body #page-header-bg .project-title .container {
    padding-bottom: 30px;
  }

  body #page-header-bg .section-title, 
  .project-title .section-title,
  body.single .project-title .section-title {
    padding: 0;
  }

  .row .col.section-title.project-title {
    padding-bottom: 30px;
    margin-bottom: 30px!important;
  }

  #footer-outer #social li {
    margin-right: 10px;
    margin-left: 0;
  }

  .wpb_gallery .parallax-grid-item {
    margin-bottom: 30px;
  }

  .post-area.masonry, 
  .post-area.masonry.span_9,  
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 320px;
  }
  
  #ajax-content-wrap .post-area.masonry.span_9,
  .post-area.masonry.span_9 {
    margin-bottom: 90px;
  }

  .ascend #ajax-content-wrap .comment-list .reply {
    top: 0;
  }

  #customer_details > div {
    width: 100%;
    float: none;
  }

  body #header-secondary-outer nav > ul > li, 
  body #header-secondary-outer nav > ul > li a,
  #header-secondary-outer nav >ul >li:last-child {
    border: none;
  }

  body:not(.material) #header-secondary-outer nav .sf-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  body:not(.material) #header-secondary-outer ul#social {
    padding: 10px 0px;
  }

  .woocommerce .shop_table .coupon {
    margin-bottom: 10px;
    margin-top: 5px;
  }

  .woocommerce #customer_login.col2-set .col-1, 
  .woocommerce-page #customer_login.col2-set .col-1, 
  .woocommerce #customer_login.col2-set .col-2, 
  .woocommerce-page #customer_login.col2-set .col-2,
  .woocommerce form.login .form-row-first, 
  .woocommerce-page form.login .form-row-first, 
  .woocommerce form.login .form-row-last, 
  .woocommerce-page form.login .form-row-last {
    width: 100%!important;
  }

  .woocommerce .shop_table .actions > input {
    float: left!important;
  }

  .iosSlider.product-thumbnails .thumb {
    width: 93px;
  }

  .main-content .col.span_4 .col.span_2, 
  .main-content .col.span_3 .col.span_2, 
  .main-content .col.span_2 .col.span_2, 
  .main-content .col.span_6 .col.span_2 {
    width: 15%;
  }

  .main-content .col.span_4 .span_10, 
  .main-content .col.span_3 .col.span_10, 
  .main-content .col.span_2 .col.span_10, 
  .main-content .col.span_6 .col.span_10 {
    width: 83%;
  }

  .nectar-video-box[data-play-button-size="larger"] .nectar_video_lightbox {
    width: 70px;
    height: 70px;
    margin-top: -35px;
    margin-left: -35px;
  }

  .auto_meta_overlaid_spaced .masonry-blog-item .post-content {
    height: 55vh;
  }

  .slider-pagination {
    bottom: 10px;
  }

  body .swiper-slide .content p i {
    width: 14px;
    font-size: 12px;
  }

  .main-content .col.span_4 .col.span_2 img, 
  .main-content .col.span_3 .col.span_2 img, 
  .main-content .col.span_2 .col.span_2 img, 
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 13px;
    top: -3px;
  }

  .carousel-next {
    right: 1px;
    padding-left: 1px;
  }

  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }

  .woocommerce .woocommerce-result-count {
    padding-bottom: 0;
  }

  .woocommerce #ajax-content-wrap .woocommerce-ordering,
  body[data-fancy-form-rcs="1"].woocommerce.woocommerce #ajax-content-wrap .woocommerce-ordering {
    position: relative;
    right: 0;
    top: 0;
    margin-left: 0;
    float: none;
  }

  .woocommerce .product-subtotal {
    display: none;
  }

  .nectar-button.extra_jumbo {
    font-size: 24px;
    line-height: 24px;
    padding: 20px 30px;
  }


  .nectar-button.extra_jumbo.has-icon.extra-color-gradient-1, 
  .nectar-button.extra_jumbo.has-icon.extra-color-gradient-2,
	.nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-1, 
  .nectar-button.extra_jumbo.has-icon.see-through-extra-color-gradient-2 {
    font-size: 24px;
    line-height: 24px;
    padding: 20px 50px;
  }

  .nectar-button.extra-color-gradient-1.has-icon.extra_jumbo span, 
  .nectar-button.extra-color-gradient-2.has-icon.extra_jumbo span, 
  .nectar-button.see-through-extra-color-gradient-1.has-icon.extra_jumbo span, 
  .nectar-button.see-through-extra-color-gradient-2.has-icon.extra_jumbo span {
    left: -28px;
  }

  .nectar-button.extra_jumbo i, 
  .nectar-button.extra_jumbo.has-icon i {
    font-size: 26px;
  }

  body.material #ajax-content-wrap .nectar-button.extra_jumbo.has-icon {
    font-size: 22px;
    line-height: 22px;
    padding: 24px 65px 24px 55px;
  }

  body.material #ajax-content-wrap .nectar-button.has-icon.extra_jumbo i {
    height: 50px;
    width: 50px;
    line-height: 50px;
  }
  
  body.material .nectar-button.extra_jumbo .im-icon-wrap svg {
    width: 24px;
    height: 24px;
  }

  .nectar-button.see-through-extra-color-gradient-1.extra_jumbo, 
  .nectar-button.see-through-extra-color-gradient-2.extra_jumbo, 
  .nectar-button.extra-color-gradient-1.extra_jumbo, 
  .nectar-button.extra-color-gradient-2.extra_jumbo {
    border-width: 6px;
  }
  
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span,
  body .swiper-slide .content p.transparent-bg span {
    line-height: 20px;
    top: -5px;
    left: 4px;
    box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
  }

  #buddypress .register-section {
    width: 100%;
    margin-bottom: 15px;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding: 0 10%!important;
  }

  #header-outer[data-full-width="true"] header > .container {
    padding: 0;
  }

  .owl-carousel[data-column-padding="10px"] .carousel-item, 
  .owl-carousel[data-column-padding="15px"] .carousel-item, 
  .owl-carousel[data-column-padding="20px"] .carousel-item,
	.owl-carousel[data-column-padding="30px"] .carousel-item, 
  .owl-carousel[data-column-padding="40px"] .carousel-item, 
  .owl-carousel[data-column-padding="50px"] .carousel-item {
    padding: 10px;
  }
  
  .blog-title ul .meta-share-count > a,
  .single .blog-title #single-meta ul .meta-share-count > a{
    display: none;
  }

  .blog-title ul .meta-share-count .nectar-social {
    display: block!important;
    position: relative!important;
  }
  
  .blog-title ul .meta-share-count .nectar-social,
  .blog-title ul .meta-share-count .nectar-social a {
    opacity: 1!important;
    left: 0!important;
  }
  
  .nectar-flickity[data-control-style="material_pagination"] .flickity-page-dots .dot
  .nectar-flickity[data-controls="material_pagination"] .flickity-page-dots .dot {
    width: 25px;
  }
  
}


/* Phone and Tablet */
@media only screen and (min-width : 1px) and (max-width : 999px) {
	
  #to-top:not(.mobile-enabled) {
    display: none;
  }
  
  body[data-ajax-transitions="true"] #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
    display: none;
  }


  body #header-outer:not(.transparent) #top .span_3 #logo[data-supplied-ml="true"] img:not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.starting-logo:not(.dark-version):not(.mobile-only-logo),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.starting-logo.dark-version {
    display: none!important;
  }

  body #header-outer:not(.transparent)  #top .span_3 #logo .mobile-only-logo,
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting="true"] img.mobile-only-logo.starting-logo:not(.dark-version),
  body #header-outer.transparent #top .span_3 #logo[data-supplied-ml-starting-dark="true"] img.mobile-only-logo.starting-logo.dark-version,
  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  #page-header-bg .span_6 {
    display: block!important;
  }

  body #header-outer[data-permanent-transparent="1"][data-transparent-header="true"].transparent #top .span_3 #logo .mobile-only-logo {
    opacity: 1!important;
  }

  body[data-hhun="1"] #header-outer[data-mobile-fixed="false"].invisible:not(.side-widget-open) {
    transform: none!important;
    pointer-events: auto!important;
  }

  #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 #logo {
    display: none;
  }

	#page-header-bg[data-parallax="1"] .span_6, 
  #page-header-bg[data-parallax="1"] {
    padding-right: 0;
    transform: translate(0px)!important;
    visibility: visible!important;
  }

  #page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .span_6 {
    -webkit-transform: translateY(-50%)!important;
    transform: translateY(-50%)!important;
  }

  #page-header-bg[data-parallax="1"][data-alignment-v="middle"].fullscreen-header .nectar-particles .span_6 {
    -webkit-transform: none!important;
    transform: none!important;
  }

  #page-header-bg.fullscreen-header .row {
    top: 0!important;
  }

  #ajax-content-wrap .video-texture {
    display: none;
  }

  .full-width-section.parallax_section, 
  .full-width-content.parallax_section {
    background-attachment: scroll!important;
    background-position: center!important;
  }

  .wpb_row.parallax_section .row-bg.using-image, 
  #page-header-wrap[data-parallax="1"] .page-header-bg-image-wrap .page-header-bg-image {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
    transition: none;
    -webkit-transition: none;
  }

  .original #search-outer #search input[type="text"],
  body[data-header-format="left-header"]:not(.material) #search-outer #search input[type="text"] {
    font-size: 24px;
    border-bottom-width: 2px;
  }
  
 .original #search-outer .container {
   width: 100%;
 }
 
  body.material #search-outer #search form input[type="text"][name] {
    font-size: 44px;
    line-height: 44px;
    border-bottom-width: 2px;
  }

  body.material #search-outer,
	.material #header-outer.transparent .bg-color-stripe, 
  .material #search-outer .bg-color-stripe {
    height: 30vh;
  }

  body.material #search-outer {
    min-height: 200px;
  }

  body.material #search-outer .col {
    margin-bottom: 0;
  }

  body[data-header-format="left-header"] #header-outer header .row .col.span_9 {
    top: 0;
  }

  body[data-header-format="left-header"].material #search-outer {
    width: 100%;
    left: 0;
  }

  body[data-header-format="left-header"].admin-bar.material #search-outer #search #close {
    top: 0;
  }

  body[data-header-format="left-header"].material #search-outer .container {
    padding-left: 0;
    padding-right: 0;
  }

  body[data-header-format="left-header"].material #search-outer .container {
    position: relative;
  }

  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }

  body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, 
  body:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
    opacity: 1;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }

  .img-with-aniamtion-wrap .inner {
    margin: 0!important;
  }

   .img-with-aniamtion-wrap[data-max-width="110%"] .inner,
   .img-with-aniamtion-wrap[data-max-width="125%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="150%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="165%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="175%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="200%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="225%"] .inner, 
   .img-with-aniamtion-wrap[data-max-width="250%"] .inner, 
   .img-with-aniamtion-wrap img {
    max-width: 100%;
  }
  
  .img-with-aniamtion-wrap:not([data-max-width-mobile="default"]) .inner {
    max-width: none;  
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="100%"] .inner {
    width: 100%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="125%"] .inner {
    width: 125%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="150%"] .inner {
    width: 150%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="175%"] .inner {
    width: 175%;
  }
  .img-with-aniamtion-wrap[data-max-width-mobile="200%"] .inner {
    width: 200%;
  }
  
  .img-with-aniamtion-wrap.right[data-max-width-mobile="125%"] .inner,
  .img-with-aniamtion-wrap.center[data-max-width-mobile="150%"] .inner {
      margin-left: -25%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="150%"] .inner,
  .img-with-aniamtion-wrap.center[data-max-width-mobile="200%"] .inner {
      margin-left: -50%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="175%"] .inner {
      margin-left: -75%!important;
  }
  .img-with-aniamtion-wrap.right[data-max-width-mobile="200%"] .inner {
      margin-left: -100%!important;
  }

  .img-with-aniamtion-wrap[data-max-width="75%"] .inner {
    max-width: 75%;
  }

  .img-with-aniamtion-wrap[data-max-width="50%"] .inner {
    max-width: 50%;
  }

  .img-with-animation[data-max-width="110%"], 
  .img-with-animation[data-max-width="125%"], 
  .img-with-animation[data-max-width="150%"], 
  .img-with-animation[data-max-width="175%"], 
  .img-with-animation[data-max-width="200%"],
	.img-with-animation[data-max-width="225%"], 
  .img-with-animation[data-max-width="250%"] {
    max-width: 100%;
    margin-left: 0;
  }

  #ajax-content-wrap .wpb_gallery .parallax-grid-item {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .full-width-section > .col.span_12 {
    margin-bottom: 0;
  }


  div[data-bg-mobile-hidden="true"] .row-bg.using-image {
    background-image: none!important;
  }
  
  .full-width-section,
  body[data-bg-header="true"] .full-width-section.first-section, 
  body[data-bg-header="true"] .full-width-content.first-section,
	body[data-header-resize="0"] .container-wrap .portfolio-filters-inline.first-section,
  #header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
  #header-outer #top #logo img {
    margin-top: 0!important;
  }

  .single-portfolio .row .post-area {
    margin-top: 0;
  }


  #nectar_fullscreen_rows > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  #nectar_fullscreen_rows[data-content-overflow="hidden"] .vc_row.vc_row-flex > .fp-tableCell .full-page-inner-wrap-outer > .full-page-inner-wrap[data-content-pos="middle"] > .full-page-inner > .container > .span_12 {
    height: auto!important;
  }

  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info h2, 
  .nectar_fullscreen_zoom_recent_projects .project-slide .project-info p {
    max-width: 75%;
  }


  body #header-outer[data-format="centered-menu-under-logo"] #top #logo img,
  body #header-outer[data-format="centered-menu-bottom-bar"] #top #logo img {
    margin: 0;
  }

  #header-outer[data-has-menu="false"][data-format="default"] #top .span_3,
	#header-outer[data-has-menu="true"][data-mobile-fixed="1"] #top .span_3,
	#header-outer[data-has-menu="true"][data-ptnm="1"] #top .span_3,
  #header-outer[data-has-menu="true"] #top .span_3,
  body.material #header-outer[data-format="centered-menu-bottom-bar"] #top .span_3 {
    text-align: left;
  }

  #header-outer[data-format="centered-logo-between-menu"] .span_3, 
  #header-outer[data-format="centered-logo-between-menu"] .span_3 #logo:not(.no-image) img {
    transform: none;
    -webkit-transform: none;
  }

  #header-outer[data-transparent-header="true"].no-pointer-events.side-widget-open {
    pointer-events: auto;
  }

  .material #header-outer[data-transparent-header="true"][data-mobile-fixed="1"].transparent {
    overflow: visible;
  }

  #header-outer[data-mobile-fixed="1"],
	#header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"] {
    position: fixed!important;
  }

  .material #header-outer[data-mobile-fixed="false"][data-using-secondary="1"],
  .material.admin-bar #header-outer[data-mobile-fixed="false"][data-using-secondary="1"] {
    top: 0;
  }

  body #header-outer[data-transparent-header="true"][data-remove-border="true"],
  body #header-outer[data-transparent-header="true"][data-remove-border="true"].transparent {
    border: none;
  }

  body[data-slide-out-widget-area-style="slide-out-from-right-hover"][data-slide-out-widget-area="true"][data-user-set-ocm="off"] #header-outer header > .container {
    max-width: 100%;
    padding: 0 18px;
  }


  .using-mobile-browser .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }

  .container-wrap {
    z-index: 11;
  }

  .page-submenu .mobile-menu-link {
    display: inline-block;
  }

  .page-submenu ul {
    position: absolute;
    top: 48px;
    left: 0;
    width: 101%;
    display: none;
    z-index: 1000;
  }

  .page-submenu[data-alignment="left"],
	.page-submenu[data-alignment="right"] {
    text-align: center;
  }

  #boxed .page-submenu ul {
    width: 100%;
  }

  #ajax-content-wrap .page-submenu ul li {
    display: block;
    margin: 0;
  }

  .page-submenu .full-width-content {
    position: relative;
  }

  .page-submenu ul li a {
    border-top: 1px solid rgba(255,255,255,0.2);
    padding: 10px 20px;
  }

  .page-submenu[data-bg-color="#ffffff"] ul li a {
    border-top: 1px solid rgba(0,0,0,0.08);
  }

  .work-item:not([data-custom-content="on"]) .work-info-bg {
    display: none;
  }

  .style-3 .work-info-bg {
    display: block;
  }

  .carousel-wrap[data-full-width="true"] {
    padding: 0!important;
  }


  body #top #logo img, 
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    height: 24px;
    margin-top: -3px;
    top: 3px;
    position: relative;
  }

  #header-outer[data-transparent-header="true"][data-permanent-transparent="false"] #logo .dark-version,
  #header-outer #top #logo img {
    top: 0;
  }
  
  
  body.material #header-outer[data-permanent-transparent="false"] #logo .dark-version,
  #header-outer[data-permanent-transparent="false"] #logo .dark-version {
    position: absolute;
  }
  
  .original #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .ascend #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .material #header-outer:not([data-transparent-header="true"]) #top #logo img.stnd,
  .original #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
  .ascend #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd,
  .material #header-outer:not([data-transparent-header="true"]) #top #logo picture.stnd {
    position: relative;
  }


  body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .starting-logo,
	body:not(.material) #header-outer[data-mobile-fixed="1"] #logo .dark-version {
    top: 6px;
  }

  .admin-bar #header-outer, .logged-in.buddypress #header-outer {
    top: 0;
  }

  .admin-bar.material-ocm-open #header-outer.transparent {
    top: 46px;
  }

  body #header-outer {
    margin-bottom: 0;
    padding: 12px 0;
  }
  
  body #header-outer,
  body[data-hhun="1"]:not(.no-scroll) #header-outer:not([data-transparent-header="true"]):not(.detached), 
  body[data-hhun="1"]:not(.no-scroll) #header-outer[data-permanent-transparent="false"][data-using-secondary="1"]:not([data-transparent-header="true"]) {
    position: relative;
  }
  
  .original #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent,
  .ascend #header-outer[data-transparent-header="true"][data-remove-border="false"].transparent {
    transition: background-color 0.30s ease,box-shadow 0.30s ease,margin 0.25s ease;
  }

  #header-secondary-outer {
    top: -13px;
  }

  #header-outer[data-permanent-transparent="1"].transparent #top .span_9 > .slide-out-widget-area-toggle i {
    color: #fff;
  }

  body #slide-out-widget-area .slide_out_area_close {
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 100;
  }

  #slide-out-widget-area.fullscreen .off-canvas-social-links,
	.admin-bar #slide-out-widget-area.fullscreen .off-canvas-social-links,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links,
	.admin-bar #slide-out-widget-area.fullscreen-alt .off-canvas-social-links {
    position: relative;
    bottom: 0;
    right: 0;
    margin-top: 70px;
  }

  #slide-out-widget-area.fullscreen .off-canvas-social-links:after,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links:after {
    display: block;
    height: 1px;
    width: 0;
    background-color: rgba(255,255,255,0.6);
    content: ' ';
    margin: 0 auto;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  #slide-out-widget-area .mobile-only {
    display: block;
  }

  #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container {
    top: 0;
    position: relative;
  }

  #slide-out-widget-area.fullscreen .off-canvas-social-links.line-shown:after,
	#slide-out-widget-area.fullscreen-alt .off-canvas-social-links.line-shown:after {
    width: 100px;
  }

  #slide-out-widget-area.fullscreen .bottom-text,
	.admin-bar #slide-out-widget-area.fullscreen .bottom-text,
	#slide-out-widget-area.fullscreen-alt .bottom-text,
	.admin-bar #slide-out-widget-area.fullscreen-alt .bottom-text {
    position: relative;
    bottom: 0;
    left: 0;
    margin-bottom: 30px;
    margin-top: 15px;
  }

  body #slide-out-widget-area.slide-out-from-right-hover {
    z-index: 9999;
  }

  #header-outer.transparent.side-widget-open.no-bg-color #top #logo .starting-logo:not(.dark-version) {
    opacity: 1;
  }

  #header-outer.transparent.side-widget-open.no-bg-color #top #logo img:not(.starting-logo) {
    opacity: 0;
  }

  #slide-out-widget-area {
    top: 0!important;
  }

  #slide-out-widget-area.overflow-state,
  .admin-bar #slide-out-widget-area.overflow-state {
    padding-top: 110px;
  }

  #slide-out-widget-area.fullscreen .inner.overflow-state {
    margin-top: 0;
    margin-bottom: 130px;
  }

  body[data-full-width-header="false"] #slide-out-widget-area.slide-out-from-right-hover .slide_out_area_close {
    display: none;
  }

  #header-outer #logo {
    top: 0;
    left: 0;
  }

  #header-space {
    display: none;
  }

  #header-space[data-header-mobile-fixed="1"] {
    display: block;
  }
 
  #top #mobile-cart-link, 
  #top .span_9 > .slide-out-widget-area-toggle, 
  #top .mobile-search {
    display: inline-block;
  }

  #top .col.span_3 {
    left: 0;
    top: 0;
    z-index: 100;
    width: 100%;
  }

  #top .col.span_3, 
  #header-outer[data-format="centered-menu"] #top .span_3,
  #header-outer[data-format="centered-logo-between-menu"] #top .span_3 {
    position: relative;
  }

  #header-outer #top .col.span_3 {
    line-height: 0;
  }

  #header-outer #top .col.span_3 #logo {
    vertical-align: middle;
  }

  #top .col.span_9 {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%!important;
    float: none;
    z-index: 100;
    position: static;
  }

  #header-outer[data-format="centered-menu"] #top .span_9,
  #header-outer[data-format="centered-logo-between-menu"] .row .col.span_9 {
    position: static;
  }


  #top .col.span_9, 
  body.ascend #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
  body.original #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
  body.material #header-outer[data-format="centered-menu-under-logo"] #top .row .span_9,
  #header-outer[data-format="centered-menu-under-logo"] #top .span_9,
  #header-outer[data-format="centered-menu-bottom-bar"] #top .span_9 {
    min-height: 0;
    width: auto!important;
    position: absolute!important;
    right: 0;
    top: 0;
    z-index: 2000;
    height: 100%;
  }

  .material #header-outer[data-format="centered-menu-under-logo"] #top .span_9 {
    line-height: inherit;
  }
  
  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  #slide-out-widget-area.slide-out-from-right-hover .inner[data-prepend-menu-mobile="true"] .off-canvas-menu-container,
  body[data-slide-out-widget-area="true"] #top #logo,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) .span_6 >.inner-wrap,
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 >.inner-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 .inner-wrap,
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-bottom"] {
    -webkit-transform: none!important;
    transform: none!important;
  }


  body[data-slide-out-widget-area="true"] #top .span_9 > .slide-out-widget-area-toggle.std-menu {
    left: 0!important;
    right: auto!important;
    text-align: left;
    z-index: 10000;
  }

  body[data-slide-out-widget-area="true"] #top .span_3 {
    text-align: center;
  }

  body[data-slide-out-widget-area="true"] #header-outer[data-has-menu="false"] #top .span_3 {
    text-align: left;
  }

  #header-outer .slide-out-widget-area-toggle .lines-button, 
	#header-outer .slide-out-widget-area-toggle .lines, 
	#header-outer .slide-out-widget-area-toggle .lines:before, 
	#header-outer .slide-out-widget-area-toggle .lines:after {
    width: 22px;
  }

  #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:after {
    top: -6px;
  }

  body #header-outer .slide-out-widget-area-toggle.mobile-icon .lines:before {
    top: 6px;
  }

  body[data-slide-out-widget-area="true"] #top #logo, #header-outer[data-mobile-fixed="1"] #top #logo {
    display: inline-block;
  }

  body[data-slide-out-widget-area="true"]:not(.material) [data-transparent-header="true"][data-mobile-fixed="false"] #top #logo {
    position: relative;
  }

  body[data-slide-out-widget-area="true"] #top .col.span_3 {
    width: 100%;
  }

  body #slide-out-widget-area:not(.slide-out-from-right-hover) .slide_out_area_close {
    display: block;
  }

  #slide-out-widget-area .widget_nav_menu {
    overflow-y: hidden;
    overflow-x: hidden;
  }

  #header-outer #top nav > ul {
    width: auto;
    padding: 15px 0 25px 0;
    margin: 0 auto 0 auto;
    z-index: 100000;
    position: relative;
  }

  
  #header-outer #top nav >ul >li >ul >li { 
    opacity: 1;
    transform: none;
  }
  
  #top nav > ul li,
  #header-outer #top nav >ul >.megamenu >ul >li {
    display: block;
    width: auto;
    margin-left: 0;
  }
  #top nav >ul >.megamenu >.sub-menu { 
    width: auto!important; 
    opacity: 1;
    display: block;
  }
  
  #top nav > ul ul {
    position: relative;
    width: auto;
    top: 0;
    left: 0;
    padding: 0;
    opacity: 1;
    visibility: visible;
    box-shadow: 0px 0px 0px #fff;
    -webkit-box-shadow: 0px 0px 0px #fff;
    background-color: transparent;
    float: none;
  }

  #top nav > ul ul li {
    padding-left: 20px;
  }

  #top nav .sf-menu .sfHover > a {
    color: #FFBAAF;
  }


  a > .sf-sub-indicator {
    right: 0;
    position: absolute;
    padding: 16px;
    left: auto;
    top: 0;
    height: auto;
    width: auto;
  }

  .swiper-slide .mejs-controls {
    display: none;
    visibility: hidden;
  }

  #ajax-content-wrap .mejs-controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: visible;
  }

  #ajax-content-wrap .post-area {
    padding-right: 0;
    margin-bottom: 0;
  }

  .slider-nav {
    position: relative;
    max-width: 600px;
    margin: -40px auto 0px auto;
  }

  body .slider-nav > span {
    height: 25px;
    width: 25px;
  }


  body .slider-nav > .left {
    left: 0;
  }

  body .slider-nav > .right {
    left: 30px;
  }

  .slider-nav span span,
  #header-outer #top nav {
    display: none!important;
  }
  

  #footer-widgets .container .col {
    margin-bottom: 40px;
  }

  #footer-widgets .container .col:nth-child(3), 
  #footer-widgets .container .col:nth-child(4) {
    margin-bottom: 0;
  }

  #pagination {
    margin-bottom: 40px;
  }

  .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
    width: auto;
  }

  body .nectar-button.see-through-2, 
  body .nectar-button.see-through-3,
  #page-header-wrap, 
  #page-header-bg {
    transition: none!important;
    -webkit-transition: none!important;
  }

  #ajax-content-wrap .wp-caption {
    width: 100%;
  }

  body.single-portfolio #sidebar {
    margin-top: 30px;
  }

  body.search .row .col.section-title h1 {
    font-size: 18px;
  }

  body.search .row .col.section-title span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
  }

  body.search .divider {
    display: none;
  }

  .main-content > div {
    padding-bottom: 0;
  }

  #single-meta {
    display: block;
    clear: both;
    margin-bottom: 10px;
  }

  body.single-post #page-header-bg:not(.fullscreen-header):not([data-post-hs="default"]) {
    min-height: 250px;
  }

  body.single-post #page-header-bg:not(.fullscreen-header) .row,
  body #page-header-bg:not(.fullscreen-header) .row,
  body:not(.single-post) #page-header-bg .nectar-particles .span_6 .row,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap,
  #page-header-bg[data-parallax="1"] {
    top: 0!important;
  }

  body:not(.single-post) #page-header-bg:not(.fullscreen-header) {
    padding-top: 10%;
    padding-bottom: 10%;
  }

  body:not(.single-post) #page-header-bg[data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  body:not(.single-post) #page-header-bg[data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 13%;
    padding-bottom: 13%;
  }

  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    min-height: 40px;
  }
  
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6.empty-title {
    min-height: 80px;
  }
  
  #single-meta,
  body[data-header-format] #header-secondary-outer,
  #page-header-bg[data-parallax="1"],
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) .span_6 .inner-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .nectar-particles .span_6 > .inner-wrap:first-child,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    position: relative!important;
  }


  body:not(.single-post) .nectar-particles svg {
    display: none;
  }
  
  #top, 
  #page-header-wrap,
  #header-outer:not([data-permanent-transparent="1"]),
  body:not(.single-post) #page-header-bg:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header),
  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header),
  .full-page-inner-wrap[data-content-pos="full_height"] .full-page-inner > .span_12,
  .vc_text_separator {
    height: auto!important;
  }
  
  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"]:not(.fullscreen-header) {
    padding-top: 16%;
    padding-bottom: 4%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 10%;
    padding-bottom: 2%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="bottom"][data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 20%;
    padding-bottom: 6%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"]:not(.fullscreen-header) {
    padding-top: 4%;
    padding-bottom: 16%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="low"]:not(.fullscreen-header) {
    padding-top: 2%;
    padding-bottom: 10%;
  }

  body:not(.single-post) #page-header-bg[data-alignment-v="top"][data-padding-amt="high"]:not(.fullscreen-header) {
    padding-top: 6%;
    padding-bottom: 20%;
  }

  .related-posts.columns-3 .span_4 {
    margin-right: 0;
  }

  #single-meta ul {
    margin-left: 0;
  }

  .page-template-template-portfolio-php .portfolio-filters {
    margin-bottom: 0;
  }

  .nectar-hor-list-item[data-columns="4"] .nectar-list-item,
	.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
    width: 100%!important;
    display: block;
  }
  .nectar-hor-list-item[data-columns="4"] .nectar-list-item:not(:last-child),
	.nectar-hor-list-item[data-columns="3"] .nectar-list-item:not(:last-child) {
    padding-bottom: 10px;
  }
  .nectar-hor-list-item[data-columns="4"] .nectar-list-item,
	.nectar-hor-list-item[data-columns="3"] .nectar-list-item {
    padding-left: 0px;
    padding-right: 0px;
  }

  .nectar-hor-list-item.has-btn {
    padding-right: 135px;
  }
  .nectar-hor-list-item.has-btn[data-columns="3"],
  .nectar-hor-list-item.has-btn[data-columns="4"] {
    padding-right: 0;
  }
  .nectar-hor-list-item.has-btn[data-columns="3"] > div:nth-child(1),
  .nectar-hor-list-item.has-btn[data-columns="4"] > div:nth-child(1) {
    padding-right: 135px;
  }

  .nectar-hor-list-item >.nectar-list-item[data-text-align="right"] {
    text-align: left;
  }

  .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn, 
  .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn {
    position: absolute;
    right: 22px;
    top: 25px;
  }

  .nectar-hor-list-item[data-columns="4"] .nectar-list-item .nectar-list-item-btn.second, 
  .nectar-hor-list-item[data-columns="3"] .nectar-list-item .nectar-list-item-btn.second {
    position: absolute;
    right: 22px;
    top: 65px;
  }


  #footer-outer #social li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }

  .nectar-recent-posts-slider .recent-post-container {
    max-width: none;
  }

  .nectar-recent-posts-slider .recent-post-container,
	.nectar-recent-posts-slider .flickity-page-dots {
    padding: 0 40px;
  }

  .nectar-flickity[data-controls="next_prev_arrows"] .flickity-prev-next-button {
    display: none;
  }

  .nectar-flickity[data-controls="next_prev_arrows"]:not(.masonry) .flickity-slider .cell {
    width: 60%;
    margin-right: 7%;
  }

  .full-width-content .nectar-recent-posts-slider .recent-post-container .inner-wrap {
    max-width: 100%;
  }

  body[data-footer-reveal="1"] #footer-outer {
    position: relative;
  }
  body[data-footer-reveal="1"] #ajax-content-wrap, 
  body[data-footer-reveal="1"] #ajax-content-wrap > .blurred-wrap {
    overflow: visible;
  }

  body[data-footer-reveal="1"][data-footer-reveal-shadow="large"] .container-wrap,
  body[data-footer-reveal="1"][data-footer-reveal-shadow="large_2"] .container-wrap {
    box-shadow: none;
    -webkit-box-shadow: none;
  }

  body[data-footer-reveal="1"] .container-wrap,
  body:not(.single-post) #page-header-bg:not(.fullscreen-header) .span_6 {
    margin-bottom: 0!important;
  }

  .carousel-heading h2 {
    max-width: 83%;
    font-size: 11px;
  }

  body.woocommerce ul.products li.product, body.woocommerce-page ul.products li.product, 
  .woocommerce .related ul.products li.product, .woocommerce .related ul li.product, 
  .woocommerce .upsells.products ul.products li.product, .woocommerce .upsells.products ul li.product, 
  .woocommerce-page .related ul.products li.product, .woocommerce-page .related ul li.product, 
  .woocommerce-page .upsells.products ul.products li.product, .woocommerce-page .upsells.products ul li.product, 
	body.woocommerce .span_9 ul.products li.product, body.woocommerce-page .span_9 ul.products li.product, 
  body .woocommerce ul.products li.product, body .woocommerce-page ul.products li.product,
	.woocommerce .products.related .product, .woocommerce .products.upsells .product, 
  .woocommerce-page.columns-3 ul.products li.product, 
	.woocommerce.columns-3 ul.products li.product {
    width: 48%;
    margin: 0px 4% 25px 0px;
  }

  body .woocommerce ul.products li.product.material, 
  body.woocommerce-page ul.products li.product.material,
	.woocommerce .span_9 ul.products li.product.material, 
  .woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
    width: 48.8%;
    margin: 0px 2% 2% 0px;
  }

  body .woocommerce ul.products[data-product-style="minimal"] li.product.minimal {
    width: calc(49.7% - 15px);
  }


  body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+1), 
	 body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+1) {
    margin-right: 2%!important;
  }

  .woocommerce .products.related .product, 
  .woocommerce .products.upsells .product {
    width: 48%!important;
  }

  .woocommerce .span_9 ul.products li.product:nth-child(2n+2), 
  .woocommerce-page .span_9 ul.products li.product:nth-child(2n+2), 
	body .woocommerce ul.products li.product:nth-child(2n+2),  
  body .woocommerce-page ul.products li.product:nth-child(2n+2),
	body.woocommerce ul.products li:nth-child(2n+2) {
    margin-right: 0;
  }
  
  body .woocommerce ul.products[data-product-style="material"] li:nth-child(2n+2), 
	body.woocommerce-page ul.products[data-product-style="material"] li:nth-child(2n+2),
  body .woocommerce .carousel-wrap.products-carousel ul.products[data-product-style="material"] li:nth-child(2n+1),
  .woocommerce .related ul.products li:nth-child(2n+2), 
  .woocommerce .upsells.products ul li.product:nth-child(2n+2) {
    margin-right: 0!important;
  }

  body.woocommerce .span_9 ul.products li.product, 
  body.woocommerce-page .span_9 ul.products li.product {
    clear: none;
  }

  .single-product .product_title,
  .span_9 .carousel-heading {
    padding-right: 0!important;
  }

  .woocommerce .span_9 .woocommerce-ordering {
    right: 0;
  }

  .cart-outer {
    display: none;
  }

  body[data-header-format] #header-secondary-outer {
    height: auto;
  }

  body:not(.material) #header-secondary-outer nav > ul,
  body:not(.material) #header-secondary-outer #social {
    float: none;
    width: 100%;
    text-align: center;
    height: auto;
  }

  #header-secondary-outer nav > ul > li > a .sf-sub-indicator {
    display: none;
  }

  #header-secondary-outer nav > ul > li,
  #header-secondary-outer #social li {
    display: inline-block;
    float: none;
  }

  #header-secondary-outer ul ul {
    z-index: 100000;
  }

  #header-secondary-outer ul li:hover {
    z-index: 1000;
  }

  #header-secondary-outer nav > ul > li ul li {
    text-align: left;
  }

  #header-secondary-outer #social li > a {
    height: 15px;
  }

  body:not(.material) #header-secondary-outer nav .sf-menu {
    border-top: 1px solid #DDDDDD;
  }

  #page-header-wrap {
    margin-top: 0;
    overflow: visible;
  }
  
  
  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  #page-header-bg .span_6 {
    opacity: 1!important;
  }


  body #header-outer[data-using-secondary="1"], 
  body.admin-bar #header-outer[data-using-secondary="1"] {
    top: 0;
  }

  h1 .nectar-button, h2 .nectar-button, h3 .nectar-button, h4 .nectar-button {
    display: inline-block;
    margin-top: 20px;
  }

  body .clients.no-carousel:not(.fade-in-animation) > div {
    opacity: 1;
  }
  body:not([data-m-animate="1"]) .clients.no-carousel.fade-in-animation > div {
    opacity: 1;
  }
  
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-left"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="fade-in-from-right"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-right"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-right"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-right"],
  body:not([data-m-animate="1"]) .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"],
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="grow-in"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="slight-twist"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="flip-in-vertical"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="flip-in"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-bottom"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-right"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="fade-in-from-left"] .hover-wrap,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation="grow-in"] .hover-wrap,
  body:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div,
  body:not([data-m-animate="1"]) .nectar-split-heading span > .inner,
  body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  #page-header-bg[data-parallax="1"] .span_6 .inner-wrap,
  body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
	body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
  .swiper-slide .content p, 
  .swiper-slide .content h2, 
  .swiper-slide .content h1,
  .swiper-slide .content h3,  
  .swiper-slide .content .buttons,
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="zoom-out"],
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="zoom-out-high"],
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 > span span,
  body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"] .inner-wrap,
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap .column-image-bg,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"],
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] {
    transform: none!important;
    -webkit-transform: none!important;
  }


  .divider-border[data-animate="yes"], .divider-small-border[data-animate="yes"] {
    visibility: visible!important;
  }

  body:not([data-m-animate="1"]) .clients.fade-in-animation > div, 
  body:not([data-m-animate="1"]) img.img-with-animation, 
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
  body:not([data-m-animate="1"]) .col.has-animation, 
  body:not([data-m-animate="1"]) .wpb_column.has-animation, 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) img.img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .nectar-fancy-box.has-animation[data-animation="flip-in-vertical"],
  .post-area.masonry:not(.meta_overlaid),
  body:not([data-m-animate="1"]) .nectar_food_menu_item .item_description,
	body:not([data-m-animate="1"]) .nectar_food_menu_item .inner,
  .swiper-slide .content p, 
  .swiper-slide .content h2, 
  .swiper-slide .content h1, 
  .swiper-slide .content h3, 
  .swiper-slide .content .buttons,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 > span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h2 .word,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 > span span,
  .nectar-slider-wrap[data-caption-trans="reveal_title"] .swiper-slide .content h1 .word,
  body:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body:not([data-m-animate="1"]) .nectar-fancy-ul[data-animation="true"] ul li,
  body:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  .owl-carousel[data-enable-animation="true"] .owl-controls,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation="zoom-out-reveal"],
  body:not([data-m-animate="1"]) .column-image-bg-wrap[data-bg-animation*="reveal-from-"] .inner-wrap,
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"], 
  body:not([data-m-animate="1"]) .column-bg-overlay-wrap[data-bg-animation*="reveal-from-"] > div,
  body:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner {
    opacity: 1!important;
  }

  .col.has-animation[data-animation="fade-in-from-bottom"], 
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"], 
  .nectar-fancy-box.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0!important;
  }


  body:not([data-m-animate="1"]) .span_12.flip-in-vertical-wrap {
    -webkit-perspective: none;
    perspective: none;
  }

  body:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
  body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
  body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
  body:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
	body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
  body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
  body:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
  body:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
    transform: none!important;
    -webkit-transform: none!important;
    opacity: 1!important;
    animation: none!important;
  }

  .main-content .vc_span2 .iwithtext .iwt-icon i {
    font-size: 34px;
    line-height: 34px;
    width: 34px;
    height: 34px;
  }

  .main-content .vc_span2 .iwithtext .iwt-icon img {
    width: 35px;
  }

  .main-content .vc_span2  .iwithtext .iwt-text {
    padding-left: 55px;
  }

  .main-content .vc_span2 .iwithtext .iwt-icon {
    top: -4px;
  }

  .parallax_slider_outer.first-section .swiper-container .slider-prev,
  .parallax_slider_outer.first-section .swiper-container .slider-next {
    margin-top: -30px;
  }

  .post-area.col_last {
    padding-left: 0!important;
  }

  .woocommerce .post-area .woocommerce-ordering {
    float: none!important;
    display: block;
  }

  .col.centered-text ul, 
  .wpb_column.centered-text ul, 
  .col.centered-text ul li, 
  .wpb_column.centered-text ul li {
    text-align: left;
    margin-left: 0!important;
  }

  .col.centered-text ul, 
  .wpb_column.centered-text ul {
    margin: 0!important;
    display: block!important;
  }


  #ajax-content-wrap .nectar-fancy-ul[data-animation="true"] ul li,
  .nectar-fancy-ul[data-animation="true"] ul li {
    left: 0;
  }

  .testimonial_slider .controls ul {
    text-align: center!important;
  }

  #page-header-bg[data-parallax="0"] {
    margin-top: -1px;
  }

  .nectar-milestone {
    margin-bottom: 15px;
  }

  .nectar-milestone:not(.animated-in) {
    opacity: 1;
  }

  .nectar-milestone.motion_blur .number span:not(.in-sight) {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    opacity: 1;
  }


  .wpb_tabs_nav .cta-button {
    top: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    left: 0;
    right: auto;
  }

  body.single-portfolio #full_width_portfolio .container-wrap {
    padding-top: 2.1em;
  }

  .carousel-wrap[data-full-width="true"] {
    padding: 0 9px;
  }

  #footer-widgets .container .row > div:last-child {
    margin-bottom: 0!important;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
    font-size: 16px;
    top: 3px;
  }

  body .carousel-wrap[data-full-width="true"] .controls {
    display: block;
    height: 30px;
    position: relative;
    margin-bottom: 10px;
    width: 130px;
    margin: 0 auto;
    margin-top: 25px;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link, 
	body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-prev, 
	body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-next {
    top: 0!important;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .portfolio-page-link {
    margin: 0 auto;
    position: relative;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-prev {
    left: 0;
    margin-left: 0;
    text-align: left;
  }

  body .carousel-wrap[data-full-width="true"] .carousel-heading .carousel-next {
    right: 0;
  }

  div[data-full-width="false"] .carousel-heading h2 {
    font-size: 12px;
  }

  .blog-fullwidth-wrap .post-area.masonry {
    margin-bottom: 0;
  }

  body .pp_gallery, 
  .woocommerce .pp_gallery {
    display: none;
  }


  .material .span_9 #author-bio {
    margin-bottom: 60px;
  } 
  
}


/* Legacy Phone with Narrow Width */
@media only screen and (max-width: 321px) {
  
  .container, 
  .slider-nav, 
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 300px;
  }
}



@media only screen and (max-width: 479px) {
  
  .full-width-content .wpb_column.max_width_phone_420px.left_margin_phone_auto.right_margin_phone_auto {
    width: 320px;
  }
  
}

/* Phone Landscape */
@media only screen and (min-width: 480px) and (max-width: 690px) {
	
  body .container, 
  body .slider-nav, 
  .post-area.standard-minimal.full-width-content .post .inner-wrap {
    max-width: 420px;
  }


  #ajax-content-wrap .project-title #all-items {
    left: 194px;
  }

  .post-area.masonry, 
  .post-area.masonry.span_9,  
  body[data-ext-responsive="true"] .post-area.masonry.span_9,
  body[data-ext-responsive="true"] .post-area.masonry.span_9.meta_overlaid {
    width: 420px;
  }

  .iosSlider.product-thumbnails .thumb {
    width: 98px;
  }
  
  body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
    width: 66%;
  }

  body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
    font-size: 10px;
  }
  
}


/* WP Admin Bar Changes Height */
@media screen and (max-width: 782px) {
  .admin-bar #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"], 
  .logged-in.buddypress #header-outer[data-permanent-transparent="1"][data-mobile-fixed="1"],
	.admin-bar #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"], 
  .logged-in.buddypress #header-outer[data-permanent-transparent="false"][data-mobile-fixed="1"],
  body.admin-bar #header-outer[data-transparent-header="true"][data-mobile-fixed="false"] {
    top: 47px;
  }

  #header-secondary-outer[data-permanent-transparent="1"] {
    margin-top: 0;
  }

  body {
    position: static;
  }

  #fp-nav.tooltip_alt {
    display: none;
  }
}






/* Tablet Landscape */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation:landscape) {
	
  #header-outer[data-lhe="animated_underline"] #top nav > ul > li:not([class*="button_"]) > a:hover:after {
    display: none;
  }

  #to-top {
    display: none;
  }

  body .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }

  #page-header-wrap #page-header-bg[data-animate-in-effect="zoom-out"] .page-header-bg-image {
    transition: none;
    -webkit-transition: none;
  }

  #page-header-bg[data-parallax="1"] .span_6, 
  #page-header-bg[data-parallax="1"] {
    position: relative!important;
  }

  #page-header-bg[data-parallax="1"] {
    top: 0!important;
  }

  #page-header-bg .span_6 {
    display: block!important;
    opacity: 1!important;
  }

  .swiper-container .slider-right {
    right: 0!important;
  }

  .video-texture {
    display: none;
  }

  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }

  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }
  
  img.img-with-animation[data-animation="fade-in-from-bottom"],
  .col.has-animation[data-animation="fade-in-from-bottom"], 
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }
  
  
  .parallax_slider_outer.first-section .nectar-slider-wrap, 
  #full_width_portfolio .project-title.parallax-effect,
  .parallax_slider_outer.first-section .swiper-slide .content,
  .parallax_slider_outer.first-section .nectar-slider-wrap, 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-right"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-left"],
  body:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
  body:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"],
  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="slight-twist"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    transform: none!important;
    -webkit-transform: none!important;
  }

  
  .parallax_slider_outer.first-section .swiper-slide .content,
  body:not([data-m-animate="1"]) .clients.fade-in-animation > div, 
  body:not([data-m-animate="1"]) .img-with-animation, 
  body:not([data-m-animate="1"]) .col.has-animation, 
  body:not([data-m-animate="1"]) .wpb_column.has-animation,
  .owl-carousel[data-enable-animation="true"] .owl-controls,
  .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"] {
    opacity: 1!important;
  }
  

  .divider-border[data-animate="yes"], 
  .divider-small-border[data-animate="yes"],
  .img-with-animation[data-animation="grow-in"], 
  .col.has-animation[data-animation="grow-in"], 
  .wpb_column.has-animation[data-animation="grow-in"] {
    visibility: visible;
  }

  .portfolio-items .col .work-item .work-info a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }
  
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
  body:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
    transform: none;
    -webkit-transform: none;
  }


  .portfolio-items .col .work-item .work-info .custom-content .nectar-button {
    width: auto;
  }

  body .portfolio-items[data-ps="6"] .work-item .parallaxImg-layers > div .bg-img:after {
    opacity: 1;
  }

  body .portfolio-items[data-ps="6"] .work-item .work-meta .inner, 
  body .portfolio-items[data-ps="6"] .wide_tall .work-item .work-meta .inner {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }

  .portfolio-items .col .work-item:not(.style-2):not(.style-3):not(.style-3-alt):not(.style-4) .work-info .vert-center {
    height: 100%;
    top: 0 ;
    transform: none;
    -webkit-transform: none;
  }
  
}



/* Higher Res Tablets */
@media only screen and (max-device-width: 2600px) {
	
  body[data-ajax-transitions="true"].using-mobile-browser #ajax-loading-screen[data-method="standard"][data-disable-mobile="1"] {
    display: none;
  }

  body.using-mobile-browser.material #slide-out-widget-area.slide-out-from-right {
    overflow-y: scroll;
  }

  body.using-mobile-browser .full-width-content.parallax_section .row-bg[data-parallax-speed="fixed"], 
  body.using-mobile-browser .full-width-section.parallax_section .row-bg[data-parallax-speed="fixed"], 
  body.using-mobile-browser .wpb_row.parallax_section .row-bg[data-parallax-speed="fixed"] {
    background-attachment: scroll;
  }

  body.using-mobile-browser .cp-modal-popup-container {
    position: relative;
    z-index: 100000;
  }

  body[data-remove-m-video-bgs="1"].using-mobile-browser .swiper-slide .video-wrap video,
  body[data-remove-m-video-bgs="1"].using-mobile-browser .nectar-video-wrap video {
    display: none;
  }

  body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image {
    display: block;
  }


  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0;
  }


  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0;
  }
  
  .using-mobile-browser img.img-with-animation[data-animation="fade-in-from-bottom"],
  .using-mobile-browser .col.has-animation[data-animation="fade-in-from-bottom"], 
  .using-mobile-browser .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0;
  }
  
  .using-mobile-browser .parallax_slider_outer .nectar-slider-wrap[data-animate-in-effect="zoom-out"].loaded .slide-bg-wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-left"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-left"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-right"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="fade-in-from-left"],
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="fade-in-from-bottom"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="fade-in-from-bottom"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="grow-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="grow-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="grow-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation*="reveal-from"] > .vc_column-inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span > .inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] img.img-with-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"],
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .meta-date {
    transform: none!important;
    -webkit-transform: none!important;
  }

  
  body[data-remove-m-video-bgs="1"].using-mobile-browser .mobile-video-image,
  body.using-mobile-browser:not([data-m-animate="1"]) .clients.fade-in-animation > div, 
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation, 
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap .hover-wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation, 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_image_with_hotspots[data-animation="true"] .nectar_hotspot_wrap,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .col.has-animation[data-animation="flip-in-vertical"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="flip-in-vertical"],
  .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-stage > .owl-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-fancy-box.has-animation,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading[data-animation-type="twist-in"],
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading span > .inner,
  .using-mobile-browser .owl-carousel[data-enable-animation="true"] .owl-controls,
  body.using-mobile-browser:not([data-m-animate="1"]) .img-with-aniamtion-wrap[data-animation*="reveal-from-"] .inner,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item .post-heading span,
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-post-grid:not([data-animation="none"]) .nectar-post-grid-item  .meta-date {
    opacity: 1!important;
  }
  
  

  body.using-mobile-browser:not([data-m-animate="1"]) .divider-border[data-animate="yes"], 
  body.using-mobile-browser:not([data-m-animate="1"]) .divider-small-border[data-animate="yes"] {
    visibility: visible!important;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .nectar_cascading_images .cascading-image .inner-wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .content, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"] .nectar-icon-list-item .list-icon-holder, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-icon-list[data-animate="true"]:after,
	body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner .wrap *, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="color-strip-reveal"] .nectar-animated-title-inner:after, 
  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-animated-title[data-style="hinge-drop"] .nectar-animated-title-inner {
    opacity: 1!important;
    animation: none!important;
  }


  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible, 
  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_animate_when_almost_visible.wpb_start_animation {
    opacity: 1;
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner-wrap,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-bottom"] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-top"] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-left"] .column-inner,
	body.using-mobile-browser:not([data-m-animate="1"]) .wpb_column.has-animation[data-animation="reveal-from-right"] .column-inner {
    transform: none;
    -webkit-transform: none;
  }
  
  .using-mobile-browser .nectar-video-box .play_button_mouse_follow.nectar_video_lightbox {
    top: 50%;
    left: 50%;
  }

  .ascend.using-mobile-browser #search {
    height: 100%;
  }

  .ascend.using-mobile-browser #search #search-box {
    top: 20px;
  }

  .using-mobile-browser #page-header-bg[data-parallax="1"] .span_6 {
    display: block!important;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-split-heading .heading-line > div {
    transform: none;
    -webkit-transform: none;
  }

  .using-mobile-browser .slide-out-hover-icon-effect a {
    pointer-events: auto;
  }


  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] {
    height: auto!important;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > div {
    position: relative!important;
    left: 0!important;
  }

  .using-mobile-browser #nectar_fullscreen_rows[data-mobile-disable="on"] > div:not(.full-width-content) .full-page-inner-wrap-outer > .full-page-inner-wrap > .full-page-inner > .container {
    padding-top: 8%;
    padding-bottom: 8%;
  }

  body.using-mobile-browser:not([data-m-animate="1"]) .nectar-milestone:not(.animated-in) {
    opacity: 1;
  }

  .using-mobile-browser .wpb_row.parallax_section .row-bg.using-image.translate {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section, 
  body[data-remove-m-parallax="1"].using-mobile-browser .full-width-content.parallax_section {
    background-attachment: scroll!important;
    background-position: center!important;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .wpb_row.parallax_section .row-bg, 
  body[data-remove-m-parallax="1"].using-mobile-browser .full-width-section.parallax_section .row-bg,
  body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg,
  body[data-remove-m-parallax="1"].using-mobile-browser #page-header-bg[data-parallax="1"] .page-header-bg-image {
    margin-top: 0!important;
    height: 100%!important;
    transform: none!important;
    -webkit-transform: none!important;
    background-attachment: scroll!important;
    background-position: 50%!important;
    opacity: 1;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .nectar-recent-posts-single_featured.parallax_section .nectar-recent-post-slide .nectar-recent-post-bg {
    opacity: 1;
  }

  body[data-remove-m-parallax="1"].using-mobile-browser .top-level .nectar-recent-posts-single_featured .nectar-recent-post-slide .row-bg {
    height: 100%;
  }
  
  body.using-mobile-browser .blurred-wrap.blurred {
    -webkit-filter: blur(0px);
    -moz-filter: blur(0px);
    -ms-filter: blur(0px);
    filter: blur(0px);
  }
  
}




/* Responsive styles specific to full width masonry setups */
@media only screen and (min-width: 1600px) {
  

  .post-area.full-width-content .masonry-blog-item, 
  .full-width-content .post-area .masonry-blog-item {
    width: 18%;
  }

  .post-area.full-width-content.classic_enhanced .masonry-blog-item, 
  .full-width-content .post-area.classic_enhanced .masonry-blog-item {
    width: 18.5%;
  }
	
  
	/* Constrained Masonry */
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 50%;
  }

  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
    width: 50%;
  }

  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall, 
  body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.regular,
	#boxed .post-area.full-width-content.meta_overlaid .masonry-blog-item.regular, 
  #boxed .full-width-content .post-area.meta_overlaid .masonry-blog-item.regular {
    width: 25%;
  }

	/* Classic Blog Enhanced */
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 63.66%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 58.5%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 97.5%;
  }
}

@media only screen and (min-width: 1300px) and (max-width: 1600px) {


  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 25%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 50%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
    font-size: 16px;
    line-height: 22px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author a {
    font-size: 11px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author span {
    font-size: 13px;
  }

  body .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 22.43%!important;
  }

  .post-area.full-width-content .masonry-blog-item, 
  .full-width-content .post-area .masonry-blog-item {
    width: 23%;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding-left: 2.8%!important;
  }

  .full-width-content .vc_span2 .nectar-milestone .number, 
  .full-width-content .vc_col-sm-2 .nectar-milestone .number {
    font-size: 50px;
    line-height: 50px;
  }

  .full-width-content .vc_span8 .clients.five-cols.carousel > div, 
  .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
    width: 33%;
  }
	

	/* Classic Blog Enhanced*/
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 64.1%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 73%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 97.5%;
  }
}


@media only screen and (min-width: 990px) and (max-width: 1300px) {

	/* Constrained Cols */
  body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 25%;
  }
	
  body .masonry.meta_overlaid .post .post-header .meta-author a {
    font-size: 11px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author span {
    font-size: 13px;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 25%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
    font-size: 14px;
    line-height: 20px;
  }


  .full-width-content .vc_span8 .clients.six-cols > div, 
  .full-width-content .vc_col-sm-8 .clients.six-cols > div {
    width: 32.3%;
  }

  .full-width-content .vc_span8 .clients.no-carousel.six-cols > div:nth-child(3n+3), 
  .full-width-content .vc_col-sm-8 .clients.no-carousel.six-cols > div:nth-child(3n+3) {
    margin-right: 0;
  }

  .full-width-content .vc_span8 .clients.five-cols.carousel > div, 
  .full-width-content .vc_col-sm-8 .clients.five-cols.carousel > div {
    width: 40%;
  }

  #nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column,
	#nectar_fullscreen_rows .full-width-content .wpb_column .wpb_row .wpb_column p {
    font-size: inherit;
    line-height: inherit;
  }

	/* Classic Blog Enhanced */
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 100%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 97.2%;
  }

  body .post-area.masonry.classic_enhanced.span_9 .masonry-blog-item.large_featured {
    width: 97.5%;
  }
}


@media only screen and (min-width: 470px) and (max-width: 990px) {

  .portfolio-items .elastic-portfolio-item,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 50%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-quote,
	body .post-area.masonry.meta_overlaid.span_9 .masonry-blog-item.regular.format-link {
    width: 100%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular h3.title {
    font-size: 16px;
    line-height: 20px;
  }
	
	/* Classic Blog Enhanced */
  body .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 97%;
  }

  body .blog-fullwidth-wrap .post-area.masonry.classic_enhanced .masonry-blog-item.large_featured {
    width: 97%;
  }
}


@media only screen and (max-width: 690px) and (min-width: 470px) {
  body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
    width: 100%;
  }

  .post.quote .post-content .quote-inner, 
  .post.link .post-content .link-inner, 
  .format-status .post-content .status-inner, 
  .post.format-aside .aside-inner {
    padding: 50px 10%;
  }
}





@media only screen and (max-width: 690px) {
  
  body[data-remove-m-video-bgs="1"] .swiper-slide .video-wrap video,
  body[data-remove-m-video-bgs="1"] .nectar-video-wrap video {
    display: none;
  }

  body[data-remove-m-video-bgs="1"] .mobile-video-image {
    display: block;
  }
  
  .posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap.animated, 
	.posts-container[data-load-animation="fade_in"] article .inner-wrap.animated,
  .posts-container[data-load-animation="perspective"] article .inner-wrap.animated,
  .posts-container[data-load-animation="fade_in_from_bottom"] .inner-wrap, 
	.posts-container[data-load-animation="fade_in"] article .inner-wrap,
  .posts-container[data-load-animation="perspective"] article .inner-wrap {
    opacity: 1;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  .post-area.masonry.classic .posts-container:not(.meta-moved) .post-content > .post-meta {
    opacity: 0;
    position: absolute!important;
  }

  .post-area.masonry.meta_overlaid .post .post-content > .post-meta {
    display: none!important;
  }

  #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap,
  #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap {
    -webkit-transform: none;
    transform: none;
    top: 0;
    position: relative;
  }

  .material .related-post-wrap h3.related-title {
    padding-top: 60px;
  }

  .post-area.featured_img_left .article-content-wrap {
    display: block;
  }

  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap,
  .post-area.featured_img_left .article-content-wrap .post-content-wrap {
    width: 100%;
  }

  .post-area.featured_img_left .quote .inner-wrap, 
  .post-area.featured_img_left .link .inner-wrap {
    padding-bottom: 55px;
  }

  .post-area.featured_img_left .article-content-wrap .post-content-wrap {
    padding: 35px 0 55px 0;
    overflow: visible;
  }

  .post-area.featured_img_left article:not(.has-post-thumbnail) .article-content-wrap .post-featured-img-wrap {
    display: none;
  }

  .post-area.featured_img_left .article-content-wrap .post-featured-img-wrap {
    height: 200px;
    border-radius: 5px 5px 0;
  }

  .nectar-recent-posts-slider .inner-wrap {
    max-width: 80%;
  }

  .arhchive #page-header-wrap #page-header-bg .subheader {
    display: none;
  }
}


@media only screen and (max-width: 470px) {


  body .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-quote.regular_2x,
	body .post-area.masonry.meta_overlaid .masonry-blog-item.format-link.regular_2x {
    width: 100%;
  }

  body .post-area.masonry.meta_overlaid .masonry-blog-item.regular {
    width: 50%;
  }

  .masonry.meta_overlaid .post.wide_tall .content-inner .post-featured-img img {
    height: auto!important;
  }

  #ajax-content-wrap .masonry.meta_overlaid .link-inner .link-wrap, 
  #ajax-content-wrap .masonry.meta_overlaid .quote-inner .quote-wrap {
    transform: none;
    -webkit-transform: none;
    top: 0;
  }

  .post.quote .post-content .quote-inner, 
  .post.link .post-content .link-inner, 
  .format-status .post-content .status-inner, 
  .post.format-aside .aside-inner {
    padding: 50px 10%;
  }

  .full-width-content.blog-fullwidth-wrap:not(.meta-overlaid) {
    padding: 0 10%!important;
  }

  body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.wide_tall .post-meta .date, 
  body #ajax-content-wrap .post-area.masonry.meta_overlaid .masonry-blog-item.large_featured .post-meta .date {
    font-size: 13px;
  }

  #ajax-content-wrap .post-area.masonry.meta_overlaid .post.wide_tall .post-meta, 
  #ajax-content-wrap .post-area.masonry.meta_overlaid .post.large_featured .post-meta {
    margin: -1px 0;
  }

  #ajax-content-wrap .masonry.meta_overlaid .masonry-blog-item .article-content-wrap {
    padding-bottom: 0;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author a {
    font-size: 11px;
  }

  body .masonry.meta_overlaid .post .post-header .meta-author span {
    font-size: 11px;
  }

  body .post-area.auto_meta_overlaid_spaced[data-ams].span_9 {
    margin: 0;
  }

  body .auto_meta_overlaid_spaced[data-ams].span_9 .masonry-blog-item {
    padding-left: 0;
    padding-right: 0;
  }

  body .woocommerce ul.products[data-product-style="material"] li.product.material, 
	body.woocommerce-page ul.products[data-product-style="material"] li.product.material,
	.woocommerce .span_9 ul.products li.product.material, 
	.woocommerce-page .span_9 ul.products li.product.material,
	body .woocommerce.columns-1 ul.products li.product.material {
    margin-right: 0%!important;
    width: 100%;
  }

  .woocommerce .products.related .product.material, 
  .woocommerce .products.upsells .product.material {
    width: 100%!important;
  }

  body #search-results[data-layout="default"] .result,
  body #search-results[data-layout="masonry-no-sidebar"] .result {
    opacity: 1;
    position: relative!important;
    top: auto!important;
    left: auto!important;
  }
}




/*
Theme Name:  Salient
Description: Theme Skin set to "Ascend" in theme options
*/


.ascend .container-wrap,
.ascend .project-title,
.ascend .vc_text_separator div,
.carousel-wrap[data-full-width="true"] .carousel-heading,
.carousel-wrap .left-border,
.carousel-wrap .right-border,
#page-header-wrap,
.page-header-no-bg,
.portfolio-items .col,
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4 {
    background-color:#f6f6f6 
}

#call-to-action .triangle {
    color:#f6f6f6 
}

.ascend #footer-outer #footer-widgets .col ul li,
.ascend #sidebar div ul li,
.ascend #sidebar .widget.widget_categories li,
.ascend #sidebar .widget.widget_pages li,
.ascend #sidebar .widget.widget_nav_menu li {
    border:none!important;
    padding:4px 0 
}
.ascend #sidebar .widget.widget_categories li,
.ascend #sidebar .widget.widget_pages li,
.ascend #sidebar .widget.widget_nav_menu li,
.ascend #footer-outer .widget.widget_categories li,
.ascend #footer-outer .widget.widget_pages li,
.ascend #footer-outer .widget.widget_nav_menu li,
.ascend #footer-outer #footer-widgets .widget.widget_categories li,
.ascend #footer-outer #footer-widgets .widget.widget_pages li,
.ascend #footer-outer #footer-widgets .widget.widget_nav_menu li {
    padding:4px 0!important 
}
.ascend #sidebar .widget.widget_categories li a,
.ascend #sidebar .widget.widget_pages li a,
.ascend #sidebar .widget.widget_nav_menu li a,
.ascend #footer-outer .widget.widget_categories li a,
.ascend #footer-outer .widget.widget_pages li a,
.ascend #footer-outer .widget.widget_nav_menu li a {
    padding:0!important;
    border:none!important 
}

.ascend #footer-outer #footer-widgets .col ul li a,
.ascend #sidebar div ul li a {
    display:block 
}
.ascend #footer-outer .widget h4,
.ascend #sidebar h4 {
    margin-bottom:12px 
}
.ascend #footer-outer #copyright {
    border-top:1px solid rgba(255,255,255,0.1);
    background-color:transparent 
}
.ascend #footer-outer[data-using-widget-area="false"] #copyright {
    border:none 
}
.nectar-progress-bar span strong {
    padding:4px 0;
    background-color:transparent;
    color:inherit 
}
.nectar-progress-bar span strong:after {
    display:none 
}
.nectar-progress-bar .bar-wrap {
    background-color:rgba(0,0,0,0.043) 
}
.ascend .nectar-progress-bar .bar-wrap,
.ascend .nectar-progress-bar span {
    box-shadow:none;
    -webkit-box-shadow:none;
    -o-box-shadow:none;
    border-radius:0;
    -webkit-border-radius:0;
    -o-border-radius:0 
}
.ascend .carousel-wrap[data-full-width="false"] .control-wrap {
    right:10px;
    text-align:center 
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev {
    padding-right:10px;
    padding-left:10px;
    margin-right:0 
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
    padding-left:10px;
    margin-left:0 
}
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev,
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next,
.ascend[data-ext-responsive="true"] .carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev,
.ascend[data-ext-responsive="true"] .carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
    right:0;
    position:relative;
    display:block;
    float:left 
}
.ascend .carousel-next,
.ascend .carousel-prev {
    background-color:transparent;
    height:23px;
    width:10px;
    line-height:22px;
    font-size:14px;
    cursor:pointer;
    top:1px;
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    box-sizing:content-box 
}
.carousel-wrap .control-wrap .item-count {
    height:23px;
    top:-1px;
    right:-2px;
    line-height:22px;
    letter-spacing:4px;
    position:relative;
    display:block;
    float:left;
    z-index:10;
    cursor:pointer;
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1) 
}
.ascend [data-full-width="false"] .carousel-next:after,
.ascend [data-full-width="false"] .carousel-prev:after {
    display:block;
    content:' ';
    position:absolute;
    width:24px;
    height:2px;
    background-color:#000;
    top:8px;
    opacity:0;
    left:-4px;
    cursor:pointer;
    transform:translateX(-20px);
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1) 
}

.ascend .light [data-full-width="false"] .carousel-next:after,
.ascend .light [data-full-width="false"] .carousel-prev:after {
    background-color:#fff 
}

.ascend .light .carousel-next i,.ascend .light .carousel-prev i {
    color:#fff 
}
.ascend [data-full-width="false"] .carousel-next:after {
    left:5px 
}
.ascend [data-full-width="false"] .carousel-next:hover:after {
    opacity:1;
    transform:translateX(-12px) 
}
.ascend [data-full-width="false"] .carousel-prev:after {
    transform:translateX(20px) 
}
.ascend [data-full-width="false"] .carousel-prev:hover:after {
    opacity:1;
    transform:translateX(0px) 
}
.ascend [data-full-width="false"] .carousel-prev:hover i {
    transform:translateX(-18px) 
}
.ascend [data-full-width="false"] .carousel-prev.next-hovered,
.ascend [data-full-width="false"] .item-count.next-hovered {
    transform:translateX(-18px) 
}
.ascend .carousel-next:hover,
.ascend .carousel-prev:hover {
    background-color:transparent
}
.carousel-wrap[data-full-width="true"] .carousel-prev,
.carousel-wrap[data-full-width="true"] .carousel-next {
    border:none 
}
.ascend .carousel-heading .container .carousel-prev {
    right:30px 
}
.ascend[data-ext-responsive="true"] .carousel-heading .container .carousel-prev {
    right:40px 
}
.ascend .carousel-next i,
.ascend .carousel-prev i {
    color:#000;
    font-size:22px;
    line-height:18px;
    height:20px;
    transition:all .25s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .25s cubic-bezier(0.12,0.75,0.4,1) 
}
.ascend .carousel-next:hover,
.ascend .carousel-prev:hover {
    border-color:transparent 
}
.ascend .light .carousel-next:hover i,
.ascend .light .carousel-prev:hover i {
    color:#fff 
}
.ascend .nectar-button.see-through,
body.ascend .nectar-button.see-through,
.ascend .swiper-slide .button a,
body.ascend .nectar-button.see-through-2,
.ascend .nectar-button,
.ascend #to-top {
    border-radius:0;
    box-shadow:none 
}
.ascend #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
    left:0;
    transition:all .2s linear;
    -webkit-transition:all .2s linear 
}

.ascend .icon-salient-cart:before {
    content:"\e606" 
}
.ascend #header-outer a.cart-contents .cart-wrap span:before {
    display:none 
}

body.ascend #header-outer[data-full-width="false"] #mobile-cart-link .cart-wrap {
    margin-right: 0;
}

body:not([data-header-format="left-header"]).ascend #header-outer .cart-menu .cart-contents {
  display: block;
}

body:not([data-header-format="left-header"]).ascend #header-outer[data-full-width="true"] .cart-menu .cart-contents {
  display: block;
  padding-right:29px;
  padding-left:29px 
}

.ascend #header-outer .cart-wrap {
    top:-7px;
}
.ascend #header-outer .cart-menu-wrap {
    right:0 
}
#header-outer .cart-wrap {
    font-size:11px 
}

.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle {
    padding-top: 0;
    padding-bottom: 0;
}

.ascend #header-outer[data-full-width="true"] #top .slide-out-widget-area-toggle[data-custom-color="true"] > div a:before {
  display: none;
}

.ascend #header-outer[data-full-width="true"][data-cart="true"] #top nav ul .slide-out-widget-area-toggle {
    position:relative;
}

.ascend[data-header-search="false"] #header-outer[data-full-width="true"][data-cart="false"][data-format="centered-menu"] #top nav ul #social-in-menu {
    margin-right:13px 
}

.ascend #header-outer[data-full-width="true"] #top nav ul #search-btn a, 
.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account a {
    padding-left:25px;
    padding-right:25px 
}
.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a {
    padding-left:28px;
    padding-right:28px 
}


body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a:after, 
body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a:after, 
body[data-header-color="dark"].ascend #header-outer[data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a:after, 
body[data-header-color="dark"].ascend #header-outer[data-remove-border="true"] .cart-contents:after, 
body[data-header-color="dark"].ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-contents:after{
   border-left:1px solid rgba(255,255,255,0.15)
}
.ascend[data-header-search="false"] #header-outer[data-full-width="true"][data-format="centered-logo-between-menu"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a{
   border:none
}

.ascend:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) #search-btn,
.ascend[data-header-search="false"]:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) #nectar-user-account,
.ascend[data-header-search="false"][data-user-account-button="false"]:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) .nectar-woo-cart,
.ascend[data-header-search="false"][data-user-account-button="false"][data-cart="false"]:not([data-header-format="default"]) #header-outer[data-full-width="true"]:not([data-format="left-header"]) .slide-out-widget-area-toggle {
  margin-left: 22px;
}

body.ascend[data-header-format="default"] #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav >.buttons{
   margin-left:22px;
}

body.ascend #header-outer[data-full-width="true"]:not([data-format="left-header"]) #top nav >.buttons{
   margin-right: -28px;
}

@media only screen and (max-width: 999px) and (min-width: 690px) {
    body.ascend #slide-out-widget-area .inner .off-canvas-menu-container.mobile-only .menu.secondary-header-items {
        display: none;
   }
}
@media only screen and (max-width: 690px) {
    body.ascend #header-secondary-outer .nectar-center-text {
        display: none;
   }
    body.ascend #header-secondary-outer {
        display: none;
   }

}

.ascend[data-header-search="false"][data-user-set-ocm="off"] #header-outer[data-format="default"][data-full-width="true"][data-cart="true"] #social-in-menu{
   margin:0 30px 0 30px
}

@media only screen and (min-width:1001px) {
  
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #search-btn a, 
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #nectar-user-account a, 
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a{
     transition:border-color 0.30s ease;
      -webkit-transition:border-color 0.30s ease
   }

  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a:after, 
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a:after, 
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a:after, 
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-contents:after{
      border-left:1px solid rgba(255,255,255,0.25);
      display:inline-block;
      content:"";
      width:11px;
      height:20px;
      position:absolute;
      left:-1px;
      opacity:1;
      top:50%;
      margin-top:-10px;
      -webkit-transition:top 0.3s ease-out,margin-top 0.3s ease-out,height 0.3s ease-out,border-color 0.25s ease;
      transition:top 0.3s ease-out,margin-top 0.3s ease-out,height 0.3s ease-out,border-color 0.25s ease
   }
    .ascend[data-header-search="false"] #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a:after{
       display:none
   }
    .ascend[data-header-search="false"] #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"][data-cart="false"][data-has-menu="false"] #top nav ul .slide-out-widget-area-toggle a:after{
       border:none!important
   }
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a:after, 
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a:after, 
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a:after, 
  .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .cart-contents:after{
     height:100%;
      color:#000;
      top:0;
      border-left:1px solid rgba(0,0,0,0.07);
      display:inline-block;
      content:"";
      width:11px;
      position:absolute;
      left:-1px;
      -webkit-transition:top 0.3s ease,margin-top 0.3s ease,height 0.3s ease,border-color 0.25s ease;
      transition:top 0.3s ease,margin-top 0.3s ease,height 0.3s ease,border-color 0.25s ease
   }
  .ascend[data-header-search="false"] #header-outer[data-full-width="true"][data-format="centered-logo-between-menu"][data-cart="false"] #top nav ul .slide-out-widget-area-toggle a:after{
      border:none
   }
   
}

.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul #search-btn a, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul #nectar-user-account a, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul .nectar-woo-cart .cart-contents, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide >#top nav ul .slide-out-widget-area-toggle a, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide .cart-contents:after, 
body.ascend #boxed #header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap i, 
body.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide #top nav ul #search-btn a:after, 
body.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide #top nav ul #nectar-user-account a:after, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"].dark-slide #top nav ul .slide-out-widget-area-toggle a:after {
   border-color:rgba(0,0,0,0.08) !important
}

.ascend #header-outer[data-remove-border="true"][data-transparent-header="true"][data-full-width="true"].transparent.pseudo-data-transparent #top nav ul #search-btn a, 
.ascend #header-outer[data-remove-border="true"][data-transparent-header="true"][data-full-width="true"].transparent.pseudo-data-transparent .cart-menu, 
.ascend #header-outer[data-remove-border="true"][data-transparent-header="true"][data-full-width="true"].transparent.pseudo-data-transparent #top nav ul .slide-out-widget-area-toggle a{
   border-color:transparent!important
}

.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #search-btn a, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul #nectar-user-account a, 
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] #top .nectar-woo-cart .cart-contents {
    border-left:1px solid rgba(255,255,255,0.25) 
}

.ascend #header-outer[data-full-width="true"] #top nav ul #search-btn a, 
.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account a, 
.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a {
    border-left:1px solid rgba(0,0,0,0.07) 
}

.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] #top nav ul #search-btn a, 
.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] #top nav ul #nectar-user-account a, 
body.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] .cart-contents,
body:not([data-header-format="left-header"]).ascend[data-header-color="dark"] #header-outer[data-full-width="true"] .nectar-woo-cart .cart-contents,
.ascend[data-header-color="dark"] #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle a {
    border-left:1px solid rgba(255,255,255,0.13) 
}

body:not([data-header-format="left-header"]).ascend #header-outer[data-full-width="true"] .nectar-woo-cart .cart-contents {
    border-left:1px solid rgba(0,0,0,0.07);
}

@media only screen and (min-width: 1000px) {
  
   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #search-btn a, 
   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul #nectar-user-account a, 
   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] #top nav ul .slide-out-widget-area-toggle a,
   .ascend #header-outer[data-transparent-header="true"][data-full-width="true"][data-remove-border="true"] .nectar-woo-cart .cart-contents {
       border:none
  }
}

#header-outer[data-full-width="true"][data-format="centered-menu"] #top nav >.buttons #social-in-menu {
  margin-right: 15px;
}

@media only screen and (min-width: 1000px) {
  .ascend #header-outer[data-full-width="true"] #top #search-btn > div, 
  .ascend #header-outer[data-full-width="true"] #top #nectar-user-account > div,
  .ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div,
  .ascend #header-outer[data-full-width="true"] #top .slide-out-widget-area-toggle > div,
  .ascend #header-outer[data-full-width="true"] #top #search-btn > div a, 
  .ascend #header-outer[data-full-width="true"] #top #nectar-user-account > div a,
  .ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div .cart-menu,
  .ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div .cart-contents,
  .ascend #header-outer[data-full-width="true"] #top .slide-out-widget-area-toggle > div a {
    height: 100%;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
  }
}
.ascend:not([data-header-format="left-header"]) #header-outer[data-full-width="true"] #top .nectar-woo-cart > div .cart-menu {
  padding: 0;
}

.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account > div {
    border:none 
}

.ascend #header-outer[data-full-width="true"] #top nav ul #nectar-user-account >div, 
.ascend #header-outer[data-full-width="true"] #top nav ul .nectar-woo-cart >div, 
.ascend #header-outer[data-full-width="true"] #top nav ul .slide-out-widget-area-toggle > div {
    padding-left: 0;
}

.ascend #header-outer a.cart-contents .cart-wrap span {
    border-radius:99px;
    font:bold 11px/16px Arial;
    padding:0 1px;
    visibility:hidden 
}

.ascend #header-outer .first-load a.cart-contents .cart-wrap span {
    visibility:visible;
    animation:.6s ease-in-out .12s normal both 1 bounce_in_animation;
    -webkit-animation:.6s ease-in-out .12s normal both 1 bounce_in_animation 
}
.ascend #header-outer .static a.cart-contents span {
    visibility:visible 
}
.ascend #header-outer .has_products .cart-menu .cart-icon-wrap .icon-salient-cart {
    transition:all .2s ease;
    -webkit-transition:all .2s ease
}

body.ascend #header-outer .nectar-woo-cart .cart-contents {
    background-color:transparent 
}
body.ascend #boxed #header-outer .cart-menu {
  background-color:transparent 
}

body.ascend #boxed #header-outer .cart-menu-wrap {
    top:0!important;
    box-shadow:none
}

#header-outer .nectar-woo-cart .cart-menu-wrap,
.ascend #header-outer .cart-menu .cart-contents { position: static; }

body.ascend #boxed #header-outer .widget_shopping_cart,
body.ascend.woocommerce #boxed .cart-notification {
    position:absolute!important 
}
body.ascend #boxed #header-outer .cart-menu-wrap .cart-menu {
    box-shadow:none
}

body.ascend #top #mobile-cart-link i {
    line-height:20px;
    height: 20px;
    top: 0;
}

body.ascend #search-outer {
    background-color:rgba(255,255,255,0.97);
    height: 100vh;
    position: fixed;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
    padding:0;
    z-index:10100; 
    top: 0;
}

body.ascend #search-outer #search-box {
    transition: all 0.15s ease;
}
body.ascend #search-outer.small-nav #search-box {
    transition: all 0.32s ease;
}

@media only screen and (min-width: 690px) {
  body.ascend.admin-bar #search-outer {
    top: 32px;
  }
}

#search-box {
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
body[data-header-color="dark"].ascend #search-outer {
  background-color:rgba(0,0,0,0.94);
}
body[data-header-color="dark"].ascend #search-outer #search input[type="text"],
body[data-header-color="dark"].ascend #search-outer #search #close a span {
  color: #fff;
}

body.ascend #search-outer .container {
    height:auto!important;
    float:none;
    width:100%;
    padding:0 40px;
    position:static 
}
#header-outer #search {
    position:static!important 
}
body.ascend #search-outer #search input[type="text"] {
    color:#000;
    height:auto;
    font-size:80px;
    text-align:center 
}
body.ascend #search-outer > #search form {
    width:100%;
    float:none
}
#search-outer > #search form,#search-outer #search .span_12 span {
    opacity:0;
    position:relative 
}
#search-outer #search #close {
    position:absolute;
    top: 30px;
    right: 30px 
}
.ascend #search-outer #search #close a span:not(.close-line){
    font-size:22px;
}
body.ascend #search-outer #search #close a {
    right:0;
    top:0;
    transition: all .47s cubic-bezier(0.3,1,0.3,0.95);
    -webkit-transition: all .47s cubic-bezier(0.3,1,0.3,0.95) 
}
#search-outer #search #close a:hover {
    transform:rotate(90deg) translateZ(0);
    -webkit-transform:rotate(90deg) translateZ(0) 
}
#search-outer #search .span_12 span {
    text-align:center;
    display:block;
    color:rgba(0,0,0,0.4);
    margin-top:15px 
}

body.ascend #boxed #search-outer {
    width:auto;
    min-width:1200px;
    left:auto
}

@media only screen and (max-width: 1000px) {
  body.ascend #boxed #search-outer {
      min-width:680px;
  }
}

@media only screen and (max-width: 690px) {
  body.ascend #boxed #search-outer {
      min-width:100%;
  }
}

body[data-ext-responsive="false"].ascend #boxed #header-outer[data-full-width="true"] header > .container {
  width:100%;
  max-width: 100%;
}

body.ascend #search-outer #search #close a span {
    color:#000 
}
body.ascend #search-outer .ui-widget-content {
    top:90px!important 
}
.ascend #search-results .result .bottom-line,.ascend .masonry-blog-item .bottom-line,.ascend .masonry-blog-item .more-link {
    display:none 
}
.ascend .masonry-blog-item .inner-wrap,.ascend .masonry-blog-item .mejs-container .mejs-controls {
    box-shadow:none 
}
.ascend .masonry-blog-item .post-meta {
    padding:0 18px 18px 
}
.ascend .post .nectar-love-wrap {
    line-height:20px 
}
.ascend .masonry-blog-item .inner-wrap {
    padding:0 
}
.ascend .masonry-blog-item .content-inner .post-featured-img img, 
.ascend .masonry-blog-item .more-link,
.ascend .post-area.masonry .post .quote-inner, 
.ascend .post-area.masonry .post .link-inner,
.post-area.masonry .post .status-inner, 
.post-area.masonry .post .aside-inner {
    margin-bottom:0
}
.ascend .masonry-blog-item .content-inner {
    padding-bottom:0;
    border:0;
    margin-bottom:0 
}
.ascend .masonry-blog-item .article-content-wrap {
    padding:16px 18px 18px 
}
.ascend .post-area.masonry .post.quote .post-content .post-meta,
.ascend .post-area.masonry .post.link .post-content .post-meta,
.ascend .post-area.masonry .format-status .post-content .post-meta,
.ascend .post-area.masonry .post.format-aside .post-meta {
    display:none!important 
}
.ascend .post .content-inner {
    border:none 
}
.ascend #author-bio {
    padding-bottom:20px;
    border:none;
    text-align:center 
}
.ascend #author-bio img {
    display:block;
    margin:0 auto;
    margin-bottom:15px;
    position:relative 
}
.ascend #author-bio h3 span,
.ascend .comments-section .comment-wrap.full-width-section > h3 span {
    display:block;
    margin-bottom:5px;
    line-height:12px;
    font-size:12px;
    text-transform:none 
}
.ascend .container-wrap .bottom-meta #author-bio #author-info{
   float:left;
    text-align:left;
    padding-top:10px;
    padding-left:20px!important
}
.ascend .container-wrap #author-bio #author-info {
    width:600px;
    margin:0 auto;
    padding-left:0
}
.ascend .container-wrap #author-bio #author-info p {
    max-width:70%;
    margin:0 auto 
}
.ascend #author-bio .nectar-button {
    margin-top:20px 
}
.ascend #author-bio .avatar {
    border-radius:100% 
}
.ascend .comment-list {
    margin-bottom:0 
}
.ascend .comment-list .reply {
    top:7px 
}
.ascend .comment-list .reply a {
    color:#000;
    background-color:transparent;
    border-radius:0
}
.ascend .comment-list .reply a:hover {
    color:#fff
}
body.ascend #respond {
    margin-top:80px 
}
.ascend h3#comments {
    text-align:center 
}
body.ascend .comment-list .comment > div,
body.ascend .comment-list .pingback > div {
    background-color:transparent;
    box-shadow:none;
    padding-left:85px;
    padding-bottom:0;
    padding-top:0;
    margin-top:4em 
}
body.ascend .comment-list .comment > div img.avatar,
body.ascend .comment-list .pingback > div img.avatar {
    left:0;
    border-radius:100%;
    top:0 
}
.comment-list .comment > div p,
.comment-list .pingback > div p {
    margin-top:30px 
}
body.ascend:not(.material) .comment-list .children {
    background-position:left 30px;
    padding-left:40px 
}
body:not(.material) .comment-list .children {
    margin-left:26px;
}
.comment-list .says {
    display:none 
}
.ascend #reply-title {
    margin-bottom:50px;
    text-align:center
}
.ascend.single-product #reply-title,
.ascend.single-product #commentform .form-submit {
    text-align:left
}
.ascend .comment #reply-title {
    text-align:left
}
.ascend #respond #cancel-comment-reply-link {
    padding-left:15px 
}
.ascend .comment-wrap {
    padding-top:0;
    margin-top:0 
}
.ascend.single-portfolio .comment-wrap {
    margin-top:30px
}
.ascend .comment-wrap h3#comments {
    padding-top:80px 
}
.ascend .comment-wrap {
    border-top: 1px solid transparent;
}
.ascend #author-bio.no-pagination:after, 
.ascend .comment-wrap:after, .ascend .comment-list:after {
    margin-left: -50vw;
    left: 50%;
    width: 100vw;
    display: block;
    content: '';
    position: absolute;
    top: 0;
    border-top: 1px solid #999;
}
.ascend .comments-section[data-author-bio="false"] .comment-wrap:after {
    border:none 
}
.ascend .comment-list {
    padding-bottom:80px;
}
.ascend .comment-list:after {
    border-top: 0;
    top: auto;
    bottom: 0;
    border-bottom: 1px solid #999;
}
.ascend #author-bio.no-pagination.lighter-grey:after, 
.ascend .comment-wrap.lighter-grey:after, 
.ascend .comment-wrap.lighter-grey .comment-list:after {
    border-color:#ddd 
}
.ascend #author-bio {
    padding-top:80px 
}
.single-post.ascend #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header {
    background-color:#f6f6f6 
}
.single-post.ascend #single-below-header.fullscreen-header {
    border-top:1px solid #DDD;
    border-bottom:none!important 
}
.tagcloud a,
#header-outer .widget_shopping_cart a.button,
.post .more-link span,
.blog-recent .more-link span,
.flex-direction-nav a,
#pagination span,
#pagination a,
#pagination .next.inactive,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
    border-radius:0!important 
}

.ascend .col.boxed:not(.wpb_column) {
    box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -moz-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    -o-box-shadow:0 1px 1px rgba(0,0,0,0.1);
    background-color:#fff;
    padding:25px 15px 15px;
    position:relative;
    -webkit-transition:transform .2s linear,-webkit-box-shadow .2s linear;
    -moz-transition:transform .2s linear,-moz-box-shadow .2s linear;
    transition:transform .2s linear,box-shadow .2s linear;
    top:0
}
.ascend .col.boxed:not(.wpb_column):hover {
    transform:translateY(-4px);
    -webkit-transform:translateY(-4px);
    box-shadow:0 17px 25px rgba(0,0,0,0.13);
    -webkit-box-shadow:0 17px 25px rgba(0,0,0,0.13);
    -moz-box-shadow:0 17px 25px rgba(0,0,0,0.13);
    -o-box-shadow:0 17px 25px rgba(0,0,0,0.13) 
}
.ascend .pp_arrow_previous,.ascend .pp_arrow_next,
.ascend .mfp-arrow-right,.ascend .mfp-arrow-left, 
.woocommerce .pswp__button--arrow--right, .woocommerce .pswp__button--arrow--left {
    overflow:visible;
    height:40px;
    width:40px;
    border-radius:100px;
    border:2px solid rgba(255,255,255,0.4) 
}
.ascend.woocommerce .pswp__button--arrow--right:before, 
.ascend.woocommerce .pswp__button--arrow--left:before {
    background-image: none;
    line-height:40px;
    height:40px;
    width: 36px;
}
a.pp_arrow_previous {
    left:30px 
}
a.pp_arrow_next {
    right:30px 
}
.ascend .pp_arrow_next:hover,.ascend .pp_arrow_previous:hover,
.ascend .mfp-arrow-right:hover,.ascend .mfp-arrow-left:hover, 
.woocommerce .pswp__button--arrow--right:hover, .woocommerce .pswp__button--arrow--left:hover {
    border:2px solid rgba(255,255,255,0) 
}
body.ascend .pp_arrow_previous .icon-default-style {
    border-radius:0;
    width:20px;
    height:40px;
    line-height:39px;
    font-size:24px;
    font-family:FontAwesome;
    margin-top:0;
    left:-1px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
body.ascend .mfp-arrow-left,
.woocommerce.ascend .pswp__button--arrow--left {
    height:40px;
    line-height:40px;
    font-size:24px;
    font-family:FontAwesome;
    margin-top:0;
    opacity:1;
    left:40px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
body.ascend .pp_arrow_next .icon-default-style {
    border-radius:0;
    width:20px;
    line-height:39px;
    height:40px;
    font-size:24px;
    margin-top:0;
    font-family:FontAwesome;
    left:1px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
body.ascend .mfp-arrow-right, 
.woocommerce.ascend .pswp__button--arrow--right {
    line-height:40px;
    height:40px;
    font-size:24px;
    margin-top:0;
    font-family:FontAwesome;
    opacity:1;
    right:40px;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
.ascend .pp_arrow_previous .icon-default-style:after,
.ascend .pp_arrow_next .icon-default-style:after,
.ascend .mfp-arrow-left:after,.ascend .mfp-arrow-right:after, 
.woocommerce .pswp__button--arrow--right:after, 
.woocommerce .pswp__button--arrow--left:after {
    display:block;
    content:' ';
    position:absolute;
    width:36px;
    height:2px;
    background-color:#fff;
    top:19px;
    opacity:0;
    left:-6px;
    cursor:pointer;
    transform:translateX(-37px);
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    pointer-events:none 
}
.ascend .mfp-arrow-left:after,
.ascend .mfp-arrow-right:after, 
.woocommerce .pswp__button--arrow--right:after, 
.woocommerce .pswp__button--arrow--left:after {
    top:17px;
    transform:translateX(-27px);
    -webkit-transform:translateX(-27px) 
}
.ascend .mfp-arrow-left:after, .woocommerce .pswp__button--arrow--left:after {
    left:65px 
}
.ascend .pp_arrow_previous .icon-default-style:after {
    left:59px 
}
.ascend .pp_arrow_previous .icon-default-style:before,.mfp-arrow-left:before, 
.woocommerce .pswp__button--arrow--left:before {
    content:"\f104";
    color:#fff 
}
.mfp-arrow-left:before, .woocommerce .pswp__button--arrow--left:before {
    top:-3px;
    left:-1px;
    display:block;
    position:relative;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1) 
}
.ascend .pp_arrow_next .icon-default-style:before, .mfp-arrow-right:before, 
.woocommerce .pswp__button--arrow--right:before {
    content:"\f105";
    color:#fff 
}
.mfp-arrow-right:before, .woocommerce .pswp__button--arrow--right:before {
    top:-3px;
    right:-1px;
    display:block;
    transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    -webkit-transition:all .35s cubic-bezier(0.12,0.75,0.4,1);
    position:relative 
}
.ascend .pp_arrow_next:hover .icon-default-style:after,.mfp-arrow-right:hover:after, 
.woocommerce .pswp__button--arrow--right:hover:after {
    opacity:1;
    transform:translateX(-18px);
    -webkit-transform:translateX(-18px) 
}
.mfp-arrow-right:hover:before, .woocommerce .pswp__button--arrow--right:hover:before {
    transform:translateX(9px);
    -webkit-transform:translateX(9px) 
}
.mfp-arrow-left:hover:before, .woocommerce .pswp__button--arrow--left:hover:before {
    transform:translateX(-9px);
    -webkit-transform:translateX(-9px) 
}
.mfp-arrow-right:hover:after, .woocommerce .pswp__button--arrow--right:hover:after {
    transform:translateX(-1px);
    -webkit-transform:translateX(-1px) 
}
.ascend .pp_arrow_next:hover .icon-default-style {
    transform:translateX(7px);
    -webkit-transform:translateX(7px) 
}
.ascend .pp_arrow_previous:hover .icon-default-style:after,.mfp-arrow-left:hover:after, 
.woocommerce .pswp__button--arrow--left:hover:after {
    opacity:1;
    transform:translateX(-51px);
    -webkit-transform:translateX(-51px) 
}
.mfp-arrow-left:hover:after, .woocommerce .pswp__button--arrow--left:hover:after {
    transform:translateX(-58px);
    -webkit-transform:translateX(-58px) 
}
.ascend .pp_arrow_previous:hover .icon-default-style {
    transform:translateX(-7px);
    -webkit-transform:translateX(-7px) 
}
.container-wrap input[type="text"],
.container-wrap textarea,
.container-wrap input[type="email"],
.container-wrap input[type="password"],
.container-wrap input[type="tel"],
.container-wrap input[type="url"],
.container-wrap input[type="search"],
.container-wrap input[type="date"] {
    background-color:transparent;
    border:1px solid #ccc;
    box-shadow:none;
    -webkit-box-shadow:none;
    font-size:16px;
    -o-box-shadow:none;
    padding:16px;
}
.container-wrap input[type="text"]:focus,
.container-wrap textarea:focus,
.container-wrap input[type="email"]:focus,
.container-wrap input[type="password"]:focus,
.container-wrap input[type="tel"]:focus,
.container-wrap input[type="url"]:focus,
.container-wrap input[type="search"]:focus,
.container-wrap input[type="date"]:focus {
    border-color:#999;
}
.ascend #commentform .form-submit {
    text-align:center;
    padding-bottom:50px;
    margin-top:20px 
}
.ascend .container-wrap input[type="submit"],
.ascend .container-wrap button[type="submit"],
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    padding:16px!important;
    border-radius:0
}
body[data-button-style="rounded"].ascend .container-wrap input[type="submit"],
body[data-button-style="rounded"].ascend .container-wrap button[type="submit"] {
    padding:16px 23px!important 
}
body[data-button-style="rounded"][data-form-submit="see-through"].ascend .container-wrap .widget_search input[type="submit"],
body[data-button-style="rounded"][data-form-submit="see-through"].ascend .container-wrap .widget_search button[type="submit"] {
    padding:12px 23px!important 
}
.ascend .woocommerce .actions .button {
    height:auto!important;
    padding:14px!important 
}
.ascend .cart .quantity input.plus,
.ascend .cart .quantity input.minus {
    font-weight:400;
    font-size:16px;
}
.ascend .cart .quantity input.qty {
    height:46px;
    width:46px 
}
.ascend .widget_search .search-form input[type=submit],
.ascend .newsletter-widget form input[type=submit] {
    line-height:24px 
}
#slide-out-widget-area.fullscreen-alt .inner .widget.widget_nav_menu li a .clip-wrap, 
#slide-out-widget-area.fullscreen-alt .inner .off-canvas-menu-container li a .clip-wrap, 
#slide-out-widget-area.slide-out-from-right-hover .inner .widget.widget_nav_menu li a .clip-wrap, 
#slide-out-widget-area.slide-out-from-right-hover .inner .off-canvas-menu-container li a .clip-wrap {
    display: none;
}
.ascend .container-wrap .span_12.light input[type="text"],
.ascend .container-wrap .span_12.light textarea,
.ascend .container-wrap .span_12.light input[type="email"],
.ascend .container-wrap .span_12.light input[type="password"],
.ascend .container-wrap .span_12.light input[type="tel"],
.ascend .container-wrap .span_12.light input[type="url"],
.ascend .container-wrap .span_12.light input[type="search"],
.ascend .container-wrap .span_12.light input[type="date"] {
    border:1px solid rgba(255,255,255,0.6);
    color:#fff 
}
.ascend .container-wrap .span_12.light input[type="text"]:focus,
.ascend .container-wrap .span_12.light textarea:focus,
.ascend .container-wrap .span_12.light input[type="email"]:focus,
.ascend .container-wrap .span_12.light input[type="password"]:focus,
.ascend .container-wrap .span_12.light input[type="tel"]:focus,
.ascend .container-wrap .span_12.light input[type="url"]:focus,
.ascend .container-wrap .span_12.light input[type="search"]:focus,
.ascend .container-wrap .span_12.light input[type="date"]:focus {
    border:1px solid rgba(255,255,255,0.8) 
}
.container-wrap .span_12.light input[type="submit"]:hover {
    background-color:#333;
    opacity:.8
}
.ascend .nectar-button.extra-color-gradient-1,
.ascend .nectar-button.extra-color-gradient-2,
.ascend .nectar-button.see-through-extra-color-gradient-1,
.ascend .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
}
.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
}

@media only screen and (max-width: 1000px) {
  #search-box {
    -webkit-transform: none;
    transform: none;
    top: 20%;
  }
  body.ascend #search-outer #search input[type="text"] {
    font-size: 40px;
  }
}
@media only screen and (max-width: 690px) {
  body.ascend #search-outer #search input[type="text"] {
    font-size: 28px;
  }
}

/* RTL */
.rtl.ascend .comment-list .comment > div,
.rtl.ascend .comment-list .pingback > div {
    padding-right: 85px;
    padding-left: 25px;
}
.rtl.ascend .comment-list .comment > div img.avatar,
.rtl.ascend .comment-list .pingback > div img.avatar {
    right: 0;
    left: auto;
}
body.rtl .carousel-wrap[data-full-width="false"] .control-wrap {
    left: 0;
    right: auto;
}
.rtl .carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev {
    margin-left: 0;
}
.rtl .carousel-wrap[data-full-width="false"] .control-wrap .carousel-prev, 
.carousel-wrap[data-full-width="false"] .control-wrap .carousel-next {
    left: 0!important;
    right: auto !important;
}
.rtl .carousel-wrap[data-full-width="false"] .control-wrap .item-count {
    left: -2px;
    right: auto;
}
.rtl.ascend [data-full-width="false"] .carousel-prev.next-hovered, 
.rtl.ascend [data-full-width="false"] .item-count.next-hovered {
    transform: translateX(0px);
}
.rtl.ascend [data-full-width="false"] .carousel-next:hover {
    transform: translateX(18px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:hover ~ .carousel-next, 
.rtl.ascend [data-full-width="false"] .carousel-prev:hover ~ .item-count{
    transform: translateX(18px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:hover i {
    transform: translateX(0px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:after {
    transform: translateX(30px);
}
.rtl.ascend [data-full-width="false"] .carousel-prev:hover:after {
    opacity: 1;
    transform: translateX(18px);
}