html {
font-family: sans-serif;
-webkit-text-size-adjust: 100%;
-ms-text-size-adjust: 100%;
}
body {
margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
display: block;
}
audio,
canvas,
progress,
video {
display: inline-block;
vertical-align: baseline;
}
audio:not([controls]) {
display: none;
height: 0;
}
[hidden],
template {
display: none;
}
a {
background-color: transparent;
}
a:active,
a:hover {
outline: 0;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 0;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
padding: 0;
font-family: "Open Sans", sans-serif;
}
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"] {
-webkit-appearance: textfield;
box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
}
header {
position: relative;
}
header .socials-container {
position: fixed;
right: 1rem;
top: 1.5em;
opacity: 0.55;
z-index: 99999999999;
display: none;
}
header .main-navigation .socials-container {
display: block;
right: 50%;
transform: translateX(50%);
top: auto;
bottom: 1rem;
opacity: 0;
z-index: 99999999999;
}
header .main-navigation.toggled .socials-container {
opacity: 0.55;
}
@media screen and (min-width: 756px) {
header .socials-container {
display: block;
}
header .main-navigation .socials-container {
display: none;
}
}
header .socials-container svg {
width: 1.05rem;
} body,
input,
select,
textarea {
color: #404040;
font-size: 16px;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
font-size: 0.9375rem;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
font-size: 15px;
font-size: 0.9375rem;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff; }
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
table {
margin: 0 0 1.5em;
width: 100%;
} input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
color: rgba(0, 0, 0, 0.8);
font-size: 12px;
font-size: 0.75rem;
line-height: 1;
padding: 0.6em 1em 0.4em;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
}
input[type="reset"]:focus,
input[type="submit"]:focus,
input[type="reset"]:active,
input[type="submit"]:active {
border-color: #aaa #bbb #bbb;
box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
padding: 3px;
}
textarea {
padding-left: 3px;
width: 100%;
}  a:hover,
a:active {
outline: 0;
} .main-navigation {   width: 100%;
}
.main-navigation ul { list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation li {  }
.main-navigation a {
text-decoration: none;
}
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
float: left;
width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
float: right;
text-align: right;
width: 50%;
}  .screen-reader-text {
clip: rect(1px, 1px, 1px, 1px);
position: absolute !important;
height: 1px;
width: 1px;
overflow: hidden;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
color: #21759b;
display: block;
font-size: 14px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin-right: 1.5em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
content: "";
display: table;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
clear: both;
} .widget {
margin: 0 0 1.5em;
} .widget select {
max-width: 100%;
} .widget_search .search-submit {
display: none;
} figure[style*="padding-top:"] img {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
} .sticky {
display: block;
}
.hentry {
margin: 0 0 1.5em;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
} .infinity-end.neverending .site-footer {
display: block;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} embed,
iframe,
object {
max-width: 100%;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
text-align: center;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-2 .gallery-item {
max-width: 50%;
}
.gallery-columns-3 .gallery-item {
max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
max-width: 25%;
}
.gallery-columns-5 .gallery-item {
max-width: 20%;
}
.gallery-columns-6 .gallery-item {
max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
max-width: 11.11%;
}
.gallery-caption {
display: block;
} section.grid {
max-width: 102em;
margin: 3% auto;
padding: 0 2%; display: -webkit-box;
display: flex;
-webkit-box-pack: start;
justify-content: flex-start;
-webkit-box-pack: justify;
justify-content: space-between;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
}
.blog section.grid {
max-width: 92em;
}
@media screen and (min-width: 641px) {
.page-template-page_recognition section.grid {
margin: 3% auto 0;
}
}
.grid__item {
-webkit-box-flex: 0;
flex: 0 1 auto;
width: 100%;
margin-bottom: 1%;
text-align: center;
}
.blog .grid__item {
margin-bottom: 4rem;
}
@media screen and (min-width: 45em) {
.grid__item,
.blog .grid__item {
width: 48.5%;
}
.blog .grid__item {
margin-bottom: 6%;
}
}
@media screen and (min-width: 60em) {
.grid__item {
width: 32%;
}
}
.grid__item a {
display: block;
}
a.anchor {
display: block;
position: relative;
top: -7.5em;
visibility: hidden;
}
.grid__item.placeholder {
position: relative;
overflow: hidden;
}
.grid__item.placeholder::after {
content: "";
padding-top: 70%;
width: 100%;
position: absolute;
top: 0;
right: 0;
bottom: auto;
left: 0;
display: block;
}
.grid__item .grid__image img {
opacity: 0;
}
.grid__item .grid__image img.image-loaded {
opacity: 1;
-webkit-transition: opacity 1s ease-in-out;
transition: opacity 1s ease-in-out;
}
.grid__item .grid__image {
position: relative;
padding-top: 84%;
overflow: hidden; }
.grid__item .grid__image {
padding-top: 70%;
}
.grid__item .grid__image img {
-o-object-fit: cover;
object-fit: cover;
font-family: "object-fit: cover;";
display: block;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
height: 100%;
width: 100%; -webkit-transition: opacity 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955), outline 0.3s ease;
transition: opacity 0.65s cubic-bezier(0.455, 0.03, 0.515, 0.955), outline 0.3s ease;
}
.grid__item h4 {
-moz-osx-font-smoothing: auto;
-webkit-font-smoothing: auto;
}
.description-holder {
padding: 0 5%;
text-align: center;
color: var(--warm-grey);
width: 100%;
overflow: hidden;
max-height: 0;
-webkit-transition: max-height 1s cubic-bezier(0.075, 0.82, 0.165, 1);
transition: max-height 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.sub-nav:not([data-filterby="all"]) + .description-holder {
max-height: 13em;
}
.description-holder .description {
padding-top: 2em;
opacity: 0;
visibility: hidden;
-webkit-transition: opacity 0.35s 0.25s ease-out;
transition: opacity 0.35s 0.25s ease-out;
}
.sub-nav:not([data-filterby="all"]) + .description-holder .description {
position: absolute;
}
.sub-nav[data-filterby="all"] + .description-holder .description:first-child {
position: relative;
}
.sub-nav[data-filterby="new-homes"] + .description-holder .description[data-category="new-homes"],
.sub-nav[data-filterby="renovations"] + .description-holder .description[data-category="renovations"],
.sub-nav[data-filterby="on-the-boards"] + .description-holder .description[data-category="on-the-boards"] {
position: relative;
visibility: visible;
opacity: 1;
}
.sub-nav[data-filterby="new-homes"] ~ .grid .grid__item:not([data-category="new-homes"]),
.sub-nav[data-filterby="renovations"] ~ .grid .grid__item:not([data-category="renovations"]),
.sub-nav[data-filterby="on-the-boards"] ~ .grid .grid__item:not([data-category="on-the-boards"]) {
display: none;
}
.grid__item.placeholder {
display: block !important;
}
body.is-animating .grid__item,
body.is-animating .grid__item.placeholder {
display: none;
visibility: hidden;
}
body.is-animating .grid__item.placeholder {
}
.description-holder .description p {
max-width: 32em;
color: #4c4034;
margin: 1em auto 2em;
font-weight: 100;
}
.description-holder .description p:first-child {
font-family: "Gotham Narrow SSm A", "Gotham Narrow SSm B";
font-weight: 300;
font-style: normal;
letter-spacing: 0.05em;
margin: 0 auto;
color: inherit;
line-height: 1.3;
font-style: normal;
font-size: 1.5em;
clear: both;
text-transform: uppercase;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
}
.page-template-page_recognition h2,
h4.small-header {
font-size: 0.85em;
letter-spacing: 0.05em; text-transform: uppercase;
font-family: "CopperplateGothicStd-31BC";
color: #676565;  line-height: 1.5;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
-webkit-transition: opacity 0.05s ease;
transition: opacity 0.05s ease;
widows: 3;
font-weight: 300;
margin-top: 0.7em;
}
.grid__item .grid__image {
transition: transform 0.5s ease-out !important;
-webkit-transform: translate3d(0);
transform: translate3d(0);
}
.grid__item .grid__image-wrap {
overflow: hidden;
}
.grid__item:hover .grid__image {
-webkit-transform: scale(1.025);
-ms-transform: scale(1.025);
transform: scale(1.025);
}
.grid__item h4 {
transition: color 0.25s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.grid__item:hover h4 {
color: black;
}
.sub-nav ul li a:hover,
.sub-nav ul li button:hover,
.sub-nav ul li .is-active,
.sub-nav[data-filterby="all"] ~ .sub-nav li:nth-child(1) a,
.sub-nav[data-filterby="city"] ~ .sub-nav li:nth-child(2) a,
.sub-nav[data-filterby="country"] ~ .sub-nav li:nth-child(3) a,
.sub-nav[data-filterby="coast"] ~ .sub-nav li:nth-child(4) a {
color: #000;
}
.sub-nav .filter-list {
line-height: 2;
padding: 0.5em 5%;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
}
.sub-nav .filter-list button {
background: none;
border: none;
text-transform: uppercase;
color: #bbbbbb;
color: #868288;
font-weight: 300;
font-size: 1.13em;
}
@media screen and (min-width: 641px) {
.sub-nav .filter-list button {
font-size: 0.8em;
}
}
ul.filter-list li {
position: relative;
display: inline-block;
padding: 0 0.65em;
}
ul.filter-list li:not(:last-child)::after {
content: "";
display: block;
position: absolute;
right: 0;
top: 0.7em;
height: 0.75em;
width: 1px;
background: rgb(155, 155, 155);
}
@media screen and (max-width: 40em) {
ul.filter-list li:not(:last-child)::after {
border: none;
}
.sub-nav .filter-list {
font-size: 0.85em;
text-align: center;
display: -webkit-box;
display: flex;
-webkit-box-pack: center;
justify-content: center;
-webkit-box-orient: horizontal;
-webkit-box-direction: normal;
flex-flow: row wrap;
}
.single-portfolio .filter-list {
padding: 2em 5% 6%;
}
.sub-nav .filter-list::before {
content: "";
width: 100%;
-webkit-box-flex: 1;
flex: 1 0 100%;
-webkit-box-ordinal-group: 1;
order: 0;
}
.filter-list .previous,
.filter-list .next {
width: auto;
}
.filter-list .previous {
-webkit-box-ordinal-group: -1;
order: -2;
}
.filter-list .previous::after {
display: none;
}
.sub-nav .next::before {
padding: 0 1em 0 0em;
}
.filter-list .next {
-webkit-box-ordinal-group: 0;
order: -1;
}
}
.page-template-page_projects_landing .site-main,
.blog .site-main {
background-color: #efefef;
padding-top: 6rem;
height: 100%;
min-height: 100vh;
}
.page-template-page_projects_landing section.grid {
margin: 3% auto 0;
}  .img-holder img,
.img-holder img.image-loading {
opacity: 0;
-webkit-transition: opacity 0.35s ease-out;
-o-transition: opacity 0.35s ease-out;
transition: opacity 0.35s ease-out;
}
.img-holder img.image-loaded {
opacity: 1;
}
.img-holder img[data-ofi-src] {
pointer-events: none;
}
.project .img-holder img,
.project .img-holder img.image-loading {
opacity: 1;
transition: none;
} .heart-slideshow { height: 100%;
width: 100%;
overflow: hidden;
z-index: 10;
}
.heart-slideshow .heart-slide {
position: absolute;
height: 100%;
width: 100%;
z-index: 1;
opacity: 0;
will-change: opacity;
-webkit-transition: none;
-o-transition: none;
transition: none;
}
.heart-slide .img-holder {
height: 100%;
width: 100%;
margin: 0;
}
.heart-slide img {
display: block;
height: 100%;
width: 100%;
visibility: hidden;
}
.heart-slide img[src] {
visibility: visible;
-o-object-fit: cover;
object-fit: cover;
font-family: "object-fit: cover;";
}
.heart-slide.active {
opacity: 1;
z-index: 20;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-backface-visibility: visible;
backface-visibility: visible;
-webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-o-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}
.heart-slide.previous {
z-index: 10;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
-webkit-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
-o-transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
transition: opacity 3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}  .test-slideshow {
margin: 0;
-webkit-transition: opacity 0.25s ease;
-o-transition: opacity 0.25s ease;
transition: opacity 0.25s ease;
}
.test-slideshow.heart-slideshow {
opacity: 1;
visibility: visible;
min-height: 30em;
}
.test-slideshow.heart-slideshow .test {
display: flex;
align-items: center;
}
.test-slideshow.heart-slideshow .slide.heart-slide {
background-color: #f2eee1;
}
@media screen and (min-width: 641px) {
.test-slideshow.heart-slideshow {
height: 550px;
display: -webkit-box;
display: -moz-box;
display: -ms-flexbox;
display: -webkit-flex;
display: flex;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
-webkit-box-align: center;
-webkit-flex-align: center;
-ms-flex-align: center;
-webkit-align-items: center;
align-items: center;
}
.test-slideshow.heart-slideshow .test {
height: 100%;
}
}
@media screen and (min-width: 1024px) {
.test-slideshow.heart-slideshow {
height: 420px;
}
}
.test-slideshow .test {
line-height: 2;
width: calc(100%);
margin: 0 auto;
text-align: justify;
font-size: 0.9em;
padding: 0 1.75rem;
}
@media all and (min-width: 1024px) {
.test-slideshow .test {
padding: 0;
}
}
.test-slideshow .test p:last-of-type {
text-transform: uppercase;
font-size: 0.9rem;
color: #868288;
margin-bottom: 0;
text-align: center;
}
@media all and (min-width: 765px) {
.test-slideshow .test {
width: 80%;
max-width: 705px;
}
}
.heart-slideshow .heart-pager {
position: absolute;
bottom: 10%;
left: 50%;
transform: translateX(-50%);
height: 1.5rem; display: flex;
justify-content: center;
align-items: center;
flex-wrap: wrap;
width: 62%;
z-index: 9999999999;
}
.heart-slideshow .heart-pager button {
margin: 0.2rem;
padding: 0.6rem;
opacity: 1;
background: transparent;
outline: unset;
border: unset;
}
.heart-slideshow .heart-pager button div {
height: 0.3rem;
width: 0.3rem;
border-radius: 50%;
background-color: #000;
opacity: 0.3;
transition: opacity 0.3s ease;
}
.heart-slideshow .heart-pager button.active div {
opacity: 0.75;
transition: opacity 0.3s ease;
}
.heart-slideshow #home-scroll-instruct {
position: absolute;
bottom: 3.8%;
left: 50%;
transform: translateX(-50%);
color: #fff;
opacity: 1 !important;
z-index: 9999;
margin: 0 0 1rem;
}
@media screen and (min-width: 40em) {
.heart-slideshow .heart-pager {
bottom: 0;
}
.heart-slideshow .heart-pager button {
margin: 0;
padding: 0.65rem;
opacity: 1;
}
.heart-slideshow #home-scroll-instruct {
bottom: 1%;
}
} button.slick-arrow {
border-radius: 0;
border: none;
background: none;
width: 50%;
height: 100%;
position: absolute;
top: 0;
bottom: auto;
z-index: 510;
outline: 0;
font-size: 0px;
cursor: pointer;
}
button.slick-arrow:after {
content: "";
position: absolute;
top: -2rem;
bottom: auto;
height: 1.5rem;
width: 1.5rem;
border-right: 1px solid #000;
border-bottom: 1px solid #000;
}
@media screen and (min-width: 975px) {
button.slick-arrow:after {
top: calc(50% - 1.75rem);
}
}
.page-id-124 button.slick-arrow:after {
opacity: 0.3;
}
button.slick-arrow.slick-prev:after {
left: 1rem;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
}
button.slick-arrow.slick-next:after {
right: 1rem;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media all and (min-width: 1200px) {
button.slick-arrow.slick-prev:after {
left: 10%;
}
button.slick-arrow.slick-next:after {
right: 10%;
}
}
.touchevents button.slick-arrow {
display: none !important;
} button.slick-arrow.slick-prev {
left: 0; margin-left: 2rem;
}
.testimonials button.slick-arrow.slick-prev {
margin-left: 0.5rem;
}
@media all and (min-width: 765px) {
.testimonials button.slick-arrow.slick-prev {
margin-left: 10vw;
}
} button.slick-arrow.slick-next {
right: 0; margin-right: 2rem;
}
.testimonials button.slick-arrow.slick-next {
margin-right: 0.5rem;
}
@media all and (min-width: 765px) {
.testimonials button.slick-arrow.slick-next {
margin-right: 10vw;
}
}  .twentytwenty-horizontal .twentytwenty-handle {
pointer-events: pointer;
}
.twentytwenty-horizontal .twentytwenty-handle:after {
content: "before / after";
display: block;
position: absolute;
width: 150px;
top: 10px;
margin-left: -76px;
text-transform: uppercase;
color: white;
letter-spacing: 1px;
font-weight: 400;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
font-size: 0.7rem !important;
}
@media all and (min-width: 765px) {
.twentytwenty-horizontal .twentytwenty-handle:after {
font-size: inherit;
top: 35px;
margin-left: -79px;
font-weight: 100;
}
}
.twentytwenty-horizontal .twentytwenty-handle:before {
content: "";
width: 4px;
height: 26px; position: absolute;
top: calc(50% - 13px);
left: 17px;
border-right: 1px solid white;
border-left: 1px solid white;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}
.twentytwenty-before-label,
.twentytwenty-after-label,
.twentytwenty-overlay {
-webkit-transition-duration: 0.5s;
-moz-transition-duration: 0.5s;
transition-duration: 0.5s;
}
.twentytwenty-before-label,
.twentytwenty-after-label {
-webkit-transition-property: opacity;
-moz-transition-property: opacity;
transition-property: opacity;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before { color: white;
font-size: 13px;
letter-spacing: 0.1em;
}
.twentytwenty-before-label:before,
.twentytwenty-after-label:before {
position: absolute; line-height: 38px;
padding: 0 20px;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
-webkit-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.twentytwenty-horizontal .twentytwenty-before-label:before,
.twentytwenty-horizontal .twentytwenty-after-label:before {
top: 50%;
margin-top: -19px;
}
.twentytwenty-vertical .twentytwenty-before-label:before,
.twentytwenty-vertical .twentytwenty-after-label:before {
left: 50%;
margin-left: -45px;
text-align: center;
width: 90px;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow,
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
width: 0;
height: 0;
border: 6px inset transparent;
position: absolute;
}
.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
top: 50%;
margin-top: -6px;
}
.twentytwenty-up-arrow,
.twentytwenty-down-arrow {
left: 50%;
margin-left: -6px;
}
.twentytwenty-container {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
z-index: 0;
overflow: hidden;
position: relative;
-webkit-user-select: none;
-moz-user-select: none;
}
.twentytwenty-container img {
max-width: 100%;
position: absolute;
top: 0;
display: block;
}
.twentytwenty-container.active .twentytwenty-overlay,
.twentytwenty-container.active :hover.twentytwenty-overlay {
background: rgba(0, 0, 0, 0);
}
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active .twentytwenty-overlay .twentytwenty-after-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-before-label,
.twentytwenty-container.active :hover.twentytwenty-overlay .twentytwenty-after-label { }
.twentytwenty-container * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
box-sizing: content-box;
}
.twentytwenty-before-label {
opacity: 0;
text-transform: uppercase;
}
.twentytwenty-before-label:before {
content: attr(data-content);
}
.twentytwenty-after-label {
text-transform: uppercase;
opacity: 0;
}
.twentytwenty-after-label:before {
content: attr(data-content);
}
.twentytwenty-horizontal .twentytwenty-before-label:before {
left: -30px;
}
.twentytwenty-horizontal .twentytwenty-after-label:before {
right: -30px;
}
.twentytwenty-vertical .twentytwenty-before-label:before {
top: 10px;
}
.twentytwenty-vertical .twentytwenty-after-label:before {
bottom: 10px;
}
.twentytwenty-overlay {
-webkit-transition-property: background;
-moz-transition-property: background;
transition-property: background;
background: rgba(255, 255, 255, 0);
z-index: 25;
}
.twentytwenty-overlay:hover {
background: rgba(000, 000, 000, 0.2);
}
.twentytwenty-overlay:hover .twentytwenty-after-label {
opacity: 1;
}
.twentytwenty-overlay:hover .twentytwenty-before-label {
opacity: 1;
}
.twentytwenty-before {
z-index: 20;
}
.twentytwenty-after {
z-index: 10;
}
.twentytwenty-handle {
height: 100%;
width: 40px;
position: absolute;
left: 50%;
top: 0;
-webkit-transform: translatex(-50%);
-ms-transform: translatex(-50%);
transform: translatex(-50%);  -webkit-border-radius: 1000px;
-moz-border-radius: 1000px;
border-radius: 0;
-webkit-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: none;
z-index: 40;
cursor: pointer; background-color: #000;
} .twentytwenty-horizontal .twentytwenty-handle:before {   }
.twentytwenty-horizontal .twentytwenty-handle:after {
bottom: 50%;
height: 22px;
left: 26px;  }
@media screen and (min-width: 641px) {
.twentytwenty-horizontal .twentytwenty-handle:after {
left: 27px;
}
}
.twentytwenty-vertical .twentytwenty-handle:before {
left: 50%;
margin-left: 22px;
-webkit-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: 3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-vertical .twentytwenty-handle:after {
right: 50%;
margin-right: 22px;
-webkit-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
-moz-box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
box-shadow: -3px 0 0 white, 0px 0px 12px rgba(51, 51, 51, 0.5);
}
.twentytwenty-left-arrow { content: "BEFORE";
color: #000;  position: relative;
left: -1px;
top: -11px;
font-size: 2.2rem;
}
.twentytwenty-left-arrow:after { position: absolute;
top: 0;
left: 0;
color: rgba(2, 52, 97, 0.8);
}
.twentytwenty-right-arrow { right: 50%;
margin-right: -17px;
}
.twentytwenty-up-arrow {
border-bottom: 6px solid white;
top: 50%;
margin-top: -17px;
}
.twentytwenty-down-arrow {
border-top: 6px solid white;
bottom: 50%;
margin-bottom: -17px;
}  .before-after {
margin: 1rem;
}
.twentytwenty-container,
.twentytwenty-wrapper {
width: 100%;
}
@media screen and (min-width: 641px) {
.before-after {
margin: 1.1rem 2rem;
width: calc(100% - 4rem); }
.twentytwenty-container img { width: 100%; }
}