/*
Theme Name: iMedica
Theme URI: https://brainstormforce.com/demos/imedica/
Author: Brainstorm Force
Author URI: http://themeforest.net/user/brainstormforce
Description: iMedica is probably the most comprehensive & feature rich WordPress theme that's made for medical organizations. Responsive code, retina ready graphics, lightweight framework and very flexible structure makes it outstanding.
Version: 3.1.16
License: GNU General Public License v2 or later
License URI: - http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: imedica
Tags: white
----------------------------------------------------------------*/

/* New Fixes */
.imd-scroll-top {
	bottom: 120px !important;
}
.gravity-form-contact input[type="tel"]{
	border:1px solid #cdcdcd !important;
	box-shadow:inset 1px 2px 7px 0 rgb(240 240 240 / 58%) !important;
}
.gravity-form-contact input[type="tel"]:focus{
	box-shadow:0px 0px 5px 0px #ef3e43 !important;
	border:unset !important;
}
.gravity-form-contact input[type="tel"]:focus-visible{
	border:unset !important;
}
@media (max-width: 767px){
	.mobile-height-space{
		height:10px !important;
	}'
	.slider-home-tab{
		width:0 !important;
	}
}
#primary, #secondary{
	margin-top:0px !important;
}
@media (max-width:980px) and (min-width:768px){
/* 	.image-slider-tab .vc_item{
		width:150px !important;
		height:150px !important;
} */
	.slider-home-tab{
		width:25% !important;
	}
}
/*----post-------*/
article.category-blog h1.entry-title {
	font-size: 2.2em;
	line-height: 1.3;
	position: absolute;
	top: 15%;
	background: #ffffffab;
	padding: 10px 20px;
	border-radius: 5px;
	
}
.post-content p, .post-content a, .post-content li {
line-height:1.8 !important;
}

.is-layout-flow.wp-block-column {
	display: flex;
	justify-content: center;
	flex-direction: column;
}

