/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 05 2025 | 02:23:16 */
/*FONTS_SETTINGS*/
@font-face {
	font-family: 'montserrat';
	font-display: swap;
	src: url(https://www.upliftingsite.com/wp-content/uploads/2023/12/montserrat-bold.ttf);
	src: url(https://www.upliftingsite.com/wp-content/uploads/2023/12/montserrat-med.ttf);
	src: url(https://www.upliftingsite.com/wp-content/uploads/2023/12/montserrat-regular.ttf);
}
@font-face {
	font-family: 'alfaslabone';
	font-display: swap;	
	src: url(https://www.upliftingsite.com/wp-content/uploads/2023/12/alfaslabone-reg.ttf);
}
body {
	color:#000000;
	font-family: 'montserrat';
}
body > div {
	font-size: 18px;
}
a {
	text-decoration: none !important;
	color:#000000;
}
/*HEADING_SECTION*/
h1 {
	font-size: 89px;
	font-family: 'alfaslabone';
	text-shadow: 2px 2px 14px hsl(0deg 0% 0% / 80%);
}
h2 , h3 , h4 , h5 , h6 {
	font-family: 'montserrat';
	color:#000000;
	font-weight:700;
}
h2 {
	font-size:36px;
}
/*MENU_SECTION*/
.menu a span {
	font-family: 'montserrat';
	font-weight:700;
	color: #fff;
	font-size: 18px;
}
.menu li {
	padding: 14px 15px;
}
.menu li:last-child {
	padding-right:0;
}
.vc_row .nav-primary, .menu-toggle{
	float:none;
}
.genesis-nav-menu li.page_item.current-menu-item {
	background: #000000;
	border-bottom-right-radius: 50px;
	border-bottom-left-radius: 50px;
	box-shadow: rgba(0, 0, 0, 0.35) 0px 3px 3px;
	padding: 14px 8px;
}
.home .site-header {
	position: absolute;
	width: 100%;
	left: 0;
	right: 0;
}
/*Sub Menu*/
.genesis-nav-menu .sub-menu a{
	border:0;
	width:100%;
	background-color:transparent;
}
.menu li .sub-menu{
	top: 20px;
	background-color: #d9d9d8;
	padding-bottom:15px;
	border:0;
	text-align: left;
}
.menu li .sub-menu li{
	margin:0;
}
.vc_row .sub-menu-toggle {
	padding:0;
	display: block;
	visibility: visible;
}
.sub-menu-toggle::before {
	content: """";
	border: 5px solid transparent;
	border-top: 5px solid #ec008c;
	vertical-align: bottom;
	width: auto;
	height: auto;
}
.widget ul > li {
	margin-bottom: 0;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-full-width]>.vc_row{
	max-width: 1200px;
	margin: 0 auto;
}
.header-full-width .wpb-content-wrapper .row-container[data-vc-stretch-content]>.vc_row{
	max-width: 100%;
}
/*BUTTON_SECTION*/
.vc_row .wpb_button, .vc_row .wpb_content_element, .vc_row ul.wpb_thumbnails-fluid>li, .entry {
	margin-bottom: 0;
}
.vc_row .vc_btn3.vc_btn3-style-custom {
	font-size: 18px;
	font-weight: 900;
	padding: 5px 5px;
	border-radius: 0;
	background-image: none;
	border-bottom: 6px solid #3f120d;
	font-family: 'montserrat';
}
/*PLACEHOLDER_SECTION*/
::-webkit-input-placeholder { 
	color:#000;
	opacity:  1;
}
:-moz-placeholder { 
	color:#000;
	opacity:  1;
}
::-moz-placeholder {
	color:#000;
	opacity:  1;
}
:-ms-input-placeholder {
	color:#000;
	opacity:  1;
}
/*FORM_SECTION*/
input, select, textarea {
	background-color: rgb(255 255 255 / 45%);
	border: 1px solid #ffffff !important;
	color: #000;
	padding: 10px 12px !important;
	line-height: 1;
}
.vc_row .gform_footer input {
	margin-bottom: 0px!important;
	color: #fff !important;
	font-size: 18px !important;
	padding: 10px 0 !important;
	width: 100%;
	border: 0 !important;
	border-radius: 18px !important;
	background-color: #3f120d;
}
.vc_row .gform_wrapper.gravity-theme .gfield textarea.large {
	height: 162px;
}
.vc_row .gform_wrapper.gravity-theme .gform_footer {
	padding: 0;
	margin-top: 16px;
}
.sidebar input, .sidebar select,.sidebar textarea,.error404 input{
	border: 1px solid #010101!important;
}
h2.gform_submission_error, .gfield_validation_message, .gfield_required ,.gform_confirmation_message{
	font-weight: bold;
}
/*AUDIO_SECTION*/
.vc_row .mejs-time, .vc_row .mejs-volume-button, .vc_row .mejs-time-handle-content, .vc_row .gform_validation_container,.fa-download:before{
	display:none;
}
.vc_row .mejs-horizontal-volume-slider, .vc_row .mejs-time-float, audio{
	display:none !important;
}
.vc_row .mejs-container .mejs-controls, .vc_row .mejs-container{
	background: transparent;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-total, .vc_row .mejs-time-float-corner, .vc_row .mejs-controls .mejs-time-rail .mejs-time-loaded{
	background: #fff;
	top: 15px;
	height: 10px;
	margin: 0;
	border-radius:5px;
	box-shadow: 2px 2px 2px #00000061;
}
.custom-audio-title {
	position: absolute;
	top: -12px;
	left: 26px;
	width: calc(100% - 82px);
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	text-align: left;
}
.vc_row .customaudioplayer .mejs-button>button,body .mejs-replay button {
	background: transparent;
	margin: 0;
	cursor:pointer;
}
.vc_row .customaudioplayer .mejs-button {
	margin-right: 9px;
	top: 9px;
	width: 18px;
	height: 18px;
	position: relative;
	padding-top:0 !important;
}
.customaudioplayer .mejs-play:before, 
.customaudioplayer .mejs-replay:before, 
.customaudioplayer .mejs-pause:before, 
.customaudioplayer .download-audio a:before, 
.custom-event-class .customaudioplayer:before{
	background-image: url(https://www.upliftingsite.com/wp-content/uploads/2023/12/sprite-image.svg);
	position: absolute;
	content: '';
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-size: cover;
	filter: drop-shadow(1px 1px 3px rgb(0 0 0 / 0.5));
}
.customaudioplayer .mejs-play:before, .customaudioplayer .mejs-replay:before {
	background-position: 0 0;
}
.customaudioplayer .mejs-pause:before {
	background-position: -40px 0px;
}
.vc_row .mejs-time-rail {
	margin: 0;
	height: 28px;
	padding: 0;
}
.vc_row .wp-audio-shortcode{
	margin:0;
	height:28px !important;
	width: calc(100% - 30px)!important;
}
body .mejs-button>button:focus {
	outline: none !important;
}
.customaudioplayer{
	position: relative;
	width: 82%;
	margin:35px auto;
	min-height:28px;
	border-radius:25px;
}
.customaudioplayer .download-audio a:before {
	background-position: -79px 0;
	top: 3px;
	right: 0;
}
.customaudioplayer .download-audio a {
	position: absolute;
	right: 0px;
	height: 21px;
	width: 21px;
	top: inherit;
	bottom: 0px;
}
.download-audio {
	position: relative;
}
.vc_row .mejs-controls .mejs-time-rail .mejs-time-current {
	height: 10px;
	border-radius: 5px!important;
	background-image: linear-gradient(90deg, #974b1a 0%, #3f120d 82%) !important;
}
body span.mejs-time-loaded,   body span.mejs-time-hovered, body span.mejs-time-buffering {
	display:none !important;
}
body .mejs-button button{
	transition: none !important;
}
.vc_row .mejs-controls {
	padding: 0;
	height: 28px;
}
.custom-event-class .wp-playlist {
	height: 250px;
}
.custom-event-class .customaudioplayer:before{
	top:10px;
	left: 0;
}
.custom-event-class .customaudioplayer::after {
	content: '';
	background: #fff;
	position: absolute;
	width: calc(100% - 55px);
	height: 12px;
	left: -4px;
	margin: 0 auto;
	right: 0px;
	top: 14px;
}
.custom-event-class .customaudioplayer .download-audio a {
	top: 9px;
}
.custom-event-class .download-audio {
	position: relative;
	right: -11px;
}
.custom-event-class .wpb_video_widget {
	background-image:url(https://www.upliftingsite.com/wp-content/uploads/2025/08/video.gif);
	background-position: center !important;
}
/* Header */
#header .text-right .wpb_raw_code .wpb_wrapper , #footer .wpb_raw_code .wpb_wrapper{
	display: flex;
	column-gap: 30px;
	justify-content: end;
}
.tagline {
	font-weight: 500;
}
/* Learn More*/
#learn_more{
	background-image: linear-gradient(0deg, #974b1a 0%, #f0b069 100%);
}
.vc_row .three-column .wpb_single_image img {
	width: 76px;
	height: 76px;
}
.vc_row .three-column .wpb_single_image {
	background: #000000;
	padding: 2.4em 2.4em;
	border-radius: 50%;
}
.vc_row.load-more-row h2{
	align-items: center;
	display: flex;	
}
.vc_row.load-more-row h2 i {
	font-size: 48px;
	font-family: 'alfaslabone';
	font-style: normal;
	color: #000000;
	padding-left: 15px;
}
/*BLOG SECTION*/
.vc_row.blog_row .vc_gitem-row-position-top img {
	box-shadow: #00000059 0px 5px 15px;
}
/* ABOUT SECTION */
#about p {
	line-height: 29px;
}
/* CLIENTS SECTION */
.wpls-logo-showcase .slick-arrow svg{
	fill: #000000;
}
body .vc_row .wpls-logo-showcase .slick-arrow{
	text-indent: 0;
	background: transparent !important;
}
/*TESTIMONIAL_SECTION*/
#testimonials {
	background-image: linear-gradient(30deg, #f0b069 0%, #974b1a 51%, #3f120d 97%);
}
.vc_row .testimonial-name, .vc_row .testimonial-company {
	display: inline-block;
	line-height: 1;
	color: #f0b069;
	font-style: italic;
}
.vc_row .testimonial-company:before {
	content: "-";
	margin: 0 5px;
}
.vc_row .testimonial{
	padding: 0 5em;
}
.vc_row .testimonial .wpmtst-testimonial-inner{
	text-align:center;
}
.vc_row .testimonial-content {
	margin-bottom: 1em;
	text-align:left;
}
/*FOOTER SECTION*/
#footer p{
	font-size: 14px;
}
.load-more.disable,.disable  .vc_btn3, .vc_row .group,#demos .wpb_text_column br{
	display:none;
}
.vc_row .group.active {
	display: block;
}
/*RESPONSIVE_SECTION*/
@media only screen and (max-width: 1200px){

}
@media only screen and (max-width: 1023px){
	.vc_row.header_row .wpb_raw_code a {
		color: #ffffff !important;
	}
	.vc_row.header_row .wpb_raw_code svg {
		fill: #ffffff !important;
	}
}
@media only screen and (max-width: 959px){
	.menu-toggle, .menu-toggle:hover, .menu-toggle:focus {
		color: #000000;
	}
	.menu.genesis-nav-menu a {
		display: inline;
	}
	.menu li, .genesis-nav-menu li.page_item.current-menu-item {
		padding: 10px 0;
	}
	.menu-toggle {
		padding:0;
		font-size: 25px;
		line-height:30px;
		font-weight: 700;
		float:right;
	}
	.menu li .sub-menu {
		padding-bottom: 0;
	}
	.vc_row .nav-primary{
		position: absolute;
		background: #974b1a;
		z-index: 9;
		left: 0;
		padding: 20px 0;
		right: 0;
		top: 22px;
		width: 100%;
	}	
	#genesis-mobile-nav-primary span {
		display: none;
	}
	.site-header .menu-toggle::before{
		content: '☰';
		top: 0;
	}
	.site-header .menu-toggle.activated::before {
		content: "☓";
	}
	#header .wpb_column, #banner .wpb_column  {
		width: 100%!important;
		text-align:center;
	}
	#header .menu-row {
		z-index: 9;
	}
	#header .text-right .wpb_raw_code .wpb_wrapper {
		justify-content: center;
	}
	.genesis-nav-menu li.page_item.current-menu-item {
		background: transparent;
		border-bottom-right-radius: 0;
		border-bottom-left-radius: 0;
		box-shadow: none;
	}
	.customaudioplayer {
		margin: 42px auto;
	}
	#testimonials h2 {
		font-size: 30px!important;
		line-height: 1 !important;
	}
	.vc_row.load-more-row h2 i {
		font-size: 38px;
	}
	#footer .wpb_raw_code .wpb_wrapper {
		column-gap: 20px;   
	}
	#footer p {
		font-size: 10px;
	}
	.vc_row .testimonial {
		padding: 0 2em;
	}
}
@media only screen and (max-width: 767px){
	h1, h2,h3, .vc_row .wpb_single_image, .vc_row .vc_btn3-container, .site-footer .text-right, .site-footer p, .site-footer .vc_row {
		text-align:center !important;
	}
	#footer .wpb_raw_code .wpb_wrapper {
		justify-content: center;
	}
	.customaudioplayer {
		width: 100%;
	}
	h1 {
		font-size: 74px;
	}
	div#footer {
		margin-top: 0 !important;
		background-color: #3f120d !important;
	}
	#contact {
		padding-bottom: 0 !important;	
	}
	.site-footer .vc_row .text-right {
		padding-bottom: 10px;
	}
	.vc_row .representation_row .vc_column-inner {
		padding-bottom: 1em !important;
	}
	.vc_row.header_row .wpb_raw_code a {
		display: flex;
		vertical-align: middle;
		justify-content: center;
		padding: 8px 0;
	}
}
@media only screen and (max-width: 639px){
	#header .text-right .wpb_raw_code .wpb_wrapper, #footer .wpb_raw_code .wpb_wrapper {
		flex-direction: column;
		gap: 5px;
	}
	#footer p{
		padding-top: 6px;
	}
	h1 {
		font-size: 56px;
	}
	.vc_row .tagline {
		font-size: 32px !important;
	}
	.vc_row.load-more-row h2 {
		display: block;
	}
}
@media only screen and (max-width: 479px){
	h1 {
		font-size: 34px;
	}
	.vc_row .tagline {
		font-size: 21px !important;
		margin-top: 0 !important;
	}
	h2 {
		font-size: 24px;
	}
	.vc_row.load-more-row h2 i {
		font-size: 21px;
		padding-left: 6px;
	}
	#banner {
		background-position: right !important;	
	}
}