/* New Styles */
.wp-block-post-content *::selection {
	background: #fff !important;
	color: #000 !important;
}

.is-width-1300 {
    max-width: 1300px !important;
}

.is-width-900 {
    max-width: 900px !important;
}

.is-width-1050 {
    max-width: 1050px !important;
}

.is-minwidth-360 {
    min-width: 360px;
}

/* 1 rem = 18px */
/* editor-styles-wrapper */
.wp-block-post-content {
	display: flow-root;
    line-height: 1.3;
    --wp--style--global--content-size: 720px;
    --wp--style--global--wide-size: 1200px;
    --wp--preset--spacing--20: 20px;
	--wp--preset--spacing--30: 30px;
	--wp--preset--spacing--40: 40px;
	--wp--preset--spacing--50: 50px;
	--wp--preset--spacing--60: 60px;
	--wp--preset--spacing--70: 70px;
	--wp--preset--spacing--80: 80px;
    --wp--preset--font-size--small: 20px;
	--wp--preset--font-size--medium: 30px; /* 34 */
	--wp--preset--font-size--large: 38px; /* 40 */
	--wp--preset--font-size--x-large: 46px; /* 56 */
    --wp--preset--font-size--label: 25px;
    --wp--preset--color-accent: #FFCA2D;
    font-size: var(--wp--preset--font-size--medium);
}

@media (max-width: 1350px ) {
    .wp-block-post-content p[style*="font-size:145px"] {
        font-size: 100px !important;
    }
}

@media (max-width: 992px ) {
    .wp-block-post-content {
        --wp--preset--spacing--20: 20px;
        --wp--preset--spacing--30: 25px;
        --wp--preset--spacing--40: 30px;
        --wp--preset--spacing--50: 35px;
        --wp--preset--spacing--60: 40px;
        --wp--preset--spacing--70: 45px;
        --wp--preset--spacing--80: 50px;
        --wp--preset--font-size--small: 16px;
        --wp--preset--font-size--medium: 20px;
        --wp--preset--font-size--large: 24px;
        --wp--preset--font-size--x-large: 30px;
    }
    .wp-block-post-content p[style*="font-size:145px"] {
        font-size: 60px !important;
    }
    .is-width-900 {
        max-width: 70% !important;
    }
}

@media (max-width: 576px ) {
    .wp-block-post-content p[style*="font-size:145px"] {
        line-height: 0.9 !important;
        margin-bottom: 10px;
    }
    .wp-block-post-content {
        --wp--preset--font-size--small: 16px;
        --wp--preset--font-size--medium: 18px;
        --wp--preset--font-size--large: 20px;
        --wp--preset--font-size--x-large: 20px;
    }
    .is-width-900 {
        max-width: initial !important;
    }
    .is-a-project-by p {
        font-size: 16px !important;
    }
    .is-a-project-by .wp-block-image > img {
        height: 30px;        
    }
    .wp-block-post-content {
        --wp--preset--font-size--label: 18px;
    }
}

@media (max-width: 600px) {
    .frm_hidden_container  .frm_primary_label {
        display: none !important;
    } 
}

:root :where(.is-layout-constrained) > *,
:root :where(.editor-styles-wrapper) :where(.is-layout-flow)>* {
	margin-block-start: var(--wp--preset--spacing--20);
	margin-block-end: 0;
}

:where(.wp-block-group.has-background) {
    padding: initial;
}

html :where(.editor-styles-wrapper) {
	padding: 0;
}

:where(.editor-styles-wrapper) .wp-block-post-content * {
	line-height: 1.3;
}

@font-face{
    font-family: 'Outfit';
    font-style: normal;
    font-weight: 500;
    src: url('../fonts/outfit-medium.woff2') format('woff2');
    font-display: swap;
}

.has-outfit-font-family {
    font-family: 'Outfit';
    font-weight: 500;
}

.wp-block-post-content p > * {
    line-height: inherit;
}

.wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull)),
.wp-block-group > .wp-block-group__inner-container > .wp-block-group:not(.alignleft):not(.alignright):not(.alignfull),
.wp-block-cover > .wp-block-cover__inner-container > .wp-block-group:not(.alignleft):not(.alignright):not(.alignfull),
.wp-block-columns > .wp-block-column > .wp-block-group:not(.alignleft):not(.alignright):not(.alignfull) {
    margin-left: auto !important;
	margin-right: auto !important;
}

.wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
    max-width: var(--wp--style--global--content-size);
}

.wp-block-post-content > .alignwide {
    max-width: var(--wp--style--global--wide-size);
}

.wp-block-group > .wp-block-group__inner-container > .wp-block-group:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull),
.wp-block-cover > .wp-block-cover__inner-container > .wp-block-group:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull),
.wp-block-columns > .wp-block-column > .wp-block-group:not(.alignleft):not(.alignright):not(.alignwide):not(.alignfull) {
    max-width: var(--wp--style--global--content-size);
}

