html {
	padding: 0px !important;
}

/** GENERAL SETTINGS *****
************************/
@media only screen and (max-width:768px) {
	.fl-row-content-wrap {
		padding-left: 10px !important;
		padding-right: 10px !important;
	}

}

.site-inner {
	min-width: 100%;
	padding: 0 !important;
}

.site-inner main article {
	margin: 0px;
}

.site-header {
	box-shadow: none;
}

#genesis-content {
	min-width: 100%;
}

a.post-edit-link {
	display: none;
}

a {
	text-decoration: none !important;
	outline: none !important;
}

a:focus {
	outline: none !important;
}

li {
	list-style: none;
}

.site-inner main section {
	margin-bottom: 0px;
}

/*** general settings ***/

/** fonts ***/

h1, h2, h3 {
	font-family: 'Playfair Display', serif;
}

h4, h5, h6 {
	font-family: 'Rubik', sans-serif;
}

p, li, a {
	font-family: 'Rubik', sans-serif;
}

.fl-heading {
	font-family: 'Playfair Display', serif;
}

p {
	font-family: 'Rubik', sans-serif;
	line-height: 1.7;
	font-size: 16px;
	font-weight: 400;
	color: #747474;
}

@media only screen and (max-width:554px) {
	p {
		font-size: 15px !important;
		line-height: 27px;
	}

}

@media only screen and (max-width:400px) {
	p {
		font-size: 14px !important;
		line-height: 25px;
	}

}

h2.fl-heading {
	font-weight: bold;
	font-size: 37px;
}

h3.fl-heaindg {
	font-weight: 700;
	font-size: 22px;
}

h4.fl-heading {
	font-size: 16px;
	font-weight: 700;
}

@media only screen and (max-width:554px) {
	h2.fl-heading {
		font-size: 37px !important;
	}

}

@media only screen and (max-width:400px) {
	h2.fl-heading {
		font-size: 32px !important;
	}

}

/*****/

/*** buttons ****/

.brown-btn .fl-button-wrap a.fl-button {
	background: rgb(131, 102, 62);
	border: solid 1px rgb(131, 102, 62);
	padding: 15px 20px;
}

.brown-btn .fl-button-wrap a.fl-button:hover {
	background: #846f57;
}

.brown-btn .fl-button-wrap a.fl-button span.fl-button-text {
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 2px;
}

.brown-btn .fl-button-wrap i::before {
	color: #fff;
	font-size: 14px;
	vertical-align: middle;
}

/*** section title ****/
.section-title p {
	margin-bottom: 0px;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 2px;
	color: #a8a8a8;
	margin-bottom: 5px;
	text-align: center;
}

/****** HEADER **********/
header.site-header {
	position: absolute;
	background: transparent;
	min-width: 100%;
	top: 85px;
	z-index: 999999;
}

header.site-header a {
	color: #e6e6e6;
}

.site-title a {
    
    font-family: 'Playfair Display', serif;
}

header.site-header .current-menu-item > a {
	color: #b1976b;
}

header.site-header .nav-primary {
	display: inline-block !important;
}

header.site-header nav.nav-primary a {
	font-weight: 500;
	font-size: 15px;
}

header.site-header nav.nav-primary a:focus {
	color: #b1976b;
}

header.site-header nav.nav-primary ul li a:hover {
	color: #fff;
}

@media only screen and (min-width:960px) {
	header.site-header nav.nav-primary ul#menu-main-menu 
	ul.sub-menu {
		padding: 10px 0px;
		border: none;
		margin-top: 20px;
		background: #191919;
	}

	header.site-header nav.nav-primary ul#menu-main-menu 
	ul.sub-menu ul.sub-menu {
		margin-top: 0px;
		margin-left: 170px;
		top: 0;
	}

	header.site-header  nav.nav-primary ul#menu-main-menu 
	ul.sub-menu li a {
		border: none;
		font-size: 14px;
		display: inline-block;
		width: auto;
		padding: 10px 20px;
		font-weight: 400;
		color: #979797;
		background: none;
	}

	header.site-header  nav.nav-primary ul#menu-main-menu 
	ul.sub-menu li a:hover {
		border: none;
		color: #fff;
		background: none;
	}

	header.site-header nav.nav-primary ul#menu-main-menu 
	li li a::after {
		width: 0%;
		margin-top: 2px;
		height: 2px;
		background: #979797;
		display: block;
		content: '';
		transition: width .4s ease-in-out;
		-webkit-transition: width .4s ease-in-out;
	}

	header.site-header nav.nav-primary ul#menu-main-menu li li
	a:hover::after {
		width: 100%;
		height: 2px;
		display: block;
		content: '';
		transition: width .4s ease-in-out;
		-webkit-transition: width .4s ease-in-out;
	}

}

@media only screen and (max-width:959px) {
	header.site-header .nav-primary {
		width: 20%;
		display: inline-block;
	}

	header.site-header nav.nav-primary .wrap > ul {
		text-align: right;
	}

	header.site-header .title-area {
		width: 80%;
	}

}

@media only screen and (max-width:959px) {
	header.site-header {
		top: auto;
		background: rgba(30, 30, 30, 0.8);
	}

}

/**** menu mobile ****/
@media only screen and (max-width:959px) {

	/*** oculto los links del header por defecto ***/
	header.site-header nav ul li.menu-item {
		display: none;
	}

	/*** muestro los del menu plugin ****/
	header.site-header .cbp-spmenu  li.menu-item {
		display: block;
	}

}

html.fl-builder-is-showing-toolbar {
	padding: 0px !important;
}

html.wprmenu-body-fixed body {
	position: initial !important;
}

