html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
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,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.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: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
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 #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: sans-serif;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1, h2, h3, h4, h5, h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn, cite, em, i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code, kbd, tt, var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr, acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark, ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul, ol {
margin: 0;
padding-left: 20px;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
figure {
margin: 1em 0; }
table {
margin: 0 0 1.5em;
width: 100%;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: .6em 1em .4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: #aaa #bbb #bbb;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}  a {
color: royalblue;
}
a:visited {
color: purple;
}
a:hover, a:focus, a:active {
color: midnightblue;
}
a:focus {
outline: thin dotted;
}
a:hover, a:active {
outline: 0;
} .main-navigation {
clear: both;
display: block;
float: left;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
left: 100%;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
float: left;
position: relative;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
word-wrap: normal !important; }
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em; }
.widget select {
max-width: 100%;
}  .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
}
#wpadminbar {
opacity: .3;
}
#wpadminbar:hover {
opacity: 1;
}
body {
padding: 0;
} #header_wrapper {
}
#header {
}
#branding {
}
.site-branding .site-title img {
width: 300px;
height: 100px;
display: block;
} header.entry-header {
background-repeat: no-repeat;
background-size: cover;
}
header.title_padding {
padding: 30px 0;
}
h1.page_title {
margin: 0;
} h1 {
line-height: 1.2em;
}
h2 {
line-height: 1.2em;	
}
h3 {
line-height: 1.2em;
}
h4 {
line-height: 1.2em;
}
.mt-0 {
margin-top: 0;
}
#main_wrapper {
}
#main {
}
#main #container {
}
#main .main-aside {
}
.hentry {
margin: 0;
}
#hero_wrapper {
position: relative;
z-index: 20;
}
.home_hero_text_wrapper {
display: table;
height: 100%;
vertical-align: middle;
position: relative;
}
.home_hero_text_wrapper .home_hero_text {
display: table-cell;
height: 100%;
vertical-align: middle;
}
.home_hero_text .hero_title {
font-size: 26pt;
margin-bottom: 10px;
}
.home_hero_text .hero_text {
font-size: 16pt;
font-weight: 100;
}
p, ul, ol, li, pre, form, select, address, embed {
margin: 0 0 20px 0;
font-size: 16px;
font-weight: 300;
}
.large {
font-size: 130%;
}
.small, .caption {
font-size: 80%;
}
li {
margin-bottom: 10px;
}
ul li ul {
margin-top: 10px;
}
img {
max-width: 100%;
height: auto;
}
#main_wrapper p:last-of-type {
margin-bottom: 0;
}
.home_page .entry-content {
padding-top: 30px;
}
.home_page .entry-content p:last-of-type {
margin-bottom: 0;
}
.entry-content > h1:first-of-type, .entry-content > h2:first-of-type,
.sidebar_content > h1:first-of-type, .sidebar_content > h2:first-of-type,
.content_col-l > h1:first-of-type, .content_col-l > h2:first-of-type,
.content_col-r > h1:first-of-type, .content_col-r > h2:first-of-type {
margin-top: 0;
}
.cleardiv {
clear: both;
} ul.menu {
padding: 0;
}
.widget_pages ul li,
ul.menu li {
list-style-type: none;
padding: 0;
margin: 0;
}
ul.menu li a {
padding: 0 5px;
} .sidebar_box_padding {
padding: 20px;
}
.sidebar_box_padding p:last-of-type {
margin-bottom: 0;
} .bottom_content_area {
padding: 0;
background-repeat: no-repeat;
background-size: cover;
}
.bottom_content_padding {
clear: both;
height: auto;
padding-top: 30px;
padding-bottom: 30px;
background-size: cover;
background-position: center center;
}
.bottom_content_padding .content_wrapper p:last-of-type {
margin-bottom: 0;
}
.bottom_content_area.single_image img {
display: block;
max-width: none;
width: 100%;
height: auto;
} .comments-link {
padding-left: 30px;
} input:not([type=submit]):not([type=file]), textarea {
display: block;
border: 1px solid #ccc;
padding: 3px;
width: 100%;
}
.wpcf7-form.sent .contact_form {
display: none;
} .faq_wrapper {
border-bottom: 1px solid #ccc;
margin-bottom: 20px;
padding-bottom: 20px;
}
.faq_wrapper:last-of-type {
margin-bottom: 60px;
}
.faq_wrapper .faq-q {
font-weight: bold;
margin: 0;
font-weight: bold;
cursor: pointer;
}
.faq_wrapper .faq-a {
margin-top: 10px;
padding-left: 20px;
display: none;
}
.faq_wrapper.open .faq-a {
display: block;
} footer#footer .widget {
margin: 0;
}
footer#footer p:last-of-type {
margin-bottom: 0;
}  @media screen and (min-width: 1200px) {
.desktop {
display: block !important;
}
.mobile {
display: none !important;
}
body {
min-width:1200px;
}
header .site-branding, 
#site-navigation .menu,
.full-width #main, 
.full-width #main #container, 
#main_wrapper,
.home_hero_text_wrapper,
body.home #main #container,
.content_wrapper {
width: 965px;
margin: 0 auto !important;
float: none;
}
body.home #main,
body.page-template-template-page-fullwidth #main,
body.page-template-template-page-fullwidth #main_wrapper {
width: 100%;
}
header .site-branding {
float: left;
width: 50%;
}
header .header_links {
float: right;
width: 50%;
text-align: right;
}
#site-navigation {
background: #999;
}
#site-navigation.main-navigation ul {
display: block !important;
}
ul.menu li {
display: inline-block;
}
#mobile_menu_icon {
display: none !important;
}
#site-navigation .menu li {
float: left;
position: relative;
}
#branding {
width: 50%;
float: left;
}
#branding .top_nav {
width: 50%;
float: right;
}
#site-navigation {
clear: both;
}
#primary-menu li a {
padding: 0 5px;
height: 40px;
line-height: 40px;
}
.main-navigation ul ul a {
width: 200px;
}
#site-navigation .menu li .sub-menu,
#site-navigation .menu li .sub-menu li .sub-menu {
display: none;
}
#site-navigation .menu li .sub-menu {
position: absolute;
width: 200px;
background: #333;
z-index: 100;
padding: 0;
}
#site-navigation .menu li.hover .sub-menu {
display: block;
}
#site-navigation .menu li:last-of-type.hover .sub-menu {
right: 0;
}
.menu li .sub-menu li {
display: block;
float: none;
width: 100%;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.hero_item {
position: relative;
display: table;
height: 100%;
width: 100%;
overflow: hidden;
background-size: cover;
background-position: center center;
}
.hero_item img.hero_image {
visibility: hidden;
display: none;
}
.home_hero_text_wrapper {
position: relative;
}
#primary {
float: left;
width: 65%;
}
#primary.full_width {
float: none;
width: 100%;
}
#secondary {
float: left;
width: 30%;
margin-left: 5%;
}
#secondary {
float: left;
width: 30%;
margin-left: 5%;
}
#content.sidebar_pos-left #primary {
float: right;
width: 65%;
}
#content.sidebar_pos-left #secondary {
float: left;
width: 30%;
margin-left: 0;
margin-right: 5%;
} .content_col {
float: left;
}
.content_2cols .content_col {
width: 47.5%;
margin-left: 5%;
}
.content_quote.content_2cols .content_col {
width: 70%;
margin-left: 5%;
}
.content_quote.content_2cols .content_col-first {
width: 25%;
}
.content_3cols .content_col {
width: 30%;
margin-left: 5%;
}
.content_4cols .content_col {
width: 22%;
margin-left: 4%;
}
.content_2cols .content_col:nth-child(2n+1),
.content_3cols .content_col:nth-child(3n+1),
.content_4cols .content_col:nth-child(4n+1),
.content_col.content_col-first {
margin-left: 0 !important;
clear: both;
}
.bottom_content_wrapper {
clear: both;
margin-bottom: 0;
}
footer .footer_section {
float: left;
width: 30%;
margin-left: 5%;
}
footer .footer_section.footer_section1 {
margin-left: 0;
}
} @media screen and (max-width: 800px) {
} @media only screen and (max-width: 1199px) {
.mobile {
display: block !important;
}
.desktop {
display: none !important;
}
.alignright, img.alignright,
.alignleft, img.alignleft {
display: block;
float: none;
margin: 0 auto 20px auto;
}
.header_links,
#main,
#secondary,
h1.page_title,
.bottom_content_wrapper .bottom_content_area,
.faq_wrapper,
.bottom_content_wrapper .entry-content,
#footer {
padding-right: 20px;
padding-left: 20px;
width: auto !important;
}
.bottom_content_area.single_image {
padding-right: 0;
padding-left: 0;
}	
.site-branding {
width: 80%;
margin: 10px 0 0 20px;
}
#site-navigation #mobile_menu_icon {
height: 40px;
width: 40px;
line-height: 40px;
padding-left: 50px;
background: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/mobile_menu_icon.png) 5px center no-repeat;
background-size: 40px 40px;
display: block;
cursor: pointer;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
position: absolute;
top: 10px;
right: 10px;
}
#site-navigation .menu-main-nav-container {
position: relative;
margin-top: 9px;
margin: 0;
}
#site-navigation .menu {
display: none;
}
#site-navigation ul.menu li a {
padding: 5px 0 5px 20px;
}
.menu li {
float: none;
}
body.mobile_menu #primary-menu .sub-menu {
display: none;
padding-left: 20px;
}
#site-navigation .menu li a {
display: block;
}
#menu-header-nav {
display: table;
margin: 0 auto;
}
#menu-header-nav li {
display: inline-block;
}
#branding .top_nav {
display: none;
}
.hero_item img.hero_image {
height: auto;
width: 100%;
}
.home_hero_text {
padding: 10px;
}
.home_hero_text .hero_title {
font-size: 22pt;
margin-bottom: 0;
}
.home_hero_text .hero_text {
font-size: 14pt;
}
.cycle-pager {
display: none;
}
.bottom_content_area.single_image img.mobile {
display: none !important;
}
.bottom_content_area.single_image img.desktop {
display: block !important;
}
#footer {
text-align: center;
}
} @media only screen and (max-width: 640px) {
.bottom_content_area.single_image img.mobile {
display: block !important;
}
.bottom_content_area.single_image img.desktop {
display: none !important;
}
}body {
font-family: 'Open Sans',Helvetica,Arial,sans-serif;
font-weight: 400;
}
body {
background: #fff;
padding: 0;
}
body, input, textarea {
color: #333;
} header#masthead {
z-index: 100;
position: relative;
}
header#masthead {
height: 145px;
width: 100%;
}
body.scrolled #content {
padding-top: 145px;
}
body.scrolled header#masthead {
position: fixed;
background: rgba(255,255,255,.9);
height: 115px;
}
body.scrolled header#masthead .site-branding .site-title a {
width: 165px;
height: 70px;
background-size: 165px 70px;
}
body.scrolled .header_links {
margin: 10px 0;
}
header#masthead .site-branding .site-title a {
width: 250px;
height: 106px;
background: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/lava_logo.png) left top no-repeat;
background-size: 250px 106px;
text-indent: -300em;
overflow: hidden;
display: block;
margin-top: 20px;
-webkit-transition: all .25s ease;
-moz-transition: all .25s ease;
-ms-transition: all .25s ease;
-o-transition: all .25s ease;
transition: all .25s ease;
}
#site-branding .site-description {
display: block;
}
#site-navigation {
background: transparent;
}
#primary-menu li {
}
#primary-menu.menu li a {
}
#primary-menu.menu li .sub-menu li a {
font-size: 14px;
}
.header_links p,
.header_links .widget {
margin: 0;
} #hero_wrapper {
height: auto;
background: #c12e62;
}
#hero_wrapper .cycle-slideshow {
position: relative;
z-index: 1;
}
.home_hero_text_wrapper .home_hero_text .hero_text {
padding-top: 40px;
}
.home_hero_text_wrapper .home_hero_text .hero_text,
.home_hero_text_wrapper .home_hero_text .hero_text p {
color: #fff;
font-size: 40px;
line-height: 1.2em;
text-shadow: 5px 5px 5px rgba(0,0,0,.5);
}
.home_hero_text_wrapper .home_hero_text .hero_text .large {
font-size: 60px;
}
.cycle-pager {
color: #fff;
position: absolute;
z-index: 999;
left: 50%;
bottom: 10px;
}
.cycle-pager span {
opacity: .5;
margin: 0 3px;
}
.cycle-pager span.cycle-pager-active {
opacity: 1;
}
#title_wrapper {
background: #cb2b59 url(//www.lavatherapeutics.com/wp-content/themes/lava/img/title_bg.jpg) center top no-repeat;
background-size: cover;
height: 460px;
margin-top: -40px;
}
.title_curve {
width: 100%;
height: 120px;
background: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/header_white_curve.png) center top no-repeat;
background-size: 100% 100%;
}
#hero_wrapper .title_curve {
position: absolute;
z-index: 7;
}
#title_wrapper h1.page_title {
font-size: 60px;
font-weight: normal;
text-transform: uppercase;
color: #f9eabe;
text-shadow: 5px 5px 5px rgba(0,0,0,.5);
height: 340px;
vertical-align: middle;
display: table-cell;
}
#primary {
padding-top: 75px;
}
h1 {
}
h2 {
color: #fda311;
font-size: 36px;
text-transform: uppercase;
margin: 0 0 10px 0;
padding: 0;
}
h3 {
color: #d34124;
font-size: 24px;
margin: 0 0 10px 0;
padding: 0;
}
h4 {
color: #621444;
font-size: 20px;
font-weight: bold;
text-transform: uppercase;
margin: 0 0 10px 0;
padding: 0;
}
p, ul, ol, li, pre, form, select, address, embed {
font-size: 20px;
}
p, ul, ol, li, pre {
line-height: 1.8em;
color: #621444;
}
ol li {
margin-bottom: 0;
}
blockquote {
margin-left: 50px;
margin-right: 50px;
}
.small {
font-size: 80%;
}
.large {
font-size: 130%;
} #bottom_content.home_content {
margin-top: -120px;
position: relative;
z-index: 20;
}
.purple_curve {
position: relative;
z-index: 2;
display: block;
background-color: #fff;
}
#bottom_content.home_content .purple_curve {
background-color: transparent;
}
.purple_curve img {
display: block;
width: 100%;
height: auto;
margin: 0;
padding: 0;
}
.purple_content_area {
background: #621444;
padding: 0 0 75px;
}
.purple_content_area,
.purple_content_area p {
color: #fff;
}
.purple_content_area .content_wrapper {	
Xmargin-top: -30px !important;
position: relative;
z-index: 3;
}
.careers {
margin: 20px 0 80px 0;
}
.job_item {
font-size: 20px;
margin: 0 0 20px 0;
} .three_circles {
background: #621444 url(//www.lavatherapeutics.com/wp-content/themes/lava/img/lava_orange_bg.jpg) center 175px no-repeat;
background-size: cover;
padding: 60px 0 150px 0;
}
.three_circles .content_col {
height: 283px;
width: 283px;
padding: 13px;
background: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/circle-dots.png) center center no-repeat;
background-size: 100% 100%;
}
.three_circles .circle {
background: #666;
color: #fff;
line-height: 1.8em;
text-align: center;
border-radius: 50%;
overflow: hidden;
height: 258px;
width: 258px;
padding: 100px 20px 0 20px;
cursor: pointer;
}
.three_circles .circle:hover {
filter: brightness(80%);
}
.three_circles .circle-red {
background-color: #d34124;
}
.three_circles .circle-yellow {
background-color: #fdc62a;
}
.three_circles .circle-pink {
background-color: #ca3664;
}
.three_circles .circle .circle-title {
text-transform: uppercase;
font-weight: bold;
font-size: 24px;
margin-bottom: 5px;
}
.three_circles .circle .circle-text {
font-size: 24px;
} .content_news {
font-size: 20px;
color: #621444;
padding: 45px 0 100px 0;
}
.content_news.news_list {
background: #eff0f0 url(//www.lavatherapeutics.com/wp-content/themes/lava/img/logo_watermark-white.png) 80% 25% no-repeat;
background-size: auto 150%;
}
.news_wrapper .post_item {
border-top: 2px dotted #c3c7c8;
padding: 30px 0;
}
.content_events .news_wrapper .post_item,
.news_wrapper .post_item:first-of-type {
border: none;
}
.news_wrapper .post_item .post_date {
color: #d34124;
font-weight: bold;
text-transform: uppercase;
}
.news_wrapper .post_item .divider {
color: #fda311;
font-weight: bold;
padding: 0 5px;
}
.news_wrapper .post_item .post_title {
font-weight: bold;
}
.news_wrapper .post_item .news_excerpt {
font-weight: 300;
padding-left: 20px;
}
.news_wrapper .post_item .fullstory {
font-weight: 400;
text-transform: uppercase;
margin-left: 10px;
white-space: nowrap;
}
.event_item {
display: table;
}
.event_item .post_image,
.event_item .post_item_content {
display: table-cell;
vertical-align: top;
}
.event_item .post_image {
width: 290px;
padding-right: 30px;
}
.event_item .post_image img {
width: 100%;
height: auto;
} .team_item .team_text.mobile-sm {
display: none;
}
.team_wrapper {
position: relative;
margin-top: 50px !important;
margin-bottom: 50px !important;
}
.content_3cols .content_col.team_item,
.content_3cols .content_col.team_item:nth-child(3n+1) {
position: relative;
float: left;
display: block;
width: 33.3%;
margin: 0;
padding: 0;
clear: none;
}
.content_3cols .content_col.team_item:nth-child(3n+2) {
clear: both;
}
.team_item {
cursor: pointer;
}
.team_item .team-hover {
display: none;
position: absolute;
height: 100%;
width: 100%;
text-align: center;
background-color: rgba(0,0,0,.5);
}
.team_item.team_color-purple .team-hover {
background-color: rgba(138,27,97,.75);
}
.team_item.team_color-red .team-hover {
background-color: rgba(211,65,36,.75);
}
.team_item.team_color-yellow .team-hover {
background-color: rgba(256,163,17,.75);
}
.team_item.team_color-pink .team-hover {
background-color: rgba(202,54,100,.75);
}
.team_item.hover .team-hover {
display: block;	
}
.team_item .team-hover .team_text {	
position: absolute;
width: 100%;
padding: 0 10px;
bottom: 20px;
color: #fff;
}
.team_photo img {
display: block;
}
.team_item .team_text .team_title {
font-size: 16px;
text-transform: uppercase;
margin-bottom: 5px;
}
.team_item .team_text .team_name {
font-size: 26px;
margin-bottom: 20px;
}
#contact_maps .map-photo .map-button .button,
.team_item .button {
border-color: #fff;
background: transparent;
color: #fff;
min-width: 0;
text-transform: uppercase;
}
.team_item .bio_content {
display: none;
}
#team_popup {
background: #f5f5e5;
box-shadow: 0 5px 10px rgba(0,0,0,.3);
z-index: 10;
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
padding: 50px;
overflow: hidden;
justify-content: center;
align-items: center; 
display: none;
}
#team_popup.active {
display: flex;
}
.close_popup {
height: 20px;
width: 20px;
text-indent: -300em;
text-align: left;
overflow: hidden;
background: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/close_popup.png) center center no-repeat;
background-size: 20px 20px;
position: absolute;
top: 50px;
right: 50px;
cursor: pointer;
}
#team_popup_content {
display: table;
overflow: scroll;
}
#team_popup .team_photo {
display: table-cell;
width: 35%;
padding: 10px 2% 0 0;
}
#team_popup .team_photo img {
width: 100%;
height: auto;
}
#team_popup .team_text {
display: table-cell;
vertical-align: top;
width: 63%;
color: #621444;
font-size: 18px;
}
#team_popup .team_text .team_name {
font-size: 30px;
color: #d34124;
margin-bottom: 10px;
} #contact_maps {
margin: 60px 0;
}
#contact_maps .content_map {
cursor: pointer;
}
#contact_maps .content_wrapper .content_2cols .content_col:first-of-type {
margin-left: 0;
}
#contact_maps .map-photo {
position: relative;
max-height: 340px;
overflow: hidden;
position: relative;
}
#contact_maps .map-photo .map-button {
width: 100%;
text-align: center;
position: absolute;
left: 0;
bottom: 0;
padding: 20px;
}
#contact_maps .map-photo .map-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #d34124;
opacity: .8;
display: none;
}
#contact_maps .map-text {
text-align: center;
padding: 20px;
color: #621444;
font-size: 20px;
}
#contact_maps .content_wrapper {
position: relative;
}
#contact_maps .map_popup_content {
display: none;
}
#map_popup {
background: #f5f5e5;
box-shadow: 0 5px 10px rgba(0,0,0,.3);
z-index: 10;
width: 100%;
height: 100%;
max-height: 100vh;
position: absolute;
top: 0;
left: 0;
padding: 0;
overflow: hidden;
justify-content: center;
align-items: center; 
display: none;
}
#map_popup_content {
display: table;
width: 100%;
height: 100%;
}
#map_popup_content iframe {
width: 100%;
height: 100%;
}
#map_popup.active {
display: block;
} .wpcf7-form.sent p,
.wpcf7-form.sent div {
display: none;
}
.wpcf7-form.sent div.wpcf7-response-output {
display: block;
} a,
a:visited {
outline: none !important;
color: #d34124;
text-decoration: none;
}
a:hover, a:active {
text-decoration: underline;
}
.button, a.button {
background: #fda311;
color: #ffe6a6;
font-size: 20px;
text-decoration: none;
text-transform: uppercase;
height: 40px;
line-height: 36px;
display: inline-block;
min-width: 150px;
padding: 0 30px 2px 30px;
border: 2px solid #fff;
border-radius: 20px;
cursor: pointer;
text-align: center;
}
.button:hover, a.button:hover {
color: #fff;
}
.purple_content_area .button {
background: transparent;
}
#contact_maps .map-photo .map-button .button:hover,
.team_item .button:hover,
.purple_content_area .button:hover {
background: #fda311;
}
.edit-link {
display: none !important;
} footer#footer {
background: #621444;
padding: 30px 0 60px 0;
}
#footer,
#footer p,
#footer div,
#footer li,
#footer a {
color: #fff;
font-size: 16px;
}
#footer a {
text-decoration: none;
}
#footer a:hover {
text-decoration: underline;
}
footer#footer h3 {
margin: 0 0 20px 0;
}
footer#footer, footer#footer a, footer#footer a:visited, footer#footer a:hover {
}  @media screen and (min-width: 1600px) {
.purple_curve img {
height: 100px;
}
} @media screen and (min-width: 1200px) {
#contact_maps .content_wrapper,
header .content_wrapper,
#footer .content_wrapper {
width: 1140px;
}
header#masthead .site-branding {
float: left;
width: 25%;
}
header#masthead #site-navigation {
clear: none;
float: right;
width: 75%;
}
#site-navigation .menu {
width: auto;
display: table;
float: left;
}
.header_links a,
#primary-menu.menu li a {
color: #8a1b61;
text-decoration: none;
}
#primary-menu.menu > li > a:before {
content: "|";
color: #8a1b61;
padding: 0 10px 0 5px;
}
#primary-menu.menu > li:first-of-type a:before {
content: "";
padding: 0;
}
#primary-menu.menu li a:hover, #primary-menu.menu li.hover a {
background: transparent;
}
#primary-menu.menu li.current_page_item > a,
#primary-menu.menu li.current_page_parent > a,
#primary-menu.menu li.current-menu-parent > a,
#primary-menu.menu li.current-page-ancestor > a,
#primary-menu.menu li .sub-menu li.current_page_item > a {
color: #d34124;
}
#site-navigation .menu li .sub-menu {
background: #f5f5e5;
border-top: 5px solid #d34124;
margin-left: 27px;
}
#site-navigation .menu li:first-of-type .sub-menu {
margin-left: 0;
}
#site-navigation .menu li .sub-menu a {
padding: 5px;
text-transform: uppercase;
line-height: 1.2em;
height: auto;
}
.menu li.current-page-parent a,
.menu li.current_page_item a,
.menu li.current-page-ancestor a{
color: #000;
}
.header_links {
margin: 30px 0 20px 0;
-webkit-transition: margin .25s ease;
-moz-transition: margin .25s ease;
-ms-transition: margin .25s ease;
-o-transition: margin .25s ease;
transition: margin .25s ease;
}
.header_links a:hover,
#site-navigation .menu li a:hover {
color: #d34124;
}
#hero_wrapper,
#hero_wrapper .cycle-slideshow {
min-height: 300px;
}
#hero_wrapper.tall,
#hero_wrapper.tall .cycle-slideshow {
min-height: 785px;
}
#hero_wrapper .home_hero_text_wrapper {
display: table;
width: 100%;
max-width: 945px;
}
.home_hero_text_wrapper .home_hero_text {
position: relative;
vertical-align: middle;
display: table-cell;
bottom: 0;
z-index: 50;
padding: 20px;
}
.home_hero_text_wrapper .home_hero_text .hero_text {
width: 50%;
}
.purple_diagram {
margin-top: -50px;
}
.purple_diagram .diagram {
width: 70%;
float: left;
margin: 0 5% 0 0;
}
.purple_diagram .diagram_cap,
.purple_diagram .diagram_cap p {
font-size: 20px;
}
.purple_diagram .diagram_cap {
width: 25%;
float: left;
margin: 100px 0 0 0;
}
#contact_maps .content_map.hover .map-photo .map-overlay {
display: block;
}
#footer .footer_section1 {
width: 25%;
}
#footer .footer_section1 img {
max-width: 220px;
height: auto;
}
#footer .footer_section2 {
width: 75%;
padding-bottom: 15px;
}
#footer .content_wrapper {
display: table;
}
#footer .footer_section {
display: table-cell;
vertical-align: bottom;
float: none;
}
} @media screen and (max-width: 800px) {
blockquote {
margin-right: 0;
}
} @media only screen and (max-width: 1199px) {
#site-navigation .menu,
#site-navigation #mobile_menu_icon,
#site-navigation .menu-main-nav-container {
background-color: #d64725;
color: #fff;
}
#site-navigation .menu li a {
color: #fff;
}
#site-navigation #mobile_menu_icon {
background-color: transparent;
background-image: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/mobile_menu_icon-orange.png);
-webkit-transition: background-color .5s ease;
-moz-transition: background-color .5s ease;
-ms-transition: background-color .5s ease;
-o-transition: background-color .5s ease;
transition: background-color .5s ease;
}
#site-navigation #mobile_menu_icon.active {
background-color: #d64725;
background-image: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/mobile_menu_icon.png);
}
.hero_item {
background-color: #c12e62;
background-size: cover;
padding-bottom: 20px;
height: 90vh;
width: 100%;
padding: 10px;
}
.hero_item img.hero_image {
display: none;
}
.header_links {
display: none;
}
body.scrolled header#masthead {
height: 80px;
}
body.scrolled header#masthead .site-branding .site-title a {
margin-top: 0;
width: 142px;
height: 60px;
background-size: 142px 60px;
}
#site-navigation #mobile_menu_icon {
top: 20px;
}
#site-navigation .menu-main-nav-container {
margin-top: -10px;
}
#site-navigation ul.menu li a:hover {
text-decoration: none;
color: #f9eabe;
}
#site-navigation #primary-menu.menu > li.menu-item {
border-bottom: 1px solid rgba(255,255,255,.5);
}
#site-navigation ul.menu li.menu-item-has-children > a {
background: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/plus-wht.png) right 20px center no-repeat;
background-size: 20px 20px;
}
#site-navigation ul.menu li.menu-item-has-children > a.active {
background-image: url(//www.lavatherapeutics.com/wp-content/themes/lava/img/minus-wht.png);
}
#title_wrapper,
#hero_wrapper {
margin-top: -80px;
}
.home_hero_text_wrapper .home_hero_text .hero_text .large {
font-size: 46px;
}
.three_circles {
padding: 10px;
background-position: center 60vh;
}
.three_circles .content_col {
margin: 30px auto;
}
.footer_section1 img {
height: 60px;
width: auto;
margin-bottom: 20px;
}
} @media screen and (max-width: 799px) {
.content_3cols .content_col.team_item {
display: block !important;
float: none !important;
width: 100% !important;
margin: 0 auto 40px auto !important;
max-width: 600px;
}
.team_item .team-hover {
display: none !important;
background: transparent !important;
position: relative;
}
.team_item .team_text.mobile-sm {
display: block;
position: relative;
text-align: center;
color: #8a1c60;
bottom: auto;
padding: 20px;
}
.team_item .team_photo img {
width: 100%;
height: auto;
}
.team_item .team_link {
display: none;
}
#team_popup {
height: 100vh;
position: fixed;
z-index: 110;
}
#team_popup_content {
display: block;
overflow: scroll;
height: 80vh;
padding-bottom: 100px;
}
#team_popup .team_photo {
display: none;
}
#team_popup .team_text {
display: block;
width: 100%;
}
#map_popup {
position: fixed;
top: 0;
left: 0;
z-index: 200;
}
}
iframe {
width: 96vw; 
height: 54vw; 
max-width: 100%;
margin: 30px 0;
} @media screen and (min-width: 1200px) {
iframe {
width: 100%; 
height: 545px; 
}
.content_2col iframe {
height: 275px;
}
}