/*
Theme Name: Divi-Child
Description: Divi-Child
Author:  David Tierney
Author URI:  http://designsbytierney.com
Template: Divi
Version:  1.0.3.7
*/

.services-menu ul.sub-menu, 
.products-menu ul.sub-menu { width: 300px; }

@media (min-width: 320px) and (max-width: 640px)
{
    .services-menu ul.sub-menu, 
    .products-menu ul.sub-menu {
        width: 100%;
    }
}

@media only screen and (min-width: 640px) and (max-width: 768px)
{
	.services-menu ul.sub-menu, 
    .products-menu ul.sub-menu {
        width: 100%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 800px)
{
}

@media only screen and (min-width: 800px) and (max-width: 980px)
{
}

@media only screen and (min-width: 980px) and (max-width: 1024px)
{
}