
/* GENERIC STYLE */

.view-header {
  font-weight: 300;
  color: #10205B;
  font-size: 2.875rem;
}

.page-node-type-stand { background: var(--darkblue); }

article.stand {
  overflow-x: hidden;
  max-width: 100vw;
}

.bg_title {
  margin: 0;
  padding: 0;
}




/* TITLES */

/* main title */
.page-node-type-stand h1 {
  font-size: 40px;
  color: #fff;
  font-weight: 600;
  line-height: 1em;
  text-align: center;
  position: relative;
  margin: 0 0 3rem 0; 
  /* word-break: break-all; */
}
.page-node-type-stand h1 span { color: var(--blue); }

.page-node-type-stand h1::after {
  content: '';
  width: 80%;
  height: 2px;
  margin: 0 auto;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  bottom: -2rem;
  background-image: url(../../../src/images/patterm-line.png);
}

/* sectiont titles */
.section-title { 
  margin-top: 2rem;
  line-height: 1em;
  font-size: 30px;
  max-width: 70%;
  color: #fff;
}  
.section-title span { color: var(--blue); }

.resources .section-title {
  text-align: left;
  margin: 5rem 0 1rem 0;
  color: #fff;
}

.view-stand-blocks-exhibitor-contact .section-title { 
  color: var(--blue);
  margin: 0 0 2rem 0;
  text-align: center;
  max-width: none;
}




/* STAND HEADER INTRO INFORMATIONS */

.page-node-type-stand .form-group { margin: 0; }

