/*
Theme Name: Modded Theme
Theme URI: http://modded.com/
Version: 1.1
Description: A custom theme for Modded
Author: The WebFX Team 
Author URI: http://webfx.com/
template: bb-theme
*/

@font-face{font-family:ITCAvantGardeStd;src:url(fonts/ITCAvantGardeStd-Bk.eot);src:url(fonts/ITCAvantGardeStd-Bk.eot?#iefix) format("embedded-opentype"),url(fonts/ITCAvantGardeStd-Bk.woff2) format("woff2"),url(fonts/ITCAvantGardeStd-Bk.woff) format("woff"),url(fonts/ITCAvantGardeStd-Bk.ttf) format("truetype"),url("fonts/ITCAvantGardeStd-Bk.svg#ITC Avant Garde Gothic Std") format("svg");font-weight:400;font-style:normal}@font-face{font-family:ITCAvantGardeStd;src:url(fonts/ITCAvantGardeStd-Md.eot);src:url(fonts/ITCAvantGardeStd-Md.eot?#iefix) format("embedded-opentype"),url(fonts/ITCAvantGardeStd-Md.woff2) format("woff2"),url(fonts/ITCAvantGardeStd-Md.woff) format("woff"),url(fonts/ITCAvantGardeStd-Md.ttf) format("truetype"),url("fonts/ITCAvantGardeStd-Md.svg#ITC Avant Garde Gothic Std") format("svg");font-weight:500;font-style:normal}@font-face{font-family:ITCAvantGardeStd;src:url(fonts/ITCAvantGardeStd-Demi.eot);src:url(fonts/ITCAvantGardeStd-Demi.eot?#iefix) format("embedded-opentype"),url(fonts/ITCAvantGardeStd-Demi.woff2) format("woff2"),url(fonts/ITCAvantGardeStd-Demi.woff) format("woff"),url(fonts/ITCAvantGardeStd-Demi.ttf) format("truetype"),url("fonts/ITCAvantGardeStd-Demi.svg#ITC Avant Garde Gothic Std") format("svg");font-weight:600;font-style:normal}@font-face{font-family:ITCAvantGardeStd;src:url(fonts/ITCAvantGardeStd-Bold.eot);src:url(fonts/ITCAvantGardeStd-Bold.eot?#iefix) format("embedded-opentype"),url(fonts/ITCAvantGardeStd-Bold.woff2) format("woff2"),url(fonts/ITCAvantGardeStd-Bold.woff) format("woff"),url(fonts/ITCAvantGardeStd-Bold.ttf) format("truetype"),url("fonts/ITCAvantGardeStd-Bold.svg#ITC Avant Garde Gothic Std") format("svg");font-weight:700;font-style:normal}

/***********************************
 * HEADER
 * ********************************/

#site-search {
	display: none;
	position: absolute;
	right: 100%;
	width: 280px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	margin-right: -22px;
	border-radius: 0;
	border: 1px solid #434343;
	background: #ffffff;
	z-index: 10;
}

#site-search .form-control {
	height: 36px;
	background: none;
	border: none;
}

#site-search .form-control::-webkit-input-placeholder {
  color: #434343;
}

#site-search .form-control::-moz-placeholder {
  color: #434343;
}

#site-search .form-control:-ms-input-placeholder {
  color: #434343;
}

#site-search .form-control:-moz-placeholder {
  color: #434343;
}

#site-search .btn {
	height: 36px;
	line-height: 40px;
	padding-top: 0;
	padding-bottom: 0;
	background: none;
	border: none;
	color: #434343;
}

.header-row .header-logo {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 203px !important;
	clear: none;
	float: left;
}

.header-row .header-nav-wrap,
.header-row .header-nav {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
	clear: none;
	float: left;
}

.header-row .header-nav-wrap {
	width: 90% !important;
}

