/*
Theme Name: MedicalPress Child Theme
Theme URI: http://themeforest.net/item/medicalpress-health-and-medical-wordpress-theme/7789703
Description: Child theme for MedicalPress, which is a premium theme for health and medical related websites. MedicalPress has various features that are suitable for doctors, dentists, surgeons, hospitals, health clinics and other types of health and medical related institutions.
Author: Inspiry Themes
Author URI: http://themeforest.net/user/InspiryThemes
Version: 1.4
Text Domain: inspiry-medicalpress
Template: inspiry-medicalpress
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: white, right-sidebar, responsive-layout, featured-images, full-width-template, threaded-comments, microformats, post-formats, translation-ready, one-column, two-columns, three-columns, four-columns, custom-menu, theme-options
*/
a:hover {
	color: #f68634;
}
::selection {
    background-color: #007d9e;
    color: #fff;
}

.home #title_header, .blog #title_header {
	display: none;
}
div.wpforms-container-full .wpforms-form button[type=submit] {
	    background-color: #00afee !important;
}
.site-header-bottom {
	border: 1px solid #dadada;
    border-width: 1px 0;
}
.sticky-header-wrap .row {
	align-items:center;
}
.sticky-header-wrap img {
	width: 110px;
}
.w-100 input {width: 100% !important;}
.mpea-home-services.columns .service.mpea-services-item-icon, .mpea-home-services.columns .type-service.mpea-services-item-icon {
	padding-top: 0;
}

.mpea-home-services.columns .btn-wrapper {
	margin-top: 0;
}

.call-to-action {
    background-image: -webkit-linear-gradient(left, #00afee 0%, #017e9d 100%);
    background-image: linear-gradient(to right, #00afee 0%, #017e9d 100%);
    background-repeat: repeat-x;
    color: #fff;
}
/* Orange BG */
.mpea-home-services.columns .btn-wrapper .services-link, 
.elementor-widget-container .mpea-home-doctors.var-reborn .btn-wrapper .btn, 
.header-appointment-button, 
.btn:active, button:active, input:active[type="submit"], .read-more:active, .btn-primary,
.home-slider .flex-direction-nav a:hover {
	background-color: #F68634;
}
/* Blue BG */
.home-slider .flex-direction-nav a,
.pagination span, .pagination a, .page-links span, .page-links a,
.elementor-widget-container .mpea-home-doctors.var-reborn .btn-wrapper .btn:hover, 
.mpea-home-services.columns .btn-wrapper .services-link:hover,
.header-appointment-button:hover,
.btn:active:hover, button:active:hover, input:active:hover[type="submit"], .read-more:active:hover, .btn-outline-primary:hover, .btn-primary:hover {
	background-color: #00afee;
}
form input[type="text"], form input[type="email"], form input[type="url"], form input[type="tel"], form input[type="number"], form input[type="date"], form input[type="range"], form input[type="password"], form input[type="text"], form textarea {
	border-color: #cacaca;
}
.mpea-home-testimonial.variation-reborn .mpea-testimonials-carousel .testimonials-carousel-item {
	border-top: 2px solid #00afee;
}
#menu-footer-menu li {
	margin-bottom: 10px;
}
.mpea-home-services {
	margin-bottom: 0 !important;
}
.mpea-home-services.columns .btn-wrapper .services-link {
	display: none !important;
}
.mpea-home-testimonial.variation-reborn .mpea-testimonials-carousel .testimonials-carousel-item {
	background-color: #f3f3f3;
}
.mpea-home-testimonial.variation-reborn {
	color: #384752;
}
.sidebar .widget.widget_nav_menu li {
	padding: 0.5rem;
    border: 1px solid #ddd;
	margin-bottom: 1rem;
}
.sidebar .widget.widget_nav_menu .title {
	margin-bottom: 1rem;
}
.sidebar .widget.widget_nav_menu li:hover {
	color: #fff;
	background: #00afee;
}
.sidebar .widget.widget_nav_menu li:hover a {
	color: #fff;
}
.mpea-home-blog .hb-stylish-wrap .hb-small-post-wrap .hb-small-post article .entry-title {
	font-size: 14px;
	font-weight: 600;
}
.mpea-home-blog .hb-stylish-wrap .hb-large-post article .entry-content-wrapper {
    padding: 45px 32px;
}
.mpea-home-blog .hb-stylish-wrap .hb-small-post-wrap .hb-small-post .entry-content-wrapper {
	display: flex;
    align-items: center;
}
.mpea-home-testimonial.variation-reborn .testimonial-author-name {
	font-weight: 600;
}
button, input[type="submit"], .read-more {
	background-color: #00afee;
}
button:hover, input[type="submit"]:hover, .read-more:hover {
	background-color: #007d9e;
}
.elementor-widget-container .mpea-home-features.three-col .single-feature {
	border-right: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
}
.contact-page-social-media-list a {
	background-color: #00afee;
}
@media (min-width: 992px) {
/* 	.single-service article.service > header {
		width: calc(50% - 20px);
		float: left;
		margin-right: 20px;
	} */
	.blog-post-listing {
		display: flex;
		flex-wrap: wrap;
	}
	.blog-page .post {
		margin-bottom: 40px;
		width: calc(50% - 50px);
		margin: 0 25px;
		float: left;
	}
	.pagination {
		clear: both;
		display: block;
		width: 100%;
	}
}
