 /*
	Theme Name: Alto Hearing
	Theme URI: http://altohear.co.uk
	Description: Custom WP Theme for Alto Hearing
	Version: 0.1
	Author: Creative Direction
	Author URI: https://creativedirection.info
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-size:18px;
	font-family: "halyard-text", sans-serif;
	line-height:1.42;
	font-weight:300;
	background-color: #FFF9F1;
	color:#1A252A;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
h1, h2, h3 {
	font-family:pp-museum-light;
	font-weight:200; 
	margin-bottom: 0;
	margin-top: 0;
}
h1 {
	font-size:3.42em;
	letter-spacing: -0.01em;
	line-height:1;
}
h2 {
	font-size:2em;
	/*letter-spacing: -0.05em;*/
	line-height:1.05em;
}
.single h2:not(.single-clinics h2) {
	margin-top: 1em;
	margin-bottom: 0.6em !important;
}
h3 {
	font-size:1.47em;
	line-height:1.05em;
}
img {
	max-width:100%;
	vertical-align:bottom;
	height:auto;
}
a {
	color:#fe814b;
	text-decoration:none;
	transition:0.6s color;
}
a:hover {
	color:#fe9a6f;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #ebb657;
}

p:has(sub) {
	margin-top: 0.2em;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

.mobile-only {
	display: none;
}

.hide-mobile {
	display: block;
}

.posr {
	position: relative;
}
/* wrapper */
.wrapper {
	margin:0 auto;
	position:relative;
}
.inner-wide {
	margin:0 auto;
	width:95%;
	max-width: 1470px;
}
.inner {
	margin:0 auto;
	width:95%;
	max-width: 1470px;
}
.inner-narrow {
	margin: 0 auto;
	width: 70%;
	max-width: 1024px;
}
.narrow {
	margin: 0 auto;
	width: 50%;
	max-width: 600px;
}
.header .inner, .inner-wide {
	max-width: unset;
}
/* header */
.header {
	position: sticky;
	top:0;
	background-color: #fff9f1;
	border-bottom: 1px solid #DDD8CE;
	z-index:10;
}
.header-top {
	background-color: #1A2529;
	color:#fff9f1;
	text-align: center;
	height:35px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 0.74em;
	gap:1em;
}
.header .inner {
	display: flex;
	align-items: center;
	gap:2em;
	/*padding:1em 0;*/
	height:90px;
	justify-content: space-between;
}

.header-right {
	display: flex;
	gap:1em;
}

.header-contact a, .header-soundcheck a {
	display: inline-block;
	font-family:pp-museum-light;
	padding:0.6em 0.8em;
	color: #1A252A;
	border-radius: 3px;
	transition:all 0.6s;
}
.header-contact a {
	border:1px solid #A3A8AA;
	color: #1A252A;
}
.header-contact a:hover {
	background-color: #1A252A;
	color:#FFF9F1;
}
  
  .header-soundcheck a, .mobile-soundcheck a {
    background-color: #FE814B;
  }
  .header-soundcheck a:hover, .mobile-soundcheck a {
    background-color: #FE9A6F;
  }

/* logo */
.logo {
	width:260px;
}
.logo a {
	display: block;
}
/* nav */
.nav {

}
/* footer */
.footer {
	background-color: #EBB657;
	color:#1A252A;
	border-radius: 20px;
	padding:3em;
	background-image: url(img/icon.svg);
	background-position: bottom right 100px;
	background-repeat: no-repeat;
	background-size: 15%;
	margin-bottom: 50px;
}
.footer-top {
	display: flex;
	gap:2em;
	width: 100%;
	font-weight: 400;
}

.footer-top > div {
	flex-grow:1;
}
.footer-top .menu-title {
	margin-bottom: 0.8em;
}

.footer-top ul li {
	margin-bottom: 0.3em;
}

.footer-bottom {
	margin-top: 200px;
	font-size: 0.95em;
}
.footer-bottom ul {
	display: flex;
	gap:2em;
}
.footer ul {
	list-style:none;
	padding: 0;margin: 0;
}

.footer a {
	color:#1A252A;
}

.footer-social {
	display: flex;
	gap:1em;
	margin-top: 1em;
}

.footer-credit {
	display: flex;
	gap:2em;
	margin-top: 2em;
}

.footer-top ul li.footer-soundcheck {
	display: block;
	margin-top: 1em;
}
.footer-soundcheck a {
	background-color: #1A252A;
	color: #EBB657;
	border-radius: 4px;
	padding:0.3em;
}

.footer-credit span:first-of-type {
	border-right:1px solid #4B5547;
	padding-right: 2em;
}

.menu-title {
	font-weight:600;
}

/*------------------------------------*\
    BITS N BOBS
\*------------------------------------*/

.zindex2 {
	z-index:2;
}
.zindex3 {
	z-index:3;
}
.padded {
	padding:4em;
}
.has-border-radius, .has-border-radius > img {
	border-radius:20px;
}

.has-grey-wave {
	position: relative;
}
.has-grey-wave:before, .has-dark-wave:before, .has-olive-wave:before {
	content:'';
	display: block;
	height:30px;
	width: 100%;
	background-repeat: repeat-x;
	position: absolute;
	top:-30px;
	left:0;
	z-index:-1;
}

.has-grey-wave:before {
	background-image: url(img/grey-wave.svg);
}
.has-dark-wave:before {
	background-image: url(img/dark-wave.svg);
}
.has-olive-wave:before {
	background-image: url(img/olive-wave.svg);
}

.has-shadow {
	--webkit-filter: drop-shadow(5px 10px 60px rgba(0, 0, 0, .1));
	filter: drop-shadow(5px 10px 60px rgba(0, 0, 0, .1));
}

.contact-columns {
	gap:0 !important;
}
/*------------------------------------*\
    SOUNDCHECK MODAL
\*------------------------------------*/
.soundcheck-modal {
	position: fixed;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	display: none;
	z-index:99;
	width:80%;

}
.soundcheck-modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 1.5em;
	background: transparent;
	border: none;
	cursor: pointer;
	color: #555;
}
.soundcheck-modal iframe, #shoeboxonlineiframe {
	min-width: 100%;
	border:0;
}

