/********************************
*
    Style for Page Archive + Singular
*
********************************/

/**----------------------------------------------- CONTENT TOP -------------------------------------*/

.theme-top-post {
    display: none;
    margin-bottom: 15px;
    padding: var(--top-padding);
    border-radius: var(--top-radius);
    background-image: linear-gradient(to right, var(--top-bg), var(--top-bg-2));
    border-bottom: 1px solid var(--top-border);
}
.dark .theme-top-post {
    background-image: linear-gradient(to right, var(--dark-bg), var(--dark-bg-2));
    border-bottom: 1px solid var(--dark-border);
}
.theme-top-post h3{
    font-weight: normal;
    color: var(--top-hd);
    margin-bottom: 10px;
    position: relative;
}
.dark .theme-top-post h3{
    color: var(--dark-hd);
}
.theme-top-post h3 a.more {
    position: absolute;
    bottom: 7px;
    right: 0;
    font-size: 12px;
    color: var(--top-link);
    opacity: 0.7;
}
.dark .theme-top-post h3 a.more {
    color: var(--dark-text);
}

.theme-top-post .top-block {
    width: 100%;
    overflow-x: scroll;
    margin-bottom: 10px;
}
.theme-top-post .top-posts{
    width: 304%;
}
.theme-top-post .row {
    padding: 0;
}
.theme-top-post [class*="col-xs-"]:first-child {
    padding-left: 0;
}
.theme-top-post [class*="col-xs-"]:last-child {
    padding-right: 0;
}

