@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto+Flex:opsz,wght,XOPQ,XTRA,YOPQ,YTDE,YTFI,YTLC,YTUC@8..144,100..1000,96,468,79,-203,738,514,712&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
/* site wide variables (colours, fonts) */
.acf-editor-wrap.acf-editor-wrap iframe {
  min-height: 225px;
}
.acf-editor-wrap.acf-editor-wrap iframe[style*="height: 300px;"] {
  height: auto !important;
}

.wp-block {
  max-width: 900px;
  width: 100%;
  max-width: 100%;
}

img {
  max-width: 100%;
}

/* Width of "wide" blocks */
.wp-block[data-align=wide] {
  width: 100%;
  max-width: 100%;
}

/* Width of "full-wide" blocks */
.wp-block[data-align=full] {
  width: 100%;
  max-width: 100%;
}

#edittag {
  width: 100%;
  max-width: 100%;
}

#wp-submit {
  color: white !important;
}

.admin-ui-navigable-region,
.interface-navigable-region {
  overflow-x: hidden;
}

.acf-field-wysiwyg.hide-top .mce-menubar {
  display: none;
}

.wp-block:before {
  content: attr(aria-label) !important;
  top: 0 !important;
  height: auto !important;
  margin-top: 0;
  padding: 5px 5px 5px !important;
  font-size: 14px !important;
  border-top: none !important;
  position: static !important;
  z-index: 1;
  display: block;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .wp-block::before {
    font-size: 20px !important;
  }
}
.wp-block:after {
  z-index: 0;
  content: "";
  position: absolute;
  border: 1px solid transparent;
  border-left: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  pointer-events: none;
  -webkit-transition: border-color 0.1s linear, border-style 0.1s linear, -webkit-box-shadow 0.1s linear;
  transition: border-color 0.1s linear, border-style 0.1s linear, -webkit-box-shadow 0.1s linear;
  transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear;
  transition: border-color 0.1s linear, border-style 0.1s linear, box-shadow 0.1s linear, -webkit-box-shadow 0.1s linear;
  outline: 1px solid transparent;
  right: -10px;
  left: -10px;
  top: -10px;
  bottom: -10px;
}

.block-editor-block-list__layout .block-editor-block-list__block:before {
  right: -10px;
  left: -10px;
  top: -10px;
  bottom: -10px;
  line-height: 1em;
}

.editor-post-title .wp-block:before {
  display: none !important;
}

.components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-contextual-toolbar, .components-popover.block-editor-block-list__block-popover .components-popover__content .block-editor-block-list__breadcrumb {
  margin-bottom: 0;
  margin-left: 0;
}

.form-table input.tog,
.form-table input[type=radio] {
  width: 16px;
  height: 16px;
  line-height: 16px;
}

input[type=radio]:checked::before, .wp-ui-highlight {
  width: 11px;
  height: auto;
  aspect-ratio: 1/1;
  margin: 2px;
  line-height: 1;
}

.editor-styles-wrapper .block-editor-block-list__block {
  margin-top: 42px;
  margin-bottom: 42px;
}

.wpseo-metabox-content.wpseo-metabox-content,
.wpseo-meta-section.wpseo-meta-section,
.wpseo-meta-section-react.wpseo-meta-section-react {
  max-width: 100%;
}

.acf-block-body.acf-block-body .button.button,
.acf-block-body.acf-block-body .acf-button.button,
.acf-block-body.acf-block-body .acf-button.button-primary {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  background: white !important;
}
.acf-block-body.acf-block-body .button.button:hover, .acf-block-body.acf-block-body .button.button:focus,
.acf-block-body.acf-block-body .acf-button.button:hover,
.acf-block-body.acf-block-body .acf-button.button:focus,
.acf-block-body.acf-block-body .acf-button.button-primary:hover,
.acf-block-body.acf-block-body .acf-button.button-primary:focus {
  color: white !important;
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
}

