/* ---------------- COLORS ---------------- */

:root {
  --red: #E2001A;
  --dark: #333333;
  --light: #F5F5F5;
  --white: #FFFFFF;
}

/* ---------------- GLOBAL ---------------- */

body {
  padding: 0;
  margin: 0;
  font-family: Roboto, Arial, sans-serif;
  font-size: 16px;
  color: #404040;
  background: #ffffff;
}

body.home {
  padding: 0;
  margin: 0;
  width: 100%;
}

body.noscroll {
  position: fixed; 
  overflow-y: scroll;
  width: 100%;
}

a {
  color: #336699;
}

a:hover {
  color: #000066;
}

#home-partners-slider img {
  width: 90px;
  height: 90px;
}

h1 {
  padding: 0;
  margin: 0 0 50px 0;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
  font-weight: 400;
  text-transform: none;
  text-align: center;
}

#post-4591 h1 {
  margin-bottom: 20px;
}

h2 {
  padding: 0;
  margin: 0 0 40px 0;
  font-size: 30px;
  line-height: 36px;
  color: #525356;
  font-weight: 600;
  text-transform: none;
}

h2.top {
  margin: 0;
}

h2.directory-heading {
  padding: 0;
  margin: 0 0 50px 0;
  font-size: 36px;
  line-height: 42px;
  color: #111111;
  font-weight: 400;
  text-transform: none;
  text-align: center;
}

#directory-container {
  padding: 0;
  margin: 0 auto;
  width: 740px;
  max-width: 100%;
  overflow: hidden;
}

h3,
h4 {
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 16px;
  line-height: 26px;
  color: #525356;
  font-weight: 600;
}

h3.heading {
  font-size: 20px;
  line-height: 28px;
  color: #333333;
  font-weight: 700;
}

h3.section-title {
  margin: 0 0 40px 0;
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-weight: 600;
  text-transform: none;
  text-align: center;
}

hr {
  display: block;
  border: #dddddd;
  background: #dddddd;
  height: 1px;
  margin: 30px 0;
}

hr.spacer {
  display: block;
  border: #111111;
  background: #111111;
  height: 2px;
  margin: 60px auto;
  width: 50%;
}

p {
  margin: 30px 0;
  line-height: 26px;
}

p.top {
  margin: 0 0 30px 0;
}

p.bottom {
  margin: 30px 0 0 0;
}

p.bottom50 {
  margin: 50px 0 0 0;
}

p.nm {
  margin: 0;
}

p.contact {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 26px !important;
}

p.db-indent {
  padding: 0 100px;
}

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

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

ul.three-columns {
  column-count: 3;
  column-gap: 10px;
}

ul.bullets li {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 0 0 6px 0;
  background: url('../images/ats_bullet.png') no-repeat left 10px;
  line-height: 24px;
}

ul.bulleted {
  list-style: none;
  padding: 0;
  margin: 25px;
}

ul.bulleted li {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 0 0 10px 0;
  background: url('../images/bullet-filled.png') no-repeat left 10px;
}

ul.bulleted-inner {
  list-style: none;
  padding: 0;
  margin: 25px;
}

ul.bulleted-inner li {
  list-style: none;
  padding: 0 0 0 18px;
  margin: 0 0 10px 0;
  background: url('../images/bullet-empty.png') no-repeat left 10px;
}


.inner {
  display: block;
  padding: 0;
  margin: 0 auto;
  width: calc(100vw - 240px);
  max-width: 1200px;
  overflow: hidden;
}

.inner.white {
  padding: 30px;
  background: #ffffff;
}

.wrap {
  padding: 0;
  margin: 0;
  width: 100%;
  overflow: hidden;
}

.wrap80 {
  margin: 0 auto;
  width: 80%;
  overflow: hidden;
}

.wrap50 {
  margin: 0 auto;
  width: 50%;
  overflow: hidden;
}

.center {
  text-align: center;
}

.small {
  font-size: 13px;
  line-height: 19px;
}

.larger {
  font-size: 18px;
  line-height: 28px;
}

.ucase {
  text-transform: uppercase;
}

.lcase {
  text-transform: capitalize;
}

.indent {
  padding: 0 50px;
}

.justify {
  text-align: justify;
}

.dark {
  color: #323336;
}

.red {
  color: #ea1a20;
}

.blue {
  color: #336699;
}

a.cbutton {
  display: inline-block;
  padding: 0 32px;
  margin: 0;
  border: 2px solid #ea1a20;
  border-radius: 0;
  background: #ffffff;
  height: 38px;
  line-height: 38px;
  font-size: 16px;
  font-weight: 600;
  color: #ea1a20;
  text-decoration: none;
}

a.cbutton:hover {
  background: #ea1a20;
  color: #ffffff;
}

a.cbutton.blue {
  border: 2px solid #2445a2;
  color: #2445a2;
}

a.cbutton.blue:hover {
  background: #2445a2;
  color: #ffffff;
}

/* ---------------- HEADER ---------------- */

#mainHeader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0;
  box-sizing: border-box;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  transition: height 0.3s ease, padding 0.3s ease;
  z-index: 1000;
}

#mainHeader .inner {
  display: flex;
  width: calc(100vw - 500px);
  align-items: center;
  justify-content: space-between;
  overflow: visible;
}

/* header.shrink {
  height: 60px;
  padding: 0 20px;
} */

#mainHeader img {
  width: 116px;
  height: 48px;
}

/* ---------------- LOGO ---------------- */

.logo {
  display: flex;
  align-items: center;
  gap: 10px;
  height: 48px;
}

.logo a {
  display: flex;
  height: 48px;
}

/* ---------------- DESKTOP NAV (WHITE STYLE) ---------------- */

