@charset "utf-8";
/*****
 This document contains all necessary CSS for global changes to core blocks
*****/

/*****
 * Block Editor
*****/

/* min height to editor screen  */
.edit-post-visual-editor {
    min-height: 400px;
    margin-bottom: 20px;
}


/*****
 * Block: all
*****/

/* fix for pre-6.1 rounded corners*/ 
.wp-block-image:not(.is-style-rounded) > a,
.wp-block-image:not(.is-style-rounded) img {
  border-radius: inherit;
}

/*Set Width of non-wide/full blocks */
.theme-discovery.post-type-ext_article .wp-block:not([data-align=wide]):not([data-align=full]):not(.alignfull):not(.alignwide):not([class*='wp-container-'] > *),
.theme-discovery.post-type-post .wp-block:not([data-align=wide]):not([data-align=full]):not(.alignfull):not(.alignwide):not([class*='wp-container-'] > *){
	max-width: 1100px!important;
} 
.theme-discovery.post-type-page .wp-block:not([data-align=wide]):not([data-align=full]):not(.alignwide):not(.alignfull):not([class*='wp-container-'] > *) {
	max-width: 1400px;
}

/* left and right aligned don't overflow container in discovery */
.theme-discovery.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignright,
.theme-discovery.post-type-ext_article .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignright {
	margin-right: calc( ( 100% - 1100px ) / 2 ) !important;
}
.theme-discovery.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignleft,
.theme-discovery.post-type-ext_article .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignleft {
	margin-left: calc( ( 100% - 1100px ) / 2 ) !important;
}
.theme-discovery.post-type-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignright {
	margin-right: calc( ( 100% - 1400px ) / 2 ) !important;
}
.theme-discovery.post-type-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignleft {
	margin-left: calc( ( 100% - 1400px ) / 2 ) !important;
}

@media screen and (max-width: 1550px) {
    .theme-discovery.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignleft,
    .theme-discovery.post-type-ext_article .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignleft,
    .theme-discovery.post-type-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignleft {
        margin-left: 33px!important;
    }
    .theme-discovery.post-type-post .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignright,
    .theme-discovery.post-type-ext_article .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignright,
    .theme-discovery.post-type-page .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignright {
        margin-right: 33px!important;
    }
}

/*left and right aligned in kayak don't overflow container */
.theme-kayak .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignleft {
	margin-left: calc( ( 100% - 900px ) / 2 ) !important;
}
.theme-kayak .editor-styles-wrapper .block-editor-block-list__layout.is-root-container > .alignright {
	margin-right: calc( ( 100% - 900px ) / 2 ) !important;
}

/* full width blocks */
.post-type-post .wp-block[data-align=full] .wp-block-cover .wp-block-cover__inner-container,
.post-type-post .wp-block[data-align=wide] .wp-block-cover .wp-block-cover__inner-container,
.post-type-post .wp-block[data-align=full] .wp-block-group > *,
.post-type-post .wp-block[data-align=wide] .wp-block-group > *,
.post-type-post .wp-block[data-align=full] .wp-block-group .wp-block-media-text.alignwide .wp-block-cover__inner-container {
	max-width: 1100px;
}

/* Block Features */

/*****
 * Block Feature: Caption
*****/
.has-extra-large-font-size,
.editor-styles-wrapper .has-extra-large-font-size {
	line-height: 1.4em;
}
.wp-caption .wp-caption-text,
.wp-block-image figcaption,
.wp-block-table figcaption,
table figcaption {
	font-size: 15.5px;
	font-style: italic;
	line-height: 1.6;
	padding-top: 0.5em;
}

/*****
 * Block Feature: Borders
*****/

/*set a default style to override with selection*/
.wp-block-group, 
.wp-block-pullquote,
.wp-block-table table {
	border-width: 0px;
	border-style: solid;
}

/* border colors */
.wp-block-group.has-border-color {
    padding: .5em;
}

/*Blocks */

