/*!
Theme Name: Loop IP Law
Theme URI: http://underscores.me/
Author: Bizango
Author URI: http://www.bizango.com
Description: Loop IP Law Theme based off underscores
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: bz_base
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.

Bizango Base 2 is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/
/* @import url("./assets/css/mobile-menu.css") only screen and (max-width: 1000px); */
:root {
	--maxWidth: 2000px;
}
/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
body.search .entry-header .entry-title {
	display: block;
}
/* Accessibility
--------------------------------------------- */

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}
/* SKIP TO NAV */
.skip-content-container:focus,
.skip-content-container:focus-within {
	background-color: #34b9a5;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	-webkit-clip-path: none;
	clip-path: none;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 0px;
	width: auto;
	z-index: 100000;
}
.skip-content-container {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: fixed;
	width: 1px;
	word-wrap: normal !important;
}
/* Do not show the outline on the skip link target. */
.skip-content-container:focus-within {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}
.nav__li--skip-to {
	list-style: none;
	margin: 0 5px;
}
.nav__li--skip-to:last-child {
	margin-bottom: 0px;
}
.skip-content-container .skip-link {
	color: #fff !important;
	font-weight: 700;
}
/* Do not show the outline on the skip link target. */
#main_content[tabindex="-1"]:focus {
	outline: 0;
}
.js-focus-visible :focus:not(.focus-visible) {
	outline: none;
}
.js-focus-visible .focus-visible,
.js-focus-visible .slick-arrow.focus-visible {
	outline: 2px solid red !important;
}
/* Removes animations for users who have set this preference */
@media (prefers-reduced-motion: reduce) {
	*,
	*::before,
	*::after {
		-webkit-animation-duration: 0.01ms !important;
		animation-duration: 0.01ms !important;
		-webkit-animation-iteration-count: 1 !important;
		animation-iteration-count: 1 !important;
		-webkit-transition-duration: 0.01ms !important;
		-o-transition-duration: 0.01ms !important;
		transition-duration: 0.01ms !important;
		scroll-behavior: auto !important;
	}
}
/* GENERAL */
a,
b,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
i,
img,
li,
ol,
p,
span,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
u,
ul {
	border: 0;
	margin: 0;
	padding: 0;
}
ul,
ol {
	list-style-position: inside;
}
html,
body {
	height: 100%;
	scroll-behavior: smooth;
}
html {
	visibility: visible !important;
}
body,
body.page {
  background-color: var(--grayLight);
	height: auto;
	margin: 0 auto;
	max-width: var(--maxWidth);
	position: relative;
	overflow-x: clip;
	width: 100%;
}
body:before {
  content: "";
  display: inline-block;
  position: absolute;
  height: 100%;
  top: 0;
  background-image: linear-gradient(to right, transparent 33%, #E1E1E1 33.1%, transparent 33.1%, transparent 66%, #E1E1E1 66.1%, transparent 66.1%);
  width: 100%;
  z-index: -100;
}
div.site {
	display: block;
	margin: 0 auto;
	max-width: var(--maxWidth);
	/* overflow-x: hidden; */
	position: relative;
}
.page_frame {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	max-width: var(--pageFrame);
	padding: 0 20px;
	width: 100%;
}
/* HEADER/FOOTER */
.header {
	max-width: var(--maxWidth);
	padding-top: 20px;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9;
}
.header > .page_frame {
  position: static;
}
.header__bg {
	background-color: rgb(104, 104, 104);
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
.header__frame,
.footer__frame {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  justify-content: space-between;
}
.header__logo,
.footer__logo {
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	z-index: 10;
}
.header__logo-img,
.footer__logo-img {
	display: block;
	max-width: 295px;
	min-width: 200px;
	width: 100%;
}
.header__nav-wrapper,
.footer__nav-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	position: static;
	width: auto;
	z-index: 5;
}
.header__mobile-nav-toggle {
	color: var(--links);
	z-index: 1;
}
.header__nav-wrapper--desk {
	position: relative;
}
/* --------------------------------------------- NAV */
.nav {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
/* NAV ELEMENTS */
.nav .nav__li {
	line-height: 1em;
	list-style: none;
	margin-bottom: 0;
	padding: 0;
	position: relative;
}
.subnav-button-wrapper {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.nav__a {
	display: inline-block;
}
.header .nav__a:hover,
.header .nav__a:focus {
  color: var(--teal);
}
.nav__a.has-subnav {
	padding-right: 5px;
}
.button--expand-nav {
	background: none;
	border: 0;
	display: none;
	margin: 0 5px;
	padding: 0;
}
.header__nav-wrapper--desk .button--expand-nav {
	display: inline-block;
}
.header__nav-wrapper--desk .button--expand-nav::after {
	color: inherit;
	content: "\e801";
	display: inline-block;
	font-family: "icon";
	font-size: 0.8em;
	line-height: 0.8em;
	position: relative;
	transform: rotate(90deg);
	transition: transform 500ms ease;
}
.active > .button--expand-nav::after {
	transform: rotate(-90deg);
}
/* NAV MODIFIERS */
#header__nav--mobile .hamburger {
  color: var(--textLight);
  z-index: 15;
}
header .nav-container {
  display: none;
}
.nav--subnav,
.header__nav-wrapper--desk .nav--subnav .button--expand-nav::after {
	color: white;
}
.nav--subnav {
	background-color: rgba(0, 0, 0, 0.5);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	left: 0;
	min-width: 100%;
	padding: 5px 0;
	position: absolute;
	top: 100%;
}
.nav--subnav > .nav__li {
	background: none;
	margin: 0;
	padding: 5px 10px 5px 25px;
}
.nav--subnav .nav__a {
	text-transform: none;
}
.nav--subnav .nav--subnav {
	background-color: transparent;
	position: relative;
	top: auto;
	padding: 10px 0 0 10px;
}
.nav--subnav .nav--subnav .nav__li {
	padding: 0;
}

	.header__logo {
		padding-left: 0px;
	}
	.header__frame {
		position: static;
	}
	.header__nav-wrapper {
		z-index: auto;
	}
	.header__mobile-nav-wrapper {
		left: 0;
		position: absolute;
		top: -20px;
		width: 100%;
		z-index: -1;
	}
	.header__nav-wrapper--desk {
		display: none;
	}
	#header__nav--mobile {
		display: block;
	}
  header .nav-container {
    /* background: rgba(0, 0, 0, 0.60); */
    height: 100vh;
		position: absolute;
    left: 0;
    top: 0px;
		width: 100vw;
		z-index: 12;
  }
	/* .nav--mobile, */
  header .nav-container__inner  {
		background-color: var(--blueDeep);
    color: var(--textLight);
    height: 100vh;
    overflow: hidden;
		padding: 20px 40px;
		position: absolute;
    right: 0;
    top: 0px;
		width: 100vw;
		z-index: auto;
	}
  header .nav-container:before {
  aspect-ratio: 1;
  background-image: url(/wp-content/themes/loop-ip-law/assets/images/flair_nautilus-2.png);
  background-position: calc(50% - 96px) center;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: inline-block;
  height: 100%;
  left: -15px;
  mix-blend-mode: luminosity;
  opacity: 0.42;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: 13;
}
.nav--mobile {
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  row-gap: 30px;
  position: relative;
  z-index: 13;
}
.nav--mobile .nav--subnav {
  position: relative;
}
.nav--mobile .nav__li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  justify-content: stretch;
  margin: 0;
  padding: 0;
}
.nav--mobile .nav__a {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FFF;
  font-size: 1.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 124%; /* 3.41rem */
  text-align: left;
  text-transform: none;
  width: 100%;
}
.nav--mobile .button .nav__a {
  color: #FFF;
  font-family: "magistral", sans-serif;
  font-size: 0.9375rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 20px 30px;
  text-transform: uppercase; 
}
.nav--mobile.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  body .nav-bg{
    background-color: rgba(0,0,0,0.5);
    display: none;
    height: 100vh;
    left: 0;
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: 8;
  }
  header .nav-container__inner  {
		padding: 20px 111px 20px 80px;
		width: calc(50vw + 15px);
	}
  header .nav-container:before {
    background-position: calc(50% - 80px) center;
    background-size: cover;
    mask-image: linear-gradient(to right, transparent 50%, black 50%);
  }
  .nav--mobile .nav__a {
    font-size: 2.75rem;
    line-height: 124%; /* 3.41rem */
	}
}
@media only screen and (min-width: 965px) {
  header .nav-container:before {
    background-position: calc(50% - 32px) center;
    background-size: 90%;
  }
}
/* --------------------------------------------- FOOTER */
#footer {
  background-color: var(--blueDeep);
  color: var(--textLight);
}
#footer .footer__frame {
	padding-bottom: 3.125rem;
	padding-top: 3.125rem;
}
.footer__frame {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  gap: 31px;
  text-align: center;
}
.footer__logo {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	margin-bottom: 20px;
}
.footer__logo-img {
	max-width: 310px;
}
#footer__nav-wrapper .nav {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  row-gap: 15px;
}
#footer .footer__frame .nav a {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
  color: #FFF;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  opacity: 0.8;
	padding: 0px;
}
.footer__subnav {
	display: none;
}
.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  row-gap: 30px;
}
.footer__info-row {
  display: block;
  align-items: flex-start;
  gap: 10px;
  opacity: 0.8;
}
.footer__info-row img {
  margin-bottom: 5px;
  max-width: 13px;
  position: relative;
  top: 0.1em;
}
.footer__info-row p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  margin-bottom: 0;
}
.footer__info-row a {
  color: #fff;
}
.footer__utils {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--textLight);
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 20px;
}
.footer__utils-text.desk {
  display: none;
}
.footer__utils-text.mobile {
  margin-top: 31px;
}
.footer__utils-text > *:last-child {
  margin-bottom: 0;
}
.footer__utils-text a.button {
  padding: 20px 26px;
  font-size: 0.8125rem;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}
