/* ----------------------------------------------------------------
Top Bar
-----------------------------------------------------------------*/
.top-bar .top_contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top-bar .top_contact svg {
  width: 15px;
  height: 15px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

/* ----------------------------------------------------------------
Side Contact
-----------------------------------------------------------------*/
.side_contact .top_contact svg {
  width: 15px;
  height: 15px;
  -webkit-transition: fill 0.2s ease-in-out;
  transition: fill 0.2s ease-in-out;
}
.side_contact .top_contact .contact_email a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_contact .top_contact .contact_phone, .side_contact .top_contact .contact_address {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.side_contact .top_contact .contact_address svg {
  width: 17px;
  height: 17px;
}

/* ----------------------------------------------------------------
Top Menu 
-----------------------------------------------------------------*/
#top-menu li:first-child > a {
  padding-left: 0;
}
#top-menu li ul.remove_css_animation {
  transition: initial;
  -webkit-transition: initial;
  display: none;
}
#top-menu li ul.sub-menu li a {
  padding-left: 1rem;
  padding-right: 1rem;
}
#top-menu li:hover ul {
  opacity: 1;
  visibility: visible;
}
#top-menu li li {
  border-bottom: 1px solid #edf2f7;
  padding: 0;
  line-height: 2.5rem;
}
#top-menu li li:last-child {
  border-bottom: none;
}
#top-menu li li a {
  display: block;
}
#top-menu li:last-child {
  border: none;
}

/* ----------------------------------------------------------------
Main Header
-----------------------------------------------------------------*/
.full_header {
  z-index: 2000;
}

/* ----------------------------------------------------------------
Side Navigation - Header Left/Right.
-----------------------------------------------------------------*/
.admin-bar.side-header .header_inside_left, .admin-bar.side-header .header_inside_right {
  top: 32px;
}

.side_inside a {
  display: block;
}

.side_navigation #navigation .sf-sub-indicator {
  position: absolute;
  right: 0;
}
.side_navigation #navigation ul li {
  line-height: 48px;
  height: 48px;
  padding: 0 30px;
}
.side_navigation #navigation ul li.header_search_li {
  display: none;
}
.side_navigation #navigation ul li:hover {
  z-index: 1;
}
.side_navigation #navigation ul li a:hover, .side_navigation #navigation ul li.current_page_item a, .side_navigation #navigation ul li.current-menu-ancestor a {
  border-left-color: #65c18b;
}
.side_navigation #navigation ul.sub-menu {
  box-shadow: 1px 0px 4px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}
.side_navigation #navigation ul ul li {
  padding: 0;
}
.side_navigation #navigation ul ul li .sf-sub-indicator {
  right: 5px;
}
.side_navigation #navigation ul li a {
  display: block;
  line-height: 48px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 30px;
  border-left: 3px solid transparent;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  border-bottom: 1px solid #e8ebed;
  background-color: transparent;
}
.side_navigation #navigation ul ul {
  left: 300px;
  top: 0;
  min-width: 220px;
  border-top: none;
}
.side_navigation #navigation ul ul:before {
  content: "";
  position: absolute;
  left: 0;
  width: 3px;
  height: 100%;
  background-color: green;
  z-index: 9999;
}
.side_navigation #navigation ul ul li a {
  border-left: none;
  border-bottom: none;
  height: auto;
}
.side_navigation #navigation ul ul ul {
  left: 220px;
}
.side_navigation #navigation > ul li:hover > a {
  border-left-color: #65c18b;
}

.header_inside_right .side_navigation #navigation .sf-sub-indicator {
  right: auto;
  left: 0;
}
.header_inside_right .side_navigation #navigation ul li a {
  border-left: none;
  border-right: 3px solid transparent;
}
.header_inside_right .side_navigation #navigation ul li a:hover, .header_inside_right .side_navigation #navigation ul li.current_page_item a, .header_inside_right .side_navigation #navigation ul li.current-menu-ancestor a {
  border-right-color: #65c18b;
}
.header_inside_right .side_navigation #navigation ul > ul li:hover > a {
  border-right-color: #65c18b;
}
.header_inside_right .side_navigation #navigation ul ul {
  right: 300px;
  left: auto;
  border-left: none;
}
.header_inside_right .side_navigation #navigation ul ul:before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background-color: green;
  z-index: 9999;
  right: 0;
  left: auto;
}
.header_inside_right .side_navigation #navigation ul ul ul {
  right: 220px;
}
.header_inside_right .side_navigation #navigation ul ul li a {
  border-right: none;
}

/* ----------------------------------------------------------------
Mobile Menu
-----------------------------------------------------------------*/
.mobile_menu_holder {
  z-index: 99999;
}

.sticky_mobile {
  position: fixed !important;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* ----------------------------------------------------------------
Search Button - desktop and mobile
-----------------------------------------------------------------*/
#searchform {
  position: relative;
}
#searchform .search_form_button .searchbut {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.responsive-search .responsive_search_submit {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
}

/* ----------------------------------------------------------------
  Blog Posts Hover Effect.
-----------------------------------------------------------------*/
figure a .text-overlay {
  opacity: 0;
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  background: #80c550;
  background: rgba(128, 197, 80, 0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
figure.event_image_list .text-overlay {
  opacity: 0;
  height: 100%;
  position: absolute;
  text-decoration: none;
  width: 100%;
  z-index: 100;
  background: #80c550;
  background: rgba(128, 197, 80, 0.9);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
figure.event_image_list:hover .text-overlay {
  opacity: 1;
}

.blogpost:hover .text-overlay, .posts-grid-item:hover .text-overlay, .grid-posts:hover .text-overlay {
  opacity: 1;
}

figure a .text-overlay .info {
  text-align: center;
  top: 56%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transition: top 0.2s linear;
  -webkit-transition: top 0.2s linear;
  -moz-transition: top 0.2s linear;
  width: 100%;
  left: 0;
  position: absolute;
  color: #fff;
  font-size: 45px;
  line-height: 45px;
  font-weight: 300;
}

.blogpost:hover figure a .text-overlay .info,
.posts-grid-item:hover figure a .text-overlay .info,
.grid-posts:hover figure a .text-overlay .info {
  top: 50%;
}

figure a .text-overlay .info .plus_icon {
  display: block;
  position: relative;
  top: -3px;
}
figure a .text-overlay .info i {
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #444;
  border-radius: 50%;
}

/* ----------------------------------------------------------------
  Posts Navigation.
-----------------------------------------------------------------*/
.thumbs-post-prev a, .thumbs-post-next a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.thumbs-post-prev a h5, .thumbs-post-next a h5 {
  color: #2d3748;
}

/* ----------------------------------------------------------------
  Related Horizontal Posts & Vertical Posts.
-----------------------------------------------------------------*/
.vertical-related-posts .related-posts-item:last-child {
  margin-bottom: 0;
}
.vertical-related-posts .thumbnail-wrap {
  min-width: 345px;
}

.related-thumbs-img img {
  width: 100%;
  height: auto;
}

/* ----------------------------------------------------------------
  Posts Pagination.
-----------------------------------------------------------------*/
.posts-pagination a, .posts-pagination span.current {
  width: 2rem;
  line-height: 2.25rem;
  height: 2.25rem;
}
.posts-pagination .pagination-next, .posts-pagination .pagination-prev {
  width: 4rem;
}
.posts-pagination .posts-navigation-numbers a:last-child {
  margin-right: 0;
}

/* ----------------------------------------------------------------
  Posts Grid - Elementor
-----------------------------------------------------------------*/
.cr-equal-height .posts-grid-item .post-content-render {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cr-equal-height .posts-grid-item .post-content-render figure {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-equal-height .post-excerpt {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cr-equal-height .post-meta, .cr-equal-height .post-meta-separator {
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
.cr-equal-height .post-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.cr-recent-posts-container .cr-img-full-height a {
  height: 100%;
}
.cr-recent-posts-container .cr-img-full-height img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/* ----------------------------------------------------------------
  Sidebar Widgets.
-----------------------------------------------------------------*/
.sidebar-widget, .footer_widget, .social-links-wrap {
  /* Categories widget */
  /* Recent Posts widget */
  /* Image Gallery Widget */
  /* Contact Us widget */
  /* Social Links widget */
  /* Instagram Widget */
}
.sidebar-widget ul li.cat-item, .footer_widget ul li.cat-item, .social-links-wrap ul li.cat-item {
  position: relative;
}
.sidebar-widget ul li.cat-item span, .footer_widget ul li.cat-item span, .social-links-wrap ul li.cat-item span {
  position: absolute;
  right: 0;
}
.sidebar-widget span.post-date, .footer_widget span.post-date, .social-links-wrap span.post-date {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 0.625rem;
}
.sidebar-widget .gallery-item, .footer_widget .gallery-item, .social-links-wrap .gallery-item {
  margin: 0 !important;
}
.sidebar-widget .gallery-item img, .footer_widget .gallery-item img, .social-links-wrap .gallery-item img {
  border-color: transparent !important;
}
.sidebar-widget .contact li, .footer_widget .contact li, .social-links-wrap .contact li {
  border: none;
  padding-left: 2rem;
  padding-bottom: 0;
  margin-bottom: 1rem;
  position: relative;
}
.sidebar-widget .contact li i, .sidebar-widget .contact li svg, .footer_widget .contact li i, .footer_widget .contact li svg, .social-links-wrap .contact li i, .social-links-wrap .contact li svg {
  left: 0;
  text-align: center;
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  line-height: 1.25rem;
  top: 2px;
}
.sidebar-widget .get_social, .footer_widget .get_social, .social-links-wrap .get_social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sidebar-widget .get_social li, .footer_widget .get_social li, .social-links-wrap .get_social li {
  border: none;
  padding: 0;
  margin: 2px;
}
.sidebar-widget .instagram-widget li, .footer_widget .instagram-widget li, .social-links-wrap .instagram-widget li {
  border: none;
  padding: 0;
  margin: 0;
}

/* ----------------------------------------------------------------
  Utility fixes - flexslider / video containers /etc.
-----------------------------------------------------------------*/
.flexslider-wrap .flexslider {
  overflow: hidden;
}

/* Creativo elastic video css */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 0px;
  height: 0;
  overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------------------------
  Mobile Navigation with Slide
-----------------------------------------------------------------*/
#mobile-panel {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  width: 300px;
  background: #ffffff;
}

.side-panel-trigger {
  position: relative;
}

body.mobile-panel-open #mobile-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
body.mobile-panel-open #mobile-panel .sidebar-widget {
  overflow: hidden;
}

#mobile-panel {
  -webkit-transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#mobile-panel .mobile-close_navbar {
  padding-right: 3px;
}
#mobile-panel .mobile_search_holder {
  background: transparent;
  padding: 0;
  border: none;
  margin-top: 30px;
}
#mobile-panel #responsive_menu {
  border: none;
}
#mobile-panel #responsive_menu li a:not(.button) {
  padding: 10px 0;
  font-size: 12px;
}
#mobile-panel #responsive_menu ul .sf-sub-indicator i {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
#mobile-panel #responsive_menu ul .sf-sub-indicator.nav-sub-opened i {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
#mobile-panel #responsive_menu ul ul {
  padding-left: 30px;
}
#mobile-panel #responsive_menu ul li a:not(.button) {
  padding-left: 30px;
}
#mobile-panel #responsive_menu .sf-sub-indicator {
  width: 85px;
  margin-right: -15px;
  padding-left: 35px;
  line-height: 45px;
  font-size: 15px;
  right: 0;
}
#mobile-panel #responsive_menu .sf-sub-indicator i {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
  -webkit-transition: transform 0.2s ease-in-out;
}
#mobile-panel #responsive_menu .sf-sub-indicator.nav-sub-opened i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#mobile-panel #mobile-panel-trigger {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.15s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  visibility: hidden;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}

