/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
/* Body main setting */

/* Set the color code used on the site */
:root {
	--cnvs-themecolor: #18c0ff;
	--cnvs-themecolor-rgb: 24, 192, 255;
	--cnvs-body-font: "Roboto", sans-serif;
	--cnvs-primary-font: "Lato", sans-serif;
	--cnvs-secondary-font:  'Roboto', sans-serif;	
	--cnvs-primary-menu-font-size: 14px !important;
	--cnvs-primary-menu-submenu-font-size: 11px !important;
	--cnvs-header-height: 60px !important;
	--cnvs-header-height-sm: 60px !important;
	--cnvs-header-height-md: 80px !important;
	--cnvs-header-height-lg: 100px !important;
	--cnvs-header-height-shrink: 60px !important;
	--cnvs-side-header-width: 260px !important;
	--cnvs-overlaycolor-rgb: 244, 246, 250;
    --cnvs-pricing-price-font-size: 3.8rem !important;	
	--bs-testimonial-rgb: 217, 217, 217;
}

.modal {
	--bs-modal-width: 800px !important;
}

/* Set the icon size on the result pages */
[class^=i-] {
	--cnvs-i-size: 2.2rem !important;
}

body {
	font-size: 1em;
}

/*
a {
	text-decoration: underline !important;
	font-weight: 900;
	color: #592d8c;
}


a:hover {
	text-decoration: underline !important;
	font-weight: 900;
	color: #f6ee27;
}

a:visited {
	text-decoration: underline !important;
	font-weight: 900;
	color: #C5DC64;
}
*/
.no-border {
	border: none !important;
}

.entry::after {
	border: none !important;
	background-color: transparent  !important;
	margin-top: 15px !important;
}

.fs-7 {
	font-size: 0.9rem !important;
}

.fs-8 {
	font-size: 0.8rem !important;
}

.fs-9 {
	font-size: 0.7rem !important;
}

.white {
	color: white !important;
}

.color-purple {
    color: #592d8c !important;
}

.color-dark {
    color: #230F42 !important;
}

.color-orange {
    color: #ffa604 !important;
}

.cancelled {
    color: red !important;	
}

.icon-active {
    color: #592d8c !important;	
	font-size: 0.9em;
	border: 1px solid #592d8c !important;
	--cnvs-i-size: 2.2rem;
	border-radius: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

.icon-active:hover {
    color: #592d8c !important;
	border-color: #C5DC64 !important;
    background-color: #C5DC6480 !important;
	border: 1px solid #592d8c !important;
	--cnvs-i-size: 2.2rem;
	border-radius: 5px;
	padding-left: 4px;
	padding-right: 4px;
}

.icon-active-small {
    color: #C5DC64 !important;	
	font-size: 1.2em;
}

.icon-inactive {
    color: #592d8c38 !important;	
	font-size: 1.4em;	
}

.icon-inactive-small {
    color: #592d8c38 !important;	
	font-size: 1.0em;	
}
.icon-off {
	--cnvs-i-size: 1.9rem;
    color: #dc35453b !important;
	border: 1px solid #dc35453b !important;
	padding: 0px 5px;
	border-radius: 5px;
}

.icon-off:hover {
    color: #230F42 !important;
	border-color: #230F42 !important;
    background-color: #230F4280 !important;
	--cnvs-i-size: 1.9rem;
	border-radius: 5px;
}

.icon-purple {
	--cnvs-i-size: 2.2rem;
    color: #592d8c !important;
	border: 1px solid #592d8c !important;
	padding: 0px 5px;
	border-radius: 5px;
}

.icon-purple:hover {
    color: #592d8c !important;
	border-color: #C5DC64 !important;
    background-color: #C5DC6480 !important;
	border: 1px solid #592d8c !important;
	--cnvs-i-size: 2.2rem;
	border-radius: 5px;
}

.iconlist li {
	flex-wrap: nowrap;
}

.text-justify {
	text-align: justify !important;
}

/* Button in house style */

.button-purple {
  --cnvs-btn-color: #592d8c;
}
.button-purple.button-3d:hover, .button-purple.button-reveal:hover, .button-purple.button-border:hover {
  --cnvs-btn-color: #592d8c !important;
}
.button-purple.button-border.button-fill::before {
  background-color: #592d8c;
}
.button-purple.button-action {
  --cnvs-btn-action-border-color: #592d8c;
}

.button-border.button-purple, .button-border.button-light.button-purple {
  color: #592d8c;
  border-color: #592d8c;
}

.drop-shadow {
	text-decoration: none !important;
    box-shadow: -11px -11px 25px rgba(255,255,255, 0.35), 11px 13px 25px rgba(165,181,208, 0.6);
}


/* Set background opacity */

.opacity-9 {
	opacity: 0.9 !important;
}

.opacity-8 {
	opacity: 0.8 !important;
}

.opacity-7 {
	opacity: 0.7 !important;
}

.opacity-6 {
	opacity: 0.6 !important;
}

.opacity-5 {
	opacity: 0.5 !important;
}
/* Logo */

#logo a .logo-default {
    max-height: 100px;
}


