/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 *  */
/* line 1, ../sass/_main.scss */
* {
	box-sizing: border-box;
}

/* line 4, ../sass/_main.scss */
html {
	font-size: 16px;
}

/* line 7, ../sass/_main.scss */
body {
	font-family: 'Lato';
	color: #555;
	font-size: 1rem;
}

/* line 12, ../sass/_main.scss */
input:focus,
textarea:focus,
button:focus {
	outline: 0;
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 400;
	src: local("Montserrat-Regular"), format("woff2");
}

@font-face {
	font-family: 'Montserrat';
	font-style: normal;
	font-weight: 700;
	src: local("Montserrat-Bold"), format("woff2");
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local("Lato Regular"), local("Lato-Regular"), format("woff2");
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 700;
	src: local("Lato Bold"), local("Lato-Bold"), format("woff2");
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 400;
	src: local("Lato Italic"), local("Lato-Italic"), format("woff2");
}

@font-face {
	font-family: 'Lato';
	font-style: italic;
	font-weight: 700;
	src: local("Lato Bold Italic"), local("Lato-BoldItalic"), format("woff2");
}

/* line 43, ../sass/_fonts.scss */
h1 {
	font-size: 2.4rem;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1rem;
}

/* line 49, ../sass/_fonts.scss */
h2 {
	font-size: 2rem;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1rem;
}

/* line 55, ../sass/_fonts.scss */
h3 {
	font-size: 1.8rem;
	font-family: 'Montserrat', sans-serif;
	margin-bottom: 1rem;
}

/* line 61, ../sass/_fonts.scss */
h4 {
	font-size: 1.6rem;
	font-family: 'Montserrat', sans-serif;
}

/* line 66, ../sass/_fonts.scss */
h5 {
	font-size: 1.4rem;
	font-family: 'Montserrat', sans-serif;
}

/* line 71, ../sass/_fonts.scss */
h6 {
	font-size: 1rem;
	font-family: 'Montserrat', sans-serif;
}

/* line 76, ../sass/_fonts.scss */
p,
li {
	font-size: 1rem;
	line-height: 2rem;
}

/* line 1, ../sass/_buttons.scss */
.button, #after-header-widgets .hero-section-cta a, .form-submit .submit, .form-submit .submit:hover, form.contact-form input[type="submit"], #tix input[type="submit"] {
	padding: 12px 18px;
	border-radius: 2px;
	border: 2px solid #000;
	text-transform: uppercase;
	font-size: 1rem;
}

/* line 9, ../sass/_buttons.scss */
#after-header-widgets .textwidget {
	width: 100%;
	position: absolute;
	top: 440px;
}

/* line 14, ../sass/_buttons.scss */
#after-header-widgets .hero-section-cta {
	text-align: center;
	width: 100%;
	max-width: 1080px;
	margin: auto;
}

/* line 21, ../sass/_buttons.scss */
#after-header-widgets .hero-section-cta a {
	background-color: #DC6A36;
	border-color: #DC6A36;
	color: #fff;
	-webkit-transition: width .25s;
	transition: width .25s;
}

/* line 28, ../sass/_buttons.scss */
#after-header-widgets .hero-section-cta a:hover {
	background-color: #d45c25;
	border-color: #d45c25;
}

/* line 34, ../sass/_buttons.scss */
a,
a:visited {
	color: #6DDACA;
	text-decoration: none;
	letter-spacing: 1px;
}

/* line 40, ../sass/_buttons.scss */
a:hover,
a:focus {
	color: #E58F06;
}

/* line 5, ../sass/_layout.scss */
body {
	position: relative;
}

/* line 1, ../sass/_navigation.scss */
.nav-register-now {
	position: fixed !important;
	bottom: 20px;
	right: 20px;
	padding: 0 !important;
}

