/*
Theme Name: Seia Energy
Author: HS
Description: Seia Energy is a custom theme with different templates supported by ACF plugin.
Version: 1.0
Text Domain: seia-theme
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/
iframe{ max-width: 100%;}
.text-align-center{
	text-align: center;
}
img[data-align="right"] {
    float: right;
    display: block;
}
img[data-align="left"] {
    float: left;
    display: block;
}
img.aligncenter{
	margin-left: auto;
	margin-right: auto;
    text-align: center;
    display: block;
}
.object-fit-contain{object-fit: contain;}
.content-detail-sec iframe{
	max-width: 100%;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.content-detail-sec .twitter-tweet.twitter-tweet-rendered{
	margin-left: auto;
	margin-right: auto;
}
.content-detail-sec img{
	max-width: 100%;
	height: auto;
	margin-bottom: 15px;
}
.form-group {
    margin-bottom: 15px;
}
.form-group label {
    margin-bottom: 5px;
    font-weight: 600;
}
.cursor-pointer{cursor:pointer;}
.text-dark {
    color: var(--theme-color) !important;
}
body.logged-in.admin-bar .fixed-top {
    top: 33px;
}
.ad-section img{max-width: 100%; height: auto;}
.footer-menu li {
    font-size: 1.2rem;
    line-height: normal;
    display: flex;
}
.object-fit-cover{
	object-fit: cover;
}
.component-text-editor ul,
.component-text-editor ol,
.component-text-editor p{
	margin-bottom: 2rem;
}
.component-text-editor h1,
.component-text-editor h2,
.component-text-editor h3,
.component-text-editor h4,
.component-text-editor h5,
.component-text-editor h6{
	font-family: 'nexa_textextra_light';
	margin-bottom: 2rem;
	font-weight: 600;
}
.seia-loader {
    border: 5px solid #f3f3f3;
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    margin: 20px auto;
}
.seia-input-loader {
	display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    border-top-color: #3498db;
    animation: spin 1s ease-in-out infinite;
    position: absolute;
    right: 10px;
    top: 10px;
}
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.flourish-wrapper {
	position: relative;
	width: 100%;
}
.flourish-overlay{
	opacity: 0;
}
.flourish-wrapper:hover .flourish-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.6);
	color: white;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	cursor: pointer;
	z-index: 10;
	opacity: 1;
}
#flourishModal  iframe {
	width: 100%;
	height: 100%;
}

#flourishModal .btn-close {
	position: absolute;
	top: 10px;
	right: 10px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	cursor: pointer;
}
.wrap-seia-webinar-reg {
  padding: 40px 0;
}
.wrap-seia-webinar-reg .form-group input[type="checkbox"] {
  border-radius: 0 !important;
}
.wrap-seia-webinar-reg .form-group textarea {
  min-height: 100px;
}
.wrap-seia-webinar-reg .form-group label {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 16px;
}
.wrap-seia-webinar-reg button {
  border: 0;
}
.wrap-seia-webinar-reg .coupon-verification-response,
.wrap-seia-webinar-reg #calculate-promo-code-price {
  margin-top: 15px;
}
.wrap-seia-webinar-reg details {
  position: relative;
  padding: 20px 30px;
  background: #f0f5f8;
  border-radius: 3px;
  margin-bottom: 20px;
}
.wrap-seia-webinar-reg details summary {
  margin-bottom: 20px;
  font-size: 26px;
  line-height: normal;
}
.wrap-seia-webinar-reg details summary::marker{
	font-size: 15px;
}
.wrap-seia-webinar-reg .member-verification-response {
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
}
.wpforms-form .g-recaptcha {
  display: none;
}
.pum-theme-enterprise-blue{
	backdrop-filter: blur(5px);
}
.pum-theme-enterprise-blue .wpforms-submit-container{
	text-align:center;
}
.pum-theme-enterprise-blue div.wpforms-container-full button[type=submit]{
	background-color: var(--sky-color-2) !important;
}
@media (min-width: 768px) {
  .wrap-seia-webinar-reg details {
    height: 100%;
  }
}