html body div.wprm-wrapper {
	display: none;
}

@media only screen and (max-width:960px) {
	html body div.wprm-wrapper {
		overflow: hidden;
		width: auto;
		display: inline-block;
		height: auto;
	}

}

#wprmenu_bar {
	width: auto;
	display: inline-block;
	margin: 0px;
	top: 3px !important;
	z-index: 99999;
	position: relative;
	background: none;
	height: 40px !important;
	width: 40px !important;
}

.admin-bar .cbp-spmenu-top.cbp-spmenu-open, .cbp-spmenu-top.cbp-spmenu-open {
	top: 0px !important;
	padding-top: 40px;
}

.wprm-wrapper .cbp-spmenu#mg-wprm-wrap {
	background: #191919 !important;
	top: 0 !important;
}

.wprm-wrapper ul#wprmenu_menu_ul {
	padding-bottom: 0px;
	min-width: 100%;
	min-height: 100%;
	text-align: center;
	display: flex;
	padding: 0px 40px;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}

.wprm-wrapper ul#wprmenu_menu_ul li {
	margin-bottom: 0px;
	width: 100%;
	position: relative !important;
	text-align: left;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a {
	font-size: 12px;
	font-weight: bold;
	color: #979797 !important;
	background: none;
	padding: 25px 0px;
	border: none;
	border-bottom: 1px solid #979797;
	font-weight: 700;
	min-width: 100%;
	letter-spacing: .5px;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item a:hover {
	background: none;
}

#mg-wprm-wrap ul#wprmenu_menu_ul li.menu-item  .wprmenu_icon::before {
	color: #979797;
	font-size: 12px;
}

div#mg-wprm-wrap ul li span.wprmenu_icon:before {
	top: 7px;
}

#mg-wprm-wrap ul#wprmenu_menu_ul ul.sub-menu {
	display: inline-block;
	opacity: 1;
	visibility: visible;
	position: initial;
	min-width: 100%;
	border: none;
}

#mg-wprm-wrap div.wpr_search {
	padding: 0px;
	margin-top: 20px;
	min-width: 100%;
	margin-left: 0px !important;
}

#mg-wprm-wrap .wpr_search .wpr-search-field {
	background: transparent;
	color: #979797;
	font-size: 12px;
	border: none;
	border-bottom: 1px solid #979797;
}

#mg-wprm-wrap .wpr_search::placeholder {
	color: #979797;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
}

#mg-wprm-wrap .wpr_search i::before {
	color: #979797;
}

/*** toggle button ***/
.cbp-spmenu  .sub-menu-toggle {
	display: none !important;
}

#wprmenu_bar div.hamburger {
	margin-top: 0px;
	text-align: center;
}

div#wprmenu_bar .hamburger.hamburger--slider {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	align-items: center;
}

div#wprmenu_bar .hamburger.hamburger--slider span span {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

div#wprmenu_bar .hamburger.hamburger--slider span.hamburger-box {
	display: flex;
	justify-content: center;
	margin-top: 2px;
	margin-right: 0px;
}

div#wprmenu_bar .hamburger.hamburger--slider span span, div#wprmenu_bar .hamburger.hamburger--slider span::before, div#wprmenu_bar .hamburger.hamburger--slider span::after {
	display: inline-block;
	width: 28px !important;
	margin: -3px 0px;
	font-weight: normal !important;
	height: 3px;
	color: #fff;
	background: #fff;
	line-height: 5px;
	float: none;
	position: initial;
}

div#wprmenu_bar.active .hamburger.hamburger--slider span.hamburger-box {
	margin-top: -2px;
}

div#wprmenu_bar .hamburger.hamburger--slider span::after {
	margin-top: -6px;
}

div#wprmenu_bar.active .hamburger.hamburger--slider span span, div#wprmenu_bar.active .hamburger.hamburger--slider span::after {
	margin: 0px;
}

/*** UTILITY BAR *****/
.utility-bar {
	position: absolute;
	min-width: 100%;
	z-index: 9;
	opacity: 0.9;
	background: #2a2a2a;
	padding: 0px 20px;
}

.utility-bar section {
	margin-bottom: 0px;
}

.utility-bar > .wrap {
	display: flex;
	flex-wrap: wrap;
}

.utility-bar .utility-bar-left {
	width: 60%;
	padding: 14px 0px;
}

.utility-bar .utility-bar-right {
	width: 40%;
	text-align: right;
}

.utility-bar p {
	margin-bottom: 0px;
}

/**** UTILITY BAR LEFT ****/
.utility-contact 
ul li {
	display: inline;
	margin-right: 20px;
}

.utility-contact 
ul li:last-child {
	margin-right: 0px;
}

.utility-contact p {
	display: inline;
	font-size: 15px;
	color: #e6e6e6;
}

.utility-contact a {
	color: #e6e6e6;
	font-size: 15px;
}

.utility-contact i {
	margin-right: 10px;
	color: #b19761;
	font-size: 15px;
}

/**** UTILITY BAR RIGHT ****/
.utility-social ul li {
	display: inline;
	margin-right: 20px;
}

.utility-social ul li:last-child {
	margin-right: 0px;
}

.utility-social a.consultant i::before {
	color: #fff;
	margin-right: 8px;
	margin-left: -3px;
	font-size: 12px;
}

.utility-social a.consultant {
	color: #fff;
	display: inline-block;
	background: #b19761;
	padding: 20px 25px;
	font-size: 12px;
	font-weight: 700;
	letter-spacing: 1px;
}

.utility-bar .utility-bar-right .utility-social i {
	font-size: 15px;
	color: #b19761;
}

