@charset "UTF-8";
/* Color variables */
html {
  padding: 0;
  margin: 0;
}

body {
  padding: 0;
  margin: 0;
  background-color: #999999;
}
body p {
  margin-bottom: 10px;
}
body figcaption {
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
}

a {
  color: #00bbce;
}

header {
  top: 0px;
  width: 100%;
  z-index: 10;
}

.container {
  max-width: 1440px;
  padding: 0;
  position: relative;
  height: 100%;
  background: linear-gradient(135deg, #222d65, #00bbce);
}
.container + .shadow {
  -moz-box-shadow: inset 0 0 10px #000000;
  -webkit-box-shadow: inset 0 0 10px #000000;
  box-shadow: inset 0 0 10px #000000;
}
.container.main-body {
  background-color: white;
}
.container.main-body .main-body-inner {
  width: 1000px;
  margin: 0 auto;
}

.inner-container {
  max-width: 1350px;
  margin: auto;
}

.archive {
  padding: 25px 0px;
  color: #333333;
}
.archive .search-header {
  margin-bottom: 25px;
}

.body-content {
  background-color: #ffffff;
  min-height: 600px;
  background: #ffffff url("./images/watermark map.png") no-repeat center top;
}

.lang-menu {
  font-family: Montserrat;
  font-size: 10pt;
  font-weight: 400;
  padding-right: 65px;
  overflow: auto;
  position: absolute;
  right: 26px;
}
.lang-menu ul {
  list-style: none;
}
.lang-menu ul a {
  text-decoration: none;
  color: #7a7a7a;
  display: block;
  margin-top: -4px;
}
.lang-menu ul a:hover {
  color: #00bbce;
}
.lang-menu.home-page ul a {
  color: #ffffff;
}
.lang-menu ul li {
  float: right;
  margin-left: 20px;
  text-align: right;
}

.lang-menu-mobile {
  display: none;
}

.main-nav {
  z-index: 9999;
}

#site-header {
  padding: 15px 0px;
  display: flex;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  #site-header {
    flex-direction: column;
  }
}

#site-header img {
  max-height: 77px;
}

.mobile-menu.small-mobile, .mobile-menu.large-mobile {
  display: none;
}

.main-menu {
  font-family: "Montserrat";
  font-size: 9pt;
  font-weight: 600;
  overflow: visible;
  display: flex;
  align-items: end;
}

#main-menu {
  padding-bottom: 17px;
  margin-right: 26px;
}

#main-menu .menu {
  margin-bottom: 0;
}

.main-menu .menu-main-container,
.main-menu .menu-main-tdt-container,
.main-menu .menu-main-pt-container {
  float: left;
}
.main-menu ul {
  /* MAIN MENU */
  list-style: none;
  padding-left: 0px;
  /* LEVEL 2-MENU */
}
.main-menu ul li {
  display: inline-block;
  z-index: 100;
}
.main-menu ul li a {
  text-decoration: none;
  color: #ffffff;
  text-transform: uppercase;
  padding: 10px 20px 7px 0px;
  display: inline-block;
}
.main-menu ul li a:hover {
  color: #00bbce;
}
.main-menu ul li.opened > ul {
  visibility: visible;
  opacity: 1;
}
.main-menu ul ul {
  visibility: hidden;
  z-index: 9999;
  position: absolute;
  width: 100%;
  left: 0px;
  float: left;
  padding: 0;
  text-align: center;
  background: #dedede;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* LEVEL 3 MENU */
}
.main-menu ul ul li a {
  padding: 0px;
  color: #000000;
  font-weight: 400;
  font-size: 11pt;
  text-transform: None;
}
.main-menu ul ul li {
  margin: 0px;
  line-height: 3em;
}
.main-menu ul ul li::after {
  content: "|";
  float: right;
  color: #00bbce;
  padding: 0px 15px;
  opacity: 0.4;
}
.main-menu ul ul li:last-child::after {
  display: none;
}
.main-menu ul ul ul {
  background-color: #312d2e;
}
.main-menu ul ul ul li {
  line-height: 4em;
}
.main-menu ul ul ul li a {
  color: #ffffff;
}
.main-menu ul ul ul li::after {
  content: "|";
  float: right;
  color: #ffffff;
  padding: 0px 15px;
}
.main-menu ul ul ul li:last-child::after {
  display: none;
}
.main-menu #open-search-btn {
  background-color: transparent;
  border: none;
  color: white;
  font-size: 22px;
  padding-left: 14px;
  padding-top: 3px;
}