.header-row .fl-col-group,
.header-row .header-nav-wrap .fl-col-group {
	-ms-flex-wrap: nowrap;
	    flex-wrap: nowrap;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.header-row .header-social {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 auto;
	        flex: 0 0 auto;
	width: 265px !important;
	position: relative;
}

.header-social .adv-icon-link:first-child .ua-icon {
	width: auto !important;
}

.fl-builder-content[data-type="header"].fl-theme-builder-header-shrink .fl-row-content-wrap {
	-webkit-box-shadow: 0px 1px 5px 0px rgba(194,205,255,0.5)
	        box-shadow: 0px 1px 5px 0px rgba(194,205,255,0.5)
}

.header-social .adv-icon-horizontal .adv-icon-link:last-child {
	margin-right: 0;
}

.header-social .adv-icon-horizontal .adv-icon-link {
	margin-bottom: 0;
}

.header-social .adv-icon-horizontal .adv-icon-link:first-child .uabb-icon i,
.header-social .adv-icon-horizontal .adv-icon-link:first-child .uabb-icon i::before {
	background: #ffffff;
	color: #000000;
}

#menu-header-menu .uabb-has-submenu .sub-menu {
	border-radius: 0;
	overflow: visible;
	padding: 10px 0;
	background: #ffffff;
	border: none;
	-webkit-box-shadow: 0px 2px 5px 0px rgb(22 26 28 / 8%);
	        box-shadow: 0px 2px 5px 0px rgb(22 26 28 / 8%);
	left: 50%;
	top: 100%;
	-webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	        transform: translateX(-50%);
}

@media (max-width:1199px) {
	#menu-header-menu .uabb-has-submenu .sub-menu {
		left: auto;
		top: auto;
		-webkit-transform: none;
		    -ms-transform: none;
		        transform: none;
		position: relative;
	}
}

@media (max-width: 599px) {
	#site-search {
		width: 220px;
	}
	.header-row .header-logo {
		width: 183px !important;
	}
	.header-row .header-social {
		width: 85px !important;
	}
	
	.header-social .adv-icon-horizontal .adv-icon-link:not(:first-child) {
		display: none;
	}
}

/***********************************
 * FOOTER
 * ********************************/

#footer .footer-logo-col {
    width: 203px !important;
}

@media (min-width: 768px) {
	#footer .fl-col-group:first-child {
		-ms-flex-wrap: nowrap;
			flex-wrap: nowrap;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	}

	#footer .footer-logo-col {
		-webkit-box-flex: 0;
			-ms-flex: 0 0 auto;
				flex: 0 0 auto;
		clear: none;
		float: left;
	}

	#footer .footer-nav-col {
		-webkit-box-flex: 1;
			-ms-flex: 1 1 auto;
				flex: 1 1 auto;
		clear: none;
		float: left;
		width: 90% !important;
	}

	#menu-footer-menu {
		display: flex;
		flex: 1 0 auto;
		align-items: center;
		justify-content: space-between;
	}
}

.footer-newsletter .uabb-subscribe-form-inline .uabb-form-wrap {
	margin: 0;
	-webkit-box-shadow: 0 24px 30px rgba(72,74,149,0.05);
	        box-shadow: 0 24px 30px rgba(72,74,149,0.05);
}

.footer-newsletter .uabb-subscribe-form-inline .uabb-form-field {
	width: 100% !important;
}

.footer-newsletter .uabb-subscribe-form-inline .uabb-form-button {
	-ms-flex-negative: 0;
	    flex-shrink: 0
}

.newsletter-form .uabb-sf-heading {
	font-size: 40px;
}

.newsletter-form .uabb-form-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1 0 auto;
}

.newsletter-form .uabb-form-wrap .uabb-form-field {
    width: 600px;
    margin: 0 !important;
}

.newsletter-form .uabb-form-wrap .uabb-form-field input {
   height: 60px; 
}

.newsletter-form .uabb-form-wrap .uabb-form-button .uabb-button {
    border-radius: 0 !important;
    width: 60px;
    height: 60px;
    line-height: 57px;
    padding: 0;
}

#newsletter-modal-overlay .uabb-close-custom-popup-top-right {
    bottom: auto;
	left: auto;
	right: 35px;
	top: 35px;
}

/***********************************
 * PAGES
 * ********************************/

.fl-builder-content-3056 > .fl-row {
	width: calc(100vw - 17px);
	margin-top: 80px;
	margin-bottom: 80px;
    margin-left: calc(((100vw - 1417px)/2)*-1);
}

.home-hero p:empty {
    display: none;
}

.home-hero .uabb-infobox-text a {
	color: inherit;
}

.sidebar-banner .uabb-module-content.uabb-ultb3-box {
	border-radius: 0;
	position: relative;
}

.fl-builder-pagination li a.page-numbers, .fl-builder-pagination li span.page-numbers {
	border: none;
	border-radius: 0;
	color: #000000;
	padding: 0;
	width: 36px;
	height: 36px;
	line-height: 36px;
	margin: 0 5px;
}

