/*
Theme Name: Beavertron
Theme URI: https://wpbeaches.com
Version: 1.7.1
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;
}

.home-form #input_3_6 {
	border: solid 1px !important;
}

.home-form #gfield_upload_rules_3_5 {
	font-size: 12px;
}

.home-form .gfield input::placeholder,
.home-form .gfield textarea::placeholder {
	font-weight: 400;
}

/* # Buttons - Black-But example
---------------------------------------------------------------------------------------------------- */
/* lines up the button if parent is equal heights change >>>>> .the-row <<<<<< */
li.btn-trans {
	margin: 0 20px;
}

.btn-trans a {
	border: 1px solid #fff !important;
	border-radius: 12px;
	color: #fff;
	background-color: rgba(255, 255, 255, 0);
	padding: 10px 32px !important;
}

.btn-trans a:hover {
	color: #13CCE5 !important;
	background-color: rgba(255, 255, 255, 1);
}

.btn-turq a {
	border: 1px solid #13CCE5;
	border-radius: 12px;
	color: #fff !important;
	background-color: #13CCE5;
	padding: 10px 32px !important;
}

.btn-turq a:hover,
.btn-turq a:focus {
	border: 1px solid #13CCE5;
	color: #13CCE5 !important;
	background-color: #fff;
}

.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:1079px) {}

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

/* Client Colors
---------------------------------------------------------------------------------------------------- */
.turq {
	color: #13CCE5 !important;
}

.navy {
	color: #113D58;
}

.grey {
	color: #B4C8D4;
}

.blue {
	color: #5392D4;
}

.green {
	color: #0FCEA0;
}

.black {
	color: #141D2E;
}


/* # Structure and Layout
---------------------------------------------------------------------------------------------------- */




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

.fl-menu-mobile-toggle.hamburger-label {
	float: right;
}

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

	.fl-page-nav-toggle-button.fl-page-nav-toggle-visible-mobile .fl-page-nav .navbar-toggle {
		display: block;
		background: transparent;
		color: #13CCE5;
		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: #13CCE5;
		border: none;
	}

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

	.fl-page .fl-menu-mobile-toggle:hover * {
		color: #13CCE5;
		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;
}

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



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



/* # Blog Loop
---------------------------------------------------------------------------------------------------- */
.blog-post-container .pp-content-grid-post-text {
	/* border-radius: 24px;
	box-shadow: #e8e8e8 0 0 15px 1px; */
	padding: 40px !important;
}

@media(max-width:1023px) {
	.blog-post-container {
		display: flex;
		flex-flow: column;
	}

	.pp-content-grid-post-text {
		order: 2;
	}

	.pp-content-grid-post-image {
		order: 1;
	}
}



@media(min-width:1024px) {

	/* .blog-post-container {
		display: flex;
		flex-flow: row nowrap;
	} */
	.blog-post-module .pp-content-post {
		padding-top: 200px !important;
	}

	.blog-post-container .pp-content-grid-post-text {
		width: 50%;
		position: relative;
		left: 50px;
		z-index: 1000;
		background: #fff;
		/* bottom:15px;
		display: flex;
		flex-flow: column;
		justify-content: center; */
	}

	.blog-post-container .pp-content-grid-post-image {
		width: 60%;
		position: absolute;
		right: 0;
		top: 0;
	}

	.blog-post-container .pp-content-post-carousel .owl-theme .owl-dots {
		margin-top: 20px;
	}
}

/* # Case Study  Loop
---------------------------------------------------------------------------------------------------- */
.case-study-container .pp-content-grid-post-text {
	/* border-radius: 24px;
	box-shadow: #e8e8e8 0 0 15px 1px; */
	padding: 40px !important;
}

@media(min-width:1024px) {

	.case-study-module .pp-content-post {
		padding-top: 200px !important;
	}

	.case-study-container .pp-content-grid-post-text {
		width: 50%;
		position: relative;
		left: 50%;
		z-index: 1000;
		background: #fff;

		border-radius: 24px;
		box-shadow: #e8e8e8 0 0 15px 1px;
		padding: 45px 60px !important;
	}

	.case-study-container .pp-content-grid-post-image {
		width: 60%;
		position: absolute;
		left: 0;
		top: 0;
	}

	.case-study-container .pp-content-post-carousel .owl-theme .owl-dots {
		margin-top: 20px;
	}
}

/*  Testimonials
--------------------------------------------- */
.testimonial-loop .ti-footer {
	display: none;
}

.pp-content-grid-post-title {
	margin-bottom: 20px !important;
}

.pp-content-grid-post-title a {
	color: #113d58 !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 {
	vertical-align: middle;
}

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

@media (min-width:768px) {
	.flex-bullet-list ul+ul {
		margin-left: 40px;
	}

	.flex-bullet-list ul {
		width: 45%;
	}

	.flex-bullet-list {
		flex-flow: row nowrap;
		justify-content: center;
	}
}

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

/* 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: 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 {
	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;
	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-edit .fl-builder-button[data-action="draft"] {
	display: none !important;
}

.fl-builder-button-group>span[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;
	}
}