/* line 6, ../sass/_navigation.scss */
.nav-register-now a {
	font-size: 1rem;
	padding: 12px 20px 12px 36px !important;
	width: 188px;
	border-radius: 2px;
	text-align: center;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	background-color: #DC6A36 !important;
	border: 2px solid #DC6A36;
	color: #fff !important;
}

/* line 20, ../sass/_navigation.scss */
.nav-register-now a:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	background-image: url('https://sunshinecoast.wordcamp.org/2016/files/2016/01/Ticket_Icon.png');
	background-size: 100%;
	left: 18px;
	top: 16px;
}

/* line 31, ../sass/_navigation.scss */
.nav-register-now a:hover {
	background-color: #d45c25 !important;
	border-color: #d45c25 !important;
}

/* line 36, ../sass/_navigation.scss */
.home .nav-register-now {
	display: none !important;
}

/* line 51, ../sass/_navigation.scss */
.main-navigation {
	position: absolute;
	bottom: 40px;
}

/* line 55, ../sass/_navigation.scss */
.main-navigation .menu-primary-menu-container,
.main-navigation .menu-menu-1-container {
	display: table;
	margin: 0 auto;
}

/* line 60, ../sass/_navigation.scss */
.main-navigation ul.menu {
	width: 100%;
}

/* line 62, ../sass/_navigation.scss */
.main-navigation ul.menu li {
	display: inline-block;
}

/* line 66, ../sass/_navigation.scss */
.main-navigation ul.menu li a {
	padding: 20px 28px;
	color: #fff;
	background-color: #F9D05B;
	font-size: 1rem;
}

/* line 74, ../sass/_navigation.scss */
.main-navigation ul.menu li.current-menu-item a {
	color: #fff;
	background-color: #6DDACA;
}

/* line 80, ../sass/_navigation.scss */
.main-navigation ul.menu li:hover a {
	color: #fff;
	background-color: #6DDACA;
}

/* line 87, ../sass/_navigation.scss */
.main-navigation ul.menu li:first-child a {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

/* line 93, ../sass/_navigation.scss */
.main-navigation ul.menu li:nth-last-child(2) a {
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

/* line 104, ../sass/_navigation.scss */
.home .main-navigation ul li a {
	background-color: #fff;
	color: #51AD94;
}

/* line 112, ../sass/_navigation.scss */
.menu-toggle {
	font-size: 0;
	display: block;
	position: fixed;
	top: 30px;
	left: 30px;
	z-index: 1100;
}

/* line 120, ../sass/_navigation.scss */
.menu-toggle:after {
	content: "";
	position: absolute;
	display: block;
	width: 30px;
	height: 25px;
	background-image: url('https://2016.sunshinecoast.wordcamp.org/files/2016/03/menu-toggle-1.png');
	background-size: cover;
}

/* line 133, ../sass/_navigation.scss */
.main-small-navigation .menu-primary-menu-container .menu,
.main-small-navigation .menu-menu-1-container .menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #6DDACA;
	list-style: none;
	margin: 0;
	text-align: center;
	font-size: 1.2rem;
	line-height: 2rem;
	color: #fff;
	padding-top: 20vh;
	z-index: 1000;
}

/* line 148, ../sass/_navigation.scss */
.main-small-navigation .menu-primary-menu-container .menu li,
.main-small-navigation .menu-menu-1-container .menu li {
	margin-bottom: 20px;
}

/* line 151, ../sass/_navigation.scss */
.main-small-navigation .menu-primary-menu-container .menu a,
.main-small-navigation .menu-menu-1-container .menu a {
	color: #fff;
}

/* line 157, ../sass/_navigation.scss */
.post-navigation {
	max-width: 680px;
	margin: auto !important;
	font-size: 1rem;
}

/* line 1, ../sass/_footer.scss */
.site-footer {
	background-color: #fff;
	border-top: 2px solid #F9D05B;
}

/* line 5, ../sass/_footer.scss */
#footer-widgets {
	max-width: 1080px;
	margin: auto;
	padding: 40px 0;
}

