html,body {
	font-family: 'Titillium Web', sans-serif;
	font-size: 21px;
	line-height: 1.4;
	color: #727272;
}

h1,h2,h3 {
	font-family: 'Gloria Hallelujah', cursive;
	color: #f32d3e;
}

h1 {
	font-size: 2.5rem;
	text-transform: uppercase;
}

@media all and (max-width: 425px) {
	h1 {
		font-size: 1.5rem;
	}
}

h2 {
	font-size: 2.2rem;
	text-transform: uppercase;
	letter-spacing: -2px;
	padding-top: 1em;
}

@media all and (max-width: 425px) {
	h2 {
		font-size: 1.3rem;
	}
}

.home.blog h2 {
	font-size: 1.4rem;
}

h3 {
	font-size: 1.8rem;
	text-transform: uppercase;
}

@media all and (max-width: 425px) {
	h3 {
		font-size: 1.15rem;
	}
}

li h3 {
	font-size: 1.375rem;
	text-align: left;
	font-family: 'Titillium Web', sans-serif;
	text-transform: none;
}

strong {
	font-weight: 600;
	color: #f32d3e;
}

* {
	transition: all .25s ease-in-out !important;
}

@media screen and (min-width: 48em) {
	.twentyseventeen-front-page.has-header-image .custom-header-media,.twentyseventeen-front-page.has-header-video .custom-header-media,.home.blog.has-header-image .custom-header-media,.home.blog.has-header-video .custom-header-media {
		height: 80vh;
	}
	
	.admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media,.admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media,.admin-bar.home.blog.has-header-image .custom-header-media,.admin-bar.home.blog.has-header-video .custom-header-media {
		height: calc(80vh - 32px);
	}
}

.custom-header-media {
	background: url('https://2018.bari.wordcamp.org/files/2017/11/featured-bg-2.jpg');
	background-attachment: fixed;
}

.custom-header-media:before {
	display: none;
}

.custom-header-media .wp-custom-header img {
	display: none;
}

.site-branding {
	margin-bottom: 72px !important;
	margin: 0 !important;
	height: 100% !important;
	display: flex !important;
	align-items: center !important;
}

.site-branding .wrap {
	background-color: white;
	border-radius: 100%;
	padding: 6% 10%;
}

.site-branding .wrap .custom-logo-link {
	padding: 0;
}

.site-branding .wrap .custom-logo-link:hover {
	opacity: 1;
	transform: rotate(-5deg) scale(1.05);
}

.site-branding .wrap .custom-logo-link img {
	max-height: 100% !important;
}

.site-branding .wrap .site-branding-text .site-description {
	display: none;
}

.navigation-top {
	background-color: #00b9ed;
	font-size: 20px;
}

.navigation-top .wrap {
	padding-top: 0;
	padding-bottom: 0;
}

@media screen and (min-width: 48em) {
	.navigation-top .wrap #site-navigation {
		display: flex;
		justify-content: center;
	}
}

.navigation-top .menu-main-container {
	background-color: #00b9ed;
}

.navigation-top .menu-main-container #top-menu {
	background-color: #00b9ed;
}

.navigation-top .menu-main-container #top-menu .menu-item a {
	color: #fff;
	text-transform: uppercase;
	text-align: center;
}

.navigation-top .menu-main-container #top-menu .menu-item a:hover {
	background-color: #0c91de;
}

.navigation-top .menu-main-container #top-menu .menu-item.current-menu-item>a {
	color: white;
	background-color: #0c91de;
}

.navigation-top .menu-main-container #top-menu .menu-item.ticket-menu a {
	padding: .4em 1.25em;
	background-color: #FF7F00;
	border-radius: 100px;
	text-transform: none;
}

.navigation-top .menu-main-container #top-menu .menu-item.ticket-menu a:hover {
	background-color: #ffb400;
}

.navigation-top .menu-scroll-down {
	top: 0 !important;
	background-color: rgba(255,255,255,0.5);
}

@media (min-width: 769px) {
	.navigation-top .menu-main-container #top-menu .menu-item.ticket-menu {
		margin-left: 4rem;
	}
}

#colophon {
	border: none;
	background-color: #0082C7;
}

#colophon:before {
	content: '';
	background: white url('https://2018.bari.wordcamp.org/files/2017/11/footer-img_Tavola-disegno-1.png') center bottom no-repeat;
	display: block;
	height: 85px;
	padding-left: 3em;
	padding-right: 3em;
}