.desktop-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.desktop-nav a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
  display: flex;
  align-items: center;
}

.desktop-nav a:hover {
  color: var(--red);
}

/* ---------------- LANGUAGE SELECTOR ---------------- */

.lang-selector {
  position: relative;
  cursor: pointer;
  font-weight: 500;
}

.current-lang {
  color: var(--dark);
}

.lang-dropdown {
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--white);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  padding: 10px 0;
  margin: 5px 0 0 0;
  width: auto;
  display: none;
  opacity: 0;
  transform: translateY(10px);
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.lang-dropdown.open {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.lang-dropdown a {
  display: block;
  padding: 10px 20px;
  color: var(--dark);
  text-decoration: none;
  white-space: nowrap;
}

/* ---------------- HAMBURGER ALWAYS VISIBLE ---------------- */

.hamburger {
  display: flex;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: var(--dark);
  border-radius: 3px;
}


/* ---------------- CONTENT ---------------- */

#content {
	padding: 60px 0;
	margin: 72px 0 0 0;
}

  #content.nopadding {
	padding: 0;
  }

  #content .inner.white {
	min-height: 600px;
  }

  .two-column {
	float: left;
	width: 50%;
  }

  .two-column-center {
	float: left;
	width: 50%;
	text-align: center;
  }

  .three-column {
	float: left;
	width: 33.3%;
  }

  .three-column-center {
	float: left;
	width: 33.3%;
	text-align: center;
  }

  .column-left {
	float: left;
	width: 480px;
  }

  .column-right {
	float: right;
	width: 480px;
  }


/* ---------------- VENUE ---------------- */

.espresso_venues h1.entry-title {
  text-transform: none;
  margin: 0 0 40px 0;
}


/* ---------------- SHOW MENU ---------------- */

.show-menu {
	padding: 0;
	margin: 20px 0 0 0;
	text-align: center;
}

  .show-menu a {
	display: inline-block;
	padding: 48px 0 0 0;
	margin: 0 30px;
	border: 0;
	border-radius: 0;
	height: 22px;
	line-height: 22px;
	font-size: 16px;
	font-weight: 600;
	color: #323336;
	text-decoration: none;
	text-transform: none;
  }

    .show-menu a span {
	display: inline-block;
	padding: 2px 0 0 0;
	background: #ffffff;
    }

    #sm-link-travel {
	background: url('../images/menu_icon_travel.png') no-repeat center top;
    }

    #sm-link-directory {
	background: url('../images/menu_icon_directory.png') no-repeat center top;
    }

    #sm-link-floorplan {
	background: url('../images/menu_icon_floorplan.png') no-repeat center top;
    }

    #sm-link-categories {
	background: url('../images/menu_icon_categories.png') no-repeat center top;
    }

    #sm-link-seminars {
	background: url('../images/menu_icon_seminars.png') no-repeat center top;
    }

      #sm-link-travel:hover,
      #sm-link-directory:hover,
      #sm-link-floorplan:hover,
      #sm-link-categories:hover,
      #sm-link-seminars:hover,
      #sm-link-travel.on,
      #sm-link-directory.on,
      #sm-link-floorplan.on,
      #sm-link-categories.on,
      #sm-link-seminars.on {
	background-position: center -48px;
      }

    .show-menu a:hover {
	color: #cc1a20;
    }


/* ---------------- BUTTONS ---------------- */

a.button-generic {
	display: inline-block;
	padding: 0 24px;
	margin: 0;
	border: 1px solid #aaaaaa;
	border-radius: 0;
	background: #ffffff;
	height: 30px;
	line-height: 30px;
	font-family: 'Open Sans';
	font-size: 13px;
	font-weight: 600;
	color: #3a3a3a;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
}

  a.button-generic:hover {
	border: 1px solid #33669;
	background: #336699;
	color: #ffffff;
	text-decoration: none;
  }

a.theme-button {
	display: inline-block;
	padding: 0 20px;
	margin: 0;
	height: 40px;
	line-height: 39px;
	font-size: 16px;
	text-decoration: none;
	font-weight: 700;
}

  a.theme-button.ml {
	margin-left: 20px;
  }

  a.theme-button.red {
	background: #ea1a20;
	color: #ffffff;
  }

    a.theme-button.red:hover {
	background: #cc1a20;
	text-decoration: none;
    }

  a.theme-button.pink {
	background: #0082cc;
	color: #ffffff;
  }

    a.theme-button.pink:hover {
	background: #004166;
	text-decoration: none;
    }

  a.theme-button.gold {
	background: #cc9900;
	color: #ffffff;
  }

    a.theme-button.gold:hover {
	background: #ab8b00;
	text-decoration: none;
    }


/* ---------------- FORM FIELDS ---------------- */

form p {
	margin: 20px 0 0 0;
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

#ticket-selector-submit-27288-btn {
	background: #ffffff !important;
}

#ticket-selector-submit-27289-btn {
	background: #ffffff !important;
}

label {
	float: left;
	padding: 0;
	margin: 0;
	height: 36px;
	line-height: 36px;
}

  label.ee-reg-qstn {
	height: auto;
  }

#ee-single-page-checkout-dv .small-lbl {
  padding-top: 3px;
  padding-bottom: 3px;
}

.login-username label,
.login-password label {
	width: 120px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=url],
textarea {
	padding: 10px;
	margin: 0;
	border: 1px solid #cccccc;
	-webkit-appearance: none;
	outline: none;
	height: 36px;
	box-sizing: border-box;
	font: 16px 'Lato', Arial, sans-serif;
	color: #333333;
}

input[type=checkbox] {
	margin: 0 5px 0 0;
	border: 1px solid #cccccc;
	background: #ffffff;
	width: 1.2em;
	height: 1.2em;
	vertical-align: middle;
}

