/*
Theme Name: EDA GeelongFunctions
Theme URI: http://evolutiondesign.com.au/
Author: Anthony Hodge
Author URI: http://anthonjhodge.com/
Description: Bootstrap theme for Geelong Functions
License: GNU General Public License v3.0 /
License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/

@import url(//evolutiondesign.com.au/assets/fonts/eda/eda.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

/*
 * Navigation
 */

nav.navbar {
	min-height: 84px;
}

nav a.navbar-brand {
	height: 30px;
	width: 190px;
	margin: 19px 0;
	background: url(images/logo-small.png) no-repeat;
}

.navbar-light .navbar-nav .nav-link {
    color: #000000;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: #f36d2c;
}

/*
 * General layout
 */
 
#main {
	background-color: #f3f3f3;
	padding: 27px 0;
}

/*
 * Homepage
 */

#function-type-filter {
	width: 100%;
	border-bottom: solid 1px #000000;
	padding: 0;
	margin-bottom: 30px;
}

#function-type-filter ul {
	list-style: none;
}

#function-type-filter li {
	display: inline-block;
	margin-right: 60px;
}

#function-type-filter li a {
	color: #000000;
	text-decoration: none;
}

#function-type-filter li a:hover {
	color: #000000;
	text-decoration: underline;
}

#function-type-filter li a.active {
	font-weight: bold;
}

#room-filter {
	background-color: #e7e7e7;
	display: flex;
	padding: 10px;
}

#room-filter form {
	width: 100%;
}

#form-fields-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	font-size: 14px;
	color: #707070;
}

#form-fields-wrapper .form-field-wrapper {
}

#form-fields-wrapper .form-field {
	height: 48px;
	padding: 13px 12px;
	margin: 1px 0;
}
.caret {
    display: inline-block;
    width: 0px;
    height: 0px;
	position: absolute;
	top: 50%;
	right: 12px;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

#form-field-location-radius {
	width: 100%;
}
#place {
	width: calc(100% - 100px);
}
#radius {
	width: 100px;
	margin-left: -1px;
	color: #707070;
	-webkit-appearance:none;
    background-image: url("images/caret.png");
    background-repeat: no-repeat;
    background-position: 92% 55%;
}
#form-field-function-style {
	position: relative;
	width: 50%;
}
#function-style {
	width: 100%;
	-webkit-appearance:none;
    background-image: url("images/caret.png");
    background-repeat: no-repeat;
    background-position: 92% 55%;
}
#form-field-guest-numbers {
	width: 48%;
}
#min-guests {
	width: 100%;
}
#form-field-budget {
	display: none;
}
#max-budget {
	width: 100%;
}
#form-field-requirements {
	position: relative;
	display: none;
	min-width: 140px;
}
#btn-requirements {
    box-shadow: none !important;
    outline: none !important;
    background: #ffffff;
	color: #707070;
    border: solid 1px #000000;
    width: 100%;
    cursor: pointer;
	position: relative;
}
#requirements {
	display: none;
	position:absolute;
	top: 100%;
	border: solid 1px #000000;
	background: #ffffff;
	color: #707070;
	width: 100%;
	padding: 5px;
}
#form-field-search {
	width: 100%;
	min-width: 90px;
}
#form-field-search input {
	width: 100%;
	height: 48px;
	border: none;
	background-color: #f36d2c;
	color: #ffffff;
	font-size: 20px;
	font-weight: bold;
	border-radius: 5px;
}
#form-fields-wrapper #placezzz {
    background-image: url("images/icon-location.png") !important;
    background-repeat: no-repeat;
    background-position: 12px center;
    padding-left: 42px;
}

#room-results-instructions {
	text-align: center;
	padding: 40px 0 20px 0;
}
 
.flex-container {
	display: flex;
	flex-wrap: wrap;
	border: solid 1px #c2c8ca;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1rem;
	background-color: #ffffff;
	line-height: 1rem;
}
.flex-container-heading {
	display: none;
}

