/* 
Theme Name: Hello Elementor Child - SOROPTIMISTE
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Soroptimist Theme
Author: Yann And Co Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: soroptimist
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
    position: relative;
    z-index: -1;
  }

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
  content: "";
  display: block;
  height: 200px; 
  margin: -200px 0 0; 
  visibility: hidden;
  pointer-events: none;
}


.cat-tag{
  display: inline-block;
  padding: 1px 8px;
  margin: 2px;
  margin-left:0;
  margin-right:4px;
  border-radius: 4px;
  font-size: 11px;
  text-decoration: none;
  color: #535353;
  border: 1px solid #bbb;
}

.cat-tag:hover{
  color:#000000;
  border-color:#000000;
}


a.cat-womens-empowerment{
  color: #5E2B6D;
  border-color:#5E2B6D;
}

a.cat-health-food-security{
  color: #42B8C0;
  border-color:#42B8C0;
}

a.cat-education{
  color: #FBD74D;
  border-color:#FBD74D;
}

a.cat-scholarships{
  color: #5E2B6D;
  border-color:#5E2B6D;
}

a.cat-advocacy{
  color: #5E2B6D;
  border-color:#5E2B6D;
}

a.cat-violence-against-women{
  color: #DD6127;
  border-color:#DD6127;
}

a.cat-sustainability{
  color: #7FAF30;
  border-color:#7FAF30;
}

.post-type-archive-tribe_events .tribe-common-l-container.tribe-events-l-container{
  margin-top: 90px;
}


.country-container {
  position: relative;
}
.country-popup {
  display: none;
  flex-direction: column;
  align-items: center;
  width: 350px;
  border: 1px solid black;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
  background-color: white;
  opacity: 0;
  transition: opacity 0.2s ease-in;
  left: 150px;

  &.show {
    display: flex;
    opacity: 1;
  }
}

@starting-style {
  .country-popup.show {
    opacity: 0;
  }
}

.country-popup-row {
  width: 100%;
  border-bottom: 1px solid black;
  padding: 8px 14px;

  h3 {
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 0;
  }
}

.country-popup-row:last-child {
  border-bottom: none;
}

.country-popup-contacts {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  font-size: 12pt;
  .country-popup-email {
    flex: 1 0 auto;
  }
  .country-popup-socials {
    display: flex;
    flex-direction: row;
    svg {
      width: 20px;
      height: 20px;
    }
  }
}