/*****
 * Block: Columns
*****/
.wp-block-column.has-background  {
	padding: .8em 1.5em;
}

 @media (max-width: 1000px) {
    #content .wp-block-columns {
        flex-wrap: wrap!important;
        gap: 25px;
    }
    #content .wp-block-columns .wp-block-column {
        flex-grow: 0;
        width: calc(50% - 25px);
        flex-basis: auto!important;
    }
    .theme-kayak #content .wp-block-columns .wp-block-column {
        width: calc(50% - 70px);
    }
} 
@media (max-width: 750px) {
    #content .wp-block-columns .wp-block-column,
    .theme-kayak #content .wp-block-columns .wp-block-column {
        width: 100%;
    }
} 

/*****
 * Block: Cover
*****/
.wp-block-cover .wp-block-cover__inner-container:last-child {
	margin-bottom: 0;
}
.wp-block-cover .wp-block-columns {
	margin-bottom: 0em;
}
.wp-block-cover__inner-container .rich-text [data-rich-text-placeholder]:after {
    content: 'type here'!important;
}

/*****
 * Block: Embed
*****/
.wp-block-embed iframe {
	width: 100%;
}

/*****
 * Block: File
*****/
#content .wp-block-file a,
#content .wp-block-file .wp-block-file__button {
	font-weight: 400;
}
#content .wp-block-file .wp-block-file__button {
    background: #0179a8;
    border-radius: .2em;
    font-size: .8em;
    color: #fff;
}
.wp-block-search .wp-block-search__input {
	border: 1px solid #666;
}

/*****
 * Block: Gallery
*****/

.wp-block-gallery figcaption a:link, a:hover, a:focus, a:active {
    color: #6bb8de;
}

body #main ul.blocks-gallery-grid {
	margin-left: 0;
}

body .wp-block-gallery {
    display: flex;
    justify-content: space-between;
	margin: 0;
}

body .wp-block-gallery .wp-block-image {
	margin: 0!important;
}

/*add additional breakpoint for galleries with 6,7, & 8 columns*/
@media (max-width: 920px) {
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image)
    {
		width: calc(33% - .8em)!important;
	}
}
	

/*move breakpoint for all galleries to 700 from 600 */
@media (max-width: 700px) {
	.blocks-gallery-grid .blocks-gallery-image, 
	.blocks-gallery-grid .blocks-gallery-item, 
	.wp-block-gallery .blocks-gallery-image, 
	.wp-block-gallery .blocks-gallery-item,
	.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image),
	.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image) {
		width: calc(50% - .8em)!important;
	}
}

/*****
 * Block: Group
*****/
body .wp-block-group {
    margin: 1em 0 1em 0;
}
body .wp-block-group.has-background {
    padding: 1em 2em;
    margin-top: 0;
    margin-bottom: 0;
}
@media screen and (max-width: 800px) {
    .wp-block-group.is-nowrap,
    .wp-block-group .is-nowrap {
        flex-wrap: wrap;
    }
}
@media screen and (max-width: 600px) {
    .wp-block-group.is-nowrap > *,
    .wp-block-group .is-nowrap > * {
        width: 100%;
    }
}

/*****
 * Block: Heading
*****/

#content h1.has-background, 
#content h2.has-background, 
#content h3.has-background, 
#content h4.has-background, 
#content h5.has-background, 
#content h6.has-background
#editor h1.has-background, 
#editor h2.has-background, 
#editor h3.has-background, 
#editor h4.has-background, 
#editor h5.has-background, 
#editor h6.has-background {
    padding: 1em;
}

/* heading styles */

.is-style-dark-heading-shadow {
    text-shadow: 1px 1px 1px #000000;
}
.is-style-dark-heading-shadow {
    text-shadow: 1px 1px 1px #0000009c;
}
.is-style-light-heading-shadow {
    text-shadow: 1px 1px 1px #e9e9e9;
}

.is-style-half-underline:after{
    content: "";
    border-bottom: 1px solid #ececec;
    width: 50%;
    display: block;
}

