/*
 Theme Name:   Pascal Pfister Blog Theme
 Description:  Pascal Pfister Blog Theme
 Author:       beyonddesign 
 Author URI:   https://www.beyonddesign.ch/
 Template:     ecko-onyx
 Version:      1.0
 Text Domain:  ecko-onyx-child
*/

/* General */

.post-contents h4, .postcontents h4 {
    color: #222529;
}

body.single.page-layout-single .cover-single .cover-content .post-title, body.page.page-layout-single .cover-single .cover-content .post-title {
    max-width: none;
}

body.single .cover-content .post-info, body.page .cover-content .post-info {
    max-width: none;
}

body.single.page-layout-single .cover-single .cover-content, body.page.page-layout-single .cover-single .cover-content {
    max-width: none;
    text-align: left;
}

.page-contents.post-list-standard .post .post-contents p, .page-contents.post-list-standard .post .post-contents ul, .page-contents.post-list-standard .post .post-contents ol, .page-contents.post-list-standard .post .postcontents p, .page-contents.post-list-standard .post .postcontents ul, .page-contents.post-list-standard .post .postcontents ol, .page-contents.post-list-standard .page .post-contents p, .page-contents.post-list-standard .page .post-contents ul, .page-contents.post-list-standard .page .post-contents ol, .page-contents.post-list-standard .page .postcontents p, .page-contents.post-list-standard .page .postcontents ul, .page-contents.post-list-standard .page .postcontents ol {
    font-size: 16px;
    line-height: 30px;
    color: #222529;
}

.post-contents p, .post-contents ul, .post-contents ol, .postcontents p, .postcontents ul, .postcontents ol {
    font-size: 17px;
    line-height: 38px;
    margin: 40px 0;
    color: #222529;
}

.page-contents.post-list-standard .post .post-title a, .page-contents.post-list-standard .page .post-title a {
    display: block;
    color: #000000;
}

.post-body .post-title {
    font-size: 46px;
    line-height: 68px;
    margin: 50px 0 40px;
    color: #000000;
}

.cover .cover-background {
    background-position: top;
}

.cover .cover-shadow {
    display: none;
}

/* Contact Form */

.nf-form-content label {
    font-size: 18px;
    line-height: 20px;
    color: #262a2d;
}

.nf-form-content .list-select-wrap .nf-field-element>div::placeholder, .nf-form-content input:not([type=button])::placeholder, .nf-form-content textarea::placeholder {
    color: #51555B;
}



/* Header */

.top-bar-logo a {
    font-weight: bold;
}

.top-bar { 
    border-bottom: none;
}

.menu-item { 
    font-weight: bold;
}

nav.navigation-main>ul>li.current-menu-item:after, nav.navigation-main>ul>li.menu-item-active:after, nav.navigation-main>div>ul>li.current-menu-item:after, nav.navigation-main>div>ul>li.menu-item-active:after {

    display: none;
}

nav.navigation-main ul a, nav.navigation-main ul span {
    font-size: 16px;
    display: inline-block;
    padding: 9px 12px 35px;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0.7px;
}

nav.navigation-main ul li:hover a {
    background: none;
    color: #dadbe3;
}

body.post-basic-layout .top-bar nav.navigation-main>ul>li:hover>a {
    background: transparent;
    background-color: transparent;
}

/* Mobile Navigation */

.navigation-responsive {
    z-index: 1;
}

.menu {
    z-index: -1;
}

nav.navigation-responsive .show-nav {
    font-size: 22px;
    line-height: 45px;
    width: 45px;
    height: 45px;
    margin-top: 30px;
    cursor: pointer;
    text-align: center;
    color: #eee;
    border-radius: 45px;
    background: transparent;
    padding: 10px;
}

nav.navigation-responsive .show-nav:hover {
    color: #fff;
    background: #262a2d;
}

nav.navigation-responsive>ul, nav.navigation-responsive>div>ul {
    position: fixed;
    top: 0;
    right: 0;
    display: none;
    width: 100%;
    height: 100%;
    padding-top: 30%;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    background: rgba(5,5,5,0.9);
    align-items: center;
    transition: color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
}

