
.custom-header-media:before {
    background: none;
}


body ul {
    margin: 1em 0;
    padding: 0 0 0 20px;
}
@media screen and (max-width: 1024px) {
  .has-header-image .custom-header-media img,
  .has-header-video .custom-header-media video,
  .has-header-video .custom-header-media iframe,
  .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    height: 100% !important;
   
    width: 100%;
    max-height: 100% !important;
    display: block !important;
    position: relative !important;
  }

  #wp-custom-header {
    height: 80% !important;
    widht: 80% !important;
        padding-top: 20px; 
  }
    
    

  .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,
  .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,
  .admin-bar.home.blog.has-header-image .custom-header-media,
  .admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(71vh – 32px) !important;
  }

  .page #content {
    padding-top: 13px !important;
  }

  .home.blog.has-header-image .site-branding {
    padding: 0px;
  }
}

#colophon.site-footer {
  margin-top: 0px;
}

.site-branding {
  display: none;
}

.home .site-branding {
  display: inherit;
}


@media screen and (min-width: 800px) {
    body #content #primary {
        max-width: 100%;
    }
    body #content #primary .entry-header,
    body #content #primary .entry-content {
        float: none;
        width: 800px;
    }
}



@media screen and (min-width: 48em) {
    .page.page-one-column .entry-header, 
    .twentyseventeen-front-page.page-one-column .entry-header, 
    .archive.page-one-column:not(.has-sidebar) .page-header {
        margin-bottom: 1em !important;
    }

}



.site-info {
    display: none;
}

.site-info {
    display: none;
}

.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated {
    padding: 5px;
}

/*Post thumbnails on home*/
img.alignleft {
border: 0px solid #ffffff;
padding-top: 1em;
	
}


/*Post thumbnails on home*/
img.alignleftposts {
border: 0px solid #ffffff;
padding-top: 0px;
	
}

/*Links stylen*/
/* unvisited link */
.body a,
.entry-content a:link {
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
}
/* visited link */
.entry-content a:visited {
color: white;
-webkit-box-shadow: none;
box-shadow: none;
}
/* mouse over link */
.entry-content a:hover a:focus {
font-weight: bold;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
}

/* mouse over link */
.entry-content a:focus {
font-weight: bold;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
}

/* selected link */
.entry-content a:active {
font-weight: bold;
text-decoration: none;
-webkit-box-shadow: none;
box-shadow: none;
}


@media (min-width: 760px) {
.navigation-top {
position: absolute;
top: 0px;
width: 100%;
height: 70px;
}
}

@media (min-width: 760px) {

.custom-header {
position: relative;
padding-top: 0px;
}
}

@media screen and (max-width: 767px) {

.site-branding,
.custom-header-media {
    
z-index: 0;
}

.main-navigation {
left: 15%; /* orig 10% */
position: absolute;
top: 0;
width: 80%;
z-index: 1;
}

.main-navigation ~ a {
display: inline-block;
margin-top: 10px;
}

}

.navigation-top {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 50px;
    z-index: 4;
    padding: 0 10px;
}

.custom-header {
    position: relative;
    padding-top: 0px;
}

.main-navigation > div > ul {
    border: 2px solid #eee;
    border-top: 1px solid #eee;
}

@media screen and (min-width: 48em) {   /* 768px */

    .main-navigation > div > ul {
        border: 0;
    }

    .navigation-top .wrap {
        padding-top: 0;
        padding-bottom: 0;
    }

}

.entry-header {
    /* margin-top: -2em;   before*/
    margin-bottom: 0em !important;   /*after*/
}

.site-header {
  background-size:100% 
}

@media screen and (max-width: 767px) {
	.single-featured-image-header {padding-top: 45px;}
	
	
}
