





.fl-node-41238jrsnlvo > .fl-row-content-wrap {
	background-color: #ffffff;
}
.fl-node-hxp1v2g3kq76 {
	color: #ffffff;
}
.fl-builder-content .fl-node-hxp1v2g3kq76 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-hxp1v2g3kq76 a {
	color: #ffffff;
}

.fl-builder-content .fl-node-hxp1v2g3kq76 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-hxp1v2g3kq76 h1,
.fl-builder-content .fl-node-hxp1v2g3kq76 h2,
.fl-builder-content .fl-node-hxp1v2g3kq76 h3,
.fl-builder-content .fl-node-hxp1v2g3kq76 h4,
.fl-builder-content .fl-node-hxp1v2g3kq76 h5,
.fl-builder-content .fl-node-hxp1v2g3kq76 h6,
.fl-builder-content .fl-node-hxp1v2g3kq76 h1 a,
.fl-builder-content .fl-node-hxp1v2g3kq76 h2 a,
.fl-builder-content .fl-node-hxp1v2g3kq76 h3 a,
.fl-builder-content .fl-node-hxp1v2g3kq76 h4 a,
.fl-builder-content .fl-node-hxp1v2g3kq76 h5 a,
.fl-builder-content .fl-node-hxp1v2g3kq76 h6 a {
	color: #ffffff;
}



.fl-node-hxp1v2g3kq76 > .fl-row-content-wrap {
	background-color: #0A161F;
}
@media ( max-width: 992px ) {
 .fl-node-hxp1v2g3kq76.fl-row > .fl-row-content-wrap {
	padding-top:20px;
	padding-bottom:20px;
}
}






 .fl-node-zhnyq1mjru4t > .fl-row-content-wrap {
	padding-top:40px;
	padding-bottom:0px;
}




.fl-node-cinbd8lhrf5a {
	width: 100%;
}




.fl-node-9ht1cle5i72p {
	width: 50%;
}




.fl-node-f5rdbvc9taq2 {
	width: 100%;
}




.fl-node-ivpb3swu5m6x {
	width: 50%;
}




.fl-node-4u0xel67mth5 {
	width: 50%;
}




.fl-node-3xjhk4p5maw9 {
	width: 50%;
}
.fl-module-heading .fl-heading {
	padding: 0 !important;
	margin: 0 !important;
}.fl-node-xuwqknt4vcyi.fl-module-heading .fl-heading {
	text-align: center;
}
 .fl-node-xuwqknt4vcyi > .fl-module-content {
	margin-bottom:10px;
}
/* Generic Styles */
.fl-module-post-grid .fl-sep {
	display: inline-block;
	margin: 0 2px;
}
div:where(.fl-module-post-grid :not(.fl-builder-pagination)) > ul {
	all: unset;
	list-style: none;
}

/* Post Columns */
body.rtl .fl-post-column {
	float: right;
}
.fl-post-column {
	float: left;
}
.fl-post-column .fl-post-grid-post {
	visibility: visible;
}

/* Post Grid */
.fl-post-grid {
	margin: 0 auto;
	position: relative;
}
.fl-post-grid:before,
.fl-post-grid:after {
	display: table;
	content: " ";
}
.fl-post-grid:after {
	clear: both;
}
.fl-post-grid-post {
	background: #fff;
	border: 1px solid #e6e6e6;
	visibility: hidden;
}
.fl-post-grid-post,
.fl-post-feed-post {
	overflow: hidden;
}

.fl-post-grid-image {
	position: relative;
}
.fl-post-grid-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-grid-text {
	padding: 20px;
}
.fl-post-grid-title {
	padding-bottom: 7px;
}
body .fl-post-grid-text,
body .fl-post-grid-content p {
	font-size: 14px;
	line-height: 22px;
}
body .fl-post-grid-text > *:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
body .fl-post-grid-text a {
	text-decoration: none;
}
body .fl-post-grid-title {
	font-size: 20px;
	line-height: 26px;
	margin: 0 0 10px;
	padding: 0;
}
body .fl-post-grid-meta {
	font-size: 14px;
	padding-bottom: 10px;
}
.fl-post-feed-comments .fa {
	vertical-align: text-top;
}
.fl-post-grid-more {
	margin-top: 10px;
	display: inline-block;
}
.fl-post-grid #infscr-loading {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 40px 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