.is-style-red-overline:before,
.is-style-red-underline:after {
    content: "";
    border-bottom: 6px solid #c5050c;
    width: 8%;
    min-width: 60px;
    display: block;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.block-editor-block-list__layout .is-style-red-underline:after {
    position: relative;
}
.has-text-align-center.is-style-red-overline:before,
.has-text-align-center.is-style-red-underline:after {
    margin: 0 auto;
    margin-bottom: 15px;
}
.has-text-align-right.is-style-red-overline:before,
.has-text-align-right.is-style-red-underline:after {
    display: flex;
    margin-left: auto;
}

.is-style-before-after-lines,
.editor-styles-wrapper h2.is-style-before-after-lines {
    margin: 0 auto;
    text-align: center;
    max-width: calc(100% - 290px);
    position: relative;
    padding-left: 15px;
    padding-right: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
}
.theme-kayak .is-style-before-after-lines {
    padding-bottom: .5em;
}
.editor-styles-wrapper h2.is-style-before-after-lines {
    max-width: calc(100% - 290px)!important;
}
.theme-kayak .editor-styles-wrapper .wp-block.is-style-before-after-lines {
    max-width: calc(900px - 290px)!important;
    margin: 0 auto;
}
.theme-discovery .wp-block.is-style-before-after-lines {
    max-width: calc(1400px - 290px)!important;
}
.theme-discovery.post-type-ext_article .wp-block:not([data-align=wide]):not([data-align=full]):not(.alignfull):not(.alignwide):not([class*='wp-container-'] > *).is-style-before-after-lines ,
.theme-discovery.post-type-post .wp-block:not([data-align=wide]):not([data-align=full]):not(.alignfull):not(.alignwide):not([class*='wp-container-'] > *).is-style-before-after-lines {
    max-width: calc(1100px - 290px)!important;
}

.is-style-before-after-lines:before,
.editor-styles-wrapper .is-style-before-after-lines:before {
    margin-right: 20px;
    content: "";
    display: block;
    position: relative;
    width: 125px;
    min-width: 50px;
    height: 2px;
    background: #c5050c;
    margin-left: -125px;
}
.is-style-before-after-lines:after, 
.editor-styles-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-style-before-after-lines:after {
    content: "";
    display: block;
    position: relative;
    width: 125px;
    min-width: 50px;
    height: 2px;
    background: #c5050c;
    right: 0;
    left: auto;
    top: 50%;
    margin-right: -125px;
    margin-left: 20px;
}
@media screen and (max-width: 900px) {
    .is-style-before-after-lines:after, 
    .editor-styles-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-style-before-after-lines:after {
        margin-right: -50px;
    }
    .is-style-before-after-lines:before, 
    .editor-styles-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-style-before-after-lines:before {
        margin-left: -50px;
    }
    .editor-styles-wrapper .wp-block.is-style-before-after-lines {
        max-width: calc(100% - 120px)!important;
        margin: 0;
    }
    .is-style-before-after-lines {
        max-width: calc(100% - 120px);
    }
}
@media screen and (max-width: 400px) {
    .is-style-before-after-lines,
    .editor-styles-wrapper .wp-block.is-style-before-after-lines {
        width: 100%;
        max-width: 100%;
    }
    .is-style-before-after-lines:after, 
    .editor-styles-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-style-before-after-lines:after {
        display: none;
    }
    .is-style-before-after-lines:before, 
    .editor-styles-wrapper .block-editor-block-list__layout .block-editor-block-list__block.is-style-before-after-lines:before {
        display: none;
    }
}
.is-style-partial-highlight:after {
    background: #0479a836;
    content: "";
    display: block;
    left: 0;
    height: 20px;
    margin-top: -20px;
    width: 30%;
    min-width: 200px;
    transform: skew(-12deg) translateX(-2%);
}
.is-style-full-highlight {
    position: relative;
    display: inline
}
.is-style-full-highlight:after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    transform: skew(-12deg) translateX(-.02%) scale(1.02);
    background: #0479a836;
    margin-top: -20px;
    content: "";
}

.is-style-short-begining-underline:after {
    background: #c5050c;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    width: 10%;
    min-width: 70px;
}
.editor-styles-wrapper .block-editor-block-list__layout .is-style-short-begining-underline:after {
    position: relative!important;
    margin-top: 8px;
}
/*****
 * Block: Image
*****/
.is-style-subtle-image-border img {
	border: 10px solid #f7f8fb;
}
/*override kayak setting */
#primary .is-style-subtle-image-border a:hover img {
    border: 10px solid #f7f8fb;
}
.is-style-image-drop-shadow img {
	box-shadow: #e0e0e0 2px 2px 3px 1px;
}

/*****
 * Block: Latest Comments
*****/
#content ol.wp-block-latest-comments {
	padding-left: 0;
	margin-left: 0;
}

/*****
 * Block: Latest Posts
*****/

