@charset "UTF-8";
/*
Theme Name: Doctor Theme Child
Theme URI: http://localhost/doctor
Author: Milorad Sibalic
Author URI: #
Description: Doctor Theme WP Theme
Version: 1.0.1
Template: doctor-theme
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: doctor
Tags: custom

This theme, like WordPress, is licensed under the GPL.

Based on Underscores http://underscores.me/, (C) 2012-2017 Automattic, Inc.
*/
@import 'css/index.css';

.wp-block-button__link.has-white-color {
    color: #fff !important;
}

.text-image-section.layout-background-image .image::after {
    background-image: unset;    
}

.contact-bar {
    background-color: #999999!important;
}
@media (min-width: 1200px) {
    .home .site-header {
        background: linear-gradient(to bottom, #97ad8c 0%, #97ad8c7a 100%)!important;
    }
}
@media only screen and (max-width: 767px){
	.main-slider .background-image__wrap img {
		width: 100%;
		height: auto;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.main-slider .slide {
        height: 0!important;
    }
	.main-slider .slide {
    min-height: 220px!important;
    height: 100vh;
}
	
}
