.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
font-family: inherit;
font-size: 100%;
font-weight: inherit;
font-style: inherit;
margin: 0;
padding: 0;
vertical-align: baseline;
border: 0;
outline: 0;
}
html {
font-size: 62.5%; overflow-y: scroll; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }
body {
background: #f0f0f0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
display: block;
}
ol,
ul {
list-style: none;
}
table {
border-spacing: 0;
border-collapse: separate;
}
caption,
th,
td {
text-align: left;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
content: "";
}
blockquote,
q {
quotes: "" "";
}
a {
color: #15b6b8;
text-decoration: none;
}
a:hover,
a:focus,
a:active {
color: #a8a6a1;
text-decoration: none;
}
a:hover,
a:active {
outline: 0;
}
a:focus {
outline: thin dotted;
}
a img {
border: 0;
}
.entry-content a {
text-decoration: underline;
}
.entry-content a:hover,
.entry-content a:focus {
text-decoration: none;
}
html {
box-sizing: border-box;
}
*,
*:before,
*:after { box-sizing: inherit;
}  .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: 15px;
font-size: 0.875rem;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 15px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } #content[tabindex="-1"]:focus {
outline: 0;
} .alignleft {
display: inline;
float: left;
margin-right: 1.6em;
}
.alignright {
display: inline;
float: right;
margin-left: 1.6em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
} .clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after {
content: "";
display: table;
table-layout: fixed;
}
.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after {
clear: both;
} body,
button,
input,
select,
textarea {
color: #444340;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 16px;
font-weight: 300;
line-height: 1.6;
}
body {
background: #444340;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
font-family: "Yrsa", sans-serif;
margin-bottom: .8em;
}
h1 {
font-size: 29px;
line-height: 1.1;
margin-bottom: 0.2em;
}
h2 {
font-size: 23px;
margin-bottom: 0.4em;
}
h3 {
font-size: 18px;
}
h4 {
font-size: 16px;
}
h5 {
font-size: 15px;
}
h6 {
font-size: 14px;
} hr {
border: 0;
height: 1px;
margin: 1.6em 0;
background-color: #e6e6e6;
}
p,
blockquote p:last-child {
margin-bottom: 1.6em;
}
p:last-child {
margin-bottom: 0;
}
ul,
ol {
margin: 0 0 1.6em 1.6em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1em;
}
dt {
font-weight: bold;
}
dd {
margin: 0 1em 1.6em 1em;
}
b,
strong {
font-weight: bold;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
border-left: 2px solid #f2f2f2;
font-style: italic;
padding-left: 1em;
}
address {
margin: 0 0 1.6em 0;
}
pre {
background: #f2f2f2;
font-family: "Courier 10 Pitch", Courier, monospace;
font-size: 15px;
max-width: 100%;
margin-bottom: 1.6em;
overflow-x: scroll;
padding: 1em;
}
code,
kbd,
tt,
var {
font-family: "Courier 10 Pitch", Courier, monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #e6e6e6;
cursor: help;
}
mark,
ins {
background-color: #fff9c0;
text-decoration: none;
}
sup,
sub {
font-size: 75%;
height: 0;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sup {
bottom: 1ex;
}
sub {
top: 0.5ex;
}
small {
font-size: 75%;
}
big {
font-size: 125%;
}
figure {
margin: 0;
}
table {
border-bottom: 1px solid #eee;
margin: 0 0 1.6em 0;
width: 100%;
}
th {
font-weight: bold;
padding: 0.4em;
text-transform: uppercase;
}
td {
border-top: 1px solid #eee;
padding: 0.4em;
}
img {
max-width: 100%; height: auto; }
legend {
font-weight: bold;
padding: 0 .5em;
}
fieldset {
border: 1px solid #eee;
padding: 1.6em;
} button,
input,
select,
textarea {
color: #888;
font-size: 100%; margin: 0; vertical-align: baseline; transition: all 0.2s;
}
button,
input {
line-height: normal; }
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span,
.button {
background-color: #15b6b8;
border-style: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
line-height: 2;
padding: .25em 1em .4em;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
border-radius: 3px;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
-webkit-appearance: none;
}
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
#infinite-handle span:hover,
.button:hover {
opacity: 0.85;
}
.button:hover,
.button:active,
.button:focus {
color: #fff;
}
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
html input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
#infinite-handle span:active,
.button:active,
.button:focus {
background-color: #e6e6e6;
color: #666;
}
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box; padding: 0; }
input[type="search"],
input[type="password"] {
box-sizing: border-box;
-webkit-appearance: none; }
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="url"],
input[type="tel"],
input[type="number"] {
border: 1px solid #eee;
font-size: 15px;
padding: 0.8em;
border-radius: 2px;
transition: border-color 0.2s;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
border: 1px solid #15b6b8;
outline: none;
transition: border-color 0.2s;
}
textarea {
border: 1px solid #eee;
border-radius: 2px;
font-size: 15px;
overflow: auto; padding: 1%;
vertical-align: top; width: 96.875%;
border-radius: 2px;
transition: border-color 0.2s;
}  .main-navigation {
background-color: #15b6b8;
border-bottom: 2px solid rgba(0, 0, 0, 0.03);
color: #fff;
display: block;
padding: 0 1em;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
text-align: left;
}
.main-navigation a {
color: #fff;
display: block;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
outline: none;
opacity: 1;
padding: .8em;
text-decoration: none;
text-transform: uppercase;
transition: opacity 0.2s;
}
.main-navigation ul li {
border-top: 1px solid rgba(255, 255, 255, 0.5);
display: block;
padding: 0;
}
.main-navigation ul li:first-child {
border-top: 0;
}
.main-navigation ul ul {
display: block;
list-style: disc;
}
.main-navigation ul ul li {
border-top: 0;
}
.main-navigation ul ul a {
color: #fff;
padding-left: 1.6em;
border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.main-navigation ul ul ul a {
padding-left: 3.2em;
}
.main-navigation ul ul ul ul a {
padding-left: 4.8em;
}
.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
opacity: 0.5;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul li.focus > a {
opacity: 0.5;
}
.main-navigation ul ul ul {
margin-bottom: 0;
}
.main-navigation ul ul ul li {
border-top: 0;
}
.main-navigation a:hover,
.main-navigation ul > :hover > a,
.main-navigation ul > .focus > a {
opacity: 0.6;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
display: block;
}
.main-navigation li.current_page_item > a,
.main-navigation li.current-menu-item > a,
.main-navigation li.current_page_ancestor > a,
.main-navigation li.current-menu-ancestor > a {
opacity: 0.6;
}
.menu-toggle {
box-shadow: none;
color: #fff;
display: block;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
margin: 0 auto;
padding: 1em 0;
text-align: center;
text-transform: uppercase;
}
.menu-toggle:hover,
.menu-toggle:focus {
color: #fff;
background: none;
}
.menu-toggle:before {
content: "\f419";
font-family: Genericons;
line-height: 1;
margin-right: 8px;
position: relative;
top: 2px;
}
.menu-toggle,
.main-navigation.toggled .nav-menu {
display: block;
} .jetpack-social-navigation {
clear: both;
list-style: none;
margin: 0 auto;
padding: 0;
}
.site-header .jetpack-social-navigation ul {
margin: 0 !important;
}
.jetpack-social-navigation ul li {
display: inline-block;
background: #15b6b8;
color: #fff;
font-size: 20px;
list-style: none;
line-height: .5;
margin: .2em .1em;
padding: 8px;
border-radius: 50%;
}
.jetpack-social-navigation ul a,
.jetpack-social-navigation ul a:visited {
display: inline-block;
text-decoration: none;
color: #fff;
transition: color 0.2s;
}
.jetpack-social-navigation ul a:hover,
.jetpack-social-navigation ul a:focus,
.jetpack-social-navigation ul a:active {
text-decoration: none;
color: rgba(255,255,255,0.5);
} .post-navigation,
.posts-navigation {
margin: .8em 0 0;
position: relative;
}
.post-navigation:after,
.posts-navigation:after {
content: "";
background: #f2f2f2;
display: block;
margin-top: .8em;
position: relative;
height: 1px;
}
[class*="navigation"] .nav-previous {
width: 100%;
}
[class*="navigation"] .nav-next {
border-top: 1px solid #f2f2f2;
margin-top: .4em;
padding-top: .4em;
text-align: right;
width: 100%;
}
[class*="navigation"] .nav-previous .meta-nav:before {
content: "\2190" ;
margin-right: 5px;
}
[class*="navigation"] .nav-next .meta-nav:after {
content: "\2192" ;
margin-left: 5px;
}
.post-navigation a,
.paging-navigation a,
.comment-navigation a {
display: inline-block;
font-family: "Yrsa", Georgia, serif;
font-size: 18px;
max-width: 100%;
word-wrap: break-word;
transition: color 0.2s;
}
.post-navigation a:hover,
.paging-navigation a:hover,
.comment-navigation a:hover,
.post-navigation a:focus,
.paging-navigation a:focus,
.comment-navigation a:focus,
.post-navigation a:active,
.paging-navigation a:active,
.comment-navigation a:active {
color: #666;
}
.post-navigation .title {
display: block;
color: #a8a6a1;
clear: both;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-style: normal;
font-weight: bold;
text-transform: uppercase;
font-size: 15px;
}  .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: 15px;
font-weight: bold;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 15px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000; } .alignleft {
display: inline;
float: left;
margin: 0.5em 1.6em 1em 0;
}
.alignright {
display: inline;
float: right;
margin-left: 1.6em;
}
.aligncenter {
clear: both;
display: block;
margin: .8em auto;
} .comment-meta:before,
.comment-meta:after,
.entry-meta:before,
.entry-meta:after,
.footer-widget-area:before,
.footer-widget-area:after,
.hentry:after,
.main-navigation > ul:before,
.main-navigation > ul:after,
.site-main:before,
.site-main:after,
.subordinate-navigation ul:before,
.subordinate-navigation ul:after,
.testimonials:before,
.testimonials:after,
.front-testimonials:before,
.front-testimonials:after,
.testimonials .hentry:before,
.testimonials .hentry:after,
.clear:before,
.clear:after,
[class*="area"]:before,
[class*="area"]:after,
[class*="content"]:before,
[class*="content"]:after,
.post-navigation:before,
.post-navigation:after,
.posts-navigation:before,
.posts-navigation:after,
[class*="site"]:before,
[class*="site"]:after,
.entry-author:before,
.entry-author:after {
content: "";
display: table;
}
.comment-meta:after,
.entry-meta:after,
.footer-widget-area:after,
.main-navigation ul:after,
.site-main:after,
.subordinate-navigation ul:after,
.testimonials:after,
.front-testimonials:after,
.testimonials .hentry:after,
.clear:after,
[class*="area"]:after,
[class*="content"]:after,
.posts-navigation:after,
.post-navigation:after,
[class*="site"]:after,
.entry-author:after {
clear: both;
} .widget-area {
overflow: hidden;
}
.widget {
font-size: 16px;
margin-bottom: 2.4em;
word-wrap: break-word;
}
.widget a {
transition: color 0.2s;
}
.widget-title {
font-size: 18px;
margin-bottom: 0.8em;
text-align: center;
}
.widget:not(.widget_text) ul,
.widget:not(.widget_text) ol {
list-style: none;
margin: 0;
}
.widget:not(.widget_text) ul > li,
.widget:not(.widget_text) ol > li {
padding: 0.8em 0;
}
.widget:not(.widget_text) li > ul,
.widget:not(.widget_text) li > ol {
margin-left: 1.6em;
}
.widget:not(.widget_text) ul ul {
margin-top: 0.8em;
}
.widget:not(.widget_text) ul ul > li:last-child {
padding-bottom: 0;
}
.widget select {
max-width: 100%;
}
.widget_search .search-submit {
display: none;
}
.widget_search .search-field {
width: 100%;
box-sizing: border-box;
}
#secondary.widget-area .widget-title {
color: #444340;
}
#secondary.widget-area {
margin-top: 3.2em;
}
.widget-title:before,
.widget-title:after {
content: " - ";
}
#secondary.widget-area .widget ul > li,
#secondary.widget-area .widget ol > li {
border-top: 1px solid #f2f2f2;
}
.widget_calendar caption {
text-align: center;
}
.widget_calendar td,
.widget_calendar th {
text-align: center;
}
.widget_calendar td a {
font-weight: bold;
}
.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list,
#secondary.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list {
text-align: center;
}
.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list > .jetpack-social-widget-item,
#secondary.widget-area .jetpack_widget_social_icons .jetpack-social-widget-list > .jetpack-social-widget-item {
border-top: none;
} .footer-widget-area {
background-color: #fafafa;
border-top: 1px solid #eee;
padding: 3.2em 4% 1.6em;
margin: 0;
}
.home.page .footer-widget-area {
margin: auto -4% -1.6em;
}
.footer-widget-area a {
color: #6d6d6d;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:active {
color: #15b6b8;
}
.first.footer-widgets,
.second.footer-widgets {
margin-right: 55px;
}
.footer-widget-area .widget-title {
color: #444340;
}
.footer-widget-area .widget:not(.widget_text) ul > li,
.footer-widget-area .widget:not(.widget_text) ol > li {
border-top: 1px solid #e5e5e5;
}
.footer-widget-area .widget_calendar table,
.footer-widget-area .widget_calendar td {
border-color: #e5e5e5;
}  .site {
max-width: 1180px;
margin-left: auto;
margin-right: auto;
padding-right: 2%;
padding-left: 2%;
}
.no-sidebar .site {
max-width: 880px;
}
.no-sidebar.page-template-full-width-page .site,
.no-sidebar.page-template-grid-page .site,
.no-sidebar.home.page .site {
max-width: 1180px;
}
.site-content,
.attachment.page .site-content {
background-color: #fff;
padding: 1.6em 4%;
} .site-branding {
background: #fff;
padding: 2.4em 0;
text-align: center;
}
.site-branding,
.site-navigation {
padding-right: 4%;
padding-left: 4%;
}
.site-branding a + .site-title {
margin-top: 0.2em;
}
.display-header-text .site-image {
margin-bottom: 12px;
}
.custom-logo-link {
display: inline-block;
margin: 0 auto;
max-width: 600px;
}
.custom-logo {
display: block;
width: auto;
height: auto;
margin: 0 auto;
max-height: 150px;
}
.site-title {
font-family: "Yrsa", Georgia, Serif;
font-size: 29px;
line-height: 1.2;
margin-bottom: 0;
}
.site-title a {
color: #444340;
}
.site-title a:hover,
.site-title a:focus,
.site-title a:active {
text-decoration: none;
}
.site-description {
color: #a8a6a1;
font-family: "Yrsa", Georgia, serif;
font-size: 16px;
font-weight: normal;
margin-bottom: .4em;
}
.site-description:before,
.site-description:after {
display: inline;
content: " - ";
}
.custom-header {
display: block;
margin: 0 auto;
max-width: 100%;
height: auto;
}
.custom-header a {
display: block;
line-height: 0.5;
} .hentry {
position: relative;
word-wrap: break-word;
}
.sticky {
}
.blog .hentry,
.archive .hentry,
.search .hentry {
margin: 0 0 3.2em 0;
}
.archive .page-header,
.search .page-header {
margin: 0 0 1.6em;
}
.taxonomy-description {
font-size: 16px;
}
.hentry:after,
.page-header:after {
background: #f2f2f2;
display: block;
position: relative;
width: 100%;
height: 1px;
}
.home.page .hentry:after {
display: none;
}
.hentry.no-title .entry-body {
min-height: 6em;
}
.archive .page-title,
.search .page-title {
color: #a8a6a1;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
text-transform: uppercase;
}
.entry-header {
position: relative;
z-index: 1;
}
.entry-thumbnail,
.post-thumbnail {
background: -webkit-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
background: -moz-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
background: -o-linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
background: linear-gradient(135deg, white 25%, #f0f2f0 25%, #f0f2f0 50%, white 50%, white 75%, #f0f2f0 75%, #f0f2f0);
background-size: 4px 4px;
}
.post-thumbnail + .entry-header {
margin: .4em 0;
padding: 0;
}
.entry-thumbnail img,
.post-thumbnail img {
display: block;
}
.entry-title {
line-height: 1.2;
margin-bottom: 0;
}
.post-type-archive-jetpack-testimonial .entry-title,
.page .entry-title {
margin-bottom: 0.4em;
}
.page-title,
.entry-title,
.entry-title a {
color: #444340;
font-size: 23px;
transition: color 0.2s;
}
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active {
color: #15b6b8;
}
.entry-meta,
.entry-footer {
color: #a8a6a1;
font-family: "Yrsa", Georgia, serif;
font-size: 16px;
margin-bottom: 1.6em;
text-align: left;
}
.entry-footer {
margin-bottom :0;
padding: 0 0 1.6em;
position: static;
text-align: left;
width: auto;
}
.entry-meta > span,
.entry-footer > span {
margin-right: .8em;
display: inline-block;
}
.entry-meta a,
.entry-footer a {
color: #a8a6a1;
transition: color 0.2s;
}
.entry-meta a:hover,
.entry-footer a:hover,
.entry-meta a:focus,
.entry-footer a:focus,
.entry-meta a:active,
.entry-footer a:active {
color: #666;
}
.cat-links {
display: inline-block;
margin-bottom: .4em;
}
.cat-links a {
color: #15b6b8;
display: inline-block;
font-family: "Source Sans Pro";
font-style: normal;
font-size: 14px;
font-weight: bold;
letter-spacing: 1px;
margin: 0;
text-transform: uppercase;
}
.updated:not(.published) {
display: none;
}
.tags-links {
margin-right: 1em;
}
.entry-summary,
.entry-content {
margin: 0 0 1.6em;
}
.page-links {
clear: both;
margin-top: 1.6em;
word-spacing: 7px;
}
blockquote:before {
color: #ccc;
content: "\201C";
font-family: "Yrsa", Georgia, serif;
font-size: 140px;
font-style: normal;
line-height: 1;
position: absolute;
top: -5px;
left: -10px;
}
blockquote {
border: none;
font-family: "Yrsa", Georgia, serif;
font-size: 23px;
font-style: normal;
margin-left: 0;
margin-bottom: 1.6em;
padding-left: 2.4em;
position: relative;
}
blockquote cite {
display: block;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
margin: .4em 0;
text-transform: uppercase;
}
blockquote p:last-child {
margin-bottom: 0;
} .comments-area {
margin: 1.6em 0 0;
}
.page .comments-area {
margin-left: 0;
}
.comments-title {
font-size: 29px;
line-height: 1.2;
margin-bottom: 1em;
}
.comment-list {
margin: 1.6em 0;
}
.comment-list,
.comment-list .children {
list-style-type: none;
padding: 0;
}
.comment,
.pingback,
.trackback {
padding: 1.6em 0;
}
.comment-body .edit-link a {
margin-left: .4em;
}
.bypostauthor {
}
#respond {
margin: 0;
}
#respond h3#reply-title {
margin: 0 0 .4em;
}
.entry-author {
border: 1px solid #f2f2f2;
padding: 1.6em;
margin: 0 0 1.6em;
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: flex-start;
align-content: flex-start;
}
.author-avatar {
order: 3;
width: 25%;
margin-top: -1.6em;
text-align: right;
}
.author-heading {
order: 1;
}
.author-bio {
order: 2;
font-size: 16px;
}
.author-heading,
.author-bio {
width: 75%
}
.author-title {
font-size: 23px;
margin-bottom: 0;
}
.author-avatar img {
border-radius: 50%;
}
.depth-1 {
border-bottom: solid 1px #f2f2f2;
}
.depth-1:first-child {
margin-top: 0;
padding-top: 0;
}
.comment-list .children {
margin-top: 24px;
}
.comment-list .children .comment {
border-left: 3px solid #f7f7f7;
padding-left: 24px;
}
.comment-author .avatar {
float: left;
margin-right: 12px;
border-radius: 50%;
}
.comment-meta {
margin-bottom: 1em;
}
.comment-meta a {
color: #15b6b8;
}
.comment-meta a:hover,
.comment-meta a:focus,
.comment-meta a:active {
color: #a8a6a1;
}
.comment-meta .fn {
display: inline-block;
font-size: 15px;
font-weight: bold;
font-style: normal;
margin-right: 1em;
text-transform: uppercase;
}
.says {
display: none;
}
.comment-metadata {
display: inline-block;
font-size: 16px;
}
.comment-metadata a {
color: #a8a6a1;
transition: color 0.2s;
}
.comment-metadata a:hover,
.comment-metadata a:focus,
.comment-metadata a:active {
color: #666;
}
.comment-content {
margin-bottom: .8em;
}
.comment-content a {
word-wrap: break-word;
}
.comment-reply-link:after {
content: "\00A0\2192";
}
.comment-respond {
padding: 25px 20px 20px 0;
}
.comment-reply-link,
.comment-content {
margin-left: 44px;
}
.comment-form label {
color: #a8a6a1;
display: inline-block;
width: 109px;
}
.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
margin: 0 0 1.6em;
position: relative;
}
.comment-form-author label,
.comment-form-email label,
.comment-form-url label,
.comment-form-comment label {
font-size: 15px;
font-size: 1.4rem;
font-weight: bold;
padding: 0.65em 0.8em;
position: absolute;
left: 0;
text-transform: uppercase;
}
.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
clear: both;
padding-left: 6.4em;
width: 100%;
}
.comment-form-author textarea,
.comment-form-email textarea,
.comment-form-url textarea,
.comment-form-comment textarea {
padding: 2em 0.8em 0.375em;
}
.form-allowed-tags {
font-size: 15px;
font-size: 1.4rem;
}
.no-comments {
text-align: center;
} .content-wrapper {
background: #fff;
padding: 3.2em 4%;
position: relative;
}
.content-wrapper.with-featured-image {
padding: 1.6em 0;
} .flexslider.hero {
position: relative;
}
.hero-content {
position: relative;
overflow: hidden;
}
.hero-content img,
.thumbnail-placeholder {
display: block;
} .flex-container a:hover,
.flex-slider a:hover {
outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
margin: 0;
padding: 0;
list-style: none;
}
.flex-pauseplay span {
text-transform: capitalize;
}
.flexslider {
margin: 0;
padding: 0;
}
.flexslider .slides > div {
display: none;
-webkit-backface-visibility: hidden;
}
.flexslider .slides img,
.flexslider .slides .thumbnail-placeholder {
width: 100%;
display: block;
}
.flexslider .slides:after {
content: "\0020";
display: block;
clear: both;
visibility: hidden;
line-height: 0;
height: 0;
}
html[xmlns] .flexslider .slides {
display: block;
}
* html .flexslider .slides {
height: 1%;
}
.no-js .flexslider .slides > div:first-child {
display: block;
}
.flexslider .slides {
zoom: 1;
}
.flexslider .slides img,
.flexslider .slides .thumbnail-placeholder {
height: auto;
-moz-user-select: none;
}
.flex-viewport {
max-height: 2000px;
transition: all 1s ease;
}
.loading .flex-viewport {
max-height: 300px;
}
.flex-direction-nav {
*height: 0;
width: 100%;
}
.flex-direction-nav a {
text-decoration: none;
display: block;
width: 28px;
height: 28px;
margin: 2px 0 0;
opacity: 0.8;
position: absolute;
bottom: 1.6em;
z-index: 10;
overflow: hidden;
cursor: pointer;
color: #fff;
transition: all 0.2s;
}
.flex-direction-nav a:before {
font-family: "Genericons";
font-size: 32px;
display: inline-block;
content: '\f430';
color: #fff;
line-height: 1;
}
.flex-direction-nav a.flex-next:before {
content: '\f429';
}
.flex-direction-nav .flex-prev {
right: 3.6em;
}
.flex-direction-nav .flex-next {
text-align: right;
right: 1.6em;
}
.flexslider:hover .flex-direction-nav .flex-prev,
.flexslider:hover .flex-direction-nav .flex-prev:hover,
.flexslider:hover .flex-direction-nav .flex-next,
.flexslider:hover .flex-direction-nav .flex-next:hover {
opacity: 1;
}
.hero-content-wrapper {
background: #595854;
min-height: 180px;
overflow: hidden;
position: relative;
}
.hero-content-wrapper:before {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.5) 100%);
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 1;
}
.hero-content-wrapper .featured-post {
padding: 0 1.6em;
position: absolute;
left: 0;
bottom: 1.6em;
width: 80%;
z-index: 2;
}
.hero-content-wrapper .cat-links {
margin-bottom: .4em;
}
.hero-content-wrapper .cat-links a {
background-color: #15b6b8;
display: inline-block;
color: #fff;
font-size: 13px;
margin-right: 4px;
margin-bottom: 4px;
padding: 2px 8px;
transition: color 0.2s;
}
.hero-content-wrapper .cat-links a:hover,
.hero-content-wrapper .cat-links a:focus,
.hero-content-wrapper .cat-links a:active {
color: rgba(255,255,255,0.5);
}
.hero-content-wrapper .entry-title {
color: white;
font-weight: bold;
margin: 0 0 .2em;
line-height: 1.1;
transition: color 0.2s;
}
.hero-content-wrapper .entry-title:hover,
.hero-content-wrapper .entry-title:focus,
.hero-content-wrapper .entry-title:active {
color: rgba(255,255,255,0.75);
}
.hero-content-wrapper .entry-meta {
line-height: 1;
margin: 0;
position: relative;
text-align: left;
width: auto;
left: auto;
top: auto;
}
.hero-content-wrapper .entry-meta a {
color: rgba(255,255,255,0.75);
transition: color 0.2s;
}
.hero-content-wrapper .entry-meta a:hover,
.hero-content-wrapper .entry-meta a:focus,
.hero-content-wrapper .entry-meta a:active {
color: rgba(255,255,255,1);
}
.hero-content-wrapper .entry-meta > span {
color: rgba(255,255,255,0.75);
display: inline-block;
margin: 0;
}
.hero-content-wrapper .entry-meta > span:after {
content: "|";
display: inline-block;
margin: 0 8px;
}
.hero-content-wrapper .entry-meta > span:last-of-type {
margin-right: 0;
}
.hero-content-wrapper .entry-meta > span:last-of-type:after {
display: none;
} .front-page-content-area .entry-footer {
margin-bottom: 0;
}
.featured-page-area {
border-bottom: 1px solid #f2f2f2;
}
.featured-page-area,
.front-testimonials {
padding: 1.6em 0 3.2em;
}
.featured-page-area {
padding-bottom: 0;
}
.featured-page {
font-size: 16px;
margin-bottom: 3.2em;
}
.featured-page .entry-summary {
min-height: 0;
margin: 0;
}
.featured-page .entry-title,
.featured-page .entry-title a {
color: #444340;
font-size: 23px;
font-weight: normal;
text-align: center;
text-transform: none;
}
.featured-page .entry-title:before,
.featured-page .entry-title:after {
content: " - ";
} .grid-page-content-area .entry-content {
min-height: 0;
}
.grid-page-content-area .child-pages {
padding-top: 1.6em;
}
.grid-page-content-area .child-pages .hentry {
float: none;
margin: 0 auto 1.6em;
}
.grid-page-content-area .child-pages .entry-thumbnail img {
display: block;
}
.grid-page-content-area .child-pages .entry-header {
margin: 0 0 .8em;
padding: 0;
} .content-wrapper.full-width.with-featured-image {
margin: 0;
padding: 1.6em 0 0;
}
.content-wrapper.full-width .content-area {
width: 100%;
max-width: 100%;
}
.content-wrapper.full-width .hentry:after {
width: 100%;
} .testimonials > .hentry:first-of-type {
margin-bottom: 4em;
}
.testimonials > .hentry:first-of-type:after {
margin-top: 1.6em;
margin-bottom: 1.6em;
}
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial {
border: 1px solid #f2f2f2;
margin: 3.2em 0 0;
padding: 0 1.6em;
text-align: center;
width: 100%;
}
.comment-body .edit-link a,
.front-testimonials .edit-link a,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .edit-link a {
color: #a8a6a1;
font-family: "Yrsa", Georgia, serif;
font-size: 15px;
}
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial:nth-child(even) {
margin-right: 0;
}
.testimonial-thumbnail {
width: 90px;
height: 90px;
margin: -45px auto 0;
text-align: center;
}
.testimonial-thumbnail img,
.testimonial-featured-image img {
border-radius: 50px;
}
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-header,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial-shortcode .entry-header {
overflow: hidden;
padding-bottom: 1.6em;
}
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title a,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title,
.jetpack-testimonial-shortcode .testimonial-entry-title {
color: #15b6b8;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 15px;
font-weight: bold;
text-transform: uppercase;
}
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-content,
.jetpack-testimonial-shortcode .testimonial-entry-content {
font-style: italic;
margin: 0;
overflow: hidden;
padding: 0.8em 0;
}
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial.without-featured-image .entry-content {
padding: 3.2em 0 0.8em;
}
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-meta,
.jetpack-testimonial-shortcode .entry-meta {
clear: both;
text-align: center;
} .jetpack-testimonial-shortcode .testimonial-entry {
border: 1px solid #f2f2f2;
padding: 1.6em 1% 0;
margin-top: 3.2em;
margin-bottom: 3.2em;
text-align: center;
}
.jetpack-testimonial-shortcode .testimonial-entry-title {
letter-spacing: 2px;
margin-bottom: 1.6em;
}
.testimonial-featured-image img {
margin-bottom: -45px;
position: relative;
width: 90px;
height: 90px;
}
.testimonial-entry-column-2 {
width: 44% !important;
}
.testimonial-entry-column-3 {
width: 27% !important;
}
.testimonial-entry-column-4 {
width: 18% !important;
}
.testimonial-entry-column-5 {
width: 15% !important;
}
.testimonial-entry-column-6 {
width: 11% !important;
} .single .jetpack-testimonial {
float: none;
width: 100%;
}
.single .jetpack-testimonial:after {
background: none;
} .content-wrapper .testimonials-content-area.content-area {
margin-bottom: 3.2em;
}
.testimonials.grid .jetpack-testimonial {
float: none;
width: auto;
margin: 0 0 0 0;
}
.archive .testimonials .hentry {
margin: 0 0 3.2em;
}
.archive .testimonials .without-featured-image > .entry-header,
.no-sidebar.archive .testimonials .without-featured-image > .entry-header {
margin-left: 0;
}
.testimonials .no-results {
margin-bottom: 3.2em;
}
.post-type-archive-jetpack-testimonial .content-wrapper.full-width .hentry:after {
background: none;
} .site-footer {
background-color: #595854;
color: #fff;
font-size: 15px;
padding: 24px 34px 24px 34px;
text-align: center;
letter-spacing: 2px;
text-transform: uppercase;
}
.site-info a {
color: #fff;
}
.site-info a:hover,
.site-info a:focus,
.site-info a:active {
color: #15b6b8;
}
.site-info .sep {
margin: 0 .4em;
}  .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
}
.infinity-end.neverending .site-footer {
display: block;
}
.infinite-loader {
margin: 0 auto;
width: 36px;
}
#infinite-handle {
margin-bottom: .8em;
text-align: center;
}
#infinite-handle span {
margin: 0 auto;
text-align: center;
transition: color 0.2s;
}
#infinite-handle span button {
box-shadow: none;
}
.portfolio-entry-title {
font-weight: normal !important;
}
.project-types,
.project-tags {
color: #a8a6a1;
font-size: 15px;
text-transform: uppercase;
letter-spacing: 1px;
} body .contact-form input[type="radio"],
body .contact-form input[type="checkbox"] {
margin-bottom: 6px;
margin-right: .3em;
vertical-align: middle;
}
body .contact-form label.checkbox,
body .contact-form label.checkbox-multiple,
body .contact-form label.radio {
font-weight: normal;
margin-bottom: .2em;
}
body .contact-form label.checkbox {
margin-bottom: .8em;
}
body .contact-form textarea,
body .contact-form input[type='text'],
body .contact-form input[type='email'],
body .contact-form input[type='url'],
body .contact-form select {
margin-bottom: .4em;
}
body .contact-form > div {
margin-bottom: .8em;
} .page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
border: none;
margin-top: 0;
margin-bottom: 0;
padding: 0;
} embed,
iframe,
object,
audio,
video {
display: block;
margin-bottom: 1.6em;
max-width: 100%;
}
.jetpack-video-wrapper {
margin-bottom: 1.6em;
} .wp-caption {
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin: 0 auto;
max-width: 100%;
}
.wp-caption-dd,
.wp-caption-text {
clear: both;
font-size: 15px;
font-style: italic;
text-align: center;
width: 100%;
}
.wp-caption .wp-caption-dd,
.wp-caption .wp-caption-text {
margin: 0.8em 0;
} .site-main .gallery {
margin-bottom: 1.6em;
}
.site-main .gallery a img {
border: none;
height: auto;
}
.site-main .gallery dd {
margin: 0;
}
.gallery-item {
display: inline-block;
overflow: hidden;
padding: 0 4px;
position: relative;
text-align: center;
vertical-align: top;
width: 100%;
}
.gallery-columns-1 .gallery-item {
padding: 0;
}
.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 {
color: #fff;
background-color: rgba(0, 0, 0, 0.7);
font-size: 15px;
margin: 0;
max-height: 100%;
opacity: 0;
padding: 6px 8px;
position: absolute;
bottom: 7px;
left: 0;
text-align: left;
width: 100%;
}
.gallery-caption:before {
content: "";
min-height: 49px;
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.gallery-item:hover .gallery-caption,
.gallery-item:focus .gallery-caption,
.gallery-item:active .gallery-caption {
opacity: 1;
}
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
display: none;
} @media screen and (min-width: 768px) { .main-navigation {
padding: 0 55px;
}
.main-navigation ul {
display: block;
list-style: none;
text-align: center;
}
.main-navigation ul li {
border: 0 none;
display: inline-block;
padding: .4em 0 .4em .8em;
position: relative;
}
.main-navigation ul a {
display: inline-block;
padding: .4em 0;
}
.main-navigation .nav-menu > li:before,
.main-navigation .menu > li:before {
color: rgba(0,0,0,0.15);
content: " \2022";
margin-right: 1em;
display: inline-block;
}
.main-navigation .nav-menu > li:first-child,
.main-navigation .menu > li:first-child {
padding-right: 0;
}
.main-navigation .nav-menu > li:first-child:before,
.main-navigation .menu > li:first-child:before {
display: none;
}
.main-navigation ul ul {
background-color: #15b6b8;
box-shadow: rgba(0,0,0, 0.1) 0 1px 2px;
display: block;
left: -99999em;
margin: 0;
position: absolute;
top: 2.8em;
z-index: 99999;
}
.main-navigation .menu-item-has-children > a:after,
.main-navigation .page_item_has_children > a:after {
content: "\f502";
font-family: Genericons;
font-size: 8px;
display: inline;
padding-left: .8em;
}
.main-navigation ul ul .menu-item-has-children > a:after,
.main-navigation ul ul .page_item_has_children > a:after {
content: "\f501";
} .main-navigation ul li:first-child:hover > ul,
.main-navigation ul li:first-child.focus > ul {
left: .2em;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: 1.4em;
}
.main-navigation ul li:hover > ul ul,
.main-navigation ul li.focus > ul ul {
left: -99999em;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul,
.main-navigation ul ul li:first-child:hover > ul,
.main-navigation ul ul li:first-child.focus > ul {
left: 100%;
}
.main-navigation ul ul li {
padding: 0;
text-align: left;
}
.main-navigation ul ul a,
.main-navigation ul ul ul a,
.main-navigation ul ul ul ul a {
padding-left: .8em;
}
.main-navigation ul ul a:hover,
.main-navigation ul ul > li.focus > a {
opacity: 0.5;
}
.main-navigation ul ul a {
border-top-color: rgba(255,255,255,0.25);
display: block;
font-size: 15px;
font-weight: normal;
width: 210px;
padding: .8em;
text-transform: uppercase;
}
.main-navigation ul ul ul {
top: 0;
left: 100%;
} .menu-toggle {
cursor: pointer;
display: none;
} body:not(.search):not(.single-jetpack-testimonial) .front-testimonials .jetpack-testimonial:nth-child(even) {
margin-right: 0;
}
body:not(.search):not(.single-jetpack-testimonial) .front-testimonials .jetpack-testimonial {
float: left;
width: 48%;
margin-right: 4%;
} .footer-widget-area .widget-area {
float: none;
margin: 0;
width: auto;
}
.featured-page {
margin-bottom: 0;
}
.featured-page-area .featured-page,
.footer-widget-area .widget-area {
float: left;
}
.featured-page-area .featured-page:nth-child(1):nth-last-child(1),
.footer-widget-area .widget-area:nth-child(1):nth-last-child(1) {
width: 100%;
}
.featured-page-area .featured-page:nth-child(1):nth-last-child(2),
.featured-page-area .featured-page:nth-child(2):nth-last-child(1),
.footer-widget-area .widget-area:nth-child(1):nth-last-child(2),
.footer-widget-area .widget-area:nth-child(2):nth-last-child(1) {
margin-right: 6%;
width: 47%;
}
.featured-page-area .featured-page:nth-child(1):nth-last-child(2):last-of-type,
.featured-page-area .featured-page:nth-child(2):nth-last-child(1):last-of-type,
.footer-widget-area .widget-area:nth-child(1):nth-last-child(2):last-of-type,
.footer-widget-area .widget-area:nth-child(2):nth-last-child(1):last-of-type {
margin-right: 0;
}
.featured-page-area .featured-page:nth-child(1):nth-last-child(3),
.featured-page-area .featured-page:nth-child(2):nth-last-child(2),
.featured-page-area .featured-page:nth-child(3):nth-last-child(1),
.footer-widget-area .widget-area:nth-child(1):nth-last-child(3),
.footer-widget-area .widget-area:nth-child(2):nth-last-child(2),
.footer-widget-area .widget-area:nth-child(3):nth-last-child(1) {
margin-right: 5%;
width: 30%;
}
.featured-page-area .featured-page:nth-child(1):nth-last-child(3):last-of-type,
.featured-page-area .featured-page:nth-child(2):nth-last-child(2):last-of-type,
.featured-page-area .featured-page:nth-child(3):nth-last-child(1):last-of-type,
.footer-widget-area .widget-area:nth-child(1):nth-last-child(3):last-of-type,
.footer-widget-area .widget-area:nth-child(2):nth-last-child(2):last-of-type,
.footer-widget-area .widget-area:nth-child(3):nth-last-child(1):last-of-type {
margin-right: 0;
} #secondary.widget-area {
margin-right: 4%;
margin-left: 4%;
}
}
@media screen and (min-width: 850px) { .site-title,
h1 {
font-size: 47px;
line-height: 1.1;
margin-bottom: 0.2em;
}
.page-title,
.entry-title,
.entry-title a {
font-size: 32px;
}
h2 {
font-size: 29px;
margin-bottom: 0.4em;
}
.featured-page .entry-title,
.featured-page .entry-title a,
h3 {
font-size: 23px;
}
.site-description,
h4,
body,
button,
input,
select,
textarea {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6,
.cat-links a,
.hero-content-wrapper .cat-links a {
font-size: 15px;
}
.hero-content-wrapper .cat-links {
margin-bottom: .8em;
}
.hero-content {
overflow: visible;
} .content-area {
float: left;
width: 68%;
}
.no-sidebar .content-area,
.front-page-content-area.content-area {
width: 100%;
max-width: 100%;
}
#secondary.widget-area {
float: right;
margin: 0;
width: 25%;
} .hentry:after,
.post-navigation:after,
.posts-navigation:after,
.page-header:after {
width: 100%;
}
[class*="navigation"] .nav-previous {
float: left;
width: 48%;
}
[class*="navigation"] .nav-next {
border-top: 0;
margin-top: 0;
padding-top: 0;
float: right;
width: 48%;
}
}
@media screen and (min-width: 1000px) { .site {
margin: 0 auto;
padding: 0;
}
.site-content {
padding: 3.2em 55px;
}
.page .site-content,
.error404 .site-content {
padding: 0;
}
.site-branding {
padding-left: 55px;
padding-right: 55px;
}
.content-area {
float: left;
width: 77.11%;
max-width: 825px;
margin-left: -55px;
}
.front-page-content-area.content-area,
.no-sidebar .content-area {
margin-right: 0;
margin-left: 0;
width: 100%;
}
.front-page-content-area.content-area {
padding: 3.2em 55px;
} .featured-page-area,
.front-testimonials {
padding: 1.6em 55px 3.2em;
}
.footer-widget-area,
.home.page .footer-widget-area {
margin: 0;
} .hero-content-wrapper {
max-height: 500px;
}
.hero-content-wrapper:before {
background: -moz-linear-gradient(top, rgba(0,0,0,0) 66%, rgba(0,0,0,0.5) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 66%,rgba(0,0,0,0.5) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 66%,rgba(0,0,0,0.5) 100%);
}
.hero-content-wrapper .featured-post {
padding: 0 3.2em;
}
.hero-content-wrapper .entry-title {
font-size: 47px;
}
.flex-direction-nav a {
width: 52px;
height: 52px;
}
.flex-direction-nav a:before {
font-size: 64px;
}
.flex-direction-nav .flex-prev {
opacity: 1;
right: 6.4em;
}
.flex-direction-nav .flex-next {
opacity: 1;
right: 3.2em;
} .type-post .entry-summary,
.type-post .entry-content {
min-height: 4em;
}
.cat-links {
margin-bottom: .2em;
}
.entry-meta {
line-height: 2;
position: absolute;
left: 55px;
text-align: right;
width: 121px;
}
.entry-meta > span {
display: block;
margin-right: 0;
}
.no-sidebar .entry-meta {
left: 0;
}
.post-navigation .nav-links,
.posts-navigation .nav-links,
.comments-area {
margin-left: 211px;
}
.no-sidebar .post-navigation .nav-links,
.no-sidebar .posts-navigation .nav-links,
.no-sidebar .comments-area {
margin-left: 150px;
}
.page.no-sidebar .comments-area {
margin-left: 0;
}
.single-jetpack-testimonial .post-navigation {
margin-left: 0;
}
.post-type-archive-jetpack-testimonial .site-content {
padding: 0;
} .content-wrapper {
background: #fff;
padding: 3.2em 55px;
position: relative;
}
.content-wrapper.with-featured-image {
margin: -4.7em 0 0 120px;
padding: 1.3em 55px 0 1.9em;
}
.content-wrapper.without-featured-image {
padding-left: 150px;
}
.content-wrapper .content-area {
float: left;
margin: 0;
width: 70%;
max-width: 675px;
}
.no-sidebar .content-wrapper .content-area {
float: none;
margin-left: auto;
margin-right: auto;
width: 100%;
}
.no-sidebar.page .content-wrapper.without-featured-image,
.no-sidebar.post-type-archive-jetpack-testimonial .content-wrapper.without-featured-image {
padding-left: 55px;
}
.entry-thumbnail {
min-height: 80px;
} .entry-body {
margin-top: 1.6em;
padding: 0 0 0 211px;
}
.no-sidebar .entry-body {
padding-left: 150px;
}
.post-thumbnail {
width: 100%;
}
.post-thumbnail + .entry-header {
background-color: #fff;
margin: 0 0 0 175px;
padding: 1.3em 1.6em 0 1.9em;
position: absolute;
transform: translateY(-100%) translateY(.4em);
width: calc(100% - 175px);
}
.no-sidebar .post-thumbnail {
margin-left: -55px;
margin-right: -55px;
width: auto;
}
.no-sidebar .post-thumbnail + .entry-header {
margin-left: 120px;
width: calc(100% - 65px);
}
.blog .without-featured-image > .entry-header,
.single .without-featured-image > .entry-header,
.archive .without-featured-image > .entry-header,
.search .without-featured-image > .entry-header {
margin-left: 211px;
}
.no-sidebar.blog .without-featured-image > .entry-header,
.no-sidebar.single .without-featured-image > .entry-header,
.no-sidebar.archive .without-featured-image > .entry-header,
.no-sidebar.search .without-featured-image > .entry-header {
margin-left: 150px;
}
.archive .page-header,
.search .page-header {
margin: 0 0 2.4em;
}
.page-title,
.taxonomy-description,
.no-results .page-content {
padding-left: 211px;
}
.no-sidebar .page-title,
.no-sidebar .taxonomy-description {
padding-left: 150px;
}
.no-sidebar.search .no-results .page-title,
.no-sidebar.search .no-results .page-content,
.error404 .page-title {
padding-left: 0;
} #secondary.widget-area {
width: 26%;
max-width: 250px;
} .content-wrapper.full-width.with-featured-image {
margin: -4.7em 13% 0;
padding: 1.6em 3% 0;
}
.content-wrapper.full-width.without-featured-image {
margin: 0 13%;
}
.comments-closed .hentry:after {
display: none;
} .grid-page-content-area .hentry:after,
.grid-page-content-area .child-pages .hentry:after {
display: none;
}
.grid-page-content-area .child-pages {
border-top: 1px solid #f2f2f2;
padding-top: 3.2em;
}
.grid-page-content-area .child-pages .entry-summary {
min-height: 0;
}
.grid-page-content-area .child-pages .hentry {
float: left;
width: 47%;
margin: 0 6% .8em 0;
}
.grid-page-content-area .child-pages .hentry:nth-of-type(2n) {
margin-right: 0;
}
}[class^="wp-block-"] figcaption {
clear: both;
font-size: 15px;
font-style: italic;
margin: 0.8em 0;
text-align: center;
}  .wp-block-newspack-blocks-homepage-articles .entry-meta {
position: initial;
width: inherit;
} p.has-drop-cap:not(:focus)::first-letter {
font-size: 64px;
} .wp-block-image .aligncenter img {
display: block;
margin-left: auto;
margin-right: auto;
} .wp-block-gallery {
margin-bottom: 1.6em;
margin-left: auto;
}
.wp-block-gallery figcaption {
margin-bottom: 0;
} blockquote cite {
font-style: normal;
}
.wp-block-quote,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-style: normal;
}
.wp-block-quote[style*="text-align:right"] {
padding-left: 0;
padding-right: 2.4em;
}
.wp-block-quote[style*="text-align:right"]::before {
left: auto;
right: -10px;
}
.rtl .wp-block-quote[style*="text-align:left"] {
padding-left: 2.4em;
padding-right: 0;
}
.rtl .wp-block-quote[style*="text-align:left"]::before {
left: -10px;
right: auto;
}
.wp-block-quote cite {
display: block;
font-family: "Source Sans Pro", Helvetica, sans-serif;
font-size: 16px;
font-style: normal;
font-weight: bold;
margin: .4em 0;
text-transform: uppercase;
}
.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
text-align: left;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
padding-left: 1.6em;
}
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
font-size: 32px;
}
.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
margin-bottom: .8em;
}
.rtl .wp-block-quote {
border: 0;
}
.rtl .wp-block-quote.is-large cite,
.rtl .wp-block-quote.is-large footer,
.rtl .wp-block-quote.is-style-large cite,
.rtl .wp-block-quote.is-style-large footer {
text-align: right;
}
.rtl .wp-block-quote.is-large,
.rtl .wp-block-quote.is-style-large {
padding-left: 0;
padding-right: 1.6em;
} .wp-block-audio audio {
display: block;
width: 100%;
} .wp-block-cover,
.wp-block-cover.alignleft,
.wp-block-cover.alignright,
.wp-block-cover.aligncenter {
display: flex;
} .wp-block-file .wp-block-file__button,
.wp-block-file .wp-block-file__button:visited {
background-color: #15b6b8;
border-style: none;
color: #fff;
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
line-height: 2;
padding: .25em 1em .4em;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
border-radius: 3px;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
-webkit-appearance: none;
}
.wp-block-file .wp-block-file__button:focus {
opacity: 0.85;
color: #fff;
}  .wp-block-verse {
background: transparent;
color: inherit;
font-family: inherit;
font-size: inherit;
font-style: italic;
line-height: inherit;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 0;
} .wp-block-code {
font-family: "Courier 10 Pitch", Courier, monospace;
overflow: auto;
} .wp-block-preformatted {
overflow: auto;
} .wp-block-pullquote {
margin: 0;
padding: 0;
border: 0;
}
.wp-block-pullquote blockquote {
border: none;
font-family: "Yrsa", Georgia, serif;
font-size: 32px;
font-style: normal;
margin-left: 0;
margin-bottom: 1.6em;
padding-left: 1.6em;
padding-right: 0;
position: relative;
}
.wp-block-pullquote.alignleft {
margin-right: 1.6em;
}
.wp-block-pullquote.alignright p {
margin-left: 1.6em;
}
.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
font-size: 23px;
}
.rtl .wp-block-pullquote blockquote {
border: 0;
padding-right: 1.6em;
padding-left: 0;
}
.wp-block-pullquote p {
margin: 0;
}
.wp-block-pullquote cite {
font-size: 16px;
}  .wp-block-button .wp-block-button__link {
cursor: pointer;
display: inline-block;
font-size: 15px;
font-weight: bold;
letter-spacing: 1px;
line-height: 2;
padding: .25em 1em .4em;
text-align: center;
vertical-align: middle;
text-transform: uppercase;
box-shadow: inset 0 -2px 0 rgba(0, 0, 0, 0.1);
-webkit-appearance: none;
text-decoration: none;
}
.wp-block-button__link {
background-color: #15b6b8;
color: #fff;
}
.is-style-outline .wp-block-button__link {
border-color: currentColor;
}
.is-style-outline .wp-block-button__link:not(.has-text-color) {
color: #15b6b8;
}
.is-style-outline .wp-block-button__link {
box-shadow: none;
}
.entry-content .wp-block-button .wp-block-button__link:active,
.entry-content .wp-block-button .wp-block-button__link:focus,
.entry-content .wp-block-button .wp-block-button__link:hover {
background-color: #15b6b8;
color: #fff;
opacity: 0.85;
} hr.wp-block-separator {
border: 0;
}
.wp-block-separator {
border: 0;
height: 1px;
margin: 1.6em auto;
background-color: #e6e6e6;
max-width: 66%;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
margin-left: auto;
margin-right: auto;
max-width: 100px;
}
.wp-block-separator.is-style-wide {
max-width: 100%;
}  .wp-block-categories.aligncenter,
.wp-block-categories.aligncenter ul,
.wp-block-archives.aligncenter,
.wp-block-latest-posts.aligncenter,
.wp-block-latest-comments.aligncenter {
list-style-position: inside;
text-align: center;
} .wp-block-categories.aligncenter {
margin-left: 1.6em;
margin-right: 1.6em;
text-align: center;
}
.wp-block-categories-list.alignleft {
margin-left: 1.6em;
} .wp-block-latest-comments {
margin-left: 0;
margin-right: 0;
}
.wp-block-latest-comments,
.wp-block-latest-comments__comment-excerpt p,
.wp-block-latest-comments__comment-date {
font-size: inherit;
}
.editor-block-list__block .wp-block-latest-comments__comment-meta a {
box-shadow: none;
font-weight: 700;
text-decoration: none;
}
.wp-block-latest-comments .wp-block-latest-comments__comment {
border-top: 1px solid #e6e6e6;
margin-bottom: 0;
padding: 1.6em 0;
}
.wp-block-latest-comments__comment-excerpt p:last-child {
margin-bottom: 0;
} .wp-block-latest-posts.is-grid {
margin-left: 0;
margin-right: 0;
} .has-dark-gray-color,
.has-dark-gray-color:hover,
.has-dark-gray-color:focus,
.has-dark-gray-color:active {
color: #444340;
}
.has-dark-gray-background-color,
.has-dark-gray-background-color:hover,
.has-dark-gray-background-color:focus,
.has-dark-gray-background-color:active {
background-color: #444340;
}
.has-medium-gray-color,
.has-medium-gray-color:hover,
.has-medium-gray-color:focus,
.has-medium-gray-color:active {
color: #a8a6a1;
}
.has-medium-gray-background-color,
.has-medium-gray-background-color:hover,
.has-medium-gray-background-color:focus,
.has-medium-gray-background-color:active {
background-color: #a8a6a1;
}
.has-light-gray-color,
.has-light-gray-color:hover,
.has-light-gray-color:focus,
.has-light-gray-color:active {
color: #e6e6e6;
}
.has-light-gray-background-color,
.has-light-gray-background-color:hover,
.has-light-gray-background-color:focus,
.has-light-gray-background-color:active {
background-color: #e6e6e6;
}
.has-white-color,
.has-white-color:hover,
.has-white-color:focus,
.has-white-color:active {
color: #fff;
}
.has-white-background-color,
.has-white-background-color:hover,
.has-white-background-color:focus,
.has-white-background-color:active {
background-color: #fff;
}
.has-blue-color,
.has-blue-color:hover,
.has-blue-color:focus,
.has-blue-color:active {
color: #15b6b8;
}
.has-blue-background-color,
.has-blue-background-color:hover,
.has-blue-background-color:focus,
.has-blue-background-color:active {
background-color: #15b6b8;
}
.has-dark-blue-color,
.has-dark-blue-color:hover,
.has-dark-blue-color:focus,
.has-dark-blue-color:active {
color: #0c8384;
}
.has-dark-blue-background-color,
.has-dark-blue-background-color:hover,
.has-dark-blue-background-color:focus,
.has-dark-blue-background-color:active {
background-color: #0c8384;
}
.has-black-color,
.has-black-color:hover,
.has-black-color:focus,
.has-black-color:active {
color: #404040;
}
.has-black-background-color,
.has-black-background-color:hover,
.has-black-background-color:focus,
.has-black-background-color:active {
background-color: #404040;
}@font-face {
font-family: "Source Sans Pro";
font-weight: 300;
font-style: normal;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdu3cOWxw.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwlxdo.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 300;
font-style: italic;
src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18S0xR41.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkids18I.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 400;
font-style: normal;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7lujVj9w.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7j.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 400;
font-style: italic;
src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDJB9cme.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDQ.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 600;
font-style: normal;
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdu3cOWxw.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwlxdo.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 300;
font-style: normal;
src: local('Source Sans Pro Light'), local('SourceSansPro-Light'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdu3cOWxy40.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3ik4zwmRdo.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 300;
font-style: italic;
src: local('Source Sans Pro Light Italic'), local('SourceSansPro-LightItalic'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18S0xR41YDw.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKwdSBYKcSV-LCoeQqfX1RYOo3qPZZMkidi18I.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 400;
font-style: normal;
src: local('Source Sans Pro Regular'), local('SourceSansPro-Regular'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lujVj9_mf.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7j.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 400;
font-style: italic;
src: local('Source Sans Pro Italic'), local('SourceSansPro-Italic'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJB9cme_xc.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDQ.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Source Sans Pro";
font-weight: 600;
font-style: normal;
src: local('Source Sans Pro SemiBold'), local('SourceSansPro-SemiBold'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdu3cOWxy40.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/6xKydSBYKcSV-LCoeQqfX1RYOo3i54rwmRdo.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Yrsa";
font-weight: 300;
font-style: normal;
src: local('Yrsa Light'), local('Yrsa-Light'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3af97IMx3ExNYCg.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3af97IMx2g.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Yrsa";
font-weight: 400;
font-style: normal;
src: local('Yrsa Regular'), local('Yrsa-Regular'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlp-gwnQFlxs1Qzf-a4T0WY.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlp-gwnQFlxs1Qzf_w.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Yrsa";
font-weight: 700;
font-style: normal;
src: local('Yrsa Bold'), local('Yrsa-Bold'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3bf67IMx3ExNYCg.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3bf67IMx2g.woff) format('woff');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "Yrsa";
font-weight: 300;
font-style: normal;
src: local('Yrsa Light'), local('Yrsa-Light'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3af97I0x3ExNYChuCg.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3af97I0x2g.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Yrsa";
font-weight: 400;
font-style: normal;
src: local('Yrsa Regular'), local('Yrsa-Regular'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlp-gwnQFlxs1QLf-a4T0WZ3aQ.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlp-gwnQFlxs1QLf_w.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
font-family: "Yrsa";
font-weight: 700;
font-style: normal;
src: local('Yrsa Bold'), local('Yrsa-Bold'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3bf67I0x3ExNYChuCg.woff2) format('woff2'), url(//joernhesebeck.de/wp-content/uploads/sgf-css/wlpxgwnQFlxs3bf67I0x2g.woff) format('woff');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}@font-face {
font-family: "Genericons";
src: url(https://joernhesebeck.de/wp-content/themes/dara-wpcom/assets/genericons/Genericons.eot?) format("embedded-opentype");
font-weight: normal;
font-style: normal;
}
@font-face {
font-family: "Genericons";
src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff"),
url(https://joernhesebeck.de/wp-content/themes/dara-wpcom/assets/genericons/Genericons.ttf) format("truetype"),
url(https://joernhesebeck.de/wp-content/themes/dara-wpcom/assets/genericons/Genericons.svg#Genericons) format("svg");
font-weight: normal;
font-style: normal;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: "Genericons";
src: url(https://joernhesebeck.de/wp-content/themes/dara-wpcom/assets/genericons/Genericons.svg#Genericons) format("svg");
}
} .genericon {
font-size: 16px;
vertical-align: top;
text-align: center;
-moz-transition: color .1s ease-in 0;
-webkit-transition: color .1s ease-in 0;
display: inline-block;
font-family: "Genericons";
font-style: normal;
font-weight: normal;
font-variant: normal;
line-height: 1;
text-decoration: inherit;
text-transform: none;
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
speak: none;
} .genericon-rotate-90 {
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
}
.genericon-rotate-180 {
-webkit-transform: rotate(180deg);
-moz-transform: rotate(180deg);
-ms-transform: rotate(180deg);
-o-transform: rotate(180deg);
transform: rotate(180deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}
.genericon-rotate-270 {
-webkit-transform: rotate(270deg);
-moz-transform: rotate(270deg);
-ms-transform: rotate(270deg);
-o-transform: rotate(270deg);
transform: rotate(270deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.genericon-flip-horizontal {
-webkit-transform: scale(-1, 1);
-moz-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.genericon-flip-vertical {
-webkit-transform: scale(1, -1);
-moz-transform: scale(1, -1);
-ms-transform: scale(1, -1);
-o-transform: scale(1, -1);
transform: scale(1, -1);
} .genericon-404:before { content: "\f423"; }
.genericon-activity:before { content: "\f508"; }
.genericon-anchor:before { content: "\f509"; }
.genericon-aside:before { content: "\f101"; }
.genericon-attachment:before { content: "\f416"; }
.genericon-audio:before { content: "\f109"; }
.genericon-bold:before { content: "\f471"; }
.genericon-book:before { content: "\f444"; }
.genericon-bug:before { content: "\f50a"; }
.genericon-cart:before { content: "\f447"; }
.genericon-category:before { content: "\f301"; }
.genericon-chat:before { content: "\f108"; }
.genericon-checkmark:before { content: "\f418"; }
.genericon-close:before { content: "\f405"; }
.genericon-close-alt:before { content: "\f406"; }
.genericon-cloud:before { content: "\f426"; }
.genericon-cloud-download:before { content: "\f440"; }
.genericon-cloud-upload:before { content: "\f441"; }
.genericon-code:before { content: "\f462"; }
.genericon-codepen:before { content: "\f216"; }
.genericon-cog:before { content: "\f445"; }
.genericon-collapse:before { content: "\f432"; }
.genericon-comment:before { content: "\f300"; }
.genericon-day:before { content: "\f305"; }
.genericon-digg:before { content: "\f221"; }
.genericon-document:before { content: "\f443"; }
.genericon-dot:before { content: "\f428"; }
.genericon-downarrow:before { content: "\f502"; }
.genericon-download:before { content: "\f50b"; }
.genericon-draggable:before { content: "\f436"; }
.genericon-dribbble:before { content: "\f201"; }
.genericon-dropbox:before { content: "\f225"; }
.genericon-dropdown:before { content: "\f433"; }
.genericon-dropdown-left:before { content: "\f434"; }
.genericon-edit:before { content: "\f411"; }
.genericon-ellipsis:before { content: "\f476"; }
.genericon-expand:before { content: "\f431"; }
.genericon-external:before { content: "\f442"; }
.genericon-facebook:before { content: "\f203"; }
.genericon-facebook-alt:before { content: "\f204"; }
.genericon-fastforward:before { content: "\f458"; }
.genericon-feed:before { content: "\f413"; }
.genericon-flag:before { content: "\f468"; }
.genericon-flickr:before { content: "\f211"; }
.genericon-foursquare:before { content: "\f226"; }
.genericon-fullscreen:before { content: "\f474"; }
.genericon-gallery:before { content: "\f103"; }
.genericon-github:before { content: "\f200"; }
.genericon-googleplus:before { content: "\f206"; }
.genericon-googleplus-alt:before { content: "\f218"; }
.genericon-handset:before { content: "\f50c"; }
.genericon-heart:before { content: "\f461"; }
.genericon-help:before { content: "\f457"; }
.genericon-hide:before { content: "\f404"; }
.genericon-hierarchy:before { content: "\f505"; }
.genericon-home:before { content: "\f409"; }
.genericon-image:before { content: "\f102"; }
.genericon-info:before { content: "\f455"; }
.genericon-instagram:before { content: "\f215"; }
.genericon-italic:before { content: "\f472"; }
.genericon-key:before { content: "\f427"; }
.genericon-leftarrow:before { content: "\f503"; }
.genericon-link:before { content: "\f107"; }
.genericon-linkedin:before { content: "\f207"; }
.genericon-linkedin-alt:before { content: "\f208"; }
.genericon-location:before { content: "\f417"; }
.genericon-lock:before { content: "\f470"; }
.genericon-mail:before { content: "\f410"; }
.genericon-maximize:before { content: "\f422"; }
.genericon-menu:before { content: "\f419"; }
.genericon-microphone:before { content: "\f50d"; }
.genericon-minimize:before { content: "\f421"; }
.genericon-minus:before { content: "\f50e"; }
.genericon-month:before { content: "\f307"; }
.genericon-move:before { content: "\f50f"; }
.genericon-next:before { content: "\f429"; }
.genericon-notice:before { content: "\f456"; }
.genericon-paintbrush:before { content: "\f506"; }
.genericon-path:before { content: "\f219"; }
.genericon-pause:before { content: "\f448"; }
.genericon-phone:before { content: "\f437"; }
.genericon-picture:before { content: "\f473"; }
.genericon-pinned:before { content: "\f308"; }
.genericon-pinterest:before { content: "\f209"; }
.genericon-pinterest-alt:before { content: "\f210"; }
.genericon-play:before { content: "\f452"; }
.genericon-plugin:before { content: "\f439"; }
.genericon-plus:before { content: "\f510"; }
.genericon-pocket:before { content: "\f224"; }
.genericon-polldaddy:before { content: "\f217"; }
.genericon-portfolio:before { content: "\f460"; }
.genericon-previous:before { content: "\f430"; }
.genericon-print:before { content: "\f469"; }
.genericon-quote:before { content: "\f106"; }
.genericon-rating-empty:before { content: "\f511"; }
.genericon-rating-full:before { content: "\f512"; }
.genericon-rating-half:before { content: "\f513"; }
.genericon-reddit:before { content: "\f222"; }
.genericon-refresh:before { content: "\f420"; }
.genericon-reply:before { content: "\f412"; }
.genericon-reply-alt:before { content: "\f466"; }
.genericon-reply-single:before { content: "\f467"; }
.genericon-rewind:before { content: "\f459"; }
.genericon-rightarrow:before { content: "\f501"; }
.genericon-search:before { content: "\f400"; }
.genericon-send-to-phone:before { content: "\f438"; }
.genericon-send-to-tablet:before { content: "\f454"; }
.genericon-share:before { content: "\f415"; }
.genericon-show:before { content: "\f403"; }
.genericon-shuffle:before { content: "\f514"; }
.genericon-sitemap:before { content: "\f507"; }
.genericon-skip-ahead:before { content: "\f451"; }
.genericon-skip-back:before { content: "\f450"; }
.genericon-skype:before { content: "\f220"; }
.genericon-spam:before { content: "\f424"; }
.genericon-spotify:before { content: "\f515"; }
.genericon-standard:before { content: "\f100"; }
.genericon-star:before { content: "\f408"; }
.genericon-status:before { content: "\f105"; }
.genericon-stop:before { content: "\f449"; }
.genericon-stumbleupon:before { content: "\f223"; }
.genericon-subscribe:before { content: "\f463"; }
.genericon-subscribed:before { content: "\f465"; }
.genericon-summary:before { content: "\f425"; }
.genericon-tablet:before { content: "\f453"; }
.genericon-tag:before { content: "\f302"; }
.genericon-time:before { content: "\f303"; }
.genericon-top:before { content: "\f435"; }
.genericon-trash:before { content: "\f407"; }
.genericon-tumblr:before { content: "\f214"; }
.genericon-twitch:before { content: "\f516"; }
.genericon-twitter:before { content: "\f202"; }
.genericon-unapprove:before { content: "\f446"; }
.genericon-unsubscribe:before { content: "\f464"; }
.genericon-unzoom:before { content: "\f401"; }
.genericon-uparrow:before { content: "\f500"; }
.genericon-user:before { content: "\f304"; }
.genericon-video:before { content: "\f104"; }
.genericon-videocamera:before { content: "\f517"; }
.genericon-vimeo:before { content: "\f212"; }
.genericon-warning:before { content: "\f414"; }
.genericon-website:before { content: "\f475"; }
.genericon-week:before { content: "\f306"; }
.genericon-wordpress:before { content: "\f205"; }
.genericon-xpost:before { content: "\f504"; }
.genericon-youtube:before { content: "\f213"; }
.genericon-zoom:before { content: "\f402"; }