.wp-block-group > .wp-block-group__inner-container > .wp-block-group.alignwide,
.wp-block-cover > .wp-block-cover__inner-container > .wp-block-group.alignwide,
.wp-block-columns > .wp-block-column > .wp-block-group.alignwide {
    max-width: var(--wp--style--global--wide-size);
}

/* Editor */
.wp-block[data-align="wide"] {
	max-width: var(--wp--style--global--wide-size);
}

.is-root-container .wp-block {
    max-width: initial;
}
.is-root-container > .wp-block:not([data-align="wide"]):not([data-align="full"]) {
    max-width: var(--wp--style--global--content-size);
}

.editor-styles-wrapper .wp-block[data-align=full] {
	margin-left: initial !important;
	margin-right: initial !important;
}

/* Styles */
.page-template-page-blocks .group-splintercon-text-yellow-gradient {
    background: linear-gradient(to bottom, var(--wp--preset--color-accent) 0%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

/* Button */
.wp-block-button.is-style-inner-shadow .wp-block-button__link {
    box-shadow: inset 0 0 20px 1px currentColor !important;
}

.wp-block-button.is-style-inner-shadow .wp-block-button__link:hover {
	background-color: currentColor;
}

.wp-block-button.is-style-inner-shadow-yellow .wp-block-button__link:hover {
	color: var(--wp--preset--color-accent) !important;
    background-color: #000 !important;
}

.wp-block-button.is-style-inner-shadow-black .wp-block-button__link:hover {
	color: #000 !important;
    background-color: var(--wp--preset--color-accent) !important;
}

.wp-block-list {
    list-style-type: disc;
    padding-left: 1.34em;
}
.editor-styles-wrapper .wp-block-list {
    list-style-type: disc;
}

/* Forms */
.page-template-page-blocks .with_frm_style {
    --section-color: #fff !important;
    --title-color: #fff;
    --text-color: #fff;
    --border-color: #000;
    --label-color: #fff;
    --form-desc-color: #fff;
    --border-radius: 15px;
    --field-pad: 16px;
    --fieldset-color: #fff;
    --check-label-color: #fff;
    --required-color: #fff;
    --bg-color-error: transparent;
    --error-bg: transparent;
    --field-font-size: 20px;
    --check-font-size: var(--wp--preset--font-size--small);
    --error-font-size: var(--wp--preset--font-size--medium);
    --success-border-color: var(--wp--preset--color-accent);
    --success-text-color: #fff;
}
.frm_form_fields .frm_fields_container {
    grid-gap: 0 4%;
}

.page-template-page-blocks .with_frm_style input[type=text],
.page-template-page-blocks .with_frm_style input[type=email],
.page-template-page-blocks .with_frm_style input[type=number],
.page-template-page-blocks .with_frm_style input[type=url],
.page-template-page-blocks .with_frm_style input[type=tel],
.page-template-page-blocks .with_frm_style input[type=phone],
.page-template-page-blocks .with_frm_style select,
.page-template-page-blocks .with_frm_style textarea {
    box-shadow: inset 0 0 10px 1px #fff;
}

.page-template-page-blocks .with_frm_style input[type=text]:focus,
.page-template-page-blocks .with_frm_style input[type=email]:focus,
.page-template-page-blocks .with_frm_style input[type=number]:focus,
.page-template-page-blocks .with_frm_style input[type=url]:focus,
.page-template-page-blocks .with_frm_style input[type=tel]:focus,
.page-template-page-blocks .with_frm_style input[type=phone]:focus,
.page-template-page-blocks .with_frm_style select:focus,
.page-template-page-blocks .with_frm_style textarea:focus {
    border-color: #fff !important;
}

.page-template-page-blocks .with_frm_style select > option {
    background-color: #000;
}

.page-template-page-blocks .with_frm_style .frm_checkbox input[type=checkbox],
.page-template-page-blocks .with_frm_style .frm_radio input[type=radio] {
    color: #fff;
	border-color: currentColor;
}
/* here */
.page-template-page-blocks .with_frm_style .frm_checkbox input[type=checkbox] {
    border-radius: 2px !important;
}

.page-template-page-blocks .with_frm_style .frm_checkbox .with_frm_style .frm_radio label,
.page-template-page-blocks .with_frm_style .frm_checkbox .with_frm_style .frm_checkbox label {
	color: #ccc;
}

.page-template-page-blocks .frm_screen_reader.frm_hidden {
    display: none !important;
}

.page-template-page-blocks .frm_forms.with_frm_style .frm_fields_container .frm_radio input[type=radio]:not([disabled]):checked,
.page-template-page-blocks .frm_forms.with_frm_style .frm_fields_container .frm_scale input[type=radio]:not([disabled]):checked,
.page-template-page-blocks .frm_forms.with_frm_style .frm_fields_container .frm_checkbox input[type=checkbox]:not([disabled]):checked {
	border-color: #fff !important;
}

.page-template-page-blocks .with_frm_style .frm_radio input[type=radio]:before,
.page-template-page-blocks .with_frm_style .frm_scale input[type=radio]:before,
.page-template-page-blocks .with_frm_style .frm_radio input[type=radio]:before {
    background-color: #fff !important;
}

.page-template-page-blocks .frm_forms.with_frm_style.splintercon-form-lusaka .frm_submit .frm_button_submit {
    background-color: #000 !important;
    color: #fff;
    box-shadow: inset 0 0 20px 1px currentColor !important;
    font-family: Roboto;
    font-weight: 500;
    padding-top: 0.3em;
	padding-right: var(--wp--preset--spacing--40);
	padding-bottom: 0.3em;
	padding-left: var(--wp--preset--spacing--40);
    font-size: var(--wp--preset--font-size--medium);
    min-width: 260px;
    border-radius: 50rem !important;
    border: 0;
}

.page-template-page-blocks .frm_forms.with_frm_style.splintercon-form-lusaka .frm_submit .frm_button_submit:hover {
    background-color: #fff !important;
    color: #000 !important;
    box-shadow: inset 0 0 20px 1px currentColor !important;
}

@media (max-width: 992px) {
    .page-template-page-blocks .frm_forms.with_frm_style.splintercon-form-lusaka .frm_submit .frm_button_submit {
        --wp--preset--font-size--medium: 22px;
    }
}

.page-template-page-blocks .with_frm_style .frm_dropzone {
    color: #666 !important;
}

.page-template-page-blocks .frm_style_splinterstyle2.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
    border-top: 0;
	padding-top: 0;
	font-size: 24px;
}

.page-template-page-blocks .frm_style_splinterstyle2.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
	font-size: 42px;
}

