/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/
.elementor-element.elementor-element-cd199f6 p,
.elementor-element.elementor-element-192660e p,
.elementor-element.elementor-element-874f480 p{
	font-size:19px;
}
.name,
.specialty,
.font_size_19 p{
		font-size:19px;
	    line-height: 22px;
}

.name.font_size_19 ,
.specialty.font_size_19 {
		font-size:17px;
	    line-height: 22px;
}
.images-row span.name {
    font-weight: unset;
	margin-bottom:7px;
}
.opening_hours p{
	line-height:25px;
	
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #000;
}

::selection {
  color: #fff;
  background: #000;
}




@media (max-width: 767px) {
.name,
.specialty,
.name.font_size_19,
.specialty.font_size_19,
.font_size_19 p{
	font-size: 16px!important;
	}
	.elementor-element.elementor-element-cd199f6 p,
.elementor-element.elementor-element-192660e p,
.elementor-element.elementor-element-874f480 p{
	font-size:16px!important;
}
}