#menu-main > li > ul {
  margin-top: 26px;
}

.site-header-left, .site-header-right {
  display: flex;
}

.site-header-left {
  justify-content: space-between;
}

.site-header-right {
  margin-left: 40px;
  margin-right: 10px;
}

@media only screen and (max-width: 1000px) {
  #n2-ss-3item1 {
    object-fit: contain;
    height: 160px;
  }
}

@media only screen and (max-width: 600px) {
  .site-header-right {
    margin-left: 0;
  }

  #n2-ss-3item1 {
    height: 68px;
    object-fit: contain;
  }
  
}

.site-header-left .site-text-header {
  font-size: 16pt;
  font-weight: 700;
  width: 150px;
}

.site-header-left .site-text-copy {
  font-size: 12px;
}

#search-form {
  position: fixed;
  width: 100%;
  background-color: rgba(34, 45, 101, 0.9);
  left: 0;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  display: none;
}
#search-form form {
  position: absolute;
  margin: auto;
  width: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
}
#search-form form input[type=text] {
  padding: 15px;
  font-size: 23px;
  border: none;
  float: left;
  width: 80%;
  background: white;
  border-radius: 5px 0px 0px 5px;
}
#search-form form button {
  float: left;
  width: 20%;
  padding: 15px;
  background: #222d65;
  font-size: 23px;
  border: none;
  color: white;
  border-radius: 0px 5px 5px 0px;
}
#search-form form button:hover {
  background: #00bbce;
}
#search-form .closebtn {
  position: absolute;
  top: 45px;
  right: 45px;
  font-size: 60px;
  cursor: pointer;
  color: white;
}

.search-content {
  color: #ffffff;
  width: 100%;
}

#breadcrumbs-container {
  max-width: 1440px;
  margin: auto;
  margin-top: 0 !important;
  background-color: #ffffff;
  margin-top: 258px;
  font-family: "Montserrat", sans-serif;
  padding-left: 30px;
  padding-right: 30px;
}

#breadcrumbs {
  max-width: 1139px;
  margin: auto;
}

#breadcrumbs-mobile {
  display: none;
}

