/* 
Theme Name: Saddah 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 */
.e-con.elementor-sticky--active{
	z-index: var(--z-index, 9999);
}

.home-form label,
.home-form .wpcf7-form-control-wrap,
.home-form .elementor-column{
	width: 100%;
	margin-bottom: 15px;
}
.home-form label{
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	color: #000;
}

.home-form .wpcf7-form-control-wrap{
	margin-bottom: 20px;
}
.home-form .elementor-column{
	flex-direction: column;
	text-align: left;
}
.home-form .elementor-column input,
.footer-newsletter input,
.home-form .elementor-column textarea{
	background: #F9F9F9;
	border: 1px solid #E3E3E3;
	height: 68px;
	border-radius: 8px 8px 8px 8px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
}
.footer-newsletter input{
	height: 40px;
}
.home-form .elementor-column textarea{
	height: auto;
	align-items: flex-start;
}
.home-form .elementor-column input:focus,
.footer-newsletter input:focus,
.home-form .elementor-column textarea:focus{
	border-color: var(--e-global-color-primary);
	outline: none;
	box-shadow: none;
}
.home-form .submit-area{
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
}
.home-form .i-agree{
	width: 50%;
	font-size: 18px;
	font-weight: 400;
	line-height: 27px;
}
.home-form .i-agree input[type=checkbox]{
	width: 20px;
	height: 20px;
}
.home-form .wpcf7-list-item{
	margin-left: 0;
}
.home-form .i-agree a{
	color: var(--e-global-color-secondary);
	text-decoration: underline;
}
.home-form .submit-area input[type="submit"],
.footer-newsletter input[type="submit"]{
	background-color: var(--e-global-color-primary);
	border: none;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    fill: var(--e-global-color-accent);
    color: var(--e-global-color-accent);
    border-radius: 8px 8px 8px 8px;
    padding: 15px 80px 15px 80px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
}
.footer-newsletter input[type="submit"] {
    padding: 10px 30px 10px 30px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
}
.home-form .submit-area input[type="submit"]:hover,
.footer-newsletter input[type="submit"]:hover{
	background-color: var(--e-global-color-secondary);
}
.footer-newsletter{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 5px;
}
.wpcf7-spinner,
.i4ewOd-pzNkMb-haAclf{
	display: none!important;
}
.pagination{
	margin-top: 20px;
	justify-content: center;
	width: 100%;
}
nav.page-pagination ul{
    padding: 0;
    margin: 0;
    text-align: center;
    font-size: 0;
    line-height: 0;
    border: none;
}
nav.page-pagination ul li{
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    border: none;
    position: relative;
    border-radius: 50%;
}

nav.page-pagination ul li+li{
    margin-left: 5px;
}
nav.page-pagination ul li a,
nav.page-pagination ul li span{
    font-size: 16px;
    color: var(--e-global-color-primary);
    width: 40px;
    height: 40px;
    border: 1px solid var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
nav.page-pagination ul li a.next,
nav.page-pagination ul li a.prev{
	width: 80px;
	border-radius: 20px;
}
nav.page-pagination ul li span.current,
nav.page-pagination ul li a:hover{
    font-size: 16px;
    color: #fff;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

/*nav.page-pagination ul li:before{
  content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 26px;
    height: 100%;
    background: var(--thm-black);
    opacity: 0.2;
    z-index: 0;
    -webkit-transform: skewX(-22deg);
    transform: skewX(-22deg);
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}*/
nav.page-pagination ul li a.next{
    margin-left: 15px;
}
nav.page-pagination ul li a.prev{
    margin-right: 15px;
}
nav.page-pagination ul li a:hover{
    background-color: var(--e-global-color-primary);
}
.pagination {
    display: flex;
    gap: 10px;
}
.pagination a{
	font-size: 16px;
    color: var(--e-global-color-primary);
    width: 40px;
    height: 40px;
    border: 1px solid var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}
.pagination a.next,
.pagination a.prev{
	width: auto;
	border-radius: 20px;
	padding: 0 15px;
}
.pagination span.current, .pagination a:hover {
    font-size: 16px;
    color: #fff;
    width: 40px;
    height: 40px;
    background-color: var(--e-global-color-primary);
    border: 1px solid var(--e-global-color-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    border-radius: 50%;
}
.pagination a.next:hover,
.pagination a.prev:hover{
	width: auto;
	border-radius: 20px;
	padding: 0 15px;
}
@media (max-width: 1400px) {
	body:not(.rtl) .elementor-26 .elementor-element.elementor-element-4245de8{
		left: -30px;
	}
	body:not(.rtl) .elementor-26 .elementor-element.elementor-element-7c4d561,
	body:not(.rtl) .elementor-26 .elementor-element.elementor-element-45da39a {
		right: -30px;
	}
}

@media (max-width: 767px) {
	.home-form .submit-area{
		flex-direction: column;
	}
	.home-form .i-agree {
	    width: 100%;
	    font-size: 15px;
	    margin-bottom: 30px;
	}
	.home-form .submit-area input[type="submit"]{
		width: 100%;
	}
	.about-text{
		position: relative;
		top: unset;
		right: unset;
		left: unset;
		bottom: unset;
		width: 100%;
	}
	.taxonomy-section .container{
		padding-inline-end: 15px!important;
    	padding-inline-start: 15px!important;
	}
	.dt-container .dt-layout-row.dt-layout-table .dt-layout-cell{
		overflow: scroll;
	}
	.footer-menu .elementor-nav-menu a{
		justify-content: center;
	}
}

.breadcrumb {
    margin-bottom: 20px;
    font-size: 18px;
    color: var(--e-global-color-accent);
}
.breadcrumb a {
    color: var(--e-global-color-primary);
    text-decoration: none;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb span{
	color: var(--e-global-color-accent);
}