/*
Theme Name: Nephorum
Theme URI: https://github.com/mirror-and-mountain/meros-blocks
Author: MIRROR AND MOUNTAIN
Author URI: https://mirrorandmountain.com
Description: A blocks-based starter theme for Wordpress using the Meros Framework
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 8.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: meros-theme
*/

/* Device Optimisation */
@media (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }

  h1 {
    font-size: 32px !important;
  }

  h2:not(.poll-question-text) {
    font-size: 32px !important;
  }

  .have-your-title {
    font-size: 24px !important;
  }
}

@media (min-width: 768px) {
  .desktop-hide {
    display: none !important;
  }
}

/* Video Banner */
.video-banner {
  margin-top: -125px !important;
  margin-bottom: -125px !important;
}

.poll-tq {
  display: none;
}

/* Images */
.mob-header-img {
  width: 100% !important;
  height: auto !important;
}

.sobi-mobile-logo-container {
  display: flex;
}

.mob-header-img img {
  width: 100% !important;
  height: auto !important;
}

/*Lists*/
.decorated-bullets ul {
  list-style: none;
  padding-left: 0;
}

.decorated-bullets ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  line-height: 1.35;
}

.decorated-bullets ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.15em; /* Adjusted for top alignment with line-height 1.35 */
  width: 22px;
  height: 22px;
  background: linear-gradient(to right, #FCB813, #EB9200);
  border-radius: 50%;
  display: inline-block;
}

/* Buttons */
.sobi-btn {
  border: 1px solid #FCB813 !important;
  cursor: pointer;
}

.sobi-btn:hover {
  background-color: #FFFFFF !important;
}

.sobi-btn:hover a {
  color: #FCB813 !important;
}

.sobi-btn a {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .sobi-btn a {
    font-size: 1rem !important;
  }

  .sobi-tq-btns {
    gap: 0.5rem !important;
  }
}
