@font-face {
    font-family: 'gotham-black';
    src: url('./font/Gotham-Black.eot'); /* IE9 Compat Modes */
    src: url('./font/Gotham-Black.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./font/Gotham-Black.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/Gotham-Black.woff') format('woff'), /* Pretty Modern Browsers */
         url('./font/Gotham-Black.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./font/Gotham-Black.svg#svgFontName') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-family: 'gotham-book';
    src: url('./font/Gotham-Book.eot'); /* IE9 Compat Modes */
    src: url('./font/Gotham-Book.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./font/Gotham-Book.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/Gotham-Book.woff') format('woff'), /* Pretty Modern Browsers */
         url('./font/Gotham-Book.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./font/Gotham-Book.svg#svgFontName') format('svg'); /* Legacy iOS */
  }
  @font-face {
    font-family: 'gotham-medium';
    src: url('./font/Gotham-Medium.eot'); /* IE9 Compat Modes */
    src: url('./font/Gotham-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('./font/Gotham-Medium.woff2') format('woff2'), /* Super Modern Browsers */
         url('./font/Gotham-Medium.woff') format('woff'), /* Pretty Modern Browsers */
         url('./font/Gotham-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
         url('./font/Gotham-Medium.svg#svgFontName') format('svg'); /* Legacy iOS */
  }
body{
    font-family: 'gotham-book', 'Raleway', sans-serif;
    font-size: 16px;
    color:#737272;
    background-color: #ffffff !important;
}
.bg-green{
    background-color: #003f23;
}
.logo{
    width:390px;
}
.bg-texture{
    background-image: url('./img/line-bg.png'), url('./img/line-bg.png');
    background-position: top left, top right;
    background-repeat: repeat-y;
}
h1{
    font-size: 50px;
    color:#934314;
    font-family: 'gotham-black', 'Raleway', sans-serif;
}
h4{
    font-size: 30px;
    color:#934314;
    font-family: 'gotham-medium', 'Raleway', sans-serif;
}
.title h1{
    letter-spacing: 9px;
    padding-left: 9px;

}
.title span{
    color:#003f23;
    font-size:22px;
    font-family: 'gotham-medium', 'Raleway', sans-serif;
}
a {
  color: #934314;
}
a:hover {
  color: #934314;
}
.logo-libarna{
 width:142px;
 display: inline-block;
}
.logo-vecchia{
  width:234px;
  display: inline-block;

}
.logo-m{
  text-align:right;
  margin-top:-334px;
}
.logo-m img{
  width:308px;
}

footer p{
  color:#809F91;
  font-size: 12px;
}
footer a{
  color:#ffffff;
  text-decoration: underline;
}
footer a:hover{
  color:#ffffff;
  text-decoration: underline;
}
.logo-footer {
  padding-right:0px;
}
.logo-footer img{
  width:200px;
}


@media (max-width: 1199px) {
  .logo-m{
    text-align:right;
    margin-top:-227px;
  }
  .logo-m img{
    width:210px;
  }
}
@media (max-width: 991px) {
  .logo-m{
    display:none;
  }
}
@media (max-width: 767px) {
  h1{
    font-size: 32px;
}
h4{
    font-size: 20px;
}
.title h1{
  letter-spacing: 5.8px;
  padding-left: 6px;

}
.title span{
    font-size:14px;
}
.bg-texture{
  background-image: none;
}
.logo-libarna{
  width:30%;
 }
 .logo-vecchia{
  width:50%;
 }
}
/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #999999;}
input:-moz-placeholder { color: #999999;}
input::-moz-placeholder { color: #999999;}
input:-ms-input-placeholder { color: #999999;}

textarea::-webkit-input-placeholder { color: #999999;}
textarea:-moz-placeholder { color: #999999;}
textarea::-moz-placeholder { color: #999999;}
textarea:-ms-input-placeholder { color: #999999;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}




/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background: #e6e6e6;

}

.wrap-contact100 {
  width: 550px;
  background: transparent;
  padding: 30px 0 80px 0;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
}

.contact100-form br{
  display: none;
}

.wpcf7-form.sent .wpcf7-response-output{
  display: none !important;
}

.contact100-form input[type=submit]{
  background-color: transparent
}

.contact100-form p{
  margin: 0px
}

.contact100-form-title {
  display: block;
  font-family: Oswald-Medium;
  font-size: 30px;
  color: #43383e;
  line-height: 1.2;
  text-align: left;
  padding-bottom: 35px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: #F9F4F1;
  margin-bottom: 17px;
}

.label-input100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 58px;
  height: 62px;
  position: absolute;
  top: 0;
  left: 0;
  cursor: pointer;
  font-size: 18px;
  color: #999999;
}

.input100 {
  display: block;
  width: 100%;
  background: transparent;
  font-size: 15px;
  color: #43383e;
  line-height: 1.2;
  padding: 0 5px;
}


/*---------------------------------------------*/
input.input100 {
  height: 62px;
  padding: 0 20px 0 58px;
}


textarea.input100 {
  min-height: 199px;
  padding: 19px 20px 0 23px;
}


/*==================================================================
[ Restyle Checkbox ]*/

.contact100-form-checkbox {
  padding-top: 12px;
  padding-bottom: 20px;
}

.input-checkbox100 {
  display: none;
}

.label-checkbox100 {
  display: block;
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  font-size: 16px;
    color:#737272;
  line-height: 1.2;
}

.label-checkbox100::before {
  content: "\f00c";
  font-family: FontAwesome;
  font-size: 15px;
  color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 2px;
  background: #F9F4F1;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.input-checkbox100:checked + .label-checkbox100::before {
  color: #555555;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  padding-top: 13px;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.contact100-form-btn {
  background: #003f23;
  border-radius: 31px;
  background: -webkit-linear-gradient(-135deg, #48B484, #003f23);
  background: -o-linear-gradient(-135deg, #48B484, #003f23);
  background: -moz-linear-gradient(-135deg, #48B484, #003f23);
  background: linear-gradient(-135deg, #48B484, #003f23);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  background: #003f23;
  border-radius: 31px;
  background: -webkit-linear-gradient(-135deg, #48B484, #003f23);
  background: -o-linear-gradient(-135deg, #48B484, #003f23);
  background: -moz-linear-gradient(-135deg, #48B484, #003f23);
  background: linear-gradient(-135deg, #48B484, #003f23);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 160px;
  height: 62px;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}

/*------------------------------------------------------------------
[ Responsive ]*/



/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 2px;
  pointer-events: none;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f06a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}
