/*
Theme Name: Beaver Builder Child Theme
Theme URI: http://www.wpbeaverbuilder.com
Version: 1.0
Description: Fierce Creative Agency child theme
Author: Fierce Creative Agency
Author URI: http://fiercecreative.agency
template: bb-theme
*/

/* Add your custom styles here... */ 



.teal-text {color:#36b8ac;}

.portfolio-box {background:#36b8ac; width: 100%; height: 100%;}


.fc-post-meta ul {display: inline; padding-left:0px;}
.fc-post-meta ul {display: inline;}

.fc-post-meta ul li:after {
    content: ", ";
    margin: 0px;
}
	@media (max-width: 769px) {
		.fc-post-meta ul li {display: inline;}
j
		.fc-post-meta ul li:after {
		    content: ", ";
		    margin: 0px;
		}
	}




/*-- Inline List --*/

	ul.inline-list,
	ul.inline-list-nobreak{
		list-style-type: none; 
		padding: 0px;
		/*margin-top:20px;*/
	}

		ul.inline-list li,
		ul.inline-list-nobreak li{ 
			display: inline;
		}
			
	ul.inline-list li:after,
	ul.inline-list-nobreak li:after{
		content: "|";
		margin: 0px 15px;
	}
		
	ul.inline-list li:last-child:after,
	ul.inline-list-nobreak li:last-child:after{
		content: "";
		margin: 0px;
	}
		
	@media (max-width: 768px) {
		ul.inline-list li {
			display: block;
		}
		ul.inline-list li:after { 
			content: "";
			margin: 0px ;
		}
	}

	@media (min-width: 768px) {
		.rwd-break { display: none;}
	}





@media (max-width: 768px) {
.video-short-header h1{
	color:#fff;
}
}
.homepage-services button{
	    position: relative;
    padding: 10px 20px;
	font-weight:700;
	margin-top:20px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 10px;
    cursor: pointer;
    display: inline-block;
    z-index: 5;

}
.homepage-services button:hover{
	
	
    background-color: #fff;
    border: 2px solid #fff;
    color: #000;
 

}
.pp-panel-title h3{
	writing-mode: sideways-lr;
	text-orientation: mixed;
	color:#fff !important;
	z-index:99 !important;	background-color:none !important;	font-size:35px;
}

.pp-panel-title{
padding:0 20px 20px 0px !important;	
}

.pp-panel-active .pp-panel-title  h3{
writing-mode: unset;
	margin-bottom:10px !important;
	z-index:99 !important;
	background-color:none !important;
	font-size:60px;
	padding:0 20px 0px 40px !important;	
}

@media (max-width: 600px) {
.pp-panel-title h3{
writing-mode: horizontal-tb;
	text-orientation: mixed;
	text-align:left;
}
	
	.pp-panel-active .pp-panel-title  h3{
writing-mode: horizontal-tb;
	
}

}

.pp-panel-description{
	display:none;
}

.pp-panel-active .pp-panel-description {
	display:inline-block;
	line-height:1.2;padding:0 20px 20px 40px !important;	
}

.homepage-services-feed{
	display:inline-flex;
}

.homepage-services-image{
		width:50%;
		
}


.homepage-services-text{
	width:50%;
	text-align:left;
}

/*-----------------------
 * Basics
 * --------------------*/

.fluid-width-video-wrapper{
	margin:40px 0px;
}

.reindeer-bg .fl-row-content-wrap{
	background-size:500px !important;
}

@media (max-width: 768px) {
.reindeer-bg .fl-row-content-wrap{
		background-size:300px !important;
}
}
@media (max-width: 768px) {
.fl-node-o9cs7yinjwxm > .fl-row-content-wrap{
	background:#000;
}
}
body {
	font-family: "Poppins", sans-serif;
	font-weight:400;

}

.fl-page {
	background-color:#000;
}

.bb-site-main {
	background-color:#fff;
}

.dark-background .fl-row-content-wrap {
	background:#000;
}

.white-background .fl-row-content-wrap {
	background:#fff;
}

.dark-background .fl-row-content-wrap *,
.light-text .fl-row-content-wrap * {
	color:#fff;
}


/* Responsive Breaks */

	ul.list-links-rwd {
	list-style-type: none; 
	padding: 0px;
	text-align:center;
	margin-top:20px;
	}

	ul.list-links-rwd li { 
		display: inline;
		text-transform:uppercase; 
		letter-spacing:2px;
	}
	
@media (max-width: 768px) {
ul.list-links-rwd li {
	display: block;
	}
}
	
ul.list-links-rwd li:after {
	content: "|";
	margin: 0px 20px;
	}
	
ul.list-links-rwd li:last-child:after {
	content: "";
	margin: 0px;
	}
	
@media (max-width: 768px) {
ul.list-links-rwd li:after { 
	content: "";
	margin: 0px ;
	}

.rwd-break { display: none;}
}

.fl-post-grid-post {
    background: transparent;
    border: none;
}
/*-----------------------
 * Text
 * --------------------*/

::selection {
  background: #36BDB1;
	color:white;
}
::-moz-selection {
  background: #36BDB1;
	color:white;
}

p {
  font-style: normal;
	line-height:1.6;
	font-size:17px;
	font-weight:400;
}

.body-copy p,
.body-copy ul,
.body-copy ul li{
}

h1,h2,h3,h4,h5,h6 {
	line-height:1.1 !important;
	font-family: "Poppins", sans-serif;
}


.glow {
  text-shadow: 0px 0px 10px rgb(50, 190, 176);
}

h2.big-h2 {
	font-size:60px;
}

.large-header {
	font-size:5em;
	font-weight:900;
}

.outline-text{
	color:transparent !important;
	-webkit-text-stroke: 3px #fff;
}

.outline-text-style{
	color:transparent !important;
	-webkit-text-stroke: 3px #fff;
	line-height:.9 !important;
	font-size:5em;
}


.outline-text-style span.smaller {
	font-size:.5em;
	line-height:.9 !important;
		color:#fff;
	-webkit-text-stroke: 0px #fff;
}

.teal-text {color:#36BDB1;}
.white-text {color:white;}
.font-light {font-weight:100;}
.font-bold {font-weight:100;}
.uppercase {text-transform:uppercase;}

.small-uppercase-style,
h5{
	text-transform:uppercase;
	font-size:18px;
	font-weight:300;
	letter-spacing:2px;
}


.glowing {
  color: #fff;
	text-shadow:
		0 0 10px #fff,
		0 0 20px #36BDB1,
		0 0 30px #36BDB1,
		0 0 40px #36BDB1;
	transition: all .5s ease-out;
}

.glowing:hover {
  color: #fff;
	text-shadow:
		0 0 10px #fff,
		0 0 20px #36BDB1,
		0 0 30px #36BDB1,
		0 0 40px #36BDB1,
		0 0 50px #36BDB1,
		0 0 60px #36BDB1;
}


/*---------------------------
 * Button Style
 * -------------------------*/

.fl-builder-content a.fl-button,
.fl-builder-content a.fl-button:visited,
.fl-builder-content .fl-slide a.fl-button, 
.fl-builder-content .fl-slide a.fl-button:visited  {
	background: #36b9ac;
	color: white;
	font-size: 14px;
	padding: 10px 20px;
    border: none;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
	font-weight:700;
}
.fl-builder-content a.fl-button:hover, 
.fl-builder-content a.fl-button:focus,
.fl-builder-content .fl-slide a.fl-button:hover,
.fl-builder-content .fl-slide a.fl-button:focus  {
	background: #36b9ac;
	border: none;
	border-radius: 10px;
	color: #fff;
}
.fl-builder-content a.fl-button *, 
.fl-builder-content a.fl-button:visited,
.fl-builder-content .fl-slide a.fl-button *  {
	color: #fff !important;
}
.fl-builder-content a.fl-button:hover *, 
.fl-builder-content a.fl-button:focus * {
	color: #000 !important;
}



/*-----------------------
 * Nav
 * --------------------*/

.uabb-menu-overlay {}

.uabb-menu-overlay li a .menu-item-text{
	font-size:3em;
	font-weight:700;
}

.uabb-menu-overlay li a .menu-item-text:hover{
		text-shadow:
		0 0 10px #FFF,
		0 0 20px #31A89E,
		0 0 30px #31A89E,
		0 0 40px #31A89E;
}

.uabb-menu-overlay .sub-menu a .menu-item-text {
	font-size:1.5em;
	font-weight:400;
}

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

.fl-node-4xtk52cvypne .uabb-creative-menu .menu.uabb-creative-menu-vertical .uabb-menu-toggle {
    float: none !important;
}

/*-----------------------
 * Page
 * --------------------*/

.fc-page-header h1 {
	font-size:6.5em;
	font-weight:900;
}

.fc-page-header-ourwork .fl-row-content-wrap {
	background-color:#000;
	color:#fff;
	padding-top:50px;
}

.fc-page-header-ourwork h1,
.fc-page-header-ourwork h2,
.fc-page-header-ourwork p{
	color:#fff;
}

.fc-page-header-ourwork h1 {
	margin:0px;
}

.fc-page-intro .fl-rich-text {
	max-width:920px
}

.fc-page-intro h2 {
	font-size:2.25em;
}

.fc-page-intro p{
}

@media (max-width: 769px) {

.fc-page-header h1 {
	font-size:3.2em;
}	
	
h2.big-h2,
.large-header{
	font-size:35px;
}
	
.fc-page-intro h2 {
	font-size:30px;
}
	
	.fc-home.fc-page-header h1 {
	-webkit-text-stroke: 2px #fff !important;
}

	.outline-text {
		-webkit-text-stroke: 2px #fff;  
	}

.outline-text-style{
	color:transparent !important;
	-webkit-text-stroke: 2px #fff;
	line-height:.9 !important;
	font-size:3.5em;
}
	.fl-node-6npfc21bs7vt h1{
		font-size:28px !important;
	}
	
}
/*-----------------------
 * Home
 * --------------------*/

.fc-home.fc-page-header .fl-row-content-wrap {
	height:90vh;
}

.fc-home.fc-page-header h1 {
	color:transparent !important;
	-webkit-text-stroke: 3px #fff;
	line-height:.9 !important;
}

.fc-home.fc-page-header h1 span.glow {
	text-transform:uppercase;
}


.fc-home-video-col {
	position:relative;
}

.fc-home-video {
	position:absolute;
	z-index:0;
}

.fc-home-video-mask {
	z-index:30;
}

#fc-home-intro .fl-row-content-wrap {
	background-repeat:no-repeat;
}

@media (max-width: 769px) {
	.fc-home.fc-page-header h1 {
	-webkit-text-stroke: 2px #fff !important;
}
	

}


/*--Services Tabs--*/

.fc-home-services .fl-row-content-wrap:after {
background: rgb(0,0,0);
background: linear-gradient(180deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 15%, rgba(0,0,0,0) 85%, rgba(0,0,0,1) 100%);
}

.uabb-content-wrap .section.uabb-content-current,
.uabb-tabs .uabb-content-wrap .section.uabb-content-current > .uabb-content {
	display: flex !important;
    flex-direction: column;
    justify-content: center;
}

.uabb-tab-acc-content p {
font-weight:400;
}

.fc-home-services .uabb-tab-link:focus {
    border: none;
}

.fc-home-services .uabb-tabs .uabb-content{
	color:#fff;
}

.fc-services-tabs nav a .uabb-tab-title  {
	color:#fff;
	opacity:.4;
	font-size:25px;
	text-align:left;
} 

.fc-services-tabs li .uabb-tabs-icon {
    line-height: 1;
}

.fc-services-tabs nav li.uabb-tab-current a .uabb-tab-title{
	color:#EF368D !important;
		opacity:1;
}

.fc-services-tabs nav li a:hover .uabb-tab-title{
		opacity:1;
}


.fc-services-tabs .uabb-content  {
	background-color:#EF368D;
	border-radius:20px;
	color:#fff;
}

.fc-services-tabs .uabb-content h2,
.fc-services-tabs .uabb-content h3,
.fc-services-tabs .uabb-content p,
.fc-services-tabs .uabb-text-editor p:last-of-type {
	margin-bottom:10px;
}

.fc-services-tabs .uabb-content .fl-button {
	margin:5px 0px;
}

/*
.fc-services-tabs .uabb-content-wrap .section:after {
	content:" ";
	width:50%;
	height:100%;
	background-color:#EF368D;
	position:absolute;
	display:inline;
	right:-47%;
	top:0px;
	z-index:1;
}
*/

.fc-services-tabs a.fl-button {
    background-color: #fff !important;

}


.fc-services-tabs a.fl-button span {
    color: #000 !important;
	font-weight:700 !important;
}

.fc-services-tabs .uabb-content {
	background-color:transparent;
	border: 5px solid #36BDB1;
	color:#fff !important;
	box-shadow: -2px 2px 10px #36BDB1;
}
/*
.fc-home-services .fc-services-tabs .uabb-content-wrap .section:after{
	content:" ";
	background-color:transparent !important;
	border-top: 5px solid #36BDB1;
	border-bottom: 5px solid #36BDB1;
}
/*

/*TAB1*/
#section-simple-1 .uabb-content{
	border: 5px solid #36BDB1;
	box-shadow: -2px 2px 10px #36BDB1;
}
/*
.fc-home-services .fc-services-tabs .uabb-content-wrap #section-simple-1:after{
	content:" ";
	border-color: #36BDB1;
}
*/
.fc-services-tabs li.uabb-tab-current[data-index="1"] a .uabb-tab-title {
    color:#36BDB1 !important;
	font-weight:700;
}

/*TAB2*/
#section-simple-0 .uabb-content{
	border: 5px solid #EF368D;
	box-shadow: -2px 2px 10px #EF368D;
}