select {
	padding: 5px;
	margin: 0;
	border: 1px solid #cccccc;
	outline: none;
	height: 36px;
	font: 16px 'Lato', Arial, sans-serif;
	color: #333333;
}

input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
textarea:focus,
select:focus {
	border: 1px solid #ea1a20;
}

.login-remember,
.login-submit,
.login-forgot-password {
	padding-left: 120px;
}

.login-remember {
	font-size: 13px;
	line-height: 1.2em;
}

.login-forgot-password {
	font-size: 13px;
	line-height: 17px;
}

  .login-remember label {
	width: auto;
	height: 1.2em;
	line-height: 1.2em;
  }

.button-primary,
input[type=submit],
form p.submit #wp-submit {
	float: none;
	display: inline-block;
	padding: 0 24px;
	margin: 0 30px 0 0;
	border: 0;
	height: 36px;
	line-height: 32px;
	font-size: 16px;
	text-decoration: none;
	font: 16px 'Lato', Arial, sans-serif;
	font-weight: 400;
	background: #4a4647;
	border-radius: 3px;
	color: #ffffff;
	text-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	box-sizing: border-box;
}

  .button-primary:hover,
  input[type=submit]:hover,
  form p.submit #wp-submit:hover {
	background: #262223;
	text-decoration: none;
  }

input[type=submit],
input[type=button],
button {
	font: 16px 'Lato', Arial, sans-serif;
}

  input[type=submit]::-moz-focus-inner,
  input[type=button]::-moz-focus-inner,
  button::-moz-focus-inner {
	border: none;
  }


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

.wpcf7-form div.wrap {
	margin: 0 0 10px 0;
}

.wpcf7-form label,
.wpcf7-quiz-label {
	float: none;
	display: block;
	padding: 0;
	margin: 0;
	font-size: 14px;
	font-weight: 600;
	color: #424344;
	height: 30px;
	line-height: 30px;
}

  .wpcf7-form label span {
	font-weight: 400;
	color: #727374;
  }

    .wpcf7-form label span.wpcf7-quiz-label {
	font-weight: 600;
	color: #424344;
    }

    .wpcf7-form label span.red {
	color: #ea1a20;
    }

.wpcf7-form input[type=text],
.wpcf7-form input[type=password],
.wpcf7-form input[type=email],
.wpcf7-form input[type=url],
.wpcf7-form textarea,
.wpcf7-form select {
	width: 380px;
}

.wpcf7-form textarea {
	height: auto;
}

.wpcf7-form-control-wrap {
	position: static !important;
}

  .wpcf7-form-control-wrap label {
	height: auto;
  }

  .wpcf7-form input[type=text].wpcf7-quiz {
	width: 90px;
  }

span.wpcf7-not-valid-tip {
	color: #ea1a20 !important;
	font-size: 13px !important;
	font-weight: 600 !important;
	line-height: 26px !important;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing {
	border: 2px solid #ffcc00 !important;
}

div.wpcf7-response-output {
	margin: 20px 0 0 0 !important;
	padding: 15px 20px !important;
	font-weight: 600;
}

span.wpcf7-list-item {
	position: relative;
	float: left;
	display: inline-block;
	margin: 0 40px 10px 0;
	line-height: 22px;
	font-weight: 600;
	height: 60px;
}

  span.wpcf7-list-item > span.wpcf7-list-item-label {
	display: none;
  }

  span.wpcf7-list-item.first {
	margin: 0 40px 10px 0;
  }

  span.wpcf7-list-item input[type=checkbox] {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto 0;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(1) {
	background: url(https://www.appareltextilesourcing.com/wp-content/uploads/2019/03/ATSM-Logo-144x80-01.png) no-repeat 30px top;
	background-size: auto 60px;
	width: 140px;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(2) {
	background: url('../images/logo_atsc_2019_black_dates.png') no-repeat 30px top;
	background-size: auto 60px;
	width: 150px;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(3) {
	background: url('../images/logo_atsg_2019_black_dates.png') no-repeat 30px top;
	background-size: auto 60px;
	width: 160px;
  }

  span.wpcf7-form-control > span.wpcf7-list-item:nth-child(4) {
	background: url(https://www.appareltextilesourcing.com/wp-content/uploads/2018/12/logo_ats_montreal_black.png) no-repeat 30px top;
	background-size: auto 60px;
	width: 160px;
  }


/* ---------------- CUSTOM WP-LOGIN ---------------- */

#login {
	padding-top: 40px;
}

  #login h1 {
	text-align: left;
	margin-bottom: 20px;
  }

    #login h1:after {
	content: "Sign In";
    }

    .login-action-lostpassword #login h1:after,
    .login-action-rp #login h1:after {
	content: "Forgot Password";
    }

    #login h1 a {
	display: none;
    }

#loginform {
	margin: 0 auto;
	width: 320px;
}

  #loginform p .input {
	width: 200px;
  }

#login #loginform p {
	height: 90px;
}

  #login #loginform p.forgetmenot {
	height: 40px;
  }

  #login #loginform p.submit {
	height: auto;
	text-align: left;
  }

#login form#lostpasswordform p.submit {
	margin-top: 20px;
}

.login #login form {
	padding: 0;
	margin-top: 0;
	background: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login #login_error,
.login .message {
	border-left: 0;
	padding: 0;
	margin: 20px 0 20px 0;
	background-color: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.login #nav {
	display: block;
	padding: 0;
	margin: 25px 0 0 0;
	font-size: 14px;
	line-height: 22px;
}

.login #nav a {
	color: #336699;
	text-decoration: none;
}

  .login #nav a:hover {
	color: #336699;
	text-decoration: underline;
  }

