/* 
Theme Name: QhelPRO Micro
Theme URI: http://www.qhelpro.net/themes/qhelpromicro24
Author: QhelPRO System
Author URI: http://www.qhelpro.net/
Description: The 2024 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.4
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;
    font-size: 1.2rem; 
    color: var(--color-hd);
    padding: 10px 0;
    border-top: 1px solid var(--color-border);
}
.dark-theme .content-heading h2 {
    color: #ffff00;
    border-top: 1px solid #333333;
}
.content-heading h2 small {
    opacity: 0.5;
}

/**----------------------------------------------- CONTENT TRENDING -------------------------------------*/

.content-trend {
    background-color: var(--trend-bg);
    width: 100%;
    overflow-x: scroll;
}
.dark-theme .content-trend {
    background-color: #444;
}

.content-trend ul {
    list-style-type: none;
    width: 1000px;
}
.content-trend ul li{
    display: inline-block;
    padding: 3px 10px;
}
.content-trend ul li.title{
    background-color: var(--trend-bg-2);
    padding: 3px 15px;
    margin-right: 10px;
    font-weight: bold;
    color: var(--trend-text);
}
.dark-theme .content-trend ul li.title{
    background-color: #222;
    color: #fff;
}

.content-trend ul li a{
    color: var(--trend-link);
}
.dark-theme .content-trend ul li a{
    color: #fff;
}


/**----------------------------------------------- CONTENT TOP -------------------------------------*/