.fc-home-services .fc-services-tabs .uabb-content-wrap #section-simple-0:after{
	content:" ";
	border-color:#EF368D;
}

.fc-services-tabs li.uabb-tab-current[data-index="0"] a .uabb-tab-title {
    color:#EF368D !important;
	font-weight:700;
}


/*TAB3*/

#section-simple-2 .uabb-content{
	border: 5px solid #F8DD17;
	box-shadow: -2px 2px 10px #F8DD17;
}

.fc-home-services .fc-services-tabs .uabb-content-wrap #section-simple-2:after{
	content:" ";
	border-color:#F8DD17;
}

.fc-services-tabs li.uabb-tab-current[data-index="2"] a .uabb-tab-title {
    color:#F8DD17 !important;
	font-weight:700;
}

/*TAB4*/
#section-simple-3 .uabb-content{
	border: 5px solid #F86E17;
	box-shadow: -2px 2px 10px #F86E17;
}

.fc-home-services .fc-services-tabs .uabb-content-wrap #section-simple-3:after{
	content:" ";
	border-color:#F86E17;
}

.fc-services-tabs li.uabb-tab-current[data-index="3"] a .uabb-tab-title {
    color:#F86E17 !important;
	font-weight:700;
}


/*TABS - mobile*/

@media (max-width: 991px) {
	

.fc-services-tabs .uabb-title-tag {
	display:flex
	}
.fc-services-tabs .uabb-title-tag .uabb-tab-title {
	width:85%;
	}
.fc-services-tabs .uabb-title-tag .uabb-tab-icon {
width:15%;
	}
	
.fc-services-tabs .uabb-content-wrap .section:after {
	content:" ";
	width:50%;
	height:100%;
	background-color:#EF368D;
	position:absolute;
	display:inline;
	right:-47%;
	top:0px;
	z-index:1;
}

	.fc-services-tabs .uabb-tab-title {
		font-size:25px;
		font-weight:700;
}
	
	
.fc-services-tabs .uabb-tab-title {
    color:#fff;
}
	
	.fc-services-tabs .uabb-content-current .uabb-acc-0 .uabb-tab-title {
    color:#EF368D !important;
}
	.fc-services-tabs .uabb-content-current .uabb-acc-1 .uabb-tab-title {
    color:#36BDB1 !important;
}
	
	.fc-services-tabs .uabb-content-current .uabb-acc-2 .uabb-tab-title {
    color:#F8DD17 !important;
}
	
	.fc-services-tabs .uabb-content-current .uabb-acc-3 .uabb-tab-title {
    color:#F86E17 !important;
}
	
	.fc-services-tabs .uabb-tab-acc-title {
    background: unset !important;
		color:#fff !important;
}
	
	.fc-services-tabs .uabb-content {
		margin-left:20px;
	}
	
	.fc-services-tabs .uabb-content-wrap .section:after {
	content:" ";
	width:0%;
}
}

