/*

Theme Name: Hello Elementor Child

Theme URI: https://github.com/elementor/hello-theme/

Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team

Author: Elementor Team

Author URI: https://elementor.com/

Template: hello-elementor

Version: 1.0.1

Text Domain: hello-elementor-child

License: GNU General Public License v3 or later.

License URI: https://www.gnu.org/licenses/gpl-3.0.html

*/
body {
    margin-left:0;
    margin-right: 0;
}
p{
    font-size: 18px;
}
a{
    color: var( --e-global-color-accent );
}
a:hover{
    color: var(--e-global-color-79d8157);
}
h4 {
  font-size: 1rem;
}
.flex-row {
    display:flex;
    flex-direction: row;
}
.flex-col {
    display:flex;
    flex-direction:column;
}
small {
    font-size: 0.9rem;
}
button,.button {
    background-color: #3B7DD8 !important;
    border-radius: 0;
    color: #fff!important;
    cursor: pointer;
    padding: 0.5rem 1.5rem!important;
    border:none!important;
}
button:hover,.button:hover {
    background-color: #4A91F2!important;
    border:none!important;
    color: #fff!important;
}
/*.associations h1 {*/
/*    color: #000;*/
/*}*/
.menu-wrap, .fullPageMenu {
    height: 100%;
    position: fixed;
    top: -100%;
    width: 100%;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left: 0;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
}
.menu-wrap.active, .fullPageMenu.active {
    top: 0;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    opacity: 1;
    visibility: visible;
}
.menu-wrap.active {
    background-color: #00000075;
}
.fullPageMenu.active {
    display: flex;
    /*background-image: -moz-linear-gradient(top, #1b375e, transparent);*/
    /*background-image: -webkit-linear-gradient(top, #1b375e, transparent);*/
    /*background-image: -o-linear-gradient(top, #1b375e, transparent);*/
    /*background-image: -ms-linear-gradient(top, #1b375e, transparent);*/
    /*background-image: linear-gradient(to bottom, #1b375e, transparent);*/
    justify-content: flex-end;
    align-items: stretch;
}

