/*
Theme Name: Scarabio by Dr.Mohsen
Version: 3.5
Description: قالب خاص لموقع سكرابيو وغير قابل للبيع بواسطة د. محسن.
Author: Dr.Mohsen Abdelhameed
Author URI: https://www.facebook.com/mohsen.abdelhameed
Theme URI: https://www.facebook.com/mohsen.abdelhameed
*/

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */
@font-face{
	font-family:"drmohsen";
	src:url("assets/fonts/jazeera.woff");
}

@font-face{
	font-family:"drmohsenl";
	src:url("assets/fonts/helvetica.woff");
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'drmohsen', sans-serif;
	font-weight: normal;
	letter-spacing: 0 !important;
}

body, p, ul, li, span, div, input, select, button, #wpcomm .wc-field-submit .wc_comm_submit, #wpcomm .wc_comm_form.wc_main_comm_form .wc-field-textarea .wpdiscuz-textarea-wrap textarea {
	font-family: 'drmohsenl', sans-serif;
	font-weight: normal;
	letter-spacing: 0 !important;
}

#wpadminbar .ab-icon, #wpadminbar .ab-item:before, #wpadminbar>#wp-toolbar>#wp-admin-bar-root-default .ab-icon, .wp-admin-bar-arrow {
    font: normal 20px/1 dashicons !important;
}

.fa {
	font-family: FontAwesome !important;
	font-weight: normal !important;
}

html,
body {
	border: none;
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #f5efe0;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: right;
}

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

	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
	overflow: hidden;
}


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

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


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* 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;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


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

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

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





/* Accessibility Settings -------------------- */

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

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


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

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 1rem 0;
}


a {
	color: #833D7B;
	text-decoration: underline;
}

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


/* Lists ------------------------------------- */


ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 2rem 0 0;
}

li > ul,
li > ol {
	margin: 1rem 2rem 0 0;
}

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

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

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #cd2653;
	border-style: solid;
	border-width: 0 0.2rem 0 0;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;
	padding: 0.5rem 2rem 0.5rem 0;
}

cite {
	color: #6d6d6d;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: right;
}

pre code {
	background: transparent;
	padding: 0;
}


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

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption, .wp-caption-text {
    padding: 4px;
    font-size: 14px;
    text-align: center;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}

.wp-caption {
	position: relative;
}



/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em -0.8em 3em 0;
	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;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-right: 0.5rem;
}


input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 5px;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	display: block;
	font-size: 1.0rem;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #833D7B;
	border: none;
	border-radius: 50px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	opacity: 0.8;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}


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

/*	3. Helper Classes
/* -------------------------------------------------------------------------- */


/* Layout ------------------------------------ */

.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;
	right: calc(50% - 50vw);
	width: 100vw;
}

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

section {
	padding: 5rem 0;
	width: 100%;
}

.section-inner {
	margin-right: auto;
	margin-left: auto;
	max-width: 120rem;
	width: calc(100% - 4rem);
}

.section-inner.max-percentage {
	width: 100%;
}

.section-inner.thin {
	max-width: 58rem;
}

.section-inner.small {
	max-width: 80rem;
}

.section-inner.medium {
	max-width: 100rem;
}

.section-inner.no-margin {
	margin: 0;
}


/* 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;
}

h1 {
	font-size: 27px;
}

h2 {
	font-size: 25px;
}

h3 {
	font-size: 23px;
}

h4 {
	font-size: 21px;
}

h5 {
	font-size: 19px;
}

h6 {
	font-size: 17px;
}
/* Colors ------------------------------------ */

/* COLOR */

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

/* 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-right: auto;
	margin-left: auto;
}

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

.site-search .search-form {
	align-items: stretch;
	display: flex;
	flex-wrap: nowrap;
}

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

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

.search-form .search-submit {
	display: inline-block;
	width: 19%;
}

.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.9rem 0 0;
	width: calc(100% + 0.9rem);
}

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

.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-right: 0;
	text-align: right;
}

.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;
	right: 0;
	left: 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-navigation-wrapper {
	display: none;
}

/* 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;
	right: 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;
	left: 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;
}

/* Primary Menu ---------------------------- */

.primary-menu-wrapper {
	display: none;
}

