/*
Theme Name: Queenstown Young Professionals
Author: RD Studios
Author URI: http://rdstudios.co.nz
Description: Queenstown Young Professionals 
Version: 1.0
*/

/*Wordpress editor styles start*/

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}

/*Wordpress editor styles end*/

@font-face {
    font-family: 'tusj';
    src: url('fonts/fff_tusj-webfont-webfont.woff2') format('woff2'),
         url('fonts/fff_tusj-webfont-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}

html {
	-webkit-font-smoothing: antialiased;
}

body {
	font-family: "museo-sans", sans-serif;
	font-size: 16px;
	font-weight: 300;
	-webkit-font-
}

a,
a:link,
a:active,
a:visited {
	text-decoration: none;
	color: #ffd307;
}

h1 {
	font-size: 1.6em;
	color: #283477;
	font-weight: 300;
}
h2 {
	font-size: 1.4em;
	color: #283477;
	font-weight: 300;
}
h3 {
	font-size: 1.2em;
	color: #283477;
	font-weight: 300;
}
h4 {
	font-size: 1em;
	color: #283477;
	font-weight: 300;
}

.banner-text {
	color: #ffd307;
	font-size: 2em; 
	text-align: center;
	font-weight: 700;
	line-height: 1.2;
}

.tusj {
	font-family: 'tusj', 'Georgia', sans-serif;
	font-weight: normal;
}

.t-white {
	color: #fff;
}

.nav-wrapper {
	position: fixed;
	width: 100%;
	padding: 5px 0;
	z-index: 100;
}
.navbar {
	margin: 0;
}
.logo-wrap {
	width: 101px;
}

.banner {
	height: 80vh;
	min-height: 300px;
	background-size: cover;
	background-repeat: no-repeat;
	background-image: url(images/qyp-banner.jpg);
	background-position: top;
}

.banner.not-home {
	height: 40vh;
	background-position: center;
}

.banner .container {
	position: relative;
	height: 100%;
}

.banner-inner {
	position: absolute;
	width: 100%;
	display: block;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0;
	font-size: 0.8em;
}

.banner .button-wrap {
	width: 100%;
	margin-top: 20px;

}

.button {
	padding: 10px 25px;
	display: inline-block;
	font-size: 0.6em;
	clear: both;
	float: none;
	border: 1px solid #ffd307;
	border-radius: 3px;
}
.banner-inner .button {
	max-width: 75%;
}

.nav>li>a {
	color: #fff;
	text-transform: lowercase;
	position: relative;
}
.nav>li.current-menu-item>a,
.nav>li>a:focus,
.nav>li>a:hover {	
	background: none;
	color: #ffd307;
}
.nav>li.current-menu-item>a:after,
.nav>li>a:focus:after,
.nav>li>a:active:after,
.nav>li>a:after {
	position: absolute;
	width: calc(100% - 30px);
	height: 2px;
	background: #ffd307;
	bottom: 10px;
	content: ''; 
	left: 50%;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-o-transform: translateX(-50%);
	transform: translateX(-50%);
	transition: 500ms;
	opacity: 1;
}

.nav>li>a:after {
	opacity: 0;
}
.nav>li>a:hover:after {
	opacity: 1;
}

.section {
	padding: 40px 0;
}

.event-sub {
	font-weight: 700;
}
.event-text {
	margin-top: 20px;
	position: relative;
}
.event-text:before {
	content: '';
	top: -10px;
	position: absolute;
	width: 50%;
	height: 1px;
	z-index: 9;
	background-color: #283477;
}

.button.purple {
	color: #283477;
	text-transform: uppercase;
	padding: 8px 12px;
	border-color: #283477;
}
.remarks {
	line-height: 1;
	margin-top: 20px;
	width: 105%;
	left: -2.5%;
	position: relative;
	margin-bottom: -5px;
}
.footer-top {
	background-color: #283477;
	min-height: 20px;
	color: #fff;
	padding-bottom: 30px;
}

.body-wrap {
	overflow: hidden;
}
.clear {
	overflow: hidden;
	float: none;
	clear: both;
}
.sponsor {
	text-align: center;
	margin-top: 15px;
}
.sponsor img {
	width: auto;
	max-width: 100%;
	max-height: 24px;
}

.footer-bottom {
	background-color: #ffd306;
	padding: 15px 0;
	color: #000;
	font-size: 0.8em;
}
.f-text {
	margin: 10px 0;
}
.section a,
.footer-bottom a {
	color: #283477;
}

.right {
	text-align: center;
}
.left {
	text-align: center;
}
.nav-wrapper {
	transition: background-color 500ms;
}
.nav-wrapper.colored {
	background-color: #283477;
}

.sidebar .button-wrap {

}

.sidebar .button {
	text-transform: uppercase;
	font-weight: 700;
	border-color: #283477;
	width: 70%;
	text-align: center;
	font-size: 1.1em;
	margin: 0 auto;
	position: relative;
	float: none;
	display: block;
}
span.icon-bar {
	background: #fff;
}
.navbar-toggle {
	margin-right: 0;
	position: absolute;
	z-index: 9;
	right: 0;
}
.navbar-collapse {
	box-shadow: none;
	background-color: #283477;
}


.event-archive h1,
.event-archive h2,
.event-archive h3,
.event-archive h4 {
	margin-top: 0;
}

.event-archive .row {
	margin-bottom: 30px;
}
.sidebar .button {
	position: relative;
	overflow: hidden;
	-webkit-transition-property: color; /* Safari */
    -webkit-transition-duration: 500ms; /* Safari */
    -webkit-transition-delay: 300ms; 
    transition-property: color;
    transition-duration: 500ms;
    transition-delay: 100ms;
}
.sidebar .button span {
	width: 0;
	height: 0;
	border-radius: 100%;
	background: #283477;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%));
	transition: 1000ms;	
	display: block;
}
.sidebar .button:hover span {
	width: 400px;
	height: 400px;
	transition: 1000ms;	
}
.sidebar .button:hover {
	color: #fff;
}

.banner .button {
	background-color: rgba(40, 52, 119, 0.75)
}
@media only screen and (min-width : 320px) {

 
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {

}

@media only screen and (min-width : 768px) {

	.navbar-collapse {
		background: none;
	}

	.right {
		text-align: right;
	}
	.left {
		text-align: left;
	}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {

	.banner-inner {
		font-size: 1em;
	}
	.banner-inner .button {
		max-width: none;
	}

}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}
