/*
	Theme Name: Modern Studio Pro
	Theme URI: http://my.studiopress.com/themes/modern-studio/
	Description: Stylish and elegant, the Modern Studio theme is the perfect platform for your most-compelling words and images.
	Author: StudioPress
	Author URI: http://studiopress.com/

	Version: 1.0.3

	Tags: black, orange, white, one-column, two-columns, responsive-layout, custom-menu, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready

	Template: genesis
	Template Version: 2.1.2

	License: GPL-2.0+
	License URI: http://www.opensource.org/licenses/gpl-license.php 
*/

/* Table of Contents
- Imports
- HTML5 Reset
	- Baseline Normalize
	- Box Sizing
	- Float Clearing
- Defaults
	- Typographical Elements
	- Headings
	- Objects
	- Gallery
	- Forms
	- Tables
- Structure and Layouts
	- Site Containers
	- Column Widths and Positions
	- Column Classes
- Common Classes
	- Avatar
	- Genesis
	- Search Form
	- Titles
	- WordPress
- Widgets
	- Featured Content
- Plugins
- Sticky Message
- Site Header
	- Title Area
- Site Navigation
	- Navigation
	- Responsive Navigation
- Content Area
	- Welcome Message
	- Entries
	- Entry Meta
	- After Entry
	- Pagination
	- Comments
- Sidebar
- Footer Widgets
- Site Footer
- Media Queries
	- Retina Display
	- Min-width: 930px
	- Min-width: 1100px
*/


/* HTML5 Reset
---------------------------------------------------------------------------------------------------- */

/* Baseline Normalize
--------------------------------------------- */
/* normalize.css v3.0.1 | MIT License | git.io/normalize */

html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background:0 0}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:700}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#00053f}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

/* Box Sizing
--------------------------------------------- */

*,
input[type="search"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

/* Float Clearing
--------------------------------------------- */

.author-box:before,
.clearfix:before,
.entry:before,
.entry-content:before,
.footer-widgets:before,
.navigation-container:before,
.nav-primary:before,
.nav-secondary:before,
.pagination:before,
.sidebar .widget:before,
.site-container:before,
.site-footer:before,
.site-header:before,
.site-inner:before,
.widget:before,
.wrap:before {
	content: " ";
	display: table;
}

.author-box:after,
.clearfix:after,
.entry:after,
.entry-content:after,
.footer-widgets:after,
.navigation-container:after,
.nav-primary:after,
.nav-secondary:after,
.pagination:after,
.sidebar .widget:after,
.site-container:after,
.site-footer:after,
.site-header:after,
.site-inner:after,
.widget:after,
.wrap:after {
	clear: both;
	content: " ";
	display: table;
}


/* Defaults
---------------------------------------------------------------------------------------------------- */

/* Typographical Elements
--------------------------------------------- */

body {
	height: 100vh;
	width: 100%;
	/*background-color: #fffefa;*/
	
	background-color: #ffffff50;
	color: #201F58;	
	/*font-family: 'Manjari', sans-serif;*/
	/*font-weight: 300;*/
	
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 400;
	font-size: 16px;
	/*font-size: 16.5px;*/
	/*font-size: 17px;*/
	line-height: 1.5;
	letter-spacing: 0.01em;
	margin: 0;
	-webkit-font-smoothing: antialiased;
	overflow-x: hidden;
	background-image: url(/wp-content/uploads/2022/02/rustic-bg-50op.png), linear-gradient(0deg,transparent,#87b6d11c 100%);
    background-size: auto;
    background-size: 300px;
    background-attachment: fixed;
    background-position: 0% 50%;
    background-blend-mode: luminosity, saturation, overlay;
}

.handwriting {
	/*font-family: 'Qwitcher Grypen', cursive;*/
	font-weight: 600;
	font-style: italic;
    /*color: #e21b09;*/
}

a,
a:hover,
a:focus,
a:hover > span,
a:focus > span,
a[rel~="lightbox"]::after,
button,
btn,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
figcaption,
.button,
/*button::after,
input::after,
.button::after,*/
.bb-btn,
.bb-btn--alt,
.bb-btn--cancel,
/*.bb-btn::after,
.bb-btn--alt::after,
.bb-btn--cancel::after,
.featured-content .more-link::after,
.wp-block-button a::after,
.archive-pagination li a::after,
.blox-entry-header .excerpt a:last-of-type::after,*/
img,
.xreboo-scroll-to-top,
ul.sub-menu {
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition:    all 0.8s ease-in-out;
	-ms-transition:     all 0.8s ease-in-out;
	-o-transition:      all 0.8s ease-in-out;
	transition:         all 0.8s ease-in-out;
}

::-moz-selection,
::selection {
	background-color: #b0006c;
	color: #fff;
}

a {
    color: #b0006c;
	text-decoration: none;
	font-weight: 500;
}

a:hover,
a:focus {
	background: #e6f1fb;
	/*color: #e21b09;*/
	/*box-shadow: inset 0 -100px 0 0 #f2f6f6;*/
	
	box-shadow: inset 0 -150px 0 0 #008eff0d;
	/*border-color: #b0006c !important;*/
}

a:has(img),
.gallery-item a,
figure > a,
.nivo-lightbox-open a,
a.entry-image-link,
.wp-block-image.noshadow img,
.site-footer .widget_media_image a {
	box-shadow: none !important;
	background-color: transparent !important;
}

.archive .entry-content a.entry-image-link > img {
	border-radius: 100%;
}

a.info::after,
a.external::after,
a[rel~="noopener"]::after,
li.external > a::after,
li > a[rel~="noopener"]::after/*,
a[rel~="lightbox"]::after*/ {
	content: "\f504";
    font-family: 'dashicons';
	font-size: 12px;
    font-weight: normal;
    margin: 0 -6px 0 0px;
    vertical-align: top;
    line-height: initial;
	display: inline-block;
}

a:has(img)::after {
	position: absolute;
}

/*a[rel~="lightbox"]::after {
	content: "\f188";
	opacity: 0;
	position: relative;
	left: -9999px;
	top: 60px;
	font-size: 20px;
	margin: 0 -14px 0 0;
}

a[rel~="lightbox"]:hover::after,
a[rel~="lightbox"]:focus::after {
    left: -160px;
	opacity: 1;
}*/

/*a[rel~="lightbox"]::after,*/
a.info::after {
	content: "\f14c";
}

.widget_media_image a[rel~="noopener"]::after {
	position: absolute;
}

/*a:not(.button),
a:not(.bb-btn),*/
.blox-entry-header p > a,
.entry-content p > a:not(.button) {
	/*background-size: 100% 1px;
    text-decoration: none;
    position: relative;
    background-image: linear-gradient(currentColor,currentColor);
    background-position: 100% 100%;
    background-repeat: no-repeat;
    transition: background-size .3s ease .15s;*/
	
    padding: 2px 4px;
    margin: 0 -2px;
	
	/*margin: 0;*/
}

p.entry-readmore > a.more-link {
	margin: 0 2px;
}

.home .blogs a.more-link {
	/*position: relative;
	left: -15px;*/
}

a.button[rel~="noopener"]::after,
.sticky-message .button[rel~="noopener"]::after,
.featured-content .more-link[rel~="noopener"]::after,
.wp-block-button a[rel~="noopener"]::after {
	margin: 0 -14px 0 2px;
}

h2._mPS2id-t > a {
	color: #00053f;
}

h2._mPS2id-t > a::before {
	content: "\f323";
	font-family: 'dashicons';
	font-size: 20px;
	/*color: #e21b09;*/
	transform: rotate(135deg);
    display: inline-block;
    position: relative;
	left: -4px;
    margin: 0 0 0 -20px;
}

p {
	margin: 0 0 30px;
	padding: 0;
}

.footnote p {
	margin-bottom: 15px;
}

.footnote p:last-of-type,
p.footnote {
	margin-bottom: 0;
}

.footnote p,
p.footnote,
.small,
.has-small-font-size {
	font-size: 75% !important;
}

.contact-links p:not(.notice) {
	margin: 0 0 15px;
	text-indent: 8px;
}

ol,
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style-type: none;
}

b,
strong,
b > em,
strong > em {
	font-weight: 700;
}

em,
i {
	font-style: italic;
	font-weight: normal;
}

s,
del,
strike {
	text-decoration-style: wavy;
    text-decoration-color: #e21b09;
    text-decoration-thickness: 2px;
}

pre.wp-block-preformatted {
	font-family: inherit;
    font-weight: 700;
    background: #fff;
    display: inline;
    padding: 2px 3px;
    margin: 0 -3px;
}

span.error {
	text-transform: lowercase;
}

span.error::after {
	/*display: inline-flex;
	font-family: 'dashicons';
    content: "\f333";
    color: #e21b09;
    font-size: 24px;
    position: relative;
    top: 24px;
    width: 0px;
    left: -20px;*/	
	display: inline-block;
    background: url(/wp-content/uploads/2021/10/Lomas-editorial-error-mark-96px.png) center center no-repeat;
    background-size: contain;
    content: "";
    position: relative;
    top: 20px;
    width: 20px;
	height: 20px;
    left: -16px;
    margin-right: -20px;
}

span.handwriting,
.tiers .swiper-slide h2:not(.count)::before {
	/*font-family: 'Qwitcher Grypen', cursive;*/
	font-size: 12px;
    font-weight: 700;
    line-height: 0;
    letter-spacing: 0;
    /*color: #e21b09;*/
}

span.option::before {
	/*content: "Option";*/
    font-size: 20px;
    font-family: 'Qwitcher Grypen', cursive;
    font-weight: normal;
    /*color: #e21b09;*/
    display: block;
    position: relative;
    top: -22px;
    /* left: -40px; */
    /* bottom: 99px; */
    height: 0;
    width: fit-content;
    /* clear: right; */
    line-height: 1;
}

span.hint {
	border-bottom: 1px dashed #222c78 ;
    cursor: help;
}
/*
[data-reboo-tooltip] {
	font-family: revert !important;
	z-index: 1 !important;
}
*/

blockquote {
	margin: 30px -30px !important;
    padding: 30px !important;
    /*text-align: center;*/
	/*border: 2px solid #e21b09;*/
	/*border-radius: 30px;*/
}

.home .swiper-slide blockquote {
	/*margin: 0 !important;*/
	margin: 40px !important;
    padding: 0 !important;
}

body:not(.home) .swiper-slide blockquote {
	/*margin: 30px 0 30px -30px !important;*/
	margin: 10px !important;
}

blockquote::before,
blockquote::after {
    content: open-quote;
    border-radius: 100%;
    height: 48px;
    width: 48px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    float: left;
    font-size: 72px;
    font-family: sans-serif;
    font-weight: bold;
    /*margin: -54px;*/
	/*margin: -38px -40px;*/
	margin: -48px;
    /*color: #e21b09 !important;*/
}

blockquote::after {
    content: close-quote;
    float: right;
	/*margin: -60px -40px;*/
}

blockquote > p {
	text-align: left;
	font-size: 20px !important;
	font-weight: 400;
    line-height: 1.25 !important;
}

blockquote > p:last-of-type {
	margin-bottom: 0;
}

.home blockquote > p,
blockquote.is-style-large > p {
    /*font-size: 24px !important;
    font-weight: 500;
    line-height: 1.25 !important;
	text-align: center;
	font-style: normal !important;*/
}

blockquote > cite,
blockquote > p > cite {
	width: 100%;
    display: block;
	margin: 30px auto 0;
	font-weight: 500;
    font-size: 13px;
    line-height: 1;
	text-align: left;
}

sub,
sup {
	font-weight: 300;
}

table sub,
table sup {
	top: 0;
	bottom: 0;
}	

hr {
	border-color: #b0006c !important;
    clear: both;
    margin: 120px auto;
    width: 40px;
	border-style: dotted !important;
	border-width: 2px !important;
	border-bottom: 0 !important;
	opacity: .1;
}

hr.is-style-wide {
	/*width: 412px;*/
	width: 50%;
}

hr.is-style-wide::before,
hr.is-style-wide::after {
	content: "";
    border-left: 2px dotted #b0006c;
    width: 0;
    /*height: 60px;
    margin: -60px -2px 0;*/
	height: 100px;
    z-index: -1;
    position: absolute;
}

hr.is-style-wide::before {
	margin: -100px 0 0 -2px;
}

hr.is-style-wide::after {
	/*margin: 0 0 0 412px;*/
	margin-top: 0;
	margin-left: calc(25% + 36px);
}

.archive .entry hr.is-style-wide::after {
	/*height: 120px;*/
}

hr.is-style-wide.right-to-left::before,
hr.is-style-wide.right-to-center::after {
    /*margin: 0 -2px;*/
}

hr.is-style-wide.right-to-left::before {
	margin-left: calc(25% + 36px);
}

hr.is-style-wide.right-to-left::after {
	/*margin: -60px 0 0 412px;*/
	/*margin-top: 100px;*/
    margin-left: -2px;

}

hr.is-style-wide.center-to-left,
hr.is-style-wide.center-to-right,
hr.is-style-wide.right-to-center,
hr.is-style-wide.left-to-center,
.archive .entry hr.is-style-wide {
	/*width: 206px;*/
    /*margin: 60px 412px;*/
}

.archive .entry hr.is-style-wide {
	/*width: 264px;
	margin: 60px 278px;*/
	
	width: 360px;
	/*margin: 60px auto;*/
	margin: 30px auto;
    /*top: -30px;*/
	top: -10px;
    right: 0;
    position: relative;
    overflow: visible;
}

.archive .entry:nth-of-type(1) hr.is-style-wide {
	width: 150px;
	/*margin: 60px 412px;*/
	right: -75px;
}

.archive .entry:nth-of-type(odd) hr.is-style-wide {
	/*margin: 60px 278px;*/
}

.archive .entry:nth-of-type(even) hr.is-style-wide {
	/*margin: 60px 278px;*/
}

hr.is-style-wide.center-to-left {
	/*margin: 60px 0 60px 204px;*/
}

hr.is-style-wide.center-to-left::before {
    /*margin: 0 -2px 0;*/
}

hr.is-style-wide.center-to-left::after {
	/*margin: -60px 0 0 206px*/
}

hr.is-style-wide.center-to-right::before {
    /*margin: -60px -2px 0;*/
}

hr.is-style-wide.center-to-right::after,
hr.is-style-wide.left-to-center::after {
	/*margin: 0 0 0 206px;*/
}

.archive .entry:nth-of-type(odd) hr.is-style-wide::after {
	margin: 0 0 0 360px;
}

.archive .entry:nth-of-type(1) hr.is-style-wide::after {
	margin: 0 0 0 150px;
}

.archive .entry:nth-of-type(odd) hr.is-style-wide::before {
	margin: -100px 0 0 -2px;
}

.archive .entry:nth-of-type(even) hr.is-style-wide::before {
	margin: -100px 0 0 360px;
}

.archive .entry:nth-of-type(even) hr.is-style-wide::after {
	margin: 0 0 0 -2px;
}

hr.is-style-wide.right-to-center {
	/*margin: 0;*/
}

.narrow hr.is-style-wide.right-to-center {
	
}

hr.is-style-wide.right-to-center::before {
	/*margin: -60px -2px 0 206px;*/
}
	
hr.is-style-wide.right-to-center::after {
	/*margin: 0 -2px;*/
}

hr.is-style-wide.left-to-center {
	/*margin: 60px 0 60px 206px;*/
}

hr.is-style-wide.left-to-center::after {
	/*margin: 0 0 0 206px;*/
	margin: 100px;
}

.narrow hr {
	
}

hr.wp-block-separator.is-style-dots {
	width: auto;
    color: #03073b;
	border: 0 !important;
	margin: 45px auto;
	opacity: 1;
}

.nomargin,
.nomargin p,
.nomargin img {
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body:not(.wp-admin) .hidden {
	display: none !important;
}

body:not(.wp-admin) .nivo-lightbox-content .hidden {
	display: block !important;
}

/* Headings
--------------------------------------------- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans 3', sans-serif;
	font-weight: 700;
	line-height: 1.125;
	margin: 0 0 30px;
}

h1 {
	/*font-size: 18px;*/
	font-size: 30px;
	letter-spacing: -.02em;
	/*margin-top: -48px;
	text-indent: -1px;*/
}

.home h1::before {
	content: "Welcome to ";
}

.home h1::after {
	content: "…";
}

h2 {
	font-size: 26px;
	letter-spacing: -.01em;
}

.entry-title,
.ui-tabs-panel.post h2 {
	padding: 0;
	margin-bottom: 20px !important;
}

.entry-content h2 {
    margin: 30px 0;
    padding: 15px 0;
    font-size: 26px;
}

.entry-content h2:nth-child(1),
.ui-tabs-panel.post h2 {
	margin-top: 0;
}

.feature h2 {
	padding: 0;
}

h3 {
    font-size: 19px;
	font-weight: 500;
	letter-spacing: -.01em;
}

h4/*,
.entry-footer .entry-meta::before*/ {
	/*font-weight: 500;
    text-transform: none;
    font-size: 16px;
    letter-spacing: -.025em;*/
	
	letter-spacing: .01em;
    font-weight: 700;
    font-size: 13px;
}

/*.entry-content h4 {
    margin: 30px 0;
	font-size: 24px;
}

h4.small,
.has-small-font-size {
	font-size: 16px !important;
}*/

h5 {
	font-size: 14px;
}

h6 {
	font-size: 12px;
}

/* Objects
--------------------------------------------- */

embed,
iframe,
img,
object,
video,
.wp-caption {
	max-width: 100%;
}

.wp-block-embed__wrapper {
	text-align: center;
}

img {
	height: auto;
	border: 4px solid #fff;
	box-shadow: 0 5px 25px 0 #201F5820;
	/*filter: grayscale(0.95) sepia(0.1) brightness(1.05) contrast(1.1);*/
}

.desat img,
img.desat  {
	filter: grayscale(0.95) sepia(0.1) brightness(1.05) contrast(1.1);
}

.nofilter img,
img.nofilter
.nivo-lightbox-image > img,
.colour > img {
	filter: none;
}

img.noeffects,
.noeffects img
/*.ui-tabs img*/ {
	box-shadow: none !important;
	border: 0 !important;
}

a:hover > img {
    /*padding: 10px;*/
    /*border-color: transparent;*/
}

/* Gallery
--------------------------------------------- */

.entry-content .gallery a,
.entry-content .gallery a:hover {
	border-width: 0;
}

ul.blocks-gallery-grid {
	margin: 0 auto !important;
}

ul.blocks-gallery-grid > li::before {
	display: none !important;
}

.wp-block-gallery {
	margin: 0 -30px !important;
}

.wp-block-gallery.hidden,
.wp-block-gallery.hidden > figure:nth-child(1) {
	display: block !important;
}

.wp-block-gallery.hidden > figure {
	display: none !important;
}

.gallery {
	overflow: hidden;
}

.gallery-item {
	float: left;
	margin: 0 0 30px;
	padding: 0 3px;
	text-align: center;
}

.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 img {
	padding: 4px;
}

/* Forms
--------------------------------------------- */

input,
select,
textarea,
select.sf-input-select,
select > option,
.search-form-input {
	border: 0;
    box-shadow: 0 3px 5px 0 #201F5820;
    /* font-size: 17px; */
    /* font-weight: 400; */
    padding: 15px;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    background: #fff;
    /* text-transform: capitalize; */
    /* font-family: 'Roboto', sans-serif; */
    /* border-radius: 5px; */
    /* color: #00053f;*/
}

input[type="image"] {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	height: 16px;
    width: 16px;
    vertical-align: middle;
}

body:not(.wp-admin) [type="checkbox"]:not(:checked),
body:not(.wp-admin) [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }
 
body:not(.wp-admin) [type="checkbox"]:not(:checked) + label,
body:not(.wp-admin) [type="checkbox"]:checked + label {
    position: relative;
    cursor: pointer;
  }

body:not(.wp-admin) [type="checkbox"]:not(:checked) + label:before,
body:not(.wp-admin) [type="checkbox"]:checked + label:before {
	content: '';
    position: absolute;
    left: -24px;
    top: 0;
    width: 18px;
    height: 18px;
    background: #fff;
	border: 1px solid #222c78 ;
  }

body:not(.wp-admin) [type="checkbox"]:not(:checked) + label:after,
body:not(.wp-admin) [type="checkbox"]:checked + label:after {
	content: "\f147";
    font-family: 'dashicons';
    font-size: 20px;
    font-weight: bold;
    position: absolute;
    top: 10px;
    left: -24px;
    color: #222c78 ;
    line-height: 0;
  }

body:not(.wp-admin) [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
  }

body:not(.wp-admin) [type="checkbox"]:checked + label:after {
    opacity: 1;
  }
  
label {
	font-weight: 400;
    font-size: 16px;
    /* font-weight: 500; */
    font-size: 14px;
    font-weight: 500;
    /* margin-bottom: 8px; */
    /* display: block; */
    /* line-height: 1.1; */
    font-weight: 700;
    text-transform: uppercase;
    /* border-bottom: 2px solid red;*/
}

.checkbox span.label-wrap {
	height: 0;
	text-indent: -9999px;
}

.comment-form {
    background: #87b6d11c;
    padding: 30px;
    margin: 0 -30px;
}

.searchandfilter ul li {
	display: inline !important;
	padding: 0 !important;
}

.searchandfilter ul li::before {
	display: none !important;
}

.searchandfilter ul li > input[type="submit"],
input[type="submit"].search-form-submit {
	position: relative;
	top: -4px;
    margin: 15px 0 0 5px;
}

::-moz-placeholder {
	color: #00053f;
	font-weight: 400;
	opacity: 1;
	-webkit-font-smoothing: antialiased;
}

::-webkit-input-placeholder {
	color: #00053f;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}

button,
button.happyforms-submit,
.btn
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.entry-content .button,
.footer-widgets .button,
.sidebar .button,
.sticky-message .button,
.featured-content .more-link,
.wp-block-button a,
.archive-pagination li a,
.menu-item.social a,
.bb-btn,
.bb-btn--alt,
.bb-btn--cancel,
a.more-link,
a.linkPrevious {
	position: relative;
    z-index: 1;
	display: inline-block;
	color: #fff !important;
	border: 2px solid #fff !important;
    background: #b0006c !important;
    /*background: linear-gradient(180deg,#fff 45%,#e21b09 50%);*/
    border-radius: 7.5px;
	box-shadow: 0 2px 5px 0 #201F5820;
    cursor: pointer;
    /*font-size: 10.5px;*/
	/*font-size: 12px !important;*/
    font-weight: 500 !important;
	font-family: 'Source Sans 3', sans-serif;
	font-size: 14px !important;	
    letter-spacing: .1em !important;
	line-height: 1;
    padding: 20px !important;
	margin: 0 10px 15px 0;
    text-align: center;
    text-transform: uppercase !important;
    white-space: normal;
    width: auto !important;
	/*height: 48px;*/
	/*height: 52px;*/
	text-decoration: none !important;
}

button.happyforms-submit {
	margin: 10px 0 0;
}

/*.testimonials a.more-link,*/
.archive.category-testimonials a.more-link {
    /*float: right;*/
    position: relative;
    top: -60px;
    z-index: 2;
    text-transform: none;
    background: none !important;
    /*color: #e21b09 !important;*/
    border: 0 !important;
    box-shadow: none !important;
    letter-spacing: revert;
    padding: 2px 4px !important;
    height: auto;
    margin: 0 -4px;
	font-size: 14px;
}

.archive.category-testimonials a.more-link {
	top: -30px;
	left: 26px;
}

.testimonials a.more-link::after,
.archive.category-testimonials a.more-link::after {
	content: "" !important;
}

.btn::after,
button::after,
input[type="button"]::after,
input[type="reset"]::after,
input[type="submit"]::after,
.button::after,
.entry-content .button::after,
.footer-widgets .button::after,
.sidebar .button::after,
.sticky-message .button::after,
.featured-content .more-link::after,
.wp-block-button a::after,
.archive-pagination li a::after,
.menu-item.social a::after,
.bb-btn::after,
.bb-btn--alt::after,
.bb-btn--cancel::after,
a.more-link::after,
a.linkPrevious::after {
	content: "";
	display: inline-block;
	position: relative;	
	left: -10px;
	width: 40px;
	height: 8px;
	margin: 0 -40px 0 0;
	opacity: 0;
}

.btn:hover,
button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
input:hover[type="submit"].search-filter-reset,
.button:hover,
.button.secondary:hover,
.entry-content .button:hover,
.footer-widgets .button:hover,
.sidebar .button:hover,
.featured-content .more-link:hover,
.wp-block-button a:hover,
.archive-pagination li a:hover,
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"],
input:focus[type="submit"].search-filter-reset,
.btn:focus,
.button:focus,
.button.secondary:focus,
.entry-content .button:focus,
.footer-widgets .button:focus,
.sidebar .button:focus,
.featured-content .more-link:focus,
.wp-block-button a:focus,
.archive-pagination li a:focus,
.menu-item.social a:hover,
.menu-item.social a:focus,
/*.swiper-button-prev:focus,
.swiper-button-next:focus,
.swiper-button-prev:hover,
.swiper-button-next:hover,*/
a.more-link:focus,
a.more-link:hover,
.archive.category-testimonials a.more-link:focus,
.archive.category-testimonials a.more-link:hover,
a.linkPrevious:focus,
a.linkPrevious:hover {
    box-shadow: 0 3px 5px 0px #201F5820;
    background: #222c78 !important;
    /* background: #fdece7 !important; */
    color: #fff !important;
    border-color: #b0006c !important;
}

.btn:hover::after,
button:hover::after,
input:hover[type="button"]::after,
input:hover[type="reset"]::after,
input:hover[type="submit"]::after,
input:hover[type="submit"].search-filter-reset::after,
.button:hover::after,
.button.secondary:hover::after,
.entry-content .button:hover::after,
.footer-widgets .button:hover::after,
.sidebar .button:hover::after,
.featured-content .more-link:hover::after,
.wp-block-button a:hover::after,
.archive-pagination li.pagination-previous a:hover::after,
.archive-pagination li.pagination-next a:hover::after,
button:focus::after,
input:focus[type="button"]::after,
input:focus[type="reset"]::after,
input:focus[type="submit"]::after,
input:focus[type="submit"].search-filter-reset::after,
.button:focus::after,
.button.secondary:focus::after,
.entry-content .button:focus::after,
.footer-widgets .button:focus::after,
.sidebar .button:focus::after,
.featured-content .more-link:focus::after,
.wp-block-button a:focus::after,
.archive-pagination li.pagination-previous a:focus::after,
.archive-pagination li.pagination-next a:focus::after,
.bb-btn:focus::after,
.bb-btn--alt:focus::after,
.bb-btn:hover::after,
.bb-btn--alt:hover::after,
.bb-btn--cancel:focus::after,
.bb-btn--cancel:hover::after,
a.more-link:focus::after,
a.more-link:hover::after {
    left: -11px;
	top: 0;
    /* background: url(/wp-content/uploads/2021/11/4.png) right center no-repeat; */
    /* background-size: 40px; */
    opacity: 1;
    /*background-color: #fff;*/
    font-family: 'dashicons';
   /* content: "\f148";*/
    font-size: 14px;
    font-weight: normal;
    line-height: 0;
    vertical-align: bottom;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition:    all 0.8s ease-in-out;
	-ms-transition:     all 0.8s ease-in-out;
	-o-transition:      all 0.8s ease-in-out;
	transition:         all 0.8s ease-in-out;
	transform: scaleX(-1);
}

a.popup:focus::after,
a.popup:hover::after {
	transform: rotate(-45deg);
    top: -10px;
}


/*.bb-btn--cancel:hover::after,
.bb-btn--cancel:focus::after {
	content: "\f335";
	left: 0;
	font-size: 24px;
}

.bb-btn--alt:hover::after,
.bb-btn--alt:focus::after,
.archive-pagination li.pagination-previous a:hover::after,
.archive-pagination li.pagination-previous a:focus::after,
a.linkPrevious:hover::after,
a.linkPrevious:focus::after {
	content: "\f340";
    left: -92px;
}*/

.archive-pagination li.pagination-previous a:hover::after,
.archive-pagination li.pagination-previous a:focus::after {
	left: -75px;
}

.button.secondary,
.wp-block-buttons .wp-block-button:nth-child(2) > a,
.is-style-outline .wp-block-button__link,
.wp-block-button__link.is-style-outline,
.archive-pagination li a,
input[type="submit"].search-filter-reset {
    background: #fff !important;
    color: #b0006c !important;
    /*border-color: #222c78  !important;*/
}

.button.secondary.reset {
	position: relative;
    top: -120px;
    left: 235px;
    margin: 0;
}

button:disabled,
button:disabled:hover,
input:disabled,
input:disabled:hover,
input[type="button"]:disabled,
input[type="button"]:disabled:hover,
input[type="reset"]:disabled,
input[type="reset"]:disabled:hover,
input[type="submit"]:disabled,
input[type="submit"]:disabled:hover {
	background: #f7f7f7;
	border-color: #ddd;
	color: #777;
	cursor: not-allowed;
}

.button {
	display: inline-block;
}

/* Tables
--------------------------------------------- */

table {
	/*border-collapse: collapse;*/
	/*border-spacing: 0;*/
	width: 100%;
}

figure.wp-block-table {
	margin: auto;
}

tbody {
	/*border-bottom: 1px solid #ddd;*/
}

td,
th {
	/*text-align: left;*/
	border: 0 !important;
}

td {
	border: 0 !important;
    border-top: 1px solid #eee !important;
    padding: 15px 0 !important;
	line-height: 1.125;
	font-weight: 400;
	font-size: 16px;
}

tr > td:first-of-type,
tfoot {
	font-weight: 500;
}

.check td > strong {
	position: relative;
	left: -9999px;
}

.check td > strong::after {
	font-family: 'dashicons';
    /*content: "\f147";*/
    content: "\f12a";
    font-size: 20px;
    margin: -2px 5px;
    left: 9999px;
    position: absolute;
    color: #03073b;
}
}

th {
	font-weight: 400;
}


/* Structure and Layout
---------------------------------------------------------------------------------------------------- */

/* Site Containers
--------------------------------------------- */

.site-container {
	max-width: 1080px;
	/*max-width: 1200px;*/
	margin: 0 auto 30px;
}

.site-inner {
	clear: both;
}

/* Column Classes
	Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */

.five-sixths,
.four-sixths,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-sixths,
.two-fourths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 2.564102564102564%;
}

