/*
Theme Name: bootstrapwp
Theme URI: http://underscores.me/
Author: Cat Matteson
Author URI: http://colourcode.com.au
Description: Custom theme for Lord Law
Version: 1.0-wpcom
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: bootstrapwp
Domain Path: /languages/
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

 bootstrapwp is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.

Resetting and rebuilding styles have been helped along thanks to the fine work of
Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
and Blueprint http://www.blueprintcss.org/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

7.0 - Alignments
9.0 - Widgets
10.0 - Content
	10.1 - Posts and pages
	10.2 - Asides
	10.3 - Comments
11.0 - Infinite scroll
12.0 - Media
	12.1 - Captions
	12.2 - Galleries
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Condensed');
/* additional css */

h3 {
    color: #040404;
    font-family: Copperplate,Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 20px 0 20px;
    text-align: center;
}

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0px;
    padding: 0px;
        padding-top: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-left: 0px;
    font-family: Copperplate;
}
.blockwrapper h4 {font-family:Copperplate; font-size:16px; padding:20px 0 20px 0; 
text-align: center;}
.blockwrapper {text-align:center;     color: black;
    border: 1px solid;
    margin-bottom: 15px;
    margin-top: 15px;
}
.button-centered {text-align:center;}
.iconic {font-size:40px; margin-bottom:20px; }


.btn-orange, a.btn-orange, a.btn-orange:hover, .nf-form-content input[type="button"].btn-orange, .nf-form-content input[type="button"].btn-orange:hover {
    color: #fff;
    background-color: #fc851b;
    padding: 15px 35px;
    text-decoration: none;
    margin: 15px 0 15px 0;
}
/* ==================== */




body {
    font-family: Arial, Helvetica, sans-serif;	
	color: #282425;
}

html,
body {
    height: 100%;
}

/*--------------------------------------------------------------
1.0 Alignments
--------------------------------------------------------------*/

/*--------------------------------------------------------------
2.0 Spacers
--------------------------------------------------------------*/
.mt {margin-top: 30px;}
.mb {margin-bottom: 30px;}
.mtb {margin-top: 30px; margin-bottom: 30px;}
.mtbx2 {margin-top: 60px; margin-bottom: 60px;}

.pt {padding-top: 30px;}
.pb {padding-bottom: 30px;}
.ptb {padding-top: 30px; padding-bottom: 30px;}
.ptx2 {padding-top: 60px;}
.pbx2 {padding-bottom: 60px;}
.ptbx2 {padding-top: 60px; padding-bottom: 60px;}

hr {
    margin-top: 10px;
    margin-bottom: 5px;
    border: 0;
    border-top: 1px solid #cccccc;
}

/*--------------------------------------------------------------
3.0 Navbar
--------------------------------------------------------------*/
.navbar {
}

.navbar-default {
    background-color: #ffffff;
    border-color: transparent;
}

.navbar-brand {
	padding: 30px 15px;
	height: 162px;
}

.navbar-brand-right {
	padding: 10px 15px;
	height: 142px;
}

.call-us {
	font-size: 34px;
}

.email-us {
/*
	border-bottom: 1px solid #000;
    padding-bottom: 7px;
*/
    color: #000;
    font-size: 15px;
    font-weight: bold;
}

.email-us a {
	color: #282425;
    font-size: 17px;
    font-weight: normal;
}

.navbar-law-menu {
	text-align: center;
	padding-top: 5px;
	padding-left: 15px;
}

.enquiry-btn-header {
	background-color: #282425;
	color: #ffffff;
	padding: 10px;
}

.enquiry-btn-header-text {
    text-transform: uppercase;
    padding-left: 10px;
    color: #ffffff;
}

.enquiry-btn-header-text a {
    color: #ffffff;
}

.enquiry-btn-header .orange-text {
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.enquiry-btn-header:hover .orange-text {
	color: #282425;
}

.nav-justified {
    width: 100%;
}

.nav-justified>li {
    float: none;
}

#menu-navigation {
	border-bottom: 5px solid #282425;
}

