/*
Theme Name: PureLynx
Author: PureLynx
Author URI: https:/purelynx.com
Version: 3.04
*/


/*********************************************************************
 * Starter Theme Boilerplate (move to separate file at some point?)
 *********************************************************************/
html, body, div, span, iframe, h1, p, a, em, font, strong, form {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
body, div {
  background-repeat: no-repeat;
  background-size: cover;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
}
article, footer, header {
	display: block;
}
html {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body, button, input, select, textarea {
	color: #444;
	font-family: "Open Sans", sans-serif;
	font-size: calc(11px + 0.45vw);
	font-weight: 400;
  font-display: swap;
	line-height: 1.35;
  -webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;

/*  -webkit-appearance: none; *//* tell iPhone not to override styling */
}
input[type="radio"] {
  border-radius: 20px;
  padding: 0.3em;
  border: 1px solid #666;
}
input[type="radio"]:checked {
  background-color: #333;
}
@media (max-width: 600px) {
  body, button, input, select, textarea {
    font-size: calc(7px + 2.5vw);
  }
}
/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}
/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See http://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

button, input, select, textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}
button, input {
	line-height: normal;
}
b, strong {
	font-weight: 700;
}
em, i {
	font-style: italic;
}
p {
	padding-bottom: 0.9em;
}
img {
	border: 0;
	vertical-align: middle;
  max-width: 100%;
}
button, html input[type="button"], input[type="submit"] {
	cursor: pointer;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
ul {
  list-style-type: none;
  padding-left: 0px;
  margin: 0px;
}
input, textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Remove the inner shadow, rounded corners on iOS inputs */
	border: 1px solid rgba(0, 0, 0, 0.1);
	border-radius: 2px;
	color: #2b2b2b;
	padding: 0.5em 0.6em 0.4em;
}
input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.35);
	outline: 0;
}
textarea {
	width: 100%;
	overflow: auto;
	vertical-align: top;
}
input:focus, textarea:focus {
	border: 1px solid rgba(0, 0, 0, 0.3);
	outline: 0;
}
button, .button, input[type="button"], input[type="submit"] {
	background-color: #777;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: calc(10px + 0.4vw);
	font-weight: 700;
	padding: 0.7em 1.8em 0.65em;
	vertical-align: bottom;
}
@media (max-width: 600px) {
  button, .button, input[type="button"], input[type="submit"] {
    font-size: calc(10px + 2.2vw);
  }
}
button:hover, button:focus, .button:hover, .button:focus,
input[type="button"]:hover, input[type="reset"]:hover,
input[type="submit"]:hover, input[type="submit"]:focus {
	filter: brightness(1.2);
	color: #fff;
}
button:active, .button:active, input[type="button"]:active,
input[type="reset"]:active, input[type="submit"]:active {
/*	background-color: #55d737; */
}
a.button {
	text-decoration: none;
	display: inline-block;
  background-color: #d83;
}
/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #939393;
}
:-moz-placeholder {
	color: #939393;
}
::-moz-placeholder {
	color: #939393;
	opacity: 1; /* Since FF19 lowers the opacity of the placeholder by default */
}
:-ms-input-placeholder {
	color: #939393;
}
/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img, .wp-post-image {
	max-width: 100%;
	height: auto;
}
/* Make sure embeds and iframes fit their containers */
iframe {
	max-width: 100%;
}
/* Clearing floats */
.hentry:before, .hentry:after, [class*="content"]:before, [class*="content"]:after,
[class*="site"]:before, [class*="site"]:after {
	content: "";
	display: table;
}
.hentry:after, [class*="content"]:after, [class*="site"]:after {
	clear: both;
}
a {
	color: inherit;
	text-decoration: none;
}
a:hover, a:active {
	outline: 0;
	color: inherit;
}
.site-content .entry-header {
    display: none;
}
.site-content .entry-content {
  background-color: transparent;
  padding-bottom: 0px;
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  line-height: 1.2;
  font-family: "Playfair Display", serif;
}
h1 {
  font-weight: 400;
  font-size: calc(20px + 2vw);
}
h2 {
  font-weight: 400;
  font-size: calc(18px + 1.6vw);
}
h3 {
  font-weight: 400;
  font-size: calc(15px + 1.2vw);
}
h4 {
  font-weight: 400;
  font-size: calc(12px + 1vw);
}
@media (max-width: 600px) {
  h1 {
    font-size: calc(20px + 1.6vw);
  }
  h2 {
    font-size: calc(18px + 1.4vw);
  }
  h3 {
    font-size: calc(16px + 1.2vw);
  }
  h4 {
    font-size: calc(14px + 1vw);
  }
  h5 {
    font-size: calc(12px + 0.8vw);
  }
}
.flexbox {
  display: flex;
}

/*************************************************
 * Header & Menu -- Hamburger menu ONLY
 *************************************************/
