﻿/*******************
**
**  GLOBAL
**
*******************/

body {
	background-color: #2d2d2d;
}

/* Alignment / WP Core Defaults */
.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%; /* Image does not overflow the content area */
	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 p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	margin: 0;
	padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

.contact-box {
  padding-top: 0 !important;
}

.single-post .author-info {
  border-top: 3px solid #0a0a0a;
  padding-top: 2rem;
  margin-top: 2rem;
}

.single-post .author-info-image-container {
  overflow: hidden;
  border-radius: 50%;
  margin: 0.625rem auto;
  max-width: 136px;
}

/* Reveal */
@media only screen and (max-width: 40em) {
  .reveal {
	  border: 0 none;
	  border-radius: 0;
	  height: auto;
	  left: 0;
	  margin-left: 0;
	  max-width: none;
	  min-height: auto;
	  top: 0;
	  width: 100%;
  }
}

/* Placeholder Text */

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #333333;
  opacity: 1;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #333333;
  opacity: 1;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #333333;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 18- */
  color: #333333;
  opacity: 1;
}

textarea::placeholder {
	color: #333333;
}

/*******************
**
**  TYPOGRAPHY
**  http://foundation.zurb.com/sites/docs/typography-base.html
**
*******************/

h1, h2, h3, h4, h5 {
  font-family: "Franklin Gothic BkCp", sans-serif;

}

h2 {
  font-size: 60px;
  line-height: 60px;
  font-weight: 400;
}


h4 {
  font-size: 32px;
  line-height: 30px;
  font-weight: 500;
  text-transform: uppercase;
}



p,
li {
  font-family: 'Roboto', sans-serif;
  font-size: 21px;
  line-height: 30px;
}

a {
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.subpage p {
  color: #575757;
}

.subpage p a:not(.button-orange) {
  color: #ff6600;
  font-weight: 700;
}

.bold {
  font-weight: 700;
}

.orange {
  color: #ff6600;
}

.button-orange {
  color: #fff;
  background-color: #ff6600;
  padding: 18px 50px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.button-orange:hover,
.button-orange:focus {
  color: #ff6600;
  background-color: #fff;
}
/*******************
**
**  OFF CANVAS MENU
**  http://foundation.zurb.com/sites/docs/off-canvas.html
**
*******************/

.hamburger-icon .menu-text {
  color: #fff;
  float: left;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  padding: 0;
}

.hamburger-icon .lines {
  float: right;
  margin-left: 8px;
  width: 28px;
}

.hamburger-icon {
  display: block;
  float: left;
  margin-top: 16px;
}

.hamburger-icon:focus {
  outline: medium none;
}

.line {
  background: #fff none repeat scroll 0 0;
  height: 4px;
  margin-bottom: 3px;
  transition: all 0.5s ease 0s;
}

.is-open-right .hamburger-icon .line:nth-child(1) {
  transform: rotate(45deg) translate(5px, 5px);
}

.is-open-right .hamburger-icon .line:nth-child(2) {
  opacity: 0;
}

.is-open-right .hamburger-icon .line:nth-child(3) {
  transform: rotate(-45deg) translate(5px, -5px);
}

#offCanvas {
  color: #fefefe;
  height: 100%;
  z-index: 10;
}

.off-canvas-wrapper, .off-canvas-wrapper-inner {
  -webkit-backface-visibility: visible;
}

.off-canvas-content, .off-canvas-content {
  background: none;
}

#offCanvas a {
  text-transform: uppercase;
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-top: 15px;
  display: block;
  margin: 0;
}

/*******************
**
**  LAYOUT
**
*******************/

/* Header */
header#header-layout {
  background-color: #3e3e3e;
}

header#header-layout #header-logo {
  background-image: url('img/bg_x.png');
  background-size: auto 250%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: -35px;
}

header#header-layout #header-logo {
  padding: 30px 120px;
}

header#header-layout #header-logo > .small-12 {
  position: relative;
}

header#header-layout #header-logo img {
  height: 86px;
}

header#header-layout #header-logo .tagline {
  font-family: "Franklin Gothic BkCp",sans-serif;
  font-weight: 500;
  color: #7b7b7b;
  font-size: 22px;
  position: absolute;
  bottom: 0;
  padding-left: 10px;
}


header .navigation-container {
  background-color: #ff6600;
  text-align: center;
}

.navigation-container ul {
  list-style-type: none;
	width: 100%;
	display: inline-block;
	margin-left: 0;
	margin-bottom: 0;
}

.navigation-container ul li {
  float: none;
  display: inline-block;
  padding: 13px 25px 11px 25px;
}

.navigation-container ul li:hover {
  border-bottom: 2px solid #000;
  padding-bottom: 9px;
}

.navigation-container ul li a {
  color: #fff;
  text-transform: uppercase;
  font-family: 'FranklinGothic', sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.header__connect--button {
  position: absolute;
  background-color: #4c4c4c;
  padding: 5px 25px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  top: 0;
  right: 20%;
  transition: .5s all ease-in-out;
}

.header__connect--button:hover {
  background-color: #f86600;
}

.header__connect--button a {
  font-family: "Franklin Gothic BkCp", sans-serif;
  text-transform: uppercase;
  color: #fff;
  font-size: 20px;
  letter-spacing: .5px;
}


/* SUBPAGE HEADER */
#subpage-header-background {
  background-position: center center;
  background-size: cover;
}

#subpage-header-background .overlay {
    padding: 108px 0 60px 0;
    min-height: 290px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 69%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 69%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 69%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
}

#subpage-header-background h2 {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding-bottom: 0px;
  margin-bottom: 0;
  display: block;
}

#subpage-header-background .subpage-underline {
  display: inline-block;
  width: 130px;
  height: 3px;
  background-color: #ff6600;
  float: left;
  margin-top: 6px;
}

/* Footer */
footer#footer-layout {
  background-color: #3e3e3e;
}

#footer-layout #footer-logo {
  background-image: url('img/bg_x.png');
  background-size: auto 250%;
  background-repeat: no-repeat;
  background-position-y: 50%;
  background-position-x: 0px;
}

#footer-layout #footer-logo {
  padding: 30px 120px;
}

#footer-layout #footer-logo > .small-12 {
  position: relative;
}

#footer-layout #footer-logo img {
  height: 56px;
}

#footer-layout .social-container {
  float: right;
  text-align: center;
  margin-top: 8px;
}

#footer-layout .social-container ul {
  margin-left: 0;
  margin-bottom: 0px;
  list-style-type: none;
  display: inline-block;
}

#footer-layout .social-container ul li {
  display: inline-block;
  padding: 0px 3px;

}

#footer-layout .social-container ul li i {
  background-color: #929292;
  color: #3e3e3e;
  padding: 8px 10px;
  border-radius: 50px;
  font-size: 20px;
}

#footer-layout .social-container ul li:nth-of-type(2) i {
  padding: 8px 9px;
}

#footer-layout .social-container p.social {
  color: #9a9a9a;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  display: inline-block;
}

#footer-layout #footer-bottom {
  background-color: #2d2d2d;
  padding: 20px 120px;
}

#footer-layout #footer-bottom p,
#footer-layout #footer-bottom a {
  font-family: 'FranklinGothic', sans-serif;
  font-size: 16px;
  color: #797979;
  margin-bottom: 0;
  font-weight: 600;
}

