/*
Theme Name: Grid MNI 
Theme URI: http://www.gridmni.com
Description: 
Author: Travis B Jarvis
Author URI: http://www.gridmni.com
Version: 1.0 
*/

/*= GENERAL STYLING
--------------------------------------------------------*/

h1{ 
  font-family: 'Josefin Slab', serif;
  font-weight:normal;
  font-size: 55px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

h2{
  font-family: 'Josefin Slab', serif;
  font-weight: normal;
  font-size: 40px;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 0;
}

h3{
  font-family: Oswald;
  font-weight: bold;
  font-size: 1em;
  text-align: center;
  margin: 5px 0;
  padding: 0;
  z-index: 1;
  position: relative;
}

.arrow-down1{
  position: absolute;
  left:50%;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent; 
  border-top: 10px solid #0f0b17;
}

.arrow-down2{
  position: absolute;
  left:50%;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #cb5154;
}

.arrow-down3{
  position: absolute;
  left:50%;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f2f1ee;
}

.arrow-down4{
  position: absolute;
  left:50%;
  width: 0; 
  height: 0; 
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #1f1139;
}

.center{ 
  margin: 0 auto; 
}

.content{ 
  margin: 0 auto; 
  font-size:
}

.content h1{
  color: #d3565a; 
  font-family: 'Josefin Slab', serif;
  font-size: 4em;
  font-weight: lighter;
}

.content p{
  color: #fff; 
  font: 1.4em;
  margin-top: 0px;
}

.form{
  position: relative;
  top: 40px;
  padding-bottom: 20px;
  padding-top: 50px;
}

.form p{
  font-style: normal;
  padding-bottom: 10px;
}

.owner img{
  padding-top: 10px;
  padding-bottom: 25px;
}

.owner h3{
  font-family: 'Josefin Slab', serif;
  color: #1f1139;
  font-weight: bold;
}

.owner p{
  color: #d3565a;
  font-weight: bold;
  margin-top: -5px;
  padding-bottom: 30px;
}

.position p{
  font-weight: normal;
  color: #969292;
  padding-bottom: 0px;
}

.position p a{
  color: #969292;
  text-decoration: underline;
}


.clear { 
  clear: both; 
}

a.lpanel { 
  float: left; 
  color: #e1e1e1; 
  font-size: 12px; 
  font-family: 'Josefin Slab', serif;
  text-decoration: none; 
  margin: 7px 11px; 
}

a.rpanel { 
  float: right; 
  color: #e1e1e1;  
  font-size: 12px; 
  font-family: 'Josefin Slab', serif;
  text-decoration: none; 
  margin: 7px 11px; 
}

a.lpanel:hover{ 
  color: #fff; 
}

a.rpanel:hover{ 
  color: #fff; 
}

/********************* START OF CONTACT FORM *********************/
.wpcf7 p{
  margin-bottom: 16px;
}
.wpcf7 {
  margin-bottom: 30px;
}

.wpcf7 input, 
.wpcf7 textarea{
  border: solid 1px #f2f1ee; 
  color:#8e8e8e;
  font-size:16px;
  line-height: 20px;
  margin-bottom: 0px;
  margin-top: 10px;
  padding:10px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-bottom: 2px solid #e6e5e2;
}

.wpcf7 textarea{
  height: 100px;
}
 
.wpcf7 .wpcf7-list-item{
  margin-left: 0;
  margin-right: 25px;
  padding-left: 0;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"]
{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #f2f1ee;
  border-bottom: 2px solid #e6e5e2;
}
 
.wpcf7 .wpcf7-list-item input{
  border: none;
  margin-left: 0;
  padding-left: 0;
}
 
.wpcf7 select{
  font-size:16px;
  outline: none;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus
{
  border: 1px solid #d3d3d3;
  border: 1px solid #d3d3d3;
}

.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus{
  background-color: #fbfff8;
}

 
.wpcf7 input:hover, 
.wpcf7 input:focus, 
.wpcf7 input:active, 
.wpcf7 textarea:hover, 
.wpcf7 textarea:focus, 
.wpcf7 textarea:active {
  background: #fbfffd;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.wpcf7 input.wpcf7-submit{   
  border: none;
  position: relative;    
  color: #5f7f6e;   
  font-size: 16px;    
  padding-top: 11px;
  padding-left: 35px;
  padding-right: 35px;     
  background-color: #acd9c2;
  -webkit-transition: color .5s linear, background-color .5s ease-in-out;
  -moz-transition: color .5s linear, background-color .5s ease-in-out;
  -o-transition: color .5s linear, background-color .5s ease-in-out;
  transition: color .5s linear, background-color .5s ease-in-out;  
  margin-bottom: 30px;
  margin-top: 20px;
  border-bottom: 2px solid #89b59c;
}
 
.wpcf7 input.wpcf7-submit:hover{
  background-color: #9dcdb2;
  -webkit-transition: background-color .5s ease-in-out;
  -moz-transition: background-color .5s ease-in-out;
  -o-transition: background-color .5s ease-in-out;
  transition: background-color .5s ease-in-out; 
  cursor: pointer;
}
 
.wpcf7 input.wpcf7-submit:active{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #ffffff;   
  top: 1px;   
}
 
.wpcf7 .wpcf7-validation-errors{
  background-color:#f4ae46;
  border:none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin:0;
  padding:20px; 
  color: #ffffff;  
}
 
.wpcf7 .wpcf7-mail-sent-ok{
  border:none;
  background-color:#8ac055;
  margin:0;
  padding:20px;  
  color: #ffffff;  
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
 
.wpcf7 .wpcf7-mail-sent-ng{
  border:none;
  background-color:#cf2d38;
  margin:0;
  padding:20px; 
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;   
  color: #ffffff;  
}
 
.wpcf7 span.wpcf7-not-valid-tip{
  border:none;
  background-color:#cf2d38;
  padding:10px;
  padding-left: 15px;
  padding-right: 15px;
  border-radius:3px;
  width: 180px;
  color: #ffffff;    
}
 
.wpcf7-form .fleft{
  float: left;
}
 
.wpcf7-form .mright20{
  margin-right: 20px;
}
 
.wpcf7-form .mright40{
  margin-right: 40px;
}
 
.wpcf7-form .clear{
  clear: both;
}
/********************* END OF CONTACT FORM *********************/


/*= HEADER & NAVIGATION
--------------------------------------------------------*/
#header { 
  width: 100%; 
  background: url('http://www.gridmni.com/wp-content/themes/gridmni-master/img/header-bg.png'); 
  height: 80px;   
  position: absolute;
}

#nav {
  width: 450px; 
  float: right; 
  margin-top: 20px; 
}

#logo a { 
  color: #fff; 
  text-decoration: none; 
  float: left; 
  font-size: 25px; 
  letter-spacing: 2px;
  margin-top: 25px; 
  color: #fff; 

  font-weight: normal; 
  font-family: 'Orbitron', sans-serif;
}

#logo img{
  margin-top: -10px;
  width: 60px;
  padding-right: 10px;
}

