/*
Theme Name: EZ Hunting
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: EoxysIT Team
Author URI: https://eoxysit.com/
Description: EZ Sports is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder.
Version: 1.0.0
*/
body {
	font-family: "Poppins", Sans-serif;
}

header.page-header {
	display: none;
}

a {
	text-decoration: none !important;
}

#first_image_section {
	position: relative;
}

#subsBtn {
    background-color: #FF6000;
    border-radius: 0px 10px 10px 0px;
    width: 157px;
    color: #FFF;
    font-weight: 600;
    font-size: 18px;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 64px;
    left: auto;
}

#footer_location .elementor-icon-box-content {
	/* margin: -7px; */
	margin-top: -10px;
}

#footer_quick_links span.elementor-icon-list-text {

	margin-left: 32px;
}

#welcome span {
	margin-top: -14px;
}

#Hunting {
	color: #FF6000;
}

#team {
	position: relative;
}

div#Adventure_hunting {
	position: relative;
	bottom: 90px;
}


#send_mesg_contact_us {
	background: #FF6000;
	width: 180px;
	height: 52px;
	top: 1160px;
	left: 170px;
	border-radius: 6px;
	color: #FFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 21px;
	text-align: center;
	border: none;
	margin-top: 20px
}

/* Hover */
#send_mesg_contact_us:hover {
	color: #ff6000;
	background: #FFF;
	border: 1px solid #ff6000;

}

#subsBtn:hover {
	color: #ff6000;
	background: #FFF;
	border: 1px solid #ff6000;
	/* 	height:62px; */

}

.faq-sec .elementor-accordion-item {
	border: 1px solid #CDCDCD !important;
    border-radius: 20px;
    margin-bottom: 25px;
}

.first, .second {
    display: flex;
    gap: 20px;
}
.main-con input, .main-con textarea {
	border: 1px solid #ECECEC;
	border-radius: 6px;
	color: #808385;
}
.main-con input::placeholder, .main-con textarea::placeholder {
	color: #808385;
}
.second {
    margin: 15px 0px;
}
.footer-form input#email {
    height: 66px;
    border-radius: 10px;
}
.footer-form .wpcf7-response-output {
    color: #fff;
    margin-top: 0 !important;
}
.post-sec a.elementskit-btn.whitespace--normal {
    display: flex;
    gap: 10px;
}
/*  Mobile View*/
@media (max-width: 767px) {
	.first, .second {
    display: block !important;
    gap: 20px;
}
}