/**
*
* Widescreen Devices
*
**/

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

}


/* 
#Elementor Content Width
================================================== 
*/
@media only screen and (min-width: 1025px) and (max-width: 1425px) {

}

/* 
#Tablet (Landscape)
================================================== 
*/

@media only screen and (min-width: 960px) and (max-width: 1024px)
{
	
	
}

/* 
#Tablet (Portrait)
================================================== 
*/

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

}

@media only screen and (max-width: 991px) {
.mauve_background_list_wrapper.one_col .mauve_background_list_column,.mauve_background_list_wrapper.two_cols .mauve_background_list_column,.mauve_background_list_wrapper.three_cols .mauve_background_list_column,.mauve_background_list_wrapper.four_cols .mauve_background_list_column
{
-webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
.mauve_background_list_wrapper .mauve_background_list_column
{
border-right: 0;
	border-bottom: 1px solid rgba(256,256,256,0.5);
}
.mauve_background_list_wrapper .mauve_background_list_column.last
{
border-bottom: 0px;
	border-right: 0;
}
.mauve_background_list_wrapper .mauve_background_list_column .mauve_background_list_content {
  padding: 30px;}
.ms_navigation_wrapper  {display:none;}
}

/*  
#Mobile (Portrait)
================================================== 
*/

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

}

/* 
#Mobile (Landscape)
================================================== 
*/

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