/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://diviextended.com/
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       Elicus Technologies
 Author URI:   https://elicus.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("../twentytwenty/style.css");

#site-content {
	overflow: hidden;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}

body{
	background:transparent;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.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;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}


.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}



/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}



.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

.no-margin {
	margin: 0;
}

.no-padding {
	padding: 0;
}

.screen-height {
	min-height: 100vh;
}

.admin-bar .screen-height {
	min-height: calc(100vh - 32px);
}

@media (max-width: 782px) {

	.admin-bar .screen-height {
		min-height: calc(100vh - 46px);
	}
}

.screen-width {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

/* Sections ---------------------------------- */



/* Toggles ----------------------------------- */

.toggle {
	-moz-appearance: none;
	-webkit-appearance: none;
	color: inherit;
	cursor: pointer;
	font-family: inherit;
	position: relative;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	text-align: inherit;
	user-select: none;
}

button.toggle {
	background: none;
	border: none;
	box-shadow: none;
	border-radius: 0;
	font-size: inherit;
	font-weight: 400;
	letter-spacing: inherit;
	padding: 0;
	text-transform: none;
}

/* Hiding and Showing ------------------------ */

.js .show-js {
	display: block !important;
}

.js .hide-js {
	display: none !important;
}

.no-js .show-no-js {
	display: block !important;
}

.no-js .hide-no-js {
	display: none !important;
}


/* Typography -------------------------------- */

.font-size-xl {
	font-size: 1.25em;
}

.font-size-xs {
	font-size: 0.8em;
}

.no-select {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}


/* Colors ------------------------------------ */

/* COLOR */

.color-accent,
.color-accent-hover:focus,
.color-accent-hover:hover {
	color: #cd2653;
}

/* BACKGROUND COLOR */

.bg-accent,
.bg-accent-hover:focus,
.bg-accent-hover:hover {
	background-color: #cd2653;
}

/* BORDER COLOR */

.border-color-accent,
.border-color-accent-hover:focus,
.border-color-accent-hover:hover {
	border-color: #cd2653;
}

/* FILL COLOR */

.fill-children-accent,
.fill-children-accent * {
	fill: #cd2653;
}

.fill-children-current-color,
.fill-children-current-color * {
	fill: currentColor;
}


/* Opacity ----------------------------------- */

.opacity-0 {
	opacity: 0;
}

.opacity-5 {
	opacity: 0.05;
}

.opacity-10 {
	opacity: 0.1;
}

.opacity-15 {
	opacity: 0.15;
}

.opacity-20 {
	opacity: 0.2;
}

.opacity-25 {
	opacity: 0.25;
}

.opacity-30 {
	opacity: 0.3;
}

.opacity-35 {
	opacity: 0.35;
}

.opacity-40 {
	opacity: 0.4;
}

.opacity-45 {
	opacity: 0.45;
}

.opacity-50 {
	opacity: 0.5;
}

.opacity-55 {
	opacity: 0.55;
}

.opacity-60 {
	opacity: 0.6;
}

.opacity-65 {
	opacity: 0.65;
}

.opacity-70 {
	opacity: 0.7;
}

.opacity-75 {
	opacity: 0.75;
}

.opacity-80 {
	opacity: 0.8;
}

.opacity-85 {
	opacity: 0.85;
}

.opacity-90 {
	opacity: 0.9;
}

.blend-mode-exclusion {
	mix-blend-mode: exclusion;
}

.blend-mode-hue {
	mix-blend-mode: hue;
}

.blend-mode-saturation {
	mix-blend-mode: saturation;
}

.blend-mode-color {
	mix-blend-mode: color;
}

.blend-mode-luminosity {
	mix-blend-mode: luminosity;
}


/* Image Classes ----------------------------- */

.bg-image {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.bg-attachment-fixed {
	background-attachment: fixed;
}

@supports ( -webkit-overflow-scrolling: touch ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

@media ( prefers-reduced-motion: reduce ) {

	.bg-attachment-fixed {
		background-attachment: scroll;
	}
}

.wp-block-image.is-resized {
	margin-left: auto;
	margin-right: auto;
}

/* Search Form ------------------------------- */

.search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
	margin: 0 0 -0.8rem -0.8rem;
}

.search-form .search-field,
.search-form .search-submit {
	margin: 0 0 0.8rem 0.8rem;
}

.search-form label {
	align-items: stretch;
	display: flex;
	font-size: inherit;
	margin: 0;
	width: 100%;
}

.search-form .search-field {
	width: 100%;
}

.search-form .search-submit {
	flex-shrink: 0;
}

.search-form .search-submit:focus,
.search-form .search-submit:hover {
	text-decoration: none;
}


/* Social Icons ------------------------------ */

ul.social-icons {
	display: flex;
	flex-wrap: wrap;
	margin: -0.9rem 0 0 -0.9rem;
	width: calc(100% + 0.9rem);
}

ul.social-icons li {
	margin: 0.9rem 0 0 0.9rem;
}

.social-icons a {
	align-items: center;
	background: #cd2653;
	border-radius: 50%;
	color: #fff;
	display: flex;
	height: 4.4rem;
	justify-content: center;
	padding: 0;
	text-decoration: none;
	transition: transform 0.15s ease-in-out;
	width: 4.4rem;
}

.social-icons a:focus,
.social-icons a:hover {
	transform: scale(1.1);
	text-decoration: none;
}


/* Cover Modals ------------------------------ */

.cover-modal {
	display: none;
	-ms-overflow-style: none;
	overflow: -moz-scrollbars-none;
}

.cover-modal::-webkit-scrollbar {
	display: none !important;
}

.cover-modal.show-modal {
	display: block;
	cursor: pointer;
}

.cover-modal.show-modal > * {
	cursor: default;
}


/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */


#site-header {
	background: #fff;
	position: relative;
}

.header-inner {
	max-width: 168rem;
	padding: 3.15rem 0;
	z-index: 100;
}

/* Header Titles ----------------------------- */

.header-titles-wrapper {
	align-items: center;
	display: flex;
	justify-content: center;
	padding: 0 4rem;
	text-align: center;
}

body:not(.enable-search-modal) .header-titles-wrapper {
	justify-content: flex-start;
	padding-left: 0;
	text-align: left;
}

.site-title,
.site-logo,
.site-description {
	margin: 0;
}

.site-title {
	font-size: 2.1rem;
	font-weight: 600;
	line-height: 1;
}

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

.site-title a:hover,
.site-title a:focus {
	text-decoration: underline;
}

.site-description {
	margin-top: 1rem;
	color: #6d6d6d;
	font-size: 1.8rem;
	font-weight: 500;
	display: none;
	letter-spacing: -0.0311em;
	transition: all 0.15s linear;
}

.site-logo a,
.site-logo img {
	display: block;
}

.header-titles .site-logo .site-logo {
	margin: 0;
}

.site-logo img {
	max-height: 6rem;
	margin: 0 auto;
	width: auto;
}

body:not(.enable-search-modal) .site-logo img {
	margin: 0;
}

/* Overlay Header ---------------------------- */

.overlay-header #site-header {
	background: transparent;
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	z-index: 2;
}

.overlay-header .header-inner {
	color: #fff;
}

.overlay-header .site-description,
.overlay-header .toggle {
	color: inherit;
}

.overlay-header .header-inner .toggle-wrapper::before {
	background-color: currentColor;
	opacity: 0.25;
}

.admin-bar.overlay-header #site-header {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar.overlay-header #site-header {
		top: 46px;
	}
}

/* Header Navigation ------------------------- */



/* Header Toggles ---------------------------- */

.header-toggles {
	display: none;
}

.header-inner .toggle {
	align-items: center;
	display: flex;
	overflow: visible;
	padding: 0 2rem;
}

.header-inner .toggle svg {
	display: block;
	position: relative;
	z-index: 1;
}

.header-inner .toggle path {
	fill: currentColor;
}

.toggle-inner {
	display: flex;
	justify-content: center;
	height: 2.3rem;
	position: relative;
}

.toggle-icon {
	display: block;
	overflow: hidden;
}

.toggle-inner .toggle-text {
	color: #6d6d6d;
	font-size: 1rem;
	font-weight: 600;
	position: absolute;
	top: calc(100% + 0.5rem);
	width: auto;
	white-space: nowrap;
	word-break: break-all;
}

.overlay-header .toggle-text {
	color: inherit;
}

.header-inner .toggle:focus .toggle-text,
.header-inner .toggle:hover .toggle-text {
	text-decoration: underline;
}

/* Search Toggle ----------------------------- */

.search-toggle {
	position: absolute;
	bottom: 0;
	left: 0;
	top: 0;
}

.search-toggle .toggle-icon,
.search-toggle svg {
	height: 2.5rem;
	max-width: 2.3rem;
	width: 2.3rem;
}

/* Navigation Toggle ------------------------- */

.nav-toggle {
	position: absolute;
	bottom: 0;
	right: 0;
	top: 0;
	width: 6.6rem;
}

.nav-toggle .toggle-icon,
.nav-toggle svg {
	height: 0.8rem;
	width: 2.6rem;
}

.nav-toggle .toggle-inner {
	padding-top: 0.8rem;
}

/* -------------------------------------------------------------------------- */

/*	5. Menu Modal
/* -------------------------------------------------------------------------- */


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	left: -99999rem;
	right: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
	z-index: 99;
}

.admin-bar .menu-modal {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .menu-modal {
		top: 46px;
	}
}

.menu-modal.show-modal {
	display: flex;
}

.menu-modal.active {
	left: 0;
	opacity: 1;
	right: 0;
	transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
	background: #fff;
	display: flex;
	justify-content: stretch;
	overflow: auto;
	-ms-overflow-style: auto;
	width: 100%;
}

.menu-wrapper {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	position: relative;
}

button.close-nav-toggle {
	align-items: center;
	display: flex;
	font-size: 1.6rem;
	font-weight: 500;
	justify-content: flex-end;
	padding: 3.1rem 0;
	width: 100%;
}

button.close-nav-toggle svg {
	height: 1.6rem;
	width: 1.6rem;
}

button.close-nav-toggle .toggle-text {
	margin-right: 1.6rem;
}

.menu-modal .menu-top {
	flex-shrink: 0;
}


/* Main Menu --------------------------------- */

.modal-menu {
	position: relative;
	left: calc(50% - 50vw);
	width: 100vw;
}

.modal-menu li {
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	display: flex;
	flex-wrap: wrap;
	line-height: 1;
	justify-content: flex-start;
	margin: 0;
}

.modal-menu > li > a,
.modal-menu > li > .ancestor-wrapper > a {
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: -0.0375em;
}

.modal-menu > li:last-child {
	border-bottom-width: 0.1rem;
}

.modal-menu .ancestor-wrapper {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

.modal-menu a {
	display: block;
	padding: 2rem 2.5rem;
	text-decoration: none;
	width: 100%;
}

.modal-menu a:focus,
.modal-menu a:hover,
.modal-menu li.current-menu-item > .ancestor-wrapper > a,
.modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
	text-decoration: underline;
}

button.sub-menu-toggle {
	border-left: 0.1rem solid #dedfdf;
	flex-shrink: 0;
	margin: 1rem 0;
	padding: 0 2.5rem;
}

