/*! HTML5 Boilerplate v6.0.1 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
:root {
/*#F3F1F0*/
	--color-bkg:#F3F1F0;
	--color-bkg-hover:#DBD4D3;
}
html {
    color: #000000;
    font-size: 1em;
    line-height: 1.4;
	background-color: white !important;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * Vendor-prefixed and regular ::selection selectors cannot be combined:
 * https://stackoverflow.com/a/16982510/7133471
 *
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    border: 0;
    border-top: 1px solid;
    margin: 1em 0;
    padding: 0;
	width:100%;
}

short-line-white {
	display: block;
	border-top:1px solid #efefef;
}
/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img{
	vertical-align: bottom;
},
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
	font-family:'VCNudge';
	src:url(https://designdisaster.unibz.it/2024/wp-content/uploads/2024/05/VCNudge-SemiBold.woff2)format('woff2');
	font-style:normal;
	font-weight:400;
	-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family:'VCNudge';
	src:url(https://designdisaster.unibz.it/2024/wp-content/uploads/2024/05/VCNudge-Bold.woff2);
	font-style:normal;
	font-weight:500;
		-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family:'ApfelGrotezk';
	src:url(https://designdisaster.unibz.it/2024/wp-content/uploads/2024/05/ApfelGrotezk-Regular.woff2);
	font-style:normal;
	font-weight:400;
		-webkit-font-smoothing: antialiased;
}

@font-face {
	font-family:'ApfelGrotezk';
	src:url(https://designdisaster.unibz.it/2024/wp-content/uploads/2024/05/ApfelGrotezk-Mittel.woff2);
	font-style:normal;
	font-weight:500;
		-webkit-font-smoothing: antialiased;
}

.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

*{
    box-sizing: border-box;
}

html {
    font-family: 'PT Serif';
	font-style:normal;
    margin: 0;
    padding: 0;
    font-size: 1.2rem;
    background-color: #ffffff !important;
    color: #000000;
}

body a{
    text-decoration: inherit;
	cursor: pointer;
	text-decoration:underline;
	text-decoration-style:wavy;
	text-decoration-thickness:1px;
	transition: color 200ms ease;

}

body a:hover {
	color:#FF595E;
}

footer a {
	text-decoration:none;
}

aside a {
	text-decoration:none;
}

aside a:hover {
}

.wp-block-tiptip-hyperlink-group-block {
	transition: background-color 200ms ease;
}

.wp-block-tiptip-hyperlink-group-block:hover {
	color:black;
}

a:hover{
	cursor:pointer;

}

h1 {
	font-family: 'VCNudge';
	font-style:normal;
	font-weight:400;
	font-size: 12vw;
	line-height:1;
	margin:0;
	width:100%;
}

h2 {
	display:inline-block;
	font-family: 'VCNudge';
	font-style:normal;
	font-weight:500;
	font-size: 6em;
    line-height:1;
	margin:0;
	width:100%;
	padding-bottom:1rem;
}

h3 {
	display:block;
	font-family:'VCNudge';
	font-style:normal;
	font-weight:400;
	font-size:3em;
	line-height:1.1;
	padding-bottom:1rem;
	width:100%;
}

h4 {
	display:inline-block;
	font-family:'VCNudge';
	font-style:normal;
	font-weight:400;
	font-size:2.2em;
	line-height:1.1;
	margin:0;
	width:100%;
	padding-top:0.5rem;
}

h5 {
	font-family:'ApfelGrotezk';
	font-style:normal;
	font-weight: 500;
	font-size:1.1em;
	line-height:1.4;
	display:block;
	width:100%;
	margin:0;
}

h6 {
	font-family: 'ApfelGrotezk';
	font-style:normal;
	font-weight: 400;
	line-height:1.4;
	font-size:1.1em;
	display: inline-block;
	margin:0;
}

p{
	font-family: 'PT Serif',serif;
	font-style:normal;
	font-weight: 400;
	line-height:1.5;
	font-size:1.1em;
}

b, strong {
	font-weight:700;
}

li {
	font-family: 'PT Serif', serif;
	font-style:normal;
	font-weight: 400;
	line-height:1.5;
	font-size:0.8em;
	color:#B6B1B0;
}


header{
    position: fixed;
    width: 100%;
    font-size: 1em;
	top: 0;
	z-index: 999;
}

header ul, header li{
    padding: 0;
    margin: 0;
    list-style-type: none;
}

nav{
    width: 100%;
    padding-left: ;
}

nav ul{
    display: flex;
    justify-content: flex-end;
}

nav ul li{
    padding: .2rem .7rem;
    background-color: #f7f7f7;

}

img .custom-logo{
	width: 10em;
    height: auto;
    background-color: transparent;
}

header .row{
    align-items: center;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
}

#desktop-nav{
    display: none;
}

#mobile-nav{
    z-index: 999;
    position: absolute;
    height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    display: none;
}

#mobile-nav .active{
    border: 0;
}