.menuicon {
    border: 1px solid #d6d6d6;
    display: flex;
    font-size: 60px;
    background-color: #fff;
    position: relative;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    cursor: pointer;
    z-index: 10;
    justify-content: center;
    align-items: center;
    padding: .25em;
}
.menuicon.active {
    border: none;
    padding-top: 50px;
    /*background-color: #000;*/
    height: 100vh;
    position: fixed;
    top: 0;
    -moz-transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    /*background-image: -moz-linear-gradient(top, #4b91f1, #bfd6f6);*/
    /*background-image: -webkit-linear-gradient(top, #4b91f1, #bfd6f6);*/
    /*background-image: -o-linear-gradient(top, #4b91f1, #bfd6f6);*/
    /*background-image: -ms-linear-gradient(top, #4b91f1, #bfd6f6);*/
    /*background-image: linear-gradient(to bottom, #4b91f1, #bfd6f6);*/
    justify-content: flex-start;
    flex-direction: column;
    right: 0;
}
.menuicon svg {
    height: 26px;
    width: 26px;
    -moz-transition: fill 0.5s;
    -webkit-transition: fill 0.5s;
    -o-transition: fill 0.5s;
    transition: fill 0.5s;
    fill: #000;
}
#icon-hamburger-close {
    display: none;
}
#icon-hamburger.active {
    display: none;
}
#icon-hamburger-close.active {
    display: block;
    -moz-transition: fill 0.5s;
    -webkit-transition: fill 0.5s;
    -o-transition: fill 0.5s;
    transition: fill 0.5s;
    fill: #000;
}
.fullPageMenu .nav-list {
    display: none;
}
#nav-list.visible {
    display: flex;
    background-color: #fff;
    width: 60%;
    overflow-y: scroll;
    opacity: 1;
    visibility: visible;
    justify-content: space-between;
    align-items: flex-start;
    flex-direction: column;
    padding: 50px 100px;
}
.fullPageMenu .nav-list ul.menu {
    display: flex;
    position: relative;
    flex-direction: column;
    list-style-type: none;
    /*list-style-image: url('/wp-content/uploads/2024/03/gr_plus-icon.png');*/
    /*list-style-image: url("https://demo.limestudio.online//wp-content/uploads/2024/03/gr_plus-icon.png");*/
    row-gap: 5px;
    padding: 0;
}
.lang-flags {
  display: flex;
  flex-direction: row !important;
  list-style-type: none;
}
.fullPageMenu .nav-list ul li {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    position: relative;
    align-items: flex-start;
    
    
    gap: 10px;
    padding: 0 20px;
    margin: 5px 0;
}
.fullPageMenu .nav-list ul.menu li::before {
    /*content: "";*/
    /*height: 1.8rem;*/
    /*content: "";*/
    /*background-color: #4b91f1;*/
    /*height: 100%;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    
    /*width: 100%;*/
    /*-moz-transition: transform 0.5s ease-in-out;*/
    /*-webkit-transition: transform 0.5s ease-in-out;*/
    /*-o-transition: transform 0.5s ease-in-out;*/
    /*transition: transform 0.5s ease-in-out;*/
    
    /*-moz-transform: scaleY(0);*/
    /*-webkit-transform: scaleY(0);*/
    /*-o-transform: scaleY(0);*/
    /*transform: scaleY(0);*/
    /*transform-origin: bottom;*/
}
.fullPageMenu .nav-list ul.menu li:hover:before {
    -moz-transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    -moz-transform: scaleY(1);
    -webkit-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
    transform-origin: top;
}
.li-before {
    content: url('/wp-content/uploads/2024/04/favicon-16x16-1.png');
    height: 1rem;
    display: flex;
    align-self: center;
}
li.lang-item:before{
    display:none !important;
}
.fullPageMenu .nav-list ul li a {
    text-decoration: none;
    display: flex;
    font-size: 1.2rem;
    line-height: 1.8em;
    font-weight: 600;
    color: #000;
    column-gap: 10px;
    position: relative;
    -moz-transition: 0.5s ease-in-out;
    -webkit-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    text-transform: uppercase;
}
.fullPageMenu .nav-list ul li a::before {
    /*content: attr(data-text);*/
    /*color: #fff;*/
    /*position: absolute;*/
    /*bottom: -100%;*/
    /*left: 0;*/
}
.fullPageMenu .nav-list ul.menu li:hover a {
    /*color: #000;*/
    /*-moz-transform: translateY(-100%);*/
    /*-webkit-transform: translateY(-100%);*/
    /*-o-transform: translateY(-100%);*/
    /*transform: translateY(-100%);*/
}
.social-icons {
    display: flex;
    padding-left: 20px;
    margin-top: 2rem;
    height: auto;
    width: auto;
    -moz-column-gap: 15px;
    -webkit-column-gap: 15px;
    -o-column-gap: 15px;
    column-gap: 15px;
}
.social-icon {
    display: inline-block;
}
.social-icon a {
    background-color: transparent;
    border-style: solid;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border-color: #3c7dd9;
    border-width: 1px 1px 1px 1px;
    /*padding: 15px;*/
}
.social-icon a svg {
    fill: #3c7dd9;
}
/*associations*/
.assoc-content {
    max-width: 100%;
    gap: 40px;
}
.assoc-table {
    width:70%;
}
.assoc-content aside {
    width: 30%;
}
.total-items {
    gap: 2rem;
}
.total-items p {
    margin-bottom:0;
}
.assoc-card {
    margin-bottom:1.6rem;
}

