/*
Theme Name: Medazin Personal
Author: Nayra Themes
Description: Medazin WordPress theme for health & medical with predefined Sections, Which helps you to build your own professional medical website. Medazin based on in-depth research into hospital, clinic, dentist, dermatology, dental, cosmetology, plastic surgery, laser surgery, dietitian, chiropractic, rehab, pharmacy, veterinary or any medical business.
Version: 1.1
Tested up to: 6.6
Requires PHP: 7.0
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: medazin-pro
Slug: medazin-personal
Tags: one-column, two-columns, left-sidebar, right-sidebar, flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, footer-widgets, full-width-template, theme-options, threaded-comments, translation-ready, blog, grid-layout, portfolio, photography

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

*/

#page {
	position: relative;
	overflow-x: hidden;
}

.header-2 .is-sticky-on.is-sticky-menu {
	background: rgb(0,0,0);
}

@media (min-width: 992px){
.nojq + #page .header-2 {
	/* margin-top: 32px; */
	}
}

@media (min-width: 991px){
.nojq + #page .header-2 .is-sticky-on {
	margin-top: 24px;
	}
}

.header-close-menu.close-style{
	top:30px;
}

h4.site-title {
    margin-bottom: 0;
}

.header a.site-title, .header a.custom-logo-link  {
	display: block;
	line-height: 1;
}

.header p.site-description {
	line-height: 1;
	margin: 0.9523vw 0 0;
}
/* Slider */

.main-slider-2 .slider-content h2{
	color: var(--primary-color);
}

@media (min-width: 992px){
	body.header-2 #main-slider .item img, body.header-3 #main-slider .item img {
		min-height: 800px;
		object-fit: cover;
	}
	body.header-2 #main-slider .item .cover .slider-content, body.header-3 #main-slider .item .cover .slider-content {
		margin-top: 130px; 
	}
}


.main-slider-2 .item .cover .slider-content h2 {
    -webkit-text-fill-color:  var(--white);
    color:  var(--white);
}

.main-slider-2 .item .cover .slider-content h2 {
    color: var(--primary-color);
    -webkit-text-fill-color: var(--primary-color);
}

.main-slider-2 .item .cover .slider-content h2>.slider-sub-title {
    color:  var(--white);
    -webkit-text-fill-color:  var(--white);
}

/* info section */
section.info-section {
	z-index: 1;
}

/* contact form */
.contact-form-section {
    z-index: 1;
}

/* cart , checkout, account */
/* .woocommerce-account .page-content, .woocommerce-cart .page-content, .woocommerce-checkout .page-content { */
    /* padding: 100px 0; */
/* } */