/*!
Theme Name: Adviilaw
Theme URI: http://underscores.me/
Author: Blue Lily Studios
Author URI: https://www.bluelily.com.au
Description: Description
Version: mrb_4
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: advi
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Adviilaw is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
body {
	font-family: 'PT Sans', sans-serif;
	font-weight:300;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body.advii-inner-page {
	padding-left: 360px;
}

.has-normal-font-size{
	font-family: 'PT Sans', sans-serif !important:;
	font-weight:300 !important;
	font-size: 13px;
}

a, 
a:hover, 
a:focus {
	color: inherit;
	transition: all .3s ease-out, font-size 0;
}

a:hover, 
a:focus {
	text-decoration: none;
}

input, 
select, 
textarea {
	max-width: 100%;
}
strong {
	font-weight:500;
}
	
/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

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

#primary-menu li {
	position: relative;
}

#primary-menu > li {
	border-top: none;
	border-bottom: 1px solid #434343;
}

#primary-menu .sub-menu {
	position: absolute;
	display: none;
	top: 0;
	left: 100%;
	min-width: 280px;
	background: rgba(255, 255, 255, .92);
	box-shadow: 0 1px 6px rgba(57,73,76,0.35);
}

#primary-menu .sub-menu .sub-menu {
	top: 0;
	left: 100%;
	background: rgba(234, 234, 234, .92);
}

#primary-menu > li:hover > ul.sub-menu, 
#primary-menu .sub-menu li:hover > ul.sub-menu {
	display: block;
}

#primary-menu .sub-menu a {
	padding: 16px 18px 15px;
	font-size: 14px;
	font-weight: 700;
	color: #444;
	text-transform: uppercase;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

#primary-menu .sub-menu li + li {
	border-top: 1px solid #ccc;
}

/*#primary-menu .sub-menu a:before {
	content: "\f3d1";
	margin-right: 5px;
	font-family: 'Ionicons';
	font-weight: 300;
}*/

.main-navigation a {
	display: block;
	padding: 14px 32px;
	font-size: 16px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
}

.main-navigation .menu-item-has-children > a {
	position: relative;
}

.main-navigation .menu-item-has-children > a:after {
	content: "\f284";
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
	font-family: 'Ionicons';
	font-weight: 300;	
}

.main-navigation ul li:hover > a,
.main-navigation ul li.focus > a, 
#primary-menu .sub-menu li:hover > a, 
#primary-menu .sub-menu li:focus > a  {
	color: #9b7f63;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	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%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
	/* Make sure select elements fit in widgets. */
}

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

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

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

/*--------------------------------------------------------------
## 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 {
	display: block;
}
/*--------------------------------------------------------------
# AdviiLaw
--------------------------------------------------------------*/
.site-header {
	position: absolute;
	top: 0;
	left: 0;
	width: 360px;
	height: 100%;
	background-color: #282828;
	color: #fff;
	z-index: 1001;
}
.mobile-logo{
		display:none;
}
.advii-inner-page .site-header {
	position: fixed !important;
}

.site-logo {
	padding: 64px 0 48px;
	text-align: center;
	background-color: #202020;
}

.container-narrow {
	max-width: 780px;
}

.container-wider {
	max-width: 1280px;
}

.advi-content {
	/* font-size: 18px; */
	font-size:13px;
	line-height: 1.7;
	color: #666;
	text-align: justify;
}

.advi-content p a {
	font-weight: 500;
	color: #866c4e;
}
.advi-content  a {
	font-weight: 500;
	color: #9b7f63;
}
.advi-content  a::after {
/*	content: "\f1fe";
	font-family: 'Ionicons';
	margin: 0 5px;
	font-weight: 700; */
	content: url(assets/images/link-icon.jpg);
}

.advi-asides {
	padding-left: 50px;
	text-align: center;
}

.advi-asides .advi-contact {
	padding: 2.5rem 1.25rem 0 1.25rem;
	background-color: #eee;
}

.advi-asides .advi-contact h3 {
	margin-bottom: 1.5rem;
	font-size: 1.25rem;
	font-weight: 700;
	color: #1f1f1f;
	text-transform: uppercase;
}

.advi-asides .advi-contact p {
	margin-bottom: 0;
}

.advi-asides .advi-contact .wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 13px;
}

.advi-asides .advi-contact .wpcf7-form-control {
	padding-left: calc( 2rem + 5px );
	padding-right: 10px;
	border: none;
	line-height: 38px;
	font-size: .875rem;
	font-weight: 500;
	background: #fff;
	color: #aaa;
	border: 1px solid #eee;
}

div.wpcf7-validation-errors, 
div.wpcf7-acceptance-missing, 
div.wpcf7-response-output {
	margin: 0;
	padding: 0 0 1.5rem;
	border: none;
	font-size: .875rem;
	font-weight: 500;
	color: #333;
}

