/* Original CSS from 2020.bucharest.wordcamp.org */
#menu-item-681 a::before {
	content: "📑";
	font-family: dashicons;
	display: inline-block;
	line-height: 1;
	font-weight: 400;
	width: 20px;
	height: 20px;
	font-size: 20px;
	position: absolute;
	margin-left: -28px;
}

#tix-attendees .avatar {
	width: 60px;
	height: 60px;
}

figcaption {
	color: #8c8383;
	font-size: 13px;
}

.entry-content {
	margin-bottom: 40px;
}

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

* {
	box-sizing: border-box;
}

.topwide {
	margin-top: 80px;
}

#hero-desktop {
	display: block;
}

#hero-mobile {
	display: none;
}

article, aside, footer, header, nav, section, figcaption, figure, main {
	display: block;
}

h1 {
	font-size: 1.9em;
	margin: .67em 0;
}

figure {
	margin: 0;
/* 1em 40px;*/
}

.entry-content .size-large {
	display: block;
	width: 100%;
}

hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

b, strong {
	font-weight: inherit;
	font-weight: bolder;
}

code, kbd, samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

dfn {
	font-style: italic;
}

mark {
	background-color: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -.25em;
}

sup {
	top: -.5em;
}

audio, video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

img {
	border-style: none;
}

svg:not(:root) {
	overflow: hidden;
}

button, input, optgroup, select, textarea {
	margin: 0;
}

button, input {
	overflow: visible;
}

button, select {
	text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
	-webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

[type="checkbox"], [type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
	height: auto;
}

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details, menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Variables / Mixins
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

button,
input,
select,
textarea {
	color: #3a231f;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

.tix-column-quantity select {
	background: #bdfacc;
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1.5;
	border: 0;
	margin: 0 auto;
	display: block;
	width: 100%;
}

body {
	color: #000000;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Raleway, 'Montserrat', sans-serif;
	text-transform: uppercase;
	line-height: 2rem;
}

h1 {
	color: #2a0046;
}

h2 {
	color: #de705b;
}

ul.normal-list {
	margin-left: 50px;
}

#secondary h1,
#footer-widgets h1 {
	padding-top: 5px;
	font-size: 1.3em;
	color: #808080;
}

p {
	margin-bottom: 1.2em;
}

strong {
	font-weight: bold;
}

a {
	color: /*#de715b*/
/*#2a0046*/
#69329A;
	text-decoration: none;
	font-weight: 500;
}

a:visited {
	color: #de715b;
}

a:hover, a:focus, a:active {
	color: #de715b;
	text-decoration: underline;
}

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: .9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: .9375rem;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 85px;
	background-color: rgba(0,0,0,0.0);
	z-index: 999;
}

.admin-bar .main-navigation {
	top: 32px;
}

.main-navigation ul {
	font-family: Raleway, 'Montserrat', sans-serif;
	font-size: 1.15rem;
	margin: 0 auto;
	max-width: 1200px;
	text-align: center;
	padding: 0;
}

.main-navigation ul li.current-menu-item > a,
.main-navigation ul li.current_page_item > a,
.main-navigation ul li.current_page_ancestor > a,
.main-navigation ul li.current-menu-parent > a {
	color: #000;
}

.main-navigation ul li.current-menu-item > a:before,
.main-navigation ul li.current_page_item > a:before,
.main-navigation ul li.current_page_ancestor > a:before,
.main-navigation ul li.current-menu-parent > a:before {
	content: '';
	display: block;
	width: 100%;
	position: relative;
}

.main-navigation ul > li {
	display: inline-flex;
	height: 85px;
	padding-right: 20px;
	align-items: center;
}

.main-navigation ul > li a {
	color: #000;
	display: block;
	padding: 0;
	text-decoration: none;
	text-transform: uppercase;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
	font-family: Raleway, 'Montserrat', sans-serif;
	font-weight: 400;
	font-size: .9em;
}

.main-navigation ul > li:last-child a {
	padding-right: 15px;
}

.main-navigation ul > li a:hover {
	color: #de715b;
}

.main-navigation ul > li:nth-child(2) a:hover {
	color: #de715b;
}

.main-navigation ul > li:nth-child(3) a:hover {
	color: #de715b;
}

.main-navigation ul > li:nth-child(4) a:hover {
	color: #de715b;
}

.main-navigation ul > li:nth-child(5) a:hover {
	color: #de715b;
}

.main-navigation ul > li:first-child a:before {
	content: '';
}

.main-navigation ul > li.menu-item-has-children {
	position: relative;
}

/* .main-navigation ul > li.menu-item-has-children > a {
  padding-right: 1rem;
} */
.main-navigation ul > li.menu-item-has-children > a:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-left: 6px;
	margin-top: -2px;
	height: 0;
	width: 0;
/* order of following 3 rules important for fallbacks to work */
	border: 4px solid transparent;
	border-top-color: #ad4c23;
}

.main-navigation ul > li.menu-item-has-children:last-child > a:after {
	margin-right: -30px;
}

.main-navigation ul > li.menu-item-has-children > a:hover:after {
	border-top-color: #ff6f32;
}

.main-navigation ul li:hover ul {
	display: block;
}

.main-navigation ul ul {
	background: #feb801;
	display: none;
	padding-right: 6% !important;
	padding-left: 6% !important;
	position: absolute;
	top: 85px;
	left: 0;
	text-align: left;
	width: auto;
	margin-top: 0;
}

.main-navigation ul ul li {
	display: block;
	border-bottom: solid 1px #de715b;
	height: auto;
}

.main-navigation ul ul a {
	padding: .75rem 0;
	white-space: nowrap;
}

.main-navigation ul ul a:before {
	content: '';
	margin-right: 0;
}

@media (max-width:1260px) {
	.main-navigation ul li.menu-item-has-children:last-child ul {
		left: initial;
		text-align: left;
	}
}

@media (max-width:1060px) {
	.main-navigation ul > li a {
		padding-right: 25px;
		font-size: 1rem;
	}
}

