/*--------------------------------------------------------------
This is your custom stylesheet.

Add your own styles here to make theme updates easier.
To override any styles from other stylesheets, simply copy them into here and edit away.

Make sure to respect the media queries! Otherwise you may
accidentally add desktop styles to the mobile layout.
https://www.w3schools.com/css/css_rwd_mediaqueries.asp
--------------------------------------------------------------*/

@import url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap');

@font-face {
    /* font-family: "Latine"; */
    /* src: url(../fonts/Latine.ttf) format("truetype"); */

    font-family: "Tinos";
    src: url('https://fonts.googleapis.com/css2?family=Tinos:ital,wght@0,400;0,700;1,400;1,700&display=swap')
}

@font-face {
    font-family: "JosefinSans";
    src: url(../fonts/JosefinSans-SemiBold.ttf) format("truetype");
  }

/* TEMPORARY FIX FOR MCE ERROR */
.mce-notification-error { display: none; }

.dashicons-twitter {
  background-image:  url(https://upload.wikimedia.org/wikipedia/commons/5/53/X_logo_2023_original.svg);
  background-size: contain;
}
.dashicons-twitter:before {
  content: " ";
}

.dashicons-x {
  background-image:  url(https://upload.wikimedia.org/wikipedia/commons/5/53/X_logo_2023_original.svg);
  background-size: contain;
}
.dashicons-x:before {
  content: " ";
}

#main .entry-header {
    /*display: none;*/
    margin-top: 2.1875rem
}  
#wpadminbar{
    position: fixed;
    top: 0;
  }
.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}
#description a {
  color: var(--bb-primary-color);  
}
#description a:hover {
  color: #ffb94a;  
}
body:not(.page-template-page-fullscreen) .site {
    overflow-x: initial !important;
} 
.has-scrolled{
  transition: cubic-bezier(0.075, 0.82, 0.165, 1) !important;
}
.has-scrolled.site-header .site-header-container{
  max-height: 90px;
}
.has-scrolled .site-header-container #site-logo .bb-logo img, .has-scrolled .site-header-container #site-logo .site-title img.bb-logo, .has-scrolled .site-title img.bb-mobile-logo {
  max-height: 90px;
}
.has-scrolled .site-header-container .site-branding{
  height: 90px;
  max-height: 90px;
}
.has-scrolled .primary-menu>li>a, 
.has-scrolled .primary-menu>li>a span, 
.has-scrolled .primary-menu>li,
.has-scrolled .primary-menu{
  max-height: 90px;
}
.has-scrolled .primary-menu>li:hover>a:before {  
  top: 70% !important;  
}
.bb-footer .footer-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
  list-style: none;
  justify-content: center;
}
#newsletter h3 strong{
  color: #f96441;
}
#newsletter .tnp label {
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}
.wp-block-columns h1,
.wp-block-columns h2,
.wp-block-columns h3,
.wp-block-columns h4,
.wp-block-columns h5,
.wp-block-columns h6 {
  padding-left: 10px;
  padding-right: 10px;
}
  .b-example-divider {
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
      inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
  }

  .b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
  }

  .bi {
    vertical-align: -0.125em;
    fill: currentColor;
  }

  .nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
  }

  .nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .card,
  .btn,
  .form-control {
    border-radius: 0;
  }

  .btn {
    background-color: #ffb94a;
    border-color: transparent;
    color: #05586b;
  }

  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: #6c757d !important;
    border-color: transparent;
  }

  .btn-secondary {
    background-color: #dcf4f3;
  }

  h1 {
    font-family: "Tinos" !important;
  }

  h2 {
    font-family: "JosefinSans" !important;
  }

  a {
    color: #b0e7ea;
    /* text-decoration: underline; */
  }

  a:hover {
    color: #ffb94a;
    /* text-decoration: underline; */
  }
  /* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
.expandir{
  display: inline-block;
    background: red;
    position: absolute;
    top: 40%;
    left: 40%;
    padding: 30px;
    cursor: pointer;
    color: #fff !important;
    z-index: 9999;
}
/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
  }
  /* Since positioning the image, we need to help out the caption */
  .carousel-caption {
    bottom: 3rem;
    z-index: 10;
  }
  
  .carousel-caption.cap1, .carousel-caption.cap2{
    color: #05586b;
  }
  
  .carousel-caption.cap3{
    color: #dcf4f3;
  }
  
  /* Declare heights because of positioning of img element */
  .carousel-item {
    height: 32rem;
  }
  .carousel-item .btn{
    border-radius: 25px;
  }
  .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9;
    background-color: rgb(18 43 70 / 0%) !important;
}
  /* MARKETING CONTENT
  -------------------------------------------------- */
  
  /* Center align the text within the three columns below the carousel */
  .marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  /* rtl:begin:ignore */
  .marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
  }
  /* rtl:end:ignore */
  
  
  /* Featurettes
  ------------------------- */
  
  .featurette-divider {
    margin: 5rem 0; /* Space out the Bootstrap <hr> more */
  }

  /*  Podcasts */
  .podcast-image-carroussel{
    z-index: 0;
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 0px;
  }
  .podcast-short-description{
    font-size: 21px;
  }
  .podcast-block-icon{
    text-align: center;
  }
  .podcast-block-icon img{
    max-width: 140px;
    max-height: 140px;
    border-radius: 100%;
    margin: 0 auto;
  } 
  .align-bottom{
    display: flex;
    flex-wrap: wrap;    
    align-items: flex-end;
  }
  .featurette-top{
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .featurette-top a{
    color: #5a5a5a;
  }
  .featurette-top a:hover{
    color: #05586b;
  }
  .featurette-top p{
    margin: 0 0 10px;
  }
  .featurette-top .small{
    font-size: 14px;
  }
  .figure-caption {
    font-size: 14px;
    color: #333;
    background: #eef0f3;
    text-align: center;
    font-style: italic;
}
#guests{
  margin-top: 40px;
  padding: 40px 0px;  
  box-sizing: content-box;
}
.row-guests{
  display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px dotted #ccc;
    padding: 40px 5px 30px;
}
.col-guest-info{
  /*width: 25%;  */
  text-align: center;
}
.col-guest-bio{
  /*width: 75%;*/
}
.guest-links{
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.guest-links li{
  padding: 3px;
}
.guest-links li a{
  color: #515151;
  font-size: 21px;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.guest-links li a:hover{
  opacity: 0.8;
}
#transcript{
  margin-top: 0px;
  padding: 20px 0px; 
  box-sizing: content-box;
}
#credits{
  margin-top: 0px;
  padding: 20px 0px;  
  box-sizing: content-box;
}
.podcast-list-links{
  list-style: none;
  margin: 0;
}
.podcast-list-links li{
  border-bottom: 1px dotted #cdcdcd;
  margin-bottom: 10px;
  padding: 5px;
}
.podcast-list-links a{
  color: #00576c;
  transition: cubic-bezier(0.075, 0.82, 0.165, 1);
}
.podcast-list-links a{
  opacity: 0.8;
}
  
  /* Thin out the marketing headings */
  /* rtl:begin:remove */
