/*
Theme Name: PWD Default Bootstrap
Theme URI: http://www.perth-web-design.com.au/
Author: Perth Web Design
Author URI: http://www.perth-web-design.com.au/
Description: Description
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */

@font-face {
    font-family: 'ComingSoon';
    src: url('fonts/ComingSoon.eot');
	src: local('ComingSoon'), 
        url('fonts/ComingSoon.woff') format("woff"), 
        url('fonts/ComingSoon.ttf') format("truetype"), 
        url('fonts/ComingSoon.svg') format("svg");
    font-weight: normal;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: url(images/bg.jpg)50% -0% no-repeat;
	background-size: cover !important;
	background-attachment:fixed;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
	font-size:1.2em;
}
a:focus {
	outline: none;
	color:#5c506a;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color:#636363;
}

h1{ font-size: 28px; font-family:'ComingSoon';}
h2{ font-size: 24px; }
h3{ font-size: 22px; }
h4{ font-size: 20px; }
h5{ font-size: 18px; }
h6{ font-size: 16px; }

hr {
	background-color: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 1.2em;
}

/* Text elements */
p {
	margin-bottom: 1.2em;
	font-family: 'Asap', sans-serif;
	color:#999a9f;
	letter-spacing:0.5px;
	font-size:13px;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
	font-family: 'Asap', sans-serif;
	color:#999a9f;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.2em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	background: none repeat scroll 0 0 #eee;
	margin: 0 0 1.2em;
	padding: 40px 40px 30px;
}
address {
	margin: 0 0 1.2em;
}
pre {
	background: none repeat scroll 0 0 #eee;
	border-radius: 0;
	font-family: "Courier 10 Pitch",Courier,monospace;
	font-size: 1em;
	line-height: 1.2;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: pre-wrap;
}
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.2em;
	width: 100%;
}
th {
	font-weight: bold;
}
button,
input,
select,
textarea {
	font-size: 100%; /* Corrects font size not being inherited in all browsers */
	margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
	vertical-align: baseline; /* Improves appearance and consistency in all browsers */
	*vertical-align: middle; /* Improves appearance and consistency in all browsers */
}
button,
input {
	line-height: normal; /* Addresses FF3/4 setting line-height using !important in the UA stylesheet */
	*overflow: visible;  /* Corrects inner spacing displayed oddly in IE6/7 */
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid #eee;
	border-color: #eee #eee #bbb #eee;

	background: #e6e6e6;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.5), inset 0 15px 17px rgba(255,255,255,0.5), inset 0 -5px 12px rgba(0,0,0,0.05);
	color: rgba(0,0,0,.8);
	cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
	-webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
	font-size: 12px;
	font-size: 1em;
	line-height: 1;
	padding: 0px 15px;
	text-shadow: 0 1px 0 rgba(255,255,255,.8);
	height:34px;
	line-height:34px; 
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #eee #bbb #aaa #bbb;
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.8), inset 0 15px 17px rgba(255,255,255,0.8), inset 0 -5px 12px rgba(0,0,0,0.02);
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb #bbb;
	-webkit-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
	box-shadow: inset 0 -1px 0 rgba(255,255,255,0.5), inset 0 2px 5px rgba(0,0,0,0.15);
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box; /* Addresses box sizing set to content-box in IE8/9 */
	padding: 0; /* Addresses excess padding in IE8/9 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
	border: 0;
	padding: 0;
}

input[type=text],
input[type=email],
input[type=password],
textarea {
	color: #666;
	border: 1px solid #eee;
	width:250px;
	max-width: 100%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	color: #111;
}
input[type=text],
input[type=email],
input[type=password] {
	height: 34px;
	line-height: 34px;
	padding: 0 10px;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 3px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 98%;
	height:120px;
}

/* Links */
a,
a:visited {
	color: #5c506a;
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.2em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.2em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.assistive-text {
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}



/* =Main Layout
----------------------------------------------- */
#page {
    margin: 0 auto;
}

a#logo {
    margin: 0 auto;
    width:100%;
}
.site-header .container {
    
}
.site-header{width:100%}
.site-header .navbar-brand {
    display: block;
    float: left;
    font-size: 18px;
    height: 200px;
    line-height: 40px;
    padding: 0;
    padding-top: 15px;
}
.site-header .navbar-brand img {
    display: block;
    width: 170px;
    margin: 0 auto;
}
.header-left {
    background: url(images/header-left.png) 50% 50% no-repeat;
    position: absolute;
    height: 190px;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 250px;
}

.header-right {
    background: url(images/header-right.png) 50% 50% no-repeat;
    position: absolute;
    height: 201px;
    top: 0;
    right: 0;
    z-index: 9999;
    width: 200px;
}

#tagline {
    position: absolute;
    z-index: 99999;
    top: 40px;
    width: 1170px;
    margin: 0 auto;
}
#tagline .container {
    right: 0;
    text-align: right;
    position: relative;
    float: left;
    margin: 0 auto;
}
#tagline .container img {
    right: 0;
    height: 100px;
    float: right;
    margin: -15px 10px 0;
    position: relative;
}
.site-featured{ margin:auto; margin-top:-1px;}
.site-header-image-bg{ height:155px!important;  }

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}
#header-social{
	position: absolute;
	top: 0;
	max-width: 1170px;
	width: 100%;
	z-index: 99999999;
}
div#header-social i {
    color: rgba(255,255,255,0.8);
    background: #e3b983;
    padding: 9px 0px;
    border-radius: 50px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 23px;
    margin-right: 10px;
    opacity: 1;
}
div#header-social .fa-instagram:before{
	padding: 0 10px;
} 
div#header-social .fa-facebook:before{
	padding: 0 14px;
}
div#header-social li a{
	font-family: 'ComingSoon';
	font-size: 18px;
}
div#header-social i:hover {background:#5c506a;}
div#header-social li {
    list-style: none;
    position: relative;
    display: inline-block;
    z-index: 99999;
    padding-top: 55px;
    padding-right: 20px;
}
.container {
    width: 1170px;
    padding: 0;
}
.site-main{  }
.home .site-main{ width:100%; padding:20px 0 0; float:left; }

