/* 
Theme Name: QhelPRO Micro 
Theme URI: http://www.qhelpro.net/themes/qhelpromicro24
Author: QhelPRO System
Author URI: http://www.qhelpro.net/
Description: The 2025 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 2.5.11
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
Text Domain: qhelpro-micro

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.content-heading h2 {
    font-weight: normal;
    color: var(--color-hd);
    padding: 15px 10px;
    border-top: 1px solid var(--color-border);
}
.dark .content-heading h2 {
    color: var(--dark-hd);
    border-color: var(--dark-border);
}
.content-heading h2 small {
    opacity: 0.5;
}

/**----------------------------------------------- CONTENT TRENDING -------------------------------------*/

.content-trend {
    width: 100%;
    border-bottom: 1px solid var(--color-border);
    display: flex;
    text-wrap: nowrap;
    overflow-x: scroll;
    /* padding: 0 5px 0 10px; */
}
.dark .content-trend {
    border-bottom: 1px solid var(--dark-border);
}
.content-trend ul {
    list-style-type: none;
}
.content-trend ul li{
    display: inline-block;
    padding: 10px;
}
.content-trend ul li.title{    
    padding: 5px 15px;
    font-weight: bold;
    color: var(--color-text);
    display: none;
}
.dark .content-trend ul li.title{
    color: var(--dark-text);
}
.content-trend ul li a{
    color: var(--color-text);
}
.dark .content-trend ul li a{
    color: var(--dark-text);
}
.content-trend ul li a::before{
    content: "#";
}


/**----------------------------------------------- CONTENT TOP -------------------------------------*/

.content-top {
    background-image: linear-gradient(to right, var(--top-bg), var(--top-bg-2));
    padding-top: 15px;
}
.dark .content-top {
    background-image: linear-gradient(to right, var(--dark-bg-2), var(--dark-bg));
}
.content-top .top {
    overflow-x: scroll;
}
.content-top .top .block{
    width: 198%;
}
.content-top .top .block .row{
    padding: 0 5px; 
}
.content-top .top .block [class*="col-xs-"] {
    padding: 0 5px;
}

.content-top h2{
    font-weight: normal;
    color: var(--top-hd);
    padding:0 10px 10px 10px;
}
.dark .content-top h2{
    color: var(--dark-text);
}
.content-top .post-top {
    margin-bottom: 20px;
    height: 200px; ;
    position: relative;
}
.post-top .image {
    border: 1px solid var(--top-link);
    border-radius: 3px;
    width: 100%;
    height: 100px ;
    overflow: hidden;
    margin-bottom: 10px;
}
.dark .post-top .image {
    border: 1px solid var(--dark-border);
}
.post-top .image img {
    width: 100%;
    min-height: 100px;;
    height: auto;
    
}
.post-top .title {
    margin-bottom: 10px;
}
.post-top .title a{    
    color: var(--top-link);
    overflow: hidden;
    display: -webkit-box; 
    -webkit-line-clamp: 3; 
    -webkit-box-orient: vertical;    
}
.dark .post-top .title a{    
    color: var(--dark-text);
}

.post-top .title a:hover{
    color: var(--top-hover);
    text-decoration: none;
}
.dark .post-top .title a:hover{
    color: var(--dark-hover);
    text-decoration: none;
}