.advi-asides .advi-contact .wpcf7-form-control.wpcf7-submit {
	padding: 0;
	width: 100%;
	line-height: 40px;
	background-color: #9b7f63;
	color: #fff;
	font-size: .875rem;
	font-weight: 700;
	text-transform: uppercase;
	border: none;
}

span.wpcf7-not-valid-tip {
	display: none;
}

.advi-asides .advi-contact .wpcf7-not-valid {
	border-color: #ff0000;
}

.advi-asides .advi-contact .wpcf7-form-control.wpcf7-textarea {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 1.5;
}

.advi-asides .advi-contact ::placeholder, 
.advi-asides .advi-contact ::-moz-placeholder, 
.advi-asides .advi-contact ::-webkit-input-placeholder, 
.advi-asides .advi-contact :-ms-input-placeholder, 
.advi-asides .advi-contact :-moz-placeholder {
	text-transform: uppercase;
	color: #aaa;
}

.advi-asides .advi-contact .your-name:before {
	content: "\f345";
	position: absolute;
	top: 50%;
	left: .875rem;
	transform: translateY(-50%);
	font-family: 'Ionicons';
	font-size: .875rem;
	color: #aaa;
}

.advi-asides .advi-contact .your-phone:before {
	content: "\f2ac";
	position: absolute;
	top: 50%;
	left: .875rem;
	transform: translateY(-50%);
	font-family: 'Ionicons';
	font-size: .875rem;
	color: #aaa;
}

.advi-asides .advi-contact .your-email:before {
	content: "\f322";
	position: absolute;
	top: 50%;
	left: .875rem;
	transform: translateY(-50%);
	font-family: 'Ionicons';
	font-size: .875rem;
	color: #aaa;
}

.advi-asides .advi-contact .your-comments:before {
	content: "\f2b7";
	position: absolute;
	top: 12px;
	left: .875rem;
	font-family: 'Ionicons';
	font-size: .875rem;
	color: #aaa;
}

.advi-aside {
	margin-bottom: 2rem;
}

.advi-aside .advi-lawyer-contact {
	margin-top: 13px;
}

.advi-aside .advi-lawyer-contact a {
	margin: 0 6px;
	font-size: 1.375rem;
}

.advi-accordion {
	display: inline-block;
}

.advi-accordion-toggle {
	position: relative;
	margin-bottom: 5px;
	font-size: 17px;
	font-weight: 600;
	cursor: pointer;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.advi-accordion-toggle:after {
	content: "\f284";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-family: 'Ionicons';
	font-size: 20px;
	font-weight: 300;	
	color: #9b7f63;
}

.advi-accordion-toggle.active:after {
	content: "\f280";
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	font-family: 'Ionicons';
	font-size: 20px;
	font-weight: 300;	
	color: #9b7f63;
}

.advi-accordion-item {
	margin-bottom: 15px;
	height: 0;
	overflow: hidden;
	transition: height .3s ease-out;
}

.advi-accordion-item.active {
	height: auto;
	transition: height .3s ease-out;
}

.advi-accordion-item p {
	margin-bottom: 0;
	line-height: 1.7;
	color: #666;
	margin-top:20px;
	font-size:13px;
}

.header-call {
	/* text-align: center; */
	height: 40px;
}

.header-call a {
 /* 	margin: 32px auto 20px; */
}

.button {
	display: inline-block;
	padding: 16px 32px;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;	
	transition: all .3s ease-out;
}

.button-overlay {
	padding: 13px 41px;
	color: #fff;
	border: 1px solid #fff;
}

.button-solid {
	padding: 11px 24px;	
	font-size: 14px;
	font-weight: 700;
	background-color: #866c4e;
	color: #fff;
}

.button-solid:hover, 
.button-solid:focus {
	color: #fff;
	opacity: .9;
}

.button-overlay:hover, 
.button-overlay:focus {
	text-decoration: none;
	color: #9b7f63;
	border-color: #9b7f63;
}

.header-call .button {
	border: none;
	color: #9b7f63;
		text-transform: none;
}

.header-call .button i {
	margin-right: 15px;
}

.advi-splash {
	position: relative;
}

.advi-slider {
	width: 100%;
	padding-left: 360px;
}

.advi-slider, 
.advi-slider-item {
	position: relative;
	height: 100vh;
}

.site-social,
.site-menu-trigger {
	position: absolute;
	top: 30px;
	right: 30px;
	font-size: 26px;
	z-index: 1000;
}

.site-menu-trigger {
	display: none;
	right: auto;
	left: 30px;
	transition: left .3s ease-out;
}

.site-social a {
	margin-left: 8px;
	color: #fff;
}

.site-menu-trigger span {
	display: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 32px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}

.site-menu-trigger.active span {
	display: block;
}

.site-menu-trigger span.close-trigger {
	display: block;
}

.site-menu-trigger.active span.close-trigger {
	display: none;
}

.site-social a:hover, 
.site-social a:focus, 
.site-menu-trigger span:hover, 
.site-menu-trigger span:focus {
	color: #9b7f63
}

.advi-slider-inner {
	color: #fff;
}

.advi-slider-inner h2 {
	font-family: Marsek;
	margin-bottom: 13px;
	text-transform: uppercase;
	font-size: 45px;
	font-weight: 700;
}
.advi-slider-inner .first-word {
	color:#9b7f63;
}

.advi-slider-inner p {
	font-family: Marsek;
	margin-bottom: 5rem;
	font-size: 18px;
	font-weight: 500;
}

.advi-slider-inner .button {
	padding: 14px 32px;
	color: #fff;
	border: 1px solid #fff;	
}

.advi-slider-inner .button:hover {
	text-decoration: none;
	color: #9b7f63;
	border-color: #9b7f63;
}

.advi-slider .owl-dots {
    position: absolute;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
}

.advi-slider .owl-dots .owl-dot {
	display: block;
	margin-top: 6px;
    width: 16px;
    height: 16px;
    border-radius: 8px;
    background: #fff;
}

.advi-slider .owl-dots .owl-dot.active {
    background: #9b7f63;
}

.advi-section {
	padding: 96px 0;
}

.advi-section-title {
	margin-bottom: 3.5rem;
	font-size: 30px;
	font-weight: 700;
	text-align: center;	
	text-transform: uppercase;
	color: #9c7f61;
}

section#practice-area {
    background-color: #f1f1f1;
}

