/*
Theme Name: Melbourne Family Hub
Theme URI: http://www.redlinedigital.com.au/
Author: Redline Digital
Author URI: http://www.redlinedigital.com.au/
Description: Description
Version: 1.0
*/

/* =Reset
-------------------------------------------------------------- */
@font-face {
    font-family: 'bree_serifregular';
    src: url('lib/fonts/breeserif-regular-webfont.woff2') format('woff2'),
         url('lib/fonts/breeserif-regular-webfont.woff') format('woff');
    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: #fff;
}
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: thin dotted;
}
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: #000000;
	font-family: 'Asap', sans-serif;
	font-size: 16px;
	line-height: 1.5em;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	font-weight: 700;
	line-height: 1.1em;margin-bottom: 10px;
}

h1{ font-size: 44px; }
h2{ font-size: 40px; }
h3{ font-size: 26px; }
h4{ font-size: 22px; }
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;
}
ul, ol {
	margin: 0 0 1.2em 2em;
}
ul {
	list-style: disc;
}
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;
	background: #e6e6e6;
	color: #202020;
	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: 10px 15px;
	height:auto;
	line-height:1em;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#cccccc;
}
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: #111;
	border: 1px solid #d6d6d6;
	width:100%;
	max-width: 100%;outline: none;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
textarea:focus {
	border:1px solid #aaaaaa;outline: none;
}
input[type=text],
input[type=email],
input[type=password] {
	height: auto;
	line-height: 1em;
	padding: 10px 10px;font-family: 'Asap',sans-serif;
}
textarea {
	overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
	padding: 10px 10px 10px 10px;
	vertical-align: top; /* Improves readability and alignment in all browsers */
	width: 100%;font-family: 'Asap',sans-serif;
	height:100px;resize:none;
}
.wpcf7-form label {display: block;}

/* Links */
a,
a:visited {
	color: #5bc5b8;
	text-decoration:none;
	transition:color 0.3s ease-in;-o-transition:color 0.3s ease-in;-ms-transition:color 0.3s ease-in;-moz-transition:color 0.3s ease-in;-webkit-transition:color 0.3s ease-in;
}
a:hover,
a:focus,
a:active {
	text-decoration:none;color:#cb5551;
}

/* 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;
}
.clear {display: block;clear: both;}

/* 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;
}
.color-white {color:#ffffff;}
.color-darkgrey {color:#515050;}
.bree-font {font-family: 'bree_serifregular',sans-serif;font-weight: normal !important; }
.rd-text-shadow {text-shadow:0 3px 3px #333;}
.cta-button .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline, .cta-button .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom {padding:16px 25px;text-transform:uppercase;font-size:20px;transition:box-shadow 0.3s ease-in;-o-transition:box-shadow 0.3s ease-in;-ms-transition:box-shadow 0.3s ease-in;-moz-transition:box-shadow 0.3s ease-in;-webkit-transition:box-shadow 0.3s ease-in;}
.cta-button .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline:hover, .cta-button .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover {box-shadow: 0 0px 5px #ffffff;-o-box-shadow: 0 0px 5px #ffffff;-ms-box-shadow: 0 0px 5px #ffffff;-moz-box-shadow: 0 0px 5px #ffffff;-webkit-box-shadow: 0 0px 5px #ffffff;}
.cta-button.cta-button-black .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline:hover, .cta-button.cta-button-black .vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline-custom:hover {box-shadow: 0 0px 5px #000000;-o-box-shadow: 0 0px 5px #000000;-ms-box-shadow: 0 0px 5px #000000;-moz-box-shadow: 0 0px 5px #000000;-webkit-box-shadow: 0 0px 5px #000000;}
.rounded-bg .vc_column-inner {border-radius: 50% !important;-o-border-radius: 50% !important;-ms-border-radius: 50% !important;-moz-border-radius: 50% !important;-webkit-border-radius: 50% !important;}
.rounded-bg.smaller-circle {padding-left: 55px !important;padding-right: 55px !important;}
.font-weight-500, .font-weight-500 h2 {font-weight: 500;}

.main-cta-icons .vc_column_container .vc_column-inner {transition:box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;-o-transition:box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;-ms-transition:box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;-moz-transition:box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;-webkit-transition:box-shadow 0.3s ease-in-out,transform 0.3s ease-in-out;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);-o-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-ms-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0);-webkit-box-shadow: 0 0 1px rgba(0, 0, 0, 0);}
.main-cta-icons .vc_column_container .vc_column-inner:hover {transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);
	box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);-o-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);-ms-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);-moz-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);-webkit-box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);}
.homepage-heading h2 {font-weight: 500;font-size: 45px;}
#main .vc_column_container.circle-cta > .vc_column-inner {width: 267px;height: 267px;font-size: 12px;line-height:1.2em;margin:0 auto;}

/* =Main Layout
----------------------------------------------- */
#page{overflow: hidden; }

