@charset "UTF-8";

/*
Theme Name: AIS
Theme URI:
Author: Duncan Mwesigwa
Author URI: https://wordpress.org/
Description: Acorns International School Theme.
Text Domain: acorns
*/

body {
	margin: 0;
	background: #fff;
}
#menu-main-menu > li:before {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    background: #C4B52F;
    bottom: 0;
	transition: .2s ease;
}
#menu-main-menu li:hover:before,
#menu-main-menu li.current-menu-item:before {
	width: 100%;
}
.badge__char {
  --char-font-weight: 600;
  --char-font-size: 1em;
  --char-width: 10px;
  --char-font-family: "Arial", sans-serif;

  display: block;
  position: absolute;
  top: 0;
  left: calc(50% - var(--char-width) / 2);
  height: calc(var(--badge-size) / 2);
  width: var(--char-width);
  background-repeat: round;
  text-align: center;
  text-transform: uppercase;
  line-height: 1rem;

  font-weight: var(--char-font-weight);
  font-size: var(--char-font-size);
  color: var(--white);
  font-family: var(--char-font-family);
  transform-origin: bottom center;
  transform: rotate(var(--char-rotate));
}
.sticky {
  position: fixed;
  z-index: 9999;
  width: 100%;
  background:#fff;
  top:0;
}
.sticky .elementor-section.elementor-top-section{
	  padding: 0;
}
.sticky .acorn-logo img {
    transition: width 0.3s ease, height 0.3s ease;
	width: 130px!important;
}

/*.elementskit-section-subtitle {
	background: #3f4096;
    color: #C4B52F !important;
    width: fit-content;
    text-align: center;
    margin: 0 auto 30px;
    padding: 12px 25px;
    border-radius: 41px;
	font-weight: 400 !important;
    font-size: 15px;
}*/
.acorn_evnts .elementskit-infobox{
	line-height: 1;
	align-items: center!important;
}
.acorn_evnts .elementskit-info-box-icon img{
	height: 60px!important;
}
.elementor-element.hero-4{
	webkit-animation: spin 15s linear infinite;
    animation: spin 15s linear infinite;
}
.exp.hero-4{
	background:#fff!important;
	border-radius: 100%!important;
	padding: 10px;
	font-size: 14px;
}
.primary-list{
	list-style: none;
}
.home-boxes .elementskit-infobox {
	padding: 330px 0 0px !important;
    justify-content: center !important;
	display:flex;
	flex-direction:row;
}
.home-boxes .elementskit-box-header {
    bottom: 50px;
    border-radius: 50px 0 0 50px;
}
.home-boxes .box-body {
	bottom: 50px;
	border-radius: 0px 0px 0px 0px;
	padding: 0 35px 0 0;
	width: 179px;
	clip-path: polygon(0 0, 90% 0, 100% 50%, 90% 100%, 0 100%);
}
.home-boxes .box-body p{
	position: absolute;
	z-index: 999;
	background: transparent!important;
	bottom: -40px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	font-size: 19px!important;
	font-weight: 600!important;
	text-align: center!important;
}
/*
.home-boxes > .elementor-container > .elementor-column:nth-child(1) .elementskit-box-header,
.home-boxes > .elementor-container > .elementor-column:nth-child(1) .box-body {
	background: #0e7dc27a
}
.home-boxes > .elementor-container > .elementor-column:nth-child(2) .elementskit-box-header,
.home-boxes > .elementor-container > .elementor-column:nth-child(2) .box-body {
	background: #6ab444a8;
}
.home-boxes > .elementor-container > .elementor-column:nth-child(3) .elementskit-box-header,
.home-boxes > .elementor-container > .elementor-column:nth-child(3) .box-body {
	background: #ec65259e;
}
.home-boxes > .elementor-container > .elementor-column:nth-child(4) .elementskit-box-header,
.home-boxes > .elementor-container > .elementor-column:nth-child(4) .box-body {
	background: #e8295d8a;
}*/
.home-boxes .elementskit-infobox.image-active::before {
	top: 100%!important;
}
.home-boxes .elementskit-infobox:hover::before{
	top: 0!important;
}
.home-boxes .image-hover>img {
    object-fit: cover !important;
}
.home-boxes .elementskit-info-box-icon {
	margin-bottom: 0 !important;
	padding: 4px 6px;
	
}
.home-boxes .elementskit-info-box-icon img {
    padding: 6px!important;
    width: 49px!important;
	background:#fff;
	border-radius: 50%;
}
.programme_cons .elementskit-infobox {
	padding: 270px 0 0px !important;
    justify-content: center !important;
	display:flex;
	flex-direction:column;
}
.programme_cons .elementskit-box-header {
   bottom: -62px;
   border-radius: 10px;
	padding: 10px 0px 28px 0px;
}
.programme_cons .box-body {
	bottom: -27px;
	margin-bottom: 10px;
}