#footer-layout #footer-bottom .text-right p {
  color: #aaa;
}

#footer-layout #footer-bottom p.powered-by {
  display: inline-block;
  margin-bottom: 0;
  position: relative;
  top: 3px;
}

#footer-layout #footer-bottom img {
  height: 24px;
  margin-left: 5px;
}

#subscribePopup {
  background-color: #3e3e3e;
  color: #ffffff;
  text-align: center;
  padding: 20px 20px 0 20px;
}

#subscribePopup.email-container .wpcf7-form-control-wrap > input {
  width: 100%;
  margin-bottom: 5px;
}

#subscribePopup.email-container .wpcf7-submit {
  width: 100%;
  margin-top: 20px;
}

#subscribePopup.email-container .material-icons {
  right: 35px;
}

#subscribePopup.email-container .wpcf7-form-control-wrap .wpcf7-list-item {
  width: 100%;
  text-align: left;
}

#subscribePopup.email-container .wpcf7-form-control-wrap .wpcf7-list-item > input {
  width: 30px;
}

#subscribePopup.email-container .wpcf7-form-control-wrap .wpcf7-list-item .wpcf7-list-item-label {
  position: relative;
  top: 4px;
}

#subscribePopup.email-container .wpcf7-form-control-wrap textarea {
  height: 100px;
}





/* MAIN / BODY */

#main {
  background-color: #cbcbcb;
}

#main h4 {
  color: #575757;
}

.subpage#main h1 {
  color: #575757;
  font-size: 30px;
  line-height: 30px;
  font-weight: 500;
}


.subpage#main {
  padding: 80px 0 50px 0;
}


/* HOMEPAGE */
.home #main {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

#video-background {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
}

#content-video-background {
  text-align: center;
  background-size: cover;
  position: relative;
  z-index: 2;
}

#content-video-background .overlay {
  background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 69%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,102,0,0.6) 0%,rgba(0,0,0,0.6) 69%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,102,0,0.5) 0%,rgba(255,102,0,0.4) 40%,rgba(255,102,0,0.35) 50%, rgba(255,102,0,0.3) 60%, rgba(255,102,0,0.25) 80%, rgba(255,102,0,0.15) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 ); /* IE6-9 */
  position: relative;
  z-index: 2;
}

#content-video-background .overlay-x {
  padding: 200px 0 160px 0;
  background-image: url('img/x_overlay-dark.png');
  background-size: auto 100%;
  background-repeat: no-repeat;
}

#content-video-background .logo {
  height: 130px;
  margin-bottom: 24px;
}

#content-video-background p {
  font-family: "Franklin Gothic BkCp",sans-serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 33px;
  color: #fff;
}

#homepage-blocks .homepage-block {
  padding: 160px 20px;
  background-position: center;

}

#homepage-blocks .cell {
  background-color: rgba(255,102,0,0.8);
  padding: 20px 20px;
}

#homepage-blocks .cell h2 {
  color: #fff;
}

#homepage-blocks .cell p {
  color: #fff;
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 50px;
  font-family: "Franklin Gothic BkCp",sans-serif;
}

#homepage-blocks .button-orange {
  border: 1px solid #fff;
}

/* EVENTS PAGE */
.subpage .title-container {
  margin-bottom: 20px;
}

.page-template-template-events .title-container {
  margin-bottom: 40px;
}

.page-template-template-events .grid-x:nth-of-type(3) .title-container {
  margin-top: 40px;
}

.events-list .cell {
  margin-bottom: 20px;
}

.events-list .two-thirds {
  display: inline-block;
  width: 60%;
  background-size: cover;
  float: left;
  position: relative;
}

.events-list .one-third {
  display: inline-block;
  width: 40%;
  background-color: #3e3e3e;
  float: left;
  padding: 20px;
}


.events-list a,
.events-list .two-thirds h4 {
  color: #ff6600;
  font-weight: 500;
}

.events-list a:hover {
  color: #fff;
}

.events-list h6 {
  margin-bottom: 0;
  color: #fff;
  font-size: 16px;
}

.events-list .overlay {
  padding: 20px 10px;
  display: inline-block;
  width: 100%;
  background: rgba(0,0,0,0.5);
  position: absolute;
  bottom: 0;
}

.events-list .one-third h4 {
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff !important;
}

.events-list .one-third p {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.events-list .one-third a {
  font-weight: 700;
  font-size: 14px;
}


/* ABOUT PAGE */
.page-template-template-about .body-container {
  margin-bottom: 40px;
}

.page-template-template-about #main h4 {
  font-size: 32px;
  text-transform: uppercase;
}

.page-template-template-about .button-container {
  text-align: center;
  margin-bottom: 40px;
}

.page-template-template-about .button-orange {
  display: inline-block;
  width: 280px;
  text-align: center;
  margin: 0 10px;
}

.email-container {
  background-color: #3e3e3e;
  color: #ffffff;
  text-align: center;
  padding: 20px 20px 0 20px;
  position: relative;
}

.email-container p {
  color: #ffffff;
  font-family: 'Franklin Gothic BkCp', sans-serif;
  margin-bottom: 0;
}

.email-container > p:nth-of-type(1) {
	margin: 0 auto 30px auto;
}
.email-container input{
  color: #a5a5a5;
  border: none;
  background-color: #4c4c4c;
  display: inline-block;
  width: 80%;
  height: 47px;
  float: left;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
}

.email-container input:focus {
  box-shadow: none;
  color: #a5a5a5;
  border: none;
  background-color: #4c4c4c;
}

.email-container .wpcf7-submit {
  width: 19%;
  margin-left: 1%;
  text-align: left;
  background-color: #3e3e3e;
  border: 1px solid #fff;
  height: 45px;
  color: #fff;
  font-weight: 700;
  padding: 5px 5px 5px 10px;
}

.email-container .material-icons {
  position: absolute;
  right: 40px;
  bottom: 43px;
  color: #3e3e3e;
  background-color: #fff;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
}

.email-container .wpcf7-response-output {
  display: block;
  position: absolute;
  bottom: -55px;
  color: #000;
}

.email-container .wpcf7-not-valid-tip {
	position: absolute;
	width: 260px;
	bottom: 0;
}


/* ADVISORS */
.page-template-template-advisors .body-container {
  text-align: center;
}

.page-template-template-advisors .body-container h4 {
  margin-bottom: 30px;

}

.page-template-template-advisors .advisors-container  {
  margin-top: 60px;
}

.page-template-template-advisors .advisors-container .advisor-headshot {
  max-width: 150px;
  display: inline-block;
  float: left;
  border-radius: 150px;
  overflow: hidden;
}

.page-template-template-advisors .advisors-container img {
  width: 100%;
}

.page-template-template-advisors .advisors-container .advisor {
  margin: 30px 0;
}

.page-template-template-advisors .advisors-container .advisor-information {
  display: inline-block;
  max-width: 177px;
  margin-top: 15px;
  margin-left: 10px;
  position: relative;
  min-height: 100px;
}

.page-template-template-advisors .advisors-container .advisor-information .advisor-name {
  font-family: 'Roboto', sans-serif;
  margin-bottom: 0;
  line-height: 20px;
  font-size: 18px;

}

.page-template-template-advisors .advisors-container .advisor-information .small-text {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  width: 100%;
  display: inline-block;
}

