*{
	margin:0px;
	padding:0px;
}

html, body { 
    font-family: 'CenturyGothic', sans-serif;
	color:#000;
}

h1, h2, h3, h4{
	font-family: 'CenturyGothicBold', sans-serif;
}

a img{
	border:0px;
}

a{
	text-decoration:none;
	transition: all 0.7s ease 0s;
}

ul{
	list-style-type:none;
}

footer{
	background-color:#4a3004;
	padding-top:20px;
	padding-bottom:10px;
}

footer p{
	color: #fff;
	text-align:center;
	font-size:12px;
}

.padding-0{
	padding:0;
}


.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

.center{
	text-align:center;
}

.clear{
	clear:both;
}

.parallax {
    background: transparent;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wpcf7-form div.wpcf7-mail-sent-ok {
    border: 0px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: -30px 0 30px;
    padding: 0;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid-tip{
    display:none;
}

.wpcf7-form div.wpcf7-validation-errors {
    border: 0px;
}

input[type="text"].wpcf7-not-valid, input[type="email"].wpcf7-not-valid, textarea.wpcf7-not-valid,select.wpcf7-not-valid{
    border:1px solid red;
}

.wpcf7-form-control-wrap span.wpcf7-not-valid input[type="checkbox"]{
	outline: 1px solid red;
}

input[type="submit"] {
    background-color: transparent;
	border: 1px solid #000;
	width: 100%;
	color: #000;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	transition: all 0.7s ease 0s;
	cursor:pointer;
}

input[type="submit"]:hover {
    background-color:#000;
	border:1px solid #000;
	color:#decaa9;
}

.form span.wpcf7-list-item {
    margin: 0px;
	margin-top:0px;
}

span.wpcf7-list-item {
    margin: 0;
}

.wpcf7-form-control-wrap {
    color: #fff;
	font-size:16px;
}


.form-control {
    color: #7e7e7e;
    background-color: #fff;
    background-image: none;
    border: 0px;
    border-radius: 0;
	margin-bottom:0px;
	box-shadow:none;
}

.jumbotron {
    background: rgba(0, 0, 0, 0) url('assets/img/visual.jpg') repeat scroll center center / cover;
	margin:0;
	padding:0px;
	padding-top:30px;
}

.jumbotron h1{
	color:#fff;
	text-transform:uppercase;
	font-size:55px;
}

h2{
	margin-top:50px;
	margin-bottom:50px;
}

body#post-2{
	background-color:#668566;
}

body#post-2 #logo, body#post-2 h1{
	float:left;
}

body#post-2 h1 {
    color: #fff;
    line-height: 80px;
    font-size: 50px;
	margin-bottom:30px;
}

.form-control{
	line-height:2;
	margin-bottom:30px;
	font-size:30px;
}

input[type="submit"] {
    background-color: #000;
    border: 1px solid #000;
    width: auto;
    color: #fff;
    margin-top: 70px;
    padding-top: 10px;
    padding-bottom: 10px;
    transition: all 0.7s ease 0s;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 30px;
    font-size: 40px;
}

.wpcf7-form div.wpcf7-response-output {
    clear: both;
    margin: 30px;
    padding: 0;
	text-align:center;
}

.jumbotron {
    height: 400px;
}

.content p{
	font-size:22px;
}

#post-3 .content p{
	font-size:14px;
}

.double input[type="checkbox"]{
	zoom: 2;
  transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  -o-transform: scale(2);
  -moz-transform: scale(2);
  transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  margin-right:20px;
  margin-bottom:20px;
}

@media only screen and (max-width : 1200px){
	
}
 
@media only screen and (max-width : 991px){
	.row-eq-height{
		display:block;
	}
	
	body#post-2 h1 {
		font-size: 35px;
	}
	
	input[type="submit"] {
		padding-left: 30px;
		padding-right: 30px;
		font-size: 35px;
	}
	
	.jumbotron {
		height: 300px;
	}
	
	input[type="submit"] {
		margin-top: 110px;
	}
}
 
@media only screen and (max-width : 767px){
	body#post-2 h1 {
		font-size: 30px;
		text-align:center;
		line-height:35px;
		float:none;
		line-height: 50px;
		font-size: 30px;
	}
	
	input[type="submit"] {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 30px;
	}
	
	body#post-2 #logo{
		float:none;
	}
	
	body#post-2 header{
		text-align:center;
	}
	
	.jumbotron {
		height: 200px;
	}
	
	.content p{
		font-size:18px;
	}
}
 
@media only screen and (max-width : 480px){
	body#post-2 h1 {
		line-height: 30px;
		font-size: 20px;
	}
	
	input[type="submit"] {
		padding-left: 15px;
		padding-right: 15px;
		font-size: 20px;
	}
}

@media only screen and (max-width : 320px){
 
}
