/*
Theme Name: Squigloo Custom Theme
Author: Kat Rosendorff
Author URI: http://squigloo.com.au
Description: Custom block theme for PGA Bricklaying
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;}
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;}
ins {	background: #fff9c0; 	text-decoration: none; }
hr {border: 0;	height: 1px;    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; }

/* 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: #ffffff; border: 1px solid #c2c4c4; border-radius: 3px; clear: both; color: #333333; display: inline-block; font-size: 14px; font-weight: bold; line-height: 28px; 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 {
	max-width: 100%;
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
}
embed,iframe,object,video {	max-width: 100%;}


/* Navigation */
.site-content nav {
	clear: both;
	line-height:normal;
	overflow: hidden;
}
.site-content nav a {
    color: var(--wp--preset--color--pga-teal);
    font-weight: bold;
}
.site-content .meetings-nav {
    padding-top: 30px;
    clear: both;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
.site-content .nav-pagination {
    text-align: center;
    text-transform: uppercase;
    padding-top: 30px;
    padding-bottom: 20px;
}
.site-content .nav-pagination .page-numbers {
    display: inline-block;
    padding: 5px;
    min-width: 25px;
    text-align: center;
    margin: 0 2px;
    background-color: var(--wp--preset--color--pga-teal);
    font-weight: normal;
}
.site-content .nav-pagination a.page-numbers:hover {
    color: #000;
}
.site-content .nav-pagination .page-numbers.dots {
    background-color: #FFF;
}
.site-content .nav-pagination .page-numbers.prev,
.site-content .nav-pagination .page-numbers.next {
    background-color: #FFF;
    font-weight: bold;
    font-size: 14px;
}
.site-content .nav-pagination .page-numbers.current {
    background-color: var(--wp--preset--color--pga-teal);
}

/* 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;
}


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

/* Body, links, basics */
html {
	background-color: #FFFFFF;
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family:  "Inter", Arial, "ITC Franklin Gothic", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    font-size: 18px;
    text-rendering: optimizeLegibility;
    color: var(--wp--preset--color--pga-black);
    background-color: #FFFFFF;
    --wp--preset--font-size--small: 15px  !important; 
    --wp--preset--font-size--medium: 23px  !important; 
    --wp--preset--font-size--large: 28px  !important; 
    --wp--preset--font-size--x-large: 38px  !important;
}
a {
	outline: none;
	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 */
}

/* Header */
.site-header {
	padding: 0px;
    background-color:var(--wp--preset--color--pga-black);
    box-shadow: 0px 0px 5px rgba(0,0,0,0);
   z-index: 999;
    position: absolute;
    width: 100%;
}

.site-header .wrap {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
    max-width:1240px;
}
.site-header .wrap:after {
	clear:both;
	content:'';
	display:table;
}
.pre-header {
    font-size : 15px;
    position: relative;
	z-index: 1;
    text-align: right;
    box-sizing: border-box;
}
.site-header #search-btn svg path {
    fill:#475c7a;
}
.site-header a:hover {
     color: #0E1622;
}
.site-header #search-btn:hover svg path {
    fill:#0E1622;
}
#top-searchbar {
    position: absolute;
    width: 100%;
    background-color: #f2f2f2;
    top: 0;
    z-index: 1000;
    display: none;
}
#top-searchbar .wrap {
    padding: 5px 20px;
}
#top-searchbar .wrap:after {
    clear: both; display: block; content: "";
}
#top-searchbar .close-search {
    float: right;
    line-height: 27px;
    padding: 0 3px;
    cursor: pointer;
}
#top-searchbar .search-field {
    margin-right:5px;
    padding: 3px 5px;
    border: none;
}
#top-searchbar .search-submit {
    display: none;
}

