/*# sourceMappingURL=style-m.css.map */
:root{
  --s-head-text:#053075;
  --s-rounded-2: 0;
}
.menu-item-login{ text-transform: uppercase;}
/* .wpavefrsz-minus.dashicons-editor-textcolor:before {     font-size: 1rem;} */
#breadcrumbs {
  padding: 0 15px;
}
#breadcrumbs >span>span:not(:last-child){
    font-weight: bold;
}
/* #breadcrumbs >span>span:last-child {
  display: none;
} */
#breadcrumbs span.bb {
    display: inline-block;
    width: 10px;
    height: 4px;
    border-top: 1px solid var(--s-head-text);
}
#breadcrumbs .breadcrumb_last{ color: var(--s-text-2);font-size: 0.8125rem!important;}
 .apply .register-date{font-size: 12px;  margin: 5px 0; color: var(--s-nav-hover);} 

/*APPLY*/

.frontpage article.type-apply .entry-pic {
  padding-top: 130%;
}
header.ide .entry-info h1, .single-apply header .entry-info h1 {
  color: var(--s-head-text);
  font-size: 24px;
  margin: 20px auto 0;
  max-width: 90%;
}
header.ide .entry-info h1,.single-apply header .entry-info h1{color: var(--s-head-text);font-size: 24px;}
header.ide .entry-info h1:after,header.apply .entry-info h1:after  {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    border-top: 3px solid var(--s-color-2);
    margin: 5px auto;
}
header.ide .entry-info  .cat-date {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
header.ide .entry-info  .cat-date .posted-cat.-button a {
    color: var(--s-head-text);
    background-color: transparent;
    padding: .3em .4em;
}
header.ide .entry-info  .cat-date .posted-cat:after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 1px;
  border-top: 1px solid var(--s-head-text);
  margin: auto -7px;
  padding: 0;
  margin-right: 4px;
}
.single_tags a {  
  border-radius: 8px;
}

