
.fusion-body .fusion-footer-widget-area-center .fusion-columns .fusion-column {
  text-align: left;
}

.fusion-footer-widget-area ul {
  text-align: left;
}

/* Space between ads in right column */
.sam-pro-block img {
  padding-bottom: 10px;
}

.widget_jal_widget .jaw_months {
  margin-left: 20px;
}

.widget_jal_widget .jaw_months .jaw_posts {
  margin-left: 40px !important;
}


div#keep-fullwidth .fusion-builder-column-1 ,
div#keep-fullwidth .fusion-builder-column-2 {
  width: 50% !important;
}

.wid-inl-2 {
  display: inline-flex;
  justify-content: center;
  flex-direction: row;
  align-items: end;
}

.wid-inl-2 img {
  margin-right: 10px;
  height: 25px;
  width: 25px;
}

@media only screen and (max-width: 1103px) {
  div#keep-fullwidth  .fusion_builder_column_1_4 {
    width: 25% !important;
  }

  div#keep-fullwidth  .fusion_builder_column_1_2 {
    width: 50% !important;
  }
}


@media only screen and (max-device-width: 640px) { 
  .mobile-big-text,
  .mobile-big-text blockquote,
  .mobile-big-text p { 
    font-size: 36px;
  }
}


/* LIVE BUOY, AIR, WATER, WINDS, TIDES */

.fusion-column-wrapper:has(a.live_weather_buoys) {
  flex-direction: row !important;
  gap: 0.5em;
}

.live-data {
  width: 12.5%;
  min-width: 140px;
  font-weight: normal;
}

.fusion-column-wrapper .live-data:nth-of-type(1),
.fusion-column-wrapper .live-data:nth-of-type(2),
.fusion-column-wrapper .live-data:nth-of-type(3) {
  width: 10.5%;
  min-width: 120px;
}

.live-data > a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1em;
  text-align: center;
  line-height: 1.3;
  color: #333;
  text-decoration: none;  
}

.live-data > a:hover {
  color: #1a80b6;
}

.live-data-label {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  justify-content: safe end;
  line-height: 1.3;
  height: 2.6em;
  height: calc(2 * 1lh);
  font-weight: bold;
  text-wrap: balance;
  overflow: hidden;
}

.live-data .icon {
  margin: 0 auto;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: #66caff;
  transition: all 0.2s linear;
}

.live-data > a:hover .icon {
  background-color: #1a80b6;
}

.live-data > a:hover .icon svg path {
  fill: #fff;
}

.live-data .buoy-data {
  text-wrap: balance;
}


.tide-table { 
  border-collapse: collapse; 
  width: 100%;
  font-weight: normal;
}

.tide-table th,.tide-table td { 
  border: 1px solid #ddd; 
  padding: .5rem .6rem; 
  text-align: left;
}

.tide-table th { 
  color: #fff; 
  background: #1a80b6; 
}

.tide-table tr:nth-child(even) { 
  background-color: #f6f6f6; 
}

.tide-table tr.tide-high td:nth-child(2) { 
  color: #0a7;
}

.tide-table tr.tide-low td:nth-child(2) { 
  color: #07a;
} 

.tide-table .arrow { 
  display: inline-block; 
  width: 0; 
  height: 0; 
  border-left: 6px solid transparent; 
  border-right: 6px solid transparent; 
  margin-right: 6px; 
  vertical-align: middle ;
}

.tide-table .arrow.up { 
  border-bottom: 9px solid currentColor;
}

.tide-table .arrow.down { 
  border-top: 9px solid currentColor;
}

.tide-table-error { 
  background: #fff3cd;
  color: #856404;
  border: 1px solid #ffeeba;
  padding: .75rem;
  border-radius: 4px 
}