.site-header{}
.site-header .navbar-brand {
	display: block;
	float: left;
	font-size: 18px;
	height: auto;
	line-height: 40px;
	padding: 10px 10px 20px 10px;
}
.site-header .navbar-brand img{ display: block;}

.site-featured{ margin:auto; }

.site-tagline {
	background: none repeat scroll 0 0 #eee;
	border-bottom: 5px solid #eee;
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0;
}


.container{ width: 1020px;}
.site-main{ width:100%; padding:0px 0 0; float:left;background:url(images/gradient-bg.png) center bottom no-repeat;background-size: 100% auto; }
.home .site-main{  }

.site-footer{
	float: left;
	width: 100%;
}
.site-footer .footer-content{
	background-color: #11325a;
	color:#d6d6d6;
	clear: both;
	float: left;
	margin: auto;
	padding: 30px 0;
	position: relative;
	width: 100%;
}
.site-footer .footer-content a {color:#d6d6d6;}
.site-footer .footer-content a:hover {color:#ffffff;}
.site-footer .footer-info {
	background: none repeat scroll 0 0 #303030;
	clear: both;
	color: #d6d6d6;
	float: left;
	font-size: 12px;
	line-height: 22px;
	margin: auto;
	padding: 15px 0;
	position: relative;
	width: 100%;

}
.site-footer .footer-info a {color:#d6d6d6;}
.site-footer .footer-info a:hover {color:#ffffff;}
.site-footer .footer-info .site-info{  text-align:right; float:right; line-height:20px; }
.site-footer .footer-info .site-info p{ margin:0; }
.site-footer .footer-info .site-copyright{ text-align:left; float:left; }



.page .entry-header{  }
.page .entry-header .entry-title{}

.home .front-content{ margin-bottom:0px; }
.home .front-content .entry-header{ margin:0; height:auto;}

.has-breadcrumbs{ position:relative;font-size: 14px; }
.has-breadcrumbs #breadcrumbs {margin-bottom: 0;}
.has-breadcrumbs #breadcrumbs a {color:#000000;}
.has-breadcrumbs #breadcrumbs a:hover {color:#cb5551;}
.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: relative;
	text-align: left;
	z-index: 20;
}
.vc_row.home-content-bg {background-size: 100% auto !important;background-position: center top !important;}
.cta-large h1 {font-size:34px;line-height: 1em;font-weight: 400;}
.cta-small h3 {font-size:22px;line-height: 1em;font-weight: 400;}
.col-sm-9.cta-med {padding-top:15px;}
#main .dark-link a {font-weight: 500;font-size: 18px;color:#4c4c4c;}
#main .dark-link a:hover {color:#65c6bc;}
.cta-med h2 {font-size:26px;line-height: 1em;font-weight: 400;}
.font-normal {font-weight: 400;}
#content .vc_toggle_content {border:1px solid #aaaaaa;padding:20px 35px 20px 35px;}
#content .vc_btn3.vc_btn3-size-lg {font-size: 20px;}
#front-page > .vc_row > .wpb_column.vc_column_container.vc_col-sm-12 {width: 1020px;margin-right: auto;margin-left: auto;float:none;}


/* =Custom Page template
----------------------------------------------- */
.not-found{
	margin-bottom: 30px;
	margin-top: 30px;
	padding-top: 0px;
	text-align: center;
}
.not-found strong {
	color: #022a3b;
	display: block;
	font-size: 120px;line-height: 1em;
	font-weight: normal;
	margin-bottom: 20px;
	text-align: center;
}
.not-found  #searchform{ margin-bottom: 30px;}
.not-found hr {
    margin: 20px auto;
    width: 365px;
}

/* =Layout: Content-Sidebar
----------------------------------------------- */

#content {padding:25px 0 40px 0;}
#content.nobanner {padding-top: 0;}
#sidebar { margin: 0px 0 20px; }
#sidebar .widget{  }
.footer-cta {padding-bottom: 30px !important;padding-top:30px !important;background-color: #5bc5b8 !important;}
.footer-cta .wpb_text_column, .footer-cta .vc_btn3-container {margin-bottom: 0;}

/* =Layout: Form Quote
----------------------------------------------- */
#main .gform_wrapper .gf_page_steps {width: 100%;border-bottom: 4px solid #25b1a6;margin-bottom: 0;padding-bottom: 0;height:42px;}
#main .gform_wrapper .gf_step {width: auto;height:auto;line-height:1em !important;margin-right: 0;padding-left: 12px;padding-right:12px;margin-bottom: 0;padding-bottom: 20px;float:left;display: block;text-align: center;font-family: 'Asap',sans-serif;}
#main .gform_wrapper .gf_step.gf_step_active {border-bottom: 10px solid #25b1a6;}
#main .gform_wrapper .gf_step_clear {height:0;}
#main .gform_wrapper .gf_step span.gf_step_number {display: none;}
#main .gform_wrapper .gform_body {padding-top:40px;}
#main .gform_wrapper .gform_page_fields {margin:0 auto 40px;width: 65%;}
#main .gform_wrapper .left_label li.field_sublabel_below .gfield_label {margin-right: 0;}
#main .gform_wrapper .gform_page_fields .ginput_container input, #main .gform_wrapper .gform_page_fields .ginput_container textarea {font-size: 16px;line-height: 1em;padding:10px;}
#main .gform_wrapper .gform_page_footer {margin-top:0;padding-top: 0; border:none;}
#main .gform_wrapper .gform_page_footer .button {background:none;border:1px solid #000000;padding:12px 40px;font-size: 20px;border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#main .gform_wrapper .gform_page_footer .button.gform_next_button {float:right;background-color: #d6d6d6;}
#main .gform_wrapper .gform_page_footer .button.gform_button {float:right;background-color: #d6d6d6;}
#main .gform_wrapper .gform_page_footer .button.gform_previous_button {float:left;}
#main .gform_wrapper .gform_page_footer .button:hover {box-shadow:0 0 5px #000000;-o-box-shadow:0 0 5px #000000;-ms-box-shadow:0 0 5px #000000;-moz-box-shadow:0 0 5px #000000;-webkit-box-shadow:0 0 5px #000000;}

#main .gform_wrapper .gf_page_steps {width: 100%;border-bottom: 4px solid #25b1a6;margin-bottom: 0;padding-bottom: 0;height:42px;}
#main #gform_wrapper_1.gform_wrapper .gf_step {width: 20% !important;height:auto;line-height:1em !important;margin-right: 0;padding-left: 30px;padding-right:30px;margin-bottom: 0;padding-bottom: 20px;float:left;display: block;text-align: center;font-family: 'Asap',sans-serif;}
#main #gform_wrapper_1.gform_wrapper .gf_step.gf_step_active {border-bottom: 10px solid #25b1a6;}
#main #gform_wrapper_1.gform_wrapper .gf_step_clear {height:0;}
#main .gform_wrapper .gf_step span.gf_step_number {display: none;}
#main #gform_wrapper_1.gform_wrapper .gform_body {padding-top:40px;}
#main #gform_wrapper_1.gform_wrapper .gform_page_fields {margin:0 auto 40px;width: 80%;}
#main .gform_wrapper .left_label li.field_sublabel_below .gfield_label {margin-right: 0;}
#main #gform_wrapper_1.gform_wrapper .gform_page_fields .ginput_container input, #main #gform_wrapper_1.gform_wrapper .gform_page_fields .ginput_container textarea {font-size: 16px;line-height: 1em;padding:10px;}
#main #gform_wrapper_1.gform_wrapper .gform_page_footer {margin-top:0;padding-top: 0; border:none;}
#main #gform_wrapper_1.gform_wrapper .gform_page_footer .button {background:none;border:1px solid #000000;padding:12px 40px;font-size: 20px;border-radius: 5px;-o-border-radius: 5px;-ms-border-radius: 5px;-moz-border-radius: 5px;-webkit-border-radius: 5px;}
#main #gform_wrapper_1.gform_wrapper .gform_page_footer .button.gform_next_button {float:right;background-color: #d6d6d6;}
#main #gform_wrapper_1.gform_wrapper .gform_page_footer .button.gform_button {float:right;background-color: #d6d6d6;}
#main #gform_wrapper_1.gform_wrapper .gform_page_footer .button.gform_previous_button {float:left;}
#main #gform_wrapper_1.gform_wrapper .gform_page_footer .button:hover {box-shadow:0 0 5px #000000;-o-box-shadow:0 0 5px #000000;-ms-box-shadow:0 0 5px #000000;-moz-box-shadow:0 0 5px #000000;-webkit-box-shadow:0 0 5px #000000;}

#main .gform_wrapper .ginput_complex .ginput_left, #main .gform_wrapper .ginput_complex .ginput_right {width:100%}
#main .gform_wrapper .ginput_complex .ginput_right {margin-left: 0;}

#main .gform_wrapper form ul.left_label li, #main .gform_wrapper form ul.right_label li, #main .gform_wrapper ul.left_label li, #main .gform_wrapper ul.right_label li {float:left;width: 100%;}
#main .gform_wrapper .left_label .gfield_label {margin-top: 0;}

div.gform_wrapper .field_sublabel_above .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_above div[class*=gfield_date_].ginput_container label,
div.gform_wrapper .field_sublabel_above div[class*=gfield_time_].ginput_container label,
div.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_date_].ginput_container label,
div.gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
	font-size: 1.2rem;
}


/* =Menu
----------------------------------------------- */

.navbar{ margin: 0; }
.navbar-default{ border:none; }

.navbar-default {
	background-color: #ffffff;
	border-color: #e7e7e7;
	box-shadow: 0 3px 3px #656565;-o-box-shadow: 0 3px 3px #656565;-ms-box-shadow: 0 3px 3px #656565;-moz-box-shadow: 0 3px 3px #656565;-webkit-box-shadow: 0 3px 3px #656565;
}
.navbar-nav#menu-primary {float:right;font-weight: 700;font-size: 15px;margin-top:30px;}
.navbar-brand {
	color: #777777;
}
.navbar-brand:hover,
.navbar-brand:focus {
	color: #5e5e5e;
	background-color: transparent;
}
.navbar-text {
	color: #777777;
}
.navbar-default .navbar-nav > li {padding-bottom: 30px;}
.navbar-default .navbar-nav > li > a {
	 line-height: 1em; padding: 10px 0px;color:#11325a;text-transform: uppercase;margin-left: 30px;background:none !important;border-bottom: 3px solid #ffffff; font-size: 16px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	border-bottom: 3px solid #11325a;
	background:none;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
	color: #cb5551;
	background:none;
}
.navbar-nav > .disabled > a,
.navbar-nav > .disabled > a:hover,
.navbar-nav > .disabled > a:focus {
	color: #eee;
	background-color: transparent;
}
.navbar-toggle {
	border-color: #ffffff;
	margin-top: 16px;
}
.navbar-toggle:hover,
.navbar-toggle:focus {
	background-color: #cb5551;
}
.site-header .navbar-default .navbar-toggle .icon-bar {
	background-color: #ffffff;
	transition: all 0.2s;-o-transition: all 0.2s;-ms-transition: all 0.2s;-moz-transition: all 0.2s;-webkit-transition: all 0.2s;
}
.navbar-toggle .icon-bar.top-bar{transform: rotate(0);-o-transform: rotate(0);-ms-transform: rotate(0);-moz-transform: rotate(0);-webkit-transform: rotate(0);}
.navbar-toggle .icon-bar.middle-bar{opacity:1;}
.navbar-toggle .icon-bar.bottom-bar{transform: rotate(0);-o-transform: rotate(0);-ms-transform: rotate(0);-moz-transform: rotate(0);-webkit-transform: rotate(0);}
.navbar-toggle.active .top-bar {
transform: rotate(45deg);-o-transform: rotate(45deg);-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);
transform-origin: 10% 10%;
}
.navbar-toggle.active .middle-bar {
opacity: 0;
}
.navbar-toggle.active .bottom-bar {
transform: rotate(-45deg);-o-transform: rotate(-45deg);-ms-transform: rotate(-45deg);-moz-transform: rotate(-45deg);-webkit-transform: rotate(-45deg);
transform-origin: 10% 90%;
}
.navbar-collapse,
.navbar-form {
	border-color: #e7e7e7;
}
.navbar-nav > .open > a,
.navbar-nav > .open > a:hover,
.navbar-nav > .open > a:focus {
	background-color: #e7e7e7;
	color: #555555;
}

.navbar-collapse.in .navbar-nav{ margin-bottom: 0;}
.navbar-collapse.in .navbar-nav > li > a{
	line-height: 1em;
	border-bottom: #e7e7e7 solid 1px;
}


.nav-user{}
.nav-user .btn{
	border: medium none;
	border-radius: 0;
}
.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: 40px;
	list-style: none outside none;
	margin: 0px 0 0;
	min-width: 180px;
	padding: 0px 0;
	position: absolute;
	top: 100%;
	z-index: 1000;
}
.navbar-nav#menu-primary li .dropdown-menu {padding-top:4px;transform:translateZ(0px);-o-transform:translateZ(0px);-ms-transform:translateZ(0px);-moz-transform:translateZ(0px);-webkit-transform:translateZ(0px);}
.navbar-nav#menu-primary li .dropdown-menu::before {
    background: #0c2440 none repeat scroll 0 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    right: 100%;
    top: 0;
    transition:right 0.3s ease-out;-o-transition:right 0.3s ease-out;-ms-transition:right 0.3s ease-out;-moz-transition:right 0.3s ease-out;-webkit-transition:right 0.3s ease-out;
    z-index: -1;
}
.navbar-nav#menu-primary li .dropdown-menu:hover::before, .navbar-nav#menu-primary li .dropdown-menu:focus::before, .navbar-nav#menu-primary li .dropdown-menu:active::before {
    right: 0;
}
.navbar-nav#menu-primary li .dropdown-menu li {border-bottom: 1px solid #fafafa;}
.navbar-nav#menu-primary li .dropdown-menu li a {padding:10px 12px;}