.site-header .logo {
    /*transition: 300ms ease-out;*/
    transform-origin: bottom left;
    padding-top: 8px;
    width: 200px;
    font-size : 20px;
    line-height : 24px;
    float: left;
    font-weight: 300;
    font-size: 55px;
}
.site-header .logo a{
    color:var(--wp--preset--color--pga-teal);
}
/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    font-size : 18px;  
	text-transform: uppercase;
	letter-spacing: 1.7px;
}  
/*.main-navigation .nav-menu {
    opacity: 1;
    animation: menufade 400ms linear; 
    animation-delay: 200ms;
}
@keyframes menufade {
    0% { opacity: 0 }
    100% { opacity: 1 }
}*/


.main-navigation li {
	line-height: normal;
}
.main-navigation a {
    letter-spacing : 0.45px;
    color:var(--wp--preset--color--pga-teal);
}
.main-navigation a:hover {
	color : #ffffff;
}

.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;
}
@media screen and (max-width:1019px){
    
    .site-header .logo {
       /* padding-top: 12px;*/
        font-size: 22px;
    }
    .toggled-on:before {
        content: "";
        position: fixed;
        top: 0; left: 0; width: 100%; height: 100%;
        background-color: rgba(0,0,0,0.6);
        z-index: 999998;
    }
    .mobileNav {
        position:fixed;
        right: -320px;
        top: 0;
        transition:right 600ms ease-out;
        width:300px;
        padding:30px 0px;
        box-shadow: 1px 1px 4px rgba(0,0,0,0.3);
        background-color:var(--wp--preset--color--pga-teal);
        z-index: 999999;
        box-sizing: border-box;
        text-align: right;
        font-size: 18px;
        height: 100vh;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
    }
    
    .toggled-on .mobileNav {
        top:0;
        right:0;
    }
    
    .menu-toggle {
        position:absolute;
        cursor: pointer;
        display:block;
        top:45px;
        right:15px;
        font-size: 19px;
        z-index: 999;
        height: 20px;
        line-height: 40px;
        padding: 5px;
    }
    .menu-toggle span.l {
        display: block;
        width: 30px;
        height: 3px;
        margin-bottom: 8px;
        background-color:  var(--wp--preset--color--pga-teal);
    }
    .menu-toggle span.m {
        float: right;
        line-height: 18px;
    
    }
    .hideNav {
        color:rgba(255,255,255,0.90);
        cursor:pointer;
        font-weight:300;
        font-size:17px;
        padding-right: 12px;
    }
    .hideNav:hover{
        color:#000000;
    }
    .mobileNav a {
        color:#ffffff;
        display: block;
        padding: 12px;
    }
    .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: 0px;
        position: relative;
    }
    /*.main-navigation .subnav-btn {
        content: "";
        position: absolute;
        right:5px;
        top: 11px;
        width: 20px;
        height: 20px;
        cursor: pointer;
        color: #FFF;
    }
    .main-navigation .subnav-btn:before {
        content: "";
        display: block;
        border-top: 1px solid #555;
        border-left: 1px solid #555;
        transform: rotate(135deg);
        width: 8px;
        height: 8px;
        transform-origin: center;
        position: absolute;
        top: 5px;
        left: 4px;
        transition: transform 330ms;
    }
     .main-navigation .hovered .subnav-btn:before {
         transform: rotate(45deg);
    }
     .main-navigation .sub-menu{
          display: none;
    }*/
    .main-navigation .hovered .sub-menu {
        display: block;
    }
    .main-navigation .sub-menu li {
        margin: 7px 10px 0;
        text-transform: none;
        letter-spacing: normal;
        font-weight: normal;
        font-size: 16px;
    }
     .main-navigation .sub-menu li a {
         padding: 8px 0;
    }
}

.page-header {
    position: relative;
	background-color: var(--wp--preset--color--pga-black);
}
.page-header:before {
    content: "";
  width: 100%;
  height: 190px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
  z-index: 10;
}
.page-header .wp-block-cover {
    z-index: 1;
	min-height: 300px;
}

.slowlyEnlarge .wp-block-cover__image-background,
.page-header .wp-block-cover__image-background,
.cover-slider  .wp-block-cover__image-background{   
    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);}
}