.site-footer{
	background: none;
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-info {
    background: none;
    clear: both;
    color: #666666;
    float: left;
    font-size: 12px;
    line-height: 22px;
    margin: auto;
    padding: 15px 0;
    position: relative;
    width: 100%;
    min-height: 220px;
}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; margin-top:20px;}
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-info #pwdlogo{ background:url(images/pwdlogo.png) right center no-repeat; width:85px; height:12px; display:inline-block; font-size:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }

div#footer-social {
	width: 100%;
	position:relative;
	float: right;
	text-align: right;
}

div#footer-social i {
    color: rgba(255,255,255,0.8);
    background: #5c506a;
    padding: 9px 0px;
    border-radius: 50px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 23px;
    margin-right: 10px;
    opacity: 1;
}
div#footer-social .fa-instagram:before{
	padding: 0 10px;
} 
div#footer-social .fa-facebook:before{
	padding: 0 14px;
}
div#footer-social li a{
	font-family: 'ComingSoon';
	font-size: 18px;
}
div#footer-social i:hover {background:#e3b983;}
div#footer-social li {
    list-style: none;
    position: relative;
    display: inline-block;
    z-index: 99999;
    padding-right: 20px;
}

.page .entry-header{}
.page .entry-header .entry-title{}

.home .front-content{}
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative; }
.has-breadcrumbs .breadcrumbs{
	position: absolute;
	right: 0;
	top: 10px;
	width: auto;
}
.single-breadcrumbs{
	font-size: 11px;
	font-style: oblique;
	margin: 0;
	padding-top: 4px;
	position: absolute;
	text-align: left;
	z-index: 20;
}
.welcome {
    background-color: #5c506a;
    text-align: left;
    padding: 40px 120px;
    color: #f1f1f1;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-family: 'Asap', sans-serif;
    font-weight: 300;
    background-image: url(images/welcome-bg.jpg);
	background-size:cover;
	background-attachment:fixed;
}
.welcome p,
.welcome ul {
    color: #f1f1f1;
}
.welcome h1 {font-size:46px; color:#fff; font-family: 'ComingSoon'; margin-bottom:10px;}
.welcome h2 {
    font-size: 20px;
    color: #e3b983;
    font-family: 'ComingSoon';
    margin-bottom: 20px;
    margin-top: 20px;
}
/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 100px;
	margin-top: 50px;
	padding-top: 120px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 222px;
	font-weight: normal;
	margin-bottom: 100px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 50px;}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}


.home .site-header-image-bg{ height:360px!important; }
.page-template-page-templatescontact-us-php .site-header-image-bg{ height:300px!important; }
.page-template-page-templatescontact-us-php #contact-map{
	height: 300px;
	left: 0;
	margin-top: -300px;
	position: absolute !important;
	right: 0;
	width: 100%;
}
.page-template-page-templatescontact-us-php .entry-header {
	height: auto;
	margin-top: -80px;
}


/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {}
#sidebar { margin: 40px 0 20px; }
#sidebar .widget{  }


/* =Menu
----------------------------------------------- */
ul#menu-main-menu {width:100%; border-right:1px solid #9084a3; border-left:1px solid #726482;}
.navbar{ margin: 0; }
.navbar-default{ border:none; }

