/* 
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 */

.elementor-screen-only{
  top: initial;
	   overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px); 
}
a:focus:not(.epkb-mp-article),
a.epkb-mp-article:focus .eckb-article-title__text,
button:focus,
input:focus{
	outline: 5px solid #A61C2E!important;
	outline-offset: 2px;
}
.no-pad p:last-child,
.no-pad-ico p:nth-child(3),
.no-pad-ico p:last-child{
	margin-bottom: 0;
}
.no-pad-ico p{
	    font-size: 1.125rem;
    font-weight: 600;
}
.menu-hover .elementor-element .elementor-nav-menu  .elementor-item:hover{
	text-decoration: underline !important;
}
.opinions-main .elementor-testimonial-content{
	padding-left: 70px;
}
.list-check-blue ul{
	padding: 0;
    margin: 0;
    list-style: none;
    padding-left: 30px;
	margin-bottom: 1.5rem;
}
.list-check-blue ul li{
	position: relative;
	padding: 5px 0;
}
.list-check-blue ul li:before{
		content: "";
	display: block;
	position: absolute;
	font-size: 16px;
	width: 17px;
	height: 17px;
	top: 10px;
	left: -30px;	
    background: url(/wp-content/uploads/2024/07/checkbox-circle-b.svg);
	background-repeat: no-repeat;
	background-size: contain;
}
#breadcrumbs .ico-b{
	padding: 0 15px;
}
@media only screen and (max-width: 766px){	
	#breadcrumbs .ico-b{
		padding: 0 5px;
	}	
}

.faq-shem .elementor-tab-title{
	border-radius: 20px;
}
.faq-shem .elementor-tab-title.elementor-active {
	border-radius: 20px 10px 0 0;
	border-bottom: 1px solid #3F5CBF26;

}
.faq-shem .elementor-tab-content,
.faq-shem .elementor-toggle-item {
	border-radius: 0 0 20px 20px;
}
.box-important figure.elementor-image-box-img{
	margin-right: 20px !important;
}
.news-post a.page-numbers.next, .news-post a.page-numbers.prev {
    text-decoration: none;
}
.news-post .page-numbers.next, .news-post .page-numbers.prev {
    font-family: "Work Sans", Sans-serif;
    font-weight: 600;
    text-decoration: none;
    line-height: 1em;
    color: var(--e-global-color-2a8f542);
    background-color: var(--e-global-color-accent);
    border-style: none;
    border-radius: 15px 15px 15px 15px;
    padding: 16px 24px 16px 24px;
}
.news-post .page-numbers.next:hover, .news-post .page-numbers.prev:hover{
    color: #FFFFFF;
    background-color: var(--e-global-color-secondary);
} 
.margin-llist ul{
	margin-bottom: 1.5rem;
}
.elementor-nav-menu .sub-arrow .e-font-icon-svg{
	fill: #ffffff;
}