/*
Theme Name: SmartMag Child 02
Template: smart-mag
Author: D-Rod
Description: Child Theme 2 - Theme Test 1
Version: 1.0.1432560461
Updated: 2015-05-25 13:27:41
*/

@charset "UTF-8";

/* Background Color */

.main {
    background: rgba(255, 255, 255, 0.95) !important;
}

/* Hide Top Bar - Mobile Version Only */
@media (max-width: 500px) {

        .top-bar {
	    display: none;
	}

}


/* Navigation Color Change */

.navigation {
    background-color: #009B7A !important;
}



/*  -------------------								--------------------
-----------------------   Review Image - Image Map - Desktop/Mobile Switching ----------------------
----------------------								-------------------- */


@media (max-width: 500px) {

	.container {
		display: none !important;
	}

}


@media (min-width: 500px) {

	.mobReview {
		display: none !important;
	}


}

/*  -------------------											--------------------
-----------------------  ////// The END ////// Review Image - Image Map - Desktop/Mobile Switching 		----------------------
----------------------											-------------------- */




/* ---------- Navigation Link Font Color ----------   */


.mobile-menu a {
    color: #000000 !important;
}