.sitemap {
  list-style: none;
}
.sitemap a {
  color: #46617c;
}
.sitemap a:hover {
  color: #00bbce;
}
.sitemap li {
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.sitemap ul {
  list-style: none;
}
.sitemap ul li {
  font-weight: normal;
  margin-bottom: 0px;
  text-transform: none;
}
.sitemap ul li ul li::before {
  content: "↪";
  padding-right: 5px;
  color: #00bbce;
}

.inner-container {
  margin: 0 30px;
}

.footer {
  font-family: "Roboto", "Arial";
  width: 100%;
}
.footer h1, .footer h2, .footer h3 {
  font-family: "Montserrat", "san-serif";
}
.footer .container::after {
  content: "";
  position: fixed;
  height: 100vh;
  top: 0;
  width: 1440px;
  margin: 0 auto;
  left: 0;
  right: 0;
  background: #312d2e;
  z-index: -1000;
}
.footer .container {
  font-size: 14px;
  font-weight: 400;
  background-color: #002169;
  color: #ffffff;
  padding: 20px 0px 90px 0px;
  border-top: 5px solid #00bbce;
  position: relative;
  overflow: auto;
}
.footer .container .inner-container {
  display: flex;
  justify-content: space-around;
}
.footer .container .footer-info h3 {
  font-size: 12px;
  font-weight: bold;
}
.footer .container .footer-info ul {
  padding-left: 0px;
  list-style: none;
}
.footer .container .footer-info ul li {
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.footer .container .footer-info ul li a {
  text-decoration: none;
  color: white;
}
.footer .container .footer-info ul li a:hover {
  text-decoration: underline;
}
.footer .container .footer-info ul .address {
  background-image: url("./images/home icon.png");
}
.footer .container .footer-info ul .phone {
  background-image: url("./images/phone icon.jpg");
}
.footer .container .footer-info ul .email {
  background-image: url("./images/mail icon.png");
}
.footer .container .footer-info ul .website {
  background-image: url("./images/web icon.png");
}
.footer .container .footer-sticker {
  float: left;
}
.footer .container .footer-sticker img {
  padding: 20px;
}
.footer .container .footer-social {
  float: right;
  padding: 0 40px 0 30px;
}
.footer .container .footer-social ul {
  list-style: none;
}
.footer .container .footer-social ul li {
  display: inline-block;
}
.footer .container .footer-social ul li a img {
  width: 30px;
}
.footer-social > ul {
  width: 100px;
  padding: 0;
}

@media only screen and (max-width: 1000px) {
  .footer-social {
    display: flex;
    justify-content: center;
  }
}

.footer-info {
  display: flex;
  font-size: 12px;
  gap: 22px;
  margin-left: 30px;
}

.footer-info .footer-text {
  max-width: 186px;
}

.footer-info > p {
  width: 304px;
}

.footer-logo {
  max-height: 64px;
}

.footer-right {
  display: flex;
  font-size: 12px;
  gap: 15px;
}

.footer-right p {
  width: 260px;
}

.vertical-separator {
  width: 2px;
  background-color: #3a7ea9;
}

@media only screen and (max-width: 700px) {
  .footer-info {
    flex-direction: column;
    gap: 28px;
    align-items: center;
  }

  .footer > .container {
    justify-content: center;
    display: flex;
  }

  .footer-logo {
    max-width: 164px;
    max-height: 164px;
  }

  .footer-logo.timor-gov-logo {
    max-width: 128px;
    max-height: 128px;
  }
}

.glossary {
  color: #808080;
  font-size: 11pt;
  font-weight: 400;
  font-family: "Montserrat";
}
.glossary table td {
  padding: 20px 10px;
}
.glossary table tbody tr {
  border-bottom: 1px solid #f3f3f3;
}
.glossary table tbody td:first-child {
  width: 200px;
  vertical-align: top;
}

@media only screen and (max-width: 600px) {
  .glossary table thead {
    display: none;
  }
  .glossary table tbody tr {
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
  }
  .glossary table tbody tr:first-child {
    border-top: 1px solid #f3f3f3;
  }
  .glossary table tbody td:first-child {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .glossary table tbody td:first-child::after {
    content: "▾";
  }
  .glossary table tbody td:first-child.expanded::after {
    transform: rotate(180deg);
  }
  .glossary table tbody td:last-child {
    transition: opacity 0.5s linear;
  }

  .mobile-collapsed {
    position: absolute;
    visibility: hidden;
    opacity: 0;
  }
}
.tb-treaty {
  overflow: scroll;
}
.tb-treaty td, .tb-treaty th {
  color: #808080;
}
.tb-treaty td {
  text-align: center;
  padding: 10px 0px;
  font-size: 11pt;
  font-weight: 400;
  font-family: "Montserrat";
}

.of-scroll {
  overflow-x: scroll;
}

.of-hidden {
  overflow-x: hidden;
}

div.wpforms-container-full .wpforms-form .wpforms-title {
  font-size: 1em;
  font-weight: bold;
}
div.wpforms-container-full .wpforms-form .wpforms-field-label {
  font-size: 1em;
  color: #7a7a7a;
}
div.wpforms-container-full .wpforms-form input[type=text],
div.wpforms-container-full .wpforms-form input[type=email],
div.wpforms-container-full .wpforms-form textarea.wpforms-field-medium {
  background-color: aqua;
}

.sg-popup-builder-content {
  padding: 30px;
  font-family: Montserrat;
}

.sub-main {
  background-color: #00bbce;
  padding: 20px;
  max-width: 400px;
}
.sub-main .sub-image {
  width: 225px;
}
.sub-main .sub-input {
  margin-top: 20px;
}
.sub-main .sub-input input {
  border: none;
  background-color: #d8d8d8;
  line-height: 1.5em;
  padding: 10px;
}
.sub-main .sub-input input::placeholder {
  color: #222d65;
}
.sub-main .sub-input a {
  color: blue;
}

.wpcf7 input[type=text], .wpcf7 input[type=email], .wpcf7 input[type=password], .wpcf7 textarea {
  padding: 16px 20px;
  width: 100%;
  font-size: 14px;
  color: #2e4453;
  background-color: #eee;
  border: 0px;
  outline: none;
  max-width: 100%;
}

input[type=submit] {
  display: inline-block;
  font-size: 12px;
  margin-bottom: 15px;
  margin-right: 5px;
  background-color: #00acec;
  outline: none;
  cursor: pointer;
  font-weight: 700;
  border: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 15px 25px;
  color: #ffffff;
}

.wpcf7-form p {
  margin-bottom: 20px;
  color: #808080;
}
.wpcf7-form p span.wpcf7-form-control-wrap {
  display: block;
  padding-right: 46px;
  margin-top: 7px;
}

.widget-image-caption, .wp-caption-text {
  font-size: 0.8em !important;
  font-weight: 300 !important;
}

/* Org chart */
#gfm-org-chart-container {
  text-align: center;
}

#gfm-org-chart {
  max-width: 600px;
}
#gfm-org-chart .org-chart-box {
  fill: #222d65;
  stroke-width: 1;
  stroke: #00bbce;
}
#gfm-org-chart .org-chart-box-text {
  fill: #00dddd;
}
#gfm-org-chart .arrow-marker {
  fill: grey;
}
#gfm-org-chart .arrow-path {
  stroke: grey;
  stroke-width: 0.75;
  fill: none;
  marker-end: url(#arrow);
}
#gfm-org-chart .dash-path {
  stroke: grey;
  stroke-width: 0.75;
  fill: none;
  stroke-dasharray: 1;
}
#gfm-org-chart g:hover {
  cursor: pointer;
}