button.sub-menu-toggle svg {
	height: 0.9rem;
	transition: transform 0.15s linear;
	width: 1.5rem;
}

button.sub-menu-toggle.active svg {
	transform: rotate(180deg);
}

.modal-menu ul {
	display: none;
	margin: 0;
	width: 100%;
}

.modal-menu ul li {
	border-left-width: 1rem;
}

.modal-menu ul li a {
	color: inherit;
	font-weight: 500;
}

/* Main menu animation ----------------------- */

.menu-wrapper .menu-item {
	position: relative;
}

.menu-wrapper .active {
	display: block;
}

.menu-wrapper.is-toggling {
	pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
	width: auto;
}

.menu-wrapper.is-animating .menu-item,
.menu-wrapper.is-animating .toggling-target {
	transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
	transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
	display: block;
	transition-property: opacity;
	opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
	opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
	border-top-color: transparent;
	border-bottom-width: 0.1rem;
}

@media (prefers-reduced-motion: reduce) {

	.menu-wrapper.is-animating .menu-item,
	.menu-wrapper.is-animating .toggling-target {
		transition-duration: 1ms !important;
	}

}


/* Expanded Menu ----------------------------- */

.expanded-menu {
	display: none;
}

.mobile-menu {
	display: block;
}


/* Menu Bottom ------------------------------- */

.menu-bottom {
	flex-shrink: 0;
	padding: 4rem 0;
}

.menu-bottom nav {
	width: 100%;
}

.menu-copyright {
	display: none;
	font-size: 1.6rem;
	font-weight: 500;
	margin: 0;
}

.menu-copyright a:focus,
.menu-copyright a:hover {
	text-decoration: underline;
}

.menu-bottom .social-menu {
	justify-content: center;
}


/* -------------------------------------------------------------------------- */

/*	6. Search Modal
/* -------------------------------------------------------------------------- */


.search-modal {
	background: rgba(0, 0, 0, 0.2);
	display: none;
	opacity: 0;
	position: fixed;
	bottom: 0;
	left: -9999rem;
	top: 0;
	transition: opacity 0.2s linear, left 0s 0.2s linear;
	width: 100%;
	z-index: 999;
}

.admin-bar .search-modal.active {
	top: 32px;
}

@media (max-width: 782px) {

	.admin-bar .search-modal.active {
		top: 46px;
	}
}

.search-modal-inner {
	background: #fff;
	transform: translateY(-100%);
	transition: transform 0.15s linear, box-shadow 0.15s linear;
}

.search-modal-inner .section-inner {
	display: flex;
	justify-content: space-between;
	max-width: 168rem;
}

.search-modal.active {
	left: 0;
	opacity: 1;
	transition: opacity 0.2s linear;
}

.search-modal.active .search-modal-inner {
	box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.08);
	transform: translateY(0);
	transition: transform 0.25s ease-in-out, box-shadow 0.1s 0.25s linear;
}

button.search-untoggle {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	margin-right: -2.5rem;
	padding: 0 2.5rem;
}

.search-modal button.search-untoggle {
	color: inherit;
}

.search-modal.active .search-untoggle {
	animation: popIn both 0.3s 0.2s;
}

.search-untoggle svg {
	height: 1.5rem;
	transition: transform 0.15s ease-in-out;
	width: 1.5rem;
}

.search-untoggle:focus svg,
.search-untoggle:hover svg {
	transform: scale(1.15);
}


/* Modal Search Form ------------------------- */

.search-modal form {
	margin: 0;
	position: relative;
	width: 100%;
}

.search-modal .search-field {
	background: none;
	border: none;
	border-radius: 0;
	color: inherit;
	font-size: 2rem;
	letter-spacing: -0.0277em;
	height: 8.4rem;
	margin: 0 0 0 -2rem;
	max-width: calc(100% + 2rem);
	padding: 0 0 0 2rem;
	width: calc(100% + 2rem);
}

.search-modal .search-field::-webkit-input-placeholder {
	color: inherit;
}

.search-modal .search-field:-ms-input-placeholder {
	color: inherit;
}

.search-modal .search-field::-moz-placeholder {
	color: inherit;
	line-height: 4;
}

.search-modal .search-submit {
	position: absolute;
	right: -9999rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-modal .search-submit:focus {
	right: 0;
}


/* -------------------------------------------------------------------------- */

/*	7a. Template: Cover Template
/* -------------------------------------------------------------------------- */


.cover-header {
	display: flex;
	overflow: hidden;
}

.cover-header-inner-wrapper {
	display: flex;
	position: relative;
	flex-direction: column;
	justify-content: flex-end;
	width: 100%;
}

.cover-header-inner {
	padding: 10rem 0 5rem 0;
	width: 100%;
}

.cover-color-overlay,
.cover-color-overlay::before {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: 0;
}

.cover-color-overlay::before {
	background: currentColor;
	content: "";
	display: block;
}

.cover-header .entry-header {
	position: relative;
	width: 100%;
	z-index: 1;
}

.cover-header .entry-header * {
	color: #fff;
}

body.template-cover .entry-header {
	background: transparent;
	padding: 0;
}

.cover-header h1,
.cover-header h2,
.cover-header h3,
.cover-header h4,
.cover-header h5,
.cover-header h6,
.cover-header .faux-heading {
	color: inherit;
}

.cover-header .entry-header a {
	color: inherit;
}

/* To The Content ---------------------------- */

.to-the-content-wrapper {
	position: absolute;
	left: 0;
	right: 0;
	top: calc(100% + 0.5rem);
}

.to-the-content {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 4rem;
	text-decoration: none;
}

.to-the-content svg {
	height: 2rem;
	transition: transform 0.15s linear;
	transform: translateY(0);
	width: 1.767rem;
}

.to-the-content:focus svg,
.to-the-content:hover svg {
	transform: translateY(20%);
}


/* -------------------------------------------------------------------------- */

/*	7c. Template: Full Width
/* -------------------------------------------------------------------------- */


body.template-full-width .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide),
body.template-full-width [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 120rem;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width .entry-content .alignright {
	position: static;
}

body.template-full-width .entry-content .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
	position: static;
}

body.template-full-width .entry-content > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
	position: static;
}

body.template-full-width .entry-content .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 0;
	position: static;
}

body.template-full-width .entry-content > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
body.template-full-width [class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
	position: static;
}


/* -------------------------------------------------------------------------- */

/*	8. Post: Archive
/* -------------------------------------------------------------------------- */


/* Archive Header ---------------------------- */

.archive-header {
	background-color: #fff;
	padding: 4rem 0;
}

.reduced-spacing .archive-header {
	padding-bottom: 2rem;
}

.archive-title {
	font-size: 2.4rem;
	font-weight: 700;
	letter-spacing: -0.026666667em;
	margin: 0;
}

.archive-subtitle p:last-child {
	margin-bottom: 0;
}


/* Posts ------------------------------------- */

body:not(.singular) main > article:first-of-type {
	padding: 4rem 0 0;
}


/* Search Results ---------------------------- */

.no-search-results-form {
	padding-top: 5rem;
}


/* -------------------------------------------------------------------------- */

/*	9. Post: Single
/* -------------------------------------------------------------------------- */


/* Post Header ------------------------------- */



.entry-categories {
	line-height: 1.25;
	margin-bottom: 2rem;
}

.entry-categories-inner {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
	margin: -0.5rem 0 0 -1rem;
}

.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 0 0 1rem;
	text-decoration: none;
	text-transform: uppercase;
}

.entry-categories a:focus,
.entry-categories a:hover {
	border-bottom-color: transparent;
}

h1.entry-title,
h2.entry-title {
	margin: 0;
}

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

.entry-title a:focus,
.entry-title a:hover {
	text-decoration: underline;
}

.intro-text {
	margin-top: 2rem;
}

.singular .intro-text {
	font-size: 2rem;
	letter-spacing: -0.0315em;
	line-height: 1.4;
}

/* POST META */

.post-meta-single-top .post-meta {
	justify-content: center;
}

.post-meta-wrapper {
	margin-top: 2rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	margin: -1rem 0 0 -2rem;
}

.post-meta li {
	flex-shrink: 0;
	letter-spacing: -0.016875em;
	margin: 1rem 0 0 2rem;
	max-width: calc(100% - 2rem);
}

.post-meta a {
	color: inherit;
	text-decoration: none;
}

.post-meta a:focus,
.post-meta a:hover {
	text-decoration: underline;
}

.post-meta .meta-wrapper {
	align-items: center;
	display: flex;
	flex-wrap: nowrap;
}

.post-meta .meta-icon {
	flex-shrink: 0;
	margin-right: 1rem;
}

.sticky .post-sticky {
	color: inherit;
}

.post-meta .post-author .meta-icon svg {
	width: 1.6rem;
	height: 1.8rem;
}

.post-meta .post-categories .meta-icon svg {
	width: 1.8rem;
	height: 1.7rem;
}

.post-meta .post-comment-link .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-date .meta-icon svg {
	width: 1.7rem;
	height: 1.8rem;
}

.post-meta .post-edit .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta .post-sticky .meta-icon svg {
	width: 1.5rem;
	height: 1.8rem;
}

.post-meta .post-tags .meta-icon svg {
	width: 1.8rem;
	height: 1.8rem;
}

.post-meta svg * {
	fill: currentColor;
}


/* Featured Media ---------------------------- */





/* Post Footer ------------------------------- */

/* POST NAV LINKS */

.post-nav-links {
	border-radius: 0.4rem;
	display: flex;
	font-size: 0.9em;
	font-weight: 600;
	line-height: 1;
	margin: 3em auto 0 auto;
	padding: 0;
	width: calc(100% - 4rem);
	max-width: 58rem;
}

.post-nav-links > span.label {
	padding: 1em 0;
}

.post-nav-links > * {
	padding: 1em 0.75em;
}

/* POST META BOTTOM */

.post-meta-wrapper.post-meta-single-bottom {
	margin-top: 3rem;
}


/* Author Bio -------------------------------- */

.author-bio {
	margin-top: 4rem;
	margin-right: auto;
	margin-left: auto;
	max-width: 58rem;
	width: 100%;
}

.hide-avatars .author-bio {
	padding-left: 0;
}

.author-bio .author-title-wrapper {
	align-items: center;
	display: flex;
	margin: 0 0 1rem 0;
}

.author-bio .avatar {
	border-radius: 50%;
	margin-right: 1.5rem;
	height: 5rem;
	width: 5rem;
}

.hide-avatars img.avatar {
	display: none;
}

.author-bio p:last-child {
	margin-bottom: 0;
}

.author-bio .author-title {
	margin: 0;
}

.author-bio .author-link {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	margin-top: 1em;
	text-decoration: none;
}

.author-bio .author-link:focus,
.author-bio .author-link:hover {
	text-decoration: underline;
}


/* Single Pagination ------------------------- */




/* -------------------------------------------------------------------------- */

/*	10. Blocks
/* -------------------------------------------------------------------------- */


/* Block Colors ------------------------------ */

.has-text-color a {
	color: inherit;
}

/* CUSTOM COLORS */

:root .has-accent-color {
	color: #cd2653;
}