.card-header {
  display:flex;
  flex-direction: column;
  background-color: #f0f0f0;
  color: #444;
  gap:0;
  cursor: pointer;
  padding: 1.4rem;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
.assoc_is_top {
  height: 21px;
  background: url('/wp-content/uploads/2024/03/badge.png') no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
  background-position: right;
}
.card-body {
    padding: 1rem;
}
.card-body p {
    text-transform: capitalize;
}
.card-header h2, .card-header h4, .card-header p {
    margin:0;
}
.card-header p {
    text-align: right;
}
.card-header button {
    display: flex;
    background-image: url('/wp-content/uploads/2024/03/icon-down-arrow.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 1rem 2rem;
    /*border-radius: 10px;*/
    border:none;
    align-self: center;
    background-color: transparent!important;
}

/*.card-header:hover {*/
/*  background-color: #ccc;*/
/*}*/

.collapse {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  
}
.pagination {
    width:100%;
}
.pagination ul{
    list-style-type: none;
    gap: 5px;
    padding-inline-start: 0;
    overflow-x: scroll;
}
.page-item {
    background: #ccc;
    border-radius: 4px;
    padding:5px;
}
.page-item:hover, .current {
    background: #4b91f1;
}
.page-item:hover a, .current a {
    color: #fff;
}
form.flex-col {
    gap:1rem;
}
.assoc-content .btn-group {
    justify-content: space-between;
    align-items: center;
}
/*.filter-form button{*/
/*    background: #ccc;*/
/*    border: none;*/
/*    border-radius: 4px;*/
/*    padding: 0.75rem 2rem;*/
/*}*/
.activeStatus {
  background: #bee0ff;
}
.card-body .card-body-row a.button{
    background-color: #f0f0f0 !important;
    color:var(--e-global-color-text)!important;
}
.select-form > .flex-row{
    column-gap: 1rem;
  align-items: center;
}
.filter-form .form-control {
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
    border-top-color: rgb(206, 212, 218);
    border-right-color: rgb(206, 212, 218);
    border-bottom-color: rgb(206, 212, 218);
    border-left-color: rgb(206, 212, 218);
  border-radius: .25rem;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
select.form-control:not([size]):not([multiple]) {
  height: calc(2.25rem + 2px);
}
.select-form select:not(.form-control) {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25);
}
.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.form-group {
  /*margin-bottom: 1rem;*/
}
.form-group label {
    margin-bottom:5px;
}
.form-check-input {
  position: absolute;
  margin-top: .3rem;
  margin-left: -1.25rem;
}
/*association page*/
.article-body {
    gap: 3rem;
    align-items: center;
}
.article-body h1 {
    margin: 0;
}
.info-assoc-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.article-details h2 {
    color: #6c757d;
    font-size:1rem;
    margin: 0;
}
.info-col {
    padding: 1rem;
}
.col-heading {
    min-height: 100px;
    border-bottom: solid 1px #fff;
    text-align: center;
}
.col-heading p{
    font-size: 12px;
    margin: 0;
}
.table-info-assoc .flex-row {
    display:grid;
    grid-template-columns: 1fr 2fr;
}
.table-info-assoc .flex-row p{
    display:flex;
    align-self: start;
}
/*.article-details .button, .filter-form button#findBtn {*/
/*    background-color: #3B7DD8;*/
/*    border-radius: 0;*/
/*    color: #fff;*/
/*    cursor: pointer;*/
/*    padding: 1rem 2rem;*/
/*}*/
/*.article-details .button:hover, .filter-form button#findBtn:hover {*/
/*    background-color: #4A91F2;*/
/*    color: #fff;*/
/*}*/
/*blog*/
.elementor-posts .elementor-grid-item {
    position: relative;
}

/*.custom-after .elementor-post__card::after, .custom-after .elementor-posts .elementor-grid-item::after {*/
/*    display: block;*/
/*    background-color: #E7EFFB;*/
/*    border-radius: 20px 0 20px 0;*/
/*    position: absolute;*/
/*    bottom: 0;*/
/*    right: 0;*/
/*    content: url('/wp-content/uploads/2024/03/Flaten.svg');*/
/*    padding: 9px 16px;*/
/*}*/
/*.elementor-posts-container .elementor-post__thumbnail img {*/
/*    border-radius:20px;*/
/*}*/
/*media*/
@media only screen and (max-width: 1024px) {
#nav-list.visible {
    width: 100%;
    overflow-y: scroll;
    padding: 100px 20px 40px;
}

.assoc-table {
    width:50%;
}
.assoc-content aside {
    width: 50%;
}
.info-assoc-grid {
    display: flex;
    flex-direction: column;
}
}
@media only screen and (max-width: 768px) {
    .assoc-content {
        flex-direction: column-reverse;
    }
    .assoc-table {
    width:100%;
    }
    .assoc-content aside {
    width: 100%;
    }
    .article-body h1 {
        font-size:1rem;
        line-height: 1.6rem;
        text-align: center;
    }
}

/*ACF repeater*/

.elementor-team-members-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px; /* Відступ між елементами гріда */
}


