/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom block theme
Version: 1.0.0
*/

/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	font-weight: normal;
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: left;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px -20px;
    clear: both;
	
}
sub,
sup {
	font-size: 60%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
h1 sub,
h1 sup,
h2 sub,
h2 sup{
	font-size: 50%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}


/* =Repeatable patterns
-------------------------------------------------------------- */

/* Small headers */
.archive-title,
.entry-content th,
.comment-content th {
	font-size: 13px;
	line-height: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #636363;
}

/* Form fields, general styles first */
button,
input,
textarea {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
select {
	font-family: inherit;
	padding: 6px;
	box-sizing: border-box;
}
button,
input {
	line-height: normal;
}
textarea {
	font-size: 100%;
	overflow: auto;
	vertical-align: top;
}

/* Reset non-text input types */
input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {
	border: 0;
	border-radius: 0;
	padding: 0;
}

/* Buttons */
input[type="submit"],
input[type="button"],
input[type="reset"],
article.post-password-required input[type=submit] {
	background-color: transparent;
    border: 1px solid #c2c4c4;
    border-radius: 3px;
    clear: both;
    color: #7a807e;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.35px;
    line-height: 34px;
    padding: 0 10px;
    white-space: nowrap;
}
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	cursor: pointer;
}
button[disabled],
input[disabled] {
	cursor: default;
}

button:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
article.post-password-required input[type=submit]:hover {
	color: #5e5e5e;
	background-color: #ebebeb;
}
button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	color: #757575;
	background-color: #e1e1e1;
	box-shadow: inset 0 0 8px 2px #c6c6c6, 0 1px 0 0 #f4f4f4;
}
/* Responsive images */
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
img.size-full,
img.size-large,
img.header-image,
img.wp-post-image {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}

/* Make sure videos and embeds fit their containers */
embed,
iframe,
object,
video {
	max-width: 100%;
}
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important; /* Override the Twitter embed fixed width */
}

/* Images 
.alignleft {
	float: left;
}
.alignright {
	float: right;
}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.alignfull {
	width:100%;
	height:auto;
}
.wp-caption {
	max-width: 100%; 
	padding: 4px;
}*/

/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
   color: #274472;
    font-weight: bold;
}
#nav-above {
	padding: 24px 0;
	}
#nav-above {
	display: none;
}
.paged #nav-above {
	display: block;
}
.nav-previous,
.previous-image {
	float: left;
	width: 50%;
}
.nav-next,
.next-image {
	float: right;
	text-align: right;
	width: 50%;
}
.nav-single {
	margin: 24px 0;
	}

/* Author profiles */
.author .archive-header {
	margin-bottom: 24px;
}
.author-info {
	border-top: 1px solid #ededed;
	margin: 24px 0;
	padding-top: 24px;
	overflow: hidden;
}
.author-description p {
	color: #757575;
	font-size: 13px;
}
.author.archive .author-info {
	border-top: 0;
	margin: 0 0 48px;
}
.author.archive .author-avatar {
	margin-top: 0;
}


/* =Basic structure
-------------------------------------------------------------- */

/* Body, links, basics */
html {
	background-color:#FFFFFF;
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family: "Roboto", Arial, Helvectica, sans-serif;
    font-size: 17px;
    font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #333333;
	background-color:#FFFFFF;
   
}
a {
	outline: none;
	color: #2faad1;
	text-decoration: none;
}
a:hover, 
a:focus {
	
}

/* Assistive text */
.assistive-text,
.screen-reader-text {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
}
.main-navigation .assistive-text:focus {
	background: #fff;
	border: 2px solid #333;
	border-radius: 3px;
	clip: auto !important;
	color: #000;
	display: block;
	font-size: 12px;
	padding: 12px;
	position: absolute;
	top: 5px;
	left: 5px;
	z-index: 100000; /* Above WP toolbar */
}

/* Page structure */
.site {
	padding: 0;
}
.site-content {
	margin: 24px 0;
}
.widget-area {
	margin: 0 0 24px 0;
}

/* Header */
.site-header {
	padding: 0px;
	background-color:#FFF;
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
    z-index: 999;
    position: relative;
    min-height: 50px;
}
   /* z-index: 999;
    position: absolute;
    width: 100%;
	}
.site-header.anim-done {
    background-color:rgba(255,255,255,1);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}*/
.site-header.anim-done .logo a{
    color: #000;
}
.site-header .wrap {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    max-width: 1340px;
    min-height: 50px;
}
.site-header .wrap:after {
	clear:both;
	content:'';
	display:table;
}
.pre-header {
    background-color: #E6EDF3;
    font-size : 14px;
    color: #4D4D4D;
    position: relative;
	z-index: 1;
    text-align: right;
    box-sizing: border-box;
    min-height: 40px;
}
.pre-header .wrap {
    padding: 0;
}
.pre-header a {
     color: #4D4D4D;
}
.pre-header a:hover {
     color: #1B1B1B;
}
.pre-header:after {
    display: block; content: ""; clear: both;
}
.pre-header ul.menu {
	display: inline-block;
}
.pre-header li {
    display: inline-block;
}
.site-header .logo {
    position: absolute;
    top: 6px;
   left: calc(50% - 100px);
  width: 200px;
    font-size : 20px;
    line-height : 24px; 
}
.site-header .logo img {
    width:100%;
    height: auto;
}
.site-header .logo a{
     color : #333;
}
/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-size : 17px;
    text-transform : uppercase;
    color : #FA5525;
    font-weight: bold;
}
.main-navigation li {
	line-height: normal;
}
.main-navigation a {
	color: #FA5525;
}
.main-navigation a:hover {
	color: #333;
}

