.na-full a {
    text-decoration: none;
}


.na-full a:hover, .na-full a:focus {
    text-decoration: none;
}

.na-detail {
    padding-left: 0;
    padding-right: 0;
}

.na-detail .p-content {
    font-size: 0.8em;
    margin-top: 15px;
}
.na-detail .img-view img {
    width: 100%;
    height: 50vh;
    margin-bottom: 5px;
}

.na-full p:not(.fdetail) {
    font-weight: 300;
    color: rgb(131, 119, 119);
    font-size: 0.70em;
}
.na-meta {
    margin: 8px 0;
    font-size: 0.8em;
}
.category a {
    color: #4D2D80;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
}
.category a::after {
    content: ',';
    color: #4D2D80;
    display: inline-block;
    margin-right: 5px;
}
    
.category a:last-of-type::after {
    display: none;
}

.na-full .category a {
    color: #4D2D80;
    letter-spacing: 0.02em;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.na-detail h3 {
    line-height: 0.8em;
}

.na-full .picture {
    max-width: 35px;
    max-height: 35px;
    overflow: hidden;
    border-radius: 40%;
    margin-right: 15px;
}

.na-full .name1,
.na-full .period,

.na-full .looks {
  font-weight: 350;
  color: rgb(74, 68, 182);
  text-transform: capitalize;
}

.na-full .name1 i,
.na-full .period i,

.na-full .looks i {
  margin-right: 5px;
  font-size: 1.1em;
}

.na-full .name1::after,
.na-full .period::after,

.na-full .looks::after {
  content: '|';
  display: inline-block;
  margin: 0 7px;
  font-size: 0.9em;
  color: rgb(116, 108, 131);
}

.a1 {
    margin-left: 15px;
    border: 1px solid #edeed0;
}

.na-detail .img1 {
    width: 50px;
    height: 50px;
    margin-left: 20px;
    float: right;
    display: flex;
    flex-direction: row-reverse;
    
}
.na-detail .gallery-blocks .img1:hover {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.3);
    width: 55px; 
    height: 55px;
}

.na-full .looks::after {
    display: none;
}


.na-detail .nadetails {
    margin-top: 25px;
}

.na-detail .nadetails p {
    margin-bottom: 30px;
    border-left: 2px solid rgb(179, 176, 6);
    padding-left: 10px;
}

.na-detail .nadetails p:not(.fdetail) {
    font-size: 1em;
    line-height: 1.7em;
    color: rgb(70, 66, 66);
}

.natags .symbol {
    padding: 5px 15px;
    border: 1px solid rgb(143, 143, 240);
    margin: 5px;
    color: #4D2D80;
    font-size: 0.75em;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none;
    border-radius: 50px;
}
  
.natags .symbol:hover {
    background: #355fc1;
    color: #fff;
    border-color: #90b1dd;
}

.na-side {
    margin-bottom: 40px;
    padding: 20px;
   
}

.na-side.detailpost a {
    display: block;
    color: rgb(61, 60, 60);
    text-decoration: none;
}

.na-side.detailpost a {
    display: block;
    color: rgb(61, 60, 60);
    text-decoration: none;
}

.na-side.detailpost .item {
    margin: 0px 10px 20px 0px;
}

.na-side.detailpost .image {
    max-width: 40px;
    max-height: 40px;
    overflow: hidden;
    margin-right: 20px;
}

.na-side.detailpost strong {
    font-size: 0.90em;
    display: block;
    line-height: 1.1em;
}

.na-side.detailpost strong:hover { 
   color:rgb(223, 202, 12);
}
.na-side.detailpost .looks {
    font-size: 0.8em;
    font-weight: 400;
    color: rgb(74, 68, 182);
    margin-top: 5px;
}
  
  
.na-side.detailpost .looks i {
    margin-right: 5px;
}

.tag1 {
    margin-left: 25px;
}

@media (max-width: 767px) {
    .na-full {
      margin-bottom: 35px;
    }
    .na-full:last-of-type {
      margin-bottom: 0;
    }
}
  
@media (max-width: 575px) {
    .na-detail .name1::after {
      display: none !important;
    }
    .na-detail .na-name {
      margin-bottom: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .na-detail .img1 {
        width: 40px;
        height: 40px;
        
        
    }
}