/*
Theme Name: ROI Fresh Child of Customify
Author: Weblines
Author URI: http://weblines.com.au
Version: 2.0
Template: customify

*/
@font-face {
  font-family: 'Noah-Regular';
  src: url('webfonts/Noah-Regular.woff2') format('woff2'), url('webfonts/Noah-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noah-Bold';
  src: url('webfonts/Noah-Bold.woff2') format('woff2'), url('webfonts/Noah-Bold.woff') format('woff');
}

/* For all Customify sites */
#main {
    padding-top: 0;
    padding-bottom: 0;
}
#main .content-inner {
    padding-top: 2.617924em;
    padding-bottom: 2.617924em;
}
.entry-content a {
	text-decoration: underline;
}
.entry-content a[href^="tel"]:not(.has-color-palette-7-color) {
	text-decoration: none;
	color: #333;
}
.entry-content .noline a {
	text-decoration: none;
}
.entry-content ul,
.entry-content ol {
	margin: unset;
}

.main-layout-content .entry-content > .alignfull:first-child {
    margin-top: 0;
}
.entry-content .wp-block-post-title a {
	text-decoration: none;
	color: inherit;
}
.entry-content .wp-block-post-title a:hover {
	text-decoration: underline;
	color: #333;
}
.entry-content li.wp-block-post {
    margin-left: 0;
    margin-bottom: 0;
}
/*.main-layout-content .entry-content>.alignfull {
    margin-top:0;
}
:where(.wp-block-columns), :where(.wp-block-group), :where(.wp-block-cover) {
    margin-bottom: 1.41575em;
}*/

