/*
Theme Name: Ouroboros
Theme URI: https://marcodonnarumma.com
Author: Marco Donnarumma - forked from Calyx, which was forked from aThemes
Author URI: https://marcodonnarumma.com
Description: 
Version: 1.53
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: ouroboros
Tags: two-columns, right-sidebar, custom-colors, custom-background, custom-header, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
Calyx is based on Sydney. Sydney is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
*/



@font-face {
	font-family: Montreal;
	src: url(/live/fonts/ppneuemontreal-book.woff); /* this points to /live/fonts/ */
}

@font-face {
	font-family: Valve;
	src: url(/live/fonts/Valve-PlainMedium.woff);
}

@font-face {
	font-family: RH;
	src: url(/live/fonts/RedHatDisplay-Regular.woff2);
}



/*--------------------------------------------------------------
Social
--------------------------------------------------------------*/
.social-menu-widget {
	padding: 0;
	margin: 0 auto;
	display: table;
	text-align: center;
}
.widget-area .widget_fp_social a,
.social-menu-widget a,
.social-menu-widget a:hover {
	color: #d65050;
}
.social-menu-widget li {
	display: inline-block;
	padding: 5px 20px;
	list-style: none;
	line-height: 1;
}
.widget-area .widget_fp_social div ul li {
	padding: 5px 10px;
	line-height: 1;
}
.social-menu-widget a {
	text-decoration: none;
}
.social-widget li a::before,
.social-menu-widget a:before {
	font-family: FontAwesome;
	font-display: swap;
	color: inherit;
}
.social-menu-widget li a,
.social-widget a {
	-webkit-backface-visibility: visible;
	backface-visibility: visible;
}
.social-menu-widget li a:hover,
.social-widget a:hover {
}
.social-menu-widget a:before {
	font-size: 50px;
	text-shadow: 0 0 1px #222;
}
.widget-area .widget_fp_social a:before {
	font-size: 34px;
}
.social-menu-widget a[href*="twitter.com"]::before {
	content: '\f099';
}
.social-menu-widget a[href*="facebook.com"]::before {
	content: '\f09a';
}
.social-menu-widget a[href*="youtube.com"]::before {
	content: '\f167';
}
.social-menu-widget a[href*="flickr.com"]::before {
	content: '\f16e';
}
.social-menu-widget a[href*="vimeo.com"]::before {
	content: '\f194';
}
.social-menu-widget a[href*="instagram.com"]::before {
	content: '\f16d';
}
.social-menu-widget a[href*="linkedin.com"]::before {
	content: '\f0e1';
}
.social-menu-widget a[href*="soundcloud.com"]::before {
	content: '\f1be';
}

/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
 /* The Overlay (background) */
.overlay {
  /* Height & width depends on how you want to reveal the overlay (see JS below) */   
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1; 
  left: 0;
  top: 0;
  background-color: rgba(0,0,0, 0.9) !important; /* Black w/opacity */
  overflow-x: hidden;
  overflow-y: hidden; /* Disable horizontal scroll */
  transition: 0.8s; 
  backdrop-filter: blur(8px);
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 25%; /* 25% from the top */
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #818181;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  right: 67px;
  top:10px;
  font-size: 60px;
}

.openbtn {
  float: right;
  background:greenyellow;
  border-radius: 1.5em;
  transition:all 0.3s ease-in-out;
  top: 4px;
  position: relative;
}
.openbtn:hover {
	transform:scale(1.1);
	box-shadow:0 0 2em dimgray;
}

 .homebtn {
	filter: drop-shadow(3px 5px 2px greenyellow);
  	transition:all 0.3s ease-in-out;
	margin-right: 10px;
	top: 6px;
  	position: relative;
 }
 .homebtn:hover {
	color:greenyellow !important;
	filter: drop-shadow(3px 5px 2px black);
	top:0px;
	zoom:110%;
	position:relative;
 }




/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap 
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}
  .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
  }
} 
*/



.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}
.posts-navigation .nav-previous {
	padding-left: 15px;
}
.posts-navigation .nav-next {
	padding-right: 15px;
}
.post-navigation {
	margin: 30px 0 45px;
	background-color: #f7f7f7;
	padding: 30px;
	position: relative;
}
.post-navigation a {
	color: #47425d;
}
.post-navigation .nav-previous:hover span,
.post-navigation .nav-next:hover span {
	color: #47425d;
}
.post-navigation span {
	color: #c7c7c7;
	transition: color 0.3s;
}
.post-navigation .nav-previous span {
	margin-right: 10px;
}
.post-navigation .nav-previous {
	border-right: 1px solid #ebebeb;
}
.post-navigation .nav-next span {
	margin-left: 10px;
}
.navigation.pagination {
	margin-top: 30px;
}
.nav-links .page-numbers {
    background-color: #f7f7f7;
    padding: 20px;
    line-height: 1;
    display: inline-block;
    color: #443f3f;
}
.nav-links .page-numbers:not(.dots):hover,
.nav-links .page-numbers.current {
    background-color: #252525;
    color: #fff;
}


/*--------------------------------------------------------------
Writings Pagination
--------------------------------------------------------------*/
.previous-post, .next-post {
    font-size: 29px;
    line-height: 522px;
}
.next-post {
	text-align:right;
}
.previous-post-mob, .next-post-mob {
display: none;
}

/*--------------------------------------------------------------
Writings Layout
--------------------------------------------------------------*/

.thumbnail img{
	padding:10px 0;
}

/*--------------------------------------------------------------
Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}
.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

	/* Center the caption. */
	.jp-carousel-info h2 {
	 text-align: center !important;
	}

/* Hide comment form header. */
	.jp-carousel-left-column-wrapper {
	 display: none !important;
	}

/* Center the metabox. */
	.jp-carousel-image-meta {
	 float: none !important;
	 margin-left: auto;
	 margin-right: auto;
	}

	.jp-carousel-image-meta {
	overflow:none;
	display:none;
	}
	
	.jp-carousel-slide {
	top: 95px !important;
	}


/*--------------------------------------------------------------
Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.widget select {
	max-width: 100%;
}
/* Search widget. */
.widget_search .search-submit {
	display: none;
}

/*--------------------------------------------------------------
MixItUp
--------------------------------------------------------------*/

.controls, .controls-press, .controls-writings, .controls-bib {
    /*display: flex;
    flex-direction: row;
    justify-content: flex-start;
	position:fixed;*/
	margin: 0 0 0 -1em;
}

.controls-page {
	padding-bottom:3em;
}

/*.controls-press, .controls-writings {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
	position:relative;
	margin: -62px 0px 0 26%;
}*/
.controls ul {
	display:inline-flex;
	margin:0;
}
.controls ul li {
    margin-right: 20px;
}
.mixit, .control {
	background-color:greenyellow;
	color:black;
	text-transform: uppercase;
	font-size: 15px;
	border:none;
	display:block;
	cursor: crosshair;
	font-style: italic;
}

.mixit:hover, .control:hover {
	background-color:greenyellow;
	color:greenyellow;
	text-shadow: 0px 0px 6px black;
}

.mixitup-control-active {
    background: #1c1c1c;
    color:greenyellow;
	text-shadow: 0px 0px 6px black;
}

.mixitup-control-active[data-filter]:after {
    background: transparent;
}


.fakebutton{
	pointer-events: none;
    border-bottom: none;
    color: black;
}

/* Container Original WIDTH was 1170px
---------------------------------------------------------------------- */
.container, .container-fluid {
	width: 100%;
	margin: 0 auto 0 auto;
    padding:48px 70px 0 70px;
}


.container-works {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
	margin-top:5%;
}

.container-works:after {
    content: '';
    display: inline-block;
    width: 100%;
}

.container-writings {
    padding: 1em;
    text-align: justify;
    font-size: 0.1px;
    column-count:5;
    column-gap: 10px;
}

.container-writings:after {
    content: '';
    display: inline-block;
    width: 100%;
}

/* Target Elements
---------------------------------------------------------------------- */

.mix,
.gap {
    display: inline-block;
    vertical-align: top;
}

.mix {
	display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 1rem;
    position: relative;
    backface-visibility: hidden; /* prevents flicker in chrome */
    will-change: transform, opacity; /* prevents flicker in safari */
}

.mix-item {
	width:100%;
}


.bg-cover {
	background-repeat: no-repeat;
    background-position: center center;
	background-size:cover;
    text-align: left;
}


.container-w2 .mix.aesthetics, .container-w2 .mix.musicbody, .container-w2 .mix.cultural, .container-w2 .mix.criticism {
height:auto;
}

.container-w2 p {
	margin:0;
}

.container-w2 > ul li { 
padding-bottom:45px;
}



/*--------------------------------------------------------------
Styling works grid mixitup
--------------------------------------------------------------*/

.post-overlay {
width:100%;
height:100%;
display:table;
}

.box-vcentered {
	/*display: table-cell;
    vertical-align: middle;*/
}
.box-vcentered-writings {
	display: table-cell;
    color: white;
    vertical-align: middle;
}


.box-vcentered h2 {
color:black;
text-transform:uppercase;
mix-blend-mode: difference;
transition: all 0.3s ease-in;
}

.box-vcentered h2:hover {
color:black;
text-transform:uppercase;
mix-blend-mode: normal;
filter:blur(0px);
position:relative;
text-shadow: 1px 0px 6px greenyellow;
}

/* style for image hover effect */


.box-vcentered a {
  position: relative;
  border-bottom: 2px dashed var(--red);
  transition: all 0.2s;
}
/*
.box-vcentered a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  min-height: 30px;
  transform: translate(-50%, -50%) scaleX(0);
  padding: 10px;
  z-index: -1;
  transform-origin: 50%;
  background: var(--white);
}
*/
.bg {
  position: fixed;
  width:66%;
  top: 17%;
  left: 30%;
  right: 0;
  bottom: 0;
  height:720px;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  box-shadow: 0 0 2em gray;
  filter:blur(1em);
  transition: all 0.5s ease-in-out;
}

 .bg-press {
  position: fixed;
  width:15%;
  height: 400px;
  top: 32%;
  left: 50%;
  right: 0;
  bottom: 0;
  opacity: 0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  filter:blur(1em);
  transition: all 0.5s ease-in-out;
 }

.bg-press img {
  box-shadow: 0 0 2em gray;
}

.bg-show .bg, .bg-show .bg-press {
  z-index: 1;
  opacity: 1;
  filter:blur(0em);
}

