/*
Theme Name: Kitzee
Theme URI: https://kitzee.agency/
Version: 1.5.1.20250408.v4
Description: Kitzee custom theme developed on the Beaver Builder Framework
Author: Chillybin Web Design
Author URI: https://chillybin.co
template: bb-theme
*/

/* Defaults
---------------------------------------------------------------------------- */

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

html {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	font-size: 1em;
}

body {
	background-color: #fff;
	color: #333;
	font-family: 'system-ui', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-size: 16px;
	font-weight: 400;
	line-height: 1.625;
	margin: 0;
	overflow-x: hidden;
}

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

a {
	color: #0073e5;
	text-decoration: underline;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

a:focus,
a:hover {
	color: #333;
	text-decoration: none;
}

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

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid currentColor;
	clear: both;
	color: #eee;
	margin: 1.65em auto;
}

b,
strong {
	font-weight: 700;
}

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

mark {
	background: #ddd;
	color: #333;
}

blockquote {
	margin: 20px;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'system-ui', -apple-system, BlinkMacSystemFont, 'Segoe UI', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 20px;
}

h1 {
	font-size: clamp(1.5rem, calc(1.5rem + ((1vw - 0.1rem) * 0.7692)), 2rem);
}

h2 {
	font-size: clamp(1.25rem, calc(1.25rem + ((1vw - 0.1rem) * 0.7692)), 1.75rem);
}

h3 {
	font-size: clamp(1.125rem, calc(1.125rem + ((1vw - 0.1rem) * 0.5769)), 1.5rem);
}

h4 {
	font-size: clamp(1rem, calc(1rem + ((1vw - 0.1rem) * 0.3846)), 1.25rem);
}

h5 {
	font-size: clamp(0.875rem, calc(0.875rem + ((1vw - 0.1rem) * 0.3846)), 1.125rem);
}

h6 {
	font-size: clamp(0.75rem, calc(0.75rem + ((1vw - 0.1rem) * 0.3846)), 1rem);
}

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

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

img {
	height: auto;
	vertical-align: top;
}

figure {
	margin: 0;
}

/* Gallery
--------------------------------------------- */

.gallery {
	overflow: hidden;
}

.gallery img {
	border: 1px solid #eee;
	height: auto;
	padding: 4px;
}

.gallery img:focus,
.gallery img:hover {
	border: 1px solid #999;
	outline: none;
}

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

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item:nth-child(2n+1),
.gallery-columns-3 .gallery-item:nth-child(3n+1),
.gallery-columns-4 .gallery-item:nth-child(4n+1),
.gallery-columns-5 .gallery-item:nth-child(5n+1),
.gallery-columns-6 .gallery-item:nth-child(6n+1),
.gallery-columns-7 .gallery-item:nth-child(7n+1),
.gallery-columns-8 .gallery-item:nth-child(8n+1),
.gallery-columns-9 .gallery-item:nth-child(9n+1) {
	clear: left;
}

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

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

input,
select,
textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	color: #333;
	font-size: 18px;
	font-weight: 400;
	padding: 15px;
	width: 100%;
}

input:focus,
textarea:focus {
	border: 1px solid #999;
	outline: none;
}

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

::-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #333;
	opacity: 1;
}

