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

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

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

/* 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%; /* Keep wide captions from overflowing their container. */
	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;
	}

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

/* Body, links, basics */
html {
	background-color:#FFFFFF;
    font-size: 16px;
    scroll-behavior: smooth;
}
body {
    font-family: "proxima-nova",'Helvectica Neue',Arial, Helvectica, sans-serif;
    font-size: 17px;
    font-weight: normal;
	text-rendering: optimizeLegibility;
	color: #4F5153;
	background-color:#FFFFFF;
   
}
a {
	outline: none;
	color: inherit;
	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;
    box-shadow: 1px 1px 5px rgba(0,0,0,0);
    z-index: 999;
    position: absolute;  /**/
    width: 100%;
}
.site-header.anim-done {
    background-color:rgba(0,0,0,1);
    box-shadow: 1px 1px 5px rgba(0,0,0,0.3);
}
.site-header.anim-done .logo img{
   width: 100px;
}
.site-header .wrap {
    position: relative;
    z-index: 999;
    margin: 0 auto;
    padding: 10px 20px;
    box-sizing: border-box;
}
.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 {
    transition: 300ms ease-out;
    transform-origin: bottom left;
    padding-top: 20px;
    width: 200px;
    font-weight : bold;
    font-size : 20px;
    line-height : 24px;
    float: left;
}
.site-header .logo a{
     color : #333;
}
.site-header .logo img{
     width: 168.75px;
    height:auto;
}

/* Navigation Menu */
.main-navigation {
    margin-top: 0px;
    text-align: left;
    color : #4D4D4D;
    font-size : 14px;
    letter-spacing : 0.5px;
    text-transform : uppercase;
}
.main-navigation li {
	line-height: normal;
}
.main-navigation a {
	color: #4D4D4D;
}
.main-navigation a:hover {
	color: #000;
}

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

.site-header .socials {
    position: absolute;
    top: 20px;
    right: 10px;
    font-size: 12px;
}
.socials .is-layout-flex {
  gap: 4px;
}

.main-navigation .black-btn a {
    background-color: #1a1a1a;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFF;
}

@media screen and (max-width:959px){
    /*.pre-header {
        display: none;
    }*/
    
    .site-header .logo {
        padding-top: 12px;
        font-size: 22px;
        max-width: 180px;
    }
    .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:46px;
        right:15px;
        font-size: 24px;
        z-index: 999;
    }
    .menu-toggle span {
        display: block;
        width: 30px;
        height: 2px;
        margin-bottom: 10px;
        background-color:  #FFFFFF;
    }

    .hideNav {
        color:#B9B9B9;
        cursor:pointer;
        font-weight:300;
        font-size:17px;
    }
    .hideNav:hover{
        color:#000000;
    }
    .mobileNav a {
        color:#333;
        display: block;
        padding:6px 0;
    }
    .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;
        font-weight: bold;
    }

    .main-navigation .sub-menu li {
        margin: 0px 0px 0;
        text-transform: none;
        letter-spacing: normal;
        font-weight: normal;
        font-size: 15px;
        
    }
}
@media screen and (max-width:480px){
    .site-header .logo a svg {
        width:160px;
    }
    .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:var(--wp--preset--color--dark-grey);
	clear:both;
    padding: 0;
    z-index: 1;
    overflow: hidden; 
    text-align: center;
    font-weight: normal;
}
.page-header .text {
    padding: 200px 20px 40px;
    color: #FFF;
    position: relative;
    z-index: 10;
     /*font-family : 'Alice', "Times New Roman", "serif";*/
}
.page-header .header-cover-image {
    position:absolute;
    top: 0; left: 0; width:100%; height: 100%;
    opacity: 0.5;
    z-index: 1;
}
.page-header .header-cover-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    min-height: 200px;
    max-height: 460px;
    position: relative;
    z-index: 1;
}
.page-header #breadcrumbs {
    font-size : 14px;
    color: #D8D8D8;
    margin-bottom: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-header #breadcrumbs a {
    color: #FFF;
}
.page-header #breadcrumbs a:hover {
    text-decoration: underline;
}
.page-header h1 {
    font-size: 40px;
    line-height: 1.3;
    font-weight: 300;
    text-wrap: balance;
}
/* Footer */
#site-footer {
    clear: both;
    padding: 0px;
    color : #FFF;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 15px;

}
#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 .widget-area h4 {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
}
#site-footer  a:hover {
    text-decoration: underline;
}
#site-footer .widget-area ul {
    list-style: none;
    margin: 0;
}
#site-footer .widget-area ul:not(.wp-block-social-links) li {
    margin-bottom: 6px;
    margin-left: 14px;
    list-style: disc;
    padding: 0;

}
#site-footer .widget-area li a {
    text-decoration: none;
}
#site-footer .widget-area li a:hover {
    text-decoration: underline;
}
#site-footer .widget-area li:before {
    content: "";
}