.bg-show a:hover {
  z-index: 2;
  border-bottom-color: transparent;
  color: var(--red);
}

.bg-show .box-vcentered a:hover::before {
  transition: transform 0.2s 0.1s ease-out;
}

/* end style for image hover effect */

.box-vcentered h2.smallh2 {
font-size: 24px;
line-height:0px;
}

.box-vcentered-writings h4 {
color:white;
text-transform:uppercase;
}

.box-hcentered {
 display:flex;
 justify-content:center;
}

.box-hcentered h1 {
 text-transform:uppercase;
 font-size: 4em;
}

/*--------------------------------------------------------------
END MIXITUP
--------------------------------------------------------------*/



/*--------------------------------------------------------------
Styling for specific content
--------------------------------------------------------------*/
#target {      /* for click toggle div */
  background:#0099cc;
  width:300px;
  height:300px;
  height:160px;
  padding:5px;
  display:none;
}

.Hide
{
  display:none;
}
/* This creates the buffer space between menu and header. Was 12rem */
#space-buffer {
padding-top: 10rem;
}

#primary-grid {
padding-top: 156x;
}

#jp-relatedposts {
	display: none !important;
}
.centered {
	text-align: center;
}
.centered h2 {
	margin:0px;
}
.doublespace p{
	line-height:2.7rem;
	text-align:left;
}
.spacer{
	margin-top:50px;
}
.padded-text {
	margin-bottom:5em;
}
.grey {
	background-color:#1c1c1c;
}
.premiere {
    padding-bottom: 4rem;
    text-align: center;
    letter-spacing: 0.3px;
	font-weight:bold;
	font-size:1.2rem;
}
.other-author {
    padding-bottom: 2rem;
    text-align: center;
    letter-spacing: 0.3px;
	font-size:17px;
}
.emphasis {
    padding: 4% 17%;
}
.emphasis p {
    font-weight:100;
    font-style: oblique;
    padding-bottom: 2rem;
}
.emphasis small {
	font-weight:600;
	font-style: normal;
}
.newsletter {
    margin: 11% auto 20%;
    width: 30%;
	background:rgba(255,255,255,0.7);
}

.image-bg-fullscreen {
	background-size: cover;
    background-position: bottom;
    background-attachment: fixed;
}


h1.title-post.entry-title {
	text-transform:uppercase;
	color:black;
	font-size:6rem;
	z-index:2;
	text-wrap:nowrap;
	background-color:greenyellow;
	position:absolute;
}
.header-txt{
	width: 38%;
	color:whitesmoke;
    margin: 0 0 0 197px;
    font-size: x-small;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 45px 27px 20px 27px;
    font-weight:600;
    border:1px solid #1c1c1c;
}

.smallprint strong {
    text-transform: capitalize;
    font-size: larger;
}
.flex-center {
    width: 80%;
    margin: 0 auto;
	display:flex;
	justify-content:center;
}
.flex-center-narrow {
    width: 69%;
    margin: 0 auto;
	display:flex;
}

.flex-right {
    display: grid;
    justify-content: center;
    width: 70%;
    margin-left: 22%;
}

.photo-caption {
	text-align:left;
    color: dimgray;
    width: 100%;
	margin:-25px 0;
}
.photo-caption small {
    font-size: 0.7em;
}
.pressquote {
  color: dimgray;
  font-size: 0.7em;
}
.list-container {
	display:inline-block;
	width:60%;
	text-align: left;
}
.list-container h3 {
	text-align:center;
}
.listing-date strong {
  padding-left: 40px;
}

.listing-date.entry-content20, .listing-content.entry-content30, .listing-content.entry-content50, .listing-content.entry-content70, .listing-list.entry-content100, .listing-list.entry-content70, .listing-item.entry-content100 {
    padding: 0px;
}

.listing-date.entry-content20 {
	padding-right:24px;
}
.listing-date h3 {
	margin:10px 0 0 0 !important;
}


.listing-item {
    padding: 10px 0;
}
.listing-item:last-child {
    margin-bottom: 45px;
}
.listing-date {
	font-weight: 700;
}
li.listing-item.entry-content100 {
	margin-bottom:30px;
	display:inline-grid;
}
.color-row li {
	position:relative;
	height:50px;
	overflow:hidden;
	transition: all 0.3s ease-in-out;
}
.color-row li:hover {
	height:100px;
	box-shadow:0 0 1em gray;
	font-size:xxx-large;
	backdrop-filter:invert(90%);
	border-radius:82px;
	zoom:115%;
}
#listing-date, #listing-name, #listing-title {
	padding-right:10px;
}
#listing-date {
	width:15%;
}
#listing-name {
	width:25%;
}
#listing-title {
	width:60%;
	font-weight: 700;
}

small li {
	margin-bottom: 13px;
}

.mix-item, .container-works .box-vcentered {
	transition: all 0.3s ease-in-out;
} 
.container-w2:hover .mix-item:not(:hover) { /* for Writings page */
	filter:opacity(25%) grayscale(100%);
}
.container-works:hover .box-vcentered:not(:hover) { /* for Works page */
	filter:blur(7px);
}


/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/

.row {
margin-left: 0px !important;
margin-right:0px !important;
display: flex;
}

.row.social {
    float: right;
    font-size: 10px;
    padding: 1rem;
    z-index: 1001;
    position: fixed;
}


.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
padding-left:0px !important;
padding-right:0px !important;
}

.cols2 {
	column-count: 2;
	-webkit-column-count: 2;
    -moz-column-count: 2;
}
.cols3 {
	column-count: 3;
	-webkit-column-count: 3;
    -moz-column-count: 3;
	column-gap:8.1%;
}
.cols2 p:first-child, .cols3 p:first-child {
    margin-top: 0px;
}

.sticky {
	display: block;
}

