/*
    Theme Name: Journeymasters Registration Theme
    Theme URI: https://www.sperlinginteractive.com
    Description: Sperling Interactive WordPress Starter Theme
    Version: 1.0
    Author: Sperling Interactive
  Theme URI: https://www.sperlinginteractive.com
*/
/*------------------------------------*\
    

\*------------------------------------*/

:root {
  --blue: #002a5c;
  --red: #b94a48;
}

/* global box-sizing */
*,
*:after,
*:before {
  box-sizing: border-box;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font: 300 11px/1.4 "Karla", sans-serif;
}

/* clear */
.clear:before,
.clear:after {
  content: " ";
  display: table;
}

.clear:after {
  clear: both;
}

.clear {
  *zoom: 1;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
}

/* Lightspeed Lazy load fade in */
img[data-lazyloaded] {
  opacity: 0;
}

img.litespeed-loaded {
  -webkit-transition: opacity 0.5s linear 0.2s;
  -moz-transition: opacity 0.5s linear 0.2s;
  transition: opacity 0.5s linear 0.2s;
  opacity: 1;
}

a {
  text-decoration: none;
  transition: 0.4s ease;
  cursor: pointer;
  color: var(--blue);
  opacity: 1;
  font-weight: 500;
  font-size: 1.8rem;
  display: inline-block;
}

a.full-opacity:hover {
  opacity: 1;
}

a:hover {
  opacity: 0.6;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

input:focus {
  border: 1px solid #04a4cc;
  outline: 0;
}

p,
ul,
ol,
td {
  font-size: 1.8rem;
  line-height: 1.6;
}

h1 {
  font-size: 4rem;
}

h2 {
  font-size: 3rem;
}

h3 {
  font-size: 2.4rem;
}

h4 {
  font-size: 2.4rem;
}

h5 {
  font-size: 2rem;
}

h6 {
  font-size: 1.6rem;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
}

blockquote {
  margin: 25px 0;
  padding: 25px 0 25px 5vw;
  font-style: italic;
  border-top: 1px solid;
  border-bottom: 1px solid;
  font-weight: 700;
}

.relative {
  position: relative;
}

.flex-align {
  display: flex;
  align-items: center;
}

.large-text {
  font-size: 2.2rem;
}

.box-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

.right-desktop {
  text-align: unset;
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/
/* wrapper */
.wrapper {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  min-height: 100vh;
  position: relative;
  width: 100%;
  max-width: 2560px;
  /* overflow-x: hidden; */
}

.container {
  max-width: 1350px;
  align-self: center;
  flex: 1 auto;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  padding: 0 3rem;
}

.margined-section {
  margin: 3rem 0;
}

.hidden {
  visibility: hidden;
  opacity: 0;
}

.desktop {
  display: none;
}

.tablet {
  display: block;
}

.widescreen {
  display: none;
}

.show-widescreen {
  display: block;
}

.blue-bg {
  background-color: var(--blue);
}

.blue {
  color: var(--blue);
}

.button {
  background-color: var(--blue);
  color: #fff;
  display: inline-block;
  padding: 1.2rem 3rem;
  font-size: 1.8rem;
  border: none;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  transition: 0.4s ease;
  font-weight: 600;
}

.button:hover {
  background-color: #fff;
  color: var(--blue);
}

.button.red {
  background-color: #7c0d0e;
}

.button.green {
  background-color: #0aa53d;
}

.button i {
  padding-left: 0.5rem;
}

.button.small {
  font-size: 1.4rem;
  padding: 0.8rem 2rem;
  margin: 0.5rem;
}

.button.disabled {
  pointer-events: none;
  opacity: 0.5;
}

.disabled {
  pointer-events: none;
}

/* header */
.header {
}

.header-wrapper {
  z-index: 2;
}

.header-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  max-height: 100vh;
  /* background-color: var(--blue); */
  box-shadow: 4px 3px 6px rgb(0 0 0 / 20%);
  position: sticky;
  top: 0;
}

.header-container * {
  color: var(--blue);
}

.header-block {
  height: calc(100% - 125px);
}

/* .toggle-menu {
    position: fixed;
    top: 0;
    right: -86px;
    background-color: var(--blue);
    color: #fff;
    padding: 1.8rem 2rem;
    font-weight: bold;
    font-size: 1.6rem;
} */

.logo {
  text-align: left;
  background-color: #fff;
}

.logo-img {
  backface-visibility: hidden;
}

.logo a {
  opacity: 1 !important;
}

/* nav */
.nav {
  display: flex;
  flex-direction: column;
  flex: 1 0 auto;
  height: 100%;
  padding: 3rem 0;
}

.nav ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  width: 100%;
}

