/*
Theme Name: Girls love 2 travel
Author: Jiami Jongejan
Author URI: http://code.jiami.nl
Description: Client: GL2T, Custom template made for Guusje.

*/

@font-face {
    font-family: 'Rychard';
    src: url("fonts/rychard walker_ttf.ttf");
}

html { margin-top:0px !important;}

body {
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
  text-align: justify;
  line-height: 1.8;
  font-weight: 300;
  margin: 0;
  overflow-x: hidden !important;
}

a {
  text-decoration: none;
  color: #957D64;
  font-weight: 600;

}

img {
  max-width: 100%;
}

strong {
  font-weight: 600;

}

input {
    background-color: #fff;
}

/* HEADER */

#header {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 100% !important;
  color: #fff;
  font-size: 1px;
}

/* NAVIGATION */

#header_navigation {
  z-index: 10;
  position: fixed;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000 !important;
  height: 70px;
  top: -15px;
  background-color: #fff;
}

#header_navigation ul {
  list-style: none;
  padding-left: 0;
}

#header_navigation li {
  color: #000;
  display: block;
  float: left;
  padding: 10px 30px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
}

#header_navigation li a {
  color: #000;
  font-weight: 700;
}

#header_navigation li:hover,
#header_navigation li:focus-within {
  cursor: pointer;
}

#header_navigation li:focus-within a {
  outline: none;
}

#header_navigation ul li ul {
  background: #fff;
  visibility: hidden;
  opacity: 0;
  width: 200px;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
}

#header_navigation ul li:hover > ul,
#header_navigation ul li:focus-within > ul,
#header_navigation ul li ul:hover,
#header_navigation ul li ul:focus {
   visibility: visible;
   opacity: 1;
   display: block;
}

#header_navigation ul li ul li {
  clear: both;
  width: 100%;
}

.nav_head {
  top: 0px;
  position: relative;
  margin: 0 auto;
  width: 650px;
}

.sticky {
  position: fixed !important;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 1000 !important;
}

#mobile_nav {
  display: none;
}
/* LOGO */

.nav_logo {
  background-image: url("img/gl2t_logo.png");
  width: 200px;
  top: 5px;
  left: 10px;
  z-index: 10;
  height: 45px;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.social_icons {
  position: relative;
  z-index: 10;
  top: 30px;
  left: 15px;
  width: 100%;
}

.social_icons i {
  margin: 0px 3px;
  color: #000;
}

.social_icons i.fa-solid.fa-magnifying-glass {
  margin-right: 40px;
  float: right;
}

.wp-paginate.font-inherit {
    width: 100% !important;
    text-align: center !important;
}

.wp-paginate a {
    background: #fff !important;
    color: #957D64 !important;
    border: none !important;
    font-weight: 600 !important;
    font-size: 18px;
}

.wp-paginate .current {
    background: #fff !important;
    color: #957D64 !important;
    border: none !important;
    font-weight: 800 !important;
    font-size: 18px;
}

.navigation {
    position: relative;
    width: 100%;
    display: flex;
    padding-top: 40px;
}
/* SEARCH FIELD */

#search_field {
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  z-index:100000;
  display: none;
  top: 0px;
}

.search_input {
  width: 60%;
  font-size: 40px;
  margin-left: 20%;
  border: none;
  border-bottom: 5px solid #fff;
  margin-top: 30%;
  padding: 2%;
  color: #fff;
  -webkit-appearance: none;
  background-color: #fff;
}

.btn.btn-default.right {
  background: transparant !important;
  border: none;
}

.fa-solid.search
{
    font-size: 70px;
    color: #fff;
    margin-left: 20px;
}

.fa-solid.fa-xmark.search {
  float: right;
  margin: 15px;
  font-size: 40px;
}

/* CONTAINER */

#container {
  position: absolute;
  top: 100%;
  width: 100%;
  max-width: 100% !important;
  background-color: #fff;
}

#new_articles {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.brush_h1 {
  background-image: url("img/brush.png");
  width: 421px;
  margin: 0 auto;
  height: 55px;
  background-size: contain;
  position: relative;
  background-repeat: no-repeat;
}

.brush_h1 h1 {
  background-color: none;
  text-align: center;
  font-family: 'Rychard';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  padding-top: 5px;
}

