/*# sourceMappingURL=style-min.css.map */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
}

main {
	display: block;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace;
	font-size: 1em;
}

a {
	background-color: rgba(0, 0, 0, 0);
}

abbr[title] {
	border-bottom: none;
	-webkit-text-decoration: underline dotted;
	text-decoration: underline dotted;
}

code, kbd, samp {
	font-family: monospace;
	font-size: 1em;
}

small {
	font-size: 80%;
}

sub, sup {
	vertical-align: baseline;
	font-size: 75%;
	line-height: 0;
	position: relative;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

img {
	border-style: none;
}

button, input, optgroup, select, textarea {
	margin: 0;
	font-family: inherit;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
	-webkit-appearance: button;
}

button::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=button]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=reset]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

[type=submit]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring {
	outline: 1px dotted buttontext;
}

[type=button]:-moz-focusring {
	outline: 1px dotted buttontext;
}

[type=reset]:-moz-focusring {
	outline: 1px dotted buttontext;
}

[type=submit]:-moz-focusring {
	outline: 1px dotted buttontext;
}

fieldset {
	padding: .35em .75em .625em;
}

legend {
	box-sizing: border-box;
	color: inherit;
	white-space: normal;
	max-width: 100%;
	padding: 0;
	display: table;
}

progress {
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type=checkbox], [type=radio] {
	box-sizing: border-box;
	padding: 0;
}

[type=number]::-webkit-inner-spin-button {
	height: auto;
}

[type=number]::-webkit-outer-spin-button {
	height: auto;
}

[type=search] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details {
	display: block;
}

summary {
	display: list-item;
}

template, [hidden] {
	display: none;
}

:root {
	--base-color: #dedee5;
	--base-color-alt: #f5f5f7;
	--brand-color: #3e4349;
	--brand-color-alt: #6d7680;
	--accent-color: #3ba9d2;
	--accent-color-alt: #79c4e0;
}

@keyframes loadingSpinAround {
	0% {
		transform: rotate(0);
	}
	
	to {
		transform: rotate(359deg);
	}
}

.wpbf-icon svg {
	fill: currentColor;
	width: 1em;
	height: 1em;
	position: relative;
	top: .2em;
}

.wpbf-container {
	max-width: 1200px;
	padding: 0 20px;
}

.wpbf-container-center {
	margin-left: auto;
	margin-right: auto;
}

.wpbf-container:before, .wpbf-container:after {
	content: "";
	display: table;
}

.wpbf-container:after {
	clear: both;
}

.wpbf-clearfix:before {
	content: "";
	display: table-cell;
}

.wpbf-clearfix:after {
	content: "";
	clear: both;
	display: table;
}

.wpbf-float-left {
	float: left;
}

.wpbf-float-right {
	float: right;
}

[class*=wpbf-float-] {
	max-width: 100%;
}

.wpbf-button, input[type=submit] {
	-webkit-appearance: none;
	text-align: center;
	background: var(--base-color);
	color: var(--brand-color-alt);
	cursor: pointer;
	-o-transition: all .2s;
	border: none;
	outline: 0;
	justify-content: center;
	align-items: center;
	padding: 14px 16px;
	font-weight: 700;
	line-height: 1;
	transition: all .2s;
	display: inline-flex;
	position: relative;
}

.wpbf-button:hover, input[type=submit]:hover {
	background: var(--base-color);
	color: var(--brand-color-alt);
}

.wpbf-button-primary {
	background: var(--accent-color);
	color: #fff;
}

.wpbf-button-primary:hover {
	background: var(--accent-color-alt);
	color: #fff;
}

.wpbf-button-small {
	padding: 10px 12px;
}

.wpbf-button-large {
	padding: 18px 20px;
}

.wpbf-button-full {
	width: 100%;
	display: flex;
}

.wpbf-button.is-loading {
	pointer-events: none;
	color: rgba(0, 0, 0, 0) !important;
}

.wpbf-button.is-loading:after {
	content: "";
	border: 2px solid #dbdbdb;
	border-radius: 290486px;
	width: 1em;
	height: 1em;
	animation: .5s linear infinite loadingSpinAround;
	display: block;
	position: absolute;
	border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #fff #fff !important;
}

input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

textarea, select, input[type=text], input[type=password], input[type=email], input[type=url], input[type=search], input[type=tel], input[type=number], input[type=datetime] {
	-webkit-appearance: none;
	border: 1px solid var(--base-color);
	background: #fff;
	outline: none;
	width: 100%;
	padding: 13px 15px;
	line-height: 1;
}

form :-ms-input-placeholder {
	color: var(--brand-color);
	opacity: .5;
}

form ::placeholder {
	color: var(--brand-color);
	opacity: .5;
}

form [placeholder]:focus:-ms-input-placeholder {
	color: var(--brand-color);
	opacity: .7;
}

form [placeholder]:focus::placeholder {
	color: var(--brand-color);
	opacity: .7;
}

select {
	appearance: none;
}

select:-moz-focusring {
	color: rgba(0, 0, 0, 0);
	text-shadow: 0 0 #000;
}

select::-ms-expand {
	display: none;
}

select {
	background-image: url("https://cdn-kgheh.nitrocdn.com/pEmfBaALTapPDEJYzVTMIiYHLGCucquv/assets/images/optimized/rev-e76a3df/houston-roofing.com/wp-content/themes/page-builder-framework/img/arrow-down.png");
	background-position: right 20px center;
	background-repeat: no-repeat;
	background-size: 10px;
}

select.nitro-lazy {
	background-image: none !important;
}

.wpbf-notice {
	background: var(--base-color-alt);
	border: 2px solid var(--base-color);
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 5px 10px;
	font-weight: 700;
}