@media (max-width:875px) {
	.main-navigation ul > li a {
		padding-right: 15px;
		font-size: .7rem;
	}
}

@media (max-width:695px) {
	.topwide {
		margin-top: -20px;
	}
	
	#hero-desktop {
		display: none;
	}
	
	#hero-mobile {
		display: block;
	}
	
	.main-navigation ul > li a {
		padding-right: 10px;
		font-size: .6rem;
	}
}

.main-small-navigation {
	background: #632c7e;
	position: absolute;
	top: 0;
	height: 60px;
	width: 100%;
}

.main-small-navigation .menu-toggle {
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 1.35rem;
	padding: 2px 20px;
	width: auto;
	float: right;
}

.main-small-navigation .menu-toggle.toggled-on {
	color: #de705b;
}

.main-small-navigation .menu-toggle:before {
	content: '';
	display: inline-block;
	width: 20px;
	height: 16px;
	margin-right: 5px;
	background: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.bucharest.wordcamp.org/files/2019/10/icon-menu.png');
	background-position: top left;
	background-size: 40px 16px;
}

.main-small-navigation .menu-toggle.toggled-on:before {
	background-position: top right;
	background-size: 40px 16px;
}

.main-small-navigation .menu {
	display: none;
	margin-top: 83px;
	margin-top: 61px;
	background-color: rgba(99,46,124,0.97);
}

.main-small-navigation ul {
	text-align: center;
	list-style: none;
	padding: 0 1rem;
}

.main-small-navigation > div > ul > .menu-item {
	margin-bottom: 1rem;
}

.main-small-navigation #menu-menu-1 {
	position: relative;
	top: -23px;
	background: #632c7e;
	text-align: center;
	padding: 1rem 0 .5rem;
}

.main-small-navigation a {
	color: #FFF;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
	display: block;
	padding: .3rem 0;
}

.main-small-navigation ul.sub-menu a {
	font-family: 'Montserrat', sans-serif !important;
	text-transform: initial;
	font-weight: normal;
}

/*--------------------------------------------------------------
# Supporting styles for basic WP functionality
--------------------------------------------------------------*/
/* 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: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: .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. */
}

.assistive-text {
	clip: rect(1px 1px 1px 1px);
/* IE6, IE7 */
	clip: rect(1px,1px,1px,1px);
	position: absolute !important;
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

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

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.entry-content img {
	max-width: 100%;
	height: auto;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: .8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

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

/*--------------------------------------------------------------
# Main styles
--------------------------------------------------------------*/
.vertical-align {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

body {
	margin: 0;
}

footer {
	clear: both;
}

#main,
#footer-widgets {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	overflow: auto;
	background-color: #ffffff;
	margin-top: 30px;
}

@media all and (max-width:1024px) {
	#main,
																																																																																																																								#footer-widgets {
		max-width: 96%;
	}
}

#colophon:before {
	content: '';
	background: #ffffff url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.moscow.wordcamp.org/files/2020/02/msk20-footer.jpg') center top no-repeat;
	display: block;
	height: 360px;
	padding-left: 3em;
	padding-right: 3em;
	background-size: cover;
}

#colophon {
	border: none;
	background-color: #210549;
}

.site-info {
	text-align: center;
	margin: 20px 0;
}

.site-info a {
	color: #ffffff;
}

.site-info a:nth-child(2) {
	padding-left: 30px;
}

#secondary

a.sponsor-logo {
	margin: 0 auto;
	max-width: 240px;
}

#secondary h4.sponsor-level-title {
	text-align: center;
}

/*--------------------------------------------------------------
# Header Hero
--------------------------------------------------------------*/
#masthead {
}

hgroup {
	margin-top: 79px;
	display: none;
}

hgroup h2.site-description {
	display: none;
}

@media (max-width: 616px) {
	hgroup {
		display: block;
		position: absolute;
		top: -4.5em;
		left: .8em;
		z-index: 10;
	}
	
	hgroup .site-title {
		width: 1.5em;
		height: 1.5em;
		background: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.bucharest.wordcamp.org/files/2019/10/mobile-logo.png') no-repeat top left;
		background-size: contain;
		text-indent: -9999em;
		margin: 0;
	}
}

@media (min-width: 617px) {
	#homepage-hero {
		background: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.bucharest.wordcamp.org/files/2019/10/header-mobil.jpg') no-repeat center center;
		background-size: cover;
		margin-bottom: 1em;
		height: 380px;
	}
	
	#homepage-hero:before {
		padding-top: 39%;
	}
	
	#homepage-hero .star.big {
		height: 11%;
		width: 4.3%;
		-ms-transform: rotate(155deg);
	/* IE 9 */
		-webkit-transform: rotate(155deg);
	/* Safari */
		transform: rotate(155deg);
	}
	
	#homepage-hero .star.medium {
		height: 8%;
		width: 3.1%;
		-ms-transform: rotate(125deg);
	/* IE 9 */
		-webkit-transform: rotate(125deg);
	/* Safari */
		transform: rotate(125deg);
	}
	
	#homepage-hero .star.small {
		height: 6%;
		width: 2.35%;
		-ms-transform: rotate(48deg);
	/* IE 9 */
		-webkit-transform: rotate(48deg);
	/* Safari */
		transform: rotate(48deg);
		animation-name: tossing;
		-webkit-animation-name: tossing;
		animation-duration: 25s;
		-webkit-animation-duration: 25s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
	
	#homepage-hero #star1 {
		top: 69%;
		left: 38%;
	}
	
	#homepage-hero #star2 {
		top: 47%;
		left: 58.5%;
	}
	
	#homepage-hero #star3 {
		top: 47.5%;
		left: 38.2%;
	}
	
	#homepage-hero #star4 {
		top: 57.9%;
		left: 54.7%;
	}
	
	#homepage-hero #star5 {
		top: 58.3%;
		left: 35.5%;
	}
	
	#homepage-hero #star6 {
		top: 73.5%;
		left: 57%;
	}
	
	#homepage-hero #star7 {
		top: 35%;
		left: 57.9%;
	}
	
	#homepage-hero #star8 {
		top: 61%;
		left: 40.7%;
	}
}