/* NEW ARTICLES */

#new_articles_list {
  overflow: auto;
  position: relative;
}

.post_block_three {
  position: relative;
  width: 32%;
  float: left;
  max-height: 750px;
  min-height: 500px;
  margin-right: 1%;
  margin-top: 2%;
}

.post_block_img {
  background-size: cover;
  z-index: 20;
  width: 100%;
  height: 100%;
  position: absolute;
}

.post_block_img:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(to bottom right,#000,#000);
  opacity: 0.2;
  transition: 0.5s;
}

.post_block_img:hover:before  {
  opacity: 0.6;
}


.post_block_title h1, .post_block_title a{
  text-decoration: none;
  color: #fff;
  text-align: center;
  font-size: 1.2em;
  margin-top: 200px;
  letter-spacing: 1px;
  z-index: 30;
  position: relative;
}

.post_block_text {
    position: relative;
    text-align: center;
    color: #fff;
    z-index: 1000;
    display: none;
}

.btn_new_articles {
  margin-top: 50px;
  margin-bottom: 40px;
  text-align: center;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.btn_new_articles a {
  text-transform: uppercase;
  border: 1px solid;
  padding: 15px;
  background-color: #957D64;
  border-radius: 15px;
  color: #fff;
}

.pagination {
    width: 100%;
    position: relative;
    display: flex;
    padding-top: 50px;
}

.nav-next {
    left: 30%;
    position: relative;
    text-transform: uppercase;
    padding: 15px;
}

.nav-previous {
    right: 30%;
    position: absolute;
    text-transform: uppercase;
    border: 1px solid #957D64;
    padding: 15px;
}

/* WORLD MAP */

#worldmap {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 50px;
}


/* DISCOVER TRIPS */

#discover_trips {
  background-color: #F5F0EA;
  width: 100%;
  height: 650px;
  position: relative;
  margin-top: 40px;
}

#discover_trips h1 {
  text-align: center;
  font-family: 'Rychard';
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 25px;
  padding-top: 30px;
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-slide img:hover, .nav_logo:hover, .post_block_three:hover {
  cursor: pointer;
}

.discover_swiper {
  margin-top: 60px;
  padding-bottom: 40px;
  height: 400px;
}

:root {
    --swiper-theme-color: #fff !important;
}

/* NEWSLETTER */

#newsletter {
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    /* padding-top: 140px; */
}

#newsletter .stamp {
  position: relative;
  margin-left: 80%;
  margin-top: -80px;
}

#newsletter h1 {
  text-align: center;
  font-family: 'Rychard';
  letter-spacing: 2px;
}

#newsletter input {
  width: 30%;
  padding: 10px;
  margin-top: 3%;
  border: 1px solid;
}

#newsletter input[type="submit" i] {
  width: auto !important;
  -webkit-appearance: none;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}

h1 a{
  color: #000 !important;
}
/* FOOTER */
#footer {
  background-color: #F5F0EA;
  width: 100%;
  height: 600px;
  margin-top: 150px;
  position: relative;
}

#footer h1 {
  text-align: center;
  font-family: 'Rychard';
  letter-spacing: 2px;
  font-size: 25px;
  padding-top: 30px;
  padding-bottom: 10px;
}

.footer_drawings {
  margin-top: -200px;
  z-index: 10000;
  position: absolute;
  right: 0;
}

.footer_content {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

.footer_content .instagram_caroussel img {
  object-fit: cover;
  width: 190px;
  height: 190px;
}

.instagram_caroussel {
/* padding-bottom: 80px; */
  position: absolute;
  left: 0px;
  display: inline-flex;
    width: 1200px;
    justify-content: space-between;
}

.footer_nav_left, .footer_nav_right {
  width: 180px;
  display: inline-block;
  text-align: center;
  margin-left: 150px;
  margin-top: 250px;
}

.footer_logo_left {
  position: absolute;
  margin-top: 250px;
  max-width: 150px;
}

.footer_content ul, .footer_content li {
  list-style: none;
  line-height: 2;
  text-transform: uppercase;
}

.footer_right {
  position: relative;
  width: 35%;
  margin-top: 260px;
  right: 0;
  float: right;
}

.footer_right input {
  border: none;
  padding: 5px;
  width: 300px;
  padding: 10px;
  font-size: 14px;
  letter-spacing: 0.5px;
  color: #957D64;
}

.fa-solid.fa-magnifying-glass.footer {
  color: #957D64;
  font-size: 20px;
}

.fa-brands.footer {
  padding: 20px 10px;
  font-size: 20px;
}

/* WORLDMAP */

#worldmap {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

#map {
  width: 100%;
}