.page-template-template-advisors .advisors-container .advisor-information a {
	position: absolute;
	bottom: -28px;
	display: inline-block;
}

.page-template-template-advisors .advisors-container .advisor-information a:nth-of-type(1) {
  left: 0;
}

.page-template-template-advisors .advisors-container .advisor-information a:nth-of-type(2) {
  left: 30px;
}

.page-template-template-advisors .reveal h5 {
  display: inline-block;
}

.page-template-template-advisors .reveal .small-text {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  display: inline-block;
  color: #999999;
}

.page-template-template-advisors .reveal p {
  color: #575757
}

/* AWARDS PAGE */
.page-template-template-awards .subpage#main {
  padding-bottom: 0;
}
.page-template-template-awards  .subpage#main .grid-container:nth-child(1) {
  padding-bottom: 80px;
}

.awards-category {
  background-color: #3e3e3e;
  text-align: center;
  padding: 60px 20px;
  margin-bottom: 20px;
}

.nomination-container p,
.previous-awards p {
  font-size: 18px;
  color: #575757;
}

.nomination-container p {
	margin-bottom: 0;
	margin-top: 0;
}

.nomination-container p.submission-text {
	margin-bottom: 20px;
}

.awards-category p {
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 0;
}

p.awards-title {
  color: #ff6600;
  font-family: 'Franklin Gothic BkCp', sans-serif;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  text-transform: uppercase;
}

.nomination-container {
  margin-top: 60px;
}

.submission-text {
  margin-top: 20px;
}

.previous-awards p.awards-title {
  margin-bottom: 0;
}

.previous-awards-container {
  background-color: #bfbfbf;
}

.previous-awards-container .grid-container {
  padding-top: 80px;
}

.previous-awards-container .previous-awards {
  margin-bottom: 20px;
}

/* AWARDS LANDING PAGE */
.landing-form-container {
	background: #e6e6e6;
	box-shadow: 0 0 18px rgba(0,0,0,.25);
	padding: 15px;
	margin-bottom: 20px
}

@media screen and ( min-width: 40em ) {
	.landing-form-container {
		padding: 40px;
		margin-top: -120px;
		margin-bottom: 60px
	}
}

.landing-form-container input {
	margin-bottom: 0;
}

.landing-form-container [type="submit"] {
	background-color: #ff6600;
	display: block;
	width: 100%;
	border: 0;
	padding: 10px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-top: 20px;
}

.landing-form-container div.wpcf7 .ajax-loader {
	margin-top: -62px;
	position: relative;
	transition: .3s all;
}

.landing-form-container div.wpcf7 .ajax-loader.is-active {
	margin-top: 0;
}

.landing-form-container h3 {
	font-weight: bold;
	text-transform: uppercase;
}

.landing-brought-by {
	text-align: center;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.landing-brought-by span {
	font-weight: bold;
	font-family: "Franklin Gothic BkCp", sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 18px;
	color:  #575757;
}

.landing-brought-by img {
	margin: 5px auto 10px;
	max-height: 32px;
	width: auto;
}

/* RESOURCES */
.page-template-template-resources .subpage#main {
  padding: 80px 0 100px 0;
}
.page-template-template-resources .awards-category {
  padding: 0;
}

.page-template-template-resources .awards-category a {
	display: inline-block;
	width: 100%;
	height: 100%;
	padding: 60px 20px;
}


.page-template-template-resources p.awards-title {
  color: #ff6600;
  font-family: 'Franklin Gothic BkCp', sans-serif;
  font-size: 36px;
  font-weight: 300;
}

.page-template-template-resources .awards-category a:hover p.awards-title {
  color: #fff;
}



/* MOBILE MENU */
.off-canvas.is-transition-push {
  z-index: 12 !important;
}

#offCanvas {
  background-color: #3e3e3e;
}

#offCanvas li {
	padding: 10px 0 10px 25px;
		border-bottom: 1px solid #282828;
		width: 270px;
}
#offCanvas a {
  font-family: 'Franklin Gothic BkCp', sans-serif;
  font-size: 21px;
  color: #ADADAD;
}
.close-button,
.close-button span{
  color: #ADADAD !important;
}


/* AWARDS SUBMISSION PAGE */

.page-template-template-full-width .wpcf7-form-control-wrap {
	display: inline-block;
	width: 100%;
}



.page-template-template-full-width .uploadfield {
	display: inline-block;
	width: 100%;
	text-align: right;
}

.page-template-template-full-width #fileuploadfield {
	display:none;
}

.page-template-template-full-width #uploadtextfield {
  height:47px;
  width: 100%;
  margin-right: 2%;
}

.page-template-template-full-width .wpcf7-not-valid {
	border: 1px solid red;
}

.page-template-template-full-width  #uploadbrowsebutton,
.page-template-template-full-width .wpcf7-form-control.wpcf7-submit {
  border: none;
  width: 200px;
  text-align:center;
  float: left;
  color: #fff;
  background-color: #ff6600;
  padding: 18px 50px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  display: inline-block;
  -webkit-transition-duration: .5s;
  -moz-transition-duration: .5s;
  -o-transition-duration: .5s;
  transition-duration: .5s;
}

.page-template-template-full-width  #uploadbrowsebutton:hover {
  color: #ff6600;
  background-color: #fff;
}

.page-template-template-full-width  .wpcf7-not-valid {
  border: 1px solid red;
}

.page-template-template-full-width  .wpcf7-not-valid-tip {
  display: none;
}

.page-template-template-full-width .uploadfield .wpcf7-not-valid-tip {
  display: block;
  border: 2px solid red;
  padding: 5px 15px;
  margin: 0px 0px 20px 10px;
  font-size: 15px;
  width: 99%;
  text-align: left;
}

.page-template-template-full-width  .wpcf7-response-output {
  color: #fff;
}

/* AGENDA PAGE */

.page-template-template-agenda .agenda-item {
	padding: 40px 0;
}

.page-template-template-agenda .agenda-item h4 {
	margin-bottom: 40px;
	font-size: 36px;
}

.page-template-template-agenda .agenda-item h4:after {
	content: "";
	width: 200px;
	border-bottom: 3px solid #ff6600;
	display: block;
	padding-bottom: 20px
}

.page-template-template-agenda .page-content {
	padding: 40px;
}

.page-template-template-agenda .subpage#main {
	padding: 0;
}

/*******************
**
** FinXTech Connect Consideration
**
*******************/

.page-id-442 .wpcf7 input[type="text"],
.page-id-442 .wpcf7 input[type="email"],
.page-id-442 .wpcf7 textarea {
  border: 1px solid #cacaca;
  border-radius: 3px;
}

.page-id-442 .wpcf7 br {
  display: none;
}

.page-id-442 .wpcf7-submit {
  border: 0;
  border-radius: 3px;
}

.page-id-442 ::-webkit-input-placeholder { /* WebKit browsers */
  color: #cacaca !important;
  opacity: 1;
}
.page-id-442 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #cacaca !important;
  opacity: 1;
}
.page-id-442 ::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #cacaca !important;
  opacity: 1;
}
.page-id-442 ::-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #cacaca !important;
  opacity: 1;
}

/*******************
**
**  RESPONSIVE
**  http://foundation.zurb.com/sites/docs/media-queries.html
**
*******************/

/* Small screens */

