/*!
Theme Name: maw
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: maw
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

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

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


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


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

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

body {
    margin: 0;
}

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;
    transition: all .5s ease-in-out;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

dfn {
    font-style: italic;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

pre {
    overflow: auto;
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

button {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

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


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

body,
button,
input,
select,
optgroup,
textarea {
    color: #000;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 1.5em;
}

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

p {
    margin-bottom: 1em;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

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

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

big {
    font-size: 125%;
}


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

html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

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

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

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

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

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

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

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


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

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

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

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    padding: 3px;
    padding-left: 10px;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


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


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

a {
    color: #00BAB3;
}

a:visited {
    color: #00BAB3;
}

a:hover,
a:focus,
a:active {
    color: #00BAB3;
}

a:focus {
    outline: thin dotted;
}

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


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

.main-navigation {
    clear: both;
    display: flex;
    justify-content: space-between;
    float: left;
    width: 100%;
    height: 120px;
    align-items: center;
    padding: 0 15px;
}

.main-navigation>div {
    width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
    position: relative;
}

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


/* Small menu. */

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

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

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

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


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


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
    /* 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;
    -webkit-clip-path: none;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    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;
}


/*--------------------------------------------------------------
# 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;
    /* Make sure select elements fit in widgets. */
}

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


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


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

.sticky {
    display: block;
}

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

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

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


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

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

.bypostauthor {
    display: block;
}


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


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


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

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

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

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

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


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

.gallery {
    margin-bottom: 1.5em;
}

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

@media (min-width: 1500px) {
    .container {
        width: 1470px;
    }
}

.site {
    overflow: hidden;
    background-color: #fff;
}

.top-header {
    background-color: #00bab3;
}

.top-header .social {
    padding: 8px 0;
}

.wpml-ls-legacy-list-horizontal {
    padding: 7px 0;
    margin-left: -10px;
}
.wpml-ls-legacy-list-horizontal a span {
    vertical-align: initial;
}
.wpml-ls-current-language a {
    text-decoration: underline;
}

.top-header .language-selector-wrapper ul li {
    border-left: 1px solid white;
}

.top-header .language-selector-wrapper ul li:first-child {
    border: none;
}

.top-header .language-selector-wrapper ul li a {
    font-size: 14px;
    color: white;
}

.site-header {
    background: #0057b8;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
    height: 120px;
    border-bottom: 5px solid #00bab3;
}

body {
    margin-top: 130px;
}

.has-cookie-bar body {
    margin-top: 100px;
}

.search-results article {
    margin-bottom: 50px;
}

.search-results .page-title {
    text-align: center;
    margin-top: 100px;
    margin-bottom: 50px;
}

.search-pagination {
    text-align: center;
    margin: 50px 0 100px;
}

.search-results .entry-footer {
    margin-top: 30px;
}

.search-pagination .page-numbers {
    color: #00bab3;
    padding: 4px 15px;
    border: 1px solid #00bab3;
    margin: 0 5px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.search-pagination .page-numbers:hover {
    background-color: #00bab3;
    text-decoration: none;
    color: white;
}

.site-header {
    position: fixed;
    top: 40px;
    width: 100%;
    z-index: 99;
}

.top-header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99;
}

.customize-support .top-header {
    top: 32px;
}

.customize-support .site-header {
    top: 72px;
}

html.has-cookie-bar.cookie-bar-top-bar .site-header.headroom--not-top {
    top: 50px;
}

.site-header .custom-logo-link {
    margin-top: 26px;
}

.site-header .doneaza {
    padding: 0;
    display: flex;
    justify-content: center;
}

.site-header .doneaza>a {
    display: block;
    margin-top: 10px;
}

.site-header .doneaza>a>img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

@media screen and (min-width: 1500px) {
    .site-header .custom-logo-link {
        margin-top: 16px;
    }
    .site-header .doneaza>a {
        display: block;
        margin-top: 7px;
    }
}

.posts-nav-wrapper {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #ff585d;
    margin-top: 50px;
    margin-bottom: 80px;
    width: 100vw;
}

.posts-nav-wrapper .nav-heading {
    margin-bottom: 20px;
    padding-top: 20px;
    font-size: 32px;
    color: white;
    text-align: center;
}

.posts-nav-wrapper i {
    display: inline-block;
    width: 20px;
    text-align: center;
}

.posts-nav-wrapper .nav-previous a,
.posts-nav-wrapper .nav-next a {
    display: inline-flex;
    padding: 20px;
    color: white;
}

.posts-nav-wrapper .nav-previous a:hover,
.posts-nav-wrapper .nav-next a:hover {
    text-decoration: none;
}