.main-navigation .mobile-only, 
.main-navigation .sub-menu {
	display:none;
}
 .mobileNav {
    position: relative;
    left: auto;
    width:auto;
    padding:0;
    height:auto;
    box-shadow:none;
}
.admin-bar .mobileNav {
    padding-top:0px;
}
 #mobile-summary li{
    list-style: none;
    margin-left: 0;
}
.site-header .lhs {
    position: absolute;
    bottom: 20px;
    left: 10px;
    font-size: 12px;
    max-width: calc(50% - 90px);
}
.lhs .is-layout-flex {
  gap: 4px;
}
@media screen and (max-width:599px){
    .site-header .lhs {
        display: none;
    }
}
@media screen and (min-width:960px){
    #mobile-summary {
        display: none;
    }
}
@media screen and (max-width:959px){
    /*.pre-header {
        display: none;
    }*/
    
    .mobileNav {
        position:fixed;
        right: -320px;
        top: 0;
        transition:right 600ms ease-out;
        width:300px;
        padding:40px 20px;
        height:100%;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
        background-color:#FFF;
        z-index: 9999;
        box-sizing: border-box;
        text-align: right;
        font-size: 18px;
    }
    .toggled-on .mobileNav {
        top:0;
        right:0;
    }
    .site-header .socials {
        top: 40px;
        right: 60px;

    }
    .menu-toggle {
        position:absolute;
        cursor: pointer;
        display:block;
        top:10px;
        right:10px;
        font-size: 24px;
        z-index: 999;
    }
    .menu-toggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin-bottom: 10px;
        background-color:  #FA5525;
    }

    .hideNav {
        color:#B9B9B9;
        cursor:pointer;
        font-weight:300;
        font-size:17px;
    }
    .hideNav:hover{
        color:#000000;
    }
    .mobileNav a {
        color:#333;
    }
    .mobileNav a:hover {
        color:#000;
    }
    .admin-bar .mobileNav {
        padding-top:60px;
    }
    .main-navigation .mobile-only,
    .main-navigation .sub-menu {
        display:block;
    }
    .main-navigation li {
        margin-top: 16px;
    }

    .main-navigation .sub-menu li {
        margin: 7px 10px 0;
        text-transform: none;
        letter-spacing: normal;
        font-weight: normal;
    }
}
@media screen and (max-width:480px){
    .site-header .logo a svg {
        width:160px;
    }
    /*.site-header .socials {
        top: 0px;
        right: 6px;

    }*/
    .socials .is-layout-flex {
      gap: 0px;
    }

    
}
#search-btn {
    position: absolute;
    top: 8px;
    right: 70px;
	transform: scale(1.3);
}
#search-btn svg {
   fill: #FFF;
}
#top-searchbar {
    display: none;
    padding: 15px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 99999;
    width: 100%;
    box-sizing: border-box;
}
.site-header.anim-done #top-searchbar {
    background-color: #FFF;
    box-shadow: 0 3px 2px rgba(0,0,0,0.2);
}
#top-searchbar .search-submit {
    display: none;
}
#top-searchbar .inner {
    max-width: 1160px;
    margin: 0 auto;
}
#close-search-btn {
    cursor: pointer;
    font-size: 16px;
    font-weight: 300;
    background-color: #FFF;
    box-sizing: border-box;
    width: 27px;
    height: 33px;
    line-height: 33px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-align: center;
    border-radius: 0 3px 3px 0;
    color: #7A7A7A;
}
#close-search-btn:hover {
    color: #000;
}
#top-searchbar .search-field {
    width: calc(100% - 24px);
}
#top-searchbar input.search-field {
    border:none;
    border-radius: 0;
}
.site-header.anim-done #top-searchbar input.search-field {
    border-bottom:1px solid #CCC;
}
input.search-field:focus,
input.search-field:active {
    border-color:#A3A3A3;
    outline: none;
        
}



/* Page header*/
.page-header {
    position: relative;
	background-color: #2D2D2D;
	clear:both;
    padding: 0;
    text-align: center;
    z-index: 1;
    overflow: hidden; 
    padding-top: 30px;
    min-height: 30vh;
}
.cover-slider:before,
.page-header:before {
    content: "";
    display: block;
    background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.8) 100%);
    height: 130px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    mix-blend-mode: multiply;
}
.page-header .wp-block-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 180px;
    color: #EFEFEF;
    z-index: 1;
    margin: 0;
}


