/*
Theme Name:   Upsidedown Child
Theme URI:    https://github.com/Automattic/themes/tree/trunk/upsidedown
Description:  Upsidedown Child Theme
Author:       Jonathan Bürgel
Author URI:   http://jonathanbuergel.com
Template:     upsidedown
Version: 1.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: 
Text Domain: upsidedown
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, rtl-language-support, theme-options, threaded-comments, translation-ready, wide-blocks, blog
*/



/* Adobe Fonts */

@import url("https://use.typekit.net/ewn1eqe.css");



/* General */

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

*[role=button],
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

code {
    letter-spacing: -0.1rem;
}

.wp-block-column {
    word-break: normal;
}

/*.projects .wp-block-post-content p{
    text-indent: 1.5rem;
}

.projects .wp-block-post-content p:first-child {
    text-indent: 0rem;
}*/

.wp-block-post-terms__separator  {
    padding: 0 0.5rem;
    letter-spacing: -0.1rem;
}

.is-style-regular td {
    border-top: 1px solid black;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
}


.wp-block-lazyblock-projectgallery .size-post-thumbnail {
    width: 100%;
    height: auto;
}


/* Cursor */

.no-touch * {
    cursor: none;
    box-sizing: border-box;
}

.touch .cursor {
    display: none;
}

body, html {
    width: 100%;
    height: 100%;
}

.cursor {
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background-color: white;
    position: fixed;
    transform: translate(-50%, -50%);
    pointer-events: none;
    transition: width .3s, height .3s, opacity .3s, mix-blend-mode .3s;
    mix-blend-mode: difference;
    z-index: 99;
}

.cursor:before {
    opacity: 0;
    transition: opacity .8s;
}

.hover {
    width: 15px;
    height: 15px;
    background-color: #FF69B4;
    mix-blend-mode: normal;
    opacity: 0.8;
}

.read-more, .read-less {
    width: 40px;
    height: 40px;
    background-color: #000000;
    mix-blend-mode: normal;
    opacity: 1;
    text-align: center;
    vertical-align: bottom;
    line-height: 40px;
    font-size: 0.75rem;
}

.read-more:before {
    content: "more";
    color: #FFFFFF;
    opacity: 1;
}

.read-less:before {
    content: "less";
    color: #FFFFFF;
    opacity: 1;
}

.next, .prev {
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    background-color: white;
    mix-blend-mode: difference;
    opacity: 1;
    font-size: 3em;
    font-weight: 100;
}

.next:before {
    content: "\203A";
    display: flex;
    align-items: center;
    transform: scale(1, 0.8);
    opacity: 1;
    margin-top: 0.25rem;
    margin-left: 0.15rem;
}

.prev:before {
    content: "\2039";
    display: flex;
    align-items: center;
    transform: scale(1, 0.8);
    opacity: 1;
    margin-top: 0.25rem;
    margin-right: 0.15rem;
}

.cursorinnerhover {
    width: 40px;
    height: 40px;
    opacity: .5;
}


/* Accordion */

.accordion {
	width: 100%;
	border: none;
 	text-align: left;
	outline: none;
	transition: 1.5s;
}

/* .accordion:after  {
	display: none;
	font-family: "chantal";
	font-weight: 300;
	//content: ' \002B';
	content: 'more';
	//transform: scale(1.6);
	transform: rotate(-15deg);
	padding-left: 5px;
}

.accordion.active:after  {
	//content: ' \2013';
	content: 'less';
	transform: rotate(15deg);
}

.accordion:hover:after {
	display: inline-block;
} */

.accordion a:hover {
	text-decoration: none;
}

.panel {
	max-height: 0;
	overflow: hidden;
	padding: 0;
	visibility: hidden;
	transition: 0.3s ease-out;
}
