/*
Theme Name: Beavertron
Theme URI: https://wpbeaches.com
Version: 1.7.18
Description: An BB child theme that can be used as a clean slate for custom development.
Author: Neil Gowran
Author URI: https://wpbeaches.com
template: bb-theme
*/

/* Intial CSS is via the parent skin - fl-automator-skin-css */

/*  Typographical Elements
 *  Fonts set in Customiser
--------------------------------------------- */

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
	-webkit-transition:all 0.1s ease-in-out;
	transition:         all 0.1s ease-in-out;
}


p {
	margin: 0 0 20px;
	padding: 0;
}

.no-para-space p:last-child {
	margin-bottom: 0;
}

.fl-post-content ul,
.fl-post-content ol {
	margin-top: 20px;
	margin-bottom: 20px;
}

ul li,
.fl-widget ul li {
	display: list-item;
	margin-bottom: 5px;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
	clear: both;
	margin: 1em 0;
}

b,
strong {
	font-weight: 700;
}

blockquote,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 40px;
}

blockquote::before {
	content: "\201C";
	display: block;
	font-size: 30px;
	height: 0;
	left: -20px;
	position: relative;
	top: -10px;
}

address {
	margin-bottom: 0;
}

.text-uppercase .fl-heading {
	text-transform: uppercase;
}

/* ## Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}


/* ## Tables
--------------------------------------------- */

.table td, .table th {
    padding: 20px;
    vertical-align: top;
    border-top: 1px solid #000;
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: rgb(0, 0, 0);
}


/* ## Objects
--------------------------------------------- */

embed,
object,
video {
	max-width: 100%;
}

figure {
	margin: 0;
}

/* Fix IE not scaling SVGs */
.ie9 img[src*=".svg"] {
  width: 100%;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	img[src*=".svg"] {
		width: auto;
	}

  .fl-builder-content[data-shrink="1"] img {
		width: auto;
		height: 100%;
	}
}

/* ## Avatar
--------------------------------------------- */

.avatar {
	float: left;
	border-radius: 50%;
}

/* ## Search Form
--------------------------------------------- */

.search-form {
	overflow: hidden;
}

.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	margin-top: 10px;
}

.widget_search input[type="submit"] {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	width: 1px;
}

/* ## Forms
--------------------------------------------- */

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
	width: auto;
}

::-moz-placeholder {
	color: #333;
	font-weight: 300;
	opacity: 1;
}

::-webkit-input-placeholder {
	color: #333;
	font-weight: 300;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button {
	padding: 10px 15px;
	font-size: 16px;
}

.button {
	display: inline-block;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
	display: none;
}

a.button.small,
button.small,
input[type="button"].small,
input[type="reset"].small,
input[type="submit"].small {
	padding: 8px 16px;
}

.fl-page button:disabled,
.fl-page button:disabled:hover,
.fl-page input:disabled,
.fl-page input:disabled:hover,
.fl-page input[type="button"]:disabled,
.fl-page input[type="button"]:disabled:hover,
.fl-page input[type="reset"]:disabled,
.fl-page input[type="reset"]:disabled:hover,
.fl-page input[type="submit"]:disabled,
.fl-page input[type="submit"]:disabled:hover {
	background-color: #eee;
	border-width: 0;
	color: #777;
	cursor: not-allowed;
}

input[type=text], 
input[type=password], 
input[type=email], 
input[type=tel],
input[type=date], 
input[type=month], 
input[type=week], 
input[type=time], 
input[type=number], 
input[type=search], 
input[type=url], 
textarea {
	display: block;
    width: 100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    background-color: #f3f3f3;
    background-image: none;
    border: 1px solid #ccc;
    -moz-transition: all ease-in-out .15s;
    -webkit-transition: all ease-in-out .15s;
    transition: all ease-in-out .15s;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

input[type=text]:focus, 
input[type=password]:focus, 
input[type=email]:focus, 
input[type=tel]:focus, 
input[type=date]:focus, 
input[type=month]:focus, 
input[type=week]:focus, 
input[type=time]:focus, 
input[type=number]:focus, 
input[type=search]:focus, 
input[type=url]:focus, 
textarea:focus {
    background-color: #ffffff;
    border-color: #cccccc;
    outline: 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

/* Gravity Forms */
.gform_wrapper label.gfield_label {
    font-weight: 400 !important;
    font-size: inherit;
}

@media only screen and (min-width: 641px) {
	.gform_wrapper .top_label input.medium, 
	.gform_wrapper .top_label select.medium {
		width: 100% !important;
	}
}

/* Gravity Forms Validation Color */
.gform_wrapper .gfield_required,
.gform_wrapper .validation_message,
.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .gform_validation_errors > h2  {
    color: #790000 !important;
}

.gform_wrapper div.validation_error {
    color: #790000 !important;
    border-top: 2px solid #790000 !important;
	border-bottom: 2px solid #790000 !important;
}

.gform_wrapper li.gfield_error input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]), 
.gform_wrapper li.gfield_error textarea,
.gform_wrapper .gform_validation_errors,
.gform_wrapper .gfield_validation_message, 
.gform_wrapper .validation_message,
.gform_wrapper .gfield_error [aria-invalid="true"]  {
    border: 1px solid #790000 !important;
}

.gform_wrapper li.gfield.gfield_error, 
.gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    background-color: rgba(255,223,224,.25);
    border-top: 1px solid #790000 !important;
	border-bottom: 1px solid #790000 !important;
}