.advi-area-practice-items .practice-item {
	position: relative;
	z-index:1111;
}

.advi-area-practice-items .practice-item img {
	width: 100%;
}

.advi-area-practice-items .practice-item-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #fff;
	transition: background-color .2s ease-out;
}

.advi-area-practice-items .practice-item-inner h3 {
	font-family: Marsek;
	margin-bottom: 0;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}
.advi-area-practice-items .practice-item-inner .first-word {
	color:#9b7f63;
}
.advi-area-practice-items .practice-item-inner .practice-item-detail {
	display: none;
}

.advi-area-practice-items .practice-item-inner .practice-item-detail p:last-child {
	margin-bottom: 0;
}

.advi-area-practice-items .practice-item-inner .practice-item-detail strong {
	display: block;
	margin-top: .5rem;
	font-size: .9375rem;
	color: #333;
	text-transform: uppercase;
}

.advi-area-practice-items .practice-item-overlay a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.advi-area-practice-items .practice-item-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 95%;
}

.advi-area-practice-items .practice-item:hover .practice-item-inner {
	margin: 0 10px;
	padding: 5px 15px;
	text-align: left;
	border-left: 1px solid #fff;
}

.advi-area-practice-items .practice-item:hover .practice-item-overlay {
	background-color: rgba(117,112,95,.9);
}

.advi-area-practice-items .practice-item:hover .practice-item-detail {
	display: block;
}

.advi-area-practice-items .practice-item:hover h3 {
	margin-bottom: 10px;
	font-size: 16px;
	font-weight: 600;
}

.advi-make-appointment-inner, 
.advi-newsletter-subscribe-inner {
	padding: 4rem 0;
	text-align: center;
}

.advi-newsletter-subscribe-inner .button {
	padding: 16px 28px;
}

.advi-make-appointment-inner .button {
	padding: 16px 102px;
}

.advi-aboutus .advi-content ul {
	padding: 0;
	list-style: none;
}

.advi-aboutus .advi-content ul li:before {
	content: "\f284";
	padding: 0 10px 0 5px;
	font-family: 'Ionicons';
	color: #866c43
}

.advi-aboutus .advi-content p {
	margin-bottom: 0;
}

.advi-aboutus .advi-content p + p {
	margin-top: 1.5rem;
}

.advi-aboutus .advi-content ul {
	margin-bottom: 1.5rem;
}

.advi-section-action {
	margin-top: 3.5rem;
	text-align: center;
}

.advi-section-action .button {
	padding: 11px 24px;
}
.advi-section-action a {
	color:#ffffff;
}
.advi-section-action a::after {
	display:none;
}

.advi-lawyers {
	background: #f1f1f1;
}

.advi-lawyer-list {
	margin-bottom: 3rem;
}

.advi-lawyer-photo {
	position: relative;
	min-width: 333px;
	min-height: 333px;
	background-size: cover;	
	background-repeat: none;
	background-position: center;
}
.advi-lawyer-photo a::after {
	display:none;
}
.advi-lawyer-linkedin, 
.advi-lawyer-email {
	position: absolute;
	bottom: 5px;
	left: 10px;
	font-size: 26px;
	color: #fff;
	line-height: 1;
}

.advi-lawyer-email {
	bottom: 35px;
}

.advi-lawyer-data {
	width: 70%;
	padding: 2rem 4rem;
	background: #fff;
}