@media  (min-width: 1505px) {
  #content-video-background {
	height: 640px;
	overflow: hidden;
  }

  #homepage-blocks .homepage-block {
	height: 640px !important;
  }
  #video-background {
	height: auto;
	width: 100%;
  }
  #content-video-background .overlay-x {
	padding-bottom: 260px;
  }
}

@media (min-width: 1600px) {
  #homepage-blocks .homepage-block,
  #subpage-header-background {
	background-size: cover;
  }
}

/*@media (max-width: 1530px) and (min-width: 1505px) {
   #video-background {
	height: 110%;
	width: 100%;
  }
}*/

@media (max-width: 1504px) and (min-width: 1025px) {
  #content-video-background {
	height: 640px;
  }

  #homepage-blocks .homepage-block,
  #content-video-background .overlay-x {
	height: 640px !important;
  }
}
@media screen { } /* Define mobile styles */

@media screen and (max-width: 1024px) {
  #homepage-blocks .homepage-block,
  #content-video-background .overlay-x,
  #content-video-background {
	height: 540px;
  }

  #homepage-blocks .homepage-block {
	padding: 80px 0;
  }
  .email-container input  {
	width: 100%;
  }
  .email-container .wpcf7-submit {
	width: 100%;
	margin-top: 10px;
  }


  .email-container .material-icons {
	left: 120px;
	right: auto;
	bottom: 43px;
  }

  #subscribePopup.email-container > p:nth-of-type(1) {
	margin-top: 20px;
  }

  #subscribePopup.email-container input {
   width: 100%;
  }

  #subscribePopup.email-container .wpcf7-submit {
	width: 100%;
	margin-left: 0;
  }

  #subscribePopup.email-container .material-icons {
	right: auto;
  }

  #content-video-background .overlay-x {
	padding: 150px 0 120px 0;
  }

}

@media screen and (max-width: 39.9375em) {
  /* MAIN */
 h2 {
	font-size: 40px;
	line-height: 40px;
  }

  /* HEADER */
  .hamburger-icon {
	position: absolute;
  }

  .hamburger-icon .lines {
	margin-left: 12px;
  }

  #homepage-blocks .homepage-block,
  #content-video-background .overlay-x,
  #content-video-background {
	  height: auto;
	}

  .mobile-logo-container {
	display: inline-block;
	text-align: center;
	width: 100%;
  }

  .mobile-logo-container span {
	display: inline-block;
	width: 100%;
  }

  .mobile-logo-container img {
	height: 40px;
	margin-top: 10px;
	margin-bottom: 10px;
  }

  .mobile-logo-container span.tagline {
	font-size: 16px;
	color: #7b7b7b;
	font-family: "Franklin Gothic BkCp",sans-serif;
  }

  #subpage-header-background .grid-container {
	text-align: left;
  }

  #footer-layout {
	text-align: center;
  }

  #footer-layout .social-container p.social,
  #footer-layout .social-container ul {
	width: 100%;
  }

  #footer-layout #footer-bottom {
	padding: 20px;
	text-align: center;
  }

  #footer-layout #footer-bottom .cell.text-right {
	text-align: center;
  }

  #footer-layout #footer-logo {
	padding: 20px;
  }

  /* HOMEPAGE */
  #content-video-background {
	background-image: url('img/home-bg-video.png');
  }

  #video-background {
	display: none;
  }

  #content-video-background .overlay-x {
	padding: 60px 0;
	background: none;
  }

  #content-video-background .logo {
	height: 80px;
  }

  #content-video-background p {
	display: none;
  }

  #homepage-blocks .homepage-block {
	padding: 40px 20px;
	text-align: center;
  }

  #homepage-blocks .cell p {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px;
  }


  /* SUPAGES */

  #subpage-header-background .subpage-underline {
	  float: none;
  }

  /* EVENTS */

  .events-list .two-thirds {
	width: 100%;
  }

  .events-list .one-third {
	width: 100%;
  }

  .events-list .two-thirds .overlay {
	position: inherit;
	margin-top: 100px;
  }


  /* SUBPAGE HEADER */
  #subpage-header-background .overlay {
	padding: 100px 20px;
	text-align: center;
  }

  } /* max-width 639px, mobile-only styles, use when QAing mobile issues */

/* Medium screens  */

@media screen and (min-width: 40em) {} /* min-width 640px, medium screens */

@media screen and (min-width: 40em) and (max-width: 63.9375em) {} /* min-width 640px and max-width 1023px, use when QAing tablet-only issues */

/* Large screens  */

@media screen and (min-width: 64em) {} /* min-width 1024px, large screens */

@media screen and (min-width: 64em) and (max-width: 74.9375em) {} /* min-width 1024px and max-width 1199px, use when QAing large screen-only issues */

/* XLarge screens  */

@media screen and (min-width: 75em) { } /* min-width 1200px, xlarge screens */

@media screen and (min-width: 75em) and (max-width: 119.9375em) { } /* min-width 1120px and max-width 1919px, use when QAing xlarge screen-only issues */

/* XXLarge screens  */

@media only screen and (min-width: 120em) { } /* min-width 1920px, xlarge screens */






/** SSI ADD E-COMM Feb/2019 */

#tribe-events-pg-template, .tribe-events-pg-template { max-width: none; }

.tribe-events-page-template .subpage#main {
    padding: 0;
}

.content-outer-container {
    padding-top: 35px;
    padding-bottom: 35px;
    background: #fff;
}


.sidebar {
    padding-left: 15px;
    padding-right: 15px;
}

.popular-posts {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 15px 0 15px;
}

section.grey {
    background: #f3f3f3;
    padding: 35px 0;
}

.ad-wrapper {
    background-color: #f3f3f3;
    padding: 25px 15px;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .ad-wrapper {
        width: 350px;
        margin: 0 auto;
        margin-bottom: 15px;
    }
}

.ad-wrapper > div {
    margin: auto !important;
}

.orange-button {
    text-transform: uppercase;
    color: #fff;
    background: #ff6600;
    display: block;
    border: none;
    width: 100%;
    padding: 10px 20px;
}

.orange-button:hover {
    background-color: #ff771c;
    color: #fff;
}




.single-post .small-12.columns.sidebar {
    padding-left: 0;
    padding-right:0;
}

.single-sidebar {
    position: relative;
}

.social-container {
    float: right;
}

.sidebar .social {
    margin-bottom: 45px;
    text-align: left;
}

.share {
    margin-right: 15px;
    font-size: 1rem;
    font-weight: bold;
    color: grey;
}

.sidebar .social-icon {
    margin-right: 10px;
    max-width: 30px;
    height: auto;
}

.sidebar .sponsor {
  margin-bottom: 45px;
}

.social-sharing.ss-social-sharing {
    display: none;
}


/* Events Page */

.event-single {
    margin-bottom: 15px;
}

.event-single .post-image {
    height: 240px;
    position: relative;
}

.event-single .post-image img {
    height: 240px;
    object-fit: cover;
}

.event-single  .post-text-container {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 15px;
    background: rgb(0, 0, 0); /* fallback color */
    background: rgba(0, 0, 0, 0.5);
}

.event-single .post-title {
    color: #ff6600;
}

.event-single .post-date {
    color: #fff;
    /*font-family: "franklin-gothic-urw-cond";*/
    font-weight: 400;
    text-transform: uppercase;
    font-size: 20px;
}

.event-wrapper {
    margin-bottom: 45px;
}

h4.event-location {
    margin-bottom: 0;
}