.content-top {
    background-image: linear-gradient(to right, var(--top-bg), var(--top-bg-2));
    border-radius: 5px;
    padding: 15px 20px 0px 20px;
}
.dark-theme .content-top {
    background-image: linear-gradient(to right, #222, #444);
}

.content-top .top {
    overflow-x: scroll;
}
.content-top .top .block{
    width: 300%;
}
.content-top .top .block .row{
    padding: 0;
    margin: 0 -10px;
}

.content-top h2{
    font-weight: normal;
    color: var(--top-hd);
    padding-bottom:10px;
}
.content-top .post {
    margin-bottom: 20px;
    height: 220px;
    position: relative;
}
.content-top .post .image {
    border: 1px solid #cccccc;
    border-radius: 5px 5px 0 0;
    width: 100%;
    height: 120px;
    overflow: hidden;
    margin-bottom: 15px;
}
.content-top .post .image img {
    width: 100%;
    min-height: 120px;
    height: auto;
    border-radius: 5px;
}
.content-top .post .title {
    font-size: 1.2em;
    margin-bottom: 10px;
}
.content-top .post .title a{    
    color: var(--top-link);
}
.dark-theme .content-top .post .title a{    
    color: #fff;
}

.content-top .post .title a:hover{
    color: var(--top-hover);
    text-decoration: none;
}
.dark-theme .content-top .post .title a:hover{
    color: #eb0;
    text-decoration: none;
}

.content-top .post .userdate {
    font-size: 0.8em;
    bottom: 0;
    color: var(--top-text);
    position: absolute;
}
.dark-theme .content-top .post .userdate {
    color: #999;
}

.content-top .post .userdate .author {
    margin-right: 20px;
}
.content-top .post .userdate a{
    color: var(--top-hover);
}
.dark-theme .content-top .post .userdate a{
    color: #eb0;
}



/**----------------------------------------------- CONTENT HERO -------------------------------------*/

.content-hero {
    margin-bottom: 20px;
}
.content-hero .slider {
    width: 100%;
    height: 370px;
    position: relative;
    background-color: var(--hero-bg);
    border: 0px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}

.content-hero .slider .slide-nav {
    font-size: 1.8em;    
 }
.content-hero .slider .slide-nav 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;
}
.content-hero .slider .slide-nav span:hover {
    background-color: rgba(255,255,255,.8);
    color: #555;
}
.content-hero .slider .slide-nav span:first-child {
    left: 20px;
}
.content-hero .slider .slide-nav span:last-child {
    right: 20px;
}
.content-hero .slider .slide-cont {
    position: absolute;
    width: 1000%;
    left: 0;
}
.content-hero .slider .post {    
    position: relative;
    float: left;
    width: 10%;
    height: 370px;
    overflow: hidden;
}
.content-hero .slider .post .image {
    display: flex;
    justify-content: center;
}
.content-hero .slider .post .image img {
    height: 370px;
    width: auto;
}
.content-hero .slider .post .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: 50px 20px 20px 20px;
}    
.dark-theme .content-hero .slider .post .overlay {
    background-image: linear-gradient(to top, rgb(from #000000 r g b / 1), rgb(from #000000 r g b / 0));
}   

.content-hero .slider .post h2 {
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 110%;
    margin-bottom: 10px;
}
.content-hero .slider .post h2 a {
    color: var(--hero-link);
}
.dark-theme .content-hero .slider .post h2 a {
    color: #fff;
}

.content-hero .slider .post h2 a:hover {
    color: var(--hero-hover);
    text-decoration: none;
}
.dark-theme .content-hero .slider .post h2 a:hover {
    color: #eb0;
    text-decoration: none;
}

.content-hero .slider .post .catdate {
    color: var(--hero-text);
    font-size: 0.9em;
}
.dark-theme .content-hero .slider .post .catdate {
    color: #999;
}

.content-hero .slider .post .catdate ul {
    list-style-type: none;
    display: inline-block;
}
.content-hero .slider .post .catdate ul li {
    display: none;
}
.content-hero .slider .post .catdate ul li:first-child {
    display: inline-block;
}
.content-hero .slider .post .catdate a {
    color: var(--hero-hover);
    font-weight: bold;
    margin-right: 20px;
}
.dark-theme .content-hero .slider .post .catdate a {
    color: #eb0;
}


.content-hero-ads {
    padding: 0;
}
.content-hero-ads img {
    width: 100%;
    height: auto;
}



/**----------------------------------------------- CONTENT ARCHIVE -------------------------------------*/

.content-archive .archive {
    margin: 0;
    border-top: 1px solid var(--color-border);
    padding-top: 10px;
}
.dark-theme .content-archive .archive {
    border-top: 1px solid #444;
}
.content-archive .archive h2.title {
    font-weight: normal;
    font-size: 1.2rem;
    color: var(--color-hd);
    padding: 5px 0 15px 0;    
}
.dark-theme .content-archive .archive h2.title {
    color: #ffff00;
}
.content-archive .archive h2.title small {
    opacity: 0.5;
}
.content-archive .archive .post {
    margin-bottom: 15px;
} 
.content-archive .archive .post .img {
    width: 100%;
    height: 180px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 5px 5px 0 0;
    margin-bottom: 20px;
}
.dark-theme .content-archive .archive .post .img {
    border: 1px solid #333333;
}
.content-archive .archive .post .img img {
    width: 100%;
    height: auto;
    min-height: 180px;
}

.content-archive .archive .post .ct {
    margin-bottom: 5px;
}
.content-archive .archive .post .ct ul {
    list-style-type: none;
}
.content-archive .archive .post .ct ul li {
    display: inline-block;
}
.content-archive .archive .post .ct ul li::after {
    content: ", ";
}
.content-archive .archive .post .ct ul li:last-child:after {
    content: "";
}
.content-archive .archive .post .ct a {
    font-size: 0.8em;
    color: var(--color-link);
    display: inline-block;
}
.dark-theme .content-archive .archive .post .ct a {
    color: #eebb00;
}
.content-archive .archive .post .tl {
    margin-bottom: 10px;
}
.content-archive .archive .post .tl a{
    font-size: 1.2rem;
    line-height: 120%;
    text-decoration: none;
    color: var(--color-text);
}  
.dark-theme .content-archive .archive .post .tl a{
    color: #ffffff;
}
.content-archive .archive .post .tl a:hover{
    color: var(--color-hover);
}  
.dark-theme .content-archive .archive .post .tl a:hover{
    color: #eebb00;
}

.content-archive .archive .post .dt {
    font-size: 0.8em;
    color: var(--color-small);
}
.dark-theme .content-archive .archive .post .dt {
    color: #cccccc;
}

.content-archive .archive .post-1 {
    margin-bottom: 15px;
}
.content-archive .archive .post-1::after {
    content: "";
    clear: both;
    display: table;
}

.content-archive .archive .post-1 .img1 {
    display: none;
    width: 180px;
    height: 110px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 3px;
    margin-right: 15px;
    float: left;
    margin-bottom:5px;
} 
.dark-theme .content-archive .archive .post-1 .img1 {
    border: 1px solid #333333;
}
.content-archive .archive .post-1 .img1 img {    
    width: 100%;
    height: auto;  
    min-height: 110px;
}
.content-archive .archive .post-1 .img2 {
    width: 100px;
    height: 100px;
    overflow: hidden;
    border: 1px solid var(--color-border);
    border-radius: 3px;
    margin-right: 15px;
    float: left;
    margin-bottom:5px;
}
.dark-theme .content-archive .archive .post-1 .img2 {    
    border: 1px solid #333333;       
}
.content-archive .archive .post-1 .img2 img {    
    width: 100%;
    height: auto;  
}
.content-archive .archive .post-1 .ct {
    margin-bottom: 5px;
}
.content-archive .archive .post-1 .ct ul {
    list-style-type: none;
}
.content-archive .archive .post-1 .ct ul li {
    display: inline-block;
}
.content-archive .archive .post-1 .ct ul li::after {
    content: ", ";
}
.content-archive .archive .post-1 .ct ul li:last-child:after {
    content: "";
}
.content-archive .archive .post-1 .ct a {
    font-size: 0.8em;
    color: var(--color-link);
    display: inline-block;
}
.dark-theme .content-archive .archive .post-1 .ct a {
    color: #eebb00;
}
.content-archive .archive .post-1 .tl {
    margin-bottom: 10px;
}
.content-archive .archive .post-1 .tl a{        
    font-size: 1.1em;
    text-decoration: none;
    color: var(--color-text);
}
.dark-theme .content-archive .archive .post-1 .tl a{        
    color: #ffffff;
}

.content-archive .archive .post-1 .tl a:hover{        
    color: var(--color-hover);
}
.dark-theme .content-archive .archive .post-1 .tl a:hover{        
    color: #eebb00;
}


.content-archive .archive .post-1 .dt {
    font-size: 0.8em;
    color: var(--color-small);
}
.dark-theme .content-archive .archive .post-1 .dt {
    color: #999999;
}

/**----------------------------------------------- CONTENT SINGULAR -------------------------------------*/

.content-singular {
    margin: 20px 0;    
}
.content-singular .singular {
    margin: 20px 0;   
}
.content-singular .singular .post .ct {
    text-align: center;
    margin-bottom: 20px;
} 
.content-singular .singular .post .ct ul {
    list-style-type: none;
}
.content-singular .singular .post .ct ul li {
    display: inline-block;
    margin: 0 1px;
}
.content-singular .singular .post .ct a{
    color: var(--color-bg);
    background-color: var(--color-link);
    display: inline-block;
    padding: 2px 12px;
    border-radius: 2px;
    font-size: 0.8em;
}
.dark-theme .content-singular .singular .post .ct a{
    color: #111111;
    background-color: #ffffff;
}
.content-singular .singular .post .ct a:hover {
    text-decoration: none;
    background-color: var(--color-hover);
}
.dark-theme .content-singular .singular .post .ct a:hover {
    background-color: #eebb00;
}
.content-singular .singular .post h2 {
    text-align: center;
    color: var(--color-hd);
    font-weight: normal;
    font-size: 1.3rem;
    line-height: 120%;
    margin-bottom: 20px;
}
.dark-theme .content-singular .singular .post h2 {
    color: #ffff00;
}
.content-singular .singular .post h2.t2 {
    text-align: left;
}

.content-singular .singular .post .at {
    text-align: center;
    font-size: 0.9em;
    color: var(--color-text);
    margin-bottom: 2px;
}
.dark-theme .content-singular .singular .post .at {
    color: #ffffff;
}
.content-singular .singular .post .at a {
    color: var(--color-link);
}
.dark-theme .content-singular .singular .post .at a {
    color: #eebb00;
}

.content-singular .singular .post .dt {
    text-align: center;
    font-size: 0.85em;
    color: var(--color-small);
    margin-bottom:10px;
}
.dark-theme .content-singular .singular .post .dt {
    color: #999999;
}
.content-singular .singular .post .img img {
    width: 100%;
    height: auto;
    border:1px solid var(--color-border);
    margin-top: 10px;
}      
.dark-theme .content-singular .singular .post .img img {
    border:1px solid var(--dark-border);
}
.content-singular .singular .post .cnt p{
    margin: 15px 0;
    font-size: 1.2em;
    line-height: 180%;
}
.content-singular .singular .post .cnt a:hover {
    color: var(--color-link);
}
.dark-theme .content-singular .singular .post .cnt a:hover {
    color: #eb0;
}
.content-singular .singular .post .cnt ol{
    margin-left: 20px;
    font-size: 1.2em;
}
.content-singular .singular .post .cnt ol li ol,
.content-singular .singular .post .cnt ol li ul  {
    font-size: inherit;
}
.content-singular .singular .post .cnt ul {
    margin-left: 20px;
    font-size: 1.2em;
}
.content-singular .singular .post .cnt li {
    line-height: 180%;
}

.content-singular .singular .post .cnt img {
    width: 100%;
    height: auto;
    border-radius:3px;
    border:1px solid var(--color-border);
}
.dark-theme .content-singular .singular .post .cnt img {
    border:1px solid var(--dark-border);
}
.content-singular .singular .post .cnt figure {
    margin-bottom: 25px;
} 
.content-singular .singular .post .cnt figure figcaption {
    text-align: center;
    font-size: 0.9em;
    color: #888;
    padding: 0 30px;
    line-height: 150%;
}

.content-singular .singular .post .tag {
    padding: 15px;
    margin-bottom: 20px;
    background-color: var(--color-border);
    line-height: 1.5em;
}
.dark-theme .content-singular .singular .post .tag {
    background-color: #222222;
}
.content-singular .singular .post .tag a {
    opacity: 0.8;
}
.content-singular .singular .post .share-icon {
    text-align: center;
    padding: 20px 0;
}

.content-singular .singular iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
}


/** Content Related Posts */

/* .content-singular .related-post {
    margin: 20px 0;
}
.content-singular .related-post h3 {
    font-weight: normal;
    font-size: 1.2rem;
    padding: 15px 0;
    color: var(--color-h2);
    border-top: 1px solid var(--color-border);
}
.dark-theme .content-singular .related-post h3 {
    color: var(--dark-h2);
    border-top: 1px solid var(--dark-border);
}
.content-singular .related-post .row {
    margin: 0 -15px;
}
.content-singular .related-post .post-x {
    height: 200px;
    overflow: hidden;
    margin-bottom: 25px;
    position: relative;
}
.content-singular .related-post .post-x .img1 {
    display: block;
}
.content-singular .related-post .post-x .img1 img {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    border: 1px solid var(--color-border);
    margin-bottom: 5px;
}
.dark-theme .content-singular .related-post .post-x .img1 img {
    border: 1px solid #333;
}
.content-singular .related-post .post-x .img2 {
    display: none;
}
.content-singular .related-post .post-x .t2 {display: none;}
.content-singular .related-post .post-x .t1 {
    display: block;
    margin-bottom: 7px;        
}
.content-singular .related-post .post-x .t1 a {
    line-height: 120%;
    font-size: 1em;
}
.content-singular .related-post .post-x .t1 a:hover {
    text-decoration: none;
}


.content-singular .related-post .post-x .dt {
    color: var(--color-small);
    font-size: 0.8em;
    position: absolute;
    width: 100%;
    bottom: 0;
}
.dark-theme .content-singular .related-post .post-x .dt {
    color: var(--dark-small);
}
.content-singular .related-post .post-x .dt ul {
    list-style-type: none;
    display: inline-block;
} 
.content-singular .related-post .post-x .dt ul li {
    display: none;
}
.content-singular .related-post .post-x .dt ul li:first-child {
    display: inline-block;
}

.content-singular .related-post .post-x .dt a{
    color: var(--color-hover);
}
.dark-theme .content-singular .related-post .post-x .dt a{
    color: var(--dark-hover);
} */

/** Content Recomendation Posts */

/* .content-singular .recomended {
    margin-bottom: 10px;
}
.content-singular .recomended h3 {
    font-weight: normal;
    font-size: 1.2rem;
    margin-bottom: 5px;
    padding: 15px 0 10px;
    color: var(--color-h2);
    border-top: 1px solid var(--color-border);
}
.dark-theme .content-singular .recomended h3 {
    color: var(--dark-h2);
    border-top: 1px solid var(--dark-border);
}
.content-singular .recomended .row {
    margin: 0 -15px;
}
.content-singular .recomended .post-x {
    height: 200px;
    overflow: hidden;
    margin-bottom: 20px;
    position: relative;
}
.content-singular .recomended .post-x .img1 {
    display: block;
}
.content-singular .recomended .post-x .img1 img {
    width: 100%;
    height: 110px;
    border-radius: 5px;
    border: 1px solid var(--color-border);
    margin-bottom: 5px;
}
.dark-theme .content-singular .recomended .post-x .img1 img {
    border: 1px solid var(--dark-border);
}
.content-singular .recomended .post-x .img2 {
    display: none;
}
.content-singular .recomended .post-x .t2 {display: none;}
.content-singular .recomended .post-x .t1 {
    display: block;
    margin-bottom: 10px;        
}
.content-singular .recomended .post-x .t1 a {
    line-height: 120%;
    font-size: 1em;
}
.content-singular .recomended .post-x .t1 a:hover {
    text-decoration: none;
}

.content-singular .recomended .post-x .dt {
    font-size: 0.8em;
    position: absolute;
    bottom: 0;
    color: var(--color-small);
}
.dark-theme .content-singular .recomended .post-x .dt {
    color: var(--dark-small);
}
.content-singular .recomended .post-x .dt ul {
    list-style-type: none;
    display: inline-block;
}
.content-singular .recomended .post-x .dt ul li {
    display: none;
} 
.content-singular .recomended .post-x .dt ul li:first-child {
    display: inline-block;
} 
.content-singular .recomended .post-x .dt a{
    color: var(--color-hover);
} 
.dark-theme .content-singular .recomended .post-x .dt a{
    color: var(--dark-hover);
} */


/**----------------------------------------------- PAGE THEME INDEKS -------------------------------------*/

.theme-indeks {
    margin: 20px 0;
}
.theme-indeks .indeks-block h2 {
    font-weight: normal;
    text-align: center;
    color: var(--color-hd);
    margin-bottom: 25px;
    padding-top: 15px;
    font-size: 1.8em;
}
.dark-theme .theme-indeks .indeks-block h2 {
    color: #ff0;
}
.theme-indeks .indeks-block .form {
    margin-bottom: 15px;
    text-align: center;
}
.theme-indeks .indeks-block .form select {
    padding: 5px 10px;
    border: 1px solid var(--color-hd);
    margin-bottom: 5px;
    font-size: 1em;
}
.dark-theme .theme-indeks .indeks-block .form select {
    border: 1px solid #eb0;
}
.theme-indeks .indeks-block .form button {
    padding: 5px 10px;
    background-color: var(--color-hd);
    border: 2px solid var(--color-hd);
    color: var(--color-bg);
    font-size: 1em;
}
.dark-theme .theme-indeks .indeks-block .form button {
    background-color: #eb0;
    border: 2px solid #eb0;
    color: var(--dark-bg);
}
.theme-indeks .indeks-block .form button:hover {
    cursor: pointer;
}
.theme-indeks .indeks-block .form input {
    padding: 6px 10px;
    border: 1px solid var(--color-hd);
    width: 150px;
    margin-bottom: 5px;
    font-size: 1em;
}
.dark-theme .theme-indeks .indeks-block .form input {
    border: 1px solid #eb0;
}
.theme-indeks .indeks-block .indeks .count {
    text-align: center;
    margin-bottom: 30px;
    font-size: 1em;
}
.theme-indeks .indeks-block .indeks .item {
    margin-bottom: 20px;
}
.theme-indeks .indeks-block .indeks .item::after {
    content: "";
    clear: both;
    display: table;
}

.theme-indeks .indeks-block .indeks .item .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;
}
.theme-indeks .indeks-block .indeks .item .img1 img {    
    width: 100%;
    height: auto;
    min-height: 110px;    
}
.dark-theme .theme-indeks .indeks-block .indeks .item .img1 {
    border: 1px solid #333;
}
.theme-indeks .indeks-block .indeks .item .img2 img {
    display: block;
    width: 100px;
    height: 100px;
    border: 1px solid var(--color-border);
    border-radius:3px;
    margin-bottom: 5px; 
    float: left;
    margin-right: 15px;
}
.dark-theme .theme-indeks .indeks-block .indeks .item .img2 img {
    border: 1px solid #333;
}
.theme-indeks .indeks-block .indeks .item .ct {		
    color: var(--color-link);
    margin-bottom: 5px;
}
.dark-theme .theme-indeks .indeks-block .indeks .item .ct {		
    color: #eb0;
    margin-bottom: 5px;
}
.theme-indeks .indeks-block .indeks .item .ct ul {
    list-style-type: none;
}
.theme-indeks .indeks-block .indeks .item .ct ul li {
    display: inline-block;
}
.theme-indeks .indeks-block .indeks .item .ct ul li::after {
    content: ", ";
}
.theme-indeks .indeks-block .indeks .item .ct ul li:last-child:after {
    content: "";
}
.theme-indeks .indeks-block .indeks .item .ct a{
    display: inline-block;
    color: var(--color-link);
    font-size: 0.8em;
}
.dark-theme .theme-indeks .indeks-block .indeks .item .ct a{
    color: #eb0;
}
.theme-indeks .indeks-block .indeks .item .dt {
    font-size: 0.8em;
    color: var(--color-small);
}
.dark-theme .theme-indeks .indeks-block .indeks .item .dt {
    color: #ccc;
}
.theme-indeks .indeks-block .indeks .item .tl { 
    margin-bottom: 10px;
}
.theme-indeks .indeks-block .indeks .item .tl a {
    font-size: 1.1em;
    text-decoration: none;
    line-height: 120%;
    color: var(--color-text);
}
.theme-indeks .indeks-block .indeks .item .tl a:hover {
    color: var(--color-hover);
}