/* Post Gallery */
.fl-post-gallery-post {
	overflow: hidden;
	position: relative;
	visibility: hidden;
}
.fl-post-gallery-link {
	display: block;
	height: 100%;
}
.fl-post-gallery-img {
	position: relative;
	z-index: 1;
}
.fl-post-gallery-img-horiz {
	height: 100% !important;
	max-height: 100% !important;
	max-width: none !important;
	width: auto !important;
}
.fl-post-gallery-img-vert {
	height: auto !important;
	max-height: none !important;
	max-width: 100% !important;
	width: 100% !important;
}
.fl-post-gallery-text-wrap {
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 2;
	width: 100%;
	height: 100%;
	padding: 0 20px;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

.fl-post-gallery-link:hover .fl-post-gallery-text-wrap {
	opacity: 1;
}

.fl-post-gallery-text {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 100%;
	-webkit-transition: all 0.3s;
	   -moz-transition: all 0.3s;
	    -ms-transition: all 0.3s;
	        transition: all 0.3s;
}

/* Gallery Transitions */
.fl-post-gallery-text,
.fl-post-gallery-link:hover .fl-post-gallery-text{
	-webkit-transform: translate3d(-50%,-50%,0);
	   -moz-transform: translate3d(-50%,-50%,0);
	    -ms-transform: translate(-50%,-50%);
			transform: translate3d(-50%,-50%,0);
}

/* Gallery Icons */
.fl-post-gallery-text .fl-gallery-icon{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.fl-post-gallery-text .fl-gallery-icon i,
.fl-post-gallery-text .fl-gallery-icon i:before{
	width: 24px;
	height: 24px;
	font-size: 24px;
}

.fl-post-gallery-text h2.fl-post-gallery-title {
	font-size: 22px;
	margin: 0 0 5px 0;
}
.fl-post-gallery #infscr-loading {
	clear: both;
	padding: 40px 0;
	text-align: center;
	width: 100%;
}

/* Post Feed */
.fl-post-feed-post {
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 40px;
}
.fl-post-feed-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-header {
	margin-bottom: 20px;
}
.fl-post-feed-header a {
	text-decoration: none;
}
body h2.fl-post-feed-title {
	margin: 0 0 10px;
	padding: 0;
	clear: none;
}
body .fl-post-feed-meta {
	font-size: 14px;
	margin-bottom: 5px;
}
.fl-post-feed-meta .fl-sep {
	margin: 0 3px;
}
.fl-post-feed-image {
	margin-bottom: 25px;
	position: relative;
}
.fl-post-feed-image img {
	height: auto !important;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image {
	float: left;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text {
	margin-left: 37%;
}
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	float: right;
	margin-bottom: 0;
	width: 33%;
}
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-right: 37%;
}
.fl-post-feed-content a {
	text-decoration: none;
}
.fl-post-feed-content p:last-of-type {
	margin-bottom: 0;
	padding-bottom: 0;
}
.fl-post-feed-more {
	margin-top: 15px;
	display: inline-block;
}
.fl-post-feed #infscr-loading {
	padding: 40px 0;
	text-align: center;
	width: 100%;
}
@media (max-width: 768px) { /* Post Feed */
.fl-post-feed-post.fl-post-feed-image-beside,
.fl-post-feed-post.fl-post-feed-image-beside-content,
.fl-post-feed-post.fl-post-feed-image-beside-right,
.fl-post-feed-post.fl-post-feed-image-beside-content-right {
	max-width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside .fl-post-feed-image img,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image img,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image img,
.fl-post-feed-image-beside-content-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image img {
	float: none;
	width: 100% !important;
}
.fl-post-feed-image-beside .fl-post-feed-image,
.fl-post-feed-image-beside-content .fl-post-feed-image,
.fl-post-feed-image-beside-right .fl-post-feed-image,
.fl-post-feed-image-beside-content-right .fl-post-feed-image {
	margin-bottom: 20px;
}
.fl-post-feed-image-beside .fl-post-feed-text,
.fl-post-feed-image-beside-content .fl-post-feed-text,
.fl-post-feed-image-beside-right .fl-post-feed-text,
.fl-post-feed-image-beside-content-right .fl-post-feed-text {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
 }
.fl-node-9ai5zl60ry71 .fl-post-grid {
	margin-left: -20px;
	margin-right: -20px;
}
.fl-node-9ai5zl60ry71 .fl-post-column {
	padding-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	width: 33.333333333333%;
}
.fl-node-9ai5zl60ry71 .fl-post-column:nth-child(3n + 1) {
	clear: both;
}
		@media screen and (max-width: 1200px) {
		.fl-node-9ai5zl60ry71 .fl-post-column {
			width: 33.333333333333%;
		}
		.fl-node-9ai5zl60ry71 .fl-post-column:nth-child(3n + 1) {
			clear: none;
		}
		.fl-node-9ai5zl60ry71 .fl-post-column:nth-child(3n + 1) {
			clear: both;
		}
	}
			@media screen and (max-width: 992px) {
		.fl-node-9ai5zl60ry71 .fl-post-column {
			width: 50%;
		}
		.fl-node-9ai5zl60ry71 .fl-post-column:nth-child(3n + 1) {
			clear: none;
		}
		.fl-node-9ai5zl60ry71 .fl-post-column:nth-child(2n + 1) {
			clear: both;
		}
	}
			@media screen and (max-width: 768px) {
		.fl-node-9ai5zl60ry71 .fl-post-column {
			width: 100%;
		}
		.fl-node-9ai5zl60ry71 .fl-post-column:nth-child(2n + 1) {
			clear: none;
		}
		.fl-node-9ai5zl60ry71 .fl-post-column:nth-child(1n + 1) {
			clear: both;
		}
	}
	 .fl-node-2ghtmr6o5dzv > .fl-module-content {
	margin-top:10px;
	margin-bottom:5px;
}
 .fl-node-jkgzr5fsxipv > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-8dhmvqw7ok1c .fl-photo-content, .fl-node-8dhmvqw7ok1c .fl-photo-img {
	width: 100%;
}
.fl-node-8dhmvqw7ok1c .fl-photo-img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
/* Wrappers */
body.rtl .fl-module-testimonials .bx-viewport {
	direction: ltr;
}
body.rtl .fl-testimonials-wrap.compact .fl-slider-next {
	left: 18px;
	right: auto;
}
body.rtl .fl-testimonials-wrap.compact .fl-slider-prev {
	right: auto !important;
	left: 0;
}
body.rtl .fl-testimonials-wrap .fl-testimonial {
	direction: rtl;
}

.fl-module-testimonials {
	flex-grow: 1;
	place-self: stretch;
}

.fl-module-testimonials .bx-wrapper {
	margin: 0 auto 35px;
}
.fl-testimonials-wrap {
	position: relative;
}
.fl-testimonials-wrap button,
.fl-testimonials-wrap button:focus,
.fl-testimonials-wrap button:hover {
	all: unset;
	cursor: pointer;
}
.fl-testimonials-wrap .fl-testimonial {
	position: absolute;
	top: 0;
	visibility: hidden;
}
.fl-testimonials-wrap .fl-testimonial > blockquote {
	margin: 0;
}
.fl-testimonials-wrap .fl-testimonial:first-child,
.fl-testimonials-loaded .fl-testimonial {
	position: relative;
	visibility: visible;
}
.fl-testimonials-wrap .fa {
	opacity: 0.8;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.fl-testimonials-wrap .fa:hover {
	opacity: 1;
}

/* Wide */
.fl-testimonials.wide {
	text-align: center;
}
.fl-testimonials-wrap.wide .fl-slider-next,
.fl-testimonials-wrap.wide .fl-slider-prev {
	position: absolute;
	top: 50%;
	margin-top:-10px;
	right: 0px;
}
.fl-testimonials-wrap.wide .fa {
	font-size: 23px;
	position: relative;
	z-index: 1;
}
.fl-testimonials-wrap.wide .fl-slider-prev {
	left: 0px !important;
}

/* Compact */
.fl-testimonials-wrap.compact h3 {
	margin: .3em 0;
}
.fl-testimonials-wrap.compact .fl-slider-next,
.fl-testimonials-wrap.compact .fl-slider-prev {
	position: absolute;
	top: 9px;
	right: 0;
}
.fl-testimonials-wrap.compact .fa {
	font-size: 17px;
}
.fl-testimonials-wrap.compact .fl-slider-prev {
	right: 18px !important;
}

/* Navigation Fixes */
.fl-testimonials-wrap .fl-slider-next a.disabled,
.fl-testimonials-wrap .fl-slider-prev a.disabled,
.fl-testimonials-wrap .bx-controls a.disabled,
.fl-testimonials-wrap .fl-slider-next button.disabled,
.fl-testimonials-wrap .fl-slider-prev button.disabled,
.fl-testimonials-wrap .bx-controls button.disabled {
	pointer-events: none;
}
.fl-testimonials-wrap .fl-slider-next button:focus,
.fl-testimonials-wrap .fl-slider-prev button:focus {
	outline: 1px auto -webkit-focus-ring-color;
}.fl-node-n02yz6fd8wpa .fl-testimonials-wrap.compact h3 {
	font-size: 24px;
}
.fl-node-n02yz6fd8wpa .fl-testimonials-wrap .bx-pager.bx-default-pager a,
.fl-node-n02yz6fd8wpa .fl-testimonials-wrap .bx-pager.bx-default-pager a:focus,
.fl-node-n02yz6fd8wpa .fl-testimonials-wrap .bx-pager.bx-default-pager a.active {
	background: #999999;
	opacity: 1;
}
.fl-node-n02yz6fd8wpa .fl-testimonials-wrap .bx-pager.bx-default-pager a {
	opacity: 0.2;
}
.fl-node-n02yz6fd8wpa .fl-testimonials-wrap .fas:hover,
.fl-node-n02yz6fd8wpa .fl-testimonials-wrap .fas {
	color: #999999;
}
.fl-node-n02yz6fd8wpa .fl-testimonials-wrap.fl-testimonials-no-heading {
	padding-top: 25px;
}
 .fl-node-n02yz6fd8wpa > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
}
 .fl-node-yot6dx9ewz5s > .fl-module-content {
	margin-top:10px;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
/* Audio Player Styles
================================================== */

audio {
    display:none;
}

#audiowrap {
    background: transparent;
    display: flex;
    align-items: center;
    border-top: 1px solid rgba(255,255,255,0.1);
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 3rem 0;
}

#audio0 {
    width: 100%;
    padding: 0;
}


/* Plyr Overrides
================================================== */

.plyr {
    width: 100%;
}

.plyr--audio .plyr__controls {
    background-color: transparent;
    border: none;
    /*color: #333 !important;*/
    color: #fff !important;
    padding: 0;
    width: 100%;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
    background-color:rgba(255,255,255,.2);
    /*background-color: #333;*/
}

.plyr__progress--played,
.plyr__volume--display {
    color:rgba(255,255,255,.2);
    /*color: #333;*/
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background:rgba(255,255,255,.2);
    /*background: #333;*/
}

.plyr--audio .plyr__progress--buffer {
    color:rgba(255,255,255,.2);
    /*color: #333;*/
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    /*background: rgba(51,51,51,.1);*/
    background: rgba(255,255,255,.2);
    /*color: #333;*/
    color: #fff;
}

a.plyr__controls__item.plyr__control:hover, .plyr--audio .plyr__controls button:hover, .plyr--audio .plyr__controls button.tab-focus:focus, .plyr__play-large {
    /*background: rgba(51,51,51,.1);*/
    background: rgba(255,255,255,.2);
    /*color: #333;*/
    color: #fff;
}

button:hover, button:active, buton:focus,
.plyr__controls__item, .plyr__control,
.plyr__control--pressed, .plyr__tab-focus {
    border: none !important;
    top: 0 !important;
}

button:focus {
    background: rgba(255,255,255,.2);
}

.plyr__control.plyr__tab-focus {
    box-shadow: none !important;
}

.plyr--full-ui input[type=range] {
    /*color: #333;*/
    color: #fff;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    width: calc(100% + 5px);
}

.plyr__controls .plyr__controls__item {
    font-weight: 700;
}

.plyr__controls button:focus {
    /*color: #333 !important;*/
    color: #fff !important;
    background: transparent !important;
}

.plyr__tooltip {
    background: #fff;
    color: #333 !important;
    box-shadow: none;
}

.broadcast-content {
    font-weight: 700;
}

.post-header {
    position: relative;
    border-radius: 10px;
}

.post-featured-image img {
    width: 100%;
    z-index: 1;
    border-radius: 10px;
}

.post-header .post-header-content {
    position: absolute;
    z-index: 2;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.35);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;

}

.post-header .post-header-content h2 {
    color: #fff;
    font-size: 6rem;
    margin: 0;
    font-weight: 700 !important;
}

@media screen and (max-width: 769px) {
    .post-header .post-header-content h2 {
        font-size: 4rem;
    }
}

.post-header .post-header-content span {
    display: block;
    color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}

/*Author Box*/

.post-author {
    background-color: #F4F4F6;
    padding: 2rem;
    border-radius: 10px;
    text-align: center;
}