#text-4 {
	margin-top: -15px;
}

@media screen and (max-width: 782px) {
	#text-4 {
		margin-top: -30px;
	}
}

#homepage-hero {
	margin: 0 0 90px;
	display: flex;
	position: relative;
	background: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.moscow.wordcamp.org/files/2020/03/site-header-bg-5.jpg') no-repeat center center;
	background-size: cover;
	z-index: -1;
	height: 90vh;
	justify-content: center;
	align-items: center;
}

#homepage-hero img {
	width: 250px;
	height: auto;
	position: absolute;
	z-index: 20;
}

/*
#homepage-hero:after {
	display: block;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(254,184,1,0.85);
	z-index: 10;
}
*/
@media screen and (max-width: 616px) {
	#homepage-hero {
		margin-top: 69px;
		display: block;
		position: relative;
		background: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.moscow.wordcamp.org/files/2020/02/site-header-bg.jpg') no-repeat center;
		background-size: cover;
		z-index: -1;
	}
}

@media (max-width: 616px) {
	#homepage-hero {
		margin-top: 38px;
	}
}

#homepage-hero > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -9999em;
}

#hero-unicorn {
	position: absolute;
	top: 5%;
	left: 6%;
	height: 350px;
	width: 1000px;
	animation-name: floating;
	-webkit-animation-name: none;
	animation-duration: 3s;
	-webkit-animation-duration: 3s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	left: 15%;
	margin-top: -5px;
	margin-left: -7%;
	top: 54%;
	left: 50%;
	width: 900px;
	height: 350px;
	margin-top: -175px;
	margin-left: -450px;
}

@media screen and (max-width: 882px) and (min-width: 616px) {
	#hero-unicorn {
		position: absolute;
		top: 65%;
		left: 66%;
		height: 257px;
		width: 646px;
		animation-name: floating;
		-webkit-animation-name: none;
		animation-duration: 3s;
		-webkit-animation-duration: 3s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
}

@media screen and (max-width: 616px) {
	#hero-unicorn {
		display: none;
		position: absolute;
		top: 60%;
		left: 72%;
		height: 140px;
		width: 100px;
		animation-name: none;
		-webkit-animation-name: floating;
		animation-duration: 3s;
		-webkit-animation-duration: 3s;
		animation-iteration-count: infinite;
		-webkit-animation-iteration-count: infinite;
	}
}

#hero-unicorn img {
	display: block;
	width: 100%;
	height: 100%;
	animation-name: tipping;
	-webkit-animation-name: tipping;
	animation-duration: 7.5s;
	-webkit-animation-duration: 7.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes floating {
	0% {
		transform: translateY(0%);
	}
	
	60% {
		transform: translateY(-2%);
	}
	
	100% {
		transform: translateY(0%);
	}
}

@-webkit-keyframes floating {
	0% {
		-webkit-transform: translateY(0%);
	}
	
	60% {
		-webkit-transform: translateY(-2%);
	}
	
	100% {
		-webkit-transform: translateY(0%);
	}
}

@keyframes tipping {
	0% {
		transform: rotate(0deg);
	}
	
	60% {
		transform: rotate(5deg);
	}
	
	100% {
		transform: rotate(0deg);
	}
}

@-webkit-keyframes tipping {
	0% {
		-webkit-transform: rotate(0deg);
	}
	
	60% {
		-webkit-transform: rotate(5deg);
	}
	
	100% {
		-webkit-transform: rotate(0deg);
	}
}

#homepage-hero .star {
	position: absolute;
}

#homepage-hero .star img {
	display: block;
	width: 100%;
	height: 100%;
}

#homepage-hero .star.big {
	height: 8%;
	width: 8%;
	-ms-transform: rotate(55deg);
/* IE 9 */
	-webkit-transform: rotate(55deg);
/* Safari */
	transform: rotate(55deg);
}

#homepage-hero .star.medium {
	height: 6%;
	width: 6%;
	-ms-transform: rotate(25deg);
/* IE 9 */
	-webkit-transform: rotate(25deg);
/* Safari */
	transform: rotate(25deg);
	animation-name: tipping;
	-webkit-animation-name: tipping;
	animation-duration: 4s;
	-webkit-animation-duration: 4s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

#homepage-hero .star.small {
	height: 4%;
	width: 4%;
	-ms-transform: rotate(18deg);
/* IE 9 */
	-webkit-transform: rotate(18deg);
/* Safari */
	transform: rotate(18deg);
	animation-name: tossing;
	-webkit-animation-name: tossing;
	animation-duration: 25s;
	-webkit-animation-duration: 25s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

#homepage-hero #star1 {
	top: 39%;
	left: 28%;
}

#homepage-hero #star2 {
	top: 22.5%;
	left: 68.5%;
}

#homepage-hero #star3 {
	top: 20%;
	left: 26%;
}

#homepage-hero #star4 {
	top: 32%;
	left: 61%;
}

#homepage-hero #star5 {
	top: 31%;
	left: 23%;
}

#homepage-hero #star6 {
	top: 40%;
	left: 66%;
}

#homepage-hero #star7 {
	top: 13%;
	left: 67%;
}

#homepage-hero #star8 {
	top: 33%;
	left: 31.5%;
}

@keyframes tossing {
	0% {
		transform: rotate(20deg);
	}
	
	50% {
		transform: rotate(180deg);
	}
	
	100% {
		transform: rotate(20deg);
	}
}

@-webkit-keyframes tossing {
	0% {
		-webkit-transform: rotate(20deg);
	}
	
	50% {
		-webkit-transform: rotate(180deg);
	}
	
	100% {
		-webkit-transform: rotate(20deg);
	}
}

#inside-hero {
	margin-top: 60px;
}

/*--------------------------------------------------------------
# Columns
--------------------------------------------------------------*/
#before-content-widgets:after {
	display: table;
	width: 100%;
	clear: both;
	content: ' ';
}

#primary, #secondary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	float: left;
	width: 64%;
	margin-right: 2%;
}

