/*
Theme Name: Nicely Theme
Theme URI: http://www.madeNicely.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: The Beaver Builder Team
Author URI: http://www.fastlinemedia.com
template: bb-theme
*/

/* html elements */ 
p {margin-bottom: 20px;}

/* Nicely Global */ 
.nicely-z-index {z-index:999;}
.nicely-sticky-row {position: sticky; position: -webkit-sticky; top: 0; z-index: 999;}
.nicely-max-col-left .fl-module-content {max-width: 580px; margin-left: auto;}
.nicely-max-col-right .fl-module-content {max-width: 580px; margin-right: auto;}
.nicely-no-marge p {margin-bottom: 0;}

.nicely-footer-graphic {
	position: relative;
	top: 210px;
	z-index: 99999;
}
.nicely-footer-graphic-programs {
	position: relative;
	top: 55px;
	z-index: 99999;
}
.nicely-footer-graphic-about {
	position: relative;
	top: 80px;
	z-index: 99999;
}
.nicely-footer-graphic-contact {
	position: relative;
	top: 210px;
	z-index: 99999;
}

.fl-node-xit54jwkfep1 .fl-post-feed-image-beside .fl-post-feed-text {
	padding: 50px 50px 50px 0;
}

.nicely-mod-nopad .fl-builder-module-template {
	padding: 0;
}

#gtranslate_wrapper {
	position: fixed;
	bottom: 0;
	right: 10px !important;
}
@media (max-width: 767px) {
.fl-node-xit54jwkfep1 .fl-post-feed-image-beside .fl-post-feed-text {
	padding: 20px 20px 40px 20px;
}
	}