.event-details a {
    font-weight: bold;
    color: #ff6600;
}

.event-content {
    font-size: 1rem;
    color: #999999;
}

.event-single-link {
    font-size: 1rem;
}

.event-topics > ul {
    line-height: 30px;
    color: #999999;
}

.event-details {
}

.post-type-archive .popular-posts {
    margin-top: 0;
}

.additional-event h4 {
    margin-bottom: 0;
}

.additional-event h5 {
    font-weight: normal;
}

.additional-event p {
    font-size: 1rem;
    color: #999999;
}

/* Event Single */
.event-nav-container {
    text-align: center;
    /*height: 46px;*/
    background-color: #e0e0e0;
    padding: 10px;
}

.categorynav, .categorynav ul, .categorynav a {
    font-family: "Franklin Gothic BkCp", sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #fff;
    text-transform: uppercase;
}


.categorynav, .categorynav ul {
    /*line-height: 0px !important;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.categorynav ul li {
    /*padding: 10px;*/
}

@media screen and (min-width: 1023px) and (max-width: 1117px) {
    .categorynav ul li {
        padding: 10px 5px;
    }
}

.categorynav a {
}

.categorynav ul li:hover {
    border-bottom: 2px solid #000;
    padding-bottom: 8px;
}

.tribe-country-name { display: none; }

.tribe-events-abbr { border-bottom: none !important; cursor: inherit !important; }

.events-single #subpage-header-background {
  background-size: cover;
}

.events-single #subpage-header-background .overlay {
  padding: 108px 0 60px 0;
}

.event-hero {
    /*height: 405px;*/
}

.event-hero .hero-content {
    /*bottom: 50px;*/
}

.event-hero .post-date {
    color: #fff;
    font-family: "Franklin Gothic BkCp", sans-serif;
    font-weight: 400;
    text-transform: none;
    font-size: 32px;
    width: 100%;
}

.event-nav-container {
    text-align: center;
    /*height: 46px;*/
    background-color: #e0e0e0;
}

.content-tab {
    display: inline-block;
    padding: 0 10px;
}

.content-tab div {
    display: inline-block;
    /*margin-top: 8px;*/
    color: #282828;
    padding: 10px 15px 2px;
    line-height: 1;
    border: 1px solid #e0e0e0;
    border-radius: 1px;
    font-weight: 500;
    font-size: 22px;
}

.content-tab div:hover {
    border: 1px solid #282828;
}

.nav-tabs-small select {
    text-transform: uppercase;
}

.content-anchors {
    display: block;
    position: relative;
    top: -100px;
}

.cart-container > div > div > h3 {
  display: none;
}

.events-single.fixed-top .event-nav-container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
}

.events-single.fixed-top .content-outer-container {
    margin-top: 48px;
}

.events-single.fixed-top .content-outer-container > .row {
    position: relative;
}


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

  .events-single.fixed-top .sidebar {
      position: fixed;
      top: 75px;
      width: 23%;
      z-index: 6;
  }

  .events-single.fixed-top > footer {
      position: relative;
      z-index: 7;
  }

  .events-single.fixed-bottom .sidebar {
    position: absolute !important;
    bottom: 0 !important;
    top: auto;
    z-index: 3;
  }
}
.event-content h6 {
    color: #282828;
    font-size: 24px;
    font-weight: 500;
    text-transform: uppercase;
}

.event-block-wrapper p, .event-block-wrapper span, .event-block-wrapper li {
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    font-size: 1.15rem;
    line-height: 1.9;
    color: #999999;
}

.event-block-wrapper strong, .event-block-wrapper b {
    color: rgb(68,68,68);
}

.register-now, .event-social {
    margin-bottom: 16px;
}

.register-now a, .next-button {
    display: block;
    width: 100%;
    font-family: "Franklin Gothic BkCp", sans-serif;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    background-color: #ff6600;
    /*padding: 8px;*/
    padding: 20px 0 12px;
    line-height: 1;
    font-size: 30px;
    font-weight: 500;
}

.tickets_name {
    color: inherit;
    font-size: inherit;
}

.accordion-title {
    padding-left: 50px;
    font-size: 22px;
    color: rgb(64,64,64) !important;
}

.accordion-title:before {
    content: "\f055";
    font-family: FontAwesome;
    display: inline-block;
    margin-left: -2rem;
    width: 2rem;
    font-size: 26px;
    line-height: initial;
    overflow: visible;
    color: #ff6600;
    right: auto;
    left: 3rem;
    top: 45%;
}

.is-active > .accordion-title::before {
    content: "\f056";
}

/*.logo-grid img {
    border: 1px solid #e0e0e0;
    margin-bottom: 25px;
}*/

.logo-grid img {
    border: 1px solid #e0e0e0;
    margin-bottom: 25px;
    padding: 10px;
    margin: 10px 10px 10px 0;
    max-width: 95%;
}

.post-city {
    top: -5px;
    left: 10px;
}

.post-date {
    display: inline-block;
}

.post-category, .post-city, .post-date em {
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    font-size: 1rem;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    padding: 4px 8px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.2;
    letter-spacing: 1px;
    position: relative;
}

.post-category {
    float: right;
    color: #e0e0e0;
    font-size: 0.8rem;
}

/* Registration */

.post-date em {
    margin-left: 10px;
    font-style: normal;
}

.woocommerce div.product .images, .woocommerce .wc-tabs-wrapper, .product_meta,
.woocommerce .entry-summary h1, .woocommerce .entry-summary div[itemprop="offers"],
.woocommerce .entry-summary div[itemprop="description"], .addon-name, .reset_variations {
    display: none !important;
}

.woocommerce div.product div.summary {
    width: 100%;
}

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"] {
    font-size: inherit;
}

.next-button button {
    font-size: 34px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 10px 50px;
}

.registrants {
    color: #444;
    display: table-row;
}

.quantity input {
    margin-bottom: 0;
}

.variations tr {
    background-color: #f8f8f8;
}

.variations td, .variations th {
    padding: 10px !important;
}

.next-button {
    width: 200px;
    float: right;
}

.woocommerce-page form .form-row-first {
    padding-right: 12px;
}

input[type=radio] + label:before {
    margin-right: 10px;
    content: "\f10c";
    color: #444;
    font-family: fontawesome;
    font-size: 20px;
    display: inline-block;
}

input[type=radio]:checked + label:before {
    content: "\f058";
    color: #ff6600;
}

input[type=radio] {
    visibility: hidden;
    position: absolute;
}

.woocommerce-checkout-payment label {
    font-size: 1rem;
}

.woocommerce form .form-row .required {
    color: #ff6600;
}

/* Cart */

.woocommerce .input-text {
    display: inline-block;
    width: 200px;
}

.woocommerce input.button-black,
.woocommerce a.button-black {
/*    color: #fff !important;
    background-color: #444 !important;
    border-radius: 1px;
    padding: 12px 30px;
    top: -1px;
    border-bottom: 2px solid #444;*/
  float: right;
  cursor: pointer;
  padding: 20px 40px 12px 40px;
  font-size: 24px;
  border-radius: 4px;
  font-weight: 500;
  font-family: "Franklin Gothic BkCp", sans-serif;
  text-transform: uppercase;
  background-color: #444 !important;
  color: #ffffff !important;
}

.woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    float: none;
}