#backtoblog {
	display: none;
}


/* ---------------- SIGN IN PAGE ---------------- */

#post-36 #loginform {
	float: right;
	padding: 20px 20px 35px 20px;
	margin: 5px 0 30px 0;
	border: 4px solid #dddddd;
	border-radius: 4px;
}


/* ---------------- CATEGORIES ---------------- */

.wrap.cats {
	background: url('../images/cats_wrap_bg.jpg') no-repeat right 20px;
	min-height: 370px;
}

.cats-column {
	float: left;
	width: 26%;
}

  .cats-column h3 {
	padding: 0;
	margin: 0 0 20px 0;
	font-size: 18px;
	color: #444444;
  }

  .cats-column ul.bullets li {
	margin: 0 0 10px 0;
  }

#post-26 .entry-header {
	display: none;
}


/* ---------------- PARTNERS ---------------- */

ul.partners {
	padding: 0;
	margin: 0;
	width: 1040px;
	overflow: hidden;
}

ul.partners li {
	list-style: none;
	float: left;
	padding: 0;
	margin: 0 0 60px 0;
	background: none;
	width: 470px;
}

  ul.partners li:nth-child(odd) {
	padding-right: 100px;
  }

  ul.partners li span.image {
	display: block;
	margin: 0;
	height: 91px;
  }

    ul.partners li span.image img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
    }

  ul.partners li span.text {
	display: block;
	margin: 15px 0 0 0;
	line-height: 24px;
	text-align: justify;
  }


/* ---------------- PRESS ---------------- */

.press-contact {
	float: left;
	width: 50%;
}


/* ---------------- POSTS / PAGES ---------------- */

.post-thumbnail img {
	max-width: 100%;
	height: auto;
}

footer.entry-footer .byline,
footer.entry-footer .updated,
nav.post-navigation {
	display: none;
}


/* ---------------- EVENTS ---------------- */

table {
	margin: 0;
	border: 1px solid #dddddd;
	border-collapse: collapse;
	width: 100%;
}

td {
	padding: 10px;
	margin: 0;
	background: #ffffff;
	border: 1px solid #dddddd;
}

#display-tckt-slctr-tkt-details-64-4,
#hide-tckt-slctr-tkt-details-64-4,
#display-tckt-slctr-tkt-details-65-5,
#hide-tckt-slctr-tkt-details-65-5,
.tckt-slctr-tkt-details-td {
	display: none;
}

.ee-reg-form-qstn-grp-dv {
	width: 100%;
	overflow: hidden;
	box-sizing: border-box;
}

.ee-reg-form-attendee-dv {
	width: 100%;
	box-sizing: border-box;
	min-width: 0;
}

.ee-reg-form-qstn-grp-dv + .ee-reg-form-qstn-grp-dv {
	margin: 0;
}

fieldset {
	min-width: 0;
	width: 100%;
}

.spco-steps-pg {
	margin-bottom: 10px;
}

.ee-reg-form-qstn-grp-title {
	font-size: 18px;
	color: #454545;
}

.ee-reg-qstn {
	float: left;
	padding: 0 50px 6px 0;
	width: 50%;
	box-sizing: border-box;
}

  .ee-reg-qstn label {
	display: block;
	width: auto;
	height: 40px;
	line-height: 40px;
	white-space: nowrap;
  }

  .ee-reg-qstn input[type=text],
  .ee-reg-qstn input[type=password],
  .ee-reg-qstn select {
	width: 100%;
  }

  .ee-reg-qstn select {
	padding: 5px;
  }

.ee-reg-qstn.ee-reg-qstn-20-input-dv,
.ee-reg-qstn.ee-reg-qstn-21-input-dv,
.ee-reg-qstn.ee-reg-qstn-22-input-dv {
	float: left;
	padding: 0;
	width: 33%;
	box-sizing: border-box;
}

.ee-reg-qstn label.ee-checkbox-label-after {
	display: block !important;
	height: 17px;
	line-height: 17px;
	padding: 0;
	margin: 0;
	text-indent: 0px;
}

#ee-single-page-checkout-dv input[type=checkbox] {
	width: 16px !important;
	height: 16px !important;
}

.ee-form-add-new-state-lnk,
#spco-steps-big-hdr,
#spco-steps-display-dv {
	display: none;
}

.spco-whats-next-buttons {
	padding: 0 !important;
	text-align: left;
}

.spco-ticket-info-dv.small-text h5 {
	font-size: 16px;
}

.ticket-selector-submit-btn {
	float: none !important;
	margin: 0 !important;
}

.ticket-selector-submit-btn-wrap {
	float: none !important;
	margin: 0 !important;
	width: 100% !important;
	text-align: center !important;
	overflow: hidden;
}

  .tkt-slctr-tbl-wrap-dv {
	margin: 0 !important;
  }

  .ticket-selector-submit-btn-wrap input[type=submit] {
	display: inline-block;
	padding: 0 30px;
	margin: 0;
	border: 1px solid #ffffff;
	border-radius: 0;
	background: #ea1a20;
	height: 45px;
	line-height: 40px;
	font-family: 'Open Sans';
	font-size: 18px;
	font-weight: 600;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
  }

    .ticket-selector-submit-btn-wrap input[type=submit]:hover {
	background: #cc1a20;
	color: #ffffff;
    }

    #ticket-selector-submit-11170-btn-wrap input[type=submit] {
	background: #eb0089;
    }

      #ticket-selector-submit-11170-btn-wrap input[type=submit]:hover {
	background: #d44a99;
      }

.ee-ical-sbmt {
	border: 1px solid #999999 !important;
	height: auto !important;
	line-height: normal !important;
	background-color: buttonface !important;
	color: #555555 !important;
}

