/************************************** ADD HERE ANY ADDITIONAL CSS ************************************/
#secondary {
	background: #f1f1f1;
	border-top: 10px solid #125080;
}

#primary-sidebar {
	margin-top: 20px;
}

h1.entry-title {
	color: #212121;
}

.main-navigation li {
	float: none;
	position: relative;
}

.widget_wpcom_social_media_icons_widget .genericon {
	font-size: 24px !important;
	background-color: #fff;
	padding: 10px;
	border-radius: 50%;
}

.widget_wpcom_social_media_icons_widget li a {
	margin-right: 4px !important;
}

a.genericon::before {
	color: #155080;
	transition: all 300ms;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
}

a.genericon.genericon-facebook:hover::before {
	color: #3b5998 !important;
}

a.genericon-twitter:hover::before {
	color: #55acee !important;
}

a.genericon-instagram:hover::before {
	color: #3f729b !important;
}

a.genericon-youtube:hover::before {
	color: #b00 !important;
}

.entry-content .contact-submit, .comment-content .contact-submit {
	max-width: 80% !important;
}

.contact-form input[type="email"],.contact-form input[type="text"] {
	width: 80% !important;
	max-width: 80% !important;
}

.wcorg-sponsor h3 {
	display: none !important;
}

..post-2746 .entry-content p, .post-2848 .entry-content p, .post-33 .entry-content p, .comment-content p, .entry-content address {
	line-height: 1.5;
	margin: 0 0 .5rem;
	text-align: justify !important;
}

.wcorg-speaker-description img {
	border-radius: 6rem;
	display: inline-block;
	float: left;
	margin-right: 1rem;
	width: 130px !important;
	height: 130px !important;
}

.post-2746 h2, .post-2848 h2, .post-33 h2, .post-2874 h2 {
	border-bottom: 2px solid #4191ce;
	padding-bottom: .5rem;
	font-weight: 700;
	color: #125080;
	margin: 45px 0 9px !important;
}

#tix-attendees .avatar {
	float: left;
	width: 65px !important;
	height: 65px !important;
	border-radius: 5rem !important;
}

#tix-attendees .tix-field {
	display: block;
	margin-left: 70px;
	font-size: 16px !important;
/* width: 100%; */
}

.single-wcb_speaker .entry-meta {
	display: none;
}

.single-wcb_speaker .speaker-avatar {
	display: inline;
}

.single-wcb_speaker .speaker-avatar img {
	height: 110px;
	width: 110px;
	border-radius: 9rem;
	display: inline;
	float: left;
	margin-right: 1rem;
}

.page-id-129 #secondary {
	display: none;
}

.page-id-129 #primary {
	width: 100%;
}

/*******************************************************************************************************/
html,body,div,span,applet,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,
acronym,address,big,cite,code,del,dfn,em,
img,ins,kbd,q,s,samp,small,strike,strong,
sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,
li,fieldset,form,label,legend,table,caption,
tbody,tfoot,thead,tr,th,td,article,aside,
canvas,details,embed,figure,figcaption,
footer,header,hgroup,menu,nav,output,ruby,
section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .8rem;
	border: 1px solid #000;
	margin-bottom: 20px;
}

td {
	padding: 5px;
	border: 1px solid #000;
}

.post-navigation .nav-next:after {
	background: transparent url('https://2016.athens.wordcamp.org/files/2016/07/icons-sm.png');
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-left: .14815rem;
	overflow: hidden;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}

.post-navigation .nav-previous:before {
	background-position: 0 -64px !important;
}

.post-navigation .nav-next:after {
	background-position: 0 -80px;
}

/*************************************************** Styles **************************************************/
html {
	font-size: .75rem;
}

@media print,screen and (min-width: 4768px) {
	html {
		font-size: 1rem;
	}
}

@media screen and (min-width: 1024px) {
	html {
		font-size: 1.125rem;
	}
	
	.site-info .site-info-generator {
		padding-top: 6.5rem;
	}
}

