/*
Theme Name: Blink
Theme URI: http://bravostudios.com.au/
Author: Bravo Studios
Author URI: http://bravostudios.com.au/
Version: 1.0.0
Text Domain: blink
*/





/*--------------------------------------------------------------
Normalize v3.0.3
--------------------------------------------------------------*/
html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}





/*--------------------------------------------------------------
Elements
--------------------------------------------------------------*/
html {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;
	background: #002C5D;
}

*, *:before, *:after {
	-webkit-box-sizing: inherit; 
	-moz-box-sizing: inherit; 
	box-sizing: inherit;
}

body {
	background: #fff;
	color: #555;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 1.5;
}

hr {
	background: #eee;
	border: 0;
	height: 1px;
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 20px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 20px 20px;
}

img {
	height: auto;
	max-width: 100%;
}

table {
	margin: 0 0 20px;
	width: 100%;
}

p {
	margin: 0 0 20px;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	max-width: 100%;
	overflow: auto;
	padding: 20px;
}

embed,
iframe,
object {
	max-width: 100%;
}





/*--------------------------------------------------------------
Clear
--------------------------------------------------------------*/
.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
    *zoom: 1;
}





/*--------------------------------------------------------------
Titles
--------------------------------------------------------------*/
h1, h2, h3, h4 {
	font-weight: 700;
	margin: 0 0 20px;
	color: #000;
	text-transform: uppercase;
}

h1 {
	font-size: 26px;
}

h2 {
	font-size: 22px;
}

h3 {
	font-size: 18px;
}

h4 {
	font-size: 16px;
}





/*--------------------------------------------------------------
Links
--------------------------------------------------------------*/
a {
	color: #004A9B;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #FDB519;
}





/*--------------------------------------------------------------
Forms
--------------------------------------------------------------*/
.button,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	outline: none;
	display: inline-block;
	padding: 10px 20px;
	background: #FDB519;
	color: #004A9B;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
}

.button:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background: #FDB519;
	color: #004A9B;
	text-transform: uppercase;
	border: none;
	font-weight: 600;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
	outline: none;
	display: inline-block;
	width: 100%;
	background: #fff;
	padding: 10px;
	border: 1px solid #eee;
}

