/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/
.headerLead {
	top: 0;
	z-index: 11;
    width: 100%;
	display: flex;
    position: fixed;
    background: black;
}
.gridHeaderLead {
	margin: auto;
    display: flex;
    align-items: center;
	justify-content: space-between;
}
ul.listMenuLead {
    display: flex;
	list-style: none;
	margin-bottom: 0;
	margin-left: auto;
	align-items: center;
    flex-direction: row;
}
li.itemMenuLead a, li.itemMenuLead a:hover, li.itemMenuLead a:focus, a.btnMenuLead, a.btnMenuLead:hover, a.btnMenuLead:focus, a.itemMenuLead, a.itemMenuLead:hover, a.itemMenuLead:focus {
	color: white;
}
li.itemMenuLead a, a.btnMenuLead, a.itemMenuLead {
    font-family: 'Albert Sans', sans-serif;
}
li.itemMenuLead a, a.itemMenuLead, .closeMenuBtn {
	cursor: pointer;
	text-decoration: none;
}
a.btnMenuLead {
	display: flex;
	justify-content: center;
    align-items: center;
	font-weight: 700;
    text-decoration: none;
}
a.btnMenuLead, a.btnMenuLead:hover, a.btnMenuLead:focus{
    background-color: #4074B9;
}
a.btnMenuLead {
    border-radius: 74px;
}
/* MENU MOBILE */
.menuIcon {
    line-height: 0;
	color: #4074B9;
	cursor: pointer;
}
.sidenavLead {
	top: 0;
    right: 0;
	z-index: 1;
    height: 100%;
    position: fixed;
	overflow-x: hidden;
    background-color: black;
    transform: translateX(100%);
    transition: transform 0.5s ease;
}
a.itemMenuLead {
    display: block;
    transition: 0.3s;
}
a.itemMenuLead {
    position: relative;
}
a.itemMenuLead:not(:nth-child(5))::after {
	left: 0;
	content: '';
    position: absolute;
    background-color: #4074B9;
}
.closeMenuBtn {
	line-height: 1;
    position: absolute;
    font-weight: normal;
}
.closeMenuBtn, .closeMenuBtn:hover, .closeMenuBtn:focus{
	color: #4074B9;
}
div#overlay {
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	z-index: 1;
	width: 100%;
    height: 100%;
	display: none;
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
}
@media (max-width: 550px) {
    img.logoHeaderLead {
        max-width: 22vw;
    }
    .menuIcon {
        font-size: 7vw;
    }
	.sidenavLead {
		padding: 15vw 10vw 10vw;
	}
    a.itemMenuLead {
        font-size: 4.5vw;
		margin-bottom: 7vw;
    }
	a.itemMenuLead:not(:nth-child(5))::after {
        width: 18vw;
		height: 2px;
		bottom: -3.5vw;
    }
	.closeMenuBtn {
		top: 3vw;
		right: 6vw;
        font-size: 9vw;
    }
	a.btnMenuLead {
		width: 80vw;
        height: 14vw;
		font-size: 4.5vw;
    }
}
@media (min-width: 551px){
	a.itemMenuLead:not(:nth-child(5))::after {
		height: 3px;
	}
}
@media (min-width: 551px) and (max-width: 766.9px) {
    .menuIcon {
        font-size: 6.5vw;
    }
    img.logoHeaderLead {
        max-width: 23vw;
    }
	.sidenavLead {
		padding: 10vw;
	}
    a.itemMenuLead {
        font-size: 3.3vw;
		margin-bottom: 7vw;
    }
	a.itemMenuLead:not(:nth-child(5))::after {
        width: 15vw;
		bottom: -3.5vw;
    }
    .closeMenuBtn {
		top: 3vw;
		right: 5vw;
        font-size: 7vw;
    }
	a.btnMenuLead {
		width: 53vw;
        height: 10vw;
		font-size: 2.6vw;
    }
}
@media (max-width: 766.9px) {
    .entry-content{
        margin-top: 15vw !important;
    }
    .headerLead {
        height: 15vw;
    }
    .sidenavLead {
        width: 100%;
    }
}
@media (min-width: 767px) and (max-width: 899.9px) {
    .entry-content{
        margin-top: 12vw !important;
    }
    .headerLead {
        height: 12vw;
    }
    img.logoHeaderLead {
        max-width: 17vw;
    }
    .menuIcon {
        font-size: 5.5vw;
    }
    .sidenavLead {
        width: 60vw;
		padding: 8vw 6vw;
    }
    a.itemMenuLead{
        font-size: 2.34vw;
		margin-bottom: 5vw;
    }
    a.itemMenuLead:not(:nth-child(5))::after {
        width: 10vw;
        bottom: -2.5vw;
    }
    a.btnMenuLead {
		width: 35vw;
        height: 7vw;
		font-size: 1.89vw;
    }
	.closeMenuBtn {
        top: 2vw;
		right: 5vw;
        font-size: 4.8vw;
    }
}
@media (max-width: 899.9px){
	.gridHeaderLead {
        max-width: 80vw;
    }
}
@media (min-width: 900px) and (max-width: 1099.9px) {
    .entry-content{
        margin-top: 10vw !important;
    }
    .headerLead {
        height: 10vw;
    }
    .gridHeaderLead {
        max-width: 88vw;
    }
    img.logoHeaderLead {
        max-width: 15vw;
    }
    .menuIcon {
        font-size: 4.5vw;
    }
    .sidenavLead {
        width: 50vw;
		padding: 8vw 6vw 6vw;
    }
    a.itemMenuLead {
		font-size: 2vw;
        margin-bottom: 4vw;
    }
    a.itemMenuLead:not(:nth-child(5))::after {
		width: 10vw;
        bottom: -2vw;
    }
    a.btnMenuLead {
        height: 6vw;
        width: 30vw;
		margin-top: 1vw;
		font-size: 1.61vw;
    }
    .closeMenuBtn {
        top: 2vw;
		right: 3vw;
        font-size: 3.8vw;
    }
}
@media (max-width: 1099.9px) {
    #headerLeadDesk {
        display: none;
    }
    .gridHeaderLead {
		width: 100%;
        height: 100%;
        justify-content: space-between;
    }
    img.logoHeaderLead {
        height: 100%;
        object-fit: contain;
    }
}
@media (min-width: 1100px) {
    #headerLeadMobile {
        display: none;
    }
	img.logoHeaderLead {
    	width: 100%;
    	height: auto;
	}
	ul.listMenuLead {
        grid-gap: 3vw;
		margin-right: 3vw;
    }
}
@media (min-width: 1100px) and (max-width: 1400px) {
    .entry-content{
        margin-top: 8vw !important;
    }
    .headerLead {
        height: 8vw;
    }
    .gridHeaderLead {
        width: 88vw;
    }
    img.logoHeaderLead {
        max-width: 13vw;
    }
    li.itemMenuLead, a.btnMenuLead {
        font-size: 1.32vw;
    }
    a.btnMenuLead {
        width: 24vw;
        height: 4.5vw;
    }
}
@media (min-width: 1401px) {
    .entry-content{
        margin-top: 6vw !important;
    }
    .headerLead {
        height: 6vw;
    }
    .gridHeaderLead {
        width: 85vw;
    }
    img.logoHeaderLead {
        max-width: 11vw;
    }
    li.itemMenuLead, a.btnMenuLead {
        font-size: 1.05vw;
    }
    a.btnMenuLead {
        width: 19vw;
        height: 3.5vw;
    }
}