/**
 * eventim-feed-public.css
 *
 * EventFeed public CSS file
 *
 * php 8.0+
 *
 * @category  None
 * @package   \
 * @author    Rick Morice <rick@floor9design.com>
 * @copyright Floor9design Ltd
 * @license   Private software
 * @version   1.4.3
 * @link      https://github.com/floor9design-ltd/plugin-wordpress.eventim.co.uk
 * @link      https://floor9design.com
 * @since     File available since Release 1.0
 *
 * Note: all styles include eventim or eventim- and to namespace them from local CSS.
 */

/* Generic styles */

section.eventim {
    font-family: BlinkMacSystemFont, -apple-system, Roboto, Ubuntu, Segoe UI, "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
    padding: 1%;
    display: block;
    width: 98%;
    margin: 1% auto;
    overflow: auto;
}

section.eventim-feed-section {
}

section.eventim div.eventim-event-div {
    vertical-align: top;
    background: #fff;
    padding: 0;
    display: block;
    width: 98%;
    margin: 0 2vw 2vw 0;
    overflow: unset;
}

/*
section.eventim {
    display: inline-block;
    width: 20%;
    margin: 0 2%;
    text-align: center;
}
*/
section.eventim div.eventim-title-grey {
    box-sizing: border-box;
    padding: 0;
    margin: 0 0 4vh 0;
    background-color: #e8e8e8;
    overflow: auto;
    clear: both;
}

section.eventim div.eventim-footer-buy-now {
    box-sizing: border-box;
    border: solid #e8e8e8;
    border-width: 1px 0 0 0;
    clear: both;
    text-align: center;
}

section.eventim h1 {
    font-size: 1em;
    font-weight: 600;
}

section.eventim div.eventim-title-grey h1 {
    float: left;
    display: inline-block;
    padding: 0.3vh 2vh 0.3vh 0;
    background-color: #fff;
}

section.eventim h2 {
    font-size: 0.9em;
    font-weight: 600;
}

section.eventim h3 {
    font-size: 0.9em;
    font-weight: 600;
}

section.eventim p,
section.eventim li {
    font-size: 0.9em;
}

section.eventim div.eventim-column-left li span.eventim-column-left {
    width: 6em;
    display: inline-block;
}

section.eventim img.eventim-preview {
    border-radius: 3px;
    box-shadow: rgba(60, 64, 67, 0.1) 0px 1px 1px 0px, rgba(60, 64, 67, 0.2) 0px 1px 3px 1px, 0 1px 1px 0 rgba(60, 64, 67, .1), 0 1px 3px 1px rgba(60, 64, 67, .2);
}

/* Buy now button */
section.eventim div.eventim-footer-buy-now p.eventim-buy-now {
    margin: 2vmin 0 1vmin 0;
}

section.eventim div.eventim-footer-buy-now p.eventim-info {
    font-size: 1.2vmin;
    margin: 0;
}

a.eventim-button {
    background: #139df5;
    color: #fff;
    border-radius: 0.3vmin;
    cursor: pointer;
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    padding: 0.5vmin 1vmin;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    transition: all 0.5s;
    font-size: 15px;
    min-width: 20vmin;
    text-decoration: none;
}

a.eventim-button:hover {
    color: #ccebff;
    background: #0381cc;
}

/* eventim-feed-single-event */

section.eventim div.eventim-column-left {
    box-sizing: border-box;
    float: left;
    min-width: 300px;
}

section.eventim div.eventim-column-left-image {
    box-sizing: border-box;
    min-width: 222px;
    float: left;
    margin-bottom: 2vh;
}

section.eventim div.eventim-column-right {
    box-sizing: border-box;
    margin-left: 568px;
}

section.eventim div.eventim-column-right-no-centre {
    box-sizing: border-box;
    margin-left: 268px;
}

section.eventim div.eventim-column-right ul,
section.eventim div.eventim-column-right-no-centre ul,
section.eventim div.eventim-column-left ul {
    margin: 0 1vw;
    float: left;
    padding: 0;
    list-style: none;
}

section.eventim div.eventim-event-div-info ul {
    margin: 0 1vw;
    padding: 0;
    list-style: none;
}

/* eventim-event-detail */

h1.eventim-post-title {
    line-height: 1.2;
    font-family: 'PT Sans', sans-serif;
    margin: 0 0 20px 0;
    color: #111111;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 400;
}

div.eventim-header-promo-left {
    float: left;
}

div.eventim-header-promo-right {
    margin-left: 240px;
}

/* eventim-event-serie */

section.eventim table {
    margin: 2vh 0;
    border: solid #ccc;
    border-width: 1px 0;
}

section.eventim table tr {
    background: #f3f3f3;
}

section.eventim table tr:nth-child(odd) {
    background: #fff;
}

section.eventim table th {
    font-size: 0.9em;
    text-align: left;
    border: none;
    background: #eee;
}

section.eventim table td {
    font-size: 0.9em;
    border: none;
}

section.eventim table th.eventim-centre,
section.eventim table td.eventim-centre {
    text-align: center;
}

/* event overview */

section.eventim-feed-section div.eventim-title-grey h1 {
    font-size: 0.8em;
}

section.eventim div.eventim-event-div li {
    font-size: 0.75em;
}

section.eventim div.eventim-event-div {
    display: inline-block;
    width: 223px;
    border: solid #e8e8e8;
    padding-bottom: 1vh;
    border-width: 0 0 1px 0;
}

section.eventim div.eventim-event-div img {
    margin: 1vh 0;
}









