body {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 28px;
  color: #666666;
  font-weight: 400;
  height: 100%;
  vertical-align: baseline;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  background-color: #ffffff;
  overflow-x: hidden;
}

.edit-post-visual-editor {
    font-family: 'Lato', sans-serif;
}
a:link, 
a:visited {
  color: #f2a14b;
  opacity: 0.9;
  text-decoration: none;
}
a:hover {
  opacity: 1;
}
p {
  margin: 0 0 20px 0;
}
figure {
	margin: 1em 0px;
}
pre {
  background: #ffffff;
  color: #666666;
}
pre code,
code,
a code {
  color: #1e1e1e;
}
kbd {
  color: #666666;
  padding: 3px 5px 2px 5px;
  margin: 0 1px;
  background: #eaeaea;
  background: rgba(0,0,0,.07);
}
.has-large-font-size {
    font-size: 36px;
    line-height: 1.2;
}

.editor-styles-wrappe {
  color: #666666;
}
.wp-block.editor-post-title__block, 
.wp-block.editor-block-list__block {
    max-width: 1210px;
}
@media screen and ( min-width: 1199px ) {
	.wp-block {
		max-width: 1210px;
		width: 100%;
	}
}
@media screen and ( min-width: 768px ) {
	.wp-block {
		max-width: 1210px;
		width: 100%;
	}
}
@media(min-width: 600px) {
	.block-editor-block-list__layout .block-editor-block-list__block[data-align=full] {
		margin-left: auto;
		margin-right: auto;
	}
	.block-editor-block-list__layout .block-editor-block-list__block[data-align=full]>.block-editor-block-list__block-edit {
		margin-left: -28px;
		margin-right: -28px;
	}
	[data-type="core/columns"][data-align=full] .wp-block-columns>.editor-inner-blocks {
		padding-left: 0;
		padding-right: 0;
	}
}
[data-block] {
	margin-top: 23px;
	margin-bottom: 23px;
}
.wp-block[aria-label="Block: Spacer"] {
	clear: both;
}
.block-editor-block-list__layout .block-editor-default-block-appender>.block-editor-default-block-appender__content, 
.block-editor-block-list__layout>.block-editor-block-list__block>.block-editor-block-list__block-edit, 
.block-editor-block-list__layout>.block-editor-block-list__layout>.block-editor-block-list__block>.block-editor-block-list__block-edit {
    margin-top: 23px;
    margin-bottom: 23px;
}
.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-list__block-edit,
.block-editor-block-list__layout .block-editor-block-list__block[data-align=left] .block-editor-block-list__block-edit [data-block] {
	margin-top: 0;
	margin-bottom: 0;
}
.wp-block-cover a, 
.wp-block-cover .wp-block-cover-text a, 
.wp-block-cover .has-text-color a, 
.wp-block-cover .has-text-align-center a {
	color: #ffffff;
}
/*********** typography ***********/
.wp-block h1,
.wp-block h2,
.wp-block h3,
.wp-block h4,
.wp-block h5,
.wp-block h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-post-title__block .editor-post-title__input {
  font-family: "Lora", serif;
  margin: 0 0 20px 0;
  font-weight: 600;
  color: #000000;
}
.editor-styles-wrapper h1,
.wp-block-freeform.block-library-rich-text__tinymce h1,
h1 {
	font-size: 2.027rem;
	font-weight: 700;
	line-height: 2.64rem;
}
.editor-post-title .editor-post-title__input,
.editor-styles-wrapper h2,
.wp-block-freeform.block-library-rich-text__tinymce h2,
h2 {
	font-size: 1.802rem;
	font-weight: 700;
	line-height: 2.34rem;
}
.editor-styles-wrapper h3,
.wp-block-freeform.block-library-rich-text__tinymce h3,
h3 {
	font-size: 1.602rem;
	font-weight: 700;
	line-height: 2.08rem;
}
.editor-styles-wrapper h4,
.wp-block-freeform.block-library-rich-text__tinymce h4,
h4 {
	font-size: 1.424rem;
	font-weight: 600;
	line-height: 1.62rem;
}
.editor-styles-wrapper h5,
.wp-block-freeform.block-library-rich-text__tinymce h5,
h5 {
	font-size: 1.266rem;
	font-weight: 600;
	line-height: 1.65rem;
}
.editor-styles-wrapper h6,
.wp-block-freeform.block-library-rich-text__tinymce h6,
h6 {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.46rem;
}
/********** blockquote ***********/
.wp-block-quote,
.wp-block-freeform.block-library-rich-text__tinymce blockquote{
	position: relative;
    font-size: 22px;
    font-weight: 600;
    color: #666666;
    font-style: italic;
    text-align: center;
    background-color: #f9f9f9;
    line-height: 1.5;
    padding: 40px 30px 50px;
    border: transparent;
}


