/*
Theme Name: hestia-child
Version: 1.0
Description: A child theme of Hestia
Template: hestia
Author: Stefano Tusino
*/
@import url("../hestia/style.css");
/* Your awesome customization starts here */
.wpcf7-select{
	background-color: #242424;
	width:520px;
}
.wpcf7 .wpcf7-submit{
  background-color: #242424;
}
.wpcf7 .wpcf7-submit:hover{
  background-color: #4b4b4b;
}
#header {
    top: 0px;
    position: fixed;
    width: 100%;
    z-index: 9999;
}
body.admin-bar #header {
    top: 32px;
}
body {
    padding-top: 60px; /* Solo header */
}
@media only screen and (max-width: 459px) {
body.admin-bar {
    padding-top: 35px;
}
}
@media only screen and (min-width: 460px) and (max-width: 589px) {
    body.admin-bar {
        padding-top: 15px;
    }
}
@media only screen and (min-width: 590px) and (max-width: 767px) {
body.admin-bar {
   padding-top: 0px;
}
}
@media only screen and (min-width: 701px) and (max-width: 782px) {
body {
   margin-top: -15px;
}
}