/* # Interior Pro Front Page
Loaded on the front page */

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

.front-page .site-inner {
	max-width: 100%;
	padding: 0;
}

.front-page .content {
	margin-bottom: 0;
}

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

.front-page-1 {
	padding-bottom: 0;
}

.front-page-1 .widget_text {
	font-size: 48px;
	font-size: 4.8rem;
	line-height: 1.2;
}

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

.front-page-2 {
	background-color: #fff;
}

.front-page-2 .flexible-widgets.widget-full .enews-widget,
.front-page-2 .flexible-widgets.widget-full .widget_text {
	margin: 0 auto 40px;
	max-width: 800px;
	text-align: center;
}
.front-page-2 a.button{
	margin: 0 5px 5px;
}
.front-page-2 a.button:nth-child(2) {
    background: #eae8e6 none repeat scroll 0 0;
    color: #7b7b7b;
}
.front-page-2 a.button:nth-child(2):hover{
	background: #777777 none repeat scroll 0 0;
	color: #fff;
}


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

.front-page-3 .widget-wrap {
	background-color: #fff;
	padding: 40px;
}

.front-page-3 .featured-content a.alignnone {
	margin: -40px -40px 32px;
	max-width: none;
}

.front-page-3 .widget-title + .entry a.alignnone {
	margin-top: 0;
}

.front-page-3 .featured-content a.alignnone img {
	width: 100%;
}

.before-footer a.button {
    background: #eae8e6 none repeat scroll 0 0;
    color: #7b7b7b;
    margin: 0 5px 5px;
}
.before-footer a.button:hover{
	background: #777777 none repeat scroll 0 0;
	color: #fff;
}


/* Front Page 4
--------------------------------------------- */
.front-page-4 {
    background: #fff none repeat scroll 0 0;
}
.front-page-4 h3{
	text-align: center;
}
.front-page-4 .flexible-widgets.widget-fourths .widget,
.front-page-4 .flexible-widgets.widget-thirds .widget,
.front-page-4 .flexible-widgets.widget-halves .widget,
.front-page-4 .flexible-widgets .widget {
    width: 100%;
}
.cr3_sponsorwidget {
    clear: none;
    display: inline-block;
    vertical-align: middle;
    width: 20%;
}
.widget.widget_cr3ativ_sponsor,
.widget_cr3sponsor_widget {
    text-align: center;
}
.cr3_sponsor_image img {
    max-height: 80px;
    padding: 0 10px;
    width: auto;
}
.widget.widget_cr3ativ_sponsor {
    border-top: 2px solid #eae8e6;
    padding-top: 30px;
}
.widget.widget_cr3ativ_sponsor:first-child {
    border: medium none;
}
@media all and (max-width: 540px){
	.cr3_sponsorwidget {
		width: 32%;
	}
}



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

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

	.front-page-1 .widget_text {
		font-size: 36px;
		font-size: 3.6rem;
	}

}

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

	.front-page-1 .widget_text {
		font-size: 30px;
		font-size: 3rem;
	}


}