/*!
Theme Name: Aida Healthcare
Theme URI: http://underscores.me/
Author: RainFlavor
Author URI: https://rainflavor.com
Description: Site designed specifically for AIDA Healthcare by combination of coders.
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: aida
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.

Aida 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%;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

/* 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, a:visited, a:active {
	background-color: transparent;
	color: inherit;
	text-decoration: none;
	font-family: "Open Sans";
}

/**
 * 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;
	font-family: "Open Sans";
}

/**
 * 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: "Open Sans";
	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: inherit;
}

a:visited {
	color: inherit;
}

a:hover,
a:focus,
a:active {
	color: inherit;
}

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

@media screen and (min-width:1000px){
	.main-navigation ul {
		background: white;
	}
}

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

/* Remove Post Info
--------------------------------------------- */
.entry-meta {
display:none !important;
}

.entry-footer {
display:none !important;
}

.post-thumbnail > img { display:none };


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

.sticky {
	display: block;
}

.post{
	margin: 0 0 20em;
}

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

:root {
	--primary: #2577BA;
}

/* Containers */

.floatheader {
	position: fixed;
	z-index: 100;
    top:0;
	margin: 0 auto; left:0px; right:0px;
	padding-left: 15px;
	padding-right: 15px;
	background: white;
}

.container {
	max-width: 1600px;
	width: 100%;
	margin: 0 auto; left:0px; right:0px;
	padding-left: 60px;
	padding-right: 60px;
}

@media screen and (max-width:999px){
	.container {
		padding-left: 20px!important;
		padding-right: 20px!important;
	}
}

@media screen and (min-width:1000px) and (max-width:1200px){
	.container {
		padding-left: 30px!important;
		padding-right: 30px!important;
	}
}

/* buttons */

button {
	cursor: pointer;
}

.btn-primary-white-hover {
	background: white;
    border: 1px solid var(--primary);
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    color: var(--primary);
    FONT-WEIGHT: 500;
    min-height: 40px;
}

.btn-primary-grey-hover {
	background: #FAFAFA;
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    color: #626262;
    FONT-WEIGHT: 500;
    min-height: 40px;
	border: 1px solid #F2F2F2;
}

.btn-primary-grey-hover:hover {
	color: white;
	background: var(--primary);
	transition: all ease 0.4s;
}

.btn-primary-white-hover:hover {
	color: white;
	background: var(--primary);
	transition: all ease 0.4s;
}

.btn-primary {
	background: #2577BA;
    border: 1px solid var(--primary);
    border-radius: 4px;
    white-space: nowrap;
    font-size: 14px;
    color: white;
    FONT-WEIGHT: 500;
    min-height: 40px;
}

/* helper classes */

.bold {
	font-weight: 700;
}

.grey-seperator {
	background: #F0F0F0 !important;
	height: 1px;
	width: 100%;
}

/* page headers */

.entry-title {
	display: none!important;
}

/* widgets */

aside#secondary {
    display: none;
}


/* 404 Page */

.s404-header {
    text-align: center;
    padding-top: 200px;	
    padding-bottom: 200px;
	height: 100%;
}

.s404-header h2 {
	text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}

.s404-header p {
    margin-top: -20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    color: #5F5F5F;
	font-family: "Open Sans";
}

/* Header */

header#masthead {
    display: flex;	
    z-index:170;
    justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 5px;
	align-items: center;	
	width:auto;
	background: white;
}

/* Header: Nav Links */

@media screen and (max-width:999px){
	#site-navigation,
	.nav-actions-right {
		display: none!important;
	}
}

.menu-primary-menu-container {
    display: flex;
    justify-content: center;
}

ul#primary-menu li {
	font-family: "Open Sans";
	color: #777;
	font-size: 14px;
}

ul#primary-menu li:not(:last-child) {
    padding-right: 30px;
}

@media screen and (max-width:1200px){
	ul#primary-menu li:not(:last-child) {
		padding-right: 20px;
	}
}

ul#primary-menu li:hover {
	color: var(--primary)!important;
}

.current-menu-item {
    color: var(--primary)!important;
    font-weight: 500!important;
}

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

.menu-item-has-children a {
	position: relative;
	color: #777!important;
}

.menu-item-has-children a:hover {
	color: var(--primary)!important;
}

.menu-item-has-children a:first-child::after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    right: -25px;
    top: 4px;
	position: absolute;
}

