/*
Theme Name: Innovamare - custom
Author: Ofir Ltd.
Author URI: https://ofir.hr/
Description: Custom theme built for Innovamare platform  
Version: 1.0
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Include fonts
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# General content
# Footer
# Mailchimp
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Include fonts
--------------------------------------------------------------*/

@font-face {
    font-family: 'DM Sans';
    src: url('inc/assets/fonts/DMSans-Regular.ttf');
}

@font-face {
    font-family: 'DM Sans Medium';
    src: url('inc/assets/fonts/DMSans-Medium.ttf');
}

@font-face {
    font-family: 'DM Sans Bold';
    src: url('inc/assets/fonts/DMSans-Bold.ttf');
}


/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    -webkit-font-smoothing: auto;
}

body,
html {
    overflow-x: hidden;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden],
template {
    display: none;
}

a {
    background-color: transparent;
}

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

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    border: 0;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 1em 2.5rem;
}

hr {
    box-sizing: content-box;
    height: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

select {
    -webkit-appearance: none;
}

.gravity-theme select {
    -webkit-appearance: auto;
}

option {
    font-family: 'DM Sans' !important;
    color: var(--primary-mairos-blue);
}

input[type="checkbox"]:checked {
    /* change "blue" browser chrome to yellow 
    filter: invert(100%) hue-rotate(18deg) brightness(1.7);*/
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled],
html input[disabled] {
    cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

input {
    line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

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

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
}

optgroup {
    font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

 :root {
    --primary-mairos-blue: #00255b;
    --primary-mairos-turqoise: #02e6b9;
    --primary-mairos-orange: #f99f1c;
    --mairos-mid-gray: #e2e5e7;
    --mairos-light-gray: #f4f4f4;
    --secondary-mairos-turqoise: #e5fcf8;
    --btn-mairos-orange: #ee941f;
}

 ::placeholder {
    color: rgba(255, 255, 255, .65);
    font-style: italic;
}

.select2-container {
    z-index: 998;
}

.sticky {
    position: fixed;
    top: 0;
    /*width: 100vw; */
    width: 100%;
    left: 0;
    right: 0;
}


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

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    color: #24292e;
    font-weight: 700;
    margin-top: 24px;
    margin-bottom: 15px;
    font-family: 'DM Sans';
    color: var(--primary-mairos-blue);
}

h1 {
    font-size: 32px;
    padding-bottom: 10px;
}

h2 {
    font-size: 24px;
    padding-bottom: 0.3em;
    line-height: 1.25;
}

h3 {
    font-size: 18px;
    line-height: 25px;
}

h4 {
    font-size: 16px;
    line-height: 20px;
}

h5 {
    font-size: 14px;
    line-height: 17.5px;
}

p {
    margin-bottom: 1.5em;
    font-family: 'DM Sans';
    font-weight: 400;
    color: var(--primary-mairos-blue);
}

h1.entry-title {
    font-size: 1.31rem;
    border-bottom: 1px solid #eaecef;
}

h2.entry-title {
    border-bottom: 1px solid #eaecef;
}

h3.widget-title {
    font-size: 1.2rem;
}

.primary-title {
    color: var(--primary-mairos-orange);
}

a {
    font-family: 'DM Sans';
    font-weight: 400;
}

li,
span,
label {
    font-family: 'DM Sans';
    font-weight: 400;
}

label,
li {
    color: var(--primary-mairos-blue);
}

strong {
    font-family: 'DM Sans Bold';
    font-weight: 500;
}

.content p {
    color: var(--primary-mairos-blue);
}

.restricted-width .content p {
    line-height: 2;
    font-size: 1rem;
    font-family: 'DM Sans';
}

.restricted-width .content a {
    color: var(--primary-mairos-orange);
}


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

body {
    background: #fff;
    /* Fallback for when there is no custom background color defined. */
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

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

.btn {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.btn-primary-green {
    color: var(--primary-mairos-blue);
    background-color: var(--primary-mairos-turqoise);
    border: 1px solid var(--primary-mairos-turqoise);
    font-weight: bold;
    padding: .35rem 1.5rem;
}

article .entry-content a.btn-primary-orange,
.btn-primary-orange,
.acf-button.button.button-primary.button-large {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border: 1px solid var(--primary-mairos-orange);
    font-weight: bold;
    padding: .35rem 1.5rem;
    transition: all .25s ease;
    border-radius: 5px;
    ;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

.btn-primary-orange:hover,
.acf-button.button.button-primary.button-large:hover {
    background-color: #fff;
    border-color: var(--primary-mairos-orange);
    color: var(--primary-mairos-orange);
    transition: all .25s ease;
}

button .btn-primary-orange.disabled {
    color: #333;
    background-color: #aaa;
    opacity: .5;
}

.btn-fade-orange {
    background-color: rgba(238, 148, 31, .1);
    color: var(--primary-mairos-orange);
    border: 1px solid transparent;
    padding: .25rem 1.2rem;
}

.btn-fade-orange:hover {
    color: #fff;
    background-color: var(--primary-mairos-orange);
}

span.arrow-right {
    margin-left: 1.15rem;
}

.disable-link {
    pointer-events: none;
}


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/

.rendered-form label {
    font-weight: 700;
    font-size: .85rem;
    width: 100%;
}

#loginform input,
.rendered-form .form-control,
.acf-input input:not([type='checkbox']),
.acf-input select {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-mairos-blue);
    background-color: #fff !important;
    background-clip: padding-box;
    border: 1px solid var(--primary-mairos-blue);
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    font-family: 'DM Sans';
}

.rendered-form ::placeholder {
    color: rgba(0, 37, 91, .35);
    font-style: normal;
}

.rendered-form .acf-field p.description {
    font-size: .8rem;
    font-style: italic;
    font-weight: 400;
}

.acf-actions {
    padding: .75rem 0;
}

.acf-actions a.acf-button.button.button-primary {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border: 1px solid var(--primary-mairos-orange);
    padding: 0.5rem 2rem;
    margin-top: 0.5rem;
}

a.acf-button.button.button-primary:hover {
    color: var(--primary-mairos-orange);
    background-color: #fff;
}

#new-funding-submit .acf-field {
    width: 100% !important;
}

label .field-desc {
    float: right;
    font-size: 1.25rem;
    position: relative;
}

label .field-desc .tips {
    position: absolute;
    left: 0;
    top: 20px;
    opacity: 0;
    transition: all .25s ease;
    z-index: 100;
    width: 20vw;
    font-size: 1rem;
    padding: .5rem;
    border: 1px solid #ccc;
    background-color: #fefefe;
    z-index: -99;
    max-width: 350px;
}

label .field-desc:hover .tips {
    opacity: 1;
    z-index: 50;
    transition: all .25s ease;
}

label .field-desc i:hover {
    color: var(--primary-mairos-orange);
    cursor: pointer;
}

.acf-image-uploader p {
    font-style: italic;
    font-weight: 400;
}

.acf-image-uploader .acf-button.button {
    padding: .5rem 1rem;
    background-color: var(--primary-mairos-orange);
    color: #fff;
    margin: 2rem;
    font-style: normal;
}

.acf-field .acf-selection {
    font-weight: 400;
}

.acf-field .select2-container.-acf .select2-selection,
.acf-field .select2-container--default .select2-selection--single {
    border: 1px solid var(--primary-mairos-blue);
    height: 35px;
}

.acf-field .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 30px;
}

.acf-field-61fce72aecfbc .acf-label {
    display: none;
}

.acf-field a {
    color: var(--primary-mairos-orange);
}


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
    margin-bottom: 0;
    padding: 0;
    position: relative;
}

header#masthead #navHolder {
    background-color: rgba(0, 37, 91, .45);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

header#masthead #navHolder.scrolling {
    background-color: rgba(0, 37, 91, .95);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.navbar-brand>a {
    color: rgba(0, 0, 0, 0.9);
    font-size: 1.1rem;
    outline: medium none;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
}

.navbar-brand>a:visited,
.navbar-brand>a:hover {
    text-decoration: none;
}

#page-sub-header {
    position: relative;
    padding-top: 5rem;
    padding-bottom: 0;
    text-align: center;
    font-size: 1.25rem;
    background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
    line-height: 1.6;
    font-size: 4rem;
    color: #563e7c;
    margin: 0 0 1rem;
    border: 0;
    padding: 0;
}

#page-sub-header p {
    margin-bottom: 0;
    line-height: 1.4;
    font-size: 1.25rem;
    font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
    color: #212529;
}

a.page-scroller {
    color: #333;
    font-size: 2.6rem;
    display: inline-block;
    margin-top: 2rem;
}

@media screen and (min-width: 768px) {
    body:not(.theme-preset-active) #page-sub-header h1 {
        font-size: 3.750rem;
    }
    body:not(.theme-preset-active) #page-sub-header {
        font-size: 1.25rem;
    }
}

@media screen and (min-width: 992px) {
    #page-sub-header p {
        max-width: 43rem;
        margin: 0 auto;
    }
}


/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead nav {
    padding-left: 0;
    padding-right: 0;
}

body #masthead .navbar-nav>li>a {
    color: #fff;
    padding: 0.5rem;
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-family: 'DM Sans';
    letter-spacing: 2px;
    transition: color .25s ease;
}

#masthead #menu-main-menu li {
    padding-right: 2rem;
}

body #masthead .navbar-nav>li>a:hover,
body #masthead .navbar-nav>li.current_page_item>a {
    color: var(--primary-mairos-orange);
    font-weight: 700;
    transition: color .25s ease;
}

.navbar-brand {
    height: auto;
}

.navbar-brand a img {
    max-width: 190px;
}

.navbar-toggle .icon-bar {
    background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
    border-top: 0.3em solid transparent;
}

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

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

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

.dropdown.menu-item-has-children .dropdown.menu-item-has-children>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children:hover>a:after {
    border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
    float: none;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

#member-cta,
#upgrade-cta,
#connect-cta {
    text-transform: uppercase;
    font-size: .875rem;
}


/* Small menu. */

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

.dropdown-item {
    line-height: 1.2;
    padding-bottom: 0.313rem;
    padding-top: 0.313rem;
}

.dropdown-menu {
    min-width: 12.500rem;
}

.dropdown .open .dropdown-menu {
    display: block;
    left: 12.250em;
    top: 0;
}

.dropdown-menu .dropdown-item {
    white-space: normal;
    background: transparent;
    line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
    background: transparent;
}

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

@media screen and (min-width: 769px) {
    .dropdown-menu li>.dropdown-menu {
        right: -9.875rem;
        top: 1.375rem;
    }
}

@media screen and (max-width: 991px) {
    .navbar-nav .dropdown-menu {
        border: medium none;
        margin-left: 1.250rem;
        padding: 0;
    }
    .dropdown-menu li a {
        padding: 0;
    }
    #masthead .navbar-nav>li>a {
        padding-bottom: 0.625rem;
        padding-top: 0.313rem;
    }
    .navbar-light .navbar-toggler {
        border: medium none;
        outline: none;
    }
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

.comment-content.card-block {
    padding: 20px;
}

.navigation.post-navigation {
    padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}

.post-navigation .nav-next a::after {
    content: " \2192";
}

.post-navigation .nav-previous a::before {
    content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}


/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 0.313rem;
    line-height: normal;
    padding: 0.938rem 1.438rem 0.875rem;
    text-decoration: none;
    top: 0.313rem;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}


/* Do not show the outline on the skip link target. */

#content[tabindex="-1"]:focus {
    outline: 0;
}


/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

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

a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}


/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}


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

.widget {
    margin: 0 0 1.5em;
    font-size: 0.875rem;
    /* Make sure select elements fit in widgets. */
}

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

.widget_search .search-form input[type="submit"] {
    display: none;
}

.nav>li>a:focus,
.nav>li>a:hover {
    background-color: #eee;
    text-decoration: none;
}

.half-rule {
    width: 6rem;
    margin: 2.5rem 0;
}

.widget_categories .nav-link {
    display: inline-block;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

@media only screen and (min-width:1450px) {
    .container {
        max-width: 1400px;
    }
}


/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content.site-content {
    padding-bottom: 3.75rem;
    padding-top: 4.125rem;
    min-height: 55vh;
}

.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: -2.5rem;
    position: absolute;
    top: 0.375rem;
    font-weight: 900;
}

section#primary article.sticky .entry-title::before {
    content: '\f08d';
    font-family: "Font Awesome\ 5 Free";
    font-size: 1.563rem;
    left: unset;
    position: absolute;
    top: 0;
    font-weight: 900;
    right: 0;
    transform: rotate(20deg);
}

.sticky .entry-title {
    position: relative;
}

.single .byline,
.group-blog .byline {
    display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
    margin-top: 0;
}

.post.hentry {
    margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
    color: #9a9a9a;
}

.entry-title>a {
    color: inherit;
}

article .entry-content a {
    color: var(--primary-mairos-orange);
}

#commentform .alert-info,
#commentform .form-allowed-tags {
    display: none;
}


/*--------------------------------------------------------------
## Single post
--------------------------------------------------------------*/

.single.single-post section#primary article {
    max-width: 850px;
}

.single.single-post .post-thumbnail .size-full {
    width: 100%;
    height: auto;
}

.single.single-post article h1.entry-title {
    margin-top: 0;
    font-size: 2rem;
    border-bottom: 0;
    padding-bottom: 0;
}

.entry-meta {
    margin-bottom: 1.5rem;
    color: var(--primary-mairos-blue);
    font-weight: 400;
}

.single.single-post .entry-meta {
    margin-bottom: .5rem;
}

.entry-meta .posted-on,
.entry-meta .posted-on a,
.entry-meta .byline,
.entry-meta .byline .author a {
    color: var(--primary-mairos-blue);
    font-weight: 400;
}

.entry-meta .byline .author a {
    pointer-events: none;
}

.post-navigation .nav-links a {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border-color: var(--primary-mairos-orange);
    box-shadow: none;
    outline: 0;
    max-width: 380px;
    padding: .5rem 1rem;
    border-radius: 0;
    max-width: 400px;
    text-align: center;
    position: relative;
}

.post-navigation .nav-links a:hover {
    color: var(--primary-mairos-orange);
    background-color: #fff;
}

.post-navigation .nav-previous a {
    padding-left: 35px;
}

.post-navigation .nav-next a {
    padding-right: 35px;
}

.post-navigation .nav-previous a::before {
    content: "\f060";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 10px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

.post-navigation .nav-next a::after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
}

#commentsubmit:hover {
    border-color: var(--primary-mairos-orange);
}


/* Single slick slider */

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

.slick-initialized .slick-slide {
    display: flex;
    height: auto;
    align-items: center;
    justify-content: center;
}

.slick-slide img {
    width: 100%;
    margin: .35rem;
}

.slider-single .slick-slide img,
.slider-nav .slick-slide img {
    border: 5px solid transparent;
}

.slider-nav .slick-slide.is-active img {
    border: 5px solid var(--primary-mairos-orange);
}

.slider-single .slider-item {
    position: relative;
}

.slider-single .slider-item .img-desc {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .85);
    max-width: calc(100% - 80px);
    margin: 0 auto;
    padding: .5rem 1rem;
    border-radius: 1rem;
    text-align: center;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    -ms-border-radius: 1rem;
    -o-border-radius: 1rem;
}

.slick-prev,
.slick-next {
    border: 0;
    color: transparent;
    font-size: 0;
    width: 30%;
    max-width: 100px;
    text-align: center;
    padding: 0;
}

.slick-prev:before {
    content: "\f053";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
}

.slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: rgba(255, 255, 255, .85);
    font-size: 15px;
}

.slick-prev.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    left: -45px;
    background: rgba(0, 37, 91, .75);
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
}

.slick-next.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    right: -45px;
    background: rgba(0, 37, 91, .75);
    height: 40px;
    width: 40px;
    transform: translateY(-50%);
    border: 2px solid #fff;
    border-radius: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
}

.slick-next.slick-arrow:hover {
    background: rgba(0, 37, 91, .95);
    transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
}

.slick-prev.slick-arrow:hover {
    background: rgba(0, 37, 91, .95);
    transition: background-color .25s ease;
    -webkit-transition: background-color .25s ease;
    -moz-transition: background-color .25s ease;
    -ms-transition: background-color .25s ease;
    -o-transition: background-color .25s ease;
}

.slick-prev.slick-arrow.slick-disabled,
.slick-next.slick-arrow.slick-disabled {
    background-color: rgba(100, 100, 100, 0.5);
}

.wp-block-image img {
    cursor: pointer;
}

.entry-content .social-share {
    border-bottom: 1px solid #ddd;
    margin-top: 2rem;
}

.entry-content .social-share span {
    font-family: 'DM Sans Bold';
    color: var(--primary-mairos-blue);
}

.entry-content .social-share .fa,
.entry-content .social-share .fab {
    padding: .5rem;
    font-size: 20px;
    width: 35px;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
}

.entry-content .social-share .fa:hover,
.entry-content .social-share .fab:hover {
    opacity: 0.7;
    transition: opacity .25s ease;
    -webkit-transition: opacity .25s ease;
    -moz-transition: opacity .25s ease;
    -ms-transition: opacity .25s ease;
    -o-transition: opacity .25s ease;
}

.entry-content .social-share .fa-facebook-f {
    background: #3B5998;
    color: #fff;
}

.entry-content .social-share .fa-twitter {
    background: #55ACEE;
    color: #fff;
}

.entry-content .social-share .fa-linkedin-in {
    background: #007bb5;
    color: #fff;
}

.entry-content .social-share .fa-viber {
    background: #59267c;
    color: #fff;
}

.entry-content .social-share .fa-whatsapp {
    background: #25D366;
    color: #fff;
}


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

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

.bypostauthor {
    display: block;
}

.comment-body .pull-left {
    padding-right: 0.625rem;
}

.comment-list .comment {
    display: block;
}

.comment-list {
    padding-left: 0;
}

.comments-title {
    font-size: 1.125rem;
}

.comment-list .pingback {
    border-top: 1px solid rgba(0, 0, 0, 0.125);
    padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
    border: medium none;
}

#comments a {
    color: var(--primary-mairos-orange);
}


/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/


/* Globally hidden elements when Infinite Scroll is supported and in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}


/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

.media-container {
    position: relative;
    padding-bottom: 46.25%;
    max-width: 460px;
    margin: 0 auto;
}

@media only screen and (max-width: 768px) {
    .media-container {
        max-width: 320px;
    }
}

.media-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}


/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    background: #f1f1f1 none repeat scroll 0 0;
    border: 1px solid #f0f0f0;
    max-width: 96%;
    padding: 0.313rem 0.313rem 0;
    text-align: center;
}

.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}

.wp-caption .wp-caption-text {
    font-size: 0.688rem;
    line-height: 1.063rem;
    margin: 0;
    padding: 0.625rem;
}

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


/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery {
    margin-bottom: 1.5em;
}

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

.gallery-item .gallery-columns-2 {
    max-width: 50%;
}

.gallery-item .gallery-columns-3 {
    max-width: 33.33333%;
}

.gallery-item .gallery-columns-4 {
    max-width: 25%;
}

.gallery-item .gallery-columns-5 {
    max-width: 20%;
}

.gallery-item .gallery-columns-6 {
    max-width: 16.66667%;
}

.gallery-item .gallery-columns-7 {
    max-width: 14.28571%;
}

.gallery-item .gallery-columns-8 {
    max-width: 12.5%;
}

.gallery-item .gallery-columns-9 {
    max-width: 11.11111%;
}

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## General content 
--------------------------------------------------------------*/

section#primary article {
    margin: 0 auto 2rem;
    max-width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
}

section#primary article.sticky {
    position: relative;
}