blockquote:after,
.wp-block-quote:after,
.wp-block-freeform.block-library-rich-text__tinymce blockquote:after{
	content: "\f10e";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0.05;
    font-size: 100px;
    left: 0;
    right: 30px;
    z-index: 0;
}

.block-editor-block-list__layout .block-editor-block-list__block:after{
	bottom: inherit;
}

.wp-block-quote__citation {
	font-weight: 600;
    font-size: 16px;
    margin-top: 1em;
    position: relative;
    font-style: normal;
    color: #666666;
}

.wp-block-freeform blockquote cite,
blockquote.wp-block-quote cite {
    color: #343434;
    font-weight: 700;
    font-style: normal;
    font-size: 16px;
}

@media(max-width:480px) {
	blockquote.wp-block-quote {
		padding-left: 30px !important;
		padding-right: 30px !important;
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
}
.wp-block-freeform.block-library-rich-text__tinymce blockquote p {
	margin-bottom: 0;
}

.wp-block-quote__citation em {
	font-style: normal;
}
.wp-block-quote__citation br {
	display: none;
}
.wp-block-quote[style*="text-align: center"],
.wp-block-quote.has-text-align-center {
	text-align: center;
}
.wp-block-quote[style*="text-align: left"],
.wp-block-quote.has-text-align-left {
	text-align: left;
}
.wp-block-quote[style*="text-align: right"],
.wp-block-quote.has-text-align-right {
	text-align: right;
}
.wp-block-columns.has-3-columns .wp-block-quote {
	margin: 0;
	padding-left: 20px;
	padding-right: 20px;
}
/*pullquote*/
.wp-block-pullquote blockquote p{
    font-size: 22px;
    font-weight: 600;
    font-style: italic;
}

.wp-block-pullquote__citation {
	color: #666666;
    font-weight: 700;
    font-size: 16px;
    text-transform: capitalize;
}
.wp-block-pullquote {
	padding: 2.5rem 3.75rem 2.1875rem;
	border-top: 2px dashed #eaeaea;
	border-bottom: 2px dashed #eaeaea;
	margin-bottom: 20px;
}

.wp-block-pullquote.is-style-solid-color blockquote {
  text-align: center;
}
.has-cyan-bluish-gray-background-color {
    background-color: #acb9c3;
}
.has-digeco-button-dark-blue-background-color {
	background-color: rgb(90, 73, 248);
}
.wp-block-pullquote.is-style-solid-color {
	border: none;
	margin-bottom: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote {
    max-width: 100%;
	text-align: center;
}
.wp-block-pullquote.is-style-solid-color blockquote p {
	font-size: 32px;
	font-weight: 600;
	font-style: italic;
}
.wp-block-pullquote.is-style-solid-color .wp-block-pullquote__citation {
	color: inherit;
}

.wp-block-pullquote.is-style-solid-color p {
	color: inherit;
}
/*********** pre ***********/
code, 
kbd, 
pre, 
samp, 
tt, 
var {
	font-family: monospace, monospace;
	font-size: 1em;
}
pre {
  background: #ffffff;
  font-family: "Courier 10 Pitch", Courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 20px 30px;
  color: #666666;
}
mark, 
ins {
    background: #fff9c0;
    text-decoration: none;
}
.wp-block-freeform.block-library-rich-text__tinymce pre {
  background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	line-height: 1.6;
	color: #666666;
    font-size: 1em;
}

/*********** Table ***********/
table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 15px 0;
    width: 100%;
}
table th, 
table td {
	padding: 5px;
    border: 1px solid #dfdfdf;
	text-align: center;
}
table a {
	text-decoration: none;
	color: #dd3333;
}
table th .wp-block-table__cell-content, 
table td .wp-block-table__cell-content {
	padding: 0;
}
table td .wp-block-table__cell-content br {
	display: none;
}
.mce-item-table, 
.mce-item-table td, 
.mce-item-table th, 
.mce-item-table caption {
	border: 1px solid #dfdfdf;
	font-weight: 500;
}
/************ List style ************/
ul ul, 
ol ul {
	list-style: disc;
}
ul li {
	margin-bottom: 0;
}
.wp-block-latest-posts.is-grid li {
    margin: 0 0 10px 0;
}
.wp-block-categories ul,
ul.wp-block-archives {
    padding-left: 20px;
    margin-bottom: 0px;
	margin-top: 0px;
    text-align: left;
    margin-left: 20px;
}
.wp-block-categories ul ul,
ul.wp-block-archives ul {
	margin-top: 0;
}
.block-library-list .editor-rich-text__tinymce {
	margin-left: 20px;
	padding-left: 20px;
}
.editor-rich-text__tinymce {
	white-space: inherit;
}
.block-library-list ul {
	padding-left: 20px;
}

/************ block separator ************/
.wp-block-separator {
    border: none;
    border-bottom: 2px solid #cccccc;
    text-align: left;
    background: transparent;
}
.wp-block-separator.is-style-wide {
	border-bottom: 1px solid #cccccc;
}
.wp-block-separator.is-style-dots {
    border-bottom: none;
    height: auto;
    line-height: 1;
    max-width: none;
    text-align: center;
}

.wp-block-latest-posts.is-grid {
	padding-left: 0px;
}
/*Button*/
a.wp-block-button__link:not([href]):not([tabindex]) {
	color: #ffffff;
}
a.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #ffffff;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]) {
	color: #666666;
}
.wp-block-button.is-style-outline a.wp-block-button__link:not([href]):not([tabindex]):hover {
	color: #7a64f2;
}
.wp-block-button .wp-block-button__link {
    overflow: hidden;
    position: relative;
    z-index: 1;
    padding: 15px 24px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 0;
    font-weight: 500;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    background-color: #f2a14b;
    color: #ffffff;
    font-size: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    text-shadow: none;
    border-radius: 3px;
}

