/*
Theme Name: Vertoh
Theme URI: http://www.showthemes.com/2015-event-wordpress-theme-vertoh
Author:  Showthemes
Author URI: http://www.showthemes.com
Description: Vertoh is a WordPress Theme by Showthemes. Designed by Fabio Cannillo and developed by Simone Bolognini (http://www.simonebolognini.it)
Version: 19.3.71
*/


.ticket-box:hover, .ticket-box.featured {
    background: #e32c37 !important;
}

.ticket-box {
    background: #f4f4f4;
    border: 1px solid #ddd;
    padding: 20px;
    margin-bottom: 30px;
    min-height: 250px;
}
.ticket-box.featured .box-title {
    color: #fff;
}

.ticket-box .box-title {
    margin-bottom: 20px;
}
section.fullwidth h3 {
    font-size: 24px;
    margin-bottom: 24px;
}
.ticket-box .box-content {
    line-height: 1.2857em;
    font-size: 14px;
    min-height: 6em;
}

.content p {
    margin-bottom: 15px;
}
.ticket-box .box-price {
    font-size: 36px;
    font-weight: 900;
    display: block;
    color: #fff;
}
.ticket-box .section-button {
    color: #e32c37 !important;
	  background: #fff;
    padding: 15px 13px;
    float: right;
    min-width: 137px;
    margin-top: -20px;
	  border-color: #e32c37 !important;
}