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

body {
	background-color: #f7f7f7;
}
.header-inner {
  display: none !important;
}
#main {
  margin-top: -42px;
}
/*.site-header:not(.header-stacked) .header-inner .site-branding {
  max-width: 20%;
}
.custom-logo {
  width: 330px;
  height: auto;
  left: 15px;
  position: fixed;
  top: 50vh;
}*/
.home .entry-title {
  display: none;
}
.hpa-video-player .elementor-custom-embed-image-overlay img {
  max-height: 100vh;
}
.elementor-lightbox .elementor-video-container {
  position: absolute;
  top: 45% !important;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

























/**/
.custom-copyright {
  text-align: center;
  width: 100%;
}
.custom-copyright a {
  color: #000;
  text-decoration: underline;
}
/**/
@media only screen (min-width: 300px) and (max-width: 1023px) {
.hpa-video-player .elementor-custom-embed-image-overlay img {
  max-height: initial;
}	
}