/*  Theme Name: UXC Eclipse
    Version: 1
	Author: JuiceBox Creative
    Author URI: http://www.juicebox.com.au
*/

#tribe-events-pg-template .tribe-events-content ol li, #tribe-events-pg-template .tribe-events-content ul li, .tribe-events-after-html ol li, .tribe-events-after-html ul li, .tribe-events-before-html ol li, .tribe-events-before-html ul li {
    line-height: 1.7;
    margin: 0 0 5px;
}

blockquote{
  display:block;
  background: #fff;
  padding: 15px 20px 15px 45px;
  margin: 0 0 20px;
  position: relative;
  
  /*Font*/
  font-family: Gotham, serif;
  font-style: italic;
  font-size: 25px;
  line-height: 1.2;
  color: #666;
  text-align: justify;
  
  
  /*Box Shadow - (Optional)
  -moz-box-shadow: 2px 2px 15px #ccc;
  -webkit-box-shadow: 2px 2px 15px #ccc;
  box-shadow: 2px 2px 15px #ccc;*/
}

blockquote::before{
  content: "\201C"; /*Unicode for Left Double Quote*/
  
  /*Font*/
  font-family: Gotham, serif;
  font-size: 60px;
  font-weight: bold;
  font-style: normal;
  color: #999;
  
  /*Positioning*/
  position: absolute;
  left: 10px;
  top:5px;
}

blockquote::after{
  /*Reset to make sure*/
  content: "";
}

blockquote a{
  text-decoration: none;
  background: #eee;
  cursor: pointer;
  padding: 0 3px;
  color: #c76c0c;
}

blockquote a:hover{
 color: #666;
}

blockquote em{
  font-style: italic;
}

article blockquote {
    text-align: left;
    font-weight: 200;
    font-size: 20px; 
    font-style: italic;
  /*Borders - (Optional)*/
  border-left: 5px solid #666666;     
}

h2, .h2 {
    font-size: 28px !important;
}