/*------------------------------------*\
    GRAVITY FORMS
\*------------------------------------*/
/* Gravity Forms Custom Theme - Alto Palette */

body .gform_wrapper.alto-gf-theme_wrapper {
  background-color: #FFF9F1; 
  padding: 2rem;
  border-radius: 1rem;
  color: #1A252A; /* deep charcoal */
  --gf-form-gap-y:20px;
  --gf-ctrl-label-font-size-req: 0.8em;
}

body.careers .gform_wrapper.alto-gf-theme_wrapper {
  background-color: #F7F1E9
; 
}

.gform_wrapper.alto-gf-theme_wrapper h2,
.gform_wrapper.alto-gf-theme_wrapper h3 {
  color: #4B5547; /* forest */
}

.gform_wrapper.alto-gf-theme_wrapper .gfield_label {
  font-weight: bold;
  color: #1a252a; /* slate */
  font-family: halyard-text;
  font-size:1em !important;
  font-weight: 400;
  margin-bottom: 0.5rem;
  display: block;
}
.gform_wrapper.alto-gf-theme_wrapper .gfield_required_text {
	margin-left: 1em;
	color: #FE814B;
	font-size: 1em;
  font-weight: 400;
}

.gform_wrapper.alto-gf-theme_wrapper input,
.gform_wrapper.alto-gf-theme_wrapper textarea,
.gform_wrapper.alto-gf-theme_wrapper select {
  background-color: #FFF9F1 !important; /* off-white */
  border: 1px solid #DDD8CE !important; /* stone */
  padding: 0.3em 0.6em !important;
  border-radius: 3px;
  width: 100%;
  font-size: 1em;
  color: #1A252A; /* deep charcoal */
  font-size:1em !important;
}

.gform_wrapper.alto-gf-theme_wrapper input,
.gform_wrapper.alto-gf-theme_wrapper select {
  height:auto !important;
}

.gform_wrapper.alto-gf-theme_wrapper select::placeholder {
	font-size:1em !important;
}
.gform_wrapper.alto-gf-theme_wrapper input[type="submit"],
.gform_wrapper.alto-gf-theme_wrapper button.gform_button {
  background-color: #FE814B !important; /* vibrant orange */
  color: #1A252A !important;
  border: none;
  padding:1em !important;
  border-radius: 2rem;
  font-size: 1.05em !important;
  cursor: pointer;
  transition: background-color 0.3s ease;
  font-family: pp-museum-light !important;
}

