a, a:visited, .main-navigation ul.main-menu > li > a {
	color: #fc766a;
}

a:hover,
.main-navigation ul.main-menu > li > a:hover,
.post-navigation .nav-links a:hover,
.entry .entry-meta a:hover, .entry .entry-footer a:hover,
#colophon .site-info a:hover {
	color: #da6c44;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
	border-color: #000;
}

select:focus {
	outline: 2px dotted #303030;
	outline-offset: 2px;
}

#masthead .site-logo .custom-logo-link {
	overflow: visible;
	box-shadow: none;
}

.main-navigation .sub-menu, .button, button, input[type="button"], input[type="reset"], input[type="submit"],.entry .entry-content .wp-block-button .wp-block-button__link:not(.has-background) {
	background: #fc766a;
}

.entry .entry-content .wp-block-cover .wp-block-button .wp-block-button__link:not(.has-background) {
	background: #111111;
	margin-top: 0;
}

.entry .entry-content .wp-block-cover .wp-block-button .wp-block-button__link:not(.has-background):hover {
	background: #353535;
}

.main-navigation .sub-menu > li > a:hover, .main-navigation .sub-menu > li > a:focus, .main-navigation .sub-menu > li > .menu-item-link-return:hover, .main-navigation .sub-menu > li > .menu-item-link-return:focus {
	background: #cf5f55;
}

.entry .entry-content .wp-block-button .wp-block-button__link:hover,.button:hover, button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
	background: #cf5f55;
}

.main-navigation .main-menu > li.menu-item-has-children .submenu-expand svg, .submenu-expand.main-menu-more-toggle path:last-child {
	fill: #fc766a;
}

.main-navigation .main-menu-more .main-menu > li.menu-item-has-children .submenu-expand svg {
	fill: #ffffff;
}

.entry .entry-footer > span.cat-links {
	display: none;
}

/*
body.home .wp-block-cover-image .wp-block-cover__inner-container, body.home .wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
	max-width: 800px;
	margin-left: 0;
	margin-right: auto;
}
*/
body.home article.page .entry-header, body.page-slug-homepage article.page .entry-header {
	display: none;
}

body.home .entry .entry-content .wp-block-cover.alignfull, body.page-slug-homepage .entry .entry-content .wp-block-cover.alignfull {
	margin-top: 0;
}

body.home .wp-block-cover .wp-block-cover__inner-container, body.page-slug-homepage .wp-block-cover .wp-block-cover__inner-container {
	width: 100%;
}

.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	background-color: #fc766a;
	opacity: .8;
}

.entry-content .wp-block-cover.alignfull h2 {
	font-size: 1.8em;
	margin-bottom: 0;
	font-size: 35px;
	line-height: 1.2;
}

.entry-content .wp-block-cover.alignfull h2:before {
	display: none;
}

@media screen and (min-width:1000px) {
	.wp-block-cover {
		background-attachment: fixed;
	}
}

/**
 *  Sponsors
 */
#main .wcorg-sponsors {
	max-width: 100%;
}

.wcorg-sponsors h2 {
	position: relative;
	font-size: 30px;
}

.wcorg-sponsors h2:before {
	display: none;
}

.wcorg-sponsor {
	border: 1px solid rgba(88,88,88,0.15);
	background-color: #fafafa;
	float: left;
	width: 31%;
	margin-right: 3%;
	margin-bottom: 30px;
}

.wcorg-sponsors img {
	max-height: 100%;
	display: block;
}

.wcorg-sponsor-level-platimun .wcorg-sponsor:nth-child(3n+3) + div {
	margin-right: 0;
}

.wcorg-sponsors > div {
	overflow: hidden;
	margin-bottom: 50px;
}

/* gold pack */
.wcorg-sponsor-level-gold .wcorg-sponsor {
	width: 22.75%;
	margin-right: 3%;
}

.wcorg-sponsor-level-gold .wcorg-sponsor:nth-child(4n+4) + div {
	margin-right: 0;
}

/* silver and bronze pack */
.wcorg-sponsor-level-silver .wcorg-sponsor, .wcorg-sponsor-level-bronze .wcorg-sponsor {
	width: 18%;
	margin-right: 2.5%;
}

.wcorg-sponsor-level-bronze .wcorg-sponsor:nth-child(5n+5) + div {
	margin-right: 0;
}

.entry .entry-meta, .entry .entry-footer {
	display: none;
}

@media screen and (min-width: 768px) {
	.entry .entry-content .wp-block-cover-image, .entry .entry-content .wp-block-cover {
		padding-top: 4rem;
		padding-bottom: 4rem;
	}
	
	.home .entry .entry-content .wp-block-cover-image h2,
																			.home .entry .entry-content .wp-block-cover h2 {
		text-align: left;
		font-family: 'Open Sans';
		letter-spacing: 0;
		font-size: 44px;
		line-height: 1.2;
		margin-bottom: 40px;
		max-width: 800px;
	}
	
	.home .entry .entry-content .wp-block-cover-image h2:before,
																			.home .entry .entry-content .wp-block-cover h2:before {
		display: none;
	}
	
	.home .entry .entry-content .wp-block-cover-image .wp-block-button,
																			.home .entry .entry-content .wp-block-cover .wp-block-button {
		margin-top: 50px;
	}
}

