/*
Theme Name:     Avansai Neve
Template: neve
Description:    Avansai Neve is a theme based on neve built for avansai
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/


/* Bootstrap Grid */
@import url('assets/style/bootstrap-grid.min.css');

/* Typography */

@font-face {
	font-family: 'Gilroy';
	src: url('assets/fonts/Gilroy-Regular.eot');
	src: url('assets/fonts/Gilroy-Regular.woff2') format('woff2'),
         url('assets/fonts/Gilroy-Regular.woff') format('woff'),
         url('assets/fonts/Gilroy-Regular.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/Gilroy-Regular.ttf') format('truetype');
    font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gilroy';
    src: url('assets/fonts/gilroy-bold-webfont.eot');
    src: url('assets/fonts/gilroy-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('assets/fonts/gilroy-bold-webfont.woff2') format('woff2'),
         url('assets/fonts/gilroy-bold-webfont.woff') format('woff'),
         url('assets/fonts/gilroy-bold-webfont.ttf') format('truetype'),
         url('assets/fonts/gilroy-bold-webfont.svg#gilroybold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
	font-family: 'Space-Grotesk';
	src: url('assets/fonts/SpaceGrotesk-VariableFont_wght.woff2') format('woff2 supports variations'),
		 url('assets/fonts/SpaceGrotesk-VariableFont_wght.woff2') format('woff2-variations');
	font-weight: 100 1000;
	font-stretch: 25% 151%;
}

html {
    font-size: 16px;
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    font-family: system-ui,sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    touch-action: manipulation;
}

body {
    font-size: 1rem;
    font-family: 'Space-Grotesk', sans-serif;
    color: #2E2E36;
    background-color: #fff;
    font-feature-settings: 'kern';
}

h1, h2, h3, h4, h5 {
    font-family: 'Gilroy', sans-serif!important;
	font-weight: bold;
}

h1 {
    font-size: 2.5rem;
}

p {
    font-size: 1.125rem;
    line-height: 1.5;
	font-weight: normal;
}

a {
	color: #1F8802;
}

a:hover,
a:active,
a:focus {
	color: #1F8802;
}


/* Header */

.site-logo .brand {
	padding: .5rem .75rem;
	background-color: transparent;
	border: solid transparent .025rem;
    transition: background-color .4s, border .4s;
	border-radius: .5rem;
}

.site-logo .brand img {
    min-width: 10rem;
	height: 3.95rem;
}

.site-logo .brand:hover {
    transition: background-color .4s, border .4s;
	border: solid rgb(45, 55, 72) .025rem;
	opacity:1;
	background-color: rgb(45, 55, 72);
}

header.header {
    z-index: 100;
	background-color: rgb(27, 32, 44);
}

.header .container,
.header nav {
	max-width: 85rem!important;
}

.header .header-menu-sidebar-bg,
.header .navbar-toggle {
	background-color: rgb(27, 32, 44);
}

.header .nav-ul li a {
	font-family: 'Space-Grotesk';
	font-weight: 700;
	line-height: 1.5;
	font-size: 1.063rem;
	padding: .75rem .5rem;
	background-color: transparent;
	border: solid transparent .025rem;
    transition: background-color .4s, border .4s;
	border-radius: .5rem;
}

.header .nav-ul li a:hover {
	background-color: rgb(45, 55, 72);
	border: solid rgb(45, 55, 72) .025rem;
    transition: background-color .4s, border .4s;
	opacity:1;
}

.header .nav-ul li.current-menu-item > a,
.header .header-menu-sidebar-bg, .header .navbar-toggle {
	color: #fff!important;
}

/* footer */
div.footer {
    display: block;
    width: 100%;
    background-color: #000;
    color: #ffffff;
    padding: 4rem 0;
}

.footer .container {
    max-width: 85rem;
}

.footer img.logo {
  max-width: 10rem;
}

.footer .social {
	padding: .75rem;
	width: 2.5rem;
	height: 2.5rem;
	background-color: rgb(45, 55, 72);
	border-radius: .5rem;
	transition: background-color .4s;
	margin: 1rem 0;
	display: block;
}

.footer .social:hover {
    background-color: #000;
    transition: background-color .4s;
}

.footer h3 {
    color: rgb(160, 174, 192);
    font-size: 1rem;
	margin-bottom: 1rem;
    font-family: 'Space-Grotesk';
    font-weight: 600;
    line-height: 1.407;
}

div.footer a {
    color: #ffffff;
    font-family: 'Space-Grotesk';
    font-size: .938rem;
    line-height: 1.407;
	font-weight: 700;
}

div.footer a:hover {
	text-decoration: underline;
	opacity: 1;
}

div.footer .col {
    margin: 1rem 0;
}

.footer .row:first-of-type {
    padding-bottom: 3rem;
    border-bottom: #a0aec0 solid .063rem;
}

.footer div.logo {
	width: 95%;
	max-width: 30rem;
	margin: 0 auto 1rem;
}

.footer .col.copyright {
    flex-direction: row;
    display: flex;
	margin-top: 2rem;
	padding: 0;
}

.footer .col.copyright div ul {
    flex-direction: row;
    display: flex;
}

.footer .col.copyright span {
	margin: 0 .5rem 0 0;
	align-self: center;
  	font-family: 'Space-Grotesk';
    line-height: 1.407;
}

.footer .col.copyright div ul li{
    margin: 0 .5rem;
}

.footer .grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 95%;
	max-width: 50rem;
	margin: 0 auto 1rem;
}

.footer .grid .item {
	margin: 1rem 0;
}

.footer .address {
	font-size: .9rem;	
	font-weight: 700;
	line-height: 1.4;
	margin-bottom: .5rem;
}

.footer .address span,
.footer .address abbr {
	font-style: normal;
}

@media screen and (min-width:576px) {
    div.footer .col {
        margin: 0 auto;
        text-align: initial;
        display: flex;
        flex-direction: column;
    }
	
	.footer .grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
	}
	
	.footer .grid .item {
		margin: 0 auto;
	}
}