a.btt {
    position: fixed;
    right: 5px;
    bottom: 5px;
    background-color: var(--wp--preset--color--light-orange) !important;
    color: #1a1a1a;
    padding: 5px;
    z-index: 999;
    border-radius: 50%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    
}
a.btt:hover {
    color: #fff;
}
@media (max-width:781px) {
    #site-footer .wp-block-columns > .wp-block-column {
        
    }
    #site-footer .wp-block-social-links.wp-container-13 {
        
    }

}


/* =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:0px 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: normal;
}
.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;
    text-wrap: balance;
}
.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: 32px;
    text-wrap: balance;
}
.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;
    text-wrap: balance;
}
.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;
     font-family: "proxima-nova","Helvectica Neue", Arial, Helvectica, sans-serif;
}

.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;
}
.entry-content p,
.entry-summary p{
	margin: 0 0 24px;
	line-height:1.6;
   /*  letter-spacing: 0.25px;*/
}
.entry-content p a,
.entry-content li a,
.entry-content td a,
.entry-content .underline {
    text-decoration: underline;
}
.entry-content .no-underline a,
.entry-content a.no-underline {
    text-decoration: none;
}
 body {
       --wp--preset--font-size--small:15px;
      --wp--preset--font-size--medium: 24px;
      --wp--preset--font-size--large: 36px;
      --wp--preset--font-size--x-large: 50px;
      
    }
.page-id-20 .is-style-serif,
.page-id-20 .entry-content .serif,
.page-id-20 .serif,
.page-id-20 .entry-content h1,
.page-id-20 .entry-content h2,
.page-id-20 .entry-content h3 {
     font-family : 'Alice', "Times New Roman", "serif";
}

body:not(.page-id-20) .entry-content h1,
body:not(.page-id-20)  .entry-content h2,
body:not(.page-id-20)  .entry-content h3 {
     font-weight:normal;
}

.is-style-sans-serif,
.entry-content .sans-serif,
.sans-serif,
.entry-content h1 .sans-serif,
.entry-content h2 .sans-serif,
.entry-content h3 .sans-serif {
     font-family : "proxima-nova","Helvectica Neue",  Helvectica, Arial,sans-serif;
}

.entry-content h1 .subtitle,
.entry-content h2 .subtitle,
.entry-content h3 .subtitle {
    font-family : "proxima-nova","Helvectica Neue", Helvectica,  Arial, sans-serif;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 3px;
    transform: translateY(7px);
    display: block;
}
.entry-content .is-style-text-shadow-fx,
.entry-content .text-shadow {
    text-shadow: 0 0 5px rgba(0,0,0,0.2);
}
.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: var(--wp--preset--color--light-orange);*/
    position: absolute;
    top: 0;
    left: 8px;
    content: "\2022";
    font-size: 1.7em;
    line-height: 0.70em;
}
/*.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 0 3em;
    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: #C8C8C8;
}

.entry-content blockquote p:last-child {
	margin-bottom: 0;
}
.entry-content blockquote cite {
    color: #747474;
    font-style: italic;
    font-weight: 500;
}
.entry-content blockquote cite:before {
    content: "\2014";
    padding-right: 4px;
}
.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;
}

.move-up {
  margin-block-start: -70px !important;
  margin-top: -70px;
  z-index: 99;
  position: relative;
}

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

.is-style-hex-blue-shadow {
    padding-top: 20px;
  filter: drop-shadow(40px -20px 0 var(--wp--preset--color--blue)) drop-shadow(0px 0px 10px rgba(0,0,0,0.15));
}
/*.is-style-hex-blue-shadow img {
   clip-path: url(#hexclippath) !important; 
}
.is-style-hex-right img {
   clip-path: url(#hexclippath-right) !important; 
}*/
.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-column.is-style-shadow-fx,
.wp-block-group.is-style-shadow-fx,
.is-style-shadow-fx > img, 
.is-style-shadow-fx > a > 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-group.is-vertical {
    height: 100%;
}
.wp-block-buttons.is-content-justification-center {
    width: 100%;
}
.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;
    text-transform: uppercase;
    background-color: #32373c;
    color: #FFF;
    /*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: #FFF;	
}

.wp-block-button__link:hover {
    /*box-shadow: 0 0 6px rgba(0,0,0,0.2);*/
    background-color: #333 !important;
    color: #FFFFFF !important;
    border-color: #333;
}
.wp-block-button__link.has-background {
    position: relative;
}


.entry-content ul.inline-list li {
    display: inline-block;
}