@media all and (min-width: 769px) {
	#colophon>.wrap {
		display: flex;
		align-items: flex-start;
	}
}

#colophon>.wrap .widget-area {
	padding: 0;
	margin: 0;
}

#colophon>.wrap .widget-area .footer-widget-1 {
	width: 100%;
}

#colophon>.wrap .widget-area .footer-widget-1 .widget_custom_html {
	margin-bottom: 0;
	text-align: center;
}

#colophon>.wrap .widget-area .footer-widget-1 .widget_custom_html .widget-title {
	font-family: 'Titillium Web', sans-serif;
	text-transform: none;
	color: white;
	font-size: 18px;
	font-weight: normal;
}

#colophon>.wrap .widget-area .footer-widget-1 .widget_custom_html .custom-html-widget {
	display: flex;
	justify-content: center;
}

#colophon>.wrap .widget-area .footer-widget-1 .widget_custom_html .custom-html-widget a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	width: 40px;
	text-decoration: none;
	border: 1px solid white;
	color: white;
	border-radius: 100%;
	box-shadow: none;
	margin-right: 10px;
}

#colophon>.wrap .widget-area .footer-widget-1 .widget_custom_html .custom-html-widget a:last-child {
	margin-right: 0;
}

#colophon>.wrap .widget-area .footer-widget-1 .widget_custom_html .custom-html-widget a:hover {
	color: #ffb400;
	border-color: #ffb400;
	box-shadow: none;
}

#colophon>.wrap .site-info {
	padding: 0;
	margin: 0;
	text-align: center;
	color: white;
}

@media all and (min-width: 769px) {
	#colophon>.wrap .site-info {
		width: 50%;
	}
}

#colophon>.wrap .site-info a {
	font-size: 18px;
	color: white;
}

#colophon>.wrap .site-info a:hover {
	color: #ffb400;
	box-shadow: inset 0 0 0 transparent, 0 3px 0 #ffb400;
}

header.entry-header,.entry-content {
	float: none !important;
	width: 100% !important;
}

.single-post .entry-title,.page .entry-title {
	color: #f32d3e;
	text-align: left;
}

@media screen and (min-width: 48em) {
	.single-post .entry-title,.page .entry-title {
		font-size: 3rem;
	}
}

.entry-title a {
	color: #f32d3e;
	box-shadow: none;
}

.entry-title a:hover {
	color: #e00d1f;
	box-shadow: none;
	text-decoration: underline;
}

.page .panel-content .entry-title,.page-title,body.page:not(.twentyseventeen-front-page) .entry-title {
	color: #f32d3e;
	text-align: left;
	font-size: 2.5rem;
}

@media all and (max-width: 600px) {
	.page .panel-content .entry-title,.page-title,body.page:not(.twentyseventeen-front-page) .entry-title {
		font-size: 1.5rem;
	}
}

.entry-content h2 {
	color: #666;
	font-size: 1.6rem;
	text-transform: none;
	letter-spacing: 2px;
}

.entry-content h3 {
	color: #666;
	font-size: 1.4rem;
	text-transform: none;
}

h2#en-divider {
	font-size: 1.8rem;
	color: white;
	background-color: #0082C7;
	line-height: 1;
	padding: 15px 30px;
	display: inline-block;
}

hr {
	background-color: #00b9ed;
}

h2.widget-title {
	color: #0082C7;
}

.home main>article>.panel-content>.wrap {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.home header.entry-header {
	display: none;
}

.home .row {
	padding: 94px 0;
	text-align: center;
}

.home .row .wrap {
	padding-top: 0;
	padding-bottom: 0;
	margin: 0 auto;
}

.home .row .wcbri-btn {
	margin-top: 46px;
}

.home .row h2 {
	text-align: center;
	text-transform: uppercase;
}

.home .row-1 {
	text-align: left;
}

.home .row-1 h2 {
	color: #f32d3e;
	text-align: left;
}

.home .row-2 {
	background-color: #00b9ed;
	background-image: url('https://2018.bari.wordcamp.org/files/2017/11/pesci-onde-pattern_Tavola-disegno-1.png');
}

.home .row-2 h2,.home .row-2 p {
	color: white;
}

.home .row-2 .wcbri-btn {
	background-color: white;
	color: #00b9ed;
	border: 1px solid white;
}

.home .row-2 .wcbri-btn:hover {
	background-color: #00b9ed;
	color: white !important;
	border: 1px solid white;
}

.home .row-3 {
	background: url('https://2018.bari.wordcamp.org/files/2017/11/cozze-pattern-bg_Tavola-disegno-1.jpg');
	background-attachment: fixed;
}

.home .row-4 {
	background-color: #ffb400;
}

.home .row-4 h2,.home .row-4 p {
	color: #3e3e3e;
}

.home .row-5 {
	background: url('https://2018.bari.wordcamp.org/files/2017/11/pesci-rossi-pattern-bg.jpg');
	background-attachment: fixed;
}

.home .row-6 h2 {
	color: #f32d3e;
}

.home #panel1 .panel-content>.wrap {
	max-width: 740px;
	margin: 3rem auto;
}