.spco-ticket-info-dv {
	display: none;
}

.tkt-slctr-tbl {
	display: none;
}

.event-datetimes,
.espresso-venue-dv {
	display: none;
}

.spco-step-dv .big-event-title-hdr {
	margin-block-start: 0;
	margin-block-end: 0;
	margin: 10px 0 20px 0;
	text-align: center;
}


/* ---------------- EVENTS 2024 ---------------- */

article#post-8 {
	width: 100%;
}

article#post-8 .entry-title {
	margin-bottom: 40px;
}

#spco-attendee_information-pg {
	text-align: center;
}

.spco-attendee-lgnd {
	display: none;
}

.ee-reg-form-attendee-dv {
	margin-block-start: 0;
	margin-block-end: 0;
}

article#post-8 fieldset {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 480px;
}

article#post-8 label {
	color: #626366;
}

.ee-reg-qstn-email-input-dv {
	width: 100% !important;
}

article#post-8 .ee-reg-qstn {
	float: none;
	display: block;
	width: 100%;
}

article#post-8 .ee-reg-qstn label {
	padding: 0 !important;
	line-height: normal !important;
}

article#post-8 .ee-required-label {
	padding: 0 !important;
}

article#post-8 fieldset input[type="text"] {
	height: 40px;
	box-sizing: border-box;
}

article#post-8 fieldset input[type="radio"],
article#post-8 fieldset input[type="checkbox"] {
	display: inline-block;
	padding: 0;
	margin: 0 8px 0 0;
	width: 16px !important;
	height: 16px !important;
}

#ee-single-page-checkout-dv .micro-lbl {
	width: 6.2%;
	min-width: 80px;
}

.ee-checkbox-label-after {
	display: inline-block !important;
	padding: 0 0 0 14px;
	text-indent: 0;
	height: auto !important;
}

article#post-8 fieldset input[type="radio"] {
	margin-left: 14px;
}

article#post-8 fieldset input[type="text"]:focus,
article#post-8 fieldset select:focus {
	outline: none !important;
	box-shadow: none !important;
	border: 1px solid #cc1a20 !important;
}

article#post-8 fieldset select {
	background: #ffffff;
	height: 40px;
}

article#post-8 .spco-whats-next-buttons {
	margin: 30px 0 0 0;
	text-align: center;
}

article#post-8 .spco-whats-next-buttons input[type="submit"] {
	margin: 0;
}

@media (max-width: 800px) {

  article#post-8 fieldset {
	width: 100%;
	max-width: 100%;
  }

}


/* ---------------- EXHIBITOR REGISTRATION ---------------- */

#ticket-selector-submit-4544-btn-wrap.ticket-selector-submit-btn-wrap {
	display: block;
	float: none;
	text-align: center;
}

  #ticket-selector-submit-4544-btn-wrap.ticket-selector-submit-btn-wrap #ticket-selector-submit-4544-btn {
	border-radius: 0;
	height: 40px;
	line-height: 36px;
	background: #ea1a20 !important;
	font-weight: 700;
  }

    #ticket-selector-submit-4544-btn-wrap.ticket-selector-submit-btn-wrap #ticket-selector-submit-4544-btn:hover {
	background: #cc1a20 !important;
    }

.ee-state-select-input-dv,
.ee-country-select-input-dv,
.ee-select-input-dv {
	display: block;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
}

#new_state_micro_form {
	display: none;
}

.ee-checkbox-multi-input-dv .ee-reg-qstn {
	width: 100% !important;
}

#ee-single-page-checkout-dv input[type=checkbox] {
	margin-left: 0;
	margin-right: 10px;
}


/* ---------------- REGISTRATION MESSAGE ---------------- */

.reg-question-box {
	padding: 0 0 25px 92px;
	margin: 0 0 25px 0;
	border: 0;
	border-bottom: 2px solid #cc3535;
	background: url('../images/icon_alert_question.png') no-repeat left top;
	height: 72px;
}

  .reg-question-box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
	font-weight: 600;
	color: #323336;
	line-height: 24px;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
  }


/* ---------------- EMAIL UA ERR BOX ---------------- */

#email-ua-error-box {
	display: none;
	float: none;
	position: static;
	padding: 0 0 20px 78px;
	margin: 0 0 20px 0;
	border: 0;
	border-bottom: 2px solid #cc3535;
	background: url('../images/icon_alert_error.png') no-repeat left top;
	background-size: 60px 60px;
	width: 100%;
	height: 80px;
	box-sizing: border-box;
}

  #email-ua-error-box span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-weight: 600;
	color: #323336;
	line-height: 20px;
	position: relative;
	top: 50%;
	transform: perspective(1px) translateY(-50%);
  }

    #email-ua-error-box span a {
	color: #cc3535;
    }


/* ---------------- SESSIONS ---------------- */