.eyp.home-boxes .elementskit-box-header, .eyp.home-boxes .box-body {
	background: #0e7dc2;
}
.pyp.home-boxes .elementskit-box-header, .pyp.home-boxes .box-body {
	background: #6cb647;
}
.myp.home-boxes .elementskit-box-header, .myp.home-boxes .box-body {
	background: #ec6525;
}
.dp.home-boxes .elementskit-box-header, .dp.home-boxes .box-body {
	background: #e8295d;
}
.programme_cons .elementskit-infobox.image-active::before{
	top: 100%;
}
.programme_cons .elementskit-infobox:hover::before {
	top: 0;
}
.programme_cons .elementskit-infobox.image-active::before {
	position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(37, 117, 252, 0);
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    z-index: 1;
    background-size: 101% 101%;
}

.programme_cons .image-hover>img {
    object-fit: cover !important;
}
.programme_cons .elementskit-info-box-icon {
	margin-bottom: 0 !important;
}
.programme_cons .elementskit-info-box-icon img {
    padding: 3px 0 0px 3px;
    width: 200px;
}
.home-facts .elementskit-funfact {
	width: 200px;
    height: 200px;
    border-radius: 50%;
	transition: .3s ease;
	/*border: 5px solid #aba235;
    border-top: 0;
    border-right: 0;*/
}
.home-facts .elementskit-funfact:before {
	content: "";
	position: absolute;
	width: 200px;
    height: 200px;
	border: 5px solid #3f4096;
	border-radius: 50%;
	border-top: 0;
    border-right: 0;
	transition: .3s ease;
}
.home-facts .elementskit-funfact:hover {
	background-color: #ffffff !important;
}
.home-facts .elementskit-funfact:hover:before {
	transform: rotate(180deg);
}
.ekit-wid-con .profile-square-v.square-v6 .profile-card::after, body .profile-square-v.square-v6 .profile-card::after{
	background-color:#ABA235!important;
	opacity: .7!important;
}
.ekit-team-modal-img, .ekit-team-modal-title, .ekit-team-modal-position {
	display:none!important;
}

.elementskit-submenu-panel > li > a:hover:before{
	display:none!important;
}
.board-info{
	display: flex!important;
	column-gap: 50px;
	padding-bottom: 15px;
}
.board-info img{
	box-shadow: 0 28px 40px 0 rgba(0, 0, 0,.1);
	width:43%;
}
.ekit-team-modal-info.has-img{
	max-width:100%!important;
	flex:unset!important;
	padding:0!important;
}
.board-info h5{
	font-size:16px;
	font-weight:700;
	color: rgba(0, 0, 0, .5);
}
body .ekit-team-modal-info .ekit-team-social-list>li>a svg{
	max-width: 21px!important;
    vertical-align: middle;
    width: 120px !important;
    height: 30px !important;
}
body .ekit-team-modal-info .ekit-team-social-list>li>a {
	padding: 8px;
}
.post--tab .tabHeader .tab__list{
	display:flex;
}
.post--tab .tabContent{
	margin: 20px 0px 0px -15px;
}
.ekit-wid-con .post--tab{
	display:block!important;
}
.tab__post--title{
	text-align: center;
}
.ekit-wid-con .ekit--tab__post__details .tab__post--header{
	border-radius: 10px;
	margin-bottom: 8px!important;
}
.curriculas .box-body{
	text-align: left!important;
}

@keyframes pop {
	0% {
		transform: scale(1,1);
	}
	50% {
		transform: scale(1.1,1.1);
	}
	100% {
		transform: scale(1,1);
	}
}

/* Style the event list */
.event-list {
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: flex;
}

