/*Footer*/
span.site-title {
	color: #f5b331 !important;
}

/*Header*/
.header-transparent {
	position: absolute;
	width: 100%;
	z-index: 100;
}

.header-transparent .fl-row-content-wrap {
	background: transparent;
}

.expand-menu .uabb-creative-menu-mobile-toggle-label {
	color: #fff;
}

/* Header - End */

.white-dot {
	padding: 0 10px;
}

/*Featured */
.of-featured-title {
    background: #f5b331;
    width: fit-content;
		width: -moz-fit-content;
    z-index: 3;
    position: relative;
}

.of-featured-content {
	  background: #efefef;
    margin-top: -35px;
    z-index: 2;
    position: relative;
    margin-left: 30px;
}
/* Featured - End */

/* Carousel Image Dots*/
.carousel-dots .uabb-image-carousel ul.slick-dots li button:before {
	content: '\f45c';
	opacity: 1;
}

.carousel-dots .uabb-image-carousel ul.slick-dots li.slick-active button:before {
	color: #f5b331;
}
/* Carousel Image Dots - End */

/*Socials Custom*/
.social-icons-style1 .fl-icon {
	 border: 1px solid #fff;
   padding: 10px 12px;
}
/*Socials Custom - End*/

/* Form Input*/
.gform-subscribe .uabb-gf-style input{
	margin-bottom: 0px !important;
}

.gform-subscribe .gform_wrapper.gravity-theme .gform_fields {
	grid-row-gap: 0;
}
/*Form Input - End*/


.dark-bg-link a:hover{
	color: #fff;
}

.icon-list-content {
	color: #fff;
	font-size: 16px;
}

.hide-widget-title .widgettitle {
	display: none;
}

/*Media Queries */
@media (max-width: 1440px) { 
	.fl-node-60e7edb751106 .fl-photo-img, .fl-node-60e7edb751106 .fl-photo-content, .fl-node-60e6993329370 .fl-photo-img, .fl-node-60e6993329370 .fl-photo-content {
		width: 400px;
	}
}

@media (max-width: 1024px) {
	.fl-node-60e7edb751106 > .fl-module-content {
		margin-right: -100px;
	}	
	.fl-node-60e7edb751106 .fl-photo-img, .fl-node-60e7edb751106 .fl-photo-content, .fl-node-60e6993329370 .fl-photo-img, .fl-node-60e6993329370 .fl-photo-content {
		width: 300px;
	}
	.fl-node-60e6993329370 > .fl-module-content {
		margin-left: -140px;
	}
}

@media (max-width: 768px) {
	.of-featured-content {
		margin-top: -15px;
	}
}