/*------------------------------------------------------------------
[Table of contents]

8. Logo Sections
12. Fullscreen Pages
14. Resolution Media Queries
15. Form Elements
-------------------------------------------------------------------*/

/*------------------------------------------------------------------

/* Logo Sections */
.logos-2{
	background-image:url(../images/team/team-bkg-logos.jpg);
}
.logos-4{
	background-color: #f4f4f4;
}
.logos-4 .grid-item:before{
	border-left: 1px dashed #ccc;
}
.logos-4 .grid-item:after{
	border-bottom: 1px dashed #ccc;
}
.logos-5{
	background-color: #f4f4f4;
}


@media only screen and (max-width: 768px) {
	.stats-2 .row-1{
		border-bottom-style: dashed;
	}
}
@media only screen and (max-width: 480px) {
	.stats-2 .row-1,
	.stats-2 .grid-item{
		border-right: none;
	}
	.stats-2 .grid-item{
		border-bottom-style: dashed;
	}
}

/*------------------------------------------------------------------
[12. Fullscreen Pages]
*/
.fullscreen-section .fullscreen-inner{
	background: rgba(255,255,255,0);
}
.error-404 .background-image,
.error-500 .background-image{
	background-image: url(none);
}

/*------------------------------------------------------------------
[14. Resolution Media Queries]
*/
@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (		 min-device-pixel-ratio: 2),
only screen and (			min-resolution: 192dpi),
only screen and (				min-resolution: 2dppx) {

	/* Fullscreen Pages */
	.error-404 .background-image,
	.error-500 .background-image{
		background-image: url(none);
	}
/*------------------------------------------------------------------
[15. Form Elements]
*/
.fullscreen-section .form-element,
.fullscreen-section textarea{
	padding-left: 0;
	padding-right: 0;
	background: none;
	color: #fff;
	border-bottom: 1px dashed #fff;
	border-radius: 0;
}
.fullscreen-section .form-element:focus,
.fullscreen-section textarea:focus{
	background: none;
	color: #fff;
	border-bottom: 1px solid #fff;
	box-shadow: none;
}
.fullscreen-section .form-element.required-field,
.fullscreen-section textarea.required-field{
	border-color: #fdeb74;
}
.fullscreen-section .form-element.required-field:focus,
.fullscreen-section textarea.required-field:focus{
	border-bottom: 1px solid #fff;
}


/*------------------------------------------------------------------
[17. Footer]
*/
.footer{
	background: #fff;
	color: #777;
}
.footer a{
	color: #999;
}
.footer a:hover,
.footer .social-list a:hover{
	color: #000;
}
.footer .footer-logo{
	width: 5rem;
}
.footer .footer-bottom .copyright,
.footer .footer-bottom .social-list{
	float: none;
}
.footer h3{
	font-size: 1.3rem;
	text-transform: uppercase;
	font-weight: bold;
	color: #999;
}
.footer address{
    font-size: 1.3rem;
    line-height: 1.2;
    font-style: normal;
    font-weight: 200;
		font-family: 'Lekton', serif;
}
.footer-1 .footer-bottom-inner{
	border-color: #f4f4f4;
}

/* Helpers */
@media only screen and (max-width: 768px){
	.fullscreen-section .background-on-mobile{
		background: #f4f4f4;
	}
	.fullscreen-section .background-on-mobile *{
		color: #666 !important;
	}
}
