/*
Theme Name: VamosBitchachos
Theme URI: https://noveldigital.pro
Author: Novel Digital Agency
Author URI: https://noveldigital.pro.
Version: 2.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: entre

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

:root {
  --dark-blue: #00365d;
  --dark: #1c1b1c;
  --light-gray: #eaefe8;
  --spacing: 80px;
  --purple: #F7F7FF;
  --beige: #f6f2ef;
}

/*
===============================
  = Masthead
===============================
*/
#ntr-masthead {
  width: 100%;
  padding: 10px 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 98;
}

.elementor-menu-toggle {
  transform: translateY(-4px);
}

.img-responsive {
  width: 100%;
}

@media (max-width: 1199px) {
  .entre-wysiwyg-entry [id^="attachment_"] {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .ntr-header-widget .menu-item-1297.ntr-nav-item {
    display: none;
  }
}

.ntr-font-title, h1, h2, h3, h4, .ntr-nav-link {
  font-family: 'Playfair Display', serif;
}

h1 { font-size: 30px }

h2 { font-size: 26px }

h3 { font-size: 23px }

#v_nl_form .elementor-message {
  color: #fff;
}

body,
.ntr-font-text {
  font-family: 'Dosis', sans-serif;
}

.ntr-page-scrolled #ntr-masthead {
  background: rgba(0,0,0,.96);
}

@media (max-width: 767px) {
  #ntr-masthead {
    background: #000;
  }
}

.ntr-masthead-row {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ntr-site-logo {
  width: 327px;
  transition: all 0.4s;
}

.ntr-page-scrolled .ntr-site-logo {
  width: 98px;
}

@media (max-width: 767px) {
  .ntr-site-logo {
    width: 98px;
  }
}

.ntr-site-logo-link {
  display: block;
  transition: all 0.2s;
}

.ntr-site-logo-link:hover {
  transform: rotate(0);
}

.ntr-site-logo-img {
  width: 100%;
  max-width: 0;
}

.ntr-btn, .elementor .ntr-btn {
  display: inline-block;
  padding: 10px 24px;
  background: #e2e2e2;
  box-shadow: 4px 4px 0px 0px #b1b1b1;
  color: #2e3135;
  transition: all 0.4s;
  margin: 0 10px;
}

a, a:visited, a:focus, a:active {
    color: #580b58;
    text-decoration: none;
    outline: none;
}

a:hover {
  color: #714971;
}

 /*
===============================
  = Main nav
===============================
*/
#ntr-main-nav .ntr-menu-list {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}

#ntr-main-nav .ntr-menu-list .ntr-nav-item {
  margin-right: 20px;
}

#ntr-main-nav .ntr-menu-list .ntr-nav-item:last-child {
  margin-right: 0;
}

#ntr-main-nav .ntr-menu-list .ntr-nav-link {
  display: block;
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 28px;
  transition: all .4s;
  text-transform: uppercase;
  font-family: 'Fjalla One', sans-serif;
}

@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}

@media (max-width: 767px) {
  #ntr-main-nav {
    display: none;
  }
}

.ntr-mobile-nav {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: -10%;
  left: 0;
  background: #000;
  z-index: -1;
  opacity: 0;
  transition: all 0.4s;
}

.ntr-menu-open .ntr-mobile-nav  {
  top: 0;
  opacity: 1;
  z-index: 99;
}

.ntr-mobile-nav-wrap {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ntr-mobile-nav-wrap .ntr-nav-toggle {
  position: absolute;
  top: 30px;
  right: 25px;
}

.ntr-mobile-menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

.ntr-mobile-menu-list  .ntr-nav-link {
  display: block;
  font-size: 24px;
  font-family: 'Fjalla One', sans-serif;
  color: #fb0000;
  text-transform: uppercase;
  padding: 10px 0;
}

/*
========================================
  Elementor
========================================
*/
.elementor-editor-active #ntr-masthead {
  position: relative;
  background: #000;
  z-index: 0;
}