/*--Testimonial Section V2--*/
.fc-quotes {}

.fc-quotes h2 {
	max-width:900px;
}

.fc-quotes .fl-row-content-wrap {
	background-position: right -100px top 0px;
    background-size: contain;
}

@media (max-width: 991px) {
	.fc-quotes .fl-row-content-wrap {
background-position: right -50px top 0px;
    background-size: 200px auto;
}
}
/*--Testimonials--*/

.fc-quotes .pp-testimonials {
    display: flex;
	flex-direction:column-reverse;
}
.fc-quotes .pp-testimonials-wrap .owl-nav {
    justify-content: center;
    justify-content: flex-start;
}

.fc-quotes .pp-testimonials-wrap .owl-nav button {
	margin-right:5px !important;
}

.pp-testimonials-content p {
	font-size:30px;
	line-height:1;
}
.pp-testimonials-designation a{
	color:#fff;
}
.pp-testimonials-designation a:hover{
	text-decoration:underline;
}
/*---------
.fc-testimonials-home .owl-carousel .owl-item {
	background-size:100%;
	background: url('/wp-content/uploads/2023/12/quote-inactive.jpg');
	background-size:50%;
	background-repeat:no-repeat;
	background-position:center center;
	transition: all .5s ease-out;
	padding:0px;
}

.fc-testimonials-home .owl-carousel .owl-item .pp-testimonial {
		padding:50px 25px 100px 30px;
}

.fc-testimonials-home .owl-carousel .owl-item * {
	visibility:hidden;
}

.fc-testimonials-home .owl-stage .owl-item.pp-testimonial--center {
	background: url('/wp-content/uploads/2023/12/quote-active.jpg');
	background-size:100%;
	font-size:100%;
	background-repeat:no-repeat;
	    height: 600px;
}

.fc-testimonials-home .owl-stage .owl-item.pp-testimonial--center * {
	visibility: visible;
	font-size:100%;
}
*/