/* Theme Overrides */
.nv-single-page-wrap.col {
    margin-bottom: 0!important;
}

.nv-nav-wrap .menu-item a:focus {
    text-decoration: none;
}

#content.neve-main {
    padding: 2rem 0;
}

.container.single-page-container > .row {
    margin: 0 auto;
}

.nv-page-title {
    border-bottom: none!important;
}

.nv-page-title  h1 {
    font-size: 2.5rem!important;
    line-height: 1.4!important;
    margin-top: 4rem;
}

@media screen and (min-width: 48.063rem) {
    .nv-page-title  h1 {
        font-size: 5rem!important;
        line-height: 1.2!important;
    }
}

/* Reference Forms */

section.referral.form span {
    font-family: 'Matter-SemiBold', sans-serif;
}

section.referral.form .caldera-forms-gdpr-field-label {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: normal;
}

section.referral.form form .submit input {
    border-radius: 3rem;
    padding: 1rem;
    font-size: .95rem;
    letter-spacing: .03rem;
    font-family: 'Matter-SemiBold', sans-serif;
    transition: background-color .2s, border-color .2s;
    display: inline-block;
    text-decoration: initial !important;
    border: solid .1rem #3edf86;
    border-top-color: rgb(62, 223, 134);
    border-right-color: rgb(62, 223, 134);
    border-bottom-color: rgb(62, 223, 134);
    border-left-color: rgb(62, 223, 134);
    background-color: #3edf86;
    color: #2E2E36;
    border-color: #3edf86;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

section.referral.form form .submit input:hover {
    border-color: #3edf86;
    background-color: #fff;
    color: #3edf86;
    text-decoration: none;
}

@media screen and (min-width: 48.063rem) {
.referral.form form {
        border-radius: 3rem 0;
        margin-right: auto;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
        padding: 0;
        background-color: #fff;
        padding: 1rem 2rem;
        width: initial;
    }

    section.referral.form form .submit input {
        border-radius: 1rem 0;
        padding: 1.5rem 2rem;
        font-size: 1rem;
        letter-spacing: .05rem;
        display: initial;
        width: initial;
    }

    section.referral.form form .submit input:hover {
        border-color: #3edf86;
        background-color: #fff;
        color: #3edf86;
    }	
}

/* References Forms */
section.references.form span,
section.references.form label {
    font-family: 'Matter-SemiBold', sans-serif;
}

section.references.form p,
section.references.form .caldera-forms-gdpr-field-label {
    font-family: 'Gilroy-Regular', sans-serif;
    font-weight: normal;
}

section.references.form form .submit input {
    border-radius: 3rem;
    padding: 1rem;
    font-size: .95rem;
    letter-spacing: .03rem;
    font-family: 'Matter-SemiBold', sans-serif;
    transition: background-color .2s, border-color .2s;
    display: inline-block;
    text-decoration: initial !important;
    border: solid .1rem #3edf86;
    border-top-color: rgb(62, 223, 134);
    border-right-color: rgb(62, 223, 134);
    border-bottom-color: rgb(62, 223, 134);
    border-left-color: rgb(62, 223, 134);
    background-color: #3edf86;
    color: #2E2E36;
    border-color: #3edf86;
    width: 100%;
    text-align: center;
    text-transform: capitalize;
}

section.references.form form .submit input:hover {
    border-color: #3edf86;
    background-color: #fff;
    color: #3edf86;
    text-decoration: none;
}

@media screen and (min-width: 48.063rem) {

    section.references.form form {
        border-radius: 3rem 0;
        margin-right: auto;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.3);
        background-color: #fff;
        padding: 1rem 2rem;
        width: initial;
    }

    section.references.form form .submit input {
        border-radius: 1rem 0;
        padding: 1.5rem 2rem;
        font-size: 1rem;
        letter-spacing: .05rem;
        display: initial;
        width: initial;
    }

    section.references.form form .submit input:hover {
        border-color: #3edf86;
        background-color: #fff;
        color: #3edf86;
    }
}