#content .wp-block-latest-posts.wp-block-latest-posts__list li {
    list-style: none;
    font-family: 'Verlag';
	margin-bottom: .5em;
}

#content .wp-block-latest-posts.wp-block-latest-posts__list {
	margin-left: 0;
	padding-left: 0;
}

/*****
 * Block: list
*****/

ul li::marker {
    font-size: 18px;
}

/*****
 * Block: loginout
*****/
.wp-block-loginout {
	font-size: .8em;
}

/*****
 * Block: Media & Text
*****/
.wp-block-media-text {
	margin-bottom: .5em;
}

/*****
 * Block: p
*****/
.entry-content p.has-background,
.editor-styles-wrapper p.has-background,
#editor p.has-background {
    padding: 1em 2em;
}

/*****
 * Block: Preformatted  (All)
*****/
pre {
    background: #eee;
}

/*****
 * Block: RSS
*****/

.wp-block-rss .wp-block-rss__item {
    padding-bottom: .8em;
}

ul.wp-block-rss.wp-block-rss {
    margin-left: 0;
}
.wp-block-rss p {
    margin-bottom: 0.5em;
    margin-top: 0.5em;
}
.wp-block-rss .wp-block-rss__item-publish-date,
.wp-block-rss .wp-block-rss__item-author {
    font-size: .7em;
}
.wp-block-rss .wp-block-rss__item-excerpt {
    margin-bottom: 1em;
}
.wp-block-rss .wp-block-rss__item-excerpt p {
    margin-bottom: 1.5em;
}

/*****
 * Block: Separator
*****/

/*editor*/
.block-editor-block-list__block[data-type="core/separator"] {
	padding: 0;
}


body .wp-block-separator, 
.wp-block-separator {
	background-color: #ccc;
    border: none;
    height: 1px;
    margin-bottom: 1.5em;
    width: 100px;
    max-width: 100px;
}

.wp-block-separator.is-style-default {
    width: 100px;
    max-width: 100px;
}

.wp-block-separator.is-style-wide {
    width: 100%;
    max-width: 100%;
}

.wp-block-separator.has-background:not(.is-style-dots) {
    border-bottom: none;
    height: 1px;
}
#content .wp-block-separator.is-style-dots {
    width: 100%;
    max-width: 100%;
}
#content .wp-block-separator.is-style-dots:before {
    font-size: 2.2em;
    letter-spacing: 1em;
	padding-left: 1em;
}

.wp-block-separator.is-style-medium-separator {
    width: 50%;
    max-width: 50%;
}

/*****
 * Block: Table
*****/

.wp-block-table table {
    border-collapse: collapse;
	width: 100%;
	margin-bottom: .8em;
}

.wp-block-table td, 
.wp-block-table th {
    padding: .5em;
}

.wp-block-table thead {
	border-bottom: 3px solid #282728;
}

.wp-block-table td,
.wp-block-table th,
.wp-block-table.is-style-regular td, 
.wp-block-table.is-style-regular th {
	border: 1px solid #282728;
}


/*****
 * Block: Verse
*****/
pre.wp-block-verse {
	font-family: "verlag", "lato", sans-serif;
	font-weight: 300;
	font-size: 1.1em;
    border-left: 4px solid #c5060b;
    background-color: #fff;
	padding: .5em .5em .5em 1em;
}
footer pre.wp-block-verse {
    background-color: transparent;
}


/*****
 * Block: Buttons
*****/

/* thin buton */
.wp-block-button.is-style-thin-button .wp-block-button__link {
    padding: 0px 45px 0px 50px;
    border-radius: 0;
    font-size: .9em;
    line-height: 2em;
    min-height: 20px;
}
.is-style-thin-button a.wp-block-button__link[href$=".pdf"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".xls"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".xlsx"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".doc"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".docx"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".ppt"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".pptx"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".jpg"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".jpeg"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".png"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".gif"]:before,
.is-style-thin-button a.wp-block-button__link[href$=".tiff"]:before,
.is-style-thin-button a.wp-block-button__link[href^="mailto:"]:before {
    background-size: 30px;
    margin-top: 4px;
    margin-left: -40px;
}

@media screen and (max-width: 700px) {
    .wp-block-button.is-style-thin-button .wp-block-button__link {
        padding: 5px 45px 5px 50px;
    }
}