.dark-theme .theme-indeks .indeks-block .indeks .item .tl a {
    color: #fff;
}
.dark-theme .theme-indeks .indeks-block .indeks .item .tl a:hover {
    color: #eb0;
}



/**----------------------------------------------- PAGE THEME SEARCH -------------------------------------*/

.theme-search {
    margin: 20px 0;
}
.theme-search .search-block {
    min-height: 200px;
}
.theme-search .search-block form {
    margin: 40px 0 25px;
    text-align: center;
}
.theme-search .search-block form input {
    padding:5px 10px; 
    border: 1px solid var(--color-hd);
    font-size: 1em;
}
.dark-theme .theme-search .search-block form input {
    border: 1px solid #eb0;
}
.theme-search .search-block form button {
    border: 1px solid var(--color-hd);
    padding:5px 10px;
    background-color: var(--color-hd);
    color: var(--color-bg);
    font-size: 1em;
}
.dark-theme .theme-search .search-block form button {
    border: 1px solid #eb0;
    background-color: #eb0;
    color: #fff;
}
.theme-search .search-block button:hover {
    cursor: pointer;
}
.theme-search .search-block .search .count {
    text-align: center;
    margin-bottom: 35px;
    font-size: 1em;
}
.theme-search .search-block .search .item {
    margin-bottom: 15px;
}
.theme-search .search-block .search .item::after {
    content: "";
    clear: both;
    display: table;
}
.theme-search .search-block .search .item .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;
}
.theme-search .search-block .search .item .img1 img {
    width: 100%;
    height: auto;
    min-height: 110px;    
}

