/* HEADER */
.site-branding a:hover, .site-branding a:focus {
	opacity: 1;
}

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

.home .site-branding {
	text-align: center;
}

.home .custom-logo-link img {
	max-height: 200px !important;
}

.home .site-title {
	font-size: 45px;
}

.home .site-description {
	font-size: 40px;
	position: relative;
	opacity: 1 !important;
}

/*.home .site-description::after{
    
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 60px;
    font-size: 25px;
    background: #2ab220;
    width: 30%;
}*/
.custom-header {
	position: relative;
}

.custom-header:after {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	background: rgba(0,0,0,.3);
	height: 100%;
	width: 100%;
}

.site-header .menu-scroll-down {
	display: none;
}

/* Navigation */
.site-header .navigation-top {
	position: relative;
	background: #2ab220;
	border: none;
}

.site-header .wrap {
	padding: 0;
}

.site-header #site-navigation {
	float: none;
	margin: 0 auto;
	display: table;
}

.site-header .main-navigation a {
	padding: 20px 30px;
	color: #fff;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	font-size: 16px;
	text-transform: uppercase;
}

.custom-header {
	margin-bottom: 0 !important;
}

.site-header .main-navigation #top-menu li a {
	padding: 15px 20px 15px 30px;
	font-size: 14px;
}

.site-header .main-navigation #top-menu li:last-child a {
	color: #2ab220 !important;
	background-color: #ffffff;
}

.site-header .navigation-top .sub-menu a {
	color: #222;
}

.site-header .main-navigation a:hover, .site-header .navigation-top .sub-menu a:hover {
	color: #fff;
	background-color: #001d38;
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
}

.site-navigation-fixed.navigation-top {
	position: fixed !important;
}

#top-menu > li a:before {
	font-family: FontAwesome;
	font-size: 18px;
	color: #FFFFFF;
	position: absolute;
	top: 12px;
	left: 10px;
	font-weight: normal;
	-webkit-font-smoothing: antialiased;
}

.single-featured-image-header {
	padding: 30px;
}

#top-menu > li:first-child a:before {
	content: "\f015";
}

#top-menu > li:nth-child(2) > a:before {
	content: "\f05a";
}

#top-menu > li:nth-child(3) > a:before {
	content: "\f017";
}

#top-menu > li:nth-child(4) > a:before {
	content: "\f004";
}

#top-menu > li:nth-child(5) > a:before {
	content: "\f0a1";
}

#top-menu > li:nth-child(6) > a:before {
	content: "\f0c0";
	color: #fff;
}

#top-menu > li:last-child a:before {
	content: "\f145";
	color: #2ab220;
}

.home .content-area .entry-header .entry-title {
	font-size: 30px;
}

.home .panel-content .entry-header .entry-title {
	position: relative;
	font-size: 28px !important;
	text-align: center;
}

.home .panel-content .entry-header .entry-title:after {
	content: "";
	position: absolute;
	bottom: -20px;
	left: calc(50% - 50px);
	width: 100px;
	height: 3px;
	background: #29b220;
}

.home .entry-content > p + .what-to-expect {
	margin-top: 50px;
}

.what-to-expect .wp-block-image img {
	max-width: 50%;
	float: none;
	margin: 0 auto;
	display: table;
}

.what-to-expect .wp-block-image figcaption {
	margin-top: 20px;
	font-size: 14px;
	font-weight: normal;
	font-style: normal;
	text-align: center;
}

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

.single .entry-title, .page .entry-title {
	font-size: 40px !important;
	font-weight: bold !important;
	color: #29b220 !important;
}

.single .wp-block-image {
	margin: 0;
}

.single .entry-content p, .page .entry-content p {
	font-size: 14px;
	color: #555d66;
}

html body .contact-form input[type=email], .contact-form input[type=tel], .contact-form input[type=text], .contact-form input[type=url], .contact-form select {
	width: 100% !important;
}

html body .contact-form label {
	margin-bottom: .5em !important;
}

.page.page-one-column .entry-header {
	margin-bottom: 0 !important;
}

.contact-submit button, #subscribe-submit button, input[type="submit"] {
	background: #29b220;
	font-weight: normal;
	padding: 12px 40px;
}

.contact-submit button:hover, #subscribe-submit button:hover, input[type="submit"]:hover {
	opacity: .8;
}

