/*! ******************************************************
*
*	Theme Name:     Astra Child
*   Author:         web3d
*   Author URI:     http://www.onthegosystems.com/
*   Description:    Simple, clear and modern Bootstrap 3-based theme. Perfect base for developing all kinds of responsive sites with Toolsets, including the Layouts plugin (no extra integration needed, you activate Layouts and the drag and drop facilities work out of the box). Uses WordPress theme customizer and supports Font Awesome Icons. Supports WooCommerce integration by styles unification.
*   Version:        1.1
*   License:        GNU General Public License v2 or later
*   License URI:    http://www.gnu.org/licenses/gpl-2.0.html
*   Template:       astra
*
*!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/


/*-------General Settings-----------*/

html {
  scroll-behavior: smooth;
}

:root {  
--color--main: #65BDF2;
--color--accent: #2D6AA3;
--color--accent-green: #2DA36C;
--color--accent-blue: #29A1CD;
--color--text: #000;
}
@media (min-width: 770px){
	:root {  
	  --size--text: 18px;
	  --size--h1: 32px;
	  --size--h2: 32px;
	  --size--h3: 20px;
	}
}
@media (max-width: 769px){
	:root {  
	  --size--text: 16px;
	  --size--h1: 24px;
	  --size--h2: 24px;
	  --size--h3: 18px;
	}
}

body, div, p, a, input, select{
	font-size:var(--size--text);
	font-family: "Open Sans", sans-serif;
}
ul li, p{color: var(--color--accent);}
h1{font-size:var(--size--h1);}
h2{font-size:var(--size--h2);}
h3{font-size:var(--size--h3);font-weight: 400;}

h1,h2{
  color:#29A1CD;
}
h3{
  color:#2D6AA3;
}


.align_center{
  text-align: center;
}
.align_left{
  text-align: end;
}
.align_right{
  text-align: start;
}
.jo_btn{
    
}
.simple_red_link{
  color: #A32D2F;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
}

.border_radius-12{border-radius: 12px;}
.shadow{box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);}


/*--Layout--*/
#masthead .ast-container{
  max-width: 1390px;
  padding: 0 15px;
}
.jo_container{
  max-width: 1390px;
  width: 98%;
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 770px){
	.jo_row{
	  display: flex;
	  flex-wrap: wrap;
	}
	.jo_col_12{
	  flex: 0 0 100%;
	  max-width: 100%;
	}
	.jo_col_11{
	  flex: 0 0 91.666667%;
	  max-width: 91.666667%;
	}
	.jo_col_10{
	  flex: 0 0 83.333333%;
	  max-width: 83.333333%;
	}
	.jo_col_9{
	  flex: 0 0 75%;
	  max-width: 75%;
	}
	.jo_col_8{
	  flex: 0 0 66.666667%;
	  max-width: 66.666667%;
	}
	.jo_col_7{
	  flex: 0 0 58.333333%;
	  max-width: 58.333333%;
	}
	.jo_col_6{
	  flex: 0 0 50%;
	  max-width: 50%;
	}
	.jo_col_5{
	  flex: 0 0 41.666667%;
	  max-width: 41.666667%;
	}
	.jo_col_4{
	  flex: 0 0 33.333333%;
	  max-width: 33.333333%;
	}
	.jo_col_3{
	  flex: 0 0 25%;
	  max-width: 25%;
	}
	.jo_col_2 {
	  flex: 0 0 16.666667%;
	  max-width: 16.666667%;
	}
	.jo_col_1 {
	  flex: 0 0 8.333333%;
	  max-width: 8.333333%;
	}


	/*--Grid--*/
	.ps-grid{display: grid;}
	.ps-grid-2{grid-template-columns: repeat(2, 1fr);}
	.ps-grid-3{grid-template-columns: repeat(3, 1fr);}
	.ps-grid-4{grid-template-columns: repeat(4, 1fr);}
	.ps-grid-5{grid-template-columns: repeat(5, 1fr);}
	.ps-grid-6{grid-template-columns: repeat(6, 1fr);}
	.ps-grid-gap15{gap:15px;}
	.ps-grid-gap20{gap:20px;}
	.ps-grid-gap30{gap:30px;}
	.ps-grid-gap50{gap:50px;}
	.ps-grid-gap40{gap:40px;}
	.ps-grid-gap60{gap:60px;}
	.ps-grid-gap70{gap:70px;}
}




