/*
 Theme Name:   Agincourt Consultants
 Theme URI:    https://wordpress.org/themes/twentyninteen/
 Description:  Custom theme built for Agincourt Consultants
 Author:       
 Template:     twentynineteen
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  agincourt-consultants
*/




/* ========= COLOR REFERENCES ========= */
:root {
    --grey: #E0E0E0;
    --blue: #1F3D71;
    --black: #212221;
}

/* ==================================== */


/* ======== TABLE OF CONTENTS =========
	1. TYPOGRAPHY
	2. NAV
    3. GLOBAL
	4. MAIN CONTENT
	- 4a. Landing Page
	- 4b. About Page
/* ==================================== */


/* ------------------------------ 
    1. Start Typography
------------------------------ */
.ode {
    font-family: ode, sans-serif;
    font-weight: 500;
}

.proxima-nova {
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
}

.harfang {
    font-family: harfang-pro, serif;
}

.ls-100 {
    letter-spacing: 0.1em;
}

/* harfang light */
.fw-300 {
    font-weight: 300;
}

/* harfang Book */
.fw-400 {
    font-weight: 400;
}

/* harfang extrabold */
.fw-700 {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6,
a,
.btn,
button {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    margin: 0;
}

h1,
.h1 {
    /* font-size: 85px desktop */
    font-family: ode, sans-serif;
    font-weight: 500;
    color: var(--blue);
    font-size: 5.3125em;
    line-height: 1;
    margin-block-end: 0.23em;
}

h2,
.h2 {
    /* font-size: 24px; */
    font-family: harfang-pro, serif;
    font-size: 1.6em;
    line-height: 1.3;
    margin-block-end: 1.4em;
}

h3,
.h3 {
    /* font-size: 20px; */
    font-family: harfang-pro, serif;
    font-size: 1.33em;
    line-height: 1.2;
}

p,
.p {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    /* font-size: 15px; */
    font-size: 1rem;
    line-height: 1.33;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important;
}



/* ------------------------------ 
    2. Nav
------------------------------ */
a,
.anchor-theme {
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizelegibility;
    text-decoration: none !important;
    background: none;
    border: none;
}

a:hover {
    font-style: italic;
}

a:active,
a:focus {
    font-weight: 700;
}


.nav-link {
    padding: 0.5rem 20px !important;
}

header .navbar-nav {
    text-align: right;
}

footer .navbar-nav {
    text-align: center;
}

footer .navbar-collapse {
    justify-content: center;
}

nav a {
    /* font-family: proxima-nova, sans-serif; */
    color: var(--grey);
    text-transform: uppercase;
    transition: color 400ms;
}

nav a:hover {
    color: #fff;
    font-style: normal;
    font-weight: 400;
}

nav .current-menu-item a {
    font-family: harfang-pro, serif;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.15em;
}

.navbar-toggler {
    border-color: white;
    padding: 0.1rem 0.6rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border-radius: 0.25rem;
    width: 60px;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg%27%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}



/* ------------------------------ 
    3. Start Global
------------------------------ */

.blue-font {
    color: var(--blue) !important;
}

.black-font {
    color: var(--black);
}

.bg-grey {
    /* background-color: var(--grey); */
    background-color: #e8e8e8;
}

.marginblock-0 {
    margin-block-end: 0 !important;
}

@-ms-viewport {
    width: device-width;
}

html {
    font-size: 15px;
}

body {
    font-family: proxima-nova, sans-serif;
    /* letter-spacing: 0.03em; */
}

header {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 0;
    left: 0;
    background-color: var(--blue);
    background: url("/wp-content/uploads/sites/187/2022/07/bg.png") no-repeat center center;
    background-size: cover;
}

section {
    position: relative;
}

img {
    width: 100%;
}

button:hover,
button:focus {
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

button:active {
    /* background-color: #C10912; */
}

footer {
    background: url("/wp-content/uploads/sites/187/2022/07/bg.png") no-repeat center center;
    background-size: cover;
}

footer p {
    opacity: 0.5;
}

.splash {
    /* padding-top: 180px; */
    /* min-height: 825px; */
    padding: 180px 0 50px 0;
}

.splash h2 {
    margin-block-end: 2em;
}

.logo {
    max-width: 920px;
}

.header-logo-icon {
    width: 40px;
}

.right-arrow {
    width: 6px;
    height: auto;
    margin-right: 5px;
}

.slider-arrow {
    width: 24px;
    height: auto;
}





/* ------------------------------ 
    4. Start Main Content
------------------------------ */
/*  - 4a. Landing Page  */
.page-template-page-lp header {
    background: rgb(20, 25, 35, 0.0);
}

.page-template-page-lp .splash {
    background: url("/wp-content/uploads/sites/187/2022/07/bg.png") no-repeat center center;
    background-size: cover;
    padding-bottom: 0;
}

.page-template-page-lp .splash .profile {
    border: 1px solid #fff;
    width: 204px;
    height: 221px;
    object-fit: cover;
    margin-right: 20px;
}

.down {
    margin-top: -30px;
}

.slider-max-height {
    max-height: 433px;
}

.slider-column {
    background-color: rgba(33, 34, 33, 0.3);
}

.featured-article {
    height: 100%;
    min-height: 400px;
    max-height: 433px;
    background-repeat: no-repeat;
    background-size: cover;
}

.featured-article .text-bg {
    background-color: rgba(33, 34, 33, 0.75);
}

.page-template-page-lp .slide {
    min-height: 110px;
    color: #fff;
    margin: 5px 0;
    padding: 10px 5px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.page-template-page-lp .slide h3,
p {
    font-size: 13px;
}



/*  - 4b. About Page  */
.page-template-page-about .splash {
    padding: 120px 0 50px;
    min-height: 90vh;
}




/*  - 4c. Meet Page  */
.page-template-page-meet .splash {
    background-color: rgba(255, 255, 255, 0.7);
}




/*  - 4d. News Page  */
.page-template-page-news .splash {
    background-image: linear-gradient(to bottom, rgba(239, 239, 239, 0.8) 0%, rgba(239, 239, 239, 0.2) 50%, rgba(239, 239, 239, 1) 100%), url('/wp-content/uploads/sites/187/2022/07/4_hero.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.article-icon {
    width: 30px;
    margin-right: 15px;
}

.article-post h3 {
    transition: color 200ms;
}

.article-post h3:hover {
    color: #3563B2 !important;
}

.news-column h2 {
    border-bottom: 1px solid var(--blue);
}




/* ------------------------------ 
    5. Form
------------------------------ */

input::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: var(--white);
}

input::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--white);
}

input:-ms-input-placeholder {
    /* IE 10+ */
    color: var(--white);
}

input:-moz-placeholder {
    /* Firefox 18- */
    color: var(--white);
}

/* .gform_wrapper {
    width: 65%;
    margin: 0 auto;
} */

/* .gfield:nth-child(2),
.gfield:nth-child(3),
.ginput_container,
.name_first input,
.name_last input {
    margin: 0 !important;
} */

/* .ginput_container_email input {
    width: 100% !important;
} */

.ginput_container input {
    color: var(--black);
    background-color: rgba(255, 255, 255, 0.6);
    border: none;
    border-radius: 5px;
}

.ginput_container input:focus {
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    outline: none;
}

.ginput_container input::placeholder {
    font-weight: 400;
    color: var(--black);
}

/* form {
    position: relative;
} */

/* .gform_footer {
    width: fit-content !important;
    position: absolute;
    right: 0;
    top: 95px;
} */

#field_submit {
    justify-content: end;
}

#gform_submit_button_1 {
    font-weight: 800;
    font-family: harfang-pro, serif;
    background-color: rgba(255, 255, 255, 0.8);
    color: var(--black);
    border: none;
    border-radius: 5px;
    padding: 8px 30px;
    transition: background-color 200ms;
}

#gform_submit_button_1:hover {
    background-color: rgba(255, 255, 255, 0.85);
}

#gform_submit_button_1:active,
#gform_submit_button_1:focus {
    background-color: rgba(255, 255, 255, 1);
}

.gform_confirmation_message {
    color: white;
    text-align: center;
    margin-bottom: 30px;
}


/* Privacy Policy */
.page-template-page-privacypolicy .main-content {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 100px;
    padding: 10px;
}