section#content-main {
    max-width: 1140px;
    margin: 0 auto;
}

#funding-posts.fundings-list {
    max-width: 1140px;
    margin: 0 auto;
}

section#primary .container {
    max-width: 1140px;
}

.page-template-default.page .entry-content {
    max-width: 850px;
    margin: 0 auto;
    line-height: 2;
}

.page-template-default.page .entry-content h2.section-title {
    margin-top: -1.5rem;
}

.page-template-default.page-id-14 section#primary article,
.page-template-default.page-id-14 .entry-content {
    max-width: 1400px;
}

.page-template-default.page-id-12 .page-id-12 section#primary {
    margin-top: -2rem;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#newsletter .section-title {
    font-family: "DM Sans";
    font-size: 2.25rem;
    font-weight: 700;
}

#newsletter .container {
    background-color: var(--primary-mairos-blue);
    background-image: url('inc/assets/images/innovamare-newsletter-bg.jpg');
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 2rem;
    max-width: 1350px;
}

#newsletter .container .content {
    max-width: 1140px;
    padding: 0 15px;
}

#newsletter .newsletter-div {
    display: inline-flex;
}

#newsletter .section-title,
#newsletter .text-desc {
    color: #fff;
}

#newsletter .text-desc {
    font-size: .8rem;
}

#newsletter .input input,
#newsletter .input input:active,
#newsletter .input input:focus {
    outline: 0;
    box-shadow: none;
    font-size: .9rem;
    font-family: 'DM Sans';
}

#newsletter .input input#newsletter-input {
    background-color: rgba(255, 255, 255, 0.35);
    padding: .5rem 1rem;
    color: #fff;
    font-size: .9rem;
    width: 100%;
    max-width: 300px;
    border: 0;
    height: 40px;
}

#newsletter p {
    font-family: 'DM Sans';
    font-weight: 500;
    color: #fff;
}

#newsletter button {
    height: 40px;
    font-family: 'DM Sans';
    font-weight: 700;
    letter-spacing: 1px;
    min-width: 165px;
}

#newsletter ::placeholder {
    color: rgba(255, 255, 255, 0.65);
    font-family: 'DM Sans';
    font-style: normal;
}

#footer {
    border-top: 1px solid #ddd;
}

@media only screen and (min-width: 1400px) {
    #footer .container {
        max-width: 1350px;
    }
}

.home #footer {
    border-top: 0;
}

#footer .footer-addon {
    background-image: url('inc/assets/images/innovamare-footer-bg.png');
    background-position: bottom -90px center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    min-height: 200px;
    margin-top: -100px;
}

#footer .site-info {
    margin-top: 5rem;
    max-width: 320px;
    position: relative;
    top: 3.5rem;
    left: -15px;
}

#footer .site-info .copyright_logo {
    max-width: 160px;
    width: 100%;
}

#footer .site-info .copyright_text {
    font-size: .8rem;
    font-family: 'DM Sans';
    font-weight: 700;
    margin-top: .5rem;
    color: #fff;
}

#footer .site-info,
#footer .site-info a {
    color: #fff;
}

#footer .links a {
    color: var(--primary-mairos-blue);
    text-decoration: none;
    font-family: 'DM Sans';
    font-weight: 700;
}

#footer .links a:first-child {
    padding-right: 10px;
}

#footer .links a:last-child {
    padding-left: 0;
}

#footer .links a:hover {
    color: var(--primary-mairos-orange);
    text-decoration: none;
}

#footer .soc-icons {
    list-style-type: none;
    flex-flow: wrap;
    justify-content: space-between;
    padding: 0 2rem 0 0;
    max-width: 340px;
}

#footer .soc-icons li:first-child {
    margin-right: 2rem;
}

#footer .soc-icons li {
    margin-right: 2%;
    align-self: center;
    font-family: 'DM Sans';
    font-weight: 700;
}

#footer .soc-icons li:last-child {
    margin-right: 0;
}

#footer .project-logos {
    list-style-type: none;
    flex-flow: wrap;
    justify-content: start;
    padding: 0;
}

#footer .project-logos li {
    align-self: center;
    margin-bottom: .25rem;
}

#footer .project-logos li {
    margin-right: 5%;
}

#footer .project-logos li:last-child {
    margin-right: 0;
}

#footer .project-logos li img {
    width: 150px;
    margin-bottom: .75px;
}

@media only screen and (min-width: 1280px) {
    #footer .project-logos li:first-of-type {
        margin-left: 60px;
    }
    #footer .project-logos li img {
        width: 180px;
    }
    #footer .project-logos li:first-of-type img {
        width: 240px;
    }
}

#footer p.eu-desc {
    font-size: 12px;
    color: var(--primary-mairos-blue);
    font-weight: bold;
    font-family: 'DM Sans';
    text-align: right;
}

#footer .links .soc-icons a {
    font-size: 1.35rem;
    padding-left: 0;
    padding-right: 0;
}


/*--------------------------------------------------------------
# Mailchimp
--------------------------------------------------------------*/

#mc-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .45);
}

#mc_embed_signup {
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    width: 480px;
    position: absolute;
    max-width: calc(100vw - 30px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 15px;
    background-color: #efefef;
    font-family: 'DM Sans';
    max-height: calc(100vh - 15%);
    overflow-y: auto;
}

#mc_embed_signup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1015;
    opacity: 1;
    cursor: pointer;
}

#mc_embed_signup p {
    color: var(--primary-mairos-blue);
}

#mc_embed_signup a {
    color: var(--primary-mairos-orange);
}

#mc_embed_signup h2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-right: 20px;
}

#mc_embed_signup .mc-field-group label {
    font-family: 'DM Sans Medium';
    width: 100%;
    margin: .5rem 0 0.25rem;
    font-weight: 500;
}

#mc_embed_signup .asterisk {
    color: red;
}

#mc_embed_signup .brandingLogo {
    margin: 0;
    padding: .5rem;
    text-align: center;
}

#mc_embed_signup fieldset {
    border: 0;
    margin-top: -1rem;
    padding: 0.35em 0 0.75em;
}

#mc_embed_signup fieldset input {
    margin-right: .5rem;
}

#mc_embed_signup #mce-EMAIL {
    background-color: rgba(255, 255, 255, 0.85);
    padding: .5rem 1rem;
    color: var(--primary-mairos-blue);
    font-size: .9rem;
    width: 100%;
    max-width: 100%;
    border: 0;
    border-top-color: currentcolor;
    border-right-color: currentcolor;
    border-bottom-color: currentcolor;
    border-left-color: currentcolor;
    height: 40px;
}

#mc_embed_signup .optionalParent {
    text-align: center;
}

#mc_embed_signup .optionalParent #mc-embedded-subscribe {
    margin-bottom: 1rem;
}


/*--------------------------------------------------------------
# Connect with us
--------------------------------------------------------------*/

#connect-cover {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: rgba(0, 0, 0, .45);
}

.connect_embed_body {
    background: #fff;
    background-color: rgb(255, 255, 255);
    background-color: rgb(255, 255, 255);
    clear: left;
    font: 14px Helvetica, Arial, sans-serif;
    font-family: Helvetica, Arial, sans-serif;
    width: 480px;
    position: absolute;
    max-width: calc(100vw - 30px);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999;
    padding: 15px;
    background-color: #efefef;
    font-family: 'DM Sans';
    max-height: calc(100vh - 20%);
    overflow-y: auto;
}

.connect_embed_body h2.gform_title {
    margin-top: 0;
    margin-bottom: 0;
}

.connect_embed_body .gform_description {
    margin-bottom: .75rem;
}

.connect_embed_body div.gfield {
    margin-top: 0.5rem;
}

#connect-member .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1015;
    opacity: 1;
    cursor: pointer;
}

#connect-cover select {
    background-color: #fff;
    font-size: 12px;
}


/*--------------------------------------------------------------
# Custom registration page
--------------------------------------------------------------*/

.page-template-custom-register #loginform {
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
    max-width: 400px;
    display: block;
    margin: 0 auto 35px;
}

.page-template-custom-register #loginform select {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    -webkit-appearance: auto;
    padding: 0.375rem 0.4rem;
    color: var(--primary-mairos-blue);
    font-size: 1rem;
    font-family: 'DM Sans';
    font-weight: 400;
    background-color: #fff;
    border: 1px solid var(--primary-mairos-blue);
    border-radius: 4px;
}

.page-template-custom-register #loginform select option:disabled {
    color: #ccc;
    font-style: italic;
}

.page-template-custom-register #loginform .terms-agree {
    padding: 1rem 0;
}

.page-template-custom-register #loginform input#terms {
    height: 20px;
    width: 50px;
}

.page-template-custom-register #loginform .terms-agree a {
    color: var(--primary-mairos-orange);
}

.page-template-custom-register #loginform p.error {
    color: red;
    font-size: 14px;
}


/*--------------------------------------------------------------
# Home page
--------------------------------------------------------------*/

.home #member-cta.hidden,
#main-nav #member-cta.hidden {
    display: none;
}

.home section {
    margin-bottom: 3rem;
}

section h2.section-title {
    color: var(--primary-mairos-blue);
    font-family: 'DM Sans';
    font-weight: 700;
    font-size: 2rem;
    margin-top: 0;
}

section h2.section-title span {
    position: relative;
    font-weight: 700;
}

section h2.section-title span:before {
    content: '';
    position: absolute;
    width: 2rem;
    border-bottom: 3px solid var(--primary-mairos-blue);
    top: 0;
    bottom: 0;
    height: 2px;
    margin: auto 1rem auto 0;
    left: -3rem;
    display: none;
}

section h2.section-title span:after {
    content: '';
    position: absolute;
    border-bottom: 3px solid var(--primary-mairos-blue);
    width: 2rem;
    top: 0;
    bottom: 0;
    height: 2px;
    margin: auto 0 auto 1rem;
    right: -3rem;
    display: none;
}

#masthead #navHolder {
    /*position: relative;*/
    z-index: 999;
}

#masthead .cta-header.hidden a {
    font-family: 'DM Sans';
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-size: .85rem;
}

#masthead .user-nav-helper {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    padding-left: 0;
}

#masthead .user-nav-helper ul {
    list-style: none;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
}

#masthead .user-nav-helper ul li {
    margin-left: 3vw;
}

#masthead .user-nav-helper ul li a {
    display: block;
}

#masthead .user-nav-helper ul li a .icon {
    width: 100%;
    max-width: 25px;
    height: auto;
}

#masthead .user-nav-helper ul li a.url.logout i {
    color: #fff;
    font-size: 1.65rem;
}

#home-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 85vh;
    min-height: 630px;
    width: 100%;
    background-image: url('inc/assets/images/innovamare-bubbles.png'), url('inc/assets/images/innovamare-world.jpg');
    background-size: 42% auto, cover;
    background-position: right top -30px, top center;
    background-repeat: no-repeat;
}

#home-background .top-part {
    height: 70vh;
    min-height: 570px;
}

#home-background .bottom-part {
    height: 30vh;
    position: relative;
    z-index: 20;
}

#home-background .title-main,
#home-background .icongroup {
    padding-top: 10rem;
}

#home-background .title-main {
    max-width: 650px;
}

#home-background .title-main h1 {
    color: var(--primary-mairos-orange);
    font-size: clamp(2rem, 65px, 4rem);
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1;
    font-family: 'DM Sans Medium';
    font-weight: 600;
    margin-top: 8rem;
}

#home-background .title-main h2 {
    color: #fff;
    font-size: clamp(1.65rem, 40px, 1.75rem);
    font-family: 'DM Sans';
    font-weight: 500;
}

#home-background .icongroup .group-items {
    position: relative;
    height: 50vh;
    min-height: 380px;
}

#home-background .icongroup .group-item {
    position: absolute;
}

#home-background .icongroup .group-item.map {
    top: 18%;
    left: 35%;
}

#home-background .icongroup .group-item.map a h3 {
    margin: 15px 0 0;
}

#home-background .icongroup .group-item.marketplace {
    bottom: 37%;
    left: 72%;
}

#home-background .icongroup .group-item.marketplace a .name {
    margin: 7px 0 0 10px;
}

#home-background .icongroup .group-item.community {
    right: -15%;
    top: 0;
}

#home-background .icongroup .group-item.community a .name {
    margin: 7px 0 0 10px;
}

#home-background .icongroup .group-item .icon {
    width: 80px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

#home-background .icongroup .group-item.map .icon {
    width: 110px;
}

#home-background .icongroup .group-item:hover .icon {
    width: 110px;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

#home-background .icongroup .group-item.map:hover .icon {
    width: 140px;
}

#home-background .icongroup .group-item a {
    display: flex;
    color: #fff;
}

#home-background .icongroup .group-item a:hover {
    text-decoration: none;
}

#home-background .icongroup .group-item a h3 {
    color: #fff;
    margin: 0;
    font-size: 1.2rem;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

#home-background .icongroup .group-item:hover a h3 {
    font-size: 1.65rem;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
}

#home-background .icongroup .group-item .name {
    position: relative;
    text-transform: lowercase;
    font-family: 'DM Sans';
    font-weight: 700;
}

#home-background .icongroup .group-item .name p {
    position: absolute;
    opacity: 0;
    height: 0;
    width: 250px;
    background-color: rgba(0, 0, 0, 0.125);
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    color: #fff;
}

#home-background .icongroup .group-item:hover .name p {
    opacity: 1;
    height: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#home-background #header-featured .container {
    max-width: 1140px;
}

#home-background #header-featured .block {
    background-color: #fff;
    margin: 0 0 1rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: relative;
    top: 0;
}

#home-background #header-featured .block:hover {
    box-shadow: 0px 0px 8px #000;
    top: -10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#header-featured .block .image {
    height: 160px;
    overflow: hidden;
}

#header-featured .block .image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

#home-background #header-featured .block .content {
    padding: 0.5rem 1rem;
}

#home-background #header-featured .block .content h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .75rem;
    font-family: "DM Sans";
    font-weight: 700;
    color: var(--primary-mairos-blue);
}

#home-background #header-featured .block .content span.read-more-text {
    color: var(--primary-mairos-orange);
}

.home #content {
    margin-top: 90vh;
}

.sidebar-navigation {
    position: fixed;
    width: auto;
    max-width: 65px;
    min-height: 100px;
    background-color: rgba(249, 159, 28, .17);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    padding: 2rem .75rem;
    z-index: 100;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-navigation:hover {
    max-width: 100%;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-navigation ul {
    list-style-type: none;
    padding-left: 0;
}

.sidebar-navigation ul li a {
    display: inline-block;
    color: var(--primary-mairos-orange);
    margin-bottom: .75rem;
}

.sidebar-navigation ul li a div {
    display: inline;
}

.sidebar-navigation li a .description {
    opacity: 0;
    width: 0;
    margin-left: .5rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

.sidebar-navigation li:hover a .description {
    opacity: 1;
    width: auto;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}


/* The side navigation menu */

.mobile-sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 999;
    top: 0;
    left: 0;
    background-color: var(--primary-mairos-blue);
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
}

.mobile-sidenav ul {
    padding-left: 0;
}

.mobile-sidenav li {
    margin-bottom: 1rem;
}

.mobile-sidenav a {
    padding: 8px 8px 8px 16px;
    text-decoration: none;
    font-size: 25px;
    color: #fff;
    display: inline-flex;
    transition: 0.3s;
    width: 100%;
}

.mobile-sidenav a:hover {
    color: #f1f1f1;
}

.mobile-sidenav .closebtn {
    position: absolute;
    top: 15px;
    right: 35px;
    font-size: 1.5rem;
    text-align: right;
    width: 25px;
    height: 25px;
}

.mobile-sidenav a .icon.style-svg {
    width: 35px;
    margin-right: .5rem;
}

.mobile-sidenav a .item-text {
    font-size: 14px;
    line-height: 2.5;
}

#mobileSidenavBtn {
    position: fixed;
    top: 15%;
    left: 0;
    height: 35px;
    width: 35px;
    z-index: 100;
    color: #fff;
    border-radius: 0 4px 4px 0;
    display: none;
    background-color: var(--primary-mairos-orange);
}

@media only screen and (max-width: 992px) {
    #mobileSidenavBtn {
        display: block;
    }
    .sidenavigation {
        display: none;
    }
}

#mobileSidenavBtn i {
    margin-top: 0;
    font-size: 1.85rem;
    padding: .5rem;
}

@media screen and (max-height: 450px) {
    .mobile-sidenav {
        padding-top: 15px;
    }
    .mobile-sidenav a {
        font-size: 18px;
    }
}

section#events .section-title span,
section#news .section-title span {
    position: relative;
}

section#events .section-title span:before,
section#events .section-title span:after,
section#news .section-title span:before,
section#news .section-title span:after {
    content: '';
    position: absolute;
    width: 2rem;
    border-bottom: 3px solid var(--primary-mairos-blue);
    top: 0;
    bottom: 0;
    height: 2px;
}

section#events .section-title span:before,
section#news .section-title span:before {
    margin: auto 1rem auto 0;
    left: -3rem;
}

section#events .section-title span:after,
section#news .section-title span:after {
    margin: auto 0 auto 1rem;
}

section#events {
    background-color: #f4f4f4;
}

section#events {
    background-image: url('inc/assets/images/events-bg.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 8rem 0 5rem;
    margin-top: 3rem;
}

section#events .container {
    max-width: 1140px;
}

#events .calendar,
#events .button-all-events {
    position: relative;
    z-index: 20;
}

section#news {
    background-color: #f4f4f4;
    background-image: url('inc/assets/images/news-bg.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    padding: 12rem 0 5rem;
    margin-top: -8rem;
}

section#news .container {
    max-width: 1140px;
}

section#news .row {
    position: relative;
    z-index: 15;
}

section#news .feat-image {
    position: relative;
    height: 160px;
    overflow: hidden;
}

section#news .feat-image img {
    object-fit: cover;
    height: 100%;
    width: 100%;
}

section#news .feat-image .date {
    position: absolute;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.35);
    color: #fff;
    font-size: .8rem;
    bottom: 0;
    padding: .25rem .5rem;
}

#news .filters a {
    color: var(--primary-mairos-blue);
    padding: .5rem 2rem;
}

#news .filters a:hover {
    color: var(--primary-mairos-orange);
}

#news .filters a.filter-form-item.active {
    color: var(--primary-mairos-orange);
}

#news .post-block {
    background-color: #fff;
    margin: 0 0 1.5rem;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    position: relative;
    box-shadow: none;
    top: 0;
}

#news .post-block:hover {
    top: -10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    box-shadow: 0 0 8px #000;
}

#news .post-block .content {
    padding: 0.5rem 1rem;
}

#news .post-block .content h3 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 0;
    margin-bottom: .75rem;
    font-family: "DM Sans";
    color: var(--primary-mairos-blue);
}

#news .post-block .content h5 {
    text-transform: uppercase;
    margin: .5rem 0;
}

#news .post-block .content span {
    color: var(--primary-mairos-orange);
    font-family: 'DM Sans';
    font-weight: 700;
}

#news .post-block .post-cat .comma {
    color: var(--primary-mairos-blue);
}

#news .post-block .post-cat .comma:last-of-type {
    display: none;
}

section#featblocks_after {
    background-image: url('inc/assets/images/transforming-bg.jpg');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 4rem 0;
    margin-top: -370px;
}

section#featblocks_after .container {
    max-width: 1140px;
}

#featblocks_after h2 {
    margin-top: 460px;
    margin-bottom: 80px;
    font-size: 2rem;
    line-height: 1.45;
}

#featblocks_after h2 p {
    color: #fff;
    margin-bottom: 0;
}