.vc_row.howitworks-row .wpb_single_image img {transition:transform 0.3s ease-in;-o-transition:transform 0.3s ease-in;-ms-transition:transform 0.3s ease-in;-moz-transition:transform 0.3s ease-in;-webkit-transition:transform 0.3s ease-in;}
.vc_row.howitworks-row .wpb_single_image img:hover {transform:scale(1.1);-o-transform:scale(1.1);-ms-transform:scale(1.1);-moz-transform:scale(1.1);-webkit-transform:scale(1.1);}
.vc_row.howitworks-row .wpb_text_column {font-style: italic;line-height: 1.2em;font-size: 14px;}
.vc_row.howitworks-row .wpb_text_column h4 {font-weight: 400;font-style: normal;}

#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;
	border-radius: 50%;-o-border-radius: 50%;-ms-border-radius: 50%;-moz-border-radius: 50%;-webkit-border-radius: 50%;
	border:4px solid #d6d6d6;
	color: #d6d6d6;
	display: block;
	font-size: 18px;
	height: 35px;
	line-height: 29px;
	margin-right: 6px;
	opacity: 0.8;
	text-align: center;
	width: 35px;
}
.site-footer .socials li a {border:4px solid #d6d6d6;color: #FFFFFF;}

.socials li a:hover{ opacity:1; }
.socials li.facebook a{;}
.socials li.twitter a{ }

.contactpagewidget .socials li a {font-size: 24px;line-height: 45px;height: 50px;width: 50px;}
.contactpagewidget .socials li.facebook a {color:#ffffff;border-color:#3B5998;background-color:#3B5998;}
.contactpagewidget .socials li.twitter a {color:#ffffff;border-color:#2AA9E0;background-color:#2AA9E0;}
.contactpagewidget .socials li.tumblr a {color:#ffffff;border-color:#1D3765;background-color:#1D3765;}
.contactpagewidget .socials li.instagram a {color:#ffffff;border-color:#AE8569;background-color:#AE8569;}

/* =INNER PAGES
----------------------------------------------- */
.inner-featured {background-size: cover;padding:150px 10px 150px 10px;position: relative;text-align: center;}
.inner-featured-title {color:#ffffff;text-shadow:0 3px 3px #333;font-size: 70px;}
.inner-featured-title .page-title {font-size: 70px;font-weight: 500;}

#content.content-page-wrapper h2 {font-size: 32px;}
#content.content-page-wrapper h3 {font-size: 22px;}
#content.content-page-wrapper h4 {font-weight:500;}

/* =Content
----------------------------------------------- */

.sticky {}
.hentry {
	margin: 0 0 1.2em;
	padding: 0px 0px 1.2em;
	border:none;
}
.content-result .hentry {padding:10px 10px 1.2em; border:#eee solid 1px;
	box-shadow: 0 2px 2px #eee;-o-box-shadow: 0 2px 2px #eee;-ms-box-shadow: 0 2px 2px #eee;-moz-box-shadow: 0 2px 2px #eee;-webkit-box-shadow: 0 2px 2px #eee;}
.hentry .entry-header{}
.hentry .entry-header .entry-title{ margin-bottom:20px; }
.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: 0 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.2em;
}

.page-header{ margin-bottom:40px;margin-top: 0px;border:none; }

.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{
	font-weight: 700;
	font-size: 17px;
	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 */
.rd-address{margin-bottom: 0;}
.rd-address .location{ clear: none;margin-bottom:5px; }
.rd-address .address{}
.rd-address .phone{ margin-bottom:5px; }
.rd-address .fax{ margin-bottom:0; }
.rd-address .email{ }
.rd-address .image-map{ float: right;margin-left: 10px;}

.rd-address .phone,
.rd-address .fax,
.rd-address .email,
.rd-address .address{
	padding-left: 0px;
	position: relative;
}

.rd-address .phone .fa,
.rd-address .fax .fa,
.rd-address .email .fa,
.rd-address .address .fa{
	position: absolute;
	left: 0;
}




#footer-sidebar{}
#footer-sidebar .widget{ font-size: 13px;}
#footer-sidebar .widget:first-child{ margin-left:0;}

#footer-sidebar .widget_rd_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;
}



/* =Custom Post type
----------------------------------------------- */
.testimonials {margin-bottom: 30px;}
.testimonials .slider-testimonials {text-align: center;}
.testimonials .slider-testimonials .testimonial-item {text-align: center;color:#515050;}
.testimonials .slider-testimonials .testimonial-item .text {font-style:italic;margin-bottom: 20px;font-size: 18px;}
.testimonials .slider-testimonials .testimonial-item .info {font-weight: 500;margin-bottom: 20px;}
.testimonials .slider-testimonials .testimonial-item .moreinfo {}
.testimonials .slider-testimonials .testimonial-item .moreinfo a {color:#4c4c4c;}
.testimonials .slider-testimonials .testimonial-item .moreinfo a:hover {color:#65c6bc;}

.testimonial-page-wrapper {}
.testimonial-page-wrapper .testimonial-page-item {background:#f0f0f0;border:1px solid #e0e0e0;box-shadow: 0 2px 2px #dedede;padding:20px;margin-bottom: 20px;text-align: center;}
.testimonial-page-wrapper .testimonial-page-item-text {margin-bottom: 20px;font-style: italic;font-size: 18px;color:#606060;}
.testimonial-page-wrapper .testimonial-page-item-info {color:#303030;}

/* = 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: #1982d1;
	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: #1982d1;
	border-color: #1982d1;
	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; }
.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; padding: 2px 0px 0px 0px; }
.gfield_error input,
.gfield_error textarea {  border: 1px #ff3300 solid !important; }
.gfield_error input:focus,
.gfield_error textarea:focus {  }



/* Custom bootstrap
-------------------------------------------------- */
.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;
}
