/*
Theme Name: Conveyancing Excellence
Author: True Blue Websites
Author URI: http://truebluewebsites.com.au
*/


/* =========== TOOLS =========== */

/* --- OVERRIDING GUTTERS --- */

.container {
padding-right: !important;
padding-left: !important;
}

.row {
margin-right: !important;
margin-left: !important;
}

.row .col-xs-1, .row .col-sm-1, .row .col-md-1, .row .col-lg-1,
.row .col-xs-2, .row .col-sm-2, .row .col-md-2, .row .col-lg-2,
.row .col-xs-3, .row .col-sm-3, .row .col-md-3, .row .col-lg-3,
.row .col-xs-4, .row .col-sm-4, .row .col-md-4, .row .col-lg-4,
.row .col-xs-5, .row .col-sm-5, .row .col-md-5, .row .col-lg-5,
.row .col-xs-6, .row .col-sm-6, .row .col-md-6, .row .col-lg-6,
.row .col-xs-7, .row .col-sm-7, .row .col-md-7, .row .col-lg-7,
.row .col-xs-8, .row .col-sm-8, .row .col-md-8, .row .col-lg-8,
.row .col-xs-9, .row .col-sm-9, .row .col-md-9, .row .col-lg-9,
.row .col-xs-10, .row .col-sm-10, .row .col-md-10, .row .col-lg-10,
.row .col-xs-11, .row .col-sm-11, .row .col-md-11, .row .col-lg-11,
.row .col-xs-12, .row .col-sm-12, .row .col-md-12, .row .col-lg-12 {
padding-right: !important;
padding-left: !important;
}

/* --- IMAGES (RESPONSIVE) --- */

.main img { display:block;max-width:100%;height:auto; }
.main img.alignleft { float:left;margin: 0 20px 10px 0 ; }
.main img.alignright { float:right;margin: 0 0 10px 20px ; }
.main img.aligncentre { margin: 0 auto; }

/* --- VIDEO (RESPONSIVE) --- */
.homeVideoWrap{
 position: relative; width: 100%; display: block;
}
.homeVideoWrap .filter{
  position: absolute; top:0px;
  left:0px;
  right:0px;
  bottom:0px;
  z-index: 8 ;
  background:transparent;
}
.btn-scroll{
  position: absolute;
  bottom: 0px;
  left:48%;
  right:48%;
  z-index: 9;
  color:#fff;
  background-color:rgba(5,5,5,0.6);
  font-size: 36px;
  height: 60px;
  min-width: 60px;
  text-align: center;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  border-bottom-right-radius: 0px !important;
  border-bottom-left-radius: 0px !important;
  -webkit-border-bottom-right-radius: 0px !important;
  -webkit-border-bottom-left-radius: 0px !important;
  -moz-border-bottom-right-radius: 0px !important;
  -moz-border-bottom-left-radius: 0px !important;
}

.btn-scroll:hover{
  height:80px;
  color:#F56A00;
    background-color:rgba(5,5,5,1);
}
video {
    position: fixed;
    top: 0px;
    left:0px;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    transform: translateX(0%) translateY(0%);
  background-size: cover;
  transition: 1s opacity;
}
.videowrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.videowrap iframe,
.videowrap object,
.videowrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- MAP (RESPONSIVE) --- */

.mapwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.mapwrap iframe,
.mapwrap object,
.mapwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- SOCAL (RESPONSIVE) --- */

.socialwrap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.socialwrap iframe,
.socialwrap object,
.socialwrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --- GALLERY (RESPONSIVE) ---*/

.gallery {
  margin-right: -10px;
  margin-left: -10px;
}

