/**
 * CSS for the translate modle
 *
 * @package    WordPress Plugins\Pellacraft Tools\modules\translate\css
 * @author     Zoë Martin
 * @author     Sam Brown
 * @copyright  Pellacraft Limited
 * @since      1.0.0
 */

body {
	top: 0px !important;
}

.goog-te-banner-frame {
	display: none !important;
}

#goog-gt-tt, .goog-te-balloon-frame {
	display: none !important;
}

.goog-text-highlight {
	background: none !important;
	box-shadow: none !important;
}

@media screen and (max-width: 600px) {
	#wpadminbar {
		position: fixed;
	}
}