/*
Theme Name:     WCKTMNEPAL 2016
Theme URI:
Description:    Theme for WordCamp Kathmandu, Nepal 2016
Author:         WordPress Kathmandu
Author URI:
Template:       twentysixteen
Version:        0.1.0
*/
.site {
	margin: 0;
}

body:not(.custom-background-image)::before,
body:not(.custom-background-image)::after {
	height: 0;
}

.home #masthead {
	padding: 0;
	margin-top: 50px;
	background: rgba(0,0,0,0) url('https://2016.kathmandu.wordcamp.org/files/2016/07/wcktm-main-banner.png') no-repeat;
	background-size: 100%;
	height: 540px;
}

#masthead {
	background: rgba(0,0,0,0) url('https://2016.kathmandu.wordcamp.org/files/2016/07/wcktm-inner-banner.png') no-repeat scroll center bottom / 100% auto;
	height: 230px;
	margin-top: 47px;
	padding: 0;
}

.site-branding {
	display: none;
}

.site-content {
	padding-top: 50px;
}

.entry-content a,
.widget-area a,
.entry-footer a:hover {
	color: #ce272a;
}

.widget-area a:hover {
	color: #686868;
}

.entry-title a:hover,
.site-footer a:hover {
	color: #ce272a;
}

nav.pagination a {
	color: #ce272a;
}

.pagination .prev:hover,
.pagination .prev:focus,
.pagination .next:hover,
.pagination .next:focus {
	background-color: #ce272a;
}

.post-navigation a:hover .post-title,
.post-navigation a:focus .post-title {
	color: #ce272a;
}

blockquote {
	border-color: #ce272a;
}

a:hover, a:active {
	opacity: 1;
}

.header-image a:hover img,
.header-image a:focus img {
	opacity: 1;
}

.page-slug-organizers .wcorg-organizer img,
.page-slug-volunteers .wcorg-organizer img {
	margin-right: 15px;
	float: left;
}

body:not(.search-results) article:not(.type-page) .entry-content {
	float: left;
	width: 100%;
	clear: both;
	margin-bottom: 20px;
}

body:not(.search-results) article:not(.type-page) .entry-footer {
	margin-top: 15px;
	padding-top: 30px;
	border-top: 1px #333 dotted;
	float: none;
	width: 100%;
	clear: both;
	text-align: center;
}

body:not(.search-results) article:not(.type-page) .entry-footer .avatar {
	text-align: center;
	margin: 0 auto;
}

.entry-content blockquote:not(.alignleft):not(.alignright), .entry-summary blockquote, .comment-content blockquote {
	margin-left: 0;
}

article .entry-content ul,
article .entry-content ol {
	list-style-position: inside;
}

.page-slug-code-of-conduct .entry-content ol > li,
.page-id-2399 .entry-content ol > li {
	margin-bottom: 25px;
}

.page-slug-code-of-conduct .entry-content ol > li strong,
.page-id-2399 .entry-content ol > li strong {
	margin-bottom: 10px;
	display: inline-block;
}

/* Attendees */
#tix-attendees .avatar {
	float: none;
	width: auto;
	height: auto;
}

#tix-attendees .tix-attendee-list li {
	margin-bottom: 70px;
}

#tix-attendees .tix-field {
	margin-left: 0;
}

.sitem-wrap {
	margin: 40px 0;
	display: block;
	clear: both;
	height: auto;
	overflow: hidden;
}

.sitem-wrap .sitem-image {
	float: left;
	margin-right: 20px;
}

.page-slug-schedule .wcpt-session-speakers {
	clear: both;
	display: block;
	font-style: italic;
	font-size: .9em;
}

.page-slug-schedule .wcpt-time {
	font-weight: bold;
}

.page-slug-schedule .global-session td:not(.wcpt-time) {
	font-weight: bold;
	text-align: center;
}

.page-slug-schedule .wcb-session-workshop-in-saas,
.page-slug-schedule .wcb-session-workshop-in-rest-api,
.page-slug-schedule .wcpt-time-150pm .wcpt-session-empty {
	border-bottom: medium none;
}