.post-top .userdate {
    font-size: var(--small-size);
    line-height: var(--small-height);
    bottom: 0;
    color: var(--top-text);
    position: absolute;

    width: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.dark .post-top .userdate {
    color: var(--dark-small);
}
.post-top .userdate span::after {
    content: "\2022";
    padding: 0 2px 0 4px;
}
.post-top .userdate span:last-child::after {
    content: "";
}
.post-top .userdate a{
    color: var(--top-hover);
}
.dark .post-top .userdate a{
    color: var(--dark-link);
}



/**----------------------------------------------- CONTENT HERO -------------------------------------*/

.content-hero {
    margin: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}
.content-hero .slider-hero {
    width: 100%;
    height: 400px; 
    position: relative;
    background-color: var(--hero-bg);    
    border-top: 1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    overflow: hidden;
}
.dark .content-hero .slider-hero {
    background-color: var(--dark-bg);
    border-top: 1px solid var(--dark-border);
    border-bottom: 1px solid var(--dark-border);
}
.slider-hero .nav-hero {
    font-size: 1.6em;    
}

.nav-hero span {
    display: block;
    background-color: rgba(255,255,255,.5);
    color: #555;
    width: 28px;
    height: 26px;
    border-radius: 50%;
    cursor: pointer;
    font-size: inherit;
    text-align: center;
    line-height: 23px;
    position: absolute;
    z-index: 50;
    bottom: 50%;
    margin-bottom: 14px;
}
.nav-hero span:hover {
    background-color: rgba(255,255,255,.8);
    color: #555;
}
.nav-hero span:first-child {
    left: 10px;
}
.nav-hero span:last-child {
    right: 10px;
}

.slider-hero .hd {
    position: absolute;
    z-index: 10;
    top: 15px;
    left: 10px;
    background-color: var(--color-bg);
    color: var(--hero-hd);
    padding: 2px 15px 2px 10px;
    vertical-align: middle;
    border-left: 5px solid var(--hero-hd);
    font-weight: bold;
    font-size: var(--small-size-2);
    line-height:1;
}
.dark .slider-hero .hd {
    background-color: var(--dark-bg-2);
    color: var(--dark-hd);
    border-color: var(--dark-hd);
}
.slider-hero .slide-cont {
    position: absolute;
    width: 1000%;
    left: 0;
}
.slider-hero .post-hero {    
    position: relative;
    float: left;
    width: 10%;
    height: 400px; ;
    overflow: hidden;
}

.post-hero .image {
    display: flex;
    justify-content: center;
}
.post-hero .image img {
    height: 400px; ;
    width: auto;
}
.post-hero .overlay {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background-image: linear-gradient(to top, rgb(from var(--hero-bg) r g b / 1), rgb(from var(--hero-bg-2) r g b / 0));
    width: 100%;
    padding: 100px 10px 30px 10px;
}    
.dark .post-hero .overlay {
    background-image: linear-gradient(to top, rgb(from var(--dark-bg) r g b / 1), rgb(from var(--dark-bg) r g b / 0));
}   
.post-hero .cat a {
    color: var(--hero-small);
    font-size: var(--small-size);
    margin-bottom: 10px;
    display: none;
    text-transform: uppercase;
    font-weight: bold;
}
.dark .post-hero .cat a {
    color: var(--dark-hover);
}
.post-hero .cat a:first-child{
    display: inline-block;
}

.post-hero h4 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 1.2em;
}
.post-hero h4 a {
    color: var(--hero-link);
}
.dark .post-hero h4 a {
    color: var(--dark-text);
}

.post-hero h4 a:hover {
    color: var(--hero-hover);
    text-decoration: none;
}
.dark .post-hero h4 a:hover {
    color: var(--dark-hover);
    text-decoration: none;
}

.post-hero .ath-date {
    color: var(--hero-text);
    font-size: var(--small-size);
    line-height: var(--small-height);
}
.dark .post-hero .ath-date {
    color: var(--dark-text);
}
.post-hero .ath-date span::after {
    content: "\2022";
    padding: 0 5px 0 10px;
}
.post-hero .ath-date span:last-child::after {
    content: "";
}
.post-hero .ath-date a {
    color: var(--hero-hover);
    font-weight: bold;
}
.dark .post-hero .ath-date a {
    color: var(--dark-hover);
} 

.content-hero-ads {
    margin: 0 10px 15px 10px;
    background-color: var(--color-bg-3);
    text-align: center;
}
.content-hero-ads img {
    width: 100%;
    height: auto;
    vertical-align: top;
}
.content-hero-ads .label {
    font-size: 0.6em;
    line-height: 1;
    opacity: 0.5;
    padding: 2px 5px;
    text-align: right;
}
.content-hero-ads .label .icon{
    border-radius: 50%;
    border: 1px solid var(--color-link);
    display: inline-block;
    padding: 0 3px;
    color: var(--color-link);
}

.content-hero-ads .none {
	font-size: 0.8;
	opacity: 0.5;
	padding: 2px;
    display: none;
}



/**----------------------------------------------- CONTENT ARCHIVE -------------------------------------*/