.feature .one-half,
.feature .one-third,
.feature .one-fourth {
	/*padding: 0 15px;*/
}

.one-half,
.three-sixths,
.two-fourths {
	width: 48.717948717948715%;
}

.one-third,
.two-sixths {
	width: 31.623931623931625%;
}

.four-sixths,
.two-thirds {
	width: 65.81196581196582%;
}

.one-fourth {
	width: 23.076923076923077%;
}

.three-fourths {
	width: 74.35897435897436%;
}

.one-sixth {
	width: 14.52991452991453%;
}

.five-sixths {
	width: 82.90598290598291%;
}

.first {
	clear: both;
	margin-left: 0;
}


/* Common Classes
---------------------------------------------------------------------------------------------------- */

/* Titles
--------------------------------------------- */

.archive-title::before {
	/*content: "Posts about ";*/
}

.tax-work-type .archive-title::before {
	/*content: "Clients I help with ";*/
}

.search .archive-title::before {
	content: "";
}

.error404 .archive-title::before,
.category-blog .archive-title::before {
	content: "";
}

.category-clients .archive-title::before {
	/*content: "My Awesome ";*/
}

/* WordPress
--------------------------------------------- */

span.aligncenter img,
a.aligncenter img {
	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%;
	box-shadow: none;
}

a.aligncenter {
	box-shadow: none;
}

img.centered,
.aligncenter {
	display: block;
	margin: 0 auto 30px;
}

img.alignnone,
.alignnone {
	margin: 0 0 30px 0;
}

a.alignleft,
img.alignleft,
.wp-caption.alignleft {
	margin: 0 30px 30px 0;
}

a.alignright,
img.alignright,
.wp-caption.alignright {
	margin: 0 0 30px 30px;
}

/* Plugins? */

.archive.category-work .entry-content a.entry-image-link > img,
.archive.category-testimonials .entry-content a.entry-image-link > img,
.archive.tax-genre .entry-content a.entry-image-link > img,
.work .featured-content a.thumbnail > img,
.post-background-image a > img.blox-image-wrap,
#gallery .featured-content img,
.zpps-post-carousel.testimonials .swiper-slide img,
.zpps-post-carousel.books .swiper-slide img {
	/*-moz-webkit-transform: rotate(3deg);
    -o-webkit-transform: rotate(3deg);
    -webkit-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
	transition: all 0.8s ease-in-out;*/
	border: 0;
	width: 64%;
    /*opacity: .1;*/
    height: auto;
    /*max-height: 300px;*/
	float: none;
	margin: 0 auto;
    display: block;
    /*transform: skew(-1deg, 2deg) rotate3d(0, 6, 3, -2deg) translate3d(-2px, -1px, 0) scale(.99);*/
    /*border-left: 2px groove #eee !important;*/
    /*border-right: 1px solid #444 !important;*/
    border: 1px solid #888;
	border-radius: 3px;
	/*background-color: #444;*/
	/*box-shadow: none !important;*/
	
	/*box-shadow: -1px 0 0 0 #eee !important;*/
	box-shadow: -1px 2px 12px 0px #201F5820;
}