.main-nav {
	border-top: 5px solid #fc851b;
	background-color: transparent !important;
	z-index: 999;
}

.navbar-default .navbar-nav>li>a {
    color: #282425;	
    border-left: 1px solid #ffffff;
}

.navbar-default .navbar-nav>li:first-child a {
    border-left: 0px solid #ffffff;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: transparent;
    background-color: #fc851b;
}

.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
    color: #ffffff;
    background-color: #fc851b;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: #FFF;
    background-color: transparent;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background-color: transparent;
    border-color: #fff;
}

.dropdown-menu {
   background-color: #fc851b;
    border: 1px solid transparent;
    border: 1px solid rgba(0,0,0,0);
    border-radius: 2px;
}

.dropdown-menu>li>a {
    padding: 10px 20px;
    color: #282425;
 }
 
/* .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e3792b;
    outline: 0;
}*/

 .dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>li>a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #e3792b;
}

.nav-justified>.dropdown:hover  > .dropdown-menu {
    display: block;
    margin-top: 0; /*remove the gap so it doesnt close*/
 }

.navbar-toggle {
    padding: 15px 0px 15px 15px;
    margin-top: 15px;
    margin-right: 15px;
    margin-bottom: 0px;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: transparent;
}
/*--------------------------------------------------------------
4.0 Typography
--------------------------------------------------------------*/
.orange-text {
	color: #fc851b;
}

h2 {
    color: #000000;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-weight: normal;
    line-height: 50px;
    margin: -10px 0 0;
    padding: 0 0 20px;
}

h3 {
    color: #fc851b;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    margin: 0;
    padding: 10px 0 10px;
}

p {
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0 0 20px 0;
    text-align: justify;
}

a, a:visited {
	color: #000000;
	-webkit-transition: all 200ms linear;
    -moz-transition: all 200ms linear;
    -o-transition: all 200ms linear;
    -ms-transition: all 200ms linear;
    transition: all 200ms linear;

}

a:hover, a:focus, a:active {
    color: #fc851b;
    text-decoration: none;
}

/*--------------------------------------------------------------
5.0 Lists
--------------------------------------------------------------*/
ol, ul {
    margin: 0;
    padding: 0;
}

main li {
    background: url(https://www.lordlaw.com.au/dashboard/wp-content/uploads/2019/10/lord-law-fav.png) no-repeat scroll left 11px transparent;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 15px;
    line-height: 20px;
    list-style-type: none;
    padding: 7px 0 7px 30px;
}


/*--------------------------------------------------------------
6.0 Slider
--------------------------------------------------------------*/
#myCarousel {
	height: 430px;
	margin-top: -50px;
	z-index: -999;
}

.carousel,
.item,
.active {
    height: 100%;
}

.carousel-inner {
    height: 100%;
}

.carousel-indicators .active {
    width: 10px;
    height: 10px;
    margin: 1px 5px;
    background-color: #fff;
}

.carousel-indicators>li {
margin: 1px 5px;
}

.carousel-caption {
	padding-bottom: 90px;
	text-align: left;
}

.carousel-credit {
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: rgba(255,255,255,0.95);
    padding: 15px 15px 0px 15px;
    font-size: 80%;
}

.carousel-credit .small {
	margin-top: 5px;
}

.carousel.fade {
  opacity: 1;
}
.carousel.fade .item {
  transition: opacity ease-out .7s;
  left: 0;
  opacity: 0; /* hide all slides */
  top: 0;
  position: absolute;
  width: 100%;
  display: block;
}
.carousel.fade .item:first-child {
  top: auto;
  opacity: 1; /* show first slide */
  position: relative;
}
.carousel.fade .item.active {
  opacity: 1;
}


/*--------------------------------------------------------------
BUTTONS
--------------------------------------------------------------*/
.aop-button {
	background: #000;
	padding: 30px;
	position: relative;
	min-height: 100px;
}

