/*
Theme Name: Northbrae
Theme URI: https://davidkerrdesign.com/
Author: David Kerr Design
Author URI: https://davidkerrdesign.org
Description: Bespoke theme built on Gutenberg Starter Theme.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: northbrae
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

northbrae is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
    display: block;
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden], template {
    display: none;
}

.entry-content p, .entry-content li {
    font-size: 20px;
}

a {
    background-color: transparent;
}

a:active, a:hover {
    outline: 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b, strong {
    font-weight: 700;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 40px;
}

hr {
    box-sizing: content-box;
    height: 0;
}

pre {
    overflow: auto;
}

code, kbd, pre, samp {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 0.875rem;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button, select {
    text-transform: none;
}

button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"], input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td, th {
    padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
/* libre-baskerville-regular - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('fonts/libre-baskerville-v14-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/libre-baskerville-v14-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* libre-baskerville-italic - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: italic;
    font-weight: 400;
    src: local(''), url('fonts/libre-baskerville-v14-latin-italic.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/libre-baskerville-v14-latin-italic.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* libre-baskerville-700 - latin */
@font-face {
    font-family: 'Libre Baskerville';
    font-style: normal;
    font-weight: 700;
    src: local(''), url('fonts/libre-baskerville-v14-latin-700.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/libre-baskerville-v14-latin-700.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

/* league-gothic-regular - latin */
@font-face {
    font-family: 'League Gothic';
    font-style: normal;
    font-weight: 400;
    src: local(''), url('fonts/league-gothic-v6-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */ url('fonts/league-gothic-v6-latin-regular.woff') format('woff');
    /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

body, button, input, select, optgroup, textarea {
    color: #000;
    font-family: 'Libre Baskerville', sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 1.6;
}

p {
    margin: 0 0 25px 0;
}

.entry-content li {
    margin: 0 0 0.67em 0;
}

.simpleParallax {
    height: 35vh;
    min-height: 290px;
    background: transparent;
    margin-bottom: 40px;
    overflow: hidden;
}

.simpleParallax img {
    width: 100%;
    height: auto;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
    padding-top: 0px;
}

h1, h2, h3, h4, h5, h6 {
    color: #000;
    font-family: 'League Gothic';
    font-style: normal;
    margin: 0 0 15px 0;
    font-weight: normal;
}

h1 {
    font-size: 52px;
    line-height: 1.2;
    margin: 0 0 25px 0;
    letter-spacing: 2px;
}

h1.page-title {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 50px;
    padding-left: 15px;
    padding-right: 15px;
}

.rentals .kt-blocks-accordion-title {
    font-size: 17px
}

.rentals .kt-blocks-accordion-header, .rentals .wp-block-kadence-rowlayout.alignnone {
    width: 100%;
    max-width: 1230px;
    margin: 0 auto 0px;
    padding-left: 15px;
    padding-right: 15px;
}

.rentals .kt-blocks-accordion-title strong {
    display: inline-block;
    font-weight: normal;
    color: #173380;
    font-family: 'League Gothic';
    letter-spacing: 2px;
    font-size: 1.4em;
    padding-right: 20px;
}

h1.page-title, main {
    background: #fff
}

h2 {
    font-size: 42px;
    line-height: 1.2;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

h3 {
    font-size: 38px;
    line-height: 1.1;
    margin-top: 40px;
}

h4 {
    font-size: 1.25em;
    line-height: 1.5;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 0.8em;
}

.entry-header .entry-title {
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

.site-title a {
    text-decoration: none;
    color: inherit;
}

.site-branding {
    max-width: 260px;
    width: 70%;
}

.site-header:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: transparent linear-gradient(180deg, #85858500 0%, #85858500 70%, #5757572E 100%) 0% 0% no-repeat padding-box;
    opacity: 0.65;
    z-index: -1;
}

.site-header {
    display: flex;
    border-top: 7px solid #173380;
    position: relative;
    z-index: 20;
    max-height: 164px;
}

.hcont {
    display: flex;
    flex-direction: row;
    max-width: 1270px;
    margin: 0 auto;
    justify-content: space-around;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*, *:before, *:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
    quotes: "" "";
}

blockquote:before, blockquote:after, q:before, q:after {
    content: "";
}

hr {
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul, li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover, input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus, input[type="button"]:active, input[type="button"]:focus, input[type="reset"]:active, input[type="reset"]:focus, input[type="submit"]:active, input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="number"], input[type="tel"], input[type="range"], input[type="date"], input[type="month"], input[type="week"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="color"], textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="password"]:focus, input[type="search"]:focus, input[type="number"]:focus, input[type="tel"]:focus, input[type="range"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="week"]:focus, input[type="time"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="color"]:focus, textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
.readmore a {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    ;}

a {
    color: #173380;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #173380;
}

p a {font-weight: strong}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

.entry-content > * a:not(.kb-section-link-overlay), .kt-svg-icon-list a, .kt-inside-inner-col > p > a, .resource_info h2 a, a.button, .profile a, .site-footer a {
    display: inline-flex;
    position: relative;
}


.slick-list a {
    display: block;
}

.kt-inside-inner-col > p > a::after, .entry-content > * a::after, .kt-svg-icon-list a::after, .resource_info h2 a:after, .profile a:after, .site-footer a:after {
    content: '';
    position: absolute;
    width: 100%;
    transform: scaleX(0);
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #173380;
    transform-origin: bottom right;
    transition: transform 0.4s cubic-bezier(0.86, 0, 0.07, 1);
}

.slick-list a::after, .wp-block-file__button::after, a.button::after {
    display: none !important;
}

.resource_info h2 a:after {
    bottom: -5px
}

.kt-inside-inner-col > p > a:hover::after, .entry-content > * a:hover::after, .kt-svg-icon-list a:hover::after, .resource_info h2:hover a:after, .profile a:hover::after, .site-footer a:hover::after {
    transform: scaleX(1);
    transform-origin: bottom left;
}

.wpel-icon-right i.wpel-icon {
    font-size: 0.5em !important;
    vertical-align: top;
    padding-right: 5px;
    padding-top: 3px;
}

.entry-content .kadence-blocks-gallery-item .kb-gallery-item-has-link > a { display: block !important; }
       

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    margin: 0 auto;
    width: 100%;
    text-align: right;
    position: relative;
    z-index: 10;
}

.main-navigation ul {
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
    text-align: left;
    margin-left: 15px;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 170px;
    background: #fffe;
    padding: 0 15px
}

.main-navigation a:hover {
    background: #fff;
    color: #173D6F
}

.main-navigation ul li:hover > ul, .main-navigation ul li.focus > ul {
    display: block;
    left: auto;
}

.main-navigation li {
    position: relative;
    z-index: 11;
    line-height: 1.2
}

.main-navigation li.current-menu-item > a {
    font-weight: 300
}

.main-navigation a {
    display: block;
    line-height: 1.2;
    padding: 10px;
    text-decoration: none;
    transition: all 0.1s;
    font-family: 'League Gothic';
    font-size: 20px;
}

.main-navigation li li a {
    padding: 5px 10px
}

.menu-toggle {
    padding: 1em;
}

.menu-toggle {
    display: none;
}

.main-navigation ul {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
}

.main-navigation a {
    padding: 5px 15px;
    color: #000;
    font-size: 28px;
    letter-spacing: 2px;
}

.main-navigation ul ul a {
    font-size: 22px;
    letter-spacing: 0px
}

.site-main .comment-navigation, .site-main .posts-navigation, .site-main .post-navigation {
    border-bottom: 1px solid #e2e4e7;
    margin: 0 auto 60px;
    max-width: 840px;
    overflow: hidden;
    padding-bottom: 60px;
}

.wp-pagenavi {
    display: flex;
    align-items: center;
    justify-content: center;
}

.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
    width: 50%;
    flex: 1 0 50%;
}

.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft, .alignright {
}

@media screen and ( max-width: 496px ) {
    .alignleft, .alignright, .alignleft img, .alignright img, .alignleft figcaption, .alignright figcaption {
        width:100%;
        height: auto;
    }
}

.alignleft figcaption {
    clear: left;
}

.alignright figcaption {
    clear: right;
}

.alignleft img, .alignleft figcaption {
    float: left;
    margin-right: 1.5em;
}

.alignright img, .alignright figcaption {
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area {
    width: 25%;
}

.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
#page {
    margin: 0 auto;
    max-width: 100%;
}

.site-branding {
    text-align: center;
    margin: 10px 0;
    aspect-ratio: auto 3000 / 1463;
}

.site-footer {
    margin: 2em 0 0;
    background: #6B8A9A;
    color: #fff;
    border-top: 15px solid #173380
}

.site-info {
    max-width: 1230px;
    margin: 0 auto;
    padding-top: 30px;
    padding-left: 15px !important;
    padding-left: 15px !important
}

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
}

.updated:not(.published) {
    display: none;
}

.page-content, .entry-content, .entry-summary {
    margin: 0;
}

.entry-meta {
    color: #6c7781;
    font-size: 90%;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

.page-header, .entry-footer, .posts-navigation, .post-navigation, .page-navigation, .comments-area, .not-found .page-content, .search .entry-summary {
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
    max-width: 840px;
}

.entry-header .wp-post-image {
    margin-bottom: 1.5em;
}

.entry-footer span {
    margin-right: 1em;
}

.entry-footer {
    color: #6c7781;
    font-size: 90%;
    padding-bottom: 40px;
    border-bottom: 1px solid #e2e4e7;
}

@media screen and (min-width: 780px ) {
    .entry-header, .page-header, .entry-footer, .site-info, .posts-navigation, .post-navigation, .page-navigation, .comments-area, .not-found .page-content, .search .entry-summary {
        padding-left: 0;
        padding-right: 0;
    }
}

.resourcecontainer {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around
}

.decoration {
    width: 100%;
    max-width: 14%;
    padding-top: 10px;
}

.decoration img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

.resource_info {
    width: 100%;
    max-width: 80%;
}

.resource_info h2 {
    line-height: 1.2;
}

.entry-content.resource {
    margin-top: 30px;
    margin-bottom: 40px;
    clear: both;
}

.readmore a {
    font-weight: 700;
}

.resourcez {
    padding-top: 20px;
}

.resource_info p {
    margin-bottom: 3px;
    ;}

.resource .entry-content > * {
    padding-left: 0;
}
.wp-block-quote cite, .wp-block-quote footer {text-align:right; width:100%; display: block; font-size:0.8rem}
@media screen and (max-width: 780px ) {
    .kt-inside-inner-col {
        border-color: transparent !important;
    }

    .entry-content p, .entry-content li {
        font-size: 18px !important;
    }

    .resource_info h2 {
        font-size: 28px
    }

    .decoration {
        max-width: 30%;
        text-align: center;
    }

    .resource_info {
        max-width: 60%;
    }
    .wp-block-quote p {font-size:22px !important;}
}

@media screen and (max-width: 580px ) {
    
    .wp-block-image .alignleft , 
    .wp-block-image .alignright  {width:100%; margin:0 auto 20px; }
    
    .wp-block-image .alignleft img, 
    .wp-block-image .alignright img {width:100%;  }
    .resource_info h2 {
        font-size: 28px
    }

    .decoration {
        max-width: 100%;
        text-align: center;
    }

    .resource_info {
        max-width: 100%;
    }
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.1111111111%;
}

.gallery-caption {
    display: block;
}

.hcont {
    padding-left: 20px;
}

.wp-pagenavi a {
    transition: all 0.2s
}

.wp-pagenavi a, .wp-pagenavi span {
    min-width: 1.5em;
    text-align: center;
}

.kt-blocks-accordion-title {
    font-size: 20px;
}

.footer-area h2 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 1px;
}

.footer-area ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.footer-area ul a {
    color: #fff;
    font-size: 18px;
}

.footer-area li {
    margin: 0 0 10px;
    padding: 0;
    line-height: 1.1
}
#primary .wp-block-quote {padding-left:14px; padding-right: 14px;}
h5.organizer {font-weight: normal; font-size:14px; font-family:"Libre Baskerville", sans-serif; margin-top:15px;}
a em { padding-left:6px; padding-right: 6px}
@media screen and ( max-width: 995px ) {
    .hcont {
        justify-content: flex-start;
    }
}

@media screen and ( max-width: 780px ) {
    h1 {
        font-size:32px;
    }

    h2 {
        font-size: 24px !important;
    }
    blockquote > p:first-child::before {top:40px}
    .alignright , .alignleft {max-width:100% !important; margin:0 auto 20px !important}
    
    .entry-content > * a:not(.kb-section-link-overlay), 
    .kt-svg-icon-list a, 
    .kt-inside-inner-col > p > a, 
    .resource_info h2 a, a.button, 
    .profile a, 
    .site-footer a {display:inline}
    .kt-inside-inner-col > p > a::after, 
    .entry-content > * a::after, 
    .kt-svg-icon-list a::after, 
    .resource_info h2 a:after, 
    .profile a:after, 
    .site-footer a:after {display:none}
    a em { padding-left:0; padding-right: 0}
}

