/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

:root {
font-size: 16px;
}
html {
    scroll-behavior: smooth !important;
}

html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
	font-size: 16px;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
	margin: 0;
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

#page{
    overflow-x:hidden;
}


/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
	box-sizing: content-box; /* 1 */
	height: 0; /* 1 */
	overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
	background-color: transparent;
	outline:none;
	text-decoration:inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
	border-bottom: none; /* 1 */
	text-decoration: underline; /* 2 */
	text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
	font-family: monospace, monospace; /* 1 */
	font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
	box-sizing: border-box; /* 1 */
	color: inherit; /* 2 */
	display: table; /* 1 */
	max-width: 100%; /* 1 */
	padding: 0; /* 3 */
	white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
	-webkit-appearance: button; /* 1 */
	font: inherit; /* 2 */
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin-bottom: 1rem;
}

p {
	margin: 0;
}
.pivoo-page-content p{
    padding-bottom:32px;
}

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

blockquote {
    padding-left: 1em;
    padding-right: 1em;
    margin:0;
    margin-bottom:10px;
    border-left:4px solid #FD6050;
}
blockquote p,
.pivoo-page-content blockquote p{
    margin-bottom:0;
    padding-top:16px;
    padding-bottom:16px;
}
#pivoo-blockquote-box{
    border-left:none;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #f3e3cd;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
	border-radius:8px;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}
code{
    padding: 2px;
    border-radius: 2px;
    color: #fd6050;
    background:transparent;
    font-family: Menlo,Consolas,monaco,monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# 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 https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

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

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul, ol {
	margin: 0 0 1.5em 3em;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 33px;
	color: #373833;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
   margin-left: 1.1rem;
  
}
li > ul{
     list-style-type: circle;
}
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%;
}
table th,table td{
    border: 2px solid #e0dccc;
    text-align: left;
    padding: 10px;
}
audio:focus,video:focus{
    outline:none;
    border:none;
    box-shadow:none;
}

#wp-calendar th, #wp-calendar td{
    padding:5px;
    text-align:center;
}
/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
label{
    display:inline-block;
    font-size:15px;
    margin-bottom:5px;
}
button,
input[type="button"],
input[type="submit"],
[type=button],
[type=submit]{
    -webkit-appearance: button;
    background: #fd604f;
    border-radius: 4px;
    color:  #ffffff;
    border: 2px solid #fd604f;
    padding: 10px 24px;
    margin: 5px 5px 10px;
    outline:none;
    transition: all .02s;
    height: 50px;
    cursor:pointer;
    font-weight:400;
}
input[type="reset"],
[type=reset]{
   background: #FFDD33;
    border-radius: 4px;
    color: #373833;
    border: 2px solid #FFDD33;
    padding: 10px 24px;
    margin: 5px; 
    outline:none;
     transition: all .02s;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
.comment-reply-link:hover,
.wpcf7-submit:hover,
.pivoo-author-follow a:hover,
.piv-lrn-button:hover{
    filter: brightness(120%);
}
input[type="reset"]:hover{
     filter: brightness(120%);
}
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 {
	outline:none;
}

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"],
select,
textarea {
    color: #373833;
    border: 1px solid #f8f5f5;
    border-radius: 3px;
    padding: 5px 15px;
    background: #f8f5f5;
    min-height: 50px;
    width: 100%;
    margin-bottom: 12px;
}
select{
    outline:none;
}
textarea{
     padding: 15px !important;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="url"]::placeholder,
input[type="password"]::placeholder,
input[type="search"]::placeholder,
input[type="number"]::placeholder,
input[type="tel"]::placeholder,
input[type="range"]::placeholder,
input[type="date"]::placeholder,
input[type="month"]::placeholder,
input[type="week"]::placeholder,
input[type="time"]::placeholder,
input[type="datetime"]::placeholder,
input[type="datetime-local"]::placeholder,
input[type="color"]::placeholder,
textarea:placeholder{
	color: #74716E;
}
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: #373833;
	outline: none;
	border-color:#fd604f;
}

textarea {
	width: 100%;
}
.widget select{
    background:#fffdf7;
    border-color:#fffdf7;
}
/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #373833;
}

a:visited {
	color: #373833;
}

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

