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

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

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}
/* 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 {
	margin-bottom: 0.9vw;
/*  font: normal 15px/21px "Outfit"; */
}
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;
}
.entry-content ul {
  margin: .4em 0 .4em 1.3em;
  list-style-type: disc;
}
.entry-content li {
  margin: .4em 0 .4em 0;
}
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: #444;
	border: 0;
	border-radius: 2px;
	color: #fff;
	font-size: calc(10px + 0.4vw);
	font-weight: 400;
  font-family: "Fjalla One", sans-serif;
  padding: 1.3em 2em; /* padding: 0.7em 1.8em 0.65em; */
	vertical-align: bottom;
  transition: color .3s ease,border .3s ease,background .3s ease;
  background: #e61f5c; 
}
button:hover, button:focus, .button:hover, .button:focus,
input[type="button"]:hover, input[type="reset"]:hover,
input[type="submit"]:hover, input[type="submit"]:focus {
	background-color: #7bcdcb;
	color: #fff;
}
button:active, .button:active, input[type="button"]:active,
input[type="reset"]:active, input[type="submit"]:active {
	background-color: #55d737;
}
/* 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 {
	text-decoration: none;
  color: #016ab6;
}
a:hover, a:active {
	outline: 0;
}
.entry-content a:hover {
	text-decoration: underline;
  filter: brightness(1.1) saturate(1.1);
}
.entry-content a.moretag {
  font-weight: bold;
}
.entry-content a.button {
	text-decoration: none;
	display: inline-block;
}
.site-content .entry-header {
    display: none;
}
.site-content .entry-content {
  background-color: transparent;
  padding-top: 30px;
  padding-left: 4.5vw;
  padding-right: 4.5vw;
  padding-bottom: 45px;
  background-size:cover;
  background-position: center;
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  line-height: 1.2;
}
h1 {
  font-size: calc(15px + 0.8vw);
  color: #333;
  margin-top: 0.4em;
  margin-bottom: 0.6em;
}
h2 {
  font-weight: 400;
  font-size: calc(18px + 1.6vw);
}
a.button-medium {
    background: #e61f5c;
    color: #fff;
    font: 16px "Fjalla One", sans-serif;
    padding: 9px 26px 8px 32px;
}
a.button-medium:hover {
    background: #f79c27;
}
p.quote {
  font-family: "Outfit", sans-serif;
  color: #0e7d96;
  margin: 1em 0px;
  font-style: italic;
  font-weight: 500;
}
a.button-medium {
  font-size: 19px;
}
div.transparency {
  background-color: rgba(250,250,250,0.88);
  padding: 14px;
  padding-top: 14px;
  padding-top: 2px;
  width: calc(130px + 40%);
}
@media (max-width: 900px) {
  div.transparency {
    width: auto !important;
    padding-left: 0px;
    padding-right: 0px;
    background-color: transparent;
  }
}
@media (max-width: 600px) {
  body, button, input, select, textarea {
    font-size: calc(12px + 1.8vw);
  }
  p {
  	margin-bottom: 2.5vw;
  }
  h1 {
    font-size: calc(15px + 3vw);
  }
}


/*************************************************
 * Header 
 *************************************************/