#featblocks_after .block {
    background-color: #fff;
    padding: 2rem;
    box-shadow: 0px 0px 10px #777;
    position: relative;
    top: 0;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    margin-bottom: 30px;
}

#featblocks_after a:hover .block {
    top: -10px;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
}

#featblocks_after .block .title-holder {
    align-items: center;
}

#featblocks_after .block .block-title {
    margin: 0 0 1rem;
    font-size: 1.5rem;
    line-height: 1.2;
    font-family: 'DM Sans';
    color: var(--primary-mairos-blue);
}

section#res_faq .container {
    max-width: 1140px;
}

section#res_faq .resources,
section#res_faq .faq {
    position: relative;
    /*padding: 0 2rem;*/
}

section#res_faq .resources .section-title span:before {
    display: none;
}

section#res_faq .faq-block.accordion {
    margin-bottom: 1.5rem;
}

section#res_faq .refa-abs {
    position: absolute;
    bottom: -35px;
    right: 15px;
    font-size: 1rem;
}

section#res_faq .resources .refa-abs {
    right: 60px;
}

#res_faq .resource-list {
    list-style-type: none;
    padding: 0 0 5rem;
}

#res_faq .resource-item {
    margin-bottom: 2rem;
    align-items: center;
    color: var(--primary-mairos-blue);
    font-size: .8rem;
    font-weight: bold;
}

#res_faq .resource-item .text {
    font-size: 1rem;
    color: var(--primary-mairos-blue);
    font-family: 'DM Sans Bold';
}

.resource-item img.style-svg {
    max-height: 50px;
    max-width: 50px;
    margin-right: 10px;
}

#res_faq .img {
    width: 70px;
    text-align: center;
}

#res_faq .img>svg {
    height: 50px;
    max-width: 50px;
}

#faq-accordion .card {
    border: 0;
    border-top: 1px solid var(--primary-mairos-blue);
    border-radius: 0;
}

#faq-accordion .card:last-child {
    border-bottom: 1px solid var(--primary-mairos-blue);
}

#faq-accordion .card-header,
#faq-accordion .card-header:first-child {
    background-color: transparent;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border: 0;
    padding: .75rem .25rem;
}

#faq-accordion .btn-link.btn-block {
    position: relative;
}

#faq-accordion .btn-link.btn-block .qno {
    position: absolute;
    left: -5px;
    font-family: 'DM Sans Bold';
}

#faq-accordion .card-header h2 {
    margin-top: 0;
    padding-bottom: 0;
}

#faq-accordion .card-body {
    padding: 0 calc(.25rem + 35px) 1.25rem 1rem;
    font-size: 1rem;
    color: var(--primary-mairos-blue);
    font-family: 'DM Sans';
    font-weight: 400;
    line-height: 2;
}

#faq-accordion button.btn.btn-link.btn-block.text-left {
    color: var(--primary-mairos-blue);
    text-decoration: none;
    font-size: 1rem;
    position: relative;
    padding-right: 30px;
    font-family: 'DM Sans Bold';
}

#faq-accordion .card .card-header .btn-block:after {
    content: "\f106";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1.5rem;
}

#faq-accordion .card .card-header .btn-block.collapsed:after {
    content: "\f107";
}


/*--------------------------------------------------------------
# Sub pages header
--------------------------------------------------------------*/

#page-background {
    height: 150px;
    margin-top: -10px;
    background-image: url('inc/assets/images/innovamare-page-bg.jpg');
    background-size: 100% auto;
    background-position: center center;
    background-repeat: no-repeat;
    margin-bottom: -2.5rem;
}

.page-template:not(.home) #content {
    background-color: #f4f4f4;
    margin-top: -15px;
}

.page-template-default #content {
    background-color: #f4f4f4;
    margin-top: -15px;
}


/*--------------------------------------------------------------
# Resources page
--------------------------------------------------------------*/

.page-template-template-resources .resources #tabs-apps li a {
    color: #dfd3cb;
    font-size: 1.25rem;
    border-bottom: 0;
}

.page-template-template-resources .resources #tabs-apps li a.active {
    color: var(--primary-mairos-orange);
    border-bottom: 2px solid var(--primary-mairos-orange) !important;
    border: 0;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: 0px;
    pointer-events: none;
}

.page-template-template-.resources .resources .holder {
    border-bottom: 1px solid #ddd;
}

.documents {
    padding: 1rem 2rem;
}

.documents .category-area {
    border-bottom: 1px solid #333;
    position: relative;
    padding-right: 50px;
    font-size: .85rem;
}

.documents .category-area .icon {
    max-height: 20px;
    position: absolute;
    right: 5px;
    bottom: 5px;
}

.documents .title-area h3 {
    margin-top: .25rem;
    margin-bottom: 1.25rem;
}


/*--------------------------------------------------------------
# News page
--------------------------------------------------------------*/

.blog section h2.section-title {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.5;
}

.blog a.filter-form-item {
    padding: 0.5rem 1rem;
    color: var(--primary-mairos-blue);
}

.blog a.filter-form-item.active,
.blog a.filter-form-item:hover {
    color: var(--primary-mairos-orange);
}

article.post-list .entry-meta {
    margin-bottom: 0;
}

article.post-list .entry-meta a {
    color: var(--primary-mairos-orange);
}

article.post-list .entry-meta a:hover {
    color: var(--primary-mairos-blue);
}

article.post-list {
    padding: 15px;
}

article.post-list .post-block {
    border-top: 1px solid var(--primary-mairos-blue);
}

article.post-list .entry-meta .posted-on a {
    pointer-events: none;
    color: var(--primary-mairos-blue);
}

article.post-list h2.entry-title {
    border-bottom: 0;
    margin-top: .5rem;
    margin-bottom: .5rem;
    line-height: 1.5;
    padding-bottom: 0;
}

article.post-list .post-cat {
    text-transform: uppercase;
    font-family: 'DM Sans';
    font-weight: 400;
}

article.post-list .excerpt {
    line-height: 1.5;
    font-weight: 400;
}

article.post-list .entry-content {
    margin-top: 0;
}

article.post-list p {
    margin-bottom: .5rem;
}

article.post-list .post-cat .comma {
    margin-left: .5rem;
    margin-right: .5rem;
}

article.post-list .post-cat .comma:last-of-type {
    display: none;
}

article.post-list .post-thumbnail {
    background-color: #fff;
    margin: 0 auto;
}

article.post-list .post-thumbnail img {
    height: auto;
    width: 100%;
}

article.post-list .entry-content a.btn-primary-orange {
    margin-top: .5rem;
    margin-bottom: .5rem;
}

article .entry-content a.btn-primary-orange:hover {
    color: var(--primary-mairos-orange);
    background-color: #fff;
    border-color: var(--primary-mairos-orange);
}


/*--------------------------------------------------------------
# Marketplace
--------------------------------------------------------------*/

.page-template-template-marketplace h2.section-title {
    margin-top: -2.5rem;
}

.page-template-template-marketplace #newsletter h2.section-title {
    margin-top: 24px;
}

.page-template-template-marketplace .container {
    max-width: 1140px;
}

.page-template-template-marketplace section {
    margin-bottom: 3rem;
}

.page-template-template-marketplace section h2.stylish-title {
    color: var(--primary-mairos-blue);
}

.page-template-template-marketplace section a {
    color: var(--primary-mairos-blue);
}

.page-template-template-marketplace section a:hover {
    color: var(--primary-mairos-orange);
    text-decoration: none;
}

.page-template-template-marketplace section#primary .content a {
    color: var(--primary-mairos-orange);
}

.page-template-template-marketplace section#primary .content a:hover {
    color: var(--primary-mairos-blue);
}

.page-template-template-marketplace .divider {
    padding: .5rem;
}

.page-template-template-marketplace .rendered-form label {
    display: inline;
}

.page-template-template-marketplace .rendered-form li {
    list-style-type: none;
}

.page-template-template-marketplace .rendered-form {
    max-width: 640px;
    margin: 0 auto;
}

.page-template-template-marketplace .rendered-form input[type="checkbox"],
.page-template-template-marketplace .rendered-form input[type="radio"] {
    margin-right: 5px;
}

.page-template-template-marketplace .rendered-form button {
    margin-bottom: 5rem;
}

.page-template-template-marketplace .rendered-form ul.main-cat ul {
    padding-left: 1rem;
}

.page-template-template-marketplace .form-control {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: .85rem;
    font-weight: 400;
    line-height: 1.5;
    color: var(--primary-mairos-blue);
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
}

.page-template-template-marketplace .rendered-form select.form-control {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    background-image: url("data:image/svg+xml;utf8,<svg fill='%23000025B' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
    background-repeat: no-repeat;
    background-position-x: 100%;
    background-position-y: 5px;
    border: 1px solid #dfdfdf;
    border-radius: 2px;
    margin-right: 2rem;
    padding-right: 2rem;
}

.page-template-template-marketplace .rendered-form sasadselect.form-control:after {
    content: ' ';
    position: absolute;
    right: 10px;
    top: 3px;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid var(--primary-mairos-blue);
}

.page-template-template-marketplace .rendered-form .main-cat label {
    font-weight: 400;
}

.page-template-template-marketplace .form-control:focus {
    box-shadow: 0 0 0 2px rgb(0 37 91 / 30%);
}

.map-filters {
    padding: 2rem .5rem;
}

.map-filters .icon {
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left 10px center;
    padding: 0.5rem 1rem 0.5rem 2.35rem;
    font-family: 'DM Sans';
    color: var(--primary-mairos-blue);
    font-weight: 400;
    margin-bottom: 0;
    box-shadow: none;
    background-color: transparent;
    transition: all .5s ease;
    cursor: pointer;
    line-height: 1.15;
    font-size: .85rem;
}

.map-filters .icon:hover {
    box-shadow: 0 0 6px #ccc;
    background-color: #fff;
    transition: all .5s ease;
}

.map-filters .icon.private {
    background-image: url('inc/assets/icons/pin-priv-sec.png');
}

.map-filters .icon.public {
    background-image: url('inc/assets/icons/pin-public-sec.png');
}

.map-filters .icon.research {
    background-image: url('inc/assets/icons/pin-sci-res.png');
}

.map-filters .icon.ngo {
    background-image: url('inc/assets/icons/pin-ngo.png');
}

.map-filters .icon.experts {
    background-image: url('inc/assets/icons/pin-experts.png');
}

.page-template-template-marketplace #map .gm-style-iw.gm-style-iw-c[role="dialog"] {
    width: 250px !important;
    padding: 0.5rem !important;
}

.page-template-template-marketplace #map .gm-style-iw.gm-style-iw-c[role="dialog"] #bodyContent {
    padding: .5rem 0;
}

.page-template-template-marketplace #map .gm-style-iw.gm-style-iw-c[role="dialog"] #content {
    background-color: #fff;
    margin-top: 0;
}

.page-template-template-marketplace #map .gm-style-iw.gm-style-iw-c[role="dialog"] #mainHeading {
    font-size: 16px;
    margin-top: .5rem;
    margin-bottom: 0.25rem;
}

.page-template-template-marketplace #map .gm-style-iw.gm-style-iw-c[role="dialog"] .logo {
    width: 50px;
    float: right;
}

.page-template-template-marketplace #map .gm-style-iw.gm-style-iw-c[role="dialog"] .logo img {
    max-width: 100%;
    height: auto;
}

.page-template-template-marketplace #map .gm-style-iw.gm-style-iw-c[role="dialog"] .content-main {
    padding: padding-right: 50px;
}

.gm-style .gm-style-iw-d::-webkit-scrollbar {
    display: none;
}

.page-template-template-marketplace #marketplace-oppos h3 {
    font-size: 1.45rem;
    margin: .25rem 0 1rem;
    line-height: 1.3
}

.page-template-template-marketplace #marketplace-oppos a:hover h3 {
    color: var(--primary-mairos-orange);
}

.page-template-template-marketplace #marketplace-oppos .content p {
    color: var(--primary-mairos-orange);
}

.page-template-template-marketplace #marketplace-oppos a .block {
    box-shadow: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    padding: 1rem 2rem;
    position: relative;
    top: 0;
}

.page-template-template-marketplace #marketplace-oppos a:hover .block {
    box-shadow: 0 0 10px #ccc;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    top: -10px;
}

.page-template-template-marketplace #marketplace-oppos .title-holder {
    align-items: center;
}

.page-template-template-marketplace #marketplace-interests {
    background-color: #f4f4f4;
    background-color: #fff;
    padding: 15rem 0;
    background-image: url('inc/assets/images/profile-news-up.jpg'), url('inc/assets/images/profile-news.jpg');
    background-size: 100% auto, 100% auto;
    background-position: bottom center, top center;
    background-repeat: no-repeat, no-repeat;
    margin-top: -2rem;
    margin-bottom: -5rem;
}

.page-template-template-marketplace #marketplace-interests a {
    color: var(--primary-mairos-blue);
    text-decoration: none;
}

.page-template-template-marketplace #marketplace-interests a:hover {
    color: var(--primary-mairos-orange);
    text-decoration: none;
}

.page-template-template-marketplace #marketplace-interests a .block {
    margin: 1rem;
    box-shadow: none;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-color: #f4f4f4;
}

.page-template-template-marketplace #marketplace-interests a:hover .block {
    box-shadow: 0 0 10px #ccc;
    transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    background-color: #fff;
}

.page-template-template-marketplace #marketplace-interests a:hover .block .read-more {
    color: var(--primary-mairos-orange);
}

.page-template-template-marketplace #marketplace-interests .block p {
    margin-bottom: 0;
    color: var(--primary-mairos-blue);
}

.page-template-template-marketplace #marketplace-interests .block .date {
    background-color: rgba(255, 255, 255, .35);
    padding: .5rem 1rem;
    font-size: .75rem;
}

.page-template-template-marketplace #marketplace-interests .block .title-part {
    padding: 1rem;
}

.page-template-template-marketplace #marketplace-interests a:hover .block .date {
    background-color: rgba(0, 0, 0, .35);
}

.page-template-template-marketplace #marketplace-interests .block .block-title {
    margin: 0;
    color: var(--primary-mairos-blue);
}

.page-template-template-marketplace #marketplace-interests .block .category {
    font-size: 10px;
    text-transform: uppercase;
}

.page-template-template-marketplace #marketplace-interests .block .read-more {
    padding: 0 1rem 1.5rem;
}

.page-template-template-marketplace .restricted-width {
    max-width: 640px;
    margin: 0 auto 3rem;
}

.filters-improvised a:hover {
    color: var(--primary-mairos-orange);
}

.page-template-template-marketplace #anchor-point {
    height: 1px;
    width: 100%;
    visibility: hidden;
    position: relative;
    top: -100px;
}

.page-template-template-marketplace .forms .search-form-block {
    text-align: center;
    display: block;
    margin-bottom: 30px;
    background-color: #fff;
    padding: .75rem;
    cursor: pointer;
}

.page-template-template-marketplace .forms .search-form-block h4 {
    margin-top: .25rem;
    margin-bottom: .25rem;
    padding-bottom: 0;
}

.page-template-template-marketplace .forms .search-form-block:hover,
.page-template-template-marketplace .forms .search-form-block.active {
    background-color: var(--primary-mairos-blue);
}

.page-template-template-marketplace .forms .search-form-block:hover h4,
.page-template-template-marketplace .forms .search-form-block.active h4 {
    color: #fff;
}

.page-template-template-marketplace .search-blocks {
    position: relative;
}

.page-template-template-marketplace .search-blocks h2 {
    color: var(--primary-mairos-orange);
    font-size: 1.25rem;
    font-weight: 400;
}

.page-template-template-marketplace .search-blocks .close {
    position: absolute;
    top: 5px;
    right: 0;
    color: var(--primary-mairos-blue);
    z-index: 10;
    opacity: 1;
}

.page-template-template-marketplace ul.main-cat,
.page-template-template-marketplace .form-group[parent='res-type'] {
    padding-left: 0;
    padding: 10px 15px;
    background-color: #fff;
    border: 2px solid var(--primary-mairos-blue);
    border-radius: 4px;
}

.page-template-template-marketplace ul.main-cat {
    border: 0;
}

.page-template-template-marketplace .search-blocks .form-group ul.main-cat .parent-main,
.page-template-template-marketplace .search-blocks .form-group ul.main-cat .sub-parent {
    position: relative;
}

.page-template-template-marketplace .search-blocks .form-group ul.main-cat>li>ul,
.page-template-template-marketplace .search-blocks .form-group ul.main-cat ul.last-child {
    display: none;
}

.page-template-template-marketplace .search-blocks .form-group ul.main-cat>li>ul.show,
.page-template-template-marketplace .search-blocks .form-group ul.main-cat ul.last-child.show {
    display: block;
}

.page-template-template-marketplace .search-blocks .form-group ul.main-cat .parent-main:after,
.page-template-template-marketplace .search-blocks .form-group ul.main-cat .sub-parent:after {
    position: absolute;
    right: -15px;
    width: 5px;
    height: auto;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    bottom: 0;
    transform: rotate(0);
    transition: all .25s ease;
    font-weight: 900;
}

.page-template-template-marketplace .search-blocks .form-group ul.main-cat .parent-main.show:after,
.page-template-template-marketplace .search-blocks .form-group ul.main-cat .sub-parent.show:after {
    content: '\f054';
    transform: rotate(90deg);
    transition: all .25s ease;
}


/*--------------------------------------------------------------
# Map of Excellence page
--------------------------------------------------------------*/

.page-template-template-moe section#primary .container {
    max-width: 1500px;
}

section.map-excellence {
    min-height: 800px;
    background-color: var(--primary-mairos-blue);
    padding: 3rem 0 6rem;
    margin-top: -55px;
    background-image: url('inc/assets/images/moe-gray-wave.png'), url('inc/assets/images/moe-blue-bg.jpg');
    background-size: 100% auto, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: bottom center, center center;
}

section.map-excellence #bubbles {
    position: relative;
    width: 100%;
    height: 90vh;
    min-height: 640px;
    display: flex;
    background-image: url('inc/assets/images/moe-bubbles.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}


/*
#bubbles .bubble {
    background-color: rgba(255, 255, 255, .35);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    margin: 5px;
    overflow: hidden;
    padding: 25px;
    position: relative;
}

#bubbles a {
    color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

#bubbles .bubble .text {
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
}

#bubbles .bubble .text {
    font-weight: 400;
}

#bubbles .bubble .text strong {
    font-weight: 700;
}
*/

#bubbles .bubble {
    background: rgba(255, 255, 255, .15);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    margin: 5px 20px;
    font-size: 15px;
    padding: 0;
    display: flex;
    width: auto;
    color: #fff;
    position: absolute;
    transform: scale(1);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

#bubbles .bubble:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    background: rgba(255, 255, 255, .25);
}

#bubbles .bubble .content {
    padding: 2rem;
}

#bubbles .bubble.disable-link .content {
    padding: 3.5rem;
    max-width: 280px;
}

#bubbles a.bubble.blue-star .content {
    max-width: 160px;
}

#bubbles .bubble .content {
    max-width: 180px;
    min-width: 120px;
}

.bubble.blue-star i {
    color: var(--primary-mairos-orange);
    font-size: 1.65rem;
    margin-bottom: 1rem;
    margin-top: -0.5rem;
}

a.bubble:nth-of-type(3) {
    background-color: blue;
    top: 23%;
    left: 60%;
}

a.bubble:nth-of-type(4) {
    top: 13%;
    right: 17%;
}

a.bubble:nth-of-type(5) {
    top: 14%;
    left: 29%;
}

#bubbles a.bubble:nth-of-type(5) .content {
    padding: 1.5rem;
}

a.bubble:nth-of-type(6) {
    top: 46%;
    left: 18%;
}

