/*!
Theme Name: iosifidis
Theme URI: http://underscores.me/
Author: Manolis Liolios
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: iosifidis
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

iosifidis is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

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

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

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

a:focus {
	outline: thin dotted;
}

a:hover, a:active {
	outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

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

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

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

.main-navigation ul ul a {
	width: 200px;
}

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

.main-navigation li {
	position: relative;
}

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

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

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

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

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

.post,
.page {
	margin: 0 0 1.5em;
}

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

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

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

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

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

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 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;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
	/*rtl:ignore*/
	float: left;
	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	/*rtl:ignore*/
	float: right;
	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

#footer {
	padding: 5em 0 0 0;
	background: transparent linear-gradient(226deg, #67BEBA 0%, #0D8B8A 100%) 0% 0% no-repeat padding-box;
	border-top: 2px solid #f3f3f3;
}

#footer h2 {
	font-size: 1.5em;
	padding-bottom: 20px;
	color: #fff;
	font-weight: 400;
}

#footer p {
	color: #fff;
}

#footer .footer_menu {
	margin: 0;
	list-style-type: none;
	padding-left: 1em;
}

#footer .footer_menu li {
	padding: 6px 0;
}

#footer .footer_menu li.current-menu-item {
	font-weight: bold;
}

#footer .footer_menu li a {
	color: #fff !important;
	text-decoration: none;
}

#footer .footer_menu li:before {
	content: "\2022";
	/* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #00A098;
	/* Change the color */
	font-weight: bold;
	/* If you want it to be bold */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
}

#footer .footer-links {
	text-decoration: none;
	padding-right: 8px;
}

@media (max-width: 767px) {
	#footer .footer-wrap > div {
		margin-top: 30px;
	}
}

#footer .footer-copyright-wrapper {
	margin-top: 50px;
	color: #fff;
}

#footer .contact-info-item {
	color: #fff;
}

html, body {
	overflow-x: hidden;
	max-width: 1920px;
	margin: 0 auto;
}

body {
	position: relative;
}

* {
	font-family: "Manrope", sans-serif !important;
}

.simple-link {
	text-decoration: none !important;
	color: #262626;
}

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

@media (max-width: 767px) {
	.text-right {
		text-align: center;
	}
}

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

@media (max-width: 767px) {
	.text-left {
		text-align: center;
	}
}

.subtitle {
	color: #00A098;
}

h1 {
	font-size: 2.5em;
	color: #262626;
	font-weight: 900;
}

h2 {
	font-size: 2.2em;
	color: #262626;
	font-weight: 700;
}

@media (max-width: 767px) {
	h2 {
		font-size: 1.7em;
	}
}

h6 {
	font-weight: 700;
}

@media (max-width: 767px) {
	.mobile-center {
		text-align: center;
	}
}

@media (max-width: 767px) {
	.mobile-extra-padding {
		padding: 20px 0;
	}
}

.btn-primary {
	text-decoration: none !important;
	background-color: #00A098 !important;
	border: 1px solid #00A098 !important;
	color: #fff !important;
	font-weight: bold;
	padding: 8px 25px !important;
	border-radius: 12px;
	box-shadow: none !important;
}

.btn-primary a {
	color: #fff !important;
}

.btn-primary:hover {
	color: #fff !important;
	background-color: #00807A !important;
}

.btn-primary:hover a {
	color: #fff !important;
}

.btn-outline-primary {
	background-color: #fff !important;
	color: #00A098 !important;
	border-color: #00A098 !important;
	font-weight: bold;
	padding: 8px 25px !important;
	border-radius: 12px;
	box-shadow: none !important;
}

.btn-outline-primary:hover {
	background-color: #00A098 !important;
	color: #fff !important;
}

.btn-white {
	background-color: #fff !important;
	color: #262626 !important;
	border-color: #fff !important;
	font-weight: bold;
	padding: 8px 25px !important;
	border-radius: 12px;
	box-shadow: none !important;
}

.btn-white:hover {
	background-color: #262626 !important;
	color: #fff !important;
}