.byline,
.updated:not(.published) {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.single .entry-header,
.page .entry-header {
	margin-bottom: 0px;
}
.entry-footer {
	clear: left;
	margin-top: 30px;
}
.grid, .grid-content, .bottomGrid {
    text-align: center;
}
.flex-grid {
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
	align-items: flex-start;
	padding:0 40px 0 70px;
}

.flex-grid-align-top {
	display:flex;
	justify-content:left;
	flex-wrap:wrap;
	align-items: baseline;
	padding:0 40px 0 70px;
}

.flex-grid-align-right {
	display:flex;
	justify-content:flex-end;
	flex-wrap:wrap;
	align-items: baseline;
	padding:0 40px 0 0;
	margin-top:3%;
}

.entry-press70 {
  padding: 3em 0 5em 9px;
  box-shadow: 0 0 2em greenyellow;
  width: 70%;
}

.blur-header{
	height:145px;
	width:100%;
	margin-top:-52px;
	backdrop-filter: blur(8px);
}

.info-column {
	display:grid;
    color: black;
    width: 30%;
	line-height: 1.63rem;
	font-size:20px;
	text-transform: capitalize;
	/*background-image: linear-gradient(to top left, transparent calc(50% - 1px), rgb(167, 247, 39) calc(50% + 1px));
	background-size: 30% 85%;
	background-position: left top;
	background-repeat: no-repeat;*/
	transition: all 2s;
	z-index:3; /* this is needed for the title of artworks, which overlaps the heading image */
}

.margin-top-for-h1 {
	margin-top:9em;
}

img.header-img {
	box-shadow: 0 0 2em gray;
	transition:all 0.4s ease-in;
}

img.header-img:hover {
	transform:scale(1.2);
}

.entry-content70.header-img-container {
	height:800px;
	margin-bottom:60px;
}

.flex-grid-dark {
	display:flex; 
	justify-content:space-evenly;
	background: #0E0E0E;
	padding:8rem 0 6rem 0rem;
}

.flex-grid-dark .entry-content30 p {
	color:white;
} 

.cell18 {
	width:18%;
}
.cell23 {
	width:23%;
}
.cell49 {
	width:49%;
}
.cell33 {
	width:33%;
}
.cell49 {
	width:49%;
}
.cell100 {
	width:100%;
	margin-bottom:50px;
}
.entry-small-centered {
	width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
	position:relative;
}
.entry-small-centered p:nth-child(1){
	grid-column: span 4;
}
.entry-small-centered p:nth-child(2),
.entry-small-centered p:nth-child(3){
	grid-column: span 2;
}

.entry-centered {
	position:relative;
	color:black;
}
.entry-bg-img-post-7611{ /* AI Prostheses */
	background-image: url(https://i0.wp.com/marcodonnarumma.com/wp-content/uploads/2022/08/Donnarumma-Rajcevic_AI-Prosthesis_by-Hana-Josic_38.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
}
.entry-bg-img{ /* ?? */
	background-image: url(https://i2.wp.com/7c.marcodonnarumma.com/wp-content/uploads/2019/02/CRN_02.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
}
.entry-bg-img-post-7023{ /* UR */
	background-image: url(https://i2.wp.com/marcodonnarumma.com/live/wp-content/uploads/2020/09/FronteVacuo-Donnarumma_Ur_by-Damir-Zizic_6.jpg);
    background-size: cover;
    background-position: top;
    background-attachment: fixed;
    position: relative;
}
.entry-bg-img-post-368 {  /* Calyx */
background-image:url('https://7c.marcodonnarumma.com/wp-content/uploads/2019/02/Donnarumma_Calyx_dortmund-schauspiele_2_ed_web.jpg');
background-size:cover;
background-position:top;
background-attachment:fixed;
position: relative;
}
.entry-bg-img-post-5476 {  /* Eingeweide */
background-image:url('https://7c.marcodonnarumma.com/wp-content/uploads/2019/02/Donnarumma-Pevere_Eingeweide-1_web.jpg');
background-size:cover;
background-position:top;
background-attachment:fixed;
position: relative;
}
.entry-bg-img-post-5489 {  /* Alia */
background-image:url('https://7c.marcodonnarumma.com/wp-content/uploads/2019/02/Donnarumma-Kong_Alia-Zu-tai_3_by-Underskin_web.jpg');
background-size:cover;
background-position:top;
background-attachment:fixed;
position: relative;
}
.entry-bg-img-post-23 {  /* Amy */
background-image:url('https://7c.marcodonnarumma.com/wp-content/uploads/2019/02/Marco-Donnarumma_Amygdala-MK3_9_ed_web.jpg');
background-size:cover;
background-position:top;
background-attachment:fixed;
position: relative;
}
.entry-bg-img-post-4080 {  /* Corpus Nil */
background-image:url('https://i1.wp.com/7c.marcodonnarumma.com/wp-content/uploads/2019/02/2016_zkm_performing_sound_onuk_092_edit.jpg');
background-size:cover;
background-position:top;
background-attachment:fixed;
position: relative;
}
.entry-bg-img-post-2740 {  /* Nigredo */
background-image:url('http://marcodonnarumma.com/dev/wp-content/uploads/2013/03/marco-donnarumma_nigredo_cynetart_2014_davidpinzer_10.jpg');
background-size:cover;
background-position:top;
background-attachment:fixed;
position: relative;
}
.entry-bg-img-post-5743, .entry-bg-img-post-705, .entry-bg-img-post-697, .entry-bg-img-post-6175  {  /* Biography */
background-image:url('http://marcodonnarumma.com/dev/wp-content/uploads/2013/03/marco-donnarumma_nigredo_cynetart_2014_davidpinzer_10.jpg');
background-size:cover;
background-position:top;
background-attachment:fixed;
position: relative;
}



div[class*='bg-img-post-']:before{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

/* use background image for div 'reviews' */
.reviews {
position:relative;
} 

.reviews:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
}

.entry-content100, .entry-content90, .entry-content80, .entry-content70, .entry-content60, entry-content50, .entry-content40, .entry-content30, .entry-content20{
	padding:0 1em 0 1em;
}
.entry-content-cycle {
	width:100%;
	padding: 1em 6em;
}
.entry-content100 {
	width:100%;
}
.entry-content90 {
	width:90%;
}
.entry-content80 {
	width:80%;
}
.entry-content70 {
	width:70%;
}
.entry-content60 {
	width:60%;
}
.entry-content50 {
	width:50%;
}
.entry-content40 {
	width:40%;
}
.entry-content30 {
	width:30%;
}
.entry-content25 {
	width:25%;
}
.entry-content20 {
	width:20%;
}
.entry-content10 {
	width:10%;
}
.entry-content5 {
	width:5%;
}

.page-links {
	clear: both;
	margin: 0 0 30px;
}
.page-header {
	margin: 0;
	border: 0;
}
.page-wrapper .content-wrapper {
	padding-top: 0px;
	padding-bottom: 15px;
}
.page .page-wrapper .content-wrapper,
.single .page-wrapper .content-wrapper {
	padding: 0px;
}
.page-template-page_front-page .page-wrapper .content-wrapper {
	padding-top: 0;
	padding-bottom: 0;
	background-color: transparent;
}
.single .meta-post .post-cat::before {
	content: '/';
	padding: 0 10px;
}
.single .meta-post .post-cat:first-of-type::before {
	content: '';
}
.single .hentry .meta-post a {
	color: #d65050;
}
/*--------------------------------------------------------------
Custom post queries
--------------------------------------------------------------*/
.query-image {
	position:relative;
}
.query-image:hover img {
	opacity:1;
}
.query-image img {
	opacity:0.3;
    transition: opacity .50s ease-in-out;
}
.query-title {
	background-color:rgba(0,0,0,0.5);
	width:100%;
	text-align:center;
	position:absolute;
	font-family:'Spectral', sans-serif;
	font-display: swap;
	text-transform:uppercase;
	opacity:1;
    transition: opacity .50s ease-in-out;
    color:white;
}
.query-title a, .query-title a:hover {
	color:white !important;
	font-size:18px;
}

/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/

.filters-tab {
	display: inline-flex;
}
.controls-bib {
	border:none;
}
select,
	textarea,
	input[type="text"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"] {
		font-family: 'Montreal', sans-serif !important;
		color:black;
		background-color: greenyellow;
		border: 1px solid #dbdbdb;
		height: 50px;
		padding: 4px 20px;
		border-radius: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
		    -ms-transition: all 0.3s ease-in-out;
		     -o-transition: all 0.3s ease-in-out;
		        transition: all 0.3s ease-in-out;
	}
	.select-items, .select-items div, .select-selected {
		color:black;
		background-color: greenyellow;
	}


/*--------------------------------------------------------------
Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
	display: block;
}
/*--------------------------------------------------------------
Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}
/*--------------------------------------------------------------
Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

/*
.fluid-width-video-wrapper{
    position: relative !important;
    padding-top: 39.2393% !important; 
    height:0;
}*/

.fluid-width-video-wrapper iframe,
.fluid-width-video-wrapper object,
.fluid-width-video-wrapper embed{
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	width:100% !important;
	height:100% !important;
}




/*--------------------------------------------------------------
Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
/*--------------------------------------------------------------
Galleries
--------------------------------------------------------------*/
.tiled-gallery .gallery-group {
	float: left;
	position: relative;
}
.tiled-gallery-caption {
    background: rgba(0, 0, 0,.8) !important;
    color: white !important;
    font-size: 15px !important;
    font-family: 'Montreal', sans-serif !important;
    font-weight: 400;
    overflow: hidden;
    padding: 10px 0;
    position: absolute;
    bottom: 0;
    text-indent: 10px;
    text-overflow: ellipsis;
    width: 100%;
    white-space: nowrap;
}
.gallery, .modula.modula-gallery {
	margin-bottom: 1.5em;
	display: grid;
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 1rem;
}

.gallery-item img {
	width: 100%;
    height: 100%;
    object-fit: cover;
}
.gallery-item:nth-child(1),
.gallery-item:nth-child(2){
    grid-column: span 6;
    grid-row: span 2;
}


.gallery-item:nth-child(3),
.gallery-item:nth-child(4),
.gallery-item:nth-child(5){
    grid-column: span 4;
}

.gallery-item:nth-child(6),
.gallery-item:nth-child(7){
    grid-column: span 6;
    grid-row: span 2;
}

.gallery-item:nth-child(8),
.gallery-item:nth-child(9),
.gallery-item:nth-child(10){
	grid-column: span 4;
}

.gallery-item:nth-child(11),
.gallery-item:nth-child(12){
    grid-column: span 6;
    grid-row: span 2;
}


/*.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}*/
.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
Repeatable Patterns / Typography
--------------------------------------------------------------*/
	*,
	*:before,
	*:after {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	body {
		font: 26px/1.7 'Montreal', sans-serif !important;
		background-color: #fff;
		margin:0px;
	}

	a {
		color: black !important;
	    text-shadow: 1px 0px 6px greenyellow;
		text-decoration: none;
		font-weight:bold;
		cursor: crosshair;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	a:hover,
	a:focus {
		color: greenyellow !important;
	    text-shadow: 0px 0px 6px black;
		text-decoration: none;
		outline: 0;
		-webkit-transition: all 0.3s ease-in-out;
		   -moz-transition: all 0.3s ease-in-out;
			-ms-transition: all 0.3s ease-in-out;
			 -o-transition: all 0.3s ease-in-out;
				transition: all 0.3s ease-in-out;
	}
	.home-slider-link a {
		color:white !important;
		text-shadow: 0px 0px 6px black;
	}
	p {
		margin-bottom: 20px;
		line-height:2.25rem;
		color:black;
	}

	p:first-child {
		margin-top:0px;
	}

	small, small p {
		font-size:20px;
		line-height: 1.7rem;
	}

	h1 { 
		font: 52px/1.1 "Valve", sans-serif; 
		font-display: swap;
	}
	h2 { 
		font: 42px/1.1 "Valve", sans-serif; 
		font-display: swap;
		color: #1a1821;
	}
	h3 {
		font: 40px/1.1 "Valve", sans-serif !important; 
  		text-transform: uppercase;
		border-left:40px solid greenyellow;
		border-radius:2em;
		margin-top:2em !important;
		font-style: italic !important;
		position:relative;
	}
	.flex-grid-dark h3 
	{
		color:darkgrey;
	}
	h4 { 
		font: 25px/1.1 "Valve", sans-serif; 
		font-display: swap;
	}

	.flex-grid-dark h4 {
		color:darkgrey;
		text-transform:uppercase;
	}
	h5 { font: 20px/1.1 "Valve", sans-serif; 
		font-display: swap;
	}
	h6 { font: 18px/1.1 "Valve", sans-serif; 
		font-display: swap;
	}

	h1, h2, h3, h4, h5, h6 {
		color: black;
		margin: 0 0 24px;
	}


	.footer-widgets .widget ul,
	.widget-area .widget ul {
		list-style: none;
		padding: 0;
	}
	.widget .children {
		padding-left: 15px;
	}
	.img-left {
		margin: 0 33px 0 0 !important;
		float: left;
	}
	.img-right {
		margin: 0 0 0 33px !important;
		float: right;
	}
	strong, small p strong, small p b {
		font-weight: 100;
		font-family: Valve;
	}

	.text-white { color: #fff !important; }
	.text-dark { color: #443f3f !important;}
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"] {
		position: relative;
		display: inline-block;
		font-family: "Valve", sans-serif;
		font-display: swap;
		font-size: 13px;
		line-height: 24px;
		font-weight: 700;
		/* padding: 12px 34px;*/
		color: #fff;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
		   -moz-transition: all 0.3s;
		    -ms-transition: all 0.3s;
		     -o-transition: all 0.3s;
		        transition: all 0.3s;
	}
	button:hover,
	input[type="button"]:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover {
		background-color: transparent;
	}
	
	textarea:focus,
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="date"]:focus,
	input[type="month"]:focus,
	input[type="time"]:focus,
	input[type="week"]:focus,
	input[type="number"]:focus,
	input[type="email"]:focus,
	input[type="url"]:focus,
	input[type="search"]:focus,
	input[type="tel"]:focus,
	input[type="color"]:focus {
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}
	textarea {
		width: 100%;
		height: 120px;
		padding: 15px 20px;
	}
	input[type="checkbox"] {
		display: inline;
	}
	input:-moz-placeholder,
	textarea:-moz-placeholder,
	input::-moz-placeholder,
	textarea::-moz-placeholder {
	  color: #a3a2a2;
	}
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
	  color: #c3c3c3;
	}
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
	  color: #cacaca;
	}
	.orches-animation {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
	}
	.orches-animation.animated {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
	@-webkit-keyframes pop-scale { 0% { -webkit-transform: scale(0.7) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale { 0% { -moz-transform: scale(0.7) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale { 0% { transform: scale(0.7) } 100% { transform: scale(1) } }
	@-webkit-keyframes pop-scale2 { 0% { -webkit-transform: scale(0.5) } 100% { -webkit-transform: scale(1) } }
	@-moz-keyframes pop-scale2 { 0% { -moz-transform: scale(0.5) } 100% { -moz-transform: scale(1) } }
	@keyframes pop-scale2 { 0% { transform: scale(0.5) } 100% { transform: scale(1) } }
	/* bootstrap resetting elements */
	.btn {
		background-image: none;
	}
	textarea,
	input[type="text"],
	input[type="submit"],
	input[type="password"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="date"],
	input[type="month"],
	input[type="time"],
	input[type="week"],
	input[type="number"],
	input[type="email"],
	input[type="url"],
	input[type="search"],
	input[type="tel"],
	input[type="color"],
	.uneditable-input,
	.dropdown-menu,
	.navbar .nav > .active > a,
	.navbar .nav > .active > a:hover,
	.navbar .nav > .active > a:focus {
		-webkit-appearance: none;
		text-shadow: none;
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		     -o-box-shadow: none;
		        box-shadow: none;
	}
table {
	width: 100%;
}
th,td {
	border: 1px solid #333;
	padding: 5px;
	text-align: center;
}
/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
	.site-title, .page-title {
		font-size: 26px !important;
		color: black;
		margin:8px 0 0 -27px;
		font-family: Valve, sans-serif !important;
 		text-transform: uppercase;
  		font-style: italic;	}
	.site-title a {
		text-transform:uppercase;
	}
	.site-title a:hover {
		color:greenyellow !important;
	    text-shadow: 0px 0px 6px black;
	}
	
	.site-logo {
		max-height: 100px;
	}
	.site-header {
		top: 0;
		left: 0;
		width: 100%;
		height: 230px;
		position:fixed;
		z-index: 1000;
		background-color: transparent;
		padding: 51px 0;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.site-header-homepage {
		top: 0;
		left: 0;
		width: 100%;
		height: 20px;
		position:fixed;
		background-color: transparent;
		padding: 51px 0;
        transition: all 0.3s ease-out;
		z-index:1000;
		/* backdrop-filter: blur(5px) hue-rotate(120deg); Removed because it crops inner content to its height */
	}
	.admin-bar .site-header,
	.admin-bar .site-header.float-header {
		top: 32px;
	}
	.admin-bar:not(.siteScrolled) .slide-item {
		background-position: 50% 0 !important;
	}	
	.header-image {
		display: none;
		position: relative;
		height: 300px;
		background-position: center;
		background-size: cover;
		background-repeat: no-repeat;
	}
	.header-inner {
		display: none;
	}
	.site-description {
		font-size: 13.5px !important;
		margin: 0px 0 15px 0;
		line-height: 1.6;
		color: black !important;
		font-family:'Montreal', sans-serif !important;
		font-display: swap;
	}
	.site-description:empty {
		margin: 0;
	}	
	/*.site-header.fixed {
		position: fixed;
	}*/

	.site-header .col-md-4,
	.site-header .col-md-8,
	.site-header-homepage .col-md-4,
	.site-header-homepage .col-md-8 {
		min-height: 0;
	}

	.site-header .logo, .site-header-homepage .logo {
		margin: 40px 0;
		float: left;
		-webkit-transition: all 0.3s linear;
		   -moz-transition: all 0.3s linear;
		    -ms-transition: all 0.3s linear;
		     -o-transition: all 0.3s linear;
		        transition: all 0.3s linear;
	}

	.site-header .logo a, .site-header-homepage .logo a {
		display: block;
		height: 100%;
	}

	.site-header .logo, .site-header-homepage .logo {
		width: 135px;
		height: 27px;
	}

	.site-header.float-header a, .site-header.float-header #mainnavi a, .site-header-homepage.float-header a, .site-header-homepage.float-header #mainnavi a {
		color:white !important;
	}

	.site-header.float-header a:hover, .site-header.float-header #mainnavi a:hover, .site-header-homepage.float-header a:hover, .site-header-homepage.float-header #mainnavi a:hover {
		color:greenyellow !important;
	}

	.site-header.float-header {
		background-color: rgb(0 0 0 / 88%) !important;
		padding: 26px 0px 32px;
		height:79px;
	}
	.site-header-homepage.float-header {
		height:79px;
	}
	.site-header.float-header #mainnavi,	.site-header-homepage.float-header #mainnavi {
		padding: 0;
	}

	.site-header.float-header #mainnavi > ul > li > a, .site-header-homepage.float-header #mainnavi > ul > li > a {
	    height: 70px;
	    line-height: 70px;
	}

	.site-header.float-header .logo, .site-header-homepage.float-header .logo {
	    margin: 20px 0;
	}
	
	
	
	/* NAVIGATION MENU */
	
	#mainnavi {
		display: block;
		float: right;
		width:100%;
        transition: all 0.3s ease-in;
		margin:-178px 0 16px 0;
	}

	#mainnavi a, .site-header a {
		text-shadow:none;
		font-weight:normal;
	}
	#mainnavi ul {
		list-style: none;
		margin: 0;
		padding: 0;
		display:inline-grid;
	}

	#mainnavi ul li {
		padding: 0 0 37px 0; /* was:  0 0 37px 54px; */
		border-bottom:1px white solid;
	}

	#mainnavi ul li a {
		position: relative;
		display: block;
		color:white !important;
		float: left;
		font-size: 40px !important;
		font-display: swap;
		text-decoration: none;	
		text-transform:uppercase;	
		font-weight:700;
		outline: none;
		border:none;
	/*	width:214px;*/
	}

	#mainnavi ul li a:hover  {
    color: greenyellow !important;
    text-shadow: 0px 0px 6px black;
	}