#masthead {
  width: 100%;
}
#masthead.floating {
  position: fixed; z-index: 999;
  background-color: rgba(255,255,255,0.85);
}
#header-main {
  display: flex;
  height: calc(40px + 2vw);
  padding-left: calc(5vw - 10px);
  padding-right: calc(4vw - 8px);
  padding-top: calc(5px + 0.5vw);
  background-color: rgba(12,12,12,0.8);
  color: #fff;
  font-size: calc(10px + 0.5vw);
}
#header-main > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#header-main img {
  width: calc(42px + 0.3vw);
}
#main-menu {
  position: absolute;
  right: 0vw;
  top: 0vw;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#menu-main-menu {
  background-color: rgba(10,22,29,0.9);
  padding-top: 2.4vw;
  padding-bottom: 2.4vw;
}
#main-menu li a {
  display: block;
  color: #eee;
  text-transform: uppercase;
  font-weight: 500;
  padding: 1.2vw 3vw 1.2vw 4vw;
  text-align: right;
  font-size: calc(14px + 0.5vw);
}
#main-menu li a:hover {
  background-color: #c07629;
}
#main-menu li.current_page_item a {
  color: #fff5f5;
}
#main-menu > div > ul > li {
  position: relative; /* required so child submenu can position itself */
  display: block;
}
#main-menu .sub-menu a {
  text-transform: initial;
  font-size: calc(11px + 0.45vw);
}
#main-menu .sub-menu a::after {
  content: " •";
}
@media (max-width: 700px) {
  #main-menu li a {
    font-size: calc(14px + 2.8vw);
    padding: 2vw 6vw 2vw 6vw;
  }
  #main-menu .sub-menu a {
    font-size: calc(11px + 2.6vw);
  }
}

/*************************************************
 * Mobile toggle
 *************************************************/
#mobile-toggle {
  height: calc(54px + 2.8vw);
  margin: 0vw 2.8vw;
  padding: 0vw 0.5vw;
  cursor: pointer;
}
#mobile-toggle > span {
  vertical-align: top;
  line-height: 1.8;
  font-size: 15px;
}
#mobile-toggle > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#mobile-toggle > div > div {
  height: 4px;
  width: 22px;
  background-color: #fff;
  margin-top: 4px;
  margin-bottom: 1px;
}
#menu-main-menu {
  display: none;
}
@media (max-width: 700px) {
  #mobile-toggle {
    height: calc(54px + 10vw);
  }
}


/*************************************************
 * Pages for individual practice areas
 *************************************************/
#practice-title-area {
  display: flex;
}
#practice-title-area > div:nth-child(1) {
  width: 26%;
  padding-left: 5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background-color: #efefef;
}
#practice-title-area > div:nth-child(2) {
  width: 61%;
  padding-left: 4%;
  padding-right: 5%;
  height: 21vw;
  background-size: 88%;
  background-color: #eed;
  background-position: 19% top;
}
#practice-title-area h2 {
  width: 50%;
  font-size: calc(26px + 1vw);
  font-weight: 500;
  letter-spacing: 0.2vw;
  padding-bottom: 2vw;
}
#section-practice-area > div:nth-child(1) {
  width: 26%;
  padding-left: 5%;
  padding-top: 3vw;
  background-color: #f8f8f8;
}
#section-practice-area > div:nth-child(1) a {
  display: block;
  font-size: calc(13px + 0.6vw);
  padding: 1vw 1vw 1vw 0vw;
}
#section-practice-area > div:nth-child(1) a.current {
  color: #d97819;
}
#practice-area-content {
  width: 61%;
  padding-left: 4%;
  padding-right: 5%;
  padding-bottom: 7vw;
  padding-top: 3vw;
}
#practice-area-content p.intro {
  font-size: 1.2em;
}
#practice-area-content h1 {
  padding-bottom: 2vw;
  font-size: calc(14px + 0.6vw);
  color: #d4ceb0;
  font-family: open sans;
  text-transform: uppercase;
  letter-spacing: 0.2vw;
}
#practice-area-content h2 {
  padding-bottom: 2vw;
}
#practice-area-content h3 {
  padding-bottom: 1.5vw;
}
@media (max-width: 700px) {
  #practice-title-area > div:nth-child(1) {
    display: none;
  }
  #practice-title-area > div:nth-child(2) {
    width: 100%;
    height: 37vw;
    background-size: 98%;
    background-position: center center;
  }
  #section-practice-area {
    flexwrap: wrap;
    flex-direction: column-reverse;
  }
  #section-practice-area > div:nth-child(1) {
    text-align: center;
    padding-left: 0px;
    width: 100%;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
  #practice-area-content {
    width: 91%;
  }
}


/*************************************************
 * Grid of team members
 *************************************************/