.wpbf-notice-warning {
	color: #e8bb1a;
	background: rgba(232, 187, 26, .1);
	border-color: #e8bb1a;
}

.wpbf-notice-error {
	color: tomato;
	background: rgba(255, 99, 71, .1);
	border-color: tomato;
}

.wpbf-notice-success {
	color: #4fe190;
	background: rgba(79, 225, 144, .1);
	border-color: #4fe190;
}

.wpbf-notice-primary {
	color: #308ae0;
	background: rgba(48, 138, 224, .1);
	border-color: #308ae0;
}

table, .wpbf-table {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid var(--base-color);
	width: 100%;
	margin-bottom: 20px;
}

table th, table td, .wpbf-table th, .wpbf-table td {
	border: 1px solid var(--base-color);
	padding: 8px;
}

table th, .wpbf-table th {
	text-align: left;
	background: var(--base-color-alt);
}

table thead th, .wpbf-table thead th {
	vertical-align: bottom;
}

.wpbf-table-striped tr:nth-of-type(odd) {
	background: var(--base-color-alt);
}

.wpbf-table-small th, .wpbf-table-small td {
	padding: 4px 8px;
}

.wpbf-table-large th, .wpbf-table-large td {
	padding: 15px;
}

.wpbf-table-hover tbody tr {
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.wpbf-table-hover tbody tr:hover {
	background: var(--base-color-alt);
}

.wpbf-grid {
	flex-wrap: wrap;
	margin-left: -35px;
	display: flex;
}

.wpbf-grid>* {
	width: 100%;
	padding-left: 35px;
}

.wpbf-grid>.wpbf-grid {
	margin-left: 0;
	padding-left: 0;
}

.wpbf-grid+.wpbf-grid {
	margin-top: 35px;
}

.wpbf-grid-xlarge {
	margin-left: -45px;
}

.wpbf-grid-xlarge>* {
	padding-left: 45px;
}

.wpbf-grid-xlarge+.wpbf-grid-xlarge {
	margin-top: 45px;
}

.wpbf-grid-large {
	margin-left: -35px;
}

.wpbf-grid-large>* {
	padding-left: 35px;
}

.wpbf-grid-large+.wpbf-grid-large {
	margin-top: 35px;
}

.wpbf-grid-medium {
	margin-left: -25px;
}

.wpbf-grid-medium>* {
	padding-left: 25px;
}

.wpbf-grid-medium+.wpbf-grid-medium {
	margin-top: 25px;
}

.wpbf-grid-small {
	margin-left: -15px;
}

.wpbf-grid-small>* {
	padding-left: 15px;
}

.wpbf-grid-small+.wpbf-grid-small {
	margin-top: 15px;
}

.wpbf-grid-collapse {
	margin-left: 0;
}

.wpbf-grid-collapse>* {
	padding-left: 0;
}

.wpbf-grid-collapse+.wpbf-grid-collapse, .wpbf-grid-collapse>* {
	margin-top: 0;
}

.wpbf-grid-divider:not(:empty) {
	margin-left: -25px;
	margin-right: -25px;
}

.wpbf-grid-divider>* {
	padding-left: 25px;
	padding-right: 25px;
}

.wpbf-grid-divider>[class*=wpbf-1-]:not(.wpbf-1-1):nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-2-]:nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-3-]:nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-4-]:nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-5-]:nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-6-]:nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-7-]:nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-8-]:nth-child(n+2), .wpbf-grid-divider>[class*=wpbf-9-]:nth-child(n+2) {
	border-left: 1px solid var(--base-color);
}

.wpbf-grid>* {
	float: left;
}

.wpbf-grid-1-1>* {
	width: 100%;
}

.wpbf-grid-1-2>* {
	width: 50%;
}

.wpbf-grid-1-3>* {
	width: 33.333%;
}

.wpbf-grid-1-4>* {
	width: 25% !important;
}

.wpbf-grid-1-5>* {
	width: 20%;
}

.wpbf-grid-1-6>* {
	width: 16.666%;
}

.wpbf-grid-1-10>* {
	width: 10%;
}

.wpbf-1-1 {
	width: 100%;
}

.wpbf-1-2, .wpbf-2-4, .wpbf-3-6, .wpbf-5-10 {
	width: 50%;
}

.wpbf-1-3, .wpbf-2-6 {
	width: 33.333%;
}

.wpbf-2-3, .wpbf-4-6 {
	width: 66.666%;
}

.wpbf-1-4 {
	width: 25%;
}

.wpbf-3-4 {
	width: 75%;
}

.wpbf-1-5, .wpbf-2-10 {
	width: 20%;
}

.wpbf-2-5, .wpbf-4-10 {
	width: 40%;
}

.wpbf-3-5, .wpbf-6-10 {
	width: 60%;
}

.wpbf-4-5, .wpbf-8-10 {
	width: 80%;
}

.wpbf-1-6 {
	width: 16.666%;
}

.wpbf-5-6 {
	width: 83.333%;
}

.wpbf-1-10 {
	width: 10%;
}

.wpbf-3-10 {
	width: 30%;
}

.wpbf-7-10 {
	width: 70%;
}

.wpbf-9-10 {
	width: 90%;
}

.wpbf-grid:before, .wpbf-grid:after {
	content: "";
	display: block;
	overflow: hidden;
}

.wpbf-grid:after {
	clear: both;
}

.wpbf-text-left {
	text-align: left;
}

.wpbf-text-right {
	text-align: right;
}

.wpbf-text-center {
	text-align: center;
}

.wpbf-text-justify {
	text-align: justify;
}

.wpbf-uppercase, .wpbf-text-uppercase {
	text-transform: uppercase;
}

