/*
Theme Name: Custom Theme by Aurora Tech
Author: Aurora Tech
Author URI: https://goauroratech.com/
Version: 99.0
*/

/*Reset Css*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

ol,
ul {list-style: none;}
blockquote,
q {quotes: none;}
blockquote:before,
blockquote:after,
q:before,
q:after {content: none;}
table {border-collapse: collapse; border-spacing: 0;}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {outline: none;}
article,
aside,
nav,
section {display: block;}
audio,
canvas,
video {display: inline-block;}
audio:not([controls]) {display: none;}
hr {background-color: #ccc; border: 0; height: 1px; margin: 24px 0;}
sub,
sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
img {border: 0; max-width: 100%;}

/* =Repeatable patterns
-------------------------------------------------------------- */

/* Form fields, general styles first */

.wpcf7 sup {color: red;}
.wpcf7 p {margin: 0!important;}
.wpcf7 .flex {margin: 0!important;}
.wpcf7 label {padding: 0 0 2px; display: inline-block;}
.wpcf7-validation-errors {border: 1px solid red; margin: 30px 0; padding: 10px 15px;}
.wpcf7-not-valid-tip {font-size: 0.9em!important; margin: 0 0 10px;}
.wpcf7-form-control-wrap {margin: 0 0 10px;}
.wpcf7-checkbox, .wpcf7-radio {display: block; margin: 0 0 10px;}