/* NAV listing */

.nav_level_1 {
   font-size: 0.9rem !important;
   padding-top: 2px !important;
   padding-bottom: 0px !important;
   letter-spacing: 0px !important;
}

.nav_level_2 {
   font-size: 0.80rem !important;
   padding-top: 1px !important;
   padding-bottom: 1px !important;
   text-transform: none !important;
   letter-spacing: 0px !important;
}


.refine_level_1 {
   font-size: 0.9rem !important;
   font-weight: bold;
   padding-top: 5px !important;
   padding-bottom: 0px !important;
   letter-spacing: 1px !important;
}

.refine_level_2 {
   font-size: 0.82rem !important;
   padding-top: 1px !important;
   padding-bottom: 1px !important;
   text-transform: none !important;
   letter-spacing: 0px !important;
}

.refine_level_2_small {
   font-size: 0.65rem !important;
   padding-top: 1px !important;
   padding-bottom: 1px !important;
   text-transform: none !important;
   letter-spacing: 0px !important;
}

/* Page Title */
.page-title-h1 {
	text-shadow: 2px 2px #230F42 !important;
	font-family: sans-serif !important;
	text-transform: uppercase !important;
	font-size: calc( 2.5rem + 1vw ) !important;
	background-color: transparent !important;
	font-weight: 600 !important;
	letter-spacing: 1px !important;
	padding-top: 10px;
}

.title-rating {
	margin-left: 15px;
	vertical-align: super;
	font-size: 0.6em;
}

/* Title font */
.title-font {
	font-family: sans-serif !important;
	text-transform: uppercase !important;
	font-weight: 700;
}

.menu-link {
	text-transform: uppercase !important;
/*	font-size: 1.1em; */
	font-weight: 500;
	line-height: 20px !important;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

.menu-link span {
	text-transform: none !important;
	font-size: 0.75em !important;
}

.menu-link div {
	text-transform: none !important;
/*	font-size: 0.8em !important; */
}

/* OWL CAROUSEL - Fixing the image heights to same height
======================================================== */

.image-bar-carousel .owl-stage {
  display: flex !important;
}

.image-bar-carousel .oc-item img {
  width: auto !important;
  height: 100% !important;
}



/* Hero text visibility improvements 
======================================================== 
Set the colour to one of the BRAND COLOURS
*/

.slider-caption h2, .slider-caption .h2 {
    text-shadow: 1px 1px #fb0c0b !important;
}

.slider-caption p {
    text-shadow: 1px 1px #fb0c0b !important;
}	  


	
/* HERO IMAGES - MAIN PAGE */

.hero-container {
	height: 50vh;
	overflow: hidden;
	max-height: 50vh;
	width: auto;	
}

/* HERO IMAGES - FULL DETAIL PAGE */
.hero-diagonal::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(to right, rgba(var(--cnvs-overlaycolor-rgb, 126, 150, 128), 1) 20%, rgba(var(--cnvs-overlaycolor-rgb, 126, 150, 128), 0.3) 100%);
	-webkit-clip-path: none;
	clip-path: none;
	background-position: center center;
	background-size: cover;
	z-index: 2;
}