nav.navigation-responsive>ul a, nav.navigation-responsive>ul span, nav.navigation-responsive>div>ul a, nav.navigation-responsive>div>ul span {
    font-size: 34px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1.8px;
}
nav.navigation-responsive>ul a:hover, nav.navigation-responsive>ul span:hover, nav.navigation-responsive>div>ul a:hover, nav.navigation-responsive>div>ul span:hover {
    font-size: 34px;
    display: inline-block;
    cursor: pointer;
    text-transform: uppercase;
    color: #b7b7bd;
    letter-spacing: 1.8px;
}

nav.navigation-responsive>ul>li>a:first-child {
    position: relative;
    z-index: 200;
    padding: 15px 0px;
}

/* Widgets */

.widget h3 {
    font-size: 16px;
    margin: 0 0 20px!important;
    text-transform: uppercase;
    color: #000000;
    letter-spacing: 2px;
}

.widget li:before {
    display: none;
}

.widget li a:hover {
    padding-left: 0px;
    color: #000000!important;
}

.widget li a {
    font-weight: 600!important;
    font-size: 16px!important;
    letter-spacing: 0.7px!important;
    color: #51555B!important;
}

.widget .searchform svg {
    position: absolute;
    top: 16px;
    right: 17px;
    width: 30px;
    height: 30px;
    padding: 8px;
    cursor: pointer;
    color: #fff;
    border-radius: 34px;
    background-color: #000000;
    transition: color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
}

.widget .searchform svg:hover {
    background-color: #262a2d;
}

.widget input {
    text-transform: none;
}

input, textarea {
    font-family: "Montserrat","Arial",Sans-Serif;
    font-size: 15px;
    font-weight: bold;
    width: 100%;
    height: 56px;
    margin-bottom: 0;
    padding: 0 25px;
    transition: border 0.125s ease-in;
    letter-spacing: 0.3px;
    color: #51555B;
    border: 0;
    border: 1px solid #dadbe3;
    border-radius: 3px;
    background: #fff;
}

.widget .tagcloud a:hover {
    color: #e9e9ea;
    background: #000000;
}

.widget.relatedposts .category, .widget.randomposts .category {
    display: none;
}

.widget {
    margin-bottom: 35px;
}

/* Front Page */

.post-categories {
    display: none;
}

.post-meta-comments {
    display: none;
}

.post-date-category {
    display: none;   
}

.pagination-standard .pagination-button, .pagination-noresults .pagination-button {
    background: black;
}

.page-contents.post-list-standard .post .post-meta .post-read-more a, .page-contents.post-list-standard .page .post-meta .post-read-more a {
    font-weight: 700;
    color: #000000;
    letter-spacing: 0.7px;
    font-size: 16px;
}

.page-contents.post-list-standard .post .post-date .post-date-day, .page-contents.post-list-standard .page .post-date .post-date-day {
    font-size: 22px;
    font-weight: bold;
    display: block;
    margin: 0 auto 5px;
    color: #51555B;
}

.page-contents.post-list-standard .post .post-date .post-date-month, .page-contents.post-list-standard .page .post-date .post-date-month {
    font-size: 20px;
    display: block;
    margin-bottom: 5px;
    color: #51555B;
}

.page-contents.post-list-standard .post .post-date .post-date-year, .page-contents.post-list-standard .page .post-date .post-date-year {
    font-size: 16px;
    display: block;
    margin-bottom: 15px;
    color: #51555B;
}

.page-contents.post-list-standard .post .post-date, .page-contents.post-list-standard .page .post-date {
    text-transform: none;
    font-weight: bold;
    letter-spacing: 0.1px;
}

.page-contents.post-list-standard .post .post-date, .page-contents.post-list-standard .page .post-date {
    margin-top: 50px;
}

.cover-brand {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99999;
}

.cover-brand img {
    position: absolute;
    bottom: 20px;
    right: 40px;
    width: 70px;
}

.cover-blog-title {
    color: #fff;
    margin-bottom: 0px;
}

