/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


/*Custom css start*/
.entry-title{
  display:none !important
}
.info-image-box img{
  height: 250px;
  object-fit: cover
}
div#main-header {
    flex-wrap: nowrap !important;
}
.play-btn{
    position: absolute;
    bottom: 25%;
    left: 25%;
}
.play-btn.safe-page{
  position: static !important;
}
.video-layer{
    position: absolute;
    inset: 0;
    background: black;
    z-index: 9999;
    display: none;
    height: 100vh
}
.video-layer .video-player{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60% !important;
    height: auto;
}
.video-layer .close-btn{
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
}
.show-video .video-layer{
  display: block;
}
.show-video{
  overflow: hidden;
}
.image-slider figure{
  margin:0 15px !important
}
.image-slider img{
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: contain;
}
.underline-offset{
  text-underline-offset: 10px !important;
}
.custom-footer-menu ul li a{
  transition: all 0.3s
}
.custom-footer-menu ul li a:hover{
  color: rgb(169, 148, 127)
}
@media (max-width: 1199px){
  .video-layer .video-player{
    width: 90% !important;
  }
  .video-layer .close-btn{
    top: 25px;
    right: 25;
  }
  .play-btn{
      left: 11%;
  }
}
@media (max-width: 880px){
  div#main-header>div{
    width: auto !important
  }
}
@media (max-width: 767px){
  .play-btn {
      bottom: 24px;
      left: 24px;
  }
  .custom-footer-menu ul li{
    width: 100%;
    margin: 5px 0 !important;
  }
}

/* popup  */
.pum-container.pum-responsive.pum-responsive-medium {
	border-radius:15px;
	padding:0px;
}
.pum-theme-2211 .pum-container, .pum-theme-default-theme .pum-container{
  border-radius: 15px;
  padding: 0px;
  transform: translate(-8px, -8px);
  left: auto !important;
  right: 0px !important;
  top: auto !important;
  bottom: 0px !important;
  margin-bottom: 0px  !important;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
   .pum-container.pum-responsive.pum-responsive-medium {
        width: 40% !important;
        position:absolute;
        left:0 !important;
        right:0 !important;
        margin:auto;
        top: 18% !important;
        bottom: auto !important;
    }
    html.pum-open.pum-open-overlay-disabled.pum-open-scrollable .pum-overlay.pum-active{
      position:fixed !important;
    }
}
@media only screen and (max-width: 1024px){
  .pum-theme-2211 .pum-container, .pum-theme-default-theme .pum-container {
    width: 40% !important;
    top: auto !important;
    left: auto !important;
    right: 0px !important;
    bottom: 0px !important;
    margin-bottom: 0px !important;
}
}
@media only screen and (max-width: 575px){
  .pum-theme-2211 .pum-container, .pum-theme-default-theme .pum-container{
    width: 90% !important;
    top: auto !important;
    left: auto !important;
    right: 0px !important;
    bottom: 0px !important;
  }
}
.map-popup .elementor-widget.elementor-align-left .elementor-icon-list-item, .map-popup .elementor-widget.elementor-align-left .elementor-icon-list-item a{
    padding: 10px 0px;
}
.pum-container.pum-responsive.pum-responsive-medium .e-con-boxed.e-flex,
.pum-container.pum-responsive.pum-responsive-medium   .e-con.e-flex>.e-con-inner  {
    padding: 0;
}
.elementor-lightbox .dialog-lightbox-close-button{
	z-index:99 !important;
}
/*Custom css end*/