.wp-block-button .wp-block-button__link:before{
	position: absolute;
    z-index: -1;
    height: 100%;
    width: calc(100% + 1px);
    content: "";
    background-color: #1b3452;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    top: 0;
    left: -1px;
    -webkit-transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
    -o-transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
    transition: all 0.4s cubic-bezier(0.19, 0.79, 1, 0.97);
}

.wp-block-button .wp-block-button__link:hover:before {
	-webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}
.wp-block-button.is-style-outline .wp-block-button__link {
	background: transparent;
    border: 2px solid #f2a14b;
    color: #f2a14b;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
	border-color: #f2a14b;
	color: #fff;
	background-color: #f2a14b;
	border: 2px solid #1b3452;
}
.wp-block-button.is-style-squared .wp-block-button__link {
	border-radius: 0;
}
/*button end*/
.block-editor-block-list__layout .block-editor-block-list__block.has-warning .block-editor-block-list__block-edit:after {
    background-color: transparent;
}
.alignleft {
	float: left;
	margin-bottom: 15px;
    margin-right: 30px;
	margin-top: 15px;
}
.alignright {
	float: right;
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 15px;
}
.wp-block[data-align=right]>.wp-block-image {
    margin-left: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.wp-block[data-align=left]>.wp-block-image {
    margin-right: 30px;
    margin-bottom: 15px;
    margin-top: 15px;
}
p.wp-block-paragraph.has-background {
	color: #eee;
}

.wp-block-cover .block-editor-block-list__block[data-type="core/paragraph"] {
    color: #fff;
    line-height: 1.25;
    z-index: 1;
    margin-bottom: 0;
    padding: 14px;
}

.wp-block-freeform.block-library-rich-text__tinymce code {
    padding: 0px;
    color: #f2a14b;
    border-radius: 0px;
    background: transparent;
    font-family: 'Lato', sans-serif;
}
.mce-content-body {
    line-height: inherit;
}
.block-editor-block-list__block[data-type="core/paragraph"] p {
	line-height: inherit;
}
.block-editor-block-list__block[aria-label="Block: Cover"]> .block-editor-block-list__block-edit [data-block] {
  margin-top: 0;
}
.wp-block-freeform .mceTemp .wp-caption {
	margin: 0 auto 15px;
}
.wp-block-freeform .mceTemp .wp-caption .wp-caption-dd {
	text-align: center;
}
.wp-block-freeform .mceTemp .wp-caption.aligncenter .wp-caption-dd a {
	display: inline-block;
}
.wp-block-freeform.block-library-rich-text__tinymce .alignleft {
	margin-bottom: 15px;
    margin-right: 30px;
	margin-top: 10px;
}
.wp-block-freeform.block-library-rich-text__tinymce .alignright {
	margin-left: 30px;
	margin-bottom: 15px;
	margin-top: 10px;
}

.wp-block-columns.has-3-columns figure.wp-block-image {
	margin-left: inherit;
	margin-right: inherit;
}
.wp-block-file .wp-block-file__button {
	background: #32373c;
	padding: 10px 20px;
	line-height: 1;
}
.wp-block-file a.wp-block-file__button:active, 
.wp-block-file a.wp-block-file__button:focus, 
.wp-block-file a.wp-block-file__button:hover, 
.wp-block-file a.wp-block-file__button:visited {
	opacity: 0.85;
}
.block-editor-rich-text p.has-large-font-size {
	line-height: 1.2;
}
.wp-block-cover__inner-container .wp-block-paragraph a {
	cursor: pointer;
	color: #ffffff;
}
.wp-block-cover__inner-container .wp-block-paragraph a:hover {
	text-decoration: underline;
}

.wp-block-cover {
    margin-top: 0px;
    margin-bottom: 30px;
}
.has-medium-font-size {
    font-size: 20px;
}
.wp-block-html .block-editor-plain-text {
    font-family: inherit;
    color: #666666;
    padding: 0;
    border: none;
    border-radius: 4px;
    max-height: initial;
    font-size: 16px;
}
.gallery .gallery-item .gallery-icon {
    margin: 5px;
}
.gallery .gallery-item .gallery-caption {
    font-size: 13px;
	color: #555d66;
	line-height: 1.4;
	margin: 0;
}
.wp-block-freeform.block-library-rich-text__tinymce dl.wp-caption .wp-caption-dd {
	font-size: 13px;
	color: #555d66;
    padding-top: .5em;
    margin: 0;
	line-height: 1.4;
}
.blocks-gallery-caption, 
.wp-block-embed figcaption, 
.wp-block-image figcaption {
    margin-top: 0;
    margin-bottom: 0;
    color: #555d66;
    font-size: 13px;
	line-height: 1.4;
    text-align: center;
}
.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 {
	line-height: 1.4;
}
p:last-child img.size-full.alignright {
	clear: both;
	padding-top: 10px;
}

/*Block cover*/
.wp-block-cover .has-aeen-primary-color a {
	color: rgb(52, 52, 52);
}
.wp-block-cover .has-aeen-secondary-color a {
	color: rgb(102, 102, 102);
}
.wp-block-cover .has-aeen-light-color a {
	color: rgb(255, 255, 255);
}
.wp-block-cover .has-aeen-black-color a {
	color: rgb(0, 0, 0);
}
.wp-block-cover .has-aeen-dark-color a {
	color: rgb(17, 17, 17);
}
/*Block button color*/
.wp-block-button .has-aeen-primary-color {
	color: rgb(52, 52, 52);
}
.wp-block-button .has-aeen-secondary-color {
	color: rgb(102, 102, 102);
}
.wp-block-button .has-aeen-light-color {
	color: rgb(255, 255, 255);
}
.wp-block-button .has-aeen-black-color {
	color: rgb(0, 0, 0);
}
.wp-block-button .has-aeen-dark-color {
	color: rgb(17, 17, 17);
}
/*Block button bg color*/
.wp-block-button .has-aeen-primary-background-color {
	background-color: rgb(52, 52, 52);
}
.wp-block-button .has-aeen-secondary-background-color {
	background-color: rgb(102, 102, 102);
}
.wp-block-button .has-aeen-light-background-color {
	background-color: rgb(255, 255, 255);
}
.wp-block-button .has-aeen-black-background-color {
	background-color: rgb(0, 0, 0);
}
.wp-block-button .has-aeen-dark-background-color {
	background-color: rgb(17, 17, 17);
}

.block-editor-block-list__layout.is-root-container>.wp-block[data-align=full] {
    margin-left: auto;
    margin-right: auto;
}

:root .has-cyan-bluish-gray-background-color {
    background-color: transparent;
}

/*********** typography ***********/
h1, 
h2,
h3, 
h4, 
h5,
h6,
.wp-block h1,
.wp-block h2,
.wp-block h3,
.wp-block h4,
.wp-block h5,
.wp-block h6,
.editor-styles-wrapper h1,
.editor-styles-wrapper h2,
.editor-styles-wrapper h3,
.editor-styles-wrapper h4,
.editor-styles-wrapper h5,
.editor-styles-wrapper h6,
.editor-post-title__block .editor-post-title__input {
	font-family: "Lora", serif;
  	margin: 0 0 20px 0;
  	font-weight: 700;
  	color: #000000;
}

.editor-styles-wrapper h1,
.wp-block-freeform.block-library-rich-text__tinymce h1,
h1 {
	font-size: 46px;
	line-height: 50px;
}
.editor-styles-wrapper h2,
.wp-block-freeform.block-library-rich-text__tinymce h2,
h2{
	font-size: 36px;
	line-height: 46px;
}
.editor-styles-wrapper h3,
.wp-block-freeform.block-library-rich-text__tinymce h3,
h3{
	font-size: 28px;
	line-height: 38px;
}
.editor-styles-wrapper h4,
.wp-block-freeform.block-library-rich-text__tinymce h4,
h4 {
	font-size: 22px;
	line-height: 32px;
}
.editor-styles-wrapper h5,
.wp-block-freeform.block-library-rich-text__tinymce h5,
h5 {
	font-size: 18px;
	line-height: 28px;
}
.editor-styles-wrapper h6,
.wp-block-freeform.block-library-rich-text__tinymce h6,
h6 {
	font-size: 14px;
	line-height: 24px;
}

.wp-block[data-align=center]>.wp-block-image {
    width: 100%;
    display: inline-block;
    text-align: center;
}

.wp-block[data-align=center]>.wp-block-image>figcaption, 
.wp-block[data-align=left]>.wp-block-image>figcaption, 
.wp-block[data-align=right]>.wp-block-image>figcaption {
    display: block;
}