.posts-nav-wrapper .nav-previous a i,
.posts-nav-wrapper .nav-next a i {
    flex-shrink: 0;
    height: 20px;
    margin-top: 3px;
}

.posts-nav-wrapper .nav-previous i {
    margin-right: 10px;
}

.posts-nav-wrapper .nav-next i {
    margin-left: 10px;
}

.mc4wp-form {
    font-size: 12px;
}

.mc4wp-form input {
    font-size: inherit;
    color: #fff;
    background-color: transparent;
    border: 1px solid #f3f3f3;
    margin-bottom: 15px;
    border-radius: 3px;
}

.mc4wp-form .btn-default {
    border: none;
    font-size: inherit;
    color: white;
    background-color: #00bab3;
    padding: 15px 35px;
    width: auto;
    margin-bottom: 0;
    margin-top: 3px;
}

.mc4wp-form input::placeholder {
    color: #fff;
}

.site-footer .mc4wp-form {
    margin-top: 25px;
    padding: 0 20px;
}

.site-footer .newsletter-wrapper {
    width: 60%;
    float: left;
}

.site-footer .newsletter-wrapper h3 {
    font-size: 14px;
    text-transform: uppercase;
    color: #00bab3;
    padding: 0 20px;
}

.site-footer .donate-wrapper {
    width: 40%;
    float: left;
    padding-left: 20px;
    margin-top: 34px;
}

.searchform {
    position: relative;
    width: 100%;
    margin-top: 30px;
}

.searchform input[type="text"] {
    color: #00bab3;
    border: none;
    border-radius: 3px;
    font-size: 12px;
    line-height: 22px;
    background-color: #fff;
    padding: 5px 25px 5px 10px;
}

.searchform input::placeholder {
    color: #00bab3;
}

.searchform button i {
    color: #00bab3;
}

.searchform input[type="text"]:focus {
    outline: none;
    box-shadow: 0px 0px 4px 0px rgba(50, 50, 50, 0.5);
}

.searchform button {
    font-size: 16px;
    color: #00bab3;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    padding: 10px;
    background: transparent;
}

.searchform button:hover i {
    color: #ccc;
    transition: all .5s ease-in-out;
}

a.custom-logo-link {
    max-width: 265px;
    width: 100%;
    height: auto;
}

a.custom-logo-link img {
    width: 230px !important;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide {
    margin: 0 15px;
}

.wpls-logo-showcase .wpls-logo-cnt.slick-slide img {
    height: 100px;
    -o-object-fit: contain;
    object-fit: contain;
    border-color: #00b9b2;
}

.wpls-logo-showcase button.slick-arrow {
    border-radius: 0 !important;
    background-color: #4989bb !important;
}

div.wpls-logo-showcase {}


/*.doneaza img {float: right;}*/


/*.search  {display: inline-block;}*/


/*.social {float: right;}*/

.social a:not(:first-child),
.fcol1 a {
    display: inline-block;
    margin-left: 10px;
}

.fcol1 a {
    margin-left: 0;
    color: #fff;
}

.fcol1,
.fcol2,
.fcol3 {
    margin-top: 50px;
    border-right: 1px solid #00bab3;
}

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

.fcol3 {
    border: none;
    text-align: center;
}

.fcol1 img {
    margin-bottom: 20px;
}

.social a,
.fcol1 i {
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    background: #00bab3;
    border-radius: 3px;
    width: 26px;
    text-align: center;
}

.social a:hover i,
.fcol1 a:hover i {
    color: #fff;
    transition: all .5s ease-in-out;
}

#primary-menu {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#primary-menu>li {
    float: left;
    padding-right: 8px;
    padding-left: 8px;
}

#primary-menu>li>a {
    display: block;
    text-align: center;
    margin: 0 5px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
}

.btn-outline {
    border: 2px solid white;
    padding: 15px 25px;
}

.btn-outline:hover {
    background-color: white;
}

.donate-side .btn-outline:hover {
    color: #FF585D;
}

#primary-menu .btn-primary {
    background-color: #fe575e;
    color: white;
    transition: background-color 0.3s ease;
    padding-top: 10px;
    padding-bottom: 10px;
}

#primary-menu .btn-primary:hover {
    background-color: #00bab3;
}

#primary-menu .btn-primary:hover a {
    color: white;
}

.sub-menu li a {
    line-height: 40px;
}

#primary-menu li:first-child {
    border: none;
}

#primary-menu a:hover {
    color: #00bab3;
}


/*li.menu-item-has-children:hover::after {content: ''; position: absolute; width: calc(100% - 2px); background: #fff; height: 2px; left:2px; top:40px; z-index: 2;}*/