.wpbf-inline-block {
	display: inline-block;
}

.wpbf-display-block {
	display: block;
}

.wpbf-image, .wpbf-img {
	width: 100%;
	height: auto;
}

.wpbf-hidden {
	display: none;
}

.wpbf-margin-xlarge {
	margin-top: 120px;
	margin-bottom: 120px;
}

.wpbf-margin-xlarge-top {
	margin-top: 120px;
}

.wpbf-margin-xlarge-bottom {
	margin-bottom: 120px;
}

.wpbf-margin-xlarge-left {
	margin-left: 120px;
}

.wpbf-margin-xlarge-right {
	margin-right: 120px;
}

.wpbf-margin-large {
	margin-top: 80px;
	margin-bottom: 80px;
}

.wpbf-margin-large-top {
	margin-top: 80px;
}

.wpbf-margin-large-bottom {
	margin-bottom: 80px;
}

.wpbf-margin-large-left {
	margin-left: 80px;
}

.wpbf-margin-large-right {
	margin-right: 80px;
}

.wpbf-margin-medium {
	margin-top: 40px;
	margin-bottom: 40px;
}

.wpbf-margin-medium-top {
	margin-top: 40px;
}

.wpbf-margin-medium-bottom {
	margin-bottom: 40px;
}

.wpbf-margin-medium-left {
	margin-left: 40px;
}

.wpbf-margin-medium-right {
	margin-right: 40px;
}

.wpbf-margin {
	margin-top: 20px;
	margin-bottom: 20px;
}

.wpbf-margin-top {
	margin-top: 20px;
}

.wpbf-margin-bottom {
	margin-bottom: 20px;
}

.wpbf-margin-left {
	margin-left: 20px;
}

.wpbf-margin-right {
	margin-right: 20px;
}

.wpbf-margin-small {
	margin-top: 10px;
	margin-bottom: 10px;
}

.wpbf-margin-small-top {
	margin-top: 10px;
}

.wpbf-margin-small-bottom {
	margin-bottom: 10px;
}

.wpbf-margin-small-left {
	margin-left: 10px;
}

.wpbf-margin-small-right {
	margin-right: 10px;
}

.wpbf-padding-xlarge {
	padding-top: 120px;
	padding-bottom: 120px;
}

.wpbf-padding-xlarge-top {
	padding-top: 120px;
}

.wpbf-padding-xlarge-bottom {
	padding-bottom: 120px;
}

.wpbf-padding-xlarge-left {
	padding-left: 120px;
}

.wpbf-padding-xlarge-right {
	padding-right: 120px;
}

.wpbf-padding-large {
	padding-top: 80px;
	padding-bottom: 80px;
}

.wpbf-padding-large-top {
	padding-top: 80px;
}

.wpbf-padding-large-bottom {
	padding-bottom: 80px;
}

.wpbf-padding-large-left {
	padding-left: 80px;
}

.wpbf-padding-large-right {
	padding-right: 80px;
}

.wpbf-padding-medium {
	padding-top: 40px;
	padding-bottom: 40px;
}

.wpbf-padding-medium-top {
	padding-top: 40px;
}

.wpbf-padding-medium-bottom {
	padding-bottom: 40px;
}

.wpbf-padding-medium-left {
	padding-left: 40px;
}

.wpbf-padding-medium-right {
	padding-right: 40px;
}

.wpbf-padding {
	padding-top: 20px;
	padding-bottom: 20px;
}

.wpbf-padding-top {
	padding-top: 20px;
}

.wpbf-padding-bottom {
	padding-bottom: 20px;
}

.wpbf-padding-left {
	padding-left: 20px;
}

.wpbf-padding-right {
	padding-right: 20px;
}