.swiper-button-disabled { display: none; }

.slider-arrow-left,
.slider-arrow-right {
	width: 50px;
	height: 50px;
	background-color: #FFF;
	border-radius: 50%;
	left: 20px;
	right: auto;
}
.slider-arrow-right {
	right: 20px;
	left: auto;
}

.slider-arrow-left i,
.slider-arrow-right i {
	color: var(--cnvs-themecolor);
	text-shadow: none;
	height: 50px;
	line-height: 48px;
	margin: 0;
}

.slider-arrow-right i { margin-right: 2px; }





/* Images
-----------------------------------------------------------------*/
.img-rounded {
	border-radius: 6px;
}

.h-200 {
	max-height: 200px;
	height: 100%;
}

.h-300 {
	max-height: 300px;
	height: 100%;
}

.w-200 {
	max-width: 200px;
	width: 100%;
}

.w-150 {
	max-width: 150px;
	width: 100%;
}

.w-100 {
	max-width: 100px;
	width: 100%;
}

.square {
	--cnvs-square-size: 12rem !important;	
    width: var(--cnvs-square-size) !important;
    height: var(--cnvs-square-size) !important;
}



/* Banner for GhanaTRVL
-----------------------------------------------------------------*/

.gtr-square {
    width: var(--cnvs-square-size) !important;
    height: var(--cnvs-square-size) !important;
}


.promo-users {
	opacity: 0.1;
	--cnvs-promo-users-img-pos-x: 0;
	--cnvs-promo-users-img-pos-y: 0;
}

.promo-users img {
	position: absolute;
	top: var(--cnvs-promo-users-img-pos-y);
	left: var(--cnvs-promo-users-img-pos-x);
	bottom: var(--cnvs-promo-users-img-pos-y);
	right: var(--cnvs-promo-users-img-pos-x);
}

.promo-users img:nth-child(1) {
	--cnvs-promo-users-img-pos-x: 13%;
	--cnvs-promo-users-img-pos-y: -6%;
}

.promo-users img:nth-child(2) {
	--cnvs-promo-users-img-pos-x: 4%;
	--cnvs-promo-users-img-pos-y: 49%;
}

.promo-users img:nth-child(3) {
	left: auto;
	--cnvs-promo-users-img-pos-x: 2%;
	--cnvs-promo-users-img-pos-y: 0%;
}

.promo-users img:nth-child(4) {
	left: auto;
	top: auto;
	--cnvs-promo-users-img-pos-x: 0;
	--cnvs-promo-users-img-pos-y: 3%;
}

.promo-users img:nth-child(5) {
	top: auto;
	--cnvs-promo-users-img-pos-x: 17%;
	--cnvs-promo-users-img-pos-y: 3%;
}

@media (min-width: 768px) {
	.promo-users {
		opacity: 1;
	}
}


/* Responsive Device more than 992px (.device-md >)
-----------------------------------------------------------------*/
@media (min-width: 992px) {

	.hero-diagonal::before {
		width: 60%;
		-webkit-clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
		clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
	}

}


/* Overlay on images */

.category {
	font-size: 1.1rem !important;
}


.entry-title h4, .entry-title .h4 {
    --cnvs-post-title-font-size: 1.2rem !important;
}

/* SOCIAL MEDIA SHARING SHADOW */

.social-icon.inset-shadow {
	box-shadow: -11px -11px 25px rgba(255,255,255, 0.35),
				11px 13px 25px rgba(165,181,208, 0.6);
}

.social-icon.inset-shadow:hover {
	transform: scale(1.1);
	box-shadow: -11px -11px 22px rgba(255,255,255, 0.52),
					11px 13px 22px rgba(166,181,208,0.92),
						inset -11px -11px 28px rgba(255,255,255, .7),
							inset 11px 11px 28px rgba(166,181,208, .85);
}


/* UPCOMING EVENTS  */
/* Set the date bigger and in purple */
.date-listed {
    color: #230F42 !important;
    font-size: 0.8em !important;	
    font-weight: bold !important;		
}