.dark-theme .theme-search .search-block .search .item .img1 {
    border: 1px solid #333;
} 
.theme-search .search-block .search .item .img2 img {
    width: 100px;
    height: 100px;
    border: 1px solid var(--color-border);
    border-radius: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
}
.dark-theme .theme-search .search-block .search .item .img2 img {
    border: 1px solid #333;
}
.theme-search .search-block .search .item .ct {
    color: var(--color-link);
    margin-bottom: 5px;
}
.dark-theme .theme-search .search-block .search .item .ct {
    color: #eb0;
}
.theme-search .search-block .search .item .ct ul {
    list-style-type: none;
    display: inline-block;
}
.theme-search .search-block .search .item .ct ul li {
    display: inline-block;
}
.theme-search .search-block .search .item .ct ul li::after {
    content: ", ";
}
.theme-search .search-block .search .item .ct ul li:last-child:after {
    content: "";
}
.theme-search .search-block .search .item .ct a {
    font-size: 0.8em;
    color: var(--color-link);
}
.dark-theme .theme-search .search-block .search .item .ct a {
    color: #eb0;
}
.theme-search .search-block .search .item .dt {
    font-size: 0.8em;
    color: var(--color-small);
}
.dark-theme .theme-search .search-block .search .item .dt {
    color: #ccc;
}
.theme-search .search-block .search .item .tl {
    margin-bottom: 10px;
}
.theme-search .search-block .search .item .tl a{
    font-size: 1.1em;
    color: var(--color-text);
}
.dark-theme .theme-search .search-block .search .item .tl a{
    color: #ffffff;
}   
.theme-search .search-block .search .item .tl a:hover{
    color: var(--color-hover);
    text-decoration: none;
}
.dark-theme .theme-search .search-block .search .item .tl a:hover{
    color: #eb0;
}



