/*!
Theme Name: Mayfair private office
Theme URI: http://underscores.me/
Author: Silverbackstudios.co.uk
Author URI: https://silverbackstudios.co.uk/
Description: Custom made WordPress theme for Mayfair private office
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: mayfair-private-office
*/

@import 'https://use.typekit.net/sda0vjb.css';
@import 'css/styles.min.css';
@import 'css/responsive.min.css';


.validation_error {
    font-size: 13px;
    font-family: motiva-sans,sans-serif;
    font-weight: 300;
    font-style: normal;
    display: block;
    background-color: orange;
    padding: 7px 7px 5px 7px;
    color: #fff;
    margin-bottom: 15px;
}
.validation_message {
    display: block;
    background-color: orange;
    font-size: 13px;
    font-family: motiva-sans,sans-serif;
    font-weight: 300;
    font-style: normal;
    padding: 7px 7px 5px 7px;
    color: #fff;
    margin-bottom: 10px;
    position: relative;
}

.validation_message::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    top: -5px;
    left: 12px;
    background-color: orange;
    transform: rotate(45deg); /* Equal to rotateZ(45deg) */
}
#gform_fields_1 label {
    display: none;
}
#gform_fields_1 textarea {
    margin-bottom: 10px;
}
/**/
html .fullNavLogo {
	width: 50px;
}
html #mpoNavContent table ul li a {
	font-size:28px;
}