#mobile-nav-container {
	display:block;
	transform: translateX(100%);
	transition: transform 1s linear;
	width: 100vw;
	position: absolute;
	right: 0;
	margin: 0;
	padding:1rem;
	height: 100vh;
	background-color: white;
}

#mobile-nav-container ul{
    list-style-type: none;	
	display: block
	
}

#mobile-nav li{
    width: 100%;
    margin: 0;
	padding:0;
    margin-top: 1.5rem;
}


#mobile-nav a:hover{
    color: #FF595E;
}

.noScroll {
    height: 100%;
    overflow: hidden;
    width: 100%;
    position: fixed;
}

#menu-open-icon, #menu-close-icon{
    position: absolute;
	z-index: 1000;
    height: 2rem;
    width: 2rem;
    right: 1rem;
	top:1rem;
    margin: auto;
    top: 0;
	bottom: 0;
    background-image: url('https://designdisaster.unibz.it/2024/wp-content/uploads/2024/06/menu.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
	cursor: pointer;
}

#menu-close-icon{
    margin-top: 1.5rem;
	right:1rem;
    background-image: url('https://designdisaster.unibz.it/2024/wp-content/uploads/2024/06/close.svg');
}

.row{
    position: relative;
    width:100vw;
	margin:0;
    display: inline-block;
    align-items: flex-start;
    flex-direction: column;
    text-align: center;
}

.row div{
	display:block;
	width:100%;
    margin:0;
}

.wp-block-buttons.is-vertical>.wp-block-button:last-child {
	flex-direction:row;
	display: inline-flex;
	justify-content:center;
	width:auto;
}

.wp-block-buttons.is-content-justification-center {
    justify-content:center;
	display:flex;
}

.wp-block-button__link {
    transition: background-color 200ms ease;
		display: block;
	width:auto;
}

.wp-block-button__link:hover {
	background-color:#AC3539;
	cursor: pointer;
}

.wp-block-columns {
}

.row iframe{
    margin: 0;
}

.wp-block-post-template{
	margin: 5em;
	max-width:66%;
	align-items:center;
}

.cover {
	opacity:50%;
	width: 100%;
    height: auto;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
}

.wp-container-core-group-is-layout-3.wp-container-core-group-is-layout-3 {
    flex-direction: column;
    align-items: stretch;
	width:100%;
}

.wp-block-columns.are-vertically-aligned-top {
	padding: 1em;
}

.faq {
	padding-left:10vw;
	padding-right:10vw;
}

.schedule-table  {
	padding-left:10vw;
	padding-right:10vw;
}

.price-table {
	padding-left:10vw;
	padding-right:10vw;;
}

.profile  {
	padding-left:10vw;
	padding-right:10vw;
}

.wp-block-separator {
    color:#DBD4D3;
	border-top:1px solid;
	width:100%;
}

.footer {
	padding:2rem;
}

figure {
	margin:0;
}

footer{
    background: #595959;
    color: #ffffff;
    padding: 0;

    /* TEMPORARY */
    overflow: hidden;
}

footer div{
    flex: 5;
}

footer .row p a{
    padding-bottom: .2rem;
    border-bottom: 2px solid #ef7a31;
    margin-right: 1rem;
}

#footer-map{
    height: 250px;
    border: none;
    flex: 7;
}

.entry{
	display:inline-flex;
    padding-top: ;
	justify-items:center;
}

.entry a{
    color: #FF595E;
	display: inline-flex;
	flex-direction:column;
	justify-items:center;
}

.active{
    border-bottom:none;
}