.gallery .gallery-item {
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.gallery-columns-8 .gallery-item {
  width: 12.5%;
}

.gallery-columns-7 .gallery-item {
  width: 14.2857142857%;
}

.gallery-columns-6 .gallery-item {
  width: 16.6666666667%;
}

.gallery-columns-5 .gallery-item {
  width: 20%;
}

.gallery-columns-4 .gallery-item {
  width: 25%;
}

.gallery-columns-3 .gallery-item {
  width: 33.3333333333%;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

.gallery-columns-1 .gallery-item {
  width: 100%;
}

.gallery .gallery-item img {
  display: block;
  height: auto;
  max-width: 100%;
  border: 5px #efefef solid;
}

p{
  line-height: 1.8;
}

@media (max-width: 768px) {

  .gallery .gallery-item {
  width: 50%; /* Determines how many to show in a row */
  }

}

/* --- SOCIAL ICONS - BUTTONS --- */

.btn-social {
  border: none;
  color: #fff;
  text-shadow: 0px 1px 1px rgba(0,0,0,0.45);
  padding: 0;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 18px;
  border-radius: 100%;
  padding-top: 2px;
  border-radius:15px !important;
}

.btn-social:hover,
.btn-social:focus,
.btn-social:active,
.btn-social.active {
  -moz-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  -webkit-box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  box-shadow:inset 0px 0px 10px rgba(0,0,0,0.5);
  color: #fff;
}

.btn-facebook {
  background: #3b5998;
}

.btn-twitter {
  background: #2CAAE2;
}

.btn-google-plus {
  background: #DC4B31;
}

.btn-linkedin {
  background: #00659B;
  font-size: 16px;
  padding-top: 1px;
}

.btn-youtube {
  background: #ED2400;
  font-size: 22px;
  padding-top: 2px;
}

.btn-pinterest {
  background: #CE2021;
}

.btn-instagram {
  background: #6B5245;
}

/* --- WIDGETS - IMAGE --- */

.widget_simpleimage { padding: 0 !important; }
.widget_simpleimage h3.widget-title { display: none; }
.widget_simpleimage p { margin: 0; }
.widget_simpleimage img { display:block;max-width:100%;height:auto; }


/* =========== STYLES - Global =========== */

@import url(https://fonts.googleapis.com/css?family=Raleway:400,600);

.gform_wrapper .top_label .gfield_label{ display:none; }
.gform_wrapper ul li.tool-tip .gfield_label:hover + .gfield_description {
    color: rgba(0, 0, 0, 1);
	height: unset;
	transition: all 0.2s
}
.gform_wrapper ul li.tool-tip .gfield_label:hover + .gfield_description a {
    color: #cc5900;
	height: unset;
	transition: all 0.2s
}
.gform_wrapper ul li.tool-tip .gfield_label:before {
    content: "\f05a";
    color: #db5f00;
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    margin-right: 5px;
}
.mobile-logo{
	height: 80px;
	width: auto !important;
}

/* --- PAGE --- */

body {
	background-color: #333333;
	color: #666;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size:14px;
}

/* --- LINKS --- */

a {
	color:#cc5900;
}

a:hover,
a:focus {
	color:#F56A00;
	text-decoration:none;
}

/* --- BUTTONS --- */

.btn {
	border-radius:4px;
   text-decoration: none;
   border:none;
}

.btn-xs {

}

.btn-sm {

}

.btn-default {

}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active {

}

.btn-action {
	background-color:#cc5900;
	background: linear-gradient(to bottom, #F56A00 0%, #cc5900 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   color: #FFFFFF;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
   font-size: 12px;
}

.btn-action:hover,
.btn-action:focus,
.btn-action:active,
.btn-action.active {
	background-color:#cc5900;
	background: linear-gradient(to bottom, #cc5900 0%, #F56A00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   color: #FFFFFF;
   text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}

/* --- HEADINGS --- */

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

h1 {
	color: #F56A00;
	margin-top: 0;
}

/* --- LEAD --- */

.lead {
	font-family: 'Raleway',sans-serif;
	font-size: 21px;
}

/* --- WELL --- */

.well {
	background-color:#eee;
	border:none;
	box-shadow:none;
	border-radius: 0;
}

.well-testimonial {
  background: url("assets/images/icon-quote.png") no-repeat scroll 20px 20px #EEEEEE;
  font-style: italic;
  padding-left: 60px;
}

.well-testimonial .person {
	font-weight:bold;
	font-style:normal;
}


/* --- TICKS --- */
.list-ticks {
	margin:0 0 20px 25px;
	padding:0;
}
.list-ticks li {
	background: url("assets/images/bg-tick.png") no-repeat scroll left center rgba(0, 0, 0, 0);
	line-height: 30px;
	list-style: none outside none;
	margin-left: -20px;
	padding-left: 40px;
}

/* --- FORMS --- */

.form-group {
	margin-bottom: 10px;
}

.form-group .form-control {
	border-color: #fff;
}

.form-group .form-control:focus {
  border-color: #F56A00;
  -webkit-box-shadow: 0 0 8px rgba(0,178,133,.6);
  box-shadow: 0 0 8px rgba(0,178,133,.6);
}

.gform_wrapper input.large, .gform_wrapper textarea, .gform_wrapper select,
.gform_wrapper .ginput_complex input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=image]):not([type=file]){
  display: inline-block;
      width: 100%;
      height: 34px;
      padding: 6px 12px;
      font-size: 14px;
      line-height: 1.42857143;
      color: #555;
      background-color: #fff;
      background-image: none;
      border: 1px solid #ccc;
      border-radius: 4px;
      -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
      -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
      transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.gform_wrapper .gfield_checkbox li label, .gform_wrapper .gfield_radio li label{
  display: inline-block;
padding: 10px 0;
width: auto;
line-height: 1.2px;
font-size: 14px;
vertical-align: middle;
white-space: normal;
vertical-align: 6px;
}

.gform_wrapper ul.gform_fields li.gfield input[type=radio]{
  margin-top: 0px !important;
}
.form-group textarea.form-control {
	height: 100px;
}
.gform_wrapper .gform_page_footer .button.gform_next_button, .gform_wrapper .gform_page_footer .button.gform_previous_button,
.gform_wrapper .gform_page_footer .button.gform_button{
  background-color: #cc5900;
background: linear-gradient(to bottom, #F56A00 0%, #cc5900 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
font-size: 12px;
border:none;
padding: 8px 24px;
border-radius: 3px; -webkit-border-radius: 3px; -moz-border-radius: 3px;
}
.gform_wrapper .gform_page_footer .button.gform_next_button:hover, .gform_wrapper .gform_page_footer .button.gform_previous_button:hover,
.gform_wrapper .gform_page_footer .button.gform_button:hover{
  background-color: #cc5900;
background: linear-gradient(to bottom, #cc5900 0%, #F56A00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
color: #FFFFFF;
text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
}
/* =========== STYLES - Sections =========== */
.panel.panel-default{
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  border:none;
}
.panel.panel-default>.panel-heading+.panel-collapse .panel-body{
  border:none;
  line-height: 1.8;
}
.panel.panel-default>.panel-heading{
  border:none;
  padding:15px 15px;
  border-radius: 0px;
  -webkit-border-radius: 0px; -moz-border-radius: 0px;
}

.panel.panel-default>.panel-heading .panel-title .chev-acc{
  margin-right: -35px;
  color: #999;
  margin-top: -10px;
}

.panel.panel-default>.panel-heading a.collapsed .panel-title .fa-chevron-down{
  display: inline-block;
}
.panel.panel-default>.panel-heading a .panel-title .fa-chevron-down{
  display: none;
}
.panel.panel-default>.panel-heading a .panel-title .fa-chevron-up{
  display: inline-block;
}
.panel.panel-default>.panel-heading .collapsed .panel-title .fa-chevron-up{
  display: none !important;
}

.panel.panel-default .panel-heading a{
  color:#333;
  display: inline-block;
  width: calc(100% - 30px);
}


.panel.panel-default .panel-heading .panel-title{
  font-size: 14px; line-height: 1.6;
  text-align: justify;
}

/* --- HEADER --- */
.home .headerwrap{
  margin-bottom: 30px;
}
.header {
	background:linear-gradient(to bottom, #000000 0%, rgba(0,0,0,0.55) 50%, rgba(0,0,0,0.25) 85%, transparent 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  position: relative;
  z-index: 99;
/* 	height:158px; */
}


.header.navbar-fixed-top{
  background:linear-gradient(to bottom,#000000 0%, #333333 100%) repeat scroll 0 0 rgba(0,0,0,0);
  padding-bottom: 0px;  position: fixed;
}
.headerwrap {
	background:url("assets/images/bg-header-crest.png") no-repeat scroll 0% -35px rgba(0, 0, 0, 0);  padding-top: 30px;
}
.logo {
	padding:15px 0 0 0 ;
	/*margin-left:-15px;*/
}
.qcontact {
	text-align:right;
}
.qcontact-tagline {
	color:#fff;
	display:block;
	font-family: 'Raleway',sans-serif;
   font-size: 20px;
   padding:0px 0 0 0;
}
.qcontact-text {
	color: #858585;
   font-family: 'Raleway',sans-serif;
   font-size: 16px;
   font-weight: 400;
   margin-top:-8px;
   display:block;
}
.qcontact-number {
	color: #F56A00;
	font-family: 'Raleway',sans-serif;
	font-size: 30px;
	font-weight:600;
}

/* --- BANNER --- */
.home .banner{
  padding:0px;
}
.banner {
	background-color:#E5E5E5;
	padding:20px 0;
}

.banner-img{
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.banner-img h1{
  padding:100px 0px;

}

.banner .container {
	padding:0 15px;
}

.banner h1 {
	margin: 0;
}
.content .gform_wrapper .gf_progressbar_wrapper h3.gf_progressbar_title{
  font-size: 18px;
    padding-bottom: 20px !important;
    color: #222;
    font-weight: 600;
    text-transform: uppercase;
}
.page-template-front-page-php .banner .container {
	padding:0;
}


.page_background{
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding:0px !important;
  background-attachment: fixed;
}

.page_background .contentwrap{
  padding: 20px 40px;
    background-color:rgba(255,255,255,0.95);
}

/* --- SHOWCASE --- */
.showcase-group {
	background-color:rgba(255,255,255,0.75);
	padding:20px 0 20px 0;
}
.showcase-group h3 {
	color:#F56A00;
margin-top:0px;
}
.showcase-blog .showcase-body {
	position:relative;
	padding-left: 60px;
}
.showcase-blog h4 {
	margin-top:0;
}
.showcase-date {
	position:absolute;
	width:50px;
	top:0;
	left:0;
}
.showcase-date-day {
	color: #F56A00;
	font-size: 30px;
	line-height:30px;
	font-weight: bold;
	display:block;
	text-align:center;
}
.showcase-date-month {
	font-family: 'Raleway',sans-serif;
	font-size: 16px;
	font-weight: 600;
	display:block;
	text-align:center;
}
.showcase-testimonial {
	background: url("assets/images/icon-quote.png") no-repeat scroll 0 0 transparent;
	font-style: italic;
	padding-left:45px;
}

.showcase-testimonial .person {
	font-weight:bold;
	font-style:normal;
}
.showcase{
background: rgba(255,255,255,0.8);
    padding: 15px 15px 5px 15px;
    height: 350px;
border-radius:10px; -webkit-border-radius:10px; -moz-border-radius:10px;
box-shadow:1px 1px 10px rgba(0,0,0,0.2); -webkit-box-shadow:1px 1px 10px rgba(0,0,0,0.2); -moz-box-shadow:1px 1px 10px rgba(0,0,0,0.2);
}
/* --- CONTENT --- */

.content {
	background-color: #fff;
	padding:20px 0;
}
.page-template-front-page-php .content {
	background-color:#F5F5F5;
	padding-top:30px;
}

.about {
background: #fff;
font-size: 14px;
line-height: 1.6;
padding: 50px 0 50px;
}

.about h1 {
	font-size: 26px;
}

.meta {
	margin-bottom: 10px;
	font-size: 11px;
}

/* --- ASIDE --- */


.aside .panel {
	margin-bottom:20px;
	background: #eee;
	border: none;
	border-radius: 0;
}

.aside .panel .panel-heading {
	padding-bottom: 0;
	border-radius: 0;
}

.aside .panel .panel-title {
	color: #333333;
	font-size: 26px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

/* --- ASIDE - CONTACT --- */

.aside .panel-contact {
	background: linear-gradient(to bottom, #BBBBBB 0%, #888888 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #666666;
}

/* --- ASIDE - TESTIMONAIL --- */

.aside .panel-testimonial .panel-body {
	background: url("assets/images/icon-quote.png") no-repeat scroll 20px 20px #EEEEEE;
	font-style: italic;
	padding: 20px 20px 20px 60px;
}

.aside .panel-testimonial .person {
	font-weight:bold;
	font-style:normal;
}

/* --- FOOTER EXTRA --- */
.sub-footer {
	background-color:rgba(229,229,229,0.95);
}
.subfooterwrap {
	padding:20px 0;
}
.sub-footer h4 {
	color: #cc5900;
	font-size: 16px;
}
.footer-newsletter .form-group {
	margin-bottom:8px;
}
.list-footernav li a {
	color:#666;
	font-size:13px;
  line-height: 1.8;
}

.list-footernav li a:hover {
	text-decoration: underline;
}

.serviceAreas {
    border-top: 1px solid #fff;
    font-size: 11px;
    color: rgb(102,102,102);
    clear: both;
    margin: 10px 15px 0px 15px;
    padding: 8px 0px;
}
.footer-newsletter {
padding:25px 0px;
background: rgba(226, 101, 38, 0.65);
display:none;
}

/* --- FOOTER --- */
.footer {
  background-color: #333;
}
.footerwrap {
	padding:20px 0 10px 0;
}
.footer-social {
	text-align:right;
}
.footer-copyright p {
	color:#CCC;
	font-size:12px;
}
.footer-copyright a {
	color:#CCC;
}

/* =========== STYLES - Media Query =========== */
.header.animated.slideInDown.navbar-fixed-top a.navbar-brand {
    padding: 5px;
height: 75px;
}
.header.animated.slideInDown.navbar-fixed-top a.navbar-brand img {
    height: 65px;
}
.header.animated.slideInDown.navbar-fixed-top a.navbar-brand .qcontact-tagline{display: none;}

/* X SMALL - ONLY (Phone) */

@media (max-width: 768px) {

	body {
		padding-top: 0px;
		overflow-x:hidden;
	}
	.logo {
		padding-bottom:0;
	}
	.logo img {
		margin: 0 auto;
	}
	.qcontact {
		text-align:center;
	}
	.qcontact-tagline {
		padding:0 0 10px 0;
		font-size:14px;
	}
	.btn-presstocall {
		background-color:#cc5900;
		background: linear-gradient(to bottom, #F56A00 0%, #cc5900 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		color: #FFFFFF;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
		padding:10px 15px;
margin-bottom:20px;
	}
	.btn-presstocall:hover,
	.btn-presstocall:focus {
		background: linear-gradient(to bottom, #cc5900 0%, #F56A00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	}
.mobile-buttons{
    display: inline-block;
    width: 100%;
}
.mobile-buttons .btn{
margin: 0 0 10px 0px;
}
	.navbar-inverse {
		background-color:#000;
		color:#fff;
		text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
		border:none;
		min-height: 95px;
	}
	.navbar-inverse .navbar-nav {
		margin-top:0;
	}
	.navbar-inverse .navbar-brand {
		color:#fff;
		text-decoration:none;
		outline:none;
		height: 125px;
	}
	.navbar-inverse .navbar-collapse {
		border:none;
	}
	.navbar-inverse .navbar-toggle {
		border-color:#fff;
	}
	.navbar-inverse .navbar-toggle:hover,
	.navbar-inverse .navbar-toggle:focus {
		background-color:#F56A00;
	}
	.navbar-inverse .navbar-nav > li > a {
	    color:#fff;
	    text-decoration:none;
		 background: linear-gradient(to bottom, #F56A00 0%, #cc5900 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		 padding-bottom:8px;
		 padding-top:8px;
	}
	.navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
	    background-color: #B40012;
		 background: linear-gradient(to bottom, #cc5900 0%, #F56A00 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	    color: #FFFFFF;
	}
	.navbar-inverse .navbar-nav > .active > a,
	.navbar-inverse .navbar-nav > .active > a:hover {
		background:#333;
	}
	.navbar-inverse .navbar-nav  > li > ul {
		margin:0;
		list-style:none;
		padding:0 0 10px 0;
	}
	.navbar-inverse .navbar-nav  > li > ul > li {

	}
	.navbar-inverse .navbar-nav  > li > ul > li a {
		display:block;
		padding:4px 15px 4px 25px;
		color:#fff;
	}
	.footer {
		text-align: center;
	}
	.footer-social {
		text-align: center;
	}

}

/* SMALL - UP (Tablet + Desktop + Large Desktop) */
/* First Level */
.navbar-nav>li {
	/*border-right: 1px solid #000000;*/
   height: 34px;
   line-height: 34px;
}
@media (min-width: 769px) {

  /* --- NAVIGATION --- */

/* Global */
.navigation{
  margin-top:10px;
  float:right;
}
.navbar {
	min-height: 0;
	border-radius: 0;
	z-index: 70;
	margin-bottom:0;
}
.navbar a {
	text-decoration: none;
}


.navbar-nav>li>a  {
	/*background: linear-gradient(to bottom, #F56A00 0%, #cc5900 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
   border-bottom: 1px solid rgba(50, 50, 50, 0.5);
   border-top-left-radius: 4px;
   border-top-right-radius: 4px;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);*/
   color: #FFFFFF;
   padding: 0 13px;
   text-decoration: none;
   transition: all 0.4s;
   -webkit-transition: all 0.4s;
   -moz-transition: all 0.4s;
   font-size: 14px;
   line-height: 34px;
   font-weight: 600;
   font-family: 'Raleway',sans-serif;
}
.navbar-nav>li.current-menu-item>a {
	/*background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	border-bottom: 1px solid #E5E5E5;*/
	color: #cc5900;
}
.navbar-nav>li>a:hover {
	/*background: linear-gradient(to bottom, #FFFFFF 0%, #E5E5E5 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
  border-bottom:1px solid #E5E5E5;*/
	color: #cc5900;
  background:transparent;
  text-shadow:none;
  -webkit-text-shadow:none;
  -moz-text-shadow:none;
}

/* Second Level */
.navbar-nav ul.sub-menu {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; box-shadow:1px 4px 10px rgba(0,0,0,0.75);
  -webkit-box-shadow:1px 4px 10px rgba(0,0,0,0.75); -moz-box-shadow:1px 4px 10px rgba(0,0,0,0.75);
  display: none; position: absolute; top: 34px; left: 0; padding:0; margin: 0; list-style:none; } /* No need to change anything */
.navbar-nav ul.sub-menu li { position: relative; overflow: hidden; float: left; width:220px; background: rgba(0,0,0,0.95); border-top: none; } /* Edit width, background and borders */
.navbar-nav ul.sub-menu li:first-child{border-top-left-radius: 3px; border-top-right-radius: 3px;
-webkit-border-top-left-radius: 3px; -webkit-border-top-right-radius: 3px;
-moz-border-top-left-radius: 3px; -moz-border-top-right-radius: 3px;}
.navbar-nav ul.sub-menu li:last-child{border-bottom-left-radius: 3px; border-bottom-right-radius: 3px;
-webkit-border-bottom-left-radius: 3px; -webkit-border-bottom-right-radius: 3px;
-moz-border-bottom-left-radius: 3px; -moz-border-bottom-right-radius: 3px;}
.navbar-nav ul.sub-menu li a { display: block; padding: 4px 15px; background: transparent; color: #fff; font-size:14px; line-height:30px; } /* Edit padding, background and color */
.navbar-nav ul.sub-menu li a:hover { color: #cc5900; background: linear-gradient(to bottom, #000 0%, #111 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); color: #cc5900; } /* Edit hover background and color */
.navbar-nav li:hover > ul.sub-menu {display:block; } /* What makes it display */
.navbar-nav ul.sub-menu:before{      content: "\f0d8";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    font-size: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color:  rgba(0,0,0,0.95);
    position: absolute;
    top: -18px;
    left: 20px;
}
}

/* MEDIUM - UP (Desktop + Large Desktop) */

@media (min-width: 993px) {

}

/* SMALL - ONLY (Tablet) */

@media (min-width: 769px) and (max-width: 992px) {

}

/* MEDIUM - ONLY (Desktop) */

@media (min-width: 993px) and (max-width: 1200px) {

  .container {
    width: 1200px;
  }

}

/* LARGE - ONLY (Large Desktop) */

@media (min-width: 1200px) {

  .container {
    width: 1200px;
  }

}


.homebackimg{background:url('//conveyancingexcellence.com.au/wp-content/uploads/2015/12/home-bg-min.jpg') no-repeat center center; background-size:cover;}
.conexe-newsletter .form-control{ border-radius:0px; -webkit-border-radius:0px; -moz-border-radius:0px; background:rgba(255,255,255,0.9); border-color:#E26526; height:36px;}
.conexe-newsletter .form-control:focus{background:#fff;}
.footer-newsletter h4{color:#fff;}
.showcasewrap .btn-action{    margin: -15px auto 0px auto;
    display: block;
    max-width: 120px;}
.conexe_style h2{ text-transform:uppercase; margin-top:0px;}
.conexe_style p{margin-bottom:20px;}
.conexe_style a{color:#fff !important;}

#field_1_18 .gfield_label, li#field_23_23 .gfield_label , li#field_23_28.gfield_label, li#field_23_29 .gfield_label, li#field_23_31 .gfield_label,li#field_23_40 .gfield_label, li#field_23_28 .gfield_label, li#field_23_38 .gfield_label {
display:none !important; 
}

.navigation.visible-xs .navbar .menu-item-has-children{
	height: auto;
}

.gform_wrapper .gsection{
	margin:28px 16px 0px 0!important;
}
.gform_wrapper ul li.tool-tip .gfield_description, .gform_wrapper ul li.tool-tip .gfield_description a {
	color: rgba(0, 0, 0, 0);
	font-size: 14px;
    height: 0px;
	transition: all 0.2s
}
li#field_23_9, li#field_23_16, li#field_23_20, li#field_23_29 , li#field_23_31, li#field_23_57{
    margin-bottom: 35px;
}
li#field_23_11 {
    margin-top: 0;
}