/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
@font-face {
  font-family: 'Object Regular';
  src: url(./fonts/Object-Sans-Regular.woff);
}

@font-face {
  font-family: 'Object Bold';
  src: url(./fonts/Object-Sans-Bold.woff);
}

li.menu-item-528,li.menu-item-527,li.menu-item-520,li.menu-item-521,li.menu-item-522,li.menu-item-513,li.menu-item-512,li.menu-item-511, li.menu-item-510, li.menu-item-509, li.menu-item-508,  li.menu-item-507, li.menu-item-506 {
    display: none ;
} 

body {
	font-family: Object Regular;
}

.swiper-pagination {
  transform: translateX(-50px) !important;
}

.header-nav.header-nav-main.nav.nav-left.nav-uppercase {
	justify-content: center;
}

.html.custom.html_topbar_left {
  transform: translateX(-60%);
}

.sticky-fade .stuck:not(.ux-no-animation) {
	animation: unset !important;
}

.header-inner, .header-bottom .container {
	padding: 0 60px;
}

.nav > li {
	margin: 0;
}

.header-main {
	padding: 20px 0 30px 0;
	height: 100% !important;
	background: white;
}

.header-bottom {
	box-shadow: #0003 0 0 20px;
}

main {
	background-image: url(/wp-content/uploads/2025/02/main-bg-svg-1.svg),url(/wp-content/uploads/2025/02/main-bg-svg-2.svg);
	background-position: 95% 120px,20px bottom;
	background-repeat: no-repeat;
}

.nav > li > a {
	font-family: Object Regular !important;
	font-size: 14px;
	padding: 2px 0;
	letter-spacing: 0;
	color: #BFC1CC !important;
}

.nav > li > a:hover {
	font-family: Object Bold !important;
	border-bottom: 2px solid white;
	color: white !important;
}

.nav  > li.current-menu-item > a {
	font-family: Object Bold !important;
	border-bottom: 2px solid white;
	color: white !important;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 80px;
	height: 60px;
}

.swiper-pagination .swiper-pagination-bullet:before {
	content: "";
	background-size: contain;
	width: 80px;
	height: 60px;
	display: block;
}

.swiper-pagination .swiper-pagination-bullet:first-child:before {
	background-image: url("/wp-content/uploads/2025/02/today.png");
}

.swiper-pagination .swiper-pagination-bullet:nth-child(2):before {
	background-image: url("/wp-content/uploads/2025/02/over_time.png");
}

.swiper-pagination .swiper-pagination-bullet:nth-child(3):before {
	background-image: url("/wp-content/uploads/2025/02/tomorrow.png");
}

.swiper-pagination .swiper-pagination-bullet:nth-child(4):before {
	background-image: url("/wp-content/uploads/2025/02/causes.png");
}

.swiper-pagination .swiper-pagination-bullet:nth-child(5):before {
	background-image: url("/wp-content/uploads/2025/02/survival.png");
}


.swiper-pagination .swiper-pagination-bullet:nth-child(6):before {
	background-image: url("/wp-content/uploads/2025/02/at_csu.png");
}

.section-title a {
	padding: 10px 24px !important;
	border: 1px solid #2B3256;
	border-radius: 60px;
	text-decoration: none !important;
	font-weight: 700;
	font-size: 14px !important;
	letter-spacing: .08em;
	text-transform: uppercase;
}

.section-title-normal {
	border: none;
}

.footer-wrapper {
	z-index: 2;
}

.mobile-nav.nav.nav-right a {
	display: flex;
	flex-direction: column;
	color: black !important;
}

.mobile-nav.nav.nav-right span.menu-title {
	font-size: 8px;
}

.nav-sidebar li.current-menu-item a {
	border: none;
	color: black !important;
}

.nav-sidebar li a {
	color: black !important;
}

.nav-sidebar li a:hover {
	color: black !important;
}

.off-canvas-center .nav-vertical > li > a {
	justify-content: start;
	padding: 15px 0 !important;
	font-size: 1.1rem;
	font-weight: 400;
	font-family: Object Regular;
	letter-spacing: 1.44px;
	color: #6B7089 !important;
}

.sidebar-menu.no-scrollbar.text-center {
	text-align: left;
}

.off-canvas-center .mfp-container {
	height: unset;
}

.off-canvas-center .mfp-content {
	padding-top: 0;
	max-width:100%;
}

.off-canvas .sidebar-menu {
	padding: 25px;
}

.nav-sidebar .header-button .button{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: unset;
	padding: 15px 0;
}

.nav-sidebar .header-button .button span{
	color: white;
	line-height: 100%;
	font-weight: 600;
	font-size: 1.1rem;
}

.nav-sidebar .social-icons {
	width: fit-content;
	display: flex;
	gap: 30px;
	font-size: 1.3rem;
	color: #2B3256;
	margin-top: 20px;
}

.wn-home-slider-section.show-for-medium .row {
	row-gap: 80px;
}

@media only screen and (max-width: 900px) {
	/*************** ADD TABLET ONLY CSS HERE  ***************/
	.section-title a {
		margin-left: 0;
	}
	
	body.body-scroll-lock--active .mfp-wrap {
		background: white;
	}
}

@media only screen and (max-width: 549px) {
	/*************** ADD MOBILE ONLY CSS HERE  ***************/
	.header-inner {
		padding: 0 20px;
	}
	
	#logo img {
		max-height: 50px !important;
	} 
	
	.menu-title {
		display: block !important;
	}
	
	.mobile-nav > li > a > i + span {
		margin: 0 !important;
	}

	.nav-sidebar .social-icons {
		font-size: 1rem;
		margin-top: 10px;
	}
}

