/* Editor block CSS */

:root  {
	--primary-color: #9cbe9c;
	--primary-color-rgb: 156,190,156;
	--font-color: #585656;
	--font-color-rgb: 88,86,86;
	--white-color: #ffffff;
	--white-color-rgb: 255,255,255;
	--black-color: #000000;
	--black-color-rgb: 0,0,0;
	--heading-color: #585656;
	--heading-color-rgb: 28,29,29;
	--primary-font: 'Nunito Sans',sans-serif;
	--secondary-font: 'Marcellus',sans-serif;
}

.editor-styles-wrapper {
	color: var(--font-color);
    font-family: var(--primary-font);
    font-size: 18px;
    line-height: 1.86;
    font-weight: 400;
}

.editor-styles-wrapper p {
    font-size: 1em;
}
.editor-styles-wrapper p:last-child {
    margin-bottom: 0;
}

.editor-styles-wrapper hr {
	background-color: #585656;
	border: 0;
	height: 2px;
    margin-bottom: 1.5em;
    max-width: 100px;
    margin-left: 0;
}

.editor-styles-wrapper address {
	margin: 0 0 1.5em;
}

.wp-block-preformatted, pre {
	background: none !important;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	overflow: auto;
	padding: 1.6em;
}

.editor-styles-wrapper code,
.editor-styles-wrapper kbd,
.editor-styles-wrapper tt,
.editor-styles-wrapper var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

.editor-styles-wrapper abbr,
.editor-styles-wrapper acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

.editor-styles-wrapper mark,
.editor-styles-wrapper ins {
	background: #fff9c0;
	text-decoration: none;
}

.editor-styles-wrapper big {
	font-size: 125%;
}

.editor-styles-wrapper a {
	color: var(--primary-color);
	-webkit-transition: all ease 0.35s;
	-moz-transition: all ease 0.35s;
	transition: all ease 0.35s;
}

.editor-styles-wrapper a:hover {
	color: var(--primary-color);
	text-decoration: none;
}

.editor-styles-wrapper a:hover,
.editor-styles-wrapper a:active {
	outline: 0;
}

.wp-block-image img {
    display: inline-block;
    vertical-align: top;
}

.wp-block {
    max-width: 745px;
}

.wp-block[data-align="wide"] {
    max-width: 100%;
    padding: 0 8%;
}

.editor-post-title .editor-post-title__input {
    flex: initial;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: normal;
    font-size: 3em;
    line-height: 1.33;
    font-family: var(--secondary-font);
}

p.editor-styles-wrapper {
    color: var(--font-color);
	font-family: var(--primary-font);
	font-size: 1em;
	line-height: 1.86;
	font-weight: 400;
}

.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6 {
	clear: both;
	font-family: var(--primary-font);
	font-weight: 700;
	color: var(--heading-color);
    margin: 1em 0 0.5em 0;
    line-height: 1.3;
}

.editor-styles-wrapper h1 {
	font-size: 2.7222222222222222222222222222222em;
}

.editor-styles-wrapper h2 {
	font-size: 2.1666666666666666666666666666667em;
}

.editor-styles-wrapper h3  {
	font-size: 1.7222222222222222222222222222222em;
}

.editor-styles-wrapper h4 {
	font-size: 1.38888888888888888888888888888897em;
}

.editor-styles-wrapper h5 {
	font-size: 1.1111111111111111111111111111111em;
}

.editor-styles-wrapper h6 {
	font-size: 0.88888888888888888888888888888889em;
}

.editor-styles-wrapper blockquote {
    margin: 30px auto !important;
	padding-left: 0px !important;
    border-left: none !important;
	font-style: italic;
	color: #262525;
    position: relative;
    padding-top: 90px;
    line-height: 1.75em;
    text-align: center;
    font-weight: 700;
    font-size: 1.2223em;
}

