/* -> Main
================================ */
#content{
    width: 100%;
    margin-left: 0;
}

/* Titles */
h1{
    font-size: 34px;
    line-height: 44px;
}

h2{
    font-size: 30px;
}   

h3{
    font-size: 28px;
}

h4{
    font-size: 22px;
}

h5{
    font-size: 16px;
}

/* Pages Header */
#header{
    height: 230px;
    padding-top: 65px;
}

    .breadcrumb{
        font-size:15px;
        line-height: 20px;
        margin: 15px 0px 0px;
    }

/* Forms */
form .btn{
    width: 100%;
}


/*Loading*/
#loading img{
    width: 200px;
    animation: rotation 8s infinite linear;
}

#loading.hidden{
    opacity: 0;
    visibility: hidden;
}


/* Search */
#search{
    width: 100%;
    z-index: 1000;
    flex-direction: column;
}

    #search form{
        width: 85%;
        z-index: 2;
    }

#search-btn{
    position: fixed;
    right: 80px;
    top: -10px;
    padding: 0;
    padding-right: 2px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999;
}

#search-close{
    z-index: 999;
}
/* ============================= */


/* -> MENU
================================ */
.navbar{
    height: auto;
    padding: 0px;
    text-align: left;
    width: 100%;
}

.navbar-toggler {
    padding: 0.15rem 0.50rem;
    background: linear-gradient(to right, #ddaab4, #bfe8d1, #ded189);
    position: absolute;
    right: 15px;
    top: 15px; 
    outline: none!important;
}

    .navbar-toggler-icon {
        background-image: url(../img/toggle.svg);
    }

.navbar-brand{
    height: 65px;
    margin: 0px;
    margin-left: 15px;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 20px;
}

    .navbar-brand img{
        height: 45px;
        margin: 0;
        margin-right: 10px;
    }

    .navbar-brand span{
        font-size: 12px;
    }

    .navbar-collapse{
        border-top: 1px solid #f5f5f5;
        background-color: #f5f5f5;
        -webkit-box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        box-shadow: 1px 1px 3px rgba(0,0,0,.3);
        max-height: calc(100vh - 65px);
        overflow-y: auto;
    }

    .navbar ul li{
        margin: 0;
    }

    .navbar ul li:first-child{
        margin-top: 7px;
    }

    .navbar ul li:last-child{
        margin-bottom: 7px;
    }

        .navbar ul li a{
            line-height: 38px;
            padding: 0px 15px!important;
        }

        .navbar ul > li > a > i{
            padding: 0px;
        }

        .socials:before{
            display: none;
        }
/* ============================= */


/* -> Home
================================ */
#home{
    height: 100vh;
    min-height: 750px;
    padding-top: 65px;
}

    
    .home-img{
        width: 140px;
        height: 140px;
    }

    .home-img-back{
        width: 190px;
        height: 190px;
    }

        #home p{
            font-size: 14px;
            line-height: 28px;
        }
/* ============================= */


/* -> Recent Posts
================================ */
#recent-posts{
    padding: 60px 0px;
}

    .posts{
        margin-top: 70px;
        margin-bottom: 0px;
    }

    .posts:first-child{
        margin-top: 0;
    }

    #recent-posts .btn{
        width: 100%;
    }
/* ============================= */


/* -> Posts Page
================================ */
#posts-page{
    padding: 60px 0px 40px 0px;
    overflow-x: hidden;
}

    #posts-page .posts-img{
        height: 300px;
    }

    #sidebar{
        margin-top: 30px;
    }
/* ============================= */


/* -> Post Page
================================ */
#post-page{
    padding: 90px 0px 60px 0px;
}

    #post-img{
        height: 300px;
        margin: 15px auto 0 auto;
    }

    .post-share{
        position: relative;
        margin: 20px 0px 30px;
    }

    #comments-form .btn{
        width: 100%;
    }

    #comments{
    }

        #comments hr{
            margin: 30px 0px;
        }

        .comment{
            text-align: justify;
            margin-top: 50px;
        }

        .comment:first-child{
            margin-top: 0;
        }

            .comment span{
                font-size: 14px;
                color: #959595;
            }

            .comment-box{
                background-color: #f7f7f7;
                border: 1px solid #d7d7d7;
                padding: 10px 15px;
            }
/* ============================= */


/* -> About Page
================================ */
#about-page{
    padding: 90px 0px 60px 0px;
}

    #about-page h1{
        font-size: 28px;
        color: #343434;
    }

    #about-img{
        height: auto;
        width: 100%;
        padding-bottom: 100%;
        margin: 15px auto 0px auto;
    }
/* ============================= */


/* -> Contacts Page
================================ */
#contacts-page{
    padding: 60px 0px;
}
/* ============================= */

footer{
    width: 100%;
    margin-left: 0px;
}