@media screen and (min-width: 769px) {
  #menu_jo, #wp_nav_menu .custom-logo-link {
    display: none;
  }
   #masthead, #masthead * {
    transition: all 0.5s ease;
  }
}
#masthead{
  background: #fff;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  z-index: 1;
  position: relative;
}
.main_logo {
  flex: 0 0 17%;
  max-width: 17%;
}
.main_menu {
  flex: 0 0 50%;
  max-width: 50%;
  padding-inline: 50px 30px;
}
.header_last_col {
  flex: 0 0 33%;
  max-width: 33%;
  display: flex;
  align-items: center;
}
.menu-main-menu-container > .menu {
  margin: 0;
  display: flex;
  list-style: none;
  height: 100%;
  align-items: center;
  justify-content: space-between;
}
.main_menu{
  align-content: center;
}
.menu-main-menu-container > .menu > li{}
.menu-main-menu-container > .menu > li > a{
  color:var(--color--accent);
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  position: relative;
}
.menu-main-menu-container > .menu > li:not(:last-child) > a::after{
  content: "";
  width: 1px;
  height: auto;
  background: var(--color--accent-green);
  display: block;
  position: absolute;
  left: -14px;
  top: 5px;
  bottom: 3px;
}
.custom-logo-link img.custom-logo{
  margin: 15px 0;
}
.wp_second_menu{
  margin: -46px 0 0;
  z-index: 2;
}
.wp_second_menu .menu{
  margin: 0;
  background: var(--color--main);
  list-style: none;
  padding:18px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}

.wp_second_menu .menu > li:not(:last-child){
  border-inline-end: 1px solid #fff;
}
.wp_second_menu .menu > li{
  padding-inline: 15px;
  display: flex;
  position: relative;
}
.wp_second_menu .menu > li:first-child{
  padding-inline-start: 0;
}
.wp_second_menu .menu > li:last-child{
  padding-inline-end: 0;
}
.wp_second_menu .menu > li > a{
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 15px;
}
.wp_second_menu .menu > li > a svg{}

.wp_second_menu .menu .sub-menu{
  display: none;
  position: absolute;
  right: 0;
  top: 100%;
  background: var(--color--accent);
  width: 100%;
  margin: 0;
  list-style: none;
  padding: 5px 10px;
  border-top: 17px solid var(--color--main);
}
.wp_second_menu .menu .sub-menu .sub-menu{
  right: 100%;
  border-top: 0;
  top: 0;
  margin: 0;
}
.wp_second_menu .menu > li:hover > .sub-menu{display:block;}
.wp_second_menu .menu > li > .sub-menu > li:hover > .sub-menu{display:block;}


.wp_second_menu .menu .sub-menu > li{
  padding: 6px 16px 6px 0;
  position: relative;
  background: url(/wp-content/uploads/2026/02/la.png) no-repeat scroll right center / 5px;
}
.wp_second_menu .menu .sub-menu > li:not(:last-child){
  border-bottom: 1px solid #fff;
}
.wp_second_menu .menu .sub-menu > li > a{
  color: #fff;
}


/*--hero-strip--*/

#video_main {
  position: relative;
  display: flex;
}
#video_main h1{
  color: #fff;
  font-size: 64px;
}
#video_main h2{
  color: #fff;
  max-width: 490px;
}
#video_main video{
  object-fit: cover;
  width: 100%;
}
.main_txt {
  position: absolute;
  right: 0;
  left: 0;
  top: 100px;
}

