/**
Theme Name: HomeFurnishings.com
Author: DuFour Advertising
Author URI: https://dufour.com
Description:  
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: homefurnishings-com
Template: astra
*/

/* MISC. Styles */
.no-margin p:last-of-type {
	margin-bottom: 0;
}
/* Show Utility Menu links on Mobile Navigation 
@media (min-width: 769px) {
	.displayMobileOnly {
		display: none !important;
	}
} */
.txt-a-white a {
	color: #FFF;
}
/* Remove button click effect */
.fl-builder-content .fl-button:active {
	top: 0;
}
.border-inner-white .fl-col-content {
	position: relative;
}
.border-inner-white .fl-col-content:before {
	background: none;
	border: 1px solid #FFF;
	content: "";
	display: block !important;
	inset: 20px;
	pointer-events: none;
	position: absolute;
	z-index: 10;
}

/* Header */
.hf-header .hf-header-col .fl-col-content {
	align-items: center;
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap;
	justify-content: flex-start;
}
.hf-header .hf-header-col .fl-col-content > .fl-module {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.hf-header .hf-header-col .fl-col-content > .fl-module:last-child {
    margin-left: auto;
}
.hf-header .hf-header-col .fl-col-content > .fl-module.fl-module-photo {
    flex: 0 1 350px;
    min-width: 200px;
}
/* .hf-nav {
	box-shadow: 0 14px 20px -10px rgba(235,235,235, 0.75);
	position: relative;
	z-index: 1;
} */
.hf-nav .hf-nav-col .fl-col-content {
	align-items: center;
	display: flex;
	flex-direction: row !important;
	flex-wrap: nowrap;
	justify-content: center;
}
.hf-nav .hf-nav-col .fl-col-content > .fl-module {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

/* Home Page */ 
.brand-spotlight .fl-module-content, .seasonal-banners .fl-module-content {
	position: relative;
}
.brand-spotlight .uabb-post-thumbnail {
	width: 100%;
}
.brand-spotlight .fl-module-content:before, .seasonal-banners .fl-module-content:before {
	background: none;
	border: 1px solid #FFF;
	content: "";
	display: block !important;
	inset: 20px;
	pointer-events: none;
	position: absolute;
	z-index: 10;
}

/* Home Page: Top Picks */
.brand-spotlight .uabb-post-thumbnail, .seasonal-banners .uabb-post-thumbnail, .top-pick .uabb-image-content {
  overflow: hidden;
}
.brand-spotlight img, .seasonal-banners img, .top-pick img {
  transition: transform 0.5s ease;
  transform: scale(1);
}
.brand-spotlight:hover img, .seasonal-banners:hover img, .top-pick:hover img {
  transform: scale(1.06);
}

/* Home Page: Season Banners */
.seasonal-banners .uabb-blog-post-inner-wrap {
    align-items: stretch;
    display: flex;
}
.seasonal-banners .uabb-blog-post-content,
.seasonal-banners .uabb-post-thumbnail {
    float: none !important;
    width: 50%;
}
.seasonal-banners .uabb-post-thumbnail a,
.seasonal-banners .uabb-post-thumbnail img {
    display: block;
    height: 100%;
    width: 100%;
}
.seasonal-banners .uabb-post-thumbnail img {
    object-fit: cover;
}
@media (max-width: 900px) {
    .seasonal-banners .uabb-blog-post-inner-wrap {
        flex-direction: column;
    }
    .seasonal-banners .uabb-blog-post-content,
    .seasonal-banners .uabb-post-thumbnail {
        width: 100%;
    }
}

/* Home Page: Tiles */
.hf-tile .uabb-new-ib-desc {
  padding-left: 0;
  padding-right: 0;
  padding-top: 125px;
}
.hf-tile .uabb-new-ib-content {
  display: none;
}
.hf-tile .uabb-new-ib-title {
  background: #86a69e;
  display: inline-block;
  padding: 4px 12px;
  position: relative; 
  line-height: 1.1;
}

.hf-tile .uabb-ib-effect-style13 .uabb-new-ib-title::after {
  width: 0 !important;
  height: 0 !important;
  background: none !important;
  bottom: auto !important;
  left: auto !important;
  position: relative !important;
  transform: none !important;
  content: "" !important;
  display: inline-block !important;
  vertical-align: middle;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 10px solid #fff;
  margin-left: 12px;          
  transition: transform .25s ease;
	margin-bottom: 4px;
}

.hf-tile .uabb-ib-effect-style13 .uabb-new-ib-title {
  padding-right: 18px; 
  transition: padding-right .25s ease;
}
.hf-tile .uabb-ib-effect-style13.uabb-ib2-hover .uabb-new-ib-title {
  padding-right: 32px;
}
.hf-tile .uabb-ib-effect-style13.uabb-ib2-hover .uabb-new-ib-title::after {
  transform: translateX(14px) !important;
}

/* Home Page: Video Row */
.bkg-circle-green .fl-row-content-wrap{
  position: relative;
  overflow: hidden;
}

.bkg-circle-green .fl-row-content-wrap::before{
  content: "";
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  background: rgba(134, 166, 158, 0.12);
  top: 100px;
  right: -200px; 
  z-index: 0;
  pointer-events: none;
}

.bkg-circle-green .fl-row-content{
  position: relative;
  z-index: 1;
}

/* Interior Pages: Hero */
.headingGreenBar.fl-heading,
.headingGreenBar .fl-heading {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}

.headingGreenBar .fl-heading-text,
.headingGreenBar.fl-heading-text {
    display: block;
    position: relative;
    z-index: 1;
}
.headingGreenBar .fl-heading-text::after,
.headingGreenBar.fl-heading-text::after {
    animation: greenbar 2s forwards;
    animation-delay: 1.25s;
    background: #86a69e;
    bottom: 10px;
    content: "";
    display: block;
    height: 20px;
    left: 50%;
    opacity: 0;
    position: absolute;
    right: 50%;
    z-index: -1;
}

@media only screen and (min-width: 700px) {
.headingGreenBar .fl-heading-text::after,
.headingGreenBar.fl-heading-text::after {
        bottom: 5px;
    }
}

@keyframes greenbar {
    0% {
        left: 50%;
        opacity: 0;
        right: 50%;
    }

    100% {
        left: -5%;
        opacity: 1;
        right: -5%;
    }
}

/* Interior Pages: Blog Category Pages */
.category-post-display .uabb-post-wrapper .uabb-blog-post-inner-wrap {
	position: relative;
}
.category-post-display .uabb-post-wrapper:before {
	background: none;
	border: 1px solid #FFF;
	content: "";
	display: block !important;
	inset: 20px 35px;
	pointer-events: none;
	position: absolute;
	z-index: 10;
}
.category-post-display .uabb-post-wrapper .uabb-post-thumbnail {
  overflow: hidden;
}
.category-post-display .uabb-post-wrapper .uabb-post-thumbnail img {
  transition: transform 0.5s ease;
  transform: scale(1);
}
.category-post-display .uabb-post-wrapper:hover .uabb-post-thumbnail img {
  transform: scale(1.06);
}