:root .has-accent-background-color {
	background-color: #cd2653;
	color: #fff;
}

:root .has-primary-color {
	color: #000;
}

:root .has-primary-background-color {
	background-color: #000;
	color: #f5efe0;
}

:root .has-secondary-color {
	color: #6d6d6d;
}

:root .has-secondary-background-color {
	background-color: #6d6d6d;
	color: #fff;
}

:root .has-subtle-background-color {
	color: #dcd7ca;
}

:root .has-subtle-background-background-color {
	background-color: #dcd7ca;
	color: #000;
}

:root .has-background-color {
	color: #f5efe0;
}

:root .has-background-background-color {
	background-color: #f5efe0;
	color: #000;
}


/* Block Typography Classes ------------------ */

.has-text-align-left {

	/*rtl:ignore*/
	text-align: left;
}

.has-text-align-center {
	text-align: center;
}

.has-text-align-right {
	text-align: right;
}

.has-drop-cap:not(:focus)::first-letter {
	color: #cd2653;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 5.1em;
	font-weight: 800;
	margin: 0.05em 0.1em 0 0;
}

.has-drop-cap:not(:focus)::first-letter::after {
	content: "";
	display: table;
	clear: both;
}

.has-drop-cap:not(:focus)::after {
	padding: 0;
}


/* Block Font Families ----------------------- */

.has-drop-cap:not(:focus)::first-letter,
.entry-content .wp-block-archives,
.entry-content .wp-block-categories,
.entry-content .wp-block-cover-image,
.entry-content .wp-block-latest-comments,
.entry-content .wp-block-latest-posts,
.entry-content .wp-block-pullquote,
.entry-content .wp-block-quote.is-large,
.entry-content .wp-block-quote.is-style-large {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.has-drop-cap:not(:focus)::first-letter,
	.entry-content .wp-block-archives,
	.entry-content .wp-block-categories,
	.entry-content .wp-block-latest-posts,
	.entry-content .wp-block-latest-comments,
	.entry-content .wp-block-cover-image p,
	.entry-content .wp-block-pullquote {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Block Font Sizes -------------------------- */

.entry-content .has-small-font-size {
	font-size: 0.842em;
}

.entry-content .has-normal-font-size,
.entry-content .has-regular-font-size {
	font-size: 1em;
}

.entry-content .has-medium-font-size {
	font-size: 1.1em;
	line-height: 1.45;
}

.entry-content .has-large-font-size {
	font-size: 1.25em;
	line-height: 1.4;
}

.entry-content .has-larger-font-size {
	font-size: 1.5em;
	line-height: 1.3;
}


/* Block: Base Margins ----------------------- */

*[class*="_inner-container"] > *:first-child {
	margin-top: 0;
}

*[class*="_inner-container"] > *:last-child {
	margin-bottom: 0;
}

.wp-block-archives:not(.alignwide):not(.alignfull),
.wp-block-categories:not(.alignwide):not(.alignfull),
.wp-block-code,
.wp-block-columns:not(.alignwide):not(.alignfull),
.wp-block-cover:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-embed:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-gallery:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-group:not(.has-background):not(.alignwide):not(.alignfull),
.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter),
.wp-block-latest-comments:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-latest-posts:not(.aligncenter):not(.alignleft):not(.alignright),
.wp-block-media-text:not(.alignwide):not(.alignfull),
.wp-block-preformatted,
.wp-block-pullquote:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright),
.wp-block-quote,
.wp-block-quote.is-large,
.wp-block-quote.is-style-large,
.wp-block-verse,
.wp-block-video:not(.alignwide):not(.alignfull) {
	margin-bottom: 3rem;
	margin-top: 3rem;
}


/* Block: Shared Nesting Alignment Resets ---- */

[class*="__inner-container"] .wp-block-group:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright),
[class*="__inner-container"] .wp-block-cover:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright) {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
}


/* Block: Shared Widget Styles --------------- */

.wp-block-archives,
.wp-block-categories,
.wp-block-latest-posts,
.wp-block-latest-comments {
	list-style: none;
	margin-left: 0;
}

.wp-block-archives ul,
.wp-block-categories ul,
.wp-block-latest-posts ul,
.wp-block-latest-comments ul {
	list-style: none;
}

.entry-content .wp-block-archives > li,
.entry-content .wp-block-categories > li,
.entry-content .wp-block-latest-posts > li,
.entry-content .wp-block-latest-comment > li {
	margin-left: 0;
}

.entry-content .wp-block-archives > li:last-child,
.entry-content .wp-block-categories > li:last-child,
.entry-content .wp-block-latest-posts > li:last-child,
.entry-content .wp-block-latest-comment > li:last-child {
	margin-bottom: 0;
}

.entry-content .wp-block-archives *,
.entry-content .wp-block-categories *,
.entry-content .wp-block-latest-posts *,
.entry-content .wp-block-latest-comments * {
	font-family: inherit;
}

.entry-content .wp-block-archives li,
.entry-content .wp-block-categories li,
.entry-content .wp-block-latest-posts li {
	color: #6d6d6d;
}