/**----------------------------------------------- PAGE THEME SITEMAP -------------------------------------*/

.theme-sitemap {
    border: 0;    
}
.theme-sitemap .site-map h2 {
    font-weight: normal;
    text-align: center;
    color: var(--color-hd);
    margin-bottom: 25px;
    padding-top: 15px;
    font-size: 1.4rem;
}
.dark-theme .theme-sitemap .site-map h2 {
    color: #ff0;
}
.theme-sitemap .site-map .sitemap ul.category {
    margin-bottom: 15px;
}
.theme-sitemap .site-map .sitemap ul.author {
    margin-bottom: 30px;
}
.theme-sitemap .site-map .sitemap ul {
    list-style-type: none;
}
.theme-sitemap .site-map .sitemap ul li {
    padding: 2px 0;
}
.theme-sitemap .site-map .sitemap ul li a:hover{
    color: var(--color-link)
}
.theme-sitemap .site-map .sitemap ul li.tl{
    font-size: 1.1em;
    font-weight: bold; 
    margin-bottom: 5px;   
}   
.theme-sitemap .site-map .sitemap ul li ul {
    margin-left: 15px;
    margin-top: 5px;
}

@media screen and (min-width: 554px) {  /*768 or 992 or 1200 */

    .content-hero .slider .post .image img {
        height: auto;
        width: 100%;
    } 


}