body {
	background: #ece3db;
	background-image: url('https://2016.athens.wordcamp.org/files/2016/06/background.png');
	color: #212121;
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
}

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

a {
	color: #4191ce;
	text-decoration: none;
}

a:hover {
	color: #0e63d8;
}

input[type='text'],input[type='email'],textarea {
	font-family: inherit;
	font-size: inherit;
}

input[type='submit'] {
	background: #2c7cec;
	border: 0 none;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font-size: 1.125rem;
	font-weight: 400;
	padding: .6rem 1rem;
	text-transform: uppercase;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
	margin: 8px 0 15px;
	line-height: 1.4;
	text-shadow: none;
}

input[type='submit']:hover {
	background: #0e63d8;
	color: #fff;
}

.assistive-text {
	clip: rect(1px 1px 1px 1px);
	position: absolute !important;
}

.home .site-header {
	height: 100vh;
}

.site-header {
	background: #4191ce url('http://2016.athens.wordcamp.org/files/2016/07/headerimage.jpg') 50% 100% no-repeat;
	background-size: cover !important;
	margin-bottom: 7.75rem;
	position: relative;
	text-align: center;
	background-attachment: fixed;
}

.home .site-header hgroup {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.site-header hgroup {
	padding: 5% 0;
}

.site-header img {
	max-width: 80%;
}

.page .site-header {
	background: #4191ce url('http://2016.athens.wordcamp.org/files/2016/07/headerimage.jpg') 50% 50% no-repeat;
	background-size: cover !important;
	margin-bottom: 7.75rem;
	position: relative;
	text-align: center;
}

.single .site-header {
	background: #4191ce url('http://2016.athens.wordcamp.org/files/2016/07/headerimage.jpg') 50% 50% no-repeat;
	background-size: cover !important;
	margin-bottom: 7.75rem;
	position: relative;
	text-align: center;
}

.menu-primary-nav-container {
	width: 800px;
	margin: auto;
	display: block;
}

.main-navigation {
	background: #5091FF;
	bottom: -4.375rem;
	font-family: "Roboto", sans-serif;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}

.main-navigation ul {
	margin: 0 auto;
	max-width: 62rem;
	padding: 0 1rem;
}

.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: #125080;
}

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

.main-navigation ul > li a {
	color: #fff;
	display: block;
	padding: 1.6875rem .66667rem 1.6875rem 0;
	text-decoration: none;
	text-transform: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.main-navigation ul > li a:before {
	color: #125080;
	content: '/';
	margin-right: .75rem;
}

.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%;
	right: .2963rem;
	margin-top: -2px;
	height: 0;
	width: 0;
	border: 4px solid transparent;
	border-top-color: #fff;
}

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

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

.main-navigation ul ul {
	background: rgba(255,255,255,1);
	display: none;
	padding: .66667rem 1.125rem;
	position: absolute;
	top: 4em;
	width: auto;
}

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

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

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

.main-small-navigation {
	background: rgba(255,255,255,0.95);
	position: absolute;
	width: 100%;
	bottom: 0;
}

.main-small-navigation .menu-primary-container > ul {
	border-bottom: 5px solid #83bcb3;
	display: none;
}

.main-small-navigation .menu-toggle {
	cursor: pointer;
	display: inline-block;
	font-size: 1.125rem;
	padding: 1rem;
	width: auto;
}

.main-small-navigation ul {
	text-align: left;
	padding: 0 1rem 1rem;
}

.main-small-navigation a {
	border-bottom: 1px solid #e3d6ca;
	display: block;
	padding: .75rem 0;
}

.sub-menu a {
	color: #5091FF !important;
}

#after-header-widgets {
	margin: 1.6875rem auto;
	max-width: 62rem;
}

#after-header-widgets h1 {
	display: none;
}

#after-header-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#after-header-widgets .widget {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin: 0 auto 1rem;
	padding: 0 1rem;
	width: 50%;
}

@media screen and (min-width: 576px) {
	#after-header-widgets .widget {
		width: 25%;
	}
}

