/*
Author       : Mohamed Fesal
Template Name: Microfolio - Personal Portfolio Template
Version      : 1.0
*/

/* -------------------  global css --------------------  */

* {
    margin: 0;
    padding: 0;
    font-family: 'Khula', sans-serif;
    word-wrap: break-word;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Concert One', cursive;
}

.fa {
    font: normal normal normal 14px/1 FontAwesome;
}

.clear {
    clear: both;
}

.relative {
    position: relative;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

header,
main,
footer {
    padding-right: 300px;
}

/* for stiky footer */

body {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
}
/* Text Selection Color css */
::selection {
  
    background: #49b293;
    color: #fff;
}
::-moz-selection {
    background: #49b293; 
    color: #fff;
}

/* -------------------- end global css ---------------- */

/* --------------------- start header css -------------------------- */

/* header css */
nav .brand-logo{
    text-transform: capitalize;
    font-size: 40px;
}
nav .brand-logo span{
    color: #49b293;
}
.header-intro {
    min-height: 250px;
    background: #49b293;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 40px;
    padding-bottom: 90px;
}

.header-intro h2 {
    margin-top: 90px;
    text-transform: capitalize;
    color: white;
    display: inline-block;
}

.header-intro p {
    text-transform: capitalize;
    color: white;
    font-size: 20px;
}

ul#slide-out {
    overflow: hidden;
}

ul#slide-out:hover {
    overflow: auto;
}

/* navbar css */

nav {
    background: #282828;
}

nav .brand-logo img {
    width: 170px;
    height: 50px;
    margin: 5px;
}

.tabs.tabs-transparent .indicator {
    background: #49b293;
    height: 4px;
}

.slider .indicators .indicator-item.active {
    background-color: #49b293;
}

/* end navbar css */

/* start sidebar css */

a.button-collapse.side-btn {
    float: right;
    background: #49b293;
    color: #fff;
    padding: 3px 5px;
    line-height: 1;
    margin: 6px 1px;
}

img.site-logo {
    display: block;
    height: 150px;
    width: 150px;
    margin: auto;
    margin-top: 20px;
}

.search-wrapper i {
    position: absolute;
    left: 10px;
    top: 12px;
}

.search-wrapper {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 15px;
    -webkit-transition: margin .25s ease;
    transition: margin .25s ease;

}

.search-wrapper input {
    padding-left: 40px;
    width: 84%;
}

.search-wrapper input,
.search-wrapper input:not([type]):focus:not([readonly]) {
    border-bottom: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

/* end sidebar css*/

/* start home css */

.main-posts {
    background: white;
    padding-top: 30px;
    border-radius: 5px 5px 0 0;
    padding: 15px 15px 60px 15px;
    border-bottom: 5px solid #49b293;
}

.card .card-image img {
    height: 195px;
}

.title h3 {
    font-size: 16px;
    text-transform: capitalize;
}

.post-author-img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 10px;
}

.post-date {
    color: #757575;
    display: inline-block;
    margin-left: 16px;
    margin-bottom: 10px;
}

.post-date span {
    margin-top: -28px;
    margin-left: 29px;
    display: block;
}

.continue-reading {
    margin-top: -8px;
}

.continue-reading btn {
    background: #49b293;
}

.card-details .views,
.card-details .comments {
    display: inline-block;
    color: #757575;
}

.card-details .views i,
.card-details .comments i {
    display: block;
    float: left;
    margin-top: -3px;
    margin-right: 7px;
}

.card .card-content p {
    color: #757575;
}

.blog-pagination {
    text-align: center;
}

.blog-pagination .pagination {
    display: inline-block;
    line-height: 2.5;
}

/* start post content css */
nav.post-breadcrumbs{
    border-bottom: 2px solid #49b293;
}
.single-post {
    position: relative;
}

.post-breadcrumbs {
    margin-bottom: 20px;
    text-transform: capitalize;
}

.single-post-title {
    text-transform: capitalize;
    text-align: center;
}

.single-post-img img {
    margin: auto;
}

.single-post-content {
    font-size: 16px;
    line-height: 2;
    margin-top: 30px;
    padding: 30px;
    font-size: 17px;
}

.single-post-date {
    color: #757575;
    text-align: center;
    margin-left: 16px;
    margin-bottom: 10px;
    text-align: center;
}

.single-post-date-content {
    display: inline-block;
}

.single-post-date span,
.single-post-date i {
    display: block;
    float: left;
}

.single-post-date span {
    margin-left: 5px;
    display: block;
}

.fixed-action-btn {
    right: 320px;
    bottom: 20px;
}

.btn-floating i {
    margin-right: 10px;
}

/* end post content css*/

/* start comment system */

section.comment-system {
    padding: 30px !important;
}

section.comment-system h3 {
    text-transform: capitalize;
    font-size: 25px;
    margin-bottom: 30px;
}

.sent-comment.left {
    margin-left: 45px;
}

.comments-section {
    margin-top: 35px;
    width: 80%;
    font-weight: 500;
}