.aop-button .icon-box {
	background: #fc851b;
	padding: 15px;
	color: #fff;
	position: absolute;
	top: 0;
	width: 72px;
	text-align: center;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
}

.aop-button:hover .icon-box {
	background: #FFF;
	color: #fc851b;
}
.aop-button .cat-text {
	padding: 15px;
	position: absolute;
	top: 0px;
	left: 102px;
}

.aop-button .cat-text h3 {
	color: #fff;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    transition: all 500ms ease;
	}

.aop-button:hover .cat-text h3 {
	color: #fc851b;
}


.cfsInputLabel {
	display: none;
}

/*--------------------------------------------------------------
7.0 Image Boxes
--------------------------------------------------------------*/

.fill-center {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.fill-top {
    width: 100%;
    height: 100%;
    background-position: center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.fill-bottom {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
}

.tile {
	margin: 30px auto 0;
	height: 240px;	
	width: 100%;
	display:block;
	position:relative;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
}

 .tile .inner-tile {
	background: url(https://www.lordlaw.com.au/dashboard/wp-content/uploads/2019/10/transparent_box.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	transition: opacity .4s;
}

 .tile .inner-tile h3 {
  color: #fff;
  text-align: center;
  margin-top: 30px;
  padding: 0 20%;
  font-size: 32px;
}

 .tile:hover .inner-tile h3, .tile-release:hover .inner-tile h3, .tile-label:hover .inner-tile h3 {
  opacity: 1;
  transition: opacity 0.4s ease;
}

.tile:hover .inner-tile {
	background: url(/~lordlawcom/dashboard/wp-content/themes/bootstrapwp/img/transparent_box.png) no-repeat;
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    -o-background-size: contain;
	top: 0;
	left: 0;
	position: absolute;
	padding: 0;
	opacity: 0;
	transition: opacity .4s ease;
}

.expand {
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
}


/*--------------------------------------------------------------
8.0 Team tabs
--------------------------------------------------------------*/
.panel-heading {
    text-align: left;
    border-bottom: 5px solid #fc851b;
    cursor: pointer;    
}

.panel-title {
    font-size: 20px;	
}

.panel-position {
    color: #fc851b;
    font-size: 16px;	
}

.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.0);
    box-shadow: 0 1px 1px rgba(0,0,0,.0);
}

.panel-group .panel-heading+.panel-collapse>.list-group, .panel-group .panel-heading+.panel-collapse>.panel-body {
    border-top: 0px solid transparent;
}


/*--------------------------------------------------------------
9.0 Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

.acf-map {
	width: 100%;
	height: 350px;
	border: #ccc solid 1px;
	margin: 20px 0;
}

/* fixes potential theme css conflict */
.acf-map img {
   max-width: inherit !important;
}

.contact-details {
    padding: 30px;
     
}

.contact-details h2 {
	color: #fd6b0d;
    font-size: 25px;
    text-align: left;
    padding: 0 0 10px 0;
    line-height: 30px;
}

.contact-details p {
	color: #666;
    font-size: 15px;
    text-align: left;
    line-height: 23px;
    padding: 0 0 30px 0;
}

.contact-details a {
	color: #fc851b;
}

/*--------------------------------------------------------------
10.0 Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
10.1 Posts and pages
--------------------------------------------------------------*/
.entry-header {
    border-bottom: 1px solid #CCCCCC;
    color: #fc851b;
    font-size: 30px;
    margin: 8px 0 42px;
    padding: 35px 0 13px;
    text-align: left;
    font-family: Arial, Helvetica, sans-serif;
}

.entry-meta, .entry-meta a {
	font-size: 12px;
	color: #696566;
}

.sticky {
}
.hentry, main {
	margin: 0 0 1.5em;
	padding-bottom: 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
10.2 Asides
--------------------------------------------------------------*/
.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}

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

/*--------------------------------------------------------------
11.0 Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}
/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
12.0 Media
--------------------------------------------------------------*/
.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object,
img {
	max-width: 100%;
	height: auto;
}

/*--------------------------------------------------------------
12.1 Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

/*--------------------------------------------------------------
12.2 Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}
.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 {}


/*--------------------------------------------------------------
FOOTER 
--------------------------------------------------------------*/
.site-footer {
	background-color: #2A2829;	
	border-top: 5px solid #282425;
	padding: 30px 0;
}

.site-footer ul {
    border-bottom: 1px solid #878C90;
}

.site-footer li {
    display: inline-block;
    background: none;
    padding: 0;
    margin: 0;
    list-style: none;
}

.site-footer li a {
    padding: 5px 20px;
    border-right: 1px solid #878c90;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
    margin-bottom: 10px;
    }

.site-footer li:last-child a {
    border-right: 0px solid transparent;	
    padding-right: 0;
}

.site-footer li:first-child a {
    padding-left: 0;
}


.site-footer a {
    color: #fff;
    font-size: 14px;
}


.site-footer li a:hover, .site-footer li a:focus, .site-footer a:hover, .site-footer a:focus {
    color: #fc851b;
    background-color: transparent;
}

.site-footer h2 {
    padding: 20px 0 20px;
    margin-top: 15px;
    color: #fff;
    font-size: 24px;
    font-weight: normal;
    text-align: left;
    line-height: 20px;
}

.site-footer p {
	    padding: 0 0 2px;
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: left;
    line-height: 16px;
    font-family: Arial, Helvetica, sans-serif;
}

p.copyright {
	color: #000;
	margin-top: 30px;
	font-size: 12px;
}

.cfsField_text input[type="text"]{background-color:#efefef !important;}

.cfsField_email input[type="email"]{background-color:#efefef !important; }

.cfsField_textarea textarea{background-color:#efefef !important; }
.cfsField_number input[type="number"]{background-color:#efefef !important; }
#main .contact-details {border-width: 10px !important; border-right-style: solid; border-style: solid;
    border-color: #dcdcdc !important;
}

.cfsSubmitBinded .cfsFieldCol { left:0px !important;}
.contact-details h2  { left:0px !important; width:100%; text-align:center;}


.g-recaptcha div iframe{bottom: -16px !important;  height:85px!important; }
.cfsField_submit{bottom:45px; position:relative;}
.contact-details .col-sm-3{width:100% !important;}
.contact-details .col-sm-9{width:95% !important;}


.entry-content  .cfsField_submit{bottom:-18px;}


.cfsSubmitBinded .cfsFieldCol input[type=text]{bottom:0px !important;}
.cfsSubmitBinded .cfsFieldCol input[type=email]{bottom:0px !important;}
.cfsSubmitBinded .cfsFieldCol input[type=number]{bottom:0px !important;}
.cfsSubmitBinded .cfsField_textarea textarea{bottom:0px !important;}

/*--------------------------------------------------------------
Media Queries 
--------------------------------------------------------------*/

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (max-width:480px){

}
/* Small Devices, Tablets */
@media only screen and (max-width : 767px) {
	.navbar-brand {width: 230px; height: 52px; padding: 15px;}
	.main-nav {border-top: 0px solid #fc851b;}
	.navbar-brand-right {height: auto;}
	.entry-header {padding-top: 0;}
	#menu-navigation {border-bottom: 0px solid #282425;}
	.navbar-default .navbar-nav>li>a {border-left: 0px solid #ffffff;}
/*
    .dropdown-menu{
        display: block;
        position: static;
        background-color:transparent;
        border:0 none;
        box-shadow:none;
        margin-top:0;
        position:static;
        width:100%;
    }
    
    .navbar-nav .dropdown-menu > li > a, 
    .navbar-nav .dropdown-menu .dropdown-header {
    padding:5px 15px 5px 25px;}
    
    .navbar-nav .dropdown-menu > li > a{line-height:20px;}
	
	a.dropdown-toggle .caret {display: none;}   
*/
	
	.nav-justified>li>a {text-align: left;}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.nav-justified>li {display: table-cell; width: 1%;}	
}

.navbar-right li img {
    position: relative;
    top: auto !important;
    left: auto !important;
    padding-right: 0px !important;
    padding-left: 3px !important;
}
.tile:hover .inner-tile {
	opacity: 0.8;
}

.call-us {
    font-size: 28px;
}

a, a:link, a:visited {
    color: #fc851b;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #fc851b;
    text-decoration: underline;
}

.main-nav {
  border-top: 5px solid #fc851b;
  background-color: #fc851b !important;
  z-index: 999;
}
a.expand:hover { text-decoration: none;}

.logo-footer {
    margin-bottom: 15px;
    margin-top: 15px;
}
.text-white { color: #fff;}
p.copyright { color: #fff; margin-top:10px; }

.nf-form-content input[type="button"] {
	background-color: #282425;
} 
#main  p {
    top: 0px !important;
}
#main .col-sm-12 h2 {
	top: 0px !important;
}
h2 {
	font-size: 24px;
}
.contact-details h2 {
    color: #fc851b;
    font-size: 22px;
    text-align: left;
    padding: 0 0 10px 0;
    line-height: 30px;
}

.estate-packages .item {
    padding: 20px;
    border: 1px solid #ccc;
}

.estate-packages .item h2 {
   line-height: 30px;
	font-size:20px;
}

.footer-credit { color: white; margin: 20px 0px;}
.dropdown-menu .dropdown-menu, .menu-item-has-children .menu-item-has-children > .dropdown-menu {
	display: none;
}
.menu-item-has-children .menu-item-has-children:hover > .dropdown-menu {
  display: inline-block;
  left: 250px;
  top: -1ex;
	font-family: Arial, Helvetica, sans-serif;
	min-width: 260px;
}
.menu-item-has-children .menu-item-has-children:hover > .dropdown-menu li {
	padding-left:20px;
}
.menu-item-has-children .menu-item-has-children:hover > .dropdown-menu li a {
	display: inline-block; 
	padding-left: 5px; 
	font-family: Arial, Helvetica, sans-serif;
}
/*
.menu-item-has-children .menu-item-has-children:hover {
    background-color: #ffc96d;
}*/

.h1, .h2, .h3, h1, h2, h3 {
    margin: 0px; 
	padding: 0px;
}
.estate-packages .item {
	padding: 20px; 
	border:1px solid #ccc;
}
.estate-packages h2, .estate-packages h3{
	margin: 0;
	padding: 0;
	text-align: center;
}
.mt-3 { margin-top:30px;}
.contact-form-bottom textarea{
	width: 100%;
	max-width: 100%;
}
.contact-form-bottom {
	background-color: #f2f2f2;
	padding: 40px 0px 0px 0px;
}
.contact-form-bottom .col-md-4 {
	text-align: right; 
	padding-top: 80px;
}
.contact-form-bottom .col-md-4 p {
	text-align: right;
}

.btn-black{
	background-color: #fc851b;
	color: #fff;
	padding: 10px 30px;
	display: block;
	width: 100%;
}
.btn-black:hover {
	background-color: #df991a;
	color: #fff;
}

.form-captcha {
	margin-bottom: 5px;
}

.sidebar-menu-2 {
    float: right;
    border: 1px solid #e7e7e7;
    margin: 0 0 20px 20px;
    padding-top: 20px;
    background-color:#fbfbfb;
}

.estate-packages .item {
    padding: 20px;
    border: 1px solid #ccc;
    padding-bottom: 30px;
}
.mt-1 {
	margin-top:10px;
}

.pt-cv-wrapper .btn-success {
    color: #fff;
	background-color:#fc851b;
	border-color: #fc851b;
}
.pt-cv-wrapper .btn-success:hover {
    color: #fff;
	background-color:#fc851b;
	border-color: #fc851b;
}

h4.pt-cv-title a, h4.pt-cv-title a:link {
	color:#000;
	font-weight: 200;
}

/* Page number */
.pt-cv-wrapper .pagination > li > a{
    color: #bf7f05;
}

/* Page number - active */
.pt-cv-pagination li.active a, .pt-cv-wrapper .pagination > .active > a {
    background-color: #bf7f05;
}
.pt-cv-pagination-wrapper {
	text-align: center;
}
.pt-cv-wrapper .pagination > li > a:hover {
	color: #956100;
}

.pt-cv-colsys .pt-cv-content-item {
    border-bottom: 1px solid #ccc;
    min-height: 240px;
    margin-bottom: 30px;
}
.sidebar-menu-2 {
	z-index:999;
}

.mb-1 {
	margin-bottom:16px;
}

.mb-2 {
	margin-bottom:32px;
}
.mb-3 {
	margin-bottom:48px;
}

.pb-1 {
	padding-bottom:16px;
}

.pb-2 {
	padding-bottom:32px;
}
.pb-3 {
	padding-bottom:48px;
}
#post-1175 h1 {
	text-align: center;
}
.navbar {
	margin-bottom: 0px;
}
h1 {
	margin-top:20px;
	margin-bottom: 20px;
}
.mobmenu-content #mobmenuleft .sub-menu .sub-menu li a i{
	margin-right:3px;
}

.mobmenu-content #mobmenuleft .sub-menu li > .sub-menu a {
	padding-left:5px;
}
.mobmenu-content #mobmenuleft .sub-menu li > .sub-menu {
	background-color:#662c15;
}

.mobmenu-content #mobmenuleft .sub-menu li > .sub-menu li:hover {
	background-color:#000;
	color: #fff;
}

.btn-orange, a.btn-orange,a.btn-orange:hover, 
.nf-form-content input[type="button"].btn-orange,
.nf-form-content input[type="button"].btn-orange:hover{
	color: #fff; 
	background-color: #fc851b;
	padding: 15px 35px;
	text-decoration: none;
}

.contact-details {
    border: 1px solid #282425;
	margin-bottom: 40px;
}
h1, h1.entry-title {
	margin: 30px auto !important;
}
.icon-blocks .blockwrapper h4  {
	min-height: 75px;
}
.mt-2 {
	margin-top: 10px;
}
.mt-2 {
	margin-top: 20px;
}
.mt-3{
	margin-top: 30px;
}
.mt-4 {
	margin-top: 40px;
}
.mt-5 {
	margin-top: 50px;
}
#post-1427 .entry-header {
	display: none;
}
h2, .h2 {
	line-height: 30px; 
	margin-bottom: 20px;
}
/*
ul.sidebar-menu-links {
	margin: 0px;
	padding: 0px;
}
ul.sidebar-menu-links li{
  list-style: none; 
	margin: 0px; 
	padding: 0px;
}*/
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {

}