/*--first-strip--*/
#hp1{
  margin: -47px 0 0;
  position: relative;
}

#hp1 > .jo_container > svg{
  position: absolute;
  left: -278px;
  top: -63px;
  z-index: -1;
}
#hp1 > .jo_container{
  padding-block: 80px 180px;
  background-size: 670px auto;
  background-repeat: no-repeat;
  background-position: 15px -60px;
  position: relative;
}
#hp1 .jo_row {
  align-items: flex-end;
}
#hp1 .jo_row > img{
  margin: 0 auto -230px 0;
}
#hp1 h3 {
  margin: 10px 0 25px;
}
#hp1 .jo_col_9{
  padding-inline-end: 90px;
}
#hp1 .map_location {
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (min-width: 770px){
	#hp1 .map_location .item{
	  flex: calc(20% - 16px);
	  max-width: calc(20% - 16px);
	}
	#hp1 .map_location .item:nth-child(9),
	#hp1 .map_location .item:nth-child(13),
	#hp1 .map_location .item:nth-child(17) {
	  margin-inline-end: 20%;
	}
}
#hp1 .map_location li img {
  width: 100%;
  height: 124px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#hp1 .map_location li p{
  color: var(--color--accent);
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  padding: 8px 0 0 10px;
}

#hp1 .map_location .item p::before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: bold;
  margin-left: 2px;
}

#posts.post_section {
  margin: -90px 0 0;
}
#posts.post_archive {
  margin: 0;
  padding: 45px 0 0;
}
#posts .jo_container > h3 {
  margin: 10px 0 35px;
}

#posts.post_section .page_posts {
  border-radius: 12px;
  background: #F5F5F5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 40px 40px 20px;
  z-index: 1;
  position: relative;
}
.page_posts .simple_red_link{
  margin: 40px 0 0;
  display: block;
  text-align: left;
}
#posts.post_section .wrapp_posts .post{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-inline-start: 1px solid var(--color--accent-blue);
  padding: 0 25px;
}
.wrapp_posts .post > div.buttons_wrapp{
  margin: 30px 0 0;
}
.wrapp_posts .post > div.buttons_wrapp > a{
  display: block;
}
.wrapp_posts .post > div.buttons_wrapp > a svg{
  width: 100%;
}
.wrapp_posts .post .post_wrapp_date {
  color: var(--color--accent-green);
  font-size: 15px;
}
.wrapp_posts .post h3{
  font-weight: 700;
  margin: 6px 0;
}
.wrapp_posts .post p{
  margin:0 0 5px;
  font-size: 15px;
  line-height: 1.4;
  color: #000;
}

