/*
 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
*/
body, button, input, select, textarea {
    font-family: Jost, sans-serif!important;
    font-size: 16px!important;
}
.site-footer a{text-decoration:none}
.home #page, #page{padding-left:0;padding-right:0}
.form-control {
background: #f7f8f9;
border: 1px solid #dcdcdc;
height: 45px;
}
input[type="date"], select{background: #f7f8f9!important;border-radius:0!important;border: 1px solid #dcdcdc!important;}
textarea.form-control {
height: 90px;
resize: none;
background: #f7f8f9;
border-radius:0!important;
border: 1px solid #dcdcdc!important;
}

.btn-custom {
background-color: #c7b299;
color: #fff;
padding: 12px 35px;
border: none;
letter-spacing: 1px;
}

.btn-custom:hover {
background-color: #b49d84;
}
.book-btn a {
    background: #ccba9f;
    text-transform: uppercase;
}
.sticky-enabled .main-navigation.is_stuck{background:#000}
.wp-block-social-links {
    margin: 0;
	padding: 0;
	list-style: none;
}
.wp-block-social-links svg {
    background: #fff;
    border-radius: 2px;
}