@media only screen and (min-width:910px) {
	.site-inner {
		max-width: 100%;
	}
	
	#site-header-menu {
		background-color: #2f3436;
		left: 0;
		margin: 0;
		position: fixed;
		top: 0;
		width: 100%;
		z-index: 999;
	}
	
	#site-navigation {
		max-width: 1189px;
		margin: 0 auto;
		text-align: center;
	}
	
	#site-navigation li {
		float: none;
		display: inline-block;
		margin-left: -4px;
	}
	
	#site-navigation li a {
		color: #ffffff;
		padding-bottom: 15px;
		padding-top: 15px;
	}
	
	#site-navigation li a:hover,
		#site-navigation li:hover > a {
		background-color: #ce272a;
	}
	
	#site-navigation li li a {
		color: #2f3436;
		padding-bottom: 10px;
		padding-top: 10px;
	}
	
	#site-navigation li li a:hover {
		color: #FFF;
	}
	
	#site-navigation .menu-item-has-children > a::after {
		top: 18px;
	}
	
	#site-navigation .current-menu-item > a,
		#site-navigation .current-menu-ancestor > a,
		#site-navigation li li.current-menu-item > a,
		#site-navigation li li.current-menu-ancestor > a {
		background-color: #CE272A;
		font-weight: normal;
		color: #fff;
	}
	
	#site-navigation li li {
		text-align: left;
		display: block;
		width: 100%;
	}
	
	.main-navigation ul ul a {
		width: 100%;
	}
	
	#site-navigation li:hover ul {
		left: 4px;
		min-width: 200px;
	}
	
	#site-navigation li li:hover ul {
		left: 0;
		min-width: 200px;
	}
	
	.main-navigation ul ul::before,
		.main-navigation ul ul::after {
		display: none;
	}
	
	body.admin-bar .site-header-menu ul {
		margin-top: 30px;
	}
	
	body.admin-bar .site-header-menu ul ul {
		margin-top: 0;
	}
}

@media only screen and (max-width:1100px) {
	.home #masthead {
		height: 400px;
	}
	
	#masthead {
		height: 180px;
	}
}

@media only screen and (max-width:1023px) {
	#masthead {
		height: 134px;
	}
	
	.home #masthead {
		height: 300px;
	}
	
	.home .site-branding {
		display: block;
		float: left;
	}
	
	.site-branding {
		display: none;
	}
	
	.site-header-menu {
		clear: both;
	}
	
	.site-header-main {
		display: block;
		flex-wrap: wrap;
		padding: 0;
	}
	
	.menu-toggle {
		float: right;
		margin-right: 20px;
	}
	
	.site-branding {
		text-align: left;
	}
	
	.site-branding {
		padding: 0 30px;
	}
	
	#masthead {
		padding: 0;
	}
	
	.site-header-menu {
		margin: .875em 1em;
	}
	
	.site-header-menu {
		background-color: #ffffff;
		position: absolute;
		top: 80px;
		width: 92%;
		z-index: 9999;
	}
	
	.main-navigation a {
		padding: .84375em 1em;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-content,
		body:not(.search-results) article:not(.type-page) .entry-footer {
		width: 85%;
	}
}

@media only screen and (max-width:910px) {
	#masthead,
		.home #masthead {
		margin-top: 0;
	}
}

@media only screen and (max-width:767px) {
	.home #masthead {
		height: 200px;
		padding: 0;
	}
	
	#masthead {
		height: 115px;
		padding: 0;
		background-position: top;
	}
	
	#menu-toggle {
		position: absolute;
		top: 0;
		right: 0;
	}
	
	.site-header-main {
		padding-right: 0;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-content {
		width: 85% !important;
	}
	
	body:not(.search-results) article:not(.type-page) .entry-footer {
		width: 85% !important;
	}
	
	.site-header-main {
		margin-bottom: 15px;
	}
	
	.site-branding {
		margin-top: 220px;
		text-align: center;
	}
	
	.site-header-main {
		margin-bottom: 0;
	}
}

@media only screen and (max-width:479px) {
	.home #masthead {
		height: 200px;
		padding: 0;
	}
	
	#masthead {
		background-position: center top;
		height: 63px;
		padding: 0;
	}
	
	.site-branding {
		margin-top: 165px;
	}
	
	.site-title {
		font-size: 16px;
		line-height: 1.5;
	}
	
	#tix-attendees .tix-columns-3 li {
		width: 50%;
	}
}