/*
Theme Name: WordpresStyle 2010
Theme URI: http://wordpresstyle.com/
Author: Wordpresstyle.com
Author URI: http://wordpresstyle.com/
Description: We help you make beautiful responsive WordPress sites, faster and easier than ever before.
Version: 2.0
*/


html {
	font-family: 'Source Sans Pro', sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

h1,h2,h3,h4,h5,h6 {
  font-family: 'Source Sans Pro', sans-serif;  
  margin: 0;
  padding: 0;
}
a {
    text-decoration: none;
     font-family: "Source Sans Pro",sans-serif;
     outline: none;
}
p{
   font-family: 'Source Sans Pro', sans-serif; 
     font-weight: 300;
  color: #858585;
  font-size: 20px;
  margin: 0 auto;
  line-height: 30px;
  word-spacing: 1px;
}

body {
	margin: 0;
        background: #fff;
         font-family: "Source Sans Pro",sans-serif;
}

.logo {
    float: left;
}
.main-hero {
  background: linear-gradient(to right bottom,#ffffff,#eceff1,#e0e3e5);
    background: -webkit-linear-gradient(to right bottom,#ffffff,#eceff1,#e0e3e5);
    min-height: 200px;
    overflow: hidden;
    width: 100%;
    padding: 30px 0 15px 0;
}

.content_container {
    width: 1170px;
   margin: 0 auto;
   overflow: hidden;   
}
.info_top {
    text-align: center;
    margin-top: 70px;
}
header {
    overflow: hidden;
}

nav {
float: right;
overflow: hidden;
margin-top: 20px;
}

nav a{
display: inline-block;
color: #5fbb46;
font-size: 18px;
padding: 0 10px;
font-weight: 600;
}
nav a:hover{
color: #65687f;
}




.info_top img {
  max-width: 58px;
  width: 100%;
  height: auto;
}

.info_top h2{
 font-size: 53px;
 color: #3d4057;
 font-weight: 400;
 text-shadow: 1px 1px #fff;
}
.info_top h3{
color: #a5a5a5;
    font-size: 25px;
    font-weight: 300;
    margin-bottom: 45px;
    margin-top: 20px;
}
.info_top > h5 {
   color: #5fbb46;
    font-size: 27px;
    margin-bottom: 20px;
    font-weight: 500;
}
.info_top > h5 img{
  margin: -2px 5px;
    width: 24px;    
}

.contact {
    text-align: center;
      background: #eceff1 none repeat scroll 0 0
}


.h3style{
 color: #3d4057;
    display: block;
    font-size: 50px;
    margin: 20px 0 0;
    padding: 8px 0;
    text-align: center;
}
.h3style:after {
     background: #5FBB46 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 3px;
    margin: 4px auto;
    width: 10%;
}
.privacy {
color: #989898;
font-size: 11px;
letter-spacing: 0.3px;
}
.contact_form{
margin: 30px auto!important;
    max-width: 620px!important;
}


.gform_footer.top_label {
    margin-top: 20px;
}
.gform_wrapper ul{
    margin: 0;
    padding: 0;
    text-align: left;
}
.gform_wrapper li{
    list-style: none;
}
.gform_wrapper select {
    width: 100%!important;
}
.gfield_contains_required input, .gfield_contains_required textarea, .gfield_contains_required select{
    width: 92%!important;
    margin: 5px 0!important;
}
.gform_wrapper input,.gform_wrapper textarea,.gform_wrapper select  {
  border: 1px solid #e1e4e6;
    color: #8f8f8f;
    font-family: "Source Sans Pro",sans-serif;
    font-size: 15px !important;
    letter-spacing: 0.2px;
    padding: 15px 10px !important;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px; 
outline: medium none;
}
#field_1_8 .gfield_label{
 border-bottom: 1px dashed #d4d4d4;
    color: #5fbb46;
    display: inline-block !important;
    font-size: 21px;
    font-weight: 600;
    margin-bottom: 10px;
}
#field_1_8 .ginput_container {
    margin: 5px 0 10px;
}
#input_1_8 {
 color: #858585;
    font-size: 15px;
    line-height: 28px;
}
#input_1_8 input{
 margin: 0 5px 0 0!important;
 cursor: pointer;
}
#input_1_8 label{
 cursor: pointer;
}

#input_1_8 label:hover{
 color: #5fbb46;
}
.gfield_label {
    display: none;
}
.gform_wrapper input:focus {
    border: 1px solid #5FBB46;
}
.gform_wrapper textarea:focus {
    border: 1px solid #5FBB46;
}

.gform_wrapper .name_first label {
    display: none!important;
}
.gform_wrapper .gform_validation_container {
    display: none;
}
.gform_button {
    background: #5FBB46 none repeat scroll 0 0;
    border: medium none !important;
    color: #ffffff !important;
    font-weight: bold;
    max-width: 245px;
    text-transform: uppercase;
    width: 100% !important;
    cursor: pointer;
}
.gform_button:hover{
    background: #000 none repeat scroll 0 0;
    transition: background 0.3s ease-in-out 0s;
}