.session-list {
	padding: 20px;
	margin: 20px 0 20px 0;
	border: 1px solid #dddddd;
}

  .cr3ativconference_content_wrapper h1.conference_date {
	padding: 0;
	margin: 0 0 40px 0;
	font-size: 20px;
	line-height: 26px;
	text-transform: none;
  }

  .cr3ativconference_blog_wrapper h1.conference_date {
	font-size: 30px;
	line-height: 36px;
  }

  .session-list h2 {
	margin: 0;
	font-size: 18px;
	line-height: 26px;
	text-transform: none;
  }

  .session-list .speaker_list {
	margin: 20px 0 0 0;
  }

  .session-list .session_content  {
	margin: 15px 0 0 0;
  }

  .cr3ativconference_blog_wrapper .session_content  {
	margin: 0;
  }

    .session-list .session_content p,
    .cr3ativconference_blog_wrapper .session_content p {
	margin: 0 0 20px 0;
	line-height: 26px;
    }

      .session-list .session_content p:nth-child(2) {
	margin: 0;
      }

    .session-list .session_content .conference-more {
	margin: 0;
    }

    .session-list .session_content .more-link {
	display: none;
    }

  .cr3ativconference_speaker_wrapper {
	padding: 0 1% !important;
	margin: 0 0 30px 0 !important;
	width: 23% !important;
	height: 340px;
  }

    .cr3ativconference_speaker_image {
	text-align: center;
	height: 200px;
    }

      .cr3ativconference_speaker_image img {
	margin: 0 auto;
	border-radius: 50%;
	width: 200px;
	height: 200px;
      }

  .cr3ativconference_speaker_name,
  .cr3ativconference_speaker_name a,
  .cr3ativconference_speaker_name a:hover {
	font-size: 18px;
	margin: 12px 0 6px 0;
	font-weight: 700;
	line-height: 24px;
  }

  .cr3ativconference_speaker_title {
	font-size: 14px;
	line-height: 20px;
	color: #222222;
  }

  .cr3ativconference_speaker_company {
	font-size: 14px;
	line-height: 20px;
	margin-top: 6px;
  }

  .cr3ativconference_speaker_info {
	width: 100%;
  }

    .cr3ativconference_speaker_info img.alignleft {
	float: left;
	border-radius: 50%;
	margin: 0 20px 0 0;
    }

    .cr3ativconference_speaker_bio p {
	margin: 20px 0 0 0;
	line-height: 26px;
    }


/* ---------------- BLOG ---------------- */

h1.blog-heading {
	margin: 0;
}

.blog-post {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dddddd;
	width: 100%;
	overflow: hidden;
}

  .blog-post-left {
	float: left;
	padding: 0;
	margin: 0;
	text-align: center;
	width: 50%;
	height: 300px;
	overflow: hidden;
  }

    .blog-post-left img {
	margin: 0;
	width: 100%;
	height: auto;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
    }

      .blog-post-left img:hover {
	-webkit-transform: scale(1.10);
	-moz-transform: scale(1.10);
	-o-transform: scale(1.10);
	-ms-transform: scale(1.10);
	transform: scale(1.10);
	-webkit-backface-visibility: hidden;
      }

  .blog-post-right {
	float: left;
	padding: 10px 0 0 30px;
	margin: 0;
	width: 50%;
	overflow: hidden;
	box-sizing: border-box;
  }

    .blog-post-right p {
	margin: 0;
	font-size: 14px;
	line-height: 24px;
	color: #323336;
    }

      .blog-post-right a {
	color: #336699;
      }

    .blog-post-right p.post-date {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 14px;
	font-weight: 600;
	color: #919295;
	line-height: 19px;
    }

    .blog-post-right p.post-category {
	padding: 0;
	margin: 0 0 15px 0;
    }

      .blog-post-right p.post-category a {
		display: inline-block;
		padding: 0 12px;
		margin: 0;
		background: #336699;
		font-size: 13px;
		font-weight: 600;
		color: #ffffff;
		line-height: 26px;
		text-transform: uppercase;
		text-decoration: none;
      }

        .blog-post-right p.post-category a:hover {
		background: #003366;
		text-decoration: none;
        }

    .blog-post-right p.post-author {
	margin: 0 0 10px 0;
	font-size: 14px;
	font-style: italic;
	color: #323336;
	line-height: 19px;
    }

      .blog-post-right p.post-author a {
		font-weight: 600;
      }

    .blog-post-right p.post-title {
	margin: 0 0 10px 0;
	font-size: 22px;
	font-weight: 700;
	line-height: 28px;
	font-family: 'PT Serif';
    }

      .blog-post-right p.post-title a {
	  color:  #424346;
      }

        .blog-post-right p.post-title a:hover {
		  color:  #336699;
        }

    .blog-post-right .post-content {
	padding: 0;
	margin: 0;
	height: 158px;
    }

    .blog-post-right h3 {
	padding: 0;
	margin: 0 0 10px 0;
	font-size: 20px;
	line-height: 26px;
	color: #414245;
	font-weight: 700;
    }

    .blog-post-right p.view-link {
	padding: 0;
	margin: 20px 0 0 0;
	font-size: 14px;
	line-height: 19px;
    }

      .blog-post-right p.view-link a.view-button {
		display: inline-block;
		padding: 0 40px;
		margin: 0;
		border: 1px solid #999999;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		color: #616265;
		font-weight: 700;
		text-decoration: none;
      }

        .blog-post-right p.view-link a.view-button:hover {
		border: 1px solid #00a2a9;
		background: #336699;
		color: #ffffff;
		text-decoration: none;
        }

  .navigation {
	padding: 0;
	margin: 30px 0 0 0;
	border: 0;
	text-align: center;
	width: 100%;
	overflow: hidden;
  }

    .navigation a {
		display: inline-block;
		padding: 0 20px;
		margin: 0;
		border: 1px solid #dddddd;
		height: 32px;
		line-height: 32px;
		font-size: 15px;
		color: #616265;
		font-weight: 700;
		text-decoration: none;
    }

      .navigation a:hover {
		border: 1px solid #00a2a9;
		background: #00a2a9;
		color: #ffffff;
		text-decoration: none;
      }


/* ---------------- BLOG ARTICLE ---------------- */

article.post h3,
article.post h4,
article.post h5 {
	padding: 0;
	margin: 20px 0;
	font-size: 18px;
	line-height: 23px;
	color: #313235;
	font-weight: 600;
}

article.post p {
	margin: 20px 0;
	line-height: 26px;
}

.author-info {
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
	border-bottom: 1px solid #dddddd;
}

