/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Hanlding Updates
-----------------------------------------------------------------*/

/* These are fixes due to the conflicts between medical.css and real-estate.css */
@media (max-width: 767px) {
    #top-social, #slider:not(.swiper_wrapper) .slider-caption, .nivo-caption, .flex-caption, .slider-caption p, .slider-caption .button, .camera_caption, .ei-title, .slider-arrow-top-sm, .slider-arrow-bottom-sm {
        display: block !important;
    }
}
.dark .slider-caption, .dark .slider-caption h2 {
    color: #EEE;
    text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}
a {
    text-decoration: none !important;
    color: #8cdaff;
}