.advi-lawyer-data a{
	color:#ffffff;
}
.advi-lawyer-data a::after{
	display:none;
}

.advi-lawyer-data .advi-lawyer-name {
	font-size: 20px;
	font-weight: 700;
	line-height: 1;
	color: #333;
}

.advi-lawyer-data .advi-lawyer-qualifications {
	font-size: 10px;
	font-weight: 500;
	line-height: 1;
	color: #858585;
}

.advi-lawyer-data .advi-lawyer-title {
	margin-top: 5px;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
	color: #876c4c;
}

.advi-latest-articles ul {
	margin: 0 -20px;
}

.article_thumb{
	min-height:250px;
}

.advi-latest-articles ul > li {
	float: left;
	width: 33.33%;
	padding: 0 20px 20px;
	text-align: center;
}

.advi-latest-articles ul > li .article-data {
	padding: 0 20px;
}
.article-data  a {
	color:#9b7f63;
}
.advi-latest-articles ul > li .article-data a::after {
	display: none;
}


.advi-latest-articles ul > li .article-image {
	margin-bottom: 18px;
	min-height: 230px;
}

.advi-latest-articles ul > li h3 {
	margin: 0;
	font-size: 17px;
	font-weight: 700;
	color: #333;
	text-transform: uppercase;
}

.advi-latest-articles ul > li .article-meta {
	font-size: 14px;
	font-weight: 500;
	font-style: italic;
	color: #858585;
}

.advi-latest-articles ul > li p {
	margin-top: 12px;
	font-size: 13px;
	font-weight: 400;
	color: #666;
}

.advii-page-header {
	position: relative;
	/* min-height: 420px; */
	background-position: center;
}

.advii-page-header h2 {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
    font-size: 46px;
    width: 80%;
    text-align: center;
    font-weight: 600;
}

.advii-page-header img {
		width:100%;
	}

.hentry .advi-content h1, 
.hentry .advi-content h2, 
.hentry .advi-content h3, 
.hentry .advi-content h4, 
.hentry .advi-content h5 {
	margin-bottom: 1.25rem;
	color: #333;
	font-weight: 600;
}

.hentry .advi-content ul, 
.hentry .advi-content ol {
	padding-left: 18px;
}

.hentry .advi-content ul {
	padding-left: 13px;
	list-style: none;
	text-indent: -13px;
}

.hentry .advi-content ul li {
	position: relative;
}

.hentry .advi-content ul ul {
	padding-left: 24px;
}

.hentry .advi-content ul li:before {
    content: '';
    display: inline-block;
    width: 6px;
	height: 6px;
	margin-right: 10px;
    background-color: #333;
}

.hentry .advi-content ul ul li:before {
    content: '-';
    display: inline-block;
    width: 6px;
	height: 6px;
	margin-right: 10px;
	background: none;
}

.hentry .advi-content p a {
	font-weight: 500;
	color: #666;
}
.hentry .advi-content p a:hover {
	font-weight: 500;
	color: #866c4e;
}

.hentry .advi-lawyer-data {
	width: auto;
	padding: 0;
}

.single-post .hentry .post-thumbnail, 
.single-post .hentry .advi-content {
	margin-bottom: 2rem;
}

.single-post .hentry .advi-content {
	margin-top: 2rem;
	color: #777;
}

.single-post .hentry .advi-content h4 {
/*	font-size: 1.125rem; */
	margin-bottom: .5rem;
}

.single-post .hentry .entry-title {
	font-size: 22px;
    letter-spacing: -0.025em;
    color:#9c7f61;
}

.single-post .posted-on, 
.single-post .byline, 
.widget-heading span {
	margin-bottom: .125rem;
	color: #aaa;
	font-weight: 500;
	font-size:13px;
}

.advi-articles .post-grid {
	margin: 0 -15px;
	padding: 0;
	list-style: none;
}

.advi-articles .post-grid li {
	float: left;
	margin-bottom: 1.5rem;
	padding: 0 15px;
	width: 33.33%;
}

.advi-articles .post-grid li:nth-child(3n+1) {
	clear: both;
}

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

.advi-navigation ul li {
	display: inline-block;
	margin-right: 5px;
}

.advi-navigation ul li a {
    display: block;
    padding: 8px 15px;
    font-size: .875rem;
    border: none;
}

.advi-navigation ul li.active a {
	background-color: #282828;
	color: #fff;
}

.advi-navigation ul li:not(.active) a:hover {
	background-color: #9b7f63;
	color: #fff;
}

.advi-navigation ul li a i {
	position: relative;
	top: 1px;
}

.advi-articles .card {
	border: none;
}

.advi-articles .card-body {
	padding: 0;
}

.advi-articles .card-img-top {
	margin-bottom: 13px;
	min-height: 215px;
}