.gform_wrapper.gravity-theme .gfield_label {
    font-weight: 400 !important;
}

.grecaptcha-badge { 
    visibility: hidden;
}

/* # Buttons - Black-But example
---------------------------------------------------------------------------------------------------- */
/* lines up the button if parent is equal heights change >>>>> .the-row <<<<<< */

.fl-builder-content .the-row .fl-module-button {
	margin-top: auto;
} 

.fl-builder-content .black-but a.fl-button,
.fl-builder-content .black-but a.fl-button:visited,
.fl-builder-content .black-but .fl-slide a.fl-button, 
.fl-builder-content .black-but .fl-slide a.fl-button:visited  {
	background: #000;
	border: 1px solid #000;
	color: #fff;
	border-radius: 1px;
	padding: 7px 35px;
}
.fl-builder-content .black-but  a.fl-button:hover, 
.fl-builder-content .black-but  a.fl-button:focus,
.fl-builder-content .black-but .fl-slide a.fl-button:hover,
.fl-builder-content .black-but .fl-slide a.fl-button:focus  {
	background: #fff;
	border: 1px solid #000;
	color: #000;
}
.fl-builder-content .black-but a.fl-button *, 
.fl-builder-content .black-but a.fl-button:visited,
.fl-builder-content .black-but .fl-slide a.fl-button *  {
	color: #fff !important;
}
.fl-builder-content .black-but  a.fl-button:hover *, 
.fl-builder-content .black-but  a.fl-button:focus * {
	color: #000 !important;
}

/* # Buttons - Button with chevron(add the icon) no background
---------------------------------------------------------------------------------------------------- */

.but-no-back a.fl-button,
.but-no-back .fl-post-more-link a,
.but-no-back .fl-post-grid-content a.fl-post-grid-more,
.fl-builder-content .but-no-back a.fl-button *  {
	border: none !important;
	border-radius: 0;
	background: transparent !important;
	color: #000 !important;
	padding: 0 !important;
}

.but-no-back a.fl-button:hover,
.but-no-back .fl-post-grid-content a.fl-post-grid-more:hover,
.but-no-back a.fl-button:hover * {
	color: #333;
	border: none;
	background: transparent;
	opacity: .8 !important;
}

.fl-builder-content .but-no-back i.fl-button-icon-after {
    margin-left: -3px;
    margin-right: 0;
    line-height: 0;
}

.but-no-back a:focus {
	outline: none !important;
}

/* # Skip Links
---------------------------------------------------------------------------------------------------- */

/* Display outline on focus */
:focus {
	color: #333;
	outline: #ccc solid 1px;
}

/* Read More
---------------------------------------------------------------------------------------------------- */

a.more-link,
.fl-post-grid-content a.fl-post-grid-more,
a.fl-post-more-link,
a.fl-post-feed-more,
a.fl-post-slider-feed-more {
	display:inline-block;
	font-size:14px;
	margin-top:10px;
	padding:10px 20px;
	border-radius:2px;
	color:#ffffff;
	background-color:#333333;
	-webkit-transition-property:opacity;
	transition-property: opacity;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	-webkit-transition-duration: .5s;
	transition-duration: .5s;
	text-transform: uppercase;
	font-weight: 600;
}