.fl-builder-pagination li a.page-numbers.next,
.fl-builder-pagination li a.page-numbers.prev {
	width: auto;
	padding: 0 10px;
}

.fl-builder-pagination li a.page-numbers:hover,
.fl-builder-pagination li span.current {
	background: #000000;
	color: #ffffff;
}

@media (max-width:1279px) and (min-width:768px) {
	h4.uabb-divider-text {
		white-space: normal !important;
	}
	
	.uabb-separator-wrap .uabb-side-right {
		display: none;
	}
}
/*
@media (max-width:767px) {
	.home-sidebar.fl-col > .fl-col-content {
		display: flex;
		flex: 1 0 auto;
		flex-wrap: wrap;
		align-items: flex-start;
		justify-content: flex-start;
		margin-left: 0;
		margin-right: 0;
	}
	
	.home-sidebar.fl-col > .fl-col-content > .fl-col-group {
		width: 350px;
		padding: 0 20px;
	}

	.home-sidebar.fl-col > .fl-col-content > .fl-col-group:first-child {
		width: 100%;
	}
	
	.author .home-sidebar.fl-col > .fl-col-content > .fl-col-group {
		padding: 0;
	}
	
	.fl-module-blog-posts .uabb-blog-posts .slick-next, .fl-module-blog-posts .uabb-blog-posts .slick-next:hover, .fl-module-blog-posts .uabb-blog-posts .slick-next:focus, .fl-module-blog-posts .uabb-blog-posts .slick-prev, .fl-module-blog-posts .uabb-blog-posts .slick-prev:hover, .fl-module-blog-posts .uabb-blog-posts .slick-prev:focus {
		top: -42px;
		width: 42px;
		height: 27px;
	}
	
	.fl-module-blog-posts .uabb-blog-posts .slick-prev, .fl-module-blog-posts .uabb-blog-posts .slick-prev:hover, .fl-module-blog-posts .uabb-blog-posts .slick-prev:focus {
		right: 62px;
	}
}*/

/***********************************
 * CARDS
 * ********************************/

.fl-post-grid {
	margin-left: -20px !important;
	margin-right: -20px !important;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-flow: row wrap;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	        flex-flow: row wrap;
}

.fl-post-column {
	float: none;
	clear: none;
	-ms-flex: 0 0 auto;
	-webkit-box-flex: 0;
	        flex: 0 0 auto;
	position: relative;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-direction: column;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	        flex-direction: column;
}

@media screen and (min-width: 768px) {
	.fl-post-column:nth-of-type(5),
	.fl-post-column:nth-of-type(9),
	.fl-post-column:nth-of-type(18),
	.fl-post-column:nth-of-type(22) {
		width: 66.666666666667%;
	}

	.full-width-post .fl-post-column .card-img-top {
		aspect-ratio: 1380 / 595;
	}
	
	.fl-post-column:nth-of-type(5) .card-img-top,
	.fl-post-column:nth-of-type(9) .card-img-top,
	.fl-post-column:nth-of-type(18) .card-img-top,
	.fl-post-column:nth-of-type(22) .card-img-top {
		aspect-ratio: 1380 / 495;
	}
	
	#more-like-this .fl-post-column {
		width: 33.333333333333% !important;
	}
	
	#more-like-this .fl-post-column .card-img-top {
		aspect-ratio: unset !important;
	}
	
	@supports not (aspect-ratio: 1 / 1) {
		.full-width-post .fl-post-column .card-img-top {
			height: 420px;
		}
		
		.fl-post-column:nth-of-type(5) .card-img-top,
		.fl-post-column:nth-of-type(9) .card-img-top,
		.fl-post-column:nth-of-type(18) .card-img-top,
		.fl-post-column:nth-of-type(22) .card-img-top {
			height: 320px;
		}
	}
}