.zpps-post-carousel.books .swiper-slide img {
	min-width: 120px;
	min-height: 190px;
}

.zpps-post-carousel.tiers .swiper-slide img {
	position: relative;
	z-index: -1;
	max-width: 360px;
	/*max-width: 50%;*/
	/*float: right;*/
	
	/*margin: -150px auto 0;*/
	/*margin: -30px auto;*/
	
	margin: -20px auto -100px;
	box-shadow: none;
}

.zpps-post-carousel.tiers .entry > a:first-child {
	display: contents;
}

.zpps-post-carousel.tiers .entry > a:first-child > a {
    box-shadow: none;
    cursor: pointer;
}

/*.archive .entry-content a.entry-image-link > img::before,*/
.archive.category-work .entry-content a.entry-image-link::before,
.archive.category-work .entry-content a.entry-image-link::after,
/*.archive.category-testimonials .entry-content a.entry-image-link::before,
.archive.category-testimonials .entry-content a.entry-image-link::after,*/
.work .featured-content a.thumbnail::before,
.work .featured-content a.thumbnail::after,
#gallery .featured-content img::before,
#gallery .featured-content img::after,
.zpps-post-carousel.testimonials .swiper-slide > a::before,
.zpps-post-carousel.testimonials .swiper-slide > a::after {
	display: none;
	
	content: '';
    width: 100%;
    /*max-width: 215px;*/
	
	max-width: 186px;
    height: 2px;
    position: absolute;
    background: #fffefa;
    z-index: 1;
    /*margin-left: 42px;*/
	
	margin-left: 55px;
    transform-origin: bottom;
    transform: rotate(1deg) scaleY(2.5);
}

.archive.category-work .entry-content a.entry-image-link::before,
.work .featured-content a.thumbnail::before,
#gallery .featured-content img::before,
.zpps-post-carousel.testimonials .swiper-slide > a::before {
	/*transform: rotate(0.75deg) scaleY(1.5);*/
}

.work .one-third.featured-content {
	margin-top: -75px;
}

.work .featured-content a.thumbnail::before {
	background: #b1b1b1;
	z-index: 0;
}

.archive.category-work .entry-content a.entry-image-link::after,
.work .featured-content a.thumbnail::after,
.zpps-post-carousel.testimonials .swiper-slide > a::after {
	/*transform: rotate(2deg) scale(2.5);*/
    /*height: 4px;*/
/*    max-width: 78px;*/
/*    margin-top: 2px;*/
	
	height: 1px;
	
	/*margin-top: -1px;*/
   /* margin-left: 107px;*/
}

.featured-content a:hover > img,
.archive .entry-content a.entry-image-link:hover > img,
.post-background-image a:hover > img.blox-image-wrap,
.featured-content a:focus > img,
.archive .entry-content a.entry-image-link:focus > img,
.post-background-image a:focus > img.blox-image-wrap,
.ui-tabs a:hover > img,
.ui-tabs a:focus > img,
.blogs .swiper-slide:hover img,
.blogs .swiper-slide:focus img {
    /*transform: none;*/
	
	/*border-color: #fdefeb;*/
    box-shadow: 0 5px 25px -5px #00000050;
	/*filter: grayscale(0.95) sepia(0.1) brightness(1.05) contrast(1.1);*/
}

.gallery-caption {
	margin: 0 0 10px;
}

.entry-content p.wp-caption-text {
	margin-bottom: 0;
}

.wp-audio-shortcode,
.wp-playlist,
.wp-video {
    margin: 0 0 28px;
}

a[rel~="attachment"],
a[rel~="attachment"]:hover,
.wp-audio-shortcode a,
.wp-audio-shortcode a:hover,
.wp-caption a,
.wp-caption a:hover,
.wp-playlist a,
.wp-playlist a:hover,
.wp-video a,
.wp-video a:hover {
	border-width: 0!important;
}

.post-password-form input[type="password"] {
	margin-bottom: 10px;
}


/* Widgets
---------------------------------------------------------------------------------------------------- */

.widget {
	word-wrap: break-word;
}

.widget:last-child,
.widget p:last-child,
.widget ul > li:last-child {
	margin-bottom: 0;
}

.ui-tabs.tiers {
	margin-top: -30px;
}

.float-left {
	float: left;
}

.float-right {
	float: right;
}

/* Featured Content
--------------------------------------------- */

.blox-entry-header .featured-content a.thumbnail,
.featured-content .aligncenter,
.featured-content .aligncenter:hover,
.featured-content .alignleft,
.featured-content .alignleft:hover,
.featured-content .alignnone,
.featured-content .alignnone:hover,
.featured-content .alignright,
.featured-content .alignright:hover,
.archive .entry-content a.entry-image-link {
	/*max-height: 300px;
	border-width: 0;*/
	/*padding-top: 90px;*/
    /*margin-top: -75px;*/
	/*background: #e21b09;*/
}

#gallery .entry {
	/*float: left;*/
    /*clear: right;*/
	/*width: 20%;*/
	margin: 0 auto 30px;
}

#gallery .featured-content .alignnone {
	margin: 15px auto 0;
}

.help .entry > a,
.mentoring .entry > a {
	margin-top: 0 !important;
}

.help {
	position: relative;
	top: 30px;
}

.home .help {
	top: -25px;
}

.blox-entry-header .featured-content a.thumbnail {
	display: inline-block;
	/*float: right;*/
	/*box-shadow: none;*/
	margin: -60px auto 0;
}

.featured-content img,
.featured-content > figcaption {
	/* Not required if parent has no display or float rules */
	/*max-width: 300px;*/
	max-width: 360px;
	margin: -30px auto 0;
	/*margin: -75px auto 0;*/
	border-radius: 100%;
}

.featured-content img {
	background-color: #fff;
}

.featured-content span.snippet-url {
	width: 100%;
    display: inline-block;
    text-align: center;
}

.featured-content span.snippet-url > a{
    position: relative;
    font-size: 14px;
    padding: 10px 10px 10px 0;
    top: 10px;
    left: 10px;
}

.featured-content span.snippet-url > a::before {
	font-family: dashicons;
	content: "\f179";
	margin: 5px;
    vertical-align: bottom;
}

.featured-content .entry,
.page.page-template-page_blog-php .featured-content .entry,
.single .featured-content .entry {
	margin-bottom: 40px;
	padding-bottom: 20px;
}

.featured-content .entry:last-child,
.page.page-template-page_blog-php .featured-content .entry:last-child,
.single .featured-content .entry:last-child {
	border-width: 0;
	margin-bottom: 0;
	padding-bottom: 0;
}

.featured-content .entry-title,
.single .featured-content .entry-title {
	text-align: left;
}

.featured-content .entry-title a,
.single .featured-content .entry-title a,
.entry-title a,
.ui-tabs-panel.post h2 > a {
	box-shadow: none !important;
	font-weight: 700;
	/*padding: 4px 4px 0;*/
    /*margin: 0 -4px;*/
}

.featured-content .entry-title a:hover,
.single .featured-content .entry-title a:hover,
.entry-title a:hover,
.featured-content .entry-title a:focus,
.single .featured-content .entry-title a:focus,
.entry-title a:focus,
.ui-tabs-panel.post h2 > a:hover,
.ui-tabs-panel.post h2 > a:focus {
	/*color: #00053f !important;*/
}

.home .wp-block-cover {
    min-height: 200px;
    align-items: normal !important;
    padding: 30px !important;
}

.home .wp-block-cover::before {
	display: none;
}

.home .wp-block-cover p {
	color: #00053f !important;
}

/* Plugins
---------------------------------------------------------------------------------------------------- */

/* FAQs */

.gs-faq {
	padding: 0 !important;
}

.gs-faq button:after {
    font-family: 'Dashicons';
    content: "\f502";
	font-weight: bold;
	width: 0;
    height: 0;
    font-size: 20px;
    float: left;
    position: relative;
    left: -28px;
    top: -2px;
    color: #222c78 ;
	opacity: 1;
}

.gs-faq button.gs-faq--expanded:after {
    font-family: 'Dashicons';
    content: "\f153";
	color: #03073b;
}

.gs-faq button:hover::after,
.gs-faq button:focus::after {
	transform: translateY(12px);
	transition-duration: 0s;
}

button.gs-faq__question {
	background: none !important;
    border: none !important;
    box-shadow: none !important;
    color: #00053f;
	letter-spacing: inherit !important;
    padding: 0 !important;
    margin: 0 0 15px;
    text-transform: none !important;
    /*font-weight: 600 !important;*/
    font-size: unset !important;
    line-height: 1.25;
}

button.gs-faq__question:first-of-type {
	/*margin-top: -5px;*/
}

button.gs-faq__question:hover,
button.gs-faq__question:focus {
	background: none !important;
	color: #00053f !important;
}

button.gs-faq__question.gs-faq--expanded {
	color: #03073b !important;
}

.gs-faq__answer {
    padding: 30px 18px 0.01em !important;
    margin: -33px 0 0 -20px;
    border-left: 2px solid #03073b;
}

.gs-faq__answer .count {
	margin: 0 30px;
}

.gs-faq__answer h3 {
	font-size: 16.5px;
	font-weight: 400;
	margin: 0;
}

.gs-faq__answer p:first-of-type,
.gs-faq__answer p:last-of-type {
	display: none;
}

/* Lightbox */

.nivo-lightbox-wrap {
    top: 5% !important;
    bottom: 0 !important;
    left: 5% !important;
    right: 5% !important;
}

.nivo-lightbox-nav {
	opacity: 1 !important;
	background-color: #222c78 ;
}

.nivo-lightbox-title {
	color: #00053f !important;
	font-family: 'Roboto', sans-serif !important;
	font-size: 20px !important;
	font-weight: 400 !important;
}

.nivo-lightbox-image img {
	-webkit-box-shadow: 0 5px 25px 0 #201F5825 !important;
	box-shadow: 0 5px 25px 0 #201F5825 !important;
}

.nivo-lightbox-open a.nivo-lightbox-close {
	padding: 28px !important;
    height: 56px !important;
    width: 56px !important;
    opacity: 1 !important;
    top: 12px !important;
	right: 12px !important;
    background-color: #222c78  !important;
    background-position: center !important;
}


.nivo-lightbox-inline {
	box-shadow: 0 5px 25px 0 #201F5825 !important;
	padding: 30px !important;
	/*text-align: center;*/
}

.nivo-lightbox-inline .entry-content {
	margin-top: 0;
}

.nivo-lightbox-inline a,
.nivo-lightbox-inline a:hover {
	text-decoration: none;
}

/* BB Booking */

