/*--------------------------------------------------------------
  >> : Text Only
--------------------------------------------------------------*/


/*--------------------------------------------------------------
  >> : Home Hero
--------------------------------------------------------------*/

[data-section="home-hero"] {
  height:100vh;
  width:100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bg-wrap {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  z-index:1;
  background-size:cover;
  background-position:center;
  background-repeat:no-repeat;
}

.bg-wrap .video-block {
  height:100%;
  width:100%;
}

.bg-wrap video {
  height:100%;
  width:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:center;
     object-position:center;
}

[data-section="home-hero"],
[data-section="home-hero"] h1,
[data-section="home-hero"] p,
[data-section="home-hero"] a {
  color:#fff;
  text-align:center;
}

[data-section="home-hero"] p {
  font-size: 1.3em;
}

.hero-form {
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  background: #00000061;
  padding:10px;
  margin:  30px 0px;
}

.hero-form label {
  display:none;
}

#AppMain .hero-form input {
  border-radius:0px;
  border:none;
  background:none;
  color:#fff;
}

#AppMain .hero-form input:focus {
  background:none;
  border:none;
}

[data-section="home-hero"] a:hover {
  text-decoration: underline;
}

#AppMain .hero-form button {
  border:none;
  background:none;
  color:#fff;
}


/*--------------------------------------------------------------
  >> : Header
--------------------------------------------------------------*/
[data-section="header"] {
  padding-top: 110px !important;
  padding-bottom: 110px !important;
  color: var(--color-white);
}

[data-section="header"] .image-block {
  position: absolute;
  width: 100%;
  height: 100%;
}

[data-section="header"] .image-block img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center
}



/*--------------------------------------------------------------
  >> : Text Image
--------------------------------------------------------------*/
[data-section="text-image"] img {
  width: 100%;
  height: auto;
}

[data-section="text-image"] p {
  margin-bottom: 20px;
}


/*--------------------------------------------------------------
  >> : Image Text
--------------------------------------------------------------*/
[data-section="image-text"] img {
  width: 100%;
  height: auto;
}

[data-section="image-text"] p {
  margin-bottom: 20px;
}

/*--------------------------------------------------------------
  >> : Homepage Community
--------------------------------------------------------------*/

.community-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 25% 20px 25% 20px 25% 20px 25%;
  grid-template-columns: 25% 25% 25% 25%;
  padding: 10px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.gi {
  position:relative;
  height: 150px;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}

.gi img {
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  position:absolute;
}

.gi .cg-user {
  position: relative;
  width: 100%;
  height: 100%;
}

.gi .cg-user a {
  position: absolute;
  bottom: 10px;
  left: 10px;
  font-size: 0.8em;
  font-weight:600;
  z-index: 3;
}

.gi .cg-user a:hover {
  color: #fff;
  text-decoration: underline;
}

.cg-user:before {
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:100%;
  width:100%;
  background:black;
  z-index:2;
  opacity:0.3;
}

.gi:nth-child(2),
.gi:nth-child(10){
  background:#31D996;
}
.gi:nth-child(5),
.gi:nth-child(15){
  background:#F1E0BC;
}

.cg-stat {
  color:#000;
}

.cg-stat p {
  font-size:2em;
  font-weight:500;
  line-height:1em;
  margin-bottom:10px;
}

[data-section="home-community"] .col:nth-child(2) {
  margin-bottom: 10%;
}

/*--------------------------------------------------------------
  >> : Destination Carousel
--------------------------------------------------------------*/

.destination-card {
  position: relative;
  width: 100%;
  height: 460px;
}

.destination-card a {
  position:
  relative;
  display: block;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.destination-card img {
  position: relative;
  width:100%;
  height:100%;
  -o-object-fit:cover;
     object-fit:cover;
  -o-object-position:center;
     object-position:center;
  z-index:1;
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  -o-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}


.destination-card a:hover img {
  -webkit-transform:scale(1.3);
      -ms-transform:scale(1.3);
          transform:scale(1.3);
  -webkit-transition: -webkit-transform 2s ease-in-out;
  transition: -webkit-transform 2s ease-in-out;
  -o-transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out;
  transition: transform 2s ease-in-out, -webkit-transform 2s ease-in-out;
}

.destination-card a:before {
  content:'';
  height:33%;
  width:100%;
  position:absolute;
  left:0;
  bottom:0;
  background: rgb(0,0,0);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,0)), to(rgba(0,0,0,1)));
  background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  background: linear-gradient(180deg, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%);
  z-index:2;
}

