/*
 Theme Name:   Eventum Child
 Theme URI:    http://demo.themeum.com/wordpress/eventum
 Description:  Eventum Child Theme
 Author:       Themeum
 Author URI:   http://themeum.com/
 Template:     eventum
 Version:      1.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  eventum-child
*/


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

textarea {
    background: transparent;
}

/* Weird Top Spacing Issue (random paragraph) */

#post-7153 > div > p:nth-child(1), #post-7153 > div > p:nth-child(26) {
    margin: 0px;
}


.x-navbar .x-brand {
  width: 200px;
}
  .x-navbar.x-navbar-fixed-top.x-container.max.width {
    width: 100% !important;
}
  
  .navbar-brand>img {
    display: block;
    max-width: 100%;
}

#main-menu .nav > li > ul li > ul {
    display: none;
    position: absolute;
    top: 0 !important;
    left: 220px;
    padding: 0;
 
}
ul.sub-menu > li > ul.sub-menu {
    top: 0px !important;
}


/* Alert Styles */
.guest-status {
    padding: 20px;
    color: #695D43;
    font-weight: 500;
    font-size: 14px;
    border: 1px solid #fde600;
    background: #FFF7A8;
    display: block;
    text-align: center;
}

/* Title Style */
.style-title {
    margin: 0 0 10px 0;
    font-weight: 700;
    font-size: 88px;
    line-height: normal;
    color: #ffffff;
    word-wrap: break-word;
}

/* Home Social Icons */
.home_social_icons {
		float: right;
    display: inline;
}

/* App Store Image */
.appstore {
float: right;
}

/* Sponsor Styles */
.vc_custom_1459365728056 {
    margin-left: 100px;
      text-align: center;
}




/* Mobile Media Queries */
@media (max-width: 600px) {
  
  /* Home Social Icons */
.home_social_icons {
		float: none;
    display: inline;
}

  /* Sponsor Images */
.vc_custom_1459365728056 {
    margin-left: 0px;
}
  /* Blog Posts */
ul.latest-review .review-col-four {
    width: 100%;
}
  /* Appstore Image */
  .appstore {
    clear: both;
    margin-top: 10px;
}
.vc_custom_1459178790827 {
    margin-top: inherit;
    margin-left: inherit;
}
  /* Title Font Size */
.style-title {
    font-size: 10vw;
    font-size: 40px;
}
p.register-now {
    text-align: center;
}
p.register-now img {
    margin: 20px 0px 0px;
}
  /* Footer Logo */
  .eventum-logo {
display: block;
max-width: 100%;
height: auto;
}
}
  /* Email Subscription Response */
.mc4wp-alert .mc4wp-notice,
.mc4wp-response {
    color: #ffffff;
}

/* Filter Form Styles */
form.searchandfilter {
    background-color: #f1f1f1;
    border: 1px solid #eee;
}

form.searchandfilter select.postform, form.searchandfilter input[type="submit"] {
    height: 44px;
}
form.searchandfilter input[type="text"] {
    width: 200px;
}
form.searchandfilter input[type="submit"] {
    background-color: rgb(255, 204, 0);
    color: rgb(10, 10, 10);
    font-weight: 700;
    border-radius: 4px;
    border: 0;
    display: inline;
    padding: 0px 10px;
}
.vc_wp_text.wpb_content_element.filter-form-div {
    margin-bottom: 0px;
}
.vc_row.wpb_row.vc_row-fluid.vc_custom_1458850527392.vc_column-gap-25.vc_row-o-equal-height.vc_row-flex, .vc_separator.wpb_content_element.vc_separator_align_center.vc_sep_width_100.vc_sep_pos_align_center.vc_separator_no_text.vc_sep_color_grey.filter-hr {
  clear: both;
  }