.nav ul li {
  transition: 0.4s ease;
}

.nav ul li.menu-item a {
  display: inline-block;
  padding: 2rem 3rem;
  width: 100%;
  font-weight: 600;
  text-transform: uppercase;
  opacity: 1;
}

.nav ul li.menu-item a i {
  padding-right: 1rem;
}

.nav ul li.menu-actions {
  padding: 0 1rem 0 3rem;
}

.nav ul li.menu-actions div.nav__actions a {
  padding: 2rem 1.5rem;
}

.nav ul li.menu-actions p i {
  padding-right: 1rem;
}

.nav ul li p {
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.nav__block {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.nav__actions {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}

.account__actions {
  margin-top: auto;
  padding: 0 3rem;
}

.account__actions ul {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.account__actions ul li {
  margin: 0 2rem;
}

.account__actions ul li a {
  padding: 1rem 1.5rem;
  border-radius: 10px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid var(--blue);
  display: inline-block;
}

/* .nav__actions a {
    padding: 2rem;
    border-left: 1px solid #fff;
} */

.nav ul li.menu-item a:hover {
  background-color: #fff;
  color: var(--blue);
  opacity: 0.6;
}

/* .nav ul li:not(.logout-menu-item) a:hover,
.nav ul li.current-menu-item:not(#menu-item-50) a,
.nav ul li:not(.menu-actions) a:hover {
    background-color: #fff;
    color: var(--blue);
    opacity: 1;
} */

.nav ul li.logout-menu-item a {
  background-color: crimson;
  color: #fff;
}

.welcome-back {
  font-weight: 500;
  font-size: 2.2rem;
  color: var(--blue);
  padding: 1rem 0;
  margin: 0;
}

.welcome-back i {
  font-size: 2.6rem;
  padding-left: 0.8rem;
  color: var(--blue);
}

/* sidebar */
.sidebar {
}

/* footer */
.footer {
  padding: 2rem 3rem;
  margin-top: auto;
}

.footer p {
  color: var(--blue);
}

.pagination {
  font-size: 1.6rem;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*------------------------------------*\
    PAGES
\*------------------------------------*/

#content-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.modal {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.modal-container {
  background-color: #fff;
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding: 3rem 2rem;
  position: sticky;
  top: 55%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-radius: 10px;
}

.close-modal {
  margin: 0 0 0 auto;
  font-size: 2.8rem;
  cursor: pointer;
}

#email-guest-form .flex-block {
  display: flex;
  flex-direction: column;
}

#email-guest-form .flex-block h3 {
  margin: 1rem 0;
}

input[type="text"],
input[type="password"],
input[type="tel"],
textarea {
  font-size: 1.6rem;
  min-height: 40px;
  padding: 0.5rem 1rem;
  border: 1px solid #bfc3c8;
  border-radius: 5px;
}

/*------------------------------------*\
    LOGIN PORTAL
\*------------------------------------*/

.hero {
  background-position: center;
  background-size: cover;
  height: 100vh;
  min-height: 100%;
  width: 100%;
  position: relative;
}

.hero:after {
  content: "";
  position: absolute;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 25%,
    rgba(255, 255, 255, 0.4) 55%,
    rgba(255, 255, 255, 1) 85%
  );
  width: 100%;
  height: 100%;
  z-index: 1;
}