.fc-stat {max-width:300px;}

.fc-stat .fl-number-string {
	font-weight:800;
	color:#36BDB1;
}

.fc-stat .fl-number .fl-number-text .fl-number-string, .fc-stat .fl-number .fl-number-text .fl-number-string span{
    font-size: 50px;
}

.fc-stat .fl-number-after-text{
    font-size: 18px;
	font-weight:800;}
/*-----------------------
 * Movement
 * --------------------*/
.img-move-x {
	position: relative;
	z-index:0;
}

.img-move-y {
    position: relative;
		z-index:0;
}

.img-move-x img,
.img-move-y img {
    transition: transform 0.3s ease-out;
}

.img-move-behind {
	position: absolute;
	z-index:-1;

}


/*-----------------------
 * About
 * --------------------*/

/*-Staff--*/


.fc-team .fl-post-grid {
	position:relative;
}

.fc-team .fl-post-column {
	position:relative;
	display:inline-block;
}

.fc-team .fl-post-column:nth-child(3n-2) {
	top:-100px;
}

.fc-team .fl-post-column:nth-child(3n-1) {
}

.fc-team .fl-post-column:nth-child(3n) {
	top:100px;
}

/*--feed items--*/
.fc-team-profile-name {
	position:absolute;
	z-index:2000;
	bottom:0;
	left:0px;
	width:100%;
	padding:30% 20px 10px 20px;
	background: rgb(54,189,177);
background: linear-gradient(10deg, rgba(54,189,177,1) 0%, rgba(54,189,177,.9) 35%, rgba(54,189,177,0) 80%);
}


.fc-team-profile-name h3,
.fc-team-profile-name h3 a,
.fc-team-profile-name h4
{
	color:#000 !important;
}

.fc-team-profile-name h4
{
	font-size:14px;
	font-weight:400;
}

.fc-team .fl-post-column:nth-child(3n-2) .fc-team-profile-name {
	background:rgba (248,221,23,1);
	background: linear-gradient(10deg, rgba(248,221,23,1) 0%, rgba(248,221,23,.9) 35%, rgba(248,221,23,0) 80%);
}

.fc-team .fl-post-column:nth-child(3n-1) .fc-team-profile-name {
	background:rgba (239,54,141,1);
	background: linear-gradient(10deg, rgba(239,54,141,1) 0%, rgba(239,54,141,.9) 35%, rgba(239,54,141,0) 80%);
}