.bb-booking-module {
    background-color: transparent !important;
    background-image: url(/wp-content/uploads/2022/01/cubes-bg-op-gradient-crop.png), linear-gradient(0deg ,transparent,#e6f3ff50 100%) !important;
    background-repeat: repeat-x !important;
    border-radius: 15px !important;
    border: 0 !important;
    padding: 30px !important;
    margin-bottom: -145px;
	overflow: hidden;
}

.bb-booking-module p,
.happyforms-part--placeholder p {
    margin-bottom: 0 !important;
	font-size: 12px !important;
	font-weight: 300 !important;
	text-indent: 2px;
	text-transform: none;
	line-height: 1;
}

.happyforms-part--placeholder p {
	margin-top: 5px !important;
	text-indent: 0;
}

.happyforms-part--choice.checkbox {
	width: 0;
    margin: -10px -15px;
    display: inline-table;
    flex-grow: 0;
    /*position: relative;*/
    /*left: 0;*/
}

.happyforms-part--choice.checkbox span.checkmark {
	border-color: #e21b09;
}

.checkbox input:checked+.checkmark svg {
	width: 12px;
}

.bb-table {
	padding: 0 !important;
}

.bb-calendar-toolbox p {
	font-family: 'Roboto', sans-serif !important;
	font-size: 12.5px !important;
	font-weight: 500 !important;
	text-indent: 0;
	text-align: left;
}

p.bb-validation-error {
	color: #e21b09 !important;
}

.bb-booking-module ol > li::before {
	content: "" !important;
}

.bb-tabs .bb-tabs__nav > ol > li > a {
    font-family: 'Roboto', sans-serif !important;
	font-size: 14px !important;
    letter-spacing: 0;
    padding-bottom: 10px 0 !important;
    box-shadow: none;
    border-width: 0 !important;
	/*max-width: calc(100% - 20px);*/
	text-indent: -16px;
    overflow: hidden;
    width: fit-content;
	cursor: not-allowed !important;
}

.bb-tabs .bb-tabs__nav > ol > li.bb-active > a {
	color: #e21b09 !important;
}

.bb-tabs .bb-tabs__nav > ol > li.bb-done-step > a {
	color: #c1c1c1 !important;
}

.bb-tab .bb-tab__actions {
	border: 0 !important;
	padding-top: 0 !important;
	margin-top: 45px !important;
}

.bb-form-controls.bb-form-controls input:not([type="checkbox"]), .bb-form-controls.bb-form-controls textarea, .bb-form-controls.bb-form-controls select {
	font-size: 12.5px !important;
    font-family: revert !important;
    height: 40px !important;
	box-shadow: none;
	background: #fff !important;
}

.flatpickr-current-month input.cur-year {
    background: #00053f !important;
}

.bb-section-time .bb-section__head,
.bb-section-payment .bb-section__row + .bb-section__row {
	border: 0 !important;
}

 .bb-section__calendar {
    width: 100% !important;
    max-width: 720px;
    margin: 0 auto;
 }
 
 .bb-section-time .bb-section__head {
	 margin-bottom: 0 !important;
 }
 
 .bb-list-times a {
	 padding: 0 !important;
 }
 
 .bb-slider-default .bb-slider__prev,
 .bb-slider-default .bb-slider__next {
    top: -20px;
    padding: 15px;
 }
 
 .bb-slider-default .bb-slider__prev span,
 .bb-slider-default .bb-slider__next span {
	 border-color: inherit !important;
 }
 
.bb-popup__time {
	height: 0;
    font-size: 12.5px !important;
    font-family: inherit !important;
    font-weight: 500 !important;
    color: inherit !important;
    margin: -30px 0 30px;
    padding: 0 !important;
    text-align: left !important;
}

.bb-btn,
.bb-btn--alt,
.bb-btn--cancel {
	font-family: 'Roboto', sans-serif !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1 !important;
    border-radius: 0 !important;
    min-width: auto !important;
}

.bb-btn--alt,
.bb-btn--cancel,
a.linkPrevious {
    background: #fff !important;
    color: #e21b09 !important;	
}

.bb-btn--prev {
	margin-bottom: auto !important;
}

/*.bb-btn:focus,
.bb-btn--alt:focus,
.bb-btn:hover,
.bb-btn--alt:hover {
    background: #00053f !important;
    border-bottom-color: #e21b09 !important;
    color: #fff !important;
}*/

.bb-list-times li {
	line-height: 1;
    margin: 0 !important;
	min-width: 50%;
}

.bb-list-times a {
	height: 52px !important;
	border-radius: 0 !important;
	font-size: 14px !important;
}

.bb-list-times li.bb-is-disabled a > span:nth-child(2) {
    font-weight: bold;
    color: #555;
}

.bb-list-inputs > ul > li::before {
	display: none;
}

.bb-table,
.bb-table table tr {
	background: #fff !important;
}

.bb-section-payment .bb-section__aside > h4,
.bb-table.bb-table.bb-table table td {
	font-family: inherit !important;
	border: 0 !important; 
}

.bb-table.bb-table.bb-table table td {
	padding: 15px !important;
}

.bb-section-confirmation .bb-section__head h3::after {
    content: "Don't see it? Check your spam/junk folder";
    font-weight: normal;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

/* GSS */

.sharrre {
	top: -30px;
    left: calc(100% - 22px);
    margin: 0 0 15px;
    display: block;
	box-shadow: 0 3px 5px 0 #201F5825;
    width: fit-content;
    border-radius: 5px;
}

.sharrre::before {
	margin: 0 !important;
}

.sharrre a.count::before {
	font-family: 'dashicons' !important;
}

.linkedin.sharrre::before {
	display: none !important;
}

.share-filled {
	/*text-align: center;
	margin: 30px 0 0;*/
}

/* Price switch */

.cswp_button_change button:nth-child(2) {
	float: left;
}

.cs-converter-wrap {
	display: inline-block;
	margin: 0 -2px;
}

.cs-converter-wrap .cs-convertor-wrap-symbol,
.cs-converter-wrap .cs-convertor-wrap-data {
	float: none;
	letter-spacing: .05em;
	font-weight: 600;
}

.cs-converter-wrap .cs-convertor-wrap-symbol {
	margin: 0 -4px 0 2px;
}

.cs-converter-wrap .cs-convertor-wrap-data::before {
	content: ",";
	position: relative;
	left: 0.45em;
    bottom: -1px;
    display: block;
    font-size: 14px;
	font-weight: normal;
}

/* Modula */

.f-progress {
	display: none !important;
}

/* ###### Dashicons ######## */

/*.meeting::before,*/
.email::before,
.phone::before,
/*.address::before,
.insta::before,
.twitter::before*/
.linkedin::before {
    font-family: 'dashicons';
    font-weight: normal;
    font-size: 24px;
    vertical-align: middle;
    display: inline-block;
    color: #03073b;
    margin: -6px 12px -4px -24px;
    line-height: 1;
}

/*.meeting::before {
	content: "\f508";
}*/

.email::before {
	content: "\f466";
}

.phone::before {
	content: "\f470";
}

/*.address::before {
	content: "\f230";
}

.insta::before {
	content: "\f12d";
}

.twitter::before {
	content: "\f301";
}*/

.linkedin::before {
	content: "\f18d";
	margin-top: -10px;
}

.xreboo-scroll-to-top {
	background: #222c78  !important;
	/*border: 2px solid transparent !important;*/
    border-radius: 0 !important;
    padding: 6px;
}

.xreboo-scroll-to-top > i {
	font-size: 24px;
    font-weight: normal;
}

.xreboo-scroll-to-top > i::before {
	content: "\f343" !important;
    font-family: 'dashicons';
}

/* Sticky Message
---------------------------------------------------------------------------------------------------- */

.sticky-message {
	/*height: 80px;*/
	height: auto;
    background-color: #fff;
	box-shadow: 0 0px 30px 1px #201F5820;
	display: none;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}

.sticky-message li {
	display: inline-block;
	margin: 0 -2px;
}

.sticky-message ul.menu > li:nth-child(1) {
	/*background: url(/wp-content/uploads/2019/10/Lomas-Editorial-icon-logo-72px.png) center center no-repeat;
    background-size: 48px;*/
	/*float: left;*/
    /*margin-right: -85px;*/
    /*text-indent: -9999px;*/
	position: absolute;
	left: 0;
	margin: 0;
}

.sticky-message ul.menu > li:nth-child(1) > a,
ul.menu-primary.responsive-menu > li:nth-child(1) > a {
	display: inline-flex;
    color: #00053f;
	/*font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 32px;
    letter-spacing: -.05em;
    text-transform: none;
    line-height: 1;
    padding: 24px;*/
	
	text-indent: -9999px;
	background: url(/wp-content/uploads/2019/11/Inspiring-Success-logo-480px.png) center center no-repeat;
    /*background-size: calc(100% - 20px);*/
	background-size: contain;
    width: 100px;
	border: 0 !important;
}

.sticky-message li:nth-of-type(1) > a > span.error::after {
	/*top: 24px;*/
}

.sticky-message li:nth-of-type(8),
.sticky-message li:nth-of-type(9),
.sticky-message li:nth-of-type(10) {
	margin: 0;
}

.menu .menu-item:nth-of-type(8)::before {
	/*content: "Come join me";
    font-family: 'Roboto', sans-serif;
    display: inline-block;
    text-transform: none;
    font-size: 14px;
    font-weight: 500;
    text-align: end;
    width: 88px;
    position: absolute;
    right: 150px;
	margin: -14px 0 0;
    color: #00053f;
    letter-spacing: 0;
    border-bottom: 2px dotted #00053f;*/
}

.menu-item.social::before {
	display: none;
}

.menu-item.social > a {
	text-indent: -2px;
	width: 56px;
    height: 56px;
}

.sticky-message .menu .menu-item.social > a {
	position: absolute;
	right: 0;
	top: 0;
	margin: 12px 12px 0;
}

.sticky-message .menu .menu-item:nth-of-type(8) a {
	right: 136px;
}

.sticky-message .menu .menu-item:nth-of-type(9) a {
	right: 68px;
}

/* Site Header
---------------------------------------------------------------------------------------------------- */

.site-header {
	/*text-align: center;*/
	/*position: absolute;*/
    left: 0;
}


/* Title Area
--------------------------------------------- */

.title-area {
	/*display: inline-block;*/
	height: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
	
	/*top: 150px;*/
	top: calc(20vh - 40px);
    position: relative;
	
	/* centred logo WIP */
	
	/*height: 90px;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    background: url(/wp-content/uploads/2024/10/cropped-cropped-logo-main-png.png) left center no-repeat;
    background-size: contain;
    position: absolute;
    left: calc(50% - 150px);*/
}

.site-title {
	/*font-family: 'Lato', sans-serif;
	float: left;
	font-size: 20px;
    font-weight: 900;
	height: 150px;
	letter-spacing: 1px;
	line-height: 150px;
	margin-bottom: 0;
	text-align: center;
	text-transform: uppercase;
	width: 150px;*/
}

.site-title a,
.site-title a:hover {
	/*box-sizing: border-box;*/
	color: #00053f;
    font-weight: 900;
    font-size: 32px;
	
	font-size: 36px;
    letter-spacing: -.05em;
    display: block;
    line-height: 1;
    /* max-width: 150px; */
    padding: 15px;
    vertical-align: middle;
    word-wrap: break-word;
}

.header-image .site-title > a {
	/*background-color: #fff !important;
	background-position: center center !important;
	background-size: 150px 150px !important;
	border-radius: 100%;
	float: left;
	height: 150px;
	width: 100%;
	box-shadow: 0 5px 5px -2px #201F5820;*/
	
	width: 300px;
    height: 150px;
    background-size: contain !important;
    background-position: center center !important;
}

.site-description,
.site-title {
	margin-bottom: 0;
}

.header-image .site-title,
.site-description {
	/*background-image: none;*/
	display: block;
	/*height: 0;*/
	text-indent: -9999px;
}

/* Site Navigation
---------------------------------------------------------------------------------------------------- */

.menu-main-menu {
	/*max-width: 880px;*/
	/*margin: 0 auto;*/
}

.genesis-nav-menu {
	line-height: 1;
}

.genesis-nav-menu a,
.sticky-message a,
.menu a {
	font-family: 'Source Sans 3', sans-serif;
	display: block;
	/*font-size: 12.5px;*/
	font-weight: 600;
	font-size: 14px;
    letter-spacing: .1em;
    text-transform: uppercase;
	padding: 30px 20px;
	text-transform: uppercase;
	border-bottom: 2px solid transparent !important;
}

.genesis-nav-menu a > span {
border-bottom: 2px solid transparent;
}

.genesis-nav-menu a:hover > span {
border-color: #b0006c;
}

/*.sticky-message a {
	padding: 30px;
}*/

.genesis-nav-menu .menu-item:hover {
	position: static;
}

/* Navigation
--------------------------------------------- */

.nav-primary {
	background: transparent;
	/*background: linear-gradient(90deg, transparent, #ffffffcc, #ffffff90, #ffffffcc, transparent);*/
	text-align: center;
}

.nav-secondary {
	/*width: 295px;
	height: calc(50vh - 32px);
    position: absolute;
    right: 0;
	top: 50%;
    background: #00053f;
	margin: 32px 0 0 0;
	padding: 30px;*/
	/*text-align: left;*/
	/*float: left;*/
    /*width: 100%;*/
	z-index: 11 !important;
}

.menu-secondary {
	/*margin: -40px -15px 45px;*/
	
	margin: -22px -15px 0;
	/*text-align: left;*/
	/*min-height: 52px;*/
}

.nav-secondary.element-is-sticky::before {
	/*position: relative;*/
	/*top: 12.5px;*/
	/*text-indent: -86px;*/
	
	top: 0;
	/*left: -110px;*/
	
	left: -30px;
	/*text-indent: 0;*/
	/*background: #fffefa;*/
	display: block;
	z-index: -1;
	
	/*z-index: 0;*/
	/* float: left; */
	/* min-width: auto; */
	/* height: 52px; */
	padding: 15px;
	/* margin: 0 0 -2px; */
	/*vertical-align: unset;*/
	/* line-height: 1;*/
}

.nav-secondary.element-is-sticky ul {
background: #f2f7fb;
    margin: -26px -22px 0;
    margin: -48px -30px 0;
    margin: -50px -30px 0;
    /* margin: -48px -25vw 0; */
    /* overflow-x: hidden; */
    /* padding: 5px; */
    box-shadow: 0 5px 10px -5px #201F5820;
	border: 1px solid #fff;
    border-top: 0;
    border-radius: 0 0 5px 5px;
}

.nav-secondary.element-is-sticky ul.sub-menu {
	left: 20px !important;
	top: 95px;
}

.genesis-nav-menu.menu-secondary li {
	/*width: 100%;
	margin: 15px 0 0;*/
	/*display: inline;*/
	/*margin: 0 30px 15px -15px;*/
	/*padding: 15px;*/
	/*text-align: center;*/
	min-width: 0;
}

.genesis-nav-menu.menu-secondary .sub-menu li {
	width: 100%;
    text-align: center;
}

.nav-secondary.element-is-sticky li {
	/*display: inline-block;*/
	/*text-align: center;*/
}

.ui-tabs ul.ui-tabs-nav {
	/*clear: both;*/
	/*font-size: 12px;*/
	/*list-style-type: none;*/
	margin: 0;
	/*padding: 0;*/
}
	
.ui-tabs ul.ui-tabs-nav li {
	display: inline-block;
    margin: 0 5px 0 -30px;
    padding: 15px;
	/*text-align: center;*/
}

.genesis-nav-menu.menu-secondary li > a,
ul.sub-menu li a,
.ui-tabs ul.ui-tabs-nav li a {
	text-transform: none;
	/*text-align: left;*/
	padding: 20px 15px;
	/*margin: 5px 0 0 0;*/
	/*font-size: 14px;*/
	
	font-size: 13px;
	font-weight: 600;
	/*text-transform: uppercase;*/
	letter-spacing: -.01em;
	/*padding-bottom: 4px;*/
	border-bottom: 2px solid transparent;
}

.genesis-nav-menu.menu-secondary li > a,
.ui-tabs ul.ui-tabs-nav li a {
    /*font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;*/
	/*margin: 5px 0 0;*/
    /*box-shadow: none;*/
}

li:not(.home).menu-item.current-menu-item > a {
	color: #03073b;
    background: #f2f7fb;
    /*border-color: #222c78  !important;*/
}

li:not(.home).menu-item.current-menu-item > a > span {
	border-color: #03073b;
}

.genesis-nav-menu.menu-secondary ul.sub-menu li > a {
	margin: 0;
}

.ui-tabs ul.ui-tabs-nav li a {
	/*letter-spacing: unset; */
    /* text-transform: none; */
    /* font-size: 15px; */
    /* font-weight: 500;*/
	display: block;
}

.tiers ul.ui-tabs-nav li:first-child {
	counter-reset: my-awesome-counter;
}

.tiers ul.ui-tabs-nav li {
	counter-increment: my-awesome-counter;
}

.tiers ul.ui-tabs-nav li a::before {
	content: "Option 1";
    content: counter(my-awesome-counter);
    display: block;
    /* width: fit-content; */
    /* height: 0; */
    line-height: 0;
    top: -15px;
    position: relative;
    /* left: 0; */
    /* right: -1px; */
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: none;
	color: #03073b;
	opacity: .5;
}

.tiers ul.ui-tabs-nav li.ui-state-active a::before {
	font-weight: 900;
	text-decoration: underline;
    text-decoration-thickness: 2px;
	opacity: 1;
}

.ui-tabs ul.ui-tabs-nav li.ui-state-active a {
	background: #f2f7fb;
	border-color: #222c78 ;
	color: #03073b;
}
	
.ui-tabs ul.ui-tabs-nav li a:hover,
.ui-tabs ul.ui-tabs-nav li.ui-tabs-selected a {
    color: #00053f;
}

.nav-secondary.element-is-sticky .genesis-nav-menu.menu-secondary li > a {
	margin: 2px -1px -2px;
}

.genesis-nav-menu.menu-secondary li:last-child > a {
	margin-right: 0;
}

.nav-secondary.element-is-sticky {
	text-align: center;
}

.nav-secondary::before {
    content: "Jump to:";
    /* color: #fff; */
    /* padding: 15px 0; */
    /*margin: 0 5px 0 -120px;*/
    /*width: 115px;*/
    /* text-align: left !important; */
    /* text-indent: -132px; */
    /* text-indent: -70px; */
    position: relative;
    /* left: -64px; */
    top: 15px;
    /*text-align: right;*/
    /* font-size: 24px !important; */
    /* vertical-align: text-bottom;*/
}

/* Responsive Navigation
--------------------------------------------- */

.responsive-menu-icon,
.responsive-menu .menu-item-has-children {
	cursor: pointer;
}

.responsive-menu .menu-item,
.responsive-menu-icon {
	display: block;
}

.responsive-menu,
.responsive-menu > .menu-item > .sub-menu {
	display: none;
}

.responsive-menu-icon {
	position: fixed;
}

.responsive-menu-icon::before {
    content: "\f333";
    display: inline-block;
    font: normal 20px/1 'dashicons';
    width: 56px;
    height: 56px;
    line-height: 56px;
    text-align: center;
    text-indent: -2px;
    background: #222c78 ;
    color: #fff;
    box-shadow: 0 3px 5px 0 #201F5820;
    margin: 12px;
    position: absolute;
}

.responsive-menu > .menu-item-has-children:before {
	clear: both;
	content: "\f502";
	float: right;
	font: bold 20px/1 'dashicons';
    height: auto;
    padding: 15px;
    color: #222c78 ;
    /* line-height: 1; */
    /* right: 9px; */
    /* text-align: right;*/
	z-index: 9999;
}

.responsive-menu .menu-open.menu-item-has-children:before {
	content: "\f153";
}

.responsive-menu .sub-menu .sub-menu {
	margin: 0 0 0 15px;
}


/* Content Area
---------------------------------------------------------------------------------------------------- */

/* Entries
--------------------------------------------- */

.page .entry,
.single .entry {
	border-bottom: 0;
	margin-bottom: 0;
}

/*.breadcrumb::after,*/
/*.blox-container.read-meter::after,*/
/*.archive .entry::after,*/
/*.single .excerpt::after,*/
/*.single .entry-footer::before,*/
/*.archive-pagination::before,
.site-footer::before*/
.wp-block-spacer.dashes {
    /*content: "...";
    width: auto;
	display: block;
    text-align: center;
    margin: 60px auto;
    color: #e21b09;
    font-size: 1.5em;
    letter-spacing: 2em;
    padding-left: 2em;
    font-family: serif;*/
	
	content: "";
    border-right: 2px dashed #03073b;
    /* width: calc(100% + 60px); */
    width: 4px;
    height: 200px;
    /* margin: 0 -30px -170px; */
    margin: 0 auto -180px;
	
	margin: 0 auto -200px;
    /*top: -60px;*/
	
	top: -120px;
	
	top: -80px;
    position: relative;
    z-index: -1;
    /* background: url(/wp-content/uploads/2019/12/top-ghostwriting-b.jpg) center center no-repeat; */
    /* background-size: cover; */
    opacity: .1;
}

/*.breadcrumb::after {
	content: "\f346";
	font-family: 'dashicons';
    height: auto;
    color: #e21b09;
    opacity: 1;
    border: 0;
    float: right;
    top: 24px;
    font-size: 19px;
    margin: 0 4px 0 0;
}*/

/*.home .breadcrumb::after,*/
.archive .entry:last-of-type::after {
	display: none;
}

.wp-block-spacer.dashes {
	top: 0;
	/*margin: 30px auto;	*/
	
	margin: 0 auto;
	margin-right: auto !important;
    margin-left: auto !important;
}

.entry-content {
	width: 100%;
	margin: 30px auto 0;
    /*max-width: 880px;*/
	/*padding: 0 30px;*/
}

.home .entry-content {
	margin-top: -30px;
	/*max-width: 100%;
	padding: 0;
	margin-bottom: 0;*/
}

.archive .entry-content {
	/*background-image: linear-gradient(0deg, #fffefa, transparent 50%), url(/wp-content/uploads/2021/04/lines-shapes-bg-hue.png);*/
	/*padding: 0 30px;*/
	max-width: 100%;
}

.entry-content h3 {
	/*margin-top: 40px;*/
}

.entry-content .feature h3 {
	margin: 0 0 20px;
}

.blog .entry-content a.entry-image-link,
.archive .entry-content a.entry-image-link,
.zpps-post-carousel.testimonials .swiper-slide > a {
	position: relative;
    top: -90px;
	float: left;
	max-width: 360px;
	max-height: 300px;	
	margin-top: -300px;
    /* padding-top: 0px; */
}

#gallery .featured-content a,
.category-work .entry-content a.entry-image-link,
.work .featured-content a.thumbnail,
.zpps-post-carousel.testimonials .swiper-slide > a,
.zpps-post-carousel.books .swiper-slide > a {
	background: url(/wp-content/uploads/2022/02/book-spine-alt-resized.png) center center no-repeat;
	background-size: contain;
}

.zpps-post-carousel.books .swiper-slide > a {
    display: inline-block;
	z-index: 0;
}

.zpps-post-carousel.books .swiper-slide > a:hover,
.zpps-post-carousel.books .swiper-slide > a:focus {
	box-shadow: none;
}
.zpps-post-carousel.books .swiper-slide > a  .reboo-ribbon {
	display: none;
}

.zpps-post-carousel.books .swiper-slide > .reboo-ribbon-smaller {
	top: 0 !important;
	right: 12px !important;
}

.zpps-post-carousel.testimonials .swiper-slide > a {
    margin: 0 auto -15px !important;
	
	/*margin: 0px auto -50% !important;*/
    display: block;
    float: none !important;
    /* max-width: 200px !important; */
    box-shadow: none;
}

.zpps-post-carousel.testimonials .swiper-container {
	overflow: visible;
}

.blog .entry:nth-of-type(even) .entry-content a.entry-image-link,
.archive .entry:nth-of-type(even) .entry-content a.entry-image-link {
	float: right;
}

.excerpt ol,
.excerpt ul,
.entry-content ol,
.entry-content ul {
	/*margin-bottom: 30px;*/
	/*margin-left: 30px;*/
	margin: 30px 20px;
	font-weight: 500;
	font-size: 15.5px;
}

.excerpt ul li
.entry-content ul li {
	list-style: none;
}

.entry-content ol {
  counter-reset: my-awesome-counter;
}

.entry-content ol li {
  counter-increment: my-awesome-counter;
}

.excerpt ul li,
.entry-content ul li,
.entry-content ol li {
	margin: 15px 0;
}

/*.entry-content li.option::before,*/
li.tick::before,
.entry-content ul.tick > li::before /*
body:not(.contact) .entry-content ol > li::before,
body:not(.contact) .entry-content ul > li::before*/ {
    font-family: 'dashicons';
    content: "\f345";
    content: "\f147";
    /* color: #e21b09; */
    /* background: #fff; */
	display: inline-block;
    font-size: 20px;
    width: 20px;
    height: 20px;
    /* padding: 4px; */
    margin: 0 -10px;
    line-height: 1;
    border-radius: 100%;
    text-align: center;
    /* font-weight: bold; */
    vertical-align: middle;
    /* box-shadow: 0 3px 5px 0 #201F5820; */
}

.excerpt ul > li::before,
.entry-content ol > li::before,
.entry-content ul:not(.contact-links) > li::before {
	/*font-family: 'Roboto', sans-serif;*/
	content: counter(my-awesome-counter);
	position: relative;
    left: -15px;
    margin: 0 -5px;
    color: #03073b;
    font-weight: 500;
}

.excerpt ul:not(.contact-links) > li::before,
.entry-content ul:not(.contact-links) > li::before {
	font-family: 'dashicons';
	content: "\f148";
	display: inline-block;
    font-weight: normal;
    font-size: 14px;
	/*color: #ffbd00;*/
	transform: rotate(180deg);
}

.simple-social-icons ul li::before {
	display: none !important;
}

.simple-social-icons ul li a::after {
	margin: -4px 0 0;
}

.tick::before,
.entry-content ul.tick > li::before {
	content: "\f147" !important;
}

ul.tick::before {
	display: none;
	content: "";
}

.entry-content ul > li.option::before {
	content: "\f223" !important;
	font-weight: normal;
	/*content: "\f460" !important;
    font-size: 14px;*/
}

li.option > span.handwriting {
	display: block;
    position: relative;
    top: -10px;
	margin-bottom: -5px;
}

.entry-content ol ol,
.entry-content ul ul {
	margin-bottom: 0;
}

/* Entry Meta
--------------------------------------------- */

.breadcrumb {
	/*display: inline-block; */
    font-size: 13px;
    font-weight: 500;
    /*margin: 0 0 0 -115px;*/
    /* margin: 0 0 0 -125px; */
    /* padding: 10px 0; */
    width: calc(50% + 2px);
	/*width: 50%;*/
    /* max-width: calc(824px / 2 + 126px); */
    border-right: 2px dashed #e3e4e9;
	height: auto;
	min-height: 40px;
    margin: 5px 0;
	padding: 10px 0 0;
    /*float: left;*/
	line-height: 1.1;
}

.custom.breadcrumb {
	/*height: 0;*/
	margin-bottom: -45px;
	/*border: 0;*/
}

.breadcrumb span.intro,
.entry-meta,
.read-time > span > span:first-child,
.post-info > span,
.nav-secondary::before,
.tiers > div > ul::before,
.footer-widgets h4,
.tag-cloud h4 {
	letter-spacing: 0;
    font-weight: 600;
    font-size: 13px;
	/*margin: 0 25px 0 0;*/
	/*margin: 0 0 0 -15px;*/
	/*text-align: right;*/
    /*display: inline-block;*/
	
	/*display: block;*/
    /*min-width: 90px;*/
	/*vertical-align: text-bottom;*/
	
	/*position: relative;*/
}

.tiers.feature {
	padding: 0;
}

.tiers.feature::before {
	display: none;
}

.tiers h2 > span.hint {
	padding: 0 0 5px 0;
    margin-bottom: -5px;
}

.tiers span.price {
	display: block;
    width: fit-content;
    font-size: 18px;
	position: relative;
    top: -8px;
}

.tiers-options h3 {
	font-size: 24px;
    margin: -30px 0 0;
}

.tiers-options ul li {
	display: inline-block;
    width: 50%;
    text-align: center;
}

.tiers-options ul li:first-child {
    float: left;
}

.zpps-post-carousel.tiers .entry {
	text-align: center;
}

.zpps-post-carousel.tiers .highlight {
	z-index: 0;
	background: url(/wp-content/uploads/2022/01/cubes-bg-op-gradient-crop-vflip.png), linear-gradient(0deg ,transparent, #e6f3ff99 100%);
	background-position: -2px 0;
	margin: 0 1px;
	border: 1px solid #efefef;
	border-top: 0;
	border-bottom: 0;
}

.entry-header .read-time > span > span:first-child {
	/*display: inline;*/
	/*text-align: left;*/
}

.breadcrumb span.intro,
.read-meter .read-time > span > span:first-child,
.entry-meta span.intro,
.nav-secondary::before,
.tiers > div > ul::before {
    position: relative;
    /* bottom: -12px; */
    margin: 0 30px 0 -145px;
    /* left: -120px; */
    z-index: -1;
    width: 115px;
    display: inline-block;
    text-align: right;
	/*vertical-align: text-bottom;*/
}

.read-meter .read-time > span > span:first-child {
	/*text-align: right;*/
    /*margin: 0 12px 0 -2px;*/
	/*margin-right: 2px;*/
	
	/*text-align: right;*/
    /* min-width: 100px; */
    /*margin: 0 5px 0 16px;*/
    /*display: inline-block;*/
}

.custom.breadcrumb span.intro {
	/*margin: 0 15px -7.5px -115px;*/
	/*bottom: -4px;*/
	bottom: -2px;
    vertical-align: middle;
}

.tiers > div > ul::before {
	content: "Choose from: ";
}

.one-half .tiers > div > ul::before {
	margin: 0 0 -5px 0;
    width: 100%;
    text-align: left;
}

.breadcrumb > span {
	letter-spacing: 0;
}

.breadcrumb > span:nth-child(2) {
	text-indent: -9999px;
	display: inline-block;
	/*margin-right: 15px;*/
}

.breadcrumb span.intro::after,
.breadcrumb > span:nth-child(2)::after  {
	content:"";
}

.breadcrumb > span.sep {
	font-size: 14px;
	vertical-align: middle;
    height: auto;
	text-align: end;
}

.breadcrumb > span.sep:nth-child(3) {
	display: none;
}

.breadcrumb a {
	text-transform: capitalize;
}

.blox-container.read-meter,
.blox-container.post-date,
.ui-tabs.tiers ul.ui-tabs-nav {
	/*display: inline-block;
	float:right;
	padding: 30px 0;
	line-height: 1;*/
    margin: 0 0 30px -115px;
    /*width: calc(824px / 2 + 116px);*/
	width: calc(50% + 2px);
	/*width: 50%;*/
    border-right: 2px dashed #e3e4e9;
    /*float: left;*/
    /* clear: right; */
    /* display: block; */
	height: auto;
    min-height: 40px;
	margin: 0 0 5px;
}

#packages .one-half:not(.first) {
	/*padding: 30px;*/
}

.one-half .ui-tabs.tiers ul.ui-tabs-nav {
	width: calc(100% + 35px);
	border-right: none;
}

.read-time {
	/*font-size: 12px;*/
	/*margin: 0 30px 0 0;*/
	text-align: left;
}

.bsf-rt-display-label {
	/*padding-right: 2px;*/
}

.read-meter .bsf-rt-display-time {
	text-indent: -4px;
}

.bsf-rt-display-time::before {
	/*content: "~";
	font-weight: 400;*/
}

.top-image .blox-image-background::before{
	content: '';
	/*display: block;
	width: 100%;
	height: 100%;*/
}
	
.blox-image-container {
    /*margin: 0 auto;*/
    /*position: relative;*/
    text-align: center;
    /*width: 100%;*/
}

.blox-image-container img {
    vertical-align: top;
}

.blox-image-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

.blox-image-wrap.blox-image-background {
	display: block;
    width: 100%;
    position: absolute;
    z-index: -99;
    /* height: 50vh; */
    height: calc(100vh - 32px);
    background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-blend-mode: overlay; */
    /* background-color: #cdcfe199; */
    /* background-color: #cdcfe1; */
    /* background-blend-mode: soft-light; */
    background-color: #ffffff99;
    background-attachment: scroll;
    /* filter: grayscale(0.9) sepia(0.1) brightness(1.05) contrast(1.1); */
    /* filter: grayscale(0.5) sepia(0.05) brightness(1.02) contrast(1.1); */
    /* filter: grayscale(0.25) sepia(0.1) contrast(1.1); */
    /* filter: grayscale(0.1) sepia(0.1) contrast(1.1); */
    /*box-shadow: 0 0 30px 0 #201F5820;*/
}

#blox_global_4146 .blox-image-background {
	/*background-position-y: 25%;*/
	
	background-position-y: 28vh;
	background-position-y: calc(25vh + 20px);
	background-size: 100%;
	
	background-position-y: calc(20vh + 10%);
    background-attachment: scroll;
}

.page-id-660 #blox_global_3334 {
	display: none;
}