/*.ms-skin-default .ms-bullet {width: 24px; height: 24px;}*/


/*.ms-slide img {border-radius: 15px;}*/

.homecols .vc_column-inner>.wpb_wrapper {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    min-height: 100%;
}

.homecols h2 {
    text-align: center;
}

.readmore a {
    padding: 5px 30px 7px;
    text-align: center;
    border: 2px solid #e3e4e5;
    border-radius: 10px;
    font-style: italic;
    font-weight: bold;
    line-height: 20px;
}

.readmore a:hover {
    border-color: #ffb549;
}

.textdesc {
    min-height: 230px;
}

.instagram-feed-wrapper section {
    margin-bottom: 0 !important;
}

.instagram-feed-wrapper h3 {
    background-color: #00bab3;
    color: white;
    margin: 0;
    padding: 15px 0;
    text-align: center;
}

.site-footer {
    font-size: 14px;
    /*background: #75787b;*/
    background: #0057b8;
    color: #ffffff;
    font-family: 'Lato', sans-serif;
}

.footer-navigation {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 0;
}

.footer-navigation:before,
.footer-navigation:after {
    content: "";
    position: absolute;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #00bab3;
}

.footer-navigation:before {
    left: -30px;
}

.footer-navigation:after {
    right: -10px;
}

.footer-navigation .widget-wrapper {
    flex: 1 1 auto;
    margin-bottom: 20px;
    padding: 0 10px;
    font-size: 14px;
}

.footer-navigation .widget-wrapper:last-of-type {
    flex-basis: 100%;
}

.footer-navigation .widget-wrapper:last-of-type a {
    color: #00bab3;
    text-transform: uppercase;
}

.footer-navigation .widget-wrapper h3 {
    font-size: 14px;
    line-height: 24px;
    color: #00bab3;
    margin-bottom: 0px;
    margin-bottom: 15px;
}

.site-footer>.container {
    padding-top: 40px;
    padding-bottom: 30px;
}

.footer-credits {
    margin-top: 20px;
    padding: 10px 0;
    background-color: #00bab3;
}

.site-footer span {
    font-size: 14px;
    line-height: 16px;
}

.site-footer p {
    margin-bottom: 0;
}

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

.site-footer .textwidget {
    margin-top: 20px;
}

.site-footer input[type="text"],
.site-footer input[type="email"] {
    width: 100%;
    padding: 10px
}

.site-info {
    margin-top: 30px;
    padding: 10px;
}

.site-info p {
    text-align: center;
    font-size: 14px;
}

.wrapper {
    width: 100%;
    background-size: cover !important;
}

.white-text * {
    color: white;
}

.whitebg {
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
}

h1 {
    font-size: 28px;
    font-weight: bold;
    margin-top: 0;
    color: #0057b8;
}

h2 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin: 10px 0;
    color: #00BAB3;
}

h4 {
    margin-top: 5px;
    font-weight: bold;
}

.doneaza {
    text-align: center;
    white-space: nowrap;
}

.doneaza img,
.fcol3 img {
    max-width: 160px;
    height: auto;
    margin-top: 10px;
}

.doneaza img {
    width: 117px;
    margin-top: 0;
}

.doneaza .wpml-ls {
    float: right;
    width: 45px;
    position: relative;
    top: 67px;
}

.doneaza .wpml-ls-legacy-dropdown .wpml-ls-flag {
    margin-top: 0;
}

.doneaza .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle {
    text-align: left;
    padding-left: 4px;
    padding-top: 2px;
}

.doneaza .wpml-ls-legacy-dropdown a.wpml-ls-item-toggle:after {
    border: 0.25em solid transparent;
    border-top: 0.4em solid;
    right: 6px;
    top: 10px;
}

ul.sub-menu {
    z-index: 9999 !important;
    background: #0057b8;
    padding: 15px;
}

ul.sub-menu li {
    display: block !important;
    border-top: 1px solid #fff;
}

ul.sub-menu li a {
    border: none !important;
    text-align: left !important;
    color: #fff;
}

#primary-menu li ul.sub-menu li:hover>a {
    color: #00bab3;
}

.dorinte>.vc_column-inner>.wpb_wrapper {
    border: 2px solid #ffe1b6;
    border-radius: 10px;
    padding: 0px;
    margin-bottom: 20px;
}

.dorinte img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.dorinte .pd20 {
    padding: 20px 20px 0 20px;
    min-height: 120px;
}

.dorinte .vc_icon_element,
.dorinte .wpb_content_element {
    margin-bottom: 0 !important;
}