.fc-team .fl-post-column:nth-child(3n) .fc-team-profile-name {}

.fc-team-profile-feed {
	position:relative;
}

/*--headshot---*/

.fc-team-headshot-container,
.fc-team-headshot-container .fc-team-play,
.fc-team-headshot-container .fc-team-headshot {
	transition: all .2s ease-in-out;
}

.fc-team-headshot-container {
	background-size:100% auto;
}

.fc-team-headshot-container:hover .fc-team-headshot {
opacity:0;
}
/*--Team Profiles---*/

@media (max-width: 768px) {

.fc-team .fl-post-column:nth-child(3n-2) {
	top:0px;
}

.fc-team .fl-post-column:nth-child(3n) {
	top:0px;
}
	
	.fc-team .fl-post-grid {
		max-width:300px;
		margin:auto;
}
}

/*--Values---*/
.fc-values-sidebox {
	background-color:#36BDB1;
}

.fc-values-sidebox h2 {
	color:#fff;

}

/*-----------------------
 * Case Studies
 * --------------------*/

/*-----------------------
 * Portfolio Page
 * --------------------*/


	.parallaxParent {
		height: 100vh;
		overflow: hidden;
	}
	.parallaxParent > * {
		height: 200%;
		position: relative;
		top: -100%;
	}

/*portfolio-row - branding */

.fc-portfolio-callout h2,
.fc-portfolio-callout-maxwidth h2 {
	font-size:40px;
}

.fc-portfolio-callout-maxwidth {
	max-width:450px;
}

@media (max-width: 768px) {
.fc-portfolio-callout-maxwidth {
	max-width:400px;
}

}


/*portfolio-box - homepage*/


.fc-portfolio-box-container {}

.fc-portfolio-box-container .fc-portfolio-box .fl-module-box{
	background: linear-gradient(10deg, rgba(239,54,141,1) 0%, rgba(239,54,141,.9) 150px, rgba(239,54,141,0) 250px) !important;
	margin:0px;
}

.fc-portfolio-box-container .fc-portfolio-box.fc-portfolio-box-yellow .fl-module-box{
	background: linear-gradient(10deg, rgba(248,221,23,1) 0%, rgba(248,221,23,.9) 150px, rgba(248,221,23,0) 250px) !important;
}

.fc-portfolio-box-container .fc-portfolio-box.fc-portfolio-box-teal .fl-module-box{
	background: linear-gradient(10deg, rgba(122,196,187,1) 0%, rgba(122,196,187,.9) 150px, rgba(122,196,187,0) 250px) !important;
}

.fc-portfolio-box-container .fc-portfolio-box.fc-portfolio-box-orange .fl-module-box{
	background: linear-gradient(10deg, rgba(248,110,23,1) 0%, rgba(248,110,23,.9) 150px, rgba(248,110,23,0) 250px) !important;
}



.fc-portfolio-box,
.fc-portfolio-box-text{
	color:#fff;
	text-shadow:1px 1px 1px rgba(0,0,0,.2);
}
/*portfolio - slider */

/*
 * .fc-portfolio-slider .fl-slide-bg-photo:after {
background: linear-gradient(130deg, rgba(239,54,141,1) 0%, rgba(239,54,141,.9) 250px, rgba(239,54,141,0) 450px) !important;
}*/


.fc-portfolio-slider .fl-slide .fl-slide-content {
	padding:40px !important;
	border-radius:20px;
	background-color:#36BDB1;
	text-shadow:none;
}

.fc-portfolio-slider .fl-slide .fl-slide-content .fl-button-wrap a {
	background-color:#000;
	color:#fff;
}

.fc-portfolio-slider .fl-slide .fl-slide-content .fl-button-wrap a:hover span{
	color:#fff !important
}

@media (max-width: 991px) {
	.fc-portfolio-slider .fl-slide .fl-slide-text,
	.fc-portfolio-slider .fl-slide .fl-slide-text * {
        font-size: 14px;;
        line-height: initial;
		text-align:left;
    }

	.fc-portfolio-slider .fl-slide .fl-slide-text h2 {
        font-size: 25px;
    }
	
	.fc-portfolio-slider .fl-slide-content-wrap {
        width: 100% !important;
		margin-top:-20px;
    }
}
/*--- Portfolio Gallery ---*/
.fc-portfolio-gallery .pp-photo-gallery-item:nth-child(3n-1) .pp-gallery-overlay {
background: linear-gradient(125deg, rgba(239,54,141,1) 0%, rgba(239,54,141,.9) 100px, rgba(239,54,141,0) 300px) !important;
}

.fc-portfolio-gallery .pp-photo-gallery-item:nth-child(3n-2) .pp-gallery-overlay {
background: linear-gradient(125deg, rgba(248,110,23,1) 0%, rgba(248,110,23,.9) 100px, rgba(248,110,23,0) 300px) !important;
}

.fc-portfolio-gallery .pp-photo-gallery-item:nth-child(3n) .pp-gallery-overlay {
	background: linear-gradient(125deg, rgba(248,221,23,1) 0%, rgba(248,221,23,.9) 100px, rgba(248,221,23,0) 300px) !important;
}