/* Thank You Pages */

@media screen and (max-width: 36rem) {
	main#content .container.single-page-container,
	main#content .container.single-page-container .row,
	main#content .container.single-page-container .nv-single-page-wrap {
        max-width: 100%;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0;
    }

	div.career.advice img,
	div.referral.program img {
        padding: 0;
    }
}

@media screen and (min-width: 36rem) {
	div.career.advice img,
    div.referral.program img {
        border-radius: 3rem 0;
    }
}

div.hiring > div > div {
    border-radius: 3rem 0;
    margin-right: auto;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    padding: 0;
    background-color: #fff;
    padding: 3rem 2rem;
    width: initial;
}

h1.thank.you {
    font-size: 2rem!important;
    line-height: 1.2!important;
    margin-top: 4rem;
    text-align: center;
}

div.checkmark {
    text-align: center;
}

.checkmark img {
    max-width: 15rem;
}

p.thank.you.sub-header {
    font-size: 1rem;
}

div.what.is.next {
    display: block;
    width: 100%;
    max-width: 57rem;
    margin: 3rem auto;
    padding: 0 2rem;
}

div.what.is.next h2 {
    margin-left: 2rem;
}

div.what.is.next ul {
    padding-left: 0;
    list-style: disc;
    margin-top: 2rem;
}

div.what.is.next li {
    font-size: 1rem;
    margin: 1.5rem 0;
    padding-left: 2rem;
}

.page-questionnaire-de-references-soumis div.career.advice,
.page-questionnaire-de-references-soumis div.referral.program,
.page-questionnaire-de-references-soumis div.hiring {
    margin: 4rem 0;
}

    
div.career.advice > div > div,
div.referral.program > div > div {
    border-radius: 3rem 0;
    box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
    background-color: #fff;
    padding: 1.5rem 2rem;
    width: 95%;
    margin: -4rem auto 4rem;
}
  
div.career.advice > div > div h3,
div.referral.program > div > div h3 {
    color: #5d5d5d;
    font-size: 1.5rem;
    max-width: 8rem;
    line-height: 1.2;
}

div.hiring > div > div h3 {
    color: #5d5d5d;
    font-size: 1.5rem;
    line-height: 1.2;
}

    
div.career.advice > div > div p,
div.referral.program > div > div p {
    font-size: 1rem;
    line-height: 1.3;
    margin: 2rem 0;
}

div.career.advice > div > div p.conditions,
div.referral.program > div > div p.conditions {
    font-size: .95rem;
    line-height: 1.3;
    margin: 2rem 0;
}