.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; 
    color: var(--wp--preset--color--light-orange);
}
.has-white-color ul.is-style-tick-list > li:before,
.has-white-color ul.tick-list > li:before{
    color:#FFF;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
  background: rgba(0,0,0,0.4);
  color: #fff;
  font-size: 15px;
  padding: 8px 8px 8px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption) {
    padding-bottom: 30px;
}
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
    bottom: 0px;
    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;
}
/*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;
    }
}
@media (min-width: 769px) {
    .hide-on-desktop {
        display: none !important;
    }
}
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);
} 
.blur-in {
    opacity: 0;
    filter: blur(10px);
    transition: 700ms cubic-bezier(.17,.67,.43,1.02);
    transform-origin: center;
}
.blur-in.in-view {
    opacity: 1;
    filter: blur(0px);
} 
.slide-up {
    opacity: 0;
    transform: translateY(50px);
    transition: 700ms ease-out;
    transform-origin: top center;
}
.slide-up.in-view {
    opacity: 1;
    transform: translateY(0px);
} 

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

.flowy-text {
   display: block;
  text-align: start;
  position: relative;
  translate: none;
  rotate: none;
  scale: none;
  transform-origin:top center;
  transform: translate3d(0px, 150px, -40px) rotateX(-100deg) translateY(-30px);
  opacity: 0;
    transition: 1s ease-out;
}
.flowy-text.in-view {
    display: block;
  text-align: start;
  position: relative;
  translate: none;
  rotate: none;
  scale: none;
  transform-origin: 278px 13.8px 0px;
  transform: translate3d(0px, 0px, 0px);
  opacity: 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: 40vh;
}
.site-content {
    margin: 0;
    padding: 40px 20px;
}
.full-width .site-content {
	padding-left: 0;
	padding-top: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:has(.is-position-bottom-right) .navbar {
    width: auto;
}
.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;
}

/*GRIDS */
.grid .grid-item {
    margin-bottom: 30px;
}

.sub-pages-grid {
    text-align: center;
    font-weight : bold;
    font-size : 15px;
    letter-spacing : 1.5px;
    text-transform : uppercase;
    color : #1A1A1A;
}
.sub-pages-grid .image {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px rgba(0,0,0,0.0);
    transition: box-shadow 300ms ease-out;
}
.sub-pages-grid .image:hover {
     box-shadow: 0 0 15px rgba(0,0,0,0.15);
}
.sub-pages-grid .image img {
    position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;
}

.sub-pages-grid p {
    padding: 10px;
    margin: 0;
}
.sub-pages-grid a {
    color : #1A1A1A;
}
@media screen and (min-width:600px){
    
    .grid {
        clear: both;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap:20px;
    }
   .grid .summary-view {
       flex-basis: calc(50% - 10px);
       box-sizing: border-box;
       margin-bottom: 40px;
    }
    .grid.columns-x2 .grid-item {
        flex-basis: calc(50% - 10px);
    }
    .grid.columns-x3 .grid-item {
        flex-basis: calc(33.33% - 15px);
    }
    .grid.columns-x4 .grid-item {
        flex-basis: calc(50% - 10px);
    }
   
}

@media screen and (min-width:760px){
    .grid .summary-view .post-hero-image {
        height: 140px;
    }
    .grid.columns-x4 .grid-item {
        flex-basis: calc(25% - 15px);
    }
}
@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;
    }
    .grid {
        gap: 30px;
    }
    .grid.columns-x2 .grid-item {
        flex-basis: calc(50% - 15px);
    }
    .grid.columns-x3 .grid-item {
        flex-basis: calc(33.33% - 20px);
    }
    .grid.columns-x4 .grid-item {
        flex-basis: calc(25% - 25px);
    }
    
}


/* =Media queries
-------------------------------------------------------------- */