/* line 10, ../sass/_footer.scss */
#footer-widgets .sponsor-logo img {
	height: 25px;
	width: auto;
	margin: 0 10px;
}

/* line 16, ../sass/_footer.scss */
#footer-widgets .noosa .sponsor-logo img {
	height: 45px;
}

/* line 19, ../sass/_footer.scss */
#footer-widgets .mooloolaba .sponsor-logo img {
	height: 40px;
}

/* line 22, ../sass/_footer.scss */
#footer-widgets .coolum .sponsor-logo img {
	height: 35px;
}

/* line 25, ../sass/_footer.scss */
#footer-widgets .sponsor-level-title {
	display: none;
}

/* line 31, ../sass/_footer.scss */
#footer-widgets .sponsor-level {
	padding-bottom: 40px;
}

/* line 37, ../sass/_footer.scss */
#footer-widgets:after {
	content: "";
	display: table;
	clear: both;
}

/* line 40, ../sass/_footer.scss */
#footer-widget-1,
#footer-widget-2,
#footer-widget-3,
#footer-widget-4 {
	width: 25%;
	display: block;
	float: left;
}

/* line 47, ../sass/_footer.scss */
#footer-widget-1 .widget-title,
#footer-widget-2 .widget-title,
#footer-widget-3 .widget-title,
#footer-widget-4 .widget-title {
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 16px;
}

/* line 52, ../sass/_footer.scss */
#footer-widget-1 .menu,
#footer-widget-2 .menu,
#footer-widget-3 .menu,
#footer-widget-4 .menu {
	list-style: none;
	margin-left: 0;
	font-size: 1rem;
}

/* line 57, ../sass/_footer.scss */
#footer-widget-1 li,
#footer-widget-2 li,
#footer-widget-3 li,
#footer-widget-4 li {
	margin-bottom: 6px;
}

/* line 62, ../sass/_footer.scss */
#footer-widget-5 {
	width: 100%;
	display: block;
	float: left;
	text-align: center;
	padding-top: 20px;
}

/* line 68, ../sass/_footer.scss */
#footer-widget-5 .widget-title {
	position: relative;
	font-size: 1.2rem;
	font-weight: 700;
	margin-bottom: 40px;
}

/* line 74, ../sass/_footer.scss */
#footer-widget-5 aside {
	margin-bottom: 0;
}

/* line 103, ../sass/_footer.scss */
#footer-widget-5 .menu {
	list-style: none;
	margin-left: 0;
	font-size: 1rem;
}

/* line 108, ../sass/_footer.scss */
#footer-widget-5 li {
	margin-bottom: 6px;
}

/* line 112, ../sass/_footer.scss */
.widget img.footer-wapoolaba {
	max-width: 180px;
}

/* line 115, ../sass/_footer.scss */
.site-info {
	background-color: #6DDACA;
	margin: auto;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
}

/* line 122, ../sass/_footer.scss */
.site-info p,
.site-info a {
	display: inline-block;
	color: #fff;
	font-size: 1rem;
}

/* line 129, ../sass/_footer.scss */
.site-info a:first-child {
	padding-right: 20px;
	margin-right: 12px;
	border-right: 2px solid #fff;
}

/* line 136, ../sass/_footer.scss */
.wcb_widget_sponsors .sponsor-logo {
	display: inline-block !important;
}

@media screen and (max-width: 992px) {
	/* line 141, ../sass/_footer.scss */
	#footer-widget-1,
	  #footer-widget-2,
	  #footer-widget-3,
	  #footer-widget-4 {
		width: 50%;
	}
	
	/* line 147, ../sass/_footer.scss */
	#footer-widgets {
		padding-left: 20px;
		padding-right: 20px;
	}
}

@media screen and (max-width: 768px) {
	/* line 153, ../sass/_footer.scss */
	#footer-widget-1,
	  #footer-widget-2,
	  #footer-widget-3,
	  #footer-widget-4 {
		width: 100%;
	}
}