.navbar-default {
	background-color: #f8f8f8;
	background:url(images/header-bg.jpg)50% 50% no-repeat;
	border-color: #e7e7e7;
	background-size: cover;
}
.navbar-default .navbar-brand {
	color: #777777;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-default .navbar-text {
	color: #777777;
}
.navbar-nav>li {width:14.28%;}
.navbar-default .navbar-nav > li > a {
    color: #ffffff;
    font-family: 'ComingSoon';
    font-weight: normal;
    font-size: 16px;
    letter-spacing:1px;
    line-height: 30px;
    padding: 13px 10px 11px;
    border-right: 1px solid #726482;
    border-left: 1px solid #9084a3;
    text-align: center;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	color: #e3b983;
	background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover{
	color: #e3b983;
    background: #5c506a;
	background-color: #5c506a;
}
.navbar-default .navbar-nav > li > a:focus {
    color: #ffffff;
	background-color: #5c506a;
}

.navbar-default .navbar-nav > .active > a:focus {color:#ffffff !important; background-color: #5c506a;}
.navbar-default .navbar-nav > .disabled > a,
.navbar-default .navbar-nav > .disabled > a:hover {
	color: #ffffff;
	background-color: transparent;
}
.navbar-default .navbar-nav > .disabled > a:focus {color:#ffffff; background-color: #5c506a;}
.navbar-default .navbar-toggle {
	border-color: #dddddd;
	margin-top: 16px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	background-color: #5c506a;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #888888;
}
.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e7e7e7;
	background:#847892;
	/*webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;*/
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {border-color:none; border:none;}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
	background-color: #5c506a;
	color: #e3b983;
	outline:none;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 30px;
	border-bottom: #e7e7e7 solid 1px;
}
ul.dropdown-menu .dropdown-menu {
    display: none;
    float: left;
    left: 100%;
    border: none;
    border-radius: 0;
    background: #4c4159;
	border-top:1px solid #4c4159;
	padding-top:0;
    top: 0;
    margin-top: -1px;
}

.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}
.navbar-nav>li>.dropdown-menu {
	border:none; 
	background:#5c506a; 
	border-top:1px solid #4c4159; 
	margin-left:1px;
	padding-top:0px; 
	padding-bottom:0;
	letter-spacing:0.5px;
}
.dropdown-menu>li {position: relative;}
.dropdown-menu>li>a {
    padding: 8px 20px;
    color: #e3b983;
    font-family: 'ComingSoon';
    line-height: 25px;
}
.navbar .dropdown-menu .menu-item-has-children a .caret {
	display: none;
	
}
.navbar .menu-item-has-children a .caret.activecaret {
	border:none;
}
.dropdown-submenu > a:after {
    display: block;
	float: right;
	width: 0;
	height: 0;
	margin-top: 0px;
	margin-right: 0px;
	border-color: transparent;
	border-left-color: #e3b983;
	border-style: solid;
	border-width: 4px 0 4px 4px;
	content: " ";
	position: absolute;
	right:15px;
	bottom:17px;
}

.dropdown-submenu>.active>a, .dropdown-submenu>.active>a>.active>a:hover, .dropdown-submenu>.active>a:focus {background-color:#4c4159;}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {background-color:#4c4159;}
.dropdown-menu>li>a:hover {background:#4c4159; color:#ffffff;}
.dropdown-menu>li>a:active {background:#4c4159; color:#ffffff;}
.dropdown-menu>li>a:focus {background:none; color:#e3b983;}
.dropdown-menu li.dropdown-submenu a:hover {background:#847892; color:#ffffff;}
ul.dropdown-menu li.dropdown-submenu a:focus {background:#4c4159; color:#e3b983;}
ul.dropdown-menu li.dropdown-submenu a:active {background:#4c4159; color:#e3b983;}
.dropdown-menu {
	background-clip: padding-box;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	display: none;
	float: left;
	font-size: 14px;
	left: 0;
	list-style: none outside none;
	margin: 2px 0 0;
	min-width: 180px;
	padding: 5px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}



#footer-menu{ padding:0; margin:0; list-style:none; width:100%; }
#footer-menu li{ float:left; }
#footer-menu li a{ display:block; float:left; padding:3px 10px; }
#footer-menu li:first-child a{ padding-left:0; }
#footer-menu li:hover > a {}
#footer-menu li.current_page_item a,
#footer-menu li.current-menu-item a { }

.socials{ list-style:none; }
.socials li{ float:left; }
.socials li a{
	background: none repeat scroll 0 0 #000000;
	border-radius: 15px;
	color: #FFFFFF;
	display: block;
	font-size: 18px;
	height: 29px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 29px;

}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{;}
.socials li.twitter a{ }


/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0 0 1.2em;
	border-bottom:#eee solid 1px;
}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:0px; }
.hentry .entry-header .entry-title a{  }
.single .hentry,
.page	.hentry{ border-bottom:none;  }
.entry-meta {
	clear: both;
}
.byline {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.entry-content,
.entry-summary {
	margin: 1.2em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:20px; }

.entry-attachment{}
.entry-attachment .attachment{}
.attachment .entry-meta{ clear:none; }

#image-navigation{ text-align:right; }


.hentry.service{ min-height: 200px; padding: 0px; }
.hentry.service > a{}
.hentry.service > a img{ display:block; float:left; margin-right:20px;}
.hentry.service .entry-header{}
.hentry.service .entry-header .entry-title{ clear:none;  }
.hentry.service .entry-content{ }

.clear{ clear:both; }
/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.site-header img,
.entry-content img,
.comment-content img,
.widget img {
	max-width: 100%; /* Fluid images for posts, comments, and widgets */
}
.site-header img,
.entry-content img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"] {
	height: auto; /* Make sure images with WordPress-added height and width attributes are scaled correctly */
	display:block;
}
.site-header img,
.entry-content img,
img.size-full {
	max-width: 100%;
	width: auto; /* Prevent stretching of full-size images with height and width attributes in IE8 */
	
}
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
	border: 1px solid #ccc;
	margin-bottom: 1.2em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 98%;
}
.wp-caption-text { text-align: center; }
.wp-caption .wp-caption-text { margin: 0.8075em 0; }
.site-content .gallery { margin-bottom: 1.2em; }
.gallery-caption {}
.site-content .gallery a img {
	border: medium none;
	display: block;
	height: auto;
	max-width: 100%!important;
	border: 2px solid #EEEEEE!important;
}
.site-content .gallery dd { margin: 0; }
.site-content .gallery .gallery-item{
	float: left;
	margin-top: 6px!important;
	text-align: center;
	width: 33%;
}
.site-content .gallery-columns-4 .gallery-item {}
.site-content .gallery-columns-4 .gallery-item img {}

/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content .site-navigation {
	float: left;
	margin: 0 0 1.2em;
	overflow: visible;
	width: 100%;
}
.site-content .nav-previous {
	float: left;
	width: 50%;
}
.site-content .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a { word-wrap: break-word; }
.bypostauthor {}

#comments{ margin:0 0 1.2em; }
#comments h2{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 20px;
	padding: 10px;
}

.commentlist{ padding:0; margin:0; list-style:none;}
.commentlist li.comment{ padding: 0; min-height:70px; }
.commentlist li.comment .comment-content {
	padding-bottom: 0px;
	padding-left: 54px;
}
.commentlist li.comment .comment-author{}
.commentlist li.comment .comment-author img{ float:left; margin-right:10px;}
.commentlist li.comment .comment-meta{
	float: right;
	font-size: 11px;
	font-style: oblique;
	margin-top: -30px;
}
.commentlist li.comment .reply{
	background: none repeat scroll 0 0 #CCCCCC;
	color: #FFFFFF;
	font-size: small;
	margin-top: 0;
	padding: 5px;
	position: absolute;
	top: 60px;
}
.commentlist li.comment .reply a{
	color: #FFFFFF;
	display: block;
	float: left;
	font-size: 12px;
	line-height: 10px;
}
.commentlist li.comment .footer{}

.commentlist li.comment .children{
	list-style: none outside none;
	margin: 5px 0 5px 54px;
}
.commentlist li.comment article.comment{ background:#f6f6f6; padding:10px; margin-bottom:5px; position:relative; min-height: 90px; }
.commentlist li.comment article.comment .comment-content p{ margin:0; }

#respond{}
#respond #reply-title{ padding: 20px 0; }

#commentform{
	background: none repeat scroll 0 0 #F6F6F6;
	margin-bottom: 30px;
	padding: 30px;
}
#commentform p{ margin-bottom:10px;}
#commentform .comment-notes{}
#commentform label{ width:100%; display:block;}
#commentform .comment-form-author{}
#commentform .comment-form-email{}
#commentform .comment-form-url{}
#commentform .comment-form-comment{}
#commentform .form-allowed-tags{}
#commentform textarea{
	height: 100px;
	line-height: 16px;
	overflow: auto;
	padding: 11px 7px 7px;
	vertical-align: top;
	width: 90%
}
#commentform .form-submit{}

.nocomments{ display:none; }

/* =Widgets
----------------------------------------------- */

.widget-title{
	color: #636363;
	font-size: 18px;
	line-height: 2em;
	margin-bottom: 10px;
}
.widget {
	margin: 0 0 1.2em;
}
.widget ul{ padding:0; margin:0; list-style:none; }

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
#searchform .field{ width:196px; }
#searchsubmit {}

/* Header widget */
.header-widgets{ display:block; float:right; margin-top:20px; width: 100%; }
.header-widgets .widget{ text-align:right; width: 100%; float: right; margin-bottom: 20px; }
.header-widgets .widget p{ margin-bottom:0;}
.header-widgets .widget .widget-title{ border:none; font-size:16px; line-height:1em; margin-bottom:0; font-weight:bold;  }
.header-widgets .widget .phone-number{ font-size:38px;  line-height:1em; font-weight:bold;  padding-left:45px;  }
.header-widgets .widget .email{ font-size:16px; font-weight:bold; line-height:1em;}
.header-widgets .widget .address{ font-size:16px; font-weight:bold; line-height:1em; }

.header-widgets .widget-socials{}
.header-widgets .widget .socials{ float: right;;}
.header-widgets .widget .socials li a{ margin-left: 8px; margin-right: 0;}
.header-widgets .widget .socials li a{}
.header-widgets .widget-text{ font-size: 24px; font-weight: lighter; }


/* PWD Address widget */
.pwd-address{}
.pwd-address .location{ clear: none; }
.pwd-address .address{}
.pwd-address .phone{ margin-bottom:0; }
.pwd-address .fax{ margin-bottom:0; }
.pwd-address .email{ }
.pwd-address .image-map{ float: right;margin-left: 10px;}

.pwd-address .phone,
.pwd-address .fax,
.pwd-address .email,
.pwd-address .address{
	padding-left: 25px;
	position: relative;
}

.pwd-address .phone .fa,
.pwd-address .fax .fa,
.pwd-address .email .fa,
.pwd-address .address .fa{
	position: absolute;
	left: 0;
}




#footer-sidebar{}
#footer-sidebar .widget{ }
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_pwd_address_widget{

}



/* =Reset BXSlider
----------------------------------------------- */
.bx-wrapper {
	margin: 0;
	padding: 0;
	position: relative;
}

.bx-wrapper .bx-viewport {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: 0 none;
	box-shadow: none;
	left: 0;
}
.bx-wrapper .bx-pager.bx-default-pager a {background:#9589a3;}
.bx-wrapper .bx-pager.bx-default-pager a:active {background:#5c506a !important;}


/* =Custom Post type
----------------------------------------------- */

/* Custom Post type Slidshow */
#slidercontainer{ margin:auto; background:#fff; width:1170px; margin:0 auto;}
#sliderarea{ width:100%; height:360px; display:block; padding:0px; background:#847892;}
#sliderarea .bx-wrapper .bx-pager {
    bottom: 0;
    font-size: 0;
    margin: 0 auto;
    padding: 0px;
    right: 20px;
    width: auto;
    z-index: 55;
    top: 46%;
    width: 10px;
}
#sliderarea .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; height:360px; background:none!important; }
#custom-slideshows > .slide{ height:360px; background-size: cover !important; width:1170px !important }


/* Custom Post type CTA */
#cta-container{}
#custom-cta {
    background: #ffffff;
}
#custom-cta.row {
	margin-left:0;
	margin-right:0;
	padding:10px 20px 10px 0px;
}
#custom-cta .col-md-4 {padding-left:40px; padding-right:20px;}
#custom-cta .cta{ background:none; }
#custom-cta .cta img{
	display: block;
    height: auto;
    margin-bottom: 10px;
    max-width: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	
}
#custom-cta .cta img:hover {
    -webkit-filter: brightness(.8);
   filter: brightness(.8);
   
}
#custom-cta .cta-title {
	padding:0 10px;
	font-family: 'ComingSoon';
	font-size:46px;
	margin-bottom:15px;
        line-height:1em;
}
#custom-cta .cta-title a {color:#847892;}
.cta-sub-title p {
    margin: 0;
    margin-left: 11px;
    color: #b8b8c0;
    font-size: 21px;
	font-family: 'ComingSoon';
}
#custom-cta .cta-summary {
    padding: 10px;
    font-family: 'Asap', sans-serif;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: left;
    margin-bottom: 20px;
	color:#999a9f;
}
#custom-cta .cta-summary .readmore{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 108px rgba(0, 0, 0, 0.5) inset;
	color: #FFFFFF;
	display: block;
	height: 30px;
	left: 0px;
	line-height: 30px;
	padding: 85px 0;
	position: absolute;
	right: 0px;
	text-align: center;
	top: 0px;
	vertical-align: middle;
	display:none;
}
#custom-cta .cta:hover .readmore{ display:block;  }