.page_posts {
  border-radius: 0;
  background: none;
  box-shadow: none;
  padding: 0;
}
#posts.post_archive .wrapp_posts .post {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: #F5F5F5;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 20px 30px;
  z-index: 1;
  position: relative;
  flex-wrap: wrap;
}
.wrapp_posts .post_img_link{
  flex: 0 0 30%;
  max-width: 30%;
}
.wrapp_posts .post img{
  height: 130px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.wrapp_posts .post div:not(.buttons_wrapp){
  flex: 0 0 65%;
  max-width: 65%;
  padding: 0 20px 0 0;
}
.wrapp_posts .post .buttons_wrapp{
  flex: 0 0 5%;
  max-width: 5%;
}
@media (max-width: 768px) {
	.wrapp_posts .post{margin-bottom: 20px;padding: 10px;}
	.wrapp_posts .post .post_img_link{flex: 0 0 100%;max-width: 100%;margin-bottom: 15px;}
	.wrapp_posts .post div:not(.buttons_wrapp){flex: 0 0 90%;max-width: 90%;}
	.wrapp_posts .post .buttons_wrapp{flex: 0 0 10%;max-width: 10%;}
}


















.summary{
  margin: 0 15px 0 0;
}
.summary li{}
.summary a{
  font-size: 15px;
  color: var(--color--accent-green);
}

#hp3{
  position: relative;
  padding: 120px 0 0;
}
#hp3 .jo_row{
  z-index: 1;
  position: relative;
}
.background_image_s3{
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.background_image_right_s3{
  right: 0;
}
.background_image_left_s3{
  left: 0;
}
#video_bg_s3{
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
}
#video_bg_s3:after{
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 280px;
  background: linear-gradient(0deg, rgba(101, 189, 242, 0.60) 0%, rgba(101, 189, 242, 0.60) 100%);
}
#video_bg_s3 video{
  width: 100%;
  height: 280px;
  object-fit: cover;
  z-index: -1;
  position: relative;
}
.info_s3{
  padding: 0 0 45px;
}
.item_info_s3{}
.item_info_s3 img{
  border-radius: 12px;
  height: 220px;
  width: 100%;
  object-fit: cover;
}
.item_info_s3 h3{
  border-radius: 11px;
  background: #2DA36C;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 14px 0 15px;
  width: 84%;
  margin: -28px auto 15px;
  z-index: 1;
  position: relative;
}
.item_info_s3 p{
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  line-height: normal;
  width: 84%;
  margin: 0 auto;
  color: #fff;
}

#hp4 {
  padding: 60px 0 10px;
  z-index: 1;
  position: relative;
}
#hp4 video{
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
#hp4 .jo_container > h3{
  margin:10px 0 55px;
}
#hp4 .jo_col_6:last-child{
  padding-top:10px;
}
.info_hp4{
  width: 100%;
  padding-inline-end: 30px;
}
.item_info_hp4{
  border-radius: 12px;
  background: #F3FBF9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  align-items: center;
  padding: 15px 0 15px 0;
  margin: 10px 0 0 0;
}
a.item_info_hp4:hover,
a.item_info_hp_last:hover{
  background: #DEE9E7;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.4);
}
.item_info_hp4 .icon_box{
  display: flex;
  align-content: center;
  justify-content: center;
  width: 100px;
  min-width: 100px;
}
.item_info_hp4 > div:not(.icon_box) {
  border-right: 1px solid var(--color--accent-green);
  margin:0;
  padding: 10px 30px 10px 0;
}
.item_info_hp4 h3{
  font-weight: 700;
}
.item_info_hp4 p{
  margin: 0;
  font-size: 16px;
  line-height: normal;
  color: #000;
}

@media (min-width: 770px){
	#hp5 .jo_row{
	  position: relative;
	  margin: -100px 0 0;
	}
	#hp5 .jo_col_12{
	  display: flex;
	  align-items: flex-end;
	}
	#hp5 .background_image_hp_last {}
	#hp5 .background_image_right_hp_last{
	  margin: 0 50px 0 20px;
	}
	.info_hp_last{
	  flex: 0 0 calc(100% - 443px);
	  max-width: calc(100% - 443px);
	  display: grid;
	  grid-template-columns: repeat(3, 1fr);
	  height: 240px;
	  padding: 25px 0 25px 20px;
	  gap: 20px;
	  z-index: 1;
	}
}
.item_info_hp_last{
  border-radius: 12px;
  background: #F3FBF9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 20px;
  text-align: center;
  padding: 25px 60px;
}
.item_info_hp_last svg{
  height: 55px;
  width: auto;
}
.item_info_hp_last h3{
  font-weight: 700;
}
#video_bg_last {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
}
#video_bg_last::after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  height: 240px;
  background: linear-gradient(0deg, rgba(101, 189, 242, 0.60) 0%, rgba(101, 189, 242, 0.60) 100%);
}
#video_bg_last video {
  width: 100%;
  height: 240px;
  object-fit: cover;
  z-index: -1;
  position: relative;
}

