/*
Theme Name: Legendware
Theme URI: https://bigwavemedia.co.uk
Description: Legendware
Author: Bigwave Media
Author URI: https://bigwavemedia.co.uk
Template: Total
Version: 1.0
*/

.order-1 {
    order: 1;   
}

.order-2 {
    order: 2;
}

@media(min-width: 576px){
    .order-sm-1 {
        order: 1;
    }   
}

@media(min-width: 576px){
    .order-sm-2 {
        order: 2;
    }
}

.homepage_curve_overlay {
    padding-top: 30px;
    padding-bottom: 30px;
}

.homepage_curve_overlay .wpex-shape-divider svg {
	height: 55px !important;
}

@media(min-width: 360px){
    .homepage_curve_overlay {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 65px !important;
	}
}

@media(min-width: 576px){
    .homepage_curve_overlay {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 115px !important;
	}
}

@media(min-width: 768px){
    .homepage_curve_overlay {
        padding-top: 60px;
        padding-bottom: 60px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 150px !important;
	}
}

@media(min-width: 800px) and (max-height: 600px){
    .homepage_curve_overlay {
        padding-top: 0px;
        padding-bottom: 10px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 145px !important;
	}
}

@media(min-width: 992px){
    .homepage_curve_overlay {
        padding-top: 50px;
        padding-bottom: 50px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 175px !important;
	}
}

@media(min-width: 1200px){
    .homepage_curve_overlay {
        padding-top: 40px;
        padding-bottom: 20px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 195px !important;
	}
}

@media(min-width: 1400px){
    .homepage_curve_overlay {
        padding-top: 40px;
        padding-bottom: 20px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 200px !important;
	}
}

@media(min-width: 1600px){
    .homepage_curve_overlay {
        padding-top: 130px;
        padding-bottom: 110px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 275px !important;
	}
}

@media(min-width: 2000px){
    .homepage_curve_overlay {
        padding-top: 150px;
        padding-bottom: 130px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 350px !important;
	}
}

@media(min-width: 2500px){
    .homepage_curve_overlay {
        padding-top: 300px;
        padding-bottom: 240px;
    }
	.homepage_curve_overlay .wpex-shape-divider svg {
		height: 450px !important;
	}
}

input[type="date"], input[type="time"], input[type="datetime-local"], input[type="week"], input[type="month"], input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    display: inline-block;
    padding: 6px 10px;
    font-family: inherit;
    font-weight: inherit;
    font-size: 1em;
    line-height: 1.65;
    max-width: 100%;
    background: #fff;
    border-radius: 3px;
    text-align: inherit;
    appearance: none;
}

form.lw_form input {
	margin-bottom: 1em;
}

form.lw_form select {
    margin-bottom: 1em;
}

h3 {
    margin-top: 0px !important;
}

@media(max-width: 767px) {
    .mobile_margin_fix .wpb_column:first-of-type.vc_col-sm-4 img {
        margin-bottom: -15px !important;
    }
}