.woocommerce .cart-collaterals .cart_totals tr th {
    display: inline-block;
    width: 200px;
    height: 45px;
}

@media only screen and (max-width: 768px) {
    .woocommerce .cart-collaterals .cart_totals tr th {
        display: none;
    }
}

.woocommerce .cart-collaterals .cart_totals tr td {
    width: 100%;
    text-align: right;
}

.woocommerce table, .woocommerce table > *,
.woocommerce td, .woocommerce th {
    border: none !important;
}

.woocommerce td {
    background-color: #f8f8f8;
    border-bottom: 1px solid #fff;
}

.woocommerce th {
    background-color: #ebebeb;
    text-transform: uppercase;
    border-bottom: 1px solid #fff;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce input.button-black, .add-to-cart {
    float: right;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button, #place_order, .add-to-cart {
    font-size: 100%;
    padding: 12px 30px;
    border-radius: 2px;
    margin-left: 6px;
    top: -1px;
    text-transform: uppercase;
    background-color: #ff6600;
    border-bottom: 2px solid #ff6600;
}

.woocommerce #payment #place_order, .add-to-cart {
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    margin-top: 20px;
    padding: 12px 30px;
    border-radius: 2px;
    text-transform: uppercase;
    background-color: #ff6600;
    border-bottom: 2px solid #ff6600;
}

.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover, #place_order:hover, .add-to-cart:hover {
    border-bottom: 2px solid #444;
    background-color: #ff6600;
}

.add-to-cart button.alt {
    background-color: inherit !important;
    padding: 0;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
    font-weight: 700;
}

.woocommerce a.button-black {
  /*text-transform: uppercase;
  font-family: "Helvetica Neue", Helvetica, Arial, Roboto, sans-serif;
  border-radius: 1px;
  padding: 12px 30px;
  float: right;
  border-bottom: 1px solid #444;*/
}

.woocommerce dl.variation {
    display: none;
}

.product-name a {
    color: #444;
}

.product-name a:hover {
    text-decoration: underline;
}

.product-quantity {
    text-align: right;
}

.woocommerce a.remove {
    color: #444 !important;
    line-height: 0.8;
}

.woocommerce a.remove:hover {
    color: #fff !important;
    background-color: #444 !important;
}

/* Checkout */

.woocommerce .col2-set .col-1 {
    width: 100%;
}

.woocommerce .col2-set .col-2 {
    display: none;
}

.woocommerce-checkout > h3 {
    margin-top: 20px;
}

.woocommerce form .form-row-first, .woocommerce form .form-row-last,
.woocommerce-page form .form-row-first, .woocommerce-page form .form-row-last {
    width: 50%;
}

.woocommerce form .form-row label {
    font-size: 1rem;
}

/* Post checkout */

/*.woocommerce header h2, .woocommerce header h3 {
    background-color: white;
}*/

.woocommerce .customer_details td, .woocommerce .order_details th.product-total,
.woocommerce .order_details td:not(.product-name) {
  text-align: right;
}


/**
 * Social Menu
 */

.social-menu {
  list-style-type: none;
  margin: 0;
  font-size: 1.25rem;
  height: 1em;
}

.social-menu li {
  display: inline-block;
  margin-right: .25em;
  font-size: inherit;
  height: 1em;
  width: 1em;
  position: relative;
}

.social-menu li:last-child {
  margin-right: 0;
}

.social-menu li a {
  color: #999;
  position: absolute;
  display: block;
  height: 1em;
}

.social-menu li a:hover {
  color: #ff6600;
}

.social-menu li a i:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}


.back-now {
    color: #ff6600;
}

.tribe-events-style-full.tribe-events-style-theme h2.tribe-events-tickets-title {
    font-size: 30px !important;
    font-weight: 700;
    margin: 20px 0 15px;
}

.tribe-events-tickets td.woocommerce {
    padding: 30px 10px 16px 30px;
}

.tribe-events-tickets tr.tribe-event-tickets-plus-meta td {
    padding: 0;
}

.tribe-event-tickets-plus-meta-attendee header {
    text-transform: inherit;
    background-color: inherit;
    color: #ff6600;
    font-family: "Franklin Gothic BkCp", sans-serif;
    font-size: 1.8em;
    font-weight: 500;
    margin: 0px 0 15px;
}

.tribe-event-tickets-plus-meta-attendee {
    border-bottom: 2px solid #dfdfdf;
    counter-increment: a;
    padding: 30px;
}

.tribe-event-tickets-plus-meta-attendee:nth-child(odd) {
    background: #f9f9f9;
}


/* CART */
.woocommerce h3 {
    font-size: 30px !important;
    font-weight: 700;
    margin: 20px 0 15px;
}

.woocommerce-notice--success.woocommerce-thankyou-order-received {
    font-size: 44px;
    font-family: "Franklin Gothic BkCp", sans-serif;
    color: #000;
    font-weight: bold;
    margin-bottom: 40px
}

.woocommerce-order-received #subpage-header-background { display: none; }

.woocommerce-cart {  }

/*.woocommerce-cart #subpage-header-background { display: none; }*/

.woocommerce-cart #main,
.woocommerce #main { background-color: #fff; }

.woocommerce-cart .cart_totals h2 { display: none; }

.woocommerce .cart-collaterals .cart_totals tr th { border-top: 1px solid #fff !important; }

#add_payment_method table.cart .product-thumbnail, .woocommerce-cart table.cart .product-thumbnail, .woocommerce-checkout table.cart .product-thumbnail {
    display: none;
}

#add_payment_method table.cart td.actions .coupon .input-text, .woocommerce-cart table.cart td.actions .coupon .input-text, .woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: 200px;
}