.advi-articles .card-title {
	margin-bottom: 5px;
	font-size: 22px;
	color:#9b7f63;
}

.advi-articles .posted-on, 
.advi-articles .byline {
	margin-bottom: .125rem;
	font-size: .9375rem;
	font-weight: 500;
	color: #aaa;
}

.advi-articles .advi-content {
	margin: 10px 0;
/*	font-size: 13px; */
	text-align: left;
}

.advi-content img.size-full {
	max-width: 100%;
	height: auto;
}

.nav-links a {
	display: inline-block;
	padding: 11px 24px;	
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-decoration: none;	
	background-color: #866c4e;
	color: #fff;
	transition: all .3s ease-out;
}

.nav-links a:hover, 
.nav-links a:focus {
	opacity: .9;
}

.widget-heading {
	margin-bottom: 1.5rem;
}

.widget-title {
	margin-bottom: 13px;
	font-size: 1.25rem;
	font-weight: 700;
	color: #9b7f63;
}

.widget-heading .widget-title {
	margin-bottom: 0;
}

.advi_posts_list_widget ul, 
.advi_lawyer_post_widget_inner ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.advi_posts_list_widget ul li {
	position: relative;
	margin-bottom: 1.25rem;
	padding-left: 18px;
}

.advi_lawyer_post_widget_inner > ul > li + li {
	border-top: 1px solid #d9d9d9;
}

.advi_lawyer_post_widget_inner > ul > li {
	padding: 12px 0;
}

.single-post .advi_lawyer_post_widget_inner h3.entry-title {
	position: relative;
	cursor: pointer;
	font-size: 1.0625rem;
	color: #777;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}

.single-post .advi_lawyer_post_widget_inner h2.entry-title {
	margin-bottom: 8px;
	font-size: 13px;	
	color: #aaa;
}

.advi_lawyer_post_widget_inner > ul > li h3.entry-title:after {
	content: "\f3d1";
	position: absolute;
	top: 50%;
	right: 0;
	font-family: 'Ionicons';
	font-size: 14px;
	transform: translateY(-50%);
}

.advi_lawyer_post_widget_inner > ul > li h3.entry-title.active:after {
	content: "\f3d0";
}

.advi_lawyer_post_widget_inner > ul ul {
	padding: 5px 0 0 15px;
}

.advi_lawyer_post_widget_inner > ul ul.collapsed {
	display: none;
}

.advi_posts_list_widget ul li:before {
	content: "\f3d1";
	font-family: 'Ionicons';
	position: absolute;
	top: -2px;
	left: 0;
    width: 6px;
	height: 6px;
	margin-right: 10px;
	background: none;
	color: #777;
}

.single-post .advi_posts_list_widget .entry-title, 
.single-post .advi_posts_list_widget .entry-meta {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: 500;
	color: #777;
}

.single-post .advi_posts_list_widget .entry-meta {
	font-size: 11px;
	color: #aaa;
}

.widget-area > hr {
	margin: 1.75rem 0;
}

.advi-share {
	margin-top: 3rem;
}

.advi-share a {
	display: inline-block;
	/* margin-right: 8px; */
	margin-bottom: 12px;
	padding: 8px 16px;
	color: #fff;
}

.advi-share-fb {
	background-color: #3b5998;
}

.advi-share-twitter {
	background-color: #1da1f2;
}

.advi-share-gplus {
	background-color: #dd4b39;
}

.advi-share-linkedin {
	background-color: #0077b5;
}

.advi-btt {
	display: none;
	position: fixed;
	bottom: 32px;
	right: 32px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 24px;
	text-align: center;
	background-color: #9b7f63;
	color: #fff;
	transition: line-height .3s ease-out;
}

.advi-btt:hover, 
.advi-btt:focus {
	color: #fff;
	line-height: 42px;
}

.site-footer {
	padding: 6rem 0;
	background: #202020;
	font-size: 18px;
	color: #7f7f7f;
}

.site-footer .text-clear {
	color: #fff;
}

.footer-section-title {
	margin-bottom: 1.5rem;
	font-weight: 700;
	color: #9c7f61
}

.footer-section-content {
	font-weight: 500;
	font-size:16px;
}

.site-footer .custom-logo-link {
	margin-bottom: 2rem;
}

.site-footer .site-info {
	font-size: 16px;
}

.footer-section-content a:hover, 
.footer-section-content a:focus {
	color: #fff;
}

.advii-inner-page .menu-overlay, 
.advi-slider .menu-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	z-index: 1000;
}

.advi-slider .menu-overlay {
	position: absolute;
}

.advi-slider.active .menu-overlay {
	display: block;
}

.post-header-image{max-height: 175px; min-height:175px; overflow:hidden;}