@media only screen and (max-width:959px) {
	.utility-bar {
		display: none;
	}

}

/****** HOME HERO *******/
.home-hero {
	text-align: center;
	position: relative;
}

.home-hero .fl-heading {
	color: #fff;
}

.home-hero h1.fl-heading {
	font-weight: 900;
	font-size: 50px;
	letter-spacing: 0px;
	line-height: 45px;
}

.home-hero h2.fl-heading {
	font-weight: 400;
	color: #b6a281;
	font-size: 28px;
	line-height: 12px;
	letter-spacing: 0px;
}

.home-hero p {
	font-size: 20px;
	color: #fff;
}

@media only screen and (max-width:768px) {
	.home-hero h1.fl-heading {
		font-size: 80px;
		    line-height: 80px;
	}

	.home-hero h2.fl-heading {
		font-size: 30px;
	}

	.home-hero p {
		font-size: 18px;
	}

}

@media only screen and (max-width:554px) {
	.home-hero h1.fl-heading {
		font-size: 60px;
	}

	.home-hero h2.fl-heading {
		font-size: 25px;
	}

	.home-hero p {
		font-size: 16px;
	}

}

/***** GENERAL HERO ***********
******************************/
.hero .fl-heading {
	color: #fff;
}

.hero {
	text-align: center;
}

.hero h1.fl-heading {
	font-size: 70px;
	font-weight: 700;
}

.hero h3.fl-heading {
	letter-spacing: 3px;
	font-size: 20px;
}

/***** HOME CARDS *********
***************************/
.home-card-col {
	text-align: center;

/*	top: 0;
	z-index: 9;
	position: initial;
	transform: translateY(-40%);
}*/}

.home-card-col p {
    color: #E6E6FA;
    opacity: 0.9;
    font-size: 15px;
    line-height: 1.7;
    font-weight: 300;
}

.home-card-col h3.fl-heading {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: 2px;
}

.home-card-col .fl-col-content{
	position: relative;
    top: -200px;
	background:#565454a6;
	margin-right:10px;
	margin-left:10px;
     }

.home-cards-container h3.fl-heading {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: 2px;
}

.home-cards-container .fl-col-small .fl-col-content {
	padding: 30px 20px;
}

.home-cards-container p {
	color: #E6E6FA;
	opacity: 0.9;
	font-size: 15px;
	line-height: 1.7;
	font-weight: 300;
}

@media only screen and (max-width:768px) {
	.home-cards-container {
		transform: none;
	}

	.home-about .fl-col-small {
		min-width: 100%;
	}

	.home-about .home-cards-container {
		max-width: 85%;
		margin: 40px auto;
	}

}

/****** HOME ABOUT *******
*************************/
.home-about {
	position: relative;
}

.home-about .fl-row-content-wrap {
	padding-bottom: 0px;
	padding-top: 0px;
}

.home-about .fl-heading {
	color: #fff;
	text-align: center;
}

.home-about .pp-testimonials p {
	color: #c9c9c9;
	line-height: 29px;
	font-weight: 400;
}

.home-about .pp-testimonials .pp-testimonials-title {
	font-family: 'Kristi', Sans-Serif;
	color: #fff;
	font-size: 80px;
	letter-spacing: 2px;
}

.home-about .pp-testimonials h4.pp-testimonials-subtitle {
	color: #fff;
	font-size: 11px;
	font-weight: 400;
	letter-spacing: 3px;
	margin-top: 20px;
}

/**********************/

/******* HOME AREAS *******
*************************/

.home-areas h2.fl-heading {
	text-align: center;
}

.home-areas .pp-content-post-grid .pp-content-post-data {
	text-align: center;
}

.home-areas .pp-content-post-grid .pp-content-grid-inner {
	padding: 20px 0px;
}

.home-areas .pp-content-post-grid
.pp-content-grid-title a {
	font-size: 14px;
	font-family: 'Poppins', Sans-Serif;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #303030;
}

.home-areas .pp-content-post-grid
.pp-content-grid-content {
	margin-top: 20px;
	font-style: normal;
	color: #6d6d6d;
	margin-top: 15px;
	margin-bottom: 20px;
	font-family: 'Rubik', sans-serif;
	font-size: 15px;
}

@media only screen and (max-width:400px) {
	.home-areas .pp-content-post-grid .pp-content-grid-content {
		font-size: 14px;
		line-height: 27px;
	}

}

.home-areas .pp-content-post-grid .pp-content-grid-more-link a {
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 2px;
	background: none;
	font-family: 'Rubik', sans-serif;
	color: #b1976b;
	text-transform: uppercase;
}

.home-areas .pp-post-title {
	min-height: 56px;
}

.home-areas .pp-content-post-grid .pp-content-grid-more-link a:hover {
	background: none;
	text-transform: uppercase;
	color: #cab398;
}

.home-areas .pp-content-post-grid .pp-content-grid-more-link a::after {
	content: "\f178";
	font-family: "fontAwesome";
	color: #b1976b;
	padding-left: 10px;
}

.home-areas .pp-content-post-grid .pp-content-grid-more-link a:hover::after {
	padding-left: 16px;
}

/***** HOME PROGRESS *****/
.home-progress .fl-row-content-wrap {
	padding: 0px;
}

/***/
.home-progress .home-progress-video img, .home-progress .home-progress-video .fl-photo-content {
	min-width: 100%;
}

/***/
.home-progress .home-progress-skills {
	padding: 40px;
	max-width: 900px;
	margin: 0 auto;
}

.home-progress .uabb-progress-bar-wrapper {
	margin-bottom: 35px;
}