#secondary {
	float: right;
	width: 34%;
	margin-right: 0;
	padding: 0 0 0 2%;
	border-left: 1px solid #eaeaea;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.footer-widgets-block {
	box-sizing: border-box;
	padding: 15px 30px 30px;
	border-top: 1px solid #eaeaea;
}

#footer-widgets {
	overflow: auto;
}

@media screen and (min-width: 769px) {
	#footer-widget-1 {
		padding-left: 15px;
	}
	
	#footer-widget-3 {
		padding-right: 15px;
	}
	
	.footer-widgets-block {
		width: 33%;
		float: left;
	}
}

input[type="text"], input[type="email"], textarea {
	background: #ffffff;
	border: solid 1px #3a231f;
	padding: .4rem 1rem;
}

textarea {
	max-width: 100%;
	max-width: calc(100% - 1.2rem);
}

#searchform {
	padding: 0;
	width: 100%;
}

#searchform #s {
	padding: 5px;
	width: calc(100% - 135px - 2%);
	margin-right: 2%;
}

#searchform #searchsubmit {
	width: 130px;
}

#custom_html-4 {
	background-color: #ffdab8;
	padding: 2%;
	margin-bottom: 2%;
	width: calc(96%/3);
	float: left;
	text-align: center;
	outline: 3px solid #ffaea7;
	outline-offset: -7px;
}

#custom_html-5 {
	background-color: #fbc172;
	padding: 2%;
	margin-bottom: 2%;
	margin-right: 2%;
	margin-left: 2%;
	float: left;
	width: calc(96%/3);
	text-align: center;
	outline: 3px solid #f9e3c6;
	outline-offset: -7px;
}

#custom_html-6 {
	background-color: #d2c2dc;
	padding: 2%;
	margin-bottom: 2%;
	width: calc(96%/3);
	float: right;
	text-align: center;
	outline: 3px solid #e6d6f3;
	outline-offset: -7px;
}

@media only screen and (max-width: 768px) {
	#custom_html-4 {
		background-color: #ee8076;
		padding: 1em;
		width: 100%;
		float: left;
		text-align: center;
		margin-bottom: -3%;
	}
	
	#custom_html-5 {
		background-color: #fbc172;
		padding: 1em;
		margin-bottom: 20px;
		width: 92%;
		float: left;
		margin-right: 1%;
		border: 10px solid #ffffff;
		text-align: center;
		margin-top: 3%;
	}
	
	#custom_html-6 {
		background-color: #d2c2dc;
		padding: 1em;
		margin-bottom: 5%;
		width: 92%;
		border: 10px solid #ffffff;
		text-align: center;
	}
}

@media only screen and (min-width: 768px) {
	
}

i.fa.fa-calendar {
	color: #f9e3c6;
	font-size: 10.6em;
}

i.fa.fa-glass {
	color: #e6d6f3;
	font-size: 10.6em;
}

.button--white:hover, .button--white:focus, .button--white:active {
	border-bottom-color: #fff;
}

.button--white:hover, .button--white--small:hover, .button--white:focus, .button--white--small:focus, .button--white:active, .button--white--small:active {
	background: #fff;
	color: #2a0046 !important;
}

.button--white:hover {
	border: 2px solid #ffffff;
}

.button--white, .button--white--small {
	border-color: #fff;
	color: #fff;
}

.button--white {
	background: #de715b;
	border: 2px solid #de715b;
	cursor: pointer;
	display: inline-block;
	font-family: "Montserrat", "Helvetica", "Arial", sans-serif;
	font-weight: 600;
	padding: .3em .8em;
	position: relative;
	color: #ffffff !important;
}

a {
	text-decoration: none !important;
}

#eu-cookie-law input, #eu-cookie-law input:focus, #eu-cookie-law input:hover {
	background: #632b7e;
}

.btn,
input[type="submit"],
button[name="jetpack_subscriptions_widget"] {
	display: inline-block;
	margin: .5em 0;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	background: #16a238;
	color: #fff !important;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	padding-bottom: 7px;
	font-size: 1.1em;
	border: 0;
	border-radius: 0;
	cursor: pointer;
}

.btn:focus,
.btn:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	color: #fff;
	background: linear-gradient(124deg,#de705b,#ffdd15,#f6a964,#ed6678,#632c7e,#632c7e);
	background-size: 1800% 1800%;
	-webkit-animation: rainbow 15s ease infinite;
	-o-animation: rainbow 15s ease infinite;
	animation: rainbow 15s ease infinite;
}

@-webkit-keyframes rainbow {
	0% {
		background-position: 0 82%;
	}
	
	50% {
		background-position: 100% 19%;
	}
	
	100% {
		background-position: 0 82%;
	}
}

@-moz-keyframes rainbow {
	0% {
		background-position: 0 82%;
	}
	
	50% {
		background-position: 100% 19%;
	}
	
	100% {
		background-position: 0 82%;
	}
}

@-o-keyframes rainbow {
	0% {
		background-position: 0 82%;
	}
	
	50% {
		background-position: 100% 19%;
	}
	
	100% {
		background-position: 0 82%;
	}
}

@keyframes rainbow {
	0% {
		background-position: 0 82%;
	}
	
	50% {
		background-position: 100% 19%;
	}
	
	100% {
		background-position: 0 82%;
	}
}

/*--------------------------------------------------------------
# Tickets
--------------------------------------------------------------*/
body.admin-bar #tix  {
	padding-top:  5px;
}

table.tix_tickets_table {
	font-family: 'Montserrat', sans-serif;
	line-height: 1.6;
	border: 1px solid #eccd94;
	border-collapse: collapse;
	margin: 0;
	padding: 0;
	width: 100%;
	table-layout: fixed;
	color: #3a231f;
	font-weight: 500;
	-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
	font-style: inherit;
}

table.tix_tickets_table tr {
	background: #ffffff;
	border-bottom: 8px solid #ffffff;
	padding: .35em;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-top: 1px solid #f4f4f4;
}

table.tix_tickets_table th {
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 2em;
	padding-bottom: 2em;
	text-align: center;
}