a.bubble:nth-of-type(7) {
    top: 58%;
    left: 33%;
}

#bubbles a.bubble:nth-of-type(7) .content {
    padding: 1.15rem;
}

a.bubble:nth-of-type(8) {
    top: 48%;
    right: 26%;
}

#bubbles a.bubble:nth-of-type(8) .content {
    padding: 2.3rem;
}

a.bubble:nth-of-type(9) {
    top: 40%;
    right: 15%;
}

a.bubble:nth-of-type(10) {
    top: 33%;
    left: 30%;
}


/*


#bubbles .bubble:nth-of-type(2) {
    top: 40%;
    left: 63%;
}

#bubbles .bubble:nth-of-type(3) {
    top: 30%;
    left: 83%;
}
*/

#bubbles .bubble:first-of-type {
    top: 40% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1);
    font-size: 1.5rem;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
}

#bubbles .bubble.blue-star {
    top: 63%;
    left: 55%;
    transform: translate(-50%, -50%) scale(1.1);
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
}

.page-template-template-moe-type h1 {
    font-weight: 400;
    font-size: 1.75rem;
}

.page-template-template-moe-type h1 strong {
    font-weight: 700;
}

.page-template-template-moe-type h2.cat-title {
    margin-bottom: 0;
    font-size: 1.75rem;
    color: var(--primary-mairos-orange);
    font-weight: 500;
}

.page-template-template-moe-type .filters {
    position: absolute;
    right: 0;
    bottom: 0;
}

.page-template-template-moe-type .filters .post-number-select {
    position: relative;
}

.page-template-template-moe-type .filters .post-number-select span {
    margin-right: 0.75rem;
    color: #BEC2CC;
}

.page-template-template-moe-type select {
    appearance: none;
    background-color: transparent;
    border: none;
    padding: 0 1em 0 0;
    margin: 0;
    width: 100%;
    font-family: inherit;
    cursor: inherit;
    line-height: inherit;
    color: var(--primary-mairos-blue);
    font-weight: 700;
    font-size: .85rem;
    border-bottom: 2px solid var(--primary-mairos-blue);
    text-align: center;
}

.page-template-template-moe-type select:active,
.page-template-template-moe-type select:focus {
    outline: 0;
}

.page-template-template-moe-type .post-number-select:after {
    content: "\f107";
    position: absolute;
    right: 0;
    bottom: 0;
    color: var(--primary-mairos-blue);
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
}

#moe-items .overview-filters {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#moe-items .overview-filters a {
    color: var(--primary-mairos-blue);
}

#moe-items .overview-filters li.divider:last-of-type {
    display: none;
}

#moe-facts .fact {
    border-left: 1px solid var(--primary-mairos-blue);
    border-right: 1px solid var(--primary-mairos-blue);
}

#moe-facts .fact:first-child {
    border-right: 0;
}

#moe-facts .fact:last-child {
    border-left: 0;
}

#moe-facts .fact .value {
    font-size: 2rem;
    font-weight: 700;
    color: #aaa;
}

#moe-facts .fact .value-addon {
    font-size: .9rem;
    font-weight: 700;
    color: #aaa;
}

#moe-facts .fact .title {
    font-size: .9rem;
    text-transform: uppercase;
    color: var(--primary-mairos-blue);
    font-weight: 700;
}

#moe-items.container {
    max-width: 1170px;
}

#moe-items .moe-item {
    position: relative;
    background-color: #E1E4E9;
    margin-bottom: 1rem;
    border: 0;
    padding: 1rem;
    top: 0;
    transition: all .25s ease;
    box-shadow: none;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

#moe-items .moe-item:hover {
    top: -10px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    box-shadow: 0 0 8px 0 #777;
}

#moe-items .moe-item.feat-memb {
    background-color: var(--primary-mairos-blue);
}

#moe-items .moe-item .num-column {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 10%;
    max-width: 90px;
    padding: 15px;
    background-color: #D6DBE1;
}

#moe-items .moe-item .num-column .mark {
    color: #BEC2CC;
    background-color: transparent;
    font-size: 2rem;
    position: relative;
    top: -10px;
    font-weight: 700;
}

#moe-items .moe-item.feat-memb .num-column {
    background-color: #CC8325;
}

#moe-items .moe-item.feat-memb .num-column .mark {
    color: #DAAB7C;
}

#moe-items .moe-item .logo-column .logo {
    width: 80%;
    height: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    padding: 1rem;
    margin-top: 1.5rem;
}

#moe-items .moe-item .logo-column .logo img {
    height: auto;
    width: 100%;
}

#moe-items .moe-item .feat-memb-icon {
    position: absolute;
    font-size: 3rem;
    color: var(--mairos-mid-gray);
    top: 50%;
    right: 2rem;
    transform: translateY(-50%);
    opacity: .25;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

#moe-items .moe-item .info-column h2 {
    margin-top: 0;
    margin-bottom: .25rem;
}

#moe-items .moe-item.feat-memb .info-column,
#moe-items .moe-item.feat-memb .info-column h2 {
    color: #fff;
}

#moe-items .moe-item.feat-memb .info-column i.fas {
    color: var(--primary-mairos-orange);
}

#moe-items .moe-item .info-column p {
    font-size: .85rem;
    margin-bottom: .15rem;
    font-weight: 400;
    color: var(--primary-mairos-blue);
}

#moe-items .moe-item.feat-memb .info-column p {
    color: #fff;
}

#moe-items .moe-item .info-column .blue.comma:last-of-type,
#moe-items .moe-item .info-column .msfd.comma:last-of-type,
#moe-items .moe-item .info-column .vcp.comma:last-of-type,
#moe-items .moe-item .info-column .sc.comma:last-of-type,
#moe-items .moe-item .info-column .divider:last-of-type {
    display: none;
}

#moe-items .moe-item .other-info {
    padding-right: 90px;
}

.single .entity.back {
    position: absolute;
    left: -60px;
    color: var(--primary-mairos-blue);
    font-size: .85rem;
    text-transform: uppercase;
    font-weight: 400;
    top: 8px;
}

.single .cat-title.orange-main {
    margin-top: 0;
    margin-bottom: 0;
    color: var(--primary-mairos-orange);
}

.moe-entity .d-inline-flex .post-thumbnail {
    width: 25%;
}

.moe-entity .d-inline-flex .title {
    width: 75%;
}

.moe-entity .table {
    margin-top: 1.5rem;
}

.moe-entity .table th {
    min-width: 150px;
    max-width: 220px;
    width: 20vw;
    border-right: 1px solid #ccc;
}

.moe-entity .table td,
.moe-entity .table th {
    border-top: 0;
    color: var(--primary-mairos-blue);
    font-weight: 600;
    padding: .5rem .75rem;
    font-size: .85rem;
}

.moe-entity .table td .divider:last-of-type {
    display: none;
}

.moe-entity #map {
    height: 30vh;
    min-height: 300px;
    max-height: 450px;
}

.moe-entity .post-thumbnail .circle-logo {
    width: 80%;
    height: 50px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    overflow: hidden;
    padding: 1rem;
    max-width: 150px;
    border: 1px solid #ddd;
}

.moe-entity .post-thumbnail .circle-logo img {
    height: auto;
    width: 100%;
}

.moe-entity .title .featured .fas {
    color: var(--primary-mairos-orange);
}

.moe-entity .title h1 {
    font-size: 1.75rem:
}

.moe-entity #tabs-apps.nav-tabs {
    width: 100%;
}

.moe-entity #tabs-apps.nav-tabs .nav-link.divider {
    padding: .5rem;
}

.moe-entity #tabs-apps.nav-tabs .nav-link.active {
    color: var(--primary-mairos-orange);
    border: 0;
}

.single .nav-tabs a.nav-link {
    color: var(--primary-mairos-blue);
}

.single .nav-tabs a.nav-link:focus,
.single .nav-tabs a.nav-link:hover {
    border-color: transparent;
    background-color: transparent;
    color: var(--primary-mairos-orange);
}

.single #tab-content .table td a {
    color: var(--primary-mairos-orange);
}

.moe-entity .nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: transparent;
}

.single-moe-research #content.site-content,
.single-moe-experts #content.site-content,
.single-moe-ngo-member #content.site-content,
.single-moe-private-sector #content.site-content,
.single-moe-public-sector #content.site-content {
    padding-top: 2.125rem;
    background-color: #efefef;
}


/*---
Our story
---*/

#timeline {
    background-image: url(inc/assets/images/bubbles-timeline.png), url(inc/assets/images/hor-timeline.png);
    background-position: center top, center center;
    background-size: 100% auto, 85% auto;
    background-repeat: no-repeat, no-repeat;
    padding: 3rem 0;
    min-height: 360px;
    position: relative;
}

#timeline .year-item {
    position: absolute;
    top: 51%;
}

#timeline .year-item.odd {
    top: 19.5%;
}

#timeline .year-item:nth-of-type(2) {
    left: 18%;
}

#timeline .year-item:nth-of-type(3) {
    left: 38%;
}

#timeline .year-item:nth-of-type(4) {
    left: 58.5%;
}

#timeline .year-item:nth-of-type(5) {
    left: 80%;
}

#timeline.six .year-item:nth-of-type(2) {
    left: 15.5%;
}

#timeline.six .year-item:nth-of-type(3) {
    left: 32%;
}

#timeline.six .year-item:nth-of-type(4) {
    left: 47.5%;
}

#timeline.six .year-item:nth-of-type(5) {
    left: 64%;
}

#timeline.six .year-item:nth-of-type(6) {
    left: 81.5%;
}

#timeline .bubble {
    background: rgba(255, 255, 255, .15);
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    text-align: center;
    font-size: 15px;
    padding: 0;
    display: flex;
    width: auto;
    color: #fff;
    position: absolute;
    transform: scale(1);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
}

#timeline .bubble:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
    background: rgba(255, 255, 255, .25);
}

#timeline .bubble .content {
    padding: 2rem;
}

#timeline .bubble .content {
    max-width: 180px;
    min-width: 120px;
}

#timeline .year-item .block .year {
    position: relative;
}

#timeline .year-item .block .year .bubble {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 2rem;
    height: 100%;
    width: auto;
    border: 1.35rem solid rgba(0, 37, 91, .15);
}

#timeline .year-item .block.odd .year .bubble {
    left: 54%;
}

#timeline .year-item .block .year .bubble h3 {
    color: var(--primary-mairos-orange);
    margin: 0;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

#timeline .year-item .block .year p.content {
    position: absolute;
    top: 50%;
    left: 95px;
    max-width: 120px;
    text-align: left;
    font-family: 'DM Sans Bold';
    padding-bottom: 0;
    margin-bottom: 0;
    line-height: 1.25;
    transform: translateY(-50%);
}

#timeline .year-item .block.odd .year p.content {
    left: 25%;
    text-align: right;
}


/*--------------------------------------------------------------
# Become a member
--------------------------------------------------------------*/

main.restricted-width {
    margin: 0 auto;
    max-width: 880px;
    padding: 0 15px;
}

.page-template-template-become-member main.restricted-width .entry-content {
    margin-top: -2.5rem;
}

.page-template-template-become-member section#primary article {
    margin: 0 auto;
}

main.restricted-width p {
    color: var(--primary-mairos-blue);
}

main.restricted-width h2.stylish-title {
    font-size: 3rem;
    padding: 1rem 3rem;
    color: var(--primary-mairos-blue);
    text-align: center;
}

main.restricted-width .entry-content {
    padding-bottom: 2rem;
}

section#signup {
    width: 100%;
    max-width: 880px;
    padding: 0 15px;
    margin: 0 auto 3rem;
}

section#signup .holder {
    margin-bottom: 3rem;
}

#signup #choose-tabs {
    border-bottom: 0;
}

#signup #choose-tabs.nav-tabs .nav-item {
    margin: 0 1.5rem -1px;
}

#signup #choose-tabs.nav-tabs .nav-link {
    border: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

#signup #choose-tabs .nav-link.btn-primary-orange {
    color: var(--primary-mairos-orange);
    background-color: transparent;
    border-color: transparent;
}

#signup #choose-tabs .active.nav-link.btn-primary-orange {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border-color: var(--primary-mairos-orange);
}

#signup #tabs-content .col .block,
#signup #tabs-content .col-4 .block,
#signup #tabs-content .col-6.col-sm-4 .block {
    margin: 1rem;
    background-size: 90px auto;
    background-position: bottom -5px center;
    background-repeat: no-repeat;
    padding: 3rem;
    box-shadow: 0 0 10px #ccc;
    position: relative;
    top: 0;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    align-items: center;
}

#signup #tabs-content .col-4 .block,
#signup #tabs-content .col-6.col-sm-4 .block {
    border-radius: 50%;
}

#signup #tabs-content .col .block h4,
#signup #tabs-content .col-4 .block h4,
#signup #tabs-content .col-6.col-sm-4 h4 {
    font-size: 1.75rem;
    line-height: 1.25;
    color: var(--primary-mairos-blue);
    padding: 2rem;
}

#signup #tabs-content .col:hover .block,
#signup #tabs-content .col-4:hover .block,
#signup #tabs-content .col-6.col-sm-4:hover .block {
    top: -10px;
    box-shadow: 0 0 10px #777;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    background-color: #fff;
}

#signup #tabs-content .col-4:hover a,
#signup #tabs-content .col-6.col-sm-4:hover a,
#signup #tabs-content .col:hover a {
    text-decoration: none;
}

#signup #tabs-content #loginform {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #ccc;
    padding: 15px;
    box-shadow: 0 0 10px #ccc;
}

#signup #tabs-content #loginform input {
    width: 100%;
}

#signup #tabs-content #loginform .login-submit {
    text-align: center;
}

#signup #tabs-content #loginform input#wp-submit {
    color: #fff;
    background-color: var(--primary-mairos-orange) !important;
    border-color: var(--primary-mairos-orange);
    font-weight: bold;
    padding: .35rem 1.5rem;
    border: 1px sold var(--primary-mairos-orange);
    max-width: 200px;
}

#signup #members .col .block {
    border-radius: 50%;
}


/*--------------------------------------------------------------
# Become a member - forms 
--------------------------------------------------------------*/

.page-template-template-bam-forms section#primary article {
    margin-bottom: 0;
}

.page-template-template-bam-forms .entry-content,
.page-template-template-bam-forms section h2.section-title {
    margin-top: 0;
}

.page-template-template-bam-forms #signup .holder {
    border-bottom: 1px solid #ddd;
}

.page-template-template-bam-forms #signup #tabs-apps li a {
    color: #dfd3cb;
    font-size: 1.25rem;
    border-bottom: 0;
}

.page-template-template-bam-forms #signup #tabs-apps li a.active {
    color: var(--primary-mairos-orange);
    border-bottom: 2px solid var(--primary-mairos-orange) !important;
    border: 0;
    pointer-events: none;
}

#signup .instructions {
    max-width: 480px;
    margin: 0 auto;
    color: var(--primary-mairos-blue);
}

#signup .acf-moe-form {
    max-width: 540px;
    margin: 0 auto;
    padding: 2rem 1rem;
    border: 1px solid #ddd;
    box-shadow: 0 0 10px #ccc;
    background-color: #fff;
}

#signup .acf-moe-form .acf-form-submit {
    padding: 1rem 10px 2rem;
}

#signup .acf-form-submit .btn-primary-orange:disabled,
.user-profile .acf-form-submit .btn-primary-orange:disabled {
    background-color: gray;
    border-color: gray;
    opacity: .5;
    cursor: not-allowed;
    color: #aaa !important;
    font-style: italic;
}

.categorychecklist-holder>ul>li>label {
    font-size: 1rem;
}

.acf-taxonomy-field .acf-checkbox-list ul.children li>label {
    font-style: italic;
}

.acf-taxonomy-field .acf-checkbox-list ul.children {
    display: none;
}

.acf-taxonomy-field .acf-checkbox-list li.parent label {
    position: relative;
}

.acf-taxonomy-field .acf-checkbox-list li.parent>label:after {
    position: absolute;
    right: -15px;
    width: 5px;
    height: auto;
    content: '\f054';
    font-family: 'Font Awesome 5 Free';
    bottom: 0;
    transform: rotate(0);
    transition: all .25s ease;
    font-weight: 900;
}

.acf-taxonomy-field .acf-checkbox-list li.parent>label.clicked:after {
    transform: rotate(90deg);
    transition: all .25s ease;
}


/*--------------------------------------------------------------
# Submit idea page
--------------------------------------------------------------*/

.page-template-template-submit #content .container {
    max-width: 1140px;
}

.page-template-template-submit #newsletter .container {
    max-width: 1350px;
}

.page-template-template-submit .features-block {
    border: 1px solid var(--mairos-mid-gray);
    box-shadow: 0 0 4px 0 #ccc;
    padding: 2rem;
}

@media only screen and (min-width:1650px) {
    .page-template-template-submit .features-block {
        margin-top: 5rem;
    }
}

.page-template-template-submit .section-title {
    margin-top: 0;
}

.page-template-template-submit .features-block ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.page-template-template-submit .features-block ul li {
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
    padding-left: 35px;
    position: relative;
    line-height: 1.2;
    margin-bottom: 0.5rem;
    color: #212529;
}

.page-template-template-submit .features-block ul li i {
    color: var(--primary-mairos-orange);
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
}

.page-template-template-submit .bubble-wrap {
    height: 400px;
    max-width: 800px;
    background-image: url('inc/assets/images/services-bubbles.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    margin: 0 auto;
}

.page-template-template-submit .outer-bubble:nth-child(1) {
    width: 185px;
    height: 185px;
    top: 12%;
    left: 17%;
    z-index: 10;
}

.page-template-template-submit .outer-bubble:nth-child(1) .title {
    top: 50%;
    left: -150px;
    width: 125px;
    text-align: right;
    transform: translateY(-50%);
    font-family: 'DM Sans Bold';
}

.page-template-template-submit .outer-bubble:nth-child(2) {
    width: 170px;
    height: 170px;
    top: 37%;
    right: 16%;
    z-index: 11;
    left: unset;
}

.page-template-template-submit .outer-bubble:nth-child(2) .title {
    top: 50%;
    right: -145px;
    left: unset;
    width: 130px;
    transform: translateY(-50%);
    font-family: 'DM Sans Bold';
}

.page-template-template-submit .outer-bubble:nth-child(3) {
    width: 165px;
    height: 165px;
    top: 9%;
    left: 15%;
    right: 0;
    margin: auto;
    z-index: 10;
}

.page-template-template-submit .outer-bubble:nth-child(3) .title {
    top: 30%;
    right: -135px;
    max-width: 120px;
    transform: translateY(-50%);
    font-family: 'DM Sans Bold';
}

.page-template-template-submit .outer-bubble:nth-child(4) {
    width: 175px;
    height: 175px;
    top: 49%;
    right: 47%;
    z-index: 11;
}

.page-template-template-submit .outer-bubble:nth-child(4) .title {
    top: 65%;
    width: 120px;
    font-family: 'DM Sans Bold';
    left: -140px;
    transform: translateY(-50%);
    text-align: right;
}

#submit .fieldset {
    display: inline-flex;
}

#submit .fieldset .fieldset-label {
    width: 29%;
    padding: 40px 70px 40px 40px;
}

#submit .fieldset .fieldset-label,
#submit .fieldset .field-group-items {
    border-radius: 1 px;
    box-shadow: -10px 5px 20px 0 rgb(0 0 0 / 9%);
    background-color: rgba(255, 255, 255, .73);
    float: left;
}

#submit .fieldset .field-group-items {
    width: 71%;
    padding: 40px 70px 40px 40px;
}

section#ideas {
    background-color: var(--primary-mairos-blue);
    padding: 2rem 3rem;
}