.author-avatar {
	float: left;
	padding: 3px 0 0 0;
	width: 240px;
}

.author-description {
	float: left;
	width: 770px;
}

  article.post .author-description h3 {
	padding: 0;
	margin: 0;
	font-size: 18px;
	line-height: 24px;
	color: #313235;
	font-weight: 600;
  }

  article.post .author-description p {
	margin: 5px 0 0 0;
	font-size: 14px;
	line-height: 21px;
	text-align: justify;
  }

    article.post .author-description p.right {
	text-align: right;
    }

  article.post .posted-on {
	display: none;
  }

  article.post .tags-links {
	display: block;
	color: #616265;
	text-align: center;
	width: 100%;
  }

    article.post .tags-links .screen-reader-text {
	display: block;
	margin: 0 0 12px 0;
	width: 100%;
	font-size: 18px;
	color: #313135;
	line-height: 24px;
	font-weight: 600;
    }

    article.post .tags-links a {
	color: #616265;
	text-transform: capitalize;
    }

      article.post .tags-links a:hover {
		color: #ea1a20;
      }

      .tags-links a:before {
		content: "\f323";
      }

  .addthis_inline_share_toolbox {
	margin: 0 0 30px 0;
	text-align: center;
  }

    .addthis_inline_share_toolbox table {
	margin: 0 auto;
	border: 0;
	width: auto;
	text-align: center;
    }

      .addthis_inline_share_toolbox td {
	padding: 0;
	border: 0;
      }

  #wpnp_next {
	right: 20px !important;
  }

  #wpnp_previous {
	left: 20px !important;
  }


/* ---------------- BLOG AUTHOR ---------------- */

.author-page-info {
	padding: 0;
	margin: 0;
	border: 0;
}

  .author-page-info .author-avatar {
	float: left;
	padding: 3px 0 0 0;
	width: 280px;
  }

  .author-page-info .author-description {
	float: right;
	width: 760px;
  }

  .author-page-info .author-description h1 {
	padding: 0;
	margin: 0;
	font-size: 26px;
	line-height: 32px;
	color: #313235;
	font-weight: 600;
	text-transform: none;
  }

  .author-page-info .author-description p {
	margin: 20px 0 0 0;
	font-size: 16px;
	line-height: 23px;
	text-align: justify;
  }

  h2.ap-title {
	margin: 0 0 30px 0;
	font-size: 26px;
	line-height: 32px;
	color: #414245;
	font-weight: 600;
	text-transform: none;
	text-align: center;
  }


/* ---------------- APP PROMO ---------------- */

#app-promo {
	padding: 0;
	margin: 80px 0 0 0;
	width: 100%;
}

  #app-promo .inner {
	width: 100%;
  }

  #app-promo img {
	max-width: 100%;
	height: auto;
  }

  #app-promo .wrap {
	padding: 0 30px;
	margin: 20px 0 0 0;
	box-sizing: border-box;
  }

  #app-promo-text {
	float: left;
	padding: 0 40px 0 0;
	margin: 0;
	width: 683px;
  }

  #app-promo-buttons {
	float: left;
	padding: 9px 0 0 0;
	margin: 0;
	width: 133px;
  }

  #app-promo-qrcode {
	float: left;
	padding: 0 0 0 18px;
	margin: 0;
	width: 106px;
  }


/* ---------------- STAY CONNECTED FORM ---------------- */

#latest-updates-form {
	padding: 30px 80px;
	background: #ffcc33;
	text-align: left;
	overflow: hidden;
}

  #latest-updates-form-left {
	float: left;
	padding: 0;
	margin: 0;
	font-size: 26px;
	font-weight: 700;
	color: #000000;
	height: 46px;
	line-height: 46px;
  }

  #latest-updates-form-middle {
	float: left;
	padding: 0;
	margin: 0 30px 0 60px;
  }

  #latest-updates-form-middle .es-field-wrap {
	display: inline-block;
  }

  #latest-updates-form-right {
	float: left;
	padding: 5px 0 0 0;
	margin: 0;
	font-size: 13px;
	line-height: 19px;
	color: #000000;
  }

  #latest-updates-form-middle br {
	display: none;
  }

  #latest-updates-form-middle label {
	float: none;
	display: inline-block;
  }

  #latest-updates-form-middle input[type=email] {
	float: none;
	display: inline-block;
	padding: 5px 0;
	margin: 0;
	border: 0;
	border-bottom: 2px solid #000000;
	background: none;
	-webkit-appearance: none;
	outline: none;
	width: 250px;
	height: 40px;
	box-sizing: border-box;
	font-size: 15px;
	color: #000000;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }

  #latest-updates-form-middle input[type=submit] {
	float: none;
	display: inline-block;
	padding: 0 0 0 3px;
	margin: 0 0 0 5px;
	border: 1px solid #000000;
	border-radius: 0;
	background: #000000;
	width: 100px;
	height: 40px;
	line-height: 36px;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
	color: #ffcc33;
	text-align: center;
	text-shadow: none;
	text-transform: uppercase;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	box-sizing: border-box;
	vertical-align: top;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
  }

  #latest-updates-form input[type=submit]:hover {
	background: #ffcc33;
	color: #000000;
	text-decoration: none;
  }

  #latest-updates-form .es_msg {
	padding: 0 0 6px 0;
	font-size: 13px;
	color: #ea1a20;
  }

  #latest-updates-form .es_lablebox {
	display: none;
  }

  #latest-updates-form .es_textbox {
	float: left;
	padding: 0;
	margin: 0 5px 0 0;
  }

  #latest-updates-form .es_button {
	float: left;
	padding: 0;
  }


/* ---------------- SHOW LINKS ---------------- */