.body-overlay-mobile {
  -webkit-backface-visibility: hidden;
  z-index: 101;
  visibility: hidden;
}

body.mobile-panel-open #mobile-panel #mobile-panel-trigger {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
body.mobile-panel-open .body-overlay-mobile {
  opacity: 0.85;
  pointer-events: auto;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .mobile-panel-open {
    overflow: hidden;
  }
}
/* ----------------------------------------------------------------
  Mobile Shop with Slide
-----------------------------------------------------------------*/
#mobile-shop-panel {
  -webkit-transform: translateX(-300px);
          transform: translateX(-300px);
  z-index: 99999;
  -webkit-backface-visibility: hidden;
  visibility: hidden;
  width: 300px;
  background: #ffffff;
  -webkit-transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, visibility 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
#mobile-shop-panel .mobile-shop-close_navbar {
  padding-right: 3px;
}
#mobile-shop-panel #mobile-shop-panel-trigger {
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.15s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.15s ease-in-out;
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  visibility: hidden;
  -webkit-transform: translateX(-40px);
          transform: translateX(-40px);
}
#mobile-shop-panel .shopping_cart_items {
  position: relative;
  visibility: visible;
  opacity: 1;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  width: 100%;
  border: none;
  background-color: transparent;
}
#mobile-shop-panel .shopping_cart_items:before {
  content: initial;
}
#mobile-shop-panel .shopping_cart_items .cart_item {
  background-color: transparent;
  padding: 1.25rem 0;
}
#mobile-shop-panel .shopping_cart_items .cart_item_title {
  font-size: 18px;
  font-weight: 600;
}
#mobile-shop-panel .shopping_cart_items .cart_item_price_quantity {
  font-size: 14px;
  font-weight: 600;
  opacity: 0.6;
}
#mobile-shop-panel .shopping_cart_items .shopping_cart_total, #mobile-shop-panel .shopping_cart_items .cart_checkout {
  padding: 1.25rem 0;
}

body.mobile-shop-panel-open #mobile-shop-panel {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
body.admin-bar #mobile-shop-panel {
  margin-top: 46px;
}

.body-overlay-mobile-shop {
  -webkit-backface-visibility: hidden;
  z-index: 50;
  visibility: hidden;
}

body.mobile-shop-panel-open {
  overflow: hidden;
}
body.mobile-shop-panel-open #mobile-shop-panel #mobile-shop-panel-trigger {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  visibility: visible;
}
body.mobile-shop-panel-open .body-overlay-mobile-shop {
  opacity: 0.85;
  z-index: 50;
  pointer-events: auto;
  visibility: visible;
}

/* ----------------------------------------------------------------
  Off Canvas Sidebar.
-----------------------------------------------------------------*/
#side-panel {
  right: -300px;
  z-index: 3006;
  -webkit-backface-visibility: hidden;
}

.side-panel-trigger {
  position: relative;
}

body.side-panel-open #side-panel {
  right: 0;
}
body.admin-bar #side-panel {
  padding-top: 72px;
}
body.side-panel-open #side-panel .sidebar-widget {
  overflow: hidden;
}

#side-panel {
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

body.side-push-panel.stretched #wrapper, body.side-push-panel.stretched #header .container {
  -webkit-transition: right 0.4s ease;
  transition: right 0.4s ease;
}

.body-overlay {
  -webkit-backface-visibility: hidden;
}

body.side-panel-open .body-overlay {
  opacity: 0.7;
  z-index: 50;
  pointer-events: auto;
}
body.side-panel-open:not(.device-xxs):not(.device-xs):not(.device-sm) .body-overlay:hover {
  cursor: crosshair;
}

