/*
Theme Name: Dreams
Author: Sam
Description: Child Theme for Light Skeleton
Template: light-skeleton
*/

@media (min-width: 550px){
	.container { width: 1000px; }
}
nav { display: none !important }

.site-branding { text-align: center; }
img.custom-logo { max-height: 200px; }
#primary { width: 100%; }
iframe { max-width: 100%; }

table.t1 { width: 100%; border: 1px solid #ddd; }
table.t1 td { width: 24%; text-align: center; }

.ow-button-align-center { text-align: center }
a.call-me { text-decoration: none }
.call-me span { 
	font-size: 2em;
	padding: 10px 15px;
	background: #81d742;
	color: #ffffff !important;
	border: 1px solid #81d742;
	border-width: 1px 0;
	border-radius: 0.25em;
	text-shadow: 0 1px 0 rgb(0 0 0 / 5%);
}

.maps h3, .maps p { text-align: center; }