ul.primary-menu {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.primary-menu .icon {
    display: block;
    height: .7rem;
    position: absolute;
    pointer-events: none;
    transform: rotate(45deg);
    width: 1.3rem;
}

.primary-menu .icon::before, .primary-menu .icon::after {
    content: "";
    display: block;
    background-color: currentColor;
    position: absolute;
    bottom: calc(50% - 0.1rem);
    right: 0;
}

.primary-menu .icon::before {
    height: .4rem;
    width: .1rem;
}

.primary-menu .icon::after {
    height: 0.1rem;
    width: 0.4rem;
}

.primary-menu li {
	font-size: inherit;
	line-height: 1.25;
	position: relative;
}

.primary-menu > li {
	margin: 0.8rem 1.6rem 0 0;
}

.primary-menu > li.menu-item-has-children > a {
	padding-left: 2rem;
}

.primary-menu > li > .icon {
	left: 0;
	top: 39%;
}

.primary-menu a {
	color: inherit;
	display: block;
	line-height: 1.5;
	text-decoration: none;
	word-break: normal;
	word-wrap: normal;
}

.primary-menu a:hover,
.primary-menu a:focus,
.primary-menu .current_page_ancestor {
	color: #833D7B;
}

.primary-menu li.current-menu-item > a,
.primary-menu li.current-menu-item > .link-icon-wrapper > a {
	color: #833D7B;
}

.primary-menu li.current-menu-item > a:hover,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-menu li.current-menu-item > a:focus,
.primary-menu li.current-menu-item > .link-icon-wrapper > a:focus {
	text-decoration: none;
}

/* SUB MENU */

.primary-menu ul {
	background: #fff;
	border-radius: 0.4rem;
	color: #000;
	font-size: 1.7rem;
	opacity: 0;
	padding: .8rem 0;
	position: absolute;
	left: 9999rem;
	top: calc(100% + 2rem);
	transition: opacity 0.15s linear, transform 0.15s linear, left 0s 0.15s;
	transform: translateY(0.6rem);
	width: 15rem;
	z-index: 1;
	box-shadow: 0px 2px 3px -1px #9b9b9b;
}

.primary-menu li.menu-item-has-children:hover > ul,
.primary-menu li.menu-item-has-children:focus > ul,
.primary-menu li.menu-item-has-children.focus > ul {
	right: 0;
	opacity: 1;
	transform: translateY(0);
	transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-menu ul::before,
.primary-menu ul::after {
	content: "";
	display: block;
	position: absolute;
	bottom: 100%;
}

.primary-menu ul::before {
	height: 2rem;
	right: 0;
	left: 0;
}

.primary-menu ul::after {
	border: 0.8rem solid transparent;
	border-bottom-color: #fff;
	right: 1.8rem;
}

.primary-menu ul a {
	background: transparent;
	border: none;
	color: inherit;
	display: block;
	padding: 0.7rem 2rem;
	transition: background-color 0.15s linear;
	width: 100%;
}



.primary-menu ul li.menu-item-has-children .icon {
	position: absolute;
	right: 1.5rem;
	top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-menu ul ul {
	top: -1rem;
}

.primary-menu ul li.menu-item-has-children:hover > ul,
.primary-menu ul li.menu-item-has-children:focus > ul,
.primary-menu ul li.menu-item-has-children.focus > ul {
	right: calc(100% + 2rem);
}

.primary-menu ul ul::before {
	bottom: 0;
	height: auto;
	left: auto;
	right: -2rem;
	top: 0;
	width: 2rem;
}

.primary-menu ul ul::after {
	border-bottom-color: transparent;
	border-right-color: #fff;
	bottom: auto;
	right: -1.6rem;
	top: 2rem;
}

.rtl .primary-menu ul ul::after {
	transform: rotate(-180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

	.primary-menu > li.menu-item-has-children > a {
		padding-left: 0;
		margin-left: 2rem;
	}

	.primary-menu ul li.menu-item-has-children > a {
		margin-left: 4.5rem;
		padding-left: 0;
		width: unset;
	}

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-menu > li.menu-item-has-children > a {
	padding-left: 0;
	margin-left: 2rem;
}

body.touch-enabled .primary-menu ul li.menu-item-has-children > a {
	margin-left: 4.5rem;
	padding-left: 0;
	width: unset;
}

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

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


.menu-modal {
	background: #fff;
	display: none;
	opacity: 0;
	overflow-y: auto;
	overflow-x: hidden;
	position: fixed;
	bottom: 0;
	right: -99999rem;
	left: 99999rem;
	top: 0;
	transition: opacity 0.25s ease-in, right 0s 0.25s, left 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 {
	right: 0;
	opacity: 1;
	left: 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-left: 1.6rem;
}

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


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

.modal-menu {
	position: relative;
	right: 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-right: 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-right-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;
	right: 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;
	right: 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;
}




/* 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;
	right: -9999rem;
	top: 0;
	transition: opacity 0.2s linear, right 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 {
	right: 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-left: -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 -2rem 0 0;
	max-width: calc(100% + 2rem);
	padding: 0 2rem 0 0;
	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;
	left: -9999rem;
	top: 50%;
	transform: translateY(-50%);
}

.search-modal .search-submit:focus {
	left: 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;
	right: 0;
	left: 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;
	right: 0;
	left: 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 {
	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 {
	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 {
	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 {
	margin-right: 2rem;
	position: static;
}


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

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


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

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

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


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

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


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

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

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

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

.entry-categories a {
	border-bottom: 0.15rem solid currentColor;
	font-size: 1.4rem;
	font-weight: 700;
	letter-spacing: 0.036666667em;
	margin: 0.5rem 1rem 0 0;
	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-info {
    display: block;
    margin: 5px 0 20px;
}

.post-meta-wrapper {
	margin-left: auto;
	margin-right: auto;
	display: inline-block;
}

.post-meta {
	color: #6d6d6d;
	display: flex;
	flex-wrap: wrap;
	font-size: 1.5rem;
	font-weight: 500;
	list-style: none;
	text-align: right;
}

.post-meta li {
    flex-shrink: 0;
    margin: 0 10px;
    font-size: 15px;
}

.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 {
	margin-left: 4px;
    color: #833D7B;
}

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

.post-share {
    display: inline-block;
	float: left;
}

.post-share .twitter {
    padding: 5px 10px;
    background: #1DA1F2;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}

.post-share .facebook {
    padding: 5px 10px;
    background: #0675E8;
    color: #fff;
    border-radius: 3px;
    font-size: 16px;
}


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

.featured-media {
	margin-top: 5rem;
	position: relative;
}

.singular .featured-media {
	margin-top: 0;
}

.singular .featured-media-inner {
	position: relative;
	right: calc(50% - 50vw);
	width: 100vw;
}

.singular .featured-media::before {
	background: #fff;
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	right: 0;
	left: 0;
	top: 0;
}

.featured-media img {
	margin: 0 auto;
}

.featured-media figcaption {
	margin: 1.5rem auto 0 auto;
	text-align: center;
	width: calc(100% - 5rem);
}

.post-inner {
	padding-top: 5rem;
}

.reduced-spacing.missing-post-thumbnail .post-inner {
	padding-top: 0;
}


/* 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: 2rem;
    margin-left: auto;
    margin-right: auto;
    max-width: 58rem;
    width: 100%;
    background: #f4f4f4;
    padding: 25px;
    border-radius: 20px;
    text-align: center;
}

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

.author-bio .author-title-wrapper {
    display: inline-block;
    margin: 0 0 1rem 0;
    text-align: center;
}

.author-bio .avatar {
    border-radius: 50%;
    margin-left: 0;
    height: 6rem;
    width: 6rem;
}

.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 ------------------------- */

.pagination-single {
	font-size: 1.8rem;
	margin-top: 5rem;
}

.pagination-single-inner {
	display: flex;
	flex-direction: column;
}

.pagination-single hr:first-child {
	margin: 0 0 2.8rem 0;
}

.pagination-single hr:last-child {
	margin: 2.8rem 0 0.8rem 0;
}

.pagination-single a {
	align-items: baseline;
	display: flex;
	font-weight: 600;
	letter-spacing: -0.0275em;
	text-decoration: none;
	flex: 1;
}

.pagination-single a + a {
	margin-top: 1rem;
}

.pagination-single a .arrow {
	margin-left: 1rem;
}

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


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

/*	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 {
	text-align: left;
}

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

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

.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 0 0.1em;
}

.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-right: auto;
	margin-left: 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-right: 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-right: 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-right: 2rem;
	padding-left: 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-left: 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 0 2rem 2rem;
}

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

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-right: 2rem;
	padding-left: 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: right;
}

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

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

.wp-block-pullquote.alignright::before {
	margin-left: 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;
	right: 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 {
	right: 2rem;
}

.wp-block-pullquote.is-style-solid-color.alignright::before {
	right: auto;
	left: 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-right: 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"] {
	border-width: 0 0.2rem 0 0;
	padding: 0 2rem 0 0;
}

/* STYLE: LARGE */

.wp-block-quote.is-large,
.wp-block-quote.is-style-large {
	border: none;
	padding: 0;
	margin-right: auto;
	margin-left: 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-right: 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;
}


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

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


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

.entry-content > * {
	margin-right: auto;
	margin-left: 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;
}





/* Alignment Classes ------------------------- */

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
	max-width: 58rem;
	width: 100%;
}

.alignnone,
.aligncenter,
.alignleft,
.alignright,
.alignwide {
	margin-top: 1rem;
	margin-left: auto;
	margin-right: auto;
}

[class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
	margin-right: auto;
	margin-left: auto;
}

/* Full */

.alignfull {
	margin-top: 5rem;
	margin-left: auto;
	margin-bottom: 5rem;
	margin-right: auto;
	max-width: 100vw;
	position: relative;
	width: 100%;
}

[class*="__inner-container"] > .alignfull {
	max-width: 100%;
}

/* Wide */

.alignwide {
	max-width: 120rem;
	position: relative;
	width: calc(100% - 4rem);
}

[class*="__inner-container"] > .alignwide {
	width: 100%;
}

/* Center */

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

/* Left and right */

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

.alignleft {
	float: left;
	margin: 0.3rem 2rem 2rem 2rem;
}

.alignright {
	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 {
	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 {
	margin-right: 2rem;
}

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

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


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

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


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

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

.comment-reply-title {
	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;
    background: #fff;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

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

.comment-meta {
	line-height: 1;
	margin-bottom: 1rem;
	min-height: 4rem;
	padding-right: 5rem;
	position: relative;
	border-bottom: 1px solid #ccc;
}

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

.comment-meta a {
	color: inherit;
}

.comment-author {
	font-size: 1.5rem;
	font-weight: 700;
}

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

.comment-meta .avatar {
	height: 4rem;
	position: absolute;
	right: 0;
	top: 0;
	width: 4rem;
	border-radius: 50%;
}


.comment-metadata {
	color: #6d6d6d;
	font-size: 1rem;
	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 {
	margin-left: 0;
}

.comment-content.entry-content .alignright {
	margin-right: 0;
}

/* COMMENT FOOTER */

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

.comment-content.entry-content {
    font-size: 1.2rem;
}

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

.comment-reply-link {
    background-color: #833D7B;
    color: #fff;
    display: block;
    padding: 0.4rem 0.9rem;
    border-radius: 23px;
}

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

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



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

.pingback .comment-meta,
.trackback .comment-meta {
	padding-right: 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 {
	right: 0;
}

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


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

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

.comment-respond .comment-notes,
.comment-respond .logged-in-as {
	color: #6d6d6d;
	font-size: 1.0rem;
	line-height: 1.2;
}

div#respond {
    margin-top: 20px;
}

.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-right: auto;
	margin-left: auto;
}

.comment-respond p:not(.comment-notes) {
	max-width: 58rem;
}

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

.comment-reply-title small {
	display: block;
	font-size: 1rem;
	font-weight: 600;
	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.2rem;
	font-weight: 600;
	margin: -1.5rem -2.5rem 0 0;
	width: calc(100% + 2.5rem);
}

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

.nav-links > * {
	margin: 1.5rem 2.5rem 0 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: 4rem 0;
}

.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: 1rem 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%;
}



/* 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-right: 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: right;
}

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

/* 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-right: 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 {
	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-left: 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: 1px 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-right: 1rem;
	width: 50%;
}



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

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

ul.footer-social li a {
	color: #fff;
}


/* 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,
.powered-by-wordpress a {
	color: #ffeb00;
}

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

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

.footer-copyright {
	margin: 0;
}

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

.to-the-top-long {
	display: none;
}


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

/*	17. Media Queries
/* -------------------------------------------------------------------------- */

@media ( max-width: 479px ) {

	/* Blocks -------------------------------- */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright {
		float: none;
	}


	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 480px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: BASE ALIGNMENT WIDTH */

	.wp-block-pullquote.alignleft,
	.wp-block-pullquote.alignright,
	.wp-block-cover-image.alignleft,
	.wp-block-cover-image.alignright,
	.wp-block-cover.alignleft,
	.wp-block-cover.alignright,
	.wp-block-embed.alignleft,
	.wp-block-embed.alignright,
	.wp-block-gallery.alignleft,
	.wp-block-gallery.alignright {
		max-width: 26rem;
	}

	/* BLOCK: TABLE WIDTH */
	.wp-block-table.alignleft,
	.wp-block-table.alignright {
		max-width: 100%;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright {
		max-width: 26rem;
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( max-width: 599px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	/* While columns are stacked */
	.wp-block-column:last-child {
		margin-bottom: 0;
	}

	.wp-block-columns + .wp-block-columns {
		margin-top: 0.2rem;
	}

	.wp-block-columns.alignwide + .wp-block-columns.alignwide {
		margin-top: -0.8rem;
	}

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -1.8rem;
	}

	/* Template -------------------------------- */

	/* TEMPLATE: COVER */

	.template-cover .post-inner .post-meta-wrapper,
	.template-cover .post-inner .author-bio {
		width: calc( 100% - 4rem );
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 600px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4rem;
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em 0 0 0;
	}
}

@media ( min-width: 660px ) {

	/* Blocks -------------------------------- */

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignleft {
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	figure.wp-block-gallery.alignright {
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft {
		margin-left: 4rem;
	}

	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		margin-left: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-left: 0;
	}

	.entry-content > .alignright {
		margin-right: 4rem;
	}

	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright {
		margin-right: calc(( 100vw - 58rem - 8rem ) / -2);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		margin-right: 0;
	}

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

	/* POST NAV LINKS */

	.post-nav-links {
		margin: 3em auto 0 auto;
	}
}




	#site-header {
		z-index: 2;
	}

	.header-inner {
		align-items: center;
		display: flex;
		justify-content: space-between;
		padding: 2.8rem 0;
	}

	.header-titles-wrapper {
		margin-left: 4rem;
		max-width: 50%;
		padding: 0;
		text-align: right;
	}

	.header-titles {
		align-items: baseline;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		margin: -1rem -2.4rem 0 0;
	}

	.header-titles .site-title,
	.header-titles .site-logo,
	.header-titles .site-description {
		margin: 1rem 2.4rem 0 0;
	}

	.wp-custom-logo .header-titles {
		align-items: center;
	}

	/* HEADER NAVIGATION */

	.header-navigation-wrapper {
		align-items: center;
		display: flex;
	}

	.primary-menu-wrapper {
		display: block;
		width: 100%;
	}

	/* HEADER TOGGLES */

	.mobile-search-toggle,
	.mobile-nav-toggle {
		display: none !important;
	}

	.primary-menu-wrapper + .header-toggles {
		margin-right: 3rem;
	}

	.header-toggles {
		display: flex;
		flex-shrink: 0;
		margin-left: -3rem;
	}

	.header-inner .toggle {
		height: 4.4rem;
		padding: 0 3rem;
		position: relative;
		bottom: auto;
		right: auto;
		left: auto;
		top: auto;
		width: auto;
	}

	.header-inner .toggle-wrapper {
		position: relative;
	}

	.header-inner .toggle-wrapper::before {
		background: #dedfdf;
		content: "";
		display: block;
		height: 2.7rem;
		position: absolute;
		right: 0;
		top: calc(50% - 1.35rem);
		width: 0.1rem;
	}

	.header-inner .toggle-wrapper:first-child::before {
		content: none;
	}

	.header-inner .primary-menu-wrapper + .header-toggles .toggle-wrapper:first-child::before {
		content: "";
	}

	.nav-toggle-wrapper:not(.has-expanded-menu) {
		display: none;
	}

	.toggle-inner {
		position: static;
	}

	.toggle-inner .toggle-text {
		right: 0;
		left: 0;
		text-align: center;
		top: calc(100% - 0.3rem);
		width: auto;
	}

	.header-toggles:only-child .nav-toggle .toggle-inner {
		padding-top: 0;
	}

	.header-toggles:only-child .toggle-inner {
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
	}

	.header-toggles:only-child .toggle-inner .svg-icon {
		order: 1;
	}

	.header-toggles:only-child .toggle-inner .toggle-text {
		position: static;
		padding-left: 20px;
		font-size: 15px;
		color: inherit;
	}

	/* Menu Modal ---------------------------- */

	.menu-modal {
		opacity: 1;
		justify-content: flex-end;
		padding: 0;
		transition: background-color 0.3s ease-in, right 0s 0.3s, left 0s 0.3s;
	}

	.menu-modal.cover-modal {
		background: rgba(0, 0, 0, 0);
	}

	.menu-modal.active {
		background: rgba(0, 0, 0, 0.2);
		transition: background-color 0.3s ease-out;
	}

	.menu-wrapper.section-inner {
		width: calc(100% - 8rem);
	}

	.menu-modal-inner {
		box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
		opacity: 0;
		padding: 0;
		transform: translateX(-20rem);
		transition: transform 0.2s ease-in, opacity 0.2s ease-in;
		width: 50rem;
	}

	.menu-modal.active .menu-modal-inner {
		opacity: 1;
		transform: translateX(0);
		transition-timing-function: ease-out;
	}

	.mobile-menu, .mobile-panel {
		display: none;
	}

	.expanded-menu {
		display: block;
	}

	.menu-bottom {
		padding: 6rem 0;
	}

	.menu-bottom .social-menu {
		justify-content: flex-start;
	}

	/* Sub Page ------------------------------ */

	/* FEATURED MEDIA */

	.featured-media figcaption {
		width: 100%;
	}

	/* Template: Full Width ------------------ */

	.template-full-width .wp-block-image .alignleft {
		margin-right: 2rem;
	}

	.template-full-width .wp-block-image .alignright {
		margin-left: 2rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 2.8rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignwide + .wp-block-columns.alignwide,
	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -4.8rem;
	}

	/* BLOCK: GALLERY */

	figure.wp-block-gallery.alignwide,
	figure.wp-block-gallery.alignfull {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 4rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: IMAGE */

	.wp-block-image .alignleft {
		margin-right: 0;
	}

	.wp-block-image .alignright {
		margin-left: 0;
	}

    .wp-block-image .aligncenter figcaption {
        text-align: center;
    }

	/* BLOCK: SEPARATOR */

	hr.wp-block-separator {
		margin: 8rem auto;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft {
		position: absolute;
		right: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignleft {
		position: relative;
		right: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		position: absolute;
		right: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {
		right: calc((100% - 58rem) / 2 + 58rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft {
		margin-left: 4rem;
	}

	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="__inner-container"] > .alignright {
		position: absolute;
		left: calc((100vw - 58rem) / 2 + 58rem + 2rem);
		max-width: calc((100% - 58rem) / 2 - 6rem);
	}

	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"]:not(.alignwide):not(.alignfull) [class*="__inner-container"] > .wp-block-image .alignright {
		position: relative;
		left: inherit;
		max-width: inherit;
	}

	[class*="wp-block"].alignwide [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		position: absolute;
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
		max-width: calc((100% - 58rem) / 2 - 4rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {
		left: calc((100% - 58rem) / 2 + 58rem + 4rem);
	}

	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		margin-right: 4rem;
	}

	.entry-content > .alignwide:not(.wp-block-group.has-background),
	.entry-content > .alignfull:not(.wp-block-group.has-background) {
		margin-bottom: 8rem;
		margin-top: 8rem;
	}

	/* ENTRY MEDIA */

	.alignfull > figcaption,
	.alignfull > .wp-caption-text {
		width: calc(100% - 10rem);
	}

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

	.comment-meta {
		padding-right: 0;
	}

	.comment-meta .avatar {
		right: -6.5rem;
	}

	/* Site Pagination ----------------------- */

	.pagination .nav-links {
		justify-content: space-between;
		margin: 0;
		width: 100%;
	}

	.nav-links > * {
		margin: 0 1rem;
	}

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

	.pagination .prev {
		margin: 0 0 0 auto;
	}

	.pagination .next {
		text-align: left;
		margin: 0 auto 0 0;
	}

	/* Site Footer --------------------------- */

	/* FOOTER TOP */

	.footer-top {
		align-items: center;
	}

	.footer-menu {
		align-items: baseline;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
		font-size: 2.1rem;
		margin: -1.2rem -2.4rem 0 0;
	}

	.footer-menu li {
		margin: 1.2rem 2.4rem 0 0;
	}


@media ( min-width: 1220px ) {
	.primary-menu > li {
		margin: 0.8rem 2.5rem 0 0;
	}

	/* HEADER TOGGLES */

	.primary-menu-wrapper + .header-toggles {
		margin-right: 4rem;
	}

	.header-toggles {
		margin-left: -4rem;
	}

	.header-toggles .toggle {
		padding: 0 4rem;
	}



	/* Template: Cover Template -------------- */

	.cover-header + .post-inner {
		padding-top: 10rem;
	}

	/* Post: Archive ------------------------- */

	/* Post: Single -------------------------- */

	.singular .intro-text {
		font-size: 3.2rem;
		letter-spacing: -0.03125em;
		line-height: 1.375;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: COLUMNS */

	.wp-block-columns.alignfull + .wp-block-columns.alignfull {
		margin-top: -6rem;
	}

	/* BLOCK: GALLERY */

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

	/* BLOCK: GROUP */

	.entry-content > .wp-block-group.alignwide.has-background,
	.entry-content > .wp-block-group.alignfull.has-background {
		padding: 8rem 6rem;
		margin-bottom: 0;
		margin-top: 0;
	}

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.alignwide blockquote p,
	.wp-block-pullquote.alignfull blockquote p {
		font-size: 6.4rem;
	}

	.wp-block-pullquote.is-style-solid-color.alignwide,
	.wp-block-pullquote.is-style-solid-color.alignfull {
		padding: 9rem 4rem 8rem;
	}

	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.entry-content > .alignfull {
		margin-bottom: 10rem;
		margin-top: 10rem;
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignleft {
		right: calc((100% - 58rem) / 2 + 58rem - 2rem);
	}

	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide.has-background [class*="__inner-container"] > .wp-block-image .alignright {
		left: calc((100% - 58rem) / 2 + 58rem + 6rem);
	}


	/* Site Pagination ----------------------- */

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

	.widget-content {
		font-size: 2.1rem;
	}

	/* Site Footer --------------------------- */

	.footer-menu {
		font-size: 2.4rem;
		margin: -1.5rem -3rem 0 0;
	}

	.footer-menu li {
		margin: 1.5rem 3rem 0 0;
	}



	/* FOOTER WIDGETS */

	.footer-widgets-wrapper {
		margin-right: -6rem;
		width: calc(100% + 6rem);
	}

	.footer-widgets {
		margin-right: 6rem;
	}

}


	/* Entry Content ------------------------- */

	/* ALIGNMENT CLASSES */

	.alignleft,
	.alignright,
	.entry-content > .alignleft,
	.entry-content > p .alignleft,
	.entry-content > .wp-block-image .alignleft,
	.entry-content > .alignright,
	.entry-content > p .alignright,
	.entry-content > .wp-block-image .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignleft,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignleft,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignwide:not(.has-background) [class*="__inner-container"] > .wp-block-image .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > p .alignright,
	[class*="wp-block"].alignfull [class*="__inner-container"] > .wp-block-image .alignright {
		max-width: 29rem;
	}

	/* Blocks -------------------------------- */

	/* BLOCK: PULLQUOTE */

	.wp-block-pullquote.is-style-solid-color.alignleft::before,
	.wp-block-pullquote.is-style-solid-color.alignright::before {
		top: 0;
	}
	
/* */
	
	
	
.main-article .large .title {
	color: #2b5464;
	overflow: visible;
	margin-bottom: .1rem
}


.primary-menu li {
	margin: 0;
	display: inline-block;
}

	
.primary-menu .menu-item-has-children:hover ul {
    display: block;
}

.primary-menu .menu-item-has-children {
    position: relative;
}
	
	

.boxed-toast {
	padding-bottom: 12px;
	padding-right: 15px;
	padding-top: 19px
}

.dot {
	height: 10px;
	width: 10px;
	background-color: red;
	border-radius: 50%;
	display: inline-block;
	-webkit-animation: 1s blink ease infinite;
	-moz-animation: 1s blink ease infinite;
	-ms-animation: 1s blink ease infinite;
	-o-animation: 1s blink ease infinite;
	animation: 1s blink ease infinite
}

@keyframes "blink" {
	from,
	to {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

@-moz-keyframes blink {
	from,
	to {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

@-webkit-keyframes "blink" {
	from,
	to {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

@-ms-keyframes "blink" {
	from,
	to {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

@-o-keyframes "blink" {
	from,
	to {
		opacity: 0
	}
	50% {
		opacity: 1
	}
}

.section-head {
	background: #FAFCFC;
	padding: .6rem;
	position: relative;
	z-index: 99;
	border-bottom: 2px solid #833D7B;
	height: 40px;
	margin-bottom: .7rem
}

.container>.boxed:first-child {
	margin-top: .7rem
}

.section-logo::before {
	content: "";
	width: 5px;
	height: 5px;
	position: absolute;
	right: -0.75rem;
	top: 10px
}

.section-logo {
	width: 75px;
	height: 25px;
	float: right;
	background-size: 75px;
	position: relative;
	margin-right: 1.2rem
}

.section-head h1 {
	color: #74898C;
	font-size: 1.1rem;
	margin: 0;
	float: right;
	top: -1px;
	position: relative
}

.section-head .icon-more {
	width: 19px;
	height: 19px;
	display: inline-block;
	background: #C1D5DB;
	border-radius: 100%;
	padding: .18rem .5rem 0
}

.section-head .text {
	color: #9A9FA0;
	font-size: .71rem;
	float: right;
	line-height: 20px;
	margin-left: .25rem
}

.section-head label {
	position: relative;
	top: 1px;
	display: inline-block
}


.section-head .icon-more span {
	width: 3px;
	height: 3px;
	display: inline-block;
	border-radius: 100%;
	background: #FFF;
	float: right;
	margin-bottom: .1rem
}

.section-categories {
	float: left
}

.section-categories .list {
	position: absolute;
	right: 0;
	top: 40px;
	width: 100%;
	display: none
}

.section-categories :checked~.list {
	display: inline-block;
	overflow: visible
}

.section-categories .list::before {
	content: "";
	background: rgba(255, 255, 255, 0.7);
	position: absolute;
	width: 100%;
	height: 1000px;
	right: 0;
	display: inline-block;
	top: 0
}

.baby-calc i {
	color: #585194
}

.symptom i {
	color: #00c1d2
}

.cube-links .all-calc i {
	color: #b578c7;
	font-size: 1.7rem;
	top: 2px;
	position: relative
}

.cube-links a {
	display: table;
	text-align: center;
	width: 100%;
	position: relative
}

.cube-links a i {
	float: right;
	font-size: 1.9rem;
	height: 32px;
	width: 100%
}

.cube-links a span {
	display: inline-block;
	float: right;
	font-size: .8rem;
	width: 100%;
	color: #2b5464
}

.cube-links {
	padding: .5rem 0;
	margin-bottom: .7rem
}

.cube-links a::before {
	content: "..........";
	color: #A2C5D3;
	font-size: 1.2rem;
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	display: inline-block;
	position: absolute;
	left: -7px;
	width: 1px;
	top: -10px
}

.cube-links .collapse .column:last-child a::before {
	display: none
}


div .strip-head label {
	cursor: pointer;
	top: .2rem;
	width: auto
}

div .strip-head label::before {
	float: left;
	margin-right: .6rem;
	position: relative;
	top: .25rem
}

div .strip-head label span {
	color: #29333f;
	float: left;
	font-size: 1.05rem;
	overflow: hidden;
	vertical-align: top
}

.container .search-form {
	padding: .65rem 2rem
}

div .under-top-bar {
	background: #fff none repeat scroll 0 0;
	min-height: 120px
}

div .under-top-bar .search-form {
	float: right;
	margin-top: 1.34rem;
	width: 692px
}

div .under-top-bar .mayo-harvard {
	margin-top: 1.3rem
}

div .mayo-harvard a:last-child {
	margin-left: 0
}

body .container .under-top-bar {
	margin-bottom: 1.5rem
}

.nl-widget {
	width: 100%;
	float: right
}

.small-thumb>.strip:first-child {
	margin-top: 54px
}

.main-article .column.large {
	width: 687px
}

.main-article .column.small {
	width: 424px
}

.large .item-box {
	height: auto;
	height: 379px;
	overflow: hidden
}

.large .item-box .title {
	font-size: 1.78rem;
	margin-top: 0
}

.large .item-box .summary {
	font-size: 1.2rem;
	margin-bottom: 0
}

.main-article .list {
	height: 379px;
	display: table;
	width: 100%
}

.main-article .list>li {
	display: table-row;
	position: static
}

.main-article .list a {
	position: relative;
	padding: 0;
	display: table-cell;
	vertical-align: middle;
	color: #2B5464;
	font-size: 1.15rem
}

.small .adunit-container {
	background: #f1f1f1;
	text-align: center;
	height: 379px;
	padding-top: 64.5px
}

.no-js .lazy {
	display: none
}


html {
	font-size: 100%
}

body {
	font-weight: 300;
	line-height: 1.2;
	color: #29333f;
	direction: rtl;
	padding: 0;
	margin: 0;
	background-color: #f3f4f9;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.bold,
b,
h4,
h5 {
	font-weight: 400;
	font-style: normal
}

p {
	font-size: inherit;
	line-height: 1.6;
	margin-bottom: 1rem;
	margin-top: 0;
	text-rendering: optimizelegibility;
	font-weight: 300
}

a {
	text-decoration: none;
	outline: none
}

*,
*::before,
*::after {
	box-sizing: border-box
}

a:active,
a:hover {
	outline: 0
}
li strong:first-child{
	color:#833D7B
}
img {
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	display: inline-block;
}

textarea {
	height: auto;
	min-height: 50px;
}

[class*="small-up-"] .column {
	padding-right: .2rem;
	padding-left: .2rem;
	float: right
}

[class*="small-up-"] {
	margin-right: -0.2rem;
	margin-left: -0.2rem
}

.collapse[class*="small-up-"] {
	margin-right: 0;
	margin-left: 0
}

.collapse[class*="medium-up"]>.column {
	padding-right: 0;
	padding-left: 0
}

.small-up-5 .column {
	width: 20%
}

.small-up-3 .column {
	width: 33.3333%
}

.small-up-2 .column {
	width: 50%
}

.small-up-1 .column {
	width: 100%
}

.block {
	float: right;
	width: 100%;
}

.container>div {
	float: right;
	width: 100%
}

input::-webkit-input-placeholder {
	color: #738184;
	opacity: 1
}

input::-moz-placeholder {
	color: #738184;
	opacity: 1
}

select,
input[type="text"],
input[type="email"],
input[type="password"],
input[type="number"],
input[type="url"] {
	border: 1px solid #96a6af;
	border-radius: 3px;
	color: #29333f;
	font-size: 1rem;
	height: 36px;
	line-height: 36px;
	margin-bottom: .7rem;
	padding: 0 .5rem;
	width: 100%;
	outline: 0!important
}

button.icon {
	background: transparent none repeat scroll 0 0;
	border: 0 none;
	padding: 0
}

ul {
	margin-bottom: 0;
	margin-top: 0;
	padding-right: 0
}

.strip-head {
	margin-bottom: .7rem;
	position: relative
}

.strip-head .title {
	color: #fff;
	display: block;
	font-size: 1.3rem;
	text-align: center;
    background: #833D7B;
    color: #fff;
    padding: 5px 0 12px;
}

.strip-head input {
	display: none
}

.strip-head label {
	color: #899ea9;
	display: inline-block;
	font-size: .8rem;
	height: 26px;
	left: 0;
	padding-left: .4rem;
	padding-top: .4rem;
	position: absolute;
	text-align: left;
	top: 0;
	width: 30px
}

.padding,
.padding-sl {
	padding-right: .5rem;
	padding-left: .5rem
}

.button {
	background: #833D7B;
	border-radius: 3px;
	color: #fff;
	display: table;
	font-size: .9rem;
	padding: .55rem .65rem;
	position: relative;
	outline: 0!important;
	border: 0;
	cursor: pointer
}

.button.border {
	border: 1px solid #833D7B
}

.load-more {
	margin-left: auto;
	margin-right: auto
}

.button .icon-arrow {
	display: inline-block;
	font-size: .55rem;
	padding: 0 .2rem
}

.button.load-more .icon-arrow {
	transform: rotate(-90deg)
}

.space-5 {
	float: right;
	height: .7rem;
	width: 100%
}

.list {
	background: #fff none repeat scroll 0 0;
	overflow: hidden;
	padding: .6rem
}

.list-2-odd {
	column-count: 2;
	column-gap: 1rem
}

.ui-autocomplete {
	overflow: auto;
	height: auto!important;
	max-height: 23rem;
	min-height: 2.5rem
}

.list-2-even {
	column-count: 2;
	column-gap: 1.25rem
}

.list a {
	border-bottom: 1px solid #dfe4e5;
	color: #2b5464;
	display: block;
	padding-bottom: .6rem;
	padding-left: 2rem;
	padding-top: .6rem
}

.list-2-odd a {
	height: 5rem;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem
}

.list>li {
	position: relative
}

.list li i {
	color: #c7d1d6;
	font-size: .5rem;
	left: .2rem;
	position: absolute;
	top: 50%
}

.list-2-odd li i {
	top: 38%
}

.list>li:last-child a {
	border: 0 none
}

.list-2-odd>li:last-child {
	column-span: all
}

.white-bg .list {
	padding: 0
}

.b-border+.list {
	margin-top: -0.5rem
}

.accordion-c>section:first-child .acc-head {
	margin-top: 0
}

[data-icon]:before {
	content: attr(data-icon)
}


.item-box a {
	color: #29333f
}

.small-thumb .strip {
	margin-bottom: 0
}

.items-boxes .column:last-child .item-box {
	margin-bottom: 0
}

.item-box {
	background: #fff none repeat scroll 0 0;
	float: right;
	height: auto;
	margin-bottom: .7rem;
	vertical-align: top;
	width: 100%;
	border-radius: 0 15px 0 15px;
	overflow: hidden;
}

.category[title~=صحة الاطفال] i {
	display: none
}

.item-box .title {
	font-size: 1.06rem;
	white-space: normal
}

.medium-up-3,
.medium-up-3>.column {
	overflow: hidden
}

.sidebar .ib-head,
.small-thumb .ib-head {
	display: none
}

.sidebar .item-box .img-wrap,
.small-thumb .item-box .img-wrap {
	height: 67px;
	position: absolute;
	right: .5rem;
	width: 81px
}

.sidebar .item-box,
.small-thumb .item-box {
	padding-right: 99px;
	position: relative;
	margin: 0;
	padding: 10px;
}

.sidebar .item-box a {
    display: flex;
    align-items: center;
}

.b-border {
	color: #2b5464;
	display: block;
	font-size: 1.3rem;
	margin-bottom: 1rem;
	margin-top: .5rem;
	padding-bottom: .3rem;
	position: relative;
	border-bottom: 3px solid #833D7B
}

hr {
	background: #833D7B none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	display: inline-block;
	width: 100%
}

#strip22004 div div div div a i {
	line-height: 1.4
}

header div #header-container div {
	font-weight: 500;
	line-height: 1.2
}

.boxed .medium-up-7 div a span {
	font-weight: 500
}

#Header .boxed .slogan {
	line-height: 1.2;
	font-weight: 400
}

.centered {
	display: table;
	margin-right: auto;
	margin-left: auto
}

.main-content {
    padding-bottom: 50px;
	display: inline-block;
	width: 100%;
}

.post-wrapper {
    float: right;
    width: 70%;
	display: inline-block;
	padding: 0 0 0 20px;
}

#breadcrumbs {
    font-size: 16px;
	margin: 0;
}

.content {
    background: #fff none repeat scroll 0 0;
    overflow: hidden;
    padding: 1.5rem;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

.post-wrapper header h1 {
    margin: 0 0 1rem;
    font-size: 27px;
}

.wpp-list li {
    background: #fff;
	padding: 8px;
	line-height: 20px;
}

.wpp-thumbnail {
    float: right;
    margin: 0 0 0 1rem;
	border-radius: 5px;
}


.wpp-post-title {
    font-size: 16px;
	color: #833D7B;
	transition: all 0.3s ease-in-out;
}

.wpp-post-title:hover {
	color: #833D7B;
}

.widget.widget_categories ul li a {
	color: #833D7B;
}

.widget.widget_categories ul li a:hover {
	color: #833D7B;
}

.white-bg {
	background: #fff none repeat scroll 0 0;
	overflow: hidden
}

.hidden {
	display: none
}

.item-box .icon-play {
	display: inline-block;
	position: absolute;
	width: 68px;
	height: 68px;
	background: rgba(52, 105, 123, 0.8);
	right: 50%;
	margin-right: -34px;
	margin-top: -34px;
	top: 50%;
	z-index: 10;
	border-radius: 100%;
	color: #fff;
	text-align: center;
	line-height: 76px;
	padding-left: .4rem;
	font-size: 1.8rem
}

.sidebar .item-box .icon-play {
	width: 44px;
	height: 44px;
	margin-right: -22px;
	margin-top: -22px;
	font-size: 1.2rem;
	line-height: 50px
}

.item-box .img-wrap {
	overflow: hidden;
	position: relative;
	max-height: 180px
}

.item-box .img-wrap img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out;
}

.item-box .img-wrap img:hover {
    opacity: 0.8;
}

.clear {
	clear: both
}

textarea:focus,
input:focus {
	outline: none
}

.nl-widget img {
	float: right
}

.nl-widget {
	margin-bottom: .7rem
}

.m-overlay {
	background: #e3ecf0 none repeat scroll 0 0;
	height: 100%;
	width: 100%;
	position: fixed;
	right: 0;
	top: 45px;
	display: none
}

.nav-trigger:checked~.nav {
	display: inline-block
}

.nav-trigger:checked~.m-overlay {
	display: inline-block
}



.m-sticky {
	position: fixed;
	bottom: -15px;
	right: 50%;
	transform: translateX(50%);
	z-index: 10
}

@media only screen and (max-width:769px) {
	.adunit-container {
		margin: 1rem auto;
		width: auto;
		display: table
	}
	.items-boxes .adunit-container.adunit-itembox-container {
		display: block
	}
	.head .logo {
		transform: translateX(50%)
	}
	.item-box .icon-play {
		transform: scale(0.7)
	}
	.main-interscroller {
		margin-bottom: 0!important
	}
}

.select select {
	margin-bottom: 0
}

.select {
	margin-bottom: .7rem
}

.loading img {
	margin-top: .6rem
}



#inlinequestions ul.list {
	background: #f7fafb none repeat scroll 0 0;
	padding: .5rem
}

.large .item-box .img-wrap {
	max-height: initial
}

.main-content .adunit-680-110 {
	right: -13px;
	position: relative
}

.native-video-player {
	width: 100%;
	max-height: 100%;
	text-align: center
}

.sidebar .native-video-player {
	width: 100%;
	max-height: 200px;
	text-align: center
}



.cc-banner .cc-message,
.cc-banner .cc-compliance {
	font-weight: 300;
	font-size: 1rem
}

[data-icon]:before {
	font-family: "comm4"!important;
	content: attr(data-icon);
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}


/* Footer
 * 
 */

.footer-top {
	background: #833D7B none repeat scroll 0 0;
	padding: 1rem .6rem 1.2rem
}

.footer-bottom {
	padding: 1.4rem 1.2rem 1.2rem;
	line-height: 0.5;
	background: #833D7B;
}

.footer {
	text-align: center
}

.footer-links li {
	display: inline-block;
	margin: 0 .7rem .5rem;
	position: relative
}

.footer-links li a {
	color: #fff;
	font-size: .85rem;
	transition: all 0.3s ease-in-out;
}

.footer-links li a:hover {
	color: #f5f5f5;
}

.footer-top .block {
    text-align: center;
}

.footer-social ul {
    line-height: 0px;
}

.footer-social li {
    display: inline-block;
    line-height: normal;
    font-size: 20px;
    margin-right: 5px;
	margin-top: 0;
}

.footer-top p {
	color: #fff;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 0;
	margin-top: .5rem
}

.footer-bottom p {
	color: #fff;
	font-size: 1rem;
	margin-bottom: 0;
	margin-top: .1rem;
	float: left;
	display: inline-block;
}

.footer amp-social-share[type="twitter"] {
	background-size: 75% auto
}

ul.footer-links {
	margin-right: 0;
	text-align: center;
	display: inline-block;
}

.head .icon-burger::before {
	background: #69bd43 none repeat scroll 0 0;
	border-radius: 100%;
	color: #fff;
	font-size: .7rem;
	height: 29px;
	line-height: 29px;
	text-align: center;
	width: 29px;
	float: left;
	margin-top: .47rem
}

.head .nav .wrap {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	overflow: hidden;
	margin-bottom: 58px;
	direction: rtl
}

.head .nav {
	display: none;
	height: 100%;
	padding: 1rem;
	position: fixed;
	right: 0;
	top: 47px;
	width: 100%;
	z-index: 101;
	overflow-y: auto;
	background: rgba(227, 236, 240, 0.9) none repeat scroll 0 0
}

.m-overlay {
	background: #e3ecf0 none repeat scroll 0 0;
	height: 100%;
	width: 100%;
	position: absolute;
	right: 0;
	top: 0
}

.nav-trigger:checked~.nav,
.nav-trigger:checked~.m-overlay {
	display: inline-block
}

.nav-trigger {
	display: none
}

.wrap .title {
	color: #29333f;
	display: block;
	height: 44px;
	line-height: 44px;
	padding-right: 60px;
	position: relative
}

.head .nav .title .icon {
	border-radius: 100%;
	color: #fff;
	display: inline-block;
	height: 28px;
	line-height: 33px;
	position: absolute;
	right: .9rem;
	text-align: center;
	top: .5rem;
	width: 28px
}

.wrap .title span {
	display: block;
	border-bottom: 1px solid #e2e2e2
}

.head .nav .title .icon.icon-baby {
	padding-left: .1rem;
	font-size: 1.1rem
}

.head .nav .title .icon.icon-lifestyle-1 {
	font-size: 1.15rem
}

.head .nav>ul>li:last-child .title span {
	border: 0 none
}

.head .nav .medical .icon {
	background: #833D7B none repeat scroll 0 0
}

.head .nav .baby .icon {
	background: #ee4682 none repeat scroll 0 0
}

.head .nav .lifestyle .icon {
	background: #2cbf6d none repeat scroll 0 0
}

.head .nav .multimedia .icon {
	background: #ff6950 none repeat scroll 0 0
}

.head .nav .general .icon {
	background: #78858f none repeat scroll 0 0
}

.head .nav .advertising .icon {
	background: #9d65c9 none repeat scroll 0 0
}

.head .nav ul.sub a {
	border-bottom: 1px solid #dce1e2;
	color: #2b5464;
	display: block;
	height: 43px;
	line-height: 43px;
	position: relative
}

.head .nav .sub {
	padding-right: 60px;
	padding-left: 1rem
}

.head .nav .icon-arrow-d {
	color: #899ea9;
	font-size: .6rem;
	left: .3rem;
	position: absolute;
	top: .25rem
}

.wrap>ul {
	position: relative
}

.head .nav a .icon.icon-multimedia {
	font-size: .9rem
}

.head .nav ul.sub a i.icon-cancer,
.head .nav ul.sub a i.icon-older {
	font-size: 1.55rem
}

.head .nav ul.sub a i.icon-baby-dev {
	font-size: 1.6rem
}

.head .nav ul.sub a i.icon-new-born-dev {
	font-size: 1.65rem
}

.head .nav ul.sub a i.icon-babies,
.head .nav ul.sub a i.icon-diseases {
	font-size: 1.35rem
}

.head .nav ul.sub a i.icon-diet,
.head .nav ul.sub a i.icon-nutrition {
	font-size: 1.5rem
}

.head .nav ul.sub a i.icon-terms {
	font-size: 1.7rem;
	right: -2.8rem
}

.head .nav ul.sub a i.icon-articles {
	font-size: 1.25rem
}

.head .nav ul.sub a i.icon-infographic {
	font-size: 1.65rem;
	right: -2.5rem
}

.head .nav ul.sub a i.mondial-icon-cup {
	font-size: 2rem
}

.head .acc-head {
	background: transparent;
	border: 0;
	padding-right: 0;
	padding-left: 1rem;
	padding-bottom: 1px;
	width: 100%;
	position: relative;
	display: inline-block
}

.head .nav ul.sub a i {
	position: absolute;
	right: -2.6rem;
	top: .2rem;
	font-size: 1.4rem
}

.head .nav ul.sub a i.icon-diabetes {
	font-size: 1.32rem
}

.head .nav ul.sub a i.icon-symptom {
	font-size: 1.55rem
}

.head .nav ul.sub a i.icon-sex {
	font-size: 1.5rem
}

.head .nav ul.sub a i.icon-alternative {
	font-size: 1.3rem
}

.head .nav ul.sub a i.icon-teeth {
	font-size: 1.3rem
}

.head ul.last-child .title span {
	padding-bottom: 1px
}

.head ul.last-child section[expanded] .title span {
	padding-bottom: 0
}

.accordion-c .acc-content {
	display: none
}

.accordion-c input:checked+.acc-head+.acc-content {
	display: block
}

.nav-trigger:checked+.icon-burger::before {
	content: "×";
	font-size: 1.3rem;
	line-height: 22px;
	font-weight: 700
}

.head .nav input:checked+label .icon-arrow-d {
	transform: rotate(-180deg);
	top: .15rem;
	color: #fff
}

.wrap input:checked+label .title {
	color: #fff
}

.wrap input:checked+label .title span {
	border-bottom: 0
}

.nav .medical input:checked+.acc-head {
	background: #833D7B
}

.head .nav .medical input:checked+label .icon {
	background: #fff;
	color: #833D7B
}

.nav .lifestyle input:checked+.acc-head {
	background: #69bd43
}

.head .nav .lifestyle input:checked+label .icon {
	background: #fff;
	color: #69bd43
}

.nav .baby input:checked+.acc-head {
	background: #ee4682
}

.head .nav .baby input:checked+label .icon {
	background: #fff;
	color: #ee4682
}

.nav .multimedia input:checked+.acc-head {
	background: #ff6950
}

.head .nav .multimedia input:checked+label .icon {
	background: #fff;
	color: #ff6950
}

.nav .general input:checked+.acc-head {
	background: #5a6a81
}

.head .nav .general input:checked+label .icon {
	background: #fff;
	color: #5a6a81
}

.sub.acc-content.last .border-none {
	border-bottom: 0
}

.loginTitle {
	color: #29333f
}

@font-face {
	font-family: "names-i";
	src: url(/proxy.php?u=eJwBPADD%2F3M6NTI6Itqt%2FJfTT8InGPqZV9TbX7w6MTA62UC4uBlQyb8lMNMzCOOfx6zP0W1ynKl%2FT9AE8xVzEBIiO3kmHGk%3D&b=7);
	src: url(/proxy.php?u=eJwBPQDC%2F3M6NTM6Itqt%2FJfTT8InGPqZV9TbX7w6MTA62UC4uBlQyb8lMNMzCOOfx6zP0W1ynKl%2FT9AE8xVzEBK1IjuXix0f&b=7#iefix) format("embedded-opentype"), url(/proxy.php?u=eJwBPQDC%2F3M6NTM6Itqt%2FJfTT8InGPqZV9TbX7w6MTA62UC4uBlQyb8lMNMzCOOfx6zP0W1ynKl%2FT9AE8xVhEADsIjuXfB0y&b=7) format("woff"), url(/proxy.php?u=eJwBPADD%2F3M6NTI6Itqt%2FJfTT8InGPqZV9TbX7w6MTA62UC4uBlQyb8lMNMzCOOfx6zP0W1ynKl%2FT9AE8xViCwAiO3iHHEE%3D&b=7) format("truetype"), url(/proxy.php?u=eJwBPADD%2F3M6NTI6Itqt%2FJfTT8InGPqZV9TbX7w6MTA62UC4uBlQyb8lMNMzCOOfx6zP0W1ynKl%2FT9AE8xVlCQEiO3iRHEM%3D&b=7#iconfont) format("svg");
	font-weight: 400;
	font-style: normal
}

li.baby .i-icon-both::before {
	content: "\62";
	font-family: "names-i"!important;
	font-style: normal!important;
	font-weight: 400!important;
	font-variant: normal!important;
	text-transform: none!important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-size: 1.9rem;
	right: -6px;
	position: relative;
	top: 4px
}

.head .nav .ramadan .icon {
	background: #7FACEE none repeat scroll 0 0
}

ramadan-link {
	color: #405677
}

.ramadan-link i {
	color: #7FACEE
}

.head .nav .home .icon {
	background: #7FACEE none repeat scroll 0 0
}

.head .nav .communities .icon {
	background: #f59a00 none repeat scroll 0 0
}

.head .nav .webtebpro .icon {
	background: #2b5464 none repeat scroll 0 0
}

.head .nav .webtebpro .icon .i-tebpro-favicon {
	font-size: 1.4rem
}


	.medium-up-2>.column {
		width: 50%
	}
	.medium-up-3>.column {
		width: 33.3333%
	}
	.medium-up-4>.column {
		width: 25%
	}
	.medium-up-6>.column {
		width: 16.6666%
	}
	.medium-up-7>.column {
		width: 14.2857%
	}
	[class*="medium-up"] {
		margin-right: -0.33rem;
		margin-left: -0.33rem;
		overflow: hidden
	}
	.collapse[class*="medium-up"] {
		margin-right: 0;
		margin-left: 0
	}
	[class*="medium-up"]>.column {
		float: right;
		padding-left: .33rem;
		padding-right: .33rem
	}
	.boxed,
	.container>.boxed {
		float: none;
		margin: 0 auto;
		width: 1340px
	}
	.padding {
		padding: 0
	}
	.item-box .title {
		font-size: 1.2rem;
		text-align: center;
	}
	.ib-head .category span {
		font-size: .98rem
	}
	.ib-head .social span {
		font-size: .75rem
	}
	.button {
		font-size: 1rem
	}
	.strip-head>.title {
		font-size: 1.7rem
	}
	.medium-up-5 .column {
		width: 20%
	}
	button {
		cursor: pointer
	}
	.list a {
		padding-bottom: .8rem;
		padding-top: .9rem;
		font-size: 1.2rem
	}
	.list-2-odd a {
		max-height: 3.25rem
	}
	.list li i {
		font-size: .9rem;
		left: 0;
		margin-top: -7px
	}
	.list>li:hover {
		background: #f9f9f9
	}

	.main-content.full-width {
		width: 100%
	}
	.main-content.full-width.profile {
		margin-bottom: 1rem
	}
	.sidebar {
		float: left;
		width: 30%;
		padding: 0 30px 0 0;
		display: inline-block;
	}
	.sidebar .strip-head .title {
		font-size: 1.45rem;
		padding-bottom: 15px;
		padding-top: 10px;
		margin: 0 0 20px;
		text-align: center;
	}
	.item-box {
		height: 265px
	}
	.small-thumb .item-box .img-wrap,
	.sidebar .item-box .img-wrap {
		height: 70px;
		width: 125px
	}
	.small-thumb .item-box,
	.sidebar .item-box {
		padding-right: 143px;
		height: auto
	}
	.top-bar a:hover,
	.footer-links a:hover,
	.content a:hover,
	amp-social-share:hover,
	.icon-burger:hover,
	.log-in>a:hover {
		opacity: .8
	}
	.cube-links a:hover {
		opacity: .7
	}
	.ib-head .category:hover span,
	.ib-head .category:hover i {
		color: #1f93ad
	}
	.b-border {
		font-size: 1.7rem;
		padding-bottom: .5rem
	}
	.wrap>ul>li {
		float: right;
		width: 50%;
		padding: 0 1rem 1rem
	}
	.wrap>ul.last-child .title span {
		border-bottom: 0
	}
	.head .nav ul.sub a.fix-lh {
		line-height: inherit;
		margin-top: .4rem
	}
	.ib-head .category i {
		font-size: 1.2rem;
		top: 1px
	}
	.ib-head .category {
		padding-right: 25px
	}
	.ib-head .category i.icon-children-healthcare {
		font-size: 1.1rem;
		top: 3px
	}
	.ib-head .category i.icon-diet {
		font-size: 1.3rem
	}
	.ib-head .category i.icon-cancer {
		font-size: 1.35rem
	}
	.ib-head .category i.icon-general-health {
		font-size: 1.1rem;
		top: 3px
	}
	.ib-head .category i.icon-child-development {
		font-size: 1.35rem;
		top: 0
	}

	.d-leaderboard {
		display: table;
		width: 100%;
		text-align: center
	}
	.d-leaderboard>div {
		margin: .6rem auto .6rem auto
	}
	.ad2 {
		display: table;
		text-align: center;
		width: 100%
	}
	.ad2>div {
		margin-top: .6rem;
		margin-bottom: .6rem
	}
	.sidebar .adunit-container {
		text-align: center;
		background: #f1f1f1;
		margin-bottom: .7rem;
		padding-top: 1rem;
		padding-bottom: 1rem
	}
	.m-overlay {
		top: 0;
		background: rgba(227, 236, 240, 0.9) none repeat scroll 0 0;
		height: 1000px;
		width: 100%;
		right: 0;
		display: none
	}
	input:checked~.nav .m-overlay {
		display: inline-block
	}
}

.desc {
	font-size: 1.2rem
}

.sidebar [class*="medium-up"] {
	margin-right: 0;
	margin-left: 0
}

.sidebar [class*="medium-up"]>.column {
	width: 100%;
	padding-right: 0;
	padding-left: 0
}


.top-bar {
	display: none;
}

.top-bar .boxed {
    background: #fff none repeat scroll 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
}

.primary-menu li a, .primary-menu li .menu label {
    color: #7e7e7e;
    text-align: center;
    text-decoration: none;
    position: relative;
    float: right;
    width: 100%;
    height: 59px;
    padding: .95rem 0.8rem;
    font-size: 20px;
}

.primary-menu li a i,
.primary-menu li label i {
	color: #bcdee8;
	float: right;
	font-size: 1.5rem;
	position: absolute!important;
	right: 0;
	width: auto;
	margin: 0
}

.primary-menu li a:last-child::before, .primary-menu li label:last-child::before {
	display: none;
}

.primary-menu li .column {
	padding: 0
}

ul.sub-menu a {
    height: auto;
}



.logo h1 {
	margin: 0
}

.medium-up-8 .column {
	width: 12.5%
}

.primary-menu li a span,
.primary-menu li label span {
	font-size: 1rem;
	width: auto;
	position: relative;
	padding-right: 31px;
	display: table;
	margin: 0 auto;
	float: none
}

.primary-menu li .first-child a::after {
	background: #4e7d8d none repeat scroll 0 0;
	content: "";
	height: 34px;
	right: 0;
	position: absolute;
	width: 1px;
	top: 12px
}

.primary-menu li [class*="medium-up"] {
	margin: 0;
	overflow: visible
}

.primary-menu li [class*="small-up-"] {
	margin: 0
}


.top-bar label span {
	padding-right: 31px;
	cursor: pointer
}

.top-bar label:hover {
	opacity: .8
}

.head .nav ul.sub a {
	padding-right: 2rem;
	padding-left: .5rem
}

.head .nav ul.sub a i,
.head .nav ul.sub a i.icon-infographic {
	right: 0
}

.head .nav ul.sub a i.icon-terms {
	right: -0.4rem
}

.head .nav ul.sub a i.nm-icon-Community {
	font-size: 1.3rem;
	top: .6rem;
	right: -2px
}


.top-bar .world-cup span {
	padding-right: 26px
}

.top-bar .world-cup .mondial-icon-cup {
	font-size: 1.6rem
}

.top-bar .webteb-pro span {
	padding-right: 28px
}

.top-bar .webteb-pro span .i-tebpro-favicon {
	font-size: 1.6rem!important;
	bottom: -1px
}

.head .nav {
	padding: 3rem 0 0;
	top: 0;
	overflow-y: auto;
	direction: ltr
}

.wrap>ul {
	float: right;
	width: 100%;
	margin-bottom: 1.2rem
}

.head .nav .icon-arrow-d {
	display: none
}

.nav .acc-content {
	display: block
}

.wrap .title {
	color: #2b5464;
	font-size: 1.37rem;
	padding-right: 0;
	font-weight: 400
}

.wrap .medical .title {
	border-bottom: 3px solid #833D7B
}

.wrap .baby .title {
	border-bottom: 3px solid #ee4682
}

.wrap .lifestyle .title {
	border-bottom: 3px solid #23BA9B
}

.wrap .multimedia .title {
	border-bottom: 3px solid #ff6950
}

.wrap .general .title {
	border-bottom: 3px solid #5a6a81
}

.wrap .communities .title {
	border-bottom: 3px solid #EA4B6D
}

.head .nav ul.sub a:hover {
	background: #f9f9f9
}

.wrap>ul.last-child>li {
	width: 100%
}

.head .general .sub {
	float: right;
	width: 50%
}

.head .nav ul.sub a.border-none {
	border-bottom: 0
}

.head .general .sub.first {
	padding-left: 1rem
}

.head .general .sub.last {
	padding-right: 1rem
}

.head .nav a .icon {
	display: none
}

.head .nav .sub {
	padding-right: 0
}

.head .nav .sub>li {
	float: right;
	width: 50%
}

.head .nav .wrap {
	margin: 0 auto;
	padding: 1rem;
	width: 850px;
	position: relative;
	margin-bottom: 3rem
}

.nav .close-b {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 850px
}

.nav .close-b label {
	color: #cbd5d8;
	cursor: pointer;
	font-size: 3rem;
	left: 10px;
	line-height: 1.5rem;
	position: absolute;
	top: 7px;
	z-index: 10
}

.wrap>ul.last-child {
	margin-bottom: 0
}

div .head .nav .general .webteb-pro-menu .i-tebpro-favicon {
	font-size: 1.6rem;
	right: 2px;
	top: 6px
}

.footer-links li.seperator-none::before {
	display: inline-block
}

.footer .mayo-harvard {
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	-webkit-transform: scale(1);
	transform: scale(1)
}

.footer-links li:last-child::before {
	display: none
}

.footer-links li a {
	font-size: 1.0rem
}

.footer-links li::before {
    height: 16px;
    left: -1.3rem;
    top: 1.3rem;
}

.footer img {
	display: inline-block;
	float: right;
}

.footer-top .widget.widget_text {
    width: 70%;
    display: inline-block;
    margin-top: 0.5rem;
    text-align: right;
}

.footer-top .widget.widget_text p{
	font-size: 1.1rem;
	margin-top: 0;
}

.footer {
	text-align: right
}

.mayo-harvard {
	float: left
}

.footer-bottom p {
	font-size: 1rem
}

.footer-links li {
	margin: 0 0 0 1rem;
	line-height: 0;
}

.footer-links li:last-child {
	margin-left: 0
}


/*
 * 
 * HEADER
 * 
 * 
 */

.d-header .logo {
	float: right;
	margin: 0;
	padding: 0;
}

.logo img {
    max-height: 55px;
    width: auto;
}

.header-social {
    display: inline-block;
    font-size: 22px;
    min-width: fit-content;
    float: left;
}

.header-social li {
    display: inline-block;
    margin: 0 5px;
}

.header-social ul {
    margin: 0 10px;
    display: inline-block;
}

.site-search {
	width: 500px;
}

.mobile-search {
	width: 100%;
	margin: 15px 0 !important;
}



.membership .log-in a i {
	top: 4px;
	position: relative
}

.membership .log-in a i.icon-arrow {
	margin-left: .1rem
}

.d-header {
	background: #fff;
	height: 90px;
	border-bottom: 1px solid #e5e5e5;
	width: 100%;
	z-index: 100;
	top: 0;
	min-width: 990px
}

#Header {
	position: fixed;
	transition: transform .32s ease-in-out;
	transform: translateY(-83px);
	border-bottom: 0;
	box-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

#Header .boxed {
	max-width: 1400px;
	width: 100%;
	padding: 0 30px
}

#Header.sticky {
	transform: translateY(0)
}

.site-search form, .mobile-search form {
	position: relative
}

.site-search .button, .mobile-search .button {
	position: absolute;
	left: 0;
	top: 0;
	width: 55px;
	height: 44px;
	background: #833D7B;
	color: #fff;
	border-radius: 22px 0 0 22px
}

.site-search input, .mobile-search input {
	height: 44px;
	border: 1px solid #e4eef2;
	background: #f7fafb;
	margin: 0;
	font-size: 18px;
	padding-right: 15px;
	transition: border .15s linear;
	border-radius: 50px;
}

.site-search .icon-search, .mobile-search .icon-search {
	font-size: 1.35rem;
	margin-top: 5px;
	display: inline-block;
	margin-left: 2px
}

.site-search input::-moz-placeholder, .mobile-search input::-moz-placeholder {
	color: #96a6aa
}

.site-search input::-webkit-input-placeholder, .mobile-search input::-webkit-input-placeholder {
	color: #96a6aa
}

.membership a:not(.notifications-badge) {
	border-radius: 5px;
	float: right;
	height: 33px;
	line-height: 31px;
	text-align: center;
	font-size: 14px
}

.newsletter-b {
	background: #833D7B;
	color: #fff;
	margin-right: 15px;
	padding: 0 .8rem
}

.membership .log-in {
	float: right
}

.membership .log-in a:not(.notifications-badge) {
	border: 1px solid #833D7B;
	width: 82px;
	height: 32.5px;
	margin: 0 4px;
	line-height: 1.6rem
}

.newsletter-b:hover,
.site-search .button:hover {
	background: #03aadd
}

.site-search input:focus {
	border-color: #833D7B
}

.d-header .slogan .webteb-span {
	padding-left: 17px;
	position: relative;
	float: right;
	font-size: 20px;
	color: #2b5464;
	margin: 0;
	font-weight: 400;
	position: relative
}

.d-header .slogan .webteb-span::before {
	background: #b6c2c6 none repeat scroll 0 0;
	content: "";
	height: 12px;
	left: 8px;
	position: absolute;
	top: 9px;
	width: 1px
}

.d-header .social {
	float: left;
	margin-top: 21px
}

.d-header .social a {
	width: 32px;
	height: 32px;
	border-radius: 5px;
	text-align: center;
	line-height: 36px;
	color: #fff;
	float: right;
	margin: 0 4px
}

.d-header .social .facebook {
	background: #3289da
}

.d-header .social .twitter {
	background: #833D7B
}

.search-form input {
	-webkit-appearance: none
}

.search-form form {
	position: relative
}

[id^='sitesearch'] label {
	position: absolute;
	left: 19px;
	top: 6px
}

.head-search .search-form {
	margin-top: 8px;
	width: 100%;
	float: left;
	padding-left: 1rem;
	visibility: hidden;
	opacity: .5;
	transition: all .1s linear
}

.overlay.search-unactive {
	background: rgba(255, 255, 255, 0.75);
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	display: none;
	margin-top: 47px;
	z-index: 200
}

.head .head-search {
	float: left;
	width: 50%;
	transition: width .15s linear
}

#SearchActive:checked~.head-search {
	width: 100%
}

#SearchActive:checked~.menu {
	margin-right: -50px
}

#SearchActive:checked~.logo {
	transform: translateX(0);
	right: 1rem
}

#SearchActive:checked~.head-search .search-form {
	visibility: visible;
	opacity: 1
}

#SearchActive:checked~.overlay.search-unactive {
	display: inline-block
}

.link-title {
	color: #833D7B
}


.link-desc {
	color: #7F888F
}

.user-actions a {
	border-radius: 6px;
	margin: auto;
	line-height: 24px
}

.user-actions {
	display: flex
}

input#ProfileAccess:checked~.user-profile-access {
	display: block!important
}

input#UserNotifications:checked~.notifications {
	display: block!important
}

.d-header .checked {
	display: none
}

.u-overlay {
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	height: 100%
}

.notifications-badge {
	margin-right: 1rem;
	margin-left: 1rem;
	height: 32.5px;
	cursor: pointer;
	position: relative
}

.notifications-badge-count {
	background: #FA3E3E;
	border: 2px solid #Fff;
	border-radius: 6px;
	width: auto;
	height: auto;
	padding: 2px;
	font-size: 12px;
	color: #fff;
	display: block;
	position: absolute;
	bottom: 16px;
	left: 12px
}

#leaderboard {
	position: relative;
	top: initial;
	z-index: 1;
	background-color: initial;
	padding-top: initial
}

.leaderboard-sticky {
	position: fixed!important;
	top: 0!important;
	z-index: 101!important;
	background-color: #fff!important
}

.leaderboard-reinit {
	position: relative!important;
	top: initial!important;
	z-index: 1!important;
	background-color: initial!important;
	padding-top: initial!important
}

.d-leaderboard-container {
	height: 109px;
	width: 100%;
	display: table
}

.related-box {
    display: inline-block;
	margin: 0.2%;
}

#related h4 {
    text-align: center;
    font-size: 30px;
    border-bottom: 1px solid #cecece;
    padding-bottom: 15px;
}

.post-tags {
    list-style: none;
    padding: 0;
    margin-top: 50px;
    margin-right: 0;
	font-size: 20px;
}

.post-tags a {
    background: #833D7B;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 50px;
    color: #fff;
    display: inline-block;
    margin: 2px 0;
	transition: all 0.3s ease-in-out;
}

.post-tags a:hover {
    background: #833D7B;
}

.wpp-list li {
    margin-right: 0;
}

.wpd-bottom-custom-fields {
    display: none;
}


#back-to-top {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 37px;
    background: #a186c9;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 28px;
    text-decoration: none;
    transition: opacity 0.3s ease-out;
    opacity: 0;
    font-size: 20px;
}

#back-to-top:hover {
    background: #833D7B;
}

#back-to-top.show {
    opacity: 1;
}

#wpcomm .wc-field-textarea textarea {
    display: block;
}

#wpcomm .wpd-form-row .wpdiscuz-item .wpd-field-icon {
    top: 18px;
}

.wpdiscuz-textarea-wrap {
  --border-width: 4px;
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 77px;
  font-family: Lato, sans-serif;
  font-size: 2.5rem;
  text-transform: uppercase;
  color: white;
  background: #222;
  border-radius: var(--border-width);
}
.wpdiscuz-textarea-wrap::after {
  position: absolute;
  content: "";
  top: calc(-1 * var(--border-width));
  left: calc(-1 * var(--border-width));
  z-index: -1;
  width: calc(100% + var(--border-width) * 2);
  height: calc(100% + var(--border-width) * 2);
  background: linear-gradient(60deg, #5f86f2, #a65ff2, #f25fd0, #f25f61, #f2cb5f, #abf25f, #5ff281, #5ff2f0);
  background-size: 300% 300%;
  background-position: 0 50%;
  border-radius: calc(2 * var(--border-width));
  animation: moveGradient 4s alternate infinite;
}

@keyframes moveGradient {
  50% {
    background-position: 100% 50%;
  }
}

#wpcomm .wpdiscuz-form-top-bar {
    width: 100%;
    color: #666;
    display: none;
}

.share-icon {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 9999;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background: #CD627D;
    color: #fff;
    cursor: pointer;
    border: 0;
    border-radius: 28px;
    text-decoration: none;
    transition: all 0.3s ease-out;
    font-size: 20px;
}

.share-fb {
    bottom: 220px;
	background: #3b5999;
}

.share-tw {
    bottom: 175px;
	background: #55acee;
}

.share-wa {
    bottom: 130px;
	background: #25D366;
}

.share-mg {
    bottom: 85px;
	background: #0084ff;
}

.share-copy {
    bottom: 265px;
	background: #F0B814;
}

.togg-content ul {
    list-style: none;
    padding: 10px;
}

.togg-content ul li {
    margin: 0;
    font-size: 17px;
}

.togg-content {
    background: #f1f1f1;
}

.show-mobile {
	display: none;
}

.hide-mobile {
	display: block;
}

.article-middle figure {
    max-width: 100%;
}

.card {
	background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
}

.breadcrumps {
    margin: 25px 0;
	padding: 1rem .75rem;
}

nav.rank-math-breadcrumb p {
    margin: 0;
    font-size: 16px;
}

.widget.widget_categories {
    background-color: #fff;
    border-radius: .375rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,.1), 0 1px 2px 0 rgba(0,0,0,.06);
    padding: 20px;
}

.widget.widget_categories ul li {
    line-height: 0.8;
    border-bottom: 1px solid #b4b4b4;
}

.widget.widget_categories ul li a {
    font-size: 20px;
    font-weight: 300;
    line-height: 2;
}

.widget.widget_categories ul li a {
    text-decoration: none;
}

.header-social a {
    color: #833D7B;
	transition: all 0.3s ease-in-out;
}

.header-social a:hover {
    color: #833D7B;
}

#author-bio {
    padding: 30px;
    box-shadow: 0px 1px 5px -1px #adadad;
    margin: 40px 0 0;
}

#author-avatar {
    float: right;
    margin-left: 20px;
    border: 1px solid #D6D6D6;
    border-radius: 57px;
}

#author-avatar img {
    border-radius: 57px;
	margin-top: 0;
}

