/*
Theme Name: EZ Dog & Pets
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Eoxys it Team
Description: EZ Dog is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.0
*/

.page-header {
    display: none;
}
.home .main-header {
    position: absolute;
    width: 100%;
	  background: unset !important;
}
.main-header {
    background: #F7F1EA;
}
.head-btn a {
    background: #FF720F;
    color: #fff !important;
    padding: 0 !important;
    height: 48px !important;
    line-height: 48px;
    margin-top: 15px;
    width: 168px !important;
    text-align: center !important;
    display: block !important;
    border-radius: 6px;
}
.name_contact p {
    display: flex;
    gap: 11px;
}
.contact_form input, .contact_form textarea, .contact_form select.wpcf7-form-control.wpcf7-select {
    border: none;
    height: 56px;
    background: #F1F1F1;
}
.name_contact p span {
	width: 50%;
}
input#submit_cont {
    width: 100%;
    max-width: 15%;
    margin: 20px auto 0px auto;
    display: block;
    background: #0B4B43;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
.con-a h3.elementor-image-box-title a {
    text-decoration: none;
}
.blog-post .elementskit-post-body {
    padding: 0 !important;
}
.blog-post .btn-wraper {
    padding-left: 10px;
}
span.color {
    color: #FF720F !important;
}
.testimonial_box .swiper-button-prev:after, .swiper-rtl .swiper-button-next:after {
    content: 'prev';
    font-size: 15px;
    font-weight: 900;
}
.testimonial_box .swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    font-size: 15px;
    font-weight: 900;
	
}
textarea#message_cont {
    height: 162px !important;
    resize: none;
}
.head-btn a {
    padding-top: 15px !important;
}
.title-img span {
	position: relative;
}
.title-img span:after {
    content: url(/wp-content/uploads/2024/06/after-text.png);
    position: absolute;
    left: 23px;
    top: 44px;
}

.head-btn a:hover {
    background: #0B4B43 !important;
}

input#submit_cont:hover {
    background: #FF720F;
}
/* comment */

.comments-area ol.children {
    padding: 0px !important;
}
 .comments-area ol.children::before {
    display: none !important;
}
.comments-area article.comment-body {
    margin-left: 48px;
}
section#comments {
	margin-top:20px;
   box-shadow: 0px 4px 50px 0px #EC501E1A;
padding:30px;
	border-radius:12px;
	border:1px solid #EC501E1A;
	max-width:1140px;
	margin:20px auto;
}

/* Comments Section */

.comments-area h2#reply-title::before, .comments-area a.comment-reply-link::before {
    content: url("/wp-content/uploads/2024/04/reply-4.svg");
	margin-right:10px ;
}
.elementor-kit-6 h2 {
    color: #1C231F;
    font-family: 'Roboto';
    font-size: 24px;
    font-weight: 600;
    line-height: 10px;
}
.comments-area .comment-form-cookies-consent {
	display: none;
}
.comments-area label {
    display: block;
    margin-bottom: 10px;
}
.comments-area textarea#comment {
    border: 1px solid #D8D8D8;
    border-radius: 10px;
    height: 162px;
    resize: none;
}
.comments-area input#submit {
    background: #0B4B43;
    border: 1px solid #0B4B43;
    color: #FFF;
    font-family: 'sans-serif';
    font-size: 18px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    width: auto;
    max-width: 100%;
    border-radius: 0px;
    margin-top: 35px;
}
.comments-area p.comment-notes {
    font-family: 'sans-serif';
    font-size: 15px;
    font-weight: 400;
    line-height: 30px;
    text-align: left;
    color: #1C2B3A;
}
.comments-area p.comment-form-url {
    display: none;
}
.comments-area .comment-form-email input#email, input#author{
    background: transparent;
    max-width: 100%;
    width: 100%;
    border: 1px solid #D8D8D8;
    border-radius: 30px;
}
.comments-area em.comment-awaiting-moderation, span.says  {
    display: none;
}

.comments-area a, .comments-area .page-content a {
    text-decoration: none;
	color:#1C231F;
}

.comments-area a.url, .fn{
    font-family: 'sans-serif';
    font-size: 20px;
    font-weight: 800;
    line-height: 30.24px;
    text-align: left;
	text-transform:capitalize;
}
.comments-area article#div-comment-9 {
    /* display: flex; */
    margin-left: 3em;
}
.comments-area img.avatar.avatar-42.photo {
    width: 91px;
    height: 91px;
}
.comments-area time {
    /* float: left; */
    position: absolute;
    left: 9.5em;
    top: 13px;
}

.comments-area a.comment-reply-link {
    font-family: 'sans-serif';
    font-size: 20px;
    font-weight: 600;
    line-height: 30px;
    text-align: left;
    color: #DCFD68;
}
p.comment-form-author,  p.comment-form-email{
    margin-top: 15px !important;
}

@media screen and (max-width: 767px) {
	.name_contact p {
    display: block;
}
div#gallery-1 {
    display: flex;
    flex-wrap: wrap;
}
	div#gallery-1 figure.gallery-item {
    width: 33%;
}
	.head-btn a {
    margin-left: 15px;
}
.contact_form input#email_cont, .contact_form select.wpcf7-form-control.wpcf7-select {
    margin-top: 15px;
}
	input#submit_cont {
    width: 100%;
    max-width: 50%;
}
	.title-img span:after {
		content: unset;
	}
}