/*
Theme Name: Sway Child
Template: sway
Theme URI: https://www.swaytheme.com/
Author: Key-Design
Author URI: http://themeforest.net/user/Key-Design
Description: Multi-Purpose WordPress Theme with Block Builder
Version: 1.0
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, translation-ready

/* Below you can write your style */
.col-position-relative .wpb_wrapper {
  position: relative;
}

.extra-step-style {
  position: absolute;
  top: -42px;
  right: -80px;
  width: auto;
}

@media (max-width: 991px) {
  .extra-step-style {
    font-size: 150px !important;
  }
}

@media (max-width: 767px) {
  .extra-step-style {
    position: static;
    font-size: 80px !important;
    margin-bottom: 0 !important;
  }
}

header.margin-none.kd-section-title:not(.disable-responsive) {
  margin-bottom: 0 !important;
}

@media (max-width: 767px) {
  .row-reverse-mobile {
    flex-direction: column-reverse;
  }
}

/* Steps Section */
.steps-col .wpb_wrapper {
  position: relative;
}

.steps-col .wpb_wrapper br {
  display: block !important;
}

.steps-col .steps-extra-number {
  position: absolute;
  top: 0;
  right: -30px;
  z-index: -1;
}

@media (max-width: 1024px) {
  .steps-col .steps-extra-number {
    right: 0;
    font-size: 150px !important;
  }
}

@media (max-width: 1024px) {
  .steps-col .hide-mobile {
    display: none;
  }
}

.vc_row.section-overflow-visible {
	overflow: visible !important;
}

.wpb_wrapper .app-gallery.ag-no-desc-section .ag-mockup {
    width: 300px;
    max-width: 300px;
}

@media(min-width: 768px) and (max-width: 1270px) {
	.wpb_wrapper .app-gallery.ag-no-desc-section .ag-mockup {
    	left: 20px;
	}
}