#header-main {
  height: calc(37px + 1vw);
  margin-top: 11px;
  margin-bottom: 11px;
  padding-left: calc(5vw - 10px);
  padding-right: calc(5vw - 10px);
}
#header-main .logo img {
  height: auto;
  position: absolute;
  width: calc(30px + 1.8vw);
  left: 3vw;
}
#header-main .logo span:nth-child(2) {
  display: block;
  position: absolute;
  left: calc(30px + 6vw);
  height: calc(17px + 1vw);
  font-size: calc(17px + 1vw);
  font-family: "Fjalla One", sans-serif;
  color: #222;
}
#header-main .logo span:nth-child(3) {
  display: block;
  position: absolute;
  left: calc(30px + 6vw);
  margin-top: calc(17px + 1vw);
  font-size: calc(10px + 0.6vw);
  color: #e30020;
}
#header-main {
  display: flex;
  margin-bottom: 0px;
  margin-top: 0px;
  height: calc(61px + 0.7vw);
  padding-right: 0px;
  padding-left: 0px;
  background-color: rgba(255,255,255,0.9);
}
#header-main .logo {
  padding-top: calc(12px + 0.2vw);
  width: calc(300px + 8vw);
}
#header-main .menu-space {
  width: 50%;
}
#header-main .logo img {
  left: 2.5vw;
  width: calc(30px + 1.4vw);
}
#header-main .logo span:nth-child(2) {
  letter-spacing: 0.03vw;
  line-height: 1;
  font-size: calc(17px + 0.7vw);
  left: calc(28px + 5vw);
}
#header-main .logo span:nth-child(3) {
  margin-top: calc(17px + 0.7vw);
  font-size: calc(10px + 0.42vw);
  left: calc(28px + 5vw);
}
#header-main .phone {
  position: absolute;
  margin-top: 2vw;
  right: 2vw;
}
#header-main .phone a {
  color: #d2185c;
  font-size: calc(15px + 0.6vw);
  font-family: Fjalla One;
}
#header-main .phone img {
  width: calc(20px + 0.2vw);
  filter: saturate(0.9) brightness(1.1);
}
@media (max-width: 600px) {
  #header-main {
    flex-wrap: wrap;
    height: calc(73px + 10vw);
  }
  #header-main .menu-space {
    display: none;
  }
  #header-main  .logo img {
    width: calc(27px + 6vw);
    left: 4vw;
  }
  #header-main .logo span:nth-child(2) {
    height: 8vw;
    left: calc(34px + 10vw);
    font-size: calc(20px + 3vw);
  }
  #header-main .logo span:nth-child(3) {
    left: calc(34px + 10vw);
    margin-top: calc(13px + 3.1vw);
    font-size: calc(11px + 1.87vw);
  }
  #header-main .phone {
    margin-top: calc(49px + 5vw);
    border-top: 1px solid gray;
    width: 100%;
    line-height: 1.56;
    text-align: center;
    right: unset;
  }
  #header-main .phone a { 
    font-size: calc(17px + 3vw);
    letter-spacing: 0.1vw;
  }
}

/**************************************************************************
 * Menu (Mega Menu plugin)
 **************************************************************************/