/* line 3, ../sass/_sections.scss */
.home .site-header {
	width: 100%;
	height: 100vh;
	min-height: 720px;
	position: relative;
	background-image: url('https://sunshinecoast.wordcamp.org/2016/files/2016/01/Wordcamp_Sunshine_Coast_Hero_Background_7.jpg');
	background-size: cover;
	padding-top: 70px;
	border: 20px solid #fff;
}

/* line 27, ../sass/_sections.scss */
.home .site-title {
	text-align: center;
	max-width: 680px;
	margin: auto;
	padding-top: 40px;
	font-weight: 700;
}

/* line 33, ../sass/_sections.scss */
.home .site-title a {
	display: block;
	font-size: 0;
	color: #fff;
	line-height: 0;
}

/* line 42, ../sass/_sections.scss */
.home .site-title:before {
	content: "";
	display: block;
	position: relative;
	width: 300px;
	max-width: 100%;
	height: 200px;
	background-image: url('https://sunshinecoast.wordcamp.org/2016/files/2016/01/WordCampSC_Logo_Primary_white.png');
	background-size: 100%;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -170px;
	margin-bottom: 20px;
}

/* line 57, ../sass/_sections.scss */
.home .site-description {
	display: block;
	text-align: center;
	max-width: 680px;
	margin: auto;
	font-size: 1.2rem;
	color: #fff;
}

/* line 65, ../sass/_sections.scss */
.home #hashtag {
	color: #fff;
	font-size: 1.5rem;
	margin: 0 auto;
	position: relative;
	text-align: center;
	font-style: italic;
	letter-spacing: 1px;
	margin-bottom: 40px;
}

/* line 82, ../sass/_sections.scss */
.site-header {
	width: 100%;
	position: relative;
	background-size: cover;
	padding-bottom: 80px;
	border: 20px solid #fff;
}

/* line 91, ../sass/_sections.scss */
.site-title {
	text-align: left;
	max-width: 1080px;
	margin: auto;
	font-weight: 700;
}

/* line 97, ../sass/_sections.scss */
.site-title a {
	display: block;
	font-size: 0;
	color: #fff;
	line-height: 0;
}

/* line 105, ../sass/_sections.scss */
.site-title:before {
	content: "";
	display: block;
	position: relative;
	width: 160px;
	height: 110px;
	background-image: url('https://sunshinecoast.wordcamp.org/2016/files/2016/01/WordCampSC_Logo_Primary-1.png');
	background-size: 100%;
	background-repeat: no-repeat;
	left: 50%;
	margin-left: -80px;
	margin-bottom: 30px;
}

/* line 119, ../sass/_sections.scss */
.site-description {
	display: none;
}

/* line 2, ../sass/_components.scss */
.entry-header .entry-meta {
	font-size: 1rem;
	color: #bbb;
}

/* line 7, ../sass/_components.scss */
footer.entry-meta {
	color: #bbb;
	font-size: 1rem;
}

/* line 10, ../sass/_components.scss */
footer.entry-meta .sep {
	display: none;
}

/* line 13, ../sass/_components.scss */
footer.entry-meta a {
	font-size: 14px;
	padding: 3px 8px;
	background-color: #F9D05B;
	color: #fff;
	border-radius: 2px;
	margin-right: 4px;
	-webkit-transition: width .25s;
	transition: width .25s;
}

/* line 22, ../sass/_components.scss */
footer.entry-meta a:last-child {
	margin-right: 10px;
}

/* line 25, ../sass/_components.scss */
footer.entry-meta a:hover {
	background-color: #f8c942;
}

/* line 30, ../sass/_components.scss */
.tag-links {
	font-size: 0;
}

/* line 33, ../sass/_components.scss */
.tag-links a {
	font-size: 14px;
	padding: 3px 8px;
	background-color: #F9D05B;
	color: #fff;
	border-radius: 2px;
	margin-right: 4px;
	-webkit-transition: width .25s;
	transition: width .25s;
}