/*---Testimonials--*/
#slider-testimonials > .testimonial .text .open, #slider-testimonials > .testimonial .text .close {display:none;}
#testimonials {
    width: 1170px;
    margin: 0 auto;
	background:#fff;
	border-top:1px solid #ddd;
	text-align:center;
	font-family:'Asap', sans-serif;
}
#testimonials p {
    font-size: 16px;
    line-height: 25px;
    color: #999a9f;
}
#testimonials h1,
#testimonials .testimonialstitle {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    font-family: 'ComingSoon';
    color: #847892;
    margin-top: 50px;
    margin-bottom: -10px;
}
#testimonials .container {padding:25px 150px;}
#testimonials .bx-wrapper{ margin: 0; }
#testimonials .bx-wrapper .bx-pager{ bottom: 0; font-size: 0; margin: 0 auto; padding:0px; right: 0px; width: auto; z-index: 55; }
#testimonials .bx-wrapper .bx-viewport{ border:none; left:0; box-shadow:none; min-height: 200px;  background:none!important; }

#slider-testimonials > .testimonial{ width:100%!important; text-align: center; }
#slider-testimonials > .testimonial .text{
	font-size: 20px;
	line-height: 40px;
	margin-bottom: 20px;
	padding: 0 50px;
	position: relative;
}
#testimonials .container {
    width: 100%;
}