.wccf_price_label { color: #ff6600; font-weight: bold; opacity: 1; }


/* Events List */

/* hide hero on Event Archive/Listing page... */
.post-type-archive-tribe_events #subpage-header-background { display: none; }

.events-list .cell { margin-bottom: 0; }

.events-list .tribe-events-loop, .single-tribe_organizer .tribe-events-loop, .single-tribe_venue .tribe-events-loop, .tribe-events-day .tribe-events-loop {
    max-width: 1200px;
}

.tribe-events-list .type-tribe_events:first-of-type {
    margin-top: 0;
}

h1.category-header {
    text-align: center;
    text-transform: uppercase;
    color: #ff6600 !important;
    border-bottom: 1px solid #dddddd;
    padding: 15px 0 15px 0;
    font-size: 42px !important;
    font-weight: 500 !important;
    max-width: 1200px;
    margin: 30px auto;
}

.tribe-events-loop .tribe-events-event-meta { margin-top: 0 !important; }


.tribe-events-list .type-tribe_events .tribe-events-list-event-title,
.tribe-events-list .tribe-events-loop .tribe-event-featured .tribe-events-list-event-title {
    display: block;
    font-size: 32px;
    font-weight: 500;
}

.tribe-event-category { display: none; }

.tribe-events-list .tribe-events-loop .tribe-event-featured { padding: 0; background: transparent; }

.tribe-events-list .tribe-events-loop .tribe-events-event-image,
.tribe-events-list .tribe-events-event-image {
    width: auto;
    margin: 0 !important;
    float: none;
    padding: 0;
    display: block;
}

.tribe-events-list .time-details, .tribe-events-list .tribe-events-venue-details {
    line-height: 1.2 !important;
    margin: 0 !important;
    padding: 0 !important;
    display: block;
    font-weight: 500 !important;
    font-size: 30px !important;
    font-style: normal !important;
}

#tribe-events .tribe-events-content p,
.tribe-events-after-html p,
.tribe-events-before-html p {
    font-size: 18px;
    line-height: 24px;
    padding: 10px 0;
}

.tribe-events-read-more,
.tribe-events-list .tribe-events-loop .tribe-event-featured a.tribe-events-read-more { color: #ff6600 !important; display: inline-block; padding: 10px 20px; margin-top: 10px; border: 1px solid #ff6600; }

.tribe-events-read-more:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured a.tribe-events-read-more:hover { background: #ff6600 !important; color: #ffffff !important; }


#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-left,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-left,
#tribe-events-footer .tribe-events-sub-nav .tribe-events-nav-right,
#tribe-events-header .tribe-events-sub-nav .tribe-events-nav-right {
    float: none;
    text-align: center;
}

#tribe-events-footer a:hover,
#tribe-events-header a:hover {
    color: #333;
}

#tribe-events .tribe-events-button, #tribe-events .tribe-events-button:hover, #tribe_events_filters_wrapper input[type=submit], .tribe-events-button, .tribe-events-button.tribe-active:hover, .tribe-events-button.tribe-inactive, .tribe-events-button:hover, .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-], .tribe-events-calendar td.tribe-events-present div[id*=tribe-events-daynum-]>a { display: none; }


.tribe-events-tickets .tribe-tickets-remaining { display: none !important; }

/* Checkout */
.woocommerce-checkout #main { background: #fff; }

.woocommerce-checkout .checkout-container { max-width: 1200px; margin: 0 auto; padding-top: 0 !important; }

.woocommerce-form-coupon-toggle { display: none; }

#billing_country_field { display: none; }

#billing_state_field { height: 79px; margin-bottom: 6px; }

.woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], .woocommerce-checkout #payment div.payment_box input.js-sv-wc-payment-gateway-form-nickname, #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="tel"], #add_payment_method input.js-sv-wc-payment-gateway-credit-card-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="tel"], #add_payment_method input.js-sv-wc-payment-gateway-echeck-form-input[type="text"], #add_payment_method input.js-sv-wc-payment-gateway-form-nickname {
  font-size: 14px !important;
}

.select2-results__option { font-size: 14px; padding: 4px 6px; }

.select2-container .select2-selection--single {
  height: 39px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b { margin-top: 5px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 39px;
  font-size: 16px;
}

.woocommerce form .form-row label {
  /*margin-top: 10px;
  text-transform: uppercase;
  font-size: 12px;
  color: #666;
  letter-spacing: 1px;*/
  font-weight: bold;
  cursor: pointer;
}

.woocommerce-billing-fields h3 { text-transform: capitalize; }

/* Registration Pane */
.tribe-tickets-meta { display: inline-block; width: 48%; }

.tribe-event-tickets-plus-meta input[type=text] { width: 98%; }


.single #tribe-events-content { height: 0; visibility: hidden; opacity: 0; transition: all 0.5s; padding: 0 !important; }

.single #tribe-events-content.register-pane { height: inherit; visibility: visible; opacity: 1; padding-bottom: 50px !important; }



.tribe-events-loop .type-tribe_events { display: flex; align-items: flex-start; flex-direction: row; }

.tribe-events-loop .type-tribe_events .tribe-events-event-meta { width: 60%; height: 220px; }

.tribe-events-loop .type-tribe_events .tribe-events-list-event-description { width: 40%; height: 240px; padding: 20px !important; background-color: #3e3e3e; }

.tribe-events-loop .type-tribe_events .tribe-events-list-event-description p { color: #fff !important; font-size: 15px !important; line-height: 21px !important; }

.tribe-events-loop .tribe-events-content h4 { color: #fff !important; }

.tribe-events-loop .tribe-events-read-more,
.tribe-events-list .tribe-events-loop .tribe-event-featured a.tribe-events-read-more { padding: 0; border: none; display: block; }

.tribe-events-loop .tribe-events-read-more:hover,
.tribe-events-list .tribe-events-loop .tribe-event-featured a.tribe-events-read-more:hover { background: transparent !important; color: #fff !important; border: none !important; }

.tribe-events-loop .event-wrapper { margin-bottom: 0; }

.tribe-events-loop .tribe-events-event-meta { margin-bottom: 0; padding: 0 !important; border: none !important; }

.tribe-events-list .tribe-events-venue-details { border: none !important; }

@media only screen and (max-width: 980px) {
  .tribe-events-loop .type-tribe_events { flex-direction: column; }
  .tribe-events-loop .type-tribe_events .tribe-events-event-meta { width: 100%; height: inherit; }
  .tribe-events-loop .type-tribe_events .tribe-events-list-event-description { width: 100%; height: inherit; }
  .tribe-events-loop .tribe-events-event-image img { width: 100% !important; max-width: 100%; }
}

.tribe-events-pg-template ol,
.tribe-events-pg-template ul,
.accordion-content { color: #575757; }


.tribe-link-view-attendee { display: none; }


/* ATTENDEE REGISTRATION PAGE */
.page-tribe-attendee-registration { background-color: #fefefe; }

.page-tribe-attendee-registration #main { background-color: #fefefe; }

.page-tribe-attendee-registration .tribe-block__tickets__registration__title h2 { font-size: 42px; font-weight: bold; margin: 0; padding: 0; }

.page-tribe-attendee-registration .tribe-block__tickets__registration__title h2 a { color: #ff6600; }

.page-tribe-attendee-registration .tribe-block__tickets__registration__description { margin-top: 0; font-size: 32px; font-weight: bold; font-family: "Franklin Gothic BkCp", sans-serif; }

.page-tribe-attendee-registration .tribe-block__tickets__registration__tickets__header { padding: 0; }

.page-tribe-attendee-registration #main .tribe-ticket h4 { color: #ff6600; }

/* Save Attendee Info button */
.page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields__form button {
    cursor: pointer;
    padding: 20px 40px 12px 40px;
    font-size: 24px;
    border-radius: 4px;
    font-family: "Franklin Gothic BkCp", sans-serif;
    text-transform: uppercase;
    background-color: #ff6600;
    color: #ffffff;
}

/* Checkout button w/ full Attendee Info */
.page-tribe-attendee-registration .tribe-block__tickets__registration__checkout__submit {
    cursor: pointer;
    padding: 20px 40px 12px 40px;
    font-size: 24px;
    border-radius: 4px;
    font-family: "Franklin Gothic BkCp", sans-serif;
    text-transform: uppercase;
    background-color: #ff6600;
    color: #ffffff;
}

.page-tribe-attendee-registration .tribe-block__tickets__registration__checkout__submit:disabled {
    cursor: not-allowed;
}

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

    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields .tribe-field { width: 47%; clear: none; margin-right: 20px; display: inline-block; }

    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=color],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=date],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=datetime-local],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=datetime],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=email],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=month],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=number],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=password],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=range],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=search],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=tel],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=text],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=time],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=url],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields input[type=week],
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields select,
    .page-tribe-attendee-registration .tribe-block__tickets__item__attendee__fields textarea {
        height: auto; max-width: 100%;
    }

}

.tribe-events-pg-template .alignleft { margin-bottom: 10px; }