#ntr-page-loader {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 999;
}

#ntr-page-loader > img {
  animation-name: ntr_anim_pulse;
  animation-duration: 1.2s;
  transform-origin: 70% 70%;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}

@keyframes ntr_anim_pulse {
  0% { transform: scale(1); }
  30% { transform: scale(1); }
  40% { transform: scale(1.08); }
  50% { transform: scale(1); }
  60% { transform: scale(1); }
  70% { transform: scale(1.05); }
  80% { transform: scale(1); }
  100% { transform: scale(1); }
}

/*
========================================
  Instagram
========================================
*/
.instagram-pics {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
  background: #F7F7FF;
}

.instagram-pics > li {
  width: 16.66666%;
  flex-basis: 16.66666%;
}

.instagram-pics > li img {
  transition: all 0.4s;
  border: 3px solid #F7F7FF;
}

.instagram-pics > li a:hover img {
  opacity: .8;
}

/*
========================================
  = Page Hero
========================================
*/
.ntr-page-hero {
  padding: 10px;
}

.ntr-page-hero-bg {
  width: 100%;
  height: 100vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.ntr-page-hero-title {
  color: #fff;
  font-size: 62px;
      text-shadow: 1px 1px 6px black;
 }

/*
========================================
  = Preview card
========================================
*/
.ntr-post-item-cover {
  height: 195px;
  width: 100%;
  position: relative;
}

.ntr-post-item-cover figure {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

.ntr-post-item .ntr-post-item-cover img {
  background: #000;
  opacity: 0.9;
  transition: all 0.4s;
}

.ntr-post-item:hover .ntr-post-item-cover img {
  /* transform: scale(1.1) rotate(2deg); */
  opacity: 1;
}

.ntr-post-item-info {
  padding: 20px;
  background: #F7F7FF;
  min-height: 212px;
  position: relative;
  transition: all 0.4s;
}

.ntr-post-item:hover .ntr-post-item-info {
  transform: translateY(-4px);
}

.ntr-post-item-title {
  border-bottom: 1px solid #ded0de;
}

.ntr-post-item-link {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 6px 16px;
  background: #dedede;
}

#map_wrapper {
  height: 600px;
  width: 90%;
  margin: 0 auto;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

.ntr-gm-iw {
  display: flex;
  background: #eee;
  padding: 12px;
}

.ntr-gm-iw img {
  width: 100px;
  height: 80px;
  margin-right: 15px;
}

#travel-map-box-section {
  padding: 60px 0;
  background: #eee;
  margin-top: -10px;
}

#travel-map-box {
  position: relative;
  width: 1023px;
  margin: 0 auto;
}

#travel-map-box img {
  width: 100%;
  border-radius: 30px;
  border: 4px solid #ddd;
}

#travel-map-links area {
  outline: none;
}

#travel-map-tooltip {
  position: absolute;
  display: none;
  padding: 12px 18px;
  background: #FAF2E5;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}

.ntr-sc-sep-title {
  margin: 0;
}

.ntr-related-post img {
  width: 100%;
  background: #000;
  opacity: 0.9;
  transition: all 0.3s;
}

.ntr-related-post:hover img {
  opacity: 1;
}

.ntr-gray-bg-title {
  padding: 4px 8px;
  background: #f6f2ef;
  display: inline-block;
}

.ntr-related-post h4 {
  font-size: 15px;
  font-weight: 600;
  marign-top: 10px;
}

.ntr-related-post a:hover {
  text-decoration: underline;
}

.ntr-line-sep {
  display: block;
  width: 100%;
  clear: both;
  height: 4px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  margin: 20px auto;
}

.ntr-post-items .ntr-post-item {
  margin-bottom: 30px;
}

/* == WordPress WYSIWYG Editor Styles == */

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}
.gallery dl {}
.gallery dt {}
.gallery dd {}
.gallery dl a {}
.gallery dl img {}
.gallery-caption {}

.size-full {}
.size-large {}
.size-medium {}
.size-thumbnail {}