table.tix_tickets_table td {
	padding-left: .5em;
	padding-right: .5em;
	padding-top: 1em;
	padding-bottom: 1em;
	text-align: center;
}

.tix-ticket-excerpt {
	line-height: 1.3em;
	text-transform: initial;
	font-size: 1.2em;
	font-weight: 400;
}

table.tix_tickets_table th {
	line-height: .8;
	letter-spacing: .1em;
	text-transform: uppercase;
}

.tix_tickets_table .tix-column-description {
	text-align: left;
	width: 50%;
}

.tix-column-description {
	background-color: #e6e2e8;
	border: 1px solid #ecdfec;
	font-size: .7em;
}

.tix-column-price {
	border: 1px solid #ecdfec;
	font-size: 1em;
}

.tix-column-remaining {
	border: 1px solid #ecdfec;
	font-size: 1em;
}

.tix-column-quantity {
	font-size: .7em;
}

.tix_tickets_table th {
	background: #de6f5b;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
	font-weight: 500;
}

.tix_tickets_table .tix-ticket-title {
	font-size: 1.3em;
	line-height: 1.7em;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight: 800;
	font-style: inherit;
	color: #ffffff !important;
}

@media screen and (max-width: 600px) {
	table.tix_tickets_table {
		border: 0;
		box-shadow: none;
	}
	
	table.tix_tickets_table caption {
		font-size: 1.3em;
	}
	
	table.tix_tickets_table thead {
		border: none;
		clip: rect(0 0 0 0);
		height: 1px;
		margin: -1px;
		overflow: hidden;
		padding: 0;
		position: absolute;
		width: 0;
	}
	
	table.tix_tickets_table tr {
		-webkit-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
		-moz-box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
		box-shadow: 0 3px 3px 0 rgba(0,0,0,0.1);
		display: block;
		margin-bottom: 2em;
	}
	
	table.tix_tickets_table td {
		border-bottom: 3px solid #e5e4b7;
		display: block;
		font-size: .8em;
		text-align: center;
	}
	
	.tix_tickets_table .tix-column-description {
		width: auto;
	}
	
	table.tix_tickets_table td:nth-child(2),
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																	 table.tix_tickets_table td:nth-child(3),
																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																																	 table.tix_tickets_table td:nth-child(4) {
		text-align: right;
	}
	
	@media (min-width: 601px) {
	table.tix_tickets_table td:nth-child(2):before {
		content: 'Price: ';
		float: left;
		margin-right: 4px;
		font-weight: 900;
	}
}

table.tix_tickets_table td:nth-child(3):before {
	content: 'Remaining Tickets: ';
	float: left;
	margin-right: 4px;
	font-weight: 900;
}

table.tix_tickets_table td:last-child {
	border-bottom: 0;
}	
}

/*--------------------------------------------------------------
# Schedule
--------------------------------------------------------------*/
tr.wcpt-time-0900.global-session.registrazioni {
	background-color: #b897c7;
	color: #ffffff;
}

tr.wcpt-time-0945.global-session.benvenuto-e-introduzione {
	background-color: #b897c7;
	color: #ffffff;
}

tr.wcpt-time-1300.global-session.pranzo {
	background-color: #b897c7;
	color: #ffffff;
}

tr.wcpt-time-1815.global-session.chiusura-e-saluti {
	background-color: #b897c7;
	color: #ffffff;
}

td.wcb-track-track-1.wcb-track-track-2.wcpt-session-type-custom.wcb-session-registrazioni {
	text-align: center;
	text-transform: uppercase;
}

td.wcb-track-track-1.wcb-track-track-2.wcpt-session-type-custom.wcb-session-benvenuto-e-introduzione {
	text-align: center;
	text-transform: uppercase;
}

td.wcb-track-track-1.wcb-track-track-2.wcpt-session-type-custom.wcb-session-pranzo {
	text-align: center;
	text-transform: uppercase;
}

td.wcb-track-track-1.wcb-track-track-2.wcpt-session-type-custom.wcb-session-chiusura-della-giornata {
	text-align: center;
	text-transform: uppercase;
}

.wcb-track-track-1 .wcb-track-track-2 .wcpt-session-type-custom .wcb-session-registrazioni {
	text-align: center;
}

tr.wcpt-time-1930.global-session.afterparty {
	background-color: #b897c7;
	color: #e0ff6e;
}

td.wcb-track-track-1.wcb-track-track-2.wcpt-session-type-custom.wcb-session-afterparty {
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 600;
}

.wcpt-time-1200 {
	background-color: #ffffff;
}

.wcpt-time-1215 {
	background-color: #ffffff;
	color: #f4f4f4;
}

.wcpt-time-1230 {
	background-color: #ffffff;
	color: #f4f4f4;
}

.wcpt-time-1245 {
	background-color: #ffffff;
	color: #f4f4f4;
}

table.wcpt-schedule {
	background-color: white;
	margin-bottom: 2em;
	padding: 2px;
}

table.wcpt-schedule thead {
	font-family: 'Montserrat', sans-serif;
	text-transform: uppercase;
	background-color: #de705b;
	border-right: 1px solid #de705b;
	border-left: 1px solid #de705b;
	color: #fff;
	display: table-header-group;
	text-align: left;
	font-size: 1.1em;
}

th.wcpt-col-time {
	padding: .8em;
}

th.wcpt-col-track {
	padding: .5em .8em;
}

table.wcpt-schedule td {
	vertical-align: top;
	padding: .5em 1em .5em .5em;
	text-align: left;
	border-right: 1px solid #f4f4f4;
	border-left: 1px solid #f4f4f4;
	border-bottom: 4px solid #f4f4f4;
	padding-bottom: 10px;
}

table.wcpt-schedule td.wcb-track-one {
	background-color: #f0faff;
	padding: .5em;
}

table.wcpt-schedule td.wcb-track-two {
	background-color: #fff0fa;
	padding: .5em;
}

table.wcpt-schedule td.wcb-track-one.wcb-track-two {
	background-color: #fff;
	padding: .5em;
}

