.generate-back-to-top {
    right: 90px!important;
    bottom: 25px!important;
}


.one-half, .two-half, .one-third {
    position: relative;
    margin-right: 4%;
    float: left;
    margin-bottom: 5px;
 	padding: 0;
}
 
.one-half, .two-half { width: 48%; }
.one-third { width: 30.66%; }
 
.last {
    margin-right: 0 !important;
    clear: right;
}
 
@media only screen and (max-width: 767px) {
    .one-half, .two-half, .one-third {
        width: 100%;
        margin-right: 0;
    }
}

#contact {
	height: 1px;
}

.wpcf7-form {
	padding: 15px;
}

.wpcf7-form p {
	padding: 0;
	margin: 0;
}

.wpcf7-form textarea { 
    width: 100%!important;
    height: 150px;
}

.wpcf7-spinner {
	display: block;
}

.btn-submit {
	text-align: center;
}

.wpcf7-submit {
	margin: 5px 0px!important;
	background: #1E73BE!important;
	color: #fff!important;
	padding: 10px 15px!important;
	font-size: 15px!important;
	font-weight: bold;
	border-radius: 3px!important;
	border: 0!important;
	transition: .3s ease-in-out!important;
}

.wpcf7-submit:hover {
	background: #000!important;
	cursor: pointer!important;
}

.wpcf7 input[type="text"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 input[type="range"], .wpcf7 input[type="password"], .wpcf7 select, .wpcf7 textarea, .wpcf7-number {
    color: #2F3829;
    border-top-width: 1px;
    border-right-width: 1px;
    border-bottom-width: 1px;
    border-left-width: 1px;
    padding: 5px 15px 5px 15px;
    border-color: rgba(51,51,51,0.11);
    background-color: #fdfdfd;
    border-radius: 2px;
}


.wpcf7 input[type="text"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 input[type="range"], .wpcf7 input[type="password"], .wpcf7 select, .wpcf7 textarea {
    font: normal 15px / 27px "Roboto", Helvetica, Arial, Verdana, sans-serif;
    font-size: 15px;
}

.wpcf7 input[type="text"], .wpcf7 input[type="search"], .wpcf7 input[type="tel"], .wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="number"], .wpcf7 input[type="date"], .wpcf7 input[type="range"], .wpcf7 input[type="password"], .wpcf7 select, .wpcf7-number {
    height: 40px;
}

.wpcf7 input[type=text], .wpcf7 input[type=tel], .wpcf7 input[type=url], .wpcf7 input[type=email], .wpcf7 input[type=number], .wpcf7 input[type=date], .wpcf7 input[type=range], .wpcf7 input[type=password], .wpcf7 textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
}

.wpcf7 input::-webkit-input-placeholder {
    color: rgba(47,56,41,0.5);
}

.wpcf7 input:-moz-placeholder {
    color: rgba(47,56,41,0.5);
}

.wpcf7 textarea::-webkit-input-placeholder {
    color: rgba(47,56,41,0.5);
}

.wpcf7 textarea:-moz-placeholder {
    color: rgba(47,56,41,0.5);
}

.wpcf7 input:focus::-webkit-input-placeholder {
    color: rgba(47,56,41,0.15);
}

.wpcf7 input:focus:-moz-placeholder {
    color: rgba(47,56,41,0.15);
}

.wpcf7 textarea:focus::-webkit-input-placeholder {
    color: rgba(47,56,41,0.15);
}

.wpcf7 textarea:focus:-moz-placeholder {
    color: rgba(47,56,41,0.15);
}

.wpcf7 input::placeholder, .wpcf7 textarea::placeholder {
    opacity: 0.5!important;
    color: inherit!important
}

.wpcf7-form input[type=text], .wpcf7-form input[type=tel], .wpcf7-form input[type=url], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=date], .wpcf7-form input[type=range], .wpcf7-form textarea, .wpcf7-select {
    width: 100%;
}
.widget_search input[type=text].searchform-s, .woocommerce div.elementor .the7-elementor-widget form.cart table.variations td.value select, .wpcf7-number, input[type=text]:not(.elementor-field):not(.searchform-s), input[type=search]:not(.elementor-field), input[type=tel]:not(.elementor-field), input[type=url]:not(.elementor-field), input[type=email]:not(.elementor-field), input[type=number]:not(.elementor-field), input[type=date]:not(.elementor-field), input[type=range]:not(.elementor-field), input[type=password]:not(.elementor-field), select:not(.elementor-field), textarea:not(.elementor-field) {
    /*margin-bottom: 10px;*/
    border-style: solid;
    box-sizing: border-box;
}

.wpcf7-response-output {
	color: #FFF!important;
}

.wpcf7 form.sent .wpcf7-response-output {
	border-color: #1E73BE!important;
}

.wpcf7-not-valid-tip {
    color: #FF0000!important;
    font-size: 15px!important;
    font-weight: normal;
    display: block;
}