/* CSS Document Gillespie Creative */

/************************************************************************************
MEDIA QUERIES
*************************************************************************************/

@media screen and (max-width: 980px) {
}

@media screen and (max-width: 800px) {
}

/* reset cols to 3-column */
@media screen and (max-width: 768px) {
}

/* reset cols to 3-column */
@media screen and (max-width: 740px) {
}

/* reset cols to 2-column */
@media screen and (max-width: 600px) {
.boxWan { width: 100%; text-align: center; }
.boxTwo { width: 100%; text-align: center; }
.info { line-height: 80px; }
}

/* reset cols to fullwidth */
@media screen and (max-width: 480px) {
.box { width: 94%; }
}

/* reset cols to fullwidth */
@media screen and (max-width: 400px) {
.boxWan { width: 100%; text-align: center; }
.boxTwo { width: 100%; text-align: center; }
.info { line-height: 80px; }
.box { width: 94%; }
}