.traveler-text .text-info img {
    display: block;
}

.traveler-blog.traveler-text-wrap .container {
    max-width: 1024px;
}

.traveler-blog.traveler-text-wrap .primary-title {
    font-size: 30px;
}

@media (max-width: 479px) {
    .traveler-blog.traveler-text-wrap .primary-title {
        font-size: 25px;
    }
}

.traveler-blog.traveler-text-wrap .traveler-text p {
    line-height: 30px;
    font-size: 20px;
}

.traveler-blog.traveler-text-wrap .traveler-text iframe {
    width: 100%;
}

@media screen and (max-width: 480px) {
    .traveler-blog.traveler-text-wrap .traveler-text iframe {
        max-height: 260px;
    }
}

/*Fixed Nav START*/
.traveler-text .lwptoc {
    text-align: center;
}

@media (max-width: 1024px) {
    .traveler-text .lwptoc_i.fixed-side {
        right: initial;
        left: 15px;
        transform: translateX(0);
    }
}

.traveler-text .lwptoc-light .lwptoc_i {
    border-radius: 10px;
    border-width: 2px !important;
}

.traveler-text .lwptoc_i a {
    font-weight: 400;
}

.lwptoc-light .lwptoc_items A:visited {
    color: #181917 !important;
}

.traveler-text .lwptoc_item {
    line-height: 1.6;
}

@media (min-width: 981px) {
    .traveler-blog .traveler-text {
        padding-left: 270px;
        position: relative;
    }

    .traveler-blog  .traveler-text .lwptoc {
        position: absolute;
        width: 250px;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0!important;
    }

    .traveler-blog .traveler-text .lwptoc_i {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        width: 250px;
    }

    .traveler-blog  .traveler-text .lwptoc_i.fixed-side {
        position: fixed;
        top: 20px;
        left: auto;
        transform: translateX(50%);
        right: calc(50% + 372px);
    }

    .traveler-blog  .traveler-text .lwptoc-notInherit .lwptoc_i DIV A:hover {
        color: #53cb50 !important;
        border-bottom: 1px solid #53cb50 !important;
    }

    .traveler-blog  .traveler-text .lwptoc-notInherit .lwptoc_i DIV A.active  {
        background-color: #cecece !important;
    }

    .traveler-blog  .traveler-text .lwptoc-notInherit .lwptoc_i DIV A.active:hover {
        color: #181917 !important;
        border-bottom: 1px solid #181917 !important;
    }
}

@media (max-width: 980px) {
    .traveler-text .lwptoc_i {
        display: inline-block;
        min-width: 298px;
    }
}
/*Fixed Nav END*/

.post-thumbnail {
    margin-top: 10px;
}

.traveler-blog .text-info ul {
    list-style: disc;
    padding-left: 40px;
    margin-bottom: 16px;
}

.traveler-blog .text-info ul li {
    text-align: left;
}

.traveler-blog .text-info ul.heateor_sss_sharing_ul {
    flex-direction: row;
    justify-content: center;
}

.traveler-blog.traveler-text-wrap .traveler-text p {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-size: 1.047rem;
}
@media (min-width: 1030px) {
    .traveler-blog .traveler-blog.traveler-text-wrap .traveler-text p {
        font-size: 1.19rem;
        line-height: 1.8;
    }
}

.traveler-blog .row-autor-box {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.traveler-blog .autor-img-box {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden;
    box-shadow: 0px 0px 16px #53cb50;
}
.traveler-blog .autor-img-box img{
    width: 100%;
    height: auto;
}
.traveler-blog .row-autor-box .simple-text {
    color: #000;
}

.traveler-blog .wp-caption {
    max-width: 100%;
}



/*comments styles*/

.blog-comment {
    margin-top: 30px;
}
.blog-comment textarea{
    width: 100%;
    padding: 20px;
    border: 2px solid #448aff;
    outline: none;
    resize: none;
}
.blog-comment textarea:focus{
    border-color: #53cb50;
}
.blog-comment .btn-send {
    background-color: #448aff;
    color: #fff;
    border-radius: 50px;
    border: none;
    padding: 17px 22px;
    transition: background .3s;
    margin-left: auto;
    display: block;
}
@media screen and (min-width: 1024px) {
    .blog-comment .btn-send:hover {
        background: #53cb50;
    }
}
.blog-comment #comment{
    max-height: 164px;
}
.comment {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 15px 0;
}
.comment p{
    font-size: 16px;
    letter-spacing: .4px;

}

.user-info .comment p {
    padding-left: 65px;
}
.comment-author {
    display: flex;
}

.comment-author img {
    border-radius: 50%;
    margin-right: 15px;
    width: 50px;
    height: 50px;
}
.comment-author .fn {
    color: #53cb50;
    font-size: 18px;
    font-weight: 700;
}

.comment-author .fn a {
    color: #53cb50;
}
.reply {
    display: inline-block;
    padding-left: 65px;
}

.reply a {
    color: #448aff;
}

@media screen and (min-width: 1024px) {
    .reply a:hover {
        color: #53cb50;
    }
}
.comment-meta {
    font-size: 14px;
    padding-left: 65px;
    margin-bottom: 15px;
    margin-top: -17px;
}
.comment-meta a {
    color: #909090;
}

.comment-meta  .comment-edit-link {
    color: #448aff;
}

@media screen and (min-width: 1024px) {
    .comment-meta  .comment-edit-link:hover {
        color: #53cb50;
    }
}

.comment-meta + p {
    padding-left: 65px;
}

.comment-form-email input{
    padding: 5px;
    border: 2px solid #448aff;
    outline: none;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .comment-form-email input {
        width: 100%;
    }
}
.comment-form-email input:focus{
    border-color: #53cb50;
}
.comment-form-author input {
    padding: 5px;
    border: 2px solid #448aff;
    outline: none;
    line-height: 1;
}

@media screen and (max-width: 767px) {
    .comment-form-author input {
        width: 100%;
    }
}
.comment-form-author input:focus{
    border-color: #53cb50;
}

.comment-respond {
    width: 100%;
}

.comment-reply-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.comment-reply-title a {
    color: #448aff;
}

@media screen and (min-width: 1024px) {
    .comment-reply-title a:hover {
        color: #53cb50;
    }
}

.logged-in-as a {
    color: #000;
}

.logged-in-as a:last-child {
    margin-left: 10px;
    color: #448aff;
}

@media screen and (min-width: 1024px) {
    .logged-in-as a:hover {
        color: #53cb50;
    }
}