/* Speakers  */
#main .wcorg-speakers {
	max-width: 100%;
	overflow: hidden;
}

.home .wcorg-speakers {
	margin: 0 0 80px;
}

.wcm-speakers h2 {
	margin-bottom: 4rem;
}

.wcorg-speaker {
	float: left;
	width: 22.3799126638%;
	margin-right: 3.4934497817%;
	margin-bottom: 1.5rem;
	position: relative;
}

.wcorg-speaker:nth-child(4n) {
	margin-right: 0;
}

.wcorg-speaker .wcorg-speaker-description img {
	margin-bottom: 38px;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.wcorg-speaker .wcorg-speaker-description img:hover {
}

.wcorg-speaker-description p {
	margin-bottom: 0;
}

.wcorg-speaker-description p:last-child {
	display: none;
}

.wcorg-speaker h2 {
	position: absolute;
	left: 0;
	bottom: 40px;
	display: block;
	width: 100%;
	text-align: left;
	font-size: 20px;
	margin-bottom: 0;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #fc766a;
}

.wcorg-speaker h2:before {
	display: none;
}

.wcorg-speaker-description .avatar {
	border-radius: 0;
	width: 100%;
	height: auto;
}

.wcorg-speaker-description p {
	color: #555;
}

/* no readmore link for speakers */
.wcorg-speaker-description p:last-child, .wcorg-speaker-description .more-link {
	display: none !important;
}

.wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_pagination.swiper-pagination-bullets {
	margin-top: 20px;
}

.single-wcb_speaker p.speaker-before-more {
	display: none;
}

@media screen and (max-width: 1300px) {
	.wcorg-speaker, .wcorg-speaker:nth-child(4n) {
		width: 30%;
		margin-right: 5%;
	}
	
	.wcorg-speaker:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 650px) {
	.wcorg-speaker, .wcorg-speaker:nth-child(4n), .wcorg-speaker:nth-child(3n) {
		width: 45%;
		margin-right: 10%;
	}
	
	.wcorg-speaker:nth-child(2n) {
		margin-right: 0;
	}
}

table.tix-ticket-form + p, .tix-ticket-form + p + p {
	color: #767676;
	font-size: 15px;
}

@media screen and (max-width: 768px) {
	#masthead .site-logo .custom-logo-link {
		width: 95px;
		height: 95px;
		margin-left: -8px;
		margin-top: 40px;
	}
	
	#masthead .site-title {
		display: block;
		margin-bottom: 10px;
	}
	
	#masthead .site-description {
		display: block;
		font-size: 16px;
		margin-bottom: 10px;
	}
	
	#masthead .site-description:before {
		display: none;
	}
}

#tix, .entry .wcpt-schedule {
	max-width: 100%;
	font-size: 18px;
}

#tix h2:before {
	display: none;
}

#tix h2 {
	font-size: 28px;
}

#tix table+h2 {
	margin-top: 125px;
}

#tix input {
	border-radius: 4px;
}

#tix input[type="radio"], #tix input[type="checkbox"] {
	margin-right: 5px;
}

#tix td.tix-column-quantity select {
	min-width: 50px;
}

#tix .tix-submit .tix-checkout-button {
	padding: .8rem 1.5rem;
}

/*#tix .tix-submit .tix-payment-method {
	display: none;
}*/
table td, table th {
	border: 0;
	padding: 1em 1.5em;
	word-break: normal;
}

.tix_tickets_table th {
	text-align: left;
}

.tix_tickets_table .tix-column-price, .tix_tickets_table .tix-column-remaining {
	text-align: center;
}

.tix_tickets_table .tix-column-quantity {
	text-align: right;
}

.tix_tickets_table.tix-order-summary .tix-column-quantity {
	text-align: left;
}

.tix_tickets_table, table.tix-ticket-form {
	border: 4px dotted #f5bdb7;
	border-left-width: 0;
	border-right-width: 0;
	border-collapse: inherit;
	border-spacing: inherit;
}

table+input+table.tix_tickets_table.tix-attendee-form {
	border-top: 0;
}

.tix_tickets_table.tix-order-summary th:last-child, .tix_tickets_table.tix-order-summary td:last-child {
	text-align: right;
}

tr th:first-child, tr td:first-child {
	padding-left: 0;
}

tr th:last-child, tr td:last-child {
	padding-right: 0;
}

table td {
	border-top: 1px solid rgba(184,134,126,0.2);
}

.tix-attendee-form td {
	border: none;
	vertical-align: middle;
}

.tix_tickets_table .tix-ticket-excerpt {
	display: block;
	max-width: 620px;
	color: rgba(48,48,48,0.8);
}