.home-progress .uabb-progress-info .uabb-progress-title {
	font-size: 16px;
	text-transform: capitalize;
	font-family: 'Poppins', Sans-Serif;
}

.home-progress .uabb-progress-value {
	font-weight: bold;
	font-family: 'Poppins', Sans-Serif;
	font-size: 14px;
	color: #414141;
}

.home-progress .uabb-progress-wrap {
	border-radius: 8px;
}

@media only screen and (max-width:768px) {
	.home-progress .home-progress-skills {
		padding: 0px;
	}

}

/*---------HOME TEAM --------*/
.home-page .team a {
	color: #b1976b;
	transition: all .8s;
}

.home-page .team a:hover {
	color: #333333;
}

/******* HOME NUMBERS ********/
.home-numbers {
	text-align: center;
}

.home-numbers .section-title p {
	color: #f3e3c7;
	margin-bottom: 0px;
}

.home-numbers .fl-heading {
	color: #fff;
	font-size: 33px;
}

.home-numbers .uabb-number-text h2 {
	color: #fff;
	font-family: 'Poppins', Sans-Serif;
	font-size: 48px;
	font-weight: 700;
}

.home-numbers .uabb-number-text .uabb-number-after-text {
	font-size: 17px;
	font-weight: 400;
	text-transform: none;
	color: #f3e3c7;
}

@media only screen and (max-width:992px) {
	.home-numbers .home-numbers-content .fl-col-group-nested {
		display: flex;
		flex-wrap: wrap;
	}

	.home-numbers .home-numbers-content
	.fl-col-small {
		min-width: 50%;
		max-width: 50%;
		margin: 20px 0px;
	}

}

@media only screen and (max-width:554px) {
	.home-numbers .uabb-number-text h2 {
		font-size: 38px;
	}

}

@media only screen and (max-width:460px) {
	.home-numbers .home-numbers-content
	.fl-col-small {
		min-width: 100%;
		max-width: 100%;
	}

}

/***** HOME TESTIMONIALS ********/
.home-testimonials {
	text-align: center;
}

.home-testimonials .section-title p {
	color: #b1a17d;
}

.home-testimonials .fl-col > .fl-col-content {
	border: 1px solid #686868;
	padding: 40px 20px;
	margin: 0px 20px;
}

.home-testimonials .fl-heading {
	color: #fff;
}

.home-testimonials .pp-testimonials-wrap
.pp-testimonials-content {
	max-width: 80%;
	margin: 0 auto;
}

.home-testimonials .pp-testimonials-wrap
.pp-testimonials-content::before {
	content: '\f10d';
	font-family: 'FontAwesome';
	font-size: 80px;
	color: #AA9B71;
	display: block;
	margin-bottom: 20px;
}

.home-testimonials .pp-testimonials-wrap .pp-testimonials-content p {
	font-size: 20px;
	margin-bottom: 0px;
	font-style: italic;
	color: #c9c9c9;
}

.home-testimonials .pp-testimonials-wrap
.pp-vertical-align {
	display: inline;
}

.home-testimonials .pp-testimonials-wrap
.pp-testimonials-image {
	vertical-align: bottom;
}

.home-testimonials .pp-testimonials-wrap .pp-testimonials-image img {
	border-radius: 50%;
	max-width: 70px;
}

.home-testimonials .pp-testimonials-wrap
.pp-testimonials-title {
	color: #fff;
	font-family: 'Poppins', Sans-Serif;
	font-weight: 700;
	font-size: 19px;
	margin: 0px;
	text-align: left;
}

.home-testimonials .pp-testimonials-wrap 
.pp-testimonials-subtitle {
	color: #b1a17d;
	font-family: 'Poppins', Sans-Serif;
	font-size: 15px;
	margin-top: 10px;
	font-weight: 400;
	text-align: left;
}

/** dots **/
.home-testimonials .pp-testimonials-wrap
.bx-pager {
	margin-top: 0px;
	bottom: -60px;
}

.home-testimonials .pp-testimonials-wrap
.bx-pager .bx-pager-item a {
	background: transparent;
	border: 1px solid #b1a17d;
	opacity: 1;
	width: 12px;
	height: 12px;
	border-radius: 50%;
}

.home-testimonials .pp-testimonials-wrap
.bx-pager .bx-pager-item a.active {
	background: #b1a17d;
}

@media only screen and (max-width:768px) {
	.home-testimonials .pp-testimonials-wrap .pp-testimonials-content {
		max-width: 100%;
		margin: 0 auto;
	}

	.home-testimonials .pp-testimonials-wrap .pp-testimonial {
		padding: 0px;
	}

}

/**** HOME CONTACT POSTS *****/
.home-contact p {
	margin-bottom: 0px;
}

.home-contact #gform_1 li {
	margin: 5px 0px;
}

.home-contact #gform_1 input {
	margin: 0px;
	color: #636363;
	font-size: 15px;
	padding: 0px 20px;
	height: 60px;
	background: #f5f5f5;
	border: none;
}

.home-contact #gform_1 textarea {
	color: #636363;
	font-size: 15px;
	padding: 20px 20px;
	background: #f5f5f5;
	border: none;
}

.home-contact #gform_1 .gform_footer {
	padding-right: 15px;
	padding-top: 0px;
}

.home-contact #gform_1 input[type="submit"] {
	background: #83663e;
	min-width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}

.home-contact #gform_1 input[type="submit"]:hover {
	background: #846f57;
}

.home-contact #gform_1::placeholder {
	color: #636363;
}

/*** HOME POSTS ****/
.home-posts .pp-posts-wrapper 
.pp-content-grid-image {
	width: 25%;
}

.home-posts .pp-posts-wrapper
.pp-content-grid-image img {
	border-radius: 8px;
}