::placeholder {
	color: #333;
	opacity: 1;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"],
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"],
.button {
	background-color: #333;
	border: 0;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	padding: 16px 32px;
	text-align: center;
	text-decoration: none;
	white-space: normal;
	width: auto;
}

button:focus,
button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover,
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"]:focus,
.fl-page-content div.wpforms-container-full .wpforms-form input[type="submit"]:hover,
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"]:focus,
.fl-page-content div.wpforms-container-full .wpforms-form button[type="submit"]:hover,
.button:focus,
.button:hover {
	background-color: #0073e5;
	border-width: 0;
	color: #fff;
}

.entry-content .button:focus,
.entry-content .button:hover {
	color: #fff;
}

.button {
	display: inline-block;
}

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

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

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

table {
	border-collapse: collapse;
	border-spacing: 0;
	margin-bottom: 40px;
	width: 100%;
	word-break: break-all;
}

tbody {
	border-bottom: 1px solid #eee;
}

td,
th {
	line-height: 2;
	text-align: left;
	vertical-align: top;
}

td {
	padding: 0.5em;
}

tr {
	border-top: 1px solid #eee;
}

th {
	font-weight: 600;
	padding: 0.5em;
}

/* Screen Reader Text
--------------------------------------------- */

.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	overflow: hidden;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.widget_search input[type="submit"]:focus {
	background: #fff;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #333;
	display: block;
	font-size: 1em;
	font-weight: 700;
	height: auto;
	padding: 15px 23px 14px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

.more-link {
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}

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

/* Site Container
--------------------------------------------- */

.fl-page-content {
	animation: fadein 1s;
	word-wrap: break-word;
}

@keyframes fadein {

	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}

}

/* WordPress
--------------------------------------------- */

a.aligncenter img,
a.aligncenter picture {
	display: block;
	margin: 0 auto;
}

a.alignnone {
	display: inline-block;
}

.alignleft {
	float: left;
	text-align: left;
}

.alignright {
	float: right;
	text-align: right;
}

a.alignleft,
a.alignnone,
a.alignright {
	max-width: 100%;
}

img.centered,
pictureg.centered,
.aligncenter,
.singular-image {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
picture.alignnone,
.alignnone {
	margin-bottom: 15px;
}

a.alignleft,
img.alignleft,
picture.alignleft,
.wp-caption.alignleft {
	margin: 0 20px 20px 0;
}

a.alignright,
img.alignright,
picture.alignright,
.wp-caption.alignright {
	margin: 0 0 20px 20px;
}

figcaption,
.gallery-caption,
.wp-caption-text {
	font-size: 14px;
	font-weight: 600;
	margin-top: 0.5em;
	margin-bottom: 1em;
	padding-left: 10px;
	padding-right: 10px;
	text-align: center;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.fl-rich-text .wp-audio-shortcode,
.fl-rich-text .wp-playlist,
.fl-rich-text .wp-video {
	margin: 0 0 30px;
}

.wp-block-image .aligncenter {
	text-align: center;
}

/* Content Area
---------------------------------------------------------------------------- */

/* Entry Content
--------------------------------------------- */

.fl-module-rich-text ol,
.fl-module-rich-text ul {
	margin-bottom: 20px;
	padding-left: 40px;
}

.fl-module-rich-text ol > li {
	list-style-type: decimal;
}

.fl-module-rich-text ul > li {
	list-style-type: disc;
}

.entry-content ol ul > li,
.entry-content ul ul > li {
	list-style-type: circle;
}

.fl-module-rich-text ol ol,
.fl-module-rich-text ul ul {
	margin-bottom: 0;
}

.fl-module-rich-text code {
	background-color: #f5f5f5;
}

.fl-module-rich-text .sticky {
	background-color: #f5f5f5;
	padding: 20px;
}

.footer-right p {
	text-align: right;
}

.footer-right a.chillybin {
    display: inline-block;
    width: 24px;
    height: 24px;
    border-bottom: 0;
    filter: grayscale(100%);
    background-image: url(images/cb.svg);
    background-size: 24px 24px;
    background-repeat: no-repeat;
    vertical-align: top;
    transform: scale(1, 1)
}

.footer-right a.chillybin:hover {
    filter: grayscale(0);
    cursor: pointer
}

/* Post Launch Fixes
---------------------------------------------------------------------------- */

body.page-id-208 #early_renewal_modal_submit {
	display: none;
}

#company-inactive-notice {
	background: red;
	color: #fff;
	line-height: 1;
	padding: 5px;
	left: 20px;
	bottom: 20px;
	font-size: 11px;
	position: absolute;
}

#company-inactive-notice .fl-module-content {
	margin: 0;
}

.block-reviews-title a,
.viewed_posts li a {
	color: #000;
}

.block-reviews-title a:hover,
.viewed_posts li a:hover {
	color: #f24405;
}

.viewed_posts li {
	list-style: inside;
}

.block-favorites {
	position: relative;
}

.company-logo {
	position: relative;
}

.block-favorites-permalink {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-reviews-experience {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.page_reviews .block-reviews-action {
	margin-bottom: 20px;
}

.page_reviews .gform_wrapper.gravity-theme .gfield_description,
.single-company #btn-company-enquiry-overlay .gform_wrapper.gravity-theme .gfield_description {
	margin-bottom: 30px;
	font-size: 12px;
}

.tooltipster-base div {
	border: 0 !important;
	border-radius: 5px;
}

.cover-lnk {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.block-reviews-content {
	position: relative;
}

.block-reviews-avg {
	width: 10%;
	min-width: 50px;
}

.block-ind-reviews {
	display: flex;
	flex-grow: 1;
	flex-wrap: wrap;
}

.block-ind-reviews div {
	width: 33.33%;
	padding-right: 5px;
}

.block-ind-reviews .dash-review-rate {
	font-size: inherit;
	display: inline;
	padding-right: 5px;
}



#field_18_102 {
	position: absolute;
	right: 0;
	top: -4px;
}

#gform_fields_18 {
	position: relative;
}