/* SINGLE POST PAGE */

.post {
  min-height: 800px;
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.post_content {
  width: 72%;
  margin: 1%;
}

.post_content img {
  max-width: 100% !important;
  height: auto;
}


h2 {
  letter-spacing: 3px;
  font-size: 20px;
  padding-top: 3px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 800;
  width: 100%;
}

h3 {
  font-size: 16px;
}

p {
  margin-block-start: 0.2em;
}


.post_sidebar {
  width: 22%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  float: right;
  font-size: 0.9em;

}

.post_sidebar h2 {
  font-family: 'Rychard';
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 22px;
  padding-top: 12px;
  text-align: center;
  font-weight: 200;
  color: #957D64;
  width: 100%;
}

.post_sidebar img {
  width: 100%;
  height: auto;
  margin-top: 50px;
}

h1.post_title {
  font-family: 'Open Sans';
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 42px;
  text-align: center;
  font-weight: 600;
}

h2.date_title {
  text-align: center;
  font-size: 10px;
}

.strike {
    display: block;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
}

.strike > span {
    position: relative;
    display: inline-block;
}

.strike > span:before,
.strike > span:after {
    content: "";
    position: absolute;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #000;
}

.strike > span:before {
    right: 100%;
    margin-right: 15px;
}

.strike > span:after {
    left: 100%;
    margin-left: 15px;
}

.post_sidebar_socials {
  padding-top: 15px;
}

.post_sidebar_socials .fa-brands {
  font-size: 26px;
  padding-right: 15px;
  color: #957D64;
}

/* DESTINATION PAGE or SINGLE PAGE */

.single_page {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.single_page .brush_h1 {
  margin-bottom: 50px;
}

.single_page_content.destinations h1 {
  color: #000;
}

.single_page_content.destinations h2 {
  font-size: 1.1em;
  text-transform: uppercase;
}

.single_page_content.destinations {
  color: #957D64;
  text-align: center;
}

.single_page_content.destinations a {
  color: #957D64;
  font-weight: 400;
}

/* CATEGORY PAGE */
#header_category {
  background-image: none;
  height: 200px;
  position: absolute;
  width: 100%;
  top: 0px;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

#container_category {
  position: absolute;
  width: 100%;
  top: 100px;
}

#worldmap .brush_h1 {
  margin-top: 60px;
  margin-bottom: 60px;
}

/* TAG PAGE */

#country_information {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  display: table;
}

.country_information_block_one h2, .country_information_block_two h2, .country_information_block_three h2 {
  font-family: 'Rychard';
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 1.2em;
  text-align: center;
  font-weight: 400;
  color: #957D64;
}

.country_information_block_one, .country_information_block_three {
  float: left;
  margin-top: 35px;
  width: 33%;
  position: relative;
  float: left;
  text-align: center;
}

.country_information_block_two {
  width: 33%;
  position: relative;
  float: left;
  margin-top: 35px;
  text-align: center;
}

.country_information_block_one img {
  float: left;
}

.country_information_block_three img {
  float: right;
  margin-left: 110px;
  margin-top: 80px;
}

.country_information_places {
  width: 100%;
  position: relative;
  display: table;
  padding-top: 50px;
}

.country_information_list {
  width: 50%;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  list-style: none;
  line-height: 2;
}

.country_information_map {
  width: 50%;
  position: relative;
  display: table-cell;
}

.tag_name {
  position: absolute;
  top: 35%;
  margin: 0 auto;
  text-align: center;
  font-family: 'Rychard';
  font-size: 7em;
  letter-spacing: 2px;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
}

.comment-list li {
  padding-top: 25px;
}

.comment-list {
  list-style: none;
  padding-left: 0;
}

