/*
Theme Name: Vantage Child
Author: SiteOrigin
Author URI: http://siteorigin.com/
Theme URI: http://siteorigin.com/theme/vantage
Description: Vantage Child Theme
Version: 1.0.0
Template: vantage
Text Domain: vantage
Domain Path: /languages/
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

#main {
    background: #fff;
    padding: 0;
}

.menu-button-primary a {
    background: #213543 !important;
    color: #FFF !important;
    font-size: 16px !important;
    font-weight: 400;
    border-radius: 30px;
    padding: 15px 70px !important;
}

div#site-info {
    display: none;
}

.colophon__logo {
    width: 50%;
}

.layout-full #colophon{
	background: #212A44; 
}

.mobile-nav-frame .title h3 {
    opacity: 0;
}

.mobile-nav-frame .title{
	background: #212A44 !important;
}

.mobile-nav-frame {
	background: #212A44 !important;
}

.mobile-nav-frame ul {
	background: #212A44 !important;
}

#masthead.masthead-logo-in-menu .logo > img{
	max-height: 60px !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
    font-family: "Inter", sans-serif;
    margin: 0;
}

.entry-content h1 {
    font-size: 4rem;
    font-weight: 900;
}

.entry-content h2 {
    color: #465966;
    font-size: 3em;
    font-weight: 900;
}

.entry-content p {
    color: #465966;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
}

.main-navigation ul li a {
    font-family: "Inter", sans-serif;
}

.button-primary {
    font-family: "Inter", sans-serif;
    box-shadow: unset !important;
    text-shadow: unset !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background: #213543 !important;
    color: #FFF !important;
    padding: 10px 35px !important;
    border-color: #213543 !important;
    
}

span.wpcf7-spinner {
    display: none;
}

.wpcf7-text {
    font-family: "Inter", sans-serif;
    height: 40px;
    font-size: 14px !important;
}

.wpcf7-submit {
    font-family: "Inter", sans-serif;
    width: 100% !important;
    box-shadow: unset !important;
    text-shadow: unset !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    background: #213543 !important;
    color: #FFF !important;
    padding: 10px 0px !important;
    border-color: #213543 !important;
}

.wpcf7-submit:hover {
    background: #213543 !important;
    border-color: #213543 !important;
}

.form-control:focus {
    border-color: rgba(144, 113, 76, 1) !important;
    box-shadow: 0 0 0 0.25rem rgba(144, 113, 76, 0.2) !important;
}

.text-primary{
	color: #213543 !important;
} 

@media (min-width: 1024px) {}

@media (min-width: 1440px) {}