/* ----------------------------------------------------------------
 Testimonial - Modern Layout with background image
-----------------------------------------------------------------*/
.testimonials-wrap.modern .testimonial-item:before {
  content: "";
  width: 109px;
  height: 109px;
  background: url("../images/quotes.png") no-repeat top left;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
}
.testimonials-wrap.modern .testimonial-item.has_image {
  padding-top: 0;
}
.testimonials-wrap.modern .testimonial-item.has_image:before {
  top: 45px;
}
.testimonials-wrap.modern .testimonial-item.testimonial-right:before {
  left: auto;
  right: 0;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.testimonials-wrap.modern .testimonial-item.testimonial-left.has_image:before, .testimonials-wrap.modern .testimonial-item.testimonial-right.has_image:before {
  background-size: 50px;
  width: 50px;
  height: 50px;
  top: 80px;
  left: 10px;
}
.testimonials-wrap.modern .testimonial-item.testimonial-right.has_image:before {
  left: auto;
  right: 10px;
}

/* ----------------------------------------------------------------
  Image Icon Box element - Product Feature 
-----------------------------------------------------------------*/
.product_feature .pf-image-left_above {
  margin-left: 0;
}
.product_feature .pf-image-right_above {
  margin-right: 0;
}

/* ----------------------------------------------------------------
  Countdown Element extra style.
-----------------------------------------------------------------*/
.cr-countdown.inline .countdown-ul {
  margin-bottom: 30px;
}
.cr-countdown.inline .countdown-ul li {
  margin: 0;
  padding: 0;
  border: none;
}
.cr-countdown.inline .countdown-ul li > div {
  margin-right: 20px;
  padding-right: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.cr-countdown.inline .countdown-ul li > div:after {
  content: "/";
  position: absolute;
  right: 0;
  line-height: 1;
  font-weight: 300;
}
.cr-countdown.inline .countdown-ul li:last-child > div {
  margin-right: 0;
  padding-right: 0;
}
.cr-countdown.inline .countdown-ul li:last-child > div:after {
  content: initial;
}
.cr-countdown.inline .countdown-ul li .time_st {
  margin-bottom: 0;
  margin-right: 5px;
}

/* ----------------------------------------------------------------
  Social Links share design.
-----------------------------------------------------------------*/
.get_social li a, #navigation .has-mega-menu .get_social li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32px;
  height: 32px;
}
.get_social li svg, #navigation .has-mega-menu .get_social li svg {
  width: 18px;
  height: 18px;
}
.get_social li .facebook, #navigation .has-mega-menu .get_social li .facebook {
  color: #677fb5;
}
.get_social li .facebook svg, #navigation .has-mega-menu .get_social li .facebook svg {
  fill: #677fb5;
}
.get_social li .facebook:hover, #navigation .has-mega-menu .get_social li .facebook:hover {
  background-color: #677fb5;
  color: #fff;
}
.get_social li .facebook:hover svg, #navigation .has-mega-menu .get_social li .facebook:hover svg {
  fill: #fff;
}
.get_social li .twitter, #navigation .has-mega-menu .get_social li .twitter {
  color: #70c2e9;
}
.get_social li .twitter svg, #navigation .has-mega-menu .get_social li .twitter svg {
  fill: #70c2e9;
}
.get_social li .twitter:hover, #navigation .has-mega-menu .get_social li .twitter:hover {
  background-color: #000;
  color: #fff;
}
.get_social li .twitter:hover svg, #navigation .has-mega-menu .get_social li .twitter:hover svg {
  fill: #fff;
}
.get_social li .tiktok, #navigation .has-mega-menu .get_social li .tiktok {
  color: #000;
}
.get_social li .tiktok svg, #navigation .has-mega-menu .get_social li .tiktok svg {
  fill: #000;
}
.get_social li .tiktok:hover, #navigation .has-mega-menu .get_social li .tiktok:hover {
  background-color: #000;
  color: #fff;
}
.get_social li .tiktok:hover svg, #navigation .has-mega-menu .get_social li .tiktok:hover svg {
  fill: #fff;
}
.get_social li .gplus, #navigation .has-mega-menu .get_social li .gplus {
  color: #dc4a38;
}
.get_social li .gplus svg, #navigation .has-mega-menu .get_social li .gplus svg {
  fill: #dc4a38;
}
.get_social li .gplus:hover, #navigation .has-mega-menu .get_social li .gplus:hover {
  background-color: #dc4a38;
  color: #fff;
}
.get_social li .gplus:hover svg, #navigation .has-mega-menu .get_social li .gplus:hover svg {
  fill: #fff;
}
.get_social li .linkedin, #navigation .has-mega-menu .get_social li .linkedin {
  color: #3daccf;
}
.get_social li .linkedin svg, #navigation .has-mega-menu .get_social li .linkedin svg {
  fill: #3daccf;
}
.get_social li .linkedin:hover, #navigation .has-mega-menu .get_social li .linkedin:hover {
  background-color: #3daccf;
  color: #fff;
}
.get_social li .linkedin:hover svg, #navigation .has-mega-menu .get_social li .linkedin:hover svg {
  fill: #fff;
}
.get_social li .tumblr, #navigation .has-mega-menu .get_social li .tumblr {
  color: #3d5a70;
}
.get_social li .tumblr svg, #navigation .has-mega-menu .get_social li .tumblr svg {
  fill: #3d5a70;
}
.get_social li .tumblr:hover, #navigation .has-mega-menu .get_social li .tumblr:hover {
  background-color: #3d5a70;
  color: #fff;
}
.get_social li .tumblr:hover svg, #navigation .has-mega-menu .get_social li .tumblr:hover svg {
  fill: #fff;
}
.get_social li .flickr, #navigation .has-mega-menu .get_social li .flickr {
  color: #ff3ba4;
}
.get_social li .flickr svg, #navigation .has-mega-menu .get_social li .flickr svg {
  fill: #ff3ba4;
}
.get_social li .flickr:hover, #navigation .has-mega-menu .get_social li .flickr:hover {
  background-color: #ff3ba4;
  color: #fff;
}
.get_social li .flickr:hover svg, #navigation .has-mega-menu .get_social li .flickr:hover svg {
  fill: #fff;
}
.get_social li .youtube, #navigation .has-mega-menu .get_social li .youtube {
  color: #282928;
}
.get_social li .youtube svg, #navigation .has-mega-menu .get_social li .youtube svg {
  fill: #282928;
}
.get_social li .youtube:hover, #navigation .has-mega-menu .get_social li .youtube:hover {
  background-color: #282928;
  color: #fff;
}
.get_social li .youtube:hover svg, #navigation .has-mega-menu .get_social li .youtube:hover svg {
  fill: #fff;
}
.get_social li .dribbble, #navigation .has-mega-menu .get_social li .dribbble {
  color: #f26798;
}
.get_social li .dribbble svg, #navigation .has-mega-menu .get_social li .dribbble svg {
  fill: #f26798;
}
.get_social li .dribbble:hover, #navigation .has-mega-menu .get_social li .dribbble:hover {
  background-color: #f26798;
  color: #fff;
}
.get_social li .dribbble:hover svg, #navigation .has-mega-menu .get_social li .dribbble:hover svg {
  fill: #fff;
}
.get_social li .behance, #navigation .has-mega-menu .get_social li .behance {
  color: #3496ff;
}
.get_social li .behance svg, #navigation .has-mega-menu .get_social li .behance svg {
  fill: #3496ff;
}
.get_social li .behance:hover, #navigation .has-mega-menu .get_social li .behance:hover {
  background-color: #3496ff;
  color: #fff;
}
.get_social li .behance:hover svg, #navigation .has-mega-menu .get_social li .behance:hover svg {
  fill: #fff;
}
.get_social li .skype, #navigation .has-mega-menu .get_social li .skype {
  color: #00aff0;
}
.get_social li .skype svg, #navigation .has-mega-menu .get_social li .skype svg {
  fill: #00aff0;
}
.get_social li .skype:hover, #navigation .has-mega-menu .get_social li .skype:hover {
  background-color: #00aff0;
  color: #fff;
}
.get_social li .skype:hover svg, #navigation .has-mega-menu .get_social li .skype:hover svg {
  fill: #fff;
}
.get_social li .digg, #navigation .has-mega-menu .get_social li .digg {
  color: #000;
}
.get_social li .digg svg, #navigation .has-mega-menu .get_social li .digg svg {
  fill: #000;
}
.get_social li .digg:hover, #navigation .has-mega-menu .get_social li .digg:hover {
  background-color: #000;
  color: #fff;
}
.get_social li .digg:hover svg, #navigation .has-mega-menu .get_social li .digg:hover svg {
  fill: #fff;
}
.get_social li .reddit, #navigation .has-mega-menu .get_social li .reddit {
  color: #2494ed;
}
.get_social li .reddit svg, #navigation .has-mega-menu .get_social li .reddit svg {
  fill: #2494ed;
}
.get_social li .reddit:hover, #navigation .has-mega-menu .get_social li .reddit:hover {
  background-color: #2494ed;
  color: #fff;
}
.get_social li .reddit:hover svg, #navigation .has-mega-menu .get_social li .reddit:hover svg {
  fill: #fff;
}
.get_social li .deviant, #navigation .has-mega-menu .get_social li .deviant {
  color: #04cc47;
}
.get_social li .deviant svg, #navigation .has-mega-menu .get_social li .deviant svg {
  fill: #04cc47;
}
.get_social li .deviant:hover, #navigation .has-mega-menu .get_social li .deviant:hover {
  background-color: #04cc47;
  color: #fff;
}
.get_social li .deviant:hover svg, #navigation .has-mega-menu .get_social li .deviant:hover svg {
  fill: #fff;
}
.get_social li .vimeo, #navigation .has-mega-menu .get_social li .vimeo {
  color: #5bc8ff;
}
.get_social li .vimeo svg, #navigation .has-mega-menu .get_social li .vimeo svg {
  fill: #5bc8ff;
}
.get_social li .vimeo:hover, #navigation .has-mega-menu .get_social li .vimeo:hover {
  background-color: #5bc8ff;
  color: #fff;
}
.get_social li .vimeo:hover svg, #navigation .has-mega-menu .get_social li .vimeo:hover svg {
  fill: #fff;
}
.get_social li .soundcloud, #navigation .has-mega-menu .get_social li .soundcloud {
  color: #ff5419;
}
.get_social li .soundcloud svg, #navigation .has-mega-menu .get_social li .soundcloud svg {
  fill: #ff5419;
}
.get_social li .soundcloud:hover, #navigation .has-mega-menu .get_social li .soundcloud:hover {
  background-color: #ff5419;
  color: #fff;
}
.get_social li .soundcloud:hover svg, #navigation .has-mega-menu .get_social li .soundcloud:hover svg {
  fill: #fff;
}
.get_social li .pinterest, #navigation .has-mega-menu .get_social li .pinterest {
  color: #ec2327;
}
.get_social li .pinterest svg, #navigation .has-mega-menu .get_social li .pinterest svg {
  fill: #ec2327;
}
.get_social li .pinterest:hover, #navigation .has-mega-menu .get_social li .pinterest:hover {
  background-color: #ec2327;
  color: #fff;
}
.get_social li .pinterest:hover svg, #navigation .has-mega-menu .get_social li .pinterest:hover svg {
  fill: #fff;
}
.get_social li .whatsapp, #navigation .has-mega-menu .get_social li .whatsapp {
  color: #475a64;
}
.get_social li .whatsapp svg, #navigation .has-mega-menu .get_social li .whatsapp svg {
  fill: #475a64;
}
.get_social li .whatsapp:hover, #navigation .has-mega-menu .get_social li .whatsapp:hover {
  background-color: #475a64;
  color: #fff;
}
.get_social li .whatsapp:hover svg, #navigation .has-mega-menu .get_social li .whatsapp:hover svg {
  fill: #fff;
}
.get_social li .instagram, #navigation .has-mega-menu .get_social li .instagram {
  color: #517fa4;
}
.get_social li .instagram svg, #navigation .has-mega-menu .get_social li .instagram svg {
  fill: #517fa4;
}
.get_social li .instagram:hover, #navigation .has-mega-menu .get_social li .instagram:hover {
  background-color: #517fa4;
  color: #fff;
}
.get_social li .instagram:hover svg, #navigation .has-mega-menu .get_social li .instagram:hover svg {
  fill: #fff;
}
.get_social li .stumbleupon, #navigation .has-mega-menu .get_social li .stumbleupon {
  color: #88d054;
}
.get_social li .stumbleupon svg, #navigation .has-mega-menu .get_social li .stumbleupon svg {
  fill: #88d054;
}
.get_social li .stumbleupon:hover, #navigation .has-mega-menu .get_social li .stumbleupon:hover {
  background-color: #88d054;
  color: #fff;
}
.get_social li .stumbleupon:hover svg, #navigation .has-mega-menu .get_social li .stumbleupon:hover svg {
  fill: #fff;
}
.get_social li .xing, #navigation .has-mega-menu .get_social li .xing {
  color: #00605e;
}
.get_social li .xing svg, #navigation .has-mega-menu .get_social li .xing svg {
  fill: #00605e;
}
.get_social li .xing:hover, #navigation .has-mega-menu .get_social li .xing:hover {
  background-color: #00605e;
  color: #fff;
}
.get_social li .xing:hover svg, #navigation .has-mega-menu .get_social li .xing:hover svg {
  fill: #fff;
}

/* ----------------------------------------------------------------
  Portfolio element and Templates design.
-----------------------------------------------------------------*/
.grid-layout figure.cols-5, .masonry_images.has_spacing figure.cols-5 {
  width: calc(19.95% - 1rem);
}
.grid-layout figure.cols-4, .masonry_images.has_spacing figure.cols-4 {
  width: calc(24.9% - 1rem);
}
.grid-layout figure.cols-3, .masonry_images.has_spacing figure.cols-3 {
  width: calc(33% - 1rem);
}
.grid-layout figure.cols-2, .masonry_images.has_spacing figure.cols-2 {
  width: calc(49.9% - 1rem);
}

.grid-layout.fullscreen figure, .grid-layout.no-spacing figure {
  margin: 0;
}
.grid-layout.fullscreen figure.cols-5, .grid-layout.no-spacing figure.cols-5 {
  width: 19.95%;
}
.grid-layout.fullscreen figure.cols-4, .grid-layout.no-spacing figure.cols-4 {
  width: 24.9%;
}
.grid-layout.fullscreen figure.cols-3, .grid-layout.no-spacing figure.cols-3 {
  width: 33%;
}
.grid-layout.fullscreen figure.cols-2, .grid-layout.no-spacing figure.cols-2 {
  width: 49.9%;
}

.masonry_images figure.cols-5 {
  width: 19.95%;
}
.masonry_images figure.cols-4 {
  width: 24.9%;
}
.masonry_images figure.cols-3 {
  width: 33.3%;
}
.masonry_images figure.cols-2 {
  width: 49.9%;
}

.masonry_images figure.cr-portfolio-margin.cols-5 {
  width: calc(19.95% - 1rem);
}
.masonry_images figure.cr-portfolio-margin.cols-4 {
  width: calc(24.9% - 1rem);
}
.masonry_images figure.cr-portfolio-margin.cols-3 {
  width: calc(33.3% - 1rem);
}
.masonry_images figure.cr-portfolio-margin.cols-2 {
  width: calc(49.9% - 1rem);
}