.advi-page-extra{display:block !important;}
.advi-page-extra .h4wrapper{width:100%; background-color:#f2f2f2;}
.advi-page-extra h4.advi-accordion-toggle{color:#222222; width:100%; padding:10px 10px 10px 60px; 
	background-color:#f2f2f2;    background-image: url("../advii/assets/images/arrow-closed.jpg");
    background-repeat: no-repeat;    /*background-size:contain; */ margin:0 ; font-weight: 100; font-size:14px; height: 50px; display:table-cell; vertical-align: middle}
.advi-page-extra h4.advi-accordion-toggle:hover{color:#ab8a67 !important;}
/*
.advi-page-extra .advi-accordion-item{  transition: all 4s ease-in-out; max-height: 0}
.advi-page-extra .advi-accordion-item.active{  transition: all 2s ease-in; max-height: 1000px}
*/
.advi-page-extra .advi-accordion-toggle:after{
	content: unset;	position: unset;top:  unset;right: unset;	transform:  unset;	font-family:  unset;	font-size:  unset;
	font-weight:  unset; color:  unset;}
.advi-page-extra h4.advi-accordion-toggle.active{
    background-image: url("../advii/assets/images/arrow-open.jpg");
    background-repeat: no-repeat;    background-position: left center; margin:0 0 20px 0}

 /*----------------------------------------------------------------- */

@media (min-width: 1921px) {
	#primary-menu > li:hover > ul.sub-menu, 
	#primary-menu .sub-menu li:hover > ul.sub-menu {
		display: block;
	}
}

@media (max-width: 1920px) {
	#primary-menu .sub-menu, 
	#primary-menu .sub-menu .sub-menu {
		position: static;
		padding-left: 24px;
		box-shadow: none;
		background: transparent;
	}
	#primary-menu .sub-menu .sub-menu {
		padding-left: 0;
	}
	#primary-menu .sub-menu .sub-menu li {
		padding-left: 18px;
		border-bottom: 1px solid #434343;
	}
	#primary-menu .sub-menu .sub-menu li:last-child {
		border-bottom: none;
	}
	.main-navigation a {
		padding: 14px 24px;
	}
	.main-navigation .menu-item-has-children > a::after {
		display: none;
	}
	.main-navigation .menu-item-has-children > span {
		position: absolute;
		top: 26px;
		transform: translateY(-50%);
		font-family: 'Ionicons';
		font-weight: 300;
		display: block;
		right: 26px;
		width: 24px;
		height: 24px;
		line-height: 24px;
		text-align: center;
		cursor: pointer;
	}
	.main-navigation .menu-item-has-children > span:hover, 
	.main-navigation .menu-item-has-children > span:focus, 
	.main-navigation .menu-item-has-children.active > a {
	}
	.main-navigation .menu-item-has-children > span:before {
		content: "\f284";
	}
	.main-navigation .menu-item-has-children > span.active:before {
		content: "\f280";
	}

	.main-navigation ul .sub-menu li:hover > a, 
	.main-navigation ul .sub-menu li.focus > a, 
	#primary-menu .sub-menu li:hover > a, 
	#primary-menu .sub-menu li:focus > a, 
	#primary-menu .sub-menu a {
		color: #aaa;
	}
	.main-navigation ul .sub-menu a:hover, 
	.main-navigation ul .sub-menu a:focus {
		background-color: #9b7f63;
	}
	#primary-menu .sub-menu li + li {
		border-color: #434343;
	}
	#primary-menu > li {
		border-top: none !important;
	}
	#primary-menu li {
		border-top: 1px solid #434343;
	}
	#primary-menu .sub-menu .sub-menu li + li {
		border-top: none;
	}
	#primary-menu .sub-menu .sub-menu a {
		text-transform: none;
	}
	#primary-menu > li:hover > ul.sub-menu, 
	#primary-menu .sub-menu li:hover > ul.sub-menu {
		display: none;
	}
	#primary-menu > li:hover > ul.sub-menu.active, 
	#primary-menu .sub-menu li:hover > ul.sub-menu.active, 
	#primary-menu .sub-menu ul.sub-menu.active, 
	#primary-menu .sub-menu.active {
		display: block;
	}
	
}

