#baguetteBox-overlay{display:none;opacity:0;position:fixed;overflow:hidden;top:0;left:0;width:100%;height:100%;z-index:1000000;background-color:#222;background-color:rgba(0,0,0,.8);-webkit-transition:opacity .5s ease;transition:opacity .5s ease}#baguetteBox-overlay.visible{opacity:1}#baguetteBox-overlay .full-image{display:inline-block;position:relative;width:100%;height:100%;text-align:center}#baguetteBox-overlay .full-image figure{display:inline;margin:0;height:100%}#baguetteBox-overlay .full-image img{display:inline-block;width:auto;height:auto;max-height:100%;max-width:100%;vertical-align:middle;-webkit-box-shadow:0 0 8px rgba(0,0,0,.6);-moz-box-shadow:0 0 8px rgba(0,0,0,.6);box-shadow:0 0 8px rgba(0,0,0,.6)}#baguetteBox-overlay .full-image figcaption{display:block;position:absolute;bottom:0;width:100%;text-align:center;line-height:1.8;white-space:normal;color:#ccc;background-color:#000;background-color:rgba(0,0,0,.6);font-family:sans-serif}#baguetteBox-overlay .full-image:before{content:"";display:inline-block;height:50%;width:1px;margin-right:-1px}#baguetteBox-slider{position:absolute;left:0;top:0;height:100%;width:100%;white-space:nowrap;-webkit-transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,-webkit-transform .4s ease;transition:left .4s ease,transform .4s ease;transition:left .4s ease,transform .4s ease,-webkit-transform .4s ease,-moz-transform .4s ease}#baguetteBox-slider.bounce-from-right{-webkit-animation:bounceFromRight .4s ease-out;animation:bounceFromRight .4s ease-out}#baguetteBox-slider.bounce-from-left{-webkit-animation:bounceFromLeft .4s ease-out;animation:bounceFromLeft .4s ease-out}@-webkit-keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@keyframes bounceFromRight{0%,100%{margin-left:0}50%{margin-left:-30px}}@-webkit-keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}@keyframes bounceFromLeft{0%,100%{margin-left:0}50%{margin-left:30px}}.baguetteBox-button#next-button,.baguetteBox-button#previous-button{top:50%;top:calc(50% - 30px);width:44px;height:60px}.baguetteBox-button{position:absolute;cursor:pointer;outline:0;padding:0;margin:0;border:0;-moz-border-radius:15%;border-radius:15%;background-color:#323232;background-color:rgba(50,50,50,.5);color:#ddd;font:1.6em sans-serif;-webkit-transition:background-color .4s ease;transition:background-color .4s ease}.baguetteBox-button:focus,.baguetteBox-button:hover{background-color:rgba(50,50,50,.9)}.baguetteBox-button#next-button{right:2%}.baguetteBox-button#previous-button{left:2%}.baguetteBox-button#close-button{top:20px;right:2%;right:calc(2% + 6px);width:30px;height:30px}.baguetteBox-button svg{position:absolute;left:0;top:0}.baguetteBox-spinner{width:40px;height:40px;display:inline-block;position:absolute;top:50%;left:50%;margin-top:-20px;margin-left:-20px}.baguetteBox-double-bounce1,.baguetteBox-double-bounce2{width:100%;height:100%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;opacity:.6;position:absolute;top:0;left:0;-webkit-animation:bounce 2s infinite ease-in-out;animation:bounce 2s infinite ease-in-out}.baguetteBox-double-bounce2{-webkit-animation-delay:-1s;animation-delay:-1s}@-webkit-keyframes bounce{0%,100%{-webkit-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{0%,100%{-webkit-transform:scale(0);-moz-transform:scale(0);transform:scale(0)}50%{-webkit-transform:scale(1);-moz-transform:scale(1);transform:scale(1)}}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;
}
abbr[title] {
border-bottom: 1px dotted;
}
b,
strong {
font-weight: bold;
}
dfn {
font-style: italic;
}
h1 {
font-size: 2em;
margin: 0.67em 0;
}
mark {
background: #ff0;
color: #000;
}
small {
font-size: 80%;
}
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
top: -0.5em;
}
sub {
bottom: -0.25em;
}
img {
border: 0;
}
svg:not(:root) {
overflow: hidden;
}
figure {
margin: 1em 40px;
}
hr {
box-sizing: content-box;
height: 0;
}
pre {
overflow: auto;
}
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
color: inherit;
font: inherit;
margin: 0;
}
button {
overflow: visible;
}
button,
select {
text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
cursor: pointer;
}
button[disabled],
html input[disabled] {
cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input {
line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
padding: 0;
}
input[type="checkbox"] + label {
margin-left: 10px;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
legend {
border: 0;
padding: 0;
}
textarea {
overflow: auto;
}
optgroup {
font-weight: bold;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
td,
th {
padding: 0;
} @font-face {
font-family: 'geomanist';
src: url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Medium/geomanist-medium.eot);
src: url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Medium/geomanist-medium.woff) format('woff'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Medium/geomanist-medium.ttf) format('truetype'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Medium/geomanist-medium.svg#geomanistmedium) format('svg');
font-weight: 700;
font-style: normal;
}
@font-face {
font-family: 'geomanist';
src: url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Book/geomanist-book.eot);
src: url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Book/geomanist-book.woff) format('woff'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Book/geomanist-book.ttf) format('truetype'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Book/geomanist-book.svg#geomanistbook) format('svg');
font-weight: 500;
font-style: normal;
}
@font-face {
font-family: 'geomanist';
src: url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Regular/geomanist-regular.eot);
src: url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Regular/geomanist-regular.woff) format('woff'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Regular/geomanist-regular.ttf) format('truetype'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/Geomanist_Regular/geomanist-regular.svg#geomanist_regularregular) format('svg');
font-weight: 400;
font-style: normal;
} @font-face {
font-family: 'icomoon';
src:    url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/icons/icomoon.eot?8fdyvg);
src:    url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/icons/icomoon.eot?8fdyvg#iefix) format('embedded-opentype'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/icons/icomoon.ttf?8fdyvg) format('truetype'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/icons/icomoon.woff?8fdyvg) format('woff'),
url(//teijomakerspace.fi/wp-content/themes/ippo/assets/fonts/icons/icomoon.svg?8fdyvg#icomoon) format('svg');
font-weight: normal;
font-style: normal;
}
[class^="icon-"],
[class*=" icon-"],
blockquote:before,
q:before,
.edit-link a:before,
.slick-arrow:before,
.masonry .format-link .entry-content:before,
.search .format-link .entry-content:before,
.tb-close-icon:before,
#TB_prev a:before,
#TB_next a:before,
.featured-image a:after,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:after,
.masonry .gallery-size-full .gallery-item a:after,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:before,
.paging-navigation .prev:before,
.paging-navigation .next:before,
.widget_rss .widget-title a:first-of-type:before,
.carousel-slider .featured-slider .slick-arrow:before,
.bypostauthor > .comment-body .comment-author b:after { font-family: 'icomoon' !important;
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1; -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-pause:before,
.slideshow-controls a:nth-of-type(2):before {
content: "\e908";
}
.icon-play:before,
.slideshow-controls .paused:nth-of-type(2):before {
content: "\e910";
}
.icon-close:before,
.tb-close-icon:before,
#TB_closeWindow .tb-close-icon:before {
content: "\e900";
}
.icon-down:before {
content: "\e901";
}
.icon-drop-close:before {
content: "\e902";
}
.icon-drop-down:before {
content: "\e903";
}
.icon-drop-drop-open:before {
content: "\e904";
}
.icon-gallery:before,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:after,
.masonry .gallery-size-full .gallery-item a:after {
content: "\e905";
}
.icon-left:before,
.slick-prev:before,
.jp-carousel-previous-button span:before,
.slideshow-controls a:first-of-type:before,
.paging-navigation .prev:before,
#TB_prev a:before {
content: "\e906";
}
.icon-link:before,
.masonry .format-link .entry-content:before,
.search .format-link .entry-content:before {
content: "\e907";
}
.icon-plus:before,
.format-image .featured-image a:after {
content: "\e909";
}
.icon-quote:before,
blockquote:before,
q:before {
content: "\e90a";
}
.icon-right:before,
.slick-next:before,
.jp-carousel-next-button span:before,
.slideshow-controls a:last-of-type:before,
.paging-navigation .next:before,
#TB_next a:before {
content: "\e90b";
}
.icon-search:before {
content: "\e90c";
}
.icon-standard:before,
.format-standard .featured-image a:after {
content: "\e90d";
}
.icon-top:before {
content: "\e90e";
}
.icon-video:before,
.format-video .featured-image a:after {
content: "\e90f";
}
.icon-edit:before,
.edit-link a:before {
content: "\e800";
}
.icon-feed:before,
.widget_rss .widget-title a:first-of-type:before {
content: "\e911";
}
.icon-autor:before,
.bypostauthor > .comment-body .comment-author b:after {
content: "\e912";
} html {
font-size: 16px;
}
.hamburger-menu .menu-toggle,
.twocolumn,
.edit-link a,
.featured-image a,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item,
.masonry .gallery-size-full .gallery-item a,
.paging-navigation .prev,
.paging-navigation .next,
.slick-arrow,
.slick-dots li button,
.contact-form,
.masonry .type-portfolio,
.jp-relatedposts-items,
.instagram-feed li,
.advertisement-widget,
.advertisement-widget a {
font-size: 0;
}
.site-info,
.back-to-top,
.widget .search-form input[type="submit"],
.widget .newsletter input[type="submit"],
.instagram-username {
font-size: 10px;
}
.site-description,
.nav-menu > li,
.archive .page-title,
.search-results .page-title,
.masonry .format-quote blockquote cite,
.masonry .format-quote blockquote + cite,
.masonry .format-quote blockquote + p cite,
.masonry .format-quote q cite,
.masonry .format-quote q + cite,
.masonry .format-quote q + p cite,
.masonry .format-link .entry-content a,
.search .format-quote blockquote cite,
.search .format-quote blockquote + cite,
.search .format-quote blockquote + p cite,
.search .format-quote q cite,
.search .format-quote q + cite,
.search .format-quote q + p cite,
.search .format-link .entry-content a,
.single .nav-links > div > span,
.category-list,
.post-date,
.read-more-link,
.single .nav-links .entry-meta,
.author-name span,
.comment-metadata,
.gallery-count,
.widget-title,
.widget_calendar tbody,
.rss-date,
.search-post-type,
div.sharedaddy .sd-block h3.sd-title,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date,
.instagram-description {
font-size: 11px;
}
small,
.author-info p,
.entry-footer,
.logged-in-as a,
.comment-notes,
.widget,
.widget p,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="tel"],
.widget input[type="password"],
.widget input[type="url"],
.widget input[type="search"],
.widget textarea,
.widget select,
.widget_calendar thead,
.widget-grofile h4,
.category-filter a,
.search-no-results .page-content > p,
.error404 .page-content > p,
.widget-area .instagram-pics + p {
font-size: 12px;
}
.site-header .search-form + .search-instructions,
.no-results .search-form + .search-instructions,
.error-404 .search-form + .search-instructions,
.wp-caption-text,
.comment .reply,
.widget_calendar tfoot,
#infinite-handle span {
font-size: 13px;
font-size: 0.8125rem;
}
h6,
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.single .format-link .entry-content > a,
.single .format-link .entry-content > p > a,
body .slideshow-window div.slideshow-controls a:nth-of-type(2) {
font-size: 14px;
font-size: 0.875rem;
}
.comment-content > p,
.comment-content li,
.comment-content table,
.comment-content dd,
label,
.masonry .entry-content,
.masonry p,
.masonry blockquote,
.masonry q,
.widget_wpcom_social_media_icons_widget .genericon,
.search .entry-content p,
.single .nav-links > span,
.has-small-font-size {
font-size: 15px;
font-size: 0.9375rem;
}
body,
.headline-content-container p,
.masonry .type-portfolio .entry-title,
.search .format-quote blockquote,
.search .format-quote q,
.search .format-quote blockquote p,
.search .format-link .entry-content p,
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
font-size: 16px;
font-size: 1rem;
}
p,
blockquote,
q,
.has-regular-font-size {
font-size: 17px;
font-size: 1.0625rem;
}
h5,
blockquote:before,
q:before,
.masonry .format-quote blockquote,
.masonry .format-quote q,
.masonry .format-quote blockquote p,
.masonry .format-link .entry-content h2,
.edit-link a:before,
.single .nav-links .post-title,
.author-name,
.bypostauthor > .comment-body .comment-author b:after,
.no-comments,
.paging-navigation,
.slick-dots,
.slick-dots button,
.instagram-pics + p {
font-size: 18px;
font-size: 1.125rem;
}
.masonry .entry-title,
.search .entry-title,
.single .format-quote blockquote,
.single .format-quote blockquote p,
.single .format-quote q,
.single .format-link .entry-content h2,
.single .format-link .entry-content p,
.comments-title,
.comment-reply-title,
body #jp-relatedposts h3.jp-relatedposts-headline {
font-size: 22px;
font-size: 1.375rem;
font-size: calc(14.5px + 0.388vw);
}
h4,
.emphasis,
.masonry .format-link .entry-content:before,
.search .format-link .entry-content:before,
.has-large-font-size {
font-size: 24px;
font-size: 1.5rem;
font-size: calc(19px + 0.259vw);
}
.format-standard .featured-image a:after {
font-size: 27px;
font-size: 1.6875rem;
}
.masonry .format-quote blockquote:before,
.masonry .format-quote  q:before,
.carousel-slider .featured-slider .entry-title {
font-size: 28px;
font-size: 1.75rem;
}
.site-title,
.format-video .featured-image a:after,
.widget-area .slideshow-controls a:first-of-type,
.widget-area .slideshow-controls a:last-of-type {
font-size: 30px;
font-size: 1.875rem;
font-size: calc(17.6px + 0.6472vw);
}
h3,
.featured-image a:after,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:after,
.masonry .gallery-size-full .gallery-item a:after,
.has-larger-font-size {
font-size: 32px;
font-size: 2rem;
}
h2,
.single .entry-title,
.archive .page-title span,
.search .page-title span,
.search-no-results .page-title,
.error404 .page-title,
.back-to-top i {
font-size: 40px;
font-size: 2.5rem;
font-size: calc(22.6px + 0.906vw);
}
.slideshow-controls a:first-of-type,
.slideshow-controls a:last-of-type,
.paging-navigation .prev:before,
.paging-navigation .next:before,
.has-huge-font-size {
font-size: 42px;
font-size: 2.625rem;
}
.slick-arrow:before {
font-size: 46px;
font-size: 2.875rem;
}
.jp-carousel-previous-button span:before,
.jp-carousel-next-button span:before,
#TB_prev a:before,
#TB_next a:before {
font-size: 48px;
font-size: 3rem;
}
h1 {
font-size: 50px;
font-size: 3.125rem;
}
.masonry .dropcap:before {
font-size: 56px;
font-size: 3.5rem;
}
.headline-content-container h1 {
font-size: 60px;
font-size: 3.75rem;
}
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
font-size: 64px;
font-size: 4rem;
}
.dropcap:before {
font-size: 120px;
font-size: 7.5rem;
}  a,
.standard-menu .main-navigation ul ul a:focus,
.archive .page-title span,
.search .page-title span,
.nav-menu > li > a,
.entry-content blockquote,
.entry-content blockquote p,
.single .entry-content blockquote p,
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote q cite,
.single .format-quote q + cite,
.single .format-quote blockquote + p cite,
.single .format-quote q + p cite,
.comment-content blockquote p,
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"],
.site-header .search-form + .search-instructions,
.no-results .search-form + .search-instructions,
.error-404 .search-form + .search-instructions,
.category-filter .cat-active a,
.widget-title,
.widget .widget-title a,
.widget_calendar caption,
.widget_calendar th,
.widget_calendar tfoot a,
.widget .search-form input[type="submit"]:focus,
.widget .newsletter input[type="submit"]:focus {
color: #000;
}
#today,
#today a,
div.sharedaddy .sd-block h3.sd-title,
.fullwidth-slider .slide-text a {
color: #fff;
}
small,
.main-navigation a:focus,
.dropdown-toggle:focus,
#big-search-trigger:focus,
.archive .page-title,
.search-results .page-title,
.post-date a,
.read-more-link,
.entry-footer a,
.author-name span,
.no-comments,
.comment-metadata a,
.logged-in-as,
.logged-in-as a,
.comment-notes,
.bypostauthor > .comment-body .comment-author b:after,
.category-filter a,
.gallery-count,
.widget_recent_comments li,
.widget_recent_comments .comment-author-link a,
.widget_recent_entries li,
.rss-date,
.rssSummary,
.search-post-type,
.search-no-results .page-content > p,
.error404 .page-content > p {
color: #b9b9b9;
}
.entry-content li,
.entry-content dt,
.entry-content dd,
.entry-content p,
.author-info p,
.wp-caption-text,
.single .nav-links > span,
.single .nav-links > div > span,
.masonry .entry-content,
.masonry p,
.comment-content p,
.comment-content li,
.comment-content dd,
label,
.widget_calendar td,
.widget_calendar tbody a,
.widget_recent_comments li a,
.widget_recent_entries li a,
.widget_rss li a,
.widget_contact_info .confit-address a,
.jetpack-display-remote-posts h4 a,
.widget .tp_recent_tweets a {
color: #5d5d5d;
}
.comment .reply a {
color: #858585;
}
.emphasis,
.entry-content .emphasis,
.single .entry-content .emphasis,
.single .format-quote blockquote,
.single .format-quote q,
.single .format-link .entry-content h2,
.single .format-link .entry-content p {
color: #131313;
}
.paging-navigation a,
.paging-navigation .dots {
color: #c8c8c8;
}
.site-info,
.site-info a,
.widget,
.widget a,
.widget .search-form input[type="submit"],
.widget .newsletter input[type="submit"],
.tagcloud a {
color: #8d8d8d;
}
blockquote:before,
q:before {
color: rgba(181,181,181,.3);
}
.dropcap:before {
color: rgba(19,19,19,.1);
} .text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.dropcap {
position: relative;
}
.dropcap:before {
content: attr(data-dropcap);
font-weight: 700;
line-height: 0.8em;
position: absolute;
left: 0;
top: -12px;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.masonry .dropcap:before {
top: -9px;
}    .verticalize-container {
text-align: center;
}
.verticalize-container:before {
content: "";
display: inline-block;
height: 100%;
margin-right: -0.25em; vertical-align: middle;
} .verticalize {
display: inline-block;
text-align: left;
vertical-align: middle;
} .scalable-wrapper {
height: 0;
padding-top: 55.75%;
position: relative;
}
.scalable-element {
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
} html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}
body {
background: #fff;
font-family: 'geomanist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-moz-font-smoothing: grayscale;
-webkit-transition: opacity .3s cubic-bezier(0.28, 0.12, 0.22, 1);
-moz-transition: opacity .3s cubic-bezier(0.28, 0.12, 0.22, 1);
-ms-transition: opacity .3s cubic-bezier(0.28, 0.12, 0.22, 1);
-o-transition: opacity .3s cubic-bezier(0.28, 0.12, 0.22, 1);
transition: opacity .3s cubic-bezier(0.28, 0.12, 0.22, 1);
}
body,
h1,
h2,
h3,
h4,
h5,
h6,
#site-navigation ul li a {
font-style: normal;
}
.tk-theme-frontend {
opacity: 0;
}
body * {
word-wrap: break-word;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
margin: 40px 0 20px;
}
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child {
margin-top: 0;
}
h1,
h2,
h3,
h4 {
line-height: 1.2;
}
h5,
h6 {
line-height: 1.3;
}
.tk-shortcode-tabs .tab-pane p,
.tabs-content p,
p {
line-height: 1.6em;
margin: 0 0 22px;
letter-spacing: 0.3px;
}
.entry-content p {
margin-bottom: 2rem;
}
.wp-block-column:last-child p:last-child {
margin-bottom: 0;
}
blockquote {
border: none;
max-width: 400px;
margin-left: auto;
margin-right: auto;
}
.single blockquote {
margin: 3rem auto 4rem;
}
.single .wp-block-pullquote blockquote {
margin-top: 0;
margin-bottom: 0;
}
blockquote:before,
q:before {
display: inline-block;
margin-bottom: 20px;
}
blockquote.pull-left,
q.pull-left,
blockquote.pull-right,
q.pull-right {
max-width: 320px;
padding-bottom: 10px;
position: relative;
text-align: left;
}
blockquote.pull-left,
q.pull-left {
float: left;
margin: 0 0 0 -50px;
padding-right: 30px;
}
.masonry blockquote.pull-left,
.masonry q.pull-left {
margin-left: 0;
}
blockquote.pull-right,
q.pull-right {
float: right;
margin: 0 -50px 0 0;
padding-left: 30px;
}
.masonry blockquote.pull-right,
.masonry q.pull-right {
margin-right: 0;
}
blockquote,
q {
font-weight: 500;
quotes: "" "";
}
blockquote.pull-left:before,
q.pull-left:before,
blockquote.pull-right:before,
q.pull-right:before {
display: none;
}
q:before {
float: left;
margin-top: 2px;
margin-right: 25px;
}
blockquote:after,
q:after {
content: "";
}
blockquote,
q,
blockquote p {
line-height: 1.8em;
}
blockquote p:last-child {
margin-bottom: 0;
}
blockquote,
q,
blockquote cite,
blockquote + cite,
q cite,
q + cite {
text-align: center;
}
blockquote + cite,
blockquote + p cite,
q + p cite {
display: block;
text-align: center;
}
blockquote cite,
blockquote + cite,
blockquote + p cite,
q cite,
q + cite,
q + p cite {
font-style: normal;
font-weight: 400;
}
code,
kbd,
tt,
var {
font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
code {
background-color: #f9f2f4;
color: #070707;
font-size: 90%;
padding: 2px 4px;
}
big {
font-size: 125%;
}
dfn,
cite,
em,
i {
font-style: italic;
}
address {
font-style: normal;
line-height: 1.5em;
margin: 0 0 1.5em;
}
pre {
background-color: #f5f5f5;
border: 1px solid rgba(0,0,0,.1);
color: #333333;
display: block;
font-family: "Courier 10 Pitch", Courier, monospace;
line-height: 1.42857143;
margin: 0 0 22px;
max-width: 100%;
overflow: auto;
padding: 10px;
text-align: left;
word-break: break-all;
word-wrap: break-word;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #e0e0e0;
text-decoration: none;
padding: 2px 5px;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: .5ex;
}
hr:not(.wp-block-coblocks-dynamic-separator),
.wp-block-separator {
background-color: #000;
}
hr,
.wp-block-separator {
border: 0;
clear: both;
height: 1px;
margin-bottom: 1.5em;
}
.wp-block-separator {
margin-top: 4vw;
margin-bottom: 4vw;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
max-width: 100px;
}
figure {
margin: 0;
}
ul,
ol {
margin: 0 0 1.5em;
padding-left: 0;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-latest-posts {
list-style: none;
padding: 0;
}
li {
list-style-position: inside;
margin: 8px 0;
}
.entry-content li {
letter-spacing: 0.2px;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: bold;
margin-bottom: 10px;
}
dd {
line-height: 1.5em;
margin: 0 1.5em 1.5em;
}
img {
height: auto; max-width: 100%; }
img:focus {
outline: none;
}
#wpstats {
display: none;
}
.gmnoprint img {
max-width: initial;
}
table {
margin: 22px 0;
width: 100%;
}
.comment-content table,
.entry-content table {
border: 2px solid #000;
}
.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
padding: 16px 18px;
text-align: left;
}
.masonry .entry-content td {
padding: 6px 0;
text-align: center;
}
.masonry th,
.masonry td {
padding: 10px 8px;
text-align: center;
}
.comment-content thead tr,
.entry-content thead tr {
border-bottom: 2px solid #000;
}
.comment-content tfoot tr,
.entry-content tfoot tr {
border-top: 2px solid #000;
}
th,
td {
font-weight: 400;
}
.comment-content th,
.entry-content th,
.comment-content td,
.entry-content td {
border-right: 1px solid #000;
}
.back-to-top {
border: none;
color: rgba(0,0,0,.4);
display: none;
outline: none;
text-decoration: none;
text-transform: uppercase;
position: fixed;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
transform-origin: 100% 50%;
-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
-ms-transform-style: preserve-3d;
-o-transform-style: preserve-3d;
transform-style: preserve-3d;
z-index: 1;
}
.back-to-top:focus {
color: #000;
}
.back-to-top i {
display: inline-block;
padding-left: 10px;
vertical-align: middle;
-webkit-transition: -webkit-transform .3s;
-moz-transition: -moz-transform .3s;
-ms-transition: -ms-transform .3s;
-o-transition: -o-transform .3s;
transition: transform .3s;
}
.edit-link {
margin-left: 14px;
position: relative;
top: 4px;
}
.masonry .edit-link {
float: right;
top: -2px;
}
.page .page-header .edit-link {
margin-top: -10px;
position: absolute;
top: 50%;
right: 0;
}  .row {
clear: both;
margin-left: -10px;
margin-right: -10px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-sm-tk-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
position: relative;
min-height: 1px;
padding-left: 10px;
padding-right: 10px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
float: left;
}
.col-xs-12 {
width: 100%;
}
.col-xs-11 {
width: 91.66666667%;
}
.col-xs-10 {
width: 83.33333333%;
}
.col-xs-9 {
width: 75%;
}
.col-xs-8 {
width: 66.66666667%;
}
.col-xs-7 {
width: 58.33333333%;
}
.col-xs-6 {
width: 50%;
}
.col-xs-5 {
width: 41.66666667%;
}
.col-xs-4 {
width: 33.33333333%;
}
.col-xs-3 {
width: 25%;
}
.col-xs-2 {
width: 16.66666667%;
}
.col-xs-1 {
width: 8.33333333%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
float: left;
}
.col-sm-12 {
width: 100%;
}
.col-sm-11 {
width: 91.66666667%;
}
.col-sm-10 {
width: 83.33333333%;
}
.col-sm-9 {
width: 75%;
}
.col-sm-8 {
width: 66.66666667%;
}
.col-sm-7 {
width: 58.33333333%;
}
.col-sm-6 {
width: 50%;
}
.col-sm-5 {
width: 41.66666667%;
}
.col-sm-4 {
width: 33.33333333%;
}
.col-sm-3 {
width: 25%;
}
.col-sm-2 {
width: 16.66666667%;
}
.col-sm-1 {
width: 8.33333333%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
float: left;
}
.col-md-12 {
width: 100%;
}
.col-md-11 {
width: 91.66666667%;
}
.col-md-10 {
width: 83.33333333%;
}
.col-md-9 {
width: 75%;
}
.col-md-8 {
width: 66.66666667%;
}
.col-md-7 {
width: 58.33333333%;
}
.col-md-6 {
width: 50%;
}
.col-md-5 {
width: 41.66666667%;
}
.col-md-4 {
width: 33.33333333%;
}
.col-md-3 {
width: 25%;
}
.col-md-2 {
width: 16.66666667%;
}
.col-md-1 {
width: 8.33333333%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
float: left;
}
.col-lg-12 {
width: 100%;
}
.col-lg-11 {
width: 91.66666667%;
}
.col-lg-10 {
width: 83.33333333%;
}
.col-lg-9 {
width: 75%;
}
.col-lg-8 {
width: 66.66666667%;
}
.col-lg-7 {
width: 58.33333333%;
}
.col-lg-6 {
width: 50%;
}
.col-lg-5 {
width: 41.66666667%;
}
.col-lg-4 {
width: 33.3333%;
}
.col-lg-3 {
width: 25%;
}
.col-lg-2 {
width: 16.66666667%;
}
.col-lg-1 {
width: 8.33333333%;
}
}  .masonry [class*="col-"] {
margin-bottom: 100px;
}
.layout-three-columns.page-template-portfolio-page  .site-main > .portfolio-wrapper  {
margin-left: -35px;
margin-right: -35px;
}
.layout-three-columns .portfolio-wrapper .masonry [class*="col-"] {
padding-left: 35px;
padding-right: 35px;
} .single .site-content,
.blog:not(.fullwidth-slider):not(.carousel-slider) .site-content,
.page .site-content,
.archive .site-content,
.search .site-content,
.error404 .site-content {
padding-top: 92px;
padding-bottom: 180px;
}
.infinite-scroll #content,
.archive #content,
.page-template-template-headline #content,
.page-template-template-portfolio #content {
padding-bottom: 0;
}
.container,
.search .paging-navigation {
margin-left: auto;
margin-right: auto;
padding-left: 50px;
padding-right: 50px;
max-width: 1520px;
width: 100%;
}
.container .container {
padding-left: 0;
padding-right: 0;
}
.container.container-medium {
max-width: 1240px;
}
.container .container.container-medium {
max-width: 1140px;
}
.container.container-small {
max-width: 840px;
}
.container .container.container-small {
max-width: 740px;
}
.container.fullwidth {
max-width: 100%;
padding-left: 0;
padding-right: 0;
}
.main-container {
margin-top: 7rem;
overflow: hidden;
}
.twocolumn .half-width {
display: inline-block;
font-size: initial;
vertical-align: top;
width: 50%;
}
.twocolumn .half-width:nth-child(odd) {
padding-right: 20px;
}
.twocolumn .half-width:nth-child(even) {
padding-left: 20px;
} input[type="text"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea,
select,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.menu-toggle span:before,
.menu-toggle span:after,
#big-search-trigger,
#big-search-close:before,
#big-search-close:after,
.main-navigation ul ul,
.search-wrap,
.edit-link,
.single .nav-links > span,
.widget .search-form input[type="submit"],
.widget .newsletter input[type="submit"],
.featured-slider-wrap,
.fullwidth-slider .featured-slider .featured-image:after,
.sd-social-icon a:before,
body .tb-close-icon,
.slick-arrow,
.fullwidth-slider .site-header,
.fullwidth-slider .featured-slider .slick-arrow:before,
#infinite-handle span,
.portfolio-item .entry-meta,
.portfolio-item .entry-title,
.portfolio-item .featured-image a:after,
.portfolio-item .featured-image + .entry-header,
.jp-relatedposts-post .jp-relatedposts-post-a,
.single-post .featured-portrait,
#TB_prev a:before,
#TB_next a:before,
.instagram-feed li a,
.flickr_badge_image a,
.ippo-instagram-feed li a,
.advertisement-widget a {
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
a {
-webkit-transition: color .3s, border .3s;
-moz-transition: color .3s, border .3s;
-ms-transition: color .3s, border .3s;
-o-transition: color .3s, border .3s;
transition: color .3s, border .3s;
}
.entry-content a {
-webkit-transition: border .3s;
-moz-transition: border .3s;
-ms-transition: border .3s;
-o-transition: border .3s;
transition: border .3s;
}
.masonry .format-link .entry-content a,
.entry-content .read-more-link {
-webkit-transition: color .3s;
-moz-transition: color .3s;
-ms-transition: color .3s;
-o-transition: color .3s;
transition: color .3s;
}
.single .nav-previous,
.single .nav-next {
-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s .5s;
}
.single .nav-previous:hover,
.single .nav-next:hover,
.single .nav-links > span:hover + .nav-previous,
.single .nav-links > span:hover + .nav-next {
-webkit-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
-moz-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
-ms-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
-o-transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
transition: opacity .5s cubic-bezier(0.28, 0.12, 0.22, 1), max-height 0s 0s;
}
.featured-image a:before,
.featured-image a:after,
.fullwidth-slider .featured-slider,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:before,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:after,
.masonry .gallery-size-full .gallery-item a:before,
.masonry .gallery-size-full .gallery-item a:after,
.headline-content-container {
-webkit-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
-moz-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
-ms-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
-o-transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
transition: .5s cubic-bezier(0.28, 0.12, 0.22, 1);
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
background: #000;
border-radius: 0;
border: 1px solid;
border-color: transparent;
box-shadow: none;
color: #fff;
font-weight: 500;
height: 50px;
letter-spacing: 0.5px;
line-height: initial;
padding-left: 2.6em;
padding-right: 2.6em;
text-shadow: none;
-webkit-transition: background .3s, color .3s;
-moz-transition: background .3s, color .3s;
-ms-transition: background .3s, color .3s;
-o-transition: background .3s, color .3s;
transition: background .3s, color .3s;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
background-color: #fff;
border-color: #000;
color: #000;
outline: none;
}
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
-webkit-transform: scale(0.99);
-ms-transform: scale(0.99);
-o-transform: scale(0.99);
transform: scale(0.99);
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"] {
height: 50px;
}
input[type="search"] {
-webkit-appearance: textfield; }
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"] {
letter-spacing: 0.5px;
width: 100%;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"],
.widget button,
.widget input[type="button"],
.widget input[type="reset"],
.widget input[type="submit"] {
height: 34px;
}
.site-footer .widget input[type="text"],
.site-footer .widget input[type="email"],
.site-footer .widget input[type="url"],
.site-footer .widget input[type="password"],
.site-footer .widget input[type="search"],
.site-footer .widget input[type="tel"] {
border-color: rgba(161,163,165,.23);
}
.widget select {
min-height: 34px;
width: 100%;
}
.widget form,
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"],
.widget select {
max-width: 380px;
}
.widget input[type="text"],
.widget input[type="email"],
.widget input[type="url"],
.widget input[type="password"],
.widget input[type="search"],
.widget input[type="tel"],
.widget select {
border-color: #d9d9d9;
border-width: 0 0 1px 0;
padding-left: 0;
padding-right: 0;
}
input[type="search"] {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
textarea {
background-color: transparent;
border: 1px solid rgba(0,0,0,.1);
border-radius: 0;
color: #666;
padding-left: 20px;
padding-right: 20px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
textarea:focus,
.site-header input[type="search"]:focus,
.no-results input[type="search"]:focus,
.error-404 input[type="search"]:focus {
border-color: #000;
}
textarea {
line-height: 1.5em;
min-height: 200px;
overflow: auto; padding-top: 18px;
padding-bottom: 18px;
resize: vertical;
vertical-align: top; width: 100%;
}
select {
background: url(//teijomakerspace.fi/wp-content/themes/ippo/assets/img/drop-arrow2x.png) no-repeat right 13px center;
-webkit-background-size: 8px auto;
background-size: 8px auto;
border-radius: 0;
border: 1px solid rgba(0,0,0,.1);
color: #1a1616;
cursor: pointer;
min-height: 50px; padding: 0 50px 0 22px;
text-transform: uppercase;
white-space: normal;
-webkit-appearance: none;
-moz-appearance: none;
-ms-appearance: none;
appearance: none;
-webkit-transition: border .3s;
-moz-transition: border .3s;
-ms-transition: border .3s;
-o-transition: border .3s;
transition: border .3s;
}
label {
display: block;
margin-bottom: 17px;
}
.post-password-form label {
display: inline-block;
}
.post-password-form label,
.post-password-form input[type="submit"] {
margin-top: 20px;
vertical-align: top;
} #map-canvas {
height: 550px;
margin-bottom: 70px;
}
.contact-form {
margin-left: auto;
margin-right: auto;
margin-top: 50px;
}
.contact-form > * {
font-size: initial;
margin-bottom: 30px;
}
.contact-form .half-width,
.contact-form .small-input {
display: inline-block;
width: 50%;
padding-right: 16px;
}
.contact-form .last {
padding-left: 16px;
padding-right: 0;
}
.contact-form div.half-width input,
.contact-form div.small-input input {
border-width: 0 0 1px 0;
padding-left: 0;
padding-right: 0;
max-width: 100%;
width: 100%;
}
.contact-submit {
margin-top: 23px;
}
.grunion-field-label + * {
margin-top: 14px;
}
.contact-form label.grunion-field-label {
font-weight: 400;
}
.contact-form div textarea {
width: 100%;
}
.contact-form input[type="submit"] {
width: 180px;
} input[type="checkbox"],
input[type="radio"],
.woocommerce form .form-row .input-checkbox {
display: none;
}
label.checkbox,
input[type="checkbox"] + label,
form.contact-form label.checkbox,
form.contact-form input[type="checkbox"] + label,
label.radio,
input[type="radio"] + label,
form.contact-form label.radio,
form.contact-form input[type="radio"] + label {
cursor: pointer;
padding-left: 40px;
position: relative;
font-weight: 400;
line-height: 1;
display: inline-block;
margin-bottom: 22px;
}
.comment-subscription-form input[type="checkbox"] + label {
margin-bottom: 0;
display: inline-block !important; font-weight: 300;
line-height: 1.8em;
margin-left: 0;
}
label.checkbox:before,
input[type="checkbox"] + label:before,
label.radio:before,
input[type="radio"] + label:before {
border: 1px solid #000;
color: transparent;
font-size: 14px;
height: 16px;
opacity: .2;
text-align: center;
width: 16px;
position: absolute;
left: 0;
top: 2px;
}
label.checkbox:before,
input[type="checkbox"] + label:before {
-webkit-transition: background-color .3s, opacity .3s;
-moz-transition: background-color .3s, opacity .3s;
-ms-transition: background-color .3s, opacity .3s;
-o-transition: background-color .3s, opacity .3s;
transition: background-color .3s, opacity .3s;
}
.comment-subscription-form input[type="checkbox"] + label:before {
top: 5px;
}
label.checkbox:before,
input[type="checkbox"] + label:before,
label.radio:before,
input[type="radio"] + label:before {
content: "";
}
.checkbox.checked:before,
input[type="checkbox"]:checked + label:before,
.checkbox.checked:hover:before,
input[type="checkbox"]:checked + label:hover:before,
.radio.checked:before,
input[type="radio"]:checked + label:before,
.radio.checked:hover:before,
input[type="radio"]:checked + label:hover:before {
opacity: 1;
}
.checkbox.checked:before,
input[type="checkbox"]:checked + label:before {
background: #000 url(//teijomakerspace.fi/wp-content/themes/ippo/assets/img/check-big2x.png) no-repeat center center;
-webkit-background-size: 12px auto;
background-size: 12px auto;
}
.radio.checked:before,
input[type="radio"]:checked + label:before {
border-width: 6px;
} .search-form {
position: relative;
}
.widget .search-form input[type="search"],
.widget .newsletter input[type="text"] {
padding-right: 70px;
}
.widget .search-form input[type="submit"],
.widget .newsletter input[type="submit"] {
background-color: transparent;
border-color: transparent;
border-left: none;
font-weight: 500;
height: 34px;
letter-spacing: 0.5px;
line-height: normal;
padding-left: 10px;
padding-right: 4px;
text-transform: uppercase;
position: absolute;
top: 0;
right: 0;
}
.widget .search-form input[type="search"]:focus,
.widget .newsletter input[type="text"]:focus {
border-color: #000;
outline: none;
}
.widget .search-form input[type="search"]::-webkit-input-placeholder,
.widget .newsletter input[type="text"]::-webkit-input-placeholder {
color: transparent;
}
.widget .search-form input[type="search"]:-moz-placeholder,
.widget .newsletter input[type="text"]:-moz-placeholder {
color: transparent;
}
.widget .search-form input[type="search"]::-moz-placeholder,
.widget .newsletter input[type="text"]::-moz-placeholder {
color: transparent;
} .widget .newsletter {
position: relative;
}
.widget .newsletter input[type="text"],
.widget .newsletter input[type="email"] {
border-width: 0 0 1px 0;
padding-left: 0;
padding-right: 0;
}
.widget .newsletter input[type="submit"] {
padding-right: 0;
} ::-ms-clear {
width : 0;
height: 0;
}
::-ms-reveal {
width : 0;
height: 0;
}
.search-wrap {
display: block;
background: #fff;
opacity: 0;
visibility: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1003;
}
.admin-bar .search-wrap {
top: 32px;
}
.big-search .search-wrap {
opacity: 1;
visibility: visible;
}
.site-header .search-form {
text-align: center;
width: 100%;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.no-results .search-form,
.error-404 .search-form {
margin-top: 7.5rem;
position: relative;
}
.site-header .search-form + .search-instructions,
.no-results .search-form + .search-instructions,
.error-404 .search-form + .search-instructions,
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
font-weight: 700;
}
.site-header .search-form + .search-instructions,
.no-results .search-form + .search-instructions,
.error-404 .search-form + .search-instructions {
font-weight: 400;
display: block;
letter-spacing: 0.6px;
margin-top: 2em;
text-align: center;
text-transform: uppercase;
}
.site-header .search-form + .search-instructions {
margin-top: 6em;
position: absolute;
left: 50%;
top: 50%;
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
background-color: transparent;
border-width: 0 0 1px 0;
border-color: rgba(0,0,0,.1);
height: auto;
padding-bottom: 40px;
text-align: center;
width: 40%;
}
.site-header input[type="search"]:focus,
.no-results input[type="search"]:focus,
.error-404 input[type="search"]:focus {
outline: none;
}
.site-header input[type="search"]::-webkit-input-placeholder,
.no-results input[type="search"]::-webkit-input-placeholder,
.error-404 input[type="search"]::-webkit-input-placeholder {
color: #000;
opacity: 1;
text-align: center;
}
.site-header input[type="search"]:-moz-placeholder,
.no-results input[type="search"]:-moz-placeholder,
.error-404 input[type="search"]:-moz-placeholder {
color: #000;
opacity: 1;
text-align: center;
}
.site-header input[type="search"]::-moz-placeholder,
.no-results input[type="search"]::-moz-placeholder,
.error-404 input[type="search"]::-moz-placeholder {
color: #000;
opacity: 1;
text-align: center;
}
.site-header input[type="search"]:-ms-input-placeholder,
.site-header input[type="search"]:-ms-input-placeholder:focus,
.no-results input[type="search"]:-ms-input-placeholder,
.no-results input[type="search"]:-ms-input-placeholder:focus,
.error-404 input[type="search"]:-ms-input-placeholder,
.error-404 input[type="search"]:-ms-input-placeholder:focus {
color: #000;
opacity: 1;
text-align: center;
}
.site-header .search-form input[type="submit"],
.no-results .search-form input[type="submit"],
.error-404 .search-form input[type="submit"] {
display: none;
}
#big-search-trigger {
position: absolute;
top: 50%;
right: 50px;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
#big-search-trigger i {
font-size: 18px;
}
#big-search-trigger,
#big-search-close {
display: block;
}
.big-search #big-search-trigger,
#big-search-close {
opacity: 0;
visibility: hidden;
}
#big-search-close {
position: fixed;
top: 35px;
}
#big-search-close {
height: 20px;
margin-top: -3px;
margin-left: -20px;
width: 20px;
z-index: 1003;
}
.admin-bar #big-search-close {
top: 57px;
}
.big-search #big-search-close {
opacity: 1;
visibility: visible;
}
#big-search-close:before,
#big-search-close:after {
content: "";
height: 100%;
margin-left: -1px;
width: 2px;
position: absolute;
}
#big-search-close:before,
#big-search-close:after {
background: #000;
left: 50%;
top: 0;
}
#big-search-close:before {
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#big-search-close:after {
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
} .comment-form-comment ~ [class*="comment-form"] input {
width: 100%;
}
.comment-form-url,
.comment-form .form-submit {
clear: left;
}
.comment-form .form-submit {
margin-top: 36px;
} .site-header {
background-color: #fff;
}
.fullwidth-slider .site-header {
position: relative;
z-index: 1;
}
.fullwidth-slider .site-header,
.fullwidth-slider.standard-menu .main-navigation ul ul {
background-color: transparent;
}
.sticky-header .site-header {
width: 100%;
position: fixed;
top: 0;
left: 0;
z-index: 1000;
}
.admin-bar.sticky-header .site-header,
.admin-bar.fullwidth-slider .featured-slider-wrap {
top: 32px;
}
.site-header .container {
display: table;
position: relative;
padding-top: 1rem;
padding-bottom: 1rem;
}
.site-title {
font-weight: 700;
line-height: 1.1em;
margin-top: 1px;
margin-bottom: 0;
}
.site-description {
letter-spacing: 0.4px;
margin-top: 5px;
margin-bottom: 0;
} .site-footer {
background-color: #e6e7e8;
padding-top: 3rem;
padding-bottom: 3rem;
}
.site-info {
letter-spacing: 0.4px;
}
.site-footer .container {
overflow: hidden;
}
.site-footer .row {
margin-left: -4%;
margin-right: -4%;
}
.site-footer .widget-area {
margin-top: 6.25rem;
margin-bottom: 6.25rem;
padding-left: 4%;
padding-right: 4%;
}  a {
text-decoration: none;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
}
.entry-content a:not(.wp-block-button__link) {
border-bottom: 1px solid transparent;
font-weight: 500;
}
.entry-content figure a:not(.wp-block-button__link) {
border: none;
}
.paging-navigation {
margin-top: 7rem;
margin-bottom: 7rem;
position: relative;
text-align: center;
}
.paging-navigation li {
display: inline-block;
list-style: none;
margin: 0 1rem;
vertical-align: middle;
}
.paging-navigation a {
font-weight: 500;
}
.paging-navigation .prev,
.paging-navigation .next {
font-weight: 400;
}
.slick-arrow,
.slick-arrow:focus,
.slick-arrow:hover {
background-color: transparent;
}
.featured-slider .slick-arrow {
position: absolute;
}
.slick-arrow:before {
display: inline-block;
text-indent: 0;
}
.wp-block-button__link:hover {
opacity: .6;
} .site-header nav {
letter-spacing: 1px;
text-transform: uppercase;
}
.site-header .nav-menu {
list-style: none;
margin: 0;
padding-left: 0;
}
.nav-menu > li {
margin: 0 30px 0 0;
}
.main-navigation .nav-menu > li:last-child {
margin-right: 0;
}
.site-header nav li {
display: inline-block;
position: relative;
}
.main-navigation a {
display: block;
font-weight: 500;
text-decoration: none;
}
.nav-menu > li > a {
display: inline-block;
padding: 0.5rem 0;
}
.main-navigation ul ul {
margin-left: 0;
opacity: 0;
visibility: hidden;
}
.main-navigation ul ul a {
display: inline-block;
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a {
font-weight: 700;
}
.dropdown-toggle {
line-height: 10px;
position: relative;
top: 1px;
}
.nav-menu > li > .dropdown-toggle {
margin-right: -10px;
padding-left: 10px;
padding-right: 10px;
}
.main-navigation a:focus,
.dropdown-toggle:focus,
#big-search-trigger:focus {
outline: none;
}
.icon-drop-down {
display: block;
-webkit-transform-origin: 45% 40%;
-moz-transform-origin: 45% 40%;
-ms-transform-origin: 45% 40%;
-o-transform-origin: 45% 40%;
transform-origin: 45% 40%;
-webkit-transition: -webkit-transform .3s;
-moz-transition: -moz-transform .3s;
-ms-transition: -ms-transform .3s;
-o-transition: -o-transform .3s;
transition: transform .3s;
}
.toggle-on > a > .icon-drop-down {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
}
.toggle-on > a ~ ul {
opacity: 1;
visibility: visible;
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
margin: 0 0 1.5em;
overflow: hidden;
}
.single .posts-navigation {
margin: 0;
}
.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%;
}
.single .nav-links > span {
display: none;
}
.single .nav-previous,
.single .nav-next {
position: relative;
padding-top: 50px;
}
.single .nav-links > div > span {
display: block;
letter-spacing: 0.7px;
text-transform: uppercase;
position: absolute;
top: 0;
}
.single .nav-links a {
color: #000;
display: block;
outline: none;
position: relative;
}
.single .nav-links a span {
display: block;
}
.single .nav-previous a,
.single .nav-previous a span {
text-align: left;
}
.single .nav-next a,
.single .nav-next a span {
text-align: right;
}
.single .nav-links .entry-meta {
margin-bottom: 12px;
}
.single .nav-links .post-title {
font-weight: 700;
line-height: 1.5em;
} .category-filter {
margin-bottom: 7rem;
text-align: center;
}
.category-filter li {
display: inline-block;
font-weight: 500;
list-style: none;
margin-left: 19px;
margin-right: 19px;
text-transform: uppercase;
}
.category-filter a {
border-bottom: 1px solid transparent;
letter-spacing: 0.4px;
}  .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; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignnone {
clear: both;
margin: 60px 46px 60px 0;
}
.aligncenter {
clear: both;
display: block;
}
.wp-block-button.aligncenter {
text-align: center;
}
figure.alignnone,
figure.aligncenter,
img.alignnone,
img.aligncenter {
margin: 60px auto;
}
.wp-block-image:last-child .alignnone,
.wp-block-image:last-child .aligncenter {
margin-bottom: 0;
}
p:first-child .aligncenter {
margin-top: 0;
}
figure.alignright,
img.alignright,
.wp-block-image .alignright {
clear: right;
float: right;
margin: 8px -80px 30px 46px;
}
.masonry .alignright,
.widget .alignright,
.has-sidebar .alignright {
margin-right: 0;
}
figure.alignleft,
img.alignleft,
.wp-block-image .alignleft {
clear: left;
float: left;
margin: 8px 46px 30px -80px;
}
.alignleft,
.alignright {
margin-top: 8px;
margin-bottom: 10px;
}
.alignright {
clear: right;
float: right;
}
.alignleft {
clear: left;
float: left;
}
.masonry .alignleft,
.widget .alignleft,
.has-sidebar .alignleft {
margin-left: 0;
}
.widget .aligncenter,
.widget .alignnone {
margin: 0;
} .clear:before,
.clear:after,
.row:before,
.row: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,
.slick-track:before,
.slick-track:after,
.instagram-pics:before,
.instagram-pics:after,
.masonry .entry-meta:before,
.masonry .entry-meta:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.row:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.slick-track:after,
.instagram-pics:after,
.masonry .entry-meta:after {
clear: both;
} .widget {
margin: 0;
letter-spacing: 0.3px;
}
.widget + .widget {
margin-top: 6rem;
}
.widget,
.widget p {
line-height: 1.4rem;
}
.woocommerce-product-search button[type="submit"] {
margin-top: 10px;
} .widget select {
max-width: 100%;
}
.widget > ul {
margin-bottom: 0;
}
.widget li {
list-style: none;
}
.widget > ul > li {
margin-top: 8px;
}
.widget > ul > li:first-of-type {
margin-top: 0;
}
.widget-title {
font-weight: 500;
letter-spacing: 0.5px;
margin-top: 0;
margin-bottom: 2.375rem;
text-transform: uppercase;
} .widget_calendar table {
max-width: 300px;
}
.widget_calendar thead,
.widget_calendar tbody {
text-align: center;
}
.widget_calendar tbody {
border-bottom: 1px solid rgba(0,0,0,.05);
font-weight: 500;
}
.widget_calendar caption {
text-align: left;
}
.widget_calendar caption,
.widget_calendar th {
font-weight: 500;
}
.widget_calendar th {
padding-top: 18px;
padding-bottom: 13px;
}
.widget_calendar tbody td {
padding-top: 5px;
padding-bottom: 5px;
}
.widget_calendar tbody tr:last-of-type td {
padding-bottom: 14px;
}
.widget_calendar tbody a {
border-bottom: 1px solid rgba(0,0,0,.4);
}
#today {
font-weight: 700;
position: relative;
z-index: 0;
}
#today:after {
content: "";
background: #000;
height: 22px;
width: 22px;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
z-index: -1;
}
.widget_calendar tbody tr:last-of-type #today:after {
margin-top: -5px;
}
.widget_calendar tfoot td {
padding-top: 10px;
}
.widget_calendar #next {
text-align: right;
} .widget_recent_comments,
.widget_recent_entries {
font-weight: 500;
}
.widget_recent_comments ul li,
.widget_recent_entries ul li {
margin-top: 24px;
}
.widget_recent_entries .post-date {
display: block;
} .widget_rss .widget-title a:first-of-type {
margin-right: 5px;
}
.widget_rss .widget-title a:first-of-type img {
display: none;
}
.rss-date {
display: block;
margin-bottom: 10px;
text-transform: uppercase;
}
.widget_rss ul li {
margin-top: 24px;
}
.widget_rss li > a {
font-weight: 500;
}
.widget_rss cite {
display: block;
margin-top: 10px;
} .tagcloud a {
display: inline-block;
margin-right: 15px;
margin-bottom: 8px;
}  .widget_contact_info .contact-map {
margin-bottom: 20px;
}
.widget_contact_info .confit-address a {
font-weight: 500;
} .widget .jetpack-display-remote-posts h4 {
margin-top: 34px;
margin-bottom: 10px;
}
.widget .jetpack-display-remote-posts h4,
.widget .jetpack-display-remote-posts p {
font-size: 100%;
}
.widget .jetpack-display-remote-posts p {
line-height: 1.4rem !important;
margin: 0 0 22px !important;
}
.jetpack-display-remote-posts img {
margin-bottom: 12px;
} .widget .slideshow-window .slideshow-controls {
width: 80px;
}
body .widget .slideshow-window div.slideshow-controls a:first-of-type,
body .widget .slideshow-window div.slideshow-controls a:last-of-type {
width: 30px !important;
margin-top: 0 !important;
} .widget div[class^=gr_custom_container] {
background: transparent;
border: none;
border-radius: 0;
color: inherit;
padding: 0;
}
.widget div[class^="gr_custom_book_container"] {
float: left;
margin-right: 20px;
margin-left: 0;
}
.widget div[class^=gr_custom_each_container] {
border-bottom: none;
padding-bottom: 20px;
} .widget-area .widget_wpcom_social_media_icons_widget li {
display: inline-block;
margin-right: 18px;
margin-top: 0;
margin-bottom: 12px;
}
.widget-area .widget_wpcom_social_media_icons_widget li:last-child {
margin-right: 0;
}
.widget_wpcom_social_media_icons_widget a {
color: #8d8d8d;
} .widget.widget-grofile .grofile-thumbnail {
max-width: 100%;
}
.grofile-links li {
margin: 2px 0;
}
.grofile-full-link {
display: block;
margin-top: 15px;
} .widget_rss_links a:first-child {
margin-right: 5px;
} .widget_top-posts > ul > li {
margin-top: 30px;
margin-bottom: 0;
}
.widgets-list-layout-links {
font-weight: 700;
} .widget-area .widget_nav_menu {
display: inline-block;
margin-top: 0;
margin-bottom: 20px;
padding-right: 30px;
vertical-align: top;
width: 33.3333%;
}
.widget-area .widget_nav_menu:last-child {
margin-bottom: 0;
} .jetpack-image-container figure a {
outline: none;
} .instagram-feed {
background-color: #e6e7e8;
margin-top: 20px;
padding-bottom: 50px;
}
.instagram-pics {
margin-bottom: 0;
}
.instagram-feed .widget.null-instagram-feed .instagram-pics li {
float: left;
list-style: none;
margin: 0;
max-width: calc(100% / 8);
clear: none;
overflow: visible;
}
.widget .instagram-pics li:nth-child(3n + 1)
.instagram-feed li a {
display: block;
}
.instagram-feed .container {
padding-top: 36px;
}
.instagram-feed .container + .container {
padding-top: 0;
}
.instagram-username {
font-weight: 700;
text-transform: uppercase;
}
.instagram-username,
.instagram-username a,
.instagram-description {
color: rgba(0,0,0,.5);
letter-spacing: 0.5px;
}
.instagram-description {
font-weight: 500;
margin-bottom: 0;
} .widget .instagram-pics li,
.flickr_badge_image {
display: block;
float: left;
margin: 0 0 2px;
overflow: hidden;
padding-right: 2px;
max-width: 33.33333334%;
}
.widget .instagram-pics li a {
display: block;
}
.widget .instagram-pics li:nth-child(3n + 1),
.flickr_badge_image:nth-child(3n + 2) {
clear: left;
}
.widget .instagram-pics img {
display: block;
width: 100%;
}
.ippo-instagram-feed > a,
.null-instagram-feed > p a,
.widget_flickr > a {
display: inline-block;
margin-top: 12px;
} .tp_recent_tweets li + li {
margin-top: 20px;
} .flickr_badge_image a {
display: block;
}
.flickr_badge_image img {
display: block;
float: none;
margin: 0;
} .advertisement-widget {
display: inline-block;
}
.advertisement-widget.fullwidth {
width: 100%;
}
.advertisement-widget.halfwidth {
width: 49%;
}
.advertisement-widget.fullwidth,
.advertisement-widget a {
display: block;
}
.advertisement-widget a {
border: none;
}
.advertisement-widget img {
max-width: 100%;
width: auto;
}  .site-content {
overflow-x: hidden; }
.page-links {
clear: both;
margin: 12px 0 0;
}
.masonry .page-links {
margin: 1.5em 0 0;
}
.entry-content {
position: relative; }
.masonry article {
opacity: 0;
-webkit-transform: scale(0.95);
-moz-transform: scale(0.95);
-ms-transform: scale(0.95);
-o-transform: scale(0.95);
transform: scale(0.95);
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.masonry .animate {
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.grid-sizer {
opacity: 0;
height: 0;
overflow: hidden;
visibility: hidden;
}
.featured-image a,
.gallery-size-full[data-carousel-extra] .gallery-item a,
.gallery-size-full .gallery-item a {
display: inline-block;
max-width: 100%;
position: relative;
}
.featured-image a:before,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:before,
.masonry .gallery-size-full .gallery-item a:before {
content: "";
background-color: #fff;
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.featured-image a:after,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:after,
.masonry .gallery-size-full .gallery-item a:after {
margin-left: -16px;
margin-top: -16px;
opacity: 0;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: scale(0.3);
-ms-transform: scale(0.3);
-o-transform: scale(0.3);
transform: scale(0.3);
}
.format-standard .featured-image a:after,
.format-video .featured-image a:after {
margin-left: -15px;
margin-top: -15px;
}
.masonry .entry-content,
.masonry .entry-content p,
.search .entry-content,
.search .entry-content p {
line-height: 1.7em;
}
.masonry .entry-content > *:last-child {
margin-bottom: 0;
}
.masonry .featured-image + .entry-meta,
.masonry .entry-gallery + .entry-meta,
.masonry .entry-video + .entry-meta {
margin-top: 2rem;
}
.masonry .fullsize-gallery + .entry-meta {
padding-right: 84px;
position: relative;
}
.masonry .fullsize-gallery + .entry-meta .edit-link {
white-space: nowrap;
position: absolute;
right: 0;
}
.masonry .entry-title,
.masonry .page .entry-title {
line-height: 1.3em;
margin-top: 1.5rem;
margin-bottom: 1rem;
}
.read-more-link {
letter-spacing: 0.5px;
text-transform: uppercase;
}
p + .read-more-link {
display: table;
margin-top: -18px;
} .sticky {
display: block;
}
.hentry {
margin: 0;
}
.byline,
.updated:not(.published) {
display: none;
}
.single .byline,
.group-blog .byline {
display: inline;
}
.category-list a:last-child {
margin-right: 16px;
}
.category-list,
.post-date,
.single .nav-links .entry-meta {
font-weight: 500;
letter-spacing: 1px;
text-transform: uppercase;
}
.category-list a,
.post-date a {
display: inline-block;
margin-bottom: 6px;
}
.masonry .category-list,
.masonry .post-date {
float: left;
}
.category-list a:after,
.cat-links a:after,
.tags-links a:after {
content: ",";
}
.category-list a:last-child:after,
.cat-links a:last-child:after,
.tags-links a:last-child:after {
content: "";
}
.entry-content .more-link {
border: none;
margin-left: 10px;
}
.entry-content br + .more-link {
margin-left: 0;
} .masonry .format-quote .entry-content,
.masonry .format-link .entry-content,
.search .format-quote .entry-content,
.search .format-link .entry-content {
border: 2px solid #000;
padding: 2.5rem 2.75rem 2.2rem;
}
.layout-four-columns .format-quote .entry-content,
.layout-four-columns .format-link .entry-content {
padding: 1.8rem 2.3rem 2.3rem;
}
.masonry .format-quote .entry-content > p:last-child,
.masonry .format-link .entry-content > p:last-child {
margin-bottom: 0;
}
.masonry .format-quote blockquote:before,
.masonry .format-quote q:before,
.masonry .format-link .entry-content:before,
.search .format-quote blockquote:before,
.search .format-quote q:before,
.search .format-link .entry-content:before {
margin-bottom: 0;
position: absolute;
right: 2.55rem;
}
.layout-four-columns .format-quote blockquote:before,
.layout-four-columns .format-quote q:before,
.layout-four-columns .format-link .entry-content:before {
right: 2.1rem;
}
.masonry .format-quote blockquote:before,
.masonry .format-quote q:before,
.search .format-quote blockquote:before,
.search .format-quote q:before {
bottom: 2rem;
}
.masonry .format-link .entry-content:before,
.search .format-link .entry-content:before {
bottom: 2.3rem;
}
.masonry .format-link .entry-content:before,
.search .format-link .entry-content:before {
color: rgba(0,0,0,.1);
}
.masonry .format-quote blockquote,
.masonry .format-quote q,
.masonry .format-link .entry-content h2,
.masonry .format-link .entry-content p,
.search .format-quote blockquote,
.search .format-quote q,
.search .format-link .entry-content h2,
.search .format-link .entry-content p {
font-weight: 400;
letter-spacing: 0.2px;
margin: 0 0 1.4rem;
max-width: inherit;
text-align: left;
}
.masonry .format-link .entry-content h2,
.masonry .format-link .entry-content p,
.search .format-link .entry-content h2,
.search .format-link .entry-content p {
color: #000;
}
.masonry .format-quote .entry-content blockquote p,
.masonry .format-link .entry-content h2,
.masonry .format-link .entry-content p,
.search .format-quote .entry-content blockquote p,
.search .format-link .entry-content h2,
.search .format-link .entry-content p {
line-height: 1.9em;
}
.masonry .format-quote blockquote cite,
.masonry .format-quote blockquote + cite,
.masonry .format-quote blockquote + p cite,
.masonry .format-quote q cite,
.masonry .format-quote q + cite,
.masonry .format-quote q + p cite,
.masonry .format-link .entry-content a,
.search .format-quote blockquote cite,
.search .format-quote blockquote + cite,
.search .format-quote blockquote + p cite,
.search .format-quote q cite,
.search .format-quote q + cite,
.search .format-quote q + p cite,
.search .format-link .entry-content a {
color: rgba(0,0,0,.3);
font-weight: 500;
letter-spacing: 1.5px;
text-transform: uppercase;
text-align: left;
}
.masonry .format-link .entry-content a,
.search .format-link .entry-content a {
border: none;
display: inline-block;
}
.masonry .format-link .entry-content a,
.masonry .format-quote blockquote cite,
.masonry .format-quote blockquote + cite,
.masonry .format-quote blockquote + p cite,
.masonry .format-quote q cite,
.masonry .format-quote q + cite,
.masonry .format-quote q + p cite {
line-height: 1.8em;
padding-right: 30px;
width: 100%;
}
.masonry .format-link .entry-content br + a,
.masonry .format-link .entry-content p + a,
.search .format-link .entry-content br + a,
.search .format-link .entry-content p + a {
margin-top: 2.5rem;
} body #TB_overlay {
opacity: 0.9;
}
body #TB_window {
box-shadow: none;
background: none;
}
body #TB_window img#TB_Image {
border: none;
margin: 9px 0 0;
width: 100%;
}
#TB_closeWindow,
#TB_closeWindowButton,
body .tb-close-icon {
line-height: inherit;
height: auto;
width: auto;
}
#TB_closeWindowButton:focus .tb-close-icon {
box-shadow: none;
color: rgba(255,255,255,.7);
}
#TB_closeWindow {
padding: 0;
position: fixed;
top: 5%;
right: 50px;
}
#TB_closeWindowButton,
body .tb-close-icon {
position: static;
}
body .tb-close-icon {
color: #fff;
}
#TB_caption {
color: rgba(255, 255, 255, 0.3);
font-weight: 500;
letter-spacing: 1.3px;
padding: 15px 0 0;
}
#TB_load img {
display: none !important;
}
body #TB_load {
content: '';
display: block;
width: 28px;
padding: 0;
margin: -14px 0 0 -14px;
height: 28px;
border-radius: 50%;
background-color: #E8E8E8;
border: 0;
-webkit-animation: pulsee 1s infinite ease-out;
animation: pulsee 1s infinite ease-out;
} .entry-content .wp-block-video video {
width: 100%;
}
.entry-video {
height: 0;
overflow: hidden;
padding-top: 55.85%;
position: relative;
width: 100%;
}
.has-img {
height: auto;
overflow: hidden;
padding-top: 0;
width: auto;
}
.entry-video iframe {
height: 100%;
width: 100%;
position: absolute;
top: 0;
left: 0;
}
.scalable-wrapper .fluid-width-video-wrapper {
padding-top: 0 !important;
position: static;
} .single .hero {
padding-bottom: 6.5vw;
}
.single .entry-title {
margin-top: 0.8em;
margin-bottom: 0;
}
.single .entry-title,
.single .entry-meta {
min-width: 230px;
max-width: 700px;
margin-right: auto;
margin-left: auto;
}
.single .hero,
.single .hero .entry-gallery,
.single .featured-image,
.single .entry-title,
.single .entry-meta {
text-align: center;
}
.single .featured-image + .entry-header,
.single .entry-gallery + .entry-header,
.single .entry-video + .entry-header {
margin-top: 3.3rem;
}
.featured-portrait,
.portrait-wrap .entry-header {
display: inline-block;
}
.portrait-wrap .entry-header {
max-width: 40%;
margin-bottom: 7rem;
vertical-align: bottom;
}
.portrait-wrap .entry-header .entry-title,
.portrait-wrap .entry-header .entry-meta {
text-align: left;
}
.entry-footer {
display: inline-block;
letter-spacing: 0.8px;
}
.entry-content + .entry-footer {
display: block;
margin-top: 22px;
}
.cat-links + .tags-links {
text-transform: lowercase;
}
.tags-links span:first-of-type {
display: none;
}
.cat-links + .tags-links span:first-of-type {
display: inline;
}
.cat-links + .tags-links a {
text-transform: none;
} .single .format-quote blockquote,
.single .format-quote q {
margin: 0;
max-width: inherit;
}
.single .format-quote blockquote,
.single .format-quote q,
.single .format-link .entry-content > a,
.single .format-link .entry-content > p > a {
font-weight: 400;
}
.single .format-quote blockquote,
.single .format-quote q,
.single .format-quote .entry-content p,
.single .format-link .entry-content h2,
.single .format-link .entry-content p {
line-height: 2.3rem;
}
.single .format-link .entry-content h2 {
font-weight: 400;
}
.single .format-quote blockquote:before,
.single .format-quote q:before {
display: none;
}
.single .format-quote blockquote,
.single .format-quote q,
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote q cite,
.single .format-quote q + cite,
.single .format-quote blockquote + p cite,
.single .format-quote q + p cite {
text-align: left;
}
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote q cite,
.single .format-quote q + cite,
.single .format-quote blockquote + p cite,
.single .format-quote q + p cite,
.single .format-link .entry-content > a,
.single .format-link .entry-content > p > a {
letter-spacing: 0.6px;
margin-top: 0.7rem;
}
.single .format-quote blockquote cite,
.single .format-quote blockquote + cite,
.single .format-quote q cite,
.single .format-quote q + cite {
display: inline-block;
line-height: 2.3rem;
margin-bottom: 2rem;
}
.single .format-link .entry-content > a,
.single .format-link .entry-content > p > a {
border: none;
display: inline-block;
line-height: 1.6em;
margin-bottom: 2rem;
} .single .gallery-row {
margin-left: auto;
margin-right: auto;
}
.single .widget .gallery-row {
margin-left: 0;
margin-right: 0;
}
.single-format-gallery .entry-gallery > div {
display: inline-block;
margin-bottom: 0;
}
#TB_prev a,
#TB_next a {
position: fixed;
top: 0;
bottom: 0;
width: 30%;
}
#TB_prev a {
left: 0;
}
#TB_next a {
right: 0;
}
#TB_prev a,
#TB_next a {
color: #fff;
font-size: 0;
}
#TB_prev a,
#TB_next a,
#TB_prev a:before,
#TB_next a:before {
display: block;
}
#TB_prev a:before,
#TB_next a:before {
margin-top: -24px;
position: fixed;
top: 50%;
}
#TB_ImageOff {
cursor: default;
} .single-portfolio .entry-meta p:last-of-type {
margin-bottom: 0;
} .page .page-header {
position: relative;
}
.page.logged-in .container > .page-header {
padding-left: 30px;
padding-right: 30px;
}
.page .page-header,
.archive .page-header,
.search .page-header,
.error404 .page-header {
text-align: center;
}
.page .page-title,
.archive .page-title,
.search-results .page-title {
margin-top: 0;
margin-bottom: 5rem;
}
.archive .page-title,
.search-results .page-title {
font-weight: 500;
text-transform: uppercase;
}
.archive .page-title,
.search .page-title,
.error404 .page-title {
letter-spacing: 1.2px;
}
.archive .page-title span,
.search .page-title span,
.error404 .page-title span {
color: #000;
display: block;
font-weight: 700;
margin-top: 5px;
text-transform: none;
}
.featured-slider {
overflow-x: hidden;
position: relative;
z-index: 0;
}
.featured-slider article {
float: left;
padding: 0;
outline: none;
}
.featured-slider-wrap {
opacity: 0;
} .fullwidth-slider .site-content {
background-color: #fff;
}
.fullwidth-slider .site-content,
.fullwidth-slider .site-footer,
.fullwidth-slider .instagram-feed {
position: relative;
z-index: 1;
}
.fullwidth-slider .featured-slider article {
background-color: #383838;
overflow: hidden;
opacity: 0;
}
.sticky-header.fullwidth-slider .featured-slider article {
width: 100%;
}
.fullwidth-slider .featured-slider .featured-image {
-webkit-background-size: cover;
background-size: cover;
background-position: center center;
height: 100%;
opacity: .9;
width: 100%;
position: absolute;
}
.fullwidth-slider .featured-slider .featured-image,
#wpadminbar {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
}
.fullwidth-slider .featured-slider .featured-image:after {
content: "";
background-color: rgba(0,0,0,.3);
display: block;
opacity: 0;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: -1;
}
.fullwidth-slider .opaque .featured-image:after {
opacity: 1;
}
.fullwidth-slider .featured-slider .featured-image img {
display: none;
}
.fullwidth-slider .slide-text {
padding-left: 30px;
padding-right: 30px;
position: absolute;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
}
.fullwidth-slider .left-txt {
text-align: left;
left: 14%;
}
.fullwidth-slider .center-txt {
text-align: center;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
.fullwidth-slider .right-txt {
text-align: right;
right: 14%;
}
.fullwidth-slider .featured-slider .entry-meta {
display: inline-block;
}
.fullwidth-slider .featured-slider .entry-title {
margin-top: 16px;
margin-bottom: 0;
}
.fullwidth-slider .featured-slider .slick-arrow {
color: #fff;
height: auto;
margin-top: -29px;
padding: 0;
top: 50%;
z-index: 1001;
}
.fullwidth-slider .featured-slider .slick-arrow:focus {
border-color: transparent;
}
.fullwidth-slider .slide-text,
.fullwidth-slider .featured-slider .slick-arrow:before {
text-shadow: 1px 1px 10px rgba(0,0,0,.1);
}
.fullwidth-slider .featured-slider .slick-arrow:before {
padding: 5px;
}
.fullwidth-slider .featured-slider .slick-prev {
left: 4%;
}
.fullwidth-slider .featured-slider .slick-next {
right: 4%;
} .carousel-slider .featured-slider-wrap {
padding-top: 4rem;
}
.carousel-slider .featured-slider {
overflow: hidden;
text-align: center;
}
.carousel-slider .featured-slider article {
cursor: -webkit-grab;
cursor: -moz-grab;
margin: 0 30px;
overflow: hidden;
}
.carousel-slider .featured-slider article:active {
cursor: -webkit-grabbing;
cursor: -moz-grabbing;
}
.carousel-slider .featured-slider .featured-image {
opacity: .2;
}
.carousel-slider .featured-slider .featured-image img {
height: 55vh;
max-width: initial;
width: auto;
}
.carousel-slider .slide-text {
max-width: 620px;
margin-top: 40px;
margin-left: auto;
margin-right: auto;
opacity: 0;
}
.carousel-slider .featured-slider .featured-image {
-webkit-transition: opacity .3s ease .6s;
-moz-transition: opacity .3s ease .6s;
-ms-transition: opacity .3s ease .6s;
-o-transition: opacity .3s ease .6s;
transition: opacity .3s ease .6s;
}
.carousel-slider .slide-text {
-webkit-transition: opacity .1s ease;
-moz-transition: opacity .1s ease;
-ms-transition: opacity .1s ease;
-o-transition: opacity .1s ease;
transition: opacity .1s ease;
}
.carousel-slider .slick-active .slide-text,
.carousel-slider .slick-current .slide-text {
-webkit-transition: opacity .3s ease .6s;
-moz-transition: opacity .3s ease .6s;
-ms-transition: opacity .3s ease .6s;
-o-transition: opacity .3s ease .6s;
transition: opacity .3s ease .6s;
}
.carousel-slider .slick-active .featured-image,
.carousel-slider .slick-active .slide-text,
.carousel-slider .slick-current .featured-image,
.carousel-slider .slick-current .slide-text {
opacity: 1;
}
.carousel-slider .featured-slider .entry-title {
margin-top: 20px;
margin-bottom: 30px;
}
.carousel-slider .featured-slider .slick-arrow {
padding: 0;
z-index: 1000;
top: 0;
cursor: pointer\0;
height: 100%;
width: calc(20% + 30px);
}
.carousel-slider .featured-slider .slick-arrow:focus {
border-color: transparent;
}
.carousel-slider .featured-slider .slick-arrow:before {
display: none;
}
.carousel-slider .featured-slider .slick-prev {
cursor: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTkzJyBoZWlnaHQ9JzE1MycgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsPSdub25lJyBkPSdNLTEtMWgxOTV2MTU1SC0xeicvPjxwYXRoIGQ9J00xOTQuMTggNzkuNzhIOS45MTdsNDAuNTIgNDAuNDk0LTQuNTI3IDQuNTMtNDYuOTUzLTQ2LjkyNiAxLjE5Mi0xLjE5LTEuMzMtMS4zMjYgNDcuMi00Ny4xNjUgNC41NTIgNC41NDdMOS45NDEgNzMuMzVoMTg0LjI0djYuNDQtLjAxeicgZmlsbC1ydWxlPSdldmVub2RkJy8+PC9zdmc+Cg==") 18 18, pointer;
left: 0;
}
.carousel-slider .featured-slider .slick-next {
cursor: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHdpZHRoPSc0NScgaGVpZ2h0PSc1MCcgdmlld0JveD0nNDg5LjUgNDg5LjUgNDUgNDUnPjxwYXRoIGZpbGw9JyMwMjAyMDInIGQ9J000OTIgNTExLjAwM3YyaDMzdi0yaC0zM3ptMzMuMDM2LTNsLS4wMzYgNy45OTUgNy0zLjk2Ny02Ljk2NC00LjAyOHonLz48L3N2Zz4=") 18 18, pointer;
right: 0;
}
.slick-dots {
display: block;
list-style: none;
margin: 0;
padding: 0;
text-align: center;
width: 100%;
z-index: 1;
}
.slick-dots li {
cursor: pointer;
display: inline-block;
height: 20px;
margin: 0 3px;
padding: 0;
position: relative;
width: 20px;
}
.slick-dots li button {
background: transparent;
border: 0;
color: transparent;
cursor: pointer;
display: block;
height: 20px;
line-height: 0;
outline: none;
padding: 5px;
width: 20px;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
outline: none;
}
.slick-dots li button:before {
content: '•';
color: #000;
font-size: 11px;
height: 16px;
left: 0;
line-height: 23px;
opacity: .5;
position: absolute;
text-align: center;
top: 0;
width: 16px;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before,
.slick-dots li.slick-current button:before {
opacity: 1;
}
.slick-dots li.slick-active button:before,
.slick-dots li.slick-current button:before {
color: #000;
}
.carousel-slider .featured-slider .entry-content p:last-of-type {
margin-bottom: 1rem;
}
.carousel-slider .featured-slider .read-more-link {
display: none;
} .search .hentry {
margin-top: 7.6rem;
position: relative;
}
.search .page {
background: #f2f2f2;
padding: 2.4rem 3.1rem;
}
.search-post-type {
letter-spacing: 0.3px;
text-transform: uppercase;
position: absolute;
top: 5px;
left: -140px;
}
.search .entry-title {
margin-top: 0;
margin-bottom: 10px;
}
.search .entry-meta {
margin-bottom: 1.3rem;
}
.search .entry-content p:last-child {
margin-bottom: 0;
} .search-no-results .page-title,
.error404 .page-title {
margin-top: 0;
margin-bottom: 30px;
padding: 0 30px;
}
.search-no-results .page-content,
.error404 .page-content {
text-align: center;
}
.search-no-results .page-content > p,
.error404 .page-content > p {
font-weight: 500;
letter-spacing: 0.8px;
margin-left: auto;
margin-right: auto;
max-width: 420px;
padding: 0 30px;
}  .page-template-template-headline .main-container {
margin-top: 5.25rem;
}
.headline-content-container {
opacity: 0;
padding-top: 4vh;
padding-bottom: 17vh;
text-align: center;
-webkit-transform: translateY(-40px);
-ms-transform: translateY(-40px);
-o-transform: translateY(-40px);
transform: translateY(-40px);
}
.show-headline {
opacity: 1;
-webkit-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.headline-content-container h1,
.headline-content-container h2,
.headline-content-container h3,
.headline-content-container h4,
.headline-content-container h5,
.headline-content-container h6 {
font-weight: 500;
margin-bottom: 2rem;
}
.headline-content-container .entry-content p:last-child {
margin-bottom: 0;
} .masonry .jetpack-portfolio {
margin-bottom: 80px;
}
.portfolio-item {
position: relative;
}
.portfolio-item .featured-image a,
.portfolio-item .featured-image img {
width: 100%;
}
.portfolio-item .entry-header {
text-align: left;
}
.portfolio-item .entry-title {
margin-top: 0;
margin-bottom: 0;
} .blog .format-aside .entry-title,
.archive .format-aside .entry-title {
display: none;
} .content-area:not(.has-sidebar) .comments-area {
margin-top: 8.6rem;
position: relative;
}
.content-area:not(.has-sidebar) .comments-area:before {
content: "";
background: #edeeef;
height: 1px;
margin-left: auto;
margin-right: auto;
position: absolute;
top: 0;
right: -1000px;
left: -1000px;
}
.comment-list .comment {
list-style: none;
}
.comments-title {
padding-top: 164px;
}
.no-comments {
padding-top: 180px;
}
.comments-title,
.comment-reply-title,
.no-comments {
letter-spacing: 0.8px;
}
.no-comments {
font-weight: 500;
margin-bottom: 0;
text-align: center;
}
.bypostauthor {
display: block;
}
.bypostauthor > .comment-body .comment-author b:after {
display: inline-block;
margin-left: 8px;
vertical-align: middle;
}
.comments-area .comment,
.comments-area .pingback {
margin-top: 6.8rem;
}
.pingback .comment-body > a {
display: block;
margin-top: 1.3em;
}
.comment-author,
.comment-metadata {
display: inline-block;
letter-spacing: 0.6px;
}
.comment-author {
margin-right: 20px;
}
.comment-metadata {
text-transform: uppercase;
}
.comment-author .says {
display: none;
}
.comment-content {
margin-top: 20px;
}
.comment-content a {
word-wrap: break-word;
}
.comment-content > h1:first-child,
.comment-content > h2:first-child,
.comment-content > h3:first-child,
.comment-content > h4:first-child,
.comment-content > h5:first-child,
.comment-content > h6:first-child {
margin-top: 0;
}
.comment .reply {
text-transform: uppercase;
letter-spacing: 0.8px;
}
.comment-reply-title {
margin-top: 20px;
}
.comment-respond {
padding-top: 140px;
}
.logged-in-as,
.comment-notes {
font-weight: 500;
letter-spacing: 0.6px;
margin-bottom: 4rem;
}  .infinite-scroll .posts-navigation, .infinite-scroll.neverending .site-footer { display: none;
}
#infinite-handle {
opacity: 0;
}
#post-load {
position: relative;
}
.site-main #infinite-handle,
.site-main #loading-is {
position: absolute;
bottom: -107px;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
.search .site-main #infinite-handle,
.search .site-main #loading-is {
bottom: -147px;
}
#loading-is {
margin-top: 8px;
width: 28px;
}
body #infinite-handle span {
background: transparent;
border-radius: 0;
border: 2px solid #000;
color: #000;
display: inline-block;
font-weight: 500;
height: 43px;
padding: 0;
white-space: nowrap;
}
body #infinite-handle span a {
display: table-cell;
height: 39px;
padding: 0 4.6em;
vertical-align: middle;
}
body #infinite-handle span:hover a,
body #infinite-handle span a:hover {
color: #ffffff;
}
body #infinite-handle button {
background: transparent;
border: none;
height: 39px;
padding: 0;
-webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.infinite-scroll .paging-navigation {
display: none;
}
#loading-is {
text-align: center;
}
#infscr-loading {
display: inline-block;
}
#infscr-loading img,
#loading-is {
display: none;
}
#loading-is .spinner {
display: block !important;
}
#loading-is .spinner {
left: 50% !important;
top: 0 !important;
}
#loading-is .spinner > div {
display: none;
}
#loading-is .spinner:before {
content: '';
display: block;
width: 28px;
margin-left: -14px;
height: 28px;
border-radius: 50%;
background-color: #000;
-webkit-animation: pulsee 1s infinite ease-out;
animation: pulsee 1s infinite ease-out;
}
@keyframes pulsee {
0% {
-webkit-transform: scale(0.3);
transform: scale(0.3);
opacity: .7;
}
90%, 100% {
-webkit-transform: scale(1.2);
transform: scale(1.2);
opacity: 0;
}
} .infinity-end.neverending .site-footer {
display: block;
}
#infinite-footer {
background: rgba( 255, 255, 255, 0.8 );
border-color: #ccc;
border-color: rgba( 0, 0, 0, 0.1 );
border-style: solid;
border-width: 1px 0 0;
}
#infinite-footer .container {
background: none;
border: none;
} .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%;
}
iframe {
border: none;
}
.author-box {
border: 2px solid #000;
margin: 2.6rem 0 5rem;
padding: 43px 32px 38px 129px;
position: relative;
}
.author-avatar {
position: absolute;
top: 32px;
left: 32px;
}
.author-avatar img {
border-radius: 50%;
width: 60px;
}
.author-name {
font-weight: 700;
margin-top: 0;
margin-bottom: 14px;
}
.author-name span {
display: block;
font-weight: 400;
margin-bottom: 3px;
text-transform: uppercase;
}
.author-info p {
letter-spacing: 0.4px;
line-height: 2.1em;
}
.author-info p:last-child {
margin-bottom: 0;
} .wp-caption {
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
}
.wp-caption-text {
letter-spacing: 0.5px;
line-height: 1.5em;
margin: 0.8em 0;
max-width: 70%;
}
.alignleft .wp-caption-text {
text-align: left;
}
.alignright .wp-caption-text {
margin-left: auto;
text-align: right;
}
.aligncenter .wp-caption-text {
margin-right: auto;
margin-left: auto;
text-align: center;
} .gallery {
margin-bottom: 1.5em;
}
.gallery-item {
display: inline-block;
outline: none;
position: relative;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery.gallery-size-full .gallery-item {
max-width: 100%;
}
.gallery-size-full .gallery-item + .gallery-item {
display: none;
}
.single .gallery-item a {
border: none;
}
.entry-gallery .gallery-size-full .gallery-item {
max-width: inherit;
width: 100%;
}
.masonry .entry-gallery .gallery-size-full .gallery-item {
text-align: left;
}
.format-gallery .gallery {
position: relative;
}
.masonry .entry-gallery {
margin-bottom: 2em;
}
.entry-gallery .gallery-size-full:after {
color: #000;
}
.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 {
background-color: rgba(0,0,0,0.7);
bottom: 0;
color: #fff;
left: 0;
line-height: 1.5;
margin: 0;
max-height: 100%;
opacity: 0;
padding: 6px 8px;
position: absolute;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
height: 100%;
left: 0;
min-height: 49px;
position: absolute;
top: 0;
width: 100%;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
}
.gallery-count {
display: inline-block;
font-weight: 500;
letter-spacing: 0.5px;
margin-top: 3px;
vertical-align: top;
}
.edit-link .gallery-count {
margin-left: 20px;
}
.gallery-item + .gallery-count {
margin-top: 17px;
}
.fullsize-gallery + * {
margin-top: 2rem;
} body .slideshow-window,
body .carousel .slideshow-window {
background: transparent;
border: none;
border-radius: 0;
overflow: visible;
}
.single .entry-gallery > .slideshow-window {
display: block;
}
.slideshow-window .slideshow-controls {
background-color: rgba(0,0,0,.2);
display: inline-block;
height: 31px;
opacity: 1;
padding: 0 40px 0 10px;
width: auto;
white-space: nowrap;
left: 50%;
-webkit-transform: translateX(-50%);
-moz-transform: translateX(-50%);
-ms-transform: translateX(-50%);
-o-transform: translateX(-50%);
transform: translateX(-50%);
}
body .slideshow-window div.slideshow-controls a,
body .slideshow-window div.slideshow-controls a:hover {
background: none !important;
border: none !important;
height: auto !important;
margin-top: -5px !important;
}
body .slideshow-window div.slideshow-controls a {
color: #fff !important;
vertical-align: middle;
}
body .slideshow-window div.slideshow-controls a:first-of-type,
body .slideshow-window div.slideshow-controls a:last-of-type {
width: 45px !important;
}
body .slideshow-window div.slideshow-controls a:nth-of-type(2) {
color: #fff !important;
width: 16px !important;
position: absolute;
top: 6px;
right: 10px;
}
body .slideshow-window div.slideshow-controls a:before {
text-shadow: 0 1px 1px rgba(0,0,0,0.11);
} .sharedaddy {
display: inline-block;
margin: 2.5em 0 0.5em;
}
.sharedaddy .sharedaddy {
margin-top: 0;
}
.slide-text .sharedaddy {
margin-right: 0;
}
.masonry .sharedaddy,
.search .sharedaddy {
display: block;
margin: 0;
position: relative;
}
.read-more-link + .sharedaddy {
margin-top: 20px;
}
.masonry .sd-social .sd-content {
padding-right: 0;
}
.slide-text .sharedaddy .sd-content {
white-space: nowrap;
}
h3.sd-title:before,
div#jp-relatedposts h3.jp-relatedposts-headline em:before {
display: none !important;
}
.sd-social .sd-content {
background-color: #fff;
display: inline-block;
margin-top: -4px;
opacity: 0;
padding-right: 2rem;
padding-left: 2rem;
vertical-align: middle;
position: absolute;
-webkit-transform: translateX(-50px) scaleX(0);
-ms-transform: translateX(-50px) scaleX(0);
-o-transform: translateX(-50px) scaleX(0);
transform: translateX(-50px) scaleX(0);
-webkit-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -webkit-transform .3s;
-moz-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -moz-transform .3s;
-ms-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -ms-transform .3s;
-o-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -o-transform .3s;
transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform .3s;
transform-origin: 0 50%;
}
.single .sd-social .sd-content {
width: calc(100% - 60px);
}
.search .sd-social .sd-content {
background-color: transparent;
}
.sd-open .sd-content {
opacity: 1;
-webkit-transform: translateX(0) scaleX(1);
-ms-transform: translateX(0) scaleX(1);
-o-transform: translateX(0) scaleX(1);
transform: translateX(0) scaleX(1);
-webkit-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-moz-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-ms-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
-o-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.sharedaddy .sd-content ul {
margin: 0 !important;
}
.sharedaddy .sd-content li {
vertical-align: top;
}
div.sharedaddy .sd-block h3.sd-title {
background: #000;
cursor: pointer;
letter-spacing: 0.3px;
padding: 6px 15px;
position: relative;
z-index: 1;
}
.masonry .sharedaddy h3.sd-title,
.search .sharedaddy h3.sd-title {
margin-bottom: 0;
}
.sd-social-icon a {
background-color: transparent !important;
margin-right: 0 !important;
}
.sd-social-icon a:before {
color: #000 !important;
}
.sharedaddy .sd-content ul li a.share-linkedin:before,
.widget_wpcom_social_media_icons_widget .genericon-linkedin {
margin-top: -2px;
}
.sharedaddy .sd-content ul li a.share-pocket:before {
font-size: 18px;
}
.sharedaddy .sd-content ul li a.share-linkedin:before,
.sharedaddy .sd-content ul li a.share-reddit:before,
.sharedaddy .sd-content ul li a.share-email:before,
.sharedaddy .sd-content ul li a.share-print:before,
.widget_wpcom_social_media_icons_widget .genericon-linkedin,
.widget_wpcom_social_media_icons_widget .genericon-googleplus {
font-size: 19px;
}
.sharedaddy .sd-content ul li a.share-google-plus-1:before {
font-size: 20px;
}
.sd-social-icon a:hover:before {
color: rgba(0,0,0,.2) !important;
}
.sharedaddy + .entry-footer .tags-links {
margin-top: 0;
}
body .jp-carousel-wrap,
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit,
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
font-family: 'geomanist', 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.jp-carousel-wrap .jp-carousel-slide {
opacity: 0.3;
}
.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span {
background-image: none;
text-indent: 0;
}
.jp-carousel-wrap .jp-carousel-slide.selected,
.jp-carousel-wrap .jp-carousel-next-button span,
.jp-carousel-wrap .jp-carousel-previous-button span,
.jp-carousel-wrap .jp-carousel-next-button:hover span,
.jp-carousel-wrap .jp-carousel-previous-button:hover span {
opacity: 1;
}
.jp-carousel-wrap .jp-carousel-close-hint,
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
color: #fff;
}
.jp-carousel-next-button span:before,
.jp-carousel-previous-button span:before {
display: block;
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.jp-carousel-wrap .jp-carousel-light #carousel-reblog-box input#carousel-reblog-submit,
.jp-carousel-wrap #jp-carousel-comment-form-button-submit {
background: #fff;
border: none;
border-radius: 0;
color: #000;
height: 50px;
line-height: initial;
padding-left: 2.6em !important;
padding-right: 2.6em !important;
}
.jp-carousel-wrap textarea#jp-carousel-comment-form-comment-field {
border-radius: 0;
-webkit-box-shadow: none;
box-shadow: none;
} body #jp-relatedposts {
display: block;
margin-top: 11.3rem;
}
body #jp-relatedposts .jp-relatedposts-items-visual {
margin-right: -5%;
text-align: center;
}
body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
display: inline-block;
float: none;
max-width: 340px;
padding-right: 5%;
text-align: left;
vertical-align: top;
width: 33.3333%;
}
body #jp-relatedposts h3.jp-relatedposts-headline {
margin-bottom: 4rem;
text-align: center;
width: 100%;
}
body #jp-relatedposts .jp-relatedposts-items-visual .jp-relatedposts-post {
opacity: 1;
}
.jp-relatedposts-post .jp-relatedposts-post-a {
border: none;
display: block;
}
body #jp-relatedposts .jp-relatedposts-items-visual h4.jp-relatedposts-post-title {
letter-spacing: 0.2px;
line-height: 1.5em;
margin: 25px 0 10px;
}
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a {
border: none;
font-weight: 700;
}
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-context,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-date {
letter-spacing: 1px;
text-transform: uppercase;
}
#jp-relatedposts .jp-relatedposts-items-visual div.jp-relatedposts-post-thumbs p.jp-relatedposts-post-excerpt {
margin-bottom: 20px;
} #TB_window.format-video {
width: 70% !important;
margin-left: 0 !important;
margin-top: 0 !important;
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
-o-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
#TB_title {
background-color: transparent;
border: none;
margin-bottom: 16px;
}
.format-video #TB_ajaxContent {
height: 0 !important;
margin: 0 auto;
overflow: hidden;
padding-top: 55.75%;
position: relative;
width: 100% !important;
}
.format-video #TB_ajaxContent iframe {
height: 100% !important;
width: 100% !important;
position: absolute;
top: 0;
left: 0;
}
.format-video #TB_ajaxWindowTitle {
color: #fff;
font-weight: 500;
}
.format-video #TB_closeAjaxWindow {
float: right;
margin-top: 4px;
}
#TB_secondLine {
margin-top: 10px;
} .single .jetpack-video-wrapper {
margin-bottom: 0;
}   .margin-top-none {
margin-top: 0 !important;
}
.margin-top-half {
margin-top: 16px !important;
}
.margin-top-default {
margin-top: 32px !important;
}
.margin-right-none {
margin-right: 0 !important;
}
.margin-right-half {
margin-right: 16px !important;
}
.margin-right-default {
margin-right: 32px !important;
}
.margin-bottom-none {
margin-bottom: 0 !important;
}
.margin-bottom-half {
margin-bottom: 16px !important;
}
.margin-bottom-default {
margin-bottom: 32px !important;
}
.margin-left-none {
margin-left: 0 !important;
}
.margin-left-half {
margin-left: 16px !important;
}
.margin-left-default {
margin-left: 32px !important;
} .padding-top-none {
padding-top: 0 !important;
}
.padding-top-half {
padding-top: 16px !important;
}
.padding-top-default {
padding-top: 32px !important;
}
.padding-right-none {
padding-right: 0 !important;
}
.padding-right-half {
padding-right: 16px !important;
}
.padding-right-default {
padding-right: 32px !important;
}
.padding-bottom-none {
padding-bottom: 0 !important;
}
.padding-bottom-half {
padding-bottom: 16px !important;
}
.padding-bottom-default {
padding-bottom: 32px !important;
}
.padding-left-none {
padding-left: 0 !important;
}
.padding-left-half {
padding-left: 16px !important;
}
.padding-left-default {
padding-left: 32px !important;
} .wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > * {
margin-top: 21.312px;
margin-bottom: 21.312px;
}
@media only screen and (min-width: 560px) {
.wp-block-cover .wp-block-cover__inner-container > *,
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > * {
margin-top: 32px;
margin-bottom: 32px;
}
}
.wp-block-cover .wp-block-cover__inner-container > *:first-child,
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > *:first-child {
margin-top: 0;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child,
.wp-block-coblocks-hero .wp-block-coblocks-hero__box > *:last-child {
margin-bottom: 0;
} .entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
margin-top: 21.312px;
margin-bottom: 21.312px;
}
@media only screen and (min-width: 560px) {
.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
margin-top: 32px;
margin-bottom: 32px;
}
}
.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
margin-top: 0;
}
.entry-content .wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
margin-bottom: 0;
}
.no-sidebar .alignfull {
max-width: 100vw;
width: auto;
}
.no-sidebar .alignwide {
max-width: 1240px;
}
.no-sidebar .alignfull .alignfull,
.no-sidebar .alignwide .alignwide,
.no-sidebar .alignfull .alignwide,
.no-sidebar .alignwide .alignfull {
margin-left: 0;
margin-right: 0;
}
.wp-block-columns.alignfull,
.alignfull > .wp-block-group__inner-container > p {
padding-left: 30px;
padding-right: 30px;
}
.alignfull > .wp-block-group__inner-container > p {
padding-left: 30px;
padding-right: 30px;
}
.alignfull .wp-block-image,
.alignfull .tiled-gallery__item {
text-align: center;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: normal;
}
.no-sidebar .alignfull > img {
width: 100vw;
}
.wp-block-cover:not(:only-child),
.wp-block-cover-image:not(:only-child) {
margin-top: 4vw;
margin-bottom: 4vw;
}
.wp-block-media-text + .wp-block-media-text {
margin-top: 4vw;
}
.wp-block-image figure {
width: auto !important;
}
.wp-block-jetpack-contact-info div + div {
margin-top: 5px;
}
.has-large-font-size,
.has-huge-font-size {
line-height: 1.1;
}
.wp-block-cover:not([class*='background-color']) label,
.wp-block-cover:not([class*='background-color']) p,
.wp-block-cover:not([class*='background-color']) li,
.wp-block-cover:not([class*='background-color']) dt,
.wp-block-cover:not([class*='background-color']) dd,
.wp-block-cover:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover:not([class*='background-color']) .wp-block-cover-text,
.wp-block-cover-image:not([class*='background-color']) label,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover__inner-container,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-image-text,
.wp-block-cover-image:not([class*='background-color']) .wp-block-cover-text,
.wc-block-featured-product .wc-block-featured-product__description p {
color: #fff;
}
.wp-block-cover:not([class*='background-color']) input[type="text"],
.wp-block-cover:not([class*='background-color']) input[type="email"],
.wp-block-cover:not([class*='background-color']) input[type="url"],
.wp-block-cover:not([class*='background-color']) input[type="password"],
.wp-block-cover:not([class*='background-color']) input[type="search"],
.wp-block-cover:not([class*='background-color']) input[type="tel"],
.wp-block-cover:not([class*='background-color']) textarea,
.wp-block-cover-image:not([class*='background-color']) input[type="text"],
.wp-block-cover-image:not([class*='background-color']) input[type="email"],
.wp-block-cover-image:not([class*='background-color']) input[type="url"],
.wp-block-cover-image:not([class*='background-color']) input[type="password"],
.wp-block-cover-image:not([class*='background-color']) input[type="search"],
.wp-block-cover-image:not([class*='background-color']) input[type="tel"],
.wp-block-cover-image:not([class*='background-color']) textarea {
background-color: #fff;
}
.has-background-light-background-color input[type="text"],
.has-background-light-background-color input[type="email"],
.has-background-light-background-color input[type="url"],
.has-background-light-background-color input[type="password"],
.has-background-light-background-color input[type="search"],
.has-background-light-background-color input[type="tel"],
.has-background-light-background-color textarea {
border-color: #000;
}
.has-background-light-background-color input[type="text"]:hover,
.has-background-light-background-color input[type="email"]:hover,
.has-background-light-background-color input[type="url"]:hover,
.has-background-light-background-color input[type="password"]:hover,
.has-background-light-background-color input[type="search"]:hover,
.has-background-light-background-color input[type="tel"]:hover,
.has-background-light-background-color textarea:hover,
.has-background-light-background-color input[type="text"]:focus,
.has-background-light-background-color input[type="email"]:focus,
.has-background-light-background-color input[type="url"]:focus,
.has-background-light-background-color input[type="password"]:focus,
.has-background-light-background-color input[type="search"]:focus,
.has-background-light-background-color input[type="tel"]:focus,
.has-background-light-background-color textarea:focus {
border-color: rgba(0,0,0,.1);
}
figcaption a,
.wp-block-cover a:not(.has-text-color) {
color: inherit;
}
.has-primary-color[class],
blockquote.has-primary-color[class] p {
color: #20603C !important;
}
.has-secondary-color[class],
blockquote.has-secondary-color[class] p {
color: #655441 !important;
}
.has-foreground-color[class],
blockquote.has-foreground-color[class] p {
color: #3C2323 !important;
}
.has-foreground-light-color[class],
blockquote.has-foreground-light-color[class] p {
color: #844d4d !important;
}
.has-foreground-dark-color[class],
blockquote.has-foreground-dark-color[class] p {
color: #0D1B24 !important;
}
.has-background-light-color[class],
blockquote.has-background-light-color[class] p {
color: #FDF9EC !important;
}
.has-background-dark-color[class],
blockquote.has-background-dark-color[class] p {
color: #DDDDDD !important;
}
.has-background-color[class],
blockquote.has-background-color[class] p {
color: #FFFDF6 !important;
}
.has-background:not(.has-background-background-color) a:not(.wp-block-button__link),
.has-background p,
.has-background h1,
.has-background h2,
.has-background h3,
.has-background h4,
.has-background h5,
.has-background h6 {
color: currentColor;
}
.is-style-outline .wp-block-button__link,
.is-style-outline .wp-block-button__link:hover {
background-color: transparent;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #32373c;
}
.is-style-outline .wp-block-button__link {
border-color: inherit;
border-style: solid;
border-width: 2px;
}
.has-primary-background-color[class],
.has-primary-background-color[class] p {
background-color: #000 !important;
}
.has-primary-background-color[class],
.has-primary-background-color[class] p {
color: #fff;
}
.has-secondary-background-color[class],
.has-secondary-background-color[class] p {
background-color: #655441 !important;
}
.has-secondary-background-color[class],
.has-secondary-background-color[class] p {
color: #FFFDF6;
}
.has-foreground-background-color[class],
.has-foreground-background-color[class] p {
background-color: #383838 !important;
}
.has-foreground-background-color[class],
.has-foreground-background-color[class] p {
color: #FFFDF6;
}
.has-foreground-light-background-color[class],
.has-foreground-light-background-color[class] p {
background-color: #844d4d !important;
}
.has-foreground-light-background-color[class],
.has-foreground-light-background-color[class] p {
color: #FFFDF6;
}
.has-foreground-dark-background-color[class],
.has-foreground-dark-background-color[class] p {
background-color: #0D1B24 !important;
}
.has-foreground-dark-background-color[class],
.has-foreground-dark-background-color[class] p {
color: #FFFDF6;
}
div[class*="has-background"] .wp-block-button:not(.is-style-fill) .wp-block-button__link:focus {
color: #000;
}
.has-background-light-background-color[class],
.has-background-light-background-color[class] p {
background-color: #FAFAFA !important;
}
.has-background-light-background-color[class],
.has-background-light-background-color[class] p {
color: #3C2323;
}
.has-background-dark-background-color[class],
.has-background-dark-background-color[class] p {
background-color: #DDDDDD !important;
}
.has-background-dark-background-color[class],
.has-background-dark-background-color[class] p {
color: #3C2323;
}
.has-background-background-color[class],
.has-background-background-color[class] p {
background-color: #FFF !important;
}
.has-background-background-color[class],
.has-background-background-color[class] p {
color: #3C2323;
}
.has-pale-pink-background-color p {
background-color: #f78da7
}
.has-vivid-red-background-color p {
background-color: #cf2e2e
}
.has-luminous-vivid-orange-background-color p {
background-color: #ff6900
}
.has-luminous-vivid-amber-background-color p {
background-color: #fcb900
}
.has-light-green-cyan-background-color p {
background-color: #7bdcb5
}
.has-vivid-green-cyan-background-color p {
background-color: #00d084
}
.has-pale-cyan-blue-background-color p {
background-color: #8ed1fc
}
.has-vivid-cyan-blue-background-color p {
background-color: #0693e3
}
.has-vivid-purple-background-color p {
background-color: #9b51e0
}
.has-very-light-gray-background-color p {
background-color: #eee
}
.has-cyan-bluish-gray-background-color p {
background-color: #abb8c3
}
.has-very-dark-gray-background-color p {
background-color: #313131
}
.has-pale-pink-color p {
color: #f78da7
}
.has-vivid-red-color p {
color: #cf2e2e
}
.has-luminous-vivid-orange-color p {
color: #ff6900
}
.has-luminous-vivid-amber-color p {
color: #fcb900
}
.has-light-green-cyan-color p {
color: #7bdcb5
}
.has-vivid-green-cyan-color p {
color: #00d084
}
.has-pale-cyan-blue-color p {
color: #8ed1fc
}
.has-vivid-cyan-blue-color p {
color: #0693e3
}
.has-vivid-purple-color p {
color: #9b51e0
}
.has-very-light-gray-color p {
color: #eee
}
.has-cyan-bluish-gray-color p {
color: #abb8c3
}
.has-very-dark-gray-color p {
color: #313131
}
.has-black-color[class] {
color: #000;
}
.has-gray-color[class] {
color: #39414d;
}
.has-dark-gray-color[class] {
color: #28303d;
}
.has-green-color[class] {
color: #d1e4dd;
}
.has-blue-color[class] {
color: #d1dfe4;
}
.has-purple-color[class] {
color: #d1d1e4;
}
.has-red-color[class] {
color: #e4d1d1;
}
.has-orange-color[class] {
color: #e4dad1;
}
.has-yellow-color[class] {
color: #eeeadd;
}
.has-white-color[class] {
color: #fff;
}
.has-gray-background-color[class] {
background-color: #39414d;
}
.has-dark-gray-background-color[class] {
background-color: #28303d;
}
.has-green-background-color[class] {
background-color: #d1e4dd;
}
.has-blue-background-color[class] {
background-color: #d1dfe4;
}
.has-purple-background-color[class] {
background-color: #d1d1e4;
}
.has-red-background-color[class] {
background-color: #e4d1d1;
}
.has-orange-background-color[class] {
background-color: #e4dad1;
}
.has-yellow-background-color[class] {
background-color: #eeeadd;
}
.has-white-background-color[class] {
background-color: #fff;
}
:not(.has-text-color).has-black-background-color[class],
:not(.has-text-color).has-gray-background-color[class],
:not(.has-text-color).has-dark-gray-background-color[class] {
color: #fff;
}
:not(.has-text-color).has-green-background-color[class],
:not(.has-text-color).has-blue-background-color[class],
:not(.has-text-color).has-purple-background-color[class],
:not(.has-text-color).has-red-background-color[class],
:not(.has-text-color).has-orange-background-color[class],
:not(.has-text-color).has-yellow-background-color[class],
:not(.has-text-color).has-white-background-color[class] {
color: #28303d;
}
.has-purple-to-yellow-gradient-background {
background: linear-gradient(160deg, #d1d1e4, #eeeadd);
}
.has-yellow-to-purple-gradient-background {
background: linear-gradient(160deg, #eeeadd, #d1d1e4);
}
.has-green-to-yellow-gradient-background {
background: linear-gradient(160deg, #d1e4dd, #eeeadd);
}
.has-yellow-to-green-gradient-background {
background: linear-gradient(160deg, #eeeadd, #d1e4dd);
}
.has-red-to-yellow-gradient-background {
background: linear-gradient(160deg, #e4d1d1, #eeeadd);
}
.has-yellow-to-red-gradient-background {
background: linear-gradient(160deg, #eeeadd, #e4d1d1);
}
.has-purple-to-red-gradient-background {
background: linear-gradient(160deg, #d1d1e4, #e4d1d1);
}
.has-red-to-purple-gradient-background {
background: linear-gradient(160deg, #e4d1d1, #d1d1e4);
}
.wp-block-pullquote:not(.is-style-solid-color) {
background: none;
}
.is-style-solid-color {
background-color: #20603C;
}
.wp-block-pullquote.is-style-solid-color {
color: #FFFDF6;
}
.wp-block-pullquote.is-style-solid-color blockquote:before,
.wp-block-pullquote.is-style-solid-color p,
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote.is-style-solid-color cite,
.wp-block-pullquote.is-style-solid-color footer,
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
color: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote {
margin: 30px auto;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
line-height: 1.3;
}
body .blocks-gallery-grid,
body .wp-block-gallery {
display: -webkit-flex;
display: -moz-flex;
display: -ms-flex;
display: -o-flex;
display: flex;
}
.wp-block-group.has-background {
margin-top: 0;
margin-bottom: 0;
padding: 2rem;
}
.event-countdown__counter span {
margin-right: 10px;
}
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
padding-top: 30px;
padding-bottom: 30px;
}
.wp-block-cover__inner-container h1:last-child,
.wp-block-cover__inner-container h2:last-child,
.wp-block-cover__inner-container h3:last-child,
.wp-block-cover__inner-container h4:last-child,
.wp-block-cover__inner-container h5:last-child,
.wp-block-cover__inner-container h6:last-child {
margin-bottom: 0;
}
.blocks-gallery-grid.alignleft,
.blocks-gallery-grid.alignright,
.wp-block-gallery.alignleft,
.wp-block-gallery.alignright {
max-width: 50%;
}
.wp-block-calendar thead th,
.wp-block-calendar tbody td {
text-align: center;
}
.single .entry-content > div[class^="wp-block"]:last-of-type {
margin-bottom: 5vw;
}
.wp-block-jetpack-slideshow_slide {
list-style: none;
}
.css-answer-input input[type="radio"] {
display: inline-block;
}
.wp-block-embed__wrapper {
position: relative;
}
.wp-block-archives,
.wp-block-categories,
.wp-block-rss {
list-style-position: inside;
}
.wp-block-rss li div {
display: inline;
}
.jetpack-business-hours__item:last-of-type,
.jetpack-business-hours__item:last-of-type dt {
margin-bottom: 0;
}
.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull {
margin-top: 0;
}
.entry-content > *:last-child,
.entry-content > *.alignfull {
margin-bottom: 0;
} .wp-block-media-text .wp-block-media-text__content > * {
margin-top: 21.312px;
margin-bottom: 21.312px;
}
@media only screen and (min-width: 560px) {
.wp-block-media-text .wp-block-media-text__content > * {
margin-top: 32px;
margin-bottom: 32px;
}
}
.wp-block-media-text .wp-block-media-text__content > *:first-child {
margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
margin-bottom: 0;
}
.wp-block-media-text[class*="background-color"]:not(.has-background-background-color) .wp-block-media-text__content a,
.wp-block-media-text[style*="background-color"] .wp-block-media-text__content a {
color: currentColor;
}
@media only screen and (min-width: 560px) {
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
padding-top: 32px;
padding-bottom: 32px;
}
}
p.has-background {
padding: 16px 16px;
}
.wp-block-columns .wp-block-column > * {
margin-top: 21.312px;
margin-bottom: 21.312px;
}
@media only screen and (min-width: 560px) {
.wp-block-columns .wp-block-column > * {
margin-top: 32px;
margin-bottom: 32px;
}
}
.wp-block-columns .wp-block-column > *:first-child {
margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
margin-bottom: 0;
}
.wp-block-columns .wp-block-column:last-child {
margin-bottom: 0;
}
.wp-block-columns .wp-block-column:not(:last-child) {
margin-bottom: 21.312px;
}
@media only screen and (min-width: 560px) {
.wp-block-columns .wp-block-column:not(:last-child) {
margin-bottom: 32px;
}
}
@media only screen and (min-width: 782px) {
.wp-block-columns .wp-block-column:not(:last-child) {
margin-bottom: 0;
}
}
.wp-block-columns.alignfull {
padding-left: 16px;
padding-right: 16px;
}
.wp-block-columns.alignfull:not(:first-child) {
margin-top: 32px;
}
.wp-block-columns.alignfull:not(:last-child) {
margin-bottom: 32px;
}
.wp-block-cover,
.wp-block-cover-image {
min-height: 90vh;
margin-top: inherit;
margin-bottom: inherit;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text {
color: currentColor;
margin-top: 32px;
margin-bottom: 32px;
}
.wp-block-calendar a {
text-decoration: none;
}
.wp-block-calendar table caption {
margin-bottom: 20px;
}
.wp-block-rss li div {
display: inline;
}
.wp-block-image {
text-align: center;
}
.wp-block-social-links {
margin-bottom: 0;
}
.wp-block-social-links li {
display: inline-block;
margin-right: 10px;
margin-bottom: 5px;
}
.wp-block-social-links li a {
border: none;
}
.wp-block-table.is-style-stripes {
border-bottom: none;
}
.is-style-stripes table,
.is-style-stripes tr {
border: 1px solid #e4e4e4;
margin-top: 0;
margin-bottom: 0;
}
.is-style-stripes td,
.is-style-stripes th {
border: none;
}
.wp-block-embed {
overflow: hidden;
}
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:first-child {
margin-top: 0;
}
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > *:last-child {
margin-bottom: 0;
}
.entry-content figure.size-full + h1,
.entry-content figure.size-full + h2,
.entry-content figure.size-full + h3,
.entry-content figure.size-full + h4,
.entry-content figure.size-full + h5,
.entry-content figure.size-full + h6 {
margin-top: 0;
}
.timeline-item h2 {
margin-top: 20px;
margin-bottom: 20px;
}
.wpnbha article {
margin-bottom: 4vw;
}
.wpnbha .entry-meta > a {
margin-right: 10px;
}
.wpnbha .entry-meta {
margin-top: 22px;
}
.wpnbha .sharedaddy {
margin-top: 0;
}
.wpnbha .cat-links a:hover {
text-decoration: none;
}
.wpnbha .cat-links {
text-align: center;
}
body .wp-block-jetpack-slideshow .amp-carousel-button,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-next,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-pause,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-play,
body .wp-block-jetpack-slideshow .wp-block-jetpack-slideshow_button-prev {
border-radius: 24px;
}
body .wp-block-jetpack-slideshow .swiper-button-prev {
background-position-x: 46%;
}
body .wp-block-jetpack-slideshow .swiper-button-next {
background-position-x: 54%;
}
.wp-block-jetpack-layout-grid-column .wp-block-jetpack-tiled-gallery {
max-width: 100%;
}
.responsive-max-width,
.wp-block-pullquote.alignwide > p,
.wp-block-pullquote.alignfull > p,
.wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignfull blockquote,
hr.wp-block-separator.is-style-wide,
.entry-content > [class*="wp-block"]:not([class*="wc-block"]):not(.wp-block-quote):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
.entry-content [class*="inner-container"] > [class*="wp-block"]:not([class*="wc-block"]):not(.wp-block-quote):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.entry-content .wp-audio-shortcode,
.entry-content > p,
.entry-content + .entry-footer,
.post-navigation,
.pagination {
max-width: 100%;
margin-left: auto;
margin-right: auto;
}
.responsive-max-width,
.wp-block-pullquote.alignwide > p,
.wp-block-pullquote.alignfull > p,
.wp-block-pullquote.alignwide blockquote,
.wp-block-pullquote.alignfull blockquote,
hr.wp-block-separator.is-style-wide,
.entry-content > [class*="wp-block"]:not([class*="wc-block"]):not(.wp-block-quote):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.entry-attachment),
.entry-content [class*="inner-container"] > [class*="wp-block"]:not([class*="wc-block"]):not(.wp-block-quote):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator),
.entry-content .wp-audio-shortcode,
.entry-content > p,
.entry-content + .entry-footer,
.post-navigation,
.pagination {
max-width: calc(782px - 32px);
}
.blocks-gallery-grid .blocks-gallery-image figcaption,
.blocks-gallery-grid .blocks-gallery-item figcaption,
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
width: auto;
}
.wp-block-button.no-border-radius,
.wp-block-button__link.no-border-radius,
.is-style-squared .wp-block-button__link {
border-radius: 0 !important;
}
.wp-block-jetpack-timeline li.wp-block-jetpack-timeline-item {
list-style-type: none;
margin-bottom: 36px;
padding: 1em 2em;
} @media only screen and (min-width: 1441px) {
.carousel-slider .featured-slider .slick-arrow {
height: 55vh \0;
}
}
@media only screen and (max-width: 1440px) {
.carousel-slider .featured-slider .slick-arrow {
height: 46vh \0;
}
}
@media screen and (min-width:0\0) {
select {
background: none;
padding-top: 19px;
padding-bottom: 19px;
padding-right: 10px;
}
body .back-to-top {
right: 0;
}
.site-branding {
max-width: 280px;
}
.carousel-slider .featured-slider .slick-arrow:before {
color: #000;
display: block;
position: absolute;
top: 50%;
margin-top: -23px;
}
.carousel-slider .featured-slider .slick-prev:before {
content: "\e906";
left: 50px;
}
.carousel-slider .featured-slider .slick-next:before {
content: "\e90b";
right: 50px;
}
} @media only screen and (min-width: 768px){
.single-post .featured-portrait {
max-width: 59%;
padding-left: 9%;
opacity: 0;
}
.entry-content figure.alignleft,
.entry-content img.alignleft {
margin: 8px 46px 30px -80px;
}
.entry-content figure.alignright,
.entry-content img.alignright {
margin: 8px -80px 30px 46px;
}
.comment-body {
padding-left: 110px;
position: relative;
}
.comment-author img {
border-radius: 30px;
height: 60px;
width: 60px;
position: absolute;
top: -24px;
left: 0;
}
.comment-form-author,
.comment-form-email {
float: left;
width: 50%;
}
.comment-form-author {
padding-right: 22px;
}
.comment-form-email {
padding-left: 22px;
}
.fullwidth-slider .slide-text {
max-width: 900px;
}
.fullwidth-slider .featured-slider .entry-title {
font-size: 80px;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 32px 50px;
}
.entry-content > *,
[class*="inner-container"] > * {
margin-top: 32px;
margin-bottom: 32px;
}
.entry-content > *.alignleft,
.entry-content > *.alignright,
.entry-content > *.alignleft:first-child + *,
.entry-content > *.alignright:first-child + *,
.entry-content > *.alignfull,
.entry-content > *:first-child,
[class*="inner-container"] > *:first-child {
margin-top: 0;
}
.entry-content > *.alignfull,
.entry-content > *:last-child,
[class*="inner-container"] > *:last-child {
margin-bottom: 0;
}
}
@media only screen and (min-width: 992px){
.has-sidebar .container-small {
margin-left: 0;
}
.sidebar {
max-width: 250px;
float: right;
}
.sidebar .widget:last-child {
margin-bottom: 6rem;
}
.instagram-feed li {
width: 12.5%;
}
.instagram-feed .widget.null-instagram-feed .instagram-pics li {
max-width: 12.5%;
}
.fullwidth-slider .featured-slider article {
height: calc(100vh - 66px);
}
.sticky-header.fullwidth-slider .featured-slider article {
height: 100vh;
}
.no-sidebar .alignwide,
.no-sidebar [class*="__inner-container"] > *:not(.alignleft):not(.alignright):not(.is-style-wide):not(.alignwide) {
margin-left: auto;
margin-right: auto;
}
.no-sidebar .alignwide {
margin-left: -80px;
margin-right: -80px;
}
}
@media only screen and (min-width: 1025px){
.container,
.search .paging-navigation {
padding-left: 80px;
padding-right: 80px;
max-width: 1580px;
}
.container.container-small {
max-width: 1000px;
}
.container.container-small {
max-width: 1000px;
}
.no-sidebar .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
#big-search-trigger {
right: 80px;
}
.standard-menu .menu-toggle {
display: none;
}
.standard-menu .main-navigation ul ul {
background-color: #ebebeb;
padding-top: 15px;
padding-bottom: 15px;
text-align: left;
width: 228px;
position: absolute;
top: 85%;
left: -35px;
z-index: 1002;
}
.standard-menu .nav-menu > li > ul {
-webkit-transform: translateY(-50px);
-moz-transform: translateY(-50px);
-ms-transform: translateY(-50px);
-o-transform: translateY(-50px);
transform: translateY(-50px);
}
.standard-menu .nav-menu > li:last-of-type > ul {
left: auto;
right: 0;
}
.standard-menu .nav-menu > .toggle-on > ul {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.standard-menu .nav-menu > li > ul ul {
-webkit-transform: translateX(-50px);
-moz-transform: translateX(-50px);
-ms-transform: translateX(-50px);
-o-transform: translateX(-50px);
transform: translateX(-50px);
}
.standard-menu .nav-menu > li:last-of-type > ul ul {
-webkit-transform: translateX(50px);
-moz-transform: translateX(50px);
-ms-transform: translateX(50px);
-o-transform: translateX(50px);
transform: translateX(50px);
}
.standard-menu .nav-menu > li > ul .toggle-on ul {
-webkit-transform: translateX(0);
-moz-transform: translateX(0);
-ms-transform: translateX(0);
-o-transform: translateX(0);
transform: translateX(0);
}
.standard-menu .main-navigation ul ul li {
display: block;
margin: 0;
padding: 10px 35px;
}
.standard-menu .main-navigation ul ul a {
color: #9e9e9e;
}
.standard-menu .main-navigation ul ul a:hover,
.standard-menu .main-navigation ul ul a:hover + a {
color: #000;
}
.standard-menu .main-navigation ul ul .dropdown-toggle {
margin-top: -17px;
padding: 10px;
position: absolute;
top: 50%;
right: 13px;
-webkit-transform: rotate(-90deg);
-moz-transform: rotate(-90deg);
-ms-transform: rotate(-90deg);
-o-transform: rotate(-90deg);
transform: rotate(-90deg);
}
.standard-menu .main-navigation ul ul ul {
left: 100%;
top: -15px;
}
.standard-menu .main-navigation ul li:last-of-type ul ul {
left: auto;
right: 100%;
}
.site-branding {
display: table-cell;
margin-right: 0;
margin-left: 0;
text-align: left;
vertical-align: middle;
width: 280px;
}
.site-header nav {
display: table-cell;
padding-right: 58px;
text-align: right;
vertical-align: middle;
}
#big-search-close:hover:before,
#big-search-close:hover:after {
background-color: rgba(0,0,0,.7);
}
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
min-width: 500px;
} .hamburger-menu .site-header {
padding: 26px 0;
}
.hamburger-menu .menu-toggle {
background: none;
border: none;
display: inline-block;
height: 40px;
margin-top: -20px;
margin-left: -7px;
overflow: hidden;
padding: 0;
text-align: center;
text-indent: -9999px;
width: 40px;
position: absolute;
right: 110px;
top: 50%;
z-index: 1001;
}
.hamburger-menu .menu-toggle:focus,
.hamburger-menu .menu-toggle:active {
background: none;
}
.hamburger-menu .menu-toggle span,
.hamburger-menu .menu-toggle span:before,
.hamburger-menu .menu-toggle span:after {
background-color: #000;
height: 2px;
position: absolute;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.hamburger-menu .menu-toggle:focus span,
.hamburger-menu .menu-toggle:focus span:after,
.hamburger-menu .menu-toggle:hover span,
.hamburger-menu .menu-toggle:hover span:after {
width: 30px;
}
.hamburger-menu .menu-toggle span {
margin-top: -1px;
width: 20px;
top: 50%;
right: 7px;
}
.hamburger-menu .menu-toggle span:before,
.hamburger-menu .menu-toggle span:after {
content: "";
right: 0;
}
.hamburger-menu .menu-toggle span:before {
width: 30px;
top: -6px;
}
.hamburger-menu .menu-toggle span:after {
width: 25px;
top: 6px;
}
.hamburger-menu .toggled .menu-toggle span {
background-color: transparent;
}
.hamburger-menu .toggled .menu-toggle span:before,
.hamburger-menu .toggled .menu-toggle span:after {
background-color: #000;
width: 20px;
top: 0;
}
.hamburger-menu .toggled .menu-toggle span:before {
-webkit-transform: rotate(45deg) translateZ(0);
-moz-transform: rotate(45deg) translateZ(0);
-ms-transform: rotate(45deg) translateZ(0);
-o-transform: rotate(45deg) translateZ(0);
transform: rotate(45deg) translateZ(0);
}
.hamburger-menu .toggled .menu-toggle span:after {
-webkit-transform: rotate(-45deg) translateZ(0);
-moz-transform: rotate(-45deg) translateZ(0);
-ms-transform: rotate(-45deg) translateZ(0);
-o-transform: rotate(-45deg) translateZ(0);
transform: rotate(-45deg) translateZ(0);
}
.hamburger-menu .toggled .menu-toggle:focus span:before,
.hamburger-menu .toggled .menu-toggle:focus span:after {
background-color: #b9b9b9;
}
.hamburger-menu .site-header nav {
margin: 0;
text-transform: none;
}
.hamburger-menu .site-header nav,
.hamburger-menu .dropdown-toggle {
font-size: 20px;
font-size: 1.375rem;
}
.hamburger-menu .menu-toggle + div,
.hamburger-menu .main-navigation > .menu {
background-color: rgba(255,255,255,.95);
opacity: 0;
overflow-y: auto;
overflow-x: hidden;
text-align: center;
visibility: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.hamburger-menu .toggled .menu-toggle + div,
.hamburger-menu .toggled.main-navigation > .menu {
opacity: 1;
visibility: visible;
}
.hamburger-menu .menu-toggle + div:before,
.hamburger-menu .main-navigation > .menu:before {
content: "";
display: inline-block;
height: 100%;
margin-right: -0.25em;
vertical-align: middle;
}
.hamburger-menu .main-navigation .nav-menu {
display: inline-block;
padding: 90px 50px;
text-align: center;
vertical-align: middle;
width: 100%;
}
.hamburger-menu .main-navigation .nav-menu li {
display: block;
margin: 1em 0 0;
padding: 0;
}
.hamburger-menu .nav-menu > li {
font-size: 36px;
}
.hamburger-menu .nav-menu > li > a {
font-weight: 700;
padding-top: 0;
padding-bottom: 0;
}
.hamburger-menu .nav-menu > li > .dropdown-toggle {
margin-left: 30px;
margin-right: -53px;
}
.hamburger-menu .nav-menu .sub-menu li {
font-size: 15px;
}
.hamburger-menu .nav-menu .sub-menu li .dropdown-toggle {
font-size: 11px;
margin-left: 10px;
margin-right: -23px;
}
.hamburger-menu .main-navigation ul ul {
max-height: 0;
overflow: hidden;
}
.hamburger-menu .toggle-on > a ~ ul {
max-height: 400px;
}
.site-content {
min-height: calc(100vh - 193px);
}
.fullwidth-slider .featured-slider-wrap {
width: 100%;
position: fixed;
top: 0;
left: 0;
}
.fullwidth-slider .site-content {
margin-top: calc(100vh - 66px);
}
.sticky-header.fullwidth-slider .site-content {
margin-top: 100vh;
}
.featured-slider-wrap + .site-content .category-filter {
margin-top: 7rem;
}
.comment .children {
margin-left: 5rem;
}
.single .nav-previous,
.single .nav-next {
background-color: #e6e7e8;
max-height: 0;
padding: 0;
opacity: 0;
overflow: hidden;
width: auto;
position: fixed;
top: 50%;
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 1000;
}
.single .nav-previous > span {
left: -19px;
}
.single .nav-next > span {
right: -4px;
}
.single .nav-previous:hover,
.single .nav-links > span:hover + .nav-previous,
.single .nav-next:hover,
.single .nav-links > span:hover + .nav-next {
max-height: 600px;
opacity: 1;
}
.single .nav-links > span,
.single .nav-links > div > span {
display: block;
letter-spacing: 0;
text-transform: uppercase;
position: fixed;
top: 50%;
-webkit-transform: rotate(-90deg) translateX(0.6em);
-moz-transform: rotate(-90deg) translateX(0.6em);
-ms-transform: rotate(-90deg) translateX(0.6em);
-o-transform: rotate(-90deg) translateX(0.6em);
transform: rotate(-90deg) translateX(0.6em);
}
.single .nav-links > div > span {
font-size: 15px;
font-size: 0.9375rem;
}
.single .hide-nav .nav-links > span {
opacity: 0;
}
.single .prev-trig {
left: -19px;
}
.single .next-trig {
right: -4px;
}
.single .nav-previous {
left: 0;
}
.single .nav-next {
right: 0;
}
.single .nav-previous a {
padding: 40px 96px 40px 105px;
}
.single .nav-next a {
padding: 40px 105px 40px 96px;
}
.single .nav-links a {
display: table-cell;
height: 230px;
vertical-align: middle;
width: 500px;
}
.single .nav-previous a,
.single .nav-previous a span {
text-align: right;
}
.single .nav-next a,
.single .nav-next a span {
text-align: left;
}
.portfolio-item .entry-meta a {
margin-bottom: 10px;
}
.portfolio-item .entry-title {
-webkit-transition-delay: .2s;
-moz-transition-delay: .2s;
-ms-transition-delay: .2s;
-o-transition-delay: .2s;
transition-delay: .2s;
}
.portfolio-item .featured-image + .entry-header .entry-meta,
.portfolio-item .featured-image + .entry-header .entry-title {
display: block;
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
}
.portfolio-item .featured-image a:before {
display: none;
}
.portfolio-item .featured-image a:after {
content: "";
background-color: rgba(255,255,255,.8);
border: 2px solid #000;
margin: 0;
position: absolute;
top: 0;
left: 0;
bottom: 0;
right: 0;
-webkit-transform: none;
-ms-transform: none;
-o-transform: none;
transform: none;
}
.portfolio-item .featured-image + .entry-header {
max-height: calc(100% - 80px);
overflow: hidden;
padding: 0;
position: absolute;
right: 40px;
bottom: 40px;
left: 40px;
}
.portfolio-item .featured-image + .entry-header .entry-meta,
.portfolio-item .featured-image + .entry-header .entry-title,
.portfolio-item .featured-image a:after,
.portfolio-item .featured-image + .entry-header {
opacity: 0;
}
.back-to-top {
right: 40px;
bottom: 180px;
}
.paging-navigation .prev,
.paging-navigation .next {
position: absolute;
top: 0;
}
.paging-navigation .prev {
left: 0;
}
.paging-navigation .next {
right: 0;
}
#TB_prev a:before {
left: 50px;
}
#TB_next a:before {
right: 50px;
} a:hover,
.nav-menu > li:hover > a,
.nav-menu > li > a:hover + a,
div[class^="gr_custom_container"] a:hover {
color: #5d5d5d;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.has-background-light-background-color[class] .wp-block-button__link:hover,
.wp-block-button__link:hover {
background-color: #676565;
outline: none;
}
label.checkbox:hover:before,
input[type="checkbox"] + label:hover:before,
label.radio:hover:before,
input[type="radio"] + label:hover:before {
opacity: 1;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
color: #747474;
}
.comment .reply a:hover,
.entry-footer a:hover,
.category-filter a:hover,
.format-link .entry-content a:hover,
.back-to-top:hover,
.paging-navigation a:hover,
.widget a:hover,
.widget .search-form input[type="submit"]:hover,
.widget .newsletter input[type="submit"]:hover,
.widget.widget_wpcom_social_media_icons_widget a:hover,
.instagram-username a:hover,
.widget .tp_recent_tweets a:hover {
color: #000;
}
.entry-content a:hover,
.post-date a:hover,
.category-filter a:hover {
border-color: inherit;
}
.fullwidth-slider .featured-slider .slick-prev:focus:before,
.fullwidth-slider .featured-slider .slick-prev:hover:before {
-webkit-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
.fullwidth-slider .featured-slider .slick-next:focus:before,
.fullwidth-slider .featured-slider .slick-next:hover:before {
-webkit-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
.sd-social .sd-title:hover + .sd-content,
.sd-social .sd-content:hover {
opacity: 1;
-webkit-transform: translateX(0) scaleX(1);
-ms-transform: translateX(0) scaleX(1);
-o-transform: translateX(0) scaleX(1);
transform: translateX(0) scaleX(1);
-webkit-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -webkit-transform 0s;
-moz-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -moz-transform 0s;
-ms-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -ms-transform 0s;
-o-transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s -o-transform 0s;
transition: opacity .3s cubic-bezier(0.25, 0.46, 0.45, 0.94), 0s transform 0s
}
#TB_closeWindowButton:hover .tb-close-icon,
body .tb-close-icon:hover {
color: rgba(255,255,255,.7);
}
.back-to-top:hover i {
-webkit-transform: translateX(10px);
-moz-transform: translateX(10px);
-ms-transform: translateX(10px);
-o-transform: translateX(10px);
transform: translateX(10px);
}
.instagram-feed li:hover a {
-webkit-transform: translateY(-20px);
-moz-transform: translateY(-20px);
-ms-transform: translateY(-20px);
-o-transform: translateY(-20px);
transform: translateY(-20px);
}
.masonry .featured-image a:hover:after,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:hover,
.masonry .gallery-size-full .gallery-item a:hover:after {
color: #000;
opacity: 1;
-webkit-transform: scale(1);
-moz-transform: scale(1);
-ms-transform: scale(1);
-o-transform: scale(1);
transform: scale(1);
}
.masonry .featured-image a:hover:before,
.masonry .gallery-size-full[data-carousel-extra] .gallery-item:hover:before,
.masonry .gallery-size-full .gallery-item a:hover:before {
opacity: .9;
}
body .slideshow-window div.slideshow-controls a:hover {
color: rgba(255,255,255,.7) !important;
}
.jp-carousel-wrap .jp-carousel-close-hint:hover {
opacity: .7;
}
.jp-carousel-wrap .jp-carousel-next-button:hover span:before {
-webkit-transform: translate(-25%,-50%);
-moz-transform: translate(-25%,-50%);
-ms-transform: translate(-25%,-50%);
-o-transform: translate(-25%,-50%);
transform: translate(-25%,-50%);
}
.jp-carousel-wrap .jp-carousel-previous-button:hover span:before {
-webkit-transform: translate(-75%,-50%);
-moz-transform: translate(-75%,-50%);
-ms-transform: translate(-75%,-50%);
-o-transform: translate(-75%,-50%);
transform: translate(-75%,-50%);
}
#TB_prev a:hover:before {
-webkit-transform: translateX(-20px);
-moz-transform: translateX(-20px);
-ms-transform: translateX(-20px);
-o-transform: translateX(-20px);
transform: translateX(-20px);
}
#TB_next a:hover:before {
-webkit-transform: translateX(20px);
-moz-transform: translateX(20px);
-ms-transform: translateX(20px);
-o-transform: translateX(20px);
transform: translateX(20px);
}
body .jp-carousel-comments p a:hover,
body .jp-carousel-info h2 a:hover,
body .jp-carousel-titleanddesc p a:hover {
color: #747474 !important;
}
#infinite-handle span:hover {
background: #000;
color: #fff;
}
.portfolio-item:hover .featured-image + .entry-header .entry-meta,
.portfolio-item:hover .featured-image + .entry-header .entry-title,
.portfolio-item:hover .featured-image a:after,
.portfolio-item:hover .featured-image + .entry-header {
opacity: 1;
}
.portfolio-item:hover .featured-image + .entry-header .entry-meta,
.portfolio-item:hover .featured-image + .entry-header .entry-title {
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
transform: translateY(0);
}
.jp-relatedposts-post:hover .jp-relatedposts-post-a {
opacity: .5;
}
.entry-content .read-more-link,
.jp-relatedposts-post .jp-relatedposts-post-a:hover {
border: none;
}
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:hover .jp-relatedposts-post-title a,
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post .jp-relatedposts-post-title a:hover {
text-decoration: none;
}
.flickr_badge_image a:hover,
.ippo-instagram-feed li a:hover,
.advertisement-widget a:hover {
opacity: .3;
}
}
@media only screen and (min-width: 1441px){
.layout-four-columns .site-main > .row {
margin-left: -45px;
margin-right: -45px;
}
.layout-four-columns .masonry [class*="col-"] {
padding-left: 45px;
padding-right: 45px;
}
.layout-three-columns .site-main > .row {
margin-left: -58px;
margin-right: -58px;
}
.layout-three-columns .masonry [class*="col-"] {
padding-left: 58px;
padding-right: 58px;
}
}
@media only screen and (min-width: 2000px){
.fullwidth-slider .left-txt {
left: calc((100% - 1580px) / 2 + 50px);
}
.fullwidth-slider .right-txt {
right: calc((100% - 1580px) / 2 + 50px);
}
}
@media only screen and (min-width: 768px) and (max-width: 1024px){
.comment .children {
margin-left: 3rem;
}
}
@media only screen and (max-width: 1440px){
.masonry .entry-title,
.masonry .page .entry-title {
font-size: 20px;
font-size: 1.25rem;
}
.layout-four-columns .site-main > .row {
margin-left: -35px;
margin-right: -35px;
}
.layout-four-columns .masonry [class*="col-"] {
padding-left: 35px;
padding-right: 35px;
}
.layout-four-columns .format-quote .entry-content,
.layout-four-columns .format-link .entry-content {
padding: 1.5rem 2rem 2rem;
}
.layout-four-columns .format-quote blockquote:before,
.layout-four-columns .format-quote q:before,
.layout-four-columns .format-link .entry-content:before {
right: 1.8rem;
}
.layout-three-columns .site-main > .row {
margin-left: -40px;
margin-right: -40px;
}
.layout-three-columns .masonry [class*="col-"] {
padding-left: 40px;
padding-right: 40px;
}
.carousel-slider .featured-slider .featured-image img {
height: 46vh;
}
body #jp-relatedposts {
margin-top: 18vh;
}
}
@media only screen and (max-width: 1366px){
.main-container {
margin-top: 6rem;
}
.carousel-slider .featured-slider-wrap {
padding-top: 3rem;
}
.carousel-slider .featured-slider .entry-title {
margin-top: 15px;
margin-bottom: 20px;
}
.headline-content-container {
padding-top: 60px;
padding-bottom: 60px;
}
#TB_caption,
#TB_closeWindow {
top: 4%;
}
}
@media only screen and (max-width: 1280px){
blockquote.pull-left,
q.pull-left {
margin-left: 0;
}
blockquote.pull-right,
q.pull-right {
margin-right: 0;
}
figure.alignright,
img.alignright,
.wp-block-image .alignright {
margin: 8px 0 20px 36px;
}
figure.alignleft,
img.alignleft,
.wp-block-image .alignleft {
margin: 8px 36px 20px 0;
}
}
@media only screen and (max-width: 1200px){
.search-post-type {
position: static;
margin-bottom: 20px;
}
}
@media only screen and (min-width: 992px) and (max-width: 1200px){
.has-sidebar {
padding-right: 8%;
}
}
@media only screen and (max-width: 1024px){
.no-sidebar .alignfull {
margin-left: calc(-50vw + 50%);
margin-right: calc(-50vw + 50%);
}
.single .site-content,
.blog:not(.fullwidth-slider):not(.carousel-slider) .site-content,
.page .site-content,
.search .site-content,
.archive .site-content {
padding-top: 30px;
padding-bottom: 60px;
}
.infinite-scroll #content,
.page-template-template-headline .site-content,
.page-template-template-portfolio .site-content {
padding-bottom: 0;
}
.main-container {
margin-top: 4rem;
}
.featured-slider-wrap + .site-content .main-container {
margin-top: 6rem;
}
.fullwidth-slider .featured-slider .featured-image {
opacity: .7;
}
.category-filter {
margin-bottom: 4rem;
}
.fullwidth-slider .site-header {
position: absolute;
width: 100%;
}
.big-search,
.nav-opened,
.modal-open {
overflow: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
}
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
width: 80%;
}
#big-search-close {
right: 50px;
}
.admin-bar #big-search-close {
top: 57px;
}
.menu-toggle {
background: none;
border: none;
display: inline-block;
font-size: 0;
height: 40px;
margin-top: -20px;
margin-left: -7px;
padding: 0;
text-align: center;
width: 40px;
position: absolute;
right: 80px;
top: 50%;
z-index: 1001;
}
.menu-toggle:focus,
.menu-toggle:active {
background: none;
}
.menu-toggle i {
color: #b9b9b9;
display: inline-block;
font-size: 12px;
font-style: normal;
margin-top: -7px;
text-indent: 0;
text-transform: uppercase;
position: absolute;
top: 50%;
left: -50px;
}
.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
background-color: #000;
height: 2px;
position: absolute;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.menu-toggle span {
margin-top: -1px;
width: 20px;
top: 50%;
right: 7px;
}
.menu-toggle span:before,
.menu-toggle span:after {
content: "";
right: 0;
}
.menu-toggle span:before {
width: 30px;
top: -5px;
}
.menu-toggle span:after {
width: 25px;
top: 5px;
}
.toggled .menu-toggle span {
background-color: transparent !important;
}
.toggled .menu-toggle span:before,
.toggled .menu-toggle span:after {
width: 20px;
top: 0;
}
.toggled .menu-toggle span:before {
-webkit-transform: rotate(45deg) translateZ(0);
-moz-transform: rotate(45deg) translateZ(0);
-ms-transform: rotate(45deg) translateZ(0);
-o-transform: rotate(45deg) translateZ(0);
transform: rotate(45deg) translateZ(0);
}
.toggled .menu-toggle span:after {
-webkit-transform: rotate(-45deg) translateZ(0);
-moz-transform: rotate(-45deg) translateZ(0);
-ms-transform: rotate(-45deg) translateZ(0);
-o-transform: rotate(-45deg) translateZ(0);
transform: rotate(-45deg) translateZ(0);
}
.site-header nav {
margin: 0;
text-transform: none;
}
.site-header nav,
.dropdown-toggle {
font-size: 20px;
font-size: 1.375rem;
}
.menu-toggle + div,
.main-navigation > .menu {
background-color: rgba(255,255,255,.95);
opacity: 0;
overflow-y: auto;
overflow-x: hidden;
text-align: center;
visibility: hidden;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1000;
-webkit-transition: .3s;
-moz-transition: .3s;
-ms-transition: .3s;
-o-transition: .3s;
transition: .3s;
}
.admin-bar .menu-toggle + div,
.admin-bar .main-navigation > .menu {
top: 32px;
}
.toggled .menu-toggle + div,
.toggled.main-navigation > .menu {
opacity: 1;
visibility: visible;
}
.menu-toggle + div:before,
.main-navigation > .menu:before {
content: "";
display: inline-block;
height: 100%;
margin-right: -0.25em;
vertical-align: middle;
}
.main-navigation .nav-menu {
display: inline-block;
padding: 90px 50px;
text-align: center;
vertical-align: middle;
width: 100%;
}
.main-navigation .nav-menu li {
display: block;
margin: 1em 0 0;
padding: 0;
}
.main-navigation .nav-menu > li:first-child {
margin-top: 0;
}
.nav-menu > li {
font-size: 36px;
}
.nav-menu > li > a,
.main-navigation a {
color: #000;
}
.nav-menu > li > a {
font-weight: 700;
padding-top: 0;
padding-bottom: 0;
}
.nav-menu > li > .dropdown-toggle {
margin-left: 30px;
margin-right: -53px;
}
.nav-menu .sub-menu li {
font-size: 15px;
}
.nav-menu .sub-menu li .dropdown-toggle {
font-size: 11px;
margin-left: 10px;
margin-right: -23px;
}
.main-navigation ul ul {
max-height: 0;
overflow: hidden;
}
.toggle-on > a ~ ul {
max-height: 400px;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
.featured-slider-wrap + .site-content .category-filter {
margin-top: 4rem;
}
.masonry .entry-title,
.masonry .page .entry-title {
line-height: 1.5em;
}
.single .entry-title {
font-size: 32px;
font-size: 2rem;
}
.single .posts-navigation {
margin-left: auto;
margin-right: auto;
max-width: 740px;
}
.single .nav-previous,
.single .nav-next {
padding-top: 20px;
margin-top: 5.6rem;
}
.single .nav-previous {
padding-right: 15px;
}
.single .nav-next {
padding-left: 15px;
}
.single .nav-next > span {
right: 0;
}
.single .nav-links .entry-meta {
display: none;
}
.comments-area {
margin-top: 5.6rem;
}
.comments-title,
.comment-respond {
padding-top: 120px;
}
#post-load #infinite-handle,
#post-load .infinite-loader {
bottom: -30px;
}
.site-main #loading-is {
bottom: -10px;
}
.search #post-load #infinite-handle,
.search #post-load .infinite-loader {
margin-top: 80px;
position: static;
text-align: center;
transform: none;
}
.search #post-load .infinite-loader {
margin-left: auto;
margin-right: auto;
}
.paging-navigation {
margin-top: 2rem;
margin-bottom: 0;
}
.back-to-top {
display: none;
}
.search .hentry {
margin-top: 5.6rem;
}
.headline-content-container h1 {
font-size: 40px;
}
.portfolio-item .entry-header {
margin-top: 18px;
}
.portfolio-item .entry-meta {
margin-bottom: 0;
}
.single-portfolio .single .hero {
padding-bottom: 70px;
}
body #jp-relatedposts {
margin-left: auto;
margin-right: auto;
max-width: 740px;
}
#TB_prev a:before {
left: 20px;
}
#TB_next a:before {
right: 20px;
}
}
@media only screen and (min-width: 768px) and (max-width: 991px){
.sticky-header.fullwidth-slider .featured-slider article,
.fullwidth-slider .featured-slider article {
height: calc(100vh - 120px);
}
.carousel-slider .slide-text {
margin-top: 60px;
}
.carousel-slider .slick-dots {
margin-top: 20px;
}
.sidebar:before,
.sidebar:after {
content: "";
display: table;
}
.sidebar:after {
clear: both;
}
.sidebar .widget {
float: left;
width: 50%;
}
.sidebar .widget:nth-child(2) {
margin-top: 0;
}
.sidebar .widget:nth-child(even) {
padding-left: 30px;
}
.sidebar .widget:nth-child(odd) {
padding-right: 30px;
}
.sidebar .widget:nth-child(2n+1) {
clear: left;
}
.widget-area .widget_nav_menu {
width: 50%;
}
}
@media only screen and (max-width: 991px){
h1 {
font-size: 42px;
font-size: 2.625rem;
}
h2 {
font-size: 36px;
font-size: 2.25rem;
}
h3 {
font-size: 30px;
font-size: 1.875rem;
}
.infinite-scroll .sidebar,
.page-template-template-headline .sidebar,
.page-template-template-portfolio .sidebar {
padding-bottom: 60px;
}
.carousel-slider .featured-slider article {
margin: 0 50px;
}
.sharedaddy {
margin-top: 2em;
}
body #jp-relatedposts {
margin-top: 7rem;
}
.sidebar {
margin-top: 9rem;
max-width: 740px;
margin-left: auto;
margin-right: auto;
}
.content-area + .sidebar {
margin-bottom: 5rem;
}
.widget form {
max-width: 380px;
}
.site-footer .widget-area {
margin-top: 3rem;
margin-bottom: 3rem;
}
.instagram-feed li {
width: 25%;
}
.instagram-feed .widget.null-instagram-feed .instagram-pics li {
max-width: 25%;
}
}
@media screen and (min-width: 782px) {
.wp-block-column[style="outline: none;"] {
flex-basis: 0;
flex-grow: 1;
}
}
@media only screen and (max-width: 782px){
.admin-bar.sticky-header .site-header,
.admin-bar.fullwidth-slider .featured-slider-wrap,
.admin-bar .menu-toggle + div,
.admin-bar .main-navigation > .menu {
top: 46px;
}
}
@media only screen and (max-width: 768px){
.fullwidth-slider .featured-slider {
background-color: transparent;
overflow: hidden;
}
.fullwidth-slider .featured-slider .entry-title {
font-size: 22px;
}
.fullwidth-slider .featured-slider .slick-dots {
margin-top: 20px;
}
.fullwidth-slider .left-txt {
left: 30px;
}
.fullwidth-slider .right-txt {
right: 30px;
}
.fullwidth-slider .slide-text {
padding-left: 50px;
padding-right: 50px;
}
}
@media only screen and (max-width: 767px){
html {
font-size: 14px;
}
p,
blockquote,
q {
font-size: 16px;
}
.site-branding {
max-width: 60%;
}
.sticky-header .site-header {
position: static;
}
.sticky-header.fullwidth-slider .site-header {
position: absolute;
}
.menu-toggle {
right: 55px;
}
.admin-bar.nav-opened .menu-toggle {
top: 76px;
}
.nav-menu > li {
font-size: 26px;
}
.main-container {
margin-top: 1rem;
}
.site-header input[type="search"],
.no-results input[type="search"],
.error-404 input[type="search"] {
font-size: 30px;
padding-bottom: 20px;
}
.site-header .search-form + .search-instructions {
margin-top: 5em;
}
#big-search-close {
top: 22px;
right: 30px;
}
.featured-slider-wrap + .site-content .main-container {
margin-top: 4rem;
}
.container,
.search .paging-navigation {
padding-left: 30px;
padding-right: 30px;
}
.masonry article {
width: 100%;
}
.masonry [class*="col-"] {
margin-bottom: 70px;
}
.masonry [class*="col-"]:last-child {
margin-bottom: 0;
}
.masonry .entry-content,
.masonry p,
.masonry blockquote,
.masonry q {
font-size: 15px;
}
.comments-title,
.comment-respond {
padding-top: 90px;
}
.comment-author img {
border-radius: 21px;
display: block;
height: 42px;
margin-bottom: 14px;
width: 42px;
}
.comment .children {
margin-left: 0;
}
form.contact-form input[type=email],
form.contact-form input[type=text] {
width: 100%;
}
.sticky-header.fullwidth-slider .featured-slider article,
.fullwidth-slider .featured-slider article {
height: 360px;
}
.fullwidth-slider .slide-text {
padding-left: 0;
padding-right: 0;
width: 280px;
}
.carousel-slider .featured-slider article {
margin: 0 30px;
}
.carousel-slider .featured-slider .featured-image img {
height: auto;
width: 100%;
}
.headline-content-container {
padding-top: 50px;
padding-bottom: 0;
}
.category-filter {
margin-bottom: 2rem;
}
.headline-content-container + .category-filter {
margin-top: 50px;
}
.category-filter li {
margin: 4px 8px;
}
.single .entry-title {
font-size: 30px;
}
.single .hero {
padding-bottom: 50px;
}
figure.alignleft,
img.alignleft,
.wp-block-image .alignleft,
figure.alignright,
img.alignright,
.wp-block-image .alignright {
max-width: 50%;
}
.dropcap:before {
font-size: 46px;
top: -6px;
}
.emphasis {
font-size: 20px;
}
.single-portfolio .single .hero {
padding-bottom: 40px;
}
.search .hentry {
margin-top: 4rem;
}
.author-box {
margin-bottom: 2rem;
padding: 32px;
}
.author-avatar {
top: 30px;
}
.author-avatar img {
width: 40px;
}
.author-name {
margin-bottom: 14px;
padding-left: 64px;
padding-bottom: 10px;
}
#TB_caption {
left: 30px;
}
#big-search-trigger,
#TB_closeWindow {
margin-top: 2px;
right: 30px;
}
.masonry .type-portfolio {
margin-bottom: 50px;
}
.site-footer .widget-area {
margin-top: 3rem;
margin-bottom: 3rem;
}
body #jp-relatedposts h3.jp-relatedposts-headline {
margin-bottom: 1.6rem;
}
body #jp-relatedposts .jp-relatedposts-items-visual {
margin-right: 0;
}
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post {
margin-top: 50px;
max-width: initial;
padding-right: 0;
width: 100%;
}
body #jp-relatedposts .jp-relatedposts-items .jp-relatedposts-post:first-child {
margin-top: 0;
}
.contact-form > * {
margin-bottom: 16px;
}
.contact-form .half-width,
.contact-form .small-input {
width: 100%;
padding-right: 0;
}
.contact-form .last {
padding-left: 0;
}
.grunion-field-label + * {
margin-top: 5px;
}
.is-stacked-on-mobile .wp-block-media-text__content {
margin-top: 20px;
}
.wp-block-media-text .wp-block-media-text__content {
padding: 16px;
}
.wp-block-jetpack-layout-grid .wp-block-jetpack-layout-grid-column > * {
margin-top: 20px;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 480px){
blockquote.pull-left,
q.pull-left,
blockquote.pull-right,
q.pull-right {
max-width: 70%;
}
blockquote.pull-right,
q.pull-right {
float: left;
padding-left: 0;
padding-right: 30px;
}
.twocolumn .half-width {
width: 100%;
}
.twocolumn .half-width:nth-child(even) {
padding-left: 0;
}
.twocolumn .half-width:nth-child(odd) {
padding-right: 0;
}
.search-post-type {
margin-bottom: 12px;
}
}
@media only screen and (max-width: 330px){
.widget-area .widget_nav_menu {
width: 100%;
}
.widget-area .widget_nav_menu:last-child {
padding-right: 0;
}
}