/*
.fullscreen {
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}

.grid-layout {
  &.fullscreen figure {
    margin: 0;
    &.cols-5 {
      width: 19.95%;
      min-width: inherit;
    }
    &.cols-4 {
      width: 24.9%;
      min-width: inherit;
    }
    &.cols-3 {
      width: 33.3%;
      min-width: inherit;
    }
  }
  figure {
    img {
      position: relative;
      display: block;
      width: 100%;
      height: auto;
    }
    figcaption {      
      &::before, &::after {
        pointer-events: none;
      }      
      > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
      }
    }
  }  
}*/
.grid-layout figure:hover .effect-overlay .zoomin, .grid-layout figure:hover .effect-overlay .launch {
  margin-top: 0;
  opacity: 1;
}
.grid-layout figure:focus .effect-overlay .zoomin, .grid-layout figure:focus .effect-overlay .launch {
  margin-top: 0;
  opacity: 1;
}
.grid-layout.icons_extra_margin figure:hover .effect-overlay .zoomin, .grid-layout.icons_extra_margin figure:hover .effect-overlay .launch {
  margin-top: -40px;
}
.grid-layout.icons_extra_margin figure:focus .effect-overlay .zoomin, .grid-layout.icons_extra_margin figure:focus .effect-overlay .launch {
  margin-top: -40px;
}
.grid-layout.hover figure figcaption {
  position: absolute;
  top: auto;
  bottom: 0;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
  -webkit-transition: transform 0.3s ease-in-out;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.grid-layout.hover figure:hover figcaption {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.grid-layout.hide_icons .zoomin, .grid-layout.hide_icons .launch {
  display: none;
}

.hide_icons.grid-layout figure:hover .effect-overlay .launch, .hide_icons.grid-layout figure:focus .effect-overlay .launch {
  top: 0;
}
.hide_icons figure.effect-zoe .effect-overlay .launch a {
  display: block;
  width: 100%;
  height: 100%;
}
.hide_icons figure.effect-zoe .effect-overlay .launch a i {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
}

.grid-layout figure.effect-zoe img {
  opacity: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

figure.effect-zoe a {
  color: #ffffff;
  display: block;
}
figure.effect-zoe .tags {
  color: #b5b8bf;
  font-size: 12px;
}
figure.effect-zoe .tags a {
  color: #b5b8bf;
  font-size: 12px;
}
figure.effect-zoe .tags i {
  font-size: 11px;
  color: #d7d8db;
  margin-right: 2px;
}
figure.effect-zoe:hover .effect-overlay, figure.effect-zoe:focus .effect-overlay {
  opacity: 1;
}
figure.effect-zoe:hover img, figure.effect-zoe:focus img {
  -webkit-transform: scale(1.15);
          transform: scale(1.15);
}
figure.effect-zoe:hover figcaption, figure.effect-zoe:focus figcaption {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* Portfolio Gallery Stacked options */
.portfolio-modern .cr-stack-images-item a {
  display: block;
}
.portfolio-modern .cr-stack-images-item img {
  margin: 0 auto;
}

/* Portfolio Modern Category */
.portfolio-modern-image {
  max-width: 550px;
}

.portfolio-modern-categs a {
  color: #2b7ce6;
}

.portfolio-modern-description .portfolio-modern-content {
  color: #757575;
}
.portfolio-modern-description .project-info-details {
  color: #939399;
}

.cr-shadow-sm .portfolio-item-modern {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.08);
}

.cr-shadow-md .portfolio-item-modern {
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.cr-shadow-lg .portfolio-item-modern {
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.13);
}

.cr-shadow-xl .portfolio-item-modern {
  -webkit-box-shadow: 0 0 35px rgba(0, 0, 0, 0.17);
          box-shadow: 0 0 35px rgba(0, 0, 0, 0.17);
}

/* Modern Portfolio Extra Styling */
@media screen and (min-width: 1170px) {
  .flat_images figure.modern_portfolio_layout.cols-2 {
    width: 47%;
  }
}
.flat_modern_portfolio_below .modern_overlay_effect {
  position: relative;
  opacity: 1;
}
.flat_modern_portfolio_below figure.modern_portfolio_layout .make_this_full {
  display: none;
}
.flat_modern_portfolio_below .portfolio_content_wrap {
  top: auto;
  transform: none;
  -webkit-transform: none;
}
.flat_modern_portfolio_below figure.modern_portfolio_layout h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  opacity: 1;
  top: auto;
}
.flat_modern_portfolio_below figure.modern_portfolio_layout span.portfolio_categ_list {
  position: relative;
  bottom: auto;
  left: auto;
  margin-top: 0;
  padding-top: 0;
  opacity: 1;
}

/* ----------------------------------------------------------------
  Posts Grid - Masonry layout element styling
-----------------------------------------------------------------*/
.grid-masonry.masonry-cols-4 .posts-grid-item {
  width: calc(25% - 1.25rem);
}
.grid-masonry.masonry-cols-3 .posts-grid-item {
  width: calc(33% - 0.85rem);
}
.grid-masonry.masonry-cols-2 .posts-grid-item {
  width: calc(50% - 1.25rem);
}
.grid-masonry.masonry-cols-5 .posts-grid-item {
  width: calc(20% - 1.25rem);
}
.grid-masonry .gutter-sizer {
  width: 1.5rem;
}

.cr-recent-posts-container .cr-grid-masonry.masonry-cols-4 .posts-grid-item {
  width: 24.9%;
}
.cr-recent-posts-container .cr-grid-masonry.masonry-cols-3 .posts-grid-item {
  width: 33%;
}
.cr-recent-posts-container .cr-grid-masonry.masonry-cols-2 .posts-grid-item {
  width: 49.9%;
}
.cr-recent-posts-container .cr-grid-masonry.masonry-cols-5 .posts-grid-item {
  width: 19.9%;
}
.cr-recent-posts-container .cr-grid-masonry .posts-grid-item {
  padding: 0 0.75rem 1.5rem 0.75rem;
}

@media (max-width: 960px) {
  .cr-recent-posts-container .cr-grid-masonry.masonry-cols-5 .posts-grid-item, .cr-recent-posts-container .cr-grid-masonry.masonry-cols-4 .posts-grid-item, .cr-recent-posts-container .cr-grid-masonry.masonry-cols-3 .posts-grid-item {
    width: 49.9%;
  }
}
@media (max-width: 640px) {
  .cr-recent-posts-container .cr-grid-masonry.masonry-cols-5 .posts-grid-item, .cr-recent-posts-container .cr-grid-masonry.masonry-cols-4 .posts-grid-item, .cr-recent-posts-container .cr-grid-masonry.masonry-cols-3 .posts-grid-item {
    width: 100%;
    padding-bottom: 0;
  }
}
.post_grid_category span:last-of-type {
  display: none;
}

/* ----------------------------------------------------------------
  Pricing Column Element
-----------------------------------------------------------------*/
.pricing-features ul li {
  margin-bottom: 0.8rem;
}
.pricing-features ul li:last-child {
  margin-bottom: 0;
}

/* ----------------------------------------------------------------
  Blockquote element styling, default.
-----------------------------------------------------------------*/
.post-content blockquote, .wpb_wrapper blockquote {
  border-left-width: 4px;
  padding: 2rem;
  background-color: #f7fafc;
  font-weight: 500;
  color: #1a202c;
  margin-left: 2rem;
  margin-right: 2rem;
}
.post-content blockquote cite, .wpb_wrapper blockquote cite {
  font-size: 0.9rem;
  margin-top: 1rem;
  display: block;
  color: #999999;
  font-weight: 400;
}
.post-content blockquote h1, .post-content blockquote h2, .post-content blockquote h3, .post-content blockquote h4, .post-content blockquote h5, .post-content blockquote h6, .wpb_wrapper blockquote h1, .wpb_wrapper blockquote h2, .wpb_wrapper blockquote h3, .wpb_wrapper blockquote h4, .wpb_wrapper blockquote h5, .wpb_wrapper blockquote h6 {
  margin-bottom: 0.75rem;
}

/* ----------------------------------------------------------------
  Footer Additional Icons/Images.
-----------------------------------------------------------------*/
.footer_ii_content .footer_ii_el a {
  display: block;
}
.footer_ii_content .footer_ii_el img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

/* ----------------------------------------------------------------
  Footer Instagram fallback
-----------------------------------------------------------------*/
.cr-instagram-widget ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  display: none;
}
.cr-instagram-widget.insta-img-show ul li img {
  display: block;
}

.instagram_footer_wrap .cr-instagram-widget ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.instagram_footer_wrap .cr-instagram-widget ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.instagram_footer_wrap .cr-instagram-widget ul li img {
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

@media (max-width: 960px) {
  .instagram_footer_wrap ul, .cr-wp-instagram-wrap ul {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
/* ----------------------------------------------------------------
  Container width reset.
-----------------------------------------------------------------*/
.wrapper-out .container.max-w-full {
  max-width: 100% !important;
}

@media (max-width: 1024px) {
  .wrapper-out .container {
    max-width: 100%;
  }
}
@media (max-width: 960px) {
  .grid-layout figure.cols-5, .grid-layout figure.cols-4, .masonry_images.has_spacing figure.cols-5, .masonry_images.has_spacing figure.cols-4, .masonry_images figure.cols-5, .masonry_images figure.cols-4 {
    width: calc(33% - 1rem);
    margin: 0.5rem;
  }
  .grid-layout.fullscreen figure.cols-5, .grid-layout.fullscreen figure.cols-4 {
    width: 33%;
    margin: 0;
  }
}
@media (max-width: 640px) {
  .grid-layout figure.cols-5, .grid-layout figure.cols-4, .grid-layout figure.cols-3, .grid-layout figure.cols-2, .portfolio-wrapper.has_spacing figure.cols-5, .portfolio-wrapper.has_spacing figure.cols-4, .portfolio-wrapper.has_spacing figure.cols-3, .portfolio-wrapper.has_spacing figure.cols-2, .grid-layout.fullscreen figure.cols-5, .grid-layout.fullscreen figure.cols-4, .grid-layout.fullscreen figure.cols-3, .grid-layout.fullscreen figure.cols-2, .grid-layout.no-spacing figure.cols-5, .grid-layout.no-spacing figure.cols-4, .grid-layout.no-spacing figure.cols-3, .grid-layout.no-spacing figure.cols-2, .masonry_images.has_spacing figure.cols-5, .masonry_images.has_spacing figure.cols-4, .masonry_images.has_spacing figure.cols-3, .masonry_images.has_spacing figure.cols-2, .masonry_images figure.cols-5, .masonry_images figure.cols-4, .masonry_images figure.cols-3, .masonry_images figure.cols-2 {
    width: 100%;
    margin: 0 0 2rem 0 !important;
  }
}
/* ----------------------------------------------------------------
  Responsive Settings
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
  Retina Logo display.
-----------------------------------------------------------------*/
#branding .logo {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#branding .logo a img {
  transition: height 0.3s ease-in-out;
  -webkit-transition: height 0.3s ease-in-out;
}
#branding .logo a img.hide_logo {
  display: none;
}
#branding .logo a img.show_logo {
  display: block;
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}
#branding .logo a img.show_logo.normal_logo {
  display: block;
}

.side_logo a img {
  max-width: 100%;
}
.side_logo a img.normal_logo {
  display: block;
}

#branding .logo a img.show_logo.retina_logo, .side_logo a img.retina_logo {
  display: none;
}