.featurette-heading {
    letter-spacing: -.05rem;
  }
.featurette a{
    color: #5a5a5a;
  }
.featurette a:hover{
    color: #05586b;
  }
  /* login register */
.registration .entry-header span a {
		background-color: #f96441;
		color: #ffffff !important;
		padding: 6px 10px;
		border-radius: 8px;
	}
.registration .entry-header span a:hover{
		opacity: 0.8;
	}
form#signup-form .layout-wrap{
    display: flex;
    flex-direction: column-reverse;
}
/* My Directory */
#acf-form .location_country .acf-input input[type=text],
#acf-form .location_state .acf-input input[type=text],
#acf-form .location_city .acf-input input[type=text]{
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {  
  line-height: 40px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 41px !important;  
}
.select2-container .select2-selection--single {  
  height: 41px !important;
}
.no-border-bottom{
  border-bottom: none !important;;
}
#location_2{
  display: none;
}
.duplicate-locate, .hide-locate{
  background-color: #ddd;
  color: #444 !important;
  padding: 5px 8px;
  border-radius: 8px;
  display: inline-block;
  margin: 5px 20px 10px;
  cursor: pointer;
  font-size: 14px;
}
.duplicate-locate:hover, .hide-locate:hover{
  opacity: 0.8;
}
.hide-locate{
  display: none;
}
.select2-container{
  width: 100% !important;
}
.acf-input-prepend, .acf-input-append {
  font-size: 13px;
  line-height: 1.4;
  padding: 4px 8px;
  background: #f5f5f5;
  border: #7e8993 solid 1px;
  min-height: 41px;
  display: flex;
  align-items: center;
}
.acf-icon.small, .acf-icon.-small {
  width: 20px;
  height: 20px;
  line-height: 14px;
  font-size: 14px;
  min-height: 30px;
  display: flex;
  align-items: center;
}
.acf-form-submit [type=submit]{
  display: none !important;;
}
.custom-acf-form-submit {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-wrap: nowrap;
}
#update-mydirectory{
  font-family: inherit;
  font-size: 15px;
  background-color: var(--bb-primary-button-background-regular);
  color: var(--bb-primary-button-text-regular);
  border: 1px solid var(--bb-primary-button-border-regular);
  border-radius: var(--bb-button-radius);
  padding: 10px 20px;
  font-weight: 500;
  font-style: normal;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  display: inline-block;
  line-height: 1.3;
  border-width: 1px;
  border-style: solid;
  outline: 0;
  vertical-align: middle;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: all linear .2s;
  transition: all linear .2s; 
}
#delete-mydirectory{
  background-color: #ff7676;
  border: 1px solid red;
}
#delete-mydirectory:hover{
  opacity: 0.8;
}
#preview-card{
  width: 100%;
  max-width: 320px;
}
#users-list .card-user, #preview-card .card-user{
  border: none;
  background: transparent;
}
#users-list .card-user img, #preview-card .card-user img{
  width: 100%;
  height: auto;
  border-radius: 0px;
}
.card-infos{
  padding: 10px;
}
.card-infos p {
  font-size: 12px;
  line-height: 1.68em;
}
.card-infos p a{
  color: #515151;
  text-decoration: underline;
}
.card-infos p a:hover{
  color: #767676;
}
#directory-the_content{
  width: 100%;
  min-width: 100%;
  padding: 20px 5px;
}
.directory-main{
  width: 100%;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}