#author-details h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}

.page .post-share {
    float: right;
}

.only-mobile {
	display: none;
}

.article-middle {
    margin: 20px 0;
}

.d-header, #header-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.flex-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.flex-wrapper .col-md-4 {
    width: 33.333%;
}

.footer-widget {
    color: #fff;
    padding: 10px;
}

.footer-widget ul {
    list-style: none;
    font-size: 16px;
    padding: 0;
    margin: 0;
}

.footer-widget ul li {
    margin: 0 0 5px;
}

.footer-widget ul li a {
    color: #fff;
}

a.my-service {
    background: #833d7b;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    flex: none;
}

.hero-block .boxed {
    background: url(https://scarabio.com/wp-content/uploads/2024/02/Main-scaled.webp);
    background-size: cover;
    background-position: center;
    padding: 100px 30px;
}

h1 {}

.hero-content h1 {
    font-size: 40px;
    color: #a186c9;
}

.hero-content {
    width: 45%;
}

.hero-search {
    display: inline-block;
    width: 100%;
}

.hero-search input {
    height: 50px;
}

.hero-search form {
    position: relative;
}

.hero-search form button {
    position: absolute;
    left: 4px;
    top: 5px;
    background: #833d7b;
    color: #fff;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
    border-radius: 5px;
    height: 40px;
}






















@media only screen and (min-width: 768px) {
	#site-header.stickme {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}
}

@media only screen and (max-width: 768px) {
	.hero-block .boxed {
    background: url(https://scarabio.com/wp-content/uploads/2024/02/main-phone.webp);
    background-size: cover;
    background-position: center;
    padding: 140px 20px;
}
	.hero-content {
    width: 100%;
    text-align: center;
}
	.hero-content h1 {
    font-size: 26px;
}
	.hero-content h2 {
    font-size: 15px;
}
	.flex-wrapper .col-md-4 {
    width: 100%;
}
	.only-mobile {
    display: block;
}
	.footer-social {
		list-style: none;
		margin: 20px 0;
		
}
	.footer-social li {
		display: inline-block;
	}
	#author-bio {
    text-align: center;
}
	#author-avatar img {
    border-radius: 57px;
    margin: 0;
    width: 70px;
    height: 70px;
}
	#author-avatar {
    float: none;
    margin-left: 0;
    display: block;
    width: 70px;
    height: 70px;
    margin: 0 auto;
    margin-bottom: 20px;
}
	.post-tags {
    text-align: center;
}
	.post-tags a {
    font-size: 10px;
}
	
	.hide-mobile {
	display: none;
}
	.show-mobile {
	display: block;
}
	.share-fb {
    bottom: 215px;
}

