/*
Theme Name: The Leigh Agency
Theme URI: http://gitwebservices.com
Author: Global Internet Technologies
Author URI: http://gitwebservices.com

Text Domain: MMM_starter_theme
*/


.clear {clear: both} 

.alignleft {
	float: left;
	padding: 0px 8px 8px 0px;
}

.alignright {
	float: right;
	padding: 0px 0px 8px 8px;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

 
.widget-area li {
	list-style: none;
}

/*custom MMM styles*/

.txt_align_left {
	text-align: left;
}
.txt_align_center {
	text-align: center;
}
.txt_align_right {
	text-align: right;
}

.hide_desktop {
		display:none; /*hides on desktop*/
}


@media only screen and (max-width: 480px) {
/* Mobile Layout: 480px and below. */
	.alignleft {
    	float: none;
    	display: block;
		padding: 0px 0px 8px 0px;
		margin-left: auto;
		margin-right: auto;
	}

	.alignright {
    	float:none;
    	display: block;
		padding: 0px 0px 8px 0px;
		margin-left: auto;
		margin-right: auto;
	}
	
	.hide_desktop {
		display:block; 
	}
	.hide_mobile {
		display:none;  /*hides on mobile*/
	}
}