#users-list{
  width: 79%;  
  position: relative;
}
#directory-filters{
  width: 22%;
  padding-right: 15px
}
.header-filter-sidebar{
  background: #0e6075;
  color: #fff;
  padding: 5px 12px;
}
.itens-filters{
  list-style: none;
  list-style-type: none;
  margin: 0;
  padding: 12px;
}
.itens-filters label{
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 14px;
}
.itens-filters label input[type=checkbox],
.itens-filters label input[type=radio]{
  margin-right: 10px;
}
div.db-group__hed {
  padding: 8px 11px;
  background-color: #05586b;
  flex: 1;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.db-group__hed span.text{
  color: #ffffff;
}
span.accordion-btn {
  margin-right: 10px;
  margin-top: -15px;
  width: 10px;
  height: 10px;
  text-align: center;
  border-radius: 100%;
  cursor: pointer;
  display: none;
}
.db-search__text{
  width: 100%;
  margin-bottom: 10px;
}
#clear-search{
  background: #ffb94a;
  border: none;
  color: #ffffff;
  line-height: 1.3;
}
#db-search__submit{
  background: #f96441;
  border: none;
  color: #ffffff;
  line-height: 1.3;
}
.search-btn{
  font-size: 14px !important;
  padding: 10px 12px !important;
  height: 36px !important;
}
.search-btn:hover{
  opacity: 0.8;
}
.db-search_group{
  display: block;
  text-align: right;
  margin-bottom: 15px;
}
/* ini: Preloader */ 
#preloader, #preloader-timeline, #preloader-history {
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  background-color: transparent;
  margin: 90px auto;
}
#preloader .inner, #preloader-timeline .inner, #preloader-history .inner {
  position: relative;
  margin: 0 auto;
}
#preloader-timeline .inner .bolas > div, #preloader-history .inner .bolas > div{
  background-color: #aaa;
}
.bolas > div {
display: inline-block;
background-color: #aaa;
width: 12px;
height: 12px;
border-radius: 100%;
margin: 3px;
-webkit-animation-fill-mode: both;
animation-fill-mode: both;
animation-name: animarBola;
animation-timing-function: linear;
animation-iteration-count: infinite;
 
}
.bolas > div:nth-child(1) {
  animation-duration:0.75s ;
  animation-delay: 0s;
}
.bolas > div:nth-child(2) {
  animation-duration: 0.75s ;
  animation-delay: 0.12s;
}
.bolas > div:nth-child(3) {
  animation-duration: 0.75s  ;
  animation-delay: 0.24s;
}

@keyframes animarBola {
0% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
16% {
  -webkit-transform: scale(0.1);
  transform: scale(0.1);
  opacity: 0.7;
}
33% {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1; 
} 
}
/* end: Preloader */   
/* rtl:end:remove */
/* RESPONSIVE CSS
  -------------------------------------------------- */
  