.close-field,
.acf-btn.acf-btn {
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
}
.close-field:hover, .close-field:focus,
.acf-btn.acf-btn:hover,
.acf-btn.acf-btn:focus {
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
}
.close-field.close-field, .close-field.acf-btn-secondary,
.acf-btn.acf-btn.close-field,
.acf-btn.acf-btn.acf-btn-secondary {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  background: white !important;
}
.close-field.close-field:hover, .close-field.close-field:focus, .close-field.acf-btn-secondary:hover, .close-field.acf-btn-secondary:focus,
.acf-btn.acf-btn.close-field:hover,
.acf-btn.acf-btn.close-field:focus,
.acf-btn.acf-btn.acf-btn-secondary:hover,
.acf-btn.acf-btn.acf-btn-secondary:focus {
  color: white !important;
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
}

select {
  color: #2c3338 !important;
}
select option {
  color: #2c3338 !important;
  background-color: white;
}

.select2-dropdown.select2-dropdown--below {
  min-width: 100%;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-repeat: no-repeat;
  margin: 0;
  padding: 0;
}

.acf-tab-wrap.acf-tab-wrap {
  overflow: hidden;
}

#loginform .button.button-primary.button-large {
  background: #007cba;
  border-color: #007cba;
}

.login form .input, .login input[type=password], .login input[type=text] {
  font-family: sans-serif;
}

/*
 * Button mixin- creates 3d-ish button effect with correct
 * highlights/shadows, based on a base color.
 */
body {
  background: #dddddd;
}

.wp-list-table.wp-list-table {
  max-width: 100%;
  width: 100%;
  table-layout: auto;
}

.widefat.widefat td,
.widefat.widefat th {
  padding: 8px 5px;
}