.page-node-type-stand .view-display-id-exhibitor_info {
  background-color: transparent;
  background-image: linear-gradient(0deg, #091D26, transparent);
  min-height: 95vh;
  margin: 0 auto;
  display: flex;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 6rem 0;
}

.page-node-type-stand .view-display-id-exhibitor_info:after {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 100vh;
  background-position: center;
  pointer-events: none;
  background-image: url(../../../src/images/filigrana-stand-1.png);
  position: absolute;
  background-size: cover;
  top: 0;
  left: 0;
}

/* info container */
.page-node-type-stand .box-container .row {
  display: flex;
  flex-direction: column-reverse;
  padding: 0;
}

.page-node-type-stand .box-container .row > div { 
  width: 100%; 
  padding: 0;
}
.page-node-type-stand .box-container .row > div:first-child { margin-top: 0rem; }

/* exhibitor category */
.page-node-type-stand .box-container .categories {
  display: flex;
  flex-direction: column;
}
.page-node-type-stand .box-container .category {
  text-align: center;
  font-weight: 300;
  color:var(--blue);
  text-decoration: uppercase;
  font-size: 1rem;
  line-height: 1.5rem;
  margin-top: .25rem;
  margin-bottom: .25rem;
}
.page-node-type-stand .box-container .category:first-child { margin-top: 1rem; }
.page-node-type-stand .box-container .category:last-child { margin-bottom: 1rem; }

/* logo image */
.page-node-type-stand .box-container .logo {
  margin-bottom: 2rem;
}

.page-node-type-stand .box-container .logo img {
  display: block;
  max-width: 150px;
  max-height: 150px;
  height: auto;
  margin: 0px auto;
}

.page-node-type-stand .box-container .logo img.mappetta {
  transform: scale(2) translateY(-1rem);
}



@media (min-width: 1200px) {
  .page-node-type-stand h1,
  .section-title { max-width: none; }

  .page-node-type-stand h1 { font-size: 90px; }

  .section-title { 
    font-size: 80px; 
    line-height: 1em;
    margin-bottom: 1rem;
    font-weight: 400;
  }

  .view-stand-blocks-exhibitor-contact .section-title { font-size: 50px; }

  .resources .section-title {
    font-size: 50px;
  }
}


@media (min-width: 1400px) {
  .looking-for .section-title { 
    text-align: right;
    margin-top: 4rem;
    max-width: 50%;
    margin-right: 0;
    margin-left: auto;
  }

  .view-stand-blocks-exhibitor-services .section-title {
    margin-top: 6rem;
  }

  .page-node-type-stand h1 span,
  .page-node-type-stand h1 {
    font-size: 90px;
    line-height: 1em;
    font-weight: 400;
  }

  .box-container .logo { margin-top: 0rem; }
}

@media (min-width: 1600px) {
  .looking-for .section-title,
  .view-stand-blocks-exhibitor-services .section-title { 
    font-size: 100px;
  }
}




/* E-BUSINESS CARD */

.page-node-type-stand .favorite.btn,
.favorite.btn,
.page-node-type-stand .no-favorite.btn,
.no-favorite.btn {
  border: 2px solid var(--blue);
  border-radius: 0px;
  background-color: rgba(46, 159, 251, .1);
  color: var(--blue);
  font-weight: 400 !important;
  padding: 14px 20px 14px 20px;
  width: 230px;
  bottom: 0;
  width: 230px;
  left: auto;
}

.page-node-type-stand .no-favorite.btn,
.no-favorite.btn {
  background: rgba(211, 83, 83, .8);
  border: 2px solid #D35353;
  color: #fff;
}

.page-node-type-stand .favorite.btn:hover,
.favorite.btn:hover {
  background-color: rgba(46, 159, 251, .6);
  color: #fff;
}
.page-node-type-stand .no-favorite.btn:hover,
.no-favorite.btn {
  background: rgba(211, 83, 83, .4);
}

@media (min-width: 1600px) {
  .page-node-type-stand .favorite.btn,
  .page-node-type-stand .no-favorite.btn {
    bottom: 2rem;
  }
}

.no-favorite.btn:after,
.favorite.btn:after {
  display: none;
}

.page-node-type-stand .e-card {
  position: absolute;
  bottom: 2rem;
  top: unset;
  height: fit-content;
  left: 50%;
  transform: translateX(-50%);
}



/* ACCORDION DESCRIPTION */

.page-node-type-stand .view-display-id-exhibitors_info_description .card-body p,
.page-node-type-stand .view-display-id-exhibitors_info_description .row p {
  text-align: left;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  color: #fff;
}

.page-node-type-stand .view-display-id-exhibitors_info_description .row p {
  font-size: 20px;
  line-height: 1.7em;
}

.page-node-type-stand .view-display-id-exhibitors_info_description {
  background-image: none;
  height: auto;
}

.page-node-type-stand .view-display-id-exhibitors_info_description .card-body p { color: #fff; }


@media (min-width:1400px) {
  .page-node-type-stand .view-display-id-exhibitors_info_description .row p {
    font-size: 22px;
    font-weight: 300;
  }
}



/* STAND CONTAINERS */

.view-stand-blocks-exhibitor-services .views-field-field-common-long-description,
.looking-for .field--name-field-stand-looking-for {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 1.7em;
}

.attachment-after .view-stand-blocks-exhibitor-services .views-row .views-field-title::before,
.looking-for .field--name-field-stand-looking-for-title .field--item:before {
  background: none;
  background-color: #fff;
  width: 13px;
  border-radius: 50%;
  transform: none;
  height: 13px;
  box-shadow: 0px 0px 0px 12px #1e85d947;
}


.attachment-after .view-stand-blocks-exhibitor-services .views-row:not(:last-child):after,
.looking-for .field--name-field-stand-looking-for-title .field--item:not(:last-child):after {
  width: 2px;
  content: "";
  background-image: url(../../../src/images/patterm-line-vertical.png);
  height: calc(100% + 40px);
  left: 0.825rem;
  position: absolute;
  top: 11px;
}


@media (min-width: 576px) {
  .attachment-after .view-stand-blocks-exhibitor-services .views-row:not(:last-child):after,
  .looking-for .field--name-field-stand-looking-for-title .field--item:not(:last-child):after {
    left: 3.825rem;
  }
}




/* SECTIONS TYPOGRAPHY */

/* looking for paragraphs */
.looking-for .field--name-field-stand-looking-for,
.looking-for .field--name-field-stand-looking-for-title .field--item,
/* services paragraphs */
.view-stand-blocks-exhibitor-services .views-field-field-servicedetail-description,
.view-stand-blocks-exhibitor-services .views-field-field-common-long-description,
/* resources paragraphs */
.resources .field--name-field-common-bio,
.resources .field--name-field-visitor-comment-note,
.resources .field--name-field-exhibitor-cpers-notes {
  text-align: left;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 400;
  color: #fff;
}

/* bigger style */
.looking-for .field--name-field-stand-looking-for,
.view-stand-blocks-exhibitor-services .views-field-field-common-long-description,
.resources .field--name-field-common-bio {
  font-size: 20px;
  line-height: 1.7em;
}



/* AGENTS */

/* 
.view-stand-blocks-exhibitor-agents { display: none; }
.view-stand-blocks-exhibitor-agents { padding: 2rem 0rem; }
.view-stand-blocks-exhibitor-agents * { opacity: 0.5; } 
*/