section#ideas .recent-ideas .idea-block {
    background-color: #fff;
    margin-bottom: 1.5rem;
}

section#ideas .row.mx-auto,
section#marketplace-oppos .row.mx-auto {
    max-width: 1140px;
}

section#marketplace-oppos {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.page-template-template-submit #marketplace-oppos .title-holder {
    align-items: center;
}

.page-template-template-submit #marketplace-oppos .title-holder h3 {
    font-size: 1.45rem;
    margin: .25rem 0 1rem;
    line-height: 1.3;
}

.page-template-template-submit #marketplace-oppos a .block {
    box-shadow: none;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    padding: 1rem 2rem;
    position: relative;
    top: 0;
}

.page-template-template-submit #marketplace-oppos a:hover .block {
    box-shadow: 0 0 10px #ccc;
    transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    top: -10px;
}

.page-template-template-submit #marketplace-oppos .content p {
    color: var(--primary-mairos-orange);
}

.idea-block .type {
    border-bottom: 1px solid #ccc;
    padding: .5rem 1rem;
    font-size: .85rem;
    color: var(--primary-mairos-blue);
}

.idea-block .title h3 {
    padding: .5rem 1rem;
    font-size: 1.75rem;
    font-family: 'DM Sans';
    margin: 0;
    line-height: 1.25;
}

.idea-block .category p {
    padding: .5rem 1rem 1rem 2.5rem;
    position: relative;
    font-size: .95rem;
}

.idea-block .category p .divider:last-of-type {
    display: none;
}

.idea-block .category p:before {
    position: absolute;
    content: '';
    height: 8px;
    width: 8px;
    left: 1rem;
    top: 1rem;
}

.idea-block.off .category p:before {
    background-color: green;
}

.idea-block.req .category p:before {
    background-color: red;
}

#ideas .more-ideas {
    color: #ccc;
}

section#submit {
    padding: 5rem 1rem;
}

#submit label,
#submit input,
#submit select,
#submit textarea {
    width: 100%;
}

#submit label {
    margin-top: 1.5rem;
    position: relative;
}

#submit input::placeholder,
#submit textarea::placeholder {
    color: #777;
}

#submit input[type="checkbox"] {
    width: auto;
}

.single-idea h1.section-title {
    padding-bottom: 0;
    margin-bottom: 0;
}

.single-idea .info .row {
    border-bottom: 1px solid #eee;
    padding: .5rem;
}

.single-idea .info .row>div {
    color: var(--primary-mairos-blue);
    line-height: 1.55;
}

.single-idea .info .row .col-12.col-md-4 {
    font-family: 'DM Sans Medium';
    color: var(--primary-mairos-blue);
}


/*--------------------------------------------------------------
# User profile page
--------------------------------------------------------------*/

.page-template-template-user section#primary .container,
.page-template-template-profile section#primary .container {
    max-width: 1500px;
}

.user-profile .profile,
.user-profile .account-data {
    background-color: #fff;
    box-shadow: 0 0 8px #ccc;
    padding: 2rem;
    position: relative;
}

.user-profile .profile .image-holder {
    position: relative;
    min-height: 100px;
}

.user-profile .profile .profile-image {
    width: 120px;
    height: 120px;
    background-color: #f4f4f4;
    margin: 0 auto;
    border-radius: 50%;
    overflow: hidden;
}

.user-profile .profile .name h3 {
    color: var(--primary-mairos-blue);
    font-size: 1.5rem;
    line-height: 1.45;
}

.user-profile .profile .editor a {
    padding: .75rem .5rem .75rem 2.5rem;
    color: rgba(0, 37, 91, .35);
    background-image: url('inc/assets/images/edit.png');
    background-position: left center;
    background-size: 35px auto;
    background-repeat: no-repeat;
}

.user-profile .acc-nav {
    margin-top: 2rem;
    box-shadow: 0 0 8px #ccc;
    background-color: #f4f4f4;
    padding: 2rem 0 5rem;
}

.user-profile .acc-nav ul {
    list-style: none;
    padding-left: 0;
}

.user-profile .acc-nav ul li.acc-subnav {
    width: 100%;
    padding: 0 1.5rem;
    border-left: 5px solid transparent;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.user-profile .acc-nav ul li.acc-subnav .child-nav {
    position: relative;
    height: 0;
    z-index: -5;
    opacity: 0;
}

.user-profile .acc-nav ul li.acc-subnav>div {
    border-left: 5px solid transparent;
}

.user-profile .acc-nav ul li.acc-subnav.active>div,
.user-profile .acc-nav ul li.acc-subnav:hover>div {
    background-color: #fff;
    border-left: 5px solid var(--primary-mairos-orange);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
    cursor: pointer;
}

.user-profile .acc-nav ul li.acc-subnav.active .acc-text i,
.user-profile .acc-nav ul li.acc-subnav:hover .acc-text i {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.user-profile .acc-nav ul li.acc-subnav.active .child-nav,
.user-profile .acc-nav ul li.acc-subnav:hover .child-nav {
    height: auto;
    opacity: 1;
    z-index: 5;
}

.user-profile .acc-nav ul li.acc-subnav a {
    display: inline-flex;
    color: rgba(0, 37, 91, .35);
}

.user-profile .acc-nav ul li.acc-subnav.active a,
.user-profile .acc-nav ul li.acc-subnav:hover a {
    color: var(--primary-mairos-blue);
}

.user-profile .acc-nav .newsletter-part {
    width: 100%;
}

.user-profile .acc-nav .acc-subnav .icon {
    padding: 5px 10px;
}

.user-profile .acc-nav .acc-subnav a .icon {
    color: var(--primary-mairos-orange);
    font-size: 1.65rem;
    margin-left: 5px;
}

.user-profile .acc-nav .acc-subnav a .icon>div {
    width: 35px;
    height: 35px;
    text-align: center;
}

.user-profile .acc-nav .acc-subnav a .acc-text {
    color: rgba(0, 37, 91, 1);
}

.user-profile .acc-nav .acc-subnav .icon img {
    min-width: 35px;
    width: 35px;
    height: 35px;
}

.user-profile .acc-data>div {
    border-bottom: 1px solid rgba(0, 37, 91, .15);
    padding-bottom: .125rem;
    margin-bottom: 1.25rem;
    font-size: .875rem;
    font-family: 'DM Sans';
    color: var(--primary-mairos-blue);
}

.user-profile .acc-data .comma:last-of-type {
    display: none;
}

.user-profile .acc-data p {
    margin-bottom: 0.5rem;
    color: var(--primary-mairos-blue);
}

.user-profile .freemium-data {
    position: relative;
    display: inline-block;
}

.user-profile .freemium-data .tooltiptext a {
    color: var(--primary-mairos-blue);
}

.user-profile .freemium-data .tooltiptext {
    visibility: hidden;
    width: 100%;
    background-color: var(--primary-mairos-orange);
    color: #fff;
    text-align: center;
    padding: .5rem;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    max-width: 400px;
    transition: visibility .35s ease;
}

.user-profile .freemium-data:hover .tooltiptext {
    visibility: visible;
    transition: visibility .35s ease;
}

.user-profile #manage-interests #message {
    display: none;
}

.user-profile #manage-interests .close {
    cursor: pointer;
    top: 3rem;
}

.user-profile #manage-interests .form {
    position: relative;
    width: 100%;
}

.user-profile .dih-interests #show-interests-form {
    color: var(--primary-mairos-orange);
}

#acc-updates .block {
    padding: 1rem 1rem 2rem;
    box-shadow: none;
}

#acc-updates {
    width: 100%;
    background-color: #fff;
    background-image: url('inc/assets/images/profile-news.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    padding-top: 10rem;
    margin-top: -5rem;
}

#acc-updates a {
    color: var(--primary-mairos-blue);
}

#acc-updates .block:hover {
    box-shadow: 0 0 8px #ccc;
}

#acc-updates .block h3 {
    color: var(--primary-mairos-blue);
    font-size: 1.35rem;
    font-family: 'DM Sans';
    font-weight: 700;
    margin-top: 0;
    margin-bottom: .25rem;
    line-height: 1.25;
}

#acc-updates .block p.category {
    text-transform: uppercase;
    font-size: .85rem;
    font-family: 'DM Sans';
    font-weight: 400;
}

#acc-updates .block p.category .comma:last-of-type {
    display: none;
}

#acc-updates .block .read-more {
    margin-bottom: .25rem;
}

.page-template #newsletter {
    margin-bottom: -3.75rem;
    background-color: #fff;
    padding-bottom: 3rem;
    padding-top: 3rem;
}

.user-profile .acc-block .project-form,
.user-profile .acc-block .key-res-form,
.user-profile .acc-block .services-form,
.user-profile .acc-block .expert-form,
.user-profile .acc-block .expertise-form,
.user-profile .acc-block .idea-form {
    position: relative;
}

.user-profile .acc-block .example-title {
    position: relative;
    left: -40px;
    color: var(--primary-mairos-blue);
}

.user-profile .acc-block .close {
    position: absolute;
    top: 15px;
    right: 15px;
    z-index: 15;
    opacity: 1;
}

.single ul.list li.list-item .show-more .fas.fa-chevron-right,
.user-profile .fas.fa-chevron-right {
    font-weight: 900;
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    transform: rotate(0);
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transition: all .25s ease;
}

.single ul.list li.list-item .show-more.active .fas.fa-chevron-right,
.user-profile ul.list .show-more.active .fas.fa-chevron-right {
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transition: all .25s ease;
}

.single ul.list li.list-item,
.user-profile .acc-block ul.list li.list-item {
    position: relative;
}

.single ul.list li.list-item .d-block.show-more,
.user-profile .acc-block ul.list li.list-item .d-block.show-more {
    font-family: 'DM Sans Medium';
    cursor: pointer;
}

.user-profile .acc-block ul.list.polls-surveys li.list-item .d-block.show-more a {
    color: var(--primary-mairos-blue);
}

.user-profile .acc-block ul.list.polls-surveys li.list-item .d-block.show-more a:hover {
    color: var(--primary-mairos-orange);
}

.user-profile .acc-block ul.list li.list-item .del-item {
    position: relative;
    top: -10px;
    opacity: 1;
    visibility: visible;
    border: 1px solid red;
    padding: .25rem .5rem;
    background-color: red;
    color: #fff;
    border-radius: 4px;
    font-family: 'DM Sans Bold';
}

.user-profile .acc-block .edit-form {
    position: relative;
    top: -14px;
    opacity: 1;
    visibility: visible;
    border: 1px solid orange;
    padding: .125rem .5rem .25rem;
    background-color: orange;
    color: #fff;
    border-radius: 4px;
    font-family: 'DM Sans Bold';
    float: left;
    margin-right: 8px;
    height: 31px;
    font-weight: 400;
    line-height: 1.5;
    font-size: 1rem;
    cursor: pointer;
}

.single ul.list li.list-item .description,
.user-profile .acc-block .description {
    display: block;
}

.single ul.list li.list-item .description.d-none,
.user-profile .acc-block .description.d-none {
    display: none;
}

.user-profile .acc-block ul.list li table {
    max-width: 460px;
    font-size: .9rem;
}

.user-profile .acc-block ul.list table tr {
    border-bottom: 1px solid #ddd;
    margin-bottom: 5px;
}

.user-profile .acc-block ul.list table td:first-child {
    width: 35%;
    padding: .5rem;
    font-family: 'DM Sans Medium';
}

.user-profile .acc-block ul.list table td:last-child {
    width: 65%;
    padding: .5rem;
}

.page-template-template-profile #id_confrmdiv {
    display: none;
    background-color: #eee;
    border-radius: 5px;
    border: 1px solid #aaa;
    position: fixed;
    width: 300px;
    left: 50%;
    padding: 6px 8px 8px;
    box-sizing: border-box;
    text-align: center;
    top: 50%;
    transform: translate(-50%, -50%);
}

.page-template-template-profile #id_confrmdiv button {
    background-color: #ccc;
    display: inline-block;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 2px;
    text-align: center;
    width: 80px;
    cursor: pointer;
}

.page-template-template-profile #id_confrmdiv button:hover {
    background-color: #ddd;
}

.page-template-template-profile #confirmBox .message {
    text-align: left;
    margin-bottom: 8px;
}

.page-tempplate-template-profile .acc-block .bbp-search-form {
    display: none;
}


/*--------------------------------------------------------------
# Community page
--------------------------------------------------------------*/

.page-template-template-community #primary .container {
    max-width: 1170px;
}

.page-template-template-community section h2.section-title {
    margin-top: -1.5rem;
}

.comm-blocks .comm-item {
    padding: 1rem;
    border: 1px solid transparent;
    background-color: #fff;
    background-size: 40% auto;
    background-position: bottom right;
    background-repeat: no-repeat;
    position: relative;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    top: 0;
    box-shadow: none;
}

.comm-blocks {
    max-width: 850px;
    margin: 0 auto;
}

.comm-blocks .comm-item:hover {
    top: -10px;
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    box-shadow: 0 0 8px 0 #777;
    border: 1px solid #ccc;
}

.comm-blocks .comm-item.disable-anim:hover {
    top: 0;
    border: 1px solid transparent;
    box-shadow: none;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}

.comm-blocks .comm-item a {
    color: var(--primary-mairos-blue);
    text-decoration: none;
}

.comm-blocks .comm-item a:hover {
    text-decoration: none;
}

.comm-blocks .comm-item .title h2 {
    color: var(--primary-mairos-blue);
    font-weight: 500;
    text-align: center;
}

.comm-blocks .comm-item .title {
    position: relative;
}

.comm-item .image img {
    max-width: 100px;
}

.user-profile p.error-notification {
    border: 2px solid red;
    color: var(--primary-mairos-blue);
    padding: 1rem;
    position: relative;
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all .35s ease;
}

.user-profile p.error-notification a {
    color: var(--primary-mairos-orange);
}


/* Freemium alerts */

.user-profile .freemium-alert {
    border: 2px solid red;
    color: var(--primary-mairos-blue);
    padding: 1.5rem 2rem;
    position: relative;
    visibility: visible;
    height: auto;
    opacity: 1;
    transition: all .35s ease;
}

.user-profile .freemium-alert.hide-notice {
    height: 0;
    padding: 0;
    opacity: 0;
    visibility: hidden;
    transition: all .35s ease;
}

.user-profile .freemium-alert .close {
    position: absolute;
    top: .25rem;
    right: .25rem;
    width: 25px;
    height: 25px;
    color: red;
    z-index: 2;
    cursor: pointer;
    opacity: 1;
}

.user-profile .freemium-alert p {
    margin-bottom: 0;
}

.user-profile .freemium-alert a {
    color: var(--primary-mairos-orange);
}


/*--------------------------------------------------------------
# Fundings, Fundings Archive & Fundings Single
--------------------------------------------------------------*/

.page-template-template-fundings section h2.section-title {
    margin-top: -1.5rem;
}

.page-template-template-fundings.page-parent .col-12.content-block {
    max-width: 850px;
    margin: 0 auto;
}

section .content-block a {
    color: var(--primary-mairos-orange);
}

section#fundings {
    padding-top: 2rem;
    padding-bottom: 3rem;
    max-width: 1140px;
    margin: 0 auto;
}

section#fundings.archive {
    padding-top: 0;
}

section#fundings .cat-filter {
    margin-bottom: .5rem;
}

section#fundings .ajax-filter-form ul.filter-items {
    padding: 0;
    list-style-type: none;
}

section#fundings .ajax-filter-form ul.filter-items li {
    cursor: pointer;
    transition: color .25s ease;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    -ms-transition: color .25s ease;
    -o-transition: color .25s ease;
    font-family: 'DM Sans Bold';
}

section#fundings .ajax-filter-form ul.filter-items li:hover {
    color: var(--primary-mairos-orange);
    transition: color .25s ease;
    -webkit-transition: color .25s ease;
    -moz-transition: color .25s ease;
    -ms-transition: color .25s ease;
    -o-transition: color .25s ease;
}

section#fundings .ajax-filter-form .filter-items .divider:last-of-type {
    display: none;
}

section#fundings .ajax-filter-form .filter-items .divider {
    margin-left: 1rem;
    margin-right: 1rem;
}

#funding-posts .post {
    margin-bottom: 2rem;
}

#funding-posts .post a {
    padding: 1.5rem 1rem;
    display: block;
    border: 1px solid #ddd;
    box-shadow: none;
    position: relative;
    top: 0;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    background-color: #fff;
}

#funding-posts .post:hover a {
    top: -15px;
    transition: all .35s ease-in;
    -webkit-transition: all .35s ease-in;
    -moz-transition: all .35s ease-in;
    -ms-transition: all .35s ease-in;
    -o-transition: all .35s ease-in;
    box-shadow: 0 0 5px 0 #ccc;
}

#funding-posts .post a .post-date {
    font-size: .85rem;
    color: var(--primary-mairos-orange);
    font-weight: 400;
    padding-bottom: .25rem;
}

#funding-posts .post a .duration {
    color: var(--primary-mairos-blue);
    font-size: .8rem;
    border-top: 1px solid #eee;
    padding-top: .25rem;
    padding-bottom: .25rem;
}

#funding-posts .post a .title h3 {
    margin-top: .85rem;
    margin-bottom: 1.5rem;
    font-size: 1.35rem;
    line-height: 1.25;
}

#funding-posts .funding .more-btn {
    color: var(--primary-mairos-orange);
}

#funding-posts .post a .cat .news-cat {
    font-weight: 700;
    text-transform: uppercase;
    color: var(--primary-mairos-blue);
    font-size: .8rem;
}

.single-fundings .btn-fade-orange {
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.single-fundings .btn-fade-orange:hover {
    color: #fff;
    border: 1px solid rgba(238, 148, 31, .1);
    background-color: var(--btn-mairos-orange);
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
    -moz-transition: all .35s ease;
    -ms-transition: all .35s ease;
    -o-transition: all .35s ease;
}

.single-fundings a.read-more,
.single-fundings .description a {
    color: var(--primary-mairos-orange);
}

.single-fundings #content.site-content {
    background-color: #efefef;
}

.single-fundings #content.site-content h1 {
    margin-top: 0;
}

.single-fundings .entry-content {
    margin-top: 0;
}

.page-template-template-submit-single #content .container {
    max-width: 1140px;
}

.page-template-template-submit-single #newsletter .container {
    max-width: 1350px;
}


/*--------------------------------------------------------------
# FAQ page
--------------------------------------------------------------*/

.page-template-template-faq #page_container {
    padding: 1rem 0 5rem;
}

.page-template-template-faq .restricted-width {
    max-width: 850px;
    padding: 0 2rem;
    margin: 0 auto;
}

#accordion_search_bar_container {
    position: relative;
    max-width: 480px;
    margin: 0 auto;
}

#accordion_search_bar_container:after {
    color: var(--primary-mairos-blue);
    content: "\f002";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 10px;
    bottom: 10px;
}

#accordion_search_bar_container #accordion_search_bar {
    display: block;
    margin: 10px auto;
    width: 100%;
    padding: 7px 1rem;
    border: 1px solid var(--mairos-mid-gray);
    border-radius: 0;
    outline: 0;
    position: relative;
}

#accordion_search_bar_container #accordion_search_bar::placeholder {
    color: #555;
}

.page-template-template-faq #faq-accordion {
    max-width: 780px;
    margin: 0 auto;
    padding: 2rem 0;
}

.page-template-template-faq .card.panel {
    background-color: transparent;
}


/*--------------------------------------------------------------
# Services
--------------------------------------------------------------*/

.page-template-default #primary .bubble-wrap {
    max-width: 800px;
    background-image: url('inc/assets/images/services-bubbles.png');
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 0 auto;
    min-height: 400px;
    position: relative;
}