.components-button:hover {
  color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.components-button.is-pressed {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}
.components-button.is-pressed:hover:not(:disabled) {
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.block-editor-inserter__quick-inserter-expand.components-button {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}
.block-editor-inserter__quick-inserter-expand.components-button:hover:not(:disabled) {
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.woocommerce-list__item.woocommerce-list__item .woocommerce-list__item-title,
.woocommerce-list__item.woocommerce-list__item .woocommerce-list__item-title > div {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
}

.woocommerce-task-list__item.woocommerce-task-list__item .woocommerce-task-list__item-title {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.woocommerce-list__item.woocommerce-list__item .woocommerce-list__item-before svg {
  fill: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
}

.editor-post-title__block .editor-post-title__input {
  font-family: "Roboto", sans-serif;
}

.components-button.is-link,
.components-button.is-tertiary {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}
.components-button.is-link:hover:not(:disabled),
.components-button.is-tertiary:hover:not(:disabled) {
  color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
  -webkit-box-shadow: inset 0 0 0 1px rgb(191.3097345133, 0.8502654867, 23.8074336283);
          box-shadow: inset 0 0 0 1px rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.components-button.edit-post-sidebar__panel-tab.is-active {
  -webkit-box-shadow: inset 0 0 0 rgb(191.3097345133, 0.8502654867, 23.8074336283), inset 0 -4px 0 0 rgb(191.3097345133, 0.8502654867, 23.8074336283);
          box-shadow: inset 0 0 0 rgb(191.3097345133, 0.8502654867, 23.8074336283), inset 0 -4px 0 0 rgb(191.3097345133, 0.8502654867, 23.8074336283);
  position: relative;
  z-index: 1;
}

.edit-post-sidebar__panel-tab.is-active {
  -webkit-box-shadow: inset 0 -3px rgb(239.1371681416, 1.0628318584, 29.7592920354);
          box-shadow: inset 0 -3px rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

#customize-outer-theme-controls .control-section .accordion-section-title:focus:after, #customize-outer-theme-controls .control-section .accordion-section-title:hover:after, #customize-outer-theme-controls .control-section.open .accordion-section-title:after, #customize-outer-theme-controls .control-section:hover > .accordion-section-title:after, #customize-theme-controls .control-section .accordion-section-title:focus:after, #customize-theme-controls .control-section .accordion-section-title:hover:after, #customize-theme-controls .control-section.open .accordion-section-title:after, #customize-theme-controls .control-section:hover > .accordion-section-title:after,
#customize-controls .control-section .accordion-section-title:focus, #customize-controls .control-section .accordion-section-title:hover, #customize-controls .control-section.open .accordion-section-title, #customize-controls .control-section:hover > .accordion-section-title,
.customize-panel-back:focus, .customize-panel-back:hover, .customize-section-back:focus, .customize-section-back:hover {
  color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
  border-left-color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

input[type=radio]:checked::before,
.wp-ui-highlight {
  background-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.wpseo-metabox-menu.wpseo-metabox-menu ul li a,
a {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}
.wpseo-metabox-menu.wpseo-metabox-menu ul li a:active, .wpseo-metabox-menu.wpseo-metabox-menu ul li a:hover,
a:active,
a:hover {
  color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

#wp-submit,
.wp-core-ui .button-primary {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.acf-admin-toolbar.acf-admin-toolbar .acf-tab:hover {
  color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.acf-admin-toolbar.acf-admin-toolbar .acf-tab.is-active {
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

#wp-submit.focus,
#wp-submit.hover,
#wp-submit:focus,
#wp-submit:hover,
.wp-core-ui .button-primary.focus,
.wp-core-ui .button-primary.hover,
.wp-core-ui .button-primary:focus,
.wp-core-ui .button-primary:hover {
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283);
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.wp-core-ui .button-primary:focus, .wp-core-ui .button-primary:hover {
  color: white !important;
}

.wp-admin select:hover,
.wp-core-ui .button-link {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.wp-core-ui .button-link:active,
.wp-core-ui .button-link:hover {
  color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.wp-person a:focus .gravatar, a:focus, a:focus .media-icon img {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  -webkit-box-shadow: 0 0 0 1px rgb(239.1371681416, 1.0628318584, 29.7592920354), 0 0 2px 1px rgba(239.1371681416, 1.0628318584, 29.7592920354, 0.8);
          box-shadow: 0 0 0 1px rgb(239.1371681416, 1.0628318584, 29.7592920354), 0 0 2px 1px rgba(239.1371681416, 1.0628318584, 29.7592920354, 0.8);
}

.wp-core-ui .button, .wp-core-ui .button-secondary,
.wrap .add-new-h2, .wrap .add-new-h2:active, .wrap .page-title-action, .wrap .page-title-action:active,
.components-button.is-default {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  background: #f3f5f6;
}
.wp-core-ui .button:hover, .wp-core-ui .button:focus, .wp-core-ui .button-secondary:hover, .wp-core-ui .button-secondary:focus,
.wrap .add-new-h2:hover,
.wrap .add-new-h2:focus, .wrap .add-new-h2:active:hover, .wrap .add-new-h2:active:focus, .wrap .page-title-action:hover, .wrap .page-title-action:focus, .wrap .page-title-action:active:hover, .wrap .page-title-action:active:focus,
.components-button.is-default:hover,
.components-button.is-default:focus {
  color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.components-button.is-primary {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}
.components-button.is-primary:hover:not(:disabled), .components-button.is-primary:focus:not(:disabled) {
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283);
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

input.large-text, textarea.large-text {
  width: 100%;
}

#wpcf7cf-conditional-panel #wpcf7cf-entries select {
  background-image: url(../images/select-icon.svg) !important;
  background-repeat: no-repeat !important;
  background-position: right 7px top 50% !important;
  background-size: 10px auto !important;
}

#wpcf7cf-conditional-panel .then-field-select.then-field-select {
  width: auto;
}

#adminmenuback,
#adminmenuwrap,
#adminmenu {
  background: #222222;
}

#adminmenu a {
  color: #ffffff;
}

#adminmenu div.wp-menu-image:before {
  color: #dddddd;
}

.popover-slot .block-editor-inserter__quick-inserter > button[type=button] {
  color: white;
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
}

.popover-slot .block-editor-inserter__quick-inserter > button[type=button]:hover {
  color: white;
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283) !important;
}

.components-modal__frame input[type=checkbox]:checked, .components-modal__frame input[type=radio]:checked, .components-popover input[type=checkbox]:checked, .components-popover input[type=radio]:checked, .edit-post-header input[type=checkbox]:checked, .edit-post-header input[type=radio]:checked, .edit-post-sidebar input[type=checkbox]:checked, .edit-post-sidebar input[type=radio]:checked, .edit-post-text-editor input[type=checkbox]:checked, .edit-post-text-editor input[type=radio]:checked, .edit-post-visual-editor input[type=checkbox]:checked, .edit-post-visual-editor input[type=radio]:checked, .editor-post-publish-panel input[type=checkbox]:checked, .editor-post-publish-panel input[type=radio]:checked {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.wp-core-ui .button-primary-disabled, .wp-core-ui .button-primary.disabled, .wp-core-ui .button-primary:disabled, .wp-core-ui .button-primary[disabled],
.components-button.is-primary:disabled, .components-button.is-primary:disabled:active:enabled, .components-button.is-primary[aria-disabled=true], .components-button.is-primary[aria-disabled=true]:active:enabled, .components-button.is-primary[aria-disabled=true]:enabled {
  color: white !important;
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354) !important;
  opacity: 0.5 !important;
}

/* Active tabs use a bottom border color that matches the page background color. */
.about-wrap h2 .nav-tab-active,
.nav-tab-active,
.nav-tab-active:hover {
  background-color: #dddddd;
  border-bottom-color: #dddddd;
}

.components-button.is-primary:focus:enabled, .components-button.is-primary:hover {
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283);
  border-color: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

#adminmenu .wp-submenu,
#adminmenu .wp-has-current-submenu .wp-submenu,
#adminmenu .wp-has-current-submenu.opensub .wp-submenu,
.folded #adminmenu .wp-has-current-submenu .wp-submenu,
#adminmenu a.wp-has-current-submenu:focus + .wp-submenu {
  background: #2c3338;
}

#adminmenu li.wp-has-submenu.wp-not-current-submenu.opensub:hover:after {
  border-right-color: #2c3338;
}

ul#adminmenu a.wp-has-current-submenu:after,
ul#adminmenu > li.current > a.current:after {
  border-right-color: #dddddd;
}

#adminmenu li.current a .awaiting-mod,
#adminmenu li a.wp-has-current-submenu .update-plugins,
#adminmenu li:hover a .awaiting-mod,
#adminmenu li.menu-top:hover > a .update-plugins {
  color: #ffffff;
  background: #2c3338;
}

#wpadminbar {
  background: #222222;
}

#wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item,
#wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus,
#wpadminbar.nojs .ab-top-menu > li.menupop:hover > .ab-item,
#wpadminbar .ab-top-menu > li.menupop.hover > .ab-item {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  background: #2c3338;
}

.plugin-update-tr.active td, .plugins .active th.check-column {
  border-left: 4px solid rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.plugins .active td, .plugins .active th {
  background-color: rgb(254.9641858407, 246.9418141593, 247.9087964602);
}

#wpadminbar .menupop .ab-sub-wrapper {
  background: #2c3338;
}

#wpadminbar .quicklinks .menupop ul.ab-sub-secondary,
#wpadminbar .quicklinks .menupop ul.ab-sub-secondary .ab-submenu {
  background: #2c3338;
}

.block-editor-block-list__insertion-point-inserter .block-editor-inserter__toggle,
.acf-repeater.acf-repeater .acf-row-handle.order:hover {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

a.acf-icon.acf-icon:hover {
  background-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

#wpadminbar > #wp-toolbar > #wp-admin-bar-top-secondary > #wp-admin-bar-search #adminbarsearch input.adminbar-input:focus {
  background: #2c3338;
}

#adminmenu .wp-has-current-submenu .wp-submenu .wp-submenu-head, #adminmenu .wp-menu-arrow, #adminmenu .wp-menu-arrow div, #adminmenu li.current a.menu-top, #adminmenu li.wp-has-current-submenu a.wp-has-current-submenu, .folded #adminmenu li.current.menu-top, .folded #adminmenu li.wp-has-current-submenu {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.view-switch a.current:before,
#wpadminbar:not(.mobile) > #wp-toolbar a:focus span.ab-label, #wpadminbar:not(.mobile) > #wp-toolbar li:hover span.ab-label, #wpadminbar > #wp-toolbar li.hover span.ab-label,
#wpadminbar .quicklinks .ab-sub-wrapper .menupop.hover > a, #wpadminbar .quicklinks .menupop ul li a:focus, #wpadminbar .quicklinks .menupop ul li a:focus strong, #wpadminbar .quicklinks .menupop ul li a:hover, #wpadminbar .quicklinks .menupop ul li a:hover strong, #wpadminbar .quicklinks .menupop.hover ul li a:focus, #wpadminbar .quicklinks .menupop.hover ul li a:hover, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:focus, #wpadminbar .quicklinks .menupop.hover ul li div[tabindex]:hover, #wpadminbar li #adminbarsearch.adminbar-focused:before, #wpadminbar li .ab-item:focus .ab-icon:before, #wpadminbar li .ab-item:focus:before, #wpadminbar li a:focus .ab-icon:before, #wpadminbar li.hover .ab-icon:before, #wpadminbar li.hover .ab-item:before, #wpadminbar li:hover #adminbarsearch:before, #wpadminbar li:hover .ab-icon:before, #wpadminbar li:hover .ab-item:before, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:focus, #wpadminbar.nojs .quicklinks .menupop:hover ul li a:hover,
#wpadminbar .ab-top-menu > li.hover > .ab-item, #wpadminbar.nojq .quicklinks .ab-top-menu > li > .ab-item:focus, #wpadminbar:not(.mobile) .ab-top-menu > li:hover > .ab-item, #wpadminbar:not(.mobile) .ab-top-menu > li > .ab-item:focus,
#collapse-button:hover,
#adminmenu li a:focus div.wp-menu-image:before, #adminmenu li.opensub div.wp-menu-image:before, #adminmenu li:hover div.wp-menu-image:before,
#adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus,
#adminmenu .wp-submenu a:focus, #adminmenu .wp-submenu a:hover, #adminmenu a:hover, #adminmenu li.menu-top > a:focus {
  color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

#adminmenu li.menu-top:hover, #adminmenu li.opensub > a.menu-top, #adminmenu li > a.menu-top:focus {
  background-color: rgb(41.8, 48.45, 53.2);
}

.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle a {
  background: #2c3338;
}

/* TinyMCE */
.mce-container.mce-menu .mce-menu-item:hover,
.mce-container.mce-menu .mce-menu-item.mce-selected,
.mce-container.mce-menu .mce-menu-item:focus,
.mce-container.mce-menu .mce-menu-item-normal.mce-active,
.mce-container.mce-menu .mce-menu-item-preview.mce-active {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

#menu-posts-customposttype .dashicons-before:before {
  font-family: "FontAwesome";
  content: "\f0ca";
}

.acf-input-prepend {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.wp-core-ui {
  font-family: sans-serif;
  font-weight: 400;
}

.dashicons,
.acf-input-append,
.theme-browser .theme .theme-name {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ws_menu.ws_active.ws_active::after {
  right: -25px;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  border-radius: 0 !important;
  text-shadow: none !important;
}

input,
select,
textarea {
  border-radius: 0 !important;
  border: 1px solid #ddd !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

input[type=radio] {
  border-radius: 50% !important;
}

.wrap .add-new-h2:hover,
.wrap .page-title-action:hover {
  border-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
}

.acf-field select,
.wp-admin select {
  padding-right: 31px !important;
  background-image: url(../images/select-icon.svg);
  background-repeat: no-repeat;
  background-position: right 7px top 50% !important;
  background-size: 10px auto !important;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  padding-top: 0;
  padding-bottom: 0;
}

.acf-field select {
  max-width: 100%;
}

.acf-switch.-on .acf-switch-slider.acf-switch-slider {
  border: rgb(239.1371681416, 1.0628318584, 29.7592920354) solid 1px;
}

.acf-switch.-on.-on:hover {
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}

.acf-switch .acf-switch-on {
  text-shadow: none !important;
}

.ui-progressbar .ui-progressbar-value.ui-progressbar-value {
  max-width: 100%;
  margin: 0;
}

.acf-switch.-on.-on,
.acf-field-object.open > .handle.handle {
  background: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  border: rgb(239.1371681416, 1.0628318584, 29.7592920354) solid 1px;
  text-shadow: none !important;
}

.acf-gallery .acf-gallery-attachment .thumbnail img {
  max-width: calc(100% - 10px);
}

.tablenav-pages-navspan {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.acf-gallery .acf-gallery-attachment .margin.margin {
  background-color: #f2f2f2;
  background-image: linear-gradient(45deg, #d2d2d2 25%, transparent 25%), linear-gradient(-45deg, #d2d2d2 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #d2d2d2 75%), linear-gradient(-45deg, transparent 75%, #d2d2d2 75%);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0px;
  background-repeat: repeat;
}

.acf-image-uploader.acf-image-uploader .image-wrap img {
  margin: 0 auto;
  background-color: #f2f2f2;
  background-image: linear-gradient(45deg, #d2d2d2 25%, transparent 25%), linear-gradient(-45deg, #d2d2d2 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #d2d2d2 75%), linear-gradient(-45deg, transparent 75%, #d2d2d2 75%);
  background-size: 10px 10px;
  background-position: 0 0, 0 5px, 5px -5px, -5px 0px;
  background-repeat: repeat;
}

.acf-image-uploader.acf-image-uploader .image-wrap {
  max-width: none !important;
  width: 100%;
}

[for=tag-generator-panel-radio-values] + br + label {
  display: none !important;
}

[for=tag-generator-panel-checkbox-values] + br + label {
  display: none !important;
}
[for=tag-generator-panel-checkbox-values] + br + label + br + label + br + label {
  display: none !important;
}

.components-dropdown.block-editor-inserter .components-button.block-list-appender__toggle.block-editor-button-block-appender {
  background-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  margin: 20px auto 20px;
  width: auto;
  height: auto;
  padding: 0;
}
.components-dropdown.block-editor-inserter .components-button.block-list-appender__toggle.block-editor-button-block-appender:hover svg {
  background: rgb(191.3097345133, 0.8502654867, 23.8074336283);
}
.components-dropdown.block-editor-inserter .components-button.block-list-appender__toggle.block-editor-button-block-appender svg {
  width: 24px;
  height: 24px;
  background-color: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  -webkit-transition: 0.05s;
  transition: 0.05s;
}
.components-dropdown.block-editor-inserter .components-button.block-list-appender__toggle.block-editor-button-block-appender svg * {
  fill: white;
}

.components-placeholder__fieldset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.components-spinner {
  margin: 0 auto;
}
.components-spinner .css-5zbsse.css-5zbsse {
  stroke: #dddddd;
}
.components-spinner path {
  stroke: rgb(239.1371681416, 1.0628318584, 29.7592920354);
  stroke-width: 2px;
  stroke-linecap: butt;
}

.acf-headerbar.acf-headerbar .acf-headerbar-inner,
.post-type-acf-field-group.post-type-acf-field-group.columns-1 .notice,
.post-type-acf-field-group.post-type-acf-field-group .metabox-holder.columns-1 #acf-field-group-fields,
.post-type-acf-field-group.post-type-acf-field-group .metabox-holder.columns-1 #acf-field-group-options,
.post-type-acf-field-group.post-type-acf-field-group .metabox-holder.columns-1 .meta-box-sortables.ui-sortable,
.post-type-acf-field-group.post-type-acf-field-group .metabox-holder.columns-1 .notice {
  max-width: 100%;
}

.acf-field-settings.acf-field-settings .acf-field .acf-label,
.acf-field-settings.acf-field-settings .acf-field .acf-input {
  max-width: 100%;
}

.post-type-acf-field-group.post-type-acf-field-group .acf-field.acf-field-number .acf-label,
.post-type-acf-field-group.post-type-acf-field-group .acf-field.acf-field-number .acf-input input[type=number] {
  max-width: 100%;
}

.post-type-acf-field-group.post-type-acf-field-group .acf-field-setting-fc_layout .acf-fc-meta {
  max-width: 100%;
}
.post-type-acf-field-group.post-type-acf-field-group .acf-field-setting-fc_layout .acf-fc-meta .acf-fc-meta-display {
  padding-right: 0;
}

.gform-settings__wrapper.gform-settings__wrapper.gform-settings__wrapper .gform-field__toggle input[type=checkbox]:checked + .gform-field__toggle-container .gform-field__toggle-switch, .gform-settings__wrapper.gform-settings__wrapper.gform-settings__wrapper .gform-settings-field__toggle input[type=checkbox]:checked + .gform-field__toggle-container .gform-field__toggle-switch {
  left: 1.25rem;
  top: -0.25rem;
}
.gform-settings__wrapper.gform-settings__wrapper.gform-settings__wrapper .gform-field__toggle .gform-field__toggle-switch, .gform-settings__wrapper.gform-settings__wrapper.gform-settings__wrapper .gform-settings-field__toggle .gform-field__toggle-switch {
  top: -0.25rem;
  left: -0.25rem;
}

.edit-post-meta-boxes-area__container .wpseo-metabox .wpseo-metabox-menu.wpseo-metabox-menu {
  margin: 0;
}

html:has(.editor-styles-wrapper) {
  font-size: 10px;
}

.public-DraftStyleDefault-block.public-DraftStyleDefault-block.public-DraftStyleDefault-block span,
.yst-root .yst-badge--small.yst-badge--small,
.yst-text-base.yst-text-base.yst-text-base,
.yst-root.yst-root.yst-root,
.bWWkcG.bWWkcG.bWWkcG,
.postbox .inside h2 {
  font-size: 14px !important;
}

h2 > button {
  padding: 10px 15px !important;
}

.yst-w-2\.5.yst-w-2\.5.yst-w-2\.5 {
  width: 10px !important;
  height: auto !important;
}

.acf-field.h1 .acf-input textarea,
.acf-field.h1 .acf-input input,
.acf-field.h2 .acf-input textarea,
.acf-field.h2 .acf-input input,
.acf-field.h3 .acf-input textarea,
.acf-field.h3 .acf-input input,
.acf-field.h4 .acf-input textarea,
.acf-field.h4 .acf-input input,
.acf-field.h5 .acf-input textarea,
.acf-field.h5 .acf-input input,
.acf-field.h6 .acf-input textarea,
.acf-field.h6 .acf-input input,
.acf-field.blockquote .acf-input textarea,
.acf-field.blockquote .acf-input input {
  font-family: "Roboto Flex", sans-serif;
  font-weight: 700;
  -webkit-font-feature-settings: "calt" 1;
          font-feature-settings: "calt" 1;
}

.acf-field.h1 .acf-input textarea,
.acf-field.h1 .acf-input input {
  font-size: 8rem;
  line-height: 0.9;
}

.acf-field.h2 .acf-input textarea,
.acf-field.h2 .acf-input input {
  font-size: 4.8rem;
  line-height: 0.9;
}

.acf-field.h3 .acf-input textarea,
.acf-field.h3 .acf-input input {
  font-size: 3.2rem;
  line-height: 0.9;
}

.acf-field.h4 .acf-input textarea,
.acf-field.h4 .acf-input input {
  font-size: 2.4rem;
  line-height: 0.9;
}

.acf-field.h5 .acf-input textarea,
.acf-field.h5 .acf-input input {
  font-size: 2rem;
  line-height: 0.9;
}

.acf-field.h6 .acf-input textarea,
.acf-field.h6 .acf-input input {
  font-size: 1.2rem;
  line-height: 0.9;
}

.acf-field.psmall .acf-input textarea,
.acf-field.psmall .acf-input input, .acf-field.plarge .acf-input textarea,
.acf-field.plarge .acf-input input, .acf-field.p .acf-input textarea,
.acf-field.p .acf-input input {
  font-size: 1.6rem;
  line-height: 1.2;
}
.acf-field.psmall .acf-input textarea,
.acf-field.psmall .acf-input input {
  font-size: 1.2rem;
  line-height: 1.2;
}
.acf-field.plarge .acf-input textarea,
.acf-field.plarge .acf-input input {
  font-size: 2rem;
  line-height: 1.2;
}

.acf-field.blockquote .acf-input textarea,
.acf-field.blockquote .acf-input input {
  font-size: 1.6rem;
  line-height: 1;
}

.acf-field.bold .acf-input textarea,
.acf-field.bold .acf-input input {
  font-weight: 700;
}

#woocommerce-product-images {
  display: none;
}

.post-type-team .wp-block-post-content,
.post-type-team .edit-post-header-toolbar .editor-document-tools__inserter-toggle,
.post-type-success-stories .wp-block-post-content,
.post-type-success-stories .edit-post-header-toolbar .editor-document-tools__inserter-toggle,
.post-type-testimonials .wp-block-post-content,
.post-type-testimonials .edit-post-header-toolbar .editor-document-tools__inserter-toggle {
  display: none !important;
}
.post-type-team .editor-styles-wrapper.editor-styles-wrapper,
.post-type-team .editor-styles-wrapper.editor-styles-wrapper::after,
.post-type-success-stories .editor-styles-wrapper.editor-styles-wrapper,
.post-type-success-stories .editor-styles-wrapper.editor-styles-wrapper::after,
.post-type-testimonials .editor-styles-wrapper.editor-styles-wrapper,
.post-type-testimonials .editor-styles-wrapper.editor-styles-wrapper::after {
  height: auto !important;
}
.post-type-team .edit-post-visual-editor.edit-post-visual-editor,
.post-type-success-stories .edit-post-visual-editor.edit-post-visual-editor,
.post-type-testimonials .edit-post-visual-editor.edit-post-visual-editor {
  height: auto !important;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.acf-expand-details ~ .acf-expand-details {
  display: none;
}

@media (min-width: 769px) {
  .wp-block-post-content:not(:has(.is-selected)) .block-editor-block-list__block:last-of-type:before, .wp-block-post-content:not(:has(.is-selected)) .block-editor-block-list__block:nth-last-child(2):before {
    background-color: rgba(191.3097345133, 0.8502654867, 23.8074336283, 0.9);
    content: attr(aria-label) " -" !important;
    border-radius: 2px 2px 0 0;
    font-weight: 700;
  }
  .wp-block-post-content:not(:has(.is-selected)) .block-editor-block-list__block:last-of-type .acf-block-body, .wp-block-post-content:not(:has(.is-selected)) .block-editor-block-list__block:nth-last-child(2) .acf-block-body {
    max-height: 9999999px;
  }
  .wp-block-post-content .block-editor-block-list__block:before {
    content: attr(aria-label) " +" !important;
    background-color: rgba(239.1371681416, 1.0628318584, 29.7592920354, 0.9);
    width: calc(100% - 10px);
    border-radius: 2px;
    font-weight: 700;
  }
  .wp-block-post-content .block-editor-block-list__block.is-selected ~ .block-editor-block-list__block:before {
    background-color: rgba(239.1371681416, 1.0628318584, 29.7592920354, 0.9);
    content: attr(aria-label) " +" !important;
    border-radius: 2px;
    font-weight: 700;
  }
  .wp-block-post-content .block-editor-block-list__block.is-selected ~ .block-editor-block-list__block .acf-block-body {
    max-height: 0;
  }
  .wp-block-post-content .block-editor-block-list__block.is-selected:before {
    background-color: rgba(191.3097345133, 0.8502654867, 23.8074336283, 0.9);
    content: attr(aria-label) " -" !important;
    border-radius: 2px 2px 0 0;
    font-weight: 700;
  }
  .wp-block-post-content .block-editor-block-list__block.is-selected .acf-block-body {
    max-height: 9999999px;
  }
  .wp-block-post-content .block-editor-block-list__block .acf-block-body {
    overflow: hidden;
    max-height: 0;
  }
}
/*# sourceMappingURL=maps/admin.css.map */