.comment-date {
    color: #757575;
    font-size: 15px;
    font-weight: 500;
}
.comment-count{
    display: inline-block;
    border-bottom: 4px solid #26a69a;
    margin: 0 0 40px 0;
}
.comment-count span{
    margin-right: 5px;
}
.author-comments,
.visitor-comments {
    position: relative;
    margin-bottom: 30px;
}

.author-img,
.visi-img {
    height: 50px;
    width: 50px;
    margin-right: 10px;
}

.author-img img,
.visi-img img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.author-img,
.author-name,
.visi-img,
.visi-name {
    float: left;
}

.author-name,
.visi-name{
    font-family: 'Concert One', cursive;
    text-transform: capitalize;
}
.author-comment,
.visi-comment {
    position: relative;
    left: 50px;
    background: #e2e2e2;
    padding: 15px;
    border-radius: 5px;
}

.author-comment:before,
.visi-comment:before {
    content: "";
    position: absolute;
    left: -18px;
    top: 7px;
    border: 10px solid;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-right-color: #e2e2e2;
    border-top-color: #e2e2e2;
}

.comment-reply {
    padding-left: 60px;
    border-left: 2px solid #26a69a;
}

.comment-action .edit {
    display: inline-block;
    margin-left: 10px;
}

.comment-action .edit a,
.comment-action .reply-comment a {
    padding: 0 0 0 15px;
    margin-top: 5px;
}

.comment-action .reply-comment a {
    padding: 0 15px;
    0 15px;
}

.comment-action .edit a,
.comment-action .reply-comment a i {
    font-size: 15px;
}

.like-comment {
    margin-left: 70px;
    margin-top: 10px;
}

.like-comment a span {
    padding-left: 5px;
    color: #717171;
}


.like-comment a i {
    color: #bbbbbb;
    font-size: 25px;
}

.like-comment.liked a i {
    color: #f44336;
}

/* end comment system */

/* start team cards css */
.main-team-cards{
    padding: 25px;
}  
.single-team-card {
    padding: 0 !important;
    border-radius: 3px !important;
    margin-bottom: 50px !important;
}
.single-team-card .card-background{
    background: #5c6bc0;
    height: 120px;
}
.single-team-card .card-avatar{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: -50px;
    border: 5px solid #fff;
    border-radius: 50%;
}
.single-team-card .card-avatar img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.single-team-card .card-name{
    margin-top: 15px;
    margin-bottom: 15px;
}
.single-team-card .card-name h3{
    padding: 15px 10px;
    text-align: center;
    font-size: 22px;
    text-transform: capitalize;
    font-weight: 600;
}
.single-team-card hr{
    width: 80%;
    margin: 0 auto;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
}
.single-team-card .card-body {
    padding: 25px;
    text-align: center;
    line-height: 2;
}
ul.card-social-btn {
    height: 41px;
    text-align: center;
    line-height: 3.2;
}

.btn-container {
    display: inline-block;
}

ul.card-social-btn li {
    display: inline-block;
}

ul.card-social-btn a {
    padding: 0;
    transition: .4s ease;
}

ul.card-social-btn li a i {
    margin: 0 10px;
    color: #49b293;
    font-size: 20px;
}

.card-social-btn .faceboot-btn i{
    color: #3b5999;
}
.card-social-btn .twitter-btn i{
    color: #55acee;
}
.card-social-btn .linkedin-btn i{
    color: #0077B5;
}
.card-social-btn .github-btn i{
    color: #f57d00;
}
/* end team cards css */

/* pagination css */

.pagination li.active {
    background-color: #49b293;
}

/* end pagination css */

/* footer css */

footer.page-footer {
    background: #282828;
}

.light,
.page-footer .footer-copyright {
    background: #9e9e9e14;
}

ul.footer-social-btn {
    height: 41px;
    text-align: center;
    line-height: 3.2;
}

.btn-container {
    display: inline-block;
}

ul.footer-social-btn li {
    display: inline-block;
}

ul.footer-social-btn a {
    padding: 0;
    transition: .4s ease;
}

ul.footer-social-btn li a i {
    margin: 0 10px;
    color: #49b293;
    font-size: 20px;
}

ul.footer-social-btn li a:hover i {
    color: #fff;
}
.footer-copyright span{
    float: right;
}
/* end footer css */

/* fix responsive css */

a.button-collapse {
    display: none;
}

@media only screen and (max-width: 992px) {
    header,
    main,
    footer {
        padding-right: 0;
    }
    a.button-collapse {
        display: inline-block;
    }
    .fixed-action-btn {
        right: 20px;
        bottom: 20px;
    }
}

@media only screen and (max-width: 450px) {
    .single-post-content {
        padding: 5px;
    }

}

@media only screen and (max-width: 510px) {
    .comments-section {
        width: 95%;
    }
    .comment-reply {
        padding-left: 5px;
    }
    .comment-action .edit {
        margin-right: -40px;
    }
}