/*
Theme Name: Blog site custom
Theme URI: 
Author: Rick Snijders
Author URI: http://ricksnijders.nl/
Description: Blog site theme for custom site
Version: 1.0
Text Domain: //

*/
/* @import url('https://fonts.googleapis.com/css2?family=Gabarito&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Open+Sans:wght@300;400;500;600;700&family=Parisienne&family=Poppins:wght@200&family=Roboto+Condensed&family=Roboto+Mono:wght@100;400&family=Roboto:wght@100;300;400;500;700&family=Space+Mono&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Open+Sans&family=Parisienne&family=Poppins:wght@200&family=Roboto+Condensed&family=Roboto+Mono:wght@100;400&family=Roboto:wght@100;300;400;500;700&family=Space+Mono&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Gabarito&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Open+Sans&family=Parisienne&family=Poppins:wght@200&family=Roboto+Condensed&family=Roboto+Mono:wght@100;400&family=Roboto:wght@100;300;400;500;700&family=Space+Mono&display=swap'); */

@import url('https://fonts.googleapis.com/css2?family=Gabarito&family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300&family=Open+Sans:wght@300;400;500;600;700&family=Parisienne&display=swap');
*{
    padding: 0;
    margin: 0;
}

#wpadminbar{
    top: 80px !important;
}

:root{
    
    /* --main-color: #D5CFE1; old */
    /* --main-color: #9683b8;
    --second-color: #7a68ca;
    --accent-color: #61C9A8;
    --second-accent-color: #0F7173; */
    

    --main-color: #c6cce5;
    /* --main-color: #E8EBF7; */
    --trim-color: #DE1A1A;
    --trim-color: #A51C30;
    --trim-color: #A7333F;
    
    --accent-color: #D78521;
    --accent-color: #D66853;
    
    --second-color: #F2D398;
    --second-color: #F2A65A;
    --second-color: #FFF2F1;
    --second-color: white;
    
    --third-color: #E8EBF7;
    --second-accent-color: #5a7397;
    /* --second-accent-color: #ACBED8; */

}
/* #DE1A1A Accent 1
#E8EBF7 background
#ACBED8 buttons
#F2D398 accent 2
#D78521 accent 3 */

body{
    text-align: left;
    /* font-family: verdana; */
    font-family: 'Open Sans', sans-serif;

    position: relative;
    /* background: #fffcf9; */
    /* background-color: var(--third-color); */
    background-color: rgb(244 246 253);
}

.container{
    display: flex;
    flex-direction: row;
    width: 100%;
}

.text-center{
    text-align: center;
}


.sidebar{
    background: #f4f6fd;
    margin-right: 20px;
    /* margin-top: -40px; */
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.055);
    z-index: 2;
    height: max-content;
    position: relative;
    /* padding: 10px 10px; */
    /* padding-right: 5px; */
    width: 300px;
    transition: 0.3s;
    margin-top: -100px;
    min-height: 500px;
    /* border-right: 4px solid var(--trim-color); */
    position: fixed;
    /* box-shadow: 0 0 20px 10px #a7a7a747; */
    box-shadow: 0 0 20px 10px #6363634a;
}

.sidebar-wrapper{
    overflow: hidden;
    box-sizing: border-box;
    width: 100%;
    transition: 0.3s;
}


.search-form{
    position: relative;
    margin: 0 10px;
}

.search-input{
    padding: 10px;
    font-size: 15px;
    outline: transparent;
    border: 1px solid lightgrey;
    border-radius: 0px;
    width: 100%;
    padding-right: 20px;

}

.search-choice{
    padding: 5px 10px;
    border-top: 1px solid rgb(224, 224, 224);
}

.search-choice:hover{
    cursor: pointer;
}

.result-placeholder{
    padding: 5px 10px;
}

.search-post-relevant{
    background-color: white;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05);
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
}
.search-post-relevant-close{
    position: absolute;
    top: 50%;
    right: 5px;
    transform: translate(0, -50%);
}

.search-post-relevant-close:hover{
    cursor: pointer;
}


.sidebar-hide{
    width: 0;
    padding: 10px 0px;
}

.toggler-rotate{
    rotate: 180deg;
}

.sidebar-list{
    list-style: none;
    background-color: #f4f6fd;
    padding: 10px 0;
    padding-bottom: 20px;
}