a {
	color: #4a4a4a;
	text-decoration: none !important;
}

a:visited {
	color: #4a4a4a;
}

a.color-primary {
	text-decoration: underline !important;
	color: #00A098;
}

.text-primary {
	color: #00A098 !important;
}

.slick-track {
	display: flex !important;
}

.slick-slide {
	height: inherit !important;
}

.slick-dots {
	bottom: -50px;
}

.slick-dots li {
	padding: 0 .5em;
}

.slick-dots li button::before {
	color: #00A098;
	font-size: 12px;
}

.slick-dots li.slick-active button::before {
	color: #00A098;
	opacity: 1;
	font-size: 20px;
}

.color-primary {
	color: #00A098;
}

.section-separator-paddings {
	padding: 4em 0;
}

.nav-links {
	margin-top: 3em;
}

.nav-links .page-numbers {
	padding: .5em .8em;
	border: 1px solid #E1E1E1;
	border-radius: 100%;
}

.nav-links .page-numbers.current, .nav-links .page-numbers.next, .nav-links .page-numbers.prev {
	background: #00A098;
	color: #fff;
}

.nav-links .page-numbers.current:hover, .nav-links .page-numbers.next:hover, .nav-links .page-numbers.prev:hover {
	color: #fff !important;
}

.nav-links .page-numbers.next, .nav-links .page-numbers.prev {
	padding: .5em;
}

.pagination {
	justify-content: center;
}

.contact-page-form {
	padding: 2em;
}

.contact-page-form input, .contact-page-form textarea {
	width: 90%;
}

#prefooter label {
	width: 100%;
}

input, textarea {
	border-radius: 5px !important;
	background-color: transparent;
	width: 100%;
	margin: 1em auto;
	border-width: 1px !important;
	border-color: #67BEBA !important;
	box-shadow: none !important;
	outline-color: #00A098 !important;
	padding: 0.5em !important;
}