.wp-block-archives a,
.wp-block-categories a,
.wp-block-latest-posts a,
.wp-block-latest-comments a {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-archives a:hover,
.wp-block-categories a:hover,
.wp-block-latest-posts a:hover,
.wp-block-latest-comments a:hover,
.wp-block-archives a:focus,
.wp-block-categories a:focus,
.wp-block-latest-posts a:focus,
.wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-posts a,
.wp-block-latest-comments__comment-meta {
	font-weight: 700;
	letter-spacing: -0.025em;
	line-height: 1.25;
}

.wp-block-latest-comments__comment-date,
.wp-block-latest-posts__post-date {
	color: #6d6d6d;
	font-size: 0.7em;
	font-weight: 600;
	letter-spacing: normal;
	margin-top: 0.15em;
}


/* Block: Shared Media Styles ---------------- */

.wp-block-embed figcaption,
.wp-block-image figcaption {
	color: #6d6d6d;
	font-size: 1.4rem;
	margin-bottom: 0;
	margin-top: 1.5rem;
}

/* Block: Audio ------------------------------ */

.wp-block-audio audio {
	width: 100%;
}

/* Block: Button ----------------------------- */

.wp-block-button {
	margin: 3rem 0;
}

.wp-block-button.is-style-outline {
	color: #cd2653;
}

.is-style-outline .wp-block-button__link:not(.has-text-color) {
	color: inherit;
}

.is-style-outline .wp-block-button__link {
	padding: calc(1.1em - 0.2rem) calc(1.44em - 0.2rem);
}

/* Block: Columns ---------------------------- */

.wp-block-columns.alignfull,
.alignfull:not(.has-background) .wp-block-columns {
	padding-left: 2rem;
	padding-right: 2rem;
}

.wp-block-column {
	margin-bottom: 3.2rem;
}

.wp-block-column > *:first-child {
	margin-top: 0;
}

.wp-block-column > *:last-child {
	margin-bottom: 0;
}

/* Block: Cover ------------------------------ */

.wp-block-cover-image .wp-block-cover__inner-container,
.wp-block-cover .wp-block-cover__inner-container {
	width: calc(100% - 4rem);
	padding: 2rem 0;
}

.wp-block-cover-image .wp-block-cover-image-text,
.wp-block-cover-image .wp-block-cover-text,
.wp-block-cover-image h2,
.wp-block-cover .wp-block-cover-image-text,
.wp-block-cover .wp-block-cover-text,
.wp-block-cover h2 {
	max-width: 100%;
	padding: 0;
}

.wp-block-cover-image h2,
.wp-block-cover h2 {
	font-size: 3.2rem;
}

/* Block: Embed ------------------------------ */

/* Block: File ------------------------------- */

.wp-block-file {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wp-block-file a:not(.wp-block-file__button) {
	font-weight: 700;
	text-decoration: none;
}

.wp-block-file a:not(.wp-block-file__button):not(:last-child) {
	margin-right: 1rem;
}

.wp-block-file a:not(.wp-block-file__button):focus,
.wp-block-file a:not(.wp-block-file__button):hover {
	text-decoration: underline;
}

.wp-block-file .wp-block-file__button {
	font-size: 1.5rem;
	padding: 1em 1.25em;
}

.wp-block-file a.wp-block-file__button:visited {
	opacity: 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 {
	opacity: 1;
	text-decoration: underline;
}


/* Block: Gallery ---------------------------- */

.wp-block-gallery ul {
	list-style: none;
	margin: 0 0 -1.6rem 0;
}

figure.wp-block-gallery.alignnone,
figure.wp-block-gallery.aligncenter {
	margin-bottom: 3rem;
	margin-top: 3rem;
}

figure.wp-block-gallery.alignleft {
	margin: 0.3rem 2rem 2rem 0;
}

figure.wp-block-gallery.alignright {
	margin: 0.3rem 0 2rem 2rem;
}

figure.wp-block-gallery.alignwide {
	margin-bottom: 4rem;
	margin-top: 4rem;
}

figure.wp-block-gallery.alignfull {
	margin-bottom: 5rem;
	margin-top: 5rem;
}

/* Block: Group ------------------------------ */

.wp-block-group.has-background {
	padding: 2rem;
	margin-bottom: 0;
	margin-top: 0;
}

.wp-block-group__inner-container {
	margin: 0 auto;
}

.wp-block-group__inner-container,
.entry-content .wp-block-group p {
	max-width: 100%;
}

.alignfull:not(.has-background) > .wp-block-group__inner-container > p:not(.has-background-color) {
	padding-left: 2rem;
	padding-right: 2rem;
}

/* Block: Image ------------------------------ */

/* Block: Media And Text --------------------- */

.wp-block-media-text .wp-block-media-text__content {
	padding: 3rem 2rem;
}

.wp-block-media-text .wp-block-media-text__content p {
	max-width: none;
}

.wp-block-media-text__content > *:first-child {
	margin-top: 0;
}

.wp-block-media-text__content > *:last-child {
	margin-bottom: 0;
}

/* Block: Pullquote -------------------------- */

/* STYLE: DEFAULT */

.wp-block-pullquote {
	padding: 0;
	position: relative;
}

.wp-block-pullquote.alignleft,
.wp-block-pullquote.alignright {
	max-width: calc(100% - 4rem);
}

.wp-block-pullquote::before {
	background: #fff;
	border-radius: 50%;
	color: #cd2653;
	content: "”";
	display: block;
	font-size: 6.2rem;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 auto 1.5rem auto;
	text-align: center;
	height: 4.4rem;
	width: 4.4rem;
}

.reduced-spacing .wp-block-pullquote::before {
	border: 0.1rem solid currentColor;
	font-size: 5.9rem;
}

.wp-block-pullquote blockquote {
	border: none;
	margin: 0;
	padding: 0;
}

.wp-block-pullquote blockquote p {
	font-family: inherit;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.178571429;
	letter-spacing: -0.041785714em;
	max-width: 100%;
}

.wp-block-pullquote p:last-of-type {
	margin-bottom: 0;
}

.wp-block-pullquote cite {
	color: #6d6d6d;
	font-size: 1.6rem;
	font-weight: 500;
	margin-top: 1.2rem;
}

.wp-block-pullquote.alignleft p,
.wp-block-pullquote.alignright p {
	font-size: 2.8rem;
}

.wp-block-pullquote.alignleft {
	text-align: left;
}

.wp-block-pullquote.alignright {
	text-align: right;
}

.wp-block-pullquote.alignleft::before {
	margin-left: 0;
}

.wp-block-pullquote.alignright::before {
	margin-right: 0;
}

/* STYLE: SOLID BACKGROUND COLOR */

.wp-block-pullquote.is-style-solid-color {
	padding: 3rem 2rem;
}

.wp-block-pullquote.is-style-solid-color::before {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before,
.wp-block-pullquote.is-style-solid-color.alignright::before {
	transform: translateY(-50%);
}

.wp-block-pullquote.is-style-solid-color.alignleft::before {
	left: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	left: auto;
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color blockquote {
	max-width: 100%;
	text-align: inherit;
}

.wp-block-pullquote.is-style-solid-color cite {
	color: inherit;
}

/* Block: Separator  ------------------------- */

hr.wp-block-separator {
	margin: 3rem 0;
}

/* STYLE: WIDE */

.wp-block-separator.is-style-wide {
	max-width: calc(100vw - 4rem);
	position: relative;
	width: 100%;
}

/* STYLE: DOTS */

.wp-block-separator.is-style-dots::before {
	background: none;
	color: inherit;
	font-size: 3.2rem;
	font-weight: 700;
	height: auto;
	letter-spacing: 1em;
	padding-left: 1em;
	position: static;
	transform: none;
	width: auto;
}

.wp-block-separator.is-style-dots::after {
	content: none;
}


/* Block: Search ----------------------------- */

.wp-block-search .wp-block-search__input {
	width: auto;
}

/* Block: Table ------------------------------ */

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
	background: #dcd7ca;
}

figure.wp-block-table.is-style-stripes {
	border-bottom: none;
}

.wp-block-table.is-style-stripes table {
	border-collapse: inherit;
}

/* Block: Quote ------------------------------ */

.wp-block-quote p,
.wp-block-quote cite {
	text-align: inherit;
}

.wp-block-quote[style="text-align:center"] {
	border-width: 0;
	padding: 0;
}

.wp-block-quote[style="text-align:right"] {

	/*rtl:begin:ignore*/
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;

	/*rtl:end:ignore*/
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
	font-family: inherit;
	font-size: 2.4rem;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -0.02em;
	line-height: 1.285;
}

.wp-block-quote.is-large cite,
.wp-block-quote.is-large footer,
.wp-block-quote.is-style-large cite,
.wp-block-quote.is-style-large footer {
	font-size: 1.6rem;
	text-align: inherit;
}

/* Block: Widget Latest Comments ------------- */

.entry-content .wp-block-latest-comments li {
	margin: 2rem 0;
}

.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,
.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta {
	margin-left: 5.5rem;
}

.entry-content .wp-block-latest-comments a {
	text-decoration: none;
}

.entry-content .wp-block-latest-comments a:hover,
.entry-content .wp-block-latest-comments a:focus {
	text-decoration: underline;
}

.wp-block-latest-comments__comment {
	font-size: inherit;
}

.wp-block-latest-comments__comment-date {
	margin-top: 0.4em;
}

.wp-block-latest-comments__comment-excerpt p {
	font-size: 0.7em;
	margin: 0.9rem 0 2rem 0;
}

/* Block: Widget Latest Posts ---------------- */

.wp-block-latest-posts.is-grid li {
	border-top: 0.2rem solid #dcd7ca;
	margin-top: 2rem;
	padding-top: 1rem;
}

.wp-block-latest-posts.has-dates {
	list-style: none;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li {
	margin-top: 1.5rem;
}

.wp-block-latest-posts.has-dates:not(.is-grid) li:first-child {
	margin-top: 0;
}

/* Block: Post Template ---------------- */

.wp-block-post-template,
.wp-block-post-template > li {
	margin-left: 0;
	margin-right: 0;
}


/* -------------------------------------------------------------------------- */

/*	11. Entry Content
/* -------------------------------------------------------------------------- */


.entry-content {
	line-height: 1.5;
}

.entry-content > * {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.25em;
}

.entry-content > *:first-child {
	margin-top: 0;
}

.entry-content > *:last-child {
	margin-bottom: 0;
}

.read-more-button-wrap {
	margin-top: 1em;
	text-align: center;
}

.entry-content a:hover,
.entry-content a:focus {
	text-decoration: none;
}

.entry-content p,
.entry-content li {
	line-height: 1.4;
}

.entry-content li img {
	display: inline-block;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	margin: 3.5rem auto 2rem;
}

.entry-content ul ul,
.entry-content ol ol,
.entry-content ul ol,
.entry-content ol ul {
	margin-bottom: 1rem;
}

.entry-content hr {
	margin: 4rem auto;
}

.post-inner .entry-content > .wp-block-cover.alignwide:first-child,
.post-inner .entry-content > .wp-block-cover.alignfull:first-child {
	margin-top: 0;
}

/* Font Families ----------------------------- */



/* Center */

.aligncenter,
.aligncenter img {
	margin-left: auto;
	margin-right: auto;
}

/* Left and right */

.alignleft,
.alignright {
	max-width: 50%;
}

.alignleft {

	/*rtl:ignore*/
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {

	/*rtl:ignore*/
	float: right;
	margin: 0.3rem 2rem 2rem 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignleft,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft {

	/*rtl:ignore*/
	margin-left: 2rem;
}

[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > p .alignright,
[class*="wp-block"].alignfull:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright {

	/*rtl:ignore*/
	margin-right: 2rem;
}

/* Entry Media ------------------------------- */

.alignfull > figcaption,
.alignfull > .wp-caption-text {
	margin-left: auto;
	margin-right: auto;
	max-width: 58rem;
	width: calc(100% - 4rem);
}


/* -------------------------------------------------------------------------- */

/*	12. Comments
/* -------------------------------------------------------------------------- */


/* Comment Headers ----------------------------- */

.comments-wrapper {
	margin-top: 5rem;
}

.comment-reply-title {
	margin: 0 0 4rem 0;
	text-align: center;
}


/* Comment Item ----------------------------- */

/* COMMENT HEADER */

.comments .comment,
.comments .pingback,
.comments .trackback,
.comments .review {
	padding-top: 3.5rem;
}

div.comment:first-of-type {
	margin-top: 3.5rem;
	padding-top: 0;
}

.comments .comments-header + div {
	margin-top: 0;
	padding-top: 0;
}

.comment-body {
	position: relative;
}

.comment .comment {
	padding-left: 5%;
}

.comment-meta {
	line-height: 1.1;
	margin-bottom: 1.5rem;
	min-height: 5rem;
	padding-left: 5rem;
	position: relative;
}

.hide-avatars .comment-meta {
	min-height: 0;
	padding-left: 0;
}

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.027777778em;
}

.comment-author a {
	text-decoration: underline;
}

.comment-author a:hover,
.comment-author a:focus {
	text-decoration: none;
}

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	left: 0;
	top: 0;
	width: 4rem;
}

.comment-author .url {
	text-decoration: underline;
}

.comment-metadata {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-weight: 500;
	margin-top: 0.6rem;
}

.comment-metadata a {
	text-decoration: none;
}

.comment-metadata a:focus,
.comment-metadata a:hover {
	text-decoration: underline;
}


/* COMMENT CONTENT */

.comment-content.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	width: 100%;
}

.comment-content.entry-content .alignleft {

	/*rtl:ignore*/
	margin-left: 0;
}

.comment-content.entry-content .alignright {

	/*rtl:ignore*/
	margin-right: 0;
}

/* COMMENT FOOTER */

.comment-footer-meta {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.2rem;
	font-weight: 600;
	justify-content: flex-start;
	letter-spacing: 0.030833333em;
	line-height: 1;
	margin: 1.5rem 0 -1rem -1.5rem;
	text-transform: uppercase;
}

.comment-footer-meta > * {
	margin: 0 0 1rem 1.5rem;
}

.comment-reply-link {
	background-color: #cd2653;
	color: #fff;
	display: block;
	padding: 0.7rem;
}

.bypostauthor .comment-footer-meta .by-post-author {
	display: block;
}

.comment-footer-meta a {
	text-decoration: none;
}

.comment-footer-meta a:focus,
.comment-footer-meta a:hover {
	text-decoration: underline;
}


/* Pingbacks & Trackbacks ------------------------- */

.pingback .comment-meta,
.trackback .comment-meta {
	padding-left: 0;
}


/* Comments Pagination ---------------------------- */

.comments-pagination {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 6rem;
	text-align: center;
}

.comments-pagination.only-next {
	justify-content: flex-end;
}

.comments-pagination .page-numbers {
	display: none;
	text-decoration: none;
}

.comments-pagination .page-numbers:focus,
.comments-pagination .page-numbers:hover {
	text-decoration: underline;
}

.comments-pagination .prev,
.comments-pagination .next {
	display: block;
}

.comments-pagination .prev {
	left: 0;
}

.comments-pagination .next {
	right: 0;
	text-align: right;
}


/* Comment Respond ---------------------------- */

.comment-respond::after {
	clear: both;
	content: "";
	display: block;
}

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.6rem;
	line-height: 1.4;
	margin: -3rem 0 4rem 0;
	text-align: center;
}

.comment-respond .comment-notes a,
.comment-respond .logged-in-as a {
	color: inherit;
	text-decoration: none;
}

.comment-respond .comment-notes a:focus,
.comment-respond .comment-notes a:hover,
.comment-respond .logged-in-as a:focus,
.comment-respond .logged-in-as a:hover {
	text-decoration: underline;
}

.comment-respond p {
	line-height: 1.1;
	margin-bottom: 2rem;
	margin-left: auto;
	margin-right: auto;
}


.comment-form-cookies-consent {
	align-items: baseline;
	display: flex;
}

.comment-respond > p:last-of-type {
	margin-bottom: 0;
}

.comment-respond label {
	display: block;
}

.comment-respond input[type="checkbox"] + label {
	font-size: 1.5rem;
	line-height: 1.25;
}

.comment-respond input[type="text"],
.comment-respond input[type="email"],
.comment-respond textarea {
	margin-bottom: 0;
}

.comment-respond textarea {
	height: 15rem;
}

.comment-respond #submit {
	display: block;
}

.comment-respond .comments-closed {
	text-align: center;
}


/* Reply Respond ---------------------------- */

.comments .comment-respond {
	padding: 3rem 0 0;
}

.comments .comment-respond .comment-reply-title,
.comments .comment-respond .comment-notes,
.comments .comment-respond .logged-in-as {
	text-align: left;
}

.comment-reply-title small {
	display: block;
	font-size: 1.6rem;
	font-weight: 600;
	letter-spacing: -0.0277em;
	margin: 0.5rem 0 0 0;
	white-space: nowrap;
}

.comment-reply-title small a {
	text-decoration: none;
}

.comment-reply-title small a:focus,
.comment-reply-title small a:hover {
	text-decoration: underline;
}


/* -------------------------------------------------------------------------- */

/*	13. Site Pagination
/* -------------------------------------------------------------------------- */


.pagination .nav-links {
	align-items: baseline;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.8rem;
	font-weight: 600;
	margin: -1.5rem 0 0 -2.5rem;
	width: calc(100% + 2.5rem);
}

.pagination-separator {
	margin: 5rem 0;
}


.nav-links .placeholder {
	display: none;
	visibility: hidden;
}

.pagination a {
	text-decoration: none;
}

.pagination a:focus,
.pagination a:hover {
	text-decoration: underline;
}

.pagination .dots {
	transform: translateY(-0.3em);
	color: #6d6d6d;
}

.nav-short {
	display: none;
}

/* -------------------------------------------------------------------------- */

/*	14. Error 404
/* -------------------------------------------------------------------------- */


.error404 #site-content {
	padding-top: 4rem;
}

.error404-content {
	text-align: center;
}

.error404 #site-content .search-form {
	justify-content: center;
	margin-top: 3rem;
}


/* -------------------------------------------------------------------------- */

/*	15.	Widgets
/* -------------------------------------------------------------------------- */


/* Widget Base ------------------------------- */

.widget {
	margin-top: 3rem;
}

.widget:first-child {
	margin-top: 0;
}

.widget-content > div > *:first-child {
	margin-top: 0;
}

.widget-content > div > *:last-child {
	margin-bottom: 0;
}

.widget .widget-title {
	margin: 0 0 2rem;
}

.widget li {
	margin: 2rem 0 0 0;
}

.widget li:first-child,
.widget li > ul,
.widget li > ol {
	margin-top: 0;
}

.widget table,
.widget table * {
	border-color: #dedfdf;
}

.widget table caption {
	background-color: #dedfdf;
}

.widget .post-date,
.widget .rss-date {
	color: #6d6d6d;
	display: block;
	font-size: 0.85em;
	font-weight: 500;
	margin-top: 0.2rem;
}

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

/* Font Families ----------------------------- */

.widget_text p,
.widget_text ol,
.widget_text ul,
.widget_text dl,
.widget_text dt,
.widget-content .rssSummary {
	font-family: NonBreakingSpaceOverride, "Hoefler Text", Garamond, "Times New Roman", serif;
	letter-spacing: normal;
}

.widget-content cite,
.widget-content figcaption,
.widget-content .wp-caption-text {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
}

@supports ( font-variation-settings: normal ) {

	.widget-content cite,
	.widget-content figcaption,
	.widget-content .wp-caption-text {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

/* Base List Widget -------------------------- */

.widget_archive ul,
.widget_categories ul,
.widget_pages ul,
.widget_meta ul,
.widget_nav_menu ul,
.widget_recent_comments ul,
.widget_recent_entries ul,
.widget_rss ul {
	list-style: none;
	margin: 0;
}

.widget_archive li,
.widget_categories li,
.widget_pages li,
.widget_meta li,
.widget_nav_menu li {
	color: #6d6d6d;
	margin: 0.3rem 0;
}

.widget_archive li li,
.widget_categories li li,
.widget_pages li li,
.widget_meta li li,
.widget_nav_menu li li {
	margin-left: 2rem;
}

.widget_archive a,
.widget_categories a,
.widget_pages a,
.widget_meta a,
.widget_nav_menu a {
	font-weight: 700;
	text-decoration: none;
}

.widget_archive a:focus,
.widget_archive a:hover,
.widget_categories a:focus,
.widget_categories a:hover,
.widget_pages a:focus,
.widget_pages a:hover,
.widget_meta a:focus,
.widget_meta a:hover,
.widget_nav_menu a:focus,
.widget_nav_menu a:hover {
	text-decoration: underline;
}

/* Widget: Calendar -------------------------- */

.calendar_wrap {
	font-size: 2.4rem;
}

.calendar_wrap th,
.calendar_wrap td,
.wp-calendar-nav span {
	display: table-cell;
	font-size: 1em;
	font-weight: 500;
	line-height: 1;
	padding: 2.5% 2.5% 1.75% 2.5%;
	text-align: center;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	width: 100%;
	font-size: 1.8rem;
}

.calendar_wrap tfoot td {
	border-bottom: none;
}

.calendar_wrap tfoot a,
.calendar_wrap .wp-calendar-nav a {
	text-decoration: none;
}

.calendar_wrap tfoot #prev,
.calendar_wrap .wp-calendar-nav-prev {
	text-align: left;
}

.calendar_wrap tfoot #next,
.calendar_wrap .wp-calendar-nav-next {
	text-align: right;
}

/* Widget: Image ----------------------------- */

/* Widget: Gallery --------------------------- */

.widget_media_gallery .gallery {
	margin: 0 -0.4em -0.8em -0.4em;
	width: calc(100% + 0.8em);
}

.widget_media_gallery .gallery-item {
	margin: 0 0 0.8em 0;
	padding: 0 0.4em;
}

/* Widget: Nav Menu -------------------------- */

.widget_nav_menu .widget-content > div > ul {
	margin-left: 0;
}

/* Widget: Recent Comments ------------------- */

.widget_recent_comments li {
	font-weight: 700;
}

.widget_recent_comments a {
	text-decoration: none;
}

.widget_recent_comments a:focus,
.widget_recent_comments a:hover {
	text-decoration: underline;
}

/* Widget: Recent Entries -------------------- */

.widget_recent_entries a {
	font-weight: 700;
	text-decoration: none;
}

.widget_recent_entries a:focus,
.widget_recent_entries a:hover {
	text-decoration: underline;
}

/* Widget: RSS ------------------------------- */

.widget_rss .widget-title a.rsswidget:first-of-type:not(.rss-widget-title) {
	display: none;
}

.widget_rss .rsswidget {
	font-weight: 700;
}

.widget_rss a {
	text-decoration: none;
}

.widget_rss a:focus,
.widget_rss a:hover {
	text-decoration: underline;
}

.widget_rss .rssSummary {
	margin-top: 0.5rem;
}

.widget_rss cite::before {
	content: "— ";
}

/* Widget: Search ---------------------------- */

.widget_search .search-field {
	border-color: #dedfdf;
}

/* Widget: Tag Cloud ------------------------- */

.widget_tag_cloud a {
	font-weight: 700;
	margin-right: 0.5rem;
	text-decoration: none;
	white-space: nowrap;
}

.widget_tag_cloud a:focus,
.widget_tag_cloud a:hover {
	text-decoration: underline;
}

/* Widget: Text ------------------------------ */


/* -------------------------------------------------------------------------- */

/*	16. Site Footer
/* -------------------------------------------------------------------------- */


.footer-nav-widgets-wrapper,
#site-footer {
	background-color: #fff;
	border-color: #dedfdf;
	border-style: solid;
	border-width: 0;
}

.footer-top-visible .footer-nav-widgets-wrapper,
.footer-top-hidden #site-footer {
	margin-top: 5rem;
}

.reduced-spacing.footer-top-visible .footer-nav-widgets-wrapper,
.reduced-spacing.footer-top-hidden #site-footer {
	border-top-width: 0.1rem;
}

