/*
Theme Name: Uthr - Child
Template: uthr
Version: 1.0.0
Text Domain: uthr
*/

/*---------------------------------
write your css from here
------------------------------------*/
body {
	font-family: 'Poppins', sans-serif !important;
}
body h1, body h2, body h3, body h6, body h4, body h5, body p, body div, body a {
	font-family: 'Poppins', sans-serif !important;
}
/* body a{
color:#1EA972;
} */
body a:hover{
	color:#1EA972;
}

.uthr-sidebar-widget-title, #order_review_heading, .checkbox-form h3 {
	font-family: 'Poppins', sans-serif;
}
.uthr-header .uthr-header-inner .uthr-logo {
	width: 70%;
}

nav.uthr-menu a.menu-link.main-menu-link {
	font-family: "Poppins", Sans-serif;
	font-weight: 500;
	font-size: 16px;
}

a:hover{
	text-decoration:none;
}

.footer-from input#field_bcux3 {
	border-top: 0;
	border-left: 0;
	border-right: 0;
	border-radius:0;
	border-color:#999999;
	position:relative;
	padding-left:30px;
	font-size: 18px;
}

.footer-from div#frm_error_field_bcux3 {
	position: absolute;
	bottom: -23px;
	color: #ff0000;
}

.footer-from input#field_bcux3:focus-visible{
	outline:none;
	box-shadow:none;
}
.footer-from #form_footer-subscribe button.frm_button_submit {
	margin: 0;
	font-weight: 600;
	text-transform: uppercase;
	display: block ;
	background: transparent;
	border: none;
	box-shadow: none;
	font-size:17px;
	font-family: "Poppins", Sans-serif;
	padding: 0;
	color: #999999;
}

.footer-from #form_footer-subscribe div#frm_field_7_container {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #999999;
	position:relative;
	justify-content:end;
}

.footer-from #form_footer-subscribe .frm_fields_container {
	gap: 0 !important;
}

.footer-from #form_footer-subscribe .frm_submit.frm_flex {
	background: transparent;
}

.footer-from input#field_bcux3::placeholder {
	font-size: 18px;
	font-family: "Poppins", Sans-serif;
}

.footer-from #form_footer-subscribe .frm_fields_container:before{
	font-size: 19px;
	content: "\f0e0";
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;
	position: absolute;
	bottom: 10px;
	z-index: 999;
	color: #999999
}
.uthr-newsletter-section {
	padding-top: 80px;
}

.uthr-footer-bottom {
	padding-top: 80px;
	padding-bottom: 60px;
}

div#content .footer-from .frm_style_formidable-style.with_frm_style .form-field {
	margin-bottom: 0;
}
.newsletter_subscribe form {
	border: none;
}
div#content .footer-from fieldset {
	padding-bottom: 0;
}
/* Footer Section */
/* Contact Form design  */
.contact-form fieldset {
	padding-bottom: 0 !important;
}

.contact-form fieldset button.frm_button_submit {
	margin-bottom: 0 !important;
}

.contact-form fieldset div#frm_field_8_container {
	margin-bottom: 0;
}

/* Contact Form design  */

.container .woocommerce button.button, .container  .woocommerce a.button,.container a.button {
	background-color: #1EA972 !important;
	font-size: 16px;
}

.container .woocommerce button.button:hover, .container .woocommerce a.button:hover, .container a.button:hover {
	background: #16c47fbf !important;
}

.shop-page-area .shop_banner {
	display: none !important;
}

.woocommerce-info {
	border-color: #1EA972;
}

.woocommerce .woocommerce-form-coupon-toggle {
	border-color: #1EA972;
}

.woocommerce-info::before {
	color: #1EA972;
}

.showcoupon{
	color:#1EA972;
}
.showcoupon:hover{
	color:#16c47fbf;
}
/* blog page  */

.row.masonry-blog .uthr-blog-content .entry-title a {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 60px;
}

.row.masonry-blog {
	display: flex;
	top: 0 !important;
	position: relative !important;
	left: 0 !important;
	height: 100% !important;
	gap: 30px;
}

.uthr-single-blog {
	margin-bottom: 0px !important;
}

.row.masonry-blog > div {
	top: 0 !important;
	position: relative !important;
	left: 0 !important;
	padding: 0;
	max-width: 31.6% !important;
}
/* blog page  */
/* blog details page  */

.uthr-comment-area {
	display: none;
}

.related-post-title a {
	font-size: 17px;
	font-weight: 500;
	line-height: unset;
}

.uthr-related-post h3 {
	line-height: 24px;
}

.feature-img img {
	display: block;
	width: 100%;
	height: auto;
}

.section-padding {
	padding-top: 50px;
	padding-bottom: 50px;
}

.single-blog-area {
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

/* blog details page  */