.flex-container-heading a, .flex-container-heading a:hover {
	color: #000000;
}

.room-results-item {
	cursor: pointer;
	padding-top: 10px;
}

.photo {
	min-height: 50px;
	width: 45%;
	background-position: center center;
	background-size: cover;
	order: 3;
}
.suburb {
	min-height: 50px;
	width: 34%;
	padding-left: 10px;
	padding-right: 10px;
	order: 1;
}
.venue {
	min-height: 50px;
	width: 66%;
	text-align: right;
	padding-left: 10px;
	padding-right: 10px;
	order: 2;
	color: #007bff;
}
.details {
	display: flex;
	flex-wrap: wrap;
	min-height: 50px;
	line-height: 2rem;
	width: 55%;
	order: 4;
}
.seated-cap {
	min-height: 22px;
	width: 100%;
}
.seated-cap-title {
	float: left;
	padding-left: 10px;
}
.seated-cap-value {
	float: right;
	padding-right: 10px;
}
.standing-cap {
	min-height: 22px;
	width: 100%;
}
.standing-cap-title {
	float: left;
	padding-left: 10px;
}
.standing-cap-value {
	float: right;
	padding-right: 10px;
}
.hire-cost {
	min-height: 22px;
	width: 100%;
}
.hire-cost-title {
	float: left;
	padding-left: 10px;
}
.hire-cost-value {
	float: right;
	padding-right: 10px;
}
.min-spend {
	min-height: 22px;
	width: 100%;
}
.min-spend-title {
	float: left;
	padding-left: 10px;
}
.min-spend-value {
	float: right;
	padding-right: 10px;
}
#home-info {
	background-color: #ffffff;
	padding-top: 27px;
	text-align: center;
}

/*
 * Room Page
 */

#room-title h1 {
    font-size: 1.2rem;
    color: #252e6e;
    font-weight: 700;
    margin-bottom: 0px;
}

#room-title h3 {
    font-size: 1rem;
    margin-bottom: 1rem;
}

.room-details h2 {
	font-size: 1.2rem;
	color: #f36d2c;
	font-weight: 700;
}
.room-details td.label {
    font-weight: 700;
    padding-right: 1rem;
}

#contact-form-wrapper {

}
#contact-form {
	width: 100%;
	background: #d9d9d9;
	padding: 15px 15px 27px 15px;
	margin-bottom: 20px;
}
#contact-form label {
	display: none;
}
#contact-form input[type=text], #contact-form select, #contact-form textarea {
	width: 100%;
	border: none;
	margin-top: 14px;
	font-size: 15px;
	padding: 10px;
}
#contact-form input[type=submit] {
    width: 100%;
    border: none;
    background: #f36d2c;
    color: #ffffff;
    margin-top: 10px;
    padding: 8px 0;
    font-weight: bold;
    font-size: 20px;
}
#contact-multiple {
	border: solid 1px #252e6e;
	padding: 1rem;
	margin-bottom: 30px;
	text-align: center;
	cursor: pointer;
}
#contact-multiple h2 {
	color: #252e6e;
	font-size: 1.3rem;
	font-weight: 700;
}
#graphics {
	width: 100%;
}
#room_image_gallery #slider img {
    width: auto;
	max-width: 100%;
    display: block;
    margin: 0 auto;
}
.flex-direction-nav a::before {
    font-size: 30px;
}
#details {
	width: 100%;
}
#map {
	width: 100%;
	height: 310px;
	margin-top: 20px;
}
#contact_venue_header {
	font-size: 20px;
	font-weight: bold;
}
.room-details {
	border-top: solid 1px #000000;
	margin-top: 20px;
	padding-top: 20px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 64.1%; /* 780 x 500 */
	padding-top: 0px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: none;
}

#room_image_gallery img {
	margin-bottom: 4px;
}

.flexslider {
	border: none;
	margin: 0 0 4px;
}

#room_image_gallery .flexslider img {
    margin-bottom: 0px;
}