#branding .logo a img.mobile_logo, .side-header .mobile_logo {
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  #branding .logo a img.normal_logo.show_logo, .side_logo a img.normal_logo {
    display: none;
  }
  #branding .logo a img.retina_logo.show_logo, .side_logo a img.retina_logo {
    display: block;
  }
}
@media only screen and (max-device-width: 1023px) and (-webkit-min-device-pixel-ratio: 2) {
  #branding .logo a img.retina_logo.original_logo {
    display: block;
  }
  #branding .logo a img.original_logo.normal_logo,
  #branding .logo a img.retina_logo.custom_logo {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 1) {
  #branding .logo a img.original_logo.normal_logo {
    display: block;
  }
  #branding .logo a img.custom_logo.normal_logo,
  #branding .logo a img.show_logo.custom_logo {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .mobile_view {
    display: inherit;
    visibility: visible;
  }
  .desktop_view {
    display: none;
    visibility: hidden;
  }
  #branding .logo a img.original_logo.desktop_logo, .side_logo a img.desktop_logo {
    display: none;
  }
  #branding .logo a img.mobile_logo, .side_logo a img.mobile_logo {
    display: inherit;
  }
  #branding .logo a img.custom_logo.normal_logo {
    display: none;
  }
  #branding .logo.mobile_logo_render a img.original_logo, #branding .logo.mobile_logo_render a img.custom_logo {
    display: none !important;
  }
}
/* ----------------------------------------------------------------
  Masonry Posts display.
-----------------------------------------------------------------*/
@media only screen and (max-width: 1024px) {
  .grid-masonry.masonry-cols-5 .posts-grid-item, .grid-masonry.masonry-cols-4 .posts-grid-item, .grid-masonry.masonry-cols-3 .posts-grid-item, .grid-masonry.masonry-cols-2 .posts-grid-item {
    width: calc(50% - 1rem);
  }
}
@media only screen and (max-width: 667px) {
  .grid-masonry.masonry-cols-5 .posts-grid-item, .grid-masonry.masonry-cols-4 .posts-grid-item, .grid-masonry.masonry-cols-3 .posts-grid-item, .grid-masonry.masonry-cols-2 .posts-grid-item {
    width: 100%;
    margin-bottom: 1.5rem;
  }
  .grid-masonry .gutter-sizer {
    width: 0;
  }
}
.error404 .post_container_full {
  text-align: center;
  width: 100%;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.error404 .post_container_full .post-content {
  margin-bottom: 30px;
}
.error404 .post_container_full .new_search_form {
  max-width: 600px;
  margin: 20px auto 50px;
}

h2.page404 {
  letter-spacing: -1px;
  font-weight: 600;
  border-bottom: 1px solid #f2f2f2;
  padding: 0 0 20px 0;
  margin-bottom: 20px;
  color: #333333;
  line-height: normal;
  font-size: 40px;
}
h2.page404 span {
  display: block;
  font-size: 5em;
  line-height: 1;
  font-weight: 500;
}

.wp-caption {
  max-width: 100%;
  font-style: italic;
  padding: 5px;
  border: 1px solid #eee;
}
.wp-caption img {
  width: 100%;
}
.wp-caption p {
  margin-bottom: 0 !important;
  padding-top: 5px;
  text-align: center;
}

a {
  text-decoration: none;
  color: #58A623;
  -webkit-transition: background-color 0.2s linear, color 0.2s linear;
  transition: background-color 0.2s linear, color 0.2s linear;
}
a:hover {
  color: #000;
}

body {
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: #666;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

/**********************************************************/
/* Creativo Main Style */
/**********************************************************/
.portfolio-related .recent_posts_container article.col.extra-width-full-port:nth-child(5n+1) {
  clear: both;
}

/* Top Navigation */
.top_nav_out {
  background-color: #fff;
  border-bottom: 1px solid #444;
  z-index: 3001;
  position: relative;
}

.top_nav {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 10px;
  clear: both;
  min-height: 40px;
}

.tap_to_call {
  display: none;
}

.top_social a {
  transition: all linear 0.2s;
  -webkit-transition: all linear 0.2s;
  -ms-transition: all linear 0.2s;
  -moz-transition: all linear 0.2s;
  -o-transition: all linear 0.2s;
  background-position: center center;
  color: #eeeeee;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top_social a svg {
  width: 15px;
  height: 15px;
}

.header_menu_social .top_social a {
  float: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top_social a i {
  width: 40px;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  font-size: 14px;
}

.size-small .top_social a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 12px;
}

.size-large .top_social a i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.size-xlarge .top_social a i {
  width: 55px;
  height: 55px;
  line-height: 55px;
  font-size: 22px;
}

.footer .top_social a {
  opacity: 1;
  filter: alpha(opacity=100);
}

.top_social a:hover, .footer .top_social a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  color: #fff;
}
.top_social a:hover svg, .footer .top_social a:hover svg {
  fill: #fff;
}

.social-icons-wrap .top_social a.youtube svg, .social-icons-wrap .top_social a.whatsapp svg, .social-icons-wrap .top_social a.behance svg, .social-icons-wrap .top_social a.soundcloud svg, .social-icons-wrap .top_social a.gigthub svg, .social-icons-wrap .top_social a.wechat svg {
  width: 17px;
  height: 17px;
}

.social-icons-wrap .top_social a.twitter:hover {
  background-color: #000;
}
.social-icons-wrap .top_social a.instagram:hover {
  background-color: #306a92;
}
.social-icons-wrap .top_social a.tiktok:hover {
  background-color: #000;
}
.social-icons-wrap .top_social a.facebook:hover {
  background-color: #507cbe;
}
.social-icons-wrap .top_social a.google:hover {
  background-color: #4d4f54;
}
.social-icons-wrap .top_social a.linkedin:hover {
  background-color: #90cadd;
}
.social-icons-wrap .top_social a.pinterest:hover {
  background-color: #f16261;
}
.social-icons-wrap .top_social a.flickr:hover {
  background-color: #dc97c0;
}
.social-icons-wrap .top_social a.tumblr:hover {
  background-color: #4d7ea3;
}
.social-icons-wrap .top_social a.youtube:hover {
  background-color: #f16261;
}
.social-icons-wrap .top_social a.behance:hover {
  background-color: #1aace3;
}
.social-icons-wrap .top_social a.whatsapp:hover {
  background-color: #4cd360;
}
.social-icons-wrap .top_social a.dribbble:hover {
  background-color: #d97aa6;
}
.social-icons-wrap .top_social a.github:hover {
  background-color: #f1502f;
}
.social-icons-wrap .top_social a.vimeo:hover {
  background-color: #1ab7ea;
}
.social-icons-wrap .top_social a.stumbleupon:hover {
  background-color: #4ab253;
}
.social-icons-wrap .top_social a.xing:hover {
  background-color: #00605e;
}
.social-icons-wrap .top_social a.soundcloud:hover {
  background-color: #fe8502;
}
.social-icons-wrap .top_social a.yelp:hover {
  background-color: #b4282e;
}
.social-icons-wrap .top_social a.wechat:hover {
  background-color: #00d40d;
}
.social-icons-wrap .top_social a.rss:hover {
  background-color: #f08421;
}
.social-icons-wrap .vertical-icons {
  visibility: hidden;
  opacity: 0;
}
.social-icons-wrap .vertical-icons a {
  display: block;
}
.social-icons-wrap:hover .vertical-icons {
  visibility: visible;
  opacity: 1;
}

/*
.social_icons_wrap {
  position: relative;
}

.top_nav .social_icons_wrap {
  line-height: 40px;
}

.social_icons_wrap {
  span.sharer {
    position: relative;
    display: block;
    width: 40px;
    cursor: pointer;
    color: #ffffff;
    text-align: center;
    i {
      font-size: 17px;
      position: relative;
      top: 2px;
    }
  }
  .top_social {
    position: absolute;
    left: 0;
    background-color: #1d1c24;
    opacity: 0;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    visibility: hidden;
  }
  &:hover .top_social {
    opacity: 1;
    visibility: visible;
  }
}

.header_menu_social .social_icons_wrap .top_social a {
  display: block;
}


/* Bottom Menu */
.footer_navigation {
  float: right;
  margin: 5px 0;
}

#footer-menu {
  line-height: inherit;
}
#footer-menu li {
  display: inline-block;
  padding-right: 15px;
}
#footer-menu li:last-child {
  padding-right: 0;
}
#footer-menu li ul, #footer-menu li .sf-sub-indicator {
  display: none;
}
#footer-menu li a {
  padding-left: 0;
  padding-right: 0;
}

.modern_social_icons .top_social {
  text-align: right;
}
.modern_social_icons .top_social a {
  width: 35px;
  height: 35px;
}
.modern_social_icons .top_social a i {
  width: 35px;
  height: 35px;
  line-height: 35px;
}

.modern_cta_head_text, .modern_cta_phone_number {
  display: block;
}

.rounded .top_social a {
  border-radius: 5px;
  -webkit-border-radius: 5px;
}

.circle .top_social a {
  border-radius: 50%;
  -webkit-border-radius: 50%;
}

.pi-header-row-fixed .sticky_h, .pi-header-row-fixed .sticky_h_menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1002;
}

.admin-bar.pi-header-row-fixed .sticky_h, .admin-bar.pi-header-row-fixed .sticky_h_menu {
  top: 32px;
}

body.hs-open #navigation form {
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
body:not(.hs-open) #navigation ul li.menu-item {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
body.hs-open #navigation ul li.menu-item {
  opacity: 0;
}

body.hs-open #header_search_wrap a i.fa-times, body.hs-open #header_search_wrap a i.icon-cancel {
  opacity: 1;
}
body.hs-open #header_search_wrap a i.fa-search, body.hs-open #header_search_wrap a i.icon-magnifier {
  opacity: 0;
}

/* END Header Search */
.pt_mask {
  height: 100%;
}

/* NAVIGATION AND MENUS */
/*================================================== */
.header_transparent {
  opacity: 0;
}
.header_transparent.is_visible {
  opacity: 1;
}

.second_navi_inner #navigation ul li a {
  display: block;
  line-height: 50px;
}
.second_navi_inner #navigation ul li a.shopping-cart {
  background-color: transparent;
}

.second_navi_inner .additional_icons > ul, .second_navi_inner .side-panel-trigger a i, .second_navi_inner #header_search_wrap a i, .second_navi_inner .additional_icons .shopping_cart_icon a i {
  line-height: 50px;
  height: 50px;
}

#navigation ul li:first-child a:after {
  display: none;
}

.shopping_cart_items.show-products {
  opacity: 1;
  visibility: visible;
  z-index: 99;
  top: 15px;
}

#responsive_menu {
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  z-index: 20;
  background-color: #fff;
}
#responsive_menu li {
  display: block;
  margin: 0;
}
#responsive_menu li a:not(.button) {
  border-top: 1px solid rgba(128, 128, 128, 0.2);
  display: block;
  padding: 15px 20px;
  text-align: left;
  text-decoration: none;
  font-size: 13px;
  position: relative;
  text-transform: uppercase;
  font-weight: 700;
}
#responsive_menu li:first-child a:not(.button) {
  border-top: none;
}
#responsive_menu li.custom-login-box ul {
  position: relative;
  opacity: 1;
  visibility: visible;
  width: 100%;
  border: none;
  -webkit-transition: none;
  transition: none;
}
#responsive_menu li.custom-login-box ul li {
  display: block !important;
}
#responsive_menu li.custom-login-box ul li a:not(.button) {
  border: none;
}
#responsive_menu li.custom-login-box .woo_login_form {
  -webkit-transform: none;
          transform: none;
  left: auto !important;
  right: auto !important;
  position: relative;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 100%;
  padding: 0;
  opacity: 1;
  visibility: visible;
  -webkit-transition: none;
  transition: none;
  display: none;
}
#responsive_menu ul.sub-menu {
  display: none;
}
#responsive_menu ul a:not(.button) {
  font-weight: normal;
  text-transform: none;
  padding-left: 40px;
}
#responsive_menu ul ul a {
  padding-left: 70px;
}
#responsive_menu ul ul ul a {
  padding-left: 90px;
}
#responsive_menu ul ul ul ul a {
  padding-left: 110px;
}
#responsive_menu .sf-sub-indicator {
  position: absolute;
  right: 10px;
  font-size: 20px;
  line-height: 53px;
  top: 0;
  margin-left: 0;
  padding-left: 0;
  width: 53px;
  text-align: center;
}

.mobile_search_holder {
  background: #ffffff;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid rgba(128, 128, 128, 0.2);
}

