/* 
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 */
*:focus-within, *:focus {
    outline: none !important;
}

.elementor-kit-7 input:not([type="button"]):not([type="submit"]) {
	border: none;
}

ol, ul {
	margin: 15px 0px 15px 0px; !important
}

#comments .comment-list {
    margin: 20px 0px 30px 0px;
    padding: 0;
    list-style: none;
    font-size: .9em;
    background-color: #f3f3f3;
    border-radius: 15px;
    box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15);
}

#comments .comment .comment-body, #comments .pingback .comment-body {
    display: flex;
    flex-direction: row;
    padding: 20px 30px;
    gap: 30px;
	border-bottom: 1px solid #e5e5e5;
}

@media (max-width: 767px) {
#comments .comment .comment-body, #comments .pingback .comment-body {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}
}

.comment-rank {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
	min-width: 10%;
}

#comments .comment-metadata, #comments .reply {
    font-size: 0.8rem;
}

#comments .comment-meta {
    display: flex;
    justify-content: space-between;
    margin: 0;
}

.comment-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.severity-tag {
    display: inline-block;
    font-size: 0.8rem;
    padding: 0.5em 1em;
    border-radius: 20px;
    color: white;
    font-weight: 500;
    text-align: center;
}

.comment-rank .action-red { background-color: #FF4949; }
.comment-rank .action-blue { background-color: #252525; }
.comment-rank .action-green { background-color: #47bd74; }

.logged-in-as, .comment-form-comment label {
	display: none;
}

/* Comments Styles */
.page-numbers {
    color: #252525; /* Neutral color for the text */
	background-color: #f3f3f3;
    padding: 8px 16px; /* Spacing around the text */
    margin: 0 4px; /* Space between each pagination item */
    text-decoration: none; /* Remove underline from links */
    border: 1px solid #e5e5e5; /* Light border for the elements */
    border-radius: 4px; /* Rounded corners */
}

/* Current Page Number */
.page-numbers.current {
    color: #fff; /* White text for better visibility */
    background-color: #1c2a5c; /* Highlight color for the current page */
    border-color: #1c2a5c; /* Border color similar to background */
}

/* Hover Effect for Page Numbers */
.page-numbers:hover {
    color: #fff !important; /* Highlight color when hovered */
	background-color: #252525;
    border-color: #252525; /* Border color changes on hover */
}

/* Style for the 'Next' Button */
.next.page-numbers, .prev.page-numbers {
	color: #fff;
    background-color: #1c2a5c; /* Slightly different background for the next button */
	border: 1px solid #1c2a5c; /* Light border for the elements */
}

a.next.page-numbers:hover, a.prev.page-numbers:hover {
	color: #fff;
    background-color: #252525; /* Slightly different background for the next button */
	border: 1px solid #252525; /* Light border for the elements */
}

.severity-radio-group {
	margin: 20px 0px;
}

form#commentform {
    margin-bottom: 40px;
}

.comment-form-agreement {
    margin-top: 16px;
    line-height: 1.5;
}

.comment-form-agreement input[type="checkbox"] {
    margin-right: 8px;
}

.comment-form-agreement label {
    display: inline-block;
    vertical-align: middle;
}

#comments span.elementor-heading-title.elementor-size-default {
    color: #252525;
}

#mobile-menu a {
	color: #252525 !important;
}

.elementor-search-form__submit {
    border-radius: 30px !important;
    margin: 4px !important;
}

#severity-radio-1, #severity-radio-3, #severity-radio-5 {
	display: none;
}

.country:hover {
    background-color: #d1d1d1 !important;
}

 body:not(.elementor-editor-active) #reviews:before, body:not(.elementor-editor-active) #respond:before {
   content: "";
   display: block;
   height: 130px;
   margin: -130px 0 0;
   visibility: hidden;
   pointer-events: none;
 }

.single-post .wp-block-heading {
    margin-bottom: 1.5rem;
    margin-top: 1.5rem;
}

.single-post h2.wp-block-heading {
    font-size: 2rem !important;
}

.single-post h3.wp-block-heading {
    font-size: 1.6rem !important;
}

.single-post h4.wp-block-heading {
    font-size: 1.4rem !important;
}

.single-post p {
    margin-bottom: 24px !important;
}

.elementor-accordion .elementor-tab-title .elementor-accordion-icon svg {
    width: 18px !important;
    height: auto !important;
}

.elementor-accordion-item {
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 16px;
}

.bgimage {
	width: 100%;
}

.single-post .gallery {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 20px;
}

 .adsense-auto-ads-ignore .adsbygoogle {
     google-auto-ads: ignore;
	 display: none !important;
 }