/*
Theme Name: Anahata Child
Theme URI: http://anahata.qodeinteractive.com/
Description: A child theme of Anahata Theme
Author: Mikado Themes
Author URI: http://themeforest.net/user/mikado-themes
Version: 1.0.1
Template: anahata
*/

.w-30 img {
    width: 30% !important;
}

.about-video {
    object-fit: fill;
}

#myVideoContainer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
}

.home-overly-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.mkd-page-header .mkd-menu-area .mkd-logo-wrapper a{
    height: 56px !important;
}

.widget_mkd_call_to_action_button .mkd-call-to-action-button {
    padding: 0 23px 0 0px !important;
}

/* .mkd-title {
    padding: 90px 0 0 0 !important;
} */

.mkd-content{
	margin-top: 0 !important;
}

.mkd-medium-title-text .mkd-title .mkd-title-holder h1 {
    font-size: 55px !important;
}

.video-popup-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}

.video-popup-box {
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  text-align: center;
  width: 60%;
  height: 70vh;
  position: relative;
}

.video-popup-box iframe {
    width: 100%;
    height: 510px;
    max-height: 100%;
}

.video-close-btn {
  cursor: pointer;
  font-weight: bold;
  color: #333;
  position: absolute;
  top: 10px;
  right: 10px;
}

.widget_mkd_call_to_action_button .mkd-call-to-action-button .mkd-ctab-icon {
	margin-right: 4px !important;
}