#nf-form-2-cont li {
    display: inline-block;
    line-height: 34px !important;
    margin-top: 34px !important;
    margin-right: 15px !important;
}

.nf-multi-cell .nf-cell {
    padding: 0 15px !important;
}

#nf-form-2-cont input[type=text],
#nf-form-2-cont input[type=email],
#nf-form-2-cont input[type=tel],
#nf-form-2-cont select {
    border-radius: 5px;
    border: 2px solid #0057b8;
}

#nf-form-2-cont select {
    height: 34px !important;
}

#nf-form-2-cont input[type=button] {
    color: #fff;
    text-align: center;
    font-size: 18px;
    border-radius: 5px;
    border: 2px solid #0057b8;
    background: #0057b8;
    margin-top: 34px !important;
    width: 100%;
    height: 34px !important;
    padding-top: 5px;
}

#nf-form-2-cont input[type=button]:hover {
    background: #002e61;
    border-color: #002e61;
    transition: all .5s ease-in-out;
}

.postimg {
    background-size: cover;
    min-height: 360px;
    background-position: top center;
    background-repeat: no-repeat;
}

h3.title {
    font-size: 21px;
    font-weight: bold;
    line-height: 25px;
    padding: 10px 0;
}

.news-item p {
    font-size: 18px;
    color: #75787b;
}

.radio-link .vc_figure a {
    position: relative;
}

.radio-link .vc_figure a:before {
    content: 'Listen here';
    position: absolute;
    top: calc( 50% + 30px);
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;
    width: 100%;
    text-align: center;
    transition: all 0.3s ease;
    color: #29bab3;
    opacity: 0.2;
}

html[lang="en-US"] .radio-link .vc_figure a:before {
    content: 'Listen here';
}

html[lang="fr-FR"] .radio-link .vc_figure a:before {
    content: 'Ecoutez-ici';
}

.radio-link .vc_figure a:after {
    cursor: pointer;
    z-index: 2;
    content: "\f16a";
    color: #29bab3;
    font-family: Fontawesome;
    background: white;
    padding: 50px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.2;
    font-size: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.3s ease;
}

.radio-link .vc_figure a:hover:before,
.radio-link .vc_figure a:hover:after {
    opacity: 0.8;
}

@media screen and (max-width: 768px) {
    .radio-link .vc_figure a:before,
    .radio-link .vc_figure a:after {
        opacity: 0.8;
    }
}

a.more {
    display: block;
    width: 200px;
    padding: 6px 20px;
    margin: 10px auto;
    background-color: #4989bb;
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-size: 14px;
    letter-spacing: 1px;
}

a.more:hover {
    background-color: #0057b8;
}

.fcol2 ul,
.fcol2 li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fcol1 .textwidget,
.fcol3 .textwidget {
    margin-top: 0;
}

.fcol2 h3 {
    margin-top: 0;
    font-size: 20px;
    padding-bottom: 20px;
    text-transform: uppercase;
}

.news-item {
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.news-item .content {
    flex: 1;
}

.news-section {
    background-color: #f3f3f3;
    padding-top: 30px;
    padding-bottom: 30px;
}

.news-section,
.wish-section {
    margin-bottom: 30px;
}

.news-section:after,
.wish-section:after {
    content: '';
    display: block;
    height: 10px;
    border-top: 1px solid #00b9b2;
    background-color: transparent;
    border-bottom: 2px solid #00b9b2;
}

.news-section .row,
.wish-section .row {
    display: block;
}

.news-section .flex-md {
    float: left;
}

.wish-section {
    background-color: #ebfaf9;
    border-bottom: none;
    background-image: url("images/maw_stars_left.png"), url("images/maw_stars_right.png");
    background-position: bottom left, top right;
    background-repeat: no-repeat;
}

.img-fullwidth,
.img-fullwidth figure,
.img-fullwidth .vc_single_image-wrapper,
.img-fullwidth img {
    width: 100%;
}

@media screen and (min-width: 768px) {
    .fullwidth {
        position: relative;
        width: 100vw;
        left: calc((100vw - 1170px) / -2 - 15px);
        padding: 0 calc((100vw - 1170px) / 2 + 15px);
    }
    .news-section .flex-md {
        display: flex;
    }
}

@media screen and (min-width: 1500px) {
    .fullwidth {
        position: relative;
        width: 100vw;
        left: calc((100vw - 1470px) / -2 - 15px);
        padding: 0 calc((100vw - 1470px) / 2 + 15px);
    }
}

@media screen and (max-width: 768px) {
    .fullwidth {
        position: relative;
        width: 100vw;
        left: -15px;
        padding: 0 15px;
    }
    .home.page h2 {
        margin-top: 30px !important;
    }
}

.testimonial,
.thanks {
    /*	padding: 1.25rem;
      margin-bottom: 1.875rem;
      background-color: #A4DA50;
      color: #FFF;*/
}

.thanks {
    background-color: #FBF9F9;
    color: #444;
    display: none;
}

.footer-text {
    background: #0057b8;
    border-top: 5px solid #00bab3;
    border-bottom: 2px solid #00bab3;
    color: #fff;
    font-size: 16px;
    line-height: 50px;
    text-align: center;
}

#header-about {
    min-height: calc(100vh - 164px);
    position: relative;
}