#video_bg_last.inner_page {
  position: absolute;
  right: 0;
  left: 0;
  bottom: 0;
  display: flex;
  border-radius: 12px;
  overflow: hidden;
  top: 0;
}
#video_bg_last.inner_page video,
#video_bg_last.inner_page::after{
  height: 100%;
}

#jo_footer {
  padding: 40px 0;
}
#jo_footer h2{
  font-weight: 700;
  font-size: 24px;
  color: var(--color--accent);
  margin: 0 0 5px;
}
#jo_footer .jo_col_9 div{
  display: flex;
  color: var(--color--accent);
  gap: 10px;
  padding: 0 0 6px;
}
#jo_footer .jo_col_9 p{
  font-size: 16px;
  color: var(--color--accent);
  margin: 0;
}


.footer_social_items{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  height: 100%;
  align-items: end;
}
.footer_social_items .social{
  width: 43px;
  min-width: 43px;
  height: 43px;
  background: var(--color--main);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_social_items .social[title="youtube"]{padding: 1px 0 0 1px;}
.footer_social_items .social[title="instagram"]{padding: 1px 0 0 1px;}
.footer_social_items .social[title="facebook"]{padding: 1px 0 0 4px;}
.footer_social_items .social[title="waze"]{padding: 0 1px 0 0;}


.header_social_items{
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  height: auto;
  align-items: end;
  flex: 0 0 33%;
  max-width: 33%;
}
.header_social_items .social{
  width: 33px;
  height: 33px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header_social_items .social path{
  fill: var(--color--accent-green);
}
/*
.header_social_items .social[title="youtube"]{padding: 1px 0 0 1px;}
.header_social_items .social[title="instagram"]{padding: 1px 0 0 1px;}
.header_social_items .social[title="facebook"]{padding: 1px 0 0 4px;}
.header_social_items .social[title="waze"]{padding: 0 1px 0 0;}
*/
.jo_search_form{
  flex: 0 0 67%;
  max-width: 67%;
  padding-inline-end: 20px;
}
.jo_search_form #searchform{}
.jo_search_form #searchform > label{
  position: relative;
  display: flex;
}
.jo_search_form #searchform > label input{
  border-radius: 50px;
  border: 1px solid #29A1CD;
  background: #FFF;
  padding: 4px 10px;
  width: 100%;
}
.jo_search_form #searchform ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #000;
  opacity:1;
}
.jo_search_form #searchform ::-moz-placeholder { /* Firefox 19+ */
  color: #000;
  opacity:1;
}
.jo_search_form #searchform :-ms-input-placeholder { /* IE 10+ */
  color: #000;
  opacity:1;
}
.jo_search_form #searchform :-moz-placeholder { /* Firefox 18- */
  color: #000;
  opacity:1;
}
.jo_search_form #searchform > label button{
  position: absolute;
  left: 0;
  padding: 0;
  background: none !important;
  height: 100%;
  width: 40px;
}
#jo_page_masthead{
  height: 230px;
  align-content: center;
  padding: 0 0 45px;
  background-size: cover;
}
#jo_page_masthead h1{
  color: #fff;
}
#breadcrumbs{
  margin: 0;
  text-align: left;
}
#breadcrumbs a{}
#breadcrumbs span{}
#breadcrumbs a,
#breadcrumbs span{
  color: #fff;
  font-size: 16px;
}
#jo_page_masthead .jo_col_6{
  align-content: center;
}
#about_s1 .jo_row{
  border-bottom: 1px solid #29A1CD;
  padding-bottom: 55px;
}
#about_s1 .jo_col_5{
  padding: 55px 0 0 20px;
}
#about_s1 h2{
  margin: 0 0 20px;
  line-height: 1;
}

#about_s3 ul,
#about_s1 ul{
  margin: 0 15px 0 0;
}

