/*---------ask-question----------*/

.ask-question-panel .form-row label {
    width: 105px;
}
.ask-question-panel .form-row textarea {
    height: 150px;
    width: 300px;
}
/*---------blog----------*/

/*common design*/
.post.post-list-view-height {
    padding-bottom : 20px;
}

/* +++++++++++++++++  Blog post widget design +++++++++++++++++++++++++ */
.widget-blogPost .title {
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-post-item {
    border-bottom  : 1px dashed #CCCCCC;
    margin-bottom  : 20px;
    padding-bottom : 20px;
}
.blog-post-item.last {
    border-bottom  : none;
}
.blog-post-content {
    overflow : auto;
}
.blog-post-item .title {
    display : block;
}
.blog-post-item .title a {
    font-size : 22px;
}
.blog-post-item .title a:hover {
    color : #666;
}
.blog-post-item .image {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-item .content {
    display        : block;
    font-size      : 13px;
    padding-bottom : 20px;
}
.blog-post-item .details-link.link {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-item .details-link.link a {
    background-color : #4D4D4D;
    color            : #FFFFFF;
    display          : inline-block;
    font-size        : 14px;
    padding          : 5px 15px;
}
.blog-post-item .details-link.link a:hover {
    background-color : #666666;
}

.blog-post-info span {
    font-size : 13px;
}
.blog-post-info span.date {
    background   : url("../../../blog/images/site/calender.png") no-repeat left 2px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.author {
    background   : url("../../../blog/images/site/author.png") no-repeat left 2px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.categories {
    background   : url("../../../blog/images/site/blog-category.png") no-repeat left 3px;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-info span.comment-count {
    background   : url("../../../blog/images/site/comments.png") no-repeat left 3px;
    padding-left : 24px;
}
.blog-post-info span.categories a {
    color: #FF9000;
    padding-right: 15px;
}
.blog-post-info span.categories a:hover {
    color: #FBBA65;
}
.blog-post-info span.comment-count .count {
    padding-right : 5px;
}
/* +++++++++++++++++  blog.category design +++++++++++++++++++++++++ */
.blog-category-details .blog-category.image {
    display        : block;
    padding-bottom : 20px;
}
.blog-category-details .title {
    display        : block;
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-category-details .blog-post-info span.date,
.blog-category-details .blog-post-info span.author {
    background-position : left 2px;
}
.blog-category-details .blog-post-info span.comment-count {
    margin-right : 10px;
}
/* +++++++++++++++++  blog.post design +++++++++++++++++++++++++ */
.blog-post-details .title {
    display        : block;
    font-size      : 30px;
    padding-bottom : 20px;
}
.blog-post-details .image {
    display        : block;
    padding-bottom : 20px;
}
.blog-post-details .content {
    display        : block;
    font-size      : 13px;
    padding-bottom : 20px;
}
.blog-post-details span.date {
    background   : url("../../../blog/images/site/calender.png") no-repeat left top;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-details span.author {
    background   : url("../../../blog/images/site/author.png") no-repeat left top;
    padding-left : 24px;
    margin-right : 10px;
}
.blog-post-details span.categories {
    background   : url("../../../blog/images/site/blog-category.png") no-repeat left 3px;
    padding-left : 24px;
    margin-top   : 5px;
    clear        : left;
    margin-right : 10px;
}
.blog-post-details .social-media-share-bar {
    display     : block;
    padding-top : 10px;
}
.blog-post-details .social-media-share-bar .social-media-share {
    display : inline-block;
}
.blog-post-details .blog-post-comment-panel {
    padding-top : 20px;
}
.blog-post-details .blog-post-comment-panel .comment-count-info-row {
    border-bottom  : 1px solid #CCCCCC;
    display        : block;
    font-size      : 20px;
    margin-bottom  : 20px;
    padding-bottom : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item {
    border-bottom : 1px dashed #CCCCCC;
    margin-bottom : 20px;
}
.blog-post-details .blog-post-comment-panel .comment-item .name {
    font-size     : 15px;
    padding-right : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .email {
    font-size     : 13px;
    padding-right : 10px;
}
.blog-post-details .blog-post-comment-panel .comment-item .content {
    padding-top : 5px;
}
.blog-post-details .comment-post-panel {
    border     : 1px solid #CCCCCC;
    margin-top : 40px;
    padding    : 25px 30px;
}
.blog-post-details .comment-post-panel h2 {
    font-size      : 22px;
    font-weight    : normal;
    padding-bottom : 15px;
}
.blog-post-details .comment-post-panel label {
    display : block;
}
.blog-post-details .comment-post-panel input {
    width : 300px;
}
.blog-post-details .comment-post-panel textarea {
    height : 200px;
    width  : 560px;
}
.blog-post-details .comment-post-panel .message {
    display        : block;
    font-size      : 14px;
    padding-bottom : 10px;
}
.blog-post-details .comment-post-panel .message .success {
    color : #008000;
}
.blog-post-details .comment-post-panel .message .error {
    color : #ff0000;
}
#blog-post-create-comment-panel .max-character {
    color: #999;
    display: block;
    font-size: 11px;
    font-style: italic;
    padding-left: 5px;
    padding-right: 370px;
    text-align: right;
}
/*---------form-editor----------*/

input[type="text"].validation-error,
input[type="password"].validation-error {
    background-color: #ffeeee;
    border: 1px solid #ff0000;
    color: #ff0000;
}
.widget-form .double-input-row::after,
.widget-form .triple-input-row::after {
    clear: both;
    content: "";
    display: block;
}
.widget-form .double-input-row,
.widget-form .triple-input-row {
    margin: 0 -15px;
}
.widget-form .triple-input-row * {
    box-sizing: border-box;
}
.widget-form .triple-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 33.33%;
}
.widget-form .double-input-row .form-row {
    box-sizing: border-box;
    float: left;
    padding: 15px;
    width: 50%;
}
.widget-form .form-row label {
    width: 150px;
    padding-right: 25px;
}

.widget-form .form-row input {
    height: 30px;
}

.widget-form  .radio-checkbox-row{
    display: inline-block;
    vertical-align: top;
}
.widget-form input[type=text],
.widget-form textarea,
.widget-form select{
    width:350px;
    font-family: inherit;
    padding:3px 10px;
    border: 1px solid #ddd;
}
.widget-form .form-row select {
    height: 40px;
    width: 372px;
}
.widget-form .dropzone-wrapper {
    position: relative;
    width: 360px;
    display: inline-block;
    vertical-align: top;
}
.widget-form .dropzone {
    border: 1px dashed #d3dbdf;
    border-radius: 3px;
    box-sizing: content-box;
    cursor: pointer;
    height: 22px;
    padding: 35px 10px 10px;
    text-align: center;
}
.widget-form  .file-name {
    padding-right: 10px;
}
.widget-form .single-input-row .form-row .dropzone-wrapper  input{
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    opacity: 0;
    width: 100%;
    height: 70px;
}
.widget-form .radio-checkbox-row label{
    vertical-align: text-bottom;
    padding-left: 5px;
}
.widget-form .single-input-row .form-row{
    margin-top: 20px;
}

/* Form Template*/
.form-template input[type=text],
.form-template .form-row select{
    width:100%;
    box-sizing: border-box;
    height: 35px;
    height: 40px;
}
.form-template {
    max-width: 700px;
}
.form-template textarea{
    height: 120px;
    width: 100%;
    box-sizing: border-box;
}
.form-template .form-row label{
    display: block;
    width: auto;
    color: #000;
}
.form-template  .double-input-row .form-row{
    padding-top: 0;
    padding-bottom: 0;
}
.order-form-template .Zebra_DatePicker_Icon_Wrapper,
.job-form-template .Zebra_DatePicker_Icon_Wrapper{
    display: block !important;
}
.widget-form .form-template .errorlist{
    margin-left: 0;
    padding: 0;
}
.form-template  .radio{
    display: inline-block;
    padding-top: 15px;
    padding-left: 0;
}
.form-template  .radio label{
    color: #666;
}

/* Order Form Template*/


/* Custom radio and checkbox design */
.widget-form .checkbox {
    padding-left: 20px;
}
.widget-form .checkbox label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px;
}
.widget-form .checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #d7dce1;
    border-radius: 3px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
.widget-form .checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left:1px;
    top: 0;
    margin-left: -20px;
    padding-left: 0px;
    padding-top: 3px;
    font-size: 11px;
    text-align: center;
    color: #555555; }
.widget-form.checkbox input[type="checkbox"],
.widget-form .checkbox input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.widget-form .checkbox input[type="checkbox"]:focus + label::before,
.widget-form .checkbox input[type="radio"]:focus + label::before {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.widget-form .checkbox input[type="checkbox"]:checked + label::after,
.widget-form .checkbox input[type="radio"]:checked + label::after {
    font-family: "FontAwesome";
    content: "\f00c";
    color:#fff;
}
.widget-form .checkbox input[type="checkbox"]:disabled + label,
.widget-form .checkbox input[type="radio"]:disabled + label {
    opacity: 0.65; }
.widget-form .checkbox input[type="checkbox"]:disabled + label::before,
.widget-form .checkbox input[type="radio"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.widget-form .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.widget-form .checkbox.checkbox-inline {
    margin-top: 0; }

.widget-form .radio {
    padding-left: 20px; }
.widget-form .radio label {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding-left: 10px; }
.widget-form .radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.widget-form .radio label::after {
    display: inline-block;
    position: absolute;
    font-family: 'FontAwesome';
    content: "\f00c";
    color: #fff;
    width: 17px;
    height: 17px;
    left: 0px;
    top: 0px;
    text-align: center;
    font-size: 11px;
    line-height: 17px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #1199c4;
    border-color:#1199c4;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.widget-form .radio input[type="radio"] {
    opacity: 0;
    z-index: 1; }
.widget-form .radio input[type="radio"]:focus + label::before {
    outline: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.widget-form .radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
}
.widget-form .radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.widget-form .radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.widget-form .radio.radio-inline {
    margin-top: 0; }

.widget-form input[type="checkbox"].styled:checked + label:after,
.widget-form input[type="radio"].styled:checked + label:after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.widget-form input[type="checkbox"] .styled:checked + label::before,
.widget-form input[type="radio"] .styled:checked + label::before {
    color: #fff; }
.widget-form input[type="checkbox"] .styled:checked + label::after,
.widget-form input[type="radio"] .styled:checked + label::after {
    color: #fff; }

.widget-form .checkbox input[type="checkbox"]:checked + label::before, .widget-form .radio input[type="radio"]:checked + label::before {
    background-color: #1199c4;
    border-color: #1199c4;
}/*---------get-price----------*/

/*---------gift-certificate----------*/

.gift-certificate-code-panel {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    display: inline-block;
    margin: 5px 0;
    padding: 69px;
}
.gift-certificate-code-panel label {
    margin-right: 10px;
}
.gift-certificate-code-panel input {
    margin: 0 5px 0 0;
}
.gift-certificate-code-panel .button {
    display: inline;
    padding: 3px 10px;
    vertical-align: middle;
}
/*---------google-map----------*/

.google-map-container {
    height: 600px;
}/*---------google-product----------*/

/*---------product-review----------*/

.review-form .form-row label {
    width : 120px;
}
.review-form textarea {
    height : 150px;
    width  : 300px;
}
.review-row .rating {
    display : inline-block;
}
.review-form .btn-row {
    padding-left : 124px;
}
.review-container {
    background-color : #F9F9F9;
    border-bottom    : 2px solid #E6E6E6;
    margin-bottom    : 20px;
    padding          : 15px;
}
.review-container .review-description {
    overflow: auto;
}
.single-review-block {
    border-bottom  : 1px solid #EEEEEE;
    margin-bottom  : 15px;
    padding-bottom : 15px;
}
.review-rating.read-only > img {
    vertical-align : middle;
}
.review-panel .write-review-panel {
    padding : 10px 0;
}
.write-review-panel .message-container a {
    color: #FF9000;
}
.write-review-panel .message-container a:hover {
    color: #FBBA65;
}
/*---------general-event----------*/

.paginated-view .header {
    background-color : #F6F6F6;
    border-bottom    : 2px solid #CCCCCC;
    margin-bottom    : 5px;
    overflow         : hidden;
    padding          : 10px;
}
.paginated-view .footer {
    background-color : #F6F6F6;
    border           : 1px solid #CCCCCC;
    margin-top       : 10px;
    padding          : 10px;
}
.event-downloadable-spec > a {
    background: none repeat scroll 0 0 #f9f9f9;
    border: 1px solid #e6e6e6;
    border-radius: 3px;
    font-size: 15px;
    padding: 5px 10px;
    display: inline-block;
}
.section-seat-view .seat-row span {
    display        : inline-block;
    height         : 30px;
    width          : 30px;
    border         : 1px #CCCCCC solid;
    vertical-align : top;
    margin         : -1px;
}
.section-seat-view .seat-row span.pathway {
    background-color : #E6E6E6;
    text-align       : center;
    margin           : 0;
    border           : 0;
    padding-top      : 8px;
    height           : 22px;
}
.section-seat-view {
    max-height: 400px;
    overflow: auto;
    text-align: center;
}
.section-seat-view .seat-row {
    white-space: nowrap;
}
.section-seat-view .seat-row span.seat {
    background : url("../../../general-event/images/site/seat-icon.png") no-repeat left top;
}
.section-seat-view .seat-row span.selected {
    background : url("../../../general-event/images/site/seat-icon_hover.png") no-repeat left top;
}
.section-seat-view .seat-row span.booked {
    opacity: 0.15;
    filter:alpha(opacity=15);
}
.section-view {
    padding-bottom : 20px;
}
.event-session {
    max-height : 100px;
    max-width  : 500px;
    border     : 1px outset #3A87AD;
}
.upper-container .left-container {
    float : left;
}
.upper-container .right-container {
    float : left;
}
.image-thumb-container .thumb-image {
    display        : inline-block;
    vertical-align : top;
}
.image-thumb-container {
    white-space : nowrap;
}
.event-image-container img {
    vertical-align : middle;
}
/*calender view design*/
.widget-event .fc-header td {
    background : url("../../../../images/site/btn_bg.png") repeat-x scroll left top;
    padding    : 7px;
}
.widget-event .fc-header-title h2 {
    color : #CCCCCC;
}
.widget-event .fc-content {
    margin-top : 10px;
}
.widget-event .fc-content th {
    padding          : 5px 0;
    background-color : #F4F4F4;
}
.scrollable-event-popup {
    background-color:#FFFFFF;
    width: 450px;
    height: 400px;
    overflow: scroll;
}
.event-summary-wrap .start-time {
    color     : #555555;
    float     : left;
    font-size : 15px;
}
/*event popup  design*/
.popup.event-summary-wrap .header .title {
    font-size   : 18px;
    font-weight : bold;
}

.popup.event-summary-wrap .column-left {
    display        : inline-block;
    padding        : 5px 17px 0 0;
    vertical-align : top;
}
.popup.event-summary-wrap .column-right {
    display        : inline-block;
    vertical-align : top;
    width          : 500px;
}
.popup.event-summary-wrap .info-row {
    font-size      : 14px;
    padding-bottom : 5px;
}
.popup.event-summary-wrap .info-row label {
    color   : #FF9000;
    display : inline-block;
    width   : 83px;
}
.popup.event-summary-wrap .info-row span {
    color     : #555555;
    font-size : 13px;
}
.popup.event-summary-wrap .summary {
    color       : #555555;
    font-size   : 13px;
    padding-top : 10px;
}
.popup.event-summary-wrap .footer .button {
    height      : auto;
    margin-left : 5px;
}
.popup.event-details-request-popup label {
    width : 60px;
}
.popup.event-details-request-popup .body .form-row {
    text-align : center;
}
.popup.event-details-request-popup input {
    width : 250px;
}
.popup.event-details-request-popup .footer .button {
    height : auto;
}
.popup.event-add-to-cart-popup .body h4.section-name {
    font-size      : 18px;
    padding-bottom : 10px;
}
.event-details .description {
    padding-top : 20px;
}
/*List view design*/
.event-list .thumb-image {
    float   : left;
    padding : 0 15px 7px 0;
}
.event-list .event-details {
    overflow: hidden;
}
.event-list.show_all-view {
    overflow: auto;
}
.event-list .event-wrap {
    border-bottom : 1px solid #E6E6E6;
    margin        : 7px 0;
    overflow      : hidden;
    padding       : 10px 0;
}
.event-list .title a {
    color       : #FF9000;
    font-size   : 16px;
    line-height : 23px;
}
.event-list .title a:hover {
    color : #FBBA65;
}
.event-list div {
    padding-bottom : 10px;
}
.event-list .content {
    color       : #555555;
    font-size   : 13px;
    line-height : 25px;
}
.event-list .start {
    color       : #999999;
    font-size   : 13px;
    line-height : 19px;
}
.event-list .basic-info .price label {
    font-size : 15px;
}
.event-list .basic-info .price span {
    color     : #FF9000;
    font-size : 22px;
}
.event-list .request-info {
    display : inline-block;
    padding : 0;
}
.event-list .book-now {
    display : inline-block;
    padding : 0;
}
.event-list .request-info .button {
    height : auto;
}
.event-list .book-now .button {
    height : auto;
}
/*Scrollable View*/
.scrollable-view > .content {
    padding-bottom: 0;
}
.event-list.scrollable-view .event-wrap {
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0 5px;
    padding: 10px;
    width: 46%;
}
/*basic calendar view design*/
.basic-calendar .sidebar {
    border        : 1px solid #CCCCCC;
    margin-bottom : 10px;
    overflow      : hidden;
    padding       : 10px;
}
.basic-calendar .sidebar .header .title {
    border-bottom  : 1px solid #E6E6E6;
    display        : block;
    font-size      : 14px;
    margin-bottom  : 10px;
    padding-bottom : 5px;
}
.basic-calendar .sidebar .body .column-left {
    float         : left;
    padding-right : 10px;
}
.basic-calendar .sidebar .body .column-right {
    overflow : hidden;
}
.basic-calendar .sidebar .column-right .info-row {
    padding-bottom : 5px;
}
.basic-calendar .sidebar .column-right .info-row label {
    color         : #FF9000;
    padding-right : 5px;
}
.basic-calendar .sidebar .column-right .info-row span {
    color : #999999;
}

/*event*/

.title h2 {
    border-bottom  : 1px solid #E6E6E6;
    font-size      : 24px;
    font-weight    : normal;
    margin-bottom  : 24px;
    padding-bottom : 10px;
}
.two-column-container {
    overflow : hidden;
}
.image-preview {
    float         : left;
    padding-right : 20px;
}
.basic-info {
    overflow : hidden;
}
.basic-info .info-row {
    color          : #555555;
    font-size      : 13px;
    padding-bottom : 5px;
}
.basic-info .info-row label {
    color     : #FF9000;
    display   : inline-block;
    font-size : 15px;
    width     : 90px;
}
.basic-info .info-row .venue-address {
    display : inline-block;
}
.basic-info .info-row .venue a {
    color : #00CED1;
}
.basic-info .info-row .venue a:hover {
    color : #3FEAEC;
}
.basic-info .section-view {
    padding : 20px 0;
}
.basic-info .section-info-view {
    background-color: #F9F9F9;
    border: 1px solid #E6E6E6;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.basic-info .section-name {
    font-size      : 15px;
}
.basic-info .section-view .price {
    color          : #FF9000;
    font-size      : 22px;
}
.basic-info .section-view span {
    height         : auto;
    vertical-align : middle;
}
.basic-info .section-view span.ticket-add-to-cart-button {
    font-size: 15px;
    margin-left: 3px;
    padding: 6px 20px;
}
/*venu details page*/
.venue-location-container .header-container h2 {
    border-bottom  : 1px solid #E6E6E6;
    font-size      : 24px;
    font-weight    : normal;
    margin-bottom  : 24px;
    padding-bottom : 10px;
}
.venue-location-container .upper-container {
    overflow       : hidden;
    padding-bottom : 20px;
}
.venue-location-container .upper-left-container {
    float         : left;
    padding-right : 20px;
}
.venue-location-container .upper-right-container {
    overflow : hidden;
}
.venue-location-container .googleMap {
    border        : 1px solid #E6E6E6;
    margin-bottom : 20px;
    padding       : 10px;
}
.venue-location-container .googleMap iframe {
    height : 300px;
    width  : 100%;
}
.venue-location-container .venue-location-details .address {
    font-size : 14px;
}
.venue-location-container .venue-location-details .venue-site-url a {
    color      : #FF9000;
    display    : inline-block;
    font-size  : 16px;
    margin-top : 10px;
}
.venue-location-container .venue-location-details .venue-site-url a:hover {
    color : #FBBA65;
}
.event-add-to-cart-popup {
    white-space : nowrap;
}
.event-add-to-cart-popup .header {
    cursor : move;
}
.event-image-preview-box {
    height     : 300px;
    text-align : center;
}
.event-image-container {
    width : 300px;
}
.venue-location-container .description a {
    text-decoration: underline;
    color: #0000FF;
}
