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

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


/*
@media (max-width:1200px) {
	
	body {
        font-size: 17px;
        line-height: 1.4;
    }

    h1 {
        font-size: 43px;
        line-height: 1.4;
    }

    h2 {
        font-size: 27px;
        line-height: 1.4;
    }

    h3 {
        font-size: 21px;
        line-height: 1.4;
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
    }
}
*/
/*

@media (max-width: 767px) {
	
	body {
        font-size: 15px;
        line-height: 1.3;
    }

    h1 {
        font-size: 40px;
        line-height: 1.4;
    }

    h2 {
        font-size: 24px;
        line-height: 1.4;
    }

    h3 {
        font-size: 20px;
        line-height: 1.4;
    }

    h4 {
        font-size: 18px;
        line-height: 1.4;
    }

}
*/

/*  Typographical Elements
--------------------------------------------- */

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;
}

.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;
}



/* ## 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;
	}
}

/* # 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;
	border-radius: 0;
	background: transparent !important;
	color: #333 !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: #000 ;
	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;
}


/* # 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;
}

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

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

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

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




/* # Podcast Header
---------------------------------------------------------------------------------------------------- */


.latest-podcast-row p,
.latest-podcast-row-mobile p {
	margin-bottom: 0;
}



.latest-podcast-row .fl-row-content-wrap,
.latest-podcast-row-mobile .fl-row-content-wrap {
    padding: 5px;
}

.latest-podcast-row .mejs-container, 
.latest-podcast-row .mejs-container .mejs-controls, 
.latest-podcast-row .mejs-embed, 
.latest-podcast-row .mejs-embed body,
.latest-podcast-row-mobile .mejs-container, 
.latest-podcast-row-mobile .mejs-container .mejs-controls, 
.latest-podcast-row-mobile .mejs-embed, 
.latest-podcast-row-mobile .mejs-embed body {
    background: #000;
}

.podcast-text {
  height: 25px;
  width: 420px;
  overflow: hidden;
  position: relative;
}

.fl-builder-edit .podcast-text {
	overflow: inherit;
}

.podcast-text .fl-rich-text {
  display: block;
  width: 200%;
  height: 30px;
  position: absolute;
  top: 7px;
  overflow: hidden;
  animation: marquee 10s linear infinite;
}

.podcast-label-text {
	font-size: 9px;
	position: relative;
	top: 10px;
}

.podcast-label-text-mobile {
	text-transform: uppercase;
}

.podcast-text p  {
  float: left;
  width: 50%;
  font-style: italic;
  font-size: 12px;
  white-space: nowrap;
}

@keyframes marquee {
  0% { left: 100px; }
  100% { left: -100%; }
}

.latest-podcast-row-mobile .podcast-text {
    width: 80%;
    margin: 0 auto;
}

.fl-wp-audio,
.mejs-mediaelement {
	background: #000;
}

/*
.hidden-podcast {
	display: none;
}

@media(max-width:1023px) {
	.latest-podcast-row {
		display: none !important;
	}
}
*/

@media(min-width:1024px) {
	.latest-podcast-row-mobile {
		display: none !important;
	}
}

@media (min-width:1350px) {
	.podcast-label-text {
		font-size: 11px;
		top: 8px;
	}
}


/* # 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;
	}
}

/* # 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: #000000;
		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: #000000;
	}
	
	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		display: block;
		background: #ffffff;
		color: #000000;
	}
	.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: #ffffff;
	}
}

/* # 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
---------------------------------------------------------------------------------------------------- */



/* FrontPage Container Widgets
---------------------------------------------------------------------------------------------------- */



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



/* # Posts Row
---------------------------------------------------------------------------------------------------- */




/*  TEstimonials Archive
--------------------------------------------- */

@media(min-width:768px) {
	.testimonial-container {
		display: flex;
		flex-flow: row;
	}
	
/*
	.testimonial-container .fl-post-image {
		width: 600px !important;
	}
	
*/
	.testimonial-container img {
	    max-width: 300px !important;
	}
}

.testimonial-container h2 {
	font-size: 26px !important;
}


.testimonial-container h4 {
	font-size: 22px !important;
}

.testimonial-container h5 {
	font-size: 19px !important;
}

@media (max-width: 767px) {
	.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: 100% !important;
	    margin-left: auto;
	    margin-right: auto;
	}
}



/* ## 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 a {
	color: #fff;
}

.pagination li {
	display: inline;
}

.pagination  a {
	background-color: #fff;
	border-radius: 3px;
	color: #333;
	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   {
		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;
	}

	.site-footer-widgets-row .fl-button-wrap {
		text-align: center;
	}
	/* Non footer elements */
	.fl-slide  .fl-slide-content .fl-button-wrap {
		text-align: center;
	}

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

	.fl-icon-group-right {
		text-align: center;
	}

	.fl-icon-group-left {
		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 {
	vertical-align: middle;
}



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

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

#wpstats {
	display: none;
}



/* Sticky Footer  - 1st Block commented is BB recommended, 2nd Block, uncommented is Flexbox
---------------------------------------------------------------------------------------------------- */

/* .fl-page {
	position: relative;
	min-height: 100vh;
	padding-bottom: 60px; 
}
.fl-page-footer-wrap {
	width: 100%;
	position: absolute;
	bottom: 0;
} */

.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
 * Rows, Lists and Quotes
 * 
 *---------------------------------------------------------------------------------------------------- */

 /* Center an uneven row - below is an example of 2 cols centered in a 3 col layout */
@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: 25% !important;
		flex: 0 0 auto;
	}
	
	.three-row-four-parent .fl-col-group {
		display: flex;
		flex-flow: row wrap;
		justify-content: center;
	}

	.three-row-four-parent .fl-col-group .fl-col {
		width: 25% !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 only screen and (min-width: 767px) {
	.three-column-list {
		column-count: 3;
		column-gap: 40px;
	}
	
	.two-column-list {
		column-count: 2;
		column-gap: 90px;
	}
}

@media only screen and (max-width: 767px) {

	.fl-builder .split-list ul {
		margin-bottom: 0;
		margin-top: 0;
	 }
	
	.fl-col-small .split-list .fl-node-content {
	 	margin-bottom: 0;
	 }
	
	.fl-col-small + .fl-col-small .split-list .fl-node-content {
		margin-top:-20px;
		margin-bottom: 20px;
	 }
	
	}


/* 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 5 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: 0;
}

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

i.fa-phone{
	transform: rotate(110deg); 
}

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

.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 {
	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 {
	content: '\f205';
	font-family: 'dashicons';
	transform: rotate(180deg); 
	margin-left: 10px;
	display: inline-block;
	font-size: 30px;
	color: #333;
}

/* 
 * 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 Stuff
---------------------------------------------------------------------------------------------------- */

* .fl-help-tooltip{
	display: none !important;
}

.fl-builder-button-group [data-action="draft"] {
	display: none;
}

/* UABB Builder Stuff - Big Nav Arrows
---------------------------------------------------------------------------------------------------- */


.fl-module-blog-posts .fa-angle-left:before, 
.fl-module-blog-posts .fa-angle-right:before {
    font-size: 60px;
}



.column-border {
	outline-style: solid ;
	outline-color: #fff;
	outline-offset: 20px;
}

@media(max-width:767px) {
	.uabb-post-thumbnail,
	.uabb-blog-post-content,
	.uabb-post-heading,
	.ht-testimonial-content {
		text-align: center !important;
	}
	.uabb-post-thumbnail {
		margin-bottom: 30px;
	}
	.column-border {
		max-width: 78% !important;
	}
}

/* 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;
	}

}