a:focus {
	outline: 0;
}

a:hover, a:active {
	outline: 0;
}
.pivoo-post--main-content ul,
.pivoo-post--main-content ol{
    margin-left:30px;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}

.main-navigation ul {
	display: none;
	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;
}

.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: 200px;
}

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

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	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;
	clip-path: none;
	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. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.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 {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 2rem;
	/* Make sure select elements fit in widgets. */
}

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

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


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

.page-content,
.entry-content,
.entry-summary {

}

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* 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.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 {
	display: block;
}
/*--------------------------------------------------------------
## Gutenberg
--------------------------------------------------------------*/
.wp-block-media-text{
    margin-top: 28px;
    margin-bottom: 28px;
}
p.wp-block-subhead{
	font-style: italic;
	font-weight: normal;
	font-size: 21px;
	line-height: 33px;
	color: #714f20;
}
.has-large-font-size {
	font-size: 24px;
	line-height: 33px;
	font-weight: 400;
}
.has-larger-font-size{
    font-size: 40px;
	line-height: 48px;
	font-weight: 400;
}
.wp-block-cover-image.has-background-dim:before, .wp-block-cover.has-background-dim:before {
	background: linear-gradient(0deg, rgba(13, 0, 77, 0.5), rgba(13, 0, 77, 0.5));
}
 .alignfull img{
    border-radius:0;
}
.wp-block-quote {
	border-left: none;
	margin: 32px 0;
	padding:30px 30px 40px;
	font-style: italic;
	font-weight: bold;
	font-size: 24px;
	line-height: 36px;
	position: relative;
	width: 100%;
	float: left;
	box-shadow:none;
}
.wp-block-quote p{
	position: relative;
	z-index: 10;
	margin-bottom: 5px;
}
.wp-block-quote:before{
   content: "\2ee";
    font-family: 'Zeroicons-Line';
    color: #eadecd;
    z-index: 5;
    font-size: 124px;
    position: absolute;
    left: 0;
    top: 22%;
    font-style: normal;
}
.pivoo-blockquote-block{
    position:relative;
    padding: 40px 30px 10px 30px;
}
.pivoo-blockquote-block:before{
        content: "";
    border: 2px solid #74716E;
    width: 100%;
    height: 100%;
    -webkit-clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
    clip-path: polygon(0 0, 95% 0, 65% 100%, 0% 100%);
    background-clip: padding-box;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 16px;
}
.pivo-quote-circle:before{
     font-family: 'Zeroicons-Line';
    content: "\275d";
    position: absolute;
    top: -3%;
    left: 3%;
    background: #fffdf7;
    font-size: 18px;
    font-weight: 400;
    font-style: normal;
}
.pivo-bottom-chips::before {
	background-color: #74716e;
    content: "";
    display: block;
    height: 85px;
    width: 70px;
    position: absolute;
    bottom: -7%;
    z-index: 0;
    left: 2%;
    border: 2px solid #74716e;
    clip-path: polygon(75% 75%, 75% 100%, 50% 75%);
}
.pivoo-quote-content{
    position:relative;
    z-index:10;
}
#pivoo-blockquote-box{
    position:relative;
}
#pivoo-blockquote-box h4{
       margin: 0;
    padding: 0;
    position: absolute;
    left: 40%;
    font-size: 14px;
    color: #74716E;
    bottom: -12%;
}
.wp-block-quote.is-style-large .pivo-quote-circle:before{
     top: -7%;
}
.wp-block-quote__citation, .wp-block-quote cite, .wp-block-quote footer {
	font-style: normal;
	font-size: 13px !important;
	line-height: 16px;
	color: #714f20;
	font-weight: 400;
}
.wp-block-quote cite{
}