.post-author .post-author-image img {
    border-radius: 100%;
}

.post-author .post-author-text h5 {
    margin-bottom: 5px;
    margin-top: 5px;
    line-height: 1.2;
}

.post-author .post-author-text h5 a {
    font-weight: 700;
    font-size: 18px;
}

.post-author .post-author-text p {
    font-size: 12px;
    margin: 0;
    line-height: 1.5;
}

/*Podcast Subscribe Links*/

.broadcast-subscribe {
    text-align: center;
    border: 1px solid #333;
    border-radius: 10px;
    padding: 20px;
}

.broadcast-subscribe h4 {
    margin-top: 0;
}

.broadcast-subscribe p {
    line-height: 1.3;
    margin-bottom: 15px;
    font-size: 14px;
}

.broadcast-subscribe .subscribe-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.broadcast-subscribe .subscribe-links li {
    margin: 0 10px;
}

.broadcast-subscribe .subscribe-links li a {
    color: #333;
}

.broadcast-subscribe .subscribe-links li a:hover {
    color: #00aded;
}

.broadcast-subscribe .subscribe-links li a i {
    font-size: 20px;
}

.broadcast-content .fl-module-content p {
    display: none;
}

.meks_ess {
    margin-bottom: 0;
    margin-top: 20px !important;
    display: flex;
    align-items: center;
}

.meks_ess:before {
    content: 'Share:';
    margin-right: 25px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 10px;
}

body .meks_ess a {
    /*margin-top: -5px !important;*/
}

.meks_ess a:last-child {
    margin-right: 0;
}

.meks_ess a:before {
    color: #fff !important;
}

.meks_ess a:hover:before {
    color: #00aded !important;
}
.phil-img {
    background-color: #000;
    width: 100%;
    height: 300px;
    background-image: url('https://laughagain.ca/wp-content/uploads/2018/03/phil-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
}

.about-laughagain p {
    margin: 0 !important;
}

.about-laughagain h1, .about-laughagain h2 {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.btn {
    border: none !important;
}


#gform_wrapper_4 input::-webkit-input-placeholder,
#gform_wrapper_4 textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input:-ms-input-placeholder,
#gform_wrapper_4 textarea:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input::-ms-input-placeholder,
#gform_wrapper_4 textarea::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input::-moz-placeholder,
#gform_wrapper_4 textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input::placeholder,
#gform_wrapper_4 textarea::placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input, #gform_wrapper_4 select, #gform_wrapper_4 textarea {
    outline: none !important;
}

#gform_wrapper_4 input:focus, #gform_wrapper_4 select:focus, #gform_wrapper_4 textarea:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #333;
}

#gform_wrapper_4 {
    margin: 0;
    padding: 0;
}

.ginput_container {
    margin: 0 !important;
}

/*---- NAME ----*/
#field_4_1 {
    margin: 0;
    padding: 0 !important;
}

#field_4_1 .gfield_label {
    display: none !important;
}

#field_4_1 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    border: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

.name_first, .name_last {
    padding: 0 !important;
    border: 1px solid #d2d2d2 !important;
    margin: 0 !important;
}

.name_last {
    border-left: none !important;
    float: right;
}

.name_first input, .name_last input {
    margin: 0 !important;
}

.name_first label, .name_last label {
    display: none !important;
}

.gform_wrapper .ginput_complex.ginput_container {
    width: 100% !important;
}

/*---- EMAIL / PHONE ----*/
#field_4_3 {
    margin: 0;
    padding: 0px !important;
}

#field_4_3 .gfield_label {
    display: none !important;
}

#field_4_3 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    border-top: none !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    border-left: none !important;
}

#field_4_2 {
    margin: 0;
    padding: 0 !important;
}

#field_4_2 .gfield_label {
    display: none !important;
}

#field_4_2 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border-top: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

/*---- ROLE IN EVENT ----*/
#field_4_4 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_4 .gfield_label {
    display: none !important;
}

#field_4_4 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

#field_4_5 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_5 .gfield_label {
    display: none !important;
}

#field_4_5 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    border-left: none !important;
}

/*---- EVENT ADDRESS ----*/
#field_4_6 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_6 .gfield_label {
    display: none !important;
}

#field_4_6 input, #field_4_6 select {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

#field_4_6 span:first-child input {
    border: 1px solid #d2d2d2 !important;
}

#field_4_6 label {
    display: none;
}

.address_city, .address_state,
.address_zip, .address_country {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d2d2d2 !important;
    border-top: none !important;
}

#input_13_4_5_container {
    padding: 0 !important;
}

.address_state, .address_country {
    border-left: none !important;
}

.address_city input, .address_state input,
.address_zip input, .address_country select  {
    border: none !important;
}

#field_4_6 span.ginput_right+span.ginput_left {
    padding-right: 0 !important;
}

/*---- EVENT DATE/TIME ---- */
#field_4_7, #field_4_8 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_8 label, #field_4_7 label, #field_4_8 i {
    display: none;
}

#field_4_7 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    width: 100%;
    border: none !important;
    margin: 0 !important;
}

#field_4_7 .ginput_container {
    border: 1px solid #d2d2d2;
}

.gform_wrapper .clear-multi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

#field_4_8 input, #field_4_8 select {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0 !important;
    width: 100%;
}

#field_4_8 .ginput_container {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d2d2d2;
    border-left: none;
}

#input_4_8_3 {
    margin: 0 !important;
    max-width: 100% !important;
}

/*---- EVENT DESCRIPTION ----*/
#field_4_12 {
    margin: 2rem 0 0;
    padding: 0;
}

#field_4_12 label {
    display: none;
}

#field_4_12 textarea {
    background-color: #fff;
    padding: 25px 30px !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 0 !important;
    width: 100%;
}

/*---- EVENT ORGANIZER ----*/
#field_4_9 {
    margin: 2rem 0 0;
    padding: 0px !important;
}

#field_4_9 .gfield_label {
    display: none !important;
}

#field_4_9 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

#field_4_10 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_10 .gfield_label {
    display: none !important;
}

#field_4_10 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    border-left: none !important;

}

/*--- REQUEST LETTER UPLOAD ----*/
#field_4_11 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_11 label {
    text-transform: none;
    letter-spacing: 0;
}

#field_4_11 label:after {
    content: ' (if applicable)';
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}

#input_4_11 {
    border: none !important;
    width: 100%;
    padding: 0 !important;
    margin-top: 0.5rem;
}

/*---- FOOTER ----*/
.gform_footer {
    padding: 0 !important;
    margin: 2rem 0 0 !important;
}

#gform_submit_button_4 {
    background-color: #00aded;
    height: 60px;
    width: 100%;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#gform_submit_button_4:hover {
    opacity: 0.8;
}

@media screen and (max-width: 641px) {
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin: 0 !important;
    }
    
    .name_last {
        float: none;
        border-top: 0 !important;
        border-left: 1px solid #d2d2d2 !important;
    }
    
    #field_4_3 input {
        border-left: 1px solid #d2d2d2 !important;
    }
    
    #field_4_5, #field_4_8, #field_4_10 {
        margin-top: 0 !important;
    }
    
    #field_4_5 input, #field_4_10 input {
        border-top: 0 !important;
        border-left: 1px solid #d2d2d2 !important;
    }
    
    .address_state, .address_country {
        border-left: 1px solid #d2d2d2 !important;
    }
    
    #field_4_7 .ginput_container {
        border-bottom: none !important;
    }
    
    #field_4_8 #input_4_8 {
        border-left: 1px solid #d2d2d2 !important;
    }
}
.fl-post-feed-post {
    overflow: visible;
}

/*------------------------------
Featured LATV
------------------------------*/

.featured__image {
    box-shadow: 0 3px 20px rgb(110 123 157 / 50%);
    border-radius: 10px;
}

.featured__image img {
    border-radius: 10px;
}

.latv__featured-category {
    display: block;
    margin-bottom: 24px;
    color: #00aded;
    font-size: 12px;
    font-weight: 900 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.latv__featured-category .fl-category {
    display: inline !important;
}

.latv__featured-title {
    margin-top: 0;
    margin-bottom: 15px;
}

.latv__featured-title a {
    font-size: 58px;
    line-height: 1.1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.03em;
    color: #130b2c;
}

.latv__featured-title a:hover {
    color: #00aded;
}

.latv__featured-description p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #130b2c;
}

.latv__featured-button-wrapper a {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 12px 28px;
    border-radius: 5px;
    background-color: #00aded;
    display: inline-block;
    position: relative;
}

.latv__featured-button-wrapper a i {
    font-size: 13px;
    margin-right: 10px;
}

.latv__featured-button-wrapper a:hover {
    box-shadow: 0 3px 20px -5px rgb(110 123 157 / 50%);
    transform: translate(0px, -3px);
    color: #fff;
}