#slider-testimonials > .testimonial .text .open,
#slider-testimonials > .testimonial .text .close{ 
	font-size: 68px;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	width: 50px;
}
#slider-testimonials > .testimonial .text .close{
	bottom: 0;
	color: #000;
	left: auto;
	opacity: 1;
	right: 0;
	top: auto;
}

#slider-testimonials > .testimonial .info {
    font-size: 17px;
    font-family: 'ComingSoon';
    color: #847892;
}


#get-stared{
	padding:45px 0;
	border-top: #eee solid 1px;
	float: left;
	width: 100%;
}
#libraryarea {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    background: #fff;
    min-height: 440px;
	padding:20px;
}
#libraryarea .bx-pager-item {
    position: relative;
    top: 20px;
}
.library {
    min-height: 200px;
    width: 33.3%;
    float: left;
	margin-left:0px;
	
}

#libraryarea h1,
#libraryarea .lib-title {
    text-align: center;
    font-size: 22px;
    margin-top: 10px;
    font-family: 'ComingSoon';
    color: #847892;
	margin-top: 20px;
    margin-bottom: 30px;
}
h2.library-title {
    background: #847892;
	width:100%;
}

#custom-libraries .col-md-4 {}
#custom-libraries a {
}
#libraryarea .bx-wrapper img {
	width:96%; 
	opacity:0.8;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	border-radius:10px 10px 0px 0px;
	height:auto;
}
.library-title {
    background: #847892;
    float: left;
    width: 96%;
    border-radius: 0 0 10px 10px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.library-title:hover {background:#5c506a;}

.library-title h2,
.library-title .lib-txt {
    width: 80%;
    float: left;
    font-size: 17px;
    padding: 10px 20px;
    color: #fff;
    font-family: 'ComingSoon';
    text-align: left;
    padding-right: 70px;
    line-height: 26px;
	border-right:1px solid #726482;
	height:70px;
}
.library-title i {
    width: 20%;
    float: right;
    line-height: 28px;
    font-size: 27px;
    padding-top: 22px;
    padding-left: 26px;
    color: #fff;
    height: 70px;
    border-left: 1px solid #9589a3;
}

/* = Custom Plugins
------------------------------------------------*/

/* Plugin WP Pagenavi */
.wp-pagenavi{}
.wp-pagenavi a, .wp-pagenavi span {
	border: 1px solid #BFBFBF;
	margin: 2px;
	padding: 0 8px!important;
	text-decoration: none;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border-color: #333;
}
.wp-pagenavi .pages{ border:none; }
.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink{ border:none;}



.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 0px;
}
.pagination > li {
	display: inline;
}
.pagination > li > a,
.pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	text-decoration: none;
	color: #5c506a;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
	margin-left: 0;
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #2a6496;
	background-color: #eeeeee;
	border-color: #dddddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #5c506a;
	border-color: #5c506a;
	cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
	color: #999999;
	background-color: #ffffff;
	border-color: #dddddd;
	cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
	padding: 10px 16px;
	font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
	border-bottom-left-radius: 0px;
	border-top-left-radius: 0px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
	border-bottom-right-radius: 0px;
	border-top-right-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
	padding: 5px 10px;
	font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
	border-bottom-left-radius: 3px;
	border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
	border-bottom-right-radius: 3px;
	border-top-right-radius: 3px;
}


/* Gravity Forms Section */