.home .blox-image-wrap.blox-image-background,
.writing .blox-image-wrap.blox-image-background,
.clients .blox-image-wrap.blox-image-background {
	/*background-position-y: 100%;*/
}

.projects .blox-image-wrap.blox-image-background {
	/*background-position-y: 25%;*/
}

.archive .blox-image-wrap.blox-image-background,
.about .blox-image-wrap.blox-image-background,
.contact .blox-image-wrap.blox-image-background  {
	/*background-position-y: 75%;*/
}

/*.content::before,*/
.feature::before {
	margin: -50px -50px 0 !important;
	/*content: "";
	background: url(/wp-content/uploads/2021/11/Down-arrow.png) center center no-repeat;
	background-size: contain;
	width: 40px;
	height: 40px;
	position: relative;
	display: inline-block;
    top: -40px;
	
	top: -80px;
	/*top: -25px;
	left: calc(50% - 20px);*/
}

.feature.flip::before {
right: calc(50vw - 25px);
}

.home .content::before {
	/*top: -40px;*/
	display: none;
}

.home .services {
	position: relative;
    top: -18px;
}

.tag-cloud {
	text-align: center;
}

.tag-cloud h4 {
	margin: 15px auto;
	letter-spacing: .01em;
    font-weight: 700;
}

.tag-cloud a {
	display: inline-block;
	margin: 5px;
	line-height: 1;
}

.tag-cloud a > span.tag-link-count {
	color: #00053f;
	font-size: 75%;
	font-weight: 400;
}
	