.theme-top-post .post-top {
    margin-bottom: 5px;
}
.post-top .img {
    margin-bottom: 8px;
    width: 100%;
    height: 100px;
    overflow: hidden;
    border: 1px solid var(--top-text);
    border-radius: 5px;
    background: var(--top-text);
    position: relative;
}
.post-top .img img{
    width: 100%;
    height: auto;
    min-height: 100px;
    transition: all .5s;
}
.post-top .img img:hover{
    transform: scale(1.2);
}
.post-top .img .icons {
    transform: scale(0.75);
}
.post-top .tl {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.post-top .tl a {
    color: var(--top-link) ;
}
.dark .post-top .tl a {
    color: var(--dark-text) ;
}
.post-top .tl a:hover {
    color: var(--top-hover);
    text-decoration: none;
}
.dark .post-top .tl a:hover {
    color: var(--dark-hover);
    text-decoration: none;
}


.theme-top-post .top-block::-webkit-scrollbar {
    height: 2px;
    width: 2px;
}
.theme-top-post .top-block::-webkit-scrollbar-track {
    background: rgb(from #555555 r g b / 0);
}
.theme-top-post .top-block::-webkit-scrollbar-thumb {
    background: rgb(from #555555 r g b / 0.5);
}
.theme-top-post .top-block::-webkit-scrollbar-thumb:hover {
    background: rgb(from #555555 r g b / 0.8);
}




/**----------------------------------------------- CONTENT HERO -------------------------------------*/
.theme-hero {
    display: none;
    margin-bottom:10px;
}
.theme-hero .hero-posts{
    background-image: linear-gradient(to right, var(--hero-bg), var(--hero-bg-2));
    border-radius: 5px;  
    overflow: hidden;  
    padding-bottom: 25px;
    border: 1px solid var(--hero-border);
}
.dark .theme-hero .hero-posts{
    border: 1px solid var(--dark-border);
}
.theme-hero .post-hero {
    position: relative;
}
.post-hero .image {
    height: 320px;
    overflow: hidden;
    margin-bottom:10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-hero .image img {
    width: auto;
    height: 320px;
    transition: all 1s;
}
.post-hero .image img:hover {
    transform: scale(1.1);
}
.post-hero .image-md {
    /* display: none; */
}
.post-hero .image-md {
    display: block;
    height: 320px;
    overflow: hidden;
    margin-bottom:10px;
    display: flex;
    justify-content: center;
    align-items: top;
}
.post-hero .image-md img {
    width: 100%;
    height: auto;
    min-height: 320px;
    transition: all 1s;
}
.post-hero .image-md img:hover {
    transform: scale(1.1);
}

.post-hero .head {
    position: absolute;
    top: 15px;
    left: 0;
    background-color: var(--hero-bg-2);
    color: var(--hero-hd);
    padding: 2px 10px;
    font-weight: bold;
}
.post-hero .overlay {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 50px 10px 15px 10px;
    background-image: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1));
}
.post-hero .title {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.post-hero .title a {
    color: var(--hero-link);
}
.post-hero .title a:hover {
    text-decoration: none;
    color: var(--hero-hover);
}
.post-hero .cat-date {
    color: var(--hero-small);
    font-size: 0.8em;
}
.post-hero .cat-date span::after{
    content: "\2022";
    padding: 0 2px;
}
.post-hero .cat-date span:last-child::after{
    content: "";
}
.post-hero .ct a{
    color: var(--hero-link);
    display: none;
}
.post-hero .ct a:first-child{
    display: inline-block;
}
.post-hero.head {
    padding: 10px 10px;
    color: var(--hero-text);
    font-weight: bold;
}
.theme-hero .post-hero-1 {
    width: 50%;
    float: left;
    padding: 0 10px;
}
.post-hero-1 .title {
    margin-bottom: 10px;
    color: var(--hero-link-2);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient: vertical;
}
.post-hero-1 .title a{
    color: var(--hero-link-2);
}


/**----------------------------------------------- HERO EMBED STREAM -------------------------------------*/

.theme-video-stream {
    margin-bottom: 15px;
    background-color: var(--color-bg-3);
}
.dark .theme-video-stream {
    background-color: var(--dark-bg-3);
}
.theme-video-stream video{
    vertical-align: top;
    margin-bottom: 0;
}
.theme-video-stream .title{
    display: block;
    width: 100%;
    background-color: #000000;
    color: #fff;
    text-align: center;
    padding: 6px 5px;
    font-weight: bold;
    position: relative;
}
.dark .theme-video-stream .title{
    background-color: #ffffff;
    color: #000000;
}
.theme-video-stream span.icon{
    position: absolute;
    margin-left: -40px;
    margin-top: -17px;
    border-radius: 50%;
    border: 3px solid #cc0000;
    width: 50px;
    height: 50px;
    padding: 4px;
    display: inline-block;
    transform: scale(0.3);
}
.theme-video-stream span.icon span{
    width: 35px;
    height: 35px;
    padding: 6px;
    border-radius: 50%;
    border:3px solid #cc0000;
    display: inline-block;
}
.theme-video-stream span.icon span span{
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #cc0000;
    display: inline-block;
}
.theme-video-stream iframe{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.theme-video-stream .notfound{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
}



/**----------------------------------------------- CONTENT ARCHIVE -------------------------------------*/

.theme-archive .archives {
    border-top: 0px solid var(--color-border);
    padding: 15px 0 50px 0;
}
.dark .theme-archive .archives {
    border-top: 0px solid var(--dark-border);
}
.theme-archive-heading h2,
.archives h2 {
    font-weight: normal;
    color: var(--color-hd);
    padding-bottom: 15px;  
}
.dark .theme-archive-heading h2,
.dark .archives h2 {
    color: var(--dark-hd);
}
.archives h2.search {
    text-align: center;
}
.theme-archive-heading h2 small,
.archives h2 small {
    opacity: 0.5;
}

/** SEARCHBOX **/

.archives .searchbox-archive {
	margin: 15px 0 25px 0;
    text-align: center;
}
.searchbox-archive input[type="text"] {
	padding: 5px 10px;
	border: 1px solid var(--color-hd);
    color: var(--color-text);
}
.dark .searchbox-archive input[type="text"] {
	border: 1px solid var(--dark-text);
    color: var(--dark-bg);
}
.searchbox-archive input[type="submit"] {
	padding: 5px 20px;
	cursor: pointer;
    border: 1px solid var(--color-hd);
	background-color: var(--color-hd);
	color: var(--color-bg);
}
.dark .searchbox-archive input[type="submit"] {
	border: 1px solid var(--dark-small);
	background-color: var(--dark-small);
	color: var(--dark-bg);
}
.searchbox-archive input:focus {
	outline: 1px solid var(--color-border);
}

.searchbox-archive .counter {
    margin-top: 15px;
}

/***** Post Archive Main ********/

.archives .post-archive {
    margin-bottom: 20px;
} 
.post-archive .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    margin-bottom: 10px;
    position: relative;
}
.dark .post-archive .img {
    border: 1px solid var(--dark-border);
}
.post-archive .img img {
    width: 100%;
    height: auto;
    min-height: 180px;
    transition: all .5s;
}
.post-archive .img img:hover {
    transform: scale(1.2);
}
.post-archive .img .icons {
    transform: scale(0.75);
}
.post-archive .img-sm {
    display: none;
}
.post-archive .ath-cat {
    margin-bottom: 5px;
    color: var(--color-link);
    line-height: var(--small-height);
    font-size: var(--small-size);
}

.post-archive .ath-cat span::after{
    content: ",";
    padding-right: 0;
}
.post-archive .ath-cat span:last-child::after{
    content: "";
}
.post-archive .ath a{
    font-weight: bold;
}
.post-archive .cat a {
    display: none;
}
.post-archive .cat a:first-child {
    display: inline-block;
}
.post-archive .cat a::after{
    content: ",";
    padding-right: 0;
}
.post-archive .cat a:last-child::after{
    content: "";
}

.post-archive .tl {
    margin-bottom: 10px;
    font-size: 1.2em;
}
.post-archive .tl a{    
    text-decoration: none;
    color: var(--color-text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}  
.dark .post-archive .tl a{
    color: var(--dark-text);
    text-decoration: none;
}
.post-archive .tl a:hover{
    color: var(--color-hover);
}  
.dark .post-archive .tl a:hover{
    color: var(--dark-hover);
}
.post-archive .date-view {
    font-size: var(--small-size);
    line-height: var(--small-height);
    color: var(--color-small);
}

.post-archive .date-view .vw {
    display: none;
}

.archives .post-archive-a {
    margin-bottom: 20px;
}
.post-archive-a::after {
    content: "";
    clear: both;
    display: table;
}

.post-archive-a .img {
    width: 150px;
    height: 100px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    /* margin-right: 15px; */
    margin-right: 10px;
    float: left;
    margin-bottom:5px;
    position: relative;
} 
.dark .post-archive-a .img {
    border: 1px solid var(--dark-border);
}
.post-archive-a .img img {    
    width: 100%;
    height: auto;  
    min-height: 100px;
    transition: all .5s;
}
.post-archive-a .img img:hover {
    transform: scale(1.2);
}
.post-archive-a .img .icons {
    transform: scale(0.75);
}
.post-archive-a .ath-cat {
    margin-bottom: 5px;
    color: var(--color-link);
    line-height: var(--small-height);
    font-size: var(--small-size);
}
.dark .post-archive-a .ath-cat {
    color: var(--dark-link);
}
.post-archive-a .ath-cat span::after{
    content: ",";
    padding-right: 0;
}
.post-archive-a .ath-cat span:last-child::after{
    content: "";
}
.post-archive-a .ath a{
    font-weight: bold;
}
.post-archive-a .cat a {
    display: none;
}
.post-archive-a .cat a:first-child {
    display: inline-block;
}
.post-archive-a .cat a::after{
    content: ",";
    padding-right: 0;
}
.post-archive-a .cat a:last-child::after{
    content: "";
}

.post-archive-a .tl {
    margin-bottom: 10px;
}
.post-archive-a .tl a{   
    text-decoration: none;
    color: var(--color-text);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.dark .post-archive-a .tl a{        
    color: var(--dark-text);
    text-decoration: none;
}
.post-archive-a .tl a:hover{        
    color: var(--color-hover);
}
.dark .post-archive-a .tl a:hover{        
    color: var(--dark-hover);
}

.post-archive-a .date-view {
    font-size: var(--small-size);
    line-height: var(--small-height);
    color: var(--color-small);
}
.dark .post-archive-a .date-view {
    color: var(--dark-small);
}
.post-archive-a .date-view .vw {
    display: none;
}

/**  Pagination OlderNewer   ***/

.pagination.older_newer_post {
    margin: 0 10px;
    position: relative;
    display: block;
    text-align: center;
}
.pagination.older_newer_post::after {
    content: "";
    clear: both;
    display: table;
}
.pagination.older_newer_post .newer {
    padding: 0 10px;
}
.pagination.older_newer_post .older {
    padding: 0 10px;
}


/**----------------------------------------------- CONTENT ARCHiVE VIDEO -------------------------------------*/

.theme-archive-video {
    margin-bottom: 50px;
}
.archive-posts-video{
    margin-top: 30px;
}
.archive-posts-video .post-archive-video {
    margin-bottom: 20px;
}
.archive-posts-video .post-archive-video::after {
    content: "";
    clear: both;
    display: table;
}
.post-archive-video .img {
    width: 150px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--color-border);
    border-radius:5px;
    position: relative;
}
.post-archive-video .img img {    
    width: 100%;
    height: auto;
    min-height: 100px;
    transition: all 0.5s;
}
.post-archive-video .img img:hover { 
    transform: scale(1.2);
}
.dark .post-archive-video .img {
    border: 1px solid var(--dark-border);
}
.post-archive-video img {
    max-width: 100%;
    height: auto;
}
.post-archive-video .user {
    font-size: var(--small-size);
    margin-bottom: 5px;
}
.post-archive-video .user .ath{
    color: var(--color-link);
}

.post-archive-video .tl { 
    margin-bottom: 10px;
    font-size: 1em;
}
.post-archive-video .tl a {
    text-decoration: none;
    color: var(--color-text);
    overflow: hidden;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.post-archive-video .tl a:hover {
    color: var(--color-hover);
    text-decoration: none;
}
.dark .post-archive-video .tl a {
    color: var(--dark-text);
}
.dark .post-archive-video .tl a:hover {
    color: var(--dark-hover);
    text-decoration: none;
}

.post-archive-video .date-view {
    font-size: var(--small-size);
    line-height: var(--small-height);
    color: var(--color-hover);
}
.dark .post-archive-video .date-view {
    color: var(--dark-small);
}
.post-archive-video .date-view .view::before {
    content: "\2022";
    padding-right: 3px;
}







/**----------------------------------------------- CONTENT SINGULAR -------------------------------------*/

.theme-singular {
    padding-top: 10px ;   
    border-top: 0px solid var(--color-border);
}
.dark .theme-singular { 
    border-top: 0px solid var(--dark-border);
}
.theme-singular .breadcrumb {
    display: none;
}
.thheme-singular .singular { 
    border: 0;
}
.singular .post-single {
    border: 0;
}
.post-single .ct {
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
} 
.post-single .ct ul {
    list-style-type: none;
}
.post-single .ct ul li {
    display: inline-block;
    margin: 0 1px;
}
.post-single .ct a{
    color: var(--color-bg);
    background-color: var(--color-hover);
    display: inline-block;
    padding: 3px 12px;
    border-radius: 2px;
    font-size: var(--small-size);
    line-height: var(--small-height);
}
.dark .post-single .ct a{
    color: var(--dark-bg);
    background-color: var(--dark-hover);
}
.post-single .ct a:hover {
    text-decoration: none;
    background-color: var(--color-link);
}
.dark .post-single .ct a:hover {
    background-color: var(--dark-link);
}

.post-single h2 {
    text-align: center;
    color: var(--color-hd);
    font-weight: normal;
    margin-bottom: 15px;
    /* font-size: 1.35em; */
    /* line-height: 1.2; */
}
.dark .post-single h2 {
    color: var(--dark-hd);
}
.post-single h2.page {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 0;
}

.post-single .at {
    text-align: center;
    font-size: var(--small-size-2);
    line-height: var(--small-height);
    color: var(--color-text);
    margin-bottom: 2px;
    line-height: 1;
}
.dark .post-single .at {
    color: var(--dark-text);
}
.post-single .at.page {
    text-align: left;    
}
.post-single .at a{
    font-weight: bold;
}

.post-single .date-view {
    text-align: center;
    font-size: var(--small-size);
    line-height: var(--small-height);
    color: var(--color-small);
    margin-bottom:10px;
    line-height: 1;
}
.dark .post-single .date-view {
    color: var(--dark-small);
}
.post-single .date-view.page {
    text-align: left;
    margin-bottom: 20px;
}
.post-single .date-view span::after{
    content: "\2022";
    padding-left: 5px;
}
.post-single .date-view span:last-child::after{
    content: "";
}

.post-single .share-icon {
    text-align: center;
    padding-top: 10px;
}
.post-single .share-icon.bottom {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 30px;
}

.post-single p{
    margin: 15px 0;
    line-height: 1.6;
    font-size: 1em;
    word-wrap:break-word;
}
.post-single ol{
    margin-left: 20px;
    margin-bottom: 10px;
}
.post-single ol li{
    margin-bottom: 10px;
}
.post-single ol li ol,
.post-single ol li ul  {
    font-size: inherit;
    margin-top: 10px;
}
.post-single ul {
    margin-left: 20px;
}
.post-single li {
    line-height: inherit;
}
.post-single .tag {
    margin: 30px 0;
}
.post-single .tag a {
    opacity: 0.8;
    background-color: var(--color-bg-3);
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px;
    font-size: 0.9em;
}
.post-single .tag a:hover {
    background-color: transparent;
    text-decoration: none;
}
.dark .post-single .tag a {
    background-color: var(--dark-bg-3);
}
.dark .post-single .tag a:hover {
    background-color: transparent;
    text-decoration: none;
}
.post-single .image {
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 25px;
}
.dark .post-single .image {
    border: 1px solid var(--dark-border);
}
.post-single .image img {
    width: 100%;
    height: auto;
    transition: all 1s;
}
.post-single .image img:hover {
    transform: scale(1.2);
}  
.post-single .image-md {
    /* display: none; */
}
.post-single .image-md {
    display: block;
    width: 100%;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    overflow: hidden;
    margin-top: 25px;
}
.dark .post-single .image-md {
    border: 1px solid var(--dark-border);
}
.post-single .image-md img {
    width: 100%;
    height: auto;
    transition: all 1s;
}
.post-single .image-md img:hover {
    transform: scale(1.2);
} 

.post-single .image-caption .caption {
    font-size: var(--small-size-2);
    line-height: 1.3;
    font-style: italic;
    opacity: 0.7;
    padding: 7px 0;
    margin: 0;
}

.post-single .wp-caption.alignleft{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.post-single .wp-caption.alignright{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.post-single .wp-caption.aligncenter{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}
.post-single .wp-caption.alignnone{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

.post-single img.alignleft {
    width: 100%;
    height: auto;    
    margin-bottom: 10px;
}
.post-single img.alignright {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.post-single img.aligncenter {
    width: 100%;
    height: auto; 
    margin-bottom: 10px;      
}
.post-single img.alignnone {
    width: 100%;
    height: auto;   
    margin-bottom: 10px;     
}
.post-single .wp-caption-text {
    font-size: var(--small-size-2);
    line-height: 1.3;
    font-style: italic;
    opacity: 0.7;
    padding: 7px 0;
    margin: 0;
}

.post-single iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}


/*******    Pagination Posts    ************/

.pagination.prev-next {
    padding: 20px 15px;
    border-top: 1px solid var(--color-border);
}
.dark .pagination.prev-next {
    padding: 20px 15px;
    border-top: 1px solid var(--dark-border);
}
.pagination.prev-next a:hover {
    text-decoration: none;
}
.pagination.prev-next::after {
    content: "";
    clear: both;
    display: table;
}
.pagination.prev-next .prev {
    display: block; 
    margin-bottom: 20px;
    text-align: center;
}
.pagination.prev-next .next {
    display: block;
    /* margin-bottom: 20px; */
    text-align: center;    
}
.pagination.prev-next .prev a {
    display: inline-block;
}
.pagination.prev-next .next a {
    display: inline-block;
}
.pagination.prev-next .prev a:hover,
.pagination.prev-next .next a:hover {
    text-decoration: underline;
}
.pagination.prev-next .prev span,
.pagination.prev-next .next span {
    display: block;    
    margin-bottom: 5px;
}


/*********** COMMENTS AREA *********/

.comments-area {
    border-top: 0px solid var(--color-border);
}
.comments-area h3 {
    padding-bottom: 15px;
    padding-top: 15px;
    font-weight: normal;
    color: var(--color-hd);
    border-top: 1px solid var(--color-border);
}
.dark .comments-area h3 {
    border-top: 1px solid var(--dark-border);
    color: var(--dark-hd);
}
.comments-area ul {
    list-style-type: none;
}
.comments-area ul li {
    margin-bottom: 15px;
}
.comments-area .comment-author img {
    float: left;
}
.comments-area .comment-author .fn {
    margin-left: 48px;
    font-weight: bold;
    font-size: var(--small-size-1);
}
.comments-area .comment-text {
    margin-left: 48px;
    margin-bottom:6px;
    opacity: 0.8;
}

.comments-area .comment-meta {
    margin-left: 48px;
    font-size: var(--small-size);
    color: var(--color-small);
}
.dark .comments-area .comment-meta {
    color: var(--dark-small);
}
.comments-area .comment-meta .reply a {
    margin-right: 10px;
}
.comments-area ul li ul {
    list-style-type: none;
    margin-top: 15px;
    margin-left: 48px;
}
.comments-area .comment-pagination {
    border-top: 1px solid var(--color-border);
    border-bottom: 0px solid var(--color-border);
    padding: 3px 0;
    text-align: center;
}
.dark .comments-area .comment-pagination {
    border-color: var(--dark-border);
}
.comments-area .comment-respond {
    margin-bottom: 50px;
}
.comments-area .comment-respond h3 {
    margin-bottom: 10px;
    padding-top: 15px;
    font-weight: normal;
    color: var(--color-hd);
    border-top: 1px solid var(--color-border);
}
.dark .comments-area .comment-respond h3 {
    border-top: 1px solid var(--dark-border);
    color: var(--dark-hd);
}
.comments-area .comment-respond .comment-notes{
    margin-bottom: 10px;
    color: var(--color-small);
    font-size: var(--small-size-1);
}
.dark .comments-area .comment-respond .comment-notes{
    color: var(--dark-small);
}
.comments-area .comment-respond .logged-in-as {
    margin-bottom: 10px;
    color: var(--color-small);
}
.dark .comments-area .comment-respond .logged-in-as {
    color: var(--dark-small);
}
.comments-area .comment-form-author-email input {
    width: 100%;
    padding: 5px;
    border: 1px solid var(--color-border);
    margin-bottom: 5px;
}
.dark .comments-area .comment-form-author-email input {
    border: 1px solid var(--dark-hd);
}
.comments-area .comment-form-author-email input:focus {
    outline: 1px solid var(--color-text);
}
.comments-area .comment-form-cookies-consent {
    margin-bottom: 10px;
    font-size: var(--small-size-2);
    color: var(--color-small);
}
.dark .comments-area .comment-form-cookies-consent {
    color: var(--dark-small);
}
.comments-area .comment-form-comment textarea {
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 1px solid var(--color-border);
}
.dark .comments-area .comment-form-comment textarea {
    border: 1px solid var(--dark-border);
}
.comments-area .comment-form-comment textarea:focus {
    outline: 1px solid var(--color-text);
}
.comments-area .form-submit input {
    padding: 5px 25px;
    background-color: var(--color-hover);
    color: var(--color-bg);
    border: 0;
    cursor: pointer;
}
.dark .comments-area .form-submit input {
    background-color: var(--dark-small);
    color: var(--dark-bg);
}
.comments-area .form-submit input:hover {
    background-color: var(--color-link);
}
.dark .comments-area .form-submit input:hover {
    background-color: var(--dark-border);
    color: var(--dark-text);
}





/**----------------------------------------------- CONTENT SINGLE VIDEO -------------------------------------*/

.page-single-video {
    margin-top: 0;
}
.theme-single-video {
    min-height: 300px;
    margin-bottom: 50px;
}
.theme-single-video .single-posts-video {
    margin-top: 0;   
}

.post-single-video .code {
    margin-bottom:20px;
    background-color: var(--color-bg-3);
}
.dark .post-single-video .code {
    background-color: var(--dark-bg-3);
}
.post-single-video .code iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}
.post-single-video .code .notfound{
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    justify-content: center;
    align-items: center;
}
.post-single-video .ct {
    margin: 10px 0;
} 
.post-single-video .ct a{
    color: var(--color-bg);
    background: var(--color-link);
    display: inline-block;
    padding: 3px 12px;
    border-radius: 2px;
    font-size: var(--small-size);
    line-height: var(--small-height);
}
.dark .post-single-video .ct a{
    color: var(--dark-bg);
    background-color: var(--dark-link);
}
.post-single-video .ct a:hover {
    text-decoration: none;
    background-color: var(--color-hover);
}
.dark .post-single-video .ct a:hover {
    background-color: var(--dark-hover);
}
.post-single-video h2 {
    color: var(--color-hd);
    font-weight: normal;
    margin-bottom:15px;
}
.dark .post-single-video h2 {
    color: var(--dark-hd);
}
.post-single-video .avatar {
    margin: 0 10px 10px 0;
    border: 2px solid var(--color-hd);
    border-radius: 5px;
    height: 34px;
    width: 34px;
    font-size: 1.8em;
    line-height: 30px;
    text-align: center;
    float: left;
}
.dark .post-single-video .avatar {
    border: 2px solid var(--dark-hd);
}
.post-single-video .at{
    font-size: 1em;
    line-height: 1.2;
    color: var(--color-hd);
    margin: 0 10px 2px 10px;
}
.dark .post-single-video .at {
    color: var(--dark-hd);
}
.post-single-video .date-view {
    font-size: var(--small-size);
    line-height: var(--small-height);
    color: var(--color-small);
}
.dark .post-single-video .date-view {
    color: var(--dark-small);
}
.post-single-video .date-view span::after{
    content: "\2022";
    padding-left: 5px;
}
.post-single-video .date-view span:last-child::after{
    content: "";
}
.post-single-video .content {
    margin-bottom:50px;
}
.post-single-video p{
    margin: 15px 0;
    line-height: 1;
    font-size: 1em;
    line-height: 1.5;
}
.post-single-video ol{
    margin: 20px 0 10px 15px;
}
.post-singular ol li{
    margin-bottom: 10px;
}
.post-single-video ol li ol,
.post-single-video ol li ul  {
    font-size: inherit;
    margin-top: 10px;
}
.post-single-video ul {
    margin-left: 20px;
}
.post-single-video li {
    line-height: inherit;
}
.post-single-video .tag {
    margin: 30px 0;
}
.post-single-video .tag a {
    opacity: 0.8;
    background-color: var(--color-bg-3);
    display: inline-block;
    padding: 3px 5px;
    margin-bottom: 5px;
    font-size: 0.9em;
}
.post-single-video .tag a:hover {
    background-color: transparent;
    text-decoration: none;
}
.dark .post-single-video .tag a {
    background-color: var(--dark-bg-3);
}
.dark .post-single-video .tag a:hover {
    background-color: transparent;
    text-decoration: none;
}
.post-single-video .share-icon {
    padding-top: 10px;
    margin-bottom: 20px;
}


/**----------------------------------------------- PAGE THEME INDEKS -------------------------------------*/

.indeks-main {
    border-top: 0px solid var(--color-border);
    padding-bottom: 50px;
}
.dark .indeks-main {
    border-top: 0px solid var(--dark-border);
}
.indeks-main h2 {
    font-weight: normal;
    text-align: center;
    color: var(--color-hd);
    padding: 15px 10px 25px 10px;   
}
.dark .indeks-main h2 {
    color: var(--dark-hd);
}
.indeks-main h2 small {
    opacity: 0.5;
}

.indeks-main .form-indeks {
    padding: 0 10px 15px 10px;
    text-align: center;
}
.form-indeks select {
    padding: 5px 10px;
    border: 1px solid var(--color-hd);
    margin-bottom: 5px;
}
.dark .form-indeks select {
    border: 1px solid var(--dark-text);
}
.form-indeks button {
    padding: 5px 10px;
    background-color: var(--color-hd);
    border: 2px solid var(--color-hd);
    color: var(--color-bg);
}
.dark .form-indeks button {
    background-color: var(--dark-small);
    border: 2px solid var(--dark-small);
    color: var(--dark-text);
}
.form-indeks button:hover {
    cursor: pointer;
}

/** partial/content/indeks **/

.theme-indeks .result {
    text-align: center;
    padding: 0 10px 30px 10px;
}
.theme-indeks .indeks-posts {
    /* padding: 0 10px; */
}
.indeks-posts .post-indeks {
    margin-bottom: 20px;
}
.indeks-posts .post-indeks::after {
    content: "";
    clear: both;
    display: table;
}

.post-indeks .img {
    width: 150px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px solid var(--color-border);
    border-radius:3px;
    position: relative;
}
.post-indeks .img img {    
    width: 100%;
    height: auto;
    min-height: 100px;
    transition: all 0.5s;
}
.post-indeks .img img:hover { 
    transform: scale(1.2);
}
.dark .post-indeks .img {
    border: 1px solid var(--dark-border);
}
.post-indeks .img .icons {
    transform: scale(0.75);
}
.post-indeks .ath-cat {		
    color: var(--color-link);
    margin-bottom: 3px;
    font-size: var(--small-size);
}
.dark .post-indeks .ath-cat {		
    color: var(--dark-link);
    margin-bottom: 5px;
}
.post-indeks .ath{
    display: none;
}

.post-indeks .cat a{
    display: none;
}
.post-indeks .cat a:first-child{
    display: inline-block
}
.post-indeks .tl { 
    margin-bottom: 10px;
    font-size: 1em;
    /* line-height: 1.2; */
}
.post-indeks .tl a {
    text-decoration: none;
    color: var(--color-text);
    overflow: hidden;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;
}
.post-indeks .tl a:hover {
    color: var(--color-hover);
    text-decoration: none;
}

.dark .post-indeks .tl a {
    color: var(--dark-text);
}
.dark .post-indeks .tl a:hover {
    color: var(--dark-hover);
    text-decoration: none;
}
.post-indeks .date-view {
    font-size: var(--small-size);
    line-height: var(--small-height);
    color: var(--color-small);
}
.dark .post-indeks .date-view {
    color: var(--dark-small);
}
.post-indeks .date-view .vw {
    display: none;
}

/***  PAGE LATEST ***/

.theme-indeks h2.latest {
    text-align: left; 
    padding-left: 0;
} 


/***   PAGE POPULAR ***/

.theme-indeks h2.popular {
    text-align: left;
    padding-left:0;
    padding-bottom: 10px;
}
   
.theme-indeks .nav-popular {
    display: flex;
    margin: 10px 0 25px 0;
    font-size: 0.9em;
}
.nav-popular a {
    background-color: var(--color-small);
    color: var(--color-bg);
    padding: 2px 13px;
    margin-right: 10px;
}
.dark .nav-popular a {
    background-color: var(--dark-small);
    color: var(--dark-bg);
}
.nav-popular a:hover {
    text-decoration: none;
    background-color: var(--color-hover);
}
.dark .nav-popular a:hover {
    text-decoration: none;
    background-color: var(--dark-text);
} 



/**----------------------------------------------- PAGE THEME SITEMAP -------------------------------------*/

.theme-sitemap {
    padding-bottom:50px;
    border-top: 0px solid var(--color-border);
}
.dark .theme-sitemap {
    border-color: var(--dark-border);
}
.theme-sitemap h2 {
    font-weight: normal;
    text-align: center;
    color: var(--color-hd);
    margin-bottom: 25px;
    padding-top: 15px;
    
}
.dark .theme-sitemap h2 {
    color: var(--dark-hd);
}

.th-sitemap p.tl {
    font-weight: bold; 
    margin-bottom: 10px;
}
.th-sitemap ul.category {
    margin-bottom: 15px;
    margin-left: 10px;
}
.th-sitemap ul.author {
    margin-bottom: 30px;
    margin-left: 10px;
}
.th-sitemap ul.archive {
    margin-bottom: 30px;
    margin-left: 10px;
}
.th-sitemap ul {
    list-style-type:square;
}
.th-sitemap ul li {
    padding: 2px 0;
}
.th-sitemap ul li ul {
    margin-left: 10px;
    margin-top: 5px;
}




@media screen and (min-width: 768px) {  /*768 or 992 or 1200 */

    
    /**----------------------------------------------- CONTENT TOP -------------------------------------*/

    .theme-top-post {
        display: none;
        margin-bottom: 15px;
    }
    .theme-top-post .top-posts{
        width: 202%;
    }
        

    /**----------------------------------------------- CONTENT HERO -------------------------------------*/
    
    .theme-hero {
        display: none;
        margin-bottom:15px;
    }
    .post-hero .image {
        display: block;
        height: 320px;
        overflow: hidden;
        margin-bottom:10px;
    }
    .post-hero .image img {
        width: 100%;
        height: auto;
        min-height: 320px;
        transition: all 1s;
    }
    .post-hero .head {
        padding: 2px 15px;
    }
     .post-hero .overlay {
        padding: 50px 15px 15px 15px;
    }
    .post-hero.head {
        padding: 10px 15px;
    }
    .theme-hero .post-hero-1 {
        padding: 0 15px;
    }
    
    
    /**----------------------------------------------- CONTENT ARCHIVE -------------------------------------*/
    
    .archives .post-archive {
        margin-bottom: 25px;
        padding-top: 20px;
    } 
    .post-archive::after {
        content: "";
        clear: both;
        display: table;
    }
    .post-archive .img {
        display: none;
    }
    .post-archive .img-sm {
        display: block;
        width: 250px;
        height: 150px;
        overflow: hidden;    
        float: right;
        margin-left: 15px;
        margin-bottom:15px;    
        border-radius: 5px;
        border: 1px solid var(--color-border);
        position: relative;
    }
    .dark .post-archive .img-sm {
        border: 1px solid var(--dark-border);
    }
    .post-archive .img-sm img {
        width: 100%;
        height: auto;
        min-height: 150px;  
        transition: all .5s;      
    }  
    .post-archive .img-sm img:hover {
        transform: scale(1.2);
    }
    .post-archive .img-sm .icons {
        transform: scale(0.75);
    }
    .post-archive .cat a {
        display: inline-block;
    }

    .post-archive .tl {
        margin-bottom: 15px;
        font-size: 1.4em;
    }
    .post-archive .tl a{    
        overflow: visible;
        display: block;
    }  
    .post-archive .date-view span::after {
        content: "\2022";
        padding-left: 3px;
    }
    .post-archive .date-view span:last-child::after {
        content: "";
    }
    .post-archive .date-view .vw {
        display: inline-block;
    }
    
    .archives .post-archive-a {
        margin-bottom: 25px;
    }

    .post-archive-a .img {
        margin-right: 15px;
    }
    .post-archive-a .tl {
        margin-bottom: 10px;
        font-size: 1.2em;
    }
    .post-archive-a .tl a{    
        overflow: visible;
        display: block;
    }
    .post-archive-a .date-view span::after {
        content: "\2022";
        padding-left: 3px;
    }
    .post-archive-a .date-view span:last-child::after {
        content: "";
    }
    .post-archive-a .date-view .vw {
        display: inline-block;
    }




    /**----------------------------------------------- CONTENT ARCHIVE VIDEO -------------------------------------*/

    .theme-archive-video {
        margin-bottom: 50px;
    }
    .post-archive-video .img {
        width: 180px;
        height: 110px;
        margin-right: 15px;
        border-radius: 5px;
    }
    .post-archive-video .img img {   
        min-height: 110px;    
    }
    .post-archive-video .img .icons {
        transform: scale(0.75);
    }
    .post-archive-video .tl { 
        font-size: 1.2em;
    }


    

    /**----------------------------------------------- CONTENT INDEKS -------------------------------------*/

    .indeks-main {
        padding-bottom: 0;
        margin-bottom: 50px;
    }
    .post-indeks .img {
        width: 180px;
        height: 110px;
        margin-right: 15px;
    }
    .post-indeks .img img {   
        min-height: 110px;    
    }
    .post-indeks .ath{
        display: inline-block;
    }
    .post-indeks .ath a{
        font-weight: bold;
    }
    .post-indeks .ath a::after {
        content: ", ";
    }
    .post-indeks .cat a{
        display: inline-block;
    }
    .post-indeks .cat a::after{
        content: ",";
    }
    .post-indeks .cat a:last-child::after{
        content: "";
    }
    .post-indeks .tl { 
        font-size: 1.2em;
    }
    .post-indeks .date-view span::after{
        content: "\2022";
        padding-left: 3px;
    }
    .post-indeks .date-view span:last-child::after{
        content: "";
    }
    .post-indeks .date-view .vw {
        display: inline-block;
    }

    /**----------------------------------------------- CONTENT SITEMAP -------------------------------------*/

    .th-sitemap ul.category {
        margin-left: 15px;
    }
    .th-sitemap ul.author {
        margin-left: 15px;
    }
    .th-sitemap ul.archive {
        margin-left: 15px;
    }
    .th-sitemap ul li ul {
        margin-left: 15px;
    }


}

@media screen and (min-width: 1280px) {  /*768 or 992 or 1200 */

    .theme-top-post {
        display: none;
        margin-bottom: 15px;
    }
    .theme-top-post h3{
        display: block;    
    }
    .theme-top-post .top-block {
        overflow-x: hidden;
    }
    .theme-top-post .top-posts{
        width: 100%;
    }
    .theme-top-post [class*="col-lg-"] {
        padding: 0 5px;
    }
    .theme-top-post .post-top {
        margin-bottom: 0;
    }
    .post-top .img{
        height: 95px;
    }
    .post-top .img img{
        min-height: 95px;
    }



    .theme-hero {
        display: none;
        margin-bottom:15px;
    }
    .post-hero .image {
        /* display: none; */
    }
    .post-hero .image-md {
        display: block;
        height: 320px;
        overflow: hidden;
        margin-bottom:10px;
        display: flex;
        justify-content: center;
        align-items: top;
    }
    .post-hero .image-md img {
        width: 100%;
        height: auto;
        min-height: 320px;
        transition: all 1s;
    }
    .post-hero .image-md img:hover {
        transform: scale(1.1);
    }

    .post-hero .head {
        padding: 2px 15px;
    }
    .post-hero .overlay {
        padding: 50px 15px 15px 15px;
    }
    .post-hero.head {
        padding: 10px 15px;
    }
    .theme-hero .post-hero-1 {
        padding: 0 15px;
    }



    .theme-singular .breadcrumb {
        padding-bottom: 15px;
        color: var(--color-small);
        font-size: 0.9em;
        display: block;
    }
    .dark .theme-singular .breadcrumb {
        color: var(--dark-small);
    }
    .theme-singular .breadcrumb a{
        color: var(--color-text);
    }
    .dark .theme-singular .breadcrumb a{
        color: var(--dark-text);
    }

    /**----------------------------------------------- CONTENT SINGULAR -------------------------------------*/

    .content-singular {
        border-top: 1px solid var(--color-border);
    }
    .dark .content-singular {
        border-top: 1px solid var(--dark-border);
    }
    .content-singular .singular {
        margin: 15px 0;
        padding: 0;
    }

    .post-single h2 {
        font-size:1.65em;
    }
    .post-single .image {
        /* display: none; */
    }
    .post-single .image-md {
        display: block;
        width: 100%;
        border: 1px solid var(--color-border);
        border-radius: 5px;
        overflow: hidden;
        margin-top: 25px;
    }
    .dark .post-single .image-md {
        border: 1px solid var(--dark-border);
    }
    .post-single .image-md img {
        width: 100%;
        height: auto;
        transition: all 1s;
    }
    .post-single .image-md img:hover {
        transform: scale(1.2);
    } 
    

    .post-single .wp-caption.alignleft{
        float: left;   
        max-width: 100%;
        margin-right: 10px;
        text-align: left;
    }
    .post-single .wp-caption.alignright{
        float: right;       
        max-width: 100%; 
        margin-left: 10px;
        text-align: right;
    }
    .post-single .wp-caption.aligncenter{
        max-width: 100%;     
        margin: 0 auto;  
        text-align: center; 
    }
    .post-single .wp-caption.alignnone{
        max-width: 100%;     
        margin: 0 auto;   
        text-align: center;
    }

    .post-single img.alignleft {
        float: left;
        margin-right: 15px;    
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;
    }
    .post-single img.alignright {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;
    }
    .post-single img.aligncenter {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;        
    }
    .post-single img.alignnone {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;         
    }

    .post-single .wp-caption-text {
        font-size: var(--small-size-2);
        /* line-height: 1.2; */
        font-style: italic;
        opacity: 0.7;
        padding: 7px 0;
        margin: 0;
    }

  
    .pagination.prev-next {
        padding: 30px 0;
    }
    .pagination.prev-next .prev {
        float: left;
        left: 0;
        width: 49%;
        display: block; 
        text-align: right;
    }
    .pagination.prev-next .prev.none {
        width: 100%;
        text-align: center;
    }
    .pagination.prev-next .next {
        float: right;
        right: 0;
        width: 49%;
        display: block;
        text-align: left;
    }
    .pagination.prev-next .next.none {
        width: 100%;
        text-align: center;
    }

   

}