a.outer-bubble {
    border-radius: 50%;
    position: absolute;
    display: block;
    border: 2.5rem solid rgba(0, 37, 91, .05);
    transform: scale(1);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

a.outer-bubble:nth-child(1) {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(0, 37, 91, 0);
    animation: pulse-gray 10s infinite;
    -webkit-animation-delay: 6s;
    animation-delay: 6s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}

a.outer-bubble:nth-child(2) {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(0, 37, 91, 0);
    animation: pulse-gray 10s infinite;
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}

a.outer-bubble:nth-child(3) {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 1);
    box-shadow: 0 0 0 0 rgba(0, 37, 91, 0);
    animation: pulse-gray 10s infinite;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}

a.outer-bubble:nth-child(4) {
    box-shadow: 0 0 0 0 rgba(0, 37, 91, 0);
    animation: pulse-gray 10s infinite;
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}

a.outer-bubble:nth-child(5) {
    box-shadow: 0 0 0 0 rgba(0, 37, 91, 0);
    animation: pulse-gray 10s infinite;
    -webkit-animation-delay: 10s;
    animation-delay: 10s;
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
}

@keyframes pulse-gray {
    7% {
        transform: scale(1.1);
        box-shadow: 0 0 0 0 rgba(0, 37, 91, 0.35);
    }
    15% {
        transform: scale(1);
        box-shadow: 0 0 0 10px rgba(0, 37, 91, 0);
    }
}

a.outer-bubble:hover {
    transform: scale(1.15);
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.outer-bubble .item-bubble {
    background-color: #fff;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    padding: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
}

.outer-bubble .item-bubble+.title {
    position: absolute;
    color: var(--primary-mairos-blue);
    font-family: 'DM Sans Bold';
}

.outer-bubble .item-bubble .icon {
    display: block;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.outer-bubble .item-bubble .icon img {
    width: 55px;
    height: auto;
}

.outer-bubble:nth-child(1) {
    width: 185px;
    height: 185px;
    top: 12%;
    left: 10%;
    z-index: 10;
}


/*.outer-bubble:nth-child(1) .title {
        top: -16px;
        left: -50px;
        width: 90px;
        text-align: right;
    }*/

.outer-bubble:nth-child(1) .title {
    top: 50%;
    left: -105px;
    width: 90px;
    text-align: right;
    transform: translateY(-50%);
}

.outer-bubble:nth-child(2) {
    width: 170px;
    height: 170px;
    top: 45%;
    left: 28%;
    z-index: 11;
}


/*
    .outer-bubble:nth-child(2) .title {
        bottom: -25px;
        left: -35px;
    }*/

.outer-bubble:nth-child(2) .title {
    top: 50%;
    left: -95px;
    text-align: right;
    width: 80px;
    transform: translateY(-50%);
}

.outer-bubble:nth-child(3) {
    width: 165px;
    height: 165px;
    top: 9%;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}


/*
    .outer-bubble:nth-child(3) .title {
        top: -25px;
        right: -90px;
        max-width: 120px;
    }*/

.outer-bubble:nth-child(3) .title {
    top: 50%;
    right: -130px;
    max-width: 120px;
    transform: translateY(-50%);
}

.outer-bubble:nth-child(4) {
    width: 175px;
    height: 175px;
    top: 49%;
    right: 29%;
    z-index: 11;
}


/*
    .outer-bubble:nth-child(4) .title {
        bottom: -15px;
        right: -100px;
        width: 120px;
    }
    */

.outer-bubble:nth-child(4) .title {
    right: -130px;
    width: 120px;
    top: 50%;
    transform: translateY(-50%);
}

.outer-bubble:nth-child(5) {
    width: 160px;
    height: 160px;
    top: 22%;
    right: 9%;
    z-index: 11;
}

.outer-bubble:nth-child(5) .title {
    top: 20%;
    right: -110px;
    width: 100px;
}


/*--------------------------------------------------------------
Services sub pages form 
--------------------------------------------------------------*/

#hint-submit {
    background-color: rgba(0, 0, 0, .35);
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

#hint-submit #form_signup {
    background-color: #efefef;
    position: absolute;
    width: 100%;
    max-width: 380px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 15px;
}

#hint-submit #form_signup h2 {
    margin-top: 0;
    padding-right: 20px;
}

#hint-submit #form_signup .close-hint {
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1015;
    opacity: 1;
    cursor: pointer;
    width: 20px;
    height: 20px;
    font-size: 1.25rem;
    color: var(--primary-mairos-blue);
}

#hint-submit #form_signup .gfield label {
    font-family: 'DM Sans Medium';
    width: 100%;
    margin: .5rem 0 0.25rem;
    font-weight: 500;
}

#hint-submit #form_signup .gfield input {
    background-color: rgba(255, 255, 255, 0.85);
    padding: .5rem 1rem;
    color: var(--primary-mairos-blue);
    font-size: .9rem;
    width: 100%;
    max-width: 100%;
    border: 0;
    height: 40px;
}

#hint-submit #form_signup .gfield textarea {
    max-width: 100%;
    width: 100%;
    resize: none;
    color: var(--primary-mairos-blue);
    font-size: .9rem;
    background-color: rgba(255, 255, 255, 0.85);
    box-shadow: none;
    border: 0;
}

#hint-submit #form_signup .gform_footer {
    text-align: center;
    margin-top: 1rem;
    margin-bottom: .5rem;
}


/*--------------------------------------------------------------
# Other pages - content
--------------------------------------------------------------*/

.contact-form .wpcf7-form.init {
    border: 1px solid #aaa;
    padding: 1rem;
    box-shadow: 0 0 5px 0 #aaa;
    background-color: #fff;
}

.contact-form .wpcf7 h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.2rem;
}

.contact-form .wpcf7 label {
    width: 100%;
}

.contact-form .wpcf7 .your-message textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
    height: 120px;
    overflow-y: auto;
}

.contact-form .wpcf7 .form-control {
    height: calc(1em + 0.75rem + 2px);
}

.contact-form .wpcf7 form>p {
    margin-bottom: 0;
}


/*--------------------------------------------------------------
# Forums
--------------------------------------------------------------*/

li.bbp-topic-voice-count {
    display: none !important;
}


/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
    html {
        font-size: 95%;
    }
}

@media screen and (max-width: 1199px) {
    .navbar-dark .dropdown-item {
        color: #fff;
    }
    .navbar-nav .dropdown-menu {
        background: transparent;
        box-shadow: none;
        border: none;
    }
}


/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
    html {
        font-size: 90%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
    html {
        font-size: 85%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
    html {
        font-size: 80%;
    }
}


/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
    html {
        font-size: 75%;
    }
}


/* TEST CSS */

.fa-2x {
    font-size: 2em;
}

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

nav.test-menu {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

nav.test-menu ul,
nav.test-menu li {
    outline: 0;
    margin: 0 0 .75rem;
    padding: 0 5px;
    list-style: none;
}

nav.test-menu li {
    position: relative;
    width: 65px;
    left: -5px;
}

.test-menu li .icon {
    padding-left: 5px;
}

nav.test-menu li a {
    position: relative;
}

.has-subnav .fa {
    position: relative;
    display: flex;
    flex-flow: column;
    width: 60px;
    align-items: center;
    /* height: 36px; */
    justify-content: center;
    font-size: 30px;
    /* border-bottom: 1px solid #eeeeef; */
    /* padding: 25px 10px; */
}

.fa-bars {
    margin-top: -31px;
    font-size: 25px;
}

.test-menu {
    position: fixed;
    min-height: 100px;
    background-color: rgba(249, 159, 28, .17);
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    padding: 2rem .75rem;
    z-index: 100;
    width: 60px;
    -webkit-transition: width .05s linear;
    transition: width .05s linear;
    z-index: 1000;
}

.test-menu li {
    position: relative;
    width: 60px;
}

.test-menu li>a {
    position: relative;
    display: flex;
    color: #999;
    height: 40px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    -webkit-transform: translateZ(0) scale(1, 1);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.test-menu .nav-icon {
    position: relative;
    display: table-cell;
    width: 60px;
    height: 36px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
}

.test-menu .nav-text {
    position: absolute;
    visibility: hidden;
    width: 0px;
    color: var(--primary-mairos-orange);
    font-family: 'DM Sans';
    font-weight: 700;
}

.test-menu>ul.logout {
    position: absolute;
    left: 0;
    bottom: 0;
}

.no-touch .scrollable.hover {
    overflow-y: hidden;
}

.no-touch .scrollable.hover:hover {
    overflow-y: auto;
    overflow: visible;
}

.test-menu li:hover>a,
nav.test-menu li.active>a,
.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus,
.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus,
.no-touch .dashboard-page nav.dashboard-menu ul li:hover a,
.dashboard-page nav.dashboard-menu ul li.active a {
    color: #fff;
}

li:hover span.nav-text {
    display: flex;
    justify-content: center;
    align-items: center;
    left: 50px;
    visibility: visible;
    transition: all 0.2s linear;
    width: 170px;
    height: 40px;
    background-color: #fff;
    color: var(--primary-mairos-orange);
    font-family: 'DM Sans';
    font-weight: 700;
}

.test-menu li a:hover {
    background-color: #fff;
    position: relative;
    transition: all .3s ease;
}


/* Calendar */

.mec-calendar .mec-selected-day,
.mec-calendar .mec-selected-day:hover {
    background: var(--primary-mairos-orange);
    color: #fff;
}

.mec-calendar .mec-has-event::after {
    background-color: var(--primary-mairos-orange);
    bottom: 5px;
}

.mec-calendar-side .mec-calendar-table {
    min-height: 320px;
}

.mec-calendar dt {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 20px;
}

.mec-calendar-day {
    background-color: gray;
}

.mec-calendar-day.mec-has-event.mec-selected-day {
    background-color: var(--primary-mairos-blue);
}

.mec-calendar dt a {
    font-weight: 700;
}

#events .mec-calendar {
    border: 0;
    box-shadow: none;
}

#events .mec-box-calendar.mec-calendar .mec-calendar-side.mec-clear {
    background-color: #fff;
    box-shadow: 0 0 8px #ccc;
}

#events .mec-box-calendar.mec-calendar .mec-calendar-table-head dt {
    border: 0;
    background-color: transparent;
    color: var(--primary-mairos-blue);
    text-transform: capitalize;
}

#events .mec-box-calendar.mec-calendar dt {
    border: 0;
}

#events .mec-calendar dl {
    width: 100%;
}

#events .mec-next-month a,
#events .mec-previous-month a {
    font-size: 0;
}

#events .mec-calendar .mec-calendar-side .mec-next-month i,
#events .mec-calendar .mec-calendar-side .mec-previous-month i {
    font-size: 20px;
    color: var(--primary-mairos-blue);
    cursor: pointer;
}

#events .mec-calendar .mec-calendar-header h2 {
    text-transform: capitalize;
    font-size: 22px;
    font-family: 'DM Sans';
    font-weight: 700;
    color: var(--primary-mairos-blue);
    margin-top: 0;
}

#events .mec-calendar-side.mec-clear dt {
    font-family: 'DM Sans';
}

#events .mec-calendar-row.current-week dt {
    background-color: rgba(0, 37, 91, .15);
}

#events .filters a {
    padding: .5rem 2rem;
    color: var(--primary-mairos-blue);
}

#events .filters a:hover,
#events .filters a.filter-event-item.active {
    color: var(--primary-mairos-orange);
}

#events .upcoming h3 {
    margin-top: 0;
    text-transform: uppercase;
    color: var(--primary-mairos-blue);
    padding: 0 40px;
}

#events .mec-calendar .mec-selected-day,
#events .mec-calendar .mec-selected-day:hover {
    background: var(--primary-mairos-blue);
    color: #fff;
}

#events .mec-calendar .mec-calendar-row dt.mec-has-event.mec-selected-day a,
#events .mec-calendar .mec-calendar-row dt.mec-has-event:hover a {
    color: #fff;
    background-color: var(--primary-mairos-blue);
}

#events .mec-calendar-row.current-week dt.mec-selected-day {
    background-color: var(--primary-mairos-blue);
}

#events .mec-calendar .mec-event-article .mec-event-time {
    font-size: 13px;
    line-height: 1.1;
    margin: 0;
    color: var(--primary-mairos-orange);
    font-family: 'DM Sans';
    font-weight: 500;
}

#events .mec-calendar .mec-event-article .mec-event-title {
    font-size: 20px;
    padding: 0;
    margin: 10px 0 8px;
    font-weight: 700;
    text-transform: unset;
    font-family: 'DM Sans';
    color: var(--primary-mairos-blue);
}

#events .mec-calendar .mec-event-article .mec-event-title a:hover {
    color: var(--primary-mairos-orange);
}

#events .mec-calendar .mec-event-article:hover {
    background-color: rgba(0, 37, 91, 0.1);
}

#events .mec-calendar .mec-event-article {
    padding: 1rem;
    position: relative;
}

#events .mec-calendar .mec-event-article:after {
    position: absolute;
    content: '';
    width: 75px;
    height: 1px;
    background-color: var(--primary-mairos-blue);
    bottom: 1px;
    left: 1rem;
}

#events .mec-calendar .mec-event-footer {
    display: none;
}

#events .mec-calendar .mec-detailed-time-wrapper .time {
    display: none;
}

#events .mec-box-calendar.mec-calendar .mec-calendar-events-side {
    border: none;
    background-color: #f4f4f4;
}

#events .mec-calendar .mec-calendar-events-side .mec-table-side-title {
    font-family: 'DM Sans';
    font-size: 1rem;
    margin: 0;
    text-align: left;
    padding: 0 1rem;
}

#events .mec-calendar .mec-calendar-events-side .mec-table-side-day {
    font-size: 1rem;
    font-weight: 700;
    padding: 0;
    border: 0;
    color: var(--primary-mairos-orange);
    font-family: 'DM Sans';
    text-transform: lowercase;
}

#events .mec-box-calendar.mec-calendar .mec-calendar-events-side .mec-month-side {
    max-height: 420px;
    display: block;
    overflow-y: auto;
}

#events .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
#events .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
    border: 0;
}

#events .mec-search-form.mec-totalcal-box {
    display: none !important;
}

.mec-event-content p,
.mec-search-bar-result .mec-event-detail {
    font-family: 'DM Sans' !important;
    color: var(--primary-mairos-blue);
    font-weight: 400;
}

.post-type-archive-mec-events .mec-wrap .mec-event-article .mec-color-hover {
    color: var(--primary-mairos-blue);
}

.post-type-archive-mec-events .mec-wrap .mec-event-article .mec-color-hover:hover {
    color: var(--primary-mairos-orange);
}

.post-type-archive-mec-events .mec-wrap .mec-event-article .mec-event-description {
    font-family: 'DM Sans' !important;
    color: var(--primary-mairos-blue);
    font-weight: 400;
}

.mec-color,
.mec-color-before :before,
.mec-color-hover:hover,
.mec-wrap .mec-color,
.mec-wrap .mec-color-before :before,
.mec-wrap .mec-color-hover:hover {
    color: var(--primary-mairos-blue);
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span.mec-totalcalview-selected {
    background: var(--primary-mairos-orange);
    border-color: var(--primary-mairos-orange);
}

.mec-wrap .mec-totalcal-box .mec-totalcal-view span:hover {
    color: var(--primary-mairos-orange);
}

.post-type-archive-mec-events .mec-month-divider span:before {
    border-bottom: 4px solid var(--primary-mairos-orange);
}

.post-type-archive-mec-events .mec-month-divider span {
    color: var(--primary-mairos-blue);
}

.post-type-archive-mec-events .mec-event-list-standard .mec-event-meta span.mec-event-d,
.post-type-archive-mec-events .mec-event-list-standard .mec-event-meta span.mec-event-m {
    font-size: 1rem;
    font-weight: 400;
    font-family: 'DM Sans';
    color: var(--primary-mairos-blue);
}

.single-mec-events .gform_button[type="button"]:not(:disabled),
.single-mec-events .gform_button[type="submit"]:not(:disabled) {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border: 1px solid var(--primary-mairos-orange);
    font-weight: bold;
    padding: .35rem 1.5rem;
    transition: all .25s ease;
    padding: .75rem 2rem;
    text-transform: none;
}

.post-type-archive-mec-events .mec-wrap {
    color: var(--primary-mairos-blue);
}

.post-type-archive-mec-events .mec-event-sharing-wrap>li:first-of-type {
    border: 1px solid var(--primary-mairos-blue);
}

.mec-event-sharing-wrap:hover>li {
    cursor: pointer;
    background-color: var(--primary-mairos-orange);
    border-color: var(--primary-mairos-orange) !important;
}

.post-type-archive-mec-events .mec-event-sharing-wrap li a,
.post-type-archive-mec-events .mec-event-sharing-wrap:hover li ul li a {
    border: none;
    color: var(--primary-mairos-blue);
    display: block;
}

.post-type-archive-mec-events span.mec-totalcal-monthlyview,
.post-type-archive-mec-events .mec-totalcal-view {
    display: none !important;
}

.post-type-archive-mec-events .mec-event-footer .mec-booking-button {
    box-shadow: none;
    transition: all .21s ease;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 1px;
    text-transform: none;
    background: var(--primary-mairos-orange);
    color: #fff;
    border: 1px solid var(--primary-mairos-orange);
    position: absolute;
    top: 20px;
    right: 15px;
    padding: 0.5rem 1.5rem;
    line-height: 1.5;
    height: 40px;
    font-family: 'DM Sans Medium';
    border-radius: 4px;
}

.post-type-archive-mec-events .mec-event-footer .mec-booking-button:hover {
    background-color: #fff;
    color: var(--primary-mairos-orange);
}

.post-type-archive-mec-events .mec-event-sharing-wrap:hover li a {
    color: #fff;
}

.post-type-archive-mec-events .mec-event-sharing-wrap:hover li ul li a {
    color: var(--primary-mairos-orange);
}

.post-type-archive-mec-events .mec-container h1 {
    text-align: center;
}

.post-type-archive-mec-events .mec-load-more-wrap .mec-load-more-button {
    background-color: var(--primary-mairos-orange);
    color: #fff;
    font-family: 'DM Sans Medium' !important;
    text-transform: none;
    border-radius: 5px;
    border: 0;
    font-weight: 400;
}

article.mec-single-event .col-md-4 {
    display: none;
}

article.mec-single-event .col-md-8 {
    margin: 0 auto;
}

.single.single-mec-events section#primary article.mec-events {
    max-width: 850px;
}

h1.mec-single-title {
    color: var(--primary-mairos-blue);
}

.mec-events .entry-header .event {
    color: var(--primary-mairos-orange);
}

.mec-events .entry-header .event strong {
    color: var(--primary-mairos-orange);
}

.mec-events .entry-header .event i {
    font-family: 'Font Awesome 5 Free';
    font-style: normal;
    font-size: 1.2rem;
    position: relative;
    top: 2px;
}

.mec-event-export-module.mec-frontbox {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.mec-export-details {
    text-align: center;
}

.mec-event-export-module.mec-frontbox ul {
    display: inline-flex;
    list-style-type: none;
    margin: 0 auto;
    padding: 0;
}

.mec-event-export-module.mec-frontbox a {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border: 1px solid var(--primary-mairos-orange);
    font-family: 'DM Sans Bold';
    border-radius: 4px;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}

.mec-event-export-module.mec-frontbox a:hover {
    color: var(--primary-mairos-orange);
    background-color: #fff;
    transition: all .25s ease;
    -webkit-transition: all .25s ease;
    -moz-transition: all .25s ease;
    -ms-transition: all .25s ease;
    -o-transition: all .25s ease;
}


/* TEMP HIDE */

.login-remember {
    display: none;
}


/* Search styles */

.input-group-btn.search-panel {
    position: relative;
    background-color: #ccc;
}

.input-group-btn.search-panel .dropdown-toggle:after {
    display: none;
}

.input-group-btn.search-panel button.btn.btn-default.dropdown-toggle {
    background-color: var(--primary-mairos-blue);
    color: #fff;
    padding: 0 1rem;
}

.input-group-btn.search-panel button.btn.btn-default.search {
    background-color: var(--primary-mairos-blue);
    color: #fff;
    padding: 0 1rem;
}

.input-group-btn.search-panel input#search {
    background-color: transparent;
    border: 0;
}