.page-header .wp-block-cover,
.cover-slider  .wp-block-cover.zoom-fx{   
    animation-name: slowEnlargement;
    animation-duration: 15s;
    transform-origin: center;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}
@keyframes slowEnlargement {
  0% {transform: scale(1); opacity: 0;}
  10% { opacity: 1;}
  100% {transform: scale(1.1);}
}
@media screen and (min-width:1020px){
    .page-header:before {
        height: 200px;
    }
}
/* Footer */
#site-footer {
    clear: both;
    padding: 0px;
    color : #FFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 14px;

}
#site-footer .site-info {
    position: relative;
    z-index: 10;
    margin: 0;
}
.footer-widgets ul {
    list-style: none;
    margin: 0;
}
#site-footer .widget {
    width: 100%;
}

#site-footer  a:hover {
    text-decoration: underline;
}
#site-footer .widget-area ul {
    list-style: none;
    margin: 0;
}
#site-footer .widget-area li {
    margin-bottom: 6px;
    margin-left: 0;
    list-style: none;
    padding: 0;
}
#site-footer .widget-area li:before {
    content: "";
}
.hours-table {
	font-size: 18px;
}
.entry-content .wp-block-table.hours-table table {
	border:none;
}
.entry-content .wp-block-table.hours-table table td {
	border-left: none;
	border-right: none;
}
/*#site-footer .widget-area :not(.has-text-color) > a {
    color: #20202A;
}*/
@media (max-width:781px) {
    #site-footer .wp-block-columns > .wp-block-column {
        text-align: center;
    }
    #site-footer .wp-block-social-links.wp-container-13 {
        justify-content: center;
    }

}


/* =Main content and comment content
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    margin: 0 auto;
    min-height: 260px;
    position: relative;
    z-index: 1;
    background-color: #FFF;
    padding:70px 20px 50px;
}
body.full-width #main {
    padding: 0;
}
.wp-block-group.is-style-gradient-bg {
    position: relative;
    padding-top: 50px;
    padding-bottom:50px;
}

#primary {
    position: relative;
    z-index: 10;
}
.entry-header {
	padding: 40px 20px;
	
}
.entry-header .entry-title {
	margin-bottom: 15px;
	line-height:normal;
    font-weight: normal;
    text-align: center;
}
.entry-header .wp-post-image {
	margin-bottom: 15px;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}

h4.meta {
	font-weight: normal;
	color: #606060;
	line-height: normal;
	font-size: 15px;
	font-style: italic;
}

h4.meta a {
	color: #606060;
	text-decoration: underline;
}
.entry-content .h1-style,
.entry-content .h2-style,
.entry-content .h3-style,
.entry-content .h4-style,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6
{
	margin: 0 0 0.5em;
	line-height:normal;
    font-weight: 500;
}
.entry-content h1 strong,
.entry-content h2 strong,
.entry-content h3 strong,
.entry-content h4 strong,
.entry-content h5 strong,
.entry-content h6 strong
{
    font-weight: 700;
}
.uppercase {
    text-transform: uppercase;
}
.entry-header .entry-title,
.entry-content h1,
.entry-content h2.h1-style,
.entry-content h3.h1-style,
.entry-content h4.h1-style{
    font-size: 46px;
}
.entry-content h1.h2-style,
.entry-content h2,
.entry-content h3.h2-style,
.entry-content h4.h2-style,
.entry-content h5.h2-style{
    font-size: 36px;
}
.entry-content h1.h3-style,
.entry-content h2.h3-style,
.entry-content h3,
.entry-content h4.h3-style,
.entry-content h5.h3-style{
    font-size: 24px;
}
.entry-content .h4-style,
.entry-content h1.h4-style,
.entry-content h2.h4-style,
.entry-content h3.h4-style,
.entry-content h5.h4-style,
.entry-content h4{
    font-size : 19px;
    letter-spacing : 1.9px;
    text-transform : uppercase;
}

.entry-content h1.h5-style,
.entry-content h2.h5-style,
.entry-content h3.h5-style,
.entry-content h4.h5-style,
.entry-content h5{
    font-size: 18px;
    margin-bottom: 20px;
}
.entry-content h6 {
	font-size: 12px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
body {
  --wp--preset--font-size--medium: 24px  !important; /*h3*/
  --wp--preset--font-size--large: 36px  !important; /*h2*/
  --wp--preset--font-size--x-large: 46px  !important;
}



.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
   /*  letter-spacing: 0.25px;*/
}


/*.entry-content .serif,
.serif,
.entry-content h1,
.entry-content h2,
.entry-content h3 {
     font-family : 'Georgia', "Times New Roman", "serif";
}*/

.entry-content ol,
.entry-content ul{
	margin: 0 0 24px;
	line-height:1.5;
}
.entry-content ul ul
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 0;
}
.entry-content ul,
.comment-content ul{
	list-style: disc outside;
}
.entry-content ol,
.comment-content ol {
	list-style: decimal outside;
}
.entry-content li {
    margin: 0 0 14px 36px;
    line-height: 1.4;
}
.entry-content li.wp-social-link {
     margin: 0 0 14px 0px;
}