.sidebar-toggler{
    position: absolute;
    right: 0;
    top: 0;
    background: var(--trim-color);
    color: white;
    translate: 100% 0;
    padding: 0px 10px;
    transition: 0.3s;
    color: white;
    /* border-top: 1px solid var(--trim-color);
    border-bottom: 2px solid var(--trim-color); */
    display: flex;
    height: 55px;
    justify-content: center;
    align-items: center;
}

.sidebar-toggler>i{
    transition: 0.3s;
}

.sidebar-toggler:hover{
    cursor: pointer;
}


.sidebar-list>li>a{
    color: black;
    font-weight: bold;
    text-decoration: none;
    padding: 3px 2px;
    display: block;
    border-bottom:1px solid var(--accent-color);
    transition: .1s;
    width: max-content;
    overflow: hidden;
    margin-left: 10px;
    letter-spacing: -0.5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.sidebar-title{
    /* border-left: 10px solid var(--trim-color); */
    background: var(--third-color);
    color: black;
    /* margin-top: 10px; */
    padding: 10px;
    padding-left: 15px;
    padding-right: 20px;
    letter-spacing: -1px;
    border-bottom: 2px solid var(--trim-color);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
}

.sidebar-list>li>a:hover{
    color: var(--second-accent-color);
    
}

.footer{
    width: 100%;
    text-align: center;
    padding-top: 10px;
    background: var(--second-accent-color);
    color: var(--second-color);
    font-size: 10px;
    box-sizing: border-box;
    position: absolute;
    bottom: 0;
    box-shadow: 0px -2px 7px 2px rgba(139, 129, 123, 0.12);
}

.footer-content{
    background-color: var(--main-color);
    padding: 20px;
    color: var(--main-color);
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer-title{
    padding: 10px;
    font-size: 30px;
    font-family: 'Parisienne', cursive;

}

.footer-icon{
    font-size: 20px;
}

.footer-link{
    text-decoration: none;
    color: var(--second-color);
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    display: flex;
    margin: 3px;
    transition: 0.3s;
    background: var(--second-accent-color);

}

.footer-text{
    font-size: 20px;
    padding-bottom: 10px;
    background: var(--main-color);
    color: var(--second-accent-color);
    font-family: 'Parisienne', cursive;

}

.footer-link:hover{
    color: #EAEAEA;
}

.nav-title{
    font-size: 40px;
    font-weight: bold;
    background-color: var(--trim-color);
    padding: 25px 30px 10px 20px;
    /* letter-spacing: -3px; */
    font-family: 'Parisienne', cursive;
}

.nav-title>a{
    text-decoration: none;
    color: white;
}

.nav-title>a:hover{
    opacity: 0.9;
}

.nav-bar{
    background: var(--main-color);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* position: relative; */
    position: fixed;
    width: 100%;
    z-index: 100;
    /* box-shadow: 0 0 20px 10px #a7a7a747; */
    box-shadow: 0 0 20px 10px #6363634a;
    top: 0;
}

.nav-left{
    display: flex;
}

.nav-img{
    width: 100%;
    /* aspect-ratio: 2/1; */
    height: 230px;
    background: #EAEAEA;
    overflow: hidden;
    /* filter: grayscale(200); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.6;
    margin-top: 50px;
}

.nav-img>img{
    margin-top: 50px;
    width: 100%;
    /* margin-top: 30px; */
}

.img-wrapper{
    margin-top: 20px;
}

.nav-items{
    display: flex;
    flex-direction: row;
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* margin-bottom: -20px; */
    z-index: 1;
    align-items: flex-end;
    /* position: absolute; */
    left: 50%;
    bottom: 0;
    /* translate: -50% 0; */
    width: max-content;
    margin-left: 40px;
    margin-bottom: 10px;
}

.menu-item{
    list-style: none;
}

.menu-item>a:hover{
    box-shadow: inset 0 0 1000px 4px rgba(0, 0, 0, 0.4);
    color: white;
}

.nav-item, .menu-item>a{
    display: block;
    padding: 15px 35px;
    font-size: 15px;
    background: var(--second-color);
    color: black;
    color: var(--second-accent-color);
    text-decoration: none;
    font-weight: bold;
    letter-spacing: 0.5px;
    transition: 0.3s;
    letter-spacing: -0.5px;
    box-shadow: inset 0 0 10px 4px rgba(153, 153, 153, 0.05);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;

}
.nav-buttons{
    display: flex;
    align-items: center;
    margin-right: 10px;
    /* font-family: 'Roboto Condensed', sans-serif; */
    /* font-family: 'Parisienne', cursive; */

}

.nav-button{
    padding: 10px 15px;
    /* border-radius: 5px; */
    color: white;
    background: var(--second-accent-color);
    text-decoration: none;
    margin: 4px;
    font-family: 'Gabarito', cursive;
    transition: 0.2s;
}

.nav-button:hover{
    box-shadow: inset 0 0 1000px 4px rgba(0, 0, 0, 0.4);
    color: white;
}

.nav-item:hover{
    /* transform: translate(0px, -4px); */
    background: #ececec;
}

.nav-item.active, .current-menu-item>a{
    background: var(--trim-color);
    color: white;
}


.main{
    background: white;
    min-width: 600px;
    width: 60%;
    box-shadow: 0px 0px 30px 10px rgba(0, 0, 0, 0.1);
    padding: 30px 70px;
    /* margin-left: 2rem; */
    margin: 0 auto;
    z-index: 1;
    margin-bottom: 250px;
    border: 1px solid #d9d9d9;
    margin-top: -20px;
    max-width: 950px;
    box-sizing: border-box;
}

.row{
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.user-main{
    background: white;
    width: 60%;
    margin: -20px auto;
    box-shadow: 0px 0px 9px 3px rgba(0, 0, 0, 0.055);
    padding: 40px;
    z-index: 1;
    margin-bottom: 140px;
    border: 1px solid lightgrey;
}

.post-item{
    background: rgb(244 246 253);
    padding: 25px 50px;
    padding-top: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 14%);
    text-decoration: none;
    display: block;
    color: black;
    transition: 0.3s;
    /* border: 1px solid rgb(236, 236, 236); */
    border-top: 20px solid var(--second-accent-color);
    position: relative;
}

.post-categories{
    position: absolute;
    top: -15px;
    left: 0px;
    display: flex;
    gap: 10px;

}

.post-cat-item{
    color: white;
    background-color: var(--second-accent-color);
    font-size: 12px;
    padding: 8px 10px;

}

.post-title{
    font-size: 28px;
    /* border-bottom: 3px solid black; */
    /* box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.02); */
    display: inline-block;
    margin-bottom: 0.5rem;
    color: rgb(51, 51, 51);
    /* background: white; */
    /* border-left: 6px dotted var(--accent-color); */
    /* border-left: 8px solid var(--second-accent-color); */
    /* border-bottom: 2px dotted var(--second-accent-color); */
    padding: 15px 0;
    width: 100%;
    box-sizing: border-box;
    /* letter-spacing: -1px; */
    font-family: 'Gabarito', cursive;
}

/* .post-item-hover:hover{
    opacity: 0.8;
    translate: 0 -5px;
} */

.post-date{
    color: rgba(65, 65, 65, 0.582);
    font-size: 12px;
    margin-bottom: 8px;
}

.post-comments{
    padding: 20px;
    margin-top: 20px;
    border: 1px solid rgb(240, 240, 240);
}

.post-content{
    padding: 30px;
    background-color: white;
    border: 1px solid #ededed;
    border-top: 2px dashed var(--trim-color);
    margin-bottom: 20px;
    box-shadow: 0px 0px 10px 5px rgba(53, 53, 53, 0.05);
}

.post-galary{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    gap: 10px;
    align-items: center;

    padding: 10px 30px;
    background-color: white;
    border: 1px solid #ededed;
    margin-bottom: 10px;
    box-shadow: 0px 0px 10px 5px rgba(0, 0, 0, 0.05);
}

.galary-container{
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid rgb(213 217 229);
}

.galary-container>p{
    font-size: 14px;
    margin-bottom: 4px;
}

.galary-item{
    max-width: 25%;
    display: block;
    transition: 0.2s;
}

.galary-item:hover{
    cursor: pointer;
    opacity: 0.8;
}

.galary-item>img{
    width: 100%;
    height: auto;
}

.big-img-bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.199);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}