/* SUB Menu */
	.submenu {
		top:-22px !important;
	}

	#mainnavi ul li ul {
		top:20px;
		transition: all 0.3s ease;
		margin: 0 0 0 99px;
	}

	#mainnavi ul li ul li {
	padding: 0 0 5px 20px;
	border-bottom:none;
	}

	/* Works item */
	#mainnavi ul li:nth-child(1) ul {
   	left: -57px;
	position:relative;
	}

	/* Calendar item */
	#mainnavi ul li:nth-child(2) ul {
   	left: -145px;
	position:relative;
	}

	/* Writings item */
	#mainnavi ul li:nth-child(3) ul {
   	left: -86px;
	position:relative;
	}

	/* About item */
	#mainnavi ul li:nth-child(4) ul {
   	left: -68px;
	position:relative;
	}

	/* Contact item */
	#mainnavi ul li:nth-child(5) ul {
   	left: -47px;
	position:relative;
	}



	/* make the submenu disappear smoothly when class .float-header is added to .site-header 
	.float-header ul.sub-menu {
		opacity: 0;
		visibility:hidden;
	}	*/


	#mainnavi .sub-menu li a {
		font-family: "Montreal", sans-serif !important;
		background-color:transparent !important;
		line-height: 18px;
		text-transform: capitalize;
    	font-weight: lighter;
    	font-size: 0.9rem;
		letter-spacing: 0.05rem;
	    transition: all 0.3s ease;
	}

	#mainnavi .sub-menu li:hover > a {
		color:  rgb(81, 255, 0);
	}


	/* Icons */
	#mainnavi ul li::before {
		font-family: Fontawesome;
		font-display: swap;
		color: #fff;
		float: left;
		margin: 5px 5px 0 0;
		font-size: 14px;
		line-height: 1;
		font-weight: 400;
	}
	#mainnavi .sub-menu li:before {
		content: '';
		margin: 0;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
	}
	#mainnavi-mobi ul li a {
		float: none;
	}
	#mainnavi-mobi ul li::before {
		content: '';
	}
	.works-nav {
	text-align: center;
    margin: 4% 0%;
	}
	ul.tabs, ol.tabs {
	list-style:none;
	}
	ul.tabs li {
	display:inline-block;
	padding-left: 7%;
	}
	ul.tabs li:first-child {
	padding-left:0px;
	margin:3% 0 4% 0;
	}
	ul.tabs li:last-child {
	margin-bottom:3%;
	}
	.btn-small {
	padding: 12px 34px;
	font-size: 18px;
    text-transform: uppercase;
    text-rendering: optimizeLegibility;
    font-family: "Valve", sans-serif;
    font-weight: 700;
    }
    .btn-small:hover, .btn:hover {
	background-color: greenyellow;
	}
	.btn-small:last-child, .btn:last-child {
    margin-right: 0px;
	}
	.btn-active {
	background: black;
	color:greenyellow !important;
    text-shadow: 0px 0px 6px black;
	}
/*--------------------------------------------------------------
Mobile navigation
--------------------------------------------------------------
	#mainnavi-mobi {
		display: block;
		margin: 0 auto;
		width: 100%;
		position: absolute;
		top:28px;
		background-color: #1c1c1c;
		margin-top: 15px;
		z-index: 1000;
	}
	#mainnavi-mobi ul {
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#mainnavi-mobi ul li {
		margin:0;
		position: relative;
		text-align: left;
		border-top: 1px solid #252525;
		cursor: pointer;
	}
	#mainnavi-mobi ul > li > a {
		display: block;
		text-decoration: none;
		padding: 10px 50px;
		color: #fff;
	}
	#mainnavi-mobi ul.sub-menu {
		top: 100%;
		left: 0;
		z-index: 2000;
		position: relative;
		background-color: #161625;
	}
	#mainnavi-mobi > ul > li > ul > li,
	#mainnavi-mobi > ul > li > ul > li > ul > li {
		position: relative;
		border-top: 1px solid #252525;
		background-color: #222;
	}
	#mainnavi-mobi > ul > li > ul > li >  a {
		padding-left: 70px !important
	}
	#mainnavi-mobi > ul > li > ul > li > ul > li a {
		padding-left: 90px !important
	}
	#mainnavi-mobi ul.sub-menu > li > a {
		display: block;
		text-decoration: none;
		padding: 5px 60px;
		border-top-color: rgba(255,255,255,0.1);
		-webkit-transition: all 0.2s ease-out;
		   -moz-transition: all 0.2s ease-out;
		     -o-transition: all 0.2s ease-out;
		        transition: all 0.2s ease-out;
	}
	#mainnavi-mobi > ul > li > ul > li:first-child a {
		border-top: none;
	}
	#mainnavi-mobi ul.sub-menu > li > a:hover,
	#mainnavi-mobi > ul > li > ul > li.active > a {
		color: #fff;
	}
	.btn-menu {
		float: right;
		font-size: 28px;
		font-family: "FontAwesome";
		font-display: swap;
		color: #fff;
		text-align:center;
		width: 28px;
		height: 28px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease-out;
		   -moz-transition: all 0.3s ease-out;
		    -ms-transition: all 0.3s ease-out;
		     -o-transition: all 0.3s ease-out;
		        transition: all 0.3s ease-out;
	}
	.btn-menu:before{
		content: "\f0c9";
	}
	.btn-submenu {
		position: absolute;
		right: 20px;
		top: 0;
		font-family: "FontAwesome";
		font-display: swap;
		font-size: 20px;
		line-height: 45px;
		text-align: center;
		cursor: pointer;
		width: 70px;
		height: 44px;
	}
	.btn-submenu:before {
		content: "\f107";
		color: #fff;
	}
	.btn-submenu.active:before {
		content: "\f106"
	}
	.btn-menu {
		display: none
	} */