#main-content {
    background-color: #f3f3f3;
    padding: 30px 0;
}

/*
 * Footer
 */

.footer-links {
	list-style: none;
	text-align: center;
	margin-top: 2rem;
}
 
@media all and (min-width:576px) {

}

@media all and (min-width:768px) {
	#form-field-location-radius {
		width: 60%;
	}
	#place {
		width: calc(100% - 100px);
	}
	#form-field-function-style {
		width: 38%;
	}
	#form-field-guest-numbers {
		width: 30%;
	}
	#form-field-budget {
		width: 30%;
		display: block;
	}
	#form-field-search {
		width: 30%;
	}

}

@media all and (min-width:992px) {

	nav.navbar {
		min-height: 154px;
	}

	nav a.navbar-brand {
		height: 48px;
		width: 301px;
		margin: 45px 0;
		background: url(images/logo.png) no-repeat;
	}

	nav.navbar li:not(:last-child) a:after {
		content: '|';
		padding-left: 10px;
	}
	
	#form-field-location-radius {
		width: 28%;
	}
	#form-field-function-style {
		width: 16%;
	}
	#form-field-guest-numbers {
		width: 14%;
	}
	#form-field-budget {
		width: 10%;
	}
	#form-field-requirements {
		width: 14%;
		display: block;
	}
	#form-field-search {
		width: 9%;
	}
	.flex-container {
		line-height: 3.5rem;
		margin-top: 6px;
		margin-bottom: 6px;
	}
	.flex-container-heading {
		display: flex;
		line-height: 1.5rem;
		font-weight: bold;
		background-color: #c2c8ca;
		margin-bottom: 20px;
		align-items: center;
	}

	.room-results-item {
		padding-top: 0;
	}

	.photo {
		width: 11%;
		order: 1;
	}
	.suburb {
		width: 14%;
		max-height: 50px;
		overflow: hidden;
		order: 2;
	}
	.venue {
		width: 28%;
		text-align: left;
		max-height: 50px;
		overflow: hidden;
		order: 3;
	}
	.details {
		width: 47%;
		line-height: 3.5rem;
		order: 4;
	}
	.flex-container-heading .details {
		line-height: 1.5rem;
		align-items: center;
	}
	.seated-cap {
		min-height: 60px;
		width: 18%;
	}
	.seated-cap-title {
		display: none;
	}
	.seated-cap-value {
		float: none;
		text-align: center;
		padding: 0;
	}
	.standing-cap {
		min-height: 60px;
		width: 18.5%;
	}
	.standing-cap-title {
		display: none;
	}
	.standing-cap-value {
		float: none;
		text-align: center;
		padding: 0;
	}
	.hire-cost {
		min-height: 60px;
		width: 28.5%;
	}
	.hire-cost-title {
		display: none;
	}
	.hire-cost-value {
		float: none;
		text-align: center;
		padding: 0;
	}
	.min-spend {
		min-height: 60px;
		width: 35%;
	}
	.min-spend-title {
		display: none;
	}
	.min-spend-value {
		float: none;
		text-align: center;
		padding: 0;
	}
	.flex-container-heading .venue, .flex-container-heading .suburb, .flex-container-heading .seated-cap, .flex-container-heading .standing-cap, .flex-container-heading .hire-cost, .flex-container-heading .min-spend {
		min-height: 0px;;
	}

	#contact-form-wrapper {
		float: right;
		width: 310px;
		margin-bottom: 0px;
	}
	#contact-multiple p {
		font-size: 0.8rem;
	}
	#graphics {
		float: left;
		width: calc(100% - 330px);
	}
	#room_image_gallery {
		float: left;
		width: calc(100% - 330px);
	}
	#details {
		float: left;
		width: calc(100% - 330px);
	}
	#map {
		float: right;
		width: 310px;
	}
	.footer-links li {
		display: inline-block;
	}

	.footer-links li:not(:last-child):after {
		content: '|';
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media all and (min-width:1200px) {

}