/*
.entry-content ul:not(.blocks-gallery-grid) li {
    list-style: none;
    position: relative;
     padding-left: 25px;
    margin: 0 12px 8px;
}
.entry-content ul:not(.blocks-gallery-grid) li:before {
    color: #274472;
    position: absolute;
    top: 0;
    left: 0;
    content: "\2022";
}
.entry-content .has-white-color ul:not(.blocks-gallery-grid) li:before {
    color:#FFF;
}
*/
.wp-block-latest-posts__list li > a {
    font-size: 1.2em;
    font-weight: bold;
    color: #274472;
}
.wp-block-latest-posts__list li time {
    font-weight: bold;
    color: #A6A6A6;
    text-transform: uppercase;
}
.wp-block-quote,
.entry-content blockquote {
	padding: 0 12px;
    border-left: none;
    margin:0;
    padding-left: 4em;
    position: relative;
    font-size: 18px;
}
.wp-block-quote:before,
.entry-content blockquote:before {
    display: block;
    content: "\201C";
    font-family: Georgia, "serif";
    font-size: 150px;
    position: absolute;
    left: -10px;
    top: -9px;
    color: #1cbeed;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote cite {
    color: #747474;
    font-style: italic;
    font-weight: 500;
}
.entry-content code {
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	line-height: 2;
}
.entry-content pre {
	border: 1px solid #ededed;
	color: #666;
	font-family: Consolas, Monaco, Lucida Console, monospace;
	font-size: 12px;
	margin: 24px 0;
	overflow: auto;
	padding: 24px;
}
.entry-content pre code {
	display: block;
}
.entry-content abbr,
.entry-content dfn,
.entry-content acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
.entry-content address {
	display: block;
	margin: 0 0 24px;
}
img.alignleft,
.wp-caption.alignleft {
	margin: 12px 24px 12px 0;
}
img.alignright,
.wp-caption.alignright {
	margin: 12px 0 12px 24px;
}
img.aligncenter,
.wp-caption.aligncenter {
	clear: both;
	margin-top: 12px;
	margin-bottom: 12px;
}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {
	margin-bottom: 24px;
	
}
.entry-content dl {
	margin: 0 24px;
}
.entry-content dt {
	font-weight: bold;
}
.entry-content dd {
	margin-bottom: 24px;
	
}
.entry-content table {
	margin: 0 0 0px;
	width: 100%;
}
.entry-content .auto-width table{
    width: auto;
}
.entry-content table caption {
	font-size: 16px;
	margin: 24px 0;
}
.entry-content .wp-block-table {
    border-top: 1px solid #767676;
}
.entry-content .wp-block-table.is-style-stripes {
    border: none;
}
.entry-content .wp-block-table table {
    border-right: 1px solid #767676;
}
.entry-content .wp-block-table.is-style-stripes table {
    border-right: none;
}
.entry-content .wp-block-table table td {
    border-left: 1px solid #767676;
    border-bottom: 1px solid #767676;
    padding-left: 8px;
}
.entry-content .wp-block-table.is-style-stripes td {
    padding-left: 8px;
    border: none;
}
.moretag {
	font-size: 13px;
	color: #B1B1B1;
}
.wp-block-table td, 
.wp-block-table th
.entry-content td,
.comment-content td {
    border: none;
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
    line-height: normal;
}
.site-content article {
}
.hentry:after {
	clear:both;
	display:table;
	content:'';
}
.page-links {
	clear: both;
}
footer.entry-meta {
	margin-top: 24px;
	font-size: 13px;
	color: #757575;
	border-top:1px dotted #CCC;
	padding-top:10px;
}
.single-author .entry-meta .by-author {
	display: none;
}
.clearfix:after {
	clear:both;
	display:table;
	content:'';
}

.entry-content {
	position: relative;
}
.edit-link {
	position: absolute;
	top: -34px;
	right: 0;
	background-color: #E3E3E3;
	padding: 3px 7px;
	display: block;
	text-transform: uppercase;
	border-radius: 2px;
}

/*Gutenberg Styles*/
.wp-block-separator {
    opacity: 1;
}
.wp-block-columns.no-gap {
    gap: 0;
}