.gform_wrapper ul { margin: 0px !important; }
.gform_wrapper ul li { margin: 10px 0px !important; padding: 0px !important; list-style-image: none !important; list-style: none !important; }
.gfield_label { font-weight: lighter !important; }
.gfield_required { color: #ff0000 !important; font-weight: lighter !important; }
.ginput_container input { }


.ginput_container input:focus,
.ginput_container textarea:focus { }
.gform_wrapper .gform_footer { clear: both; margin: 0!important; padding: 0!important; }
.gform_button { }
.gform_button:focus,
.gform_button:hover {  }
.gform_validation_container {  }

/*-- Gravity Error Section ----------------*/

.gform_wrapper .top_label .gfield_description.validation_message,
.gform_wrapper .gfield_description.validation_message { padding: 0 !important; }
.validation_error { color: #790000 !important; font-size: 12px !important; font-weight: lighter !important; margin: 0 !important; }
.gfield_error { background: none !important; border: 0px !important; color: #70a7c5 !important; padding: 0px !important; }
.gfield_error .gfield_label { color: #2b424b !important; font-weight: lighter !important; }
.validation_message { color: #790000 !important; padding: 2px 0px 0px 0px !important; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff0000 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus { color: #fff !important; }


/* Plugin WP PWD Footer */
#pwd_footer_v2 li{ margin-left:5px; }


/* Custom bootstrap
-------------------------------------------------- */

.navbar-nav > li > a{ line-height: 40px; padding-top: 20px 10px;}

.thumbnail{
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
	border: medium none;
	display: block;
	line-height: 1.42857;
	margin-bottom: 20px;
	padding: 0;
}


.pager li > a, .pager li > span {
	background-color: #fff;
	border: 0 none;
	border-radius: 0;
	display: inline-block;
	padding: 0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {background:#4c4159;}

a.btn-warning {
    color: #e3b983;
    background-color: #5c506a;
    border-color: #5c506a;
    margin-top: 26px;
    font-family: 'ComingSoon';
    text-transform: uppercase;
    line-height: 23px;
    padding: 10px 14px 7px;
	letter-spacing:1px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btn-warning:hover {
	color:#5c506a;
	background-color:#e3b983;
	border-color: #e3b983;
}
a.btn-warning2 {
	color: #5c506a;
    background-color: #e3b983;
    border-color:#e3b983;
    margin-top: 26px;
    font-family: 'ComingSoon';
    text-transform: uppercase;
    line-height: 23px;
    padding: 10px 14px 7px;
	letter-spacing:1px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.btn-warning2:hover {
	color:#e3b983;
	background-color:#847892;
	border-color: #847892;
}



#libraryarea .bx-wrapper .bx-pager.bx-default-pager a:hover, #libraryarea .bx-wrapper .bx-pager.bx-default-pager a.active {background:#e3b983;}

#libraryarea .bx-wrapper .bx-pager.bx-default-pager a {background:#847892;}


#logo-footer img {
    width: 200px;
    padding: 0;
    margin: 0;
    margin-top: -20px;
    padding-bottom: 10px;
    margin-left: -15px;
}
.site-info a i.fa {
    color: rgba(255,255,255,0.8);
    background: #5c506a;
    padding: 9px 13px;
    border-radius: 50px;
    font-size: 25px;
    width: 40px;
    height: 40px;
    line-height: 23px;
    margin-right: 10px;
	opacity:1;
}
.site-info a i.fa:hover {opacity:1; background:#e3b983;}
li.social.facebook {
    font-size: 17px;
    line-height: 16px;
    padding-bottom: 30px;
    font-family: 'ComingSoon';
    letter-spacing: 1px;
    color: #5c506a;
	margin-top:20px;
}
.site-info li a {
    color: #847892;
    font-size: 15px;
    font-family: 'ComingSoon';
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.site-info li a:hover {color:#e3b983;}
.copyright {
    font-style: italic;
    font-size: 12px;
    letter-spacing: 0.5px;
    color: #5c506a;
    font-family: 'Asap', sans-serif;
}
.copyright a:hover {color:#e3b983;}
.site-info li {
    list-style: none;
    padding-right: 0;
    padding-left: 15px;
	list-style: none;
}


/*About Page*/
#about-page {background:#fff; float:left; width:100%;}
#about-page a {
    color: #847892;
    font-weight: 500;
}
#about-page .col-md-12 {
    background: #fff;
    position: relative;
	min-height:700px;
	padding:10px 25px;
}
#about-page .col-md-8 {
    padding-right: 30px;
}
.page-header {border-bottom:none;}

#about-page h1 {
    font-size: 38px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #847892;
}
#about-page h2 {
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #847892;
    font-family: 'ComingSoon';
}
#about-page h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #847892;
    font-family: 'ComingSoon';
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-right: 10px;
}
#about-page .entry-content h3 {
    color: #e3b983;
}
p#breadcrumbs {
    font-size: 12px;
    text-align: right;
    margin-top: 60px;
    color: #e2b883;
}
p#breadcrumbs a {
    color: #999;
}
.gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
    width: 97.5%;
    background: #f2f2f3;
    height: 40px;
    padding: 10px;
    border-top: 3px solid #ebebec;
    border-left: 3px solid #ebebec;
    border-radius: 5px;
    outline: none;
	font-family:'ComingSoon';
}
.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type=image], .gform_wrapper .gform_footer input[type=submit] {
    display: -moz-inline-stack;
    display: inline-block;
    background: #5c506a;
    box-shadow: none;
    font-family: 'ComingSoon';
    color: #e3b983;
    text-shadow: none;
    letter-spacing: 1px;
    padding: 5px 25px;
    border-radius: 5px;
    height: 40px;
	outline:none;
	width:115px;
	border: none;
	text-transform:uppercase;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.gform_wrapper .gsection .gfield_label, .gform_wrapper h2.gsection_title, .gform_wrapper h3.gform_title {font-weight:normal !important;}
.gform_footer.top_label input:hover {
	background: #e3b983;
    color: #5c506a;
    border: none;
}
#gform_submit_button_1:hover {
    background: #e3b983;
    color: #5c506a;
    border: none;
}
#gform_submit_button_1 {
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input#send {
    display: -moz-inline-stack;
    display: inline-block;
    background: #5c506a;
    box-shadow: none;
    font-family: 'ComingSoon';
    color: #e3b983;
    text-shadow: none;
    letter-spacing: 1px;
    padding: 5px 25px;
    border-radius: 5px;
    height: 40px;
	outline:none;
	margin-top:10px;
	width:115px;
	border:none;
	text-transform:uppercase;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

input#send:hover {
	background:#e3b983;
	color:#5c506a;
	border:none;
	padding:5px 25px;
}

#gform_wrapper_1 .gform_title {
    background: url(images/gform-title-icon.png) 0% 50% no-repeat;
    padding-left: 43px;
    height: 40px;
    padding-top: 10px;
}
#wp_find_your_nearest_form-2 h3 {
	background: url(images/icon.png) 0% 50% no-repeat;
	padding-left: 43px;
    height: 40px;
    padding-top: 10px;
	color:#847892;
	margin-top:40px;
}
input#fyn_postalcode_field {
    outline: none;
	background: #f2f2f3;
    height: 40px;
    padding: 10px;
    border-top: 3px solid #ebebec;
    border-left: 3px solid #ebebec;
    border-radius: 5px;
    outline: none;
	width: 100%;
	color: #aaa;
    font-family: 'ComingSoon';
}
form#form1 label {
    width: 100%;
}
.sidebar-library {
    margin-top: 40px;
    border-top: 2px solid #ddd;
    padding-top: 20px;
}
.sidebar-library img {
    float: left;
    width: 35%;
    height: auto;
}
.sidebar-library img:hover {
  -webkit-filter: brightness(.8);
   filter: brightness(.8);
}
.library-side {
    width: 100%;
    float: left;
}
.library-side-title {
    font-size: 18px;
    color: #847892;
    font-family: 'ComingSoon';
    line-height: 24px;
    letter-spacing: 0.5px;
    padding-left: 21px;
    padding-right: 20px;
    width: 65%;
    float: left;
    padding-top: 30px;
    padding-bottom: 15px;
}

.familyinfo {width:100%;}
.familyinfo .icon {width:10%; float:left;}
.familyinfo .text {
    width: 40%;
    float: left;
    padding-top: 15px;
	margin-bottom:20px;
}

/* Full width---*/
.full-width p#breadcrumbs {
    margin-top: 18px;
    right: 0;
    position: absolute;
    padding-right: 40px;
}
.full-width .col-md-12 {
    background: #fff;
    min-height: 700px;
	padding:10px 35px; 
	padding-right:30px;
}
.full-width h1 {
    font-size: 38px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #847892;
}
.full-width h2 {
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #847892;
    font-family: 'ComingSoon';
}
.full-width h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #e3b983;
    font-family: 'ComingSoon';
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-right: 10px;
}

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
	background: #f2f2f3;
    height: 40px;
    padding: 10px;
    border-top: 3px solid #ebebec;
    border-left: 3px solid #ebebec;
    border-radius: 5px;
    outline: none;
    font-family: 'ComingSoon';
}