#about_s1 .the_post_thumbnail{
  overflow: hidden;
  display: flex;
  width: 100%;
  height: 360px;
  margin: 55px 0 0;
}
#about_s1 .the_post_thumbnail img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}

#about_s3 {
  padding: 55px 0 50px;
}
#about_s3 h2{
  margin-bottom: 15px;
}
#about_s3 .jo_container{
  position: relative;
}
#about_s3 .jo_col_4{
  align-content: center;
}
#about_s3 .jo_col_8 img{
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  margin: 0 auto 0 0;
  display: block;
}
#about_s3 > .jo_container > svg {
  position: absolute;
  bottom: -85px;
  right: 0;
  left: 0;
  text-align: center;
  margin: auto;
  z-index: -1;
}
#about_s4 {
  padding: 0 0 40px;
}
#about_s4 .jo_row {
  position: relative;
  margin:0;
}
#about_s4 .jo_col_12{
  z-index: 1;
  padding: 0 20px 20px;
}
#about_s4 h2{
  color: #fff;
  text-align: center;
  margin: 25px 0;
}
.government_decisions{}
.government_decisions .item_government_decisions{
  border-radius: 12px;
  background: #F3FBF9;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  padding: 15px 35px;
  display: flex;
  flex-direction: column;
}
.government_decisions .item_government_decisions h3{
  font-weight: bold;
}
.government_decisions .item_government_decisions p{
  color: var(--color--accent);
}
.government_decisions .item_government_decisions a{
  margin: auto auto 0 0;
}

.park-related .slick-slide{
  margin: 0 13px;
}
.park-related .slick-track{
  counter-reset: item;
}
.park-related .map_location .item img{
  width: 100%;
  height: 170px;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.park-related .map_location .item p{
  color: var(--color--accent);
  font-weight: 700;
  font-size: 16px;
  margin: 0;
  line-height: 1.2;
  padding: 8px 0 0 10px;
}

.park-related .map_location .item p::before {
  counter-increment: item;
  content: counter(item) ". ";
  font-weight: bold;
  margin-left: 2px;
}
#jo_footer_bottom {
  background-color: #000;
  padding: 15px 0;
}
#jo_footer_bottom .credit{
  text-align: left;
}
#jo_footer_bottom .jo_footer_bottom_links{
  text-align: center;
}
#jo_footer_bottom .cophyright{}
#jo_footer_bottom *{
  color:#fff;
  font-size: 14px;
}

