/* Enter Your Custom CSS Here */
.site-footer .creds { 
  	display: none; 
}
.more-links a {
	border-radius: 8px;
	background: #024E76;
	color: #FFF;
	font-size: 18px;
	padding: 7px 20px;
	text-transform: uppercase;
}
.site-title { 
  	background: url(http://milkriverdental.com/wp-content/uploads/2014/07/logo.png) no-repeat;
	height: 0px;
	padding-bottom: 27%;
	background-size: contain;
	max-width: 445px;
	margin: auto;
	font-size:0;
}

.contact-info {
	margin-top: 70px;
}

.font-size {
	display: none;
}

/*Gallery*/
.post-178 img{
	height: auto;

}


@media ( max-width: 960px ) {
	.contact-info {
	margin-top: 0px;
	}

	.home-top-left,
	.home-top-right{
    	width: 50%;
	}
}


@media ( max-width: 600px ) {
	.home-top-left,
	.home-top-right{
    	width: auto;
   	max-width:445px;
	}
	.contact-info{
	margin-top:0;
	}
}