.has-white-background-color {    background-color: #FFF;	}

.entry-content .has-text-color h1,
.entry-content .has-text-color h2,
.entry-content .has-text-color h3,
.entry-content .has-text-color h4 {
    color: inherit;
}
.entry-content p.padded {
    padding: 10px;
}
.has-white-color.has-text-color .widget_nav_menu a,
.has-white-color.has-text-color strong a,
.has-white-color.has-text-color > a {
    color: #FFF;
}
a.has-red-color.has-white-background-color{
     color: #002c59;
}

.has-grey-color { color: #333;	}
.has-navy-color { color: #274472;	}
.has-light-blue-color { color:#C3E0E5;	}
.has-light-peach-colur { color:#F9F1EF;	}
.has-light-grey-color { color:#f2f2f2;	}
.has-rosewood-color { color:#9F5864;	}
.has-grey-background-color{ background-color:   #333;	}
.has-navy-background-color{ background-color:  #274472;	}
.has-light-grey-background-color { background-color:#f2f2f2;	}
.has-light-blue-background-color { background-color:#C3E0E5;	}
.has-light-peach-background-color { background-color:#F9F1EF;	}
.has-rosewood-background-color { background-color:#9F5864;	}

h1.has-background, h2.has-background, h3.has-background, h4.has-background, h5.has-background, h6.has-background {
  padding: 20px;
}

.is-style-shadow-col-fx .wp-block-column {
    box-shadow: 0 0 8px rgba(0,0,0,0.2);
}

.has-medium-font-size {
    font-size: 1.15em;
}

.entry-content .has-white-color { color: #FFF !important;	}

.wp-block-group__inner-container p:last-child {
    margin-bottom: 0;
}

.wp-block-column.has-background {
    padding: 10px;
    box-sizing: border-box;
}
.wp-block-media-text .wp-block-media-text__content {
    padding-top: 30px;
    padding-bottom: 30px;
}
@media screen and (min-width:1200px){
   body.full-width .entry-content > .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
          padding-left: calc(100% - 600px);
    }
}
.has-border-color {
    border-style: solid;
}

.is-style-rounded-fx {
     border-radius: 10px;
    overflow: hidden;
}
.is-style-outlined-box {
     border:2px solid #CCC;
}
.is-style-boxed-columns .wp-block-column,
.boxed-columns .wp-block-column{
    background-color: #F2F2F2;
    padding: 15px;
    margin-bottom: 10px;
    box-sizing: border-box;
}

.is-style-group-shadow-fx {
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
    box-sizing: border-box;
    padding: 10px;
}

.is-style-rounded-shadow-fx img {
     box-shadow: 0 0 10px rgba(0,0,0,0.3);
    border-radius: 10px !important;
}
.wp-block-columns.is-style-shadow-fx,
.wp-block-column.is-style-shadow-fx,
.wp-block-group.is-style-shadow-fx,
.is-style-shadow-fx > img, 
.shadow-fx > img,
img.shadow-fx {
    box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.wp-block-image.shadow-fx{
    box-shadow: none;
}
.wp-block-image.shadow-fx img{
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.entry-content .is-style-narrow-content{
    max-width:860px;
    margin-left: auto; 
    margin-right: auto;
}

.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container {
    width: 100%;
}
.circle-edge-fx {
    position: relative;
}
.circle-edge-fx:before {
    content: "";
    display: block;
    left: 0;
    height: 60px;
    width: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100% 60px;
    top: -58px;
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1380 126' width='100%25' height='100%25' preserveAspectRatio='none'%3E%3Cpath d='m1380,126H0V0s167,100,687,100S1380,0,1380,0v126Z' fill='%23fa5525' stroke-width='0'/%3E%3C/svg%3E");
    background-position: top center;
}

.wp-block-cover.circle-edge-fx:before {
    z-index: 2;
}
.wp-block-cover.circle-edge-fx .wp-block-cover__background.has-background-dim {
    z-index: 1;
}
.wp-block-cover.circle-edge-fx .wp-block-cover__inner-container {
    z-index: 5;
}

.wp-block-buttons {
    margin-bottom: 1em;
}

.wp-block-button__link {
    border-radius: 2px;
    font-size: 15px;
    letter-spacing: 0.4px;
    transition: 300ms ease-out;
    font-weight: bold;
    box-shadow: 0 0 0px rgba(0,0,0,0);
}
/*.wp-block-button__link:visited {
    color:inherit;
}*/
a.wp-block-button__link.has-navy-color,
a.wp-block-button__link.has-navy-color:visited,
.has-white-color.has-text-color a.wp-block-button__link.has-navy-color {
    color: #274472;	
}

.wp-block-button__link:hover {
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
}
.wp-block-button__link.has-background {
    position: relative;
}




.entry-content ul.is-style-tick-list > li,
.entry-content ul.tick-list > li {
    list-style: none;
    position: relative;
    padding-left: 30px;
    margin: 0 12px 10px;
}
.entry-content ul.is-style-tick-list > li:before,
.entry-content ul.tick-list > li:before{
    content: "✔";
    position: absolute;
    top: 0;
    left: 0; 
}
.has-white-color ul.is-style-tick-list > li:before,
.has-white-color ul.tick-list > li:before{
    color:#FFF;
}
.is-style-triangle-fx {
    position: relative;
    z-index: 1;
}
.is-style-triangle-fx img,
.is-style-triangle-fx div {
    position: relative;
    z-index: 100;
}
.is-style-triangle-fx:before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    bottom: -20px;
    width: 100%;
    height: 80%;
    background-color: #C3E0E5;
    z-index: 1;
    clip-path: polygon(0 0, 0% 100%, 100% 100%);
}
.is-style-triangle-fx img {
    box-shadow: 0 0 6px rgba(0,0,0,0.15);
}

.wp-block-group.brands p {
    margin: 0;
}


.wp-block-gallery.contain-images img  {
    object-fit: contain !important;
}
.wp-block-gallery.has-nested-images.captions-below  {
    grid-row-gap: 42px;
}
.wp-block-gallery.has-nested-images.captions-below figure.wp-block-image figcaption {
    bottom: -30px;
    background:transparent;
    color: #333;
    text-transform: uppercase;
letter-spacing: 0.5px;
    background-color: #FFF;
    padding-top: 5px;
}
@media screen and (max-width:599px){
    .wp-block-gallery.columns-6 figure.wp-block-image:not(#individual-image) {
      margin: 0;
      width: calc(20% - var(--wp--style--unstable-gallery-gap, 16px)/4);
        flex-grow: 0;
    }
}

/*Custom Styles List*/
.text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}
.uppercase {
    text-transform: uppercase;
}
.extra-padding,
.wp-block-group.has-background.extra-padding{
    padding: 40px;
}
/*Forminator 
.entry-content .forminator-ui.forminator-design--flat .forminator-button-submit {
    background-color: #000000 !important;
    color: #FFFFFF;
    text-transform: uppercase;
    padding: calc(.667em + 2px) calc(1.333em + 2px) !important;
    font-size: 15px !important;
    font-weight: normal !important;
    letter-spacing: 1px;
    border-radius: 0;
}
.entry-content .forminator-label {
    letter-spacing : 2px;
    text-transform: uppercase;
    color: #000000 !important;
    font-weight: normal !important;
} */
/* ---- */
@media (max-width: 768px) {
    .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .hide-on-mobile {
        display: none;
    }
}
ul.lined-list {
    list-style: none;
    border-top: 1px solid #333;
}
ul.lined-list li {
    margin: 0;
    padding:20px;
    border: 1px solid #333;
    border-top: none;
    line-height: 1.6;
}
/* Scroll Based Animation FX */
.fade-in  {
    opacity: 0.2;
    transition: opacity 2000ms ease-out;    
}
.fade-in.in-view {
    opacity: 1;
}
.pop-in {
    opacity: 0;
    transform: scale(0.7);
    transition: 700ms ease-out;
    transform-origin: center;
}
.pop-in.in-view {
    opacity: 1;
    transform: scale(1);
} 
.subtle-pop-in {
   /* opacity: 0.5;*/
    transform: scale(0.9);
    transition: 700ms ease-out;
    transform-origin: center;
}
.subtle-pop-in.in-view {
   /* opacity: 1;*/
    transform: scale(1);
}
/* =Archives
-------------------------------------------------------------- */
.archive-header {
	margin-bottom: 48px;
	padding-bottom: 22px;
	border-bottom: 1px solid #ededed;
}
.archive-meta {
	color: #757575;
	font-size: 12px;
	line-height: 2;
	margin-top: 22px;
}

/* = FULL WIDTH PAGE
-------------------------------------------------------------- */
#main {
	overflow:hidden;
	padding-left:0px;
	padding-right:0px;
    max-width: 100%;
    min-height: 60vh;
}
.site-content {
    margin: 0;
    padding: 0 20px;
}
.full-width .site-content {
	padding-left: 0;
	padding-right: 0;
}
/*.wp-block-cover__inner-container,
.wp-block-group__inner-container {
    max-width:1400px;
    box-sizing: border-box;
    margin: 0 auto;  
}
@media screen and (max-width:1140px){
    .entry-content > .wp-block-group {
        padding-left: 20px;
        padding-right: 20px;
    }
     .entry-content > .wp-block-group.cover-slider,
    .entry-content > .wp-block-group.full-width {
        padding: 0;
    }
}
.wp-block-group.has-background {
    padding: 20px;
}
.entry-content > .wp-block-group.has-background {
    padding:50px 20px;
}
.entry-content > .wp-block-group.has-background.small-padding {
    padding:30px 20px;
}
.wp-block-group__inner-container > .wp-block-columns:last-child {
    margin-bottom: 0;
}
@media screen and (max-width:1240px){
    .page-template-full-width .wp-block-group__inner-container {
        margin: 0 0px 20px;  
    }
}
@media screen and (min-width:960px){
    .entry-content > .wp-block-group.is-style-gradient-bg,
    .entry-content > .wp-block-group.has-background {
        padding:25px;
    }
}*/

/*Cover Slider */
.cover-slider {
    position: relative;
    z-index: 1;
    padding: 0;
   /* min-height: 80vh;*/
    overflow: hidden;
    background-color: #151515;
}
.cover-slider .wp-block-cover {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    opacity: 0;
    background-color: #FFF;
    transition: opacity 500ms ease-out;
    pointer-events: none;
    top: 0;
    left: 110%;
    margin: 0;
}
.cover-slider .wp-block-cover:first-child {
    position: relative;
    top: 0;
    left: 0;
}
.cover-slider .wp-block-cover:first-child,
.cover-slider .wp-block-cover.visible {
    display: flex;
    opacity: 1;
    pointer-events: auto;
    left: 0;
}
.cover-slider .has-x-large-font-size {
    font-size: clamp(26px, 2.5vw, 50px ) !important;
}

.cover-slider .navbar {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 999;
}
.cover-slider .navbar .dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 8px;
    border-radius: 50%;
    background-color: rgba(255,255,255,0.00);
    border: 1px solid #FFF;
    cursor: pointer;
    transition: background 300ms;
    opacity: 0.8;
}
.cover-slider .navbar .dot:hover {
    background-color: rgba(255,255,255,1);
}
.cover-slider .navbar .dot.current {
    background-color: rgba(255,255,255,1);
}
@media screen and (max-width:480px) {
    .cover-slider .wp-block-cover {
        min-height: 50vh!important;
    }
}
/*Search Results*/
.search-results .hentry:last-child {
    margin-bottom: 50px;
}
.search-results .entry-summary {
    /*border-bottom: 2px dotted #ccc;*/
    padding: 20px;
}
.search-results .entry-summary .entry-title {
    font-size: 24px;
    margin-bottom: 10px;
}
.search-results h1  {
    font-weight: normal;
}

.search-results h1 a {
    color:#000000;
}
/* Blog
-------------------------------------------------------------- */

/*Single Post*/
.summary-view {
    box-shadow: 0 0 5px rgba(0,0,0, 0.2);
	margin-bottom: 20px;
}
.entry-summary {
    padding: 20px;
    line-height: normal;
}
.summary-view .post-hero-image {
    display: block;
    width: 100%;
    height: 120px;
   /* overflow: hidden;*/
    background-color: #D8D8D8;
    position: relative;
}

.summary-view .post-hero-image span {
    width: 100%;
    display: block;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.summary-view .post-hero-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
}
.summary-view .entry-title {
    font-size: 24px !important;
    margin-bottom: 10px;
}
.summary-view .entry-title a {
    color: #2A2A2D;
}
.summary-view a.moretag,
.summary-view .entry-title a:hover {
    color: #9F5864;
}
.summary-view a.moretag {
    font-weight: bold;
    margin-left: 5px;
}
.summary-view h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
     color: #8B8D93;
    margin-bottom: 10px;
}
.entry-content .summary-view h3  {
    font-size: 20px;
}
.summary-view h3 a {
    color: #333;
}

.square-logos .wp-block-image {
    position: relative;
    padding-bottom: 70%;
    max-width: 210px;
    max-height: 157.5px;
    display: block;
}
.square-logos .wp-block-image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: contain;
    display: block;
}
.wp-block-group.grid-x3,
.wp-block-group.grid-x4 {
    align-items: stretch;
    flex-wrap: wrap;
    justify-content: center;
    gap:20px;
}
.wp-block-group.grid-x3 > * ,
.wp-block-group.grid-x4 > * {
    flex-basis: calc(50% - 20px);
    align-self: stretch;
}

@media screen and (min-width:600px){
    
    .grid {
        clear: both;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
   .grid .summary-view {
       flex-basis: 48%;
       box-sizing: border-box;
       margin-bottom: 40px;
    }
    .wp-block-group.grid-x3 > * {
        flex-basis: calc(33% - 20px);
    }
    .wp-block-group.grid-x4 > * {
        flex-basis: calc(25% - 20px);
    }
}

@media screen and (min-width:760px){
    .grid .summary-view .post-hero-image {
        height: 140px;
    }
    
}
@media screen and (min-width:1020px){
   .grid .summary-view .post-hero-image {
        height: 170px;
    }
   .grid .summary-view {
       flex-basis: 31%;
       box-sizing: border-box;
    }
}
@media screen and (min-width:1220px){
    .grid .summary-view .post-hero-image {
        height: 280px;
    }
}


/* =Media queries
-------------------------------------------------------------- */
@media screen and (max-width: 599px) {
    .entry-content > .wp-block-cover__inner-container.is-layout-constrained,
    .entry-content > .wp-block-group.is-layout-constrained {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}
/* Minimum width of 768 pixels. */
@media screen and (min-width: 768px) {
    #main {
        max-width:1240px;
        margin: 0 auto;
    }
    body.full-width #main {
        max-width: 100%;
    }
    body.full-width .site-content {
		width: 100%;
        padding: 0;
	}
}

@media screen and (min-width: 960px) {
	
    
	/*Header*/
    .site-header {
        
        position: relative;
        width: 100%;
    }
    .site-header .logo {
        position: absolute;
        top: 10px;
        left: calc(50% - 175px);
        width: 350px;
    }
    .site-header .lhs {
        top: 90px;
        max-width: calc(50% - 205px);
    }
    .site-header > .wrap {
        padding: 20px 20px; 
    }
    .page-header {
        padding-top: 90px;
        min-height: 50vh;
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }
    .site-header .socials {
        top: 5px;
        height: 20px;
    }
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
	}
	.hideNav {
		display:none;
	}
    .site-header {
        position: relative;
    }
    
    .main-navigation {
       width: calc(100% - 265px);
       text-align: center;
       margin-right: 55px;
       float: right;
       margin-left: 0;
       margin-top: 60px;
    }
    .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: center;
	}
    .rightside-menu .main-navigation {
        margin-right: 0;
    }
    .rightside-menu .main-navigation ul.nav-menu,
    .rightside-menu .main-navigation div.nav-menu > ul {
		text-align: right;
	}
    .anim-done .main-navigation {
      
    }
    .main-navigation .hide-on-desktop {
      display: none;
    }
	/*#search-btn {
		transition: top 300ms ease-out;
		right: 5px;
        top: 6px;
		transform: scale(1);
	}
	.anim-done #search-btn path {
		fill: #FFF;
	}
    .anim-done #search-btn path {
		fill: #000;
	}*/
    .main-navigation ul.nav-menu, .main-navigation div.nav-menu > ul {
        text-align: center;
    } 
    .main-navigation .mobile-only {
        display: none;
    }
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
    .rightside-menu .main-navigation ul.nav-menu,
    .rightside-menu .main-navigation div.nav-menu > ul {
		text-align: right;
	}
	.main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		line-height: 36px;
		white-space: nowrap;
	}
    .main-navigation li a:hover {
    }
    
	.main-navigation li {
		margin: 0 20px 0 0px;
		position: relative;
	}
	.main-navigation li li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
	.main-navigation li ul {
		display: none;
		margin: 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
         margin-left: -10px;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
   
	.main-navigation ul li:hover > ul {
		border-left: 0;
		display: block;
        
	}
    .main-navigation .nav-menu > li > a{
        
    }
	.main-navigation li ul {
        padding-top: 20px;
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
        background: #ffffff;
	}
	.main-navigation li ul li{
		display: block;
	}
	.main-navigation li ul li.indent > a {
		padding-left: 27px;
		text-indent: -15px;
	}
	.main-navigation li ul li a {
		background: #ffffff;
		display: block;
		letter-spacing: normal;
		line-height: 18px;
		padding: 8px 10px;
		width: 270px;
		white-space: normal;
	}
    .main-navigation li ul ,
    .main-navigation li ul li a:last-child {
        border-radius: 0 0 3px 3px;
    }

	.main-navigation .current-menu-item > a,
	.main-navigation .current-menu-ancestor > a,
	.main-navigation .current_page_item > a,
	.main-navigation .current_page_parent > a,
	.main-navigation .current_page_ancestor > a {
       border-bottom: 2px solid #1cbeed;
	}
		
	.main-navigation li > a {
		position:relative;
	}
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 4px;
		height: 4px;
		border-right: 2px solid #333;
		border-bottom: 2px solid #333;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 15px;
		right: -8px;
	}
	.menu-toggle {
		display: none;
	}
    ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }

    
    .has-x-large-font-size,
   .entry-header .entry-title,
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 50px;
        line-height: 1.3;
    }
    .entry-content h1.h2-style,
    .entry-content h2,
    .entry-content h3.h2-style,
    .entry-content h4.h2-style{
        font-size: 40px;
    }
    .entry-content h1.h3-style,
    .entry-content h2.h3-style,
    .entry-content h3,
    .entry-content h4.h3-style{
        font-size: 32px;
    }
    .entry-content .super-large {
        font-size:56px;
    }
    .entry-content > .wp-block-cover__inner-container.is-layout-constrained,
    .entry-content > .wp-block-group.is-layout-constrained {
        padding-left: 50px !important;
        padding-right: 50px !important;
    }
    body {
      /*--wp--preset--font-size--small: 0.842em;*/
      --wp--preset--font-size--medium: 25px  !important; /*h3*/
      --wp--preset--font-size--large: 40px  !important; /*h2*/
      --wp--preset--font-size--x-large: 50px  !important;
    }
    
}
@media screen and (min-width:1100px) {
    .main-navigation li {
		margin: 0 15px;
	}
    
}
@media screen and (min-width:1200px) {
     .site-header .logo {
        position: absolute;
        top: 10px;
        left: calc(50% - 235px);
        width: 470px;
    }
   
    .site-header .socials {
      top: calc(50% - 18px);
        line-height: 36px;
        height: 36px;
    }
    .main-navigation li {
		margin: 0 15px;
	}
    body {
      --wp--preset--font-size--x-large: 72px !important;
    }
    .wp-block-columns {
        gap: 50px;
    }
}


/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
	.author-avatar,
	#colophon,
	#respond,
	.commentlist .comment-edit-link,
	.commentlist .reply,
	.entry-header .comments-link,
	.entry-meta .edit-link a,
	.page-link,
	.site-content nav,
	.widget-area,
	img.header-image,
	.main-navigation {
		display: none;
	}
}