/*
 Theme Name:   Inovado - Pittcon
 Theme URI:    http://www.pittcon.org
 Description:  Inovado Child Theme
 Author:       
 Author URI:   
 Template:     inovado
 Version:      1.0.0
 Tags:         
 Text Domain:  
*/

@import url("../inovado/style.css");

/* =Theme customization starts here
-------------------------------------------------------------- */

/* TOP BAR */

#topbar .callus a { color: #999 !important; }
#topbar .callus a:hover { color: #00a0de !important; }
#topbar .callus ul { list-style-type: none; margin: 0; padding: 0; font-size: 13px; }
#topbar .callus li { display: inline-block; }
#topbar .callus li + li:before { content: " | "; }

/* HEADER */

#header-v4 .pittconlogo { display: inline-block; padding-right: 1em; vertical-align: middle; }
#header-v4 .pittconlogoinfo { display: inline-block; vertical-align: middle; color: #666666; font-size: 14px; font-weight: 500; letter-spacing: 1px; line-height: 17px; text-align: left !important; margin-left:5px; font: Arial, Helvetica, sans-serif; margin-top:-2px;}
#header-v4 .headerbuttons { margin-top: 21px; text-align: right; }
#header-v4 .headerbuttons a.button { padding: 12px 12px; }

.TestButton
{
padding:		8px 13px;
font-size:		15px;
font-weight:	500;
color:			#ffffff;
height: 52px;
cursor: pointer;
background: url(https://new.pittcon.org/wp-content/uploads/2014/07/Header-Button-Blue.jpg);
height:50px;
}

.TestButton:visited{
	color:#ffffff !important;
}

.TestButton:hover{
	color:#e0e0e0 !important;
	opacity:.80;
	filter:alpha(opacity=80); /* For IE8 and earlier */
}


.header-v4-container { box-sizing: border-box; -moz-box-sizing border-box; -webkit-box-sizing: border-box; padding-top: 12px; }

/* RESPONSIVE DESIGN - INTERMEDIATE SIZE */

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

  #copyright .eleven.columns { width: 100%; text-align: center; }
  #copyright .five.columns { width: 100%; text-align: center; }
  #copyright .social-icons { float: none;  }
  #copyright .social-icons li { float: none; display: inline-block; }
  #header-v4 .eleven.columns { width: 100%; }
  #header-v4 .headerbuttons { width: 100%; margin: 0; padding-bottom: 1em; background: #fff; text-align: left; }

  .header-v4-container { height: auto !important; }

}

/* RESPONSIVE DESIGN - SMALL SIZE */

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

  #header-v4 .container { width: 100%: }
  #header-v4 .eleven.columns { text-align: center;}
  #header-v4 .headerbuttons { margin: 1em 0; padding: 0; text-align: center; }
  #header-v4 .pittconlogo { padding-right: 0; }
  #topbar .container { width: 100%; }
  #topbar .eight.columns { width: 100%; }

}




.flat-spot
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */

}


.flat-spot:hover{
opacity:.80;
filter:alpha(opacity=80); /* For IE8 and earlier */
}

.PC-Booked   {
text-align: center;
color: #ffffff;
font-weight: bold;
vertical-align:middle;
}



/*New Spotlights */

.gallery-item
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
padding:1px;
background-color:#ffffff;
border: 5px solid #ecebeb;
-moz-box-shadow: 2px 2px 2px #888888;
box-shadow: 2px 2px 2px #888888;
max-width:100%;
}


.gallery-item:hover{
opacity:.80;
filter:alpha(opacity=80); /* For IE8 and earlier */
padding:1px;
background-color:#1C89B3;
-moz-box-shadow: 2px 2px 2px #888888;
box-shadow: 2px 2px 2px #888888;
}

.my-image:hover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
}


.my-image{
opacity:.70;
filter:alpha(opacity=70); /* For IE8 and earlier */
}

.rollover
{
opacity:1.0;
filter:alpha(opacity=100); /* For IE8 and earlier */
cursor:pointer;
}


.rollover:hover
{
opacity:.70;
filter:alpha(opacity=70); /* For IE8 and earlier */
cursor:pointer;
}



.myicon	{
margin-right:17px;
margin-top:-4px;
vertical-align:middle;
}


.myicon-link	{
line-height:30px;
}


.home-button {
 /* transition: all 0.5s ease; */
  background: #f2f2f2;
  padding-top:15px;
  padding-bottom:16px;
  color:#0a3b61;
  border-bottom:1px solid #cccccc;
  text-align:center;
  font-weight:700;
  cursor:pointer

}
.home-button:hover {
  background: #0076a3;
  color:#fff;
  cursor:pointer;
  border-bottom:1px solid #f2f2f2;
}




/* Header Buttons */


.mybutton.medium {
font-size: 120%;
font-weight: bold;
padding: 7px 10px;
}