a.more-link:hover,
.fl-post-grid-content a.fl-post-grid-more:hover,
a.fl-post-more-link:hover,
a.fl-post-feed-more:hover,
a.fl-post-slider-feed-more:hover   {
	opacity:.8;
	color:#333333;
	background-color:#999999;
}

.more-link {
   	position: relative;
}

/* Flex Controls
---------------------------------------------------------------------------------------------------- */

.flex-grow {
	flex-grow: 1;
}

/* Media Query Snippets
---------------------------------------------------------------------------------------------------- */
@media (max-width: 767px) {
}

@media (min-width: 768px) and (max-width:1079px) {
}

@media (min-width: 1080px) {
}

/* Client Colors
---------------------------------------------------------------------------------------------------- */



/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */
/* Styles when scrolling */
header.fl-theme-builder-header-scrolled {
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}



/* # Site Header
---------------------------------------------------------------------------------------------------- */

.fl-page-nav-wrap {
    border-bottom: none;
	border-top: none;
}

@media (min-width: 992px) {
	.fl-page-nav-right .fl-page-header-wrap {
		border-bottom: none;
	}
}

.sub-menu li {
	text-align: left;
}

.menu-but a {
	color:#fff;
	background: #1e1e1e;
	border-radius: 24px;
	border: 2px solid #1e1e1e;
	margin-left:20px;
	padding:10px 30px !important;
}

.menu-but a:hover {
	color: #1e1e1e;
	background: #fff;
	/* border-radius: 16px; */
}

@media(max-width:767px) {
	.fl-menu {
			text-align: left !important;
	}
	.menu-but a {
		display: inline-block;
		margin-left: 0 !important;
		margin-top: 20px;
	}
}

/* # Mobile Nav Using Beaver Theme In Built Button Option - changed background and added hamburger icon
 * Black and white example below
---------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle * {
		color: #000;
		text-transform: uppercase;
	}

	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:before {
		content: '\f0c9';
		font-family: 'Font Awesome 5 Free';
		font-weight: 900;
		color: #000;
	}
	
	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		display: block;
		background: transparent;
		color: #000;
		border: none;
	}
	
	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:focus,
	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:hover,
	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle:active {
		background: transparent;
		border: none;
	}
}

/* # Mobile Toggle Icon Nav Using Beaver Themer Option - changed color
 * Black example below
---------------------------------------------------------------------------------------------------- */

@media (max-width: 767px) {
	.fl-page .fl-menu-mobile-toggle * {
		color: #000;
		border: none;
	}

	.fl-page .fl-menu-mobile-toggle:hover {
		border: none;
		background: inherit;
	}

	.fl-page .fl-menu-mobile-toggle:hover * {
		color: #000;
		background: transparent !important;
	}

	.fl-menu-mobile-close, 
	.fl-menu-mobile-close:hover, 
	.fl-menu-mobile-close:focus {
		padding: 3px !important;
		border-radius: 50% !important;
		width: 35px !important;
		height: 35px !important;
	}
}

/* # Site Navigation
---------------------------------------------------------------------------------------------------- */
.default-cursor .fl-has-submenu-container > a{
	cursor:default;
}
.bigger-numbers {
	font-size:18px;
}

/* Slider
---------------------------------------------------------------------------------------------------- */

.slider-row-hero h1,
.slider-row-hero p {
	text-shadow: 1px 1px #777;
	
}

.home-slide .fl-slide-text img {
	max-width:300px !important;
}

/* .home-slide .fl-slide .fl-slide-text img {
	max-width: 350px;
} */

/* @media(max-width:767px) {
	.home-slide .fl-slide .fl-slide-text img {
		max-width: 100%;
	}
} */

.home-slide .fl-slide-text {
	text-shadow: 1px 1px #777;
}

.home-slide .fl-content-slider-navigation a {
	opacity: 1;
}

.home-slide .fl-slide-0 .fl-slide-bg-photo {
	background-position: 50% 75%;
}