.content-archive{
    border: 0;
}
.content-archive .archive {
    border-top: 1px solid var(--color-border);
    padding: 15px 10px 0 10px;
}
.dark .content-archive .archive {
    border-top: 1px solid var(--dark-border);
}
.archive h2.title-archive {
    font-weight: normal;
    color: var(--color-hd);
    padding-bottom: 15px;  
}
.dark .archive h2.title-archive {
    color: var(--dark-hd);
}
.archive h2.title-archive small {
    opacity: 0.5;
}

.archive .searchbox-archive {
	margin: 15px 0 25px 0;
    text-align: center;
}
.searchbox-archive input[type="search"] {
	padding: 5px 10px;
	border: 1px solid var(--color-hd);
    color: var(--color-text);
}
.dark .searchbox-archive input[type="search"] {
	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: 2px solid var(--color-border);
}

.searchbox-archive .counter {
    margin-top: 15px;
}

/* Post Acrhive Hero */
.content-archive .hero-archive {
    background-color: var(--hero-bg);
    border-radius: 5px;
    overflow: hidden;
    margin: 0 10px;
    margin-bottom: 15px;
}
.dark .content-archive .hero-archive {
    background-color: var(--dark-bg);
    border: 1px solid var(--dark-border);
}

.hero-archive .post-archive-hero {
    width: 100%;
    /* height: 350px; */
    height: 320px;
    overflow: hidden;
    position: relative;
}
.post-archive-hero .image {
    display: flex;
    justify-content: center;
}
.post-archive-hero .image img {
    /* height: auto; */
    /* width: 100%; */
    height: 320px;
    width: auto;
}
.post-archive-hero .overlay {
    position: absolute;
    bottom: 0;
    z-index: 10;
    background-image: linear-gradient(to top, rgb(from var(--hero-bg) r g b / 1), rgb(from var(--hero-bg-2) r g b / 0));
    width: 100%;
    /* padding: 70px 20px 20px 20px; */
    padding: 100px 10px 20px 10px;
}    
.dark .post-archive-hero .overlay {
    background-image: linear-gradient(to top, rgb(from var(--dark-bg) r g b / 1), rgb(from var(--dark-bg) r g b / 0));
}  
.post-archive-hero h4 {
    font-weight: normal;
    margin-bottom: 15px;
    font-size: 1.2em;
}
.post-archive-hero h4 a {
    color: var(--hero-link);
}
.dark .post-archive-hero h4 a {
    color: var(--dark-text);
}
.post-archive-hero h4 a:hover {
    color: var(--hero-hover);
    text-decoration: none;
}
.dark .post-archive-hero h4 a:hover {
    color: var(--dark-hover);
    text-decoration: none;
}

.post-archive-hero .catdate {
    color: var(--hero-text);
    font-size: var(--small-size);
    line-height: var(--small-height);
}
.dark .post-archive-hero .catdate {
    color: var(--dark-text);
}
.post-archive-hero .catdate span::after {
    content: "\2022";
    padding: 0 5px 0 8px;
}
.post-archive-hero .catdate span:last-child::after {
    content: "";
}
.post-archive-hero .catdate a {
    color: var(--hero-hover);
    font-weight: bold;
    display: none;
}
.dark .post-archive-hero .catdate a {
    color: var(--dark-link);
} 
.post-archive-hero .catdate a:first-child {
    display: inline-block;
}

.hero-archive .post-archive-thumb {
    /* width: 33.33%; */
    width: 50%;
    /* height: 130px; */
    height: 120px;
    overflow: hidden;
    float: left;
    position: relative;
}
.hero-archive .post-archive-thumb:nth-child(3) {
    display: none;
}
.post-archive-thumb .image img {
    width: auto;
    height: 120px;
    min-width: 100%;
}
.post-archive-thumb .overlay{
    position: absolute;
    bottom: 0;
    z-index: 10;
    background-image: linear-gradient(to top, rgb(from var(--hero-bg) r g b / 1), rgb(from var(--hero-bg) r g b / 0));
    width: 100%;
    /* padding: 70px 10px 20px 10px; */
    padding: 50px 5px 20px 5px;
    text-align: center;
}
.dark .post-archive-thumb .overlay{
    background-image: linear-gradient(to top, rgb(from var(--dark-bg) r g b / 1), rgb(from var(--dark-bg) r g b / 0));
}
.post-archive-thumb .title{
    margin-bottom: 5px;  
}
.post-archive-thumb .title a{
    color: var(--hero-link);
    overflow: hidden; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
}