@media (min-width: 992px) {
	.posts-ultimate-guide .fl-post-grid {
		display: grid;
		grid-gap: 0;
		grid-template-columns: 25% 25% 25% 25%;
	}

	.posts-ultimate-guide .fl-post-grid::before,
	.posts-ultimate-guide .fl-post-grid::after {
		content: none;
	}

	.posts-ultimate-guide .fl-post-column {
		width: 100% !important;
	}

	.posts-ultimate-guide .fl-post-column:first-child {
		grid-column: 1 / 3;
		grid-row: 1 / 3;
	}

	.posts-ultimate-guide .fl-post-column:nth-child(n+2) {
		grid-column: 3;
		grid-row: 1;
	}

	.posts-ultimate-guide .fl-post-column:nth-child(n+3) {
		grid-column: 4;
		grid-row: 1;
	}

	.posts-ultimate-guide .fl-post-column:nth-child(n+4) {
		grid-column: 3;
		grid-row: 2;
	}

	.posts-ultimate-guide .fl-post-column:nth-child(n+5) {
		grid-column: 4;
		grid-row: 2;
	}

	.posts-ultimate-guide .fl-post-column .card-img-top {
		aspect-ratio: unset !important;
	}

	.posts-ultimate-guide .fl-post-column:first-child .card-img-top {
		aspect-ratio: 1 / 0.965 !important;
	}

	.posts-ultimate-guide .fl-post-column:not(:first-child) .card-title {
		font-size: 18px;
	}
}


#home-featured .fl-post-column:first-child {
	margin-top: -80px;
	background: #ffffff;
}

#home-featured .fl-post-column:first-child .card-img-top {
	aspect-ratio: 1 / 1.15;
}

.posts-ride-of-the-month .media {
	padding: 0;
}

.posts-ride-of-the-month .media-img-block {
    width: 50%;
}

.posts-ride-of-the-month .media-img {
    width: 100%;
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
}

.posts-ride-of-the-month .media-body {
	padding: 7.5%;
}

.posts-ride-of-the-month .media-title {
	font-size: 50px;
}

.posts-ride-of-the-month .media-meta {
	text-align: right;
	margin-top: 40px;
	font-weight: 700;
}

.wide-posts .media-body {
    background: #fff;
    position: relative;
    padding: 20px;
	min-height: calc(100% - 60px);
}

@media (min-width:768px) {
	.wide-posts .media-body {
		margin-left: -80px;
	}
	.wide-posts .media-img-block {
		width: 70%;
	}
	.wide-posts .media-img {
		width: 100%;
		object-fit: cover;
		aspect-ratio: 662 / 445;
	}
}

.video-grid .fl-post-column {
	width: 100%;
}

@media (min-width:768px) {
	.video-grid .fl-post-column {
		width: 50%;
	}
}

@media (min-width:1200px) {
	.video-grid .fl-post-column {
		width: 25%;
	}
}

.video-grid .card-body {
	margin-left: 0;
	margin-top: 0;
	padding: 20px 0;
}

.video-grid .card-title {
	font-size: 18px;
}

.video-grid .media {
    padding: 0;
}

.video-grid .profile-img {
	width: 52px;
    height: 52px;
    padding: 10px;
    background: #fff;
    border-radius: 100%;
    box-shadow: 0 14px 20px rgb(143 156 199 / 14%);
}

.video-grid .card-img-block .popup-video {
	position: relative;
	font-family: 'Ultimate-Icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.video-grid .card-img-block .popup-video::before {
	content: "\ea0e";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin: -20px 0 0 -20px;
	text-align: center;
	border-radius: 100%;
	font-size: 26px;
	color: #ffffff;
	background: #cc0000;
}

#wpcf7-f3066-p752-o1 {
    width: 800px;
	max-width: 100%;
    margin: 40px auto;
}

.archive-featured-posts .uabb-photo-img,
.tall-posts .card-img-top {
	aspect-ratio: 1 / 1.15;
	object-fit: cover;
}

.fl-post-grid-post {
	overflow: visible;
	height: 100%;
}

.card,
.media {
	padding: 20px;
	border-radius: 0;
	background: none;
	border: none;
	height: 100%;
}

.card-body {
	padding: 20px;
	background: #ffffff;
	margin-top: -25px;
	margin-left: 25px;
	position: relative;
	z-index: 1;
}

.card-featured .card-body {
	margin: 0;
	padding: 20px 0;
}

.card-title {
	font-weight: 600;
}

.card-align-left .card-title {
	text-align: left;
}

.card-terms,
.media-terms {
	margin-bottom: 10px;
	display: inline-block;
	background: none;
	border-radius: 0;
}

.card-terms a,
.media-terms a {
	display: inline-block;
	padding: 0;
	background: inherit;
	border-radius: inherit;
	font-weight: 500;
}

.card-align-left .card-meta {
	text-align: left;
}

.card-meta a,
.media-meta a {
	color: inherit;
}

.card-text,
.media-text {
	margin-top: 10px;
	margin-bottom: 10px;
}

.card-text p:last-child,
.media-text p:last-child {
	margin-bottom: 0;
}