/* --- Enrolment ---*/
.gfield_required {color: #847892 !important;}
li#field_2_1 {
    text-align: center;    
}
li#field_2_1 label {
    font-family: 'ComingSoon';
    color: #847892;
    background: url(images/pin-icon.png)0% 50% no-repeat;
    padding: 8px 45px;
	font-size:21px;
}
.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {border-bottom:none; border-right:none; color:#847892;}

#gform_wrapper_2.gform_wrapper .gsection {border-bottom:none; border-top:1px solid #ccc;}
#gform_wrapper_2.gform_wrapper .gsection {
    border-bottom: none;
    border-top: 1px solid #ddd;
    padding-top: 60px !important;
    margin-top: 60px !important;
	text-align:center;
    font-size:21px;
}
#gform_wrapper_2.gform_wrapper .gsection h2 {font-size:21px;}

::-webkit-input-placeholder {
  font-family: @font-primary;
  color: #847892;
  font-size: 14px;
}

:-moz-placeholder { /* Firefox 18- */
  font-family: @font-primary;
  color: #847892;
  font-size: 14px;
}

::-moz-placeholder {  /* Firefox 19+ */
  font-family: @font-primary;
  color: #847892;
  font-size: 14px;
}

:-ms-input-placeholder {
  font-family: @font-primary;
  color: #847892;
  font-size: 14px;
}
#gform_wrapper_2.gform_wrapper .top_label input.large {width:96%;}
#gform_wrapper_2 .gform_body{text-align:center; margin-left:10px;}
#gform_wrapper_2.gform_wrapper .gfield_checkbox li label, #gform_wrapper_2.gform_wrapper .gfield_radio li label {text-align:left;}
.gform_wrapper .datepicker {
    width: 90% !important;
    float: left;
}
.gform_wrapper select, .gform_wrapper textarea {
    font-size: inherit;
    font-family: inherit;
    letter-spacing: normal;
    background: #f2f2f3;
    font-family: 'ComingSoon';
    padding-left: 10px !important;
    padding-top: 10px !important;
}
#gform_wrapper_2 .gform_footer{text-align:center;}
#gform_wrapper_2.gform_wrapper .gfield_checkbox li label, #gform_wrapper_2.gform_wrapper .gfield_radio li label {
    text-align: left;
    color: #847892;
    font-family: 'ComingSoon';
}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox] {margin-left:15px; margin-right:10px;}
body .gform_wrapper img.ui-datepicker-trigger {margin-top:29px;}
input#gform_submit_button_2 {margin-top:20px; width:150px;}
body .gform_wrapper img.ui-datepicker-trigger {height:35px !important; width:35px !important;}
.gform_wrapper textarea.medium {font-family:'ComingSoon';}
.gform_wrapper textarea.medium {border-radius:5px; border-top:3px solid #ebebec; border-left:3px solid #ebebec; width:
97%; margin-left:-0.5%; outline:none;}
.gform_wrapper.gf_browser_chrome .gfield_checkbox li input, .gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type=checkbox], .gform_wrapper.gf_browser_chrome .gfield_radio li input[type=radio] {
    width: 20px !important;
    height: 20px !important;
    margin-top: 2px !important;
	outline:none;
}


/*--- Gallery ---*/
.rbs-imges-container {margin-top:50px;}
.rbs_gallery_button .button-border-caution {color:#847892!important; border:2px solid #847892 !important; font-family:'ComingSoon' !important;}
.thumbnail-overlay {background:rgba(92,80, 106, 0.5) !important;}

/* Our Centres---*/
.our-centres p#breadcrumbs {
    margin-top: 18px;
    right: 0;
    position: absolute;
    padding-right: 40px;
}
.our-centres .col-md-12 {
    background: #fff;
	padding:10px 35px; 
	padding-right:30px;
	padding-bottom:20px;
}
.our-centres h1 {
    font-size: 38px;
    margin-top: 40px;
    margin-bottom: 20px;
    color: #847892;
}
.our-centres h2 {
    font-size: 30px;
    margin-top: 35px;
    margin-bottom: 10px;
    color: #847892;
    font-family: 'ComingSoon';
	margin-bottom:20px;
}
.our-centres h3 {
    font-size: 18px;
    margin-bottom: 20px;
    color: #e3b983;
    font-family: 'ComingSoon';
    line-height: 25px;
    letter-spacing: 0.5px;
    padding-right: 10px;
}
.our-centres .col-md-3 {padding:0;}
h3.ourcentre-title {
    color: #847892;
    margin-bottom: 0;
    font-size: 21px;
    background: url(images/pin-icon.png)0% 50% no-repeat;
    /* height: 36px; */
    padding-left: 45px;
    padding-top: 5px;
	webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
span.enrolment {
    margin-top: 20px;
    float: left;
    font-weight: bold;
}
span.enrolment img {
    width: 40px;
}
span.enrolment a {color: #847892;}
span.enrolment a:hover {
   color:#e3b983;
}
h3.ourcentre-title:hover {background: url(images/pin-icon-hover.png)0% 50% no-repeat;}
p.ourcentre-sub-title {font-family:'ComingSoon'; font-size:12px;padding-left: 45px; margin-bottom:5px;}
h3.ourcentre-sub-title {
    float: left;
    padding-left: 45px;
	margin-bottom:20px;
	font-size:17px;
	font-weight: bold;
}
.small-col {margin-bottom:20px;}
.our-centres .place-card.place-card-medium {display:none;}
.our-centres .col-md-3 {
    padding: 0;
    width: 23%;
    margin-right: 2%;
	padding-top:30px;
}
.our-centres .col-md-9 {
    padding-top: 30px;
    border-left: 1px solid #ddd;
    padding-bottom: 50px;
}
.our-centres {font-family: 'Asap', sans-serif; color:#999a9f;}
.centre-location {
    width: 100%;
    margin-top: 20px;
    border-top: 1px solid #ddd;
}
h2.location-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 28px;
	padding-left:20px;
}
.location-address {
    position: relative;
    margin-top: -40px;
    text-align: right;
    font-size: 12px;
	font-family: 'Asap', sans-serif;
	letter-spacing:0.5px;
}
.centre-location .gform_wrapper textarea.medium {
    width: 96%;
    margin-left: 0;
	margin-bottom:20px;
}

.centre-info li {
    list-style: none;
}

.location {
    width: 100%;
    float: left;
    margin-top: 20px;
    margin-bottom: 20px;
	margin-left:20px;
	padding-right:10px;
}
.location .col-md-6 img {
    height: 270px;
    width: auto;
}

.location .col-md-6 {margin:0; padding:0;}

#tabs {
    width: 100%;
    float: left;
	margin-left:15px;
}
#tabs li {
    font-family: 'ComingSoon';
}
#tabs li a {
    background: #847892;
    color: #fff;
    line-height: 20px;
    padding-top: 10px;
    width: 160px;
    margin-right: 25px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    letter-spacing: 0.5px;
	webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
}
#tabs li.ui-state-active a {
    background: #5c506a;
    color: #e3b983;
}
#tabs li a:hover{
	background: #5c506a;
    color: #e3b983;
}
.ui-tabs .ui-tabs-panel {padding:0;}
.ui-tabs .ui-tabs-panel strong {color:#847892;}
.location .col-md-6.map {
    -webkit-filter: grayscale(98%);
    filter: grayscale(98%);
}
.col-md-6.opening {
    margin-top: 90px;
}
span.day {
    width: 100px;
    float: left;
}
.openinghour {
    margin-bottom: 10px;
}
#gallery-1 {
    margin: auto;
    padding: 20px 0px;
    width: 100%;
    float: left;
}
#gallery-1 img {
    border: 3px solid #847892 !important;
    float: left;
    width: 100%;
    height: auto;
}
#gallery-1 img:hover {opacity:0.7;}
#gallery-1 .gallery-item {
	margin-top: 20px !important;
    background: #5c506a;
    margin-right: 2%;
    width: 23% !important;
}