/*--------------------------------------------------------------
Layout
--------------------------------------------------------------*/
	.aside-image {
		padding: 0;
		position: relative;
	}
	.aside-image .image-container {
	    height: 100%;
	    overflow: hidden;
	    padding: 0;
	    position: absolute;
	    left: 0;
	    top: 0;
	}
	.aside-image .image-holder {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-size: cover !important;
		z-index: 0;
		background-position: 50% 50%;
	}
	.aside-image .content-wrap {
		padding: 70px 0 70px 50px;
	}
	.aside-image.right .image-container {
		left: auto;
		right: 0;
	}
	.aside-image.right .content-wrap {
		padding: 70px 50px 70px 0;
	}
	.error-wrap h1 {
		font-size: 35px;
		color: #ddd;
		font-weight: 600;
		margin: 0 0 40px;
		line-height: normal;
	}
	.error-wrap h5 {
		margin-top: 60px;
		font-size: 18px;
		font-weight: normal;
	}
	.error-wrap .error-search {
		padding: 0 80px;
	}
	.error-wrap #search-form {
	    height: 50px;
	    margin-bottom: 17px;
	    position: relative;
	    width: 100%;
	}
	.error-wrap .search-input {
	    margin: 0;
	    width: 100%;
	}
	.error-wrap #search-submit {
	    height: 50px;
	    padding: 0;
	    position: absolute;
		top: 0;
		right: 0;
	    width: 120px;
	    border-radius: 0 3px 3px 0;
		background: #443f3f;
		border-color: #443f3f;
	}
	.error-wrap #search-submit:hover {
		color: #fff;
	}
	/* Page sider */
	#page-slider {
		position: relative;
		height: 250px;
	}
	.overlayz {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
		filter: alpha(opacity=70);
		opacity: 0.7;
	}
	.page-wrapper {
		padding: 0px;
		clear: both;
	}
	.page-template-page_front-page .page-wrapper,
	.projects-template-post_full .page-wrapper,
	.projects-template-post_full .page-wrapper .content-wrapper {
		padding: 0;
	}
	.entry-page p,
	.entry-post p {
		margin-bottom: 24px;
	}
	.entry-post img {
		margin: 10px 0 20px;
	}
	.header-slider,
	.owl-wrapper {
		direction: ltr;
	}
	.header-slider,
	.owl-carousel {
	      -webkit-transform: translate3d(0,0,0);
	}
/*--------------------------------------------------------------
Parallax
--------------------------------------------------------------*/
	.parallax {
		width: 100%;
		background-attachment: fixed;
		background-position: 50% 0;
	}
/*--------------------------------------------------------------
Hero section
--------------------------------------------------------------*/
	.header-slider {
		position: relative;
	    max-width: 100%;
	}
	.slide-text.slides {
	   padding-left: 0;
	}
	.slides-container .slide-item {
	    background-attachment: fixed;
	    background-position: center;
	    background-repeat: no-repeat;
	    background-size: cover;
	}
	.sliderFix {
		display: block !important;
	}
	.text-slider-section {
		position: absolute;
	    top: 50%;
	    left: 0;
	    right: 0;
	    text-align: center;
	    z-index: 2;
	    width: 100%;
		padding-top: 5px;
	    -webkit-transform: translateY(-50%);
	       -moz-transform: translateY(-50%);
	        -ms-transform: translateY(-50%);
	         -o-transform: translateY(-50%);
	            transform: translateY(-50%);
	}
	.text-slider .maintitle,
	.text-slider .subtitle {
		z-index: 10;
		color: #fff;
		margin: 0;
		letter-spacing: 1px;
		text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
	}
	.text-slider .maintitle {
		position: relative;
		display: inline-block;
		font-size: 57px;
		line-height: 67px;
		font-weight: 700;
		padding-bottom: 10px;
	}
	.text-slider .maintitle:after {
		content: "";
		position: absolute;
		left: 50%;
		bottom: 0;
		width: 40%;
		height: 1px;
		margin-left: -20%;
	}
	.text-slider .subtitle {
		font-size: 30px;
		line-height: 40px;
		padding: 20px 0 50px;
		font-weight: 300;
	}
.text-slider {
  position: relative;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}
@keyframes fadeInRightBig {
  from {
    right: -1200px;
  }
  to {
    right: 0;
  }
}

.slide-inner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 2;
	width: 100%;
	min-height: 260px;
	padding-top: 5px;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.header-slider {
	overflow: hidden;
}
.header-slider[data-speed="0"] .slide-item {
    opacity: 1 !important;
}