#gfm-org-chart-notes {
  font-size: 16px;
  max-width: 600px;
  background: #d8d8d8;
  color: #000000;
  margin: 1em auto;
  padding: 1em;
}

@media only screen and (max-width: 600px) {
  #gfm-org-chart-notes {
    margin: 1em;
  }
}
/* Media photos/fotos page */
.media-photo-container {
  margin: 10px 0;
  position: relative;
  overflow: hidden;
  font-family: "Montserrat", sans-serif;
}

.media-photo-year {
  margin: 10px;
  margin-top: 20px;
}
.media-photo-year h2 {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  margin: 0;
}

.media-photo-post-thumbnail {
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: center;
}
.media-photo-post-thumbnail:hover {
  cursor: pointer;
  background: #EEEEEE;
}
.media-photo-post-thumbnail .thumbnail {
  margin-left: 10px;
  margin-right: 10px;
  width: 280px;
  text-align: center;
}
.media-photo-post-thumbnail .thumbnail img {
  max-width: 100%;
  max-height: 100%;
  min-width: 100px;
}
.media-photo-post-thumbnail .thumbnail-title {
  margin-right: 10px;
  margin-left: 10px;
  width: 680px;
}
.media-photo-post-thumbnail .thumbnail-title h2 {
  font-size: 16px;
  font-weight: 600;
  color: #444444;
  margin: 0;
}
.media-photo-post-thumbnail .thumbnail-arrow {
  flex: none;
  margin: 10px;
}
.media-photo-post-thumbnail.expanded .thumbnail-arrow {
  transform: rotate(180deg);
}

.media-photo-post-detailed {
  transition: opacity 0.5s linear;
  visibility: visible;
  opacity: 1;
}
.media-photo-post-detailed p {
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 0.875em;
  font-weight: 400;
  color: #444041;
}
.media-photo-post-detailed img {
  max-width: 1000px;
  height: auto;
  width: 100%;
}
.media-photo-post-detailed figcaption {
  font-size: 0.8em;
  font-weight: 300;
  text-align: center;
}

