/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

/*newsletter form style*/
.subscribe-form{
    max-width:380px;
}

.subscribe-form .email-field{
    margin-bottom:25px;
}

.subscribe-form input[type="email"]{
    width:100%;
    height:50px;
    border:none;
    border-radius:10px;
    padding:0 20px;
    font-size:16px;
    background:#ffffff;
    color:#000;
    outline:none;
    box-sizing:border-box;
}

.subscribe-form input[type="submit"]{
    width:160px;
    height560px;
    border:1px solid #fff;
    border-radius:10px;
    background:transparent;
    color:#fff;
    font-size:16px;
    cursor:pointer;
    transition:all .3s ease;
}

.subscribe-form input[type="submit"]:hover{
    background:#22B0AE;
    border-color:#22B0AE;
    color:#fff;
}

/*cf7 style*/
.custom-contact-form{
    max-width:650px;
}

.custom-contact-form .form-field{
    margin-bottom:22px;
}

.custom-contact-form input,
.custom-contact-form select,
.custom-contact-form textarea{
    width:100%;
    border:1px solid #22B0B8;
    border-radius:10px;
    background:#ffff;
    padding:0 20px;
    font-size:16px;
    color:#000;
    outline:none;
    box-sizing:border-box;
}

.custom-contact-form input,
.custom-contact-form select{
    height:55px;
}

.custom-contact-form textarea{
    height:180px;
    padding-top:20px;
    resize:none;
}

.custom-contact-form select{
    appearance:none;
    -webkit-appearance:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='22' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");

    background-repeat:no-repeat;
    background-position:right 20px center;
    padding-right:50px;
}

.submit-btn input{
    width:270px !important;
    height:55px !important;
    border-radius:10px !important;
    background:#22B0B8 !important;
    border:1px solid #22B0B8 !important;
    color:#000 !important;
    font-size:16px !important;
    font-weight:500;
    cursor:pointer;
    transition:all .3s ease;
    padding:0 !important;
}
.submit-btn{
    display:flex;
    justify-content:center;
	margin-left:60px;
}

.submit-btn input:hover{
    background:#22B0B8 !important;
    border-color:#22B0B8 !important;
    color:#fff !important;
}