.has-custom-border img {
	border-style: solid;
}
.wp-block-spacer {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-cover {
	padding: 2em;
}
.entry-content .wp-block-button a,
.entry-content a:hover {
	text-decoration: none;
}
:root :where(.wp-block-button__link) {
	padding: .667em 1.333em;
}

.wp-element-button:hover, .wp-block-button__link:hover {
	background: #f9b233 !important;
  border-color: #f9b233 !important;
	color: var(--wp--preset--color--text) !important;
}
.wp-block-buttons {
	margin-bottom: 28px;
}
.wp-block-buttons:last-child {
	margin-bottom: 0;
}

.wp-block-separator.smallgap {
    margin: 1em auto;
}
.wp-block-image {
    margin-bottom: 0;
}
.wp-block-image figure,
figure.wp-block-image {
    margin-bottom: 1.41575em;
}
.wp-block-image.alignleft, .wp-block-image.alignright {
    width: auto;
}
.wp-block-gallery.has-nested-images figure.wp-block-image {
	flex-grow: inherit;
}
.entry-content ol, .entry-content ul, figure {
	margin-top: 24px;
}
.entry-content ol:first-child, .entry-content ul:first-child, figure:first-child {
	margin-top: 0;
}
.wp-block-group ul:last-child {
	margin-block-end: 0;
}
.entry-content ol li {
	padding-left: 6px;
}
.entry-content li,
.wp-block-list li {
  margin-left: 2.5em;
}

/* to confirm */
.alignfull .wp-block-cover__inner-container,
.alignwide .wp-block-cover__inner-container {
	max-width: 1146px;
}
.wp-block-cover__inner-container p:last-child {
	margin-bottom: 0;
}


@media (max-width: 960px) {
	.wp-block-image .alignright,
  .wp-block-image .alignleft,
	.wp-block-image.alignright,
  .wp-block-image.alignleft {
		max-width: 50%;
		height: auto;
	}
	.wp-block-cover {
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media (max-width: 600px) {
	.wp-block-image .alignright,
	body .is-layout-constrained > .wp-block-image.alignright  {
		float: none;
		margin-left: 0;
        max-width: inherit;
	}
	.wp-block-image .alignleft,
	body .is-layout-constrained > .wp-block-image.alignleft {
		float: none;
		margin-right: 0;
        max-width: inherit;
	}
	img.alignright,
	img.alignleft {
		float: none;
		display: block;
		margin: 0;
        margin-bottom: 0.5em;
	}
	img.gapunder {
		margin-bottom: 1em;
	}
}

@media (max-width: 600px) {
	tr {
			margin-top: 18px;
			display: block;
	}
	th {
			display: none;
	}
	td {
			display: block;
			width: 100%;
			text-align: left;
	}
}
/*
@media (max-width: 599px) {
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column:not(:last-child) {
	    margin-bottom: var(--wp--style--block-gap,2em);
	}
} */
@media (min-width: 782px) {
	.wp-block-columns {
	    gap: 2em;
	}
}

/* Columns */
/* Support vertical alignment on individual columns */
.wp-block-column {
	display: flex;
	flex-direction: column;
}
.wp-block-column.is-vertically-aligned-center {
	justify-content: center;
	align-self: stretch;
}
.wp-block-column.is-vertically-aligned-top {
	justify-content: flex-start;
	align-self: stretch;
}
.wp-block-column.is-vertically-aligned-bottom {
	justify-content: flex-end;
	align-self: stretch;
}
.wp-block-column.is-vertically-aligned-stretch {
	/* make stretch mean something different for the content */
	justify-content: space-evenly;
	align-self: stretch;
}


/* Site-specific */
body{
  font-family: Noah-Regular, sans-serif;
	font-size: 17px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Noah-Bold, sans-serif;
}
b, strong {
    font-family: Noah-Bold, sans-serif;
}
a.item--button.customify-builder-btn:hover {
    background-image: none;
}
.page-titlebar {
    padding: 21px 0 22px;
    border-bottom: 1px solid #eaecee;
    word-break: break-word;
    background: #f9f9f9;
}
.page-titlebar .titlebar-title, .single .entry-title {
    color: #be1622;
    font-size: 1.41575em;
    line-height: 1.216;
}
@media screen and (max-width: 568px) {
    .page-titlebar {
        padding: 18px 0 20px;
    }
}
h1 {
  text-transform: uppercase;
}

.entry-content h3, .wp-block h3 {
  line-height: 1.3;
}

h2 + h3,
.h2 + h3 {
  border-top: none;
  padding-top: unset;
}

.centremax {
	max-width: 860px;
}
.centremax.nine {
	max-width: 900px; 
}

.entry-title {
	font-size: 1.8em;
}

.wpcf7 {max-width:600px;}

.wp-block-separator:not(.is-style-wide) {
    max-width: 300px;
	border-bottom-width: 0;
}
/*
.entry-content a.pdf, .entry-content a[href$=".pdf"] {
    padding: 4px 0 6px 40px;
    background: url(/wp-content/uploads/pdf32.png) 0 0 no-repeat;
    display: inline-block;
}  */
.entry-content .listclose ul li {
	margin-bottom: 0;
}
.header-main .light-mode {
    box-shadow: none;
}
.page-titlebar {
	margin-top: 10px;
}
body.page .site-header + .site-content #main .content-inner,
body.single-product .site-header + .site-content #main .content-inner {
	padding-top: 0;
}

/* Footer */
.footer-bottom .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flexbox;
    display: flex;
 	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.footer-bottom .widget-area .widget ul.menu li {
    margin: 0 .6em;
    font-size: 14px;
}
.footer-bottom .footer--row-inner .widget_nav_menu li a {
    border: none;
    padding-bottom: 0;
}
.footer-main .widget_media_image {
	max-width: 160px;
}
.footer-main .textwidget {
	line-height: 1.3;
}
.footer-main .footer--row-inner.dark-mode a:not(.button) {
    color: white;
}
.footer-main .builder-item--footer-4 .textwidget {
    line-height: 1.4;
	font-size: 14px;
}
.footer-bottom .footer--row-inner {
    padding-bottom: 5em;
}
.main-layout-content .entry-content>.alignfull.footertop {
   margin-bottom: -2.617924em;
   margin-top: 68px;
}

@media (min-width:569px) and (max-width:1023px) {
    #site-footer #cb-row--footer-bottom .row-v2 {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width:768px) {
	.footer-main-inner {
		min-height: 200px;
	}
}
@media(min-width:769px) {
	.builder-item--footer-social-icons {text-align:right;}
}

/* Home */

.specialfont {
    font-family: "Oswald",sans-serif;
}
.specialfont.has-large-font-size {
	line-height: 44px;
}
h1 {margin-bottom: 24px;}
.tight {
    line-height: 1.3;
}
.tighter {
    line-height: 1.1;
}
.tight li {
    margin-bottom: 0;
}
.nogap .wp-block-column:not(:first-child) {
   margin-left: 0 !important;
}
@media (max-width: 781px) and (min-width: 600px) {
	.nogap .wp-block-column {
        flex-basis: 50% !important;
	}
}
.nomargin,
.wp-block-image.nomargin figure, figure.wp-block-image.nomargin {
    margin-bottom: 0;
}
.fixedmargin, p.fixedmargin {
	margin-bottom: 20px;
}
.verticalfill {
	padding: 30px 20px;
	height: 100%;
}
.verticalfill {
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  -webkit-box-orient: vertical;
 	-webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (min-width: 1200px) {
	.verticalfill {
		padding: 30px;
	}
}
.services-boxes .wp-block-group {
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}
.services-boxes .wp-block-column {
	margin-bottom: 30px;
}
.services-boxes h3 {
    color: #1d1d1b;
}
.services-boxes .wp-block-image {
    margin-bottom: 1em;
}
.wp-block-separator.after-services {
	margin-top: 18px;
}
.services-boxes p {
	line-height: 1.3;
}
.wp-block-gallery.nogap .blocks-gallery-item {
    margin: 0;
}
ul.blocks-gallery-grid {
    margin-bottom: 0;
}

/* Card */
.card {
	padding: 0 20px;
	height: 100%;
	border: solid 1px #e0e0e0;
	background-color: #ffffff;
	box-shadow: 0px 45px 90px -20px rgb(0 0 0 / 30%);
}
.card {
	height: 100%;
	min-height: 500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.card .wp-block-image {
	margin-left: -20px;
	margin-right: -20px;
}
.wp-block-group.card > * {
	margin-bottom: 40px;
	margin-top: 0;
}
.card > :last-child {
	margin-top: auto;
}
.card h2 {
	font-size: 26px;
	line-height: 1.3;
}
@media (min-width: 1200px) {
	.card {
		padding-left: 30px;
		padding-right: 30px;
	}
	.card .wp-block-image {
		margin-left: -30px;
		margin-right: -30px;
	}
}
.cardcols {
	max-width: 960px;
}
.cardcols > .wp-block-column {
	margin-bottom: 30px;
}

/* Webinar loop */
.webinar-loop h2 {
	font-size: 1.5em;
}
.webinar-loop h2 a {
	color: var(--wp--preset--color--primary);
  text-decoration: none; 
}
/* Readmore style button */
.wp-block-button.readmore-button .wp-block-button__link {
	padding: 7px 17px;
	font-size: 13px;
  line-height: 1;
	text-transform: uppercase;
	border-width: 1px;
  border-color: var(--wp--preset--color--primary); 
  color: var(--wp--preset--color--primary); 
}
.wp-block-button.readmore-button .wp-block-button__link:hover {
	background-color: var(--wp--preset--color--primary) !important; 
	border-color: var(--wp--preset--color--primary) !important; 
	color: white !important;
}

/* CF7 */
.privacy {
  font-size: 14px;
	line-height: 1;
}
.wpcf7 form {
	margin-bottom: 0;
}
.footertop .wpcf7 {
	max-width: none;
}
.wpcf7 input[type="submit"] {
	font-size: 14px;
  font-family: Noah-Bold, sans-serif;
  border: none;
  letter-spacing: 0.5px;
  min-height: 44px;
  text-transform: uppercase;
}
fieldset.newsletter {
	margin-top: 0;
	margin-bottom: 0;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
}
fieldset.newsletter button, fieldset.newsletter input, fieldset.newsletter textarea {
  font-family: Noah-Regular, sans-serif;
}
.newsletter input[type="submit"] {
	letter-spacing: 0.7px;
}

.entry-meta.text-uppercase {
	text-transform: capitalize;
}
.entry-meta i {display:none;}

input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button) {
	color: #707070;
	background: #ddd;
  border: none;
}
input[type="submit"]:not(.components-button):not(.customize-partial-edit-shortcut-button):hover {
	background: #d1d1d1;
	color: #333;
}

/* Client Logos */
/*.logo-gallery.wp-block-gallery {
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 30px;
}
.logo-gallery.wp-block-gallery.has-nested-images figure.wp-block-image {
	align-items: center;
}
.logo-gallery .wp-block-image {
	max-width: 194px !important;
	padding: 0 15px;
}
.logo-gallery .wp-block-image img {
	max-height: 100px;
	object-fit: contain;
}
@media (max-width: 1023px) {
	.logo-gallery.wp-block-gallery {
		flex-wrap: wrap;
	}
}  */

.client-gallery.wp-block-gallery {
	justify-content: space-between;
}
.client-gallery .wp-block-image {
	margin-top: auto !important;
}
.client-gallery.wp-block-gallery.has-nested-images figure.wp-block-image {
	align-items: center;
	max-width: 164px;
}
.client-gallery.wp-block-gallery.has-nested-images figure.wp-block-image img {
	max-height: 100px;
	margin-top: 1em;
	margin-bottom: 1em;
}

@media (min-width: 600px) and (max-width: 959px) {
	.client-gallery.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	.client-gallery.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image) {
    margin-right: 4%;
    width: calc(25% - 5.4%);
	}
	.client-gallery.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(4n),
.client-gallery.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image):nth-of-type(4n) {
		margin-right: 0;
	}
}
/*
@media (min-width: 960px) {
	.client-gallery.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image) {
    margin-right: 4%;
    width: calc(16.66667% - 3.4%);
	}
	.client-gallery.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image):nth-of-type(6n) {
		margin-right: 0;
	}
} */

/* Client Slider */
.owl-carousel .owl-item img  {
    max-height: 80px;
    min-height: auto !important;
    width: auto !important;
}
.owl-carousel .owl-item {
    height: 80px
}
.carousel-slider__item {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 100%;
}
.carousel-slider .owl-item img.owl-lazy {
    background: none !important;
}
/* Gravity Form */
.gform_wrapper .gfield_required {
    display: none;
}
.gform_wrapper .gform_footer input.button,
.gform_wrapper .gform_footer input[type=image],
.gform_wrapper .gform_footer input[type=submit] {
    margin-left: 0.6em;
}
.gform_wrapper .gform_heading {
    /*margin-bottom: 40px !important;*/
    text-align: center;
}
.feedbacktitle {
    margin-bottom: 40px;
    text-align: center;
}
.feedbacktitle h3 {
    margin-bottom: 40px !important;
    text-align: center;
    line-height: 1.4 !important;
    font-weight: bold !important;
}
ul.gform_fields li.gfield {
    margin-bottom: 40px;
    font-size: 15px;
}
.gfield_label {
    font-weight: bold;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li,
.gform_wrapper li.gf_list_inline ul.gfield_radio li {
    margin-right: 1.5em !important;
}
ul.gform_fields li.gfield.question4 {
    margin-bottom: 10px;
}
.gform_wrapper.feedback_wrapper {
    margin: 40px auto;
    border: solid 3px #d0d0d0;
    padding: 20px;
    max-width: 758px;
}
.ginput_container_radio {
    max-width: 800px;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label {
    font-size: 15px !important;
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    margin-top: 3px !important;
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=submit], .gform_wrapper .gform_page_footer input.button, .gform_wrapper .gform_page_footer input[type=submit] {
	font-size: 14px;
}
/* Elementor Fix */
.elementor-kit-2933 :where(.is-layout-flow) > *,
.elementor-kit-2933 :where(.is-layout-flow) > p {
    margin-block-start: 24px;
    margin-block-end: 0;
}
.elementor-page h3 {
    color: #be1622;
    font-size: 1.618em;
}

/* WooCommerce */
input, textarea {
	font-family: Noah-Regular, sans-serif;
	font-size: 17px;
}
.woocommerce input, .woocommerce textarea, .woocommerce button {
	font-family: Noah-Regular, sans-serif;
	font-size: 17px;
}

/* WooCommerce */
.media-product-media,
.product_meta,
.wc-block-cart-item__image,
.wc-block-cart-items__header-product,
.wc-block-cart-item__prices,
.wc-block-components-order-summary-item__image,
.wc-block-components-product-metadata__description,
.wc-block-components-totals-item__description,
.wc-block-checkout__guest-checkout-notice,
.wc-block-components-checkout-step__description,
.wc-block-components-checkout-order-summary__title,
.wc-block-components-checkout-return-to-cart-button,
.woocommerce-additional-fields,
.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-checkout-review-order-table thead {
	display: none !important;
}
.is-large.wc-block-cart .wc-block-cart-items td  {
    vertical-align: middle;
		width: 50%;
}
.wc-block-components-order-summary .wc-block-components-order-summary-item__description {
	padding-left: 0 !important;
}
.wc-block-components-order-summary-item__total-price {
    display: flex;
    align-items: center;
}
.woocommerce-cart .entry-header, .woocommerce-checkout .entry-header, .product .product_title-wrapper {
    padding: 21px 0px 22px;
    border-bottom: 1px solid #eaecee;
    word-break: break-word;
    background: #f9f9f9;
    border-bottom-color: #eaecee;
    margin-top: 10px;
		margin-bottom: 2em;
    margin-left: -2em;
    margin-right: -2em;
    padding-left: 2em;
    padding-right: 2em;
}
.woocommerce-cart .entry-header .entry-title, .woocommerce-checkout .entry-header .entry-title, div.product .product_title {
		color: #be1622;
    text-transform: uppercase;
		margin-bottom: 0px;
		font-size: 1.9em;
}
.woocommerce-page h3 {
		color: #be1622;
}
.woocommerce-page .button, .wp-block-add-to-cart-form .button {
    text-transform: uppercase;
}
.woocommerce-page .woocommerce-form-coupon .input-group-text-button .button {
	padding: 0 1.1em;
}
.woocommerce-page .coupon-form .button {
	padding-top: 0 !important;
  padding-bottom: 0 !important;
  background: #004c99;
  border: none !important;
}
.woocommerce-checkout-review-order table tfoot td {
    text-align: right;
}
.woocommerce-checkout-review-order-table td.product-name dl.variation:last-child {
	margin-top: 0;
}
td.product-name dl.variation dt {
	font-weight: normal;
}
.woocommerce-checkout-review-order table.shop_table tfoot .order-total .amount {
    font-size: 1.2em;
}
.woocommerce-checkout #payment ul.payment_methods > li > label {
	padding-left: 0;
	width: 100%;
}
.woocommerce-checkout #payment ul.payment_methods > li p {
	padding-left: 0;
	margin-bottom: 0;
}
.payment_box fieldset {
	margin: 0;
}
.woocommerce.wp-block-group.alignwide,
.wp-block-woocommerce-checkout.alignwide.wc-block-checkout {
	width: 1180px;
	max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* Coupon form */
.woocommerce-checkout-review-order table.shop_table {
    margin-bottom: 10px;
}
@media (min-width: 480px) {
	.woocommerce  .coupon-form .form-row-first, .woocommerce-page form .coupon-form .form-row-first {
    width: 67%;
	}
	.woocommerce form .coupon-form .form-row-last, .woocommerce-page form .coupon-form .form-row-last {
    width: 27%;
	}
}

/* Product page */
div.product div.summary {
    flex-basis: 100%;
    max-width: 100%;
}
@media (min-width: 768px) {
	.product_cat-invoices .wapf {
			width: 760px;
	}
}
.product_cat-invoices .label-above .wapf-field-label {
    margin-bottom: 0;
}
.wapf-field-input {
	padding-top: 5px
}
.product_cat-invoices .wapf-field-description {
	padding: 0;
	font-size: 100%;
	opacity: 1;
}
.wapf-product-totals {
    margin-bottom: 30px;
}
.product_cat-invoices .wapf-product-totals div span:last-child {
    float: none;
		margin-left: 30px;
}
.wapf-field-container.invnum input {
	max-width: 300px;
}
.wapf-field-container.invamount input {
	max-width: 150px;
}
/* Hide arrows in amount field */
.wapf-field-container.invamount input[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Product block */
.invoice-block div.product form.cart div.quantity {
    margin: 0;
}
.invoice-block .label-above .wapf-field-label {
    margin-bottom: 0;
}
.invoice-block .wapf-product-totals div span:last-child {
    float: none;
		margin-left: 30px;
}
.invoice-block .wapf-field-description {
	padding: 0;
	font-size: 100%;
	opacity: 1;
}

@media (min-width: 569px) {
	.footer-bottom .menu {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
	}
}
@media (min-width: 600px) {
	.services-boxes .wp-block-group {
		height: 100%;
	}
	.services-boxes .wp-block-group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
		height: 100%;
	}
	.services-boxes .wp-block-group p {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
	}
}

/* Landing Page forms */
.lp .wpcf7 fieldset {
  margin: 0 auto;
  padding: 40px 36px 20px;
  background: #be1622;
  color: #fff;
  max-width: 400px;
}
.webinar.lp .wpcf7 fieldset {
  background: white;
  color: #333;
	border: solid 1px #999;
}
.lp .wpcf7 fieldset .wpcf7-not-valid-tip {
	color: #fff;
}
.webinar.lp .wpcf7 fieldset .wpcf7-not-valid-tip {
	color: #333;
}
.lp .privacy {
  color: #777;
  font-size: 12px;
  margin-bottom: 0;
  width: 100%;
}
.lp .wpcf7 h3 {
  color: #fff;
  margin-bottom: 20px;
  text-align: center;
  line-height: 1.2;
  font-size: 24px;
}
.webinar.lp .wpcf7 h3 {
  color: #333;
}
.lp .wpcf7 input:not([type="submit"]), .lp  .wpcf7 select,
.lp  .wpcf7 textarea {
  font-size: 16px;
  height: 2.2em;
	border: solid 1px #ccc;
}
.lp .wpcf7 input[type="submit"] {
  background: #f39200;
  color: #fff !important;
  border-radius: 3px;
  font-size: 16px !important;
  width: 100%;
  letter-spacing: 0.5px;
}
.lp .wpcf7 input[type="submit"]:hover {
  background: #f9b233;
  box-shadow: none;
}
.lp div.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
}
.lp .wpcf7-spinner {
  display: none;
}
.lp .wpcf7 p {
  margin-bottom: 20px;
}
.lp .wpcf7 fieldset {
  position: relative;
}
.webinar-list li:not(:first-child) {
	margin-top: var(--wp--preset--spacing--small);
}

/*
.lp form {
    margin-bottom: 0;
}

.longbox .lp .wpcf7 fieldset {
  padding: 40px 36px 20px;
}

*/

/* Consider, body wrap
[class~=customify-col], [class*=customify-col-], [class*=customify-col_] {
    padding: 0 2em 0;
}
*/

/* Fixes for change to colour palette */
.has-color-palette-1-color {
  color: #be1622;  
}
.has-color-palette-1-background-color {
  background-color: #be1622;  
}
.has-color-palette-2-color {
  color:  #f39200;  
}
.has-color-palette-2-background-color {
  background-color:  #f39200;  
}
.has-color-palette-3-color {
  color: #1d1d1b;   
}
.has-color-palette-3-background-color {
  background-color: #1d1d1b;   
}
.has-color-palette-4-color {
  color:  #004c99;  
}
.has-color-palette-4-background-color {
  background-color:  #004c99;  
}
.has-color-palette-5-color {
  color: #d0d0d0;  
}
.has-color-palette-5-background-color {
  background-color: #d0d0d0;  
}
.has-color-palette-6-color {
  color: #f0f0f0;  
}
.has-color-palette-6-background-color {
  background-color: #f0f0f0; 
}
.has-color-palette-7-color,
.wp-block-button__link.has-color-palette-7-color {
  color: #ffffff;  
}
.has-color-palette-7-background-color {
  background-color: #ffffff;  
}
.has-color-palette-8-color {
  color: #555555;  
}
.has-color-palette-8-background-color {
  background-color: #555555;  
}
.wp-block-button__link.has-color-palette-8-background-color {
  background-color: #555555;  
  border-color: #555555;  
}

.is-style-outline>.wp-block-button__link {
	color: #1d1d1b;
	border-color: #1d1d1b;
	background-color: transparent;
}
.is-style-outline>.wp-block-button__link.has-color-palette-7-color {
	color: #ffffff;
	border-color: #ffffff;
}
.is-style-outline>.wp-block-button__link.has-color-palette-3-color {
	color: #1d1d1b;
	border-color: #1d1d1b;
}
.is-style-outline>.wp-block-button__link.has-color-palette-2-color {
	color: #f39200;
	border-color: #f39200;
}

.wp-block-button__link.has-oswald-font-family {
  line-height: 1.5;
  border-radius: 0;
  border: none;
}
.industries .wp-block-button__link {
  line-height: 1.618;
  min-height: unset;
  border-radius: 0;
  border-style: solid;
}
.industries .is-style-outline .wp-block-button__link {
  border-style: solid;
}