.destination-card p {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 3;
  color: #fff;
  margin-bottom: 0;
}

#featured-controls {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position:
  absolute;
  width: 100%;top:50%;
  -webkit-transform:translateY(-50%);
      -ms-transform:translateY(-50%);
          transform:translateY(-50%);
}

#featured-controls svg {
  height:50px;
  width:50px;
  padding:10px;
  stroke-width:1px;
  cursor: pointer;
  opacity: 0.7;
  -webkit-transform: opacity 300ms ease-in-out;
      -ms-transform: opacity 300ms ease-in-out;
          transform: opacity 300ms ease-in-out;
}
#featured-controls svg:hover {
  opacity: 1;
  -webkit-transform: opacity 300ms ease-in-out;
      -ms-transform: opacity 300ms ease-in-out;
          transform: opacity 300ms ease-in-out;
}

#featured-controls li:first-of-type {
  -webkit-transform:translatex(-50px);
      -ms-transform:translatex(-50px);
          transform:translatex(-50px);
}

#featured-controls li:last-of-type {
  -webkit-transform:translatex(20px);
      -ms-transform:translatex(20px);
          transform:translatex(20px);
}

div#tns1-iw {
  position: relative;
}

div#tns1-iw:after {
  content:'';
  position: absolute;
  top:0;
  right:0;
  height:100%;
  width:80px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(247,248,251,0)), color-stop(80%, rgba(247,248,251,1)));
  background: -o-linear-gradient(left, rgba(247,248,251,0) 0%, rgba(247,248,251,1) 80%);
  background: linear-gradient(90deg, rgba(247,248,251,0) 0%, rgba(247,248,251,1) 80%);
}

/*--------------------------------------------------------------
  >> : Featured Posts
--------------------------------------------------------------*/

.strip-title {
  border-bottom:1px solid #D1D1D1;
}


/*--------------------------------------------------------------
  >> : Header Title
--------------------------------------------------------------*/

[data-section="header-title"] {
  padding: 4em 0em !important;
}

[data-section="header-title"] .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/*--------------------------------------------------------------
  >> : Frontend Create Cards
--------------------------------------------------------------*/

.create-card {
  background: #fff;
  padding: 30px;
  padding-bottom: 90px;
  height: 100%;
  position: relative;
}

.create-card .h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom:1px solid #e3e3e3;
  padding-bottom:10px;
}

.create-card .h3 svg {
  height:30px;
  width:30px;
  margin-right:10px;
  stroke-width:1px;
}

.create-card p {
  font-size:1em;
  opacity:0.8;
}

.create-card .btn {
  position: absolute;
  bottom: 30px;
}

[data-section="frontend-create-card"] {
  position:relative;
}

[data-section="frontend-create-card"]:before {
  content:'';
  position:absolute;
  top:0;
  left:-50vw;
  height:50%;
  width:200vw;
  background: #161615;
}


/*--------------------------------------------------------------
  >> : Story Tellers
--------------------------------------------------------------*/

  .col-story-teller {
    background: var(--color-white);
    height: calc(100% - 40px);
    padding: 2rem;
  }

  .col-story-teller:first-child {
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
  }

  .col-story-teller:last-child {
    -webkit-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
            transform: translateX(-30px);
  }

  .col-story-teller:first-child:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    bottom: 30px;
    right: -10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

  .col-story-teller:last-child:after {
    content: '';
    width: 20px;
    height: 20px;
    background: #ffffff;
    position: absolute;
    bottom: 30px;
    left: -10px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }

/*--------------------------------------------------------------
  >> : CTA Ribbon / Banner
--------------------------------------------------------------*/

  