/*regular buttons */
.wp-block-button {
	margin-top: .5em;
	margin-bottom: .5em;
}
a.wp-block-button__link,
a.wp-block-button__link:visited,
a.wp-block-button__link:link {
	color: #fff;
}
body .wp-block-button__link {
    border-radius: 4px;
    margin-bottom: 1.2em;
    padding-top: 15px;
    padding-bottom: 15px;
    vertical-align: middle;
    min-height: 50px;
    line-height: 1.5em;
    font-family: "Verlag", "Open-Sans", helvetica, arial, sans-serif;
	font-size: 25px;
    font-weight: 600;
}
body a.wp-block-button__link:hover,
body #primary a.wp-block-button__link:hover{
	border-bottom: 0;
	text-decoration: none;
}

a.wp-block-button__link[href$=".pdf"],
a.wp-block-button__link[href$=".xls"],
a.wp-block-button__link[href$=".xlsx"],
a.wp-block-button__link[href$=".doc"],
a.wp-block-button__link[href$=".docx"],
a.wp-block-button__link[href$=".ppt"],
a.wp-block-button__link[href$=".pptx"],
a.wp-block-button__link[href$=".jpg"],
a.wp-block-button__link[href$=".png"],
a.wp-block-button__link[href$=".gif"],
a.wp-block-button__link[href$=".tiff"],
a.wp-block-button__link[href^="mailto:"] {
	padding-left: 90px;
}

a.wp-block-button__link[href$=".pdf"]:before,
a.wp-block-button__link[href$=".xls"]:before,
a.wp-block-button__link[href$=".xlsx"]:before,
a.wp-block-button__link[href$=".doc"]:before,
a.wp-block-button__link[href$=".docx"]:before,
a.wp-block-button__link[href$=".ppt"]:before,
a.wp-block-button__link[href$=".pptx"]:before,
a.wp-block-button__link[href$=".jpg"]:before,
a.wp-block-button__link[href$=".jpeg"]:before,
a.wp-block-button__link[href$=".png"]:before,
a.wp-block-button__link[href$=".gif"]:before,
a.wp-block-button__link[href$=".tiff"]:before,
a.wp-block-button__link[href^="mailto:"]:before {
    background-size: 45px;
    background-repeat: no-repeat;
    height: 45px;
    width: 60px;
	position: absolute;
    margin-left: -60px;
    margin-top: -4px;
    content: "";
}

/* icons */

a.wp-block-button__link[href$=".pdf"]::before {
	background-image: url(../images/pdf-icon.png);
}
a.wp-block-button__link[href$=".xls"]::before,
a.wp-block-button__link[href$=".xlsx"]::before {
	background-image: url(../images/xls-icon.png);
}
a.wp-block-button__link[href$=".doc"]::before, 
a.wp-block-button__link[href$=".docx"]::before{
	background-image: url(../images/doc-icon.png);
}
a.wp-block-button__link[href$=".ppt"]::before,
a.wp-block-button__link[href$=".pptx"]::before {
	background-image: url(../images/ppt-icon.png);
}
a.wp-block-button__link[href$=".jpg"]::before,
a.wp-block-button__link[href$=".png"]::before,
a.wp-block-button__link[href$=".gif"]::before,
a.wp-block-button__link[href$=".tiff"]::before{
	background-image: url(../images/image-icon.png);
}
a.wp-block-button__link[href^="mailto:"]::before {
	background-image: url(../images/email-icon.png);
}

/* no icon class */
.no-button-icon a.wp-block-button__link {
	padding-left: 0;
	position: relative;
	width: 0px;
	margin-left: 0;
	padding: 0;
	padding-top: 6px;
}
.no-button-icon a.wp-block-button__link::before {
	content: '';
	width: 0;
    padding: 0;
    margin: 0;
}

/* all buttons 100% width on small screens */
@media screen and (max-width: 700px) {
	body .wp-block-buttons>.wp-block-button,
	body .wp-block-buttons>.wp-block-button .wp-block-button__link,
	body .wp-block-buttons>.wp-block-button.wp-block-button__width-25,
	body .wp-block-buttons>.wp-block-button.wp-block-button__width-50,
	body .wp-block-buttons>.wp-block-button.wp-block-button__width-75 {
		width: 100%;
	}
}


/*****
 * Block: Quote / Pullquote and Blockquote
*****/

