/*
 Theme Name:     Fortuna Child
 Description:    Fortuna Child Theme
 Author:         BlueOwlCreative
 Version:        1.10
 Template:       fortuna

*/
 
 

/* Theme customization starts here */

span.icon.icon-mobile3 {
    display: none;
}

.hero-grid .wpb_single_image img {
    max-width: 150px;
    vertical-align: top;
    height: 150px;
    width: 150px;
    object-fit: cover;
    object-position: center center;
    border-radius: 5px;
}

/* Popup Overlay */
.popup-overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.6);
  align-items: center;
  justify-content: center;
}

/* Popup Box */
.popup-content {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  position: relative;
  z-index: 10000;
}

/* Close Button */
.popup-close {
    position: absolute;
    top: -15px;
    right: -11px;
    font-size: 24px;
    cursor: pointer;
    color: #ffffff;
    padding: 5px;
    border-radius: 5px;
    border: 1px solid #ffffff;
    box-shadow: 0 0 0 3px #000000;
    background: #000000;
}

body.popup-active {
  overflow: hidden;
}


#logo img {
    width: 150px !important;
}