/*
Theme Name: COSO Media Child Theme
Theme URI: http://www.cosomedia.com
Version: 1.0
Description: An example child theme that can be used as a starting point for custom development.
Author: COSO Media
Author URI: http://www.cosomedia.com
template: bb-theme
*/

/* Add your custom styles here... */ 


/*Product Category Cards */
div.main .content .product-category-card {
    display: block;
    margin-bottom: 40px;
}
div.main .content .product-category-card a {
    text-decoration: none !important;
    color: inherit;
    display: block;
}
div.main .content .product-category-card a:hover {
    opacity: 0.75;
    filter: alpha(opacity=75);
}
div.main .content .product-category-card span {
    display: block;
}
div.main .content .product-category-card span.title {
    margin: 0 0 5px 0;
    font-size: 16px;
    font-weight: 700;
    color: #00447A;
    border-bottom: 1px #ccc solid;
}
div.main .content .product-category-card span.details {
    margin: 0 0 10px 0;
}
div.main .content .product-category-card span.btn {
    display: inline-block;
}

/* Staff Member Cards */
div.main .content .staff-member {
    margin: 0 0 35px 0;
}
div.main .content .staff-member p {
    margin: 0 0 5px 0;
}

/*Photo Galleries */
div.photo-gallery-link a span {
    display: block;
}
div.photo-gallery-link a:hover img,
div.photo-gallery-link a:hover span {
    opacity: 0.75;
}
.stack {
    width: calc(100% - 20px);
    left: 10px;
    padding: 0;
    position: relative;
    max-width: 100%;
}
.stack img {
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    /* -webkit-transition: all 0.3s;
    transition: all 0.3s; */
    
    outline: 1px solid transparent;
}
.stack-spread img:first-child {
    top: -10px;
    left: 10px;
}
.stack-spread img:nth-child(2) {
    position: absolute;
}
.stack-spread img:nth-child(3) {
    top: 10px;
    left: -10px;
    position: absolute;
}
.gallery-p {
    position: relative;
    margin-top: 20px !important;
}
div.photo-gallery-link a:hover .first-image {
    opacity: 1;
}
div.photo-gallery-link a:hover img:first-child {
    top: -8px;
    left: 8px;
}
div.photo-gallery-link a:hover img:nth-child(3) {
    top: 8px;
    left: -8px;
}

.magnific-container img {
    border:1px solid #366081;
}

.widget.pods_widget_list h5 a {
    font-size: 14px !important;
}

.videowrapper {
    position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    margin-bottom: 15px;
}
.videowrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}   


.ee-ticket-selector-ticket-price-th {display:none}  
.tckt-slctr-tbl-td-price {display:none}

.ee-clearfix .ee-event-datetimes-li {
    float: left;
    width: 100%;
    padding-bottom: 5px;
}