.wpsunshine-gf-search-results {
	border-radius: 10px;
	overflow: scroll;
	max-height: 320px;
	box-shadow: 0px 0px 3px #ccc;
	position: absolute;
	background: #fff;
	z-index: 9;
	width: 100%;
}

.wpsunshine-gf-search-result,
.wpsunshine-gf-search-noresults {
	border: none font-size: 80%;
	position: relative;
	padding: 20px;
	cursor: pointer;
}

.wpsunshine-gf-search-noresults {
	cursor: default;
}

.gform_wrapper.gravity-theme .chosen-container-single .chosen-single {
	background: none !Important;
	padding-top: 5px !important;
	padding-bottom: 5px !important;
	border-radius: 3px !important;
}

#claim-me-row {
	font-size: 13px;
	font-style: italic;
}

#claim-me {
	color: #eb5d50;
}

#claim-me:hover {
	color: #0073e5;
}

.gform-body.gform_body textarea {
	height: 120px;
	min-height: 120px;
	max-height: 120px;
}

.gform-body.gform_body .slider-display,
.gform-body.gform_body .slider-display .noUi-base {
	padding-bottom: 0;
}

.gform-body.gform_body button {
	background: #f24405;
	color: #fff;
}

#gform_fields_16 .ginput_container_consent {
	display: flex;
	align-items: flex-start;
}

#ui-datepicker-div {
	z-index: 999999999 !important;
}

#gform_fields_16 .ginput_container_consent input {
	margin: 5px 5px 0 0;
}

.noUi-tooltip {
	font-size: 12px !important;
}

#gform_fields_11 .ginput_container_fileupload {
	height: 295px;
	overflow: scroll;
}

.tooltipstered {
	background: url(https://cdn.kitzee.agency/q:u/r:0/wp:0/w:1/u:https://kitzee.agency/wp-content/uploads/2023/07/info.png) right center no-repeat;
	padding-right: 20px !important;
	background-size: 16px;
	border: none;
}

#page-toc {
	position: sticky;
	top: 80px;
}

#ez-toc-container {
	padding: 20px;
}

.review-criteria {
	width: 100%;
	display: flex;
}

.cp-review-wrap {
	width: 50%;
}

.cp-review {
	height: 4px;
	margin: 11px 0 0;
	background: #f24405;
}

.review-avg-wrap-only .review-star {
	display: flex;
}

.review-criteria-label {
	display: flex;
	width: 50%;
}

.single-review-rate {
	background: #eff4f4;
	border-radius: 200px;
	line-height: 1;
	margin: 0 20px 0 0;
	text-align: center;
	height: 56px;
	width: 56px;
	position: relative;
}

.single-review-avg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #f24405;
	font-size: 18px;
	font-weight: bold;
}

.single-review-info p {
	margin: 0;
}

.single-review-author {
	font-size: 16px;
	color: #000;
	font-weight: 500;
}

.single-review-date {
	font-size: 14px;
	color: #6b7280;
}

.single-review-text p {
	color: #696969;
	font-size: 16px;
	line-height: 24px;
}

.review-avg-container {
	display: flex;
	justify-content: space-between;
}

.review-btn .fl-builder-module-template {
	padding: 0;
}

#kitzee-guides .uabb-post-wrapper,
#kitzee-guides .uabb-blog-posts-shadow {
	transition: all 0.3s ease-in-out;
	border-radius: 8px !important;
	overflow: hidden;
}

#kitzee-guides .uabb-post-wrapper:hover .uabb-blog-posts-shadow {
	box-shadow: 2px 4px 14px 0px rgba(0, 0, 0, 0.06);
	transition: all 0.3s ease-in-out;
}

.kitzee-user-saved-posts-btn {
	position: relative;
}

.dashboard-review-details h4 {
	margin-bottom: 0;
}