#after-header-widgets .textwidget h4 {
	font-size: 1.5rem;
	margin: 0 0 .75rem;
}

#after-header-widgets .textwidget img {
	border-radius: 2px;
	-moz-box-shadow: 0 0 8px rgba(126,99,88,0.3);
	-webkit-box-shadow: 0 0 8px rgba(126,99,88,0.3);
	box-shadow: 0 0 8px rgba(126,99,88,0.3);
	cursor: pointer;
	display: block;
	margin: 0 auto;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

#after-header-widgets .textwidget img:hover {
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

#after-header-widgets .textwidget p:last-child {
	margin-bottom: 0;
}

#after-header-widgets .widget:nth-child(1) img {
	border-top: 10px solid #4191ce;
}

#after-header-widgets .widget:nth-child(2) img {
	border-top: 10px solid #125080;
}

#after-header-widgets .widget:nth-child(3) img {
	border-top: 10px solid #4191ce;
}

#after-header-widgets .widget:nth-child(4) img {
	border-top: 10px solid #125080;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Roboto Slab", serif;
}

#main {
	margin: 1rem auto 2.25rem;
	max-width: 62rem;
}

#main:after {
	clear: both;
	content: '';
	display: table;
}

#primary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
}

@media screen and (min-width: 576px) {
	#primary {
		float: left;
		width: 70%;
	}
}

#secondary {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 1rem;
}

@media screen and (min-width: 576px) {
	#secondary {
		float: right;
		width: 30%;
	}
}

article.post,article.page,
.single-wcb_sponsor article {
	background-color: #fff;
	background-position: 0 0, 50% 100%;
	background-repeat: no-repeat, no-repeat;
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	margin-bottom: 2.53125rem;
	padding: 2.53125rem;
	padding-bottom: 123px;
	border-top: 10px solid #4191ce;
}

.entry-header {
	margin-bottom: 1.5rem;
}

