/*
Theme Name:     Asteroid Child
Theme URI:      http://ronangelo.com/asteroid/
Description:    Child theme for Asteroid.
Author:         ronangelo
Author URI:     http://ronangelo.com/
Template:       asteroid
Version:        1.0
*/

/* Your modification goes here */


.adsbygoogle.ad-header {width: 728px; height: 90px;}

@media screen and (max-width:768px) {
	#header-info-wrap,
	#widgets-wrap-header,
	#header-logo {
		display: block;
		float: none;
		text-align: center;
	}

	#header-logo img {
		display: inline-block;
		float: none;
	}

	.widget-header {
		display: block;
		float: none;
		padding: 8px;
		text-align: center;
	}

	.adsbygoogle.ad-header {
		width: 320px;
		height: 100px;
	}
}

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

	.adsbygoogle.ad-header {
		width: 320px;
		height: 50px;
	}
}