#team-section {
  padding-top: 3vw;
  padding-bottom: 3vw;
  padding-left: 4vw;
  padding-right: 4vw;
  text-align: center;
}
#team-section h2 {
  text-align: center;
  padding-bottom: 2vw;
}
#team-section a:hover {
  text-decoration: none
}
#team-members {
  display: flex;
  flex-wrap: wrap;
  padding-top: 2vw;
}
/* 
#team-members a {
  width: 30%;
  margin-bottom: 2vw;
  margin-left: 1.5%;
  margin-right: 1.5%;
}
#team-members h3 {
  padding-bottom: 1vw;
  border-top: 3px solid #e7e7e7;
  margin-top: 1vw;
}
#team-members h4 {
  font-family: "Open Sans";
  text-transform: uppercase;
  letter-spacing: 0.1vw;
  font-size: calc(11px + 0.6vw);
}
#team-members .image-wrapper {
  height: 17vw !important;
  overflow: hidden;
  width: 100%;
}
#team-members a.barbara-lyons .image-wrapper {
  padding-left: 1vw;
  padding-right: 1vw;
  padding-top: 2vw;
  height: 32vw;
  width: calc(100% - 2vw);
}
#team-members a.ramsey-kawar .image-wrapper {
  padding-left: 2.5vw;
  padding-right: 2.5vw;
  width: calc(100% - 5vw);
}
#team-members a.h-ann-liroff .image-wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 2.5vw;
  height: 31.5vw;
  width: calc(100% - 8vw);
}
#team-members a.michael-farbstein .image-wrapper {
  padding-top: 1.5vw;
  height: 32.5vw;
}
#team-members a.suzanne-farbstein .image-wrapper {
  padding-left: 4vw;
  padding-right: 4vw;
  padding-top: 3vw;
  height: 31vw;
  width: calc(100% - 8vw);
}
@media (max-width: 1200px) {
  #team-members a {
    width: 30%;
  }
  #team-members .image-wrapper {
    height: 34vw !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 800px) {
  #team-members a {
    width: 47%;
  }
  #team-members .image-wrapper {
    height: 54vw !important;
    padding-top: 0px !important;
  }
}
@media (max-width: 650px) {
  #team-members a {
    width: 95%;
  }
  #team-members .image-wrapper {
    height: 95vw !important;
    padding-top: 0px !important;
  }
}
*/

/*************************************************
 * Individual Team Member pages
 *************************************************/
.single-team-members #section-01 {
  background-image: url(https://purelynx.biz/farbstein-new/wp-content/uploads/pixabay-3284422.jpg);
  font-size: calc(12px + 0.55vw);
}
.single-team-members #section-01 .inner {
  background-image: radial-gradient(rgba(255,255,255,0.8) 0%, rgba(255, 255, 255, 0.95) 80%);
}
.single-team-members #section-01 h1 {
  font-size: calc(28px + 2.5vw);
}
.single-team-members #section-01 .button {
  font-size: calc(8px + 0.8vw);
}
.single-team-members #section-01 .quote {
  font-family: "Cormorant Garamond", serif;
  font-size: calc(11px + 0.75vw);
  padding-top: 4vw;
  padding-bottom: 4vw;
}
.single-team-members #section-01 .flexbox > div:nth-child(1) {
  width: 47%;
  margin-left: 5%;
  padding-left: 3vw;
  padding-right: 4vw;
  padding-top: 6vw;
  padding-bottom: 4vw;
  background-color: white;
  min-height: 35vw;
}
.single-team-members #section-01 .flexbox > div:nth-child(2) {
  width: 43%;
  background-size: 35vw;
  background-position: center top;
  margin-top: 3vw;
}
.single-team-members #section-02 {
  background-color: #f3f3f8;
  padding-left: 5%;
  padding-right: 5%;
  padding-top: 4vw;
  padding-bottom: 6vw;
}
.single-team-members a.linkedin img {
  width: calc(14px + 3vw);
  margin-left: 1vw;
  opacity: 0.9;
}
@media (max-width: 700px) {
  .single-team-members #section-01 .inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .single-team-members #section-01 .flexbox > div:nth-child(1) {
    width: 85%;
  }
  .single-team-members #section-01 .button {
    font-size: calc(8px + 2.5vw);
  }
  .single-team-members a.linkedin img {
    width: calc(14px + 9.5vw);
    margin-left: 4vw;
  }
  .single-team-members #section-01 .flexbox > div:nth-child(2) {
    width: 100%;
    height: 70vw;
    background-size: 80vw;
    background-position: center top;
  }
  .single-team-members #section-01 .quote {
    font-size: calc(12px + 2vw);
    padding-bottom: 8vw;
    padding-top: 8vw;
  }
}

/*************************************************
 * Footer
 *************************************************/
.site-info {
  display: flex;
  padding-top: calc(1vw + 15px);
  padding-left: calc(5vw - 10px);
  padding-right: calc(4.5vw - 8px);
  padding-bottom: calc(1vw + 15px);
  background-color: #111;
  color: #ccc;
}
.site-info > div:nth-child(1) {
  width: 20%;
}
.site-info > div:nth-child(2) {
  width: 50%;
  text-align: right;
}
.site-info .logo {
  font-family: Cinzel;
  font-size: calc(14px + 1vw);
  line-height: 1.1;
}
@media (max-width: 700px) {
  .site-info {
    display: block;
  }
  .site-info > div:nth-child(1) {
    text-align: center;
    width: 100%;
  }
  .site-info .logo {
    font-size: calc(23px + 3vw);
  }
}