@media(max-width:767px) {
	.fl-builder-content .home-slide .fl-slide .fl-slide-content {
		padding-left: 60px;
	}

	.home-slide .fl-slide-text img {
		display: block;
		margin: 0 auto;
	}

}

@media(max-width:1300px) {
	.fl-builder-content .home-slide  .fl-slide .fl-slide-content {
		padding-left: 60px !important;
	}
}

@media(max-width:767px) {
	.fl-slide .fl-slide-content {
		background-color: transparent !important;
		background-size: 200%;
		background-repeat: no-repeat;
		background-position: center;
	}
	.fl-slide .fl-slide-bg-photo::after {
		background-color: transparent !important;
	}

	.fl-slide-0 .fl-slide-content {
		background-image: url(/wp-content/uploads/2025/06/Electrix-all-Blew_Cowles_Living-Room-mobile.jpg);
	}

	.fl-slide-1 .fl-slide-content {
		background-image: url(/wp-content/uploads/2025/06/Electrix-all-Blew_Newport_Kitchen-mobile.jpg);
	}

	.fl-slide-2 .fl-slide-content {
		background-image: url(/wp-content/uploads/2025/06/eab-hero-slider_mobile-1800.jpg);
	}

	.fl-slide-3 .fl-slide-content {	
		background-image: url(/wp-content/uploads/2025/06/Electrix-all-Blew_Mosman_Kitchen-mobile.jpg);
	}

	.fl-slide-text h1 {
		font-size: 22px !important;
		line-height: 1.1 !important;
	}
	.fl-slide-text img {
		max-width: 300px;
	}
	
}

/* FrontPage Container Widgets
---------------------------------------------------------------------------------------------------- */
.trans-overlay .fl-row-content-wrap {
	position: relative;
}

.trans-overlay .fl-row-content-wrap::after {
	content: "";
	background-color: rgba(255, 255, 255, .8);
	width: 50%;
	border-top-right-radius: 100px;
	height: 70%;
	bottom: 0;
	position: absolute;
	left: 0;
	display:block;
	top: unset;
}

@media(max-width:1100px) {
	.trans-overlay .fl-row-content-wrap::after {
		width: 70%;
	}
}

@media(max-width:767px) {
	.trans-overlay .fl-row-content-wrap::after {
		width: 100%;
		border-top-right-radius: 0;
		height: 100%;
	}
}



/* # Hero *****
---------------------------------------------------------------------------------------------------- */

@media (min-width:768px) {
	.logo-header .fl-photo-content{
		display: none;
	}
	.fl-builder-edit .logo-header .fl-photo-content {
		display: block;
	}
	.fl-theme-builder-header-shrink .logo-header .fl-photo-content{
		display: block !important;
	}
}
/* # Services Loop
---------------------------------------------------------------------------------------------------- */
.services-loop img {
	border-radius: 16px 16px 0 0;
}

.services-loop .pp-content-grid-post-image {
	padding: 0;
}

.services-loop .pp-content-post {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 0;
	box-shadow: 0px 0px 5px 6px #f2f2f2;
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
	display: flex;
	flex-flow: column;
	border-radius: 16px;
}

.services-loop ul {
	padding-left: 20px;
	margin-bottom: 0;
}

.services-loop .pp-content-grid-post-more-link {
	margin-top: auto;
}
/* 
.services-carousel .fl-content-slider,
.services-carousel .fl-content-slider .fl-slider,
.services-carousel .fl-content-slider .fl-slider-viewport,
.services-carousel .fl-content-slider .fl-slider-track,
.services-carousel .fl-content-slider .fl-slide {
	overflow: visible !important;
	height: auto !important;
}

.services-carousel .fl-slide-foreground{
	box-shadow: 0px 0px 5px 6px #f2f2f2;
	padding: 40px;
	border-radius: 24px;
	margin-top: 10px !important;
} */

.elec-carousel .pp-testimonial {
	box-shadow: 0px 0px 5px 6px #f2f2f2;
	border-radius: 24px;
	margin: 10px !important;
}


.elec-carousel .pp-testimonial-img  {
	border-radius: 24px;
}