#tabs li .enquire-btn a {
    background: #e3b983;
	color:#ffffff;
}
.meet-the-team {width:100%; float:left;}
.meet-the-team img {
    width: 100%;
}
.meet-the-team .col-md-9 {
    margin-top: 30px;
    padding-left: 20px;
    padding-top: 20px;
	padding-bottom:0;
}
.meet-the-team h4 {
    font-family: 'ComingSoon';
    color: #847892;
}
.meet-the-team .col-md-9 i {
    color: #999;
}
.joinus {
    width: 100%;
    float: left;
    border-top: 1px solid #ddd;
    padding: 20px 30%;
}
.our-centres .gform_footer.top_label {text-align:center;}
.our-centres #gform_wrapper_1 .gform_title {text-align:center; background:url(images/gform-title-icon.png) 27% 50% no-repeat; color:#847892;}
span.info-left {
    width: 35px;
    margin-right: 30px;
    float: left;
}
#tabs-1 p {
    margin-bottom: 0;
}




/*--Library Page --*/
.library-page {
    width: 50%;
    padding-right: 30px;
    float: left;
    margin-bottom: 10px;
    margin-top: 20px;
}
.library-page img {
    width: 100%;
	border-radius:10px 10px 0px 0px;
}
.library-page .library-title {width:100%;}
#about-page .library-page h2 {
    text-align: left;
    font-size: 18px;
    margin-top: 0;
    color: #fff;
    line-height: 25px;
    margin-bottom: 0;
    padding-top: 10px;
}
.single .library {
    width: 100%;
}


.ui-dialog .ui-dialog-content {float:left;}
#search_results span {
    color: #e3b983;
}
.gform_wrapper table.gfield_list thead th {
    font-weight: normal;
    text-align: left;
    font-family: 'ComingSoon';
    position: relative;
}
.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {
    vertical-align: middle!important;
    font-family: 'ComingSoon';
	font-size:13px;
}
.gform_wrapper .addanother {float:right;clear:both; font-family:'ComingSoon'}
.gform_wrapper .addanother:hover {color:#e3b983;}
.gform_wrapper .gfield.hiddencolumn {display:none;}
.gform_wrapper table.gfield_list tbody tr td.gfield_list_icons {padding-top:10px;}
.gform_wrapper .gfield_list td.gfield_list_cell input {
    background: #f2f2f3;
    height: 40px;
    padding: 10px;
    border-top: 3px solid #ebebec;
    border-left: 3px solid #ebebec;
    border-radius: 5px;
    outline: none;
    font-family: 'ComingSoon';
}
.gform_wrapper table.gfield_list tr td.gfield_list_icons, .gform_wrapper table.gfield_list tr td:last-child {width:35px !important; min-width:35px !important;}
.gform_wrapper .top_label .gfield_list {margin-left:15px;}
#about-page .post-page .col-md-12 {
    min-height: 200px;
	border-top:1px solid #ddd;
	padding:30px 0px;
}
#about-page .post-page h2 {margin-top:10px;}

.post-img {
    width: 36%;
    float: left;
    height: 180px;
    margin-right: 20px;
    background-size: cover !important;
}
.post-img img {width:100%; height:auto; padding-left:0px;}
.mobile-post {
    width: 60%;
    float: left;
}
a.post-readmore {
	font-family:'ComingSoon';
}
.backtopage a {
    font-family: 'ComingSoon';
}
.navbar-collapse.collapse.sticky {
    position: fixed;
    width: 100%;
    top: 0;
}


/*--Awards--*/

.our-awards {
    width: 100%;
    float: left;
}
.awards {
    width: 45%;
    border-bottom: 2px dotted #847892;
    padding-bottom: 20px;
    float: left;
    margin-right: 5%;
    min-height: 650px;
}
.winner h2 {
    font-size: 20px !important;
}
.winner p {
    margin-bottom: 5px;
}
.winner-image {
    margin-top: 15px;
}
.winner-image img {
    border-radius: 10px;
}
span.leadership-img img {
    /*margin-top: 82px;*/
    border-radius: 100%;
}
.award_icon {
    margin-top: 30px;
}

.our-centres .col-md-12.virtual-tour{padding: 30px 30px 0px 30px;}
.our-centres .col-md-12.virtual-tour p {margin-bottom: 0px;}