.single  h2, .page h2 {
	padding-top: 15px;
}

.entry-title {
	color: #29b220;
}

.search-form input[type="search"] {
	border-color: #29b220;
}

.search-form .search-submit {
	background: #29b220;
}

h2.widget-title {
	color: #29b220;
	text-align: center;
	font-weight: normal;
	border-bottom: 2px dashed #29b220;
	font-size: 14px;
	padding-bottom: 10px;
	padding-top: 0 !important;
}

.widget ul li, .widget ol li {
	border-top: 0;
}

.postid-5 .wp-block-image img, .postid-4 .wp-block-image img {
	transition: all ease-in-out .5s;
}

.postid-5 .wp-block-image img:hover, .postid-4 .wp-block-image img:hover {
	opacity: .9;
	transition: all ease-in-out .5s;
}

.page-slug-speakers .wordcamp-speakers {
	margin-top: 50px;
}

.page-slug-speakers .wordcamp-speakers li, .wordcamp-post-list .wordcamp-post-list__post {
	float: left;
	width: 100%;
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	padding: 25px 20px;
	border-radius: 7px;
	margin-bottom: 40px;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-block__item-title, .wordcamp-post-list .wordcamp-post-list__post .wordcamp-organizers__title {
	text-align: center;
	float: none;
	margin: 0 auto;
	display: table;
	font-size: 27px;
	text-decoration: none;
	border-bottom: 1px solid #ccc;
	margin-bottom: 20px;
	padding-bottom: 5px;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-block__item-title a, .page-slug-speakers .wordcamp-speakers {
	text-decoration: none;
	box-shadow: none;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-image__avatar-container, .wordcamp-post-list .wordcamp-post-list__post .wordcamp-image__avatar-container {
	float: left;
	margin-right: 12px;
	margin-top: -56px;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-image__avatar-container img, .wordcamp-post-list .wordcamp-post-list__post .wordcamp-image__avatar-container img {
	border-radius: 10%;
	transition: all ease-in-out .5s;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-image__avatar-container:hover img, .tix-attendee-list li img:hover, .wordcamp-post-list .wordcamp-post-list__post .wordcamp-image__avatar-container img:hover {
	border-radius: 0;
	transition: all ease-in-out .5s;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-image__avatar-container a {
	text-decoration: none;
	box-shadow: none;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-speakers__content, .wordcamp-post-list .wordcamp-post-list__post .wordcamp-block__item-content {
	font-size: 14px;
	color: #555d66;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-speakers__content p:last-child {
	margin-bottom: 0;
}

.page-slug-speakers .entry-header {
	margin-bottom: 0 !important;
}

.page-slug-speakers .entry-header h1 {
	font-size: 40px !important;
	font-weight: bold !important;
	color: #29b220 !important;
	margin-bottom: 0;
}

.page-slug-speakers .entry-content h3 {
	font-size: 19px;
}

/*.page-slug-speakers .content-area{
max-width: 90% !important;
}*/
.page-slug-speakers .wordcamp-speakers .wordcamp-post-list__post:nth-child(3n+1) .wordcamp-block__item-title a, .tix_tickets_table tbody tr:nth-child(3n+1) .tix-ticket-title, .wordcamp-post-list .wordcamp-post-list__post:nth-child(3n+1) .wordcamp-organizers__title {
	color: #F5876E;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-post-list__post:nth-child(3n+2) .wordcamp-block__item-title a, .tix_tickets_table tbody tr:nth-child(3n+2) .tix-ticket-title, .wordcamp-post-list .wordcamp-post-list__post:nth-child(3n+2) .wordcamp-organizers__title {
	color: #29b220;
}

.page-slug-speakers .wordcamp-speakers .wordcamp-post-list__post:nth-child(3n+3) .wordcamp-block__item-title a, .tix_tickets_table tbody tr:nth-child(3n+3) .tix-ticket-title, .wordcamp-post-list .wordcamp-post-list__post:nth-child(3n+3) .wordcamp-organizers__title {
	color: #61A8DC;
}

.single-wcb_speaker .speaker-avatar img {
	float: left;
	margin-right: 12px;
	border-radius: 10%;
}

.postid-4 .entry-content ul {
	padding-left: 18px;
}

.postid-4 .entry-content ul li {
	line-height: 31px;
}

.tix-attendee-list {
	float: left;
	width: 100%;
}

.tix-attendee-list li {
	min-height: 150px !important;
}

.tix-attendee-list li img {
	float: none !important;
	margin: 0 auto;
	display: table;
	width: auto !important;
	height: auto !important;
	border-radius: 10%;
	border: 2px solid #29b220;
	transition: all ease-in-out .5s;
}

.tix-attendee-list li .tix-attendee-name {
	font-size: 16px !important;
	margin-top: 10px;
	text-align: center;
	margin-left: 0 !important;
}

.tix_tickets_table thead tr th {
	font-weight: normal;
	border-color: #29b220;
	font-size: 18px;
}

.tix_tickets_table tbody tr td {
	padding: .8em;
	font-size: 14px;
	padding-left: 0;
	line-height: 24px;
}

.tix_tickets_table tbody tr td .tix-ticket-title {
	font-size: 20px;
	padding-bottom: 8px;
	float: left;
	width: 100%;
}

.tix_tickets_table tbody tr td select {
	width: 100%;
}

.tix_tickets_table tbody tr td ul {
	line-height: 30px;
	margin-left: 17px;
}

.tix_tickets_table tbody tr td.tix-column-remaining {
	text-align: center;
}

.edit-link {
	display: none !important;
}

.page-slug-sponsors .wcorg-sponsors {
	margin-top: 40px;
}

/*.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-diamond h2, .wcorg-sponsor-level-silver h2, .wcorg-sponsor-level-gold h2{
    background: #F5876E;
    padding: 15px 40px;
    color: #FFF;
    border-radius: 70px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
}
.wcorg-sponsor-level-gold h2{
    background:gold;
}
.wcorg-sponsor-level-silver h2{
    background:#47ABE5;
}
.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-diamond .wcorg-sponsor h3, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-silver .wcorg-sponsor h3, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-gold .wcorg-sponsor h3{
    display: none;
}
.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-diamond .wcorg-sponsor .wcorg-sponsor-description, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-silver .wcorg-sponsor .wcorg-sponsor-description, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-gold .wcorg-sponsor .wcorg-sponsor-description{
    float: left;
    width: 33.33%;
    padding: 15px;
}
.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-gold .wcorg-sponsor .wcorg-sponsor-description{
width: 29%;
}
.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-silver .wcorg-sponsor .wcorg-sponsor-description{
width: 14%;
}
.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-diamond .wcorg-sponsor .wcorg-sponsor-description img, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-silver .wcorg-sponsor .wcorg-sponsor-description img, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-gold .wcorg-sponsor .wcorg-sponsor-description img{
        border: 1px solid #eee;
    transition: all ease-in-out .5s;
}
.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-diamond .wcorg-sponsor .wcorg-sponsor-description img:hover, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-silver .wcorg-sponsor .wcorg-sponsor-description img:hover, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-gold .wcorg-sponsor .wcorg-sponsor-description img:hover{
    border-color: #29b220;
}*/
/* SPONSORS PAGE */
.page-slug-sponsors .wcorg-sponsors {
	margin-top: 50px;
	text-align: center;
}

.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor p, .page-slug-sponsors .wcorg-sponsors .wcorg-sponsor ul {
	display: none;
}

.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor {
	display: inline-block;
}

.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor h3 {
	display: none;
}

.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-diamond img {
	max-width: 250px;
}

.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-gold img {
	max-width: 200px;
}

.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor-level-silver img {
	max-width: 150px;
}

.page-slug-sponsors .wcorg-sponsors .wcorg-sponsor img {
	width: 100%;
	height: auto;
	object-fit: contain;
	object-position: center;
	margin: 20px 10px;
	border: 1px solid #eee;
	padding: 10px 20px;
}

.page-slug-sponsors .wcorg-sponsor-level-gold {
	margin-bottom: 30px;
}

.page-slug-sponsors h2 {
	position: relative;
	padding: 10px 0;
	color: #FFF;
	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 0;
	z-index: 2;
}

.wcorg-sponsors h2:before {
	content: "";
	position: absolute;
	top: 2px;
	left: calc(50% - 100px);
	background: #2ab220;
	width: 200px;
	height: 50px;
	z-index: -1;
	border-radius: 3px;
}

.wcorg-sponsors h2:after {
	content: "";
	position: absolute;
	top: 25px;
	left: 0;
	width: 100%;
	height: 1px;
	background: #2ab220;
	z-index: -1;
}

.wcpt-schedule thead th {
	padding-bottom: .5em;
	border-color: #29b220;
	font-size: 18px;
}

.wcpt-schedule .wcpt-time {
	color: #29b220;
}

.wcpt-schedule td {
	padding: .9em;
	padding-left: 0 !important;
}

/* Event Buttons */
.event-buttons {
	list-style-type: none;
	text-align: center;
}

.event-buttons li {
	display: inline-block;
	margin-left: 10px;
	width: 110px;
	height: 100px;
	background: #2ab220;
	border-radius: 5px;
	text-align: center;
	transition-duration: .3s;
}

.event-buttons li:first-child {
	margin-left: 0;
}

.event-buttons li a {
	color: #ffffff;
}

.event-buttons li:hover {
	background-color: #1c9613;
}

.event-buttons li:hover a, .event-buttons li a:hover {
	color: #ffffff;
}

.event-buttons li .eb-icon {
	display: block;
	font-size: 44px;
}

.event-buttons li .eb-title {
	display: block;
}

/* Volunteers */
#primary #panel4 .panel-content .wrap {
	max-width: 1200px !important;
}

/* footer */
.site-footer {
	background: #29b220;
}

.site-footer .widget {
	padding-bottom: .5em;
}

.site-footer .wrap {
	color: #fff;
	max-width: 1150px;
}

.site-footer .footer-widget-1 {
	width: 100% !important;
	text-align: center;
}

.site-footer .footer-widget-1 p {
	font-size: 24px;
	margin-bottom: 0;
}

.site-footer .footer_logo a, .site-info a {
	box-shadow: none;
}

.site-footer .footer_logo a img {
	box-shadow: none;
	width: 220px;
}

.site-footer .site-info {
	width: 100%;
	text-align: center;
	color: #fff;
}

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

.site-footer .jetpack_widget_social_icons a {
	box-shadow: none;
	color: #fff;
	font-size: 20px;
}

.site-footer a, .site-footer a:hover {
	box-shadow: none !important;
}

.site-footer .jetpack_widget_social_icons ul {
	margin: 0;
}

.wcpt-schedule a:hover {
	-webkit-box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 3px 0 rgb(41,178,32);
	box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 3px 0 rgb(41,178,32);
	color: #29b220;
}

.single .site-content .content-area {
	width: 100% !important;
}

.single .site-content .widget-area {
	display: none !important;
}

.wp-block-button__link:hover {
	opacity: .9;
}

.site-footer .widget_blog_subscription {
	margin-bottom: 20px;
}

.site-footer .widget_blog_subscription .widget-title {
	color: #fff;
	margin: 0;
	font-size: 22px;
	text-transform: capitalize;
	font-weight: bold;
	border: none;
}

.site-footer .widget_blog_subscription form p {
	font-size: 17px;
	margin-bottom: 10px;
}

.site-footer .widget_blog_subscription form input[type="email"] {
	width: 40%;
	float: none;
	margin: 0 auto;
}

.site-footer .widget_blog_subscription form button {
	background: #fff;
	color: #29b220;
	margin-top: 10px;
}

.site-footer #subscribe-email {
	display: inline-block;
	max-width: 300px;
	width: 100%;
}

.site-footer #subscribe-submit {
	display: inline-block;
}

.site-footer #subscribe-submit button {
	color: #ffffff;
	background-color: #10520b;
}

.closed-wrap {
	text-align: center;
	background: #29b220;
	padding: 20px 0;
	color: #fff;
}

/* Tickets Claim Button */
#tix .tix-submit input[type="submit"] {
	padding: 20px;
}

@media only screen and (max-width: 768px) {
	.site-header .main-navigation a {
		color: #000;
	}
	
	.page-slug-speakers .wordcamp-speakers .wordcamp-image__avatar-container, .wordcamp-post-list .wordcamp-post-list__post .wordcamp-image__avatar-container {
		margin-top: 0;
	}
}

@media only screen and (max-width: 480px) {
	.event-buttons li, .event-buttons li:first-child {
		margin: 10px !important;
	}
}