@media(min-width:1024px) {
	.elec-carousel .pp-testimonials-image {
		width: 50% !important;
		padding: 20px 40px 20px;
		margin-top: 0;
	}
	/* .elec-carousel .layout-3-content {
		width:60% !important;
	} */

	.elec-carousel .pp-testimonials-image {
		float: left;
		margin-right: 0 !important;
	}

	.comm-carousel .pp-testimonials-image {
		width: 50% !important;
		padding: 30px 40px 30px;
		margin-top: 20px;
	}

	.commercial-carousel .pp-testimonials-image{
		padding: 60px 40px 20px !important;
	}
}

@media(max-width:1023px) {
	
	.elec-carousel .pp-testimonials-image,
	.elec-carousel .layout-3-content {
		width: 100% !important;
		max-width:100% !important;
	}
}

/*  REviews
--------------------------------------------- */
 .wp-gr[data-layout="slider"] .grw-review {
	border: 2px solid #ccc !important;
	border-radius: 50px !important;
	padding: 13px !important;
}

.grw-btns:hover,
.grw-btns:focus {
	border:none !important;
	outline: none;
}

.wp-gr.wpac a.wp-google-name {
	color: #1e1e1e !important;
}

.wp-gr .grw-review-inner>svg {
	position: absolute !important;
	top: 10px !important;
	right: 10px !important;
	width: 28px !important;
	height: 28px !important;
}
/* ## Archive Title & Description
--------------------------------------------- */

.fl-archive-header {
	margin-bottom: 40px;
}