/* line 42, ../sass/_components.scss */
.tag-links a:last-child {
	margin-right: 10px;
}

/* line 45, ../sass/_components.scss */
.tag-links a:hover {
	background-color: #f8c942;
}

/* line 50, ../sass/_components.scss */
.comments-link a {
	font-size: 14px;
	padding: 3px 8px;
	background-color: #DC6A36;
	color: #fff;
	border-radius: 2px;
	margin-right: 6px;
	-webkit-transition: width .25s;
	transition: width .25s;
}

/* line 59, ../sass/_components.scss */
.comments-link a:hover {
	background-color: #d45c25;
}

/* line 63, ../sass/_components.scss */
.post {
	max-width: 680px;
	margin: auto;
	padding: 40px 0 55px;
	border-bottom: 2px solid #F9D05B;
}

/* line 69, ../sass/_components.scss */
.post:first-child {
	padding-top: 0;
}

/* line 72, ../sass/_components.scss */
.post:last-child {
	border-bottom: 0;
}

/* line 75, ../sass/_components.scss */
.comments-area {
	background-color: #F9D05B;
	padding: 40px 0;
	color: #fff;
}

/* line 79, ../sass/_components.scss */
.comments-area .comments-title,
.comments-area .commentlist,
.comments-area .comment-respond {
	max-width: 680px;
	margin: auto;
}

/* line 86, ../sass/_components.scss */
.comments-title {
	font-size: 1.4rem;
	margin-bottom: 40px !important;
}

/* line 90, ../sass/_components.scss */
.commentlist {
	list-style: none;
}

/* line 93, ../sass/_components.scss */
.comment {
	border-radius: 2px;
	background-color: #fff;
	color: #333;
	margin-bottom: 40px;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.1);
}

/* line 100, ../sass/_components.scss */
.comment-author {
	padding: 20px;
	border-bottom: 2px solid #eee;
	font-size: 1rem;
}

/* line 105, ../sass/_components.scss */
.comment-meta {
	font-size: 1rem;
	padding: 10px 20px;
}

/* line 109, ../sass/_components.scss */
.comment-content {
	padding: 10px 20px;
}

/* line 112, ../sass/_components.scss */
.reply {
	padding: 10px 20px 20px;
}

/* line 114, ../sass/_components.scss */
.reply a {
	font-size: 14px;
	padding: 3px 8px;
	background-color: #DC6A36;
	color: #fff;
	border-radius: 2px;
	margin-right: 6px;
	-webkit-transition: width .25s;
	transition: width .25s;
}

/* line 123, ../sass/_components.scss */
.reply a:hover {
	background-color: #d45c25;
}

/* line 128, ../sass/_components.scss */
.logged-in-as a {
	color: #DC6A36;
}

/* line 133, ../sass/_components.scss */
.comment-form-comment textarea {
	border: 0;
}