/* FLEX SLIDER IMAGE SIZING */

.flex-cover {
  object-fit: cover;
  max-width: 100% !important;
  height: 450px !important;	
}

.event-image-cover {
  object-fit: cover;
  width: 100% !important;
  height: 200px !important;	
}

.image-wrapper {
  display: inline-block;
  width: 100% !important;
  height: auto !important;	
}

.image-wrapper img {
  height: auto;
  width: 100%;
  object-fit: cover;	
  border-radius: 5px;
   max-height: 150px;
}


.image-side-list {
  max-width: 100% !important;
  height: auto !important;	
  margin-right: 20px;
  border-radius: 5px;
  max-height: 150px;
}

.pts-image-cover {
  object-fit: cover;
  width: 200px !important;
  height: 200px !important;	
}


/* MAP SETTING */

.gmapTour {
  position: relative;
  width: 100%;
  height: 900px;
}




/* RESULT PAGE */

/* Grid filter */
.grid-filter li a {
    font-size: 0.9em !important;
}

/* Title */
.entry-title.title-sm h2, .entry-title.title-sm .h2, .entry-title.title-sm h3, .entry-title.title-sm .h3 {
    --cnvs-post-title-font-size: 1.6rem;
}


/* ARTICLE PAGE
=========================================================================================== */

.title-box {
    --bs-bg-opacity: 0.45;
	--bs-title-box: 35, 15, 66;
    background-color: rgba(var(--bs-title-box), var(--bs-bg-opacity)) !important;
	border-radius: 0.5rem;
}

.title-shadow {
	text-shadow: 2px 2px #034872;	
}


/* DETAIL ENTITY PAGE */

.contact-details {
    background-color: white !important;
    border-color: #592d8c !important;
	border-width: 2px;
	color: #592d8c !important;
	font-size: 1em !important;
}

.ul-2col {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}

/** additional font sizes **/
.f-12 { font-size: 12px; line-height: 16px; display: inline-block; letter-spacing: 0px; }
.f-15 { font-size: 15px; line-height: 20px; display: inline-block; letter-spacing: 1px; }
.f-16 { font-size: 16px; line-height: 25px; display: inline-block; letter-spacing: 1px; }
.f-18 { font-size: 18px; line-height: 26px; display: inline-block; letter-spacing: 1px; }
.f-24 { font-size: 24px; line-height: 28px; display: inline-block; letter-spacing: 1px; }

/** flag **/
.flag {
	height: 16px; 
	width:  16px !important; 
	display: inline !important; 
	margin-top: -3px;
	margin-right: 9px;
	margin-left: 10px;
	}

.bg-semi-transparent {
	 /*background-color: #ffffffa8;*/
	 background-color: #0348724f;
}

.section {

/**	 background-color: #230F42f !important; **/
}

.linked-item {
	margin-left: 0px !important;
	margin-right: 2px !important;
    font-size: 0.95em !important;
}


/* Social Media Sharing section */

	.si-sticky.si-sidebar {
		--width: 240px;
		--height: 35px;
		--icon-size: var(--height); /* 54px */
		--text-width: calc(var(--width) - var(--height)); /* 230px - 54px */
		width: var(--icon-size);
		height: auto;
	}

	.si-sticky.si-sidebar:not(.si-sticky-right) { left: 0; }

	.si-sticky.si-sidebar .social-icon {
		margin: 2px 0;
		margin-left: calc(-1 * var(--text-width));
		width: var(--width);
		height: var(--height);
		border: 0;
		border-radius: 0 4px 4px 0;
		display: inline-flex;
		align-items: center;
		transition: margin 0.2s ease-in-out;
	}

	.si-sticky.si-sidebar .social-icon i {
		position: absolute;
		left: auto;
		right: 0;
		width: var(--icon-size);
		height: var(--icon-size);
		line-height: var(--icon-size);
		text-align: center;
		transition: all 0.2s ease-in-out;
	}

	.si-sticky.si-sidebar .social-icon span {
		color: #FFF;
		font-size: 1rem;
		width: var(--text-width);
		text-align: center;
	}


	.si-sticky.si-sticky-right { right: 0; }

	.si-sticky.si-sidebar.si-sticky-right .social-icon {
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
		margin-left: 0;
		border-radius: 4px 0 0 4px;
	}

	.si-sticky.si-sidebar.si-sticky-right .social-icon i {
		left: 0;
		right: auto;
	}

	@media (min-width: 992px) {
		.si-sticky.si-sidebar:not(.si-sticky-right) .social-icon:hover { margin-left: 0; }
		.si-sticky.si-sidebar:not(.si-sticky-right) .social-icon:hover i { right: calc(-1 * var(--text-width)); }

		.si-sticky.si-sidebar.si-sticky-right .social-icon:hover { margin-left: calc(-1 * var(--text-width)); }
		.si-sticky.si-sidebar.si-sticky-right .social-icon:hover i { left: calc(-1 * var(--text-width)); }
	}