.kitzee-user-saved-posts-btn,
.open-review-link {
	background: #f24405;
	border-radius: 3px;
	color: #fff;
	font-size: 12px;
	margin-right: 10px;
	padding-inline: 5px;
	display: table;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.kitzee-user-saved-posts-btn:hover,
.open-review-link:hover {
	background: #007dfa;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	color: #fff;
}

.kitzee-user-saved-posts-btn .simplefavorite-button.active {
	opacity: 0;
	cursor: pointer;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kitzee-user-saved-posts-link {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.kitzee-user-saved-posts,
.dashboard-review-item {
	display: flex;
	position: relative;
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.03);
	padding: 30px;
	border-radius: 4px;
	border: 1px solid #e5e3f6;
	margin-bottom: 30px;
}

.kitzee-user-saved-posts-thumb,
.dashboard-average {
	min-width: 150px;
	width: 150px;
	margin-right: 20px;
}

.kitzee-user-saved-posts-thumb img {
	width: 100%;
	object-fit: cover;
}

.single-company-favcount {
	padding: 0 3px;
}

#single-company-atf .simplefavorite-button .favtxt {
	border-radius: 8px;
	font-family: Ubuntu, sans-serif;
	font-weight: 500;
	padding: 16px 46px;
	background: #fff;
	color: #f24405;
	border: 1px solid #f24405;
	display: block;
	text-align: center;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	cursor: pointer;
}

#single-company-atf .simplefavorite-button .favtxt:hover {
	background: #0360d9;
	border-color: #0360d9;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
	color: #fff;
}

#single-company-atf .unfavtxt {
	text-align: center;
	cursor: pointer;
	display: block;
	width: 100%;
}

.kitzee-featured-projects {
	display: flex;
}

.kitzee-featured-projects li {
	margin-right: 10px;
}

.kitzee-featured-projects li:last-child {
	margin-right: 0;
}

.kitzee-featured-projects img {
	border-radius: 10px;
}

.single-company .mfp-figure {
	background: #fff;
	padding: 20px;
}

.tooltip_content {
	font-size: 12px;
}

.mfp-wrap .mfp-close,
.mfp-wrap .mfp-close:active,
.mfp-wrap .mfp-close:hover,
.mfp-wrap .mfp-close:focus {
	margin-right: -27px;
	color: #000;
	opacity: 1;
	background: #fff !important;
	opacity: 1;
	width: auto;
	padding: 0 10px;
}

h5.block-reviews-rate {
	font-weight: bold;
	color: #f24405;
	font-size: 28px;
}

.dashboard-review-detail.white-popup {
	width: 90%;
	max-width: 500px;
	background: #fff;
	padding: 20px;
	margin: 0 auto;
	position: relative;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.dash-review-rate {
	font-size: 32px;
	font-weight: bold;
	display: block;
	color: #f24405;
}

.dashboard-review-detail.white-popup div {
	width: 46%;
	text-align: center;
	padding: 10px;
	border: 1px solid #ccc;
	margin: 2%;
}

.dashboard-review-detail.white-popup div p {
	margin-bottom: 0;
	font-weight: bold;
}

.dashboard-review-detail-wrap {
	display: flex;
}

.db-review-details {
	width: 66.66%;
}

.db-review-criteria .acf-fields>.acf-field {
	padding: 0;
}

ul.criteria-list p {
	margin: 0;
}

.cp-review.cp-review-1 {
	width: 20%;
}

.cp-review.cp-review-1\.5 {
	width: 30%;
}

.cp-review.cp-review-2 {
	width: 40%;
}

.cp-review.cp-review-2\.5 {
	width: 50%;
}

.cp-review.cp-review-3 {
	width: 60%;
}

.cp-review.cp-review-3\.5 {
	width: 70%;
}

.cp-review.cp-review-4 {
	width: 80%;
}

.cp-review.cp-review-4\.5 {
	width: 90%;
}

.cp-review.cp-review-5 {
	width: 100%;
}

.block-reviews-avg {
	display: flex;
	justify-content: space-between;
}

.page_dashboard .review-avg-container-only {
	display: table;
	position: relative;
	margin-top: 2px;
}

.review-star img {
	height: 1rem;
	margin-right: 2px;
	width: auto;
}

.page_dashboard .review-star-cover {
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	white-space: nowrap;
	width: 0;
}

.page_dashboard .review-star-1,
.page_dashboard .review-star-1\.0 {
	width: 20%
}

.page_dashboard .review-star-1\.5 {
	width: 30%
}

.page_dashboard .review-star-2,
.page_dashboard .review-star-2\.0 {
	width: 40%
}

.page_dashboard .review-star-2\.5 {
	width: 50%
}

.page_dashboard .review-star-3,
.page_dashboard .review-star-3\.0 {
	width: 60%
}

.page_dashboard .review-star-3\.5 {
	width: 70%
}

.page_dashboard .review-star-4,
.page_dashboard .review-star-4\.0 {
	width: 80%
}

.page_dashboard .review-star-4\.5 {
	width: 90%
}

.page_dashboard .review-star-5,
.page_dashboard .review-star-5\.0 {
	width: 100%
}

@media (max-width: 768px) {
	#page-toc {
		position: relative;
		top: unset;
	}
}