/*--------------------------------------------------------------
Page title
--------------------------------------------------------------
	.page-title {
		color: #ccc;
		padding-top: 100px;
	}
	.page-title .col-md-6 {
		float: none;
	}
	.page-title-inner {
		display: table;
		width: 100%;
		height: 100%;
		position: relative;
		z-index: 1;
	}
	.page-title-cap {
		display: table-cell;
		vertical-align: middle;
	}
	.page-title .breadcrumbs {
		display: table-cell;
		list-style: none;
		text-align: left;
		vertical-align: middle;
	}
	.page-title h1 {
		margin: 0;
		font-size: 18px;
		color: #ccc;
	}
	.breadcrumbs ul {
		margin: 0;
	}
	.breadcrumbs ul li {
		display: inline;
	}
	.breadcrumbs ul li a:hover {
		text-decoration: underline;
	}

/*

/*--------------------------------------------------------------
Blog
--------------------------------------------------------------*/
	.content-area .post-wrap,
	.contact-form-wrap {
		padding-right: 0px;
		margin-bottom:80px;
	}
	.content-area .hentry {
		position: relative;
		padding-top: 50px;
		padding-bottom: 0px;
	}
	.content-area .hentry:first-child {
		padding-top: 0;
	}
	.content-area .hentry:after {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.content-area .hentry:first-child:after {
		height: 0;
	}
	.hentry .post-content {
		overflow: hidden;
	}
	.content-area .entry-thumb {
		text-align: center;
		margin-bottom: 30px;
	}
	.hentry .title-post {
		font-size: 36px;
		line-height: normal;
		padding-bottom: 10px;
		margin: 0;
		text-align:center;
	}
	.hentry .meta-post {
		margin-bottom: 20px;
	}
	.hentry .meta-post,
	.hentry .meta-post a {
		color: #5e5e5e;
		font-size: 13px;
	}
	.hentry .meta-post span {
		position: relative;
		padding-left: 20px;
		margin-right: 18px;
	}
	.hentry .meta-post .cat-links {
		display: inline-block;
	}
	.hentry .meta-post span:before {
		position: absolute;
		left: 0;
		top: 1px;
		font-family: "FontAwesome";
		font-display: swap;
		line-height: normal;
	}
	.hentry .meta-post span.posted-on:before {
		content:"\f073";
	}
	.hentry .meta-post span.byline:before {
		content:"\f007";
	}
	.hentry .meta-post span.comments-link:before {
		content:"\f086";
	}
	.hentry .meta-post span.cat-links:before {
		content:"\f114";
		top: 4px;
	}
	span.author.vcard {
		padding: 0;
		margin: 0;
	}
	.hentry blockquote {
	    background-color: #333;
	    color: #fff;
	    font-size: 16px;
	    font-style: italic;
	    line-height: 23px;
	    margin-bottom: 30px;
	    padding: 30px 35px;
	    position: relative;
	}
	.fullwidth {
		width: 100%;
	}
	.error-404 {
		text-align: center;
	}
	.error-404 .page-content p {
		margin-bottom: 30px;
	}
	.masonry-layout {
		width: 100%;
		padding: 0;
	}
	.masonry-layout .hentry {
		width: 360px;
		margin: 15px;
		padding: 0;
	}
	.masonry-layout .post-wrap {
		padding: 0;
	}
	.masonry-layout .hentry:after {
		width: 0;
		height: 0;
	}
	/* Blog pagination */
	.blog-pagination ul {
		width: 100%;
		text-align: right;
		list-style: none;
	}
	.blog-pagination ul li,
	.blog-pagination ul li a {
		display: inline-block;
		background-color: transparent;
		width: 40px;
		height: 40px;
		line-height: 40px;
		text-align: center;
	}
	.blog-pagination ul li {
		margin-left: 3px;
	}
	.blog-pagination ul li.active,
	.blog-pagination ul li:hover a {
		color: #fff;
	}
	/* Classic alternative layout */
	.classic-alt.content-area .hentry:after {
		display: none;
	}
	.classic-alt .hentry {
		border-bottom: 1px solid #ebebeb;
	}
	.classic-alt .hentry:last-of-type {
		border-bottom: 0;
	}
	.classic-alt .entry-header {
		text-align: center;
		margin-bottom: 30px;
	}
	.classic-alt .entry-title {
		font-size: 36px;
		font-weight: 500;
	}
	.classic-alt .entry-title a {
		color: #47425d;
	}
	.classic-alt .meta-post {
		margin-bottom: 10px;
	}
	.single .meta-post a,
	.classic-alt .meta-post a {
		text-transform: uppercase;
		letter-spacing: 5px;
		font-size: 13px;
	}
	.single-meta,
	.single-meta a,
	.classic-alt .posted-on,
	.classic-alt .posted-on a {
		color: #68647a;
	}
	.single .single-meta,
	.classic-alt .posted-on {
		text-decoration: underline;
		text-transform: uppercase;
		font-size: 13px;
	}
	.single .single-meta {
		display: table;
	}
	.single-meta .byline {
		padding-left: 10px;
	}
	.classic-alt .meta-post a {
		color: #d65050;
	}	
	ul {
	list-style: none;
	padding-left:0px;
	}
	.border-rx em {
    font-family: 'Montreal';
    font-weight: bold;
	}
/*--------------------------------------------------------------
Widgets
--------------------------------------------------------------*/
	.widget-area .widget {
		position: relative;
		margin-bottom: 30px;
		padding-top: 50px;
	}
	.widget-area .widget:before {
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 30px;
		height: 1px;
	}
	.widget-area .widget:first-child {
		padding-top: 0;
	}
	.widget-area .widget:first-child:before {
		height: 0;
	}
	.widget-area .widget-title {
		font-size: 16px;
		line-height: normal;
		color: #443f3f;
		font-weight: 600;
		padding-bottom: 24px;
		margin: 0;
		text-transform: uppercase;
	}
	.widget-area .widget ul li {
		padding: 5px 0;
	}
	.widget-area .widget ul li:first-child {
		padding-top: 0;
	}
	.widget-area .widget ul li:last-child {
		padding-bottom: 0;
	}
	.widget-area,
	.widget-area  a {
		color: #767676;
	}
	/* widget popular posts */
	.widget-popular-post .news .thumb {
		width: 65px;
		height: auto;
		margin: 3px 18px 0 0;
		float: left;
	}
	.widget-popular-post .news .text {
		min-height: 65px;
	}
	.widget-popular-post .news h6 {
		font-size: 13px;
		line-height: 20px;
		font-weight: 500;
		margin: 0 0 4px;
	}
	.widget-popular-post .news p,
	.widget-popular-post .news p a {
		font-size: 13px;
		margin: 0;
	}
	.widget-popular-post .news p a:hover {
		text-decoration: underline;
	}
	/* widget categories */
	.widget-categories .categories li a {
		position: relative;
		display: block;
	}
	.widget-categories .categories li span {
		position: absolute;
		right: 0;
		top: 0;
	}
	/* widget tags */
	.widget-tags .tag-list a {
		display: inline-block;
		font-size: 13px;
		color: #767676;
		border: 1px solid #dbdbdb;
		padding: 7px 15px;
		margin: 4px;
		margin-left: 0;
	}
	.widget-tags .tag-list a:hover {
		color: #5e5e5e;
	}
	.search-field {
		max-width: 100%;
	}
/*--------------------------------------------------------------
Blog single
--------------------------------------------------------------*/
	.single-post .hentry {
		padding-bottom: 0;
	}
	.single-post .author-post {
		position: relative;
		margin-top: 50px;
		background-color: #eee;
		padding: 20px;
	}
	.single-post .author-post .author-avatar {
		float: left;
		width: 145px;
		background-color: #f5f5f5;
		padding: 3px;
	}
	.single-post .author-post .author-info {
		position: relative;
		padding: 0 20px 0 35px;
		margin-left: 140px;
		min-height: 140px;
	}
	.single-post .author-post .name {
		margin: 3px 0 17px 0;
	}
	.single-post .author-post .name h6 {
		font-size: 20px;
		font-weight: 600;
		display: inline-block;
		margin: 0;
	}
	.single-post .author-post .intro {
		margin: 0;
	}
	.single-post .author-post ul.socials {
		position: absolute;
		top: 10px;
		right: 20px;
		list-style: none;
		margin: 0;
	}
	.single-post .author-post ul.socials li {
		float: left;
		text-align: center;
		margin-right: 5px;
	}
	.single-post .author-post ul.socials li a {
		display: inline-block;
		width: 25px;
		height: 25px;
		font-size: 18px;
		line-height: 25px;
		color: #ccc;
	}
	.tags-links a {
		display: inline-block;
		background-color: #f7f7f7;
		padding: 8px 30px;
		color: #47425d;
		margin: 0 5px;
		font-size: 12px;
		text-transform: uppercase;
	}
	.tags-links a:first-of-type {
		margin-left: 0;
	}	
	/* comment post */
/*--------------------------------------------------------------
Comments
--------------------------------------------------------------*/
.comments-area {
	margin-bottom: 60px;
}
.comments-title {
	margin: 0 0 30px 0;
	font-size: 24px;
}
.comments-area ol {
	list-style: none;
}
.comments-area ol {
	padding: 0;
}
.comments-area .children {
	padding-left: 20px;
}
.comments-area .fn {
	color: #505050;
}
.comment-author .avatar {
	position: absolute;
}
.comment-author .fn,
.comment-metadata {
	margin-left: 80px;
}
.comment-metadata {
	font-size: 13px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.comment-form .form-submit {
    margin-top: 30px;
}
.comment-body {
	padding: 15px 0;
	margin-bottom: 20px;
	border-bottom: 1px solid #f3f3f3;
	background-color: #fff;
}
.reply {
	margin-left: 80px;
	background-color: #e64e4e;
	display: table;
	margin-top: 15px;
}
.comment-reply-link {
	padding: 8px 22px;
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	font-weight: 600;
	display: table;
}
.comment-meta a {
	color: #c7c7c7;
}
.comments-area a.url {
	color: #505050;
	text-decoration: none;
}
.bypostauthor {
}
.comment-reply-title {
	font-size: 25px;
}
.comment-form input {
	width: 100%;
	max-width: 100%;
}
.form-submit input {
	width: auto;
}
.comment-content {
	margin-left: 80px;
}
/*--------------------------------------------------------------
Portfolio single
--------------------------------------------------------------*/
	.portfolio-images {
		margin-bottom: 40px;
	}
	.portfolio-info {
		background-color: #f7f7f7;
		border: 1px solid #eee;
		padding: 25px 25px 40px;
		font-family: "Valve", sans-serif;
		font-display: swap;
	}
	.portfolio-info h5 {
		margin: 0 0 15px;
		text-transform: uppercase;
	}
	.portfolio-info ul {
		list-style: none;
		font-size: 14px;
		margin-bottom: 10px;
	}
	.portfolio-info ul li {
		padding: 10px 0;
	}
	.portfolio-info ul li span {
		float: right;
		color: #443f3f;
	}
	.portfolio-info .button-group {
		text-align: center;
	}
	.portfolio-info .button-group a {
		width: 100%;
		margin-top: 10px;
	}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
	.site-footer {
	margin: 1em 0 0 0;
	padding-bottom:2em;
	height:100%;
	background: #000000;
	background: linear-gradient(0deg, rgb(167, 244, 0) 0%, rgba(100, 167, 0, 0.5) 27%, rgba(98, 255, 0, 0) 55%, rgba(255, 255, 255, 0) 80%);
	background:top center no-repeat url(https://marcodonnarumma.com/dev/live/wp-content/themes/Ouroboros/images/md-logo_green-blur.png);	
	}
	.site-info.container-fullwidth {
  	padding-top: 12rem;
	}
	.footer-text-centered {
		text-align: center;
		line-height: 0.5em;
	}

	.footer-text-right {
		text-align: right;
	}

	.site-footer ul {
  	margin: 0 0 0 -27px;
	}
	.site-footer .socials {
		margin: 0;
		list-style: none;
		display:inline-flex;
	}
	.site-footer .socials li {
		padding:40px;
	}
	.site-footer .socials li a {
		font-size: 18px;
		width: 35px;
		height: 35px;
		line-height: 35px;
		text-align: center;
	}
	.site-footer .socials.mobile {
		display:none;
	}
	.flex-grid-dark ul li {
	padding-right:19px;
	}
	.footer .copyr {
		color: #a8a8a8;
		margin-bottom: 0;
	}

	

/*--------------------------------------------------------------
Preloader
--------------------------------------------------------------*/

	.preloader {
	    background: none repeat scroll 0 0 #fff;
	    height: 100%;
	    opacity: 1;
	    position: fixed;
	    text-align: center;
	    transition: opacity 0.2s ease 0s;
	    width: 100%;
	    z-index: 9999;	    
	}
	.preloader .spinner {
	    height: 30px;
	    left: 50%;
	    margin-left: -15px;
	    margin-top: -15px;
	    position: relative;
	    top: 50%;
	    width: 30px;
	}
	.preloader .pre-bounce1,
	.preloader .pre-bounce2 {
	    -webkit-animation: 2s ease 0s normal none infinite bounce;
	            animation: 2s ease 0s normal none infinite bounce;
	    background-color: #de4939;
	    border-radius: 50%;
	    height: 100%;
	    left: 0;
	    opacity: 0.6;
	    position: absolute;
	    top: 0;
	    width: 100%;
	}
	.preloader .pre-bounce2 {
	    -webkit-animation-delay: -0.5s;
	            animation-delay: -0.5s;
	}
	@-webkit-keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}

	@keyframes bounce {
	  0%, 20%, 50%, 80%, 100% {
	    -webkit-transform: translateY(0);
	    -ms-transform: translateY(0);
	    transform: translateY(0);
	  }

	  40% {
	    -webkit-transform: translateY(-30px);
	    -ms-transform: translateY(-30px);
	    transform: translateY(-30px);
	  }

	  60% {
	    -webkit-transform: translateY(-15px);
	    -ms-transform: translateY(-15px);
	    transform: translateY(-15px);
	  }
	}
/*--------------------------------------------------------------
Go to top button
--------------------------------------------------------------*/
	.go-top {
		position: fixed !important;
		right: 20px;
		bottom: -45px;
		color: #fff;
		display: block;
		font-size: 39px;
		line-height: 35px;
		text-align: center;
		width: 40px;
		height: 40px;
		visibility: hidden;
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		filter: alpha(opacity=0);
		opacity: 0;
		z-index: 9999;
		cursor: pointer;
		-webkit-border-radius: 19px;
		   -moz-border-radius: 19px;
			 -o-border-radius: 19px;
				border-radius: 19px;
		-webkit-transition: all 0.5s;
		   -moz-transition: all 0.5s;
		    -ms-transition: all 0.5s;
		     -o-transition: all 0.5s;
		        transition: all 0.5s;
	}
	.go-top:hover {
		background-color: #fff;
	}
	.go-top.show {
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
		visibility: visible;
		bottom : 11px;
		box-shadow: 0 0 2em dimgray;
	}


/*--------------------------------------------------------------
Integrations
--------------------------------------------------------------*/
/* Elementor and Beaver Builder */
.page-template-page_front-page.elementor-page .page-wrapper .content-wrapper,
.page-template-page_front-page.fl-builder .page-wrapper .content-wrapper {
	width: 100%;
	padding: 0 15px;
}
/* Parallax fix */
.panel-row-style,
.elementor-section {
	-webkit-transform: translate3d(0,0,0);
}
@-moz-document url-prefix() {
    .panel-row-style {
          background-position: center !important;
    }
}
.elementor-section,
.panel-row-style {
    -moz-transform: none !important;
}
_:-ms-lang(x), .elementor-section, .panel-row-style { transform: none !important; }
/* End parallax fix */

.fl-widget .widgettitle,
div[class*="elementor-widget-wp-widget-sydney"] h5 {
	text-align: center;
	margin-bottom: 50px;
	position: relative;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding-bottom: 10px;
	font-size: 32px;
}
/* Mailchimp for WordPress */
.mc4wp-form label {
	display: block;
	width: 100%;
}
.mc4wp-form input:not([type="submit"]) {
	width: 100%;
}
/* Yoast SEO breadcrumbs */
.sydney-breadcrumbs {
    background-color: #f7f7f7;
    padding: 15px;
    margin-bottom: 30px;
    margin-right: 20px;
}
.sydney-breadcrumbs,
.sydney-breadcrumbs a {
	color: #47425d;
}
.sydney-breadcrumbs a {
    text-decoration: underline;
    margin: 0 3px;
    text-decoration-color: #bababa;	
}
/* Media Queries
-------------------------------------------------------------- */
@media (min-width: 992px) {
    .col-md-8 {
        width: 66.66666667%;
    }
	.col-md-4 {
        width: 33.33333333%;
    }
	.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        float: left;
    }

.container-fullwidth {
    width: 100% !important;
	}
}

		/************** All Monitor Sizes ****************/


	@media only screen and (min-width: 1930px) {
		.parallax {
			background-size: cover;
		}
	}
	/* Smaller than standard 1200 */
	@media only screen and (max-width: 1199px) {
		.roll-icon-list .list-item {
			margin-bottom: 18px;
		}
		.roll-project.fullwidth .project-item {
			width: 25%;
		}
		.masonry-layout .hentry {
			width: 455px;
		}
		.row.social {
		display:none;
		}
	}
	/* Smaller than standard 980 */
	@media only screen and (max-width: 991px) {
		.parallax {
			background-size: cover;
			background-attachment: scroll;
			background-position: top center!important;
		}
		.roll-counter .numb-count {
			font-size: 24px;
		}
		.masonry-layout .hentry {
			width: 345px;
		}
		.header-wrap .col-md-8 {
			padding: 0;
		}
		.last {
			margin-bottom: 0 !important;
		}
		.margin-bottom-device {
			margin-bottom: 50px;
		}
		.margin-top-device {
			margin-top: 50px;
		}
		.content-area .post-wrap,
		.contact-form-wrap {
			padding-right: 0;
		}
		.contact-form-aside,
		.sidebar {
			margin-top: 50px;
		}
		.roll-icon-box {
			margin-bottom: 30px;
		}
		.roll-promobox.aside-style,
		.roll-promobox.aside-style .promo-wrap,
		.roll-promobox.aside-style .promo-content,
		.roll-promobox.aside-style .promo-controls {
			display: block;
			text-align: center;
			width: 100%;
		}
		.roll-promobox.aside-style .title {
			margin-bottom: 20px;
		}
		.roll-project.fullwidth .project-item {
			width: 33.3%;
		}
		.footer-widgets .widget {
			margin-bottom: 50px;
		}
		.roll-client .client-item img {
			max-width: 100%;
  		}
		.blog-post:nth-of-type(2n+1) {
		    clear: left;
		}  				
	}
	
	@media only screen and (max-width: 1280px) {
		.entry-content50 {
		width:70%;
		}
		.site-title, .page-title {
		font-size: 27px !important;
		}
		.site-description {
		font-size: 11px !important;
		}
		#mainnavi ul li a {
		padding-inline-start: 23px;
		font-style:italic;
		}
}
	
	@media only screen and (max-width: 1024px) {
		.page-wrapper {padding:0px;}
		.site-header.fixed {
			position: static !important;
		}		
		.slides-container .slide-item,
		.panel-row-style {
			background-attachment: scroll !important;
			background-position: center !important;
		}
		.panel-row-style.mob-pad-0 {
			padding: 0 !important;
		}
		.panel-row-style.mob-pad-15 {
			padding: 15px 0 !important;
		}
		.panel-row-style.mob-pad-30 {
			padding: 30px 0 !important;
		}
		.panel-row-style.mob-pad-45 {
			padding: 45px 0 !important;
		}
		.site-header {
			position: static;
			background-color: rgba(0,0,0,0.9);
		}
		.header-clone {
			display: none;
		}		
		.posts-navigation {
		overflow: hidden;
		margin-bottom: 30px;
		}
		.btn-menu {
		display: block;
		}	
		#space-buffer {
		padding-top: 0px;
		}
		.mixit {
		margin-right: 0rem;
		}
		button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding:12px 25px;
		}
		.cell33 p {
		padding: 0px 50px 0px 25px;
		}
		.cell18 {
		width: 24%;
		}
		.flex-grid-dark {
		padding: 8rem 0 6rem 4rem;
		}
		.entry-content50 {
		width:100%;
		}
		.entry-small-centered {
		width:85%;
		}
		
	}
	@media only screen and (max-width: 780px) {
		.roll-client .client-item img {
			max-width: 100%;
  		}
  		.panel-grid-cell {
   			padding-left:15px !important;
    		padding-right:15px !important;
    		margin-bottom: 15px !important;
  		}
		h1 { font-size: 32px;}
		h2 { font-size: 28px;}
		h3 { font-size: 22px;}
		h4 { font-size: 18px;}
		h5 { font-size: 16px;}
		h6 { font-size: 14px;}
		
		/* MD specifics */
		.page-wrapper { padding-top:10px;}
		.flex-center-narrow {width:100%;}
		.header-txt {
		width: 60%;
		margin:50px auto;
		}
		.flex-center{
		width:100%;
		}
		h2.title-post.entry-title {
		padding: 0.5em;
		text-align: center;
		margin: 0px auto;
		}
		.fluid-width-video-wrapper {
		padding-top: 56.2393% !important;
		}
		.header-txt {
		width: 60%;
		margin:50px auto;
		}
	}
	
	/* Tablet Landscape */
	
	 @media only screen and (max-device-width : 1440px) {
		.entry-content50 {
		width: 63%;
		}
		.entry-content70 {
		width: 100%;
		}
		.container-w2 {
		display: none;
		}
		.container-writings {
		columns: 4;
		}
	}
	
	
		 @media only screen and (max-device-width : 1280px) {

		.entry-content70 {
		width: 100%;
		}
		.container-w2 {
		display: none;
		}
		.container-writings {
		columns: 3;
		}
	}
	 @media only screen and (max-device-width : 1100px) {
		button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 12px 21px;
		}
	}
	
	 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
		.parallax {
		background-size: cover;
		background-attachment: scroll;
		background-position: top center!important;
		}
		.page-wrapper {
		padding-top:10px;
		}
		.flex-center-narrow, .entry-small-centered {
		width:96%;
		}
		h2.title-post.entry-title {
		padding: 0.5em;
		text-align: center;
		margin: 0px auto;
		}
		.fluid-width-video-wrapper {
		padding-top: 56.2393% !important;
		}
		.header-txt {
		width: 60%;
		margin:50px auto;
		}
		.flex-center{
		width:100%;
		}
		button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding:12px 12px;
		}
		.selected-press > ul > li:nth-child(odd) {
		margin: 0 12rem 0 0rem;
		}
		.query-title a, .query-title a:hover {
		font-size: 15px;
		}
		

	}

	@media only screen and (max-width: 1399px) {
		.site-header #mainnavi ul li ul {
		    right: 14px;
		}
		.site-header #mainnav ul li ul li ul {
		    left: -100%;
		}
	}

		/************** All Mobile Sizes ****************/
		
		/* TABLET */
		

		@media only screen and (max-width: 1023px) {
		.entry-content50 {
		width: 92%;
		}
		.newsletter {
			width:78%;
		}
	}

		@media only screen and (max-width: 800px) {
		button, input[type="button"], input[type="reset"], input[type="submit"] {
		padding: 0px 14px;
		}
	}


		@media only screen and (max-width: 780px) {
		.page-wrapper {
		padding:0px;
		}
		#space-buffer {
		padding-top: 5px;
		}
		.controls {
		display: inline-block;
		text-align: center;
		width: 100%;
		}
		.mixit {
		border-bottom:none;
		}
		.fakebutton {
		pointer-events: none;
		border-bottom: none;
		color: black;
		}
		button, input[type="button"], input[type="reset"], input[type="submit"] {
		font-size:16px;
		}
		.entry-content100, .entry-content80, .entry-content70, .entry-content60, entry-content50, .entry-content40, .entry-content30, .entry-content20{
		padding:0px;
		float:left;
		width:100%;
		}
		.entry-content-cycle {
		width:100%;
		padding: 1em 6em;
		}
		h2.title-post.entry-title {
		margin-top:20px;
		text-align:center;
		margin-left: 0px;
		padding-top: 1em;
		font-size: 50px;
		}
		.box-hcentered h1 {
		font-size: 39px !important;
		}
		.box-vcentered h2 {
		font-size:80px;
		}
		.emphasis {
		padding:0px;
		}
		.header-txt, .emphasis p {
		font-weight:normal;
		font-size:inherit;
		}
		.flex-grid {
		display:inline-block;
		}
		.flex-center {
		width:100%;
		display:inline-block;
		padding:0px 80px;
		}
		.flex-center-narrow{
		width:100%;
		}
		.flex-grid-dark {
		display:block;
		text-align:center;
		padding:20px;
		}
		.awards {
		text-align: center;
		}
		.credits {
		text-align: left;
		}
		.entry-content50.padded-text {
		padding: 0% 0%;
		}
		.padded-text {
		padding: 0% 7%;
		}
		ul.tabs {
		padding:0px;
		}
		ul.tabs li {
		margin-bottom: 30px;
		display:block;
		}
		.header-txt {
		width:80%;
		margin:11% auto;
		}
		h3 {
		font-size: 29px !important;
		text-align: center;
		}
		.border-rx h3 {
		padding-top:13%;
		}
		small {
		text-align: center;
		}
		.entry-small-centered {
		width: 100%;
		padding:5%;
		}
		.query-title a {
		font-size: 24px;
		}
		.list-container {
		width: 90%;
		}
		.selected-press > ul > li:nth-child(odd) {
		margin: 0 12rem 0 0rem;
		}
		.container-w2 {
		display: none;
		}
		.container-writings {
		columns: 2;
		}
		
		.posts-layout {
			max-width: 100%;
		}
		.masonry-layout .hentry {
			width: 100%;
			margin: 0 0 30px;
			padding: 0 15px;
		}
		.text-slider-section {
			min-height: 190px;
		}
		.text-slider .maintitle {
			font-size: 32px;
		    line-height: 1.1;
		    padding-bottom: 10px;
		}
		.text-slider .subtitle {
		    font-size: 16px;
		    line-height: 24px;
		    padding: 15px 0;
		}
		.roll-button {
			padding: 10px 30px;
		}
		.roll-project .project-item {
			width: 100%;
		}
		.roll-project.fullwidth .project-item {
			width: 50%;
		}
		.roll-counter {
			margin-bottom: 30px;
		}
		.sydney_facts_widget .col-md-3:last-of-type .roll-counter {
			margin-bottom: 0;
		}
		.roll-counter .name-count {
			padding: 5px 0;
		}
		.single-post .author-post .author-avatar {
			float: none;
			margin-bottom: 20px;
		}
		.single-post .author-post .author-info {
			margin-left: 0;
			padding: 0;
		}
		.single-post .author-post ul.socials {
			position: static;
		}
		.single-post .author-post .intro {
			clear: left;
			padding-top: 10px;
		}
		.comment-list .children {
			margin-left: 75px;
		}
		.error-wrap .error-search {
			padding: 0 20px;
		}
		.aside-image .content-wrap {
			padding-left: 0;
			padding-right: 0;
		}
		.social-menu-widget a:before {
			font-size: 42px;
		}
		.btn-menu {
			float: none;
			margin: 0px auto 0;
		}
		.header-wrap {
			text-align: center;
		}
		.site-header.float-header {
			padding-top: 20px;
			padding-bottom: 20px;
		}

        .text-slider-section {
			min-height: 0;
			top: auto;
			bottom: 0;
		}
		.site-title, .page-title {
			font-size: 34px !important;
		}
		.fluid-width-video-wrapper + #wp-custom-header-video-button {
			display: none;
		}
	}
	@media only screen and (max-width: 600px) {
		.roll-client .client-item {
			padding: 5px;
			margin: 0;
			width: 32.5%;
		}
	}


	/* Hover fix Touchscreens ??? not sure this works right though */

	@media (hover: none) {
		.container-works:active .box-vcentered:not(:active) {
		filter: blur(7px);
		}
		.box-vcentered h2:hover {
		color: black;
		text-transform: uppercase;
		mix-blend-mode: normal;
		filter: blur(0px);
		position: relative;
		}
	}

	/* Mobile Portrait Size */
	
	
	@media only screen and (max-width: 479px) {
		body {
		font-size:22px !important;
		}
		.container, .container-fluid {
			padding: 48px 0px 0 0px;
		}
		.site-description {
		font-size: 11px !important;
		}
		.site-title, .page-title {
		font-size: 17px !important;
  		margin: 20px 0px 0 5px !important;
		}
		.site-header-homepage {
			padding: 12px 0px;
		}
		.blur-header {
			height:124px;
			margin-top: -42px;
		}
		.openbtn {
			font-size:0.8em;
			margin: 3px 21px 0 0;
		}
		 .homebtn {
			zoom:70%;
			left:89%;
			top:23%;
		}
		.overlay .closebtn {
		top: -27px;
   		right: 23px;
		}
		#mainnavi .sub-menu {
			display:none !important;
		}
		#mainnavi ul {
		margin: 6em 0 0 0 !important;
		}
		#mainnavi ul li {
  		padding: 0px !important;
 	 	border-bottom: none !important;
		}
		#mainnavi ul li a {
		padding-inline-start: 23px;
		font-style:italic;
		}
		.page-wrapper {
		padding-top:0px;
		}
		#space-buffer {
		padding-top: 97px;
		}
		.entry-content-cycle {
		width:100%;
		padding: 1em 6em;
		}
		.entry-content100, .entry-content80, .entry-content70, .entry-content60, .entry-content50, .entry-content40, .entry-content30, .entry-content20 {
		width:100%;
		float:left;
		padding:0 19px;
		line-height: 1rem;
		}
		.container-works {
			margin:53% 0 0 4%;
		}
		.entry-small-centered{
		display:block;
		}
		.bg-cover {
		height:230px;
		}
		
		.padded-text {
		padding: 0 7%;
		}
		.flex-grid, .flex-grid-align-top, .flex-grid-align-right {
		display:inline-block; 
		text-align:left;
		padding: 0;
		}
		.info-column {
		padding: 0 1.2rem 3rem 1.2rem;
		font-size: 12px;
		width:100%;
		}
		.info-column.work-title, .info-column.page-title {
			display:none;
		}
		.site-footer .socials.mobile {
		margin: 0 0 47px 27px;
		}
		.selected-press {
		padding:30px;
		}
		.container-w2 {
		padding: 0 18px;
		}
		.spacer {
		margin-top: 0px;
		}
		.controls, .controls-press, .controls-writings, .controls-bib {
		display: block;
		margin:0px;
		}
		.controls ul {
		display: inline-block;
		}
		.btn-small {
		padding:0px;
		border:none;
		color:lightgrey;
		font-size:16px;
		}
		.mixit {
		padding:0px 5px;
		border:none;
		}
		.mixit:hover {
		background-color: none;
		}
		ul.tabs {
		padding: 0px;
		}
		ul.tabs li {
		margin-bottom: 30px; 
		display:block;
		}
		.header-txt { 
		width:100%; margin:0px;
		}
		
		
		/* TYPOGRAPHY */
		p {
			line-height:2rem;
		}
		.centered{
			text-align:left;
		}
		.info-column h1{
			display:none;
		}
		small, small p {
		text-align:left;
		font-size: 1rem;
		line-height: 1.6rem;		
		}
		h1.title-post.entry-title {
			font-size:3rem;
		}
		.thin h1 {
			display:none;
		}
		h2.title-post.entry-title {
		text-align:center;
		margin-left: 0px;
		padding: 0em;
		}
		.box-vcentered h2 {
		font-size:40px;
		}
		h3 {
		font-size: 29px !important;
		text-align: left;
		}

		.photo-caption {
			text-align: center;
			background:linear-gradient(90deg,  rgba(0,0,0,0), rgba(0,0,0,0.1), rgba(0,0,0,0.4)) ;
			margin-top: 0rem;
			writing-mode: vertical-rl;
			text-orientation: mixed;
			height: 100%;
			font-size: 11px;
		}
		.footer-text ul, .footer-text-right ul {
			line-height:2rem;
		}

		/* CALENDAR */
		.listing-date.entry-content20 {
			line-height:2rem;
		}
		.listing-content.entry-content20 {
			line-height: 1.8rem;
		}
		.listing-content.entry-content60, .listing-content.entry-content20 {
			padding-left: 40px;
		}

		/* WRITINGS */
		.list-writings {
			line-height: 2rem;
		}



		/* WORKS */
		.cols3 {
			column-count: 1;
		}
		.margin-top-for-h1 {
		margin-top: 0em;
		}
		.margin-top-for-h1 small {
  		display: none;
		}
		.entry-content70.header-img-container {
 	 	height: 182px;
		}
		.bg {
			display: none;
		}
		.gallery{
			display:block;
		}
		.reviews {
    	margin-bottom: 35px;
		}
		.entry-press70{
			width:100%;
		}
		.selected-press > ul > li {
		display: inline-block;
		width: 100%;
		margin-bottom: 5rem;
		}
		.selected-press > ul > li h1 {
		font-size: 25px;
		}
		.selected-press > ul > li:nth-child(odd) {
		margin: 0 0 5rem 0;
		}
		.container-writings {
		columns:2;
		}
		.thumbnail img {
		display:inline-block;
		}
		.previous-post, .next-post {
		display:none;
		}
		.writings-pagination-mob {
		width: 100%;
		display:flex;
		justify-content:space-between;
		border-top: 1px solid lightgrey;
		padding-top: 20px;
		}
		.previous-post-mob, .next-post-mob {
		display: block;
		text-align:center;
		}
		.hentry .title-post {
		line-height:1.2em;
		}
		.single .hentry .title-post {
		font-size: 30px !important;
		}
		.list-container {
		width:85%;
		text-align: left;
		}
		#listing-date {
		width: 15%;
		}
		#listing-name {
		width: 33%;
		}
		#listing-title {
		width: 52%;
		}
		li.listing-item.entry-content100 {
		padding: 20px 15px;
		display: contents;
		}
		.listing-content:last-child {
		font-size: 13px;
		}

		/* FOOTER */
		.site-info.container-fullwidth {
			padding-top: 5rem;
		}

		.site-footer .socials li {
			padding:12px;
		}
		.site-footer .socials.mobile {
			display:inline-flex;
		}
		.site-footer .socials.desktop {
			display:none;
		}
		.site-footer .footer-text-centered small {
  		display: none;
		}
		.footer-text-right, .footer-text {
			text-align:center;
		}







