/*
Theme Name:   Medizin Child
Theme URI:    
Description:  Child Theme For Medizin Theme
Author:       mr.design
Author URI:   
Template:     medizin
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  https://www.gnu.org/licenses/gpl-2.0.html
Tags:         editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain:  medizinchild
*/
#menu-primary{
	width:100%;
}
#header-right-inner{
	padding:0 0 0 15px;
}
.customer-comment .testimonial-item{
	box-shadow:0px 2px 12px -1px rgba(0,0,0,0.75);
	margin-bottom: 5px;
}
.customer-comment .elementor-widget-tm-testimonial.layout-image-top .image {
    position: absolute;
    top: 10% !important;
    /* left: 50%; */
    /* -webkit-transform: translate(-50%, -50%); */
   /* -ms-transform: translate(-50%, -50%);*/
    /* transform: translate(-50%, -50%); */
    right: -11% !important;
}
.customer-comment .elementor-widget-tm-testimonial .image img {
    width: 100% !important;
    height: 100% !important;
	border-radius: 0 !important;
}
.customer-comment .elementor-widget-tm-testimonial .image {
    width: 140px !important;
    height: 140px !important;
    border-radius: 10px !important;
	border:5px solid yellow !important;
}
.customer-comment .testimonial-main-content .cite{
	right: 5%;
    position: absolute;
    top: -30%;
}
.customer-comment .testimonial-item{
	padding-bottom:5px !important;
}
@media only screen and (max-width: 992px) {
	.customer-comment .elementor-widget-tm-testimonial.layout-image-top .image {
    position: absolute;
    top:0 !important;
    left: 50%; 
     -webkit-transform: translate(-50%, -50%); 
   -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); 
    right: unset !important;
}
.customer-comment .elementor-widget-tm-testimonial .image img {
    width: 100% !important;
    height: 100% !important;
	border-radius: 50% !important;
}
.customer-comment .elementor-widget-tm-testimonial .image {
    width: 140px !important;
    height: 140px !important;
    border-radius: 50% !important;
	border:5px solid yellow !important;
}
.customer-comment .testimonial-main-content .cite{
	right: unset;
    position: inherit;
    top:unset;
}
	.customer-comment .testimonial-item{
	padding-bottom:30px !important;
}
}