/* font-family: 'Inconsolata', monospace;
font-family: 'Playfair Display', serif;
font-family: 'Ubuntu', sans-serif; */
body{
    font-family: 'Playfair Display', serif;
    font-style: 14px;
    color: #626262;
    background-color: #fff;
}
p{
    margin-bottom: 0;
}
@media (min-width: 1200px){
    .container{
        max-width: 1092px;
    }
}
.big-image-location{
    background-color: #f2f2f2;
    width: 100%;
    height: 510px;
    overflow: hidden;
    position: relative;
}
.big-image-location img{
    position: absolute;
    bottom: 0;
    width: 100%;
}
/* if need align img on top */
.big-image-location.visible-top img{
    position: absolute;
    top: 0;
    bottom: unset;
}
/* if need align img on center */
.big-image-location.visible-center img{
    position: absolute;
    top: 40%;
    bottom: unset;
}
.small-image-location{
    width: 100%;
    height: 280px;
    background-color: #f2f2f2;
    overflow: hidden;
    position: relative;
}
.small-image-location img{
    position: absolute;
    bottom: 0;
}
/* if need align img on top */
.small-image-location.visible-top img{
    position: absolute;
    top: 0;
    bottom: unset;
}
/* if need align img on center */
.small-image-location.visible-center img{
    position: absolute;
    top: -90%;
    bottom: unset;
}
h2{
    font-size: 30px;
    font-family: "PlayfairDisplay";
    color: rgb(98, 98, 98);
    line-height: 1.2;
    margin-bottom: 40px;
}
h2 a{
    color: inherit;
}
h2 a:hover{
    color: inherit;
}
h3{
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(180, 173, 158);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 25px;
}
.main-post p,
.posts p{
    font-size: 14px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    line-height: 1.7;
}
/* -------------------Header ---------------------- */
header{
    padding-top: 70px;
    padding-bottom: 70px;
}
header .title{
    font-size: 30px;
    font-family: "Inconsolata";
    color: rgb(0, 0, 0);
    text-transform: uppercase;
    line-height: 0.8;
    letter-spacing: 2px;
        
}
header nav a{
    font-size: 14px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    text-transform: uppercase;
    line-height: 1;
        
}
header nav a:hover{
    color: inherit;
}
/* -----------------------Main -------------------------- */
.main .main-post{
    margin-bottom: 130px;
}
.main .main-post .description{
    margin-top: 100px;
}
.main .main-post .description p{
    margin-bottom: 50px;
}
.main .main-post a.leave-comment{
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(180, 173, 158);
    text-transform: uppercase;
    line-height: 1.2;
        
}
/* -------------------------Posts --------------------------------- */
.posts .post{
    margin-bottom: 130px;
}
.posts .post:nth-last-child(1),
.posts .post:nth-last-child(2){
    margin-bottom: 0;
}
.posts h3{
    margin-top: 30px;
}
/* -----------------------Subscribe----------------------------------- */
.subscribe{
    background-color: #f0f0f0;
    margin-top: 120px;
    margin-bottom: 100px;
    padding-top: 70px;
    padding-bottom: 70px;
}
.subscribe h2{
    color: rgb(51, 51, 51);
    margin-bottom: 90px;
}
.subscribe .send-field{
    position: relative;
}
.subscribe .send-field input{
    border: none;
    background-color: transparent;
    border-radius: 0;
    border-bottom: 1px solid #000;
    font-size: 14px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    padding-left: 3px;
    padding-bottom: 14px;
    padding-right: 32px;
        
}
.subscribe .send-field input:focus{
    box-shadow: none;
    border-bottom: 2px solid #000;
}
.subscribe .send-field button{
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    background-color: transparent;
    outline: none;
    box-shadow: none;
}
/* ---------------Load more ----------------*/
.load-more{
    padding-top: 160px;
}
.load-more .load-more-btn{
    font-size: 20px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    line-height: 1.2;
    padding: 21px 30px;
    background-color: transparent;
    border: 1px solid #626262;
}
/* --------------------------Footer-------------------------------- */
footer{
    background-color: rgb(240, 240, 240);
    margin-top: 95px;
    padding-top: 40px;
    padding-bottom: 45px;
}
footer a{
    font-size: 14px;
    font-family: "Playfair Display";
    color: rgb(0, 0, 0);
    line-height: 1;
    padding-right: 15px;
}
footer a:hover{
    color: inherit;
}
footer a:last-child{
    padding-right: 0;
}
footer a.social{
    color: #626262;
}


