/*
Theme Name: Energy Conference
Theme URI: http://www.abacusdesign.net
Description: Custom theme 
Author: Abacus Design
Author URI: http://abacusdesign.net/
Version: 1.0
*/


body {
  background-color: #FFFFFF !important;
  body: 13px/1.5 Helvetica,Arial,'Liberation Sans',FreeSans,sans-serif;
}
a {
  color: #bf1e2e;
  text-decoration: none;
}
a:hover {
  color: black;
}
h1, h2, h3, h4, h5, h6 {
  color: #bf1e2e;
  font-weight: 400;
}
h1,h2,h4,h5,h6,p,ul,ol {
  margin-bottom: 10px;
}

h3 {
  border-top: 2px solid #bf1e2e;
  margin: 15px 0 2px 0;
  padding-top:8px;
}

h1 {
  font-size: 31px;
  line-height: 1.3em;
}
h2 {
  font-size: 18px;
  line-height: 130%;
}
h3 {
  font-size: 17px;
}
h4 {
  font-size: 15px;
}
h5 {
  font-size: 12px;
  line-height: 100%;
  text-transform: uppercase;
}
input[type="text"], input[type="password"] {
  background: #dddddd;
  border: none;
  box-sizing: border-box;
  padding: 5px;
  width: 100%;
}
.header-nav {
  border-bottom: 2px solid #bf1e2e;
  font-size: 16px;
  list-style: none;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.header-nav li {
  float: left;
}
.header-nav a {
  color: black;
  display: block;
  padding: 0 18px 2px 18px;
}
.header-nav a:hover, .header-nav .current-menu-item a {
  color: #bf1e2e;
}
.header-nav li:last-child a {
  padding-right: 0;
}
.header-nav .sub-menu {display: none;} /* Hides the sub menu in case the main item has one */
.content {
  font-size: 15px;
}
.home-slider {
 margin-bottom: 15px;
  width: 700px;
  height:350px;
}
.sidebar .participant-container {
  margin-bottom: 10px;
}
.sidebar .participant-img {
  margin-right: 10px;
}
.sidebar .participant-name {
  font-size: 12px;
  margin-top: 10px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.sidebar .participant-meta {
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 0;
}
.sidebar .participant-all-link {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}
.sidebar .participant-all-link.left {
  float: left;
}
.sidebar .participant-all-link.right {
  float: right;
}
.speaker-container {
  border-top: 1px solid #bf1e2e;
  margin-bottom: 5px;
}
.speaker-img {
  float: left;
  margin-right: 10px;
}
.speaker-name {
  margin-top: 10px;
  margin-bottom: 0;
}
.speaker-meta {
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 6px;
}
.speaker-placeholder-full {
  background: #F5F5F5;
  height: 275px;
  margin-bottom: 10px;
  width: 220px;
}


.speaker-container-home {
  border-top: 1px solid #bf1e2e;
  margin-bottom: 5px;
  height:92px;
}

.speaker-meta-home {
  font-size: 11px;
  line-height: 120%;
}

.speaker-name-home {
  margin-top: 6px;
  font-size:16px;
  margin-bottom: 0;
}

/**/
.participant-container {
  border-top: 1px solid #bf1e2e;
  margin-bottom: 20px;
 width:325px;
height:105px; 
  float:left;
  margin-right:20px;
}
.participant-img {
  float: left;
  margin-right: 10px;
}
.participant-name {
  margin-top: 10px;
  margin-bottom: 0;
  font-size:17px;
}
.participant-meta {
  font-size: 12px;
  line-height: 120%;
  margin-bottom: 0;
/*  margin-bottom: 15px; */
}
.participant-placeholder-full {
  background: #F5F5F5;
  height: 275px;
  margin-bottom: 10px;
  width: 220px;
}
.entry {
  font-size: 13px;
  overflow: hidden;
}
.entry-meta {
  font-size: 11px;
  list-style: none;
  margin-bottom: 0;
  overflow: hidden;
  text-transform: capitalize;
}
.entry-meta li {
  float: left;
  margin-left: 0;
  margin-right: 60px;
}
.entry-meta strong {
  color: #bf1e2e;
  font-weight: normal;
}
.entry-title {
  margin: 0;
  border: none;
  padding: 0;
}
.entry-thumb {
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}
.featured-image-thumb{
  float: left;
  margin-right: 15px;
  margin-bottom: 15px;
}

.previous-link {
  float: right;
  margin-top: 30px;
  text-align: right;
  width: 45%;
}
.next-link {
  float: left;
  margin-top: 30px;
  width: 45%;
}
.widget {
  overflow: hidden;
  margin-bottom: 15px;
}
.widget-title {
  background: #bf1e2e;
  color: #fff;
  font-size: 14px;
  padding: 8px;
  text-transform: uppercase;
}
.widget li {
  list-style: none;
  margin-left: 15px;
  font-size: 15px;
  line-height: 20px;
  padding-bottom: 5px;
}
.widget .current-menu-item a {
  color: #000;
}
.footer {
  margin-top: 30px;
  margin-bottom: 50px;
}
.footer-nav {
  float: left;
  width: 160px;
}
.footer-nav ul {
  margin-bottom: 0;padding-bottom:4px;
}
.footer-nav li {
  font-size: 11px;
  list-style: none;
  margin-left: 0;
  text-transform: uppercase;
  padding-bottom:4px;
}
.footer-nav .sub-menu > li {
  background: url('img/icon-bullet.png') no-repeat left center;
  padding-left: 8px;
  text-transform: none;
}

/* HELPERS */
.boxed {
  border-top: 1px solid #bf1e2e;
  padding-top: 10px;
background-color:#F5F5F5;
}

.textwidget img {
	padding:10px;
}
img:align-right {
	text-align:right;
}
.homeside {
	height:354px;
}

/* PROGRAM STYLE */
.progday {
	border-top: 1px solid #bf1e2e;
	padding-top:10px;
	margin-top: 10px;
}

.progday td {
	border-top: 1px solid #bf1e2e;
	padding: 5px 0;
	margin: 0;
}

.progdate {
	font-size: 13px;
	padding:0;
	margin: 0;
	color: #bf1e2e;
}
.progtitle {
	font-size: 21px;
	padding:0 0 5px 0;
	margin: 0;
	color: #bf1e2e;
}