/* Slider */
.slick-slider
{
    position: relative;
    display: block;
	margin-bottom: 0px !important;
    -moz-box-sizing: border-box;
         box-sizing: border-box;
	    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
	    -webkit-touch-callout: none;
 	   -khtml-user-select: none;
	    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.programs-list .slick-prev{
	left: -40px!important;
}
.programs-list .slick-next{
	right: -17px!important;
}
.programs-list .slick-prev:before, .programs-list .slick-next:before{
	color:#3F4096!important;
	font-size: 65px!important;
	font-weight: 600!important;
}
.slick-prev{
	left: -9px!important;
	background-color: transparent!important;
}
.slick-next{
	right: -4x!important;
	background-color: transparent!important;
}
@media (max-width: 600px){
	.slick-next {
    right: 2px!important;
}
	.slick-initialized .slick-slide{
		width: 100%;
	}
	.events-slider-container{
		padding-top: 10px!important;
		width: 100%!important;
	}
	.elementor-section.choose_acorns{
		overflow:hidden!important;
	}
}
.slick-prev, .slick-next{
	top: 40%!important;
	position: absolute;
	z-index: 2;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-initialized .slick-slide:hover{
	background: #ffffff2e;
}
.slick-slide
{
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: grid;
	text-align: center;
	color: #fff;
	font-size: 14px;
}
.slick-initialized .slick-slide a{
	color:#fff;
	font-size: 17px;
	font-weight: 600;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.slick-dots li button::before {
  color: #00440d !important;
  font-size: 57px !important;
  line-height: 50px !important;
}
.slick-next:before {
    content: "\f0da" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	font-size: 40px!important;
}
.slick-prev:before, .slick-next:before{
	line-height: unset!important;
}
.slick-prev:before{
	content: "\f0d9"!important;
	font-family: "Font Awesome 5 Free" !important;
    font-weight: 900 !important;
	font-size: 40px!important;
}
/* General button styles */
.elementor-button {
    color: #fff;
    -webkit-transition: .25s;
    transition: .25s;
    border-radius: 10px;
  text-decoration:none;
}

.elementor-button:focus,.elementor-button:hover, .post--tab .tabHeader .tab__list .tab__list__item:focus,.post--tab .tabHeader .tab__list .tab__list__item:hover {
    border-color: #C4B52F;
    color:#C4B52F;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.elementor-button {
    border: 2px solid #C4B52F;
    line-height: 1;
    padding: 1em 2em;
    cursor: pointer
}

.elementor-button:focus,.elementor-button:hover, .post--tab .tabHeader .tab__list .tab__list__item:focus,.post--tab .tabHeader .tab__list .tab__list__item:hover {
    -webkit-animation: ppulse 1s;
    animation: ppulse 1s;
    -webkit-box-shadow: 0 0 0 2em rgba(255,255,255,0);
    box-shadow: 0 0 0 2em rgba(255,255,255,0)
}

@-webkit-keyframes ppulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #C4B52F;
        box-shadow: 0 0 0 0 #C4B52F;
    }
}

@keyframes ppulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 #C4B52F;
        box-shadow: 0 0 0 0 #C4B52F;
    }
}

.elementor-button {
    background-color: #3f4096!important;
}
#inquirybtn{
	background-color:#31B0E4!important;
}
#inquiry_btn3{
	background-color: #C4B52F!important;
}
#inquiry_btn3:hover{
	color:#fff!important;
}

.about_home .elementor-widget-container {
    animation-name: float-bob;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@keyframes float-bob {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-10px);
    }
    100% {
        transform: translateY(0);
    }
}
.fla-albumnavigator-item-title{
	font-family: 'Akshar';
	font-size: 27px!important;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}
/*Inquiry-Form*/

.inquiry-form {
    display: none;
    position: fixed;
    z-index: 5;
    padding-top: 100px; 
    top: 0;
		left: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
  }

  /*Sub form */
.inquiry-form form {
    background-color: #fff;
    margin: auto;
    padding: 10px 40px;
    width: 670px;
	margin-top: 40px;
	border-radius: 10px;
    border: 3px solid #1c2448;
}
.student-details {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.student {
    flex: 0 0 calc(50% - 10px); 
    box-sizing: border-box;
}

.student label {
    display: block;
	font-size: 15px;
}

.student input[type="text"],
.student input[type="tel"],
.student input[type="number"],
.student select,
.student input[type="email"] {
    width: 100%; 
    padding: 15px;
    border: 1px solid grey;
    border-radius: 10px;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.2)
}

input[type="submit"] {
    cursor: pointer;
    background-color: #3f4096;
    color: white;
    border: none;
    padding: 10px 20px;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
}
.sub_icon {
    position: absolute;
    z-index: 999;
	top: 7%;
	right: 6%;
	width: 20%!important;
  }