/* 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%;
        margin: 0px;
    }
    body.full-width.page-template-landing-page #main {
        max-width: 100%;
        margin: 0 0px 0px;
    }
    body.full-width .site-content {
		width: 100%;
        padding: 0;
	}
    .site-title {
        
    }
    .page-header #breadcrumbs {
        margin-bottom: 10px;
    }
    .page-header h1 {
      font-size: 45px;
    }
}
@media screen and (min-width: 960px) and (max-width:1199px) {
    .hide-mid-size {
        display: none;
    }
}
@media screen and (min-width: 960px) {
	
    
	/*Header*/
    .site-header {
        min-height: 45px;
        position: absolute;
        width: 100%;
        z-index: 99;
        top: 0;
        left: 0;
        transition: top 200ms ease-out;
    }
    .site-header > .wrap {
        padding: 1px 20px; 
    }
    .admin-bar .site-header {
        padding-top: 32px; 
    }
    .page-id-166 .site-header .logo,
    .home .site-header .logo {
        padding-top: 8px;
    }
    .page-id-166 .site-header .logo img,
    .home .site-header .logo img {
      width: 450px;
      height: auto;
    }
    .page-header {
        margin: 0px;
        padding-top: 100px;
    }
    
    .page-header h1 {
      font-size: 50px;
    }
    
    .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;
	}
    
    .main-navigation {
        float: left;
        width:calc(100% - 225px);
        margin-right: 0px;
        margin-left: 20px;
        margin-top: 20px;
        text-align: left;
        transition: margin 300ms ease-out;
        font-size : 15px;
        text-transform : uppercase;
        color : #59595B;
    }
    .anim-done .main-navigation {
      
    }
	/*#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;
		color: #ffffff;
		line-height: 36px;
		white-space: nowrap;
        font-weight: bold;
        font-size: 15px;
	}
    .main-navigation li a:hover {
         color: #FFFFFF;
    }
    .main-navigation .nav-menu > li > a {
        border-bottom: 2px solid rgba(255,255,255,0.00);
        transition: border 300ms, color 300ms;
    }
    
    .main-navigation .nav-menu > li > a:hover {
        border-bottom: 2px solid #ffffff;
    }
    .main-navigation .nav-menu > li.black-btn > a:hover {
        border-bottom: 2px solid #000000;
        background-color: #000000;
    }
    
	.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.sub-menu {
		margin:-2px 0 0;
		padding: 0;
		position: absolute;
		top: 100%;
		z-index: 1;
         margin-left: -10px;
        transition: all 0.4s ease-in-out;
        opacity: 0;
        visibility: hidden;
        display: block;
        padding-top: 5px;
        padding-bottom: 5px;
        box-shadow: 0 5px 3px rgba(0,0,0,0.1);
        background: #ffffff;
	}
	.main-navigation li ul ul {
		top: 0;
		left: 100%;
	}
   
	 .main-navigation ul.nav-menu li:hover > ul {
        visibility: visible;
        opacity: 1;
        border-left: 0;
    }
	.main-navigation li ul {
        padding-top: 20px;
        padding-bottom: 0px;
        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;
        color: #333333;
		display: block;
		letter-spacing: normal;
		line-height: 18px;
		padding: 8px 10px;
		width: 270px;
		white-space: normal;
            padding: 8px 10px;
        box-sizing:border-box;
        transition: padding 500ms ease-out;
	}
    .main-navigation li:hover ul li a {
        padding-top: 12px;
        padding-bottom: 12px;
	}
    .main-navigation li ul ,
    .main-navigation li ul li a:last-child {
        border-radius: 0 0 3px 3px;
    }
    .main-navigation li ul li a:hover {
         color: #000000;
    }
	.main-navigation .nav-menu > .current-menu-item > a,
	.main-navigation .nav-menu > .current-menu-ancestor > a,
	.main-navigation .nav-menu > .current_page_item > a,
	.main-navigation .nav-menu > .current_page_parent > a,
	.main-navigation .nav-menu > .current_page_ancestor > a {
       border-bottom: 2px solid #FFFFFF;
	}
		
	.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 #FFFFFF;
		border-bottom: 2px solid #FFFFFF;
		transform: rotate(45deg);
		display: block;
		position: absolute;
		top: 15px;
		right: -12px;
	}
	.menu-toggle {
		display: none;
	}
    
    .site-content {
        padding: 60px 40px;
    }
    .full-width .site-content {
        padding-left: 0;
        padding-right: 0;
    }
    
    /*page content*/
    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,
    .entry-content h1,
    .entry-content h2.h1-style,
    .entry-content h3.h1-style,
    .entry-content h4.h1-style{
        font-size: 50px;
    }
    .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: 28px;
    }
    .entry-content .super-large {
        font-size:56px;
    }
    body {
      --wp--preset--font-size--small:15px;
      --wp--preset--font-size--medium: 28px;
      --wp--preset--font-size--large: 40px;
      --wp--preset--font-size--x-large: 50px;
    }
    
}
@media screen and (min-width:1100px) {
    .main-navigation li {
		margin: 0 15px;
	}
    .page-header .text {
        padding: 170px 20px 110px;
    }
    
}
@media screen and (min-width:1200px) {
   .main-navigation {
       width: calc(100% - 265px);
       text-align: center;
       margin-right: 0px;
       font-size: 16px;
       float: right;
       margin-left: 0;
       margin-top: 25px;
    }
    .main-navigation ul.nav-menu,
	.main-navigation div.nav-menu > ul {
		text-align: center;
	}
    .anim-done .main-navigation {
      
    }
    .site-header .socials {
      top: calc(50% - 18px);
        line-height: 36px;
        height: 36px;
    }
    .main-navigation li {
		margin: 0 15px;
	}
    .page-header h1 {
      font-size: 60px;
    }
    
    body {
      --wp--preset--font-size--medium: 24px;
      --wp--preset--font-size--large: 50px;
      --wp--preset--font-size--x-large: 60px;
        
    }
    .wp-block-columns:not(.min-gaps) {
        column-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;
	}
}