/* Fancey menuey */

.sidenavigation {
    position: fixed;
    left: 0;
    top: 50%;
    width: calc(30px + 1rem);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    box-sizing: initial;
    background-color: rgba(249, 159, 28, .17);
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
    overflow-x: hidden;
    min-height: 100px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    z-index: 1000;
}

.sidenavigation:hover {
    width: 260px;
    background-color: rgba(249, 159, 28, 1);
    transition: all .35s;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    -ms-transition: all .35s;
    -o-transition: all .35s;
}

.sidenavigation:hover img.icon.style-svg {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

.sidenavigation:hover li:hover img.icon.style-svg {
    filter: none;
    -webkit-filter: none;
}

.sidenavigation ul {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.75rem 0 2.75rem .15rem;
    margin-bottom: 0;
}

.sidenavigation ul li:hover {
    background-color: #fff;
}

.sidenavigation ul li:hover a {
    color: var(--primary-mairos-orange);
}

.sidenavigation ul li {
    position: relative;
    list-style: none;
    width: 100%;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: .5rem 0;
}

.sidenavigation ul li b:nth-child(1) {
    position: absolute;
    top: -10px;
    right: 0;
    height: 10px;
    width: 70%;
    background: #fff;
    display: none;
}

.sidenavigation ul li b:nth-child(1)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-bottom-right-radius: 20px;
    background: var(--primary-mairos-orange);
}

.sidenavigation ul li b:nth-child(2) {
    position: absolute;
    bottom: -10px;
    height: 10px;
    width: 70%;
    right: 0;
    background: #fff;
    display: none;
}

.sidenavigation ul li b:nth-child(2)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-top-right-radius: 20px;
    background: var(--primary-mairos-orange);
}

.sidenavigation ul li:hover b:nth-child(1),
.sidenavigation ul li:hover b:nth-child(2) {
    display: block;
}

.sidenavigation ul li a {
    position: relative;
    display: block;
    width: 100%;
    display: flex;
    text-decoration: none;
    color: var(--primary-mairos-orange);
}

.sidenavigation ul li a .icon {
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-left: 5px;
}

.sidenavigation ul li a .item-text {
    position: relative;
    display: block;
    padding-left: .75rem;
    height: 30px;
    line-height: 30px;
    white-space: normal;
    color: transparent;
}

.sidenavigation:hover ul li:hover a .item-text {
    color: var(--primary-mairos-orange);
    transition: color .5s;
    -webkit-transition: color .5s;
    -moz-transition: color .5s;
    -ms-transition: color .5s;
    -o-transition: color .5s;
}

.sidenavigation:hover li a .item-text {
    color: #fff;
    font-size: inherit;
    transition: .2s;
}


/* Animated burger */


/* Animated burger */

.navbar-toggler .icon-bar {
    background-color: #fff;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar+.icon-bar {
    margin-top: 4px;
}

.icon-bar:nth-child(2) {
    width: 16px;
    transition: ease all .2s;
}

.navbar-toggler:hover>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:active>.icon-bar:nth-child(2) {
    width: 22px;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.search-block.mobile {
    display: none;
}


/* Large sized */

.user-mobile-nav-helper {
    display: none;
}

@media only screen and (min-width: 1960px) {
    #home-background .icongroup .group-items {
        max-height: 650px;
    }
}

@media only screen and (min-width: 2100px) {
    #home-background .icongroup {
        right: -5%;
    }
}

@media only screen and (min-width: 2200px) {
    #footer .footer-addon {
        background-position: bottom -180px center;
    }
    #home-background .icongroup {
        right: -7.5%;
    }
    #home-background .icongroup .group-item.map {
        top: 20%;
        left: 30%;
    }
    #home-background .icongroup .group-item.marketplace {
        bottom: 42%;
        left: 75%;
    }
    #home-background .icongroup .group-item.community {
        right: -18%;
        top: 6%;
    }
}

@media only screen and (min-width: 2300px) {
    #home-background .icongroup {
        right: -8%;
    }
    #home-background .icongroup .group-item.map {
        top: 23%;
        left: 26%;
    }
    #home-background .icongroup .group-item.marketplace {
        bottom: 40%;
        left: 73%;
    }
    #home-background .icongroup .group-item.community {
        right: -16%;
        top: 7%;
    }
}

@media only screen and (min-width: 2500px) {
    #home-background .icongroup {
        right: -10%;
    }
    #home-background .icongroup .group-item.map {
        top: 27%;
        left: 23%;
    }
    #home-background .icongroup .group-item.marketplace {
        bottom: 30%;
        left: 75%;
    }
    #home-background .icongroup .group-item.community {
        right: -22%;
        top: 12%;
    }
}

@media only screen and (min-width: 2600px) {
    #home-background .icongroup {
        right: -14%;
    }
    #home-background .icongroup .group-item.map {
        top: 32%;
        left: 21%;
    }
    #home-background .icongroup .group-item.marketplace {
        bottom: 25%;
        left: 75%;
    }
    #home-background .icongroup .group-item.community {
        right: -22%;
        top: 15%;
    }
}

@media only screen and (min-width: 2750px) {
    #home-background .icongroup {
        right: -18%;
    }
    #home-background .icongroup .group-item.map {
        top: 38%;
        left: 18%;
    }
    #home-background .icongroup .group-item.marketplace {
        bottom: 17%;
        left: 77%;
    }
    #home-background .icongroup .group-item.community {
        right: -25%;
        top: 20%;
    }
}

@media only screen and (min-width: 3000px) {
    #home-background .icongroup {
        right: -20.5%;
    }
    #home-background .icongroup .group-item.map {
        top: 35%;
        left: 15%;
    }
    #home-background .icongroup .group-item.marketplace {
        bottom: 8%;
        left: 80%;
    }
    #home-background .icongroup .group-item.community {
        right: -28%;
        top: 23%;
    }
}

@media only screen and (max-width: 1800px) {
    #home-background .icongroup .group-item.community {
        right: 0;
    }
    #home-background .icongroup .group-item.marketplace {
        bottom: 43%;
        left: 66%;
    }
    #home-background .icongroup .group-item.map .icon {
        width: 90px;
    }
    #home-background .icongroup .group-item.map:hover .icon {
        width: 110px;
    }
    #home-background .icongroup .group-item .icon {
        width: 55px;
    }
    #home-background .icongroup .group-item:hover .icon {
        width: 70px;
    }
    #home-background .icongroup .group-item .name p {
        width: 200px;
        font-size: .85rem;
    }
    #home-background .title-main,
    #home-background .icongroup {
        padding-top: 8rem;
    }
    #footer .site-info {
        margin-top: calc(100px - 3rem);
        top: 80px;
    }
}

@media only screen and (max-width: 1600px) {
    #home-background .icongroup .group-item.map {
        left: 25%;
    }
    #home-background .icongroup .group-item.community {
        right: 5%;
    }
    #home-background .icongroup .group-item.marketplace {
        left: 58%;
    }
    #footer .site-info {
        margin-top: calc(100px - 3rem);
        top: 80px;
    }
    #footer .site-info {
        margin-top: calc(100px - 5rem);
        top: 100px;
    }
    .user-profile .acc-nav ul li.acc-subnav {
        padding: 0 .5rem;
        margin-bottom: .5rem;
    }
}

@media only screen and (max-width: 1400px) {
    #footer .footer-addon {
        background-position: bottom -50px center;
    }
    a.bubble:nth-of-type(3) {
        background-color: blue;
        top: 5%;
        left: 55%;
    }
}

@media only screen and (max-width:1280px) {
    #home-background {
        height: auto;
        min-height: 530px;
        position: relative;
    }
    .home #content {
        margin-top: 0;
    }
    #home-background .icongroup .group-item.community {
        right: 40%;
        top: 60%;
    }
    #home-background .icongroup .group-item a h3 {
        font-size: 1rem;
    }
    #home-background .icongroup .group-item.map {
        left: 20%;
        top: 5%;
    }
    #home-background .icongroup .group-item.marketplace {
        left: 50%;
        bottom: 56%;
    }
    #home-background .icongroup .group-item:hover a h3 {
        font-size: 1.35rem;
    }
    #home-background .icongroup .group-item .name p {
        font-size: .75rem;
    }
    #home-background .icongroup .group-item.map:hover .icon {
        width: 110px;
    }
    #home-background .title-main h1 {
        font-size: 3rem;
    }
    #home-background .top-part {
        min-height: 480px;
        height: auto;
    }
    #footer .project-logos {
        justify-content: center;
    }
    #timeline {
        max-width: calc(100% - 100px);
    }
}


/* Medium sized */

@media only screen and (max-width: 992px) {
    header#masthead #navHolder {
        background-color: rgba(0, 37, 91, .75);
    }
    #home-background .bottom-part {
        height: auto;
        padding-top: 15px;
    }
    #home-background .title-main h1 {
        margin-top: 2rem;
    }
    #navHolder .navbar-nav {
        margin-bottom: 1rem;
    }
    #home-background .title-main,
    #home-background .icongroup {
        padding-top: 4rem;
    }
    #home-background {
        position: relative;
        height: 60vh;
        min-height: 540px;
    }
    #home-background .icongroup .group-items {
        height: 40vh;
    }
    .home #content {
        margin-top: 0;
    }
    #mobileSidenavBtn {
        height: 40px;
        width: 40px;
    }
    #header-featured .block .image {
        height: 120px;
        overflow: hidden;
    }
    #main-nav #member-cta,
    #main-nav #upgrade-cta {
        margin: 0 auto;
        display: block;
        text-align: center;
    }
    #main-nav #upgrade-cta a.btn-primary-orange,
    #main-nav #member-cta a.btn-primary-orange {
        height: 40px;
        line-height: 2.5;
        font-size: 1.15rem;
        padding: 0.75rem 1.5rem;
    }
    .user-mobile-nav-helper {
        padding: 15px;
        display: block;
    }
    .user-mobile-nav-helper a.url.logout {
        font-size: 1.75rem;
        color: #fff;
    }
    #main-nav .user-nav-helper.justify-content-end {
        display: none !important;
    }
    .page-template section#newsletter h2.section-title {
        margin-top: 0;
    }
    #footer .links a:last-child {
        padding-right: 0;
    }
    #masthead #menu-main-menu li {
        padding-right: 0;
        text-align: center;
    }
    body #masthead .navbar-nav>li>a {
        font-size: 1rem;
    }
    #navHolder.navbar-nav {
        margin-bottom: 2rem;
    }
    #footer .footer-addon {
        background-position: bottom -10px center;
    }
    a.bubble:nth-of-type(3) {
        top: 4%;
        left: 57%;
    }
    a.bubble:nth-of-type(4) {
        top: 3%;
        right: unset;
        left: 5%;
    }
    a.bubble:nth-of-type(5) {
        top: 10%;
        left: 33%;
    }
    a.bubble:nth-of-type(6) {
        top: 24%;
        left: 8%;
    }
    a.bubble:nth-of-type(7) {
        top: 49%;
        left: 7%;
    }
    a.bubble:nth-of-type(8) {
        top: 66%;
        right: 6%;
    }
    a.bubble:nth-of-type(9) {
        top: 64%;
        right: 60%;
    }
    a.bubble:nth-of-type(10) {
        top: 21%;
        left: 62%;
    }
    a.outer-bubble {
        border: 1.75rem solid rgba(0, 37, 91, .05);
    }
    .outer-bubble .item-bubble {
        padding: 0.55rem;
    }
    .outer-bubble .item-bubble .icon img {
        width: 45px;
    }
    .outer-bubble:nth-child(1) {
        width: 155px;
        height: 155px;
    }
    .outer-bubble:nth-child(2) {
        width: 140px;
        height: 140px;
        top: 49%;
        left: 20%;
    }
    .outer-bubble:nth-child(3) {
        width: 135px;
        height: 135px;
    }
    .outer-bubble:nth-child(4) {
        width: 145px;
        height: 145px;
    }
    .outer-bubble:nth-child(5) {
        width: 130px;
        height: 130px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
    #masthead #menu-main-menu li {
        padding-right: 1rem;
    }
    .user-profile .profile,
    .user-profile .account-data {
        padding: 1rem;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1080px) {
    .user-profile #upgrade-cta .btn-primary-orange {
        padding: .35rem 1rem;
    }
}


/* Mobile devices - under 768px */

@media only screen and (max-width: 768px) {
    #home-background {
        height: auto;
        min-height: 480px;
        position: relative;
        background-size: 100% auto, auto 75%;
        background-position: center top -150px, top center;
        background-repeat: no-repeat;
    }
    #home-background .title-main {
        padding: 4rem 3.5rem 0;
    }
    header#masthead #navHolder {
        background-color: rgba(0, 37, 91, .95);
    }
    .home #content {
        margin-top: 0;
    }
    #header-featured .block .image {
        height: 100px;
        overflow: hidden;
    }
    .search-block.mobile {
        display: block;
    }
    #home-background .top-part {
        min-height: 420px;
    }
    #home-background .title-main h1 {
        font-size: 3rem;
        margin-top: 4rem;
    }
    #home-background .icongroup .group-items {
        height: 100%;
        min-height: auto;
    }
    #home-background .icongroup .group-item .name p {
        width: 0 !important;
        font-size: 0;
    }
    #home-background .icongroup .group-item.map .icon {
        width: 55px;
    }
    #home-background .icongroup .group-item.map a h3 {
        margin: 8px 0 0;
    }
    #footer .project-logos {
        justify-content: space-evenly;
    }
    #footer .project-logos li {
        margin-right: 0;
    }
    #footer .project-logos li {
        align-self: center;
        margin-bottom: 1.5rem;
    }
    #footer .footer-addon {
        background-image: url(inc/assets/images/innovamare-footer-bg.png);
        background-position: top -30px center;
        background-size: auto 250px;
        background-repeat: no-repeat;
        min-height: 200px;
        margin-top: -5rem;
    }
    #footer .site-info {
        margin-top: calc(100px - 5rem);
        top: 70px;
        left: 0;
    }
    #home-background .icongroup .group-items {
        padding: 0 5px;
    }
    section#events {
        background-image: none;
        padding: 2rem 0 5rem;
        margin-top: -2rem;
    }
    .mec-calendar .mec-calendar-side {
        width: 100%;
        display: block;
        padding: 5px;
    }
    .mec-calendar-side .mec-calendar-table {
        min-height: 190px;
    }
    #events .mec-calendar .mec-calendar-header h2 {
        font-size: 16px;
        margin-top: 5px;
    }
    .mec-box-calendar.mec-calendar .mec-calendar-header {
        margin-top: 2px;
        margin-bottom: 10px;
    }
    a.outer-bubble {
        position: relative;
        max-width: 100px;
        border: 12px solid rgba(0, 37, 91, .05);
    }
    .outer-bubble:nth-child(1) {
        width: 95px;
        height: 95px;
        top: 12%;
        left: 65%;
        z-index: 10;
        margin-bottom: -20px;
    }
    .outer-bubble:nth-child(2) {
        width: 85px;
        height: 85px;
        top: 35%;
        left: 25%;
        z-index: 11;
    }
    .outer-bubble:nth-child(3) {
        width: 75px;
        height: 75px;
        top: 9%;
        left: 28px;
        right: 0;
        margin: auto;
        z-index: 10;
    }
    .outer-bubble:nth-child(4) {
        width: 80px;
        height: 80px;
        top: 49%;
        right: -10%;
        z-index: 11;
    }
    .outer-bubble:nth-child(5) {
        width: 80px;
        height: 80px;
        top: 22%;
        right: -50%;
        z-index: 11;
    }
    .page-template-template-submit #content.site-content {
        padding-top: 1.125rem;
    }
    section#featblocks_after {
        padding: 0;
        background-size: 150% auto;
    }
    #footer .project-logos li img {
        width: 180px;
    }
    #newsletter .section-title {
        font-family: "DM Sans";
        font-size: 1.5rem;
    }
    #newsletter button {
        min-width: 130px;
    }
    #footer .soc-icons {
        padding: 0;
    }
    #footer .links .soc-icons a {
        font-size: 1.6rem;
        margin-right: 5px;
    }
    a.bubble:nth-of-type(9) {
        right: 42%;
    }
    #timeline {
        max-width: 100%;
    }
    #mobileSidenavBtn {
        height: 35px;
        width: 35px;
    }
}

@media only screen and (max-width: 767px) {
    #home-background {
        height: auto;
        min-height: 480px;
        position: relative;
        background-size: 100% auto, auto 60%;
        background-position: left 100px top -150px, top center;
        background-repeat: no-repeat;
    }
    #home-background .title-main {
        background: linear-gradient(180deg, rgb(0, 34, 91) 0%, rgba(0, 34, 91, 0.499019676229867) 75%, rgba(255, 255, 255, 0) 100%);
    }
    #home-background .title-main h1 {
        font-size: 2.25rem;
        margin-top: 2rem;
    }
    #home-background .title-main,
    #home-background .icongroup {
        padding-top: 2rem;
    }
    #home-background .icongroup .group-items {
        padding: 0 5px;
        display: inline-flex;
        position: relative;
    }
    #home-background .icongroup .group-item {
        position: static;
        padding: 1rem;
    }
    #home-background .top-part {
        min-height: 420px;
    }
    #header-featured .block .image {
        height: 160px;
        overflow: hidden;
    }
    #footer .soc-icons {
        max-width: 100%;
        padding: 0 2rem 0 0;
    }
    #footer .links .soc-icons a {
        font-size: 2rem;
        margin-right: 0;
    }
    #newsletter button {
        min-width: 165px;
    }
    #newsletter .input input#newsletter-input {
        width: 100%;
        max-width: 100%;
    }
    #timeline {
        background-image: url(inc/assets/images/bubbles-timeline.png), url(inc/assets/images/arrow-timeline.png);
        background-position: center top, left 8px center;
        background-size: 100% auto, auto 85%;
        background-repeat: no-repeat, no-repeat;
        padding: 0 0 1rem;
        min-height: 360px;
        position: relative;
    }
    #timeline .year-item {
        position: relative;
        margin-bottom: .5rem;
    }
    #timeline .year-item.odd {
        top: 0;
        left: 5%;
    }
    #timeline .year-item:nth-of-type(2),
    #timeline .year-item:nth-of-type(3),
    #timeline .year-item:nth-of-type(4),
    #timeline .year-item:nth-of-type(5),
    #timeline .year-item:nth-of-type(6) {
        left: 5%;
    }
}