table.wcpt-schedule .wcpt-session-speakers {
	display: block;
	font-style: italic;
}

table.wcpt-schedule .wcpt-session-speakers:before {
	content: '- ';
}

/*--------------------------------------------------------------
# Speakers
--------------------------------------------------------------*/
.speak {
	margin-top: 1%;
	font-size: 16px;
	background-color: #ffffff;
	padding: 5px;
	border: 0 solid #ececec;
	color: #421b37;
	margin-bottom: 10px;
	margin-left: 160px;
}

.speakdue {
	margin-top: -82px;
	font-size: 16px;
	background-color: #ffffff;
	padding: 5px;
	border: 0 solid #ececec;
	color: #421b37;
	margin-bottom: 80px;
	margin-left: 120px;
}

.speaksession {
	margin-top: 1%;
	font-size: 16px;
	background-color: #ffffff;
	padding: 5px;
	border: 0 solid #ececec;
	color: #421b37;
	margin-bottom: 10px;
	margin-left: 1px;
}

.wcb_track-track-1 {
	margin-top: 1%;
	font-size: 16px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ececec;
	color: #421b37;
	margin-bottom: 10px;
	margin-left: 1px;
}

#session-speaker-names {
	margin-left: -33px;
	font-size: 25px;
}

h2.session-speakers {
	margin-left: 5px;
	padding-top: 25px;
	font-size: 25px;
	border-top: 1px solid #ececec;
}

.wcb_track-track-2 {
	margin-top: 1%;
	font-size: 16px;
	background-color: #ffffff;
	padding: 5px;
	border: 1px solid #ececec;
	color: #421b37;
	margin-bottom: 10px;
	margin-left: 1px;
}

.wcorg-speaker-description {
	background-color: #ffffff;
	padding: 5px;
	border-bottom: 4px solid #ececec;
	margin-top: -8px;
}

.wcorg-speaker h2 {
	background-color: #ffffff;
	padding: 5px;
	border: 0 solid #ececec;
	color: #de705b;
	margin-bottom: 10px;
}

.wcb_speaker .entry-header {
	padding-bottom: 1em;
	border-bottom: 3px solid #f4f4f4;
	margin-bottom: 2em;
	background-color: #ffffff;
}

.wcorg-speaker-description .avatar {
	float: left;
	margin: 0 1em 1em 0;
	width: 20%;
}

body.wcb_speaker-template-default article .entry-meta {
	display: none;
}

body.wcb_speaker-template-default article {
	padding-bottom: 1em;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2em;
	background-color: #ffffff;
	border-top: 1px solid #e5e5e5;
}

body.wcb_speaker-template-default .nav-prev {
	float: left;
}

body.wcb_speaker-template-default .nav-next {
	float: right;
}

h2.speaker-sessions {
	padding-top: 20px;
	padding-left: 20px;
	border-top: 2px solid #f4f4f4;
	margin-bottom: 20px;
	background-color: #ffffff;
}

ul#speaker-session-names {
	padding-top: 5px;
	padding-left: 20px;
	margin-bottom: 20px;
	background-color: #ffffff;
}

img#grav-44d02b3761a1c16a6f9d0f7a27ec7201-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-061a5ea96ba4fa899ea62723ea7a8740-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-f544b6877fb5fb6c94e73d79d2136bac-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-c5b5d53533dd120bb3a3a878d77907b1-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-f25d1cdcc937547ec05491f6c4f5943c-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-64aab295de3cac1a0bf913c72cde8e60-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-827b1be6c2c2b7158646f797d4e738d9-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-63072d63737b15c13d86922acddc1936-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-30501512cba5ab6535d1ba43d7b68608-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-c33a182d56a5e94bd1ff12feb3ca3d0b-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-fb0d67fe7d7e289fd2bd84b1914cd64d-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-d8e619be57b5e9f45a8e862c1f2a4996-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-5aeb6922d73e279f330c9b287aa9979c-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-26b2753ac210fb9615c210a708c470a0-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-1ca5a73d98fe3eb040f20372b06d0f3e-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-063ecd2313bab1b1d8f2d694b5f73ea4-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-881974f02146ea0b239f9b6d96a57b6d-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-d13510fbc034f10add275b764b08392e-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-5b41bf45d0c1121d0b5bdfd2510f1600-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-67d793dce9a1f1e4f58a6f22ba74d9b3-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-82ce5830830bc458b2107f24f83ab448-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

/*--------------------------------------------------------------
# Sessions
--------------------------------------------------------------*/
.wcorg-sessions > .wcorg-session {
	padding-bottom: 1em;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 2.2em;
}

/*--------------------------------------------------------------
# PERSONALIZZAZIONE VERONA
--------------------------------------------------------------*/
@media screen and (max-width: 600px) {
	.biglietto a {
		height: 30px !important;
	}
	
	.main-small-navigation > div > ul > .menu-item {
		margin-bottom: 1rem;
		margin-left: 25px;
	}
}

.biglietto a {
	background-color: #de715b;
	height: 0;
}

.biglietto a:hover {
	background-color: #de715b;
	color: #ffffff !important;
}

.articolo {
	padding-bottom: 2em;
	border-bottom: 0 solid #de715b;
	margin-bottom: 2em;
	background-color: #ffffff;
	padding: 10px;
	border-top: 0 solid #de715b;
}

.entry-header {
	background-color: #ffffff;
	border-bottom: 0 solid #de715b;
	padding: 10px;
	border-top: 0 solid #de715b;
}

img#grav-1da86d8f267e7dea96115a3b0536789a-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-d3997e97addccc6f52f9bd752f798b05-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-3e4f97ae04a1323eb92199de1a72aaea-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-a2f980e698e551db3fec37e97894325e-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-42da31cb1298348b2e1f2c726c243a60-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-1dd849e17a3ef60dd9be13ffbe1d666a-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

img#grav-9f5085db3de673144ac5ddd5c85c592a-0 {
	border-radius: 50% !important;
	float: left;
	width: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
	margin-bottom: 2%;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
	#masthead  {
		margin-bottom:  -4rem;
	}
}