.comments-area {
    margin-top: 40px;
    max-width: 73%;
}

.comment-author.vcard img {
  float: right;
  position: relative;
  border-radius: 50%;
}

.comment-form-comment textarea, .comment-form-author input, .comment-form-email input, .comment-form-url input {
    border: 1px solid #957D64;
    width: 98%;
    padding: 10px;
}

cite.fn {
  font-style: normal;
}

.comment-meta.commentmetadata a {
  font-weight: 300 !important;
}

.form-submit [type="submit" i] {
  padding: 15px;
  font-family: 'Open Sans';
  letter-spacing: 2px;
  background-color: #957D64;
  color: #fff;
  border: none;
  font-size: 16px;
  display: block;
  -webkit-appearance: none;
  margin: 0 auto;
}

@media screen and (max-width: 1200px) {
  body {
    font-size: 14px;
    margin-top: 40px;
    max-width: 100%;
    overflow-x: hidden !important;
  }

  #container, img, #header_navigation, #new_articles, #newsletter, .footer_content, #header, .post_content {
    width: 100%;
  }

  .nav_logo {
    height: 40px;
  }

  .brush_h1 {
    height: auto !important;
    width: 390px !important;
  }

  .post_content {
    margin: 0;
  }

  #container {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  .comment-author.vcard img {
    width: auto !important;
  }

  .comments-area {
    max-width: 95% !important;
  }

  .post {
    width: 95%;
    padding: 2%;
  }

  #newsletter .stamp, .footer_logo_left, .footer_drawings, .instagram_caroussel, .post_sidebar, .footer_content h1, #header_navigation{
    display: none;
  }

  .footer_nav_left {
    margin-left: 8%;
    margin-top: 0;
    display:none;
  }

  .footer_nav_left, .footer_nav_right {
    margin-left: 0;
    display: none;
  }

  #country_information {
    display: table-row !important;
  }

  .country_information_places {
    width: 100vw;
  }

  .country_information_block_one, .country_information_block_two, .country_information_block_three {
    width: 100vw;
    margin-top: 5px !important;
  }

  .country_information_block_three {
    margin-bottom: 40px;
  }

  .country_information_map img {
    max-width: 97%;
  }

  .country_information_block_one img, .country_information_block_two img, .country_information_block_three img {
    max-width: 90px !important;
    position: absolute;
  }

  .country_information_block_one img {
    left: 0;
  }

  .country_information_block_three img {
    right: 20px;
  }

  .country_information_list {
    width: 25% !important;
    text-align: left;
  }

  .footer_right {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-top: 20px;
  }

  #footer {
    height: 150px;
  }

  .post_block_three {
    width: 97%;
    padding-left: 1%;
    height: 200%;
  }

  .form.search input {
    -webkit-appearance: none;
  }

  .btn.btn-default.right {
    display: none;
  }

  #header {
    background-position: top center;
    max-height: 100%;
  }

  #container {
    top: 100%;
    background-color: #fff;
  }

  #footer {
    margin-top: 40px;
  }

  .footer_right input {
    width: 60%;
    /* margin-right: 20px; */
  }

  #container_category {
    top: 50px;
  }

  #mobile_nav {
    display: block;
    position: fixed;
    width: 100%;
    background-color: #fff;
    height: 50px;
    z-index: 100;
    top: 0;
}

#mobile_menu {
  width: 100%;
  position: fixed;
  background-color: #fff;
  display: none;
  top: 50px;
}

#map {
  max-height: 200px !important;
}

.tag_name {
  font-size: 62px;
}

#mobile_menu ul {
  padding: 10px;
}

#mobile_menu ul li {
  width: 100%;
  background-color: #fff;
  padding-bottom: 10px;
  font-size: 16px;
  list-style: none;
}

#mobile_nav .fa-solid.fa-bars {
  font-size: 24px;
  padding: 10px;
  position: absolute;
  right: 0;
}

#mobile_nav .nav_logo {
    top: 5px;
    position: absolute;
    right: 0;
}

}
/* 
@media screen and (max-width: 800px) {

.discover_swiper {
    height: auto !important;
}


#newsletter {
    padding-top: 150px;
  }


} */

.gallery img {
border: none !important;
}