#speaker-grid{
    display: flex;
    width: 100%;
    padding: .25rem;
    flex-wrap: wrap;
}

.speaker-box{
    margin: .25rem;
    width: calc(33% - .5rem);
    height: 40vw;
    background-size: cover;
    background-position: center;
    position: relative;
}

.speaker-box span{
    position: absolute;
    bottom: 1rem;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.5rem;
    color: #E9504F;
    font-weight: 800;
}

.speaker-box span h3{
    margin: 0;
    text-transform: none;
    color: #FFF;
    font-weight: 400;
    font-size: 1.2rem;
}

#mc_embed_signup {
    background: transparent !important;
}

#mc-embedded-subscribe{
    font-family: 'Din Next Round';
    padding: .5rem;
    background: #595959;
    border: none;
    color: #ef7a31;
    font-weight: 800;
}

/* ==========================================================================
   Visual Composer
   ========================================================================== */


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Hide visually and from screen readers
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    white-space: nowrap; /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    -webkit-clip-path: none;
    clip-path: none;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
    white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 1px) {
	
	.footer {
	padding:1rem;
}
	
	p {
		font-size:1em;
	}
	
	h1 {
		font-size:16vw;
	}
	
	h2 {
		font-size: 3em;
	}
	
	
	h3 {
	font-size:2.4em;
	}

	h4 {
	font-size:1.8em;
	}
		
	header .row{
    align-items: center;
	padding: 1rem;
}
	
	#mobile-nav-container {
	width: 75%;
	height: 100%;
	padding:1rem;
	}
	
	img.custom-logo{
		width: 8rem;
		height: auto;
	}
	.row{
		width:500px;
	}
	.entry p{
		width:90%;
	}

	.variable-div-width {
	padding-left:1em;
	padding-right:1em;
	}
	
}


@media only screen and (min-width: 500px) {
	
	#mobile-nav-container {
			width: 50%;
	}
	
    .speaker-box{
        height: 313px;
    }
	.cover{
        height: 52vw;
		margin-top: 0;
    }

	.row{
		width:500px;
	}
	/*
	.entry p{
		width:85%;
	}*/
	
	.variable-div-width {
	padding-left:5vw;
	padding-right:5vw;
	}
	
}

@media only screen and (min-width: 768px) {
	
	.footer {
	padding:2rem;
}
	header .row{
    align-items: center;
	padding-top: 1rem;
	padding-right: 2rem;
	padding-bottom: 1rem;
	padding-left: 2rem;
}
		img.custom-logo{
		width: 10rem;
		height: auto;
	}
	
	p {
		font-size:1.1em;
	}
	
	h1 {
		font-size:14vw;
	}
	
	h2 {
	font-size: 4.5em;
	}
	
		h3 {
	font-size:3em;
	}

	h4 {
	font-size:2.2em;
	}

    .speaker-box{
        height: 313px;
    }
    .cover{
        height: 52vw;
    }
	/*
	.entry p{
		width:80%;
	}*/
	
	.variable-div-width {
	padding-left:8vw;
	padding-right:8vw;
	}
}

@media only screen and (min-width: 992px) {
	
	h1 {
		font-size:12vw;
	}
	h2 {
	font-size: 6em;
	}
	
    .row{
        width: 970px;
    }
    .speaker-box{
        height: 404px;
    }
	/*
    .entry p{
        width: 66%;
    }*/
    #mobile-nav{
        display: none;
    }
    #menu-open-icon{
        display: none;
    }
    #desktop-nav{
        display: block;
    }
    .row{
        flex-direction: row;
		margin: auto;
    }
	
	.variable-div-width {
	padding-left:10vw;
	padding-right:10vw;
	}
}

@media only screen and (min-width: 1024px) {
    .cover{
        height: 52vw;
    }
	.row{
        width: 970px;
    }
}

@media only screen and (min-width: 1200px) {
    .row{
        width: 1170px;
    }
    .speaker-box{
        height: 52vw;
    }
}

@media only screen and (min-width: 1280px) {
    .cover{
        height: 52vw;
    }
}

@media only screen and (min-width: 1600px) {
    .cover{
        height: 52vw;
    }
}

@media print,
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 1.25dppx),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important; /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
        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) ")";
    }

    /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre {
        white-space: pre-wrap !important;
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}