.rm-breadcrumbs {
    background-color:#f2f2f2;
    padding: 10px 20px;
}
.rank-math-breadcrumb {
    text-transform: uppercase;
    font-size: 12px;
    max-width: 1200px;
    margin: 0 auto;
      font-size : 12px;
  letter-spacing : 1.2px;
  color : #4F4F4F;
}
.rank-math-breadcrumb a {
    color : #4F4F4F;
}


/*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;
    }
}


/* Footer */
#site-footer {
    clear: both;
    padding: 0px;
    position: relative;
    z-index: 1;
    font-size: 14px;
    background-color: #FFF;

}
#site-footer .move-up {
    margin-top: -110px;
    z-index: 99;
}
#site-footer .wp-block-group {
    position: relative;
}
#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:not(.wp-block-button__link):hover {
    text-decoration: underline;
}
#site-footer .widget-area ul {
    margin: 0;
}
#site-footer .widget-area ul:not(.wp-block-social-links) li {
    margin-bottom: 6px;
    margin-left: 18px;
    padding: 0;
}
#site-footer .widget-area li:before {
    content: "";
}
#site-footer h4 {
    margin-bottom: 15px;
    font-size: 17px;
    font-weight: 700;
}
#site-footer a {
    text-decoration: none;
}
a.btt {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: var(--wp--preset--color--pga-teal) !important;
    color:var(--wp--preset--color--white);
    padding: 5px;
    z-index: 999;
    border-radius: 50%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    box-shadow: 0 0 3px rgba(0,0,0,0.2);
    
}
a.btt:hover {
    color: #030000;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    right: 0;
    padding: 5px 0px 5px 5px;
    z-index: 9999;
    max-width: 500px;
}
.fixed-footer .wp-block-button {
      margin-bottom: 0;
      margin-right: 5px;
    
}
.fixed-footer .wp-block-button .wp-block-button__link {
    font-weight: bold;
    font-size: 20px !important;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
}

/* =Main content and comment content
-------------------------------------------------------------- */
#main {
    box-sizing: border-box;
    min-height: 20vh;
    position: relative;
    z-index: 1;
    padding:20px 20px 50px;
}
body.full-width #main {
    padding: 0;
}
.entry-header {
	padding: 40px 0px;
	
}
.entry-header .entry-title {
	margin-bottom: 15px;
	line-height:normal;
    font-weight: 900;
    text-align: center;
}
.entry-header .wp-post-image {
	margin-bottom: 15px;
}
.entry-header .entry-format {
	margin-top: 24px;
	font-weight: normal;
}
.entry-header h4.post-meta {
	font-size: 15px;
	font-style: bold;
    text-transform: uppercase;
}
.entry-header h4.post-meta a {
	text-decoration: underline;
    color: inherit;
}
.news-post-featured-image img{
    margin: 30px auto 20px;
    overflow: hidden;
    border-radius: 5px;
    display: block;
    width: 100%;
    height: auto;
    max-height: 700px;
    object-fit: cover;
}
.entry-header .entry-title,
.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:1.3;
}
h1,
h2,
h3,
h4{
    font-weight: 300;
}
strong,
h1 strong,
h2 strong,
h3 strong,
h4 strong{
    font-weight: 600;
}
.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: 32px;
    
}
.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: 30px;
}
.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-weight : bold;
  font-size : 14px;
  line-height : 22px;
  letter-spacing : 1.4px;
  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 : 16px;
}
.entry-content h6 {
	font-size: 14px;
	font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
   /*  letter-spacing: 0.25px;*/
}
.entry-content p.has-medium-font-size,
.entry-content p.has-large-font-size,
.entry-content p.has-x-large-font-size {
    line-height: 1.45;
}



