/*
 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
*/
.header {
	top: 0;
	z-index: 5;
    width: 100%;
	display: flex;
    position: fixed;
	transition: 0.2s linear;
	background-color: white;
	box-shadow: 0px 3px 20px #7783AC26;
}
.gridHeader{
	margin: auto;
    display: flex;
    align-items: center;
}
ul.listMenu {
    display: flex;
	list-style: none;
	margin-bottom: 0;
	margin-left: auto;
	align-items: center;
    flex-direction: row;
}
li.itemMenu a, li.itemMenu a:hover, li.itemMenu a:focus, a.itemMenu, a.itemMenu:hover, a.itemMenu:focus{
	color: #515151;
}
li.itemMenu a, a.itemMenu, .closeMenuBtn {
	cursor: pointer;
	text-decoration: none;
}
/* MENU MOBILE */
.menuIcon {
	color: #7783AC;
	line-height: 0;
	cursor: pointer;
	font-weight: 300;
}
.sidenav {
	top: 0;
    right: 0;
	z-index: 1;
    height: 100%;
    position: fixed;
	overflow-x: hidden;
	background-color: white;
    transform: translateX(100%);
    transition: transform 0.5s ease;
}
a.itemMenu {
    display: block;
    transition: 0.3s;
}
a.itemMenu {
    position: relative;
}
a.itemMenu:hover, a.itemMenu:focus{
	color: #7783AC;
}
a.itemMenu:not(:nth-child(4))::after {
	left: 0;
	content: '';
    position: absolute;
    background-color: #E46998;
}
.closeMenuBtn {
	line-height: 1;
    position: absolute;
	text-decoration: none;
}
.closeMenuBtn, .closeMenuBtn:hover, .closeMenuBtn:focus{
	color: #7783AC;
}
.closeMenuBtn span {
    font-weight: 300;
}
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) {
	.entry-content{
        margin-top: 17vw !important;
    }
    .header {
        height: 17vw;
    }
    img.logoHeader {
        max-width: 44vw;
    }
	.menuIcon {
    	font-size: 8vw;
	}
	.sidenav#mySidenav {
		padding: 15vw 8vw 10vw;
	}
    a.itemMenu {
        font-size: 4.5vw;
		margin-bottom: 8vw;
    }
	a.itemMenu:not(:nth-child(4))::after {
        width: 18vw;
		height: 2px;
		bottom: -4vw;
    }
    button.btnMenu {
		width: 84vw;
        height: 15.5vw;
		font-size: 4.2vw;
    }
	.closeMenuBtn {
		top: 4.5vw;
		right: 5vw;
    }
	.closeMenuBtn span {
        font-size: 8.5vw;
    }
}
@media (min-width: 551px){
	a.itemMenu:not(:nth-child(4))::after {
		height: 2px;
	}
}
@media (min-width: 551px) and (max-width: 766.9px) {
	.entry-content{
        margin-top: 13vw !important;
    }
    .header {
        height: 13vw;
    }
    .menuIcon {
        font-size: 7vw;
    }
    img.logoHeader {
        max-width: 38vw;
    }
	.sidenav#mySidenav {
		padding: 12vw 8vw;
    }
    a.itemMenu {
        font-size: 3.3vw;
		margin-bottom: 7vw;
    }
	a.itemMenu:not(:nth-child(4))::after {
        width: 15vw;
		bottom: -3.5vw;
    }
    button.btnMenu {
		width: 60vw;
        height: 11vw;
		font-size: 2.95vw;
    }
	.closeMenuBtn {
		top: 3vw;
		right: 6vw;
    }
	.closeMenuBtn span {
        font-size: 6.5vw;
    }
}
@media (max-width: 766.9px) {
    .sidenav {
        width: 100%;
    }
}
@media (min-width: 767px) and (max-width: 899.9px) {
    .entry-content{
        margin-top: 11vw !important;
    }
	.header{
		height: 11vw;
	}
    img.logoHeader {
        max-width: 29vw;
    }
    .menuIcon {
        font-size: 5vw;
    }
    .sidenav#mySidenav {
        width: 60vw;
		padding: 8vw 6vw;
    }
    a.itemMenu{
        font-size: 2.34vw;
		margin-bottom: 5vw;
    }
    a.itemMenu:not(:nth-child(4))::after {
        width: 10vw;
        bottom: -2.5vw;
    }
    button.btnMenu {
		width: 43vw;
        height: 8vw;
		font-size: 2.12vw;
    }
	.closeMenuBtn {
        top: 2.5vw;
		right: 3vw;
    }
	.closeMenuBtn span {
        font-size: 4vw;
    }
}
@media (max-width: 899.9px){
	.gridHeader {
        max-width: 84vw;
    }
}
@media (min-width: 900px) and (max-width: 1099.9px) {
    .hero{
        margin-top: 8vw;
    }
	.header{
		height: 8vw;
	}
    .gridHeader {
        max-width: 86vw;
    }
    img.logoHeader {
        max-width: 24vw;
    }
    .menuIcon {
        font-size: 4.5vw;
    }
    .sidenav {
        width: 50vw;
		padding: 7vw 6vw 6vw;
    }
    a.itemMenu {
		font-size: 2vw;
        margin-bottom: 4vw;
    }
    a.itemMenu:not(:nth-child(4))::after {
		width: 10vw;
        bottom: -2vw;
    }
    button.btnMenu {
        height: 7vw;
        width: 35vw;
		font-size: 1.81vw;
    }
    .closeMenuBtn {
        top: 2vw;
		right: 3vw;
    }
	.closeMenuBtn span {
        font-size: 3.5vw;
    }
}
@media (max-width: 1099.9px) {
    #headerDesk {
        display: none;
    }
    .gridHeader {
		width: 100%;
        height: 100%;
        justify-content: space-between;
    }
    img.logoHeader {
        height: 100%;
        object-fit: contain;
    }
}
@media (min-width: 1100px) {
    #headerMobile {
        display: none;
    }
	img.logoHeader {
    	width: 100%;
    	height: auto;
	}
	ul.listMenu {
        grid-gap: 2.5vw;
		margin-right: 2.5vw;
    }
}
@media (min-width: 1100px) and (max-width: 1400px) {
	.entry-content{
        margin-top: 7vw !important;
    }
    .header {
        height: 7vw;
    }
    .gridHeader {
		width: 84vw;
    }
    img.logoHeader {
        max-width: 21vw;
    }
    li.itemMenu {
        font-size: 1.32vw;
    }
    button.btnMenu {
        width: 25vw;
        height: 4.8vw;
		font-size: 1.32vw;
    }
}
@media (min-width: 1401px) {
	.entry-content{
        margin-top: 5.5vw !important;
    }
    .header {
        height: 5.5vw;
    }
    .gridHeader {
		width: 70vw;
    }
    img.logoHeader {
        max-width: 18vw;
    }
    li.itemMenu{
        font-size: 1.05vw;
    }
    button.btnMenu {
        width: 20vw;
		height: 3.5vw;
		font-size: 1.05vw;
    }
}