.pl-sn-impulse .pl-sn-wrap {
background-color: #000;
}
.pl-impulse-mobile {
-moz-transition: -moz-transform 0.4s;
-o-transition: -o-transform 0.4s;
-webkit-transition: -webkit-transform 0.4s;
transition: transform .4s;
position: relative;
z-index: 998;
display: block;
height: 48px;
opacity: .45;
padding: 16px;
width: 48px;
will-change: opacity;
}
.pl-impulse-mobile span {
-moz-transition: .4s;
-o-transition: .4s;
-webkit-transition: .4s;
transition: .4s;
background-color: #FFF;
display: block;
height: 2px;
left: 14px;
margin-top: -1px;
position: absolute;
top: 50%;
width: 20px;
}
.pl-impulse-mobile span:first-child {
-moz-transform: translate(0, -6px);
-ms-transform: translate(0, -6px);
-webkit-transform: translate(0, -6px);
transform: translate(0, -6px);
}
.pl-impulse-mobile span:last-child {
-moz-transform: translate(0, 6px);
-ms-transform: translate(0, 6px);
-webkit-transform: translate(0, 6px);
transform: translate(0, 6px);
}
.pl-impulse-wrap.nav_none .pl-impulse-navbar {
display: none;
}
.pl-impulse-wrap.nav_bottom .pl-impulse-navbar {
top: auto;
bottom: 0;
}
.pl-impulse-wrap.nav_only .pl-impulse-navbar {
position: static;
}
.pl-impulse-wrap.nav_only .pl-impulse-gallery {
display: none !important;
}
.pl-impulse-navbar {
color: #fff;
padding: .8em 2em;
background-color: rgba(0, 0, 0, 0.5);
z-index: 100;
position: absolute;
top: 0;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
}
.pl-impulse-navbar.no-bg {
background-color: transparent;
}
.pl-impulse-navbar .pl-impulse-logo {
padding-right: 3em;
}
.pl-impulse-navbar .pl-impulse-logo img {
max-height: 40px;
display: block;
}
.pl-impulse-navbar .pl-impulse-brand {
-webkit-flex-shrink: 0;
-moz-flex-shrink: 0;
-ms-flex-shrink: 0;
flex-shrink: 0;
}
.pl-impulse-navbar .pl-nav-container {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.pl-impulse-navbar .pl-impulse-nav {
list-style-type: none;
display: inline-block;
margin: 0;
padding: 0;
}
.pl-impulse-navbar .pl-impulse-nav a,
.pl-impulse-navbar .pl-impulse-nav a:hover {
text-decoration: none;
}
.pl-impulse-navbar .pl-impulse-nav > li {
display: inline-block;
padding: 0;
}
.pl-impulse-navbar .pl-impulse-nav > li > a {
font-size: .9em;
font-weight: 500;
display: block;
color: inherit;
opacity: .8;
padding: .3em 1em;
border-radius: 2px;
}
.pl-impulse-navbar .pl-impulse-nav > li.current-menu-item > a,
.pl-impulse-navbar .pl-impulse-nav > li > a:hover {
opacity: 1;
background: rgba(255, 255, 255, 0.1);
}
.pl-impulse-navbar .iconlist-link {
text-align: center;
width: 2.1em;
height: 2.1em;
margin: 0 3px;
line-height: 1.9em;
border-radius: 2px;
display: inline-block;
color: inherit;
}
.pl-impulse-navbar .iconlist-link:hover {
background: rgba(255, 255, 255, 0.1);
}
@media (max-width: 767px) {
.pl-impulse-navbar {
display: block;
}
.pl-impulse-navbar .pl-impulse-brand {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
}
.pl-impulse-navbar .pl-impulse-brand .pl-impulse-logo {
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.pl-impulse-navbar .iconlist {
margin-top: 1em;
border-top: 1px solid rgba(255, 255, 255, 0.1);
padding-top: 5px;
}
.pl-impulse-navbar .pl-impulse-nav {
margin: 1em 0;
}
.pl-impulse-navbar .pl-impulse-nav > li {
display: block;
font-size: 1.2em;
}
.pl-impulse-navbar .pl-nav-elements {
max-height: 0;
opacity: 0;
overflow: hidden;
transition: all 0.3s;
will-change: max-height;
}
}
@media (min-width: 768px) {
.pl-impulse-navbar .pl-impulse-mobile {
display: none;
}
.pl-impulse-navbar .pl-nav-elements {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-grow: 1;
-moz-flex-grow: 1;
-ms-flex-grow: 1;
flex-grow: 1;
}
.pl-impulse-navbar .pl-impulse-navbar-element {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
}
body.show-impulse-mobile .pl-impulse-mobile {
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
body.show-impulse-mobile .pl-impulse-mobile span:first-child {
-moz-transform: rotate(45deg) translate(0, 0);
-ms-transform: rotate(45deg) translate(0, 0);
-webkit-transform: rotate(45deg) translate(0, 0);
transform: rotate(45deg) translate(0, 0);
}
body.show-impulse-mobile .pl-impulse-mobile span:nth-child(2) {
-moz-transform: scaleX(0);
-ms-transform: scaleX(0);
-webkit-transform: scaleX(0);
transform: scaleX(0);
}
body.show-impulse-mobile .pl-impulse-mobile span:last-child {
-moz-transform: rotate(-45deg) translate(0, 0);
-ms-transform: rotate(-45deg) translate(0, 0);
-webkit-transform: rotate(-45deg) translate(0, 0);
transform: rotate(-45deg) translate(0, 0);
}
body.show-impulse-mobile .pl-impulse-navbar .pl-nav-elements {
max-height: 100vh;
opacity: 1;
}
.pl-sn-impulse {      }
.pl-sn-impulse .pl-sn-pad {
padding: 0;
}
.pl-sn-impulse .pl-impulse-gallery {
position: relative;
opacity: 0;
transition: opacity .8s;
}
.pl-sn-impulse .pl-impulse-gallery.show-impulse {
opacity: 1;
}
.pl-sn-impulse .pl-impulse-gallery .own-nav {
z-index: 101;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev,
.pl-sn-impulse .pl-impulse-gallery .owl-next {
top: 50%;
position: absolute;
font-size: 70px;
width: 70px;
text-align: center;
margin-top: -35px;
height: 70px;
line-height: 70px;
font-weight: 600;
transition: color .4s;
opacity: .5;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev:hover,
.pl-sn-impulse .pl-impulse-gallery .owl-next:hover {
opacity: 1;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev:active,
.pl-sn-impulse .pl-impulse-gallery .owl-next:active {
opacity: .6;
}
.pl-sn-impulse .pl-impulse-gallery .owl-prev i,
.pl-sn-impulse .pl-impulse-gallery .owl-next i {
vertical-align: top;
}
.pl-sn-impulse .pl-impulse-gallery .owl-next {
right: 0;
}
@media (max-width: 560px) {
.pl-sn-impulse .pl-impulse-gallery .owl-nav {
display: none;
}
}
.pl-sn-impulse .pl-impulse-cell {
text-decoration: none;
display: block;
height: 100vh;
}
.pl-sn-impulse .pl-impulse-cell .overlay {
opacity: 0;
transition: opacity .1s;
will-change: opacity;
}
.pl-sn-impulse .pl-impulse-cell.overlay-dark .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-light .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-blue .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-orange .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-green .overlay,
.pl-sn-impulse .pl-impulse-cell.overlay-grad-bluepink .overlay {
opacity: 1;
display: block;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 4;
}
.pl-sn-impulse .pl-impulse-cell.overlay-dark .overlay {
background-color: rgba(0, 0, 0, 0.6);
}
.pl-sn-impulse .pl-impulse-cell.overlay-light .overlay {
background-color: rgba(255, 255, 255, 0.8);
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-blue .overlay {
background: #0b6bfe; background: -moz-linear-gradient(top, #0b6bfe 0%, #083ba3 100%); background: -webkit-linear-gradient(top, #0b6bfe 0%, #083ba3 100%); background: linear-gradient(to bottom, #0b6bfe 0%, #083ba3 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0b6bfe', endColorstr='#083ba3', GradientType=0); opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-orange .overlay {
background: #ffaf00; background: -moz-linear-gradient(top, #ffaf00 0%, #c90a0a 100%); background: -webkit-linear-gradient(top, #ffaf00 0%, #c90a0a 100%); background: linear-gradient(to bottom, #ffaf00 0%, #c90a0a 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffaf00', endColorstr='#C90A0A', GradientType=0); opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-green .overlay {
background: #3FB618; background: -moz-linear-gradient(top, #3fb618 0%, #227210 100%); background: -webkit-linear-gradient(top, #3fb618 0%, #227210 100%); background: linear-gradient(to bottom, #3fb618 0%, #227210 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3FB618', endColorstr='#227210', GradientType=0); opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell.overlay-grad-bluepink .overlay {
background: #0B6BFE; background: -moz-linear-gradient(top, #0b6bfe 0%, #ff00ce 100%); background: -webkit-linear-gradient(top, #0b6bfe 0%, #ff00ce 100%); background: linear-gradient(to bottom, #0b6bfe 0%, #ff00ce 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0B6BFE', endColorstr='#FF00CE', GradientType=0); opacity: .65;
}
.pl-sn-impulse .pl-impulse-cell .cell-wrap {
background-position: 50%;
background-size: cover;
background-repeat: no-repeat;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
height: 100%;
}
.pl-sn-impulse .pl-impulse-cell.contain .cell-wrap {
background-size: contain;
}
.pl-sn-impulse .pl-impulse-cell .pl-bg-video-container {
top: 0;
}
.pl-sn-impulse .pl-impulse-cell .cell-content {
padding: 1em 140px;
text-align: center;
z-index: 100;
will-change: opacity;
}
.pl-sn-impulse .pl-impulse-cell .cell-text {
letter-spacing: -0.02em;
line-height: 1;
margin: 30px 0;
}
.pl-sn-impulse .pl-impulse-cell .cell-text h2 {
font-weight: 600;
font-size: 4em;
}
.pl-sn-impulse .pl-impulse-cell .cell-text .sub-title {
font-size: 1.4em;
}
@media (max-width: 767px) {
.pl-sn-impulse .pl-impulse-cell .cell-content {
padding: 1em 50px;
}
.pl-sn-impulse .pl-impulse-cell .cell-text h2 {
font-size: 2em;
}
.pl-sn-impulse .pl-impulse-cell .cell-text .sub-title {
font-size: 1.1em;
}
}
@media (max-width: 468px) {
.pl-sn-impulse .pl-impulse-cell .cell-text h2 {
font-size: 1.6em;
}
}
.pl-sn-impulse .owl-carousel .animated {
-webkit-animation-duration: 1000ms;
animation-duration: 1000ms;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
}
.pl-sn-impulse .owl-carousel .owl-animated-in {
z-index: 0;
}
.pl-sn-impulse .owl-carousel .owl-animated-out {
z-index: 1;
}
.pl-sn-impulse .owl-carousel .fadeOut {
-webkit-animation-name: fadeOut;
animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
@keyframes fadeOut {
0% {
opacity: 1;
}
100% {
opacity: 0;
}
}
.pl-sn-impulse .owl-height {
-webkit-transition: height 500ms ease-in-out;
-moz-transition: height 500ms ease-in-out;
-ms-transition: height 500ms ease-in-out;
-o-transition: height 500ms ease-in-out;
transition: height 500ms ease-in-out;
}
.pl-sn-impulse .owl-carousel {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent; position: relative;
z-index: 1;
}
.pl-sn-impulse .owl-carousel .owl-stage {
position: relative;
-ms-touch-action: pan-Y;
}
.pl-sn-impulse .owl-carousel .owl-stage:after {
content: ".";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
.pl-sn-impulse .owl-carousel .owl-stage-outer {
position: relative;
overflow: hidden; -webkit-transform: translate3d(0px, 0px, 0px);
}
.pl-sn-impulse .owl-carousel .owl-controls .owl-nav .owl-prev,
.pl-sn-impulse .owl-carousel .owl-controls .owl-nav .owl-next,
.pl-sn-impulse .owl-carousel .owl-controls .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;
}
.pl-sn-impulse .owl-carousel.owl-loaded {
display: block;
}
.pl-sn-impulse .owl-carousel.owl-loading {
opacity: 0;
display: block;
}
.pl-sn-impulse .owl-carousel.owl-hidden {
opacity: 0;
}
.pl-sn-impulse .owl-carousel .owl-refresh .owl-item {
display: none;
}
.pl-sn-impulse .owl-carousel .owl-item {
position: relative;
min-height: 1px;
float: left;
-webkit-backface-visibility: hidden;
-webkit-tap-highlight-color: transparent;
-webkit-touch-callout: none;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}
.pl-sn-impulse .owl-carousel .owl-item img {
display: block;
width: 100%;
-webkit-transform-style: preserve-3d;
}
.pl-sn-impulse .owl-carousel.owl-text-select-on .owl-item {
-webkit-user-select: auto;
-moz-user-select: auto;
-ms-user-select: auto;
user-select: auto;
}
.pl-sn-impulse .owl-carousel .owl-grab {
cursor: move;
cursor: -webkit-grab;
cursor: -o-grab;
cursor: -ms-grab;
cursor: grab;
}
.pl-sn-impulse .owl-carousel.owl-rtl {
direction: rtl;
}
.pl-sn-impulse .owl-carousel.owl-rtl .owl-item {
float: right;
}
.pl-sn-impulse .no-js .owl-carousel {
display: block;
}
.pl-sn-impulse .owl-carousel .owl-item .owl-lazy {
opacity: 0;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.pl-sn-impulse .owl-carousel .owl-item img {
transform-style: preserve-3d;
}
.pl-sn-impulse .owl-carousel .owl-video-wrapper {
position: relative;
height: 100%;
background: #000;
}
.pl-sn-impulse .owl-carousel .owl-video-play-icon {
position: absolute;
height: 80px;
width: 80px;
left: 50%;
top: 50%;
margin-left: -40px;
margin-top: -40px;
background: url(//londonbrideuk.com/wp-content/plugins/pl-section-impulse/owl.video.play.png) no-repeat;
cursor: pointer;
z-index: 1;
-webkit-backface-visibility: hidden;
-webkit-transition: scale 100ms ease;
-moz-transition: scale 100ms ease;
-ms-transition: scale 100ms ease;
-o-transition: scale 100ms ease;
transition: scale 100ms ease;
}
.pl-sn-impulse .owl-carousel .owl-video-play-icon:hover {
-webkit-transition: scale(1.3, 1.3);
-moz-transition: scale(1.3, 1.3);
-ms-transition: scale(1.3, 1.3);
-o-transition: scale(1.3, 1.3);
transition: scale(1.3, 1.3);
}
.pl-sn-impulse .owl-carousel .owl-video-playing .owl-video-tn,
.pl-sn-impulse .owl-carousel .owl-video-playing .owl-video-play-icon {
display: none;
}
.pl-sn-impulse .owl-carousel .owl-video-tn {
opacity: 0;
height: 100%;
background-position: center center;
background-repeat: no-repeat;
-webkit-background-size: contain;
-moz-background-size: contain;
-o-background-size: contain;
background-size: contain;
-webkit-transition: opacity 400ms ease;
-moz-transition: opacity 400ms ease;
-ms-transition: opacity 400ms ease;
-o-transition: opacity 400ms ease;
transition: opacity 400ms ease;
}
.pl-sn-impulse .owl-carousel .owl-video-frame {
position: relative;
z-index: 1;
}.pl-sn-postgrid .pl-postgrid-title {
margin: 2em 0 3em;
}
.pl-sn-postgrid .pl-postgrid-headline {
font-size: 3em;
letter-spacing: -0.05em;
}
.pl-sn-postgrid .pl-postgrid-subheadline {
font-size: 1.1em;
line-height: 1.4;
}
.pl-sn-postgrid .pl-postgrid-title {
margin-bottom: 2em;
}
.pl-sn-postgrid .pl-postgrid-action {
margin-top: 2em;
}
@media (max-width: 768px) {
.pl-sn-postgrid .pl-postgrid-headline {
font-size: 2em;
}
.pl-sn-postgrid .pl-postgrid-subheadline {
font-size: 1em;
}
}
@media (max-width: 480px) {
.pl-sn-postgrid .pl-postgrid-headline {
font-size: 1.5em;
}
}
.pl-sn-postgrid .pl-postgrid .the-postgrid-item {
margin-bottom: 1em;
}
.pl-sn-postgrid .pl-postgrid .pl-postgrid-item {
position: relative;
display: block;
color: inherit;
transition: all .2s;
text-decoration: none;
}
.pl-sn-postgrid .pl-postgrid .pl-postgrid-item:hover {
text-decoration: none;
}
.pl-sn-postgrid .pl-postgrid .pl-postgrid-item .inner-wrap {
background: #000;
}
.pl-sn-postgrid .pl-postgrid .pl-postgrid-item img {
transition: all .4s;
display: block;
}
.pl-sn-postgrid .pl-postgrid-splash .pl-postgrid-text {
display: none;
}
.pl-sn-postgrid .pl-postgrid-splash .pl-postgrid-text h4 {
margin: 0;
padding: .5em;
font-size: 1.1em;
}
.pl-sn-postgrid .pl-postgrid-splash .pl-postgrid-text .meta {
opacity: .6;
font-size: .9em;
font-weight: 500;
text-transform: uppercase;
letter-spacing: .1em;
line-height: 1.1;
}
.pl-sn-postgrid .pl-postgrid-splash.text-overlay .pl-postgrid-text {
position: absolute;
top: 0;
left: 0;
height: 100%;
width: 100%;
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
color: #fff;
z-index: 50;
font-size: .9em;
}
.pl-sn-postgrid .pl-postgrid-splash.text-overlay .pl-postgrid-text h4 {
color: inherit;
}
.pl-sn-postgrid .pl-postgrid-splash.text-bottom .pl-postgrid-text {
display: block;
}
.pl-sn-postgrid .pl-postgrid-splash.text-bottom .pl-postgrid-text .meta {
font-size: 12px;
letter-spacing: 1px;
}
.pl-sn-postgrid .pl-postgrid [class*='pl-col-'] {
margin-right: 0;
}
.pl-sn-postgrid .pl-postgrid-splash.full-spacing .pl-postgrid {
margin-right: -1em;
margin-left: -1em;
}
.pl-sn-postgrid .pl-postgrid-splash.full-spacing .pl-postgrid > [class*='pl-col-'] {
padding-right: 1em;
padding-left: 1em;
margin-top: 1em;
margin-bottom: 1em;
}
.pl-sn-postgrid .pl-postgrid-splash .pl-postgrid,
.pl-sn-postgrid .pl-postgrid-splash.half-spacing .pl-postgrid {
margin-right: -0.5em;
margin-left: -0.5em;
}
.pl-sn-postgrid .pl-postgrid-splash .pl-postgrid > [class*='pl-col-'],
.pl-sn-postgrid .pl-postgrid-splash.half-spacing .pl-postgrid > [class*='pl-col-'] {
padding-right: .5em;
padding-left: .5em;
margin-top: .5em;
margin-bottom: .5em;
}
.pl-sn-postgrid .pl-postgrid-splash.no-spacing .pl-postgrid {
margin-right: 0;
margin-left: 0;
}
.pl-sn-postgrid .pl-postgrid-splash.no-spacing .pl-postgrid > [class*='pl-col-'] {
padding-right: 0;
padding-left: 0;
margin-top: 0;
margin-bottom: 0;
}
.pl-sn-postgrid .pl-postgrid-splash.hide-text .pl-postgrid-text {
display: none;
}
.pl-sn-postgrid .pl-postgrid-splash.rounded .pl-postgrid .pl-postgrid-item {
border-radius: 7px;
}
.pl-sn-postgrid .pl-postgrid-splash.rounded .pl-postgrid .pl-postgrid-item .inner-wrap,
.pl-sn-postgrid .pl-postgrid-splash.rounded .pl-postgrid .pl-postgrid-item img {
border-radius: 4px;
}
.pl-sn-postgrid .pl-postgrid-splash.opacity .pl-postgrid-item img {
opacity: .6;
}
.pl-sn-postgrid .pl-postgrid-splash.opacity .pl-postgrid-item:hover img {
opacity: 1;
}
.pl-sn-postgrid .pl-postgrid-splash.shadow .pl-postgrid .pl-postgrid-item {
position: relative;
}
.pl-sn-postgrid .pl-postgrid-splash.shadow .pl-postgrid .pl-postgrid-item:hover {
z-index: 10;
transform: translate(0, -2px);
}
.pl-sn-postgrid .pl-postgrid-splash.shadow .pl-postgrid .pl-postgrid-item img {
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}
.pl-sn-postgrid .pl-postgrid-splash.shadow .pl-postgrid .pl-postgrid-item img:hover {
box-shadow: 0 4px 8px rgba(0, 0, 0, 0.24);
}
.pl-sn-postgrid .pl-postgrid-splash.zoom .pl-postgrid .pl-postgrid-item {
overflow: hidden;
}
.pl-sn-postgrid .pl-postgrid-splash.zoom .pl-postgrid .pl-postgrid-item .inner-wrap {
overflow: hidden;
}
.pl-sn-postgrid .pl-postgrid-splash.zoom .pl-postgrid .pl-postgrid-item:hover img {
transform: scale(1.1);
}
.pl-sn-postgrid .pl-postgrid-splash.frame .pl-postgrid .pl-postgrid-item {
overflow: hidden;
border: 1px solid rgba(0, 0, 0, 0.1);
padding: .3em;
}
.pl-sn-postgrid .pl-postgrid-splash.frame .pl-postgrid .pl-postgrid-item:hover {
border: 1px solid rgba(0, 0, 0, 0.2);
}.pl-sn-lax > .pl-sn-wrap > .pl-sn-pad {
padding: 0;
}
.lax-window {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flexbox;
display: -ms-flex;
display: flex;
-webkit-flex-direction: column;
-moz-flex-direction: column;
-ms-flex-direction: column;
flex-direction: column;
-webkit-justify-content: center;
-moz-justify-content: center;
-ms-justify-content: center;
justify-content: center;
}
.lax-window .lax-mast {
text-align: center;
padding: 1.5em 0;
}
.lax-window .lax-mast .subhead {
margin-bottom: 1em;
}
.pl-lax-window {
min-height: 400px;
background: transparent;
}section.pl-sn-maps .pl-sn-pad {
padding: 0;
}
#pl-map {
position: relative;
overflow: hidden;
min-height: 12.5;
min-width: 12.5;
} .gmnoprint img {
max-width: none !important;
}
.pl-map img {
max-width: none !important;
}