.tix-ticket-form input[type="text"],
.tix-ticket-form input[type="email"],
.tix-ticket-form input[type="url"],
.tix-ticket-form textarea,
.tix-private-form input[type="text"],
.tix-private-form input[type="email"],
.tix-private-form input[type="url"],
.tix-private-form textarea,
.tix-attendee-form input[type="text"],
.tix-attendee-form input[type="email"],
.tix-attendee-form input[type="url"],
.tix-attendee-form textarea,
.tix-receipt-form input[type="text"],
.tix-receipt-form input[type="email"],
.tix-receipt-form input[type="url"],
.tix-receipt-form textarea {
	width: 100%;
}

/* session */
table.wcpt-schedule thead {
	display: none;
}

table.wcpt-schedule {
	border: 4px dotted #f5bdb7;
	border-left-width: 0;
	border-right-width: 0;
	border-collapse: inherit;
	border-spacing: inherit;
}

table.wcpt-schedule tbody tr:first-child td {
	border-top: 0;
}

span.wcpt-session-title {
	display: block;
	font-weight: bold;
}

.wcpt-session-speakers {
	color: rgba(88,88,88,0.39);
}

.wcpt-schedule div.wcb-session-favourite-icon {
	top: 20px;
}

.global-session.afterparty td,
.global-session.wcpt-time-1800 td,
.global-session.wcpt-time-1830 td,
.global-session.wcpt-time-1400 td,
.global-session.wcpt-time-0945 td,
.global-session.wcpt-time-0900 td {
	color: rgba(88,88,88,0.39);
}

.global-session.afterparty td .wcpt-session-title,
.global-session.wcpt-time-1800 td .wcpt-session-title,
.global-session.wcpt-time-1830 td .wcpt-session-title,
.global-session.wcpt-time-1400 td .wcpt-session-title,
.global-session.wcpt-time-0945 td .wcpt-session-title,
.global-session.wcpt-time-0900 td .wcpt-session-title {
	font-weight: normal;
}

/* table responsive */
@media screen and (max-width: 680px) {
	.tix_tickets_table {
		display: block;
	}
	
	.tix_tickets_table th.tix-column-description, .tix_tickets_table th.tix-column-per-ticket, .tix_tickets_table th.tix-column-price, .tix_tickets_table th.tix-column-quantity {
		display: none;
	}
	
	.tix_tickets_table td.tix-column-description, .tix_tickets_table td.tix-column-per-ticket, .tix_tickets_table td.tix-column-price, .tix_tickets_table td.tix-column-quantity {
		display: block;
		padding-right: 0;
		padding-left: 0;
		text-align: left;
		border-top: none;
		width: 100%;
	}
	
	.tix_tickets_table td.tix-column-price, .tix_tickets_table.tix-order-summary .tix-column-per-ticket {
		padding-top: 0;
	}
	
	.tix_tickets_table .tix-column-remaining {
		display: none;
	}
	
	.tix_tickets_table td.tix-column-quantity {
		padding-top: 0;
		border-bottom: 1px solid rgba(184,134,126,0.2);
	}
	
	.tix_tickets_table.tix-order-summary td.tix-column-quantity {
		border-bottom: 0;
	}
	
	.tix-attendee-form td {
		display: block;
		width: 100% !important;
		padding-left: 0;
		padding-right: 0;
	}
	
	.tix_tickets_table.tix-order-summary tr.tix-row-total td {
		padding-left: 0;
		text-align: left;
	}
	
	.tix_tickets_table.tix-order-summary td.tix-column-price {
		text-align: left;
	}
	
	.tix_tickets_table td.tix-column-per-ticket:before {
		content: "Цена за билет: ";
	}
	
	.tix_tickets_table td.tix-column-quantity:before {
		content: "Количество:";
		margin-right: 15px;
	}
	
	.tix_tickets_table td.tix-column-price:before {
		content: "Цена: ";
		font-weight: 400;
	}
	
	.tix-order-summary .tix-row-total td:before {
		content: "Итого: ";
	}
	
	.tix-order-summary .tix-row-total td[colspan] {
		display: none;
	}
	
	.tix_tickets_table.tix-attendee-form .tix-right {
		padding-top: 0;
	}
	
	.tix_tickets_table.tix-attendee-form .tix-left {
		padding-bottom: 10px;
	}
	
	.tix-ticket-form thead tr th:nth-child(2), .tix-ticket-form tbody tr td:nth-child(2) {
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.wcpt-schedule tr {
		border: 0;
		border-top: 1px solid rgba(184,134,126,0.2);
	}
	
	.wcpt-schedule tbody tr:first-child {
		border-top: 0;
	}
	
	span.wcpt-session-speakers:before {
		content: 'Спикер: ';
	}
	
	span.wcpt-session-speakers {
		padding-left: 0;
	}
	
	span.wcpt-session-title {
		padding-left: 0;
		padding-right: 0;
	}
	
	td.wcpt-time {
		padding-top: 10px;
	}
	
	.wcpt-schedule div.wcb-session-favourite-icon {
		top: -30px;
	}
}





/*
     FILE ARCHIVED ON 10:13:15 Nov 4, 2019 AND RETRIEVED FROM THE
     AN OPENWAYBACK INSTANCE ON 21:54:58 May 30, 2026.
     JAVASCRIPT APPENDED BY OPENWAYBACK, COPYRIGHT INTERNET ARCHIVE.

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