.wpbf-padding-small {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wpbf-padding-small-top {
	padding-top: 10px;
}

.wpbf-padding-small-bottom {
	padding-bottom: 10px;
}

.wpbf-padding-small-left {
	padding-left: 10px;
}

.wpbf-padding-small-right {
	padding-right: 10px;
}

body {
	color: var(--brand-color-alt);
	font-family: Helvetica, Arial, sans-serif;
	font-size: 16px;
	line-height: 1.7;
}

button, input, optgroup, select, textarea {
	font-size: 16px;
}

textarea {
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6 {
	color: var(--brand-color);
	margin: 0 0 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	line-height: 1.2;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 28px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

:focus {
	outline: 1px dotted rgba(0, 0, 0, .6);
}

body:focus, .using-mouse :focus {
	outline: none;
}

.using-mouse::-moz-focus-inner {
	border: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	border: 0;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	position: absolute;
	overflow: hidden;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	clip-path: none;
	color: #000;
	z-index: 100000;
	background-color: #fff;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	font-size: 16px;
	line-height: normal;
	text-decoration: none;
	display: block;
	top: 10px;
	left: 10px;
	clip: auto !important;
}

*, :before, :after {
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
}

p, figure {
	margin: 0;
	padding: 0;
}

button {
	color: inherit;
	background: 0 0;
	border: none;
	line-height: 1.7;
}

pre {
	background: var(--base-color-alt);
	margin-bottom: 20px;
	padding: 20px;
	line-height: 1.7;
	overflow: auto;
}

code {
	background: var(--base-color-alt);
	padding: 2px;
}

p, figure {
	margin-bottom: 20px;
}

ul, ol {
	margin: 0 0 20px;
}

ul ul, ul ol, ol ul, ol ol {
	margin: 5px 0;
}

ul ul li, ol ul li {
	list-style: outside;
}

.opacity {
	opacity: 0;
}

.opacity.is-visible {
	opacity: 1;
	transition: opacity .2s ease-in-out;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
}

b, strong {
	font-weight: 700;
}

a {
	color: var(--accent-color);
	-o-transition: color .2s;
	outline: none;
	text-decoration: none;
	transition: color .2s;
}

a:hover {
	color: var(--accent-color-alt);
}

textarea {
	vertical-align: top;
	resize: vertical;
}

.wpbf-is-hidden {
	display: none;
}

.wpbf-fading {
	transition: all .4s ease-in-out;
}

.wpbf-fade-in {
	opacity: 1 !important;
	visibility: visible !important;
}

.wpbf-fade-out {
	opacity: 0 !important;
	visibility: hidden !important;
}

.wpbf-navigation {
	background: var(--base-color-alt);
	z-index: 555;
	width: 100%;
	position: relative;
}

.wpbf-nav-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
	position: relative;
}

.wpbf-navigation .wpbf-grid-collapse {
	width: 100%;
	display: table;
}

.wpbf-navigation .wpbf-logo-container, .wpbf-navigation .wpbf-menu-container {
	float: none;
	vertical-align: middle;
	display: table-cell;
}

.wpbf-menu {
	margin: 0;
	padding: 0;
}

.wpbf-menu li {
	list-style: none;
}

.wpbf-menu a {
	display: block;
}

.wpbf-menu:before, .wpbf-menu:after {
	content: "";
	display: table;
}

.wpbf-menu:after {
	clear: both;
}

.wpbf-logo-container {
	line-height: 1.5;
}

.wpbf-logo a {
	font-size: 22px;
	font-weight: 700;
}

.wpbf-tagline {
	margin: 0;
	font-weight: 700;
}

.wpbf-vanilla .wpbf-menu-item-search .wpbf-menu-search {
	transition: width .25s ease-in-out, opacity .25s ease-in-out;
}

.wpbf-vanilla .wpbf-menu-item-search .wpbf-menu-search.is-expanded {
	opacity: 1;
	transition: width .2s ease-in-out, opacity .2s ease-in-out;
}

.wpbf-menu-item-search {
	position: relative;
}

.wpbf-menu-item-search.active i {
	opacity: 0;
}

.wpbf-menu-item-search .wpbf-menu-search {
	z-index: 3;
	opacity: 0;
	width: 0;
	max-width: 350px;
	margin-top: -25px;
	display: none;
	position: absolute;
	top: 50%;
	right: 0;
}

.wpbf-menu-item-search .wpbf-menu-search input[type=search] {
	height: 50px;
}

.wpbf-mobile-menu a, .wpbf-menu a {
	-o-transition: all .2s;
	transition: all .2s;
}

.wpbf-menu li {
	-o-transition: background-color .2s;
	transition: background-color .2s;
}

.wpbf-menu>.current-menu-item>a {
	color: var(--accent-color-alt) !important;
}

.wpbf-menu .sub-menu {
	margin: 0;
	padding: 0;
}

.wpbf-sub-menu>.menu-item-has-children>.sub-menu {
	z-index: 111;
	background: #fff;
	display: none;
	position: absolute;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.wpbf-vanilla .wpbf-sub-menu>.menu-item-has-children:not(.wpbf-mega-menu) .menu-item-has-children>.sub-menu {
	transition: opacity .4s ease-in-out;
}

.wpbf-sub-menu>.menu-item-has-children:not(.wpbf-mega-menu) .sub-menu {
	width: 220px;
}

.wpbf-sub-menu>.menu-item-has-children:not(.wpbf-mega-menu), .wpbf-sub-menu>.menu-item-has-children:not(.wpbf-mega-menu) .menu-item-has-children {
	position: relative;
}

.wpbf-sub-menu>.menu-item-has-children:not(.wpbf-mega-menu) .menu-item-has-children>.sub-menu {
	opacity: 0;
	z-index: 111;
	background: #fff;
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
	box-shadow: 0 0 10px rgba(0, 0, 0, .15);
}

.wpbf-sub-menu>.menu-item-has-children>a .wpbf-icon svg, .wpbf-sub-menu>.menu-item-has-children>a .wpbff {
	display: inline-block;
}

.wpbf-sub-menu>.menu-item-has-children .menu-item-has-children>a .wpbf-icon svg, .wpbf-sub-menu>.menu-item-has-children .menu-item-has-children>a .wpbff {
	float: right;
	position: relative;
	top: .3em;
	transform: rotate(-90deg);
}

.wpbf-sub-menu-align-right>.menu-item-has-children:not(.wpbf-mega-menu) .sub-menu {
	right: 0;
}

.wpbf-sub-menu-align-right>.menu-item-has-children:not(.wpbf-mega-menu) .menu-item-has-children>a:after {
	display: none;
}

.wpbf-sub-menu-align-right>.menu-item-has-children:not(.wpbf-mega-menu) .menu-item-has-children .sub-menu {
	left: -100%;
}

.wpbf-sub-menu-align-center>.menu-item-has-children:not(.wpbf-mega-menu)>.sub-menu {
	left: 50%;
	transform: translate(-50%);
}

.wpbf-sub-menu-focus>.sub-menu {
	opacity: 1 !important;
	display: block !important;
}

.wpbf-menu-right .wpbf-menu a, .wpbf-menu-left .wpbf-menu a, .wpbf-menu-stacked .wpbf-menu a, .wpbf-menu-stacked-advanced .wpbf-menu a, .wpbf-menu-centered .wpbf-menu a, .wpbf-pre-header .wpbf-menu a, .wpbf-page-footer .wpbf-menu a {
	padding: 10px 20px;
}

.wpbf-menu-right .wpbf-menu>.menu-item, .wpbf-menu-left .wpbf-menu>.menu-item, .wpbf-menu-stacked .wpbf-menu>.menu-item, .wpbf-menu-stacked-advanced .wpbf-menu>.menu-item, .wpbf-menu-centered .wpbf-menu>.menu-item, .wpbf-pre-header .wpbf-menu>.menu-item, .wpbf-page-footer .wpbf-menu>.menu-item {
	float: left;
}

.wpbf-menu-right .wpbf-menu {
	float: right;
}

.wpbf-menu-left .wpbf-logo-container {
	text-align: right;
}

.wpbf-menu-left .wpbf-menu {
	float: left;
}

.wpbf-menu-centered .logo-container {
	text-align: center;
	padding: 0 20px;
	display: none;
}

.wpbf-menu-centered .logo-container a {
	padding: 0;
}

.wpbf-menu-centered .wpbf-menu {
	justify-content: center;
	align-items: center;
	display: flex;
}

.wpbf-menu-stacked {
	text-align: center;
}

.wpbf-menu-stacked .wpbf-menu {
	text-align: left;
	display: inline-block;
}

.wpbf-mobile-logo a {
	font-weight: 700;
}

.wpbf-menu-toggle-container {
	text-align: right;
}

.wpbf-menu-left .wpbf-menu-toggle-container {
	text-align: left;
}

.wpbf-nav-item, .wpbf-mobile-nav-item {
	cursor: pointer;
	vertical-align: middle;
	margin: 0 15px 0 0;
	padding: 0;
	display: inline-block;
}

.wpbf-nav-item li, .wpbf-mobile-nav-item li {
	list-style: none;
}

.wpbf-nav-item a, .wpbf-mobile-nav-item a {
	color: inherit;
}

.wpbf-mobile-menu-toggle, .wpbf-menu-toggle {
	margin: 0;
}

.wpbf-mobile-menu-hamburger .wpbf-mobile-menu-toggle .wpbf-icon:nth-of-type(odd) {
	display: none;
}

.wpbf-mobile-menu-hamburger .wpbf-mobile-menu-toggle.active .wpbf-icon:nth-of-type(odd) {
	display: block;
}

.wpbf-mobile-menu-hamburger .wpbf-mobile-menu-toggle.active .wpbf-icon:nth-of-type(2n) {
	display: none;
}

.wpbf-mobile-nav-wrapper {
	padding-top: 20px;
	padding-bottom: 20px;
}

.wpbf-mobile-menu-hamburger .wpbf-mobile-nav-wrapper, .wpbf-mobile-menu-off-canvas .wpbf-mobile-nav-wrapper {
	justify-content: space-between;
	align-items: center;
	width: 100%;
	display: flex;
}

.wpbf-mobile-menu-default .wpbf-mobile-logo-container, .wpbf-mobile-menu-default .wpbf-menu-toggle-container {
	text-align: center;
}

.wpbf-mobile-menu-default .wpbf-menu-toggle-container {
	margin-top: 20px;
}

.wpbf-vanilla .wpbf-mobile-menu-container {
	transition: height .4s ease-in-out;
}

.wpbf-mobile-menu-container {
	background: #fff;
	display: none;
}

.wpbf-mobile-menu-container nav {
	height: 100%;
	overflow-y: auto;
}

.wpbf-mobile-menu {
	z-index: 111;
	margin: 0;
	padding: 0;
}

.wpbf-mobile-menu li {
	list-style: none;
}

.wpbf-mobile-menu a {
	padding: 10px 20px;
	display: block;
}

.wpbf-mobile-menu .menu-item {
	border-top: 1px solid var(--base-color);
}

.wpbf-mobile-menu>.menu-item:last-child {
	border-bottom: 1px solid var(--base-color);
}

.wpbf-mobile-menu .sub-menu {
	margin: 0;
	padding: 0;
	display: none;
}

.wpbf-mobile-menu .sub-menu.wpbf-slide-anim {
	-o-transition: height .4s ease-in-out;
	transition: height .4s ease-in-out;
}

.wpbf-mobile-menu .menu-item-has-children {
	position: relative;
}

.wpbf-mobile-menu .menu-item-has-children .wpbf-submenu-toggle {
	cursor: pointer;
	padding: 10px 20px;
	position: absolute;
	top: 0;
	right: 0;
}

.wpbf-submenu-toggle .wpbf-icon:nth-of-type(odd) {
	display: none;
}

.wpbf-submenu-toggle.active .wpbf-icon:nth-of-type(odd) {
	display: block;
}

.wpbf-submenu-toggle.active .wpbf-icon:nth-of-type(2n) {
	display: none;
}

.wpbf-pre-header .wpbf-menu {
	float: right;
}

.wpbf-pre-header .wpbf-menu .sub-menu {
	z-index: 999;
}

.wpbf-pre-header .wpbf-inner-pre-header-right .wpbf-menu {
	float: right;
}

.wpbf-pre-header .wpbf-inner-pre-header-right .wpbf-menu .sub-menu {
	text-align: left;
}

.wpbf-pre-header .wpbf-inner-pre-header-left .wpbf-menu {
	float: left;
}

.wpbf-page-footer .wpbf-inner-footer-content .wpbf-menu {
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	display: flex;
}

.wpbf-page-footer .wpbf-inner-footer-right .wpbf-menu {
	float: right;
}

.wpbf-page-footer .wpbf-inner-footer-left .wpbf-menu {
	float: left;
}

.post-links {
	margin-bottom: 20px;
}

.next-post-link {
	float: right;
}

.admin-bar .wpbf-navigation-active {
	margin-top: 32px;
}

.wpbf-woo-menu-item .wpbf-woo-menu-item-count {
	vertical-align: middle;
	text-align: center;
	background: var(--accent-color);
	color: #fff;
	border-radius: 3px;
	margin-left: 7px;
	padding: 2px 7px;
	font-size: 12px;
	display: inline-block;
	position: relative;
}

.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search .search-field {
	padding-right: 40px;
}

.woocommerce-product-search button {
	display: none;
}

.wpbf-pre-header {
	background: #fff;
	font-size: 14px;
}

.wpbf-pre-header .wpbf-menu, .wpbf-pre-header .wpbf-menu .sub-menu a {
	font-size: 14px;
}

.wpbf-inner-pre-header {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wpbf-page-footer {
	background: var(--base-color-alt);
	font-size: 14px;
}

.wpbf-page-footer .wpbf-menu {
	font-size: 14px;
}

.wpbf-inner-footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

.wpbf-footer-one-column, .wpbf-pre-header-one-column {
	text-align: center;
}

.wpbf-footer-two-columns, .wpbf-pre-header-two-columns {
	width: 100%;
	display: table;
}

.wpbf-footer-two-columns .wpbf-inner-footer-left, .wpbf-footer-two-columns .wpbf-inner-footer-right, .wpbf-footer-two-columns .wpbf-inner-pre-header-left, .wpbf-footer-two-columns .wpbf-inner-pre-header-right, .wpbf-pre-header-two-columns .wpbf-inner-footer-left, .wpbf-pre-header-two-columns .wpbf-inner-footer-right, .wpbf-pre-header-two-columns .wpbf-inner-pre-header-left, .wpbf-pre-header-two-columns .wpbf-inner-pre-header-right {
	vertical-align: middle;
	width: 50%;
	display: table-cell;
}

.wpbf-footer-two-columns .wpbf-inner-footer-right, .wpbf-footer-two-columns .wpbf-inner-pre-header-right, .wpbf-pre-header-two-columns .wpbf-inner-footer-right, .wpbf-pre-header-two-columns .wpbf-inner-pre-header-right {
	text-align: right;
}

.wpbf-breadcrumbs {
	margin-bottom: 10px;
	padding: 0;
	font-size: 14px;
}

.wpbf-breadcrumbs .wpbf-breadcrumb {
	list-style: none;
	display: inline-block;
}

.wpbf-breadcrumbs-container {
	background: var(--base-color);
	padding-top: 15px;
	padding-bottom: 15px;
}

.wpbf-breadcrumbs-container .wpbf-breadcrumbs {
	margin-bottom: 0;
}

body {
	background: #fff;
	overflow-x: hidden;
}

.wpbf-page {
	-ms-word-wrap: break-word;
	word-wrap: break-word;
	position: relative;
}

.wpbf-responsive-embed {
	height: 0;
	margin-bottom: 20px;
	padding-top: 0;
	padding-bottom: 56.25%;
	position: relative;
	overflow: hidden;
}

.wpbf-responsive-embed iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}

.wpbf-post.sticky {
	padding: 20px 20px 0;
	border: 5px solid var(--base-color-alt) !important;
}

.page-title {
	margin-bottom: 40px;
}

.wpbf-author-box {
	background: var(--base-color-alt);
	margin-bottom: 20px;
	padding: 20px;
}

.wpbf-author-box h1 {
	margin-bottom: 20px;
}

.wpbf-author-box .avatar {
	border-radius: 100%;
	width: 60px;
}

.wpbf-post-image-wrapper, .wpbf-page-image-wrapper {
	margin-bottom: 20px;
}

.wpbf-post-image-link {
	max-width: 100%;
	display: inline-block;
}

.article-meta {
	font-size: 14px;
}

.article-meta .article-time {
	text-decoration: underline;
}

.article-meta .article-meta-separator:last-of-type {
	display: none;
}

.article-meta .avatar {
	border-radius: 100%;
	width: 32px;
	margin-right: 5px;
}

.article-footer {
	clear: both;
}

.footer-tags, .footer-categories {
	font-size: 14px;
}

.wpbf-read-more, .pagination {
	margin-bottom: 20px;
}

.pagination h2 {
	display: none;
}

.pagination .page-numbers {
	background: var(--base-color-alt);
	-o-transition: all .2s;
	height: 50px;
	padding: 0 20px;
	line-height: 50px;
	transition: all .2s;
	display: inline-block;
}

.pagination .page-numbers.current {
	background: var(--base-color) !important;
}

.wpbf-archive-content .wpbf-post-style-plain {
	border-bottom: 1px solid var(--base-color);
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.wpbf-archive-content .wpbf-post-style-plain .article-footer>:last-child {
	margin-bottom: 0;
}

.wpbf-archive-content .wpbf-post-style-plain:last-child {
	border-bottom: none !important;
	padding-bottom: 0 !important;
}

.wpbf-archive-content .wpbf-post-style-boxed {
	background: var(--base-color-alt);
	margin-bottom: 20px;
	padding: 20px;
}

.wpbf-archive-content .wpbf-post-style-boxed .article-footer>:last-child {
	margin-bottom: 0;
}

.wpbf-archive-content .wpbf-post-style-boxed.stretched .wpbf-post-image-wrapper {
	margin-left: -20px;
	margin-right: -20px;
}

.wpbf-archive-content .wpbf-post-style-boxed.stretched .article-header>.wpbf-post-image-wrapper:first-child {
	margin-top: -20px;
}

.wpbf-single-content .wpbf-post-style-plain #comments-title {
	border-top: 10px solid var(--base-color-alt);
	margin-top: 40px;
	padding-top: 40px;
}

.wpbf-single-content .wpbf-post-style-plain #reply-title {
	border-top: 10px solid var(--base-color-alt);
	margin-top: 40px;
	padding-top: 40px;
	display: block;
}

.wpbf-single-content .wpbf-post-style-plain #reply-title small {
	font-size: 14px;
}

.wpbf-single-content .wpbf-post-style-boxed .wpbf-article-wrapper {
	background: var(--base-color-alt);
	margin-bottom: 20px;
	padding: 20px;
}

.wpbf-single-content .wpbf-post-style-boxed .wpbf-article-wrapper .article-footer>:last-child {
	margin-bottom: 0;
}

.wpbf-single-content .wpbf-post-style-boxed .commentlist {
	margin-top: 40px;
}

.wpbf-single-content .wpbf-post-style-boxed #respond {
	background: var(--base-color-alt);
	margin-top: 40px;
	margin-bottom: 20px;
	padding: 20px;
}