/* Menu modifications */

.menu-link span {
    display: inline !important;
	font-size: 11px;
    font-weight: 400;
    color: #888;
}


/* Modifications to styling for the Latest News by Categories */

.posts-sm .entry-meta li {
    font-size: 0.7rem;
}

.entry-img-thumb {
	width: 80px !important;
    height: 60px !important;
    object-fit: cover;
}

.menu_img_overflow {
	width: 100% !important;
    max-height: 250px !important;
	height: 100% !important;
    object-fit: cover;
}

.menu_img_opacity {
	opacity: 0.3;
}

/* Data tables */
.table-responsive {
	/* overriding the standard bootstrap 4 setting for overflow-x: auto */
	overflow-x: unset !important;
}


/* Image with title overlay */

.image-size-fixed {
	max-width: none !important;
}


.image-h1 {
	z-index: 2;
    position: absolute;
    bottom: 15%;
    left: 0;
    right: 0;
    font-size: 3.5vw;
	color: white;
	text-shadow: 2px 2px #034872;
    width: 100%;
    padding-left: 5vw!important;
	padding-right: 5vw!important;
    margin: 0;
    text-align: center;
	letter-spacing: 2px!important;
}

.image-h2 {
	z-index: 2;
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    font-size: 2.2vw;
	color: white;
	text-shadow: 1px 1px #034872;
    width: 100%;
    padding-left: 5vw!important;
	padding-right: 5vw!important;
    margin: 0;
    text-align: center;
	letter-spacing: 2px!important;
}


/* Article content 
===========================================*/

.article-h1 {
	font-family: 'Belleza' !important;
	font-weight: 700;
	z-index: 2;
	position: absolute;
	bottom: 30%;
	left: 0;
	right: 0;
	font-size: 3vw;
	color: white;
	text-shadow: 2px 2px #034872;
	width: 100%;
	padding-left: 5vw!important;
	padding-right: 5vw!important;
	margin: 0;
	margin-top: -13px; /* 1/2 height */
	text-align: center;
	letter-spacing: 2px!important;
}

.article-h2 {
	z-index: 2;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	font-size: 2vw;
	color: white;
	text-shadow: 1px 1px #034872;
	width: 100%;
	padding-left: 10vw!important;
	padding-right: 10vw!important;
	margin: 0;
	margin-top: -13px; /* 1/2 height */
	text-align: center;
	letter-spacing: 2px!important;
}

.article-credit{
	font-size: 0.8em!important;
	border-top: solid 1px;
	border-bottom: solid 1px;
	border-color: #999;
	color: #999!important;
}

.article-heading {
	line-height:2em;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 12px !important;
	display: inline-block;
	width: 100%;
}

.article-subheading {
	line-height:2em;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px !important;
}

.article-introduction {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: 12px!important;
	letter-spacing: 0.02em;
	text-align: justify;
}

.article-img-ul {
	margin-left: 0px !important;
	font-size: 0.8em;
	margin-top: 5px;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 -10px -20px;
	list-style: none;
}

.article-p {
	text-align: justify;
	margin-bottom: 15px;
}