#nav ul{
  list-style: none;
  display: block;
  margin: 0 auto;
  list-style: none;   
}

#nav li{
  margin-top: 9px;    
  float: left;
  padding-left: 21px;
}

#nav li a{ 
  color: #fff; 
  opacity:0.6; 
  font-size: 1.1em; 
  letter-spacing: 1px;
  text-decoration: none; 
  font-family: 'Josefin Slab', serif; 
  font-size: normal 
}

#nav li a.active{ 
  color: #fff; 
  opacity:1; 
  border-bottom: 2px solid #fff; 
}

#nav li a:hover{ 
  color: #fff; 
  opacity:1;  
}


/*= SLIDES STYLING
--------------------------------------------------------*/
#slide1, #slide2{ 
  width: 100% !important; 
}

#slide1{
  background:url('http://www.gridmni.com/wp-content/themes/gridmni-master/img/gridmni_feature.jpg') 50% 0 no-repeat fixed;
  color: #fff;
  /*background: url(img/gridmni_feature.jpg) no-repeat top center;*/
  background-size: cover;
  height: 725px;
  margin: 0;
  padding: 200px 0 260px 0;
}

#slide1 .content p{
  letter-spacing: 2px;
}

#slide2{
  background-color: #cb5154;
  color: #fff;
  margin: 0 auto;
  overflow: hidden;
}

#slide2 .content h1{
  color: #fff;
  font-size: 3em;
}

#slide2 .content p{
  margin-top: 15px;
  font-size: 1.2em;
}

#slide3{
  background-color: #f2f1ee;
  color: #fff;
}

#slide3 .content h1{
  font-size: 3em;
}

#slide3 .who p{
  color: #969292;
}

#slide3 .content .who p{
  margin-top: 5px;
  padding-bottom: 30px;
}

#slide4{
  background-color: #1f1139;
  color: #acd9c2;
}

#slide4 .content h1{
  color: #acd9c2;
  font-size: 3em;
}


#slide4 ul{
  padding-bottom: 30px;
}

#slide5{
  background-color: #f2f1ee;
  color: #acd9c2;
}

#slide5 .content h1{
  font-size: 3em;
}

#slide .content h3{
  font-family: 'Josefin Slab', serif;
  color: #1f1139;
  font-weight: lighter;
}

#slide5 .content p{
  color: #969292;
  text-align: center;
}

#slide5 #text{
  padding-bottom: 25px;
}

#slide5 #text p{
  text-align: center;
}

#slide5 input .wpcf7-form-control .wpcf7-submit{
  text-align: center;
}


#slide6{
  position: relative;
  background-color: #ebeae7;
  color: #acd9c2;
  border-top: 2px solid #e3e2df;
  padding-top: 50px;
  padding-bottom: 50px;
  font-size: 14px;
}

#slide6 .content  a{
  color: #969292;
  text-align: center;
}



/* Preload images */
body:after {
  content: url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/close.png) url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/loading.gif) url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/prev.png) url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/next.png);
  display: none;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 4px;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(http://www.gridmni.com/wp-content/themes/gridmni-master/img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  #slide1 h1 { 
    font-size: 3em;
    margin-top: 0px;
  }

  #logo { 
    margin-left: 30px;
  }
}