/* line 138, ../sass/_components.scss */
.form-submit .submit {
	background: none;
	box-shadow: none;
	background-color: #DC6A36;
	border-color: #DC6A36;
	color: #fff;
	text-shadow: none;
	-webkit-appearance: none;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* line 150, ../sass/_components.scss */
.form-submit .submit:hover {
	background: none;
	box-shadow: none;
	background-color: #d45c25;
	border-color: #d45c25;
	color: #fff;
	text-shadow: none;
	-webkit-appearance: none;
}

/* line 161, ../sass/_components.scss */
.entry-header,
.entry-content {
	width: 100%;
	max-width: 680px;
	margin: auto;
	margin-bottom: 20px;
	padding: 0 20px;
}

/* line 170, ../sass/_components.scss */
.site-content .wp-post-image {
	margin: 0 auto 1em;
	display: block;
	max-width: 680px;
	height: auto;
	top: -1em;
	position: relative;
}

/* line 179, ../sass/_components.scss */
footer.entry-meta {
	padding: 0 20px;
}

/* line 183, ../sass/_components.scss */
.page .entry-title {
	display: none;
}

/* line 187, ../sass/_components.scss */
.wcpt-schedule {
	border: 1px Solid #F9D05B;
	border-radius: 2px;
}

/* line 190, ../sass/_components.scss */
.wcpt-schedule thead {
	background-color: #F9D05B;
	color: #fff;
}

/* line 193, ../sass/_components.scss */
.wcpt-schedule thead th {
	padding: 10px;
}

/* line 197, ../sass/_components.scss */
.wcpt-schedule td {
	border: 1px solid #F9D05B;
	padding: 10px;
}

/* line 201, ../sass/_components.scss */
.wcpt-schedule a {
	letter-spacing: 0;
}

/* line 204, ../sass/_components.scss */
.wcpt-schedule a.wcpt-session-title {
	color: #555;
	display: block;
	font-weight: 700;
}

/* line 209, ../sass/_components.scss */
.wcpt-schedule a.wcpt-session-title:hover {
	color: #E58F06;
}

/* line 1, ../sass/_widgets.scss */
.textwidget {
	font-size: 1rem;
}

/* line 1, ../sass/_forms.scss */
form.contact-form {
	font-size: 1rem;
}

/* line 3, ../sass/_forms.scss */
form.contact-form input[type="text"],
form.contact-form input[type="email"],
form.contact-form textarea {
	width: 100%;
	margin-bottom: 20px;
	border: 2px solid #eee;
	border-radius: 2px;
	padding: 8px 12px;
}

/* line 12, ../sass/_forms.scss */
form.contact-form input[type="submit"] {
	background: none;
	background-color: #DC6A36;
	border-color: #DC6A36;
	color: #fff;
	background: #DC6A36;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: width .25s;
	transition: width .25s;
	margin-top: 1.5rem;
}

/* line 24, ../sass/_forms.scss */
form.contact-form input[type="submit"]:hover {
	background-color: #d45c25;
	border-color: #d45c25;
}

/* line 29, ../sass/_forms.scss */
#tix {
	padding-top: 0;
}

/* line 31, ../sass/_forms.scss */
#tix .tix-column-remaining {
	display: none;
}

/* line 34, ../sass/_forms.scss */
#tix .tix-column-price {
	padding-right: 1rem;
}

/* line 37, ../sass/_forms.scss */
#tix th,
#tix td {
	padding-bottom: 1rem;
}

/* line 41, ../sass/_forms.scss */
#tix td:first-child {
	padding-right: 40px;
}

/* line 44, ../sass/_forms.scss */
#tix td:last-child {
	padding-right: 0;
}

/* line 47, ../sass/_forms.scss */
#tix input[type="text"],
#tix input[type="email"],
#tix select,
#tix textarea {
	border: 2px solid #eee;
	width: 100%;
	padding: 8px 12px;
}

/* line 55, ../sass/_forms.scss */
#tix input[type="submit"] {
	background: none;
	background-color: #DC6A36;
	border-color: #DC6A36;
	color: #fff;
	background: #DC6A36;
	box-shadow: none;
	text-shadow: none;
	-webkit-transition: width .25s;
	transition: width .25s;
	text-transform: none;
	letter-spacing: 1px;
}

/* line 68, ../sass/_forms.scss */
#tix input[type="submit"]:hover {
	background-color: #d45c25;
	border-color: #d45c25;
}

/* line 74, ../sass/_forms.scss */
#tix #tix-coupon-container input[type="text"] {
	border: 2px solid #eee;
	margin-right: 1rem;
	width: auto;
}

/* line 79, ../sass/_forms.scss */
#tix #tix-coupon-container input[type="submit"] {
	text-transform: none;
	letter-spacing: 1px;
	padding: 9px 10px 10px;
	font-size: .8rem;
	position: relative;
	top: -1px;
}

/* line 89, ../sass/_forms.scss */
#tix .tix-submit select {
	margin-bottom: 20px;
}