/* Nav Sublevel  */
#navigation {
  position: initial;
}
#navigation [class^=icon-]:before, #navigation [class*=" icon-"]:before {
  margin-right: 0;
}
#navigation ul ul .sf-sub-indicator {
  position: absolute;
  right: 5px;
}
#navigation ul.sub-menu ul {
  margin-left: 0;
}
#navigation ul.sub-menu li {
  margin-left: 0;
  border-bottom: 1px solid #dcdadb;
  text-align: left;
}
#navigation ul.sub-menu li a:after {
  display: none;
}
#navigation ul.sub-menu li > a {
  line-height: 35px;
  width: auto;
  min-width: 165px;
  position: static;
  color: #999999;
  margin: 0;
  -webkit-transition: 0.2s all linear;
  transition: 0.2s all linear;
  font-size: 12px;
}
#navigation ul.sub-menu li:last-child {
  border: none;
}
#navigation ul li ul li ul li {
  display: block;
  display: block;
}

#navigation ul li {
  position: relative;
}
#navigation ul ul {
  visibility: hidden;
  position: absolute;
  min-width: 160px;
  z-index: 30;
  opacity: 0;
  width: auto;
  padding: 0px;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  border-top: 3px solid #5bc98c;
}
#navigation ul li li a {
  display: block;
  text-decoration: none;
  position: relative;
  border-right: none;
}
#navigation ul ul ul {
  top: 0;
  left: 100%;
}
#navigation ul li:hover > ul {
  visibility: visible;
  opacity: 1;
}

/* MegaMenu style */
.no-title .megamenu-title {
  display: none;
}

#navigation li.has-mega-menu > ul.sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  padding: 0;
  width: 100%;
  border-top: 3px solid #5bc98c;
}
#navigation li.has-mega-menu > ul.sub-menu::after {
  content: "";
  opacity: 0.9;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -1;
  position: absolute;
}
#navigation li.menu-item.has-mega-menu {
  position: static;
}
#navigation .has-mega-menu > ul.sub-menu {
  width: 100%;
  position: absolute;
  left: 0;
  padding: 0;
}
#navigation .has-mega-menu > ul.sub-menu > ul.sub-menu {
  position: relative;
  display: block;
  top: auto;
  left: auto;
}
#navigation .has-mega-menu > ul.sub-menu > li.menu-item {
  display: block;
  left: 0;
  position: relative;
  width: 25%;
  border: 0;
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 20px;
  white-space: inherit;
  border-right: 1px solid #f1f1f1;
}
#navigation .has-mega-menu ul.sub-menu li > a {
  padding-left: 10px;
  width: auto;
  padding-right: 0;
  white-space: inherit;
}
#navigation .has-mega-menu .megamenu-title {
  text-align: left;
  padding: 10px;
  line-height: 1.5;
}
#navigation .has-mega-menu .megamenu-title a {
  line-height: 1.5;
  padding: 0;
}
#navigation .has-mega-menu .megamenu-title span {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.has-mega-menu { /*
.megamenu-title i {
  font-size: 16px;
  position: absolute;
  left: -30px;
  width: 20px;
  text-align: center;
  top: 1px;
}*/ }
.has-mega-menu > ul.sub-menu > li.menu-item {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 20px;
}

#navigation .has-mega-menu ul li, #navigation .has-mega-menu ul ul, #navigation .has-mega-menu ul li ul li {
  background-color: transparent;
  border-bottom: none;
  white-space: inherit;
}
#navigation ul li.no-mega-menu ul li a .fa {
  margin-right: 10px;
}
#navigation .has-mega-menu > ul.sub-menu > li {
  float: left;
  border-bottom: none;
}
#navigation .has-mega-menu > ul.sub-menu > li.menu-item:first-child {
  border-left: none;
}
#navigation .has-mega-menu ul li ul {
  position: relative;
  visibility: hidden;
  min-width: inherit;
  opacity: 0;
  border: none;
  left: auto;
  padding: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
}
#navigation .has-mega-menu:hover ul li ul {
  visibility: visible;
  opacity: 1;
  transition: none;
  -webkit-transition: none;
}
#navigation .has-mega-menu > ul.sub-menu > li.mega_col_1 {
  width: 100%;
  border: none;
}
#navigation .has-mega-menu > ul.sub-menu > li.mega_col_2 {
  width: 50%;
}
#navigation .has-mega-menu > ul.sub-menu > li.mega_col_3 {
  width: 33.33%;
}
#navigation .has-mega-menu > ul.sub-menu > li.mega_col_4 {
  width: 25%;
}
#navigation .has-mega-menu > ul.sub-menu > li.mega_col_5 {
  width: 20%;
}
#navigation .has-mega-menu > ul.sub-menu > li.mega_col_6 {
  width: 16.66%;
}
#navigation .has-mega-menu > ul.sub-menu > li.mega_col_2:nth-child(2n), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_3:nth-child(3n), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_4:nth-child(4n), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_5:nth-child(5n), #navigation .has-mega-menu > ul.sub-menu > li.mega_col_6:nth-child(6n) {
  border: none;
}

.has-mega-menu > ul.sub-menu > li > ul.sub-menu {
  display: block;
}
.has-mega-menu > ul.sub-menu > li > ul.sub-menu li.menu-item a.menu-item-link {
  display: block;
  position: relative;
  text-align: left;
  float: none;
  margin: 0;
  padding: 10px 10px;
  line-height: 18px;
}

.megamenu-widgets-container {
  text-align: left;
  padding: 10px;
  line-height: 22px;
  padding-left: 0;
}
.megamenu-widgets-container .sidebar-widget {
  overflow: hidden;
}
.megamenu-widgets-container .sidebar-widget:last-child {
  margin-bottom: 0;
}
.megamenu-widgets-container ul {
  list-style: none;
  margin: 0;
}
.megamenu-widgets-container .widget {
  margin-bottom: 15px;
  overflow: visible;
}

/**********************************************************/
/* Creativo use the Fontawesome defined by theme */
/**********************************************************/
/*.additional_icons, figure, .responsive-menu-link, .top-bar, .header, .footer_widget, .sidebar_widget, .footer-copyright {
  .fa, .fas {
    font-family: "FontAwesome" !important;
    font-weight: normal !important;
  }
}*/
/**********************************************************/
/* Creativo Video Background */
/**********************************************************/
.vc_row {
  position: relative;
}