#header-about p {
    position: absolute;
    top: 50px;
    left: 20%;
    /*background: rgba(2,108,182,.5);*/
    font-size: 30px;
    font-style: italic;
    /*padding-right: 300px;*/
    line-height: 50px;
    padding-left: 10px;
    color: #00BAAD;
}

.bluebann2 p strong {
    display: contents;
}

.page-id-220 #header-about p,
.page-id-228 #header-about p,
.page-id-240 #header-about p {
    left: 10% !important;
    color: #fff !important;
}


/*.page-id-242 .wpb_single_image { display: flex; align-items: center; }*/

.page-id-242 .wpb_single_image img {
    max-width: 250px;
    max-height: 250px;
}

.page-id-242 .wpb_single_image figure {
    min-height: 200px !important;
    display: flex;
    align-items: center;
}

.page-id-242 .wpb_single_image .vc_single_image-wrapper {
    margin: 0 auto !important;
}

.page h1 {
    font-size: 48px;
    line-height: 55px;
    margin-bottom: 20px;
    font-weight: 400;
}

.subheading {
    font-size: 2em;
    color: #0057B8;
    line-height: 1.25em;
}

.highlight {
    font-size: 1.2em;
    color: #0057B8;
    line-height: 1.25em;
}

.page h2 {
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.25em;
    margin-top: 0 !important;
}

.home.page h2 {
    font-size: 48px;
    line-height: 1.5em;
    text-transform: initial;
    margin-top: 50px !important;
    margin-bottom: 20px !important;
}

.widget_nav_menu {
    border-top: 1px solid #00BAB3;
    border-bottom: 2px solid #00BAB3;
    padding: 10px 0;
}

.widget_nav_menu ul,
.board ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget_nav_menu li {
    display: inline-block;
    color: #0057b8;
    padding-left: 15px;
    padding-right: 15px;
    border-left: 1px solid #e1e1e1;
    line-height: 16px;
}

.widget_nav_menu li:first-child {
    border: none;
    padding-left: 0;
}

.widget_nav_menu li a {
    color: #0057b8;
    font-size: 16px;
    line-height: 16px;
}

.widget_nav_menu li.current-menu-item a,
.widget_nav_menu li.current-page-ancestor a {
    text-decoration: underline;
    font-weight: bold;
}

.donate-side,
.testimonials-txt {
    background: #FF585D;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 60px;
}

@media screen and (max-width: 1499px) {
    .donate-side,
    .testimonials-txt {
        padding: 40px 20px;
    }
}

.testimonials-txt {
    text-transform: none;
    text-align: left;
    padding: 20px;
    min-height: 300px;
}

.testimonials-txt h3 {
    font-size: 30px;
    margin-bottom: 10px;
    font-weight: normal;
}

.testimonials-txt p {
    margin-top: 20px;
}

.donate-side p {
    margin-bottom: 0;
}

.donate-side h3 {
    padding-bottom: 10px;
}

.donate-side a {
    color: #fff;
    display: block;
}

.board li strong {
    color: #00BAB3;
}

.bluebann p,
.bluebann a {
    background: #00bab3;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 40px;
    font-size: 32px;
    line-height: 40px;
}

.bluebann2 p,
.bluebann2 a {
    background: #00bab3;
    color: #fff;
    text-align: center;
    align-items: center;
    display: flex;
    font-size: 22px;
    line-height: 28px;
    height: 297px;
    padding-left: 40px;
    padding-right: 40px;
}

.greenbox {
    background: #00BAB3;
    color: #fff;
    text-align: center;
    align-items: center;
    font-size: 22px;
    line-height: 28px;
    padding: 30px;
}

.greenbox a {
    color: inherit;
    text-decoration: underline;
}

.redbann p {
    background: #ff585d;
    color: #fff;
    text-align: center;
    padding: 40px;
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}

.redbann a {
    color: #fff;
}

.red-side {
    background: #00BAB3;
    padding: 20px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 26px;
}

h6 {
    font-size: 16px;
    line-height: 22px;
}

