/*
Theme Name: Avada Child
Description: Thème enfant AVADA
Author: ThemeFusion
Author URI: https://serre-poncon-parapente.fr
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/
[c]/* hide SKU on product meta section */
.product_meta .sku_wrapper {
display:none;
}

/* hide product categories on product meta section */
.product_meta .posted_in {
display:none;
}

/* hide product tags on product meta section */
.product_meta .tagged_as {
display:none;
} [/c]



/*------------------------------------------------*/
/*---------------[RESPONSIVE LAYOUTS]-------------*/
/*------------------------------------------------*/

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

}

/*-------------------[960px]------------------*/
@media only screen and ( min-width: 981px ) and ( max-width: 1100px ) {

	/*-------------------[Sliders]------------------*/

	/*-------------------[Portfolio]------------------*/

	/*-------------------[Sidebar]------------------*/
	
	/*-------------------[Menu]------------------*/
	
}

/*-------------------[768px]------------------*/
@media only screen and ( max-width: 980px ) {

	/*-------------------[Portfolio]------------------*/
	
	/*-------------------[Sliders]------------------*/
	
	/*-------------------[Menu]------------------*/

}

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

}

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

}

/*-------------------[480px]------------------*/
@media only screen and ( max-width: 767px ) {

	/*-------------------[Menu]------------------*/

}

/*-------------------[320px]------------------*/
@media only screen and ( max-width: 479px ) {

}