/*
 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
*/

li#menu-item-24 a {
    background-color: #FFC107;
    color: #13355B;
    line-height: 35px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #13355b;
    border-radius: 150px;
    font-size: 20px;
    font-weight: 300;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background: #EFBF04;
    color: #13355b;
}
ul.wp-block-social-links {
    margin: 0px;
}
.tnp-field label {
    display: none !important;
}
.tnp.tnp-subscription form {
    display: flex;
}
.tnp-field.tnp-field-email, .tnp-field.tnp-field-button {
    margin-bottom: 0px !important;
}
input.tnp-submit {
    background: #13355b !important;
    font-size: 15px !important;
    margin: 0px !important;
    padding: 13px 5px !important;
}
.tnp.tnp-subscription form {
    display: flex;
    background: #fff !important;
    padding: 1px;
}
select.wpcf7-form-control {
    width: 100%;
    border: 2px solid #2222221a;
    border-radius: 5px;
    background: transparent;
    padding: 16px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}
form.wpcf7-form.init label {
    font-size: 18px;
    font-weight: 700;
    font-family: Lora, serif;
}
.full {
    display: flex;
    gap: 20px;
}
.half input,textarea.wpcf7-form-control.wpcf7-textarea {
    border-radius: 5px;
    background: transparent;
    padding: 16px;
    width: 100%;
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
}

form.wpcf7-form.init p {
    font-size: 14px;
}
a{
	text-decoration:none !important;
}
.cat-btn {
    position: absolute;
    top: 10px;
    left: 10px;
}
.image-height img {
    max-height: 600px;
    object-fit: cover;
}
@media (max-width:767px){
	.image-height img {
    max-height: 350px;
    object-fit: cover;
}
}