/*  
Theme Name: Vis ÃƒÂ  vis
Description: Theme for me.
Author: Dana Whittle
Version: 5000
*/
/*  - - - - - - - - - - - - - - - - - - - - - - - - - TYPOGRAPHY */

/* 
Prompt:200,200i,300,300i,400,500,600
Rokkitt:300,500,700
*/

h2,
h3 {
  font-family: Prompt !important;
  font-style: normal !important;
  font-weight: 200 !important;
}

#cn-notice-text,
.credit,
.credit a {
  font-family: Prompt !important;
  font-style: normal !important;
  font-weight: 300 !important;
}

h1 {
  font-family: Prompt !important;
  font-style: normal !important;
  font-weight: 400 !important;
}

blockquote p {
  font-family: Prompt !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

.frm_description,
#mc_embed_signup,
button.alm-load-more-btn,
.tags a,
h4,
.content-link a,
.lang a,
nav ul li a,
.toggle-nav,
.headline h1,
form label,
.wp-playlist-caption,
.footer,
.footer a,
.meta,
.post-edit-link,
.pagination {
  font-family: Prompt !important;
  font-style: normal !important;
  font-weight: 300 !important;
}

label,
.frm_primary_label,
button,
.button,
.wp-playlist-playing .wp-playlist-item-title,
.switcher {
  font-family: Prompt !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

.nav-social,
h5,
h6 {
  font-family: Prompt !important;
  font-style: normal !important;
  font-weight: 600 !important;
}

em {
  font-family: Rokkitt !important;
  font-style: italic !important;
  font-weight: 300i !important;
}

.excerpt {
  font-family: Rokkitt !important;
  font-style: normal !important;
  font-weight: 300 !important;
}

strong {
  font-family: Rokkitt !important;
  font-style: normal !important;
  font-weight: 500 !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - VARIABLES */
:root {
  --overwhite: rgba(255, 255, 255, 0.5);
  --overblack: rgba(0, 0, 0, 0.4);
  --body: #f0eeec;
  --white: #fff;
  --black: #2f0909;
  --gray: #cbb5b5;
  --smoke: #8d7e7e;
  --whisper: #f0eeec;
  --whisperdark: #e6e3e0;
  --red: #e2564f;
  --magenta: #FF039F;
  --pink: #FFADAE;
  --puff: #fff2f2;
  --orange: #e97026;
  --rust: #b12c00;
  --brown: #860002;
  --yellow: #fff397;
  --border: 1px solid var(--gray);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - BASICS */
html {
  font-size: min(max(20px, calc(1.25rem + (22 - 20) * ((100vw - 320px) / (1280 - 320)))), 22px);
  min-height: 0vw;
  width: 100%;
  height: 100%;
  padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left);
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font: normal 100% Rokkitt, Helvetica, Arial, sans-serif;
  font-weight: 200;
  line-height: 1.2em;
  color: var(--black);
  background: var(--body);
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  min-height: 100%;
  margin: 0 auto;
  display: grid;
}

.which-template {
  display: none;
  color: red;
}

a {
  text-decoration: none;
  outline: 0 none;
  -moz-outline: 0 none;
  color: var(--red);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

a:hover {
  text-decoration: none;
  color: var(--gray);
}

p {
  margin: 10px 0;
}

em {
  font-style: italic;
}

ul,
ol {
  list-style: disc;
  list-style-position: outside;
  margin: 0.5em 0 1em 1em;
  padding: 0 0 0 1em;
}

ul li,
ol li {
  padding: 3px 0;
}

ol {
  list-style: auto;
}

ol li {
  padding: 8px 0 0 1.5em;
  margin-bottom: 8px;
  border-top: var(--border);
}

img,
iframe {
  border: 0;
}

iframe {
  margin: 1em 0;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}


/* - - - - - - - - - - - - - - - - - - - - BACKGROUNDS */

.bg {
  width: 100%;
  position: relative;
  z-index: 1;
}

video.bg-video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

img.bg-image {
  display: block;
  margin: 0 auto;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a.playpause {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  color: var(--white);
}

a.playpause:hover {
  cursor: crosshair;
  color: var(--magenta);
}

a.playpause i {
  position: absolute;
  bottom: 1em;
  right: 1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - NAVIGATION */

nav.nav-main {
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 50 !important;
}

/*open menu links*/
nav.nav-main ul.nav-active {
  display: none;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background: var(--red);
  min-height: 100vh;
  overflow-y: scroll;
}

nav ul li {
  margin: 10px 0;
}

nav ul li a {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: var(--brown);
}

nav ul li a:hover {
  -webkit-transform: rotateX(180deg) scale(1.3) translate(3px, 3px);
  transform: rotateX(180deg) scale(1.3) translate(3px, 3px);
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

nav ul li a i {
  font-size: 24px;
  color: var(--white);
  padding: 0 5px;
}

/* toggle nav */

.toggle-nav img.branding {
  width: 120px;
  height: auto;
  -webkit-filter: drop-shadow(0 3px 5px #86000266);
  filter: drop-shadow(0 3px 5px #86000266);
}

.toggle-nav img.branding:hover {
  -webkit-filter: blur(10px);
  filter: blur(10px);
}

.page-trip .toggle-nav .open.branding {
  margin-top: -5000px;
}

.page-trip.scrolled .toggle-nav img.branding {
  margin-top: 0;
}

.toggle-nav.nav-active .close:hover,
nav ul li a:hover {
  color: var(--pink);
  -webkit-transition: 400ms ease-out;
  -o-transition: 400ms ease-out;
  transition: 400ms ease-out;
}

.toggle-nav .open,
.toggle-nav .close {
  display: block;
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -0);
  -ms-transform: translate(-50%, -0);
  transform: translate(-50%, -0);
  z-index: 10;
}

.page-template-page-vanilla .toggle-nav .open,
.scrolled .toggle-nav .open {
  width: 80px;
  top: -14px;
  left: -14px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  -webkit-transition: 400ms ease-out;
  -o-transition: 400ms ease-out;
  transition: 400ms ease-out;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.toggle-nav .close i {
  font-size: 100px;
  line-height: 85px;
}

.toggle-nav.nav-active img.open,
.toggle-nav .close i {
  display: none;
}

body.noscroll .toggle-nav .close i {
  color: var(--white);
  font-size: 72px;
  display: block;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  top: 30px;
  left: 0;
}

body.noscroll .toggle-nav:hover .close i {
  color: var(--pink);
}

/* - - - - - - - - - - - - - - - - - - - - TAGS */

.grid.grid-tags {
  padding-bottom: 0;
}

.tags {
  padding: 1em 0 2em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.right .tags {
  padding: 10px 0 0 0;
}

.tags a {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  padding: 5px 10px;
  margin: 0;
  color: var(--red);
}

.right .tags a {
  font-size: 12px;
  line-height: 1em;
  padding: 0 5px;
}

.tags a:hover {
  color: var(--white);
  background: var(--red);
  font-size: 20px;
  border-radius: 4px;
}

.right .tags a:hover {
  background: none;
  font-size: 12px;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  color: var(--gray);
}

.tags i {
  color: var(--red);
}

/* - - - - - - - - - - - - - - - - - - - - STRUCTURE */

.content {
  grid-area: content;
}

.left {
  grid-area: left;
}

.right {
  grid-area: right;
}

.container {
  width: 100%;
  height: 100%;
  position: relative;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - PAGE LANG TABS */

.tab-container {
  width: 100%;
}

.tab-content {
  display: none !important;
}

.tab-content.active {
  display: block !important;
}

nav.lang {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: 20px;
  right: 1em;
  z-index: 10;
}

.cv nav.lang {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 2em 0;
}

nav.lang a {
  font-size: 0.7em;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: var(--white);
  padding: 5px 15px;
  text-align: center;
  background: var(--gray);
}

nav.lang a:hover {
  background: var(--red);
}

.lang-fr nav.lang a.select-fr,
.lang-en nav.lang a.select-en {
  display: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - PAGE TABS */

ul.tabs {
  margin: 0 0 2em 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

ul.tabs li {
  list-style: none;
  margin: 5px;
  padding: 0;
}

ul.tabs li a {
  display: block;
  font-size: 0.9em;
  line-height: 1.2em;
  text-transform: uppercase;
  padding: 0 8px;
  color: var(--dark);
}

ul.tabs li.active-tab a {
  color: var(--medium);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - LAYOUTS */

.grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-areas: '. . content content content content content content content content . .';
  grid-column-gap: 0;
  padding: 1.5em 0;
}

.page-cv,
.page-services,
.tag .grid,
.category .grid {
  padding-top: 200px;
}

.page-trip {
  line-height: 1.1em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - HORIZ POSTS */

.grid-horiz {
  display: grid;
  grid-template-columns: 40% auto;
  grid-gap: 1em;
  grid-template-areas: 'left right';
  background: var(--white);
  margin-bottom: 1.5em;
}

.grid-horiz .left img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.grid-horiz .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1em;
}

.grid-horiz .content-link {
  padding: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - ONE COL POSTS */

.post {
  margin: 0 auto 2em auto;
  position: relative;
  font-size: 0.9em;
  background: var(--white);
  border-radius: 4px;
}

.content-inner {
  background: var(--white);
  position: absolute;
  top: -15px;
  left: 30px;
  width: 40%;
  padding: 0 1em 10px 1em;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-filter: drop-shadow(0 7px 7px #86000266);
  filter: drop-shadow(0 7px 7px #86000266);
}

.post p {
  line-height: 1.2em;
}

.post img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.post .content-links {
  margin: 10px 0;
}

.content-links a {
  font-size: 20px;
  text-transform: uppercase;
  margin-right: 10px;
}

/* - - - - - - - - - - - - - - - - - - - - PAGINATION */

nav.pagination {
  position: relative;
  text-align: center;
  color: var(--red);
  padding: 2em 0 0 0;
  font-size: 0.9em;
}

.nav-links:before {
  content: '';
}

.pagination a {
  color: var(--gray);
}

.page-numbers.current,
.pagination a:hover {
  color: var(--red);
}

.page-numbers {
  padding: 0 10px;
}

a.next,
a.prev {
  color: var(--gray);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - FOOTER */

.footer {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-areas: '. content content .';
  grid-column-gap: 0;
  background: var(--whisper);
  padding-top: 3em;
}

ul.social {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

ul.social li {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul.social li a img {
  border-radius: 5px;
}

ul.social li a img:hover {
  opacity: 0.5;
}

ul.social li a {
  margin: 0 10px;
  font-size: 30px;
}

.subscribe {
  margin: 1em 0;
}

#mc_embed_signup input.email {
  border: 0 !important;
}

.subscribe input.email {
  margin-bottom: 1em !important;
}

p.copyright {
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
  padding-bottom: 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - HEADERS */

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1em;
  color: var(--black);
}

h1 {
  color: var(--gray);
  font-size: 2.5em;
  line-height: 0.9em;
  margin: 0 0 20px 0;
  text-transform: lowercase;
}

h2 {
  font-size: 1.5em;
  letter-spacing: 1px;
  margin: 1em 0 0 0;
  text-transform: uppercase;
}

h2:first-of-type {
  margin-top: 0.5em;
}

.page-trip h1 {
  clear: both;
  padding-top: 20px;
}

.page-trip h2 {
  border-top: var(--border);
  padding-top: 1em;
  margin-top: 1em;
  display: block;
  clear: both;
}

.frm_form_field h3,
h3 {
  font-size: 1.2em !important;
  margin-bottom: 0 !important;
}

.frm_form_field h3 {
  color: var(--red) !important;
}

h2 a,
h3 a {
  color: inherit;
}

.grid-horiz h4 {
  font-size: 1em;
  margin-bottom: 0;
}

.hover-title h4 {
  font-size: 0.5em;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin: 10px 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
}

h5 {
  font-size: 0.6em;
  text-transform: none;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - META, DETAILS */

.credit {
  display: inline-block;
  font-size: 13px !important;
  line-height: 15px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--brown);
  border-top: var(--border);
  padding-top: 10px;
}

.credit a {
  font-size: inherit !important;
}

blockquote {
  margin: 1.5em 0;
  padding: 0 2em;
  font-size: 1.4em;
  color: var(--gray);
}

blockquote p {
  font-size: 0.8em;
  letter-spacing: 1px;
  line-height: 1.5em;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - PLAYER */

.wp-playlist {
  border: 0 !important;
  padding: 1em 0 !important;
  background: none !important;
}

.wp-playlist-playing {
  background: none !important;
}

.mejs-controls {
  background: var(--red) !important;
}

.mejs-time-current {
  background: var(--black) !important;
}

.wp-playlist-current-item {
  display: none;
}

.wp-playlist-item {
  padding: 5px 0 !important;
}

.wp-playlist-playing .wp-playlist-item-title {
  text-transform: uppercase;
  letter-spacing: 2px;
  color: var(--red);
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - IMAGES, ALIGN */

.wp-caption {
  max-width: 100%;
  font-size: 0.8em;
}

.aligncenter {
  text-align: center;
}

.alignleft {
  float: left;
  margin: 10px 30px 10px 0;
}

.alignright {
  float: right;
  margin: 10px 0 10px 30px;
}

.alignnone {
  margin: 1em 0;
}

.gallery-caption,
.wp-caption-text {
  font-size: 0.9em;
  font-style: italic;
  line-height: 1.1em;
  padding-top: 5px;
  display: inline-block;
}

.page-trip img.alignleft {
  margin: 5px 40px 40px 0;
}

/* - - - - - - - - - - - - - - - - - - - - FORMS */

.frm_fields_container {
  margin: 1.5em 0;
}

.frm_primary_label {
  font-size: 14px !important;
  letter-spacing: 0.03em !important;
  line-height: 1em !important;
  text-transform: uppercase !important;
  margin: 10px 0 3px 0 !important;
}

form textarea {
  padding: 1.5em !important;
  font-size: 16px !important;
  line-height: inherit !important;
}

.frm_plus_icon:before,
.frm_minus_icon:before {
  color: var(--red) !important;
}

.frm-g-recaptcha {
  margin: 0 0 1.5em 0;
}

.frm_final_submit,
.frm_button_submit {
  background: var(--red) !important;
  text-transform: uppercase;
}

.frm_message {
  font-size: 1em !important;
}

.frm_inline_box {
  background: var(--red) !important;
}

.frm_color_block {
  padding: 0 1em 1em 1em !important;
  margin: 1em 0;
  border-radius: 5px;
  background: var(--whisperdark) !important;
}

.frm_dropzone {
  margin: 0 0 10px;
}

.dz-message {
  margin: 0 !important;
}

.dz-complete {
  padding: 1em !important;
}

.frm_pos_top {
  border: 0 !important;
}

.frm_upload_text {
  font-size: 18px !important;
}

.frm_upload_icon:before {
  font-size: 24px !important;
}

.frm_upload_text button {
  text-transform: none !important;
}

.frm_description {
  font-size: 16px !important;
  color: #a49393 !important;
  line-height: 1.3em;
  margin: 3px 0 10px 0;
}

.grecaptcha-badge {
  display: none !important;
}

/* - - - - - - - - - - - - - - - - - - - - WOO */

.related.products .button,
.woocommerce-breadcrumb,
.single-product .product_meta,
.woocommerce .products .button {
  display: none !important;
}

.products {
  text-align: center;
  padding-top: 2em !important;
}

.page-boutique,
.single-product {
  background: none;
}

.single-product {
  padding-top: 120px;
}

.related.products {
  clear: both;
  font-size: 0.8em;
  text-align: center;
  padding-top: 1em !important;
}

.related.products .product h2 {
  font-size: 1em !important;
}

.woocommerce-product-gallery--columns-4.images {
  width: 100% !important;
  max-width: 100%;
  float: none;
}

.woocommerce-product-gallery--columns-4.images img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  float: none;
}

.single-product .summary {
  float: none !important;
  width: 100% !important;
}

.single-product table.variations td select {
  padding: 5px;
}

.woo .button {
  padding: 10px !important;
  font-size: 16px !important;
}

.woo .quantity input {
  padding: 10px;
  background: #eee;
  border: 0;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - AJAX LOAD MORE */

button.alm-load-more-btn {
  background: none !important;
  color: var(--gray) !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  text-transform: none !important;
}

button.alm-load-more-btn:hover {
  color: var(--red) !important;
}

/* - - - - - - - - - - - - - - - - - - - - - - - - - BREAKPOINTS */

@media only screen and (max-width: 800px) {

  body {
    display: block;
  }

  nav ul li {
    text-align: center;
    margin: 5px 0;
  }

  nav ul li a {
    font-size: 1.2em;
    letter-spacing: 3px;
  }

  .grid {
    grid-template-areas: '. content content content content content content content content content content .'
  }

  .grid-horiz .right {
    padding: 1.5em;
  }

  .post {
    margin-bottom: 1.5em;
  }

  .content-inner {
    width: 100%;
    margin: 0;
    position: relative;
    top: 0;
    left: 0;
    display: block;
    padding: 0 1.5em;
    -webkit-filter: none;
    filter: none;
  }

  .content-inner h2 {
    margin: 0;
  }

  .footer {
    display: block;
    width: 100%;
    height: 100%;
    padding: 3em !important;
  }

  ul.social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ul.social li {
    margin-bottom: 10px;
  }

  iframe {
    max-width: 100%;
  }
}

@media only screen and (max-width: 414px) {

  .toggle-nav {
    width: 80px;
    top: 14px;
    left: 14px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: 400ms ease-out;
    -o-transition: 400ms ease-out;
    transition: 400ms ease-out;
  }

  .scrolled .toggle-nav {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  nav ul {
    padding: 1em;
  }

  nav ul li {
    width: 100%;
    text-align: center;
  }

  nav ul li a {
    font-size: 0.9em;
    letter-spacing: 0;
  }

  nav ul li a i {
    font-size: 22px;
    padding: 0 5px;
  }

  .grid-horiz {
    display: block;
  }

  .grid-tags {
    padding-bottom: 0;
  }

}

@media print {
  .noprint {
    display: none !important;
  }

  .grid {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .page-cv,
  .page-services,
  .tag .grid,
  .category .grid {
    padding-top: 0;
  }

  .page-trip h2 {
    border-top: 0;
    margin-top: 0;
    padding: 0;
  }

  .pagebreak-before {
    clear: both;
    page-break-before: always;
  }
}