.page-template-page-blocks .with_frm_style .frm_primary_label {
    font-size: var(--wp--preset--font-size--label);
    margin-bottom: 10px;
}

.page-template-page-blocks .frm_style_splinterstyle2.with_frm_style div.frm_description,
.page-template-page-blocks .frm_style_splinterstyle2.with_frm_style .frm_pro_max_limit_desc {
    color: #fff;
    font-size: var(--wp--preset--font-size--small);
    margin-top: 5px;
}

.page-template-page-blocks .frm_style_splinterstyle2.with_frm_style .frm_error_style {
    text-align: center;
    --form-align: center;
}

.page-template-page-blocks .frm_style_splinterstyle2.with_frm_style .frm_error {
    font-size: var(--wp--preset--font-size--small);
}

.page-template-page-blocks .with_frm_style .frm_message {
	border: 0;
    box-shadow: 0px 0px 31px 0px #FFCA2D inset;
	background-color: #000;
	color: #fff;
	border-radius: 15px;
	font-size: 22px;
    letter-spacing: 1%;
    padding: var(--wp--preset--spacing--50) var(--wp--preset--spacing--60);
}
.page-template-page-blocks .with_frm_style .frm_message img {
    vertical-align: text-top;
    margin-left: 7px
}
.page-template-page-blocks .with_frm_style .frm_message p:first-child {
    color: #FFCA2D;
    margin-bottom: 30px;
}
.page-template-page-blocks .with_frm_style .frm_message p + p {
    margin-top: 15px;
}

.page-template-page-blocks .with_frm_style .frm_message a {
    color: inherit;
    text-decoration: underline;
}

/* People */
.page-template-page-blocks .wp-block-knd-people .entry-preview img {
	border-radius: 13% 80% 13% 35%;
}
.wp-block-knd-people .entry-meta {
    text-align: center;
}

.wp-block-knd-people .knd-block-carousel:not(.flickity-enabled) {
    display: flex;
    overflow: hidden;
} 

.knd-block-carousel.flickity-buttons-top .flickity-prev-next-button {
	width: initial;
	height: initial;
	border: none;
    background: none;
    color: var(--wp--preset--color-accent);
}

.knd-block-carousel.flickity-buttons-top .flickity-prev-next-button .flickity-button-icon {
    position: initial;
    left: initial;
    top: initial;
    width: 50px;
    height: 50px;
    fill: currentColor;
    display: block;
}

.knd-block-carousel.flickity-buttons-top .flickity-prev-next-button .flickity-button-icon:hover {
    fill: #fff;
}

@media (min-width: 768px) {
    .wp-block-knd-people-carousel .knd-container {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }

    .knd-block-carousel.flickity-buttons-top .flickity-prev-next-button.previous {
        left: 0;
        right: auto;
        top: 30%;
        transform: translate(-35px,-50%);
    }
    
	.knd-block-carousel.flickity-buttons-top .flickity-prev-next-button.next {
		right: 0;
		top: 30%;
        transform: translate(35px,-50%);
	}

	.wp-block-knd-people .entry-title {
		font-size: var(--wp--preset--font-size--small);
	}

}

/* Footer */
.page-template-page-blocks .knd-container {
    max-width: 1300px;
}