.fl-archive .fl-archive-title {
	font-size: 36px;
	margin: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.fl-archive .fl-category-description {
	font-size: 16px;
	margin-bottom: 0;
	padding: 10px 0 0 0;
	border-bottom: none;	
}

.fl-archive .fl-category-description p:last-child {
	margin-bottom: 0;
}

/* # Widgets
---------------------------------------------------------------------------------------------------- */

.fl-widget {
	word-wrap: break-word;
	margin-bottom: 60px;
}

.fl-widget  ul  li {
	margin-bottom: 8px;
	line-height: 1.3;
}

.fl-widget li li {
	border: 0;
	margin: 0 0 0 30px;
	padding: 0;
}

.fl-widget p:last-child,
.fl-widget ul > li:last-of-type {
	margin-bottom: 0;
}

.fl-widget ul > li:last-of-type {
 	padding-bottom: 0;
}

.fl-widget ol > li {
	list-style-position: inside;
	list-style-type: decimal;
	padding-left: 20px;
	text-indent: -20px;
}

/* Entry Meta
--------------------------------------------- */
.fl-post-meta {
	font-size: 14px;
}

.fl-post-meta-bottom {
	font-style: normal;
	border-top: 1px solid #e6e6e6;
    margin-top: 20px;
    padding-top: 10px;
}

.fl-post-cats-tags span {
	display: block;
}

.single .fl-post-date::before,
.single .fl-post-grid-date::before,
.single .fl-post-feed-date::before  {
    content: '\f017';
	font-family: 'Font Awesome 5 Free';
    color: #333;
    font-size: 25px;
	vertical-align: middle;
	padding-right: 3px;
}

.single .fl-post-grid-author:before {
    content: '\f007';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #333;
    font-size: 25px;
    padding-left: 10px;
    vertical-align: middle;
}

.single .fl-comments-popup-link::before,
.single .fl-post-feed-comments::before {
    content: '\f075';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
    color: #333;
    font-size: 25px;
    padding-left: 10px;
	vertical-align: middle;
	padding-right: 3px;
}

.single .fl-post-feed-comments .fa-comment:before {
    content: "";
}

.single .fl-entry-categories::before,
.single .fl-post-info-terms::before {
    content: '\f07c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 400;
    color: #333;
    font-size: 25px;
    vertical-align: middle;
    padding-right: 5px;
}

.single .fl-entry-tags::before,
.single .fl-post-info-tags .fl-post-info-terms::before {
    content: '\f02c';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
    color: #333;
    font-size: 25px;
    padding-right: 5px;
    vertical-align: sub;
}

/* Pagination
--------------------------------------------- */

.pagination {
	display: block;
	clear: both;
	font-size: 14px;
	margin: 40px 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}

.pagination li {
	display: inline;
}

.pagination  a {
	background-color: #fff;
	border-radius: 3px;
	color: #000;
	cursor: pointer;
	display: inline-block;
	margin-bottom: 4px;
	padding: 8px 12px;
}

.pagination span.current {
	padding: 12px;
	border: 1px solid #aaaaaa;
	border-radius: 3px;
}

.pagination a:hover,
.pagination a.active  {
	background-color: #aaaaaa;
	color: #fff;
}

/*  Comments
--------------------------------------------- */

.comment-respond,
.entry-pings {
	background-color: #fff;
	margin-bottom: 40px;
}

.comment-respond,
.entry-pings {
	padding: 40px 0 16px;
}

.comment-header {
	font-size: 16px;
}

li.comment {
	background-color: #f5f5f5;
	border: 2px solid #fff;
	border-right: 0;
}

.comment-content {
	clear: both;
	word-wrap: break-word;
}

.comment-list li {
	margin-top: 24px;
	padding: 32px;
}

.comment-list li li {
	margin-right: -32px;
}

.comment-respond label {
	display: block;
	margin-right: 12px;
}

.entry-pings .reply {
	display: none;
}

.form-allowed-tags {
	background-color: #f5f5f5;
	font-size: 16px;
	padding: 24px;
}

/* Sidebars
---------------------------------------------------------------------------------------------------- */

.fl-sidebar {
	font-size: 16px;
}

.fl-sidebar li {
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.fl-sidebar p:last-child,
.fl-sidebar ul > li:last-child {
	margin-bottom: 0;
}

.fl-sidebar .fl-widget {
	background-color: #fff;
	margin-bottom: 40px;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.fl-page-footer-widgets-row p:last-child {
	margin-bottom: 0;
}

@media (max-width: 767px) {
	.site-footer-widgets-row .fl-heading,
	.site-footer-widgets-row .fl-icon-group-left,
	.site-footer-widgets-row .menu li,
	.site-footer-widgets-row .fl-rich-text p,
	.site-footer-widgets-row .fl-module-icon,
	.site-footer-widgets-row .fl-button-wrap,
	/* Non footer elements */
	.fl-slide  .fl-slide-content .fl-button-wrap,
	.fl-icon-group-right,
	.fl-icon-group-left    {
		text-align: center !important;
	} 

	.site-footer-widgets-row .uabb-business-hours-wrap {
		display: flex;
		flex-flow: row nowrap;
		justify-content: center;
	}

	.site-footer-widgets-row .uabb-business-day,
	.site-footer-widgets-row .uabb-business-hours {
		width: auto;
	}

	.site-footer-widgets-row .uabb-business-day {
		margin-right: 10px;
	}

	.custom-logo-link {
		display: block;
		text-align: center;
	}
}

.site-footer-row .menu .sub-menu {
	display: none !important;
}

/* Site Footer
---------------------------------------------------------------------------------------------------- */

.fl-page-footer {
	font-size: 13px;
	line-height: 1;
	padding: 5px 0;
	text-align: center;
}

.fl-page-footer p {
	margin-bottom: 0;
}

.fl-page-footer-container {
	padding-top: 10px;
}

.fl-page-footer-text {
	padding-bottom: 10px;
}

.site-footer-row p {
	margin-bottom: 0;
	font-size: 14px;
}

.site-footer-row .dashicons,
footer .dashicons-heart {
	vertical-align: middle;
}

footer 

/* # Plugins
---------------------------------------------------------------------------------------------------- */

/* ## Jetpack
--------------------------------------------- */

#wpstats {
	display: none;
}

/* Sticky Footer is Flexbox
---------------------------------------------------------------------------------------------------- */
.fl-page {
	display: -ms-flexbox;
	display:-webkit-flex;
	display:-webkit-box;
	display:flex;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	-webkit-box-orient:vertical;
	-webkit-box-direction:normal;
	flex-direction:column;
	min-height:100vh;
} 
   
.fl-page-content  {
	-ms-flex:1;
	-webkit-flex:1;
	-webkit-box-flex:1;
	flex:1;
	width: 100%;
	word-wrap: break-word;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.fl-page { display: block; } /* IE10 & IE11 */
}

/* CSS Snippets
 *  Utility CLasses - Rows, Lists and Quotes
 *---------------------------------------------------------------------------------------------------- */

 /* Align buttons across columns - make sure column Equal Heights is set for Flex
  * Add the align-button-row class to the row
  */

 .align-button-row .fl-col-content .fl-module-button {
    margin-top: auto;
}

 /* Center an uneven row - below is an example of 2 cols centered in a 3 col layout 
  * Class is applied in Column Parent Column
  */
  
@media (min-width: 768px) {
	.two-row-three-parent .fl-col-group {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	.two-row-three-parent .fl-col-group .fl-col {
		width: 33% !important;
		flex: 0 0 auto;
	}
}
/* Split unordered list over 2 columns & 3 columns
 * 1st code is CSS cols, 2nd code is 2 text edit boxes with UL list in each
---------------------------------------------------------------------------------------------------- */

@media (min-width: 768px) {
	.three-column-list {
		column-count: 3;
		column-gap: 40px;
	}
	
	.two-column-list {
		column-count: 2;
		column-gap: 90px;
	}
}

@media (max-width:767px) {
	/* Add into Column Class */
	.fl-builder .split-list ul {
		margin-bottom: 0;
		margin-top: 0;
	}

	.fl-col-small.split-list .fl-module-content {
		margin-bottom: 0;
		padding-bottom: 0 !important;
	}

	.fl-col-small + .fl-col-small.split-list .fl-module-content {	
		margin-top:0 !important;
		margin-bottom: 20px;
	}
}

.no-list li {
	list-style-type: none;
}
/* Flex Bullet List 2 Columns - surround 2 ul in a div with a .flex-bullet-list class */
.flex-bullet-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: flex-start;
}

.flex-bullet-list .fl-rich-text ul:first-of-type {
	margin-bottom: 0;
}

.flex-bullet-list .fl-rich-text ul+ul,
.flex-bullet-list ul+ul {
	margin-top: 0;
}

@media (min-width:768px) {

	.flex-bullet-list .fl-rich-text ul+ul,
	.flex-bullet-list ul+ul {
		margin-left: 40px;
		margin-top: 20px;
	}

	.flex-bullet-list ul,
	.flex-bullet-list .fl-rich-text ul {
		width: 45%;
		min-width: 320px;
	}

	.flex-bullet-list,
	.flex-bullet-list .fl-rich-text {
		flex-flow: row nowrap;
		justify-content: center;
		display: flex;
	}
}

@media (max-width: 767px) {
	.entry-content .you-list ul,
	.you-list ul {
		margin-top: 0 !important;
		margin-bottom: 0 !important;
	}
}

body.has-blocks .fl-post-content ul, 
body.has-blocks .fl-post-content ol {
    margin: inherit;
    max-width: none;
    list-style-position: inside;
}
/* Green Dots
---------------------------------------------------------------------------------------------------- */

.green-dots .fl-module-content,
.green-dots .fl-module-content ul {
	list-style-type: none;
	/* Remove default bullets */
}

.green-dots .fl-module-content li::before {
	content: "● ";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #72bc44;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}

/* Icon Stuff
--------------------------------------------- */

/* Lists Using a tick icon as an example
--------------------------------------------- */

.fl-content .tick-list li,
.fl-page .tick-list li  {
	list-style-type: none;
	margin-bottom: 10px;
	position: relative;
}

.tick-list li:before {
	content: '\f00c';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding-right: 5px;
	color: #555555;
	font-size: 22px;
	position: absolute;
	left: -35px;
	top: -5px;
}


/* Icon Centre Icons
--------------------------------------------- */
.icon-top .fl-icon {
    display: block;
    vertical-align: middle;
    text-align: center;
    margin-bottom: 20px;
}

.icon-top .fl-icon i {
	float: none;
}

/* Flip FontAwsome phone icon */
i.fa-phone{
	transform: rotate(110deg); 
}

.circle-border-icon .fl-icon i,
.circle-border-icon .fl-icon i:hover{
	border: 2px solid #000;
}

/* Header Quote
---------------------------------------------------------------------------------------------------- */
.header-quote .fl-heading-text::before,
.header-quote .fl-post-title::before,
.header-quote .fl-post-grid-title::before,
.header-quote .fl-post-excerpt p:first-of-type::before,
.header-quote .fl-rich-text p:first-of-type::before,
.header-quote .pp-content-grid-post-excerpt p:first-of-type::before {
	content: '\f205';
	font-family: 'dashicons';
	padding-right:10px;
	font-size: 30px;
	color: #333;
}

.header-quote .fl-heading-text::after,
.header-quote .fl-post-excerpt p:last-of-type::after,
.header-quote .fl-rich-text p:last-of-type::after,
.header-quote .pp-content-grid-post-excerpt p:last-of-type::after {
	content: '\f205';
	font-family: 'dashicons';
	transform: rotate(180deg); 
	margin-left: 10px;
	display: inline-block;
	font-size: 30px;
	color: #333;
	line-height: 0;
    position: relative;
    top: 10px;
}

/* 
 * Shadows
---------------------------------------------------------------------------------------------------- */

.bottom-shadow {
	box-shadow: 0 15px 15px -15px #b9b9b9; 
}

.top-shadow {
	box-shadow: 0 -15px 10px -15px #b9b9b9; 
}

.left-shadow {
	box-shadow: -15px 0 10px -15px #b9b9b9; 
}

.right-shadow {
	box-shadow: 15px 0 10px -15px #b9b9b9;
}

.full-shadow {
	-webkit-box-shadow: 0 0 15px 0 rgba(185,185,185,1);
	-moz-box-shadow: 0 0 15px 0 rgba(185,185,185,1);
	box-shadow: 0 0 15px 0 rgba(185,185,185,1);
}

/* Offset Anchor Sticky Header
 * Add HTML --> <a class="anchor" id="top"></a>
---------------------------------------------------------------------------------------------------- */

a.anchor {
    display: block;
    position: relative;
    top: -250px;
    visibility: hidden;
}

/* Builder & Bootstrap Stuff
---------------------------------------------------------------------------------------------------- */
/* Remove BB tooltips */
* .fl-help-tooltip{
	display: none !important;
}
/* Remove BB Draft button */
.fl-builder-button-group [data-action="draft"] {
	display: none;
}

.fl-builder-edit .collapse:not(.show) {
    display: block;
}

/* Full Icon Canvas */
.fl-icon-selector .fl-lightbox {
    height: 100%;
    width: 100%;
    margin-top: 0 !important;
}

/* Toggle when using Bootstraps Collapse
--------------------------------------------- */
a[aria-expanded="true"]::after {
	content: '\f077';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #32407b;
	font-size: 13px;
	margin-left: 5px;
}

a[aria-expanded="false"]::after {
	content: '\f054';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	color: #32407b;
	margin-left: 5px;
	font-size: 13px;
}

/* Print Styles
---------------------------------------------------------------------------------------------------- */

@media print {
	
	*,
	*:before,
	*:after {
		background: transparent !important;
		box-shadow: none !important;
		color: #000 !important;
		text-shadow: none !important;
	}

	a,
	a:visited {
		text-decoration: underline;
	}

	abbr[title]:after {
		content: " (" attr(title) ")";
	}

	a[href^="javascript:"]:after,
	a[href^="#"]:after,
	.site-title > a:after {
		content: "";
	}

	thead {
		display: table-header-group;
	}

	img,
	tr {
		page-break-inside: avoid;
	}

	img {
		max-width: 100% !important;
	}

	@page {
		margin: 2cm 0.5cm;
	}

	p,
	h2,
	h3 {
		orphans: 3;
		widows: 3;
	}

	blockquote,
	pre {
		border: 1px solid #999;
		page-break-inside: avoid;
	}

	button,
	input,
	select,
	textarea,
	.breadcrumb,
	.comment-edit-link,
	.comment-form,
	.comment-list .reply a,
	.comment-reply-title,
	.edit-link,
	.entry-comments-link,
	.entry-footer,
	.hidden-print,
	.fl-page-nav-col,
	.post-edit-link,
	.fl-sidebar {
		display: none !important;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		orphans: 3;
		page-break-after: avoid;
		page-break-inside: avoid;
		widows: 3;
	}

	img {
		page-break-after: avoid;
		page-break-inside: avoid;
	}

	blockquote,
	pre,
	table {
		page-break-inside: avoid;
	}

	dl,
	ol,
	ul {
		page-break-before: avoid;
	}
}