.footer__utils-links {
  gap: 14px 7px;
}
.footer__utils-links img {
  max-height: 32px;
}
.deep-footer {
	background-color: #000;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
}
.deep-footer__content {
	text-align: center;
}
.copyright {
  opacity: 0.6;
  font-size: 0.625rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}
#bizango {
	color: #888;
	display: block;
	font-size: 10px;
	height: 12px;
	margin: 40px auto 25px;
	padding-bottom: 30px;
	width: 220px;
}
#bizango img {
	display: block;
	margin: 5px auto 0 auto;
	max-width: 105px;
}
@media only screen and (min-width: 768px) {
  #footer .footer__frame {
    padding-bottom: 5.125rem;
    padding-top: 5.125rem;
  }
	.footer__logo {
    width: 100%;
		margin-bottom: 0;
	}
	.footer__frame {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
	}
  .footer__info-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__utils-text.desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .footer__utils-text.mobile {
    display: none;
  }
  .footer__utils {
    align-items: flex-end;
  }
}
@media only screen and (min-width: 1024px) {
  .footer__logo {
    width: auto;
  }
	#footer__nav-wrapper {
		width: auto;
	}
	#footer__nav-wrapper .nav {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
  .footer__frame > .footer__logo {
    max-width: 396px;
  }
  .footer__frame > div {
    flex: 1;
    max-width: 233px;
  }
  .footer__utils {
    align-items: flex-end;
  }
}
/*---------------SITE STYLES---------------*/
.error-404 {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	min-height: 70vh;
}
.error-404 > .page_frame {
	padding-top: 120px;
}
.no-results {
	padding-bottom: 60px;
	padding-top: 120px;
}
/* PASSWORD PROTECTED */
.wp-password-form {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100vh;
	max-height: calc(100vh - 128px);
	padding: 100px 20px;
}
.ppw-post-password-container form {
	display: block;
	margin: 0 auto;
	max-width: 500px;
	text-align: center;
	width: 100%;
}
.wp-password-form p {
	font-size: 1.5rem;
	margin-bottom: 20px;
	text-align: center;
}
.wp-password-form label,
.wp-password-form input {
	display: block;
	font-size: 1.5rem;
	margin: 5px 0;
	width: 100%;
}
.wp-password-form form input[type="submit"] {
	display: block;
	margin: 10px 0;
	width: 100%;
}