#show-links {
  padding: 60px 0;
  margin: 0;
}

#show-links .inner {
  padding: 0;
  margin: 0 auto;
  width: 830px;
}

#show-links .inner a {
  display: inline-block;
  padding: 20px;
  margin: 0;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  width: 270px;
  height: 90px;
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  text-decoration: none;
  line-height: 28px;
  box-sizing: border-box;
}

#show-links .inner a span {
  display: block;
}

#show-links .inner a:nth-child(1) {
  background: rgba(26,161,193,1);
}

#show-links .inner a:nth-child(2) {
  margin: 0 10px;
  background: rgba(229,57,55,1);
}

#show-links .inner a:nth-child(3) {
  background: rgba(145,38,167,1);
}

#show-links .inner a:hover {
  opacity: 0.75;
}


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

#footer-top {
  padding: 60px 0;
  margin: 0;
  background: #f2f2f2;
  text-align: center;
}

#footer-top h2 {
  display: inline-block;
  margin: 0 10px 0 0;
  font-weight: 400;
  width: auto;
  line-height: 36px;
}

#footer-top a {
  display: inline-block;
  padding: 0 20px;
  height: 36px;
  vertical-align: top;
}

#footer-top img {
  height: 35px;
  opacity: 0.5;
  vertical-align: middle;
}

#footer-top img:nth-child(2) {
  height: 32px;
}

#footer-top a:hover img {
  opacity: 1;
}

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

#footer-middle {
  padding: 60px 0;
  margin: 2px 0 0 0;
  background: #f2f2f2;
  text-align: center;
}

#footer-middle .inner {
  padding: 0 100px;
  box-sizing: border-box;
}

#footer-middle p {
  padding: 0;
  margin: 20px 0 0 0;
  border: 0;
  font-size: 20px;
  font-weight: 300;
  color: #444444;
  line-height: 30px;
}

#footer-middle p:nth-child(1) {
  margin-top: 0;
}

#footer-middle p:nth-child(3) {
  margin-top: 40px;
  text-align: center;
}

#footer-middle p img {
  margin: 0 20px;
}

#footer-middle p img#img-ttw {
  width: 216px;
}

#footer-middle p img#img-mcom {
  width: 191px;
}

#footer-middle p img#img-caf {
  width: 54px;
}

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

#footer-bottom {
  padding: 60px 0 80px 0;
  margin: 0;
  background: #ffffff;
  text-align: center;
}

#footer-bottom p {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
}

#footer-bottom p a {
  margin: 0 30px;
}

#footer-bottom p:nth-child(1) {
  margin-bottom: 40px;
}

/* ---------------- LEFT MENU ---------------- */

#left-menu {
  position: fixed;
  top: 72px;
  left: -252px;
  width: 250px;
  height: 100%;
  background: #ffffff; /* WHITE like Texworld */
  padding: 20px;
  transition: left 0.45s cubic-bezier(0.25, 1, 0.5, 1);
  z-index: 2000;
  overflow-y: auto;
  border-top: 2px solid #E2001A;
  border-right: 2px solid #E2001A;
  box-sizing: border-box;
}

/* Slide open */
#left-menu.open {
  left: 0;
}

/* menu links */
#left-menu a {
  display: block;
  color: #333333;
  padding: 14px 0;
  text-decoration: none;
  font-size: 20px;
  font-weight: 400;
  border-bottom: 1px solid #eaeaea;
  letter-spacing: 0.3px;
}

#left-menu a span {
  display: block;
  margin: 2px 0 0 0;
  font-size: 12px;
  color: #999999;
}

#left-menu a:hover {
  color: #ea1a20;
}

/* Section titles */
#left-menu .menu-section-title {
  padding: 18px 25px 6px 25px;
  color: #666;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ---------------- RESPONSIVE ---------------- */

@media (max-width: 900px) {

  h2 {
    font-size: 26px;
    line-height: 32px;
    text-align: center;
  }

  h3 {
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }

  .inner {
    padding: 0 20px;
    margin: 0;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }

  .inner-content {
    width: 100%;
  }

  #mainHeader {
    height: 60px;
    padding: 0 10px;
  }

  #mainHeader .inner {
    margin: 0;
    width: 100vw;
    max-width: 100%;
  }

  .lang-dropdown {
    margin-top: 19px;
  }

  #left-menu {
    top: 60px;
  }

  #show-links {
    margin: 40px 0 0 0;
  }

  #show-links .inner {
    margin: 0 auto;
    width: 270px;
  }

  #show-links .inner a {
    display: block;
    width: 100%;
  }

  #show-links .inner a:nth-child(2) {
    margin: 20px 0;
  }

  #footer-top {
    padding: 30px 0;
    margin: 50px 0 0 0;
  }

  #footer-top h2 {
    margin: 0;
    font-size: 20px;
    line-height: 36px;
  }

  #footer-top a {
    padding: 0 12px;
  }

  #footer-middle {
    padding: 30px 0;
  }

  #footer-middle .inner {
    padding: 0 20px;
  }

  #footer-middle p {
    font-size: 16px;
    line-height: 26px;
  }

  #footer-middle p:nth-child(3) {
    margin-top: 20px;
  }

  #footer-middle p img {
    display: block;
    margin: 30px auto 0 auto;
  }

  #footer-middle p img#img-ttw {
    margin-top: 0;
  }

  #footer-middle p img#img-caf {
    width: 90px;
  }

  #footer-bottom {
    padding: 30px 0 50px 0;
  }

  #footer-bottom p {
    font-size: 14px;
    line-height: 22px;
  }

  #footer-bottom p a {
    margin: 0 8px;
  }

  #footer-bottom p:nth-child(1) {
    margin-bottom: 30px;
  }

}