@media (min-width: 1024px) {
	.section-testimonials .uabb-blog-post-inner-wrap {
		min-height: 400px;
	}
}

/* SHAAN 1/9/23 */

.page_profile-settings .acf-form .acf-field label {
	color: #5a5a5d;
	font: 700 16px Ubuntu, sans-serif;
}

.woocommerce-form-coupon-toggle {
	margin: 20px 0 0;
}

@media (min-width: 992px) {
	form.woocommerce-checkout {
		display: flex;
		margin: 0 auto;
	}

	#customer_details .col-1,
	#customer_details .col-2 {
		width: auto;
		float: none;
	}

	#customer_details .col-2 {
		margin-top: 40px;
	}

	/* Fix for Woo notification breaking 2 column layout */

	form.checkout.woocommerce-checkout {
		flex-wrap: wrap;
	}

	.woocommerce-NoticeGroup-checkout {
		flex-grow: 1;
	}
}

@media (max-width:480px) {
	html:lang(en-US) #field_18_102 {
		position: relative;
		top: 0;
	}
}

.dispth,
.dispen {
	display: none;
}

*:lang(en-US) .dispen {
	display: block
}

*:lang(th) .dispth {
	display: block
}



.page_profile-settings .acf-form .acf-field-group .acf-fields {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
}

#gform_submit_button_26 {
	background-color: #f24405;
	color: #fff;
}

#gform_submit_button_26:hover {
	background-color: #007DFA;
}

body.pmpro-checkout #pmpro_btn-submit {
	background: #f24405;
	border-radius: 8px;
	font-weight: 400;
	width: 100%;
	padding: 16px 32px !important;
	font-size: 16px;
}

body.pmpro-checkout #pmpro_btn-submit:hover {
	border-radius: 8px;
}

.pmpro_checkout b,
.pmpro-confirmation b,
.pmpro_checkout strong,
.pmpro-confirmation strong {
	font-weight: 600;
}

.nav-profile-tabs .acf-form-submit .acf-button {
	font-weight: 600;
}

header .ubermenu-wpml-ls-current-language.ubermenu-wpml-ls-item span span.wpml-ls-native:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

header .ubermenu-wpml-ls-current-language.ubermenu-wpml-ls-item span span.wpml-ls-native {
	color: #007dfa;
}

div#ez-toc-container ul li {
	font-size: 14px;
	line-height: 1.2;
}

.darkmysite_switch {
	margin-right: 16px;
}

.wpml-ls-legacy-list-horizontal a {
	padding: 0;
}

.wpml-ls-legacy-list-horizontal a span {
	color: #000929;
	font-size: 14px;
	font-weight: 500;
	margin-left: 5px;
}

.wpml-ls-legacy-list-horizontal li+li {
	margin-left: 10px !important;
}

header .wpml-ls-legacy-list-horizontal .wpml-ls-item span.wpml-ls-native {
	position: relative;
}

header .wpml-ls-legacy-list-horizontal .wpml-ls-item span.wpml-ls-native:after {
	background: #007dfa;
	bottom: -3px;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: right;
	transform-origin: right;
	-webkit-transition: -webkit-transform .4s;
	transition: -webkit-transform .4s;
	transition: transform .4s;
	transition: transform .4s, -webkit-transform .4s;
	width: 100%;
}

header .wpml-ls-legacy-list-horizontal .wpml-ls-current-language span.wpml-ls-native {
	color: #007dfa;
}

header .wpml-ls-legacy-list-horizontal .wpml-ls-current-language span.wpml-ls-native:after {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transform-origin: left;
	transform-origin: left;
}

header .ubermenu .ubermenu-item {
	display: block;
}

header .ubermenu .ubermenu-item-object-ubermenu-custom {
	padding: 0 !important;
}

header .ubermenu.ubermenu-mobile-view .ubermenu-item-object-ubermenu-custom {
	width: 100% !important;
}

header .ubermenu.ubermenu-mobile-view .wpml-ls-legacy-list-horizontal {
	padding: 15px 0;
}

.fl-page-content {
	animation: none !important;
}

@media (min-width: 1140px) {
	.btn-search-mobile {
		display: none;
	}
}

.page_recent-saves .block-favorites-action {
	position: relative;
	z-index: 999999;
}