.footer-top,
.footer-widgets-outer-wrapper,
#site-footer {
	padding: 3rem 0;
}


/* Footer Top -------------------------------- */

.footer-top {
	display: flex;
	border-bottom: 0.1rem solid #dedfdf;
	justify-content: space-between;
}

/* FOOTER MENU */

.footer-menu {
	font-size: 1.8rem;
	font-weight: 700;
	letter-spacing: -0.0277em;
}

.footer-menu li {
	line-height: 1.25;
	margin: 0.25em 0 0 0;
}

.footer-menu a {
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.footer-menu a:hover,
.footer-menu a:focus {
	text-decoration: underline;
}

/* FOOTER SOCIAL */

.footer-social-wrapper {
	margin: 0;
	width: 100%;
}

.has-footer-menu .footer-social-wrapper {
	flex-shrink: 0;
	margin-left: 1rem;
	width: 50%;
}

ul.footer-social {
	margin: -0.5rem 0 0 -0.5rem;
}

.has-footer-menu .footer-social {
	justify-content: flex-end;
}

ul.footer-social li {
	margin: 0.5rem 0 0 0.5rem;
}

.footer-social a {
	background-color: #cd2653;
	height: 3.6rem;
	width: 3.6rem;
}

.footer-social a::before {
	font-size: 1.6rem;
}

/* Footer Widgets ---------------------------- */

.footer-widgets-outer-wrapper {
	border-bottom: 0.1rem solid #dedfdf;
}

.footer-widgets + .footer-widgets {
	margin-top: 3rem;
}

/* Footer Bottom ----------------------------- */

#site-footer {
	font-size: 1.6rem;
}

#site-footer .section-inner {
	align-items: baseline;
	display: flex;
	justify-content: space-between;
}

#site-footer a {
	text-decoration: none;
}

#site-footer a:focus,
#site-footer a:hover {
	text-decoration: underline;
}

.footer-copyright a,
.privacy-policy a,
.powered-by-wordpress a {
	color: inherit;
}

.privacy-policy,
.powered-by-wordpress,
.to-the-top {
	color: #6d6d6d;
}

a.to-the-top {
	margin-left: 2.4rem;
	white-space: nowrap;
}

a.to-the-top > * {
	pointer-events: none;
}

.footer-copyright {
	font-weight: 600;
	margin: 0;
}

.powered-by-wordpress {
	display: none;
	margin: 0 0 0 2.4rem;
}

.privacy-policy {
	margin: 1.2rem 0 0;
}

