/*
Theme Name: alone child
Author: Bearsthemes
Author URI: http://bearsthemes.com/
Description: Balloon is created by <a href="http://bearsthemes.com">Bearsthemes</a>.
Template: alone
Version: 1.0
Tags: left-sidebar, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: alone
*/

@import url("../alone/style.css");

.text-white {
    color: #ffffff;
}

.bt-section-space {
    padding-bottom: 0 !important;
}

.fw-title-bar .fw-heading .fw-special-title {
    padding-top: 0px !important;
}

.fw-title-bar .fw-heading.fw-content-align-center .fw-special-title:after {
    display: none;
}


/* Navigation */

.nav-contact {
    padding: 5px 15px;
    background: #e94e1b;
    border-radius: 5px;
    color: #fff;
}

.nav-contact a {
    color: #ffffff !important;
}

.nav-contact span {
    color: #ffffff !important;
}

/* Homepage */

/* About Us */

.counter-desc {
    font-weight: 700;
    font-size: 22px;
}

.counter-number h2 {
    font-weight: 500;
}

.counter-bullets ul {
    list-style: none; /* Remove default bullets */
  }

.counter-bullets ul li::before {
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: red; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em; /* Also needed for space (tweak if needed) */
  }
.newsletter {
  padding: 10px;
  width: 40%;
  border-radius: 3px;
  border-radius: 5px !important;
}
.newsletter-btn {
    padding: 18px !important;
    border-radius: 5px !important;
}


#page .wpb_theme_custom_element.wpb_events_listing .post-event-item .item-inner.layout-style4 .content-title a.title-link h4.title {
    line-height: 36px;
}
#page .wpb_theme_custom_element.wpb_events_listing .post-event-item .item-inner.layout-style4 .content-title .venue-empty {
    display: none;
}
#page .wpb_theme_custom_element.wpb_events_listing .post-event-item .item-inner.layout-style4 .content-entry .bt-excerpt {
    color: #fff !important;
}
#page .wpb_theme_custom_element.wpb_events_grid .item-inner.layout-default .content-entry .venue-empty {
    display: none;
}

.classes-grid .wpb_wrapper {
    border: 1px solid;
}

/* Removes default widget site footer */
.site-footer {
    display: none;
}

.footer-default {
    background: #eee;
    font-size: 14px;
    padding: 20px 0px;
}
.footer-default .logo {
    width: 30%;
    margin-bottom: 20px;
}
.footer-default h6 {
    font-weight: 500;
}

.footer-default a {
    color: #000;
}

.footer-default ul {
    list-style-type: none;
    padding: 0px;
}
.footer-default ul li {
    line-height: 40px;
}

@media only screen and (max-width: 600px) {
    .classes-speakers {
      min-height:300px;
    }
  }