@media screen and (min-width:1000px){
	.menu-item-has-children a:first-child::after {
		right: -11px!important;
		font-size: 10px;
	}
}

@media screen and (max-width:999px){
	.menu-item-has-children a:first-child::after {
		top: 9px;
		right: -17px;
		font-size: 12px;
	}
}

ul.sub-menu li a::after {
    display: none!important;
    content: ""!important;
    width: 0px!important;
}

.menu-item-has-children:last-child::after {
    right: -14px;
}

/* dropdown menu */

ul.sub-menu {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 4px;
}

ul.sub-menu li:not(:last-child) {
    padding-bottom: 10px;
}

/* Header: Logo */

@media screen and (max-width:999px){
	img.custom-logo {
		max-width: 120px
	}
}

/* Header: Nav Right - CTA & Login */

.nav-actions-right {
	display: flex;
}

@media screen and (max-width:1200px){
	.nav-right-cta a button {
		font-size: 12px;
	}
}

.nav-right-login {
    display: flex;
    white-space: nowrap;
    align-items: center;
    padding-left: 20px;
    position: relative;
    top: 2px;
	color: var(--primary);
	font-family: "Open Sans";
}

span#login-text-header {
    position: relative;
    top: -3px;
	font-size: 14px;
}

/* Header: Mobile */

@media screen and (min-width:1000px){
	.mobile-bars,
	.mobile-login,
	.mobile-menu,
	.mobile-close {
		display: none!important;
	}
}

.mobile-menu {
    position: absolute;
    width: 100%;
    left: 0;
    height: calc(100vh - 75px);
    top: -1240px;
    display: flex;
    flex-direction: column;
	z-index: 5;
	background: white;
}
@media screen and (max-width:999px){
	.menu-primary-menu-container #primary-menu {
		display: flex!important;
		flex-direction: column;
		padding-top: 50px;
		text-align: center;
	}

	.menu-primary-menu-container #primary-menu li {
		font-size: 22px;
		padding-bottom: 30px;
		padding-right: 0!important;
	}
}

.mobile-bars {
	z-index: 2;
}

.mobile-close {
	display: none;
	z-index: 2;
}

/* mobile links */

.mobile-menu-nav-items .menu-primary-menu-container ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}

.mobile-menu-nav-items .menu-primary-menu-container ul .sub-menu {
	display: none;
	background: #fbfbfb;
    width: 100vw;
    margin-top: 20px;
    border-top: 1px solid #ebebeb;
}

.mobile-menu-nav-items .sub-menu {
    padding-top: 30px;
    padding-right: 0;
}

.mobile-menu-cta {
    text-align: center;
    padding-top: 30px;
}

.mobile-menu-cta a button {
	width: 300px;
}

@media screen and (max-width:350px){
	.mobile-menu-cta a button {
		width: 100%;
	}
}

.mobile-menu-social-links {
    text-align: center;
    padding-top: 30px;
	padding-bottom: 30px;
}

@media screen and (max-width:500px){
	.mobile-menu-social-links {
		display: none;
	}
}

/* Hero Section - HOME */

.hero {
	display: flex;
	flex-direction: column;
}

.hero-wrapper-flex {
	display: flex;
	justify-content: space-between;
	padding-top: 50px;
	align-items: center;
	position: relative;
}

@media screen and (max-width:999px){
	.hero-wrapper-flex {
		flex-wrap: wrap;
	}
	.hero-left {
		width: 100%!important;
		min-width: 100%!important;
		text-align: center;
	}
	.hero-right {
		width: 100%;
		min-width: 100%;
		order: -1;
	}

	.hero-right img {
		max-height: 500px;
		display: flex;
		justify-content: center;
		align-content: center;
		text-align: center;
		margin: 0 auto;
	}

	.hero-sub-text {
		margin-left: auto;
		margin-right: auto;
	}

	.scroll-for-more {
		display: none!important;
	}
}

.hero-left {
	width: 50%;
	min-width: 50%;
}

.hero-left h1 {
	font-weight: 300!important;
    text-transform: uppercase;
    font-size: 36px;
    letter-spacing: 0.4px;
	font-family: "Open Sans";
}

@media screen and (max-width:600px){
	.hero-left h1 {
		font-size: 24px;
	}
}

.hero-right img {
    max-width: 100%;
}

p.hero-sub-text {
    font-family: 'Open Sans'!important;
    font-size: 16px;
    margin-top: -10px;
    max-width: 600px;
    color: #626262;
	font-weight: 300;
}