.cover-blog-description .post-subtitle {
    letter-spacing: 0.9px;
}

.cover-blog-description {
    position: absolute;
    bottom: 110px;
    display: flex;
    flex-direction: column;
    width: 40%;
    height: 80%;
    -webkit-animation: slidedownin 2s ease-in-out;
    animation: slidedownin 2s ease-in-out;
    text-align: left!important;
    align-content: start;
    align-items: start;
    flex-wrap: nowrap;
    justify-content: center;
}


.page-contents.post-list-standard .format-standard.has-post-thumbnail .post-info, .page-contents.post-list-standard .format-link.has-post-thumbnail .post-info, .page-contents.post-list-standard .format-video.has-post-thumbnail .post-info, .page-contents.post-list-standard .format-audio.has-post-thumbnail .post-info {
    margin-top: -2%;
}

/* Single Page */

body.single.page-layout-single .cover-single .cover-content, body.page.page-layout-single .cover-single .cover-content {
    text-align: left;
}
    

/* Post Page */



.cover-content .post-meta, body.page .cover-content .post-meta {
    text-transform: none!important;
    letter-spacing: 1px;
}

body.single .cover-content .post-meta a, body.page .cover-content .post-meta a {
    color: #fff;
}

li.post-author::after, li.post-date::after {
    display: none;
}

.post-meta-separation {
    color: #fff;
    margin: 0px 0px 0px 5px;
}

.post-header-separation {
    color: #b4bcca;
    margin: 0px 0px 0px 5px;
}

.post-meta .post-likes {
    display: none;
}

.post-body .post-meta {
    font-size: 13px;
   font-weight: 600;
    text-transform: none;
    color: #b4bcca;
}

.post-body .post-meta li {
    float: left;
    margin-right: 10px;
}

.post-body .post-info:after {
    display: none;
}

.post-contents p a, .post-contents ul a, .post-contents ol a, .postcontents p a, .postcontents ul a, .postcontents ol a {
    border-bottom: none;
}

/* Single Page */

body.single .cover-content .post-categories, body.page .cover-content .post-categories {
    margin-bottom: 0px;
}

.post-subtitle {
    margin-top: 10px;
    font-size: 18px;
    color: #fff;
    line-height: 22px;
    font-weight: bold;
    text-align: left;
    max-width: 700px;
}

body.single .cover-content .post-title, body.page .cover-content .post-title {
    margin: 50px 0 20px;
}

.post-footer .post-likes {
    float: left;
    overflow: hidden;
    margin-bottom: 0;
}
.post-footer .post-likes {
    width: 50%;
    text-align: left;
}

.post-footer .post-likes a {
    margin-bottom: 0px;
}

.post-footer {
    overflow: hidden;
    padding: 6% 0 6%;
}

.post-footer .post-footer-share {
    float: right;
    margin-bottom: 1%;
    list-style: none;
}

.post-footer .post-footer-share .post-footer-share-title {
    font-family: "Karla";
    font-weight: 600!important;
    font-size: 13px;
    display: inline-block;
    margin: 12px 10px 0 0;
    text-transform: none;
    color: #262a2d;
    letter-spacing: 0.7px;
}
  
.page-contents.post-list-standard .post .post-meta-likes .sl-button.liked .sl-icon, .page-contents.post-list-standard .page .post-meta-likes .sl-button.liked .sl-icon {
    fill: #b7b7bd !important;
}

.page-contents.post-list-standard .post .post-meta a, .page-contents.post-list-standard .page .post-meta a {
    color: #b7b7bd;
    font-weight: 600;
}

.page-contents.post-list-standard .post .post-meta-likes .sl-button.liked .sl-icon:hover, .page-contents.post-list-standard .page .post-meta-likes .sl-button.liked .sl-icon:hover {
    fill: #6a6f77 !important;
}

.post-body .post-likes .sl-button.liked .sl-icon {
    fill: #b7b7bd!important;
}

.post-footer .post-footer-share .post-footer-share-item a {
    line-height: 30px;
    width: 30px;
    height: 30px;
}