.login-wrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}

.login-container {
  max-width: 600px;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.9);
  padding: 3rem 2rem;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 20%);
  width: 90%;
}

.login-container img {
  padding: 0 2rem;
}

.password-block {
  position: relative;
  width: 100%;
}

#show-password {
  position: absolute;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  background: rgba(255, 255, 255, 0.1);
  cursor: pointer;
  font-size: 2rem;
}

#ajaxloginform {
  margin: 2rem auto;
  max-width: 400px;
}

.input-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 1rem 0;
}

.input-block label {
  font-size: 2.3rem;
  color: #053b5a;
  font-weight: 600;
  margin: 10px 0 5px;
}

.input-block input {
  width: 100%;
  min-height: 50px;
  border: 2px solid #183a57;
  border-radius: 8px;
  padding: 0 1rem;
  font-size: 1.8rem;
}

#ajaxloginform input.submit {
  background: var(--blue);
  border-radius: 3px;
  padding: 1.5rem 5rem;
  color: #fff;
  transition: 0.3s ease;
  border: none;
  box-shadow: none;
  font-size: 1.8rem;
  margin: 1rem 0 0;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  transition: 0.4s ease;
}

#ajaxloginform input.submit:hover {
  background-color: #fff;
  color: var(--blue);
}

/*------------------------------------*\
    DAHSBOARD
\*------------------------------------*/

.frm_forms {
  padding: 2rem 0;
}

.frm_button_submit {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.2);
  transition: 0.4s ease;
  text-transform: uppercase;
}

.trip-block {
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow-y: auto;
}

.trip-block h2,
.trip-block h1 {
  padding: 2rem;
  background-color: var(--blue);
  color: #fff;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: sticky;
  top: 0;
  z-index: 1;
}

.trip-block p.table-header {
  padding: 1rem 2rem;
  background-color: var(--blue);
  color: #fff;
  margin: 0;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: sticky;
  top: 0;
  z-index: 1;
  font-size: 2.2rem;
  font-weight: 600;
}

.trip {
  padding: 0 2rem;
}

.datatable: (.user-table) thead {
  display: none;
}

.dataTables_length {
  display: none !important;
}

/* .trips-table .dataTables_filter {
    padding: 2rem;
    position: sticky;
    top: 75px;
    background-color: #fff;
    backface-visibility: hidden;
    transition: .4s ease;
} */

.dataTables_filter {
  padding: 2rem;
  background-color: #fff;
  backface-visibility: hidden;
  transition: 0.4s ease;
}

.dataTables_filter,
.dataTables_filter label {
  width: 100%;
}

.dataTables_filter label {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 500;
}

.dataTables_filter input {
  width: 100%;
  min-height: 30px;
}

.dataTables_info,
.dataTables_paginate {
  padding: 2rem 1rem;
}

/* td.sorting_1.dtr-control {
    width: 75%;
} */

table.dataTable thead th,
table.dataTable thead td {
  font-size: 1.8rem;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 1.5rem;
}

#trip-tabs {
  display: flex;
  flex-direction: column;
  gap: 0;
}

#trip-tabs ul:not(.dtr-details),
.tabs-wrapper ul:not(.dtr-details) {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  padding-right: 2rem;
}

#trip-tabs ul:not(.dtr-details) li,
.tabs-wrapper ul:not(.dtr-details) li {
  margin: 1rem 0;
}

#trip-tabs ul:not(.dtr-details) li a,
.tabs-wrapper ul:not(.dtr-details) li a {
  display: flex;
  align-items: center;
  padding: 1rem 2rem;
  /* border-left: 1.5px solid var(--blue); */
  /* border-top: 1.5px solid var(--blue); */
  transition: 0.4s ease;
  width: 100%;
  min-width: max-content;
}