.cta-hero {
    margin-bottom: 20px;
}

@media screen and (max-width:600px){
	.cta-hero {
		display: flex;
		flex-direction: column;
		max-width: 400px;
		margin: 0 auto;
	}
}

.cta-hero button {
    min-width: 165px;
}

@media screen and (max-width:600px){
	.cta-hero button {
		padding: 13px;
	}

	#or-text {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}

span#or-text {
    color: #777777;
    margin-left: 10px;
    margin-right: 10px;
    font-family: 'Open Sans';
    font-weight: 400;
    font-size: 13px;
}

.app-store-flex {
    padding-top: 20px;
}

.app-store-flex img {
    max-width: 165px;
}

@media screen and (min-width:384px){
	.app-store-flex img:first-child {
		margin-right: 10px;
	}
}


.scroll-for-more {
    width: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
	padding-top: 40px;
}

.scroll-for-more span {
    color: #AAAAAA;
    font-size: 12px;
    position: relative;
    top: 6px;
	font-family: "Open Sans";
}

/* Key Benefits */

.key-benefits {
	background: #fafafa;
    padding-top: 30px;
	padding-bottom: 30px;
    margin-top: 30px;
}

.key-benefits h2 {
	text-align: center;
	font-weight: 300;
	text-transform: uppercase;
	padding-bottom: 50px;
	font-size: 30px;
}

.key-benefits-blocks-wrapper {
	display: flex;
}

.key-benefit-cta button {
	min-width: 160px;
}

@media screen and (max-width:999px){
	.key-benefits-blocks-wrapper {
		flex-wrap: wrap;
	}

	.key-benefits-block {
		width: 100%!important;
		min-width: 100%!important;
		flex-direction: row!important;
		margin-bottom: 30px;
	}

	.key-benefits-block-left {
		margin-right: 25px;
		width: 250px;
	}

	.key-benefit-img img {
		width: 250px;
		min-width: 250px;
	}
}

@media screen and (max-width:600px){
	.key-benefits-block {
		flex-direction: column!important;
		align-items: center!important;
	}

	.key-benefit-cta {
		text-align: center;
	}

	.key-benefit-cta button {
		min-width: 300px;
	}
}

.key-benefits-block {
	display: flex;
	flex-direction: column;
	width: 33.3333%;
}

@media screen and (min-width:1000px){
	.key-benefits-block:not(:first-child) {
		padding-left: 25px;
	}
}
.key-benefit-title h3 {
    font-weight: 300;
	text-transform: uppercase;
	font-size: 20px;
}

.key-benefit-img img {
    height: 250px;
}

.key-benefit-list ul {
    list-style-type: none;
    padding-left: 20px;
    margin-left: 0;
}

.key-benefit-list ul li {
	font-family: "Open Sans";
	color: #5F5F5F;
	padding-bottom: 10px;
	font-weight: 300;
	position: relative;
	padding-left: 8px;
}

.key-benefit-list ul li::before {
	content: '';
	background: url('/wp-content/themes/aida/icons/blue-check.svg');
	width: 20px;
	height: 20px;
	position: absolute;
	left: -20px;
    top: 3px;
}

/* Our Platform */

.our-platform {
	display: flex;
	flex-direction: column;
}

.our-platform-header {
    text-align: center;
    padding-top: 30px;
}

.our-platform-header h2 {
	text-transform: uppercase;
    font-weight: 300;
    font-size: 30px;
}

.our-platform-header p {
    margin-top: -20px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 300;
    color: #5F5F5F;
	font-family: "Open Sans";
}

.our-platform-wrapper {
	display: flex;
	justify-content: space-between;
}

@media screen and (max-width:999px){
	.our-platform-wrapper {
		flex-direction: column;
	}

	.out-platform-left, .out-platform-right {
		width: 100%!important;
		min-width: 100%!important;
	}

	.our-platform-right {
		padding-left: 0!important;
	}
}

.our-platform-left, .our-platform-right {
	display: flex;
	flex-direction: column;
}

.out-platform-left {
    width: 50%;
    min-width: 50%;
}

.our-platform-wrapper .left {
	display: flex;
	align-items: flex-start;
	padding-right: 30px;
	justify-content: flex-start;
}

.platform-left-block, .platform-right-block {
	display: flex;
	margin-bottom: 50px;
}

