/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/


/*------------------------------------------------*\
	misc
\*------------------------------------------------*/
.grecaptcha-badge {visibility:collapse !important;}

.text-shadow-dark {text-shadow:1px 1px 4px #000;}

.text-shadow-light {text-shadow:1px 1px 4px #fff;}

.wp-caption.aligncenter {
    max-width: 300px !important;
}

.table-wrap {
	overflow-x:auto;
	-webkit-overflow-scrolling:touch; /* For smooth scrolling on iOS */
}


/*------------------------------------------------*\
	responsive tweaks
\*------------------------------------------------*/
@media screen and (max-width:1190px) {
	/* tablet */
}

@media screen and (max-width:480px) {
	/* mobile */
}

@media (max-width: 768px) {
    a.gt_switcher-popup.glink span {
        display: none;
    }
}