#trip-tabs ul:not(.dtr-details) li.ui-state-active a,
.tabs-wrapper ul:not(.dtr-details) li.ui-state-active a {
  background-color: #eef6ff;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

#trip-tabs ul:not(.dtr-details) li a:hover,
.tabs-wrapper ul:not(.dtr-details) li a:hover {
  opacity: 1;
}

#trip-tabs ul:not(.dtr-details) li:not(.ui-state-active):hover a,
.tabs-wrapper ul:not(.dtr-details) li:not(.ui-state-active):hover a {
  background-color: #d3d3d3;
  border-radius: 8px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1);
}

/* #trip-tabs ul:not(.dtr-details) li + li,
.tabs-wrapper ul:not(.dtr-details) li + li {
    border-right: 1.5px solid var(--blue);
} */

#trip-tabs ul:not(.dtr-details) li:last-of-type,
.tabs-wrapper ul:not(.dtr-details) li:last-of-type {
  border-left: none;
}

.tab-container {
  /* box-shadow: 0px 3px 6px rgba(0,0,0,.15); */
  padding: 1rem 2rem;
  flex: auto;
  position: relative;
}

.tab-container h4 {
  margin-top: revert;
}

.trip-details {
  font-size: 2.3rem;
}

.trip-details span {
  font-weight: 600;
  color: var(--blue);
}

.manage-form {
  display: flex;
  flex-direction: column;
  background-color: var(--blue);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.29);
  padding: 2rem 3rem;
  height: 100%;
}

.manage-form * {
  color: #fff;
}

.manage-form p {
  margin: 1rem 0;
}

.manage-form h3 {
  text-decoration: underline;
}

.guest-list .guest {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.guest-list .guest label {
  padding-left: 0.5rem;
  font-size: 2rem;
}

.guest-list .guest input {
  transform: scale(1.2);
}

.email-block {
  display: flex;
  flex-direction: column;
  margin: 0 0 2rem;
}

.email-block label {
  color: var(--blue);
  font-size: 2rem;
  font-weight: 600;
  margin: 0.5rem 0;
}

.email-block label span {
  color: var(--red);
  padding-left: 0.5rem;
}

#add-guests p {
  margin: 1rem 0;
  cursor: pointer;
}

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

.form_field {
  display: flex;
  flex-direction: column;
  margin-bottom: 0.8rem;
}

.form_field .frm_primary_label {
  font-size: 2rem;
  padding-bottom: 0.5rem;
  font-weight: 600;
}

.form_field .frm_primary_label .frm_required {
  color: #b94a48;
}

.form_field input[type="text"],
.form_field input[type="password"] {
  border-radius: 5px;
  border: 1px solid lightgray;
  box-shadow: 0px 3px 6px rgb(0 0 0 / 2%);
}

.error_message {
  color: #b94a48;
  font-weight: 600;
  margin: 1rem 0;
}

.error_field {
  border: 2px solid var(--red) !important;
}

/*------------------------------------*\
    ADMINISTRATORS
\*------------------------------------*/

.admin-list {
  max-height: 350px;
  overflow-y: auto;
  border: 1px solid var(--red);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
  padding: 1rem;
}

.admin-list p {
  margin: 0.5rem 1rem;
}

.admin-list input[type="checkbox"] {
  transform: scale(1.3);
}

.admins-wrapper {
  flex-direction: column-reverse;
}

/*------------------------------------*\
    FORMIDABLE
\*------------------------------------*/

#frm_field_303_container h3,
.frm_fields_container h3 {
  margin: 0rem 0 1rem;
  padding-top: 0;
  border-top: none;
  font-size: 2.4rem;
}

.frm_repeat_buttons a {
  font-size: 1.4rem !important;
  padding: 1rem !important;
}

.horizontal_radio .frm_radio {
  margin: 0 20px 0 0;
}