@media screen and (max-width:600px){
	.platform-left-block, .platform-right-block {
		flex-direction: column!important;
		align-items: center!important;
		text-align: center;
	}

	.platform-left-block .left, .platform-right-block .left {
		padding-bottom: 20px;
		padding-right: 0;
	}

	.platform-cta button {
		min-width: 300px;
	}
}

.platform-cta button {
	min-width: 160px;
}

.our-platform-right {
    padding-left: 50px;
}

.platform-left-block-right {
	display: flex;
	flex-direction: column;
}

.platform-left-block .left, .platform-right-block .left {
	min-width: 150px;
}

.platform-left-block .left img, .platform-right-block .left img {
    width: 100%;
}

.our-platform-wrapper h3 {
    font-weight: 300;
    font-size: 26px;
    margin-top: 0;
	margin-bottom: 4px;
	text-transform: uppercase;
}

.our-platform-wrapper p {
    font-family: 'Open Sans';
    margin-top: 0;
    color: #5F5F5F;
    font-weight: 300;
}

.platform-list ul {
    margin-left: 20px;
    padding-left: 0;
    list-style-type: none;
}

.platform-list ul li {
    font-family: 'Open Sans';
    font-weight: 300;
    padding-bottom: 10px;
    font-size: 14px;
	position: relative;
	text-align: left;
}

.platform-list ul li:before {
    content: " ";
    background: #209ED4;
    width: 10px;
    height: 10px;
    position: absolute;
    left: -20px;
    border-radius: 50%;
	top: 5px;
}

.platform-left-block-right button {
	min-width: 160px;
}

/* request demo banner */

.request-demo {
	background: #fafafa;
    padding-top: 30px;
    padding-bottom: 30px;
    margin-top: 30px;
}