.entry-title {
	font-size: 2.25rem;
	line-height: 1.125;
	margin-bottom: .66667rem;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.entry-title a {
	color: inherit;
	text-decoration: none;
}

.entry-title a:hover {
	color: #4191CE;
}

.entry-title + .entry-meta {
	color: #959595;
	font-family: "Roboto Slab", serif;
	font-size: 1rem;
}

.entry-title + .entry-meta a {
	color: #4391d1;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.entry-title + .entry-meta a:hover {
	color: #337dba;
}

.entry-content > p:first-of-type {
	font-family: "Roboto", serif;
	margin-bottom: 1.125rem;
}

.entry-content blockquote {
	font-size: 1.6875rem;
	margin: 2.25rem 1rem;
}

.comment-content blockquote {
	font-size: 1.5rem;
	margin: 1.5rem .75rem;
}

.entry-content p,.comment-content p,.entry-content address {
	line-height: 1.5;
	margin: 0 0 1rem;
}

.entry-content h1,.entry-content h2,.entry-content h3,.entry-content h4,.entry-content h5,.entry-content h6,.comment-content h1,.comment-content h2,.comment-content h3,.comment-content h4,.comment-content h5,.comment-content h6 {
	line-height: 1.125;
	margin: 2.25rem 0 .75rem;
}

.entry-content h1,.comment-content h1 {
	font-size: 2.53125rem;
}

.entry-content h2,.comment-content h2 {
	font-size: 1.688rem;
	margin: 28px 0 32px;
}

.entry-content h3,.comment-content h3 {
	font-size: 1.6875rem;
}

.entry-content h4,.comment-content h4 {
	font-size: 1.5rem;
}

.entry-content h5,.comment-content h5 {
	font-size: 1.125rem;
}

.entry-content h6,.comment-content h6 {
	font-size: 1rem;
}

.entry-content p a,.comment-content a {
	color: #4191CE;
}

.entry-content p a:hover,.comment-content a:hover {
	color: #212121;
	border-bottom: 1px dotted #212121;
}

.entry-content strong,.comment-content strong {
	font-weight: 700;
}

.entry-content em,.comment-content em {
	font-style: italic;
}

.entry-content blockquote,.comment-content blockquote {
	border-bottom: 1px solid #1aaacd;
	border-top: 1px solid #1aaacd;
	font-family: "Roboto Slab", serif;
	font-style: italic;
	padding: 1rem;
}

.entry-content blockquote p:last-child,.comment-content blockquote p:last-child {
	margin-bottom: 0;
}

.entry-content ul,.comment-content ul {
	list-style-type: square;
	margin: 0 0 1rem 2.53125rem;
}

.entry-content ol,.comment-content ol {
	list-style-type: decimal;
	margin: 0 0 1rem 2.53125rem;
}

.entry-content li,.comment-content li {
	line-height: 1.5;
	margin-bottom: .33333rem;
}

.entry-content label,.comment-content label {
	display: block;
	font-weight: 700;
	font-size: 1.125rem;
	line-height: 1.125;
	margin: .75rem 0 .33333rem;
}

.entry-content label span,.comment-content label span {
	color: #e97067;
	font-size: .75rem;
	padding-left: .33333rem;
}

.entry-content input[type='text'],.entry-content input[type='email'],.entry-content textarea,.comment-content input[type='text'],.comment-content input[type='email'],.comment-content textarea {
	background: #f6f2ef;
	border: 1px solid #e3d6ca;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
}

.entry-content input[type='text']:focus,.entry-content input[type='email']:focus,.entry-content textarea:focus,.comment-content input[type='text']:focus,.comment-content input[type='email']:focus,.comment-content textarea:focus {
	background: #fff0df;
	border-color: #fdc17b;
	outline: none;
}

.entry-content a {
	font-weight: bold;
}

.entry-content .contact-submit,.comment-content .contact-submit {
	margin: 1rem 0;
	text-align: center;
}

.post-navigation {
	line-height: 1.5;
	margin-bottom: 1.6875rem;
	padding: 0 2.53125rem;
}

.post-navigation:after {
	clear: both;
	content: '';
	display: table;
}

.post-navigation .nav-previous a,.post-navigation .nav-next a {
	color: #7e6358;
}

.post-navigation .nav-previous a:hover,.post-navigation .nav-next a:hover {
	color: #e97067;
}

.post-navigation .nav-previous .meta-nav,.post-navigation .nav-next .meta-nav {
	display: none;
}

.post-navigation .nav-previous {
	float: left;
}

.post-navigation .nav-next {
	float: right;
}

.page .comments-area {
	display: none;
}

.comments-area {
	background: #fff;
	border-top: 10px solid #125080;
	border-radius: 2px;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.1);
	box-shadow: 0 0 12px rgba(126,99,88,0.1);
	margin-bottom: 1.6875rem;
	padding: 2.53125rem;
}

label {
	display: block;
	margin: 18px 0 8px;
}

p.form-submit {
	margin: 32px 0 48px;
	width: 40%;
}

p.comment-notes {
	font-size: .875rem;
	margin: 20px 0 45px;
}

label {
	display: block;
}

.comments-area .comments-title {
	font-size: 2.25rem;
	line-height: 1.125;
	margin-bottom: 2.25rem;
}

.comments-area .comment-author {
	line-height: 1.5;
}

.comments-area .comment-author .avatar {
	border: 3px solid #e97067;
	border-radius: 100%;
	float: right;
}

.comments-area .comment-meta {
	font-size: .75rem;
	line-height: 1.5;
	margin: 0 0 1.125rem;
}

.commentlist li {
	border-bottom: 1px solid #fdcd94;
	margin: 0 0 1.6875rem;
	padding: 0 0 1.6875rem;
}

.commentlist li li {
	border-bottom: 0 none;
	border-top: 1px solid #fdcd94;
	margin: 1.6875rem 0 0 1.5rem;
	padding: 1.6875rem 0 0;
}