.collapsed {
  position: absolute;
  visibility: hidden;
  opacity: 0;
}

.media-photo-error {
  margin: 10px 0;
  font-family: "Montserrat", sans-serif;
}

.poem-logo-simple .elementor-widget-container {
  display: flex;
  align-items: center;
}

.poem-logo-simple img {
  max-height: 35px;
  object-fit: contain;
}

.quote_start {
  max-height: 46px;
}

.end_quote {
  width: 9px;
  position: relative;
  bottom: 5px;
  left: 2px;
}

.side-media-images .elementor-widget-container img {
  max-height: 320px;
  object-fit: cover;
}

@media only screen and (min-width: 766px) {
  .pdf-icon-container {
    max-width: fit-content;
  }
}

.pdf-icon-container > .e-con-inner {
  margin: 0 !important;
  align-self: end !important;
}

.filled-icon .elementor-icon {
  border: 3px solid #FFF;
}

.filled-text {
  width: 66px !important;
  height: 66px !important;
}

.filled-text .elementor-widget-container {
  display: flex;
  justify-content: center;
}

.filled-text .elementor-widget-container p {
  margin: 0;
}

.diving-box-content > .e-con-inner {
  margin: 0 !important;
}

@media only screen and (max-width: 767px) {
  .poem-logo-simple img {
    max-width: 112px !important;
  }
}

@media only screen and (max-width: 1000px) {
  .media-photo-post-thumbnail.expanded {
    background: #EEEEEE;
  }

  .media-photo-post-detailed img {
    max-width: 100%;
  }
}

.mobile-menu.large-mobile i {
  margin-top: 25px;
}

.pm-message-top-container > .e-con-inner > div {
  width: fit-content !important;
}

.pm-image-border .elementor-widget-container {
  height: 156px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 156px;
  border: 1px solid #00bbce;
}

.maritime-boundary-container {
  max-width: 300px;
}

#menu-main > li.has-children > a {
  background-image: url("/wp-content/uploads/2024/03/arrow.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 14px);
  background-position-y: 15px;
  padding: 12px 32px 7px 0;
}

#menu-main > li.has-children > a:hover, #menu-main > li > .sub-menu > li.has-children > a:hover {
  background-image: url("/wp-content/uploads/2024/03/arrow-blue.svg");
}

#menu-main > li > .sub-menu > li.has-children > a {
  background-image: url("/wp-content/uploads/2024/03/arrow-black.svg");
  background-size: 12px;
  background-repeat: no-repeat;
  background-position-x: calc(100% - 14px);
  background-position-y: 12px;
  padding-right: 32px;
}

#menu-main > li > .sub-menu, #menu-main > li > .sub-menu > li {
  background-color: #f5f5f5;
}

/* Responsive view*/
@media only screen and (max-width: 1000px) {
  .inner-container {
    margin: 0 20px;
  }

  .main-nav {
    display: flex;
    flex-wrap: wrap;
  }

  #site-header {
    margin: 0 10px 0 0;
    flex-grow: 1;
  }
  #site-header img {
    max-height: 100px;
    /* Make logos smaller for mobile view*/
  }

  .main-menu {
    display: none;
  }
  .main-menu.responsive {
    display: block;
    /*FIRST LEVEL MENU*/
  }
  .main-menu.responsive #menu-main,
.main-menu.responsive #menu-main-pt,
.main-menu.responsive #menu-main-tdt {
    margin-bottom: 0px;
  }
  .main-menu.responsive .menu-main-container,
.main-menu.responsive .menu-main-pt-container,
.main-menu.responsive .menu-main-tdt-container {
    width: 100%;
  }
  .main-menu.responsive #menu-main li,
.main-menu.responsive #menu-main-pt li,
.main-menu.responsive #menu-main-tdt li {
    width: 100%;
    border-bottom: 1px solid white;
    /*SECOND LEVEL MENU*/
  }
  .main-menu.responsive #menu-main li ul,