@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
      margin-bottom: 1.25rem;
      font-size: 1.25rem;
      line-height: 1.4;
    }  
    .featurette-heading {
      font-size: 50px;
    }
    
}
@media only screen and (max-width: 767px) and (min-width: 100px) {
    .bb-mobile-header {
      max-height: 80px;
    }
    #newsletter{
      padding: 30px 20px;
    }
    #newsletter .has-large-font-size{
      font-size: 1.3em !important;
      text-align: center !important;
    }
    #newsletter .has-medium-font-size{
      font-size: 16px !important;
      text-align: center !important;
    }
    .hide-mobile{
      display: none !important;
    }
    .acf-field{
      width: 100% !important;
    }

}  
@media (min-width: 62em) {
    .featurette-heading {
      margin-top: 7rem;
    }
}
@media (min-width: 768px) {
    .bd-placeholder-img-lg {
      font-size: 3.5rem;
    }
    .hide-desktop{
      display: none !important;
    }
}
@media only screen and (max-width : 767px) { 
	.row-guests {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: 1px dotted #ccc;
    padding: 40px 5px 30px;
    flex-direction: column;
    align-items: center;
    align-content: center;
  }
  .col-guest-info {
    width: 100%;
    text-align: center;
    padding-bottom: 10px;
  }
  .col-guest-bio {
    width: 100%;
    text-align: left;
  }
}
/* .page-template-page-directory #content .container{
  width: 100%;
  max-width: 100%;
} */

.masonrow {
  -moz-column-width: 18em;
  -webkit-column-width: 18em;
  -moz-column-gap: 1em;
  -webkit-column-gap:1em; 
   
 } 
 .masonrow .item {
  display: inline-block;
  padding:  .25rem;
  width:  100%; 
 }
 
 .my-tooltip {
  position: relative;
    display: flex;
    align-items: center;
}
.my-tooltip .my-tooltiptext {
  visibility: hidden;
  width: 300px;
    background-color: #000000f2;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 10px;
    position: absolute;
    z-index: 1;
    bottom: 28px;
    font-size: 14px;
}
.my-tooltip-icon{
  background-image: url("../img/1176.png");
    width: 25px;
    height: 25px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    margin-right: 8px;
    position: relative;
}
.my-tooltip-icon:hover .my-tooltiptext {
  visibility: visible;
}
.bp-profile-content .field-visibility-settings-header {
  display: none;
}
.bp-profile-content .field_custom-identify{
  display: none;
}
.bp-profile-content .field_custom-identify legend{
  display: none !important;
}
.alert {
  padding: 20px;
  background-color: #f44336; /* Red */
  color: white;
  margin-bottom: 15px;
}
.alert.error {  
  background-color: #f44336; /* Red */
  color: white !important;
  
}
.alert.warning {
  background-color: #ff9800;
  color: #fff !important;
}
.alert.success {
  background-color: #04AA6D;
  color: #fff !important;
}
.alert.draft {
  background-color: #939597;
  color: #fff !important;
}
.alert.info {
  background-color: #2196F3;
  color: #fff !important;
}
#signup-form .field_custom-pronouns, #profile-edit-form .field_custom-pronouns{
  padding-left: 5px !important;
  margin-top: -16px !important;
  margin-bottom: 8px !important;
}
#signup-form .field_custom-pronouns legend, #profile-edit-form .field_custom-pronouns legend{
  margin-top: 8px !important;
  margin-bottom: 8px !important;
  font-size: 14px !important;
}
#signup-form input[type=text]:disabled, #profile-edit-form input[type=text]:disabled{
  background-color: #f2f4f5 !important;
  opacity: .75 !important;
  cursor: not-allowed;
}
span.pronouns{
  margin: 2px 0 5px;
  padding: 0;
  color: #7c7c7c;
  display: block;
  font-size: 14px;
}

/*
 CUSTOM CSS WEBSITE
 */

.page-site-community {
  /* padding-left: 0 !important; */
  /* padding-right: 48px !important; */
}

.page-site {
  padding-left: 0 !important;
  padding-right: 0 !important;
}


.website-search, #site-search-header{
  background-color: rgb(250, 251, 253);
  box-shadow: none;
}

.header-logged-out #primary-navbar{
  justify-content: right !important;
  -webkit-box-pack: end !important;
}

.website-search UL{
  display: flex;
  align-items: center;
  justify-content: center;
}
.website-search .bp-dir-search-form {
  margin-bottom: 0px;
}

.website-search .main-navs.dir-navs {
  margin-bottom: 0px;
}

.page-header h1 {
  color: #2F2F2F;
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 89.6px */

}


/* Personalizacao PAGE CONTACT */
.contact-block {
  margin-top: -20rem;
  border-radius: 10px;
}

.form-block {
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 40em) {
  .form-block {
    padding-left: 6.94rem;
    padding-right: 6.94rem;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .form-block .btnSubmitForm {
    max-width: 45% !important;
  }
}


/* PERSONALIZATIOn BREADCRUMP NAVXT */
.breadcrumbs a,.breadcrumbs span {
  white-space: normal !important;
}