.frm_dropzone.frm_single_upload {
  max-width: 100% !important;
}

/*------------------------------------*\
    ACCOUNT
\*------------------------------------*/

.input-block .password-block input {
  width: 100%;
}

.input-block .description {
  margin: 1rem 0 0;
  font-size: 1.4rem;
}

/*------------------------------------*\
    ACF GOOGLE MAP
\*------------------------------------*/

.acf-map {
  width: 100%;
  height: 100%;
  min-height: 400px;
  max-height: 600px;
  border: #ccc solid 1px;
  margin: 20px 0;
}

/* Fixes potential theme css conflict. */
.acf-map img {
  max-width: inherit !important;
}

/*------------------------------------*\
    LOADER
\*------------------------------------*/

.toast-title {
  font-size: 2.2rem;
}

.toast-message {
  font-size: 1.6rem;
}

.linespinner {
  width: 10px;
  height: 30px;
  left: 30px;
  background: var(--blue);
  position: relative;
  animation: linespinner 1s ease-in-out infinite;
  animation-delay: 0.4s;
  border-radius: 8px;
  display: none;
}
.linespinner:after,
.linespinner:before {
  border-radius: 8px;
  content: "";
  position: absolute;
  width: 10px;
  height: 30px;
  background: var(--blue);
  animation: linespinner 1s ease-in-out infinite;
}
.linespinner:before {
  right: 18px;
  animation-delay: 0.15s;
}
.linespinner:after {
  left: 18px;
  animation-delay: 0.6s;
}

@keyframes linespinner {
  0%,
  100% {
    background-color: var(--blue);
    box-shadow: 0 0 0 var(--blue), 0 0 0 var(--blue);
  }
  50% {
    background-color: var(--blue);
    box-shadow: 0 -15px 0 var(--blue), 0 15px 0 var(--blue);
  }
}

/*------------------------------------*\
    LOADER
\*------------------------------------*/
#loader {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  height: 100%;
  display: none;
  background: rgba(255, 255, 255, 0.8);
}

.cv-spinner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.spinner {
  width: 40px;
  height: 40px;
  border: 4px #ddd solid;
  border-top: 4px #2e93e6 solid;
  border-radius: 50%;
  animation: sp-anime 0.8s infinite linear;
}

@keyframes sp-anime {
  100% {
    transform: rotate(360deg);
  }
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/
@media only screen and (min-width: 320px) {
}

@media only screen and (min-width: 480px) {
}

@media only screen and (min-width: 769px) {
      #trip-tabs {
    flex-direction: row;
    gap: 20px;
  }

  .tab-container h4 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }

  .tablet {
    display: none;
  }

  .admins-wrapper {
    flex-direction: row;
  }

  .right-desktop {
    text-align: right;
  }

}

@media only screen and (min-width: 1216px) {
  .header-container {
    min-height: 100vh;
  }

  .logo {
    text-align: center;
  }

  .login-wrapper {
    position: relative;
    top: 0;
    transform: inherit;
  }

  .login-container {
    box-shadow: none;
    width: 100%;
  }

  .widescreen {
    display: block;
  }

  .show-widescreen {
    display: none;
  }
}

@media only screen and (min-width: 1351px) {
  .container {
    max-width: 1980px;
  }
}

/*------------------------------------*\
    MISC
\*------------------------------------*/
::selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-webkit-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

::-moz-selection {
  background: #04a4cc;
  color: #fff;
  text-shadow: none;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text,
.gallery-caption {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}

.sticky {
}

.bypostauthor {
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/
@media print {
  * {
    background: transparent !important;
    box-shadow: none !important;
    color: #000 !important;
    text-shadow: none !important;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }

  pre,
  blockquote {
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr,
  img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  @page {
    margin: 0.5cm;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  .nav,
  .sidebar,
  .home-slider,
  #respond {
    display: none;
  }

  @page {
    margin: 2cm;
  }
}