@media only screen and (max-width: 640px) {
    html,
    body {
        overflow-x: hidden;
    }
    #home-background .title-main,
    #home-background .icongroup {
        padding: 4rem 3.5rem 0;
    }
    #home-background {
        background-size: 100% auto, auto 65%;
    }
    #home-background .title-main h1 {
        font-size: 3.25rem;
        line-height: 1.15;
    }
    #home-background .title-main h2 {
        margin-top: 0.5rem;
    }
    #home-background .icongroup {
        padding: 2rem 3.5rem 0;
    }
    #home-background .icongroup .group-items {
        padding: 0 5px;
        display: block;
        position: relative;
    }
    #masthead #menu-main-menu li {
        padding-right: 0;
        text-align: center;
    }
    body #masthead .navbar-nav>li>a {
        font-size: 1.2rem;
    }
    #home-background .icongroup .group-item {
        padding: 0.25rem;
    }
    #home-background .icongroup .group-item {
        position: relative;
        margin-bottom: .5rem;
    }
    #header-featured .block .image {
        height: 130px;
        overflow: hidden;
    }
    #home-background .icongroup .group-item.map .icon img,
    #home-background .icongroup .group-item.marketplace .icon img,
    #home-background .icongroup .group-item.community .icon img,
    #home-background .icongroup .group-item.map:hover .icon img,
    #home-background .icongroup .group-item.marketplace:hover .icon img,
    #home-background .icongroup .group-item.community:hover .icon img {
        width: 55px;
        margin-left: .5rem;
    }
    #home-background .icongroup .group-item.map .icon .name>p {
        display: none;
    }
    #home-background .icongroup .group-item a h3 {
        font-size: 1.35rem;
    }
    #home-background .icongroup .group-item:hover a h3 {
        font-size: 1.35rem;
    }
    #home-background .icongroup .group-item.marketplace a {
        flex-direction: row-reverse;
    }
    #home-background .icongroup .group-item.marketplace {
        left: 0;
        bottom: 0;
    }
    #home-background .icongroup .group-item.map {
        left: 0;
        top: 0;
    }
    #home-background .icongroup .group-item.community {
        right: 0;
        top: 0;
    }
    #home-background .icongroup .group-item:hover .name p {
        display: none !important;
    }
    section#events {
        background-image: none;
    }
    #events .mec-calendar .mec-event-article .mec-event-title {
        font-size: 16px;
    }
    section#featblocks_after {
        background-image: url(inc/assets/images/transforming-bg.jpg);
        background-size: auto 300px;
        background-repeat: no-repeat;
        background-position: top -30px center;
        padding: 0 0 2rem;
        margin-top: -60px;
    }
    #featblocks_after h2 {
        margin-top: 85px;
        margin-bottom: 80px;
        font-size: 1.75rem;
        line-height: 1.45;
        padding: 15px;
    }
    #featblocks_after .block {
        background-color: #fff;
        padding: 1rem;
        margin-bottom: 30px;
    }
    #featblocks_after .block .block-title {
        font-size: 1.15rem;
    }
    section#news {
        background-color: #f4f4f4;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: top center;
        padding: 2rem 0 5rem;
        margin-top: -4rem;
        background-image: none;
    }
    section#news .feat-image {
        height: 130px;
        overflow: hidden;
    }
    section#featblocks_after a.btn-primary-orange {
        margin-top: -2rem;
    }
    #home-background a.btn.btn-primary-orange,
    section#events a.btn.btn-primary-orange,
    section#news a.btn.btn-primary-orange,
    section#featblocks_after a.btn-primary-orange {
        height: 40px;
        line-height: 2.5;
    }
    .page-template #newsletter {
        margin-bottom: -5.75rem;
    }
    #newsletter .container {
        padding: 1rem;
    }
    #newsletter .section-title {
        font-size: 1.5rem;
    }
    #footer .links p:first-of-type {
        text-align: center;
    }
    #footer .footer-addon {
        min-height: 170px;
        margin-top: -70px;
    }
    #res_faq .resource-list {
        list-style-type: none;
        padding: 0 0 3rem;
    }
    section#res_faq .resources .refa-abs {
        right: 15px;
        bottom: 15px;
    }
    #res_faq .img {
        width: 35px;
        text-align: center;
    }
    .mec-calendar .mec-calendar-table-head dt {
        font-size: 12px;
    }
    .mec-calendar dt {
        width: 30px;
        height: 30px;
        line-height: 30px;
        font-size: 13px;
    }
    #newsletter .newsletter-div {
        display: block;
    }
    #page-background {
        height: 110px;
        margin-top: 0;
        margin-bottom: -2.5rem;
    }
    .cta-block.text-center a {
        margin-bottom: 1rem;
        display: inline-block;
        height: 40px;
        line-height: 2.5;
        width: 100%;
        max-width: 200px;
    }
    #bubbles a.bubble.blue-star .content {
        max-width: 100px;
    }
    #bubbles .bubble .content {
        padding: 1rem;
        font-size: 12px;
        max-width: 110px;
        min-width: 80px;
    }
    .page-template-template-submit h2.section-title,
    .page-template-template-submit h3.text-center {
        margin-top: 0;
        margin-bottom: 0;
    }
    .page-template-template-marketplace #marketplace-oppos a .block {
        padding: 1rem 0rem;
        position: relative;
        margin: 0 auto;
        max-width: 160px;
    }
    .page-template-template-marketplace #marketplace-oppos h3 {
        font-size: 1.15rem;
    }
    .map-filters {
        padding: 2rem 0;
    }
    .map-filters .icon {
        background-size: 20px auto;
        background-position: left center;
        padding: 0.5rem 0 0.5rem 2.35rem;
        margin-bottom: 0.75rem;
    }
    .page-template-template-marketplace #marketplace-interests {
        background-color: #fff;
        padding: 7rem 0;
        margin-top: -3rem;
        margin-bottom: 2rem;
    }
    .page-template-template-submit .outer-bubble:nth-child(1) {
        width: 90px;
        height: 90px;
        top: 5%;
        left: 70%;
    }
    .page-template-template-submit .outer-bubble:nth-child(2) {
        width: 80px;
        height: 80px;
        top: 10%;
        right: 4%;
        left: unset;
    }
    .page-template-template-submit .outer-bubble:nth-child(2) .title {
        top: 50%;
        right: -135px;
        left: unset;
        width: 120px;
        transform: translateY(-50%);
        font-family: 'DM Sans Bold';
        text-align: left;
    }
    .page-template-template-submit .outer-bubble:nth-child(3) {
        width: 85px;
        height: 85px;
        top: 9%;
        left: 40%;
        right: 0;
        margin: auto;
        z-index: 10;
    }
    .page-template-template-submit .outer-bubble:nth-child(3) .title {
        top: 50%;
        left: -140px;
        right: unset;
        max-width: 120px;
        transform: translateY(-50%);
        font-family: 'DM Sans Bold';
        text-align: right;
    }
    .page-template-template-submit .outer-bubble:nth-child(4) {
        width: 85px;
        height: 85px;
        top: 10%;
        right: 0%;
        z-index: 11;
    }
    .page-template-template-submit .outer-bubble:nth-child(4) .title {
        top: 50%;
        width: 120px;
        font-family: 'DM Sans Bold';
        left: unset;
        transform: translateY(-50%);
        text-align: left;
        right: -140px;
    }
    .page-template-template-submit #marketplace-oppos a .block {
        max-width: 160px;
        margin: 0 auto;
    }
    .page-template-template-submit #marketplace-oppos .title-holder h3 {
        font-size: 1.15rem;
        margin: 0.25rem 0 .5rem;
    }
    #bubbles .bubble.blue-star {
        transform: translate(-50%, -65%) scale(1.1);
        -webkit-transform: translate(-50%, -65%) scale(1.1);
        -moz-transform: translate(-50%, -65%) scale(1.1);
        -ms-transform: translate(-50%, -65%) scale(1.1);
        -o-transform: translate(-50%, -65%) scale(1.1);
    }
    #footer .project-logos li img {
        width: 150px;
    }
    #footer .footer-addon {
        margin-top: 0;
    }
}

@media only screen and (max-width: 576px) {
    #home-background .title-main h1 {
        margin-top: 1.5rem;
        font-size: 2rem;
    }
    #home-background .title-main h2 {
        font-size: 1.35rem;
    }
    #home-background .icongroup {
        padding-top: 2rem;
    }
    #home-background .icongroup .group-items {
        padding: 0;
        display: block;
    }
    #home-background .icongroup .group-item.map a h3 {
        margin: 0.5rem 0 0;
    }
    #home-background .icongroup .group-item {
        position: relative;
    }
    #home-background .icongroup .group-item.map .icon,
    #home-background .icongroup .group-item.map:hover .icon {
        width: 65px;
    }
    section#res_faq .refa-abs {
        position: absolute;
        bottom: -35px;
        right: 15px;
        font-size: 1rem;
        height: 40px;
        line-height: 2.5;
    }
    #header-featured .block .image {
        height: 100px;
    }
    #newsletter .input input#newsletter-input {
        margin-bottom: 0.5rem;
        margin-top: 0.5rem;
        max-width: 100%
    }
    #newsletter button {
        height: 40px;
        font-family: 'DM Sans';
        font-weight: 700;
        letter-spacing: 1px;
        min-width: 165px;
        width: 100%;
    }
    #footer .soc-icons {
        justify-content: space-between;
        padding: 0 15px 0;
    }
    #footer .soc-icons li:first-child {
        margin-right: 0;
        font-size: 16px;
        width: 100%;
        text-align: center;
    }
    #footer .links .soc-icons a {
        font-size: 2.35rem;
    }
    #footer p.eu-desc {
        text-align: center;
    }
}

@media only screen and (max-width: 480px) {
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-next-month,
    .mec-box-calendar.mec-calendar .mec-calendar-side .mec-previous-month {
        top: 8px;
        font-size: 0;
        padding: 4px 0;
        text-align: center;
        min-width: 33px;
    }
    section#fundings .ajax-filter-form ul.filter-items {
        display: block !important;
    }
    section#fundings .ajax-filter-form ul.filter-items li {
        font-size: 12px;
        display: inline-flex;
    }
    section#fundings .ajax-filter-form .filter-items .divider {
        margin-left: 0.25rem;
        margin-right: 0.25rem;
    }
}

@media only screen and (max-width: 360px) {
    #signup #tabs-content .col .block h4,
    #signup #tabs-content .col-4 .block h4,
    #signup #tabs-content .col-6.col-sm-4 h4 {
        font-size: 1.15rem;
        margin-top: 1rem;
        margin-bottom: 2rem;
    }
    #signup #tabs-content .col .block,
    #signup #tabs-content .col-4 .block,
    #signup #tabs-content .col-6.col-sm-4 .block {
        padding: 1rem;
        margin: 0 0 2rem;
    }
    #signup #tabs-content .col-6.col-sm-4 .block {
        background-position: bottom -15px center;
    }
}


/* Prezentacija css fix */

@media only screen and (max-width: 1280px) and (max-height:620px) {
    #home-background .title-main {
        padding-top: 0;
    }
    #home-background .top-part {
        min-height: 460px !important;
    }
    #home-background .icongroup .group-item.community {
        right: 10%;
        top: -7%;
    }
    #home-background {
        height: auto;
        min-height: 530px;
    }
    #home-background .title-main {
        padding-left: 30px;
    }
    section#news {
        background-size: cover;
    }
    section#featblocks_after {
        padding: 0;
    }
    .mec-calendar .mec-calendar-header {
        position: relative;
        width: 400px;
    }
    .mec-box-calendar.mec-calendar .mec-calendar-header {
        margin-bottom: 10px;
    }
    .mec-calendar-side .mec-calendar-table {
        min-height: 220px;
    }
    .mec-calendar .mec-has-event::after {
        background-color: var(--primary-mairos-orange);
        bottom: 1px;
    }
    .mec-calendar dt {
        width: 32px;
        height: 32px;
        line-height: 32px;
        font-size: 14px;
        font-weight: 700;
    }
    .mec-calendar dt a {
        font-weight: 700;
    }
    .single.single-post #page-background {
        height: 110px;
        margin-top: -10px;
    }
}


/* Profile page - messages */

#fep-menu #fep-menu-directory,
#fep-menu #fep-menu-settings,
#fep-menu-toggle-button,
#fep-content .fep-messagebox-search-form-div,
#fep-footer {
    display: none;
}

#fep-menu .fep-font-red {
    color: #fff;
    padding: 2px;
}

#fep-menu .fep-button,
#fep-content .fep-button {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border: 1px solid var(--primary-mairos-orange);
    margin-bottom: 1rem;
    padding: .5rem 1rem;
}

#fep-menu .fep-button:hover,
#fep-menu .fep-button-active,
#fep-content .fep-button:hover,
#fep-menu .fep-button-active {
    color: var(--primary-mairos-orange);
    background-color: #fff;
    border-color: var(--primary-mairos-orange);
    font-size: 13px;
    padding: .5rem 1rem;
}

.acc-subnav .acc-text .fep-font-red {
    color: var(--primary-mairos-blue);
    padding: 0 2px;
    font-weight: bold;
}

#fep-content .fep-success {
    background-color: transparent;
    border: 2px solid green;
}

#fep-content .fep-filter {
    text-align: right;
}

#fep-content .fep-form input {
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    -webkit-appearance: auto;
    padding: 0.375rem 0.4rem;
    color: var(--primary-mairos-blue);
    font-size: 1rem;
    font-family: 'DM Sans';
    font-weight: 400;
    background-color: #fff;
    border: 1px solid var(--primary-mairos-blue);
    border-radius: 4px;
}

#fep-content #fep-result {
    background: #fff;
    border: solid 1px #333333;
    display: none;
    position: absolute;
    width: 250px;
    padding: 10px;
    z-index: 15;
}

#fep-content #fep-result li {
    border-top: solid 1px #333333;
    padding: 0.25rem 0.5rem;
    font-size: .9rem;
}

#fep-header {
    position: relative;
    border: 1px solid #ccc;
    box-shadow: none;
    position: relative;
    background-color: #fff;
    display: block;
    padding: .5rem;
}

#fep-header .to-profile {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: var(--primary-mairos-orange);
    padding: 0.25rem 0.5rem;
    color: #fff;
    border-radius: 4px;
    font-size: 12px;
}

#fep-wrapper #fep-header .to-profile a {
    color: #fff;
}

#fep-header .fep-header-avatar,
#fep-content .fep-column.fep-column-avatar {
    display: none;
}

#fep-content .fep-table .fep-column-author,
#fep-content .fep-table .fep-column-date {
    min-width: 50px;
}

#fep-content .fep-table .fep-content-title {
    min-width: 150px;
}

#fep-result li a:hover {
    background: transparent;
    color: var(--primary-mairos-orange);
}

#fep-wrapper a:not(.fep-button,
.fep-button-active) {
    color: var(--primary-mairos-blue);
}

#fep-wrapper {
    color: var(--primary-mairos-blue);
}

.fep-odd-even>div:nth-child(2n+1) {
    background-color: #efefef;
    padding: .5rem;
}

.fep-odd-even>div:nth-child(2n) {
    background-color: #fff;
    padding: .5rem;
}

.fep-bulk-action {
    display: inline-flex;
}

.fep-bulk-action select,
.fep-filter select {
    background-color: #fff;
    box-shadow: none;
    border: 1px solid var(--primary-mairos-orange);
    padding: .25rem 1rem;
    color: var(--primary-mairos-orange);
    border-radius: 5px;
    font-size: 12px;
}

.fep-action-table>div>div:nth-child(2) {
    display: inline-block;
}

#fep-content .fep-button {
    padding: .25rem 1rem;
    font-size: 12px;
}

#fep-content .fep-button:hover {
    font-size: 12px;
    padding: .25rem 1rem;
}

#fep-content .fep-filter {
    text-align: right;
}

#fep-header .fep-header-box-size.fep-box-size {
    font-size: 12px;
    font-style: italic;
}

@media only screen and (max-width:480px) {
    .page-id-1597 #fep-header .fep-header-welcome {
        margin-top: 35px;
    }
    .fep-action-table>div>div:nth-child(2) {
        display: inline-block;
        max-width: 33%;
    }
    .fep-action-table div {
        display: inline-flex;
    }
    .fep-action-table>div>div {
        margin-right: .5rem;
    }
    #fep-content .fep-filter {
        text-align: right;
        display: inline;
    }
    .fep-bulk-action select,
    .fep-filter select {
        height: 30px;
    }
}


/* Gravity forms */

.gform_button[type="button"]:not(:disabled),
.gform_button[type="submit"]:not(:disabled) {
    color: #fff;
    background-color: var(--primary-mairos-orange);
    border: 1px solid var(--primary-mairos-orange);
    font-weight: bold;
    padding: .35rem 1.5rem !important;
    transition: all .25s ease;
    height: 40px;
    font-family: 'DM Sans';
    letter-spacing: 1px;
}

.ginput_container_select select {
    background-color: transparent;
    border: 1px solid var(--primary-mairos-blue);
    border-radius: 5px;
}

.gfield_description {
    font-family: 'DM Sans' !important;
    font-weight: 400;
}

.site-content .gform_wrapper.gravity-theme .field_description_above .description,
.site-content .gform_wrapper.gravity-theme .field_description_above .gfield_description,
.site-content .gform_wrapper.gravity-theme .field_description_above .gsection_description,
.site-content .gform_wrapper.gravity-theme .field_description_above .instruction {
    padding-bottom: 0;
}

.site-content .gform_wrapper.gravity-theme .gfield_label {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px;
    display: inline-block;
    padding: 0;
    font-family: 'DM Sans Bold';
    color: var(--primary-mairos-blue);
}

.site-content .gform_wrapper.gravity-theme .gfield input.large,
.site-content .gform_wrapper.gravity-theme .gfield select.large {
    border-radius: 4px;
    border: 1px solid var(--primary-mairos-blue);
}

.gform_wrapper.gravity-theme .ginput_complex label,
.gform_wrapper.gravity-theme .ginput_complex legend {
    display: block;
    font-size: 14px;
    font-family: 'DM Sans Bold';
}

.site-content div.gfield {
    margin-top: 1.5rem;
}

.site-content .gform_wrapper.gravity-theme input[type="color"],
.site-content .gform_wrapper.gravity-theme input[type="date"],
.site-content .gform_wrapper.gravity-theme input[type="datetime-local"],
.site-content .gform_wrapper.gravity-theme input[type="datetime"],
.site-content .gform_wrapper.gravity-theme input[type="email"],
.site-content .gform_wrapper.gravity-theme input[type="month"],
.site-content .gform_wrapper.gravity-theme input[type="number"],
.site-content .gform_wrapper.gravity-theme input[type="password"],
.site-content .gform_wrapper.gravity-theme input[type="search"],
.site-content .gform_wrapper.gravity-theme input[type="tel"],
.site-content .gform_wrapper.gravity-theme input[type="text"],
.gform_wrapper.gravity-theme input[type="time"],
.gform_wrapper.gravity-theme input[type="url"],
.gform_wrapper.gravity-theme input[type="week"],
.gform_wrapper.gravity-theme select,
.gform_wrapper.gravity-theme textarea {
    font-size: 12px;
    padding: 8px;
    margin-bottom: 0;
    margin-top: 0;
    color: var(--primary-mairos-blue);
}

.site-content .gfield_description label {
    top: -1rem;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
    padding: 0;
    font-family: 'DM Sans Bold';
    color: var(--primary-mairos-blue);
    margin-bottom: 0;
}

.gfield_description label+p {
    margin-top: -1rem;
    margin-bottom: 0.5rem;
    font-size: 14px;
}

.form-off {
    visibility: hidden;
    display: none;
}

.form-on {
    visibility: visible;
    display: block;
    position: relative;
}

.form-off.form-on .close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    display: block;
    z-index: 10;
}

.form-off #message,
.acf-moe-form .rendered-form #message {
    display: none;
}

@media (max-width: 960px) and (min-width: 480px) {
    .mec-container {
        width: 90%;
        padding: 60px 30px;
    }
}

@media (max-width: 479px) {
    .mec-container {
        width: 95%;
        padding: 50px 20px;
    }
}

body.body-logged-in #navHolder {
    top: 25px;
}