.main-menu.responsive #menu-main-pt li ul,
.main-menu.responsive #menu-main-tdt li ul {
    display: none;
    position: unset;
    text-align: left;
    width: 100%;
  }
  .main-menu.responsive #menu-main li ul li::after,
.main-menu.responsive #menu-main-pt li ul li::after,
.main-menu.responsive #menu-main-tdt li ul li::after {
    content: none;
  }
  .main-menu.responsive #menu-main li ul li a,
.main-menu.responsive #menu-main-pt li ul li a,
.main-menu.responsive #menu-main-tdt li ul li a {
    margin-left: 15px;
  }
  .main-menu.responsive #menu-main li.opened ul,
.main-menu.responsive #menu-main-pt li.opened ul,
.main-menu.responsive #menu-main-tdt li.opened ul {
    /*Display second level menu when li is hovered over*/
    display: block;
    /*THIRD LEVEL MENU*/
  }
  .main-menu.responsive #menu-main li.opened ul ul,
.main-menu.responsive #menu-main-pt li.opened ul ul,
.main-menu.responsive #menu-main-tdt li.opened ul ul {
    /*Hide third level menus*/
    display: none;
    position: unset;
  }
  .main-menu.responsive #menu-main li.opened ul li.opened ul,
.main-menu.responsive #menu-main-pt li.opened ul li.opened ul,
.main-menu.responsive #menu-main-tdt li.opened ul li.opened ul {
    /*Display third level menu when list item is hovered over*/
    display: block;
  }
  .main-menu.responsive #menu-main li.opened ul li.opened ul li a,
.main-menu.responsive #menu-main-pt li.opened ul li.opened ul li a,
.main-menu.responsive #menu-main-tdt li.opened ul li.opened ul li a {
    margin-left: 25px;
  }
  .main-menu #open-search-btn {
    padding: 10px 0px;
    width: 100%;
  }

  #search-form form {
    width: 80%;
  }

  #breadcrumbs-container {
    margin-top: 0px !important;
  }

  #breadcrumbs {
    display: none;
  }

  #breadcrumbs-mobile {
    display: block;
  }

  .mobile-menu {
    color: #ffffff;
    text-decoration: none;
    font-size: 45px;
  }
  .mobile-menu:hover {
    color: #00bbce;
  }

  .lang-menu {
    display: none;
  }

  .lang-menu-mobile {
    display: block;
    text-align: center;
  }

  .footer .container {
    padding: 20px 0px;
  }
  .footer .container .inner-container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
  }
  .footer-right {
    flex-direction: column;
  }
  .footer-right p {
    margin-top: 40px
  }
  .footer .container ul {
    padding: 0;
  }
  .footer .container .footer-sticker,
.footer .container .footer-social {
    float: none;
    width: 100%;
    text-align: center;
  }
  .footer .container .footer-social ul {
    margin: 20px 0px;
  }
}

.leaflet-interactive:focus {
  outline: none;
}

@media only screen and (max-width : 700px) { /*Note that this is also in the custom CSS, for some reason I had to add it there as well. Appearance -> Header -> Additional CSS in WP admin*/
  .footer .container {
    padding-top: 30px;
  }
}

@media only screen and (min-width : 600px) { /*Note that this is also in the custom CSS, for some reason I had to add it there as well. Appearance -> Header -> Additional CSS in WP admin*/
	.cool-timeline-wrapper.main-default {
		display:none;
	}
}

@media only screen and (max-width : 600px) {
	.cool-timeline-horizontal {
		display:none;
	}
}

@media only screen and (max-width: 1000px) {
  .mobile-menu.large-mobile {
    display: block;
  }
}

@media only screen and (max-width: 600px) {
  .mobile-menu.small-mobile {
    display: block;
  }

  .mobile-menu.large-mobile {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  #site-header img {
    max-height: 67px;
  }

  .rdtl-logo {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  .pm-message-container {
    width: 100% !important;
  }
}

/*# sourceMappingURL=style.css.map */

@media only screen and (max-width: 767px) {
  .dive-area-side-bar {
    max-height: 500px !important;
  }
  .dive-area-sidebar-grid .elementor-heading-title:hover {
    color: #00bbce;
    
  }
}