.article-call-to-action {
	font-size: 1.2em;
	padding-left: 25px;
	padding-right: 25px;
}


.sources-list {
	font-size: 0.9em !important;
	color: grey;
}


.entry-content ol {
	margin-left: 1.5em;
}

.entry-content ul {
	margin-left: 1.5em;
}

.entry-content ol li {
	padding-left: 1em;
	margin-top: 5px;
	font-size: 0.95em;
}

.entry-content ul li {
	padding-left: 1em;
	margin-top: 5px;
	font-size: 0.95em;
}

.flickr-gallery {
	max-height: 480px !important;
	display: block;
	overflow: hidden;
}

.flickr-embed-photoshow {
	 max-height: 480px !important;

}


/* Result pages
========================================== */

.result-rate {
	font-size: 1.3em;
	font-weight: 700;
	color: #05c7d1;
}


.refine {
	font-size: 0.8em !important;
	text-transform: none !important;
	line-height: 18px !important;
	margin-left: 0px !important;
}

.result_img_overflow {
	width: 100% !important;
    max-height: 200px !important;
	height: 200px !important;
    object-fit: cover;
}

.result_desc {
	font-size: 0.9em !important;
	text-align: justify;
}

.li-small {
	font-size: 0.8em !important;
	line-height: 0.9em !important;
	color: grey;
}

/* Entity content 
========================================== */

.star-active {
	color: #C5DC64 !important;
	
}

.entity_img_overflow{
	width: 100% !important;
    max-height: 200px !important;
	height: 200px !important;
    object-fit: cover;
}

.hotels_img_overflow{
	width: 100% !important;
    max-height: 205px !important;
	height: 205px !important;
    object-fit: cover;
}

.entity-introduction {
	font-size: 1.2em;
	font-weight: 500;
}

.entity-content h2 {
	font-size: 1.5em !important;
	font-weight: 700 !important;
	margin-bottom: -10px !important;
}

.entity-content h3 {
	font-size: 1.2em !important;
	font-weight: 700 !important;
	margin-bottom: -10px !important;
}

/* Event content
========================================== */

.event-title-box {
	background-color: #592d8ce3;
	color:  #592d8c;
}

.slider-caption {
    max-width: 50vw;
}






.event-listing {
	font-size: 0.8em;
}


.event_title{
	text-align: center;
}

.event_title_cancelled {
	color: red !important;
	font-weight: 700 !important;
	font-size: 2.5rem !important;
}

.event_title_expired {
	color: red !important;
	font-weight: 700 !important;
	font-size: 2.5rem !important;
}

.event-date-expired {
	color: red !important;
}

.event-text-expired {
	color: grey !important;
}



.event-introduction {
	font-size: 1.2em;
	font-weight: 500;
}

.event_map {
	float: right !important; 
	width: 45%; 
	height: 400px;
}

.event_gmap {
    position: relative;
    max-width: 400px;
	width: 100%;
    max-height: 400px;
	height: 100%;
}

.sponsor_img_overflow{
	width: 100% !important;
    max-height: 300px !important;
	height: 300px !important;
    object-fit: cover;
}

.organiser-image {
    float: left;
    margin-right: 15px;
	margin-bottom: 15px;
}

.organiser-image-overflow {
	max-height: 250px !important;
    width: 250px !important;
    object-fit: cover;
}

.event_img_overflow{
	width: 100% !important;
    max-height: 200px !important;
	height: 200px !important;
    object-fit: cover;
}

.free_event_img_overflow{
	width: 100% !important;
    max-height: 100px !important;
	height: 100px !important;
    object-fit: cover;
}

.cancelled-text{
	font-size: 4em;
	font-weight: 600;
	color: white;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
}

.cancelled-container {
	text-align: center;
	margin-top: 100px;
    vertical-align: middle;
	background-color: #592d8c87;
	width: 100%;
}

.expired-text{
	font-size: 4em;
	font-weight: 600;
	color: white;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
}