.home-posts .pp-posts-wrapper .pp-content-body {
	width: 75%;
	padding: 0px 20px;
}

.home-posts .pp-posts-wrapper .pp-content-body
.pp-content-grid-title {
	font-size: 17px;
	font-weight: 600;
	color: #9f8862;
}

.home-posts .pp-posts-wrapper
.pp-content-post-meta {
	display: inline;
	width: auto;
	float: left;
	padding-right: 8px;
}

.home-posts .pp-posts-wrapper
.pp-content-post-meta span {
	color: #959595;
	font-size: 13px;
}

.home-posts .pp-posts-wrapper
.pp-content-post-meta span:nth-child(2) {
	padding: 0px 6px;
}

.home-posts .pp-posts-wrapper .pp-content-category-list {
	margin: 0px;
	border: none;
	padding: 0px;
	display: inline;
	width: auto;
	vertical-align: middle;
	margin-top: 5px;
	display: block;
}

.home-posts .pp-posts-wrapper .pp-content-category-list a {
	color: #959595;
	font-size: 13px;
	vertical-align: super;
	display: inline-block;
}

.home-posts .pp-posts-wrapper .pp-content-category-list a::before {
	content: '|';
	font-weight: 300;
	font-size: 14px;
	padding-right: 8px;
}

.home-posts .pp-posts-wrapper .pp-content-grid-load-more {
	text-align: right;
}

.home-posts .pp-posts-wrapper .pp-grid-load-more-button {
	letter-spacing: 3px;
	color: #b1976b;
	padding: 0px 0px 0px 0px;
	border-radius: 0px;
	-moz-border-radius: 0px;
	font-weight: 700;
}

.home-posts .pp-posts-wrapper .pp-grid-load-more-button::after {
	content: '\f178';
	font-family: 'FontAwesome'
}

/**** HOME CASES ********/
.home-cases .section-title p {
	color: #b1976b;
}

.home-cases h2.fl-heading {
	text-align: center;
}

.home-cases .pp-content-post-grid
.pp-content-body {
	background: #fff;
	padding: 30px 20px;
	text-align: center;
}

.home-cases .pp-content-post-grid
.pp-content-body .pp-content-grid-title a {
	color: #333;
	font-size: 18px;
	font-weight: 700;
}

.home-cases .pp-content-post-grid .fl-photo-content a {
	position: relative;
}