.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 4px 18px;
    line-height: 1.4;
}
.entry-content li.wp-social-link {
     margin: 0 0 14px 0px;
}
.entry-content p > strong a,
.entry-content p > a,
.entry-content p > em a,
.entry-content td a,
.entry-content li a {
    text-decoration: underline;
}
.entry-content .no-underline a {
    text-decoration: none;
}
/*
.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 20px 20px;
    border-left: none;
    margin:0;
    position: relative;
    font-size: 18px;
    text-align: center;
}
.wp-block-quote:before,
.entry-content blockquote:before {
    display: block;
    content: "\201C";
    font-family: Times New Roman,Times,serif;
    font-weight: bold;
    font-size: 130px;
    line-height: 1;
    height: 0.6em;
    color: #A3A3A3;
    margin: 0 auto;
}

.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 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.is-style-stripes {
    border: none;
}
.entry-content .wp-block-table table {
}
.entry-content .wp-block-table.is-style-stripes table {
    border-right: none;
}
.entry-content .wp-block-table table td {
    border-bottom: 1px solid #ffffff;
    padding-right: 8px;
}
.entry-content .wp-block-table.is-style-stripes td {
    padding-left: 8px;
    border: none;
}
.entry-content .wp-block-table.is-style-stripes tr td {
    transition: background-color 100ms ease-out;
}
.entry-content .wp-block-table.is-style-stripes tr:hover td {
    background-color: #FFFED3;
}
.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;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper{
    position: relative;
    padding-bottom: 56.25%;
}
.wp-embed-aspect-16-9 iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
}

.post-password-form {
    max-width: 1200px;
    margin: 50px auto;
    background-color: var(--wp--preset--color--light-grey);
    padding: 20px;
    
}

/*Horizontal slider*/
.horizontal-slider::-webkit-scrollbar {
  height: 8px;
}
.horizontal-slider::-webkit-scrollbar-thumb,
.horizontal-slider::-webkit-scrollbar-track {
  border-radius: 6px;
}
.horizontal-slider::-webkit-scrollbar-thumb {
  background: var(--wp--preset--color--pga-teal);
}
.horizontal-slider::-webkit-scrollbar-track {
  background: #E3E3E3;
}
.horizontal-slider {
    display: flex;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    max-width: 9000px !important;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding-bottom: 10px;
    width: 100%;
    scrollbar-width: thin;
    scroll-behavior: smooth;
}
.horizontal-slider > * {
      flex: 0 0 auto;
}
.service-boxes.horizontal-slider {
    align-items: normal;
}
.service-boxes.horizontal-slider > .wp-block-group {
    max-width: 320px;
    align-items: normal;
}

/*Category nav*/
.sub-cat-nav a {
   display: inline-block;
  white-space: nowrap;
  background-color: var(--wp--preset--color--light-grey);
  padding: 12px 18px;
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: bold;
}
.sub-cat-nav a:hover {
    background-color: #E3E3E3;
}

/*Grids and Posts */
.summary-view {
	margin-bottom: 20px;
    position: relative;
    border-radius: 10px;
    background-color: #FFF;
    padding: 20px;
}
.entry-summary {
    padding: 20px;
    line-height: normal;
}
.summary-view {
    padding-bottom: 50px;
}
.summary-view > .image {
    display: block;
    position: relative;
    padding-bottom: 100%;
    background-color: rgba(0,0,0,0.15);
    border-radius: 50%;
}
.summary-view > .image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
} 
.summary-view .blurb {
    padding: 20px;
}
.summary-view h5.post-meta{
    color: var(--wp--preset--color--pga-teal);
    font-weight : bold;
    font-size : 14px;
    text-transform: uppercase;
    margin-bottom: 8px;
}
.summary-view p.base-aligned{
    position: absolute;
    bottom: 20px;
    left: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}
.summary-view p.read-more a {
    color:  var(--wp--preset--color--pga-teal);
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none !important;
    font-size: 14px;
    letter-spacing: 1px;
}
.summary-view.staff p.read-more {
    position: absolute;
    right: 20px;
    bottom: 20px;
}
.summary-view p.read-more a:hover {
   color: #121212;
}
.summary-view.latest-post, 
.summary-view.latest-post h5.post-meta,
.summary-view.latest-post p.read-more a,
.summary-view.latest-post .entry-title a{
    color: #FFF !important;
}
.summary-view .entry-title {
    font-size: 27px !important;
    margin-bottom: 20px;
    line-height: 1.3;
}
.summary-view .entry-title a {
    color: var(--wp--preset--color--pga-teal);
}