.comment-reply-link {
	background: #83bcb3;
	border: 0 none;
	border-radius: 4px;
	color: #e6f2f0;
	cursor: pointer;
	display: inline-block;
	font-size: .75rem;
	font-weight: 700;
	padding: .44444rem .75rem;
	text-transform: uppercase;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
}

.comment-reply-link:hover {
	background: #e97067;
	color: #fff;
}

.comment-reply-title {
	font-size: 1.6875rem;
	margin: 0 0 1rem;
}

#primary-sidebar input[type='text'],#primary-sidebar input[type='email'] {
	background: rgba(255,255,255,0.9);
	border: 0 none;
	border-radius: 4px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: .5rem;
	-moz-transition: all 300ms;
	-o-transition: all 300ms;
	-webkit-transition: all 300ms;
	transition: all 300ms;
	width: 100%;
}

#primary-sidebar input[type='text']:focus,#primary-sidebar input[type='email']:focus {
	background: #fff;
	outline: none;
}

#primary-sidebar input[type='submit'] {
	display: inline-block;
}

#primary-sidebar #subscribe-submit {
	text-align: center;
}

.widget p {
	line-height: 1.5;
	margin: 0 0 1rem;
	font-size: .875rem;
}

.widget .widget-title {
	border-bottom: 2px solid #1b80cd;
	font-family: "Roboto", sans-serif;
	font-size: 1.125rem;
	font-weight: 700;
	margin: 0 0 .66667rem;
	padding: 0 0 .66667rem;
	text-transform: uppercase;
}

.widget li {
	border-bottom: 1px dotted #1aaacd;
	line-height: 1.5;
	margin: 0 0 .5rem;
	padding-bottom: .5rem;
}

.widget li a {
	color: #125080;
	text-decoration: none;
	-moz-transition: color 300ms;
	-o-transition: color 300ms;
	-webkit-transition: color 300ms;
	transition: color 300ms;
}

.main-navigation ul > li a:hover {
	color: #125080 !important;
}

.widget li a:hover {
	color: #125080 !important;
}

.site-info {
	background: #5091FF;
	padding: 3.79688rem 1rem;
	text-align: center;
}

.site-info .site-info-generator {
	background: url('//2016.athens.wordcamp.org/files/2016/06/wordcamp_logo.png') 50% 0 no-repeat;
	color: #fff;
	display: block;
	padding-top: 6rem;
	background-size: 120px;
}

@media screen and (max-width: 1023px) {
	.site-info .site-info-generator {
		padding-top: 9.5em;
	}
}

.site-info .site-info-generator:hover {
	color: #fff;
}

.site-info .site-info-network {
	background: url('//2016.athens.wordcamp.org/files/2016/07/header-ribbon.png') 50% 0 no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #0e5a6a;
	cursor: pointer;
	font-size: .75rem;
	height: 78px;
	left: 1.125rem;
	padding: 7px 10px 0;
	position: absolute;
	text-decoration: none;
	top: 0;
	width: 95px;
}

.site-info .site-info-network:hover {
	color: #e97067;
}

body div.sharedaddy h3.sd-title {
	font-size: 1.125rem;
	margin: 1rem 0 .75rem;
}

body div.sharedaddy h3.sd-title:before {
	border-top: 0 none;
	margin-bottom: 0;
}

.wcorg-organizer {
	border-bottom: 1px solid #e3d6ca;
}

.wcorg-organizer:first-child {
	border-top: 1px solid #e3d6ca;
}

.wcorg-organizer-description {
	font-size: .8rem;
}

.wcorg-organizer .wcorg-organizer-description:after {
	clear: both;
	content: '';
	display: table;
}

.wcorg-organizer .avatar {
	float: left;
	margin: 0 1rem 1rem 0;
	border-radius: 50%;
}

.wcorg-organizer div.sharedaddy {
	display: none;
}

.speaker {
	border-bottom: 1px solid #e3d6ca;
}

.speaker:first-child {
	border-top: 1px solid #e3d6ca;
}