.redbann strong {
    font-size: 36px;
    line-height: 40px;
    font-weight: bold;
    display: block;
}

.bluebann2 strong {
    padding-bottom: 20px;
}

.patron-title {
    color: #00BAB3;
}

.patron-title h3 {
    margin-top: 0 !important;
    margin-bottom: 0;
    padding: 0;
}

.wish-item-content,
.news-item-content {
    position: relative;
    padding: 20px 20px 0;
}

.vc_general.vc_btn3.vc_btn3-style-outline {
    max-width: 100%;
}

.vc_general.vc_btn3.vc_btn3-size-lg.vc_btn3-style-outline {
    padding-left: 10px;
    padding-right: 10px;
}

.vc_general.vc_btn3.vc_btn3-size-lg {
    font-size: 19px;
}

.wish-item-content .vc_icon_element,
.news-item-content .vc_icon_element {
    position: absolute;
    bottom: 0px;
    right: -40px;
    margin-bottom: 0 !important;
}

.vc_grid-item .vc_gitem-zone {
    background-position: top center;
}

.wish-title {
    padding: 0 15px;
}

.wishes-grid .vc_gitem-zone {
    background-position: top center;
}

.wish-item-content .vc_icon_element.vc_icon_element-outer .vc_icon_element-inner.vc_icon_element-color-turquoise .vc_icon_element-icon {
    color: #00bab3;
}

.wish-title h3,
.wish-item-title,
.news-item-title {
    font-size: 20px;
    color: #0057B8;
}

.upper {
    text-transform: uppercase;
}

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

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

.nf-field-description,
.nf-form-fields-required {
    display: none;
}

#ninja_forms_required_items,
.nf-field-container {
    margin-bottom: 10px !important;
}

input,
textarea,
select {
    border: none;
    box-shadow: none;
    background: #f1f2f2;
    padding-left: 10px;
}

select {
    padding-top: 5px;
    padding-bottom: 5px;
}

input[type="button"] {
    background: #00bab3;
    float: right;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    line-height: 47px;
    padding: 0;
    width: 200px;
    display: block;
    border: none;
    cursor: pointer;
}

label[for="nf-field-27"] {
    display: none;
}

*:focus {
    outline: none;
}

.single article {
    margin-top: 30px;
}

.single article .post-thumbnail {
    margin-bottom: 30px;
    text-align: center;
}

.single article p {
    text-align: justify;
}

.news-item h3.title {
    color: #00bab3 !important;
}

.single-post h1 {
    color: #ff585d;
    text-align: center;
    font-weight: 400;
    margin: 50px auto;
    font-size: 42px;
    width: 80%;
    line-height: 1.5;
}

.category-wishes h1,
.category-wishes-fr h1,
.category-wishes-it h1,
.category-wishes-de h1 {
    color: #00bab3;
}

.category-wishes .posts-nav-wrapper,
.category-wishes-fr .posts-nav-wrapper,
.category-wishes-it .posts-nav-wrapper,
.category-wishes-de .posts-nav-wrapper {
    background-color: #00bab3;
}

@media screen and (max-width: 992px) {
    .site-header {
        height: 90px;
    }
    .site-header img,
    .site-header .col-sm-3,
    .fcol3 p {
        text-align: center;
    }
    #toggle-mobile-nav {
        background-color: transparent;
        position: absolute;
        right: 10px;
        top: -45px;
        color: white;
        font-size: 20px;
        outline: none;
        box-shadow: none;
        border: none;
    }
    #site-navigation {
        position: fixed;
        background: #0057b8;
        height: calc(100% - 130px);
        left: 0;
        top: 130px;
        transform: translateX(-100%);
        transition: all 0.4s ease;
        align-items: flex-start;
        padding: 70px 30px;
        overflow-y: scroll;
    }
    #primary-menu {
        flex-direction: column;
        gap: 20px;
        align-items: flex-start;
    }
    #primary-menu li.menu-item-has-children {
        position: relative;
    }
    #primary-menu li .toggle-submenu {
        display: block;
        position: absolute;
        top: -2px;
        right: 20px;
        font-size: 18px;
        color: white;
    }
    #primary-menu li .toggle-submenu.active {
        transform: rotate(180deg);
    }
    #primary-menu li {
        width: 100%;
    }
    #primary-menu>li>a {
        text-align: left;
    }
    .main-navigation ul ul {
        position: static;
        box-shadow: none;
    }
    #primary-menu .sub-menu {
        max-height: 0;
        transition: all 0.3s ease;
        overflow: hidden;
        padding-top: 0;
        padding-bottom: 0;
    }
    #primary-menu .sub-menu.active {
        max-height: 500px;
    }
    .main-navigation ul ul li {
        border: none;
    }
    #site-navigation.active {
        transform: translateX(0);
    }
    .page h1 {
        font-size: 38px;
        line-height: 45px;
        margin-bottom: 20px;
        text-transform: uppercase;
    }
    .page h2 {
        font-size: 20px;
        line-height: 24px;
    }
}


