/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
.tribe-mini-calendar-event .list-info h2 {
	font-size: 18px;
}

.tribe-mini-calendar-event .list-info h2 a {
	color: #f94131;
}

.tribe-mini-calendar-event .list-info h2 a:hover {
	color: #fff;
}

.single_job_listing .meta .full-time {
	background-color: #f94031;
}

.rp4wp-related-job_listing>ul li.job_listing a .meta .job-type, .rp4wp-related-job_listing>ul li.no_job_listings_found a .meta .job-type, ul.job_listings li.job_listing a .meta .job-type, ul.job_listings li.no_job_listings_found a .meta .job-type {
	color: #f94131;
}

.job_filters .job_types,
.job_filters,
.job_filters .showing_jobs {
	background: #181818;
}

.rp4wp-related-job_listing>ul li.job_listing a:focus, .rp4wp-related-job_listing>ul li.job_listing a:hover, .rp4wp-related-job_listing>ul li.no_job_listings_found a:focus, .rp4wp-related-job_listing>ul li.no_job_listings_found a:hover, ul.job_listings li.job_listing a:focus, ul.job_listings li.job_listing a:hover, ul.job_listings li.no_job_listings_found a:focus, ul.job_listings li.no_job_listings_found a:hover {
	background-color: rgb(40,40,40);
}
#tribe-events-content a, .tribe-events-adv-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a:hover, .tribe-events-back a, .tribe-events-back a:hover, .tribe-events-event-meta a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-list-widget .tribe-events-widget-link a:hover, ul.tribe-events-sub-nav a, ul.tribe-events-sub-nav a:hover {
    text-decoration: underline;
}
/*image wrapping in wordpress posts*/
img.alignright {float:right; margin:1em 0 1em 1em}
img.alignleft {float:left; margin:1em 1em 1em 0}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
.alignright {float:right; }
.alignleft {float:left; }
.aligncenter {display: block; margin-left: auto; margin-right: auto}

/*User Profile Pages*/
.um-cover {
  overflow: hidden;
}
.um-header {
  background-color: #18181B;
}
.um-name a {
  color: #b5b5b5 !important;
}
.um-meta > div {
  display: inline-block;
  margin-right: 12px;
  vertical-align: middle;
}
.um-profile-nav-item a {
  margin-left: 0;
  margin-right: 5px;
} /*
.um-profile .um-profile-body {
  background-color: #444;
} */
.um-docs-header, .um-docs-list {
  margin-left: 10px;
}
.um-docs-control a {
  color: #d94b3b;
}
.um-gallery-btn, a.um-gallery-form.um-gallery-btn {
  background: none;
  margin-left: 10px;
}
.owl-item.active {
  height: 188px;
  overflow: hidden;
  margin-left: 10px;
  margin-top: 10px;
  max-width: 188px;
}

header .row { position: relative; }

header .col-md-12 {
    width: calc(100% - 20px);
}

.header-right { 
  color: #ffffff;
	float: right;
  margin: 28px 0 0;
}

.header-right i:hover { cursor:pointer; }

.header-floating { 
	display: none;
	position: absolute;
  right: 0;
  top: 70px;
  z-index: 9;
  margin: 0;
  padding: 12px;
  background-color: #181818;
}

input.search-field {
    width: calc(100% - 75px);
}