.post-archive-thumb .title :hover{
    text-decoration: none;
    color: var(--hero-hover);
}
.post-archive-thumb .catdate {
    color: var(--hero-hover);
    font-size: var(--small-size);
    line-height: var(--small-height);
}

/* Post Acrhive Main */
.archive .post-archive {
    margin-bottom: 25px;
} 
.post-archive .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 5px 5px 0 0;
    margin-bottom: 8px;
}
.dark .post-archive .img {
    border: 1px solid var(--dark-border);
}
.post-archive .img img {
    width: 100%;
    height: auto;
    min-height: 180px;
}
.post-archive .ath-cat {
    margin-bottom: 5px;
    color: var(--color-link);
    line-height: var(--small-height);
    font-size: var(--small-size);
}
.dark .post-archive .ath-cat {
    color: var(--dark-link);
}
.post-archive .ath::after{
    content: ",";
    padding-right: 3px;
}
.post-archive .ath a{
    font-weight: bold;
}
.post-archive .cat a {
    display: none;
}
.post-archive .cat a:first-child {
    display: inline-block;
}

.post-archive .tl {
    margin-bottom: 10px;
    font-size: 1.2em;/*rev*/
    line-height: 1.2;
}
.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);
}
.dark .post-archive .date-view {
    color: var(--dark-small);
}
.post-archive .date-view span::after {
    content: "\2022";
    padding-left: 3px;
}
.post-archive .date-view span:last-child::after {
    content: "";
}

.archive .post-archive-1 {
    margin-bottom: 25px;
}
.post-archive-1::after {
    content: "";
    clear: both;
    display: table;
}

.post-archive-1 .img1 {
    display: none;
    width: 180px;
    height: 110px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    margin-right: 15px;
    float: left;
    margin-bottom:5px;
} 
.dark .post-archive-1 .img1 {
    border: 1px solid var(--dark-border);
}
.post-archive-1 .img1 img {    
    width: 100%;
    height: auto;  
    min-height: 110px;
}
.post-archive-1 .img2 {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    margin-right: 10px;
    float: left;
    margin-bottom:5px;
}
.dark .post-archive-1 .img2 {    
    border: 1px solid var(--dark-border);
}
.post-archive-1 .img2 img {    
    width: 100%;
    height: auto;  
}
.post-archive-1 .ath-cat {
    margin-bottom: 5px;
    color: var(--color-link);
    line-height: var(--small-height);
    font-size: var(--small-size);
}
.dark .post-archive-1 .ath-cat {
    color: var(--dark-link);
}
.post-archive-1 .ath::after{
    content: ",";
    padding-right: 3px;
}
.post-archive-1 .ath a{
    font-weight: bold;
}
.post-archive-1 .cat a {
    display: none;
}
.post-archive-1 .cat a:first-child {
    display: inline-block;
}

.post-archive-1 .tl {
    margin-bottom: 10px;
}
.post-archive-1 .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-1 .tl a{        
    color: var(--dark-text);
    text-decoration: none;
}
.post-archive-1 .tl a:hover{        
    color: var(--color-hover);
}
.dark .post-archive-1 .tl a:hover{        
    color: var(--dark-hover);
}

.post-archive-1 .date-view {
    font-size: var(--small-size);
    line-height: var(--small-height);
    color: var(--color-small);
}
.dark .post-archive-1 .date-view {
    color: var(--dark-small);
}
.post-archive-1 .date-view span::after {
    content: "\2022";
    padding-left: 3px;
}
.post-archive-1 .date-view span:last-child::after {
    content: "";
}

.archive .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);
}



/**----------------------------------------------- CONTENT SINGULAR -------------------------------------*/

.content-singular {
    margin: 0 ;   
    border-top: 1px solid var(--color-border);
}
.dark .content-singular { 
    border-top: 1px solid var(--dark-border);
}
.content-singular .singular {
    margin: 20px 0 30px 0;   
    padding: 0 10px;       
}
.content-singular .breadcrumb {
    padding-top: 10px;
    color: var(--color-small);
    font-size: 0.9em;
    display: none;
}
.dark .content-singular .breadcrumb {
    color: var(--dark-small);
}