.summary-view a.moretag {
    font-weight: bold;
    margin-left: 5px;
    text-decoration: none !important;
}
.summary-view h4 {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: bold;
    color: #8B8D93;
    margin-bottom: 10px;
}
.entry-content .summary-view h3  {
    margin-bottom: 5px;
}
.entry-content .summary-view h5  {
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
}
.fixed-page-width > .grid {
    margin: 30px 0;
}
.related-posts .grid {
    padding-top: 40px;
}
.related-posts .summary-view {
	background-color: #EDEDED;
}

.wp-block-cb-carousel .slick-slide {
  padding-left: 0px;
  padding-right:0px;
}
.entry-content ul.slick-dots {
	margin: 0;
}
.testimonial-slider .slick-slide {
	padding: 0 15px;
	height: 100%;
}
.testimonial-slider .slick-slide .wp-block-group {
	height: 100%;
}
.dots-over-carousel ul.slick-dots {
	transform: translateY(-40px);
	color: #FFF;
}
.dots-over-carousel .slick-dots li button::before {
	color: #FFF;
}
.slick-dotted.slick-slider.dots-over-carousel {
  margin-bottom: 0px;
	overflow: hidden;
}
/*Gutenberg Styles*/
.wp-block-separator {
    opacity: 1;
    margin-bottom: 24px;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
    width: 200px;
    
}
.wp-block-columns.no-gap {
    gap: 0;
}
.wp-block-column.has-background {
    border-radius: 10px;
}

.site-content .move-up {
    margin-top: -80px;
    margin-bottom: 20px;
}
.site-content .has-moved-up-images .wp-block-column {
    margin-top: 100px;
}


.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;
}
.wp-block-group.grid.desktop-x4  {
    /*align-items: flex-start;*/
    justify-content:center;
    gap: 20px;
}
.wp-block-group.grid.mobile-x2 > div {
    flex-basis: calc(50% - 20px);
}

@media screen and (min-width:760px){
    .wp-block-group.grid.desktop-x4 > div {
        flex-basis: calc(25% - 25px);
    }
    .wp-block-group.grid.desktop-x3 > div {
        flex-basis: calc(33% - 25px);
    }
}


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);
}

.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);
    }
}
.is-style-outline .wp-block-button__link {
    border-width:2px;
}
.has-border-color {
    border-style: solid;
}
.rounded-corners {
    border-radius: 10px;
}
.is-style-rounded-fx {
     border-radius: 10px;
    overflow: hidden;
}
.is-style-outlined-box {
     border:2px solid #CCC;
}
.is-style-round-shadow-fx.wp-block-image  img {
    border-radius: 10px;
    display: block;
    box-shadow: 0 0 10px rgba(0,0,0,0.3);
}
.is-style-round-shadow-fx.wp-block-group  {
    border-radius: 15px;
    display: block;
    box-shadow: 5px 5px 15px rgba(0,0,0,0.15);
    overflow: hidden;
}
.is-style-round-shadow-fx.wp-block-group iframe {
    border-radius: 15px;
    overflow: hidden;
    display: block;
    margin: 0;
}
.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;
}

.is-style-shadow-fx,
.is-style-shadow-fx > .wp-block-button__link,
.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-button.is-style-shadow-fx, 
.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);
}
.text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.3);
}

.fixed-page-width,
.fixed-page-width-narrow{
    max-width:1240px;
    margin-left: auto; 
    margin-right: auto;
    padding: 30px 20px;
    box-sizing: border-box;
}
.fixed-page-width-narrow,
.entry-content .is-style-narrow-content{
    max-width:980px !important;
    margin-left: auto; 
    margin-right: auto;
}
/* Buttons */
.wp-block-buttons {
    margin-bottom: 1em;
}
.wp-block-button__link {
    transition: 300ms ease-out;
    border-radius: 25px;
}
/*.wp-block-button__link:visited {
    color:inherit;
}*/
.wp-block-button__link:hover {
    border-radius: 12px;
    box-shadow: 0 0 6px rgba(0,0,0,0.2);
    text-decoration: none;
}
.wp-block-button__link.has-background {
    position: relative;
}
p a.medium ,
p a.large {
    text-decoration: none;
}
/* lists */
.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;
}
.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;
}