.team-member {
    display:flex;
    align-items:center;
    gap:2rem;
    color: var(--e-global-color-text);
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
  font-size: var( --e-global-typography-text-font-size );
  font-weight: var( --e-global-typography-text-font-weight );
    width:100% !important;
    
    text-align: left; /* Центрування тексту всередині карточки */
    /*transition: transform 0.3s; */
    
    background-color: #fff;
    border-width: 0px;
    border-radius: 0px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,.15);
    border: 0 solid #69727d;
    transition: all .25s;
}

.team-member:hover {
    transform: scale(1.01); 
    box-shadow: 0 0 30px 0 rgba(0,0,0,.15);
}
.team-member .member-image{
    display: flex;
    width:40%;
}
.team-member .member-info{
    display:flex;
    flex-direction:column;
    width:60%;
    padding-right: 10px;
}
.team-member img {
    width: auto;
    height: 350px;
    border-radius: 0px;
    object-fit: cover;
}

.team-member h3 {
    margin-top: 10px; /* Відступ заголовка від зображення */
    font-size: 1.6rem; /* Розмір шрифту для імені */
    color: var(--e-global-color-text);
}
.team-member .social-icons{
    padding:0;
    justify-content:flex-start;
}
.team-member .elementor-social-icon {
    background-color: #FFFFFF00;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-79d8157);
    --e-social-icon-icon-color: var(--e-global-color-f4f6b49);
}
.team-member .elementor-icon.elementor-social-icon {
    --icon-padding:5px;
    font-size: var(--icon-size, 18px);
    line-height: var(--icon-size, 18px);
    width: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
    height: calc(var(--icon-size, 25px) + 2* var(--icon-padding, .5em));
}

.team-member .elementor-social-icon svg {
    fill: var(--e-global-color-79d8157);
}
.team-member .elementor-social-icon:hover {
    background-color: var(--e-global-color-f4f6b49);
    opacity: .9;
}
.team-member .elementor-social-icon:hover svg {
    fill: var(--e-global-color-text);
}
@media only screen and (max-width: 1024px) {
    .elementor-team-members-grid {
        display: flex;
        flex-direction:column;
        gap: 20px; /* Відступ між елементами гріда */
    }
}
@media only screen and (max-width: 768px) {
    .elementor-team-members-grid {
        display: flex;
        flex-direction:column;
        gap: 4rem; /* Відступ між елементами гріда */
    }
    .team-member{
        flex-direction:column;
        max-width:100%;
        margin: 0;
    }
    .team-member .member-image, .team-member .member-info {
        width: 100%;
    }
    .team-member img {
        width: 100%;
        height: auto;
    }
    .team-member .member-info{
        display:flex;
        flex-direction:column;
        padding-right: unset;
        padding: 20px;
    }
    .social-icons {margin-top: 10px;}
}
/*Posts cards*/
.elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img, .elementor-posts-container .elementor-post__thumbnail img {
  height: 220px;
  position: unset !important;
  top: unset;
  left: unset;
  transform: unset;
  object-fit: cover;
}
@media (max-width: 767px) {
    .elementor-element .elementor-posts-container .elementor-post__thumbnail {
        padding-bottom: 0 !important;
    }
}