.fancybox-caption {
 font-size:18px;

}
/*-----------------------
 * Module
 * --------------------*/

.fc-callout-box {
}

.fc-callout-box-style {
	background:#36BDB1;
	height:100%;
	border-radius:20px;
	padding:20px;
	margin:10px;
}


.fc-background-blur .fl-row-content-wrap:after {
    background-color: rgba(0, 0, 0, 0.69);
    backdrop-filter: blur(2px);
}

.fc-fox-img {}

.fc-fox-img img {
	opacity:.3;
}


/*-----------------------
 * Proposal
 * --------------------*/
#proposal-header {
	text-align:center;
}
#proposal-header h1 {}

#proposal-header h1 span {
font-weight:100;
	font-size:70%;
	letter-spacing:4px;
}

/*--- Password Page ---*/

.post-password-required .entry-content .post-password-form {
	text-align: center;
	max-width:500px;
	margin:100px auto;
}

.post-password-required .entry-content .post-password-form label {}




/*-----------------------
 * Web Scroll
 * ------
 * .website-screen
 * .website-screen-container
 * .website-screen-inside
 * --------------------*/


div.website-screen-container {
    position: relative;
}

div.website-screen-inside {
    position: absolute;
    width: 71.9%;
    height: 75.5%;
    top: 8%;
    left: 14.1%;
  overflow: scroll;
	overflow-x: hidden;
}

/*---------------------
 * Profile Pages
 * -------------------*/

.back-link {
	border-bottom:2px solid rgb(50, 190, 176);
	text-transform:uppercase;
	letter-spacing:1px;
}

h1.bio-title span.bio-name{
	font-size:3em;
	text-transform:capitalize;
	color:#fff;
}

h1.bio-title{
	font-weight:400;
	font-size:25px;
	color:rgb(50, 190, 176) !important;
	font-weight:700;
	text-transform:uppercase;
}

.bio-email {
	color:#36BDB1;
	font-weight:700;
}

.fc-post-meta {
	display:flex;
	align-items: center;
	position:relative:

}
.fc-post-meta .fc-post-meta-photo {
	margin-right:-10px;
}

.fc-post-meta .fc-post-meta-photo img {
	border-radius: 50%;
	width:70px;
	height:auto;
	position:relative;
	z-index:500;
}

.fc-post-meta .fc-post-meta-title {
	padding:10px 10px 10px 20px;
	background:#36BDB1;
	width:100%;
	position:relative:
	z-index:10;
	color:#fff;
}

.fc-post-meta .fc-post-meta-title a {
	color:#fff;
}

.fc-post-meta .fc-post-meta-title p {margin:0px;}


/*---------------------
 * Gravity FORMS
 * -------------------*/

.gform_wrapper ul.gform_fields li.gfield {
    padding-right: 16px;
    margin-bottom: 10px;
}

body .gform_wrapper ul li.field_description_below div.ginput_container_checkbox, body .gform_wrapper ul li.field_description_below div.ginput_container_radio {
    margin-top: 5px;
    margin-bottom: 0;
}

.gform_wrapper .top_label .gfield_label {
}

.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label {
	font-weight:100;
	text-transform: uppercase;
}

body .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

.gform_wrapper h2.gsection_title {
	color:#36b9ac;
}

.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border-radius: 0px;
}

button,
input[type="button"], input[type="submit"]{

}

button:hover, input[type=button]:hover, input[type=submit]:hover {
    border: none;
}

.gform_wrapper input#gf_coupon_button.button {
    margin-left: 0px;
    font-size: 14px;
    padding: 5px 10px;
    text-transform: uppercase;
	background-color:#333;
}

.gfield_radio li label,
.gfield_checkbox li label{
    font-weight:400;
}


/*-----------------------
 * Blog 
 * --------------------*/
/*Feed*/
.pp-content-post-grid.pp-content-alternate .pp-content-post .pp-content-alternate-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pp-content-post-grid.pp-content-alternate .pp-content-post .pp-content-post-data {
	
	margin:0px 50px;
}

.pp-content-post-grid.pp-content-alternate .pp-content-post:nth-child(2n) .pp-content-post-data{
	margin-left:auto;
}

.pp-content-post-grid.pp-content-alternate .pp-content-post .pp-content-grid-title {
	text-transform:uppercase;
	color:#36BDB1;
}
/*-----*/

.fl-post-feed-post {
    border-bottom: none;
}

.fc-blog-feed {}

.fc-blog-feed h3 {
	font-size:30px;
}

.fc-blog-feed .fc-blog-feed-meta{
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#EF368D;
}


.fc-blog-feed .fc-blog-feed-meta ul{
display:inline;
	padding:0px;
	padding-right:20px;
}

.fc-blog-feed .fc-blog-feed-meta ul li{
display:inline;
}


.fc-blog-feed .fc-blog-feed-link {}

/*--Blog Body--*/

.fc-blog-body {}

.fc-blog-body .wp-block-heading {font-weight:900;}

.fc-blog-body h2.wp-block-heading {
	font-weight:900;
	color:#36b9ac;
}

.fc-blog-body .wp-block-quote {
    border-left: .25em solid;
    margin: 50px 0px;
}