.wp-block-quote.is-large, .wp-block-quote.is-style-large {
	border: none;
	background:transparent;
	border-radius: 8px;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 33px;
	margin: 40px 0;
	box-shadow: inset 4px 0px 0px #8a7150, inset -4px 0px 0px #8a7150;
}
.wp-block-quote.is-style-large:before{
    top:-7%;
}
.wp-block-quote.has-text-align-right cite{
   text-align:right;
}
.wp-block-quote.has-text-align-right .pivo-bottom-chips::before{
        right: 5%;
        left:auto;
        clip-path: polygon(75% 75%, 60% 100%, 50% 75%);
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
	margin-bottom: 10px;
}
.wp-block-quote.is-large:before{
	content: "";
	display: none;
}
.wp-block-quote.is-large p, .wp-block-quote.is-style-large p {
    font-size: 22px;
    font-style: normal;
    line-height: 1.6;
}
.wp-block-quote.is-style-large cite br{
    display:none;
}
.wp-block-quote.has-text-align-right{
    border:none;
}
.wp-block-quote.has-text-align-right .pivo-top-circle {
    top: -0.5%;
    right: auto;
    left: 20%;
}
.wp-block-quote.has-text-align-right .pivo-bottom-circle{
        right: 60%;
}
.wp-block-quote.has-text-align-right .pivo-quote-circle:before{
        left: auto;
        right: 4%;
}
.wp-block-quote.has-text-align-right:before{
   content: "\2ee";
    font-family: 'Zeroicons-Line';
    color: #eadecd;
    z-index: 5;
    font-size: 124px;
    position: absolute;
    right: 0;
    top: 10%;
    font-style: normal;
}
.wp-block-pullquote blockquote{
    box-shadow:none;
    border-left:0;
}
.wp-block-pullquote.is-style-solid-color{
    background-color: #fffdf9;
   border-top: 4px solid #555d66;
   border-bottom: 4px solid #555d66;
}
.wp-block-pullquote.is-style-solid-color blockquote{
    color:#373833;
}
.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(64, 37, 0 ,0.54);
	font-style: italic;
	font-weight: normal;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	padding:5px;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.blocks-gallery-grid.is-cropped .blocks-gallery-image a, .blocks-gallery-grid.is-cropped .blocks-gallery-image img, .blocks-gallery-grid.is-cropped .blocks-gallery-item a, .blocks-gallery-grid.is-cropped .blocks-gallery-item img, .wp-block-gallery.is-cropped .blocks-gallery-image a, .wp-block-gallery.is-cropped .blocks-gallery-image img, .wp-block-gallery.is-cropped .blocks-gallery-item a, .wp-block-gallery.is-cropped .blocks-gallery-item img {
	border-radius: 8px;
}
.wp-block-image img {
	border-radius: 8px;
}
.wp-block-code {
	font-size: 14px;
	color: #373833;
	padding: .8em 1em;
	border: 1px solid #f3e3cd;
	border-radius: 4px;
	background: #f3e3cd;
	border-radius: 8px;
	padding: 64px;
	margin-left: calc(55% - 25vw);
	margin-right: calc(55% - 25vw);
	max-width: initial;
}
.wp-block-columns.alignfull{
    padding:0 15px;
}
.pivoo-with-sidebar  .wp-block-code{
    margin-left:0;
    margin-right:0;
}
.pivoo-with-sidebar .wp-block-quote.is-large,.pivoo-with-sidebar  .wp-block-quote.is-style-large{
     margin-left:0;
    margin-right:0;
}
.pivoo-with-sidebar.right .alignfull{
    margin-right:0;
}
.pivoo-with-sidebar.left .alignfull{
    margin-left:0;
}
.red-notice{
    color: #B8001F;
}
.green-notice{
    color: #228B22;
}
.pivoo-post.video-style-four{
    list-style:none;
}
.pivoo-post.video-style-four li {
    margin-bottom: 12px;
}
.pivoo-post.video-style-four .plyr__controls{
    display:none;
    opacity:0;
}
.wp-block-button{
    margin:10px 0;
}
.wp-block-button__link{
    border-radius:5px;
    background-color:#FD6050;
    margin-right:10px;
}
.is-style-squared .wp-block-button__link{
  border-radius:0;  
}
.alignwide {
   margin-left: calc( -93vw / 2 + 100% / 2 );
    margin-right: calc( -93vw / 2 + 100% / 2 );
    max-width: 100vw;
}
.alignfull{
          position: relative;
margin: 32px calc(50% - 50vw);
	max-width: 100vw;
	width: 100vw;
    clear: both;
    margin-top: 30px;
}
.wp-block-table {
    border-collapse: collapse;
}
.wp-block-table td, .wp-block-table th {
    padding: 1em;
    border: 1px solid;
    word-break: normal;
    border: 2px solid #8a7150;
}
.wp-block-categories.wp-block-categories-list{
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    list-style: none;
}
.wp-block-categories.wp-block-categories-list a{
    text-decoration:none;
}
.wp-block-latest-posts.wp-block-latest-posts__list li {
    clear: both;
    font-size: 16px;
    line-height: 32px;
    font-weight: 600;
    list-style: none;
    margin-bottom:10px;
}
.wp-block-latest-posts.wp-block-latest-posts__list a{
    text-decoration:none;
}
.wp-block-cover, .wp-block-cover-image{
    height:auto;
}
.wp-block-archives{
    list-style:none;
    margin:0;
    padding:0;
}
.wp-block-archives li a{
   text-decoration:none;
}
.wp-block-calendar a{
    text-decoration:none;
}
.wp-block-latest-comments__comment-meta a{
    text-decoration:none;
}
.wp-block-rss{
    list-style:none;
    margin:0;
    padding:0;
}
.wp-block-latest-posts.is-grid li {
  border-top: 2px solid #988b7a;
  padding-top: 1rem;
  margin-bottom: 2rem;
}
.wp-block-latest-posts__post-author, .wp-block-latest-posts__post-date {
    font-size: 11px;
    color: #998a7a;
    line-height: 1.2;
    font-weight: 400;
}
.wp-block-tag-cloud a{
    text-decoration:none;
}
.wp-block-rss a{
    text-decoration:none;
}
.wp-block-calendar table th {
    font-weight: 400;
    background: #e0dccc;
}
.wp-block-calendar tbody td, .wp-block-calendar th {
    padding: 4px;
    border: 1px solid #e0dccc;
}
.wp-block-button.is-style-outline .wp-block-button__link{
      border-color:#373833;
    color:#373833 !important;
}
.gallery{
    display:flex;
    flex-wrap:wrap;
}
.gallery img{
    margin:0 auto;
}
.wp-block-cover.has-background-dim.alignleft,
.wp-block-gallery.alignleft{
    margin-bottom:20px;
    margin-right:20px;
}
.wp-block-cover.has-background-dim p{
    font-size:24px;
    line-height:28px;
    color:#fff;
}
 .alignwide {
     margin-top:20px;
     margin-bottom:20px;
 }