/*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;
}

.hotdoc-modal {
    overflow: hidden;
}

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);
} 
.pop-in:hover:has(a) { transform: scale(1.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);
}
.anim-fx.slide-up{
   /* opacity: 0.5;*/
    transform: translateY(50px);
    transition: 700ms ease-out;
}
.anim-fx.slide-up.in-view {
   /* opacity: 1;*/
    transform: translateY(0px);
}

/*Forminator Forms*/
.forminator-ui select {
    width: 100%;
}
/*.forminator-field-html label.forminator-label {
    font-size: 25px !important;
    color: var(--wp--preset--color--pga-teal) !important;
}
.entry-content .forminator-field-html p:last-child {
    margin: 0;
}
.forminator-ui h2.forminator-title {
    font-size: 25px !important;
    color: var(--wp--preset--color--pga-teal) !important;

}
.has-top-border .forminator-field {
    border-top: 2px dotted var(--wp--preset--color--pga-teal) !important;
   padding-top: 20px !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*/

/*FAQs*/

#rank-math-faq .rank-math-question {
    font-size: 20px;
    font-weight: bold;
}
/*#rank-math-faq .rank-math-list-item:first-child{
    border-top: 1px solid #666;
}*/
#rank-math-faq .rank-math-list-item {
    background-color: #f2f2f2;
	padding: 15px;
	border-radius: 5px;
	margin-bottom: 10px;
	transition: background-color 300ms;
}
#rank-math-faq .rank-math-list-item:hover {
	background-color: #DADFE4;
}
#rank-math-faq .rank-math-list-item p:last-child {
	margin-bottom: 0;
}

    
/* =Media queries
-------------------------------------------------------------- */
@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;
    }
    .wp-block-cover h1.has-xx-large-font-size {
      font-size: 28px !important;
    }
    .site-header .wrap {
        padding: 10px 15px;
    }
	 
	.is-layout-grid.columns-x2-mobile{
	  grid-template-columns: repeat(3, minmax(0, 1fr));
	}
	.is-layout-grid.columns-x3-mobile{
	  grid-template-columns: repeat(6, minmax(0, 1fr));
	}
	.is-layout-grid.columns-x3-mobile > .wp-block-group {
		grid-column: span 2;
	}
	.is-layout-grid.columns-x3-mobile > .wp-block-group.wider-item {
		grid-column: span 3;
	}
	.brickwork-icons img {
		width: 90px !important;
	}
	
	
}

/* ---- */
@media (max-width: 781px) {
    .reverse-on-mobile {
        flex-direction: column-reverse;
    }
    .hide-on-mobile {
        display: none !important;
        position: absolute;
        top: 200%;
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .hide-on-mobile img {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }
}
@media (min-width: 782px) {
    
    #main {
        max-width:1240px;
        margin: 0 auto;
    }
    body.full-width #main {
        max-width: 100%;
    }
    body.full-width .site-content {
		width: 100%;
        padding: 0;
	}
 
    
    .hide-on-desktop {
        display: none !important;
        position: absolute;
        right: -101%;
        visibility: hidden;
        height: 0;
        width: 0;
        overflow: hidden;
    }
    .hide-on-desktop img {
        display: none;
        height: 0 !important;
        width: 0 !important;
    }
    body {
    /*--wp--preset--font-size--small: 15px  !important;  */
    --wp--preset--font-size--medium: 26px  !important; 
    --wp--preset--font-size--large: 32px  !important; 
    --wp--preset--font-size--x-large: 42px  !important;
    }
}

