/*
Theme Name: Park Lawless & Tremonti LLP Theme
Theme URI: https://one-400.com/
Author: One-400
Author URI: https://one-400.com/
Description: Custom WordPress theme of ONE$))
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-menu, featured-images, flexible-header, threaded-comments, translation-ready, blog
Text Domain: td4
*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
img,
legend {
	border: 0
}

legend,
td,
th {
	padding: 0
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}

body,
figure {
	margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden],
template {
	display: none
}

a {
	background-color: transparent
}

a:active,
a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b,
optgroup,
strong {
	font-weight: 700
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}

sup {
	top: -.5em
}

sub {
	bottom: -.25em
}

svg:not(:root) {
	overflow: hidden
}

hr {
	box-sizing: content-box;
	height: 0
}

pre,
textarea {
	overflow: auto
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button,
select {
	text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer
}

button[disabled],
html input[disabled] {
	cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0
}

input {
	line-height: normal
}

input[type=checkbox],
input[type=radio] {
	box-sizing: border-box;
	padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	height: auto
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

table {
	border-collapse: collapse;
	border-spacing: 0
}



/*
	Layout
=========================================*/
body {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 1.7;
	color: #788188;
	background-color: #fff;
}


.section-inner {
	width: 80%;
	max-width: 1080px;
	margin: 0 auto;
	position: relative;
}

.page-image {
	width: 100%;
	height: auto;
}



/*
	Header
=========================================*/
.site-header {
	width: 100%;
	padding-top: 8px;
	padding-bottom: 0px;
	background-color: #fff;
	border-bottom: 1px rgba(0, 0, 0, .2) solid;
}

.logo img {
	max-width: 153px;
	width: 100%;
}

.logo-light {
	display: none;
}

.fixed-header {
	position: fixed;
	top: -200%;
	left: 0;
	width: 100%;
	z-index: 9999;
	transition: all 0.5s ease;
}

.admin-bar .fixed-header.active {
	top: 32px;
}

.fixed-header.active {
	top: 0px;
}



/*	Menu
---------------------------*/
a.responsive-menu-hand {
	position: absolute;
	top: 12px;
	right: 0;
	height: 40px;
	width: 40px;
	z-index: 999;
	cursor: pointer;
	background-image: url(images/menu-dark.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

a.responsive-menu-close:hover {
	background-color: #000000;
}

.mobile-menu-active {
	overflow: hidden;
}

.responsive-menu {
	position: absolute;
	width: 100%;
	height: auto;
	top: 100%;
	left: 0;
	background: #fff;
	display: none;
	z-index: 999999;
	border-top: 3px solid #18b4d9;
	-webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, .1);
	padding: 3%;
}

.responsive-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	width: 100%;
	border-bottom: 0;
}

.responsive-menu ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}

.responsive-menu ul li a {
	font-weight: bold;

	border-bottom: solid 1px #ccc;
	background-color: #f1f1f1;
	display: block;
	text-decoration: none;
	text-align: left;
	color: #2e2e2e;
	font-size: 15px;
	position: relative;
	text-transform: capitalize;
	padding: 10px 20px;
}

.responsive-menu ul li a:hover {
	text-decoration: none;
	background-color: #18b4d9 !important;
	color: #fff;
}

.responsive-menu #site-menu-1 li a {}

.responsive-menu #site-menu-1 ul li {
	padding-left: 6%;
}

.responsive-menu #site-menu-1 ul li a {
	font-size: 90%;
	background-color: #f9f9f9;
	font-weight: normal;
}

.responsive-menu #site-menu-1 ul li ul li a {
	font-size: 90%;
	background-color: rgb(255, 255, 255);
	font-weight: normal;
}

.site-content {
	margin-top: -122px;
}




@media (max-width: 1250px) {

	#wp-admin-bar-new_draft,
	#wp-admin-bar-wpseo-menu,
	#wp-admin-bar-comments,
	#wp-admin-bar-customize,
	#wp-admin-bar-top-secondary {
		display: none !important;
	}
}

.elementor-541 .elementor-element.elementor-element-526f2a61:not(.elementor-motion-effects-element-type-background) {
	background-position: 0px 0px !important;
}