.inquiry-form .e-con-inner {
    position: relative;
}
/* Responsive adjustments */
@media (max-width: 768px) {
    .student {
        flex: 0 0 100%; 
    }
	.tab__post__single--item.ekit___column-3.tablet-.mobile-.post-count-3{
		width:100%!important;
		margin-bottom: 20px;
	}
}
/*Single Post*/
.post-entry-content {
    display: flex;
	flex-direction: row;
	margin: auto;
	max-width: 1170px;
	padding: 15px 20px;
}
.first-related-post {
	font-family: 'Akshar';
}
.first-related-post a{
	margin-left: 20px;
	color: #000;
	text-decoration: none;
	 font-weight: 700;
	line-height: 1.25;
    font-size: 18px!important;
}
.first-post {
	padding-top: 15px;
}
.related-post a{
 	color: #000;
	font-family: 'Akshar';
	text-decoration: none;
	font-size: 16px;
	margin-left: 20px;
	font-weight: 600;
}

.related-post, .first-post{
	margin: 0 0 26px;
	display: flex;
}

.post-info {
    width: 70%;
    padding: 20px;
}
.related-news {
    width: 30%;
    background: #f2f2f2;
    border: 1px solid #ddd; 
	border-radius: 10px;
    padding: 10px 20px;
	height: fit-content;
	position: sticky;
	right: 0;
	top: 0;
}

.featured-image-container {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
.featured-image-container:before{
	content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.2);
}

.featured-image-container img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.post-title {
    position: absolute;
    bottom: 0;
	z-index: 4;
    left: 100px;
    width: 100%;
    color: #fff;
    padding: 10px;
    text-align: left;
	max-width: 960px;
    font-size: 58px;
	font-weight: 700;
    line-height: 1.15;
    margin: 0 0 .4em;
	text-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
}

.sidebar.widget h3{
  color: #3f4096;
  margin: 10px 0px 15px;
  padding-bottom:10px;
  padding-left: 10px;
  border-left: 5px solid #3f4096;
}

.sidebar.widget ul {
    margin: 0px;
    padding: 0;
    overflow: hidden;
}
.sidebar.widget ul li {
    overflow: hidden;
    font-size: 14px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 20px;
	list-style: none;
}
.sidebar-thumb{
    float: left;
    overflow: hidden;
    margin-right: 15px;
}
.sidebar-thumb img{
  background: #fff;
  border: 1px dashed #3f4096;
  padding: 3px;
  height: 75px;
  width: 75px;
  
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
}
.sidebar-content h5{ 
    font-size: 18px;
    cursor: pointer;
    line-height: 24px;
	margin: 0;
	letter-spacing: 0.6px;
	font-weight: 500;
}
.sidebar-content h5 a:hover{ 
  color: #c4b52f;
}

.sidebar-content h5 a{ 
    color: #202020;
    outline: 0 none;
    text-decoration: none;
    font-weight: 600;
}
.sidebar-meta{
  margin-top: 10px;
}
.sidebar-meta span{
  color: #c4b52f;
}
.sidebar-meta span.time{
  margin-right: 10px;
}
.sidebar-meta span i{
  color: #3f4096;
}
/*Contact-form*/
.contact-frm{
	display: flex;
	justify-content: space-between;
	column-gap: 15px;
}
.contact-frm input[type="text"],
.contact-frm input[type="tel"],
.contact-frm input[type="number"],
.contact-msg textarea,
.contact-frm input[type="date"],
.contact-frm input[type="email"] {
    padding: 10px;
    margin-bottom: 5px;
    border-radius: 10px;
    border: 1px solid grey;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    font-size: 16px;
    width: 100%;
}
.visit-date{
	width: 48%;
}
.wpem-event-listings.wpem-event-listing-box-view .wpem-event-layout-wrapper{
	border-radius: 10px;
}
.pgc-rev-fillmode-thumb-item-wrap {
	border-radius: 10px!important;
}
.fla-albumnavigator-item-counter{
	background:#3f4096!important;
	border-radius: 50px!important;
	padding: 10px!important;
}
.elementor-repeater-item-fa1878d.ekit_badge_left:hover{
	animation: wobble-top-right .4s ease;
}

