﻿
@import url("../fonts/Emoji/emoji.css");
@import url("../fonts/font-awesome/css/font-awesome.min.css");
@import url("../fonts/IRANSansWeb/css/IRANSansWeb.css");
@import url("../fonts/materialicons/material-icons.css");

.post-text {
    text-align: justify;
    line-height: 2em !important;
}

.postDeActive:before {
    content: 'x';
    font-family: Webdings;
    color: red;
}

.postActive:before {
    content: 'a';
    font-family: Webdings;
    color: chartreuse;
}

.create-post {
    width: 100%;
    min-height: 94px;
    padding: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #f1f2f2;
    background-color: aliceblue;
    border-radius: 7px;
}

    .create-post .form-group {
        margin-bottom: 0;
        display: inline-flex;
    }

        .create-post .form-group .form-control {
            border: 1px solid #ccc;
            box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
            background-color: cornsilk;
            padding: 12px;
            border-radius: 0px 5px 5px 0;
        }

        .create-post .form-group img.profile-photo-md {
            margin-left: 10px;
        }

    .create-post .tools {
        padding: 8px 0 10px;
    }

        .create-post .tools ul.publishing-tools {
            display: inline-block;
            text-align: right;
            margin: 0;
            padding: 5px 0;
        }

            .create-post .tools ul.publishing-tools li a {
                color: #6d6e71;
                font-size: 18px;
            }

                .create-post .tools ul.publishing-tools li a:hover {
                    color: #27aae2;
                }

.post-content {
    background: #f1f2f7bd;
    border-radius: 7px;
    width: 100%;
    border: 1px #d6d6d6;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-style: solid;
}
.post-content-discution {
    background: #f1f2f7bd;
    border-radius: 7px;
    width: 100%;
    border: 1px #d6d6d6;
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    border-style: solid;
}

    .post-content img.post-image, video.post-video, .google-maps {
        width: 100%;
        height: auto;
    }

    .post-content .google-maps .map {
        height: 300px;
    }

    .post-content .post-container {
        padding: 20px;
    }

        .post-content .post-container .post-detail {
            margin-right: 65px;
            position: relative;
            line-height: 2.3em;
        }

            .post-content .post-container .post-detail .post-text {
                line-height: 24px;
                margin: 0;
            }

            .post-content .post-container .post-detail .reaction {
                display: inline-block;
                position: relative;
                left: 0;
                top: -1px;
            }

            .post-content .post-container .post-detail .post-comment {
                display: inline-flex;
                margin: 10px auto;
                width: 100%;
            }

                .post-content .post-container .post-detail .post-comment img.profile-photo-sm {
                    margin-left: 10px;
                }

                .post-content .post-container .post-detail .post-comment .form-control {
                    height: 37px;
                    border: 1px solid #ccc;
                    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
                    margin: 0px 0;
                    min-width: 0;
                    padding-right: 5px;
                }

.arrow-right {
    position: absolute;
    top: 25px;
    right: -10px;
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #adadad;
}

.timeline-cover {
    background: url("/res/Images/Defaults/header.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    min-height: 360px;
    border-radius: 0 0 4px 4px;
    position: relative;
}

    .timeline-cover .timeline-nav-bar {
        background: rgba(0,0,0,.7);
        width: 100%;
        position: absolute;
        bottom: 0;
    }

        .timeline-cover .timeline-nav-bar .profile-info {
            position: absolute;
            text-align: center;
            padding: 0 20px;
            top: -175px;
        }

            .timeline-cover .timeline-nav-bar .profile-info img.profile-photo {
                height: 200px;
                width: 200px;
                border-radius: 50%;
                border: 10px solid #fff;
            }

        .timeline-cover .timeline-nav-bar ul.profile-menu {
            margin: 0;
            display: table;
        }

        .timeline-cover .timeline-nav-bar .profile-menu li {
            display: table-cell;
            vertical-align: middle;
            padding: 15px 0;
        }

            .timeline-cover .timeline-nav-bar .profile-menu li a {
                color: #fff;
                padding: 15px;
                text-decoration: none;
            }

                .timeline-cover .timeline-nav-bar .profile-menu li a.active {
                    color: #27aae2;
                }

                .timeline-cover .timeline-nav-bar .profile-menu li a:hover {
                    color: #27aae2;
                }

        .timeline-cover .timeline-nav-bar ul.follow-me {
            margin: 0;
            position: absolute;
            left: 15px;
            top: 15%;
        }

        .timeline-cover .timeline-nav-bar .follow-me li {
            padding: 6px 15px;
            color: #fff;
        }

    .timeline-cover .navbar-mobile {
        bottom: -185px;
        right: 0;
        position: absolute;
        left: 0;
        text-align: center;
    }

        .timeline-cover .navbar-mobile .profile-info img.profile-photo {
            border: 10px solid #fff;
            border-radius: 50%;
            height: 200px;
            margin: auto;
            width: 200px;
        }

        .timeline-cover .navbar-mobile .mobile-menu ul {
            margin: 0 0 20px;
        }

            .timeline-cover .navbar-mobile .mobile-menu ul li {
                padding-right: 10px;
                padding-left: 10px;
                position: relative;
            }

                .timeline-cover .navbar-mobile .mobile-menu ul li::after {
                    content: "";
                    height: 20px;
                    background: none;
                    border-left: 1px solid #f1f2f2;
                    position: absolute;
                    left: 0;
                }

                .timeline-cover .navbar-mobile .mobile-menu ul li:nth-child(4)::after {
                    content: none;
                }

                .timeline-cover .navbar-mobile .mobile-menu ul li a {
                    color: #4d4d4d;
                }

                    .timeline-cover .navbar-mobile .mobile-menu ul li a.active {
                        color: #27aae2;
                    }

.timeline .post-content {
    position: relative;
    overflow: visible;
}

    .timeline .post-content::before {
        content: "";
        position: absolute;
        background: none;
        width: 1px;
        height: 98%;
        right: -19.8%;
        border-right: 2px solid #8dc63f;
        top: 15px;
    }

    .timeline .post-content .post-date {
        position: absolute;
        margin-right: -18%;
        width: 17%;
    }

        .timeline .post-content .post-date h7 {
            display: block;
            text-align: justify;
            font-weight: bold;
            padding: 0 2px 5px 20px
        }

        .timeline .post-content .post-date::before {
            content: "";
            background: #8dc63f;
            position: absolute;
            width: 20px;
            height: 20px;
            border-radius: 10px;
            right: -30px;
            top: 10px;
            /* border: 2px solid #8dc63f; */
            border-style:;
        }

    .timeline .post-content img.post-image {
        border-radius: 4px 4px 0 0;
    }

section img {
    margin: auto;
}

img.profile-photo {
    height: 58px;
    width: 58px;
    border-radius: 50%;
}

img.profile-photo-lg {
    height: 80px;
    width: 80px;
    border-radius: 50%;
}

img.profile-photo-md {
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

img.profile-photo-sm {
    height: 40px;
    width: 40px;
    border-radius: 50%;
}

img.profile-photo-xs {
    height: 30px;
    width: 30px;
    border-radius: 50%;
}

.img-wrapper {
    position: relative;
}

    .img-wrapper::after {
        content: "";
        cursor: pointer;
        right: 0;
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        transition: all 1s ease 0s;
    }

    .img-wrapper:hover:after {
        background-color: rgba(0,0,0,.4);
    }

.line-divider {
    margin-top: 5px;
}