.home-cases .pp-content-post-grid .fl-photo-content a::before {
	content: '\f35d';
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(33, 33, 33, 0.5);
	font-family: 'FontAwesome';
	font-size: 22px;
	opacity: 0;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

.home-cases .pp-content-post:hover .fl-photo-content a::before {
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

@media only screen and (max-width:768px) {
	.home-contact-posts .fl-col-small {
		min-width: 100%;
		text-align: center;
	}

	.home-contact-posts .gform_widget {
		margin-bottom: 0px;
	}

	.home-contact-posts .pp-posts-wrapper 
	.pp-content-post {
		display: flex;
		position: initial;
		flex-wrap: wrap;
	}

	.home-contact-posts .pp-posts-wrapper .pp-content-post
	.pp-content-grid-image {
		max-width: 30%;
	}

	.home-contact-posts .pp-posts-wrapper .pp-content-post
	.pp-content-body {
		max-width: 70%;
	}

}

/********** SINGLE AREA **************
*************************************/

/******* PRACTICE AREAS ********
*******************************/

.practices-areas .section-areas .fl-module-heading .fl-module-content {
	margin: 8px 20px;
}

.practices-areas .section-areas h4.fl-heading {
	font-size: 15px;
	border-bottom: 1px solid #e6e6e6;
	padding: 14px 0px !important;
}

.practices-areas .section-areas h4.fl-heading a {
	color: #4c4c4c;
	padding-left: 15px;
	border-left: 3px solid #e6e6e6;
	transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
}

.practices-areas .section-areas h4.fl-heading a::before {
	content: "\f178";
	font-family: "fontAwesome";
	color: #b1976b;
	padding-right: 10px;
	margin-left: -26px;
	opacity: 0;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

.practices-areas .section-areas h4.fl-heading a:hover {
	color: #b1976b;
	border-color: #b1976b;
	transition: color .2s ease-in-out;
	-webkit-transition: color .2s ease-in-out;
}

.practices-areas .section-areas h4.fl-heading a:hover::before {
	margin-left: 0;
	opacity: 1;
	transition: all .2s ease-in-out;
	-webkit-transition: all .2s ease-in-out;
}

/** aside contact ***/
.practices-areas .practice-area-contact .fl-col-content {
	padding: 40px 20px;
	margin: 0px 20px;
}

.practices-areas .practice-area-contact h4.fl-heading {
	color: #b1976b;
	font-size: 19px;
}

.practices-areas .practice-area-contact p {
	margin-bottom: 0px;
	color: #b8b8b8;
	font-size: 14px;
}

.practices-areas .practice-area-contact .contact-call
a.fl-button span.fl-button-text {
	color: #fff !important;
	font-size: 19px;
}

.practices-areas .practice-area-contact .fl-button-wrap
a.fl-button {
	background: none;
	border: none;
	padding: 0px;
	font-size: 14px;
}

.practices-areas .practice-area-contact .fl-button-wrap
a.fl-button span.fl-button-text {
	color: #b8b8b8;
}

.practices-areas .practice-area-contact .fl-button-wrap
a.fl-button:hover span.fl-button-text {
	color: #fff;
}

.practices-areas .practice-area-contact i {
	margin-right: 5px;
	padding: 0px;
	font-size: 14px;
	color: #b1976b;
}

/**** content ***/
.practices-areas .practice-area-content h3.fl-heading {
	color: #b1976b;
}

.practices-areas .practice-area-content p {
	margin-bottom: 0px;
}

.practices-areas .practice-area-content .practices-areas-cards {
	text-align: center;
}

.practices-areas .practice-area-content .practices-areas-cards h4.fl-heading {
	font-weight: 600;
	letter-spacing: 3px;
	color: #383838;
}

/** FAQS ****/
.practices-areas .practice-area-content
.pp-accordion  .pp-accordion-button {
	background: #f3f3f3;
	color: #989898;
	padding: 15px 15px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 1px;
}

.practices-areas .practice-area-content
.pp-accordion .pp-accordion-button
span.pp-accordion-button-icon {
	vertical-align: middle;
	margin-top: -8px;
	padding-right: 10px;
}

.practices-areas .practice-area-content
.pp-accordion .pp-accordion-button
span.pp-accordion-button-icon::before {
	color: #989898;
	font-size: 10px;
}

/*** active ****/
.practices-areas .practice-area-content
.pp-accordion .pp-accordion-item-active .pp-accordion-button {
	background: #b1976b;
	color: #fff;
}

.practices-areas .practice-area-content
.pp-accordion .pp-accordion-item-active .pp-accordion-button
span.pp-accordion-button-icon::before {
	color: #fff;
	font-size: 10px;
}

/****** CALL TO ACTION ********/
.call-to-action {
	text-align: center;
}

.call-to-action .fl-col > .fl-col-content {
	border: 1px solid #686868;
	padding: 60px 30px;
	margin: 0px 20px;
}

.call-to-action .fl-heading {
	font-size: 18px;
	font-weight: 700;
	letter-spacing: 3px;
	color: #ffffff;
}

.call-to-action .fl-button-wrap a.fl-button {
	background: none;
	border: none;
}

.call-to-action .fl-button-wrap a.fl-button
span.fl-button-text {
	font-size: 26px;
	font-weight: 400;
	text-transform: none;
	color: #b1976b;
}

.contact-left, .contact-right {
	width: auto;
	display: inline-block;
}

.call-to-action .contact-call a.fl-button span.fl-button-text, .call-to-action p {
	font-size: 16px;
	color: #fff;
}

.call-to-action i {
	color: #b1976b !important;
	font-size: 16px !important;
	margin-right: 5px;
	margin-top: -3px;
}

@media only screen and (max-width:768px) {
	.call-to-action .fl-button-wrap a.fl-button {
		padding: 0px;
	}

	.call-to-action .fl-button-wrap a.fl-button span.fl-button-text {
		font-size: 18px;
		line-height: 27px;
	}

	.call-to-action .contact-call a.fl-button span.fl-button-text {
		font-size: 16px;
	}

}

@media only screen and (max-width:400px) {
	.call-to-action .fl-button-wrap a.fl-button span.fl-button-text {
		font-size: 16px;
		line-height: 27px;
	}

	.call-to-action .contact-call a.fl-button span.fl-button-text {
		font-size: 14px;
	}

	.call-to-action .contact-call i::before {
		font-size: 14px;
	}

	.call-to-action .fl-col > .fl-col-content {
		padding: 60px 20px;
	}

}

/****** TEAM *******/
.team h2.fl-heading {
	text-align: center;
}

.team .uabb-image-carousel .slick-list {
	height: auto;
}

.team .uabb-image-carousel-item {
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.08);
	-moz-box-shadow: 0 0 15px rgba(10, 10, 10, 0.08);
	-webkit-box-shadow: 0 0 15px rgba(10, 10, 10, 0.08);
	border-radius: 4px;
	background: #fff;
	padding: 0px;
	margin: 0px 20px;
}

.team .uabb-image-carousel-item .uabb-image-carousel-caption {
	background: #fff;
	padding: 25px;
}

.team .uabb-image-carousel-item .uabb-image-carousel-caption {
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 16px;
	font-family: 'Poppins', Sans-Serif;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 2px;
}

.team .uabb-image-carousel-item .uabb-image-carousel-caption p {
	margin-bottom: 0px;
	color: #9d9d9d;
	margin-top: 5px;
	font-size: 13px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: 2px;
	text-transform: uppercase;
}

.team .pp-testimonial .pp-content-wrapper {
	background: #fff;
	padding: 40px 20px;
}

/** arrows ***/
.team .uabb-image-carousel button i {
	background: transparent;
}

.team .uabb-image-carousel button i::before {
	color: #b1976b;
	font-size: 28px;
}

/********* ABOUT PAGE *************
***********************************/
.about .about-content .fl-col-content {
	padding: 40px;
}

.about .about-content .pp-testimonial {
	padding: 0px;
	text-align: left;
}

.about .about-content .pp-testimonial h3 {
	color: #b4b4b4;
}

.about .about-content .pp-testimonial h4 {
	color: #b4b4b4;
}

.about .about-content .fl-heading, .about .about-content p {
	text-align: left;
	width: 100%;
}

.about .about-content p {
	color: #b4b4b4;
}

/*** skills ***/
.about .home-progress-skills .fl-col-content {
	padding: 40px;
}

.about .home-progress-skills .fl-heading, .about .home-progress-skills {
	color: #fff;
}

.about .home-progress-skills p {
	color: #b4b4b4;
}

.about .home-progress-skills .uabb-pb-list li {
	margin-bottom: 30px;
}

.about .home-progress-skills .uabb-pb-list li:last-child {
	margin-bottom: 0px;
}

.about .home-progress-skills .uabb-progress-title {
	font-size: 14px;
	text-transform: capitalize;
}

.about .home-progress-skills .uabb-progress-value {
	color: #fff;
}

/****** FAQS *********/
.faqs h2.fl-heading {
	color: #b19761;
}

.faqs .uabb-adv-accordion-item {
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	margin-bottom: 0px;
	color: #b8b8b8;
	font-size: 16px;
	font-family: 'Poppins', Sans-Serif;
}

.faqs .uabb-adv-accordion-button {
	background: transparent;
	color: #fff;
	padding: 20px 0px;
}

.faqs .uabb-adv-accordion-button-label {
	font-weight: 500;
}

.faqs .uabb-adv-accordion-content {
	padding: 0px 40px 20px 40px;
}

@media only screen and (max-width:768px) {
	.about .fl-col-group {
		display: flex;
		flex-direction: column;
	}

	.about .fl-col-small {
		min-width: 100%;
	}

	.about .about-content .fl-col-content, .about .home-progress-skills .fl-col-content {
		margin: 0px 10px;
	}

	.about .home-progress-skills {
		order: 1;
	}

}

@media only screen and (max-width:554px) {
	.about .about-content .fl-col-content, .about .home-progress-skills .fl-col-content {
		padding: 40px 20px;
	}

}

/********* BLOG PAGE ************
********************************/
.blog-page .pp-content-post {
	background: #fff;
}

.blog-page .pp-content-post-grid .pp-content-post, .blog-page .pp-content-post-grid .pp-content-grid-post-image {
	padding: 0px;
}

.blog-page .pp-content-post-grid .pp-content-grid-post-text {
	padding: 40px 40px;
}

.blog-page .pp-content-grid-post-text p {
	margin-bottom: 10px;
}

.blog-page .pp-content-post-grid
.pp-content-grid-post-title {
	margin-bottom: 20px;
}

.blog-page .pp-content-post-grid 
.pp-content-grid-post-title a {
	color: #333;
}

.blog-page .pp-content-post-grid
.pp-content-grid-post-meta {
	color: #959595;
	font-size: 12px;
	font-family: 'Rubik', sans-serif;
}

.blog-page .pp-content-post-grid
.pp-content-grid-post-meta span {
	padding: 0px 5px;
}

.blog-page .pp-content-post-grid
.pp-content-grid-post-more-link {
	margin-top: 20px;
}

.blog-page .pp-content-post-grid
.pp-content-grid-post-more-link a {
	color: #b1976b;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	font-weight: 600;
}

.blog-page .pp-content-post-grid
.pp-content-grid-post-more-link a::before {
	content: '\f178';
	font-family: 'FontAwesome';
	padding-right: 8px;
	margin-left: -20px;
	opacity: 0;
	transition: opacity .4s ease-in-out, margin .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out, margin .4s ease-in-out;
}

.blog-page .pp-content-post-grid
.pp-content-grid-post-more-link a:hover::before {
	opacity: 1;
	margin-left: 0;
	transition: opacity .4s ease-in-out, margin .4s ease-in-out;
	-webkit-transition: opacity .4s ease-in-out, margin .4s ease-in-out;
}

.pp-content-grid-pagination ul a {
	background: #f0f0f0;
	color: #808080;
	font-weight: 500;
	font-size: 12px !important;
}

.pp-content-grid-pagination ul a:hover {
	background: #b1976b !important;
	color: #fff;
}

.pp-content-grid-pagination ul span.current {
	background: #b1976b;
	color: #fff;
	font-size: 12px !important;
	font-weight: bold;
}

/********* CONTACT PAGE ***********
**********************************/
.contact-info .fl-heading {
	color: #fff;
	font-weight: 800;
}

.contact-info p {
	color: #fff;
	margin-bottom: 0px;
}

.contact-info .fl-button-wrap a.fl-button {
	background: none;
	border: none;
	padding: 0px;
}

.contact-info .fl-button-wrap a.fl-button
span.fl-button-text {
	color: #b1976b;
}

.contact-info .fl-button-wrap a.fl-button:hover
span.fl-button-text {
	color: #fff;
}

/******** CONTACT FORM **********/
.contact-form {
	text-align: center;
}

.contact-form #gform_1 li {
	margin: 5px 0px;
}

.contact-form #gform_1 input {
	margin: 0px;
	color: #636363;
	font-size: 15px;
	padding: 0px 20px;
	height: 60px;
	background: #fff;
	border: none;
	border-radius: 8px;
}