.wp-block-quote.is-style-large, 
.wp-block-quote.is-large {
    padding-left: 40px;
}
.editor-styles-wrapper blockquote::before {
    content: "";
    background-image: url('data:image/svg+xml; utf-8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 36 24"><path fill="%239cbe9c" d="M33.54,28.5a8,8,0,1,1-8.04,8,16,16,0,0,1,16-16A15.724,15.724,0,0,0,33.54,28.5Zm-12.04,8a8,8,0,0,1-16,0h0a16,16,0,0,1,16-16,15.724,15.724,0,0,0-7.96,8A7.989,7.989,0,0,1,21.5,36.5Z" transform="translate(-5.5 -20.5)"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px;
    width: 65px;
    height: 65px;
    border: 3px solid rgba(var(--primary-color-rgb), 0.5);
    position: absolute;
    border-radius: 100%;
    box-shadow: 0 2px 10px rgb(0 0 0 / 10%);
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.wp-block-quote.is-style-large::before, 
.wp-block-quote.is-large::before {
    background-size: 30px;
}

blockquote.wp-block-quote p {
    margin-top: 0;
    margin-bottom: 20px;
	
}

.wp-block-quote.is-style-large p, 
.wp-block-quote.is-large p {
    font-size: 1.56em;
}

blockquote.wp-block-quote p:last-child {
    margin-bottom: 0;
}

blockquote.wp-block-quote .wp-block-quote__citation {
	display: block;
	font-size: 0.8em;
	font-style: normal;
	color: rgba(var(--font-color-rgb), 0.8);
	letter-spacing: 0.5px;
	margin-top: 10px;
	font-weight: 400;
}

q.wp-block-quote {
    display: block;
	margin: 1em 0;
	padding-left: 25px;
	border-left: 2px solid var(--primary-color);
	font-family: var(--secondary-font);
    font-weight: 400;
    font-size: 1.22em;
	line-height: 1.75em;
}

q.wp-block-quote p {
    margin-top: 0;
    margin-bottom: 20px;
}

q.wp-block-quote p:last-child {
    margin-bottom: 0;
}

.wp-block-pullquote {
    color: var(--font-color);
    font-family: var(--secondary-font);
    font-size: 1em;
    border-top-color: rgba(var(--primary-color-rgb), 0.3);
    border-bottom-color: rgba(var(--primary-color-rgb), 0.3);
    padding: 2em 1em;
}

.wp-block-pullquote blockquote {
    margin: 0;
}

.wp-block-pullquote blockquote p, 
.wp-block-pullquote.is-style-solid-color blockquote p {
    font-size: 1.33em;
}

.wp-block-pullquote cite, 
.wp-block-pullquote footer, 
.wp-block-pullquote__citation {
    font-size: 0.89em;
}

.wp-block-pullquote .wp-block-pullquote__citation {
    margin-top: 1em;
    color: rgba(var(--black-color-rgb), 0.5);
}
.editor-styles-wrapper ul,
.editor-styles-wrapper ol {
    padding: 0 0 0 3em !important;
}

.editor-styles-wrapper ul ul,
.editor-styles-wrapper ol ul{
    list-style-type: disc !important;
}

.editor-styles-wrapper ul ul,
.editor-styles-wrapper ul ol,
.editor-styles-wrapper ol ol,
.editor-styles-wrapper ol ul {
    margin-top: 0em;
    margin-left: 0;
}

.editor-styles-wrapper figcaption {
	margin: 0.8075em 0 0 0;
	font-size: 0.8888em;
	color: rgba(var(--font-color-rgb), 0.8);
}

.editor-styles-wrapper figcaption {
	text-align: center;
}

.wp-block-cover__inner-container pre {
    font-family: inherit;
}

.wp-block-table table {
	margin: 0 0 1.5em;
	width: 100%;
	border-radius: 0;
	font-size: 1em;
	text-align: left;
	border-collapse: collapse;
}
.wp-block-table table tr th {
	font-weight: 600;
	color: var(--font-color);
	padding: 10px 15px;
	font-family: var(--primary-font);
	letter-spacing: 0.5px;
	font-size: 1.1112em;
}
.wp-block-table table tr td {
	color: var(--font-color);
	padding: 10px 15px;
}
.wp-block-table table tbody tr:nth-child(odd) {
	background: rgba(var(--primary-color-rgb), 0.1);
}

/*============================
WIDGET DEFAULT CSS
============================*/
.wp-block-archives ul, 
.wp-block-categories ul, 
.wp-block-latest-comments ol, 
.wp-block-rss ul, 
ul.wp-block-latest-posts, 
ul.wp-block-archives, 
ol.wp-block-latest-comments, 
.block-editor ul.wp-block-rss {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.wp-block-categories li, 
.wp-block-archives li, 
.wp-block-latest-comments li, 
.wp-block-rss li, 
.wp-block-latest-posts li {
    font-size: 1em;
    margin-bottom: 15px !important;
    padding-bottom: 15px;
    padding-left: 20px;
    border-bottom: 1px solid rgba(var(--primary-color-rgb), 0.1);
    font-weight: 400;
    line-height: 1.5;
    position: relative;
}

.wp-block-latest-comments li {
    padding-left: 0;
}

.wp-block-categories li:last-child, 
.wp-block-archives li:last-child,
.wp-block-latest-comments li:last-child, 
.wp-block-rss li:last-child, 
.wp-block-latest-posts li:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0 !important;
}

.wp-block-categories li::before, 
.wp-block-archives li::before, 
.wp-block-rss li::before, 
.wp-block-latest-posts li::before {
    content: "";
    background: var(--primary-color);
    width: 6px;
    height: 6px;
    position: absolute;
    left: 0;
    top: 8px;
    border-radius: 100px;
}

.widget_nav_menu ul ul {
	margin-top: 15px;
}

.wp-block-categories li a, 
.wp-block-archives li a, 
.wp-block-latest-comments li a, 
.wp-block-rss li a, 
.wp-block-latest-posts li a {
    text-decoration: none;
    color: var(--font-color);
    display: inline-block;
}

.wp-block-categories li a:hover, 
.wp-block-archives li a:hover, 
.wp-block-latest-comments li a:hover, 
.wp-block-rss li a:hover, 
.wp-block-latest-posts li a:hover {
    color: var(--primary-color);
}

.block-editor .wp-block-latest-comments p {
    margin-top: 10px;
    margin-bottom: 0;
}

.wp-block-latest-comments__comment-date {
    font-size: 0.89em;
    color: rgba(var(--black-color-rgb), 0.45);
}

/*=============================
WIDGET SEARCH
=============================*/
.wp-block-search {
	display: flex;
	flex: 1;
	flex-wrap: wrap;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
    font-size: 1em;
}

.wp-block-search .wp-block-search__input {
    border-radius: 0;
    border-right: none;
    height: 50px;
    font-family: var(--primary-font);
    font-size: 0.7778em;
    color: #121212;
    border: 1px solid rgba(var(--black-color-rgb),0.1);
    border-radius: 0;
    padding: 10px 15px;
    width: 100%;
}

.wp-block-search .wp-block-search__button {
    height: 50px;
    padding: 0;
    color: var(--white-color);
    font-family: var(--primary-font);
    font-size: 0.7778em;
    line-height: 1;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    border-radius: 0;
    border: none;
    box-shadow: none;
    background-color: #121212;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/*=============================
WIDGET SOCIAL LIST
==============================*/
.site-main .wp-block-social-links:not(.is-style-logos-only) .wp-social-link {
    margin-bottom: 5px;
    padding-left: 0;
}

.site-main .wp-block-social-links:not(.is-style-logos-only) .wp-social-link::before {
    display: none;
}

/*============================
WIDGET CALENDAR
============================*/
.wp-block-calendar .wp-calendar-table {
    position: relative;
    margin: 0;
    padding: 0 10px;
    border: 1px solid rgba(var(--primary-color-rgb), 0.11);
}

.wp-block-calendar table tbody {
    color: var(--font-color);
}

.wp-block-calendar table caption {
    padding: 6px 40px;
    background: var(--primary-color);
    color: var(--white-color);
    line-height: 1.3;
}

.wp-block-calendar table tbody tr:nth-child(2n+1) {
    background-color: rgba(var(--black-color-rgb), 0.07);
}

.wp-block-calendar table tr th,
.wp-block-calendar table tr td {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    font-size: 0.8888em;
    border: none;
}

.wp-block-calendar table tr th {
    background: none;
    font-weight: 700;
}

.wp-block-calendar table tbody tr td#today {
  background: var(--primary-color);
  color: var(--white-color);
}

.wp-block-calendar table tr td a {
  display: block;
  color: var(--primary-color);
    text-decoration: none;
}

.wp-block-calendar table tr td a:hover {
  text-decoration: underline;
  color: var(--primary-color);
}

.wp-calendar-nav a {
    color: var(--primary-color);
    text-decoration: none;
}

.wp-calendar-nav a:hover {
    color: var(--primary-color);
    text-decoration: underline;
}

.wp-calendar-nav-prev {
    float: left;
}

.wp-calendar-nav-next {
    float: right;
}
.editor-styles-wrapper table:not(.wp-calendar-table) td,
.editor-styles-wrapper table:not(.wp-calendar-table) th {
    border: 0;
}

/*=========================
WIDGET TAG CLOUD
=========================*/
.wp-block-tag-cloud a {
    display: inline-block;
    padding: 5px 10px;
    color: var(--heading-color);
    text-decoration: none;
    border: 1px solid rgba(var(--primary-color-rgb), 0.25);
    border-radius: 50px;
    font-size: 0.6666em !important;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    line-height: 1.3;
    vertical-align: middle;
    margin: 0 5px 10px 0;
}

.wp-block-tag-cloud a:hover {
    background: var(--primary-color);
    color: var(--white-color);
}

.wp-block-code {
    color: var(--font-color);
    border-color: rgba(var(--black-color-rgb), 0.15);
}

.wp-block-table.is-style-stripes tbody tr:nth-child(2n+1) {
    background-color: rgba(var(--primary-color-rgb), 0.1);
}