/*
Theme Name:         Clayton & Little
Theme URI:          https://roots.io/sage/
Description:        A WordPress theme for Clayton & Little. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.2
Author:             Fahrenheit
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.about .team-section .team-holder .team-member {
	width:33.33%
}

.figure-caption, .wp-caption-text {
	font-size: 10px !important;
	color: #868e96;
}

.logo svg {
	width:125px;
}

input[type=email]{
	padding:5px 5px;
	width:100%;font-size: 14px;font-weight: 400;color: #444;
	font-family: brandon-grotesque;
}
input[type=submit]{
	color: #fff;
	font-family: brandon-grotesque;
	background:#666;
	border:none;
	font-size:14px;
	padding:5px 15px;
	margin-top:10px;
}
video {
	max-width:100%;
}
header.banner .nav-primary .main-nav li a {
	color: #06365e;
}
.sub-nav-area {
	position: relative;
	margin-bottom: 15px;
}
header.banner .nav-footer ul {
	margin-bottom: 0;
	padding: 0 10px 0 30px;
}
.sub-nav-area > a {
	top: 50%;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	     -o-transform: translateY(-50%);
	        transform: translateY(-50%);
}
h1 {
	font-family: adobe-garamond-pro, brandon-grotesque, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif;
}
header.mobile.active .nav-mobile {
	overflow: auto !important;
}
header.mobile .nav-mobile .mobile-footer {
	position: relative;
}
header.mobile .nav-mobile .mobile-footer {
	margin-bottom: 0 !important;
}
header.mobile .nav-mobile .fa {
	top: 50%;
	bottom: auto;
}
@media (max-width: 768px){
    .wrap.inner {
        margin-top: 50px;
    }
}