/*
 * Theme Name: zipc
 *
 * Layout: Paginatype Home
 *
 * Learn more: https://developer.wordpress.org/themes/basics/template-files/
*/

.home .entry-header {
	display:none;
}
.home .entry-content {
	height: 0;
	margin-top: 2%;
	margin-bottom: 0;
}
#entry-header .site-branding {
	margin-top: 111px;
}
.home #headerImageContainer {
	height: 375px;
	padding-bottom: 31%;
	background-position: 4% 24%;
	background-size: cover;
}
#content {
	position: relative;
}
#headerQuoteContainer {
	position: absolute;
	top: -250px;
	left: 25.5%;
	width: 31%;
	z-index: 90;
}
/*.headerQuote {
	margin: 0;
	padding: 0 7% 0 3%;
	color: #b6ceba;
	background-color: #fff;
	font-family: 'Trenda-Bold';
	font-size: 200%;
	display: inline-block;
text-transform: uppercase;
}
.headerQuote:first-child {
	padding-top: 5px;
}
.headerQuote:last-child {
	padding-bottom: 5px;
}
.headerQuote br {
	line-height: 42px;
}*/

	/* ================== WIDGETS ================== */
	
	#widgetsHome .widget {
	width: 23.5%;
	float: left;
	background-color: #f2f2f2;
	padding: 0 0 23.5%;
	height: 0;
	margin: 0 2% 2% 0;
	font-family: 'Trenda-Bold';
	font-size: 115%;
	text-transform:uppercase;
	position:relative;
}
#widgetsHome .textwidget p, #widgetsHome .textwidget h2 {
	/*margin:8%;*/
	font-size: 130%;
}
#widgetsHome .widget:first-child, #widgetsHome .widget:nth-child(8), #widgetsHome .widget:nth-child(9) {
width: 49%;
}

/*#widgetsHome .widget:first-child p,
#widgetsHome .widget:nth-child(8) p,
#widgetsHome .widget:nth-child(9) p,
#widgetsHome .widget:first-child h2,
#widgetsHome .widget:nth-child(8) h2,
#widgetsHome .widget:nth-child(9) h2  {
margin:4%;
}*/


#widgetsHome .widget:nth-child(3), #widgetsHome .widget:nth-child(7), #widgetsHome .widget:nth-child(9) {
margin-right:0;
}
#widgetsHome .text-widget {
}
#widgetsHome .widget p {
}
#widgetsHome .widget a {
	display: block;
	padding: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	
}

/* Widget color */
/*#widgetsHome .widget {
color:#000;	
background-color:#d6ab9b;
	}	
#widgetsHome .widget:nth-child(2), 
#widgetsHome .widget:nth-child(7), 
#widgetsHome .widget:nth-child(9) {
background-color:#b5cece;
	}	
#widgetsHome .widget:nth-child(3), 
#widgetsHome .widget:nth-child(5), 
#widgetsHome .widget:nth-child(11) {
color: #fff;
background-color: #000;
}
#widgetsHome .widget:nth-child(4), 
#widgetsHome .widget:nth-child(10) {
background-color:#b6ceba;
	}


#widgetsHome .widget a, 
#widgetsHome .widget a:hover, 
#widgetsHome .widget a:visited {
text-decoration:none;
color:inherit;	
}*/

@media screen and (max-width: 700px) {
	#widgetsHome .widget {
width: 49%;
padding: 0 0 49%;
}
#widgetsHome .widget:first-child, #widgetsHome .widget:nth-child(8), #widgetsHome .widget:nth-child(9) {
width: 100%;
margin-right:0;
padding-bottom: 48%;
}
#widgetsHome .widget:nth-child(3), #widgetsHome .widget:nth-child(5), #widgetsHome .widget:nth-child(7) {
margin-right: 0;
}

}
