.gform_wrapper.alto-gf-theme_wrapper input[type="submit"]:hover,
.gform_wrapper.alto-gf-theme_wrapper button.gform_button:hover {
  background-color: #EBB657 !important; /* warm yellow */
  /*padding:1em !important;*/
}

.gform_wrapper.alto-gf-theme_wrapper .gfield_error input,
.gform_wrapper.alto-gf-theme_wrapper .gfield_error textarea {
  border-color: #FE814B; /* vibrant orange */
}

.gform_wrapper.alto-gf-theme_wrapper .validation_message {
  color: #FE814B;
  font-weight: bold;
}

#gform_3 input, #gform_3 select {
	height:55px !important;
}

#gform_3 input::placeholder, #gform_3 select::placeholder, .gf_placeholder {
	color:#A3A8AA !important;
}
.gform-theme--framework select:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)).gf_placeholder {
	color:#A3A8AA;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/
	.blog-listing, .category, .author, .tag {
		background-color: #e7e3de;
	}

	.blog-listing h1, .category h1, .author h1, .tag h1 {
		line-height:1;
	}
	.category .blog-intro {
		margin-top: 3em;
		margin-bottom: 3em;
	}
	.blog-list-container {
		display: grid;
		grid-template-columns: repeat(3,1fr);
		gap:2em;
	}
	.paged .blog-list-container {
		padding-top:50px;
	}

    .blog-list-container .article {
        position: relative;
        background-color: #FFF9F1;
        border-radius: 20px;
        padding:10px;
    }
    .blog-list-container .article .news-article {
        padding:25px;
        padding-bottom:6em;
    }
    .blog-list-container .article .news-image-container {
        max-width: 100%;
        aspect-ratio: 630 / 400; 
        overflow:hidden;
        border-radius: 10px;
    }
    .blog-list-container .article img {
        object-fit: 100%; 
        transition: transform 0.6s ease;
        transform: scale(1);
        z-index:-1;
    }
    .blog-list-container .category {
        position: absolute;
        top:15px;
        left:15px;
        background-color: #FE9A6F;
        border-radius: 3px;
        font-size:0.73em;
        padding:0.3em 0.5em;
        z-index:2;
    }
    .blog-list-container .category a {

        color:#1A252A;
    }
    .blog-list-container .article h2 {
        font-family:pp-museum-light, serif;
        font-weight:200;
        color:#1A252A;
        font-size: 1.47em;
    }
    .blog-list-container .article .date {
        color: #ABA698;
        font-size:0.73em;
        position: absolute;
        left:35px;
        bottom:2em;
    }

    .blog-list-container .find-out-more-container {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        position: absolute;
        bottom: 2em;
        right: 35px;
        background-color: #DDD8CE;
        height: 32px;
        width: 32px;
        border-radius: 3px;
        font-size: 0.9em;
        padding: 0.5em 0.8em;
        font-family: pp-museum-light, serif;
        background-image: url(img/learn-more-arrow.svg);
        background-position: center right 7px;
        background-repeat: no-repeat;
        transition: width 0.6s ease;
        overflow: hidden; 
    }

    .blog-list-container .find-out-more {

    }
    .blog-list-container .find-out-more-text {
      opacity: 0;
      white-space: nowrap;
      margin-left: 5px;
      transition: opacity 0.3s ease;
      transition-delay: 0.6s; 
      display: inline-block;
      margin-top:-20px;
      margin-right: 18px; 
    }
    .blog-list-container .find-out-more-text a {
        color:#1A252A;
    }
	.blog-list-container article:hover img {
        transform:scale(1.2);
    }

    .blog-list-container article:hover .find-out-more-container {
        width:120px;
        transition:0.6s all;
    }
    .blog-list-container article:hover .find-out-more-container .find-out-more-text { 
        opacity: 1;
        transition-delay: 0.6s; 
    }
    .blog-list-container article:not(:hover) .find-out-more-text {
        transition-delay: 0s;
    }
/*#blog-list-container article, #homepage-blog-container article {
	transition:0.6s all;
}
#blog-list-container article:hover, #homepage-blog-container article:hover {
	transform: translateY(-5px);
	-webkit-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 5px 10px -5px rgba(0,0,0,0.75);
}*/
#blog-list-container article h2 {
	margin-top:1rem;
}
#homepage-blog-container h3 {
	margin-top:0.5em;
}
#blog-list-container article img {
	transition:1s all;
	filter: grayscale(75%);
}
#blog-list-container article:hover img {
	filter: grayscale(0%);
}

