/*
Theme Name: Goodies
Theme URI: 
Description: Child 01 theme for the Pinboard theme
Author: <a href="http://www.onedesigns.com/">One Designs</a>
Author URI: 
Template: pinboard
Version: 1.1.8
*/

/* Generated by Orbisius Child Theme Creator (http://club.orbisius.com/products/wordpress-plugins/orbisius-child-theme-creator/) on Sat, 08 Nov 2014 01:26:45 +0000 */ 

@import url('../pinboard/style.css');

.google-maps {
	position: relative;
	padding-bottom: 75%; // This is the aspect ratio
	height: 0;
	overflow: hidden;
}
.google-maps iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (max-width: 760px) {
	#sidebar-header {
		max-height: none;
	}
}