/*------------------------------
LATV Grid
------------------------------*/

.fl-post-grid-post {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    overflow: visible !important;
}

.fl-post-grid-post:hover .latv__image {
    box-shadow: 0 3px 20px -5px rgb(110 123 157 / 50%);
}

.latv__image {
    position: relative;
    border-radius: 10px;
    transition: all 200ms ease-in-out;
}

.latv__image img {
    border-radius: 10px;
}

.latv__category {
    display: block;
    color: #00aded;
    font-size: 10px;
    font-weight: 900 !important;
    letter-spacing: 1px;
    text-transform: uppercase;
    position: absolute;
    bottom: 20px;
    right: 20px;
    background-color: #fff;
    border-radius: 5px;
    padding: 0 15px;
    line-height: 30px;
    box-shadow: 0 3px 20px -5px rgb(110 123 157 / 50%);
}

.latv__body {
    padding: 30px 0;
    background-color: #fff;
}

.latv__title {
    margin-top: 0;
    margin-bottom: 15px;
}

.latv__title a {
    color: #130b2c;
    font-size: 28px;
    font-weight: 900 !important;
    letter-spacing: -0.03em;
    line-height: 1.1;
}

.latv__title a:hover {
    color: #00aded;
}

.latv__description p {
    font-size: 16px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #130b2c;
}

.latv__button-wrapper a {
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    line-height: 40px;
    padding: 0 22px;
    border-radius: 5px;
    background-color: #00aded;
    display: inline-block;
    position: relative;
}

.latv__button-wrapper a i {
    font-size: 9px;
    margin-right: 5px;
}

.fl-post-grid-post:hover .latv__button-wrapper a {
    box-shadow: 0 3px 20px -5px rgb(110 123 157 / 50%);
    transform: translate(0px, -3px);
    color: #fff;
}

/*------------------------------
About Laugh Again TV
------------------------------*/

.latv__about-button {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    padding: 10px 26px;
    border-radius: 5px;
    display: inline-block;
    position: relative;
}

.latv__about-button.btn-trailer:hover {
    box-shadow: 0 3px 20px -5px rgb(110 123 157 / 50%);
    transform: translate(0px, -3px);
    color: #fff;
}

.latv__about-button.btn-trailer {
    background-color: #275676;
}

.latv__about-button.btn-subscribe {
    background-color: #ff0000;
    margin-left: 10px;
}

.latv__about-button.btn-subscribe:hover {
    background-color: #f4f4f6;
    color: #606060;
}

@media screen and (max-width: 1209px) and (min-width: 991px) {
    .latv__about-button {
        display: block;
    }
    .latv__about-button.btn-subscribe {
        margin-left: 0;
        margin-top: 10px;
    }
}

@media screen and (max-width: 389px) {
    .latv__about-button {
        display: block;
    }
    .latv__about-button.btn-subscribe {
        margin-left: 0;
        margin-top: 10px;
    }
}

/*------------------------------
Post Categories
------------------------------*/

.latv__post-category {
    background-color: #e8edf4;
    padding: 20px 25px;
    margin-bottom: 20px;
    border-radius: 10px;
    transition: all 200ms ease-in-out;
}

.latv__post-category h4 {
    color: #130b2c;
    margin: 0;
}

.latv__post-category:hover {
    box-shadow: 0 3px 20px -5px rgb(110 123 157 / 50%);
    transform: translate(0px, -3px);
}

/*------------------------------
Misc Responsive Styling
------------------------------*/

@media screen and (max-width: 991px) {
    #latv_recent_grid,
    #latv_sidebar {
        width: 100% !important;
    }
}
.phil-img {
    background-color: #000;
    width: 100%;
    height: 300px;
    background-image: url('https://laughagain.ca/wp-content/uploads/2018/03/phil-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
}

.about-laughagain p {
    margin: 0 !important;
}

.about-laughagain h1, .about-laughagain h2 {
    margin-top: 0 !important;
    margin-bottom: 25px !important;
}

.btn {
    border: none !important;
}


#gform_wrapper_4 input::-webkit-input-placeholder,
#gform_wrapper_4 textarea::-webkit-input-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input:-ms-input-placeholder,
#gform_wrapper_4 textarea:-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input::-ms-input-placeholder,
#gform_wrapper_4 textarea::-ms-input-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input::-moz-placeholder,
#gform_wrapper_4 textarea::-moz-placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input::placeholder,
#gform_wrapper_4 textarea::placeholder {
    color: #333;
    opacity: 1;
}

#gform_wrapper_4 input, #gform_wrapper_4 select, #gform_wrapper_4 textarea {
    outline: none !important;
}

#gform_wrapper_4 input:focus, #gform_wrapper_4 select:focus, #gform_wrapper_4 textarea:focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    border: 1px solid #333;
}

#gform_wrapper_4 {
    margin: 0;
    padding: 0;
}

.ginput_container {
    margin: 0 !important;
}

/*---- NAME ----*/
#field_4_1 {
    margin: 0;
    padding: 0 !important;
}

#field_4_1 .gfield_label {
    display: none !important;
}

#field_4_1 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    border: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

.name_first, .name_last {
    padding: 0 !important;
    border: 1px solid #d2d2d2 !important;
    margin: 0 !important;
}

.name_last {
    border-left: none !important;
    float: right;
}

.name_first input, .name_last input {
    margin: 0 !important;
}

.name_first label, .name_last label {
    display: none !important;
}

.gform_wrapper .ginput_complex.ginput_container {
    width: 100% !important;
}

/*---- EMAIL / PHONE ----*/
#field_4_3 {
    margin: 0;
    padding: 0px !important;
}

#field_4_3 .gfield_label {
    display: none !important;
}

#field_4_3 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    border-top: none !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    border-left: none !important;
}

#field_4_2 {
    margin: 0;
    padding: 0 !important;
}

#field_4_2 .gfield_label {
    display: none !important;
}

#field_4_2 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border-top: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

/*---- ROLE IN EVENT ----*/
#field_4_4 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_4 .gfield_label {
    display: none !important;
}

#field_4_4 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

#field_4_5 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_5 .gfield_label {
    display: none !important;
}

#field_4_5 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    border-left: none !important;
}

/*---- EVENT ADDRESS ----*/
#field_4_6 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_6 .gfield_label {
    display: none !important;
}

#field_4_6 input, #field_4_6 select {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

#field_4_6 span:first-child input {
    border: 1px solid #d2d2d2 !important;
}

#field_4_6 label {
    display: none;
}

.address_city, .address_state,
.address_zip, .address_country {
    margin: 0 !important;
    padding: 0 !important;
    border: 1px solid #d2d2d2 !important;
    border-top: none !important;
}

#input_13_4_5_container {
    padding: 0 !important;
}

.address_state, .address_country {
    border-left: none !important;
}

.address_city input, .address_state input,
.address_zip input, .address_country select  {
    border: none !important;
}

#field_4_6 span.ginput_right+span.ginput_left {
    padding-right: 0 !important;
}

/*---- EVENT DATE/TIME ---- */
#field_4_7, #field_4_8 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_8 label, #field_4_7 label, #field_4_8 i {
    display: none;
}

#field_4_7 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    width: 100%;
    border: none !important;
    margin: 0 !important;
}

#field_4_7 .ginput_container {
    border: 1px solid #d2d2d2;
}

.gform_wrapper .clear-multi {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
}

#field_4_8 input, #field_4_8 select {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border: none !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0 !important;
    width: 100%;
}

#field_4_8 .ginput_container {
    width: 100% !important;
    max-width: 100% !important;
    border: 1px solid #d2d2d2;
    border-left: none;
}

#input_4_8_3 {
    margin: 0 !important;
    max-width: 100% !important;
}

/*---- EVENT DESCRIPTION ----*/
#field_4_12 {
    margin: 2rem 0 0;
    padding: 0;
}

#field_4_12 label {
    display: none;
}

#field_4_12 textarea {
    background-color: #fff;
    padding: 25px 30px !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    border: 1px solid #d2d2d2 !important;
    border-radius: 0 !important;
    width: 100%;
}

/*---- EVENT ORGANIZER ----*/
#field_4_9 {
    margin: 2rem 0 0;
    padding: 0px !important;
}

#field_4_9 .gfield_label {
    display: none !important;
}

#field_4_9 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
}

#field_4_10 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_10 .gfield_label {
    display: none !important;
}

#field_4_10 input {
    background-color: #fff;
    padding: 0 !important;
    color: #333;
    font-size: 14px !important;
    margin: 0 !important;
    height: 60px !important;
    text-indent: 30px;
    border-radius: 0;
    border-left: none !important;

}

/*--- REQUEST LETTER UPLOAD ----*/
#field_4_11 {
    margin: 2rem 0 0;
    padding: 0 !important;
}

