html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}
body {
font-family: 'Work Sans', sans-serif;
font-size: 16px;
line-height: 1.63;
color: #26252e;
}
h1, h2, h3, h4, h5, h6 {
margin-top: 0;
margin-bottom: 13px;
line-height: normal;
}
p {
margin-top: 0;
margin-bottom: 16px;
}
p:last-child {
margin-bottom: 0;
}
img {
max-width: 100%;
height: auto;
} .wrapper {
position: relative;
display: flex;
flex-direction: column;
min-height: 100vh;
}
.content {
flex: 1 0 auto;
}
.footer {
flex: 0 0 auto;
} .container {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
@media (min-width: 1440px) {
.container {
max-width: 1440px;
padding-right: 80px;
padding-left: 80px;
}
}
.row {
display: flex;
flex-wrap: wrap;
padding-right: 0;
padding-left: 0;
}
.col-left,
.col-right {
width: 50%;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1440px) {
.col-left {
padding-left: 80px;
}
.col-right {
padding-right: 80px;
}
}
.col-left {
margin-right: auto;
}
.col-left--margin-right {
margin-right: 50%;
}
.col-right {
margin-left: auto;
}
.col {
width: 100%;
margin-right: auto;
margin-left: auto;
padding-right: 15px;
padding-left: 15px;
}
@media (min-width: 1440px) {
.col {
padding-left: 80px;
padding-right: 80px;
}
}
.reset-list {
display: flex;
flex-wrap: wrap;
margin: 0;
padding: 0;
list-style: none;
} .header {
width: 100%;
padding-top: 32px;
padding-bottom: 27px;
}
.header--absolute {
position: absolute;
z-index: 1;
top: 0;
left: 0;
width: 100%;
}
.header--border-bottom {
border-bottom: 1px solid rgba(38, 37, 46, 0.2);
}
.header__container {
align-items: center;
}
.header__row {
align-items: center;
}
.header__logo {
margin-right: auto;
}
.logo {
font-size: 24px;
font-weight: bold;
line-height: normal;
text-decoration: none;
color: #2b2b2d;
}  .header__col-right {
display: flex;
justify-content: flex-end;
}
.nav__list li {
margin-right: 45px;
}
.nav__list li:last-of-type {
margin-right: 0;
}
.nav__list a {
font-family: 'Questrial', sans-serif;
line-height: normal;
text-transform: uppercase;
text-decoration: none;
color: #2b2b2d;
}
.opener-nav {
display: none;
}
@media(max-width: 991px) {
.nav {
position: fixed;
z-index: -1;
top: 0;
left: 0;
right: 0;
width: 100%;
min-height: 100%;
padding: 50px 15px;
background-color: #ffffff;
transition: opacity 0.3s, background-color 0.3s, backdrop-filter 0.3s;
opacity: 0;
pointer-events: none;
}
.is-open.nav {
z-index: 999;
background-color: rgba(255, 255, 255, 0.9);
backdrop-filter: blur(8px);
transition: opacity 0.7s, background-color 0.7s, backdrop-filter 0.7s;
opacity: 1;
pointer-events: auto;
}
.nav__list li {
width: 100%;
margin-bottom: 30px;
margin-right: 0;
text-align: center;
}
.nav__list li:last-of-type {
margin-bottom: 0;
}
.opener-nav {
position: relative;
display: block;
width: 32px;
height: 24px;
padding: 0;
border: 0;
background: none;
outline: none;
}
.opener-nav::before,
.opener-nav::after {
content: '';
position: absolute;
left: 0;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: #26252e;
transition: transform 0.35s, top 0.35s;
}
.opener-nav::before {
top: 0;
}
.opener-nav::after {
bottom: 0;
}
.opener-nav__line {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 4px;
border-radius: 4px;
background-color: #26252e;
transform: translateY(-50%);
transition: opacity 0.35s;
}
.active.opener-nav {
z-index: 999;
}
.active.opener-nav::before {
top: 10px;
transform: rotate(42deg);
}
.active.opener-nav::after {
top: 10px;
transform: rotate(-42deg);
}
.active .opener-nav__line {
opacity: 0;
}
}  .introduction {
padding-bottom: 80px;
}
.home .introduction__container {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/bg-circle.png);
background-repeat: no-repeat;
background-position: bottom;
background-size: cover;
}
.introduction__container {
align-items: center;
}
.introduction__title {
margin-bottom: 0;
font-size: 76px;
letter-spacing: 1px;
}
.introduction__title span,
.introduction__title--accent-backdrop {
position: relative;
display: inline-block;
vertical-align: top;
}
.introduction__title span::before,
.introduction__title--accent-backdrop::before {
content: '';
position: absolute;
z-index: -1;
top: 58%;
left: -6px;
width: calc(100% + 12px);
height: 47%;
background-color: #CACDFA;
transform: translateY(-50%);
}
.introduction__picture {
display: inline-block;
margin-left: 14px;
}
@media(max-width: 1199px) {
.introduction__title {
font-size: 64px;
}
}
@media(max-width: 991px) {
.introduction__title {
font-size: 54px;
}
}
@media(max-width: 767px) {
.introduction__title {
font-size: 40px;
}
.introduction__col-left {
order: 2;
width: 100%;
}
.introduction__col-right {
order: 1;
width: 100%;
margin-bottom: 30px;
margin-left: 0;
}
.introduction__picture {
margin-left: 0;
}
}
@media(max-width: 575px) {
.introduction__title {
font-size: 32px;
}
}  .about-person {
padding-top: 105px;
padding-bottom: 115px;
background-color: #1a1a1d;
color: #ffffff;
}
.about-person__subtitle {
margin-bottom: 7px;
line-height: normal;
text-transform: uppercase;
color: #5863ef;
}
.about-person__title {
margin-top: 0;
margin-bottom: 13px;
font-size: 40px;
}
.about-person__col-left p,
.about-person__col-right p {
color: rgba(255, 255, 255, 0.7);
}
@media(max-width: 767px) {
.about-person {
padding-top: 65px;
padding-bottom: 65px;
}
.about-person__col-left {
width: 100%;
margin-bottom: 16px;
}
.about-person__col-right {
width: 100%;
margin-left: 0;
}
}  .quotes {
padding-top: 161px;
padding-bottom: 151px;
}
.quotes__container {
max-width: 858px;
padding-right: 0;
padding-left: 0;
}
.quotes__inner {
position: relative;
margin-bottom: 21px;
padding-right: 44px;
padding-left: 44px;
font-size: 24px;
font-weight: 300;
font-style: italic;
line-height: 1.42;
text-align: center;
}
.quotes__inner::before,
.quotes__inner::after {
content: '';
position: absolute;
width: 36px;
height: 26px;
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-quote.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.quotes__inner::before {
top: -10px;
left: 0;
}
.quotes__inner::after {
right: 0;
bottom: -20px;
transform: scale(-1, 1);
}
.quotes__signature-wrapper {
text-align: center;
}
@media(max-width: 991px) {
.quotes__inner {
padding-right: 50px;
padding-left: 50px;
}
.quotes__inner::before {
left: 5px;
}
.quotes__inner::after {
right: 5px;
}
}  .about-page__introduction {
margin-bottom: 80px;
}
.about-page__container {
align-items: center;
}
.about-page__col-left {
align-self: flex-start;
}
.about-page__picture {
display: inline-block;
margin-right: 13px;
}
.about-page__page-name {
margin-bottom: 4px;
font-size: 64px;
line-height: 1;
letter-spacing: 1px;
}
.about-page__title {
margin-bottom: 8px;
font-size: 64px;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
}
.about-page__subtitle {
margin-bottom: 24px;
line-height: 1.2;
text-transform: uppercase;
color: #9358ef;
}
.about-page p {
color: rgba(38, 37, 46, 0.87);
}
.about-page__skills {
margin-bottom: 80px;
}
@media(max-width: 1199px) {
.about-page__page-name,
.about-page__title {
font-size: 54px;
}
}
@media(max-width: 991px) {
.about-page__page-name,
.about-page__title {
font-size: 48px;
}
}
@media(max-width: 767px) {
.about-page__page-name,
.about-page__title {
font-size: 40px;
}
.about-page__col-left {
width: 100%;
margin-bottom: 30px;
}
.about-page__col-right {
width: 100%;
margin-left: 0;
}
.about-page__picture {
margin-left: 0;
}
}
@media(max-width: 575px) {
.about-page__title {
font-size: 32px;
}
}
.skills__title {
margin-bottom: 24px;
font-size: 40px;
}
.skills__list-wrapper {
display: flex;
}
.skills__line-list {
flex: 1 0 auto;
width: 515px;
margin-right: 140px;
}
.skills__line-item {
position: relative;
display: flex;
width: 100%;
margin-bottom: 40px;
padding-bottom: 16px;
}
.skills__line-item:last-of-type {
margin-bottom: 0;
}
.skills__line-item::before {
content: '';
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 8px;
border-radius: 1px;
background-color: #F5F5F5;
}
.skills__line-name {
font-weight: bold;
}
.skills__line-percent {
margin-left: auto;
}
.skills__line-only {
position: absolute;
bottom: 0;
left: 0;
height: 8px;
border-radius: 1px;
background-color: #9358ef;
}
.skills__check-list {
align-self: flex-start;
width: 297px;
margin-top: 20px;
margin-right: 31px;
}
.skills__check-list:last-of-type {
margin-right: 0;
}
.skills__check-item {
position: relative;
width: 100%;
margin-bottom: 28px;
padding-left: 32px;
line-height: normal;
}
.skills__check-item:last-of-type {
margin-bottom: 0;
}
.skills__check-item::before {
content: '';
position: absolute;
top: 50%;
left: 0;
width: 16px;
height: 12px;
background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM6c3ZnanM9Imh0dHA6Ly9zdmdqcy5jb20vc3ZnanMiIHZlcnNpb249IjEuMSIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCA1MTUuNTU2IDUxNS41NTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTIiIHhtbDpzcGFjZT0icHJlc2VydmUiIGNsYXNzPSIiPjxnPjxwYXRoIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZD0ibTAgMjc0LjIyNiAxNzYuNTQ5IDE3Ni44ODYgMzM5LjAwNy0zMzguNjcyLTQ4LjY3LTQ3Ljk5Ny0yOTAuMzM3IDI5MC0xMjguNTUzLTEyOC41NTJ6IiBmaWxsPSIjOTM1OGVmIiBkYXRhLW9yaWdpbmFsPSIjMDAwMDAwIiBzdHlsZT0iIiBjbGFzcz0iIi8+PC9nPjwvc3ZnPgo=);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transform: translateY(-50%);
}
@media(max-width: 1199px) {
.skills__list-wrapper {
flex-wrap: wrap;
}
.skills__line-list {
margin-bottom: 30px;
}
}
@media(max-width: 991px) {
.skills__line-list {
width: 100%;
margin-right: 0;
}
.skills__check-list {
width: 100%;
margin-right: 0;
margin-bottom: 28px;
}
.skills__check-list:last-of-type {
margin-bottom: 0;
}
}
.about-page__personal-awards {
margin-bottom: 80px;
}
.personal-awards__title {
margin-bottom: 16px;
font-size: 40px;
line-height: 1;
}
.personal-awards__paragraph--under-title {
margin-bottom: 32px;
line-height: 1.63;
}
.personal-awards__text {
max-width: 968px;
}
.personal-awards p {
line-height: 1.5;
color: rgba(38, 37, 46, 0.87);
}
.personal-awards__item {
position: relative;
margin-bottom: 32px;
padding-left: 93px;
}
.personal-awards__item:last-of-type {
margin-bottom: 0;
}
.personal-awards__item::after {
content: '';
position: absolute;
top: 100%;
left: 34px;
width: 1px;
height: 36px;
background-color: #e5e5e5;
transform: translateY(-2px);
}
.personal-awards__item:last-of-type::after {
display: none;
}
.personal-awards__year {
position: absolute;
top: 50%;
left: 0;
width: 69px;
padding-top: 6px;
padding-bottom: 6px;
border-radius: 2px;
background-color: #9358ef;
font-weight: bold;
line-height: 1.5;
text-align: center;
color: #ffffff;
transform: translateY(-50%);
}
@media(max-width: 575px) {
.personal-awards__item {
padding-top: 93px;
padding-left: 0;
}
.personal-awards__item::after,
.personal-awards__item:last-of-type::after {
top: 50px;
display: block;
transform: none;
}
.personal-awards__year {
top: 0;
transform: none;
}
}  .press {
padding-top: 48px;
padding-bottom: 80px;
}
.press__header {
margin-bottom: 48px;
}
.press__title {
margin-bottom: 20px;
font-size: 64px;
line-height: 1;
letter-spacing: 1px;
text-align: center;
}
.press__subtitle {
max-width: 625px;
margin-right: auto;
margin-left: auto;
font-family: 'Questrial', sans-serif;
text-align: center;
color: rgba(38, 37, 46, 0.87);
}
.press__post-list {
margin-bottom: 16px;
}
.press__post-item {
width: calc(33.3333333% - 20px);
margin-right: 30px;
margin-bottom: 64px;
padding: 24px;
border: solid 1px #dcdcde;
border-radius: 2px;
}
.press__post-item:nth-of-type(3n) {
margin-right: 0;
}
.press__post-picture-wrapper {
display: flex;
margin-bottom: 24px;
}
.icon-play {
position: relative;
}
.icon-play::after {
content: '';
position: absolute;
top: 50%;
left: 50%;
width: 56px;
height: 56px;
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-play.svg);
background-repeat: no-repeat;
background-position: center;
background-size: contain;
transform: translate(-50%, -50%);
}
.press__post-date {
margin-bottom: 8px;
font-family: 'Questrial', sans-serif;
font-size: 14px;
line-height: 1;
color: rgba(38, 37, 46, 0.3);
}
.press__post-title {
margin-bottom: 12px;
}
.press__post-title-link {
font-size: 20px;
line-height: 1;
text-decoration: none;
color: #26252e;
}
.press__post-text-preview {
margin-bottom: 8px;
font-family: 'Questrial', sans-serif;
font-size: 14px;
line-height: 1.43;
color: rgba(38, 37, 46, 0.87);
}
.press__post-read-more {
font-size: 14px;
font-weight: bold;
line-height: 1.14;
text-decoration: none;
color: #9358ef;
}
.press .nav-links {
justify-content: center;
}
.nav-links {
display: flex;
align-items: flex-end;
}
.page-numbers {
display: block;
width: 36px;
height: 36px;
margin-right: 16px;
padding-top: 11px;
padding-bottom: 11px;
border: solid 1px #d8d5d5;
border-radius: 4px;
font-size: 14px;
line-height: 1;
text-align: center;
text-decoration: none;
color: #26252e;
}
.page-numbers.current {
background-color: #26252e;
border-color: #26252e;
color: #ffffff;
}
.page-numbers.dots {
width: auto;
height: auto;
padding: 0;
padding-bottom: 3px;
border-color: rgba(255, 255, 255, 0);
}
.page-numbers:last-of-child {
margin-right: 0;
}
@media(max-width: 1199px) {
.press__title {
font-size: 54px;
}
}
@media(max-width: 991px) {
.press__title {
font-size: 48px;
}
.press__post-item {
width: calc(50% - 15px);
margin-bottom: 34px;
}
}
@media(max-width: 767px) {
.press__title {
font-size: 40px;
}
.press__post-item {
width: 100%;
margin-right: 0;
}
.press__post-item:last-of-type {
margin-bottom: 0;
}
}
@media(max-width: 575px) {
.press__title {
font-size: 32px;
}
}  .blog-category {
padding-bottom: 80px;
}
.blog__header {
padding-top: 88px;
padding-bottom: 68px;
background-color: #f8f6ff;
}
.blog__title {
margin-bottom: 20px;
font-size: 64px;
font-weight: bold;
line-height: 1;
letter-spacing: 1px;
text-align: center;
}
.blog__subtitle {
max-width: 625px;
margin-right: auto;
margin-left: auto;
font-family: 'Questrial', sans-serif;
text-align: center;
color: rgba(38, 37, 46, 0.87);
}
.blog__inner {
padding-top: 80px;
}
.blog__inner-container {
max-width: 1220px;
}
.blog__post-item {
margin-bottom: 80px;
}
.blog__post-date {
margin-bottom: 14px;
font-family: 'Questrial', sans-serif;
line-height: 1;
color: rgba(38, 37, 46, 0.31);
}
.blog__post-title {
margin-bottom: 16px;
}
.blog__post-title-link {
font-size: 40px;
font-weight: bold;
line-height: 1;
text-decoration: none;
color: #26252e;
}
.blog__post-paragraph {
margin-bottom: 24px;
font-family: 'Questrial', sans-serif;
color: rgba(38, 37, 46, 0.87);
}
.blog__post-paragraph:last-of-type {
margin-bottom: 16px;
}
.blog__post-read-more {
font-weight: bold;
line-height: 1;
text-decoration: none;
color: #9358ef;
}  .post {
padding-top: 57px;
padding-bottom: 64px;
}
.post__container {
max-width: 1220px;
}
.post__date {
margin-bottom: 14px;
font-family: 'Questrial', sans-serif;
line-height: 1;
color: rgba(38, 37, 46, 0.31);
}
.post__title {
margin-bottom: 16px;
font-size: 40px;
font-weight: bold;
line-height: 1;
}
.post p {
margin-bottom: 24px;
font-family: 'Questrial', sans-serif;
color: rgba(38, 37, 46, 0.87);
}
.post p:last-child {
margin-bottom: 0;
}  .related-posts {
padding-bottom: 80px;
}
.related-posts__container {
max-width: 1220px;
}
.related-posts__title {
margin-bottom: 24px;
font-size: 24px;
font-weight: bold;
line-height: 0.67;
}
.related-posts__item {
width: calc(33.3333333% - 20px);
margin-right: 30px;
padding: 24px;
border: solid 1px #dcdcde;
border-radius: 2px;
}
.related-posts__item:nth-of-type(3n) {
margin-right: 0;
}
.related-posts__date {
margin-bottom: 8px;
font-family: 'Questrial', sans-serif;
font-size: 14px;
line-height: 1;
color: rgba(38, 37, 46, 0.3);
}
.related-posts__item-title {
margin-bottom: 12px;
font-size: 20px;
font-weight: bold;
line-height: 1.2;
}
.related-posts__text-preview {
margin-bottom: 8px;
font-family: 'Questrial', sans-serif;
font-size: 14px;
line-height: 1.43;
color: rgba(38, 37, 46, 0.87);
}
.related-posts__text-read-more {
font-size: 14px;
font-weight: bold;
line-height: 1.14;
text-decoration: none;
color: #9358ef;
}
@media(max-width: 991px) {
.related-posts__item {
width: calc(50% - 15px);
margin-bottom: 30px;
}
.related-posts__item:nth-of-type(2n) {
margin-right: 0;
}
.related-posts__item:last-of-type {
margin-bottom: 0;
}
}
@media(max-width: 991px) {
.related-posts__item {
width: 100%;
margin-right: 0;
margin-bottom: 20px;
}
}  .footer {
padding-top: 31px;
padding-bottom: 31px;
border-top: 1px solid rgba(38, 37, 46, 0.15);
}
.footer__logo {
margin-bottom: 24px;
letter-spacing: 2.67px;
}
.footer__copyright {
font-size: 12px;
line-height: normal;
}
.footer__col-right {
display: flex;
justify-content: flex-end;
}
.social-network__item {
margin-right: 24px;
}
.social-network__item:last-of-type {
margin-right: 0;
}
.social-network__icon {
display: block;
width: 24px;
height: 24px;
background-repeat: no-repeat;
background-position: center;
background-size: contain;
}
.social-network__icon--linkedin {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-linkedin.svg);
}
.social-network__icon--pinterest {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-pinterest.svg);
}
.social-network__icon--crunchbase {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-crunchbase.svg);
}
.social-network__icon--twitter {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-twitter.svg);
}
.social-network__icon--about {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-about.svg);
}
.social-network__icon--facebook {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-facebook.svg);
}
.social-network__icon--youtube {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-youtube.svg);
}
.social-network__icon--medium {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-medium.svg);
}
.social-network__icon--instagram {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-instagram.svg);
}
.dark-footer {
padding-top: 48px;
padding-bottom: 32px;
background-color: #26252e;
color: #ffffff;
}
.dark-footer .footer__logo {
margin-bottom: 0;
}
.dark-footer .logo {
color: #ffffff;
}
.footer__copyright-wrapper {
margin-top: 32px;
padding-top: 32px;
border-top: 1px solid rgba(91, 91, 104, 0.5);
text-align: center;
}
.dark-footer .footer__copyright {
color: rgba(255, 255, 255, 0.87);
}
.dark-footer .social-network__icon--linkedin {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-linkedin.svg);
}
.dark-footer .social-network__icon--pinterest {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-pinterest.svg);
}
.dark-footer .social-network__icon--crunchbase {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-crunchbase.svg);
}
.dark-footer .social-network__icon--twitter {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-twitter.svg);
}
.dark-footer .social-network__icon--about {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-about.svg);
}
.dark-footer .social-network__icon--facebook {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-facebook.svg);
}
.dark-footer .social-network__icon--youtube {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-youtube.svg);
}
.dark-footer .social-network__icon--medium {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-medium.svg);
}
.dark-footer .social-network__icon--instagram {
background-image: url(//charles-holzer.com/wp-content/themes/kerouac/img/icon-dark-instagram.svg);
}
.dark-footer .social-network__icon.social-network__icon--aboutme {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/About-me.png);
}
.dark-footer .social-network__icon.social-network__icon--bloomberg {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/Bloomberg.png);	
}
.dark-footer .social-network__icon.social-network__icon--toisrael {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/The-times-of-israel.png);		
}
.dark-footer .social-network__icon.social-network__icon--olympics {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/Olympics.png);			
} .feeds__content {
display: flex;
flex-wrap: wrap; width: 100%;
}
.feeds__item {
box-sizing: border-box;
display: flex;
position: relative;
flex-direction: column;
align-items: stretch;
margin-bottom: 50px;
padding: 0 15px;
height: 790px;
overflow: hidden;
width: 33%;
}
.feeds__short {
overflow-y: scroll;
}
.feeds__item-hed {
display: flex;
align-items: center;
border: solid 1px #e5e5e6;
border-radius: 4px 4px 0 0;
padding: 12px 16px;
}
.feeds__item-title {
margin-left: 14px;
line-height: normal;
letter-spacing: 0.25px;
color: #26252e;
font-size: 16px;
font-stretch: normal;
font-weight: bold;
font-style: normal;
}
.medium-feed-custom {
border: solid 1px #e5e5e6;
border-radius: 0 0 4px 4px;
margin-bottom: 24px;
}
.med-main .m-author {
display: flex;
padding: 16px;
align-items: center;
justify-content: flex-start;
}
.med-main .m-author img {
margin-right: 16px;
border-radius: 32px;
width: 32px;
height: 32px;
object-fit: cover;
object-position: center center;
}
.med-main .m-author p {
font-size: 16px;
margin-bottom: 0;
}
.title-desc {
padding: 16px ;
}
.m-title h2 {
font-size: 16px;
margin-bottom: 10px;
}
.m-desc p {
margin-bottom: 10px;
color: rgb(131, 141, 143);
line-height: 1.43;
letter-spacing: normal;
font-size: 14px;
font-stretch: normal;
font-weight: normal;
font-style: normal;
}
.date-read {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 15px;
}
.m-date {
color: rgb(131, 141, 143);
font-size: 14px;
font-weight: 400;
line-height: 16px;
}
.m-button a {
color: #fff !important;
display: inline-block;
background-color: #3897f0;
width: auto;
vertical-align: middle;
padding: 8px;
font-size: 11px;
border-radius: 2px;
text-decoration: none;
text-transform: uppercase;
}
.sby_info.sby_info_item {
padding: 10px 12px;
}
ul#apsp-pinterest-latest-pins li.apsp-pinterest-latest-pin {
width: 100%;
height: auto;
background-color: #fff;
box-shadow: 0 0 0 #555;
border-bottom: 1px solid #eee;
margin-bottom: 24px;
display: inline-block;
padding: 4px 0px 15px;
}
.view-on-pinterst {
margin-top: 10px;
}
.view-on-pinterst a {
color: #fff !important;
display: inline-block;
background-color: #3897f0;
width: auto;
vertical-align: middle;
padding: 8px;
font-size: 11px;
border-radius: 2px;
text-decoration: none;
text-transform: uppercase;
}
.medium-feed-custom {
border: solid 1px #e5e5e6;
border-radius: 0 0 4px 4px;
margin-bottom: 24px;
}
.feeds__short {
border: solid 1px #e5e5e6;
border-radius: 0 0 4px 4px;
margin-bottom: 24px;
padding-bottom: 15px;
}
.page-template-social-media div#page > *:not(a.skip-link.screen-reader-text) {
position: relative !important;
width: 100% !important;
max-width: 100% !important;
margin-right: 0px !important;
bottom: auto !important;
display: flex !important;
justify-content: space-between !important;
align-items: center !important;
margin-left: 0 !important;
}
h1.feeds__title {
margin: 20px 0px 40px 0px;
text-align: center;
text-align: center;
line-height: 1;
letter-spacing: 1px;
color: #26252e;
font-size: 64px;
font-stretch: normal;
font-weight: bold;
font-style: normal;
padding: 0px 15px;
text-transform:capitalize;
}
.fts-twitter-div * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.fts-twitter-text {
padding: 8px 0 0;
display: block;
line-height: 19px;
text-align: left;
clear: both;
}
.fts-twitter-reply-wrap-left {
float: none;
padding: 10px 0 0;
margin-top: 5px;
}
.fts-twitter-div * {
-webkit-box-sizing: content-box;
-moz-box-sizing: content-box;
}
.fts-tweet-others-right a {
display: inline-block;
color: #000;
}
.fts-tweeter-wrap .tweeter-info {
padding: 14px 10px 8px;
}
.fts-tweeter-wrap:hover a {
opacity: 1;
color: #26252e;
}
[id^=sb_youtube_].sb_youtube.sby_col_3 .sby_items_wrap .sby_item {
width: 100%;
}
.sby_items_wrap {
padding: 0 !important;
}
.apsp-pinterest-text {
display: block;
margin-top: 10px;
text-align: center;
font-family: 'Open Sans', sans-serif;
font-size: 14px;
line-height: 20px;
padding: 0px 20px 0px;
}
span.fts-twitter-text a {
color: #26252e;
}
.fts-powered-by-text-popup a {
color: #26252e;
}
.fts-powered-by-text-popup a.fts-powered-by-text {
display: none !important;
} .fts-jal-single-fb-post {
padding: 15px !important;
}
.fts-jal-single-fb-post .fts-jal-fb-message {
font-size: 14px;
}
.fts-jal-fb-header h1 {
padding: 15px !important;
text-align:center;
font-size:18px;
}
.feeds__item-hed img {
width: 22px;
}
.fts-jal-single-fb-post a {
color: #385898;
font-size: 14px;
margin-right: 0;
}
@media(max-width: 767px) {
.footer__col-left {
width: 100%;
margin-bottom: 30px;
}
.footer__col-right {
justify-content: flex-start;
width: 100%;
margin-left: 0;
}
.feeds__content {
display: block;
flex-wrap: wrap; width: 100%;
}
.feeds__item {
display: block;
width: 100%;
height:auto;
margin-bottom: 20px;
padding:0;
}
h1.feeds__title {
font-size: 30px;
}
}.social-network__icon--soundcloud {
background-image: url(//charles-holzer.com/wp-content/uploads/2023/11/Soundcloud.png);
}
.social-network__icon--wikipedia {
background-image: url(//charles-holzer.com/wp-content/uploads/2023/11/wikipedia-1.png);
}
.social-network__icon--vimeo {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/04/vimeo-icon.png);
}
.dark-footer .social-network__icon--twitter {
background-image: url(//charles-holzer.com/wp-content/uploads/2023/11/twitter.png);
}
.dark-footer .social-network__icon.social-network__icon--aboutme {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/About-me.png);
}
.dark-footer .social-network__icon.social-network__icon--bloomberg {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/Bloomberg.png);	
}
.dark-footer .social-network__icon.social-network__icon--toisrael {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/The-times-of-israel.png);		
}
.dark-footer .social-network__icon.social-network__icon--olympics {
background-image: url(//charles-holzer.com/wp-content/uploads/2024/08/Olympics.png);			
}
.social-network__item {
margin: 0;
}
.social-network__item > a {
margin-right: 10px;
margin-bottom: 10px;
}
.header__row {
align-items: flex-start;
}
.header__row .header__logo {
width: 18%;
}
.header__row .nav {
width: 82%;
}
.header__row .nav .nav__list {
display: block; text-align: right;
}
.header__row .nav .nav__list > li {
display: inline-block;
margin-right: 10px;
position: relative;
}
.header__row .nav .nav__list > li .sub-menu {
position: absolute;
right: 0;
padding: 0;
list-style: none;
background-color: #fff;
box-shadow: 0 0 5px #e3e3e3;
margin-top: 5px;
width: 200px;
display: none; text-align: left;
z-index:9;
}.header__row .nav .nav__list > li:hover .sub-menu { 
display: block;
}
.header__row .nav .nav__list > li .sub-menu li {
margin-right: 0;
border-bottom: 1px solid #e1e1e1;
}
.header__row .nav .nav__list > li .sub-menu li a {
display: inline-block;
padding: 10px 15px;
font-size: 15px;
line-height: normal;
text-transform: inherit;
}
.header__row .nav .nav__list li a:hover {
text-decoration: underline;
}
.header__row .nav .nav__list > li:last-child {
margin-right: 0;
}
.post__container {
max-width: 1140px;
}
.header__row .nav .nav__list > li > a {
padding-bottom: 10px;
}
.page-template-social-media .social-network__icon--wikipedia, 
.page-template-social-media .social-network__icon.social-network__icon--about, 
.page-template-social-media .social-network__icon.social-network__icon--crunchbase, 
.page-template-social-media .social-network__icon.social-network__icon--linkedin, 
.page-template-social-media .social-network__icon.social-network__icon--medium {
display: none;
} .page-template-social-media .social-network__icon.social-network__icon--facebook {
display: block;
}
.post-wrap {
display: flex;
flex-wrap: wrap;
gap: 15px;
}
.post-wrap .post-sec {
width: calc(100% / 3 - 10px);
background-color: #fff;
border: 1px solid #e1e1e1;
}
.post-wrap .post-sec .post-thumb {
line-height: 0;
height: 250px;
width: 100%;
display: block;
}
.post-wrap .post-sec .post-thumb img {
height: 100%;
object-fit: cover;
object-position: top;
}
.post-wrap .post-sec .post-thumb img {
width: 100%;
max-width: 100%;
float: none;
padding: 0;
}
.post-wrap .post-sec .art-desc {
padding: 15px;
}
.post-sec .art-desc .posts__item-date {
font-size: 14px;
color: #777;
}
.post-sec .art-desc .posts__item-title, .post-sec .art-desc .posts__item-title a {
font-size: 25px;
color: #373737;
text-decoration: none;
margin: 6px 0;
}
.post-sec .art-desc .posts__item-text {
line-height: 22px;
color: #000;
font-size: 15px;
}
.post-sec .art-desc .read-btn a {
color: #000;
font-weight: 600;
display: inline-block;
margin-top: 10px;
}
.related-posts__container, .container {
max-width: 1140px;
}
.related-posts__text-read-more {
color: #000;
}
.post-thumb img {
width: 100%;
max-width: 350px;
float: left;
padding-right: 20px;
padding-bottom: 20px;
}
.post-thumb {
display: inline-block;
}
.post__container .post-author {
margin-bottom: 10px;
}
.post__container .post__title {
margin-bottom: 10px;
}
.about-person .about-person__subtitle, 
.about-person__col-right p a, .about-person__col-right li a {
color: #cacaca;
}
.blog-sec {
text-align: center;
padding-bottom:40px;
}
.blog-sec h2 {
font-size: 40px;
line-height: normal;
}
.blog-sec p {
margin-bottom: 0;
}
@media (max-width:991px) {
.header__row .nav {
width: 100%;
}
.header__row .nav .nav__list > li {
display: block;
margin-right: 0;
text-align: left;
margin-bottom: 0;
}
.active.opener-nav {
position: fixed;
right: 10px;
top: 25px;
}
.header__row .nav {
padding-top: 60px;
position: fixed;
min-height: inherit;
backdrop-filter: none;
background-color: #fff;
bottom: 0;
opacity: 1;
z-index: 9;
display: none;
}
.header__row .nav.is-open {
display: block;
}
.header__row .nav .nav__list > li > a {
display: block;
padding: 10px 0px;
}
.header__row .nav .nav__list > li:not(:last-child) {
border-bottom: 1px solid #e1e1e1;
}
.header__row .nav .nav__list > li .sub-menu {
display: block;
position: static;
width: 100%;
margin: 0;
box-shadow: none;
border-left: 2px solid #000;
}
.header__row .nav .nav__list > li .sub-menu li {
margin-bottom: 0;
text-align: left;
}
.header__row {
align-items: center;
}
.header__row .header__logo {
width: 50%;
}
.opener-nav {
cursor: pointer;
}
.header__row .nav .nav__list > li .sub-menu li a {
padding: 8px 10px;
}
.header__row .nav .nav__list > li .sub-menu li:last-child {
border-bottom: 0;
}
.logged-in .header__row .nav {
padding-top: 80px;
}
.logged-in .active.opener-nav {
top: 50px;
}
body.ch-mob-menu {
overflow: hidden;
}
}
@media (max-width:767px) {
.about-person__col-left {
margin-right: 0;
}
.post__title {
font-size: 30px;
line-height: normal;
}
.post {
padding-top: 40px;
padding-bottom: 40px;
}
.post-wrap .post-sec {
width: calc(100% / 2 - 8px);
}
.post-sec .art-desc .posts__item-title, .post-sec .art-desc .posts__item-title a {
font-size: 22px;
}
}
@media (max-width:639px) {
.post-wrap .post-sec {
width: 100%;
max-width: 350px;
margin-left: auto;
margin-right: auto;
}
.blog-sec h2 {
font-size: 30px;
}
}
@media (max-width:600px) {
.post-thumb img {
float: none;
padding-right: 0;
max-width: 300px;
}
}