/* #Responsive Styles
================================================== */

/*
* Swift Framework Responsive Stylesheet v1.0
* Responsive Stylesheet for Display on Devices
* Copyright Swift Ideas 2016
*/


/* --------------------------------------------
	WORDPRESS ADMIN BAR OVERRIDE
-------------------------------------------- */

@media screen and (max-width: 782px) {
	html #wpadminbar {
		position: absolute!important;
	}
}


/* --------------------------------------------
	VERTICAL MEDIA QUERIES
-------------------------------------------- */

@media screen and (max-height: 800px) {
	.vertical-menu nav ul.menu > li > a {
		padding: 8px 18px;
	}
}
@media screen and (max-height: 760px) {
	.bag-contents {
		max-height: 200px;
	}
}
@media screen and (max-height: 600px) {
	.vertical-menu-bottom {
		display: none;
	}
}

/* --------------------------------------------
	LARGE DISPLAYS
-------------------------------------------- */

@media only screen and (min-width: 1500px) {

	/* BLOG */
	
}

@media only screen and (min-width: 1200px) {

	/* LAYOUT */
	

	/* HEADER */
	

	/* PRODUCTS */
	
}

@media only screen and (min-width: 1250px) {

	/* LAYOUT */
	

}

@media only screen and (max-width: 1260px) {
	.woocommerce.product-fw-split div.product form.cart div.quantity, .woocommerce.vertical-header .has-no-sidebar div.product form.cart div.quantity {
		float: left;
    }
}

@media only screen and (max-width: 1200px) {
    .woocommerce.product-fw-split div.product form.cart div.quantity, .woocommerce.vertical-header .has-no-sidebar div.product form.cart div.quantity {
		float: left;
    }
	
}

@media only screen and (min-width: 768px) {
	
	
}

@media (max-width: 1020px) {
	
}

/* --------------------------------------------
	iPAD/TABLET LANDSCAPE
-------------------------------------------- */

@media only screen and (max-width: 1024px) {
	
	/* LAYOUT */
	

	/* HEADER */
	

	/* GENERAL */
	

	/* WOOCOMMERCE */
	

	/* SHORTCODES */
	
}

@media only screen and (min-width: 992px) {

}

@media only screen and (min-width: 768px) {
	
}

/* --------------------------------------------
	iPAD/TABLET PORTRAIT
-------------------------------------------- */

@media only screen and (max-width: 991px) {

	/* LAYOUT */


	/* HEADER */


	/* FOOTER */


	/* POSTS */


	/* PRODUCTS */
    
    .product-fw-split .product-main {
        padding: 0 !important;
    }
    
    .lSSlideOuter {
        padding-left: 20px;
        padding-right: 20px;
    }
	

	/* TEAM MEMBER */
	

	/* WIDGETS */
	

	/* SHORTCODES */
	
    
	/* WOOCOMMERCE */
	
}
/* --------------------------------------------
	iPHONE LANDSCAPE
-------------------------------------------- */

@media only screen and (max-width: 767px) {

	/* LAYOUT */
	
	/* GENERAL */
	.fancy-style .fancy-heading .heading-text > h1 {
		font-size: 32px!important;
		line-height: 30px!important;
		margin-left: 0px
	}
	

	/* FOOTER */
	

	/* POST */
	
	/* BLOG */
	
	
	/* PORTFOLIO */
	

	/* WIDGETS */
	

	/* SHORTCODES */
	

	/* WOOCOMMERCE */
	
	
	/* EVENTS CALENDAR */
	
	/* EDD */
	
}

/* --------------------------------------------
	iPHONE PORTRAIT
-------------------------------------------- */

@media only screen and (max-width: 479px) {

	/* GENERAL */
	

	/* HEADER */

	/* FOOTER */
	
	/* BLOG */
	

	/* PORTFOLIO */
	

	/* SHORTCODES */
	

	/* WOOCOMMERCE */
	
}