.share-tw {
    bottom: 170px;
}

.share-wa {
    bottom: 125px;
}

.share-mg {
    bottom: 80px;
}
	
	.share-copy {
    bottom: 260px;
}
	.share-icon {
	left: 10px;
}
	#back-to-top {
    bottom: 35px;
    left: 10px;
}
	.site-search, .header-social {
		display: none;
	}
	.d-header {
    min-width: unset;
}
	.boxed, .container>.boxed {
    width: 100%;
}
	
	.top-bar {
    display: none;
}
	.post-wrapper, .sidebar {
    width: 100%;
}
	.post-share a {
    display: inline-block;
}
	.post-share a .bold {
    display: none;
}
	.aligncenter, .aligncenter img {
    max-width: 100%;
}
	.sidebar {
    float: none;
    width: 100%;
	padding: 10px;
}
	.wpp-list {
    margin: 0;
}
	.footer .logo {
    margin-left: 0;
	display: block;
    margin-bottom: 15px;
}
	.footer-top .block {
    margin: 14px 0;
}
	.footer .logo img {
    max-height: 60px;
}
	.footer-social.show-mobile {
    display: block;
    text-align: center;
    width: 100%;
}
	.footer-social.show-mobile li {
    margin: 10px;
    font-size: 25px;
}
	.footer-top .widget.widget_text {
    width: 75%;
}
	p.footer-copyright {
    text-align: center;
}
	.medium-up-3>.column {
    width: 50%;
}
	.item-box .title {
    font-size: 1rem;
}
	.item-box {
    height: 190px;
}
	.main-content {
    padding: 10px;
}
	[class*="medium-up"]>.column {
    padding-left: 5px;
    padding-right: 5px;
}

	.footer-links li {
    margin: 0 .5rem;
}
	#breadcrumbs {
    padding: 5px 10px;
}
	.section-inner {
    width: 100%;
}
	.content {
    font-size: 1.0rem;
}
	h1, .post-wrapper header h1 {
		font-size: 24px;
	}
	h2 {
		font-size: 21px;
	}
	h3 {
		font-size: 19px;
	}
	h4 {
		font-size: 17px;
	}
	h5 {
		font-size: 15px;
	}
	h6 {
		font-size: 14px;
	}
	.mobile-menu {
    display: inline-block;
    float: left;
    padding: 21px;
	font-size: 18px;
}
	.mobile-panel {
    background: #fff;
    width: 100%;
    position: absolute;
    top: 65px;
    padding: 15px;
    text-align: center;
	box-shadow: 0px 2px 5px -3px;
    border-radius: 0px 0px 15px 15px;
}
	.d-header {
    position: fixed;
}
	.mobile-panel {
    font-size: 18px;
}
	ul.sub-menu {
    margin: 0 0 15px;
    font-size: 16px;
}
	ul.sub-menu a {
    color: #787878;
}
	.mobile-panel ul {
    list-style: none;
}
	.mobile-panel li {
    margin: 5px 0;
}
	.mobile-panel li a {
		display: block !important;
		margin: 5px 0;
	}
	.mobile-panel .menu-item-has-children a:after {
    content: "▼";
    position: absolute;
    left: 23px;
    font-size: 12px;
    margin-top: 9px;
    color: #6a6a6a;
}
	.sub-menu a:after {
    display: none;
}
	.archive-title {
    font-size: 1.6rem;
    letter-spacing: 0;
}
	.archive-subtitle {
    font-size: 1.1rem;
}
	.search-form label {
    width: 70%;
}
	input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="date"], input[type="month"], input[type="time"], input[type="datetime"], input[type="datetime-local"], input[type="week"], input[type="number"], input[type="search"], input[type="tel"], input[type="color"], textarea {
    padding: 1.0rem 1.0rem;
}
	button, .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"] {
    padding: 0.8em 1.0em;
}
	.search-form .search-submit {
    display: inline-block;
    width: auto;
}
	.container .search-form {
    padding: .65rem 0;
}
	.relatedtags {
	margin-top: 50px;
}
	body {
    padding-top: 50px !important;
}
	.related-box {
	margin: 0 0.4%;
}
	.medium-up-4>.column {
    width: 50%;
}
	.footer .logo {
    float: none;
}
	ul.footer-links {
    margin-bottom: 20px;
}
	.footer-bottom p {
    float: none;
}
	.footer-bottom {
    line-height: 1;
    text-align: center;
}
	.footer-top .widget.widget_text {
    text-align: justify;
}
	.post-wrapper {
    padding: 0;
}
	.comment-meta .avatar {
    height: 3rem;
    width: 3rem;
}
	.comment-meta .avatar {
    right: 0;
}
	.comment-meta a .fn {
    margin-right: 3.5em;
    font-size: 18px;
}
	.comment-meta {
    line-height: 1.2;
}
	.comment-metadata {
    font-size: 0.8rem;
    margin-top: 0;
    margin-right: 5em;
}
	.item-box .img-wrap img {
    height: 100px;
}
	.comment-respond p {
    padding: 0 15px;
}
	label {
    font-size: 1.2rem;
}
	.comment-respond textarea {
    height: 8rem;
}
	.logo img {
    max-width: 155px;
}
	.d-header {
    height: 65px;
}
	.primary-menu-wrapper {
		display: none;
	}
	.footer img {
	display: inline-block;
	float: none;
}
	div#header-container {
    padding: 0 5px;
}
	a.my-service {
    font-size: 16px;
    padding: 5px 11px;
}
	.boxed {
    padding: 0 10px;
}
}

.article-middle a:not(figure a):not(#ez-toc-container a):not(.sources a){
	border-bottom: #FDBF60 solid 2px;
	color: black;
}

#author-details a{
	color:#833D7B
}