.wpbf-single-content .wpbf-post-style-boxed #respond #commentform>p:last-of-type {
	margin-bottom: 0;
}

.wpbf-single-content .wpbf-post-style-boxed.stretched .wpbf-post-image-wrapper {
	margin-left: -20px;
	margin-right: -20px;
}

.wpbf-single-content .wpbf-post-style-boxed.stretched .article-header>.wpbf-post-image-wrapper:first-child {
	margin-top: -20px;
}

.commentlist ul {
	margin: 0;
	padding: 0;
}

.commentlist li {
	list-style: none;
}

.commentlist .children {
	margin-left: 20px;
}

.commentlist #cancel-comment-reply-link {
	margin: 0 10px;
}

.comment {
	border: 3px solid var(--base-color);
	margin-bottom: 20px;
	padding: 25px;
	position: relative;
}

.comment .comment-edit-link {
	position: absolute;
	top: 20px;
	right: 20px;
}

.comment .comment-meta {
	margin-bottom: 20px;
	font-size: 14px;
}

.comment .comment-content ul {
	margin-bottom: 20px;
	padding-left: 40px;
}

.comment .comment-content ul li {
	list-style: outside;
}

.comment .avatar {
	-ms-border-radius: 100%;
	border-radius: 100%;
	width: 65px;
	height: auto;
	margin-right: 10px;
	display: inline-block;
}