@media (max-width: 1919px) {
	.advii-inner-page .container {
		max-width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width: 1366px) {
	.advii-inner-page .container {
		max-width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width: 1200px) {
	.mobile-logo{
		display:block;
		height:140px;
		background:url(assets/images/logo_advii_phone.jpg);
		background-position:center;
		background-color:#202020;
		background-repeat:no-repeat;
	}
.site-logo {
		padding: 24px;
}	
	.advi-area-practice-items .practice-item:hover .practice-item-inner {
		margin: 0 10px;
		padding: 5px 15px;
		text-align: left;
		border-left: 1px solid #fff;
	}

	.advi-area-practice-items .practice-item:hover h3 {
		margin-bottom: 10px;
		font-size: 15px;
		font-weight: 600;
	}

	.advi-area-practice-items .practice-item:hover .practice-item-detail, 
	.advi-area-practice-items .practice-item-inner .practice-item-detail a {
		font-size: 14px;
	}
	body.advii-inner-page, 
	.advi-slider {
		padding-left: 0;
	}
	.site-menu-trigger {
		display: block;
	}
	.site-menu-trigger.active {
		left: 30px;
	}
	.site-header {
		left: -360px;
		transition: left .3s ease-out;
	}
	.advi-slider, 
	body.advii-inner-page {
		transition: padding-left .3s ease-out;
	}
	.site-header.active {
		left: 0;
		transition: left .3s ease-out;
	}
	.advi-slider.active, 
	body.advii-inner-page.active {
		transition: padding-left .3s ease-out;
	}
	body.advii-inner-page.active .menu-overlay {
		display: block;
	}
	.advi-slider-inner h2 {
		font-size: 64px;
	}
	.advi-slider-inner p {
		font-size: 20px;
	}
	.advii-page-header {
		min-height: 360px;
	}
	.advii-page-header h2 {
		font-size: 40px;
	}

	.advii-inner-page .container {
		max-width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width: 992px) {
	.mobile-logo{
		display:block;
		height:140px;
		background:url(assets/images/logo_advii_phone.jpg);
		background-position:center;
		background-color:#202020;
		background-repeat:no-repeat;
	}
.site-logo {
		padding: 24px;
}	
	.advi-area-practice-items .practice-item:hover h3 {
		margin-bottom: 10px;
		font-size: 18px;
		font-weight: 600;
	}

	.advi-area-practice-items .practice-item:hover .practice-item-detail, 
	.advi-area-practice-items .practice-item-inner .practice-item-detail a {
		font-size: 16px;
	}

	.advi_practice_three1 .d-flex .practice-item, 
	.advi_practice_three2 .d-flex .practice-item {
		width: 50%;
	}
	.advi-asides {
		margin-top: 32px;
		padding-left: 15px;
	}
	.advi-asides .advi-contact .wpcf7-form-control {
		width: 100%;
	}
	.advii-inner-page .container, 
	.page-template-page_frontpage .advi-section .container {
		max-width: 100%;
		padding-left: 70px;
		padding-right: 70px;
	}
}

@media (max-width: 767px) {
	.mobile-logo{
		display:block;
		height:140px;
		background:url(assets/images/logo_advii_phone.jpg);
		background-position:center;
		background-color:#202020;
		background-repeat:no-repeat;
	}
.site-logo {
		padding: 24px;
}	
	.advi-practice-items ul li, 
	.advi-latest-articles ul > li {
		float: none;
		width: 100%;
	}
	.advi-lawyer-photo, 
	.advi-lawyer-data {
		width: 100%;
	}
	.advi_practice_three1 .d-flex .practice-item, 
	.advi_practice_three2 .d-flex .practice-item {
		width: 100%;
		max-height: 344px;
	}
	.advi-slider-inner h2 {
		font-size: 48px;
	}
	.advi-slider-inner p {
		font-size: 18px;
	}	
	.button {
		font-size: 16px;
	}
	.advi-slider-inner p {
		margin-bottom: 2.5rem;
	}
	.advii-page-header {
		min-height: 320px;
	}
	.advii-page-header h2 {
		font-size: 36px;
	}
	.advi-section {
		padding: 64px 0;
	}
	.advi-asides {
		margin-top: 32px;
		padding-left: 15px;
	}
	.advi-articles .post-grid li:nth-child(2n+1){
		clear: both;
	}
	.advi-articles .post-grid li:nth-child(3n+1){
		clear: right;
	}
	.advi-articles .post-grid li {
		width: 50%;
	}
	.advii-inner-page .container, 
	.page-template-page_frontpage .advi-section .container {
		max-width: 100%;
		padding-left: 50px;
		padding-right: 50px;
	}
	.advi-lawyer-data {
		padding-right: 30px;
		padding-left: 30px;
	}
	.advi-content p, .advi-content ul{
		text-align:left;
		font-size:15px;
	}
	.advi-articles .advi-content {
		font-size:15px;
	}	
}

@media (max-width: 575px) {
	.mobile-logo{
		display:block;
		height:140px;
		background:url(assets/images/logo_advii_phone.jpg);
		background-size:cover;background-position:center;
		background-size:75%;
		background-color:#202020;
		background-repeat:no-repeat;
	}	
	.advi-area-practice-items .practice-item:hover .practice-item-detail {
		display: none;
	}
	.advi-area-practice-items .practice-item:hover .practice-item-inner {
		margin: 0;
		padding: 0;
		text-align: center;
		border: none;
	}
	.advi-area-practice-items .practice-item:hover .practice-item-inner h3 {
		font-size: 20px;
		margin-bottom: 0;
	}
	.owl-dots {
		display:none;
	}	
	.advi-slider-inner h2 {
		font-size: 36px;
	}
	.advi-slider-inner p {
		font-size: 15px;
		font-weight: 400;
	}	
	.advi-section-title {
		font-size: 30px;
	}
	.advii-page-header {
		min-height: 120px;
	}
	.advii-page-header h2 {
		display:none;
	}
	.site-social, .site-menu-trigger {
		top:15px;
	}	
	.site-social a {
		margin-left: 0px;
	}	
	.advi-section {
		padding: 48px 0;
	}
	.advi-articles .post-grid li:nth-child(2n+1){
		clear: both;
	}
	.advi-articles .post-grid li:nth-child(3n+1){
		clear: both;
	}
	.advi-articles .post-grid li {
		float: none;
		width: 100%;
		margin-bottom: 2.5rem;
	}
	.advii-inner-page .container, 
	.page-template-page_frontpage .advi-section .container {
		max-width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}
	.page-template-page_frontpage .advi-section.advi-area-practice .container, 
	.page-template-page_frontpage .advi-section.advi-lawyers .container {
		padding-right: 0;
		padding-left: 0;
	}
	.advi_practice_three1 .d-flex .practice-item, 
	.advi_practice_three2 .d-flex .practice-item {
		max-height: 296px;
	}

	.advi-page-extra h4.advi-accordion-toggle { font-size:12px; }
}

@media (max-width: 480px) {
	.advi-slider{
		background-color:#202020;
	}	
	.mobile-logo{
		display:block;
		margin-top:50px;
		height:140px;
		background:url(assets/images/logo_advii_phone.jpg);
		background-size:cover;background-position:center;
		background-size:85%;
		background-color:#202020;
		background-repeat:no-repeat;
	}
	.site-logo img{
		max-height:80px;
		width:auto;
		margin:31px 0;
	}	
	.advi-slider-inner {
		margin-top:-25px;
	}	
	.advi-slider-inner h2{
		font-size:30px;
	}	
	.advi_practice_three1 .d-flex .practice-item, 
	.advi_practice_three2 .d-flex .practice-item {
		max-height: 247px;
	}
	.advi-lawyer-photo {
		min-width: 100%;
	}

	.advi-page-extra h4.advi-accordion-toggle { font-size:12px}
}

@media (max-width: 360px) {
	.advi_practice_three1 .d-flex .practice-item, 
	.advi_practice_three2 .d-flex .practice-item {
		max-height: 185px;
	}

}

@media (max-width: 375px) {
	.advi-page-extra h4.advi-accordion-toggle { font-size:11px}
}

@media (max-width: 320px) {
	.advi_practice_three1 .d-flex .practice-item, 
	.advi_practice_three2 .d-flex .practice-item {
		max-height: 165px;
	}
	.advi-lawyer-photo {
		min-width: 100%;
		min-height: 320px;
	}
}
/*
 * Container style
 */
 .ps {
	overflow-y: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
  }
  
  /*
   * Scrollbar rail styles
   */
  .ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	/* there must be 'bottom' or 'top' for ps__rail-x */
	bottom: 0px;
	/* please don't change 'position' */
	position: absolute;
  }
  
  .ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	/* there must be 'right' or 'left' for ps__rail-y */
	right: 0;
	/* please don't change 'position' */
	position: absolute;
  }
  
  .ps--active-x > .ps__rail-x,
  .ps--active-y > .ps__rail-y {
	display: block;
	background-color: transparent;
  }
  
  .ps:hover > .ps__rail-x,
  .ps:hover > .ps__rail-y,
  .ps--focus > .ps__rail-x,
  .ps--focus > .ps__rail-y,
  .ps--scrolling-x > .ps__rail-x,
  .ps--scrolling-y > .ps__rail-y {
	opacity: 0.6;
  }
  
  .ps .ps__rail-x:hover,
  .ps .ps__rail-y:hover,
  .ps .ps__rail-x:focus,
  .ps .ps__rail-y:focus,
  .ps .ps__rail-x.ps--clicking,
  .ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
  }
  
  /*
   * Scrollbar thumb styles
   */
  .ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	/* there must be 'bottom' for ps__thumb-x */
	bottom: 2px;
	/* please don't change 'position' */
	position: absolute;
  }
  
  .ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	/* there must be 'right' for ps__thumb-y */
	right: 2px;
	/* please don't change 'position' */
	position: absolute;
  }
  
  .ps__rail-x:hover > .ps__thumb-x,
  .ps__rail-x:focus > .ps__thumb-x,
  .ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
  }
  
  .ps__rail-y:hover > .ps__thumb-y,
  .ps__rail-y:focus > .ps__thumb-y,
  .ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
  }
  
  /* MS supports */
  @supports (-ms-overflow-style: none) {
	.ps {
	  overflow: auto !important;
	}
  }
  
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
	  overflow: auto !important;
	}
  }


.has-gold-heading-color{color:#9c7f61}

 


