/* This is the css file for the discrete pages for the Funds post type */

.entry-content {
display: flex;
  justify-content: center;
  align-content: center;
  flex-direction: column;

}

.entry-content a img {

height: auto;
  max-width: 80%;

}

.entry-title a {
	color: #000000;
  font-family: "League Spartan", Sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 52px;
}

.elementor-widget-container {
	font-size: 18px;
	font-family: "League Spartan", Sans-serif;
	
}

div.elementor-widget-container ul li {
	font-size: 18px;
	font-family: "League Spartan", Sans-serif;
}

.entry-content p {
	font-size: 18px;
	font-family: "League Spartan", Sans-serif;
}

.entry-content ul li {
	font-size: 18px;
	font-family: "League Spartan", Sans-serif;
}


/* Unneeded post fields */
.footer {
	display: none;
}

#comments {
	display: none;
}

.entry-footer {
	display: none;
}

.post-edit-link {
	display: none;
}

.entry-meta {
	display: none;
}


.content-container {
    /* Adjust as needed */
    margin: 0 auto;
}

.image-container {
    position: relative;
}

.image-container img {
    width: 100%;
    display: block;
}

.overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    color: white;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
}

.text-container {
	display: flex;
  	justify-content: space-between;
	padding: 20px 0px 20px 40px;
	background-color: #fcfcfc;
}

.info-1, .info-2, .info-3, .info-4 {
	display: flex;
  flex-direction: column;
}

.text-body {
	align-self: center;
  display: flex;
  justify-content: center;
}

.text-body p {
	align-self: center;
}

.discrete-fund-banner {
    background-position: center;
    height: 500px;
}

.banner-cont {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Adjust opacity as needed */
    z-index: 1;
    align-items: center;
}

.register-button {
    font-family: "League Spartan", Sans-serif;
    font-size: 20px;
    font-weight: 500;
    fill: #FFFFFF;
    color: #FFFFFF;
    background-color: #2C93BE00;
    border-style: solid;
    border-width: 3px 3px 3px 3px;
    border-color: #2C93BE;
    padding: 15px 50px 15px 50px;
    width: 280px;
	text-transform: uppercase;
	text-decoration: none;
	
}

.top-button, .middle-button {
	margin-bottom: 30px;
}

.banner-cont h1, .banner-cont h2 {
    padding-bottom: 20px;
    color: #FFFFFF !important;
}

.banner-cont h2 {
    font-size: 22px;
}

.body_stats {
    display: flex;
    justify-content: center;
    flex-wrap: wrap; /* Allow items to wrap to the next line */
	padding-right: 110px;
  	padding-left: 110px;

    
}

.body_stats p {
    flex: 1 1 30%; /* Adjust the flex-basis as needed */
    box-sizing: border-box;
    padding: 10px;
    margin: 0;
}

html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.stats {
	font-family: "Libre Baskerville", serif !important;
	font-style: normal;
  font-weight: 700;
	color: #1F85B0;
  font-size: 46px !important;
	line-height:60px;
}

.stats-titles {
	
font-size: 32px;
	text-transform: uppercase;
	color: #707584;
}

.stat-div1 {
	width: 380px;
}

.entry-content p {
	font-size: 20px;
}

.body_stats {
	padding-top: 90px;
	padding-bottom: 90px;
}

.fund-additional .text-additional p {
	padding: 0 90px 0 0 !important;
	font-size: 22px;
	text-align: left;
	line-height: 1.5em;
}

.fund-additional .text-additional h2, .fund-additional .text-location h2 {
	text-align: left;
}

.fund-additional {
	display: flex;
	padding-left: 180px;
	padding-right: 180px;
	padding-top: 40px;
}

.spacer {
 
    border-right-style: solid !important;
    border-right-color: #f1eeea !important;
    border-right-width: 2px;


}

.tagline p {
	font-size: 44px;
	line-height: 40px;
}

.tagline {
	padding-top: 60px;
}

.image-additional {
	width: 768px;
}

.fund-additional .text-location p {
	text-align: left;
	font-size: 22px;
	line-height: 1.5em;
}

.text-location {
	padding-left: 90px;
}

.fund-additional {
	padding-top: 160px;
}

/* Responsive */
@media (max-width: 768px){
	.fund-additional {
padding-left: 0px;
  padding-right: 0px;
  display: flex;
  flex-direction: column;
}
	.stat-div1 {padding-bottom: 50px;}
	.stats {margin-top: 0px;}
.fund-additional .text-additional p {

padding-right: 30px !important;
padding-left: 30px !important;
text-align: center;

}

.image-additional {

width: 100%;
  padding: 0px 30px;

}

.text-location {
padding-left: 0px;
}
	
	.fund-additional .text-additional p {
		padding: 0px !important;
	}


.fund-additional#location-div {
flex-direction: column-reverse;
padding-top: 60px;
}
	
.text-location h2, #location-div .text-location p {text-align: center !important;}

.text-additional p, .text-additional h2 {text-align: center !important;}
	
	.entry-content {
		padding-right: 30px;
  padding-left: 30px;

	}
}


