/* THEME STYLES */

/* Look on css/framework.css to edit the classes of the theme */
/* Below are present only some common classes */

/* INDEX 

   1. WRAP 
   2. HEADER
   3. FOOTER
   4. GMAP
   5. INPUT
   
*/

/* 1. WRAP */

body {
	overflow-x: hidden;
}

section, header, footer {
	width: 100%;
	clear: both;
}

#mask {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	z-index: 9999;
}

/* sections IDs */
/* use these ids to edit some elements in the sections 

   #header {} #wall {} #intro {} #blog {} #callout {} #clients {} #counters {} #features {} #parallax {}
   #map {} #portfolio {} #gallery {} #quotes {} #services {} #team {} #price {}  #countdown {} #widgets {} #footer {}
   
*/

/* 2. HEADER */

header {
	z-index: 999;
}

/* social menu */
.social-m li {
	display: inline-block;
}

/* main menu */
.main-m li {
	display: inline-block;
}

/* portfolio menu */
.filter-m li {
	display: inline-block;
}

/* mobile menu */
.mob-m li {
	display: list-item;
}

/**/

nav li i {
	line-height: 70px !important;
	font-size: 30px;	
}

nav li a:hover i {
	color: #fff;
}

nav li a,
nav li span {
	font-size: 12px;
	padding: 0 20px;
	display: block;
	font-weight: 300;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;	
}

nav li a:hover,
nav li span:hover {
	color: #fff;
}

nav li span {
	cursor: pointer;
}

.switch {
	font-size: 12px;
	padding: 0 20px;
	font-weight: 300;
	height: 70px;
	line-height: 70px;
	text-transform: uppercase;
	line-height: 70px !important;
	font-size: 30px;
	cursor: pointer;
}

.switch:hover {
	color: #fff;
}

/* 3. FOOTER */

.to-top {
	cursor: pointer;
}

/* 4. GMAP */

#gmap { 
	height: 100%;
}

#map-canvas {
	height: 100%;
}

.map-marker {
	display: none;
}

/* 5. INPUT */

input, textarea, select {
	padding: 10px;
}

input[type="text"],
input[type="email"],
input[type="phone"] { 
	height: 50px;
	border-style: solid;
	border-width: 2px;
	background-color: transparent;
}

input[type="submit"],
input[type="reset"] {
	height: 50px;
}

textarea {
	height: 100px;
	max-height: 200px;
	border-style: solid;
	border-width: 2px;
	background-color: transparent;
}