#homepage-verona {
	margin-top: 63px;
	display: block;
	position: relative;
	background: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.bucharest.wordcamp.org/files/2019/10/basso.jpg') no-repeat center top;
	background-size: cover;
	z-index: -1;
	margin-bottom: 30px;
}

#homepage-verona:before {
	display: block;
	content: "";
	width: 100%;
	padding-top: 21%;
}

#homepage-verona > .content {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	text-indent: -9999em;
}

@media screen and (max-width: 616px) {
	#homepage-verona {
		margin-top: 69px;
		display: block;
		position: relative;
		background: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.bucharest.wordcamp.org/files/2019/10/header-mobil.jpg') no-repeat top center;
		background-size: cover;
		z-index: -1;
	}
}

@media (max-width: 616px) {
	#homepage-verona {
		margin-top: 38px;
	}
}

@media (max-width: 616px) {
	#homepage-verona:before {
		display: block;
		content: "";
		width: 100%;
		padding-top: 100%;
	}
}

#contact-form-17 {
	background-color: #ffffff;
	padding: 10px;
	border: solid 1px #ececec;
	border-bottom: solid 5px #ececec;
}

.confit-address {
	display: none;
}

#recent-posts-3 {
	background-color: transparent;
	padding-right: 5%;
	padding-left: 5%;
	padding-bottom: 1%;
	border: 0;
}

.bloccofooter {
	background-color: #fbfbfb !important;
	padding-top: 5px !important;
	padding-left: 5px !important;
	padding-right: 5px !important;
	padding-bottom: 5px !important;
}

#secondary h1, #footer-widgets h1 {
	padding-top: 2%;
	font-size: 1.3em;
	color: #de705b;
}

.wcorg-organizer-description {
	background-color: #ffffff;
	padding: 5px;
	border-bottom: 4px solid #ececec;
	margin-top: -8px;
}

.wcorg-organizer h2 {
	background-color: #ffffff;
	padding: 5px;
	border: 0 solid #ececec;
	color: #de705b;
	margin-bottom: 10px;
}

.wcorg-organizer p {
	font-size: 14px;
	color: #3c3b3b;
}

.organizzatori {
	margin-bottom: 3%;
	margin-top: 1%;
	margin-left: 23%;
	font-size: 14px;
	color: #3c3b3b;
}

.menu-item-196 {
	background-color: #de715b;
	width: 8%;
	padding-left: 1%;
	margin-left: 50px;
	height: 75px;
}

.tickethover a:hover {
	color: #2a0046 !important;
}

body.blog article {
	border-bottom: 0 solid #de715b;
	margin-bottom: 2em;
	background-color: #ffffff;
	padding: 0;
	border-top: 5px solid #de715b;
}

.widget_search {
	background-color: #fff;
	padding-top: 2%;
	border-top: solid 5px #de715b;
}

.widget_twitter_timeline {
	background-color: #fff;
	padding-bottom: 2%;
	border-top: solid 5px #de715b;
}

ul {
	margin-left: -20px;
}

aside#text-3.widget.widget_text {
	margin-top: auto;
}

.wcpt-session-speakers a {
	color: #FA03FD;
}

.entry-header {
	padding: 0;
	line-height: 28px;
}

.widget h1 {
	font-family: Raleway, 'Montserrat', sans-serif;
	line-height: 1.75rem;
	font-size: 24px;
	text-transform: uppercase;
}

#before-content-widgets .textwidget p:first-of-type {
	font-size: 13px;
}

.textwidget img {
	max-width: 100%;
}

.wide-button {
	width: 100%;
}

#secondary .widget {
	padding-left: 0;
	padding-right: 0;
}

#secondary .widget .widget-title, #secondary .widget .widget-title a {
	background-color: #d2c2dc;
	color: #000;
	padding: 2%;
	margin: 0;
}

#secondary .widget .widget-title a {
	font-weight: bold;
}

#secondary .widget {
	padding-bottom: 2%;
	margin-bottom: 2%;
}

#secondary .widget p {
	margin: 0;
}

#secondary .textwidget.custom-html-widget,
#secondary .widget ul,
#secondary .widget_facebook_likebox .fb_iframe_widget,
#secondary #subscribe-blog-blog_subscription-2 {
	padding: 2%;
	background-color: #F4F4F4;
	border: 1px solid #EEE;
}

#secondary .widget_facebook_likebox .fb_iframe_widget {
	width: 100%;
	max-width: 100%;
}

#secondary .widget ul {
	margin: 0;
}

#secondary .widget ul li {
	margin-left: 5%;
}

#secondary #subscribe-blog-blog_subscription-2:after {
	display: table;
	width: 100%;
	clear: both;
	content: ' ';
}

#secondary #subscribe-email {
	width: calc(100% - 120px - 2%);
	margin-right: 2%;
	float: left;
}

#secondary #subscribe-submit {
	width: 120px;
	float: right;
}

#secondary #subscribe-field-blog_subscription-2 {
	width: 100%;
}

button[name="jetpack_subscriptions_widget"] {
	width: 120px;
	margin: 0;
}

#secondary input[type="submit"] {
	margin-bottom: 0;
}

.jetpack-social-widget-item {
	margin-left: 0 !important;
	width: 32%;
	text-align: center;
}

.jetpack_widget_social_icons a {
	display: inline-block;
}

@media all and (max-width:768px) {
	#main {
		max-width: 70%;
	}
	
	.main-small-navigation, hgroup {
		top: 0;
		position: fixed;
		z-index: 1000;
	}
	
	.admin-bar .main-small-navigation {
		top: 46px;
	}
	
	hgroup {
		top: -70px;
		z-index: 1100;
	}
	
	.admin-bar hgroup {
		top: -25px;
	}
	
	#before-content-widgets .widget_custom_html,
																																																																																																																						#primary, #secondary {
		width: 100%;
		float: none;
		clear: both;
	}
	
	#secondary {
		padding: 0;
		border: 0;
	}
	
	#before-content-widgets .widget_custom_html {
		margin-left: 0;
		margin-right: 0;
		border: 0;
	}
	
	#custom_html-5 {
		margin-top: 7%;
	}
}

