.entry-content > *, 
.entry-post > * {
    max-width: 600px;
}

.single .page-wrap .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
}

h1, h2, h3, .alignfull, .foogallery, .wp-block-image, .wp-block-gallery, .embed {
    max-width: 100% !important; 
}

.embed {
    margin-bottom: 1em;
}

.single-meta, .single-meta a, .classic-alt .posted-on, .classic-alt .posted-on a {
    color: #7a7a7a; /* Vanha #68647a */
}

.single .single-meta, .classic-alt .posted-on {
    text-decoration: none;
}

.classic-alt .entry-title a {
    color: #adadad;
}

.classic-alt .entry-title a:hover,
.classic-alt .entry-title a:active,
.classic-alt .entry-title a:focus {
    color: #fff;
}

a:hover,
a:active,
a:focus {
    color: #fff;
}

.classic-alt .entry-title a::after {
    content: "\00bb";
    margin-left: 0.3em;    
    color: #464646;
    font-size: 75%;
    position: relative;
    top: -0.1em;
}

h1, h2, h3, h4, h5, h6 {
    color: #adadad;
}

h4, h5, h6 {
    /* color: #fff; */
    font-weight: 700;
}

h1 {
    text-transform: uppercase;
}

.hentry .title-post {
    font-weight: 400;
}

.classic-alt .hentry {
    border-bottom: 1px solid #555;
}

.wp-block-image figcaption {
    color: #7f7f7f;
    font-size: 15px;
    margin-bottom: 2em;
}

.tags-links a {
    display: inline-block;
    background: none;
    padding: 0;
    color: #7ea1af; 
    margin: 0 10px 0 0;
    font-size: 12px;
    text-transform: uppercase;
}

/* Sidebar */

.tag-cloud-link {
    margin-right: 0.2em;    
    display: inline-block;
    line-height: 1.2em;
    text-transform: capitalize;
}

.tag-cloud-link:hover {
    color: #fff !important;
}

.tag-cloud-link span {
    color: #d1d1d1;
    font-size: 12px;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background: none;
    border: none;
    border-bottom: 1px solid #dbdbdb;
}

select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
    background: none;
    border-color: #dbdbdb;
    border-top: none !important;    
    border-left: none !important;    
    border-right: none !important;
}
select:focus, textarea:focus, input:focus {
    border-bottom-width: 3px !important;
}

/* Main navigation */

.site-title {
    font-weight: 700;
}
.site-description, .page-description {
    display: block;
    max-width: 550px;
    text-shadow: 0px 0px 10px #000, 0px 0px 10px #000;
}

#mainnav ul li a {
    font-weight: 700;
}

.current-menu-item a , .current_page_item a {
    border-bottom: 3px solid;
}

.btn-menu {
    position: relative;
    top: -12px;
    margin: 0 15px 0 0;
    float: right;

}

#mainnav ul {
    float: right;
}

#mainnav-mobi {
    /* margin-left: -15px; */
    top: 48px;
}

#mainnav-mobi ul > li > a {
    text-align: center;
    color: #7ea1af;
    font-weight: 700;
}

.site-header {
    height: 100px;
    /* padding-left: 15px; */
    background: -moz-linear-gradient(top, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0.6) 30%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 30%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
    }

@media only screen and (min-width: 1025px) {
    #mainnav {
        width: 66.66666667%;
    }
    #mainnav li {
        /* float: right; */
    }
}

@media only screen and (max-width: 1024px) {
    .site-header {
        position: relative;
        margin-bottom: -36px;
    }
    .site-title {
        float:left;
    }
}

/* Post navigation */

.post-navigation {
    background: none;    
}

.post-navigation .nav-previous {
    border-right: none;
}

.post-navigation a {
    color: #7ea1af;
}

.post-navigation a:hover,
.post-navigation a:active,
.post-navigation a:focus {
    color: #fff;
}
.post-navigation .nav-previous:hover span, .post-navigation .nav-next:hover span {
    color: #7ea1af;
}

/* Prosp hero */

.prosp-hero {
    padding-bottom: 50px;
    /* padding: 15px; */
}

.prosp-hero.featured-image {
    background-size: cover;
    background-position: 50% 30%;
    height: 85vh;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}

.prosp-hero::before {
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    position: inherit;
    left: 0;
    top: 0;
    /* background: rgba(0,0,0,0.5); */
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+30,000000+60&0.6+30,0+60 */
background: -moz-linear-gradient(left, rgba(0,0,0,0.6) 30%, rgba(0,0,0,0) 60%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, rgba(0,0,0,0.6) 30%,rgba(0,0,0,0) 60%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, rgba(0,0,0,0.6) 30%,rgba(0,0,0,0) 60%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#99000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
}

.prosp-hero .container {
    position: relative;
    top: 40%;
}

h1 {
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2px rgba(0,0,0,0.6);
}

@media only screen and (min-width: 1025px) {
    h1 {
        font-size: 5vw;
    }
}


h1 span {
    font-size: 50%;
    display: block;
    text-transform: none;
}

.prosp-hero.featured-image + .page-wrap {
    padding-top: calc(85vh - 50px);
}

.preloader {
    display: none;
}

/* LS Cache Lazy load */

/* PART 1 - Before Lazy Load */
img[data-lazyloaded]{
	opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.loaded{
	-webkit-transition: opacity .5s linear 0.2s;
	-moz-transition: opacity .5s linear 0.2s;
	transition: opacity .5s linear 0.2s;
	opacity: 1;
}