/* AR Pro Front Page
Loaded on the front page */

/* Front Page
---------------------------------------------------------------------------------------------------- */

.front-page .entry-header {
	margin-bottom: 0;
}

.front-page p:last-child,
.front-page .widget:last-child {
	margin-bottom: 0;
}

.front-page.front-page-loop .site-inner {
	padding: 0;
}

/* Flexible Widgets
--------------------------------------------- */

.flexible-widgets .widget:first-child {
	margin-left: -15px;
}

.flexible-widgets .widget:last-child {
	margin-right: -15px;
}

.flexible-widgets .widget {
	float: left;
	margin-bottom: 0;
	padding-left: 20px;
	padding-right: 20px;
}

.flexible-widgets.widget-full .widget,
.flexible-widgets.widget-halves.uneven .widget:last-of-type {
	width: 100%;
}

.flexible-widgets.widget-fourths .widget {
	width: 25%;
}

.flexible-widgets.widget-halves .widget {
	width: 50%;
}

.flexible-widgets.widget-thirds .widget {
	width: 33.33%;
}

.flexible-widgets.widget-halves .widget:nth-child(even),
.flexible-widgets.widget-thirds .widget:nth-child(3n+1),
.flexible-widgets.widget-fourths .widget:nth-child(4n+1) {
	clear: left;
}

/* Front Page 1
--------------------------------------------- */

.front-page-1 {
	padding: 4% 0;
}

.front-page-1 .flexible-widgets .widget:first-child {
	width: 16.67%;
	text-align: right;
}

.front-page-1 .flexible-widgets .widget:first-child h4.widgettitle {
	color:#AD3333;
	font-family: aaux-next, sans-serif;
	margin-top:160px;
}

.front-page-1 .flexible-widgets .widget:first-child .textwidget a {
	font-family: aaux-next, sans-serif;
	color: #DE3A3A;
	font-size: 18px;
	text-decoration: none;
	letter-spacing: 0.3px;
	padding-left:30px;
}

.front-page-1 .flexible-widgets .widget:nth-child(2) {
	width: 25% !important;
	margin: 0 15px !important;
}

.front-page-1 .flexible-widgets .widget:nth-child(2) img {
	width: 100% !important;
	max-width: 100% !important;
}

.front-page-1 .flexible-widgets .widget:last-child {
	width: 42.13% !important;
	margin: 0 15px !important;
	padding-left: 15px;
	border-left: 1px solid #2E4C41;
}

.front-page-1 .flexible-widgets .widget:last-child .textwidget a {
	font-family: aaux-next, sans-serif;
	font-weight: 700;
	font-size: 18px;
	color: #6E8474;
	text-decoration: none;
	letter-spacing: 0.3px;
}


/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (max-width: 980px) {

	.front-page-1 .flexible-widgets .widget:last-child {
		width:52% !important;
	}

}

@media only screen and (max-width: 800px) {

	.front-page-1 {
		margin-top: 30px;
		padding-bottom: 0;
		padding-top: 0;
	}

	.front-page-1 .widget-area {
		padding-top: 0;
		padding-right:15px;
		padding-left:15px;
	}

	.flexible-widgets .widget,
	.front-page-1 .flexible-widgets .widget:nth-child(even),
	.front-page-1 .flexible-widgets.widget-halves .widget:nth-child(odd),
	.front-page-2 .flexible-widgets .widget:nth-child(even),
	.front-page-2 .flexible-widgets.widget-halves .widget:nth-child(odd) {
		padding-left: 0;
		padding-right: 0;
	}

	.front-page-1 .flexible-widgets .widget:first-child h4.widgettitle {
		margin-top:80px;
	}

	.front-page-1 .flexible-widgets .widget:last-child {
		width:50% !important;
	}

}

@media only screen and (max-width: 568px) {
	.flexible-widgets .widget, .front-page-1 .flexible-widgets, .front-page-1 .flexible-widgets .widget:last-child {
		width: 100% !important;
	}

	.widget-title {
	    font-size: 22px;
	}

	.front-page-1 .flexible-widgets .widget:first-child {
		margin-left: 0;
	    text-align: left;
	}

	.front-page-1 .flexible-widgets .widget:first-child .textwidget a {
		padding-left: 0;
	}

	.front-page-1 .flexible-widgets .widget:nth-child(2) {
		width: 100% !important;
		margin: 20px 0 !important;
	}

	.front-page-1 .flexible-widgets .widget:last-child {
		padding-top: 20px;
		padding-left:0;
		border-left: 0;
	}

	.front-page-1 .flexible-widgets .widget:first-child h4.widgettitle {
		margin-top:0px;
	}

}





