/* 
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
*/

img.alignright, img.alignleft, img.alignnone, img.aligncenter {
	border: 5px solid #fff;
	border-radius: 3px;
	box-shadow: rgba(216, 216, 216, 0.42) 0px 0px 11px 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img.alignright {
	float: right;
	margin-left: 30px;
}

img.alignleft {
	float: left;
	margin-right: 30px;
}

.ekit-team-modal-content{
	text-align:justify;
}

.ekit-wid-con .elementskit-team-popup .modal-body, body .elementskit-team-popup .modal-body {
	padding: 50px 40px 30px!important;
}



@media only screen and (max-width: 600px) {
  img.alignright, img.alignleft, img.alignnone, img.aligncenter {
    width:100%;
  }
}