.video-bg {
  position: absolute;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.vc_editor.compose-mode .vc_video-bg {
  display: none;
}

.vc_video-bg-container .video-bg, .vc_editor.compose-mode .vc_video-bg-container .vc_video-bg {
  display: block;
}

.video-bg video {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
}

video {
  display: inline-block;
  vertical-align: baseline;
}

.video-bg .video-overlay {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.video-placeholder {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-size: cover;
  background-attachment: scroll;
  background-position: center center;
}

/* Fix Visual Composer Row&Column button */
.compose-mode .vc_element-name .vc_btn-content {
  height: auto !important;
}

/**********************************************************/
/* Creativo Portfolio Settings */
/**********************************************************/
/* 3D portfolio */
/*=====================================*/
.ch-item {
  -webkit-perspective: 300px;
  -o-perspective: 300px;
  -ms-perspective: 300px;
  perspective: 300px;
}

.ch-info {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.ch-info > div {
  -webkit-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.portfolio-4, .ch-info-front4 {
  width: 271px;
  height: 198px;
}

.portfolio-3 {
  width: 300px;
  height: 214px;
}
.portfolio-3 .portfolio_tags {
  font-size: 18px;
}
.portfolio-3 h3 {
  font-size: 28px;
  min-height: 135px;
}

.portfolio-2 {
  width: 460px;
  height: 295px;
}
.portfolio-2 .portfolio_tags {
  font-size: 20px;
}
.portfolio-2 h3 {
  font-size: 36px;
  min-height: 180px;
}

.portfolio-1 {
  width: 540px;
  height: 272px;
}
.portfolio-1 .portfolio_tags {
  font-size: 20px;
}
.portfolio-1 h3 {
  font-size: 36px;
  min-height: 180px;
}

.ch-info .ch-info-back4 {
  -webkit-transform: translate3d(0, 0, -271px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -271px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}
.ch-info .ch-info-back3 {
  -webkit-transform: translate3d(0, 0, -300px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -300px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}
.ch-info .ch-info-back2 {
  -webkit-transform: translate3d(0, 0, -460px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -460px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}
.ch-info .ch-info-back1 {
  -webkit-transform: translate3d(0, 0, -540px) rotate3d(1, 0, 0, 90deg);
  transform: translate3d(0, 0, -540px) rotate3d(1, 0, 0, 90deg);
  opacity: 0;
}

.ch-item:hover .ch-info-front4 {
  -webkit-transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 220px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
.ch-item:hover .ch-info-front3 {
  -webkit-transform: translate3d(0, 300px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 300px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
.ch-item:hover .ch-info-front2 {
  -webkit-transform: translate3d(0, 460px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 460px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}
.ch-item:hover .ch-info-front1 {
  -webkit-transform: translate3d(0, 540px, 0) rotate3d(1, 0, 0, -90deg);
  transform: translate3d(0, 540px, 0) rotate3d(1, 0, 0, -90deg);
  opacity: 0;
}

#content .ch-item:hover .ch-info-back4, #content .ch-item:hover .ch-info-back3, #content .ch-item:hover .ch-info-back2, #content .ch-item:hover .ch-info-back1 {
  -webkit-transform: rotate3d(1, 0, 0, 0deg);
  transform: rotate3d(1, 0, 0, 0deg);
  opacity: 1;
}

.modern_video_background {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.modern_video_background .video-container:after, .modern_video_background .video-poster-mobile:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 5;
  left: 0;
}

/*  Project Feed  --------------------------------*/
.project-feed .info {
  width: 100%;
  height: 100%;
}
.project-feed .info a {
  display: block;
  width: 100%;
  height: 100%;
}
.project-feed a i {
  display: block;
  font-size: 16px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  background-color: #444;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
}
.project-feed .title {
  text-align: center;
  width: 100%;
  font-size: 15px;
  margin-top: 4px;
}
.project-feed .blogpost {
  text-align: center;
  width: 100%;
  font-size: 15px;
}

.args i {
  font-size: 12px;
  margin-right: 2px;
  color: #bcbcbc;
}

.project-feed .args {
  text-align: center;
  width: 100%;
  font-size: 13px;
}
.project-feed .args a {
  color: #666;
  padding: 2px 0px;
}

.gallery_zoom {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  background-color: #b4e56b;
}

.one-fourth .flex-control-nav, .one-third .flex-control-nav, .one-half .flex-control-nav, .image_show .flex-control-nav {
  display: none;
}

.one-fifth .gallery_zoom {
  width: 180px;
}

.one-fourth .gallery_zoom {
  width: 220px;
}

.one-third .gallery_zoom {
  width: 300px;
  height: 214px;
}

.one-half .gallery_zoom {
  width: 460px;
  height: 295px;
}

.full .gallery_zoom {
  top: 10px;
  left: 10px;
  width: 540px;
  height: 272px;
}

.full-blog .gallery_zoom {
  width: 100%;
  height: auto;
}

.full .image_show {
  float: left;
  width: 540px;
  height: 272px;
  padding-right: 20px;
  overflow: hidden;
  position: relative;
  z-index: 999;
}
.full .description {
  position: relative;
  top: 80px;
  text-align: center;
}
.full .title {
  text-align: left;
  font-size: 20px;
}
.full .args {
  text-align: left;
}

/**** Isotope Filtering ****/
.isotope-item {
  z-index: 2;
}

.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}

/**** Isotope CSS3 transitions ****/
.isotope {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
  -webkit-transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}
.isotope.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope.no-transition .isotope-item {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}

/**** disabling Isotope CSS3 transitions ****/
/**********************************************************/
/* Creativo Breadcrumb & Title */
/**********************************************************/
.page-title ul li:after {
  content: "/";
  padding-left: 0.5rem;
}
.page-title ul li:last-child:after {
  content: "";
}

/**********************************************************/
/* Image Gallery Element - part of WP Bakery Page Builder */
/**********************************************************/
#wrapper .wpb_gallery .wpb_flexslider .flex-direction-nav a {
  text-indent: -9999px;
}

#wrapper .wpb_gallery .wpb_flexslider .flex-direction-nav a:before {
  content: "\f104";
  position: absolute;
  opacity: 1;
  text-indent: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#wrapper .wpb_gallery .wpb_flexslider .flex-direction-nav a.flex-next:before {
  content: "\f105";
}

/**********************************************************/
/* Creativo Popular / Recent Tabs */
/**********************************************************/
.tab-holder .tabs li {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}

.tab-container {
  background: transparent;
  border: 1px solid #e5eaea;
}

.tab-holder .tabs-wrapper.style2 .tabs, .tab-holder .tabs-wrapper.style3 .tabs {
  margin-left: 20px;
}
.tab-holder .style2 .tabs li a, .tab-holder .style3 .tabs li a, .tab-holder .style4 .tabs li a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 13px;
}

.style2 .tab-container, .style3 .tab-container, .style4 .tab-container {
  border-left: transparent;
  border-right: transparent;
}

.tab-holder .style3 .tabs li a, .tab-holder .style4 .tabs li a {
  border-color: transparent;
  background-color: transparent;
}

.shop_attributes tr {
  line-height: 30px;
}
.shop_attributes tr:nth-child(even) {
  background-color: #f2f2f2;
}

.posts-related {
  padding-top: 5px;
  padding-bottom: 20px;
}

/**********************************************************/
/* Creativo Shortcodes */
/**********************************************************/
.social_links {
  padding: 10px 0;
}
.social_links i {
  display: block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
}
.social_links a {
  color: #ccc;
  background-color: #f9f9f9;
  display: inline-block;
  margin: 2px;
}
.social_links a.fb:hover {
  background-color: #507cbe;
  color: #fff;
}
.social_links a.tw:hover {
  background-color: #63cdf1;
  color: #fff;
}
.social_links a.gp:hover {
  background-color: #dc4a38;
  color: #fff;
}
.social_links a.ln:hover {
  background-color: #90cadd;
  color: #fff;
}
.social_links a.insta:hover {
  background-color: #306a92;
  color: #fff;
}
.social_links a.pin:hover {
  background-color: #f16261;
  color: #fff;
}
.social_links a:hover {
  color: #fff;
}

.social_links a.fb {
  color: #507cbe;
}
.social_links a.tw {
  color: #63cdf1;
}
.social_links a.gp {
  color: #dc4a38;
}
.social_links a.ln {
  color: #90cadd;
}
.social_links a.insta {
  color: #306a92;
}
.social_links a.pin {
  color: #f16261;
}
.social_links a.stb {
  color: #88d054;
}
.social_links a.flk {
  color: #ff3ba4;
}
.social_links a.tbl {
  color: #3d5a70;
}
.social_links a.drb {
  color: #e04b85;
}
.social_links a.vm {
  color: #23b6ea;
}
.social_links a.yt {
  color: #e62f27;
}
.social_links a.sk {
  color: #00aff0;
}
.social_links a.dg {
  color: #000;
}
.social_links a.rdd {
  color: #2494ed;
}
.social_links a.dev {
  color: #04cc47;
}
.social_links a.sc {
  color: #f79010;
}
.social_links a.xng {
  color: #00605e;
}
.social_links a.beh {
  color: #005cff;
}
.social_links a.flk:hover {
  background-color: #ff3ba4;
  color: #fff;
}
.social_links a.tbl:hover {
  background-color: #3d5a70;
  color: #fff;
}
.social_links a.drb:hover {
  background-color: #e04b85;
  color: #fff;
}
.social_links a.vm:hover {
  background-color: #23b6ea;
  color: #fff;
}
.social_links a.yt:hover {
  background-color: #e62f27;
  color: #fff;
}
.social_links a.sk:hover {
  background-color: #00aff0;
  color: #fff;
}
.social_links a.dg:hover {
  background-color: #000;
  color: #fff;
}
.social_links a.stb:hover {
  background-color: #88d054;
  color: #fff;
}
.social_links a.rdd:hover {
  background-color: #2494ed;
  color: #fff;
}
.social_links a.dev:hover {
  background-color: #000;
  color: #04cc47;
}
.social_links a.sc:hover {
  background-color: #f79010;
  color: #fff;
}
.social_links a.xng:hover {
  background-color: #00605e;
  color: #fff;
}
.social_links a.beh:hover {
  background-color: #005cff;
  color: #fff;
}

/* Slider Parallax */
.slider-parallax {
  visibility: visible;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  -webkit-backface-visibility: hidden;
}

.mobile-parallax, .video-placeholder {
  background-size: cover !important;
  background-attachment: scroll !important;
  background-position: center center !important;
}

.reviews .flexslider ul {
  list-style: none;
  padding: 0;
}
.reviews .flex-direction-nav {
  height: auto;
  margin: 0;
  padding: 0;
  text-align: center;
}
.reviews .flex-direction-nav a {
  opacity: 1 !important;
  position: relative;
  border: none;
  background-color: #ccc;
  margin: 0;
  left: auto !important;
  right: auto !important;
  border-radius: 4px;
  margin: 0 2px;
}
.reviews .flex-direction-nav a:hover {
  background-color: #444;
}
.reviews .flex-direction-nav li {
  display: inline-block;
}

/* Accordion Shortcode default style */
#container .wpb_accordion {
  margin-bottom: 30px;
}

.compose-mode #container .vc_element .wpb_accordion_wrapper > :last-child .wpb_accordion_content, .view-mode #container .vc_element .wpb_accordion_wrapper > :last-child .wpb_accordion_content {
  margin-bottom: 0;
}

#container .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_section {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e5e5e5;
}
#container .wpb_content_element .wpb_accordion_header a {
  background: transparent;
  padding-left: 25px;
  padding-right: 0;
  font-size: 17px;
  font-weight: 500;
  color: #333;
}
#container .wpb_content_element .wpb_accordion_header.ui-state-active a:before {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
#container .wpb_content_element .wpb_accordion_header a:before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  left: 2px;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
}
#container .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

/* Progress Bar Shortcode*/
.vc_progress_bar .vc_single_bar .vc_label {
  height: 7px;
}

.audio_section_render iframe {
  margin-bottom: -10px;
  width: calc(100% - 2px);
}

.blogpost_small_pic .audio_section_render .wp-audio-shortcode {
  top: 80px;
}

/*
-----------------------------------------------------------------
Shape Divider Element.
-----------------------------------------------------------------
*/
.vc_row[data-vc-full-width]:not(.top_divider_visible), .vc_row[data-vc-full-width]:not(.bottom_divider_visible) {
  z-index: 12;
}

.compose-mode #container .vc_controls, .compose-mode .vc_element.vc_vc_column {
  z-index: 2000;
}
.compose-mode .content_behind .vc_vc_column {
  z-index: initial;
}

.vc_column_container {
  z-index: 10;
}