/*default style block quote */
#content .wp-block-quote.is-style-default {
	border-left: none;
	
}
#content .wp-block-quote p {
	margin-top: .5em;
    margin-bottom: .5em;
}
.wp-block-quote.is-style-plain {
    font-family: 'Verlag';
    text-align: left;
    max-width: 90%;
    font-weight: 300;
	font-style: normal;
}

/*large style block quote (retired in 6.0) */
#content .wp-block-quote.is-large,
#content .wp-block-quote.is-style-large {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 1em;
}

#content .wp-block-quote.is-large p,
#content .wp-block-quote.is-style-large p {
	font-style: normal;
	font-size: 1.5em;
}

#content .wp-block-quote.is-large p:first-of-type::before,
#content .wp-block-quote.is-style-large p:first-of-type::before,
#content .wp-block-quote.is-large p:first-of-type::after,
#content .wp-block-quote.is-style-large p:first-of-type::after {
   content: "“";
   font-family: Georgia;
   font-size: 8rem;
   margin: -2rem 0 0 -4rem;
   font-size: 3em;
   position: absolute;
   opacity: 0.2;
}
.theme-magnify #content .wp-block-quote.is-large p:first-of-type::before,
.theme-magnify #content .wp-block-quote.is-style-large p:first-of-type::before {
    margin: -1rem 0 0 -3rem;
}

#content .wp-block-quote.is-large p:first-of-type::after,
#content .wp-block-quote.is-style-large p:first-of-type::after {
    content: "”";
    margin: -2.2rem -2rem 0 1rem;
    font-size: 3em;
}
#content .wp-block-quote.is-large cite,
#content .wp-block-quote.is-style-large cite {
	font-size: .7em;
    margin-top: -1em;
    text-align: center;
}

/*Quotation style block quote that replaces the large quote style */
.wp-block-quote.is-quotation-marks,
.wp-block-quote.is-style-quotation-marks {
	width: 75%;
	margin: 0 auto;
	margin-bottom: 1em;
}

.wp-block-quote.is-quotation-marks p,
.wp-block-quote.is-style-quotation-marks p {
	font-style: normal;
	font-size: 1.5em;
}
.block-editor .wp-block-quote.is-style-quotation-marks p {
    line-height: 1.5em;
}

.wp-block-quote.is-quotation-marks p:first-of-type::before,
.wp-block-quote.is-style-quotation-marks p:first-of-type::before,
.wp-block-quote.is-quotation-marks p:first-of-type::after,
.wp-block-quote.is-style-quotation-marks p:first-of-type::after {
   content: "“";
   font-family: Georgia;
   font-size: 8rem;
   margin: -2rem 0 0 -4rem;
   font-size: 3em;
   position: absolute;
   opacity: 0.2;
}
.theme-kayak .wp-block-quote.is-quotation-marks p:first-of-type::before,
.theme-kayak  .wp-block-quote.is-style-quotation-marks p:first-of-type::before{
    margin: 0.1em 0 0 -0.7em;
}
.theme-kayak  .wp-block-quote.is-quotation-marks p:first-of-type::after,
.theme-kayak  .wp-block-quote.is-style-quotation-marks p:first-of-type::after {
    margin: 0.3em 0 0 0.2em;
}
.block-editor .wp-block-quote.is-style-quotation-marks p:first-of-type::before {
    margin: 1rem 0 0 -4rem;
}
.block-editor .wp-block-quote.is-style-quotation-marks p:first-of-type::after {
     margin: 2rem 0em 0 1.2rem;
}

.editor-styles-wrapper 
.wp-block-quote.is-quotation-marks p:first-of-type::after,
.wp-block-quote.is-style-quotation-marks p:first-of-type::after {
    content: "”";
    margin: -2.2rem -2rem 0 1rem;
    font-size: 3em;
}
.wp-block-quote.is-quotation-marks cite,
.wp-block-quote.is-style-quotation-marks cite {
	font-size: .7em;
    margin-top: -1em;
    text-align: center;
}

/*outline blockquote */
.editor-styles-wrapper .wp-block-quote.is-style-outline-quote,
.wp-block-quote.is-style-outline-quote,
#content .wp-block-quote.is-style-outline-quote {
	margin: 0 auto;
	border: 1px solid #ececec;
	font-family: georgia, sans-serif;
    font-size: 1.1em;
	display: flex;
    flex-direction: column;
    align-items: center;
}