/* pagination */

.pagination {
	padding:10px 0px;
	display:flex;
	position:relative;
	justify-content: center;
	margin:3em auto;
	text-align:center;
}

.page-numbers {
	display:flex;
	justify-content: center;
	align-items: center;
	width:50px;
	height:50px;
	border-radius:3px;
/*	border:4px double #fff;*/
	font-size:0.8em;
	color:#1A252A;
	line-height:66px;
	text-align:center;
	text-decoration:none;
	background:#F7F1E9;
	font-weight:bold;
	transition:0.6s all;
	margin:0.5em;
}

.page-numbers.current {
	background-color: #11262D;
	color:#DDD8CE;
}

.page-numbers:not(.page-numbers.current):hover{
	text-decoration:none;
	background:#DDD8CE;
	color:#1A252A;
} 



a.blog-category {
	display: block;
	color:#ABA698;
	font-size:0.7em;
	text-transform: uppercase;
	margin-bottom:1rem;
}


.blog-single-category {
	color:##FE814B;
	text-transform: uppercase;
	font-size:0.9em;
	margin-bottom:1em;
}

.blog-single-category-separator {
	color:#ABA698;
}

.single-blog-title {
	line-height:1.4em;
}

.single-article-top {
	margin-top:75px;
	display: grid;
	grid-template-columns: 45% 50%;
	grid-gap: 5%;
	max-width:100%;
	margin-bottom:75px;
}
.single-article-top-left {
	display:flex;
	justify-content: space-between;
	flex-direction: column;
	gap:2em;
}
.single-article-category {
	font-size:0.7em;
	background-color: #FE814B;
	color:#1a252a;
	padding:0.6em;
	border-radius: 3px;
}
.single-article-top-right img {
	max-width:100%;
}

.single-article-top-left .knowledge-base-country {
	margin-bottom:3em;
	display: inline-block;
}

.single-article-top-left h6 {
	color:#C0B8B4;
	margin-bottom:0;
}

.single-article-top-left .knowledge-base-date {
	color:#6C5B4F;
	margin-top:2em;
	display: inline-block;
}



.single-article-footer {
	background-color: #F7F1EA;
	padding:75px 0;
}

.single-article-footer .inner {
	display: grid;
	grid-template-columns: repeat(2,1fr);
	grid-gap: 2em;
}

#single-article-left .single-article-featured-image {
	margin:4rem 0;
	display: block;
}

.article-recent-post {

}

#single-article-left p:first-of-type {
	margin-top:0;
}

#single-article-left h2 {
	margin-bottom: 1em;
}

#single-article-right {
}

#single-article-right a {
	margin-bottom:3px;
	padding:2em;
	width:100%;
	display:block;
	color:#1a252a;
	background-color:#F7F1EA;
	border-radius: 3px;
}
#single-article-right a:last-of-type {
	border:0;
}

.single-article-main {
	display: grid;
	grid-template-columns: 65% 30%;
	grid-gap: 5%;
	margin-bottom:75px;
}

/*------------------------------------*\
    GUTENBERG BITS
\*------------------------------------*/
.wp-block-verse {
	font-family: "halyard-text", sans-serif;
	letter-spacing: -0.01em;
	font-weight: 400;
	margin-top: 0;
}


:where(.wp-block-columns):not(.no-padding) {
	margin-bottom: 0;
	gap:10%;
}

:where(.wp-block-columns) {
	margin-bottom: 0;
}

.no-padding {
	gap:1em;
}
.no-margin {
	margin: 0;
}

.wp-block-button {

}
.wp-block-button a {
	border-radius:0;
	border-width:1px;
	font-family:pp-museum-light;
	font-weight:200;
}