.contact-form #gform_1 textarea {
	color: #636363;
	font-size: 15px;
	padding: 20px 20px;
	background: #fff;
	border-radius: 8px;
	border: none;
}

.contact-form #gform_1 .gform_footer {
	padding-right: 15px;
	padding-top: 0px;
}

.contact-form #gform_1 input[type="submit"] {
	background: #b1976b;
	min-width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-family: 'Rubik', sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
	font-size: 14px;
}

.contact-form #gform_1::placeholder {
	color: #636363;
}

/******* CONTACT MAP ********/
.contact-map .fl-row-content-wrap {
	padding: 0px;
}

@media only screen and (max-width:768px) {
	.contact-info .fl-col-group {
		display: flex;
		flex-wrap: wrap;
	}

	.contact-info .fl-col-small {
		text-align: center;
		max-width: 50%;
		min-width: 50%;
		margin: 10px 0px;
	}

	.contact-info .fl-node-5e598310a6fb8 {
		min-width: 100%;
	}

	.contact-info .fl-col-small
	.fl-button-wrap, .contact-info .fl-col-small .fl-module-icon {
		text-align: center;
	}

}

@media only screen and (max-width:554px) {
	.contact-info .fl-col-small {
		min-width: 100%;
		max-width: 100%;
	}

}

