/*
Theme Name: Agent Site 01 - RE/MAX Executive Asheville
Theme URI: http://www.charlotterealtyservices.com/
Version: 2.6
Description: Agent Site 01 - RE/MAX Executive Asheville
Author: CharlotteRealtyServices.com
Template: Divi
Author URI: http://www.charlotterealtyservices.com/
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../Divi/style.css");

/* Theme Straight Customized Yo!
------------------------------------------------------- */

/* 6 Column Layout */
@media only screen and (min-width: 1025px) {
.top-ctas{
	width: 100%;
	margin: 0 auto;
}
.top-ctas p{
	-moz-columns:5;
	-webkit-columns:5;
	columns:5;
}
}
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
.top-ctas p{
	-moz-columns:1 !important;
	-webkit-columns:1 !important;
	columns:1 !important;
}
}
@media only screen and (min-device-width: 481px) and (max-device-width: 767px) {
.top-ctas p{
	-moz-columns:2 !important;
	-webkit-columns:2!important;
	columns:2 !important;
}
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
.top-ctas p{
	-moz-columns:3 !important;
	-webkit-columns:3 !important;
	columns:3 !important;
}
}