/*
Theme Name: responsive
*/
@media only screen and (max-width: 1600px) {
	.wrap {
		width: 85%;
		margin: 0 auto;
	}
	.site-branding img {
		width: 80%;
	}
	.headerholder h1 {
		color: #fff;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 14px;
		margin-top: 24px;
		margin-left: 5px;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 5px 7px;
		font-size: 14px;
	}
	.contactInfo .contact a {
		color: #fff;
		font-size: 12px;
	}
	.main-navigation a {
		font-size: 14px;
	}
	
}


/* Note: Design for a width of 1024px */
@media only screen and (min-width: 1024px) and (max-width: 1215px) {
	.wrap {
		width: 85%;
		margin: 0 auto;
	}
	.site-branding img {
		width: 80%;
	}
	.headerholder h1 {
		color: #fff;
		font-size: 22px;
		font-weight: normal;
		margin-bottom: 14px;
		margin-top: 24px;
		margin-left: 5px;
	}
	.main-navigation a {
		display: block;
		text-decoration: none;
		color: #fff;
		padding: 5px 7px;
		font-size: 14px;
	}
	.contactInfo .contact a {
		color: #fff;
		font-size: 12px;
	}
}



/* =Responsiveness: Mobile (Portrait)
================================================== */

/* Note: Design for a width of 320px */
@media only screen and (max-width: 767px) {
	.wrap {
		width: 95%;
		text-align: center;
	}
	.site-branding {
		position: relative;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.site-header {
		background: #990134;
		height: auto;
	}
	.contactInfo {
		display: none;
	}
	.overlayinside {
		position: relative;
		top: 60px;
	}
	.overlaytexthere {
		width: 90%;
	}
	.pagetitle h1 {
		font-size: 20px;
	}
	.overlayinside a {
		font-size: 16px;
	}
	.blogfree-plugin .type-blog {
		width: 100%;
		display: inline-block;
	}
	#pageid-2 {
		width: 100%;
	}
	.post-content-text {
		width: 100%;
		padding-bottom: 20px;
	}
	.site-footer .footwidgets {
		width: 100%;
		display: block;
		vertical-align: top;
	}
	.footwidgets .contactInfologin {
		text-align: center;
	}
	.site-footer {
		background: #990134;
		padding-bottom: 35px;
	}

}

/* =Responsiveness: Mobile (Landscape)
================================================== */

/* Note: Design for a width of 480px */

@media only screen and (min-width: 480px) and (max-width: 767px) {


}