.card-img-block,
.media-img-block {
    position: relative;
    overflow: hidden;
}

.card-img-top,
.media-img {
	border-radius: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    transition: all 200ms linear;
}

.card:hover .card-img-top,
.media:hover .media-img {
	transform: scale(1.05);
}

.media-img {
	width: 300px;
	margin-bottom: 0;
}

.card-number {
	font-weight: 700;
    font-size: 24px;
	color: #fc7045;
	margin-bottom: 10px;
}

#home-featured .fl-post-column:first-child .card-featured .card-img-block {
	position: relative;
}

#home-featured .fl-post-column:first-child .card-featured .card-img-block::after {
	content: '01';
	position: absolute;
	right: 10px;
	bottom: 5px;
	color: #ffffff;
	font-weight: 700;
    font-size: 24px;
}

@media (max-width:991px) {
	.media-img {
		width: 200px;
	}
}

@media (max-width:767px) {
	.media-img {
		width: 120px;
	}
}

@media (max-width: 575px) {
	.media-img {
		width: 100%;
		margin-bottom: 20px;
	}
	
	.media {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
		height: auto;
	}
	
	.media > a {
		width: 100%;
	}
}

.sidebar-posts .card-title {
	font-size: 20px;
}

.max-width-300 .uabb-sf-heading,
.max-width-300 .uabb-infobox-title {
    max-width: 300px;
}

.center-heading .uabb-sf-heading {
	margin-left: auto;
	margin-right: auto;
}

/***********************************
 * ARCHIVE
 * ********************************/

.archive-featured-posts p:empty {
	display: none;
}

.fl-post-grid .fl-builder-module-template {
	width: 100%;
	max-width: 1400px;
	margin: 60px auto;
}

.archive-banner .uabb-infobox-text.uabb-text-editor {
    max-width: 380px;
}

.archive-banner .uabb-separator {
    position: relative;
    width: 128px;
    border-radius: 0;
}

.archive-banner .uabb-separator::before {
    content: '';
    background: #939568;
    width: 20px;
    height: 6px;
    display: block;
    -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
            transform: translateY(-6px);
    margin-bottom: -6px;
    border-radius: 0;
}

.search-results .archive-banner .fl-row-content-wrap {
	min-height: 1px;
}

.search-results .single-post-sidebar > .fl-col-content {
    margin-top: 20px;
}

.single-post-sidebar .card {
    border-bottom: 1px solid rgb(22 26 28 / 0.20);
    padding: 0 0 10px;
    margin: 20px 20px 10px;
}

.single-post-sidebar .card-title {
	font-size: 20px;
}

@media (max-width:767px) {
	.fl-builder-shape-layer {
		display: none !important
	}
}

@media (max-width:575px) {
    .ad-box .uabb-infobox-left-right-wrap {
        display: flex;
        flex-direction: column;
        flex: 1 0 auto;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .ad-box .uabb-infobox-left-right-wrap > div {
        width: 100% !important;
    }
}

/***********************************
 * SINGLE
 * ********************************/

.single-post-image img {
	height: calc(1400px * 0.53);
	-o-object-fit: cover;
	   object-fit: cover;
}

@media (max-width: 1439px) {
	.single-post-image img {
		height: calc((100vw - 40px) * 0.53);
	}
}

.single-post-content {
}

.uabb-separator-wrap .uabb-side-right {
	padding-left: 10%;
}

.single-post-author .uabb-infobox-text-wrap {
	padding-left: 90px;
	padding-right: 90px;
}

.single-post-categories span,
.single-post-tags span {
    margin-right: 20px;
}

.single-post-tags h3 {
	font-weight: 500;
}
/*.single-post-categories a,
.single-post-tags a {
	border-radius: 0;
	display: inline-block;
}*/

.post-share .uabb-social-share-wrap {
    position: relative;
    display: flex;
    justify-content: flex-end;
}

.post-share .uabb-social-share-wrap::before { 
	content: 'Share';
	font-size: 18px; 
	line-height: 1.45; 
	white-space: pre-wrap; 
	text-align: left;
} 

#category-list .list-group-item a {
	font-weight: 700;
	color: inherit;
}

#category-list .list-group-item a:hover {
	color: #939568;
}

#category-list .list-group-item .badge {
	padding: 4px 10px;
	margin-left: 10px;
	background: #4A457C;
	color: #ffffff;
}

.cn-button.wp-default {
	background: #ffffff !important;
	color: #161a1c !important;
}