/* card */ 
.s-content-card  .entry-date{
  color:var(--s-color-2);
}
.entry-pic.entry-pic-caption:after {
  content: '';
  display: block;
  height: 25%;
  width: 100%;
  position: absolute;
  bottom: 0;
  background: linear-gradient(to bottom, transparent, #053075);
 
}
.s-content:hover .entry-pic img {
  transform: scale(1.2);
}
/* s-content-hero */
.s-content-hero .entry-pic-hero .category-name{
  position: absolute;
  top: 0;
  background:  var(--s-color-1);
  display: block;
  min-width: 120px;
  min-height: 30px;
  padding: 4px 8px;  
  border-radius: 0 50px 50px 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  z-index: 2;
}
.s-content-hero .entry-info-hero h1{color: #fff;text-transform: uppercase;}
.s-content-hero {  background-color: var(--s-color-1);}
.s-content-hero h1.top-title{  font-size: 1.25rem;  margin-bottom: 15px;}
.s-content-hero h1.top-title:after {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  border-top: 3px solid var(--s-color-2);
}
.s-content-hero .entry-info-hero .wrapp-info{ font-size: 1rem; color:#fff;margin-bottom: 10px;}
.s-content-hero .entry-info-hero .title-name{ font-size: 1rem; color:var(--s-color-2) ;padding-right: 4px;}

.sub-header h1{color: var(--s-head-text);font-size: 1.35rem;}
.sub-header h1{margin-top: -6px;margin-bottom: 0;}
.sub-header h1:before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  border-top: 3px solid var(--s-color-2);
  margin: 5px auto;
}
.sub-header .entry-info-hero {padding-top: 5px;}
.sub-header .entry-info-hero .more-infomation{font-size: 0.75rem;color: #aeaeae;text-transform: uppercase; margin: 0;}

.btn {
  font-weight: bold;
  font-size: 0.95rem;
  text-transform: uppercase;
  border: 1px solid #fff;
  padding:2px 20px;
  border-radius:50px;
  background-color: #fff;
  color: var(--s-color-1);
  transition: .3s;
}
.btn:hover {
  border-color: var(--s-color-2);
  background-color: var(--s-color-2);
  color: #fff;
}

.single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.single-meta a{ text-transform: uppercase;padding:5px 12px 2px 12px;}

/* .single-post .s-container header .entry-pic img{     max-height: 480px; } */
.wrapp-apply-date {
  display: flex;  
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  border-radius: 5px;
  color: #fff;
  background-color: var(--s-nav-hover);
  padding: 4px 8px;  
  min-height: 37px;
}
.wrapp-filter {display: flex;justify-content: flex-end;    flex-wrap: wrap;gap: 20px;margin: 20px 0 60px 0;}
.wrapp-filter >div{width: 100%;}
.wrapp-filter input,.wrapp-filter select{border-radius: 8px; min-width: 180px;    height: 35px;  padding: 3px 8px;   background-color: #efefef;}
.wrapp-filter input::placeholder,.wrapp-filter select{text-transform: uppercase;}
.wrapp-filter button#btn-reset {
  display: inline-flex;  align-items: center;
  border: 1px solid var(--s-border-1);
  border-radius: 8px;
  padding: 4px 8px;
  line-height: inherit;
  text-transform: uppercase;
  transition: all 0.4s;
}

.wrapp-filter button#btn-reset:hover{background-color: #ddd;cursor: pointer;}
.wrapp-filter  select{ min-width: 100%;} 
.wrapp-search{margin-left: auto;}
.wrapp-search .wrapp-search-input{width: 100%;position: relative;}
.wrapp-search-input >input{    width: 100%;  padding-right: 50px;}
.wrapp-search-input button{
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  min-width: 40px;
  display: inline-block;
  background: transparent;
}
.wrapp-search-input button:hover {background: transparent;text-shadow:none;color: #ddd;}
.wrapp-search-input button:active {box-shadow:none;color: var(--s-nav-hover);}
.wrapp-grid {
  background: #DDD;
  background-color: #fff;
 
  min-height: 150px;
}

/* clear fix */
.wrapp-grid:after {
  content: '';
  display: block;
  clear: both;
}
.wrapp-grid .box { 
  position: relative;
  background-color: #fff;
  color: #fff;  
  border: 1px solid #eee;  
  height: 0;
  width:100%;
  padding-bottom:65%;
  margin-bottom: 10px;
  transition: all 0.4s;
} 

.btn-loadmore{    width: 100%;  text-align: center;}
.btn-loadmore span {
  display: inline-block;
  padding: 4px 20px;
  border: 1px solid #ccc;
  margin: 0 auto;
  cursor: pointer;
}
.btn-loadmore span:hover {
  background-color: #eee;
}

.wrapp-grid .element-item {position: relative;float: left;
  height: 0;
  width:100%;
  padding-bottom:65%;
  margin-bottom: 10px;
  /* margin: 5px; padding: 10px;   */
  background: #fff;color: #fff;border: 1px solid #eee;  }
/* .element-item > * {  margin: 0;  padding: 0;} */
.wrapp-grid .element-item a{color:#fff; }
@media (min-width: 768px) {  
  .wrapp-filter >div {
    width: 20%;
    text-align: left;
  }
  .wrapp-filter >div.wrapp-search {
    width: 25%!important;
  }
  .wrapp-grid .box {      
    width: calc(50% - 10px);    
    padding-bottom:50%;
    margin-bottom: 20px;
    /* margin: 10px; */
   /*  width: calc(48% - 20px);        
    padding-bottom:50%;
    margin:10px; */
    
  }
  .wrapp-grid .box:nth-of-type(even) {
    margin-right: 20px;
  }  
  .wrapp-grid .element-item {width: 228px;height: 228px;padding: 10px;margin: 5px;}
}

/*.wrapp-grid .box  .pic {
  height: 100%;
  min-height: 150px;
  margin: 0;
  opacity: 0.8;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  overflow: hidden;
}*/

.wrapp-grid .element-item.no-thumb a {color: #000;}
.wrapp-grid .element-item .wrapp-title {
  position: absolute;
  top: 0;
  left: 0;
  opacity:0 ;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: var(--s-color-2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-wrap: break-word;  
  font-size: 1.2rem; 
}
.wrapp-grid .element-item .pic{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 0;
  
}
.wrapp-grid .element-item .pic a{ width: 100%;}
.wrapp-grid .element-item:hover .pic{opacity: 0.4;}
.wrapp-grid .element-item:hover .wrapp-title{opacity: 1;z-index: 1;}
.wrapp-grid .element-item .pic img {  height: 100%;  -o-object-fit: cover;  object-fit: cover;  -webkit-transition: 0.5s ease;  transition: 0.5s ease;}
.wrapp-grid .element-item .pic img {  width: 140px;}

.wrapp-grid .element-item .info { position: absolute;top: 0;left: 0;z-index: 1;padding: 6px 12px;color: #fff;background-color: var(--s-color-1); border-radius: 0 50px 50px 0;}
.wrapp-grid .element-item .info .title{ font-size: 0.85rem;text-transform: uppercase;line-height: 1.2;padding-top: 2px;margin: 0;}

.wrapp-grid .box a{color:#fff; }
.wrapp-grid .box.no-thumb a {color: #000;}
.wrapp-grid .box .wrapp-title{
  position: absolute;
  top: 0;
  opacity:0 ;
  -webkit-transition: 0.7s ease;
  transition: 0.7s ease;
  z-index: 2;
  height: 100%;
  width: 100%;
  background-color: var(--s-color-2);
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  word-wrap: break-word;
  
  font-size: 1.2rem; 
  
}
.wrapp-grid .box .pic{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  z-index: 0;
  
}
.wrapp-grid .box .pic a{ width: 100%;}
.wrapp-grid .box:hover .pic{opacity: 0.4;}
.wrapp-grid .box:hover .wrapp-title{opacity: 1;z-index: 1;}
.wrapp-grid .box .pic img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}

.wrapp-grid .box .pic img {
  width: 140px;
}
/* .wrapp-grid .box:hover .pic img {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
} */

.wrapp-grid .box .info {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  padding: 6px 12px;
  color: #fff;
  background-color: var(--s-color-1);
  border-radius: 0 50px 50px 0;
}
.wrapp-grid .box .info .title{
  font-size: 0.85rem;
  text-transform: uppercase;
  line-height: 1.2;
  padding-top: 2px;
  margin: 0;
}
/* .wrapp-grid .box:nth-child(1),.wrapp-grid .box:nth-child(2) {
  min-height: 150px;
} */

.wpavefrsz.plus .wpavefrsz-wrapp .wpavefrsz-sub >span:nth-child(3):before,.wpavefrsz.minus .wpavefrsz-sub >span:nth-child(1):before  {    
  color: #053075;
}
.wpavefrsz.plus .wpavefrsz-sub >span:nth-child(2):before,.wpavefrsz.minus .wpavefrsz-sub >span:nth-child(2):before  {    
   color: #ccc;
}

body.single-community .entry-info-hero .social a{ color: #fff;   font-size: 1.875rem;padding-right: 8px;}
body.single-community .entry-info-hero .social a:hover{ color:  var(--s-nav-hover);}

.entry-pic-480 img {
  
  border-radius: var(--s-rounded-2);
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  transition: .3s ease-in-out;
}
article.type-apply .entry-pic {
  padding-top: 125%;
}
article .entry-pic .expired {
  position: absolute;
  display: flex;
  width: 100%;
  height: 100%;
  background-color: #000;
  top: 0;
  z-index: 1;
  color: #fff;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  font-size: 2rem;
  font-weight: bold;
  transition: .3s ease-in-out;
  cursor: default;
}

@media (min-width: 1305px) {
  ._mobile--1440{  display: none !important; }
 }
@media (max-width: 1304px) {
  ._desktop--1439 {      display: none !important;  }
}

@media (min-width: 768px) {
 /*  .wrapp-grid {
    grid-template-columns:1fr 1fr;
  }
  .wrapp-grid .box .pic img {
    width: 150px;
  } */
  /* 
  .wrapp-grid .box .pic img {
    padding: 40px;
  }*/
} 

/* ---- button ---- */

.button {
  display: inline-block;
  padding: 10px 18px;
  margin-bottom: 10px;
  background: #EEE;
  border: none;
  border-radius: 7px;
  background-image: linear-gradient( to bottom, hsla(0, 0%, 0%, 0), hsla(0, 0%, 0%, 0.2) );
  color: #222;
  font-family: sans-serif;
  font-size: 16px;
  text-shadow: 0 1px white;
  cursor: pointer;
}

.button:hover {
  background-color: #8CF;
  text-shadow: 0 1px hsla(0, 0%, 100%, 0.5);
  color: #222;
}

.button:active,.button.is-checked {  background-color: #28F;}
.button.is-checked {  color: white;  text-shadow: 0 -1px hsla(0, 0%, 0%, 0.8);}
.button:active {  box-shadow: inset 0 1px 10px hsla(0, 0%, 0%, 0.8);}

/* ---- button-group ---- */

.button-group:after {
  content: '';
  display: block;
  clear: both;
}

.button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 1px;
}

.button-group .button:first-child { border-radius: 0.5em 0 0 0.5em; }
.button-group .button:last-child { border-radius: 0 0.5em 0.5em 0; }

/* ---- isotope ---- */
* { box-sizing: border-box; }

/* force scrollbar */
html { overflow-y: scroll; }
body {  font-family: sans-serif;}

/* ---- isotope ---- */

.tgrid {  background: #DDD;}

/* clear fix */
.tgrid:after {
  content: '';
  display: block;
  clear: both;
}
/* ---- .grid-item ---- */
.wrapp-grid .wrapp-londing{  
  position: absolute;
  opacity: 0;  
  background-color: #d1d1d1ed;  
  display: flex;
  justify-content: center;
  align-items: center;
  transition: .2s ease
}
.wrapp-grid .wrapp-londing.active{  
  width: 100%;
  height: 100%;
  opacity: 1;
  z-index: 9;
}
.grid-sizer,
.grid-item {  width: 33.333%;}
.grid-item {  float: left;}
.grid-item img {  display: block;  max-width: 100%;}
/* ---- button ---- */
.button{  width: auto;  min-width: 100px;  max-width: unset;  height: auto;  min-height: unset;  max-height: unset;
  cursor: pointer;  display: inline-block;  position: relative;  margin: 0 4px 0 0;  padding: 4px;  border: 0;
  border-radius: 2px;  background-image: unset;  line-height: 1.45em;  text-align: center;  -webkit-transition: .2s ease;  transition: .2s ease;
}
.wrapp-wppb-edit-profile .kt-inside-inner-col>div{	width:100%;}
.wrapp-wppb-edit-profile .wppb-form-field  h4{ border-bottom: 1px solid #ccc;  color:var(--s-nav-hover);}
.wrapp-wppb-edit-profile .wppb-form-field  select{ padding: 0 2px;}
.ribbon {
  --f: 15px; /* control the folded part */
  z-index: 1;
  position: absolute;
  top: 0;
  color: #fff;
  padding: .5em 3em;
  background: var(--s-nav-hover); 
  border-bottom :var(--f) solid #0007;
  clip-path: polygon(
    100% calc(100% - var(--f)),100% 100%,calc(100% - var(--f)) calc(100% - var(--f)),var(--f) calc(100% - var(--f)), 0 100%,0 calc(100% - var(--f)),999px calc(100% - var(--f) - 999px),calc(100% - 999px) calc(100% - var(--f) - 999px))
}
.right {
  right: -1px;
  transform: translate(calc((1 - cos(45deg))*100%), -100%) rotate(45deg);
  transform-origin: 0% 100%;
}
.left {
  left: 0;
  transform: translate(calc((cos(45deg) - 1)*100%), -100%) rotate(-45deg);
  transform-origin: 100% 100%;
}
.sptp-content.animation:hover {
   transform: scale(1);
}

.glowCookies__banner{
  width: calc(100vw - 30px) !important;
  max-width: calc(100vw - 30px) !important;
  left: calc(50% - 50vw + 10px) !important;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 15px 25px!important;
  border-radius: 15px!important;
}
.glowCookies__banner.glowCookies__border {  border: 1px solid var(--s-head-text) !important;}
.glowCookies__banner  p {  color: var(--s-head-text)!important;}
.glowCookies__banner  a {  color: var(--s-nav-hover)!important;}
.glowCookies__banner .btn__section{
  display: flex;
  gap: 15px;
  margin-top: 0!important;
  /* margin-left: auto; */
}
.glowCookies__banner .btn__section button{ border-radius: 50px!important;    min-width: 120px;  padding: 10px;}
.glowCookies__banner .btn__section button.btn__accept{background-color: var(--s-head-text) !important;}
.glowCookies__banner .btn__section button.btn__settings {background-color:#adadad !important;color:#fff !important;}