.accordion-content ul,
.accordion-content ol {
  margin-bottom: 20px;
}


/* PRODUCT SINGLE */
.woocommerce-breadcrumb { display: none; }
label.wc-pao-addon-name { font-size: 26px; font-weight: 700; color: #ff6600; padding: 0; margin: 10px 0 0 0; font-family: "Franklin Gothic BkCp", sans-serif; line-height: 1; }
.wc-pao-addon-description p { font-size: 16px; margin-bottom: 0; }

.woocommerce div.product p.price, .woocommerce div.product span.price { color: #575757; font-size: inherit; }

.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce button#place_order {
  cursor: pointer !important;
  padding: 20px 40px 12px 40px !important;
  font-size: 24px !important;
  border-radius: 4px !important;
  font-weight: 500 !important;
  font-family: "Franklin Gothic BkCp", sans-serif !important;
  text-transform: uppercase !important;
  background-color: #ff6600 !important;
  color: #ffffff !important;
  margin-top: 0 !important;
}

.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
  background-color: #ff6600;
}

.single-product.woocommerce .quantity [type='number'].qty { height: 55px; }

.single-product.woocommerce .subpage#main .summary h1.product_title.entry-title {
  display: block !important;
  font-size: 38px;
  margin-top: 10px;
  float: left;
  width: 48%;
  clear: left;
  margin-bottom: 30px;
}

.single-product.woocommerce div.product .summary h1 + p.price span {
  font-size: 24px;
}

.single-product.woocommerce div.product .summary h1 + p.price {
  float: right;
  clear: right;
}

.single-product.woocommerce div.product .summary .wc-pao-col1 { font-size: 18px; }

.woocommerce div.product form.cart {
  /*border-top: 1px solid #eee;*/
  clear: both;
  /*padding-top: 10px; */
}

#product-addons-total { display: none; }



/* Checkout Variations */
.woocommerce td.product-name .wc-item-meta,
.woocommerce td.product-name dl.variation {
  display: block;
}

.woocommerce td.product-name dl.variation p {
  font-size: 16px;
}

.add-product-button { margin-top: 30px; clear: both; }

.woocommerce span.onsale { display: none; }


/* Success Page */
.woocommerce .woocommerce-order h2 { font-size: 2.5rem !important; }


.woocommerce .woocommerce-table__product-name .wc-item-meta li,
.woocommerce .woocommerce-table__product-name .wc-item-meta p { font-size: 16px; }


.summary h3 { margin-bottom: -10px; }

/* #wccf_product_field_master_container h4 */
 .summary h4 {
  margin: 0;
  padding: 30px 0 10px;
  border-bottom: 1px solid #eee;
  color: #ff6600 !important;
  counter-increment: my-sec-counter;
  clear: left;
}

.summary h4:after {
  content: " " counter(my-sec-counter);
}

.summary h5 {
  font-weight: 500;
  margin: 10px 0;
  clear: both;
  padding-top: 10px;
  text-transform: uppercase;
  color: #999;
  font-size: 24px;
}

.summary input {
  max-width: 100%;
  margin-bottom: 0;
}

#wccf_product_field_master_container { display: none; }

.attendee-block { clear: left; }

.wccf_field_container.attendee-block-50 { width: 50% !important; }

.wccf_field_container.attendee-block-100 { width: 100% !important; }

.wccf_field_container { float: left; width: 33.3333%; }

.attendee-inner { padding-right: 12px; }

.attendee-inner li label { font-weight: normal; }

.rightpress_live_product_price { clear: both; display: none !important; }

.woocommerce div.product form.cart { position: relative !important; padding-top: 80px; }

/* Product Page: move quantity input to top left by name */
.woocommerce div.product form.cart div.add-product-qty {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #eee;
}

.attendee-qty-label {
    margin-top: 20px;
    margin-left: 5px;
    font-weight: bold;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
}

.woocommerce div.product form.cart .single_add_to_cart_button.button.alt { display: block; clear: both; float: none; margin-top: 40px !important; }

.clear-border { border-bottom: 1px solid #eee; padding-top: 20px; }


.registration-block { padding: 0 20px 20px; }

.product-sidebar p { /* font-size: inherit; line-height: inherit; */ }


/* Billing Page */
#billing_address_1_field { width: 50%; float: left; clear: none; padding-right: 12px; }

#billing_address_2_field { width: 50%; float: right; margin-top: 32px; clear: none; }

#billing_city_field { width: 33.3333%; float: left;clear: none; padding-right: 12px; }

#billing_state_field { width: 33.3333%; float: left; clear: none; padding-right: 12px; }

#billing_postcode_field { width: 33.3333%; float: left; clear: none; }

#billing_phone_field { width: 50%; float: left; clear: none; padding-right: 12px; }

#billing_email_field { width: 50%; float: right; clear: none; }



/* Thank You Page */

.woocommerce .customer_details td,
.woocommerce .order_details th.product-total,
.woocommerce .order_details td:not(.product-name) {
    text-align: left;
}

.woocommerce .order-again { display: none; }


@media screen and (max-width: 500px) {
    .single-product.woocommerce .subpage#main .summary h1.product_title.entry-title {
        width: 100% !important;
        float: none;
        margin-bottom: 10px;
    }

    .single-product.woocommerce div.product .summary h1 + p.price {
        width: 100% !important;
        float: none;
    }

    .wccf_field_container,
    .wccf_field_container.attendee-block-50 {
        width: 100% !important;
        float: none;
    }

    #billing_address_1_field,
    #billing_address_2_field,
    #billing_city_field,
    #billing_state_field,
    #billing_postcode_field,
    #billing_phone_field,
    #billing_email_field {
        width: 100% !important;
        float: none;
        clear: both;
        padding-right: 3px;
    }
}

.pager-prev img, .arrow-previous img {
  transform: rotateZ(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.admin-redirect-notice {
  background: #1779ba;
  padding: 20px;
  color: #ffffff;
  text-align: center;
}

.admin-redirect-notice p {
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
}

.admin-redirect-note {
  background: rgba( 23,121,186,.8);
  color: #ffffff;
  font-size: .8rem;
  border-radius: 4px;
  position: absolute;
  display: inline-block;
  right: -10px;
  top: -10px;
  padding: 4px 10px !important;
  box-shadow: 0 2px 5px rgba( 0, 0 ,0 , .2 );
  border: 1px solid rgba( 0,0,0,.1);
  line-height: 1rem;
}

.channel-article__title {
  position: relative;
}

.product {
  max-width: 600px;
  margin: 0 auto;
}

form.cart h4 {
  font-size: 1.6rem;
}

form.cart h5 {
  border-bottom: 2px solid rgba(0,0,0,.2);
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-size: 2rem;
  color: #4c4c4c;
  font-weight: 700;
}

.wccf_field_container,
.wccf_field_container.attendee-block-50 {
  width: 100% !important;
  float: inherit !important;
  background: white;
  margin-bottom: 40px !important;
}

.wccf_field_container .attendee-inner label {
  font-size: 17px !important;
  line-height: 1.3em !important;
  font-weight: 500;
  margin-bottom: 15px;
}

.wccf_field_container_checkbox {
  border-bottom: 1px solid rgba(0,0,0,.2);
  padding-bottom: 40px;
}

.related.products {
  display: none;
}

.author-info-bio  p,
.author-info-bio li {
  font-size: 1.1em;
  color: #575757;
}