.sidebar-social .adv-icon-wrap {
	position: relative;
}

.sidebar-social .adv-icon-wrap::before {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	height: 1px;
	background: #ECECEC;
}

.sidebar-social .adv-icon-wrap::after {
	content: '';
	position: absolute;
	width: 1px;
	top: 0;
	left: 50%;
	height: 100%;
	background: #ECECEC;
}

.sidebar-social .adv-icon-link {
	position: relative;
	width: 50%;
    margin: 20px 0 !important;
}

.sidebar-social .uabb-imgicon-wrap {
	margin-bottom: 10px;
}

.sidebar-social .adv-icon-link::after {
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 500;
	color: #000000;
}

.sidebar-social .adv-icon-1::after {
	content: 'Facebook';
}

.sidebar-social .adv-icon-2::after {
	content: 'Twitter';
}

.sidebar-social .adv-icon-3::after {
	content: 'Instagram';
}

.sidebar-social .adv-icon-4::after {
	content: 'Pinterest';
}

.fl-node-61645aafbcc18 > .fl-row-content-wrap {
	background-image: none !important;
}

.header-img {
	position: absolute;
	max-width: initial;
    width: 100%;
    max-height: 1200px;
    object-fit: cover;
}

.single-post-image .fl-photo-content {
    aspect-ratio: 3 / 2;
}

.single-post-image img {
    height: 100%;
}

/* post subscribe popup by webfx 3/19/2024 */
#modded-minute-wrap .fl-module-content {
	margin-left: 0;
}
#modded-minute {
	text-decoration: underline;
	color: #fc7045;
}
#modded-minute:hover,
#modded-minute:focus {
	color: #c93d12;
	text-decoration: none;

}
.subscribe-popup-bg {
	position: absolute;
    z-index: 2;
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
}
.subscribe-popup-close {
	position: absolute;
	top: 0;
	right: 0;
	background-color: #fc7045;
	border-radius: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	font-size: 20px;
	text-transform: lowercase;
	cursor: pointer;
}
.newsletter-form-wrap.active-popup {
	position: fixed;
    top: 50%;
    left: 50%;
    max-width: 500px;
    transform: translate(-50%, -50%);
	z-index: 3;
}

@media (max-width: 768px) {
	.subscribe-popup-close {
		top: -15px;
		right: -15px;
	}

	#home-featured .fl-post-grid .fl-post-columns-post {
		height: auto !important;
	}
}

@media (min-width: 1401px){
    .fl-node-5f6b91e6ba634 .fl-row-fixed-width {
        max-width: 100%;
        margin: 0;
    }
}
#newsletter-modal-overlay{
	display: none !important;
}
#newsletter-modal-overlay .uabb-overlay {
    display: none !important;
}

.js-slick-logos.hidden {
    max-width: 1350px;
    margin-inline: auto;
}

.logo--item img {
    object-fit: contain;
    width: 170px;
    height: 85px;
    margin-inline: auto;
}

.logo--item {
    margin: 0 20px;
}

h2.featured--on-title {
    border-bottom: 5px solid #fc7045;
    padding-bottom: 10px;
	margin-bottom: 25px;
}


/*---- Header Additional Edits BLUESKY ICON -------*/
/* .adv-icon-7 .uabb-imgicon-wrap {
  width: 32px;
}

#header-socials .adv-icon-7 .uabb-imgicon-wrap img {
 width: 100%;
 height: auto;
 position: relative;
 top: -1px;
 left:-3px
}

#header-socials .adv-icon-right {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

#header-socials .fl-node-content {
    margin-left: 10px;
    margin-right: 10px;
}

a.adv-icon-link.adv-icon-7 {
    width: auto;
} */
/*---- End of header Additional Edits -------*/

/*----Footer Additional Edits*/ 
 
 /* #footer-socials .adv-icon-link.adv-icon-6 {
    position: relative;
    top: -3px;
    left: -3px;
	}
	.uabb-image.uabb-image-crop-circle {
    background: #00d1ff;
    border-radius: 100%;
    position: relative;
    top: 5px;
}

.fl-node-5f6942a474260 .adv-icon-7 .uabb-image .uabb-image-content {
	background: transparent !important;
	border-width: 1px;
	border-radius: 0px;
}
.fl-node-5f6942a474260 .adv-icon-7 .uabb-image-content:hover {
    background: #fc704500 !important;
} */
 /*---- End of Footer-------- */