@media all and (max-width:768px) {
	#main {
		max-width: 90%;
		padding: 0 15px;
	}
}

#contact-form-5, #commentform {
	background: #CCC;
	padding: 20px;
}

#commentform label {
	display: block;
	font-weight: bold;
}

#commentform .comment-form-cookies-consent label {
	display: inline-block;
}

#contact-form-5 textarea, #commentform
textarea {
	max-width: 100%;
	width: 100%;
}

/* WordCamp Moscow 2020 CSS */
.sponsor-platinum {
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	margin: 6px;
	width: 300px;
	height: 300px;
	background-color: #f1f1f1;
	border-radius: 5px;
	box-shadow: 0 3px 5px #cecece;
	padding: 15px;
}

.sponsor-gold {
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	margin: 6px;
	width: 200px;
	height: 200px;
	background-color: #f1f1f1;
	border-radius: 5px;
	box-shadow: 0 3px 5px #cecece;
	padding: 15px;
}

.sponsor-silver {
	display: flex;
	flex-direction: column;
	justify-content: center;
	float: left;
	margin: 6px;
	width: 150px;
	height: 150px;
	background-color: #f1f1f1;
	border-radius: 5px;
	box-shadow: 0 3px 5px #cecece;
	padding: 15px;
}

.blog.page-slug-blog {
	padding-top: 60px;
}

#main {
	display: flex;
	flex-wrap: wrap;
	max-width: 100%;
	margin: 20px 0 0;
	overflow: hidden;
	background-color: #fff;
	justify-content: center;
}

#primary {
	width: 768px;
}

#secondary {
	width: 408px;
}

@media (max-width: 768px) {
	#primary {
		width: 100%;
	}
	
	#secondary {
		width: 100%;
	}
}

.header-banner img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
}

.entry-content h2 {
	margin-bottom: 20px;
	font-size: 24px;
	line-height: 38px;
}

/* Баннер хештег */
.hashtagBanner {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	flex-wrap: wrap;
	background: #FEB801;
	color: #000;
	align-items: center;
	justify-content: center;
	height: 200px;
	border-top: 5px solid #de715b;
}

.hashtagBanner-title {
	font-size: 42px;
	margin: 6px 0;
	line-height: 1;
}

@media all and (max-width:768px) {
	.hashtagBanner-title {
		font-size: 34px;
	}
}

#custom_html-4 {
	padding: 0 !important;
	width: 100%;
	outline: 0 solid #ffaea7;
	outline-offset: 0;
	margin-bottom: 30px !important;
}

#secondary .textwidget.custom-html-widget, #secondary .widget ul, #secondary .widget_facebook_likebox .fb_iframe_widget, #secondary #subscribe-blog-blog_subscription-2 {
	padding: 0;
	background-color: #F4F4F4;
	border: 0 solid #EEE;
}

#custom_html-5 {
	padding: 0 !important;
	width: 100%;
	outline: 0 solid #ffaea7;
	outline-offset: 0;
	margin-bottom: 30px !important;
	margin: 0 0 30px;
}

.subscribeBanner {
	display: flex;
	flex-direction: column;
	width: 100% !important;
	background: #FEB801;
	color: #000;
	align-items: center;
	justify-content: center;
	height: 200px;
	border-top: 5px solid #de715b;
	padding: 10px;
}

.subscribeBanner-text {
	font-size: 24px;
	line-height: 32px;
	margin: 6px 0 12px;
}

.subscribeBanner-button {
	font-size: 20px;
	font-weight: bold;
	color: #fff !important;
	background: #de715b;
	padding: 8px 18px;
	border-radius: 5px;
}

.entry-title {
	margin-top: 1.1em;
	font-size: 2.2em;
	line-height: 1.2;
}

.entry-meta {
	color: #aaa;
	transform: translatey(-15px);
}

.entry-content {
	margin-top: 10px;
}

.entry-meta a {
	color: #aaa;
}

.single {
}

.single .site-header {
	margin-bottom: 15px;
	background: #feb801;
/*     border-bottom: 4px solid #de715b; */
}

.single .main-navigation, .page .main-navigation {
	position: relative;
	background-image: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.moscow.wordcamp.org/files/2020/03/site-header-small-scaled.jpg');
	background-size: auto 100%;
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #F67B2D;
	padding: 0 100px;
}

.admin-bar.single .main-navigation, .admin-bar.page .main-navigation {
	top: 0;
}

.single #main {
	margin: 0;
}

/* моб.версия */
@media (max-width:616px) {
	#homepage-hero img {
		width: 200px;
		left: 50%;
		top: 50%;
		transform: translate(-50%,-50%);
	}
	
	#homepage-hero {
		height: 50vh !important;
	}
	
	#primary {
		margin-right: 0;
	}
	
	body.blog article {
		padding: 15px;
	}
	
	.entry-title {
		margin-top: 0;
		font-size: 1.5em;
		line-height: 1.3;
	}
	
	.entry-content h2 {
		margin-bottom: 20px;
		font-size: 1.2em;
		line-height: 1.3;
	}
	
	.single .site-content {
		margin-top: 90px;
		padding: 0 15px 15px !important;
	}
}

/*=== mission Status ===*/
.mission-status {
	background: purple;
	color: #fff;
	padding: 30px 30px 30px 50px;
	margin: 0;
	font-size: 120%;
}

.mission-status li {
	margin: 0 0 10px;
}

.mission-status li.done {
	color: yellow;
	list-style-image: url('http://wayback.fauppsala.se:80/wayback/20201102222238/https://2020.moscow.wordcamp.org/files/2020/01/check-yes.png');
}

/*==== single post edits ===*/
.site-content h3 {
	font-weight: bold;
	text-transform: none;
	line-height: 1.5;
	font-size: 130%;
	margin-bottom: 30px;
	opacity: .8;
}

#custom_html-3 {
	display: none;
}





/*
     FILE ARCHIVED ON 22:22:38 Nov 2, 2020 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 3:11:05 Aug 15, 2025.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