.comment .comment-author-info {
	display: inline-block;
}

.comment .comment-author .fn {
	font-style: normal;
	font-weight: 700;
}

.comment .comment-time {
	color: var(--brand-color-alt);
	margin-left: 5px;
}

.comment .comment-time a {
	color: var(--brand-color-alt);
}

.comment .comment-reply-link {
	display: inline-block;
}

.pingback {
	border: 3px solid var(--base-color);
	margin-bottom: 20px;
	padding: 25px;
	position: relative;
}

.pingback a {
	display: block;
}

.pingback .comment-edit-link {
	font-size: 14px;
	position: absolute;
	top: 20px;
	right: 20px;
}

.bypostauthor {
	border-color: var(--accent-color);
}

.wpbf-comment-nav {
	padding: 0;
	font-size: 14px;
}

.wpbf-comment-nav .previous {
	float: left;
}

.wpbf-comment-nav .next {
	float: right;
}

.widget:not(.widget_text) ul {
	margin: 0;
	padding: 0;
}

.widget:not(.widget_text) ul li {
	list-style: none;
}

.wpbf-sidebar .widget, .elementor-widget-sidebar .widget {
	background: var(--base-color-alt);
	margin-bottom: 20px;
	padding: 20px;
}

.wpbf-no-sidebar .wpbf-main.wpbf-medium-2-3 {
	width: 100%;
}