div.learn.more {
    text-align: center;
    margin: 3rem 0 1rem;
}

div.learn.more a {
    border-radius: 3rem;
    padding: 1rem;
    font-size: .95rem;
    letter-spacing: .03rem;
    font-family: 'Matter-SemiBold', sans-serif;
    transition: background-color .2s, border-color .2s;
    display: inline-block;
    text-decoration: initial !important;
    border: solid .1rem #3edf86;
    background-color: #3edf86;
    color: #2E2E36;
    border-color: #3edf86;
    width: 100%;
    text-align: center;
}

div.learn.more a:hover {
    border-color: #3edf86;
    background-color: #fff;
    color: #3edf86;
    text-decoration: none;
}

@media screen and (min-width: 48.063rem) {
    h1.thank.you {
        font-size: 3.5rem!important;
        line-height: 1.1!important;
        text-align: left;
    }

    div.checkmark {
        margin-top: 3rem;
        text-align: right;
    }

    p.thank.you.sub-header {
        font-size: 1.2rem;
    }

    div.what.is.next {
        margin: 4rem auto 12rem;
    }

    div.what.is.next li {
        font-size: 1.2rem;
    }


    div.referral.program,
    div.hiring {
        margin-top: 7rem;
    }

	div.referral.program img {
        border-radius: 3rem 0;
        margin-right: auto;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
        padding: 0;
        margin-top: 3rem;
        margin-left: 2rem;
        max-height: 24rem;
    }
	
	div.referral.program div {
        margin-left: -8rem;
        padding: 0;
    }

	div.referral.program > div > div {
        border-radius: 3rem 0;
        margin-right: auto;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
        padding: 0;
        background-color: #fff;
        padding: 3rem 2rem;
        width: initial;
    }

	div.referral.program > div > div h3 {
        color: #5d5d5d;
        font-size: 1.5rem;
        max-width: 8rem;
        line-height: 1.2;
    }
	
	div.referral.program > div > div p {
        font-size: 1.2rem;
        line-height: 1.3;
        margin: 2rem 0;
    }
	
	div.hiring > div > div p {
        font-size: 1.2rem;
        line-height: 1.3;
        margin: 2rem 0;
    }

	div.referral.program > div > div p.conditions {
        font-size: 1rem;
        line-height: 1.3;
        margin: 2rem 0;
    }

    div.referral.program div.learn.more,
    div.hiring div.learn.more {
        text-align: right;
        margin: 5rem 0 1rem;
    }

     
    div.referral.program div.learn.more a,
    div.hiring div.learn.more a {
        border-radius: 1rem 0;
        padding: 1.5rem 2rem;
        text-decoration: none;
        font-size: 1rem;
        letter-spacing: .05rem;
        display: initial;
    }


    div.career.advice {
        margin: 8rem 0 0;
    }

    div.career.advice img {
        border-radius: 3rem 0;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
        padding: 0;
        order: 5;
        max-height: 24rem;
    }

    div.career.advice div {
        margin-top: 0;
        margin-right: -2rem;
        z-index: 100;
        margin-left: 2rem;
    }

    div.career.advice > div > div {
        border-radius: 3rem 0;
        margin-right: auto;
        box-shadow: 0px 0px 6px rgba(0,0,0,0.1);
        padding: 0;
        background-color: #fff;
        padding: 3rem 2rem;
        margin: 5rem -3rem;
        width: initial;
    }

    div.career.advice > div > div h3 {
        color: #5d5d5d;
        font-size: 1.5rem;
        max-width: 8rem;
        line-height: 1.2;
    }

    div.career.advice > div > div p {
        font-size: 1.2rem;
        line-height: 1.3;
        margin: 2rem 0;
    }

    div.career.advice > div > div p.conditions {
        font-size: 1rem;
        line-height: 1.3;
        margin: 2rem 0;
    }

    div.career.advice div.learn.more {
        text-align: right;
        margin: 5rem 0 1rem;
    }

    div.career.advice div.learn.more a {
        border-radius: 1rem 0;
        padding: 1.5rem 2rem;
        text-decoration: none;
        font-size: 1rem;
        letter-spacing: .05rem;
        display: initial;
    }
}