.speaker .speaker-bio > p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.speaker .speaker-bio:after {
	clear: both;
	content: '';
	display: table;
}

.speaker .avatar {
	float: left;
	margin: 0 1rem 1rem 0;
}

.speaker div.sharedaddy {
	display: none;
}

.wcpt-schedule {
	margin: 1.125rem 0;
}

.wcpt-schedule th,.wcpt-schedule td {
	padding: .75rem;
}

.wcpt-schedule th {
	background: #125080;
	border: 1px solid #fff;
	color: #fff;
}

.wcpt-schedule .wcpt-time {
	background: #A5C7FF;
	border: 1px solid #fff;
}

.wcpt-schedule .wcpt-session-type-session {
	background: #fffcf9;
	border: 1px solid #fff;
}

.wcpt-schedule .global-session .wcpt-time {
	background: #5091ff;
	color: #fff;
}

.wcpt-schedule .global-session .wcpt-session-type-custom {
	background: #C5DBFF;
	border: 1px solid #fff;
}

.wcpt-schedule .wcpt-session-title {
	display: block;
	line-height: 1.125;
	margin-bottom: 1rem;
}

.wcpt-schedule .wcpt-session-speakers {
	font-size: .75rem;
	line-height: 1.125;
}

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

.wcpt-schedule a {
	color: #5091ff;
}

.wcpt-schedule a:hover {
	color: #0e63d8;
}

.sponsor-level-title {
	border-bottom: 5px solid #83bcb3;
	border-top: 5px solid #83bcb3;
	color: #0e5a6a;
	padding: .5rem;
}

.sponsor {
	border-bottom: 1px solid #e3d6ca;
}

.sponsor .sharedaddy {
	display: none;
}

.sponsor .sponsor-title img {
	max-width: 60%;
}

.sponsor .sponsor-description > p:first-of-type {
	font-family: "Roboto", sans-serif;
	font-size: 1rem;
	margin-bottom: 1rem;
}

.site-title {
	width: 271px;
	height: 500px;
	background: url('https://2016.athens.wordcamp.org/files/2016/07/logocathens2016.png') no-repeat;
	margin: 0 auto;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	-webkit-background-size: 100% auto;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

@media print,screen and (min-width: 768px) {
	.home .site-title {
		width: 300px;
		height: 380px;
	}
}

@media screen and (min-width: 1024px) {
	.home .site-title {
		width: 350px;
		height: 450px;
	}
}

@media print,screen and (min-width: 768px) {
	.site-title {
		width: 150px;
		height: 200px;
	}
}

@media screen and (min-width: 1024px) {
	.site-title {
		width: 300px;
		height: 379px;
	}
}

.site-description {
	display: none;
}

.menu-primary-nav-container {
	max-width: 960px !important;
	margin: auto;
	display: block;
	width: 100%;
}

.wcb_widget_sponsors .sponsor-level {
	background: rgba(255,255,255,0.4);
	border-radius: 2px;
	border-top: 5px solid #fdc17b;
	-moz-box-shadow: 0 0 12px rgba(126,99,88,0.05);
	-webkit-box-shadow: 0 0 12px rgba(126,99,88,0.05);
	box-shadow: 0 0 12px rgba(126,99,88,0.05);
	padding: 1rem;
	margin-bottom: 1rem;
}

.wcb_widget_sponsors .sponsor-level-title {
	border-bottom: 0 none;
	border-top: 0 none;
	color: #0e5a6a;
	font-size: 1.5rem;
	margin: 0;
	padding: 0;
	text-align: center;
}

.wcb_widget_sponsors .sponsor-logo {
	margin: 1rem 0 0;
}

.wcb_widget_sponsors .sponsor-logo img {
	display: block;
}

.tix_tickets_table + p,.tix-ticket-form + p {
	margin-top: 1rem;
}

.tix_tickets_table th,.tix-ticket-form th {
	border-bottom: 5px solid #83bcb3;
	font-family: 'Crete Round', serif;
	font-size: 1.125rem;
	font-weight: 400;
	padding: .5rem;
}

.tix_tickets_table td,.tix-ticket-form td {
	border-bottom: 1px solid #d1bca9;
	line-height: 1.25;
	padding: 1rem .5rem;
}

strong.tix-ticket-title {
	color: #0e5a6a;
	display: block;
	font-family: 'Crete Round', serif;
	font-weight: 400;
	margin: 0;
}

span.tix-ticket-excerpt {
	display: block;
	font-size: .75rem;
	line-height: 1.5;
}

td.tix-column-price,td.tix-column-quantity {
	background: #fff8f0;
	text-align: right;
}

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

.tix_tickets_table .tix-row-total td,.tix-ticket-form .tix-row-total td {
	border-bottom: 0 none;
	text-align: right;
}

.entry-content .tix_tickets_table label {
	display: inline;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin: 0;
}

.tix-error,.tix-notice,.tix-info {
	margin-bottom: 1rem;
}

aside#text-6 h1 {
	font-size: 3rem;
	text-align: center;
	color: #125080;
	font-family: inherit;
}

