/*
Theme Name: Forge Online
Theme URI: http://www.forgeonline.co.nz
Author: Forge Online
Author URI: http://www.forgeonline.co.nz
Description: A custom built website designed and developed by Forge Online Ltd.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: forgeonline
*/

.shindler-red-bg { background-color: #dc0000; }
.shindler-red-text { color: #222; }

html {
	height: 100%;
}

body {
	height: 100%;
	background-color: rgb(229, 227, 223);
}

#page {
	overflow: hidden;
	height: 100%;
	position: relative;
}

.page-wrapper {
	height: 100%;
	position: relative;	
}

#header {
	background-color: #fff;
	position: fixed;
	width: 100%;
	height: 100px;
    text-align: center;
}

#header .website-logo {
	max-width: 100%;
    max-height: 100%;
    padding: 14px;
}

#page .infoWindow {
    border-radius: 0;
}

#page .infoWindow h3 {
	background: #dc0000;
    border-radius: 0;
}

#page .viewLocationPage  {
	background: #dc0000;
	border: 1px solid #dc0000;
	border-radius: 0;
	color: #fff;
}

#page .prettyFileBar {
	position: fixed;
    top: 100px;
    left: 0;
    width: 100%;
    height: 0;
	border: none;
}

#page .customCategoryList {
	float: inherit;
	text-align: center;
}

#page .customCategoryList ul a {
    font-size: 16px;
    color: #000;
    padding: 20px;
    border-bottom: 1px solid #ddd;
}

#page .prettyMapList .prettyFileBar .prettyMapListSearch {
	position: fixed;
    top: 36px;
    right: 20px;
}

@media screen and (max-width: 600px) {
	#page .prettyMapList .prettyFileBar .prettyMapListSearch { display: none; } 
}

#page .prettyMapList .prettyFileBar .prettyMapListSearch label {
	color: #222;
}

#page .prettyMapList .directionsPostcode, 
#page .prettyMapList .prettyFileBar .prettyMapListSearch input, 
#page .prettyMapList .prettyFileBar .prettySearchValue {
	border-radius: 0;
}

#page .prettyMapList .prettyFileBar .prettyMapListSearch .clearSearch {
    background: #fff;
    border-radius: 0;
    border: 1px solid #ccc;
    color: #000;
}

#page .showFilterBtn {
    border-radius: 0;
    background: #f4f4f4;
    color: #222;
    border: none;
    float: none;
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    margin: 0;
    height: 60px;
    line-height: 54px;
	display: none;
}

#page .showFilterBtn::before {
	display: none;
}

#page .menuDropDown {
	width: 100%;
    left: 0px; 
    top: 0;
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
}

#page .mapHolder {
	position: fixed !important;
	top: 100px;
	bottom: 60px;
	lefT: 0;
}

#page .prettyMapList .prettyFileBar .customCategoryList a.showing:after, 
#page .prettyMapList .prettyFileBar .prettyFileFilters a.showing:after {
	top: 18px;
	left: 50%;
	margin-left: -50px;
}


#page .infoWindowContainer.infobox {
	width: 40% !important;
}
