/* single */
.tw-single-post {
    padding:20px 0;
    height: auto;
    overflow: hidden;
    font-family: "Roboto", Arial, sans-serif;
    background-color: #fcfcfc;
    border-top: 1px solid #ddd;
}

.tw-single-post .entry-post{
    /* background-color: #fff;
    border: 1px solid #eee;
    padding: 30px;
    */
    padding-right: 30px;
    margin: 0;
}
.single-title-container {
    margin: 0;
    border: none !important;
    padding: 0 0 0 0 !important;
    margin: 0 0 0 0 !important;
}
single-title-container{

}

.entry-single-media img {
    border-radius: 5px;
}
.single-title-container .entry-title {
    padding: 0;
    margin: 0;
    font-weight: 600;
    font-size: 17px;
    line-height: 20px;
    text-transform: uppercase;
    color: #2E3B52;
    padding-bottom: 10px;
    width: 100%;    
} 
.single-title-container .entry-title::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    /* background: #D1A858; */
    background-color: #2E3B52;
    border-radius: 10px;
    margin-top: 10px;
}
.single-title-container .single-head-param {
    padding: 0;
    margin: 0;
    height: 30px;
    margin-bottom: 20px;
}
h1.sanal-entry-title{
    font-weight: bold;
    font-size: 17px;
    line-height: 17px;
    text-transform: uppercase;
    color: #2E3B52;
    padding-bottom: 14px;
    border-bottom: 1px solid #aaa;
    width: 100%;}
.single-head-param .tws-date{
    float: left;
    padding: 0;
    margin: 0;
    width: auto;
    background-color: white;
    font-size: 12px;
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #444;
    line-height: 30px;
}
.single-head-param .tws-date strong{font-weight:normal}

.single-head-param .single-social {
    float: right;
    padding: 0;
    margin: 0;
    width: auto;
    font-size: 10px;
}
.single-head-param .single-social ul {
    padding: 4px 0 0 0;
    margin: 0;
}
.single-head-param .single-social ul li {
    padding: 8px 11px 5px 11px;
    margin-left: 10px;
    margin-right: 0px !important;
    border-radius: 30px;
}
.single-head-param .single-social li.share-fb {
    background-color: #3b5998;
}
.single-head-param .single-social li.share-tw {
    background-color: #00acee;
}
.single-head-param .single-social li a {
    color: white;
}
.tw-single-post .single-social li:last-child {
    margin-right: 0;
}
.single-title-sub {
    margin-top: 16px;
}
.single-title-sub h4 {
    font-weight: 700;
    font-size: 12px;
    line-height: 17px;
    color: #2E3B52;
    margin-bottom: 0;
}
.single-content .sc-img{
    width: 100%;
}
.single-content p {
    width: 100%;
    font-size: 14px;
    line-height: 27px;
    text-align: justify;
    color: #333;
}
.single-content p:last-child {
    margin-bottom: 0;
}
.single-content ul p {
    margin: 10px 0;
}

.single-content blockquote {
    padding-left: 20px;
    position: relative;
}

.single-content blockquote::after {
    content: '';
    width: 4px;
    height: 100%;
    background: #D1A858;
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    border-radius: 5px;
}

.single-content blockquote p {
    font-style: normal;
}

.single-content  ol {
    padding-left: 12px;
}

.single-content  ol li {
    font-size: 12px;
    line-height: 16px;
    text-align: justify;
    color: #2E3B52;
    margin-bottom: 20px;
}

.single-content  ol li:last-child {
    margin-bottom: 0;
}

/* News comment */

.entry-comments {
    margin-top: 20px;
}

.comment-title {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    text-transform: capitalize;
    color: #2E3B52;
}

.entry-comments-body {
    padding-top: 12px;
    padding-bottom: 14px;
    border-bottom: 1px solid #DCDCDC;
    border-top: 1px solid #DCDCDC;
    margin-top: 18px;
}

.entry-comments-body h6 {
    font-size: 12px;
    line-height: 14px;
    color: #979797;
    margin-bottom: 0;
}

.entry-comments-body .children {
    margin-top: 30px;
}

.comment-text {
    border-bottom: 1px solid #e6e6e6;
    padding-top: 22px;
    padding-bottom: 22px;
    margin-bottom: 0;
}

.comment-text {
    margin-left: 83px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 27px;
}

.comment-text .author {
    font-size: 16px;
    line-height: 30px;
    font-weight: 700;
    color: #2E3B52;
}

.comment-text .tw-meta {
    margin-left: 17px;
}

.comment-text .it-comment-ip {
    margin-left: 17px;
    color: #999;
    font-size: 11px;
}

.comment:last-child .comment-text  {
    border: none;
}

.comment-text .reply {
    font-size: 12px;
    line-height: 14px;
    color: #D1A858;

}

.author-image {
    background: #D1A858;
    border: 3px solid rgba(251, 243, 228, 0.8);
    width: 56px;
    height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    position: absolute;
}

.author-image img {
    width: auto;
    height: auto;
    border-radius: unset;
}

.comments-list {
    padding-left: 120px;
}

.comment-inner {
    padding-top: 30px;
    margin-left: 83px;
}

.comments-form {
    margin-top: 30px;
}

.comments-form .uk-textarea {
    border-radius: 5px;
    border: 1px solid #C4C4C4;
    padding: 16px 25px;
    font-size: 12px;
    line-height: 14px;
    color: #979797;
}

.comments-form .uk-input {
    height: 35px;
    border-color: #C4C4C4;
    border-radius: 5px;
    font-size: 12px;
    line-height: 14px;
    color: #979797;
}

.comments-form .uk-button {
    background: #D1A858;
    border-radius: 5px;
    height: 35px;
    color: #fff;
    line-height: 1;
    text-transform: none;
    transform: translateY(0);
    margin-right: 15px;
}

.comments-form .uk-button:last-child {
    margin-right: 0;
}

.comments-form .uk-button:hover,
.comments-form .uk-button.clear {
    background: transparent;
    border-color: #D1A858;
    color: #D1A858;
}

.comments-form .uk-button.clear:hover {
    background: #D1A858;
    color: #fff;
    border-color: transparent;
}

.newsimg{
    object-fit: cover;
    height: 100%;
    width: 100%;
    max-height: 250px;
    max-width: 440px;
    vertical-align: top;
}

div.tw-meta-on-sar {
    border-radius: 0px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
}