@media screen and (max-width:960px) {
    /* General styles for all menus */
    .m-menu {
        background: #444;
		overflow-x: hidden;
        position: fixed;
			left: -80%;
			top: 0;
        height: 100%;
		width: 80%;
			max-width: 300px;
        z-index: 1000;
    }

    .mobile nav .ecs-wordmark {
        border-bottom: 3px groove #888;
        font-weight: 300;
        margin: 0;
        padding: 1em;
        text-align: left;
        text-transform: uppercase;
        vertical-align: bottom;
    }
        .mobile nav .ecs-wordmark a {
            color: #fff;
            display: block;
            line-height: 100%;
        }
            .mobile nav .ecs-wordmark a:hover {
                background: none;
            }
    
        .mobile nav .ecs-wordmark strong {
            font-size: 1.25em;
            font-weight: 700;
        }
    .m-menu li {
        border-bottom: 3px groove #888;
		font-size: 1.1em;
        font-weight: 300;
        margin: 0;
        padding: 0.2em 0;
        overflow: hidden;
    }
        .m-menu li a {
            color: #fff;
            display: block; 
            padding: 12px 16px;
				padding-left: 58px;
        }
		.m-menu li .active, .m-menu li a:active, 
		.m-menu li a:hover {
			font-weight: bold;			
		}
		
		.m-menu .sub-nav li a {
			padding: 12px 16px;	
		}

    /* Vertical menu that slides from the left or right */

    .m-menu-open {
        left: 0px;
    }

    /* Push classes applied to the body */

    .m-menu-push {
        position: relative;
        left: 0;
    }

    .m-menu-push-toright {
        left: 300px;
    }
	
	#m-menu .social {
		margin: 2em auto;
		width: 90%;
	}
	
	#m-menu .social li {
		border: 1px solid rgba(0, 0, 0, 0);
			border-radius: 6px;
		display: inline-block;
		margin: auto 1%;
		padding: 0;
		width: 20%;
	}
		#m-menu .social li a {
			padding: 0;
		}
		#m-menu .social li:hover {
			background: none;
			border-color: #C75B12;
		}
	
     @media screen and (max-width: 360px) {
        .m-menu-push-toright {
            left: 80%;
        }
		
		#m-menu #secondary-menu{ background-color: #008542;}
		#m-menu #secondary-menu ul{width: 50%; display:block; position: absolute; background-color: #008542; position: absolute; top: 86px; right: -50%;}
        #m-menu #secondary-menu li{border-bottom: 2px solid #69be28; padding: 0em 0;}
        #m-menu #secondary-menu.to-right{right: 0%;}
    } 
	
	@media screen and (max-width: 960px) {
		#m-menu #secondary-menu{ background-color: #008542;}
		#m-menu #secondary-menu ul{width: 50%; display:block; position: absolute; background-color: #008542; position: absolute; top: 86px; right: -50%;}
        #m-menu #secondary-menu li{border-bottom: 2px solid #69be28; padding: 0em 0;}
        #m-menu #secondary-menu.to-right{right: 0%;}
		
		
    } 


    /* Transitions */

    .m-menu,
    .m-menu-push {
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
	


    /* Example media queries */
    /* @media screen and (max-height: 26.375em){

        .m-menu-vertical {
            font-size: 90%;
            width: 190px;
        }

        .m-menu-left {
            left: -190px;
        }

        .m-menu-push-toright {
            left: 286px;
        }
    } */
}