/* -----------------------------------------------------------------------Full post page---------------------------------- */
/* ----------------------------------Post---------------------- */
.full-post-page .full-post {
    padding-bottom: 76px;
}
.full-post-page .full-post .description {
    margin-top: 100px;
}
.full-post-page .full-post .description p {
    margin-top: 25px;
}
.full-post-page .full-post .description p b{
    font-weight: 800;
}
.full-post-page .full-post .description i.italic-text{
    font-size: 14px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    font-style: italic;
    line-height: 1.714;
    margin-top: 50px;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px;
}
.full-post-page .full-post .description img{
    margin-top: 60px;
}
.full-post-page .full-post .full-post__footer{
    margin-top: 60px;
}
.full-post-page .full-post .full-post__footer a{
    font-size: 13px;
    font-family: "Ubuntu";
    color: #b4ad9e;
    text-transform: uppercase;
    line-height: 1.846;
    padding-right: 24px;
}
.full-post-page .full-post .full-post__footer a.social{
    font-size: 14px;
    padding-right: 17px;
}
.full-post-page .full-post .full-post__footer a.social:last-child{
    padding-right: 0;
}
/* --------------------------------------Others----------------------------------- */
.full-post-page .others{
    background-color: #f5f5f5;
    padding-top: 67px;
    padding-bottom: 90px;
}
.full-post-page .others h4{
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(180, 173, 158);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}
.full-post-page .small-image-location{
    height: 186px;
}
.full-post-page .others h2{
    margin-top: 23px;
    margin-bottom: 0;

    font-size: 20px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    line-height: 1.2;
       
}
/* ---------------------------------------Comments--------------------------------- */
.full-post-page .comments{
    padding-top: 67px;
}
.full-post-page .comments h4{
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(180, 173, 158);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 40px;
}

.full-post-page .comments .logo-author{
    display: inline-block;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
}
.logo-author span{
    font-size: 34px;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    line-height: 70px;

}
.full-post-page .comments .comment-autor{
    margin-bottom: 55px;
}
.full-post-page .comments .comment-autor .logo-author{
    margin-top: 5px;
}
.full-post-page .comments .comment-autor h5{
    font-size: 14px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 10px;
}
.full-post-page .comments .comment-autor h5 a{
    color: inherit;
}
.full-post-page .comments .comment-autor p{
    font-size: 14px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    line-height: 1.714;
    margin-bottom: 15px;
}
.full-post-page .comments .comment-autor .comment-reply{
    margin-top: 25px;
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(180, 173, 158);
    text-transform: uppercase;
    line-height: 1.2;
}
.full-post-page .comments .comment-autor .comment-reply:hover{
    color: rgb(180, 173, 158);
}
.full-post-page .comments .comment-my input{
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(200, 200, 200);
    line-height: 1.2;
    padding: 34px 33px;
    border: 1px solid #c8c8c8;
    border-radius: 5px;
}
.full-post-page .comments .comment-my input:focus{
    box-shadow: 0 0 0 0.2rem rgba(200, 200, 200,.75);
}
.full-post-page .comments .comment-my input::placeholder{
    text-transform: uppercase;
    color: rgb(200, 200, 200);
}
.full-post-page .comments .comments__footer{
    margin-top: 35px;
}
.full-post-page .comments .comments__footer a {
    font-size: 14px;
    font-family: "Ubuntu";
    color: #c8c8c8;
    text-transform: uppercase;
    line-height: 1.2;
    padding-right: 36px;
}
.full-post-page .comments .comments__footer a.social{
    padding-right: 16px;
    color: #c8c8c8;
}
.full-post-page .comments .comments__footer a.social:last-child{
    padding-right: 0;
}


/* -------------------------------------Full post page + Aside ----------------------------*/
.aside{
    margin-top: 100px;
}
.aside h2{
    font-size: 24px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    line-height: 0.833;
    margin-top: 28px;
    margin-bottom: 20px;
}
.aside p{
    font-size: 12px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    line-height: 1.667;
    margin-bottom: 15px;
}
.aside .aside__socials{
    margin-top: 25px;
}
.aside .aside__socials .social{
    color: #b4ad9e;
    padding-right: 16px;
}
.aside .aside__socials .social:last-child{
    padding-right: 0;
}
.aside .top-posts{
    margin-top: 76px;
}
.aside .top-posts h3{
    margin-bottom: 35px;
}
.aside .top-posts .post-text{
    margin-bottom: 30px;
}
.aside .top-posts .post-text .point{
   background-color: #b4ad9e; 
   width: 5px;
   height: 5px;
   border-radius: 50%;
   margin-top: 6px;
}
.aside .top-posts .post-text h4{
    font-size: 16px;
    font-family: "Playfair Display";
    color: rgb(98, 98, 98);
    line-height: 1.2;
    margin-bottom: 15px;
}
.aside .top-posts .post-text h4 a{
    color: inherit;
}
.aside .top-posts .post-text a.post-text__comments{
    font-size: 12px;
    font-family: "Ubuntu";
    color: rgb(180, 173, 158);
    text-transform: uppercase;
    line-height: 1.2;
}
.banner{
    margin-top: 50px;
}
.banner.banner-image-location{
    width: 250px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
.banner.banner-image-location img{
    position: absolute;
    bottom: 0;

    height: 100%;
    width: auto;
    max-width: max-content;
    left: -30%;
}
/* if need align img on top */
.banner.banner-image-location.visible-top img{
    position: absolute;
    top: 0;
    bottom: unset;
}
/* if need align img on center */
.banner.banner-image-location.visible-center img{
    position: absolute;
    top: -90%;
    bottom: unset;
}
.banner .banner-text{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(180, 173, 158,0.75);
}
.banner .banner-text .banner-size{
    font-size: 48px;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 17px;
}
.banner .banner-text .banner-message{
    font-size: 14px;
    font-family: "Ubuntu";
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    line-height: 1.2;
    margin-bottom: 0;
}
.banner.banner-image-location.no-bg{
    background-color: transparent;
}
.banner.banner-image-location.no-bg img{
    position: unset;
    width: auto;
    max-width: 100%;
    height: auto;
}