.to-the-top-long {
	display: none;
}
@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit.eot');
    src: url('./fonts/Larsseit.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit.woff2') format('woff2'),
        url('./fonts/Larsseit.woff') format('woff'),
        url('./fonts/Larsseit.ttf') format('truetype'),
        url('./fonts/Larsseit.svg#Larsseit') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-ThinItalic.eot');
    src: url('./fonts/Larsseit-ThinItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-ThinItalic.woff2') format('woff2'),
        url('./fonts/Larsseit-ThinItalic.woff') format('woff'),
        url('./fonts/Larsseit-ThinItalic.ttf') format('truetype'),
        url('./fonts/Larsseit-ThinItalic.svg#Larsseit-ThinItalic') format('svg');
    font-weight: 100;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-Bold.eot');
    src: url('./fonts/Larsseit-Bold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-Bold.woff2') format('woff2'),
        url('./fonts/Larsseit-Bold.woff') format('woff'),
        url('./fonts/Larsseit-Bold.ttf') format('truetype'),
        url('./fonts/Larsseit-Bold.svg#Larsseit-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-ExtraBoldItalic.eot');
    src: url('./fonts/Larsseit-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-ExtraBoldItalic.woff2') format('woff2'),
        url('./fonts/Larsseit-ExtraBoldItalic.woff') format('woff'),
        url('./fonts/Larsseit-ExtraBoldItalic.ttf') format('truetype'),
        url('./fonts/Larsseit-ExtraBoldItalic.svg#Larsseit-ExtraBoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-Light.eot');
    src: url('./fonts/Larsseit-Light.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-Light.woff2') format('woff2'),
        url('./fonts/Larsseit-Light.woff') format('woff'),
        url('./fonts/Larsseit-Light.ttf') format('truetype'),
        url('./fonts/Larsseit-Light.svg#Larsseit-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-ExtraBold.eot');
    src: url('./fonts/Larsseit-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-ExtraBold.woff2') format('woff2'),
        url('./fonts/Larsseit-ExtraBold.woff') format('woff'),
        url('./fonts/Larsseit-ExtraBold.ttf') format('truetype'),
        url('./fonts/Larsseit-ExtraBold.svg#Larsseit-ExtraBold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-Italic.eot');
    src: url('./fonts/Larsseit-Italic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-Italic.woff2') format('woff2'),
        url('./fonts/Larsseit-Italic.woff') format('woff'),
        url('./fonts/Larsseit-Italic.ttf') format('truetype'),
        url('./fonts/Larsseit-Italic.svg#Larsseit-Italic') format('svg');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-BoldItalic.eot');
    src: url('./fonts/Larsseit-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-BoldItalic.woff2') format('woff2'),
        url('./fonts/Larsseit-BoldItalic.woff') format('woff'),
        url('./fonts/Larsseit-BoldItalic.ttf') format('truetype'),
        url('./fonts/Larsseit-BoldItalic.svg#Larsseit-BoldItalic') format('svg');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-LightItalic.eot');
    src: url('./fonts/Larsseit-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-LightItalic.woff2') format('woff2'),
        url('./fonts/Larsseit-LightItalic.woff') format('woff'),
        url('./fonts/Larsseit-LightItalic.ttf') format('truetype'),
        url('./fonts/Larsseit-LightItalic.svg#Larsseit-LightItalic') format('svg');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-MediumItalic.eot');
    src: url('./fonts/Larsseit-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-MediumItalic.woff2') format('woff2'),
        url('./fonts/Larsseit-MediumItalic.woff') format('woff'),
        url('./fonts/Larsseit-MediumItalic.ttf') format('truetype'),
        url('./fonts/Larsseit-MediumItalic.svg#Larsseit-MediumItalic') format('svg');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-Thin.eot');
    src: url('./fonts/Larsseit-Thin.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-Thin.woff2') format('woff2'),
        url('./fonts/Larsseit-Thin.woff') format('woff'),
        url('./fonts/Larsseit-Thin.ttf') format('truetype'),
        url('./fonts/Larsseit-Thin.svg#Larsseit-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Larsseit';
    src: url('./fonts/Larsseit-Medium.eot');
    src: url('./fonts/Larsseit-Medium.eot?#iefix') format('embedded-opentype'),
        url('./fonts/Larsseit-Medium.woff2') format('woff2'),
        url('./fonts/Larsseit-Medium.woff') format('woff'),
        url('./fonts/Larsseit-Medium.ttf') format('truetype'),
        url('./fonts/Larsseit-Medium.svg#Larsseit-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}


/* Start: Moving Social Share */
.social-read-more .icon path {
	fill: #dadada;
	-webkit-transition: fill .2s ease-in-out;
	transition: fill .2s ease-in-out;
}
.social-read-more .icon {
	height: 13px;
}
.social-read-more .icon:hover path {
	fill: #77a1d5;
}
.social-share-icon .icon path {
	fill: #dadada;
	-webkit-transition: fill .2s ease-in-out;
	transition: fill .2s ease-in-out;
}
.social-share-icon .icon {
	height: 16px;
	margin-right: 10px;
}
.social-share-btn:hover .social-share-icon path {
	fill: #77a1d5;
}
.social-share-btn:hover .social-share-text h6 {
	color: #77a1d5;
}
.social-share-btn {
	display: inline-flex;
	align-items: center;
}
.social-share-text h6 {
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 700;
	margin: 0;
	color: #333;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.social-share-icon {
	display: inline-flex;
}
.social-new {
	display: flex;
	align-items: center;
	justify-content: end;
}
.social-read-more a {
	display: inline-flex;
}
.social-read-more {
	display: inline-flex;
	border-right: 1px solid #d0d0d0;
	padding: 0px 15px 0px 0;
	margin: 0 12px 0 0;
	position: relative;
}
.social-read-more a:hover .social-read-more-later {
	opacity: 1;
	display: inline-flex;
}
.social-read-more-later {
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0px 5px 0 rgba(0,0,0,.2);
	padding: 4px 26px;
	align-items: center;
	position: absolute;
	top: 58px;
	background-color: #fff;
	left: -53px;
	opacity: 0;
	display: none;
	-webkit-transition: opacity .5s ease-in-out .1s;
	transition: opacity .5s ease-in-out .1s;
}
.social-read-more-later span {
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 700;
	letter-spacing: 1px;
	white-space: nowrap;
	color: #000;
}
.social-icons-ul li a {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	border: 2px solid #d0d0d0;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	background: transparent;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.social-icons-ul {
	list-style: none;
	display: flex;
	align-items: center;
	margin: 0;
	padding: 0;
}
.social-icons-ul li a svg {
	height: 12px;
}
.social-icons-ul li a svg path {
	fill: #000;
	-webkit-transition: fill .2s ease-in-out;
	transition: fill .2s ease-in-out;
}
.social-icons-ul li a:hover {
	border-color: #77a1d5;
}
.social-icons-ul li a:hover svg path {
	fill: #77a1d5;
}
.social-share, .social-icons-wrap {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	left: 0;
}
.social-share {
	-webkit-transition: opacity .5s ease-in-out 0ms;
	transition: opacity .5s ease-in-out 0ms;
}
.social-icons-wrap {
	opacity: 0;
	-webkit-transition: opacity .5s ease-in-out 0ms;
	transition: opacity .5s ease-in-out 0ms;
}
.social-share-wrap {
	position: relative;
	min-height: 38px;
	-webkit-transition: width .5s ease-in-out;
	transition: width .5s ease-in-out;
	width: 65px;
	overflow: hidden;
}
.social-share-wrap:hover {
	width: 128px;
}
.social-share-wrap:hover .social-share {
	opacity: 0;
}
.social-share-wrap:hover .social-icons-wrap {
	opacity: 1;
	-webkit-transition: opacity .5s ease-in-out .1s;
	transition: opacity .5s ease-in-out .1s;
}
/* End: Moving Social Share */
/* Start: Welcome Page - News */
.new-news-main .plus-inner-content {
	right: -340px;
	-webkit-box-shadow: 0 5px 5px 0 rgba(0,0,0,.2);
	box-shadow: 0 0px 5px 0 rgba(0,0,0,.2);
	background-color: #fff;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	display: block;
}
.new-news-main .plus-inner-content.show {
	right: 0;
}
.new-news-main .plus-content-main {
	top: -25px;
}
.plus-content-main .plus-inner-content{
	    top: 190px !important;
		width:330px !important;
		max-width:330px !important;
		/* max-height:430px !important; */
		min-height:100px !important;
}
.new-news-main .go-back-news {
	display: inline-flex;
	align-items: center;
}
.new-news-main .go-back-news span {
	color: #939da7;
	font-size: 14px;
	font-weight: 700;
}
.new-news-main .go-back-news img {
	margin-right: 13px;
}
.new-news-main .israel-centra-left > .elementor-widget-container {
	padding-right: 20px;
}
.new-news-main .israel-centra-right > .elementor-widget-wrap > .elementor-element {
	padding-left: 20px;
}
.new-news-main .full-blog .elementor-button-link {
	/* background: transparent !important;
	color: #000 !important;*/
	position: relative;
}
.new-news-main .full-blog .elementor-button-link::before {
	width: 0;
	content: "";
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
	height: 3px;
	bottom: -3px;
	/* background: #1a52b9;*/
	display: flex;
	left: 0;
	position: absolute;
}
.new-news-main .full-blog:hover .elementor-button-link::before {
	width: 100%;
}
/* .new-news-main .full-blog .elementor-button-link:hover {
	background: transparent !important;
} */
.new-news-main .article-main-page p, .new-news-main .img-right-txt p {
	line-height: 30px !important;
}
.new-news-main .img-right-txt {
	padding: 0px 0px 26px;
	margin: -15px 0 0px;
}

@media (max-width: 1742px) {
	.new-news-main .elementorParagraph, .elementorImg, .elementorHeading {
		width: calc(100% - 180px) !important;
	}
	.new-news-main .israel-centra-right > .elementor-widget-wrap > .elementor-element {
		padding-right: 180px;
	}
}
@media (max-width: 1360px) {
	.new-news-main .elementorParagraph, .elementorImg, .elementorHeading {
		width: calc(100% - 280px) !important;
	}
	.new-news-main .israel-centra-right > .elementor-widget-wrap > .elementor-element {
		padding-right: 280px;
	}
}
@media (max-width: 1199px) {
	.new-news-main .elementorParagraph, .elementorImg, .elementorHeading {
		width: calc(100% - 320px) !important;
	}
	.new-news-main .israel-centra-right > .elementor-widget-wrap > .elementor-element {
		padding-right: 320px;
	}
}
@media (max-width: 991px) {
	.new-news-main .elementorParagraph, .elementorImg, .elementorHeading {
		width: 100% !important;
	}
	.new-news-main .israel-centra-right > .elementor-widget-wrap > .elementor-element {
		padding-right: 0;
	}
	
	.new-news-main .israel-centra-left > .elementor-widget-container {
		padding-right: 0px;
	}
	.new-news-main .israel-centra-right > .elementor-widget-wrap > .elementor-element {
		padding-left: 0px;
	}
}
/* End: Welcome Page - News */

/* Start - Dashboard Page */
.dashboard-wrap {
	max-width: 1076px;
	margin: 0 auto;
	width: 100%;
	margin-top: 20px;
	margin-bottom: 60px;
}
.hover-card {
	box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	-webkit-transition-timing-function: ease-in-out;
	transition-timing-function: ease-in-out;
}
.hover-card:hover {	
	box-shadow: 0px 0px 30px 0px rgba(65, 100, 164, 0.63);
}
.dash-welcome-top {
	padding: 58px 58px 25px 58px; 
}
.dash-welcome-btm {
	padding: 20px;
}
.dash-welcome-btm {
	padding: 0 30px 26px;
}
.see-more-right {
	display: flex;
	justify-content: end;
}
.see-more-right-in {
	display: inline-flex;
	align-items: center;
	transition: none;
}
.see-more-right-in > span {
	margin-right: 10px;
}
.see-more-right-in:hover .see-more-blue {
	display: block;
}
.see-more-right-in:hover .see-more-black {
	display: none;
}
.see-more-blue {
	display: none;
}

.dash-founder-img {
	height: 71px;
	width: 71px;
	background-size: cover;
	background-position: center;
	border-radius: 100%;
	margin-right: 20px;
}
.dash-founder {
	display: flex;
	align-items: center;
	margin-top: 35px;
}
.dash-founder-txt h3 {
	font-size: 13px;
	color: #263142;
	font-weight: 600;
}
.dash-welcome-top h2 {
	font-size: 30px;
	text-transform: none;
	color: #263142;
	font-weight: 600;
	margin-bottom: 21px;
}
.dash-welcome-top p {
	font-size: 15px;
	color: #263142;
	margin: 0;
	line-height: 25px;
}
.dashboard-wrap .hey-message h3 {
	font-size: 20px;
}
.dash-welcome-wrap {
	margin-top: 55px;
}

.upcoming-schedule-top h2 {
	font-size: 30px;
	text-transform: none;
	color: #263142;
	font-weight: 600;
	margin-bottom: 40px;
}
.upcoming-schedule-top p {
	font-size: 15px;
	color: #263142;
	margin: 0;
	line-height: 25px;
}

.upcoming-schedule-top {
	padding: 58px 58px 54px 58px;
}
.upcoming-schedule-btm {
	padding: 20px;
}
.upcoming-schedule-btm {
	padding: 0 30px 26px;
}
.upcoming-date , .upcoming-schedule {
	margin-top: 60px;
}
.upcoming-date-wrap {
	width: 54%;
}
.upcoming-schedule-wrap {
	width: 46%;
}

.upcoming-date-in {
	padding: 30px; 
}
.upcoming-date-top h2 {
	font-size: 30px;
	text-transform: none;
	color: #263142;
	font-weight: 600;
	margin-bottom: 0;
}

.upcoming-date-top {
	padding: 28px 30px 0 30px; 
}
.upcoming-date-mid ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.upcoming-date-mid ul li {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 0 20px 30px;
	border-bottom: 2px solid #d9d9d9;
	min-height: 91px;
}
.upcoming-date-mid ul li.upcoming-date-mid-head {
	padding: 0 0 13px 30px;
	min-height: auto;
}
.upcoming-date-mid ul li .upcoming-date-mid-a,
.upcoming-date-mid ul li .upcoming-date-mid-b {
	padding-top: 20px;
}
.upcoming-date-mid ul li .upcoming-date-mid-a span,
.upcoming-date-mid ul li .upcoming-date-mid-b span {
	color: #263142;
	font-size: 15px;
}
.upcoming-date-mid ul li .upcoming-date-mid-b {
	min-width: 100px;
	text-align: center;
}
.upcoming-date-mid-b h3 {
	font-size: 14px;
	font-weight: 600;
	margin: 0 0 2px;
	color: #263142;
}
.upcoming-date-mid-b h4 {
	font-size: 20px;
	font-weight: 600;
	margin: 0;
	color: #263142;
}
.upcoming-date-mid-a {
	max-width: 340px;
	padding-right: 20px;
	width: 100%;
}
.upcoming-date-btm {
	margin-top: 25px;
}
.see-more-right-link {
	width: 100%;
	justify-content: space-between;
}
.see-more-right-link:hover * {
	color: #849fcf !important;
}
@media screen and (max-width: 991px) {
	.upcoming-date-wrap {
		width: 100%;
	}
	.upcoming-schedule-wrap {
		width: 100%;
	}
	
	.dash-welcome-top {
		padding: 58px 30px 25px 30px; 
	}
	.upcoming-schedule-top {
		padding: 58px 30px 54px 30px;
	}
	.upcoming-date-mid ul li {
		padding: 0 0 20px 15px;
	}
	.upcoming-date-mid ul li.upcoming-date-mid-head {
		padding: 0 0 13px 15px;
	}
}
/* End - Dashboard Page */

/* Start: Meetings */
.topic-cat-section {
	padding-top: 70px;
}
.meeting-wrap {
	margin-bottom: 75px;
}
.meeting-wrap .hover-card-body {
	padding: 28px 62px;
}
.meeting-sec-a {
	width: calc(100% - 140px);
	border-right: 2px solid #d9d9d9;
	padding: 30px 5% 30px 0;
}
.meeting-sec-a-in {	
	position: relative;
}
.meeting-head h2 {
	font-size: 30px;
	color: #565656;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 16px;
	transition: 0.4s all ease-in-out;
	
}
.article-content ul li {
    font-size: 18px;
    line-height: 30px;
    color: #263142;
	padding-bottom: 10px;
}
.article-content ol li {
    font-size: 18px;
    line-height: 30px;
    color: #263142;
	padding-bottom: 10px;
}
.meeting-sec-a p {
	color: #263142;
	font-size: 18px;
	line-height: 30px;
	transition: 0.4s all ease-in-out;
	
}
.meeting-sec-a-in a:hover h2,
.meeting-sec-a-in a:hover p {
	color: #809fd8;
}
.meeting-date {
	background-color: #809fd8;
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
	padding: 8px 11px 8px;
	position: absolute;
	right: 0;
	top: -24px;
}
.meeting-date span {
	color: #fff;
	font-size: 15px;
	font-weight: 600;
}
.meeting-date img {
	margin-right: 8px;
}
.meeting-in {
	display: flex;
	align-items: center;
}
.meeting-sec-b {
	max-width: 140px;
	width: 100%;
}
.meeting-arrow a {
	height: 47px;
	width: 47px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #d9d9d9;
	border-radius: 60px;
}
.meeting-arrow a:hover {
	border-color: #809fd8;
}
.meeting-arrow {
	display: flex;
	justify-content: center;
	padding-left: 65px;
}
.acc-content-arrow .meeting-arrow {
	padding: 0;
	justify-content: end;
	margin-top: 30px;
}

@media screen and (max-width: 767px) {
	.meeting-sec-a {
		width: 100%;
		border-right: none;
		padding: 40px 0 20px;
	}
	.meeting-sec-b {
		max-width: inherit;
	}
	.meeting-in {
		flex-direction: column;
	}
	.meeting-arrow {
		justify-content: start;
		padding-left: 0;
	}
	.meeting-wrap .hover-card-body {
		padding: 28px 30px;
	}
	.meeting-date {
		top: -47px;
	}
}
/* End: Meetings */

/* Start: Topics */
.topics-wrap {
	max-width: 980px;
	margin: 0 auto;
	width: 100%;
}
.topics-sec-a {
	height: 58px;
	width: 58px;
	background-color: #4164a4;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin-right: 50px;
}
.topics-sec-a span {
	font-size: 35px;
	color: #fff;
	font-weight: 600;
}
.topics-sec-b h3 {
	font-size: 25px;
	color: #263142;
	font-weight: 600;
}
.topics-list {
	list-style: none;
	margin: 0;
	padding: 0;
}
.topics-list li {
	display: flex;
	align-items: center;
	margin-bottom: 80px;
}
.topics-head h2 {
	text-transform: none;
	font-size: 28px;
	font-weight: 500;
	margin-bottom: 20px;
	margin-top: 20px;
}
.main-div-login h2{
    font-size: 36px;
    color: #4164a4;
    font-weight: 600;
    text-align: center;
}
.main-div-login h3{
    font-size: 26px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin: 18px 0px 50px;
}
.cleanlogin-form-bottom a{
    font-size: 12px;
    margin-top:10px;
	margin-right: 10px;
}
.cleanlogin-field[type=submit]{
    font-size: 18px;
    
}
._main-login .cleanlogin-container {
	max-width: 368px;
	width: 100%;
	padding: 0 20px !important;
}
._main-login .cleanlogin-container .cleanlogin-field[type="submit"] {
	height: 43px !important;
	line-height: inherit !important;
	padding: 0 !important;
}
.cleanlogin-field .cleanlogin-field-email, .cleanlogin-field .cleanlogin-field-password{
    font-size: 18px;
    color: #b3b2b2;
	outline: none !important;
	border-color: #a1a1a1;
}
.cleanlogin-field .cleanlogin-field-email:focus, .cleanlogin-field .cleanlogin-field-password:focus{   
	box-shadow: 1.878px 3.532px 8.3px 1.7px rgba(37, 60, 199, 0.17);
	-moz-box-shadow: 1.878px 3.532px 8.3px 1.7px rgba(37, 60, 199, 0.17);
	-webkit-box-shadow: 1.878px 3.532px 8.3px 1.7px rgba(37, 60, 199, 0.17);
}
.loggin_footer2{
    font-size: 12px;
    color: #000000;
    text-align: center;
	margin-top: 30px;
}
.loggin_footer2 a{
    font-weight:bold;
}
#password-lost-form-wrap fieldset button{
    font-size: 18px;
    
}
#password-lost-form-wrap fieldset legend{
    font-size: 28px;
}
.plus-content-main .plus-inner-content li {
    margin-bottom: 20px;
}
.plus-content-main .plus-inner-button{
    border-radius: 50%;
}
.plus-content-main .plus-inner-button:hover {
    background: #fff;
    border: 1px solid #809fd8;
    border-radius: 50%;
}
.plus-content-main .plus-inner-button:hover .plus_right_nav{
    color:#809fd8;
}
.plus-content-main .plus-inner-button:hover .minus_right_nav{
    color:#809fd8;
}
.full-blog a{
    padding-bottom:0px;
    line-height: 24px;
}
.full-blog a:hover{
    background-color: #809fd8 !important; 
    color: #fff !important;
    padding-bottom:0px;
}
/* Accordion */
.acc-container {
	max-width: 890px;
	width: 100%;
	padding-left: 40px;
}