button, input, textarea, select {border: 1px solid #aaa; border-radius: 0px; font-family: inherit; margin-right:0%; margin-bottom: 7px; padding: 8px 10px; box-sizing: border-box; width: 100%; outline: none;}
input.wpcf7-file {margin: 0 0 20px;}
input[type="checkbox"], input[type="radio"] {width: auto;}
select {padding: 7px 10px;}
textarea {height: 120px;}
input[type="submit"] {width: auto; outline: none; padding: 8px 20px; cursor: pointer; -webkit-transition: .3s; transition: .3s;}

/* Reset non-text input types */

input[type="checkbox"],
input[type="radio"],
input[type="file"],
input[type="hidden"],
input[type="image"],
input[type="color"] {border: 0;	border-radius: 0;	padding: 0;}

/* Responsive elements */

.entry-content img,
.comment-content img,
.widget img,
embed, iframe, object, video {max-width: 100%;}

/* Images */

.alignleft {float: left;}
.alignright {float: right;}
.aligncenter {display: block; margin-left: auto; margin-right: auto;}

.wp-caption {max-width: 100%; padding: 4px;}
.wp-caption .wp-caption-text,
.gallery-caption,
.entry-caption {font-style: italic; font-size: 12px; line-height: 2; color: #666666;}
.entry-content dl.gallery-item {margin: 0!important;}
.gallery-item a,
.gallery-caption {width: 100%; padding: 0 10px 0 0; box-sizing: border-box;}
.gallery-item a {display: block;}
.gallery-caption a {display: inline;}
.gallery-columns-1 .gallery-item a {max-width: 100%; width: auto;}
.gallery .gallery-icon img {height: auto; border: 0!important;}
.gallery-columns-1 .gallery-icon img {padding: 3%;}

/* Navigation for posts and pages*/

.wp-pagenavi {margin: 50px 0 0;}
.wp-pagenavi .pages {color: #aaa; font-weight: normal; margin-left: 0;}
.wp-pagenavi > span, .wp-pagenavi > a, .nav-single a {display: inline-block; margin: 0 8px; font-weight: bold; color: inherit;}
.wp-pagenavi > span.current {color: #aaa;}

#nav-below {border-top: 5px solid #888; margin: 30px 0 0; padding: 15px; background: #f2f2f2; color: rgba(0,0,0,0);}
#nav-below::after {content: ""; display: block; clear: both;}
#nav-below a {display: inline-block; background: #fff; border-radius: 50px; padding: 10px 15px; color: #555; text-decoration: none!important; margin: 0 0 3px;}
#nav-below a:hover {box-shadow: 0 4px 10px rgba(0,0,0,0.1);}

.nav-single {border-top: 1px solid #ddd; clear: both; margin: 30px 0 0; padding: 30px 0 0;}
.nav-single h4 {text-align: center;}
.nav-single #ns-next {text-align: right;}
.nav-single .ns-ib {display: inline-block; text-align: center;}
.nav-single span {font-size: 12px; letter-spacing: 1px; color: #aaa;}

.nav-single + .comments-area,
#comment-nav-above {margin: 48px 0;}

/* Author profiles */

.author .archive-header {margin-bottom: 24px;}
.author-info {border-top: 1px solid #ededed; margin: 24px 0; padding-top: 24px; overflow: hidden;}
.author-description p {color: #757575; font-size: 13px; line-height: 1.846153846;}
.author.archive .author-info {border-top: 0; margin: 0 0 48px;}

/* Basic structure
-------------------------------------------------------------- */

html {font-size: 90.5%;}
body {
	line-height: 1.6;
	font-size: 15px;
	font-family: 'Montserrat', Arial, sans-serif;
	text-rendering: optimizeLegibility;
	overflow: hidden;
	color: #333;
}

a {
	outline: none;
	color: #080066;
	text-decoration: none;
	-webkit-transition: .3s;
	transition: .3s;
}
a:hover {text-decoration: underline;}

/* Sidebar */

.widget-area .widget {margin-bottom: 30px; background: url(//amburlaw.com/wp-content/uploads/bg-sidebar.jpg) no-repeat center center / cover; padding: 30px; color: #fff; position: relative; font-size: 13px; border-top: 8px solid #fa9d17;}
.widget-area .widget:last-of-type {margin-bottom: 0;}
.widget-area .widget-title {color: #fff; font-size: 20px; font-weight: 600;}
.textwidget p:last-child {margin: 0;}
	
.widget-area .textwidget ul {list-style: disc outside;}
.widget-area .textwidget li {margin-left: 25px;}
.widget-area #s {margin-right: -4px; width: 67.9999%;}

/* Main content area, sticky post styling and comment content
-------------------------------------------------------------- */

.entry-meta {clear: both;}
.entry-header img.wp-post-image {margin-bottom: 24px;}
.entry-title a {color: inherit;}
.entry-header .entry-format {margin-top: 24px; font-weight: normal;}
.entry-header .comments-link {margin-top: 24px; font-size: 13px; line-height: 1.846153846; color: #757575;}
.comments-link a,
.entry-meta a {color: #757575;}
.comments-link a:hover,
.entry-meta a:hover {color: #333;}
.entry-content,
.entry-summary,
.mu_register {line-height: inherit;}

.entry-content h1,
.comment-content h1,
h1,
.entry-content h2,
.comment-content h2,
h2,
.entry-header .entry-title,
.entry-content h3,
.comment-content h3,
h3,
.entry-content h4,
.comment-content h4,
h4,
.entry-content h5,
.comment-content h5,
.entry-content h6,
.comment-content h6 {
	margin: 0 0 20px;
	line-height: 1.2;
	color: #080066;
	font-weight: 600;
}

.entry-content h1, .comment-content h1, h1.entry-title, .archive-title, .page-title, .entry-content > h2:first-child, .head1 {text-transform: uppercase; font-weight: 800!important; font-size: 24px; letter-spacing: 0.2em; line-height: 1.2;}
.entry-content h1:after, .comment-content h1:after, h1.entry-title:after, .archive-title:after, .page-title:after, .entry-content > h2:first-child:after, .head1:after {content: ""; display: block; width: 50px; height: 2px; background: #fa9d17; margin: 22px 0;}
.entry-content h2, .comment-content h2, .mu_register h2, h2.entry-title {font-size: 24px; font-weight: 600;}
.entry-content h2:not(:first-child) {padding-top: 15px;}
.entry-content h3, .comment-content h3, h3 {font-size: 20px;}
.entry-content h4, .comment-content h4, h4 {font-size: 16px;}
.entry-content h5, .comment-content h5 {font-size: 16px;}
.entry-content h6, .comment-content h6 {font-size: 14px;}

.entry-content p, .entry-summary p, .comment-content p, .mu_register p, p {margin: 0 0 20px; line-height: inherit;}
p:last-child {margin: 0;}

.entry-content ol,
.comment-content ol,
.entry-content ul,
.comment-content ul,
.mu_register ul {margin: 0 0 20px;}
.entry-content ol:last-child, .entry-content ul:last-child {margin-bottom: 0;}
.entry-content ul ul,
.comment-content ul ul,
.entry-content ol ol,
.comment-content ol ol,
.entry-content ul ol,
.comment-content ul ol,
.entry-content ol ul,
.comment-content ol ul {margin-bottom: 0;}
.entry-content ul,
.comment-content ul,
.mu_register ul {list-style: disc outside;}
.entry-content ol,
.comment-content ol {list-style: decimal outside;}
.entry-content li,
.comment-content li,
.mu_register li {margin: 0 0 0 25px; list-style: none; background: url(//amburlaw.com/wp-content/uploads/ico-bullet.svg) no-repeat left 7px / 7px auto; font-weight: 600; padding: 0 0 5px 20px;}

.entry-content blockquote, .comment-content blockquote {background: #eee; margin-bottom: 25px; padding: 25px;}
.entry-content blockquote p:last-child, .comment-content blockquote p:last-child {margin-bottom: 0;}

img.alignleft {margin: 0 15px 10px 0;}
img.alignright {margin: 12px 0 12px 24px;}
img.aligncenter {margin-top: 12px; margin-bottom: 12px;}
.entry-content embed,
.entry-content iframe,
.entry-content object,
.entry-content video {margin-bottom: 20px;}
.entry-content dl,
.comment-content dl {margin: 0 24px;}
.entry-content dt,
.comment-content dt {font-weight: bold;}
.entry-content dd,
.comment-content dd {margin-bottom: 24px;}
.entry-content table,
.comment-content table {margin: 0 0 20px; width: 100%;}
.entry-content table caption,
.comment-content table caption {margin: 24px 0;}
.entry-content td,
.comment-content td {vertical-align: top; padding: 0 5px;}

article.post {margin: 0 0 30px; background: #e9e9e9; padding: 30px;}
article.post::after {content: " "; display: block; clear: both;}
article.post .read-more {display: block; margin: 25px 0 0;}
article.post p {line-height: 1.3;}
.single img.attachment-post-thumbnail {float: right; margin-left: 15px; max-width: 45%; height: auto;}
footer.entry-meta, .archive-meta {margin-top: 24px; font-size: 13px; color: #757575;}
.entry-meta > span a {color: #333333; padding: 2px; text-decoration: none;}

/* Single image attachment view
-------------------------------------------------------------- */

.article.attachment {overflow: hidden;}
.image-attachment div.attachment {text-align: center;}
.image-attachment div.attachment p {text-align: center;}
.image-attachment div.attachment img {display: block; height: auto; margin: 0 auto; max-width: 100%;}
.image-attachment .entry-caption {margin-top: 8px;}

/* Comments
-------------------------------------------------------------- */

.comments-title {margin-bottom: 48px; font-size: 16px; line-height: 1.5; font-weight: normal;}
.comments-area article {margin: 24px 0;}
.comments-area article header {float: left; margin: 0 15px 0 15px; overflow: hidden; position: relative;}
.comments-area article header img {float: left; padding: 0; line-height: 0;}
.comments-area article header cite, .comments-area article header time {display: block; margin-left: 45px;}
.comments-area article header cite {font-style: normal;}
.comments-area article header time {text-decoration: none;}
.comments-area article header h4 {position: absolute; top: 0; right: 0; padding: 6px 12px; font-weight: normal;	color: #fff; background-color: #0088d0; border-radius: 3px; border: 1px solid #007cbd;}
.comments-area li.bypostauthor cite span {position: relative; margin-left: 5px; padding: 2px 5px;}
a.comment-reply-link, a.comment-edit-link {color: #686868; font-size: 13px;}
a.comment-reply-link:hover, a.comment-edit-link:hover {color: #21759b;}
.commentlist .pingback {margin-bottom: 24px;}

/* Comment form */

#respond {margin-top: 30px;}
#respond h3#reply-title {font-size: 16px;}
#respond h3#reply-title #cancel-comment-reply-link {margin-left: 10px; font-weight: normal;}
#respond form {margin: 24px 0;}
#respond form p {margin: 12px 0;}
#respond form p.logged-in-as {margin-bottom: 24px;}
#respond form label {display: block;}
#respond form input[type="text"], #respond form textarea {box-sizing: border-box; padding: 10px; width: 100%;}
#respond form p.form-allowed-tags {margin: 0; color: #5e5e5e;}

/* Below title meta styling */

.below-title-meta{color:#aaa; font-size: 12px; margin: 0 0 20px;}
.below-title-meta a{color: inherit; text-decoration:none;}

/* Minimum width of 850pixels. */

@media screen and (min-width: 850px) {
	.site {margin: 0 auto; max-width: 1024px;}
	body.template-front-page .site-content,
	body.single-attachment .site-content,
	body.full-width .site-content {width: 100%; margin: 0;}

/* NAV MENU DEFAULTS 
-------------------------------------------------------------- */

.themonic-nav {white-space: nowrap;}
.themonic-nav ul {margin: 0; padding: 0; text-indent: 0;}
.themonic-nav li {display: inline-block; position: relative; -webkit-transition: .3s; transition: .3s;}
.themonic-nav li a {text-decoration: none; display: block;}

/* NAV MENU CUSTOMIZATIONS */

.themonic-nav .nav-menu > li {padding: 0 12px;}
.themonic-nav .nav-menu > li:first-child {padding-left: 0;}
.themonic-nav .nav-menu > li:last-child {padding-right: 0;}
.themonic-nav .nav-menu > li > a {line-height: 90px; color: #000; font-weight: 600; font-size: 14px; position: relative;}
.themonic-nav .nav-menu > li > a:hover {color: #fa9d17;}

.themonic-nav .nav-menu > li.current-menu-item > a:after,
.themonic-nav .nav-menu > li.current-page-ancestor > a:after {content: ""; display: block; position: absolute; left: 0; bottom: 25%; width: 100%; height: 2px; background: #fa9d17;}

.themonic-nav .sub-menu {position: absolute; top: 100%; left: 0; -webkit-transform: translate(-8px,0); transform: translateX(-8px); z-index: 10; text-align: center; max-height: 0; overflow: hidden; -webkit-transition: .5s; transition: .5s; background: #fff;}
.themonic-nav .nav-menu li:hover > .sub-menu {max-height: 200px; padding: 6px 0;}
.themonic-nav .sub-menu > li {display: block;}
.themonic-nav .sub-menu > li > a {line-height: 1.4; padding: 6px 20px; width: 150px; color: #000; font-weight: 600; text-align: left;}
.themonic-nav .sub-menu > li > a:hover {color: #fa9d17;}

.themonic-nav .sub-menu .sub-menu {left: 100%; top: 0; -webkit-transform: none; transform: none;}
.themonic-nav .sub-menu .sub-menu > li > a {background: #e9e9e9;}
.themonic-nav .sub-menu .sub-menu > li > a:hover {background: #ddd;}

}

#page-wrap {padding: 0 15px;}
.home #page-wrap {display: none;}
#main {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex;}
.site-content {margin: 0; padding: 50px 0;  box-sizing: border-box; flex-grow: 1; max-width: 100%;}
.widget-area {margin: 0 0 0 25px; padding: 40px 0 40px 25px; width: 34%; box-sizing: border-box; flex-shrink: 0;}
.entry-content > .gallery:not(:last-child) {margin: 0 0 20px!important;}
.entry-content > div:not(:last-child):not(.expand):not(.collapse):not(.pad) {margin-bottom: 20px;}
.video-wrap {position: relative; padding: 56.25% 0 0; width: 100%; margin: 0 0 20px;}
.video-wrap iframe {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.nk-awb {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}

.assistive-text {display: none;}
span.excerpt-dash {display: none;}

#aurora-nav-btn {padding: 15px 10px 7px;}

a[href$=".jpg"], a[href$=".jpeg"], a[href$=".png"], a[href$=".gif"], a[href$=".webp"] {cursor: zoom-in;}
.compensate-for-scrollbar {margin: 0!important;}
.fancybox-content-wrap {display: none;}
.fancybox-slide--html .fancybox-content {max-width: 750px; max-height: 75vh; min-height: 300px;}

.limit {max-width: 1024px; margin: 0 auto;}
.limit-m {max-width: 900px; margin: 0 auto;}
.limit-sm {max-width: 750px; margin: 0 auto;}
.limit-xsm {max-width: 500px; margin: 0 auto;}
.clear {clear: both;}
.flex {display: -webkit-box; display: -moz-box; display: -ms-flexbox; display: -webkit-flex; display: flex; gap: 20px 2%;}
.flex.g0 {gap: 0;}
.flex.g1 {gap: 20px 3%;}
.flex.g2 {gap: 20px 4%;}
.flex.g3 {gap: 20px 5%;}
.flex.g4 {gap: 20px 6%;}
.flex.g5 {gap: 20px 7%;}
.flex.g6 {gap: 20px 8%;}
.entry-content .flex:not(:last-child) {margin-bottom: 20px;}
.flex.rows {flex-flow: row wrap;}
.flex.middle {-webkit-align-items: center; align-items: center;}
.flex.bottom {-webkit-align-items: flex-end; align-items: flex-end;}
.sub-cols > div,
.sub-col {display: flex; flex-flow: column; justify-content: space-between;}
.sub-cols > div > div:not(:last-child),
.sub-col > div:not(:last-child) {margin: 0 0 20px;}
.flex > * {flex-grow: 1; box-sizing: border-box;}
.flex.rows > * {width: 32%;}
.flex.f0 > *, .flex .f0 {flex-grow: 0; flex-shrink: 0;}
.flex.f1 > * {flex: 1;}
.flex.f2 > * {width: 49%;}
.flex.f3 > * {width: 32%;}
.flex.f4 > * {width: 23.5%;}
.flex.f5 > * {width: 18.4%;}
.flex .f2 {width: 48%; flex-grow: 2;}
.flex .f3 {width: 32%;}
.flex .f4 {width: 23.5%;}
.flex .f5 {width: 18.4%;}
.flex .f40 {width: 39%;}
.flex .f60 {width: 59%;}
.flex .f23 {width: 66%; flex-grow: 2;}
.flex .f34 {width: 74.5%; flex-grow: 3;}
.flex.p15 > * {padding: 15px;}
.flex.p20 > * {padding: 20px;}
.flex.p25 > * {padding: 25px;}
.flex.p30 > * {padding: 30px;}
.flex.p40 > * {padding: 40px;}
.flex.p50 > * {padding: 50px;}
.center {text-align: center;}
.right {float: right; margin-left: 15px;}
img.right {max-width: 45%;}
.left {float: left; margin-right: 15px;}
img.left {max-width: 45%;}
.space li {margin-bottom: 15px;}
.abs-left {position: absolute; left: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-right {position: absolute; right: 0; top: 50%; -webkit-transform: translate(0,-50%); transform: translateY(-50%);}
.abs-center {position: absolute; left: 50%; top: 50%; -webkit-transform: translate(-50%,-50%); transform: translateX(-50%) translateY(-50%);}
.pad {padding: 30px 0;}
.entry-content .pad + .pad {padding-top: 0;}
.entry-content > .pad:last-child {padding-bottom: 0;}
.full {position: relative; width: 100vw; left: 50%; transform: translate(-50%,0); background: #e9e9e9; padding: 50px 15px; box-sizing: border-box;}
.entry-content .full:first-child {margin-top: -50px;}
.entry-content .full:last-child {margin-bottom: -50px;}

a.button {display: inline-block; text-decoration: none; padding: 10px 30px; background: #fa9d17; color: #fff;}
a.button:hover {background: #080066;}
a.button2 {display: inline-block; text-decoration: none; text-transform: uppercase; font-weight: 600; letter-spacing: 0.15em; border-bottom: 2px solid #080066;}
a.button2:hover {border-color: #fa9d17;}
.img-cap {line-height: 0; position: relative;}
.img-cap:after {content: ""; display: block; position: absolute; left: 7px; top: 7px; width: calc(100% - 14px); height: calc(100% - 14px); border: 2px solid #fff; box-sizing: border-box;}
.img-cap img {width: 100%;}
.img-cap span {position: absolute; display: block; line-height: 1.4; left: 19px; bottom: 19px; background: #fff; color: #3b3859; font-weight: 600; padding: 1px 5px; font-size: 14px; z-index: 2; max-width: 70%;}
.small {font-size: 12px;}

.pad > .pad:first-child {padding-top: 0;}

#header {background: #fff; position: relative; z-index: 5; font-size: 14px; padding: 0 15px;}

#banner {position: relative; padding: 35px 0 0;}
#banner:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(15,12,60,0.4); z-index: 1;}
body.home #banner {background: url(//amburlaw.com/wp-content/uploads/amann-burnett-banner.jpg) no-repeat center center / cover; height: 80vh; min-height: 600px;}
body:not(.home) #banner {background: url(//amburlaw.com/wp-content/uploads/banner-inner.jpg) no-repeat center center / cover; height: 350px;}

#slider {position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
#slider .metaslider {height: 100%;}
#slider .metaslider > div {height: 100%;}
#slider .flexslider {height: 100%;}
#slider .slides {height: 100%;}
#slider .slides li {height: 100%;}
#slider img {height: 100%; width: 100%; object-fit: cover;}

.site-block > div:not(.f0) {width: 50%;}
.site-logo {line-height: 0; position: relative; width: 200px;}
#header .site-logo img {position: absolute; left: 50%; top: 50%; transform: translate(-50%,-95px); width: 100%;}
.site-contacts {text-align: right;}
a[href^="tel"] {color: #000; font-weight: 600; display: inline-block; text-decoration: none; background: url(//amburlaw.com/wp-content/uploads/ico-phone.svg) no-repeat left center / contain; padding: 5px 0 5px 4%; margin: 0 0 0 6px;}
.site-contacts span.sep {display: inline-block; margin: 0 10px; position: relative;}
.site-contacts span.sep:before, .site-contacts span.sep:after {content: ""; display: block; position: absolute; left: 50%; bottom: calc(100% + 0px); transform: translate(-50%,0); background: #ddd; width: 1px; height: 12px;}
.site-contacts span.sep:after {bottom: auto; top: calc(100% + 0px);}
.site-contacts a.button {padding: 12px 18px;}
.site-contacts a.button .there2 {display: none;}

#b-over {position: absolute; left: 0; top: 50%; width: 100%; transform: translate(0,-50%); text-align: center; z-index: 3; color: #fff; padding: 125px 0 0;}
#b-over h1, #b-over h2 {font-size: 50px; font-weight: 800; margin: 0; color: #fff;}
body.home #b-over h1, body.home #b-over h2 {margin: 0 0 50px;}
#b-over h3 {font-weight: 800; font-size: 24px; margin: 0; color: #fff;}

.head1 {color: #080066; text-transform: uppercase; font-weight: 800; font-size: 24px; letter-spacing: 0.2em; line-height: 1.2;}
.head1:after {content: ""; display: block; width: 50px; height: 2px; background: #fa9d17; margin: 22px 0;}
.head2 {font-size: 40px; font-weight: 800;}

.elevation {background: url(//amburlaw.com/wp-content/uploads/bg-elevation.jpg) no-repeat center center / cover; padding: 60px 15px;}
.elevation .head1 {text-align: center; margin: 0 0 50px;}
.elevation .head1::after {content: none; display: none;}

.grid > a {position: relative; text-decoration: none; height: 280px;}
.grid > a:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(20,16,57,0.65); z-index: 2; -webkit-transition: .3s; transition: .3s;}
.grid > a:before {content: ""; display: block; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); width: 100%; height: 100%; z-index: 4; border: 2px solid #fff; opacity: 0; -webkit-transition: .3s; transition: .3s;}
.g-img, .g-img img {position: absolute; left: 0; top: 0; width: 100%; height: 100%; z-index: 1;}
.g-img img {object-fit: cover;}
.g-ico {position: absolute; z-index: 3; bottom: 85px; left: 40px;}
.g-ico img {max-width: 66px;}
.g-ico.gsq img {max-width: 50px;}
.g-label {position: absolute; z-index: 3; bottom: 40px; left: 40px;}
.g-label h2 {color: #fff; font-weight: 500; font-size: 24px; margin: 0;}

.grid > a:hover {box-shadow: 0 14px 50px rgb(0 0 0 / 40%);}
.grid > a:hover:after {background: rgba(20,16,57,0.9);}
.grid > a:hover:before {width: calc(100% - 20px); height: calc(100% - 20px); opacity: 1;}

#team {background: url(//amburlaw.com/wp-content/uploads/bg-team.jpg) no-repeat center center / cover; color: #fff; padding: 85px 15px;}
#tt-inner {width: calc(100% + 75px); position: relative; z-index: 3;}
#team h2.head1 {color: #fff;}
#team #t-img {line-height: 0; position: relative; box-shadow: 0 20px 70px rgb(0 0 0 / 33%);}
#team #t-img:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 50%; height: 100%; z-index: 2; background: linear-gradient(to right, rgba(35,28,83,0.85), transparent);}

.news {background: #efeeff; padding: 75px 15px;}
.news-head {margin: 0 0 15px;}
.news .n-box {background: #fff; -webkit-transition: .3s; transition: .3s;}
.news .n-box:hover {box-shadow: 0 15px 40px rgb(0 0 0 / 12%);}
.news .n-img {line-height: 0; position: relative;}
.news .n-date {position: absolute; left: 5px; top: 5px; z-index: 2; display: block; background: #fa9d17; color: #fff; line-height: 1; font-size: 12px; font-weight: 600; padding: 5px;}
.news .n-img img {width: 100%; height: auto;}
.news .n-txt {padding: 25px; font-size: 14px;}
.news h3 a {color: #3b3859; text-decoration: none;}
.news .nt-ex {margin: 0 0 20px;}
.news .nt-ex .read-more {display: none;}
.news .n-more a.button {background: none; text-decoration: none; color: #fa9d17; border: 2px solid #fa9d17; padding: 8px 20px; font-size: 13px; font-weight: 500;}
.news .n-more a.button:hover {background: #fa9d17; color: #fff;}

.vid {padding: 50px 50px 0;}
a.vid-thumb {display: inline-block; line-height: 0; border-bottom: 10px solid #fa9d17; box-shadow: 0 12px 75px rgb(0 0 0 / 40%); position: relative; z-index: 4; top: 100px; margin: -100px 0 0;}
a.vid-thumb:before {content: "Play Video"; display: block; position: absolute; left: 0; top: 50%; width: 100%; transform: translate(0,-50%); z-index: 2; text-align: center; color: #fff; text-transform: uppercase; font-size: 24px; font-weight: 800; letter-spacing: 0.2em; line-height: 1; background: url(//amburlaw.com/wp-content/uploads/ico-play.svg) no-repeat center top / 100px auto; padding: 130px 0 0;}
a.vid-thumb:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: rgba(20,16,57,0.8);}

.contact {background: url(//amburlaw.com/wp-content/uploads/bg-contact.jpg) no-repeat center center / cover; padding: 175px 15px 75px; color: #fff; position: relative; font-size: 20px; font-weight: 600;}
body:not(.home) .contact {padding: 75px 15px;}
.contact:after {content: ""; display: block; position: absolute; left: 0; top: 0; width: 100%; height: 100%; background: linear-gradient(to right, rgba(35,28,83,0.85), transparent);}
.contact .limit {position: relative; z-index: 3; max-width: 850px;}
.contact .head2 {margin: 0 0 50px; color: #fff;}
.contact a[href^="tel"] {color: #fff; background-image: url(//amburlaw.com/wp-content/uploads/ico-phone-w.svg); margin: 10px 0 0; line-height: 1.4;}
.form-wrap {background: #fff; padding: 30px;}

#footer {background: #181539; color: #fff; padding: 10px 15px 30px;}
#footer .sub-menu {display: none;}
#footer a[href^="tel"] {color: #fff; background-image: url(//amburlaw.com/wp-content/uploads/ico-phone-w.svg);}
#footer .site-logo {width: 150px; position: relative; bottom: -32px;}
#footer .site-block > div:not(.f0) {border-bottom: 1px solid #464461;}
#footer .menu li {display: inline-block; padding: 0 12px;}
#footer .menu li:first-child {padding-left: 0;}
#footer .menu li:last-child {padding-right: 0;}
#footer .menu li a {color: #fff; text-decoration: none; font-weight: 600; font-size: 14px; line-height: 75px;}
#footer .site-contacts {padding: 0 0 15px;}
#footer .site-contacts a.button:hover {background: #fff; color: #fa9d17;}
#site-cred {font-size: 12px; margin: 30px 0 0;}
#site-cred a {color: #fff;}

.read-more a {display: inline-block; background: #fa9d17; color: #fff; padding: 8px 15px; text-decoration: none; font-size: 13px;}
.read-more a:hover {background: #080066;}

.widget li {list-style: disc outside; margin: 0 0 10px 16px;}
.widget a {color: #fff; text-decoration: none;}
.widget a:hover {color: #fa9d17;}

.searchform > div {display: flex;}
.searchform input#s {flex-grow: 1; width: auto; margin: 0; border: 0;}
.searchform #searchsubmit {flex-grow: 0; flex-shrink: 0; margin: 0; background: #fa9d17; border: 0; color: #fff;}

.flex .pg-soc {margin: -20px 0 0;}
.pg-soc br {display: none;}
.pg-soc a {display: inline-block; margin: 0 5px; font-size: 20px;}
.pg-soc a:hover {color: #fa9d17;}

.f-soc {display: inline;}
.f-soc a {display: inline-block; background: #fff; color: #080066!important; font-size: 16px; width: 25px; line-height: 25px; text-align: center; border-radius: 100px; margin: 0 3px;}
.f-soc a:first-child {margin-left: 0;}
.f-soc a:last-child {margin-right: 0;}
.f-soc a:hover {opacity: 0.75;}

#site-cred span.sep {margin: 0 10px;}

.f-logos img {max-height: 35px; margin: 0 12px;}
.f-logos img:first-child {margin-left: 0;}
.f-logos img:last-child {margin-right: 0;}

@media screen and (min-width : 1040px){
	.f-logos {margin: -10px 0 0;}
}
@media screen and (max-width : 1040px){
	body.template-front-page .site-content, body.single-attachment .site-content, body.full-width .site-content {padding: 50px 0; box-sizing: border-box;}
	.flex.rows {width: 100%; margin-left: 0;}
}
@media screen and (max-width : 850px){
	#main {display: block;}
	.site-content {padding: 30px 0;}
	.widget-area {width: 100%; margin: 0; padding: 0 0 30px;}

	.gone1 {display: none!important;}

	#header {padding: 10px 15px;}
	#header .site-logo {width: 185px;}

	body.home #banner {min-height: 500px;}
	#b-over h1, #b-over h2 {font-size: 40px;}
	#b-over h3 {font-size: 22px;}

	#footer {text-align: center;}
	#footer .site-block {flex-flow: column;}
	#footer .site-logo {order: -1; margin: 0 0 30px;}
	#footer .site-logo img {width: 140px;}
	#footer .site-block > div {width: 100%;}
	#footer .site-contacts {text-align: center;}
}
@media screen and (max-width : 720px){
	.fbreak1 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak1 > * {width: 100%!important; margin: 0 0 20px!important;}
	.fbreak1 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak1 > :last-of-type {margin: 0!important;}
	.f4-break {flex-flow: row wrap;}
	.f4-break > * {width: 48%!important; flex: auto!important; margin: 0 1% 20px!important;}
	.f4-break > *:nth-last-child (-n+2) {margin-bottom: 0!important;}

	body.home #banner {min-height: 0; height: 550px;}
	#b-over h1, #b-over h2 {font-size: 34px;}
	body.home #b-over h1, body.home #b-over h2 {margin: 0 0 30px;}
	#b-over h3 {font-size: 20px;}

	#team {padding: 50px 15px;}
	#tt-inner {width: 100%;}
	#team #t-img:after {background: none;}

	.news {padding: 50px 15px 15px;}
	.news .n-box {margin: 0 0 35px!important;}

	.vid {padding: 50px 30px 0;}
	a.vid-thumb:before {background-size: 75px auto; padding: 105px 0 0; font-size: 20px;}

	.c-txt br {display: none;}

	body:not(.home) #banner {height: 260px;}
}
@media screen and (max-width : 575px){
	.site-content {padding: 30px 0;}
	.single img.attachment-post-thumbnail {float: none!important; display: block; margin: 0 auto 15px!important; max-width: 100%;}
	.nav-single, .nav-single #ns-next {text-align: center;}
	.nav-single .ns-ib {display: inline;}
	.right:not(.pr), .left:not(.pl) {float: none; display: block; margin: 0 auto 15px;}
	img.right, img.left {max-width: 100%;}
	.fbreak2 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak2 > * {width: 100%!important; margin: 0 0 20px!important;}
	.fbreak2 > *.m0, .fbreak2 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak2 > :last-of-type {margin: 0!important;}
	.f4-break.fbreak2 > *:nth-last-child(2) {margin-bottom: 20px!important;}

	.gone2 {display: none!important;}

	.head2 {font-size: 30px;}

	#header .site-logo {width: 160px;}
	#header .site-logo img {transform: translate(-50%,-76px);}
	.site-contacts a.button {padding: 8px 15px;}
	.site-contacts a.button .there2 {display: inline;}
	.site-contacts a.button .there1 {display: none;}

	body.home #banner {height: 475px;}
	#b-over h1, #b-over h2 {font-size: 28px;}
	#b-over h3 {font-size: 18px;}

	.grid > a {height: 215px;}
	.g-ico {left: 20px;}
	.g-ico img {max-width: 54px;}
	.g-ico.gsq img {max-width: 40px;}
	.g-label {left: 20px;}
	.g-label h2 {font-size: 20px;}

	a.vid-thumb {top: 60px; margin: -60px 0 0; border-width: 8px;}
	a.vid-thumb:before {background-size: 60px auto; padding: 82px 0 0; font-size: 18px;}

	body.home .contact {font-size: 18px; padding: 110px 15px 50px;}

	#footer .site-logo img {width: 115px;}

	body:not(.home) #banner {height: 225px;}
}
@media screen and (max-width : 425px){
	.fbreak3 {display: block!important; margin-left: 0; width: 100%;}
	.fbreak3 > *, .fbreak3.f4-break > *:nth-last-child(2), .fbreak3.f4-break > *:nth-last-child(1) {width: 100%!important; margin: 0 0 20px!important;}
	.fbreak3 > *.m0, .fbreak1 .m0 ul:last-child {margin-bottom: 0!important;}
	.fbreak3 > :last-of-type {margin: 0!important;}

	.gone3 {display: none!important;}

	#banner {padding: 25px 0 0;}
	body.home #banner {height: 430px;}
	#header {padding: 4px 15px;}
	#header .site-logo {width: 132px;}
	#header .site-logo img {transform: translate(-50%,-61px);}
	.site-contacts a.button {padding: 6px 10px; font-size: 13px;}

	#b-over {padding: 100px 0 0;}
	#b-over h1, #b-over h2 {font-size: 24px;}
	#b-over h3 {font-size: 16px;}

	.grid > a {display: block;}

	.news-head a.button {padding: 5px 10px;}

	.vid {padding: 50px 15px 0;}
	a.vid-thumb {top: 30px; margin: -30px 0 0; border-width: 6px;}

	body.home .contact {font-size: 18px; padding: 75px 15px 50px;}

	body:not(.home) #banner {height: 200px;}
}.wp-admin .updraftupdatesnotice-yourversiontested {display: none;}