.post-footer .post-footer-share .post-footer-share-item a svg {
    width: 12px;
    height: 12px;
    vertical-align: -1px;
}

.post-related .post-related-post .post-category {
    display: none;
}

.post-related .post-related-post span {
    display: none;
}

.post-related .post-related-post .post-background {
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.4s ease-out;
    opacity: 0.5;
    background-position: center;
    background-size: cover;
}

.post-related .post-related-post .post-read-more {
    font-family: "Montserrat","Arial",Sans-Serif;
    font-size: 13px;
    font-weight: 700;
    position: absolute;
    bottom: 0;
    margin-top: 15px;
    transition: opacity 0.25s ease-in-out;
    text-transform: uppercase;
    opacity: 0;
    color: #fff;
    display: block;
}

.related-posts-title {
    margin-top: 0px;
}

.post-related {
    margin-bottom: 6%;
}

/* Pagination */ 

.pagination-button {
    font-weight: 600;
}

.pagination-load-more {
    display: inline-block;
    padding: 21px 80px;
    color: #fff;
    border-radius: 100px;
    background: #000000;
}

/* Footer */ 

.footer-widgets .widget.blog_info .blog-name {
    font-weight: bold;
}

.footer-copyright {
    background: black;
}

.widget li {
    font-weight: 400;
    font-size: 12px;;
    letter-spacing: 1px;
    color: #000000;
}

.footer-widgets .widget.blog_info a {
    display: block;
    margin-bottom: 10px;
}

.footer-widgets .widget li.menu-item a {
    font-weight: 400!important;
}

.footer-widgets .widget li a {
    color: #000000!important;
    font-weight: 400!important;
}

.footer-widgets .widget h3 {
    font-size: 22px;
    color: #000000;
    letter-spacing: 2px;
}

.footer-widgets nav.social li a {
    line-height: 44px;
    display: block;
    width: 35px;
    height: 35px;
    text-align: center;
    color: white;
    border-radius: 35px;
    background: black;
}

.footer-widgets nav.social li svg {
    width: 18px;
    height: 18px;
}

.footer-copyright .footer-copyright-utils li svg {
    width: 15px;
    height: 15px;
    vertical-align: -4px;
}

.footer-copyright .footer-copyright-utils li a {
    font-size: 14px;
    line-height: 40px;
    display: block;
    width: 40px;
    height: 40px;
    text-align: center;
    color: #fff;
    border-radius: 40px;
    background: #1d1f22;
}

.footer-copyright p {
    font-size: 14px;
    margin: 0;
    color: #fff;
    font-weight: 600;
}

.footer-copyright .footer-copyright-disclaimer .alt, .footer-copyright .footer-copyright-disclaimer .alt a {
    color: #fff;
}


/* 404 Page */ 

.cover-search input.query {
    width: 100%;
    font-size: 14px;
    height: auto;
    padding: 20px 30px!important;
    text-transform: uppercase;
    border: 0;
    border-radius: 100px;
    background: #fff;
}

.cover-search .search-submit {
    position: absolute;
    top: 18px;
    right: 30px;
    width: 20px;
    height: 20px;
    padding: 0px;
    cursor: pointer;
    color: #acb0b8;
    transition: color 0.15s ease-out, border 0.15s ease-out, opacity 0.15s ease-out, background-color 0.15s ease-out;
}

/* Archive Page */ 

body.category .cover.cover-category .category-name, body.tag .cover.cover-category .category-name, body.archive .cover.cover-category .category-name {
    margin: 0 0 10px;
}

.cover-article-count {
    font-weight: 600;
    letter-spacing: 0.7px;
}

body.author .cover.cover-author .author-name {
    font-size: 53px;
}

/* Footer */

.footer-widgets nav.social li a.instagram:hover {
    background-color: #5851D8!important;
}


.footer-widgets nav.social li a.sp:hover {
    background-color: #e4022d;
}

.footer-widgets nav.social li svg.svg-icon-sp {
    width: 21px;
    height: 21px;
}


/*********** Media Queries **************/