.wpbf-no-sidebar .wpbf-main-grid {
	margin-left: 0;
	margin-right: 0;
}

.wpbf-no-sidebar .wpbf-main-grid>* {
	padding-left: 0;
	padding-right: 0;
}

#s {
	padding-right: 40px;
}

.searchform {
	position: relative;
}

.searchform button {
	cursor: pointer;
	padding: 10px;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}

.scrolltop {
	text-align: center;
	z-index: 222;
	opacity: 0;
	visibility: hidden;
	color: #fff;
	background-color: rgba(0, 0, 0, .5);
	width: 40px;
	height: 40px;
	line-height: 40px;
	transition: background-color .2s, opacity .4s, visibility .4s;
	position: fixed;
	bottom: 20px;
	right: 20px;
}

.scrolltop.is-visible {
	opacity: 1;
	visibility: visible;
}

.scrolltop:hover {
	color: #fff;
	background-color: rgba(0, 0, 0, .7);
}

blockquote {
	border-left: 5px solid var(--base-color);
	margin: 20px 0 20px 20px;
	padding: 0 0 0 20px;
	font-style: italic;
}

blockquote cite {
	opacity: .75;
	font-size: 14px;
}

img.alignright, figure.alignright, div.alignright {
	float: right;
	margin: 0 0 20px 20px;
}

img.alignleft, figure.alignleft, div.alignleft {
	float: left;
	margin: 0 20px 20px 0;
}