/*.social {position: absolute;top:155px; left: 80px; z-index: 999;}*/


/*.search {position: absolute;top:155px; right: 40px;z-index: 999;}*/

.ms-skin-default .ms-bullet,
.vc_grid-owl-dot span {
    width: 7px !important;
    height: 7px !important;
    border-radius: 100%;
    background: #fff !important;
    border: 1px solid #00bab3 !important;
    box-shadow: inset 0 0 0px 4px #fff;
}

.vc_grid-owl-dot span {
    width: 21px !important;
    height: 21px !important;
}

.ms-skin-default .ms-bullet-selected,
.vc_grid-owl-dot.active span {
    background: #0057b8 !important;
}

.ms-container,
#wishes-grid {
    overflow: visible;
}

.vc_grid-owl-dots {
    position: absolute;
    bottom: -33px;
    z-index: 9;
    width: 100%;
    text-align: center;
}

.ms-bullets.ms-dir-h {
    bottom: auto !important;
    left: auto !important;
    margin-top: -14px !important;
    text-align: center !important;
}

@media screen and (min-width: 1500px) {
    #primary-menu {
        /*margin-left: 30px;*/
    }
    .wish-section {
        left: calc((100vw - 1470px) / -2 - 15px);
        padding: 0 calc((100vw - 1470px) / 2 + 15px);
    }
}

@media screen and (max-width: 1500px) {
    #primary-menu>li {
        float: left;
        padding-right: 10px;
        padding-left: 10px;
    }
    #primary-menu>li>a {
        margin: 0;
    }
    #header-about {
        min-height: 450px;
    }
    #header-about p {
        /*top: 320px;*/
        font-size: 24px;
        padding-right: 10%;
        line-height: 50px;
        padding-left: 25px;
    }
}

@media screen and (max-width: 1300px) {
    #primary-menu>li {
        padding-right: 7px;
        padding-left: 7px;
        font-size: 15px;
    }
}

@media screen and (min-width: 780px) and (max-width: 991px) {
    /* .site-header .col-sm-3 {
    width: 30%; } */
    .site-header .col-sm-7 {
        display: none;
    }
    /* .site-header .col-sm-2 {
    width: 69%; } */
    #header-about {
        min-height: 450px;
    }
    #header-about p {
        /*top: 320px;*/
        font-size: 24px;
        padding-right: 10%;
        line-height: 50px;
        padding-left: 25px;
    }
}

@media screen and (min-width: 992px) {
    /* .site-header .col-sm-3 {
    width: 20%; }
  .site-header .col-sm-7 {
    width: 63.33%;
    height: 100px;
  } */
    .donate-side {
        margin-top: -20px;
    }
    .fcol2 {
        padding-top: 84px;
    }
    #primary-menu .sub-menu li a {
        display: block;
        line-height: 1.5em;
        padding-top: 15px;
        padding-bottom: 15px;
    }
}

@media screen and (max-width: 779px) {
    a.custom-logo-link {
        max-width: 200px;
        text-align: center;
    }
    a.custom-logo-link img {
        width: 150px !important;
    }
    .social {
        left: 10%;
    }
    .footer-text {
        line-height: 24px;
        padding: 10px 0;
    }
    .page h1 {
        font-size: 32px;
        line-height: 40px;
        margin-bottom: 15px;
        text-transform: uppercase;
    }
    .page h2 {
        font-size: 18px;
        line-height: 22px;
    }
    #header-about {
        min-height: 350px;
    }
    .fcol1,
    .fcol2,
    .fcol3 {
        margin-top: 20px;
        border-right: none;
    }
    .fcol1 p,
    .fcol1 img {
        text-align: center;
    }
    .site-info {
        margin-top: 0;
    }
    #header-about p {
        top: 230px;
        font-size: 20px;
        padding-right: 10%;
        line-height: 46px;
        padding-left: 20px;
    }
}

