
html,body,div,span {
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	margin:0;
	border:0;
}

body,div,span {
    box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	padding:0;
	margin:0;
	border:0;
    font-family: "GFS Didot", serif;
    font-weight:400;
}


html {
	height:100%;
	width:100%;
}

body {
    width:100%;
	color:#333;
    line-height:160% !important;
    font-size: 16px !important;
    font-family: "GFS Didot", serif;
    font-weight:400;
    overflow-x: hidden !important;
    margin:0;
    background:#000;
}

input.text,select,
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="button"],
input[type="submit"],
input[type="date"],
textarea,
.input-checkbox {
-webkit-appearance: none;
border-radius: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
  /* Additional css `propery: value;` pairs here */
}

a {
    text-decoration:none;
    color:black;
}

a:hover {
    color:#000;
}

h1, h2, h3, h4, h5, h6 {
    margin:0;
    padding:0;
}

div {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box
}

strong {
    font-weight:bold !important;
}

ol, ul  {
    margin:0;
    padding:0 0 0 23px;
}

ol li {
    margin:0;
    padding:0 0 20px 0;
}

p {
    font-size:18px;
}



.outer-wrapper {
    width:100%;
    text-align:center;
    position:relative;
    margin:0 !important;
    padding:60px 0;
}

.inner-wrapper {
    width:100%;
    max-width:640px;
    margin:0 auto;
    position:relative;
    padding:0 20px;
    padding:20px;
}

.quick-contact-form-outer {
    width: 100%;
    border: 20px solid rgba(0, 0, 0, 0.5);
    background-clip: padding-box;
}

.quick-contact-form-inner {
    width: 100%;
    background:rgba(0, 0, 0, 0.8);
    background-clip: padding-box;
    padding: 40px 50px;
    /*border-radius:20px;*/
    color:#ccc;
}

.quick-contact-form h2 {
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 58px;
  line-height: 120%;
  /*width: 80%;*/
  margin: 0 auto 20px auto;
}

.quick-contact-form h3 {
    font-weight:100 !important;
    color:#fff !important;
    font-size: 20px;
    line-height:140%;
    font-family: Arial, Helvetica, sans-serif;
    /*width:70%;*/
    margin:0 auto;
}

.quick-contact-form .screen-reader-response {
    display:none !important;
}

.quick-contact-form .intro {
    margin:0 auto;
    padding:10px 0 0 0;
}

.quick-contact-form form {
    padding: 0;
    width: 100%;
    margin: 0 auto;
    margin: 30px auto 0 auto !important;
}

.quick-contact-form select {
    width:100%;
    padding:10px;
    font-size:18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:500 !important;
    border:1px solid #ccc;
    margin:5px 0 10px 0;
    line-height:100%;
}

.quick-contact-form input, .quick-contact-form select, .quick-contact-form .datepicker {
    width:100%;
    padding:10px;
    font-size:18px;
    font-size:16px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:500 !important;
    border:1px solid #666;
    margin:5px 0 10px 0;
    line-height:100%;
    background:rgba(0, 0, 0, .3);
    background-clip: padding-box;
    color:#fff;
    letter-spacing: 1px;
}

.quick-contact-form .datepicker {
    height:45px;
}

.quick-contact-form .datepicker {
    background:#fff !important;
}

.quick-contact-form textarea {
    width:100%;
    padding:10px;
    font-size:18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:500 !important;
    border:1px solid #666;
    height:100px;
    line-height:100%;
    margin:5px 0 10px 0;
    background:rgba(0, 0, 0, .3);
    background-clip: padding-box;
    color:#fff;
    letter-spacing: 1px;
}

.quick-contact-form .wpcf7-submit {
    width: 100%;
    padding:15px 20px;
    text-transform: uppercase;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700 !important;
    border: 1px solid #ccc;
    margin:5px 0 0 0;
    background: #fff;
    color: #000;
    line-height: 100%;
    cursor: pointer;
    border: 0;
    letter-spacing: 2px;
    border:2px solid #fff;
}

.quick-contact-form .wpcf7-submit:hover {
    background:#000;
    color:#fff;
    border:2px solid #fff;
}

.datepicker, .timepicker { 
   color:#000 !important;
}

.quick-contact-form form p {
  text-align: left;
}


/* CONTACT FORM 7 STUFF */
span.wpcf7-list-item {
    margin: 0 10px 10px 4px !important;
}

div.wpcf7 .ajax-loader, div.wpcf7-mail-sent-ok, .wpcf7-spinner {
    display:none !important;
}

.div.wpcf7-validation-errors {
    top: 0px !important;
}

div.wpcf7-spam-blocked {
    border: 0 !important;
    background-color: #f00;
    border-color: #f00 !important;
    color: #fff;
}

span.wpcf7-not-valid-tip {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    background: #e00;
    padding: 10px;
    text-align: center !important;
    margin: -10px auto -10px auto;
    width: 100% !important;
    display: table;
    font-family: Arial, Helvetica, sans-serif;
}

.wpcf7-response-output {
    color: #fff !important;
    text-transform: uppercase !important;
    font-size: 18px !important;
    line-height:140% !important;
    background: #e00;
    padding: 10px !important;
    text-align: center !important;
    margin: -20px auto 10px auto !important;
    margin: 0 auto 10px auto !important;
    width: 100% !important;
    display: table;
    border:0 !important;
    font-family: Arial, Helvetica, sans-serif;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
    border: 0 !important;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-weight: normal;
    font-size: 16px;
    background: #e00;
    padding: 20px !important;
    margin: 0 0 0 0 !important;
    font-family: Arial, Helvetica, sans-serif;
}

.wpcf7 form.sent .wpcf7-response-output {
  display: none !important;
}
/* CONTACT FORM 7 STUFF */


















.thanks-wrapper {
    padding: 400px 0 300px 0;
}

.thanks-header-mini-border {
    border-top: 1px solid #fff;
    width:30px;
    height:40px;
}

.thanks-wrapper .inner-wrapper {
    color:#eee;
    text-align:left;
    padding: 20px 60px;
}

.thanks-wrapper .inner-wrapper h2 {
  font-weight: 400 !important;
  color: #fff !important;
  font-size: 58px;
  line-height: 120%;
  /*width: 80%;*/
  margin: 0 auto 20px auto;
}

.thanks-wrapper .inner-wrapper h3 {
    font-weight:100 !important;
    color:#fff !important;
    font-size: 20px;
    line-height:140%;
    font-family: Arial, Helvetica, sans-serif;
    font-family: "GFS Didot", serif;
    /*width:70%;*/
    margin:0 auto;
}