.post-single .ct {
    text-align: center;
    margin-bottom: 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-link);
    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-link);
}
.post-single .ct a:hover {
    text-decoration: none;
    background-color: var(--color-hover);
}
.dark .post-single .ct a:hover {
    background-color: var(--dark-hover);
}

.post-single h2 {
    text-align: center;
    color: var(--color-hd);
    font-weight: normal;
    margin-bottom: 15px;
}
.dark .post-single h2 {
    color: var(--dark-hd);
}
.post-single h2.title-page {
    text-align: left;
}

.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 .dt {
    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 .dt {
    color: var(--dark-small);
}

.post-single .share-icon {
    text-align: center;
    padding-top: 10px;
}

.post-single p{
    margin: 15px 0;
    line-height: 1;
    font-size: 1em;
}
.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 {
    padding: 10px;
    margin: 30px 0 20px 0;
    background-color: var(--color-bg-3);
    border-left: 3px solid var(--color-text);
    color: var(--color-text);
}
.dark .post-single .tag {
    background-color: var(--dark-bg-3);
    border-left: 3px solid var(--dark-text);
    color: var(--dark-text);
}
.post-single .tag a {
    opacity: 0.8;
}



.post-single figure img {
    max-width: 100%;
    width: auto;
    height: auto;
}
.post-single figure.aligntop {
    margin-top: 25px;
    margin-bottom: 15px;
}  
.post-single figure.aligntop img {
    width: 100%;
}    

.post-single figure.alignleft {
    margin: auto;
    margin-bottom: 15px;
    max-width: 100%; 
}
.post-single img.alignleft {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
}

.post-single figure.alignright{
    margin: auto;
    margin-bottom: 15px;
    max-width: 100%;
}
.post-single img.alignright {
    display: block;
    margin: auto;
    margin-bottom: 15px;
    width: 100%;
}

.post-single figure.aligncenter{
    margin: auto;
    margin-bottom: 15px;
    max-width: 100%;
}
.post-single img.aligncenter {
    display: block;
    margin: auto;
    margin-bottom: 15px;   
    max-width: 100%;
}

.post-single figure.alignnone{
    margin: auto;
    margin-bottom: 15px;
    max-width: 100%;  
}

.post-single img.alignnone {
    display: block;
    margin: auto;
    margin-bottom: 15px;   
    max-width: 100%; 
}

.post-single figure figcaption {
    font-size: var(--small-size-2);
    font-style: italic;
    opacity: 0.7;
    padding: 7px;
    border-bottom:1px solid var(--color-border); 
}
.dark .post-single figure figcaption {
    border-bottom:1px solid var(--dark-border); 
}

.post-single iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}


/**----------------------------------------------- COMMENTS ----------------------------------*/

.comments-area {
    border-top: 1px solid var(--color-border);
    padding: 15px 10px;
}
.dark .comments-area {
    border-color: var(--dark-border);
}
.comments-area h3 {
    padding-bottom: 15px;
    font-weight: normal;
    color: var(--color-hd);
}
.dark .comments-area h3 {
    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-2);
}
.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: 1px solid var(--color-border);
    padding: 3px 0;
    text-align: center;
    margin-bottom: 15px;
}
.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;
    font-weight: normal;
    color: var(--color-hd);
}
.dark .comments-area .comment-respond h3 {
    color: var(--dark-hd);
}
.comments-area .comment-respond .comment-notes{
    margin-bottom: 10px;
    color: var(--color-small);
    font-size: var(--small-size-2);
}
.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);
}



/**----------------------------------------------- PAGE THEME INDEKS -------------------------------------*/

.theme-indeks .indeks-block {
    border-top: 1px solid var(--color-border);
}
.dark .theme-indeks .indeks-block {
    border-top: 1px solid var(--dark-border);
}
.indeks-block h2 {
    font-weight: normal;
    text-align: center;
    color: var(--color-hd);
    padding: 15px 10px 25px 10px;   
}
.dark .indeks-block h2 {
    color: var(--dark-hd);
}
.indeks-block .form {
    padding: 0 10px 15px 10px;
    text-align: center;
}
.indeks-block .form select {
    padding: 5px 10px;
    border: 1px solid var(--color-hd);
    margin-bottom: 5px;
}
.dark .indeks-block .form select {
    border: 1px solid var(--dark-text);
}
.indeks-block .form button {
    padding: 5px 10px;
    background-color: var(--color-hd);
    border: 2px solid var(--color-hd);
    color: var(--color-bg);
}
.dark .indeks-block .form button {
    background-color: var(--dark-small);
    border: 2px solid var(--dark-small);
    color: var(--dark-text);
}
.indeks-block .form button:hover {
    cursor: pointer;
}
.indeks-block .indeks .count {
    text-align: center;
    padding: 0 10px 30px 10px;
}