.home #panel1 header.entry-header {
	display: block;
}

.home #panel1 h2.entry-title {
	font-size: 1.8rem;
}

.home .panel-image {
	display: none;
}

.twentyseventeen-front-page article:not(.has-post-thumbnail):not(:first-child) {
	border: none !important;
}

.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul {
	left: 0;
}

.navigation-top .menu-main-container #top-menu .sub-menu .menu-item a {
	color: inherit;
}

.navigation-top .menu-main-container #top-menu .sub-menu .menu-item a:hover {
	color: #fff;
}

.navigation-top .menu-main-container #top-menu .sub-menu .menu-item.current-menu-item>a {
	color: white;
}

.wcbri-btn {
	display: inline-block;
	text-transform: uppercase;
	font-size: 19px;
	font-weight: bold;
	color: white;
	background-color: #f32d3e;
	padding: 13px 28px;
	border: none;
	border-radius: 100px;
	box-shadow: none !important;
}

.wcbri-btn:hover {
	box-shadow: none !important;
	color: #f32d3e !important;
	background-color: white;
}

button {
	background-color: #f32d3e;
	color: white;
}

button:hover {
	color: white !important;
	background-color: #f44554;
}

.tix_tickets_table tr {
	border-bottom-color: #d8d8d8;
}

.tix_tickets_table tr td {
	padding: .8em .4em;
}

@media (max-width: 47.9375em) {
	.tix_tickets_table thead tr {
		display: none;
	}
	
	.tix_tickets_table tbody .tix-column-description {
		display: block;
		width: 100%;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-quantity,.tix_tickets_table tbody .tix-column-remaining {
		display: block;
		float: left;
	}
	
	.tix_tickets_table tbody .tix-column-price,.tix_tickets_table tbody .tix-column-remaining {
		padding-top: 1rem;
		padding-bottom: 1rem;
		line-height: 1.5em;
		width: 30%;
	}
	
	.tix_tickets_table tbody .tix-column-quantity {
		width: 40%;
	}
}

.wcorg-organizer {
	margin-bottom: 3.5rem;
}

.wcorg-organizer-description img {
	float: left;
	margin-right: 1rem;
}

.single-wcb_sponsor .single-featured-image-header {
	padding: 4rem;
}

.wcorg-sponsor-level-silver img {
	max-width: 65%;
}

.wcorg-sponsor-level-bronze img {
	max-width: 35%;
}

.wcorg-sponsor-level-supporter img {
	max-width: 20%;
}

.wcorg-sponsor {
	margin-bottom: 5rem;
}

.wcorg-sponsor-level-gold,.wcorg-sponsor-level-silver,.wcorg-sponsor-level-bronze,.wcorg-sponsor-level-supporter {
	margin-bottom: 8rem;
	border-bottom: 1px solid #00b9ed;
}

.wcorg-sponsor-description .wp-post-image {
	display: none;
}

#tix-attendees .tix-columns-2 li {
	width: calc(50% - 20px);
	height: auto;
}

#tix-attendees .tix-columns-2 li:nth-child(odd) {
	margin-right: 20px;
}

#tix-attendees .avatar {
	width: auto;
	height: auto;
	margin-right: 15px;
}

#tix-attendees .tix-field {
	margin-left: none;
	font-size: 16px;
}

#tix-attendees .tix-attendee-name {
	font-size: 20px;
}

@media (max-width: 768px) {
	#tix-attendees .tix-columns-2 li {
		width: 100%;
		margin-right: 0 !important;
	}
}

@media screen and (min-width: 67em) {
	.wrap {
		padding-left: 0;
		padding-right: 0;
	}
}

.wcfd-disabled-form #wcorg-login-message {
	margin: 1.4em;
}

.wcfd-disabled-form #wcorg-login-message strong {
	color: white;
}

@media screen and (min-width: 470px) {
	.wcfd-disabled-form #wcorg-login-message {
		margin: 1.4em;
	}
}