/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* Forms */
.wpforms-container .wpforms-list-2-columns ul li {
    width: auto;
}
.wpforms-container .wpforms-recaptcha-container {
    float: left;
}
.wpforms-container .wpforms-submit-container {
    text-align: end;
}

/* Events Manager */
.css-events-list,
.em.pixelbones.em-events-list {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 20px 50px 0 rgba(9, 11, 41, .1);
}
.css-events-list table.events-table,
.em.pixelbones.em-events-list table.events-table {
    border: 0;
    border-bottom: 0px solid transparent;
    margin-bottom: 30px;
    position: relative;
    display: grid;
    width: 100%;
}
.css-events-list table.events-table:last-child,
.em.pixelbones.em-events-list table.events-table:last-child {
    margin-bottom: 0;
}
.css-events-list table.events-table tbody tr,
.em.pixelbones.em-events-list table.events-table tbody tr {
    display: flex;
}
.css-events-list table.events-table tbody tr .event-link,
.em.pixelbones.em-events-list table.events-table tbody tr .event-link {
    flex: 2;
}
.css-events-list .events-table tbody td,
.em.pixelbones.em-events-list .events-table tbody td {
    padding: 10px 20px!important;
    border: 0!important;
    vertical-align: middle;
    font-size: 16px;
    text-align: left;
}
.css-events-list .events-table .event-link a,
.em.pixelbones.em-events-list .events-table .event-link a {
    color: #0c1636!important;
    font-weight: 600;
}
.css-events-list .events-table .event-link a:hover,
.em.pixelbones.em-events-list .events-table .event-link a:hover {
    color: #ba2575!important;
}
.css-events-list h2,
.em.pixelbones.em-events-list h2 {
    font-size: 20px!important;
    color: #ba2575;
    font-weight: bold!important;
    border-bottom: 2px solid #e8e9ef;
    padding-bottom: 10px;
}
.css-events-list table.events-table tbody tr:not(:last-child),
.em.pixelbones.em-events-list table.events-table tbody tr:not(:last-child) {
    border-bottom: 1px solid #ececec;
	border-top: none;
}
.css-events-list table.events-table tbody tr:last-child,
.em.pixelbones.em-events-list table.events-table tbody tr:last-child {
	border-top: none;
}
.css-events-list .events-table tbody .event-country-imag,
.em.pixelbones.em-events-list .events-table tbody .event-country-image {
    padding-left: 0;
    width: 50px;
}
td.event-dates {
    width: 130px;
}
.css-events-list .events-table tbody .event-country-image img,
.em.pixelbones.em-events-list .events-table tbody .event-country-image img {
    height: 20px;
	width: 30px;
    border-radius: 4px;
	object-fit: cover;
    width: auto;
    max-width: 30px;
    box-shadow: 0 4px 8px rgba(0,0,0, .12);
}