#field_4_11 label {
    text-transform: none;
    letter-spacing: 0;
}

#field_4_11 label:after {
    content: ' (if applicable)';
    color: rgba(0,0,0,0.5);
    font-size: 11px;
}

#input_4_11 {
    border: none !important;
    width: 100%;
    padding: 0 !important;
    margin-top: 0.5rem;
}

/*---- FOOTER ----*/
.gform_footer {
    padding: 0 !important;
    margin: 2rem 0 0 !important;
}

#gform_submit_button_4 {
    background-color: #00aded;
    height: 60px;
    width: 100%;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    transition: all 150ms ease-in-out;
}

#gform_submit_button_4:hover {
    opacity: 0.8;
}

@media screen and (max-width: 641px) {
    .gform_wrapper .ginput_container span:not(.ginput_price) {
        margin: 0 !important;
    }
    
    .name_last {
        float: none;
        border-top: 0 !important;
        border-left: 1px solid #d2d2d2 !important;
    }
    
    #field_4_3 input {
        border-left: 1px solid #d2d2d2 !important;
    }
    
    #field_4_5, #field_4_8, #field_4_10 {
        margin-top: 0 !important;
    }
    
    #field_4_5 input, #field_4_10 input {
        border-top: 0 !important;
        border-left: 1px solid #d2d2d2 !important;
    }
    
    .address_state, .address_country {
        border-left: 1px solid #d2d2d2 !important;
    }
    
    #field_4_7 .ginput_container {
        border-bottom: none !important;
    }
    
    #field_4_8 #input_4_8 {
        border-left: 1px solid #d2d2d2 !important;
    }
}
/*-------------------------------*/

.fl-post-grid-post {
    border: none;
}

/*FYE BANNER*/
.fye-row {
    position: relative;
}

.fye-link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.fye-banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.fye-banner-content {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
}

.fye-banner-content h2 {
    color: #fff;
    /*font-size: 24px !important;*/
    margin-top: 0 !important;
}

.fye-banner-content p {
    /*font-size: 14px;*/
    color: #fff;
    margin: 0 !important;
}

.fye-banner-cta a {
    background-color: #f5c841;
    color: #fff !important;
    padding: 15px 25px;
    border-radius: 3px;
    font-weight: 700;
    font-size: 16px;
    text-shadow: 0 2px 5px rgba(0,0,0,0.2);
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .fye-banner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        text-align: center;
    }
    
    .fye-banner-content {
        padding-bottom: 20px;
    }
    
    /*.fye-banner-content {*/
    /*    text-align: center;*/
    /*}*/
}

/*HOMEPAGE FEATURED POST*/

.header-post {
    width: 100%;
}

.homepage__featured-post-wrapper {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.homepage__featured-post-wrapper:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    z-index: 2;
}

.homepage__featured-post-inner {
    padding: 2rem;
    text-align: center;
    z-index: 3;
    color: #fff;
}

.homepage__featured-post-inner .homepage__featured-post-title {
    color: #fff;
    margin: 0;
    font-size: 5rem;
}

.homepage__featured-post-inner .homepage__featured-post-label {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    margin: 0 0 10px;
    display: block;
}

.homepage__featured-post-inner .homepage__featured-post-date {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 13px;
    margin: 10px 0 20px 0;
    display: block;
}

.homepage__featured-post-inner .homepage__featured-post-cta {
    display: inline-block;
    background-color: #00aded;
    border: 2px solid #00aded;
    padding: 8px 25px;
    border-radius: 5px;
    font-weight: 700;
    -webkit-box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
            box-shadow: 0 0 30px 0 rgba(0,0,0,0.3);
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

.homepage__featured-post-wrapper:hover .homepage__featured-post-cta {
    background-color: transparent !important;
}

/*RECENT BROADCASTS TITLE*/
.homepage__recent-broadcasts-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.homepage__recent-broadcasts-title h3 {
    margin: 0;
    font-size: 20px;
}

.homepage__recent-broadcasts-title a {
    color: #fff;
    font-weight: 700;
    margin-left: 20px;
    display: inline-block;
    font-size: 14px;
    border: 2px solid #00aded;
    padding: 6px 15px;
    background-color: #00aded;
    border-radius: 5px;
}

.homepage__recent-broadcasts-title a:hover {
    background: transparent;
    color: #00aded;
}

/*LATV SECTION*/
.homepage__latv {
    color: #fff;
    text-align: right;
}

.homepage__latv h2 {
    color: #fff;
    margin: 0;
    font-size: 38px;
}

.homepage__latv p {
    font-size: 18px;
    margin: 15px 0;
}

.homepage__latv a {
    background: #00aded;
    padding: 6px 15px;
    display: inline-block;
    border: 2px solid #00aded;
    color: #fff;
    border-radius: 5px;
    font-weight: 700;
    margin-top: 5px;
}

.homepage__latv a:hover {
    background: transparent;
    color: #fff;
}

.homepage__latv-post .fl-post-grid-post {
    background: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
}
.homepage__latv-post .video-thumbnail {
    -webkit-box-shadow: 0 0 50px 25px rgba(0,0,0,0.5);
            box-shadow: 0 0 50px 25px rgba(0,0,0,0.5);
}

@media screen and (max-width: 500px) {
    .homepage__latv {
        text-align: left;
    }
}

.laugh-again-phone img {
    -webkit-transform: rotate(15deg);
        -ms-transform: rotate(15deg);
            transform: rotate(15deg);
}

.homepage__app h2 {
    color: #fff;
    margin: 0;
    font-size: 38px;
}

.homepage__app p {
    font-size: 18px;
    margin: 15px 0;
    color: #fff;
}

.homepage__app-badges {
    margin-top: 20px;
}

.homepage__app-badges img {
    width: 160px;
    -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
            box-shadow: 0 0 40px 0 rgba(0,0,0,0.2);
}

.homepage__app-badges a:last-child img {
    margin-left: 5px;
}

/* EXPLORE SECTION */
.explore-section h4 {
    color: #00aded;
    font-size: 17px;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 10px;
}

.explore-section p {
    font-size: 14px;
    margin: 0;
    line-height: 1.6;
    -webkit-transition: color 150ms ease-in-out;
    -o-transition: color 150ms ease-in-out;
    transition: color 150ms ease-in-out;
    color: #000;
}

.explore-section:hover p {
    color: #00aded;
}

/*INSTAGRAM*/
.fl-node-5eb999b7ce092 .pp-instagram-feed-carousel .swiper-container {
    padding: 0 !important;
    margin: 0 !important;
}
/* Navbar */
#navbar .pp-advanced-menu ul li a {
    font-weight: 700 !important;
}

.pp-advanced-menu ul li {
    display: block;
    position: relative;
    border: none;
    padding: 10px 15px !important;
}

#navbar .pp-advanced-menu ul li:not(.navbar-donate):hover a::after {
    background: #fff;
    width: 100%;
}

#navbar .pp-advanced-menu ul li:not(.navbar-donate) a::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background: 0 0;
    position: relative;
    top: 4px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

#navbar .pp-advanced-menu ul .navbar-donate:hover a, .mobile-nav-donate a:hover {
    background: transparent !important;
    color: #fff !important;
}

#navbar .pp-advanced-menu ul .navbar-donate a, .mobile-nav-donate a {
    color: #fff !important;
    font-weight: 700 !important;
    background-color: #275676;
    border-radius: 5px;
    padding: 4px 18px !important;
    margin-left: 15px;
    border: 2px solid #275676 !important;
    display: inline-block;
}

.mobile-nav-donate a {
    font-size: 14px;
    padding: 2px 12px !important;
    margin-right: 30px;
}

.mobile-nav-donate {
    text-align: right;
}

.pp-advanced-menu ul .navbar-donate {
    padding: 0 !important;
}

.pp-advanced-menu-horizontal.pp-toggle-arrows .pp-has-submenu-container > a > span {
    padding-right: 14px !important;
}

.fl-node-5e31ba456c38c .pp-advanced-menu .pp-menu-toggle::before {
    width: 7px !important;
    height: 7px !important;
    border-width: 1px !important;
}

.fl-node-5e31ba456c38c .pp-advanced-menu .pp-menu-toggle {
    right: -10px !important;
}

.pp-advanced-menu .sub-menu li a:hover {
    color: #00aded !important;
}

@media screen and (max-width: 500px) {
    #mobile-navbar .mobile-nav-donate {
        margin-right: -80px;
    }
    
    #mobile-navbar .fl-photo-img-svg img {
        width: 100px;
    }
}

#mobile-navbar .fl-col-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
}

/*#mobile-navbar {*/
/*  position: fixed;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  z-index: 9999;*/
/*}*/

/* OFF CANVAS MOBILE NAVBAR */