input::placeholder, textarea::placeholder {
	/* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #262626;
}

@media (max-width: 767px) {
	input, textarea {
		width: 100%;
	}
}

input::placeholder, textarea::placeholder {
	opacity: 0.6;
}

input[type="submit"], textarea[type="submit"] {
	border-width: 2px !important;
	border-radius: 12px !important;
	width: auto;
	padding: 15px 40px !important;
}

.sub-menu {
	z-index: 3;
	display: none;
	list-style: none;
	border-radius: 6px;
	padding-left: 0;
	box-shadow: none;
	width: auto;
	position: relative;
}

.sub-menu > li:first-child {
	margin-top: .5em;
}

.sub-menu.visible {
	display: initial;
}

.sub-menu li {
	padding-left: 1em !important;
	font-size: 0.8em !important;
	border-bottom: 0 !important;
}

.sub-menu ul {
	margin-left: 0;
}

img {
	max-width: 100%;
	-webkit-user-drag: none;
	-khtml-user-drag: none;
	-moz-user-drag: none;
	-o-user-drag: none;
	user-drag: none;
}

.featured-image img {
	border-radius: 12px;
}

.article-content {
	max-width: 900px;
	margin: 3em auto;
}

@media (max-width: 767px) {
	.article-content {
		padding: 1.5em;
	}
}

.article-content *, .article-content p {
	font-weight: 300;
}

.article-content strong {
	font-weight: 700;
}

.article-content img {
	border-radius: 12px;
}

.article-content h6 {
	color: #00A098;
}

.article-content h1, .article-content h2, .article-content h3, .article-content h4, .article-content h5, .article-content h6 {
	margin-bottom: 0.75em;
}

.article-content ul, .article-content li {
	font-weight: 300;
}

.article-content ul {
	margin-left: 0;
}

@media (max-width: 767px) {
	.container {
		padding: 0.5em;
	}
}

.note-bg {
	background-color: #FFFFFF;
	box-shadow: 0 15px 20px #94949414;
	border-radius: 7px;
	padding: 2em;
}

.post-type-subtitle a {
	color: #00A098 !important;
}

.featured-image {
	max-width: 900px;
	margin: 0 auto;
}

@media (max-width: 893px) {
	.posts-mobile-slide {
		padding: 1em;
	}
}

@media (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}

@media (max-width: 767px) {
	.desktop-only {
		display: none !important;
	}
}

.text-normal {
	font-weight: 400 !important;
}

.text-bold {
	font-weight: bold !important;
}

.subtitle {
	font-weight: normal;
	text-transform: capitalize;
	color: #79C8C4;
	letter-spacing: 1.32px;
}

p {
	margin-bottom: 0;
	color: #42506ACC;
}

.breadcrumb_last {
	color: #00A098 !important;
}

#single-content .content {
	padding: 2rem 0;
}

#single-content .content h2 {
	font-size: 1.3rem;
	color: #00A098;
	margin: 2rem 0;
}

#single-content .content h3 {
	font-size: 1.1rem;
	color: #00A098;
	margin: 2rem 0;
}

#single-content .content p {
	letter-spacing: 1.05px;
}

#single-content .content ul {
	margin-top: .5rem;
	margin-left: 0;
	padding-left: 0.5rem;
	list-style: none;
}

#single-content .content ul li {
	letter-spacing: 1.05px;
	padding-left: 25px;
	margin-bottom: .3rem;
	background-image: url("./images/bullet.svg");
	background-repeat: no-repeat;
	background-size: 16px;
	background-position: center left;
}

#single-content .wp-block-quote {
	margin: 1rem 0 !important;
	padding: 2rem;
	font-weight: Bold;
	background-color: #0EB03F0D;
	border-radius: 0 22px;
}

#single-content p {
	margin-bottom: 1rem;
}

#single-content ul {
	margin: 0;
}

#single-content ul li {
	color: #42506ACC;
}

#sidebar {
	padding: 4rem 0;
}

#sidebar h2 {
	font-size: 1.3rem;
	padding-bottom: 1rem;
	border-bottom: 1px solid #13203E30;
	border-radius: 1px;
}

#sidebar .wp-block-categories-list {
	margin: 0 !important;
	list-style: none;
	padding-left: .5rem;
}

#sidebar .wp-block-categories-list li {
	padding: .5rem 0;
	margin-left: auto;
}

#sidebar .wp-block-categories-list li a {
	color: #13203E;
	font-size: 1.1rem;
	margin-left: 0;
	margin-right: 2rem;
}

#sidebar .wp-block-categories-list li a:hover {
	color: #00A098;
}

.image-rounded {
	border-radius: 20px;
}

.bg-light {
	background-color: #EDF8F8 !important;
}

.quote {
	border-radius: 5px 25px;
}

.quote h5 {
	font-weight: bold;
}

.bg-primary {
	background-color: #00A098 !important;
}

.wp-block-latest-posts li {
	padding-bottom: 1rem;
	display: inline-block;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image {
	display: inline-block;
	width: 30%;
	padding: .3rem;
}

.wp-block-latest-posts li .wp-block-latest-posts__featured-image img {
	border-radius: 12px;
}

.wp-block-latest-posts li a {
	font-weight: bold;
	padding: .3rem;
	color: #00A098;
	padding-top: 1rem;
	width: 70%;
	display: inline-block;
}

.categories-selector {
	background-color: #EDF8F8;
	padding: 2rem 0 0;
	margin-bottom: 2rem;
}

.categories-selector .cat-item {
	display: inline-block;
	padding: .5rem 1rem;
	border-bottom: 2px solid tranpsarent;
}

@media (max-width: 540px) {
	.categories-selector .cat-item {
		text-align: center;
		width: 48%;
	}
}

.categories-selector .cat-item.current-cat {
	border-bottom: 2px solid;
	font-weight: bold;
	color: #00A098;
}

.categories-selector .cat-item.current-cat a {
	color: #00A098;
}

.large-container {
	width: 100%;
}

@media (min-width: 576px) {
	.large-container {
		max-width: 540px;
	}
}

@media (min-width: 768px) {
	.large-container {
		max-width: 720px;
	}
}

@media (min-width: 992px) {
	.large-container {
		max-width: 960px;
	}
}

@media (min-width: 1200px) {
	.large-container {
		max-width: 1150px;
	}
}

@media (min-width: 1400px) {
	.large-container {
		max-width: 1320px;
	}
}

@media (min-width: 1600px) {
	.large-container {
		max-width: 1500px;
	}
}

@media (min-width: 1920px) {
	.large-container {
		max-width: 1650px;
	}
}

body.modal-open {
	height: 100vh;
	overflow-y: hidden;
}

.header-separator {
	height: 100px;
}

#header {
	z-index: 9999;
	top: 0;
	left: 0;
	right: 0;
	height: auto;
	background-color: #fff;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.05);
	padding: .5em 0;
}

#header .upper-header-wrapper {
	padding: 10px;
}

#header .header-logo {
	width: 250px;
}

#header .header-links {
	padding: 4px 10px;
}

#header .header-links:not(:last-child) {
	border-right: 1px solid #00A098;
}

#header #mobile-menu-toggle {
	cursor: pointer;
	padding-left: 15px;
	display: flex;
}

#header #mobile-menu-toggle .menu-title {
	display: flex;
	margin-right: 1em;
}

#header #mobile-menu-toggle .hamburger-lines {
	height: 26px;
	width: 32px;
	top: 17px;
	left: 20px;
	z-index: 2;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: end;
}

#header #mobile-menu-toggle .hamburger-lines .line {
	display: block;
	height: 2px;
	width: 100%;
	border-radius: 0;
	background: #0e2431;
}

#header #mobile-menu-toggle .hamburger-lines .line1 {
	transform-origin: 0% 0%;
	transition: transform 0.4s ease-in-out;
}

#header #mobile-menu-toggle .hamburger-lines .line2 {
	transition: transform 0.2s ease-in-out;
}

#header #mobile-menu-toggle .hamburger-lines .line3 {
	width: 80%;
	transform-origin: 0% 100%;
	transition: transform 0.4s ease-in-out;
}

#header #mobile-menu-toggle.toggled .hamburger-lines .line1 {
	transform: rotate(45deg);
}

#header #mobile-menu-toggle.toggled .hamburger-lines .line2 {
	transform: scaleY(0);
}

#header #mobile-menu-toggle.toggled .hamburger-lines .line3 {
	width: 100%;
	transform: rotate(-45deg);
}

#header #mobile-fullscreen-menu {
	z-index: 9999;
	display: none;
	overflow-y: scroll;
	overflow-x: hidden;
	background-color: #fff;
	width: 100vw;
	position: fixed;
	left: 0;
	bottom: 0;
	top: 115px;
}

#header #mobile-fullscreen-menu.show {
	display: block;
}

#header #mobile-fullscreen-menu .menu-main-menu-container {
	padding: 2em;
}

#header #mobile-fullscreen-menu .menu-main-menu-container ul {
	padding-left: 0;
	margin: 0 !important;
}

#header #mobile-fullscreen-menu .menu-main-menu-container ul li {
	font-size: 1.8em;
	padding: 0.2em 0;
	display: block;
}

#header #mobile-fullscreen-menu .menu-main-menu-container ul li.current-menu-item {
	font-weight: 900;
}

#header #mobile-fullscreen-menu .menu-main-menu-container ul li.current-menu-item > a {
	color: #00A098;
}

#header #mobile-fullscreen-menu .menu-main-menu-container ul li.menu-item-has-children > a {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%23d47cb6' id='XMLID_222_' d='M250.606,154.389l-150-149.996c-5.857-5.858-15.355-5.858-21.213,0.001 c-5.857,5.858-5.857,15.355,0.001,21.213l139.393,139.39L79.393,304.394c-5.857,5.858-5.857,15.355,0.001,21.213 C82.322,328.536,86.161,330,90,330s7.678-1.464,10.607-4.394l149.999-150.004c2.814-2.813,4.394-6.628,4.394-10.606 C255,161.018,253.42,157.202,250.606,154.389z'/%3E%3C/svg%3E%0A");
	background-position: center right;
	background-repeat: no-repeat;
	background-size: 20px;
}

#header #mobile-fullscreen-menu .menu-main-menu-container ul li.menu-item-has-children.visible > a {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 330 330' style='enable-background:new 0 0 330 330;' xml:space='preserve'%3E%3Cpath fill='%23d47cb6' id='XMLID_225_' d='M325.607,79.393c-5.857-5.857-15.355-5.858-21.213,0.001l-139.39,139.393L25.607,79.393 c-5.857-5.857-15.355-5.858-21.213,0.001c-5.858,5.858-5.858,15.355,0,21.213l150.004,150c2.813,2.813,6.628,4.393,10.606,4.393 s7.794-1.581,10.606-4.394l149.996-150C331.465,94.749,331.465,85.251,325.607,79.393z'/%3E%3C/svg%3E%0A");
}

#header #mobile-fullscreen-menu .menu-main-menu-container ul li a {
	color: #000;
	display: block;
	text-decoration: none !important;
}

@media (max-width: 767px) {
	#header #mobile-fullscreen-menu .menu-main-menu-container ul li {
		font-size: 2em;
	}
}

@media (max-width: 540px) {
	#header #mobile-fullscreen-menu .menu-main-menu-container ul li {
		font-size: 1.4em;
	}
}

#header #mobile-fullscreen-menu .apply-btn {
	margin-left: 0 !important;
}

#header #mobile-fullscreen-menu .mobile-menu-footer {
	padding: 3em;
	background-color: #00A098;
}

#header #mobile-fullscreen-menu .mobile-menu-footer p, #header #mobile-fullscreen-menu .mobile-menu-footer h2, #header #mobile-fullscreen-menu .mobile-menu-footer a {
	color: #fff;
}

#header .menu-header-wrapper .header-menu {
	margin: 0 !important;
	padding-left: 0;
	list-style-type: none;
}

#header .menu-header-wrapper .header-menu > li {
	padding: 20px;
	display: inline-block !important;
}

@media (max-width: 1600px) {
	#header .menu-header-wrapper .header-menu > li {
		padding: 15px;
	}
}

@media (max-width: 1024px) {
	#header .menu-header-wrapper .header-menu > li {
		padding: 10px;
	}
}

#header .menu-header-wrapper .header-menu > li.btn {
	padding: 0 !important;
}

#header .menu-header-wrapper .header-menu > li.btn a {
	display: block;
	padding: 8px 25px !important;
}

#header .menu-header-wrapper .header-menu > li a {
	text-decoration: none !important;
	color: #262626;
}

#header .menu-header-wrapper .header-menu > li.current-menu-item {
	font-weight: bold;
	position: relative;
}

#header .menu-header-wrapper .header-menu > li.current-menu-item:not(.btn):after {
	content: '';
	height: 15px;
	background-color: #DDF8F6;
	width: 120%;
	margin-top: -15px;
	margin-left: -10%;
	display: block;
}

#header .menu-header-wrapper .header-menu > li.current-menu-item.btn {
	background-color: #00807A !important;
}

#prefooter {
	background-color: #0EB03F0D;
}

.semester-wrap .semester-title {
	background-color: #00A098;
	color: #fff;
	border-radius: 15px 25px;
	font-size: 1.5rem;
	font-weight: 800;
	margin-bottom: 1em;
	cursor: pointer;
}

@media (max-width: 767px) {
	.semester-wrap .semester-title {
		font-size: 1.2rem;
	}
}

.semester-wrap .semester-title .semester-name {
	padding: .3em 2em;
}

.semester-wrap .semester-title .semester-arrow {
	transition: .2s;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15' height='24' viewBox='0 0 7.41 12'%3E%3Cpath d='M10,6,8.59,7.41,13.17,12,8.59,16.59,10,18l6-6Z' transform='translate(-8.59 -6)' fill='%23fff'/%3E%3C/svg%3E");
	background-repeat: no-repeat;
	background-position: center center;
}

.semester-wrap .semester-content {
	transition: 1s;
	display: none;
	margin-bottom: 2em;
	padding: 2rem !important;
	padding-top: 0 !important;
}

.semester-wrap.toggled .semester-content {
	display: block;
}

.semester-wrap.toggled .semester-arrow {
	overflow: hidden;
	transform: rotate(90deg);
}

#home #home-banner {
	background-color: #DDF8F6;
}

#home #home-banner .row {
	padding: 0 !important;
}

#home #home-banner .content {
	padding: 1em 4em;
}

#home #home-banner .image {
	min-height: 550px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.service-card {
	height: 100%;
	padding: 2em;
	margin-top: 1em;
	background-color: #FCFFFF;
	box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
	position: relative;
}

.service-card svg {
	margin-left: 0.3em;
}

.service-card:hover {
	background: transparent linear-gradient(180deg, #79C8C4 0%, #048585 100%) 0% 0% no-repeat padding-box;
}

.service-card:hover .service-title, .service-card:hover .service-content, .service-card:hover .service-link {
	color: #fff;
}

.service-card:hover svg path {
	stroke: #fff !important;
}

.service-card:hover .service-content p {
	color: #fff;
}

.service-card .service-title {
	font-size: 1.3em;
	font-weight: bold;
	color: #13203E;
	height: 5rem;
}

.service-card .service-content {
	font-size: 0.9em;
	margin-bottom: 1.5em;
}

.service-card .service-link {
	position: absolute;
	bottom: 20px;
}

#blog {
	margin-top: -150px;
	background-color: #0EB03F0D;
}

#blog .blog-content {
	padding-top: 200px;
}

#testimonials .testimonials-slide {
	padding: 1rem;
}

#testimonials .testimonials-slide .testimonial-title {
	font-size: 1.2rem;
	color: #153556;
}

#testimonials .testimonials-slide .testimonial-content {
	border: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
	border-radius: 12px;
	padding: .5rem 2rem;
	height: 90%;
}

#testimonials .testimonials-slide .testimonial-content p {
	font-size: .8rem;
}

.about-part2 {
	background-color: #0EB03F0D;
}

.goal-wrapper {
	background-color: #79C8C441;
	padding: 2.5rem;
	height: 100%;
	border-radius: 35px;
	margin-top: 1rem;
}

.goal-wrapper:hover {
	background-color: #79C8C465;
}

.goal-wrapper .goal-number {
	font-weight: bold;
	font-size: 4rem;
	color: #00A098;
}

.goal-wrapper .goal-content {
	letter-spacing: 1.1px;
	color: #42506A;
}

.contact-item-wrap {
	background-color: #E9FEFD;
	border-radius: 24px;
	padding: 2rem;
}

.contact-item-wrap .contact-item-title {
	font-weight: bold;
	margin-top: 1rem;
	font-size: 1.2rem;
}

#page-heading {
	background-color: #EDF8F8;
	padding: 2rem 0;
}

#page-heading .heading-title {
	color: #13203E;
	font-size: 1.5rem;
}

@media (max-width: 767px) {
	#page-heading .heading-title {
		text-align: center;
	}
}

.post-item {
	box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
	height: 100%;
	position: relative;
	background: #fff;
	padding-bottom: 5rem;
}

.post-item .post-item-image {
	height: 20rem;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}

.post-item .content {
	padding: 1rem;
}

.post-item .post-item-title {
	max-width: 90%;
	padding-top: 1rem;
}

.post-item .post-item-title h2 {
	font-size: 1.3rem;
}

.post-item .bottom-part {
	height: 5rem;
	position: absolute;
	bottom: 0;
	left: 1rem;
	right: 1rem;
}

.category-wrap {
	background-color: #09888821;
	width: fit-content;
	padding: .5rem;
	border-radius: 0px 15px;
}

.category-wrap a {
	color: #098888;
}

.category-wrap a:hover {
	color: #00A098;
}

.single-image img {
	border-radius: 20px;
}

/*# sourceMappingURL=style.css.map */