@media screen and (max-width: 640px) {
    a.custom-logo-link {
        max-width: 180px;
    }
    .site-header .doneaza {
        text-align: left;
        display: block;
        margin-left: 20px;
        position: absolute;
        top: -2px;
        left: -10px;
    }
    .site-header .language-selector-wrapper {
        float: none;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .site-header .language-selector-wrapper .social {
        margin-top: 3px;
    }
    .wpml-ls-legacy-list-horizontal {
        padding: 4px 0;
    }
    .site-header .doneaza>a>img {
        max-width: 20vw;
        margin-top: 0;
        float: left;
    }
    .mobile-donate {
        margin-left: 20px;
        float: left;
    }
    .site-header .custom-logo-link {
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-top: 10px;
        margin-bottom: 0px;
    }
    div.wpls-logo-showcase {
        margin-left: 0 !important;
        margin-right: 0 !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .home.page h2 {
        font-size: 30px;
    }
    .page h1 {
        font-size: 30px;
        line-height: 1.25em;
        margin-bottom: 0px;
        text-transform: uppercase;
    }
    .single-post h1 {
        font-size: 30px;
        line-height: 1.25em;
        width: auto;
    }
    .subheading {
        font-size: 22px;
    }
    .page h2 {
        font-size: 18px;
        line-height: 18px;
    }
    .widget_nav_menu li {
        padding-right: 5px;
    }
    .fcol2 li {
        font-size: 12px;
    }
    .fcol2 h3 {
        margin-top: 0;
        font-size: 14px;
        padding-bottom: 10px;
    }
    #header-about {
        min-height: 46vw !important;
        top: 0px;
    }
    #header-about p {
        top: 120px;
        font-size: 16px;
        padding-right: 10%;
        line-height: 40px;
        padding-left: 15px;
    }
    .postimg {
        min-height: 250px;
    }
    .posts-nav-wrapper {
        margin-bottom: 0;
    }
    .comment-navigation .nav-previous,
    .posts-navigation .nav-previous,
    .post-navigation .nav-previous,
    .comment-navigation .nav-next,
    .posts-navigation .nav-next,
    .post-navigation .nav-next {
        float: none;
        width: 100%;
    }
    .patron-title .name-separator {
        display: none;
    }
    .patron-title .job-title {
        font-size: 18px;
        display: block;
        margin-top: 24px;
    }
    .site-footer .widget-wrapper {
        text-align: center;
    }
    .footer-navigation {
        display: block;
        text-align: center;
    }
    .site-footer .newsletter-wrapper {
        float: none;
        width: 80%;
        margin: 50px auto;
    }
    .site-footer .donate-wrapper {
        width: 80%;
        margin: 50px auto 50px;
        padding-left: 0;
        float: none;
    }
    .site-footer .mc4wp-form {
        padding: 0;
    }
    .site-footer .donate-wrapper a {
        width: 60%;
        margin: auto;
        display: block;
    }
    .site-footer .mc4wp-form .btn-default {
        width: 100%;
    }
    .footer-credits {
        text-align: center;
        padding-left: 40px;
        padding-right: 40px;
    }
    .footer-credits .text-right {
        text-align: center;
    }
    .footer-credits .social {
        margin: 30px 0 10px;
    }
    article .vc_row .vc_wp_custommenu {
        text-align: center;
    }
    article .vc_row .vc_wp_custommenu li {
        padding: 0 5px;
        border: none;
    }
    .owl-stage-outer.owl-height {
        box-sizing: content-box;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 380px) {
    a.custom-logo-link,
    .doneaza img {
        max-width: 140px;
    }
}

.bg-top .vc_column-inner {
    padding-top: calc(100% - 200px) !important;
    background-position: top center !important;
}

@media screen and (max-width: 768px) {
    .bg-top .vc_column-inner {
        margin-bottom: 30px;
    }
}

.transparent-form input,
.transparent-form textarea {
    background-color: transparent;
    color: white;
}

.transparent-form *::placeholder {
    color: white;
}

.ninja-forms-field {
    background-color: transparent;
    color: white;
}

#nf-form-8-cont .nf-row:nth-last-child(-n+2) {
    border: none !important;
}

#nf-form-7-cont .nf-row:nth-last-child(-n+2) {
    border: none !important;
}

#nf-form-4-cont .nf-row:nth-last-child(-n+2) {
    border: none !important;
}

#nf-form-3-cont .nf-row:nth-last-child(-n+1) {
    border: none !important;
}

.transparent-form .nf-row:last-of-type {
    border: none !important;
}

.transparent-form .submit-wrap input[type=button] {
    float: none;
    width: 200px;
    margin: 0 auto;
    border: 1px solid white;
}

.transparent-form .submit-wrap input[type=button]:hover {
    background-color: #fff;
    color: black;
}

.security-question-wrapper .nf-field-label label {
    font-weight: 500;
    padding: 0 10px;
}

.security-question-wrapper .nf-field-label label .ninja-forms-req-symbol {
    color: white;
}