.request-demo-inner-wrap {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

@media screen and (max-width:600px){
	.request-demo-inner-wrap {
		flex-direction: column!important;
	}

	.request-demo-left, .request-demo-right {
		margin-right: 0!important;
		width: 100%!important;
		min-width: 100%!important;
	}

	.request-demo-right {
		text-align: center;
	}
	
	.request-demo-right button {
		min-width: 300px;
	}
}

.request-demo-inner-wrap .request-demo-left {
	width: 50%;
	min-width: 50%;
	margin-right: 50px;
}

.request-demo-right {
    position: relative;
    top: -30px;
	width: 50%;
}

.request-demo-right h3 {
    font-weight: 300;
    font-size: 26px;
    margin-bottom: 0;
    margin-top: 0;
	text-transform: uppercase;
	font-weight: "Open Sans";
}

.request-demo-left img {
    max-height: 400px;
}

.request-demo-right p {
	margin-top: 5px;
    margin-bottom: 5px;
    padding-bottom: 10px;
    font-family: "Open Sans";
    font-weight: 300;
    color: #5F5F5F;
}

.request-demo-right img {
	position: absolute;
	right: 0;
	max-width: 200px;
}

@media screen and (max-width:999px){
	.request-demo-right img {
		display: none;
	}

	.request-demo-right {
		top: auto;
	}
}

.request-demo-right button {
	min-width: 160px;
}

/* latest news and testimonials */

.latest-news-and-testimonials {
	display: flex;
	justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 60px;
}

@media screen and (max-width:999px){
	.latest-news-and-testimonials {
		flex-wrap: wrap;
	}

	.latest-news-home, .testimonials-home {
		width: 100%!important;
		min-width: 100%!important;
	}
}
.owl-item img {
	max-height:300;!important;
	text-align: center;
}

.latest-news-home {
	width: 70%;
	min-width: 70%;
}

.latest-news-home-header {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.latest-news-home-header h2, .testimonials-home-header h2 {
	font-weight: 300;
	text-align: center;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 30px;
}

.testimonials-home {
	width: 30%;
	min-width: 30%;
}

.latest-news-home-header p, .testimonials-home-header p {
    max-width: 600px;
    text-align: center;
    font-size: 14px;
	font-family: "Open Sans";
	font-weight: 300;
	margin-bottom: 40px;
}

.latest-news-item-header-and-text h4 {
	text-transform: uppercase;
	font-family: "Open Sans";
}

.latest-news-item-header-and-text p {
	font-family: "Open Sans";
	font-weight: 300;
	font-size: 14px;
}

.latest-news-item-meta span {
	color: #ACACAC;
	font-size: 12px;
	font-family: "Open Sans";
}

@media screen and (max-width:999px){
	.testimonials-home-header p {
		margin-left: auto;
		margin-right: auto;
	}
}

.testimonial-item-meta {
	padding-left: 20px;
	display: flex;
	flex-direction: column;
	font-size: 12px;
	font-family: "Open Sans";
	font-weight: 300;
	color: #ACACAC;
	margin-top: 10px;
}

.testimonial-item-quote blockquote {
	color: #6F6F6F;
	font-family: "Open Sans";
	font-size: 14px;
	font-weight: 300;
}

.owl-carousel {
	position: relative;
}

@media screen and (min-width:601px){
	#latest-news-carousel .item, #testimonial-home-carousel .item  {
		margin-right: 20px;
	}	
}

/* owl dots */

.owl-dots {
	max-width: 200px!important;
    margin: 0 auto!important;
    text-align: center!important;
    margin-top: 10px!important;
    margin-bottom: 30px!important;
}

button.owl-dot {
    width: 30px!important;
    background: #ebe5e5!important;
    height: 5px!important;
    border-radius: 10px;
	margin-right: 4px!important;
}

button.owl-dot.active {
    background: #8B8B8B!important;
}

.owl-dots {
    max-width: 200px;
    margin: 0 auto;
}

.item a:hover {
	color: #2577BA!important;
	transition: all ease 0.4s!important;
}

/* tesimonial */

.testimonial-item-quote {
	position: relative;
	padding-top: 30px;
}

.testimonial-item-quote:before {
	content: '';
	background: url('/wp-content/themes/aida/icons/quote.svg');
	width: 70px;
	height: 70px;
	position: absolute;
	left: 0;
}
@media screen and (min-width:1000px){
	.testimonial-item-img{
		height: 250px;
	}
	
	.testimonial-item-img img {
		height: 100%;
		width: 100%;
		object-fit: cover;
	}
	
}

/* Footer */

footer {
	background: #fafafa;
	position: relative;
	border-top: 1px solid#F0F0F0;
}

.site-footer {
	display: flex;
	flex-direction: column;
}

.footer-top {
	display: flex;
	justify-content: space-between;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-site-tagline {
	max-width: 300px;
	padding-top: 10px;
	padding-bottom: 20px;
}

@media screen and (max-width:1440px){
	.footer-site-tagline {
		max-width: 250px!important;
	}
}

.footer-site-tagline span {
	font-family: "Open Sans";
	font-size: 14px;
	color: #5F5F5F;
	font-weight: 300;
}

.footer-social-links img {
	margin-right: 5px;
}

@media screen and (max-width:999px){
	.footer-menu, .footer-apps {
		display: none!important;
	}
	.footer-site-info {
		width: 100%;
		text-align: center;
	}

	.footer-site-tagline {
		max-width: 350px!important;
		margin: 0 auto!important;
	}

	.footer-copyright {
		padding-top: 60px!important;
		padding-bottom: 30px!important;
		margin-top: -38px!important;
		flex-direction: column!important;
		justify-content: center!important;
		text-align: center!important;
	}

	.copyright-left {
		padding-bottom: 5px;
	}

	.footer-copyright {
		font-size: 14px!important;
	}

	.footer-top {
		padding-bottom: 20px!important;
	}
}

.footer-menu h5 {
	font-family: "Open Sans";
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 10px;
	margin-top: 0;
}

.footer-menu ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
}

.footer-menu ul li {
	font-family: "Open Sans";
	font-weight: 300;
	padding-bottom: 10px;
	font-size: 14px;
	color: #6F6F6F;
}

.footer-apps {
	display: flex;
	flex-direction: column;
}

@media screen and (min-width:1000px) and (max-width:1300px){
	.footer-apps {
		flex-direction: row!important;
		position: absolute;
		right: 55px;
		bottom: 44px;
	}
	.footer-apps img {
		max-width: 120px!important;
	}

	.footer-apps img:first-child {
		margin-right: 10px;
	}
}

.footer-apps img {
	max-width: 160px;
	margin-bottom: 10px;
}

.footer-contact-fields {
	display: flex;
	flex-direction: column;
}

.footer-contact-fields h6 {
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0;
}

.footer-contact-fields span {
	font-family: "Open Sans";
	color: #6F6F6F;
	font-size: 14px;
	padding-bottom: 8px;
	font-weight: 300;
	max-width: 200px;
}

.footer-copyright {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
	margin-top: -10px;
	padding-bottom: 10px;
	font-family: "Open Sans";
	font-weight: 300;
	color: #6F6F6F;
}

.footer-copyright a {
	color: black;
}