.indeks-block .indeks {
    border: 0;
}
.indeks .indeks-list {
    padding: 0 10px;
}
.indeks-list .post-indeks {
    margin-bottom: 20px;
}
.indeks-list .post-indeks::after {
    content: "";
    clear: both;
    display: table;
}

.post-indeks .img1 {
    width: 180px;
    height: 110px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    margin-bottom: 10px;
    border: 1px solid var(--color-border);
    border-radius:3px;
    display: none;
}
.post-indeks .img1 img {    
    width: 100%;
    height: auto;
    min-height: 110px;    
}
.dark .post-indeks .img1 {
    border: 1px solid var(--dark-border);
}
.post-indeks .img2 img {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid var(--color-border);
    border-radius:3px;
    margin-bottom: 5px; 
    float: left;
    margin-right: 10px;
}
.dark .post-indeks .img2 img {
    border: 1px solid var(--dark-border);
}
.post-indeks .ath-cat {		
    color: var(--color-link);
    margin-bottom: 5px;
    font-size: var(--small-size);
}
.dark .post-indeks .ath-cat {		
    color: var(--dark-link);
    margin-bottom: 5px;
}
.post-indeks .ath a{
    font-weight: bold;
}
.post-indeks .ath a::after {
    content: ", ";
}
.post-indeks .cat a{
    display: none;
}
.post-indeks .cat a:first-child{
    display: inline-block
}
.post-indeks .tl { 
    margin-bottom: 10px;
}
.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 span::after{
    content: "\2022";
    padding-left: 3px;
}
.post-indeks .date-view span:last-child::after{
    content: "";
}

.theme-latest .content-latest {
    border-top: 1px solid var(--color-border);
}
.dark .theme-latest .content-latest {
    border-top: 1px solid var(--dark-border);
}
h2.title-latest {
    font-weight: normal;
    color: var(--color-hd);
    padding: 15px 15px 20px 0;   
}
.dark h2.title-latest {
    color: var(--dark-hd);
}


/**----------------------------------------------- PAGE THEME SITEMAP -------------------------------------*/

.theme-sitemap .site-map {
    padding: 0 15px 150px 15px;
    border-top: 1px solid var(--color-border);
}
.dark .theme-sitemap .site-map {
    border-color: var(--dark-border);
}
.site-map h2 {
    font-weight: normal;
    text-align: center;
    color: var(--color-hd);
    margin-bottom: 25px;
    padding-top: 15px;
    
}
.dark .site-map h2 {
    color: var(--dark-hd);
}
.site-map .sitemap{
    border: 0;
}
.sitemap ul.category {
    margin-bottom: 15px;
}
.sitemap ul.author {
    margin-bottom: 30px;
}
.sitemap ul {
    list-style-type: none;
}
.sitemap ul li {
    padding: 2px 0;
}
.sitemap ul li.tl{
    font-weight: bold; 
    margin-bottom: 5px;   
}   
.sitemap ul li ul {
    margin-left: 15px;
    margin-top: 5px;
}



@media screen and (min-width: 554px) {  /*768 or 992 or 1200 */

    .post-hero .image img {
        height: auto;
        width: 100%;
    } 


}