@media screen and (min-width: 768px) {  /*768 or 992 or 1200 */

    .content-heading h2 {
        font-size: 1.4rem; 
    }
    /**----------------------------------------------- CONTENT TRENDING -------------------------------------*/

    .content-trend ul li{
        display: inline-block;
        padding: 7px 10px;
    }
    .content-trend ul li.title{
        padding: 7px 15px;
    }

    /**----------------------------------------------- CONTENT HERO -------------------------------------*/

    .content-hero .slider .post .image {
        padding-left: 0;
    }
    .content-hero .slider .post .image img {
        height: auto;
        width: 100%;
        margin-left: 0;
    } 

    .content-hero .slider .post h2 {
        font-size: 1.5rem;
    }   
    .content-hero-ads {
        text-align: center;
    }
    .content-hero-ads img {
        border-radius: 0;
        width: 300px!important;
        height: auto;
    }

    /**----------------------------------------------- CONTENT TOP -------------------------------------*/

    .content-top .top .block{
        width: 1000px;
    }

    .content-top .post .title {
        font-size: 1em;
    }

    /**----------------------------------------------- CONTENT ARCHIVE -------------------------------------*/

    .content-archive .archive {
        margin: 0;
    }
    .content-archive .archive h2.title {
        font-size: 1.4em;
    }
    .content-archive .archive .post {
        margin-bottom: 20px;
    } 
    .content-archive .archive .post::after {
        content: "";
        clear: both;
        display: table;
    }
    .content-archive .archive .post .img {
        width: 300px;
        height: 200px;
        overflow: hidden;    
        float: right;
        margin-left: 15px;
        margin-bottom:15px;    
        border-radius: 5px;
        border: 1px solid var(--color-border); 
    }
    .dark-theme .content-archive .archive .post .img {
        border: 1px solid #333;   
    }
    .content-archive .archive .post .img img {
        width: 100%;
        height: auto;
        min-height: 200px;        
    }
  
    .content-archive .archive .post .ct {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .content-archive .archive .post .ct a {
        font-size: 0.9em;
    }
    .content-archive .archive .post .tl {
        margin-bottom: 15px;
    }
    .content-archive .archive .post .tl a{
        font-size: 1.4rem;
    }  
    .content-archive .archive .post-1 {
        margin-bottom: 25px;
    }
     .content-archive .archive .post-1 .img1 {
        display: block;
    }
    .content-archive .archive .post-1 .img2 {
        display: none;
    }
    .content-archive .archive .post-1 .ct {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .content-archive .archive .post-1 .ct a {
        font-size: 0.9em;
    }
    .content-archive .archive .post-1 .tl {
        margin-bottom: 10px;
    }
    .content-archive .archive .post-1 .tl a{        
        font-size: 1.2rem;
    }

    /**----------------------------------------------- CONTENT SINGULAR -------------------------------------*/

    .content-singular {
        border-top: 1px solid var(--color-border); 
        margin-top: 0;
    }
    .dark-theme .content-singular {
        border-top: 1px solid #333333;  
    }
    .content-singular .singular .post .ct a{
        font-size: 0.9em;
    }
    .content-singular .singular .post h2 {
        font-size: 1.6rem;
    }

    .content-singular .singular .post .cnt p,
    .content-singular .singular .post .cnt ul,
    .content-singular .singular .post .cnt ol{
        font-size: 1.1em;
    }

    /* Pagination Posts */

    .content-singular .pagination .prev {
        width: 35%;
    }
    .content-singular .pagination .next {
        width: 35%;
    }

    /** Content Related Posts */

    /* .content-singular .related-post h3 {
        font-size: 1.3rem;
    }
    .content-singular .related-post .row {
        margin: 0 -20px;
    } */
    
    /** Content Recomendation Posts */

    /* .content-singular .recomended h3 {
        font-size: 1.3rem;
    }
    .content-singular .recomended .row {
        margin: 0 -20px;
    } */

    /**----------------------------------------------- PAGE THEME INDEKS -------------------------------------*/

    .theme-indeks {
        margin: 0 0 20px 0;
    }
    .theme-indeks .indeks-block {
        border-top: 1px solid var(--color-border);
    }
    .dark-theme .theme-indeks .indeks-block {
        border-top: 1px solid #333333;
    }
    .theme-indeks .indeks-block .indeks .item .img1 {
        display: block;
    }
    .theme-indeks .indeks-block .indeks .item .img2 {
        display: none;
    }
    .theme-indeks .indeks-block .indeks .item .ct a{
        font-size: 0.9em;
    }
    .theme-indeks .indeks-block .indeks .item .tl a {
        font-size: 1.2rem;
    }

    
    /**----------------------------------------------- PAGE THEME SEARCH -------------------------------------*/

    .theme-search {
        margin: 0 0 20px 0;
    }
    .theme-search .search-block {
        min-height: 500px;
        border-top: 1px solid var(--color-border);
    }
    .dark-theme .theme-search .search-block {
        border-top: 1px solid #333333;
    }
    .theme-search .search-block .search .item .img1 {
        display: block;
    }
    .theme-search .search-block .search .item .img2 {
        display: none;
    }
    .theme-search .search-block .search .item .ct a {
        font-size: 0.9em;
    }
    .theme-search .search-block .search .item .tl a{
        font-size: 1.2rem;
    }  
    
    
    /**----------------------------------------------- PAGE THEME SITEMAP -------------------------------------*/

    .theme-sitemap {
        margin: 0 5px 20px 5px;            
    }
    .theme-sitemap .site-map {
        border-top: 1px solid var(--color-border);
    }
    .dark-theme .theme-sitemap .site-map {
        border-top: 1px solid #333333;
    }
    .theme-sitemap .site-map h2 {
        font-size: 1.8em;
    }

}

@media screen and (min-width: 992px) {  /*768 or 992 or 1200 */

    
    
    /**----------------------------------------------- CONTENT HERO -------------------------------------*/

    .content-hero {
        margin-bottom: 0;
    }
    .content-hero .slider .post .image {
        padding-left: 0;
    }
    .content-hero .slider .post .image img {
        height: auto;
        width: 100%;
        margin-left: 0;
    } 
    .content-hero .slider .post h2 {
        font-size: 1.5rem;
    }   
    .content-hero-ads {
        height: 370px;
        border-radius: 5px;
        overflow: hidden;
        padding: 0;
    }
    .content-hero-ads img {
        border-radius: 5px;
        width: 100%!important;
    }

    /**----------------------------------------------- CONTENT TOP -------------------------------------*/

    .content-top {
        padding: 15px 20px 25px 20px;
    }
    .content-top .top {
        overflow-x: hidden;
    }
    .content-top .top .block{
        width: 100%;
    }
    .content-top .top .block .row{
        padding: 0;
        margin: 0 -10px;
    }

    .content-top .post {
        position: relative;
        height: 230px;
        margin-bottom: 0;
    }
    .content-top .post .image {
        height: 130px;
    }
    .content-top .post .image img {
        min-height: 130px;
    }
    .content-top .post .title {
        font-size: 1em;
    }
    .content-top .post .userdate {
        position: absolute;
    }
    

    


}    

@media screen and (min-width: 1280px) {  /*768 or 992 or 1200*/

    /**----------------------------------------------- CONTENT HERO -------------------------------------*/

    .content-hero {
        margin-bottom: 0;
    }
    .content-hero .slider .post .image {
        padding-left: 0;
    }
    .content-hero .slider .post .image img {
        height: auto;
        width: 100%;
        margin-left: 0;
    } 
    .content-hero .slider .post h2 {
        font-size: 1.5rem;
    }   
    .content-hero-ads {
        height: 370px;
        border-radius: 5px;
        overflow: hidden;
        padding: 0;
    }
    .content-hero-ads img {
        border-radius: 5px;
        width: 100%;
    }

    
    /**----------------------------------------------- CONTENT ARCHIVE -------------------------------------*/

    .content-archive .archive {
        margin: 0;
    }
    .content-archive .archive h2.title {
        font-size: 1.4rem;
    }
    .content-archive .archive .post {
        margin-bottom: 20px;
    } 
    .content-archive .archive .post::after {
        content: "";
        clear: both;
        display: table;
    }
    .content-archive .archive .post .img {
        width: 300px;
        height: 200px;
        overflow: hidden;    
        float: right;
        margin-left: 15px;
        margin-bottom:15px;    
        border-radius: 5px;
        border: 1px solid var(--color-border); 
    }
    .dark-theme .content-archive .archive .post .img {
        border: 1px solid #333;   
    }
    .content-archive .archive .post .img img {
        width: 100%;
        height: auto;
        min-height: 200px;        
    }
  
    .content-archive .archive .post .ct {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .content-archive .archive .post .ct a {
        font-size: 0.9em;
    }
    .content-archive .archive .post .tl {
        margin-bottom: 15px;
    }
    .content-archive .archive .post .tl a{
        font-size: 1.4rem;
    }  
    .content-archive .archive .post-1 {
        margin-bottom: 25px;
    }
     .content-archive .archive .post-1 .img1 {
        display: block;
    }
    .content-archive .archive .post-1 .img2 {
        display: none;
    }
    .content-archive .archive .post-1 .ct {
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .content-archive .archive .post-1 .ct a {
        font-size: 0.9em;
    }
    .content-archive .archive .post-1 .tl {
        margin-bottom: 10px;
    }
    .content-archive .archive .post-1 .tl a{        
        font-size: 1.2rem;
    }


    /**----------------------------------------------- CONTENT SINGULAR -------------------------------------*/

    .content-singular {
        border-top: 1px solid var(--color-border); 
        margin-top: 0;
    }
    .dark-theme .content-singular {
        border-top: 1px solid #333333;  
    }
    .content-singular .singular .post .ct a{
        font-size: 0.9em;
    }
    .content-singular .singular .post h2 {
        font-size: 1.6rem;
    }


    /* Pagination Posts */

    .content-singular .pagination .prev {
        width: 35%;
    }
    .content-singular .pagination .next {
        width: 35%;
    }

    /** Content Related Posts */

    /* .content-singular .related-post h3 {
        font-size: 1.3rem;
    }
    .content-singular .related-post .row {
        margin: 0 -20px;
    } */
    
    /** Content Recomendation Posts */

    /* .content-singular .recomended h3 {
        font-size: 1.3rem;
    }
    .content-singular .recomended .row {
        margin: 0 -20px;
    } */
        

    /**----------------------------------------------- PAGE THEME INDEKS -------------------------------------*/

    .theme-indeks {
        margin: 0 0 20px 0;
    }
    .theme-indeks .indeks-block {
        border-top: 1px solid var(--color-border);
    }
    .dark-theme .theme-indeks .indeks-block {
        border-top: 1px solid #333333;
    }
    .theme-indeks .indeks-block .indeks .item .img1 {
        display: block;
    }
    .theme-indeks .indeks-block .indeks .item .img2 {
        display: none;
    }
    .theme-indeks .indeks-block .indeks .item .ct a{
        font-size: 0.9em;
    }
    .theme-indeks .indeks-block .indeks .item .tl a {
        font-size: 1.2rem;
    }

    
    /**----------------------------------------------- PAGE THEME SEARCH -------------------------------------*/

    .theme-search {
        margin: 0 0 20px 0;
    }
    .theme-search .search-block {
        min-height: 500px;
        border-top: 1px solid var(--color-border);
    }
    .dark-theme .theme-search .search-block {
        border-top: 1px solid #333333;
    }
    .theme-search .search-block .search .item .img1 {
        display: block;
    }
    .theme-search .search-block .search .item .img2 {
        display: none;
    }
    .theme-search .search-block .search .item .ct a {
        font-size: 0.9em;
    }
    .theme-search .search-block .search .item .tl a{
        font-size: 1.2rem;
    }  
    
    
    /**----------------------------------------------- PAGE THEME SITEMAP -------------------------------------*/

    .theme-sitemap {
        margin: 0 5px 20px 5px;            
    }
    .theme-sitemap .site-map {
        border-top: 1px solid var(--color-border);
    }
    .dark-theme .theme-sitemap .site-map {
        border-top: 1px solid #333333;
    }
    .theme-sitemap .site-map h2 {
        font-size: 1.8em;
    }
    

}