@media (min-width: 1800px) {
    
    .cover-brand img {
        position: absolute;
        bottom: 20px;
        right: 40px;
        width: 100px;
    }

    .top-bar .top-bar-logo {
        font-size: 40px;
    }

    nav.navigation-main ul a, nav.navigation-main ul span {
        font-size: 22px;
    }

    .cover-blog-title {
        font-size: 72px;
    }
}

@media (min-width: 2560px) {
    
    .cover-brand img {
        position: absolute;
        bottom: 40px;
        right: 60px;
        width: 150px;
    }

    .top-bar .top-bar-logo {
        font-size: 50px;
        margin-top: 25px;
    }

    nav.navigation-main ul a, nav.navigation-main ul span {
        font-size: 22px;
    }

    .cover-blog-title {
        font-size: 120px;
        line-height: 120px;
    }

    .post-title {
        font-size: 120px;
        line-height: 120px;
    }

    .post-subtitle {
        font-size: 36px;
        margin-top: 40px;
    }

    .cover-blog-description {
        width: 70%;
    }

    body.single .cover-content .post-meta, body.page .cover-content .post-meta {
        font-size: 21px;
    }
}

@media (max-width: 1260px) {
    
    body.single .cover-content, body.page .cover-content {
        text-align: left;
    }

    nav.navigation-responsive>ul a:hover, nav.navigation-responsive>ul span:hover, nav.navigation-responsive>div>ul a:hover, nav.navigation-responsive>div>ul span:hover {
        font-size: 34px;
    }
}

 @media (max-width: 1250px) {

    nav.navigation-main>div>ul>li>a:first-child, nav.navigation-main>ul>li>a:first-child {
    padding: 49px 15px 47px;
    }

    nav.navigation-main ul a, nav.navigation-main ul span {
        font-size: 14px;
    }
}

@media (max-width: 1120px) {

    body.single .cover-content .post-info, body.page .cover-content .post-info {
        width: 100%;
    }
}



@media (max-width: 1045px) {

    nav.navigation-main>div>ul>li>a:first-child, nav.navigation-main>ul>li>a:first-child {
    padding: 49px 8px 47px;
    }
}

@media (max-width: 960px) {

    .cover-blog-description {
        width: 60%;
    }

    .cover-blog-description .post-subtitle {
        text-align: left;
    }
}


@media (max-width: 480px) {
    
    h1 {
        font-size: 25px;
    }

    .top-bar .top-bar-logo {
        font-size: 25px;
    }

    .post-contents p, .post-contents ul, .post-contents ol, .postcontents p, .postcontents ul, .postcontents ol {
        font-size: 16px;
        line-height: 30px;
    }

    .post-footer .post-likes {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .post-footer .post-footer-share .post-footer-share-title {
        font-size: 10px;
    }   

    .post-footer-share {
        margin-top: 20px;
    }

    nav.navigation-responsive>ul a, nav.navigation-responsive>ul span, nav.navigation-responsive>div>ul a, nav.navigation-responsive>div>ul span {
        font-size: 23px;
    }

    .cover-brand img {
        position: absolute;
        bottom: 20px;
        right: 20px;
        width: 50px;
    }

    .cover-blog-description {
        width: 100%;
        padding: 5px; 
    }

    .cover-blog-title {
        line-height: 46px;
        font-size: 44px; 
    }

    .cover-blog-title h1 {
        margin-top: 0px;
    }

    .cover-blog-description .post-subtitle {
        font-size: 16px;
    }

    nav.navigation-responsive>ul a:hover, nav.navigation-responsive>ul span:hover, nav.navigation-responsive>div>ul a:hover, nav.navigation-responsive>div>ul span:hover {
        font-size: 23px;
    }

    h1 {
        font-size: 42px;
        line-height: 44px;
    }

    body.single .cover-content .post-title, body.page .cover-content .post-title {
        margin: 0px 0 5px;
    }

    .page-contents.post-list-standard .post .post-meta .post-read-more a, .page-contents.post-list-standard .page .post-meta .post-read-more a {
        font-size: 13px;
    }


}