@media screen and (min-width: 768px) {  /*768 or 992 or 1200 */

    .content-heading h2 {
        padding: 15px 0;
        border-top: 1px solid var(--color-border);
    }
    .dark .content-heading h2 {
        border-top: 1px solid var(--dark-border);
    }
    
    /**----------------------------------------------- CONTENT TRENDING -------------------------------------*/
    .content-trend {
        background-color: var(--trend-bg);
        border: 0;
        margin-bottom: 10px;
    }
    .dark .content-trend {
        background-color: var(--dark-bg-2);
        border: 0;
    }
    .content-trend ul li{
        display: inline-block;
        padding: 5px 10px;
    }
    .content-trend ul li.title{
        padding: 5px 15px;
        margin-right: 10px;
        background-color: var(--trend-bg-2);
        color: var(--trend-text);
        display: inline-block;
    }
    .dark .content-trend ul li.title{
        background-color: var(--dark-border);
        color: var(--dark-text);
    }
    .content-trend ul li a{
        color: var(--trend-link);
    }
    .dark .content-trend ul li a{
        color: var(--dark-text);
    }


    /**----------------------------------------------- CONTENT HERO -------------------------------------*/

    .content-hero {
        margin: 0;
    }
    
    .content-hero .slider-hero {
        border-radius: 5px;
        border: 1px solid var(--color-border);
    }
    .dark .content-hero .slider-hero {
        border: 1px solid var(--dark-border);
    }
    .nav-hero span:first-child {
        left: 20px;
    }
    .nav-hero span:last-child {
        right: 20px;
    }
    .slider-hero .hd {
        left: 20px;
    }
    
    .post-hero .overlay {
        padding: 100px 20px 20px 20px;
    } 

    .post-hero .image {
        padding-left: 0;
    }
    .post-hero .image img {
        height: auto;
        width: 100%;
        margin-left: 0;
    } 
    .post-hero h4 {
        font-size: 1.5em;
    }

    .content-hero-ads {
        text-align: center;
        margin: 15px 0;
        height: auto;
    }
    .content-hero-ads img {
        max-height: 350px;
        max-width: 100%;
        width: auto !important;
    }

    .content-hero-ads .none {		
		display: flex;
		height: 350px;
		justify-content: center;
		align-items: center;
	}

    /**----------------------------------------------- CONTENT TOP -------------------------------------*/

    .content-top {
        border-radius: 5px;
        margin-bottom: 15px;
        padding-top: 15px 0 0 0;
    }
    .dark .content-top {
        border: 1px solid var(--dark-border);
    }
    .content-top h2 {
        padding: 0 20px 5px 20px;
    }
    .content-top .top {
        margin: 0 20px;
    }
    .content-top .top .block{
        width: 135%;
    }
    .content-top .top .block .row{
        padding: 0; 
    }
    .content-top .top .block [class*="col-sm-"] {
        padding: 0 10px;
    }
    .content-top .top .block [class*="col-sm-"]:first-child {
        padding-left: 0;
    }
    .content-top .top .block [class*="col-sm-"]:last-child {
        padding-right: 0;
    }
    
    .content-top .post-top {
        height: 220px;
    }
    .post-top .image {
        height: 125px;
    }
    .post-top .image img {
        min-height: 125px;
    }
    


    /**----------------------------------------------- CONTENT ARCHIVE -------------------------------------*/

    .content-archive .hero-archive {
        margin: 0;
        margin-bottom: 15px;
    }
    .hero-archive .post-archive-hero {
        height: 350px;
    }
    .post-archive-hero .image img {
        height: auto; 
        width: 100%;
    }
    .post-archive-hero .overlay {
        padding: 70px 20px 20px 20px;
    } 
    .post-archive-hero h4 {
        font-size: 1.5em;
    }

    .hero-archive .post-archive-thumb {
        width: 33.33%;
        height: 130px;
    }
    .hero-archive .post-archive-thumb:nth-child(3) {
        display: block;
    }
    .post-archive-thumb .image img {
        width: auto;
        height: 130px;
        min-width: 100%;
    }
    .post-archive-thumb .overlay{
        padding: 50px 10px 20px 10px;
    }

    .content-archive .archive {
        padding: 20px 0 0 0;
    }
    .archive .post-archive {
        margin-bottom: 20px;
        padding-top: 20px;
    } 
    .post-archive::after {
        content: "";
        clear: both;
        display: table;
    }
    .post-archive .img {
        width: 300px;
        height: 200px;
        overflow: hidden;    
        float: right;
        margin-left: 15px;
        margin-bottom:15px;    
        border-radius: 5px;
    }
    .post-archive .img img {
        width: 100%;
        height: auto;
        min-height: 200px;        
    }  
    .post-archive .ath-cat {
        margin-top: 10px;
    }    
    .post-archive .cat a {
        display: inline-block;
    }
    .post-archive .cat a::after {
        content: ",";
    }
    .post-archive .cat a:last-child::after{
        content: "";
    }

    .post-archive .tl {
        margin-bottom: 15px;
        font-size: 1.4em;
        line-height: 1.2;
    }
    .post-archive .tl a{    
        overflow: visible;
        display: block;
    }  
    
    .archive .post-archive-1 {
        margin-bottom: 25px;
    }
    .post-archive-1 .img1 {
        display: block;
    }
    .post-archive-1 .img2 {
        display: none;
    }
    .post-archive-1 .ath-cat {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .post-archive-1 .cat a {
        display: inline-block;
    }
    .post-archive-1 .cat a::after {
        content: ",";
    }
    .post-archive-1 .cat a:last-child::after{
        content: "";
    }
    .post-archive-1 .tl {
        margin-bottom: 10px;
        font-size: 1.2em;
        line-height: 1.2;
    }
    .post-archive-1 .tl a{    
        overflow: visible;
        display: block;
    }  

    



    /**----------------------------------------------- CONTENT SINGULAR -------------------------------------*/

    .content-singular {
        padding: 0;
        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;
    }
    .content-singular .breadcrumb {
        display: block;
    }

    .post-single figure.alignleft{
        float: left;
        margin-right: 15px;    
        margin-bottom: 15px;
        max-width: 100%;
    }
    .post-single img.alignleft {
        float: left;
        margin-right: 15px;    
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;
    }
    .post-single figure.alignright{
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .post-single img.alignright {
        float: right;
        margin-left: 15px;
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;
    }

    .post-single figure.aligncenter{  
        margin: auto;
        margin-bottom: 15px;
        max-width: 100%;
    }
    .post-single img.aligncenter {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;        
    }

    .post-single figure.alignnone{        
        margin: auto;
        margin-bottom: 15px;
        max-width: 100%;
    }    
    .post-single img.alignnone {
        display: block;
        margin: auto;
        margin-bottom: 15px;
        width: revert-layer;
        max-width: 100%;         
    }

    .comments-area {
        padding: 15px 0;
    }

    /* Pagination Posts */

    .content-singular .pagination .prev {
        width: 35%;
    }
    .content-singular .pagination .next {
        width: 35%;
    }


    /**----------------------------------------------- PAGE THEME INDEKS -------------------------------------*/

    .theme-indeks {
        margin: 0 0 20px 0;
    }
    .indeks .indeks-list {
        padding: 0;
    }
    .indeks-list .post-indeks .img1 {
        display: block;
    }
    .post-indeks .img2 {
        display: none;
    }
    .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;
    }
    
}

@media screen and (min-width: 992px) {  /*768 or 992 or 1200 */

    
    /**----------------------------------------------- CONTENT HERO -------------------------------------*/

    .content-hero {
        margin-bottom: 15px;
    }
    .content-hero .slider-hero {
        height: 370px;
    }
    .slider-hero .post-hero {    
        height: 370px;
    }   
    .slider-hero .hd {
        padding: 2px 15px 2px 10px;
        vertical-align: middle;
        font-weight: bold;
        font-size:1em;
        line-height: 1;
    }
    .post-hero .image img {
        height: auto;
        width: 100%;
    } 
    .post-hero .cat a {
        font-size: var(--small-size-2);
        font-weight: bold;
        margin-bottom: 10px;
    }


    .content-hero-ads {
        height: 370px;
        border-radius: 5px;
        overflow: hidden;
        margin: 0;
        position: relative;
    }
    .content-hero-ads img {
        border-radius: 5px;
        max-height:none;
        width: 100% !important;
    }
    .content-hero-ads .label {
        position: absolute;
        bottom: 0;
        right: 0;
        border-radius: 5px 0;
        background-color: var(--color-bg-3);
    }
    .content-hero-ads .none {		
		display: flex;
		height: 370px;
		justify-content: center;
		align-items: center;
	}

    /**----------------------------------------------- CONTENT TOP -------------------------------------*/

    .content-top .top {
        overflow-x: hidden;
    }
    .content-top .top .block{
        width: 100%;
    }
    .content-top .post-top {
        height: 210px;
    }

    .post-single h2 {
        font-weight: normal;
    }
    .comments-area h3 {
        font-weight: normal;
    }
    .comments-area .comment-respond h3 {
        font-weight: normal;
    }

}    

@media screen and (min-width: 1280px) {  /*768 or 992 or 1200*/  }