#main-menu {
  position: absolute;
  z-index: 99;
  text-align: center;
  background-color: transparent;
}
#main-menu {
  top: calc(21px + .7vw);
  left: calc(304px + 4vw);
}
#main-menu #menu-main-menu  .menu-item a {
    transition: color .1s;
}
#main-menu #menu-main-menu  .sub-menu {
    width: 230px;
}
#main-menu #menu-main-menu  > .menu-item > .sub-menu-wrapper > .sub-menu {
    left: -50px;
}
#main-menu #menu-main-menu  .sub-menu .menu-item:nth-child(1) {
    background: #41a9c6;
}
#main-menu #menu-main-menu  .sub-menu .menu-item:nth-child(2) {
    background: #82cac6;
}
#main-menu #menu-main-menu  .sub-menu .menu-item:nth-child(3) {
    background: #73c166;
}
#main-menu #menu-main-menu  .sub-menu .menu-item:nth-child(4) {
    background: #f8435f;
}
#main-menu #menu-main-menu  .sub-menu .menu-item:nth-child(5) {
    background: #f79c27;
}
#main-menu #menu-main-menu  .sub-menu .menu-item > a {
    padding: 11px;
    font: normal 20px/23px "Fjalla One";
    border-left: none;
    text-align: center;
}
#main-menu #menu-main-menu  .sub-menu .menu-item.current-menu-parent > a,
#main-menu #menu-main-menu  .sub-menu .menu-item.current-menu-item > a,
#main-menu #menu-main-menu  .sub-menu .menu-item.current-menu-ancestor > a,
#main-menu #menu-main-menu  .sub-menu .menu-item.current-page-ancestor > a,
#main-menu #menu-main-menu  .sub-menu .menu-item:hover > a {
  padding: 11px;
}
#main-menu #menu-main-menu  > .menu-item:hover  .sub-menu {
    padding-top: 4px;
    position: absolute;
    top: 100%;
    left: -50px;
    z-index: 10000;
    display: block;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.12);
    border-radius: 0;
}
#main-menu #menu-main-menu  .menu-item {
    position: relative;
    list-style: none;
    cursor: pointer;
}
#main-menu #menu-main-menu  > .menu-item > .sub-menu-wrapper > .sub-menu {
    left: 0;
    margin: 0 auto auto 0;
    transition: all .3s;
}
#main-menu #menu-main-menu  > .menu-item > .sub-menu-wrapper > .sub-menu {
    left: -50px;
}
#main-menu #menu-main-menu  .sub-menu {
    position: absolute;
    top: 0;
    z-index: 200;
    display: none;
    margin: 0 auto auto 0;
    width: 170px;
    text-align: left;
    padding: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#main-menu #menu-main-menu  .sub-menu {
    width: 230px;
}
#main-menu #menu-main-menu  .menu-item a {
    display: block;
    padding: .3em .6em;
    text-decoration: none;
    transition: color .1s;
  color: #000;
}
#main-menu #menu-main-menu  > .menu-item > a, #main-menu #menu-main-menu  > .menu-item > a:visited {
    color: #111;
    font: normal calc(11px + 0.45vw)/calc(15px + 0.1vw) "Fjalla One";
    transition: all .3s;
}
#main-menu #menu-main-menu  > .menu-item > a:hover {
  color: #f8435f;
}
#main-menu #menu-main-menu  .sub-menu .menu-item.current-menu-parent > a, #main-menu #menu-main-menu  .sub-menu .menu-item.current-menu-item > a, #main-menu #menu-main-menu  .sub-menu .menu-item.current-menu-ancestor > a, #main-menu #menu-main-menu  .sub-menu .menu-item.current-page-ancestor > a, #main-menu #menu-main-menu  .sub-menu .menu-item:hover > a {
    color: #fff;
    transition: all .3s;
}
#main-menu #menu-main-menu  > .menu-item {
  display: inline-block;
  padding: calc(4px + .4vw) calc(5vw - 40px);
}
div.callout {
  margin-top: 6px;
  margin-left: calc(10vw - 40px);
  margin-right: calc(2px + 1vw);
}
div.callout .image {
  margin-top: 6px; 
  height: calc(50px + 4vw);
  background-size: cover;
  background-position: center top;
  margin-bottom: 4px;
  width: 96%;
}
#mega-menu-wrap-primary {
  background-color: #fff !important;
}
#mega-menu-wrap-primary #mega-menu-primary {
  text-align: right;
  padding: 0px !important;
  margin-right: 10px;
}
img.wp-image-7183 {
  width: calc(80px + 2vw);
  margin-top: 4px;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-row .mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  padding: 0px !important;
}
#mega-menu-wrap-primary #mega-menu-primary li.mega-menu-item-has-children > a.mega-menu-link > span.mega-indicator {
  display: none;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
  padding: 5px calc(3px + 1.6vw);
  font-family: "Fjalla One", sans-serif;
  font-size: calc(12px + 0.6vw);
  line-height: 1.5 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link:hover {
  background-color: #f1f1f1 !important;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link {
  padding: 10px !important;
  background-color: white;
  margin: 3px 0px;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
  margin: 0 calc(5vw - 45px) 0 0;
}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu  > ul.mega-sub-menu {
  padding: 2px 10px 6px 14px !important;
  width: 100% !important;
} 
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu#mega-menu-692-0-1 > ul.mega-sub-menu {
  padding-top: 8px !important;
}
.mega-menu .button {
  display: inline-block;
  margin-top: 2px;
  padding: 5px 18px;
  margin-left: 4px;
  background: transparent;
  border: 2px solid #4eaac1;
  border-radius: 2px;
  color: #4eaac1;
  font-family: inherit;
  font-weight: 600;
}

@media (max-width: 1000px) {
  #main-menu {
    left: calc(197px + 4vw);
  }
}
@media (max-width: 600px) {
  #main-menu {
    right: 3vw;
    left: unset;
    top: 2.5vw;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item > a.mega-menu-link {
    font-size: calc(12px + 2.8vw);
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open + #mega-menu-primary {
    margin: 0px;
  }
  div.callout {
    margin-top: 6px;
    margin-left: 3vw;
    width: 89vw;
  }
  div.callout .image {
    height: calc(85px + 8vw);
    width: 100%;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    background-color: #468db9;
  }
  #mega-menu-wrap-primary .mega-menu-toggle + #mega-menu-primary {
    width: 95vw;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu {
    padding: 2px 0px 2px 0px !important;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item.mega-toggle-on > a.mega-menu-link {
    color: #109cde;
    background: #f1f1f1;
  }
  #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-item {
    margin: 0px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle.mega-menu-open ~ button.mega-close {
    left: calc(min(100vw - 40px, 83vw));
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::before {
    top: 11px;
    height: 5px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-slider .mega-toggle-animated-inner::after {
    top: 23px;
    height: 5px;
  }
  #mega-menu-wrap-primary .mega-menu-toggle .mega-toggle-block-0 .mega-toggle-animated-inner {
    height: 5px;
    border-radius: 3px;
  }
}





