html {
font-size: 87.5%;
overflow-y: scroll;
font-size: 100%;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
html, body {
height: 100%;
}
body {
font-size: 14px;
font-family: 'Open Sans', Helvetica, Arial, sans-serif;
text-rendering: optimizeLegibility;
line-height: 1;
}
a, .entry-content a:visited,
.comment-content a:visited {
outline: none;
text-decoration: none;
}
body .site {
padding: 20px 0 70px;
}
strong, b {
font-size: 25px;
} .default-gradient {
background: linear-gradient(135deg, #136ba0, #136ba0, 85%, #9acaf3);
}
.pink-gradient {
background: linear-gradient(135deg, #f9689a, #f9689a, 85%, #ffdde9);
}
.orange-gradient {
background: linear-gradient(135deg, #eb7f20, #eb7f20, 85%, #ffcda1);
}
.blue-gradient {
background: linear-gradient(135deg, #82e2ff, #82e2ff, 85%, #ddf7ff);
}
.green-gradient {
background: linear-gradient(135deg, #9bcd3a, #9bcd3a, 85%, #ddf5ae)
}
.dark-blue-gradient {
background: linear-gradient(135deg, #004da9, #004da9, 85%, #7aa8de);
}
#site-container {
min-height: 100%;
position: relative;
}
.site-content {
margin: 24px 0 0;
}
.widget-area {
margin: 24px 0 0;
}
#header-spacer {
position: relative;
width: 100%;
height: 117px;
}
#header-spacer.nav-under {
height: 145px;
}
#header-container {
position: absolute;
width: 100%;
height: 117px;
z-index: 1000;
top: 0;
left: 0;
}
#header-container.nav-under {
height: 145px;
}
#header-container.hide {
top: -145px;
-webkit-transition: 0.2s all;
-moz-transition: 0.2s all;
-ms-transition: 0.2s all;
transition: 0.2s all;
}
#header-container.scrolled {
position: fixed;
top: -145px;
height: 117px;
box-shadow: 0 0 50px rgba(0,0,0,0.2);
background: #FFF;
}
body.header-persist #header-container {
position: fixed;
box-shadow: 0 0 50px rgba(0,0,0,0.2);
background: #FFF;
-webkit-transition: 0s all;
-moz-transition: 0s all;
-ms-transition: 0s all;
transition: 0s all;
}
body.header-persist #header-container.scrolled {
top: 0;
}
#header-container.nav-under.scrolled {
height: 145px;
}
#header-container.show {
top: 0px;
-webkit-transition: 0.2s all;
-moz-transition: 0.2s all;
-ms-transition: 0.2s all;
transition: 0.2s all;
}
.site-header {
padding: 40px 0 0;
position: relative;
max-width: 1200px;
margin: 0 auto;
font-size: 0;
}
a.site-title {
display: inline-block;
vertical-align: middle;
text-decoration: none;
font-size: 34px;
letter-spacing: -0.04em;
}
.site-header .site-title img {
display: block;
max-width: 320px;
width: 100%;
}
.main-navigation li {
margin-top: 24px;
font-size: 12px;
line-height: 1.42857143;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
display: none;
}
.main-navigation ul.nav-menu.toggled-on,
.menu-toggle {
display: inline-block;
}
#mobile-nav-toggle {
display: none;
position: relative;
top: 0;
right: 0;
width: 60px;
height: 50px;
cursor: pointer;
z-index: 200;
font-size: 22px;
line-height: 56px;
text-align: center;
text-transform: uppercase;
}
#mobile-nav-toggle div {
width: 34px;
height: 4px;
position: absolute;
top: 14px;
left: 13px;
border-radius: 3px;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
#site-container-wrap {
overflow: hidden;
min-height: 100%;
position: relative;
}
#site-container {
min-height: 100%;
position: relative;
margin: 0 auto;
-webkit-transition: 0.5s -webkit-transform;
-moz-transition: 0.5s -webkit-transform;
-ms-transition: 0.5s -webkit-transform;
transition: 0.5s -webkit-transform;
}
body.nav-active #site-container {
-webkit-transform: translateX(30%);
-moz-transform: translateX(30%);
-ms-transform: translateX(30%);
transform: translateX(30%);
}
#mobile-nav {
position: absolute;
top: 0;
left: 0;
width: 80%;
z-index: 80;
min-height: 100%;
background: rgba(0, 68, 90, 0.8);
-webkit-transform: translateX(-102%);
-moz-transform: translateX(-102%);
-ms-transform: translateX(-102%);
transform: translateX(-102%);
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
display: none;
}
#mobile-nav .nav-menu {
padding: 30px 0;
}
body.nav-active #mobile-nav {
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
#mobile-nav-shad {
width: 100%;
min-width: 320px;
height: 100%;
position: absolute;
top: 0;
left: 0;
background: rgba(0, 0, 0, 0);
opacity: 0;
display: none;
z-index: 50;
-webkit-transition: 0.5s all;
-moz-transition: 0.5s all;
-ms-transition: 0.5s all;
transition: 0.5s all;
}
body.nav-active #mobile-nav-shad {
opacity: 1;
-webkit-transform: translateX(0%);
-moz-transform: translateX(0%);
-ms-transform: translateX(0%);
transform: translateX(0%);
}
body.nav-active #site-container-wrap {
opacity: 0.5;
}
#mobile-nav-close {
font-size: 16px;
padding: 20px 20px;
position: relative;
margin: -40px 0 5px 0;
text-align: center;
cursor: pointer;
opacity: 0.7;
}
#mobile-nav-close:after {
content: ' ';
width: 70%;
height: 1px;
background: rgba(255, 255, 255, 0.15);
position: absolute;
margin: 35px 15% 0 15%;
left: 0;
}
#mobile-nav .menu-top-navigation-container {
display: block;
width: 70%;
padding: 40px 0 0 0;
z-index: 20;
position: relative;
background: #0D293E;
}
#mobile-nav ul#menu-main-navigation,
#mobile-nav ul#menu-main-navigation-1 {
padding: 30px 0 0 0;
}
#mobile-nav > div > ul > li > a {
text-decoration: none;
text-transform: uppercase;
font-size: 16px;
letter-spacing: 0.05em;
display: block;
width: 100%;
text-align: center;
padding: 10px 0;
position: relative;
}
#mobile-nav > div > ul > li > ul > li > a {
text-decoration: none;
opacity: 0.8;
font-size: 13px;
display: block;
width: 100%;
text-align: center;
padding: 6px 0;
text-transform: uppercase;
letter-spacing: 1px;
}
#mobile-nav > div > ul > li {
padding: 0 0 5px 0;
}
#mobile-nav ul.sub-menu {
position: relative;
z-index: 200;
}
.menu-toggle {
display: none;
}
.nav-beside #site-search {
position: relative;
display: inline-block;
vertical-align: middle;
margin: 0 0 0 20px;
}
.nav-beside .menu-main-menu-container {
display: inline-block;
vertical-align: middle;
}
.nav-under #site-search {
position: absolute;
right: 0;
top: 0;
height: 45px;
}
#site-search input[type="text"] {
border: 0;
border-radius: 0;
background: transparent;
height: 29px;
width: 29px;
padding: 3px 4px;
outline: none;
font-weight: 500;
font-size: 16px;
position: relative;
z-index: 10;
text-indent: -99px;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.nav-under #site-search input[type="text"] {
height: 39px;
}
#site-search input[type="text"].active {
width: 140px;
text-indent: 0px;
padding: 3px 34px 3px 14px;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.upper-header {
position: absolute;
right: 0;
z-index: 99;
display: flex;
justify-content: space-between;
width: 300px;
top: 14px;
}
.upper-header-mobile {
display: none;
}
.upper-header-mobile .location a {
color: #000;
font-size: 18px;
}
.upper-header .location {
font-size: 22px;
display: inline-flex;
flex-direction: column;
justify-content: center;
}
.upper-header .location a {
text-decoration: none;
margin-left: 5px;
display: inline-block;
vertical-align: middle;
}
#site-search input[type="submit"] {
margin: 0 0 0 -4px;
border-radius: 0;
border: none;
width: 35px;
height: 35px;
outline: none;
box-shadow: none;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/header-mag.png) center center no-repeat;
background-size: 32px;
opacity: 0.75;
cursor: pointer;
top: 0;
right: 0;
position: absolute;
display: none;
z-index: 50;
}
.nav-under #site-search input[type="submit"] {
height: 45px;
}
#site-search input[type="submit"].active {
display: block;
}
#header-mag {
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/header-mag.png) center center no-repeat;
background-size: 32px;
opacity: 0.75;
cursor: pointer;
position: absolute;
top: 0;
right: 0;
width: 35px;
height: 35px;
z-index: 20;
}
.nav-under #header-mag {
height: 45px;
}
.footer-credits {
display: inline-block;
right: 0px;
position: relative;
}
.footer-credits a {
text-decoration: none;
opacity: 0.9;
}
.footer-credits a:hover {
opacity: 0.7;
}
#site-copyright {
position: relative;
right: auto;
text-align: center;
}
#site-copyright.left-align {
display: inline-block;
}
.footer-credits {
display: block;
position: relative;
text-align: right;
margin-top: -24px;
}
.section-rotator {
position: relative;
opacity: 0;
max-height: 0;
-webkit-transition: 0.4s opacity, 0.8s max-height;
-moz-transition: 0.4s opacity, 0.8s max-height;
-ms-transition: 0.4s opacity, 0.8s max-height;
transition: 0.4s opacity, 0.8s max-height;
}
body.loaded .section-rotator {
opacity: 1;
}
.section-rotator .bxslider li {
//max-height: 440px;
overflow: hidden;
margin: 0;
}
.rotator-slide-content-wrapper {
position: absolute;
top: 0;
left: 0;
width: 100%;
max-width: 1200px;
height: 100%;
z-index: 20;
text-decoration: none;
}
div#home-rotator-container {
max-width: 1200px;
margin: 0 auto;
}
.bx-wrapper img {
max-width: 1200px !important;
}
.rotator-slide-content-spacer {
display: inline-block;
vertical-align: middle;
width: 0;
height: 100%;
}
.rotator-slide-content {
display: inline-block;
vertical-align: middle;
width: 100%;
margin: 0 -100px 0 -4px;
}
.rotator-slide-content-inner {
position: relative;
max-width: 1200px;
margin: 0 auto;
overflow: hidden;
}
.rotator-slide-content-width {
max-width: 680px;
text-align: center;
margin: 0 auto;
position: relative;
}
.section-rotator a {
text-decoration: none;
}
a.rotator-background-link {
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 5;
}
img.rotator-background {
width: 100%;
}
.rotator-title {
font-size: 56px;
font-weight: 600;
line-height: 62px;
letter-spacing: -0.024em;
position: relative;
z-index: 10;
}
.rotator-subtitle {
font-size: 32px;
line-height: 34px;
font-weight: 300;
position: relative;
z-index: 10;
}
.button {
display: inline-block;
vertical-align: top;
padding: 10px 20px;
font-size: 16px;
text-transform: uppercase;
text-decoration: none;
border-radius: 0;
border: none;
}
.section-rotator a.button {
position: relative;
z-index: 10;
}
.button-wrap a.button,
.button-wrap button.button {
margin-right: 10px;
}
.button-wrap a.button:last-child,
.button-wrap button.button:last-child {
margin-right: 0;
}
.section-rotator .button {
margin: 20px 0 0;
}
.rotator-prev, .rotator-next {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100px;
display: none;
}
.rotator-next {
left: auto;
right: 0;
}
.section-rotator.show-selectors .rotator-prev, .section-rotator.show-selectors .rotator-next {
display: block;
}
[slides="1"] .rotator-prev, [slides="1"] .rotator-next, [slides="1"] .bx-controls {
display: none;
}
.rotator-prev a {
display: block;
width: 100%;
height: 100%;
cursor: pointer;
overflow: hidden;
text-indent: -9999px;
color: rgba(0, 0, 0, 0);
opacity: 0.5;
}
.rotator-next a {
display: block;
width: 100%;
height: 100%;
cursor: pointer;
overflow: hidden;
text-indent: -9999px;
color: rgba(0, 0, 0, 0);
opacity: 0.5;
}
.prevnext-Black .rotator-prev a {
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/prev.png) center center no-repeat;
}
.prevnext-Black .rotator-next a {
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/next.png) center center no-repeat;
}
.prevnext-White .rotator-prev a {
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/prev-white.png) center center no-repeat;
}
.prevnext-White .rotator-next a {
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/next-white.png) center center no-repeat;
}
.rotator-prev a:hover, .rotator-next a:hover {
opacity: 1;
}
.bx-controls.bx-has-pager {
position: absolute;
bottom: 0;
width: 100%;
}
ul.bxslider {
margin: 0;
}
ul#home
footer[role="contentinfo"] {
clear: both;
font-size: 12px;
line-height: 2;
max-width: 1200px;
margin: 0 auto;
padding: 40px 45px;
position: relative;
min-height: 20px;
box-sizing: border-box;
}
footer .menu li {
display: inline-block;
}
footer .menu li a {
opacity: 0.8;
text-decoration: none;
font-size: 12px;
padding: 10px 12px;
}
footer .menu li a:hover {
opacity: 1;
}
#site-copyright {
opacity: 0.8
font-size: 11px;
}
.entry-header .entry-title {
font-size: 20px;
line-height: 1.2;
font-weight: normal;
}
.entry-header .entry-title a {
text-decoration: none;
font-size: 32px;
}
.entry-content h1 {
font-size: 21px;
line-height: 1.5;
}
.entry-content h2 {
font-size: 18px;
line-height: 1.6;
}
.entry-content h3 {
font-size: 16px;
line-height: 1.846153846;
}
.entry-content h4 {
font-size: 14px;
line-height: 1.846153846;
}
.entry-content h5 {
font-size: 13px;
line-height: 1.846153846;
}
.entry-content h6 {
font-size: 12px;
line-height: 1.846153846;
}
.entry-content p {
margin: 0 0 24px;
line-height: 1.714285714;
}
.entry-content ol,
.entry-content ul {
margin: 0 0 24px;
line-height: 1.714285714;
}
.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
margin-bottom: 0;
}
.entry-content ul {
list-style: disc outside;
}
.entry-content ol {
list-style: decimal outside;
}
.entry-content li {
margin: 0 0 0 36px;
}
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
margin: 24px 0;
line-height: 1.714285714;
}
.entry-content table {
border-bottom: 1px solid #ededed;
color: #757575;
font-size: 17px;
line-height: 2;
margin: 0 0 24px;
width: 100%;
}
.entry-content table caption {
font-size: 16px;
margin: 24px 0;
}
.entry-content td {
border-top: 1px solid #ededed;
padding: 6px 10px 6px 0;
}
article {
word-wrap: break-word;
-webkit-hyphens: auto;
-moz-hyphens: auto;
hyphens: auto;
}
.page-links {
clear: both;
line-height: 1.714285714;
}
.site-header h1,
.site-header h2 {
text-align: left;
}
.site-header h1 {
font-size: 26px;
line-height: 1.846153846;
margin-bottom: 0;
}
.main-navigation ul.nav-menu,
.main-navigation div.nav-menu > ul {
display: inline-block !important;
width: 100%;
}
.nav-under .nav-menu {
text-align: left;
}
.nav-beside .nav-menu {
text-align: right;
}
.main-navigation li .sub-menu li {
display: block;
}
.main-navigation ul {
margin: 0;
text-indent: 0;
}
.main-navigation li a,
.main-navigation li {
text-decoration: none;
}
.main-navigation li a {
display: inline-block;
border-bottom: 0;
padding: 10px 20px;
line-height: 25px;
font-size: 16px;
text-transform: uppercase;
white-space: nowrap;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.main-navigation li {
margin: 0;
display: inline-block;
vertical-align: top;
position: relative;
}
.main-navigation li ul {
margin: 0;
padding: 0;
position: absolute;
z-index: 1;
text-align: left;
height: 0;
overflow: hidden;
top: 90%;
text-align: left;
font-size: 0;
opacity: 0;
box-shadow: 2px 10px 20px -5px rgba(0, 0, 0, 0.15);
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.main-navigation li ul ul {
top: 0;
left: 100%;
}
.main-navigation ul li:hover > ul {
border-left: 0;
display: block;
}
.nav-menu > li > ul.sub-menu.pad {
opacity: 1;
padding: 15px 0;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.nav-menu > li > ul.sub-menu.active {
top: 100%;
height: auto;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.main-navigation li ul li a {
display: block;
font-size: 14px;
line-height: 20px;
padding: 6px 30px;
white-space: nowrap;
opacity: 0.5;
background: #FFF;
height: 18px;
}
.main-navigation li ul li a:hover {
opacity: 1;
}
.main-navigation .current-menu-item > a,
.main-navigation .current-menu-ancestor > a,
.main-navigation .current_page_item > a,
.main-navigation .current_page_ancestor > a {
font-weight: 600;
}
#nav-container.nav-under {
position: relative;
box-shadow: 0 20px 30px -15px rgba(0,0,0,0.1);
z-index: 1001;
text-align: left;
margin: -20px 0 0;
}
#nav-container.nav-under #site-navigation {
position: relative;
margin: 0 auto;
padding: 0;
max-width: 1230px;
}
#nav-container.nav-beside {
display: inline-block;
vertical-align: middle;
width: calc( 100% - 360px );
text-align: right;
padding: 0 0 0 40px;
}
#content-wrapper {
font-size: 0;
padding: 0 0 380px 0; }
#footer-container {
height: 380px;
position: absolute;
bottom: 0;
width: 100%;
background: #333;
}
#content {
width: 100%;
font-size: 14px;
}
.entry-header .entry-title, .search-results h1.page-title {
font-size: 42px;
letter-spacing: -0.04em;
text-transform: uppercase;
}
header.entry-header {
padding: 40px 0;
margin: 0;
}
.archive article:first-child, .search article:first-child, .blog article:first-child {
padding-top: 40px;
}
h1.entry-title {
max-width: 1200px;
margin: 0 auto;
position: relative; }
.entry-header.left, .left {
text-align: left;
}
.entry-header.center, .center {
text-align: center;
}
.entry-header.right, .right {
text-align: right;
}
.entry-header.background-image {
background-size: 100% !important;
}
.section {
position: relative;
font-size: 0;
overflow: hidden;
}
.section-background {
display: block;
width: 100%;
}
.section.background-image .section-inner-wrap-1 {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
max-width: none;
font-size: 0;
}
.section.background-image .section-inner-wrap-spacer {
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
.section.background-image .section-inner-wrap-2 {
display: inline-block;
vertical-align: middle;
}
.section-inner-wrap-2 {
width: 100%;
}
.section .section-inner {
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 30px 0;
}
.section.title-banner .title {
font-size: 65px;
line-height: 75px;
margin: 0;
text-transform: uppercase;
}
.section.title-banner .subtitle {
font-size: 26px;
line-height: 32px;
margin: 0;
font-weight: 500;
}
.section.align-left {
text-align: left;
}
.align-left {
text-align: left;
}
.unhide-text {
font-size: 20px;
}
.section.align-center {
text-align: center;
}
.section.align-right {
text-align: right;
}
.title.align-center,
.subtitle.align-center {
text-align: center;
}
.section.background-image.tint-lighter .section-background,
.section.background-image.tint-lighter .mobile-background,
.section.background-image.tint-darker .section-background,
.section.background-image.tint-darker .mobile-background,
.section.background-image.tint-color .section-background,
.section.background-image.tint-color .mobile-background {
opacity: 0.5;
}
.section .mobile-background {
display: none;
}
.section .title {
font-size: 40px;
line-height: 44px;
margin: 0;
text-transform: uppercase;
padding-bottom: 25px;
}
.section .subtitle {
font-size: 26px;
line-height: 28px;
margin: 2px 0 10px;
opacity: 0.7;
padding-bottom: 20px;
}
.section .content p, .section .content li {
font-size: 20px;
line-height: 30px;
}
.content-wrap.align-center {
text-align: center;
}
.content-wrap.align-left {
text-align: left;
}
.content-wrap.align-right {
text-align: right;
}
.section .section-inner.top-only {
padding-bottom: 0;
}
.section .section-inner.bottom-only {
padding-top: 0;
}
.section .section-inner.no-padding {
padding: 0;
}
.content-block .featured-image.left.mobile {
display: none;
}
.product-images li {
max-width:30%;
margin:0px;
}
.product-images {
padding-top:15px;
display: flex;
justify-content: space-around;
}
.product-images li img {
transition:.25s;
}
.product-images li img:not(.active) {
opacity: .6;
}
.product-main-image {
height: 400px;
position: relative;
display: flex;
justify-content: space-around;
align-items:center;
flex-direction: column;
}
.product-main-image img {
max-height: 100%;
max-width:100%;
width:auto!important;
align-self: center;
}
.content-block.featured-image-left .content-outer,
.content-block.featured-image-right .content-outer {
display: inline-block;
vertical-align: middle;
width: 60%;
}
.content-block.featured-image-left .featured-image,
.content-block.featured-image-right .featured-image {
position: relative;
display: inline-block;
width: 40%;
}
.featured-image.valign-top { vertical-align: top; }
.featured-image.valign-middle { vertical-align: middle; }
.featured-image.valign-bottom { vertical-align: bottom; }
.content-block.featured-image-right .content-wrap {
padding: 0 100px 0 0;
}
.content-block.featured-image-left .content-wrap {
padding: 0 0 0 100px;
}
.content-block .featured-image {
border-radius: 5px;
overflow: hidden;
}
.content-block .featured-image label {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
font-size: 15px;
font-weight: 500;
opacity: 0.8;
padding: 5px;
box-sizing: border-box;
text-align: center;
}
.side-by-side .featured-image {
width: 50%;
display: inline-block;
}
.side-by-side .featured-image img {
display: block;
margin: 0 0 -7px 0;
width: 100%;
}
.side-by-side .content-outer {
position: absolute;
width: 50%;
text-align: right;
height: 100%;
background: #FFF;
font-size: 0;
}
.side-by-side.right {
text-align: right;
}
.side-by-side .featured-image.mobile {
display: none;
}
.side-by-side .featured-image {
width: 50%;
display: inline-block;
vertical-align: top;
overflow: hidden;
}
.side-by-side.left .content-outer {
left: 50%;
top: 0;
text-align: left;
}
.side-by-side .content-spacer {
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
.side-by-side.left .content-wrap {
width: 520px;
display: inline-block;
vertical-align: middle;
font-size: 15px;
text-align: left;
padding: 0 0 0 80px;
}
.side-by-side.product-area {
z-index:40;
}
.side-by-side.product-area .content-wrap {
padding-top:50px!important;
}
.tabs-section-top {
margin-top:15px;
width:100%;
font-size:15px;
}
.tabs-section-top .tab {
display: inline-block;
border-top:1px solid #afafaf;
border-left:1px solid #afafaf;
border-right:1px solid #afafaf;
padding:5px 25px;
cursor: pointer;
}
.tabs-section-top .tab.active {
background-color:#fff;
}
.tabs-section-top .tab:not(.active) {
z-index:400;
position: relative;
color:#999;
background-color:#fff;
border-top:1px solid #d3d3d3;
border-left:1px solid #d3d3d3;
border-right:1px solid #d3d3d3;
padding:4px 25px;
}
.tabs-area {
min-height:150px;
border:1px solid #afafaf;
background-color:#fff;
z-index:401;
margin-top:-1px;
}
.tab-content {
font-size:15px;
padding:15px;
}
.tab-content:not(.active) {
display: none;
}
.side-by-side.right .content-wrap {
width: 520px;
display: inline-block;
vertical-align: middle;
font-size: 15px;
text-align: left;
padding: 0 80px 0 0;
}
.side-by-side .featured-image img {
display: block;
margin: 0;
width: 100%;
}
.section.side-by-side .title {
margin: 0 0 10px 0;
}
.grid-block .grid-blocks {
position: relative;
font-size: 0;
text-align: center;
padding: 30px 0 0;
margin: 0 0 -50px 0;
}
.single-grid-block {
display: inline-block;
vertical-align: top;
font-size: 14px;
text-align: left;
margin: 0 0 50px 0;
}
.horizontal-image-row {
opacity: 0;
}
.horizontal-image-row .section-inner {
max-width:150%!important;
width:150%;
padding-left:0px!important;
}
.horizontal-image-row .title,.horizontal-image-row .subtitle {
text-align: center;
width:100vw
}
.news[row="1"] .news-post { width: 100%; }
.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post { width: 50%; }
.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post { width: 33%; }
.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post { width: 25%; }
.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post { width: 20%; }
.grid-blocks .single-grid-block:first-child:after,
.grid-blocks[row="2"] .single-grid-block:nth-child(2n+3):after,
.grid-blocks[row="3"] .single-grid-block:nth-child(3n+4):after,
.grid-blocks[row="4"] .single-grid-block:nth-child(4n+5):after,
.grid-blocks[row="5"] .single-grid-block:nth-child(5n+6):after {
display: none;
}
.single-grid-block-inner {
padding: 0 30px;
}
.grid-block .image {
width: 75%;
max-width: 240px;
margin: 0 auto 20px;
position: relative;
overflow: hidden;
border-radius: 200px;
}
.single-grid-block img {
display: block;
}
.single-grid-block .title {
font-size: 30px;
text-align: center;
line-height: 30px;
padding: 15px 0 5px 0;
}
.grid-blocks .button-wrap {
text-align: center;
}
a.single-grid-block {
text-decoration: none;
}
.team-members {
text-align: center;
}
.single-team-member {
display: inline-block;
vertical-align: top;
width: 30%;
box-sizing: border-box;
}
.single-team-member-inner {
padding: 25px 25px 0;
font-size: 0;
}
.single-team-member-inner img {
display: block;
vertical-align: top;
border-radius: 75px;
width: 150px;
height: 150px;
margin: 0 auto 10px;
}
.single-team-member-inner > .content {
display: block;
vertical-align: top;
text-align: left;
font-size: 14px;
text-align: center;
}
.single-team-member .full-name {
font-size: 30px;
line-height: 34px;
}
.single-team-member .position {
font-size: 16px;
}
.team-members .bio {
text-align: center;
padding: 10px 0 0;
}
.team-members .bio p {
font-size: 18px;
line-height: 26px;
}
.edit-link a {
position: fixed;
top: 140px;
left: 0px;
text-decoration: none;
font-size: 20px;
font-weight: 600;
color: #FFF;
padding: 10px 15px 10px 30px;
border-radius: 0 5px 5px 0;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.edit-link a:hover {
color: #FFF;
padding: 10px 15px 10px 34px;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.news-post-inner {
margin: 15px 30px;
display: block;
text-decoration: none;
}
.news-post-thumbnail {
display: block;
position: relative;
margin: 0 0 10px 0;
}
.news-post-title {
display: block;
text-decoration: none;
font-size: 22px;
line-height: 24px;
padding: 10px 0 0;
}
.news-post-date {
text-transform: uppercase;
font-size: 12px;
opacity: 0.8;
}
.section.news .button-wrap {
text-align: center;
}
.news-post {
position: relative;
display: inline-block;
vertical-align: top;
font-size: 18px;
text-align: left;
margin: 0;
}
.section.news .news-post-read-more {
position: absolute;
top: 0;
left: 0;
margin: 0;
width: 100%;
height: 100%;
background: rgba(1, 192, 255, 0.5);
z-index: 10;
text-align: center;
line-height: 222px;
text-decoration: none;
font-size: 23px;
color: #FFF;
text-transform: uppercase;
letter-spacing: -0.04em;
opacity: 0;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.section.news .news-post-inner:hover .news-post-read-more {
line-height: 222px;
opacity: 1;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.section.news .title {
padding: 0 0 15px 0;
}
.news-posts {
text-align: center;
}
.news-post-thumbnail img {
display: block;
}
.gform_wrapper form {
text-align: center;
margin: 50px -25px 0;
}
.gform_wrapper div.validation_error {
border: 2px solid #FFF;
text-shadow: 0 2px 0 #d85151;
font-size: 18px;
color: #FFF;
background: #f36969;
border-radius: 3px;
display: inline-block;
width: auto;
line-height: 20px;
padding: 15px 25px;
font-weight: 600;
margin: -40px 0 40px;
}
.gform_body {
text-align: left;
}
.entry-content ul.gform_fields {
margin: 0;
list-style: none;
}
li.gfield {
position: relative;
list-style: none;
margin: 0;
display: inline-block;
vertical-align: top;
width: 100%;
margin: 0 2% 50px 2%;
}
.gfield label.gfield_label {
padding: 10px 11px;
}
li.show-input-label label {
display: block;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"], .gform_wrapper select {
font-size: 22px;
font-weight: 600;
border: 0;
border-radius: 0;
padding: 10px 18px;
height: 52px;
box-sizing: border-box;
width: 100%;
box-shadow: inset 0 0 0 2px #FFF;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
margin: 5px 0;
}
.gform_wrapper .gfield.active input[type="text"], .gform_wrapper .gfield.active input[type="email"], .gform_wrapper .gfield.active input[type="number"], .gform_wrapper .gfield.active input[type="tel"] {
color: #000;
background: transparent;
}
li.gform_validation_container {
display: none;
}
span.screen-reader-text {
padding: 0 30px;
}
.gform_wrapper textarea {
font-size: 22px;
font-weight: 600;
border: 0;
border-radius: 0;
padding: 10px 18px;
box-sizing: border-box;
width: 100%;
height: 110px;
box-shadow: inset 0 0 0 2px #FFF;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.gform_wrapper .gfield.active textarea {
color: #7e7575;
background: #fffff;
}
.gform_footer {
width: 96%;
}
.gfield_description.validation_message {
font-size: 15px;
padding: 0 20px;
}
.gform_footer input[type="submit"] {
font-size: 22px;
font-weight: 600;
border: 0;
border-radius: 0;
padding: 10px 30px;
line-height: 32px;
height: 50px;
background: #FFF;
box-shadow: none;
}
.gform_confirmation_message {
font-size: 22px;
}
.gform_ajax_spinner {
display: none !important;
}
.single article {
background: #f8f8f8;
}
.single .featured-image-wrap { }
.single .featured-image { width: 100%;
max-height: 1000px;
overflow: hidden;
}
.single .featured-image img {
display: block;
width: 100%;
}
.single .featured-image-wrap.inline .featured-image {
width: 50%;
overflow: hidden;
float: left;
padding: 0 20px 20px 0px;
}
.featured-image-overlay {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 400px;
}
.single h1.entry-title {
padding: 0;
font-size: 40px;
}
.single .entry-content {
position: relative;
font-size: 18px;
border-radius: 5px;
max-width: 1200px;
margin: 0 auto;
box-sizing: border-box;
padding: 60px 0;
}
.single .post-meta {
text-transform: uppercase;
font-size: 14px;
margin: -5px 0 20px 0;
}
.single .post-date {
display: inline-block;
vertical-align: top;
color: #888;
padding: 0 5px 0 0;
}
.single .post-categories {
display: inline-block;
vertical-align: top;
padding: 0 0 0 5px;
}
.single .post-categories a {
text-decoration: none;
color: #888;
font-weight: 700;
}
.single header.entry-header {
position: relative;
padding: 0;
}
.single .post-sharing {
position: absolute;
top: 10px;
right: 0;
}
.single .post-sharing a {
display: inline-block;
vertical-align: top;
text-decoration: none;
text-transform: uppercase;
font-weight: 700;
font-size: 13px;
padding: 6px 12px;
line-height: 14px;
color: #FFF;
cursor: pointer;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.single .post-sharing a:hover {
opacity: 0.7;
}
a.share-email {
background: #444;
}
a.share-facebook {
background: #3b5998;
}
a.share-twitter {
background: #1da1f2;
}
a.share-googleplus {
background: #dd5044;
}
a.share-linkedin {
background: #007bb6;
}
a.share-pinterest {
background: #cb2027;
}
.entry-content .post-sharing a.share-print {
background: #DDD;
color: #444;
}
.error404 .entry-content {
max-width: 1200px;
margin: 0 auto;
padding: 10px 0;
text-align: center;
font-size: 18px;
}
.error404 .entry-title {
text-align: center;
font-size: 50px;
padding: 150px 0 0 0;
}
.archive article,
.search article,
.blog article {
font-size: 0;
}
.article-thumb {
display: inline-block;
vertical-align: top;
width: 30%;
max-height: 240px;
overflow: hidden;
}
.article-thumb img {
display: block;
max-width: 100%;
}
.article-content {
display: inline-block;
vertical-align: top;
width: 100%;
font-size: 18px;
box-sizing: border-box;
padding: 0;
}
[thumb="true"] .article-content {
width: 70%;
padding: 0 40px 0 40px;
}
.archive article,
.search article,
.blog article {
font-size: 0;
max-width: 1200px;
margin: 0 auto;
position: relative;
padding: 30px;
border-bottom: 1px solid #EEE;
}
.archive h1.entry-title,
.search h1.entry-title,
.blog h1.entry-title {
padding: 0;
}
.archive h1.entry-title a,
.search h1.entry-title a,
.blog h1.entry-title a {
text-decoration: none;
color: #444;
text-transform: uppercase;
font-size: 38px;
}
.archive .entry-summary,
.search .entry-summary,
.blog .entry-summary {
margin: 0 0 15px 0;
}
.page-nav {
position: relative;
margin: 0 auto;
max-width: 1200px;
text-align: center;
}
.page-nav .wp-pagenavi {
padding: 40px 0;
}
.page-nav span.pages {
display: none;
}
.page-nav span, .page-nav a {
display: inline-block;
vertical-align: top;
font-weight: 600;
font-size: 16px;
padding: 8px 10px;
text-decoration: none;
min-width: 12px;
text-align: center;
background: #EEE;
margin: 0 4px;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.page-nav a {
color: #333;
}
.page-nav span.current {
color: #FFF;
}
.page-nav a:hover {
color: #FFF;
}
.post.no-results header.entry-header {
text-align: center;
margin: 0;
}
.post.no-results .entry-content {
font-size: 18px;
text-align: center;
}
.site-search input[type="text"] {
display: inline-block;
vertical-align: top;
font-size: 16px;
border-radius: 0;
padding: 10px 14px;
border: 2px solid #EEE;
}
.site-search input[type="submit"] {
opacity: 0.75;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/header-mag-white.png) center center no-repeat;
background-size: 38px;
width: 44px;
height: 44px;
border-radius: 0;
box-shadow: none;
border: 0;
}
.site-search input[type="submit"]:hover {
opacity: 1;
}
.sidebar-section {
position: relative;
width: 100%;
}
.sidebar-sections {
width: calc( 80% - 120px );
position: relative;
}
.sidebar {
position: absolute;
top: 0;
width: 30%;
height: 100%;
text-align: left;
box-sizing: border-box;
padding: 28px 51px 28px 35px;
background-color:#eee;
}
.sidebar-section.left .sidebar-sections {
left: 20%;
}
.sidebar-section.sidebar-left .sidebar {
left: 0;
}
.sidebar-section.sidebar-right .sidebar {
right: 0;
}
.sidebar-block {
margin: 0 0 30px 0;
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid-column;
display: table;
}
.sidebar-block.social-presence, .footer-block.social-presence {
font-size: 0;
}
.sidebar-block.social-presence a, .footer-block.social-presence a {
display: inline-block;
vertical-align: top;
font-size: 0;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/social-icons.png) 0 0 no-repeat;
background-size: auto 100%;
width: 42px;
height: 42px;
margin: 0 6px 0 0;
border-radius: 3px;
cursor: pointer;
}
.sidebar-block.social-presence .icon-facebook, .footer-block.social-presence .icon-facebook {
background-position: 6px 0;
background-color: #3b5998;
}
.sidebar-block.social-presence .icon-twitter, .footer-block.social-presence .icon-twitter {
background-position: -31px 0;
background-color: #1da1f2;
}
.sidebar-block.social-presence .icon-googleplus, .footer-block.social-presence .icon-googleplus {
background-position: -66px 0;
background-color: #dd5044;
}
.sidebar-block.social-presence .icon-linkedin, .footer-block.social-presence .icon-linkedin {
background-position: -102px 0;
background-color: #007bb6;
}
.sidebar-block.social-presence .icon-pinterest, .footer-block.social-presence .icon-pinterest {
background-position: -138px 0;
background-color: #cb2027;
}
.sidebar-block.social-presence .icon-yelp, .social-presence .icon-yelp {
background-position: -100px 0;
background-color: #d32323;
}
.sidebar-block.social-presence .icon-instagram, .social-presence .icon-instagram {
background-position: -120px 0;
background-color: #f00073;
}
.sidebar-block-title {
font-size: 16px;
line-height: 20px;
font-weight: 600;
text-transform: uppercase;
padding: 0 0 5px 0;
}
.sidebar-block.open-text p:last-child, .footer-block.open-text p:last-child {
margin: 0;
}
.sidebar form.site-search, .footer-block form.site-search {
font-size: 0;
}
.sidebar .site-search input[type="text"], .footer-block .site-search input[type="text"] {
border: 0px;
width: calc( 100% - 44px);
box-sizing: border-box;
}
.site-search input[type="submit"] {
width: 40px;
height: 37px;
}
.sidebar .news-post, .footer-block .news-post {
display: block;
}
.sidebar a.news-post-inner, .footer-block a.news-post-inner {
margin: 0 0 15px 0;
color: #333;
}
.news-post-title {
display: block;
text-decoration: none;
font-size: 16px;
line-height: 16px;
padding: 0;
font-weight: 600;
color: #555;
}
.sidebar-block.recent-posts .sidebar-block-title,
.footer-block.recent-posts .sidebar-block-title {
padding: 0 0 10px 0;
}
.sidebar .button-wrap, .footer-block .button-wrap {
text-align: center;
}
.sidebar a.button, .footer-block a.button {
padding: 6px 20px;
font-size: 14px;
}
.sidebar-block.open-text p, .footer-block.open-text p {
line-height: 20px;
font-size: 13px;
} .single-post .sidebar-section.sidebar-right .sidebar {
margin: -60px 0 0 0;
width: calc( 20% + 80px );
height: calc( 100% + 225px);
padding-top: 62px;
}
body.post-template-default .post {
min-height: 635px;
}
.footer-columns {
font-size: 0;
}
.footer-column {
display: inline-block;
vertical-align: top;
box-sizing: border-box;
padding: 20px 15px;
}
.footer-columns[cols="1"] .footer-column {
width: 100%;
}
.footer-columns[cols="2"] .footer-column {
width: 50%;
}
.footer-columns[cols="3"] .footer-column {
width: 33.3%;
}
.footer-columns[cols="4"] .footer-column {
width: 25%;
}
.footer-block {
padding: 0 0 15px 0;
}
#footer-container img {
max-width: 100%;
display: block;
}
.footer-block {
color: #aaa;
}
.footer-block .sidebar-block-title {
color: #ddd;
}
.footer-block .news-post-date {
color: #aaa;
}
.social-presence a:last-child {
margin: 0;
}
body.nav-active #footer-container {
display: none;
}
.sidebar img {
max-width: 100%;
}
.carousel a.item, .carousel .item {
text-align: center;
text-decoration: none;
color: #333;
}
.carousel .item .title {
font-size: 22px;
line-height: 40px;
}
.owl-prev {
position: absolute;
width: 60px;
height: 100%;
top: 0;
left: -60px;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/carousel-prev.png) center center no-repeat;
background-size: 35px;
opacity: 0.3;
font-size: 0;
}
.owl-next {
position: absolute;
width: 60px;
height: 100%;
top: 0;
right: -60px;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/carousel-next.png) center center no-repeat;
background-size: 35px;
opacity: 0.3;
font-size: 0;
}
.owl-prev:hover, .owl-next:hover {
opacity: 0.5;
}
.carousel .section-inner {
padding-left: 60px;
padding-right: 60px;
}
.title-below .owl-prev, .title-below .owl-next {
height: calc( 100% - 40px );
}
.title-above .owl-prev, .title-above .owl-next {
height: calc( 100% - 40px );
padding-top: 40px;
}
.assistive-text:focus {
opacity: 1;
color:#333;
visibility: visible;
}
.assistive-text {
z-index: 999;
}
.assistive-text:not(:focus) {
opacity: 0;
}
.assistive-text, .site .screen-reader-text {
clip:inherit;
}
.section.background-image.short-img img.section-background {
position: absolute;
height: 100%;
max-width: none;
width: auto;
}
.section.background-image.short-img .section-inner-wrap-1 {
position: relative;
}
#custom-scripts {
display: none;
}
.single .featured-image-wrap.full-width .featured-image {
width: 100%;
float: none;
}
.single .featured-image-wrap.full-width {
display: block;
width: 100%;
margin: 0 0 20px;
}
.single .featured-image-wrap.hero .featured-image {
position: relative;
max-height: 400px;
}
.single .featured-image-wrap.hero header.entry-header {
position: absolute;
bottom: 20px;
left: 0;
width: 100%;
}
.featured-image-wrap.hero .featured-image-overlay {
box-shadow: inset 0 -230px 100px -100px rgb(248, 248, 248);
}
#single-header-inner {
margin: 0 auto;
max-width: 1200px;
position: relative;
}
.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
margin: 0;
padding: 0 0 28px 35px;
background: transparent;
}
.single #content-wrapper.image-hero .entry-content {
padding-top: 0;
} .page-template-landing #footer-container {
height: 64px;
}
.page-template-landing footer {
padding: 20px 0;
}
.double-content {
display: flex;
justify-content: space-between;
}
.div-left, .div-right {
margin: 14px;
font-size: 20px;
text-align: left;
flex: 1;
}
.gfield_label { }
.ginput_complex label {
display: none;
}
.sidebar-block li.gfield {
width: 100%;
margin: 0;
}
.sidebar-block .gform_wrapper input,
.sidebar-block .gform_wrapper select,
.sidebar-block .gform_wrapper textarea {
margin: 10px;
}
.parent-portal-title {
margin-bottom: 7px;
font-size: 17px;
}
.parent-portal {
position: absolute;
right: 0;
top: 0;
font-size: 14px;
text-align: center;
padding: 12px;
z-index: 1001;
background-color: rgba(240,240,240,0.4);
border-bottom-left-radius: 5px;
}
.parent-portal a {
color: #99c8f1;
transition: all 0.5s;
}
.parent-portal a:hover {
color: #136ba0;
}
#small-alert {
max-width: 1200px;
margin: 0 auto;
}
div#small-alert .title {
font-size: 18px;
}
#small-alert.section .section-inner {
padding: 0;
}
.section.skinny-section {
margin: 60px auto;
max-width: 1200px;
padding: 0 60px;
box-sizing: border-box;
}
.section.bottom-pad-title .title {
padding-bottom: 30px;
}
.section.center-title .title,
.section.center-title .subtitle {
text-align: center;
} 
.section.li-spacing ul li {
padding: 10px 0;
}
.footer-block ul li a {
font-size: 15px;
}
.articles {
margin-top: 20px;
}
.articles a {
margin: 5px 0;
display: block;
color: #136ba0;
font-size: 18px;
}
#home-rotator .rotator-slide-content-width {
background-color: rgba(0,0,0,0.6);
padding: 50px;
}
blockquote {
position: relative;
margin-bottom: 0 !important;
}
blockquote p {
line-height: ;
}
blockquote footer {
font-size: 20px;
text-align: right;
}
q {
quotes: "\201C" "\201D" "\2018" "\2019";
}
q:before {
content: open-quote;
font-size: 60px;
color: #333;
position: absolute;
left: -16px;
top: 11px;
}
q:after {
content: close-quote;
font-size: 60px;
color: #333;
position: absolute;
bottom: 54px;
right: 57px;
}
.column-title {
font-size: 30px;
text-align: center;
}
.two-columns {
display: flex;
justify-content: space-around;
}
.two-columns ul {
text-align: left;
}
.left-column, .right-column {
width: 49%;
text-align: left;
background: #eee;
padding: 20px;
margin: 30px 10px;
border-radius: 7px;
}
.column-section {
font-size: 18px;
}
.column-section-title {
font-size: 23px;
font-weight: 600;
line-height: 26px;
padding-bottom: 8px;
}
ol.alt-ol {
list-style: none !important;
counter-reset: item;
}
ol.alt-ol li {
counter-increment: item;
margin: 5px 0;
position: relative;
padding-left: 2em;
background: #eee;
padding: 20px 3em;
text-align: left;
}
ol.alt-ol li:before {
content: counter(item);
background: #136ba0;
border-radius: 100%;
color: white;
width: 1.5em;
text-align: center;
position: absolute;
left: 16px;
}
.priority-div .priority {
font-size: 20px;
display: inline-block;
color: #136ba0;
font-weight: 600;
width: 98px;
}
.priority-div p {
display: inline-block;
margin: 0;
}
.priority-div {
padding: 20px;
background-color: #eee;
margin: 5px 0;
text-align: left;
}
.faq.section .section-inner {
padding: 30px 30px;
margin: 10px auto;
box-shadow: 1px 1px 5px #ddd;
}
.faq .title {
text-transform: none;
font-size: 26px;
font-family: Lato !important;
}
.default-gradient .title,
#small-alert .title {
padding: 0;
}
.main-navigation li a,
.main-navigation li {
cursor: default;
}
.main-navigation li ul li > a,
.main-navigation li ul li {
cursor: pointer;
}
.main-navigation li ul li > a {
font-size: 16px;
}  .main-navigation li:nth-child(1) > a,
.main-navigation li:nth-child(1) ul li > a {
color: #f9689a;
}
.main-navigation li:nth-child(1):hover > a, 
.main-navigation li:nth-child(1) > a:hover,
.main-navigation li:nth-child(1) ul li > a:hover,
.main-navigation li:nth-child(1) ul li:hover > a {
background-color: #f9689a;
color: #fff;
} .main-navigation li:nth-child(2) > a,
.main-navigation li:nth-child(2) ul li > a {
color: #eb7f20;
}
.main-navigation li:nth-child(2):hover > a, 
.main-navigation li:nth-child(2) > a:hover,
.main-navigation li:nth-child(2) ul li > a:hover,
.main-navigation li:nth-child(2) ul li:hover > a {
background-color: #eb7f20;
color: #fff;
} .main-navigation li:nth-child(3) > a,
.main-navigation li:nth-child(3) ul li > a {
color: #82e2ff;
cursor: pointer;
}
.main-navigation li:nth-child(3):hover > a, 
.main-navigation li:nth-child(3) > a:hover,
.main-navigation li:nth-child(3) ul li > a:hover,
.main-navigation li:nth-child(3) ul li:hover > a {
background-color: #82e2ff;
color: #fff;
} .main-navigation li:nth-child(4) > a,
.main-navigation li:nth-child(4) ul li > a {
color: #9bcd3a;
}
.main-navigation li:nth-child(4):hover > a, 
.main-navigation li:nth-child(4) > a:hover,
.main-navigation li:nth-child(4) ul li > a:hover,
.main-navigation li:nth-child(4) ul li:hover > a {
background-color: #9bcd3a;
color: #fff;
} .main-navigation li:nth-child(5) > a,
.main-navigation li:nth-child(5) ul li > a {
color: #004da9;
cursor: pointer;
}
.main-navigation li:nth-child(5):hover > a, 
.main-navigation li:nth-child(5) > a:hover,
.main-navigation li:nth-child(5) ul li > a:hover,
.main-navigation li:nth-child(5) ul li:hover > a {
background-color: #004da9;
color: #fff;
}
.social-presence a {
display: inline-block;
vertical-align: top;
font-size: 0;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/social-icons.png) 0 0 no-repeat;
background-size: auto 100%;
width: 25px;
height: 25px;
margin: 0 6px 0 0;
border-radius: 3px;
cursor: pointer;
}
.social-presence .icon-facebook {
background-position: 4px 0;
background-color: #3b5998;
}
.social-presence .icon-linkedin {
background-position: -61px 0;
background-color: #007bb6;
}
footer[role="contentinfo"] {
clear: both;
font-size: 12px;
line-height: 2;
max-width: 1200px;
margin: 0 auto;
padding: 40px 45px;
position: relative;
min-height: 20px;
box-sizing: border-box;
}
#site-map-div ul {
font-weight: 600;
}
#site-map-div ul li a {
color: #136b9f;
}
#site-map-div ul li {
color: #333;
}
#site-map-div ul li a {
transition: all 0.3s;
}
#site-map-div ul li a:hover {
color: #8fc2ec;
}
.bubble-wrap {
width: 100%;
height: 100%;
margin: 0 auto;
text-align: center;
display: flex;
justify-content: space-evenly;
}
.bubble-wrap a.bubble {
font-size: 20px;
display: inline-flex;
justify-content: center;
align-items: center;
font-weight: 600;
padding: 20px;
box-sizing: border-box;
text-align: center;
width: 15%;
margin: 13px;
min-width: 100px;
min-height: 100px;
}
.ginput_container select {
color: #7e7575;
font-family: inherit;
}
#home-page-videos {
background-color: #f3f3f3;
padding: 22px 0 47px;
text-align: center;
}
.video_thumb {
width: 100%;
}
.video-play-icon-wrap {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 20;
font-size: 0;
text-align: center;
}
.video-play-icon-spacer {
display: inline-block;
vertical-align: middle;
width: 0;
height: 100%;
}
.video-play-icon {
width: 100px;
height: 100px;
display: inline-block;
vertical-align: middle;
cursor: pointer;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/images/play-button.png) 0 0 no-repeat;
background-size: 100%;
-webkit-transition: 0.3s all;
-moz-transition: 0.3s all;
-ms-transition: 0.3s all;
transition: 0.3s all;
}
.home-video-modal {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: calc( 100% - 100px );
padding: 100px 0 0;
z-index: 1000;
display: none;
opacity: 0;
text-align: center;
-webkit-transition: opacity 0.5s;
-moz-transition: opacity 0.5s;
-ms-transition: opacity 0.5s;
transition: opacity 0.5s;
transition: opacity 0.5s;
}
.home-video-modal .home-video-modal-shader {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 1;
background: rgba(0,0,0,0.8);
}
.home-video-modal .home-video-modal-spacer {
display: inline-block;
vertical-align: middle;
height: 100%;
width: 0;
}
.home-video-modal .home-video-modal-content {
position: absolute;
display: inline-block;
z-index: 20;
background: #000;
width: 900px;
height: 506px;
box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5);
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
}
.home-video-modal-content .home-video-modal-close {
position: absolute;
right: 2px;
top: -35px;
width: 32px;
height: 32px;
opacity: 0.5;
color: #fff;
cursor: pointer;
transition: opacity 1s;
}
.home-video-modal-content .home-video-modal-close:hover {
opacity: 1;
}
.home-video-modal-content .home-video-modal-close:before,
.home-video-modal-content .home-video-modal-close:after {
position: absolute;
left: 15px;
content: ' ';
height: 33px;
width: 2px;
background-color: #eee;
}
.home-video-modal-content .home-video-modal-close:before {
transform: rotate(45deg);
}
.home-video-modal-content .home-video-modal-close:after {
transform: rotate(-45deg);
}
.home-video-modal iframe {
width: 900px;
height: 506px;
margin: 0;
display: none;
}
.home-video-modal iframe.active {
display: block;
}
.sf_icon .fb-like.fb_iframe_widget iframe {
margin-top:5px;
}
#play-based-learning .horizontal-image-row .section-inner {
width: 100%;
text-align: center;
padding: 0;
}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.bx-wrapper {
position: relative;
margin: 0 auto;
padding: 0;
*zoom: 1;
}
.bx-wrapper img {
max-width: none;
display: block;
width: 100%;
} .bx-wrapper .bx-viewport {
left: 0px;
-webkit-transform: translatez(0);
-moz-transform: translatez(0);
-ms-transform: translatez(0);
-o-transform: translatez(0);
transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
position: absolute;
bottom: 15px;
width: 100%;
} .bx-wrapper .bx-loading {
min-height: 50px;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/css/images/bx_loader.gif) center center no-repeat #fff;
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 2000;
} .bx-wrapper .bx-pager {
text-align: center;
font-size: .85em;
font-family: Arial;
font-weight: bold;
color: #666;
padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
display: inline-block;
*zoom: 1;
*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
text-indent: -9999px;
display: block;
width: 14px;
height: 14px;
margin: 0 5px;
outline: 0;
-moz-border-radius: 9px;
-webkit-border-radius: 9px;
border-radius: 9px;
box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
background: #FFF;
} .bx-wrapper .bx-prev {
left: 10px;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/css/images/controls.png) no-repeat 0 -32px;
}
.bx-wrapper .bx-next {
right: 10px;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/css/images/controls.png) no-repeat -43px -32px;
}
.bx-wrapper .bx-prev:hover {
background-position: 0 0;
}
.bx-wrapper .bx-next:hover {
background-position: -43px 0;
}
.bx-wrapper .bx-controls-direction a {
position: absolute;
top: 50%;
margin-top: -16px;
outline: 0;
width: 32px;
height: 32px;
text-indent: -9999px;
z-index: 9999;
}
.bx-wrapper .bx-controls-direction a.disabled {
display: none;
} .bx-wrapper .bx-controls-auto {
text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
display: block;
text-indent: -9999px;
width: 10px;
height: 11px;
outline: 0;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/css/images/controls.png) -86px -11px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
display: block;
text-indent: -9999px;
width: 9px;
height: 11px;
outline: 0;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/css/images/controls.png) -86px -44px no-repeat;
margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
background-position: -86px -33px;
} .bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
text-align: left;
width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
right: 0;
width: 35px;
} .bx-wrapper .bx-caption {
position: absolute;
bottom: 0;
left: 0;
background: #666\9;
background: rgba(80, 80, 80, 0.75);
width: 100%;
}
.bx-wrapper .bx-caption span {
color: #fff;
font-family: Arial;
display: block;
font-size: .85em;
padding: 10px;
}.owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1; }
.owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
-moz-backface-visibility: hidden; }
.owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0; }
.owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px); }
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
-webkit-backface-visibility: hidden;
-moz-backface-visibility: hidden;
-ms-backface-visibility: hidden;
-webkit-transform: translate3d(0, 0, 0);
-moz-transform: translate3d(0, 0, 0);
-ms-transform: translate3d(0, 0, 0); }
.owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none; }
.owl-carousel .owl-item img {
display: block;
width: 100%; }
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
display: none; }
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
cursor: pointer;
cursor: hand;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-loaded {
display: block; }
.owl-carousel.owl-loading {
opacity: 0;
display: block; }
.owl-carousel.owl-hidden {
opacity: 0; }
.owl-carousel.owl-refresh .owl-item {
visibility: hidden; }
.owl-carousel.owl-drag .owl-item {
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none; }
.owl-carousel.owl-grab {
cursor: move;
cursor: grab; }
.owl-carousel.owl-rtl {
direction: rtl; }
.owl-carousel.owl-rtl .owl-item {
float: right; } .no-js .owl-carousel {
display: block; } .owl-carousel .animated {
animation-duration: 1000ms;
animation-fill-mode: both; }
.owl-carousel .owl-animated-in {
z-index: 0; }
.owl-carousel .owl-animated-out {
z-index: 1; }
.owl-carousel .fadeOut {
animation-name: fadeOut; }
@keyframes fadeOut {
0% {
opacity: 1; }
100% {
opacity: 0; } } .owl-height {
transition: height 500ms ease-in-out; } .owl-carousel .owl-item .owl-lazy {
opacity: 0;
transition: opacity 400ms ease; }
.owl-carousel .owl-item img.owl-lazy {
transform-style: preserve-3d; } .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000; }
.owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//seattlelearningcenter.com/wp-content/themes/wpb/css/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
transition: transform 100ms ease; }
.owl-carousel .owl-video-play-icon:hover {
-ms-transform: scale(1.3, 1.3);
transform: scale(1.3, 1.3); }
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
display: none; }
.owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
background-size: contain;
transition: opacity 400ms ease; }
.owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
height: 100%;
width: 100%; }.owl-theme .owl-nav {
margin-top: 10px;
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-nav [class*='owl-'] {
color: #FFF;
font-size: 14px;
margin: 5px;
padding: 4px 7px;
background: #D6D6D6;
display: inline-block;
cursor: pointer;
border-radius: 3px; }
.owl-theme .owl-nav [class*='owl-']:hover {
background: #869791;
color: #FFF;
text-decoration: none; }
.owl-theme .owl-nav .disabled {
opacity: 0.5;
cursor: default; }
.owl-theme .owl-nav.disabled + .owl-dots {
margin-top: 10px; }
.owl-theme .owl-dots {
text-align: center;
-webkit-tap-highlight-color: transparent; }
.owl-theme .owl-dots .owl-dot {
display: inline-block;
zoom: 1;
*display: inline; }
.owl-theme .owl-dots .owl-dot span {
width: 10px;
height: 10px;
margin: 5px 7px;
background: #D6D6D6;
display: block;
-webkit-backface-visibility: visible;
transition: opacity 200ms ease;
border-radius: 30px; }
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
background: #869791; }html.lb-disable-scrolling {
overflow: hidden; position: fixed;
height: 100vh;
width: 100vw;
}
.lightboxOverlay {
position: absolute;
top: 0;
left: 0;
z-index: 9999;
background-color: black;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
opacity: 0.8;
display: none;
}
.lightbox {
position: absolute;
left: 0;
width: 100%;
z-index: 10000;
text-align: center;
line-height: 0;
font-weight: normal;
}
.lightbox .lb-image {
display: block;
height: auto;
max-width: inherit;
max-height: none;
border-radius: 3px; border: 4px solid white;
}
.lightbox a img {
border: none;
}
.lb-outerContainer {
position: relative;
*zoom: 1;
width: 250px;
height: 250px;
margin: 0 auto;
border-radius: 4px; background-color: white;
}
.lb-outerContainer:after {
content: "";
display: table;
clear: both;
}
.lb-loader {
position: absolute;
top: 43%;
left: 0;
height: 25%;
width: 100%;
text-align: center;
line-height: 0;
}
.lb-cancel {
display: block;
width: 32px;
height: 32px;
margin: 0 auto;
background: url(/wp-content/themes/wpb/images/loading.gif) no-repeat;
}
.lb-nav {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
z-index: 10;
}
.lb-container > .nav {
left: 0;
}
.lb-nav a {
outline: none;
background-image: url(data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==);
}
.lb-prev, .lb-next {
height: 100%;
cursor: pointer;
display: block;
}
.lb-nav a.lb-prev {
width: 34%;
left: 0;
float: left;
background: url(/wp-content/themes/wpb/images/prev.png) left 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-prev:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-nav a.lb-next {
width: 64%;
right: 0;
float: right;
background: url(/wp-content/themes/wpb/images/next.png) right 48% no-repeat;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
opacity: 0;
-webkit-transition: opacity 0.6s;
-moz-transition: opacity 0.6s;
-o-transition: opacity 0.6s;
transition: opacity 0.6s;
}
.lb-nav a.lb-next:hover {
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}
.lb-dataContainer {
margin: 0 auto;
padding-top: 5px;
*zoom: 1;
width: 100%;
border-bottom-left-radius: 4px;
border-bottom-right-radius: 4px;
}
.lb-dataContainer:after {
content: "";
display: table;
clear: both;
}
.lb-data {
padding: 0 4px;
color: #ccc;
}
.lb-data .lb-details {
width: 85%;
float: left;
text-align: left;
line-height: 1.1em;
}
.lb-data .lb-caption {
font-size: 13px;
font-weight: bold;
line-height: 1em;
}
.lb-data .lb-caption a {
color: #4ae;
}
.lb-data .lb-number {
display: block;
clear: left;
padding-bottom: 1em;
font-size: 12px;
color: #999999;
}
.lb-data .lb-close {
display: block;
float: right;
width: 30px;
height: 30px;
background: url(/wp-content/themes/wpb/images/close.png) top right no-repeat;
text-align: right;
outline: none;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
opacity: 0.7;
-webkit-transition: opacity 0.2s;
-moz-transition: opacity 0.2s;
-o-transition: opacity 0.2s;
transition: opacity 0.2s;
}
.lb-data .lb-close:hover {
cursor: pointer;
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
opacity: 1;
}@media only screen and (max-width: 1580px) and (min-width: 1200px) {
.sidebar {
width: 25%;
}
.sidebar-sections .section.content-block {
padding: 0 50px;
}
.sidebar-sections .side-by-side.right .content-wrap {
width: 415px;
}
}
@media only screen and (max-width: 1275px) {
.sidebar-section {
padding: 0 25px;
box-sizing: border-box;
}
#single-header-inner {
padding: 0 20px;
box-sizing: border-box;
}
}
@media only screen and (max-width: 1250px){
.site-header {
padding-left: 0;
padding-right: 0;
margin: 0 50px;
}
header.entry-header {
padding: 40px 50px;
}
.nav-under .site-header {
padding-left: 0;
padding-right: 0;
margin: 0 50px;
}
#nav-container.nav-under #site-navigation {
margin-left: 35px;
margin-right: 35px;
}
}
@media only screen and (min-width: 767px){
#mobile-nav-toggle {
right: -10px;
top: -1px;
}
}
@media only screen and (max-width: 1250px) and (min-width: 1024px) {
.section .section-inner {
padding-left: 50px;
padding-right: 50px;
}
.side-by-side.right .content-wrap {
width: 470px;
}
.section .title {
font-size: 34px;
line-height: 38px;
}
.section .content p, .section .content li {
font-size: 18px;
line-height: 28px;
}
}
@media only screen and (max-width: 1199px) and (min-width: 1024px) {
.sidebar-section {
padding: 0;
}
.rotator-slide-content-inner {
max-width: 920px;
}
.rotator-prev, .rotator-next {
display: none;
}
.section.title-banner .title {
font-size: 50px;
line-height: 60px;
}
.section.title-banner .subtitle {
font-size: 21px;
line-height: 27px;
}
.section .section-inner {
padding-left: 50px;
padding-right: 50px;
}
.side-by-side.left .content-wrap,
.side-by-side.right .content-wrap {
width: calc(100% - 135px);
padding-top: 50px;
padding-bottom: 50px;
}
.section.side-by-side .title {
font-size: 30px;
line-height: 34px;
}
.side-by-side .featured-image img {
width: 150%;
max-width: none;
}
.section .content p, .section .content li {
font-size: 16px;
line-height: 26px;
}
.single .entry-content {
padding: 60px 55px;
border-radius: 0;
}
.sidebar {
width: 30%;
}
.sidebar-sections {
width: 70%;
}
.footer-columns[cols="3"] .footer-column {
width: 50%;
}
.footer-columns[cols="4"] .footer-column {
width: 50%;
}
#content-wrapper {
padding: 0;
}
#footer-container {
height: auto;
position: relative;
}
.gform_wrapper form {
margin: 50px -20px 0;
}
#single-header-inner {
margin: 0 55px;
padding: 0;
box-sizing: border-box;
}
.sidebar-block.social-presence a, .footer-block.social-presence a {
width: 32px;
height: 32px;
}
.sidebar-block.social-presence .icon-facebook, .footer-block.social-presence .icon-facebook {
background-position: 4px 0;
}
.sidebar-block.social-presence .icon-twitter, .footer-block.social-presence .icon-twitter {
background-position: -23px 0;
}
.sidebar-block.social-presence .icon-googleplus, .footer-block.social-presence .icon-googleplus {
background-position: -51px 0;
}
.sidebar-block.social-presence .icon-linkedin, .footer-block.social-presence .icon-linkedin {
background-position: -78px 0;
}
.sidebar-block.social-presence .icon-pinterest, .footer-block.social-presence .icon-pinterest {
background-position: -105px 0;
}
}
@media only screen and (max-width: 1600px){
.parent-portal {
position: static;
right: 0;
top: 0;
font-size: 14px;
text-align: center;
padding: 9px;
z-index: 1001;
background-color: rgba(240,240,240,0.4);
border-radius: none;
display: flex;
justify-content: space-between;
padding: 20px 20px 10px;
}
.parent-portal-title {
margin-right: 7px;
font-size: 17px;
display: inline-block;
}
#header-container.scrolled {
height: 142px;
}
#header-container {
position: relative;
height: 0; }
.upper-header-mobile {
display: inline-block;
}
}@media only screen and (max-width: 1123px) and (min-width: 768px) {
#mobile-nav {
display: block;
}
#mobile-nav-toggle {
display: inline-block;
}
#mobile-nav-shad {
display: none;
}
body.nav-active #mobile-nav-shad {
display: block;
}
#nav-container {
padding: 0 !important;
height: auto !important;
vertical-align: middle !important;
width: calc( 100% - 320px ) !important;
}
#mobile-nav {
width: 40%;
}
#site-navigation {
display: none;
}
.rotator-slide-content-inner {
padding: 0 100px;
}
.rotator-title {
font-size: 45px;
line-height: 50px;
}
.rotator-subtitle {
font-size: 20px;
line-height: 22px;
}
.section.title-banner .title {
font-size: 40px;
line-height: 50px;
}
.section.title-banner .subtitle {
font-size: 18px;
line-height: 22px;
}
.section .section-inner {
padding-left: 50px;
padding-right: 50px;
}
.content-block.featured-image-left .content-wrap {
padding: 0 0 0 60px;
}
.content-block.featured-image-right .content-wrap {
padding: 0 60px 0 0;
}
.section .title {
font-size: 32px;
line-height: 36px;
}
.section .subtitle {
font-size: 20px;
line-height: 22px;
}
.section .content p, .section .content li {
font-size: 14px;
line-height: 26px;
}
.content-block .featured-image label {
display: none;
}
.content-block .featured-image {
box-shadow: none;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-transform: rotate(0deg);
border-radius: 0;
}
.side-by-side.left .content-wrap {
width: calc(100% - 90px);
padding-top: 40px;
padding-bottom: 40px;
padding-left: 50px;
}
.side-by-side.right .content-wrap {
width: calc(100% - 90px);
padding-top: 40px;
padding-bottom: 40px;
padding-right: 50px;
}
.side-by-side .featured-image img {
width: 300%;
max-width: none;
margin: 0 -150%;
}
.side-by-side.left .content-outer {
left: 30%;
width: 70%;
}
.side-by-side.right .content-outer {
width: 70%;
}
.side-by-side .featured-image {
width: 30%;
}
.grid-block.background-image .section-inner-wrap-1 {
position: relative;
}
.grid-block.background-image .section-background {
position: absolute;
height: 100%;
min-width: 100%;
max-width: none;
width: auto;
}
.single-grid-block-inner {
padding: 0 15px;
text-align: center;
}
.section.grid-block .content p {
line-height: 20px;
}
.single-team-member {
width: 40%;
}
.news[row="2"] .news-post,
.news[row="3"] .news-post,
.news[row="4"] .news-post {
width: 50%;
}
.section.news .news-post-inner:hover .news-post-read-more {
line-height: 182px;
}
.single .entry-content {
padding: 50px 60px;
border-radius: 0;
font-size: 16px;
}
.archive article, .search article {
padding: 30px;
}
.sidebar-sections {
width: 100%;
}
.sidebar-section.sidebar-right .sidebar, .sidebar-section.sidebar-left .sidebar {
position: relative;
width: 100%;
left: auto;
right: auto;
}
.single-post .sidebar-section.sidebar-right .sidebar, .single-post .sidebar-section.sidebar-left .sidebar {
position: relative;
width: 100%;
left: auto;
right: auto;
margin: 0;
}
.sidebar {
columns: 2;
column-gap: 40px;
}
.footer-columns[cols="3"] .footer-column {
width: 50%;
}
.footer-columns[cols="4"] .footer-column {
width: 50%;
}
#content-wrapper {
padding: 0;
}
#footer-container {
height: auto;
position: relative;
}
.entry-header .entry-title, .search-results h1.page-title {
font-size: 32px;
}
.archive h1.entry-title a, .search h1.entry-title a {
font-size: 26px;
}
.upper-header .location a {
font-size: 16px;
}
#nav-container.nav-under {
position: absolute;
top: 0;
right: 40px;
box-shadow: none;
margin: 0;
width: auto !important;
height: 100% !important;
}
#header-container.nav-under {
height: 117px;
}
#header-spacer.nav-under {
height: 117px;
}
.nav-under #mobile-nav-toggle {
position: relative;
display: block;
right: 0;
top: 50%;
margin-top: -25px;
}
.gform_wrapper form {
margin: 50px -16px 0;
}
#single-header-inner {
padding: 0;
box-sizing: border-box;
margin: 0 80px;
}
.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
margin: 0;
padding: 0;
background: transparent;
}
.single .featured-image-wrap.hero .featured-image {
max-height: 300px;
}
}
@media only screen and (max-width: 900px) {
.home-video-modal iframe, 
.home-video-modal .home-video-modal-content {
width: 320px;
height: 240px;
}
}@media only screen and (max-width: 767px) and (min-width: 480px) {
#mobile-nav {
display: block;
}
#mobile-nav-toggle {
display: inline-block;
right: -10px;
}
#mobile-nav-shad {
display: none;
}
body.nav-active #mobile-nav-shad {
display: block;
}
#nav-container {
padding: 0 !important;
height: auto !important;
vertical-align: middle !important;
width: 30% !important;
}
#header-container {
height: auto;
position: relative !important;
}
#header-spacer {
display: none;
}
.site-header {
padding: 15px 0;
}
#site-navigation {
display: none;
}
.rotator-prev, .rotator-next {
display: none;
}
.rotator-button {
margin: 20px 0 0;
}
.bx-controls.bx-has-pager {
display: none;
}
a.site-title {
width: 70%;
}
#mobile-nav {
width: 40%;
}
.rotator-slide-content-inner {
padding: 0 50px;
}
.rotator-title {
font-size: 20px;
line-height: 24px;
}
.rotator-subtitle {
font-size: 16px;
line-height: 18px;
}
.rotator-button {
padding: 8px 18px;
font-size: 14px;
}
.section.title-banner .title {
font-size: 30px;
line-height: 32px;
}
.section.title-banner .subtitle {
font-size: 18px;
line-height: 22px;
}
.content-block.featured-image-left .featured-image {
display: inline-block;
vertical-align: middle;
width: 50%;
margin: 0 0 0 -30%;
}
.content-block.featured-image-right .featured-image {
display: inline-block;
vertical-align: middle;
width: 50%;
margin: 0 -30% 0 0;
}
.content-block.featured-image-left .content-wrap,
.content-block.featured-image-right .content-wrap {
padding: 0 40px;
}
.content-block.featured-image-left .content-outer, .content-block.featured-image-right .content-outer {
display: inline-block;
vertical-align: middle;
width: 80%;
}
.section .title {
font-size: 26px;
line-height: 30px;
}
.section .subtitle {
font-size: 18px;
line-height: 20px;
}
.section .content p, .section .content li {
font-size: 16px;
line-height: 24px;
}
.content-block .featured-image label {
display: none;
}
.content-block .featured-image {
box-shadow: none;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-transform: rotate(0deg);
border-radius: 0;
}
.side-by-side.left .content-wrap {
width: calc(100% - 110px);
padding-top: 40px;
padding-bottom: 40px;
padding-left: 50px;
}
.side-by-side.right .content-wrap {
width: calc(100% - 110px);
padding-top: 40px;
padding-bottom: 40px;
padding-right: 50px;
}
.side-by-side .featured-image img {
width: 500%;
max-width: none;
margin: 0 -250%;
}
.side-by-side.left .content-outer {
left: 20%;
width: 80%;
}
.side-by-side.right .content-outer {
width: 80%;
}
.side-by-side .featured-image {
width: 20%;
}
.title-banner .section-background {
width: 150%;
max-width: none;
margin: 0 -25%;
}
.grid-block.background-image .section-inner-wrap-1 {
position: relative;
}
.grid-block.background-image .section-background {
position: absolute;
height: 100%;
min-width: 100%;
max-width: none;
width: auto;
}
.single-grid-block-inner {
padding: 0 15px;
text-align: center;
}
.news[row="1"],
.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post,
.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post,
.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post,
.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post {
margin: 0 auto 50px;
width: 50%;
display: block;
}
.grid-block .image {
max-width: 150px;
}
.single-team-member {
width: 50%;
}
.section.news .news-post-inner:hover .news-post-read-more {
line-height: 182px;
}
.section .section-inner {
padding-left: 30px;
padding-right: 30px;
}
.single .entry-content {
padding: 40px 50px;
border-radius: 0;
font-size: 16px;
}
.post-sharing {
position: relative;
margin: -12px 0 10px 0;
}
.entry-content .post-sharing a {
font-size: 11px;
padding: 4px 12px;
}
.archive article, .search article {
padding: 30px;
}
.sidebar-sections {
width: 100%;
}
.sidebar-section.sidebar-right .sidebar, .sidebar-section.sidebar-left .sidebar {
position: relative;
width: 100%;
left: auto;
right: auto;
}
.single-post .sidebar-section.sidebar-right .sidebar, .single-post .sidebar-section.sidebar-left .sidebar {
position: relative;
width: 100%;
left: auto;
right: auto;
margin: 0;
columns: 1;
}
.sidebar {
columns: 2;
column-gap: 40px;
}
.footer-columns[cols="3"] .footer-column,
.footer-columns[cols="4"] .footer-column {
width: 80%;
position: relative;
margin: 0 auto;
display: block;
}
#content-wrapper {
padding: 0;
}
#footer-container {
height: auto;
position: relative;
}
.entry-header .entry-title, .search-results h1.page-title {
font-size: 32px;
}
.archive h1.entry-title a, .search h1.entry-title a {
font-size: 26px;
}
#nav-container.nav-under {
position: absolute;
top: 0;
right: 40px;
box-shadow: none;
margin: 0;
width: auto !important;
height: 100% !important;
}
#header-container.nav-under {
height: auto;
}
#header-spacer.nav-under {
height: 117px;
}
.nav-under #mobile-nav-toggle {
right: 0;
top: 50%;
margin-top: -25px;
display: block;
position: relative;
}
.gform_wrapper form {
margin: 50px -10px 0;
}
.rotator-prev, .rotator-next {
width: 50px;
}
.rotator-prev a, .rotator-next a {
background-size: 20px !important;
}
.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
padding: 0;
}
#single-header-inner {
margin: 0 70px;
padding: 0;
}
.single .featured-image-wrap.hero .featured-image {
max-height: 400px;
}
.single .post-sharing {
position: relative;
}
}
@media only screen and (max-width: 767px) and (min-width: 630px) {
.upper-header {
font-size: 12px;
width: 192px;
position: absolute;
right: 31px;
z-index: 99;
display: flex;
justify-content: space-between;
height: 56px;
top: 14px;
flex-direction: column;
align-items: center;
}
.upper-header .location a {
font-size: 18px;
}
}
@media only screen and (max-width: 630px) {
.upper-header {
top: -21px;
}
.upper-header .location a {
font-size: 18px;
}
#header-container {
height: 85px;
}
.site-header {
margin: 40px 20px 0;
}
}
@media only screen and (max-width: 479px) {
#site-copyright,.footer-credits {
display: block!important;
margin-top:0px;
text-align: center;
}
#mobile-nav {
display: block;
}
#mobile-nav-toggle {
display: inline-block;
right: -13px;
}
#mobile-nav-shad {
display: none;
}
body.nav-active #mobile-nav-shad {
display: block;
}
#nav-container {
padding: 0 !important;
height: auto !important;
vertical-align: middle !important;
width: 30% !important;
}
#header-container {
height: 111px;
position: fixed !important;
background: #FFF;
}
#header-spacer, #header-spacer.nav-under {
height: 82px;
}
.site-header {
padding: 15px 0;
}
#site-navigation {
display: none;
}
.rotator-slide-content-inner {
padding: 15px 15px;
text-align: center;
}
.rotator-slide-content-width {
float: none;
}
.rotator-prev, .rotator-next {
display: none;
}
.rotator-title {
font-size: 16px;
line-height: 18px;
}
.rotator-subtitle {
font-size: 12px;
line-height: 14px;
}
.rotator-button {
margin: 20px 0 0;
}
.bx-controls.bx-has-pager {
display: none;
}
a.site-title {
width: 70%;
}
.section.mobile-background .section-background {
display: none;
}
.section.mobile-background .mobile-background {
display: block;
}
.section.title-banner .title {
font-size: 28px;
line-height: 32px;
}
.section.title-banner .subtitle {
font-size: 18px;
line-height: 24px;
}
.section-rotator .mobile-background {
display: block;
}
.section-rotator .rotator-background { }
.content-block.featured-image-left .featured-image.left,
.content-block.featured-image-right .featured-image.left.mobile {
display: block;
width: 100%;
text-align: center;
}
.content-block.featured-image-left .content-outer, .content-block.featured-image-right .content-outer {
display: block;
width: 100%;
}
.content-block.featured-image-left .content-wrap, .content-block.featured-image-right .content-wrap {
padding: 40px 0 0;
}
.section .title {
font-size: 26px;
line-height: 30px;
}
.section .subtitle {
font-size: 18px;
line-height: 20px;
}
.section .content p, .section .content li {
font-size: 16px;
line-height: 24px;
}
.content-block.featured-image-right .featured-image {
display: none;
}
.content-block .featured-image label {
display: none;
}
.content-block .featured-image {
box-shadow: none;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-ms-transform: rotate(0deg);
-transform: rotate(0deg);
border-radius: 0;
}
.button {
padding: 8px 18px;
font-size: 12px;
}
.side-by-side .featured-image {
width: 100%;
display: block;
}
.side-by-side.left .content-outer, .side-by-side.right .content-outer {
left: 0;
width: 100%;
position: relative;
}
.side-by-side .content-spacer {
display: none;
}
.side-by-side.left .content-wrap, .side-by-side.right .content-wrap {
width: 100%;
padding: 30px;
box-sizing: border-box;
}
.side-by-side .featured-image.right {
display: none;
}
.side-by-side .featured-image.mobile {
display: block;
}
.grid-block.background-image .section-inner-wrap-1 {
position: relative;
}
.grid-block.background-image .section-background {
position: absolute;
height: 100%;
min-width: 100%;
max-width: none;
width: auto;
}
.single-grid-block-inner {
padding: 0 15px;
text-align: center;
}
.team-members .bio p {
font-size: 16px;
line-height: 26px;
}
.news-post {
font-size: 16px;
}
.news[row="1"],
.grid-blocks[row="2"] .single-grid-block, .news[row="2"] .news-post,
.grid-blocks[row="3"] .single-grid-block, .news[row="3"] .news-post,
.grid-blocks[row="4"] .single-grid-block, .news[row="4"] .news-post,
.grid-blocks[row="5"] .single-grid-block, .news[row="5"] .news-post {
margin: 0 auto 50px;
width: 100%;
display: block;
}
.grid-block .image {
max-width: 150px;
}
.single-team-member {
width: 100%;
}
.section.news .news-post-inner:hover .news-post-read-more {
line-height: 182px;
}
.section .section-inner {
padding-left: 30px;
padding-right: 30px;
}
li.gfield, li#field_1_5 {
width: 100%;
margin: 0 0 35px 0;
}
.gfield label.gfield_label {
font-size: 14px;
height: 42px;
line-height: 24px;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="email"], .gform_wrapper input[type="number"], .gform_wrapper input[type="tel"] {
font-size: 18px;
height: 42px;
}
.gform_wrapper textarea {
font-size: 18px;
}
.gform_wrapper .gfield.active label.gfield_label {
top: -35px;
}
.gform_footer input[type="submit"] {
font-size: 18px;
line-height: 22px;
height: 40px;
}
.gform_wrapper div.validation_error {
font-size: 14px;
line-height: 16px;
}
.single .entry-content {
padding: 25px 30px;
border-radius: 0;
font-size: 14px;
}
.single h1.entry-title {
font-size: 30px;
}
.single .post-meta {
font-size: 12px;
}
.single .featured-image-wrap {
height: auto;
}
.single .featured-image {
position: relative;
float: none;
width: 100%;
padding: 0;
}
.featured-image-wrap.hero .featured-image-overlay {
box-shadow: inset 0 -160px 60px -60px rgb(248, 248, 248);
}
.post-sharing {
position: relative;
margin: -12px 0 10px 0;
}
.entry-content .post-sharing a {
font-size: 11px;
padding: 4px 12px;
}
.archive article, .search article {
padding: 30px;
}
.sidebar-sections {
width: 100%;
}
.sidebar-section.sidebar-right .sidebar, .sidebar-section.sidebar-left .sidebar {
position: relative;
width: 100%;
left: auto;
right: auto;
}
.footer-columns[cols="3"] .footer-column,
.footer-columns[cols="4"] .footer-column {
width: 100%;
display: block;
}
#content-wrapper {
padding: 0;
}
#footer-container {
height: auto;
position: relative;
}
header.entry-header {
padding: 30px;
}
.entry-header .entry-title, .search-results h1.page-title {
font-size: 22px;
}
.archive h1.entry-title a, .search h1.entry-title a {
font-size: 18px;
}
.search .entry-summary {
font-size: 14px;
}
.article-thumb {
display: block;
width: 100%;
}
.article-content, [thumb="true"] .article-content {
width: 100%;
padding: 25px 30px 0;
}
.archive article:first-child, .search article:first-child, .blog article:first-child {
padding-top: 0px;
}
.single-post .sidebar-section.sidebar-right .sidebar, .single-post .sidebar-section.sidebar-left .sidebar {
position: relative;
width: calc( 100% + 110px );
left: auto;
right: auto;
margin: 0 -55px -25px;
columns: 1;
}
#nav-container.nav-under {
position: absolute;
top: 0;
right: 20px;
box-shadow: none;
margin: 0;
width: auto !important;
height: 100% !important;
}
#header-container.nav-under {
height: auto;
}
.nav-under #mobile-nav-toggle {
right: 0;
top: 50%;
margin-top: -25px;
display: block;
position: relative;
}
.upper-header {
width: 100%;
justify-content: space-between;
}
.gform_wrapper form {
margin: 50px 0px 0;
}
.rotator-prev, .rotator-next {
width: 40px;
}
.rotator-prev a, .rotator-next a {
background-size: 20px !important;
}
.single .featured-image-wrap.hero .featured-image img {
display: block;
}
.single .post-sharing a {
font-size: 11px;
}
#single-header-inner {
padding: 0 55px;
}
.single-post #content-wrapper.image-hero .sidebar-section.sidebar-right .sidebar {
padding: 0;
width: 100%;
}
.single .post-sharing {
position: relative;
}
.single .featured-image-wrap.inline .featured-image {
width: 100%;
padding: 10px 0;
}
}@media print {
body {
background: none !important;
color: #000;
font-size: 10pt;
}
footer a[rel=bookmark]:link:after,
footer a[rel=bookmark]:visited:after {
content: " [" attr(href) "] "; }
a {
text-decoration: none;
}
.entry-content img,
.comment-content img,
.author-avatar img,
img.wp-post-image {
border-radius: 0;
box-shadow: none;
}
.site {
clear: both !important;
display: block !important;
float: none !important;
max-width: 100%;
position: relative !important;
}
.site-header {
margin-bottom: 72px;
text-align: left;
}
.site-header h1 {
font-size: 21pt;
line-height: 1;
text-align: left;
}
.site-header h2 {
color: #000;
font-size: 10pt;
text-align: left;
}
.site-header h1 a,
.site-header h2 a {
color: #000;
}
.author-avatar,
#colophon,
#respond,
.commentlist .comment-edit-link,
.commentlist .reply,
.entry-header .comments-link,
.entry-meta .edit-link a,
.page-link,
.site-content nav,
.widget-area,
img.header-image,
.main-navigation {
display: none;
}
.wrapper {
border-top: none;
box-shadow: none;
}
.site-content {
margin: 0;
width: auto;
}
.singular .entry-header .entry-meta {
position: static;
}
.singular .site-content,
.singular .entry-header,
.singular .entry-content,
.singular footer.entry-meta,
.singular .comments-title {
margin: 0;
width: 100%;
}
.entry-header .entry-title,
.entry-title,
.singular .entry-title {
font-size: 21pt;
}
footer.entry-meta,
footer.entry-meta a {
color: #444;
font-size: 10pt;
}
.author-description {
float: none;
width: auto;
} .commentlist > li.comment {
background: none;
position: relative;
width: auto;
}
.commentlist .avatar {
height: 39px;
left: 2.2em;
top: 2.2em;
width: 39px;
}
.comments-area article header cite,
.comments-area article header time {
}
}