aside#text-6 h4 {
	font-size: 1.8rem;
	text-align: center;
	color: #125080;
	font-family: inherit;
}

/****************************************** FOOTER *********************************************/
footer.entry-meta .cat-links:before,footer.entry-meta .tag-links:before,footer.entry-meta .comments-link:before,footer.entry-meta .edit-link:before,.post-navigation .nav-previous:before {
	background: transparent url('https://2016.athens.wordcamp.org/files/2016/07/icons-sm-1.png');
	background-repeat: no-repeat;
	content: '';
	display: inline-block;
	font-weight: 400;
	font-style: normal;
	line-height: 1;
	margin-right: .14815rem;
	overflow: hidden;
	height: 16px;
	vertical-align: text-top;
	width: 16px;
}

footer.entry-meta .cat-links:before {
	background-position: 0 0;
}

footer.entry-meta .tag-links:before {
	background-position: 0 -16px;
}

footer.entry-meta .comments-link:before {
	background-position: 0 -32px;
}

footer.entry-meta .edit-link:before {
	background-position: 0 -48px;
}

footer.entry-meta {
	border-bottom: 1px solid #4191ce;
	border-top: 1px solid #4191ce;
	color: #aaa;
	line-height: 1.5;
	margin: 2.25rem 0 0;
	padding: .5rem 0;
	font-size: .9rem;
}

footer.entry-meta .sep {
	margin: 0 .33333rem;
}

.site-footer {
	background: #fff;
}

#footer-widgets {
	display: none;
	margin: 0 auto;
	max-width: 62rem;
	padding: 1.125rem;
}

#footer-widgets:after {
	clear: both;
	content: '';
	display: table;
}

#footer-widget-1,#footer-widget-2,#footer-widget-3 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
}

@media screen and (min-width: 576px) {
	#footer-widget-1,#footer-widget-2,#footer-widget-3 {
		float: left;
		width: 33.33333%;
	}
}

@media print,screen and (min-width: 4768px) {
	#footer-widget-1,#footer-widget-2,#footer-widget-3 {
		width: 20%;
	}
}

#footer-widget-4 {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1rem;
}

@media screen and (min-width: 576px) {
	#footer-widget-4 {
		clear: both;
		margin-top: 1rem;
	}
}

@media print,screen and (min-width: 4768px) {
	#footer-widget-4 {
		clear: none;
		float: right;
		margin-top: 0;
		width: 40%;
	}
}

.budget th {
	padding: 10px;
	text-align: center;
	background: #2C7CEC;
	color: white;
}

.budget td {
	padding: 8px;
	border: 1px solid #969696;
}

.budget table {
	border-collapse: collapse;
	border-spacing: 0;
	font-size: .8rem;
	border: 1px solid #2C7CEC;
	margin-bottom: 20px;
}

.budget tfoot td {
	background: #e9e9e9;
}