@media (max-width: 769px){
  #jo_page_masthead h1 {font-size: 16px;}
  #breadcrumbs a, #breadcrumbs span{font-size: 13px;}	
  
  #jo_footer_bottom .jo_row{display: flex;flex-direction: column;}
  #jo_footer_bottom .jo_row > div{text-align: center;}
  #jo_footer_bottom .cophyright {margin: 13px 0;}
  #jo_footer_bottom .jo_footer_bottom_links {order: -1;}
  #jo_footer_bottom * {font-size: 12px;}
  #jo_footer_bottom svg{width: 80px;height: 16px;}

  .not_scroll{overflow:hidden;}
  #masthead .jo_row{display: flex;flex-wrap: wrap;}
  #masthead .main_logo, #masthead .main_menu{flex: 0 0 50%;max-width: 50%;}
  #masthead .main_menu {padding: 0;}
  .jo_search_form {max-width: 90%;padding-inline-end: 0;margin: 20px 0 0;}
  .jo_search_form #searchform > label input{height: 38px;}
  .wp_nav_menu .custom-logo-link img.custom-logo {width: 50%;margin: 0 0 0 auto;display: block;}
  .wp_nav_menu{position: fixed;right: 0;left: 0;top: 0;bottom: 0;background: var(--color--main);z-index: 999;padding: 20px 30px;overflow: auto;}
  #menu_jo.active + .wp_nav_menu{}
  .menu-main-menu-container > .menu{flex-direction: column;margin: 20px 0;padding: 0 0 20px;border-bottom: 1px solid #fff;gap: 10px;}
  .menu-main-menu-container > .menu > li {width: 100%;}
  .menu-main-menu-container > .menu li a{color: #fff;font-size: 16px;font-weight: 500;}
  .menu li a{display: block;}
  #menu-second-menu{list-style: none;margin: 0;}
  #menu-second-menu > li{margin: 0 0 10px;}
  #menu-second-menu > li > a{color: #fff;font-size: 16px;display: flex;align-items: center;gap: 13px;}
  #menu-second-menu > li > a > svg{width: 20px;height: 20px;}
  
  #menu-second-menu > li.menu-item-has-children > a {
    display: flex;
    align-items: center;
    background: rgba(255,255,255,0.15);
    padding:7px 10px;
    border-radius: 8px;
    color: #fff;
  }
  #menu-second-menu > li.menu-item-has-children .dropdown-menu-toggle {
    transition: all 0.5s ease;
    display: block;
    background: url(https://clickeat-tech.com/wp-content/uploads/2026/01/menu-arrow.png);
    width: 16px;
    height: 10px;
	margin: 0 auto 0 0;
  }
  #menu-second-menu > li .sub-menu {
    display: none;
    list-style: none;
    margin: 4px 0 0;
    background: var(--color--accent);
    padding: 15px;
    border-radius: 8px;
    flex-direction: column;
    gap: 10px;
  }
  #menu-second-menu > li .sub-menu a{
	color: #fff;
    font-size: 16px;
  }
  #menu-second-menu .sub-menu.active {
    display: flex;
  }
  #menu-second-menu a.active > .dropdown-menu-toggle {
    transform: rotate(180deg);
  }
  #menu-second-menu > li .sub-menu li .dropdown-menu-toggle{display: none;}
  #menu-second-menu > li .sub-menu .sub-menu{border-top: 1px solid #fff;border-radius: 0;margin-top: 15px;}
  #menu-second-menu > li .sub-menu .sub-menu li{list-style: circle;color: #fff;}
  #menu-second-menu > li .sub-menu .sub-menu li a{}
  
  .wp_nav_menu .header_social_items{max-width: 100%;justify-content: flex-start;border-top: 1px solid #fff;padding-top: 20px;margin-top: 20px;}
  .wp_nav_menu .header_social_items .social{background: #fff;border-radius: 50%;padding: 6px;}
  
  #menu_jo {margin-inline-end: auto;z-index: 99991;position: relative;order: -1;}
  .hamburger {
    display: flex;
    align-items: center;
    height: 40px;
    margin: 0 0 auto auto;
    cursor: pointer;
    justify-content: flex-end;
  }
  .hamburger span {
    width: 30px;
    height: 2px;
    display: block;
    background: var(--color--main);
    border-radius: 5px;
	transition: ease-in-out 0.3s;
  }
  .hamburger span::before {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: var(--color--main);
    border-radius: 5px;
    margin: -9px 0 0;
    transition: all .4s ease;
  }
  .hamburger span::after {
    content: "";
    width: 30px;
    height: 2px;
    display: block;
    background: var(--color--main);
    border-radius: 5px;
    margin: 16px 0 0;
    transition: all .4s ease;
  }
  #menu_jo.active .hamburger span {
    height: 0;
    filter: brightness(0) invert(1);
  }
  #menu_jo.active .hamburger span::after {
    transform: rotate(-45deg);
    margin: -3px auto;
  }
  #menu_jo.active .hamburger span::before {
    transform: rotate(45deg);
    margin: -1px auto;
  }
  .home_header{
	z-index: 99;
  }
  
  #video_main{}
  #video_main h1 {font-size: 40px;}
  #video_main h2 {font-size: 24px;}
  #video_main video{width: 100%;height: 100vw;}
  #hp1 {margin: 0;}
  #hp1 > .jo_container{background:none !important;padding-block: 0 20px;}
  #hp1 .jo_col_9{padding: 20px 0;}
  #hp1 .jo_col_9 > img{margin: -75px 20px 0 -20px;display: block;z-index: -1;position: relative;}
  #hp1 h2 {font-size: 25px;}
  #hp1 h3 {margin: 4px 0 0;font-size: 15px;}
  #hp1 .map_location .item{flex: calc(50% - 10px);max-width: calc(50% - 10px);}
  #hp1 .jo_row > img{margin: 0;position: absolute;left: 15px;bottom: -113px;z-index: -1;height: 180px;}
  #posts.post_section {margin: 0;}
  .page_posts{padding: 25px 25px 20px;}
  .wrapp_posts .post, #posts.post_section .wrapp_posts .post{border-inline-start: 0;padding: 10px 0;}
  #posts.post_section .wrapp_posts .post:first-child{  border-bottom: 1px solid var(--color--accent-blue);}
  .page_posts .simple_red_link {margin: 20px 0 0;}
  #hp3 {}
  #hp3 .jo_container {width: 100%;padding: 0;position: relative;}
  .info_s3 {padding: 30px 0;}
  .item_info_s3 img {height: 180px;}
  #hp3 .slick-slide, #hp5 .slick-slide, #about_s4 .slick-slide{margin: 0 6px;}
  #video_bg_s3{}
  #video_bg_s3 video, #video_bg_s3::after{height: 200px;}
  .background_image_right_s3 {width: 150px;bottom: auto;top: -50px;}
  .background_image_left_s3 {left: 0;width: 130px;bottom: auto;top: -18px;}
  #about_s3 > .jo_container > svg{width: 100%;}
  #hp4 .jo_container > h2 {font-size: 22px;}
  #hp4 .jo_container > h3 {margin: 10px 0 20px;}
  .info_hp4 {padding-inline-end: 0;}
  
  .item_info_hp4 .icon_box{width: 60px;min-width: 60px;}
  .item_info_hp4 .icon_box svg{width: 26px;height: 26px;}
  .item_info_hp4 > div:not(.icon_box){  padding: 10px 15px;}
  .item_info_hp4 p {margin: 5px 0 0;font-size: 14px;}
  #hp5 {padding: 80px 0 0;}
  #hp5 .jo_container{position: relative;padding: 0;}
  #hp5 .background_image_right_hp_last {margin: -100px 0 0;width: 190px;}
  #hp5 .jo_col_12 {z-index: 1;position: relative;}
  #video_bg_last video, #video_bg_last::after{  height: 100%;}
  .item_info_hp_last{  padding: 25px 20px;}
  .item_info_hp_last h3 {height: 48px;}
  #hp5 .slick-slider{padding-bottom: 30px;}
  #video_bg_last{top: 0;}
  
  #jo_footer h2{margin: 0 0 15px;}
  #jo_footer .jo_col_9 div{flex-direction: column;font-size: 0;padding: 0 0 25px;}
  #jo_footer .jo_col_9 p {border-bottom: 1px solid #ddd;padding-bottom: 10px;}
  .footer_social_items{gap: 0;justify-content: space-between;}
  
  #breadcrumbs {text-align: right;}
  #jo_page_masthead{min-height: 140px;padding: 15px 0;height: auto;}
  
  #about_s1 .jo_col_5 {padding: 40px 0 0 0;}
  #about_s1 .the_post_thumbnail{height: 200px;margin: 30px 0 0;}
  #about_s3 .jo_col_4 {margin-bottom: 25px;}
  
  #about_s4 .jo_col_12 {padding: 20px 0;position: relative;}
  #about_s4 .slick-track {display: flex;}
  #about_s4 .slick-track .slick-slide {display: flex;height: auto;}
  .government_decisions .item_government_decisions{padding: 15px 20px;height: 100%;}
  
}