/*
 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
*/
.headerlanding {
    display: flex;
    width: 100%;
    position: fixed;
    top: 0;
    z-index: 5;
	transition: 0.3s linear;
}
.headerlanding.kit:not(.scrolled){
	background: #FFFFFFE5;
}
.headerlanding.home:not(.scrolled){
	background: #FFFFFFB3;
}
.headerlanding.scrolled{
	background: white;
	box-shadow: 0px 3px 20px #00000040;
}
.gridHeaderLanding {
    display: flex;
    margin: auto;
    align-items: center;
    width: 100%;
}
img.logoLanding {
    width: 100%;
    height: auto;
}
ul.listItemMenu {
    align-items: center;
    list-style: none;
    display: flex;
    flex-direction: row;
    margin: 0;
}
li.itemMenu {
    font-family: 'Antenna Bold', sans-serif;
}
li.itemMenu a {
    text-decoration: none;
    cursor: pointer;
    color: #64A1C7;
}
button.btnMenu {
    color: white;
    border: none;
    line-height: 1;
    cursor: pointer;
    padding: 0;
    font-family: 'Antenna Bold', sans-serif;
	border-radius: 36px;
}
button.btnMenu:hover,
button.btnMenu:focus,
button.btnMenuMobile:hover,
button.btnMenuMobile:focus {
    background-color: transparent !important;
}
button.btnMenu:not(.red), button.btnMenuMobile:not(.red){
    background-color: #004F6E;
	border: 1px solid  #004F6E;
}
button.btnMenu.red, button.btnMenuMobile.red{
	background-color: #BD193A;
	border: 1px solid  #BD193A;
}
button.btnMenu:not(.red):hover,
button.btnMenu:not(.red):focus,
button.btnMenuMobile:not(.red):hover,
button.btnMenuMobile:not(.red):focus {
    color: #004F6E;
}
button.btnMenu.red:hover,
button.btnMenu.red:focus,
button.btnMenuMobile.red:hover,
button.btnMenuMobile.red:focus {
    color: #BD193A;
}
/* MENU MOBILE */
.headerMobile {
    box-shadow: 0px 1px 25px #3E388780;
    position: fixed;
    top: 0;
    background: white;
    width: 100%;
    z-index: 5;
}
.menu-container {
    line-height: 0;
}
.menuIcon {
    color: #004F6E;
    cursor: pointer;
	font-weight: 300;
}
.sidenav {
    height: 100%;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    background-color: white;
    overflow-x: hidden;
    transform: translateX(100%);
    transition: transform 0.5s ease;
    padding-top: 60px;
}
.sidenav a {
    text-decoration: none;
    color: #004F6E;
    display: block;
    transition: 0.3s;
    font-family: 'Antenna Bold', sans-serif;
}
a.itemMenuMobile {
    position: relative;
}
.headerMobile:not(.kit) a.itemMenuMobile:not(:nth-child(6))::after, .kit a.itemMenuMobile:not(:nth-child(4))::after {
    position: absolute;
    content: "";
    width: 20%;
    background: #64A1C7;
    height: 3px;
    bottom: 0px;
}
button.btnMenuMobile {
    display: flex;
	border-radius: 100px;
    align-items: center;
    cursor: pointer;
    justify-content: center;
    flex-direction: column;
    color: white;
    padding: 0;
    font-family: 'Antenna Bold', sans-serif;
}
.sidenav a:not(.closebtn):hover {
    color: #64A1C7;
}
.sidenav .closebtn {
    right: 25px;
	color: #004F6E;
    margin-left: 50px;
    position: absolute;
    font-weight: normal;
}
div#overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}
@media (max-width: 550px) {
    .gridHeaderMobile {
        max-width: 80vw;
    }
    img.logoLandingMob {
        max-width: 21vw;
    }
    .menuIcon {
        font-size: 8.5vw;
    }
    a.closebtn {
        font-size: 9vw !important;
        line-height: 9vw;
    }
    .sidenav a {
        font-size: 4.5vw;
    }
    a.itemMenuMobile {
        padding: 4.5vw 0 4.5vw 10vw;
    }
	a.itemMenuMobile:not(:nth-child(6))::after {
        left: 10vw;
    }
    a.linkBtnMobile {
        padding: 7vw 0 0 10vw;
    }
    button.btnMenuMobile {
        height: 15vw;
        width: 80vw;
		margin-top: 3vw;
		margin-left: 10vw;
		font-size: 4.5vw;
    }
}
@media (min-width: 551px) and (max-width: 766.9px) {
    .menuIcon {
        font-size: 6.5vw;
    }
    img.logoLandingMob {
        max-width: 22vw;
    }
    .sidenav a,
    button.btnMenuMobile {
        font-size: 3.3vw;
    }
    a.itemMenuMobile {
        padding: 3.5vw 0 3.5vw 8vw;
    }
	a.itemMenuMobile:not(:nth-child(6))::after {
        left: 8vw;
    }
    a.linkBtnMobile {
        padding: 6vw 0 0 8vw;
    }
    button.btnMenuMobile {
        height: 10vw;
        width: 45vw;
		margin-top: 2vw;
		margin-left: 8vw;
    }
    a.closebtn {
        font-size: 7vw;
        line-height: 7vw;
    }
}
@media (min-width: 551px) and (max-width: 899.9px) {
    .gridHeaderMobile {
        max-width: 84vw;
    }
}
@media (max-width: 766.9px) {
    .entry-content{
        margin-top: 15vw !important;
    }
    .headerMobile {
        max-height: 15vw;
    }
    div#mySidenav {
        width: 100%;
    }
    a.closebtn {
        top: 4vw;
    }
}
@media (min-width: 767px) and (max-width: 899.9px) {
    .entry-content{
        margin-top: 12vw !important;
    }
    .headerMobile {
        max-height: 12vw;
    }
    img.logoLandingMob {
        max-width: 20vw;
    }
    .menuIcon {
        font-size: 5.5vw;
    }
    div#mySidenav {
        width: 60vw;
    }
    .sidenav .closebtn {
        top: 3vw;
    }
	.sidenav .closebtn span{
        font-size: 4vw;
        line-height: 4vw;
    }
    .sidenav a{
        font-size: 1.89vw;
    }
    a.itemMenuMobile {
        padding: 2.5vw 0 2.5vw 5vw;
    }
    a.itemMenuMobile:not(:nth-child(6))::after {
        left: 5vw;
    }
    a.linkBtnMobile {
        padding: 6vw 0 0 5vw;
    }
    button.btnMenuMobile {
        height: 7.2vw;
        width: 33vw;
		margin-top: 2vw;
		margin-left: 5vw;
		font-size: 2.34vw;
    }
}
@media (min-width: 900px) and (max-width: 1099.9px) {
    .entry-content{
        margin-top: 8vw !important;
    }
    .headerMobile {
        max-height: 8vw;
    }
    .gridHeaderMobile {
        max-width: 86vw;
    }
    img.logoLandingMob {
        max-width: 12vw;
    }
    .menuIcon {
        font-size: 4.5vw;
    }
    .sidenav {
        width: 50vw;
    }
    .sidenav a:not(.btnLink) {
        padding: 2vw 0 2vw 5vw;
    }
    .sidenav a{
        font-size: 1.61vw;
    }
    a.itemMenuMobile:not(:nth-child(6))::after {
        left: 5vw;
    }
    a.linkBtnMobile {
        padding-top: 40px;
    }
    button.btnMenuMobile {
        height: 5.5vw;
        width: 27vw;
		margin-top: 1vw;
		margin-left: 5vw;
		font-size: 2vw;
    }
    .sidenav .closebtn {
        top: 0.5vw;
    }
	.sidenav .closebtn span {
        font-size: 3.8vw;
        line-height: 3.8vw;
    }
}
@media (max-width: 1099.9px) {
    .headerlanding {
        display: none;
    }
    .headerMobile {
        display: flex;
        height: 100%;
    }
    .gridHeaderMobile {
        display: flex;
        margin: auto;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        height: 100%;
    }
    img.logoLandingMob {
        height: 100%;
        object-fit: contain;
    }
}
@media (min-width: 1100px) {
    .headerMobile {
        display: none;
    }
	.entry-content {
    	margin-top: 0 !important;
	}
}
@media (min-width: 1100px) and (max-width: 1400px) {
    .headerlanding.home {
        height: 7vw;
    }
	.headerlanding.kit {
        height: 8vw;
    }
    .gridHeaderLanding {
        max-width: 86vw;
    }
    .home img.logoLanding {
        max-width: 8vw;
    }
	.kit img.logoLanding {
        max-width: 12vw;
    }
    ul.listItemMenu {
		height: 4.5vw;
    }
	.home ul.listItemMenu {
        grid-gap: 2.5vw;
		margin: 0 2vw 0 auto;
    }
	.kit ul.listItemMenu {
        grid-gap: 3vw;
		margin: 0 3vw 0 auto;
    }
    .home li.itemMenu{
        font-size: 1.2vw;
    }
	.kit li.itemMenu{
        font-size: 1.32vw;
    }
	.home button.btnMenu {
        width: 12vw;
		height: 3.3vw;
		font-size: 1.2vw;
    }
	.kit button.btnMenu {
        width: 22vw;
		height: 4.5vw;
		font-size: 1.63vw;
    }
}
@media (min-width: 1401px) {
    .headerlanding {
        height: 5vw;
    }
    .gridHeaderLanding {
        max-width: 78vw;
    }
    img.logoLanding {
        max-width: 7vw;
    }
    ul.listItemMenu {
		height: 3.5vw;
    }
	.home ul.listItemMenu {
        grid-gap: 2.5vw;
		margin: 0 2vw 0 auto;
    }
	.kit ul.listItemMenu {
        grid-gap: 3vw;
		margin: 0 3vw 0 auto;
    }
    li.itemMenu {
        font-size: 1vw;
    }
    .home button.btnMenu {
        width: 11vw;
        height: 3vw;
        font-size: 1.05vw;
    }
	.kit button.btnMenu {
        width: 16vw;
        height: 3.3vw;
        font-size: 1.25vw;
    }
}