/*
Theme Name: Webber Child
Theme URI: http://www.webber.nl
Description: Designed by <a href="http://webber.nl">Webber</a>.
Author: Rob Abrahams
Version: 1.0.0
Template: hello-elementor

*/

body  h1, body  h2, body  h3, body  h4, body  h5, body  h6 {
	font-family: "Tahoma", Sans-serif;
	font-weight: 500;
	font-size: 24;
}
body a {
	color: #ffcc00;
}

@media (min-width: 1024px){
   #awheader {
       height:100vh;
      
   } 
}
/* Hide header on mobile*/
@media (max-width: 1024px){
    #awheader {
        display: none;
    }
	
	.cutom-nav-item-links{
		border-style: solid;
		border-color: #ffffff;
		border-bottom-width: 1px;
		border-top-width: 0;
		border-right-width: 0;
		border-left-width:0;
		font-size: 13px;
	}
	.aw-menu-btn{
		padding-left: 0;
	}
}

@media (max-width:1120px) and (min-width: 1024px) {
	.elementor-widget-theme-post-content {
		padding-left: 20px;
	}
}

.aw-gebruikersvelden{
    width: 100%;
    display: flex;
    flex-direction: column;
}
.aw-menu-btn{
    margin-top: -16px;
	font-size: 24px;
}

.aw-menu-btn:hover{
    cursor: pointer;
}
.aw-menu-btn a:hover {
    color: white !important;
}
.aw-pointer-events,
.aw-pointer-events label,
.aw-pointer-events div{
    pointer-events: none !important;
}
/* .aw-jacht-shortcode .elementor-shortcode{
    text-align: center !important;
} */
.aw-jacht-shortcode .elementor-shortcode .aw-jacht-item{
    width: 100% !important;
    color: black !important;
    line-height: 2.3;
}
h4.aw-jacht-title{
    color: black !important;
}
.aw-jacht-shortcode .elementor-shortcode .aw-jacht-item .aw-form-btn{
    background-color: #e30713;
    padding: 10px 25px 10px 25px !important;
}
.aw-jacht-shortcode .elementor-shortcode .aw-jacht-item .aw-form-btn:hover span {
    color: black;
}
.aw-jacht-item {
    margin: 0px 0px 20px 0px;
    padding: 30px;
    background: #f7f7f7;
}

.logged-in #aw-footer {
    display: none;
}