.fc-blog-body .wp-block-pullquote {
	margin: 50px 0px;
	padding: 0;
	text-align: center;
	border-bottom: 4px solid #36b9ac;
	border-top: 4px solid #36b9ac;
	border:none;
	color:#36b9ac;
	font-weight:900;
}

.fc-blog-body .wp-block-pullquote blockquote * {
	font-weight:900;
}

.fc-blog-body .wp-block-pullquote blockquote strong {
	color:#000;
}

.fc-blog-body .wp-block-pullquote blockquote p {
	font-size:40px;
}

.fc-blog-body .wp-block-pullquote blockquote {
    padding: 10px 20px;
    border-left: none;
}

.fc-post-list {
	margin:50px;
}

.fc-post-list .wp-block-heading{
	margin-top:50px;
	font-weight:900;
	text-transform:uppercase;
}

/*-----*/
.fc-quote{
	margin:20px 30px 20px 30px;
	border-left: 6px solid #36BDB1;
}

.fc-quote p{
	color:#36BDB1;
	font-weight:600;
}

.fc-quote strong{
	color:#000000;
	font-size:16px;
	font-weight:300;
}

.full-blog-feed .pp-content-grid-post-image{
	padding:0px;
}
.full-blog-feed .pp-post-filter{
	font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #EF368D !important;
	font-size:18px;

}
.full-blog-feed .pp-post-filter:hover{
	color:#000000 !important;
}
.full-blog-feed .pp-filter-active{
		font-weight: 700;

}

.category-recent-projects .fc-blog-feed-meta {
	color:#F86E17 !important;
}
.pp-post-filter[data-filter="*"]{
		color:#36BDB1 !important;
}
.pp-post-filter[data-filter=".category-recent-projects"]{
		color:#F86E17 !important;
}

.post-template-default li{
	margin-bottom:15px;
}

.post-template-default ul {
	padding-inline-start:20px;
}


/*-----------------------
 * IG Feed
 * --------------------*/

#sb_instagram .sbi_item:hover a.sbi_photo {
  opacity:1 !important;
}

/*-----------------------
 * Footer
 * --------------------*/

footer {
	background-color:#fff;
	background-image:url('/wp-content/uploads/2024/05/evolvedfinance-illustration-KS-RegionalMarketingworkshop-Presentation_-background_3.png');
	background-size:100% auto;
	background-position:bottom center;
}

#fc-footer{ 
	background-color:#fff;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 200px, rgba(0,0,0,0) 200px,
rgba(0,0,0,0) 100%);
	color:#000;
}


#fc-footer a{
}

#fc-footer a:hover{
	text-decoration:underline;
}

#fc-footer .footer-content .fl-col-content {
	max-width:1100px;
	margin:auto;
}

footer p {
	font-family: "Poppins", sans-serif;
	color:rgba(255,255,255,.3);
}

@media (max-width: 768px) {
#fc-footer{ 
	background-color:#fff;
	background: rgb(255,255,255);
background: linear-gradient(180deg, rgba(255,255,255,1) 100px, rgba(0,0,0,0) 100px,
rgba(0,0,0,0) 100%);
	color:#000;
}
	
	footer .fl-rich-text p {
	text-align:center !important;
}
}

/*-----------------------
 * Mobile
 * --------------------*/

@media (max-width: 768px) {
.fl-col-small:not(.fl-col-small-full-width) {
max-width: unset; 
}
}

.image-shadow img{
	box-shadow: 5px 5px 15px rgb(0,0,0,0.1);
}

/*-----------------------
 * Rental Spaces
 * --------------------*/

.gform_required_legend{
	display:none;
}

.teal-left-border{
	border-left: 3px solid #36b9ac;
}

#team{
	z-index: 99 !important;
}



/*-----------------------
 * Anthem Survey
 * --------------------*/
#gform_wrapper_16.gform_wrapper.gravity-theme .gfield-choice-input+label {
	font-weight:400 !important;
}



#gform_wrapper_16 .gfield_description {
	font-size:16px;
	border-bottom:1px solid #e5e5e5;
	padding-bottom:0px;
	padding-top:0px;
	margin-bottom:10px;
}

#gform_wrapper_16 input[type=submit]{
	background:#000 !important;
}
#gform_wrapper_16 input[type=submit]:hover{
	background:rgb(0,0,0, 0.7) !important;
}

/*-----------------------
 * Blog Extra Styling
 * --------------------*/

.blog-stat strong{
	font-size:32px;
	color:#36BDB1;
	font-weight:800;

}

.blog-stat {
	border-left:3px solid #000;

		padding-left:20px;
}

.blog-stat p{
	line-height:1.3;
	font-size:15px !important;
}

.blog-stat em{
	font-size:12px;
	
}

.gsurvey-likert-choice-label{
	padding:0em 2.5em 0em 0em;
	font-weight:300;
	font-size:14px !important;
}



.fc-ten-agenda strong{
	font-size:24px;
	color:#36BDB1 !important;
	line-height:1;
}



.fc-ten-agenda ul {
  list-style-type: none;
  padding-left: 10px;
}

.fc-ten-agenda li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px
}

.fc-ten-agenda li:before {
  position: absolute;
  top: 0;
  left: 0;
 font-family: 'Font Awesome 5 Free';
  content: "\f105";
 color: #ef368d;
	font-weight:600;
}


