/*  

Theme Name: G+G
Theme URI: http://www.felthat.com/
Description: Theme for G+G.
Version: 1.0
Author: Joe Mendonca
Author URI: http://www.felthat.com/

*/

/*--------------------------------------------------------------
HTML Elements
--------------------------------------------------------------*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #ffffff;
	background-repeat: no-repeat !important;
	background-size: 100% auto !important;
	font-family: 'Pitch Sans Light', sans-serif;
	color: #000000;
	height: 100%;
	margin: 0;
	width: 100%;
}

img {
	border: 0px none;
}

.alignleft {
	display: inline;
	float: left;
	margin: 0px 10px 10px 0px;
}

.alignright {
	display: inline;
	float: right;
	margin: 0px 0px 10px 10px;
}

.aligncenter {
	display: inline;
	float: center;
}

/*--------------------------------------------------------------
Webfont
--------------------------------------------------------------*/

@font-face {
	font-family: 'Pitch Sans Light';
	src: url('fonts/pitch-sans-web-light.woff2') format('woff2');
}

@font-face {
	font-family: 'Pitch Sans Semibold';
	src: url('fonts/pitch-sans-web-semibold.woff2') format('woff2');
}

@font-face {
	font-family: 'Pitch Sans Bold';
	src: url('fonts/pitch-sans-web-bold.woff2') format('woff2');
}

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/

.logo {
	cursor: pointer;
	height: 85px;
	left: 50%;
	position: absolute;
	top: 33px;
	width: auto;
	z-index: 2;
	transform: translateX(-50%) translateY(0%);
	-webkit-transform: translateX(-50%) translateY(0%);
    -ms-transform: translateX(-50%) translateY(0%);
}

/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/

.layout {
	margin: 0 auto;
	width: 656px;
}

/*--------------------------------------------------------------
Overlay
--------------------------------------------------------------*/

.overlay {
	background: #ffffff;
	min-height: 100vh;
	position: absolute;
	width: 100vw;
	z-index: 1;
}

/*--------------------------------------------------------------
Introduction
--------------------------------------------------------------*/

.overlay img {
	cursor: pointer;
	float: left;
	height: auto;
	width: 100%;
}

.introduction2 {
	display: none;
}

/*--------------------------------------------------------------
Ripples effect
--------------------------------------------------------------*/

.ripples {
	float: left;
	width: 100%;
}

.ripples img {
	float: left;
	height: auto;
	opacity: 0;
	width: 100%;
}

/*--------------------------------------------------------------
Contact
--------------------------------------------------------------*/

form {
	color: #231f20;
	float: left;
	width: 100%;
}

form,
#gform_confirmation_wrapper_1 {
	margin-top: 280px;
}

#gform_confirmation_wrapper_1 {
	font-family: 'Pitch Sans Bold', sans-serif;
	font-size: 24px;
	line-height: 24px;	
}

form li {
	border-top: 1px solid #231f20;
	float: left;
	height: 55px;
	list-style-type: none;
	width: 100%;
}

li#field_1_4 {
	height: 195px;
}

form label {
	display: block;
	font-size: 16px;
	line-height: 32px;
	margin-top: -3px;
	text-transform: lowercase;
}

form input,
form textarea {
	border: 0px;
	float: left;
	font-family: 'Pitch Sans Bold', sans-serif;
	font-size: 24px;
	float: left;
	line-height: 24px;
	margin-top: -6px;
	width: 100%;
}

form textarea {
	border-bottom: 1px solid #231f20;
	height: 168px;
}

*::placeholder {
	text-transform: lowercase;
}

form input[type="submit"] {
	background: transparent;
	font-size: 16px;
	margin-top: 0px;
	text-align: left;
	text-transform: lowercase;
}