.pp-advanced-menu.off-canvas .pp-off-canvas-menu.pp-menu-right .pp-menu-close-btn {
    float: none;
    position: absolute;
    right: 20px;
    top: 10px;
    text-align: right;
}
#mainwrap p {
    display: none;
}

/* Audio Player Styles
================================================== */

audio {
    display:none;
}

#audiowrap {
    background: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#audio0 {
    width: 100%;
    padding: 0;
}


/* Plyr Overrides
================================================== */

.plyr {
    width: 100%;
}

.plyr--audio .plyr__controls {
    background-color: rgba(255,255,255,0.1);
    border: none;
    color: #fff !important;
    padding: 0;
    padding: 1.5rem !important;
    width: 100%;
    border-radius: 10px !important;
}

a.plyr__controls__item.plyr__control:hover,
.plyr--audio .plyr__controls button:hover,
.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr__play-large {
    background-color:rgba(255,255,255,.2);
}

.plyr__progress--played,
.plyr__volume--display {
    color:rgba(255,255,255,.2);
}

.plyr--audio .plyr__progress--buffer,
.plyr--audio .plyr__volume--display {
    background:rgba(255,255,255,.2);
}

.plyr--audio .plyr__progress--buffer {
    color:rgba(255,255,255,.2);
}

.plyr--audio .plyr__control.plyr__tab-focus, .plyr--audio .plyr__control:hover, .plyr--audio .plyr__control[aria-expanded=true] {
    background: rgba(255,255,255,.2);
    color: #fff;
}

a.plyr__controls__item.plyr__control:hover, .plyr--audio .plyr__controls button:hover, .plyr--audio .plyr__controls button.tab-focus:focus, .plyr__play-large {
    background: rgba(255,255,255,.2);
    color: #fff;
}

button:hover, button:active, buton:focus,
.plyr__controls__item, .plyr__control,
.plyr__control--pressed, .plyr__tab-focus {
    border: none !important;
    top: 0 !important;
}

button:focus {
    background: rgba(255,255,255,.2);
}

.plyr__control.plyr__tab-focus {
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
}

.plyr--full-ui input[type=range] {
    color: #fff;
}

.plyr__progress input[type=range], .plyr__progress__buffer {
    width: calc(100% + 5px);
}

.plyr__controls .plyr__controls__item {
    font-weight: 700;
}

.plyr__controls button:focus {
    color: #fff !important;
    background: transparent !important;
}

.plyr__tooltip {
    background: #fff;
    color: #0a161f !important;
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Broadcast Styling */

.broadcast__image img {
    -webkit-box-shadow: 0 3px 20px rgb(110 123 157 / 50%);
            box-shadow: 0 3px 20px rgb(110 123 157 / 50%);
}

.broadcast__meta {
    display: block;
    color: #0A161F;
    font-size: 16px;
    font-weight: 400 !important;
}

.broadcast__title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.broadcast__title {
    font-size: calc( 2.5rem + 2vw );
    line-height: 1 !important;
    font-weight: 900 !important;
    letter-spacing: -0.05em;
    color: #0A161F;
}

#mainwrap p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 24px;
    color: #0A161F;
}

.podcast_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.podcast_wrapper .podcast_image {
    -webkit-box-flex: 25%;
        -ms-flex: 25%;
            flex: 25%;
    background-color: #00aded;
    border-radius: 10px;
    padding: 5px;
}

.podcast_wrapper .podcast_image img {
    height: 100%;
    width: 100%;
    border-radius: 10px;
}

.podcast_wrapper .podcast_info {
    -webkit-box-flex: 75%;
        -ms-flex: 75%;
            flex: 75%;
    margin-left: 20px;
}

.podcast_wrapper .podcast_info h4 {
    margin-top: 0;
    font-size: 22px;
}

.podcast_wrapper .podcast_info p {
    font-size: 14px;
    line-height: 1.7;
}

.subscribe-links {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.subscribe-links li:first-child {
    margin-left: 0;
}

.subscribe-links li {
    margin: 0 10px;
}

.subscribe-links li a {
    color: #0A161F;
}

.subscribe-links li a:hover {
    color: #00aded;
}

.subscribe-links li a i {
    font-size: 20px;
}

@media screen and (max-width: 500px) {
    #broadcast_header .fl-col-small:not(.fl-col-small-full-width),
    #broadcast_media .fl-col-small:not(.fl-col-small-full-width) {
        max-width: 100% !important;
    }
}
/* End Layout CSS */