@media screen and (min-width: 1020px) {
	/*Header*/
    .site-header {
        min-height: 135px;
        position: fixed;
        width: 100%;
        z-index: 100;
        top: 0;
        left: 0;
    }
    body:not(.is-page-template-landing-page) {
        padding-top: 120px;
    }
    body:not(.is-page-template-landing-page).admin-bar {
        padding-top: 110px;
    } 
    /*body:not(.page-template-landing-page) #top {
        height: 150px;
    }*/
    .admin-bar .site-header {
        margin-top: 32px;
    }
    .site-header > .wrap {
        padding: 10px 20px; 
    }
    .site-header:after {
        clear: both;
        display: block;
        content: '';
    }

    .site-header .logo  {
        transform-origin: top left;
        position: absolute;
        left: 20px;
        width: 200px;
        top: 8px;
        padding: 0;
        /*transition: 550ms ease-out;*/
    } 
    .site-header.anim-done .logo  {
        transform: scale(0.6);
        padding-top: 10px;
    }
	.mobileNav {
		display: block;
		opacity:1;
        background-color: transparent;
	}
	.hideNav {
		display:none;
	}
  
    .hide-mid-size {
        display: none;
    }
    /* .main-navigation {
        float: left;
        width:calc(100% - 245px);
        margin-right: 20px;
        margin-left: 20px;
        margin-top: 62px;
        text-align: left;
        clear: none;
    }
   .site-header > .wrap  {
        transition: padding 550ms ease-out;
    }*/
    .site-header.anim-done  {
		min-height: 100px;
	}
    .site-header.anim-done > .wrap  {
        padding-top: 0;
        padding-bottom: 8px;
    }
    .rightside-menu .main-navigation ul.nav-menu,
    .rightside-menu .main-navigation div.nav-menu > ul {
		text-align: right;
	}
   .main-navigation {
       width: calc(100% - 160px);
       text-align: center;
       margin-right: 0px;
       float: right;
       margin-left: 0;
       margin-top: 42px;
	   font-size: 17px;
	   letter-spacing: 1.5px;
	   
    }
    .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: center;
	}
    .rightside-menu .main-navigation {
        margin-right:0px;
    }
    .rightside-menu .main-navigation ul.nav-menu,
    .rightside-menu .main-navigation div.nav-menu > ul {
		text-align: right;
	}
    
    .main-navigation .hide-on-desktop {
      display: none;
    }
    
    .main-navigation .mobile-only {
        display: none;
    }
    .main-navigation ul {
		margin: 0;
		text-indent: 0;
	}
	.main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		display: inline-block !important;
		text-align: left;
		width: 100%;
	}
   .main-navigation ul.nav-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
    }
	
	.main-navigation li a,
	.main-navigation li {
		display: inline-block;
		text-decoration: none;
	}
	.main-navigation li a {
		border-bottom: 0;
		line-height: 44px;
		white-space: nowrap;
	}
    .main-navigation li a:hover {
        color:var(--wp--preset--color--pga-teal) !important;
    } 
    
    .main-navigation .nav-menu > li > a {
        transition: 300ms ease-out;
        border-bottom: 2px solid rgba(255,255,255,0.00);
    }
    .main-navigation .nav-menu > li.current-menu-item  > a,
    .main-navigation .nav-menu > li.current-menu-ancestor > a {
        border-bottom: 2px solid var(--wp--preset--color--pga-teal);
    }
    .main-navigation .nav-menu > li > a:hover {
        border-bottom: 2px solid var(--wp--preset--color--pga-teal);
    }
	.main-navigation li {
		margin: 0 20px 0 0px;
		position: relative;
	}
    
	.main-navigation .sub-menu {
         opacity: 0;
        visibility: hidden;
        display: block;
        border-radius: 8px;
        background-color: #FFF;
        border:2px solid var(--wp--preset--color--pga-teal);
    }
	.main-navigation .sub-menu li {
		margin: 0 0 0 0px;
        text-align: left;
        text-transform: none;
	}
    .main-navigation .sub-menu li a{
        transition: 300ms;
        line-height: normal;
        color: #333;
    }
    .main-navigation .sub-menu li.current-menu-item a {
        font-weight: bold;
    }
	.main-navigation li ul {
		display: none;
		margin: -2px 0 0 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
        left: -10px;
	}
    .main-navigation li:last-child ul {
        right: 0;
        left:auto;
    }
    .main-navigation li:last-child ul li{
        text-align: right;
    }
    .main-navigation li:last-child ul li a {
        width: 149px;
    }
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
	.main-navigation ul li:hover > ul {
		display: block;
	}
	.main-navigation li ul {
        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 a {
		display: block;
		letter-spacing: normal;
		line-height: normal;
		padding: 8px 12px;
		width: 200px;
		white-space: normal;
        box-sizing: border-box;
        font-size: 15px;
        transition: padding 500ms ease-out;
	}
    .main-navigation li:hover ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
	}
	.main-navigation li > a {
		position:relative;
	}
    .main-navigation li.menu-item-has-children > a {
        padding-right: 10px;
    }
	.main-navigation li.menu-item-has-children > a:after {
	    color: inherit;
		content: "";
		width: 4px;
		height: 4px;
		border-right: 1px solid #fff;
		border-bottom: 1px solid #fff;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 20px;
		right: 1px;
	}
    .main-navigation li.menu-item-has-children:hover > a:after {
        border-right-color: var(--wp--preset--color--pga-teal);
		border-bottom-color: var(--wp--preset--color--pga-teal);
    }
	.menu-toggle {
		display: none;
	}
    .main-navigation .blue-btn a {
        background-color: var(--wp--preset--color--pga-teal);
        padding-left: 15px;
        padding-right: 15px;
    }
    .main-navigation .blue-btn > a {
        border-bottom: none !important;
        text-transform: uppercase;
        font-weight: 500;
        color: #FFF;
    }
    .main-navigation .blue-btn:hover > a {
        color: #FFF !important;
    }
    .main-navigation li.menu-item-has-children.blue-btn > a::after {
        border-color: #FFF;
    }
    .main-navigation .blue-btn.menu-item-has-children:hover {
        border-radius: 22px 22px 0 0;
    }
    .main-navigation .white-btn {
        background-color:#FFF;
        color: var(--wp--preset--color--pga-teal);
        padding-left: 15px;
        padding-right: 15px;
        border-radius: 22px;
        transition: border-radius 300ms;
    }
    .main-navigation .white-btn > a {
        border-bottom: none !important;
        text-transform: uppercase;
        font-weight: bold;
        color: var(--wp--preset--color--pga-teal);
    }
    .main-navigation .white-btn:hover > a {
        color: #FFF;
    }
    .main-navigation li.menu-item-has-children.white-btn > a::after {
        border-color: #FFF;
    }
    .main-navigation .white-btn.menu-item-has-children:hover {
        border-radius: 22px 22px 0 0;
    }
    
    
	
	#main {
		padding:50px 30px 50px;
	}
    .admin-bar #main {
		padding:70px 30px 50px;
	}
    .page-header h1.has-x-large-font-size,
    .entry-content .page-header h2.has-x-large-font-size {
        font-size: 50px !important;
    }
    
    ul.two-columns,
    ul.is-style-two-columns {
        column-count: 2;
    }
    ul.three-columns,
    ul.is-style-three-columns {
        column-count: 3;
    }
    
    .entry-header .entry-title {
        font-size: 40px;
    }
    
   
    .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: 26px;
    }
    .entry-content .super-large {
        font-size:50px;
    }
     :where(body .is-layout-flex.wp-block-column) {
        column-gap: 40px;
    }
}

@media screen and (min-width:1150px) {
    
    .page-header h1 {
        font-size: 50px;
    }
      
    .hide-mid-size {
        display: inline;
    }
    .main-navigation {
        width: calc(100% - 225px);
    }
    .main-navigation li {
		margin: 0 10px;
	}
    .wp-block-columns {
        gap: 40px;
    }
    
    
    .xx-large {
       font-size: 56px !important;
    }
}


/* =Print
----------------------------------------------- */
@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}
    .pre-header,
	.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;
	}
}