.big-img-bg:hover{
    cursor: pointer;
}

.big-img{
    width: auto;
    max-width: 90%;
    /* height: 40%; */
    height: auto;
    position: relative;
    max-height: 90%;
}
.big-img:hover{
    cursor: auto;
}

.big-img>img{
    width: 100%;
    box-shadow: 0 0 20px 10px rgba(0, 0, 0, 0.05)
}

.big-img>.close-btn{
    color: white;
    background: black;
    position: absolute;
    top: -10px;
    right: -10px;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    display: flex;
    border-radius: 50px;
    transition: 0.2s;
}

.big-img>.close-btn:hover{
    color: rgb(204, 9, 9);
    cursor: pointer;
    scale: 1.1;
}

.post-content img{
    margin: 20px 0;
    width: 100%;
}

.max-post-height{
    max-height: 5.4rem;
    overflow: hidden;
    font-size: 0.9rem;
    line-height: 1.2rem;
    position: relative;
    padding: 10px;
    background-color: white;
    border-top: 2px dashed var(--trim-color);
}

/* text overflow ... */
.max-post-height:before {
    content: '...';
    position: absolute;
    right: 5px;
    bottom: 2px;
    background-color: rgba(199, 199, 199, 0.39);
    padding: 0px 5px;
    border-radius: 1rem;
    width: 1rem;
    height: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.max-post-height + p:after {
    content: '';
    position: absolute;
    right: 0;
    width: 2rem;
    height: 2rem;
    padding: 5px;
    background: white;
  }


.posts-extra{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e7e7e7;
    padding-bottom: 20px;
}

.posts-extra>.posts-extra-item{
    color: black;
    font-size: 12px;
    background-color: var(--third-color);
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.extra-info-text{
    padding: 0px 10px;
}

.posts-extra>.posts-extra-item>.extra-info{
    font-size: 16px;
    background-color: var(--trim-color);
    padding: 10px;
    font-weight: bold;
    color: white;

}




/* 
blue
rgb(51, 119, 255)
lightblue
rgb(91 146 255);
green
rgb(195 255 182); 
*/

/* 
blue #564787 
black #080708
white #E8F0FF
green #84DD63
lightblue #ACDDE7
*/

/*  
    "Raisin Black":"211a1d"
    "Han Purple":"6320ee"
    "Medium Slate Blue":"8075ff"
    "Magnolia":"f8f0fb"
    "Ash Gray":"cad5ca" 
*/


/* comment form  */
#comments{
    padding: 5px 0;
}

.commentlist{
    /* border-left: 1px solid grey; */
    /* box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.048); */
    /* padding: 10px; */
    list-style: none;
    background-color: #f1f1f1;
    padding: 20px;
}

.comment{
    /* background: white; */
    /* border-radius: 5px; */
    /* border: 1px solid purple; */
    margin-bottom: 5px;
    list-style: none;
    padding-left: 4px;
}

/* .commentlist>li{
} */

.commentlist > .parent{
    /* padding: 5px; */
    margin-bottom: 15px;
}

.commentlist .children{
    margin-left: 8px;
    border-left: 2px dashed var(--second-accent-color);

}

.comment-author{
    display: flex;
    align-items: center;
}

.comment-author>cite{
    margin-right: 5px;
    font-weight: bold;
    
}
.comment-author>cite>a{
    text-decoration: none;
    color: black;
    font-style: normal;
}
.avatar{
    margin-right: 5px;
}

.comment-meta{
    padding: 2px;
    /* border: 1px solid black; */
    font-size: 0.7rem;
}

.comment-meta>a{
    text-decoration: none;
    color: var(--trim-color);
    font-weight: 600; 
}

.comment-body{
    border: 1px solid rgb(238, 238, 238);
    padding: 8px 12px;
    margin-bottom: 2px;
    border-radius: 5px;
    background-color: white;
}

.comment-body>p{
    /* border: 1px solid lightcoral; */
    padding: 10px 8px;
    background: #f9f6fa;
}

.comment-form>p{
    display: flex;
    flex-direction: column;
    width: 80%;
    margin-top: 10px;
}

.comment-reply-link{
    padding: 5px 10px;
    color: black;
    background: var(--main-color);
    border-radius: 5px;
    margin-top: 3px;
    text-decoration: none;
    display: inline-block;
    font-size: 0.8rem;
}

.comment-reply-link:hover{
    opacity: 0.9;
}

.form-submit>input{
    padding: 10px;
    display: inline-block;
    width: min-content;
}

.comment-form >p>a{
    background: var(--accent-color);
    border-radius: 5px;
    padding: 8px;
    color: white;
    font-weight: bold;
    width: max-content;
    text-decoration: none;
    display: flex;
}

.comment-form>p>input, .comment-form>p>textarea{
    border: 1px solid lightgrey;
    border-radius: 5px;
    padding: 5px 2px;
}