.acc {
	margin-bottom: 0;
	position: relative;
	padding: 43px 0 43px 70px;
	width: 100%;
	border-bottom: 2px solid #e9e9e9;
}
  
.acc-head {
	position: relative;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.acc-content {
	display: none;
	margin-top: 20px;
}

.acc-content p {
	font-size: 20px;
	margin: 0;
	color: #263142;
}
		  
.acc-head.active::before {
	transform: rotate(90deg);
}

.acc-head-in h3 {
	color: #809fd8;
	font-size: 30px;
	margin: 0;
}

.acc-head-in .acc-head-count {
	color: #809fd8;
	font-size: 48px;
	position: absolute;
	left: -78px;
}

.acc-head-in {
	display: flex;
	align-items: center;
	padding-right: 40px;
}

.acc-head-chev {
	position: absolute;
	top: 50%;
	right: 0;
	transition: 500ms;
	-moz-transition: 500ms;
	-webkit-transition: 500ms;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.active .acc-head-chev {
	transform: rotate(180deg);
}
/* Accordion */
@media screen and (max-width: 767px) {
	.topics-sec-a {
		margin-right: 15px;
	}
	.acc-container {
		padding-left: 10px;
	}
	.topics-wrap {
		padding: 0 20px;
	}
	.acc-head-in .acc-head-count {
		font-size: 38px;
		left: -36px;
	}
	.acc {
		padding: 43px 0 43px 38px;
	}
	.acc-head-in h3 {
		font-size: 27px;
	}
	.acc-content p {
		font-size: 17px;
	}
}
/* End: Topics */

/* Start: News Category */
._news-category .news-section > h2 {
	text-transform: capitalize;
	margin-bottom: 50px;
	font-size: 35px;
	font-weight: 500;
}
._news-category .news-section .news-outer span {
	margin-bottom: 0;
	font-size: 18px;
	font-weight: 400
}
._news-category .news-section .news-outer h3 {
	font-size: 22px;
	font-weight: 400;
	margin: 17px 0 0;
}
._news-category .news-section .news-outer img {
	height: 280px;
}
._news-category .news-section {
	padding-top: 70px;
}
/* End: News Category */

/* Start: Profile */
._profile {
	max-width: 850px;
	margin: 0 auto;
	width: 100%;
}
._profile._edit-active  ._profile-ip {
	border: 1px solid #ced4da !important;
}
._profile .outer-profile-edit .flex-outer-profile .form-outer {
	max-width: 51%;
	flex: 0 0 51%;
	margin-right: 7%;
}
._profile .outer-calender > h3 {
	font-size: 20px;
	font-weight: 700;
}
._profile-label {
	font-size: 14px;
	margin: 0;
	font-weight: 600;
	padding-left: 9px;
}
._profile .outer-profile-edit .flex-outer-profile .form-outer .row._profile-row {
	margin-bottom: 0;
	padding-top: 9px;
}
._profile-hr {
	margin: 9px 0 0;
	background-color: #e5e5e6 !important;
	opacity: 1;
}
._profile-ip {
	border: none !important;
	outline: none !important;
	font-size: 14px;
}
._profile-row-textarea {
	padding-top: 25px;
}
._profile-row-textarea ._profile-hr {
	margin: 25px 0 0;
}
._profile .outer-calender {
	padding-top: 30px;
}
._profile .outer-profile-edit .flex-outer-profile .editprofile-outer {
	max-width: 42%;
	flex: 0 0 42%;
}
._edit-btn {
	display: flex;
	justify-content: end;
	margin-bottom: -10px;
	position: relative;
}
._profile .outer-profile-edit .flex-outer-profile .editprofile-outer .box-profile img._profile-pre {
	width: auto;
	margin-bottom: 16px;
	max-width: 130px;
}
._profile .outer-profile-edit .flex-outer-profile .editprofile-outer .box-profile {
	background: #f6f8fa;
	border-radius: 0;
	max-width: 220px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 270px;
}
._profile .outer-profile-edit .flex-outer-profile .editprofile-outer .box-profile .file-input p {
	padding: 7px 10px 7px;
	max-width: 79px;
	border-radius: 4px;
	font-size: 12px;
	cursor: pointer;
}

@media screen and (max-width: 767px) {	
	._profile-label {
		margin: 0 0 10px;
	}
	._profile .outer-profile-edit .flex-outer-profile {
		flex-direction: column;
	}
	.custom-md-12.col-md-12 {
		width: 100%;
	}
	._profile .outer-profile-edit .flex-outer-profile .form-outer {
		max-width: 100%;
		flex: 0 0 100%;
		margin-right: 0;
		order: 2;
	}
	._profile .outer-profile-edit .flex-outer-profile .editprofile-outer {
		max-width: 100%;
		flex: 0 0 100%;
		margin-bottom: 30px;
	}
}
/* End: Profile */

/* Start: Meetings New */
._meeting-new {
	padding: 0 8%;
	margin: 60px 0 60px;
}
._meeting-new h2 {
	font-size: 32px;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 25px;
}
._meeting-new h3 {
	font-size: 24px;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 20px;
}
._meeting-new ._meeting-body p {
	font-size: 17px;
}
._meeting-ul ul li {
	font-size: 17px;
	margin-bottom: 10px;
}
._meeting-ul {
	padding-top: 17px;
	padding-left: 20px;
}
@media screen and (max-width: 767px) {	
	._meeting-new {
		padding: 0;
	}
	._meeting-ul {
		padding-left: 0;
	}
}

/* End: Meetings New */

/* Start: Article Forms */
.go-back-btn {
	display: inline-flex;
	align-items: center;
}
.go-back-btn span {
	color: #939da7;
	font-size: 14px;
	font-weight: 700;
}
.go-back-btn img {
	margin-right: 13px;
}

._single-articles .article-main-page p, ._single-articles .img-right-txt p {
	font-size: 15px !important;
	line-height: 25px !important;
}
._single-articles .elementorHeading .elementor-heading-title {
	text-transform: none;
}
._single-articles .elementorHeading {
	margin-bottom: 6px !important;
}
._single-articles .article-main-page {
	padding-bottom: 0 !important;
	left: inherit !important;
	width: auto !important;
}
#gform_1 * {
	font-family: "Roboto", sans-serif;
}
#gform_1 .g-heading {
	color: #263142;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: -3px;
}
#gform_1 .ginput_container_textarea textarea{
	font-size: 16px!important;
}
#gform_1 .g-description {
	font-weight: 400;
	color: #263142;
	font-size: 18px;
	line-height: 30px;
}
#gform_1 .gfield--type-textarea {
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 30px 45px;
	border-radius: 20px;
	margin: 20px 0;
}
#gform_1 .gfield_label.gform-field-label {
	margin-bottom: 32px !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #263142 !important;
}
#gform_1 .ginput_container_textarea textarea {
	border-radius: 10px;
	border: 2px solid #d9d9d9;
	min-height: 115px;
}
._blue-border .elementorHeading {
	padding-left: 40px;
}
._blue-border .elementorParagraph .elementor-widget-container {
	padding-left: 40px;
	position: relative;
}
._blue-border .elementorParagraph .elementor-widget-container::before {
	position: absolute;
	height: calc(100% - 11px);
	width: 4px;
	bottom: 4px;
	left: 0;
	background-color: #809fd8;
	content: "";
}
._single-articles-wrap {
	max-width: 1000px;
	margin: 0 auto;
	width: 100%;
}
.back-arrow {
	display: inline-flex;
	align-items: center;
}
.back-arrow .go-back-arrow {
	/* height: 47px;
	width: 47px; */
	height: 25px;
	width: 25px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	border: 2px solid #d9d9d9;
	border-radius: 60px;
	margin-right: 10px;
	transition: 0.4s all ease-in-out;
}
.back-arrow .go-back-arrow img{
	width:15px;
}
.back-arrow .go-back-text {
	color: #939da7;
	/* font-size: 20px; */
	font-size: 16px;
	font-weight: 500;
	transition: 0.4s all ease-in-out;
}
.back-arrow:hover .go-back-arrow {
	border-color: #4164a4;
}
.back-arrow:hover .go-back-text {
	color: #4164a4;
}
/* End: Article Forms */