.wp-block-separator {
	border-top: 1px solid;
}

.wp-block-list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wp-block-list li {
	margin-top:1em;
	position: relative;
	padding-left: 30px;
	margin-left: 0;
}
.single .wp-block-list li {
	margin-top:0.6em;
}
.wp-block-list li:before {
	content:'';
	display: block;
	position: absolute;
	left:0;
	top:8px;
	background-image: url(img/nav-arrow.svg);
	background-size: contain;
	background-repeat: no-repeat;
	height:16px;
	width: 16px;
}
.wp-block-list li a {
	text-decoration: underline;
}

.wp-block-table table {
	border: 1px solid #ABA698;
}
.wp-block-table table thead {
	border: 1px solid #ABA698;
}
.wp-block-table table thead tr {
	border-bottom: 3px solid #ABA698;
}
.wp-block-table table tr:nth-of-type(even) td {
	background-color: #F7F1EA;
}
.wp-block-table table td {
	border:1px solid #ABA698;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

@font-face {
  font-family: 'pp-museum-light';
  src: url('fonts/PPMuseum-Light.woff2') format('woff2'),
       url('fonts/PPMuseum-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pp-museum-regular';
  src: url('fonts/PPMuseum-Regular.woff2') format('woff2'),
       url('fonts/PPMuseum-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
.has-pp-museum-sans-light-font-family {
	font-family: 'pp-museum';
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

/* Override Gutenberg default breakpoint */



@media only screen and (max-width:1380px) { 
	.logo {
		width:240px;
	}
	.nav {
		font-size:0.8em;
	}
	.footer-top {

	}
}
@media only screen and (max-width:1280px) { 
	.logo {
		width:220px;
	}
	.header-contact, .header-soundcheck {
		font-size:0.8em;
	}
}
@media only screen and (max-width: 1024px) {
	.blog-list-container {
		grid-template-columns: repeat(2,1fr);
	}
	.footer {
		padding:2em 1em;
		padding-bottom:7em;
	}
  .footer-top {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2em;
  }

  .footer-top > div:first-child {
    grid-column: span 2;
  }	
  .footer {
/*		background-image: url(img/footer-bg-mobile.svg);
		background-size: 50%;*/
		background-size: 5em !important;
		background-position: bottom right 1em;
	}

	.footer-bottom {
		margin-top: 50px;
	}
}
@media only screen and (max-width:768px) {
	h1 {
		font-size: 2.4em;
	}
	h2 {
		font-size: 2em;
	}
	h3 {
		/*font-size: 1.7em;*/
	}
	.mobile-only {
		display: block;
	}
	.hide-mobile {
		display: none;
	}
	.inner, .inner-wide, .narrow, .inner-narrow {
		width: 95%;
		max-width: unset;
	}
	.mobile-padded {
		padding:0.5em;
	}
	.padded {
		/*padding: 2em;*/
		padding: 1em;
	}
	.header .inner {
		display: block;
		width:100%;
	}
	.logo {
		margin-left:1em;
		padding-top: 1em;
	}
	.blog-list-container {
		grid-template-columns: 1fr;
	}
	.single-article-top {
		display: flex;
		flex-direction: column;
		gap:2em;
		margin-top: 30px;
		margin-bottom: 30px;
	}
	.single-article-main {
		display: flex;
		flex-direction: column;
		gap:2em;
	}
	.footer {
		background-size: 75%;
	}
	.footer-top {
		display: flex;
		flex-direction: column;
	}
	.footer-bottom {
		margin-top: 25px;
		padding-top: 25px;
		border-top:1px solid rgba(26, 37, 42, .1);
	}
    #menu-policies, .footer-credit {
        display: flex;
        flex-direction: column;
        gap:1em;
    }
	.footer-credit {
		gap:0.6em;
	}
	.footer-credit span:first-of-type {
		border-right: 0;
	}
}
@media only screen and (-webkit-min-device-pixel-ratio:1.5),
	   only screen and (min-resolution:144dpi) {

}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

.alignnone {
	margin:5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}

.edit-post-fullscreen-mode-close_site-icon {
	mix-blend-mode: plus-lighter;
}

article#post-404 {
	padding-top:50px;
	text-align: center;
}