.fl-node-9ai5zl60ry71 .fl-post-grid-post {
  font-size: 14px;
}
.fl-node-9ai5zl60ry71 .fl-post-text {
  padding: 20px;
}
.fl-node-9ai5zl60ry71 .fl-post-title {
  font-size: 20px;
  line-height: 26px;
  margin: 0;
  padding: 0 0 5px;
}
.fl-node-9ai5zl60ry71 .fl-post-meta {
  padding: 0 0 15px;
}
/* Meta */
.fl-post-grid-event-calendar-meta {
	padding-bottom: 10px;
}
.fl-post-feed-text .fl-post-grid-event-calendar-meta {
	padding-bottom: 0;
}
.fl-post-grid-event-calendar-date {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl-post-grid-event-calendar-address {
	font-style: italic;
}
.fl-post-grid-event-calendar-address abbr {
	border: none !important;
	text-decoration: none;
}

/* Cost */
.fl-post-module-event-calendar-cost.tribe-events-event-cost {
	margin: 0 0 10px 0;
}
.fl-post-feed-text .fl-post-module-event-calendar-cost.tribe-events-event-cost {
	margin: 10px 0 0 0;
}
.fl-post-module-event-calendar-cost button.tribe-button {
	border: none;
	margin: 0 0 0 10px;
}

/* Generic */
.fl-post-module-woo-ordering {
	padding-bottom: 40px;
}

.fl-product-ordering{
	text-align: center;
}

/* Grid */
.fl-module-post-grid .woocommerce-product-gallery {
	opacity: 1 !important;
}
.woocommerce.fl-post-grid-woo-meta {
	padding-bottom: 5px;
}
.woocommerce.fl-post-grid-woo-meta .star-rating,
.woocommerce.fl-post-grid-woo-meta .price {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 5px;
}
.fl-post-align-center .woocommerce.fl-post-grid-woo-meta .star-rating {
	margin: 0 auto 5px;
}
.fl-post-align-right .woocommerce.fl-post-grid-woo-meta .star-rating {
	float: right;
	margin: 0 0 5px;
}
.fl-module-post-grid .woocommerce.fl-post-grid-woo-button {
	padding-top: 10px;
}
.woocommerce .fl-post-grid-post {
	overflow: inherit;
}

/* Feed */
.fl-post-feed-woo-meta {
	overflow: hidden;
}
.woocommerce.fl-post-feed-woo-meta .price {
	display: inline-block;
}
.woocommerce.fl-post-feed-woo-meta .star-rating {
	display: inline-block;
	float: none;
	margin: 0 0 0 5px;
}
.fl-module-post-grid .woocommerce.fl-post-feed-woo-button {
	margin-top: 20px;
}

/* Gallery */
.woocommerce.fl-post-gallery-woo-meta .star-rating,
.woocommerce.fl-post-gallery-woo-meta .price {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 5px;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating {
	margin: 0 auto 5px;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating:before {
	color: #999 !important;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating span:before {
	color: #fff;
}
 

 

 





/* Add To Cart Button Styles */





.fl-builder-content .fl-node-9ai5zl60ry71 .fl-post-module-woo-button button[type=submit].alt.disabled,
.fl-builder-content .fl-node-9ai5zl60ry71 .fl-post-module-woo-button button.button, 
.fl-builder-content .fl-node-9ai5zl60ry71 .fl-post-module-woo-button a.button {
	display: none;
}

                                
        
                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
		
        
		
        
        			.fl-node-41238jrsnlvo .fl-row-content {
				min-width: 0px;
			}
		
        			.fl-node-hxp1v2g3kq76 .fl-row-content {
				min-width: 0px;
			}
		
        			.fl-node-zhnyq1mjru4t .fl-row-content {
				min-width: 0px;
			}
		
.fl-node-5f358ff16fe49 {
	color: #ffffff;
}
.fl-builder-content .fl-node-5f358ff16fe49 *:not(input):not(textarea):not(select):not(a):not(h1):not(h2):not(h3):not(h4):not(h5):not(h6):not(.fl-menu-mobile-toggle) {
	color: inherit;
}

.fl-builder-content .fl-node-5f358ff16fe49 :where(.fl-row-content-wrap) a {
	color: #00aeef;
}

.fl-builder-content .fl-node-5f358ff16fe49 a:hover {
	color: #ffffff;
}

.fl-builder-content .fl-node-5f358ff16fe49 h1,
.fl-builder-content .fl-node-5f358ff16fe49 h2,
.fl-builder-content .fl-node-5f358ff16fe49 h3,
.fl-builder-content .fl-node-5f358ff16fe49 h4,
.fl-builder-content .fl-node-5f358ff16fe49 h5,
.fl-builder-content .fl-node-5f358ff16fe49 h6,
.fl-builder-content .fl-node-5f358ff16fe49 h1 a,
.fl-builder-content .fl-node-5f358ff16fe49 h2 a,
.fl-builder-content .fl-node-5f358ff16fe49 h3 a,
.fl-builder-content .fl-node-5f358ff16fe49 h4 a,
.fl-builder-content .fl-node-5f358ff16fe49 h5 a,
.fl-builder-content .fl-node-5f358ff16fe49 h6 a {
	color: #ffffff;
}



	/* Full Height Rows */
	.fl-node-5f358ff16fe49.fl-row-full-height > .fl-row-content-wrap,
	.fl-node-5f358ff16fe49.fl-row-custom-height > .fl-row-content-wrap {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}
	.fl-node-5f358ff16fe49.fl-row-full-height > .fl-row-content-wrap {
		min-height: 100vh;
	}
	.fl-node-5f358ff16fe49.fl-row-custom-height > .fl-row-content-wrap {
		min-height: 0;
	}

	.fl-builder-edit .fl-node-5f358ff16fe49.fl-row-full-height > .fl-row-content-wrap {
		min-height: calc( 100vh - 48px );
	}

	/* Full height iPad with portrait orientation. */
	@media all and (width: 768px) and (height: 1024px) and (orientation:portrait){
		.fl-node-5f358ff16fe49.fl-row-full-height > .fl-row-content-wrap {
			min-height: 1024px;
		}
	}
	/* Full height iPad with landscape orientation. */
	@media all and (width: 1024px) and (height: 768px) and (orientation:landscape){
		.fl-node-5f358ff16fe49.fl-row-full-height > .fl-row-content-wrap {
			min-height: 768px;
		}
	}
	/* Full height iPhone 5. You can also target devices with aspect ratio. */
	@media screen and (aspect-ratio: 40/71) {
		.fl-node-5f358ff16fe49.fl-row-full-height > .fl-row-content-wrap {
			min-height: 500px;
		}
	}
.fl-node-5f358ff16fe49 > .fl-row-content-wrap {
	background-color: #275678;
}
 .fl-node-5f358ff16fe49 > .fl-row-content-wrap {
	padding-top:40px;
	padding-bottom:40px;
}






.fl-node-5f3591c0dbb19 > .fl-row-content-wrap {
	background-color: #275678;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: rgb(204, 204, 204);
	border-top-width: 1px;
}
 .fl-node-5f3591c0dbb19 > .fl-row-content-wrap {
	padding-top:10px;
	padding-bottom:10px;
}




.fl-node-m0q7irltk15j {
	width: 25%;
}




.fl-node-wdpk20nyjh1u {
	width: 100%;
}




.fl-node-a8e6x9vibq3h {
	width: 25%;
}




.fl-node-ocu0eq8g4ywd {
	width: 25%;
}




.fl-node-gf2zxc04slem {
	width: 25%;
}
@media (max-width: 768px) { .fl-module-icon {
	text-align: center;
}
 }.fl-node-5f358f865aaa0 .fl-icon i,
.fl-node-5f358f865aaa0 .fl-icon i:before {
	color: #9b9b9b;
}



.fl-node-5f358f865aaa0 .fl-icon i:hover,
.fl-node-5f358f865aaa0 .fl-icon i:hover:before,
.fl-node-5f358f865aaa0 .fl-icon a:hover i,
.fl-node-5f358f865aaa0 .fl-icon a:hover i:before {
	color: #7f7f7f;
}

.fl-node-5f358f865aaa0 .fl-icon i, .fl-node-5f358f865aaa0 .fl-icon i:before {
	font-size: 16px;
}
.fl-node-5f358f865aaa0 .fl-icon-wrap .fl-icon-text {
	height: 28px;
}
.fl-node-5f358f865aaa0.fl-module-icon {
	text-align: left;
}
@media(max-width: 1200px) {
	.fl-node-5f358f865aaa0 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 992px) {
	.fl-node-5f358f865aaa0 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 768px) {
	.fl-node-5f358f865aaa0 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
 .fl-node-5f358f865aaa0 > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
}
.fl-node-5f358f865aaa1 .fl-icon i,
.fl-node-5f358f865aaa1 .fl-icon i:before {
	color: #9b9b9b;
}




.fl-node-5f358f865aaa1 .fl-icon i, .fl-node-5f358f865aaa1 .fl-icon i:before {
	font-size: 16px;
}
.fl-node-5f358f865aaa1 .fl-icon-wrap .fl-icon-text {
	height: 28px;
}
.fl-node-5f358f865aaa1.fl-module-icon {
	text-align: left;
}
@media(max-width: 1200px) {
	.fl-node-5f358f865aaa1 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 992px) {
	.fl-node-5f358f865aaa1 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 768px) {
	.fl-node-5f358f865aaa1 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
 .fl-node-5f358f865aaa1 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:3px;
}
.fl-node-5f358f865aaa7 .fl-icon i,
.fl-node-5f358f865aaa7 .fl-icon i:before {
	color: #9b9b9b;
}



.fl-node-5f358f865aaa7 .fl-icon i:hover,
.fl-node-5f358f865aaa7 .fl-icon i:hover:before,
.fl-node-5f358f865aaa7 .fl-icon a:hover i,
.fl-node-5f358f865aaa7 .fl-icon a:hover i:before {
	color: #7f7f7f;
}

.fl-node-5f358f865aaa7 .fl-icon i, .fl-node-5f358f865aaa7 .fl-icon i:before {
	font-size: 16px;
}
.fl-node-5f358f865aaa7 .fl-icon-wrap .fl-icon-text {
	height: 28px;
}
.fl-node-5f358f865aaa7.fl-module-icon {
	text-align: left;
}
@media(max-width: 1200px) {
	.fl-node-5f358f865aaa7 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 992px) {
	.fl-node-5f358f865aaa7 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 768px) {
	.fl-node-5f358f865aaa7 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
 .fl-node-5f358f865aaa7 > .fl-module-content {
	margin-top:0px;
	margin-bottom:0px;
	margin-left:5px;
}
.fl-node-5f358f865aaa8 .fl-icon i,
.fl-node-5f358f865aaa8 .fl-icon i:before {
	color: #9b9b9b;
}




.fl-node-5f358f865aaa8 .fl-icon i, .fl-node-5f358f865aaa8 .fl-icon i:before {
	font-size: 16px;
}
.fl-node-5f358f865aaa8 .fl-icon-wrap .fl-icon-text {
	height: 28px;
}
.fl-node-5f358f865aaa8.fl-module-icon {
	text-align: left;
}
@media(max-width: 1200px) {
	.fl-node-5f358f865aaa8 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 992px) {
	.fl-node-5f358f865aaa8 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
@media(max-width: 768px) {
	.fl-node-5f358f865aaa8 .fl-icon-wrap .fl-icon-text {
		height: 28px;
	}
}
 .fl-node-5f358f865aaa8 > .fl-module-content {
	margin-top:0px;
	margin-right:0px;
	margin-bottom:0px;
	margin-left:3px;
}
.fl-row .fl-col .fl-node-5f35903063c9b h3.fl-heading a,
.fl-row .fl-col .fl-node-5f35903063c9b h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-5f35903063c9b h3.fl-heading .fl-heading-text *,
.fl-node-5f35903063c9b h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
 .fl-node-5f35903063c9b > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-5f3590fb17bcb, .fl-node-5f3590fb17bcb .fl-photo {
	text-align: left;
}
.fl-node-5f3590fb17bcb .fl-photo-content, .fl-node-5f3590fb17bcb .fl-photo-img {
	width: 100px;
}
.fl-builder-content .fl-rich-text strong {
	font-weight: bold;
}

/**
 * Remove bottom margins from the last paragraph
 * in v2+ text editor modules.
 */
.fl-module.fl-rich-text p:last-child {
	margin-bottom: 0;
}
/* Handle overlays in the builder */
.fl-builder-edit .fl-module.fl-rich-text p:not(:has(~ *:not(.fl-block-overlay))) {
	margin-bottom: 0;
}
	.fl-builder-content .fl-node-5f3591e9e2cd5 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-5f3591e9e2cd5 .fl-module-content .fl-rich-text * {
		color: #ffffff;
	}
	.fl-builder-content .fl-node-5f3591e9e2cd5 .fl-rich-text, .fl-builder-content .fl-node-5f3591e9e2cd5 .fl-rich-text *:not(b, strong) {
	text-align: right;
}
 .fl-node-5f3591e9e2cd5 > .fl-module-content {
	margin-top:10px;
	margin-bottom:10px;
}
.fl-row .fl-col .fl-node-0j21bz3n4y7l h3.fl-heading a,
.fl-row .fl-col .fl-node-0j21bz3n4y7l h3.fl-heading .fl-heading-text,
.fl-row .fl-col .fl-node-0j21bz3n4y7l h3.fl-heading .fl-heading-text *,
.fl-node-0j21bz3n4y7l h3.fl-heading .fl-heading-text {
	color: #ffffff;
}
 .fl-node-0j21bz3n4y7l > .fl-module-content {
	margin-bottom:0px;
}
	.fl-builder-content .fl-node-5f3590cb395d0 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-5f3590cb395d0 .fl-module-content .fl-rich-text * {
		color: #ffffff;
	}
	.fl-builder-content .fl-node-5f3590cb395d0 .fl-rich-text, .fl-builder-content .fl-node-5f3590cb395d0 .fl-rich-text *:not(b, strong) {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
 .fl-node-5f3590cb395d0 > .fl-module-content {
	margin-bottom:0px;
}
.fl-node-nfr59mkbswht .fl-post-feed-post {
	margin-bottom: 10px;
}
.fl-node-nfr59mkbswht .fl-post-feed-post:last-child {
	margin-bottom: 0 !important;
}


.fl-builder-content .fl-node-nfr59mkbswht .fl-post-feed-post {
	
	}



.fl-builder-content .fl-node-nfr59mkbswht .fl-post-feed-title a {
	color: #ffffff;
}

.fl-builder-content .fl-module-post-grid.fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-header .fl-post-feed-meta,
.fl-builder-content .fl-module-post-grid.fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-header .fl-post-feed-meta span,
.fl-builder-content .fl-module-post-grid.fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-header .fl-post-feed-meta span a,
.fl-builder-content .fl-module-post-grid.fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-header .fl-post-feed-meta-terms,
.fl-builder-content .fl-module-post-grid.fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-header .fl-post-feed-meta-terms span,
.fl-builder-content .fl-module-post-grid.fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-header .fl-post-feed-meta-terms a {
	color: #ffffff;
}

.fl-builder-content .fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-content,
.fl-builder-content .fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-content p,
.fl-builder-content .fl-node-nfr59mkbswht .fl-post-feed .fl-post-feed-content .fl-post-feed-more,
.fl-builder-content .fl-node-nfr59mkbswht .fl-builder-pagination ul.page-numbers li span, 
.fl-builder-content .fl-node-nfr59mkbswht .fl-builder-pagination ul.page-numbers li a {
	color: #ffffff;
}


.fl-node-nfr59mkbswht .fl-post-feed-title {
	font-family: "Open Sans", sans-serif;
	font-weight: 500;
	font-size: 18px;
}
.fl-builder-content .fl-node-nfr59mkbswht .fl-post-feed-meta, .fl-builder-content .fl-node-nfr59mkbswht .fl-post-feed-meta a {
	font-family: Ubuntu, sans-serif;
	font-weight: 400;
}
	.fl-builder-content .fl-node-ho3bn8c1swa5 .fl-module-content .fl-rich-text,
	.fl-builder-content .fl-node-ho3bn8c1swa5 .fl-module-content .fl-rich-text * {
		color: #ffffff;
	}
	.fl-builder-content .fl-node-ho3bn8c1swa5 .fl-rich-text, .fl-builder-content .fl-node-ho3bn8c1swa5 .fl-rich-text *:not(b, strong) {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
}
 .fl-node-5f359153ec116 > .fl-module-content {
	margin-top:0px;
}
.fl-button:is(a, button) {
    cursor: pointer;
}








.fl-node-0cdmqxl6tv34.fl-button-wrap, .fl-node-0cdmqxl6tv34 .fl-button-wrap {
	text-align: left;
}
.fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button), .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited {
	font-family: "Open Sans", sans-serif;
	font-weight: 400;
	font-size: 18px;
	background-color: #00aeef;
}
.fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button), .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited, .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):focus {
	border-color: #275678;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
}
.fl-builder-content .fl-module-button.fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):focus, .fl-page .fl-builder-content .fl-module-button.fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):focus {
	border-color: #275678;
	border-color: #00aeef;
}
.fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-page .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover {
	background-color: #275678;
}
.fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button), .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited, .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button) *, .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited *, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button), .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button) *, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 a.fl-button:visited * {
	color: rgb(255, 255, 255);
}
.fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover span.fl-button-text, .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover *, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover span.fl-button-text, .fl-page .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button):hover * {
	color: rgb(255, 255, 255);
}
.fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button), .fl-builder-content .fl-node-0cdmqxl6tv34 .fl-button:is(a, button) * {
	transition: none;
	-moz-transition: none;
	-webkit-transition: none;
	-o-transition: none;
}

