/*
Theme Name: Medilazar Child
Theme URI: http://demo2.themelexus.com/medilazar/
Template: medilazar
Author: Themelexus
Author URI: https://www.themelexus.com/
Description: Medilazar is a powerful responsive Medical Online &amp; Pharmacy WooCommerce WordPress Theme by Themelexus Team - Power Author in ThemeForest. This well-designed theme WP is suitable for medical &amp; pharmacy purposes such as pharmacy web online, drugstore, medical clinics, healthcare products or health-oriented organizations. Moreover, this Pharmacy WP theme is highly easy to use and customize. 1 Click Installation is like that. This tool helps to save time &amp; cost a lot when building a website as samples are just 1 click required!
Tags: camping,trekking,hiking,backpacking,boating,elementor,clothing sports,fishing,high ropes,arche,shooting,hunting,mountis,park,tent,vacation
Version: 1.3.34
Updated: 2025-06-26 16:10:41

*/

@media screen and (min-width: 48em) {
    .home .site-content {
		padding-top: 0px !important;
    }
}

.site-content-contain{
	background-color: #fff;
}

body.archive .site-content-contain{
	padding-top: 30px;
}

.service-inner .entry-title {
	margin-bottom: 10px;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-size: 20px;
}

.service-inner .description {
	margin-bottom: 21px;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.service-inner .button-more-link {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.service-inner .button-more-link .button-icon {
	margin-left: 14px;
	font-size: 17px;
}

.service-inner .button-more-link:hover {
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service-inner .service-post-thumbnail {
	position: relative;
}

.service-inner .service-post-thumbnail:after {
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: var(--e-global-color-primary);
	transition: all ease 0.3s;
	z-index: 2;
}

.service-inner .service-icon {
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 3;
}

.service-inner .service-icon i {
	font-size: 80px;
	background: var(--e-global-color-primary);
	color: #ffffff;
}

.service-style-1 .service-post-thumbnail {
	position: relative;
}

.service-style-1 .service-post-thumbnail:after {
	content: "";
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	background: var(--e-global-color-primary);
	transition: all ease 0.3s;
	z-index: 2;
}

.service-style-1 .service-icon {
	position: absolute;
	left: 40px;
	top: 0;
	z-index: 3;
}

.service-style-1 .service-icon i {
	font-size: 80px;
	background: var(--e-global-color-primary);
	color: #ffffff;
}

.service-style-1 .service-inner {
	height: calc(100% - 15px);
	margin-bottom: 15px;
	display: flex;
	flex-direction: column;
	background: #fff;
	transition: all ease 0.3s;
}

.service-style-1 .service-inner:hover {
	box-shadow: 0 0px 15px 9px rgba(0, 0, 0, 0.05);
}

.service-style-1 .service-inner:hover .service-post-thumbnail:after {
	height: 5px;
}

.service-style-1 .service-content {
	padding: 25px;
	flex: 1;
	display: flex;
	flex-direction: column;
}

.service-style-1 .service-content .button-more-link {
	margin-top: auto;
}

.service-style-1 .description {
	margin-bottom: 10px;
}

article.service.type-service .post-inner {
    padding-left: 15px;
    padding-right: 15px;
	padding-bottom: 30px;
}

.service-style-1 .service-post-thumbnail img {
    height: 260px;
    object-fit: cover;
}

span.button-content-wrapper i.opal-icon-.opal-icon-arrow-right {
    font-size: 14px;
}

article.service.type-service .post-inner .entry-header{
    padding-top: 30px;
}

body.single-service .post-navigation{
	display: block;
}

body.single-service .related-sercice-title {
    font-size: 40px;
    text-transform: capitalize;
}

body.single-service .related-sercice {
    background-color: #fff;
    border-radius: 6px;
    padding: 15px;
}

body.single-service .site-content-contain{
	padding-top: 40px;
}

/* @media screen and (min-width: 1200px) {
    body.single-service .container, body.single-service div#content{
        max-width: %;
    }
} */