/*.feature::before,*/
.blox-entry-header::before,
.feature > div > div:first-child::before,
.archive .content > .entry::before,
.count::before/*,
.page-end-cta::before*/ {
    position: absolute;
    top: auto;
    margin-top: -48px;
    left: auto;
    right: auto;
    content: "*";
    font-size: 24px;
	/*line-height: 24px;*/
    font-weight: normal;
    /*color: #e21b09;*/
    /* position: relative; */
    top: auto;
    margin: -50px -50px 0;
    text-align: center;
    /* text-indent: -46px; */
    left: auto;
    right: auto;
    content: "";
    font-size: 16px;
    padding: 0px;
    font-weight: 500;
    color: #03073b;
    width: 330px;
	/*width: 550px*/
    height: 300px;
	/*height: 240px*/
    /* max-width: 100vw; */
    /* background-color: #f2f6f6; */
    background: linear-gradient(0deg,transparent,#e6f3ff50  100%);
    background-image: url("https://www.transparenttextures.com/patterns/black-thread-light.png"), linear-gradient(0deg,transparent,#e6f3ff50 100%);
    background-repeat: repeat-x;
    background-size: 75px;
	background-blend-mode: hard-light;
    display: inline-block;
    z-index: -1;
	border-radius: 100%;
    /*border-radius: 15px;*/
    /* font-family: 'dashicons'; */
    /* overflow-x: visible;*/
	
	/*position: absolute;
    top: auto;
    margin-top: -32px;
    margin-left: -30px;
    left: auto;
    right: auto;
    content: "*";
    font-size: 24px;
    font-weight: 700;
    color: #e21b09;
    border-top: 2px solid #e21b0950;
    width: 100%;
    max-width: 820px;
    overflow: hidden;*/
}

.blox-entry-header::before {
	margin: -42px -50px 0;
}

.feature > div > div:first-child::before {
	margin: -72px -80px 0;
}

.count::before {
	    content: counter(my-awesome-counter);
}

.count.two::before {
	content: "2";
}

.count.three::before {
	content: "3";
}

.count:not(.feature)::before {
	background: none;
	position: relative;
	z-index: 0;
    left: -30px;
    /*top: 38px;*/
	top: -2px;
    height: 0;
    display: block;
    margin: 0;
	width: 0;
    width: fit-content;
}

.count:not(.wp-block-group)::before {
	top: 0;
}

.tiers h2.count::before {
	background: #03073b;
    color: #fff;
    width: 6px;
    height: 6px;
    border: 2px solid;
    border-radius: 100%;
    padding: 12px;
    line-height: 6px;
    text-indent: -2px;
    top: 30px;
    left: -45px;
    margin-top: -30px;
}

.archive .content > .entry::before {
	/*margin: 100px -20px 0;
	content: counter(my-awesome-counter);*/
	margin: 50px -50px 0;
}

/*.feature.one-half.float-right::before,*/
.archive .entry:nth-of-type(odd)::before {
	/*margin-left: 550px;*/
	margin-left: 740px;
}

.feature.wide.one-half:not(.float-right)::before {
	/*margin-left: 664px;*/
}

.feature h2::after {
	/**/
	display: block;
	position: relative;
	/*background: #e21b0950;*/
	width: 100%;
	height: 24px;
	z-index: -1;
}

.blox-entry-header {
	/*margin-bottom: -30px;*/
	margin-bottom: 60px;
}

.single .blox-entry-header div.excerpt {
	/*margin: -15px auto 0;
    max-width: 880px;
	padding: 0 30px;*/
}

.colour-bubble,
.archive .entry-header,
.search .entry-header,
.feature > div > div:first-child,
.zpps-post-slider .post_slide_content,
.page-end-cta {
	/*display: inline-block;*/
	
	display: block;
    /*width: 100%;*/
	background: linear-gradient(0deg,#fffefa,#ffffffa1 100%);
	
	/*background: linear-gradient(0deg,#fffefa10 25%,#ffffffa1 75%);*/
	background: linear-gradient(0deg, #f2f5f750 0%, #ddfde250 50%);
    background-color: transparent !important;
	padding: 30px 30px 0;
    min-height: 200px;
    border-radius: 30px 30px 0 0;
    /*box-shadow: 0 15px 30px 0 #201F5820;*/
	box-shadow: 0 -10px 20px -10px #201F5820;
    /*background-color: #fff;
    background-image: linear-gradient(0deg, #fffefa, #fff 50%), url(/wp-content/uploads/2021/04/lines-shapes-bg-hue.png);
    background-position: left bottom !important;
    background-size: auto !important;
    box-shadow: none;*/
}

.blox-entry-header > .colour-bubble {
	background: linear-gradient(0deg, transparent, #ffffff90);
	
	/*background: linear-gradient(0deg, #f2f5f750 0%, #ddfde250 50%);*/
	width: 100%;
}

.feature {
	height: auto;
	/*background-color: #fffffffa !important;*/
	/*background: transparent !important;/*
	/*box-shadow: none;*/
	/*padding: 0;*/
}

.feature:not(.one-half) {
	width: calc(100% + 60px);
    margin: 0 -30px;
}

.entry-content .count:first-of-type/*,
.archive .content > .entry:first-child*/ {
	counter-reset: my-awesome-counter;
}

.count:nth-of-type(n+1),
.archive .content > .entry {
	counter-increment: my-awesome-counter;
}

.feature:not(.one-half) {
	/*width: 100%;*/
}

.wide {
    width: calc(100% + 180px);
    /*margin: -30px -90px;*/
	margin: 0 -90px;
	padding: 30px;

	/*border: 2px solid #e21b09;*/
    /*border-image: linear-gradient( to bottom, #e21b0950, rgba(0, 0, 0, 0) ) 1 100%;*/
    /*background: linear-gradient(#fffefa, #fff), url(/wp-content/uploads/2021/04/lines-shapes-bg-hue.png);*/
    /*background-image: linear-gradient(#fffefa, #fff), url(/wp-content/uploads/2021/04/lines-shapes-bg-hue.png);*/
    /*background-position: center;*/
}

.narrow,
.page-end-cta {
	max-width: 720px;
	margin: 0 auto !important;
}

.page-end-cta {
	float: none;
	text-align: center;
	height: auto;
	padding-bottom: 0;
}

.page-end-cta h2 {
	text-align: center !important;
}

.page-end-cta .first .entry-content p:first-child,
.page-end-cta .first .entry-content p:last-child {
	display: none;
}

.page-end-cta p {
	text-align: left;
}

.page-end-cta .wp-block-buttons {
	justify-content: center;
}

.wide.feature .wp-block-columns {
	/*margin-bottom: 0;*/
}

.wide.feature .wp-block-columns > .wp-block-column {
	/*padding: 0 7.5px;*/
}

.feature.work .one-third,
.feature.work .one-half:nth-of-type(2),
.feature img:not(.attachment-post-thumbnail) {
	/*margin-top: -48px;*/
	
	/*display: block;*/
	max-width: 360px;
    margin: 0 auto;
	/*border-radius: 100%;*/
}

.blox-entry-header > .colour-bubble .one-half:nth-of-type(2) {
	text-align: center;
}

.entry-header {
	width: 100%;
	/*display: inline-block;
	width: calc(100% - 330px);
    max-width: 690px;
	padding: 45px 30px;
	margin: -48px 0 0;*/
}

.blog .entry-header,
.archive .entry-header,
.search .entry-header {
	float: left;
    /*width: 100%;*/
	/*max-width: 100%;*/
    text-align: left;
    /*margin: 120px 0;*/
	
	/*margin: 120px 0 80px;*/
	margin: 60px 0;
}

.wp-block-cover.colour-bubble::before,
.archive .entry-header::before,
.colour-bubble::before,
.feature::before,
.search .entry-header::before,
/*.feature::before,*/
/*a.client-url::before,*/
a.image-credit::before,
/*.gs-faq::before,
.gs-faq::after,*/
/*.wp-block-cover.colour-bubble::after,
.archive .entry-header::after,*/
.colour-bubble::after/*,
.search .entry-header::after,*/
/*a.client-url::after,*/
/*a.image-credit::after,*/
/*blockquote > p:first-child::before,
blockquote > cite::after,
blockquote > p > cite::after*/
/*.wp-block-gallery::before,
.wp-block-gallery::after*/ {
	content: "";
    display: block;
    
	/*width: 32px;
    height: 32px;
    margin: -40px -40px 0;*/
   
	opacity: 1 !important;
	background: linear-gradient(-45deg, transparent, #bb1f7b10);
    /*border: 2px solid;
	border-color: #e21b09 !important;
    border-right: 0;
    border-bottom: 0;*/
	border-radius: 100%;
	/*position: relative;*/
	position: absolute;
   /* z-index: 2 !important;*/
	
	z-index: -2 !important;
	width: 100px;
    height: 100px;
    margin: -75px -75px 0;
}

.archive .entry:nth-of-type(odd) .entry-header::before {
	background: linear-gradient(45deg, transparent, #bb1f7b10);
}

.wp-block-cover.colour-bubble::after,
.archive .entry-header::after,
.archive .entry:nth-of-type(even) .entry-header::after
.colour-bubble::after,
.search .entry-header::after,
/*a.client-url::after,*/
a.image-credit::after,
/*.gs-faq::after,*/
blockquote > cite::after,
blockquote > p > cite::after
/*.wp-block-gallery::after*/ {
	float: right;
    position: relative;
    bottom: 0;
    right: 0;
    margin: 146px -390px 0 0;
    margin: 146px -40px 0 0;
    /*border-left: 0;
    border-top: 0;
    border-right: 2px solid;
    border-bottom: 2px solid;*/
}

.blox-entry-header .colour-bubble::after {
	top: 192px;
    /*border: 2px solid;
    border-left: 0;
    border-top: 0;*/
    float: right;
    position: relative;
	
	background: linear-gradient(45deg, transparent, #bb1f7b10);
    top: 50px;
    right: 50px;
    height: 150px;
    width: 150px;
}

.archive .entry-header::after {
	float: left;
	position: relative;
	/*top: 12px;*/
	
	top: 64px;
	
	top: 32px;
	/*border: 2px solid;
	border-top: 0;
	border-right: 0;*/
	border: 0;
}

blockquote > p > cite::after,
blockquote > cite::after {
	/*margin: -40px -40px 0;*/
	float: right;
    /* top: 0; */
    /* bottom: 0; */
    /* right: 0; */
    /*border: 2px solid;
    border-top: 0;
    border-left: 0;*/
	border: 0;
    position: relative;
}

.wp-block-gallery::before { 
	/* margin: 0 -12px 0; */
    top: 24px;
    left: -12px;
    margin: 0;
}

.wp-block-gallery::after {
	/*bottom: 24px;*/
    right: 24px;
	margin: 32px -34px 0 0;
	/*border: 2px solid;
    border-top: 0;
    border-left: 0;*/
	border: 0;
}

/*p.excerpt,
.excerpt,*/
.archive-intro h2,
.excerpt h2,
.excerpt h3,
.swiper-slide .entry-content h3
/*
.excerpt > p:first-child,
.home .wp-block-cover p:first-child*/ {
	font-weight: 500;
	font-size: 19px;
	/*line-height: 1.25;*/
	/*letter-spacing: 0;*/
	margin: -15px 0 20px;
}

.swiper-slide .entry-content h2 {
	/*margin-top: -15px;*/
}

.tiers .swiper-slide h2:not(.count)::before/*,
.zpps-post-slider.tiers .entry-content .wp-block-group:first-of-type > .wp-block-group__inner-container::before*/ {
    content: "Your";
    font-size: 24px;
    display: block;
    position: relative;
    bottom: -10px;
    left: -2px;
    z-index: 0;
	
	content: "";
    /* font-size: 24px; */
    display: block;
    position: relative;
    bottom: -20px;
    left: -15px;
    z-index: -1;
    background: url(/wp-content/uploads/2024/10/your-cropped-e1729684811891.png) center center no-repeat;
    background-size: contain;
    height: 40px;
    width: 60px;
}

.tiers .swiper-slide h2:not(.count)::before {
	/*bottom: 8px;*/
}

.swiper-slide .entry-content {
	margin-top: 0;
}

.tiers .swiper-slide .entry-content {
	padding: 30px;
	text-align: left;
}

.zpps-post-slider article.entry {
	padding: 0 !important;
	margin-top: 0 !important;
}

.zpps-post-carousel .swiper-slide img {
	/*max-width: 150px;*/
    float: none;
	
	/*box-shadow: none;*/
    border: 0;
    /*display: block;*/
   /* border-radius: 100%;*/
}



.excerpt > p {
	/*margin-bottom: 15px;*/
}

.blox-entry-header .excerpt a:last-of-type {
	/*margin-top: -15px;*/
}

.archive .entry.page:nth-of-type(odd) .entry-header::before {
	background-position-y: 1px;
}

.archive .entry:nth-of-type(odd) .entry-header::before {
	position: relative;
	right: -6px;
	margin-left: 100%;
	/*border-right: 2px solid;
    border-left: 0;*/
	
	right: 25px;
    margin-left: 100%;
    margin-bottom: -25px;
	border: 0;
}
.archive .entry:nth-of-type(even) .entry-header::after {
	/*margin-right: 100%;
	border-right: 0;
    border-left: 2px solid;
	z-index: 9999;*/
	
	float: right;
    /*top: 6px;*/
	
	/*top: 32px;*/
	
	/*top: -8px;*/
    /*border: 2px solid;
    border-top: 0;
    border-left: 0;*/
	border: 0;
}

.archive.category-testimonials .entry .entry-header::before,
.archive.category-testimonials .entry .entry-header::after {
	display: none;
}

.archive .entry:nth-of-type(even) .entry-header .entry-title,
.archive .entry:nth-of-type(even) .entry-header .entry-meta,
.archive .entry:nth-of-type(even) .entry-header blockquote,
.archive .entry:nth-of-type(even) .entry-header a.more-link,
.archive .entry:nth-of-type(even) .entry-header .read-more {
	margin-right: 360px;
	margin-left: 0;
	text-align: center;
}

.archive .entry:nth-of-type(odd) .entry-header .entry-title,
.archive .entry:nth-of-type(odd) .entry-header .entry-meta,
.archive .entry:nth-of-type(odd) .entry-header blockquote,
.archive .entry:nth-of-type(odd) .entry-header a.more-link,
.archive .entry:nth-of-type(odd) .entry-header .read-more {
	margin-right: 0;
	margin-left: 360px;
	text-align: center;
}

.archive p > a.button {
	display: none;
}

.archive .entry .entry-header blockquote {
	/*margin-top: 0 !important;
	margin-bottom: 0  !important;*/
	
	margin: -30px -30px 0 !important;
	max-width: calc(66.66% + 80px);
}

/*.archive .entry:nth-of-type(even) .entry-header blockquote,*/
.archive .entry:nth-of-type(even) .entry-header > p {
	margin-right: 360px !important;
}

/*.archive .entry:nth-of-type(odd) .entry-header blockquote*/
.archive .entry:nth-of-type(odd) .entry-header > p {
	margin-left: 360px !important;
}

.archive .entry:nth-of-type(even) .entry-header a.more-link {
	margin-left: -30px;
}

.archive .entry .entry-header .read-more {
	    /*margin-top: -15px;*/
}

.entry-header .entry-meta,
.entry-header .entry-meta:last-child {
	margin-bottom: 30px;
	margin-top: -10px;
}

.entry.category-clients .entry-header p.entry-meta,
.entry.attachment .entry-header p.entry-meta {
	display: none;
}

.entry-meta {
	/*margin-bottom: 30px;
	font-size: 14px;
	font-weight: 500;*/
}

.entry-footer .entry-meta,
ul.custom-tags,
.custom-tags li {
	display: inline;
	line-height: 1.25;
}

span.client-since {
	margin: 15px 0;
}

.blox-entry-header .entry-meta > span,
.entry-header .entry-meta > span {
	display: block;
}

ul.content-warning::before {
	/*font-family: dashicons;
	content: "\f348";
	vertical-align: bottom;
    font-size: 20px;
    color: #e21b09;
    margin: 0 -2px 0 -18px;*/
}

ul.content-warning > li:nth-of-type(1)::before,
.single .entry-footer .entry-meta::before {
	/*content:"Content Warning: ";
	font-weight: 700;
	font-size: 18px;
    font-family: 'Roboto', sans-serif;*/
}

.entry-meta > .work-type::before {
	/*content:"Storytelling via: ";	*/
}

body.archive .entry ul.work-type {
	display: none;
}

span.client-since,
body.archive .entry:nth-of-type(1) ul.work-type:nth-of-type(1),
body.archive .entry:nth-of-type(2) ul.work-type:nth-of-type(2),
body.archive .entry:nth-of-type(3) ul.work-type:nth-of-type(3),
body.archive .entry:nth-of-type(4) ul.work-type:nth-of-type(4),
body.archive .entry:nth-of-type(5) ul.work-type:nth-of-type(5),
body.archive .entry:nth-of-type(6) ul.work-type:nth-of-type(6),
body.archive .entry:nth-of-type(7) ul.work-type:nth-of-type(7),
body.archive .entry:nth-of-type(8) ul.work-type:nth-of-type(8),
body.archive .entry:nth-of-type(9) ul.work-type:nth-of-type(9),
body.archive .entry:nth-of-type(10) ul.work-type:nth-of-type(10),
body.archive .entry:nth-of-type(11) ul.work-type:nth-of-type(11),
body.archive .entry:nth-of-type(12) ul.work-type:nth-of-type(12) {
	display: block;
}

.custom-tags li::after {
	content:", ";
}

.custom-tags li:last-of-type::after {
	content:"";
}

.entry-meta .date,
.entry-meta a,
.entry-tags a,
.bsf-rt-display-time,
.bsf-rt-display-postfix,
.custom-tags li a,
span.custom-tags,
/*figcaption,*/
.nivo-lightbox-title {
	display: inline-block;
	/*font-family: 'Roboto', sans-serif !important;*/
	font-weight: 500 !important;
	font-size: 13px !important;
	/*letter-spacing: 0;*/
	/*text-indent: 0;*/
	padding: 0 3px;
    margin: 0 -3px;
}

p.caption,
.wp-caption-text,
figcaption {
	font-family: 'Source Sans 3', sans-serif;
	text-align: center;
    overflow: hidden !important;
    /*background: #f2f6f6 !important;*/
    color: #00053f !important;
    line-height: 1;
    font-size: 16px !important;
    /* font-weight: 400 !important; */
    letter-spacing: -.01em;
	position: relative !important;
    /*padding: 15px !important;*/
	font-weight: 300;
	font-style: italic;
	opacity: .75;
}

.wp-block-image:focus > figcaption,
.wp-block-image:hover > figcaption {
	opacity: 1;
	font-weight: 400;
}

.wp-block-table figcaption {
	background: none !important;
    text-align: unset;
    padding: 0 !important;
}

.wp-block-image figcaption {
	display: revert !important;
    position: relative;
	bottom: 10px;
    padding: 15px 0;
    margin: 0 auto !important;
}

.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	/*bottom: -15px !important;*/
	padding: 15px 0 !important;
	/*background: none !important;*/
}

.blocks-gallery-caption {
	padding: 15px 0;
	margin-top: -15px;
    z-index: 1;
	height: fit-content;
	/*background: #444 !important;*/
	/*font-size: 14px;*/
	font-weight: 500 !important;
}

.featured-content > figcaption {
    margin-top: -15px !important;
    width: calc(100% - -5px);
	position: relative;
	
	background: transparent;
	margin: -5px auto 0 !important;
    width: calc(100% - 22px);
    /* width: -webkit-fill-available; */
    max-width: none;
    position: relative;
    float: right;
	
	text-align: left;
    padding: 0 4px;
}

figcaption > a {
	/*background: none !important;*/
    /*font-weight: bold;
    font-size: 20px;
    margin: 0 -10px;
	text-shadow: none;*/
	display: inline-block;
    padding: 15px 0;
    margin: -15px 0;
}

.featured-content figcaption > a {
	padding: 15px 0;
	width: 100%;
}

.single .entry-footer,
.notice {
	margin: 30px -30px;
    padding: 30px;
    border-left: 4px solid #222c78 ;
    /*border-top: 0;
    border-bottom: 0;*/
    /*background: #e6f3ff50;*/
	background: #eaf4fb;
    font-size: 14px;
    /*box-shadow: 0 5px 10px -5px #201F5820;*/
    line-height: 1.25;
}

.single .entry-footer {
	min-height: 120px;
}

.single .entry-footer h2 {
	font-size: 20px;
}

.single .entry-footer .entry-meta::before {
	/*content: "There's more where that came from...";*/
	/*display: block;*/
}

/* required? */
.entry-comments-link::before {
	content: "\2014";
	margin: 0 6px 0 2px;
}

/* Comments */

.entry-comments .comment,
.entry-comments .comment-reply {
	margin-bottom: 40px;
}

.comment-respond a,
.entry-comments a {
	border-bottom: 1px solid #f7a27f;
	color: #000;
	font-weight: 700;
	padding-bottom: 1px;
}

.comment-respond a:hover,
.entry-comments a:hover {
	border-bottom: 1px solid #f7a27f;
	color: #f7a27f;
}

.entry-comments .comment:last-child {
	margin-bottom: 0;
}

.comment-respond,
.entry-pings {
	padding-top: 60px;
}

.comment-respond label {
	font-weight: 700;
}

.entry-comments {
	padding-top: 20px;
}

.comment-header {
	font-size: 15px;
}

.comment-notes,
.entry-pings .reply {
	display: none;
}

.comment-form input[type="submit"] {
	width: 100%;
}

.entry-comments .comment {
	border-bottom: 1px solid #000;
}

p.comment-form-comment {
	margin-bottom: 20px;
}

p.form-submit,
.entry-comments .children .comment,
.entry-comments .comment-author {
	margin: 0;
}

.entry-comments .comment {
	clear: both;
}

.entry-comments .children .comment {
	border: none;
}

.comment-list li {
	list-style-type: none;
}

/* After Entry */

.after-entry {
	margin-bottom: 60px;
	padding-bottom: 30px;
}

.after-entry .widget {
	margin-bottom: 40px;
}

/* Pagination */

.pagination {
	clear: both;
    margin: 45px auto 0;
    text-align: center;
}

.adjacent-entry-pagination {
	margin-bottom: 0;
}

.archive-pagination li {
	display: inline;
	margin: 0 2.5px;
}

.archive-pagination li a {
	min-width: 52px;
}

/* Footer Widgets
---------------------------------------------------------------------------------------------------- */

.contact-footer-bubble .entry-content {
	/*display: inline-block;
    width: calc(100% - 330px);
    padding: 0;*/
}

.home .contact-footer-bubble .entry-content {
	/*margin-top: -30px;*/
}

.contact-links {
	margin: 0 auto;
    width: fit-content;
}

.footer-widgets {
    max-width: calc(1080px + 120px);
	position: relative;
    top: -30px;
    clear: both;
	margin: 120px auto;
	padding: 0 60px;
}

.footer-widgets .widget_media_image a {
	display: block;
    margin: auto;
    max-width: 200px;
}

.footer-widgets img {
	/*border: 0;*/
	/*box-shadow: none !important;*/
}

.site-footer .footer-widgets::before {
	/*content: "Proud to be a member of these great organisations";*/
	/*font-size: 12.5px;*/
    /* font-size: 12px; */
    /* font-weight: 400; */
    /* line-height: 1.2; */
    /* font-style: italic; */
    /* text-align: right; */
    /* text-indent: 75px; */
    /* width: 180px; */
    /*padding-left: 45px;*/
    /* margin: 0 0 0 5px; */
    /*height: 0;*/
    /* float: left; */
    /*position: relative;*/
    /* left: 15px; */
    /* bottom: -30px; */
    /* background: url(/wp-content/uploads/2021/10/Lomas-Editorial-cat.png) left center no-repeat; */
    /* background-size: contain;*/
}

.site-footer .footer-widgets .wrap {
    max-width: 1080px;
	/*height: 120px;*/
    margin: 0 auto;
	/*padding: 0 30px;*/
}

.footer-widgets h4 {
	/*position: absolute;
    left: 5px;
    right: auto;
    margin: 0;
    padding: 30px;
	position: relative;
	text-align: center;
	top: -15px;*/
}

.book-cover-credits {
	/*width: 100%;
    display: inline-block;
    text-align: center;
    margin: 20px auto 0;*/
}

.footer-widgets ul li.menu-item {
	display: inline-block;
	margin: 0 0 0 5px;
}

.footer-widgets a {
	/*display: inline-block;*/
	/*padding: 15px;*/
	/*width: 100%;*/
}


/* Site Footer
---------------------------------------------------------------------------------------------------- */

.site-footer {
    /* background: #fffefa; */
    /*background-image: url(/wp-content/uploads/2022/01/cubes-bg-op-gradient-crop-vflip.png), linear-gradient(180deg*/ /*,transparent,#e6f3ff50 50%);*/
    /*background-repeat: repeat-x;*/
    /* background-size: auto; */
    /*background-position-y: calc(100% - -10px);*/

	/*margin-top: 120px;*/
}

.site-footer::before {
	content: '';
	display: block;
	position: absolute;
	z-index: -1;
	width: 100vw;
	min-height: 720px;
		background-image: url(/wp-content/uploads/2026/01/bubble-swirl-bg.png), linear-gradient(0deg, transparent, #87b6d11c 100%);
	background-repeat: no-repeat;
    background-position: 0 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /* background-blend-mode: overlay; */
    /* background-color: #cdcfe199; */
    /* background-color: #cdcfe1; */
    /* background-blend-mode: soft-light; */
    background-color: #ffffff99;
    background-attachment: scroll;
	-moz-transform: scaleY(-1) scaleX(-1);
    -o-transform: scaleY(-1) scaleX(-1);
    -webkit-transform: scaleY(-1) scaleX(-1);
    transform: scaleY(-1) scaleX(-1);
}

.site-footer .wrap {
	max-width: 100%;
}

.site-footer .entry-content {
	margin: 0 auto;
}

.site-footer .entry-content hr {
	/*display: none;*/
}

.site-footer > .wrap p:first-child,
.site-footer > .wrap p:last-child {
	/*font-size: 14px;
	font-weight: 500;
	margin-bottom: 15px;*/
	display: none;
}

span.copyright {
	position: absolute;
    right: 0;
    font-size: 12px;
    margin: 40px;
    line-height: 0;
	color: #000;
}

.links::before {
    font-family: 'Roboto', sans-serif;
	content: "";
    font-size: 14px;
    font-weight: 500;
    margin: -5px auto 30px;
    width: fit-content;
    border-bottom: 2px dotted #00053f;
    display: block;
}

.links.privacy::before {
	content: "";
}

.site-footnotes {
	background-color: #e6f3ff;
    background: linear-gradient(270deg, #dcf5fd, #f1f0f8);
    /*padding: 5px 0;*/
    text-align: center;
    position: relative;
    /*bottom: -30px;*/
}

.site-footnotes ul {
	/*float: left;*/
	/*text-align: left;*/
	position: absolute;
}	

.site-footnotes ul li.menu-item {
	display: inline-block;
	margin: 0 0 0 5px;
}

.site-footnotes a {
	display: inline-block;
	/*padding: 15px;*/
	width: 100%;
	
    text-transform: none;
    font-weight: 700;
    font-size: 12.5px;
    letter-spacing: 0;
}

.site-footer .site-footnotes img {
	box-shadow: none;
	border: 0;
	/*margin: 0;*/
	/*padding: 0;*/
    /*filter: invert(1) brightness(2);*/
	background: transparent !important;
}

/* Media Queries
---------------------------------------------------------------------------------------------------- */

@media only screen and (min-width: 961px) {
	
	.full-width-content .content {
		float: left;
		/* margin: 45px auto; */
		margin: 0 auto;
		/* margin-left: auto; */
		/* margin-right: auto; */
		width: 100%;
	}
	
	.home .content {
		margin-top: -30px;
	}
	
	body:not(.home) .full-width-content .content {
		max-width: 900px;
	}
	
	.content{
		float: left;
	}
	
	.home #about .one-half.float-left {
		margin-top: -80px;
	}
	
	div.slider {
		display: inline-block;
		width: 50%;
		float: none;
	}

	.header-image .site-title > a {
		/*width: 150px;*/
	}

	.site-description {
		/*margin: 0;*/
	}

	.navigation-container {
		height: 0;
		margin-bottom: calc(50vh - 100px);
        /*margin-top: 220px;*/
		/*position: absolute;*/
        /*right: 0;*/
	}
	
	.nav-primary {
		width: 100%;
		background: linear-gradient(90deg, transparent, #ffffff90,transparent);
	}

	.genesis-nav-menu .menu-item {
		display: inline-block;
		margin: -1px;
		/*position: relative;*/
		min-width: 130px
	}
	
	.genesis-nav-menu.menu-primary > .menu-item:nth-child(1) {
		/*width: 90px;*/
		position: absolute;
		/*left: calc(50% - 50px);*/
		left: -9999px;
		/*text-indent: -9999px;*/
	}
	
	.genesis-nav-menu.menu-primary .menu-item:nth-of-type(2),
	.genesis-nav-menu.menu-primary .menu-item:nth-of-type(3),
	.genesis-nav-menu.menu-primary .menu-item:nth-of-type(4){
		/*left: -90px;*/
	}
	
	.genesis-nav-menu.menu-primary .menu-item:nth-of-type(5),
	.genesis-nav-menu.menu-primary .menu-item:nth-of-type(6),
	.genesis-nav-menu.menu-primary .menu-item:nth-of-type(7){
		/*right: -75px;*/
	}
	
	.genesis-nav-menu.menu-primary .menu-item.social {
		display: none;
	}
	
	ul.sub-menu {
		float: left;
		/*display: inline-block; */
		/* width: min-content; */
		background: #ffffffea;
		position: absolute;
		left: -9999px;
		margin: -1px auto;
		/* text-align: left;*/
	}
	
	li.menu-item-has-children > ul.sub-menu {
		/*display: none;*/
		/*opacity: 0;*/
		/*background: #ffffffea !important;*/
	}
	
	li.menu-item-has-children:hover > ul.sub-menu,
	li.menu-item-has-children:focus > ul.sub-menu	{
		display: block;
		width: 100%;
		left: 0;
		/* text-align: center; */
		padding: 1px;
		/* padding: 2px;*/
		opacity: 1;
		/*box-shadow: 0 5px 5px 1px #201F5820;*/
		-webkit-transition: all 0.8s ease-in-out;
		-moz-transition: all 0.8s ease-in-out;
		-ms-transition: all 0.8s ease-in-out;
		-o-transition: all 0.8s ease-in-out;
		transition: all 0.8s ease-in-out;
	}

	.genesis-nav-menu .sub-menu {
		/*background-color: #f2f7fb;*/
		/*box-shadow: 0 3px 5px 0 #201F5820;*/
		left: -9999px;
		opacity: 0;
		position: absolute;
	}
	
	.genesis-nav-menu .menu-item:hover {
		/*position: relative;*/
	}
	
	/*.genesis-nav-menu .sub-menu:after,
	.genesis-nav-menu .sub-menu:before {
		bottom: 100%;
		left: 50%;
		border: solid transparent;
		content: " ";
		height: 0;
		width: 0;
		position: absolute;
		pointer-events: none;
	}*/
	
	/*.genesis-nav-menu .sub-menu:after {
		border-bottom-color: #f2f7fb;
		border-width: 10px;
		margin-left: -10px;
	}
	
	.genesis-nav-menu .sub-menu:before {
		border-bottom-color: #f2f7fb;
		border-width: 11px;
		margin-left: -11px;
	}*/
	
	.genesis-nav-menu .sub-menu .sub-menu:after,
	.genesis-nav-menu .sub-menu .sub-menu:before {
		/*display: none;*/
	}
	
	.sub-menu > li {
		/*min-width: 130px;*/
		min-width: 180px;
	}
	
	.sticky-message .sub-menu {
		background: #ffffffea !important;
	}
	
	.sticky-message .sub-menu > li.menu-item-has-children .sub-menu > li {
		display: inline;
		width: fit-content;
	}
	
	.sub-menu > li:first-child {
		/*margin-left: -132px;*/
		
		/*margin-left: -48px;*/
	}
	
	.sticky-message li.menu-item-has-children:hover .sub-menu::before,
	.sticky-message li.menu-item-has-children:focus .sub-menu::before/*,
	.sticky-message li.menu-item-has-children:hover .sub-menu::after,
	.sticky-message li.menu-item-has-children:focus .sub-menu::after*/	{
		font-family: dashicons;
		content: "\f345";
		content: "";
		width: 24px;
		height: 24px;
		display: inline-block;
		/* margin-top: 0; */
		/*color: #e21b09;*/
		border: 2px dashed #03073b;
		border-right: 0;
		border-top: 0;
		/* position: absolute; */
		opacity: .1;
		/* float: left; */
		/* line-height: 47px; */
		/* font-size: 18px; */
		/* text-indent: 18px; */
		position: relative;
		top: -4px;
		left: -15px;
		margin: 0 -15px;
	}
	
	.sticky-message li.work.menu-item-has-children:hover .sub-menu::before,
	.sticky-message li.work.menu-item-has-children:focus .sub-menu::before {
	    left: -60px;
		margin: 0 -60px;
	}
	
	.sticky-message li.menu-item-has-children:hover .sub-menu::after,
	.sticky-message li.menu-item-has-children:focus .sub-menu::after {
		/*border-right: 2px dashed;
		border-left: 0;
		margin-left: 0;*/
		
	}
	
	.sticky-message .sub-menu > li.menu-item-has-children:hover .sub-menu::before,
	.sticky-message .sub-menu > li.menu-item-has-children:focus .sub-menu::before	{
		border-bottom: 0;
		width: 0;
		top: 0;
		left: -180px;
		margin: 0 0 -6px;
	}
	
	.sticky-message .sub-menu > li.menu-item-has-children:hover .sub-menu::after,
	.sticky-message .sub-menu > li.menu-item-has-children:focus .sub-menu::after {
		display: none;
	}
	
	.sticky-message .sub-menu li.menu-item-has-children > .sub-menu li {
		display: block;
		width: fit-content;
		margin: 0 auto;
		left: -180px;
		position: relative;
	}

	.genesis-nav-menu .sub-menu a {
		/*border-top: 0;*/
		/*padding: 20px;*/
	}
	
	ul.sub-menu li a {
		/*padding: 15px 30px;*/
	}

	.genesis-nav-menu .sub-menu,
	.genesis-nav-menu .sub-menu a {
		/*text-align: center;*/
		/*width: 200px;*/
	}

	.genesis-nav-menu .sub-menu .sub-menu {
		/*margin: -53px 0 0 199px;*/
	}
	
	.sub-menu li.menu-item-has-children > .sub-menu li a {
		font-weight: 400;
	}

	.genesis-nav-menu .menu-item:hover > .sub-menu {
		background: linear-gradient(90deg, transparent, #ffffff50, transparent);
		/*left: 50%;*/
		/*margin-left: -100px;*/
		/*opacity: 1;*/
	}
	
	.genesis-nav-menu .menu-item:hover > .sub-menu > .menu-item:hover > .sub-menu {
		/*left: 199px;
		margin-left: 0px;
		opacity: 1;*/
		
		left: 130px;
		top: 0;
		/* margin-left: 0; */
		box-shadow: none;
		
		/*box-shadow: 5px 5px 10px -2px #201F5820;*/
		width: max-content;
		margin: -1px 0;
	}
	
	.menu-description {
		display: block;
	}

	.responsive-menu,
	.responsive-menu > .menu-item > .sub-menu {
		display: block;
	}

	.responsive-menu-icon,
	.responsive-menu > .menu-item-has-children:before,
	.responsive-menu .menu-open.menu-item-has-children:before {
		display: none;
	}

	/*.footer-widgets,*/
	.site-inner {
		/*margin-left: 0;
		margin-right: 0;*/
		margin: 60px auto;
		padding: 0 30px;
		/*max-width: 770px;*/
		/*max-width: 824px;*/
		/*max-width: 1080px;*/
	}

	.gallery-item {
		float: left;
	}
	
	.post-background-image {
		display: none;
	}

}

@media only screen and (max-width: 1200px) {
	
	#menu-main-menu {
		/*float: right;*/
	}
	
	#menu-sticky-menu {
		/*text-align: left;*/
	}
	
	.sticky-message .menu .menu-item.social > a {
		top: 80px;
		right: 0;
	}
	
	.sticky-message .menu .menu-item.social.linkedin > a {
		top: 220px;
	}
	
	.sticky-message .menu .menu-item.social.phone > a {
		top: 150px;
	}
	
	.site-inner {
		max-width: none;
	}
	
	.site-inner,
	.blox-entry-header	{
		margin: 0 30px;
		/*padding: 0 30px;*/
	}
	
	.blox-entry-header .entry-header,
	.blox-entry-header .excerpt {
		max-width: calc(100% - 34px)
	}
	
	.blox-container.read-meter {
		/*max-width: 468px;*/
	}
	
	.genesis-nav-menu.menu-secondary ul.sub-menu {
		position: relative;
		float: none;
		left: 0;
		opacity: 1;
		margin: 0 0 15px;
		padding: 0 !important;
		text-indent: 15px;
		box-shadow: none !important;
		background: none;
	}
	
	.genesis-nav-menu.menu-secondary .sub-menu:after,
	.genesis-nav-menu.menu-secondary .sub-menu:before {
		display: none;
	}

	.genesis-nav-menu.menu-secondary li {
		display: inline;
	}
	
	.genesis-nav-menu.menu-secondary .sub-menu li {
		text-align: left;
	}
	
	.genesis-nav-menu.menu-secondary ul.sub-menu li > a {
		text-transform: none;
		font-weight: 500;
	}
	
	.featured-content span.snippet-url > a {
		left: 0;
		top: 5px;
	}
	
	hr.is-style-wide.center-to-left,
	hr.is-style-wide.left-to-center	{
		/*margin: 60px 0 60px 124px;*/
	}
	
	hr.is-style-wide.right-to-center,
	hr.is-style-wide.center-to-right	{
		/*margin: 60px 0 60px 332px;*/
	}
	
	.archive .entry:nth-of-type(odd)::before {
		/*margin-left: 394px;*/
		margin-left: 354px;
	}
	
	.archive .entry:nth-of-type(odd) hr.is-style-wide::after {
		margin: 0 0 0 244px;
	}
	
	.archive .entry-header::after {
		top: 0;
	}
	
	.archive .entry hr.is-style-wide {
		margin: 60px 218px;
		width: 244px !important;
	}
	
	/*hr.is-style-wide.center-to-right,*/
	.archive .entry:nth-of-type(1) hr.is-style-wide {
		margin: 60px 332px;
		width: 132px !important;
	}
	
	.archive .entry:nth-of-type(1) hr.is-style-wide::after {
		margin: 0 0 0 132px;
	}
	
	.archive .entry:nth-of-type(even) hr.is-style-wide::before {
		margin: -60px 0 0 244px;
	}
	
	.feature:not(.one-half) {
		/*margin: 0 -30px !important;*/
	}
	
	.feature.one-half {
		margin: 0 -30px 0 0;
	}
	
	.feature.one-half.first:not(.float-right) {
		margin: 0 0 0 -30px;
	}
	
	#help .feature {
		margin: 0;
	}
	
	.wide {
		width: calc(100% + 120px);
		margin: -30px -60px;
	}
	
	.zpps-post-carousel.books .swiper-slide > .reboo-ribbon-smaller {
		right: 42px !important;
	}
	
	.book-cover-credits {
		text-align: left;
		padding: 0 5%;
	}
	
	.site-footnotes .menu a {
		padding: 30px 15px;
	}
}

@media only screen and (max-width: 960px) {
	
	.site-header {
		/*margin: 0 0 50vh;*/
		
		/*margin-bottom: 75vh;*/
		margin-bottom: calc(75vh + 120px);
	}

	.nav-primary {
		position: fixed;
		width: 100vw;
		max-width: 1080px;
		z-index: 100000;
		top: 0;	
		background: #fffefaa1;
	}
	
	body.admin-bar .nav-primary {
		top: 32px;
	}
	
	.responsive-menu {	
    background: #ffffff;
    text-align: left;
    /*padding-top: 92px;
    padding-left: 12px;
    width: 24vw;*/
	/*padding-top: 80px;*/
    /*padding-left: 0;*/
    width: 50vw;
    height: 200vh;
    min-width: 200px;
    box-shadow: 5px 0 5px -1px #201F5820;
    overflow-y: hidden;
	border-radius: 7.5px;
	}
	
	.responsive-menu .sub-menu {
		margin: 0 0 0 15px;
	}
	
	.responsive-menu,
	.responsive-menu > .menu-item {
		/*margin-bottom: 0;*/
	}
	
	.responsive-menu > li:first-child {
		text-align: center;
		min-height: 100px;
	}
	
	ul.menu-primary.responsive-menu > li:nth-child(1) > a {
		width: 100px;
		height: 100px;
		/*background-position-y: bottom;*/
	}
	
	ul.menu-primary.responsive-menu > li:nth-child(1) > a::before {
		left: calc(25vw - 30px);
	}
		
	.responsive-menu > .menu-item.social {
	    position: relative;
		bottom: -5px;
		left: 20px;
		margin: 0;
		display: inline;
	}
	
	.responsive-menu li.moved-item a {
		    text-transform: none;
			font-weight: 500;
	}
	
	.menu .menu-item:nth-of-type(8)::before {
		position: initial;
		text-align: left;
		width: calc(100% - 15px);
		text-indent: 4px;
	}
	
	ul.responsive-menu li a {
		padding: 20px 25px;
		font-size: 12px;
		font-weight: 700;
	}
	
	ul.responsive-menu ul.sub-menu li a {
		font-weight: 500;
	}
	
	.sticky-message {
		display: none;
		visibility: hidden;
	}
		
	.one-half,
	.one-third,
	.one-fourth,
	.one-fifth,
	.one-sixth,
	.two-thirds,
	.five-sixths {
		width: 100%;
		margin-left: 0;
	}
	
	.home .feature > div > div.one-half:nth-child(1){
		margin: 400px auto 0;
	}
	
	.home .feature > div > div.one-half:nth-child(2){
		position: absolute;
		left: 0;
	}
	
	#packages .one-half:not(.first) {
		/*padding: 0 30px;*/
	}
	
	#packages .ui-tabs img {
		/*margin-top: 30px;*/
	}
	
	.wide {
	    /*margin: -15px -60px 0;*/
		/*padding: 0 45px 45px !important;*/
	}
	
	.home hr {
		/*margin: -90px auto 90px;*/
		/*padding: 60px 0;*/
	}
	
	.site-inner/*,
	.blox-entry-header*/	{
		/*margin: 0 auto;*/
		margin: 0 60px;
		/*padding: 0 60px;*/
	}
	
	.colour-bubble,
	/*.archive .entry-header,*/
	/*.search .entry-header,*/
	.feature,
	.home .wp-block-cover	{
		/*height: auto;*/
		/*padding-top: 180px !important;*/
	}
	
	.archive .entry-header,
	.search .entry-header {
		height: auto;
	}

	
	.blox-entry-header .colour-bubble {
		/*padding-top: 200px !important;*/
		/*margin-top: -150px;*/
	}
	
	div.wp-block-spacer:not(.pattern) {
		/*height: 0 !important;*/
	}
	
	.blox-entry-header .entry-header,
	.blox-entry-header .excerpt {
		max-width: none;
	}
	
	.blox-entry-header .one-half {
		/*position: relative;*/
		/*top: 45px;*/
		
		/*position: relative;*/
		/*top: 100px;*/
		/*max-width: 480px;*/
		/*margin: 90px auto 30px;*/
		/* padding: 0 30px; */
		/*float: none;*/
	}
	
	.blox-entry-header .one-half.featured-content {
		/* position: absolute; */
		/* left: -50%; */
		/* top: 300px; */
		/* width: calc(100% - 120px); */
		/* max-width: 720px; */
		/* margin: 0 auto; */
		/*text-align: center;*/
		/* float: none; */
		/* display: block; */
		/*position: relative;*/
		/*top: -175px;*/
	
		position: absolute;
		left: 0;
	}
	
	.work .blox-entry-header .one-half.featured-content {
		margin-top: -100px;
	}
	
	.blox-entry-header .featured-content a.thumbnail {
		/*margin: 0 auto;*/
		/*text-align: center;*/
		width: 100%;
	}
	
	.blox-entry-header .featured-content a.thumbnail > img,
	#help img	{
		/*max-width: 150px;*/
	}
	
	body.work .blox-entry-header .featured-content a.thumbnail > img {
		border-radius: 0;
		max-height: 150px;
		width: auto;
	}
	
	.work .featured-content a.thumbnail::before,
	.work .featured-content a.thumbnail::after {
		display: none;
	}
	
	.featured-content img {
		margin: -360px auto 0;
        position: relative;
        top: -60px;
	}
	
	.featured-content > figcaption {
		/*margin-top: -60px !important;*/
	}
	
	.featured-content figcaption > a {
		/*color: #fff;*/
		/*text-shadow: 0px 1px 1px #00053f;*/
	}
	
	.breadcrumb,
	.blox-container.read-meter	{
		/*padding-left: 120px;*/
		margin: 0;
		border: 0;
	}
	
	.breadcrumb {
	margin-bottom: 20px;
	}
	
	.breadcrumb span.intro,
	.entry-meta span.intro,
	.read-meter .read-time > span > span:first-child,
	.nav-secondary::before,
	.tiers > div > ul::before {
		margin: 0 0 10px;
		width: 100%;
		text-align: left;
	}
	
	.tiers > div > ul::before {
		bottom: -5px;
	}
	
	.entry-meta span.intro {
		margin: 0 0 -5px;
	}
	
	.read-meter .read-time > span > span:first-child {
		margin: 0 0 -10px;
	}
	
	.read-meter .bsf-rt-display-time {
		text-indent: 0;
	}
	
	.nav-secondary::before {
		margin: 0 0 15px;
		/*left: 0;*/
		/*top: 0;*/
	}
	
	.menu-secondary {
		/*margin: -30px 48px 15px;*/
		
		margin: 0 -15px 30px;
		margin: 0;
	}
	
	.post-background-image .blox-image-container {
		/*background: url(/wp-content/uploads/2021/04/lines-shapes-bg-hue.png) 50%;*/
	}
	
	.post-background-image a {
		display: inline-block;
		z-index: 0;
		position: relative;
	}
	
	.post-background-image a > img.blox-image-wrap {
		position: relative;
		width: 150px;
		height: 150px;
		background-attachment: scroll;
		background-color: transparent !important;
		filter: none;
		transform: none;
		border-radius: 100%;
	}
	
	.entry-header {
		width: 100%;
	}
	
	h2.has-text-align-center {
		text-align: left;
	}
	
	.archive .entry-header,
	.search .entry-header {
		margin: -75px 0 0;
		/*text-align: center;*/
		/*height: auto;*/
		/*background-image: linear-gradient(0deg, #fffefa, #fff 50%, #fff 75%), url(/wp-content/uploads/2021/04/lines-shapes-bg-hue.png);*/
	}
	
	
	.blox-entry-header > .colour-bubble::before,
	.archive .entry .entry-header::before {
		/*top: -150px;*/
		/*position: relative;*/
	}
	
	.blox-entry-header > .colour-bubble::before {
		/*top: -170px;*/
	}
	
	.blox-container:not(.contact-footer-bubble) .pattern {
		/*top: -60px;*/
		/*max-width: calc(100% - 60px);*/
		/*margin: 0 auto;*/
	}
	
	.archive .entry:nth-of-type(odd)::before {
		/*left: 0;*/
		margin-left: -20px;
	}
	
.archive .entry:nth-of-type(odd) .entry-header .entry-title,
.archive .entry:nth-of-type(odd) .entry-header .entry-meta,
.archive .entry:nth-of-type(odd) .entry-header a.more-link,
.archive .entry:nth-of-type(odd) .entry-header .read-more,
.archive .entry:nth-of-type(odd) .entry-header > p,
.archive .entry:nth-of-type(even) .entry-header .entry-title,
.archive .entry:nth-of-type(even) .entry-header .entry-meta,
.archive .entry:nth-of-type(even) .entry-header a.more-link,
.archive .entry:nth-of-type(even) .entry-header .read-more,
.archive .entry:nth-of-type(even) .entry-header > p {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

.archive .entry:nth-of-type(odd) .entry-header blockquote,
.archive .entry:nth-of-type(even) .entry-header blockquote {
	margin: 30px -30px 0 !important;
}

.archive .entry:nth-of-type(odd) .entry-header a.more-link,
.archive .entry:nth-of-type(even) .entry-header a.more-link {
	margin-left: -30px;
}
	
	.archive .entry .entry-header .entry-title {
		margin-top: 60px;
	}
	
	.archive .content > .entry::before {
		margin: 120px -20px 0;
		text-align: left;
		text-indent: 54px;
	}
	
	.archive .site-inner .entry > .entry-content {
		display: none;
	}
	
	.featured-content .aligncenter,
	.featured-content .aligncenter:hover,
	.featured-content .alignleft,
	.featured-content .alignleft:hover,
	.featured-content .alignnone,
	.featured-content .alignnone:hover,
	.featured-content .alignright,
	.featured-content .alignright:hover,
	.archive .entry-content a.entry-image-link {
		/*position: absolute;*/
		/*top: -150px;*/
		/*display: block;*/
		/*width: 300px;*/
		/*height: 300px;*/
		/*left: calc(50% - 150px);*/
		/*float: none;*/
		margin: 0 auto;
	}
	
	.feature.one-half {
		margin: 0 !important;
	}
	
	#help .one-half.first {
		position: relative;
	}
	
	#help .one-half.feature > div:first-child {
		margin: 75px 0;
	}
	
	#help img {
		margin: -75px auto;
	}
	
	hr.is-style-wide,
	.archive .entry hr.is-style-wide,
	.archive .entry:nth-of-type(1) hr.is-style-wide	{
		width: 0 !important;
		margin: 60px auto !important;
		border-color: transparent !important;
	}
	
	hr.is-style-wide::before {
		display: none;
	}
	
	hr.is-style-wide::after {
		margin: -60px auto 0 !important;
		height: 120px !important;
	}
	
	.contact-footer-bubble .featured-content .alignleft {
		/*position: relative;
		left: auto;
		top: -330px;
		margin-bottom: -300px;*/
	}
	
	.zpps-post-carousel.books .swiper-slide > .reboo-ribbon-smaller {
		right: 36px !important;
	}
	
	.single .entry-footer {
		margin-bottom: 0;
	}
	
	.single .entry-footer .entry-meta::before {
		margin: 0 0 15px;
	}
	
	.sharrre {
		top: 30px;
		left: 0;
		display: inline-block;
		margin: 5px 5px 0 0;
	}
	
	.site-footer::before {
		height: calc(100% + 120px);
	}
	
	.footer-widgets {
		/*max-width: 300px;*/
		/*margin: 30px auto;*/
		/*margin: 60px auto 0;*/
		margin-bottom: -30px;
	}
	
	.footer-widgets-1 .widget {
		/*margin-bottom: 15px;*/
	}
	
	.book-cover-credits {
		/*text-align: left;*/
	}
	
	span.copyright {
	    width: 100%;
		position: relative;
		right: 0;
		margin: 0 auto 30px;
	}
}

@media only screen and (max-width: 780px) {
	
	.site-header {
    /*margin: 10px 0 200px;*/
		margin-bottom: calc(75vh - 60px);
	}
	
	.title-area {
		top: 60px;
		position: relative;
	}
	
	.site-title::before {
		position: relative;
		left: 0;
		top: 0;
		margin: -50px 0 0;
		width: 100%;
	}
	
	.responsive-menu {
		width: 100vw;
	}
	
	ul.menu-primary.responsive-menu > li:nth-child(1) > a::before {
		left: calc(50vw - 30px);
	}
	
	.site-footnotes {
		background: linear-gradient(180deg, #e1f4fc, #f1f0f8);
		padding: 30px 0 60px;
	}
	
	.site-footnotes ul {
		position: relative;
	}
	
	.site-inner {
		/*padding: 0 60px;*/
	}
	
	.feature,
	.feature.one-half {
		margin: 0 -30px !important;
		width: calc(100% + 60px);
	}
	
	.page-end-cta {
		margin: 0 -30px !important;
	}
	
	.nivo-lightbox-wrap {
		left: 12px !important;
		right: 12px !important;
	}
	
	.nive-lightbox-inline {
		padding: 15px !important;
	}
	
	td, th {
		font-size: 12px !important;
		padding: 10px 0 !important;
	}
	
	.ui-tabs ul.ui-tabs-nav {
		margin-top: 30px;
	}
	
	.ui-tabs ul.ui-tabs-nav li {
		display: block;
		padding: 0 15px;
	}
	
	.ui-tabs ul.ui-tabs-nav li:first-child {
		/*margin-top: 30px;*/
	}
	
	.tiers ul.ui-tabs-nav li a::before {
		text-align: left;
		left: -30px;
		top: 9px;
		text-decoration: none !important;
	}

	.zpps-post-carousel.tiers .highlight {
		margin: 0;
	}	
	
	.bb-section-time .bb-section__head h2 {
		font-size: 18px !important;
	}
	
	/*.home .blogs .wp-spaios-slider-wrap.post-prodesign-2 .wp-spaios-slide-wrap .wp-spaios-slide-title {
		font-size: 12px;
		width: calc(100% - 8px);
	}
	
	.searchandfilter ul li.sf-field-submit {
		display: block !important;
	}
	
	.post-filter.clients .searchandfilter ul li.sf-field-submit {
		position: relative;
		left: -50px;
	}
	
	.post-filter.clients .button.secondary.reset {
		left: 60px;
	}*/
}

@media only screen and (max-width: 440px) {
	.title-area {
		height: auto;
	}
	
}