/* Enter Your Custom CSS Here */

nav > ul li a, nav div > ul li a {
    color: #3e3e3e;
    float: left;
    font-family: Lato;
    font-size: 14px;
    font-weight: 600;
    padding: 20px 30px;
    position: relative;
    text-transform: none;
}
.home .block {
    padding-top:0px;
}

.wrapper {
  min-height: 500px;
  padding-top:50px;
}

.home footer .block {
  padding-top: 20px;
	padding-bottom: 20px;
}

.block {
    float: left;
    width: 100%;
    padding: 20px 0;
    position: relative;
}

.subscribe-modal > form {
    background: rgb(234, 234, 234) none repeat scroll 0 0;
    float: left;
    margin-top: 30px;
    padding: 25px 30px;
    position: relative;
    width: 100%;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea
{
    background-color: #fff;
    color: #000;
    width: 80%;
}

.form-allowed-tags {
  display: none;
}