/*
Theme Name: Medin Child Theme
Theme URI: http://www.portotheme.com/wordpress/medin/
Author: p-themes
Author URI:   https://themeforest.net/user/p-themes/
Template: medin
Description: This is a child theme for Medin.
Version: 1.8.0
Text Domain: medin-child
*/

/*  [ Add your custom CSS below ]
================================ */

.display-none {
	display: none !important;
}

.page-content #main .section {
    margin-top: 100px;
}

.page-content #content .section {
    margin-top: 100px;
}

.footer-post-photo img {
    height: 49px !important;
}

.footer-bottom p {
	color: #ffffff;
	text-align: center;
}

.home-right-align-image img {
	float: right;
}

.service-card ul {
  list-style: none !important; /* Remove default bullets */
}

.service-card ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #b63a1a; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 15px; /* Also needed for space (tweak if needed) */
  margin-left: -24px; /* Also needed for space (tweak if needed) */
}

.contact-box {
    background-color: #b63a1a !important;
}

.services-nav ul .nav-link.active, .services-nav ul .nav-link:hover {
    background: #b63a1a !important;
}

.small-box-bottom-text .service-box-caption {
    justify-content: end !important;
}

.service-box-image {
    background-position: center;
}

.mommy-box-link .service-box-caption > * + .btn-wrap {
    margin-top: 15px !important;
}

.page-id-115 .footer {
	margin-top: 30px;
}

.single-post .footer {
	margin-top: 0px;
}

.ch-index-isotope .text-center.tt_pt_59 {
	display: none;
}

.mommy-makeover-dropdown {
	padding: 15px 15px 15px 25px;
	background-color: #f8f8f8;
}


@media (max-width: 767px) {
	.home-large-slider{
		display: none;
	}
	
	.hide-separator {
		display: none;
	}
	
	#hide-separator-row {
		margin-bottom: -120px !important;
	}
	
	.home-right-align-image img {
		float: none;
	}
	
	#about-main-row .about-row-one {
		padding-bottom: 0px !important;
	}
	
	.patient-padding {
		padding-top: 50px;
	}
	
	.page-id-680 .page-content #content .section {
		margin-top: 0px !important;
	}
	
	.widget_archive {
		padding-bottom: 30px !important;
	}
}

@media (min-width: 767px) {
	.home-mobile-slider{
		display: none;
	}
}

@media (max-width: 1023px) {
	.home-details {
		text-align: center !important;
	}
}