input[type="search"] {
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box;	
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus {
	border: 1px solid #ddd;
}





/*--------------------------------------------------------------
Transition
--------------------------------------------------------------*/
.transition, a, input, button, textarea {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}





/* --------------------------------------------------------
Column Classes
---------------------------------------------------------*/
.five-sixths,
.four-sixths,
.four-fifths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fourths,
.three-fifths,
.three-sixths,
.two-fourths,
.two-fifths,
.two-sixths,
.two-thirds {
	float: left;
	margin-left: 1.6666666666667%;
}
 
.one-half,
.three-sixths,
.two-fourths {
	width: 49.166666666667%;
}
 
.one-third,
.two-sixths {
	width: 32.222222222222%;
}
 
.four-sixths,
.two-thirds {
	width: 66.111111111111%;
}
 
.one-fourth {
	width: 23.75%;
}
 
.three-fourths {
	width: 74.583333333333%;
}
 
.one-fifth {
	width: 18.666666666667%;
}
 
.two-fifths {
	width: 39%;
}
 
.three-fifths {
	width: 59.333333333333%;
}
 
.four-fifths {
	width: 79.666666666667%;
}
 
.one-sixth {
	width: 15.277777777778%;
}
 
.five-sixths {
	width: 83.055555555556%;
}
 
.first {
	clear: both;
	margin-left: 0;
}





/*--------------------------------------------------------------
Wordpress
--------------------------------------------------------------*/
/* Menus */


.menu-toggle {
	display: none;
}

.menu-toggle span {
	display: none;
}


.main-navigation ul {
	display: block;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 20px;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* Alignments */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* Widgets */
.widget {
	margin: 0 0 20px;
}

.widget select {
	max-width: 100%;
}

/* Comments */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Captions */
.wp-caption {
	margin-bottom: 20px;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 10px 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries */
.gallery {
	margin-bottom: 20px;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item { max-width: 50%; }
.gallery-columns-3 .gallery-item { max-width: 33.33%; }
.gallery-columns-4 .gallery-item { max-width: 25%; }
.gallery-columns-5 .gallery-item { max-width: 20%; }
.gallery-columns-6 .gallery-item { max-width: 16.66%; }
.gallery-columns-7 .gallery-item { max-width: 14.28%; }
.gallery-columns-8 .gallery-item { max-width: 12.5%; }
.gallery-columns-9 .gallery-item { max-width: 11.11%; }

.gallery-caption {
	display: block;
}





/*--------------------------------------------------------------
General
--------------------------------------------------------------*/
.container {
	max-width: 1240px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}





/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
.site-header {
	background: #004A9B;
}

.site-header .container {
	position: relative;
}

.site-logo {
	float: left;
	width: 100%;
	margin: 0;
	padding: 20px 0 0 0;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-right {
	color: #fff;
	text-align: right;
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
}

.header-right-info {
	float: left;
	padding: 10px 0 0 0;
}

.header-right-info p {
	margin: 0;
}

.header-right-info .info-phone {
	font-size: 18px;
}

.header-right-info .info-address {
	font-size: 14px;
}

.header-right-badge {
	float: left;
	padding-left: 20px;
}

.header-right img {
	
}





/*--------------------------------------------------------------
Navigation
--------------------------------------------------------------*/
.nav-container {
	background: #fff;
	border-bottom: 1px solid #004A9B;
}

.main-navigation {
	display: block;
}

.main-navigation .navigation-toggle {
	display: none;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 15px;
	color: #004A9B;
	font-size: 15px;
	cursor: pointer;
	border-bottom: 2px solid #fff;
}

.main-navigation li.menu-item-30 {
	float: right;
}

.main-navigation li.menu-item-30 a {
	background: #FDB519;
	color: #fff;
	border-bottom: 2px solid #FDB519;
}

.main-navigation li.menu-item-30.current-menu-item a,
.main-navigation li.menu-item-30 a:hover {
	opacity: 0.6;
}

.main-navigation a:hover,
.main-navigation li.current-menu-item a {
	transition: none;
	border-color: #FDB519;
}

.main-navigation ul ul {
	position: absolute;
	top: 52px;
	left: -9999px;
	z-index: 99;
	background: #fff;
	width: 180px;
	-webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.2);
    box-shadow: 0 2px 6px rgba(0,0,0,0.2)
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation ul li:hover ul {
	left: 0;
}




/*--------------------------------------------------------------
Main
--------------------------------------------------------------*/
.site-main {
	padding: 20px 0 40px 0;
}

.home .site-main {
	padding: 0 0 60px 0;
}

.single .site-main {
	padding: 0 0 40px 0;
}

.page-id-28 .site-main {
	padding: 0;
}

/* Sidebar */
.bordered-column-sidebar:before {
    content: "";
    position: absolute;
    left: -7%;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #FDB519;
    display: block;
}

.widget-area {
	float: left;
	width: 20%;
}

.widget-area .widget {
	padding-bottom: 20px;
	margin-bottom: 20px;
	position: relative;
}

.widget-area .widget:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	border-bottom: 1px solid #FDB519;
}

.widget-area .widget.widget_search form {
	position: relative;
	padding-top: 10px;
}

.widget-area .widget.widget_search button {
	background: none;
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 0;
	font-size: 20px;
}

.widget-area .widget.widget_search button:hover {
	color: #FDB519;
}

.widget-area .widget.widget_archive:before {
	border: none;
}

.widget-area .widget.widget_recent_entries {
	display: none;
}

.single .widget-area .widget.widget_recent_entries {
	display: block;
}

.widget-area .widget-title {
	font-weight: 400;
	font-size: 16px;
	margin: 0;
}

.widget-area ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.widget-area ul li {
	position: relative;
	padding: 5px;
}

.widget-area ul li:before { 
	content: "";
	border-color: transparent #004A9B;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	display: block;
	left: 0;
	top: 11px;
	position: absolute;
}

.widget-area ul li a {
	padding-left: 5px;
}

.widget-area .widget_search input[type="text"] {
	background: #eee;
}

.widget-area ul li.current-cat:before {
	left: 10px
}

.widget-area .widget .current-cat a {
	padding-left: 15px;
}

.widget-area .widget .current-cat {
	background: #eee;
}

/* Home */
.home-slider .flexslider {
	border: none;
	position: relative;
	height: 320px;
}

.home-slider .flexslider .slides {
	height: 100%;
}

.home-slider .flexslider li {
	height: 100%;
}

.home-slider .flexslider li img {
	background-size: cover;
	height: 100%;
}

.home-slider-overlay {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.home-slider-left {
	width: 30%;
	float: left;
}

.home-slider-left h1 {
	font-weight: 400;
	font-size: 34px;
	color: #fff;
	padding: 20px 30px;
	margin: 0;
	background: #004A9B;
	line-height: 44px;
}

.home-slider-left a {
	position: relative;
	padding: 10px 30px 10px 20px;
}

.home-slider-left a:hover {
	color: #fff;
}

.home-slider-left a i {
	font-size: 28px;
	position: absolute;
	top: 7px;
	right: 10px
}

.home-slider-right {
	width: 30%;
	float: right;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(17,17,17,0.3);
	-moz-box-shadow: 3px 3px 5px 0px rgba(17,17,17,0.3);
	box-shadow: 3px 3px 5px 0px rgba(17,17,17,0.3);
	background: #fff;
}

.home-slider-right h1 {
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	padding: 5px 20px;
	margin: 0;
	background: #004A9B;
}

.home-slider-right h2 {
	font-weight: 400;
	font-size: 14px;
	padding: 0 20px;
	margin: 10px 0 5px;
}

.home-slider-right p {
	font-weight: 400;
	font-size: 14px;
	padding: 0 20px;
	margin: 0;
}

.home-slider-right a {
	text-transform: uppercase;
	padding: 0 20px;
	margin: 5px 0 10px;
	display: block;
}

.home-slider .flex-control-nav {
	position: absolute;
	top: 75%;
	left: -9999px;
	width: auto;
	z-index: 99;
}

.home-slider .flex-control-paging li a {
	background: #fff;
	width: 14px;
	height: 14px;
}

.home-slider .flex-control-paging li a:hover {
	background: rgba(253, 181, 25, 0.6)
}

.home-slider .flex-control-paging li a.flex-active {
	background: #FDB519;
}

.home-service h2 {
	font-weight: 400;
	border-bottom: 1px solid #FDB519;
	display: inline-block;
	padding-bottom: 10px;
}

.home-service p {
	margin: 0 0 10px;
}

.home-service ul {
	padding: 0;
	margin-bottom: 10px;
}

.home-service a {
	padding: 5px 10px;
	border-radius: 2px;
}

.home-service a:hover {
	color: #fff;
}


/* Standard Pages */

.content-standard {
    min-height: 40em;
}

.content-standard h1 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #004A9B;
	border-bottom: 10px solid #eee;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}

article.post-17 h2.calcs:before,
.content-standard h2.calcs:before {
	content: "\f1ec";
	font-family: FontAwesome;
	margin-right: 0.6em;
}

article.post17 h2.forms:before,
.content-standard h2.forms:before {
	content: "\f0f6";
	font-family: FontAwesome;
	margin-right: 0.6em;
}





/* Tax Online */

.form-col-1, .form-col-2 {
	float: left;
	width: 50%;
}

.form-col-1 {
	width: 48%;
	margin-right: 2%;
}

/*.form-col-2.signup {
	padding-top: 3em;
}*/

form.online-tax-form section {
	float: left;
	width: 100%;
    padding: 2em 0;
}

form.online-tax-form section.income fieldset {
    background: #f2f2f2;
    margin: 0 0 1.4em;
    padding: 1em 1em 0;
}

form.online-tax-form section.income fieldset:last-of-type {
	margin: 0;
}

form.online-tax-form br {
    display: none;
}

form.online-tax-form label {
    margin: 0.6em 0;
    display: block;
}

form.online-tax-form input[type="text"], 
form.online-tax-form input[type="email"], 
form.online-tax-form input[type="url"], 
form.online-tax-form input[type="password"], 
form.online-tax-form input[type="search"], 
form.online-tax-form input[type="tel"], 
form.online-tax-form textarea {
	border-color: #ccc;
}

form.online-tax-form span.wpcf7-list-item {
	margin-left: 1em;
}

form.online-tax-form span.wpcf7-list-item-label {
    margin: 0 0.3em;
}

form.online-tax-form span.wpcf7-radio label {
	display: inline;
}

form.online-tax-form span.title {
    float: left;
    width: auto;
}

form.online-tax-form fieldset {
    margin: 0;
    border: none;
    padding: 0;
}

form.online-tax-form legend {
    float: left;
    width: auto;
}

form.online-tax-form div.wpcf7-validation-errors {
    background: #f4d425;
    float: left;
    width: 100%;
}

form.online-tax-form div.wpcf7-mail-sent-ok {
    background: #398f14;
    float: left;
    width: 100%;
    color: #ffffff;
}

form.online-tax-form div.wpcf7-response-output {
    margin: 0;
    padding: 1em;
	clear:both;
}

/*p.show-req {
	display: none;
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
}*/

/* swap to this for opacity version */


p.show-req {
	-webkit-transition: all 0.15s;
	-moz-transition: all 0.15s;
	transition: all 0.15s;
	opacity: 0.4;
	pointer-events: none;
}





/* Services */
.content-services h1 {
    font-size: 36px;
    font-weight: 400;
    text-align: center;
    color: #004A9B;
    border-bottom: 10px solid #eee;
    padding-bottom: 20px;
    margin: 0 0 30px 0;
}

.content-services p.services-text {
	font-weight: 600;
}

.services-container {
    float: left;
    width: 100%;
    border-top: 10px solid #eee;
    margin-top: 1em;
    padding-top: 3em;
}

.content-services .services-sidebar {
	float: left;
	width: 18%;
}

.content-services .services-sidebar ul {
	margin: 0 0 0 10px;
	padding: 0;
	list-style: none;
}

.content-services .services-sidebar ul li:before { 
	content: "";
	border-color: transparent #004A9B;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	display: block;
	height: 0;
	width: 0;
	left: -10px;
	top: 16px;
	position: relative;
}

.content-services .services-content {
	float: left;
	width: 77%;
	margin-left: 5%;
	position: relative;
}

.services-content.bordered-column-sidebar:before {
	left: -4%;
}

.content-services .services-content section {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.content-services .services-content section:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	border-bottom: 10px solid #eee;
}

.content-services .services-content h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
}

/* Blog */
.content-blog {
	
}

.content-blog h1 {
	font-size: 36px;
	font-weight: 400;
	text-align: center;
	color: #004A9B;
	border-bottom: 10px solid #eee;
	padding-bottom: 20px;
	margin: 0 0 30px 0;
}

.content-blog-posts,
.content-blog-single-post {
	float: left;
	width: 70%;
	margin-left: 10%;
	position: relative;
}

.content-blog-section {
	padding: 0 0 20px 0;
	margin: 0 0 40px 0;
	position: relative;
}

.content-blog-section:before {
	content: "";
	position: absolute;
	bottom: -10px;
	width: 50%;
	border-bottom: 10px solid #eee
}

.content-blog-section h2 {
	font-size: 24px;
	font-weight: 400;
	text-transform: none;
	margin: 0;
}

.content-blog-section .entry-meta {
	margin: 10px 0 20px 0;
	font-size: 12px;
	text-transform: uppercase;
	color: #ddd;
}

.content-blog-section .entry-meta a {
	color: #ddd;
}

.content-blog-section .entry-meta a:hover {
	color: #FDB519;
}

.content-blog-section .entry-summary a.button {
	color: #fff;
}

.content-blog-section .entry-summary a.button:hover {
	opacity: 0.6;
}

.posted-on .updated {
	display: none;
}

.content-blog .no-results form {
	position: relative;
}

.content-blog .no-results button {
	background: none;
	position: absolute;
	right: 10px;
	bottom: 5px;
	padding: 0;
	font-size: 20px;
}

.content-blog .no-results button:hover {
	color: #FDB519;
}

.content-blog .blog-single-banner {
	display: block;
	width: 100%;
	padding-bottom: 30px;
}

.content-blog-single-post .content-blog-section:before {
	border: none;
}

.content-blog-single-post h1 {
	text-align: left;
	border: none;
	padding: 0;
	margin: 0;
}

.content-blog-single-post .entry-meta {
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 20px 0;
}

.content-blog-single-post .entry-meta:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	border-bottom: 10px solid #eee;
}

.content-blog-single-post .content-blog-section h3 {
	text-transform: none;
	font-weight: 400;
	font-size: 22px;
	position: relative;
	margin: 0 0 20px 0;
	padding: 0 0 30px 0;
}

.content-blog-single-post .content-blog-section h3:before {
	content: "";
	position: absolute;
	bottom: 0;
	width: 50%;
	border-bottom: 10px solid #eee;
}

.content-blog-single-post .share-container {
	float: left;
	width: 100%;
	padding-top: 20px;
}

.content-blog-single-post .share-container ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.content-blog-single-post .share-container li {
    min-height: 3.2em;
    display: block;
    float: left;
    margin: 0 0.4em 0;
}

.content-blog-single-post .share-container a {
	color: #fff;
	padding: 10px 20px;
	background: #0a88ff;
	text-transform: uppercase;
	font-size: 12px;
	border-radius: 3px;
}

.share-container a.share-facebook {
	background: #316098;
}

.share-container a.share-linkedin {
	background: #017cb7;
}

.share-container a.share-twitter {
	background: #25c5f5;
}

.share-container a.share-google {
	background: #e93f2e;
}

.content-blog-single-post .share-container li a:hover {
	opacity: 0.6;
}

.content-blog-single-post .share-container a i {
	padding-right: 10px;
	font-size: 16px;
	vertical-align: text-top;
}

/* Contact */
.contact-info {
	padding: 50px;
	position: relative;
}

.contact-heading {
	float: left;
	padding-bottom: 30px;
}

.contact-heading h1 {
	font-weight: 400;
	font-size: 44px;
	line-height: 42px;
	margin: 0;
	color: #004A9B;
}

.contact-heading p {
	margin: 0;
}

.contact-directions {
	position: absolute;
	right: 50px;
	top: 73px;
}

.contact-directions a {
	color: #fff;
	border-radius: 2px;
}

.contact-directions a:hover {
	opacity: 0.6;
	color: #fff;
}

.contact-directions i {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	backface-visibility: hidden;
	font-size: 18px;
	margin-left: 5px;
}
	

.content-contact .table-container {
	border-collapse: collapse;
	display: table;
	height: auto;
	width: 100%;
}

.contact-details {
	border: 1px solid #eee;
	box-sizing: border-box;
	width: 33.3333%;
	text-align: left;
}

.contact-details.table-cell {
	display: table-cell;
	padding: 30px 0px 30px 70px;
	vertical-align: top;
}

.contact-details ul {
	list-style: outside none none;
	margin: 0;
	padding-left: 20px;
}

.contact-details li {
	position: relative;
}

.contact-details li span {
	font-weight: 600;
}

.contact-details li:before {
	margin: 0 5px 0 -20px;
	font-family: 'FontAwesome';
	font-size: 16px;
}

.contact-details li.phone:before {
	content: '\f095';
}

.contact-details li.fax:before {
	content: '\f02f';
}

.contact-details li.email:before,
.contact-details li.postal:before {
	content: '\f0e0';
}

.contact-details li.office:before {
	content: '\f041';
}

.contact-details ul.postal-list {
	margin-top: 2em;
}

.contact-details ul.contact-list li {
	margin: 0.6em 0;
}

.quick-contact {
	background-color: #eee;
	padding: 20px;
	border-bottom: 10px solid #FDB519;
}

.quick-contact h2 {
	font-weight: 400;
	display: inline-block;
	padding-bottom: 10px;
	border-bottom: 10px solid #ddd;
}

.quick-contact input[type="text"],
.quick-contact input[type="email"] {
	margin: 0 0 10px 0; 
}

.quick-contact textarea {
	height: 143px;
	margin: 0 0 10px 0; 
}

.quick-contact input[type="submit"] {
	float: right;
	background: #fff;
	border: 2px solid #FDB519;
	border-radius: 4px;
	color: #FDB519;
	padding: 10px 20px;
}

.quick-contact .contact-submit {
	position: relative;
}


.quick-contact input[type="submit"]:hover {
	background: #eee;
}

div.wpcf7-validation-errors {
	border: none;
}





/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
.site-footer {
	color: #fff;
}

.footer-hero {
	background: #004A9B;
}

.hero-left-content{
	padding: 2em 0.8em 2em 0;
}

.hero-left-info {
	float: left;
	width: 46%;
	padding: 0;
}

.hero-left-info p {
	text-transform: uppercase;
	margin: 0;
	font-weight: 600;
}

.hero-left .newsletter-form {
	float: left;
	width: 54%;
}

.hero-left .newsletter-form ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.hero-left .newsletter-form label {
	display: none;
}

.hero-left .newsletter-form input.email-address {
    float: left;
    width: 63%;
    border: none;
    color: #444444;
}

.hero-left .newsletter-form input.newsletter-submit {
    float: left;
    border-radius: 4px;
    margin-left: 2%;
    width: 35%;
}

.hero-left .newsletter-form input.newsletter-submit:hover {
	color: #fff;
}

.hero-right {
	position: relative;
}

.hero-right-content{
	padding: 30px 0;
}

.hero-right p {
	text-transform: uppercase;
	float: right;
	margin: 0;
	padding: 5px 20px 0 0;
	font-weight: 600;
}

.hero-right img {
	float: right;
	padding: 0 5px;
}

.bordered-column:before {
    content: "";
    position: absolute;
    left: -12px;
    top: 0;
    bottom: 0;
    width: 4px;
    background: #002C5D;
    display: block;
}

.site-info {
	background: #002C5D;
	text-align: center;
	padding: 10px 0;
}

.site-info a {
	color: #fff;
	text-transform: uppercase;
}

.site-info a:hover,
.site-info a.active {
	text-decoration: underline;
}

.site-info-left {
	float: left;
}

.site-info-left a {
	text-transform: none;
	padding-left: 20px;
	margin-left: 20px;
	position: relative;
}

.site-info-left a:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 2px;
	height: 14px;
	width: 1px;
	border-left: 1px solid #fff;
}

.site-info-right {
	float: right;
}

.author { display:none}




/* Responsive */


@media screen and (max-width: 767px) {

	.site-header .container {
		position: inherit;
	}

	.container {
		padding: 0 1em;
	}

	.header-right {
	    text-align: center;
	    transform: inherit;
	    float: left;
	    width: 100%;
	    position: inherit;
	}

	.header-right-info {
	    float: none;
	    padding: 10px 0 0 0;
	}

	.header-right-info .info-phone {
	    font-size: 1.4em;
	}

	.header-right-badge {
	    float: none;
	    margin: 0.8em 0;
	    padding-left: 0;
	}

	.nav-container {
		border-bottom: none;
	}

	.nav-container .container {
		padding: 0;
	}

	.main-navigation {
	    z-index: 120;
	    position: relative;
	    display: block;
	}

	button.menu-toggle {
	    height: 3em;
	}

	.menu-toggle, .main-navigation.toggled ul {
	    position: absolute;
	    display: block;
	}

	.menu-toggle, .main-navigation li {
		width: 100%;
	}
	
	.main-navigation.toggled ul {
	   	background: #ffffff;
	}

	.main-navigation.toggled ul#primary-menu {
	    margin-top: 3em;
	}

	.main-navigation ul {
		display: none;
	}

	.main-navigation a {
	    padding: 1em;
	}

	button.menu-toggle, .main-navigation a {
		cursor: pointer;
	}

	.main-navigation ul ul {
	    top: 0;
	    left: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}

	.main-navigation.toggled ul ul.sub-menu {
		float: left;
	    display: inline-block;
	    height: 100%;
	    padding: 0;
	    position: relative;
	    background: #f2f2f2;
	    width: 100%;
	}

	.main-navigation.toggled ul ul.sub-menu li a {
		padding-left: 3em;
	}

	.main-navigation ul ul {
/*		max-height: 1px;
		overflow: hidden;*/
	}

	.main-navigation ul li:hover ul {
	    max-height: inherit;
	    overflow: inherit;
	}

	.site-main {
		margin-top: 3em;
	}

	.home-slider-overlay {
	    top: 0;
	    height: 100%;
	    padding: 0;
	    position: relative;
	    bottom: 0;
	    left: 0;
	    transform: inherit;
	}

	.home-slider-left {
	    left: 0;
	    position: absolute;
	    width: 100%;
	    float: none;
	    bottom: 0;
	}

	.home-slider-right {
	    display: none;
	}

	.home-slider-left h1 {
	    font-size: 1.8em;
	    padding: 0.4em;
	    line-height: 1.2;
	}

	.home-slider .flex-control-nav {
	    width: 100%;
	    position: absolute;
	    bottom: -3em;
	    z-index: 99;
	    top: initial;
	    text-align: center;
	}

	.home-slider-left a {
	    width: 100%;
	    position: relative;
	    padding: 10px 30px 10px 20px;
	    text-align: right;
	}

	.one-fourth {
		width: 100%;
		float: left;
	}

	.home-service {
		padding: 1em 0 1em;
		border-bottom: 1px solid #eee;
	}


	/* services */


	.content-services .services-navbar li {
	    display: block;
	    margin-right: 0;
	}

	.content-services .services-sidebar {
	    float: left;
	    width: 100%;
	    margin-bottom: 2em;
	}

	.content-services .services-sidebar {
	    float: left;
	    width: 100%;
	    margin-bottom: 2em;
	}

	.content-services .services-content {
	    width: 100%;
	    margin-left: 0;
	}

	.bordered-column-sidebar:before {
		display: none;
	}




	/* tax online */


	.form-col-1, .form-col-2 {
		float: left;
		width: 100%;
		margin-left: 0;
	}

	.form.online-tax-form input.wpcf7-file {
    	display: block;
    	margin: 1em 0;
	}

	form.online-tax-form section.income span.wpcf7-form-control-wrap, 
	form.online-tax-form section.location span.wpcf7-form-control-wrap {
	    margin: 1em 0;
	    width: 100%;
	    display: block;
	    float: left;
	}




	/* blog */

	.widget-area,
	.widget-area .widget:before,
	.content-blog-posts, 
	.content-blog-single-post {
		width: 100%;
		margin-left: 0;
	}

	.widget-area .widget:last-child:before {
	    content: "";
	    position: absolute;
	    bottom: 0;
	    width: 100%;
	    border-bottom: 1px solid #FDB519;
	}

	.content-blog .blog-single-banner {
		padding-top: 1em;
	}

	.content-blog-single-post .share-container li {
	    float: left;
	    width: auto;
	    margin: 0 1em 1em 0;
	}

	.content-blog-single-post .share-container a {
	    display: block;
	}




	/* footer */

	.bordered-column:before {
		display: none;
	}

	.five-sixths, .four-sixths, .four-fifths, .one-fifth, .one-fourth, .one-half, 
	.one-sixth, .one-third, .three-fourths, .three-fifths, .three-sixths, 
	.two-fourths, .two-fifths, .two-sixths, .two-thirds {
	    width: 100%;
	    margin: 0;
	}

	.hero-left-info, .hero-left .newsletter-form {
		width: 100%;
		margin: 0.4em 0;
	}

	.hero-left-content, .hero-right-content {
		padding: 1em 0;
	}

	.hero-right-content {
	    text-align: center;
	}

	.hero-right img {
	    float: none;
	    padding: 0 0.5em 0.5em;
	}

	.hero-right p {
	    float: left;
	    width: 100%;
	    text-align: center;
	}

	.hero-right p br {
	    display: none;
	}

	.site-info span {
		display: block;
	}

	.site-info-left, .site-info-right {
		float: left;
		width: 100%;
	}

	.site-info-left a {
	    line-height: 4;
	    text-transform: none;
	    padding-left: 0;
	    margin-left: 0;
	    position: inherit;
	}



}


@media screen and (max-width: 1200px) {

	.hero-left-info, .hero-left .newsletter-form {
		width: 100%;
		margin: 0.4em 0;
	}

	.hero-right-content {
	    text-align: center;
	}

	.hero-right img {
	    float: none;
	    padding: 0 0.5em 0.5em;
	}

	.hero-right p {
	    float: left;
	    width: 100%;
	    text-align: center;
	}

	.hero-right p br {
	    display: none;
	}

}




@media screen and (max-width: 950px) {
	
	.contact-details.table-cell {
		padding:30px 0 30px 30px;
	}
	
	.contact-directions {
  position: absolute;
  right: 50px;
  top: 23px;
}

.contact-heading { margin-top:30px}

}


@media screen and (max-width: 650px) {
	
.contact-details.table-cell {
  display: block;
  padding: 30px 0 30px 30px;
  width: 100%;
}


.contact-directions {
  margin: 0 0 20px;
  position: relative;
  right: 0;
  top: 0;
}

.quick-contact {
	margin-bottom:10px}
}


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

.site-logo a {
	width: 50%;
}

}