/* 4-Column Footer (Overrides default 3-column setup in Genesis, so that code must remain in place)
---------------------------------------------------------------------------*/
.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
	width: 21.875%; /* 252px / 1152px */
}

.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
	float: left;
	margin-right: 4.166666666%; /* 48px / 1152px */
}

.footer-widgets-4 {
	float: right;
}

@media only screen and (max-width:768px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 47.9166666666%; /* 552px / 1152px */
	}

	.footer-widgets-2 {
		float: right;
		margin: 0;
	}

}

@media only screen and (max-width:480px) {
	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3, .footer-widgets-4 {
		width: 100%;
	}

	.footer-widgets-1, .footer-widgets-2, .footer-widgets-3 {
		margin: 0;
	}

}

/**** FOOTER STYLES ENZO ****/
#genesis-footer-widgets {
	background: #1d1d1d;
	padding: 60px 10px;
	border: none;
}

#genesis-footer-widgets > .wrap {
	max-width: 1280px;
	padding: 0px 20px;
	display: flex;
	flex-wrap: wrap;
}

#genesis-footer-widgets .widget-area {
	padding: 0px;
	width: 21%;
	margin-right: 5%;
	float: none;
}

#genesis-footer-widgets .widget-area:last-child {
	margin-right: 0px;
}

#genesis-footer-widgets a {
	color: #b1a17d;
	font-size: 16px;
}

#genesis-footer-widgets a:hover {
	color: #fff;
}

#genesis-footer-widgets h3 {
	color: #fff;
	font-weight: 700;
}

#genesis-footer-widgets h1 {
	color: #fff;
	font-weight: 700;
	font-size: 38px;
}

/*** FOOTER WIDGETS 1 ***/
#genesis-footer-widgets .footer-widgets-1 p {
	color: #ABABAB;
	font-size: 16px;
}

#genesis-footer-widgets .footer-widgets-1 i {
	-webkit-transition: transform .6s ease-in-out;
	transition: transform .6s ease-in-out
}

#genesis-footer-widgets .footer-widgets-1 i:hover {
	transform: rotate(360deg) scale(1.4);
	transition: transform .6s ease-in-out;
	-webkit-transition: transform .6s ease-in-out;
}

/*** FOOTER WIDGETS 2 ***/
#genesis-footer-widgets .footer-widgets-2 a {
	color: #ABABAB;
	font-size: 14px;
}

#genesis-footer-widgets .footer-widgets-2 i {
	margin-right: 10px;
	font-size: 16px;
	color: #b19761;
}

#genesis-footer-widgets .footer-widgets-2 a:hover {
	color: #b19761;
}

/******/
.site-footer {
	background: #111111;
	border: none;
	font-family: 'Poppins', Sans-Serif;
	color: #838383;
	padding: 30px 20px;
}

.site-footer > .wrap {
	max-width: 1280px;
	margin: 0 auto;
	padding: 0px 20px;
	display: flex;
}

.site-footer .footer-copy {
	display: inline;
	width: 50%;
	text-align: left;
}

.site-footer nav {
	margin: 0px;
	text-align: right;
	display: inline;
	width: 50%;
}

.site-footer a {
	color: #838383;
}

.site-footer li.current-menu-item a {
	color: #fff;
}

.site-footer a:hover {
	color: #fff;
}

@media only screen and (max-width:992px) {
	.site-footer .footer-copy {
		width: 30%;
	}

	.site-footer nav {
		width: 70%;
	}

}

@media only screen and (max-width:768px) {
	.site-footer > .wrap {
		flex-wrap: wrap;
	}

	.site-footer .footer-copy {
		margin-bottom: 5px;
		width: 100%;
		text-align: center;
	}

	.site-footer nav {
		width: 100%;
		text-align: center;
	}

}

@media only screen and (max-width:992px) {
	#genesis-footer-widgets > .wrap {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: space-between;
	}

	#genesis-footer-widgets .widget-area {
		max-width: 50%;
		min-width: 50%;
		margin: 20px 0px;
	}

	#genesis-footer-widgets .footer-widgets-2, #genesis-footer-widgets .footer-widgets-4 {
		padding-left: 80px;
	}

}

@media only screen and (max-width:768px) {
	#genesis-footer-widgets .footer-widgets-2, #genesis-footer-widgets .footer-widgets-4 {
		padding-left: 40px;
	}

}

@media only screen and (max-width:600px) {
	#genesis-footer-widgets .footer-widgets-2, #genesis-footer-widgets .footer-widgets-4 {
		padding-left: 0px;
	}

	#genesis-footer-widgets .widget-area {
		min-width: 100%;
		max-width: 100%;
	}

}

/******* 404 PAGE ************
*****************************/
.page-404 h1.fl-heading {
	font-size: 158px;
}

.page-404 h3.fl-heading {
	font-weight: bold;
}

.page-404 p {
	color: #fff;
	margin-bottom: 0px;
}

.page-404 a {
	color: #b19761;
}

.page-404 form.pp-search-form {
	max-width: 420px;
	margin: 0 auto;
}

.page-404 form.pp-search-form input {
	font-family: 'Poppins', Sans-serif;
}

.page-404 form.pp-search-form button {
	background: #b19761;
	font-family: 'Poppins', Sans-Serif;
	font-size: 14px;
	letter-spacing: .5px;
}

.custom-phone-link a {
	font-size: 26px;
	font-weight: 400;
	text-transform: none;
	color: #b1976b;
	transition: all .8s;
}

.custom-phone-link a:hover {
	color: #4f4c47;
}
