.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 {
}
}