h/*
Theme Name: Innovoterra WordPress Theme
Theme URI: 
Author: Beam & Erald Mariano
Author URI: http://eraldmariano.com
Description: for Innovoterra
Version: 0.1
Tags: bootstrap, initializr, fluid grid,
*/

#wpadminbar {
	display: none !important;
}


html, 
body {
	height: 100% !important;
font-family:avenir;
}

body {
  padding-bottom: 0;
  padding-top: 0;
}

#wrapper,
.wrapper {
    height: 100% !important;
    margin: auto;
width:100%;
}
article,
section {
	height: 100% !important;
        width: 75% !important;
}


header {
	background-color: #ffffff;
	padding: 10px;
	position: relative;
}
header h1,
header .description {
	font-size: 9pt;
	text-align: left;
	padding: 5px 20px;
}

nav {
	margin-top: 30%;

}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;

}
nav li:last-child,
nav li {
	border-bottom: 2px solid #000000;
	text-align: right;
	clear: both;
	margin: 0;
	padding: 0;
}
nav li:first-child {
	border: 0;
}

nav li a {
	text-transform: uppercase;
	padding: 2px 5px;
	margin: 4px 0 2px 2px;
	width: 120px !important;
	display: block;
	float: right;
}
nav li a:link,
nav li a:active,
nav li a:visited {
	color: #000000;
	text-decoration: none;
}
nav li.current_page_item a,
nav li a:hover {
	background-color: #000000;
	color: #ffffff;
	text-decoration: none;
}


article {
	padding: 20px;
	font-size: 8pt;	
}

.entry {
    margin: 15px auto 0;
    width: 1000px;
}


#page-development article,
#page-contact-us article,
.is-home {
    background: url('img/blur-bg-home.jpg') no-repeat top left;

}

.is-henry {
    background: url('img/blur-bg-henry.jpg') no-repeat top left;
}


#is-hack .wrapper, #is-hack #wrapper {
	height:auto !important;
}

.backBtn {
	font-size:15px; 
	padding:5px 15px; color:#fff;
	background-color:#000;
}

.is-child-press {
	background-color:#eee;
}


/* bootsrap hack */

.span3 {
    width: 15% !important;
}

.leftColumn {
	float:left; 
	margin-left:20px;
}
.rightColumn {
	float:left;
	width:35%;
   	font-size: 10pt;
   	line-height: 1.2;
	font-family:avenir;
}
.rightColumn h1, #page-press h1 {
	font-family:americantypewriter;
}

.leftColumn img {
   width:90% !important;
   max-width:none !important;
}

.span9 {
   float:right;
}


.carousel-indicators {
	position: relative !important;
	left: 4%;
margin-top:10px;
}
	
.carousel-indicators li {
    margin-left: 15px !important;
    text-indent: 0 !important;
    width: auto !important;
}


.henry-col {
     float: left;
    font-size: 13px;
    line-height: 1;
    margin: 10px 5px;
    padding: 5px 15px;
    width: 170px;
}
 .henry-col .title {
    font-family: americantypewriter;
    font-size: 15px;
    margin-bottom: 15px;
}

.henry-logo {
   margin-right: 0;
   padding-right: 0;
   width: 130px;
}

.first-col, .second-col {
   border-right:2px solid #999;
}



#page-development .entry,
#page-contact-us .entry,
#page-press .entry,
#page-the-henry .entry-inner{
	/*background: url('img/paper-bg-contact.png') no-repeat top left; */
	padding: 4% 8%;
	display: block;
	line-height: 12pt !important;
	height:80%;
        margin:10%;
	width:100%;
	font-size: 13px;
        background-color:#fff; 
       /* border-radius:15px; */
  	width:100%;
}

#page-the-henry .entry-inner{
   overflow:hidden;
   padding: 3% 4%;
   margin:0 7%; 
   width:80%;
}

#page-contact-us .wpcf7-form p {
	margin: 0 !important;
	padding: 0 !important;
}

input[type="submit"] {
	background-color: #000000 !important;
	color: #ffffff !important;
	border: 0;
	text-transform: uppercase;
	padding: 2px 5px;
	margin: 4px 0 2px 2px;
	width: 120px !important;
	display: block;	
}

.contact-us-form h1 {
	font-family:americantypewriter;
}

.contact-us-form {
	line-height:1.5;
}


footer {
	font-size: 6pt;
	text-transform: uppercase;
	z-index: 10;
	margin-top: -20px;

}
footer .span3 {
	text-align: center !important;
}
.footer {
	font-size: 8pt;
	text-transform: uppercase;
	z-index: 10;
	text-align: center !important;

	display: block;
	clear: both;
	margin-top: 25%;
}
.footer a:link,
.footer a:active,
.footer a:visited,
.footer a:hover {
	color: #000000;
	text-decoration: none;
}




@font-face
{
font-family:avenir;
src: url('fonts/AvenirLTStd-Light.eot'); /* IE9 Compat Modes */
src: url('fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/AvenirLTStd-Light.woff') format('woff'), /* Modern Browsers */
     url('fonts/AvenirLTStd-Light.ttf')  format('truetype'); /* Safari, Android, iOS */
}

@font-face
{
font-family:americantypewriter;
src: url('fonts/americantypewriter.eot'); /* IE9 Compat Modes */
src: url('fonts/americantypewriter.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
     url('fonts/americantypewriter.woff') format('woff'), /* Modern Browsers */
     url('fonts/americantypewriter.ttf')  format('truetype'); /* Safari, Android, iOS */
}