img.aligncenter, figure.aligncenter, div.aligncenter {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.wp-caption {
	text-align: center;
	max-width: 100%;
}

.wp-caption-text {
	padding: 10px;
	font-size: 14px;
}

.gallery:before {
	content: "";
	display: table-cell;
}

.gallery:after {
	content: "";
	clear: both;
	display: table;
}

.gallery {
	margin-bottom: 20px;
}

.gallery .gallery-item {
	float: left;
	text-align: center;
	margin-top: 0;
	padding: 10px;
}

.gallery-columns-1 .gallery-item {
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	width: 50%;
}

.gallery-columns-3 .gallery-item {
	width: 33.333%;
}

.gallery-columns-4 .gallery-item {
	width: 25%;
}

.gallery-columns-5 .gallery-item {
	width: 20%;
}

.gallery-columns-6 .gallery-item {
	width: 16.666%;
}

.gallery-columns-7 .gallery-item {
	width: 14.285%;
}

.gallery-columns-8 .gallery-item {
	width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	width: 11.111%;
}

.gallery img {
	-o-transition: opacity .25s;
	width: 100%;
	height: auto;
	transition: opacity .25s;
}

.gallery img:hover {
	opacity: .7;
}

.gallery .gallery-caption {
	font-size: 12px;
}

.page-links {
	clear: both;
	margin-bottom: 20px;
}

span.wpcf7-not-valid-tip {
	color: tomato;
	background: #fff;
	height: auto;
	font-size: 14px;
	position: absolute;
	top: 0;
	left: 5px;
}

div.wpcf7-response-output {
	-ms-border-radius: 2px;
	border-radius: 2px;
	margin: 0;
	padding: 10px;
	font-size: 14px;
}

div.wpcf7-spam-blocked, div.wpcf7-validation-errors {
	color: tomato;
	border-color: tomato;
}

div.wpcf7-mail-sent-ok {
	color: #4fe190;
	border-color: #4fe190;
}

h1.elementor-heading-title, h2.elementor-heading-title, h3.elementor-heading-title, h4.elementor-heading-title, h5.elementor-heading-title, h6.elementor-heading-title {
	line-height: 1.2;
}

.elementor-editor-active .wpbf-navigation-transparent {
	display: none !important;
}

.elementor-field-group .elementor-select-wrapper select {
	background-image: none;
}

.elementor-field-group .elementor-select-wrapper select.nitro-lazy {
	background-image: none !important;
}

#breadcrumbs {
	margin-bottom: 10px;
	font-size: 14px;
}

.wpbf-no-sidebar .alignfull {
	width: auto;
	max-width: unset;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

.alignwide iframe, .alignfull iframe {
	width: 100%;
}

.wp-block-separator {
	background: var(--base-color);
	border: none;
	max-width: 280px;
	height: 2px;
	margin: 40px auto;
}

.wp-block-separator.is-style-wide {
	width: 100%;
	max-width: none;
	height: 1px;
}

.wp-block-separator.is-style-dots:before {
	color: var(--base-color);
	font-size: 30px;
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	margin: 20px 0 20px 20px;
	padding: 0 0 0 20px;
}

.wp-block-quote.has-text-align-right {
	border: none;
	border-right: 5px solid var(--base-color);
	margin: 20px 20px 20px 0;
	padding: 0 20px 0 0;
}

.wp-block-quote.has-text-align-center {
	border: none;
	margin-left: 0;
	padding: 0;
}

.wp-block-pullquote blockquote {
	border-left: none;
	margin: 0;
	padding: 0 20px;
}

.wp-block-pullquote {
	border-top: 5px solid var(--base-color);
	border-bottom: 5px solid var(--base-color);
	margin: 40px 0;
	padding: 20px 0;
}

.wp-block-image figcaption, .wp-block-table figcaption {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	font-size: 14px;
}

.blocks-gallery-caption {
	text-align: center;
	width: 100%;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 14px;
}

.wp-block-image, .wp-block-button, .wp-block-buttons {
	margin-bottom: 20px;
}

.wp-block-button__link {
	background: var(--accent-color);
	-o-transition: all .2s;
	transition: all .2s;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	border-color: var(--accent-color);
	color: var(--accent-color);
}

.wp-block-media-text {
	margin-bottom: 20px;
}

.wp-block-cover {
	margin-bottom: 20px;
	padding: 20px;
}

.wp-block-cover .wp-block-cover__inner-container {
	max-width: 1200px;
}

.wp-block-cover p:not(.has-text-color) {
	color: #fff;
}

.wp-block-audio audio {
	width: 100%;
}

.wp-block-group .wp-block-group__inner-container {
	max-width: 1200px;
	margin: 0 auto;
	padding-left: 20px;
	padding-right: 20px;
}

.wp-block-group.has-background .wp-block-group__inner-container {
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.widget_block ol, .widget_block ul {
	padding: 0;
}

.widget_block .wp-block-group .wp-block-group__inner-container {
	padding-left: 0;
	padding-right: 0;
}

.wp-block-latest-comments__comment {
	margin-bottom: 0;
	line-height: 1.7;
}

ol.wp-block-latest-comments {
	margin-bottom: 0;
}

.wp-block-search .wp-block-search__input {
	border: 1px solid var(--base-color);
}

.wp-block-search .wp-block-search__button {
	background: var(--base-color);
	color: var(--brand-color-alt);
	-o-transition: all .2s;
	cursor: pointer;
	border: none;
	padding: 14px 16px;
	font-weight: 700;
	line-height: 1;
	transition: all .2s;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
	border: 1px solid var(--base-color);
	background: #fff;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button {
	padding: 14px 16px;
}

.wp-block.wpbf-block-notices {
	display: flex;
}

.wpbf-block-notices {
	flex-flow: wrap;
	justify-content: flex-start;
	display: flex;
}

.wpbf-block-notices>.wpbf-block-notice {
	margin-left: 0;
	margin-right: .5em;
}

.wpbf-block-notice {
	width: fit-content;
}

.wpbf-is-horizontal {
	flex-direction: row;
}

.wpbf-is-vertical {
	flex-direction: column;
}

.is-style-wpbf-full-width {
	width: 100%;
}

.wpbf-content-justified-left {
	justify-content: flex-start;
}

.wpbf-content-justified-center {
	justify-content: center;
}

.wpbf-content-justified-space-between {
	justify-content: space-between;
}

.wpbf-content-justified-right {
	justify-content: flex-end;
}