/* Start: Artc New */
._single-articles-wrap * {
	font-family: "Roboto", sans-serif;
}
._single-articles-wrap .article-content {
	padding: 10px 0px;
}
._atrc-section {
	padding-bottom: 20px;
}
._atrc-section p {
	font-weight: 400;
	color: #263142;
	font-size: 18px;
	line-height: 30px;
}
._atrc-section ul li {
	font-weight: 400;
	color: #263142;
	font-size: 18px;
    line-height: 30px;
    padding-bottom: 10px;
}
._atrc-head h3 {
	color: #263142;
	/* font-weight: 500; */
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 13px;
	text-transform: none;
}
._atrc-section-r-btn a {
	color: #000 !important;
	font-weight: 500;
	padding-bottom: 2px;
}
._atrc-helpful {	
	padding-bottom: 40px;
}
._atrc-helpful-head h3 {
	color: #263142;
	font-weight: 500;
	font-size: 18px;
	margin-bottom: 13px;
	padding-left: 40px;
}
._atrc-helpful-desc {
	padding-left: 40px;
	position: relative;
}
._atrc-helpful-desc:before {
	position: absolute;
	height: calc(100% - 11px);
	width: 4px;
	bottom: 4px;
	left: 0;
	background-color: #809fd8;
	content: "";
}
._atrc-helpful-desc p {
	font-weight: 400;
	color: #263142;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
._single-articles-wrap #gform_submit_button_1 {
	display: none;
}

._atrc-section-r p {
	font-weight: 400;
	color: #263142;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0;
}
._atrc-section-lr {	
	padding-bottom: 40px;
}
._atrc-gray {
	/* background: #f6f6f6; */
	background: #495E80;
	padding: 30px;
	/* border-left: 8px solid #d8d6d6; */
	border-left: 8px solid #3f64a5;
	margin-bottom: 40px;
}
._atrc-gray-head p {
	font-size: 18px;
	font-weight: 400;
	/* color: #263142; */
	color: #fff;
	line-height: 35px;
	margin: 0px;
}
._atrc-gray-desc p {
	font-size: 18px;
	font-weight: 400;
	/* color: #263142; */
	color: #fff;
	line-height: 35px;
	margin: 0px;
}
.atcb-button{
	background: #809fd8 !important;
	color: #fff !important;
    font-size: 15px !important;
    font-weight: 600 !important;
	box-shadow: none !important;
}
.topics-contents .topic-description {
    
    font-size: 18px !important;
}
.article-content h3{
	font-size: 24px;
    color: #263142;
    font-weight: 600;
}
.article-content a {
    font-size: 18px !important;
}
.article-content a:hover {
    font-size: 18px !important;
}
.article-content p{
	margin-bottom: 30px;
}
._atrc-section p{
	margin-bottom: 30px;
}
._atrc-gray p{
	color:#fff;
}
._atrc-gray ._atrc-gray-head p{
	margin: 0!important;
}
._atrc-gray ._atrc-gray-desc p{
	margin: 0!important;
}

.gform_wrapper * {
	font-family: "Roboto", sans-serif;
}
.gform_wrapper.gravity-theme .g-heading {
	color: #263142;
	font-weight: 600;
	font-size: 18px;
	margin-bottom: -3px;
}
.gform_wrapper.gravity-theme .ginput_container_textarea textarea{
	font-size: 16px!important;
}
.gform_wrapper.gravity-theme .g-description {
	font-weight: 400;
	color: #263142;
	font-size: 18px;
	line-height: 30px;
}
.gform_wrapper.gravity-theme .gfield--type-textarea {
	box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
	padding: 30px 45px;
	border-radius: 20px;
	margin: 20px 0;
}
.gform_wrapper.gravity-theme .gfield_label.gform-field-label {
	margin-bottom: 32px !important;
	font-size: 18px !important;
	font-weight: 500 !important;
	color: #263142 !important;
}
.gform_wrapper.gravity-theme .ginput_container_textarea textarea {
	border-radius: 10px;
	border: 2px solid #d9d9d9;
	min-height: 115px;
}
.gform_wrapper.gravity-theme .gform_footer input{
	display:none;
}
.gform_wrapper.gravity-theme .gfield textarea.small {
    height: 96px!important;
}
.gform_wrapper.gravity-theme .gfield textarea.large {
    height: 96px!important;
}
.gform_wrapper.gravity-theme .gform_footer{
	display:none;
}
@media (max-width: 1742px) {
	._atrc-gray  {
		/* width: calc(100% - 120px); */
		width:100%;
	}
	
	._atrc-section {
		/* width: calc(100% - 120px); */
		width:100%;
	}
	._atrc-section-r {
		padding-right: 0px;
	}
}
@media (max-width: 1360px) {
	
	._atrc-gray  {
		/* width: calc(100% - 280px); */
		width:100%;
	}
	._atrc-section {
		/* width: calc(100% - 280px); */
		width:100%;
	}
	._atrc-section-r {
		padding-right: 280px;
	}
}
@media (max-width: 1199px) {
	/* ._atrc-section, ._atrc-gray  {
		width: calc(100% - 320px);
	} */
	._atrc-gray  {
		/* width: calc(100% - 320px); */
		width:100%;
	}
	._atrc-section {
		/* width: calc(100% - 320px); */
		width:100%;
	}
	._atrc-section-r {
		padding-right: 320px;
	}
}
@media (max-width: 991px) {
	._atrc-section, ._atrc-gray  {
		width: 100%;
	}
	._atrc-section-r {
		padding-right: 0;
	}
}
/* End: Artc New */