@media (max-width: 991px){
	#main .contact-details{padding-left:20px !important; padding-bottom:50px;}
}

@media screen and (max-width: 767px){
  .main-nav {
    border-top: 5px solid #fc851b;
    background-color:#fc851b !important;
    z-index: 999;
    margin-top: -20px;
  }
 .navbar-brand {
    width: 300px;
    height: auto;
    padding: 10px 20px 5px 20px;
   }
	
	.contact-form-bottom .col-md-4 {
	text-align: center; 
	padding-top: 20px;
}
  .contact-form-bottom .col-md-4 p {
	text-align: center;
  }
	.contact-form-bottom { padding: 0px;}
	.sidebar-menu-2  {
		float: none; 
		margin: 20px 10px;
		
	}
	.contact-details .btn-orange {
		margin-top: 50px;
		margin-bottom: 50px;
	}
	.navbar-brand-right .navbar-right .navbar-law-menu {
      position: relative;
      top: 0px !important;
      left: 0px !important;
    }
   .navbar-brand-right {
    padding: 0px 15px;
   }
   .navbar-toggle {
      padding: 5px 0px 5px 15px;
      margin-top: 10px;
	}
   .navbar-nav {
    margin: 0px;
   }
}


.credit-links {
	margin: 30px 10px;
	text-align: center;
}