#content .wp-block-quote.is-style-outline-quote  {
	max-width: 100%;
	margin: 1.4em .7em .7em .7em;
}
.theme-kayak #content .wp-block-quote.is-style-outline-quote,
.theme-magnify #content .wp-block-quote.is-style-outline-quote {
	margin-top: 2.2em;
}

.wp-block-quote.is-style-outline-quote p {
	padding: 0 2em 0 2em;
}

.theme-kayak #content .wp-block-quote.is-style-outline-quote p,
.theme-magnify #content .wp-block-quote.is-style-outline-quote p{
	padding-top: 1em;
}
.wp-block-quote.is-style-outline-quote p:first-of-type {
	margin-top: 1em;
}

.wp-block-quote.is-style-outline-quote:before {
    -webkit-box-shadow: 0 0 0 10px #ffffff;
    box-shadow: 0 0 0 10px #ffffff;
    background: #c5060b;
    content: "\201C";
    margin-top: -45px;
}
.wp-block-quote.is-style-outline-quote:before {
    width: 50px;
    height: 50px;
    display: block;
    line-height: 40px;
    text-align: center;
    color: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 10px #fff;
    font-size: 2.3em;
    font-weight: 600;
    padding: 13px;
    padding-top: 18px;
    padding-left: 11px;
}

footer .wp-block-quote.is-style-outline-quote:before {
	box-shadow: 0 0 0 2px #fff;
}
.theme-kayak .wp-block-quote.is-style-outline-quote::before, 
.theme-magnify .wp-block-quote.is-style-outline-quote::before{
    width: 30px;
    height: 30px;
    line-height: .9em;
    left: 40%;
    margin-left: -20px;
	margin-top: -35px;
    border-radius: 50%;
    font-size: 3.3em;
    padding: 13px;
}
.theme-kayak .wp-block-quote.is-style-outline-quote::before {
	direction: rtl;
	font-size: 4.2em;
	line-height: .88em;
}

/*pullquote */
#content .wp-block-pullquote {
	padding: .8em;
}

#content .entry .entry-content .wp-block-pullquote blockquote {
  border: none;
  margin-top: .6em;
  margin-bottom: 1em;
  margin-right: 0;
  padding-left: 0;
}

/* pull quote */
#content .entry .entry-content .wp-block-pullquote {
  border-width: 2px;
  padding: 3em;
}

#content .wp-block-pullquote p {
	font-size: 1.1em;
	line-height: 1.3;
	font-style: normal;
}
#content .wp-block-pullquote blockquote p:first-of-type,
#content .wp-block-pullquote.is-style-default blockquote p:first-of-type {
	margin-top: 1.5em;
}

#content .entry .entry-content .wp-block-pullquote p em {
  font-style: normal;
}

/*full width pullquote*/
.wp-block-pullquote.alignfull.is-style-default blockquote {
    max-width: 1200px;
}

/*pullquote widget */
.widget .wp-block-pullquote p {
	font-size: 1.3em;
}

/* pull quote - solid color */
#content .wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.4em;
}

#content .wp-block-pullquote.is-style-solid-color {
	padding: 2em;
}
.wp-block-pullquote.is-style-solid-color blockquote cite {
    font-size: .8em;
    font-weight: 300;
}

/*default style */
#content .wp-block-pullquote.is-style-default {
	border-top: 5px solid;
	border-bottom: 5px solid;

}
#content .wp-block-pullquote.is-style-default blockquote {
	border-left: none;
}

/*Meta Box Header Style */
#editor .edit-post-layout__metaboxes .postbox .postbox-header, 
#editor .edit-post-layout__metaboxes .postbox>.postbox-header:hover, 
#editor .edit-post-layout__metaboxes .postbox>.postbox-header:focus {
    background: #446f9a;
    color: white;
}
#editor .accordion-section-title:after, 
#editor .handlediv, .item-edit, 
#editor .postbox .handlediv.button-link,
#editor .toggle-indicator {
    color: #ffffff;
}
.edit-post-meta-boxes-area .postbox .handle-order-higher, 
.edit-post-meta-boxes-area .postbox .handle-order-lower {
    color: #ffffff;
}