.offer {
    overflow: hidden;
    padding: 40px 0 80px;
    text-align: center;
    background: #fff;
}

.offer .box{
   display: inline-block;
    margin: 60px 20px 0;
    overflow: hidden;
    text-align: center;
   width: 25%; 
vertical-align: top;
}

#other .box{
  width: 45%;   
}

#other .box img {
max-width: 50px;    
}

#other ul li {
text-align: left;
color: #7f7f7f;
line-height: 26px;
}

.offer .box img{
    width: 100%;
    height: auto;
    max-width: 80px;
}

.offer .box h4{
 color: #65687f;
 font-size: 27px;
 font-weight: 700;
 margin: 20px 0 15px;
 text-shadow: 1px 1px #fff;
}
.offer .box h4 span{
 color: #b20000;
}
.color_red {
    color: #b20000;
}
.offer .box h5{
  color: #7f7f7f;
    font-size: 18px;
    font-weight: 200;
 text-shadow: #f1f1f1;
}

.box4 {
width: 22%;
display: inline-block;
vertical-align: top;
padding: 5px 15px;
}

.box4 p{
font-size: 18px;
font-weight: 200;
line-height: 24px;
text-align: left;
}

.box4 h5 {
color: #84879E;
display: block;
font-size: 20px;
margin: 10px 0 0;
padding: 8px 0;
}
.get {
   overflow: hidden;
    padding: 40px 0 70px; 
    text-align: center;
    background: linear-gradient(to right bottom,#ffffff,#eceff1,#e0e3e5);
    background: -webkit-linear-gradient(to right bottom,#ffffff,#eceff1,#e0e3e5);
}

.get .box2{
 display: inline-block;
    margin: 15px;
    min-height: 80px;
    overflow: hidden;
    position: relative;
    text-align: center;
    width: 30%;
}
.get .box2 p{
 position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 19px;
}
.get .box2 img{
    width: 100%;
    height: auto;
    max-width: 80px;
}

.get .box2 h4{
 color: #545454;
 font-size: 22px;
 font-weight: 900;
 text-transform: uppercase;
}
.get .box2 p{
  color: #878787;  
  font-size:14px;
 font-weight: 400;
}

.gform_confirmation_message {
color: #5fbb46;
    font-size: 33px;
    padding: 100px 0;
}

.footer {
 border-top: 1px solid #e0e0e0;
    color: #cccccc;
    font-size: 11px;
    padding: 5px 0;
    text-align: center;
    line-height: 15px;
}

.footer a{
color: #3d4057;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.3px;
}

/* RESPONSIVE STYLE  */
@media screen and (max-width : 900px){
	.box4 {
  width: 80%;
  display: inline-block;
  vertical-align: top;
  padding: 5px 10px;
}
	
.content_container {
        width: 100%;
    }
  .logo {
    float: none;
    margin: 0 auto;
    text-align: center;
    max-width: 380px;
}

.logo img {
    width: 100%;
    height: auto;
}
nav {
 display: none;
}
.main-hero {
    padding-top: 0!important;
}
header {
    background: #eceff1 none repeat scroll 0 0;
    overflow: hidden;
    position: fixed;
    width: 100%;
}
.info_top {
    margin-top: 90px;
}






.clients_content {
    padding: 0 104px;
    width: 700px;
}

.featured_img {
  float: left;
    margin-right: 40px;
    max-width: 225px; 
}

.slide_container {
 float: left;
    max-width: 420px;
}
.slide_container img{
 float: left;
 margin-right: 10px;
padding-bottom: 75px;
}

.nonresponsive {
    display: none!important;
}

.bx-wrapper .bx-controls-direction a {
    top:35%!important;
}

#clients h1{
color: #5fbb46;
font-size: 35px;
font-weight: 700;
margin: 60px 0;
text-transform: uppercase;
word-spacing: 2px;
text-align: center;
}

#clients h2{
font-size: 36px;
color: #333;
font-weight:300; 
margin-bottom: 15px;
}

#clients p{
 color: #333333;
    font-size: 17px;
    font-weight: 300;
    line-height: 30px;
}
#clients a {
     color: #5fbb46;
    font-weight: bold;
}
#footer {
        background: #eceff1 none repeat scroll 0 0;
    text-align: center;
}
.validation_error {
    background: #fff none repeat scroll 0 0;
    border: 1px dashed red;
    color: red;
    font-size: 14px;
    margin-bottom: 10px;
    padding: 4px 0;
    word-spacing: 2px;
}
.validation_message {
   color: red!important;
    font-size: 13px!important;  
}


.info_top h2 {
 font-size: 38px;
padding: 0 2px;
}

.info_top h3 {
    font-size: 23px;
    margin-bottom: 20px;
}

.offer {
    padding: 10px 0 30px;
}

.info_top img {
    max-width: 36px;
    width: 75%;
}

.h3style {
    font-size: 40px;
}

.offer .box {
margin: 15px 0;
width: 98% !important;
padding: 0 1%;
}
.contact_form {
    width: 92%;
    padding: 0 4%;
}




}