body.page-template-tpl-no-header-footer #fb-root {
	display:none !important;
}
body.page-template-tpl-no-header-footer:not(.fl-builder-edit) #fl-main-content {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
}
body.page-template-tpl-no-header-footer:not(.fl-builder-edit) #fl-main-content > .fl-content-full {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
}

/*flex cta styles*/
.custom-text-content {
    display: none;
}

.builder-text{
    display:none;
}

.fl-builder-edit .builder-text{
    display:block;
}

.fl-builder-edit .custom-text-content {
    display: block;
}

.custom-text {
    text-align: center;
    color: white;
    padding: 20px;
    opacity: 0;
    position: absolute;
    top: 60%;
    left: 0;
    transform: translateY(-50%);
}

.custom-text a.button {
    padding: 10px;
    display: block;
}

.pp-panel-item:nth-of-type(3) {
    border: none;
}

.pp-panel-item {
    border-right: 20px solid white;
}


.custom-text h2 {
    color: white;
}

.pp-panel-item:hover .custom-text {
    opacity: 1;
    top: 50%;
    transition: all .3s ease;
    transition-delay: .3s;
}

.pp-panel-item::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: black;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all .3s ease;
}

.pp-panel-item:hover::before {
    opacity: .5;
}

.pp-panel-title {
    display: none;
}

.custom-text .button {
    padding: 5px 10px;
}