.fc-service-process .pp-tab-title, 
.fc-service-process .pp-tabs-panel-content{
	color:#fff;
}

/*-----------------------
 * Service Pages
 * --------------------*/

.service-process .uabb-timeline-heading{
	font-weight:500;
	font-size:16px;
	margin-top:0px;
	border-radius:10px;
	background:rgb(54,185,172,1);
	width:fit-content;
	padding:10px;
}


.slick-current .uabb-timeline-heading {
		background:rgb(239,54,141,1) !important;
}

.service-process .slick-slide:not(.slick-active) .out-view-timeline-icon{
  display: none;


}
.uabb-timeline-vertical.uabb-timeline--center .uabb-timeline-right .uabb-timeline-arrow{
	right:-1px
}


.uabb-timeline-vertical.uabb-timeline--center .uabb-timeline-left .uabb-timeline-arrow{
	left:-1px
}


.service-process .uabb-timeline-content h3{

	color:#fff;
}


#strategy-package  h2{
	font-size:20px;
color:#ef368d;
	text-transform:uppercase;
	letter-spacing:2px;
}
#strategy-package strong{
color:#36BDB1;
}
#strategy-package h3{
	color:#000;
	margin-top:0;
}
#strategy-package h4{
	font-size:16px;
color:#36BDB1;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:2px;
}
.package-price, .package-timeline{
	text-transform:uppercase;
	letter-spacing:1px;
}
.package-price:before{
	content:"\f0da";
	    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
color:#ef368d;
}
.package-timeline:before{
	content:"\f073";
	    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding-right: 5px;
  color:#ef368d;
}

#strategy-package .fl-list-item-heading-text,
#strategy-package .fl-list h3
{
	color:#000;
	font-size:16px;
	margin-bottom:0px;
}

#strategy-package .fl-list-item-icon{
	font-size:20px;
color:#36BDB1;
	text-align:center;
}
#strategy-package .fl-list-item-content-text p{
	line-height:1.3 !important;
	margin-left:5px;
}


/*-----------------------
 * SEO Audit Package
 * --------------------*/
.seo-package-form h3{
	font-size:20px;
color:#ef368d;
	text-transform:uppercase;
	letter-spacing:2px;
}
.seo-package-form  h4{
color:#000;
	margin-top:0;
}

.seo-package-form  .gform_wrapper.gravity-theme .gfield-choice-input{
	vertical-align:top;
	margin-top:25px;
	margin-right:10px;
}

.seo-package-form  #input_25_9 label {
	color:#36BDB1 !important;
	font-size:20px;
}

.gform_wrapper.gravity-theme .ginput_total{
	color:#36BDB1 !important;
	font-size:20px !important;
	font-weight:700;
}
.seo-package-form  .gform_wrapper.gravity-theme legend{
	text-transform:uppercase;
	color:#000;
	letter-spacing:1px;
}

.package-subtitle{
	font-size:22px;
	text-align:center;
	font-weight:800;
	margin-top:30px;
	margin-bottom:0;
}

.seo-package-form .gfield--type-html {
	text-align:center;
}

.seo-package-form .gform_wrapper.gform_legacy_markup_wrapper .gform_page_footer, .seo-package-form .gform_wrapper.gravity-theme .gform_page_footer {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}


.seo-package-form  .gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, 
.seo-package-form .gform_wrapper .field_sublabel_below div[class*="gfield_time_"].ginput_container label{
	font-weight:400;
}


.service-post-feed .fl-post-carousel-post{
	background:none;
}
.service-post-feed .fl-post-carousel-text{
	padding:10px 0;
}
.service-post-feed .pp-post-title {
	color:#fff;
	font-size:18px;
}
.service-post-feed .pp-post-date{
	color:#fff;
	opacity:0.5;
}
.service-post-feed .fl-post-carousel-title a:hover{
	color:#36bdb1;
}
.uabb-timeline-connector .slick-prev i, .uabb-timeline-connector .slick-next i, .uabb-timeline-connector .slick-prev i:hover, .uabb-timeline-connector .slick-next i:hover, .uabb-timeline-connector .slick-prev i:focus, .uabb-timeline-connector .slick-next i:focus{
	font-size:42px;
}


/* Allow slides to peek */
.fl-module-uabb-timeline .slick-list {
    overflow: visible !important;
}


.portfolio-flip-boxes img{
	width:50%;
}

.portfolio-flip-boxes a{
	color:#fff;
	text-decoration:underline;
}

.portfolio-flip-boxes a:hover{
	color:#fff;
	opacity:0.5;
	text-decoration:underline;
}


.footer-logos{
	max-width:350px;
}

.footer-logos .uabb-photo-gallery {
   
    display: flex;
	align-items: center;}

.page-id-36920 p a,
.page-id-36920 p a:visited,
.page-id-36922 p a,
.page-id-36922 p a:visited,
.parent-pageid-36918 p a,
.parent-pageid-36918 p a:visited
{
	color:#36b9ac !important;
	font-weight:800;
	
}

.page-id-36920 p a:hover,
.page-id-36920 p a:active,
.page-id-36922 p a:hover,
.page-id-36922 p a:active,
.parent-pageid-36918 p a:hover,
.parent-pageid-36918 p a:active{
	color:#ef368d !important;
	font-weight:800;
	
}