/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

 p:last-child { margin-bottom: 0px; }
.elementor-heading-title { padding-top: 10px; }
.elementor-heading-title span { font-weight: 700; }

/* .elementor-button-text,
.elementor-button span { transform: translate(0px, 3px); } */

.categories-box { background-size: cover; background-position: center center; background-repeat: no-repeat; }

/* Footer categories */
.footer-categories h5 { display: none; }
.footer-categories ul { list-style: none; padding: 0px; }
.footer-categories ul li { margin-bottom: 15px; line-height: 20px; }
.footer-categories ul li a { color: #ffffff; font-size: 16px; font-weight: 500; text-transform: uppercase; }

@media (max-width: 767px) {	
	.footer-categories { text-align: center; }
}


/*  Post - Pagination */
nav.elementor-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.elementor-pagination .page-numbers { width: 40px; height: 40px; display: inline-flex; gap: 10px; align-items: center; justify-content: center; margin: 0 !important; }

.page-numbers.current,
.page-numbers:hover { background: #223845; color: #ffffff!important; }

.page-numbers.prev,
.page-numbers.next { width: auto; color: #000000 !important; margin: 0 20px !important; }

.page-numbers.prev:hover,
.page-numbers.next:hover { background: none!important; color: #000000; }

a.page-numbers.prev:hover,
a.page-numbers.next:hover { color: var( --e-global-color-primary )!important; }

.fa-angle-right:before {    
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
	font-style: normal;
}
.fa-angle-left:before {
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    font-style: normal;
}


/* single-blog-categories css */
.search-categories h5 { display: none; }
.search-categories ul li a { color: #1a1a1a !important; }
.search-categories ul li a:hover { color:#223845!important; }
.search-categories ul li {    
    border-radius: 0px !important;
    font-size: 16px !important;    
    line-height: normal !important;
    align-items: center !important;    
    display: flex !important;
    justify-content: space-between !important;
    padding: 0px !important;
	margin-bottom: 10px;
}
.search-categories ul li:last-child { margin-bottom: 0px !important; }
.search-categories ul { list-style: none; margin: 0; padding:0px!important;
    background: #ffffff; }

/* Search form css */
.search-form { border: 1px solid #00000020 !important; border-radius:0px !important; background: #ffffff; }
.search-form input[type=search]{ border:none !important; height:56px !important; }
.search-form input[type="submit"]{ background-image: url(/wp-content/uploads/2025/01/search-icon-1.svg) !important;
    width:24px;
    height:26px;
    background-size: auto;
    background-position: center;
    background-repeat: no-repeat;
    border: none !important;
    font-size:0px !important;
    background-color: transparent !important;
    padding:0px;
}
.search-form input.search-field::placeholder { color: #000000 !important; font-size: 16px !important;
    font-weight: 400 !important; line-height: 25px !important;
}
.search-form input.search-field { padding: 0px !important; }
.search-form label { width: 100% !important; }
.search-form input:focus-visible { outline: unset !important; }
.search-form { display: flex; justify-content: space-between; align-items: center; padding:0px 20px; }


/* Post Box */
.post-box .elementor-icon-list-text { padding-top: 5px; }


/* TOC */
.elementor-toc__header-title { margin-bottom: -5px; }





