﻿.single-post {
    padding: 20px !important;
}

    .single-post img {
        max-width: 100%;
        padding: 7px;
        border-radius: 20px;
        border: 1px solid #ffbc00;
		object-position: center;
  		object-fit: cover;
  		width: 49rem;
    }

    .single-post .short-description {
        text-align: justify;
        line-height: 31px;
        font-size: 16.5px
    }

    .single-post .col-md-5 {
        padding-right: 18px
    }

    .single-post .article p {
        text-align: justify;
        line-height: 30px;
        font-size: 15px;
    }

    .single-post .article img {
        margin: 11px auto !important;
        max-width: 100%;
        padding: 7px;
        border-radius: 20px;
        text-align: center
    }

    .single-post .article ol li, .single-post .article ul li {
        margin: 9px auto;
        font-size: 17px;
    }

    .single-post .article li::marker, .single-post .article li::marker {
        color: #483d8b;
        font-weight: bold
    }

.breadcrumb {
    margin-bottom: 0
}

    .breadcrumb i {
        margin-right: 5px;
        font-size: 18px;
    }

.tags-post a {
    margin: 0 4px;
    background: #e39c39;
    border-radius: 10px;
    color: #fff !important;
    padding: 0 6px;
    font-size: 14px;
    border-color: #5c544d;
    border: 1px solid #f4a460;
    line-height: 40px;
    display: inline-block
}
.tags-post a:before {
    font-family: "IcoFont";
    content: "\ed68";
    margin: 0 2px;
    font-size: 13px;
}

    .tags-post a:hover {
        background: #fff;
        color: #e39c39 !important;
    }

.tags-post span {
    font-weight: bold;
    font-size: 18px;
}

.single-post header h1 {
    font-size: 26px;
    font-weight: bold;
    color: #f4a460;
    display: inline-block
}

.single-post header span {
    margin: 0 9px;
    font-size: 14px;
}

.single-post hr {
    border-top: 2px solid #ccc
}

.pad-5 {
    padding: 5px;
}

@media screen and (max-width: 767px) {
    .single-post header h1 {
        display: block;
    }

    .single-post header {
        text-align: center
    }
    .comment-form select {
        margin-bottom: 9px;
    }
}


/*comments*/

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 13px 15px 9px 15px;
    background-color: #f5f5f5;
    border-radius: 30px 30px 0 0;
    /*border: 2px dashed #ffa7fb;*/
    border-bottom: none;
}
.header h2 {
    font-weight: bold;
    font-size: 23px;
}
.comments-container {
    border: 1px solid #ffbc00;
    border-radius: 0 0 30px 30px;
    padding: 20px;
}

.comment {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #DAA520;
}

.comment-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.user-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #DAA520;
    margin: auto 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}

.user-info {
    flex-grow: 1;
}

.username {
    font-weight: bold;
    color: #333;
}

.date {
    color: #666;
    font-size: 0.8em;
}

.comment-content {
    margin: 10px 0;
    color: #333;
}

.reply-button {
    background-color: transparent;
    border: 1px solid #DAA520;
    color: #DAA520;
    padding: 5px 15px;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.reply-button:hover {
    background-color: #DAA520;
    color: white;
}

.replies {
    margin-left: 30px;
    margin-top: 18px;
}
    .replies .comment {
        margin-bottom: 7px
    }
    .comment-form {
        margin-top: 20px;
        padding: 20px;
        background-color: #f9f9f9;
        border-radius: 10px;
        border: 1px solid #DAA520;
    }
.star-comment {
    float: right;
    color: #daa520
}
.comment-form textarea {
    width: 100%;
    padding: 13px;
    border: 1px solid #DAA520;
    border-radius: 5px;
    margin-bottom: 10px;
    resize: vertical;
    min-height: 190px;
}
    .comment-form textarea:focus {
        border: #e39c39 2px solid !important;
        outline: none !important;
        box-shadow: none !important
    }
.submit-button {
    background-color: #DAA520;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.submit-button:hover {
    background-color: #B8860B;
}
.comment-form select, .comment-form input {
    width: 100% !important;
    border: 1px solid #DAA520;
    border-radius: 5px;
    line-height: 35px;
    padding: 0 6px;
}

.comment-form select {
    padding: 6px;
    background: #fff
}
.login-to-comment {
    border-radius: 12px;
    padding: 16px;
    font-size: 15.2px;
    word-spacing: .9px;
    border: 2px solid #f4a460
}
.icons-header span {
    font-size: 18.5px
}
.icons-header span:hover {
    color: #e39c39;
}
.pointer {
    cursor: pointer
}

.redlike {
    color: #e39c39
}
.single-post .article h1{
    color: #ffb300;
    font-weight: bold;
    font-size: 21px;
}

.single-post .article h2{
    color: #ffb300;
    font-weight: bold;
    font-size: 15px;
}


.dropdown-item:hover {
    background: #fff;
}
.dropdown-menu {
    padding: 10px
}

.dropdown-menu-right {
    right: auto;
    left: 0;
}
iframe {
    width: 100%;
    aspect-ratio: 16 / 9;
    height: auto;
}