/*
 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
*/

.contact_us a{
    border: 2px solid #91E8FF;
    border-radius: 25px;
    width: max-content;
}

.buttons{
    cursor: pointer;
}

.main-nav a:hover{
    border-bottom: 2px solid #91E8FF;
}

.wpcf7-form-control.wpcf7-text{
    background-image: linear-gradient(201deg, #9cdbcd, #91E8FF);
    color: #1B202F;
    border-radius: 10px;
    width: 100%;
}

.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required{
    height: 100px;
    background-image: linear-gradient(201deg, #9cdbcd, #91E8FF);
    color: #1B202F;
    border-radius: 10px;
    resize: none;
}

.wpcf7-form-control-wrap{
    background-image: linear-gradient(201deg, #9cdbcd, #91E8FF);
    color: #1B202F;
}

.wpcf7-form-control-wrap{
    background-image: none;
}

.wpcf7-form-control.wpcf7-submit{
    background-image: linear-gradient(201deg, #9cdbcd, #91E8FF);
    border-radius: 10px;
}

a{
    text-decoration: none;
}