.expired-container {
	text-align: center;
	margin-top: 100px;
    vertical-align: middle;
	background-color: #ff000099;
	width: 100%;
}	
.countdown-text {
	font-size: 4em;
	font-weight: 600;
	color: #592d8c;
	padding-top: 0.3em;
	padding-bottom: 0.1em;
}

.countdown-container {
	text-align: center;
	margin-top: 100px;
    vertical-align: middle;
	width: 100%;
}


/* Places to see */

.place_to_see_img_overflow{
	width: 100% !important;
    max-height: 67px !important;
	height: 67px !important;
    object-fit: cover;
}


/* INSTA EXPLORER PAGE
========================================== */

.visual-ghana-image-cover {
    object-fit: cover;
    max-width: 100% !important;
    height: 175px !important;
}


/* INSTA EXPLORER PAGE
========================================== */

.insta-explorer-title {
	font-size: 1.0em !important;
}

.insta-explorer-type-title{
	font-size: 0.8em !important;
}

/* DETAILED ENTITY PAGE
========================================== */

.opening-time-today{
	font-size: 1.2em !important;
	color: #C5DC64;
}

.closed-now{
	font-size: 1.2em !important;
	color: #dc3545;
}


/* JOIN US PAGE
========================================== */

.ju-intro-heading {
	color: #C5DC64 !important;	
}

.ju-intro-title {
	color: #592D8C !important;	
}

.ju-intro-header {
	color: #230F42 !important;
	font-size: 1.2em !important;
	font-weight: bold !important;
}

.ju-intro-text {
	color: #230F42 !important;
	font-size: 1.1em !important;
}

/* https://maketintsandshades.com/#592D8C */

.ju-pricing-box1 {
	background-color: #eeeaf4 !important;
	
}

.ju-pricing-box2 {
	background-color: #f9fcf0 !important;
	
}

.ju-pricing-box3 {
	background-color: #592D8C !important;
	
}


/* QUOTE / TESTIMONIAL BLOCK PAGE
========================================== */

.bg-testimonial {
    --bs-bg-opacity: 1;
    background-color: rgba(var(--bs-testimonial-rgb), var(--bs-bg-opacity)) !important;
}


/* PRICING PAGE
========================================== */

.border-promo {
	border-color: #C5DC64 !important;
	border-width: 2px !important;
}

.bg-promo {
	background-color: #C5DC64 !important;
	color: #592D8C !important;
	font-size: 1.05em;
	font-weight: 800 !important;
}

.pricing-tab {
	font-size: 1em !important;
}

.promo-bg-full {
	background-color: #592D8C !important;
}

.promo-bg-light {
	background-color: #F4F6FA !important;
    border: 1px !important;
    border-style: solid !important;
    border-color: #592D8C !important;
	color: #592D8C !important;
}

.strikethrough {
  position: relative;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;
  
  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}

.btn-promo-dark {
    --bs-btn-color: #fff;
    --bs-btn-bg: #592D8C;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.btn-promo-light {
    --bs-btn-color: #fff;
    --bs-btn-bg: #C5DC64;
    --bs-btn-border-color: #212529;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #424649;
    --bs-btn-hover-border-color: #373b3e;
    --bs-btn-focus-shadow-rgb: 66, 70, 73;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #4d5154;
    --bs-btn-active-border-color: #373b3e;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #212529;
    --bs-btn-disabled-border-color: #212529;
}

.pricing-price {
    font-size: 3.8rem !important;
}

/*
NEWS PAGE
========================================== */

.date-from {
    font-size: 2em;
}

.date-to {
    border-right: solid 2px #18c0ff;
}



/* ERROR PAGES
========================================== */


.error-bg {
	background: black;
	background-size: cover;
	-webkit-background-clip:text;	
}

.error-title {
	font-family: Arial, sans-serif;
    font-weight: 900;
    font-size: 12vw;
	color: WHITE;
	text-transform: uppercase;
	background-size: contain;
	color: transparent;
	-webkit-background-clip: text;
}

.error-body {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0;
    font-weight: 700;
    letter-spacing: 1px;
    color: BLACK !important;	
}

.error-subtitle {
	color: BLACK !important;	
    font-size: 20px;
	line-height:50px;
}