/* classes below can probably be deleted 
		.roll-project.fullwidth .project-item {
			width: 100%;
		}
		.blog-post,
		.service,
		.sidebar-column {
			padding: 0;
		}
		.roll-button {
			font-size: 12px;
		}
		.text-slider .maintitle {
			font-size: 18px;
		}
		.text-slider .subtitle {
			font-size: 14px;
		}
		.text-slider {
			margin-bottom: 5px;
		}
		.text-slider .subtitle {
			padding: 5px 0;
		}
		.button-slider {
    		padding: 5px 15px;
    		font-size: 11px;
		}
		.newsletter {
			width:78%;
		} */

		}
	
	
	
	@media only screen and (max-width: 320px) {
		.text-slider {
			margin-bottom: 0;
		}

	}
	
	
	
	/* Center menu vertically */
	@media screen and (min-width: 1025px) {
		.header-wrap .container > .row {
			display: flex;
	        align-items: center;
		}
	}
	/* Mobile slider */
	.mobile-slide {
		display: none;
	}
	.sydney-hero-area {
		overflow: hidden;
	}






/**
** Gutenberg *** ADD RESPONSIVE STYLES *** CHECK PAGES+GUTENBERG
*/
.post-template-post_nosidebar .content-area {
	max-width: 805px;
	margin-left: auto;
	margin-right: auto;
}
.post-template-post_nosidebar .alignfull,
.post-template-post_nosidebar .wp-block-cover-image {
	max-width: 100vw;
	width: auto;
	margin-left: -182px;
	margin-right: -182px;
}
