/**
 * Theme Name:     BlankSlate Child
 * Author:         TeamAsia
 * Template:       blankslate
 * Text Domain:	   blankslate-child
 * Description:    Donate: https://opencollective.com/blankslate. Learn: https://blankslate.me/. BlankSlate is the definitive WordPress boilerplate starter theme. I
 */
html, body{
	overflow-x: hidden !important;
	overflow-y: auto !important;
}


strong, b {
    font-weight: bold;
}
em, i{
	font-style: italic;
}
.gfur-activate {
    max-width: 1080px;
    margin: auto;
}
.user-head-navigation {
    font-family: "Lato", sans-serif !important;
    color: black;
}
.user-head-navigation a{
	color: black !important;
}
p.lead-in {
    margin: 10px 0px;
    line-height: 1.3rem;
}
#content-activation{
	margin:50px 0px; 
}
#content-activation strong{
	font-weight:bold;
}
#content-activation h2 {
    font-size: 30px;
    font-weight: 600;
}
.gform_title{
	display: none;
}
.rgtr-btn, .Contact-us-btn {
    background: #d3af37;
    color: white;
    padding: 10px 30px;
    border-radius: 20px;
}
.discount-list .gpnf-add-entry{
    float: right;
}
.discount-list .gpnf-add-entry-max, .discount-list thead, .discount-list .delete{
    display: none !important;
}
.discount-list .gpnf-row-actions{
    max-width: 30px;
    padding: 0px !important;
}
.discount-list .gpnf-field{
    vertical-align: middle;
    text-align: center;
}
header#blankslate-header {
    display: none;
}
.template-container {
    max-width: 1140px;
    margin: auto;
    margin-top: 50px;
    margin-bottom: 50px;
}
p, h2{
	font-family: "Lato", sans-serif;
}
form#EventCalendarFilterForm {
    background: #F0EFEF;
    padding: 20px;
	margin-bottom: 10px;
}
form#EventCalendarFilterForm select {    
    padding: 15px;
}
.modal ul.wp-block-list {
    list-style: disc;
}
.enquire-now-country-field label {
    display: none !important;
}
/* Used on https://homebeta.aprea.asia/knowledge-hub/ */
.post-type-archive-knowledge-hub .e-loop-item > div:has(summary[aria-expanded="true"]),
.archive.tax-kh_category .e-loop-item > div:has(summary[aria-expanded="true"]) {
    border: 1px solid #E32833;
}
/* Used on https://homebeta.aprea.asia/about-reits-center/ */
.accordionBlueBorderOnHover details.e-n-accordion-item:has(summary[aria-expanded="true"]),
.accordionBlueBorderOnHoverLoopItem div.e-loop-item > div:has(summary[aria-expanded="true"]) {
    border: 1px solid #00ADED !important;
}
.page-child .elementor-widget-theme-post-content h4,
.page-child .elementor-widget-theme-post-content h3 {
	color: #000;
	font-size: 25px;
	font-weight: bold;
}
/* Event Registration Last Page Confirmation */
div#aprea-bank-transfer .elementor-widget-container p {
    color: #000;
}
/*loading screen css*/
#loading-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.spinner {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.cookie-button {
  display: inline-block;
  padding: 10px 20px;
  margin: 5px;
  background-color: #007bff;
  color: white;
  text-align: center;
  text-decoration: none;
  border-radius: 5px;
  font-family: sans-serif;
  transition: background-color 0.3s ease;
}

.cookie-button:hover {
  background-color: #0056b3;
  cursor: pointer;
}

#popmake-36259 button
{
	display: none !important
}

/* Header */
header nav li span.new {
    background: red;
    font-size: 10px;
    margin: 0 0 1px 5px;
    padding: 0 4px;
    color: #fff;
}

/* 404 Page */
body.error404 article {
    padding: 60px 30px;
    text-align: center;
}
/* CPD Certified first applied on https://www.aprea.asia/events/aprea-global-reit-roundtable/  */
.cpdMediaText .wp-block-media-text__content {
    max-width: 600px;
    padding: 0 30px !important;
}
.cpdMediaText figure.wp-block-media-text__media {
    max-width: 150px !important;
}
/* CPD Certified Logo and Texts */
.cpdCertified {
    display: flex;
}
.cpdCertified figure {
    max-width: 150px;
}
.cpdCertified .wp-block-media-text__content {
    padding-right: 0 !important;
    padding-left: 20px !important;
    max-width: 600px;
}

.postid-37762 .row.justify-content-center .singleEventSponsorItem:nth-of-type(3) {
    margin-top: 36px !important;
}

@media only screen and (max-width: 767px) {
 .hide-on-mobile-load {
        display: none !important;
    }	
	.cpdCertified {
		display: flex;
		flex-direction: column;
	}
	.cpdCertified figure.wp-block-media-text__media {
		margin-bottom: 20px !important;
	}
	.cpdCertified .wp-block-media-text__content {
		padding-left: 0 !important; 
	}
}
/* Media Center New Speaker Announcement */
.speakerSection p.firstParagraph {
    margin-top: 0;
}
.speakerSection .speakerImage img {
    border: 1px solid;
	max-width: 300px;	
	width: 100%;
}
/* Center Image */
.postImageCenter {
    display: flex;
    justify-content: center;
}