.mybutton.blue {
border-color: #0076a3;
background: #49b3fc;
background: -moz-linear-gradient(top, #76c7ff 0%, #1da0fa 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#76c7ff), color-stop(100%,#1da0fa));
background: -webkit-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
background: -o-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
background: -ms-linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#76c7ff', endColorstr='#1da0fa',GradientType=0 );
background: linear-gradient(top, #76c7ff 0%,#1da0fa 100%);
color: #fff !important;
text-shadow: 0 -1px 0 rgba(0,0,0,.1);
}

.mybutton.blue:hover { background: #76c7ff; }


.mybutton {
border: 1px solid #AAAAAA;
border-radius: 5px 5px 5px 5px;
box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1), 0 1px 0 rgba(255, 255, 255, 0.5) inset, 0 -1px 0 rgba(255, 255, 255, 0.3) inset;
display: inline-block;
font: 100% Arial,Helvetica,sans-serif;
text-decoration: none !important;
vertical-align: middle;
}


td {
    vertical-align: middle;
}



div.listing-item {

                border-bottom-color: #bbbbbb;

                border-bottom-style: solid;

                border-bottom-width: thin;
				
				padding-top:10px;
				margin-top:10px;

}

 

div.listing-item a.title {

                display: block;

                margin: 0px;

}




.caption-text {	
position:relative;
margin-top:-100px;
visibility:hidden;
}

.caption-text:hover {
visibility:visible;
}







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

.tp-button{
	margin:0 5px 5px 0;
	font-size:13px;
	line-height:13px;
	padding:12px 20px;
	border: 1px solid #ddd;
	font-weight:bold;
	display: inline-block;
	background-image: linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -o-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -moz-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -webkit-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-image: -ms-linear-gradient(bottom, #F7F7F7 0%, #FFFFFF 100%);
	background-color: #F9F9F9;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	-webkit-box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.08);
			box-shadow:  0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		}

.tp-button.big	{	color:#fff; text-shadow:0px 1px 1px rgba(0, 0, 0, 0.6); font-weight:bold; padding:9px 20px; font-size:19px;  line-height:57px !important; background:url(https://pittcon.org/wp-content/uploads/2015/01/g40.png) repeat-x top;}


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover		{	background-position:bottom, 15px 11px;}


	@media only screen and (min-width: 480px) and (max-width: 767px) {
		.tp-button	{	padding:4px 8px 3px; line-height:25px !important; font-size:11px !important;font-weight:normal;	}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}

    @media only screen and (min-width: 0px) and (max-width: 479px) {
		.tp-button	{	padding:2px 5px 2px; line-height:20px !important; font-size:10px !important;}
		a.tp-button { -webkit-transition: none; -moz-transition: none; -o-transition: none; -ms-transition: none;	 }
	}


/*	BUTTON COLORS	*/

.tp-button.green, 
.purchase.green { 
	color: #ffffff;
	border: solid 1px #729200;
	background: #aecf39;
	background: -webkit-gradient(linear, left top, left bottom, from(#aecf39), to(#84a805));
	background: -moz-linear-gradient(top,  #aecf39,  #84a805);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}
.tp-button:hover.green,
.purchase:hover.green {
	color: #ffffff;
	border: solid 1px #5c7600;
	background: #84a805;
	background: -webkit-gradient(linear, left top, left bottom, from(#84a805), to(#84a805));
	background: -moz-linear-gradient(top,  #84a805,  #84a805);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.blue,
.purchase.blue{ 
	color: #ffffff;
	border: solid 1px #0b5996;
	background: #438ac2;
	background: -webkit-gradient(linear, left top, left bottom, from(#438ac2), to(#1063a4));
	background: -moz-linear-gradient(top,  #438ac2,  #1063a4);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.blue,
.purchase:hover.blue{
	color: #ffffff;
	border: solid 1px #004377;
	background: #1063a4;
	background: -webkit-gradient(linear, left top, left bottom, from(#1063a4), to(#1063a4));
	background: -moz-linear-gradient(top,  #1063a4,  #1063a4);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.red,
.purchase.red{ 
	color: #ffffff;
	border: solid 1px #920500;
	background: #c44844;
	background: -webkit-gradient(linear, left top, left bottom, from(#c44844), to(#a70c07));
	background: -moz-linear-gradient(top,  #c44844,  #a70c07);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.red,
.purchase:hover.red{
	color: #ffffff;
	border: solid 1px #920500;
	background: #a70c07;
	opacity:.70;
	filter:alpha(opacity=70); /* For IE8 and earlier */
	background: -webkit-gradient(linear, left top, left bottom, from(#a70c07), to(#a70c07));
	background: -moz-linear-gradient(top,  #a70c07,  #a70c07);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.orange, 
.purchase.orange { 
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f78d1d;
	background: -webkit-gradient(linear, left top, left bottom, from(#faa51a), to(#f47a20));
	background: -moz-linear-gradient(top,  #faa51a,  #f47a20);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.orange,
.purchase:hover.orange{
	color: #ffffff;
	border: solid 1px #da7c0c;
	background: #f47a20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f47a20), to(#f47a20));
	background: -moz-linear-gradient(top,  #f47a20,  #f47a20);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.darkgrey,
.tp-button.grey,
.purchase.darkgrey { 
	color: #ffffff;
	border: solid 1px #383838;
	background: #383838;
	background: -webkit-gradient(linear, left top, left bottom, from(#595959), to(#383838));
	background: -moz-linear-gradient(top,  #595959,  #383838);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.darkgrey,
.tp-button:hover.grey,
.purchase:hover.darkgrey{
	color: #ffffff;
	border: solid 1px #383838;
	background: #383838;
	background: -webkit-gradient(linear, left top, left bottom, from(#383838), to(#383838));
	background: -moz-linear-gradient(top,  #383838,  #383838);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button.lightgrey, 
.purchase.lightgrey	{ 
	color: #555555;
	border: solid 1px #cccccc;
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#F7F7F7));
	background: -moz-linear-gradient(top,  #FFFFFF,  #F7F7F7);
	-webkit-box-shadow: inset 0px 1px 0px 0px rgba(255, 255, 255, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2),
		    			0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}

.tp-button:hover.lightgrey,
.purchase:hover.lightgrey{
	color: #555555;
	border: solid 1px #cccccc;
	background: #F7F7F7;
	background: -webkit-gradient(linear, left top, left bottom, from(#F7F7F7), to(#F7F7F7));
	background: -moz-linear-gradient(top,  #F7F7F7,  #F7F7F7);
	-webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
						0px 1px 1px 0px rgba(0, 0, 0, 0.08);
		    box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.2),
			    		0px 1px 1px 0px rgba(0, 0, 0, 0.08);
}





/******************************
	-	Exhibitor	-
*******************************/



.table {
    display: table;
	width:100%;
    border-collapse: separate;
    border-spacing: 5px 0;
	table-layout: fixed;
}
.row {
    display: table-row;
		width:100%;
}
.col.one-navy {
    display: table-cell;
	width:15%;
	padding:1%;
	background-color:#003863;
	color:#ffffff;
	text-align:center;
}

.col.one-turquoise {
    display: table-cell;
	width:15%;
	padding:1%;
	background-color:#00b4e1;
	color:#ffffff;
	text-align:center;
}



.col.two {
    display: table-cell;
	width:85%;
	padding:1%;
	background-color:#f8f8f8;
	border:thin solid #cccccc;
}

.col.three {
    display: table-cell;
	width:10%;
	padding:5px;
	background-color:#444444;
	color:#ffffff;
	text-align:center;
}


.col.four {
    display: table-cell;
	width:40%;
	padding:1%;
	background-color:#ffffff;
	border:thin solid #777777;
}

.col.three-x {
    display: table-cell;
	width:15%;
	padding:1%;
	background-color:#ffffff;
	color:#ffffff;
	text-align:center;
}


.col.four-x {
    display: table-cell;
	width:35%;
	padding:1%;
	background-color:#ffffff;
	color:#ffffff;
}

@media all and (max-width: 840px) { 

    .table {
        display: block
    }
    .row {
        display: block
    }
    .col {
        display: block;
    }
	
 .col.one {
		display: block;
		width:100%;
    }
	
	 .col.two {
		display: block;
		width:100%;
    }
	
 .col.three {
		display: block;
		width:100%;
    }
	
 .col.four {
		display: block;
		width:100%;
    }
	

}



/******************************
	-	Side by Side Boxes	-
*******************************/


.page-box-red {
 /* transition: all 0.5s ease; */
  	display:inline-block;
	width: 25%;
	margin-left:1%;
	margin-right:1%;
	padding:2%;
	background-color:#c60216;
	color:#ffffff;
  	cursor:pointer;
}

.page-box-green {
 /* transition: all 0.5s ease; */
  	display:inline-block;
	width: 25%;
	margin-left:1%;
	margin-right:1%;
	padding:2%;
	background-color:#539d68;
	color:#ffffff;
  	cursor:pointer;
}


.page-box-yellow {
 /* transition: all 0.5s ease; */
  	display:inline-block;
	width: 25%;
	margin-left:1%;
	margin-right:1%;
	padding:2%;
	background-color:#eba522;
	color:#ffffff;
  	cursor:pointer;
}


.page-box-red:hover {
  background: #0080c4;
  color:#f2f2f2;
  cursor:pointer;
}

.page-box-yellow:hover {
  background: #0080c4;
  color:#f2f2f2;
  cursor:pointer;
}

.page-box-green:hover {
  background: #0080c4;
  color:#f2f2f2;
  cursor:pointer;
}



a.lt-blue-link:link {color: #c7e3f9; text-decoration: none; }
a.lt-blue-link:visited {color: #c7e3f9; text-decoration: none; }
a.lt-blue-link:hover {color: #ffffff; text-decoration: none; }
a.lt-blue-linkv:active {color: #ffffff; }


a.white-link:link {color: #ffffff; text-decoration: none; }
a.white-link:visited {color: #ffffff; text-decoration: none; }
a.white-link:hover {color: #f2f2f2; text-decoration: none; }
a.white-linkv:active {color: #f2f2f2; }




/******************************
	-	Home Slider	-
*******************************/


.home-button {
 /* transition: all 0.5s ease; */
  background: #f2f2f2;
  padding-top:15px;
  padding-bottom:15px;
  color:#0a3b61;
  border-bottom:1px solid #cccccc;
  text-align:center;
  font-weight:700;
  cursor:pointer

}

@-moz-document url-prefix() { 
  .home-button {
     padding-bottom:15px;
  }
}


.home-button:hover {
  background: #0076a3;
  color:#fff;
  cursor:pointer;
  border-bottom:1px solid #f2f2f2;
}



.wrapper { 
  overflow:hidden;
}


#one {
  display:block;
  float:left;
  width:75%;
  
}

  
#two { 
  display:block;
  float:left;
  width:25%;
}

@media screen and (max-width: 750px) {
   #one { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;    
  }
  
  #two { 
    float: none;
    margin-right:0;
    width:auto;
    border:0;    
  }
}


/******************************
	-	Link Buttons	-
*******************************/


.link-button {
 /* transition: all 0.5s ease; */
  background: #f5f8fb;
  padding-top:10px;
  padding-bottom:10px;
  color:#0080c4;
  padding-left:5%;
  cursor:pointer;
  font-size:18px;
  border-bottom:thin solid #ffffff;
}


.link-button:hover {
  background: #0080c4;
  color:#ffffff;
  cursor:pointer;
}




.exh-link-button {
 /* transition: all 0.5s ease; */
  background: #e3e3e3;
  padding-top:10px;
  padding-bottom:10px;
  color:#3a6467;
  cursor:pointer;
  font-size:18px;
  border-bottom:thin solid #ffffff;
}


.exh-link-button:hover {
  background: #78bb32;
  color:#ffffff;
  cursor:pointer;
}


.exh-link-button-select {
 /* transition: all 0.5s ease; */
  background: #78bb32;
  padding-top:10px;
  padding-bottom:10px;
  color:#ffffff;
  cursor:pointer;
  font-size:18px;
  border-bottom:thin solid #ffffff;
}


.exh-link-button-select:hover {
  background: #78bb32;
  color:#ffffff;
  cursor:pointer;
}





/******************************
	-	New top-level Nav	-
*******************************/



.nav-button-red {
 /* transition: all 0.5s ease; */
  background: #f9e5e7;
  padding-top:10px;
  padding-bottom:10px;
  color:#0080c4;
  padding-left:5%;
  cursor:pointer;
  font-size:18px;
  border-bottom:thin solid #ffffff;

}


.nav-button-red:hover {
  background: #c60216;
  color:#ffffff;
  cursor:pointer;
}




.nav-button-yellow {
 /* transition: all 0.5s ease; */
  background: #fef8ec;
  padding-top:10px;
  padding-bottom:10px;
  color:#0080c4;
  padding-left:5%;
  cursor:pointer;
  font-size:18px;
  border-bottom:thin solid #ffffff;

}


.nav-button-yellow:hover {
  background: #f0a933;
  color:#ffffff;
  cursor:pointer;
}




.nav-button-green {
 /* transition: all 0.5s ease; */
  background: #edf5f0;
  padding-top:10px;
  padding-bottom:10px;
  color:#0080c4;
  padding-left:5%;
  cursor:pointer;
  font-size:18px;
  border-bottom:thin solid #ffffff;

}


.nav-button-green:hover {
  background: #388c52;
  color:#ffffff;
  cursor:pointer;
}



.nav-button-blue {
 /* transition: all 0.5s ease; */
  background: #e8f2f9;
  padding-top:10px;
  padding-bottom:10px;
  color:#0080c4;
  padding-left:5%;
  cursor:pointer;
  font-size:18px;
  border-bottom:thin solid #ffffff;

}


.nav-button-blue:hover {
  background: #0080c4;
  color:#ffffff;
  cursor:pointer;
}



/******************************
	-	Ghost Buttons	-
*******************************/

.ghost-button-rounded-corners {
  display: inline-block;
  width: 200px;
  padding: 8px;
  color: #fff;!important
  border: 2px solid #fff;
  border-radius: 5px;
  text-align: center;
  outline: none;
  text-decoration: none;
}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: #fff;
  color: #000;!important
}





/******************************
	-	Live Demo Table	-
*******************************/



.demo-table {
    display: table;
	border-spacing: 5px 0px;
	width:100%;
    border-collapse: separate;
	table-layout: fixed;
}
.row {
    display: table-row
}

.col.oneD {
    display: table-cell;
	width:10%;
	background-color:#333333;
	border:thin solid #666666;
	padding-left:2%;
	padding-right:2%;
	padding-top:10px;
	padding-bottom:5px;
}


.col.twoD {
    display: table-cell;
	width:40%;
	background-color:#e0e0e0;
	border:thin solid #666666;
	padding-left:2%;
	padding-right:2%;
	padding-top:10px;
	padding-bottom:5px;
}


.col.threeD {
    display: table-cell;
	width:40%;
	border:thin solid #666666;
	padding-left:2%;
	padding-right:2%;
	padding-top:10px;
	padding-bottom:5px;
	background-color:#f2f2f2;

}


@media all and (max-width: 840px) { 

    .table {
        display: block
    }
    .row {
        display: block
    }
    .col {
        display: block;
    }
	
 .col.oneD {
		display: block;
		width:100%;
    }
	
 .col.twoD {
		display: block;
		width:100%;
    }
	


}




/******************************
	-	Blank Page Templates	-
*******************************/
.sw-full-template {
	margin:auto;
	width:100%;
    background-image: url("https://pittcon.org/wp-content/uploads/2022/04/SW-22-BG.jpg");
	background-repeat: repeat-x;
	

}

.sw-full-footer {
	margin:auto;
	width:100%;
    background-image: url("https://pittcon.org/wp-content/uploads/2016/04/sw-footer-bg.jpg");
	background-repeat: repeat-x;
	height: 137px;
	text-align:center;
	

}


.blank-page-template {
    margin:auto;
	width:1000px;
	background-color:#ffffff;

}

.fl-full-template {
	margin:auto;
	width:100%;
    background-image: url("https://pittcon.org/wp-content/uploads/2018/08/Faraday-Header-BG.jpg");
	background-repeat: repeat-x;
	

}

.landing-full-template {
	margin:auto;
	width:100%;
    background-image: url("https://pittcon.org/wp-content/uploads/2018/11/Landing-Main-Gradient-BG.jpg");
	background-repeat: repeat-x;
	

}

.landing-full-attendee {
	margin:auto;
	width:100%;
    background-image: url("http://pittcon.org/wp-content/uploads/2019/10/Landing-Attendees-BG.jpg");
	background-repeat: repeat-x;
	

}

.landing-full-app {
	margin:auto;
	margin-top:-10px;
	width:100%;
	background-image: url("https://pittcon.org/wp-content/uploads/2021/09/White-BG-Square.jpg");
	background-repeat: repeat-x;

}


.landing-full-becky {
	margin:auto;
	width:100%;
	

}

.landing-full-footer {
	margin:auto;
	width:100%;
    background-image: url("https://pittcon.org/wp-content/uploads/2018/10/Landing-Footer-BG.jpg");
	background-repeat: repeat-x;
	height: 137px;
	text-align:center;

}

.landing-attendee-footer {
	margin:auto;
	width:100%;
    background-image: url("http://pittcon.org/wp-content/uploads/2019/10/Attendee-Footer-BG.jpg");
	background-repeat: repeat-x;
	height: 137px;
	text-align:center;

}

.full-template-splash {
	margin:auto;
	width:100%;
	background-color:#000000;

}

.image-wrapper {
    position: relative;
    width: 100%;
}
.image-wrapper-text1 {
    position: absolute;
    left: 2%;
    top: 3%;
    padding: 20px;
    width: 40%;;
    color: #ffffff;
	font-size: 180%;
	line-height: 160%;
    margin: 1%;
}

@media all and (max-width: 950px) { 

    .image-wrapper-text1 {
    position: absolute;
    left: 2%;
    top: 1%;
    padding: 5px;
    width: 75%;
    color: #ffffff;
	font-size: 100%;
	line-height: 150%;
    margin: 1%;
}
}


@media all and (max-width: 950px) { 

    .blank-page-template {
        width:auto;
    }
}	
	
	
	
/******************************
	-	New Home Feature	-
*******************************/

.feature-container {width:100%; float:left; text-align: center;}

.feature-container > div {height:209px; color:#fff; font-size: 22px;}

.feature-container > div p {margin-bottom:10px;}

.feature-container .register_block {background-color: #00b4e1; width:50%; color:#fff; padding:15px 12px 20px 12px; box-sizing: border-box; border-right:5px solid #fff; border-bottom:5px solid #fff; float:left;}
.feature-container .register_block h4 {color:#fff; line-height: 110%; margin-bottom:0; font-size: 36px; font-weight: bold;}
.feature-container .register_block .btn {border:1px solid #fff; border-radius:10px; color:#fff; padding:0px 22px; font-size:22px; display: inline-block;}
.feature-container .register_block .btn:hover {background-color: #fff; color:#00b4e1;}


.feature-container .dynamic_block {box-sizing: border-box; background-color: #ff5300; float:left; width:25%; color:#fff;border-right:5px solid #fff; border-bottom:5px solid #fff; padding:15px 12px 20px 12px;}
.feature-container .dynamic_block h4 {color:#fff; line-height: 110%; margin-bottom:0; font-size: 36px; text-transform: uppercase; font-weight: bold;}


.feature-container .tubes_block {box-sizing: border-box; background-color: #ffcd23; float:left; width:25%; border-bottom:5px solid #fff; padding:55px 12px 20px 12px;}

.feature-container .enhance_block {clear:left; box-sizing: border-box; background-color: #81275e; float:left; width:25%;  padding:50px 12px 20px 12px; line-height: 110%; border-right:5px solid #fff; }

/*.feature-container .enhance_block {clear:left; box-sizing: border-box; background-image: url("https://pittcon.org/wp-content/uploads/2019/08/Banner-BG-Test.jpg"); float:left; width:25%;  padding:50px 12px 20px 12px; line-height: 110%; border-right:5px solid #fff; }*/

.feature-container .enhance_block h4 {color:#fff; font-size:22px; text-transform: uppercase; line-height: 140%; margin:0; font-weight: bold;}

.feature-container .green_block {box-sizing: border-box; background-color: #78bb32; float:left; width:25%; padding:40px 12px 20px 12px; border-right:5px solid #fff; }

.feature-container .nobel_block {background-color: #003863; width:50%; color:#fff;  box-sizing: border-box; float:left; line-height: 140%;}
.feature-container .nobel_block h4 {text-align: center; color:#fff; text-transform: uppercase; line-height: 140%; margin:0; font-size: 22px;  font-weight: bold;}
.feature-container .nobel_block .text { width:100px; float:left; width:37%; padding-top:30px;}
.feature-container .nobel_block .photo1 {float:left;}
.feature-container .nobel_block .photo2 {float:right;}
.feature-container .nobel_block p {margin:0;}

.feature-container .dynamic_block:hover
{
background-color:#ff7533;
}

.feature-container .enhance_block:hover
{
background-color:#9a527e;
}

.feature-container .nobel_block:hover
{
background-color:#336082;
}


@media all and (max-width: 960px) {
	/*.feature-container > div {height:300px;}*/
	/*.feature-container > div {font-size: 16px;} */
	.feature-container .register_block h4, .feature-container .dynamic_block h4  {/*font-size: 25px;*/}
	.feature-container .tubes_block {clear:left;}
	.feature-container .register_block, .feature-container .dynamic_block  {width:50%;}
	.feature-container .dynamic_block {border-right: none;}
	.feature-container .tubes_block {border-right:5px solid #fff; width:50%;}
	.feature-container .enhance_block {clear:none; width:50%; border-right:none;  border-bottom:5px solid #fff;}
	.feature-container .enhance_block h4 {font-size: 36px; line-height: 110%;}
	.feature-container .green_block {width:50%;}
	.feature-container .nobel_block .photo1, .feature-container .nobel_block .photo2 {height: 104px; float:right; clear:right;}
	.feature-container .nobel_block .text {width:75%;}
	.feature-container .nobel_block {overflow: hidden;}

} 


@media all and (max-width: 768px) {
	
	.feature-container .register_block, .feature-container .nobel_block {width:100%; height:auto;}
	.feature-container .dynamic_block, .feature-container .enhance_block {width:50%; padding-top:20px;}
	.feature-container .dynamic_block h4, .feature-container .enhance_block h4 {font-size: 25px;}
	.feature-container .dynamic_block {border-right:5px solid #fff;}
	.feature-container .tubes_block, .feature-container .green_block {display: none;}
	.feature-container .nobel_block .photo1, .feature-container .nobel_block .photo2 {height: auto; clear:none; width:20%;}
	.feature-container .nobel_block .photo1 {float: left;}
	.feature-container .nobel_block .text {width:60%;}
	
}


@media all and (max-width: 620px) {
	.feature-container .register_block h4 {font-size: 25px;}
	.feature-container > div {height:auto;}
	.feature-container h4 br {display: none;}
	.feature-container .nobel_block	{height:208px;}
	.feature-container .dynamic_block, .feature-container .enhance_block {width:100%; border-right:none;}
	.feature-container .dynamic_block p:last-child {margin-bottom: 0;}
	.feature-container .nobel_block .photo1, .feature-container .nobel_block .photo2 {height: 104px; float:right; clear:right; width:auto;}
	.feature-container .nobel_block .text {width:70%; padding-left:12px;}
}




.host-btn-h4 {color:#fff; line-height: 110%; margin-bottom:0; font-size: 36px; font-weight: bold;}
.ghost-btn {border:2px solid #fff; border-radius:10px; color:#fff; padding:0px 22px; font-size:22px; display: inline-block; cursor:pointer;}
.ghost-btn:hover {background-color: #fff; color:#00b4e1; cursor:pointer;}


/******************************
  Gravity Form CSS
*******************************/


body .gform_wrapper {border:2px solid #00b4e1;
background: #f5f8fb;
padding: 3%;
border-radius: 6px;
}

.gfield_label {
width: 100%;
display:block;
margin: 10px 0px 4px !important;
}





.exh-container:after { /*clear float*/
    content: "";
    display: table;
    clear: both;
}
.exh-container > div {
    float: left;
    width: 30%;
    box-sizing: border-box;
    text-align: center;
	color:#fff;
	margin: 10px;;
	padding: 2%;
	cursor:pointer;
}
@media (max-width: 580px) { /*breakpoint*/
    .exh-container > div {
        float: none;
        width: 100%;
    }
}

/******************************
  New Light - Feature Box
*******************************/

.columnsContainer {
		position: relative;
		width:100%;
}

 
.leftColumn { 

	width:50%;
	display:inline-block;
	float:left;
	
}
 
.rightColumn {
	
	width:50%;
	display:inline-block;
	
	
}

@media (max-width: 680px) { /*breakpoint*/
.leftColumn { 

	width:100%;
	display:block;
	float:left;
	
}
 
.rightColumn {
	
	width:100%;
	display:block;
	float:left;
	margin-bottom:20px;
}
}

.ghost-button-rounded-corners {
  display: inline-block;
  width: 250px;
  padding: 10px;
  color: #81275e;
  border: 1px solid #81275e;
  border-radius: 8px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-size:16px;
}
.ghost-button-rounded-corners:hover,
.ghost-button-rounded-corners:active {
  background-color: #81275e;
  color: #ffffff;
}



.columnsContainerBlue {
		position: relative;
		width:100%;
		background-color:#3c6fec;
}
 
.leftColumnBlue { 

	width:50%;
	display:inline-block;
	float:left;
	
}
 
.rightColumnBlue {
	
	width:50%;
	display:inline-block;
	
	
}

@media (max-width: 680px) { /*breakpoint*/
.leftColumnBlue { 

	width:100%;
	display:block;
	float:left;
	background-color:#3c6fec;
	
}
 
.rightColumnBlue {
	
	width:100%;
	display:block;
	float:left;
	margin-bottom:20px;
	background-color:#3c6fec;
}
}




/* NEW MULTI-COLOR HEADER AND DROP-DOWNS (H2 2016) */

header  { position: relative; }
ul#nav { z-index: 9000; display: table; list-style-type: none; width: 100%; margin: 0; padding: 0; }
ul#nav > li { display: table-cell; width: 16.6%; border: 1px solid #fff; border-width: 2px 1px; }
ul#nav > li > a[href] { display: block; padding: 1em .25em;  color: #fff; font-size: 16px !important; line-height: 1em; font-weight: bold; text-align: center; vertical-align: middle; }

ul#nav > li ul.sub-menu { list-style-type: none; position: absolute; z-index: 9500; left: 0; box-sizing: border-box; width: 100%; width: calc(100% - 2px); height: 0; overflow: hidden; margin: 0 1px; padding: 0 2em; box-shadow: none; column-count: 2; -moz-column-count: 2; -webkit-column-count: 2; column-gap: 2em; -moz-column-gap: 2em; -webkit-column-gap: 2em; transition: all .5s linear; }
ul#nav > li:hover ul.sub-menu { z-index: 9600; height: auto; padding: 1em 2em; box-shadow: 0 2em 2em rgba(0,0,0,.4); }

ul#nav > li ul.sub-menu a[href] { display: block; padding: .5em 0; color: #fff !important; font-size: 16px !important; font-weight: bold; line-height: 1.25em; }
ul#nav > li ul.sub-menu a[href]:link, ul#nav > li  ul.sub-menu a[href]:visited { text-decoration: none; }
ul#nav > li ul.sub-menu a[href]:hover, l#nav > li  ul.sub-menu a[href]:active { text-decoration: underline; }

a[href]#more { display: none; padding: 1em 2em; background: #666 url("assets/images/more.png") right center no-repeat; color: #fff !important; font-size: 16px; font-weight: bold; text-transform: uppercase; }
a[href]#more.open { background-image: url("assets/images/more-open.png"); }


@media only screen and (max-width: 960px) {
 #navigationH2 { padding: 0 1em 1em; }
 ul#nav { display: none; }
 ul#nav > li { display: block; width: auto; border-width: 0 0 1px; }
 ul#nav > li > a[href] { text-align: left; padding: 1em 2em; }
 ul#nav > li ul.sub-menu { display: none; position: static; height: auto; padding: 2em !important; column-count: 1 !important; -moz-column-count: 1 !important; -webkit-column-count: 1 !important; box-shadow: none !important; transition: none; }
 a[href]#more { display: block; }
}

/* Attend Pittcon */
ul#nav li#menu-item-32 { background: #00b4e1; background: rgb(0,180,225);  }
ul#nav li#menu-item-32:hover, ul#nav li#menu-item-32 ul.sub-menu { background: #00b4e1; background: rgba(0,180,225,.85); }

/* Exhibit at Pittcon */
ul#nav li#menu-item-33 { background: #003863; background: rgb(0,56,99); }
ul#nav li#menu-item-33:hover, ul#nav li#menu-item-33 ul.sub-menu { background: #003863; background: rgba(0,56,99,.85); }
ul#nav > li#menu-item-33 ul.sub-menu {  column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }

/* Expo */
ul#nav li#menu-item-34 { background: #ff5300; background: rgb(256,83,0); }
ul#nav li#menu-item-34:hover, ul#nav li#menu-item-34 ul.sub-menu { background: #ff5300; background: rgba(256,83,0,.85); }

/* Short Courses */
ul#nav li#menu-item-37 { background: #81275e; background: rgb(129,39,94); }
ul#nav li#menu-item-37:hover, ul#nav li#menu-item-37 ul.sub-menu { background: #81275e; background: rgba(129,39,94,.85); }

/* Technical Program */
ul#nav li#menu-item-38 { background: #78bb32; background: rgb(120,187,50); }
ul#nav li#menu-item-38:hover, ul#nav li#menu-item-38 ul.sub-menu { background: #78bb32; background: rgba(120,187,50,.85); }

/* Pittcon On Demand */
ul#nav li#menu-item-15946 { background: #fdc506; background: rgb(253,197,6); }
ul#nav li#menu-item-15946:hover, ul#nav li#menu-item-15946 ul.sub-menu { background: #fdc506; background: rgba(253,197,6,.85); }



/* GHOST BUTTONS */

.ghost-button-small {
  display: inline-block;

  padding: 10px;
  border: 2px solid #00b4e1;
  border-radius: 8px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-size:16px;
}
.ghost-button-small:hover,
.ghost-button-small:active {
  background-color: #00b4e1;
  color: #ffffff;
}


.ghost-button-turquoise {
  display: inline-block;

  padding: 10px;
  border: 2px solid #00b4e1;
  border-radius: 8px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-size:16px;
}
.ghost-button-turquoise:hover,
.ghost-button-turquoise:active {
  background-color: #00b4e1;
  color: #ffffff;
}

.ghost-button-orange {
  display: inline-block;
  width: 225px;
  padding: 10px;
  border: 2px solid #ff5300;
  border-radius: 8px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-size:16px;
  color:#ff5300;
}
.ghost-button-orange:hover,
.ghost-button-orange:active {
  color: #ffffff;
  background-color: #ff5300;
}

.ghost-button-green {
  display: inline-block;
  width: 225px;
  padding: 10px;
  border: 2px solid #78bb32;
  border-radius: 8px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-size:16px;
}
.ghost-button-green:hover,
.ghost-button-green:active {
  background-color: #78bb32;
  color: #ffffff;
}

.ghost-button-purple {
  display: inline-block;
  width: 225px;
  padding: 10px;
  border: 2px solid #81275e;
  border-radius: 8px;
  text-align: center;
  outline: none;
  text-decoration: none;
  cursor: pointer;
  font-size:16px;
}
.ghost-button-purple:hover,
.ghost-button-purple:active {
  background-color: #81275e;
  color: #ffffff;
}




/******************************
  Test Spotlights - 4 Column
*******************************/

.4columnContainer {
		position: relative;
		width:100%;
}
 
.Column-1 { 

	width:23.55%;
	display:inline-block;
	float:left;
	margin-left:1.25%;
	
}
 
.Column-2 { 

	width:23.55%;
	display:inline-block;
	margin-left:1%;
	
}

.Column-3 { 

	width:23.55%;
	display:inline-block;
	margin-left:.75%;
	
}

.Column-4 { 

	width:23.55%;
	display:inline-block;
	margin-left:1%;
	
}
	


@media (max-width: 768px) { /*breakpoint*/


.Column-1 { 

	width:100%;
	display:block;
	float:left;
	margin-bottom:20px;
	
}
 
.Column-2 { 

	width:100%;
	display:none;
	float:left;
	margin-bottom:20px;
	
}

.Column-3 { 

	width:100%;
	display:block;
	float:left;
	margin-bottom:20px;
	
}

.Column-4 { 

	width:100%;
	display:block;
	float:left;
	margin-bottom:20px;
	
}

}


form_wrapper div.charleft {

color:#000000;
}


/*LIVE DEMO TABLE*/


.col.one-demo {
    display: table-cell;
	width:50%;
	background-color:#cccccc;
	border:thin solid #f2f2f2;
	img width: 100%;
}


.col.two-demo {
     display: table-cell;
	width:50%;
	background-color:#cccccc;
	border:thin solid #f2f2f2;
	img width: 100%;
}


@media all and (max-width: 840px) { 

	
 .col.one {
		display: block;
		width:100%;
    }
	
 .col.two {
		display: block;
		width:100%;
    }
	

}



/*FOR NEW PAGE IMAGE CONTENT BOX PARTIAL OVERLAY*/
	


.box             { display: -webkit-flex; display: -ms-flexbox; display: flex; overflow: hidden;}
.box .column1     { background-color:#78bb32; padding:3%; text-align:center; box-shadow: 10px 10px 5px grey; border: 1px solid #000000;}
.box .column2     { background-color:#aeaeae; padding:3%; box-shadow: 10px 10px 5px grey; border: 1px solid #78bb32;}




#actual-table { border-collapse: collapse; }
#actual-table td {
  width: 32%;
  padding: 10px;
  vertical-align: top;
}
#actual-table td:nth-child(even) {
  background: #eaeaea;
}
#actual-table td:nth-child(odd) {
  background: #dddddd;
}



.nav ul {
  list-style: none;
  background-color: #666666;
  text-align: center;
  padding: 0;
  margin: 0;
  
}
.nav li {
  font-size: 16px;
  width:auto;
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #888;
  
}
 
.nav a {
  text-decoration: none;
  color: #fff;
  display: block;
  transition: .3s background-color;
}
 
.nav a:hover {
  background-color: #000000;
  color:#e0e0e0;
}
 
.nav a.active {
  background-color: #3ba840;
  color: #ffffff;
  cursor: default;
}
 
@media screen and (min-width: 700px) {
  .nav li {
    width: 120px;
    border-bottom: none;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
  }
 
  /* Option 1 - Display Inline */
  .nav li {
    display: inline-block;
    margin-right: -4px;
  }
 
  /* Options 2 - Float
  .nav li {
    float: left;
  }
  .nav ul {
    overflow: auto;
    width: 600px;
    margin: 0 auto;
  }
  .nav {
    background-color: #444;
  }
  */
}


body {
    background: #e0e0e0;
}

.post-meta span a {
    color: #ffffff;
}