/* Start Global Nodes CSS */

/* End Global Nodes CSS */


/* Start Layout CSS */
.footer a:hover {
    color: #00aded !important;
}

.footer-podcasts ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.footer-podcasts ul li+li {
    margin-left:  10px;
}

.footer-podcasts ul span {
    margin-right: 10px;
    font-size: 16px;
    color: #fff;
}

.footer-podcasts ul li i {
    font-size: 18px;
}

.footer-podcasts ul li .fa-apple {
    font-size: 20px;
}

.footer-podcasts ul li a i {
    color :#fff;
}

.footer-podcasts ul li a:hover i {
    color :#00aded;
}
/* End Layout CSS */

/* Meta */
.fl-post-grid-event-calendar-meta {
	padding-bottom: 10px;
}
.fl-post-feed-text .fl-post-grid-event-calendar-meta {
	padding-bottom: 0;
}
.fl-post-grid-event-calendar-date {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl-post-grid-event-calendar-address {
	font-style: italic;
}
.fl-post-grid-event-calendar-address abbr {
	border: none !important;
	text-decoration: none;
}

/* Cost */
.fl-post-module-event-calendar-cost.tribe-events-event-cost {
	margin: 0 0 10px 0;
}
.fl-post-feed-text .fl-post-module-event-calendar-cost.tribe-events-event-cost {
	margin: 10px 0 0 0;
}
.fl-post-module-event-calendar-cost button.tribe-button {
	border: none;
	margin: 0 0 0 10px;
}

/* Generic */
.fl-post-module-woo-ordering {
	padding-bottom: 40px;
}

.fl-product-ordering{
	text-align: center;
}

/* Grid */
.fl-module-post-grid .woocommerce-product-gallery {
	opacity: 1 !important;
}
.woocommerce.fl-post-grid-woo-meta {
	padding-bottom: 5px;
}
.woocommerce.fl-post-grid-woo-meta .star-rating,
.woocommerce.fl-post-grid-woo-meta .price {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 5px;
}
.fl-post-align-center .woocommerce.fl-post-grid-woo-meta .star-rating {
	margin: 0 auto 5px;
}
.fl-post-align-right .woocommerce.fl-post-grid-woo-meta .star-rating {
	float: right;
	margin: 0 0 5px;
}
.fl-module-post-grid .woocommerce.fl-post-grid-woo-button {
	padding-top: 10px;
}
.woocommerce .fl-post-grid-post {
	overflow: inherit;
}

/* Feed */
.fl-post-feed-woo-meta {
	overflow: hidden;
}
.woocommerce.fl-post-feed-woo-meta .price {
	display: inline-block;
}
.woocommerce.fl-post-feed-woo-meta .star-rating {
	display: inline-block;
	float: none;
	margin: 0 0 0 5px;
}
.fl-module-post-grid .woocommerce.fl-post-feed-woo-button {
	margin-top: 20px;
}

/* Gallery */
.woocommerce.fl-post-gallery-woo-meta .star-rating,
.woocommerce.fl-post-gallery-woo-meta .price {
	clear: both;
	display: block;
	float: none;
	margin: 0 0 5px;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating {
	margin: 0 auto 5px;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating:before {
	color: #999 !important;
}
.woocommerce.fl-post-gallery-woo-meta .star-rating span:before {
	color: #fff;
}
 

 

 





/* Add To Cart Button Styles */





.fl-builder-content .fl-node-nfr59mkbswht .fl-post-module-woo-button button[type=submit].alt.disabled,
.fl-builder-content .fl-node-nfr59mkbswht .fl-post-module-woo-button button.button, 
.fl-builder-content .fl-node-nfr59mkbswht .fl-post-module-woo-button a.button {
	display: none;
}

                                
        
                                
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        .fl-builder-row-settings #fl-field-separator_position {
            display: none !important;
        }
        
        
        
        
        
        
        
        
        
        
		
        
		
        
		
        
		
        
        
        
