
/*-----------------------------------------*/
/*-------- Media Only Tab Portrait -------*/
/*-----------------------------------------*/

@media only screen and (max-width:991px) {
	.text-theme-color-sm {
		color: #1d3058;
	}
	.text-white-sm {
		color: #fff;
	}
	.text-black-sm {
		color: #000;
	}
	.text-gray-sm {
		color: #ccc;
	}
	.text-white-sm {
		color: #fff;
	}
	.text-light-black-sm {
		color: #333;
	}
}

/*-----------------------------------------*/
/*----------- Media Only Mobile  ----------*/
/*-----------------------------------------*/

@media only screen and (max-width:767px) {
	.text-theme-color-xs {
		color: #1d3058;
	}
	.text-white-xs {
		color: #fff;
	}
	.text-black-xs {
		color: #000;
	}
	.text-gray-xs {
		color: #ccc;
	}
	.text-white-xs {
		color: #fff;
	}
	.text-light-black-xs {
		color: #333;
	}
}

/*-----------------------------------------*/
/*-------- Media Only Tab Landscape -------*/
/*-----------------------------------------*/

@media only screen and (min-width:992px) {
	.text-theme-color-md {
		color: #1d3058;
	}
	.text-white-md {
		color: #fff;
	}
	.text-black-md {
		color: #000;
	}
	.text-gray-md {
		color: #ccc;
	}
	.text-white-md {
		color: #fff;
	}
	.text-light-black-md {
		color: #333;
	}
}

/*-----------------------------------------*/
/*---- Media Only Desktope and Laptop -----*/
/*-----------------------------------------*/

@media (min-width:1200px) {

}