.compose-mode .vc_vc_row:hover .vc_controls {
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

.vc_shape-divider-wrap {
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  display: none;
  overflow: hidden;
}

.top_divider_visible .vc_shape-divider-wrap.position_top, .bottom_divider_visible .vc_shape-divider-wrap.position_bottom {
  display: block;
}

.vc_row[data-vc-full-width].top_divider_visible, .vc_row[data-vc-full-width].bottom_divider_visible {
  overflow: visible;
}

.vc_shape-divider-wrap[data-position=top] {
  top: -1px;
  bottom: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.vc_shape-divider-wrap[data-front=true] {
  z-index: 50;
}
.vc_shape-divider-wrap[data-style=curve] .vc_shape-divider {
  -webkit-filter: blur(0.5px);
          filter: blur(0.5px);
  -webkit-transform: scale(1.03);
          transform: scale(1.03);
}
.vc_shape-divider-wrap[data-style=waves_opacity] svg path:first-child {
  opacity: 0.6;
}
.vc_shape-divider-wrap[data-style=fan] svg {
  width: 102%;
  left: -1%;
}
.vc_shape-divider-wrap[data-style=fan] svg polygon:nth-child(2) {
  opacity: 0.15;
}
.vc_shape-divider-wrap[data-style=fan] svg rect {
  opacity: 0.3;
}
.vc_shape-divider-wrap[data-style=mountains] svg path:first-child {
  opacity: 0.1;
}
.vc_shape-divider-wrap[data-style=mountains] svg path:nth-child(2) {
  opacity: 0.12;
}
.vc_shape-divider-wrap[data-style=mountains] svg path:nth-child(3) {
  opacity: 0.18;
}
.vc_shape-divider-wrap[data-style=mountains] svg path:nth-child(4) {
  opacity: 0.33;
}
.vc_shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(1), .vc_shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(1) {
  opacity: 0.15;
}
.vc_shape-divider-wrap[data-style=curve_opacity] svg path:nth-child(2), .vc_shape-divider-wrap[data-style=waves_opacity_alt] svg path:nth-child(2) {
  opacity: 0.3;
}

/*fix jagged edges*/
@media only screen and (min-width: 1000px) {
  .vc_shape-divider-wrap[data-style=clouds] .vc_shape-divider {
    min-width: 1700px;
  }
}
@media only screen and (max-width: 1000px) {
  .vc_shape-divider-wrap[data-style=clouds] .vc_shape-divider {
    min-width: 800px;
  }
}
@media only screen and (max-width: 690px) {
  .vc_shape-divider-wrap[data-style=clouds] .vc_shape-divider {
    min-width: 690px;
  }
}
.vc_shape-divider {
  width: 100%;
  left: 0;
  bottom: -1px;
  height: 100%;
  position: absolute;
}
.vc_shape-divider.horizontal_flip {
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.vc_shape-divider.vertical_flip {
  -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}
.vc_shape-divider.horiz_vert_flip {
  -webkit-transform: rotateY(180deg) rotateZ(180deg);
          transform: rotateY(180deg) rotateZ(180deg);
}

.vc_shape-divider-wrap.no-color .vc_shape-divider {
  fill: #fff;
}

@media only screen and (max-width: 1000px) {
  .vc_shape-divider {
    height: 75%;
  }
  .vc_shape-divider-wrap[data-style=clouds] .vc_shape-divider {
    height: 55%;
  }
}
@media only screen and (max-width: 690px) {
  .vc_shape-divider, .vc_shape-divider-wrap[data-style=clouds] .vc_shape-divider {
    height: 33%;
  }
}
/*
-----------------------------------------------------------------
Background Color Overlay / Gradient Overlay
-----------------------------------------------------------------
*/
.vc_row_gradient_bg {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.enable_overlay .vc_row_gradient_bg {
  display: block;
}

.wpb_gallery .wpb_flexslider .flex-control-paging {
  display: none !important;
}

.wpb_gallery_slides .flex-caption .post-title {
  font-size: 20px;
}

.cr-slider-item img {
  width: 100%;
}

/*
*  Owl Carousel - Animate Plugin
*/
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
* 	Owl Carousel - Auto Height Plugin
*/
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/*
*  Core Owl Carousel CSS File
*/
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  width: 0px;
  height: 0px;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel .owl-controls .owl-nav.disabled {
  display: none;
}
.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel .owl-refresh .owl-item {
  display: none;
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
* 	Owl Carousel - Lazy Load Plugin
*/
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn, .owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

/*
* 	Owl Carousel - Video Plugin
*/
.owl-theme .owl-controls .owl-nav [class*=owl-],
.owl-theme .owl-nav:not(.disabled) [class*=owl-] {
  font-size: 14px;
  background: rgba(0, 0, 0, 0.7);
  display: inline-block;
  cursor: pointer;
  position: absolute;
  top: 40%;
  left: 0;
  right: auto;
  width: 25px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  margin-top: -25px;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}

.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-nav:not(.disabled) .owl-next {
  right: 0;
  left: auto;
}

.owl-theme .owl-nav:not(.disabled) [class*=owl-] i {
  font-size: 16px;
  color: #fff;
}
.owl-theme .owl-nav:not(.disabled) [class*=owl-]:hover {
  background: rgba(0, 0, 0, 0.4);
}
.owl-theme .owl-nav:not(.disabled) .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled {
  display: none;
  visibility: hidden;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 5px;
  height: 5px;
  margin: 3px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.big.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #333;
}

.owl-dots {
  margin-top: 20px;
  text-align: center;
}

.cr_owl_slideshow {
  position: relative;
}
.cr_owl_slideshow .owl-dots {
  margin-top: 0;
  display: none;
}
.cr_owl_slideshow.owl-loaded {
  visibility: visible;
}
.cr_owl_slideshow.owl-theme .owl-nav:not(.disabled) [class*=owl-] {
  top: auto;
  margin-top: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: rgba(255, 255, 255, 0.9);
  position: relative;
}
.cr_owl_slideshow.owl-theme .owl-nav:not(.disabled) [class*=owl-] i {
  font-size: 20px;
  line-height: 40px;
  color: #333;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.cr_owl_slideshow.owl-theme .owl-nav:not(.disabled) [class*=owl-]:hover {
  background-color: rgba(0, 0, 0, 0.9);
}
.cr_owl_slideshow.owl-theme .owl-nav:not(.disabled) [class*=owl-]:hover i {
  color: #fff;
}
.cr_owl_slideshow.owl-theme .owl-nav:not(.disabled) .owl-next {
  margin-left: 5px;
}
.cr_owl_slideshow .owl-nav {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

.design_modern.left_dots.owl-theme .owl-controls {
  padding-left: 50px;
}

.test_nav_arrows .owl-controls .owl-dots {
  display: none !important;
}
.test_nav_arrows .owl-controls .owl-nav {
  text-align: center;
}

.design_modern.left_dots.test_nav_arrows .owl-controls .owl-nav {
  text-align: left;
}
.design_modern .review.left_image .comment_author_details {
  padding-left: 0;
}

.test_nav_arrows .owl-controls .owl-nav [class*=owl-] {
  position: relative;
  background-color: transparent;
  margin-top: 0;
}
.test_nav_arrows .owl-controls .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}
.test_nav_arrows .owl-controls .owl-nav .owl-next {
  right: -10px;
}
.test_nav_arrows .owl-controls .owl-nav .owl-prev {
  left: -10px;
}
.test_nav_arrows .owl-controls .owl-nav [class*=owl-] i {
  color: #333;
  font-size: 20px;
}

.left_dots .owl-dots {
  text-align: left;
}

.test_nav_lines.owl-theme .owl-dots .owl-dot span {
  width: 20px;
  height: 15px;
  display: block;
  background-color: transparent;
  position: relative;
}
.test_nav_lines.owl-theme .owl-dots .owl-dot span:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: #abacb2;
  position: absolute;
  margin-top: 6px;
  left: 0;
}
.test_nav_lines.owl-theme .owl-dots .owl-dot.active span:before, .test_nav_lines.owl-theme .owl-dots .owl-dot:hover span:before {
  background-color: #5bc98c;
}

/* Owl Carousel Portfolio display */
.single-creativo_portfolio .owl-theme .owl-nav:not(.disabled) {
  position: absolute;
  bottom: 5px;
  left: 5px;
}

.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-theme .owl-nav:not(.disabled) {
  left: auto;
  bottom: 40px;
}

.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-theme .owl-nav:not(.disabled) {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.single-creativo_portfolio .owl-theme .owl-nav:not(.disabled) [class*=owl-] {
  width: 40px;
  height: 40px;
  top: auto;
  left: 5px;
  background-color: #fff;
  margin-top: 0;
  left: 0;
  line-height: 40px;
  position: relative;
}

.single-creativo_portfolio .owl-theme .owl-nav:not(.disabled) [class*=owl-]:hover {
  background: #fff;
}

.single-creativo_portfolio .owl-carousel .owl-nav:not(.disabled) .owl-next {
  margin-left: 5px;
}

.single-creativo_portfolio .owl-dots.disabled {
  display: none;
}

.single-creativo_portfolio .owl-theme .owl-nav:not(.disabled) [class*=owl-] i {
  font-size: 20px;
  line-height: 40px;
  color: #333;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.single-creativo_portfolio .owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
}

.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]):not(.portfolio-modern) {
  margin-top: 0;
}

.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-carousel:not(.clients_carousel),
.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-carousel:not(.clients_carousel) .owl-stage-outer {
  overflow: visible;
}

.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-carousel:not(.clients_carousel) .owl-stage {
  height: 100%;
}

.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-carousel:not(.clients_carousel) .owl-stage-outer .owl-item div {
  padding-right: 100px;
  padding-top: 100px;
  padding-bottom: 120px;
  background-color: #f6f6f6;
}

.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-dots {
  margin: 0;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-dots .owl-dot span {
  margin: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.single-creativo_portfolio [data-gallery-width=expanded]:not([data-portfolio-width=half]) .owl-dots .owl-dot.active span {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

/* ===================================
    Elementor Elements Addition Begin.
=================================== */
/* Instagram WP for Elementor */
.cr-insta-message-loc-over .cr-wp-instagram-message {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

/* ===================================
    Elementor Elements Addition End.
=================================== */
/* Hack for home icon */
.page-title .breadcrumb .breadcrumbs li:first-child a:before {
  content: "\f015";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  display: inline-block;
}

.vc_row-fluid [class*=vc_span] {
  display: block;
  width: 100%;
  min-height: 5px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*=vc_span]:first-child {
  margin-left: 0;
}
.vc_row-fluid .vc_span6 {
  width: 48.75%;
}

.select2-container .select2-choice {
  height: 37px;
  line-height: 37px;
  border: 1px solid #ccc;
  color: #777;
  padding: 0 5px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

.select2-drop-active {
  border-color: #ccc;
}

.addmargintop {
  margin-top: 18px;
}

/* Logo Separator */
.logo_separator {
  float: left;
  margin: 0 10px;
  height: 30px;
  background-color: #444;
  width: 1px;
}

/* Youtube Video bg fix */
.youtube-bg {
  display: none;
}

/* Tipsy - Tooltip for jQuery */
.tipsy {
  font-size: 10px;
  position: absolute;
  padding: 5px;
  z-index: 1000000;
  opacity: 0.8;
}

.tipsy-inner {
  background-color: #000;
  color: #FFF;
  max-width: 300px;
  padding: 5px 8px 4px 8px;
  text-align: center;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}

.tipsy-arrow {
  position: absolute;
  width: 0;
  height: 0;
  line-height: 0;
  border: 5px dashed #000;
}

/* Rules to colour arrows */
.tipsy-arrow-n {
  border-bottom-color: #000;
}

.tipsy-arrow-s {
  border-top-color: #000;
}

.tipsy-arrow-e {
  border-left-color: #000;
}

.tipsy-arrow-w {
  border-right-color: #000;
}

.tipsy-n .tipsy-arrow {
  top: 0px;
  left: 50%;
  margin-left: -5px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
  border-bottom-style: solid;
  border-top: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  border-top-style: solid;
  border-bottom: none;
  border-left-color: transparent;
  border-right-color: transparent;
}

.tipsy-e .tipsy-arrow {
  right: 0;
  top: 50%;
  margin-top: -5px;
  border-left-style: solid;
  border-right: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.tipsy-w .tipsy-arrow {
  left: 0;
  top: 50%;
  margin-top: -5px;
  border-right-style: solid;
  border-left: none;
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.vc_row[data-vc-full-width].enable_overflow {
  overflow: visible !important;
  z-index: 13;
}

.center_elements {
  text-align: center;
}

.font_weight_300 {
  font-weight: 300 !important;
}

.font_weight_400 {
  font-weight: 400 !important;
}

.font_weight_500 {
  font-weight: 500 !important;
}

.font_weight_600 {
  font-weight: 600 !important;
}

.font_weight_700 {
  font-weight: 700 !important;
}

.h-screen .vc_column-inner {
  height: 100vh;
}

#gotoTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  fill: #fff;
}
#gotoTop svg {
  width: 20px;
  height: 20px;
}

@media (min-width: 1030px) {
  .clients_carousel.gallery_expanded[data-items-margin=yes] .owl-item div {
    padding-right: 50px;
  }
}
@media (min-width: 1024px) {
  /* Gutenberg extra styling */
  .minimal_layout .wp-block-image {
    max-width: none;
    margin-left: -15%;
    margin-right: -15%;
  }
  /* Owl Carousel Element */
  .clients_carousel.gallery_expanded {
    overflow: visible;
  }
  .clients_carousel.gallery_expanded .owl-stage-outer {
    overflow: visible;
  }
  .clients_carousel.gallery_expanded .owl-stage-outer .owl-stage {
    height: 100%;
  }
}
@media (max-width: 1024px) {
  .creativo-enable-parallax {
    background-position: center center !important;
    background-attachment: scroll !important;
    background-size: cover;
  }
  .single-creativo_portfolio [data-gallery-width=expanded] .owl-carousel .owl-stage-outer .owl-item div {
    padding: 0;
  }
  .single-creativo_portfolio [data-gallery-width=expanded] .owl-carousel,
  .single-creativo_portfolio [data-gallery-width=expanded] .owl-carousel .owl-stage-outer {
    overflow: hidden;
  }
  .single-creativo_portfolio [data-gallery-width=expanded] .owl-carousel .owl-stage {
    height: 0;
  }
  .shopping_cart_items.show-products {
    display: none;
    visibility: hidden;
  }
}