@keyframes wobble-top-right {
  0% { transform: translateX(0%) translateY(0%); }
  25% { transform: translateX(-5%) translateY(-5%); }
  75% { transform: translateX(5%) translateY(5%); }
  100% { transform: translateX(0%) translateY(0%); }
}
.wpem-single-event-body{
	max-width: 1100px;
	margin: auto;
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid var(--wpem-gray-border-color);
	border-radius: 0 0 5px 5px;
}
.wpem-event-single-image img{
	height: 480px!important;
	object-fit: cover!important;
}
.wp-block-list li{
	margin-bottom: 10px;
	line-height: 27px;
}
.post-info p{
	line-height: 27px;
}
.wpem-single-event-wrapper{
	overflow: hidden;
	margin-bottom: 50px;
}
.wpem-event-listings .wpem-event-layout-wrapper .event_featured {
	background: #fff!important;
}
.wpem-single-event-wrapper{
	border: none!important;
}
.search_events.search-form-container{
	display: none;
}
@media (max-width: 480px) {
    .ekit-wid-con .ekit--tab__post__details .tab__post__single--item.mobile-ekit___column-2 {
        width: 100%;
    }
}
.meta-date{
	width: 100%!important;
}
.core-values {
	display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px; 
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}
.hotspots-placeholder{
	order:2;
}
#hotspot-6205 .hotspots-placeholder{
	background: none!important;
	border:none!important;
	color:unset!important;
}
#hotspot-hotspot-6205-0{
	background-color: #F5642312;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 4px 3px 3px 0px;
    border-color: #F56423;
    border-radius: 10px 10px 10px 10px;
}
#hotspot-hotspot-6205-5{
	background-color: #ed212a14;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 4px 3px 3px 0px;
    border-color: #ed212a;
    border-radius: 10px 10px 10px 10px;
}
#hotspot-hotspot-6205-3{
	background-color: #36b84e21;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 4px 3px 3px 0px;
    border-color: #36b84e;
    border-radius: 10px 10px 10px 10px;
}
#hotspot-hotspot-6205-1{
	background-color: #64328C12;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 4px 3px 3px 0px;
    border-color: #64328C;
    border-radius: 10px 10px 10px 10px;
}
#hotspot-hotspot-6205-2{
	background-color: #3F409617;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 4px 3px 3px 0px;
    border-color: var(--e-global-color-primary);
    border-radius: 10px 10px 10px 10px;
}
#hotspot-hotspot-6205-4{
	background-color: #E7B11F12;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 4px 3px 3px 0px;
    border-color: var(--e-global-color-337ce8d);
    border-radius: 10px 10px 10px 10px;
}
#hotspot-hotspot-6205-6{
	background-color: #31B0E40D;
    padding: 30px 30px 30px 30px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
    border-style: solid;
    border-width: 4px 3px 3px 0px;
    border-color: #31B0E4;
    border-radius: 10px 10px 10px 10px;
}
#hotspots-map-container-6205{
	zoom: 1.6;
}

@media screen and (min-width: 900px) {
  .layout-left .hotspots-placeholder {
    flex: 0 0 40%!important; 
    max-width: 40%!important;
	margin-left: -70px;
  }
}
.acoorns_core .hotspots-interaction{
	margin-left: -118px!important;
	width: 890px!important;
}
.hotspot-initial h2{
	margin-top: 200px;
}
#hotspot-hotspot-6205-1 .hotspot-title{
	color:#64328C!important;
} 
#hotspot-hotspot-6205-0 .hotspot-title{
	color: #F56423!important;
}
#hotspot-hotspot-6205-6 .hotspot-title{
	color: #31B0E4!important;
}
#hotspot-hotspot-6205-4 .hotspot-title{
	color:var(--e-global-color-337ce8d)!important;
}
#hotspot-hotspot-6205-2 .hotspot-title{
	color: var(--e-global-color-primary);
}
#hotspot-hotspot-6205-3 .hotspot-title{
	color:#36b84e!important;	
}
#hotspot-hotspot-6205-5 .hotspot-title{
	color:#ed212a!important;
}
.acoorns_core .hotspots-container.loaded .hotspots-image-container>img{
	display: contents;
    height: 100%;
}
.footish_cta span.elementor-icon-list-text:before {
	content: "";
    position: absolute;
    background-image: url(https://devs.wordpress.ug/bunga/wp-content/uploads/2024/08/Acorns-favicon.png);
    background-size: contain;
    background-repeat: no-repeat;
    z-index: 9999;
    width: 60px;
    height: 60px;
    left: 10px;
    top: 20px;
    filter: brightness(0) invert(1);
}