/*
Theme Name: Custom Theme
Theme URI: http://underscores.me/
Author: Ali Siddique
Author URI: http://alisiddique.com/
Description: Custom starter theme for WordPress
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, gray, red, white, yellow, dark, light, one-column, two-columns, right-sidebar, fixed-layout, responsive-layout, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
Text Domain: custom-theme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

.wpb_text_column ul, .wpb_text_column ol{
    padding-left: 30px;
}
.wpb_text_column.center-block-with-border{
    width: 66%;
    margin: 0 auto;
    border: 1px solid red;
    background: #E6E2FF;
    padding: 5px;
}
.center-block-with-border .wpb_wrapper{
    border: 1px solid #333;
    padding: 10px;
}
.new_event-6-to-12-column{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.new_event-6-to-12-column .vc_column-inner{
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.new_event-6-to-12-column .col-md-6{
    width: 100%;
}
.new_event-6-to-12-column .wpb_text_column{
    display: none;
}