/*--------------------------------------------------------------
  >> : Col Featured Cards Grid
--------------------------------------------------------------*/

  .col-featured-cards-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 0px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 1fr 0px 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .col-featured-cards-grid > *:nth-child(1) {
  -ms-grid-row:1;
  -ms-grid-column:1;
  }

  .col-featured-cards-grid > *:nth-child(2) {
  -ms-grid-row:1;
  -ms-grid-column:3;
  }

  .col-featured-cards-grid > *:nth-child(3) {
  -ms-grid-row:3;
  -ms-grid-column:1;
  }

  .col-featured-cards-grid > *:nth-child(4) {
  -ms-grid-row:3;
  -ms-grid-column:3;
  }

  .col-featured-cards-grid [data-card-style="feed"] {
    width: 100% !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-right: 30px !important;
  }

  .col-featured-cards-grid [data-card-style="feed"]:nth-child(1) { 
    -ms-grid-row:  1; 
    -ms-grid-row-span:  2; 
    -ms-grid-column:  1; 
    -ms-grid-column-span:  1; 
    grid-area:  1 / 1 / 3 / 2;
  }

  .col-featured-cards-grid [data-card-style="feed"]:nth-child(1) > div {
    width: 100%;
    aspect-ratio: unset;
    padding: 0;
  }

  .col-featured-cards-grid [data-card-style="feed"]:nth-child(1) .card-content {
    padding-top: 20px;
  }

  .col-featured-cards-grid [data-card-style="feed"]:nth-child(2) { 
    -ms-grid-row: 1; 
    -ms-grid-row-span: 1; 
    -ms-grid-column: 2; 
    -ms-grid-column-span: 1; 
    grid-area: 1 / 2 / 2 / 3;
  }

  .col-featured-cards-grid [data-card-style="feed"]:nth-child(3) { 
    -ms-grid-row: 2; 
    -ms-grid-row-span: 1; 
    -ms-grid-column: 2; 
    -ms-grid-column-span: 1; 
    grid-area: 2 / 2 / 3 / 3;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  
  .col-featured-cards-grid [data-card-style="feed"]:nth-child(1) img.wp-post-image {
    height: 500px !important;
  }


/*--------------------------------------------------------------
  >> : Frontend Community 
--------------------------------------------------------------*/


.user-circle-card {
  width:calc(100% / 7);
  display:block;
  margin:1%;
  background:transparent;
  border-radius:10px;
  padding:20px;
  -webkit-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  position: relative;
}

.user-circle-card:hover {
  background:#fff;
  -webkit-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.user-circle-card img {
  width:100%;
  aspect-ratio: 1 / 1;
  -o-object-fit:cover;
     object-fit:cover;
  border-radius:100px;
  margin-top:50px;
  -webkit-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}


.user-circle-card h3 {
  font-size:1.1em;
  text-align:center;
  margin-bottom:0px;
  -webkit-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
  margin-top:30px;
  -webkit-transition:margin 200ms ease-in-out;
  -o-transition:margin 200ms ease-in-out;
  transition:margin 200ms ease-in-out;
}
.user-circle-card:hover h3 {
  margin-top:10px;
  -webkit-transition:margin 200ms ease-in-out;
  -o-transition:margin 200ms ease-in-out;
  transition:margin 200ms ease-in-out;
}

.user-circle-card span.loc {
  font-size:0.9em;
  height:30px;
  margin-bottom:10px;
  display:block;
  max-height:0px;
  overflow:hidden;
  -webkit-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.user-circle-card:hover span.loc {
  max-height:30px;
  -webkit-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}


.user-circle-card span.loc svg {
  height:15px;
}

.ucc-info {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

ul.following {
  list-style:none;
  padding:0;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin-bottom:10px;
  display:none;
  
}

ul.following li {
  position:relative;
  font-size:0.7em;
  padding:5px 10px;
}

ul.following li:not(:last-of-type):after {
  content:'';
  height:100%;
  width:1px;
  position:absolute;
  right:0;
  top:0;
  background:#e8e8e8;
}

ul.following li span {
  font-size:1.9em;
}

.community-loop.indent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
/*  margin-bottom: -30px;*/
/*  margin-top: -30px;*/
}

.comm-toggle ul {
  margin-bottom:0 !important;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
          justify-content:center;
}

.comm-toggle ul button {
  border:1px solid #000 !important;
  color:#000;
  padding:18px 22px;
  border-radius:30px !important;
  margin-right:10px;
}

.comm-toggle ul button.active {
  background:#000 !important;
}

.comm-toggle ul button:hover {
  background:#000 !important;
  color:#fff;
}