/*
Theme Name: WP Blank
Theme URI: #
Author: Mohummed Gaus Sheikh
Author URI: #
Description: MO CMS Theme to manage default theme for all orgs, Provides org specific customizations.
Version: 2.1
License: GNU General Public License
License URI: #
Tags: no tags
Text Domain: wpblank
*/
/*Css to handle template class*/
body{
  font-family:"Hiragino Kaku Gothic ProN",Meiryo,MS-PGothic,sans-serif;
  font-size: 1.2em;
  line-height: 1.5em;
	text-align: center;
  font-style: normal;
  font-stretch: normal;
  font-weight: normal;
  white-space: normal;
  color: #000;
  background: #FFF;
}
div#container {
  max-width: 950px;
  padding-left: 0;
  padding-right: 0;
  margin: 0 auto;
}
.hide{
    display:none;
}
a.button {
    font-size: 14px;
    letter-spacing: 0.2px;
    color: #4a4a4a;
    background-color:#fe7e35; /* Blue */
    border: none;
    color:#f8d9c7;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    border-bottom: solid 1px #d4d4cd;
    border-radius: 5px;
    box-shadow: 2px 2px #efefef;
    min-width: 150px;
    padding: 13px;
  }
  a.link{
    font-size: 14px;
    letter-spacing: 0.2px;
    text-decoration: underline;
  }
  a.button:hover{
    text-decoration: none;
    color:#f8d9c7;
  }
/*Css to handle template class*/
.panel-grid-cell{
  width:100%;
}
.so-panel table {
  width: calc(100% - 2px);
}
.widget-title{
  margin: 0 3px 5px 2px;
    padding: 8px 0 10px 10px;
    text-align: left;
    background: url(https://ticketscmsstg.blob.core.windows.net/multi-org-dev/sites/6/2020/08/bg_line.gif) repeat-x left bottom;
}
.detailBoxInner{
    height: 1%;
    overflow: hidden;
    padding: 0 0 10px;
    background: url(https://ticketscmsstg.blob.core.windows.net/multi-org-dev/sites/6/2020/08/bg_box_top.gif) no-repeat 0 0;
}   
.widget-wrapper{
  padding-left: 126px;
  padding-right: 126px;
  background: #f7f7f0;
  border-radius: 0px 0px 5px 5px;
  box-shadow: 2px 2px 2px #efefef;
}
.widget-wrapper .event-details {
  border-bottom: solid 1px #e9e9e9;
  font-size: 12px;
  letter-spacing: 0.2px;
  color: #000;
  display: flex;
}
.widget-wrapper .event-details div{
  -webkit-flex-grow: 1;
  padding: 3px 0;
}
.widget-wrapper .event-details .column-1 {
  width: 30%;
  padding-right: 50px;
}
.widget-wrapper .event-details .column-2 {
  width: 70%;
  padding-right: 50px;
}
.widget-wrapper .event-details:last-child{
  border-bottom: none;
}
.widget_tickets-price-list p:empty{
  display: none;
}

.free-text-table{
  border:none !important;
  box-shadow: none !important;
}
.free-text-table th, .free-text-table td {
  background-color: #ffffff !important;
  vertical-align:inherit !important;
  padding: 10px !important;
 }
 
 .free-text-table-headline::before {
  content: "";
  border-left: 8px solid #fff000;
  padding: 0 0 0 8px;
}

.free-text-table-headline{
  position: relative;
  margin: 0 0 15px;
  background: #1253a4 none repeat scroll 0 0;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  line-height: 2.2em;
  text-indent: 22px;
  font-size: 150%;
  color: #FFF;
  margin-top: 30px;
}
.free-text-table-headline::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 3%;
  width: 0;
  height: 0;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #1253a4 transparent transparent;
  border-style: solid;
  border-width: 10px;
}
.featured-event-wrapper .event-listing{
  display: grid;
  margin-top: 10px;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
  box-sizing: border-box;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 0!important;
  background-color: #ffffff;
}

.featured-event-wrapper .event-wrapper{
  position: relative;
  float: left;
  padding-bottom: 10px;
  background: #F5F5F5;
  margin-left: 10px;
  margin-bottom: 20px;
}
.featured-event-wrapper .event-wrapper:hover{
  background: #EFEFEF;
}

.featured-event-wrapper .event-wrapper:first-child {
  margin-left: 4px !important;
}

.featured-event-wrapper .event-wrapper:nth-child(5n){
  margin-left: 4px !important;
}
.featured-event-wrapper .event-wrapper img{
  border: solid 1px #ccc;
  width: calc(100% - 2px);
  height: 148px;
}

.featured-event-wrapper .event-wrapper h2{
  font-size: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  letter-spacing: 0.3px;
  padding: 0 5px;
  margin: 0px 0px 5px 0px;
  min-height: 30px;
  color: #5353f2;
  text-decoration: underline;
}

.featured-event-wrapper .event-wrapper h2 a:visited {
  color: #800080;
  text-decoration: underline;
}

.featured-event-wrapper .event-wrapper p{
    line-height: 1.5em;
    font-size: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
    min-height: 0;
    letter-spacing: 0.3px;
    color: #555;
    padding: 0 5px;
    margin-bottom: 10px;
}

/*Default css incase of price-list widget css is not generated/ not avilable in the container*/
.seat-info-container .seat-name, .seat-info-container .seat-type, .seat-info-container .seat-price {
  display: inline;
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
}