.pagi-box-default {
    border: 1px solid #fff;
    background:#fff;
    display: inline-block;
    padding: 2px 12px !important;
    margin: 0 5px;
    font-size: 16px;
    line-height: 24px;
    border-radius: 3px;
}
.page-links{
    margin-top:30px;
    width: 100%;
    float: left;
}
.current .pagi-box-default{
     border-color:#fd604f;
    background:#fd604f;
    color:#fff;
}
.pagi-box-default:hover{
    border-color: #E2E0F5;
        background: #E2E0F5;
    color: #fd604f;
}
.pivoo-post--main-content .wp-block-archives,
.wp-block-archives{
    margin-left:0;
}
.wp-block-search .wp-block-search__input{
    border-top-right-radius:0;
    border-bottom-right-radius:0;
}
@media only screen and (min-width: 950px){
   
    .alignwide {
          margin-left: calc(25% - 25vw);
    margin-right: calc(25% - 25vw);
    width: auto;
    max-width: 1000%;
    }
	.alignwide img,
	.alignfull img {
		display: block;
		margin: 0 auto;
		width:100%;
	}
	.pivoo-with-sidebar .alignwide{
	    margin-left:0;
	    margin-right:0;
	}
}
.wp-block-embed-twitter.alignwide{
        margin-left: 0;
    margin-right: 0;
}


.piv-gallery-meta ul {
	list-style: none;
}
.piv-gallery-meta h4 {
	margin-bottom: 0;
}
.pivoo-section-title h2 {
	margin-bottom: 0;
}
.editor-rcp-one-b {
	max-width: 68%;
}
.eyditors-single-content h2 {
	margin-bottom: 0;
}
.large-banner-inner h2 {
	margin-bottom: 0;
}
.pivoo-rcp-post-info h2 {
	margin-bottom: 0;
}