/*
Theme Name: ezHelp
Theme URI: https://hoangquoclong.com
Author: Hoang Quoc Long
Author URI: https://hoangquoclong.com
Description: ezHelp
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ezhelp
Tags: one-column, flexible-header, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, rtl-language-support, sticky-post, threaded-comments, translation-ready

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.
*/
/*.blog_single_item iframe{
    width: 100%;
    height: auto;
}*/
 .blog_cat_info.search-page ul li a {
    color: #1d2746;
    font-weight: bold;
}

.blog_cat_info.search-page ul li a:hover {
    text-decoration: underline;
    color: #1d2746!important;
}

.search-desc p {
    font-size: 14px;
    margin: 10px 0;
}
.tx-indexedsearch-yellowMarkup {
    background-color: yellow;
}
@media (max-width: 576px) {
    .breadcrumb_area {
        padding: 80px 0 40px;
    }
}
@media (max-width: 450px) {
    .banner_search_form {
        flex-direction: column;
    }
}
@media (min-width: 992px) {
    .menu > .nav-item.submenu .dropdown-menu {
        columns: 2
    }
}
.metismenu > li::before  {
    display: none;
}

ul.children {
    transition: padding 300ms;
    padding: .5em 0 0 2rem;
    position: relative;
}

.cat-item {
    position: relative;
}

.cat-item::before {
    content: '';
    position: absolute;
    background: #6b707f;
    width: 11px;
    height: 2px;
    top: 10px;
    left: -15px;
}

ul.children::before {
    content: '';
    height: 100%;
    opacity: 1;
    width: 2px;
    background: #6b707f;
    position: absolute;
    left: 5px;
    top: 0;
    border-radius: 15px;
}

.widget_categories li.mm-active > a::before {
    font-family: "Font Awesome 5 Pro";
    content:"\f07c";
    font-weight: bold;
    color: #000;
}

/*.widget_categories li a.has-sub-cat::before {
    font-family: "Font Awesome 5 Pro";
    content: "\f65e";
}*/

.widget_categories li.mm-active > a.has-sub-cat::before {
    font-family: "Font Awesome 5 Pro";
    content:"\f07c";
}


body.admin-bar .navbar {
    top: 32px!important;
}

ul.children {
    padding-left: 20px!important;
}

.navbar_fixed .logo-light {
    display: none;
}

.logo-dark {
    display: none;
}

.navbar_fixed .logo-dark {
    display: block;
}

.blog_cat_info > h3 {
    margin-bottom: 20px;
}

.sub-cat-item {
    display: flex;
    align-items: center;
    padding-bottom: 20px;
}

.sub-cat-item img {
    width: 40px;
    padding-right: 10px;
}

.sub-cat-item h3 {
    font-size: 14px;
    margin-bottom: 0;
}

.blog_single_item p {
    line-height: 20px;
    margin-bottom: 10px;
}

.printomatictext {
    display: inline-flex;
    padding-bottom: 20px;
}

.print-btn i {
    font-weight: bold;
    padding-right: 5px;
}

.print-btn {
    background: #8152e0;
    padding: 5px 12px 5px 12px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
}

.printomatictext:hover {
    text-decoration: none;
}

.mobile_dropdown_icon {
    display: none!important;
}

.sec_pad {
    padding: 50px 0 50px 0;
}
.screen-reader-text {
    display: none;
}

.blog_cat_info ul {
    list-style: none;
    padding: 0;
}

.blog_cat_info .pagination {
    padding-top: 20px;
    display: block;
    text-align: center;
}

.blog_cat_info ul li {
    padding: 10px 0;
    border-bottom: 1px dashed #ddd;
}

.blog_cat_info ul li i, .tag_list li a i {
    margin-right: 15px;
    margin-top: 2px;
}

.blog_cat_info ul li a {
    font-size: 16px;
    color: #6b707f;
    line-height: 22px;
    transition: color 0.2s linear;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.blog_cat_info ul li a:hover, .breadcrumb a:hover, .widget_categories li a:hover, .widget_recent_entries li a:hover, .tag_list li a:hover {
    color: #10b3d6;
    font-weight: bold;
}

.breadcrumb a {
	color: #878EA6;
    font-size: 14px;
    line-height: 21px;
}

.breadcrumb .current-item{
	color: #000;
    font-size: 14px;
}

.doc_banner_area_two {
	height: 500px;
    padding-top: 100px;
}

.doc_banner_text_two p {
	max-width: 100%;
}

.doc_banner_text_two .banner_search_form {
    margin: 20px auto 0;
}

#preloader .round_spinner {
	width: 100px!important;
	height: 100px!important;
}

#preloader .spinner:before {
	right: 8px!important;
    top: 20px!important;
}

.blog_area {
    padding: 50px 0;
}

.blog_single_item {
	color: #1d2746;
}

.blog_single_item img {
	max-width: 100%;
	height: auto;
}

.wrap-like {
    text-align: center;
}

.wrap-like h3 {
    margin-bottom: 20px;
}

.wrap-like .wpulike .wp_ulike_btn {
    padding: 25px 35px;
}

.wrap-like .wpulike-default .wp_ulike_put_image:after {
    width: 25px;
    height: 25px;
}

.wrap-like .wpulike-default .count-box {
    font-size: 30px;
    line-height: 50px;
    padding: 0 20px;
}

.widget .c_head {
	margin-bottom: 20px;
}

.widget_categories ul, .widget_recent_entries ul {
	padding-left: 0;
    list-style: none;
}

.widget_categories li, .widget_recent_entries li {
 	color: #6b707f;
}

.widget_categories li a, .widget_recent_entries li a {
 	font-size: 16px;
    font-weight: 400;
    color: #6b707f;
    position: relative;
}

.widget_categories li a:before, .widget_recent_entries li a:before {
    font-family: eleganticons;
    content: 'n';
    speak: none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    padding-right: 5px;
}

.widget_categories li.current-cat > a, .widget_categories li.mm-active > a {
    font-weight: bold;
    color: #000;
}

.widget_categories li, .widget_recent_entries li {
    margin: 7px 0;
}

.widget_tag_cloud a {
    color: #6b707f;
    padding: 2px 18px;
    display: inline-block;
    background: #f3f8f9;
    font-size: 14px!important;
    border-radius: 4px;
    transition: all 0.2s linear;
    margin: 4px;
}

.widget_tag_cloud a:hover {
    box-shadow: 0 10px 20px 0 rgba(12, 118, 142, 0.24);
    background: #10b3d6;
    color: #fff;
}

@media (max-width: 991px) {
    .menu_two + div, .menu_two + section {
        margin-top: 0;
    }
    .menu-item-has-children > .mobile_dropdown_icon {
        display: block!important;
    }
}

@media (max-width: 1500px) {
    .error_img {
         margin-top: 0!important; 
    }
}