/*
Theme Name: Twenty Twenty-One Child
Theme URI: https://wordpress.org/themes/twentytwentyone/
Author: Lift-d
Description: Twenty Twenty-One Child
Template: twentytwentyone
Version: 1.0
Text Domain: twentytwentyonechild
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

.form-container {
	width: 900px;
    margin: 0 auto;
}

.form-container input, .form-container textarea{
    border: 1px solid gray;
    border-radius: 6px;
}

.form-container select{
	border-top:none;
	border-left:none;
	border-right:none;
	border-bottom: 1px solid gray;
	width: 30%;
    margin-right: 30px;
	margin-bottom: 35px;
}


.form-container input, .form-container textarea{
	width: 100%;
}

select:focus, input:focus {
    outline: none!important;
}

.form-container label {
	color: #21252D!important;
    font-family: 'Titillium Web';
    font-weight: 400;
    font-size: 18px;
	padding-top: 25px;
    margin: 5px 0;
}

input.wpcf7-submit{
    background: #4CA6FF!important;
    width: 165px;
    padding: 10px 43px;
    border: none;
    color: #ffffff!important;
    font-family: 'Titillium Web';
    font-weight: 700;
    font-size: 18px;
	margin-top: 70px;
}

@media (max-width: 767px) {
 .htslider-slider .slick-arrow {
    margin: 0 -12%;
}
}